/* ============================================
   FindsBin — Complete Stylesheet
   Palette: Navy #0D1B2A | Amber #F5A623 | White #FFFFFF | Slate #F0F4F8
   Type: Sora (display) | Inter (body)
   ============================================ */

/* ─── RESET & BASE ─────────────────────────────── */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --navy: #0d1b2a;
  --navy-2: #1a2e45;
  --amber: #f5a623;
  --amber-2: #e8950f;
  --white: #ffffff;
  --slate: #f0f4f8;
  --slate-2: #e2eaf2;
  --text: #1a2e45;
  --muted: #6b7e95;
  --green: #22c55e;
  --red: #ef4444;
  --radius: 14px;
  --shadow: 0 4px 32px rgba(13, 27, 42, 0.1);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
}

/* ─── TYPOGRAPHY ─────────────────────────────── */
h1 {
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 20px;
  color: var(--white);
}

h1 em,
h1 strong {
  font-style: normal;
  color: var(--amber);
  font-weight: 700;
}

h2 {
  font-size: 1.8rem;
}

.section-title {
  font-family: "Sora", sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-weight: 700;
  color: var(--navy);
  text-align: center;
  margin-bottom: 16px;
}

.section-sub {
  text-align: center;
  color: var(--muted);
  font-size: 1rem;
  max-width: 600px;
  margin: 0 auto 64px;
}

/* ─── BUTTONS ─────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 12px 28px;
  border-radius: var(--radius);
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  background: var(--amber);
  color: var(--navy);
}

.btn:hover {
  background: var(--amber-2);
}

.btn--primary {
  background: var(--amber);
  color: var(--navy);
}

.btn--primary:hover {
  background: var(--amber-2);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(245, 166, 35, 0.35);
}

.btn--large {
  padding: 16px 36px;
  font-size: 1rem;
}

.btn--full {
  width: 100%;
  justify-content: center;
}

.btn--nav {
  background: transparent;
  border: 2px solid var(--amber);
  color: var(--amber);
  padding: 8px 20px;
}

.btn--nav:hover {
  background: var(--amber);
  color: var(--navy);
  transform: none;
  box-shadow: none;
}

/* ─── NAV ─────────────────────────────────── */
.nav {
  background: var(--navy);
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 0 24px;
}

.nav-inner {
  max-width: 1280px;
  margin: 0 auto;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.logo-image {
  height: 40px;
  width: auto;
  display: block;
  object-fit: contain;
}

.logo--footer {
  font-size: 1.5rem;
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 32px;
}

.nav-link {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
}

.nav-link:hover {
  color: var(--white);
}

/* ─── HERO ─────────────────────────────────── */
.hero {
  background: var(--navy);
  padding: 80px 24px 60px;
  overflow: hidden;
}

.hero-inner {
  max-width: 1280px;
  margin: 0 auto;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(245, 166, 35, 0.12);
  color: var(--amber);
  border: 1px solid rgba(245, 166, 35, 0.25);
  border-radius: 99px;
  padding: 5px 14px;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 28px;
}

.hero-badge svg {
  flex-shrink: 0;
}

.hero-sub {
  font-size: 17px;
  line-height: 1.7;
  color: var(--muted);
  max-width: 560px;
  margin-bottom: 36px;
}

.hero-nudge {
  font-size: 12px;
  color: var(--muted);
  margin-top: 14px;
}

/* Hero Grid Layout */
.hero-3 .hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  padding: 80px 24px 60px;
}

.hero-3 .hero-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Plate & SMS Cards */
.plate-card {
  background: var(--navy-2);
  border: 1px solid #2a3f58;
  border-radius: var(--radius);
  padding: 20px 24px;
}

.plate-card-label {
  font-size: 10px;
  letter-spacing: 2px;
  color: var(--muted);
  text-transform: uppercase;
  margin-bottom: 12px;
}

.plate {
  background: var(--amber);
  border: 1.5px solid var(--navy);
  border-radius: 8px;
  padding: 10px 16px;
  font-family: "Courier New", monospace;
  font-size: 22px;
  font-weight: 700;
  color: var(--navy-2);
  letter-spacing: 4px;
  text-align: center;
  position: relative;
}

.plate::before,
.plate::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--amber);
  opacity: 0.6;
}

.plate::before {
  left: 8px;
}

.plate::after {
  right: 8px;
}

.plate-status {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  font-size: 12px;
  color: var(--green);
}

.plate-status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
}

.sms-card {
  background: var(--navy-2);
  border: 1px solid #2a3f58;
  border-radius: var(--radius);
  padding: 20px 24px;
}

.sms-bubble {
  background: #1a2e45;
  border-radius: 10px 10px 10px 2px;
  padding: 12px 16px;
  font-size: 13px;
  color: #c8d8e8;
  line-height: 1.5;
}

.sms-bubble span {
  color: var(--amber);
  font-weight: 600;
}

.sms-meta {
  font-size: 10px;
  color: var(--muted);
  margin-top: 8px;
}

/* ─── FOUND STRIP ─────────────────────────── */
.found-strip {
  background: var(--slate);
  text-align: center;
  padding: 16px;
  border-bottom: 1px solid var(--slate-2);
}

.found-strip p {
  color: var(--text);
  font-size: 0.9rem;
}

.found-strip-link {
  background: none;
  border: none;
  color: var(--amber-2);
  font-weight: 600;
  cursor: pointer;
  text-decoration: underline;
  font-size: 0.9rem;
}

/* ─── HOW IT WORKS ─────────────────────────── */
.how {
  background: var(--slate);
  padding: 80px 24px;
}

.section-inner {
  max-width: 1280px;
  margin: 0 auto;
}

.steps {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
}

.step {
  flex: 1;
  min-width: 250px;
  max-width: 320px;
  text-align: center;
  padding: 0 24px;
  position: relative;
}

.step-num {
  width: 40px;
  height: 40px;
  background: var(--amber);
  color: var(--navy);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.2rem;
  margin: 0 auto 20px;
}

.step-icon {
  width: 72px;
  height: 72px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.step-icon--amber {
  background: rgba(245, 166, 35, 0.15);
  color: var(--amber-2);
}

.step-icon--navy {
  background: rgba(13, 27, 42, 0.1);
  color: var(--navy);
}

.step-icon--green {
  background: rgba(34, 197, 94, 0.12);
  color: #16a34a;
}

.step-title {
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: var(--navy);
  margin-bottom: 12px;
}

.step-desc {
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.6;
}

.step-connector {
  width: 80px;
  height: 2px;
  background: linear-gradient(90deg, var(--amber), transparent);
  margin-top: 120px;
}

/* ─── WHY SECTION ─────────────────────────── */
.why {
  padding: 80px 24px;
  background: var(--white);
}

.benefits {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 48px;
}

.benefit {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 28px;
  background: var(--slate);
  border-radius: var(--radius);
  transition: transform 0.2s;
}

.benefit:hover {
  transform: translateY(-4px);
}

.benefit-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background: rgba(245, 166, 35, 0.1);
  color: var(--amber);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.benefit strong {
  display: block;
  font-size: 1rem;
  color: var(--navy);
  margin-bottom: 6px;
  font-family: "Sora", sans-serif;
  font-weight: 700;
}

.benefit p {
  font-size: 0.85rem;
  color: var(--muted);
  line-height: 1.5;
}

/* ─── SAFETY SECTION ──────────────────────── */
.safety {
  padding: 80px 24px;
  background: var(--white);
}

.safety-header {
  text-align: center;
  margin-bottom: 2rem;
}

.safety-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--amber-2);
  margin-bottom: 0.75rem;
}

.safety-badge svg {
  flex-shrink: 0;
}

.safety-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 12px;
  margin-top: 2rem;
}

.safety-card {
  background: var(--slate);
  border: 1px solid var(--slate-2);
  border-radius: var(--radius);
  padding: 1rem 1.25rem;
}

.safety-card h3 {
  font-family: "Sora", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--navy);
  margin: 0 0 6px;
}

.safety-card p {
  font-size: 0.85rem;
  color: var(--muted);
  margin: 0;
  line-height: 1.6;
}

@media (max-width: 480px) {
  .safety {
    padding: 48px 16px;
  }

  .safety-grid {
    grid-template-columns: 1fr;
  }
}

/* ─── CTA BAND ─────────────────────────────── */
.cta-band {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 100%);
  padding: 70px 24px;
}

.cta-band-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  flex-wrap: wrap;
}

.cta-band-title {
  font-family: "Sora", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 12px;
}

.cta-band-sub {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1rem;
  max-width: 500px;
}

/* ─── FAQ ─────────────────────────────────── */
.faq {
  padding: 80px 24px;
  background: var(--slate);
}

.faq-list {
  max-width: 800px;
  margin: 48px auto 0;
}

.faq-item {
  background: var(--white);
  border-radius: 16px;
  margin-bottom: 16px;
  overflow: hidden;
  border: 1px solid var(--slate-2);
}

.faq-q {
  padding: 20px 24px;
  font-weight: 600;
  font-size: 1rem;
  color: var(--navy);
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Sora", sans-serif;
}

.faq-q::-webkit-details-marker {
  display: none;
}

.faq-chevron {
  transition: transform 0.2s;
}

details[open] .faq-chevron {
  transform: rotate(180deg);
}

.faq-a {
  padding: 0 24px 24px;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.6;
  border-top: 1px solid var(--slate-2);
  margin-top: 12px;
  padding-top: 20px;
}

/* ─── FOOTER ───────────────────────────────── */
.footer {
  background: #080f18;
  padding: 64px 24px 0;
}

.footer-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-brand {
  flex: 1;
  min-width: 240px;
}

.footer-desc {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.85rem;
  margin-top: 16px;
  line-height: 1.6;
}

.footer-links {
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
  flex: 2;
}

.footer-col h4 {
  font-family: "Sora", sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--amber);
  margin-bottom: 20px;
}

.footer-col ul {
  list-style: none;
}

.footer-col ul li {
  margin-bottom: 12px;
}

.footer-col ul li a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  font-size: 0.85rem;
  transition: color 0.2s;
}

.footer-col ul li a:hover {
  color: var(--white);
}

.footer-bottom {
  max-width: 1280px;
  margin: 0 auto;
  padding: 24px 0 32px;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}

/* ─── TOAST ───────────────────────────────── */
.toast {
  position: fixed;
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 500;
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--white);
  border-radius: 12px;
  padding: 14px 24px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.15);
  max-width: 480px;
  width: calc(100% - 32px);
  animation: slideDown 0.35s ease;
}

.toast--success {
  border-left: 4px solid var(--green);
}

.toast--error {
  border-left: 4px solid var(--red);
}

.toast span {
  font-size: 0.9rem;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

/* ─── MODALS ───────────────────────────────── */
.modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(8, 15, 24, 0.85);
  z-index: 200;
  align-items: flex-start;
  justify-content: center;
  padding: 20px;
  backdrop-filter: blur(4px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.modal-overlay.is-open {
  display: flex;
  animation: fadeIn 0.25s ease;
}

.modal {
  background: var(--white);
  border-radius: 24px;
  padding: 40px;
  max-width: 500px;
  width: 100%;
  position: relative;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.4);
  animation: modalUp 0.3s ease;
  margin: auto;
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/* Modal scrollbar styling */
.modal::-webkit-scrollbar {
  width: 6px;
}

.modal::-webkit-scrollbar-track {
  background: transparent;
}

.modal::-webkit-scrollbar-thumb {
  background: var(--slate-2);
  border-radius: 10px;
}

.modal::-webkit-scrollbar-thumb:hover {
  background: var(--muted);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes modalUp {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: var(--slate);
  border: none;
  cursor: pointer;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  transition: background 0.2s;
}

.modal-close:hover {
  background: var(--slate-2);
}

.modal-icon {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.modal-icon--amber {
  background: rgba(245, 166, 35, 0.12);
  color: var(--amber-2);
}

.modal-icon--navy {
  background: rgba(13, 27, 42, 0.08);
  color: var(--navy);
}

.modal-title {
  font-family: "Sora", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 8px;
}

.modal-sub {
  font-size: 0.9rem;
  color: var(--muted);
  margin-bottom: 32px;
}

/* ─── FORM FIELDS ────────────────────────── */
.modal-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.field-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--navy);
}

.required {
  color: var(--amber-2);
}

.optional {
  color: var(--muted);
  font-weight: 400;
  font-size: 0.8rem;
}

.field-input {
  padding: 12px 16px;
  border: 2px solid var(--slate-2);
  border-radius: 12px;
  font-size: 0.95rem;
  font-family: "Inter", sans-serif;
  color: var(--text);
  background: var(--white);
  transition: all 0.2s;
  outline: none;
}

.field-input:focus {
  border-color: var(--amber);
  box-shadow: 0 0 0 3px rgba(245, 166, 35, 0.1);
}

.field-input--plate {
  font-family: "Sora", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.field-hint {
  font-size: 0.75rem;
  color: var(--muted);
}

.modal-privacy {
  font-size: 0.75rem;
  color: var(--muted);
  text-align: center;
  margin-top: 16px;
  line-height: 1.5;
}

/* ─── RESPONSIVE ───────────────────────────── */

/* Tablet & Below */
@media (max-width: 968px) {
  /* Steps */
  .steps {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .step-connector {
    width: 2px;
    height: 40px;
    margin: 0 auto;
  }

  /* Hero */
  .hero-3 .hero-inner {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 40px 20px 40px;
  }

  .hero-3 .hero-right {
    order: -1;
  }

  .hero-left {
    text-align: center;
  }

  .hero-sub {
    margin: 0 auto 28px;
  }

  .hero-nudge {
    text-align: center;
  }

  .hero-badge {
    margin: 0 auto 20px;
  }
}

/* Mobile Landscape & Small Tablets */
@media (max-width: 768px) {
  /* Nav */
  .nav {
    padding: 0 16px;
  }

  .nav-inner {
    height: 64px;
  }

  .nav-link {
    display: none;
  }

  .nav-right {
    gap: 16px;
  }

  .btn--nav {
    padding: 6px 14px;
    font-size: 0.8rem;
  }

  .logo-image {
    height: 32px;
  }

  /* Hero */
  .hero {
    padding: 60px 20px 40px;
  }

  /* Steps */
  .steps {
    gap: 32px;
  }

  .step {
    max-width: 100%;
    padding: 0 16px;
  }

  .step-connector {
    height: 32px;
  }

  .step-icon {
    width: 60px;
    height: 60px;
  }

  .step-icon svg {
    width: 22px;
    height: 22px;
  }

  .section-title {
    font-size: 1.6rem;
  }

  .section-sub {
    font-size: 0.9rem;
    margin: 0 auto 40px;
    padding: 0 16px;
  }

  /* CTA */
  .cta-band {
    padding: 48px 16px;
  }

  .cta-band-inner {
    flex-direction: column;
    text-align: center;
    gap: 32px;
  }

  .cta-band-title {
    font-size: 1.4rem;
  }

  .cta-band-sub {
    font-size: 0.9rem;
    margin: 0 auto;
  }

  /* Benefits */
  .benefits {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .footer {
    padding: 40px 16px 0;
  }

  .footer-inner {
    flex-direction: column;
    gap: 32px;
    padding-bottom: 32px;
  }

  .footer-brand {
    text-align: center;
  }

  .footer-links {
    justify-content: center;
    text-align: center;
    gap: 32px;
  }

  /* Modals */
  .modal-overlay {
    padding: 12px;
    align-items: flex-end;
  }

  .modal {
    padding: 32px 24px;
    border-radius: 20px 20px 0 0;
    max-height: calc(100vh - 24px);
    margin: 0;
    animation: modalUpMobile 0.3s ease;
  }

  @keyframes modalUpMobile {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .modal-title {
    font-size: 1.3rem;
    padding-right: 30px;
  }

  .modal-sub {
    font-size: 0.85rem;
    margin-bottom: 24px;
  }

  .modal-form {
    gap: 18px;
  }

  .modal-close {
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
  }

  .modal-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 16px;
  }
}

/* Mobile Portrait */
@media (max-width: 480px) {
  /* Base */
  body {
    font-size: 14px;
  }

  h1 {
    font-size: 1.8rem !important;
  }

  h2 {
    font-size: 1.4rem !important;
  }

  .section-inner {
    padding: 0 !important;
  }

  /* Nav */
  .nav-inner {
    height: 56px;
  }

  .btn--nav {
    padding: 4px 12px;
    font-size: 0.7rem;
    border-width: 1.5px;
  }

  .logo-image {
    height: 28px;
  }

  /* Hero */
  .hero-3 .hero-inner {
    padding: 24px 16px 32px;
    gap: 28px;
  }

  .hero-sub {
    font-size: 0.9rem;
  }

  .plate-card {
    padding: 16px;
  }

  .plate {
    font-size: 18px;
    padding: 8px 12px;
    letter-spacing: 2px;
  }

  .plate::before,
  .plate::after {
    display: none;
  }

  .sms-card {
    padding: 16px;
  }

  .sms-bubble {
    font-size: 12px;
    padding: 10px 14px;
  }

  .btn {
    padding: 12px 24px;
    font-size: 0.9rem;
    width: 100%;
    justify-content: center;
  }

  .btn--large {
    padding: 14px 24px;
  }

  .found-strip {
    padding: 12px 16px;
    font-size: 0.85rem;
  }

  /* How It Works */
  .how {
    padding: 48px 16px;
  }

  .step {
    padding: 0 8px;
    min-width: auto;
  }

  .step-title {
    font-size: 1rem;
  }

  .step-desc {
    font-size: 0.85rem;
  }

  .step-num {
    width: 32px;
    height: 32px;
    font-size: 0.9rem;
    margin-bottom: 12px;
  }

  /* Why Section */
  .why {
    padding: 48px 16px;
  }

  .benefit {
    padding: 20px;
    gap: 14px;
  }

  .benefit-icon {
    width: 40px;
    height: 40px;
  }

  .benefit-icon svg {
    width: 18px;
    height: 18px;
  }

  .benefit strong {
    font-size: 0.9rem;
  }

  .benefit p {
    font-size: 0.8rem;
  }

  /* CTA */
  .cta-band {
    padding: 40px 16px;
  }

  .cta-band-title {
    font-size: 1.2rem;
  }

  .cta-band-sub {
    font-size: 0.85rem;
  }

  /* FAQ */
  .faq {
    padding: 48px 16px;
  }

  .faq-q {
    padding: 16px 18px;
    font-size: 0.9rem;
  }

  .faq-a {
    padding: 0 18px 18px;
    font-size: 0.85rem;
  }

  /* Footer */
  .footer {
    padding: 32px 12px 0;
  }

  .footer-inner {
    gap: 24px;
    padding-bottom: 24px;
  }

  .footer-links {
    gap: 24px;
  }

  .footer-col h4 {
    font-size: 0.8rem;
    margin-bottom: 12px;
  }

  .footer-col ul li {
    margin-bottom: 8px;
  }

  .footer-col ul li a {
    font-size: 0.8rem;
  }

  .footer-desc {
    font-size: 0.8rem;
  }

  .footer-bottom {
    font-size: 0.7rem;
    padding: 16px 0 24px;
  }

  /* Modals */
  .modal-overlay {
    padding: 8px;
  }

  .modal {
    padding: 24px 16px;
    max-height: calc(100vh - 16px);
    border-radius: 16px 16px 0 0;
  }

  .modal-title {
    font-size: 1.1rem;
  }

  .modal-sub {
    font-size: 0.8rem;
    margin-bottom: 20px;
  }

  .modal-form {
    gap: 14px;
  }

  .field-label {
    font-size: 0.8rem;
  }

  .field-input {
    padding: 10px 14px;
    font-size: 0.9rem;
  }

  .modal-close {
    top: 12px;
    right: 12px;
    width: 28px;
    height: 28px;
  }

  .modal-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
  }

  .modal-icon svg {
    width: 20px;
    height: 20px;
  }

  .btn--full {
    padding: 12px 20px;
    font-size: 0.9rem;
  }

  .modal-privacy {
    font-size: 0.7rem;
    margin-top: 12px;
  }
}

/* ─── REDUCED MOTION ───────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}
