/* Home CYSM: propuesta visual, conversión y contenido semántico. */
:root{
  --home-ink:#0b1220;
  --home-navy:#102933;
  --home-teal:#29414b;
  --home-yellow:#ffd000;
  --home-muted:#5f6b73;
  --home-line:#dfe5e8;
  --home-soft:#f3f6f7;
  --home-shadow:0 20px 55px rgba(11,18,32,.11);
}

html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--home-ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}
main{padding-top:var(--cysm-header-space,80px);overflow:clip}
.container{width:min(90%,1200px);margin-inline:auto}
.home-eyebrow{display:inline-flex;align-items:center;gap:9px;color:#8b7100;font-size:.76rem;font-weight:850;letter-spacing:.13em;text-transform:uppercase}
.home-eyebrow::before{content:"";width:28px;height:3px;border-radius:99px;background:var(--home-yellow)}
.home-hero .home-eyebrow{color:#ffe477}
.home-hero{position:relative;isolation:isolate;display:grid;align-items:center;min-height:min(760px,calc(100svh - 84px));overflow:hidden;background:var(--home-ink);color:#fff}
.home-hero__media{position:absolute;inset:0;z-index:-2}
.home-hero__media img{width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(.82) contrast(1.06)}
.home-hero::before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(7,18,25,.96) 0%,rgba(7,18,25,.86) 42%,rgba(7,18,25,.35) 100%)}
.home-hero::after{content:"";position:absolute;inset:auto 0 0;height:34%;z-index:-1;background:linear-gradient(0deg,rgba(7,18,25,.7),transparent)}
.home-hero__grid{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(290px,.78fr);gap:clamp(38px,7vw,100px);align-items:center;padding-block:64px 96px}
.home-hero__content{max-width:720px}
.home-hero h1{max-width:760px;margin:19px 0 20px;font-size:clamp(2.65rem,6.2vw,5.9rem);line-height:.98;letter-spacing:-.065em;text-wrap:balance}
.home-hero__lead{max-width:650px;margin:0;color:#e8eef0;font-size:clamp(1.05rem,1.8vw,1.3rem);line-height:1.65}
.home-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}
.home-btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 21px;border:1px solid transparent;border-radius:999px;font-weight:850;text-decoration:none!important;transition:transform .18s ease,box-shadow .22s ease,background .22s ease}
.home-btn:hover{transform:translateY(-2px)}
.home-btn:focus-visible{outline:3px solid #8ed7ff;outline-offset:3px}
.home-btn--primary{background:var(--home-yellow);color:#111;box-shadow:0 13px 30px rgba(255,208,0,.2)}
.home-btn--primary:hover{box-shadow:0 17px 36px rgba(255,208,0,.32)}
.home-btn--ghost{border-color:rgba(255,255,255,.55);color:#fff;background:rgba(255,255,255,.06)}
.home-btn--ghost:hover{background:rgba(255,255,255,.14)}
.home-hero__proof{display:flex;flex-wrap:wrap;gap:16px 24px;margin-top:28px;color:#d6e0e3;font-size:.86rem}
.home-hero__proof span{display:inline-flex;align-items:center;gap:8px}
.home-hero__proof span::before{content:"✓";display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:var(--home-yellow);color:#111;font-weight:900}
.home-hero__card{padding:clamp(24px,3.5vw,38px);border:1px solid rgba(255,255,255,.27);border-radius:24px;background:rgba(10,25,33,.62);backdrop-filter:blur(13px);box-shadow:0 26px 70px rgba(0,0,0,.2)}
.home-hero__card-top{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:28px;color:#cbd8dc;font-size:.8rem;font-weight:750}
.home-status{display:inline-flex;align-items:center;gap:8px}.home-status::before{content:"";width:9px;height:9px;border-radius:50%;background:#55e68a;box-shadow:0 0 0 5px rgba(85,230,138,.12)}
.home-hero__card h2{margin:0 0 18px;font-size:clamp(1.55rem,3vw,2.3rem);line-height:1.05;letter-spacing:-.04em}
.home-hero__card p{margin:0;color:#d6e1e4;line-height:1.65}
.home-hero__list{display:grid;gap:12px;margin:25px 0 28px;padding:0;list-style:none;color:#f1f5f6;font-size:.94rem}
.home-hero__list li{display:flex;gap:11px;align-items:flex-start}.home-hero__list li::before{content:"→";color:var(--home-yellow);font-weight:900}
.home-card-link{color:#ffe477;font-weight:850}.home-card-link:hover{text-decoration:underline;text-underline-offset:4px}

.home-signal{position:relative;margin-top:-1px;border-block:1px solid var(--home-line);background:#fff;box-shadow:0 13px 25px rgba(11,18,32,.06);z-index:2}
.home-signal__grid{position:relative;display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden}.home-signal__grid::before,.home-signal__grid::after{content:"";position:absolute;left:0;top:0;width:100%;height:4px}.home-signal__grid::before{background:#e8edf0}.home-signal__grid::after{width:var(--signal-progress,0%);background:var(--home-yellow);transition:width .55s ease}.home-signal__item{position:relative;display:flex;align-items:center;gap:12px;min-height:92px;padding:20px;border-right:1px solid var(--home-line);transition:background .3s ease,color .3s ease}.home-signal__item.is-complete{background:#fffdf0}.home-signal__item.is-current .home-signal__number{color:#111}
.home-signal__item:last-child{border-right:0}.home-signal__number{color:#9a7d00;font-size:1.55rem;font-weight:900;line-height:1}.home-signal__item strong{display:block;font-size:.93rem}.home-signal__item span{display:block;color:var(--home-muted);font-size:.78rem}

.home-section{padding:clamp(72px,9vw,124px) 0}.home-section--soft{background:var(--home-soft)}.home-section--dark{background:var(--home-navy);color:#fff}.home-section__head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:38px}.home-section__head>div{max-width:720px}.home-section__head h2{margin:11px 0 13px;font-size:clamp(2rem,4.3vw,3.65rem);line-height:1.02;letter-spacing:-.055em;text-wrap:balance}.home-section__head p{max-width:680px;margin:0;color:var(--home-muted);font-size:1.05rem;line-height:1.7}.home-section--dark .home-section__head p{color:#c8d6da}
.home-text-link{color:#846c00;font-weight:850;white-space:nowrap}.home-text-link:hover{text-decoration:underline;text-underline-offset:5px}.home-section--dark .home-text-link{color:#ffe477}

.home-intro{display:grid;grid-template-columns:minmax(230px,.75fr) minmax(0,1.25fr);gap:clamp(35px,8vw,110px);align-items:start}.home-intro__statement{position:sticky;top:120px}.home-intro__statement h2{margin:12px 0 0;font-size:clamp(2rem,4.1vw,3.5rem);line-height:1.03;letter-spacing:-.055em}.home-intro__body{display:grid;gap:20px}.home-intro__body>p{margin:0;color:var(--home-muted);font-size:1.15rem;line-height:1.75}.home-principles{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:18px;border:1px solid var(--home-line);background:var(--home-line)}.home-principle{position:relative;z-index:0;min-height:190px;padding:24px;background:#fff;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease,background .25s ease}.home-principle::before{content:"";position:absolute;left:0;top:0;width:100%;height:3px;background:var(--home-yellow);transform:scaleX(0);transform-origin:left center;transition:transform .3s ease}.home-principle:hover{z-index:1;transform:translateY(-6px);background:#fffef5;box-shadow:0 16px 32px rgba(11,18,32,.13)}.home-principle:hover::before{transform:scaleX(1)}.home-principle__index{color:#a28200;font-size:.78rem;font-weight:900;letter-spacing:.12em;transition:color .25s ease}.home-principle:hover .home-principle__index{color:#6f5900}.home-principle h3{margin:32px 0 8px;font-size:1.1rem}.home-principle p{margin:0;color:var(--home-muted);font-size:.9rem;line-height:1.55}

.home-services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.home-service{display:flex;flex-direction:column;min-height:430px;overflow:hidden;border:1px solid var(--home-line);border-radius:18px;background:#fff;box-shadow:0 5px 16px rgba(11,18,32,.04);transition:transform .2s ease,box-shadow .2s ease}.home-service:hover{transform:translateY(-6px);box-shadow:var(--home-shadow)}.home-service__image{height:188px;overflow:hidden;background:#d9e2e5}.home-service__image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.home-service:hover img{transform:scale(1.045)}.home-service__body{display:flex;flex:1;flex-direction:column;padding:22px}.home-service__label{color:#9a7d00;font-size:.72rem;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.home-service h3{margin:10px 0 9px;font-size:1.25rem;line-height:1.1}.home-service p{margin:0;color:var(--home-muted);font-size:.92rem;line-height:1.6}.home-service__link{margin-top:auto;padding-top:20px;color:#866d00;font-size:.9rem;font-weight:850}.home-service__link:hover{text-decoration:underline;text-underline-offset:4px}

.home-method{display:grid;grid-template-columns:minmax(250px,.8fr) minmax(0,1.2fr);gap:clamp(35px,8vw,100px);align-items:start}.home-method__intro{position:sticky;top:120px}.home-method__intro h2{margin:12px 0 17px;font-size:clamp(2rem,4.5vw,3.8rem);line-height:1.02;letter-spacing:-.06em}.home-method__intro p{margin:0;color:#c8d6da;line-height:1.75}.home-method__steps{display:grid;gap:0;border-top:1px solid rgba(255,255,255,.17)}.home-method__step{position:relative;display:grid;grid-template-columns:70px 1fr;gap:24px;padding:24px 0;border-bottom:1px solid rgba(255,255,255,.17);transition:background .25s ease}.home-method__step::before{content:"";position:absolute;left:0;top:0;width:3px;height:0;background:var(--home-yellow);transition:height .3s ease}.home-method__step:hover{background:rgba(255,255,255,.045)}.home-method__step:hover::before{height:100%}.home-method__step strong,.home-method__step>div{transition:transform .25s ease}.home-method__step strong{color:var(--home-yellow);font-size:.82rem;letter-spacing:.12em}.home-method__step:hover strong{transform:translateX(3px)}.home-method__step:hover>div{transform:translateX(14px)}.home-method__step h3{margin:0 0 5px;font-size:1.2rem}.home-method__step p{margin:0;color:#c8d6da;line-height:1.6}

.home-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.home-product{display:flex;flex-direction:column;min-height:310px;padding:16px;border:1px solid var(--home-line);border-radius:18px;background:#fff;box-shadow:0 5px 16px rgba(11,18,32,.04);transition:transform .2s ease,box-shadow .2s ease}.home-product:hover{transform:translateY(-5px);box-shadow:var(--home-shadow)}.home-product img{width:100%;height:155px;object-fit:cover;border-radius:12px;background:#f6f7f8}.home-product h3{margin:17px 0 8px;font-size:1.08rem;line-height:1.16}.home-product p{margin:0 0 16px;color:var(--home-muted);font-size:.86rem;line-height:1.5}.home-product a{margin-top:0;color:#866d00;font-weight:850;font-size:.88rem;text-decoration:none!important;transition:color .2s ease,transform .2s ease}.home-product a:hover{color:#5f4d00;text-decoration:none!important;transform:translateX(2px)}

.home-trust{padding:68px 0;border-top:1px solid var(--home-line);background:#fff}.home-trust__head{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:24px}.home-trust h2{margin:10px 0 0;font-size:clamp(1.7rem,3vw,2.6rem);line-height:1.05;letter-spacing:-.045em}.home-trust p{max-width:430px;margin:0;color:var(--home-muted);font-size:.95rem;line-height:1.6}.home-trust__carousel{position:relative;overflow:hidden;padding:28px 0}.home-trust__carousel::before,.home-trust__carousel::after{content:"";position:absolute;top:0;bottom:0;z-index:2;width:8%;pointer-events:none}.home-trust__carousel::before{left:0;background:linear-gradient(90deg,#fff,rgba(255,255,255,0))}.home-trust__carousel::after{right:0;background:linear-gradient(270deg,#fff,rgba(255,255,255,0))}.home-trust__viewport{min-width:0;overflow:hidden}.home-trust__track{display:flex;width:max-content;will-change:transform;animation:client-marquee 60s linear infinite}.home-trust__set{display:flex;align-items:center;gap:clamp(24px,3vw,46px);flex-shrink:0}.home-trust__set + .home-trust__set{margin-left:clamp(24px,3vw,46px)}.home-trust__logo{flex:0 0 clamp(130px,13vw,185px);height:96px;display:grid;place-items:center;box-sizing:border-box;overflow:visible}.home-trust__logo img{display:block;width:auto!important;height:auto!important;max-width:100%;max-height:82px;object-fit:contain;filter:grayscale(1);opacity:.66;transition:opacity .25s,filter .25s}.home-trust__logo:hover img{filter:grayscale(0);opacity:1}@keyframes client-marquee{to{transform:translate3d(calc(-50% - clamp(12px,1.5vw,23px)),0,0)}}

.home-news{padding:clamp(72px,9vw,115px) 0;background:#101f27;color:#fff}.home-news .home-section__head p{color:#c8d6da}.home-news .home-eyebrow{color:#ffe477}.home-news .home-section__head{margin-bottom:28px}.home-news__frame{position:relative;min-height:330px;overflow:hidden;border-radius:22px;background:#192e38;box-shadow:0 22px 60px rgba(0,0,0,.2)}.home-news .news-track{position:relative;min-height:330px}.home-news .news-slide{position:absolute;inset:0;display:grid;align-items:end;opacity:0;pointer-events:none;transition:opacity .55s ease}.home-news .news-slide.is-active{opacity:1;pointer-events:auto}.home-news .news-bg{position:absolute;inset:0;background-position:center;background-size:cover;filter:brightness(.62) saturate(.9)}.home-news .news-slide::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,18,25,.84),rgba(7,18,25,.22) 75%)}.home-news .news-content{position:relative;z-index:1;max-width:620px;padding:clamp(28px,5vw,54px)}.home-news .news-kicker{display:inline-flex;padding:6px 10px;border-radius:999px;background:var(--home-yellow);color:#111;font-size:.75rem;font-weight:900}.home-news .news-title{margin:15px 0 8px;color:#fff;font-size:clamp(1.55rem,3.5vw,2.8rem);line-height:1.05;letter-spacing:-.04em}.home-news .news-meta{color:#d9e5e8}.home-news .news-cta{margin-top:20px;padding:10px 16px;border:0;border-radius:999px;background:#fff;color:#111;font-weight:850;cursor:pointer}.home-news .news-nav{position:absolute;top:auto;right:22px;bottom:22px;z-index:3;width:42px;height:42px;border:1px solid rgba(255,255,255,.3);border-radius:50%;background:rgba(255,255,255,.12);color:#fff;font-size:1.35rem;cursor:pointer}.home-news .news-nav:hover{background:rgba(255,255,255,.24)}.home-news .news-nav.prev{left:auto;right:74px}.home-news .news-nav.next{right:22px}.home-news .news-dots{position:absolute;left:clamp(28px,5vw,54px);bottom:30px;z-index:3;display:flex;gap:8px}.home-news .news-dot{width:8px;height:8px;border:0;border-radius:50%;background:rgba(255,255,255,.45);cursor:pointer}.home-news .news-dot.is-active{background:var(--home-yellow);box-shadow:0 0 0 4px rgba(255,208,0,.2)}

.home-cta{position:relative;isolation:isolate;overflow:hidden;padding:clamp(70px,9vw,112px) 0;background:var(--home-yellow);color:#111}.home-cta::after{content:"";position:absolute;right:-130px;bottom:-260px;width:560px;height:560px;border:90px solid rgba(255,255,255,.22);border-radius:50%;z-index:-1}.home-cta__grid{display:flex;align-items:center;justify-content:space-between;gap:35px}.home-cta h2{max-width:680px;margin:12px 0 0;font-size:clamp(2.2rem,5vw,4.6rem);line-height:.98;letter-spacing:-.06em}.home-cta p{max-width:590px;margin:18px 0 0;font-size:1.08rem;line-height:1.6}.home-cta .home-btn--primary{background:#111;color:#fff;box-shadow:none}.home-cta .home-btn--primary:hover{background:#26333a}.home-cta .home-btn--ghost{border-color:rgba(17,17,17,.35);color:#111;background:transparent}

@media(max-width:1050px){.home-hero__grid{grid-template-columns:1fr}.home-hero__card{max-width:570px}.home-services-grid,.home-products-grid{grid-template-columns:repeat(2,1fr)}.home-trust__track{animation-duration:52s}}
@media(max-width:800px){main{padding-top:var(--cysm-header-space,74px)}.home-hero{min-height:auto}.home-hero__grid{padding-block:64px 72px}.home-hero h1{font-size:clamp(2.55rem,11vw,4.5rem)}.home-signal__grid{grid-template-columns:repeat(2,1fr)}.home-signal__item:nth-child(2){border-right:0}.home-signal__item:nth-child(-n+2){border-bottom:1px solid var(--home-line)}.home-section__head,.home-trust__head,.home-cta__grid{display:block}.home-section__head .home-text-link,.home-trust__head p{display:block;margin-top:17px}.home-intro,.home-method{grid-template-columns:1fr;gap:36px}.home-intro__statement,.home-method__intro{position:static}.home-principles{grid-template-columns:1fr}.home-principle{min-height:0}.home-principle h3{margin-top:17px}.home-cta .home-actions{margin-top:30px}}
@media(max-width:560px){.container{width:91%}.home-hero__grid{padding-block:56px 60px}.home-hero__card{padding:24px 20px}.home-hero__proof{display:grid;gap:10px}.home-signal__item{min-height:100px;padding:15px 12px}.home-signal__number{font-size:1.25rem}.home-signal__item strong{font-size:.84rem}.home-signal__item span{font-size:.72rem}.home-services-grid,.home-products-grid{grid-template-columns:1fr}.home-service{min-height:0}.home-service__image{height:170px}.home-products-grid{gap:12px}.home-product{min-height:0}.home-trust__carousel{padding:16px 0}.home-trust__set{gap:24px}.home-trust__set + .home-trust__set{margin-left:24px}.home-trust__logo{flex-basis:130px;height:72px}.home-trust__logo img{max-height:64px}.home-trust__track{animation-duration:46s}.home-news__frame,.home-news .news-track{min-height:410px}.home-news .news-content{padding:28px 22px 84px}.home-news .news-title{font-size:1.75rem}.home-news .news-dots{left:22px;bottom:31px}.home-cta h2{font-size:2.55rem}.home-cta .home-btn{width:100%}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.home-service,.home-product,.home-principle,.home-method__step,.home-method__step>div,.home-method__step strong,.home-btn,.home-service__image img{transition:none}.home-principle:hover,.home-method__step:hover{transform:none}.home-method__step:hover strong,.home-method__step:hover>div{transform:none}.home-news .news-slide,.home-trust__track{animation:none;transition:none}}

/* La animación no debe desplazar el contenido fuera del paso. */
.home-method__step:hover>div{transform:none}
.home-method__step:hover strong{transform:none}
.home-method__step:hover{padding-left:0}
.home-method__step::before{left:-6px}
.home-method__step.is-complete::before{height:100%}.home-method__step.is-complete{background:rgba(255,255,255,.025)}.home-method__step.is-current{background:rgba(255,255,255,.055)}.home-method__step.is-current strong{color:#fff}
@media(prefers-reduced-motion:reduce){.home-method__step:hover>div,.home-method__step:hover strong{transform:none}.home-method__step:hover{padding-left:0}}

/* Posicionamiento de marca: la promesa #1 se comunica como identidad, no como ranking inventado. */
.home-position{display:inline-flex;align-items:center;gap:14px;margin:0 0 22px;padding:10px 15px 10px 10px;border:1px solid rgba(255,255,255,.26);border-radius:999px;background:rgba(6,20,28,.42);backdrop-filter:blur(8px)}
.home-position__number{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:var(--home-yellow);color:#111;font-size:1.35rem;line-height:1;letter-spacing:-.06em}
.home-position span{display:grid;gap:2px;color:#fff;line-height:1.15}.home-position span strong{font-size:.84rem;letter-spacing:.05em;text-transform:uppercase}.home-position small{color:#d6e0e3;font-size:.76rem;line-height:1.25}
.home-hero h1{max-width:710px}
@media(max-width:560px){.home-position{align-items:flex-start;border-radius:20px;padding:9px 12px 9px 9px}.home-position__number{width:43px;height:43px;font-size:1.2rem}.home-position span strong{font-size:.75rem}.home-position small{max-width:210px;font-size:.7rem}}
