:root{--navy:#071a2e;--navy2:#0c2944;--ink:#102238;--muted:#5d6b7b;--teal:#10b9aa;--sky:#38bdf8;--paper:#f5f8fb;--white:#fff;--line:#dce5ec;--shadow:0 24px 70px rgba(7,26,46,.13)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#fff;line-height:1.6}a{color:inherit}.site-header{height:94px;display:flex;align-items:center;gap:34px;padding:0 clamp(24px,5vw,76px);border-bottom:1px solid var(--line);background:rgba(255,255,255,.95);position:sticky;top:0;z-index:10;backdrop-filter:blur(14px)}.brand{display:block;margin-right:auto}.brand img{display:block;width:310px;max-height:68px}.site-header nav{display:flex;gap:28px}.site-header nav a{text-decoration:none;font-size:.93rem;font-weight:650}.button{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;background:var(--teal);color:#041a1d;padding:15px 22px;border-radius:8px;font-weight:800;box-shadow:0 9px 30px rgba(16,185,170,.2);transition:.2s ease}.button:hover{transform:translateY(-2px);background:#22d3c5}.button-small{padding:11px 16px;font-size:.88rem}.hero{min-height:670px;padding:82px clamp(24px,7vw,110px);display:grid;grid-template-columns:minmax(0,1.3fr) minmax(330px,.7fr);align-items:center;gap:7vw;background:radial-gradient(circle at 80% 20%,rgba(56,189,248,.16),transparent 30%),linear-gradient(135deg,#f8fbfd,#edf5f8)}.eyebrow{text-transform:uppercase;letter-spacing:.17em;font-weight:850;font-size:.77rem;color:#078a81;margin:0 0 17px}.hero h1,.section h2,.difference h2,.cta h2{font-size:clamp(2.3rem,5vw,4.55rem);line-height:1.03;letter-spacing:-.055em;margin:0}.hero h1{max-width:880px}.lead{font-size:clamp(1.08rem,1.6vw,1.32rem);color:var(--muted);max-width:730px;margin:28px 0}.hero-actions{display:flex;align-items:center;gap:25px}.text-link{text-decoration:none;font-weight:800}.trust-row{display:flex;flex-wrap:wrap;gap:9px 24px;margin-top:42px;color:#526476;font-size:.9rem;font-weight:700}.trust-row span:before{content:"✓";color:#008d83;margin-right:7px}.personal-card{background:var(--navy);color:#fff;border-radius:22px;padding:36px;box-shadow:var(--shadow);transform:rotate(1.5deg);position:relative;overflow:hidden}.personal-card:after{content:"";position:absolute;width:180px;height:180px;border:1px solid rgba(56,189,248,.3);border-radius:50%;right:-80px;top:-80px}.status{font-size:.8rem;text-transform:uppercase;letter-spacing:.12em;color:#b8d6e7;font-weight:800}.status span{display:inline-block;width:9px;height:9px;background:#2dd4bf;border-radius:50%;margin-right:8px;box-shadow:0 0 0 5px rgba(45,212,191,.12)}.quote{font-size:1.3rem;line-height:1.5;font-weight:650;margin:35px 0}.signature{display:flex;align-items:center;gap:13px}.signature .initials{width:47px;height:47px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(135deg,var(--teal),var(--sky));color:#05213a;font-weight:900}.signature small{display:block;color:#a9c2d2}.section{padding:105px clamp(24px,7vw,110px)}.section-heading{display:grid;grid-template-columns:.6fr 1.4fr;gap:50px;align-items:start;margin-bottom:58px}.section-heading h2,.about h2{font-size:clamp(2rem,4vw,3.5rem);max-width:850px}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.service-grid article{padding:34px 28px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-height:290px}.num{font-family:ui-monospace,monospace;color:#0a9e94;font-weight:800}.service-grid h3{font-size:1.25rem;line-height:1.25;margin:56px 0 12px}.service-grid p{color:var(--muted);font-size:.95rem}.difference{background:var(--navy);color:#fff;padding:105px clamp(24px,7vw,110px);display:grid;grid-template-columns:1fr 1fr;gap:9vw}.difference h2{font-size:clamp(2.2rem,4vw,3.7rem)}.eyebrow.light{color:#62e5db}.difference-list>div{padding:27px 0;border-bottom:1px solid rgba(255,255,255,.17)}.difference-list strong{font-size:1.18rem}.difference-list p{color:#b8c8d5;margin:6px 0 0}.about{display:grid;grid-template-columns:.6fr 1.4fr;gap:8vw;align-items:center}.about-mark{aspect-ratio:1;max-width:360px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#0a2742,#071a2e);color:#fff;font-size:6rem;font-weight:900;letter-spacing:-.1em;position:relative;box-shadow:var(--shadow)}.about-mark:after{content:"";position:absolute;inset:17px;border:1px solid rgba(56,189,248,.4);border-radius:50%}.about-mark span{position:absolute;bottom:64px;font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;color:#7de5de}.about p:not(.eyebrow){font-size:1.08rem;color:var(--muted);max-width:780px}.cta{text-align:center;padding:100px 24px;background:linear-gradient(130deg,#10a99e,#38bdf8);color:#031a2c}.cta .eyebrow{color:#063c46}.cta h2{font-size:clamp(2.2rem,4vw,3.7rem)}.cta>p:not(.eyebrow){max-width:680px;margin:22px auto 30px;font-size:1.08rem}.button-light{background:#fff;color:var(--navy)}footer{padding:42px clamp(24px,5vw,76px);display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;color:var(--muted);font-size:.86rem}footer img{width:250px}footer p:nth-child(2){text-align:center}footer p:last-child{text-align:right}
@media(max-width:960px){.site-header nav{display:none}.site-header{height:80px}.brand img{width:240px}.hero{grid-template-columns:1fr;padding-top:60px}.personal-card{max-width:620px;transform:none}.service-grid{grid-template-columns:repeat(2,1fr)}.difference,.about{grid-template-columns:1fr}.about-mark{max-width:280px}.section-heading{grid-template-columns:1fr}.section-heading .eyebrow{margin-bottom:-20px}footer{grid-template-columns:1fr;text-align:center;gap:16px}footer img{margin:auto}footer p:nth-child(2),footer p:last-child{text-align:center}}
@media(max-width:620px){.site-header{padding:0 18px}.brand img{width:205px}.site-header .button-small{font-size:0;width:44px;height:44px;padding:0}.site-header .button-small:after{content:"Call";font-size:.8rem}.hero{padding:50px 20px 65px;min-height:auto}.hero h1{font-size:2.65rem}.hero-actions{align-items:flex-start;flex-direction:column}.trust-row{display:grid}.personal-card{padding:28px 24px}.service-grid{grid-template-columns:1fr}.section,.difference{padding:75px 20px}.service-grid article{min-height:auto}.service-grid h3{margin-top:30px}.about-mark{max-width:230px;font-size:4.7rem}.about-mark span{bottom:48px}.cta{padding:75px 20px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}
.cta-actions{display:flex;justify-content:center;align-items:center;gap:22px;flex-wrap:wrap}.email-link{font-weight:850;color:#03243a;text-underline-offset:4px}footer a{font-weight:750;color:var(--ink)}
