/* Homepage and product sections */
.services-grid,
.feature-grid,
.included-grid,
.plan-grid,
.proof-grid {
  display: grid;
  gap: 16px;
}

.services-grid {
  grid-template-columns: repeat(4, 1fr);
}

.feature-grid,
.included-grid {
  grid-template-columns: repeat(3, 1fr);
}

.plan-grid {
  grid-template-columns: repeat(4, 1fr);
}

.proof-grid {
  grid-template-columns: repeat(3, 1fr);
}

.svc-card,
.feature-card,
.included-card,
.proof-card,
.faq-item,
.market-card,
.event-card {
  background: linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 100%);
  border: 1px solid var(--line);
  border-radius: var(--r5);
  box-shadow: var(--sh-sm);
  position: relative;
  overflow: hidden;
}

.svc-card {
  display: flex;
  flex-direction: column;
}

.svc-card,
.feature-card,
.included-card,
.market-card,
.event-card,
.proof-card {
  padding: 26px;
}

.svc-card::before,
.feature-card::before,
.included-card::before,
.market-card::before,
.event-card::before,
.proof-card::before,
.step-card::before,
.why-featured::before,
.why-proof-card::before,
.info-card::before,
.stat-card::before,
.timeline-card::before,
.legal-card::before {
  content: '';
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, var(--blue) 0%, var(--green) 100%);
  opacity: .85;
}

.svc-card h3,
.feature-card h3,
.included-card h3,
.proof-card h3,
.market-card h3,
.event-card h3 {
  margin: 18px 0 10px;
  font-size: 18px;
  color: var(--ink);
}

.svc-card p,
.feature-card p,
.included-card p,
.proof-card p,
.market-card p,
.event-card p {
  font-family: var(--f-copy);
  color: var(--body);
  font-size: 14.5px;
  line-height: 1.75;
}

.svc-meta {
  margin-top: 18px;
  font-size: 13px;
  color: var(--body);
}

.svc-meta strong {
  color: var(--ink);
  font-size: 22px;
}

.svc-proof {
  margin-top: 14px;
  min-height: 56px;
  font-size: 13px;
  color: var(--muted);
}

.svc-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 600;
}

.svc-link::after {
  content: '→';
  transition: transform var(--t-fast);
}

.svc-card:hover .svc-link::after {
  transform: translateX(3px);
}

.pricing-proof {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 28px;
  text-align: center;
}

.proof-avatars {
  display: flex;
}

.proof-avatars span {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-left: -8px;
  background: linear-gradient(135deg, var(--blue), #8ba2ff);
}

.proof-avatars span:first-child {
  margin-left: 0;
}

.proof-stars {
  color: var(--amber);
  font-size: 15px;
  letter-spacing: 0.12em;
}

.proof-quote {
  font-size: 13px;
  color: var(--body);
  font-family: var(--f-copy);
}

.stack-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.stack-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.stack-price {
  font-size: 30px;
  line-height: 1.1;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -0.04em;
}

.stack-card .plan-card-body {
  flex: 1;
}

.stack-card .plan-feats {
  margin-top: 16px;
}

.stack-card .plan-feats li {
  color: var(--body);
  font-size: 13px;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.step-card {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--r5);
  background: linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 100%);
  box-shadow: var(--sh-sm);
  position: relative;
  overflow: hidden;
}

.step-no {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--blue-xl);
  color: var(--blue);
  font-weight: 600;
  margin-bottom: 18px;
}

.market-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 20px;
}

.market-list,
.faq-list,
.plan-feats {
  display: grid;
  gap: 10px;
}

.market-list li,
.plan-feats li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--body);
  font-size: 14px;
}

.pricing-tabs {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-bottom: 28px;
}

.pricing-tab {
  border: 1px solid var(--line);
  background: var(--bg-2);
  color: var(--muted);
  padding: 10px 16px;
  border-radius: var(--pill);
  font-size: 13px;
  font-weight: 600;
}

.pricing-tab.active {
  background: var(--blue);
  color: #fff;
  border-color: var(--blue);
}

.pricing-panel[hidden] {
  display: none;
}

.plan-divider {
  height: 1px;
  background: var(--line);
  margin: 18px 0;
}

.plan-billing-label {
  color: var(--muted);
  font-size: 13px;
}

.table-scroll-wrap {
  position: relative;
}

.table-scroll-hint {
  text-align: center;
  color: var(--muted);
  font-size: 12px;
  margin-bottom: 10px;
  transition: opacity var(--t-fast);
  pointer-events: none;
  user-select: none;
  cursor: default;
}

.table-scroll-hint--hidden {
  opacity: 0;
}

.table-inner {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--r5);
  box-shadow: var(--sh-sm);
}

.compare-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  background: var(--bg);
}

.compare-table th,
.compare-table td {
  padding: 16px 18px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  font-size: 14px;
}

.compare-table th {
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 12px;
  background: var(--bg-2);
}

.compare-table .pop-col {
  background: var(--blue-xs);
  color: var(--ink);
  font-weight: 600;
}

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

.faq-item {
  overflow: hidden;
}

.faq-q {
  width: 100%;
  padding: 20px 22px;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--ink);
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}

.faq-a {
  padding: 0 22px 20px;
  color: var(--muted);
  font-size: 14px;
  font-family: var(--f-copy);
  line-height: 1.7;
}

.faq-item--open .faq-q {
  color: var(--blue);
}

.cta-banner {
  padding: 80px 0;
}

.cta-banner-inner {
  padding: 38px;
  border-radius: var(--r6);
  background: linear-gradient(135deg, var(--blue) 0%, #5d6cff 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.cta-banner-inner h2 {
  color: #fff;
  margin-bottom: 10px;
}

.cta-banner-inner p {
  color: rgba(255, 255, 255, 0.84);
  font-family: var(--f-copy);
}

.cta-banner-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.exit-bar {
  position: fixed;
  left: 50%;
  bottom: 20px;
  transform: translate(-50%, 120%);
  z-index: 495;
  width: min(920px, calc(100% - 32px));
  background: linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 100%);
  border: 1px solid var(--line);
  border-radius: var(--r4);
  box-shadow: var(--sh-xl);
  padding: 16px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  transition: transform var(--t-slow);
}

.exit-bar--visible {
  transform: translate(-50%, 0);
}

.exit-bar p {
  font-size: 14px;
  color: var(--body);
}

.exit-bar-form {
  display: flex;
  gap: 10px;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
}

.exit-bar-form input {
  min-width: 220px;
  border: 1px solid var(--line);
  border-radius: var(--r2);
  padding: 11px 13px;
  background: var(--bg);
  color: var(--ink);
}

.exit-bar-form input:focus {
  outline: none;
  border-color: var(--blue);
  box-shadow: 0 0 0 3px var(--blue-xs);
}

.exit-bar-status {
  font-size: 13px;
  font-weight: 600;
  color: var(--green-d);
  white-space: nowrap;
}

.exit-bar-close {
  border: none;
  background: transparent;
  color: var(--muted);
  font-size: 18px;
  cursor: pointer;
}

.sticky-cta-close {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  color: rgba(255,255,255,.5);
  font-size: 20px;
  line-height: 1;
  padding: 4px 8px;
  cursor: pointer;
  flex-shrink: 0;
  transition: color var(--t-fast);
}
.sticky-cta-close:hover { color: #fff; }

.content-grid,
.why-grid,
.mini-grid,
.contact-grid,
.stats-strip,
.timeline,
.legal-list {
  display: grid;
  gap: 16px;
}

.content-grid {
  grid-template-columns: 1.1fr 0.9fr;
}

.why-grid {
  grid-template-columns: 1.2fr repeat(2, 1fr);
  align-items: stretch;
}

.mini-grid {
  grid-template-columns: repeat(3, 1fr);
}

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

.stats-strip {
  grid-template-columns: repeat(4, 1fr);
}

.timeline {
  grid-template-columns: repeat(3, 1fr);
}

.legal-list {
  grid-template-columns: 1fr;
}

.info-card,
.why-featured,
.why-proof-card,
.stat-card,
.timeline-card,
.legal-card {
  background: linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 100%);
  border: 1px solid var(--line);
  border-radius: var(--r5);
  padding: 24px;
  box-shadow: var(--sh-sm);
  position: relative;
  overflow: hidden;
}

.info-card h3,
.why-featured h3,
.why-proof-card h3,
.stat-card h3,
.timeline-card h3,
.legal-card h3,
.legal-card h2 {
  margin-bottom: 10px;
  color: var(--ink);
}

.info-card p,
.why-featured p,
.why-proof-card p,
.stat-card p,
.timeline-card p,
.legal-card p,
.legal-card li {
  color: var(--body);
  font-family: var(--f-copy);
  font-size: 14.5px;
  line-height: 1.75;
}

.info-card ul,
.why-feature-list,
.legal-card ul {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.why-featured {
  grid-row: span 2;
  background:
    radial-gradient(circle at top right, rgba(67,67,240,.09), transparent 38%),
    linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 100%);
}

.why-featured h3 {
  max-width: 14ch;
}

.why-feature-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 20px;
}

.why-feature-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 12px;
  border-radius: var(--r2);
  border: 1px solid var(--line);
  background: rgba(255,255,255,.72);
  color: var(--ink);
  font-size: 12.5px;
  font-weight: 600;
  text-align: center;
}

.why-proof-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.why-proof-card .icon-box {
  width: 44px;
  height: 44px;
  font-size: 13px;
  font-weight: 600;
}

.info-card ul li,
.legal-card ul li {
  position: relative;
  padding-left: 16px;
}

.info-card ul li::before,
.legal-card ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: .72em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--blue);
}

.stat-card .stat-num {
  font-size: 34px;
  line-height: 1;
  font-weight: 600;
  color: var(--blue);
  margin-bottom: 8px;
}

.page-hero-simple {
  padding: 54px 0 72px;
  background:
    radial-gradient(circle at top right, var(--blue-xl) 0%, transparent 42%),
    linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 100%);
}

.page-hero-simple .section-head {
  margin-bottom: 0;
  max-width: 760px;
}

.legal-article {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  gap: 16px;
}

.legal-card ol {
  padding-left: 18px;
}

.legal-card li {
  margin: 8px 0;
}

/* ─────────────────────────────────────────────────────────
   PRESS STRIP
───────────────────────────────────────────────────────── */
.press-strip {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 0 36px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 40px;
}

.press-strip-label {
  font-size: 13px;
  font-weight: 500;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  flex-shrink: 0;
}

.press-strip-logos {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.press-logo-item {
  font-size: 14px;
  font-weight: 500;
  color: var(--body);
}

.press-logo-sep {
  color: var(--border);
  font-size: 16px;
}

.press-rating {
  font-style: normal;
  font-weight: 600;
  color: var(--blue);
}

.press-logo-placeholder {
  opacity: 0.55;
}

/* ─────────────────────────────────────────────────────────
   TESTIMONIAL GRID
───────────────────────────────────────────────────────── */
.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 48px;
}

.testi-card {
  background: linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 100%);
  border: 1px solid var(--line);
  border-radius: var(--r5);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: box-shadow 0.2s, transform 0.2s, border-color var(--t-fast);
  box-shadow: var(--sh-sm);
  position: relative;
  overflow: hidden;
}

.testi-card::before {
  content: '';
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, var(--blue) 0%, var(--amber) 100%);
}

.testi-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--sh-md);
  border-color: var(--blue-xs);
}

.testi-stars {
  color: var(--amber);
  font-size: 15px;
  letter-spacing: 2px;
}

.testi-quote {
  font-family: var(--f-copy);
  font-size: 15px;
  line-height: 1.7;
  color: var(--body);
  flex: 1;
  margin: 0;
  font-style: italic;
}

.testi-author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 4px;
}

.testi-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  flex-shrink: 0;
  color: var(--bg);
  background: linear-gradient(135deg, var(--blue) 0%, var(--green) 100%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.12);
}

.testi-av-a { background: linear-gradient(135deg, var(--blue) 0%, var(--blue-d) 100%); }
.testi-av-b { background: linear-gradient(135deg, var(--green) 0%, var(--green-d) 100%); }
.testi-av-c { background: linear-gradient(135deg, var(--amber) 0%, var(--amber-l) 100%); color: var(--ink); }
.testi-av-d { background: linear-gradient(135deg, var(--red) 0%, var(--amber) 100%); }
.testi-av-e { background: linear-gradient(135deg, var(--blue) 0%, var(--green) 100%); }
.testi-av-f { background: linear-gradient(135deg, var(--ink) 0%, var(--blue) 100%); }
.testi-av-g { background: linear-gradient(135deg, var(--green) 0%, var(--blue) 100%); }

.testi-name {
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.3;
}

.testi-source {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.4;
}

.testi-author strong,
.testi-author span {
  display: block;
}

.testi-author strong {
  color: var(--ink);
  font-size: 14px;
  line-height: 1.35;
}

.testi-author span {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
}

@media (max-width: 56em) {
  .stack-grid,
  .why-grid,
  .testi-grid { grid-template-columns: repeat(2, 1fr); }

  .why-featured {
    grid-row: auto;
    grid-column: span 2;
  }
}
@media (max-width: 36em) {
  .stack-grid,
  .why-grid,
  .testi-grid { grid-template-columns: 1fr; }

  .why-featured {
    grid-column: auto;
  }

  .why-feature-list {
    grid-template-columns: 1fr;
  }
}

/* ═══════════════════════════════════════════
   REGIONS GRID
═══════════════════════════════════════════ */
.regions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.region-card {
  background: var(--c-bg-alt);
  border: 1px solid var(--c-line);
  border-radius: var(--r5);
  padding: 20px 24px;
  transition: box-shadow var(--t-fast), transform var(--t-fast);
}
.region-card:hover {
  box-shadow: var(--sh-md);
  transform: translateY(-2px);
}
.region-name {
  font-size: 1rem;
  font-weight: 600;
  color: var(--c-ink);
  margin-bottom: 4px;
}
.region-tag {
  font-size: 0.8rem;
  color: var(--c-muted);
}

/* ═══════════════════════════════════════════
   TRANSFER FORM
═══════════════════════════════════════════ */
.transfer-form-wrap {
  margin-top: 2rem;
  max-width: 560px;
}
.transfer-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.transfer-input {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid var(--c-line);
  border-radius: var(--r3);
  font-size: 1rem;
  font-family: inherit;
  color: var(--c-ink);
  background: var(--c-bg);
  transition: border-color var(--t-fast);
  box-sizing: border-box;
}
.transfer-input:focus {
  outline: none;
  border-color: var(--c-primary);
}
.transfer-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.9rem;
  color: var(--c-body);
  cursor: pointer;
}
.transfer-check input[type="checkbox"] {
  margin-top: 2px;
  flex-shrink: 0;
  accent-color: var(--c-primary);
  width: 16px;
  height: 16px;
}

/* ═══════════════════════════════════════════
   RESPONSIVE — all component grids
═══════════════════════════════════════════ */

/* ─── 1024px ─── */
@media (max-width: 64em) {
  /* Plans: 4 → 2 */
  .plan-grid { grid-template-columns: repeat(2, 1fr); }

  /* Stats strip: 4 → 2 */
  .stats-strip { grid-template-columns: repeat(2, 1fr); }

  /* Services: 3 → 2 (drop to auto-fill) */
  .services-grid { grid-template-columns: repeat(2, 1fr); }

  /* CTA banner: reduce padding */
  .cta-banner { padding: 60px 0; }
}

/* ─── 768px ─── */
@media (max-width: 48em) {
  /* All 3-col grids → 2 col */
  .services-grid,
  .plan-grid,
  .feature-grid,
  .included-grid,
  .regions-grid { grid-template-columns: repeat(2, 1fr); }

  .mini-grid { grid-template-columns: repeat(2, 1fr); }

  .proof-grid { grid-template-columns: repeat(2, 1fr); }

  .stats-strip { grid-template-columns: repeat(2, 1fr); }

  /* 3-step cards → single column */
  .steps { grid-template-columns: 1fr; }

  /* Market split → stacked */
  .market-grid { grid-template-columns: 1fr; }

  /* Content split (about/info) → stacked */
  .content-grid { grid-template-columns: 1fr; }

  /* Contact → stacked */
  .contact-grid { grid-template-columns: 1fr; }

  /* Timeline → stacked */
  .timeline { grid-template-columns: 1fr; }

  /* CTA banner → vertical */
  .cta-banner { padding: 52px 0; }
  .cta-banner-inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 28px 24px;
    gap: 18px;
  }
  .cta-banner-actions { width: 100%; }
  .cta-banner-actions .btn { flex: 1; justify-content: center; }

  /* Exit bar → stacked */
  .exit-bar {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 16px;
  }
  .exit-bar p { font-size: 13px; }
  .exit-bar-form { flex-direction: column; gap: 8px; }
  .exit-bar-form input { min-width: 0; }
  .exit-bar-form .btn { width: 100%; justify-content: center; }
  .exit-bar-status { white-space: normal; }

  /* Pricing proof → vertical */
  .pricing-proof { flex-direction: column; gap: 8px; }

  /* Plan card padding reduction */
  .svc-card,
  .feature-card,
  .included-card,
  .market-card,
  .event-card,
  .proof-card { padding: 20px; }

  /* Step card */
  .step-card { padding: 20px; }

  /* Info / stat / timeline cards */
  .info-card,
  .stat-card,
  .timeline-card,
  .legal-card { padding: 20px; }
}

/* ─── 480px ─── */
@media (max-width: 30em) {
  /* Single column for all grids */
  .services-grid { grid-template-columns: 1fr; }

  .feature-grid,
  .included-grid,
  .regions-grid { grid-template-columns: 1fr; }

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

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

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

  /* Stats stay 2-col on small phones */
  .stats-strip { grid-template-columns: repeat(2, 1fr); }

  /* CTA banner */
  .cta-banner { padding: 40px 0; }
  .cta-banner-inner { padding: 22px 18px; }
  .cta-banner-actions { flex-direction: column; }

  /* FAQ */
  .faq-q { font-size: 14px; padding: 16px 18px; }
  .faq-a { padding: 0 18px 16px; }

  /* Page hero simple */
  .page-hero-simple { padding: 40px 0 52px; }

  /* Sticky CTA → vertical */
  .sticky-cta {
    flex-direction: column;
    gap: 10px;
    padding: 14px 44px 14px 16px;
    text-align: center;
  }
  .sticky-cta-close { top: 12px; transform: none; }
  .sticky-cta-actions { width: 100%; justify-content: center; }
  .sticky-cta-text { font-size: 13px; }

  /* Press strip */
  .press-strip { padding: 16px 0 28px; }

  /* Pricing tab pills → scrollable row */
  .pricing-tabs { flex-wrap: nowrap; overflow-x: auto; justify-content: flex-start; padding-bottom: 4px; }
  .pricing-tab  { flex-shrink: 0; }
}

/* ── Contact & Application Forms ─────────────────────────────────────── */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: start; }
.contact-form,
.apply-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--r4);
  background: linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 100%);
  box-shadow: var(--sh-sm);
}
.contact-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { display: flex; flex-direction: column; gap: 8px; }
.form-label {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--c-ink);
  text-transform: uppercase;
  letter-spacing: .05em;
}
.form-input,
.form-select,
.form-textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid var(--c-line);
  border-radius: var(--r3);
  font-size: 0.9375rem;
  font-family: inherit;
  color: var(--c-ink);
  background: var(--c-bg);
  transition: border-color var(--t-fast), box-shadow var(--t-fast);
}
.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  outline: none;
  border-color: var(--c-blue);
  box-shadow: 0 0 0 3px rgba(67,67,240,.12);
}
.form-input::placeholder,
.form-textarea::placeholder {
  color: var(--muted);
}
.form-textarea { resize: vertical; min-height: 140px; }
.form-select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M2 4l4 4 4-4' stroke='%237878A0' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 36px; cursor: pointer; }
.form-note {
  font-size: 0.8125rem;
  color: var(--c-muted);
  margin-top: 2px;
  padding-top: 2px;
}

/* DII / Digital Identity application form */
.apply-form { max-width: 600px; }
.apply-form-check { display: flex; align-items: flex-start; gap: 10px; font-size: 0.9rem; color: var(--c-body); }
.apply-form-check input[type="checkbox"] { margin-top: 2px; flex-shrink: 0; accent-color: var(--c-blue); }

@media (max-width: 768px) {
  .contact-grid { grid-template-columns: 1fr; }
  .contact-form-row { grid-template-columns: 1fr; }
}
