:root{--black:#111;--ink:#242424;--gray:#656565;--line:#e5e5e5;--soft:#f6f6f6;--gold:#f4b000;--gold-dark:#d99800;--white:#fff;--shadow:0 20px 60px rgba(0,0,0,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:#fff;overflow-x:hidden}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}.shell{width:min(1220px,calc(100% - 40px));margin:auto}.section-pad{padding:90px 0}.section-mini{padding:30px 0}.header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);border-bottom:1px solid rgba(0,0,0,.06)}.nav-wrap{height:82px;display:flex;align-items:center;gap:36px}.brand img{width:168px;max-height:68px;object-fit:contain}.desktop-nav{display:flex;align-items:center;gap:30px;margin-left:auto}.desktop-nav a{font-size:13px;font-weight:700;position:relative}.desktop-nav a:after{content:"";position:absolute;left:0;bottom:-11px;width:0;height:2px;background:var(--gold);transition:.25s}.desktop-nav a:hover:after{width:100%}.quote-btn,.primary-btn{display:inline-flex;align-items:center;justify-content:center;gap:14px;background:var(--gold);color:#111;font-weight:800;padding:15px 22px;border:1px solid var(--gold);transition:.25s}.quote-btn:hover,.primary-btn:hover{background:#111;color:white;border-color:#111;transform:translateY(-2px)}.secondary-btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;border:1px solid #cfcfcf;background:white;padding:14px 20px;font-size:13px;font-weight:800;transition:.25s}.secondary-btn:hover{border-color:var(--gold);color:var(--gold-dark)}.menu-btn{display:none;margin-left:auto;background:none;border:0;padding:8px}.menu-btn span{display:block;width:26px;height:2px;background:#111;margin:5px}.mobile-nav{display:none}.hero{position:relative;min-height:760px;background:linear-gradient(110deg,#fff 0 53%,#f3f3f3 53% 100%);overflow:hidden}.hero-slice{position:absolute;left:46%;top:0;width:20%;height:100%;background:rgba(255,255,255,.86);clip-path:polygon(0 0,100% 0,34% 100%,0 100%);z-index:1}.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:.86fr 1.14fr;align-items:center;min-height:760px}.hero-copy{padding:48px 0}.kicker{margin:0 0 12px;color:#111;text-transform:uppercase;letter-spacing:.14em;font-weight:800;font-size:12px}.kicker span{color:var(--gold-dark)}h1,h2,h3{font-family:"Barlow Condensed",Arial,sans-serif;text-transform:uppercase;margin:0;color:#151515}h1{font-size:clamp(62px,6vw,98px);line-height:.9;letter-spacing:-.02em}h1 span,h2 span{color:var(--gold)}h2{font-size:clamp(44px,4.5vw,70px);line-height:.95}.hero-text{font-size:20px;line-height:1.55;margin:24px 0 26px;color:#333}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.hero-features{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:38px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.hero-features div{padding:18px 10px;text-align:center;border-right:1px solid var(--line)}.hero-features div:last-child{border-right:0}.hero-features img{width:34px;height:34px;object-fit:contain;margin:0 auto 9px}.hero-features strong{display:block;font-size:10px;text-transform:uppercase;line-height:1.35}.trust-ribbon{display:inline-block;margin-top:20px;padding:10px 22px 10px 38px;background:linear-gradient(90deg,var(--gold),#fff4d7);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.06em;position:relative}.trust-ribbon:before{content:"";position:absolute;left:12px;top:0;width:10px;height:100%;background:#111;transform:skewX(-20deg)}.hero-art{position:relative;height:760px}.truck-mask{position:absolute;inset:0 -70px 0 0;clip-path:polygon(24% 0,100% 0,100% 100%,0 100%);overflow:hidden}.truck-mask img{width:100%;height:100%;object-fit:cover}.parts-float{position:absolute;left:0;bottom:52px;width:48%;filter:drop-shadow(0 18px 28px rgba(0,0,0,.25))}.trust-strip{margin-top:-42px;position:relative;z-index:3}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;box-shadow:var(--shadow);border:1px solid var(--line)}.trust-grid article{display:flex;gap:16px;padding:25px;border-right:1px solid var(--line)}.trust-grid article:last-child{border-right:0}.trust-grid img{width:48px;height:48px;object-fit:contain}.trust-grid h3{font-size:19px;margin-bottom:6px}.trust-grid p{font-size:12px;line-height:1.5;margin:0;color:var(--gray)}.about{background:#fff}.about-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:54px;align-items:center}.about-image{height:480px;clip-path:polygon(0 0,100% 0,82% 100%,0 100%);overflow:hidden}.about-image img{height:100%;width:100%;object-fit:cover}.about-copy p{line-height:1.75;color:#4c4c4c}.about-copy .secondary-btn{margin-top:10px}.about-cards{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.about-cards article,.value-grid article{padding:34px;border:1px solid var(--line);background:white;text-align:center;transition:.25s}.about-cards article:hover,.value-grid article:hover,.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.about-cards img,.value-grid img{width:58px;height:58px;object-fit:contain;margin:0 auto 20px}.about-cards h3,.value-grid h3{font-size:25px}.about-cards p,.value-grid p{font-size:14px;line-height:1.6;color:var(--gray)}.quality-band{background:#fbfbfb;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.quality-head{display:grid;grid-template-columns:.75fr 1.25fr;gap:50px;align-items:center}.quality-head p{line-height:1.75;color:#555}.quality-visual{height:420px;clip-path:polygon(12% 0,100% 0,88% 100%,0 100%);overflow:hidden}.quality-visual img{height:100%;width:100%;object-fit:cover}.process-grid{display:grid;grid-template-columns:repeat(6,1fr);margin-top:34px}.process-grid article{padding:25px 18px;border:1px solid var(--line);border-right:0;background:#fff;position:relative}.process-grid article:last-child{border-right:1px solid var(--line)}.process-grid article:not(:last-child):after{content:"→";position:absolute;right:-8px;top:50%;z-index:2;color:var(--gold);font-size:22px;background:#fff}.process-grid span{display:block;color:var(--gold-dark);font-weight:900;margin-bottom:8px}.process-grid h3{font-size:19px}.logistics{background:#fff}.logistics-grid{display:grid;grid-template-columns:.75fr 1.25fr .75fr;align-items:center;gap:32px}.logistics-copy p{line-height:1.75;color:#555}.logistics-image{height:500px;overflow:hidden;clip-path:polygon(12% 0,100% 0,88% 100%,0 100%)}.logistics-image img{width:100%;height:100%;object-fit:cover}.logistics-list{list-style:none;margin:0;padding:0}.logistics-list li{padding:13px 0 13px 30px;border-bottom:1px solid var(--line);position:relative;font-size:14px}.logistics-list li:before{content:"✓";position:absolute;left:0;color:var(--gold-dark);font-weight:900}.value{background:#f7f7f7}.section-title{max-width:760px;margin-bottom:40px}.section-title>p:last-child{font-size:17px;line-height:1.7;color:#555}.value-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.products{background:#fff}.products-head{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:35px}.products-head h2{font-size:54px;max-width:780px}.product-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.product-card{border:1px solid var(--line);background:white;padding:18px;transition:.25s}.product-img{height:175px;display:flex;align-items:center;justify-content:center;margin-bottom:18px}.product-img img{width:100%;height:100%;object-fit:contain}.product-card h3{font-size:21px;min-height:50px}.product-card ul{padding-left:18px;margin:12px 0 0}.product-card li{font-size:12px;line-height:1.7;color:#606060}.assurance{background:#fafafa;border-top:1px solid var(--line)}.assurance-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.assurance-grid article{display:flex;gap:20px;padding:30px;background:white;border:1px solid var(--line)}.assurance-grid img{width:52px;height:52px;object-fit:contain}.assurance-grid h3{font-size:24px}.assurance-grid p{font-size:13px;line-height:1.6;color:#5f5f5f}.workflow{margin-top:28px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:22px;background:white;border:1px solid var(--line);font-size:13px;font-weight:700}.workflow b{color:var(--gold-dark)}.contact{background:#141414;color:white;position:relative;overflow:hidden}.contact:before{content:"";position:absolute;right:-120px;top:-120px;width:500px;height:500px;border:1px solid #343434;transform:rotate(45deg)}.contact-grid{position:relative;display:grid;grid-template-columns:1fr .8fr;gap:60px;align-items:center}.contact h2{color:white}.contact-copy>p:last-child{font-size:17px;line-height:1.7;color:#d6d6d6}.light{color:var(--gold)}.contact-card{background:white;color:#111;padding:34px}.contact-card>img{width:230px;margin-bottom:22px}.contact-card div{padding:14px 0;border-top:1px solid var(--line)}.contact-card small{display:block;text-transform:uppercase;letter-spacing:.1em;color:#777;font-weight:700;margin-bottom:5px}.contact-card a:not(.primary-btn){font-weight:800}.contact-card .primary-btn{width:100%;margin-top:16px}footer{background:#0a0a0a;color:#aaa;border-top:1px solid #272727}.footer-wrap{min-height:94px;display:flex;align-items:center;justify-content:space-between;gap:25px}.footer-wrap img{width:170px;filter:brightness(1.5)}.footer-wrap p{font-size:12px}.to-top{position:fixed;right:20px;bottom:20px;width:44px;height:44px;border-radius:50%;border:0;background:var(--gold);font-size:20px;font-weight:900;cursor:pointer;opacity:0;pointer-events:none;transition:.25s;z-index:50}.to-top.show{opacity:1;pointer-events:auto}.reveal{opacity:0;transform:translateY(26px);transition:.7s ease}.reveal.in{opacity:1;transform:none}.delay-1{transition-delay:.1s}.delay-2{transition-delay:.2s}.delay-3{transition-delay:.3s}.delay-4{transition-delay:.4s}@media(max-width:1050px){.desktop-nav,.quote-btn{display:none}.menu-btn{display:block}.mobile-nav.open{display:grid;padding:10px 20px 20px;border-top:1px solid var(--line)}.mobile-nav a{padding:12px 0;font-weight:700}.hero-grid,.about-grid,.quality-head,.logistics-grid,.contact-grid{grid-template-columns:1fr}.hero{min-height:auto}.hero-copy{padding-top:85px}.hero-art{height:590px}.trust-grid{grid-template-columns:repeat(2,1fr)}.trust-grid article:nth-child(2){border-right:0}.about-cards,.assurance-grid{grid-template-columns:1fr}.process-grid{grid-template-columns:repeat(3,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)}.value-grid{grid-template-columns:repeat(2,1fr)}.workflow{flex-wrap:wrap;justify-content:center}.logistics-image{order:3}.logistics-list{order:2}}@media(max-width:680px){.shell{width:min(100% - 26px,1220px)}.section-pad{padding:65px 0}.nav-wrap{height:72px}.brand img{width:145px}.hero-grid{display:block}.hero-copy{padding:62px 0 25px}.hero-art{height:470px}.hero-slice{display:none}.truck-mask{inset:0 -20px 0 40px}.parts-float{width:62%;left:0;bottom:20px}.hero-features{grid-template-columns:repeat(2,1fr)}.hero-features div:nth-child(2){border-right:0}.trust-grid,.value-grid,.product-grid{grid-template-columns:1fr}.trust-grid article{border-right:0;border-bottom:1px solid var(--line)}.about-image,.quality-visual,.logistics-image{height:350px}.about-cards{grid-template-columns:1fr}.process-grid{grid-template-columns:1fr 1fr}.process-grid article:nth-child(2n){border-right:1px solid var(--line)}.products-head{align-items:flex-start;flex-direction:column}.workflow{display:grid;grid-template-columns:1fr auto 1fr}.footer-wrap{flex-direction:column;justify-content:center;padding:25px 0;text-align:center}}

/* ===== HOME V2 — closer to approved visual proposal ===== */
.hero-proposal{
  position:relative;
  min-height:790px;
  overflow:hidden;
  background:#fff;
  isolation:isolate;
}
.hero-proposal-bg{
  position:absolute;
  inset:0;
  z-index:-2;
  background:
    linear-gradient(120deg,rgba(255,255,255,1) 0 47%,rgba(255,255,255,.98) 47% 51%,rgba(255,255,255,.14) 51% 100%),
    url('assets/hero-truck.png') center right/cover no-repeat;
}
.hero-proposal:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:linear-gradient(105deg,#fff 0 46%,rgba(255,255,255,.96) 46% 49%,transparent 49% 100%);
  clip-path:polygon(0 0,62% 0,47% 100%,0 100%);
}
.hero-proposal:after{
  content:"";
  position:absolute;
  left:42%;
  top:-6%;
  width:17%;
  height:112%;
  background:rgba(255,255,255,.74);
  transform:skewX(-24deg);
  z-index:-1;
}
.hero-proposal-grid{
  display:grid;
  grid-template-columns:52% 48%;
  min-height:790px;
  align-items:center;
  position:relative;
}
.hero-proposal-copy{
  padding:42px 0 34px;
  position:relative;
  z-index:3;
}
.hero-proposal-logo{
  width:315px;
  max-height:185px;
  object-fit:contain;
  object-position:left center;
  margin-bottom:22px;
}
.hero-proposal-copy h1{
  font-size:clamp(62px,5.6vw,94px);
  line-height:.93;
  letter-spacing:-.025em;
  max-width:660px;
}
.hero-proposal-copy .hero-text{
  margin:24px 0 18px;
  font-size:20px;
  line-height:1.45;
}
.hero-rule{
  display:block;
  width:120px;
  height:3px;
  background:linear-gradient(90deg,var(--gold),transparent);
  margin:25px 0 28px;
}
.hero-proposal-features{
  display:grid;
  grid-template-columns:repeat(4,minmax(90px,1fr));
  max-width:620px;
  border-top:0;
  border-bottom:0;
}
.hero-proposal-features div{
  padding:0 18px 0 0;
  margin-right:18px;
  border-right:1px solid var(--line);
  text-align:left;
}
.hero-proposal-features div:last-child{border-right:0;margin-right:0}
.hero-proposal-features img{
  width:38px;
  height:38px;
  object-fit:contain;
  margin:0 0 10px;
}
.hero-proposal-features strong{
  display:block;
  font-size:10px;
  line-height:1.28;
  letter-spacing:.03em;
  text-transform:uppercase;
}
.proposal-ribbon{
  margin-top:24px;
  min-width:360px;
  padding-left:52px;
}
.hero-proposal-art{
  position:relative;
  height:790px;
  z-index:2;
}
.hero-proposal-truck{
  position:absolute;
  right:-70px;
  top:20px;
  width:112%;
  height:94%;
  object-fit:cover;
  object-position:center;
  filter:drop-shadow(0 24px 35px rgba(0,0,0,.25));
  clip-path:polygon(20% 0,100% 0,100% 100%,0 100%);
}
.hero-proposal-parts{
  position:absolute;
  left:-21%;
  bottom:20px;
  width:58%;
  z-index:4;
  filter:drop-shadow(0 18px 22px rgba(0,0,0,.24));
}
.header{
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(14px);
}
.header .brand img{width:175px}
@media(max-width:1050px){
  .hero-proposal-grid{grid-template-columns:1fr;min-height:auto}
  .hero-proposal{min-height:auto}
  .hero-proposal-bg{opacity:.18}
  .hero-proposal:before{clip-path:none;background:#fff}
  .hero-proposal:after{display:none}
  .hero-proposal-copy{padding:95px 0 35px}
  .hero-proposal-art{height:560px}
  .hero-proposal-truck{right:-20px;width:100%;height:100%;clip-path:polygon(10% 0,100% 0,100% 100%,0 100%)}
  .hero-proposal-parts{left:2%;width:46%}
}
@media(max-width:680px){
  .hero-proposal-logo{width:245px;margin-bottom:10px}
  .hero-proposal-copy h1{font-size:56px}
  .hero-proposal-copy .hero-text{font-size:17px}
  .hero-proposal-features{grid-template-columns:repeat(2,1fr);gap:20px 0}
  .hero-proposal-features div:nth-child(2){border-right:0}
  .proposal-ribbon{min-width:0;width:100%;font-size:10px}
  .hero-proposal-art{height:460px}
  .hero-proposal-truck{right:-30px;width:116%;height:100%}
  .hero-proposal-parts{width:60%;left:-2%;bottom:8px}
}
.hero-home {
  position: relative;
  width: 100%;
  min-height: 760px;
  overflow: hidden;
  background: #ffffff;
}

.hero-home__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.hero-home__overlay {
  position: relative;
  z-index: 2;
  min-height: 760px;
  display: flex;
  align-items: center;
  padding: 80px 6%;
}

.hero-home__content {
  width: min(590px, 47%);
}

.hero-home__content h1 {
  margin: 0;
  color: #111111;
  font-size: clamp(54px, 5.2vw, 88px);
  line-height: 0.96;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.04em;
}

.hero-home__content h1 span {
  color: #f2b300;
}

.hero-home__content p {
  margin: 28px 0 0;
  color: #2b2b2b;
  font-size: 20px;
  line-height: 1.6;
}

.hero-home__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.hero-home__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  background: #111111;
  border: 1px solid #111111;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  transition:
    transform 0.25s ease,
    background-color 0.25s ease,
    color 0.25s ease;
}

.hero-home__button:hover {
  transform: translateY(-3px);
  background: #f2b300;
  border-color: #f2b300;
  color: #111111;
}

.hero-home__button--outline {
  background: rgba(255, 255, 255, 0.88);
  color: #111111;
  border-color: #bfbfbf;
  backdrop-filter: blur(8px);
}

.hero-home__button--outline:hover {
  background: #ffffff;
  border-color: #111111;
}

@media (max-width: 900px) {
  .hero-home {
    min-height: 680px;
  }

  .hero-home__image {
    object-position: 58% center;
  }

  .hero-home__overlay {
    min-height: 680px;
    align-items: flex-end;
    padding: 60px 28px;
    background:
      linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.96) 0%,
        rgba(255, 255, 255, 0.84) 48%,
        rgba(255, 255, 255, 0.08) 100%
      );
  }

  .hero-home__content {
    width: min(580px, 78%);
  }
}

@media (max-width: 600px) {
  .hero-home {
    min-height: 720px;
  }

  .hero-home__image {
    object-position: 68% center;
  }

  .hero-home__overlay {
    min-height: 720px;
    padding: 40px 20px;
    align-items: flex-end;
    background:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.06) 0%,
        rgba(255, 255, 255, 0.78) 55%,
        rgba(255, 255, 255, 0.98) 100%
      );
  }

  .hero-home__content {
    width: 100%;
  }

  .hero-home__content h1 {
    font-size: 48px;
  }

  .hero-home__content p {
    font-size: 17px;
  }

  .hero-home__actions {
    flex-direction: column;
  }

  .hero-home__button {
    width: 100%;
  }
}
/* ===== CATALOG PAGE ===== */
.desktop-nav a[aria-current="page"]::after{width:100%}
.catalog-hero{position:relative;overflow:hidden;background:linear-gradient(112deg,#fff 0 52%,#f5f5f5 52% 100%);border-bottom:1px solid var(--line)}
.catalog-hero::before{content:"";position:absolute;left:48%;top:-10%;width:13%;height:120%;background:rgba(255,255,255,.92);transform:skewX(-20deg);z-index:1}
.catalog-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:.9fr 1.1fr;min-height:620px;align-items:center;gap:50px}
.catalog-hero-copy{padding:80px 0}.catalog-hero-copy h1{font-size:clamp(58px,6vw,94px);max-width:650px}.catalog-hero-copy>p:last-of-type{max-width:620px;font-size:18px;line-height:1.7;color:#4f4f4f}.catalog-hero-art{height:620px;overflow:hidden;clip-path:polygon(20% 0,100% 0,100% 100%,0 100%)}.catalog-hero-art img{width:100%;height:100%;object-fit:cover}
.catalog-brands{background:#fff}.brand-application-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.brand-application{position:relative;min-height:210px;padding:34px;border:1px solid var(--line);background:#fff;overflow:hidden;transition:.25s}.brand-application::after{content:"";position:absolute;right:-52px;bottom:-74px;width:170px;height:170px;border:1px solid #ededed;transform:rotate(45deg)}.brand-application:hover{transform:translateY(-6px);box-shadow:var(--shadow);border-color:#d8d8d8}.brand-application span{display:block;color:var(--gold-dark);font-weight:900;font-size:13px;letter-spacing:.12em;margin-bottom:24px}.brand-application h3{font-size:32px;margin-bottom:12px}.brand-application p{position:relative;z-index:2;margin:0;color:var(--gray);line-height:1.6;font-size:14px}.catalog-disclaimer{margin-top:34px;padding:28px 32px;border-left:4px solid var(--gold);background:var(--soft)}.catalog-disclaimer h3{font-size:24px;margin-bottom:8px}.catalog-disclaimer p{margin:0;color:#5b5b5b;line-height:1.7;font-size:14px}
.catalog-cta{background:#151515;color:#fff;position:relative;overflow:hidden}.catalog-cta::after{content:"";position:absolute;right:-130px;top:-130px;width:430px;height:430px;border:1px solid #343434;transform:rotate(45deg)}.catalog-cta-inner{position:relative;z-index:2;display:grid;grid-template-columns:1.2fr .8fr;gap:50px;align-items:center}.catalog-cta h2{color:#fff}.catalog-cta p{color:#d5d5d5;line-height:1.7}.catalog-cta-actions{display:flex;justify-content:flex-end;gap:12px;flex-wrap:wrap}.catalog-whatsapp{background:transparent;color:#fff;border-color:#666}.catalog-whatsapp:hover{background:#fff;color:#111}
@media(max-width:1050px){.catalog-hero-grid,.catalog-cta-inner{grid-template-columns:1fr}.catalog-hero::before{display:none}.catalog-hero-art{height:500px;clip-path:polygon(8% 0,100% 0,100% 100%,0 100%)}.brand-application-grid{grid-template-columns:repeat(2,1fr)}.catalog-cta-actions{justify-content:flex-start}}
@media(max-width:680px){.catalog-hero-copy{padding:65px 0 30px}.catalog-hero-art{height:390px}.brand-application-grid{grid-template-columns:1fr}.catalog-cta-actions{display:grid}.catalog-cta-actions a{width:100%}}
.workflow-section {
  margin-top: 45px;
}

.workflow-title {
  margin-bottom: 32px;
  text-align: center;
  font-size: 32px;
}

.workflow-title span {
  color: var(--gold);
}

.workflow-steps {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.workflow-step {
  flex: 1;
  min-width: 120px;
  text-align: center;
}

.workflow-icon-box {
  width: 92px;
  height: 92px;
  margin: 0 auto 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid var(--line);
}

.workflow-icon-box img {
  display: block;
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.workflow-step small {
  display: block;
  margin-bottom: 7px;
  color: #666666;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.workflow-step strong {
  display: block;
  color: #242424;
  font-size: 15px;
}

.workflow-arrow {
  flex: 0 0 auto;
  color: var(--gold-dark);
  font-size: 24px;
  font-weight: 900;
}

@media (max-width: 900px) {
  .workflow-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .workflow-arrow {
    display: none;
  }
}

@media (max-width: 600px) {
  .workflow-steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 14px;
  }

  .workflow-icon-box {
    width: 82px;
    height: 82px;
  }

  .workflow-icon-box img {
    width: 50px;
    height: 50px;
  }
}

/* =========================================================
   AJUSTE FINAL HOME-HERO
   Muestra home-hero.png completa, sin recorte ni ampliación.
   Este bloque debe permanecer al final del archivo CSS.
   ========================================================= */

.hero-home {
  position: relative;
  width: 100%;
  min-height: 0 !important;
  height: auto;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #ffffff;
}

.hero-home__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain !important;
  object-position: center center !important;
  transform: none !important;
  background: #ffffff;
}

.hero-home__overlay {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  min-height: 0 !important;
  display: flex;
  align-items: center;
  padding: 5vw 6%;
}

/* Tableta: conserva la imagen completa */
@media (max-width: 900px) {
  .hero-home {
    min-height: 0 !important;
    aspect-ratio: 16 / 9;
  }

  .hero-home__image {
    object-fit: contain !important;
    object-position: center center !important;
  }

  .hero-home__overlay {
    min-height: 0 !important;
    height: 100%;
    padding: 34px 28px;
    align-items: center;
  }

  .hero-home__content {
    width: min(520px, 56%);
  }
}

/* Celular: mantiene la imagen completa y reduce el contenido */
@media (max-width: 600px) {
  .hero-home {
    min-height: 0 !important;
    aspect-ratio: 16 / 9;
  }

  .hero-home__image {
    object-fit: contain !important;
    object-position: center center !important;
  }

  .hero-home__overlay {
    min-height: 0 !important;
    height: 100%;
    padding: 18px 16px;
    align-items: center;
    background: none;
  }

  .hero-home__content {
    width: 48%;
  }

  .hero-home__content h1 {
    font-size: clamp(20px, 5.8vw, 34px);
  }

  .hero-home__content p {
    margin-top: 10px;
    font-size: 11px;
    line-height: 1.35;
  }

  .hero-home__actions {
    margin-top: 12px;
    gap: 8px;
  }

  .hero-home__button {
    min-height: 34px;
    width: auto;
    padding: 0 10px;
    font-size: 8px;
  }
}

/* =========================================================
   QUALITY BY DESIGN — IMAGEN COMPLETA + SECUENCIA VISUAL 01–06
   Mantener este bloque al final del archivo.
   ========================================================= */

.quality-visual {
  height: auto !important;
  min-height: 360px;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  clip-path: polygon(7% 0, 100% 0, 93% 100%, 0 100%);
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quality-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain !important;
  object-position: center center !important;
  background: #ffffff;
}

.process-grid-visual article {
  min-height: 192px;
  padding: 22px 14px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.process-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid var(--line);
  position: relative;
}

.process-icon::after {
  content: "";
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 22px;
  height: 3px;
  background: var(--gold);
}

.process-icon img {
  width: 44px;
  height: 44px;
  display: block;
  object-fit: contain;
}

.process-grid-visual span {
  margin-bottom: 6px;
  color: var(--gold-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
}

.process-grid-visual h3 {
  font-size: 18px;
  line-height: 1.15;
}

.process-grid-visual article:not(:last-child)::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: -12px;
  z-index: 3;
  width: 24px;
  height: 24px;
  line-height: 21px;
  text-align: center;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid var(--line);
  color: var(--gold-dark);
  font-size: 17px;
  font-weight: 900;
}

@media (max-width: 1050px) {
  .quality-visual {
    min-height: 320px;
    aspect-ratio: 16 / 9;
    clip-path: polygon(4% 0, 100% 0, 96% 100%, 0 100%);
  }

  .process-grid-visual article {
    min-height: 178px;
  }

  .process-grid-visual article:nth-child(3n)::after {
    display: none;
  }
}

@media (max-width: 680px) {
  .quality-visual {
    min-height: 0;
    height: auto !important;
    aspect-ratio: 16 / 10;
    clip-path: none;
  }

  .process-grid-visual {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .process-grid-visual article {
    min-height: 160px;
    border: 1px solid var(--line) !important;
  }

  .process-grid-visual article::after {
    display: none !important;
  }

  .process-icon {
    width: 60px;
    height: 60px;
  }

  .process-icon img {
    width: 38px;
    height: 38px;
  }
}


/* ===== Floating WhatsApp shortcut ===== */
.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 78px;
  z-index: 60;
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #25d366;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .24);
  text-decoration: none;
  transition: transform .22s ease, box-shadow .22s ease;
}

.whatsapp-float img {
  display: block;
  width: 62px;
  height: 62px;
}

.whatsapp-float::after {
  content: "WhatsApp";
  position: absolute;
  right: 72px;
  top: 50%;
  transform: translateY(-50%) translateX(8px);
  padding: 8px 11px;
  border-radius: 6px;
  background: #111;
  color: #fff;
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
}

.whatsapp-float:hover,
.whatsapp-float:focus-visible {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 14px 34px rgba(0, 0, 0, .30);
  outline: none;
}

.whatsapp-float:hover::after,
.whatsapp-float:focus-visible::after {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

@media (max-width: 680px) {
  .whatsapp-float {
    right: 14px;
    bottom: 72px;
    width: 56px;
    height: 56px;
  }

  .whatsapp-float img {
    width: 56px;
    height: 56px;
  }

  .whatsapp-float::after {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .whatsapp-float,
  .whatsapp-float::after {
    transition: none;
  }
}


/* =========================================================
   MOBILE POLISH - WhatsApp + End-to-End Workflow
   Version 20260710-4
   ========================================================= */

/* Keep the WhatsApp shortcut reliably floating above all content. */
.whatsapp-float {
  position: fixed !important;
  inset: auto max(18px, env(safe-area-inset-right)) max(20px, env(safe-area-inset-bottom)) auto !important;
  z-index: 9999 !important;
  width: 60px;
  height: 60px;
  display: grid !important;
  place-items: center;
  overflow: visible;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #25d366;
  box-shadow: 0 10px 28px rgba(0,0,0,.28);
  line-height: 0;
  -webkit-tap-highlight-color: transparent;
  transform: translateZ(0);
}

.whatsapp-float img {
  width: 54px;
  height: 54px;
  max-width: none;
  border-radius: 50%;
}

/* Put the back-to-top control above WhatsApp instead of underneath it. */
.to-top {
  right: 26px;
  bottom: 96px;
  z-index: 9998;
}

/* Slightly more refined workflow on desktop. */
.workflow-icon-box {
  width: 80px;
  height: 80px;
  border-radius: 14px;
  background: linear-gradient(180deg,#fff,#fafafa);
  box-shadow: 0 8px 22px rgba(0,0,0,.055);
}

.workflow-icon-box img {
  width: 44px;
  height: 44px;
}

@media (max-width: 680px) {
  .whatsapp-float {
    inset: auto max(16px, env(safe-area-inset-right)) max(18px, env(safe-area-inset-bottom)) auto !important;
    width: 58px !important;
    height: 58px !important;
  }

  .whatsapp-float img {
    width: 52px !important;
    height: 52px !important;
  }

  .to-top {
    right: max(23px, env(safe-area-inset-right));
    bottom: calc(88px + env(safe-area-inset-bottom));
    width: 40px;
    height: 40px;
  }

  .workflow-section {
    margin-top: 32px;
  }

  .workflow-title {
    max-width: 320px;
    margin: 0 auto 20px;
    font-size: 28px;
    line-height: 1;
  }

  /* Compact vertical sequence: smaller icons and a clear reading order. */
  .workflow-steps {
    display: flex !important;
    flex-direction: column;
    width: min(100%, 430px);
    margin: 0 auto;
    gap: 12px;
  }

  .workflow-step {
    position: relative;
    display: grid;
    grid-template-columns: 52px 34px minmax(0,1fr);
    align-items: center;
    width: 100%;
    min-width: 0;
    min-height: 72px;
    padding: 9px 13px 9px 9px;
    border: 1px solid var(--line);
    border-radius: 13px;
    background: #fff;
    text-align: left;
    box-shadow: 0 7px 20px rgba(0,0,0,.045);
  }

  .workflow-step:not(:last-of-type)::after {
    content: "↓";
    position: absolute;
    left: 26px;
    bottom: -18px;
    z-index: 2;
    width: 22px;
    height: 22px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #fff;
    color: var(--gold-dark);
    font-size: 15px;
    font-weight: 900;
  }

  .workflow-icon-box {
    grid-column: 1;
    width: 48px !important;
    height: 48px !important;
    margin: 0 !important;
    border: 0;
    border-radius: 11px;
    background: #f6f6f6;
    box-shadow: none;
  }

  .workflow-icon-box img {
    width: 29px !important;
    height: 29px !important;
  }

  .workflow-step small {
    grid-column: 2;
    width: 27px;
    height: 27px;
    margin: 0;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #fff4d2;
    color: #8a6100;
    font-size: 10px;
    letter-spacing: 0;
  }

  .workflow-step strong {
    grid-column: 3;
    padding-left: 5px;
    font-size: 15px;
    line-height: 1.15;
  }

  .workflow-arrow {
    display: none !important;
  }
}
