:root{--brand-purple:#592E83;--brand-purple-dark:#4A2670;--brand-accent:#F15808;--text-light:#E8E8E8;--text-white:#FFFFFF;--text-lavender:#E6E0EA}body{font-family:poppins,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--text-light);background-color:var(--brand-purple);line-height:1.6}h1,h2,h3,h4,h5,h6{font-weight:700;color:var(--text-white)}h3,h4,h5,h6{color:var(--text-lavender)}a{color:var(--text-white);text-decoration:none}a:hover{color:var(--brand-accent)}.button-primary{background-color:var(--brand-accent);color:var(--text-white);padding:.75em 1.5em;border-radius:9999px;text-transform:uppercase;letter-spacing:.05em;font-weight:700}.button-secondary{border:2px solid var(--brand-accent);color:var(--brand-accent);padding:.75em 1.5em;border-radius:9999px;background:0 0;font-weight:700}section{padding:4rem 1.5rem;max-width:960px;margin:0 auto}.hero{background-color:var(--brand-purple-dark);text-align:center;padding:6rem 2rem}.cta-note{font-size:.875rem;color:var(--text-lavender);margin-top:.5rem}.flex{display:flex}.flex-wrap{flex-wrap:wrap}.justify-center{justify-content:center}.items-center{align-items:center}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mb-6{margin-bottom:1.5rem}.grid{display:grid}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}@media(max-width:800px){.grid-2,.grid-3{grid-template-columns:1fr}}.pill{display:inline-block;padding:.35rem .75rem;border:1px solid #e6e0ea33;border-radius:999px;color:var(--text-lavender)}.section h2{margin:0 0 .5rem}.muted{color:#bfb9c9}.card{background:rgba(255,255,255,3%);border:1px solid #ffffff14;border-radius:16px;padding:1.25rem}.pricing-card h3{margin:.25rem 0}.pricing-note{font-size:.9rem;color:#bfb9c9}.badge{background:#222;color:#ddd;border-radius:8px;padding:.25rem .5rem;font-size:.8rem}.list{margin:.5rem 0 0;padding-left:1.25rem}.list li{margin:.25rem 0}.hero-photo{position:relative;overflow:hidden;min-height:100vh;display:flex;flex-direction:column;justify-content:space-between;color:var(--text-white);text-align:center}.hero-media{position:absolute;inset:0;z-index:0}.hero-media picture,.hero-media img{width:100%;height:100%;object-fit:contain;object-position:center top;background-color:#000}.hero-photo::before,.hero-photo::after{content:"";position:absolute;left:0;right:0;z-index:1;pointer-events:none}.hero-photo::before{top:0;height:35%;background:linear-gradient(to bottom,rgba(0,0,0,.65),transparent)}.hero-photo::after{bottom:0;height:45%;background:linear-gradient(to top,rgba(0,0,0,.75),transparent)}.hero-content{position:relative;z-index:2;width:100%;padding:2rem 1rem;display:flex;flex-direction:column;justify-content:space-between;min-height:100vh}.hero-top,.hero-bottom{max-width:720px;margin:0 auto}.hero-top h1{font-size:2.4rem;line-height:1.2;margin-top:2rem;margin-bottom:.75rem;text-shadow:0 3px 8px rgba(0,0,0,.55)}.hero-bottom{margin-bottom:3rem}.hero-bottom p,.hero-bottom h4,.hero-bottom a{text-shadow:0 3px 8px rgba(0,0,0,.55)}.hero-bottom .button-primary,.hero-bottom .button-secondary{margin-top:1rem}@media(max-width:768px){.hero-ph}