.site-header{z-index:50;background-color:var(--bg,#020617);border-bottom:1px solid #94a3b840;width:100%;position:sticky;top:0}.nav-inner{justify-content:space-between;align-items:center;padding:.75rem 1.5rem;display:flex}.nav-brand{color:var(--gold,#eab308);font-size:1rem;font-weight:700;text-decoration:none}.nav-links{align-items:center;gap:1.5rem;font-size:.95rem;display:flex}.nav-link{color:#e5e7eb;border-bottom:2px solid #0000;padding-bottom:.1rem;text-decoration:none}.nav-link--active{border-color:var(--gold,#eab308)}.nav-details{list-style:none;position:relative}.nav-details>summary{cursor:pointer;color:#e5e7eb;background:0 0;border:1px solid #94a3b899;border-radius:999px;padding:.35rem .9rem;list-style:none}.nav-details[open]>summary{border-color:var(--gold,#eab308);background:#0f172af2}.nav-details-menu{background:#020617;border:1px solid #94a3b866;border-radius:.75rem;min-width:230px;margin-top:.4rem;padding:.5rem .75rem;position:absolute;right:0;box-shadow:0 18px 45px #0f172ae6}.nav-details-menu a{color:#e5e7eb;border-radius:.5rem;padding:.35rem .4rem;font-size:.9rem;text-decoration:none;display:block}.nav-details-menu a:hover{background:#94a3b829}@media (max-width:768px){.nav-inner{flex-direction:column;align-items:flex-start;gap:.5rem}.nav-links{flex-wrap:wrap;gap:1rem}}.hero{grid-template-columns:minmax(0,1.2fr) minmax(0,.9fr);align-items:center;gap:3rem;max-width:1180px;margin:0 auto;padding:3.5rem 1.5rem 4rem;display:grid}@media (max-width:960px){.hero{grid-template-columns:minmax(0,1fr);padding-top:2.5rem}}.hero-text{max-width:640px}.hero-eyebrow{letter-spacing:.16em;text-transform:uppercase;color:#9ca3af;margin-bottom:.75rem;font-size:.9rem}.hero-title{color:#f9fafb;margin-bottom:1.5rem;font-size:clamp(2.3rem,4vw,3.1rem);line-height:1.1}.hero-lead{color:#e5e7eb;margin-bottom:1.5rem;font-size:1.05rem}.hero-list{color:#e5e7eb;margin:0;padding-left:1.25rem;list-style:outside}.hero-list li{margin-bottom:.35rem}.hero-ctas{flex-wrap:wrap;gap:.9rem;margin-top:2.2rem;display:flex}.btn-primary,.btn-secondary,.btn-tertiary{cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;padding:.8rem 1.9rem;font-size:.98rem;font-weight:600;text-decoration:none;transition:transform .12s ease-out,box-shadow .12s ease-out,background-color .12s ease-out;display:inline-flex;box-shadow:0 14px 35px #00000080}.btn-primary{background-color:var(--gold,#eab308);color:#111827}.btn-secondary{color:#f9fafb;background-color:#1f2937}.btn-tertiary{color:#f9fafb;background-color:#0f172a;border:1px solid #94a3b899}.btn-primary:hover,.btn-secondary:hover,.btn-tertiary:hover{transform:translateY(-1px);box-shadow:0 18px 40px #000000a6}.hero-photo-wrapper{max-width:420px;margin:0 auto}.hero-photo{object-fit:cover;border-radius:1.75rem;width:100%;height:auto;display:block;box-shadow:0 26px 60px #000c}.hero-photo-animate{opacity:0;animation:.9s ease-out .9s forwards heroIn;transform:translate(40px)translateY(10px)scale(.98)}@keyframes heroIn{to{opacity:1;transform:translate(0)translateY(0)scale(1)}}.section{padding:3.5rem 1.5rem 0}.section:last-of-type{padding-bottom:4rem}.section .container{max-width:1180px;margin:0 auto}.section-title{margin-bottom:2rem;font-size:1.8rem}.section-text{color:#e5e7eb;flex-direction:column;gap:1rem;margin-top:2rem;font-size:1.02rem;display:flex}.section-lead{color:#e5e7eb;max-width:640px;margin-bottom:1.5rem;font-size:1.02rem}.benefits-grid{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1.5rem;display:grid}.benefit-card{background-color:#020617;border:1px solid #eab30899;border-radius:1.2rem;padding:1.7rem 1.5rem}.benefit-card h3{margin-bottom:.7rem;font-size:1.15rem}.benefit-card p{color:#e5e7eb;font-size:.98rem}.ig-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));align-items:flex-start;gap:1.5rem;display:grid}
