/* ── Base & Variables ── */
:root {
  --teal-dark: #0d4f5c; --teal-mid: #1a6e7e; --teal-light: #2a8fa3;
  --teal-pale: #e8f4f7; --accent: rgb(58,128,165); --white: #ffffff;
  --text-dark: #0d2b31; --text-muted: #4a7a84; --border: #d0e8ed;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: Arial, sans-serif; background: var(--white); color: var(--text-dark); line-height: 1.6; }

/* ── Nav ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 14px 60px;
  display: flex; align-items: center; justify-content: space-between;
  background: rgba(13,79,92,0.96);
  backdrop-filter: blur(10px);
}
.logo-link { display: flex; align-items: center; text-decoration: none; }
.nav-logo { height: 36px; width: auto; }
.nav-cta {
  background: rgb(58,128,165); color: #ffffff;
  border: none; border-radius: 6px;
  padding: 10px 24px;
  font-family: Arial, sans-serif; font-size: 0.9rem; font-weight: 700;
  cursor: pointer; transition: background 0.2s;
}
.nav-cta:hover { background: #4aad5e; opacity: 1; }

/* ── Buttons ── */
.btn-primary { background: var(--accent); color: var(--white); border: none; border-radius: 8px; padding: 16px 32px; font-family: Arial, sans-serif; font-size: 1rem; font-weight: 700; cursor: pointer; transition: background 0.2s, transform 0.2s, box-shadow 0.2s; box-shadow: 0 4px 20px rgba(58,128,165,0.4); }
.btn-primary:hover { background: #4aad5e; transform: translateY(-2px); box-shadow: 0 8px 28px rgba(74,173,94,0.55); }
.btn-ghost { background: transparent; color: rgba(255,255,255,0.85); border: 1.5px solid rgba(255,255,255,0.3); border-radius: 8px; padding: 16px 32px; font-family: Arial, sans-serif; font-size: 1rem; cursor: pointer; transition: all 0.2s; }
.btn-ghost:hover { border-color: rgba(255,255,255,0.6); color: var(--white); }

/* ── Hero ── */
.hero-badge { display: inline-block; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); color: rgba(255,255,255,0.9); padding: 6px 16px; border-radius: 100px; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.5px; margin-bottom: 28px; text-transform: uppercase; }
.hero { min-height: 20vh; display: grid; grid-template-columns: 1fr 1fr; padding-top: 68px; background: var(--teal-dark); }
.hero-left { display: flex; align-items: center; padding: 80px 60px; background: linear-gradient(135deg, #0a3d47 0%, var(--teal-dark) 60%, #1a5e6e 100%); position: relative; z-index: 1; }
.hero-right { position: relative; overflow: hidden; }
.hero-right img { width: 100%; height: 100%; object-fit: cover; opacity: 0.88; }
.hero-right::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to right, var(--teal-dark) 0%, transparent 30%); }
.hero-content { max-width: 560px; }
.hero h1 { font-family: Arial, sans-serif; font-size: clamp(2.2rem, 4vw, 3.4rem); font-weight: 700; color: var(--white); line-height: 1.1; margin-bottom: 22px; }
.hero p { font-size: 1.05rem; color: rgba(255,255,255,0.72); margin-bottom: 38px; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-trust-line { margin-top: 20px; font-size: 0.85rem; color: rgba(255,255,255,0.5); font-weight: 500; }

/* ── Section & Labels ── */
.section-label { font-size: 0.72rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--teal-light); margin-bottom: 16px; }
.section { padding: 80px 60px; }
.section h2 { font-family: Arial, sans-serif; font-size: clamp(1.7rem, 3.5vw, 2.5rem); font-weight: 700; color: var(--text-dark); margin-bottom: 14px; }
.section > p { font-size: 1rem; color: var(--text-muted); max-width: 540px; margin-bottom: 48px; }

/* ── Trust Strip ── */
.trust-strip { background: var(--teal-pale); padding: 20px 60px; display: flex; align-items: center; gap: 10px; font-size: 0.84rem; color: var(--text-muted); flex-wrap: wrap; font-weight: 400; }
.trust-strip .dot { width: 4px; height: 4px; background: var(--border); border-radius: 50%; }

/* ── Logo Carousel ── */
.logos-section { padding: 52px 0; background: var(--white); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); overflow: hidden; width: 100%; }
.logos-label { text-align: center; font-size: 0.72rem; font-weight: 500; letter-spacing: 1.5px; text-transform: uppercase; color: var(--text-muted); margin-bottom: 32px; }
.logos-track-wrap { overflow: hidden; width: 100%; }
.logos-track { display: flex; align-items: center; gap: 100px; flex-wrap: nowrap; animation: logo-scroll 25s linear infinite; width: max-content; padding: 0 20px; }
.logos-track:hover { animation-play-state: paused; }
@keyframes logo-scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
.client-logo { height: 82px; width: auto; object-fit: contain; filter: grayscale(100%) opacity(0.4); transition: filter 0.3s; flex-shrink: 0; }
.client-logo:hover { filter: grayscale(0%) opacity(1); }

/* ── Problems ── */
.problems-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; }
.problem-card { border: 1.5px solid var(--border); border-radius: 12px; padding: 28px; position: relative; }
.problem-card::before { content: attr(data-num); position: absolute; top: 20px; right: 20px; font-family: Arial, sans-serif; font-size: 2rem; font-weight: 700; color: var(--teal-pale); line-height: 1; }
.problem-card h3 { font-size: 0.95rem; font-weight: 700; margin-bottom: 8px; }
.problem-card p { font-size: 0.85rem; color: var(--text-muted); line-height: 1.6; }
.problem-transition { margin-top: 40px; font-size: 1.05rem; font-weight: 600; color: var(--teal-mid); }
.section:has(.problem-transition) { padding-bottom: 16px; }
.section:has(.problem-transition) + .solution-section { margin-top: 0; }

/* ── Solution Section ── */
.solution-section { padding: 40px 60px 40px; text-align: center; background: var(--teal-pale); }
.solution-section h2 { font-family: Arial, sans-serif; font-size: clamp(1.8rem, 3.5vw, 2.5rem); font-weight: 700; color: var(--teal-dark); margin-bottom: 14px; }
.solution-section p { font-size: 1.05rem; color: var(--text-muted); max-width: 600px; margin: 0 auto; }

/* ── Laptop / Screenshot Section ── */
.laptop-section { padding: 80px 60px 90px; background: var(--teal-dark); }
.laptop-section-inner { max-width: 1100px; margin: 0 auto; }
.laptop-heading { text-align: center; font-family: Arial, sans-serif; font-size: clamp(1.8rem, 3.5vw, 2.5rem); font-weight: 700; color: #fff; margin-bottom: 12px; }
.laptop-subhead { text-align: center; font-size: 1.05rem; color: rgba(255,255,255,0.55); max-width: 600px; margin: 0 auto 40px; }
.screenshot-display { width: 100%; max-width: 900px; margin: 0 auto 0; border-radius: 12px; overflow: hidden; box-shadow: 0 24px 80px rgba(0,0,0,0.45), 0 0 0 1px rgba(255,255,255,0.08); }
.screenshot-display img { width: 100%; height: auto; display: block; }

/* ── Features Section ── */
.features-section { background: var(--teal-dark); padding: 90px 60px; }
.features-section h2 { font-family: Arial, sans-serif; font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: 700; color: var(--white); letter-spacing: -0.3px; margin-bottom: 12px; }
.features-section > p { color: rgba(255,255,255,0.55); margin-bottom: 50px; font-size: 1rem; max-width: 480px; }
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border: 1px solid rgba(255,255,255,0.08); border-radius: 12px; overflow: hidden; }
.feature-item { padding: 34px 30px; border-right: 1px solid rgba(255,255,255,0.07); border-bottom: 1px solid rgba(255,255,255,0.07); transition: background 0.2s; }
.feature-item:hover { background: rgba(255,255,255,0.04); }
.feature-icon { margin-bottom: 16px; display: flex; align-items: center; }
.feature-item h3 { font-size: 1rem; font-weight: 700; margin-bottom: 8px; color: var(--white); }
.feature-item p { font-size: 0.86rem; color: rgba(255,255,255,0.5); line-height: 1.6; }

/* ── Social Proof ── */
.social-proof-section { padding: 90px 60px; background: #fff; border-top: 1px solid var(--border); }
.sp-inner { max-width: 1100px; margin: 0 auto; }
.sp-heading { font-family: Arial, sans-serif; font-size: clamp(1.8rem, 3.5vw, 2.5rem); font-weight: 700; color: var(--teal-dark); text-align: center; margin-bottom: 50px; }
.video-wrap { position: relative; width: 100%; max-width: 780px; margin: 0 auto 64px; border-radius: 16px; overflow: hidden; box-shadow: 0 20px 60px rgba(13,79,92,0.18); background: #000; aspect-ratio: 16/9; }
.video-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: none; display: block; }
.quotes-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 24px; }
.quote-card { background: var(--teal-pale); border: 1.5px solid var(--border); border-radius: 14px; padding: 32px; display: flex; flex-direction: column; gap: 16px; transition: box-shadow 0.2s, border-color 0.2s; }
.quote-card:hover { border-color: var(--teal-light); box-shadow: 0 6px 24px rgba(42,143,163,0.12); }
.quote-stars { color: var(--accent); font-size: 1.05rem; letter-spacing: 2px; }
.quote-card blockquote { font-size: 0.9rem; color: var(--text-dark); line-height: 1.7; font-style: italic; flex: 1; margin: 0; }
.quote-author { border-top: 1px solid var(--border); padding-top: 14px; }
.quote-name { font-size: 0.88rem; font-weight: 700; color: var(--text-dark); }
.quote-location { font-size: 0.8rem; color: var(--text-muted); margin-top: 2px; }

/* ── Why Hopoti ── */
.why-section { padding: 90px 60px; background: #fff; }
.why-section h2 { font-family: Arial, sans-serif; font-size: clamp(1.8rem, 3.5vw, 2.5rem); font-weight: 700; color: var(--teal-dark); text-align: center; margin-bottom: 48px; }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; max-width: 960px; margin: 0 auto; }
.why-card { text-align: center; padding: 32px 24px; border: 1.5px solid var(--border); border-radius: 12px; transition: border-color 0.2s, box-shadow 0.2s; }
.why-card:hover { border-color: var(--teal-light); box-shadow: 0 6px 24px rgba(42,143,163,0.1); }
.why-card-icon { width: 48px; height: 48px; background: var(--teal-pale); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
.why-card h3 { font-size: 0.95rem; font-weight: 700; color: var(--text-dark); margin-bottom: 8px; }
.why-card p { font-size: 0.85rem; color: var(--text-muted); line-height: 1.6; }

/* ── FAQ ── */
.faq-section { padding: 90px 60px; background: var(--teal-pale); }
.faq-section h2 { font-family: Arial, sans-serif; font-size: clamp(1.8rem, 3.5vw, 2.5rem); font-weight: 700; color: var(--teal-dark); text-align: center; margin-bottom: 12px; }
.faq-subtitle { text-align: center; font-size: 1rem; color: var(--text-muted); margin-bottom: 40px; }
.faq-list { max-width: 680px; margin: 0 auto; display: flex; flex-direction: column; gap: 14px; }
.faq-list details { background: #fff; border: 1.5px solid var(--border); border-radius: 12px; overflow: hidden; transition: border-color 0.2s, box-shadow 0.2s; box-shadow: 0 2px 8px rgba(13,79,92,0.04); }
.faq-list details[open] { border-color: var(--teal-light); box-shadow: 0 4px 16px rgba(13,79,92,0.08); }
.faq-list summary { padding: 20px 28px; font-size: 0.95rem; font-weight: 700; color: var(--text-dark); cursor: pointer; list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: ''; width: 28px; height: 28px; border-radius: 50%; background: var(--teal-pale); display: flex; align-items: center; justify-content: center; flex-shrink: 0; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%231a6e7e' stroke-width='2.5' stroke-linecap='round'%3E%3Cline x1='12' y1='5' x2='12' y2='19'/%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center; transition: background-color 0.2s, transform 0.2s; }
.faq-list details[open] summary::after { background-color: var(--teal-mid); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3C/svg%3E"); }
.faq-list details p { padding: 0 28px 22px; font-size: 0.9rem; color: var(--text-muted); line-height: 1.7; }

/* ── CTA Section ── */
.cta-section { padding: 100px 60px; text-align: center; background: linear-gradient(180deg, var(--teal-pale) 0%, #fff 100%); }
.cta-section h2 { font-family: Arial, sans-serif; font-size: clamp(2rem, 4vw, 3rem); font-weight: 700; color: var(--text-dark); letter-spacing: -0.3px; margin-bottom: 14px; }
.cta-section p { font-size: 1rem; color: var(--text-muted); margin-bottom: 38px; }

/* ── Footer ── */
footer { background: var(--teal-dark); padding: 40px 60px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 20px; }
footer a { color: rgba(255,255,255,0.5); text-decoration: none; font-size: 0.8rem; }
footer a:hover { color: rgba(255,255,255,0.8); }

/* ── Scroll-reveal animations ── */
@keyframes fadeUp { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }

/* ── Responsive: 900px ── */
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-right { height: 280px; }
  .hero-left { padding: 60px 24px; }
  .section { padding: 60px 24px; }
  .features-section { padding-left: 24px; padding-right: 24px; }
  .cta-section { padding-left: 24px; padding-right: 24px; }
}

/* ── Responsive: 768px ── */
@media (max-width: 768px) {
  nav { padding: 12px 18px; }
  .nav-logo { height: 28px; }
  .nav-cta { padding: 8px 16px; font-size: 0.82rem; }
  .hero { grid-template-columns: 1fr !important; min-height: auto !important; }
  .hero-left, .hero-content { padding: 52px 20px 40px !important; }
  .hero h1 { font-size: clamp(1.8rem, 7vw, 2.6rem) !important; }
  .hero p { font-size: 0.95rem !important; }
  .hero-actions { flex-direction: column; gap: 12px; }
  .hero-actions .btn-primary, .hero-actions .btn-ghost { width: 100%; text-align: center; }
  .hero-right { height: 220px !important; order: -1 !important; }
  .section { padding: 52px 20px !important; }
  .features-section { padding: 52px 20px !important; }
  .cta-section { padding: 64px 20px !important; }
  .trust-strip { padding: 16px 20px !important; font-size: 0.78rem; gap: 8px; }
  .features-grid { grid-template-columns: 1fr !important; }
  .problems-grid { grid-template-columns: 1fr !important; }
  .quotes-grid { grid-template-columns: 1fr !important; }
  .laptop-section { padding: 52px 20px !important; }
  .social-proof-section { padding: 52px 20px !important; }
  .video-wrap { margin-bottom: 36px; }
  .logos-section { padding: 36px 0; }
  .logos-track { gap: 28px !important; padding: 0 16px !important; flex-wrap: wrap !important; justify-content: center !important; }
  .client-logo { height: 44px !important; }
  footer { flex-direction: column; align-items: flex-start; gap: 16px; padding: 32px 20px !important; }
  .solution-section { padding: 52px 20px !important; }
  .why-section { padding: 52px 20px !important; }
  .why-grid { grid-template-columns: 1fr 1fr !important; }
  .faq-section { padding: 52px 20px !important; }
}

/* ── Responsive: 480px ── */
@media (max-width: 480px) {
  .hero h1 { font-size: 1.7rem !important; }
  .sp-heading, .laptop-heading { font-size: clamp(1.4rem, 3.5vw, 2rem) !important; }
  .features-section h2, .cta-section h2 { font-size: 1.5rem !important; }
  .why-grid { grid-template-columns: 1fr !important; }
}

/* ══════════════════════════════════════════════════════════════
   Wizard CSS (Multi-Step Demo Booking)
   ══════════════════════════════════════════════════════════════ */
.wizard-overlay { display: none; position: fixed; inset: 0; z-index: 10000; background: rgba(13,43,49,0.78); backdrop-filter: blur(8px); align-items: center; justify-content: center; padding: 20px; }
.wizard-overlay.active { display: flex; animation: wizFadeIn 0.3s ease; }
@keyframes wizFadeIn { from { opacity: 0; } to { opacity: 1; } }
.wizard-card { background: #fff; border-radius: 20px; width: 100%; max-width: 560px; max-height: 92vh; overflow: hidden; box-shadow: 0 32px 80px rgba(0,0,0,0.35); display: flex; flex-direction: column; position: relative; animation: wizSlideUp 0.35s ease; }
@keyframes wizSlideUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
.wizard-close { position: absolute; top: 16px; right: 18px; z-index: 10; width: 36px; height: 36px; border-radius: 50%; border: none; background: rgba(13,79,92,0.06); color: #4a7a84; font-size: 1.2rem; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background 0.2s, color 0.2s; }
.wizard-close:hover { background: rgba(13,79,92,0.12); color: #0d2b31; }
.wizard-header { padding: 28px 32px 0; text-align: center; }
.wizard-header h3 { font-family: Arial, sans-serif; font-size: 1.35rem; font-weight: 700; color: #0d4f5c; margin-bottom: 4px; }
.wizard-header p { font-size: 0.85rem; color: #4a7a84; margin-bottom: 20px; }
.wizard-progress { display: flex; align-items: center; justify-content: center; gap: 0; padding: 0 32px 24px; }
.wizard-progress-step { display: flex; align-items: center; gap: 0; }
.wizard-progress-dot { width: 32px; height: 32px; border-radius: 50%; border: 2.5px solid #d0e8ed; background: #fff; color: #4a7a84; font-size: 0.75rem; font-weight: 700; display: flex; align-items: center; justify-content: center; transition: all 0.35s ease; flex-shrink: 0; }
.wizard-progress-dot.active { border-color: #1a6e7e; background: #1a6e7e; color: #fff; box-shadow: 0 0 0 4px rgba(26,110,126,0.15); }
.wizard-progress-dot.completed { border-color: #3aba5a; background: #3aba5a; color: #fff; }
.wizard-progress-line { width: 28px; height: 2.5px; background: #d0e8ed; transition: background 0.35s ease; flex-shrink: 0; }
.wizard-progress-line.completed { background: #3aba5a; }
.wizard-body { flex: 1; overflow-y: auto; overflow-x: hidden; padding: 0 32px 8px; position: relative; }
.wizard-step { display: none; animation: wizStepIn 0.35s ease; }
.wizard-step.active { display: block; }
@keyframes wizStepIn { from { opacity: 0; transform: translateX(30px); } to { opacity: 1; transform: translateX(0); } }
.wizard-step-label { font-size: 0.7rem; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; color: #2a8fa3; margin-bottom: 8px; }
.wizard-step h4 { font-family: Arial, sans-serif; font-size: 1.15rem; font-weight: 700; color: #0d2b31; margin-bottom: 20px; }
.wizard-field { margin-bottom: 18px; }
.wizard-field label { display: block; font-size: 0.82rem; font-weight: 600; color: #0d2b31; margin-bottom: 6px; }
.wizard-field input[type="text"], .wizard-field input[type="email"] { width: 100%; padding: 13px 16px; border: 1.5px solid #d0e8ed; border-radius: 10px; font-size: 0.95rem; font-family: Arial, sans-serif; color: #0d2b31; background: #fafcfd; outline: none; transition: border-color 0.2s, box-shadow 0.2s; }
.wizard-field input:focus { border-color: #1a6e7e; box-shadow: 0 0 0 3px rgba(26,110,126,0.1); background: #fff; }
.wizard-field input.error { border-color: #e74c3c; box-shadow: 0 0 0 3px rgba(231,76,60,0.1); }
.wizard-field .field-error, .field-error { font-size: 0.78rem; color: #e74c3c; margin-top: 5px; display: none; }
.wizard-field .field-error.visible, .field-error.visible { display: block; }
.wizard-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.wizard-check-group { display: flex; flex-direction: column; gap: 10px; margin-bottom: 8px; }
.wizard-check-item { display: flex; align-items: center; gap: 12px; padding: 12px 16px; border: 1.5px solid #d0e8ed; border-radius: 10px; cursor: pointer; transition: border-color 0.2s, background 0.2s; user-select: none; }
.wizard-check-item:hover { border-color: #2a8fa3; background: rgba(42,143,163,0.03); }
.wizard-check-item.selected { border-color: #1a6e7e; background: rgba(26,110,126,0.06); }
.wizard-check-item input[type="checkbox"] { width: 18px; height: 18px; accent-color: #1a6e7e; cursor: pointer; flex-shrink: 0; }
.wizard-check-item span { font-size: 0.9rem; color: #0d2b31; }
.wizard-radio-group { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 8px; }
.wizard-radio-item { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 16px 14px; border: 1.5px solid #d0e8ed; border-radius: 10px; cursor: pointer; transition: border-color 0.2s, background 0.2s; user-select: none; text-align: center; }
.wizard-radio-item:hover { border-color: #2a8fa3; background: rgba(42,143,163,0.03); }
.wizard-radio-item.selected { border-color: #1a6e7e; background: rgba(26,110,126,0.06); }
.wizard-radio-item input[type="radio"] { width: 18px; height: 18px; accent-color: #1a6e7e; cursor: pointer; flex-shrink: 0; }
.wizard-radio-item span { font-size: 0.95rem; font-weight: 600; color: #0d2b31; }
.wizard-calendar-wrap { border-radius: 10px; overflow: hidden; border: 1px solid #d0e8ed; background: #fafcfd; min-height: 420px; max-height: 560px; position: relative; -webkit-overflow-scrolling: touch; }
.wizard-calendar-wrap iframe { width: 100%; height: 560px; min-height: 420px; border: none; display: block; }
.wizard-rep-info { text-align: center; margin-bottom: 14px; padding: 10px 16px; background: #e8f4f7; border-radius: 10px; font-size: 0.84rem; color: #0d4f5c; }
.wizard-rep-info strong { font-weight: 700; }
.wizard-footer { padding: 16px 32px 24px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.wizard-btn { padding: 14px 28px; border-radius: 10px; font-family: Arial, sans-serif; font-size: 0.92rem; font-weight: 700; cursor: pointer; transition: all 0.2s; border: none; }
.wizard-btn-back { background: transparent; color: #4a7a84; border: 1.5px solid #d0e8ed; }
.wizard-btn-back:hover { border-color: #2a8fa3; color: #1a6e7e; }
.wizard-btn-next { background: #1a6e7e; color: #fff; box-shadow: 0 4px 16px rgba(26,110,126,0.35); margin-left: auto; }
.wizard-btn-next:hover { background: #0d4f5c; transform: translateY(-1px); box-shadow: 0 6px 24px rgba(13,79,92,0.4); }
.wizard-btn-spacer { width: 100px; }
.wizard-horse-transition { display: none; position: absolute; inset: 0; background: rgba(255,255,255,0.94); z-index: 20; align-items: center; justify-content: center; flex-direction: column; gap: 12px; border-radius: 20px; overflow: hidden; }
.wizard-horse-transition.active { display: flex; }
.galloping-horse { width: auto; height: 120px; object-fit: contain; }
.gallop-run { display: flex; align-items: center; justify-content: center; width: 100%; height: 130px; position: relative; }
.wizard-horse-transition.active .gallop-run { animation: horseFade 0.9s ease-in-out forwards; }
@keyframes horseFade { 0% { opacity: 0; } 15% { opacity: 1; } 85% { opacity: 1; } 100% { opacity: 0; } } 10% { opacity: 1; } 50% { transform: translateX(0); opacity: 1; } 90% { opacity: 1; } 100% { transform: translateX(120px); opacity: 0; } }
.wizard-horse-dots { display: flex; gap: 6px; }
.wizard-horse-dots span { width: 6px; height: 6px; border-radius: 50%; background: #1a6e7e; animation: dotPulse 0.6s ease-in-out infinite; }
.wizard-horse-dots span:nth-child(2) { animation-delay: 0.15s; }
.wizard-horse-dots span:nth-child(3) { animation-delay: 0.3s; }
@keyframes dotPulse { 0%,100% { opacity: 0.3; transform: scale(0.8); } 50% { opacity: 1; transform: scale(1.2); } }

@media (max-width: 600px) {
  .wizard-card { max-width: 100%; max-height: 100vh; border-radius: 16px; }
  .wizard-header { padding: 22px 20px 0; }
  .wizard-header h3 { font-size: 1.15rem; }
  .wizard-progress { padding: 0 20px 18px; }
  .wizard-progress-dot { width: 28px; height: 28px; font-size: 0.7rem; }
  .wizard-progress-line { width: 16px; }
  .wizard-body { padding: 0 20px 8px; }
  .wizard-footer { padding: 14px 20px 20px; }
  .wizard-btn { padding: 12px 20px; font-size: 0.88rem; }
  .wizard-row { grid-template-columns: 1fr; }
}