  :root {
    --navy: #00245A;
    --navy-soft: #1a3d70;
    --red: #AE1D22;
    --red-dark: #8c1419;
    --grey: #6C6D70;
    --grey-soft: #9ea0a3;
    --pink: #E67887;
    --pink-soft: #FCE9EC;
    --bg: #FAFAF7;
    --card: #FFFFFF;
    --border: #ECECE6;
    --shadow-sm: 0 1px 2px rgba(0, 36, 90, 0.04), 0 2px 8px rgba(0, 36, 90, 0.04);
    --shadow-md: 0 4px 12px rgba(0, 36, 90, 0.06), 0 8px 24px rgba(0, 36, 90, 0.06);
    --shadow-lg: 0 8px 24px rgba(174, 29, 34, 0.18), 0 16px 40px rgba(174, 29, 34, 0.12);
  }

  * { box-sizing: border-box; margin: 0; padding: 0; }

  html, body {
    background: var(--bg);
    font-family: 'Lato', system-ui, -apple-system, sans-serif;
    color: var(--navy);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.55;
    min-height: 100%;
  }

  body {
    background:
      radial-gradient(ellipse 600px 400px at 50% 0%, rgba(230, 120, 135, 0.08), transparent 70%),
      radial-gradient(ellipse 500px 300px at 50% 100%, rgba(0, 36, 90, 0.04), transparent 70%),
      var(--bg);
    padding: 28px 16px 60px;
  }

  .container {
    max-width: 480px;
    margin: 0 auto;
  }

  /* ── HERO ────────────────────────────────────── */
  .hero {
    text-align: center;
    padding: 12px 0 28px;
  }
  .hero-logo {
    width: 110px;
    height: auto;
    margin: 0 auto 18px;
    display: block;
  }
  .hero-handle {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.18em;
    color: var(--navy);
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  .hero-handle .red { color: var(--red); }
  .hero-tagline {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: var(--grey);
    font-style: italic;
    line-height: 1.5;
    max-width: 320px;
    margin: 0 auto;
  }
  .hero-tagline .accent {
    color: var(--red);
    font-weight: 700;
    font-style: normal;
  }

  /* ── ANDRÉ CARD ──────────────────────────────── */
  .andre-card {
    background: var(--card);
    border-radius: 20px;
    padding: 22px 20px 20px;
    margin-top: 24px;
    box-shadow: var(--shadow-md);
    border: 1px solid var(--border);
    display: flex;
    align-items: center;
    gap: 16px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    text-decoration: none;
    color: inherit;
    position: relative;
    overflow: hidden;
  }
  .andre-card::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--navy) 0%, var(--red) 100%);
  }
  .andre-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0, 36, 90, 0.10), 0 12px 32px rgba(0, 36, 90, 0.08);
  }
  .andre-photo {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 3px solid var(--card);
    box-shadow: 0 0 0 2px var(--pink-soft);
  }
  .andre-info { flex: 1; min-width: 0; }
  .andre-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--red);
    margin-bottom: 4px;
  }
  .andre-name {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 2px;
  }
  .andre-role {
    font-size: 13px;
    color: var(--grey);
    margin-bottom: 10px;
  }
  .andre-cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #25D366;
  }
  .andre-cta svg { width: 14px; height: 14px; }

  /* ── PRIMARY CTA ─────────────────────────────── */
  .primary-cta {
    display: block;
    background: linear-gradient(135deg, var(--red) 0%, var(--red-dark) 100%);
    color: #fff;
    text-decoration: none;
    border-radius: 18px;
    padding: 22px 24px;
    margin-top: 16px;
    text-align: center;
    box-shadow: var(--shadow-lg);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    position: relative;
    overflow: hidden;
  }
  .primary-cta::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.12) 0%, transparent 60%);
    pointer-events: none;
  }
  .primary-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(174, 29, 34, 0.28), 0 20px 48px rgba(174, 29, 34, 0.18);
  }
  .primary-cta-eyebrow {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    opacity: 0.85;
    margin-bottom: 6px;
  }
  .primary-cta-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 6px;
    letter-spacing: -0.01em;
  }
  .primary-cta-sub {
    font-size: 13px;
    opacity: 0.9;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    justify-content: center;
  }
  .primary-cta-sub svg { width: 14px; height: 14px; }

  /* ── TRUST STRIP ─────────────────────────────── */
  .trust {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin-top: 22px;
  }
  .trust-item {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 14px 12px;
    text-align: center;
  }
  .trust-value {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: var(--navy);
    line-height: 1.1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin-bottom: 4px;
  }
  .trust-value .star { color: #f5b300; font-size: 16px; }
  .trust-label {
    font-size: 11px;
    color: var(--grey);
    line-height: 1.35;
    font-weight: 400;
  }

  /* ── SECTION TITLE ───────────────────────────── */
  .section-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--grey);
    text-align: center;
    margin: 36px 0 14px;
    position: relative;
  }
  .section-title::before,
  .section-title::after {
    content: "";
    display: inline-block;
    width: 32px;
    height: 1px;
    background: var(--border);
    vertical-align: middle;
    margin: 0 12px;
  }

  /* ── BRAND CARDS ─────────────────────────────── */
  .brand-card {
    display: block;
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 20px 22px;
    margin-bottom: 12px;
    text-decoration: none;
    color: inherit;
    box-shadow: var(--shadow-sm);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    position: relative;
    overflow: hidden;
  }
  .brand-card:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
    border-color: var(--pink);
  }
  .brand-card-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
  }
  .brand-card-content { flex: 1; min-width: 0; }
  .brand-card-eyebrow {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--red);
    margin-bottom: 6px;
  }
  .brand-card-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 4px;
    letter-spacing: -0.01em;
  }
  .brand-card-desc {
    font-size: 12.5px;
    color: var(--grey);
    line-height: 1.4;
  }
  .brand-card-arrow {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--pink-soft);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--red);
    font-size: 18px;
    transition: background 0.2s ease, transform 0.2s ease;
  }
  .brand-card:hover .brand-card-arrow {
    background: var(--red);
    color: #fff;
    transform: translateX(2px);
  }

  .brand-card.destinos {
    background: linear-gradient(135deg, #fff 0%, #f7fdfc 100%);
    border-color: #d8efed;
  }
  .brand-card.destinos .brand-card-eyebrow { color: #1a9b94; }
  .brand-card.destinos .brand-card-arrow {
    background: rgba(26, 155, 148, 0.10);
    color: #1a9b94;
  }
  .brand-card.destinos:hover .brand-card-arrow {
    background: #1a9b94;
    color: #fff;
  }

  .brand-card.insights {
    background: linear-gradient(135deg, #fff 0%, #f4f7fc 100%);
    border-color: #d6deec;
  }
  .brand-card.insights .brand-card-eyebrow { color: var(--navy); }
  .brand-card.insights .brand-card-arrow {
    background: rgba(0, 36, 90, 0.08);
    color: var(--navy);
  }
  .brand-card.insights:hover .brand-card-arrow {
    background: var(--navy);
    color: #fff;
  }
  .brand-card.insights .insights-tag {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--navy);
    background: rgba(0, 36, 90, 0.08);
    padding: 3px 8px;
    border-radius: 4px;
    margin-top: 8px;
  }

  .brand-card.eventos {
    background: linear-gradient(135deg, #fff 0%, #fdf6f7 100%);
    border-color: #f3d8dd;
  }
  .brand-card.eventos .brand-card-eyebrow { color: #c14a5c; }
  .brand-card.eventos .brand-card-arrow {
    background: rgba(230, 120, 135, 0.15);
    color: #c14a5c;
  }
  .brand-card.eventos:hover .brand-card-arrow {
    background: var(--pink);
    color: #fff;
  }

  /* ── SOCIAL ──────────────────────────────────── */
  .social {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 28px;
  }
  .social a {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--card);
    border: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--navy);
    transition: all 0.2s ease;
    box-shadow: var(--shadow-sm);
  }
  .social a:hover {
    background: var(--navy);
    color: #fff;
    transform: translateY(-2px);
    border-color: var(--navy);
  }
  .social a svg { width: 18px; height: 18px; }

  /* ── FOOTER ──────────────────────────────────── */
  .footer {
    text-align: center;
    margin-top: 32px;
    padding-top: 20px;
    border-top: 1px solid var(--border);
  }
  .footer-slogan {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: var(--navy);
    margin-bottom: 4px;
  }
  .footer-slogan .red { color: var(--red); }
  .footer-meta {
    font-size: 11px;
    color: var(--grey-soft);
    line-height: 1.5;
  }

  /* ── RESPONSIVE ──────────────────────────────── */
  @media (min-width: 520px) {
    .trust { grid-template-columns: repeat(4, 1fr); }
    .trust-value { font-size: 16px; }
  }
  @media (max-width: 360px) {
    .andre-card { padding: 18px 16px; gap: 12px; }
    .andre-photo { width: 64px; height: 64px; }
    .andre-name { font-size: 16px; }
    .primary-cta { padding: 20px; }
    .primary-cta-title { font-size: 18px; }
  }

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