:root:root {
  --background: #080808; --foreground: #f5f5f1; --card: #111112;
  --card-foreground: #f5f5f1; --primary: #ffd600; --primary-foreground: #080808;
  --secondary: #19191b; --muted: #19191b; --muted-foreground: #a9a9ae;
  --border: #ffffff20; --accent: #ffd600; --ring: #ffd600;
}
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { background: #080808; color: #f5f5f1; }
::selection { color: #080808; background: #ffd600; }
a, button { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible { outline: 3px solid #ffd600; outline-offset: 6px; }
.reading-progress { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; height: 3px; background: #ffd600; transform: scaleX(0); transform-origin: left; pointer-events: none; }
.site-header { background: #080808e8; border-bottom: 1px solid #ffffff1a; backdrop-filter: blur(18px); }
.site-header > div { height: 88px; max-width: 1240px; padding: 0 40px; }
.site-header img, footer img { border-radius: 0; width: 36px; height: 36px; }
.wordmark { font-family: var(--font-sora), sans-serif; font-size: 1.35rem; font-weight: 800; letter-spacing: -.055em; display: inline-flex; align-items: center; }
.wordmark > span { color: #ffd600; }
.wordmark > i { font-style: normal; margin-left: 9px; color: #ffd600; }
.audit-link { position: relative; display: inline-flex; gap: 20px; align-items: center; justify-content: center; min-height: 48px; border-radius: 4px; color: #080808; background: #ffd600; font-weight: 750; border: 1px solid #ffd600; transition: background .2s, box-shadow .2s, transform .2s; }
.audit-link::after { content: '↗'; font-size: 1.35em; line-height: 1; }
.audit-link:hover { background: #fff; border-color: #fff; box-shadow: 0 0 30px #ffd60026; transform: translateY(-2px); }
.section-shell, .content-section > div { width: 100%; max-width: 1240px; margin: 0 auto; padding-inline: 40px; }
.eyebrow { color: #ffd600; font-size: .875rem; font-weight: 650; line-height: 1.6; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 28px; }
.eyebrow::before { content: ''; display: inline-block; width: 24px; height: 2px; background: currentColor; margin-right: 12px; vertical-align: middle; }
.hero-section { position: relative; isolation: isolate; overflow: hidden; border-bottom: 1px solid #ffffff20; }
.hero-grid { position: absolute; z-index: -1; inset: 0; background-image: linear-gradient(#ffd60009 1px, transparent 1px), linear-gradient(90deg,#ffd60009 1px,transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(110deg, transparent 10%, #000 100%); }
.hero-section::after { content: ''; position: absolute; z-index: -1; top: -240px; right: -180px; width: 780px; height: 780px; border-radius: 50%; background: radial-gradient(circle,#ffd6000c,transparent 65%); pointer-events: none; }
.hero-layout { display: grid; grid-template-columns: 1.12fr 1fr; gap: 70px; align-items: center; padding-block: 92px 100px; }
.hero-copy .eyebrow { color: #89898e; font-size: .8rem; }
.hero-copy .eyebrow span { color: #ffd600; margin-right: 18px; }
.hero-copy h2 { font-family: var(--font-sora), sans-serif; font-size: clamp(2.75rem, 4.3vw, 4.2rem); line-height: 1.07; font-weight: 800; letter-spacing: -.055em; margin: 0; }
.hero-copy h2 > span { color: #ffd600; }
.hero-intro { margin-top: 28px; max-width: 480px; color: #a9a9ae; font-size: 1.0625rem; line-height: 1.8; }
.hero-copy dl { margin: 35px 0 0; justify-content: flex-start; }
.hero-copy dl > div { border-radius: 0; border: 0; border-left: 2px solid #ffd600; padding: 0 0 0 18px; background: transparent; }
.hero-copy dl > div > span { display: none; }
.hero-copy dt { color: #ffd600; font-size: 1.6rem; }
.hero-copy dd { font-size: .875rem; }
.problem-panel { position: relative; background: linear-gradient(145deg,#181819,#0c0c0d); border: 1px solid #ffffff24; border-top: 2px solid #ffd600; padding: 28px; box-shadow: 0 25px 80px #0008; }
.panel-caption { display: flex; justify-content: space-between; color: #ffd600; letter-spacing: .1em; font-size: .875rem; }
.problem-panel ul { margin: 22px 0 0; }
.problem-panel li { margin: 0; padding: 18px 0; border-bottom: 1px solid #ffffff12; border-radius: 0; gap: 16px; }
.problem-panel li:hover { background: transparent; }
.problem-panel li span { color: #d5d5d8; font-size: 1rem; line-height: 1.6; }
.problem-panel li svg { width: 16px; height: 16px; }
.problem-close { color: #99999f; font-size: .9rem; line-height: 1.65; padding-top: 26px; }
.problem-close strong { color: #f5f5f1; font-family: var(--font-sora),sans-serif; font-size: 1.15rem; font-weight: 650; }
.content-section { padding: 104px 0; border-top: 1px solid #ffffff16; }
.content-section h2 { font-family: var(--font-sora),sans-serif; font-size: clamp(2rem, 3.2vw, 3rem); font-weight: 750; letter-spacing: -.045em; line-height: 1.16; text-align: left; text-wrap: balance; }
.content-section h2 span { color: #ffd600; }
#creencias { padding-block: 70px; background: #0c0c0d; }
#creencias h2 { font-size: clamp(1.7rem,2.6vw,2.25rem); max-width: 750px; }
#creencias .eyebrow { color: #929298; }
#creencias article { border-radius: 4px; background: #101011; padding: 26px; transition: border-color .25s, transform .25s; }
#creencias article:hover { border-color: #ffd60066; transform: translateY(-4px); }
#creencias article > div > span:first-child { color: #ff4545; background: #ff454510; border-radius: 3px; }
#creencias article > div > span:last-child { font-size: .875rem; }
#creencias h3 { font-size: 1.125rem; }
#sistema > div { display: grid; grid-template-columns: .95fr 1.05fr; column-gap: 80px; align-items: start; }
#sistema .eyebrow, #sistema h2, #sistema .solution-intro { grid-column: 1; }
#sistema h2 { font-size: clamp(2rem,3vw,2.7rem); }
.solution-intro { color: #a9a9ae; line-height: 1.8; font-size: 1rem; margin-top: 24px; }
#sistema ol { grid-column: 2; grid-row: 1 / span 3; margin: 0; position: relative; }
#sistema ol::before { content: ''; position: absolute; left: 22px; top: 32px; bottom: 50px; width: 1px; background: linear-gradient(#ffd600,#ffd60022); }
#sistema li { position: relative; padding: 0 0 35px; gap: 22px; margin: 0; border-radius: 0; background: none; }
#sistema li:last-child { padding-bottom: 0; }
#sistema li > span { position: relative; border: 1px solid #ffd60066; border-radius: 4px; background: #101010; color: #ffd600; font-size: 1rem; transition: background .2s,color .2s; }
#sistema li:hover > span { background: #ffd600; color: #080808; }
#sistema h3 { font-size: 1rem; text-transform: none; letter-spacing: -.02em; }
#sistema li p { line-height: 1.75; margin-top: 10px; }
.vsl-frame { margin-top: 32px; background: #101011; border: 1px solid #ffd60040; border-radius: 4px; overflow: hidden; }
.frame-bar { display: flex; justify-content: space-between; padding: 15px 18px; border-bottom: 1px solid #ffffff16; font-size: .75rem; letter-spacing: .1em; color: #b6b6ba; }
.frame-bar span:last-child { color: #ffd600; }
.vsl-screen { min-height: 270px; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 19px; padding: 30px 20px; text-align: center; background: radial-gradient(ellipse at center,#ffd6000c,transparent 70%); }
.play-mark { width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid #ffd60099; color: #ffd600; border-radius: 50%; box-shadow: 0 0 28px #ffd60012; }
.play-mark svg { margin-left: 3px; }
.vsl-screen strong { font-family: var(--font-sora),sans-serif; font-size: 1.2rem; line-height: 1.4; letter-spacing: -.035em; }
.video-status { color: #a9a9ae; font-size: .875rem; }
.frame-bottom { padding: 13px; border-top: 1px solid #ffffff16; text-align: center; font-size: .75rem; letter-spacing: .08em; color: #77777e; }
#resultados { background: #101011; }
#resultados > div > p:not(.eyebrow) { text-align: left; margin-left: 0; }
#resultados article { position: relative; border-radius: 4px; background: #080808; transition: transform .3s,border-color .3s,box-shadow .3s; }
#resultados article:hover { transform: translateY(-6px); border-color: #ffd60080; box-shadow: 0 12px 35px #0006; }
#resultados article > div:first-child { aspect-ratio: 9 / 11; border-bottom: 1px solid #ffffff14; }
#resultados article > div:first-child > div { background: radial-gradient(ellipse at 50% 50%,#25231a,#0c0c0d 70%); }
#resultados article > div:first-child > div > span:last-child { font-size: .875rem; }
#resultados article > div:last-child { padding: 24px; }
#resultados h3 { font-size: 1.2rem; line-height: 1.4; }
#resultados article p { font-size: 1rem; line-height: 1.6; }
#resultados article p:last-child { color: #eee; font-size: .875rem; padding-top: 16px; border-top: 1px solid #ffffff1c; }
#resultados > div > p:last-child { font-size: .875rem; line-height: 1.7; color: #929298; }
#preguntas > div { max-width: 940px; }
#preguntas > div > div { border-radius: 4px; background: #101011; }
#preguntas button { min-height: 80px; padding: 24px; font-size: 1rem; transition: background .2s; }
#preguntas button:hover, #preguntas button[aria-expanded="true"] { background: #ffd60008; }
#preguntas button[aria-expanded="true"] > span { color: #ffd600; }
#preguntas button + p { padding-inline: 24px; line-height: 1.85; }
#auditoria { padding-top: 0; border: 0; }
#auditoria > div > .eyebrow { display: none; }
#auditoria > div > div { background: #111112; color: #f5f5f1; border: 1px solid #ffffff20; border-top: 2px solid #ffd600; border-radius: 4px; padding: 70px 60px; }
#auditoria > div > div > div[aria-hidden] { display: none; }
#auditoria h2 { color: #f5f5f1; text-align: center; max-width: 700px; margin-inline: auto; font-size: clamp(2rem,4vw,3.5rem); }
#auditoria p { color: #a9a9ae; }
#auditoria ul { max-width: 490px; }
#auditoria li > span:first-child { color: #ffd600; background: #ffd60014; }
#auditoria li > span:last-child { color: #d5d5d8; }
#auditoria a { background: #ffd600; color: #080808; border-color: #ffd600; padding: 20px 28px; min-height: 64px; }
#auditoria a:hover { background: #fff; border-color: #fff; transform: translateY(-3px); box-shadow: 0 8px 24px #ffd60020; }
#auditoria p:last-child { font-size: .875rem; }
footer { background: #080808; padding-block: 35px; }
footer > div { max-width: 1240px; padding-inline: 40px; }
footer p { font-size: .875rem !important; }
.reveal-ready { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal-ready.is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: no-preference) {
  .hero-copy { animation: intro-in .8s both; }
  .problem-panel { animation: intro-in .9s .15s both; }
  @keyframes intro-in { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
}
@media (min-width: 1440px) { .hero-layout { padding-block: 110px 120px; } }
@media (max-width: 1000px) {
  .hero-layout { gap: 35px; padding-block: 70px; }
  .hero-copy h2 { font-size: 3rem; }
  .problem-panel { padding: 22px; }
  #sistema > div { column-gap: 40px; }
}
@media (max-width: 760px) {
  .site-header > div { height: 76px; padding-inline: 22px; }
  .site-header img { width: 28px; height: 28px; }
  .wordmark { font-size: 1.1rem; }
  .wordmark i { display: none; }
  .site-header .audit-link { font-size: .875rem; padding: 10px 14px; gap: 10px; }
  .section-shell, .content-section > div { padding-inline: 24px; }
  .hero-layout { grid-template-columns: 1fr; padding-block: 54px 64px; gap: 42px; }
  .hero-copy h2 { font-size: clamp(2.7rem,7.5vw,4rem); }
  .hero-copy .eyebrow { font-size: .75rem; letter-spacing: .07em; }
  .hero-copy .eyebrow span { margin-right: 10px; }
  .hero-copy .eyebrow::before { display: none; }
  .hero-intro { max-width: 540px; }
  .problem-panel { padding: 24px; }
  .content-section { padding-block: 70px; }
  #creencias { padding-block: 55px; }
  #creencias .grid { grid-template-columns: 1fr; gap: 16px; margin-top: 30px; }
  #sistema > div { display: flex; flex-direction: column; }
  #sistema h2 { font-size: clamp(2rem,6vw,2.7rem); }
  #sistema ol { margin-top: 45px; width: 100%; }
  .vsl-frame { width: 100%; }
  #resultados .grid { margin-top: 32px; gap: 20px; }
  #resultados article > div:first-child { aspect-ratio: 4 / 3; }
  #resultados article > div:last-child { padding: 22px; }
  #auditoria > div > div { padding: 45px 24px; }
  #auditoria a { width: 100%; padding: 18px 16px; font-size: 1rem; gap: 12px; }
  #auditoria a::after { flex-shrink: 0; }
  footer > div { padding-inline: 24px; }
}
@media (max-width: 380px) {
  .site-header > div { padding-inline: 16px; }
  .site-header img { display: none; }
  .section-shell, .content-section > div { padding-inline: 18px; }
  .hero-copy h2 { font-size: 2.45rem; }
  .problem-panel { padding: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal-ready { opacity: 1; transform: none; }
}

.intro-content { padding-block: 64px 60px; text-align: center; }
.intro-content .eyebrow { margin-bottom: 22px; }
.intro-content h1 { max-width: 940px; margin: 0 auto; font-family: var(--font-sora), sans-serif; font-size: clamp(2.2rem,4.2vw,3.65rem); font-weight: 800; letter-spacing: -.045em; line-height: 1.12; text-wrap: balance; }
.intro-content h1 span { color: #ffd600; }
.intro-description { max-width: 680px; margin: 24px auto 0; color: #a9a9ae; font-size: 1.125rem; line-height: 1.7; text-wrap: pretty; }
.intro-content .vsl-frame { max-width: 820px; margin: 34px auto 0; text-align: left; }
.intro-content .vsl-screen { aspect-ratio: 16 / 9; min-height: 0; }
.intro-content .vsl-screen strong { font-size: clamp(1.2rem,2.5vw,1.65rem); }
.intro-content .play-mark { width: 68px; height: 68px; }
.intro-content dl { margin: 30px auto 0; }
.intro-content dl > div { border-radius: 4px; background: #111112; }
.intro-content dt { color: #ffd600; }
@media (max-width: 760px) {
  .intro-content { padding-block: 42px 45px; }
  .intro-content h1 { font-size: clamp(2rem,6.8vw,3rem); }
  .intro-description { font-size: 1rem; margin-top: 20px; }
  .intro-content .vsl-frame { margin-top: 28px; }
  .intro-content .vsl-screen { min-height: 230px; padding: 24px 16px; gap: 16px; }
  .intro-content .frame-bar { font-size: .75rem; padding-inline: 14px; }
  .intro-content .frame-bottom { letter-spacing: 0; font-size: .75rem; }
  .intro-content .play-mark { width: 52px; height: 52px; }
}

#resultados .testimonial-nacho > .testimonial-video { aspect-ratio: 9 / 16; background: #080808; }
.testimonial-video video { display: block; width: 100%; height: 100%; object-fit: contain; background: #080808; }

#acompanamiento { background: #0b0b0c; }
.includes-intro { max-width: 720px; color: #a9a9ae; font-size: 1.0625rem; line-height: 1.8; margin-top: 22px; }
.includes-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; margin-top: 44px; align-items: start; }
.includes-card { min-width: 0; padding: 18px; background: #151516; border: 1px solid #ffffff17; border-radius: 10px; transition: border-color .25s,box-shadow .25s,transform .25s; }
.includes-card:hover, .includes-card:focus-within { border-color: #ffd60070; transform: translateY(-5px); box-shadow: 0 14px 45px #ffd6000b; }
.includes-preview { position: relative; min-height: 258px; padding: 15px; background: #ffd6000a; border: 1px solid #ffd60015; border-radius: 8px; overflow: hidden; }
.preview-caption { font-size: .75rem; letter-spacing: .08em; color: #b4ac7d; margin-bottom: 14px; }
.learning-options { display: grid; gap: 8px; }
.learning-option { display: flex; align-items: center; gap: 12px; width: 100%; text-align: left; padding: 10px; min-height: 42px; border-radius: 5px; background: #ffffff07; color: #d7d7d7; font-size: .875rem; cursor: pointer; transition: background .2s,color .2s; }
.learning-option > span:first-child { font-size: .75rem; font-weight: 700; color: #ffd600; }
.learning-option[aria-pressed="true"] { background: #ffd600; color: #080808; }
.learning-option[aria-pressed="true"] > span:first-child { color: #080808; }
.learning-option:hover:not([aria-pressed="true"]) { background: #ffd60020; }
.includes-card h3 { font-family: var(--font-sora),sans-serif; font-size: 1.0625rem; font-weight: 700; letter-spacing: -.03em; line-height: 1.5; display: flex; gap: 9px; align-items: flex-start; margin-top: 22px; }
.includes-card h3 > svg { flex-shrink: 0; width: 21px; height: 21px; color: #ffd600; margin-top: 2px; }
.includes-card > p { font-size: 1rem; color: #a9a9ae; line-height: 1.7; margin-top: 14px; }
.includes-card .learning-description { font-size: .875rem; color: #d4c997; border-left: 2px solid #ffd60070; padding-left: 11px; }
.conversation-heading { display: flex; align-items: center; gap: 7px; color: #e5e5e5; font-size: .8125rem; background: #08080880; padding: 8px; border-radius: 20px; }
.initials { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: #ffd600; color: #080808; font-size: .75rem; font-weight: 750; flex-shrink: 0; }
.example-label { display: block; font-size: .75rem; color: #999584; margin: 10px 0; }
.conversation-bubble { margin: 10px 18px 0 0; padding: 10px; font-size: .875rem; line-height: 1.5; color: #e4e2d4; border-radius: 7px 7px 7px 0; background: #ffd6001a; }
.conversation-bubble.reply { margin-left: 18px; margin-right: 0; border-radius: 7px 7px 0 7px; background: #ffd60032; color: #f4edc0; }
.call-preview { text-align: center; display: flex; flex-direction: column; justify-content: space-between; }
.call-participants { display: flex; justify-content: center; gap: 20px; padding: 8px 0 28px; }
.call-avatar { position: relative; width: 60px; height: 60px; border: 1px solid #ffd60080; background: #ffd60012; color: #ffd600; border-radius: 50%; display: grid; place-items: center; font-size: 1.1rem; font-weight: 750; }
.client-avatar { border-color: #ffffff35; background: #ffffff08; color: #dedede; font-size: .875rem; }
.call-avatar small { position: absolute; top: 68px; left: -8px; right: -8px; font-size: .75rem; font-weight: 400; color: #aaa79a; white-space: nowrap; }
.call-caption { color: #dfdbca; font-size: .9375rem; line-height: 1.6; margin-top: 8px; }
.call-frequency { color: #ffd600; font-size: .8125rem; padding-top: 12px; border-top: 1px solid #ffd60025; margin-top: 14px; }
.review-label { display: flex; align-items: center; gap: 5px; color: #d4c997; font-size: .75rem; margin-top: 12px; }
.review-label svg { width: 16px; height: 16px; flex-shrink: 0; color: #ffd600; }
.includes-details { margin-top: 20px; border-top: 1px solid #ffffff16; padding-top: 14px; }
.includes-details summary { display: flex; justify-content: space-between; align-items: center; gap: 12px; list-style: none; cursor: pointer; color: #ffd600; font-size: .875rem; min-height: 36px; }
.includes-details summary::-webkit-details-marker { display: none; }
.includes-details summary:focus-visible { outline: 2px solid #ffd600; outline-offset: 4px; }
.includes-details summary > span { font-size: 1.3rem; transition: transform .2s; }
.includes-details[open] summary > span { transform: rotate(45deg); }
.includes-details p { margin-top: 12px; font-size: .9375rem; line-height: 1.75; color: #c1c1c6; }
@media (min-width: 1101px) {
  .includes-card > h3 { min-height: 52px; }
  .includes-card > p:not(.learning-description) { min-height: 110px; }
}
@media (max-width: 1100px) {
  .includes-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
  .includes-preview { min-height: 270px; }
}
@media (max-width: 600px) {
  .includes-grid { grid-template-columns: 1fr; margin-top: 30px; }
  .includes-card { padding: 22px; }
  .includes-preview { min-height: 252px; }
  .includes-card:hover, .includes-card:focus-within { transform: none; }
}

/* Shared rows keep every card aligned, including expanded details. */
.includes-carousel { margin-top: 30px; }
.includes-controls { display: flex; justify-content: flex-end; align-items: center; gap: 10px; margin-bottom: 12px; }
.includes-controls[hidden] { display: none; }
.includes-controls button { color: #ffd600; border: 1px solid #ffd60040; background: #141414; border-radius: 5px; min-height: 44px; padding: 10px 14px; font-size: .875rem; cursor: pointer; }
.includes-controls .includes-prev, .includes-controls .includes-next { font-size: 1.25rem; min-width: 46px; }
.includes-controls button:hover { border-color: #ffd600; background: #ffd60012; }
.includes-viewport { overflow-x: auto; overscroll-behavior-x: contain; scrollbar-width: thin; scrollbar-color: #ffd60070 #151516; padding: 8px 0 18px; }
.includes-viewport:focus-visible { outline: 2px solid #ffd600; outline-offset: 5px; }
.includes-carousel .includes-grid { display: grid; grid-template-columns: repeat(4, minmax(290px, 330px)); grid-template-rows: auto auto auto auto; grid-auto-flow: column; gap: 18px; align-items: stretch; width: max-content; min-width: 100%; margin: 0; }
.includes-carousel .includes-card { display: grid; grid-template-rows: subgrid; grid-row: 1 / span 4; gap: 18px; padding: 18px; }
.includes-carousel .includes-card:hover, .includes-carousel .includes-card:focus-within { transform: none; }
.includes-carousel .includes-preview { min-height: 286px; height: 100%; }
.includes-carousel .includes-card h3 { margin-top: 0; min-height: 0; align-self: start; }
.includes-copy p { font-size: 1rem; color: #a9a9ae; line-height: 1.7; margin: 0; }
.includes-copy .learning-description { font-size: .875rem; margin-top: 14px; color: #d4c997; }
.includes-carousel .includes-details { margin-top: 0; }
@media (max-width: 600px) {
  .includes-carousel .includes-grid { grid-template-columns: repeat(4, minmax(260px, 82vw)); gap: 16px; }
  .includes-carousel .includes-card { padding: 18px; }
  .includes-controls { justify-content: center; }
}
@supports not (grid-template-rows: subgrid) {
  .includes-carousel .includes-card { display: flex; flex-direction: column; }
  .includes-carousel .includes-preview { height: auto; min-height: 286px; }
  .includes-carousel .includes-card h3 { min-height: 52px; }
  .includes-carousel .includes-copy { flex: 1; }
}

/* Continuous leftward loop, with the same soft edges as the reference. */
.includes-carousel { --card-width: 245px; --card-gap: 12px; display: flex; flex-direction: column; }
.includes-controls { order: 2; justify-content: center; margin: 16px 0 0; }
.includes-controls button { background: transparent; border-color: #ffffff20; color: #a9a9ae; }
.includes-controls button:hover { color: #ffd600; }
.includes-carousel .includes-grid { grid-template-columns: repeat(var(--card-count, 3), var(--card-width)); gap: var(--card-gap); min-width: 0; }
.includes-carousel.is-looping .includes-viewport { width: 100%; max-width: calc(var(--visible-cards, 2) * var(--card-width) + (var(--visible-cards, 2) - 1) * var(--card-gap)); align-self: center; overflow: hidden; touch-action: pan-y; scrollbar-width: none; -webkit-mask-image: linear-gradient(to right, transparent, #000 4%, #000 96%, transparent); mask-image: linear-gradient(to right, transparent, #000 4%, #000 96%, transparent); }
.includes-carousel.is-looping .includes-grid { will-change: transform; }
.includes-carousel.is-looping .includes-viewport:focus-within { -webkit-mask-image: none; mask-image: none; }
@media (max-width: 600px) {
  .includes-carousel { --card-width: clamp(220px, 66vw, 245px); --card-gap: 12px; }
}

/* Compact service cards, preserving shared alignment and readable controls. */
.includes-carousel .includes-card { padding: 10px; gap: 10px; }
.includes-carousel .includes-preview { min-height: 0; height: auto; padding: 10px; }
.includes-carousel .includes-card h3 { font-size: .875rem; gap: 6px; }
.includes-carousel .includes-card h3 > svg { width: 19px; height: 19px; }
.includes-carousel .includes-copy p { font-size: .8125rem; line-height: 1.5; }
.includes-carousel .includes-copy .learning-description { font-size: .8125rem; margin-top: 10px; }
.includes-carousel .learning-options { gap: 6px; }
.includes-carousel .learning-option { min-height: 30px; padding: 6px; font-size: .75rem; gap: 8px; }
.includes-carousel .preview-caption { margin-bottom: 10px; }
.includes-carousel .conversation-bubble { padding: 6px; font-size: .75rem; line-height: 1.4; margin-top: 6px; }
.includes-carousel .conversation-heading { font-size: .75rem; padding: 6px; }
.includes-carousel .example-label { font-size: .6875rem; margin-block: 8px; }
.includes-carousel .call-caption { font-size: .8125rem; }
.includes-carousel .includes-details { padding-top: 10px; }
.includes-carousel .includes-details p { font-size: .875rem; line-height: 1.6; }

.includes-carousel .includes-card h3 { line-height: 1.4; }
.includes-carousel .includes-details { padding-top: 6px; }
.includes-carousel .includes-details summary { min-height: 30px; font-size: .8125rem; }
.includes-carousel .call-participants { padding: 2px 0 20px; gap: 16px; }
.includes-carousel .call-avatar { width: 44px; height: 44px; font-size: .875rem; }
.includes-carousel .call-avatar small { top: 48px; font-size: .6875rem; }
.includes-carousel .call-caption { margin-top: 6px; font-size: .75rem; line-height: 1.4; }
.includes-carousel .call-frequency { margin-top: 8px; padding-top: 8px; font-size: .75rem; }
.includes-carousel .learning-description { margin: 0 0 10px; font-size: .8125rem; }

/* Compact testimonial media; preserve the complete portrait video. */
#resultados .grid { max-width: 960px; margin-inline: auto; gap: 20px; }
#resultados article > div:first-child,
#resultados .testimonial-nacho > .testimonial-video { height: 300px; aspect-ratio: auto; flex-shrink: 0; }
#resultados .testimonial-video video { object-fit: contain; }
@media (max-width: 639px) {
  #resultados .grid { max-width: 360px; }
  #resultados article > div:first-child,
  #resultados .testimonial-nacho > .testimonial-video { height: 260px; }
}

/* Book directly in the page, with the header CTA pointing to the calendar. */
.booking-calendar { margin-top: 40px; text-align: left; }
#calendario-title { margin: 0 16px 20px; text-align: center; color: #f5f5f1; font-size: clamp(1.125rem, 2vw, 1.4rem); font-weight: 650; }
.calendly-inline-widget { position: relative; background: #fff; border-radius: 6px; }
.calendly-inline-widget iframe { display: block; width: 100%; border: 0; }
#auditoria .calendar-fallback { margin: 16px 12px 0; text-align: center; font-size: .8125rem; }
#auditoria .calendar-fallback a { display: inline; background: none; border: 0; border-radius: 0; padding: 0; min-height: 0; width: auto; color: #ffd600; font-size: inherit; text-decoration: underline; text-underline-offset: 3px; }
#auditoria .calendar-fallback a:hover { background: none; box-shadow: none; transform: none; color: #fff; }
@media (max-width: 600px) {
  #auditoria > div { padding-inline: 0; }
  #auditoria > div > div { padding: 36px 0; }
  #auditoria h2, #auditoria ul, #auditoria > div > div > .relative > p { margin-left: 18px; margin-right: 18px; }
  .booking-calendar { margin-top: 30px; }
}

/* Supplied logo, framed in CSS to remove the image's empty outer margins. */
html { scroll-padding-top: 24px; }
.site-header > div { height: 112px; }
.site-header .header-brand { display: inline-flex; flex-shrink: 0; }
.header-logo-frame { display: block; position: relative; width: 140px; height: 96px; overflow: hidden; }
.site-header .header-logo-frame img { position: absolute; display: block; width: 172px; height: 172px; max-width: none; left: -14px; top: -38px; border-radius: 0; mix-blend-mode: screen; }
@media (max-width: 600px) {
  html { scroll-padding-top: 24px; }
  .site-header > div { height: 92px; }
  .header-logo-frame { width: 112px; height: 77px; }
  .site-header .header-logo-frame img { width: 137.6px; height: 137.6px; left: -11.2px; top: -30.4px; }
}

/* Main presentation: preserve the uploaded portrait video at every size. */
.intro-content .vsl-frame { max-width: 380px; }
.intro-content .vsl-screen.vsl-player { display: block; padding: 0; min-height: 0; aspect-ratio: 29 / 52; background: #080808; }
.vsl-player video { display: block; width: 100%; height: 100%; object-fit: contain; background: #080808; }

/* Paired cards below the presentation lead into the complete funnel. */
.intro-actions { display: grid; grid-template-columns: 1.15fr 1fr; align-items: stretch; gap: 14px; max-width: 560px; margin: 24px auto 0; }
.intro-content .intro-actions dl { margin: 0; max-width: none; width: 100%; }
.intro-actions dl > div { width: 100%; min-height: 92px; padding: 16px 18px; }
.funnel-link { display: flex; align-items: center; justify-content: center; gap: 12px; min-height: 92px; padding: 16px 20px; border: 1px solid #ffd600; border-radius: 4px; color: #080808; background: #ffd600; text-align: left; font-family: var(--font-sora), sans-serif; font-size: 1rem; font-weight: 700; line-height: 1.4; transition: background .2s, border-color .2s; }
.funnel-link svg { flex-shrink: 0; }
.funnel-link:hover { background: #fff; border-color: #fff; }
@media (max-width: 480px) {
  .intro-actions { grid-template-columns: 1fr 1fr; gap: 10px; }
  .intro-actions dl > div { padding: 14px 10px; }
  .intro-actions dl > div > span { display: none; }
  .intro-actions dd { font-size: .75rem; }
  .funnel-link { padding: 14px 10px; gap: 7px; font-size: .875rem; }
  .funnel-link svg { width: 18px; height: 18px; }
}

/* Softer, translucent buttons with fully opaque labels. */
.audit-link, .funnel-link { border-radius: 14px; background: #ffd6000d; color: #ffd600; border-color: #ffd60066; }
.audit-link:hover, .funnel-link:hover { background: #ffd60024; color: #ffd600; border-color: #ffd600b3; box-shadow: 0 4px 20px #ffd6000a; }
.intro-content .intro-actions dl > div { border-radius: 14px; background: #ffffff04; }
.includes-controls button { border-radius: 12px; background: #ffffff04; }
.learning-option { border-radius: 9px; background: #ffffff04; }
.learning-option[aria-pressed="true"] { background: #ffd60024; color: #ffd600; }
.learning-option[aria-pressed="true"] > span:first-child { color: #ffd600; }

/* Shared four-second pulse and light sweep for page buttons. */
:is(.audit-link, .funnel-link, button, .includes-details summary) { position: relative; overflow: hidden; isolation: isolate; }
:is(.audit-link, .funnel-link, button, .includes-details summary)::before { content: ''; position: absolute; top: 0; bottom: 0; left: 0; width: 55%; background: linear-gradient(110deg, transparent, #ffd60012 30%, #fff3 50%, #ffd60012 70%, transparent); transform: translateX(-180%) skewX(-18deg); opacity: 0; pointer-events: none; }
@media (prefers-reduced-motion: no-preference) {
  :is(.audit-link, .funnel-link, button, .includes-details summary) { animation: booking-pulse 4s ease-in-out 1s infinite; }
  :is(.audit-link, .funnel-link, button, .includes-details summary)::before { animation: booking-shine 4s ease-in-out 1s infinite; }
  @keyframes booking-pulse {
    0%, 32%, 100% { scale: 1; box-shadow: 0 0 0 0 #ffd60000, 0 0 16px #ffd6000a; }
    10% { scale: 1.035; box-shadow: 0 0 0 5px #ffd60012, 0 0 25px #ffd60020; }
    20% { scale: 1; box-shadow: 0 0 0 9px #ffd60000, 0 0 16px #ffd6000a; }
  }
  @keyframes booking-shine {
    0%, 5% { transform: translateX(-180%) skewX(-18deg); opacity: 0; }
    9% { opacity: 1; }
    27% { transform: translateX(300%) skewX(-18deg); opacity: 1; }
    28%, 100% { transform: translateX(300%) skewX(-18deg); opacity: 0; }
  }
}
:is(.audit-link, .funnel-link, button, .includes-details summary):hover, :is(.audit-link, .funnel-link, button, .includes-details summary):focus-visible { animation: none; box-shadow: 0 0 22px #ffd60020; }
:is(.audit-link, .funnel-link, button, .includes-details summary):hover::before, :is(.audit-link, .funnel-link, button, .includes-details summary):focus-visible::before { animation: none; opacity: 0; }
