:root {
  --ink: #241716;
  --muted: #6f5d5b;
  --paper: #fff8f7;
  --panel: #ffffff;
  --line: #ead9d5;
  --rose: #e95b83;
  --strawberry: #d71f45;
  --chocolate: #4d2b24;
  --cream: #fff0cf;
  --mint: #65b891;
  --shadow: 0 18px 50px rgba(77, 43, 36, 0.13);
}

* {
  box-sizing: border-box;
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 28px;
  background: rgba(255, 248, 247, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: var(--strawberry);
  font-weight: 900;
}

.brand small,
footer span,
.note,
.eyebrow {
  color: var(--muted);
}

nav {
  display: flex;
  gap: 18px;
  font-size: 14px;
  font-weight: 700;
}

nav a {
  text-decoration: none;
}

section {
  padding: 70px 28px;
  scroll-margin-top: 160px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.85fr);
  gap: 48px;
  align-items: center;
  min-height: calc(100vh - 72px);
  padding-top: 40px;
}

.hero-copy,
.section-heading,
.builder,
.assistant-panel,
.metrics {
  max-width: 1160px;
  margin: 0 auto;
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(42px, 7vw, 82px);
  line-height: 0.95;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 46px);
  letter-spacing: 0;
}

h3 {
  margin: 0 0 8px;
  font-size: 20px;
}

p {
  line-height: 1.55;
}

.hero-text {
  max-width: 620px;
  font-size: 19px;
  color: var(--muted);
}

.section-copy {
  max-width: 740px;
  color: var(--muted);
}

.eyebrow {
  margin: 0 0 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 12px;
}

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

.button,
button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 8px;
  padding: 0 18px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.primary,
button {
  color: white;
  background: var(--strawberry);
}

.secondary {
  color: var(--ink);
  background: var(--cream);
  border: 1px solid #ead4a3;
}

.hero-visual {
  position: relative;
  min-height: 520px;
  border-radius: 18px;
  overflow: hidden;
  background:
    radial-gradient(circle at 25% 25%, rgba(255,255,255,0.9), transparent 26%),
    linear-gradient(135deg, #ffd7df, #fff3e5 48%, #d9f5df);
  box-shadow: var(--shadow);
}

.tray {
  position: absolute;
  inset: 58px 34px 46px;
  border-radius: 24px;
  background: #fff;
  border: 12px solid #f2ebe8;
  box-shadow: inset 0 0 0 1px var(--line);
}

.berry,
.cream,
.brownie {
  position: absolute;
  display: block;
  border-radius: 50%;
}

.berry {
  width: 92px;
  height: 112px;
  background: var(--strawberry);
  box-shadow: inset -12px -12px 0 rgba(0,0,0,0.08);
}

.b1 { left: 54px; top: 52px; transform: rotate(-18deg); }
.b2 { right: 58px; top: 70px; transform: rotate(17deg); }
.b3 { left: 45%; bottom: 58px; transform: rotate(8deg); }

.cream {
  width: 130px;
  height: 130px;
  background: var(--cream);
}

.c1 { left: 39%; top: 110px; }
.c2 { right: 18%; bottom: 105px; }

.brownie {
  width: 116px;
  height: 96px;
  border-radius: 16px;
  background: var(--chocolate);
}

.br1 { left: 18%; bottom: 105px; transform: rotate(8deg); }
.br2 { right: 20%; top: 205px; transform: rotate(-10deg); }

.drizzle {
  position: absolute;
  left: 18%;
  top: 42%;
  width: 64%;
  height: 18px;
  border-radius: 100px;
  background: var(--chocolate);
  transform: rotate(-12deg);
  box-shadow: 0 44px 0 var(--chocolate), 0 88px 0 var(--chocolate);
}

.proof-card {
  position: absolute;
  right: 28px;
  bottom: 28px;
  display: grid;
  min-width: 150px;
  gap: 2px;
  padding: 16px;
  border-radius: 8px;
  background: white;
  box-shadow: var(--shadow);
}

.proof-card strong {
  font-size: 32px;
}

.quick-order,
.order-paths,
.menu-section,
.rules,
.payments,
.owner-console {
  background: white;
}

.section-heading {
  margin-bottom: 26px;
}

.path-grid,
.quick-grid,
.capacity-strip,
.slot-board,
.product-grid,
.rule-grid,
.payment-grid,
.owner-grid,
.metric-grid,
.scenario-grid {
  display: grid;
  max-width: 1160px;
  margin: 0 auto;
  gap: 16px;
}

.path-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.quick-order {
  padding-top: 42px;
  padding-bottom: 46px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.quick-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.capacity-strip {
  grid-template-columns: 1.2fr repeat(3, minmax(0, 1fr));
  align-items: center;
  padding: 14px 16px;
  margin-bottom: 18px;
  border: 1px solid #e9bcc5;
  border-radius: 8px;
  color: var(--ink);
  background: #fff6f8;
}

.capacity-strip strong {
  color: var(--strawberry);
}

.capacity-strip span {
  font-weight: 800;
}

.quick-grid button {
  display: grid;
  gap: 6px;
  min-height: 76px;
  padding: 12px;
  border: 1px solid #e9bcc5;
  color: var(--ink);
  background: #fff6f8;
  box-shadow: 0 10px 26px rgba(215, 31, 69, 0.08);
}

.quick-grid button:first-child,
.quick-grid button:nth-child(2) {
  color: white;
  background: var(--strawberry);
}

.quick-grid button span {
  font-size: 12px;
  opacity: 0.75;
}

.quick-grid button.selected {
  outline: 3px solid rgba(215, 31, 69, 0.22);
  transform: translateY(-2px);
}

.fast-message {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(220px, 1fr) auto;
  gap: 12px;
  max-width: 980px;
  margin: 20px auto 0;
  align-items: end;
}

.slot-board {
  grid-template-columns: repeat(9, minmax(0, 1fr));
  margin-top: 18px;
}

.internal-capacity {
  max-width: 1160px;
  margin: 18px auto 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.internal-capacity summary {
  padding: 14px 16px;
  color: var(--muted);
  cursor: pointer;
  font-weight: 900;
}

.internal-capacity .slot-board {
  padding: 0 16px 16px;
}

.slot {
  display: grid;
  gap: 2px;
  min-height: 64px;
  align-content: center;
  justify-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}

.slot strong {
  font-size: 18px;
}

.slot span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.slot.open {
  border-color: rgba(101, 184, 145, 0.45);
  background: #f2fbf5;
}

.slot.almost {
  border-color: #efc7a4;
  background: #fff6e8;
}

.slot.full {
  border-color: #e9bcc5;
  background: #fff1f5;
}

.centered {
  text-align: center;
}

.simple-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 0;
}

.simple-steps span {
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: white;
  color: var(--muted);
  font-weight: 800;
}

.path-grid article,
.product-card,
.rule-grid article,
.scenario-grid article,
.summary,
.chat,
.order-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 12px 35px rgba(77, 43, 36, 0.07);
}

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

.path-grid article,
.rule-grid article,
.scenario-grid article {
  padding: 22px;
}

.icon,
.tag {
  color: var(--strawberry);
  font-weight: 900;
}

.path-grid a {
  font-weight: 900;
  color: var(--strawberry);
}

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

.product-card {
  display: grid;
  grid-template-columns: 150px 1fr;
  overflow: hidden;
}

.product-card > div:last-child {
  padding: 20px;
}

.product-art {
  min-height: 190px;
  background: linear-gradient(135deg, var(--strawberry), var(--cream));
}

.art-tray { background: radial-gradient(circle at 35% 35%, var(--cream) 0 16%, transparent 17%), linear-gradient(135deg, var(--strawberry), var(--chocolate)); }
.art-offer { background: linear-gradient(135deg, #f7b1c2, var(--strawberry)); }
.art-berries { background: radial-gradient(circle at 50% 40%, var(--strawberry) 0 22%, transparent 23%), linear-gradient(135deg, #fff, #ffdfe6); }
.art-combo { background: linear-gradient(135deg, var(--cream), var(--mint)); }

.builder {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: 32px;
  align-items: start;
}

.check-list {
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.9;
}

.order-form {
  display: grid;
  gap: 14px;
  padding: 22px;
}

label {
  display: grid;
  gap: 7px;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
  font: inherit;
  background: #fff;
}

textarea {
  min-height: 90px;
  resize: vertical;
}

.assistant-panel {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 18px;
}

.chat,
.summary {
  padding: 20px;
}

.chat p {
  max-width: 78%;
  padding: 12px;
  border-radius: 8px;
}

.bot {
  background: #fff1f5;
}

.user {
  margin-left: auto;
  background: #edf8f1;
}

.warning {
  border: 1px solid #efc7a4;
  background: #fff6e8;
}

.rule-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.payment-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.payment-grid article {
  display: grid;
  gap: 8px;
  min-height: 112px;
  align-content: center;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.payment-grid strong {
  color: var(--strawberry);
  font-size: 18px;
}

.payment-grid span {
  color: var(--muted);
}

.owner-console {
  background: var(--paper);
}

.owner-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.owner-grid article {
  min-height: 170px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: 0 12px 35px rgba(77, 43, 36, 0.07);
}

.owner-label {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  margin-bottom: 12px;
  border-radius: 50%;
  color: white;
  background: var(--strawberry);
  font-weight: 900;
}

.decision-strip {
  display: flex;
  max-width: 1160px;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin: 18px auto 0;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}

.decision-strip strong {
  color: var(--strawberry);
}

.decision-strip span {
  color: var(--muted);
  font-weight: 800;
}

.metric-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 18px;
}

.metric-grid div {
  display: grid;
  gap: 5px;
  padding: 22px;
  border-radius: 8px;
  background: white;
}

.metric-grid strong,
.scenario-grid strong {
  font-size: 32px;
}

.metric-grid span {
  color: var(--muted);
}

.scenario-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 28px;
  border-top: 1px solid var(--line);
}

.sticky-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 20;
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 999px;
  color: white;
  background: #19a865;
  box-shadow: 0 16px 40px rgba(25, 168, 101, 0.28);
  font-weight: 900;
  text-decoration: none;
}

@media (max-width: 880px) {
  .site-header,
  footer {
    align-items: flex-start;
    flex-direction: column;
  }

  nav {
    flex-wrap: wrap;
  }

  .hero,
  .builder,
  .assistant-panel {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 380px;
  }

  .path-grid,
  .quick-grid,
  .product-grid,
  .rule-grid,
  .payment-grid,
  .owner-grid,
  .metric-grid,
  .scenario-grid {
    grid-template-columns: 1fr;
  }

  .fast-message {
    grid-template-columns: 1fr;
  }

  .slot-board {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sticky-whatsapp {
    right: 12px;
    bottom: 12px;
    left: 12px;
  }

  .product-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .capacity-strip {
    grid-template-columns: 1fr;
  }
}
