/* Scoped Styles for Free Sample Kit Section */
.fs-kit-wrapper {
    font-family: 'Plus Jakarta Sans', sans-serif;
}



/* =============================================
   DESIGN SYSTEM — 100% LIGHT THEME
============================================= */
.fs-kit-wrapper, .su-modal-overlay {

  --navy:       #0d2353;
  --navy-soft:  #1e3a72;
  --teal:       #f97316;
  --teal-soft:  #e6f7f6;
  --teal-mid:   #b2e8e5;
  --gold:       #f5a623;
  --gold-soft:  #fff4de;
  --gold-mid:   #fde3a7;
  --green:      #22c55e;
  --green-soft: #f0fdf4;
  --coral:      #ff6b6b;
  --coral-soft: #fff1f1;

  --white:      #ffffff;
  --bg:         #f7f8fc;
  --bg-warm:    #fffdf9;
  --surface:    #ffffff;
  --border:     #e8ecf4;
  --border-mid: #d0d8ec;

  --text:       #0f1c35;
  --text-mid:   #3d4f6e;
  --text-muted: #7889a8;

  --shadow-xs:  0 1px 4px rgba(13,35,83,.06);
  --shadow-sm:  0 3px 12px rgba(13,35,83,.08);
  --shadow-md:  0 8px 28px rgba(13,35,83,.11);
  --shadow-lg:  0 20px 56px rgba(13,35,83,.14);
  --shadow-xl:  0 32px 80px rgba(13,35,83,.18);

  --r-sm:  10px;
  --r-md:  16px;
  --r-lg:  24px;
  --r-xl:  32px;

  --font-head: 'Fraunces', serif;
  --font-body: 'Plus Jakarta Sans', sans-serif;
}

.fs-kit-wrapper {
  color: var(--text);
  -webkit-font-smoothing: antialiased;
}


/* =============================================
   ACCENT BAR
============================================= */
/* Removed .accent-bar to resolve horizontal line issue */

/* =============================================
   HERO — FULL LIGHT, EDITORIAL LAYOUT
============================================= */
.fs-hero {
  background: var(--white);
  position: relative;
  overflow: hidden;
  padding: 0;
}

.hero-bg-shapes {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.hero-blob-1 {
  position: absolute;
  top: -120px; right: -100px;
  width: 600px; height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle at 40% 40%, rgba(0,169,157,.09) 0%, transparent 65%);
}

.hero-blob-2 {
  position: absolute;
  bottom: -80px; left: -60px;
  width: 400px; height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245,166,35,.08) 0%, transparent 65%);
}

.hero-grid-lines {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(13,35,83,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13,35,83,.025) 1px, transparent 1px);
  background-size: 56px 56px;
}

/* Removed .hero-accent-line to resolve horizontal line issue */

.fs-hero-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 80px 40px 72px;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 64px;
  align-items: center;
  position: relative;
  z-index: 2;
}

@media (max-width: 900px) {
  .fs-hero-inner {
    grid-template-columns: 1fr;
    padding: 60px 24px 56px;
    gap: 40px;
  }
}

/* Left copy */
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--teal-soft);
  border: 1.5px solid var(--teal-mid);
  color: var(--teal);
  font-family: var(--font-body);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 7px 16px;
  border-radius: 100px;
  margin-bottom: 26px;
  animation: fadeUp .55s ease both;
}

.hero-eyebrow .dot {
  width: 6px; height: 6px;
  background: var(--teal);
  border-radius: 50%;
  animation: pulse 2s infinite;
}

/* ── No h1 in hero — desc text styling ── */
.hero-desc {
  font-size: 15px;
  color: var(--text-mid);
  line-height: 1.78;
  max-width: 500px;
  margin-bottom: 14px;
  animation: fadeUp .6s .1s ease both;
}

.hero-desc:last-of-type {
  margin-bottom: 32px;
}

/* Highlighted subheading above stats */
.hero-subhead {
  font-size: 17px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 18px;
  margin-top: 6px;
  animation: fadeUp .6s .18s ease both;
}

.hero-stats {
  display: flex;
  gap: 28px;
  margin-bottom: 36px;
  animation: fadeUp .6s .24s ease both;
}

@media (max-width: 480px) { .hero-stats { gap: 18px; } }

.hero-stat {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.hero-stat strong {
  font-family: var(--font-head);
  font-size: 1.9rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1;
}

.hero-stat span {
  font-size: 12px;
  color: var(--text-muted);
  font-weight: 500;
}

.hero-stat-divider {
  width: 1.5px;
  background: var(--border-mid);
  border-radius: 2px;
  align-self: stretch;
}

.hero-cta-row {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  animation: fadeUp .6s .32s ease both;
}

.btn-primary-hero {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--navy);
  color: white;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 700;
  padding: 15px 30px;
  border-radius: 100px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  box-shadow: 0 6px 24px rgba(13,35,83,.22);
  transition: transform .25s, box-shadow .25s, background .2s;
}

.btn-primary-hero:hover {
  background: var(--navy-soft);
  transform: translateY(-3px);
  box-shadow: 0 12px 36px rgba(13,35,83,.28);
}

.btn-primary-hero i { color: var(--gold); }

.hero-trust-note {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  color: var(--text-muted);
  font-weight: 500;
}

.hero-trust-note i { color: var(--green); font-size: 15px; }

/* ── Hero right side — Video pills label ── */
.hero-right-label {
  font-family: var(--font-head);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: -.01em;
  margin-bottom: 12px;
}

.hero-right-label em {
  font-style: italic;
  color: var(--teal);
}

/* ── Hero Video (Right column) ── */
.hero-video-wrap {
  animation: fadeUp .65s .2s ease both;
}

.hero-video-card {
  background: var(--surface);
  border: 1.5px solid var(--border);
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--shadow-xl);
  position: relative;
}

/* ── VIDEO — NO CROP FIX ── */
.hero-video-container {
  background: #000;
  position: relative;
  line-height: 0;
}

.hero-video-container video {
  width: 100%;
  height: auto;           /* lets video keep its natural aspect ratio */
  max-height: 340px;      /* cap height so it doesn't go too tall */
  object-fit: contain;    /* show the full frame, no cropping */
  display: block;
  background: #000;
}

.hero-video-badge {
  position: absolute;
  top: 14px; left: 14px;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(8px);
  border: 1.5px solid rgba(255,255,255,.6);
  border-radius: 100px;
  padding: 6px 14px;
  font-size: 11.5px;
  font-weight: 700;
  color: var(--navy);
  display: flex;
  align-items: center;
  gap: 6px;
  box-shadow: var(--shadow-sm);
  z-index: 2;
}

.hero-video-badge .badge-dot {
  width: 7px; height: 7px;
  background: #ef4444;
  border-radius: 50%;
  animation: pulse 1.5s infinite;
}

.hero-video-info {
  padding: 18px 22px;
  border-top: 1.5px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.hero-video-info-text strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 2px;
}

.hero-video-info-text small {
  font-size: 12px;
  color: var(--text-muted);
}

.hero-video-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--gold-soft);
  border: 1.5px solid var(--gold-mid);
  color: #b87010;
  font-size: 11.5px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 100px;
  white-space: nowrap;
}

.hero-kit-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.hero-kit-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: 100px;
  padding: 6px 14px;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--text-mid);
  box-shadow: var(--shadow-xs);
}

.hero-kit-pill i { font-size: 11px; color: var(--teal); }

/* =============================================
   SHARED SECTION STYLES
============================================= */
.fs-kit-wrapper .su-section { padding: 88px 40px; }
@media (max-width: 600px) { .fs-kit-wrapper .su-section { padding: 60px 20px; } }

.fs-kit-wrapper .su-section--warm   { background: var(--bg-warm); }
.fs-kit-wrapper .su-section--plain  { background: var(--white); }
.fs-kit-wrapper .su-section--tinted { background: var(--bg); }


.fs-kit-wrapper .su-container { max-width: 1100px; margin: 0 auto; }


.section-header { margin-bottom: 52px; }

.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 14px;
}

.section-eyebrow::before {
  content: '';
  width: 20px; height: 2.5px;
  background: var(--teal);
  border-radius: 2px;
  display: inline-block;
}

.section-title {
  font-family: var(--font-head);
  font-size: clamp(1.7rem, 3.5vw, 2.5rem);
  font-weight: 700;
  color: var(--navy);
  line-height: 1.18;
  letter-spacing: -.02em;
  margin-bottom: 14px;
}

.section-title em { font-style: italic; color: var(--teal); }

.section-desc {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.75;
  max-width: 520px;
}

/* =============================================
   FEATURE CARDS
============================================= */
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 20px;
}

.feat-card {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--r-md);
  padding: 28px 24px;
  position: relative;
  overflow: hidden;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.feat-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  border-radius: var(--r-md) var(--r-md) 0 0;
}

.feat-card.c-teal::before  { background: var(--teal); }
.feat-card.c-gold::before  { background: var(--gold); }
.feat-card.c-navy::before  { background: var(--navy); }
.feat-card.c-green::before { background: var(--green); }

.feat-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
  border-color: var(--border-mid);
}

.feat-icon {
  width: 50px; height: 50px;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  margin-bottom: 18px;
}

.feat-icon.bg-teal  { background: var(--teal-soft); color: var(--teal); }
.feat-icon.bg-gold  { background: var(--gold-soft); color: var(--gold); }
.feat-icon.bg-navy  { background: rgba(13,35,83,.07); color: var(--navy); }
.feat-icon.bg-green { background: var(--green-soft); color: var(--green); }

.feat-card h3 { font-size: 15.5px; font-weight: 700; color: var(--navy); margin-bottom: 8px; line-height: 1.3; }
.feat-card p  { font-size: 13.5px; color: var(--text-muted); line-height: 1.65; }

/* =============================================
   KIT SHOWCASE
============================================= */
.kit-showcase-layout {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 56px;
  align-items: center;
}

@media (max-width: 800px) {
  .kit-showcase-layout { grid-template-columns: 1fr; gap: 36px; }
}

.kit-image-wrap { position: relative; }

.kit-main-img {
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  aspect-ratio: 5/4;
  background: linear-gradient(135deg, #e0f0ef, #e8eef8);
  position: relative;
}

.kit-main-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .5s ease;
}

.kit-main-img:hover img { transform: scale(1.04); }

.kit-floating-badge {
  position: absolute;
  top: 18px; left: 18px;
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: 100px;
  padding: 7px 16px;
  font-size: 12px;
  font-weight: 700;
  color: var(--navy);
  display: flex;
  align-items: center;
  gap: 7px;
  box-shadow: var(--shadow-sm);
}

.kit-stat-float {
  position: absolute;
  bottom: -14px; right: -14px;
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--r-sm);
  padding: 14px 18px;
  box-shadow: var(--shadow-md);
  display: flex;
  align-items: center;
  gap: 12px;
}

.kit-stat-icon {
  width: 40px; height: 40px;
  border-radius: 10px;
  background: var(--teal-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--teal);
  font-size: 17px;
  flex-shrink: 0;
}

.kit-stat-text strong {
  display: block;
  font-family: var(--font-head);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1;
  margin-bottom: 2px;
}

.kit-stat-text small { font-size: 11.5px; color: var(--text-muted); }

.kit-info-col h2 {
  font-family: var(--font-head);
  font-size: clamp(1.5rem, 2.8vw, 2.1rem);
  font-weight: 700;
  color: var(--navy);
  line-height: 1.18;
  letter-spacing: -.02em;
  margin-bottom: 14px;
}

.kit-info-col h2 em { font-style: italic; color: var(--gold); }

.kit-info-col > p {
  font-size: 14.5px;
  color: var(--text-mid);
  line-height: 1.75;
  margin-bottom: 24px;
}

.kit-checklist {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin-bottom: 32px;
}

.kit-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  font-size: 14px;
  color: var(--text-mid);
  line-height: 1.55;
}

.check-dot {
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--teal-soft);
  border: 1.5px solid var(--teal-mid);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--teal);
  font-size: 10px;
  flex-shrink: 0;
  margin-top: 1px;
}

.btn-kit-access {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, var(--teal) 0%, #008f84 100%);
  color: white;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 700;
  padding: 15px 30px;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  box-shadow: 0 6px 22px rgba(0,169,157,.3);
  transition: transform .25s, box-shadow .25s;
}

.btn-kit-access:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 34px rgba(0,169,157,.38);
}

/* =============================================
   HOW IT WORKS
============================================= */
.steps-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}

@media (max-width: 800px) {
  .steps-row { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .step-item:not(:last-child)::after { display: none; }
}
@media (max-width: 480px) { .steps-row { grid-template-columns: 1fr; } }

.step-item {
  text-align: center;
  padding: 32px 20px;
  position: relative;
}

.step-item:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 44px; right: -1px;
  width: 2px; height: 30px;
  background: var(--border-mid);
}

.step-num-wrap { position: relative; width: 56px; height: 56px; margin: 0 auto 18px; }

.step-num {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--white);
  border: 2px solid var(--border-mid);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-head);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--navy);
  position: relative;
  z-index: 1;
  transition: background .3s, border-color .3s, color .3s, box-shadow .3s;
}

.step-item:hover .step-num {
  background: var(--navy);
  border-color: var(--navy);
  color: white;
  box-shadow: 0 6px 20px rgba(13,35,83,.22);
}

.step-item h3 { font-size: 14.5px; font-weight: 700; color: var(--navy); margin-bottom: 7px; }
.step-item p  { font-size: 13px; color: var(--text-muted); line-height: 1.65; }

/* =============================================
   VIDEO GRID
============================================= */
.video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}

.video-card {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--r-md);
  overflow: hidden;
  box-shadow: var(--shadow-xs);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.video-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--teal-mid);
}

.video-thumb { aspect-ratio: 16/9; overflow: hidden; background: var(--bg); }
.video-thumb iframe { width: 100%; height: 100%; border: none; display: block; }

.video-card-body { padding: 18px 20px 20px; border-top: 1.5px solid var(--border); }

.video-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: var(--teal-soft);
  color: var(--teal);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 100px;
  margin-bottom: 8px;
}

.video-card-body h3 { font-size: 15px; font-weight: 700; color: var(--navy); margin-bottom: 5px; line-height: 1.35; }
.video-card-body p  { font-size: 13px; color: var(--text-muted); line-height: 1.6; }

/* =============================================
   WORKSHEET DOWNLOADS
============================================= */
.ws-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 16px;
}

.ws-card {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--r-md);
  padding: 20px 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  transition: transform .25s, box-shadow .25s, border-color .25s;
  cursor: pointer;
}

.ws-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--teal-mid); }

.ws-icon {
  width: 48px; height: 48px;
  border-radius: 12px;
  background: var(--teal-soft);
  border: 1.5px solid var(--teal-mid);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--teal);
  font-size: 20px;
  flex-shrink: 0;
}

.ws-text { flex: 1; min-width: 0; }

.ws-text strong {
  display: block;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ws-text small { font-size: 12px; color: var(--text-muted); }

.ws-dl {
  width: 34px; height: 34px;
  border-radius: 9px;
  background: var(--bg);
  border: 1.5px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  font-size: 13px;
  cursor: pointer;
  flex-shrink: 0;
  transition: background .2s, color .2s, border-color .2s;
}

.ws-card:hover .ws-dl { background: var(--teal); color: white; border-color: var(--teal); }

/* =============================================
   GALLERY — BENTO GRID
============================================= */
.bento-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 200px 200px;
  gap: 14px;
}

@media (max-width: 700px) {
  .bento-grid { grid-template-columns: repeat(2, 1fr); grid-template-rows: auto; }
  .bento-1 { grid-column: span 2 !important; grid-row: auto !important; }
  .bento-2, .bento-3, .bento-4, .bento-5 { grid-column: span 1 !important; grid-row: auto !important; }
}

.bento-item {
  border-radius: var(--r-md);
  overflow: hidden;
  background: var(--bg);
  position: relative;
  cursor: pointer;
}

.bento-1 { grid-column: span 5; grid-row: span 2; }
.bento-2 { grid-column: span 4; grid-row: span 1; }
.bento-3 { grid-column: span 3; grid-row: span 1; }
.bento-4 { grid-column: span 3; grid-row: span 1; }
.bento-5 { grid-column: span 4; grid-row: span 1; }

.bento-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s ease; }
.bento-item:hover img { transform: scale(1.06); }

.bento-label {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 24px 16px 14px;
  background: linear-gradient(to top, rgba(13,35,83,.6), transparent);
  color: white;
  font-size: 12.5px;
  font-weight: 700;
  opacity: 0;
  transition: opacity .3s;
  display: flex;
  align-items: flex-end;
}

.bento-item:hover .bento-label { opacity: 1; }

.bento-item.ph-1 { background: linear-gradient(135deg, #e0f0ef 0%, #c8e8e5 100%); }
.bento-item.ph-2 { background: linear-gradient(135deg, #fff4de 0%, #fde3a7 100%); }
.bento-item.ph-3 { background: linear-gradient(135deg, #f0f4ff 0%, #dce5f8 100%); }
.bento-item.ph-4 { background: linear-gradient(135deg, #f0fdf4 0%, #d4f5df 100%); }
.bento-item.ph-5 { background: linear-gradient(135deg, #e6f7f6 0%, #b2e8e5 100%); }

/* =============================================
   CONTACT / CALLBACK
============================================= */
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 48px;
  align-items: start;
}

@media (max-width: 800px) { .contact-layout { grid-template-columns: 1fr; gap: 32px; } }

.contact-left h2 {
  font-family: var(--font-head);
  font-size: clamp(1.4rem, 2.8vw, 2rem);
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 14px;
  line-height: 1.22;
  letter-spacing: -.02em;
}

.contact-left h2 em { font-style: italic; color: var(--teal); }
.contact-left > p { font-size: 14.5px; color: var(--text-mid); line-height: 1.75; margin-bottom: 32px; }

.contact-items { display: flex; flex-direction: column; gap: 14px; }

.contact-item-row {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 14px;
  color: var(--text-mid);
  font-weight: 500;
}

.ci-icon {
  width: 38px; height: 38px;
  border-radius: 10px;
  background: var(--teal-soft);
  border: 1.5px solid var(--teal-mid);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--teal);
  font-size: 14px;
  flex-shrink: 0;
}

.contact-form-box {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--r-lg);
  padding: 36px 32px;
  box-shadow: var(--shadow-sm);
}

@media (max-width: 500px) { .contact-form-box { padding: 28px 20px; } }

.form-heading { font-size: 18px; font-weight: 700; color: var(--navy); margin-bottom: 4px; }
.form-sub { font-size: 13px; color: var(--text-muted); margin-bottom: 24px; }

.fg { margin-bottom: 16px; }

.fg label {
  display: block;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 7px;
  letter-spacing: .02em;
}

.fg input, .fg textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid var(--border);
  border-radius: var(--r-sm);
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--text);
  background: var(--bg);
  outline: none;
  transition: border-color .2s, box-shadow .2s, background .2s;
}

.fg input:focus, .fg textarea:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3.5px rgba(0,169,157,.1);
  background: var(--white);
}

.fg input::placeholder, .fg textarea::placeholder { color: #b0bed6; }
.fg textarea { resize: vertical; min-height: 90px; }

.btn-form-submit {
  width: 100%;
  padding: 14px;
  background: var(--navy);
  color: white;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 700;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 6px;
  box-shadow: 0 4px 18px rgba(13,35,83,.2);
  transition: transform .25s, box-shadow .25s, background .2s;
}

.btn-form-submit:hover {
  background: var(--navy-soft);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(13,35,83,.26);
}

/* ── Toast notification ── */
.su-toast {
  position: fixed;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%) translateY(80px);
  background: var(--navy);
  color: white;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  padding: 14px 28px;
  border-radius: 100px;
  box-shadow: var(--shadow-lg);
  z-index: 99999;
  transition: transform .4s cubic-bezier(.34,1.56,.64,1), opacity .3s;
  opacity: 0;
  pointer-events: none;
  white-space: nowrap;
}

.su-toast.show {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}

.su-toast.error { background: #dc2626; }
.su-toast.success { background: #16a34a; }

/* =============================================
   MODAL
============================================= */
.su-modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(15,28,53,.45);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.su-modal-overlay.open { display: flex; }

.su-modal {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--r-xl);
  padding: 44px 40px 36px;
  max-width: 440px;
  width: 100%;
  box-shadow: var(--shadow-xl);
  position: relative;
  animation: popUp .38s cubic-bezier(.34,1.56,.64,1) both;
}

@media (max-width: 500px) { .su-modal { padding: 36px 24px 28px; } }

.modal-close-btn {
  position: absolute;
  top: 16px; right: 16px;
  width: 32px; height: 32px;
  border-radius: 50%;
  background: var(--bg);
  border: 1.5px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  color: var(--text-muted);
  font-size: 13px;
  cursor: pointer;
  transition: background .2s, color .2s;
}

.modal-close-btn:hover { background: var(--border); color: var(--text); }

.modal-top-bar {
  height: 4px;
  background: linear-gradient(90deg, var(--teal), var(--gold));
  border-radius: 4px;
  margin-bottom: 28px;
}

.modal-icon {
  width: 58px; height: 58px;
  border-radius: var(--r-sm);
  background: var(--teal-soft);
  border: 2px solid var(--teal-mid);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--teal);
  margin-bottom: 20px;
}

.modal-title {
  font-family: var(--font-head);
  font-size: 1.65rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 7px;
  line-height: 1.2;
  letter-spacing: -.02em;
}

.modal-desc {
  font-size: 13.5px;
  color: var(--text-muted);
  line-height: 1.65;
  margin-bottom: 26px;
}

.mfg { margin-bottom: 15px; }

.mfg label {
  display: block;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 7px;
}

.mfg input {
  width: 100%;
  padding: 13px 16px;
  border: 1.5px solid var(--border);
  border-radius: var(--r-sm);
  font-family: var(--font-body);
  font-size: 14.5px;
  color: var(--text);
  background: var(--bg);
  outline: none;
  transition: border-color .2s, box-shadow .2s, background .2s;
}

.mfg input:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3.5px rgba(0,169,157,.1);
  background: var(--white);
}

.mfg input::placeholder { color: #b0bed6; }

.btn-modal-go {
  width: 100%;
  padding: 14px;
  background: linear-gradient(135deg, var(--teal), #008f84);
  color: white;
  font-family: var(--font-body);
  font-size: 15.5px;
  font-weight: 700;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 22px;
  box-shadow: 0 6px 22px rgba(0,169,157,.28);
  transition: transform .25s, box-shadow .25s;
}

.btn-modal-go:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0,169,157,.36);
}

.modal-privacy-note {
  text-align: center;
  font-size: 11.5px;
  color: var(--text-muted);
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.modal-privacy-note i { color: var(--green); }

.modal-success { display: none; text-align: center; padding: 8px 0; }
.modal-success.show { display: block; }
.modal-form-body.hidden { display: none; }

.success-ring {
  width: 72px; height: 72px;
  border-radius: 50%;
  background: var(--green-soft);
  border: 2.5px solid #86efac;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green);
  font-size: 28px;
  margin: 0 auto 20px;
  animation: popUp .4s cubic-bezier(.34,1.56,.64,1) both;
}

.modal-success h3 { font-family: var(--font-head); font-size: 1.4rem; color: var(--navy); margin-bottom: 8px; }
.modal-success p { font-size: 13.5px; color: var(--text-muted); line-height: 1.65; margin-bottom: 24px; }

.btn-go-now {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--navy);
  color: white;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: 100px;
  text-decoration: none;
  box-shadow: 0 4px 18px rgba(13,35,83,.22);
  transition: transform .25s, box-shadow .25s;
}

.btn-go-now:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(13,35,83,.28); }

/* =============================================
   ANIMATIONS
============================================= */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes popUp {
  from { opacity: 0; transform: scale(.88); }
  to   { opacity: 1; transform: scale(1); }
}

@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: .6; transform: scale(1.25); }
}

.fs-kit-wrapper .reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .65s ease, transform .65s ease;
}
.fs-kit-wrapper .reveal.in { opacity: 1; transform: translateY(0); }

a.ws-card {
  text-decoration: none;
  color: inherit;
}