﻿:root {
      --ink: #0D1117;
      --ink-2: #1C2B22;
      --green-dark: #065F46;
      --green: #059669;
      --green-light: #10B981;
      --green-pale: #ECFDF5;
      --green-border: rgba(16,185,129,.22);
      --amber: #D97706;
      --amber-pale: #FFFBEB;
      --amber-border: rgba(217,119,6,.22);
      --red: #DC2626;
      --red-pale: #FFF1F2;
      --red-border: rgba(220,38,38,.2);
      --paper: #FDFCFA;
      --surface: #FFFFFF;
      --surface-2: #F8F7F5;
      --muted: #6B7280;
      --muted-2: #9CA3AF;
      --border: rgba(0,0,0,.08);
      --border-strong: rgba(0,0,0,.13);
      --shadow-sm: 0 2px 8px rgba(0,0,0,.05);
      --shadow-md: 0 8px 32px rgba(0,0,0,.08);
      --shadow-lg: 0 24px 64px rgba(0,0,0,.13);
      --r-sm: 12px; --r-md: 16px; --r-lg: 22px; --r-xl: 28px;
    }
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; }
    body {
      font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
      background: var(--paper);
      color: var(--ink);
      -webkit-font-smoothing: antialiased;
      line-height: 1.5;
    }
    a { color: inherit; text-decoration: none; }
    button, input, select, textarea { font: inherit; }
    img { display: block; max-width: 100%; }

    /* ── Layout ── */
    .wrap { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }

    /* ── Nav ── */
    .nav {
      position: sticky; top: 0; z-index: 50;
      background: rgba(13,17,23,.94);
      backdrop-filter: blur(20px);
      border-bottom: 1px solid rgba(255,255,255,.07);
    }
    .nav-inner {
      display: flex; align-items: center; justify-content: space-between;
      gap: 20px; height: 66px;
    }
    .brand { display: flex; align-items: center; gap: 10px; }
    .brand-icon {
      width: 36px; height: 36px; border-radius: 10px;
      background: var(--green); display: grid; place-items: center; color: #fff;
      flex-shrink: 0;
    }
    .brand-name { font-size: 16px; font-weight: 800; color: #fff; letter-spacing: -.02em; }
    .brand-sub { font-size: 11px; color: rgba(255,255,255,.38); font-weight: 500; }
    .nav-links { display: flex; align-items: center; gap: 28px; list-style: none; }
    .nav-links a { color: rgba(255,255,255,.55); font-size: 14px; font-weight: 600; transition: color .15s; }
    .nav-links a:hover { color: #fff; }
    .btn-nav {
      display: inline-flex; align-items: center; gap: 7px;
      height: 37px; padding: 0 16px; border-radius: 9px;
      background: var(--green); color: #fff;
      font-size: 13px; font-weight: 700; border: none; cursor: pointer;
      transition: background .15s, transform .15s;
    }
    .btn-nav:hover { background: var(--green-light); transform: translateY(-1px); }

    /* ── Disclaimer bar ── */
    .disclaimer {
      background: rgba(5,150,105,.08);
      border-bottom: 1px solid rgba(5,150,105,.15);
      padding: 9px 0;
      text-align: center;
      font-size: 12px;
      font-weight: 600;
      color: var(--green-dark);
      letter-spacing: .01em;
    }

    /* ── Hero ── */
    .hero {
      background:
        linear-gradient(90deg, rgba(8,19,16,.98) 0%, rgba(8,19,16,.9) 38%, rgba(8,19,16,.56) 70%, rgba(8,19,16,.2) 100%),
        linear-gradient(135deg, rgba(34,197,94,.32), rgba(250,204,21,.12) 42%, rgba(14,165,233,.2)),
        url("../hero-prestamistas-mexico.png");
      background-size: cover;
      background-position: center;
      padding: 90px 0 72px;
      min-height: 720px;
      display: flex;
      align-items: center;
      position: relative; overflow: hidden;
    }
    .hero::before {
      content: '';
      position: absolute; inset: 0; pointer-events: none;
      background-image: radial-gradient(circle, rgba(255,255,255,.035) 1px, transparent 1px);
      background-size: 36px 36px;
    }
    .hero-content { position: relative; z-index: 1; text-align: left; max-width: 780px; margin-right: auto; }
    .hero-eyebrow {
      display: inline-flex; align-items: center; gap: 8px;
      padding: 8px 16px; border-radius: 999px;
      background: rgba(250,204,21,.16); border: 1px solid rgba(250,204,21,.38);
      color: #FEF08A; font-size: 12px; font-weight: 900;
      letter-spacing: .07em; text-transform: uppercase; margin-bottom: 26px;
      box-shadow: 0 12px 34px rgba(250,204,21,.13);
    }
    .hero-title {
      font-size: clamp(38px, 6.5vw, 76px);
      font-weight: 900; line-height: .98; letter-spacing: -.03em;
      color: #fff; margin-bottom: 22px;
      text-shadow: 0 16px 46px rgba(0,0,0,.35);
    }
    .hero-title .accent { color: #FDE047; }
    .hero-desc {
      font-size: clamp(16px, 2vw, 20px); line-height: 1.58;
      color: rgba(255,255,255,.78); max-width: 690px;
      margin-right: auto; margin-bottom: 22px;
      font-weight: 650;
    }
    .hero-perks {
      display: flex;
      align-items: center;
      gap: 10px;
      flex-wrap: wrap;
      margin-bottom: 26px;
    }
    .hero-perks span {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      min-height: 42px;
      padding: 0 15px;
      border-radius: 999px;
      background: rgba(255,255,255,.12);
      border: 1px solid rgba(255,255,255,.2);
      color: #fff;
      font-size: 13px;
      font-weight: 900;
      box-shadow: 0 12px 32px rgba(0,0,0,.16);
    }
    .hero-perks span:nth-child(1) svg { color: #34D399; }
    .hero-perks span:nth-child(2) svg { color: #FDE047; }
    .hero-perks span:nth-child(3) svg { color: #38BDF8; }
    .hero-note {
      max-width: 580px;
      margin: -34px 0 24px;
      color: rgba(255,255,255,.52);
      font-size: 12px;
      font-weight: 650;
    }
    .hero-apps {
      display: flex; justify-content: flex-start; gap: 12px; flex-wrap: wrap;
      margin-bottom: 36px;
    }
    .hero-app-btn {
      display: inline-flex; align-items: center; gap: 8px;
      min-height: 44px; padding: 0 18px; border-radius: 999px;
      background: rgba(255,255,255,.11);
      border: 1px solid rgba(255,255,255,.2);
      color: rgba(255,255,255,.9);
      font-size: 14px; font-weight: 900; cursor: pointer;
      transition: all .18s;
    }
    .hero-app-btn:hover {
      background: rgba(255,255,255,.13);
      border-color: rgba(255,255,255,.2);
      color: #fff; transform: translateY(-2px);
    }
    .hero-app-btn .dot {
      width: 8px; height: 8px; border-radius: 50%;
    }
    .dot-green { background: #34D399; }
    .dot-amber { background: #FBBF24; }
    .dot-red { background: #F87171; }
    .hero-stats {
      display: flex; justify-content: flex-start; gap: 56px; flex-wrap: wrap;
      padding-top: 32px;
      border-top: 1px solid rgba(255,255,255,.08);
    }
    .hero-stat strong {
      display: block;
      font-size: clamp(26px, 4vw, 44px);
      font-weight: 900; color: #fff;
      letter-spacing: -.02em; line-height: 1;
    }
    .hero-stat span {
      display: block; margin-top: 5px;
      font-size: 12px; color: rgba(255,255,255,.38);
      font-weight: 600; text-transform: uppercase; letter-spacing: .05em;
    }

    /* ── Sections ── */
    .section { padding: 80px 0; }
    .section-kicker {
      display: inline-block; font-size: 12px; font-weight: 800;
      letter-spacing: .08em; text-transform: uppercase;
      color: var(--green); margin-bottom: 10px;
    }
    .section-title {
      font-size: clamp(27px, 4vw, 46px); font-weight: 900;
      line-height: 1.05; letter-spacing: -.02em; margin-bottom: 10px;
    }
    .section-subtitle {
      font-size: 15px; color: var(--muted); line-height: 1.65;
      max-width: 540px;
    }
    .section-hd {
      display: flex; align-items: flex-end; justify-content: space-between;
      gap: 24px; margin-bottom: 28px; flex-wrap: wrap;
    }

    /* ── Fast apply hook ── */
    .fast-apply-band {
      padding: 56px 0;
      background:
        linear-gradient(135deg, rgba(254,249,195,.86), rgba(224,242,254,.88) 48%, rgba(236,253,245,.92)),
        var(--surface);
      border-bottom: 1px solid rgba(0,0,0,.07);
    }
    .fast-apply-head {
      display: grid;
      gap: 8px;
      max-width: 760px;
      margin-bottom: 24px;
    }
    .fast-apply-head h2 {
      font-size: clamp(27px, 4vw, 44px);
      line-height: 1.05;
      font-weight: 950;
      letter-spacing: -.02em;
    }
    .fast-apply-head p {
      max-width: 650px;
      color: #334155;
      font-size: 16px;
      line-height: 1.65;
      font-weight: 650;
    }
    .fast-apply-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 16px;
    }
    .fast-apply-item {
      display: grid;
      gap: 10px;
      min-height: 188px;
      padding: 20px;
      border-radius: 18px;
      color: #0F172A;
      border: 1px solid rgba(15,23,42,.1);
      box-shadow: 0 18px 48px rgba(15,23,42,.12);
      transition: transform .18s ease, box-shadow .18s ease;
      align-content: start;
    }
    .fast-apply-item:hover {
      transform: translateY(-4px);
      box-shadow: 0 24px 60px rgba(15,23,42,.18);
    }
    .fast-icon {
      width: 48px;
      height: 48px;
      border-radius: 15px;
      display: grid;
      place-items: center;
      color: #fff;
      box-shadow: 0 12px 30px rgba(0,0,0,.18);
    }
    .fast-apply-item strong {
      font-size: 20px;
      line-height: 1.1;
      font-weight: 950;
      letter-spacing: -.01em;
    }
    .fast-apply-item span:last-child {
      color: rgba(15,23,42,.68);
      font-size: 14px;
      line-height: 1.55;
      font-weight: 700;
    }
    .item-green { background: linear-gradient(135deg, #DCFCE7, #FFFFFF); }
    .item-blue { background: linear-gradient(135deg, #E0F2FE, #FFFFFF); }
    .item-red { background: linear-gradient(135deg, #FFE4E6, #FFFFFF); }
    .item-green .fast-icon { background: linear-gradient(135deg, #059669, #34D399); }
    .item-blue .fast-icon { background: linear-gradient(135deg, #0284C7, #38BDF8); }
    .item-red .fast-icon { background: linear-gradient(135deg, #DC2626, #FB7185); }

    .theme-visual {
      position: relative;
      overflow: hidden;
      border-radius: var(--r-xl);
      border: 1px solid var(--border);
      box-shadow: var(--shadow-sm);
      background: var(--surface);
      margin-bottom: 26px;
    }
    .theme-visual img {
      display: block;
      width: 100%;
      height: clamp(240px, 34vw, 430px);
      object-fit: cover;
    }
    .theme-visual::after {
      content: '';
      position: absolute;
      inset: 0;
      pointer-events: none;
      background: linear-gradient(180deg, transparent 42%, rgba(8,19,16,.72) 100%);
    }
    .theme-visual-caption {
      position: absolute;
      left: 22px;
      right: 22px;
      bottom: 20px;
      z-index: 1;
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 18px;
      color: #fff;
    }
    .theme-visual-caption strong {
      display: block;
      font-size: clamp(19px, 3vw, 30px);
      line-height: 1.08;
      letter-spacing: 0;
    }
    .theme-visual-caption span {
      display: block;
      max-width: 480px;
      margin-top: 8px;
      color: rgba(255,255,255,.72);
      font-size: 13px;
      line-height: 1.55;
      font-weight: 650;
    }
    .visual-badge {
      flex: 0 0 auto;
      padding: 9px 13px;
      border-radius: 999px;
      background: rgba(16,185,129,.18);
      border: 1px solid rgba(167,243,208,.34);
      color: #D1FAE5;
      font-size: 12px;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: .06em;
    }
    .alert-visual {
      margin-top: -4px;
      margin-bottom: 22px;
    }

    /* ── Top ad banner ── */
    .top-ad-banner {
      background: #07110d;
      padding: 14px 0;
      border-bottom: 1px solid rgba(255,255,255,.08);
    }
    .top-ad-rotator {
      display: grid;
      width: min(1035px, 100%);
      margin-inline: auto;
    }
    .top-ad-link {
      grid-area: 1 / 1;
      display: block;
      width: 100%;
      border-radius: 14px;
      overflow: hidden;
      background: rgba(255,255,255,.05);
      border: 1px solid rgba(255,255,255,.1);
      box-shadow: 0 18px 44px rgba(0,0,0,.24);
      opacity: 0;
      pointer-events: none;
      transition: opacity .35s ease, transform .18s ease, box-shadow .18s ease;
    }
    .top-ad-link.active {
      opacity: 1;
      pointer-events: auto;
    }
    .top-ad-link:hover {
      transform: translateY(-2px);
      box-shadow: 0 24px 58px rgba(0,0,0,.32);
    }
    .top-ad-link img {
      display: block;
      width: 100%;
      height: auto;
    }

    /* ── Buttons ── */
    .btn-primary {
      display: inline-flex; align-items: center; justify-content: center;
      gap: 8px; height: 44px; padding: 0 20px;
      border-radius: var(--r-sm); border: none;
      background: var(--ink); color: #fff;
      font-size: 14px; font-weight: 700; cursor: pointer;
      transition: all .15s; white-space: nowrap;
    }
    .btn-primary:hover { background: #1a2a1f; transform: translateY(-1px); box-shadow: var(--shadow-md); }
    .btn-full {
      width: 100%;
      justify-content: center;
    }
    .btn-ghost {
      display: inline-flex; align-items: center; justify-content: center;
      gap: 8px; height: 44px; padding: 0 18px;
      border-radius: var(--r-sm);
      border: 1px solid var(--border); background: var(--surface);
      color: var(--muted); font-size: 13px; font-weight: 700;
      cursor: pointer; transition: all .15s; white-space: nowrap;
    }
    .btn-ghost:hover { border-color: var(--green); color: var(--green); background: var(--green-pale); }

    /* ── Filter bar ── */
    .filter-bar {
      display: flex; gap: 10px; align-items: center;
      padding: 10px; background: var(--surface);
      border-radius: var(--r-lg); border: 1px solid var(--border);
      box-shadow: var(--shadow-sm); margin-bottom: 24px; flex-wrap: wrap;
    }
    .filter-field { position: relative; min-width: 160px; flex: 1; }
    .filter-field svg {
      position: absolute; left: 12px; top: 50%;
      transform: translateY(-50%); color: var(--muted-2);
      pointer-events: none; width: 16px; height: 16px;
    }
    .filter-field input,
    .filter-field select {
      width: 100%; height: 44px;
      border: 1px solid var(--border); border-radius: var(--r-sm);
      background: var(--surface-2); color: var(--ink);
      padding: 0 12px 0 36px; font-size: 14px; font-weight: 500;
      outline: none; transition: border-color .15s, box-shadow .15s;
      appearance: none; -webkit-appearance: none;
    }
    .filter-field input:focus,
    .filter-field select:focus {
      border-color: var(--green);
      box-shadow: 0 0 0 3px rgba(5,150,105,.1);
      background: var(--surface);
    }
    .filter-field-wide {
      flex: 2;
      min-width: 200px;
    }

    /* ── App Cards ── */
    .apps-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 20px;
    }
    .app-card {
      background: var(--surface);
      border-radius: var(--r-xl); border: 1px solid var(--border);
      box-shadow: var(--shadow-sm);
      display: flex; flex-direction: column;
      transition: transform .22s, box-shadow .22s, border-color .22s;
      overflow: hidden;
    }
    .app-card:hover {
      transform: translateY(-5px);
      box-shadow: var(--shadow-lg);
      border-color: rgba(5,150,105,.18);
    }

    /* card header band */
    .card-band {
      height: 6px; width: 100%;
    }
    .band-green { background: linear-gradient(90deg, var(--green), #34D399); }
    .band-amber { background: linear-gradient(90deg, var(--amber), #FBBF24); }
    .band-red   { background: linear-gradient(90deg, var(--red), #F87171); }

    .card-top {
      padding: 22px 24px 0;
      display: flex; align-items: flex-start;
      justify-content: space-between; gap: 12px;
    }
    .app-logo {
      width: 54px; height: 54px; border-radius: 16px;
      display: grid; place-items: center;
      font-weight: 900; font-size: 17px; flex-shrink: 0;
      letter-spacing: -.02em;
    }
    .logo-green { background: var(--green-pale); color: var(--green-dark); }
    .logo-amber { background: var(--amber-pale); color: #92400E; }
    .logo-red   { background: var(--red-pale);   color: #991B1B; }

    .app-name { font-size: 22px; font-weight: 900; letter-spacing: -.02em; margin-top: 2px; }
    .app-entity { font-size: 12px; color: var(--muted); font-weight: 600; margin-top: 2px; }

    .risk-badge {
      display: inline-flex; align-items: center; gap: 5px;
      padding: 5px 11px; border-radius: 999px;
      font-size: 12px; font-weight: 700; white-space: nowrap; flex-shrink: 0;
    }
    .risk-badge .dot { width: 7px; height: 7px; border-radius: 50%; flex-shrink: 0; }
    .badge-bajo  { background: var(--green-pale); color: var(--green-dark); border: 1px solid var(--green-border); }
    .badge-medio { background: var(--amber-pale); color: #92400E; border: 1px solid var(--amber-border); }
    .badge-alto  { background: var(--red-pale);   color: #991B1B; border: 1px solid var(--red-border); }

    /* score row */
    .card-score {
      padding: 18px 24px;
      display: flex; align-items: center; gap: 18px;
    }
    .score-ring {
      position: relative; flex-shrink: 0;
      width: 72px; height: 72px;
    }
    .score-ring svg { width: 72px; height: 72px; transform: rotate(-90deg); }
    .ring-track { fill: none; stroke: rgba(0,0,0,.07); stroke-width: 6; }
    .ring-fill  { fill: none; stroke-width: 6; stroke-linecap: round; transition: stroke-dashoffset .7s ease; }
    .ring-green { stroke: var(--green); }
    .ring-amber { stroke: var(--amber); }
    .ring-red   { stroke: var(--red); }
    .ring-label {
      position: absolute; inset: 0;
      display: flex; flex-direction: column;
      align-items: center; justify-content: center;
    }
    .ring-score {
      font-size: 19px; font-weight: 900; line-height: 1; letter-spacing: -.02em;
    }
    .ring-score.green { color: var(--green); }
    .ring-score.amber { color: var(--amber); }
    .ring-score.red   { color: var(--red); }
    .ring-denom { font-size: 9px; font-weight: 700; color: var(--muted-2); margin-top: 1px; }

    .score-info { flex: 1; min-width: 0; }
    .score-label { font-size: 10px; font-weight: 800; color: var(--muted-2); text-transform: uppercase; letter-spacing: .06em; margin-bottom: 6px; }
    .stars { color: #F59E0B; font-size: 14px; letter-spacing: 1px; }
    .rating-val { font-size: 20px; font-weight: 900; letter-spacing: -.02em; line-height: 1; }
    .rating-sub { font-size: 11px; color: var(--muted); font-weight: 600; margin-top: 2px; }

    /* divider */
    .card-divider { height: 1px; background: var(--border); margin: 0 24px; }

    /* facts grid */
    .card-facts {
      padding: 18px 24px;
      display: grid; grid-template-columns: 1fr 1fr; gap: 8px;
    }
    .fact {
      background: var(--surface-2); border-radius: var(--r-sm);
      padding: 11px 13px;
    }
    .fact-lbl {
      font-size: 10px; font-weight: 800; color: var(--muted);
      text-transform: uppercase; letter-spacing: .05em; margin-bottom: 4px;
    }
    .fact-val { font-size: 13px; font-weight: 700; color: var(--ink); line-height: 1.3; }
    .fact-val.c-amber { color: var(--amber); }
    .fact-val.c-red   { color: var(--red); }
    .fact-val.c-green { color: var(--green); }

    /* pros / cons */
    .card-list { padding: 0 24px 16px; display: grid; gap: 7px; }
    .list-item {
      display: flex; align-items: flex-start; gap: 8px;
      font-size: 13px; line-height: 1.4; color: #374151;
    }
    .list-item svg { flex-shrink: 0; margin-top: 1px; }
    .li-pro svg { color: var(--green); }
    .li-con svg { color: var(--red); }

    /* alert box */
    .card-alert {
      margin: 0 24px 18px;
      padding: 12px 14px;
      border-radius: var(--r-sm);
      background: rgba(220,38,38,.05);
      border: 1px solid rgba(220,38,38,.18);
      display: flex; gap: 10px; align-items: flex-start;
      font-size: 12px; color: #7F1D1D; line-height: 1.55;
    }
    .card-alert svg { flex-shrink: 0; color: var(--red); margin-top: 1px; }

    /* card footer */
    .card-footer {
      margin-top: auto; padding: 0 24px 24px;
      display: grid; grid-template-columns: 1fr auto; gap: 10px;
      align-items: center;
    }
    .compare-label {
      display: flex; align-items: center; gap: 8px;
      cursor: pointer; padding: 10px 13px;
      border-radius: var(--r-sm);
      border: 1px solid var(--border); background: var(--surface-2);
      font-size: 13px; font-weight: 700; color: var(--ink);
      transition: all .15s; user-select: none;
    }
    .compare-label input { width: 15px; height: 15px; accent-color: var(--green); cursor: pointer; }
    .compare-label:hover { border-color: var(--green); background: var(--green-pale); }

    /* ── Compare dock ── */
    .compare-dock {
      position: sticky; bottom: 14px; z-index: 30;
      background: var(--ink);
      border-radius: var(--r-lg); padding: 14px 18px;
      box-shadow: 0 20px 60px rgba(0,0,0,.32);
      display: none; align-items: center; justify-content: space-between;
      gap: 14px; margin-top: 22px;
      border: 1px solid rgba(255,255,255,.07);
    }
    .compare-dock.active { display: flex; }
    .dock-pills { display: flex; flex-wrap: wrap; gap: 8px; }
    .dock-pill {
      display: inline-flex; align-items: center; gap: 6px;
      padding: 6px 13px; border-radius: 999px;
      background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.12);
      color: #fff; font-size: 13px; font-weight: 700;
    }

    /* ── Compare table ── */
    .compare-panel {
      display: none; margin-top: 20px; border-radius: var(--r-lg);
      overflow: hidden; border: 1px solid var(--border); box-shadow: var(--shadow-md);
    }
    .compare-panel.active { display: block; }
    .compare-table { width: 100%; border-collapse: collapse; background: var(--surface); }
    .compare-table th {
      padding: 14px 18px; background: var(--surface-2);
      text-align: left; font-size: 12px; font-weight: 800;
      color: var(--muted); text-transform: uppercase;
      letter-spacing: .05em; border-bottom: 1px solid var(--border);
    }
    .compare-table td {
      padding: 13px 18px; border-bottom: 1px solid var(--border);
      font-size: 14px; font-weight: 500; vertical-align: top;
    }
    .compare-table tr:last-child td,
    .compare-table tr:last-child th { border-bottom: none; }
    .compare-table tbody tr:hover td { background: var(--surface-2); }

    /* ── Method (dark) ── */
    .method-section {
      background:
        radial-gradient(ellipse 70% 50% at 0% 50%, rgba(16,185,129,.08), transparent),
        var(--ink);
      color: #fff;
    }
    .method-grid {
      display: grid; grid-template-columns: 5fr 7fr; gap: 64px; align-items: start;
    }
    .method-section .section-kicker { color: #34D399; }
    .method-section .section-title { color: #fff; }
    .method-desc { color: rgba(255,255,255,.5); line-height: 1.7; font-size: 15px; margin-top: 16px; }
    .method-steps { display: grid; gap: 14px; }
    .method-step {
      padding: 20px; border-radius: var(--r-md);
      background: rgba(255,255,255,.05);
      border: 1px solid rgba(255,255,255,.08);
      display: grid; grid-template-columns: auto 1fr; gap: 16px; align-items: start;
    }
    .step-num {
      width: 36px; height: 36px; border-radius: 10px; flex-shrink: 0;
      background: rgba(16,185,129,.12); border: 1px solid rgba(16,185,129,.22);
      color: #34D399; display: grid; place-items: center;
      font-size: 13px; font-weight: 900;
    }
    .step-title { font-size: 15px; font-weight: 800; color: #fff; margin-bottom: 4px; }
    .step-desc { font-size: 13px; color: rgba(255,255,255,.46); line-height: 1.55; }

    /* ── Alerts ── */
    .alerts-grid {
      display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
    }
    .alert-card {
      padding: 24px; border-radius: var(--r-lg);
      background: var(--surface); border: 1px solid var(--border);
      box-shadow: var(--shadow-sm);
    }
    .alert-card.a-red    { border-color: rgba(220,38,38,.2); background: linear-gradient(160deg,#FFF5F5 0%,#fff 60%); }
    .alert-card.a-amber  { border-color: rgba(217,119,6,.2); background: linear-gradient(160deg,#FFFBF0 0%,#fff 60%); }
    .alert-card.a-green  { border-color: rgba(5,150,105,.2); background: linear-gradient(160deg,#F0FFF9 0%,#fff 60%); }
    .alert-icon {
      width: 44px; height: 44px; border-radius: 12px;
      display: grid; place-items: center; margin-bottom: 16px;
    }
    .ai-red   { background: rgba(220,38,38,.08); color: var(--red); }
    .ai-amber { background: rgba(217,119,6,.08);  color: var(--amber); }
    .ai-green { background: rgba(5,150,105,.08);  color: var(--green); }
    .alert-title { font-size: 15px; font-weight: 800; margin-bottom: 8px; }
    .alert-desc  { font-size: 13px; color: #4B5563; line-height: 1.65; }
    .alert-footer { margin-top: 16px; display: flex; gap: 7px; flex-wrap: wrap; }
    .tag {
      display: inline-flex; align-items: center;
      padding: 4px 10px; border-radius: 999px;
      font-size: 11px; font-weight: 800; letter-spacing: .02em;
    }
    .tag-red   { background: rgba(220,38,38,.08); color: var(--red); }
    .tag-amber { background: rgba(217,119,6,.08);  color: var(--amber); }
    .tag-green { background: rgba(5,150,105,.08);  color: var(--green-dark); }

    /* ── Modal ── */
    .modal {
      position: fixed; inset: 0; z-index: 100;
      display: none; place-items: center;
      padding: 20px;
      background: rgba(0,0,0,.52);
      backdrop-filter: blur(10px);
    }
    .modal.active { display: grid; }
    .modal-card {
      width: min(660px, 100%);
      max-height: min(680px, calc(100vh - 40px));
      overflow-y: auto;
      background: var(--surface); border-radius: var(--r-xl);
      box-shadow: 0 40px 100px rgba(0,0,0,.28);
      border: 1px solid var(--border);
    }
    .modal-hd {
      position: sticky; top: 0;
      padding: 20px 24px 18px;
      border-bottom: 1px solid var(--border);
      background: rgba(255,255,255,.96);
      backdrop-filter: blur(10px);
      display: flex; align-items: center;
      justify-content: space-between; gap: 12px; z-index: 1;
    }
    .modal-title { font-size: 20px; font-weight: 900; }
    .modal-sub { font-size: 13px; color: var(--muted); margin-top: 2px; }
    .modal-close {
      width: 36px; height: 36px; border-radius: 10px;
      border: 1px solid var(--border); background: var(--surface);
      cursor: pointer; display: grid; place-items: center;
      color: var(--muted); transition: all .15s;
    }
    .modal-close:hover { border-color: var(--red); color: var(--red); }
    .modal-body { padding: 24px; }
    .form-grid { display: grid; gap: 14px; }
    .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
    .fg { display: grid; gap: 6px; }
    .fg label { font-size: 12px; font-weight: 800; color: var(--muted); text-transform: uppercase; letter-spacing: .04em; }
    .fg input, .fg select, .fg textarea {
      width: 100%; border: 1px solid var(--border-strong);
      border-radius: var(--r-sm); background: var(--surface-2);
      color: var(--ink); padding: 12px 14px; font-size: 14px;
      outline: none; resize: vertical;
      transition: border-color .15s, box-shadow .15s;
    }
    .fg input:focus, .fg select:focus, .fg textarea:focus {
      border-color: var(--green);
      box-shadow: 0 0 0 3px rgba(5,150,105,.1);
      background: var(--surface);
    }
    .fg textarea { min-height: 100px; }

    /* ── Entry popup ── */
    .entry-popup {
      position: fixed;
      inset: 0;
      z-index: 180;
      display: grid;
      place-items: center;
      padding: 18px;
      background: rgba(0,0,0,.58);
      backdrop-filter: blur(12px);
      opacity: 0;
      pointer-events: none;
      transition: opacity .22s ease;
    }
    .entry-popup[hidden] { display: none; }
    .entry-popup.active {
      opacity: 1;
      pointer-events: auto;
    }
    .entry-popup-card {
      position: relative;
      width: min(520px, 100%);
      max-height: calc(100vh - 36px);
      border-radius: 24px;
      overflow: hidden;
      background: #26006f;
      box-shadow: 0 34px 100px rgba(0,0,0,.45);
      border: 1px solid rgba(255,255,255,.2);
      transform: translateY(18px) scale(.98);
      transition: transform .26s cubic-bezier(.34,1.56,.64,1);
    }
    .entry-popup.active .entry-popup-card {
      transform: translateY(0) scale(1);
    }
    .entry-popup-link {
      display: block;
    }
    .entry-popup-card img {
      display: block;
      width: 100%;
      max-height: calc(100vh - 36px);
      object-fit: contain;
    }
    .entry-popup-close {
      position: absolute;
      top: 12px;
      right: 12px;
      z-index: 1;
      width: 40px;
      height: 40px;
      border-radius: 999px;
      border: 1px solid rgba(255,255,255,.32);
      background: rgba(12,5,24,.62);
      color: #fff;
      display: grid;
      place-items: center;
      cursor: pointer;
      box-shadow: 0 10px 28px rgba(0,0,0,.25);
      transition: transform .15s ease, background .15s ease;
    }
    .entry-popup-close:hover {
      transform: scale(1.04);
      background: rgba(12,5,24,.82);
    }

    /* ── Floating ad ── */
    .floating-ad {
      position: fixed;
      left: 50%;
      bottom: 16px;
      z-index: 170;
      width: min(860px, calc(100% - 28px));
      transform: translateX(-50%) translateY(calc(100% + 28px));
      opacity: 0;
      pointer-events: none;
      transition: opacity .24s ease, transform .28s cubic-bezier(.34,1.56,.64,1);
    }
    .floating-ad[hidden] {
      display: none;
    }
    .floating-ad.active {
      opacity: 1;
      pointer-events: auto;
      transform: translateX(-50%) translateY(0);
    }
    .floating-ad-link {
      display: block;
      overflow: hidden;
      border-radius: 14px;
      border: 1px solid rgba(255,255,255,.18);
      background: rgba(7,17,13,.94);
      box-shadow: 0 22px 70px rgba(0,0,0,.34);
    }
    .floating-ad-link img {
      display: block;
      width: 100%;
      height: auto;
    }
    .floating-ad-close {
      position: absolute;
      top: -12px;
      right: -12px;
      width: 34px;
      height: 34px;
      border-radius: 999px;
      border: 1px solid rgba(255,255,255,.28);
      background: rgba(12,5,24,.86);
      color: #fff;
      display: grid;
      place-items: center;
      cursor: pointer;
      box-shadow: 0 10px 28px rgba(0,0,0,.28);
      transition: transform .15s ease, background .15s ease;
    }
    .floating-ad-close:hover {
      transform: scale(1.05);
      background: rgba(12,5,24,.96);
    }

    /* ── WhatsApp button ── */
    .whatsapp-float {
      position: fixed;
      right: 18px;
      bottom: 104px;
      z-index: 168;
      display: inline-flex;
      align-items: center;
      gap: 9px;
      height: 52px;
      padding: 0 18px;
      border-radius: 999px;
      background: #25D366;
      color: #fff;
      font-size: 14px;
      font-weight: 900;
      box-shadow: 0 16px 46px rgba(0,0,0,.28);
      transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
    }
    .whatsapp-float:hover {
      transform: translateY(-2px);
      background: #1EBE5D;
      box-shadow: 0 20px 56px rgba(0,0,0,.34);
    }

    /* ── Toast ── */
    .toast {
      position: fixed; bottom: 18px; left: 50%;
      transform: translateX(-50%) translateY(110%);
      z-index: 200; background: var(--ink); color: #fff;
      padding: 13px 22px; border-radius: var(--r-md);
      box-shadow: 0 20px 60px rgba(0,0,0,.3);
      font-size: 14px; font-weight: 600;
      max-width: min(480px, calc(100% - 40px));
      text-align: center; transition: transform .28s cubic-bezier(.34,1.56,.64,1);
      pointer-events: none;
    }
    .toast.show { transform: translateX(-50%) translateY(0); }

    /* ── Footer ── */
    .footer {
      background:
        radial-gradient(circle at 12% 0%, rgba(16,185,129,.18), transparent 30rem),
        radial-gradient(circle at 88% 16%, rgba(251,191,36,.12), transparent 26rem),
        var(--ink);
      padding: 64px 0 28px;
      color: #fff;
      border-top: 1px solid rgba(255,255,255,.1);
    }
    .footer-grid {
      display: grid;
      grid-template-columns: minmax(260px, 1.15fr) repeat(3, minmax(160px, .55fr));
      gap: 34px;
      align-items: start;
    }
    .footer-brand {
      display: flex; align-items: center; gap: 12px; margin-bottom: 16px;
    }
    .footer-mark {
      width: 44px; height: 44px; border-radius: 14px;
      display: grid; place-items: center;
      background: linear-gradient(135deg, #10B981, #FBBF24);
      color: #07110d; font-weight: 950;
      box-shadow: 0 18px 42px rgba(16,185,129,.2);
    }
    .footer-logo { font-size: 20px; font-weight: 950; color: #fff; line-height: 1; }
    .footer-claim { color: rgba(255,255,255,.54); font-size: 12px; font-weight: 800; margin-top: 4px; }
    .footer-note { font-size: 13px; color: rgba(255,255,255,.58); line-height: 1.75; max-width: 560px; }
    .footer-data {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 10px;
      margin-top: 20px;
      max-width: 600px;
    }
    .footer-stat {
      min-height: 82px;
      padding: 13px;
      border-radius: 16px;
      background: rgba(255,255,255,.06);
      border: 1px solid rgba(255,255,255,.1);
    }
    .footer-stat b { display: block; color: #fff; font-size: 22px; line-height: 1; }
    .footer-stat span { display: block; margin-top: 8px; color: rgba(255,255,255,.48); font-size: 11px; line-height: 1.35; font-weight: 750; }
    .footer-title {
      color: #fff; font-size: 13px; font-weight: 950;
      text-transform: uppercase; letter-spacing: .08em; margin-bottom: 14px;
    }
    .footer-links { display: grid; gap: 10px; }
    .footer-links a,
    .footer-links span {
      color: rgba(255,255,255,.58);
      font-size: 13px;
      line-height: 1.45;
    }
    .footer-links a { transition: color .15s, transform .15s; }
    .footer-links a:hover { color: #fff; transform: translateX(2px); }
    .footer-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 18px; }
    .footer-tag {
      padding: 6px 11px; border-radius: 999px;
      font-size: 11px; font-weight: 800;
      background: rgba(255,255,255,.075);
      color: rgba(255,255,255,.62);
      border: 1px solid rgba(255,255,255,.1);
    }
    .footer-bottom {
      display: flex;
      justify-content: space-between;
      gap: 16px;
      flex-wrap: wrap;
      margin-top: 40px;
      padding-top: 20px;
      border-top: 1px solid rgba(255,255,255,.1);
      color: rgba(255,255,255,.42);
      font-size: 12px;
      line-height: 1.6;
    }

    /* ── Urgency Strip ── */
    .urgency-strip {
      background: linear-gradient(90deg, #065F46 0%, #0EA5E9 34%, #F59E0B 66%, #059669 100%);
      background-size: 200% 100%;
      animation: shimmer 3s linear infinite;
      padding: 10px 0;
      text-align: center;
      font-size: 13px;
      font-weight: 800;
      color: #fff;
      letter-spacing: .02em;
      display: flex; justify-content: center; align-items: center; gap: 10px;
      flex-wrap: wrap;
    }
    @keyframes shimmer { 0%{background-position:200% 0} 100%{background-position:-200% 0} }
    .urgency-dot {
      width: 8px; height: 8px; border-radius: 50%; background: #FDE047;
      display: inline-block; animation: pulse-dot 1.2s ease-in-out infinite;
    }
    .urgency-dot-small {
      width: 6px;
      height: 6px;
    }
    @keyframes pulse-dot {
      0%,100% { opacity:1; transform:scale(1); box-shadow:0 0 0 0 rgba(253,224,71,.55); }
      50%      { opacity:.8; transform:scale(1.2); box-shadow:0 0 0 5px rgba(253,224,71,0); }
    }
    .urgency-link {
      color: #FEF9C3; font-weight: 900; text-decoration: underline;
      text-underline-offset: 2px; cursor: pointer; transition: color .15s;
    }
    .urgency-link:hover { color: #fff; }

    /* ── Hero CTA ── */
    .btn-hero-cta {
      display: inline-flex; align-items: center; gap: 10px;
      height: 58px; padding: 0 36px; border-radius: var(--r-lg);
      background: linear-gradient(135deg, #F59E0B, #FDE047);
      color: #111827; font-size: 17px; font-weight: 950;
      border: none; cursor: pointer; letter-spacing: -.01em;
      box-shadow: 0 10px 36px rgba(245,158,11,.42);
      transition: all .2s; position: relative; overflow: hidden;
    }
    .btn-hero-cta::before {
      content:''; position:absolute; inset:0;
      background: linear-gradient(135deg, rgba(255,255,255,.15), transparent);
      opacity:0; transition: opacity .2s;
    }
    .btn-hero-cta:hover { transform:translateY(-3px); box-shadow:0 16px 48px rgba(245,158,11,.55); }
    .btn-hero-cta:hover::before { opacity:1; }
    .btn-hero-secondary {
      display: inline-flex; align-items: center; gap: 8px;
      height: 58px; padding: 0 28px; border-radius: var(--r-lg);
      background: rgba(14,165,233,.16); border: 1px solid rgba(125,211,252,.34);
      color: #E0F2FE; font-size: 15px; font-weight: 900;
      cursor: pointer; transition: all .2s;
    }
    .btn-hero-secondary:hover { background: rgba(14,165,233,.26); color: #fff; transform:translateY(-2px); }
    .hero-ctas { display:flex; justify-content:flex-start; gap:14px; flex-wrap:wrap; margin-bottom:48px; }

    /* ── App CTA button ── */
    .app-cta-btn {
      display: flex; align-items: center; justify-content: center; gap: 8px;
      width: 100%; height: 48px; border-radius: var(--r-md);
      font-size: 14px; font-weight: 800; border: none; cursor: pointer;
      transition: all .18s; text-decoration: none; letter-spacing: -.01em;
      position: relative; overflow: hidden;
    }
    .app-cta-btn::after {
      content:''; position:absolute; inset:0;
      background:linear-gradient(135deg,rgba(255,255,255,.15),transparent);
    }
    .app-cta-btn:hover { transform:translateY(-2px); }
    .cta-green { background:linear-gradient(135deg,#059669,#34D399); color:#fff; box-shadow:0 6px 20px rgba(5,150,105,.35); }
    .cta-green:hover { box-shadow:0 10px 30px rgba(5,150,105,.5); }
    .cta-amber { background:linear-gradient(135deg,#D97706,#FBBF24); color:#fff; box-shadow:0 6px 20px rgba(217,119,6,.35); }
    .cta-amber:hover { box-shadow:0 10px 30px rgba(217,119,6,.5); }
    .cta-red   { background:linear-gradient(135deg,#DC2626,#F87171); color:#fff; box-shadow:0 6px 20px rgba(220,38,38,.3); }
    .cta-red:hover   { box-shadow:0 10px 30px rgba(220,38,38,.45); }

    /* ── Mid CTA section ── */
    .mid-cta {
      background: linear-gradient(135deg, #0D1117 0%, #1C3829 50%, #0D1117 100%);
      padding: 70px 0; position:relative; overflow:hidden;
    }
    .mid-cta::before {
      content:''; position:absolute; inset:0; pointer-events:none;
      background-image: radial-gradient(circle, rgba(52,211,153,.06) 1px, transparent 1px);
      background-size: 30px 30px;
    }
    .mid-cta-inner { position:relative; z-index:1; text-align:center; max-width:740px; margin-inline:auto; }
    .mid-cta-badge {
      display:inline-flex; align-items:center; gap:8px;
      padding:7px 18px; border-radius:999px;
      background:rgba(52,211,153,.1); border:1px solid rgba(52,211,153,.25);
      color:#34D399; font-size:12px; font-weight:800; letter-spacing:.08em;
      text-transform:uppercase; margin-bottom:24px;
    }
    .mid-cta-title {
      font-size:clamp(28px,5vw,52px); font-weight:900; color:#fff;
      line-height:1.05; letter-spacing:-.03em; margin-bottom:16px;
    }
    .mid-cta-title .accent { color:#34D399; }
    .mid-cta-desc { font-size:15px; color:rgba(255,255,255,.5); line-height:1.65; margin-bottom:36px; max-width:520px; margin-inline:auto; }
    .mid-cta-btns { display:flex; justify-content:center; gap:14px; flex-wrap:wrap; }
    .btn-cta-large {
      display:inline-flex; align-items:center; gap:10px;
      height:56px; padding:0 34px; border-radius:var(--r-lg);
      background:linear-gradient(135deg,#059669,#34D399);
      color:#fff; font-size:16px; font-weight:900;
      border:none; cursor:pointer; letter-spacing:-.01em;
      box-shadow:0 8px 28px rgba(5,150,105,.4); transition:all .2s;
      text-decoration:none;
    }
    .btn-cta-large:hover { transform:translateY(-3px); box-shadow:0 14px 40px rgba(5,150,105,.55); }
    .btn-cta-outline {
      display:inline-flex; align-items:center; gap:8px;
      height:56px; padding:0 28px; border-radius:var(--r-lg);
      background:transparent; border:2px solid rgba(255,255,255,.2);
      color:rgba(255,255,255,.8); font-size:15px; font-weight:700;
      cursor:pointer; transition:all .2s; text-decoration:none;
    }
    .btn-cta-outline:hover { border-color:rgba(255,255,255,.5); color:#fff; background:rgba(255,255,255,.07); }
    .mid-cta-stats {
      display:flex; justify-content:center; gap:48px; flex-wrap:wrap;
      margin-top:48px; padding-top:36px;
      border-top:1px solid rgba(255,255,255,.07);
    }
    .mid-stat strong { display:block; font-size:clamp(24px,3.5vw,40px); font-weight:900; color:#fff; line-height:1; letter-spacing:-.02em; }
    .mid-stat span   { display:block; margin-top:5px; font-size:11px; color:rgba(255,255,255,.38); font-weight:700; text-transform:uppercase; letter-spacing:.06em; }

    /* ── Ad zone ── */
    .ad-zone {
      background:
        linear-gradient(135deg, rgba(255,255,255,.94), rgba(240,249,255,.9)),
        var(--surface);
      border: 1px solid rgba(15,23,42,.1);
      border-radius: var(--r-lg);
      padding: 14px;
      text-align: left;
      margin: 28px 0;
      box-shadow: 0 16px 44px rgba(15,23,42,.1);
    }
    .ad-zone-wide { min-height: 90px; }
    .ad-text-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 12px;
      width: 100%;
    }
    .ad-text-card {
      position: relative;
      display: grid;
      gap: 6px;
      min-height: 116px;
      padding: 15px 16px 14px;
      border-radius: 14px;
      overflow: hidden;
      border: 1px solid rgba(15,23,42,.08);
      color: #0F172A;
      background: #fff;
      box-shadow: 0 10px 30px rgba(15,23,42,.08);
      transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
    }
    .ad-text-card::before {
      content: '';
      position: absolute;
      inset: 0 0 auto;
      height: 4px;
      background: var(--ad-accent, #0EA5E9);
    }
    .ad-text-card:hover {
      transform: translateY(-3px);
      box-shadow: 0 18px 44px rgba(15,23,42,.16);
      border-color: rgba(15,23,42,.18);
    }
    .ad-label {
      justify-self: start;
      padding: 3px 7px;
      border-radius: 999px;
      background: rgba(15,23,42,.06);
      color: #64748B;
      font-size: 10px;
      line-height: 1;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: .08em;
    }
    .ad-text-card strong {
      font-size: clamp(16px, 1.8vw, 20px);
      line-height: 1.08;
      font-weight: 950;
      letter-spacing: 0;
    }
    .ad-text-card span:not(.ad-label) {
      color: #475569;
      font-size: 13px;
      line-height: 1.35;
      font-weight: 650;
    }
    .ad-text-card b {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      justify-self: start;
      min-height: 30px;
      padding: 0 11px;
      border-radius: 999px;
      background: var(--ad-accent, #0EA5E9);
      color: #fff;
      font-size: 12px;
      font-weight: 950;
      text-transform: none;
      letter-spacing: 0;
    }
    .ad-text-blue { --ad-accent: #0EA5E9; background: linear-gradient(135deg, #E0F2FE, #FFFFFF); }
    .ad-text-green { --ad-accent: #059669; background: linear-gradient(135deg, #DCFCE7, #FFFFFF); }
    .ad-text-red { --ad-accent: #DC2626; background: linear-gradient(135deg, #FFE4E6, #FFFFFF); }
    .ad-text-yellow { --ad-accent: #F59E0B; background: linear-gradient(135deg, #FEF3C7, #FFFFFF); }
    .ad-wrap-top {
      padding-top: 8px;
    }
    .ad-wrap-after-alerts {
      padding: 8px 0 32px;
    }

    /* ── Final CTA ── */
    .final-cta {
      background: linear-gradient(135deg, #065F46 0%, #047857 100%);
      padding: 80px 0;
    }
    .final-cta-inner { text-align:center; max-width:680px; margin-inline:auto; }
    .final-cta-title { font-size:clamp(28px,5vw,50px); font-weight:900; color:#fff; letter-spacing:-.03em; line-height:1.08; margin-bottom:16px; }
    .final-cta-desc  { font-size:15px; color:rgba(255,255,255,.65); line-height:1.65; margin-bottom:36px; }
    .final-cta-btns  { display:flex; justify-content:center; gap:14px; flex-wrap:wrap; }
    .btn-white {
      display:inline-flex; align-items:center; gap:8px;
      height:54px; padding:0 32px; border-radius:var(--r-lg);
      background:#fff; color:#065F46; font-size:15px; font-weight:900;
      border:none; cursor:pointer; transition:all .2s; text-decoration:none;
      box-shadow:0 6px 24px rgba(0,0,0,.18);
    }
    .btn-white:hover { transform:translateY(-3px); box-shadow:0 12px 36px rgba(0,0,0,.28); }
    .btn-white-outline {
      display:inline-flex; align-items:center; gap:8px;
      height:54px; padding:0 28px; border-radius:var(--r-lg);
      background:transparent; border:2px solid rgba(255,255,255,.4);
      color:rgba(255,255,255,.9); font-size:15px; font-weight:700;
      cursor:pointer; transition:all .2s; text-decoration:none;
    }
    .btn-white-outline:hover { background:rgba(255,255,255,.12); border-color:rgba(255,255,255,.7); color:#fff; }
    .trust-row {
      display:flex; justify-content:center; gap:28px; flex-wrap:wrap;
      margin-top:36px;
    }
    .trust-item { display:flex; align-items:center; gap:7px; color:rgba(255,255,255,.65); font-size:13px; font-weight:700; }
    .trust-item svg { color:rgba(255,255,255,.8); }

    /* ── Alert card boost ── */
    .alert-card.a-red { animation: border-pulse 2.5s ease-in-out infinite; }
    @keyframes border-pulse {
      0%,100% { box-shadow:0 0 0 0 rgba(220,38,38,0), var(--shadow-sm); }
      50%      { box-shadow:0 0 0 4px rgba(220,38,38,.12), var(--shadow-sm); }
    }

    /* ── Responsive ── */
    @media (max-width: 1024px) {
      .apps-grid { grid-template-columns: 1fr 1fr; }
      .method-grid { grid-template-columns: 1fr; gap: 40px; }
      .alerts-grid { grid-template-columns: 1fr 1fr; }
      .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
    }
    @media (max-width: 768px) {
      .nav-links, .nav-desktop { display: none; }
      .hero {
        padding: 60px 0 52px;
        min-height: 680px;
        background:
          linear-gradient(180deg, rgba(8,19,16,.9) 0%, rgba(8,19,16,.82) 52%, rgba(8,19,16,.94) 100%),
          url("../hero-prestamistas-mexico.png");
        background-size: cover;
        background-position: 66% center;
      }
      .hero-content { text-align: center; max-width: 100%; margin-inline: auto; }
      .hero-desc { margin-inline: auto; }
      .hero-perks, .hero-ctas { justify-content: center; }
      .hero-note { margin-inline: auto; }
      .hero-apps, .hero-stats { justify-content: center; }
      .hero-stats { gap: 28px; }
      .fast-apply-grid { grid-template-columns: 1fr; }
      .fast-apply-head { text-align: center; margin-inline: auto; }
      .fast-apply-head p { margin-inline: auto; }
      .ad-text-grid { grid-template-columns: 1fr; }
      .ad-zone { padding: 10px; }
      .apps-grid { grid-template-columns: 1fr; }
      .section { padding: 60px 0; }
      .section-hd { flex-direction: column; align-items: flex-start; }
      .theme-visual-caption { position: static; background: var(--ink); padding: 18px; flex-direction: column; align-items: flex-start; }
      .theme-visual::after { display: none; }
      .theme-visual img { height: 240px; }
      .top-ad-banner { padding: 10px 0; }
      .top-ad-link { border-radius: 10px; }
      .floating-ad {
        bottom: 10px;
        width: calc(100% - 20px);
      }
      .floating-ad-link {
        border-radius: 10px;
      }
      .floating-ad-close {
        top: -10px;
        right: -6px;
      }
      .whatsapp-float {
        right: 12px;
        bottom: 96px;
        width: 52px;
        padding: 0;
        justify-content: center;
      }
      .whatsapp-float span {
        display: none;
      }
      .filter-bar { flex-direction: column; }
      .filter-field { min-width: 100%; }
      .alerts-grid { grid-template-columns: 1fr; }
      .compare-dock { flex-direction: column; align-items: stretch; }
      .footer-grid { grid-template-columns: 1fr; }
      .footer-data { grid-template-columns: 1fr; }
      .footer-bottom { flex-direction: column; }
    }
    @media (max-width: 500px) {
      .wrap { width: calc(100% - 28px); }
      .hero-title { font-size: 34px; }
      .hero-stats { gap: 20px; }
      .form-row { grid-template-columns: 1fr; }
      .entry-popup {
        padding: 10px;
      }
      .entry-popup-card,
      .entry-popup-card img {
        max-height: calc(100vh - 20px);
      }
      .entry-popup-close {
        top: 8px;
        right: 8px;
      }
    }
