:root{--bg: #00032E;--bg-card: #04083b;--fg: #ADADAD;--heading: #C2C2C2;--muted: #818198;--accent: #F59E0B;--highlight: #BA1717;color-scheme:dark}*{box-sizing:border-box}html,body{margin:0;padding:0;scroll-behavior:smooth}body{min-height:100vh;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:radial-gradient(1200px 600px at 50% -10%,#0a0f4a 0%,var(--bg) 60%);background-attachment:fixed;color:var(--fg);line-height:1.6}h1,h2,h3,.logo,strong{color:var(--heading)}.header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;max-width:64rem;margin:0 auto}.header .logo{font-weight:700;font-size:1.25rem}.header nav{display:flex;gap:1.5rem}.header nav a{color:var(--fg);text-decoration:none;font-size:.95rem;transition:color .2s}.header nav a:hover{color:var(--accent)}.wrap{padding:2rem;max-width:64rem;margin:0 auto}.hero{text-align:center;padding:3rem 0 2rem}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:.75rem;color:var(--accent);font-weight:700;margin:0 0 .75rem}h1{font-size:clamp(2.5rem,6vw,4rem);line-height:1.1;margin:0 0 1rem}.lead{color:var(--muted);font-size:1.1rem;margin:0 auto 2.5rem;max-width:42rem}.btn{display:inline-block;padding:.7rem 1.25rem;border-radius:.6rem;background:var(--accent);border:1px solid var(--accent);color:#fff;text-decoration:none;font-weight:600;transition:all .2s;cursor:pointer}.btn:hover{background:#d97706;border-color:#d97706}.btn-outline{background:transparent;border:1px solid var(--accent);color:var(--accent)}.btn-outline:hover{background:#f59e0b1a;border-color:var(--accent)}h2{text-align:center;margin-bottom:2rem;font-size:2rem}.features,.gallery,.pricing,.testimonials,.faq,.newsletter{margin:5rem 0}.features-grid,.gallery-grid,.pricing-grid,.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.card{background:var(--bg-card);padding:2rem;border-radius:1rem;border:1px solid rgba(255,255,255,.05);box-shadow:0 10px 30px #0003;display:flex;flex-direction:column}.card .icon{font-size:2.5rem;margin-bottom:1rem}.card h3{margin:0 0 .5rem;font-size:1.25rem}.card p{color:var(--muted);margin:0;font-size:.95rem}.gallery-item{text-align:center}.gallery-item img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:.75rem;box-shadow:0 10px 20px #0000004d}.gallery-caption{margin-top:.75rem;color:var(--muted);font-size:.9rem}.pricing-grid{align-items:center}.pricing .card{text-align:center}.pricing .card.highlight{border:2px solid var(--highlight);position:relative;transform:scale(1.05);z-index:1}@media(max-width:768px){.pricing .card.highlight{transform:none}}.pricing .badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--highlight);color:#fff;font-size:.75rem;font-weight:700;padding:.25rem .75rem;border-radius:1rem;text-transform:uppercase;letter-spacing:.05em}.pricing .price{font-size:1rem;color:var(--muted);margin:1rem 0 1.5rem}.pricing .price span{font-size:2.5rem;font-weight:700;color:var(--heading)}.pricing ul{list-style:none;padding:0;margin:0 0 2rem;flex-grow:1}.pricing ul li{margin-bottom:.75rem;color:var(--muted);font-size:.95rem}.testimonials .card{gap:1rem;justify-content:space-between}.testimonials .author{display:flex;flex-direction:column}.faq-list{max-width:48rem;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.faq-item{background:var(--bg-card);border:1px solid rgba(255,255,255,.05);border-radius:.5rem;padding:1rem}.faq-item summary{font-weight:600;color:var(--heading);cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";color:var(--accent);font-size:1.25rem}.faq-item[open] summary:after{content:"-"}.faq-item p{margin:1rem 0 0;color:var(--fg);font-size:.95rem;line-height:1.5}.newsletter-content{max-width:42rem;margin:0 auto;align-items:center;text-align:center}.newsletter-form{display:flex;gap:.5rem;margin-top:1.5rem;width:100%;max-width:30rem;margin-left:auto;margin-right:auto}.newsletter-form input{flex-grow:1;padding:.75rem 1rem;border-radius:.6rem;border:1px solid rgba(255,255,255,.1);background:#0003;color:var(--fg);font-family:inherit}.newsletter-form input:focus{outline:2px solid var(--accent);outline-offset:-1px}@media(max-width:480px){.newsletter-form{flex-direction:column}}.footer{margin-top:5rem;padding:3rem 2rem;text-align:center;color:var(--muted);font-size:.9rem;border-top:1px solid rgba(255,255,255,.05)}.footer a{color:var(--accent);text-decoration:none}.footer a:hover{text-decoration:underline}
