@import url("styles.css");

/* Mobile-first: mensaje, producto tangible y CTA, en ese orden. */
.review-page{min-height:100dvh;background:var(--cream)}
.promise-bar{min-height:30px;padding:6px 10px;display:grid;place-items:center;background:var(--green);color:var(--yellow);font-size:.58rem;font-weight:900;line-height:1.2;letter-spacing:.09em;text-align:center}
.review-topbar{position:relative;background:#fff}
.review-topbar .nav{height:60px}
.review-topbar .nav img{width:132px;height:auto}
.review-badge{display:none}
.review-hero{min-height:calc(100dvh - 90px);padding:16px 0 22px;display:flex;align-items:flex-start}
.review-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1fr);grid-template-areas:"copy" "visual" "action";gap:8px;align-items:start}
.review-hero-copy{grid-area:copy;text-align:center}
.review-hero-copy .eyebrow{display:block;margin:0 auto 8px;font-size:.66rem;line-height:1.25;letter-spacing:.09em}
.review-hero-copy h1{max-width:350px;margin:0 auto;font-family:"Fredoka",Arial,sans-serif;font-size:clamp(2rem,9.4vw,2.22rem);line-height:.98;letter-spacing:-.04em;color:var(--green)}
.review-hero-copy mark{display:inline;padding:0 .08em;color:var(--green);background:linear-gradient(transparent 58%,var(--yellow) 58%);box-decoration-break:clone;-webkit-box-decoration-break:clone}
.review-subheadline{max-width:340px;margin:11px auto 0;color:#4c6571;font-size:.95rem;line-height:1.35}
.review-subheadline strong{color:var(--coral);font-size:1.08em}
.benefit-pills{display:none}
.review-hero-visual{grid-area:visual;position:relative;height:365px;min-width:0}
.review-floating-card{display:none}
.review-photo-card{display:block;position:relative;width:min(235px,70vw);max-width:none;margin:0 auto;padding:7px;border-radius:24px;background:#fff;box-shadow:0 18px 42px rgba(17,76,74,.2);transform:none}
.review-photo-card>picture{display:block}
.review-photo-card img{width:100%;height:auto;aspect-ratio:2/3;object-fit:cover;object-position:center;border-radius:18px}
.product-stack{display:none;position:relative;width:min(310px,100%);height:216px;margin:0 auto;z-index:4}
.product-cover{position:absolute;z-index:5;left:50%;top:12px;width:138px;height:198px;padding:13px 10px;border-radius:15px;background:linear-gradient(155deg,var(--green),#0a3634);color:#fff;box-shadow:0 16px 34px rgba(17,76,74,.3);display:flex;flex-direction:column;align-items:center;text-align:center;transform:translateX(-50%) rotate(-1.5deg)}
.product-cover img{width:34px;height:34px;margin-bottom:6px}
.product-cover span{font-size:.48rem;font-weight:900;letter-spacing:.12em;color:#bce8df}
.product-cover strong{font-family:"Fredoka";font-size:2.9rem;line-height:.92;color:var(--yellow);margin-top:8px}
.product-cover b{font-family:"Fredoka";font-size:.78rem;line-height:1.02}
.product-cover small{margin-top:auto;font-size:.5rem;color:#d6efeb}
.stack-sheet{position:absolute;z-index:2;top:25px;width:136px;height:auto;border:4px solid #fff;border-radius:9px;background:#fff;box-shadow:0 12px 28px rgba(17,76,74,.2)}
.stack-sheet-one{left:14px;transform:rotate(-12deg)}
.stack-sheet-two{right:14px;transform:rotate(12deg)}
.stack-sheet-three{left:50%;top:2px;z-index:1;transform:translateX(-50%) rotate(2deg)}
.product-proof{position:absolute;left:0;right:0;bottom:0;margin:0;text-align:center;color:var(--green);font-size:.72rem;font-weight:900;letter-spacing:.01em}
.review-hero-action{grid-area:action;text-align:center}
.review-cta{width:100%;min-height:54px;padding:13px 18px;background:var(--coral);box-shadow:0 10px 24px rgba(255,107,107,.28);font-size:.77rem;line-height:1.25;touch-action:manipulation}
.review-cta:hover{background:#ee5959}
.review-cta:focus-visible{outline:3px solid var(--yellow);outline-offset:3px}
.review-cta:active{transform:scale(.985)}
.review-microcopy{margin:8px 0 0;font-size:.68rem;line-height:1.35}
.toast{display:block;max-width:calc(100% - 28px);text-align:center}

@media(min-width:621px){
  .promise-bar{min-height:34px;font-size:.67rem;letter-spacing:.12em}
  .review-topbar .nav{height:68px}
  .review-topbar .nav img{width:174px}
  .review-badge{display:inline-flex;padding:8px 14px;border-radius:999px;background:#e7f7f3;color:var(--green);font-size:.74rem;font-weight:900}
  .review-hero{min-height:calc(100dvh - 102px);padding:30px 0 38px}
  .review-hero-grid{gap:14px}
  .review-hero-copy .eyebrow{font-size:.76rem}
  .review-hero-copy h1{max-width:680px;font-size:clamp(2.75rem,6.5vw,3.65rem)}
  .review-subheadline{max-width:620px;font-size:1.1rem}
  .review-hero-visual{height:446px}
  .review-photo-card{width:290px;padding:9px;border-radius:28px}
  .review-photo-card img{border-radius:20px}
  .product-stack{width:380px;height:302px}
  .product-cover{top:14px;width:190px;height:274px;padding:20px 15px;border-radius:19px}
  .product-cover img{width:44px;height:44px;margin-bottom:8px}
  .product-cover span{font-size:.58rem}
  .product-cover strong{font-size:4rem;margin-top:14px}
  .product-cover b{font-size:1.05rem}
  .product-cover small{font-size:.6rem}
  .stack-sheet{top:34px;width:184px;border-width:5px;border-radius:11px}
  .stack-sheet-one{left:0}
  .stack-sheet-two{right:0}
  .stack-sheet-three{top:2px}
  .product-proof{font-size:.82rem}
  .review-hero-action{width:min(540px,100%);margin-inline:auto}
  .review-cta{font-size:.86rem}
  .review-microcopy{font-size:.78rem}
}

@media(min-width:981px){
  .promise-bar{height:38px;padding:0;font-size:.74rem;letter-spacing:.15em}
  .review-topbar .nav{height:74px}
  .review-topbar .nav img{width:auto;height:52px}
  .review-badge{font-size:.78rem}
  .review-hero{min-height:calc(100vh - 112px);padding:48px 0 58px;align-items:center}
  .review-hero-grid{grid-template-columns:1.08fr .92fr;grid-template-areas:"copy visual" "action visual";column-gap:54px;row-gap:22px;align-items:center}
  .review-hero-copy{text-align:left}
  .review-hero-copy .eyebrow{display:inline-block;margin:0 0 14px;font-size:.82rem;letter-spacing:.12em}
  .review-hero-copy h1{max-width:720px;margin:0;font-size:clamp(3rem,5.2vw,5rem);line-height:.99}
  .review-subheadline{max-width:690px;margin:23px 0 20px;font-size:1.28rem;line-height:1.45}
  .benefit-pills{display:flex;flex-wrap:wrap;gap:10px;margin:0}
  .benefit-pills span{padding:9px 13px;border:1px solid #cfe7e3;border-radius:999px;background:#fff;color:var(--green);font-size:.84rem;font-weight:900;box-shadow:0 8px 20px rgba(17,76,74,.06)}
  .review-hero-visual{min-height:610px;height:auto}
  .review-photo-card{display:block;position:absolute;left:auto;right:0;top:10px;width:405px;margin:0;padding:13px;border-radius:38px;transform:rotate(1.2deg)}
  .review-photo-card>picture{display:block}
  .review-photo-card img{width:100%;height:auto;aspect-ratio:2/3;object-fit:cover;object-position:center;border-radius:28px}
  .product-stack{display:none}
  .product-cover{left:48px;top:16px;width:205px;height:292px;padding:24px 19px;border-radius:20px;transform:rotate(-2deg)}
  .product-cover img{width:48px;height:48px;margin-bottom:9px}
  .product-cover span{font-size:.64rem;letter-spacing:.13em}
  .product-cover strong{font-size:4.4rem;margin-top:17px}
  .product-cover b{font-size:1.16rem}
  .product-cover small{font-size:.65rem}
  .stack-sheet{top:10px;width:175px;border-width:5px;border-radius:12px}
  .stack-sheet-one{left:5px;transform:rotate(-13deg)}
  .stack-sheet-two{right:-20px;top:25px;transform:rotate(12deg)}
  .stack-sheet-three{display:none}
  .product-proof{display:none}
  .review-floating-card{display:none}
  .review-floating-card strong{color:var(--coral)}
  .review-hero-action{width:auto;margin:0;text-align:left}
  .review-cta{width:auto;min-height:52px;padding:15px 30px;font-size:.93rem}
  .review-microcopy{margin:10px 0 0 16px;font-size:.85rem}
}

@media(prefers-reduced-motion:reduce){.review-cta{transition:none}}

/* Segunda sección: beneficios concretos, sin anticipar los entregables. */
.benefits-section{position:relative;padding:64px 0 72px;background:#fff9f4;border-top:1px solid rgba(17,76,74,.06)}
.benefits-header{max-width:760px;margin:0 auto 32px;text-align:center}
.benefits-eyebrow{display:inline-flex;margin-bottom:12px;padding:7px 13px;border-radius:999px;background:#e4f6f2;color:var(--green);font-size:.68rem;font-weight:900;line-height:1;text-transform:uppercase;letter-spacing:.1em}
.benefits-header h2{margin:0;color:var(--ink);font-family:"Fredoka",Arial,sans-serif;font-size:clamp(2rem,10vw,2.45rem);line-height:1.02;letter-spacing:-.035em}
.benefits-header h2 span{color:var(--teal)}
.benefits-header p{max-width:570px;margin:14px auto 0;color:#536a76;font-size:1rem;line-height:1.5}
.benefits-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.benefit-card{--card-accent:var(--teal);--icon-bg:#e2f7f3;min-width:0;padding:17px 14px 18px;border:2px dashed color-mix(in srgb,var(--card-accent) 70%,#fff);border-radius:21px;background:#fff;box-shadow:0 9px 24px rgba(17,76,74,.045)}
.benefit-card-yellow{--card-accent:#d7a51f;--icon-bg:#fff2c9}
.benefit-card-coral{--card-accent:var(--coral);--icon-bg:#ffe7e5}
.benefit-card-green{--card-accent:var(--green);--icon-bg:#e2eeec}
.benefit-card-wide{grid-column:1/-1;display:grid;grid-template-columns:46px 1fr;column-gap:12px;align-items:start}
.benefit-card-wide .benefit-icon{grid-row:1/3}
.benefit-icon{width:44px;height:44px;margin-bottom:13px;border-radius:15px;display:grid;place-items:center;background:var(--icon-bg);color:var(--card-accent)}
.benefit-icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.benefit-card h3{margin:0;color:var(--ink);font-family:"Fredoka",Arial,sans-serif;font-size:1rem;line-height:1.12}
.benefit-card p{margin:9px 0 0;color:#5b6d77;font-size:.9rem;line-height:1.45}
.benefit-card-wide p{margin-top:7px}

@media(max-width:359px){
  .benefits-grid{grid-template-columns:1fr}
  .benefit-card-wide{grid-column:auto}
}

@media(min-width:621px){
  .benefits-section{padding:82px 0 90px}
  .benefits-header{margin-bottom:42px}
  .benefits-header h2{font-size:clamp(2.6rem,6vw,3.6rem)}
  .benefits-header p{font-size:1.08rem}
  .benefits-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
  .benefit-card{padding:23px 21px 25px}
  .benefit-card-wide{grid-column:auto;display:block}
  .benefit-card-wide .benefit-icon{grid-row:auto}
  .benefit-card h3{font-size:1.12rem}
  .benefit-card p{font-size:.96rem}
}

@media(min-width:981px){
  .benefits-section{padding:96px 0 106px}
  .benefits-header{margin-bottom:48px}
  .benefits-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}
  .benefit-card{min-height:260px;padding:24px 20px 26px}
  .benefit-icon{width:48px;height:48px;border-radius:16px}
}

/* Tercera sección: vitrina móvil de páginas reales del producto. */
.receivables-section{position:relative;overflow:hidden;padding:66px 0 58px;background:var(--green);color:#fff}
.receivables-section:before,.receivables-section:after{content:"";position:absolute;border-radius:50%;pointer-events:none;opacity:.16}
.receivables-section:before{width:290px;height:290px;right:-155px;top:-120px;background:var(--teal)}
.receivables-section:after{width:210px;height:210px;left:-120px;bottom:-95px;background:var(--yellow)}
.receivables-header{position:relative;z-index:2;text-align:center}
.receivables-eyebrow{display:inline-flex;margin-bottom:13px;padding:8px 14px;border-radius:999px;background:var(--yellow);color:var(--green);font-size:.68rem;font-weight:900;line-height:1;text-transform:uppercase;letter-spacing:.1em}
.receivables-header h2{max-width:730px;margin:0 auto;color:#fff;font-family:"Fredoka",Arial,sans-serif;font-size:clamp(2.05rem,10vw,2.6rem);line-height:1.02;letter-spacing:-.035em}
.receivables-header h2 span{color:var(--yellow)}
.receivables-header>p{max-width:620px;margin:15px auto 0;color:#d7ece9;font-size:1rem;line-height:1.5}
.receivables-proof{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:19px}
.receivables-proof span{display:inline-flex;align-items:center;gap:7px;padding:7px 11px;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:rgba(255,255,255,.08);color:#fff;font-size:.72rem;font-weight:800}
.receivables-proof svg{width:17px;height:17px;fill:none;stroke:var(--yellow);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.receivables-toolbar{position:relative;z-index:3;display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:27px}
.receivables-hint{display:inline-flex;align-items:center;gap:8px;margin:0;color:#d7ece9;font-size:.78rem;font-weight:800}
.receivables-hint svg{width:20px;height:20px;fill:none;stroke:var(--yellow);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.receivables-control{display:none;min-height:44px;padding:9px 14px;border:1px solid rgba(255,255,255,.25);border-radius:999px;background:#fff;color:var(--green);align-items:center;justify-content:center;gap:8px;font-size:.76rem;font-weight:900;cursor:pointer;touch-action:manipulation;transition:background .2s ease,transform .2s ease}
.marquee-ready .receivables-control{display:inline-flex}
.receivables-control:hover{background:#eef9f6}
.receivables-control:active{transform:scale(.97)}
.receivables-control:focus-visible{outline:3px solid var(--yellow);outline-offset:3px}
.receivables-control-icon,.receivables-control-icon svg{width:18px;height:18px}
.receivables-control-icon{display:grid;place-items:center}
.receivables-control-icon svg{grid-area:1/1;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.receivables-control .icon-play{display:none}
.receivables-control.is-paused .icon-pause{display:none}
.receivables-control.is-paused .icon-play{display:block}
.receivables-marquee-shell{position:relative;z-index:2;margin-top:6px}
.receivables-marquee{overflow-x:auto;overflow-y:hidden;padding:19px max(18px,calc((100vw - 1160px)/2)) 36px;cursor:grab;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;overscroll-behavior-inline:contain;touch-action:pan-x pan-y}
.receivables-marquee::-webkit-scrollbar{display:none}
.receivables-marquee:active{cursor:grabbing}
.receivables-marquee:focus-visible{outline:3px solid var(--yellow);outline-offset:-5px}
.receivables-track,.receivables-set{display:flex;width:max-content;align-items:flex-start}
.receivables-set{gap:16px;padding-right:16px}
.receivable-card{flex:0 0 clamp(238px,68vw,280px);overflow:hidden;padding:7px 7px 0;border:1px solid rgba(255,255,255,.34);border-radius:22px;background:#fff;color:var(--ink);box-shadow:0 18px 42px rgba(3,32,31,.26);transform:translateY(0)}
.receivable-card:nth-child(3n+2){transform:translateY(12px)}
.receivable-card:nth-child(3n){transform:translateY(5px)}
.receivable-card picture{display:block;overflow:hidden;border-radius:16px 16px 10px 10px;background:#f4f8f7;aspect-ratio:1241/1754}
.receivable-card img{width:100%;height:100%;object-fit:cover}
.receivable-caption{min-height:119px;padding:14px 12px 17px;text-align:left}
.receivable-caption>span{display:inline-flex;padding:5px 9px;border-radius:999px;background:#e3f6f2;color:var(--green);font-size:.66rem;font-weight:900;line-height:1}
.receivable-caption h3{margin:9px 0 2px;color:var(--green);font-family:"Fredoka",Arial,sans-serif;font-size:1.03rem;line-height:1.12}
.receivable-caption p{margin:0;color:#647782;font-size:.76rem;line-height:1.35}
.receivables-edge{position:absolute;z-index:4;top:0;bottom:0;width:22px;pointer-events:none}
.receivables-edge-left{left:0;background:linear-gradient(90deg,var(--green),transparent)}
.receivables-edge-right{right:0;background:linear-gradient(-90deg,var(--green),transparent)}

@media(min-width:621px){
  .receivables-section{padding:84px 0 72px}
  .receivables-header h2{font-size:clamp(2.8rem,6vw,4rem)}
  .receivables-header>p{font-size:1.08rem}
  .receivables-proof{gap:10px;margin-top:22px}
  .receivables-proof span{padding:8px 13px;font-size:.78rem}
  .receivables-toolbar{margin-top:34px}
  .receivables-hint{font-size:.84rem}
  .receivables-control{padding-inline:17px;font-size:.8rem}
  .receivables-marquee{padding-top:24px;padding-bottom:44px}
  .receivables-set{gap:21px;padding-right:21px}
  .receivable-card{flex-basis:300px;border-radius:24px}
  .receivable-caption{min-height:124px;padding:15px 14px 19px}
  .receivable-caption h3{font-size:1.12rem}
  .receivable-caption p{font-size:.8rem}
  .receivables-edge{width:56px}
}

@media(min-width:981px){
  .receivables-section{padding:98px 0 86px}
  .receivables-toolbar{margin-top:39px}
  .receivables-marquee{padding-top:28px;padding-bottom:48px}
  .receivables-set{gap:25px;padding-right:25px}
  .receivable-card{flex-basis:320px;padding:8px 8px 0}
  .receivable-caption{min-height:128px;padding:16px 15px 20px}
  .receivable-caption h3{font-size:1.18rem}
  .receivables-edge{width:90px}
}

@media(prefers-reduced-motion:reduce){
  .receivables-control{transition:none}
}
