 *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  html { scroll-behavior: smooth; }

  body {
    font-family: verdana, arial, sans-serif;
    background: #eef2ff;
    color: #0A0A0A;
    font-size: 16px;
    line-height: 1.6;
    min-height: 100vh;
  }

  /* ── NAV ── */
  nav {
    background: #ffffff;
    position: sticky;
    top: 0;
    z-index: 100;
    position: sticky;
    box-shadow: 0 2px 16px rgba(1,151,246,0.15), 0 1px 4px rgba(1,151,246,0.08);
    border-bottom: 1px solid rgba(60, 59, 110, 0.10);
  }
  .nav-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  .nav-brand {
    display: flex;
    align-items: center;
    text-decoration: none;
    flex-shrink: 0;
  }
  .nav-logo-img {
    height: 36px;
    width: auto;
    display: block;
  }
  .nav-actions { margin-left: auto; display: flex; align-items: center; gap: 12px; }
  .nav-cta {
    background: #0197F6;
    color: white;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 18px;
    border-radius: 100px;
    border: 2px solid #0197F6;
    transition: background 0.15s, color 0.15s;
    white-space: nowrap;
    letter-spacing: 0.2px;
  }
  .nav-cta:hover { background: #ffffff; color: #0197F6; border-color: #0197F6; }

  /* ── HERO ── */
  .hero {
    background: #eef2ff;
    border-bottom: 1px solid rgba(60,59,110,0.10);
    padding: 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    min-height: 480px;
    display: flex;
    align-items: center;
  }
  .hero-bg-img {
    position: absolute;
    inset: 0;
    z-index: 0;
  }
  .hero-bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 35%;
    display: block;
    opacity: 0.45;
  }
  .hero-inner {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 2rem;
    width: 100%;
  }
  .hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #ffffff;
    border: 1px solid rgba(255,255,255,0.9);
    border-radius: 100px;
    padding: 10px 20px 10px 16px;
    margin-bottom: 28px;
    text-decoration: none;
    box-shadow: 0 2px 16px rgba(0,0,0,0.18);
  }

  .hero-eyebrow .eyebrow-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #6b6b8a;
    white-space: nowrap;
  }
  .hero-eyebrow .eyebrow-divider {
    width: 1px;
    height: 20px;
    background: rgba(60,59,110,0.15);
    flex-shrink: 0;
  }
  .hero-eyebrow .eyebrow-visit {
    font-size: 12px;
    font-weight: 600;
    color: #0197F6;
    white-space: nowrap;
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: color 0.18s, text-decoration-color 0.18s;
  }
  .hero-eyebrow:hover .eyebrow-visit {
    color: #da6363;
    text-decoration-color: #da6363;
  }
  .hero h1 {
    font-family: verdana, arial, sans-serif;
    font-size: 48px;
    color: #ffffff;
    line-height: 1.15;
    letter-spacing: -1px;
    margin-bottom: 18px;
    max-width: 720px;
    text-shadow: 0 2px 16px rgba(30,20,80,0.35);
  }
  .hero h1 em { color: #0197F6; font-style: normal; }
  .hero-sub {
    color: #ffffff;
    font-size: 17px;
    font-weight: 300;
    max-width: 560px;
    margin-bottom: 48px;
    line-height: 1.7;
    text-shadow: 0 1px 6px rgba(30,20,80,0.25);
  }

  /* ── FILTER BAR ── */
  .filter-bar {
    background: #ffffff;
    border-bottom: 1px solid rgba(60,59,110,0.10);
    position: sticky;
    top: 64px;
    z-index: 90;
  }
  .filter-bar-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }
  .filter-alpha-wrap {
    display: flex;
    align-items: center;
    gap: 4px;
    min-width: 0;
    position: relative;
    overflow: hidden;
  }
  .filter-alpha {
    display: flex;
    align-items: center;
    gap: 2px;
    overflow-x: auto;
    scrollbar-width: none;
    min-width: 0;
    scroll-behavior: smooth;
  }
  .filter-alpha::-webkit-scrollbar { display: none; }
  .alpha-arrow {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid rgba(60,59,110,0.15);
    background: #eef2ff;
    color: #3C3B6E;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s, color 0.15s;
    padding: 0;
    align-self: center;
    text-align: center;
  }
  .alpha-arrow:hover { background: #0197F6; color: #ffffff; border-color: #0197F6; }
  .filter-divider {
    width: 1px;
    height: 24px;
    background: rgba(60,59,110,0.12);
    flex-shrink: 0;
  }
  .filter-search-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #eef2ff;
    border: 1px solid rgba(60,59,110,0.12);
    border-radius: 100px;
    padding: 7px 16px;
    flex-shrink: 0;
    transition: border-color 0.15s;
  }
  .filter-search-wrap:focus-within { border-color: #0197F6; }
  .filter-search-input {
    border: none;
    outline: none;
    font-family: verdana, arial, sans-serif;
    font-size: 13px;
    color: #0A0A0A;
    background: transparent;
    width: 160px;
  }
  .filter-search-input::placeholder { color: #a0a0b8; }
  .alpha-label {
    font-size: 11px;
    font-weight: 600;
    color: #6b6b8a;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-right: 8px;
    white-space: nowrap;
  }
  .alpha-btn {
    background: none;
    border: none;
    padding: 4px 10px;
    border-radius: 6px;
    font-family: verdana, arial, sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #3C3B6E;
    cursor: pointer;
    transition: background 0.12s, color 0.12s;
    white-space: nowrap;
  }
  .alpha-btn:hover { background: #dff0fd; color: #3C3B6E; }
  .alpha-btn.active { background: #0197F6; color: white; }

  /* ── MAIN LAYOUT ── */
  .page-layout {
    max-width: 1200px;
    margin: 0 auto;
    padding: 48px 2rem 60px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: start;
  }

  /* ── STATE LIST ── */
  .states-wrap { min-width: 0; }

  /* ── TWO-COLUMN STATE LIST ── */
  #stateList {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 16px;
    align-items: start;
  }

  /* Section headers */
  .letter-anchor {
    margin-top: 8px;
    margin-bottom: 14px;
    scroll-margin-top: 120px;
    grid-column: 1 / -1;
  }
  .letter-anchor h2 {
    font-family: verdana, arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #6b6b8a;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(60,59,110,0.12);
  }

  /* RA inline banner also spans both columns */
  .ra-inline-banner { grid-column: 1 / -1; }

  /* State card */
  .state-card {
    background: #ffffff;
    border: 1px solid rgba(60,59,110,0.12);
    border-radius: 16px;
    margin-bottom: 12px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(10,10,10,0.08);
    transition: box-shadow 0.2s, border-color 0.2s;
  }
  .state-card:hover { box-shadow: 0 4px 16px rgba(10,10,10,0.10); border-color: #0197F6; }

  .state-card-header {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 16px;
    padding: 16px 20px;
    cursor: pointer;
    user-select: none;
  }
  .state-flag {
    width: 66px;
    height: 44px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
    border: 1px solid rgba(60,59,110,0.12);
    background: #dff0fd;
    box-shadow: 0 1px 4px rgba(10,10,10,0.10);
  }
  .state-flag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .state-flag img[src=""] {
    display: none;
  }
  .flag-banner {
    width: 100%;
    height: 340px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid rgba(60,59,110,0.12);
    position: relative;
    box-shadow: 0 4px 16px rgba(10,10,10,0.10);
    background: #eef2ff;
  }
  .flag-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
  }
  .flag-banner img[src=""] {
    display: none;
  }
  .flag-banner-overlay {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    background: linear-gradient(transparent, rgba(10,10,10,0.60));
    padding: 40px 20px 16px;
    font-family: verdana, arial, sans-serif;
    font-size: 26px;
    color: white;
    letter-spacing: -0.3px;
    text-shadow: 0 2px 8px rgba(0,0,0,0.5);
  }
  .state-info { min-width: 0; }
  .state-name {
    font-size: 16px;
    font-weight: 600;
    color: #0A0A0A;
    line-height: 1.2;
  }
  .state-agency {
    font-size: 12.5px;
    color: #6b6b8a;
    margin-top: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .state-header-right {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
  }
  .quick-links {
    display: flex;
    gap: 6px;
  }
  .ql-tag {
    font-size: 14px;
    font-weight: 500;
    padding: 4px 10px;
    border-radius: 100px;
    background: #0197F6;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid #0197F6;
    transition: background 0.12s, color 0.12s;
    white-space: nowrap;
  }
  .ql-tag:hover { background: #ffffff; color: #0197F6; border-color: #0197F6; }
  .ql-tag.entity { background: #0197F6; color: #ffffff; border-color: #0197F6; }
  .ql-tag.entity:hover { background: #ffffff; color: #0197F6; border-color: #0197F6; }

  .expand-btn {
    width: 28px;
    height: 28px;
    border: 1px solid rgba(60,59,110,0.12);
    background: none;
    border-radius: 7px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b6b8a;
    transition: background 0.12s, color 0.12s;
    flex-shrink: 0;
  }
  .expand-btn:hover { background: #dff0fd; color: #3C3B6E; }
  .expand-icon { transition: transform 0.2s ease; }
  .state-card.open .expand-icon { transform: rotate(180deg); }


  .state-card-body {
    display: none;
    border-top: 1px solid rgba(60,59,110,0.12);
    padding: 16px;
    background: #eef2ff;
  }
  .state-card.open .state-card-body { display: block; }

  .detail-grid {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 20px;
  }
  .detail-right-col {
    display: flex;
    flex-direction: column;
  }
  .detail-label {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    color: #a0a0b8;
    margin-bottom: 6px;
  }
  .detail-val {
    font-size: 16px;
    color: #0A0A0A;
    line-height: 1.5;
  }
  .detail-contact-row {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    color: #3C3B6E;
    margin-top: 4px;
  }
  .detail-contact-row svg { color: #a0a0b8; flex-shrink: 0; width: 16px; height: 16px; align-self: center; }
  .detail-contact-row a {
    color: #3C3B6E;
    text-decoration: none;
    transition: color 0.15s;
    font-size: 16px;
  }
  .detail-contact-row a:hover { color: #da6363; text-decoration: underline; }

  .action-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding-top: 16px;
    border-top: 1px solid rgba(60,59,110,0.12);
  }
  .action-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 500;
    padding: 8px 14px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.14s;
    border: 1px solid;
  }
  .action-link.primary {
    background: #0197F6;
    color: white;
    border-color: #0197F6;
  }
  .action-link.primary:hover { background: #ffffff; color: #0197F6; border-color: #0197F6; }
  .action-link.secondary {
    background: white;
    color: #0A0A0A;
    border-color: rgba(60,59,110,0.12);
  }
  .action-link.secondary:hover { background: #ffffff; border-color: #0197F6; color: #0197F6; }

  .support-card .protect-card {
    max-width: 1200px !important;
    background: #ffffff;
    margin-top: 24px;
    box-shadow: 0 4px 32px rgba(60,59,110,0.10), 0 1px 4px rgba(60,59,110,0.06);
  }
  .protect-card .support-headline { color: #0f2851; }
  .protect-card .support-body { color: #333333; }
  .protect-btn {
    background: #0197F6;
    border: none;
  }
  .protect-btn:hover {
    background: #ffffff;
    color: #0197F6;
    outline: 2px solid #0197F6;
  }

  /* ── FOOTER ── */
  footer {
    background: #3C3B6E;
    color: rgba(255,255,255,0.70);
    padding: 32px 2rem;
    text-align: center;
  }
  footer .footer-inner {
    max-width: 1200px;
    margin: 0 auto;
  }
  .footer-report { 
    color: #ffffff !important;
  }

  footer p { font-size: 15px; margin-bottom: 6px; color: rgba(255,255,255,0.60); }
  footer a { color: #ffffff; text-decoration: none; transition: color 0.15s; }
  footer a:hover { color: #da6363; }
  .footer-links {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 16px;
  }
  .footer-links a { font-size: 16px; }
  .footer-links-secondary { margin-top: 4px; margin-bottom: 12px; }
  .footer-links-secondary a { font-size: 14px; }

  /* Hide header quick-links in 2-col mode — links are in the expanded body */
  .quick-links { display: none; }

  /* ══════════════════════════════════════════
     RESPONSIVE — TABLET (≤900px)
  ══════════════════════════════════════════ */
  @media (max-width: 900px) {
    /* Nav */
    .nav-cta { font-size: 12px; padding: 7px 14px; }

    /* Hero */
    .hero { min-height: 360px; }
    .hero h1 { font-size: 36px; letter-spacing: -0.5px; }
    .hero-sub { font-size: 16px; }

    /* Filter bar */
    .filter-bar-inner { gap: 10px; padding: 10px 1.5rem; }
    .alpha-btn { padding: 5px 9px; font-size: 12px; }

    /* Layout */
    .page-layout { padding: 32px 1.5rem 60px; }
    .detail-grid { gap: 12px; }

    /* Support */
    .support-card { padding: 32px 36px; }
  }

  /* ══════════════════════════════════════════
     RESPONSIVE — MOBILE (≤768px)
  ══════════════════════════════════════════ */
  @media (max-width: 768px) {
    /* Nav */
    .nav-inner { padding: 0 1rem; height: 56px; }
    .nav-actions { gap: 8px; }
    .nav-cta:not(:first-child) { display: none; }
    .nav-cta { font-size: 12px; padding: 7px 14px; }

    /* Hero */
    .hero { min-height: 340px; }
    .hero-inner { padding: 48px 1.25rem; }
    .hero h1 { font-size: 30px; letter-spacing: -0.5px; }
    .hero-sub { font-size: 14px; max-width: 100%; margin-bottom: 32px; }
    .hero-eyebrow { padding: 8px 14px 8px 12px; gap: 8px; }
    .hero-eyebrow svg { height: 18px; }

    /* Filter bar */
    .filter-bar-inner { padding: 8px 1rem; gap: 8px; }
    .filter-search-input { width: 120px; }
    .alpha-btn { padding: 5px 10px; font-size: 13px; }
    .alpha-label { display: none; }
    .alpha-arrow { width: 26px; height: 26px; }

    /* State list — single column */
    #stateList { grid-template-columns: 1fr; }

    /* States layout */
    .page-layout { padding: 20px 1rem 0; }

    /* State card */
    .state-card-header { padding: 12px 14px; gap: 10px; }
    .state-flag { width: 52px; height: 36px; }
    .state-name { font-size: 15px; }
    .state-agency { font-size: 11px; }
    .quick-links { display: none; }

    /* Card body */
    .state-card-body { padding: 14px; }
    .detail-grid { grid-template-columns: 1fr; gap: 12px; }
    .detail-label { font-size: 17px; }
    .action-link { font-size: 12px; padding: 6px 10px; }

    /* RA Persistent Banner */
    .ra-persistent-banner { padding: 20px 1rem 0; }

    /* RA Banner */
    .ra-inline-banner { padding: 14px 16px; margin: 20px 0; }
    .ra-inline-banner-inner { flex-direction: column; align-items: flex-start; gap: 12px; }
    .ra-banner-left { width: 100%; }
    .ra-banner-body { width: 100%; }
    .ra-banner-cta { width: 280px; align-self: flex-start; text-align: center; justify-content: center; }

    /* Support section */
    .support-section { padding: 32px 1rem; }
    .support-card { padding: 24px 20px; flex-wrap: wrap; gap: 16px; }
    .support-left { flex: 1 1 100%; }
    .support-right { width: 100%; padding-left: 36px; }
    .support-btn { text-align: center; justify-content: center; }
    .support-headline { font-size: 17px; }

    /* Footer */
    footer { padding: 24px 1rem; }
  }
  /* ══════════════════════════════════════════
     RESPONSIVE — SMALL MOBILE (≤700px)
  ══════════════════════════════════════════ */

  @media (max-width: 700px) {
    .hero { min-height: 380px; }
    .hero-inner { padding: 56px 1.5rem; }
  }

  /* ══════════════════════════════════════════
     RESPONSIVE — SMALL MOBILE (≤600px)
  ══════════════════════════════════════════ */
  @media (max-width: 600px) {
    .filter-bar-inner {
      padding: 6px 0.75rem;
      gap: 0;
      flex-wrap: wrap;
      flex-direction: column;
    }
    .filter-alpha-wrap {
      width: 100%;
      order: 1;
      padding-bottom: 6px;
      border-bottom: 1px solid rgba(60,59,110,0.08);
    }
    .filter-divider { display: none; }
    .filter-search-wrap {
      order: 2;
      width: 100%;
      border-radius: 100px;
      margin-top: 6px;
      padding: 7px 14px;
    }
    .filter-search-input { width: 100%; font-size: 13px; }
    .alpha-arrow { width: 22px; height: 22px; }
    .alpha-btn { padding: 4px 8px; font-size: 12px; }

    .detail-label { font-size: 16px;}
    .detail-val { font-size: 15px; }
    .detail-contact-row a { font-size: 15px; }

    footer p {
      font-size: 14px;
    }
  }

  /* ══════════════════════════════════════════
     RESPONSIVE — SMALL MOBILE (≤480px)
  ══════════════════════════════════════════ */
  @media (max-width: 480px) {
    /* Nav */
    .nav-inner { height: 52px; }
    .nav-logo-img { height: 28px; }
    .nav-cta { font-size: 11px; padding: 6px 12px; }

    /* Hero */
    .hero { min-height: 300px; }
    .hero-inner { padding: 36px 1rem; }
    .hero h1 { font-size: 24px; letter-spacing: -0.3px; }
    .hero-sub { font-size: 13px; margin-bottom: 24px; }
    .hero-eyebrow { font-size: 10px; gap: 6px; padding: 6px 12px 6px 10px; }

    /* States */
    .page-layout { padding: 14px 0.75rem 0; }
    .state-card { border-radius: 10px; }
    .state-card-header { padding: 10px 12px; gap: 8px; }
    .state-flag { width: 44px; height: 30px; border-radius: 5px; }
    .state-name { font-size: 14px; }
    .expand-btn { width: 24px; height: 24px; }

    /* Card body */
    .state-card-body { padding: 12px; }
    .action-links { gap: 6px; }
    .action-link { font-size: 11px; padding: 5px 8px; gap: 4px; }

    /* RA Banner */
    .ra-inline-banner { padding: 12px 14px; }
    .ra-banner-headline { font-size: 13px; }
    .ra-banner-sub { font-size: 11px; }
    .ra-banner-cta { font-size: 12px; padding: 10px 16px; }

    /* Support */
    .support-section { padding: 24px 0.75rem; }
    .support-card { padding: 20px 16px; border-radius: 14px; }
    .support-headline { font-size: 16px; }
    .support-body { font-size: 13px; }
    .support-btn { font-size: 14px; padding: 12px 20px; }

    /* Footer */
    footer { padding: 20px 1rem; }
  }

  /* ── NO RESULTS ── */
  .no-results {
    text-align: center;
    padding: 60px 20px;
    color: #6b6b8a;
    display: none;
  }
  .no-results.show { display: block; }
  .no-results h3 { font-size: 18px; color: #0A0A0A; margin-bottom: 8px; }

  /* ── PERSISTENT RA BANNER ── */
  .ra-persistent-banner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 32px 2rem 0;
  }
  .ra-persistent-banner .ra-inline-banner {
    grid-column: unset;
  }

  /* ── RA BANNER ── */

  .ra-inline-banner {
    background: #F4F8FF;
    border: 1px solid rgba(1,151,246,0.15);
    border-left: 4px solid #0197F6;
    border-radius: 10px;
    padding: 20px 24px;
    margin-bottom: 12px;
    box-shadow: 0 4px 20px rgba(1,151,246,0.12);
    transition: box-shadow 0.2s, transform 0.2s;
    cursor: default;
    margin: 30px 0;
  }

  .ra-inline-banner-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
  .ra-banner-left {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1;
    min-width: 0;
  }
  .ra-banner-body { 
    min-width: 0; 
  }
  .ra-banner-headline {
    font-size: 15px;
    font-weight: 700;
    color: #3C3B6E;
    margin-bottom: 3px;
  }
  .ra-banner-sub {
    font-size: 12.5px;
    color: #6b6b8a;
    line-height: 1.5;
    margin-bottom: 4px;
    padding-left: 27px;
  }
  .ra-banner-cta {
    display: inline-flex;
    align-items: center;
    background: #0197F6;
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    padding: 12px 22px;
    border-radius: 100px;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background 0.15s, color 0.15s;
  }
  .ra-banner-cta:hover { 
    background: #ffffff; 
    color: #0197F6; 
    outline: 2px solid #0197F6; 
  }

  /* ── SUPPORT SECTION ── */
  .support-section {
    background: #eef2ff;
    padding: 48px 2rem;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .support-card {
    max-width: 1200px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    box-shadow: 0 4px 32px rgba(60,59,110,0.10), 0 1px 4px rgba(60,59,110,0.06);
    flex-wrap: wrap;
  }
  .support-left {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    flex: 1;
    min-width: 0;
  }
  .support-icon-wrap {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    /*padding-top: 3px;*/
  }
  .support-text { 
    min-width: 0; 
  }
  .support-headline {
    font-size: 20px;
    font-weight: 700;
    color: #3C3B6E;
    margin-bottom: 8px;
    line-height: 1.3;
  }
  .support-body {
    font-size: 14px;
    color: #0A0A0A;
    line-height: 1.6;
    margin-bottom: 6px;
  }
  .support-right { 
    flex-shrink: 0; 
  }
  .support-btn {
    display: inline-flex;
    align-items: center;
    background: #0197F6;
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    padding: 14px 32px;
    border-radius: 100px;
    white-space: nowrap;
    transition: background 0.15s, color 0.15s;
  }
  .support-btn:hover { 
    background: #ffffff; 
    color: #0197F6; 
    outline: 2px solid #0197F6; 
  }