* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; background-color: #ffffff; color: #111111; line-height: 1.5; -webkit-font-smoothing: antialiased; }
.demo-banner { background:#ac0000; color:#fff; text-align:center; font-size:10px; font-weight:700; padding:5px 8px; letter-spacing:.3px; }
.min-h-screen { min-height: 100vh; }
.container { max-width: 448px; margin: 0 auto; padding: 8px 16px; }
.logo-container { margin-bottom: 8px; display:flex; justify-content:center; }
.brand-logo { width:200px; height:72px; object-fit:contain; display:block; }
.headline { margin-bottom:0; margin-top:0; text-align:center; font-size:16px; font-weight:700; line-height:1.5; text-wrap:balance; padding:4px 0; }
.progress-indicator { margin-bottom:8px; text-align:center; }
.progress-text { font-size:12px; color:#6b7280; }
.how-it-works { border-radius:8px; background-color:#f3f4f6; padding:12px; margin:0 6px 12px; }
.section-title { margin-bottom:8px; text-align:center; font-size:12px; font-weight:600; color:#374151; }
.steps-list { list-style:none; font-size:12px; color:#374151; }
.step-item { display:flex; align-items:flex-start; gap:8px; margin-bottom:8px; }
.step-item:last-child { margin-bottom:0; }
.step-number { display:flex; height:16px; width:16px; flex-shrink:0; align-items:center; justify-content:center; border-radius:50%; background-color:#ac0000; font-size:10px; font-weight:700; color:#fff; }
.session-timer { margin-bottom:8px; display:flex; align-items:center; justify-content:center; gap:8px; padding:8px; }
.timer-icon { width:14px; height:14px; color:#ac0000; }
.timer-label { font-size:12px; font-weight:500; color:#4b5563; }
.timer-value { font-size:12px; font-weight:700; color:#ac0000; }
.cta-container { display:flex; justify-content:center; margin-bottom:8px; }
.cta-button { background-color:#ac0000; padding:16px; font-size:16px; font-weight:700; color:#ffffff; border:none; border-radius:8px; width:192px; cursor:pointer; transition:background-color .2s; }
.cta-button:hover { background-color:#8f0000; }
.form-container { margin-bottom:16px; display:flex; flex-direction:column; gap:12px; }
.form-container.hidden { display:none; }
.form-input { background-color:#fff; color:#111; padding:12px; border:1px solid #d1d5db; border-radius:6px; font-size:14px; width:100%; }
.form-input::placeholder { color:#6b7280; }
.privacy-note { font-size:12px; color:#6b7280; }
.submit-button { width:100%; background-color:#ac0000; padding:16px; font-size:16px; font-weight:700; color:#fff; border:none; border-radius:8px; cursor:pointer; }
.supporting-text { margin-bottom:8px; text-align:center; font-size:12px; color:#6b7280; }
.trust-score { display:flex; flex-direction:column; align-items:center; justify-content:center; padding:4px 0; }
.trustpilot-header { margin-bottom:4px; display:flex; align-items:center; gap:4px; }
.trustpilot-icon { height:18px; width:18px; }
.trustpilot-text { font-size:12px; font-weight:700; color:#111; }
.stars-container { margin-bottom:4px; display:flex; gap:2px; }
.star-box { display:flex; height:24px; width:24px; align-items:center; justify-content:center; border-radius:4px; background-color:#00b67a; }
.star-box.half { background:linear-gradient(90deg,#00b67a 50%,#d1d5db 50%); }
.star-symbol { color:#fff; font-size:14px; line-height:1; }
.trust-info { font-size:10px; color:#6b7280; }
.trust-score-text { font-weight:600; }
.separator { color:#9ca3af; }
.reviews-text { color:#6b7280; }
.faq-section { margin-top:16px; }
.faq-title { margin-bottom:12px; text-align:center; font-weight:700; font-size:14px; }
.accordion { width:100%; }
.accordion-item { border-bottom:1px solid #e5e7eb; }
.accordion-trigger { width:100%; padding:16px 0; text-align:left; font-size:14px; background:none; border:none; color:#111; cursor:pointer; display:flex; justify-content:space-between; align-items:center; transition:color .2s; }
.accordion-trigger:hover { color:#ac0000; }
.accordion-icon { font-size:20px; font-weight:300; transition:transform .3s; }
.accordion-item.active .accordion-icon { transform:rotate(45deg); }
.accordion-content { max-height:0; overflow:hidden; transition:max-height .3s ease; }
.accordion-item.active .accordion-content { max-height:200px; padding-bottom:16px; }
.accordion-content p { font-size:14px; color:#6b7280; }
.privacy-statement { margin-top:24px; text-align:center; font-size:12px; color:#6b7280; }
.footer { margin-top:24px; border-top:1px solid #e5e7eb; padding-top:16px; padding-bottom:16px; text-align:center; }
.footer-links { margin-bottom:12px; display:flex; justify-content:center; gap:8px; font-size:10px; color:#6b7280; }
.disclaimer { font-size:9px; color:#6b7280; }
