:root{--navy: #1e3a5f;--navy-deep: #16304f;--teal: #2a9d8f;--ink: #1a2b3c;--ink-soft: #4a5d6e;--mist: #eef4f8;--line: #e3ebf2}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:var(--ink);background:#fff;line-height:1.6;-webkit-font-smoothing:antialiased}::selection{background:#2a9d8f40}.page{min-height:100vh;display:flex;flex-direction:column}.nav{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem clamp(1rem,5vw,3rem);background:#ffffffeb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--line)}.nav-logo{width:clamp(10rem,22vw,13rem);height:auto}.button{display:inline-block;padding:.7rem 1.5rem;border-radius:999px;font-weight:600;font-size:.95rem;text-decoration:none;transition:background-color .15s ease,color .15s ease,transform .15s ease}.button-solid{background:linear-gradient(135deg,var(--navy),var(--navy-deep));color:#fff;box-shadow:0 4px 12px #16304f38}.button-solid:hover{transform:translateY(-1px);box-shadow:0 8px 18px #16304f47}.button:focus-visible{outline:3px solid rgba(42,157,143,.5);outline-offset:2px}.hero{padding:clamp(3.5rem,9vh,6rem) 1.5rem 4rem;background:radial-gradient(60rem 30rem at 15% -10%,rgba(42,157,143,.12),transparent 60%),radial-gradient(50rem 28rem at 90% 0%,rgba(30,58,95,.1),transparent 55%),#fff}.hero-inner{display:grid;grid-template-columns:1.1fr 1fr;gap:clamp(2rem,5vw,4rem);align-items:center;max-width:72rem;margin:0 auto}.hero-photo-frame{position:relative}.hero-photo-frame:before{content:"";position:absolute;top:1.25rem;right:-1.25rem;bottom:-1.25rem;left:1.25rem;border-radius:1.5rem;background:linear-gradient(135deg,#2a9d8f40,#1e3a5f33)}.hero-photo{position:relative;width:100%;height:auto;border-radius:1.5rem;box-shadow:0 24px 50px #16304f33}@media(prefers-reduced-motion:no-preference){@keyframes rise{0%{opacity:0;transform:translateY(14px)}}.hero-copy{animation:rise .55s ease-out both}.hero-photo-frame{animation:rise .55s ease-out .12s both}}.eyebrow{display:inline-block;font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--teal);background:#2a9d8f1a;border-radius:999px;padding:.35rem 1rem;margin-bottom:1.5rem}.hero h1{font-size:clamp(2.1rem,4.5vw,3.2rem);font-weight:800;line-height:1.08;letter-spacing:-.03em;color:var(--navy);margin-bottom:1.25rem}.accent{background:linear-gradient(90deg,var(--teal),var(--navy));-webkit-background-clip:text;background-clip:text;color:transparent}.lede{max-width:38rem;margin:0;font-size:1.15rem;color:var(--ink-soft)}.trust{background:var(--mist);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:1.1rem 1.5rem}.trust-list{list-style:none;display:flex;flex-wrap:wrap;justify-content:center;gap:.6rem 1rem;max-width:72rem;margin:0 auto}.trust-list li{display:flex;align-items:center;gap:.55rem;font-size:.85rem;font-weight:600;color:var(--navy);background:#fff;border:1px solid var(--line);border-radius:999px;padding:.45rem 1.1rem;box-shadow:0 1px 3px #16304f0f}.trust-list li:before{content:"";width:.5rem;height:.5rem;border-radius:999px;background:var(--teal);flex-shrink:0}.features{display:flex;flex-direction:column;gap:clamp(2.5rem,6vw,4.5rem);max-width:68rem;margin:0 auto;padding:4rem 1.5rem 5rem}.feature-row{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1.5rem,4vw,3.5rem);align-items:center}.feature-row.reverse .feature-photo{order:2}.feature-photo{width:100%;height:auto;border-radius:1.5rem;border:1px solid var(--line);box-shadow:0 12px 28px #16304f1a;transition:transform .3s ease,box-shadow .3s ease}.feature-row:hover .feature-photo{transform:translateY(-4px);box-shadow:0 20px 40px #16304f24}.kicker{font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--teal);margin-bottom:.5rem}.feature-copy h2{font-size:clamp(1.4rem,2.2vw,1.7rem);font-weight:800;letter-spacing:-.015em;color:var(--navy);margin-bottom:.6rem}.feature-copy p{font-size:1rem;color:var(--ink-soft);max-width:32rem}.footer{margin-top:auto;text-align:center;padding:2.5rem 1.5rem;background:var(--navy);color:#ffffffd9}.footer a{color:#fff;font-weight:600;text-decoration:none}.footer a:hover{text-decoration:underline}.fine{margin-top:.5rem;font-size:.8rem;color:#ffffff8c}@media(max-width:860px){.hero-inner{grid-template-columns:1fr;text-align:center}.hero-copy .lede{margin:0 auto}.hero-photo{max-width:28rem;margin:0 auto;display:block}}@media(max-width:720px){.feature-row{grid-template-columns:1fr}.feature-row.reverse .feature-photo{order:0}.feature-copy{text-align:center}.feature-copy p{margin:0 auto}}
