:root{--parchment:#f5f4ed;--ivory:#faf9f5;--navy:#003049;--blue:#3f7290;--blue-light:#8fc8e0;--stone:#6b6a63;--olive:#5e5d59;--charcoal:#2c2c2a;--near-black:#141413;--copper:#c7714c;--warm-silver:#b0aea5;--border-cream:#e7e2d5;--warm-sand:#e3d9c3;--radius-sm:12px;--radius-md:18px;--radius-lg:28px;--shadow-soft:0 12px 40px #14141314;--shadow-lift:0 20px 60px #00304929;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-family:Inter,system-ui,sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--parchment);color:var(--charcoal);-webkit-font-smoothing:antialiased;font-family:Inter,system-ui,sans-serif;line-height:1.65;overflow-x:clip}img{max-width:100%;display:block}a{color:inherit}h1,h2{font-family:Georgia,Times New Roman,serif;font-weight:500}:focus-visible{outline:3px solid var(--blue);outline-offset:3px;border-radius:4px}::selection{background:var(--blue);color:var(--ivory)}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}.nav{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border-cream);background:#f5f4edeb;justify-content:space-between;align-items:center;padding:16px 40px;display:flex;position:fixed;top:0;left:0;right:0}.brand{color:var(--near-black);align-items:center;font-weight:600;text-decoration:none;display:flex}.brand-mark{width:auto;height:34px}.nav-links{align-items:center;gap:28px;display:flex}.nav-links a{color:var(--olive);font-size:.92rem;font-weight:500;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--blue)}.nav-cta{background:var(--blue);border-radius:100px;padding:10px 22px;font-weight:600;transition:background .2s;color:var(--ivory)!important}.nav-cta:hover{background:var(--navy)}.hero{text-align:center;background:radial-gradient(circle at 50% 0%, #669bbc29, transparent 45%), linear-gradient(180deg, var(--parchment), var(--ivory));border-bottom:1px solid var(--border-cream);padding:150px 40px 80px;position:relative}.container{max-width:1080px;margin:0 auto}.eyebrow{color:var(--blue);letter-spacing:.08em;text-transform:uppercase;background:#3f71901a;border-radius:100px;align-items:center;gap:10px;margin-bottom:22px;padding:7px 18px;font-size:.78rem;font-weight:700;display:inline-flex}.hero h1{color:var(--near-black);margin-bottom:20px;font-size:clamp(2.2rem,5vw,3.6rem);line-height:1.12}.hero h1 em{color:var(--blue);font-style:italic}.hero p{color:var(--olive);max-width:680px;margin:0 auto 34px;font-size:1.05rem;line-height:1.75}.hero-actions{flex-wrap:wrap;justify-content:center;gap:14px;display:flex}.btn{cursor:pointer;border-radius:100px;align-items:center;gap:8px;padding:14px 30px;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-primary{background:var(--blue);color:var(--ivory)}.btn-primary:hover{background:var(--navy);box-shadow:var(--shadow-lift);transform:translateY(-2px)}.btn-ghost{border:1.5px solid var(--blue);color:var(--blue)}.btn-ghost:hover{background:#3f719014}section{padding:90px 40px}.section-label{letter-spacing:.1em;text-transform:uppercase;color:var(--blue);margin-bottom:12px;font-size:.75rem;font-weight:700;display:block}h2{color:var(--near-black);margin-bottom:14px;font-size:clamp(1.7rem,3.2vw,2.5rem);line-height:1.2}.lead{color:var(--olive);max-width:720px;margin-bottom:36px;font-size:1rem;line-height:1.7}.stats{background:var(--ivory);border-bottom:1px solid var(--border-cream);padding:64px 40px}.stat-grid{text-align:center;grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.stat .num{color:var(--blue);margin-bottom:4px;font-family:Georgia,serif;font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:500}.stat-grid p{color:var(--stone);font-size:.85rem}.shot{background:var(--ivory);border:1px solid var(--border-cream);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);flex-direction:column;margin:0;display:flex;overflow:hidden}.shot .frame{background:#f0eee6;flex:1;position:relative;overflow:hidden}.shot .frame img{object-fit:cover;object-position:top;width:100%;height:100%;display:block;position:absolute;inset:0}.shot-cap{color:var(--stone);border-top:1px solid var(--border-cream);padding:14px 20px;font-size:.82rem}.browser-bar{border-bottom:1px solid var(--border-cream);background:#f0eee6;align-items:center;gap:7px;padding:11px 16px;display:flex}.browser-bar span{border-radius:50%;width:11px;height:11px}.browser-bar span:first-child{background:#f26d6d}.browser-bar span:nth-child(2){background:#f5bf4f}.browser-bar span:nth-child(3){background:#61c454}.browser-url{background:var(--ivory);border:1px solid var(--border-cream);color:var(--stone);border-radius:7px;flex:1;margin-left:12px;padding:4px 12px;font-family:monospace;font-size:.78rem}.shot-row{grid-template-columns:repeat(2,1fr);gap:28px;margin-top:14px;display:grid}.shot-row .shot{min-height:0}.shot-row .shot .frame{height:430px}.features{background:linear-gradient(180deg, var(--navy), #0b4058);color:var(--ivory)}.features .section-label{color:var(--blue-light)}.features h2{color:var(--ivory)}.features .lead{color:#faf9f5c7}.feature-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.feature{border-radius:var(--radius-md);background:#faf9f50f;border:1px solid #faf9f521;padding:26px 24px;transition:box-shadow .25s}.feature:hover{box-shadow:0 18px 45px #00000047}.feature .ic{width:46px;height:46px;color:var(--blue-light);background:#8fc8e024;border-radius:14px;place-items:center;margin-bottom:16px;font-size:1.3rem;display:grid}.feature h3{color:var(--ivory);margin-bottom:8px;font-family:Georgia,serif;font-size:1.15rem;font-weight:500}.feature p{color:#faf9f5bf;font-size:.88rem;line-height:1.6}.timeline{grid-template-columns:repeat(4,1fr);gap:18px;margin-top:10px;display:grid}.step{background:var(--ivory);border:1px solid var(--border-cream);border-radius:var(--radius-md);padding:24px 20px;position:relative;box-shadow:0 4px 18px #1414130a}.step .num{color:#3f719059;margin-bottom:8px;font-family:Georgia,serif;font-size:1.6rem;font-weight:500}.step h3{color:var(--near-black);margin-bottom:6px;font-size:.98rem;font-weight:700}.step p{color:var(--stone);font-size:.82rem;line-height:1.55}.cta{background:linear-gradient(135deg, #052f43, var(--navy) 60%, #0b4058);text-align:center;color:var(--ivory)}.cta h2{color:var(--ivory);max-width:720px;margin:0 auto 16px}.cta p{color:#faf9f5cc;max-width:620px;margin:0 auto 32px}footer{text-align:center;background:var(--navy);color:var(--warm-silver);border-top:1px solid #faf9f51a;padding:44px 40px;font-size:.85rem}footer a{color:var(--blue-light);text-decoration:none}.footer-logo{filter:drop-shadow(0 2px 12px #8fc8e040);width:auto;height:42px;margin:0 auto 14px}@media (width<=920px){.nav{padding:14px 20px}.nav-links{gap:16px}.nav-links a{font-size:.85rem}.feature-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=820px){.hero{padding:120px 20px 60px}section{padding:70px 20px}.shot-row{grid-template-columns:1fr}.shot-row .shot .frame{height:auto;min-height:280px}.shot .frame img{object-fit:contain;height:auto;position:static}.timeline{grid-template-columns:repeat(2,1fr)}}@media (width<=560px){.nav{flex-wrap:wrap;justify-content:center;gap:10px}.nav-links{gap:12px}.nav-links a:not(.nav-cta){display:none}.feature-grid{grid-template-columns:1fr}.stat-grid{grid-template-columns:repeat(2,1fr)}.timeline{grid-template-columns:1fr}}
