

:root {
  --green: #003c33;
  --green-2: #075447;
  --yellow: #ffc900;
  --cream: #fff9e9;
  --paper: #f8f2df;
  --ink: #082f2a;
  --muted: #5d6b65;
  --line: rgba(0, 60, 51, 0.15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-size: 17px;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--yellow); color: var(--green); }

.site-header {
  position: fixed;
  z-index: 50;
  top: 16px;
  left: 50%;
  width: min(1180px, calc(100% - 32px));
  height: 76px;
  padding: 8px 10px 8px 18px;
  display: grid;
  grid-template-columns: 210px 1fr auto;
  align-items: center;
  gap: 24px;
  transform: translateX(-50%);
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 22px;
  background: rgba(255, 253, 244, .9);
  box-shadow: 0 12px 50px rgba(0, 60, 51, .12);
  backdrop-filter: blur(16px);
}
.brand-crop, .footer-logo-crop {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}
.brand-crop {
  width: 150px;
  height: 56px;
  padding: 3px 5px;
}
.brand-crop img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.desktop-nav { display: flex; justify-content: center; gap: 28px; font-size: 15px; font-weight: 650; }
.desktop-nav a { position: relative; padding: 12px 0; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; bottom: 7px; width: 100%; height: 2px; background: var(--yellow); transform: scaleX(0); transition: transform .25s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 8px; }
.header-cta, .header-commercial, .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 14px;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.header-cta { background: var(--green); color: white; }
.header-commercial { border: 1px solid rgba(0,60,51,.14); background: var(--yellow); color: var(--green); }
.header-cta:hover, .header-commercial:hover, .button:hover, .market-button:hover { transform: translateY(-2px); }

.hero {
  position: relative;
  min-height: 830px;
  padding: 132px max(5vw, 24px) 72px;
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(460px, .84fr);
  align-items: center;
  gap: clamp(50px, 7vw, 120px);
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 34%, rgba(255,201,0,.20), transparent 25%),
    radial-gradient(circle at 92% 12%, rgba(0,60,51,.06), transparent 22%),
    linear-gradient(120deg, #fffdf6 0%, #fff8dc 100%);
}
.hero::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  left: -360px;
  bottom: -330px;
  border: 90px solid rgba(0,60,51,.06);
  border-radius: 50%;
  z-index: 0;
}
.hero-copy { position: relative; z-index: 2; max-width: 720px; justify-self: end; }
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  color: var(--green-2);
  font-size: 14px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.eyebrow > span { width: 30px; height: 3px; border-radius: 4px; background: var(--yellow); }
h1, h2, h3, p { margin-top: 0; }
h1 {
  max-width: 700px;
  margin-bottom: 28px;
  font-size: clamp(55px, 6vw, 92px);
  line-height: .94;
  letter-spacing: -.062em;
  font-weight: 850;
  text-wrap: balance;
}
.hero-lede, .section-lede {
  max-width: 610px;
  color: var(--muted);
  font-size: clamp(18px, 1.55vw, 22px);
  line-height: 1.55;
}
.hero-lede { margin-bottom: 34px; }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.button-primary { background: var(--yellow); color: var(--green); box-shadow: 0 12px 30px rgba(190, 143, 0, .22); }
.text-link { display: inline-flex; align-items: center; gap: 8px; padding: 10px 0; border-bottom: 1px solid currentColor; font-weight: 750; }
.trust-note { display: flex; align-items: center; gap: 12px; margin-top: 54px; }
.trust-note p { margin: 0; color: #62716b; font-size: 13px; line-height: 1.45; text-transform: uppercase; letter-spacing: .06em; }
.trust-note strong { color: var(--green); }
.trust-seal {
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  overflow: hidden;
  border: 0;
  color: transparent;
  font-size: 0;
  background: url("../brand/icons/industria-argentina.png") center / contain no-repeat;
}

.hero-visual {
  position: relative;
  z-index: 2;
  width: min(100%, 600px);
  height: 640px;
  justify-self: start;
  border-radius: 260px 260px 32px 32px;
  background: var(--yellow);
  box-shadow: 0 30px 70px rgba(74,54,0,.22);
}
.hero-visual::before { content: ""; position: absolute; z-index: 0; inset: -26px -24px 24px 24px; border: 2px solid var(--green); border-radius: inherit; }
.hero-slides { position: absolute; z-index: 1; inset: 0; overflow: hidden; border-radius: inherit; background: #ead184; }
.hero-slide { position: absolute; inset: 0; opacity: 0; pointer-events: none; transition: opacity .7s ease; }
.hero-slide::after { content: ""; position: absolute; z-index: 2; inset: 45% 0 0; background: linear-gradient(180deg, transparent, rgba(0,35,30,.22)); pointer-events: none; }
.hero-slide.is-active { z-index: 2; opacity: 1; pointer-events: auto; }
.hero-photo { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 54%; border-radius: inherit; transform: scale(1); transition: transform 6s ease; }
.hero-slide.is-active .hero-photo { transform: scale(1.035); }
.hero-slide:nth-child(2) .hero-photo { object-position: 50% 50%; }
.hero-slide:nth-child(3) .hero-photo { object-position: 50% 50%; }
.slide-copy, .slide-brand-card { position: absolute; z-index: 4; right: 24px; bottom: 78px; width: min(310px, calc(100% - 48px)); padding: 18px 20px; border-radius: 18px; box-shadow: 0 16px 38px rgba(0,45,38,.26); }
.slide-copy { background: rgba(0,60,51,.94); color: white; }
.slide-copy small, .slide-brand-card > span { display: block; margin-bottom: 7px; color: var(--yellow); font-size: 11px; font-weight: 850; letter-spacing: .1em; line-height: 1.25; text-transform: uppercase; }
.slide-copy strong, .slide-brand-card strong { display: block; font-size: 22px; line-height: 1.16; text-wrap: balance; }
.slide-brand-card { background: rgba(255,253,244,.94); color: var(--green); backdrop-filter: blur(10px); }
.slide-brand-card > span { margin-top: 12px; color: var(--green-2); }
.slide-logo { width: 190px; height: 78px; object-fit: contain; object-position: left center; }
.slider-arrow { position: absolute; z-index: 7; bottom: 20px; width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: rgba(0,60,51,.9); color: white; font: 700 30px/1 Arial,sans-serif; cursor: pointer; box-shadow: 0 9px 24px rgba(0,35,30,.24); transition: transform .2s ease, background .2s ease; }
.slider-arrow:hover, .slider-arrow:focus-visible { background: var(--yellow); color: var(--green); transform: translateY(-2px); }
.slider-prev { left: 20px; }
.slider-next { right: 20px; }
.slider-dots { position: absolute; z-index: 7; left: 50%; bottom: 34px; display: flex; align-items: center; gap: 8px; transform: translateX(-50%); }
.slider-dots button { width: 9px; height: 9px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.62); cursor: pointer; box-shadow: 0 0 0 1px rgba(0,60,51,.15); transition: width .2s ease, background .2s ease; }
.slider-dots button.is-active { width: 26px; border-radius: 9px; background: var(--yellow); }
.sun-badge {
  position: absolute;
  z-index: 3;
  top: 52px;
  left: -68px;
  width: 142px;
  height: 142px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 8px solid var(--cream);
  border-radius: 50%;
  background: var(--yellow);
  color: var(--green);
  transform: rotate(-8deg);
  text-align: center;
  box-shadow: 0 15px 30px rgba(0,0,0,.13);
}
.sun-badge strong { font-size: 32px; line-height: 1; }
.sun-badge span { margin-top: 5px; font-size: 11px; font-weight: 850; line-height: 1.1; text-transform: uppercase; }
.sun-badge span::after { content: "Alto oleico"; display: block; margin-top: 3px; font-size: 8px; letter-spacing: .04em; }
.hero-caption {
  position: absolute;
  z-index: 4;
  right: -24px;
  bottom: 24px;
  max-width: 270px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 16px;
  background: var(--green);
  color: white;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  box-shadow: 0 15px 35px rgba(0,60,51,.28);
}
.hero-caption span { color: var(--yellow); font-size: 22px; }

.quick-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--green);
  color: white;
}
.quick-facts > div { min-height: 116px; padding: 22px clamp(18px,3vw,48px); display: flex; align-items: center; gap: 16px; border-right: 1px solid rgba(255,255,255,.14); }
.quick-facts > div:last-child { border: 0; }
.fact-icon {
  flex: 0 0 60px;
  display: block;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border: 0;
  color: transparent;
  font-size: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.quick-facts > div:nth-child(1) .fact-icon { background-image: url("../brand/icons/mezcla-50-50.png"); }
.quick-facts > div:nth-child(2) .fact-icon { background-image: url("../brand/icons/presentacion-900ml.png"); }
.quick-facts > div:nth-child(3) .fact-icon { background-image: url("../brand/icons/vitamina-e-omegas.png"); }
.quick-facts > div:nth-child(4) .fact-icon { background-image: url("../brand/icons/sin-gluten.png"); }
.quick-facts p { margin: 0; line-height: 1.15; }
.quick-facts strong { display: block; font-size: 15px; }
.quick-facts small { display: block; margin-top: 6px; color: rgba(255,255,255,.7); font-size: 12px; }

.section { padding: clamp(88px, 9vw, 150px) max(5vw, 24px); }
.product-section {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(340px,.82fr) minmax(0,1.18fr);
  gap: clamp(55px,7vw,110px);
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 5% 18%, rgba(255,201,0,.18), transparent 23%),
    radial-gradient(circle at 95% 85%, rgba(0,60,51,.07), transparent 26%),
    #fffdf6;
}
.product-section::after { content: ""; position: absolute; z-index: -1; right: -120px; bottom: -170px; width: 380px; height: 380px; border: 70px solid rgba(255,201,0,.12); border-radius: 50%; }
.product-image-wrap { position: relative; width: min(100%, 500px); justify-self: end; }
.product-image-wrap::before { content: ""; position: absolute; inset: 28px -24px -24px 28px; border-radius: 34px; background: var(--yellow); }
.product-image-wrap img { position: relative; z-index: 1; width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; object-position: center; border-radius: 34px; box-shadow: 0 28px 70px rgba(0,60,51,.18); }
.image-sticker { position: absolute; z-index: 2; right: -32px; top: 34px; padding: 16px 20px; border-radius: 16px; background: var(--green); color: white; font-size: 11px; line-height: 1.3; transform: rotate(3deg); box-shadow: 0 16px 30px rgba(0,60,51,.2); }
.image-sticker small { color: rgba(255,255,255,.74); font-size: 10px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.image-sticker strong { color: var(--yellow); font-size: 15px; }
.product-copy { max-width: 770px; }
h2 { margin-bottom: 26px; font-size: clamp(43px, 4.8vw, 70px); line-height: 1; letter-spacing: -.05em; text-wrap: balance; }
.benefit-grid { margin-top: 46px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.benefit { min-height: 154px; padding: 22px; display: grid; grid-template-columns: 52px 1fr; gap: 14px; border: 1px solid rgba(0,60,51,.09); border-radius: 20px; background: rgba(255,255,255,.72); box-shadow: 0 12px 30px rgba(0,60,51,.055); }
.benefit-marks { display: flex; align-items: center; justify-content: center; align-self: start; }
.benefit-icon {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 46px;
  color: transparent;
  font-size: 0;
}
.benefit-icon-5050 { background-image: url("../brand/icons/mezcla-50-50.png"); }
.benefit-icon-vitaminas { background-image: url("../brand/icons/vitamina-e-omegas.png"); }
.benefit-icon-900ml { background-image: url("../brand/icons/presentacion-900ml.png"); }
.benefit-icon-singluten { background-image: url("../brand/icons/sin-gluten.png"); }
.benefit h3 { margin-bottom: 8px; font-size: 17px; letter-spacing: -.02em; }
.benefit p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.58; }
.label-note { color: #77837e; font-size: 12px; }

.journey-strip { padding: 27px max(5vw,24px); display: flex; align-items: center; justify-content: center; gap: clamp(28px,5vw,80px); background: var(--yellow); color: var(--green); }
.journey-strip > p { margin: 0; font-size: 13px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.journey-track { display: flex; align-items: center; gap: clamp(15px,2.4vw,36px); }
.journey-track span { display: inline-flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 800; white-space: nowrap; }
.journey-track b { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid rgba(0,60,51,.34); border-radius: 50%; font-size: 9px; }
.journey-track i { font-style: normal; opacity: .48; }

.process-section { position: relative; padding: clamp(90px,10vw,150px) max(5vw,24px); overflow: hidden; background: linear-gradient(145deg, #003c33 0%, #064d41 100%); color: white; }
.process-section::after { content: "CAMPOS"; position: absolute; right: -30px; bottom: -53px; color: rgba(255,255,255,.035); font-size: 230px; line-height: .8; font-weight: 900; letter-spacing: -.08em; }
.section-head { max-width: 780px; margin: 0 auto 70px; text-align: center; }
.section-head .eyebrow { justify-content: center; }
.section-head.light p { color: rgba(255,255,255,.72); }
.section-head.light .eyebrow { color: var(--yellow); }
.process-list { position: relative; z-index: 2; max-width: 1320px; margin: 0 auto; padding: 0; display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; list-style: none; }
.process-list::before { content: ""; position: absolute; z-index: -1; top: 174px; left: 8%; right: 8%; height: 2px; background: linear-gradient(90deg, transparent, rgba(255,201,0,.52) 10%, rgba(255,201,0,.52) 90%, transparent); }
.process-list li { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; background: #fffaf0; color: var(--green); box-shadow: 0 22px 45px rgba(0,22,18,.22); transition: transform .25s ease, box-shadow .25s ease; }
.process-list li:hover { transform: translateY(-7px); box-shadow: 0 30px 56px rgba(0,22,18,.29); }
.process-media { position: relative; height: 310px; overflow: hidden; background: #e8dcbf; }
.process-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(0,45,38,.38)); pointer-events: none; }
.process-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .5s ease; }
.process-list li:hover .process-media img { transform: scale(1.035); }
.process-media > span { position: absolute; z-index: 2; left: 18px; bottom: 16px; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--yellow); color: var(--green); font-size: 11px; font-weight: 900; box-shadow: 0 7px 20px rgba(0,0,0,.18); }
.process-card-copy { min-height: 178px; padding: 25px 24px 27px; }
.process-list h3 { margin-bottom: 11px; font-size: 23px; }
.process-list p { margin: 0; color: #66756f; font-size: 16px; line-height: 1.65; }

.presentation { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: clamp(50px,9vw,140px); background: radial-gradient(circle at 8% 82%, rgba(255,201,0,.17), transparent 22%), var(--paper); }
.presentation-copy { max-width: 640px; justify-self: end; }
.check-list { margin: 36px 0 38px; padding: 0; list-style: none; }
.check-list li { padding: 14px 0; display: flex; gap: 12px; border-bottom: 1px solid var(--line); color: #38544d; font-size: 16px; }
.check-list li span { display: grid; place-items: center; flex: 0 0 22px; width: 22px; height: 22px; border-radius: 50%; background: var(--yellow); color: var(--green); font-size: 12px; font-weight: 900; }
.button-dark { background: var(--green); color: white; box-shadow: 0 14px 32px rgba(0,60,51,.2); }
.presentation-image { position: relative; height: 720px; overflow: hidden; border-radius: 240px 240px 24px 24px; }
.presentation-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 52%; }
.volume-card { position: absolute; right: 18px; bottom: 18px; min-width: 180px; padding: 24px; border-radius: 18px; background: var(--yellow); color: var(--green); box-shadow: 0 14px 34px rgba(0,0,0,.18); }
.volume-card strong { font-size: 48px; line-height: 1; letter-spacing: -.05em; }
.volume-card > span { margin-left: 6px; font-size: 18px; font-weight: 850; }
.volume-card small { display: block; margin-top: 7px; font-size: 11px; font-weight: 750; text-transform: uppercase; letter-spacing: .11em; }

.made-by { position: relative; min-height: 470px; padding: 90px max(6vw,28px); display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 90px; overflow: hidden; background: #e8ad00; color: var(--green); }
.made-by .eyebrow > span { background: var(--green); }
.made-by h2 { margin: 0; }
.made-by-copy { position: relative; z-index: 2; max-width: 580px; }
.made-by-copy p { font-size: 18px; line-height: 1.7; }
.light-link { margin-top: 18px; }
.made-by-mark { position: absolute; right: -28px; bottom: -88px; color: rgba(255,255,255,.28); font-size: 360px; line-height: 1; font-weight: 900; letter-spacing: -.11em; }

.faq-section { background: radial-gradient(circle at 93% 12%, rgba(255,201,0,.13), transparent 21%), #fffdf7; }
.faq-list { max-width: 1000px; margin: 0 auto; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 26px 0; display: grid; grid-template-columns: 54px 1fr 30px; align-items: center; gap: 16px; cursor: pointer; list-style: none; font-size: 18px; font-weight: 750; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary > span { color: #9b7b13; font-size: 11px; font-weight: 800; }
.faq-list summary b { color: var(--green); font-size: 22px; transition: transform .2s ease; }
.faq-list details[open] summary b { transform: rotate(45deg); }
.faq-list details > p { max-width: 750px; margin: -8px 50px 28px 70px; color: var(--muted); line-height: 1.7; }

.buy-section { padding: 0 max(5vw,24px) 42px; background: #fffdf7; }
.buy-card { position: relative; isolation: isolate; max-width: 1320px; margin: 0 auto; padding: clamp(52px,6vw,88px); display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 60px; overflow: hidden; border-radius: 34px; background: linear-gradient(135deg, #ffd61f 0%, var(--yellow) 60%, #efb800 100%); }
.buy-card::after { content: ""; position: absolute; z-index: -1; right: -80px; bottom: -130px; width: 340px; height: 340px; border: 64px solid rgba(255,255,255,.22); border-radius: 50%; }
.buy-card h2 { margin-bottom: 20px; }
.buy-card p:not(.eyebrow) { max-width: 650px; margin-bottom: 0; color: #3d574f; line-height: 1.6; }
.buy-card .eyebrow > span { background: var(--green); }
.market-button { min-width: 335px; padding: 20px 22px; display: grid; grid-template-columns: 54px 1fr 24px; align-items: center; gap: 14px; border-radius: 18px; background: white; box-shadow: 0 18px 38px rgba(93,68,0,.16); transition: transform .2s ease; }
.market-icon {
  display: block;
  width: 54px;
  height: 54px;
  overflow: hidden;
  border-radius: 16px;
  background-color: #fff;
  background-image: url("../brand/icons/mercado-libre.png");
  background-position: -6px -42px;
  background-repeat: no-repeat;
  background-size: 138px 138px;
  color: transparent;
  font-size: 0;
}
.market-button small { display: block; margin-bottom: 2px; color: #65716d; font-size: 12px; }
.market-button strong { font-size: 18px; }

.distributor-section { scroll-margin-top: 105px; padding: 0 max(5vw,24px) 100px; background: #fffdf7; }
.distributor-card {
  position: relative;
  isolation: isolate;
  max-width: 1320px;
  margin: 0 auto;
  padding: clamp(48px,6vw,78px);
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: clamp(42px,6vw,90px);
  overflow: hidden;
  border-radius: 34px;
  background: linear-gradient(135deg, var(--green) 0%, #07594a 100%);
  color: white;
  box-shadow: 0 24px 60px rgba(0,60,51,.16);
}
.distributor-card::after { content: ""; position: absolute; z-index: -1; right: -95px; bottom: -145px; width: 360px; height: 360px; border: 68px solid rgba(255,201,0,.13); border-radius: 50%; }
.distributor-card .eyebrow { color: var(--yellow); }
.distributor-card h2 { max-width: 760px; margin-bottom: 20px; font-size: clamp(40px,4.2vw,62px); }
.distributor-card p:not(.eyebrow) { max-width: 720px; margin-bottom: 0; color: rgba(255,255,255,.76); font-size: 18px; line-height: 1.65; }
.whatsapp-button {
  min-width: 310px;
  padding: 17px 20px;
  display: grid;
  grid-template-columns: 54px 1fr 24px;
  align-items: center;
  gap: 14px;
  border-radius: 18px;
  background: white;
  color: var(--green);
  box-shadow: 0 18px 38px rgba(0,22,18,.24);
  transition: transform .2s ease, box-shadow .2s ease;
}
.whatsapp-button:hover { transform: translateY(-3px); box-shadow: 0 24px 46px rgba(0,22,18,.3); }
.whatsapp-button img { width: 54px; height: 54px; border-radius: 15px; object-fit: cover; }
.whatsapp-button small { display: block; margin-bottom: 2px; color: #64756f; font-size: 12px; }
.whatsapp-button strong { font-size: 19px; }
.whatsapp-button b { font-size: 18px; }

footer { padding: 70px max(5vw,24px) 28px; background: var(--green); color: white; }
.footer-top { display: grid; grid-template-columns: 290px minmax(300px,1fr) minmax(220px,260px); align-items: center; gap: 36px; padding-bottom: 55px; }
.footer-logo-crop { display: grid; place-items: center; width: 290px; height: 205px; }
.footer-logo-crop img { width: 100%; height: 100%; object-fit: contain; }
.footer-top > p { max-width: 760px; margin: 0; justify-self: center; text-align: center; }
.footer-top > p strong { display: block; color: white; font-size: clamp(26px,2.5vw,38px); line-height: 1.16; letter-spacing: -.025em; text-wrap: balance; }
.footer-top > p span { display: block; max-width: 690px; margin: 16px auto 0; color: rgba(255,255,255,.74); font-size: 18px; line-height: 1.65; text-wrap: pretty; }
.social-block { width: 100%; max-width: 260px; justify-self: end; }
.social-block > p { margin: 0 0 18px; }
.social-block > p strong { display: block; color: white; font-size: 20px; line-height: 1.2; }
.social-block > p span { display: block; margin-top: 7px; color: rgba(255,255,255,.7); font-size: 15px; line-height: 1.45; }
.social-links { display: flex; gap: 14px; }
.social-links a { display: block; width: 64px; height: 64px; overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 20px; background-color: white; background-position: center; background-repeat: no-repeat; background-size: 82%; color: transparent; font-size: 0; box-shadow: 0 10px 26px rgba(0,0,0,.16); transition: transform .2s ease, box-shadow .2s ease; }
.social-links a:first-child { background-image: url("../brand/icons/instagram.png"); }
.social-links a:last-child { background-image: url("../brand/icons/facebook.png"); }
.social-links a:hover { transform: translateY(-3px); box-shadow: 0 10px 24px rgba(0,0,0,.25); }
.footer-bottom { padding-top: 25px; display: flex; justify-content: space-between; gap: 30px; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.55); font-size: 12px; }
.footer-bottom p { margin: 0; }
.footer-bottom a { color: white; }

@media (max-width: 1080px) {
  .desktop-nav { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .hero { grid-template-columns: .95fr .75fr; gap: 50px; }
  .hero-visual { height: 570px; }
  .sun-badge { left: -38px; }
  .quick-facts { grid-template-columns: 1fr 1fr; }
  .quick-facts > div:nth-child(2) { border-right: 0; }
  .quick-facts > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.14); }
  .process-list { grid-template-columns: 1fr 1fr; gap: 24px; }
  .process-list::before { display: none; }
  .buy-card { grid-template-columns: 1fr; }
  .market-button { width: min(100%, 420px); }
  .distributor-card { grid-template-columns: 1fr; }
  .whatsapp-button { width: min(100%, 420px); }
}

@media (max-width: 820px) {
  .site-header { top: 10px; width: calc(100% - 20px); height: 68px; padding-left: 12px; border-radius: 18px; }
  .brand-crop { width: 122px; height: 48px; padding: 4px 6px; }
  .header-cta, .header-commercial { min-height: 48px; padding: 0 14px; font-size: 13px; }
  .hero { min-height: auto; padding: 118px 24px 72px; grid-template-columns: 1fr; gap: 64px; }
  .hero-copy { justify-self: start; }
  h1 { max-width: 650px; }
  .hero-visual { width: min(92%, 560px); height: 650px; justify-self: center; }
  .product-section, .presentation { grid-template-columns: 1fr; }
  .product-image-wrap { width: min(90%, 600px); justify-self: center; }
  .product-copy, .presentation-copy { max-width: 700px; justify-self: center; }
  .presentation-image { width: min(92%, 650px); height: 700px; justify-self: center; }
  .made-by { grid-template-columns: 1fr; gap: 35px; }
  .made-by-mark { font-size: 280px; }
  .footer-top { grid-template-columns: 1fr auto; }
  .footer-logo-crop { justify-self: start; }
  .footer-top > p { grid-column: 1 / -1; grid-row: 2; }
  .social-block { max-width: 250px; }
  .journey-strip { flex-direction: column; gap: 17px; }
}

@media (max-width: 560px) {
  .site-header { grid-template-columns: 1fr auto; gap: 8px; }
  .brand-crop { width: 108px; }
  .header-actions { gap: 6px; }
  .header-cta span, .header-commercial span { display: none; }
  .header-cta, .header-commercial { min-height: 44px; padding: 0 10px; font-size: 12px; }
  .hero { padding-inline: 20px; }
  h1 { font-size: 52px; }
  h2 { font-size: 43px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 14px; }
  .button { width: 100%; }
  .text-link { align-self: flex-start; }
  .trust-note { margin-top: 38px; }
  .hero-visual { width: calc(100% - 18px); height: 520px; border-radius: 160px 160px 24px 24px; }
  .hero-visual::before { inset: -14px -10px 14px 10px; }
  .slide-copy, .slide-brand-card { right: 18px; bottom: 72px; width: calc(100% - 36px); padding: 15px 16px; }
  .slide-copy strong, .slide-brand-card strong { font-size: 19px; }
  .slide-logo { width: 155px; height: 64px; }
  .slider-arrow { bottom: 17px; width: 42px; height: 42px; font-size: 27px; }
  .slider-prev { left: 16px; }
  .slider-next { right: 16px; }
  .slider-dots { bottom: 31px; }
  .sun-badge { top: 25px; left: -18px; width: 112px; height: 112px; border-width: 6px; }
  .sun-badge strong { font-size: 25px; }
  .hero-caption { right: -10px; bottom: 16px; max-width: 245px; }
  .quick-facts { grid-template-columns: 1fr; }
  .quick-facts > div { min-height: 94px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .quick-facts > div:nth-child(2) { border-bottom: 1px solid rgba(255,255,255,.14); }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit { min-height: 0; }
  .product-image-wrap::before { inset: 18px -12px -14px 18px; }
  .image-sticker { right: -12px; top: 18px; }
  .journey-strip { align-items: flex-start; padding-block: 25px; }
  .journey-track { width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
  .journey-track i { display: none; }
  .process-list { grid-template-columns: 1fr; }
  .process-media { height: 360px; }
  .process-card-copy { min-height: 0; }
  .presentation-image { width: 100%; height: 570px; border-radius: 160px 160px 20px 20px; }
  .made-by { min-height: 560px; }
  .made-by-mark { right: -20px; font-size: 220px; }
  .faq-list summary { grid-template-columns: 34px 1fr 24px; font-size: 16px; }
  .faq-list details > p { margin: -5px 20px 25px 50px; }
  .buy-section { padding-inline: 16px; }
  .buy-card { padding: 38px 24px; border-radius: 24px; }
  .market-button { min-width: 0; grid-template-columns: 46px 1fr 20px; padding: 16px; }
  .market-icon { width: 46px; height: 46px; background-position: -5px -39px; background-size: 125px 125px; }
  .distributor-section { padding-inline: 16px; }
  .distributor-card { padding: 38px 24px; border-radius: 24px; }
  .whatsapp-button { min-width: 0; grid-template-columns: 46px 1fr 20px; padding: 15px; }
  .whatsapp-button img { width: 46px; height: 46px; border-radius: 13px; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-logo-crop { width: 250px; height: 178px; justify-self: center; }
  .social-block { grid-row: 3; justify-self: center; text-align: center; }
  .social-links { justify-content: center; }
  .footer-top > p { grid-column: auto; grid-row: auto; }
  .footer-top > p strong { font-size: 28px; }
  .footer-top > p span { font-size: 17px; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
