:root {
  --ink: #10201c;
  --muted: #66736f;
  --paper: #f6f2e8;
  --white: #fffdf8;
  --green: #12372f;
  --leaf: #2e8b57;
  --lime: #d7f35f;
  --orange: #ff8f3d;
  --red: #df4038;
  --line: rgba(16, 32, 28, 0.13);
  --shadow: 0 28px 80px rgba(18, 55, 47, 0.2);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 12%, rgba(215, 243, 95, 0.2), transparent 28rem),
    linear-gradient(180deg, #fffdf8, var(--paper) 46%, #fffdf8);
  font-family: Inter, Arial, sans-serif;
  line-height: 1.6;
}

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

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

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  width: min(1180px, calc(100% - 32px));
  margin: 14px auto 0;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 14px;
  background: rgba(255, 253, 248, 0.86);
  box-shadow: 0 18px 46px rgba(16, 32, 28, 0.08);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
}

.brand span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  color: var(--green);
  background: var(--lime);
  font-weight: 950;
}

.brand strong {
  font-weight: 950;
}

nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  color: #41544f;
  font-size: 0.92rem;
  font-weight: 850;
}

.nav-cta,
.primary,
.secondary,
.offer-grid a,
.float-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 12px;
  font-weight: 900;
}

.nav-cta,
.primary {
  padding: 0 18px;
  color: var(--green);
  background: var(--lime);
  box-shadow: 0 16px 36px rgba(46, 139, 87, 0.18);
}

.secondary {
  padding: 0 18px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  gap: 2.8rem;
  width: min(1180px, calc(100% - 32px));
  margin: 68px auto 30px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--red);
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  line-height: 1.02;
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(3rem, 6.2vw, 5.45rem);
}

.hero-copy > p:not(.eyebrow) {
  max-width: 650px;
  color: var(--muted);
  font-size: 1.12rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 20px;
}

.delivery-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.delivery-row span {
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  font-size: 0.86rem;
  font-weight: 850;
}

.hero-board {
  display: grid;
  gap: 14px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: var(--shadow);
}

.board-head {
  display: flex;
  justify-content: space-between;
  padding: 8px 6px 0;
}

.board-head span {
  color: var(--red);
  font-weight: 950;
  text-transform: uppercase;
}

.hero-offer {
  position: relative;
  overflow: hidden;
  min-height: 470px;
  border-radius: 18px;
  color: var(--white);
  background: var(--green);
}

.hero-offer img {
  width: 100%;
  height: 100%;
  min-height: 470px;
  object-fit: cover;
}

.hero-offer::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 35%, rgba(16, 32, 28, 0.88));
}

.hero-offer div {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 1;
}

.hero-offer span {
  color: var(--lime);
  font-weight: 950;
  text-transform: uppercase;
}

.hero-offer h2 {
  margin: 4px 0;
  font-size: clamp(2.4rem, 6vw, 4.3rem);
}

.hero-offer p {
  color: rgba(255, 255, 255, 0.76);
}

.mini-offers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.mini-offers span {
  padding: 14px;
  border-radius: 14px;
  color: var(--green);
  background: var(--lime);
  text-align: center;
  font-weight: 950;
}

.ticker {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
}

.ticker span {
  padding: 16px 12px;
  border-right: 1px solid var(--line);
  text-align: center;
  font-weight: 950;
}

.ticker span:last-child {
  border-right: 0;
}

.section {
  width: min(1180px, calc(100% - 32px));
  margin: 96px auto;
}

.section-head {
  max-width: 820px;
  margin-bottom: 28px;
}

.section h2,
.order-copy h2,
.campaign h2,
.final-cta h2 {
  margin-bottom: 0;
  font-size: clamp(2.05rem, 4.4vw, 4rem);
}

.offer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.offer-grid article {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
}

.offer-grid img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.offer-grid span,
.offer-grid h3,
.offer-grid strong,
.offer-grid a {
  margin-left: 18px;
  margin-right: 18px;
}

.offer-grid span {
  display: block;
  margin-top: 18px;
  color: var(--red);
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.offer-grid h3 {
  margin-bottom: 8px;
  font-size: 1.18rem;
}

.offer-grid strong {
  display: block;
  margin-bottom: 16px;
  color: var(--green);
  font-size: 1.6rem;
}

.offer-grid a {
  min-height: 40px;
  margin-bottom: 18px;
  padding: 0 12px;
  color: var(--green);
  background: var(--lime);
}

.sectors {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 34px;
  align-items: start;
}

.sector-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.sector-grid article {
  min-height: 210px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
}

.sector-grid span {
  color: var(--orange);
  font-weight: 950;
}

.sector-grid strong {
  display: block;
  margin: 42px 0 8px;
  font-size: 1.25rem;
}

.sector-grid p,
.order-copy p,
.campaign p,
.final-cta p {
  color: var(--muted);
}

.order-flow {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 42px;
  align-items: center;
  padding: 34px;
  border-radius: 22px;
  color: var(--white);
  background: var(--green);
}

.phone {
  display: grid;
  gap: 10px;
  max-width: 390px;
  margin: 0 auto;
  padding: 18px;
  border: 10px solid #081b17;
  border-radius: 32px;
  background: #fffdf8;
  color: var(--ink);
}

.phone-head {
  padding: 12px;
  border-radius: 14px;
  color: var(--green);
  background: var(--lime);
  font-weight: 950;
  text-align: center;
}

.cart-line,
.cart-total {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
}

.cart-total {
  color: var(--white);
  background: var(--green);
}

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

.order-copy p {
  color: rgba(255, 255, 255, 0.72);
}

.campaign,
.final-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 34px;
  border-radius: 22px;
}

.campaign {
  border: 1px solid var(--line);
  background: linear-gradient(135deg, #fffdf8, #eef5d6);
}

.final-cta {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(18, 55, 47, 0.94), rgba(16, 32, 28, 0.86)),
    url("https://images.unsplash.com/photo-1542838132-92c53300491e?auto=format&fit=crop&w=1400&q=82") center/cover;
  background-blend-mode: multiply;
}

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

.final-cta p {
  color: rgba(255, 255, 255, 0.72);
}

footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 34px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

footer strong {
  color: var(--green);
}

.float-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 35;
  min-height: 48px;
  padding: 0 20px;
  color: var(--green);
  background: var(--lime);
  box-shadow: 0 16px 44px rgba(16, 32, 28, 0.22);
}

@media (max-width: 980px) {
  .topbar {
    grid-template-columns: auto auto;
  }

  nav {
    display: none;
  }

  .hero,
  .sectors,
  .order-flow,
  .campaign,
  .final-cta {
    grid-template-columns: 1fr;
  }

  .offer-grid,
  .ticker {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .topbar,
  .hero,
  .section,
  .ticker,
  footer {
    width: min(100% - 22px, 1180px);
  }

  .nav-cta {
    padding: 0 12px;
    font-size: 0.82rem;
  }

  .hero {
    margin-top: 36px;
    gap: 1.4rem;
  }

  h1 {
    font-size: clamp(2.35rem, 10vw, 3.55rem);
  }

  .hero-offer,
  .hero-offer img {
    min-height: 360px;
  }

  .mini-offers,
  .offer-grid,
  .ticker,
  .sector-grid {
    grid-template-columns: 1fr;
  }

  .ticker span {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .order-flow,
  .campaign,
  .final-cta {
    padding: 20px;
  }
}
