:root {
  --navy: #05084D;
  --red: #A91B03;
  --red-dark: #8E1602;
  --dark: #0B0B1F;
  --ink: #14152B;
  --body: #3A3C55;
  --muted: #4A4C66;
  --ground: #F4F4F6;
  --line: #E3E4EC;
  --tint: #EEF0FA;
  --on-navy: #E6E7F5;
  --on-navy-muted: #C9CBE3;
  --footer-muted: #9FA2C4;
  --wa: #128C7E;
  --display: 'Barlow Condensed', 'Arial Narrow', sans-serif;
  --text: 'Barlow', system-ui, sans-serif;
  --container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--text);
  color: var(--ink);
  background: #fff;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--red); text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }
p { margin: 0; }
h1, h2, h3 {
  margin: 0;
  font-family: var(--display);
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.05;
  color: var(--navy);
}

.container { width: min(var(--container), 100% - 48px); margin-inline: auto; }

.ic {
  width: 22px; height: 22px; flex-shrink: 0;
  fill: none; stroke: currentColor; stroke-width: 2;
  stroke-linecap: round; stroke-linejoin: round;
}
.ic-fill { fill: currentColor; stroke: none; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 48px; padding: 0 24px; border-radius: 6px;
  background: var(--red); color: #fff;
  font-size: 14px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
  transition: filter .15s ease;
}
.btn:hover { filter: brightness(.92); }
.btn .ic { width: 20px; height: 20px; }
.btn--lg { min-height: 56px; padding: 0 28px; font-size: 15px; }
.btn--ghost { background: transparent; border: 2px solid rgba(255, 255, 255, .75); }

.eyebrow { font-size: 13px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--red); }
.bar { width: 64px; height: 4px; background: var(--red); }
.chip {
  display: inline-flex; align-items: center; height: 28px; padding: 0 12px; border-radius: 999px;
  background: var(--tint); color: var(--navy); font-size: 13px; font-weight: 600; white-space: nowrap;
}

/* Barra superior */
.topbar { background: var(--navy); color: #fff; font-size: 13px; font-weight: 500; }
.topbar .container { min-height: 40px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.topbar__tag, .topbar__contacts a { display: flex; align-items: center; gap: 8px; color: #fff; }
.topbar__contacts { display: flex; gap: 24px; }
.topbar .ic { width: 16px; height: 16px; }

/* Cabeçalho */
.header { position: sticky; top: 0; z-index: 50; background: #fff; border-bottom: 1px solid var(--line); }
.header .container { position: relative; min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.header__logo img { height: 52px; width: auto; }
.nav { display: flex; align-items: center; gap: 36px; }
.nav a { color: var(--navy); font-size: 14px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.nav a:hover { color: var(--red); }
.nav .btn { min-height: 44px; padding: 0 20px; font-size: 13px; color: #fff; }
.nav .btn:hover { color: #fff; }
.header__mobile { display: none; }
.wa-mini {
  width: 44px; height: 44px; border-radius: 50%; background: var(--red); color: #fff;
  display: flex; align-items: center; justify-content: center;
}
.nav-toggle {
  width: 44px; height: 44px; border-radius: 8px; border: 1px solid var(--line); background: #fff;
  color: var(--navy); display: flex; align-items: center; justify-content: center; padding: 0; cursor: pointer;
}
.nav-toggle__close { display: none; }
.nav-toggle[aria-expanded="true"] .nav-toggle__open { display: none; }
.nav-toggle[aria-expanded="true"] .nav-toggle__close { display: block; }

/* Banner */
.hero { position: relative; overflow: hidden; background: var(--navy); color: #fff; padding: 72px 0; }
.hero__ring {
  position: absolute; left: 50%; top: 50%; width: 460px; height: 460px;
  transform: translate(-50%, -50%); border: 46px solid var(--red-dark); border-radius: 50%; opacity: .95;
  pointer-events: none;
}
.hero .container {
  position: relative; display: grid; grid-template-columns: 260px minmax(0, 1fr) 260px;
  align-items: center; gap: 40px;
}
.hero__cone { display: flex; justify-content: center; }
.hero__cone img { width: auto; height: auto; max-height: 330px; max-width: 100%; filter: drop-shadow(0 18px 28px rgba(0, 0, 0, .35)); }
.hero__cone--b img { max-height: 260px; }
.hero__content { max-width: 660px; margin-inline: auto; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 20px; }
.hero__content .eyebrow { color: var(--on-navy-muted); font-size: 14px; }
.hero h1 { color: #fff; font-size: clamp(38px, 4.5vw, 58px); }
.hero p { font-size: 18px; line-height: 1.55; color: var(--on-navy); max-width: 560px; }
.hero__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; margin-top: 8px; }

/* Faixa de diferenciais */
.benefits { background: var(--red); color: #fff; padding: 26px 0; }
.benefits .container { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px; }
.benefit { display: flex; align-items: center; gap: 14px; font-size: 15px; font-weight: 600; line-height: 1.3; }
.benefit__icon {
  width: 48px; height: 48px; border-radius: 50%; background: #fff; color: var(--red);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.benefit__icon .ic { width: 24px; height: 24px; }

/* Letreiro rolante */
.marquee { height: 48px; overflow: hidden; display: flex; align-items: center; background: var(--dark); color: #fff; }
.marquee__track { display: flex; width: max-content; animation: marquee 28s linear infinite; }
.marquee__copy {
  display: flex; align-items: center; gap: 56px; padding-right: 56px; white-space: nowrap;
  font-size: 13px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
}
.marquee__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--red); flex-shrink: 0; }
@keyframes marquee { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .marquee__track { animation: none; } }

/* Seções */
.section { padding: 72px 0; }
.section__head { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 12px; margin-bottom: 32px; }
.section__head h2 { font-size: clamp(32px, 4vw, 42px); }
.section__head p { font-size: 17px; color: var(--muted); max-width: 640px; }

/* Produtos */
.products { display: flex; flex-direction: column; gap: 24px; }
.product { display: flex; border: 1px solid var(--line); border-radius: 12px; background: #fff; overflow: hidden; }
.product__media {
  width: 360px; flex-shrink: 0; background: var(--ground);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; padding: 32px 24px;
}
.product__figure { display: flex; align-items: center; gap: 20px; }
.product__dim-w { font-size: 13px; font-weight: 600; color: var(--muted); }
.product__img { width: auto; height: auto; max-width: 100%; }
.product__img--1kg { max-height: 200px; }
.product__img--250g { max-height: 170px; }
.product__img--cores { max-height: 190px; }
.product__dim { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 700; line-height: 1.25; color: var(--navy); }
.product__dim span { font-weight: 500; color: var(--muted); }
.dim-line { width: 16px; height: 200px; fill: none; stroke: var(--navy); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.dim-line--sm { height: 170px; }
.product__body { flex: 1; padding: 32px 36px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 12px; }
.product__title { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; }
.product h3 { font-size: 30px; line-height: 1; }
.product p { font-size: 16px; line-height: 1.55; color: var(--body); }
.product__chips { display: flex; flex-wrap: wrap; gap: 10px; }
.product .btn { margin-top: 4px; font-size: 13px; padding: 0 22px; }

/* Mercado */
.market { background: var(--ground); }
.market__top { display: flex; justify-content: space-between; align-items: flex-end; gap: 48px; margin-bottom: 32px; }
.market__title { max-width: 640px; display: flex; flex-direction: column; gap: 12px; }
.market__title h2 { font-size: clamp(30px, 3.5vw, 40px); }
.market__top > p { max-width: 480px; font-size: 17px; line-height: 1.55; color: var(--muted); }
.market__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.tile { display: flex; align-items: center; gap: 16px; padding: 20px 22px; background: #fff; border: 1px solid var(--line); border-radius: 10px; }
.tile__icon {
  width: 44px; height: 44px; border-radius: 8px; background: var(--tint); color: var(--navy);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.tile strong { display: block; font-size: 16px; color: var(--navy); }
.tile small { display: block; font-size: 13px; line-height: 1.4; color: var(--muted); }

/* Sobre */
.about .container { display: flex; justify-content: space-between; align-items: center; gap: 64px; }
.about__text { max-width: 600px; display: flex; flex-direction: column; gap: 16px; }
.about__text h2 { font-size: clamp(30px, 3.5vw, 38px); }
.about__text p { font-size: 17px; line-height: 1.55; color: var(--muted); }
.about__list { width: 480px; max-width: 100%; flex-shrink: 0; display: flex; flex-direction: column; gap: 14px; }
.check {
  display: flex; align-items: center; gap: 14px; padding: 12px 18px; border-radius: 10px;
  background: var(--ground); font-size: 16px; font-weight: 600; color: var(--navy);
}
.check__icon {
  width: 32px; height: 32px; border-radius: 50%; background: var(--red); color: #fff;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.check__icon .ic { width: 18px; height: 18px; stroke-width: 2.5; }

/* Chamada final */
.cta { background: var(--navy); color: #fff; text-align: center; padding: 72px 0; }
.cta .container { display: flex; flex-direction: column; align-items: center; gap: 18px; }
.cta h2 { color: #fff; font-size: clamp(34px, 4vw, 44px); }
.cta p { font-size: 17px; line-height: 1.55; color: var(--on-navy); max-width: 620px; }
.cta small { font-size: 14px; color: var(--on-navy-muted); }

/* Rodapé */
.footer { background: var(--dark); color: var(--on-navy-muted); padding-top: 44px; }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 32px; }
.footer__brand { display: flex; flex-direction: column; gap: 14px; }
.footer__logo { display: inline-block; align-self: flex-start; padding: 10px 14px; background: #fff; border-radius: 8px; }
.footer__brand img { height: 44px; width: auto; }
.footer__brand p { font-size: 14px; line-height: 1.5; color: var(--footer-muted); max-width: 340px; }
.footer h4 { margin: 0 0 10px; font-size: 13px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #fff; }
.footer__col div, .footer__col a { display: block; font-size: 14px; color: var(--on-navy-muted); margin-bottom: 6px; }
.footer__col a:hover { color: #fff; }
.footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, .12); padding: 18px 0;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px 16px;
  font-size: 13px; color: var(--footer-muted);
}

/* Botão flutuante */
.wa-float {
  position: fixed; right: 24px; bottom: 24px; z-index: 60;
  width: 64px; height: 64px; border-radius: 50%; background: var(--wa); color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .25);
}
.wa-float .ic { width: 34px; height: 34px; }
.wa-float:hover { filter: brightness(1.08); }

/* Tablet */
@media (max-width: 1100px) {
  .hero .container { grid-template-columns: 180px minmax(0, 1fr) 180px; gap: 24px; }
  .hero__cone img { max-height: 240px; }
  .hero__cone--b img { max-height: 190px; }
  .benefits .container { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 24px; }
  .market__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer__grid { grid-template-columns: 1fr 1fr; }
}

/* Celular */
@media (max-width: 860px) {
  .topbar { font-size: 12px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
  .topbar .container { min-height: 36px; justify-content: center; }
  .topbar__contacts { display: none; }

  .header .container { min-height: 64px; }
  .header__logo img { height: 30px; }
  .header__mobile { display: flex; align-items: center; gap: 10px; }
  .nav {
    display: none; position: absolute; left: 0; right: 0; top: 100%;
    flex-direction: column; align-items: stretch; gap: 4px; padding: 12px 24px 20px;
    background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 12px 24px rgba(0, 0, 0, .08);
  }
  .nav.is-open { display: flex; }
  .nav a { padding: 12px 0; border-bottom: 1px solid var(--line); }
  .nav .btn { margin-top: 12px; border-bottom: 0; }

  .hero { padding: 32px 0 40px; }
  .hero__ring { width: 300px; height: 300px; border-width: 34px; }
  .hero .container { grid-template-columns: 1fr 1fr; gap: 16px 48px; }
  .hero__cone--a { grid-row: 1; grid-column: 1; justify-content: flex-end; }
  .hero__cone--b { grid-row: 1; grid-column: 2; justify-content: flex-start; }
  .hero__cone img { max-height: 130px; }
  .hero__cone--b img { max-height: 105px; }
  .hero__content { grid-row: 2; grid-column: 1 / -1; gap: 16px; }
  .hero__content .eyebrow { font-size: 12px; }
  .hero p { font-size: 16px; }
  .hero__actions { flex-direction: column; width: 100%; }
  .hero__actions .btn { width: 100%; min-height: 52px; font-size: 14px; }

  .benefits { padding: 24px 0; }
  .benefits .container { gap: 20px 16px; }
  .benefit { font-size: 14px; gap: 12px; }
  .benefit br { display: none; }
  .benefit__icon { width: 40px; height: 40px; }
  .benefit__icon .ic { width: 20px; height: 20px; }

  .marquee { height: 44px; }
  .marquee__copy { gap: 40px; padding-right: 40px; font-size: 12px; }

  .section { padding: 56px 0; }
  .section__head p { font-size: 15px; }

  .product { flex-direction: column; }
  .product__media { width: 100%; min-height: 200px; padding: 24px; gap: 10px; }
  .product__figure { gap: 16px; }
  .product__img--1kg { max-height: 150px; }
  .product__img--250g { max-height: 130px; }
  .product__img--cores { max-height: 140px; }
  .dim-line { height: 150px; }
  .dim-line--sm { height: 130px; }
  .product__body { padding: 20px; }
  .product h3 { font-size: 28px; }
  .product p { font-size: 15px; }
  .product .btn { width: 100%; }

  .market__top { flex-direction: column; align-items: flex-start; gap: 16px; margin-bottom: 24px; }
  .market__top > p { font-size: 15px; }
  .market__grid { gap: 12px; }
  .tile { flex-direction: column; align-items: flex-start; gap: 10px; padding: 16px; }
  .tile__icon { width: 40px; height: 40px; }
  .tile strong { font-size: 15px; line-height: 1.25; }
  .tile small { font-size: 12px; }

  .about .container { flex-direction: column; align-items: stretch; gap: 24px; }
  .about__text p { font-size: 15px; }
  .about__list { width: 100%; gap: 12px; }
  .check { font-size: 15px; padding: 12px 14px; gap: 12px; }
  .check__icon { width: 30px; height: 30px; }

  .cta { padding: 56px 0; }
  .cta p { font-size: 16px; }
  .cta .btn { width: 100%; min-height: 52px; font-size: 14px; }
  .cta small { font-size: 13px; }

  .footer { padding-top: 40px; }
  .footer__grid { grid-template-columns: 1fr; gap: 24px; padding-bottom: 24px; }
  .footer__brand img { height: 36px; }
  .footer__logo { padding: 8px 12px; }
  .footer__bottom { flex-direction: column; font-size: 12px; padding-bottom: 96px; }

  .wa-float { width: 56px; height: 56px; right: 16px; bottom: 16px; }
  .wa-float .ic { width: 30px; height: 30px; }
}
