/* Onest – variable font, pesos 100–900, subsets latin + latin-ext */
@font-face {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/onest-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/onest-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Geist Mono – variable font, pesos 400–600, subsets latin + latin-ext */
@font-face {
  font-family: 'Geist Mono';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('../fonts/geist-mono-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Geist Mono';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('../fonts/geist-mono-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

  :root {
    --cream: #F5F4EF;
    --cream-2: #ECEAE2;
    --charcoal: #0E0E10;
    --graphite: #36363B;
    --graphite-2: #6B6B73;
    --lima: #84CC16;
    --lima-dark: #5A8E0F;
    --line: #D8D5C8;
  }
  * { box-sizing: border-box; margin: 0; padding: 0; }
  :focus-visible {
    outline: 2px solid var(--lima);
    outline-offset: 3px;
    border-radius: 4px;
  }
  .skip-link {
    position: absolute; top: -100%; left: 0; z-index: 9999;
    background: var(--lima); color: var(--charcoal);
    padding: 10px 20px; font-weight: 700; font-size: 14px;
    border-radius: 0 0 6px 0; text-decoration: none;
    transition: top 0.15s ease;
  }
  .skip-link:focus { top: 0; }
  html { scroll-behavior: smooth; }
  body {
    background: var(--charcoal); color: var(--cream);
    font-family: 'Onest', system-ui, sans-serif;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
  }
  .mono { font-family: 'Geist Mono', monospace; }

  /* WORDMARK */
  .wm {
    font-family: 'Onest', sans-serif; font-weight: 900;
    letter-spacing: -0.06em; line-height: 0.9;
    display: inline-flex; align-items: baseline;
  }
  .wm .o-slot {
    display: inline-flex; align-items: center; justify-content: center;
    width: 0.78em; height: 0.78em; margin: 0 0.01em;
    transform: translateY(0.085em);
  }
  .wm .o-slot svg { width: 100%; height: 100%; display: block; }

  /* ========== NAV ========== */
  nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    background: rgba(14,14,16,0.7);
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    border-bottom: 1px solid rgba(255,255,255,0.06);
    transition: background 0.3s ease;
  }
  nav.scrolled { background: rgba(14,14,16,0.95); }
  .nav-inner {
    display: flex; align-items: center; justify-content: space-between;
    padding: 18px 56px; max-width: 1280px; margin: 0 auto;
  }
  @media (max-width: 800px) { .nav-inner { padding: 16px 24px; } }
  nav .wm { font-size: 28px; color: var(--cream); cursor: pointer; text-decoration: none; }
  .nav-links { display: flex; gap: 28px; align-items: center; }
  @media (max-width: 800px) { .nav-links { display: none; } }
  .nav-link {
    font-size: 14px; color: rgba(245,244,239,0.7); font-weight: 500; cursor: pointer;
    transition: color 0.2s ease; position: relative; padding: 4px 0;
    text-decoration: none;
  }
  .nav-link:hover { color: var(--cream); }
  .nav-link.active { color: var(--lima); }
  .nav-link.active::after {
    content: ''; position: absolute; bottom: -2px; left: 0; right: 0;
    height: 2px; background: var(--lima); border-radius: 2px;
  }
  .nav-cta {
    background: var(--lima); color: var(--charcoal);
    padding: 10px 18px; border-radius: 100px;
    font-weight: 700; font-size: 14px; cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    text-decoration: none;
  }
  .nav-cta:hover { transform: translateY(-2px); box-shadow: 0 8px 20px -8px rgba(132,204,22,0.5); }

  .nav-burger { display: none; width: 32px; height: 32px; cursor: pointer; align-items: center; justify-content: center; flex-direction: column; gap: 4px; }
  @media (max-width: 800px) { .nav-burger { display: flex; } }
  .nav-burger span { width: 22px; height: 2px; background: var(--cream); border-radius: 2px; transition: transform 0.3s ease, opacity 0.3s ease; }
  .nav-burger.open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .nav-burger.open span:nth-child(2) { opacity: 0; }
  .nav-burger.open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

  .mobile-menu {
    position: fixed; top: 0; left: 0; right: 0; bottom: 0;
    background: var(--charcoal); z-index: 99;
    display: flex; flex-direction: column; justify-content: center; align-items: center;
    gap: 28px; padding: 80px 24px;
    opacity: 0; pointer-events: none; transition: opacity 0.3s ease;
  }
  .mobile-menu.open { opacity: 1; pointer-events: auto; }
  .mobile-menu .nav-link { font-size: 32px; font-weight: 700; color: var(--cream); }
  .mobile-menu .nav-link.active { color: var(--lima); }
  .mobile-menu .nav-cta { font-size: 18px; padding: 16px 28px; margin-top: 16px; }

  /* SHARED */
  main { padding-top: 73px; }
  .wrap { max-width: 1280px; margin: 0 auto; padding: 0 56px; }
  @media (max-width: 800px) { .wrap { padding: 0 24px; } }
  .v-tag { display: inline-block; font-family: 'Geist Mono', monospace; font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--lima); margin-bottom: 14px; }

  .btn-lima {
    background: var(--lima); color: var(--charcoal);
    padding: 16px 28px; border-radius: 100px;
    font-family: 'Onest', sans-serif; font-weight: 800; font-size: 16px;
    border: none; cursor: pointer; display: inline-flex; align-items: center; gap: 8px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    text-decoration: none;
  }
  .btn-lima:hover { transform: translateY(-3px); box-shadow: 0 12px 28px -10px rgba(132,204,22,0.45); }
  .btn-ghost {
    background: transparent; color: var(--cream);
    border: 1px solid rgba(255,255,255,0.4); padding: 15px 28px; border-radius: 100px;
    font-family: 'Onest', sans-serif; font-weight: 600; font-size: 16px;
    cursor: pointer; transition: background 0.2s ease, border-color 0.2s ease;
    text-decoration: none;
  }
  .btn-ghost:hover { background: rgba(255,255,255,0.06); border-color: var(--cream); }
  .btn-dark {
    background: var(--charcoal); color: var(--cream);
    padding: 16px 28px; border-radius: 100px;
    font-family: 'Onest', sans-serif; font-weight: 800; font-size: 16px;
    border: none; cursor: pointer; display: inline-flex; align-items: center; gap: 8px;
    transition: transform 0.2s ease;
    text-decoration: none;
  }
  .btn-dark:hover { transform: translateY(-3px); }

  /* Reveal animation */
  .reveal { opacity: 0; transform: translateY(40px); transition: opacity 0.8s ease, transform 0.8s ease; }
  .reveal.visible { opacity: 1; transform: translateY(0); }
  .reveal-d1 { transition-delay: 0.1s; }
  .reveal-d2 { transition-delay: 0.2s; }
  .reveal-d3 { transition-delay: 0.3s; }
  .reveal-d4 { transition-delay: 0.4s; }
  .reveal-d5 { transition-delay: 0.5s; }

  @keyframes fadeIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }

  /* ============================================================ */
  /* HOME                                                          */
  /* ============================================================ */

  /* Hero */
  .hero {
    min-height: 100vh; display: flex; align-items: center;
    padding: 80px 0; position: relative; overflow: hidden;
  }

  /* Mosaic background */
  .hero-mosaic {
    position: absolute; inset: 0; z-index: 0;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 6px;
  }
  @media (max-width: 800px) {
    .hero-mosaic { grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr 1fr; }
  }
  .hero-mosaic .m {
    background-size: cover; background-position: center;
    filter: brightness(0.55) saturate(0.85) contrast(1.05);
    transition: filter 1.8s ease, transform 22s ease-in-out;
  }
  .hero-mosaic .m1 {
    grid-column: 1 / 2; grid-row: 1 / 3;
    background-image: url('/assets/photos/rider-scooter.webp');
    background-position: 55% 50%;
    animation: pan-1 28s ease-in-out infinite alternate;
  }
  .hero-mosaic .m2 {
    grid-column: 2 / 3; grid-row: 1 / 2;
    background-image: url('/assets/photos/restaurant-counter.webp');
    animation: pan-2 24s ease-in-out infinite alternate;
  }
  .hero-mosaic .m3 {
    grid-column: 2 / 3; grid-row: 2 / 3;
   background-image: url('/assets/photos/delivery-bag.webp');
    background-position: 60% 40%;
    animation: pan-3 30s ease-in-out infinite alternate;
  }
  @media (max-width: 800px) {
    .hero-mosaic .m1 { grid-column: 1 / 3; grid-row: 1 / 2; }
    .hero-mosaic .m2 { grid-column: 1 / 2; grid-row: 2 / 3; }
    .hero-mosaic .m3 { grid-column: 2 / 3; grid-row: 2 / 3; }
    .hero-mosaic .m3 ~ * { display: none; }
  }
  @keyframes pan-1 { 0% { background-position: 45% 50%; } 100% { background-position: 65% 50%; } }
  @keyframes pan-2 { 0% { background-position: 40% 50%; } 100% { background-position: 60% 50%; } }
  @keyframes pan-3 { 0% { background-position: 55% 45%; } 100% { background-position: 65% 55%; } }

  .hero-overlay {
    position: absolute; inset: 0; z-index: 1; pointer-events: none;
    background:
      linear-gradient(90deg, rgba(14,14,16,0.85) 0%, rgba(14,14,16,0.55) 45%, rgba(14,14,16,0.5) 100%),
      linear-gradient(180deg, rgba(14,14,16,0.3) 0%, rgba(14,14,16,0) 30%, rgba(14,14,16,0) 70%, rgba(14,14,16,0.55) 100%);
  }
  .hero-overlay::after {
    content: ''; position: absolute; bottom: -120px; right: -120px; width: 540px; height: 540px;
    background: radial-gradient(circle, rgba(132,204,22,0.18), transparent 60%);
  }
  .hero-overlay::before {
    content: ''; position: absolute; top: -100px; left: -80px; width: 360px; height: 360px;
    background: radial-gradient(circle, rgba(132,204,22,0.12), transparent 65%);
  }
  .hero-inner { position: relative; z-index: 2; width: 100%; }
  .hero-tag {
    display: inline-flex; align-items: center; gap: 8px;
    font-family: 'Geist Mono', monospace; font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase;
    padding: 8px 16px; background: rgba(0,0,0,0.4); border: 1px solid rgba(255,255,255,0.15);
    border-radius: 100px; color: var(--lima); margin-bottom: 36px;
    backdrop-filter: blur(8px);
  }
  .hero-tag .pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--lima); animation: pulse 2.4s infinite; }
  @keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(132,204,22,0.6); }
    70% { box-shadow: 0 0 0 12px rgba(132,204,22,0); }
    100% { box-shadow: 0 0 0 0 rgba(132,204,22,0); }
  }
  .hero h1 {
    font-family: 'Onest', sans-serif; font-weight: 900;
    font-size: clamp(64px, 13vw, 200px);
    line-height: 0.82; letter-spacing: -0.06em; color: var(--cream);
    max-width: 1000px;
    text-shadow: 0 4px 30px rgba(0,0,0,0.5);
  }
  .hero-dot {
    display: inline-flex;
    width: 0.22em; height: 0.22em;
    vertical-align: -0.025em;
    margin-left: 0.02em;
    cursor: pointer;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.2, 0.7, 0.3, 1);
    filter: drop-shadow(0 4px 18px rgba(132,204,22,0.45));
  }
  .hero-dot svg {
    width: 100%; height: 100%; display: block;
    color: var(--cream);
    overflow: visible;
  }
  .hero-dot:hover { transform: scale(1.12); }

  /* Three bands wobble with phase offsets */
  .hero-dot .band-top {
    transform-origin: center;
    animation: band-wobble-1 6s ease-in-out infinite;
  }
  .hero-dot .band-mid {
    transform-origin: center;
    animation: band-wobble-2 5s ease-in-out infinite;
  }
  .hero-dot .band-bot {
    transform-origin: center;
    animation: band-wobble-3 7s ease-in-out infinite;
  }
  .hero-dot:hover .band-top { animation-duration: 2.2s; }
  .hero-dot:hover .band-mid { animation-duration: 1.8s; }
  .hero-dot:hover .band-bot { animation-duration: 2.5s; }

  @keyframes band-wobble-1 {
    0%, 100% { transform: translateY(0) scaleY(1); }
    25%      { transform: translateY(-3px) scaleY(1.08); }
    50%      { transform: translateY(2px) scaleY(0.92); }
    75%      { transform: translateY(-1px) scaleY(1.04); }
  }
  @keyframes band-wobble-2 {
    0%, 100% { transform: translateY(0) scaleY(1) skewX(0deg); }
    33%      { transform: translateY(3px) scaleY(1.12) skewX(2deg); }
    66%      { transform: translateY(-2px) scaleY(0.88) skewX(-2deg); }
  }
  @keyframes band-wobble-3 {
    0%, 100% { transform: translateY(0) scaleY(1); }
    30%      { transform: translateY(2px) scaleY(0.95); }
    60%      { transform: translateY(-3px) scaleY(1.08); }
    85%      { transform: translateY(1px) scaleY(0.98); }
  }

  /* subtle breathing of the whole orb */
  .hero-dot .dot-clip-wrap {
    transform-origin: center;
    animation: dot-breathe 4s ease-in-out infinite;
  }
  @keyframes dot-breathe {
    0%, 100% { transform: scale(1); }
    50%      { transform: scale(1.04); }
  }
  .hero h1 em { font-style: normal; color: var(--lima); }
  .hero .sub {
    margin-top: 36px; max-width: 600px;
    font-size: 20px; line-height: 1.5; color: rgba(245,244,239,0.85);
    text-shadow: 0 2px 12px rgba(0,0,0,0.5);
  }
  .hero .sub strong { color: var(--cream); font-weight: 600; }
  .hero-ctas { margin-top: 44px; display: flex; gap: 12px; flex-wrap: wrap; }
  .hero-mark {
    position: absolute; right: -80px; bottom: 80px; width: 360px; height: 360px;
    opacity: 0.5; pointer-events: none; z-index: 0;
  }
  .hero-mark svg { width: 100%; height: 100%; color: var(--cream); animation: spin 60s linear infinite; }
  @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
  @media (max-width: 800px) { .hero-mark { display: none; } }

  /* Trust marquee */
  .trust {
    border-top: 1px solid rgba(255,255,255,0.08);
    border-bottom: 1px solid rgba(255,255,255,0.08);
    padding: 28px 0; overflow: hidden;
    background: rgba(0,0,0,0.25);
    backdrop-filter: blur(6px);
  }
  .trust-inner {
    display: flex; align-items: center; justify-content: center;
    gap: 48px; flex-wrap: wrap;
  }
  .trust-label {
    font-family: 'Geist Mono', monospace; font-size: 12px;
    letter-spacing: 0.14em; text-transform: uppercase;
    color: rgba(245,244,239,0.6);
    display: inline-flex; align-items: center; gap: 10px;
  }
  .trust-label .dot { width: 6px; height: 6px; background: var(--lima); border-radius: 50%; display: inline-block; }
  .trust-logos {
    display: inline-flex; align-items: center; gap: 40px;
    flex-wrap: wrap; justify-content: center;
  }
  .trust-logo {
    font-family: 'Onest', sans-serif; font-weight: 800;
    font-size: 26px; letter-spacing: -0.03em;
    color: var(--cream);
    padding: 6px 4px;
    line-height: 1;
    display: inline-flex; align-items: baseline; gap: 2px;
    transition: opacity 0.3s ease;
    opacity: 0.85;
    text-decoration: none;
  }
  .trust-logo:hover { opacity: 1; }
  .trust-logo .accent { color: var(--lima); }
  .trust-logo img { height: 30px; width: auto; display: block; }
  .trust-logo.invert img { filter: brightness(0) invert(1); opacity: 0.92; }
  .trust-logo:hover img { opacity: 1; }

  /* Hero stats */
  .hero-stats {
    margin-top: 36px;
    display: flex; gap: 14px; flex-wrap: wrap;
    max-width: 720px;
  }
  .hero-stat {
    flex: 1 1 200px; min-width: 180px;
    padding: 18px 20px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 14px;
    backdrop-filter: blur(8px);
  }
  .hero-stat .val {
    font-family: 'Onest', sans-serif; font-weight: 900;
    font-size: 30px; letter-spacing: -0.03em; line-height: 1;
    color: var(--cream); margin-bottom: 6px;
  }
  .hero-stat .val em { font-style: normal; color: var(--lima); }
  .hero-stat .lbl {
    font-family: 'Geist Mono', monospace; font-size: 11px;
    letter-spacing: 0.08em; text-transform: uppercase;
    color: rgba(245,244,239,0.65); line-height: 1.3;
  }

  /* MODELO OPERATIVO */
  .modelo-op { background: var(--cream); color: var(--charcoal); padding: 140px 0; position: relative; overflow: hidden; }
  .modelo-op::before {
    content: ''; position: absolute; top: -120px; right: -120px;
    width: 480px; height: 480px;
    background: radial-gradient(circle, rgba(132,204,22,0.12), transparent 65%);
    pointer-events: none;
  }
  .modelo-op-head { position: relative; z-index: 1; max-width: 880px; margin-bottom: 64px; }
  .modelo-op h2 { font-family: 'Onest', sans-serif; font-weight: 900; font-size: clamp(48px, 7vw, 96px); line-height: 0.88; letter-spacing: -0.05em; color: var(--charcoal); }
  .modelo-op h2 em { font-style: normal; color: var(--lima); }
  .modelo-op .lead { margin-top: 28px; font-size: 20px; line-height: 1.55; color: var(--graphite); max-width: 760px; }
  .modelo-op .lead strong { color: var(--charcoal); font-weight: 600; }

  .ops-row {
    position: relative; z-index: 1;
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
  }
  @media (max-width: 800px) { .ops-row { grid-template-columns: 1fr; } }
  .ops-row::before {
    content: ''; position: absolute;
    top: 52px; left: 56px; right: 56px;
    height: 2px;
    background-image: linear-gradient(to right, var(--lima) 0 8px, transparent 8px 16px);
    background-size: 16px 2px; background-repeat: repeat-x;
    z-index: 0;
  }
  @media (max-width: 800px) { .ops-row::before { display: none; } }
  .ops-card {
    position: relative; z-index: 1;
    background: var(--cream);
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: 32px 28px;
    display: flex; flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .ops-card:hover { transform: translateY(-4px); box-shadow: 0 24px 60px -30px rgba(14,14,16,0.18); }
  .ops-card.featured { background: var(--charcoal); border-color: var(--charcoal); color: var(--cream); }
  .ops-card .action-num {
    width: 60px; height: 60px; border-radius: 50%;
    background: var(--lima); color: var(--charcoal);
    font-family: 'Onest', sans-serif; font-weight: 900;
    font-size: 22px; letter-spacing: -0.02em;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 20px;
    box-shadow: 0 0 0 6px var(--cream);
  }
  .ops-card.featured .action-num { box-shadow: 0 0 0 6px var(--charcoal); }
  .ops-card .who-tag {
    display: inline-block;
    font-family: 'Geist Mono', monospace; font-size: 11px;
    letter-spacing: 0.1em; text-transform: uppercase;
    padding: 4px 10px; border-radius: 100px;
    background: rgba(132,204,22,0.18); color: var(--lima-dark);
    margin-bottom: 14px; font-weight: 600;
  }
  .ops-card.featured .who-tag { background: rgba(132,204,22,0.2); color: var(--lima); }
  .ops-card h3 { font-family: 'Onest', sans-serif; font-weight: 900; font-size: 28px; letter-spacing: -0.03em; line-height: 1.0; margin-bottom: 14px; }
  .ops-card .lead { font-size: 16px; line-height: 1.55; color: var(--graphite); margin-bottom: 22px; }
  .ops-card.featured .lead { color: rgba(245,244,239,0.78); }
  .ops-card .doits { list-style: none; padding: 0; margin-top: auto; display: grid; gap: 8px; }
  .ops-card .doits li {
    padding: 10px 14px;
    background: var(--cream-2); border-radius: 8px;
    font-size: 14px; line-height: 1.4; color: var(--charcoal);
    display: flex; align-items: flex-start; gap: 10px;
  }
  .ops-card.featured .doits li { background: rgba(245,244,239,0.08); color: var(--cream); }
  .ops-card .doits li::before {
    content: ''; width: 6px; height: 6px; background: var(--lima);
    border-radius: 50%; flex-shrink: 0; margin-top: 7px;
  }

  .stat-banner {
    margin-top: 24px;
    display: grid; grid-template-columns: auto 1fr auto;
    gap: 36px; align-items: center;
    padding: 36px 44px;
    background: var(--lima); color: var(--charcoal);
    border-radius: 24px;
    position: relative; overflow: hidden;
  }
  @media (max-width: 800px) { .stat-banner { grid-template-columns: 1fr; gap: 14px; padding: 28px; } }
  .stat-banner::before {
    content: ''; position: absolute; top: -80px; right: -40px;
    width: 280px; height: 280px;
    background: radial-gradient(circle, rgba(14,14,16,0.10), transparent 60%);
  }
  .stat-banner .big {
    font-family: 'Onest', sans-serif; font-weight: 900;
    font-size: clamp(80px, 11vw, 140px); line-height: 0.85; letter-spacing: -0.06em;
    color: var(--charcoal); position: relative;
  }
  .stat-banner .big .pct { font-size: 0.55em; vertical-align: 0.35em; margin-left: 2px; }
  .stat-banner .body h4 { font-family: 'Onest', sans-serif; font-weight: 900; font-size: 28px; line-height: 1.0; letter-spacing: -0.025em; color: var(--charcoal); margin-bottom: 6px; }
  .stat-banner .body p { font-size: 15px; line-height: 1.45; color: rgba(14,14,16,0.78); max-width: 440px; }
  .stat-banner .label {
    text-align: right;
    font-family: 'Geist Mono', monospace; font-size: 11px;
    letter-spacing: 0.1em; text-transform: uppercase;
    color: rgba(14,14,16,0.65); font-weight: 600; line-height: 1.4;
  }
  .stat-banner .label strong { display: block; font-family: 'Onest', sans-serif; font-weight: 800; font-size: 16px; letter-spacing: -0.01em; color: var(--charcoal); margin-top: 4px; text-transform: none; }

  /* Problema gigante */
  .problema { background: var(--cream); color: var(--charcoal); padding: 140px 0; }
  .problema-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 64px; align-items: center; }
  @media (max-width: 800px) { .problema-grid { grid-template-columns: 1fr; gap: 32px; } }
  .gigantic {
    font-family: 'Onest', sans-serif; font-weight: 900;
    font-size: clamp(160px, 28vw, 380px); line-height: 0.78; letter-spacing: -0.07em;
    color: var(--charcoal); position: relative;
  }
  .gigantic em { font-style: normal; color: var(--lima); }
  .gigantic::after {
    content: ''; position: absolute; bottom: 20px; right: -20px; width: 120px; height: 120px;
    background: var(--lima); border-radius: 50%; z-index: -1; opacity: 0.15;
    animation: pulse-bg 4s ease-in-out infinite;
  }
  @keyframes pulse-bg { 0%, 100% { transform: scale(1); opacity: 0.15; } 50% { transform: scale(1.2); opacity: 0.25; } }
  .problema h2 {
    font-family: 'Onest', sans-serif; font-weight: 900;
    font-size: clamp(32px, 4.5vw, 56px); line-height: 1.0; letter-spacing: -0.04em;
    color: var(--charcoal); margin-bottom: 18px;
  }
  .problema h2 em { font-style: normal; color: var(--lima); }
  .problema p { font-size: 17px; line-height: 1.55; color: var(--graphite); margin-bottom: 16px; max-width: 460px; }
  .problema ul { list-style: none; padding: 0; display: grid; gap: 8px; margin-top: 20px; max-width: 460px; }
  .problema li {
    padding: 14px 18px; background: var(--cream-2); border-left: 4px solid var(--lima); border-radius: 8px;
    font-size: 14px; color: var(--charcoal); display: flex; justify-content: space-between; align-items: center;
  }
  .problema li strong { font-weight: 700; font-size: 16px; }
  .problema li .src { font-family: 'Geist Mono', monospace; font-size: 11px; color: var(--graphite-2); text-transform: uppercase; letter-spacing: 0.05em; }

  /* 3 capas */
  .capas { background: var(--charcoal); padding: 140px 0 100px; position: relative; }
  .capas h2 {
    font-family: 'Onest', sans-serif; font-weight: 900;
    font-size: clamp(48px, 7vw, 100px); line-height: 0.9; letter-spacing: -0.045em;
    color: var(--cream); margin-bottom: 18px;
  }
  .capas h2 em { font-style: normal; color: var(--lima); }
  .capas .sub { font-size: 18px; line-height: 1.55; color: rgba(245,244,239,0.7); max-width: 600px; margin-bottom: 80px; }
  /* ========== CAPAS - flujo conectado ========== */
  .capas-flow {
    position: relative; max-width: 1240px; margin: 0 auto;
    display: grid; grid-template-columns: 1fr 0.35fr 1fr 0.35fr 1fr;
    align-items: center; gap: 12px;
  }
  @media (max-width: 900px) { .capas-flow { grid-template-columns: 1fr; gap: 24px; } }

  .capa-orb {
    position: relative;
    aspect-ratio: 1;
    max-width: 300px; margin: 0 auto;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 25%, rgba(255,255,255,0.08), rgba(255,255,255,0.02) 60%);
    border: 1.5px solid rgba(255,255,255,0.14);
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    padding: 32px; text-align: center;
    cursor: pointer;
    transition: transform 0.5s cubic-bezier(0.2, 0.7, 0.3, 1), border-color 0.4s ease;
    box-shadow: inset 0 -30px 60px -30px rgba(0,0,0,0.6);
    animation: orb-float 5s ease-in-out infinite;
  }
  .capa-orb:nth-child(1) { animation-delay: 0s; }
  .capa-orb:nth-child(3) { animation-delay: -1.7s; }
  .capa-orb:nth-child(5) { animation-delay: -3.4s; }
  @keyframes orb-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
  }
  .capa-orb::before {
    content: ''; position: absolute; inset: -3px;
    border-radius: 50%;
    border: 1px dashed rgba(255,255,255,0.1);
    animation: ring-rotate 30s linear infinite;
    pointer-events: none;
  }
  .capa-orb::after {
    content: ''; position: absolute; inset: -16px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.06);
    pointer-events: none;
  }
  .capa-orb.featured {
    background: radial-gradient(circle at 30% 25%, rgba(132,204,22,0.28), rgba(132,204,22,0.04) 65%);
    border-color: rgba(132,204,22,0.55);
    box-shadow: inset 0 -30px 60px -30px rgba(0,0,0,0.6), 0 0 80px -20px rgba(132,204,22,0.35);
  }
  .capa-orb.featured::before { border-color: rgba(132,204,22,0.35); }
  .capa-orb.featured::after { border-color: rgba(132,204,22,0.2); }
  .capa-orb:hover {
    animation-play-state: paused;
    transform: translateY(-8px) scale(1.04);
    border-color: rgba(132,204,22,0.6);
  }
  @keyframes ring-rotate { to { transform: rotate(360deg); } }

  .capa-orbit-dot {
    position: absolute; top: -3px; left: 50%; margin-left: -5px;
    width: 10px; height: 10px; border-radius: 50%;
    background: var(--lima);
    transform-origin: 5px calc(50% + 0px);
    animation: orbit 14s linear infinite;
    box-shadow: 0 0 14px rgba(132,204,22,0.7);
  }
  .capa-orb:nth-child(3) .capa-orbit-dot { animation-duration: 18s; animation-direction: reverse; }
  .capa-orb:nth-child(5) .capa-orbit-dot { animation-duration: 9s; }
  @keyframes orbit {
    from { transform: rotate(0) translateY(0); }
    to   { transform: rotate(360deg) translateY(0); }
  }

  .capa-media {
    width: 88px; height: 88px;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 18px;
    color: var(--cream);
  }
  .capa-orb.featured .capa-media { color: var(--cream); }
  .capa-media svg { width: 100%; height: 100%; }

  /* Capa 01 · POSTA mark (interactive) */
  .capa-media-mark { cursor: pointer; transition: transform 0.5s cubic-bezier(0.2, 0.7, 0.3, 1); }
  .capa-orb:hover .capa-media-mark { transform: scale(1.08) rotate(-4deg); }
  .capa-media-mark svg { filter: drop-shadow(0 6px 22px rgba(132,204,22,0.4)); animation: capa-mark-breathe 4.5s ease-in-out infinite; }
  @keyframes capa-mark-breathe {
    0%, 100% { transform: scale(1); }
    50%      { transform: scale(1.04); }
  }

  /* Capa 02 · Flota local (animated pin) */
  .capa-media-local .local-pin {
    transform-origin: 50px 60px;
    animation: pin-bob 3.6s ease-in-out infinite;
  }
  @keyframes pin-bob {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(-4px); }
  }
  .capa-media-local .city-b { transform-origin: bottom; animation: city-pulse 4s ease-in-out infinite; }
  .capa-media-local .city-b2 { animation-delay: -0.6s; }
  .capa-media-local .city-b3 { animation-delay: -1.2s; }
  .capa-media-local .city-b4 { animation-delay: -1.8s; }
  @keyframes city-pulse {
    0%, 100% { opacity: var(--start-opacity, 0.5); }
    50%      { opacity: 0.85; }
  }
  .capa-orb:hover .capa-media-local .local-pin { animation-duration: 1.2s; }

  .capa-media img.logo-bravos {
    width: 100%; height: 100%; object-fit: contain;
    transform: scale(1.55);
    mix-blend-mode: screen;
    filter: drop-shadow(0 4px 12px rgba(0,0,0,0.5));
  }
  .capa-media img.logo-uber {
    width: 100%; height: 100%; object-fit: contain;
    filter: brightness(1.05);
  }

  .capa-orb .capa-name {
    font-family: 'Onest', sans-serif; font-weight: 800;
    font-size: 22px; letter-spacing: -0.025em; line-height: 1.05;
    color: var(--cream); text-transform: uppercase;
    margin-bottom: 14px;
  }
  .capa-orb .capa-pct {
    font-family: 'Onest', sans-serif; font-weight: 900;
    font-size: 56px; letter-spacing: -0.045em; line-height: 0.9;
    color: var(--cream);
  }
  .capa-orb.featured .capa-pct { color: var(--lima); }
  .capa-orb .capa-pct-label {
    font-family: 'Geist Mono', monospace; font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase;
    color: rgba(245,244,239,0.5); margin-top: 6px;
  }

  /* Connector arrows between orbs */
  .capa-arrow {
    position: relative;
    height: 80px;
    display: flex; align-items: center; justify-content: center;
  }
  .capa-arrow svg { width: 100%; height: 100%; overflow: visible; }
  .arrow-path {
    stroke: rgba(132,204,22,0.45);
    stroke-width: 2;
    stroke-dasharray: 6 6;
    fill: none;
    animation: dash 1.4s linear infinite;
  }
  @keyframes dash { to { stroke-dashoffset: -12; } }
  .arrow-head { fill: var(--lima); }
  .arrow-pulse {
    fill: var(--lima);
    filter: drop-shadow(0 0 8px rgba(132,204,22,0.8));
  }
  @media (max-width: 900px) {
    .capa-arrow { height: 50px; transform: rotate(90deg); }
  }

  /* Logo placeholders for Bravos / Uber Direct */
  .capa-logo-text {
    font-family: 'Onest', sans-serif; font-weight: 900;
    font-size: 24px; letter-spacing: -0.04em;
    color: var(--cream);
    display: flex; align-items: center; gap: 4px;
  }
  .capa-orb.featured .capa-logo-text { color: var(--lima); }
  .capa-logo-text .dot { width: 10px; height: 10px; border-radius: 50%; background: currentColor; display: inline-block; }
  .capas-labels { margin-top: 80px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
  @media (max-width: 800px) { .capas-labels { grid-template-columns: 1fr; } }
  .vc-capa-label {
    padding: 24px 28px; border: 1px solid rgba(255,255,255,0.12); border-radius: 20px;
    background: rgba(255,255,255,0.03);
    transition: transform 0.3s ease, background 0.3s ease;
  }
  .vc-capa-label:hover { transform: translateY(-6px); background: rgba(255,255,255,0.06); }
  .vc-capa-label.lima { background: rgba(132,204,22,0.08); border-color: rgba(132,204,22,0.3); }
  .vc-capa-label .tag { font-family: 'Geist Mono', monospace; font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--lima); margin-bottom: 12px; }
  .vc-capa-label h3 { font-family: 'Onest', sans-serif; font-weight: 800; font-size: 22px; letter-spacing: -0.025em; color: var(--cream); margin-bottom: 6px; }
  .vc-capa-label p { font-size: 14px; color: rgba(245,244,239,0.65); line-height: 1.5; }

  /* Diferenciadores */
  .diff { background: var(--cream); color: var(--charcoal); padding: 140px 0; }
  .diff h2 {
    font-family: 'Onest', sans-serif; font-weight: 900;
    font-size: clamp(48px, 7vw, 100px); line-height: 0.9; letter-spacing: -0.045em;
    color: var(--charcoal); margin-bottom: 18px;
  }
  .diff h2 em { font-style: normal; color: var(--lima); }
  .diff .sub { font-size: 18px; line-height: 1.55; color: var(--graphite); max-width: 600px; margin-bottom: 56px; }
  .diff-rail { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
  @media (max-width: 900px) { .diff-rail { grid-template-columns: 1fr; } }
  .diff-card {
    aspect-ratio: 3 / 4; border-radius: 24px; padding: 36px;
    display: flex; flex-direction: column; justify-content: space-between;
    transition: transform 0.4s ease;
  }
  .diff-card:hover { transform: translateY(-12px); }
  .diff-card.dark { background: var(--charcoal); color: var(--cream); }
  .diff-card.lima { background: var(--lima); color: var(--charcoal); }
  .diff-card.cream { background: var(--cream-2); color: var(--charcoal); border: 1px solid var(--line); }
  .diff-card .icon { width: 84px; height: 84px; position: relative; }
  .diff-card .icon svg { width: 100%; height: 100%; overflow: visible; }

  /* === ICON 1: AUDIT - magnifier scanning data === */
  .icon-audit .scanlines line {
    stroke-dasharray: 60;
    transition: stroke-dashoffset 0.6s ease;
  }
  .icon-audit .scanlines line:nth-child(1) { stroke-dashoffset: 30; }
  .icon-audit .scanlines line:nth-child(2) { stroke-dashoffset: 45; }
  .icon-audit .scanlines line:nth-child(3) { stroke-dashoffset: 15; }
  .icon-audit .scanlines line:nth-child(4) { stroke-dashoffset: 38; }
  .diff-card:hover .icon-audit .scanlines line { stroke-dashoffset: 0; }
  .icon-audit .lens {
    transform-origin: 38px 38px;
    animation: lens-drift 6s ease-in-out infinite;
  }
  .diff-card:hover .icon-audit .lens { animation: lens-drift 2s ease-in-out infinite; }
  @keyframes lens-drift {
    0%, 100% { transform: translate(0, 0); }
    25% { transform: translate(6px, -3px); }
    50% { transform: translate(2px, 4px); }
    75% { transform: translate(-4px, -2px); }
  }
  .icon-audit .lens-glow {
    fill: rgba(132,204,22,0.2);
    transition: fill 0.3s ease;
  }
  .diff-card:hover .icon-audit .lens-glow { fill: rgba(132,204,22,0.5); }

  /* === ICON 2: CHATBOT - bubble + neural dot + typing === */
  .icon-chat .typing-dot {
    transform-origin: center;
    animation: type-bounce 1.2s ease-in-out infinite;
  }
  .icon-chat .typing-dot:nth-child(2) { animation-delay: 0.15s; }
  .icon-chat .typing-dot:nth-child(3) { animation-delay: 0.3s; }
  @keyframes type-bounce {
    0%, 80%, 100% { transform: translateY(0); opacity: 0.6; }
    40% { transform: translateY(-3px); opacity: 1; }
  }
  .icon-chat .ai-node circle {
    transform-origin: center;
  }
  .icon-chat .ai-pulse {
    transform-origin: 64px 18px;
    animation: ai-pulse 2.4s ease-in-out infinite;
  }
  @keyframes ai-pulse {
    0%, 100% { opacity: 0.6; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.3); }
  }
  .icon-chat .ai-spark {
    transform-origin: 64px 18px;
    animation: spark-rotate 8s linear infinite;
  }
  @keyframes spark-rotate { to { transform: rotate(360deg); } }
  .diff-card:hover .icon-chat .ai-spark { animation-duration: 3s; }

  /* === ICON 3: 3 CAPAS - shield layers === */
  .icon-layers .layer {
    transform-origin: 40px 50px;
    transition: transform 0.5s cubic-bezier(0.2, 0.7, 0.3, 1);
  }
  .icon-layers .layer-1 { transform: translateY(0); }
  .icon-layers .layer-2 { transform: translateY(0); }
  .icon-layers .layer-3 { transform: translateY(0); }
  .diff-card:hover .icon-layers .layer-1 { transform: translateY(-8px); }
  .diff-card:hover .icon-layers .layer-2 { transform: translateY(0); }
  .diff-card:hover .icon-layers .layer-3 { transform: translateY(8px); }
  .icon-layers .core {
    transform-origin: 40px 50px;
    animation: core-pulse 2.4s ease-in-out infinite;
  }
  @keyframes core-pulse {
    0%, 100% { opacity: 0.85; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.08); }
  }
  .diff-card h3 { font-family: 'Onest', sans-serif; font-weight: 900; font-size: 36px; letter-spacing: -0.035em; line-height: 0.95; }
  .diff-card p { font-size: 15px; line-height: 1.5; opacity: 0.8; }
  .diff-card.cream p { color: var(--graphite); opacity: 1; }

  /* Proceso */
  .proceso { background: var(--charcoal); padding: 140px 0; }
  .proceso h2 {
    font-family: 'Onest', sans-serif; font-weight: 900;
    font-size: clamp(48px, 7vw, 100px); line-height: 0.9; letter-spacing: -0.045em;
    color: var(--cream); margin-bottom: 56px;
  }
  .proceso h2 em { font-style: normal; color: var(--lima); }
  .proceso-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
  @media (max-width: 800px) { .proceso-grid { grid-template-columns: 1fr; } }
  .step {
    padding: 36px 32px; border: 1px solid rgba(255,255,255,0.1); border-radius: 22px;
    background: rgba(255,255,255,0.03); transition: transform 0.3s ease, border-color 0.3s ease;
  }
  .step:hover { transform: translateY(-6px); border-color: var(--lima); }
  .step:nth-child(2) { background: rgba(132,204,22,0.06); border-color: rgba(132,204,22,0.25); }
  .step .num { font-family: 'Onest', sans-serif; font-weight: 900; font-size: 96px; line-height: 0.85; letter-spacing: -0.05em; color: var(--cream); margin-bottom: 28px; }
  .step:nth-child(2) .num { color: var(--lima); }
  .step h3 { font-family: 'Onest', sans-serif; font-weight: 800; font-size: 24px; letter-spacing: -0.025em; color: var(--cream); margin-bottom: 10px; }
  .step p { font-size: 14px; line-height: 1.55; color: rgba(245,244,239,0.65); margin-bottom: 14px; }
  .step .when { font-family: 'Geist Mono', monospace; font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--lima); }

  /* Services preview + testimonial */
  .services-preview { background: var(--charcoal); padding: 80px 0 140px; }
  .services-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
  @media (max-width: 800px) { .services-grid { grid-template-columns: 1fr; } }
  .svc {
    padding: 44px 40px; border-radius: 24px;
    border: 1px solid rgba(255,255,255,0.12); background: rgba(255,255,255,0.03);
    transition: transform 0.3s ease;
    display: flex; flex-direction: column; gap: 14px;
  }
  .svc h3 { margin-top: 4px; }
  .svc p { margin-top: auto; padding-top: 6px; }
  .svc:hover { transform: translateY(-6px); }
  .svc.featured { background: var(--lima); color: var(--charcoal); border-color: var(--lima); }
  .svc .tag { display: inline-block; font-family: 'Geist Mono', monospace; font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; padding: 5px 12px; border-radius: 100px; margin-bottom: 22px; background: rgba(132,204,22,0.15); color: var(--lima); }
  .svc.featured .tag { background: var(--charcoal); color: var(--lima); }
  .svc h3 { font-family: 'Onest', sans-serif; font-weight: 900; font-size: 44px; letter-spacing: -0.04em; line-height: 0.95; color: var(--cream); margin-bottom: 10px; }
  .svc.featured h3 { color: var(--charcoal); }
  .svc .price { font-family: 'Onest', sans-serif; font-weight: 800; font-size: 20px; color: var(--lima); margin-bottom: 16px; }
  .svc.featured .price { color: var(--charcoal); }
  .svc p { font-size: 15px; line-height: 1.55; color: rgba(245,244,239,0.7); margin-bottom: 20px; }
  .svc.featured p { color: rgba(14,14,16,0.75); }
  .svc-link { font-family: 'Onest', sans-serif; font-weight: 700; font-size: 14px; color: var(--lima); cursor: pointer; display: inline-flex; align-items: center; gap: 6px; transition: gap 0.2s ease; text-decoration: none; }
  .svc-link:hover { gap: 12px; }
  .svc.featured .svc-link { color: var(--charcoal); }

  .testimonial { margin-top: 100px; padding: 80px 0; border-top: 1px solid rgba(255,255,255,0.1); border-bottom: 1px solid rgba(255,255,255,0.1); }
  .testimonial blockquote {
    font-family: 'Onest', sans-serif; font-weight: 900;
    font-size: clamp(36px, 5.5vw, 80px); line-height: 1.0; letter-spacing: -0.04em;
    color: var(--cream); max-width: 1000px;
  }
  .testimonial blockquote em { font-style: normal; color: var(--lima); }
  .testimonial blockquote::before { content: '\201C'; color: var(--lima); }
  .testimonial blockquote::after { content: '\201D'; color: var(--lima); }
  .testimonial cite { display: block; margin-top: 28px; font-family: 'Geist Mono', monospace; font-size: 13px; letter-spacing: 0.05em; text-transform: uppercase; color: rgba(245,244,239,0.6); font-style: normal; }

  /* CTA final */
  .cta-final {
    background: var(--lima); color: var(--charcoal);
    padding: 140px 0; text-align: center;
    position: relative; overflow: hidden;
  }
  .cta-final::before { content: ''; position: absolute; top: -120px; left: -80px; width: 480px; height: 480px; background: radial-gradient(circle, rgba(14,14,16,0.15), transparent 60%); }
  .cta-final::after { content: ''; position: absolute; bottom: -100px; right: -60px; width: 360px; height: 360px; background: radial-gradient(circle, rgba(14,14,16,0.1), transparent 60%); }
  .cta-final-inner { position: relative; z-index: 1; }
  .cta-final h2 {
    font-family: 'Onest', sans-serif; font-weight: 900;
    font-size: clamp(56px, 9vw, 140px); line-height: 0.85; letter-spacing: -0.055em;
    color: var(--charcoal); margin-bottom: 28px;
  }
  .cta-final h2 em { font-style: normal; color: var(--cream); }
  .cta-final .sub { max-width: 600px; margin: 0 auto 36px; font-size: 18px; line-height: 1.55; color: rgba(14,14,16,0.78); }

  /* ============================================================ */
  /* SERVICIOS                                                     */
  /* ============================================================ */

  .page-hero { padding: 120px 0 80px; position: relative; overflow: hidden; }
  .page-hero::before { content: ''; position: absolute; top: 0; right: -200px; width: 700px; height: 700px; background: radial-gradient(circle, rgba(132,204,22,0.12), transparent 60%); pointer-events: none; }
  .page-hero-inner { position: relative; z-index: 1; max-width: 1100px; }
  .page-hero h1 {
    font-family: 'Onest', sans-serif; font-weight: 900;
    font-size: clamp(56px, 9vw, 140px); line-height: 0.85; letter-spacing: -0.055em;
    color: var(--cream);
  }
  .page-hero h1 em { font-style: normal; color: var(--lima); }
  .page-hero .sub {
    margin-top: 32px; max-width: 700px; font-size: 19px; line-height: 1.55; color: rgba(245,244,239,0.78);
  }

  /* Service detail blocks */
  .svc-detail { padding: 100px 0; border-top: 1px solid rgba(255,255,255,0.08); }
  .svc-detail.lima-bg { background: var(--lima); color: var(--charcoal); }
  .svc-detail.lima-bg .v-tag { color: var(--charcoal); opacity: 0.6; }
  .svc-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
  @media (max-width: 900px) { .svc-detail-grid { grid-template-columns: 1fr; gap: 32px; } }
  .svc-detail h2 {
    font-family: 'Onest', sans-serif; font-weight: 900;
    font-size: clamp(40px, 5.5vw, 76px); line-height: 0.9; letter-spacing: -0.045em;
  }
  .svc-detail h2 em { font-style: normal; color: var(--lima); }
  .svc-detail.lima-bg h2 em { color: var(--cream); }
  .svc-detail .price-big {
    font-family: 'Onest', sans-serif; font-weight: 900; font-size: clamp(44px, 5.8vw, 76px);
    line-height: 0.9; letter-spacing: -0.05em; margin-top: 18px; color: var(--lima);
    white-space: nowrap;
  }
  .svc-detail.lima-bg .price-big { color: var(--charcoal); }
  .svc-detail .price-note { font-family: 'Geist Mono', monospace; font-size: 13px; letter-spacing: 0.06em; text-transform: uppercase; color: rgba(245,244,239,0.6); margin-top: 8px; }
  .svc-detail.lima-bg .price-note { color: rgba(14,14,16,0.6); }
  .svc-detail .includes { display: grid; gap: 10px; margin-top: 8px; }
  .svc-detail .inc-item {
    padding: 16px 20px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08);
    border-radius: 14px; display: flex; gap: 14px; align-items: start;
    transition: background 0.2s ease, border-color 0.2s ease;
  }
  .svc-detail .inc-item:hover { background: rgba(132,204,22,0.06); border-color: rgba(132,204,22,0.25); }
  .svc-detail.lima-bg .inc-item { background: rgba(14,14,16,0.06); border-color: rgba(14,14,16,0.12); }
  .svc-detail.lima-bg .inc-item:hover { background: rgba(14,14,16,0.1); }
  .inc-check { color: var(--lima); font-weight: 800; font-size: 18px; line-height: 1; padding-top: 1px; flex-shrink: 0; }
  .svc-detail.lima-bg .inc-check { color: var(--charcoal); }
  .inc-text { font-size: 15px; line-height: 1.5; }
  .inc-text strong { font-weight: 700; }

  /* Servicio adicional · Lymon */
  .svc-extra { background: var(--cream); color: var(--charcoal); padding: 80px 0; }
  .svc-extra-card {
    display: grid; grid-template-columns: 280px 1fr;
    gap: 48px; align-items: center;
    padding: 36px 44px;
    background: var(--charcoal);
    border-radius: 24px;
    color: var(--cream);
  }
  @media (max-width: 800px) {
    .svc-extra-card { grid-template-columns: 1fr; gap: 28px; padding: 32px 28px; text-align: left; }
  }
  .svc-extra-logo {
    display: flex; align-items: center; justify-content: center;
    padding: 22px 28px; border-radius: 14px;
    background: var(--cream);
    border: 1px solid rgba(14,14,16,0.06);
  }
  .svc-extra-logo img { width: 100%; max-width: 200px; height: auto; display: block; }
  .svc-extra-body .v-tag { margin-bottom: 10px; }
  .svc-extra-body h3 {
    font-family: 'Onest', sans-serif; font-weight: 900;
    font-size: clamp(28px, 3.4vw, 40px); line-height: 1.0; letter-spacing: -0.035em;
    color: var(--cream); margin-bottom: 14px;
  }
  .svc-extra-body p {
    font-size: 16px; line-height: 1.55; color: rgba(245,244,239,0.75);
    max-width: 540px;
  }

  /* Antes / después */
  .antes-despues { background: var(--charcoal); padding: 100px 0; border-top: 1px solid rgba(255,255,255,0.08); }
  .antes-despues h2 {
    font-family: 'Onest', sans-serif; font-weight: 900;
    font-size: clamp(40px, 5.5vw, 76px); line-height: 0.9; letter-spacing: -0.045em;
    color: var(--cream); margin-bottom: 56px;
  }
  .antes-despues h2 em { font-style: normal; color: var(--lima); }
  .ad-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
  @media (max-width: 900px) { .ad-grid { grid-template-columns: 1fr 1fr; } }
  @media (max-width: 500px) { .ad-grid { grid-template-columns: 1fr; } }
  .ad-stat {
    padding: 32px 28px; background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08); border-radius: 20px;
    transition: transform 0.3s ease;
  }
  .ad-stat:hover { transform: translateY(-6px); }
  .ad-stat .lbl { font-family: 'Geist Mono', monospace; font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(245,244,239,0.55); margin-bottom: 12px; }
  .ad-stat .delta { font-family: 'Onest', sans-serif; font-weight: 900; font-size: 56px; line-height: 0.9; letter-spacing: -0.045em; color: var(--lima); margin-bottom: 8px; }
  .ad-stat .what { font-size: 14px; line-height: 1.5; color: rgba(245,244,239,0.7); }

  /* FAQs */
  .faqs { background: var(--charcoal); padding: 100px 0; border-top: 1px solid rgba(255,255,255,0.08); }
  .faqs h2 {
    font-family: 'Onest', sans-serif; font-weight: 900;
    font-size: clamp(40px, 5.5vw, 76px); line-height: 0.9; letter-spacing: -0.045em;
    color: var(--cream); margin-bottom: 56px;
  }
  .faqs h2 em { font-style: normal; color: var(--lima); }
  .faq-list { max-width: 800px; }
  .faq {
    border-bottom: 1px solid rgba(255,255,255,0.08);
    transition: background 0.2s ease;
  }
  .faq summary {
    list-style: none; padding: 24px 0;
    display: flex; align-items: center; justify-content: space-between; gap: 16px;
    cursor: pointer; font-family: 'Onest', sans-serif; font-weight: 700;
    font-size: 19px; letter-spacing: -0.02em; color: var(--cream);
    transition: color 0.2s ease;
  }
  .faq summary::-webkit-details-marker { display: none; }
  .faq summary:hover { color: var(--lima); }
  .faq .plus {
    width: 32px; height: 32px; flex-shrink: 0;
    border: 1px solid rgba(255,255,255,0.2); border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    transition: background 0.2s ease, transform 0.3s ease, border-color 0.2s ease;
    color: var(--cream);
  }
  .faq[open] .plus { background: var(--lima); color: var(--charcoal); border-color: var(--lima); transform: rotate(45deg); }
  .faq .plus::before { content: '+'; font-size: 18px; font-weight: 700; }
  .faq-answer {
    padding-bottom: 24px; padding-right: 48px;
    font-size: 15px; line-height: 1.6; color: rgba(245,244,239,0.7);
  }
  .faq-answer strong { color: var(--cream); font-weight: 600; }

  /* ============================================================ */
  /* CONTACTO                                                      */
  /* ============================================================ */

  .contact-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 48px; padding: 80px 0 100px; }
  @media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; gap: 32px; } }

  /* Contact 2-CTA grid (Google Calendar + WhatsApp) */
  .contact-cta-grid {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 16px; padding: 60px 0 40px;
  }
  @media (max-width: 800px) { .contact-cta-grid { grid-template-columns: 1fr; } }
  .contact-cta-card {
    display: flex; flex-direction: column;
    padding: 44px 40px; border-radius: 24px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
    text-decoration: none; color: inherit;
    transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
  }
  .contact-cta-card:hover {
    background: rgba(132,204,22,0.07);
    border-color: rgba(132,204,22,0.35);
    transform: translateY(-3px);
  }
  .contact-cta-card .icon { width: 60px; height: 60px; margin-bottom: 22px; }
  .contact-cta-card .icon svg { width: 100%; height: 100%; overflow: visible; color: var(--cream); }
  .contact-cta-card h3 {
    font-family: 'Onest', sans-serif; font-weight: 900;
    font-size: clamp(26px, 3.2vw, 38px); line-height: 1.0; letter-spacing: -0.035em;
    color: var(--cream); margin-bottom: 12px;
  }
  .contact-cta-card h3 em { font-style: normal; color: var(--lima); }
  .contact-cta-card p { font-size: 16px; line-height: 1.55; color: rgba(245,244,239,0.72); margin-bottom: 24px; flex: 1; }
  .contact-cta-card .ccta {
    display: inline-flex; align-items: center; gap: 6px;
    color: var(--lima); font-weight: 700; font-size: 15px;
    transition: gap 0.2s ease;
  }
  .contact-cta-card:hover .ccta { gap: 12px; }
  .contact-cta-card .icon-cal .cal-page { transition: transform 0.3s ease; transform-origin: center; }
  .contact-cta-card:hover .icon-cal .cal-page { transform: rotate(-2deg); }
  .contact-cta-card .icon-cal .cal-day { fill: var(--lima); }
  .contact-cta-card .icon-cal .cal-ring {
    fill: none; stroke: var(--lima); stroke-width: 1.5;
    transform-origin: 30px 37px;
    animation: cal-ring 2.4s ease-out infinite;
  }
  .contact-cta-card .icon-wa .wa-bubble { transition: transform 0.3s ease; transform-origin: center; }
  .contact-cta-card:hover .icon-wa .wa-bubble { transform: scale(1.05) rotate(-3deg); }
  .contact-cta-card .icon-wa .wa-ring {
    fill: none; stroke: var(--lima); stroke-width: 1.5;
    animation: wa-ring 2.6s ease-out infinite;
  }

  /* Form */
  .form-card {
    background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.1);
    border-radius: 28px; padding: 40px;
  }
  .form-card h2 {
    font-family: 'Onest', sans-serif; font-weight: 900;
    font-size: clamp(28px, 4vw, 44px); line-height: 0.95; letter-spacing: -0.04em;
    color: var(--cream); margin-bottom: 12px;
  }
  .form-card h2 em { font-style: normal; color: var(--lima); }
  .form-card .form-sub { font-size: 15px; line-height: 1.55; color: rgba(245,244,239,0.7); margin-bottom: 28px; }

  .field { margin-bottom: 18px; }
  .field label {
    display: block; font-family: 'Geist Mono', monospace; font-size: 11px;
    letter-spacing: 0.08em; text-transform: uppercase; color: rgba(245,244,239,0.65);
    margin-bottom: 8px;
  }
  .field label .req { color: var(--lima); margin-left: 4px; }
  .field input, .field select, .field textarea {
    width: 100%; padding: 14px 16px;
    background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.12);
    border-radius: 12px; color: var(--cream);
    font-family: 'Onest', sans-serif; font-size: 15px;
    transition: border-color 0.2s ease, background 0.2s ease;
  }
  .field input:focus, .field select:focus, .field textarea:focus {
    outline: none; border-color: var(--lima); background: rgba(132,204,22,0.04);
  }
  .field input::placeholder, .field textarea::placeholder { color: rgba(245,244,239,0.35); }
  .field textarea { resize: vertical; min-height: 80px; font-family: 'Onest', sans-serif; }
  .field.error input, .field.error select, .field.error textarea { border-color: #FF6B5A; }
  .field-error {
    display: none; margin-top: 6px; font-family: 'Geist Mono', monospace; font-size: 11px;
    color: #FF6B5A; letter-spacing: 0.04em;
  }
  .field.error .field-error { display: block; }

  .checkboxes { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 6px; }
  @media (max-width: 500px) { .checkboxes { grid-template-columns: 1fr; } }
  .cbx {
    padding: 10px 14px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.12);
    border-radius: 100px; display: flex; align-items: center; gap: 10px;
    font-size: 13px; cursor: pointer; transition: all 0.2s ease;
  }
  .cbx:hover { background: rgba(132,204,22,0.06); border-color: rgba(132,204,22,0.3); }
  .cbx input { width: 16px; height: 16px; accent-color: var(--lima); }

  .form-submit {
    width: 100%; padding: 18px 28px; background: var(--lima); color: var(--charcoal);
    border: none; border-radius: 100px;
    font-family: 'Onest', sans-serif; font-weight: 800; font-size: 16px;
    cursor: pointer; margin-top: 12px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }
  .form-submit:hover { transform: translateY(-3px); box-shadow: 0 14px 30px -10px rgba(132,204,22,0.5); }
  .form-success {
    display: none; padding: 24px; background: rgba(132,204,22,0.1);
    border: 1px solid var(--lima); border-radius: 16px; margin-top: 12px;
  }
  .form-success.show { display: block; animation: fadeIn 0.5s ease; }
  .form-success h4 { font-family: 'Onest', sans-serif; font-weight: 800; font-size: 18px; color: var(--lima); margin-bottom: 6px; }
  .form-success p { font-size: 14px; color: rgba(245,244,239,0.75); line-height: 1.5; }

  /* Contact sidebar */
  .contact-side { display: grid; gap: 14px; }
  .contact-card {
    background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08);
    border-radius: 22px; padding: 28px;
    transition: background 0.2s ease, border-color 0.2s ease;
  }
  .contact-card:hover { background: rgba(132,204,22,0.06); border-color: rgba(132,204,22,0.25); }
  .contact-card .icon { width: 56px; height: 56px; margin-bottom: 14px; position: relative; }
  .contact-card .icon svg { width: 100%; height: 100%; overflow: visible; color: var(--cream); }

  /* CALENDAR icon */
  .icon-cal .cal-page { transition: transform 0.3s ease; transform-origin: center; }
  .contact-card:hover .icon-cal .cal-page { transform: rotate(-2deg); }
  .icon-cal .cal-day { fill: var(--lima); transition: fill 0.3s ease; }
  .icon-cal .cal-ring {
    fill: none; stroke: var(--lima); stroke-width: 2;
    transform-origin: 30px 36px;
    animation: cal-ring-pulse 2.2s ease-out infinite;
    opacity: 0;
  }
  @keyframes cal-ring-pulse {
    0% { opacity: 0.9; transform: scale(0.3); }
    100% { opacity: 0; transform: scale(2.3); }
  }

  /* WHATSAPP icon - animated bubble + dots */
  .icon-wa .wa-bubble { transition: transform 0.3s ease; transform-origin: center; }
  .contact-card:hover .icon-wa .wa-bubble { transform: scale(1.05) rotate(-3deg); }
  .icon-wa .wa-dot {
    transform-origin: center;
    animation: wa-pop 1.4s ease-in-out infinite;
  }
  .icon-wa .wa-dot:nth-child(2) { animation-delay: 0.18s; }
  .icon-wa .wa-dot:nth-child(3) { animation-delay: 0.36s; }
  @keyframes wa-pop {
    0%, 70%, 100% { transform: translateY(0); opacity: 0.55; }
    35% { transform: translateY(-3px); opacity: 1; }
  }
  .icon-wa .wa-ring {
    fill: none; stroke: var(--lima); stroke-width: 1.8;
    animation: wa-ring 2.4s ease-out infinite;
    opacity: 0;
    transform-origin: center;
  }
  @keyframes wa-ring {
    0% { opacity: 0.7; r: 4; }
    100% { opacity: 0; r: 22; }
  }
  .contact-card h3 { font-family: 'Onest', sans-serif; font-weight: 800; font-size: 22px; letter-spacing: -0.025em; color: var(--cream); margin-bottom: 8px; }
  .contact-card h3 em { font-style: normal; color: var(--lima); }
  .contact-card p { font-size: 14px; line-height: 1.55; color: rgba(245,244,239,0.7); margin-bottom: 14px; }
  .contact-card .ccta {
    display: inline-flex; align-items: center; gap: 6px;
    color: var(--lima); font-weight: 700; font-size: 14px;
    cursor: pointer; transition: gap 0.2s ease;
  }
  .contact-card .ccta:hover { gap: 12px; }

  .contact-map {
    margin-top: 14px; padding: 28px; background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08); border-radius: 22px;
  }
  .contact-map h3 { font-family: 'Onest', sans-serif; font-weight: 800; font-size: 22px; letter-spacing: -0.025em; color: var(--cream); margin-bottom: 14px; }
  .contact-map svg { width: 100%; height: auto; max-height: 200px; }

  /* ============================================================ */
  /* CHATBOT                                                       */
  /* ============================================================ */

  .chatbot {
    position: fixed; bottom: 24px; right: 24px; z-index: 90;
  }
  .chatbot-bubble {
    width: 64px; height: 64px; border-radius: 50%;
    background: var(--lima); color: var(--charcoal);
    border: none; cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 12px 30px -8px rgba(132,204,22,0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
  }
  .chatbot-bubble::after {
    content: ''; position: absolute; top: 4px; right: 4px;
    width: 10px; height: 10px; background: var(--charcoal); border-radius: 50%;
    border: 2px solid var(--lima);
    animation: pulse-dot 2s infinite;
  }
  @keyframes pulse-dot { 0%, 100% { opacity: 1; } 50% { opacity: 0.5; } }
  .chatbot-bubble:hover { transform: scale(1.1); box-shadow: 0 16px 40px -8px rgba(132,204,22,0.6); }
  .chatbot-bubble svg { width: 28px; height: 28px; }
  .chatbot.open .chatbot-bubble { transform: rotate(90deg) scale(0.9); }
  .chatbot.open .chatbot-bubble::after { display: none; }

  .chat-panel {
    position: absolute; bottom: 80px; right: 0;
    width: 380px; max-width: calc(100vw - 48px);
    height: 520px; max-height: calc(100vh - 120px);
    background: var(--cream); color: var(--charcoal);
    border: 1px solid var(--line); border-radius: 24px;
    box-shadow: 0 20px 60px -20px rgba(0,0,0,0.4);
    display: flex; flex-direction: column;
    opacity: 0; transform: translateY(20px) scale(0.95); pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
    overflow: hidden;
  }
  .chatbot.open .chat-panel { opacity: 1; transform: translateY(0) scale(1); pointer-events: auto; }
  .chat-header {
    background: var(--charcoal); color: var(--cream);
    padding: 20px 22px; display: flex; align-items: center; gap: 12px;
  }
  .chat-header-avatar { width: 38px; height: 38px; border-radius: 50%; background: var(--lima); display: flex; align-items: center; justify-content: center; }
  .chat-header-avatar svg { width: 22px; height: 22px; color: var(--charcoal); }
  .chat-header-info { flex: 1; }
  .chat-header-info .nm { font-family: 'Onest', sans-serif; font-weight: 800; font-size: 15px; letter-spacing: -0.02em; }
  .chat-header-info .status { font-family: 'Geist Mono', monospace; font-size: 10px; color: var(--lima); letter-spacing: 0.06em; }
  .chat-header-info .status::before { content: '\25CF '; }
  .chat-body { flex: 1; padding: 20px; overflow-y: auto; display: flex; flex-direction: column; gap: 12px; }
  .chat-msg { max-width: 80%; padding: 12px 16px; border-radius: 18px; font-size: 14px; line-height: 1.5; }
  .chat-msg.bot { background: var(--cream-2); color: var(--charcoal); align-self: flex-start; border-bottom-left-radius: 4px; }
  .chat-msg.user { background: var(--lima); color: var(--charcoal); align-self: flex-end; font-weight: 600; border-bottom-right-radius: 4px; }
  .chat-msg strong { font-weight: 700; }
  .chat-msg.bot.typing { color: var(--graphite-2); }
  .chat-msg.bot.typing::after { content: '\00B7 \00B7 \00B7'; letter-spacing: 0.2em; animation: typing 1.2s infinite; }
  @keyframes typing { 0%, 60% { opacity: 0.3; } 30% { opacity: 1; } }
  .chat-input-row {
    border-top: 1px solid var(--line);
    padding: 14px; display: flex; gap: 8px; align-items: center;
    background: var(--cream);
  }
  .chat-input {
    flex: 1; padding: 12px 16px;
    background: var(--cream-2); border: 1px solid var(--line); border-radius: 100px;
    font-family: 'Onest', sans-serif; font-size: 14px; color: var(--charcoal);
    outline: none; transition: border-color 0.2s ease;
  }
  .chat-input:focus { border-color: var(--lima); }
  .chat-send {
    width: 40px; height: 40px; border-radius: 50%;
    background: var(--lima); color: var(--charcoal); border: none; cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    transition: transform 0.2s ease;
  }
  .chat-send:hover { transform: scale(1.1); }
  .chat-send svg { width: 18px; height: 18px; }
  .chat-suggestions { display: flex; gap: 6px; flex-wrap: wrap; padding: 10px 14px 4px; }
  .chat-suggest {
    padding: 6px 12px; background: var(--cream-2); border: 1px solid var(--line);
    border-radius: 100px; font-size: 11px; cursor: pointer;
    transition: all 0.2s ease;
  }
  .chat-suggest:hover { background: var(--lima); border-color: var(--lima); }

  /* ============================================================ */
  /* FOOTER                                                        */
  /* ============================================================ */

  footer {
    background: var(--charcoal); border-top: 1px solid rgba(255,255,255,0.08);
    padding: 64px 0 32px;
  }

  /* Legal pages */
  .legal-page { padding: 60px 0 120px; }
  .legal-content { max-width: 760px; }
  .legal-content h2 { font-family: 'Onest', sans-serif; font-weight: 800; font-size: 28px; letter-spacing: -0.025em; color: var(--cream); margin-top: 40px; margin-bottom: 14px; }
  .legal-content h3 { font-family: 'Onest', sans-serif; font-weight: 700; font-size: 19px; letter-spacing: -0.02em; color: var(--cream); margin-top: 26px; margin-bottom: 10px; }
  .legal-content p { font-size: 15px; line-height: 1.65; color: rgba(245,244,239,0.75); margin-bottom: 14px; }
  .legal-content p strong { color: var(--cream); font-weight: 600; }
  .legal-content ul { padding-left: 22px; margin: 10px 0 18px; }
  .legal-content li { font-size: 15px; line-height: 1.65; color: rgba(245,244,239,0.75); margin-bottom: 6px; }
  .legal-content a { color: var(--lima); text-decoration: none; border-bottom: 1px solid rgba(132,204,22,0.4); transition: border-color 0.2s ease; }
  .legal-content a:hover { border-color: var(--lima); }
  .legal-meta { font-family: 'Geist Mono', monospace; font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--lima); margin-bottom: 18px; }
  .footer-legal {
    margin-top: 28px; padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,0.06);
    display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px;
    font-family: 'Geist Mono', monospace; font-size: 11px; color: rgba(245,244,239,0.5); letter-spacing: 0.05em;
  }
  .footer-legal .legal-links { display: flex; gap: 18px; flex-wrap: wrap; }
  .footer-legal .legal-links a { color: inherit; text-decoration: none; cursor: pointer; transition: color 0.2s ease; }
  .footer-legal .legal-links a:hover { color: var(--cream); }
  .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 48px; }
  @media (max-width: 800px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; } }
  @media (max-width: 500px) { .footer-grid { grid-template-columns: 1fr; } }
  .footer-brand .wm { font-size: 40px; margin-bottom: 16px; }
  .footer-brand p { font-size: 14px; line-height: 1.55; color: rgba(245,244,239,0.6); max-width: 280px; }
  .footer-col h5 { font-family: 'Geist Mono', monospace; font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--lima); margin-bottom: 16px; }
  .footer-col ul { list-style: none; padding: 0; display: grid; gap: 10px; }
  .footer-col li { font-size: 14px; color: rgba(245,244,239,0.7); transition: color 0.2s ease; }
  .footer-col li:hover { color: var(--cream); }
  .footer-col li a { color: inherit; text-decoration: none; }
  .footer-bottom {
    margin-top: 56px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.08);
    display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px;
    font-family: 'Geist Mono', monospace; font-size: 11px; color: rgba(245,244,239,0.5); letter-spacing: 0.05em;
  }
