/* ─────────────────────────────────────────────────────────────
   FormYaar — landing-page styles
   Used by: index.html only
   Requires: shared.css (loaded first)
   ───────────────────────────────────────────────────────────── */

/* ───── HERO ───── */
.hero {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  padding: 5.5rem 0 5rem;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 92% -10%, rgba(255,153,51,0.08), transparent 38%),
    radial-gradient(circle at -5% 110%, rgba(19,136,8,0.07), transparent 40%);
  pointer-events: none;
}
.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 4rem;
  align-items: center;
  position: relative;
}
.hero-eyebrow-pill {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: rgba(19,136,8,0.08);
  border: 1px solid var(--green-line);
  color: var(--green);
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  font-size: 0.78rem; font-weight: 600;
  margin-bottom: 1.5rem;
}
.hero-eyebrow-pill .dot {
  width: 7px; height: 7px;
  background: var(--green);
  border-radius: 50%;
  position: relative;
}
.hero-eyebrow-pill .dot::before {
  content: ""; position: absolute; inset: -3px;
  border-radius: 50%; background: var(--green); opacity: 0.4;
  animation: pulse 1.8s ease-out infinite;
}
@keyframes pulse { 0% { transform: scale(0.8); opacity: 0.5; } 100% { transform: scale(1.8); opacity: 0; } }
.hero h1 .accent {
  background: linear-gradient(180deg, transparent 62%, rgba(255,153,51,0.42) 62%, rgba(255,153,51,0.42) 92%, transparent 92%);
  font-style: italic;
  font-weight: 500;
  color: var(--navy);
}
.hero-sub {
  font-size: 1.08rem;
  line-height: 1.7;
  color: var(--text-2);
  margin: 1.5rem 0 2rem;
  max-width: 480px;
}
.hero-cta-row {
  display: flex; gap: 0.75rem; flex-wrap: wrap; align-items: center;
}
.hero-cta-note {
  font-size: 0.85rem; color: var(--muted);
  margin-top: 1rem;
  display: flex; align-items: center; gap: 0.4rem;
}
.hero-trust-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem 1.5rem;
  margin-top: 2.25rem;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
}
.htr-item {
  display: flex; align-items: flex-start; gap: 0.55rem;
  font-size: 0.86rem; color: var(--text-2); line-height: 1.45;
}
.htr-item svg { flex-shrink: 0; margin-top: 1px; }

/* Hero visual — browser + side panel */
.hero-visual {
  position: relative;
  border-radius: 14px;
  background: #fff;
  box-shadow:
    0 30px 60px -25px rgba(0, 30, 80, 0.28),
    0 12px 24px -12px rgba(0, 30, 80, 0.18);
  overflow: hidden;
  border: 1px solid var(--line);
}
.browser-chrome {
  background: linear-gradient(180deg, #f1ede2, #ebe4d2);
  padding: 0.55rem 0.75rem;
  display: flex; align-items: center; gap: 0.65rem;
  border-bottom: 1px solid var(--line);
}
.browser-dots { display: flex; gap: 0.32rem; }
.browser-dots span {
  width: 11px; height: 11px; border-radius: 50%;
}
.browser-dots span:nth-child(1) { background: #f06d63; }
.browser-dots span:nth-child(2) { background: #f4be4f; }
.browser-dots span:nth-child(3) { background: #5fc365; }
.browser-url {
  flex: 1;
  background: #fff;
  border: 1px solid #d8d1bf;
  border-radius: 5px;
  padding: 0.28rem 0.6rem;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.7rem;
  color: #5a6478;
  display: flex; align-items: center; gap: 0.35rem;
}
.browser-url .secure { color: var(--green); }
.browser-frame-body {
  display: grid;
  grid-template-columns: 1fr 220px;
  min-height: 420px;
}
.gov-portal {
  position: relative;
  background: #fff;
  overflow: hidden;
}
.gov-banner {
  background: #f08a1c;
  color: #fff;
  padding: 0.8rem 1rem;
  font-family: Arial, sans-serif;
  font-weight: 600;
  font-size: 0.78rem;
  line-height: 1.3;
}
.gov-banner small { display: block; font-size: 0.66rem; opacity: 0.9; font-weight: 400; margin-top: 1px; }
.gov-tabs {
  display: flex; gap: 0; padding: 0.4rem 1rem;
  background: #fff;
  border-bottom: 2px solid #e5e0d4;
  font-size: 0.66rem;
  font-family: Arial, sans-serif;
}
.gov-tabs span {
  padding: 0.3rem 0.55rem;
  color: #1a4a8a; border-right: 1px solid #d4cdba;
}
.gov-tabs span:last-child { border-right: none; }
.gov-body {
  padding: 0.9rem 1rem 1rem;
  font-family: Arial, sans-serif;
}
.gov-h {
  color: #1a4a8a; font-size: 1.05rem; font-weight: 500;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #d4cdba; padding-bottom: 0.4rem;
}
.gov-helper {
  font-size: 0.6rem; color: #4a5566; line-height: 1.4;
  margin-bottom: 0.65rem;
}
.gov-pills {
  display: flex; gap: 0.4rem; margin-bottom: 0.7rem;
}
.gov-pill {
  padding: 0.4rem 0.55rem;
  border-radius: 4px;
  font-size: 0.62rem; font-weight: 600;
  color: #fff;
  display: flex; align-items: center; gap: 0.25rem;
  flex: 1;
  justify-content: center;
}
.gov-pill.amber { background: #f08a1c; }
.gov-pill.teal { background: #006b66; }
.gov-section-title {
  color: #1a4a8a; font-size: 0.72rem; font-weight: 600;
  margin-bottom: 0.35rem;
  display: flex; align-items: center; gap: 0.3rem;
}
.gov-field {
  background: #f7f1e0; padding: 0.55rem; border-radius: 3px;
  margin-bottom: 0.4rem;
}
.gov-field label {
  font-size: 0.58rem; color: #3a4456; display: block;
  margin-bottom: 0.25rem;
  line-height: 1.25;
}
.gov-field .gf-input {
  background: #fff; border: 1px solid #c8c0a8;
  border-radius: 3px;
  padding: 0.25rem 0.4rem;
  font-size: 0.7rem;
  color: #0c1530;
  min-height: 18px;
  position: relative;
  font-weight: 500;
}
.gov-field .gf-input.typing::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  background: var(--navy);
  margin-left: 1px;
  vertical-align: middle;
  animation: blink 0.8s steps(2) infinite;
}
@keyframes blink { 50% { opacity: 0; } }
.gov-field .gf-input.empty { color: transparent; }
.gov-grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 0.4rem; }

/* FormYaar side panel — matches real product */
.fy-panel {
  background: #fff;
  border-left: 1px solid var(--line);
  display: flex; flex-direction: column;
  position: relative;
}
.fy-header {
  background: var(--navy);
  color: #fff;
  padding: 0.7rem 0.85rem 0.55rem;
  position: relative;
}
.fy-header-logo {
  font-family: "Source Serif 4", serif;
  font-weight: 700; font-size: 1rem;
  letter-spacing: -0.02em;
  display: inline-flex; align-items: center; gap: 0.3rem;
}
.fy-header-logo em { color: #ffb966; font-style: italic; font-weight: 500; }
.fy-header-sub {
  font-size: 0.65rem;
  opacity: 0.85;
  margin-top: 0.1rem;
}
.fy-header .tricolor {
  position: absolute; bottom: 0; left: 0; right: 0; height: 2px;
}
.fy-body {
  padding: 1.15rem 0.85rem 0.9rem;
  display: flex; flex-direction: column;
  flex: 1;
  background: #fcfaf5;
}
.fy-spinner-wrap {
  text-align: center;
  margin-bottom: 0.85rem;
}
.fy-spinner {
  width: 44px; height: 44px;
  border-radius: 50%;
  border: 3px solid #e8def7;
  border-top-color: #8a4ed8;
  margin: 0 auto 0.6rem;
  animation: spin 1s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }
.fy-status {
  font-family: "Source Serif 4", serif;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--navy);
  line-height: 1.25;
}
.fy-status-sub {
  font-size: 0.62rem;
  color: var(--muted);
  margin-top: 0.15rem;
}
.fy-progress {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0.7rem 0.75rem;
  margin-top: 0.4rem;
}
.fy-progress-title {
  font-size: 0.58rem; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--muted);
  margin-bottom: 0.55rem;
}
.fy-step {
  display: flex; align-items: center; gap: 0.4rem;
  font-size: 0.72rem;
  font-weight: 600;
  padding: 0.16rem 0;
}
.fy-step.done { color: var(--green); }
.fy-step.current { color: #8a4ed8; }
.fy-step.pending { color: #c4bfb0; font-weight: 500; }
.fy-step .ico {
  width: 14px; height: 14px;
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.fy-step.done .ico { background: rgba(26,138,58,0.13); }
.fy-step.current .ico { background: rgba(138,78,216,0.15); }
.fy-step.pending .ico {
  background: transparent;
  border: 1.4px solid #d8d2c0;
}

/* ───── PORTAL STRIP ───── */
.portal-strip {
  background: #fff;
  border-bottom: 1px solid var(--line-soft);
  padding: 2rem 0;
}
.ps-inner {
  display: flex; align-items: center; justify-content: center;
  gap: 2.5rem; flex-wrap: wrap;
}
.ps-label {
  font-size: 0.7rem; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--muted);
}
.ps-logos {
  display: flex; align-items: center; gap: 2.2rem; flex-wrap: wrap;
  opacity: 0.9;
}
.ps-logo {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--text-2);
  letter-spacing: -0.01em;
}
.ps-logo small {
  display: block; font-size: 0.62rem;
  font-weight: 500; color: var(--muted);
  letter-spacing: 0.06em;
}

/* ───── TRUST BAR ───── */
.trust-bar {
  background: var(--navy);
  color: rgba(255,255,255,0.85);
  padding: 2.4rem 0;
  position: relative;
}
.trust-bar::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px;
  background: linear-gradient(90deg, var(--saffron) 0% 33%, #fff 33% 66%, var(--tc-green) 66% 100%);
}
.trust-bar-inner {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
.trust-stat {
  text-align: center;
  padding: 0 1rem;
  border-right: 1px solid rgba(255,255,255,0.12);
}
.trust-stat:last-child { border-right: none; }
.trust-stat-val {
  font-family: "Source Serif 4", serif;
  font-size: 1.9rem; font-weight: 600;
  color: #fff;
  display: block;
  line-height: 1.05;
}
.trust-stat-val sup { font-size: 0.6em; opacity: 0.7; }
.trust-stat-label {
  font-size: 0.78rem; opacity: 0.7; margin-top: 0.25rem;
  letter-spacing: 0.01em;
}

/* ───── HOW IT WORKS ───── */
.hiw { background: var(--white); }
.steps-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem;
}
.step-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 2rem 1.75rem;
  position: relative;
  transition: all 0.22s;
}
.step-card:hover {
  border-color: rgba(0,45,110,0.3);
  box-shadow: 0 14px 32px -16px rgba(0,30,80,0.18);
  transform: translateY(-2px);
}
.step-illus {
  height: 130px;
  background: var(--paper);
  border-radius: 10px;
  margin-bottom: 1.5rem;
  display: flex; align-items: center; justify-content: center;
  position: relative;
  overflow: hidden;
}
.step-num-pill {
  position: absolute;
  top: 0.65rem; left: 0.65rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.18rem 0.55rem;
  font-family: "Source Serif 4", serif;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--navy);
}
.step-num-pill em {
  color: var(--amber); font-style: italic; font-weight: 500;
}
.step-card h3 {
  margin-bottom: 0.55rem;
  font-size: 1.15rem;
}
.step-card p {
  font-size: 0.92rem;
  color: var(--muted);
  line-height: 1.65;
}
.step-time {
  display: inline-flex; align-items: center; gap: 0.3rem;
  font-size: 0.7rem; font-weight: 700;
  color: var(--amber);
  background: var(--amber-lt);
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  margin-top: 0.9rem;
  letter-spacing: 0.04em;
}

/* ───── COMPARE ───── */
.compare-section { background: var(--bg); }
.compare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.compare-card {
  border-radius: 14px;
  padding: 2.2rem 2rem;
  border: 1.5px solid var(--line);
}
.compare-card.before { background: var(--red-bg); border-color: var(--red-line); }
.compare-card.after  { background: var(--green-bg); border-color: var(--green-line); }
.compare-badge {
  font-family: "Source Serif 4", serif;
  font-size: 0.72rem;
  font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 0.65rem;
  display: inline-flex; align-items: center; gap: 0.4rem;
}
.before .compare-badge { color: var(--red); }
.after .compare-badge  { color: var(--green); }
.compare-card h3 {
  font-size: 1.4rem;
  margin-bottom: 1.4rem;
  line-height: 1.18;
}
.before h3 { color: #7a1010; }
.after  h3 { color: #144a20; }
.compare-list { display: flex; flex-direction: column; gap: 0.85rem; }
.compare-item {
  display: flex; align-items: flex-start; gap: 0.6rem;
  font-size: 0.92rem; line-height: 1.5;
}
.before .compare-item { color: #5a1010; }
.after  .compare-item { color: #144a20; }
.ci-icon { flex-shrink: 0; margin-top: 2px; }

/* ───── FORMS SUPPORTED ───── */
.forms-section { background: #fff; }
.forms-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem;
}
.form-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1.5rem 1.5rem 1.4rem;
  background: #fff;
  transition: all 0.22s;
  display: flex; flex-direction: column;
}
.form-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px -20px rgba(0,30,80,0.2);
}
.form-card.active { border-color: var(--navy); }
.form-card.active:hover { box-shadow: 0 18px 40px -16px rgba(0,45,110,0.4); }
.form-card.soon { opacity: 0.78; }
.form-illustration {
  background: var(--paper);
  border-radius: 9px;
  padding: 1rem;
  margin-bottom: 1.1rem;
  display: flex; align-items: center; justify-content: center;
  min-height: 100px;
}
.form-card h3 {
  margin-bottom: 0.18rem;
  font-size: 1.18rem;
}
.form-portal {
  font-size: 0.72rem; color: var(--muted);
  font-weight: 600; letter-spacing: 0.06em;
  margin-bottom: 0.85rem;
}
.form-status {
  display: inline-flex; align-items: center; gap: 0.3rem;
  font-size: 0.72rem; font-weight: 700;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  margin-bottom: 1rem;
  align-self: flex-start;
}
.status-live { background: var(--green-bg); color: var(--green); border: 1px solid var(--green-line); }
.status-soon { background: var(--amber-lt); color: var(--amber); border: 1px solid #f4d6a3; }
.form-detail {
  font-size: 0.88rem; color: var(--muted); line-height: 1.6;
  margin-bottom: 1rem;
}
.form-card .form-detail { flex-grow: 1; }
.form-guarantee {
  margin-top: auto;
  background: var(--green-bg);
  border: 1px solid var(--green-line);
  border-radius: 8px;
  padding: 0.55rem 0.7rem;
  font-size: 0.8rem; color: var(--green);
  font-weight: 600;
  display: flex; align-items: center; gap: 0.4rem;
}

/* ───── PRIVACY ───── */
.privacy-section {
  background: var(--navy);
  color: rgba(255,255,255,0.88);
  padding: 6.5rem 0;
  position: relative;
  overflow: hidden;
}
.privacy-section::before {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 90% 10%, rgba(255,153,51,0.18), transparent 36%),
    radial-gradient(circle at 5% 95%, rgba(19,136,8,0.18), transparent 38%);
}
.privacy-section .container { position: relative; }
.privacy-section .eyebrow { color: #ffd99a; }
.privacy-section .eyebrow::before { background: #ffd99a; }
.privacy-section h2 { color: #fff; }
.privacy-section .lead { color: rgba(255,255,255,0.7); }
.privacy-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 3.5rem;
}
.privacy-pillar {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.13);
  border-radius: 14px;
  padding: 2rem 1.6rem;
}
.pp-icon-wrap {
  width: 52px; height: 52px;
  border-radius: 12px;
  background: rgba(255,217,154,0.13);
  border: 1px solid rgba(255,217,154,0.28);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.1rem;
}
.privacy-pillar h3 {
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: 0.55rem;
}
.privacy-pillar p {
  font-size: 0.92rem;
  color: rgba(255,255,255,0.7);
  line-height: 1.6;
}
.privacy-links {
  display: flex; flex-wrap: wrap; gap: 1.5rem;
  margin-top: 2.5rem;
}
.privacy-link {
  font-size: 0.92rem; font-weight: 600;
  color: #ffd99a;
  border-bottom: 1.5px solid rgba(255,217,154,0.5);
  padding-bottom: 2px;
  transition: border-color 0.18s;
  display: inline-flex; align-items: center; gap: 0.35rem;
}
.privacy-link:hover { border-color: #ffd99a; }

/* ───── GUARANTEE PANEL ───── */
.guarantee-section {
  background: var(--paper);
  padding: 5rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.guarantee-inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.guarantee-shield {
  width: 64px; height: 64px;
  margin: 0 auto 1.5rem;
  border-radius: 14px;
  background: var(--navy);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  position: relative;
}
.guarantee-shield::after {
  content: "100%";
  position: absolute;
  bottom: -8px; right: -8px;
  background: var(--amber);
  color: #fff;
  font-family: "Source Serif 4", serif;
  font-size: 0.66rem;
  font-weight: 700;
  padding: 0.18rem 0.45rem;
  border-radius: 999px;
  border: 2px solid var(--paper);
  letter-spacing: 0.02em;
}
.guarantee-inner h2 {
  font-size: clamp(1.8rem, 3.4vw, 2.4rem);
  margin-bottom: 1rem;
  line-height: 1.15;
}
.guarantee-inner p {
  font-size: 1.02rem;
  color: var(--text-2);
  line-height: 1.7;
  max-width: 600px;
  margin: 0 auto;
}
.guarantee-points {
  margin-top: 2rem;
  display: flex; gap: 1.5rem 2rem; flex-wrap: wrap;
  justify-content: center;
}
.gpoint {
  display: flex; align-items: center; gap: 0.5rem;
  font-size: 0.9rem; font-weight: 600;
  color: var(--text-2);
}

/* ───── PRICING ───── */
.pricing-section { background: var(--bg); }
.pricing-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem;
}
.pricing-card {
  background: #fff; border: 1.5px solid var(--line);
  border-radius: 16px;
  padding: 2.2rem 1.75rem;
  display: flex; flex-direction: column;
  position: relative;
  transition: all 0.22s;
}
.pricing-card:hover {
  box-shadow: 0 18px 40px -18px rgba(0,30,80,0.2);
  transform: translateY(-2px);
}
.pricing-card.featured {
  border-color: var(--navy);
  border-width: 2px;
  background: linear-gradient(180deg, #fcfaf5 0%, #fff 30%);
}
.pricing-card.featured::before {
  content: "Most Popular";
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: var(--navy); color: #fff;
  font-family: "Source Serif 4", serif;
  font-size: 0.72rem; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase;
  padding: 0.28rem 0.9rem;
  border-radius: 999px;
}
.pricing-tier {
  display: inline-flex; align-items: center; gap: 0.4rem;
  font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.65rem;
}
.pricing-name {
  font-family: "Source Serif 4", serif;
  font-size: 1.5rem; font-weight: 600;
  color: var(--navy); margin-bottom: 0.3rem;
  letter-spacing: -0.01em;
}
.pricing-tagline {
  font-size: 0.88rem; color: var(--muted);
  margin-bottom: 1.4rem;
}
.pricing-price { display: flex; align-items: baseline; gap: 0.2rem; }
.price-cur {
  font-family: "Source Serif 4", serif;
  font-size: 1.3rem; font-weight: 600;
  color: var(--amber);
}
.price-amt {
  font-family: "Source Serif 4", serif;
  font-size: 3.2rem; font-weight: 600;
  color: var(--navy); line-height: 1;
  letter-spacing: -0.03em;
}
.price-per {
  font-size: 0.85rem; color: var(--muted);
  align-self: flex-end; padding-bottom: 0.5rem;
  margin-left: 0.2rem;
}
.pricing-note {
  font-size: 0.8rem; color: var(--green);
  font-weight: 600;
  margin: 0.35rem 0 1.4rem;
  min-height: 1.1rem;
  display: flex; align-items: center; gap: 0.3rem;
}
.pricing-divider { border: none; border-top: 1px solid var(--line); margin: 0.4rem 0 1.2rem; }

/* Early-bird launch offer (Operator card) */
.early-bird {
  position: relative;
  background: linear-gradient(135deg, #fff8e6 0%, #fff1d6 100%);
  border: 1px solid #f4d6a3;
  border-radius: 10px;
  padding: 0.95rem 1rem 0.85rem;
  margin: 0 0 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  overflow: hidden;
}
.early-bird::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 2px;
  background: linear-gradient(90deg, var(--saffron), #fff, var(--tc-green));
  opacity: 0.7;
}
.early-bird-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--amber-deep);
  align-self: flex-start;
}
.early-bird-body {
  font-size: 0.82rem;
  color: #6b3d05;
  line-height: 1.55;
}
.early-bird-body strong {
  display: block;
  font-family: "Source Serif 4", serif;
  color: var(--navy);
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 0.2rem;
  letter-spacing: -0.005em;
}
.pricing-features {
  display: flex; flex-direction: column; gap: 0.7rem;
  flex-grow: 1; margin-bottom: 1.5rem;
}
.pricing-feature {
  display: flex; align-items: flex-start; gap: 0.55rem;
  font-size: 0.9rem; color: var(--text);
  line-height: 1.5;
}
.pricing-cta { width: 100%; justify-content: center; margin-top: auto; }
.pricing-sub {
  text-align: center; font-size: 0.75rem;
  color: var(--muted); margin-top: 0.6rem;
}

/* ───── TESTIMONIALS ───── */
.testi-section { background: var(--paper); }
.testi-grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
.testi-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 2rem 1.8rem;
  position: relative;
  transition: all 0.22s;
}
.testi-card:hover {
  box-shadow: 0 14px 32px -18px rgba(0,30,80,0.18);
  transform: translateY(-2px);
}
.testi-quote-mark {
  position: absolute; top: 1.1rem; right: 1.2rem;
  font-family: "Source Serif 4", serif;
  font-size: 3.6rem; line-height: 1;
  color: var(--amber-lt);
  font-weight: 700;
}
.testi-stars {
  display: inline-flex; gap: 1px;
  margin-bottom: 0.85rem;
}
.testi-text {
  font-family: "Source Serif 4", serif;
  font-size: 1.02rem; font-weight: 500;
  color: var(--text); line-height: 1.55;
  margin-bottom: 1.25rem;
  letter-spacing: -0.005em;
}
.testi-meta { display: flex; align-items: center; gap: 0.85rem; }
.testi-avatar {
  width: 42px; height: 42px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: "Source Serif 4", serif;
  font-weight: 700; font-size: 0.92rem;
  color: #fff;
  flex-shrink: 0;
}
.testi-name { font-weight: 700; font-size: 0.92rem; color: var(--navy); }
.testi-role { font-size: 0.78rem; color: var(--muted); margin-top: 1px; }
.testi-verified {
  display: inline-flex; align-items: center; gap: 0.25rem;
  margin-left: auto;
  font-size: 0.7rem; font-weight: 600;
  color: var(--green);
}

/* ───── FAQ ───── */
.faq-section { background: #fff; }
.faq-list {
  max-width: 760px; margin: 0 auto;
  display: flex; flex-direction: column; gap: 0.6rem;
}
.faq-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.18s;
}
.faq-item.open {
  border-color: rgba(0,45,110,0.3);
  box-shadow: 0 6px 22px -10px rgba(0,30,80,0.15);
}
.faq-q {
  width: 100%;
  padding: 1.2rem 1.4rem;
  display: flex; align-items: center; justify-content: space-between;
  text-align: left;
  font-family: "Source Serif 4", serif;
  font-size: 1.05rem; font-weight: 600;
  color: var(--navy);
  gap: 1rem;
}
.faq-icon {
  flex-shrink: 0; transition: transform 0.2s;
}
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-a {
  display: none;
  padding: 0 1.4rem 1.3rem;
  font-size: 0.96rem;
  color: var(--text-2); line-height: 1.65;
}
.faq-item.open .faq-a { display: block; }
.faq-a strong { color: var(--text); }
.faq-a a {
  color: var(--amber); font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1.5px;
}

/* ───── FINAL CTA ───── */
.final-cta {
  background: var(--paper);
  padding: 6rem 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.final-cta::before {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 50% -10%, rgba(255,153,51,0.14), transparent 50%),
    radial-gradient(circle at 50% 110%, rgba(19,136,8,0.1), transparent 50%);
}
.final-cta-inner {
  max-width: 620px; margin: 0 auto;
  position: relative;
}
.final-cta h2 {
  font-size: clamp(2.1rem, 4vw, 3rem);
  margin-bottom: 0.95rem;
  line-height: 1.08;
}
.final-trust-row {
  display: flex; justify-content: center;
  gap: 2rem; flex-wrap: wrap;
  margin-top: 1.8rem;
}
.final-trust-item {
  font-size: 0.86rem; color: var(--text-2);
  display: flex; align-items: center; gap: 0.4rem;
  font-weight: 500;
}

/* ───── Responsive (landing-only) ───── */
@media (max-width: 980px) {
  .hero-inner { grid-template-columns: 1fr; gap: 3rem; }
  .hero-visual { max-width: 580px; margin-left: auto; margin-right: auto; }
  .steps-grid, .compare-grid, .forms-grid, .privacy-grid, .pricing-grid { grid-template-columns: 1fr; }
  .testi-grid { grid-template-columns: 1fr; }
  .trust-bar-inner { grid-template-columns: 1fr 1fr; gap: 1.5rem 0.5rem; }
  .trust-stat:nth-child(2) { border-right: none; }
}
@media (max-width: 600px) {
  .hero { padding: 3.5rem 0; }
  .browser-frame-body { grid-template-columns: 1fr; min-height: auto; }
  .gov-portal { display: none; }
  .fy-panel { border-left: none; border-top: 1px solid var(--line); }
  .compare-card, .pricing-card { padding: 1.6rem 1.4rem; }
  .ps-inner { gap: 1.5rem; }
  .pricing-grid { gap: 1rem; }
  .guarantee-shield { width: 54px; height: 54px; }
  .guarantee-points { gap: 0.85rem 1.5rem; }
}
