:root{--navy:#1b2255;--purple:#261d74;--orange:#e17b1d;--orange-light:#fff3e8;--blue-accent:#00a3ff;--white:#fff;--gray-bg:#f4f4f8;--text-dark:#28282b;--text-muted:#858688;--card-shadow:0 4px 24px rgba(27,34,85,0.08)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:"Poppins",sans-serif;padding-top:0;background:#fff}h1,h2,h3,h4,h5,h6{font-family:"Quicksand",sans-serif}.career-pg .cp-hero{min-height:90vh;background:linear-gradient(135deg,#f8f8fc 0,#eef2ff 60%,#fff8f2 100%);display:flex;align-items:center;padding:80px 0 60px;overflow:hidden;position:relative}.career-pg .cp-hero::before{content:'';position:absolute;top:-100px;right:-100px;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(38,29,116,0.06) 0,transparent 70%);pointer-events:none}.career-pg .cp-hero::after{content:'';position:absolute;bottom:-80px;left:-80px;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,rgba(225,123,29,0.07) 0,transparent 70%);pointer-events:none}.career-pg .cp-hero .container{position:relative;z-index:2}.career-pg .cp-hero-label{display:inline-flex;align-items:center;gap:10px;font-size:13px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:var(--orange);margin-bottom:20px}.career-pg .cp-hero-label::before{content:'';width:28px;height:2px;background:var(--orange);border-radius:2px}.career-pg .cp-hero h1{font-size:clamp(36px,6vw,68px);font-weight:700;line-height:1.1;color:var(--text-dark);margin-bottom:20px}.career-pg .cp-hero h1 span{background:linear-gradient(90deg,#261d74,#00a3ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.career-pg .cp-hero p{font-size:16px;line-height:1.75;color:var(--text-muted);max-width:480px;margin-bottom:36px}.career-pg .cp-hero-btn{display:inline-flex;align-items:center;gap:10px;background-image:linear-gradient(to right,#261d74,#00a3ff);color:#fff;padding:14px 32px;border-radius:10px;font-size:15px;font-weight:600;font-family:"Poppins",sans-serif;text-decoration:none;transition:gap .25s,transform .2s}.career-pg .cp-hero-btn:hover{gap:18px;transform:translateY(-2px);color:#fff}.career-pg .cp-hero-img{text-align:center}.career-pg .cp-hero-img img{max-width:100%;height:auto}.career-pg .cp-perks{padding:80px 0;background:#fff}.career-pg .cp-perks .cp-section-tag{display:block;font-size:13px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:var(--orange);margin-bottom:6px}.career-pg .cp-section-title{font-family:"Quicksand",sans-serif;font-size:clamp(26px,4vw,42px);font-weight:700;color:var(--text-dark);line-height:1.2;margin-bottom:8px}.career-pg .cp-section-title span{color:var(--orange)}.career-pg .cp-section-sub{font-size:15px;color:var(--text-muted);line-height:1.7;margin-bottom:50px}.career-pg .cp-perk-card{background:#fff;border:1px solid rgba(38,29,116,0.08);border-radius:14px;padding:28px 24px;height:100%;transition:transform .25s ease,box-shadow .25s ease;border-top:3px solid var(--orange)}.career-pg .cp-perk-card:hover{transform:translateY(-5px);box-shadow:0 12px 36px rgba(38,29,116,0.12)}.career-pg .cp-perk-icon{width:52px;height:52px;border-radius:12px;background:var(--orange-light);display:flex;align-items:center;justify-content:center;margin-bottom:16px}.career-pg .cp-perk-icon i{font-size:22px;color:var(--orange)}.career-pg .cp-perk-card h5{font-family:"Quicksand",sans-serif;font-size:16px;font-weight:700;color:var(--text-dark);margin-bottom:8px}.career-pg .cp-perk-card p{font-size:13px;color:var(--text-muted);line-height:1.65;margin:0}.career-pg .cp-job-card{width:100%;height:100%;text-align:left;background:#fff;border:1px solid rgba(38,29,116,0.08);border-top:3px solid var(--orange);border-radius:14px;padding:26px 24px;cursor:pointer;box-shadow:none;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.career-pg .cp-job-card:hover,.career-pg .cp-job-card:focus{transform:translateY(-5px);box-shadow:0 14px 38px rgba(38,29,116,0.13);border-color:rgba(225,123,29,0.28);outline:0}.career-pg .cp-job-top{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.career-pg .cp-job-card .cp-perk-icon{margin-bottom:0}.career-pg .cp-job-badge{display:inline-flex;align-items:center;min-height:30px;padding:6px 12px;border-radius:999px;color:var(--purple);background:#eef2ff;font-size:12px;font-weight:700;white-space:nowrap}.career-pg .cp-job-card h5{font-size:20px;font-weight:700;color:var(--text-dark);margin-bottom:10px}.career-pg .cp-job-card p{font-size:14px;color:var(--text-muted);line-height:1.65;margin-bottom:18px}.career-pg .cp-job-meta{display:flex;flex-wrap:wrap;gap:10px 14px;margin-bottom:20px}.career-pg .cp-job-meta span{display:inline-flex;align-items:center;gap:7px;color:#5f6065;font-size:12.5px;font-weight:600}.career-pg .cp-job-meta i{color:var(--orange)}.career-pg .cp-job-link{display:inline-flex;align-items:center;gap:8px;color:var(--purple);font-size:14px;font-weight:700}.cp-job-modal{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:24px;background:rgba(13,15,48,0.58);opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease}.cp-job-modal.is-open{opacity:1;visibility:visible}.cp-job-modal__dialog{width:min(720px,100%);max-height:min(86vh,760px);overflow-y:auto;background:#fff;border-radius:16px;padding:34px;position:relative;box-shadow:0 30px 80px rgba(13,15,48,0.25);transform:translateY(14px);transition:transform .25s ease}.cp-job-modal.is-open .cp-job-modal__dialog{transform:translateY(0)}.cp-job-modal__close{position:absolute;top:18px;right:18px;width:38px;height:38px;border:0;border-radius:50%;background:#eef2ff;color:var(--purple);display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.cp-job-modal h3{color:var(--text-dark);font-size:clamp(24px,4vw,34px);font-weight:700;margin:6px 48px 14px 0}.cp-job-modal__meta{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:18px}.cp-job-modal__meta span{padding:7px 12px;border-radius:999px;background:#fff3e8;color:var(--orange);font-size:12.5px;font-weight:700}.cp-job-modal p{color:var(--text-muted);font-size:15px;line-height:1.75;margin-bottom:20px}.cp-job-modal h4{color:var(--text-dark);font-size:17px;font-weight:700;margin:20px 0 10px}.cp-job-modal ul{margin:0;padding-left:18px;color:var(--text-muted)}.cp-job-modal li{margin-bottom:8px;line-height:1.6}.cp-job-apply-btn{margin-top:24px;border:0;border-radius:10px;padding:13px 24px;background:linear-gradient(90deg,#261d74,#00a3ff);color:#fff;font-weight:700;display:inline-flex;align-items:center;gap:10px;cursor:pointer;transition:transform .2s ease,opacity .2s ease}.cp-job-apply-btn:hover{transform:translateY(-2px);opacity:.94}.career-pg .cp-life{padding:80px 0;background:linear-gradient(135deg,#f8f8fc 0,#eef2ff 100%)}.career-pg .cp-life .cp-eyebrow{display:flex;align-items:center;gap:10px;font-family:"Quicksand",sans-serif;font-size:13px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--text-dark);margin-bottom:14px}.career-pg .cp-life .cp-eyebrow::before{content:'';width:26px;height:3px;background:linear-gradient(90deg,#261d74,#00a3ff);border-radius:2px}.career-pg .cp-life h2{font-size:clamp(28px,4vw,44px);font-weight:700;color:var(--text-dark);line-height:1.2;margin-bottom:20px}.career-pg .cp-life h2 span{color:var(--orange)}.career-pg .cp-life p.body-txt{font-size:15px;color:var(--text-muted);line-height:1.8;margin-bottom:14px}.career-pg .cp-life-img-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:14px}.career-pg .cp-life-img-grid img{width:100%;height:200px;object-fit:cover;border-radius:12px}.career-pg .cp-life-img-grid img:first-child{grid-column:1 / -1;height:260px}.career-pg .cp-life-stat{background:#fff;border-radius:12px;padding:20px;text-align:center;box-shadow:var(--card-shadow);margin-top:14px}.career-pg .cp-life-stat h3{font-size:36px;font-weight:700;color:var(--orange);line-height:1}.career-pg .cp-life-stat p{font-size:12px;color:var(--text-muted);margin:6px 0 0}.career-pg .cp-career-form .cf-group{margin-bottom:16px}.career-pg .cp-career-form input,.career-pg .cp-career-form textarea{width:100%;padding:12px 16px;border:1.5px solid rgba(38,29,116,0.15);border-radius:10px;font-size:14px;font-family:"Poppins",sans-serif;color:#28282b;background:#fff;outline:0;transition:border-color .2s}.career-pg .cp-career-form input:focus,.career-pg .cp-career-form textarea:focus{border-color:#261d74}.career-pg .cp-career-form input::placeholder,.career-pg .cp-career-form textarea::placeholder{color:#aaa}.career-pg .cp-career-form textarea{resize:none;height:100px}.career-pg .cp-career-form .cf-select-wrap{position:relative}.career-pg .cp-career-form .cf-select-display{width:100%;padding:12px 40px 12px 16px;border:1.5px solid rgba(38,29,116,0.15);border-radius:10px;font-size:14px;font-family:"Poppins",sans-serif;color:#aaa;background:#fff;cursor:pointer;user-select:none;transition:border-color .2s;display:flex;align-items:center;justify-content:space-between}.career-pg .cp-career-form .cf-select-display.selected{color:#28282b}.career-pg .cp-career-form .cf-select-display.open{border-color:#261d74;border-radius:10px 10px 0 0}.career-pg .cp-career-form .cf-select-display i{font-size:12px;color:#858688;transition:transform .2s}.career-pg .cp-career-form .cf-select-display.open i{transform:rotate(180deg)}.career-pg .cp-career-form .cf-select-dropdown{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;border:1.5px solid #261d74;border-top:0;border-radius:0 0 10px 10px;z-index:50;overflow:hidden}.career-pg .cp-career-form .cf-select-dropdown.open{display:block}.career-pg .cp-career-form .cf-select-dropdown .custom-option{padding:11px 16px;font-size:14px;font-family:"Poppins",sans-serif;color:#28282b;cursor:pointer;transition:background .15s,color .15s}.career-pg .cp-career-form .cf-select-dropdown .custom-option:first-child{display:none}.career-pg .cp-career-form .cf-select-dropdown .custom-option:hover{background:#eef2ff;color:#261d74}.career-pg .cp-career-form .cf-select-dropdown .custom-option.selected-opt{background:#261d74;color:#fff}.career-pg .cp-career-form .cf-file-label{display:flex;align-items:center;gap:12px;padding:12px 16px;border:1.5px dashed rgba(38,29,116,0.25);border-radius:10px;cursor:pointer;transition:border-color .2s,background .2s;background:#fafafa}.career-pg .cp-career-form .cf-file-label:hover{border-color:#261d74;background:#eef2ff}.career-pg .cp-career-form .cf-file-label i{font-size:18px;color:#261d74}.career-pg .cp-career-form .cf-file-label span{font-size:13px;color:#858688;font-family:"Poppins",sans-serif}.career-pg .cp-career-form .cf-file-label span strong{color:#261d74}.career-pg .cp-career-form input[type="file"]{display:none}.career-pg .cp-career-form .cf-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.career-pg .cp-career-form .cf-submit{width:100%;padding:14px;background:linear-gradient(90deg,#261d74,#00a3ff);color:#fff;font-size:15px;font-weight:600;font-family:"Poppins",sans-serif;border:0;border-radius:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:opacity .2s,transform .2s;margin-top:4px}.career-pg .cp-career-form .cf-submit:hover{opacity:.92;transform:translateY(-2px)}.career-pg .cp-career-form .cf-success{display:none;text-align:center;padding:30px 20px}.career-pg .cp-career-form .cf-success i{font-size:48px;color:#06d6a0;margin-bottom:14px;display:block}.career-pg .cp-career-form .cf-success h5{font-family:"Quicksand",sans-serif;font-size:20px;color:#28282b;margin-bottom:8px}.career-pg .cp-career-form .cf-success p{font-size:14px;color:#858688}@media(max-width:768px){.career-pg .cp-hero{padding:60px 0 40px;min-height:auto}.career-pg .cp-hero-img{margin-top:40px}.career-pg .cp-life-img-grid img:first-child{height:180px}.career-pg .cp-life-stat h3{font-size:25px}}@media(max-width:576px){.career-pg .cp-career-form .cf-row{grid-template-columns:1fr}.cp-job-modal{padding:14px}.cp-job-modal__dialog{padding:28px 20px}}:root{--legal-ink:#28282b;--legal-muted:#5f6370;--legal-navy:#261d74;--legal-blue:#00a3ff;--legal-orange:#e17b1d;--legal-soft:#f6f8fc;--legal-line:rgba(38,29,116,0.12)}.legal-hero{padding:132px 20px 54px;background:linear-gradient(135deg,rgba(38,29,116,0.08),rgba(0,163,255,0.04) 52%,rgba(225,123,29,0.08)),#fff;border-bottom:1px solid var(--legal-line)}.legal-hero-inner{width:min(1160px,100%);margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) 360px;align-items:center;gap:36px}.legal-hero-copy .eyebrow{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid rgba(225,123,29,0.22);border-radius:999px;background:rgba(255,255,255,0.72);color:var(--legal-orange);font-family:"Poppins",sans-serif;font-size:12px;font-weight:700;letter-spacing:1.4px;text-transform:uppercase}.legal-hero-copy .eyebrow::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--legal-orange)}.legal-hero h1{margin:18px 0 14px;max-width:760px;color:var(--legal-ink);font-family:"Quicksand",sans-serif;font-size:52px;line-height:1.08;font-weight:800}.legal-hero h1 .grad{color:var(--legal-navy);position:relative}.legal-hero h1 .grad::after{content:"";position:absolute;left:0;right:0;bottom:4px;height:9px;background:rgba(0,163,255,0.22);z-index:-1}.legal-hero-copy p{max-width:720px;margin:0;color:var(--legal-muted);font-family:"Poppins",sans-serif;font-size:17px;line-height:1.8}.legal-meta-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.legal-meta-row span{display:inline-flex;align-items:center;min-height:36px;padding:8px 12px;border-radius:6px;background:#fff;border:1px solid var(--legal-line);color:var(--legal-navy);font-family:"Poppins",sans-serif;font-size:13px;font-weight:600}.legal-hero-panel{border-radius:8px;padding:28px;background:#fff;border:1px solid var(--legal-line);box-shadow:0 18px 48px rgba(38,29,116,0.12)}.legal-hero-panel img{width:58px;height:58px;padding:13px;border-radius:8px;background:rgba(0,163,255,0.08);object-fit:contain}.legal-hero-panel strong{display:block;margin-top:22px;color:var(--legal-ink);font-family:"Quicksand",sans-serif;font-size:24px;line-height:1.25}.legal-hero-panel p{margin:12px 0 0;color:var(--legal-muted);font-family:"Poppins",sans-serif;font-size:14px;line-height:1.75}.legal-body{padding:38px 20px 94px;background:linear-gradient(180deg,var(--legal-soft),#fff 48%),#fff}.legal-intro-grid{width:min(1160px,100%);margin:0 auto 26px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.legal-intro-grid div,.sitemap-topline span,.sitemap-col{border-radius:8px;background:#fff;border:1px solid var(--legal-line);box-shadow:0 10px 32px rgba(38,29,116,0.07)}.legal-intro-grid div{padding:22px}.legal-intro-grid span{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:6px;background:var(--legal-navy);color:#fff;font-family:"Poppins",sans-serif;font-size:13px;font-weight:700}.legal-intro-grid strong{display:block;margin-top:16px;color:var(--legal-ink);font-family:"Quicksand",sans-serif;font-size:20px;font-weight:800}.legal-intro-grid p{margin:8px 0 0;color:var(--legal-muted);font-family:"Poppins",sans-serif;font-size:14px;line-height:1.7}.legal-layout{width:min(1160px,100%);margin:0 auto;display:grid;grid-template-columns:260px minmax(0,1fr);gap:24px;align-items:start}.legal-aside{position:sticky;top:112px;border-radius:8px;padding:20px;background:#fff;border:1px solid var(--legal-line);box-shadow:0 10px 32px rgba(38,29,116,0.07)}.legal-aside h3{margin:0 0 12px;color:var(--legal-ink);font-family:"Quicksand",sans-serif;font-size:19px;font-weight:800}.legal-aside a{display:flex;align-items:center;min-height:38px;padding:8px 0;border-top:1px solid rgba(38,29,116,0.08);color:var(--legal-muted);font-family:"Poppins",sans-serif;font-size:14px;text-decoration:none}.legal-aside a:hover{color:var(--legal-orange)}.legal-wrap{border-radius:8px;padding:44px;background:#fff;border:1px solid var(--legal-line);box-shadow:0 18px 52px rgba(38,29,116,0.09)}.legal-wrap h2{margin:34px 0 14px;padding-top:18px;border-top:1px solid rgba(38,29,116,0.08);color:var(--legal-navy);font-family:"Quicksand",sans-serif;font-size:25px;line-height:1.3;font-weight:800}.legal-wrap h2:first-of-type{margin-top:10px}.legal-wrap h3{margin:24px 0 10px;color:var(--legal-ink);font-family:"Poppins",sans-serif;font-size:17px;font-weight:700}.legal-wrap p,.legal-wrap li{color:var(--legal-muted);font-family:"Poppins",sans-serif;font-size:15px;line-height:1.9}.legal-wrap p{margin-bottom:16px}.legal-wrap ul{margin:0 0 16px;padding-left:0;list-style:none}.legal-wrap li{position:relative;margin-bottom:10px;padding-left:28px}.legal-wrap li::before{content:"";position:absolute;left:0;top:12px;width:9px;height:9px;border-radius:2px;background:var(--legal-orange)}.legal-wrap a{color:var(--legal-blue);font-weight:600;text-decoration:none}.legal-wrap a:hover{color:var(--legal-navy);text-decoration:underline}.legal-wrap strong{color:var(--legal-ink)}.sitemap-body{padding-top:34px}.sitemap-topline{width:min(1160px,100%);margin:0 auto 22px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.sitemap-topline span{min-height:54px;display:flex;align-items:center;justify-content:center;color:var(--legal-navy);font-family:"Poppins",sans-serif;font-size:14px;font-weight:700}.sitemap-wrap{width:min(1160px,100%);padding:24px;margin:auto}.sitemap-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.sitemap-col{padding:26px;box-shadow:none}.sitemap-col h2{margin:0 0 18px;padding:0 0 14px;border-top:0;border-bottom:1px solid rgba(38,29,116,0.1);color:var(--legal-ink);font-size:22px}.sitemap-col ul{margin:0;padding-left:0;list-style:none}.sitemap-col li{margin-bottom:10px;padding-left:0}.sitemap-col li::before{display:none}.sitemap-col li a{display:flex;align-items:center;min-height:40px;padding:9px 12px;border-radius:6px;background:var(--legal-soft);color:var(--legal-muted);font-size:14px;line-height:1.45;transition:background .2s ease,color .2s ease,transform .2s ease}.sitemap-col li a::before{content:"";width:7px;height:7px;margin-right:10px;border-radius:2px;background:var(--legal-orange);flex:0 0 auto}.sitemap-col li a:hover{background:rgba(0,163,255,0.09);color:var(--legal-navy);text-decoration:none;transform:translateX(3px)}@media(max-width:991px){.legal-hero{padding-top:118px}.legal-hero-inner,.legal-layout{grid-template-columns:1fr}.legal-hero-panel{max-width:520px}.legal-aside{position:static}.sitemap-topline{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:767px){.legal-hero{padding:104px 16px 44px}.legal-hero h1{font-size:38px}.legal-hero-copy p{font-size:15px}.legal-intro-grid,.sitemap-grid,.sitemap-topline{grid-template-columns:1fr}.legal-wrap,.sitemap-wrap{padding:24px}.legal-wrap h2{font-size:22px}}@media(max-width:480px){.legal-hero h1{font-size:32px}.legal-meta-row span{width:100%}.legal-hero-panel,.legal-intro-grid div,.legal-aside,.legal-wrap,.sitemap-wrap{padding:20px}}.blog-section .blog-thumb-readmore{display:inline-flex;align-items:center;gap:8px;margin-top:auto;color:#e17b1d;font-family:Quicksand,sans-serif;font-size:15px;font-weight:700;line-height:1;transition:gap .25s ease,color .25s ease}.blog-section .blog-thumb-readmore i{font-size:13px}.blog-section .blog-thumb-card:hover .blog-thumb-readmore{gap:12px;color:#261d74}.blog-post-page{padding:80px 0 90px;background:#fff}.blog-post-eyebrow{display:inline-flex;margin-bottom:16px;padding:7px 14px;border-radius:6px;background:linear-gradient(to right,#261d74,#00a3ff);color:#fff;font-family:Quicksand,sans-serif;font-size:13px;font-weight:700}.blog-post-content h1{margin:0 0 28px;color:#0d0f30;font-size:clamp(34px,5vw,56px);font-weight:700;line-height:1.15}.blog-post-content img{width:100%;max-height:470px;object-fit:cover;border-radius:12px;margin:0 0 34px;box-shadow:0 14px 35px rgba(0,0,0,.12)}.blog-post-content p{margin:0 0 20px;color:#555;font-size:17px;line-height:1.9}@media(max-width:767px){.blog-post-page{padding:50px 0 65px}.blog-post-content h1{font-size:32px}.blog-post-content img{max-height:320px}.blog-post-content p{font-size:15px}}