* { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  body { font-family: 'Space Grotesk', sans-serif; background: #FAF6EF;
    color: #1F1A2B; line-height: 1.6; overflow-x: hidden; }

  /* ===== UTILS ===== */
  .container { max-width: 1100px; margin: 0 auto; padding: 0 28px; }
  .container-narrow { max-width: 760px; margin: 0 auto; padding: 0 28px; }

  h1, h2, h3, h4 { color: #4A1FCF; letter-spacing: -0.3px; }
  h1 { font-size: clamp(32px, 5vw, 52px); font-weight: 600; line-height: 1.1; }
  h2 { font-size: clamp(26px, 3.5vw, 38px); font-weight: 600; line-height: 1.15; margin-bottom: 18px; }
  h3 { font-size: 18px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; }
  p { font-size: 16px; line-height: 1.7; margin-bottom: 14px; }
  p.lead { font-size: 19px; line-height: 1.55; }
  a { color: #4A1FCF; text-decoration: none; }
  strong { color: #4A1FCF; font-weight: 700; }
  .accent-violeta { color: #4A1FCF; }
  .accent-cinabrio { color: #C42E1C; }
  .hl-chart { background: #D6E33C; color: #4A1FCF; padding: 0 0.18em; font-weight: 700;
    -webkit-box-decoration-break: clone; box-decoration-break: clone; }
  .hl-green { background: #2DBD4D; color: #FAF6EF; padding: 1px 6px;
    border-radius: 2px; font-weight: 500;
    -webkit-box-decoration-break: clone; box-decoration-break: clone; }
  .text-chart { color: #D6E33C; font-weight: 600; }

  .section-num { font-family: 'Caveat', cursive; font-size: 30px; color: #C42E1C;
    line-height: 1; margin-bottom: 8px; }

  /* ===== STICKY NAV ===== */
  nav { position: sticky; top: 0; z-index: 50; background: rgba(31,26,43,0.95);
    backdrop-filter: blur(8px); color: #FAF6EF;
    transition: box-shadow 0.3s; }
  nav.scrolled { box-shadow: 0 4px 20px rgba(0,0,0,0.15); }
  nav .nav-inner { display: flex; align-items: center; justify-content: space-between;
    padding: 18px 28px; max-width: 1400px; margin: 0 auto; gap: 28px; }
  nav .nav-brand { display: flex; align-items: center; gap: 16px;
    text-decoration: none; line-height: 1; }
  nav .nav-brand img { height: 44px; width: auto; }
  nav .nav-brand .nav-frase { display: flex; flex-direction: column;
    font-family: 'Space Grotesk', sans-serif; font-size: 12px;
    letter-spacing: 0.4px; line-height: 1.2; text-transform: lowercase;
    color: #FAF6EF; padding-left: 16px; border-left: 1px solid rgba(250,246,239,0.28); }
  nav .nav-brand .nav-frase .l2 { color: #D6E33C; font-weight: 700; }
  @media (max-width: 720px) {
    nav .nav-brand img { height: 36px; }
    nav .nav-brand .nav-frase { font-size: 10px; padding-left: 12px; }
  }
  @media (max-width: 480px) {
    nav .nav-brand .nav-frase { display: none; }
  }
  nav .nav-links { display: flex; gap: 24px; align-items: center; flex-wrap: wrap; }
  nav .nav-links a { color: #FAF6EF; font-size: 13px; opacity: 0.85;
    transition: opacity 0.2s, color 0.2s; }
  nav .nav-links a:hover { opacity: 1; color: #D6E33C; }
  nav .nav-cta { background: #C42E1C; color: #FAF6EF !important; padding: 7px 16px;
    border-radius: 4px; font-weight: 700; font-size: 12px; letter-spacing: 0.5px;
    text-transform: uppercase; opacity: 1 !important;
    transition: transform 0.2s, background 0.2s; }
  nav .nav-cta:hover { background: #A82316; transform: translateY(-1px); color: #FAF6EF !important; }

  /* Hamburger button (móvil) */
  .nav-hamburger { display: none; background: transparent; border: none;
    padding: 8px; cursor: pointer; width: 38px; height: 38px;
    align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
  .nav-hamburger span { display: block; width: 22px; height: 2px;
    background: #FAF6EF; border-radius: 2px;
    transition: transform 0.3s, opacity 0.3s; }
  .nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-hamburger.open span:nth-child(2) { opacity: 0; }
  .nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  @media (max-width: 860px) {
    nav .nav-links { position: absolute; top: 100%; left: 0; right: 0;
      background: #1F1A2B; flex-direction: column; gap: 0; padding: 0;
      max-height: 0; overflow: hidden; transition: max-height 0.35s ease;
      border-top: 1px solid rgba(250,246,239,0.08); }
    nav .nav-links.open { max-height: 400px; padding: 14px 0 18px; }
    nav .nav-links a { padding: 12px 28px; width: 100%; font-size: 14px; }
    nav .nav-links a.nav-cta { margin: 8px 28px 0; width: calc(100% - 56px);
      text-align: center; padding: 11px 16px; }
    .nav-hamburger { display: flex; }
  }

  /* ===== HERO ===== */
  .hero { padding: 80px 0 90px; text-align: center; position: relative; }
  .hero-logo { max-width: 680px; margin: 0 auto 40px; position: relative;
    aspect-ratio: 6000/3375; container-type: inline-size; }
  .hero-logo img.lettering { width: 100%; height: auto; display: block; }
  .hero-logo .flor-i { position: absolute; left: 53.5%; top: 40.5%; width: 4.2%; height: auto;
    transform: translate(-50%, -50%) rotate(-8deg); pointer-events: none; }
  .hero-logo .frase { position: absolute; right: 3%; bottom: 13.5%;
    font-family: 'Space Grotesk', sans-serif; font-size: 5.4cqw; font-weight: 500;
    letter-spacing: 0.2px; text-transform: lowercase; text-align: right; line-height: 0.92; }
  .hero-logo .frase .l1 { color: #4A1FCF; display: block; position: relative; z-index: 2; }
  .hero-logo .frase .l2 { display: block; position: relative; z-index: 1; }
  .hero-logo .frase .l2 .hl { background: #D6E33C; color: #4A1FCF; font-weight: 700;
    padding: 0 0.18em; -webkit-box-decoration-break: clone; box-decoration-break: clone; }

  .hero h1 { max-width: 800px; margin: 0 auto 14px; }
  .hero .sub-promise { font-size: clamp(16px, 2vw, 19px); max-width: 640px; margin: 0 auto 36px;
    opacity: 0.78; line-height: 1.55; }
  .cta-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

  .btn { display: inline-block; padding: 14px 28px; border-radius: 4px;
    font-size: 14px; font-weight: 700; letter-spacing: 0.5px;
    text-transform: uppercase; transition: transform 0.2s, background 0.2s,
    box-shadow 0.2s; cursor: pointer; border: none; font-family: inherit; }
  .btn-primary { background: #C42E1C; color: #FAF6EF;
    box-shadow: 0 6px 18px rgba(196,46,28,0.25); }
  .btn-primary:hover { background: #A82316; transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(196,46,28,0.35); color: #FAF6EF; }
  .btn-secondary { background: transparent; color: #4A1FCF; border: 2px solid #4A1FCF; padding: 12px 26px; }
  .btn-secondary:hover { background: #4A1FCF; color: #FAF6EF; }
  .btn-light { background: #FAF6EF; color: #C42E1C; }
  .btn-light:hover { background: #FFFFFF; transform: translateY(-2px); }
  .btn-chart { background: #D6E33C; color: #4A1FCF; }
  .btn-chart:hover { background: #C8D62F; transform: translateY(-2px); color: #4A1FCF; }
  .btn-green { background: #2DBD4D; color: #FAF6EF;
    box-shadow: 0 6px 18px rgba(45,189,77,0.28); }
  .btn-green:hover { background: #25A741; transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(45,189,77,0.4); color: #FAF6EF; }

  /* ===== INTRO VISUAL (strip placeholder) ===== */
  .intro-visual { background: #FAF6EF; padding: 30px 0 50px; overflow: hidden;
    position: relative; }
  .intro-visual .strip-label { text-align: center; font-size: 11px; letter-spacing: 2.5px;
    text-transform: uppercase; color: #C42E1C; font-weight: 700; margin-bottom: 18px; }
  .strip { display: flex; gap: 14px; animation: strip-scroll 90s linear infinite;
    width: max-content; }
  .strip:hover { animation-play-state: paused; }
  .strip-card { width: 280px; aspect-ratio: 4/5; flex-shrink: 0;
    border-radius: 8px; overflow: hidden;
    box-shadow: 0 8px 24px rgba(31,26,43,0.12);
    transition: transform 0.3s; }
  .strip-card:hover { transform: scale(1.02); }
  .strip-card img { width: 100%; height: 100%; object-fit: cover; display: block; }
  @keyframes strip-scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
  }
  @media (prefers-reduced-motion: reduce) {
    .strip { animation: none; }
  }

  /* ===== FLOATING BG SHAPES ===== */
  .has-shapes { position: relative; overflow: hidden; }
  .float-shape { position: absolute; opacity: 0.5; pointer-events: none;
    animation: float-drift 18s ease-in-out infinite; z-index: 0; }
  .float-shape.s1 { top: 8%; left: 5%; width: 100px; animation-delay: 0s; }
  .float-shape.s2 { top: 18%; right: 10%; width: 85px; animation-delay: -3s; }
  .float-shape.s3 { top: 36%; left: 12%; width: 70px; animation-delay: -6s; }
  .float-shape.s4 { top: 48%; right: 18%; width: 95px; animation-delay: -9s; }
  .float-shape.s5 { bottom: 28%; left: 6%; width: 80px; animation-delay: -12s; }
  .float-shape.s6 { bottom: 16%; right: 8%; width: 75px; animation-delay: -15s; }
  .float-shape.s7 { bottom: 6%; left: 32%; width: 65px; animation-delay: -2s; }
  .float-shape.s8 { top: 60%; left: 38%; width: 60px; animation-delay: -10s; }
  .has-shapes > * { position: relative; z-index: 1; }
  .has-shapes > .float-shape { z-index: 0; }
  @keyframes float-drift {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    33% { transform: translate(20px, -15px) rotate(8deg); }
    66% { transform: translate(-10px, 10px) rotate(-5deg); }
  }
  @media (prefers-reduced-motion: reduce) {
    .float-shape { animation: none; }
  }

  /* ===== SECTORS MARQUEE ===== */
  .sectors-marquee { overflow: hidden; max-width: 1100px; margin: 0 auto 40px;
    mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent); }
  .sectors-track { display: flex; gap: 8px; animation: sectors-scroll 60s linear infinite;
    width: max-content; }
  .sectors-track:hover { animation-play-state: paused; }
  .sectors-track .tag { background: rgba(74,31,207,0.08); color: #4A1FCF;
    padding: 6px 14px; border-radius: 4px; font-size: 13px; font-weight: 500;
    white-space: nowrap; flex-shrink: 0;
    transition: background 0.2s; }
  .sectors-track .tag:hover { background: rgba(74,31,207,0.18); }
  @keyframes sectors-scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
  }
  @media (prefers-reduced-motion: reduce) {
    .sectors-track { animation: none; flex-wrap: wrap; }
    .sectors-marquee { mask-image: none; -webkit-mask-image: none; }
  }

  /* ===== MANIFESTO ===== */
  .manifesto { background: #1F1A2B; color: #FAF6EF; padding: 90px 20px; text-align: center;
    position: relative; min-height: 520px; }
  .manifesto .container-narrow { position: relative; z-index: 2; }
  .manifesto .section-num { color: #D6E33C; }
  .manifesto h2 { color: #FAF6EF; max-width: 880px; margin: 0 auto;
    font-size: clamp(28px, 4.5vw, 46px); line-height: 1.2; font-weight: 500; }
  .manifesto h2 em { font-style: italic; color: #FAF6EF; }
  .manifesto .signature { margin-top: 36px; font-family: 'Caveat', cursive;
    font-size: 22px; opacity: 0.7; color: #FAF6EF; }

  /* ===== SECTIONS ===== */
  section { padding: 70px 0; }
  .section-head { text-align: center; margin-bottom: 40px; }
  .section-head .section-num { display: block; }

  /* ===== PARA QUIÉN ===== */
  .para-quien { background: #FAF6EF; }
  .para-quien .audience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px;
    max-width: 900px; margin: 0 auto; }
  .audience-block { background: #FFFFFF; border-radius: 8px; padding: 28px 30px;
    box-shadow: 0 6px 22px rgba(0,0,0,0.05); border-top: 4px solid #4A1FCF; }
  .audience-block h4 { font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase;
    color: #C42E1C; font-weight: 700; margin-bottom: 12px; }
  .audience-block p { font-size: 15px; margin: 0; }
  @media (max-width: 720px) {
    .para-quien .audience-grid { grid-template-columns: 1fr; }
  }

  /* ===== PRE-CTA INLINE ===== */
  .pre-cta { background: #7554DA; padding: 22px 0; text-align: center; }
  .pre-cta p { font-size: 17px; margin: 0; color: #FAF6EF; }
  .pre-cta a { color: #D6E33C; font-weight: 700; text-decoration: underline;
    text-decoration-thickness: 2px; text-underline-offset: 4px;
    transition: color 0.2s; }
  .pre-cta a:hover { color: #FFFFFF; }

  /* ===== CÓMO TRABAJAMOS ===== */
  .metodo { background: #FAF6EF; }
  .metodo .timeline { max-width: 760px; margin: 30px auto 0;
    display: flex; flex-direction: column; gap: 18px; position: relative; padding-left: 50px; }
  .metodo .timeline::before { content: ''; position: absolute; left: 18px;
    top: 20px; bottom: 20px; width: 2px;
    background: linear-gradient(to bottom, #4A1FCF, #D6E33C, #C42E1C); }
  .step { position: relative; }
  .step::before { content: ''; position: absolute; left: -42px; top: 6px;
    width: 16px; height: 16px; border-radius: 50%; background: #FFFFFF;
    border: 3px solid #4A1FCF; z-index: 1; }
  .step:nth-child(2)::before { border-color: #2DBD4D; }
  .step:nth-child(3)::before { border-color: #D6E33C; }
  .step:nth-child(4)::before { border-color: #C42E1C; }
  .step h4 { font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase;
    color: #C42E1C; font-weight: 700; margin-bottom: 6px; }
  .step p { font-size: 15px; margin: 0; }

  /* ===== CTA BANNER (versión calma · no full-bg) ===== */
  .cta-banner { background: #FAF6EF; padding: 36px 28px;
    text-align: center; position: relative; }
  .cta-banner .cta-card { max-width: 720px; margin: 0 auto;
    padding: 28px 32px; border-radius: 8px;
    background: #FFFFFF; border-left: 4px solid #C42E1C;
    box-shadow: 0 6px 22px rgba(0,0,0,0.05);
    display: flex; align-items: center; gap: 24px; text-align: left; }
  .cta-banner h2 { color: #4A1FCF; margin: 0 0 6px;
    font-size: clamp(18px, 2vw, 22px); }
  .cta-banner p { font-size: 14px; opacity: 0.78; margin: 0; line-height: 1.5; }
  .cta-banner .cta-text { flex: 1; }
  .cta-banner .btn-primary { font-size: 13px; padding: 12px 22px; flex-shrink: 0; }
  @media (max-width: 600px) {
    .cta-banner .cta-card { flex-direction: column; text-align: center; gap: 16px; }
  }

  /* ===== SERVICIOS ===== */
  .servicios { background: #FAF6EF; }
  .servicios .branches { display: grid; grid-template-columns: 1fr 1fr; gap: 24px;
    max-width: 1000px; margin: 0 auto; }
  .branch { background: #FFFFFF; border-radius: 10px; padding: 32px 30px;
    box-shadow: 0 8px 28px rgba(0,0,0,0.06); display: flex; flex-direction: column;
    transition: transform 0.3s, box-shadow 0.3s; }
  .branch:hover { transform: translateY(-3px); box-shadow: 0 14px 36px rgba(0,0,0,0.08); }
  .branch.planif { border-top: 5px solid #4A1FCF; }
  .branch.creacion { border-top: 5px solid #D6E33C; }
  .branch .branch-tag { font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase;
    color: #C42E1C; font-weight: 700; margin-bottom: 6px; }
  .branch h3 { color: #4A1FCF; font-size: 22px; letter-spacing: -0.2px;
    text-transform: none; margin-bottom: 8px; }
  .branch .lead-line { font-size: 14px; opacity: 0.78; margin-bottom: 16px; line-height: 1.55; }
  .branch ul { list-style: none; padding: 0; margin-bottom: 22px; }
  .branch li { padding: 9px 0; padding-left: 22px; position: relative;
    font-size: 14px; line-height: 1.5; border-top: 1px dashed rgba(31,26,43,0.1); }
  .branch li:first-child { border-top: none; }
  .branch li::before { content: '✓'; position: absolute; left: 2px; color: #2DBD4D;
    font-weight: 700; font-size: 13px; line-height: 1; top: 12px; }
  .branch.creacion li::before { color: #2DBD4D; }
  .branch .li-pending { font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase;
    color: #C42E1C; font-weight: 700; background: rgba(196,46,28,0.08);
    padding: 2px 7px; border-radius: 3px; margin-left: 6px; }
  .branch .branch-cta { margin-top: auto; padding-top: 16px;
    border-top: 1px solid rgba(31,26,43,0.08); }
  .branch .price-note { font-size: 12px; opacity: 0.6; margin-bottom: 14px; font-style: italic; }
  @media (max-width: 720px) {
    .servicios .branches { grid-template-columns: 1fr; }
  }

  /* ===== DIFERENCIADORES ===== */
  .diferenciadores { background: #FAF6EF; }
  .diffs-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px; max-width: 1100px; margin: 0 auto; }
  .diff-card { background: #FFFFFF; border-radius: 8px; padding: 22px 22px 24px;
    box-shadow: 0 6px 22px rgba(0,0,0,0.05); border-top: 3px solid #4A1FCF;
    transition: transform 0.3s; }
  .diff-card:hover { transform: translateY(-3px); }
  .diff-card .num { font-family: 'Caveat', cursive; font-size: 22px; color: #C42E1C;
    line-height: 1; margin-bottom: 6px; display: block; }
  .diff-card h4 { font-size: 13px; color: #4A1FCF; font-weight: 700;
    text-transform: none; letter-spacing: -0.2px; margin-bottom: 8px; line-height: 1.2; }
  .diff-card p { font-size: 13px; margin: 0; line-height: 1.55; opacity: 0.82; }

  /* ===== SOBRE MÍ ===== */
  .sobre-mi { background: #FAF6EF; }
  .sobre-mi .wrapper { display: grid; grid-template-columns: 360px 1fr; gap: 48px;
    max-width: 1000px; margin: 0 auto; align-items: start; }
@media (max-width: 960px) { .sobre-mi .wrapper { grid-template-columns: 1fr; gap: 32px; } }
  .fotos-slides { position: relative; aspect-ratio: 4/5; max-width: 360px;
    width: 100%; margin-inline: auto; border-radius: 8px; overflow: hidden;
    box-shadow: 0 8px 24px rgba(31,26,43,0.12); }
  .fotos-track { position: relative; width: 100%; height: 100%; }
  .fotos-track .foto-real { position: absolute; inset: 0; width: 100%; height: 100%;
    object-fit: cover; opacity: 0;
    animation: photo-crossfade 24s infinite; }
  .fotos-track picture:nth-child(1) .foto-real { animation-delay: 0s; }
  .fotos-track picture:nth-child(2) .foto-real { animation-delay: 8s; }
  .fotos-track picture:nth-child(3) .foto-real { animation-delay: 16s; }
  @keyframes photo-crossfade {
    0% { opacity: 0; }
    4.17%, 33.33% { opacity: 1; }
    37.50%, 100% { opacity: 0; }
  }
  @media (prefers-reduced-motion: reduce) {
    .fotos-track .foto-real { animation: none; opacity: 0; }
    .fotos-track picture:first-child .foto-real { opacity: 1; }
  }
  .sobre-mi .promesas { display: flex; flex-direction: column; gap: 18px; }
  .promesa { background: #FFFFFF; border-radius: 8px; padding: 18px 22px;
    border-left: 3px solid #D6E33C; box-shadow: 0 4px 14px rgba(0,0,0,0.04); }
  .promesa h4 { font-size: 12px; letter-spacing: 2px; text-transform: uppercase;
    color: #C42E1C; font-weight: 700; margin-bottom: 6px; }
  .promesa p { font-size: 14px; line-height: 1.55; margin: 0; }
  @media (max-width: 720px) {
    .sobre-mi .wrapper { grid-template-columns: 1fr; }
    .fotos-stack { max-width: 320px; margin: 0 auto; }
  }

  /* ===== TRAYECTORIA ===== */
  .trayectoria { background: #FAF6EF; }
  .sectors-cloud { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center;
    max-width: 900px; margin: 0 auto 40px; }
  .sectors-cloud .tag { background: rgba(74,31,207,0.08); color: #4A1FCF;
    padding: 6px 14px; border-radius: 4px; font-size: 13px; font-weight: 500;
    transition: background 0.2s; cursor: default; }
  .sectors-cloud .tag:hover { background: rgba(74,31,207,0.15); }

  .marcas-note { text-align: center; max-width: 700px; margin: 0 auto 36px;
    font-size: 14px; opacity: 0.7; font-style: italic; padding: 0 20px; }

  .portfolio-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px;
    max-width: 740px; margin: 0 auto; }
  .case-placeholder { aspect-ratio: 4/3; border: 2px dashed #4A1FCF;
    background: rgba(74,31,207,0.04); border-radius: 8px;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    text-align: center; padding: 22px; }
  .case-placeholder .ph-label { font-size: 10px; letter-spacing: 2px; text-transform: uppercase;
    color: #C42E1C; font-weight: 700; margin-bottom: 8px; }
  .case-placeholder .ph-title { font-size: 15px; color: #4A1FCF; font-weight: 600;
    margin-bottom: 6px; }
  .case-placeholder .ph-status { font-size: 11px; opacity: 0.7; font-style: italic; }
  @media (max-width: 720px) {
    .portfolio-grid { grid-template-columns: 1fr; }
  }

  /* ===== CTA FINAL ===== */
  .cta-final { background: #4A1FCF; color: #FAF6EF; padding: 100px 0; text-align: center;
    position: relative; overflow: hidden; }
  .cta-final h2 { color: #D6E33C; margin-bottom: 14px;
    font-size: clamp(30px, 4vw, 44px); max-width: 760px; margin-left: auto; margin-right: auto; }
  .cta-final p.lead { color: #FAF6EF; max-width: 580px; margin: 0 auto 36px;
    opacity: 0.92; font-size: 17px; }
  .cta-final .cta-row { margin-bottom: 30px; }
  .cta-final .contact-direct { font-size: 13px; opacity: 0.85; }
  .cta-final .contact-direct a { color: #D6E33C; text-decoration: underline;
    text-decoration-thickness: 1px; text-underline-offset: 3px; }
  .cta-final .availability { display: inline-flex; align-items: center; gap: 8px;
    margin-top: 14px; font-size: 12px; color: #FAF6EF; opacity: 0.88;
    background: rgba(45,189,77,0.12); padding: 6px 14px; border-radius: 20px; }
  .cta-final .availability .dot { width: 8px; height: 8px; background: #2DBD4D;
    border-radius: 50%; box-shadow: 0 0 0 0 rgba(45,189,77,0.6);
    animation: pulse-dot 2s infinite; }
  @keyframes pulse-dot {
    0%, 100% { box-shadow: 0 0 0 0 rgba(45,189,77,0.5); }
    50% { box-shadow: 0 0 0 6px rgba(45,189,77,0); }
  }
  .cta-final .placeholder-cta-note { display: inline-block; margin-top: 20px;
    background: rgba(214,227,60,0.15); color: #D6E33C; padding: 6px 14px;
    border-radius: 4px; font-size: 11px; letter-spacing: 1.5px;
    text-transform: uppercase; font-weight: 700; }

  /* ===== NEWSLETTER ===== */
  .newsletter { background: #7554DA; color: #FAF6EF; padding: 64px 0; text-align: center; }
  .newsletter h3 { color: #D6E33C; font-size: 20px; letter-spacing: 2px;
    text-transform: uppercase; font-weight: 700; margin-bottom: 12px; }
  .newsletter p { max-width: 540px; margin: 0 auto 22px; font-size: 15px; opacity: 0.92; }
  .newsletter .embed-placeholder { background: rgba(255,255,255,0.08);
    border: 2px dashed rgba(214,227,60,0.4); padding: 24px; border-radius: 8px;
    max-width: 540px; margin: 0 auto; color: #FAF6EF; font-size: 13px;
    font-style: italic; opacity: 0.85; }
  .newsletter .embed-placeholder strong { color: #D6E33C; display: block;
    font-style: normal; margin-bottom: 6px; }

  /* ===== FOOTER ===== */
  footer { background: #1F1A2B; color: #FAF6EF; padding: 44px 0 28px; }
  footer .footer-row { display: grid; grid-template-columns: 1fr auto 1fr;
    align-items: center; gap: 24px; }
  footer .footer-brand { display: flex; align-items: center; gap: 14px; }
  footer .footer-brand img { height: 38px; width: auto; }
  footer .footer-brand .ft-frase { font-family: 'Space Grotesk', sans-serif;
    font-size: 11px; letter-spacing: 0.4px; line-height: 1.2; text-transform: lowercase;
    color: #FAF6EF; padding-left: 12px; border-left: 1px solid rgba(250,246,239,0.18);
    display: flex; flex-direction: column; }
  footer .footer-brand .ft-frase .l2 { color: #D6E33C; font-weight: 700; }
  footer .footer-contact { font-size: 13px; opacity: 0.92; line-height: 1.6; text-align: right; }
  footer .footer-contact a { color: #FAF6EF; text-decoration: underline;
    text-decoration-thickness: 1px; text-underline-offset: 3px; }
  footer .footer-social { display: flex; gap: 12px; justify-content: center;
    flex-wrap: wrap; }
  footer .footer-social a { display: inline-flex; align-items: center; gap: 6px;
    background: rgba(214,227,60,0.1); color: #D6E33C; text-decoration: none;
    padding: 5px 12px; border-radius: 20px; font-size: 12px; font-weight: 500;
    transition: background 0.2s, transform 0.2s; }
  footer .footer-social a:hover { background: rgba(214,227,60,0.2); transform: translateY(-1px); color: #D6E33C; }
  footer .footer-social svg { width: 14px; height: 14px; fill: currentColor; }
  footer .footer-bottom { margin-top: 18px; font-size: 11px;
    opacity: 0.55; text-align: center; letter-spacing: 1px; text-transform: uppercase; }
  @media (max-width: 600px) {
    footer .footer-row { grid-template-columns: 1fr; text-align: center; }
    footer .footer-contact { text-align: center; }
    footer .footer-brand { justify-content: center; }
    footer .footer-social { margin-top: 8px; }
  }

  /* ===== FLOATING CTA ===== */
  .floating-cta { position: fixed; bottom: 24px; right: 24px; background: #C42E1C;
    color: #FAF6EF; padding: 14px 24px; border-radius: 30px; font-weight: 700;
    font-size: 13px; box-shadow: 0 10px 28px rgba(196,46,28,0.45); z-index: 60;
    text-decoration: none; letter-spacing: 0.4px;
    animation: pulse-soft 2.6s infinite ease-in-out;
    opacity: 0; visibility: hidden;
    transition: opacity 0.4s, transform 0.3s, background 0.2s; }
  .floating-cta.visible { opacity: 1; visibility: visible; }
  .floating-cta:hover { background: #A82316; color: #FAF6EF; transform: scale(1.04); }
  .floating-cta::before { content: "💬 "; }
  @keyframes pulse-soft {
    0%, 100% { box-shadow: 0 10px 28px rgba(196,46,28,0.45); }
    50% { box-shadow: 0 10px 32px rgba(196,46,28,0.65), 0 0 0 6px rgba(196,46,28,0.08); }
  }

  /* ===== SCROLL REVEAL ===== */
  .reveal { opacity: 0; transform: translateY(20px);
    transition: opacity 0.7s ease, transform 0.7s ease; }
  .reveal.in { opacity: 1; transform: translateY(0); }

  /* ===== WIP BANNER ===== */
  .wip-banner { background: rgba(196,46,28,0.08); border-bottom: 1px solid rgba(196,46,28,0.15);
    text-align: center; padding: 8px; font-size: 11px; letter-spacing: 1.5px;
    text-transform: uppercase; color: #C42E1C; font-weight: 700; }

  /* Skip link (accesibilidad) */
  .skip-link { position: absolute; left: -9999px; top: 0; z-index: 100;
    background: #4A1FCF; color: #FAF6EF; padding: 10px 16px;
    text-decoration: none; font-weight: 600; border-radius: 0 0 4px 0; }
  .skip-link:focus { left: 0; outline: 2px solid #D6E33C; outline-offset: 2px; }

  /* Copy link button (footer) */
  .copy-link-btn { display: inline-flex; align-items: center; gap: 8px;
    background: transparent; border: 1px solid rgba(250,246,239,0.3);
    color: #FAF6EF; padding: 8px 14px; border-radius: 4px;
    font-family: inherit; font-size: 13px; cursor: pointer;
    transition: all 0.2s; margin-top: 8px; }
  .copy-link-btn:hover { background: rgba(214,227,60,0.15); border-color: #D6E33C; color: #D6E33C; }
  .copy-link-btn.copied { background: #D6E33C; color: #4A1FCF; border-color: #D6E33C; }
