.container{max-width:1120px;margin:0 auto;padding:0 28px}.button{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:13px 26px;font-size:17px;font-weight:500;letter-spacing:-.01em;border-radius:980px;border:none;cursor:pointer;transition:transform .18s ease,background .18s ease,opacity .18s ease;font-family:inherit;text-decoration:none}.button-primary{background:var(--primary);color:var(--primary-foreground)}.button-primary:hover{opacity:.88;transform:translateY(-1px)}.button-primary:active{transform:translateY(0)}.button-secondary{background:color-mix(in srgb,var(--foreground) 6%,transparent);color:var(--foreground)}.button-secondary:hover{background:color-mix(in srgb,var(--foreground) 10%,transparent)}.button-large{padding:16px 34px;font-size:19px}.section-pad{padding:110px 0}.bg-soft{background:var(--secondary)}.section-header{max-width:760px;margin:0 auto 64px;text-align:center}.eyebrow{display:inline-block;font-size:15px;font-weight:600;letter-spacing:-.01em;color:var(--primary);margin-bottom:12px}.section-header h2{font-size:clamp(34px,5vw,52px);font-weight:700;line-height:1.06;letter-spacing:-.03em}.section-header p{margin-top:18px;font-size:clamp(19px,2.4vw,23px);line-height:1.4;color:var(--muted-foreground)}.hero{padding:80px 0 0;text-align:center;overflow:hidden}.hero-title{font-size:clamp(40px,6.4vw,80px);font-weight:700;line-height:1.03;letter-spacing:-.035em;max-width:18ch;margin:0 auto;text-wrap:balance}.hero-title .accent{color:var(--primary)}.hero-description{max-width:660px;margin:24px auto 0;font-size:clamp(18px,2.3vw,22px);line-height:1.45;color:var(--muted-foreground);text-wrap:pretty}.hero-cta{margin-top:34px;display:flex;gap:16px;justify-content:center;align-items:center;flex-wrap:wrap}.hero-note{margin-top:18px;font-size:14px;color:var(--muted-foreground)}.hero-stage{position:relative;margin:64px auto 0;width:min(980px,92vw);padding-bottom:96px}.hero-glow{position:absolute;inset:-12% -6% auto;height:80%;background:radial-gradient(60% 80% at 50% 30%,color-mix(in srgb,var(--primary) 18%,transparent),transparent 70%);filter:blur(20px);z-index:0;pointer-events:none}.shot{position:relative;overflow:hidden;margin:0;background:var(--card);border:1px solid var(--border);border-radius:18px;box-shadow:0 40px 90px #00000038,0 8px 24px #0000001f}.shot img{width:100%;height:auto;display:block}.shot-hero{z-index:1}.trust{padding:30px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.trust-row{display:flex;flex-wrap:wrap;justify-content:center;gap:14px 40px}.trust-item{display:flex;align-items:center;gap:9px;font-size:15px;font-weight:500;color:var(--muted-foreground)}.trust-item svg{width:18px;height:18px;color:var(--primary);flex-shrink:0}.faq-grid{max-width:820px;margin:0 auto}.faq-item{border-bottom:1px solid var(--border)}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:26px 4px;background:none;border:none;cursor:pointer;text-align:left;font-family:inherit;color:inherit}.faq-question h3{font-size:20px;font-weight:500;letter-spacing:-.01em}.faq-question svg{flex-shrink:0;width:22px;height:22px;color:var(--primary);transition:transform .3s ease}.faq-item.active .faq-question svg{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease}.faq-item.active .faq-answer{max-height:420px}.faq-answer p{padding:0 4px 26px;color:var(--muted-foreground);font-size:17px;line-height:1.6}.faq-answer a{color:var(--primary);text-decoration:underline;text-underline-offset:2px}.cta-section{text-align:center;padding:110px 0}.cta-section h2{font-size:clamp(34px,5vw,56px);font-weight:700;letter-spacing:-.03em;line-height:1.05}.cta-section p{margin:18px auto 0;max-width:600px;font-size:clamp(18px,2.3vw,22px);color:var(--muted-foreground)}.cta-buttons{margin-top:34px;display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.cta-section .cta-note{margin-top:20px;font-size:14px}html.js .fade-in{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease;transition-delay:var(--delay, 0s)}html.js .fade-in.in{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){html.js .fade-in{opacity:1;transform:none;transition:none}}@media(max-width:860px){.section-pad{padding:84px 0}}@media(max-width:560px){.container{padding:0 20px}.hero{padding-top:56px}.hero-cta .button{width:100%}}
