:root {
  --body-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
}

body {
  font-family: var(--body-font);
  font-weight: 400;
  line-height: 1.5;
}

h1,
h2,
.benefit-card h2 {
  font-family: var(--font);
}

.lead,
.benefit-note,
.micro-copy,
.step-card h3,
.step-card p,
.step-card strong,
.section-intro,
.check-list strong,
.timeline span,
summary,
details p,
details li,
.authorization p:not(.eyebrow),
.final-cta p:not(.eyebrow),
.button,
.text-cta,
.faq-link,
.active-promo {
  font-family: var(--body-font);
}

.lead { font-weight: 400; line-height: 1.5; }
.benefit-note { margin: -8px 0 20px; color: var(--coffee); font-size: 14px; font-weight: 600; }
.button { width: fit-content; font-weight: 600; letter-spacing: 0; }
.hero-copy .button { margin-bottom: 10px; }
.button-ifood { color: var(--forest); background: rgba(255, 253, 247, .9); border: 1px solid rgba(6, 55, 34, .28); box-shadow: none; }
.button-ifood:hover { border-color: var(--forest); background: #fff; }
.ifood-mark {
  display: grid;
  width: 52px;
  height: 30px;
  flex: 0 0 52px;
  place-items: center;
}

.ifood-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ifood-inline {
  display: inline-flex;
  width: 58px;
  height: 30px;
  margin-left: 3px;
  vertical-align: -.1em;
  align-items: center;
}

.ifood-inline img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.step-card h3 { font-weight: 600; line-height: 1.18; }
.step-card p { font-weight: 400; line-height: 1.5; }
.step-card strong { display: block; font-weight: 500; line-height: 1.45; }
.step-number, .eyebrow { font-family: var(--body-font); font-weight: 700; }
.check-list strong { font-weight: 500; line-height: 1.4; }
.timeline span { font-weight: 500; line-height: 1.35; }
summary { font-weight: 600; line-height: 1.4; }
details p, details li { font-weight: 400; line-height: 1.55; }
.authorization p:not(.eyebrow), .final-cta p:not(.eyebrow) { font-weight: 400; line-height: 1.5; }

.text-cta,
.faq-link {
  display: inline-flex;
  gap: 8px;
  margin-top: 17px;
  color: var(--forest);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.text-cta span { font-size: 18px; line-height: .75; }
.middle-cta { margin-top: 40px; text-align: center; }
.middle-cta p { margin-bottom: 12px; color: var(--forest); font-size: 17px; font-weight: 500; }
.unified-process { display: grid; gap: 28px; }
.process-intro .eyebrow { margin-top: 0; }
.process-intro h2 { margin-bottom: 18px; }
.process-intro .middle-cta { margin-top: 30px; text-align: left; }
.process-flow { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(6, 55, 34, .16); }
.process-flow li { display: grid; grid-template-columns: 40px minmax(0, 1fr); gap: 14px; align-items: center; padding: 16px 0; border-bottom: 1px solid rgba(6, 55, 34, .16); }
.process-flow b { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; color: #f8eedc; background: var(--forest); font-size: 11px; }
.process-flow strong, .process-flow span { display: block; }
.process-flow strong { font-size: 16px; font-weight: 600; }
.process-flow span { margin-top: 2px; color: var(--muted); font-size: 14px; }
.process-evaluation > div { display: flex; align-items: center; gap: 10px; }
.rating-stars { width: 78px; height: 16px; flex: 0 0 auto; fill: var(--coffee); }
.recording-guide { padding: 25px; border: 1px solid rgba(6, 55, 34, .16); border-radius: 22px; background: rgba(255, 253, 247, .72); }
.recording-guide .eyebrow { margin: 0 0 10px; }
.recording-guide .check-list { gap: 0; }
.no-order-section { padding: 28px 0; background: var(--paper); }
.no-order-card { display: grid; gap: 20px; align-items: center; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fffdf7; }
.no-order-card .eyebrow { margin-top: 0; }
.no-order-card h2 { margin-bottom: 10px; font-size: clamp(29px, 6vw, 45px); }
.no-order-card p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 16px; }
.no-order-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.no-order-actions .button { min-height: 48px; padding: 11px 15px; font-size: 14px; }
.no-order-actions button, .sticky-actions button { border: 0; cursor: pointer; }
.promo-order-dialog { width: min(440px, calc(100% - 32px)); max-width: none; max-height: calc(100dvh - 32px); padding: 0; border: 0; border-radius: 24px; background: #fffaf0; color: var(--forest); box-shadow: 0 28px 70px rgba(0, 0, 0, .3); }
.promo-order-dialog::backdrop { background: rgba(4, 24, 15, .7); backdrop-filter: blur(5px); }
.promo-order-dialog__panel { position: relative; padding: 30px; }
.promo-order-dialog__close { position: absolute; top: 14px; right: 14px; width: 36px; height: 36px; border: 0; border-radius: 50%; background: #eee3ce; color: var(--forest); font-size: 27px; cursor: pointer; }
.promo-order-dialog .eyebrow { margin: 0 40px 9px 0; color: var(--coffee); }
.promo-order-dialog h2 { margin: 0 35px 20px 0; font-size: 34px; line-height: 1; }
.promo-order-dialog__options { display: grid; gap: 10px; }
.promo-order-option { display: grid; grid-template-columns: 44px minmax(0, 1fr) auto; align-items: center; gap: 12px; min-height: 78px; padding: 12px; border: 1px solid var(--line); border-radius: 17px; background: #fff; color: var(--forest); text-decoration: none; }
.promo-order-option:first-child { background: #f3fbf5; }
.promo-order-option img { width: 44px; height: 44px; border-radius: 9px; background: var(--forest); object-fit: contain; }
.promo-order-option span { display: grid; gap: 3px; }
.promo-order-option strong { font-size: 16px; }
.promo-order-option small { color: var(--muted); font-size: 12px; }
.promo-order-option b { color: var(--coffee); font-size: 19px; }
.promo-order-option:focus-visible, .promo-order-dialog__close:focus-visible { outline: 3px solid #d8913a; outline-offset: 2px; }
.active-promo { display: inline-flex; margin: 0; padding: 8px 12px; border-radius: 999px; background: rgba(6, 55, 34, .07); color: var(--forest); font-size: 13px; font-weight: 500; }
.final-secondary { margin: 24px 0 10px !important; font-size: 14px !important; font-weight: 500 !important; }

.site-footer {
  background: var(--forest);
  color: #f9f1e2;
}

.footer-main {
  display: grid;
  gap: 40px;
  padding: 48px 0 42px;
}

.site-footer h2,
.site-footer p { margin-top: 0; }

.site-footer h2 {
  margin-bottom: 15px;
  color: #fffaf0;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -.02em;
}

.footer-brand h2 { margin-bottom: 8px; }

.footer-logo {
  display: block;
  width: 136px;
  margin-bottom: 17px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .16);
}

.footer-logo img { display: block; width: 100%; height: auto; }

.footer-description {
  max-width: 310px;
  margin-bottom: 22px;
  color: rgba(249, 241, 226, .82);
  font-size: 15px;
}

.footer-address {
  display: grid;
  max-width: 330px;
  gap: 6px;
  margin: 0;
  font-style: normal;
}

.footer-address > span,
.footer-contact li > span {
  color: #e6bd79;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.footer-address > a:not(.footer-map-link) {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #fffaf0;
  font-size: 15px;
  line-height: 1.45;
}

.footer-address svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  margin-top: 2px;
  fill: none;
  stroke: #e6bd79;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.footer-map-link,
.footer-links a,
.footer-contact a {
  color: #f9f1e2;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.footer-map-link {
  width: fit-content;
  margin-top: 3px;
  color: #e6bd79;
}

.footer-map-link span,
.footer-contact a span { margin-left: 4px; }

.footer-social {
  display: flex;
  gap: 10px;
  margin-top: 24px;
}

.footer-social a {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(249, 241, 226, .38);
  border-radius: 50%;
  color: #fffaf0;
  transition: color .2s ease, border-color .2s ease, background-color .2s ease, transform .2s ease;
}

.footer-social a:hover {
  border-color: #e6bd79;
  background: #e6bd79;
  color: var(--forest);
  transform: translateY(-2px);
}

.footer-social svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.footer-social-dot { fill: currentColor; stroke: none; }
.footer-social a:last-child svg { fill: currentColor; stroke: currentColor; }
.footer-social a:last-child svg path:last-child { fill: none; stroke: var(--forest); }

.footer-links ul,
.footer-contact ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links a,
.footer-contact a,
.footer-address a { transition: color .2s ease; }

.footer-links a:hover,
.footer-contact a:hover,
.footer-address a:hover { color: #e6bd79; }

.footer-contact li { display: grid; gap: 3px; }

.footer-bottom {
  border-top: 1px solid rgba(249, 241, 226, .18);
  background: rgba(0, 0, 0, .12);
}

.footer-bottom-content {
  display: grid;
  gap: 9px;
  padding: 18px 0;
}

.footer-bottom p {
  margin: 0;
  color: rgba(249, 241, 226, .82);
  font-size: 13px;
}

.footer-logo:focus-visible,
.site-footer a:focus-visible {
  outline: 3px solid #e6bd79;
  outline-offset: 4px;
}

@media (min-width: 720px) {
  .sticky-actions { display: none; }

  .unified-process { grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); gap: 54px; align-items: start; }
  .recording-guide { grid-column: 1 / -1; padding: 30px; }
  .recording-guide .check-list { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 26px; }

  .no-order-card { grid-template-columns: 1fr auto; padding: 38px; }

  .footer-main {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 54px;
    padding: 64px 0 56px;
    text-align: center;
  }

  .footer-main > section,
  .footer-main > nav,
  .footer-address,
  .footer-links ul,
  .footer-contact ul {
    justify-items: center;
  }

  .footer-brand,
  .footer-links,
  .footer-contact { text-align: center; }

  .footer-logo,
  .footer-description,
  .footer-address,
  .footer-map-link { margin-inline: auto; }

  .footer-address > a:not(.footer-map-link),
  .footer-social { justify-content: center; }

  .footer-bottom-content {
    grid-template-columns: repeat(2, auto);
    justify-content: center;
    gap: 28px;
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 719px) {
  body:has(.sticky-actions) { padding-bottom: calc(112px + env(safe-area-inset-bottom)); }

  .sticky-actions {
    position: fixed;
    z-index: 10;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    padding: 10px max(16px, env(safe-area-inset-right)) calc(10px + env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left));
    border-top: 1px solid rgba(6, 55, 34, .16);
    background: #fffaf0;
    box-shadow: 0 -12px 32px rgba(4, 24, 15, .13);
  }

  .sticky-actions > span { color: var(--forest); font-size: 14px; font-weight: 700; }

  .sticky-actions .button {
    min-width: 0;
    width: auto;
    min-height: 44px;
    padding: 9px 10px;
    border-radius: 11px;
    box-shadow: none;
    font-size: 12px;
    line-height: 1.15;
  }

  .promo-order-dialog { width: 100%; max-height: min(85dvh, 650px); margin: auto 0 0; border-radius: 24px 24px 0 0; }
  .promo-order-dialog__panel { padding: 28px 20px calc(28px + env(safe-area-inset-bottom)); }

  .hero-copy { text-align: center; }
  .hero-copy .brand { margin-inline: auto; }
  .hero-copy .lead,
  .hero-copy .micro-copy { margin-inline: auto; }

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

  .process-intro .middle-cta { text-align: center; }

  .rating-stars { width: 68px; height: 14px; }

  /* O CTA flutuante substitui os atalhos de participação, mas mantém os canais para fazer o pedido. */
  .middle-cta,
  .faq-link,
  .final-cta .button,
  .final-secondary { display: none; }

  .no-order-actions { flex-direction: column; }
  .no-order-actions .button { width: 100%; }

  .button { min-height: 58px; font-size: 15px; text-align: center; }
  .step-card { padding: 20px 18px; }
  .step-card h3 { font-size: 20px; }
  .check-list li { align-items: flex-start; }
}
