:root{
  --navy:#061f3f;--navy-2:#0c355f;--green:#2f6f32;--green-2:#4f8a3f;--gold:#bd861b;--gold-2:#d7a63c;--ink:#071c38;--muted:#506175;--line:#e6e9ed;--soft:#f6f9fb;--white:#fff;
  --shadow:0 24px 70px rgba(6,31,63,.12);--shadow-soft:0 16px 45px rgba(6,31,63,.08);--radius:24px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif;color:var(--ink);background:linear-gradient(180deg,#fff 0%,#fbfdff 42%,#fff 100%);overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}
.site-header{height:84px;padding:0 clamp(22px,5.8vw,112px);display:flex;align-items:center;gap:32px;background:rgba(255,255,255,.92);backdrop-filter:blur(14px);border-bottom:1px solid rgba(6,31,63,.06);position:sticky;top:0;z-index:50;box-shadow:0 4px 30px rgba(6,31,63,.04)}
.brand{width:323px;flex:0 0 auto}.brand img{height:50px;width:auto;object-fit:contain;image-rendering:auto}.main-nav{margin-left:auto;display:flex;align-items:center;gap:30px;font-weight:700;font-size:15px;color:#071c38}.main-nav a{position:relative;padding:32px 0}.main-nav a::after{content:"";position:absolute;left:0;right:0;bottom:18px;height:3px;border-radius:20px;background:var(--gold);transform:scaleX(0);transform-origin:left;transition:.25s}.main-nav a:hover::after,.main-nav a.active::after{transform:scaleX(1)}.main-nav a.active{color:var(--gold)}.contact-btn{padding:14px 25px;border-radius:999px;background:var(--navy);color:white;font-weight:800;box-shadow:0 12px 28px rgba(6,31,63,.16);transition:.25s}.contact-btn:hover{transform:translateY(-2px);background:#082a55}.menu-toggle{display:none;margin-left:auto;border:0;background:var(--navy);color:white;border-radius:12px;font-size:22px;width:46px;height:42px}
.hero-section{position:relative;min-height:615px;padding:62px clamp(22px,5.8vw,112px) 84px;display:grid;grid-template-columns:minmax(420px,.8fr) minmax(640px,1.25fr);align-items:center;gap:18px;isolation:isolate;background:radial-gradient(circle at 70% 30%,rgba(47,111,50,.16),transparent 28%),linear-gradient(90deg,#fff 0%,#f6fbff 46%,#eef7ef 100%)}.hero-bg-glow{position:absolute;inset:84px 0 auto;z-index:-1;height:520px;background:linear-gradient(90deg,rgba(255,255,255,.96) 0%,rgba(232,246,255,.62) 42%,rgba(233,247,235,.8) 100%)}
.hero-content{position:relative;z-index:2;max-width:610px}.eyebrow{margin:0 0 26px;color:var(--gold);font-size:15px;font-weight:900;text-transform:uppercase;letter-spacing:.18em}.hero-content h1{margin:0;color:var(--navy);font-size:clamp(46px,5.1vw,78px);line-height:1.12;font-weight:900;letter-spacing:-.055em}.hero-content h1 span{color:var(--green)}.hero-copy{font-size:20px;line-height:1.74;color:#19304f;max-width:600px;margin:32px 0 0}.hero-actions{display:flex;gap:16px;flex-wrap:wrap;margin-top:36px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:16px;border-radius:999px;padding:16px 26px;font-weight:900;transition:.25s;border:1px solid transparent}.btn.primary{background:var(--navy);color:white;box-shadow:0 16px 32px rgba(6,31,63,.16)}.btn.secondary{background:rgba(255,255,255,.64);border-color:var(--navy);color:var(--navy)}.btn:hover{transform:translateY(-3px)}
.hero-identity{position:relative;min-height:510px;display:flex;align-items:center;justify-content:flex-end;margin-right:-24px}.hero-identity::before{content:"";position:absolute;right:0;top:2%;width:86%;height:86%;background:radial-gradient(circle,rgba(255,255,255,.94) 0%,rgba(255,255,255,.72) 45%,rgba(255,255,255,0) 72%);filter:blur(8px);z-index:-1}.hero-identity img{width:min(780px,58vw);height:auto;object-fit:contain;filter:drop-shadow(0 18px 35px rgba(6,31,63,.10));animation:floatIdentity 7s ease-in-out infinite}.hero-identity::after{content:"";position:absolute;left:18%;bottom:4%;width:64%;height:26px;background:radial-gradient(ellipse,rgba(6,31,63,.18),transparent 67%);filter:blur(8px);z-index:-1}@keyframes floatIdentity{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
.service-strip{position:relative;z-index:4;margin:-48px clamp(20px,5.6vw,108px) 0;background:rgba(255,255,255,.9);backdrop-filter:blur(18px);border:1px solid rgba(6,31,63,.07);border-radius:22px;box-shadow:var(--shadow);display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden}.service-card{display:grid;grid-template-columns:74px 1fr;gap:18px;align-items:start;padding:30px 28px;min-height:150px;border-right:1px solid var(--line)}.service-card:last-child{border-right:0}.service-icon,.stat-icon{display:grid;place-items:center;color:white;border-radius:50%;flex:0 0 auto}.service-icon{width:64px;height:64px;box-shadow:inset 0 2px 4px rgba(255,255,255,.22),0 12px 22px rgba(6,31,63,.14)}.service-icon svg{width:34px;height:34px;fill:currentColor}.navy{background:linear-gradient(135deg,var(--navy),var(--navy-2))}.gold{background:linear-gradient(135deg,var(--gold),var(--gold-2))}.green{background:linear-gradient(135deg,var(--green),var(--green-2))}.service-card h2{margin:5px 0 8px;font-size:16px;text-transform:uppercase;color:var(--navy);letter-spacing:.02em}.service-card:nth-child(2) h2{color:var(--gold)}.service-card:nth-child(3) h2{color:var(--green)}.service-card p{font-size:14px;line-height:1.55;color:#203757;margin:0 0 14px}.service-card a{font-size:13px;font-weight:900;color:var(--navy)}.service-card:nth-child(2) a{color:var(--gold)}.service-card:nth-child(3) a{color:var(--green)}
.expert-section{padding:34px clamp(22px,5.8vw,112px) 22px}.section-heading{text-align:center}.section-heading h2{margin:0;color:var(--navy);font-size:34px;letter-spacing:-.03em}.section-heading span{display:block;width:70px;height:3px;background:var(--gold);border-radius:999px;margin:10px auto 30px}.expert-layout{display:grid;grid-template-columns:1fr 350px;gap:34px;align-items:start}.expert-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.expert-item{padding:24px 20px;border-radius:20px;transition:.25s}.expert-item:hover{background:white;box-shadow:var(--shadow-soft);transform:translateY(-3px)}.mini-icon{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;color:white;font-weight:900;margin-bottom:10px}.expert-item h3{font-size:15px;text-transform:uppercase;margin:0 0 10px;color:var(--navy)}.expert-item:nth-child(2) h3{color:var(--gold)}.expert-item:nth-child(3) h3{color:var(--green)}.expert-item ul{margin:0 0 18px;padding:0;list-style:none}.expert-item li{font-size:14px;margin:7px 0;color:#24364d}.expert-item li::before{content:"✓";font-weight:900;color:var(--navy);margin-right:8px}.expert-item:nth-child(2) li::before{color:var(--gold)}.expert-item:nth-child(3) li::before{color:var(--green)}.expert-item a{font-size:13px;font-weight:900;color:var(--navy)}
.stats-panel{background:rgba(255,255,255,.88);border:1px solid rgba(6,31,63,.06);box-shadow:var(--shadow-soft);border-radius:22px;padding:14px 24px}.stats-panel div{display:grid;grid-template-columns:44px 74px 1fr;gap:14px;align-items:center;padding:16px 0;border-bottom:1px solid var(--line)}.stats-panel div:last-child{border-bottom:0}.stat-icon{width:38px;height:38px;font-weight:900}.stats-panel strong{font-size:23px;color:var(--navy)}.stats-panel p{margin:0;font-size:13px;line-height:1.35;color:#263b57}.stats-panel div:nth-child(2) strong{color:var(--gold)}.stats-panel div:nth-child(3) strong{color:var(--green)}
.value-band{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:10px;padding:28px clamp(22px,5.8vw,112px);background:linear-gradient(100deg,#052144 0%,#08365e 35%,#1d5d48 66%,#36712f 100%);color:white;border-radius:10px 10px 0 0}.value-band article{display:grid;grid-template-columns:58px 1fr;gap:18px;align-items:center}.value-band span{font-size:36px}.value-band h3{margin:0 0 7px;font-size:16px;text-transform:uppercase}.value-band p{margin:0;font-size:13.5px;line-height:1.5;color:rgba(255,255,255,.88)}
.contact-section{text-align:center;padding:70px 22px 58px;background:linear-gradient(180deg,#fff,#f6faf8)}.contact-section h2{font-size:clamp(32px,4vw,56px);line-height:1.08;color:var(--navy);margin:0}.contact-section p:not(.eyebrow){max-width:760px;margin:22px auto 28px;font-size:18px;color:#263b57}.resources{padding:46px 22px;text-align:center;background:#fff}.resources h2{margin:0 0 8px;color:var(--navy)}.resources p{margin:0;color:var(--muted)}footer{padding:24px;text-align:center;background:var(--navy);color:rgba(255,255,255,.82);font-size:13px}
.reveal{opacity:0;transform:translateY(18px);transition:opacity .7s ease,transform .7s ease}.reveal.is-visible{opacity:1;transform:none}.delay-1{transition-delay:.12s}
@media(max-width:1180px){.main-nav{gap:18px;font-size:14px}.brand{width:260px}.hero-section{grid-template-columns:1fr;padding-top:52px}.hero-identity{justify-content:center;margin-right:0;min-height:auto}.hero-identity img{width:min(850px,94vw)}.hero-content{max-width:760px}.service-strip,.expert-grid,.value-band{grid-template-columns:repeat(2,1fr)}.expert-layout{grid-template-columns:1fr}.service-card:nth-child(2){border-right:0}.service-card:nth-child(3){border-top:1px solid var(--line)}.service-card:nth-child(4){border-top:1px solid var(--line)}}
@media(max-width:860px){.site-header{height:auto;min-height:74px;padding:14px 20px;flex-wrap:wrap}.brand{width:245px}.menu-toggle{display:block}.main-nav{display:none;order:3;width:100%;flex-direction:column;align-items:flex-start;gap:0;padding:10px 0}.main-nav.open{display:flex}.main-nav a{padding:12px 0}.main-nav a::after{bottom:6px}.contact-btn{margin-left:auto;padding:12px 18px}.hero-section{padding:38px 22px 68px}.hero-content h1{font-size:42px}.hero-copy{font-size:17px}.service-strip,.expert-grid,.value-band{grid-template-columns:1fr}.service-card{border-right:0;border-bottom:1px solid var(--line)}.service-card:last-child{border-bottom:0}.value-band{border-radius:0}.stats-panel div{grid-template-columns:42px 70px 1fr}}
@media(max-width:560px){.brand{width:220px}.brand img{height:34px}.contact-btn{display:none}.hero-actions{flex-direction:column}.btn{width:100%}.hero-content h1{font-size:36px}.hero-identity img{width:116vw;max-width:none}.service-card{grid-template-columns:58px 1fr;padding:24px 18px}.service-icon{width:52px;height:52px}.service-icon svg{width:28px;height:28px}}
