/*
Theme Name: Más Palta
Theme URI: https://maspalta.cl
Author: Más Palta
Author URI: https://maspalta.cl
Description: Tema corporativo B2B para la venta mayorista de paltas con cobertura comercial nacional en Chile.
Version: 1.1.0
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 8.2
Text Domain: mas-palta
*/

@font-face {
  font-family: "MP Editorial";
  src: url("assets/fonts/mp-editorial-bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "MP Sans";
  src: url("assets/fonts/mp-sans-regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "MP Sans";
  src: url("assets/fonts/mp-sans-bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --mp-forest: #075142;
  --mp-forest-deep: #063126;
  --mp-ink: #10251a;
  --mp-lime: #c6e526;
  --mp-lime-soft: #e6f0a6;
  --mp-coral: #f36b4a;
  --mp-cyan: #2f929c;
  --mp-cream: #f6eddc;
  --mp-paper: #fdf6e8;
  --mp-sand: #e2d2b9;
  --mp-white: #fffefa;
  --mp-border: rgba(16, 40, 31, 0.18);
  --mp-shadow: 0 22px 60px rgba(6, 49, 38, 0.16);
  --font-display: "MP Editorial", Georgia, serif;
  --font-body: "MP Sans", Arial, sans-serif;
  --content: min(1200px, calc(100vw - 64px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  background: var(--mp-paper);
  color: var(--mp-ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

button,
input,
select,
textarea {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

:focus-visible {
  outline: 3px solid var(--mp-cyan);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  transform: translateY(-150%);
  border-radius: 999px;
  background: var(--mp-white);
  color: var(--mp-forest);
  padding: 12px 18px;
  font-weight: 700;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(7, 63, 49, 0.12);
  background: rgba(255, 250, 240, 0.94);
  backdrop-filter: blur(18px);
}

.header-shell {
  width: var(--content);
  min-height: 86px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 28px;
}

.brand {
  flex: 0 0 156px;
}

.brand img {
  width: 156px;
  height: auto;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 2vw, 30px);
  margin-left: auto;
}

.main-nav a {
  position: relative;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.main-nav a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  background: var(--mp-coral);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.main-nav a:hover::after {
  transform: scaleX(1);
}

.header-cta {
  border-radius: 999px;
  background: var(--mp-forest);
  color: var(--mp-white);
  padding: 13px 19px;
  font-size: 0.8rem;
  font-weight: 700;
  white-space: nowrap;
}

.header-cta:hover {
  background: var(--mp-coral);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 1px solid var(--mp-border);
  border-radius: 50%;
  background: transparent;
  color: var(--mp-forest);
}

.menu-toggle span {
  width: 18px;
  height: 2px;
  background: currentColor;
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 16%, rgba(82, 191, 193, 0.14), transparent 24%),
    linear-gradient(110deg, var(--mp-paper) 0 67%, #e8ead4 67% 100%);
}

.hero::before {
  position: absolute;
  top: -120px;
  left: 46%;
  width: 220px;
  height: 380px;
  border: 46px solid rgba(199, 233, 27, 0.23);
  border-radius: 50%;
  content: "";
  transform: rotate(30deg);
}

.hero-grid {
  position: relative;
  width: var(--content);
  min-height: 760px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(410px, 0.95fr);
  align-items: center;
  gap: clamp(52px, 7vw, 110px);
  padding: 72px 0 82px;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  color: var(--mp-forest);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.eyebrow > span:first-child {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--mp-coral);
}

.eyebrow-dark {
  color: var(--mp-forest);
}

.eyebrow-lime {
  color: var(--mp-lime);
}

.hero h1,
.section-heading h2,
.promise-copy h2,
.process-heading h2,
.coverage-copy h2,
.guide-lead h2,
.recipes-heading h2,
.quote-contact h2,
.faq-heading h2,
.final-cta h2 {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.hero h1 {
  max-width: 720px;
  margin: 0;
  color: var(--mp-forest);
  font-size: clamp(3.6rem, 6.3vw, 6.45rem);
}

.hero h1 em {
  display: block;
  color: var(--mp-coral);
  font-style: normal;
}

.hero-lead {
  max-width: 650px;
  margin: 28px 0 0;
  color: #385348;
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 34px;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border: 0;
  border-radius: 999px;
  padding: 14px 23px;
  font-size: 0.88rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--mp-forest);
  color: var(--mp-white);
  box-shadow: 0 14px 30px rgba(7, 63, 49, 0.17);
}

.button-primary:hover {
  background: var(--mp-coral);
}

.button-ghost {
  border: 1px solid var(--mp-border);
  background: rgba(255, 255, 255, 0.45);
  color: var(--mp-forest);
}

.hero-assurance {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
  margin-top: 38px;
  color: #365046;
  font-size: 0.82rem;
  font-weight: 700;
}

.hero-assurance span {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero-assurance span::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--mp-lime);
  content: "";
}

.hero-visual {
  position: relative;
  min-height: 620px;
  align-self: stretch;
  border-radius: 160px 20px 160px 20px;
  box-shadow: var(--mp-shadow);
}

.hero-visual > img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  border-radius: inherit;
  object-fit: cover;
  object-position: 57% 56%;
}

.hero-card {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.65);
  background: rgba(255, 250, 240, 0.94);
  color: var(--mp-forest);
  box-shadow: 0 12px 30px rgba(5, 45, 37, 0.17);
  backdrop-filter: blur(14px);
}

.hero-card-top {
  top: 34px;
  right: -28px;
  border-radius: 18px;
  padding: 18px 24px 18px 52px;
}

.hero-card-top .status-dot {
  position: absolute;
  top: 25px;
  left: 24px;
}

.status-dot {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  background: var(--mp-lime);
  box-shadow: 0 0 0 5px rgba(199, 233, 27, 0.22);
}

.hero-card p {
  margin: 0;
  color: #627067;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-card strong {
  display: block;
  margin-top: 3px;
  font-size: 1rem;
}

.hero-card-bottom {
  right: -20px;
  bottom: 60px;
  max-width: 230px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 12px;
  border-radius: 20px 4px 20px 4px;
  padding: 18px 20px;
}

.hero-card-bottom .card-index {
  font-family: var(--font-display);
  color: var(--mp-coral);
  font-size: 2.45rem;
  line-height: 1;
}

.hero-card-bottom p {
  color: var(--mp-forest);
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.35;
  text-transform: none;
}

.hero-card-bottom p strong {
  display: inline;
}

.hero-stamp {
  position: absolute;
  bottom: 24px;
  left: -44px;
  width: 92px;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 2px solid var(--mp-lime);
  border-radius: 50%;
  background: var(--mp-forest);
  color: var(--mp-lime);
  transform: rotate(-12deg);
}

.hero-stamp span {
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 0.8;
}

.hero-stamp small {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.trust-strip {
  background: var(--mp-forest);
  color: var(--mp-white);
}

.trust-shell {
  width: var(--content);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.trust-shell > div {
  min-height: 100px;
  display: flex;
  align-items: center;
  gap: 16px;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  padding: 20px 28px;
}

.trust-shell > div:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.trust-shell span {
  color: var(--mp-lime);
  font-family: var(--font-display);
  font-size: 1.3rem;
}

.trust-shell strong {
  font-size: 0.84rem;
  line-height: 1.3;
}

.section {
  width: var(--content);
  margin: 0 auto;
  padding: 118px 0;
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.6fr);
  align-items: end;
  gap: 70px;
}

.section-heading h2,
.promise-copy h2,
.process-heading h2,
.coverage-copy h2,
.guide-lead h2,
.recipes-heading h2,
.quote-contact h2,
.faq-heading h2 {
  margin: 0;
  color: var(--mp-forest);
  font-size: clamp(2.65rem, 4.7vw, 4.7rem);
}

.split-heading > p,
.centered-heading > p,
.coverage-copy > p,
.guide-lead > p,
.recipes-heading > p,
.quote-contact > p,
.faq-heading > p {
  margin: 0;
  color: #52685e;
  font-size: 1.05rem;
  line-height: 1.7;
}

.audience-grid {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--mp-border);
  border-left: 1px solid var(--mp-border);
}

.audience-card {
  min-height: 290px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--mp-border);
  border-bottom: 1px solid var(--mp-border);
  background: rgba(255, 255, 255, 0.26);
  padding: 30px;
  transition: background 180ms ease, transform 180ms ease;
}

.audience-card:hover {
  position: relative;
  z-index: 2;
  background: var(--mp-white);
  box-shadow: var(--mp-shadow);
  transform: translateY(-4px);
}

.audience-card > span {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--mp-coral);
  color: var(--mp-white);
  font-size: 0.74rem;
  font-weight: 700;
}

.audience-card:nth-child(2n) > span {
  background: var(--mp-cyan);
  color: var(--mp-forest-deep);
}

.audience-card:nth-child(3n) > span {
  background: var(--mp-lime);
  color: var(--mp-forest-deep);
}

.audience-card h3 {
  margin: 28px 0 8px;
  color: var(--mp-forest);
  font-family: var(--font-display);
  font-size: 1.5rem;
  line-height: 1.1;
}

.audience-card p {
  margin: 0;
  color: #5b6d65;
  font-size: 0.92rem;
  line-height: 1.6;
}

.audience-card a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 24px;
  color: var(--mp-forest);
  font-size: 0.76rem;
  font-weight: 700;
}

.audience-card a b {
  font-size: 1.25rem;
}

.promise-section {
  display: grid;
  grid-template-columns: minmax(340px, 0.86fr) minmax(0, 1.14fr);
  background: var(--mp-forest-deep);
  color: var(--mp-white);
}

.promise-image {
  min-height: 780px;
  overflow: hidden;
}

.promise-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 56% 57%;
}

.promise-copy {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 90px clamp(48px, 8vw, 140px);
}

.promise-copy h2 {
  max-width: 740px;
  color: var(--mp-white);
}

.promise-list {
  max-width: 740px;
  margin-top: 54px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.promise-list > div {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  padding: 24px 0;
}

.promise-list > div > span {
  color: var(--mp-lime);
  font-family: var(--font-display);
  font-size: 1.2rem;
}

.promise-list h3 {
  margin: 0;
  font-size: 1rem;
}

.promise-list p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.88rem;
  line-height: 1.55;
}

.maturity {
  position: relative;
}

.centered-heading {
  max-width: 830px;
  margin: 0 auto;
  text-align: center;
}

.centered-heading .eyebrow {
  justify-content: center;
}

.centered-heading > p {
  max-width: 680px;
  margin: 24px auto 0;
}

.maturity-selector {
  max-width: 840px;
  margin: 52px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--mp-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.4);
  padding: 7px;
}

.maturity-selector button {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #53685e;
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
}

.maturity-selector button > span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
}

.maturity-selector button.is-active {
  background: var(--mp-forest);
  color: var(--mp-white);
}

.maturity-panel {
  min-height: 470px;
  margin-top: 34px;
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr) 82px;
  align-items: center;
  overflow: hidden;
  border-radius: 36px;
  background:
    linear-gradient(110deg, rgba(199, 233, 27, 0.17), transparent 42%),
    var(--mp-forest);
  color: var(--mp-white);
  box-shadow: var(--mp-shadow);
}

.maturity-fruit {
  position: relative;
  height: 100%;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
}

.maturity-image {
  position: relative;
  z-index: 2;
  width: min(82%, 330px);
  max-height: 390px;
  object-fit: contain;
  filter: drop-shadow(18px 24px 28px rgba(0, 0, 0, 0.2));
}

.maturity-image.is-changing {
  animation: maturity-swap 360ms ease both;
}

@keyframes maturity-swap {
  from {
    opacity: 0;
    transform: rotate(-7deg) scale(0.92);
  }
  to {
    opacity: 1;
    transform: rotate(0) scale(1);
  }
}

.maturity-fruit::before,
.maturity-fruit::after {
  position: absolute;
  border-radius: 50%;
  content: "";
}

.maturity-fruit::before {
  top: 34px;
  left: -60px;
  width: 180px;
  height: 180px;
  border: 32px solid rgba(82, 191, 193, 0.23);
}

.maturity-fruit::after {
  right: 15px;
  bottom: -70px;
  width: 220px;
  height: 220px;
  background: rgba(239, 105, 79, 0.2);
}

.avocado-shape {
  position: relative;
  z-index: 2;
  width: 210px;
  height: 300px;
  display: grid;
  place-items: center;
  border-radius: 55% 45% 50% 50% / 67% 66% 34% 33%;
  background: #244f2b;
  box-shadow: inset 0 0 0 12px #183e24, 22px 28px 50px rgba(0, 0, 0, 0.22);
  transform: rotate(8deg);
}

.avocado-flesh {
  width: 164px;
  height: 245px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border-radius: inherit;
  background: radial-gradient(circle at 50% 68%, #effa78 0 26%, #cae72d 27% 64%, #82b32d 65% 100%);
  padding-bottom: 40px;
}

.avocado-stone {
  width: 83px;
  height: 83px;
  border-radius: 50%;
  background: radial-gradient(circle at 36% 28%, #ffc66a 0 10%, #d88732 11% 72%, #a65424 73% 100%);
  box-shadow: inset 0 0 0 5px rgba(128, 65, 23, 0.3);
}

.maturity-copy {
  padding: 50px 70px;
}

.maturity-copy > p {
  margin: 0;
  color: var(--mp-lime);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.maturity-copy h3 {
  margin: 10px 0 28px;
  font-family: var(--font-display);
  font-size: clamp(3rem, 5vw, 5.5rem);
  line-height: 0.95;
}

.maturity-copy strong,
.maturity-copy span,
.maturity-copy small {
  display: block;
}

.maturity-copy strong {
  font-size: 1.08rem;
}

.maturity-copy span {
  max-width: 560px;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.65;
}

.maturity-copy small {
  margin-top: 34px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.73rem;
}

.maturity-scale {
  position: relative;
  width: 20px;
  height: 260px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.maturity-scale > span {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  background: var(--mp-lime);
  transition: height 240ms ease;
}

.maturity-scale b,
.maturity-scale small {
  position: absolute;
  left: 34px;
  white-space: nowrap;
}

.maturity-scale b {
  bottom: 24px;
  color: var(--mp-lime);
  font-family: var(--font-display);
  font-size: 1.4rem;
}

.maturity-scale small {
  bottom: 6px;
  color: rgba(255, 255, 255, 0.55);
}

.process-section {
  padding: 120px max(24px, calc((100vw - 1200px) / 2));
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(480px, 1.22fr);
  gap: clamp(70px, 10vw, 150px);
  background: var(--mp-coral);
  color: var(--mp-forest-deep);
}

.process-heading {
  align-self: center;
}

.process-heading .eyebrow-lime {
  color: var(--mp-forest-deep);
}

.process-heading h2 {
  margin: 0;
  color: var(--mp-forest-deep);
}

.process-heading > p:last-child {
  margin: 26px 0 0;
  max-width: 500px;
  color: rgba(5, 45, 37, 0.78);
  font-size: 1.02rem;
  line-height: 1.7;
}

.process-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(5, 45, 37, 0.24);
}

.process-list li {
  display: grid;
  grid-template-columns: 60px 1fr;
  align-items: center;
  gap: 22px;
  border-bottom: 1px solid rgba(5, 45, 37, 0.24);
  padding: 24px 0;
}

.process-list li > span {
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--mp-forest-deep);
  color: var(--mp-lime);
  font-weight: 700;
}

.process-list h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.4rem;
}

.process-list p {
  margin: 4px 0 0;
  color: rgba(5, 45, 37, 0.73);
  font-size: 0.9rem;
}

.coverage {
  padding-top: 132px;
  padding-bottom: 132px;
}

.coverage-shell {
  min-height: 680px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.8fr);
  align-items: stretch;
  gap: clamp(56px, 8vw, 110px);
}

.coverage-copy {
  align-self: center;
}

.coverage-copy > p {
  max-width: 650px;
  margin-top: 26px;
}

.coverage-copy > label {
  display: block;
  margin-top: 42px;
  color: var(--mp-forest);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.select-wrap {
  position: relative;
  max-width: 620px;
  margin-top: 10px;
}

.select-wrap::after {
  position: absolute;
  top: 50%;
  right: 22px;
  content: "↓";
  pointer-events: none;
  transform: translateY(-50%);
}

.select-wrap select,
.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  border: 1px solid var(--mp-border);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.58);
  color: var(--mp-ink);
  padding: 15px 16px;
}

.select-wrap select {
  min-height: 58px;
  appearance: none;
  border-width: 2px;
  border-color: var(--mp-forest);
  font-weight: 700;
}

.coverage-result {
  max-width: 620px;
  margin-top: 14px;
  border-radius: 16px;
  background: var(--mp-white);
  box-shadow: 0 12px 36px rgba(5, 45, 37, 0.1);
  padding: 22px;
}

.coverage-result > div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.coverage-result strong {
  color: var(--mp-forest);
}

.coverage-result p {
  margin: 10px 0 0;
  color: #63726b;
  font-size: 0.88rem;
}

.coverage-result a {
  display: inline-block;
  margin-top: 16px;
  color: var(--mp-coral);
  font-size: 0.82rem;
  font-weight: 700;
}

.chile-network {
  position: relative;
  overflow: hidden;
  border-radius: 120px 22px 120px 22px;
  background:
    linear-gradient(180deg, rgba(82, 191, 193, 0.15), transparent 32%),
    var(--mp-forest);
  color: var(--mp-white);
  box-shadow: var(--mp-shadow);
}

.region-truck {
  --truck-x: 49%;
  --truck-y: 46%;
  position: absolute;
  z-index: 3;
  top: var(--truck-y);
  left: var(--truck-x);
  width: clamp(72px, 8vw, 118px);
  height: auto;
  pointer-events: none;
  filter: drop-shadow(0 9px 10px rgba(6, 49, 38, 0.24));
  transform: translate(-38%, -50%);
  transition:
    top 620ms cubic-bezier(0.2, 0.75, 0.25, 1),
    left 620ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.chile-network > p {
  position: absolute;
  top: 34px;
  left: 36px;
  margin: 0;
  color: rgba(255, 255, 255, 0.14);
  font-family: var(--font-display);
  font-size: clamp(4rem, 8vw, 8rem);
  line-height: 1;
  text-transform: uppercase;
  transform: rotate(-90deg) translateX(-75%);
  transform-origin: left top;
}

.network-spine {
  position: absolute;
  top: 56px;
  bottom: 132px;
  left: 55%;
  width: 10px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--mp-cyan), var(--mp-lime) 58%, var(--mp-coral));
  transform: rotate(4deg);
}

.network-spine::before,
.network-spine::after {
  position: absolute;
  left: 5px;
  width: 100px;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  content: "";
}

.network-spine::before {
  top: 28%;
}

.network-spine::after {
  top: 68%;
}

.network-spine > span {
  position: absolute;
  left: 50%;
  width: 9px;
  height: 9px;
  border: 2px solid var(--mp-forest);
  border-radius: 50%;
  background: var(--mp-paper);
  transform: translate(-50%, -50%);
  transition: transform 160ms ease, background 160ms ease;
}

.network-spine > span.is-active {
  width: 20px;
  height: 20px;
  border: 5px solid var(--mp-lime);
  background: var(--mp-coral);
  box-shadow: 0 0 0 8px rgba(199, 233, 27, 0.17);
}

.network-label {
  position: absolute;
  left: calc(55% + 42px);
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.label-north {
  top: 82px;
}

.label-center {
  top: 46%;
}

.label-south {
  bottom: 156px;
}

.network-caption {
  position: absolute;
  right: 30px;
  bottom: 28px;
  left: 30px;
  border-radius: 16px;
  background: rgba(255, 250, 240, 0.1);
  padding: 18px 20px;
}

.network-caption strong,
.network-caption span {
  display: block;
}

.network-caption strong {
  color: var(--mp-lime);
  font-size: 0.85rem;
}

.network-caption span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.72rem;
}

.guide {
  width: 100%;
  padding-right: max(24px, calc((100vw - 1200px) / 2));
  padding-left: max(24px, calc((100vw - 1200px) / 2));
  background: #ece7d2;
}

.guide-lead {
  max-width: 850px;
}

.guide-lead > p {
  max-width: 600px;
  margin-top: 22px;
}

.guide-grid {
  margin-top: 56px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 20px;
}

.guide-feature {
  min-height: 440px;
  display: flex;
  flex-direction: column;
  border-radius: 34px 8px 34px 8px;
  background:
    radial-gradient(circle at 100% 0, rgba(199, 233, 27, 0.28), transparent 42%),
    var(--mp-forest);
  color: var(--mp-white);
  padding: clamp(34px, 5vw, 68px);
}

.guide-feature > span,
.guide-list article > span {
  color: var(--mp-lime);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.guide-feature h3 {
  max-width: 670px;
  margin: 42px 0 18px;
  font-family: var(--font-display);
  font-size: clamp(2.3rem, 4vw, 4rem);
  line-height: 1;
}

.guide-feature p {
  max-width: 590px;
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.7;
}

.guide-feature a {
  margin-top: auto;
  color: var(--mp-lime);
  font-size: 0.84rem;
  font-weight: 700;
}

.guide-list {
  display: grid;
  gap: 12px;
}

.guide-list article {
  border: 1px solid var(--mp-border);
  border-radius: 8px 28px 8px 28px;
  background: rgba(255, 255, 255, 0.43);
  padding: 25px 30px;
}

.guide-list article > span {
  color: var(--mp-coral);
}

.guide-list h3 {
  margin: 10px 0 5px;
  color: var(--mp-forest);
  font-family: var(--font-display);
  font-size: 1.25rem;
}

.guide-list p {
  margin: 0;
  color: #64746b;
  font-size: 0.84rem;
}

.recipes-heading {
  margin-top: 120px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: end;
  gap: 60px;
}

.recipes-heading > p {
  max-width: 440px;
  justify-self: end;
}

.recipe-grid {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.recipe-card {
  overflow: hidden;
  border-radius: 26px 8px 26px 8px;
  background: var(--mp-paper);
  box-shadow: 0 12px 34px rgba(5, 45, 37, 0.08);
}

.recipe-image {
  min-height: 270px;
  position: relative;
  overflow: hidden;
  background: #e8ead4;
}

.recipe-image img {
  width: 100%;
  height: 100%;
  min-height: 270px;
  position: absolute;
  inset: 0;
  object-fit: cover;
  transition: transform 260ms ease;
}

.recipe-card:hover .recipe-image img {
  transform: scale(1.035);
}

.recipe-image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(5, 45, 37, 0.58));
  content: "";
}

.recipe-image > span {
  position: absolute;
  right: 18px;
  bottom: 16px;
  z-index: 2;
  color: var(--mp-lime);
  font-family: var(--font-display);
  font-size: 2.6rem;
}

.recipe-card > div:last-child {
  padding: 26px;
}

.recipe-card p {
  margin: 0;
  color: var(--mp-coral);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.recipe-card h3 {
  margin: 10px 0;
  color: var(--mp-forest);
  font-family: var(--font-display);
  font-size: 1.45rem;
  line-height: 1.05;
}

.recipe-card > div:last-child > span {
  color: #64746b;
  font-size: 0.86rem;
  line-height: 1.55;
}

.quote-section {
  padding: 120px max(24px, calc((100vw - 1200px) / 2));
  background:
    radial-gradient(circle at 10% 20%, rgba(82, 191, 193, 0.15), transparent 30%),
    var(--mp-forest-deep);
  color: var(--mp-white);
}

.quote-shell {
  display: grid;
  grid-template-columns: minmax(300px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(58px, 8vw, 110px);
}

.quote-contact h2 {
  color: var(--mp-white);
}

.quote-contact > p {
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.65);
}

.contact-card {
  margin-top: 46px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px 6px 24px 6px;
  background: rgba(255, 255, 255, 0.06);
  padding: 28px;
}

.contact-card > span {
  color: var(--mp-lime);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-card strong {
  margin-top: 15px;
  font-family: var(--font-display);
  font-size: 1.7rem;
}

.contact-card p {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.6);
}

.contact-card a {
  margin-top: 6px;
  font-size: 0.9rem;
  font-weight: 700;
}

.contact-card small {
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.52);
}

.quote-form {
  border-radius: 28px 8px 28px 8px;
  background: var(--mp-paper);
  color: var(--mp-ink);
  padding: clamp(26px, 4.5vw, 52px);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.quote-form label {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 7px;
  color: var(--mp-forest);
  font-size: 0.74rem;
  font-weight: 700;
}

.optional-label {
  position: absolute;
  top: 0;
  right: 0;
  color: #7c8b83;
  font-size: 0.66rem;
  font-weight: 400;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  min-height: 50px;
  border-color: rgba(16, 40, 31, 0.22);
  background: var(--mp-white);
  font-weight: 400;
}

.quote-form textarea {
  min-height: 110px;
  resize: vertical;
}

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  border-color: var(--mp-cyan);
  outline: 3px solid rgba(82, 191, 193, 0.18);
}

.form-full {
  grid-column: 1 / -1;
}

.button-coral {
  width: 100%;
  margin-top: 26px;
  background: var(--mp-coral);
  color: var(--mp-white);
}

.button-coral:hover {
  background: var(--mp-forest);
}

.button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.form-note {
  margin: 14px 0 0;
  color: #64746b;
  font-size: 0.73rem;
  line-height: 1.5;
  text-align: center;
}

.faq {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: clamp(58px, 9vw, 130px);
}

.faq-heading {
  align-self: start;
  position: sticky;
  top: 130px;
}

.faq-heading a {
  display: inline-block;
  margin-top: 30px;
  color: var(--mp-coral);
  font-size: 0.84rem;
  font-weight: 700;
}

.faq-list {
  border-top: 1px solid var(--mp-border);
}

.faq-list details {
  border-bottom: 1px solid var(--mp-border);
}

.faq-list summary {
  min-height: 94px;
  display: grid;
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  gap: 16px;
  color: var(--mp-forest);
  font-family: var(--font-display);
  font-size: 1.2rem;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary > span {
  color: var(--mp-coral);
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 700;
}

.faq-list summary > b {
  color: var(--mp-coral);
  font-family: var(--font-body);
  font-size: 1.4rem;
  font-weight: 400;
  transition: transform 180ms ease;
}

.faq-list details[open] summary > b {
  transform: rotate(45deg);
}

.faq-list details > p {
  max-width: 680px;
  margin: -5px 0 28px 58px;
  color: #5e7067;
  line-height: 1.65;
}

.final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  background: var(--mp-lime);
  color: var(--mp-forest-deep);
  padding: 70px max(24px, calc((100vw - 1200px) / 2));
}

.final-cta p {
  margin: 0 0 8px;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.final-cta h2 {
  max-width: 800px;
  margin: 0;
  color: var(--mp-forest-deep);
  font-size: clamp(2.35rem, 4vw, 4rem);
}

.button-light {
  flex: 0 0 auto;
  background: var(--mp-forest-deep);
  color: var(--mp-white);
}

.site-footer {
  background: var(--mp-forest-deep);
  color: var(--mp-white);
  padding: 78px max(24px, calc((100vw - 1200px) / 2)) 26px;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.55fr repeat(3, 0.82fr);
  gap: 50px;
}

.footer-brand img {
  width: 180px;
  height: auto;
}

.footer-brand p {
  max-width: 290px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.6;
}

.footer-main > div:not(.footer-brand) {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 9px;
}

.footer-main h2 {
  margin: 0 0 12px;
  color: var(--mp-lime);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-main a,
.footer-main span,
.footer-main strong {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.84rem;
}

.footer-main a:hover {
  color: var(--mp-lime);
}

.footer-bottom {
  margin-top: 62px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  padding-top: 24px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.72rem;
}

.footer-legal {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.footer-legal details {
  position: relative;
}

.footer-legal summary {
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  list-style: none;
}

.footer-legal summary::-webkit-details-marker {
  display: none;
}

.footer-legal summary:hover {
  color: var(--mp-lime);
}

.footer-legal details p {
  position: absolute;
  right: 0;
  bottom: calc(100% + 16px);
  width: min(330px, calc(100vw - 40px));
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  background: #0b493c;
  color: rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
  padding: 16px;
  font-size: 0.76rem;
  line-height: 1.55;
}

.floating-whatsapp {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 90;
  min-height: 50px;
  display: flex;
  align-items: center;
  gap: 15px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  background: var(--mp-forest);
  color: var(--mp-white);
  box-shadow: 0 12px 32px rgba(5, 45, 37, 0.24);
  padding: 8px 10px 8px 20px;
  font-size: 0.78rem;
  font-weight: 700;
}

.floating-whatsapp b {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--mp-lime);
  color: var(--mp-forest);
}

@media (max-width: 1120px) {
  .main-nav {
    gap: 16px;
  }

  .main-nav a {
    font-size: 0.75rem;
  }

  .header-cta {
    display: none;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.8fr);
    gap: 50px;
  }

  .hero-card-top,
  .hero-card-bottom {
    right: 16px;
  }

  .hero-stamp {
    left: -30px;
  }

  .promise-copy {
    padding: 80px 55px;
  }

  .maturity-panel {
    grid-template-columns: 320px 1fr 60px;
  }

  .maturity-copy {
    padding: 45px;
  }
}

@media (max-width: 920px) {
  :root {
    --content: min(100% - 40px, 780px);
  }

  .header-shell {
    min-height: 76px;
  }

  .brand {
    flex-basis: 142px;
  }

  .brand img {
    width: 142px;
  }

  .menu-toggle {
    display: flex;
    margin-left: auto;
  }

  .main-nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    left: 0;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    border-bottom: 1px solid var(--mp-border);
    background: var(--mp-paper);
    padding: 10px 20px 18px;
  }

  .main-nav.is-open {
    display: flex;
  }

  .main-nav a {
    border-bottom: 1px solid var(--mp-border);
    padding: 14px 5px;
    font-size: 0.86rem;
  }

  .main-nav a::after {
    display: none;
  }

  .hero {
    background: var(--mp-paper);
  }

  .hero-grid {
    min-height: 0;
    grid-template-columns: 1fr;
    padding: 70px 0 72px;
  }

  .hero-copy {
    max-width: 740px;
  }

  .hero-visual {
    min-height: 580px;
    border-radius: 100px 18px 100px 18px;
  }

  .hero-visual > img {
    min-height: 580px;
  }

  .hero-stamp {
    left: 28px;
  }

  .trust-shell {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-shell > div:nth-child(3) {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }

  .trust-shell > div:nth-child(4) {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }

  .section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .split-heading,
  .recipes-heading,
  .faq {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .audience-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .promise-section {
    grid-template-columns: 1fr;
  }

  .promise-image {
    min-height: 540px;
    max-height: 680px;
  }

  .maturity-panel {
    grid-template-columns: 0.75fr 1.25fr;
  }

  .maturity-scale {
    display: none;
  }

  .process-section {
    grid-template-columns: 1fr;
    gap: 55px;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .coverage-shell {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .chile-network {
    min-height: 620px;
  }

  .guide-grid {
    grid-template-columns: 1fr;
  }

  .recipe-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .recipes-heading > p {
    justify-self: start;
  }

  .quote-shell {
    grid-template-columns: 1fr;
  }

  .contact-card {
    max-width: 520px;
  }

  .faq-heading {
    position: static;
  }

  .final-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-main {
    grid-template-columns: 1.3fr repeat(2, 1fr);
  }

  .footer-main > div:last-child {
    grid-column: 2;
  }
}

@media (max-width: 640px) {
  :root {
    --content: calc(100vw - 30px);
  }

  html {
    scroll-padding-top: 82px;
  }

  .header-shell {
    min-height: 70px;
  }

  .brand {
    flex-basis: 124px;
  }

  .brand img {
    width: 124px;
  }

  .menu-toggle {
    width: 42px;
    height: 42px;
  }

  .hero-grid {
    gap: 38px;
    padding: 52px 0 48px;
  }

  .hero h1 {
    font-size: clamp(3rem, 15vw, 4.5rem);
  }

  .hero-lead {
    margin-top: 22px;
    font-size: 1rem;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-assurance {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-visual {
    min-height: 450px;
    border-radius: 70px 12px 70px 12px;
  }

  .hero-visual > img {
    min-height: 450px;
  }

  .hero-card-top {
    top: 18px;
    right: 14px;
    padding: 14px 16px 14px 40px;
  }

  .hero-card-top .status-dot {
    top: 20px;
    left: 17px;
  }

  .hero-card-bottom {
    right: 14px;
    bottom: 18px;
  }

  .hero-stamp {
    bottom: 24px;
    left: 18px;
    width: 76px;
    height: 76px;
  }

  .trust-shell {
    grid-template-columns: 1fr;
  }

  .trust-shell > div {
    min-height: 78px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    padding: 16px 20px;
  }

  .trust-shell > div:first-child {
    border-top: 0;
  }

  .section {
    padding-top: 74px;
    padding-bottom: 74px;
  }

  .section-heading h2,
  .promise-copy h2,
  .process-heading h2,
  .coverage-copy h2,
  .guide-lead h2,
  .recipes-heading h2,
  .quote-contact h2,
  .faq-heading h2 {
    font-size: clamp(2.4rem, 12vw, 3.5rem);
  }

  .audience-grid {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .audience-card {
    min-height: 250px;
  }

  .promise-image {
    min-height: 430px;
  }

  .promise-copy {
    padding: 72px 24px;
  }

  .promise-list > div {
    grid-template-columns: 42px 1fr;
  }

  .maturity-selector {
    grid-template-columns: repeat(2, 1fr);
    border-radius: 24px;
  }

  .maturity-panel {
    grid-template-columns: 1fr;
    border-radius: 26px;
  }

  .maturity-fruit {
    min-height: 360px;
  }

  .avocado-shape {
    width: 178px;
    height: 255px;
  }

  .avocado-flesh {
    width: 140px;
    height: 205px;
    padding-bottom: 31px;
  }

  .avocado-stone {
    width: 70px;
    height: 70px;
  }

  .maturity-copy {
    padding: 36px 26px 46px;
  }

  .process-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .process-list li {
    grid-template-columns: 52px 1fr;
    gap: 12px;
  }

  .coverage {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .chile-network {
    min-height: 560px;
    border-radius: 70px 14px 70px 14px;
  }

  .network-spine {
    left: 47%;
  }

  .network-label {
    left: calc(47% + 32px);
  }

  .network-caption {
    right: 18px;
    bottom: 18px;
    left: 18px;
  }

  .guide {
    padding-right: 15px;
    padding-left: 15px;
  }

  .guide-feature {
    min-height: 460px;
    padding: 32px 26px;
  }

  .guide-list article {
    padding: 22px;
  }

  .recipes-heading {
    margin-top: 80px;
  }

  .recipe-grid {
    grid-template-columns: 1fr;
  }

  .recipe-image {
    min-height: 300px;
  }

  .quote-section {
    padding: 76px 15px;
  }

  .quote-form {
    padding: 26px 18px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .form-full {
    grid-column: 1;
  }

  .faq-list summary {
    min-height: 84px;
    grid-template-columns: 34px 1fr auto;
    gap: 10px;
    font-size: 1.08rem;
  }

  .faq-list details > p {
    margin-left: 44px;
  }

  .final-cta {
    padding: 58px 20px;
  }

  .final-cta .button {
    width: 100%;
  }

  .site-footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 42px 24px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-main > div:last-child {
    grid-column: auto;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-legal {
    flex-wrap: wrap;
  }

  .footer-legal details p {
    right: auto;
    left: 0;
  }

  .floating-whatsapp span {
    display: none;
  }

  .floating-whatsapp {
    width: 54px;
    height: 54px;
    justify-content: center;
    padding: 0;
  }

  .floating-whatsapp b {
    width: 38px;
    height: 38px;
  }
}

/* Dirección visual propia de Más Palta, inspirada en su identidad de marca. */

:focus-visible {
  outline-color: var(--mp-lime);
}

.site-header {
  border-bottom-color: rgba(7, 81, 66, 0.14);
  background: rgba(253, 246, 232, 0.95);
}

.brand {
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
}

.main-nav a {
  color: var(--mp-forest);
}

.main-nav a:hover {
  color: var(--mp-coral);
}

.main-nav a::after {
  background: var(--mp-coral);
}

.header-cta {
  background: var(--mp-coral);
  color: var(--mp-white);
}

.header-cta:hover {
  background: var(--mp-lime);
  color: var(--mp-forest-deep);
}

.menu-toggle {
  border-color: rgba(7, 81, 66, 0.24);
  color: var(--mp-forest);
}

.hero {
  background:
    radial-gradient(circle at 9% 17%, rgba(47, 146, 156, 0.15), transparent 25%),
    radial-gradient(circle at 48% 90%, rgba(198, 229, 38, 0.14), transparent 30%),
    linear-gradient(116deg, #fdf6e8 0%, #f2ead8 61%, #dfe8d4 100%);
}

.hero::before {
  border-color: rgba(198, 229, 38, 0.24);
}

.hero .eyebrow {
  color: var(--mp-forest);
}

.hero h1 {
  color: var(--mp-forest);
}

.hero h1 em {
  color: var(--mp-coral);
}

.hero-lead {
  color: #425e53;
}

.button-primary {
  background: var(--mp-coral);
  color: var(--mp-white);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
}

.button-primary:hover {
  background: var(--mp-lime);
  color: var(--mp-forest-deep);
}

.button-ghost {
  border-color: rgba(7, 81, 66, 0.24);
  background: rgba(255, 254, 250, 0.62);
  color: var(--mp-forest);
}

.button-ghost:hover {
  background: var(--mp-white);
}

.hero-assurance {
  color: #3d5a4f;
}

.hero-visual {
  overflow: hidden;
  border: 1px solid rgba(198, 229, 38, 0.35);
  border-radius: 34px 110px 34px 34px;
  background: #f8edda;
}

.hero-card-top {
  right: 24px;
  max-width: calc(100% - 48px);
}

.hero-stamp {
  bottom: 24px;
  left: 24px;
}

.hero-visual > img {
  object-position: center;
}

.hero-card {
  border-color: rgba(7, 81, 66, 0.18);
  background: rgba(255, 254, 250, 0.93);
  color: var(--mp-forest);
  box-shadow: 0 18px 38px rgba(6, 49, 38, 0.17);
}

.hero-card p,
.hero-card-bottom p {
  color: #61736b;
}

.hero-card-bottom .card-index {
  color: var(--mp-coral);
}

.hero-stamp {
  border-color: var(--mp-white);
  background: var(--mp-coral);
  color: var(--mp-white);
}

.trust-strip {
  border-top: 1px solid rgba(198, 229, 38, 0.2);
  background: var(--mp-forest);
}

.solutions {
  background: var(--mp-paper);
}

.audience-grid {
  border-color: rgba(7, 81, 66, 0.22);
}

.audience-card {
  border-color: rgba(7, 81, 66, 0.18);
  background:
    linear-gradient(145deg, rgba(47, 146, 156, 0.08), transparent 54%),
    rgba(255, 254, 250, 0.54);
  color: var(--mp-ink);
}

.audience-card:hover {
  background:
    linear-gradient(145deg, rgba(198, 229, 38, 0.16), transparent 55%),
    var(--mp-white);
  box-shadow: var(--mp-shadow);
}

.audience-card h3,
.audience-card a {
  color: var(--mp-forest);
}

.audience-card p {
  color: #5b6d65;
}

.audience-card a b {
  color: var(--mp-coral);
}

.promise-section {
  background: var(--mp-forest);
}

.promise-image img {
  object-position: center;
}

.maturity-panel {
  background:
    radial-gradient(circle at 7% 12%, rgba(47, 146, 156, 0.3), transparent 32%),
    linear-gradient(120deg, #0a604e, #063126 76%);
}

.process-section {
  background:
    radial-gradient(circle at 88% 18%, rgba(198, 229, 38, 0.2), transparent 26%),
    radial-gradient(circle at 8% 90%, rgba(255, 254, 250, 0.2), transparent 32%),
    #f08367;
  color: var(--mp-forest-deep);
}

.process-heading .eyebrow-lime {
  color: var(--mp-forest-deep);
}

.process-heading h2 {
  color: var(--mp-forest-deep);
}

.process-heading > p:last-child,
.process-list p {
  color: rgba(6, 49, 38, 0.76);
}

.process-list,
.process-list li {
  border-color: rgba(6, 49, 38, 0.24);
}

.process-list li > span {
  background: var(--mp-forest-deep);
  color: var(--mp-lime);
}

.coverage {
  width: 100%;
  padding-right: max(32px, calc((100vw - 1200px) / 2));
  padding-left: max(32px, calc((100vw - 1200px) / 2));
  background:
    radial-gradient(circle at 8% 15%, rgba(47, 146, 156, 0.13), transparent 28%),
    var(--mp-cream);
  color: var(--mp-ink);
}

.coverage-shell {
  width: min(1200px, 100%);
  margin: 0 auto;
}

.coverage-copy .eyebrow-dark,
.coverage-copy > label {
  color: var(--mp-forest);
}

.coverage-copy h2 {
  color: var(--mp-forest);
}

.coverage-copy > p {
  color: #52685e;
}

.select-wrap select {
  border-color: var(--mp-lime);
  background: var(--mp-paper);
}

.coverage-result {
  border: 1px solid rgba(7, 81, 66, 0.16);
  background: var(--mp-white);
  color: var(--mp-ink);
  box-shadow: 0 18px 44px rgba(6, 49, 38, 0.12);
}

.chile-network {
  aspect-ratio: 2 / 3;
  min-height: 720px;
  border: 1px solid rgba(198, 229, 38, 0.34);
  border-radius: 34px;
  background: var(--mp-paper);
  box-shadow: 0 24px 60px rgba(6, 49, 38, 0.16);
}

@media (max-width: 640px) {
  .chile-network {
    min-height: 0;
  }
}

.coverage-art {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.guide {
  background: #eee3cf;
}

.guide,
.process-section,
.quote-section,
.final-cta,
.site-footer {
  padding-right: max(32px, calc((100vw - 1200px) / 2));
  padding-left: max(32px, calc((100vw - 1200px) / 2));
}

.guide-feature {
  background:
    radial-gradient(circle at 92% 10%, rgba(198, 229, 38, 0.22), transparent 36%),
    linear-gradient(140deg, var(--mp-forest), var(--mp-forest-deep));
}

.guide-list article {
  background: rgba(255, 253, 247, 0.64);
}

.quote-section {
  background:
    radial-gradient(circle at 7% 16%, rgba(47, 146, 156, 0.3), transparent 28%),
    radial-gradient(circle at 40% 80%, rgba(198, 229, 38, 0.08), transparent 24%),
    var(--mp-forest);
}

.contact-card {
  border-color: rgba(198, 229, 38, 0.34);
  background: rgba(6, 49, 38, 0.46);
}

.quote-form {
  background: var(--mp-cream);
}

.final-cta {
  border-top: 1px solid rgba(7, 81, 66, 0.16);
  background:
    linear-gradient(115deg, #dbea8a, var(--mp-lime) 58%, #b8d91f);
  color: var(--mp-forest-deep);
}

.final-cta h2 {
  color: var(--mp-forest-deep);
}

.button-light {
  background: var(--mp-forest-deep);
  color: var(--mp-white);
}

.site-footer {
  background: var(--mp-forest-deep);
}

.footer-brand img {
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
}

.footer-brand small {
  display: block;
  max-width: 320px;
  margin-top: 12px;
  color: rgba(255, 253, 247, 0.46);
  font-size: 0.68rem;
  letter-spacing: 0.04em;
}

.floating-whatsapp {
  border-color: rgba(198, 229, 38, 0.42);
  background: var(--mp-forest-deep);
}

@media (max-width: 920px) {
  .main-nav {
    border-bottom-color: rgba(7, 81, 66, 0.16);
    background: var(--mp-paper);
  }

  .main-nav a {
    border-bottom-color: rgba(7, 81, 66, 0.12);
  }

  .hero {
    background:
      radial-gradient(circle at 12% 12%, rgba(47, 146, 156, 0.14), transparent 28%),
      linear-gradient(145deg, var(--mp-paper), #e3ead8);
  }

  .hero-visual {
    border-radius: 32px 88px 32px 32px;
  }

  .coverage {
    padding-right: 24px;
    padding-left: 24px;
  }

  .guide,
  .process-section,
  .quote-section,
  .final-cta,
  .site-footer {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media (max-width: 640px) {
  :root {
    --content: calc(100vw - 40px);
  }

  .brand {
    padding: 0;
  }

  .hero-visual {
    border-radius: 24px 58px 24px 24px;
  }

  .hero-card-top {
    right: 14px;
    max-width: calc(100% - 28px);
  }

  .hero-stamp {
    left: 18px;
  }

  .hero-visual > img {
    object-position: center;
  }

  .coverage {
    padding-right: 20px;
    padding-left: 20px;
  }

  .chile-network {
    min-height: 560px;
    border-radius: 24px;
  }

  .coverage-art {
    object-position: center;
  }

  .guide {
    padding-right: 20px;
    padding-left: 20px;
  }

  .process-section,
  .quote-section,
  .final-cta,
  .site-footer {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media (max-width: 640px) {
  .chile-network {
    min-height: 0;
    aspect-ratio: 2 / 3;
  }
}

/* WordPress production additions. */
.mp-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.form-message {
  grid-column: 1 / -1;
  margin: 0 0 22px;
  border-radius: 12px;
  padding: 14px 16px;
  font-weight: 700;
}

.form-message.is-error {
  border: 1px solid rgba(243, 107, 74, 0.45);
  background: rgba(243, 107, 74, 0.12);
  color: #7f2617;
}

.content-shell {
  width: var(--content);
  min-height: 60vh;
  margin: 0 auto;
  padding: 100px 0 120px;
}

.content-heading {
  max-width: 900px;
  margin-bottom: 58px;
}

.content-heading h1,
.error-page h1 {
  margin: 0;
  color: var(--mp-forest);
  font-family: var(--font-display);
  font-size: clamp(3rem, 6vw, 6rem);
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.content-heading > p:not(.eyebrow),
.error-page > p {
  max-width: 760px;
  color: #52685e;
  font-size: 1.1rem;
  line-height: 1.75;
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.content-card {
  border: 1px solid var(--mp-border);
  background: rgba(255, 255, 255, 0.38);
  padding: 30px;
}

.content-card h2 {
  margin: 0 0 16px;
  color: var(--mp-forest);
  font-family: var(--font-display);
  font-size: 1.8rem;
}

.prose-content {
  max-width: 900px;
  font-size: 1.05rem;
  line-height: 1.8;
}

.prose-content h2,
.prose-content h3 {
  margin: 1.7em 0 0.55em;
  color: var(--mp-forest);
  font-family: var(--font-display);
}

.prose-content a {
  color: var(--mp-forest);
  text-decoration: underline;
  text-decoration-color: var(--mp-coral);
  text-underline-offset: 4px;
}

.recipe-hero {
  margin: 0 0 45px;
}

.recipe-hero img {
  width: 100%;
  max-height: 680px;
  border-radius: 80px 16px 80px 16px;
  object-fit: cover;
}

.recipe-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 55px;
  border: 1px solid var(--mp-border);
}

.recipe-facts > div {
  display: grid;
  gap: 6px;
  border-right: 1px solid var(--mp-border);
  padding: 20px;
}

.recipe-facts > div:last-child {
  border-right: 0;
}

.recipe-facts span {
  color: #627067;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.recipe-tip {
  margin-top: 40px;
  border-left: 5px solid var(--mp-lime);
  background: var(--mp-cream);
  padding: 24px 28px;
}

@media (max-width: 800px) {
  .content-grid,
  .recipe-facts {
    grid-template-columns: 1fr;
  }

  .recipe-facts > div {
    border-right: 0;
    border-bottom: 1px solid var(--mp-border);
  }

  .content-shell {
    padding: 72px 0 90px;
  }
}
