:root {
  --ff-navy: #04214d;
  --ff-blue: #1e00fe;
  --ff-deep-blue: #170aaf;
  --ff-ink: #0b1733;
  --ff-text: #405070;
  --ff-muted: #6b7891;
  --ff-line: #e5e9f2;
  --ff-soft: #f5f7ff;
  --ff-card: #ffffff;
  --ff-success: #16a34a;
  --ff-radius: 24px;
  --ff-shadow: 0 20px 60px rgba(4, 33, 77, 0.12);
  --ff-shadow-soft: 0 12px 34px rgba(4, 33, 77, 0.08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  color: var(--ff-ink);
  background: #f8faff;
  line-height: 1.65;
  overflow-x: hidden;
}

body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font-family: "Montserrat", sans-serif; }
button { cursor: pointer; }

.shell {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.hero {
  position: relative;
  min-height: auto;
  padding-bottom: 28px;
  color: #fff;
  background:
    radial-gradient(circle at 84% 14%, rgba(255,255,255,0.15), transparent 34%),
    radial-gradient(circle at 24% 12%, rgba(30,0,254,0.58), transparent 32%),
    linear-gradient(135deg, #07133b 0%, #120880 48%, #04214d 100%);
  overflow: hidden;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.hero::before {
  width: 420px;
  height: 420px;
  right: -160px;
  top: -100px;
  border: 1px solid rgba(255,255,255,0.12);
}

.hero::after {
  width: 620px;
  height: 620px;
  left: -260px;
  bottom: -360px;
  background: radial-gradient(circle, rgba(30,0,254,0.24), transparent 68%);
}

.nav {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 0 30px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 42px;
}

.brand-logo {
  width: 172px;
  max-width: 46vw;
  height: auto;
  display: block;
}

.logo-fallback {
  display: none;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #fff;
}

.brand-mark {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.2);
  display: grid;
  place-items: center;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08);
  flex: 0 0 auto;
}

.brand-dot-grid {
  display: grid;
  grid-template-columns: repeat(3, 5px);
  gap: 4px;
}

.brand-dot-grid span {
  width: 5px;
  height: 5px;
  border-radius: 99px;
  background: #fff;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.88);
  font-size: 0.78rem;
  font-weight: 700;
  backdrop-filter: blur(10px);
  white-space: nowrap;
}

.status-pill::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #72ff9d;
  box-shadow: 0 0 0 5px rgba(114,255,157,0.14);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
  gap: 46px;
  align-items: center;
  padding-bottom: 24px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.09);
  color: rgba(255,255,255,0.78);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

h1, h2, h3, p { margin-top: 0; }

.hero h1 {
  max-width: 720px;
  margin-bottom: 14px;
  font-size: clamp(3rem, 6vw, 4.8rem);
  line-height: 0.96;
  letter-spacing: -0.055em;
  font-weight: 700;
}

.hero-subtitle {
  display: block;
  max-width: 760px;
  margin-bottom: 14px;
  color: #ffffff;
  font-size: clamp(1.12rem, 2vw, 1.55rem);
  line-height: 1.26;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.lead {
  max-width: 680px;
  margin-bottom: 18px;
  color: rgba(255,255,255,0.78);
  font-size: 0.98rem;
  line-height: 1.65;
}

.hero-note {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 14px;
  max-width: 650px;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 18px;
  background: rgba(255,255,255,0.09);
  box-shadow: 0 20px 50px rgba(0,0,0,0.16);
  margin: 30px 0 !important;
}

.hero-note strong {
  display: block;
  margin-bottom: 3px;
  font-size: 0.92rem;
}

.hero-note span {
  display: block;
  color: rgba(255,255,255,0.72);
  font-size: 0.86rem;
}

.icon-badge,
.note-icon,
.feature-icon,
.step-number {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.note-icon {
  width: 36px;
  height: 36px;
  border-radius: 14px;
  background: #ffffff;
  color: var(--ff-blue);
}

.note-icon::before {
  content: "✓";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: var(--ff-blue);
  font-size: 23px;
  line-height: 1;
  font-weight: 700;
  transform: translateY(-1px);
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-bottom: 25px;
}

.cta-note {
  max-width: 620px;
  margin: 0 0 25px;
  color: rgba(255,255,255,0.68);
  font-size: 0.84rem;
  line-height: 1.55;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 13px 20px;
  border: 0;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.btn:hover { transform: translateY(-2px); }

.btn-primary {
  position: relative;
  overflow: hidden;
  background: #fff;
  color: var(--ff-blue);
  box-shadow: 0 18px 42px rgba(255,255,255,0.18);
  animation: gentlePulse 2.6s ease-in-out infinite;
}

.btn-primary::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(30,0,254,0.08) 38%, rgba(30,0,254,0.18) 48%, transparent 64%);
  transform: translateX(-120%);
  animation: buttonShine 3.2s ease-in-out infinite;
}

.btn-primary span,
.btn-primary svg { position: relative; z-index: 1; }

.btn-secondary {
  color: #fff;
  border: 1px solid rgba(255,255,255,0.22);
  background: rgba(255,255,255,0.08);
}

.cta-orbit {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: rgba(30,0,254,0.1);
  display: grid;
  place-items: center;
}

.cta-orbit::before,
.cta-orbit::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  border: 1px solid rgba(30,0,254,0.28);
  animation: ripple 1.8s ease-out infinite;
}

.cta-orbit::before { inset: 2px; }
.cta-orbit::after { inset: -4px; animation-delay: .5s; }

.cta-orbit svg {
  width: 16px;
  height: 16px;
  color: var(--ff-blue);
  animation: floatMail 2.2s ease-in-out infinite;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 680px;
}

.trust-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 11px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.16);
  color: rgba(255,255,255,0.76);
  background: rgba(255,255,255,0.06);
  font-size: 0.75rem;
  font-weight: 700;
}

.trust-chip svg { width: 14px; height: 14px; opacity: .9; }

.hero-card { position: relative; }

.product-card {
  max-width: 420px;
  margin-left: auto;
  border-radius: 32px;
  background: rgba(255,255,255,0.98);
  color: var(--ff-ink);
  box-shadow: 0 34px 90px rgba(0,0,0,0.28);
  border: 1px solid rgba(255,255,255,0.62);
  overflow: hidden;
}

.product-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 18px;
  border-bottom: 1px solid var(--ff-line);
  background: #f8f9ff;
}

.window-dots { display: flex; gap: 5px; }
.window-dots span { width: 8px; height: 8px; border-radius: 999px; background: #d2d8e8; }
.product-bar strong { font-size: 0.82rem; color: var(--ff-navy); }
.product-body { padding: 20px; }

.product-kicker {
  display: inline-flex;
  padding: 6px 9px;
  border-radius: 999px;
  background: #eff1ff;
  color: var(--ff-blue);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.product-body h2 {
  margin-bottom: 14px;
  font-size: 1.35rem;
  line-height: 1.22;
  letter-spacing: -0.05em;
}

.status-list { display: grid; gap: 8px; margin-bottom: 12px; }

.status-row {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  align-items: start;
  padding: 10px;
  border-radius: 16px;
  background: #f7f8ff;
  border: 1px solid #edf0fb;
}

.status-row .mini-status-icon {
  width: 28px;
  height: 28px;
  border-radius: 10px;
  background: #eaf7ef;
  color: var(--ff-success);
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 0.78rem;
}

.status-row strong,
.status-row small { display: block; }
.status-row strong { font-size: 0.84rem; color: var(--ff-navy); }
.status-row small { color: var(--ff-muted); font-size: 0.75rem; line-height: 1.45; }

.mini-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }

.mini-metric {
  padding: 11px 10px;
  text-align: center;
  border-radius: 16px;
  background: linear-gradient(180deg, #fff, #f5f7ff);
  border: 1px solid #edf0fb;
}

.mini-metric strong { display: block; color: var(--ff-blue); font-size: 0.9rem; font-weight: 700; margin-bottom: 4px; }
.mini-metric span { display: block; color: var(--ff-muted); font-size: 0.66rem; line-height: 1.3; }

section { padding: 82px 0; }

.section-head {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-label {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--ff-blue);
  background: #eef0ff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-head h2 {
  margin-bottom: 12px;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.06;
  letter-spacing: -0.055em;
}

.section-head p { margin-bottom: 0; color: var(--ff-text); font-size: 1rem; }

.two-cards,
.gateway-grid,
.need-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.gateway-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.need-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.card {
  padding: 28px;
  border-radius: var(--ff-radius);
  background: var(--ff-card);
  border: 1px solid var(--ff-line);
  box-shadow: var(--ff-shadow-soft);
  min-width: 0;
}

.card-top { display: flex; align-items: center; gap: 13px; margin-bottom: 11px; }
.card h3 { margin-bottom: 10px; font-size: 1.08rem; letter-spacing: -0.03em; }
.card p { margin-bottom: 0; color: var(--ff-text); font-size: 0.93rem; }

.icon-badge {
  width: 42px;
  height: 42px;
  border-radius: 15px;
  color: #fff;
  background: linear-gradient(135deg, var(--ff-blue), var(--ff-deep-blue));
}

.icon-badge svg { width: 21px; height: 21px; }

.features { background: linear-gradient(180deg, #fff 0%, #f4f7ff 100%); }
.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }

.feature-card {
  padding: 24px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--ff-line);
  box-shadow: var(--ff-shadow-soft);
  min-width: 0;
}

.feature-icon {
  width: 46px;
  height: 46px;
  margin-bottom: 16px;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, var(--ff-blue), var(--ff-deep-blue));
  font-weight: 700;
}

.feature-icon svg { width: 22px; height: 22px; }
.feature-card h3 { margin-bottom: 8px; font-size: 1rem; letter-spacing: -0.03em; }
.feature-card p { margin: 0; color: var(--ff-text); font-size: 0.9rem; }

.highlight-box {
  margin-top: 42px;
  display: grid;
  grid-template-columns: 0.98fr 1.02fr;
  gap: 24px;
  align-items: stretch;
  padding: 10px;
  border-radius: 30px;
  background: linear-gradient(135deg, var(--ff-navy), var(--ff-blue));
  color: #fff;
  box-shadow: var(--ff-shadow);
  overflow: hidden;
}

.highlight-copy { padding: 34px; }
.highlight-copy h2 { margin-bottom: 12px; font-size: clamp(1.85rem, 3vw, 3rem); line-height: 1.06; letter-spacing: -0.055em; }
.highlight-copy p { margin-bottom: 0; color: rgba(255,255,255,0.76); font-size: 0.96rem; }
.highlight-points { display: grid; gap: 10px; padding: 12px; min-width: 0; }

.highlight-point {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.14);
  min-width: 0;
}

.highlight-point .icon-badge {
  position: relative;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.14);
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.highlight-point .icon-badge::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
}

.highlight-points .highlight-point:nth-child(1) .icon-badge::before { content: "DLT"; }
.highlight-points .highlight-point:nth-child(2) .icon-badge::before { content: "SMS"; }
.highlight-points .highlight-point:nth-child(3) .icon-badge::before { content: "UI"; }
.highlight-point strong { display: block; margin-bottom: 4px; color: #fff; font-size: 0.92rem; }
.highlight-point span { display: block; color: rgba(255,255,255,0.72); font-size: 0.82rem; }

.steps { background: #fff; }
.step-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }

.step-card {
  position: relative;
  padding: 24px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--ff-line);
  box-shadow: var(--ff-shadow-soft);
  min-width: 0;
}

.step-number {
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  border-radius: 15px;
  background: var(--ff-blue);
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
}

.step-card h3 { margin-bottom: 8px; font-size: 0.98rem; letter-spacing: -0.03em; }
.step-card p { margin: 0; color: var(--ff-text); font-size: 0.88rem; }

.need { background: linear-gradient(180deg, #fff 0%, #f7f9ff 100%); }

.need-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--ff-line);
  box-shadow: var(--ff-shadow-soft);
  color: var(--ff-navy);
  font-size: 0.9rem;
  font-weight: 800;
}

.need-card .icon-badge { width: 36px; height: 36px; border-radius: 13px; }
.need-card .icon-badge svg { width: 18px; height: 18px; }

.need-card .woo-mark,
.need-card .rupee-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}

.need-card .woo-mark { font-size: 0.78rem; letter-spacing: -0.07em; transform: translateY(-1px); }
.need-card .gateway-svg { width: 25px; height: 25px; display: block; color: #fff; }
.need-card .rupee-mark { font-size: 1.15rem; transform: translateY(-1px); }

.dlt-help-card {
  margin-top: 34px;
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 24px;
  align-items: center;
  padding: 30px;
  border-radius: 30px;
  background: linear-gradient(135deg, #06184d 0%, #1e00fe 100%);
  color: #fff;
  box-shadow: 0 24px 64px rgba(3, 18, 64, 0.18);
}

.dlt-help-card .section-label {
  background: rgba(255,255,255,0.95);
  color: var(--ff-blue);
}

.dlt-help-copy h2 {
  margin: 4px 0 12px;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.08;
  letter-spacing: -0.055em;
}

.dlt-help-copy p {
  margin: 0;
  color: rgba(255,255,255,0.82);
  font-size: 0.98rem;
  line-height: 1.75;
  max-width: 760px;
}

.dlt-help-action { display: grid; gap: 12px; justify-items: start; }

.dlt-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  padding: 16px 22px;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 18px;
  background: rgba(255,255,255,0.12);
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  overflow: hidden;
  transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
  box-shadow: 0 16px 36px rgba(0,0,0,0.16);
  animation: dltPulse 2.8s ease-in-out infinite;
}

.dlt-cta svg,
.dlt-cta span { position: relative; z-index: 1; }
.dlt-cta svg { width: 20px; height: 20px; }

.dlt-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,0.04) 36%, rgba(255,255,255,0.18) 50%, transparent 66%);
  transform: translateX(-120%);
  animation: dltShine 3.4s ease-in-out infinite;
}

.dlt-cta:hover { transform: translateY(-2px); background: rgba(255,255,255,0.18); }
.dlt-help-action p { margin: 0; color: rgba(255,255,255,0.72); font-size: 0.84rem; }

.roadmap { background: linear-gradient(180deg, #fff 0%, #f6f8ff 100%); }
.roadmap-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }

.roadmap-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  padding: 22px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--ff-line);
  box-shadow: var(--ff-shadow-soft);
}

.roadmap-card h3 { margin-bottom: 6px; font-size: .98rem; letter-spacing: -.03em; }
.roadmap-card p { margin: 0; color: var(--ff-text); font-size: .86rem; }

.gateway { background: linear-gradient(180deg, #f7f9ff 0%, #fff 100%); }

.disclosure-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 22px;
}

.mini-link {
  padding: 8px 12px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--ff-line);
  color: var(--ff-blue);
  font-size: 0.78rem;
  font-weight: 800;
}

.faq-wrap { max-width: 700px; margin: 0 auto; display: grid; gap: 12px; }

details {
  padding: 18px 22px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--ff-line);
  box-shadow: var(--ff-shadow-soft);
}

summary { cursor: pointer; font-weight: 800; color: var(--ff-navy); list-style: none; }
summary::-webkit-details-marker { display: none; }
details p { margin: 12px 0 0; color: var(--ff-text); font-size: 0.93rem; }

.contact { padding-top: 52px; }

.contact-box {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 22px;
  align-items: stretch;
  padding: 10px;
  border-radius: 30px;
  background: linear-gradient(135deg, #07133b, #170aaf 68%, #1e00fe);
  color: #fff;
  box-shadow: var(--ff-shadow);
}

.contact-main,
.contact-side { padding: 30px; border-radius: 24px; }
.contact-main h2 { margin-bottom: 12px; font-size: clamp(1.8rem, 3vw, 2.8rem); line-height: 1.08; letter-spacing: -0.055em; }
.contact-main p { color: rgba(255,255,255,0.76); margin-bottom: 0; }

.contact-side {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.15);
  display: grid;
  gap: 16px;
  align-content: center;
}

.contact-product-note {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px;
  border-radius: 20px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.13);
}

.contact-product-note .icon-badge {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.15);
}

.contact-product-note .icon-badge svg { width: 26px; height: 26px; color: #ffffff; }
.contact-product-note strong,
.contact-product-note span { display: block; }
.contact-product-note strong { margin-bottom: 2px; color: #fff; font-size: 0.95rem; }
.contact-product-note span { color: rgba(255,255,255,0.72); font-size: 0.8rem; line-height: 1.45; }
.contact-actions { display: grid; gap: 10px; }

.contact-link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 14px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.08);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 800;
  min-width: 0;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  appearance: none;
  -webkit-appearance: none;
}

.contact-link:hover { transform: translateY(-1px); background: rgba(255,255,255,0.12); }
.contact-link:focus-visible { box-shadow: 0 0 0 4px rgba(255,255,255,0.15); }

.contact-link.is-primary {
  background: rgba(255,255,255,0.14);
  box-shadow: 0 18px 42px rgba(0,0,0,0.14);
  animation: contactPulse 2.8s ease-in-out infinite;
}

.contact-link.is-primary::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,0.04) 36%, rgba(255,255,255,0.18) 50%, transparent 66%);
  transform: translateX(-120%);
  animation: contactShine 3.4s ease-in-out infinite;
}

.contact-link.is-primary svg,
.contact-link.is-primary span { position: relative; z-index: 1; }
.contact-link svg { width: 18px; height: 18px; flex: 0 0 auto; }
.contact-link span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.social-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 8px; }
.social-row a {
  width: 42px;
  height: 42px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.13);
  color: #fff;
  font-weight: 700;
}

.social-row svg { width: 19px; height: 19px; }
.social-row .social-text { display: inline-flex; align-items: center; justify-content: center; width: 100%; height: 100%; font-size: 0.95rem; font-weight: 700; line-height: 1; }

.footer { padding: 28px 0 34px; background: #fff; border-top: 1px solid var(--ff-line); }
.footer-grid { display: grid; grid-template-columns: 220px 1fr; gap: 26px; align-items: start; }
.footer-logo-tile { display: inline-flex; align-items: center; justify-content: flex-start; width: 172px; max-width: 100%; padding: 0; background: transparent; }
.footer-logo-tile img { display: block; width: 100%; height: auto; }
.footer p { margin: 0 0 9px; color: var(--ff-muted); font-size: 0.78rem; line-height: 1.6; }
.footer p:first-child { color: var(--ff-navy); }
.footer p:last-child { margin-bottom: 0; }

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 22px;
  background: rgba(4, 13, 35, .72);
  backdrop-filter: blur(12px);
}

.modal-backdrop.active { display: flex; }

.modal-card {
  width: min(520px, 100%);
  max-height: calc(100vh - 44px);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 30px 90px rgba(0,0,0,.32);
  overflow: auto;
  animation: modalIn .24s ease-out;
}

.modal-card-wide { width: min(780px, 100%); }

.modal-head {
  position: relative;
  padding: 30px 30px 24px;
  color: #fff;
  background: linear-gradient(135deg, var(--ff-navy), var(--ff-blue));
}

.modal-kicker {
  display: inline-flex;
  margin-bottom: 10px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.72);
}

.modal-head h2 { margin-bottom: 8px; font-size: 1.65rem; line-height: 1.1; letter-spacing: -.05em; }
.modal-head p { margin: 0; color: rgba(255,255,255,.74); font-size: .92rem; }

.modal-close {
  position: absolute;
  right: 18px;
  top: 18px;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 14px;
  background: rgba(255,255,255,.1);
  color: #fff;
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: 700;
}

.update-form { display: grid; gap: 14px; padding: 26px 30px 30px; }
.form-grid.two-col { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }

.field label { display: block; margin-bottom: 6px; color: var(--ff-navy); font-size: .82rem; font-weight: 700; }

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 50px;
  padding: 13px 15px;
  border: 1px solid var(--ff-line);
  border-radius: 16px;
  color: var(--ff-ink);
  font-size: .95rem;
  outline: none;
  background: #f9faff;
}

.field textarea { min-height: 110px; resize: vertical; line-height: 1.55; }

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: rgba(30,0,254,.52);
  box-shadow: 0 0 0 4px rgba(30,0,254,.08);
  background: #fff;
}

.form-help { color: var(--ff-muted); font-size: .78rem; line-height: 1.55; margin: 0; }

.form-consent {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 9px;
  align-items: start;
  color: var(--ff-muted);
  font-size: .78rem;
  line-height: 1.55;
}

.form-consent input { width: 16px; height: 16px; margin-top: 3px; accent-color: var(--ff-blue); }
.honeypot-field { position: absolute; left: -9999px; opacity: 0; pointer-events: none; }

.turnstile-wrap {
  width: 100%;
  min-height: 65px;
  display: flex;
  align-items: center;
  justify-content: stretch;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  overflow: visible;
}

.turnstile-wrap .cf-turnstile {
  width: 100%;
  max-width: 100%;
}

.form-status {
  display: none;
  padding: 12px 14px;
  border-radius: 16px;
  font-size: .84rem;
  font-weight: 800;
  line-height: 1.5;
}

.form-status.active { display: block; }
.form-status.success { background: #ecfdf3; color: #166534; }
.form-status.error { background: #fff1f2; color: #be123c; }

.form-submit {
  width: 100%;
  min-height: 52px;
  border: 0;
  border-radius: 999px;
  background: var(--ff-blue);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.form-submit:disabled { opacity: .65; cursor: not-allowed; }

.mobile-sticky-cta {
  display: none;
  position: fixed;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 40;
  min-height: 50px;
  border: 0;
  border-radius: 999px;
  background: var(--ff-blue);
  color: #fff;
  box-shadow: 0 16px 46px rgba(30,0,254,.35);
  font-weight: 700;
  cursor: pointer;
}

@keyframes gentlePulse { 0%, 100% { box-shadow: 0 18px 42px rgba(255,255,255,0.18), 0 0 0 0 rgba(255,255,255,.24); } 50% { box-shadow: 0 20px 48px rgba(255,255,255,0.24), 0 0 0 8px rgba(255,255,255,0); } }
@keyframes buttonShine { 0%, 38% { transform: translateX(-120%); } 70%, 100% { transform: translateX(120%); } }
@keyframes ripple { 0% { transform: scale(.8); opacity: .85; } 100% { transform: scale(1.35); opacity: 0; } }
@keyframes floatMail { 0%, 100% { transform: translateY(0) rotate(-3deg); } 50% { transform: translateY(-2px) rotate(3deg); } }
@keyframes modalIn { from { transform: translateY(12px) scale(.98); opacity: 0; } to { transform: translateY(0) scale(1); opacity: 1; } }
@keyframes contactPulse { 0%, 100% { box-shadow: 0 18px 42px rgba(0,0,0,0.14), 0 0 0 0 rgba(255,255,255,0.18); } 50% { box-shadow: 0 20px 48px rgba(0,0,0,0.18), 0 0 0 8px rgba(255,255,255,0); } }
@keyframes contactShine { 0%, 40% { transform: translateX(-120%); } 72%, 100% { transform: translateX(120%); } }
@keyframes dltPulse { 0%, 100% { box-shadow: 0 16px 36px rgba(0,0,0,0.16), 0 0 0 0 rgba(255,255,255,0.18); } 50% { box-shadow: 0 18px 40px rgba(0,0,0,0.20), 0 0 0 8px rgba(255,255,255,0); } }
@keyframes dltShine { 0%, 40% { transform: translateX(-120%); } 72%, 100% { transform: translateX(120%); } }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}

@media (min-width: 981px) and (max-height: 820px) {
  .nav { padding: 18px 0 22px; }
  .hero-grid { gap: 34px; padding-bottom: 28px; }
  .hero h1 { font-size: clamp(2.8rem, 5.2vw, 4.2rem); }
  .hero-subtitle { font-size: clamp(1.05rem, 1.8vw, 1.36rem); margin-bottom: 12px; }
  .lead { font-size: .92rem; line-height: 1.58; margin-bottom: 14px; }
  .hero-note { padding: 12px 14px; margin-bottom: 14px; }
  .product-body { padding: 18px; }
  .product-body h2 { font-size: 1.22rem; margin-bottom: 12px; }
  .status-row small { font-size: .7rem; }
}

@media (max-width: 980px) {
  .hero { min-height: auto; }
  .hero-grid,
  .highlight-box,
  .contact-box,
  .footer-grid,
  .dlt-help-card { grid-template-columns: 1fr; }
  .hero-grid { gap: 38px; }
  .product-card { max-width: 520px; margin: 0 auto; }
  .feature-grid,
  .gateway-grid,
  .need-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .roadmap-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .step-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  .shell { width: min(100% - 28px, 1120px); }
  .nav { align-items: flex-start; flex-direction: column; padding-bottom: 34px; }
  .brand-logo { width: 158px; }
  .status-pill { white-space: normal; }
  .hero-grid { padding-bottom: 58px; }
  .hero h1 { font-size: clamp(2.35rem, 12vw, 3.4rem); line-height: 1; letter-spacing: -0.045em; }
  .hero-subtitle { font-size: 1.2rem; }
  .lead { font-size: 0.98rem; line-height: 1.7; }
  .hero-note { grid-template-columns: 1fr; }
  .btn { width: 100%; }
  section { padding: 48px 0; }
  .two-cards,
  .feature-grid,
  .gateway-grid,
  .need-grid,
  .step-grid,
  .roadmap-grid { grid-template-columns: 1fr; }
  .card,
  .feature-card,
  .step-card,
  .roadmap-card { padding: 22px; }
  .highlight-copy,
  .contact-main,
  .contact-side { padding: 24px; }
  .highlight-point { align-items: flex-start; }
  .highlight-point .icon-badge { margin-top: 2px; }
  .mini-metrics { grid-template-columns: 1fr; }
  .dlt-help-card { padding: 24px; }
  .dlt-cta { width: 100%; justify-content: center; }
  .footer { padding-bottom: 90px; }
  .modal-head, .update-form { padding-left: 22px; padding-right: 22px; }
  .form-grid.two-col { grid-template-columns: 1fr; }
  .mobile-sticky-cta { display: block; }
  .modal-overlay,
  .modal-backdrop {
    align-items: flex-end;
    padding: 10px;
  }

  .modal-card,
  .modal-card-wide {
    width: 100%;
    max-width: 100%;
    border-radius: 22px 22px 14px 14px;
    max-height: calc(100svh - 20px);
  }

  /* Prevent Turnstile from breaking layout */
  .turnstile-wrap {
    overflow: hidden;
    width: 100%;
  }

  .cf-turnstile,
  .cf-turnstile > div,
  .cf-turnstile iframe {
    max-width: 100% !important;
    width: 100% !important;
  }
}

@media (max-width: 390px) {
  .hero h1 { font-size: 2.25rem; }
  .eyebrow { font-size: 0.64rem; line-height: 1.4; }
  .section-head h2 { font-size: 1.85rem; }
}

/* WooCommerce contact note icon alignment */
.contact-product-note .woo-contact-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  line-height: 1;
}

.contact-product-note .woo-contact-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.08em;
  transform: translateY(-1px);
}

.contact-product-note .woo-contact-badge::before {
  content: none;
}

.contact-product-note .woo-contact-badge svg {
  display: none;
}
