/* ===== INDEX2 PAGE-SPECIFIC STYLES ===== */
/* Shared across index2, index3, etc. Only change HTML structure, not these files. */

:root{--primary:#8e1f1f;--primary-dark:#991b1b;--primary-light:#dc2626;--primary-bg:#fef2f2;--primary-border:#fecaca}
*{margin:0;padding:0;box-sizing:border-box}
html{font-size:16px;scroll-behavior:smooth}
body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:#1f2937;line-height:1.6;background:#fff;overflow-x:hidden}

/* ===== TOP UI / HERO ===== */
.top-ui{background:linear-gradient(180deg,#fff 0%,#fef7f2 40%,#fdf0e8 70%,#f5e6d8 100%);padding-bottom:0;position:relative;min-height:100vh;display:flex;flex-direction:column}
.top-ui::after{content:'';position:absolute;bottom:-59px;left:0;right:0;height:60px;background:url("data:image/svg+xml,%3Csvg width='100%25' viewBox='0 0 1200 200' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0%2C100 C300%2C-40 900%2C240 1200%2C100 L1200%2C200 L0%2C200 Z' fill='%23f5e6d8'/%3E%3C%2Fsvg%3E") no-repeat;background-size:100% 100%;z-index:-1;pointer-events:none;transform:scaleY(-1)}

/* ===== ACTION BAR / HEADER ===== */
.actionbar{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:rgba(255,255,255,.75);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.06);height:56px;position:sticky;top:0;z-index:100}
.brand{font-size:1.15rem;font-weight:700;text-decoration:none;letter-spacing:-.3px}
.brand-biodata{color:var(--primary)}
.brand-make{color:#1f2937}

/* ===== HAMBURGER MENU ===== */
.hamburger{background:0;border:0;cursor:pointer;padding:.5rem;display:flex;flex-direction:column;gap:5px;-webkit-tap-highlight-color:transparent;transition:gap .3s ease}
.hamburger span{width:22px;height:2px;background:#1f2937;display:block;border-radius:2px;transition:transform .3s ease,opacity .3s ease,background-color .3s ease}
.hamburger.active span:first-child{transform:rotate(45deg) translateY(11px)}
.hamburger.active span:nth-child(2){opacity:0}
.hamburger.active span:last-child{transform:rotate(-45deg) translateY(-11px)}
.menu-overlay{display:none;position:fixed;top:56px;left:0;right:0;bottom:0;z-index:99;background:#fff;overflow-y:auto}
.menu-overlay.open{display:block}
.menu-links{padding:1rem}
.menu-links a{display:block;padding:.875rem 1rem;color:#1f2937;text-decoration:none;border-bottom:1px solid #f3f4f6;font-size:.95rem;font-weight:500}
.menu-links a:last-child{border-bottom:0}
.menu-lang{padding:1rem;border-top:1px solid #e5e7eb}
.menu-lang-title{font-size:.8rem;color:#6b7280;margin-bottom:.5rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}
.menu-lang-btns{display:flex;gap:.5rem;flex-wrap:wrap}
.lang-btn{padding:.5rem .875rem;border:1px solid #e5e7eb;border-radius:6px;background:#fff;cursor:pointer;font-size:.85rem;color:#374151;font-weight:500}
.lang-btn.active{background:var(--primary);color:#fff;border-color:var(--primary)}

/* ===== HERO SECTION ===== */
.hero{padding:0;text-align:center}
.hero-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;background:linear-gradient(135deg,#fef3c7,#fde68a);border-radius:50px;font-size:.8rem;font-weight:600;color:#92400e;margin-top:24px}
.hero h1{font-size:clamp(2rem,6vw,3rem);font-weight:700;line-height:1.2;margin-bottom:0;letter-spacing:-.5px;color:#1f2937;padding-top:24px;padding-left:22px;padding-right:22px}
.gradient-text{color:var(--primary)}
.hero-divider{width:200px;max-width:200px;margin:16px auto 0}
.hero-divider img{width:100%;height:22px;display:block}
.template-label{text-align:center;font-size:.95rem;font-weight:600;color:#1f2937;padding:24px 1rem 0;margin:0}
.trust-badges{display:flex;justify-content:center;gap:.75rem;flex-wrap:wrap;padding:1rem 1rem}
.trust-item{display:flex;align-items:center;gap:6px;font-size:.7rem;font-weight:600;color:#374151}
.trust-item svg{flex-shrink:0}
.hero-img{width:calc(100% - 44px);max-width:420px;height:200px;margin:22px auto 0;display:block;object-fit:contain}
.view-templates-btn{color:var(--primary);font-size:.8rem;font-weight:600;text-decoration:none;display:inline-block;margin:16px auto 100px;padding:6px 16px;border:1px solid rgba(185,28,28,.7);border-radius:50px;background:transparent}
.cta-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:calc(100% - 64px);max-width:400px;margin:100px auto 100px;padding:1rem 2rem;background:var(--primary);color:#fff;border:0;border-radius:50px;font-size:1.05rem;font-weight:600;cursor:pointer;text-decoration:none;box-shadow:0 4px 20px rgba(185,28,28,.3),0 1px 3px rgba(0,0,0,.1);transition:transform .15s,box-shadow .15s}
.cta-btn:hover{transform:translateY(-2px);box-shadow:0 6px 25px rgba(185,28,28,.4),0 2px 4px rgba(0,0,0,.12)}
.cta-btn:active{transform:translateY(0)}

/* ===== FORM INTRO TEXT ===== */
.form-intro-text{text-align:center;font-size:1.067rem;color:#000;margin:58px 22px 0;padding:1rem 0 0;position:relative;z-index:1}

/* ===== FOOTER ===== */
.footer{background:#1f2937;color:#d1d5db;padding:2rem 1rem;text-align:center;margin-top:2rem}
.footer-brand{font-size:1.1rem;margin-bottom:.75rem}
.footer-brand .grad{background:linear-gradient(90deg,#ff4d6d,#c5c50c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:600}
.footer-small{font-size:.75rem;color:#6b7280;margin-left:.5rem}
.footer-disclaimer{font-size:.8rem;line-height:1.7;margin:1rem auto 1.25rem;max-width:900px;color:#9ca3af}
.footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem 1.25rem;margin-bottom:1rem}
.footer-links a{color:#d1d5db;text-decoration:none;font-size:.85rem}
.footer-links a:hover{color:#fff}
.footer-copy{font-size:.8rem;color:#6b7280}

/* ===== VIDEO SECTION (WHITE CARD) ===== */
.video-sec{padding:2rem 1.5rem;max-width:800px;margin:0 auto;background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.08);margin-bottom:1.5rem;margin-left:1.5rem;margin-right:1.5rem}
.video-sec h2{font-size:1.35rem;font-weight:700;text-align:center;margin-bottom:.75rem;color:#1f2937}
.video-sec p.desc{text-align:center;color:#555d71;margin-bottom:1.5rem;font-size:.9rem}
.video-wrap{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:12px;margin-bottom:1.5rem}
.video-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0;border-radius:12px}
.video-steps-list{list-style:none;padding:0;max-width:600px;margin:0 auto}
.video-steps-list li{margin-bottom:.5rem;font-size:.9rem;color:#374151}

/* ===== FAQ SECTION (WHITE CARD) ===== */
.faq{padding:2rem 1.5rem;max-width:800px;margin:0 auto;background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.08);margin-left:1.5rem;margin-right:1.5rem}
.faq h2{font-size:1.35rem;font-weight:700;margin-bottom:1.25rem;text-align:center;color:#1f2937}
.faq-item{border:1px solid #e5e7eb;border-radius:8px;margin-bottom:.75rem;overflow:hidden}
.faq-q{background:#f9fafb;border:0;padding:.875rem 1rem;width:100%;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-weight:600;font-size:.9rem;color:#1f2937;font-family:inherit}
.faq-arrow{width:18px;height:18px;flex-shrink:0;transition:transform .25s}
.faq-item.open .faq-arrow{transform:rotate(180deg)}
.faq-a{display:none;padding:.875rem 1rem;color:#555d71;font-size:.875rem;line-height:1.7;background:#fff}
.faq-item.open .faq-a{display:block}

/* ===== MISC ===== */
.form-page{max-width:1200px;margin:0 auto;padding:2rem 1rem}
.form-page h2{text-align:center;font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:1.5rem}
.sep{height:1px;background:#e5e7eb;margin:2rem 0}
