*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{--pri:#0E2035;--pri-l:#162d48;--jade:#4FAF8C;--bg:#fff;--bg2:#f5f5f5;--tx:#1a1a1a;--tx2:#5a6270;--r:10px;--mw:1140px}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font:400 1rem/1.65 'Inter',sans-serif;color:var(--tx);background:var(--bg);-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
ul{list-style:none}
h1,h2,h3,h4{font-family:'Poppins',sans-serif;font-weight:600;line-height:1.25}
.c{width:92%;max-width:var(--mw);margin:0 auto}
/* --- Buttons --- */
.btn{display:inline-flex;align-items:center;justify-content:center;font:600 .9rem 'Poppins',sans-serif;padding:.75rem 1.6rem;border-radius:8px;border:none;cursor:pointer;min-height:48px;transition:background .2s,transform .2s}
.btn-w{background:#fff;color:#111;box-shadow:0 0 20px rgba(255,255,255,.25)}.btn-w:hover{background:#eee;transform:translateY(-1px);box-shadow:0 0 30px rgba(255,255,255,.4)}
.btn-d{background:var(--pri);color:#fff;box-shadow:0 0 20px rgba(14,32,53,.3)}.btn-d:hover{background:var(--pri-l);transform:translateY(-1px);box-shadow:0 0 30px rgba(14,32,53,.5)}
.btn-o{background:0;color:#fff;border:2px solid rgba(255,255,255,.3);box-shadow:0 0 15px rgba(255,255,255,.1)}.btn-o:hover{border-color:#fff;box-shadow:0 0 25px rgba(255,255,255,.2)}
.btn-od{background:0;color:var(--pri);border:2px solid rgba(14,32,53,.15);font-size:.85rem;padding:.6rem 1.2rem;min-height:44px}.btn-od:hover{border-color:var(--pri)}
.btn-link{background:0;border:0;color:var(--pri);font:600 .88rem 'Poppins',sans-serif;padding:0;display:inline-flex;align-items:center;gap:.4rem;cursor:pointer;min-height:44px}.btn-link:hover{gap:.6rem}.btn-link svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2}
.btn-link-w{color:#fff}
/* --- Navbar --- */
nav{position:fixed;top:0;left:0;width:100%;height:64px;background:transparent;z-index:1000;display:flex;align-items:center}
nav.scrolled{background:rgba(14,32,53,.96);box-shadow:0 8px 24px rgba(14,32,53,.18);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}
nav .c{display:flex;align-items:center;justify-content:space-between}
.logo{height:56px;width:auto}
.ham{display:flex;flex-direction:column;gap:5px;background:0;border:0;cursor:pointer;padding:8px}
.ham span{width:24px;height:2px;background:#fff;border-radius:2px}
.nav-l{position:fixed;top:64px;left:0;width:100%;background:var(--pri);flex-direction:column;max-height:0;overflow:hidden;transition:max-height .3s;display:flex}
.nav-l.open{max-height:360px}
.nav-l a{color:rgba(255,255,255,.75);font:500 .95rem 'Inter',sans-serif;padding:.9rem 5%;min-height:48px;display:flex;align-items:center}
.nav-l a:hover,.nav-l a.on{color:#fff}
.nav-l .nav-cta{padding:.9rem 5%}
.nav-l .nav-cta .btn{width:100%;display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.75rem 1.6rem;border-radius:8px;font:600 .9rem 'Poppins',sans-serif;color:#111 !important;white-space:nowrap}
@media(min-width:769px){
.nav-l .nav-cta{padding:0;margin-left:.5rem}
.nav-l .nav-cta .btn{width:auto;min-width:132px;min-height:44px;padding:.75rem 1.35rem}
}
/* --- Sections --- */
.sec{padding:2.5rem 0}
.sec-d{background:var(--pri);color:#fff}
.sec-m{background:var(--pri-l);color:#fff}
.sec-g{background:var(--bg2)}
.sec-t{font-size:1.25rem;text-align:center;margin-bottom:.4rem}
.sec-s{text-align:center;color:var(--tx2);font-size:.88rem;margin-bottom:1.8rem;max-width:600px;margin-left:auto;margin-right:auto}
.sec-d .sec-s,.sec-m .sec-s{color:rgba(255,255,255,.55)}
/* --- Hero --- */
.hero{background:var(--pri);color:#fff;padding:5rem 0 2.5rem;text-align:center}
.hero h1{font-size:1.35rem;margin-bottom:.6rem}
.hero h1 span{color:rgba(255,255,255,.65)}
.hero>div>p{color:rgba(255,255,255,.6);font-size:.88rem;margin-bottom:1.5rem;padding:0 .5rem}
.hero-b{display:flex;flex-direction:column;gap:.6rem;align-items:center}
.hero-b .btn{width:100%;max-width:300px}
/* --- Cards --- */
.cg{display:grid;gap:1rem}
.cd{background:#fff;border-radius:var(--r);padding:1.1rem;transition:transform .2s}
.cd:hover{transform:translateY(-2px)}
.cd-d{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08)}.cd-d:hover{border-color:rgba(255,255,255,.2)}
.cd-i{width:36px;height:36px;background:rgba(14,32,53,.06);border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:.7rem}
.cd-i svg{width:18px;height:18px;stroke:var(--pri);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.cd-d .cd-i{background:rgba(255,255,255,.08)}.cd-d .cd-i svg{stroke:#fff}
.cd h3{font-size:.95rem;margin-bottom:.3rem}
.cd p{color:var(--tx2);font-size:.88rem}
.cd-d h3{color:#fff}.cd-d p{color:rgba(255,255,255,.5)}
/* --- Problem arrows (mobile) / cards (desktop) --- */
.prob-cards{display:none}
.prob-arrows{display:flex;flex-direction:column;gap:.5rem}
.pa{display:flex;align-items:flex-start;gap:.6rem;padding:.7rem .9rem;background:var(--bg2);border-radius:8px;border-left:3px solid var(--tx2)}
.pa svg{flex-shrink:0;width:16px;height:16px;stroke:var(--tx2);fill:none;stroke-width:2;margin-top:2px}
.pa strong{font-size:.88rem;display:block;margin-bottom:.1rem}
.pa span{font-size:.82rem;color:var(--tx2);line-height:1.4}
/* --- Compare --- */
.cmp{border:1px solid #e0e0e0;border-radius:var(--r);overflow:hidden}
.cmp-col{padding:1.4rem 1.1rem}
.cmp-no{background:#f9f9f9}
.cmp-yes{background:#fff}
.cmp-col h3{font-size:.95rem;display:flex;align-items:center;gap:.5rem;padding-bottom:.7rem;margin-bottom:1rem;border-bottom:2px solid #e0e0e0}
.cmp-col ul{display:flex;flex-direction:column;gap:.6rem}
.cmp-col li{display:flex;align-items:flex-start;gap:.5rem;font-size:.85rem;line-height:1.45}
.cmp-col li svg{flex-shrink:0;width:16px;height:16px;margin-top:2px}
.xi{stroke:#e74c3c;fill:none;stroke-width:2;stroke-linecap:round}
.ci{stroke:#27ae60;fill:none;stroke-width:2;stroke-linecap:round}
/* --- Services mini --- */
.svc-g{display:grid;grid-template-columns:1fr 1fr;gap:.6rem}
.svc{padding:.9rem .7rem;text-align:center;border:1px solid rgba(255,255,255,.1);border-radius:var(--r);background:rgba(255,255,255,.04)}
.svc .cd-i{margin:0 auto .5rem;width:32px;height:32px}.svc .cd-i svg{width:16px;height:16px}
.svc h3{font-size:.82rem;margin-bottom:0}
.svc p{display:none}
/* --- Split --- */
.sp{display:flex;flex-direction:column;gap:1.5rem}
.sp-img{border-radius:var(--r);overflow:hidden;border:1px solid rgba(255,255,255,.1)}
/* --- Steps --- */
.steps{display:flex;flex-direction:column;gap:1rem}
.step{text-align:center}
.step-n{width:44px;height:44px;border-radius:50%;background:var(--pri);color:#fff;font:700 1.1rem 'Poppins',sans-serif;display:flex;align-items:center;justify-content:center;margin:0 auto .6rem}
.step h3{font-size:.95rem;margin-bottom:.2rem}
.step p{font-size:.88rem;color:var(--tx2)}
/* --- Team mini --- */
.tm{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem}
.tm-i{text-align:center}
.tm-p{width:44px;height:44px;border-radius:50%;overflow:hidden;margin:0 auto .3rem;border:2px solid rgba(255,255,255,.15)}
.tm-p img{width:100%;height:100%;object-fit:cover;object-position:center 15%}
.tm-n{font-size:.7rem;color:rgba(255,255,255,.6)}
/* --- Copy stats --- */
.cs{display:flex;gap:1.5rem;flex-wrap:wrap;margin:1rem 0}
.cs-i{text-align:center}
.cs-n{font:700 1.15rem 'Poppins',sans-serif;color:#fff;display:block}
.cs-l{font-size:.7rem;color:rgba(255,255,255,.4);text-transform:uppercase;letter-spacing:.04em}
.mfx{display:inline-flex;align-items:center;gap:.4rem;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:8px;padding:.5rem 1rem;font-size:.82rem;color:rgba(255,255,255,.7);min-height:44px}
.mfx:hover{border-color:rgba(255,255,255,.3)}
.mfx svg{width:16px;height:16px;stroke:var(--jade);fill:none;stroke-width:2}
/* --- Resource preview --- */
.res-g{display:grid;gap:1rem}
.res{border-radius:var(--r);overflow:hidden;border:1px solid #e0e0e0;background:#fff}
.res-th{aspect-ratio:4/3;height:auto;background-size:cover;background-position:center}
.res h3{padding:.8rem 1rem;font-size:.88rem}
/* --- CTA banner --- */
.cta{background:var(--pri-l);color:#fff;text-align:center;padding:2.5rem 0}
.cta h2{font-size:1.15rem;margin-bottom:.6rem}
.cta p{color:rgba(255,255,255,.55);font-size:.88rem;margin-bottom:1.3rem;max-width:500px;margin-left:auto;margin-right:auto}
.cta-b{display:flex;flex-direction:column;gap:.6rem;align-items:center;justify-content:center}
.cta-b .btn{width:100%;max-width:300px}
@media(min-width:769px){
.cta-b .btn{max-width:none}
}
/* --- Carousel --- */
.car{overflow:hidden}.car-t{display:flex;transition:transform .4s}.car-s{min-width:100%;padding:0 .5rem}
.car-s .cd{max-width:600px;margin:0 auto;border:1px solid #e8e8e8}
.test{position:relative;padding-top:1.2rem}
.test::before{content:'\201C';position:absolute;top:-.3rem;left:0;font:3rem 'Poppins',sans-serif;color:var(--pri);opacity:.12;line-height:1}
.test p{font-style:italic;font-size:.88rem;margin-bottom:.5rem}
.test cite{font:500 .8rem 'Inter',sans-serif;color:var(--tx2);font-style:normal}
.car-b{display:flex;justify-content:center;gap:.8rem;margin-top:1rem}
.car-btn{width:40px;height:40px;border-radius:50%;border:1px solid #ddd;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;min-height:44px;min-width:44px}
.car-btn:hover{border-color:var(--pri)}
.car-btn svg{width:16px;height:16px;stroke:var(--tx);fill:none;stroke-width:2;stroke-linecap:round}
/* --- Footer --- */
footer{background:var(--pri);color:rgba(255,255,255,.5);padding:2rem 0 1rem;font-size:.82rem}
.ft-g{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:1.5rem}
.ft-c h4{color:#fff;font-size:.85rem;margin-bottom:.5rem}
.ft-c a{display:block;margin-bottom:.3rem;min-height:32px;display:flex;align-items:center}.ft-c a:hover{color:#fff}
.ft-c p{max-width:280px}
.ft-d{border-top:1px solid rgba(255,255,255,.08);padding-top:1rem;text-align:center;font-size:.72rem;line-height:1.6}
/* --- Cookie notice --- */
.cookie-notice{position:fixed;left:1rem;right:1rem;bottom:1rem;z-index:2000;display:flex;flex-direction:column;gap:.9rem;padding:1rem;background:rgba(255,255,255,.97);color:var(--tx);border:1px solid rgba(14,32,53,.12);border-radius:8px;box-shadow:0 20px 50px rgba(14,32,53,.18);opacity:0;transform:translateY(16px);transition:opacity .25s ease,transform .25s ease}
.cookie-notice.show{opacity:1;transform:translateY(0)}
.cookie-notice.hide{opacity:0;transform:translateY(16px);pointer-events:none}
.cookie-notice strong{display:block;font:600 .92rem 'Poppins',sans-serif;margin-bottom:.2rem;color:var(--tx)}
.cookie-notice p{font-size:.82rem;line-height:1.45;color:var(--tx2);margin:0}
.cookie-notice .btn{min-height:44px;padding:.65rem 1.1rem;white-space:nowrap}
@media(min-width:769px){
.cookie-notice{left:50%;right:auto;bottom:1.2rem;width:min(92%,780px);flex-direction:row;align-items:center;justify-content:space-between;transform:translate(-50%,16px)}
.cookie-notice.show{transform:translate(-50%,0)}
.cookie-notice.hide{transform:translate(-50%,16px)}
}
