/*
Theme Name: Estudio Loopie
Theme URI: https://estudioloopie.com
Author: Estudio Loopie
Author URI: https://estudioloopie.com
Description: Tema a medida para Estudio Loopie — desarrollo eCommerce premium para marcas de LATAM. Monocromatico blanco/negro con acento carmesi, Space Grotesk + Playfair Display. Landing editable 100% desde el Customizer, SEO nativo y formulario de contacto propio.
Version: 1.2.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: estudio-loopie
Tags: one-column, custom-logo, custom-menu, featured-images, translation-ready, editor-style

Estudio Loopie is distributed under the terms of the GNU GPL v2 or later.
*/

:root {
    --ink:    #0D0D0D;
    --ink-2:  #121214;
    --cream:  #FAFAF8;
    --crimson:#E8003D;
    --crimson-2:#FF3D63;
    --line:   rgba(250,250,248,.10);
    --muted:  rgba(250,250,248,.55);
    --maxw: 1280px;
  }
  * { margin: 0; padding: 0; box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  body {
    background: var(--ink);
    color: var(--cream);
    font-family: 'Space Grotesk', system-ui, sans-serif;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
  }
  .it { font-family: 'Playfair Display', serif; font-style: italic; font-weight: 500; color: var(--crimson); }
  .wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 40px; }
  ::selection { background: var(--crimson); color: var(--cream); }

  /* ---------- NAV ---------- */
  nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    display: flex; align-items: center; justify-content: space-between;
    padding: 22px 40px;
    backdrop-filter: blur(0px);
    transition: background .4s, backdrop-filter .4s, padding .4s, border-color .4s;
    border-bottom: 1px solid transparent;
  }
  nav.scrolled {
    background: rgba(13,13,13,.6);
    backdrop-filter: blur(20px) saturate(140%);
    padding: 16px 40px;
    border-bottom: 1px solid var(--line);
  }
  nav .brand { display: flex; align-items: center; gap: 14px; }
  nav .brand .nm { font-size: 18px; font-weight: 600; letter-spacing: -.02em; }
  nav .links { display: flex; gap: 36px; align-items: center; }
  nav .links a { color: var(--muted); text-decoration: none; font-size: 15px; font-weight: 500; transition: color .25s; position: relative; }
  nav .links a:hover { color: var(--cream); }
  nav .nav-cta, nav .links a.nav-cta {
    background: var(--crimson); color: #fff; padding: 11px 22px; border-radius: 999px;
    font-size: 14px; font-weight: 600; letter-spacing: .02em; white-space: nowrap;
    transition: transform .3s cubic-bezier(.2,.8,.2,1), box-shadow .3s;
    box-shadow: 0 0 0 rgba(232,0,61,0);
  }
  nav .links a.nav-cta:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(232,0,61,.35); color: #fff; }
  @media (max-width: 760px){ nav .links a:not(.nav-cta){ display:none; } }

  /* ---------- HERO ---------- */
  .hero { position: relative; min-height: 100vh; display: flex; align-items: center; overflow: hidden; }
  .hero-bg { position: absolute; inset: 0; z-index: 0; }
  .glow {
    position: absolute; border-radius: 50%; filter: blur(100px); opacity: .5;
    will-change: transform;
  }
  .glow.a { width: 720px; height: 720px; background: radial-gradient(circle, rgba(232,0,61,.55), transparent 65%); top: -180px; right: -120px; }
  .glow.b { width: 560px; height: 560px; background: radial-gradient(circle, rgba(255,61,99,.30), transparent 65%); bottom: -160px; left: -100px; }
  .grid-overlay {
    position: absolute; inset: 0;
    background-image:
      linear-gradient(to right, rgba(250,250,248,.04) 1px, transparent 1px),
      linear-gradient(to bottom, rgba(250,250,248,.04) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, #000 30%, transparent 80%);
    -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, #000 30%, transparent 80%);
  }
  .hero-inner { position: relative; z-index: 2; width: 100%; }
  .eyebrow {
    display: inline-flex; align-items: center; gap: 10px;
    font-size: 13px; letter-spacing: .22em; text-transform: uppercase; font-weight: 600;
    color: var(--muted);
    border: 1px solid var(--line); border-radius: 999px; padding: 9px 18px;
    background: rgba(250,250,248,.02); backdrop-filter: blur(8px);
  }
  .eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--crimson); box-shadow: 0 0 12px var(--crimson); }
  h1.hero-title {
    font-size: clamp(52px, 7vw, 104px);
    line-height: 1.0; letter-spacing: -.04em; font-weight: 600;
    margin: 34px 0 0;
    max-width: 10ch;
  }
  h1.hero-title .it { display: inline-block; padding: 0 .12em .06em 0; line-height: 1; }
  .hero-sub {
    font-size: clamp(18px, 2vw, 23px); line-height: 1.5; color: var(--muted);
    margin-top: 34px; max-width: 56ch; font-weight: 400;
  }
  .hero-ctas { display: flex; gap: 18px; margin-top: 46px; align-items: center; flex-wrap: wrap; }
  .btn-primary {
    background: var(--crimson); color: var(--cream); text-decoration: none;
    padding: 18px 34px; border-radius: 999px; font-size: 16px; font-weight: 600;
    display: inline-flex; align-items: center; gap: 12px;
    transition: transform .3s cubic-bezier(.2,.8,.2,1), box-shadow .3s;
    box-shadow: 0 14px 40px rgba(232,0,61,.30);
  }
  .btn-primary:hover { transform: translateY(-3px); box-shadow: 0 20px 50px rgba(232,0,61,.45); }
  .btn-primary .arr { transition: transform .3s; }
  .btn-primary:hover .arr { transform: translateX(5px); }
  .btn-ghost {
    color: var(--cream); text-decoration: none; padding: 18px 28px; border-radius: 999px;
    font-size: 16px; font-weight: 500; border: 1px solid var(--line);
    transition: background .3s, border-color .3s; display: inline-flex; align-items: center; gap: 10px;
  }
  .btn-ghost:hover { background: rgba(250,250,248,.05); border-color: rgba(250,250,248,.25); }

  /* floating product card in hero */
  .hero-visual { position: absolute; z-index: 1; right: 4%; top: 50%; transform: translateY(-50%); width: 440px; pointer-events: none; }
  @media (max-width: 1100px){ .hero-visual { display: none; } }
  .float-card {
    background: linear-gradient(160deg, rgba(250,250,248,.08), rgba(250,250,248,.02));
    border: 1px solid var(--line); border-radius: 22px; padding: 18px;
    backdrop-filter: blur(24px); box-shadow: 0 40px 80px rgba(0,0,0,.55);
    will-change: transform;
  }
  .browser-mini .barbar { display: flex; gap: 7px; padding: 4px 4px 14px; }
  .browser-mini .barbar i { width: 11px; height: 11px; border-radius: 50%; background: rgba(250,250,248,.18); display: block; }
  .hv-slides { display: grid; }
  .hv-slide { grid-area: 1 / 1; opacity: 0; transition: opacity .7s ease; pointer-events: none; }
  .hv-slide.active { opacity: 1; pointer-events: auto; }
  .hv-dots { display: flex; gap: 8px; justify-content: center; margin-top: 16px; }
  .hv-dots span { width: 7px; height: 7px; border-radius: 50%; background: rgba(250,250,248,.2); transition: background .3s, width .3s; }
  .hv-dots span.active { background: var(--crimson); width: 20px; border-radius: 4px; }
  .store-shot { background: var(--cream); border-radius: 12px; overflow: hidden; }
  .store-shot .nav2 { display: flex; justify-content: space-between; align-items: center; padding: 14px 18px; border-bottom: 1px solid rgba(13,13,13,.08); }
  .store-shot .nav2 .b { font: 700 12px/1 'Space Grotesk'; letter-spacing: .14em; text-transform: uppercase; color: var(--ink); }
  .store-shot .nav2 .l { display: flex; gap: 12px; font: 500 9px/1 'Space Grotesk'; color: #6b6b66; }
  .store-shot .hero2 { margin: 16px; height: 96px; border-radius: 10px; background: var(--crimson); display: grid; place-items: center; }
  .store-shot .hero2 span { font: 500 16px/1 'Playfair Display'; font-style: italic; color: var(--cream); }
  .store-shot .grid2 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px; padding: 0 16px 16px; }
  .store-shot .grid2 i { aspect-ratio: 1; background: #f1efeb; border-radius: 8px; display: block; }
  .pill-badge {
    position: absolute; background: rgba(13,13,13,.85); border: 1px solid var(--line); backdrop-filter: blur(16px);
    border-radius: 14px; padding: 14px 18px; display: flex; align-items: center; gap: 12px;
    box-shadow: 0 20px 40px rgba(0,0,0,.4); will-change: transform;
  }
  .pill-badge .ic { width: 38px; height: 38px; border-radius: 10px; background: var(--crimson); display: grid; place-items: center; font-weight: 700; font-size: 15px; }
  .pill-badge .tx .a { font-size: 13px; font-weight: 600; }
  .pill-badge .tx .b { font-size: 11px; color: var(--muted); margin-top: 2px; }
  .pill-badge.one { top: -28px; left: -56px; }
  .pill-badge.two { bottom: -24px; right: -40px; }

  .marquee-strip { position: relative; z-index: 2; margin-top: 90px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; padding: 22px 0; }
  .marquee { display: flex; gap: 64px; white-space: nowrap; width: max-content; animation: scrollx 28s linear infinite; }
  .marquee span { font-size: 22px; font-weight: 500; color: var(--muted); letter-spacing: -.01em; display: inline-flex; align-items: center; gap: 64px; }
  .marquee span::after { content: "•"; color: var(--crimson); }
  @keyframes scrollx { to { transform: translateX(-50%); } }

  /* ---------- SECTION SHELL ---------- */
  section.blk { position: relative; padding: 140px 0; }
  .sec-head { max-width: 720px; margin-bottom: 70px; }
  .sec-tag { font-size: 13px; letter-spacing: .24em; text-transform: uppercase; font-weight: 600; color: var(--crimson); }
  .sec-title { font-size: clamp(36px, 5vw, 64px); line-height: 1.02; letter-spacing: -.035em; font-weight: 600; margin-top: 20px; }
  .sec-desc { font-size: 19px; line-height: 1.55; color: var(--muted); margin-top: 22px; }

  /* ---------- BENEFITS (asymmetric bento) ---------- */
  .bento { display: grid; grid-template-columns: 1.4fr 1fr 1fr; grid-auto-rows: minmax(240px, auto); gap: 20px; }
  .card {
    border: 1px solid var(--line); border-radius: 24px; padding: 34px;
    background: linear-gradient(160deg, rgba(250,250,248,.045), rgba(250,250,248,.01));
    position: relative; overflow: hidden;
    transition: transform .5s cubic-bezier(.2,.8,.2,1), border-color .5s, background .5s;
    will-change: transform;
  }
  .card:hover { transform: translateY(-6px); border-color: rgba(255,61,99,.4); background: linear-gradient(160deg, rgba(232,0,61,.08), rgba(250,250,248,.01)); }
  .card .knum { font-size: 15px; font-weight: 600; color: var(--crimson); letter-spacing: .08em; }
  .card h3 { font-size: 27px; letter-spacing: -.02em; font-weight: 600; margin-top: 16px; line-height: 1.1; }
  .card p { font-size: 16px; line-height: 1.55; color: var(--muted); margin-top: 14px; }
  .card.big { grid-row: span 2; display: flex; flex-direction: column; justify-content: space-between; }
  .card.big .giant { font-size: clamp(70px, 8vw, 116px); font-weight: 700; letter-spacing: -.05em; line-height: .9; }
  .card.big .giant .it { font-size: .5em; }
  .card .spark { position: absolute; right: -40px; top: -40px; width: 200px; height: 200px; background: radial-gradient(circle, rgba(232,0,61,.35), transparent 70%); filter: blur(30px); opacity: 0; transition: opacity .5s; }
  .card:hover .spark { opacity: 1; }
  @media (max-width: 900px){ .bento { grid-template-columns: 1fr; } .card.big { grid-row: auto; } }

  /* ---------- FEATURES (sticky split) ---------- */
  .feat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
  .feat-list { display: flex; flex-direction: column; gap: 8px; }
  .feat-item { padding: 30px 30px; border-radius: 18px; border: 1px solid transparent; transition: border-color .4s, background .4s; cursor: default; }
  .feat-item.active { border-color: var(--line); background: rgba(250,250,248,.03); }
  .feat-item .fi-top { display: flex; align-items: center; gap: 16px; }
  .feat-item .fi-num { font-size: 14px; font-weight: 600; color: var(--crimson); }
  .feat-item h4 { font-size: 26px; letter-spacing: -.02em; font-weight: 600; }
  .feat-item p { font-size: 16px; line-height: 1.55; color: var(--muted); margin-top: 14px; max-width: 46ch; max-height: 0; overflow: hidden; opacity: 0; transition: max-height .5s, opacity .4s, margin .4s; }
  .feat-item.active p { max-height: 120px; opacity: 1; }
  .feat-visual { position: sticky; top: 120px; aspect-ratio: 4/3.4; border-radius: 24px; border: 1px solid var(--line); background: linear-gradient(160deg, rgba(250,250,248,.05), rgba(250,250,248,.01)); overflow: hidden; display: grid; place-items: center; }
  .fv-panels { display: grid; width: 100%; place-items: center; }
  .fv-panel { grid-area: 1 / 1; width: 100%; display: grid; place-items: center; opacity: 0; transform: translateY(14px); transition: opacity .5s ease, transform .5s ease; pointer-events: none; }
  .fv-panel.active { opacity: 1; transform: none; pointer-events: auto; }
  @media (max-width: 900px){ .feat-grid { grid-template-columns: 1fr; gap: 40px; } .feat-visual { display: none; } }
  .dash { width: 86%; background: var(--cream); border-radius: 14px; padding: 18px; color: var(--ink); box-shadow: 0 30px 60px rgba(0,0,0,.4); }
  .dash .dr { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; }
  .dash .dr .t { font: 600 12px/1 'Space Grotesk'; letter-spacing: .14em; text-transform: uppercase; opacity: .55; }
  .dash .kpis { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px; margin-bottom: 16px; }
  .dash .kpi { border: 1px solid rgba(13,13,13,.08); border-radius: 10px; padding: 12px; }
  .dash .kpi .l { font: 600 9px/1 'Space Grotesk'; letter-spacing: .14em; text-transform: uppercase; opacity: .5; }
  .dash .kpi .v { font: 700 26px/1 'Space Grotesk'; letter-spacing: -.02em; margin-top: 8px; }
  .dash .kpi .v.cr { color: var(--crimson); }
  .dash .chart { height: 90px; position: relative; }

  /* ---------- SHOWCASE ---------- */
  .showcase { position: relative; }
  .showcase-frame {
    border-radius: 28px; border: 1px solid var(--line); overflow: hidden;
    background: linear-gradient(160deg, rgba(250,250,248,.06), rgba(250,250,248,.01));
    box-shadow: 0 60px 120px rgba(0,0,0,.6); will-change: transform;
  }
  .showcase-frame .topbar { display: flex; align-items: center; gap: 8px; padding: 18px 22px; border-bottom: 1px solid var(--line); }
  .showcase-frame .topbar i { width: 12px; height: 12px; border-radius: 50%; background: rgba(250,250,248,.18); }
  .showcase-frame .topbar .u { margin-left: 16px; height: 26px; flex: 1; max-width: 360px; border-radius: 7px; background: rgba(250,250,248,.06); }
  .showcase-body { display: grid; grid-template-columns: 1.3fr 1fr; min-height: 460px; }
  .showcase-body .left { background: var(--cream); color: var(--ink); padding: 46px; display: flex; flex-direction: column; justify-content: center; }
  .showcase-body .left .bg-eyebrow { font: 600 12px/1 'Space Grotesk'; letter-spacing: .2em; text-transform: uppercase; color: var(--crimson); }
  .showcase-body .left h3 { font-size: 46px; line-height: 1.02; letter-spacing: -.03em; font-weight: 600; margin-top: 16px; }
  .showcase-body .left .buy { margin-top: 28px; background: var(--ink); color: var(--cream); padding: 16px 28px; border-radius: 999px; font-size: 14px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; align-self: flex-start; }
  .showcase-body .right { padding: 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-content: center; }
  .showcase-body .right .prod { aspect-ratio: 1; border-radius: 14px; background: rgba(250,250,248,.06); border: 1px solid var(--line); }
  .showcase-body .right .prod.cr { background: var(--crimson); }
  @media (max-width: 760px){ .showcase-body { grid-template-columns: 1fr; } .showcase-body .right { display: none; } }
  .sc-slides { display: grid; }
  .sc-slide { grid-area: 1 / 1; opacity: 0; transition: opacity .6s ease; pointer-events: none; }
  .sc-slide.active { opacity: 1; pointer-events: auto; }
  .sc-arrows { margin-left: auto; display: flex; gap: 8px; }
  .sc-arr { width: 34px; height: 34px; border-radius: 50%; border: 1px solid var(--line); background: rgba(250,250,248,.04); color: var(--cream); cursor: pointer; font-size: 15px; transition: background .3s, border-color .3s; }
  .sc-arr:hover { background: var(--crimson); border-color: var(--crimson); }
  .sc-dots { display: flex; gap: 8px; justify-content: center; padding: 22px 0; background: rgba(13,13,13,.3); }
  .sc-dots span { width: 7px; height: 7px; border-radius: 50%; background: rgba(250,250,248,.2); transition: background .3s, width .3s; cursor: pointer; }
  .sc-dots span.active { background: var(--crimson); width: 20px; border-radius: 4px; }

  /* ---------- USE CASES (horizontal cards) ---------- */
  .uc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
  @media (max-width: 900px){ .uc-grid { grid-template-columns: 1fr 1fr; } }
  @media (max-width: 560px){ .uc-grid { grid-template-columns: 1fr; } }
  .uc {
    border: 1px solid var(--line); border-radius: 20px; padding: 28px; min-height: 280px;
    display: flex; flex-direction: column; justify-content: space-between;
    background: linear-gradient(160deg, rgba(250,250,248,.04), rgba(250,250,248,.01));
    transition: transform .5s cubic-bezier(.2,.8,.2,1), border-color .5s;
  }
  .uc:hover { transform: translateY(-6px); border-color: rgba(255,61,99,.4); }
  .uc .uc-ic { width: 58px; height: 58px; border-radius: 16px; display: grid; place-items: center;
    background: linear-gradient(160deg, rgba(232,0,61,.16), rgba(232,0,61,.04));
    border: 1px solid rgba(232,0,61,.28);
    transition: transform .45s cubic-bezier(.2,.8,.2,1), background .4s, border-color .4s; }
  .uc .uc-ic svg { transition: stroke .4s, transform .4s; }
  .uc:hover .uc-ic { transform: scale(1.08) rotate(-5deg); background: var(--crimson); border-color: var(--crimson); }
  .uc:hover .uc-ic svg { stroke: #fff; }
  .uc h4 { font-size: 22px; letter-spacing: -.02em; font-weight: 600; }
  .uc p { font-size: 15px; line-height: 1.5; color: var(--muted); margin-top: 10px; }

  /* ---------- RUBROS CAROUSEL ---------- */
  .rubro-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: 30px; }
  .rubro-nav { display: flex; gap: 10px; flex-shrink: 0; }
  .rubro-nav button { width: 50px; height: 50px; border-radius: 50%; border: 1px solid var(--line); background: transparent; color: var(--cream); font-size: 19px; cursor: pointer; transition: background .25s, border-color .25s, transform .25s; }
  .rubro-nav button:hover { background: var(--crimson); border-color: var(--crimson); transform: translateY(-2px); }
  .rubro-track { display: flex; gap: 22px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 6px 2px 26px; scroll-behavior: smooth; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
  .rubro-track::-webkit-scrollbar { display: none; }
  .rubro { scroll-snap-align: start; flex: 0 0 366px; border: 1px solid var(--line); border-radius: 24px; overflow: hidden; background: #100f0e; transition: transform .45s cubic-bezier(.2,.8,.2,1), border-color .45s, box-shadow .45s; }
  .rubro:hover { transform: translateY(-8px); border-color: rgba(232,0,61,.55); box-shadow: 0 24px 60px rgba(0,0,0,.4); }
  .rubro .photo { position: relative; height: 250px; overflow: hidden;
    background:
      radial-gradient(circle at 50% 38%, rgba(232,0,61,.28), transparent 60%),
      repeating-linear-gradient(135deg, rgba(250,250,248,.045) 0 1px, transparent 1px 14px),
      linear-gradient(160deg, #211d1a, #0c0c0b);
    display: grid; place-items: center; }
  .rubro:nth-child(even) .photo { background:
      radial-gradient(circle at 50% 38%, rgba(232,0,61,.2), transparent 58%),
      repeating-linear-gradient(45deg, rgba(250,250,248,.045) 0 1px, transparent 1px 14px),
      linear-gradient(160deg, #1a1815, #0c0c0b); }
  .rubro .photo .ic { width: 96px; height: 96px; border-radius: 26px; background: rgba(250,250,248,.06); border: 1px solid rgba(232,0,61,.4); display: grid; place-items: center; backdrop-filter: blur(2px); transition: transform .45s, background .45s; }
  .rubro .photo .ic svg { width: 44px; height: 44px; }
  .rubro:hover .photo .ic { transform: scale(1.1) rotate(-5deg); background: var(--crimson); }
  .rubro:hover .photo .ic svg { stroke: #fff; }
  .rubro .photo .ph-note { position: absolute; bottom: 14px; left: 18px; font: 600 11px/1 'Space Grotesk'; letter-spacing: .2em; text-transform: uppercase; color: rgba(250,250,248,.4); }
  .rubro .rb-body { padding: 26px 26px 30px; }
  .rubro .rb-num { font: 600 12px/1 'Space Grotesk'; letter-spacing: .16em; text-transform: uppercase; color: var(--crimson); }
  .rubro h4 { font-size: 25px; font-weight: 600; letter-spacing: -.02em; margin-top: 12px; }
  .rubro p { font-size: 15px; color: var(--muted); line-height: 1.55; margin-top: 10px; }
  @media (max-width: 560px){ .rubro { flex: 0 0 82%; } }

  /* ---------- TESTIMONIALS ---------- */
  .t-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 64px; }
  @media (max-width: 900px){ .t-grid { grid-template-columns: 1fr; } }
  .t-card {
    border: 1px solid var(--line); border-radius: 22px; padding: 32px;
    background: linear-gradient(160deg, rgba(250,250,248,.045), rgba(250,250,248,.01));
    display: flex; flex-direction: column; gap: 22px;
    transition: transform .5s cubic-bezier(.2,.8,.2,1), border-color .5s;
  }
  .t-card:hover { transform: translateY(-6px); border-color: rgba(255,61,99,.4); }
  .t-card .stars { color: var(--crimson); font-size: 18px; letter-spacing: 2px; }
  .t-card .qt { font-size: 19px; line-height: 1.5; letter-spacing: -.01em; flex: 1; }
  .t-card .qt b { font-family: 'Playfair Display', serif; font-style: italic; font-weight: 500; color: var(--crimson); }
  .quote-big { font-family: 'Playfair Display', serif; font-style: italic; font-size: clamp(32px, 4.6vw, 60px); line-height: 1.12; letter-spacing: -.02em; max-width: 20ch; }
  .quote-big em { color: var(--crimson); font-style: italic; }
  .t-meta { display: flex; align-items: center; gap: 16px; margin-top: 40px; }
  .t-meta .av { width: 56px; height: 56px; border-radius: 50%; background: var(--crimson); display: grid; place-items: center; font-weight: 700; }
  .t-meta .nm { font-size: 17px; font-weight: 600; }
  .t-meta .ro { font-size: 14px; color: var(--muted); margin-top: 3px; }
  .logos-row { display: flex; flex-wrap: wrap; gap: 50px; align-items: center; margin-top: 90px; opacity: .6; }
  .logos-row span { font-size: 22px; font-weight: 600; letter-spacing: -.01em; }

  /* ---------- CONTACT FORM ---------- */
  .contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 64px; align-items: center; }
  @media (max-width: 900px){ .contact-grid { grid-template-columns: 1fr; gap: 44px; } }
  .contact-copy h2 { font-size: clamp(38px, 5vw, 68px); line-height: 1.0; letter-spacing: -.035em; font-weight: 600; }
  .contact-copy h2 .it { display:inline-block; padding: 0 .1em .06em 0; line-height: 1; }
  .contact-copy p { font-size: 19px; line-height: 1.55; color: var(--muted); margin-top: 22px; max-width: 40ch; }
  .contact-points { display: flex; flex-direction: column; gap: 16px; margin-top: 34px; }
  .contact-points .cp { display: flex; align-items: center; gap: 14px; font-size: 16px; color: var(--cream); }
  .contact-points .cp .d { width: 8px; height: 8px; border-radius: 50%; background: var(--crimson); box-shadow: 0 0 10px var(--crimson); flex-shrink: 0; }
  .form-card {
    border: 1px solid var(--line); border-radius: 26px; padding: 40px;
    background: linear-gradient(160deg, rgba(250,250,248,.05), rgba(250,250,248,.01));
    backdrop-filter: blur(20px); box-shadow: 0 40px 90px rgba(0,0,0,.5);
  }
  .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
  @media (max-width: 520px){ .form-row { grid-template-columns: 1fr; } }
  .field { display: flex; flex-direction: column; gap: 9px; margin-bottom: 18px; }
  .field label { font-size: 13px; letter-spacing: .12em; text-transform: uppercase; font-weight: 600; color: var(--muted); }
  .field input, .field select, .field textarea {
    background: rgba(13,13,13,.4); border: 1px solid var(--line); border-radius: 12px;
    padding: 15px 16px; color: var(--cream); font-family: inherit; font-size: 16px;
    transition: border-color .3s, background .3s; outline: none;
  }
  .field input::placeholder, .field textarea::placeholder { color: rgba(250,250,248,.35); }
  .field input:focus, .field select:focus, .field textarea:focus { border-color: var(--crimson); background: rgba(13,13,13,.6); }
  .field select { appearance: none; cursor: pointer; }
  .field textarea { resize: vertical; min-height: 110px; }
  .form-card .btn-primary { width: 100%; justify-content: center; border: none; cursor: pointer; font-family: inherit; margin-top: 6px; }
  .form-note { font-size: 13px; color: var(--muted); text-align: center; margin-top: 16px; }
  .form-sent { text-align: center; padding: 30px 10px; }
  .form-sent .ok { width: 64px; height: 64px; border-radius: 50%; border: 2px solid var(--crimson); color: var(--crimson); display: grid; place-items: center; font-size: 30px; margin: 0 auto 20px; }
  .form-sent h4 { font-size: 26px; letter-spacing: -.02em; }
  .form-sent p { color: var(--muted); margin-top: 10px; }

  /* ---------- CTA FINAL ---------- */
  .cta-final { position: relative; border-radius: 36px; overflow: hidden; padding: 110px 60px; text-align: center; border: 1px solid var(--line); background: linear-gradient(160deg, rgba(232,0,61,.10), rgba(250,250,248,.01)); }
  .cta-final .glow-c { position: absolute; width: 700px; height: 700px; border-radius: 50%; background: radial-gradient(circle, rgba(232,0,61,.4), transparent 65%); filter: blur(90px); top: -300px; left: 50%; transform: translateX(-50%); }
  .cta-final h2 { position: relative; font-size: clamp(40px, 6.5vw, 92px); line-height: .98; letter-spacing: -.04em; font-weight: 600; }
  .cta-final p { position: relative; font-size: 20px; color: var(--muted); margin-top: 24px; }
  .cta-final .btn-primary { margin-top: 44px; }

  /* ---------- FOOTER ---------- */
  footer { border-top: 1px solid var(--line); padding: 80px 0 50px; margin-top: 40px; }
  .foot-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; }
  @media (max-width: 760px){ .foot-grid { grid-template-columns: 1fr 1fr; gap: 36px; } }
  .foot-brand .nm { font-size: 22px; font-weight: 600; margin-top: 18px; }
  .foot-brand p { color: var(--muted); font-size: 15px; line-height: 1.6; margin-top: 14px; max-width: 32ch; }
  .foot-col h5 { font-size: 13px; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
  .foot-col a { display: block; color: var(--cream); text-decoration: none; font-size: 15px; margin-top: 16px; opacity: .8; transition: opacity .25s, color .25s; }
  .foot-col a:hover { opacity: 1; color: var(--crimson); }
  .foot-bottom { display: flex; justify-content: space-between; align-items: center; margin-top: 70px; padding-top: 30px; border-top: 1px solid var(--line); color: var(--muted); font-size: 14px; letter-spacing: .04em; }
  .foot-bottom .big-oo { font-size: clamp(80px, 16vw, 240px); font-weight: 700; letter-spacing: -.06em; line-height: 1; opacity: .05; position: absolute; left: 50%; transform: translateX(-50%); pointer-events: none; user-select: none; margin-top: -40px; }

  .reveal { opacity: 0; transform: translateY(40px); }
  .oo-svg { display:block; }

  /* ---------- SECTION DIVISION (alternating panels) ---------- */
  .blk.alt { background: linear-gradient(180deg, rgba(250,250,248,.035), rgba(250,250,248,0) 42%); border-top: 1px solid var(--line); }
  .blk.alt::before { content: ""; position: absolute; top: -5px; left: 50%; transform: translateX(-50%); width: 9px; height: 9px; border-radius: 50%; background: var(--crimson); box-shadow: 0 0 0 6px rgba(232,0,61,.12); }

  /* ---------- WHATSAPP FLOAT ---------- */
  .wa-float { position: fixed; right: 26px; bottom: 26px; z-index: 130; }
  .wa-float a { display: flex; align-items: center; gap: 0; background: #25D366; color: #08331b; text-decoration: none; border-radius: 999px; padding: 15px; box-shadow: 0 14px 36px rgba(37,211,102,.42); transition: transform .3s cubic-bezier(.2,.8,.2,1), box-shadow .3s; }
  .wa-float a:hover { color: white; transform: translateY(-3px); box-shadow: 0 18px 44px rgba(37,211,102,.55); }
  .wa-float svg { width: 30px; height: 30px; flex-shrink: 0; display: block; }
  .wa-float .wa-tx { max-width: 0; overflow: hidden; white-space: nowrap; opacity: 0; font-weight: 700; font-size: 15px; transition: max-width .45s ease, opacity .35s, margin .45s; }
  .wa-float a:hover .wa-tx { max-width: 200px; opacity: 1; margin: 0 8px 0 10px; }
  @media (max-width: 560px){ .wa-float { right: 18px; bottom: 18px; } .wa-float a:hover .wa-tx { max-width: 0; opacity: 0; margin: 0; } }

  /* ---------- TESTIMONIALS (featured + marquee) ---------- */
  #testimonios { position: relative; overflow: hidden; }
  .testi-bg { position: absolute; inset: 0; pointer-events: none; background:
      radial-gradient(circle at 18% 22%, rgba(232,0,61,.16), transparent 42%),
      radial-gradient(circle at 86% 78%, rgba(232,0,61,.10), transparent 48%); }
  .testi-featured { position: relative; max-width: 980px; margin: 0 auto 66px; text-align: center; }
  .tf-quote { font-family: 'Playfair Display', serif; font-style: italic; font-size: clamp(28px, 3.8vw, 52px); line-height: 1.16; letter-spacing: -.02em; }
  .tf-quote em, .tf-quote b { color: var(--crimson); font-style: italic; font-weight: 500; }
  .tf-quote .mk { color: var(--crimson); }
  .tf-meta { display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 34px; }
  .tf-meta .av { width: 58px; height: 58px; border-radius: 50%; background: var(--crimson); display: grid; place-items: center; font-weight: 700; color: #fff; }
  .tf-meta .nm { font-size: 17px; font-weight: 600; text-align: left; }
  .tf-meta .ro { font-size: 14px; color: var(--muted); margin-top: 3px; text-align: left; }
  .tf-nav { display: flex; gap: 10px; margin-left: 14px; }
  .tf-nav button { width: 48px; height: 48px; border-radius: 50%; border: 1px solid var(--line); background: transparent; color: var(--cream); font-size: 18px; cursor: pointer; transition: background .25s, border-color .25s, transform .25s; }
  .tf-nav button:hover { background: var(--crimson); border-color: var(--crimson); transform: translateY(-2px); }
  .testi-track-wrap { position: relative; overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); }
  .testi-track { display: flex; gap: 18px; width: max-content; animation: testiScroll 64s linear infinite; }
  .testi-track-wrap:hover .testi-track { animation-play-state: paused; }
  @keyframes testiScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
  .testi-mini { width: 344px; flex-shrink: 0; border: 1px solid var(--line); border-radius: 18px; padding: 24px; cursor: pointer;
    background: linear-gradient(160deg, rgba(250,250,248,.05), rgba(250,250,248,.012));
    transition: border-color .35s, transform .35s, background .35s; }
  .testi-mini:hover, .testi-mini.on { border-color: rgba(232,0,61,.55); transform: translateY(-5px); }
  .testi-mini.on { background: linear-gradient(160deg, rgba(232,0,61,.1), rgba(232,0,61,.02)); }
  .testi-mini .stars { color: var(--crimson); font-size: 14px; letter-spacing: 2px; }
  .testi-mini .mq { font-size: 15px; line-height: 1.5; color: var(--cream); margin-top: 12px; opacity: .86;
    display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
  .testi-mini .mq b, .testi-mini .mq em { color: var(--crimson); font-family: inherit; font-style: normal; font-weight: 600; }
  .testi-mini .mm { display: flex; align-items: center; gap: 12px; margin-top: 18px; }
  .testi-mini .mm .av { width: 40px; height: 40px; border-radius: 50%; background: rgba(232,0,61,.16); color: var(--crimson); display: grid; place-items: center; font-weight: 700; font-size: 13px; }
  .testi-mini .mm .nm { font-size: 14px; font-weight: 600; }
  .testi-mini .mm .ro { font-size: 12px; color: var(--muted); margin-top: 2px; }

  /* ---------- FOOTER (compact · social + email) ---------- */
  footer.compact { padding: 60px 0 40px; margin-top: 40px; }
  .foot-top { display: flex; justify-content: space-between; gap: 48px; flex-wrap: wrap; align-items: flex-start; }
  .foot-connect h5 { font-size: 13px; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
  .social-row { display: flex; gap: 12px; margin-top: 16px; }
  .social-row a { width: 48px; height: 48px; border-radius: 13px; border: 1px solid var(--line); display: grid; place-items: center; color: var(--cream); transition: background .3s, border-color .3s, transform .3s, color .3s; }
  .social-row a svg { width: 22px; height: 22px; }
  .social-row a:hover { background: var(--crimson); border-color: var(--crimson); color: #fff; transform: translateY(-3px); }
  .foot-email { display: inline-flex; align-items: center; gap: 10px; margin-top: 22px; font-size: 19px; font-weight: 600; color: var(--cream); text-decoration: none; }
  .foot-email span { border-bottom: 2px solid var(--crimson); padding-bottom: 2px; transition: color .25s; }
  .foot-email:hover span { color: var(--crimson); }
  @media (max-width: 620px){ .foot-top { gap: 34px; } .foot-email { font-size: 17px; } }

  /* ============================================================
     MOBILE-FIRST RESPONSIVE OVERHAUL
     Los visuales de la derecha se REUBICAN debajo del texto,
     en vez de ocultarse, para una gran experiencia en mobile.
     ============================================================ */
  @media (max-width: 1100px){
    /* HERO pasa a columna: texto arriba, visual abajo (visible) */
    .hero {
      min-height: auto;
      flex-direction: column;
      justify-content: center;
      padding-top: 130px;
      padding-bottom: 70px;
    }
    .hero-inner { order: 1; }
    .hero-visual {
      display: block;
      position: static;
      transform: none;
      width: 100%;
      max-width: 360px;
      margin: 54px auto 0;
      order: 2;
      pointer-events: auto;
    }
    .hero-ctas { margin-top: 38px; }
  }

  @media (max-width: 900px){
    /* FEATURES: el dashboard se muestra debajo de la lista */
    .feat-visual {
      display: grid;
      position: static;
      top: auto;
      width: 100%;
      max-width: 460px;
      margin: 8px auto 0;
    }
  }

  @media (max-width: 760px){
    /* SHOWCASE: la grilla de productos vuelve a verse, debajo */
    .showcase-body .right {
      display: grid;
      grid-template-columns: 1fr 1fr;
      padding: 28px 30px 34px;
      border-top: 1px solid var(--line);
    }
    .showcase-body .left { padding: 38px 30px; }
  }

  /* Espaciados y tipografía mobile-first */
  @media (max-width: 760px){
    .wrap { padding: 0 22px; }
    nav { padding: 16px 22px; }
    nav.scrolled { padding: 13px 22px; }
    nav .brand .nm { font-size: 16px; }
    section.blk { padding: 84px 0; }
    .sec-head { margin-bottom: 46px; }
    .cta-final { padding: 72px 28px; border-radius: 28px; }
    .float-card { padding: 14px; }
    .pill-badge { padding: 11px 14px; }
    .pill-badge .ic { width: 32px; height: 32px; font-size: 14px; }
    .pill-badge.one { top: -16px; left: 4px; }
    .pill-badge.two { bottom: -14px; right: 4px; }
    .foot-bottom { flex-direction: column; gap: 16px; text-align: center; }
  }

  @media (max-width: 480px){
    .wrap { padding: 0 18px; }
    .hero { padding-top: 116px; }
    h1.hero-title { font-size: clamp(40px, 12vw, 60px); }
    .hero-sub { font-size: 17px; margin-top: 26px; }
    .hero-ctas { gap: 12px; }
    .hero-ctas .btn-primary, .hero-ctas .btn-ghost { width: 100%; justify-content: center; }
    .btn-primary, .btn-ghost { padding: 16px 26px; font-size: 15px; }
    section.blk { padding: 70px 0; }
    .card { padding: 26px; }
    .showcase-body .right { grid-template-columns: 1fr 1fr; }
  }

/* ---------- WORDPRESS CORE / ADMIN BAR ---------- */
body.admin-bar nav { top: 32px; }
@media screen and (max-width: 782px){ body.admin-bar nav { top: 46px; } }
.screen-reader-text { position:absolute!important; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.skip-link:focus { position:fixed!important; left:16px; top:16px; z-index:1000; width:auto; height:auto; clip:auto; padding:12px 18px; background:var(--crimson); color:var(--cream); border-radius:8px; font:600 14px/1 "Space Grotesk",sans-serif; }
.form-msg { margin-top:14px; font:500 14px/1.5 "Space Grotesk",sans-serif; }
.form-msg.err { color:var(--crimson-2); }
.hp-wrap { position:absolute!important; left:-9999px; width:1px; height:1px; overflow:hidden; }
button[disabled] { opacity:.6; cursor:progress; }

/* ---------- WP NAV MENU (lista generada por wp_nav_menu) ---------- */
nav .links ul, nav ul.links { list-style: none; margin: 0; padding: 0; display: flex; gap: 36px; align-items: center; }
nav .links li { list-style: none; }
nav .links li a { display: inline-block; }
@media (max-width: 760px){ nav .links li:not(.nav-cta) a:not(.nav-cta) { display: none; } }
.foot-menu { list-style: none; margin: 18px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px 22px; }
.foot-menu a { color: var(--muted); text-decoration: none; font-size: 14px; transition: color .25s; }
.foot-menu a:hover { color: var(--crimson); }

/* ---------- PAGINAS INTERNAS / BLOG ---------- */
.page-shell { padding: 180px 0 90px; }
.page-shell .entry-title { font-size: clamp(34px, 5vw, 68px); line-height: 1.02; letter-spacing: -.03em; font-weight: 600; }
.page-shell .entry-meta { color: var(--muted); font-size: 14px; margin-top: 14px; letter-spacing: .04em; }
.page-shell .entry-content { margin-top: 34px; font-size: 17px; line-height: 1.75; color: rgba(250,250,248,.82); }
.page-shell .entry-content > * + * { margin-top: 20px; }
.page-shell .entry-content a { color: var(--crimson); }
.page-shell .entry-content h2 { font-size: 30px; letter-spacing: -.02em; margin-top: 40px; }
.page-shell .entry-content h3 { font-size: 22px; letter-spacing: -.01em; margin-top: 30px; }
.page-shell .entry-content img { max-width: 100%; height: auto; border-radius: 14px; }
.page-shell .entry-content ul, .page-shell .entry-content ol { padding-left: 22px; }
.post-card { display: block; padding: 28px 0; border-bottom: 1px solid var(--line); text-decoration: none; color: var(--cream); }
.post-card h2 { font-size: 26px; letter-spacing: -.02em; font-weight: 600; }
.post-card p { color: var(--muted); margin-top: 10px; font-size: 16px; line-height: 1.6; }
.loopie-pagination { margin-top: 40px; display: flex; gap: 10px; flex-wrap: wrap; }
.loopie-pagination .page-numbers { color: var(--muted); text-decoration: none; padding: 8px 14px; border: 1px solid var(--line); border-radius: 999px; font-size: 14px; }
.loopie-pagination .page-numbers.current, .loopie-pagination .page-numbers:hover { color: var(--cream); border-color: var(--crimson); }
.error-404 { text-align: center; }
.error-404 .code { font: 700 clamp(90px, 18vw, 220px)/1 "Space Grotesk", sans-serif; letter-spacing: -.06em; color: var(--crimson); opacity: .9; }
