:root {
  --red: #c10016;
  --red-dark: #970014;
  --ink: #17110f;
  --muted: #746b64;
  --line: rgba(23, 17, 15, 0.12);
  --paper: #fffdf8;
  --cream: #fff5e7;
  --dark: #181210;
  --green: #178a4b;
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

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

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

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.section {
  padding: 96px 0;
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 16px;
  left: 50%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  width: min(1180px, calc(100% - 32px));
  min-height: 64px;
  padding: 10px 12px 10px 18px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: var(--radius);
  background: rgba(255, 253, 248, 0.9);
  box-shadow: 0 20px 60px rgba(38, 18, 10, 0.16);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
}

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

.nav {
  display: flex;
  justify-content: center;
  gap: 22px;
  color: #40342e;
  font-size: 14px;
}

.nav a:hover {
  color: var(--red);
}

.header-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 18px;
  border: 0;
  border-radius: var(--radius);
  font-weight: 800;
  white-space: nowrap;
  cursor: pointer;
}

.header-cta {
  background: var(--green);
  color: white;
  font-size: 14px;
}

.btn-primary {
  background: var(--red);
  color: white;
  box-shadow: 0 16px 40px rgba(193, 0, 22, 0.26);
}

.btn-primary:hover {
  background: var(--red-dark);
}

.btn-secondary {
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.12);
  color: white;
  backdrop-filter: blur(12px);
}

.icon {
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}

.icon::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: currentColor;
  -webkit-mask: var(--icon) center / contain no-repeat;
  mask: var(--icon) center / contain no-repeat;
}

.icon.large {
  width: 42px;
  height: 42px;
  padding: 10px;
  border-radius: 50%;
  background: rgba(193, 0, 22, 0.1);
  color: var(--red);
}

.icon[data-icon="wa"] {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 11.5a8 8 0 0 1-11.8 7L4 20l1.5-4A8 8 0 1 1 20 11.5Z'/%3E%3Cpath d='M8.8 8.8c.2 3.1 2.3 5.3 5.4 6.4l1.4-1.4c.2-.2.2-.6 0-.8l-1.2-1.1c-.2-.2-.6-.2-.8 0l-.6.6c-1-.5-1.8-1.3-2.4-2.4l.6-.6c.2-.2.2-.6 0-.8L10.1 7.5c-.2-.2-.6-.2-.8 0L8.8 8Z'/%3E%3C/svg%3E");
}

.icon[data-icon="form"] {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 6h10'/%3E%3Cpath d='M8 12h10'/%3E%3Cpath d='M8 18h10'/%3E%3Cpath d='M3.5 6h.01'/%3E%3Cpath d='M3.5 12h.01'/%3E%3Cpath d='M3.5 18h.01'/%3E%3C/svg%3E");
}

.icon[data-icon="phone"] {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.9v3a2 2 0 0 1-2.2 2 19.8 19.8 0 0 1-8.6-3.1 19.4 19.4 0 0 1-6-6A19.8 19.8 0 0 1 2.1 4.2 2 2 0 0 1 4.1 2h3a2 2 0 0 1 2 1.7c.1 1 .4 2 .7 2.8a2 2 0 0 1-.4 2.1L8.1 9.9a16 16 0 0 0 6 6l1.3-1.3a2 2 0 0 1 2.1-.4c.9.3 1.8.6 2.8.7a2 2 0 0 1 1.7 2Z'/%3E%3C/svg%3E");
}

.icon[data-icon="factory"] {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 21h18'/%3E%3Cpath d='M5 21V9l5 3V9l5 3V5h4v16'/%3E%3Cpath d='M9 17h1'/%3E%3Cpath d='M14 17h1'/%3E%3C/svg%3E");
}

.icon[data-icon="award"] {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='5'/%3E%3Cpath d='m8.5 12.5-1.5 8 5-3 5 3-1.5-8'/%3E%3C/svg%3E");
}

.icon[data-icon="shield"] {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10Z'/%3E%3Cpath d='m9 12 2 2 4-5'/%3E%3C/svg%3E");
}

.icon[data-icon="store"] {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 10h16l-1-5H5l-1 5Z'/%3E%3Cpath d='M5 10v10h14V10'/%3E%3Cpath d='M9 20v-6h6v6'/%3E%3C/svg%3E");
}

.icon[data-icon="truck"] {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 7h11v10H3z'/%3E%3Cpath d='M14 10h4l3 3v4h-7z'/%3E%3Ccircle cx='7' cy='18' r='2'/%3E%3Ccircle cx='18' cy='18' r='2'/%3E%3C/svg%3E");
}

.icon[data-icon="map"] {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18 3 21V6l6-3 6 3 6-3v15l-6 3-6-3Z'/%3E%3Cpath d='M9 3v15'/%3E%3Cpath d='M15 6v15'/%3E%3C/svg%3E");
}

.icon[data-icon="handshake"] {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m11 17 2 2a2.8 2.8 0 0 0 4 0l3-3a2.8 2.8 0 0 0 0-4l-3.5-3.5a3 3 0 0 0-4.2 0L11 9.8'/%3E%3Cpath d='m13 7-1.3-1.3a3 3 0 0 0-4.2 0L4 9.2a2.8 2.8 0 0 0 0 4L7 16'/%3E%3Cpath d='m8 13 3-3 2 2'/%3E%3C/svg%3E");
}

.icon[data-icon="box"] {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m21 8-9-5-9 5 9 5 9-5Z'/%3E%3Cpath d='M3 8v8l9 5 9-5V8'/%3E%3Cpath d='M12 13v8'/%3E%3C/svg%3E");
}

.icon[data-icon="check"] {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
}

.hero {
  position: relative;
  min-height: 720px;
  padding: 124px 0 72px;
  color: white;
  overflow: hidden;
}

.hero-bg,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.03);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(18, 10, 7, 0.94) 0%, rgba(18, 10, 7, 0.76) 48%, rgba(18, 10, 7, 0.2) 100%),
    linear-gradient(0deg, rgba(18, 10, 7, 0.74), rgba(18, 10, 7, 0.1));
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) 430px;
  align-items: center;
  gap: 62px;
}

.eyebrow,
.section-title span,
.product-card span {
  display: inline-flex;
  width: fit-content;
  padding: 7px 12px;
  border: 1px solid rgba(193, 0, 22, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 890px;
  margin: 22px 0 20px;
  font-size: clamp(40px, 5.1vw, 68px);
  line-height: 1;
  letter-spacing: 0;
}

.hero p {
  max-width: 750px;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
  line-height: 1.58;
}

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

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.trust-row span {
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.08);
  font-size: 13px;
}

.hero-panel {
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--radius);
  background: rgba(255, 249, 240, 0.95);
  color: var(--ink);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}

.panel-top {
  padding: 28px;
  border-bottom: 1px solid var(--line);
}

.panel-top span,
.whatsapp-card span {
  display: block;
  color: var(--muted);
  font-size: 13px;
}

.panel-top strong {
  display: block;
  margin-top: 8px;
  font-size: 24px;
  line-height: 1.18;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.metrics div {
  min-height: 126px;
  padding: 20px 16px;
  border-right: 1px solid var(--line);
}

.metrics div:last-child {
  border-right: 0;
}

.metrics strong {
  display: block;
  color: var(--red);
  font-size: 29px;
  line-height: 1;
}

.metrics span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
}

.whatsapp-card {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 20px 20px;
  padding: 18px;
  border-radius: var(--radius);
  background: #143d29;
  color: white;
}

.whatsapp-card .icon {
  color: #7ee2a7;
}

.whatsapp-card a {
  display: block;
  margin-top: 2px;
  font-size: 20px;
  font-weight: 900;
}

.section-title h2 {
  margin: 16px 0 0;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.04;
  letter-spacing: 0;
}

.section-title p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.section-title.centered {
  max-width: 820px;
  margin: 0 auto 42px;
  text-align: center;
}

.section-title.centered span {
  margin: 0 auto;
}

.proof {
  background: var(--cream);
}

.proof-grid,
.cert-grid,
.process-grid,
.lead-grid,
.region-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
  align-items: start;
}

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

.proof-cards article,
.cert-list article,
.format-card,
.region-grid article,
.steps div {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  padding: 26px;
  box-shadow: 0 18px 50px rgba(38, 18, 10, 0.07);
}

.proof-cards article,
.cert-list article,
.format-card,
.region-grid article,
.steps div {
  position: relative;
}

.proof-cards b {
  display: block;
  margin-top: 16px;
  color: var(--red);
  font-size: 26px;
  line-height: 1;
}

.proof-cards span,
.cert-list span {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  line-height: 1.5;
}

.media-strip {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.9fr;
  gap: 16px;
  margin-top: 52px;
}

.media-strip img {
  width: 100%;
  height: 360px;
  border-radius: var(--radius);
  object-fit: cover;
  box-shadow: 0 22px 60px rgba(38, 18, 10, 0.13);
}

.matrix {
  background: white;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.product-card {
  display: grid;
  grid-template-rows: 250px 1fr;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  overflow: hidden;
}

.product-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

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

.product-card div {
  padding: 24px;
}

.product-card h3,
.format-card h3,
.region-grid h3,
.steps h3 {
  margin: 18px 0 10px;
  font-size: 21px;
  line-height: 1.18;
}

.product-card p,
.format-card p,
.region-grid p,
.steps p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.product-card ul {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  color: #4d433d;
  font-size: 14px;
  list-style: none;
}

.product-card li::before {
  content: "•";
  margin-right: 8px;
  color: var(--red);
}

.matrix-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 28px;
  padding: 28px;
  border-radius: var(--radius);
  background: #201815;
  color: white;
}

.matrix-cta h3 {
  margin: 0 0 8px;
  font-size: 24px;
}

.matrix-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
}

.certificates {
  background: var(--paper);
}

.cert-list {
  display: grid;
  gap: 14px;
}

.cert-list b {
  display: block;
  margin-top: 14px;
  color: var(--red);
  font-size: 18px;
}

.formats {
  background: var(--cream);
}

.format-grid,
.region-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.format-card b {
  display: block;
  margin-top: 16px;
  color: var(--red);
  font-size: 22px;
}

.regions {
  color: white;
  background: var(--dark);
}

.regions .section-title h2 {
  color: white;
}

.regions .section-title p {
  color: rgba(255, 255, 255, 0.72);
}

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

.region-grid article {
  background: #241c18;
  border-color: rgba(255, 255, 255, 0.12);
}

.region-grid h3 {
  margin-top: 16px;
  color: white;
}

.region-grid p {
  color: rgba(255, 255, 255, 0.68);
}

.process {
  background: white;
}

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

.steps b {
  display: block;
  margin-top: 16px;
  color: var(--red);
  font-size: 22px;
}

.lead {
  background:
    linear-gradient(135deg, rgba(193, 0, 22, 0.08), transparent 42%),
    var(--cream);
}

.lead-note {
  margin-top: 28px;
  padding: 22px;
  border-radius: var(--radius);
  background: white;
  color: var(--muted);
  line-height: 1.6;
}

.lead-note b {
  color: var(--ink);
}

.partner-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  box-shadow: 0 24px 70px rgba(38, 18, 10, 0.12);
}

.partner-form label {
  display: grid;
  gap: 8px;
}

.partner-form span {
  color: #4b403a;
  font-size: 13px;
  font-weight: 800;
}

.partner-form input,
.partner-form select,
.partner-form textarea {
  width: 100%;
  border: 1px solid rgba(23, 17, 15, 0.14);
  border-radius: var(--radius);
  background: #fffdf8;
  color: var(--ink);
  padding: 13px 14px;
  outline: none;
}

.partner-form input:focus,
.partner-form select:focus,
.partner-form textarea:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(193, 0, 22, 0.08);
}

.wide {
  grid-column: 1 / -1;
}

.footer {
  padding: 38px 0;
  background: #15110f;
  color: white;
}

.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer img {
  width: 126px;
  height: auto;
}

.footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
}

.footer a {
  color: white;
  font-weight: 900;
}

.floating-wa {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 60;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--green);
  color: white;
  box-shadow: 0 18px 42px rgba(23, 138, 75, 0.35);
}

.floating-wa .icon {
  width: 26px;
  height: 26px;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

  .nav {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  .hero-grid,
  .proof-grid,
  .cert-grid,
  .process-grid,
  .lead-grid,
  .region-layout,
  .product-grid,
  .format-grid,
  .steps {
    grid-template-columns: 1fr;
  }

  .media-strip {
    grid-template-columns: 1fr;
  }

  .media-strip img {
    height: 300px;
  }

  .hero-panel {
    max-width: 540px;
  }

  .product-card {
    grid-template-rows: 260px auto;
  }

  .matrix-cta,
  .footer-grid {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 28px, 1180px);
  }

  .section {
    padding: 68px 0;
  }

  .site-header {
    top: 10px;
    width: calc(100% - 20px);
    min-height: 58px;
    padding: 9px 10px 9px 12px;
  }

  .brand img {
    width: 108px;
  }

  .header-cta {
    min-height: 42px;
    padding: 0 12px;
    font-size: 0;
  }

  .hero {
    padding: 118px 0 68px;
  }

  .hero h1 {
    font-size: 42px;
  }

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

  .hero-actions,
  .btn {
    width: 100%;
  }

  .metrics,
  .proof-cards,
  .partner-form {
    grid-template-columns: 1fr;
  }

  .metrics div {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .metrics div:last-child {
    border-bottom: 0;
  }

  .media-strip img {
    height: 230px;
  }

  .matrix-cta {
    padding: 24px;
  }
}
