/* ========== RESET & TOKENS ========== */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}

:root {
  --primary: #479172;
  --primary-dark: #3a7a60;
  --secondary: #323232;
  --navy: #1b2a4a;
  --navy-light: #2a3d66;
  --gold: #d4a44c;
  --gold-dark: #b8893a;
  --bg-light: #f8f7f4;
  --bg-dark: #1a1a1a;
  --bg-white: #ffffff;
  --text: #323232;
  --text-light: #6b6b6b;
  --text-on-dark: #e8e8e8;
  --border: #e0ddd8;
  --radius: 12px;
  --radius-sm: 8px;
  --shadow: 0 4px 24px rgba(0,0,0,.08);
  --shadow-lg: 0 8px 40px rgba(0,0,0,.12);
  --transition: .3s cubic-bezier(.4,0,.2,1);
  --serif: 'Montserrat', system-ui, sans-serif;
}

html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:'PT Sans',system-ui,Arial,sans-serif;font-size:1rem;line-height:1.6;color:var(--text);background:var(--bg-white)}
img{max-width:100%;height:auto;display:block;border-radius:var(--radius-sm)}
a{color:var(--primary);text-decoration:none;transition:color var(--transition)}
a:hover{color:var(--primary-dark)}
ul{list-style:none}

.container{max-width:1120px;margin:0 auto;padding:0 1.25rem}

/* ========== TIPOGRAFIA ========== */
h1,h2,h3,h4{font-weight:700;line-height:1.2;color:var(--secondary)}
.section-title{font-family:var(--serif);font-weight:700;font-size:clamp(1.75rem,4vw,2.5rem);text-align:center;margin-bottom:.5rem;color:var(--navy)}
.section-title--left{text-align:left}
.section-sub{text-align:center;color:var(--text-light);max-width:600px;margin:0 auto 3rem;font-size:1.0625rem}

/* ========== BOTOES ========== */
.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;border-radius:var(--radius);font-weight:700;font-size:1rem;cursor:pointer;transition:all var(--transition);border:none;text-align:center;justify-content:center}
.btn--primary{background:var(--primary);color:#fff}
.btn--primary:hover{background:var(--primary-dark);color:#fff;transform:translateY(-2px);box-shadow:var(--shadow)}
.btn--gold{background:var(--gold);color:var(--navy)}
.btn--gold:hover{background:var(--gold-dark);color:var(--navy);transform:translateY(-2px);box-shadow:0 4px 20px rgba(212,164,76,.4)}
.btn--outline{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.5)}
.btn--outline:hover{background:rgba(255,255,255,.1);color:#fff;border-color:#fff;transform:translateY(-2px)}
.btn--lg{padding:1.125rem 2.25rem;font-size:1.125rem}

/* ========== HEADER ========== */
.header{background:var(--bg-white);padding:.5rem 0;border-bottom:1px solid var(--border);position:relative;z-index:10}
.header__inner{display:flex;justify-content:center;align-items:center}
.header__logo{border-radius:var(--radius-sm);background:#fff;width:96px;height:96px}

/* ========== HERO NEW (ref 1) ========== */
.hero-new{position:relative;min-height:90vh;display:flex;flex-direction:column;justify-content:center;overflow:hidden}
.hero-new__slider{position:absolute;inset:0;z-index:0}
.hero-new__slide{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:0;opacity:0;transition:opacity 1.2s ease}
.hero-new__slide--active{opacity:1}
.hero-new__overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(105deg,rgba(27,42,74,.95) 0%,rgba(27,42,74,.88) 25%,rgba(27,42,74,.55) 50%,rgba(0,0,0,.18) 75%,rgba(0,0,0,.1) 100%)}
.hero-new__content{position:relative;z-index:2;padding:6rem 0 7.5rem;max-width:680px;margin-left:max(1.25rem, calc((100vw - 1120px)/2));margin-right:auto;text-align:left}
.hero-new__title{font-family:var(--serif);font-weight:800;font-size:clamp(2.5rem,6vw,4.25rem);color:#fff;line-height:1.06;margin-bottom:1.5rem;letter-spacing:-.03em;text-transform:none}
.hero-new__title em{font-style:normal;color:var(--gold)}
.hero-new__sub{color:rgba(255,255,255,.82);font-size:1.125rem;margin-bottom:2.25rem;line-height:1.7;max-width:460px}
.hero-new__sub strong{color:#fff;font-weight:700}

.hero-new__badges{display:flex;gap:2.25rem;margin-bottom:2.5rem}
.hero-badge{display:flex;flex-direction:column;align-items:center;gap:.5rem;color:var(--gold);text-align:center}
.hero-badge svg{stroke:var(--gold);width:30px;height:30px}
.hero-badge span{font-size:.75rem;color:rgba(255,255,255,.75);line-height:1.25;letter-spacing:.01em}

.hero-new__ctas{display:flex;gap:1rem;flex-wrap:wrap}

/* Hero bottom bar */
.hero-new__bar{position:absolute;bottom:0;left:0;right:0;z-index:2;background:rgba(27,42,74,.94);backdrop-filter:blur(10px);border-top:1px solid rgba(255,255,255,.06)}
.hero-new__bar-inner{display:flex;align-items:center;justify-content:center;gap:0;padding:1rem 0}
.hero-new__bar-label{color:var(--gold);font-family:var(--serif);font-weight:600;font-size:1rem;white-space:nowrap;flex-shrink:0;padding-right:1.75rem;border-right:1px solid rgba(255,255,255,.12)}
.hero-new__bar-items{display:flex;gap:0;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}
.hero-new__bar-items::-webkit-scrollbar{display:none}
.hero-new__bar-item{display:flex;align-items:center;gap:.5rem;color:rgba(255,255,255,.8);font-size:.8125rem;white-space:nowrap;flex-shrink:0;padding:0 1.5rem;border-right:1px solid rgba(255,255,255,.08)}
.hero-new__bar-item:last-child{border-right:none}
.hero-new__bar-item svg{stroke:rgba(255,255,255,.5);flex-shrink:0}
.hero-new__bar-item span{line-height:1.25}

/* ========== BENEFITS (ref 2) ========== */
.benefits{position:relative;overflow:hidden;min-height:380px;display:flex;align-items:center}
.benefits__bg{position:absolute;inset:0;z-index:0}
.benefits__bg img{width:100%;height:100%;object-fit:cover;object-position:right center;border-radius:0}
.benefits__bg::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,1) 38%,rgba(255,255,255,.88) 52%,rgba(255,255,255,0) 72%)}
.benefits__content{position:relative;z-index:1;padding:4rem 0;max-width:560px}
.benefits__title{font-family:var(--serif);font-size:clamp(1.75rem,4vw,2.5rem);color:var(--navy);margin-bottom:.5rem;line-height:1.15}
.benefits__subtitle{font-size:1.125rem;color:var(--text-light);margin-bottom:1.25rem;line-height:1.5}
.benefits__line{width:40px;height:4px;background:var(--gold);border-radius:2px;margin-bottom:1.5rem}
.benefits__badges{display:flex;gap:1.5rem;margin-bottom:1.5rem}
.benefit-badge{display:flex;flex-direction:column;align-items:center;gap:.375rem;text-align:center}
.benefit-badge svg{stroke:var(--navy);opacity:.6}
.benefit-badge span{font-size:.8125rem;color:var(--text);font-weight:700}
.benefits__desc{font-size:.9375rem;color:var(--text-light);line-height:1.7;max-width:460px}

/* ========== SEGMENTS (ref 3) ========== */
.seg{padding:0;background:var(--bg-white);overflow:hidden}

/* Shared */
.seg__title{font-family:var(--serif);font-size:clamp(2rem,5vw,3.25rem);color:var(--navy);line-height:1.08;margin-bottom:1.25rem;letter-spacing:-.02em}
.seg__title em{font-style:normal;color:var(--gold)}
.seg__sub{color:var(--text-light);font-size:1.0625rem;margin-bottom:2rem;line-height:1.7;max-width:420px}
.seg__badges{display:flex;flex-wrap:wrap;gap:.625rem;margin-bottom:2rem}
.seg-badge{display:flex;align-items:center;gap:.375rem;padding:.4rem .75rem;background:var(--bg-light);border-radius:100px;font-size:.75rem;font-weight:700;color:var(--navy);border:1px solid var(--border)}
.seg-badge svg{stroke:var(--navy);flex-shrink:0;width:16px;height:16px;opacity:.6}

/* Desktop layout */
.seg__desktop{display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:stretch;padding-top:0;padding-bottom:0;position:relative;max-width:100%;padding-left:max(1.25rem, calc((100vw - 1120px)/2));padding-right:0;margin:0}
.seg__left{padding:3.5rem 3rem 2rem 0;position:relative;background:var(--bg-white);display:flex;flex-direction:column}
.seg__left > *{position:relative;z-index:1}

/* Product image on left bottom */
.seg__product{margin-top:auto;position:relative;z-index:1;flex:1;display:flex;align-items:flex-end}
.seg__product img{width:100%;max-width:440px;border-radius:var(--radius);opacity:.9;mask-image:linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);-webkit-mask-image:linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%)}

.seg__circle{width:150px;height:150px;border-radius:50%;background:var(--navy);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.375rem;text-align:center;border:2px dashed var(--gold);position:absolute;right:-75px;top:50%;transform:translateY(-50%);z-index:10;box-shadow:0 12px 40px rgba(27,42,74,.3)}
.seg__circle svg{stroke:var(--gold);width:24px;height:24px}
.seg__circle span{font-size:.75rem;line-height:1.3;font-weight:400}
.seg__circle-brand{font-size:.625rem;letter-spacing:.15em;text-transform:uppercase;opacity:.5;margin-top:.125rem}

.seg__right{display:flex;flex-direction:column;gap:5px;padding-left:4.5rem}
.seg-block{position:relative;overflow:hidden;aspect-ratio:16/6;transition:all .4s ease}
.seg-block img{width:100%;height:100%;object-fit:cover;border-radius:0;transition:transform .6s ease}
.seg-block:hover img{transform:scale(1.05)}
.seg-block::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(27,42,74,.25) 0%,transparent 50%);pointer-events:none}
.seg-block__label{position:absolute;top:50%;left:0;transform:translateY(-50%);display:flex;align-items:center;gap:.5rem;background:var(--navy);color:#fff;padding:.5rem 1.125rem .5rem .875rem;border-radius:0 var(--radius-sm) var(--radius-sm) 0;font-size:.8125rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;box-shadow:4px 2px 16px rgba(0,0,0,.25);z-index:1}
.seg-block__label svg{stroke:#fff;flex-shrink:0;opacity:.8}

/* Mobile layout (hidden on desktop) */
.seg__mobile{display:none}

/* Mobile blocks */
.seg__mobile-header{padding:3rem 1.25rem 1.5rem;text-align:center}
.seg__mobile-header .seg__sub{margin-left:auto;margin-right:auto;max-width:100%}
.seg__mobile-header .seg__badges{justify-content:center}
.seg-mblock{display:grid;grid-template-columns:2fr 3fr;min-height:180px;border-bottom:1px solid var(--border)}
.seg-mblock:last-child{border-bottom:none}
.seg-mblock:nth-child(even){direction:rtl}
.seg-mblock:nth-child(even) > *{direction:ltr}
.seg-mblock__copy{padding:1.25rem 1rem;display:flex;flex-direction:column;justify-content:center;gap:.375rem;background:var(--bg-white)}
.seg-mblock__copy svg{stroke:var(--navy);opacity:.5;width:28px;height:28px}
.seg-mblock__copy h3{font-size:.9375rem;color:var(--navy);font-weight:700;line-height:1.3}
.seg-mblock__copy p{font-size:.8125rem;color:var(--text-light);line-height:1.5}
.seg-mblock__img{overflow:hidden;position:relative}
.seg-mblock__img img{width:100%;height:100%;object-fit:cover;border-radius:0}
.seg-mblock__img::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.15) 0%,transparent 30%)}

/* ========== CATALOG ========== */
.catalog{padding:5rem 0;background:var(--bg-light)}
.catalog__grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:3rem}
.catalog-card{background:var(--bg-white);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);position:relative;transition:all var(--transition)}
.catalog-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}
.catalog-card__badge{position:absolute;top:1rem;left:1rem;padding:.25rem .75rem;border-radius:100px;font-size:.75rem;font-weight:700;color:#fff;z-index:1}
.catalog-card__badge--tnt{background:var(--secondary)}
.catalog-card__badge--napa{background:var(--primary)}
.catalog-card img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:0}
.catalog-card h3{padding:1.25rem 1.5rem .5rem;font-size:1.25rem}
.catalog-card ul{padding:0 1.5rem 1rem;display:flex;flex-direction:column;gap:.25rem}
.catalog-card ul li{font-size:.9375rem;color:var(--text-light);padding-left:1.25rem;position:relative}
.catalog-card ul li::before{content:'';position:absolute;left:0;top:.55em;width:6px;height:6px;border-radius:50%;background:var(--primary)}
.catalog-card__sizes{padding:0 1.5rem 1.25rem;font-size:.8125rem;color:var(--text-light);font-weight:700}

.catalog__extras{text-align:center}
.catalog__extras h3{font-size:1.25rem;margin-bottom:1.5rem}
.catalog__extras-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;max-width:640px;margin:0 auto}
.catalog-extra{position:relative;border-radius:var(--radius);overflow:hidden}
.catalog-extra img{width:100%;aspect-ratio:3/2;object-fit:cover;border-radius:0}
.catalog-extra span{position:absolute;bottom:0;left:0;right:0;padding:.75rem;background:linear-gradient(transparent,rgba(0,0,0,.7));color:#fff;font-weight:700;font-size:.9375rem}

/* ========== FACTORY ========== */
.factory{padding:5rem 0;background:var(--navy);color:#fff}
.factory__grid{display:grid;grid-template-columns:1.2fr 1fr;gap:3rem;align-items:center}
.factory__slider{position:relative;border-radius:var(--radius);overflow:hidden}
.factory__slides{position:relative;aspect-ratio:4/3}
.factory__slide{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:0;opacity:0;transition:opacity .8s ease}
.factory__slide--active{opacity:1}
.factory__dots{position:absolute;bottom:.75rem;left:50%;transform:translateX(-50%);display:flex;gap:.5rem;z-index:2}
.factory__dot{width:10px;height:10px;border-radius:50%;border:2px solid #fff;background:transparent;cursor:pointer;padding:0;transition:background var(--transition)}
.factory__dot--active{background:#fff}
.factory__content .section-title{color:#fff}
.factory__content p{color:rgba(255,255,255,.75);font-size:1.0625rem;margin-bottom:2rem;line-height:1.7}
.factory__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
.stat{text-align:center;padding:1.25rem 1rem;background:rgba(255,255,255,.08);border-radius:var(--radius-sm);border:1px solid rgba(255,255,255,.1)}
.stat__number{display:block;font-family:var(--serif);font-size:1.5rem;font-weight:700;color:var(--gold);margin-bottom:.25rem}
.stat__label{font-size:.8125rem;color:rgba(255,255,255,.6)}

/* ========== FEATURES ========== */
.features{padding:5rem 0;background:var(--bg-light)}
.features__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}
.feature-card{background:var(--bg-white);border-radius:var(--radius);padding:2rem;transition:all var(--transition);border:1px solid var(--border);position:relative;overflow:hidden}
.feature-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:3px;background:var(--gold);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}
.feature-card:hover::before{transform:scaleX(1)}
.feature-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:transparent}
.feature-card__icon{width:48px;height:48px;border-radius:50%;background:rgba(27,42,74,.06);display:flex;align-items:center;justify-content:center;margin-bottom:1rem}
.feature-card__icon svg{stroke:var(--navy)}
.feature-card h3{font-size:1.0625rem;margin-bottom:.5rem;color:var(--navy)}
.feature-card p{font-size:.9375rem;color:var(--text-light);line-height:1.6}

/* ========== PROCESS ========== */
.process{padding:5rem 0;background:var(--bg-white)}
.process__grid{display:flex;align-items:flex-start;justify-content:center;gap:0;margin-top:3rem;position:relative}
.process-step{text-align:center;flex:1;max-width:300px;padding:0 1.5rem;position:relative}
.process-step__number{width:60px;height:60px;border-radius:50%;background:var(--navy);color:var(--gold);font-family:var(--serif);font-size:1.75rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;position:relative;z-index:1;border:3px solid var(--bg-white);box-shadow:0 4px 16px rgba(27,42,74,.15)}
.process-step h3{font-size:1.0625rem;margin-bottom:.5rem;color:var(--navy)}
.process-step p{font-size:.9375rem;color:var(--text-light);line-height:1.6}
.process-step__arrow{display:flex;align-items:center;padding-top:1.25rem;color:var(--gold);opacity:.5}

/* ========== FAQ ========== */
.faq{padding:5rem 0;background:var(--bg-light)}
.faq__list{max-width:720px;margin:2rem auto 0}
.faq-item{border-bottom:1px solid var(--border);padding:1.25rem 0}
.faq-item summary{cursor:pointer;font-weight:700;font-size:1.0625rem;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:1rem;color:var(--navy)}
.faq-item summary::after{content:'+';font-size:1.5rem;color:var(--gold);transition:transform var(--transition);flex-shrink:0;font-weight:400}
.faq-item[open] summary::after{transform:rotate(45deg)}
.faq-item p{padding-top:.75rem;color:var(--text-light);font-size:.9375rem;line-height:1.6}

/* ========== CTA FINAL ========== */
.cta-final{padding:5rem 0;background:var(--navy);text-align:center;position:relative;overflow:hidden}
.cta-final::before{content:'';position:absolute;top:-50%;left:-10%;width:120%;height:200%;background:radial-gradient(ellipse at center,rgba(212,164,76,.06) 0%,transparent 70%);pointer-events:none}
.cta-final h2{color:#fff;font-family:var(--serif);font-weight:700;font-size:clamp(1.5rem,4vw,2.5rem);margin-bottom:.75rem;position:relative}
.cta-final p{color:rgba(255,255,255,.7);margin-bottom:2rem;font-size:1.0625rem;position:relative}
.cta-final .btn{position:relative}
.cta-final__note{display:block;margin-top:1rem;font-size:.875rem;color:rgba(255,255,255,.45);position:relative}

/* ========== FOOTER ========== */
.footer{background:var(--secondary);color:var(--text-on-dark);padding:3rem 0 0}
.footer__grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:2rem;padding-bottom:2rem}
.footer__logo{border-radius:var(--radius-sm);background:#fff;padding:.5rem;margin-bottom:1rem;filter:none}
.footer__brand p{font-size:.9375rem;color:var(--text-on-dark);opacity:.8}
.footer h4{font-size:1rem;color:#fff;margin-bottom:.75rem}
.footer a{color:var(--text-on-dark);opacity:.8}
.footer a:hover{color:#fff;opacity:1}
.footer__links ul{display:flex;flex-direction:column;gap:.5rem}
.footer__links li{font-size:.9375rem}
.footer__contact p{font-size:.9375rem;margin-bottom:.5rem}
.footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding:1.25rem 0}
.footer__bottom p{font-size:.8125rem;text-align:center;opacity:.6}

/* ========== WHATSAPP FLOAT ========== */
.whatsapp-float{position:fixed;bottom:1.5rem;right:1.5rem;width:56px;height:56px;border-radius:50%;background:#25d366;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px rgba(37,211,102,.4);z-index:999;transition:all var(--transition)}
.whatsapp-float:hover{transform:scale(1.1);box-shadow:0 6px 24px rgba(37,211,102,.5)}

/* ========== SCROLL ANIMATIONS ========== */
.fade-up{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}
.fade-up.visible{opacity:1;transform:translateY(0)}

/* ========== SCROLL INDICATOR (mobile) ========== */
.scroll-indicator{display:none;justify-content:center;gap:.375rem;padding-top:.5rem}
.scroll-indicator__dot{width:8px;height:8px;border-radius:50%;background:var(--border);transition:background var(--transition)}
.scroll-indicator__dot--active{background:var(--primary)}

/* ========== RESPONSIVE ========== */
@media(max-width:968px){
  .hero-new__content{padding:3rem 1.25rem 6rem;margin-left:0;max-width:100%}
  .hero-new__badges{gap:1.25rem}
  .benefits__bg::after{background:linear-gradient(90deg,rgba(255,255,255,1) 50%,rgba(255,255,255,.9) 65%,rgba(255,255,255,0) 85%)}
  .seg__desktop{display:none}
  .seg__mobile{display:block}
  .seg__circle{display:none}
  .catalog__grid{grid-template-columns:1fr}
  .factory__grid{grid-template-columns:1fr}
  .factory__content{order:-1}
  .factory__content .section-title{text-align:center}
  .features__grid{grid-template-columns:1fr 1fr}
  .footer__grid{grid-template-columns:1fr}
}

@media(max-width:640px){
  section{padding:3.5rem 0}
  .header__logo{width:64px;height:64px}

  /* Hero mobile */
  .hero-new{min-height:100svh}
  .hero-new__overlay{background:linear-gradient(180deg,rgba(27,42,74,.92) 0%,rgba(27,42,74,.7) 40%,rgba(27,42,74,.5) 70%,rgba(0,0,0,.4) 100%)}
  .hero-new__content{padding:2rem 1.25rem 7rem;text-align:left;max-width:100%;margin-left:0}
  .hero-new__title{font-size:2.25rem}
  .hero-new__sub{font-size:1rem}
  .hero-new__badges{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;justify-items:center;margin-bottom:2rem}
  .hero-badge{flex-direction:row;gap:.5rem;background:rgba(255,255,255,.08);padding:.5rem .75rem;border-radius:100px;border:1px solid rgba(255,255,255,.1)}
  .hero-badge svg{width:22px;height:22px}
  .hero-badge span{font-size:.7rem;text-align:left}
  .hero-new__ctas{flex-direction:column;gap:.75rem}
  .hero-new__ctas .btn{width:100%;justify-content:center;padding:.75rem 1.5rem}
  .hero-new__bar-inner{padding:.875rem 0}
  .hero-new__bar-items{flex-wrap:wrap;justify-content:center;gap:.5rem}
  .hero-new__bar-item{border-right:none;padding:0 .75rem;font-size:.75rem}

  /* Benefits mobile */
  .benefits{min-height:auto;flex-direction:column}
  .benefits__bg{position:relative;height:220px}
  .benefits__bg::after{background:linear-gradient(180deg,transparent 50%,rgba(255,255,255,1) 100%)}
  .benefits__content{padding:.5rem 1.25rem 2.5rem;text-align:center;max-width:100%}
  .benefits__title{font-size:1.75rem}
  .benefits__line{margin:0 auto 1.25rem}
  .benefits__badges{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;justify-items:center}
  .benefits__desc{text-align:center;margin:0 auto;font-size:.875rem}

  /* Segments mobile */
  .seg__mobile-header{padding:2.5rem 1.25rem 1.25rem}
  .seg__title{font-size:1.75rem}
  .seg-mblock{min-height:160px}
  .seg-mblock__copy{padding:1rem}
  .seg-mblock__copy h3{font-size:.875rem}

  /* Scroll indicator visible */
  .scroll-indicator{display:flex}

  /* Scroll horizontal */
  .catalog__grid,
  .catalog__extras-grid,
  .features__grid{
    display:flex;overflow-x:auto;scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;gap:1rem;padding-bottom:.25rem;
    scrollbar-width:none
  }
  .catalog__grid::-webkit-scrollbar,
  .catalog__extras-grid::-webkit-scrollbar,
  .features__grid::-webkit-scrollbar{display:none}

  .catalog-card{scroll-snap-align:start;flex-shrink:0;width:80vw}
  .catalog-extra{scroll-snap-align:start;flex-shrink:0;width:72vw}
  .catalog__extras-grid{max-width:none}
  .feature-card{scroll-snap-align:start;flex-shrink:0;width:72vw}
  .features__grid{margin-top:2rem}

  /* Como funciona vertical */
  .process__grid{flex-direction:column;align-items:center;gap:2rem}
  .process-step{max-width:100%;width:100%}
  .process-step__arrow{display:none}

  /* Factory mobile */
  .factory{padding:3.5rem 0}
  .factory__grid{overflow:hidden}
  .factory__content{min-width:0}
  .factory__content .section-title{font-size:1.25rem;overflow-wrap:break-word;word-break:break-word}
  .factory__content p{font-size:.875rem}

  /* Factory stats horizontal */
  .factory__stats{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:1rem;scrollbar-width:none}
  .factory__stats::-webkit-scrollbar{display:none}
  .stat{scroll-snap-align:start;flex-shrink:0;width:40vw;min-width:140px}

  /* CTA final mobile */
  .cta-final{padding:3.5rem 0}
  .cta-final h2{font-size:1.5rem}
}
