:root{--color-black:#000;--color-white:#fff;--color-ink:#111;--color-muted:#5d5d5d;--color-border:#dedede;--color-panel:#f5f5f5;--color-accent:#ff0050;--color-accent-dark:#d90045;--color-cyan:#00f2ea;--shadow-soft:0 24px 70px rgba(0,0,0,.22);--radius-lg:24px;--radius-md:18px;--radius-pill:999px;--container:1160px;--gutter:16px;--section-y:51px;--section-heading-gap:.75rem;--header-height:76px;--brand-mark-width:54px;--brand-mark-height:40px;--brand-mark-scale:.74;--brand-gap:4px;--brand-size:1.45rem;--h1-size:2.52rem;--h2-size:2.18rem;--lede-size:1.06rem;--proof-size:1.55rem;--cta-size:2.05rem;--promise-size:1.72rem;--faq-summary-size:1.16rem;--hero-gap:34px;--hero-visual-height:420px;--phone-width:315px;--phone-screen-height:230px;--collage-height:465px;--collage-one-width:46%;--collage-three-width:80%;--card-padding:24px;--form-padding:22px;--font-main:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--color-black);color:var(--color-white);font-family:var(--font-main);font-size:16px;line-height:1.5;text-rendering:optimizeLegibility;overflow-x:hidden}
img,svg{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
button,input,textarea{font:inherit}
button{cursor:pointer}
.skip-link{position:absolute;top:12px;left:12px;z-index:20;padding:10px 14px;background:var(--color-accent);color:var(--color-white);border-radius:var(--radius-pill);transform:translateY(-160%);transition:transform 180ms ease}
.skip-link:focus{transform:translateY(0)}
.inline-block{display:inline-block}
.site-header{position:static;width:100%;background:var(--color-white);color:var(--color-black);border-bottom:1px solid rgba(0,0,0,.08)}
.site-header__inner,.section__inner,.site-footer__inner{width:min(100% - (var(--gutter) * 2),var(--container));margin:0 auto}
.site-header__inner{position:relative;z-index:25;display:flex;align-items:center;justify-content:space-between;min-height:var(--header-height);gap:20px;isolation:isolate}
.brand{display:inline-flex;align-items:center;min-width:0;flex:0 1 auto;gap:var(--brand-gap);font-weight:900;letter-spacing:-.06em}
.brand__logo{display:block;height:auto;width:clamp(18rem,50vw,24rem);max-width:100%;min-width:0;flex-shrink:1;object-fit:contain}
.brand__mark{position:relative;display:inline-grid;place-items:center;width:var(--brand-mark-width);height:var(--brand-mark-height);color:#e52d32;flex:0 0 auto;transform:scale(var(--brand-mark-scale));transform-origin:left center}
.brand__waves,.brand__waves::before,.brand__waves::after{position:absolute;border:5px solid currentColor;border-right:0;border-radius:24px 0 0 24px;content:""}
.brand__waves{left:5px;width:26px;height:36px}
.brand__waves::before{top:-7px;left:-11px;width:40px;height:50px}
.brand__waves::after{top:5px;left:12px;width:15px;height:25px}
.brand__play{position:relative;width:30px;height:30px;margin-top:-6px;background:currentColor;border-radius:50%}
.brand__play::before{position:absolute;top:8px;left:12px;width:0;height:0;border-top:7px solid transparent;border-bottom:7px solid transparent;border-left:10px solid var(--color-white);content:""}
.brand__live{position:absolute;right:6px;bottom:0;padding:0 4px;background:currentColor;color:var(--color-white);font-size:9px;font-weight:900;letter-spacing:-.02em;border-radius:2px}
.brand__name{min-width:0;font-size:var(--brand-size);line-height:.95;overflow-wrap:normal;white-space:nowrap}
.menu-button{-webkit-appearance:none;appearance:none;position:relative;z-index:3;display:inline-flex;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:0;background:transparent;border:0;color:var(--color-black)}
.menu-button span{display:block;width:26px;height:3px;margin-left:auto;background:var(--color-black);border-radius:999px}
.site-nav{position:absolute;top:calc(100% + 1px);right:0;z-index:5;display:none;flex:0 0 auto;width:min(280px,calc(100vw - 32px));padding:14px;background:var(--color-white);border:1px solid var(--color-border);border-radius:0 0 18px 18px;box-shadow:var(--shadow-soft)}
.site-nav.is-open{display:grid}
.site-nav a{padding:12px;color:var(--color-black);font-weight:800;border-radius:12px}
.site-nav a:focus,.site-nav a:hover{background:var(--color-panel)}
.section{position:relative;overflow:hidden;padding:var(--section-y) 0;scroll-margin-top:calc(var(--gutter) + .75rem)}
.section#como-funciona{padding:clamp(.25rem,3vw,2.3rem) 0}
.section#contenidos{padding-top:0}
.section--dark{background:var(--color-black);color:var(--color-white)}
.section--light{background:var(--color-white);color:var(--color-black)}
.hero{padding-top:calc(var(--section-y) * .33);padding-bottom:calc(var(--section-y) * .166)}
@media (min-width:768px){.hero{max-width:720px;margin-left:auto;margin-right:auto}}
@media (min-width:1024px){.hero{max-width:950px}}
.narrow{max-width:880px;text-align:center}
.como-funciona .narrow{text-align:left}
.como-funciona__inner{position:relative;max-width:720px;margin:0 auto;padding:8px 28px;border-left:3px solid var(--color-black);border-right:3px solid var(--color-black)}
.como-funciona #how-title{margin-bottom:0.1em;font-size:clamp(2.2rem,6.5vw,3.575rem);line-height:1.05}
.lede.como-funciona__lede{max-width:none;margin-bottom:0;font-weight:400;line-height:1.45;color:var(--color-black);font-size:calc(var(--lede-size)*1.3);}
.como-funciona__logo-deco{display: flex; justify-content: center; align-items: center; margin: 2rem 0;}
.eyebrow{margin:0 0 18px;color:rgba(255,255,255,.72);font-size:.88rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.eyebrow--light{color:var(--color-muted)}
h1,h2,h3,p{margin-top:0}
h1,h2{font-weight:950;letter-spacing:-.038em;line-height:1;overflow-wrap:anywhere;text-wrap:balance}
h1{margin-bottom:1rem;font-size:var(--h1-size);word-spacing:.08em}
.hero-title__underline{text-decoration:underline;text-decoration-thickness:.08em;text-underline-offset:.08em}
.hero-title__light{font-weight:600;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;letter-spacing:-.058em;font-size:.85em;display:block;line-height:1}
h2{margin-bottom:22px;font-size:var(--h2-size)}
#examples{padding-top:0;overflow:visible}
#examples .section__inner{overflow:visible}
#examples .section-heading{margin-left:auto;margin-right:auto;}
h2#examples-title{font-size:calc(var(--h2-size)*.7);margin-bottom:0;text-align:center;margin-left:auto;margin-right:auto;}
.examples{text-align:center;}
.examples-callout{max-width:720px;margin:clamp(1.25rem,4vw,2rem) auto 0;padding:clamp(1rem,3vw,1.35rem) clamp(1.1rem,3.5vw,1.6rem);background:transparent;color:var(--color-black);border:0;border-left:4px solid var(--color-accent);border-radius:var(--radius-md);text-align:center;font-size:clamp(1.7rem,4.5vw,2.075rem);font-weight:500;line-height:1.35;letter-spacing:-.02em}
.examples-callout p{margin:0;text-wrap:balance}
.examples-callout strong{font-weight:950}
.lede{max-width:720px;margin-bottom:0;font-size:var(--lede-size);line-height:1.22;font-weight:500}
.hero__lead{margin-bottom:1rem;font-size:var(--lede-size);line-height:1.22;font-weight:400}
@media (min-width:992px){.hero__lead{max-width:880px}}
.text-ul{text-decoration:underline;text-decoration-thickness:.08em;text-underline-offset:.08em}
.text-ul-strong{font-weight:900;text-decoration:underline;text-decoration-thickness:.08em;text-underline-offset:.08em}
.section#contenidos .text-ul{font-weight:400}
.section#contenidos strong .text-ul,.section#contenidos strong{font-weight:500}
.section#contenidos .text-ul-strong{font-weight:600}
.hero__lead strong{font-weight:900}
.hero-lead__underline{text-decoration:underline;text-decoration-thickness:.08em;text-underline-offset:.08em}
.hero__grid{display:grid;gap:var(--hero-gap);align-items:center}
.hero__content{position:relative;z-index:1}
.hero__actions{display:flex;flex-wrap:wrap;gap:14px}
.hero__actions .button{width:100%}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:16px 24px;border:2px solid transparent;border-radius:var(--radius-pill);font-weight:900;line-height:1;transition:transform 180ms ease,background-color 180ms ease,border-color 180ms ease}
.button:focus,.button:hover{transform:translateY(-2px)}
.button--primary,.button--submit{background:var(--color-accent);color:var(--color-white)}
.button--primary:focus,.button--primary:hover,.button--submit:focus,.button--submit:hover{background:var(--color-accent-dark)}
.button--ghost{color:var(--color-white);border-color:rgba(255,255,255,.28)}
.button--submit{width:100%;border:0}
.button--submit:disabled{cursor:wait;opacity:.72;transform:none}
.section-heading{max-width:840px;margin-bottom:var(--section-heading-gap)}
.section#contenidos .section-heading{margin-left:auto;margin-right:auto}
.section-heading--dark{color:var(--color-white)}
.section-heading p:not(.eyebrow){color:var(--color-muted);font-size:var(--lede-size);line-height:1.3}
.section-heading--dark p:not(.eyebrow){color:rgba(255,255,255,.7)}
.section.collage-section{overflow:visible;padding-bottom:clamp(16px,4vh,32px)}
.collage-section .section__inner{overflow:visible}
.collage-section{padding-top:0;max-width:min(42rem,100%);width:100%;margin:-2rem auto 0;overflow:visible}
.collage{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;justify-items:center;gap:clamp(12px,3vw,24px);width:100%;min-height:0;padding:clamp(10px,2.5vh,22px) 0}
.collage__item{position:relative;margin:0;width:100%;max-width:min(300px,100%);overflow:visible;background:transparent;border-radius:8px;box-shadow:var(--shadow-soft);--collage-tilt:0deg}
.collage__item img{display:block;width:100%;height:auto;border-radius:8px}
.collage__item--one{transform:rotate(calc(-3deg + var(--collage-tilt)))}
.collage__item--two{transform:rotate(calc(1.5deg + var(--collage-tilt)))}
@media (max-width:520px){.collage{grid-template-columns:1fr;max-width:min(300px,88vw);margin-inline:auto}.collage__item--two{display:none}}
@media (min-width:768px){.collage-section{max-width:min(48rem,100%)}.collage{gap:clamp(16px,2.5vw,32px)}}
.example-grid{display:grid;gap:18px}
.contenidos-parallax-track{width:100vw;max-width:100vw;margin:clamp(.3rem,6vh,4.2rem) calc(50% - 50vw) clamp(.075rem,2.1vh,.2rem)}
@media (max-width:767px){.contenidos-parallax-track{margin-top:clamp(1.1rem,8vh,5rem)}}
.contenidos-parallax{margin:0;width:100%;height:min(55.833vw,40vh);overflow:hidden;transform:translate3d(0,0,0);will-change:transform;border:1px solid rgba(0,0,0,.11);box-shadow:0 1px 3px rgba(0,0,0,.14),0 5px 12px rgba(0,0,0,.1),0 14px 32px rgba(0,0,0,.12),0 28px 60px rgba(0,0,0,.1);background:#080808}
.contenidos-parallax__img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;}
@media (prefers-reduced-motion:reduce){.contenidos-parallax{will-change:auto}}
.example-card{display:flex;flex-direction:column;align-items:stretch;padding:calc(var(--card-padding) * .5) var(--card-padding);background:var(--color-panel);border:1px solid var(--color-border);border-radius:var(--radius-lg)}
.example-card .pill{align-self:center}
.example-card__body{margin:.6em 0 0;color:#222;font-size:1rem;font-weight:300;font-synthesis:none;line-height:1.45}
@supports not (font-weight:300){.example-card__body{font-weight:400}}
.pill{display:inline-flex;align-items:center;min-height:54px;padding:14px 24px;border:1px solid #bdbdbd;border-radius:var(--radius-pill);background:var(--color-white);font-weight:950;letter-spacing:-.03em}
.cta-band{padding:calc(var(--section-y) * .5) 0;text-align:center}
.cta-band__title{font-weight:500;font-size:calc(var(--cta-size) * .5);line-height:1.12;letter-spacing:-.04em}
.cta-band__title strong{font-weight:900}
.faq{padding:0}
.faq__list{display:grid;gap:14px}
.faq-item{background:#080808;border:1px solid rgba(255,255,255,.14);border-radius:20px}
.faq-item summary{position:relative;padding:20px 48px 20px 18px;font-size:var(--faq-summary-size);font-weight:950;letter-spacing:-.05em;line-height:1.08;cursor:pointer}
@keyframes faq-plus-glow{0%,88%,100%{transform:translateY(-50%);color:rgba(255,255,255,.72);text-shadow:none}91%,97%{transform:translateY(-50%);color:#fff;text-shadow:0 0 6px rgba(255,255,255,.98),0 0 14px rgba(229,45,50,.85),0 0 26px rgba(229,45,50,.55)}94%{transform:translateY(-50%);color:#fff;text-shadow:0 0 10px rgba(255,255,255,1),0 0 22px rgba(229,45,50,.95),0 0 34px rgba(229,45,50,.65)}}
.faq-item summary::after{position:absolute;top:50%;right:18px;font-size:1.45rem;line-height:1;transform:translateY(-50%);content:"+";animation:faq-plus-glow 5s ease-in-out infinite;will-change:text-shadow}
.faq-item:nth-child(1) summary::after{animation-delay:0s}
.faq-item:nth-child(2) summary::after{animation-delay:0.2s}
.faq-item:nth-child(3) summary::after{animation-delay:0.4s}
.faq-item:nth-child(4) summary::after{animation-delay:0.6s}
.faq-item:nth-child(5) summary::after{animation-delay:0.8s}
.faq-item:nth-child(6) summary::after{animation-delay:1s}
.faq-item:nth-child(7) summary::after{animation-delay:1.2s}
.faq-item:nth-child(8) summary::after{animation-delay:1.4s}
.faq-item:nth-child(9) summary::after{animation-delay:1.6s}
.faq-item:nth-child(10) summary::after{animation-delay:1.8s}
.faq-item:nth-child(11) summary::after{animation-delay:2s}
.faq-item:nth-child(12) summary::after{animation-delay:2.2s}
.faq-item[open] summary::after{content:"−";animation:none;text-shadow:none;color:rgba(255,255,255,0.92);will-change:auto}
@media (prefers-reduced-motion:reduce){.faq-item summary::after{animation:none;text-shadow:none;color:rgba(255,255,255,0.85);will-change:auto}}
.faq-item p{max-width:880px;margin:0;padding:0 18px 22px;color:rgba(255,255,255,0.78);font-size:1.05rem;font-weight:560}
.stream-gallery{padding-top:calc(var(--section-y) * 0.35)}
.section.stream-gallery{overflow:visible}
.stream-gallery .section__inner{overflow:visible;display:flex;justify-content:center}
.stream-gallery__masonry{display:flex;flex-direction:row;align-items:flex-start;gap:clamp(10px,2.5vw,20px);max-width:calc(480px * 2 + clamp(14px,3vw,22px));margin-inline:auto;padding:clamp(16px,4vw,28px) clamp(8px,2vw,16px) clamp(20px,5vw,36px);overflow:visible}
.stream-gallery__col{display:flex;flex:1;flex-direction:column;gap:clamp(18px,4vw,28px);min-width:0;overflow:visible}
.stream-gallery__col:first-child{margin-top:clamp(8px,2vw,18px)}
.stream-gallery__col:last-child{margin-top:clamp(-6px,-1vw,0px)}
.stream-gallery__tile{position:relative;margin:0;overflow:hidden;border:1px solid rgba(255,255,255,0.14);border-radius:var(--radius-lg);box-shadow:0 4px 14px rgba(0,0,0,0.45),0 18px 40px rgba(0,0,0,0.35);background:#111;transform-origin:50% 50%;transition:transform 0.25s ease}
.stream-gallery__tile img{display:block;width:100%;height:100%;object-fit:cover}
.stream-gallery__tile--short{aspect-ratio:480/360}
.stream-gallery__tile--n1{border-radius:22px 14px 20px 16px;transform:rotate(-3.25deg) translate(-8px,10px);box-shadow:0 6px 0 rgba(0,0,0,0.2),0 12px 24px rgba(0,0,0,0.4),0 26px 48px rgba(0,0,0,0.32);z-index:2}
.stream-gallery__tile--n2{border-radius:16px 22px 18px 20px;transform:rotate(2.75deg) translate(10px,-6px);z-index:1}
.stream-gallery__tile--n3{border-radius:20px 18px 24px 14px;transform:rotate(2deg) translate(-12px,14px);box-shadow:0 4px 12px rgba(0,0,0,0.38),0 20px 36px rgba(229,45,50,0.08);z-index:1}
@media (max-width:767px){.stream-gallery__masonry{display:grid;grid-template-columns:minmax(0,480px);justify-content:center;max-width:none}.stream-gallery__col{display:contents}.stream-gallery__col:first-child,.stream-gallery__col:last-child{margin-top:0}.stream-gallery__tile--n2{order:2;transform:rotate(2deg) translate(6px,-4px)}.stream-gallery__tile--n3{order:3;transform:rotate(1.5deg) translate(-6px,8px)}.stream-gallery__tile--n4{display:none}}
@media (min-width:768px){.stream-gallery__masonry{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;max-width:min(72rem,calc(100vw - var(--gutter) * 2));gap:clamp(14px,2vw,28px)}.stream-gallery__col{display:contents;margin-top:0}.stream-gallery__tile--n4{display:block}.stream-gallery__tile--n2{order:unset;transform:rotate(2.75deg) translate(10px,-6px)}.stream-gallery__tile--n3{transform:rotate(2deg) translate(-12px,14px)}}
@media (min-width:480px){.stream-gallery{padding-bottom:1rem}.section#postulacion{padding-top:0.5rem}}
@media (max-width:991px){.section.stream-gallery{padding-bottom:0.5rem}.section.stream-gallery + .section.final-cta{padding-top:0}}
.final-cta__grid{display:grid;gap:0;align-items:start}
.final-cta__copy{position:static;width:100%;max-width:max-content;justify-self:start;box-sizing:border-box}
@media (max-width:1023px){.final-cta__copy{max-width:500px;margin:auto;text-align:center;justify-self:center}}
.final-cta #form-title{font-weight:600;margin-bottom:12px;font-size:calc(var(--h2-size) * 0.8)}
.final-cta__subtitle{margin:0 0 22px;font-size:clamp(1rem,2.4vw,1.2rem);line-height:1.35;font-weight:700;color:rgba(255,255,255,0.92);text-wrap:balance}
.final-cta__promise{margin-top:18px;margin-bottom:0;font-size:calc(var(--promise-size) * 0.8);font-weight:500;letter-spacing:-0.05em;line-height:1.15;white-space:normal}
.final-cta__promise-strong{font-weight:700;text-decoration:underline}
.final-cta__promise-strong-lg{display:block;font-weight:900;font-size:1.75em}
.lead-form{display:grid;gap:18px;padding:var(--form-padding);background:var(--color-black);color:var(--color-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft)}
.lead-form__status{display:none;padding:14px 16px;border-radius:16px;font-weight:800}
.lead-form__status.is-visible{display:block}
.lead-form__status.is-success{background:rgba(0,242,234,0.16);color:#b9fffb}
.lead-form__status.is-error{background:rgba(255,0,80,0.18);color:#ffd5e2}
.field-grid{display:grid;gap:18px}
.field{display:grid;gap:8px}
.field span,.choice-group legend{color:rgba(255,255,255,0.76);font-weight:850}
.field input,.field textarea{width:100%;padding:14px 16px;background:#111;color:var(--color-white);border:1px solid rgba(255,255,255,0.22);border-radius:15px;outline:none}
.field input{min-height:56px}
.field input:focus,.field textarea:focus{border-color:var(--color-cyan);box-shadow:0 0 0 3px rgba(0,242,234,0.16)}
.field textarea{resize:vertical}
.choice-group{display:flex;flex-wrap:wrap;gap:12px;margin:0;padding:0;border:0}
.choice-group legend{width:100%;margin-bottom:2px}
.choice-group label{display:inline-flex;align-items:center;gap:8px;min-width:98px;padding:12px 14px;background:#111;border:1px solid rgba(255,255,255,0.22);border-radius:var(--radius-pill);font-weight:850}
.choice-group input{accent-color:var(--color-accent)}
.lead-form__note{margin:0;color:rgba(255,255,255,0.56);font-size:0.9rem}
.site-footer{background:var(--color-black);color:var(--color-white);padding:40px 0}
.brand__logo--footer{width:clamp(10.5rem,42vw,16rem);max-width:260px;height:auto}
.site-footer__inner{display:grid;gap:14px}
.brand--footer{gap:0}
.site-footer p{margin:0;color:rgba(255,255,255,0.68)}
.site-footer__small{max-width:760px;font-size:0.88rem}
@media (min-width:360px){:root{--gutter:18px;--section-y:54px;--brand-size:1.6rem;--h1-size:2.65rem;--h2-size:2.3rem;--lede-size:1.08rem;--proof-size:1.72rem;--cta-size:2.24rem;--promise-size:1.9rem;--hero-visual-height:440px;--phone-width:330px;--phone-screen-height:245px;--collage-height:490px}}
@media (min-width:380px){:root{--gutter:20px;--brand-size:1.72rem;--h1-size:2.85rem;--h2-size:2.46rem;--lede-size:1.12rem;--proof-size:1.86rem;--cta-size:2.42rem;--promise-size:2.04rem;--phone-width:345px;--phone-screen-height:255px;--collage-height:515px}}
@media (min-width:400px){:root{--section-y:59px;--brand-mark-scale:0.82;--brand-size:1.9rem;--h1-size:3.05rem;--h2-size:2.62rem;--lede-size:1.16rem;--proof-size:2rem;--cta-size:2.65rem;--promise-size:2.22rem;--hero-visual-height:465px;--phone-width:360px;--phone-screen-height:265px;--collage-height:550px;--form-padding:26px;--card-padding:28px}}
@media (min-width:460px){:root{--gutter:24px;--section-y:65px;--header-height:84px;--brand-size:2.15rem;--h1-size:3.45rem;--h2-size:2.95rem;--lede-size:1.22rem;--proof-size:2.28rem;--cta-size:3rem;--promise-size:2.5rem;--hero-visual-height:500px;--phone-width:380px;--phone-screen-height:285px;--collage-height:595px;--collage-one-width:42%;--collage-three-width:76%}.hero__actions .button{width:auto}.final-cta__promise{margin-top:30px}}
@media (min-width:600px){:root{--gutter:28px;--section-y:73px;--section-heading-gap:1rem;--header-height:92px;--brand-mark-width:62px;--brand-mark-height:44px;--brand-mark-scale:0.9;--brand-gap:8px;--brand-size:2.65rem;--h1-size:3.9rem;--h2-size:3.25rem;--lede-size:1.26rem;--proof-size:2.45rem;--cta-size:3.2rem;--promise-size:2.65rem;--hero-visual-height:500px;--phone-width:390px;--phone-screen-height:285px;--collage-height:635px;--form-padding:34px;--card-padding:34px}.field-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.example-card__body{font-size:1.04rem}}
@media (min-width:768px){:root{--gutter:32px;--section-y:27px;--header-height:80px;--brand-mark-width:68px;--brand-mark-height:48px;--brand-mark-scale:1;--brand-size:3.2rem;--h1-size:4.6rem;--h2-size:3.85rem;--lede-size:1.34rem;--proof-size:2.85rem;--cta-size:3.75rem;--promise-size:2.85rem;--hero-gap:34px;--collage-height:670px;--card-padding:38px;--form-padding:38px}.example-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.example-card:first-child{grid-column:1 / -1}.faq-item summary{padding:24px 58px 24px 22px}.faq-item summary::after{right:24px;font-size:1.7rem}.faq-item p{padding:0 22px 26px}}
@media (min-width:1024px){:root{--gutter:40px;--section-y:94px;--header-height:104px;--brand-size:3.35rem;--h1-size:5.1rem;--h2-size:4.25rem;--lede-size:1.42rem;--proof-size:3rem;--cta-size:4.15rem;--promise-size:2.95rem;--hero-gap:40px;--collage-height:688px;--form-padding:40px}.final-cta__grid{grid-template-columns:minmax(0,1.05fr) minmax(340px,0.95fr)}.final-cta__copy{position:sticky;top:16px}.lead-form{max-width:620px;margin-left:auto}.example-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.example-card:first-child{grid-column:auto}}
@media (min-width:1280px){:root{--section-y:102px;--h1-size:5.6rem;--h2-size:4.65rem;--lede-size:1.48rem;--proof-size:3.1rem;--cta-size:4.45rem;--promise-size:3.05rem;--hero-gap:44px;--hero-visual-height:0px;--phone-width:390px;--phone-screen-height:300px;--collage-height:705px;--form-padding:42px}.menu-button{display:none}.site-nav{position:static;z-index:auto;display:flex;flex-direction:row;align-items:center;gap:4px;width:auto;padding:0;background:transparent;border:0;box-shadow:none}.site-nav.is-open{position:static;z-index:auto;display:flex;flex-direction:row;align-items:center;gap:4px}.site-nav a{padding:10px 12px}}
@media (min-width:1440px){:root{--container:1160px;--gutter:40px;--section-y:102px;--header-height:104px;--brand-size:3.35rem;--h1-size:5.6rem;--h2-size:4.65rem;--lede-size:1.48rem;--proof-size:3.1rem;--cta-size:4.45rem;--promise-size:3.05rem;--hero-gap:44px;--hero-visual-height:0px;--phone-width:390px;--phone-screen-height:300px;--collage-height:705px;--collage-one-width:300px;--collage-three-width:620px;--card-padding:42px;--form-padding:42px}.lead-form{max-width:620px}}
@media (max-width:1023px){#hero-title{font-size:calc(var(--h1-size) * 0.7)}.cta-band .eyebrow{font-size:calc(0.88rem * 1.3)}}
@media (min-width:1024px){#hero-title{font-size:calc(var(--h1-size) * 0.8)}#cta-band-title.cta-band__title,.cta-band__title{font-size:min(2rem,calc(var(--cta-size) * 0.7))}.stream-gallery__masonry{max-width:min(80rem,calc(100vw - var(--gutter) * 2));gap:clamp(18px,2.2vw,32px)}#postulacion.final-cta.section{padding-block:calc(var(--section-y) * 0.7)}.final-cta__grid{row-gap:clamp(14px,2.2vw,22px)}.final-cta #form-title{font-size:calc(var(--h2-size) * 0.8 * 0.75);margin-bottom:calc(12px * 0.7)}.final-cta__subtitle{font-size:clamp(0.7rem,1.68vw,0.84rem);margin-bottom:calc(22px * 0.7)}.final-cta__promise{margin-top:calc(18px * 0.7);font-size:calc(var(--promise-size) * 0.8 * 0.75)}.lead-form{gap:calc(18px * 0.7);padding:calc(var(--form-padding) * 0.7)}.field-grid{gap:calc(18px * 0.7)}.field{gap:calc(8px * 0.7)}.choice-group{gap:calc(12px * 0.7)}}
@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto !important;transition:none !important}}