/* ClinicalPath — hoja de estilos de la portada (home) */
:root {
  --ink: #09223a;
  --ink-deep: #041827;
  --ink-mid: #061b2d;
  --blue: #1468e5;
  --blue-bright: #3b8cff;
  --blue-soft: #eaf3ff;
  --aqua: #6ce5d3;
  --paper: #f5f8fb;
  --white: #ffffff;
  --line: rgba(9, 34, 58, 0.12);
  --muted: #60768a;
  --sans: "DM Sans", system-ui, -apple-system, sans-serif;
  --display: "Manrope", var(--sans);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); overflow-x: hidden; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }

.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 1000; padding: .75rem 1rem; background: var(--white); border-radius: .5rem; }
.skip-link:focus { top: 1rem; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
section[id] { scroll-margin-top: 92px; }

/* ---------- Header ---------- */
.site-header { position: fixed; inset: 0 0 auto; z-index: 100; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(4,24,39,.78); backdrop-filter: blur(18px); }
.header-inner { min-height: 74px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .7rem; width: max-content; font-family: var(--display); font-weight: 700; letter-spacing: -.03em; }
.brand-logo { width: 38px; height: 38px; flex: 0 0 auto; object-fit: contain; }
.brand-name { font-size: 1.05rem; }
.brand-name span { color: var(--aqua); }
.desktop-nav { display: flex; align-items: center; gap: 1.9rem; font-size: .84rem; color: rgba(255,255,255,.66); }
.desktop-nav a { transition: color .2s ease; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--white); }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: .75rem; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 0; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; background: rgba(255,255,255,.06); cursor: pointer; }
.menu-toggle span { display: block; width: 18px; height: 1.5px; margin: 4px auto; border-radius: 2px; background: var(--white); transition: transform .2s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(5.5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-5.5px) rotate(-45deg); }
.mobile-nav { display: none; }
.site-header.is-scrolled { background: rgba(4,24,39,.94); box-shadow: 0 10px 40px rgba(0,0,0,.12); }

/* ---------- Botones ---------- */
.button { display: inline-flex; justify-content: center; align-items: center; gap: .7rem; min-height: 52px; padding: .85rem 1.4rem; border: 1px solid transparent; border-radius: 14px; font-weight: 700; font-size: .9rem; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding: .65rem 1rem; border-radius: 12px; font-size: .8rem; }
.button-dark { color: var(--ink-deep); background: var(--white); }
.button-dark:hover { background: var(--aqua); }
.button-primary { color: var(--white); background: var(--blue); box-shadow: 0 14px 34px rgba(20,104,229,.35); }
.button-primary:hover { background: #2879ee; box-shadow: 0 18px 42px rgba(20,104,229,.42); }
.button-ghost { color: var(--white); background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.22); }
.button-ghost:hover { background: rgba(255,255,255,.12); }
.text-link { display: inline-flex; align-items: center; gap: .6rem; color: rgba(255,255,255,.76); font-size: .9rem; font-weight: 600; }
.text-link:hover { color: var(--white); }
.text-link-dark { width: max-content; color: var(--ink); }
.text-link-dark:hover { color: var(--blue); }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; color: var(--white); background:
  radial-gradient(900px 620px at 78% 26%, rgba(20,104,229,.32), transparent 62%),
  radial-gradient(700px 520px at 22% 92%, rgba(108,229,211,.10), transparent 60%),
  var(--ink-deep); }
.hero-photo { position: absolute; inset: 0; background-image: url('assets/hero-poster.jpg'); background-size: cover; background-position: center; opacity: 1; }
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 1; border: 0; pointer-events: none; }
.hero-veil { position: absolute; inset: 0; background:
  radial-gradient(70% 58% at 50% 47%, rgba(4,24,39,.62), rgba(4,24,39,.26) 70%, transparent 100%),
  linear-gradient(to bottom, rgba(4,24,39,.86) 0%, rgba(4,24,39,.2) 22%, rgba(4,24,39,.34) 60%, var(--ink-deep) 100%),
  linear-gradient(115deg, rgba(20,104,229,.24), rgba(108,229,211,.10)); }
.hero::before { content: ""; position: absolute; inset: 0; z-index: 1; opacity: .11; background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px); background-size: 74px 74px; mask-image: radial-gradient(120% 100% at 50% 0%, #000 35%, transparent 78%); }
.hero-glowline { position: absolute; left: 0; right: 0; bottom: -1px; height: 1px; background: linear-gradient(90deg, transparent, rgba(108,229,211,.55), rgba(59,140,255,.5), transparent); }
.hero-grid { position: relative; z-index: 2; padding: clamp(8.5rem, 15vw, 12rem) 0 clamp(5rem, 9vw, 8rem); display: grid; grid-template-columns: 1fr; justify-items: center; text-align: center; }
.hero-copy { max-width: 46rem; }

.eyebrow { display: inline-flex; align-items: center; gap: .7rem; margin: 0 0 1.7rem; padding: .5rem .95rem .5rem .6rem; color: var(--aqua); background: rgba(108,229,211,.07); border: 1px solid rgba(108,229,211,.22); border-radius: 999px; font-size: .69rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow i { width: 7px; height: 7px; border-radius: 50%; background: var(--aqua); box-shadow: 0 0 0 4px rgba(108,229,211,.16); animation: pulse 2.6s ease-in-out infinite; }
@keyframes pulse { 0%,100% { opacity: 1; box-shadow: 0 0 0 4px rgba(108,229,211,.16); } 50% { opacity: .5; box-shadow: 0 0 0 8px rgba(108,229,211,.05); } }

h1 { max-width: 20ch; margin: 0 auto; font-family: var(--display); font-size: clamp(2.8rem, 4.6vw, 4.6rem); font-weight: 600; line-height: 1.0; letter-spacing: -.055em; }
h1 em { display: inline; color: var(--aqua); font-style: normal; }
.hero-lead { max-width: 56ch; margin: 1.9rem auto 0; color: rgba(255,255,255,.66); font-size: clamp(1rem, 1.2vw, 1.13rem); line-height: 1.75; }
.hero-actions { display: flex; align-items: center; justify-content: center; gap: 1.2rem; margin-top: 2.4rem; flex-wrap: wrap; }

.phone-frame { position: relative; z-index: 3; aspect-ratio: 591 / 1280; padding: 14px; background: linear-gradient(165deg, #1f2b38, #08131f); border-radius: 42px; box-shadow: 0 40px 90px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.14); }
.phone-notch { position: absolute; z-index: 4; top: 14px; left: 50%; width: 36%; height: 20px; background: #08131f; border-radius: 0 0 14px 14px; transform: translateX(-50%); }
.phone-screen { position: relative; width: 100%; height: 100%; overflow: hidden; background: #f5f8fb; border-radius: 30px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.08); }
.phone-slide { position: absolute; inset: 0; background-image: var(--img); background-size: cover; background-position: top center; opacity: 0; animation: phoneFade 12s linear infinite both; }
@keyframes phoneFade {
  0% { opacity: 0; }
  5% { opacity: 1; }
  33.33% { opacity: 1; }
  38.33% { opacity: 0; }
  100% { opacity: 0; }
}


/* ---------- Barra de señal ---------- */
.signal-bar { position: relative; color: var(--white); background: #071f34; border-top: 1px solid rgba(255,255,255,.08); }
.signal-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.signal-item { display: grid; align-content: center; gap: .3rem; padding: 2.2rem 1.6rem; border-left: 1px solid rgba(255,255,255,.09); }
.signal-item:first-child { padding-left: 0; border-left: 0; }
.signal-item span { color: var(--aqua); font-family: var(--display); font-size: .7rem; font-weight: 700; letter-spacing: .1em; }
.signal-item strong { color: var(--white); font-size: .9rem; font-weight: 600; letter-spacing: -.01em; }
.signal-item p { margin: 0; color: rgba(255,255,255,.44); font-size: .76rem; line-height: 1.55; }

/* ---------- Secciones genéricas ---------- */
.section { padding: clamp(5.5rem, 10vw, 8.5rem) 0; }
.section-kicker { margin: 0 0 1rem; color: var(--blue); font-size: .69rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(300px, .68fr); align-items: end; gap: clamp(2.5rem, 8vw, 7rem); margin-bottom: 4rem; }
.section-heading h2, .split-copy h2, .faq-intro h2, .contact-copy h2 { margin: 0; font-family: var(--display); font-size: clamp(2.4rem, 4.3vw, 4.1rem); font-weight: 600; line-height: 1.05; letter-spacing: -.055em; }
.section-heading h2 span, .split-copy h2 span { color: var(--blue); }
.section-heading > p, .split-copy > p, .faq-intro > p, .contact-copy > p { margin: 0; color: var(--muted); font-size: 1rem; line-height: 1.75; }
.section-heading-light .section-kicker { color: var(--aqua); }
.section-heading-light h2 span, .section-heading-light h2 em { color: var(--aqua); font-style: normal; }
.section-heading-light > p { color: rgba(255,255,255,.5); }

/* ---------- Pilares (qué hacemos) ---------- */
.pillars-section { background: var(--paper); }

.app-catalog { display: grid; grid-template-columns: 1.25fr 1fr 1fr 1fr; gap: 1.1rem; }
.catalog-card { position: relative; display: grid; align-content: start; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: 20px; text-decoration: none; color: inherit; transition: transform .25s cubic-bezier(.22,1,.36,1), border-color .25s ease, box-shadow .25s ease; }
.catalog-card:hover { transform: translateY(-4px); border-color: rgba(20,104,229,.28); box-shadow: 0 22px 50px rgba(9,34,58,.1); }
.catalog-shot { height: 200px; background-image: var(--shot); background-size: cover; background-position: center; border-bottom: 1px solid var(--line); }
.catalog-shot-cover { background-color: #f3f4f6; background-size: contain; background-repeat: no-repeat; }
.catalog-shot-fit { background-color: #eef3fb; background-size: contain; background-repeat: no-repeat; }
.catalog-shot-icon { display: grid; place-items: center; color: var(--blue); background: var(--blue-soft); }
.catalog-shot-icon svg { width: 38px; height: 38px; }
.catalog-body { display: grid; align-content: start; gap: .55rem; padding: 1.6rem 1.6rem 1.9rem; }
.catalog-card h4 { margin: 0; font-family: var(--display); font-size: 1.22rem; font-weight: 700; letter-spacing: -.03em; }
.catalog-card p { margin: 0; color: var(--muted); font-size: .87rem; line-height: 1.62; }
.catalog-tag { justify-self: start; padding: .22rem .6rem; color: var(--blue); background: var(--blue-soft); border-radius: 999px; font-size: .62rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.catalog-link { justify-self: start; margin-top: .25rem; color: var(--blue); font-size: .82rem; font-weight: 700; }
.catalog-card-featured { border-color: rgba(20,104,229,.22); }
.catalog-card-featured .catalog-body { background: linear-gradient(165deg, rgba(20,104,229,.06), rgba(255,255,255,0)); }

/* ---------- La app ClinicalPath ---------- */
.app-section { color: var(--white); background: var(--ink-mid); }
.app-dot { width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: var(--aqua); box-shadow: 0 0 0 4px rgba(108,229,211,.14); }

.app-hero { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: clamp(2.5rem, 6vw, 5rem); padding: clamp(2.2rem, 5vw, 3.4rem); margin-bottom: 3.2rem; background: radial-gradient(640px 420px at 88% 8%, rgba(20,104,229,.28), transparent 62%), rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.1); border-radius: 32px; }
.app-hero-trust { display: inline-flex; align-items: center; gap: .55rem; margin: 0 0 1.1rem; color: var(--aqua); font-size: .78rem; font-weight: 700; letter-spacing: .03em; }
.app-hero-copy h3 { margin: 0 0 .8rem; font-family: var(--display); font-size: clamp(1.6rem, 2.6vw, 2.1rem); font-weight: 700; line-height: 1.18; letter-spacing: -.03em; }
.app-hero-copy p { margin: 0 0 1.6rem; color: rgba(255,255,255,.58); font-size: .95rem; line-height: 1.75; max-width: 44ch; }
.app-hero-phone { position: relative; width: 100%; max-width: 260px; justify-self: center; }

.app-module { padding-top: 2.6rem; border-top: 1px solid rgba(255,255,255,.1); }
.app-module + .app-module { margin-top: 2.8rem; }
.app-module-head { display: flex; align-items: flex-start; gap: 1.1rem; margin-bottom: 1.6rem; }
.app-module-ico { width: 48px; height: 48px; flex: 0 0 auto; display: grid; place-items: center; color: var(--blue-bright); background: rgba(59,140,255,.14); border: 1px solid rgba(59,140,255,.22); border-radius: 15px; }
.app-module-ico svg { width: 24px; height: 24px; }
.app-module-head h3 { margin: 0 0 .35rem; font-family: var(--display); font-size: 1.4rem; font-weight: 700; letter-spacing: -.03em; }
.app-module-head p { margin: 0; max-width: 62ch; color: rgba(255,255,255,.5); font-size: .89rem; line-height: 1.65; }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }
.feature-tile { overflow: hidden; background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.11); border-radius: 20px; padding: 1.1rem 1.1rem 0; transition: transform .3s cubic-bezier(.22,1,.36,1), border-color .3s ease, background .3s ease; }
.feature-tile:hover { transform: translateY(-4px); background: rgba(255,255,255,.06); border-color: rgba(59,140,255,.35); }
.feature-shot { width: 100%; max-width: 290px; margin: 0 auto; aspect-ratio: 591 / 1280; background-image: var(--img); background-size: cover; background-position: center; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; }
.feature-tile figcaption { padding: 1.2rem .2rem 1.5rem; }
.feature-tile h4 { margin: 0 0 .4rem; font-family: var(--display); font-size: 1.02rem; font-weight: 700; letter-spacing: -.02em; }
.feature-tile p { margin: 0; color: rgba(255,255,255,.5); font-size: .82rem; line-height: 1.6; }

.store-links { display: flex; flex-wrap: wrap; gap: .6rem; }
.store-btn { display: inline-flex; align-items: center; gap: .65rem; padding: .6rem .95rem .6rem .8rem; color: var(--white); background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.16); border-radius: 13px; transition: background .22s ease, border-color .22s ease, transform .22s ease; }
.store-btn:hover { transform: translateY(-2px); background: rgba(255,255,255,.12); border-color: rgba(108,229,211,.4); }
.store-btn svg { width: 20px; height: 20px; flex: 0 0 auto; color: var(--aqua); }
.store-btn span { display: grid; gap: .05rem; }
.store-btn small { color: rgba(255,255,255,.5); font-size: .62rem; letter-spacing: .04em; }
.store-btn strong { font-family: var(--display); font-size: .88rem; font-weight: 700; letter-spacing: -.02em; }

.country-banner { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 1.1rem 1.6rem; margin-top: 3rem; padding: 1.5rem 2rem; background: radial-gradient(500px 200px at 50% 0%, rgba(108,229,211,.14), transparent 70%), rgba(255,255,255,.035); border: 1px solid rgba(108,229,211,.22); border-radius: 20px; text-align: center; }
.country-banner p { margin: 0; color: rgba(255,255,255,.8); font-size: 1rem; }
.country-banner p strong { color: var(--white); }
.country-flags { display: flex; flex-wrap: wrap; gap: .6rem; }
.country-flag { display: inline-flex; align-items: center; gap: .5rem; padding: .5rem .9rem; color: var(--white); background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); border-radius: 999px; font-size: .85rem; font-weight: 600; }
.country-flag span { font-size: 1.15rem; }

.projects-note { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.5rem; margin-top: 2.6rem; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,.12); }
.projects-note p { max-width: 62ch; margin: 0; color: rgba(255,255,255,.52); font-size: .95rem; line-height: 1.7; }


/* ---------- Cómo trabajamos ---------- */
.process-section { background: var(--white); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-step { position: relative; padding: 2.2rem 2rem 2.2rem 0; }
.process-step + .process-step { padding-left: 2rem; border-left: 1px solid var(--line); }
.step-number { position: relative; z-index: 2; width: 40px; height: 40px; display: grid; place-items: center; color: var(--blue); background: var(--white); border: 1px solid rgba(20,104,229,.35); border-radius: 50%; font-family: var(--display); font-size: .73rem; font-weight: 700; }
.step-line { position: absolute; top: 2.2rem; left: 40px; width: calc(100% - 40px); height: 1px; background: linear-gradient(to right, rgba(20,104,229,.3), transparent); }
.process-step + .process-step .step-line { left: calc(2rem + 40px); width: calc(100% - 2rem - 40px); }
.process-step h3 { margin: 2.2rem 0 .7rem; font-family: var(--display); font-size: 1.2rem; font-weight: 700; letter-spacing: -.03em; }
.process-step p { margin: 0; color: var(--muted); font-size: .85rem; line-height: 1.68; }

/* ---------- Equipo ---------- */
.team-section { color: var(--white); background: var(--ink-mid); }
.people { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }
.person { overflow: hidden; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.12); border-radius: 24px; transition: transform .3s cubic-bezier(.22,1,.36,1), border-color .3s ease, background .3s ease; }
.person:hover { transform: translateY(-6px); background: rgba(255,255,255,.07); border-color: rgba(59,140,255,.42); }
.person-photo { aspect-ratio: 1; background-image: var(--img); background-size: cover; background-position: center top; border-bottom: 1px solid rgba(255,255,255,.12); filter: saturate(1.02); }
.person-body { display: grid; gap: .55rem; padding: 1.7rem 1.6rem 1.9rem; }
.person h3 { margin: 0; font-family: var(--display); font-size: 1.28rem; font-weight: 700; line-height: 1.2; letter-spacing: -.035em; }
.person-role { margin: 0; color: var(--aqua); font-size: .74rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.person-bio { margin: .5rem 0 0; color: rgba(255,255,255,.52); font-size: .86rem; line-height: 1.7; }
.person-extra { margin: 0; padding-top: .8rem; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.4); font-size: .8rem; font-style: italic; line-height: 1.6; }
.person-link { display: inline-flex; align-items: center; gap: .5rem; width: max-content; margin-top: .6rem; padding: .5rem .85rem .5rem .7rem; color: var(--white); background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.16); border-radius: 11px; font-size: .78rem; font-weight: 700; transition: background .22s ease, border-color .22s ease; }
.person-link:hover { background: rgba(255,255,255,.13); border-color: rgba(108,229,211,.45); }
.person-link svg { width: 15px; height: 15px; flex: 0 0 auto; color: var(--aqua); }

/* ---------- Para quién ---------- */
.audience-section { background: #eef4f8; }
.split-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: clamp(3rem, 9vw, 8rem); }
.split-copy h2 { margin-bottom: 1.4rem; }
.split-copy > p { margin-bottom: 2.2rem; }
.audience-stack { display: grid; gap: 1rem; }
.audience-card { display: grid; grid-template-columns: auto 1fr; gap: 1.5rem; padding: 1.9rem; background: rgba(255,255,255,.75); border: 1px solid rgba(9,34,58,.1); border-radius: 22px; transition: transform .25s ease, background .25s ease, box-shadow .25s ease; }
.audience-card:hover { transform: translateX(-5px); background: var(--white); box-shadow: 0 20px 50px rgba(9,34,58,.09); }
.audience-index { width: 40px; height: 40px; display: grid; place-items: center; color: var(--blue); background: var(--blue-soft); border-radius: 12px; font-family: var(--display); font-size: .8rem; font-weight: 700; }
.audience-card h3 { margin: 0 0 .4rem; font-family: var(--display); font-size: 1.12rem; letter-spacing: -.025em; }
.audience-card p { margin: 0; color: var(--muted); font-size: .86rem; line-height: 1.65; }

/* ---------- FAQ ---------- */
.faq-section { background: var(--white); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(3rem, 10vw, 9rem); }
.faq-intro h2 { margin-bottom: 1.2rem; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 2rem; padding: 1.6rem 0; cursor: pointer; list-style: none; font-family: var(--display); font-weight: 700; letter-spacing: -.02em; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--blue); font-family: var(--sans); font-size: 1.2rem; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 700px; margin: -.4rem 2rem 1.6rem 0; color: var(--muted); font-size: .88rem; line-height: 1.7; }

/* ---------- Contacto ---------- */
.contact-section { padding: clamp(5.5rem, 10vw, 8.5rem) 0; color: var(--white); background: var(--ink-mid); }
.contact-grid { display: grid; grid-template-columns: .78fr 1.22fr; align-items: start; gap: clamp(3rem, 9vw, 8rem); }
.contact-copy { position: sticky; top: 110px; }
.contact-copy .section-kicker { color: var(--aqua); }
.contact-copy h2 { margin-bottom: 1.4rem; }
.contact-copy > p { color: rgba(255,255,255,.55); }
.contact-direct { display: grid; gap: .4rem; margin-top: 2.4rem; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,.13); }
.contact-direct span { color: rgba(255,255,255,.38); font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.contact-direct a { width: max-content; color: var(--aqua); font-family: var(--display); font-size: 1.05rem; font-weight: 700; }
.contact-direct b { margin-left: .3rem; font-weight: 400; }
.contact-wa { display: inline-flex; align-items: center; gap: .5rem; width: max-content; margin-top: .5rem; padding: .55rem .9rem .55rem .75rem; color: var(--white); background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.16); border-radius: 12px; font-family: var(--display); font-size: .92rem; font-weight: 700; letter-spacing: -.01em; transition: background .22s ease, border-color .22s ease, transform .22s ease; }
.contact-wa:hover { transform: translateY(-2px); background: rgba(255,255,255,.12); border-color: rgba(108,229,211,.42); }
.contact-wa svg { width: 18px; height: 18px; flex: 0 0 auto; color: var(--aqua); }
.footer-phone { color: rgba(255,255,255,.72); font-family: var(--display); font-size: .9rem; font-weight: 700; }
.footer-phone:hover { color: var(--aqua); }
.demo-form { display: grid; gap: 1.2rem; padding: clamp(1.5rem, 4vw, 3rem); color: var(--ink); background: var(--white); border-radius: 26px; box-shadow: 0 30px 90px rgba(0,0,0,.24); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.demo-form label, .demo-form legend { color: var(--ink); font-size: .75rem; font-weight: 700; }
.demo-form label > span { color: var(--muted); font-weight: 400; }
.demo-form input:not([type="checkbox"]):not([type="radio"]), .demo-form select, .demo-form textarea { width: 100%; margin-top: .5rem; padding: .9rem 1rem; color: var(--ink); background: #f5f8fb; border: 1px solid #dce5ec; border-radius: 11px; outline: none; transition: border .2s ease, box-shadow .2s ease; }
.demo-form textarea { min-height: 112px; resize: vertical; }
.demo-form input:focus, .demo-form select:focus, .demo-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(20,104,229,.12); }
.demo-form fieldset { display: flex; flex-wrap: wrap; gap: .7rem; margin: 0; padding: 0; border: 0; }
.demo-form legend { width: 100%; margin-bottom: .2rem; }
.radio-option { position: relative; }
.radio-option input { position: absolute; opacity: 0; pointer-events: none; }
.radio-option span { display: block; padding: .7rem 1rem; color: var(--muted) !important; background: #f5f8fb; border: 1px solid #dce5ec; border-radius: 999px; cursor: pointer; font-weight: 600 !important; }
.radio-option input:checked + span { color: var(--blue) !important; background: var(--blue-soft); border-color: rgba(20,104,229,.4); }
.privacy-check { display: flex; align-items: flex-start; gap: .7rem; color: var(--muted) !important; font-weight: 400 !important; line-height: 1.5; }
.privacy-check input { margin-top: .2rem; accent-color: var(--blue); }
.privacy-check a { color: var(--blue); text-decoration: underline; text-underline-offset: 2px; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-submit { width: 100%; border: 0; cursor: pointer; }
.form-note { margin: -.4rem 0 0; color: var(--muted); font-size: .69rem; text-align: center; }

/* ---------- Footer ---------- */
.site-footer { padding: 4rem 0; color: var(--white); background: #03131f; border-top: 1px solid rgba(255,255,255,.1); }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr 1fr; gap: 4rem; }
.footer-brand { color: var(--white); }
.footer-grid > div:first-child > p { max-width: 310px; margin: 1.2rem 0 0; color: rgba(255,255,255,.42); font-size: .82rem; line-height: 1.6; }
.footer-grid nav { display: grid; align-content: start; gap: .75rem; }
.footer-grid nav a { width: max-content; color: rgba(255,255,255,.56); font-size: .78rem; }
.footer-grid nav a:hover { color: var(--white); }
.footer-contact { display: grid; justify-items: start; align-content: start; gap: .65rem; }
.footer-contact > span { color: var(--aqua); font-size: .65rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.footer-contact > a { font-family: var(--display); font-size: .96rem; font-weight: 700; }
.footer-contact small { margin-top: 1.5rem; color: rgba(255,255,255,.32); font-size: .67rem; }

/* ---------- Reveal ---------- */
.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s cubic-bezier(.22,1,.36,1); }
.js .reveal.is-visible { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .signal-grid { grid-template-columns: 1fr 1fr; }
  .signal-item:nth-child(odd) { border-left: 0; padding-left: 0; }
  .signal-item { border-top: 1px solid rgba(255,255,255,.09); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-step:nth-child(3) { padding-left: 0; border-left: 0; }
  .process-step:nth-child(3) .step-line, .process-step:nth-child(1) .step-line { left: 40px; width: calc(100% - 40px); }
  .process-step:nth-child(3), .process-step:nth-child(4) { border-top: 1px solid var(--line); }
}

@media (max-width: 900px) {
  .feature-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 940px) {
  .desktop-nav { display: none; }
  .header-inner { grid-template-columns: 1fr auto; }
  .menu-toggle { display: block; }
  .mobile-nav { position: fixed; inset: 74px 0 auto; display: grid; gap: .2rem; padding: 1rem 24px 1.4rem; background: rgba(4,24,39,.98); border-bottom: 1px solid rgba(255,255,255,.12); transform: translateY(-130%); opacity: 0; pointer-events: none; transition: transform .25s ease, opacity .2s ease; }
  .mobile-nav.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .mobile-nav a { padding: .8rem 0; color: rgba(255,255,255,.75); border-bottom: 1px solid rgba(255,255,255,.07); font-size: .9rem; }
  .hero-grid { padding-top: 8.5rem; gap: 4.5rem; }
  .app-hero { grid-template-columns: 1fr; text-align: left; }
  .app-hero-phone { max-width: 220px; margin-top: 1rem; }
  .app-hero-copy p { max-width: 56ch; }
  .app-catalog { grid-template-columns: 1fr 1fr; }
  .split-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; }
  .people { grid-template-columns: 1fr; }
  .person { display: grid; grid-template-columns: 240px 1fr; align-items: stretch; }
  .person-photo { aspect-ratio: auto; border-bottom: 0; border-right: 1px solid rgba(255,255,255,.12); }
  .contact-copy { position: static; }
  .section-heading { grid-template-columns: 1fr; align-items: start; gap: 1.5rem; }
}

@media (max-width: 600px) {
  .shell { width: min(100% - 36px, 1180px); }
  .site-header { background: rgba(4,24,39,.92); }
  .header-inner { min-height: 66px; }
  .brand-logo { width: 34px; height: 34px; }
  .brand-name { font-size: .96rem; }
  .button-small { min-height: 38px; padding-inline: .8rem; }
  .header-cta { display: none; }
  .mobile-nav { inset-block-start: 66px; }
  .hero-grid { padding-top: 7rem; gap: 3.5rem; }
  .hero-photo { opacity: .28; }
  h1 { font-size: clamp(2.25rem, 9.6vw, 3.1rem); }
  .hero-lead { font-size: .97rem; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: .8rem; }
  .signal-grid { grid-template-columns: 1fr; }
  .signal-item { padding: 1.5rem 0; border-left: 0; }
  .section { padding: 5rem 0; }
  .section-heading { margin-bottom: 2.6rem; }
  .section-heading h2, .split-copy h2, .faq-intro h2, .contact-copy h2 { font-size: clamp(2.15rem, 10vw, 3.1rem); }
  .app-hero { padding: 1.8rem 1.5rem; border-radius: 24px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-shot { max-width: 250px; }
  .app-module-head { gap: .8rem; }
  .person { grid-template-columns: 1fr; }
  .person-photo { aspect-ratio: 4 / 3; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .person-body { padding: 1.4rem 1.3rem 1.6rem; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step, .process-step + .process-step { padding: 2rem 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .process-step + .process-step .step-line, .process-step .step-line { left: 40px; width: calc(100% - 40px); }
  .process-step:nth-child(3), .process-step:nth-child(4) { border-top: 0; }
  .app-catalog { grid-template-columns: 1fr; }
  .audience-card { padding: 1.5rem; gap: 1rem; }
  .form-row { grid-template-columns: 1fr; }
  .demo-form { padding: 1.4rem; border-radius: 20px; }
  .footer-grid { grid-template-columns: 1fr; gap: 2.5rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .phone-slide { animation: none !important; opacity: 0 !important; }
  .phone-slide:first-child { opacity: 1 !important; }
  .hero-video { display: none !important; }
}


/* ---------- Imagenes de fondo (fuera del HTML) ---------- */
.bg-app-ambulancias { --shot: url('assets/app-ambulancias.jpg'); }
.bg-app-domiciliaria { --shot: url('assets/app-domiciliaria.jpg'); }
.bg-app-portada { --shot: url('assets/app-portada.jpg'); }
.bg-equipo-molina { --img: url('assets/equipo-molina.jpg'); }
.bg-equipo-pablo { --img: url('assets/equipo-pablo.jpg'); }
.bg-equipo-soto { --img: url('assets/equipo-soto.jpg'); }
.bg-ml-proyeccion { --shot: url('assets/ml-proyeccion.svg'); }
.bg-pabellon-entrega { --img: url('assets/pabellon-entrega.jpg'); }
.bg-pabellon-priorizacion { --img: url('assets/pabellon-priorizacion.jpg'); }
.bg-turnos-agenda { --img: url('assets/turnos-agenda.jpg'); }
.bg-turnos-especialistas { --img: url('assets/turnos-especialistas.jpg'); }
.bg-turnos-interconsulta { --img: url('assets/turnos-interconsulta.jpg'); }
.bg-turnos-permisos { --img: url('assets/turnos-permisos.jpg'); }
.app-hero-phone .phone-slide:nth-child(1) { animation-delay: 0s; }
.app-hero-phone .phone-slide:nth-child(2) { animation-delay: 4s; }
.app-hero-phone .phone-slide:nth-child(3) { animation-delay: 8s; }


/* =========================================================
   DIRECCIÓN A — Clínica y sobria
   Blanco, verde del logo (#177a44), sin degradados ni vidrios.
   Tipografía: IBM Plex Sans / IBM Plex Serif.
   ========================================================= */

:root {
  --ink: #12211a;
  --ink-deep: #0c1813;
  --ink-mid: #14251d;
  --blue: #177a44;
  --blue-bright: #1f9455;
  --blue-soft: #eaf3ed;
  --aqua: #177a44;
  --paper: #ffffff;
  --white: #ffffff;
  --line: #e0e5e1;
  --muted: #5d6b63;
  --sans: "IBM Plex Sans", system-ui, sans-serif;
  --display: "IBM Plex Sans", system-ui, sans-serif;
  --serif: "IBM Plex Serif", Georgia, serif;
}

body { background: var(--paper); letter-spacing: 0; }
.shell { width: min(1120px, calc(100% - 56px)); }

/* --- Header: sólido, sin vidrio --- */
.site-header { color: var(--ink); background: #fff; border-bottom: 1px solid var(--line);
  backdrop-filter: none; }
.site-header.is-scrolled { background: #fff; box-shadow: 0 1px 0 var(--line); }
.header-inner { min-height: 76px; }
.brand-name { font-weight: 600; letter-spacing: -.01em; }
.brand-name span { color: var(--blue); }
.desktop-nav { gap: 2.1rem; color: var(--muted); font-size: .88rem; font-weight: 500; }
.desktop-nav a:hover { color: var(--blue); }
.mobile-nav { background: #fff; border-bottom: 1px solid var(--line); }
.mobile-nav a { color: var(--ink); border-bottom: 1px solid var(--line); }
.menu-toggle { border-color: var(--line); background: #fff; }
.menu-toggle span { background: var(--ink); }

/* --- Botones: rectos, sin sombra de color --- */
.button { min-height: 50px; border-radius: 4px; font-weight: 600; letter-spacing: .01em; }
.button:hover { transform: none; }
.button-primary { color: #fff; background: var(--blue); box-shadow: none; }
.button-primary:hover { background: #126437; box-shadow: none; }
.button-ghost { color: var(--ink); background: #fff; border-color: var(--line); }
.button-ghost:hover { background: var(--blue-soft); border-color: var(--blue); }
.button-dark { color: #fff; background: var(--ink); }
.button-dark:hover { background: var(--blue); }

/* --- Hero: video a pantalla completa, velo verde --- */
.hero { color: #fff; background: #0c1813; border-bottom: 0; }
.hero::before, .hero-glowline { display: none; }
.hero-photo, .hero-video { display: block; position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; opacity: 1; filter: saturate(.9) contrast(1.02); }
.hero-veil { display: block; background:
  radial-gradient(72% 66% at 24% 48%, rgba(9,20,15,.7), rgba(9,20,15,.2) 72%, transparent 100%),
  linear-gradient(to bottom, rgba(9,20,15,.82) 0%, rgba(9,20,15,.12) 26%, rgba(9,20,15,.34) 64%, #0c1813 100%),
  linear-gradient(105deg, rgba(23,122,68,.2), rgba(9,20,15,0) 58%); }
.hero-grid { grid-template-columns: 1fr; justify-items: start; text-align: left;
  padding: clamp(8.5rem, 13vw, 11.5rem) 0 clamp(5rem, 8vw, 7.5rem); }
.hero-copy { max-width: 44rem; }
h1 { max-width: 17ch; margin: 0; font-size: clamp(2.5rem, 4.2vw, 4.1rem); font-weight: 600;
  line-height: 1.07; letter-spacing: -.035em; color: #fff; }
h1 em { color: #8fd3aa; font-family: var(--serif); font-style: italic; font-weight: 500; }
.hero-lead { max-width: 52ch; margin: 1.7rem 0 0; color: rgba(255,255,255,.72);
  font-size: 1.04rem; line-height: 1.72; }
.hero-actions { justify-content: flex-start; margin-top: 2.3rem; }
.hero .button-ghost { color: #fff; background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.3); }
.hero .button-ghost:hover { background: rgba(255,255,255,.15); border-color: #8fd3aa; }

/* --- Barra de señal: clara, con regla --- */
.signal-bar { color: var(--ink); background: #f7f9f7; border-top: 0; border-bottom: 1px solid var(--line); }
.signal-item { border-left: 1px solid var(--line); padding: 2rem 1.8rem; }
.signal-item span { color: var(--blue); font-family: var(--sans); font-weight: 600; }
.signal-item strong { color: var(--ink); }
.signal-item p { color: var(--muted); }

/* --- Encabezados de sección --- */
.section-kicker { color: var(--blue); letter-spacing: .14em; font-weight: 600; }
.section-heading h2, .split-copy h2, .faq-intro h2, .contact-copy h2 {
  font-size: clamp(2rem, 3.2vw, 3rem); font-weight: 600; letter-spacing: -.035em; line-height: 1.1; }
.section-heading h2 span, .split-copy h2 span { color: var(--blue); }
.section-heading-light .section-kicker { color: var(--blue); }
.section-heading-light h2 span, .section-heading-light h2 em { color: var(--blue); }
.section-heading-light > p { color: var(--muted); }

/* --- Catálogo de apps: paneles con borde, sin sombra --- */
.pillars-section { background: #fff; }
.app-catalog { gap: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.catalog-card { border: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line);
  border-radius: 0; background: #fff; }
.catalog-card:hover { transform: none; background: #f7f9f7; box-shadow: none; border-color: var(--line); }
.catalog-shot { height: 180px; border-bottom: 1px solid var(--line); }
.catalog-shot-cover { background-color: #f4f6f4; }
.catalog-shot-fit { background-color: #f1f5f2; }
.catalog-body { padding: 1.5rem 1.5rem 1.8rem; }
.catalog-card h4 { font-size: 1.1rem; font-weight: 600; letter-spacing: -.02em; }
.catalog-tag { color: var(--blue); background: var(--blue-soft); border-radius: 3px; }
.catalog-link { color: var(--blue); }
.catalog-card-featured { border-color: var(--line); }
.catalog-card-featured .catalog-body { background: none; }

/* --- La app: sección clara --- */
.app-section { color: var(--ink); background: #f7f9f7; border-block: 1px solid var(--line); }
.app-dot { background: var(--blue); box-shadow: none; }
.app-hero { background: #fff; border: 1px solid var(--line); border-radius: 6px; }
.app-hero-trust { color: var(--blue); }
.app-hero-copy p { color: var(--muted); }
.app-module { border-top: 1px solid var(--line); }
.app-module-ico { color: var(--blue); background: var(--blue-soft); border: 0; border-radius: 4px; }
.app-module-head p { color: var(--muted); }
.feature-tile { background: #fff; border: 1px solid var(--line); border-radius: 6px; }
.feature-tile:hover { transform: none; background: #fff; border-color: var(--blue); }
.feature-shot { border: 1px solid var(--line); border-radius: 4px; }
.feature-tile p { color: var(--muted); }
.phone-frame { background: #223028; border-radius: 30px; box-shadow: 0 18px 40px rgba(18,33,26,.16); }
.phone-notch { background: #223028; }
.store-btn { color: var(--ink); background: #fff; border-color: var(--line); border-radius: 4px; }
.store-btn:hover { transform: none; background: var(--blue-soft); border-color: var(--blue); }
.store-btn svg { color: var(--blue); }
.store-btn small { color: var(--muted); }
.country-banner { background: #fff; border: 1px solid var(--line); border-radius: 6px; }
.country-banner p { color: var(--ink); }
.country-banner p strong { color: var(--ink); }
.country-flag { color: var(--ink); background: #fff; border-color: var(--line); }
.projects-note { border-top: 1px solid var(--line); }
.projects-note p { color: var(--muted); }

/* --- Proceso --- */
.process-section { background: #f7f9f7; border-block: 1px solid var(--line); }
.step-number { color: var(--blue); border-color: var(--blue); }
.step-line { background: linear-gradient(to right, var(--line), transparent); }

/* --- Equipo: claro --- */
.team-section { color: var(--ink); background: #f7f9f7; border-block: 1px solid var(--line); }
.person { background: #fff; border: 1px solid var(--line); border-radius: 6px; }
.person:hover { transform: none; background: #fff; border-color: var(--blue); }
.person-photo { border-bottom: 1px solid var(--line); }
.person-role { color: var(--blue); }
.person-bio { color: var(--muted); }
.person-link { color: var(--ink); background: #fff; border-color: var(--line); border-radius: 4px; }
.person-link:hover { background: var(--blue-soft); border-color: var(--blue); }
.person-link svg { color: var(--blue); }

/* --- Para quién / FAQ --- */
.audience-section { background: #fff; }
.audience-card { background: #fff; border: 1px solid var(--line); border-radius: 6px; }
.audience-card:hover { transform: none; box-shadow: none; border-color: var(--blue); }
.audience-index { color: var(--blue); background: var(--blue-soft); border-radius: 4px; }
.faq-list summary span { color: var(--blue); }

/* --- Contacto --- */
.contact-section { color: var(--ink); background: #f7f9f7; border-top: 1px solid var(--line); }
.contact-copy .section-kicker { color: var(--blue); }
.contact-copy > p { color: var(--muted); }
.contact-direct { border-top: 1px solid var(--line); }
.contact-direct span { color: var(--muted); }
.contact-direct a { color: var(--blue); }
.contact-wa { color: var(--ink); background: #fff; border-color: var(--line); border-radius: 4px; }
.contact-wa:hover { transform: none; background: var(--blue-soft); border-color: var(--blue); }
.contact-wa svg { color: var(--blue); }
.footer-phone { color: rgba(255,255,255,.75); }
.demo-form { border: 1px solid var(--line); border-radius: 8px; box-shadow: none; }
.demo-form input:not([type="checkbox"]):not([type="radio"]), .demo-form select, .demo-form textarea {
  background: #fff; border-color: var(--line); border-radius: 4px; }
.demo-form input:focus, .demo-form select:focus, .demo-form textarea:focus {
  border-color: var(--blue); box-shadow: 0 0 0 3px rgba(23,122,68,.14); }
.radio-option span { background: #fff; border-color: var(--line); border-radius: 4px; }
.radio-option input:checked + span { color: var(--blue) !important; background: var(--blue-soft); border-color: var(--blue); }
.privacy-check a { color: var(--blue); }
.demo-form .button-primary { background: var(--blue); }

/* --- Footer --- */
.site-footer { color: #fff; background: var(--ink-deep); border-top: 0; }
.footer-contact > span { color: #7fc79c; }
.footer-contact > a:hover { color: #7fc79c; }

@media (max-width: 940px) {
  .app-catalog { border-left: 0; }
  .catalog-card { border-left: 1px solid var(--line); }
}
@media (max-width: 600px) {
  .shell { width: min(100% - 36px, 1120px); }
  .hero-actions { align-items: stretch; }
}

/* --- Páginas de texto (privacidad, gracias) --- */
.pagina-texto .texto-legal { padding-top: clamp(9rem, 14vw, 12rem); }
.texto-legal .shell { max-width: 760px; }
.texto-legal h1 { max-width: none; color: var(--ink); font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: 600; letter-spacing: -.035em; line-height: 1.1; }
.texto-legal .texto-fecha { margin: .9rem 0 2.8rem; color: var(--muted); font-size: .88rem; }
.texto-legal h2 { margin: 2.6rem 0 .8rem; font-family: var(--display); font-size: 1.22rem;
  font-weight: 600; letter-spacing: -.02em; }
.texto-legal p { margin: 0 0 1.1rem; color: var(--muted); font-size: 1rem; line-height: 1.78; }
.texto-legal strong { color: var(--ink); }
.texto-legal a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.texto-legal a.button { text-decoration: none; }


/* --- Con quién trabajamos: fila de tres con ilustración --- */
.audience-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }
.audience-card { display: block; grid-template-columns: none; gap: 0; padding: 0;
  background: transparent; border: 0; border-radius: 0; text-align: left; }
.audience-card:hover { transform: none; background: transparent; box-shadow: none; }
.audience-art { display: block; width: 100%; max-width: 260px; height: auto; margin: 0 0 1.4rem;
  background: #f7f9f7; border: 1px solid var(--line); border-radius: 6px; }
.audience-card h3 { margin: 0 0 .5rem; font-family: var(--display); font-size: 1.16rem;
  font-weight: 600; letter-spacing: -.025em; }
.audience-card p { margin: 0; color: var(--muted); font-size: .92rem; line-height: 1.7; max-width: 34ch; }
.audience-cta { margin-top: 3rem; padding-top: 2.2rem; border-top: 1px solid var(--line); }

@media (max-width: 900px) {
  .audience-row { grid-template-columns: 1fr; gap: 2.4rem; }
  .audience-art { max-width: 220px; }
}
