/* fssai-fasttrack.css — Fast-Track FSSAI Registration Assistance
   Companion to fssai-premium.css; import both. */

/* ── HERO ───────────────────────────────────────────────────────────────── */
.ft-hero {
  background: linear-gradient(135deg, #071f35 0%, #0B3C5D 50%, #0d5f3a 100%);
  padding: 72px 0 56px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.ft-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 65% 50% at 15% 25%, rgba(22,163,74,.16) 0%, transparent 70%),
    radial-gradient(ellipse 55% 65% at 85% 75%, rgba(26,127,196,.18) 0%, transparent 70%);
  pointer-events: none;
}
.ft-hero-inner { position: relative; z-index: 1; }

/* hero left */
.ft-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(245,158,11,.15);
  border: 1px solid rgba(245,158,11,.35);
  color: #fbbf24;
  font-size: .72rem;
  font-weight: 700;
  padding: 5px 16px;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: .09em;
  margin-bottom: 16px;
}
.ft-hero h1 {
  font-size: clamp(1.6rem, 3.2vw, 2.3rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  margin-bottom: .9rem;
}
.ft-hero-sub {
  font-size: .98rem;
  color: rgba(255,255,255,.8);
  margin-bottom: 1.25rem;
  line-height: 1.7;
  max-width: 560px;
}
.ft-hero-pills {
  display: flex;
  gap: .55rem;
  flex-wrap: wrap;
  margin-bottom: 1.25rem;
}
.ft-hero-pill {
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.22);
  color: #fff;
  padding: .3rem .85rem;
  border-radius: 50px;
  font-size: .78rem;
  font-weight: 500;
}
.ft-hero-pill.green {
  background: rgba(16,185,129,.2);
  border-color: rgba(16,185,129,.4);
  color: #6ee7b7;
}
.ft-hero-trust {
  display: flex;
  gap: 1.1rem;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1.4rem;
}
.ft-hero-trust-item {
  display: flex;
  align-items: center;
  gap: .35rem;
  color: rgba(255,255,255,.72);
  font-size: .8rem;
}
.ft-hero-ctas {
  display: flex;
  gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
}
.ft-cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #16a34a 0%, #0B3C5D 100%);
  color: #fff;
  padding: 14px 28px;
  border-radius: 12px;
  font-weight: 800;
  font-size: .96rem;
  text-decoration: none;
  box-shadow: 0 6px 22px rgba(22,163,74,.36);
  transition: all .22s;
  white-space: nowrap;
}
.ft-cta-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(22,163,74,.46);
  color: #fff;
  text-decoration: none;
}
.ft-cta-wa {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(37,211,102,.12);
  border: 1.5px solid rgba(37,211,102,.3);
  color: #4ade80;
  padding: 14px 22px;
  border-radius: 12px;
  font-weight: 700;
  font-size: .9rem;
  text-decoration: none;
  transition: all .22s;
  white-space: nowrap;
}
.ft-cta-wa:hover {
  background: rgba(37,211,102,.22);
  border-color: rgba(37,211,102,.5);
  color: #86efac;
  text-decoration: none;
}

/* hero grid */
.ft-hero-grid {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 3rem;
  align-items: start;
}
@media (max-width: 960px) {
  .ft-hero-grid { grid-template-columns: 1fr; }
  .ft-conv-card { position: static; }
}

/* ── CONVERSION CARD ─────────────────────────────────────────────────────── */
.ft-conv-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0,0,0,.30);
  position: sticky;
  top: 88px;
}
.ft-conv-header {
  background: linear-gradient(135deg, #0d5f3a 0%, #0B3C5D 60%, #1A7FC4 100%);
  padding: 20px 22px 18px;
  position: relative;
  overflow: hidden;
}
.ft-conv-header .ft-deco-1,
.ft-conv-header .ft-deco-2 {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.ft-conv-header .ft-deco-1 {
  width: 100px; height: 100px;
  background: rgba(255,255,255,.06);
  top: -30px; right: -20px;
}
.ft-conv-header .ft-deco-2 {
  width: 70px; height: 70px;
  background: rgba(255,255,255,.04);
  bottom: -20px; left: 14px;
}
.ft-conv-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(245,158,11,.2);
  border: 1px solid rgba(245,158,11,.38);
  color: #fbbf24;
  font-size: .6rem;
  font-weight: 700;
  padding: 3px 12px;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: .09em;
  margin-bottom: 10px;
  position: relative;
}
.ft-conv-title {
  font-size: 1.05rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 4px;
  line-height: 1.25;
  position: relative;
}
.ft-conv-sub {
  font-size: .76rem;
  color: rgba(255,255,255,.72);
  line-height: 1.5;
  position: relative;
}
.ft-conv-body { padding: 18px 20px 20px; }

/* badge pills row */
.ft-conv-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 14px;
}
.ft-badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: .67rem;
  font-weight: 700;
  padding: 3px 9px;
  border-radius: 50px;
  white-space: nowrap;
  border: 1px solid transparent;
}
.ft-badge-green  { background: #f0fdf4; border-color: #bbf7d0; color: #166534; }
.ft-badge-blue   { background: #eff6ff; border-color: #bfdbfe; color: #1e40af; }
.ft-badge-amber  { background: #fefce8; border-color: #fde68a; color: #92400e; }
.ft-badge-purple { background: #fdf4ff; border-color: #e9d5ff; color: #6b21a8; }

/* plan selector */
.ft-plan-label {
  font-size: .63rem;
  font-weight: 700;
  color: #0B3C5D;
  text-transform: uppercase;
  letter-spacing: .09em;
  margin-bottom: 8px;
}
.ft-plan-grid {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 12px;
}
.ft-plan-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 13px;
  border: 2px solid #e2e8f0;
  border-radius: 10px;
  cursor: pointer;
  background: #fff;
  transition: all .2s;
  position: relative;
}
.ft-plan-item input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0; height: 0;
}
.ft-plan-name  { font-size: .82rem; font-weight: 700; color: #374151; }
.ft-plan-desc  { font-size: .68rem; color: #64748b; margin-top: 2px; }
.ft-plan-price { font-size: .98rem; font-weight: 800; color: #16a34a; flex-shrink: 0; margin-left: 8px; }
.ft-plan-popular {
  position: absolute;
  top: -9px; left: 10px;
  background: #1A7FC4;
  color: #fff;
  font-size: .58rem;
  font-weight: 700;
  padding: 2px 10px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: .06em;
  white-space: nowrap;
}

.ft-gov-note {
  font-size: .68rem;
  color: #64748b;
  text-align: center;
  margin-bottom: 14px;
  padding: 8px 12px;
  background: #f8fafc;
  border-radius: 8px;
  border: 1px solid #f1f5f9;
}
.ft-apply-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(135deg, #16a34a 0%, #0B3C5D 100%);
  color: #fff;
  padding: 14px 20px;
  border-radius: 12px;
  font-weight: 800;
  font-size: .95rem;
  text-decoration: none;
  box-shadow: 0 6px 22px rgba(22,163,74,.36);
  text-align: center;
  margin-bottom: 14px;
  letter-spacing: .01em;
  transition: all .22s;
}
.ft-apply-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(22,163,74,.45);
  color: #fff;
  text-decoration: none;
}
.ft-card-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px 12px;
  padding-top: 12px;
  border-top: 1px solid #f1f5f9;
}
.ft-card-trust-item {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: .66rem;
  color: #64748b;
  font-weight: 500;
}

/* ── DISCLAIMER BAR ──────────────────────────────────────────────────────── */
.ft-disclaimer-bar {
  background: #fffbeb;
  border-bottom: 1px solid #fde68a;
  padding: 10px 0;
}
.ft-disclaimer-bar .container {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.ft-disclaimer-bar p {
  font-size: .8rem;
  color: #78350f;
  line-height: 1.55;
  margin: 0;
}

/* inline disclaimer box used within content */
.ft-disclaimer-box {
  background: #fffbeb;
  border: 1px solid #fde68a;
  border-left: 4px solid #f59e0b;
  border-radius: 0 12px 12px 0;
  padding: 14px 18px;
  font-size: .82rem;
  color: #78350f;
  line-height: 1.6;
  margin: 28px 0;
}

/* ── STATS BAR ───────────────────────────────────────────────────────────── */
.ft-stats-bar {
  background: #fff;
  border-top: 1px solid #f1f5f9;
  border-bottom: 1px solid #f1f5f9;
  padding: 26px 0;
}
.ft-stats-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
}
.ft-stat {
  flex: 1;
  min-width: 120px;
  text-align: center;
  padding: 0 24px;
  border-right: 1px solid #f1f5f9;
}
.ft-stat:last-child { border-right: none; }
.ft-stat-val { display: block; font-size: 1.6rem; font-weight: 800; color: #0B3C5D; line-height: 1; }
.ft-stat-label { display: block; font-size: .71rem; color: #64748b; text-transform: uppercase; letter-spacing: .07em; margin-top: 4px; }
@media (max-width: 600px) {
  .ft-stats-inner { gap: 16px 0; }
  .ft-stat { min-width: 50%; border-right: none; border-bottom: 1px solid #f1f5f9; padding-bottom: 16px; }
  .ft-stat:nth-child(3), .ft-stat:last-child { border-bottom: none; }
}

/* ── SECTION WRAPPERS ────────────────────────────────────────────────────── */
.ft-section-white { background: #fff;    padding: 56px 0; }
.ft-section-gray  { background: #f8fafc; padding: 56px 0; }

/* ── SECTION HEADER ──────────────────────────────────────────────────────── */
.ft-section-header { text-align: center; margin-bottom: 2.5rem; }
.ft-section-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  color: #166534;
  font-size: .7rem;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: .09em;
  margin-bottom: 12px;
}
.ft-section-title {
  font-size: clamp(1.3rem, 2.5vw, 1.75rem);
  font-weight: 800;
  color: #0B3C5D;
  margin-bottom: 10px;
  line-height: 1.22;
}
.ft-section-sub {
  font-size: .95rem;
  color: #475569;
  max-width: 580px;
  margin: 0 auto;
  line-height: 1.7;
}

/* ── WHY CHOOSE ──────────────────────────────────────────────────────────── */
.ft-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 768px) { .ft-why-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 500px) { .ft-why-grid { grid-template-columns: 1fr; } }
.ft-why-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 22px 18px;
  transition: all .2s;
}
.ft-why-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0,0,0,.08);
  border-color: #bfdbfe;
}
.ft-why-icon { font-size: 1.6rem; display: block; margin-bottom: 10px; }
.ft-why-title { font-size: .92rem; font-weight: 700; color: #0B3C5D; margin-bottom: 6px; }
.ft-why-text  { font-size: .82rem; color: #475569; line-height: 1.65; }

/* ── LICENCE COMPARISON ──────────────────────────────────────────────────── */
.ft-licence-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 768px) { .ft-licence-grid { grid-template-columns: 1fr; } }
.ft-licence-card {
  border: 2px solid #e2e8f0;
  border-radius: 20px;
  overflow: hidden;
  transition: all .2s;
  display: flex;
  flex-direction: column;
}
.ft-licence-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,0,0,.1); }
.ft-licence-card.popular { border-color: #1A7FC4; box-shadow: 0 8px 30px rgba(26,127,196,.15); }
.ft-licence-top {
  padding: 22px 20px 16px;
  background: #fff;
  position: relative;
  flex-shrink: 0;
}
.ft-licence-pop-badge {
  position: absolute;
  top: -1px; right: 16px;
  background: #1A7FC4;
  color: #fff;
  font-size: .62rem;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 0 0 10px 10px;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.ft-licence-icon { font-size: 1.8rem; display: block; margin-bottom: 8px; }
.ft-licence-name { font-size: 1.05rem; font-weight: 800; color: #0B3C5D; margin-bottom: 4px; }
.ft-licence-for  { font-size: .78rem; color: #475569; margin-bottom: 12px; line-height: 1.5; }
.ft-licence-fee  { font-size: 1.55rem; font-weight: 800; color: #16a34a; }
.ft-licence-fee-note { font-size: .7rem; color: #64748b; margin-top: 2px; }
.ft-licence-body { padding: 0 20px 20px; background: #f8fafc; flex: 1; display: flex; flex-direction: column; }
.ft-licence-features {
  list-style: none;
  padding: 16px 0 0;
  margin: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ft-licence-features li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: .83rem;
  color: #374151;
}
.ft-licence-features li::before { content: '✓'; color: #16a34a; font-weight: 700; flex-shrink: 0; }
.ft-licence-cta {
  display: block;
  text-align: center;
  background: #0B3C5D;
  color: #fff;
  padding: 11px;
  border-radius: 10px;
  font-weight: 700;
  font-size: .88rem;
  text-decoration: none;
  margin-top: 16px;
  transition: all .2s;
}
.ft-licence-cta:hover { background: #1A7FC4; color: #fff; text-decoration: none; }
.ft-licence-card.popular .ft-licence-cta { background: #1A7FC4; }
.ft-licence-card.popular .ft-licence-cta:hover { background: #0B3C5D; }

/* ── DOCUMENTS GRID ──────────────────────────────────────────────────────── */
.ft-docs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 10px;
  margin-top: 1.25rem;
}
.ft-doc-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 11px 14px;
  font-size: .84rem;
  color: #374151;
}
.ft-doc-icon { font-size: 1.1rem; flex-shrink: 0; }
.ft-docs-extra-label {
  font-size: .72rem;
  font-weight: 700;
  color: #1A7FC4;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin: 18px 0 8px;
}

/* ── PROCESS TIMELINE ────────────────────────────────────────────────────── */
.ft-timeline { display: flex; flex-direction: column; gap: 0; }
.ft-step {
  display: flex;
  gap: 18px;
  padding-bottom: 24px;
  position: relative;
}
.ft-step:last-child { padding-bottom: 0; }
.ft-step:not(:last-child)::before {
  content: '';
  position: absolute;
  left: 19px; top: 42px;
  width: 2px;
  height: calc(100% - 20px);
  background: #e2e8f0;
}
.ft-step-num {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0B3C5D, #1A7FC4);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: .88rem;
  flex-shrink: 0;
  z-index: 1;
  box-shadow: 0 4px 12px rgba(11,60,93,.25);
}
.ft-step-body h3 { font-size: .95rem; font-weight: 700; color: #0B3C5D; margin-bottom: 4px; }
.ft-step-body p  { font-size: .85rem; color: #475569; line-height: 1.65; margin: 0 0 6px; }
.ft-step-tag {
  display: inline-block;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  color: #166534;
  font-size: .65rem;
  font-weight: 700;
  padding: 2px 9px;
  border-radius: 50px;
}

/* ── BUSINESS TYPES ──────────────────────────────────────────────────────── */
.ft-biz-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
@media (max-width: 900px) { .ft-biz-grid { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 640px) { .ft-biz-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 400px) { .ft-biz-grid { grid-template-columns: repeat(2, 1fr); } }
.ft-biz-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 14px 8px;
  text-align: center;
  font-size: .77rem;
  color: #374151;
  font-weight: 500;
  transition: all .2s;
}
.ft-biz-card:hover {
  border-color: #bfdbfe;
  background: #f0f9ff;
  transform: translateY(-2px);
}
.ft-biz-icon { font-size: 1.5rem; }

/* ── TESTIMONIALS ────────────────────────────────────────────────────────── */
.ft-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 768px) { .ft-testimonials-grid { grid-template-columns: 1fr; } }
.ft-testi-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 22px 20px;
  position: relative;
}
.ft-testi-quote {
  position: absolute;
  top: 14px; right: 18px;
  font-size: 3.5rem;
  color: #e2e8f0;
  font-family: Georgia, serif;
  line-height: 1;
}
.ft-testi-stars { color: #f59e0b; font-size: .85rem; margin-bottom: 10px; letter-spacing: 1px; }
.ft-testi-text  { font-size: .87rem; color: #374151; line-height: 1.72; margin-bottom: 14px; font-style: italic; }
.ft-testi-author { display: flex; align-items: center; gap: 10px; }
.ft-testi-avatar {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0B3C5D, #1A7FC4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: .82rem;
  flex-shrink: 0;
}
.ft-testi-name { font-size: .85rem; font-weight: 700; color: #0B3C5D; }
.ft-testi-biz  { font-size: .75rem; color: #64748b; }

/* ── CITY SPECIFIC SECTION ───────────────────────────────────────────────── */
.ft-city-box {
  background: linear-gradient(135deg, #eff6ff 0%, #f0fdf4 100%);
  border: 1px solid #bfdbfe;
  border-radius: 16px;
  padding: 24px 28px;
  margin-bottom: 20px;
}
.ft-city-box h3 { font-size: 1.1rem; font-weight: 800; color: #0B3C5D; margin-bottom: 10px; }
.ft-city-box p  { font-size: .92rem; color: #374151; line-height: 1.75; margin: 0; }
.ft-city-tip {
  background: #fffbeb;
  border: 1px solid #fde68a;
  border-left: 4px solid #f59e0b;
  border-radius: 0 12px 12px 0;
  padding: 14px 18px;
  font-size: .87rem;
  color: #78350f;
  line-height: 1.65;
}
.ft-city-tip strong { color: #92400e; }

/* ── FAQ ─────────────────────────────────────────────────────────────────── */
.ft-faq { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: .6rem; }
details.ft-faq-item {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}
summary.ft-faq-q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.3rem;
  font-weight: 600;
  font-size: .92rem;
  color: #1e293b;
  cursor: pointer;
  list-style: none;
  gap: 1rem;
  background: #f8fafc;
}
summary.ft-faq-q::-webkit-details-marker { display: none; }
.ft-faq-icon { font-size: 1.2rem; color: #1A7FC4; flex-shrink: 0; transition: transform .2s; font-weight: 300; }
details[open] .ft-faq-icon { transform: rotate(45deg); }
.ft-faq-ans { padding: 0 1.3rem 1rem; font-size: .87rem; color: #475569; line-height: 1.75; }

/* ── CITY LINKS ──────────────────────────────────────────────────────────── */
.ft-city-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 1.25rem; }
.ft-city-link {
  padding: 6px 15px;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: 50px;
  font-size: .82rem;
  color: #0B3C5D;
  text-decoration: none;
  font-weight: 600;
  transition: all .18s;
}
.ft-city-link:hover, .ft-city-link.active {
  background: #0B3C5D;
  color: #fff;
  border-color: #0B3C5D;
  text-decoration: none;
}

/* ── FINAL CTA ───────────────────────────────────────────────────────────── */
.ft-cta-section {
  background: linear-gradient(150deg, #051e2e 0%, #0B3C5D 55%, #0d5a8a 100%);
  padding: 72px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.ft-cta-section::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 80% 55% at 50% -5%, rgba(26,127,196,.22) 0%, transparent 70%);
  pointer-events: none;
}
.ft-cta-inner { max-width: 760px; margin: 0 auto; padding: 0 24px; position: relative; z-index: 1; }
.ft-cta-badge {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  background: rgba(245,158,11,.12);
  border: 1px solid rgba(245,158,11,.28);
  color: #fbbf24;
  font-size: .72rem;
  font-weight: 700;
  padding: .38rem 1.1rem;
  border-radius: 50px;
  letter-spacing: .09em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.ft-cta-section h2 {
  color: #fff;
  font-size: clamp(1.6rem, 3.5vw, 2.3rem);
  font-weight: 800;
  margin: 0 0 1rem;
  line-height: 1.18;
  letter-spacing: -.02em;
}
.ft-cta-section .ft-cta-sub {
  color: rgba(255,255,255,.68);
  font-size: .97rem;
  line-height: 1.75;
  max-width: 600px;
  margin: 0 auto 2rem;
}
.ft-cta-stats {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  max-width: 540px;
  margin: 0 auto 2rem;
}
.ft-cta-stat { padding: 0 20px; text-align: center; border-right: 1px solid rgba(255,255,255,.12); }
.ft-cta-stat:last-child { border-right: none; }
.ft-cta-stat-val   { display: block; font-size: 1.7rem; font-weight: 800; color: #fff; line-height: 1; }
.ft-cta-stat-label { display: block; font-size: .68rem; color: rgba(255,255,255,.48); text-transform: uppercase; letter-spacing: .08em; margin-top: .3rem; }
.ft-cta-btns {
  display: flex;
  gap: .9rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 1.25rem;
}
.ft-cta-btn-primary {
  display: inline-block;
  background: #f59e0b;
  color: #1a1a1a;
  font-weight: 800;
  padding: 1rem 2.4rem;
  border-radius: 10px;
  font-size: 1rem;
  text-decoration: none;
  transition: all .22s;
  box-shadow: 0 4px 24px rgba(245,158,11,.32);
}
.ft-cta-btn-primary:hover {
  background: #fbbf24;
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(245,158,11,.44);
  color: #1a1a1a;
  text-decoration: none;
}
.ft-cta-btn-wa {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  background: rgba(37,211,102,.1);
  border: 1.5px solid rgba(37,211,102,.26);
  color: #4ade80;
  font-weight: 700;
  padding: 1rem 1.8rem;
  border-radius: 10px;
  font-size: 1rem;
  text-decoration: none;
  transition: all .22s;
}
.ft-cta-btn-wa:hover {
  background: rgba(37,211,102,.2);
  border-color: rgba(37,211,102,.45);
  color: #86efac;
  text-decoration: none;
}
.ft-cta-note { color: rgba(255,255,255,.36); font-size: .75rem; margin: 0; }
@media (max-width: 560px) {
  .ft-cta-btn-primary, .ft-cta-btn-wa { width: 100%; text-align: center; justify-content: center; }
  .ft-cta-stat { padding: 0 12px; }
}

/* ── STICKY MOBILE BAR ───────────────────────────────────────────────────── */
.ft-sticky-bar {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: #fff;
  border-top: 2px solid #e2e8f0;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  z-index: 9999;
  transform: translateY(100%);
  transition: transform .3s ease;
  box-shadow: 0 -4px 20px rgba(0,0,0,.1);
}
.ft-sticky-bar.visible { transform: translateY(0); }
.ft-sticky-text { display: flex; flex-direction: column; }
.ft-sticky-title { font-size: .88rem; font-weight: 800; color: #0B3C5D; }
.ft-sticky-sub   { font-size: .72rem; color: #64748b; }
.ft-sticky-cta {
  background: linear-gradient(135deg, #16a34a, #0B3C5D);
  color: #fff;
  padding: 10px 20px;
  border-radius: 9px;
  font-weight: 800;
  font-size: .85rem;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: all .2s;
}
.ft-sticky-cta:hover { color: #fff; text-decoration: none; }
@media (max-width: 480px) {
  .ft-sticky-text { display: none; }
  .ft-sticky-cta { width: 100%; text-align: center; }
  .ft-sticky-bar { padding: 10px 12px; }
}

/* ── WHATSAPP FLOAT ──────────────────────────────────────────────────────── */
.ft-wa-float {
  position: fixed;
  bottom: 80px; right: 20px;
  width: 52px; height: 52px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(37,211,102,.44);
  z-index: 9998;
  text-decoration: none;
  transition: all .22s;
}
.ft-wa-float:hover { transform: scale(1.08); box-shadow: 0 10px 28px rgba(37,211,102,.6); }
.ft-wa-float svg { width: 28px; height: 28px; fill: #fff; }

/* ── FINAL DISCLAIMER FOOTER ─────────────────────────────────────────────── */
.ft-legal-footer {
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
  padding: 18px 0;
  text-align: center;
}
.ft-legal-footer p {
  font-size: .76rem;
  color: #94a3b8;
  line-height: 1.65;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ── RESPONSIVE OVERRIDES ────────────────────────────────────────────────── */
@media (max-width: 768px) {
  .ft-hero { padding: 48px 0 40px; }
  .ft-hero-ctas { gap: .5rem; }
  .ft-section-white, .ft-section-gray { padding: 44px 0; }
}
@media (max-width: 480px) {
  .ft-hero h1 { font-size: 1.55rem; }
}
