:root {
  --ink: #111111;
  --ink-soft: #5d5d5d;
  --paper: #f8f7f3;
  --white: #ffffff;
  --accent: #ff4b00;
  --accent-dark: #df3f00;
  --lime: #ffe36d;
  --coral: #ff784d;
  --line: #dedfdc;
  --radius: 28px;
  --shadow: 0 28px 80px rgba(23, 35, 59, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", sans-serif; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font-family: inherit; }

.site-header { position: sticky; top: 0; z-index: 30; height: 82px; display: flex; align-items: center; gap: 32px; max-width: 100%; margin: auto; padding: 0 max(28px, calc((100vw - 1164px) / 2)); background: rgba(248,247,243,.88); border-bottom: 1px solid rgba(17,17,17,.07); backdrop-filter: blur(15px); }
.brand { display: inline-flex; align-items: center; gap: 10px; font: 700 21px/1 "Manrope", sans-serif; white-space: nowrap; }
.brand strong { color: var(--accent); }
.brand-mark { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 11px 11px 16px 11px; background: var(--accent); color: white; font: 800 18px/1 "Manrope", sans-serif; transform: rotate(-3deg); }
.brand-horizontal { width: auto; height: 58px; gap: 7px; overflow: visible; }
.brand-symbol { position: relative; display: block; width: 67px; height: 44px; overflow: hidden; }
.brand-symbol img { position: absolute; width: 94px; height: auto; left: -12px; top: -7px; display: block; mix-blend-mode: multiply; }
.brand-name { color: #111; font: italic 800 23px/1 "Manrope", sans-serif; letter-spacing: -.05em; }
.brand-name > span { color: var(--accent); }
nav { display: flex; justify-content: center; gap: 28px; margin-left: auto; }
nav a { color: var(--ink-soft); font-size: 14px; font-weight: 600; }
nav a:hover { color: var(--accent); }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border: 1px solid var(--accent); border-radius: 15px; background: var(--accent); color: white; font-weight: 700; box-shadow: 0 12px 28px rgba(255, 75, 0, .2); transition: .2s ease; }
.button:hover { background: var(--accent-dark); transform: translateY(-2px); }
.button-small { min-height: 44px; padding: 0 18px; font-size: 14px; }
.button-dark { background: var(--ink); border-color: var(--ink); box-shadow: none; }
.button-dark:hover { background: #263653; }
.button-outline { color: var(--ink); background: transparent; border-color: #c9cbd0; box-shadow: none; }
.button-outline:hover { color: white; border-color: var(--accent); }
.button-light { color: var(--ink); background: white; border-color: white; box-shadow: none; }
.button-light:hover { background: var(--lime); border-color: var(--lime); color: var(--ink); }

.hero { min-height: 720px; max-width: 1220px; margin: 0 auto; padding: 70px 28px 95px; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 68px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--accent); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 24px; height: 2px; background: currentColor; }
.eyebrow.light { color: var(--lime); }
h1, h2, h3 { font-family: "Manrope", sans-serif; line-height: 1.08; margin: 0; }
h1 { max-width: 680px; margin-top: 19px; font-size: clamp(48px, 6vw, 78px); letter-spacing: -.055em; }
h1 em { color: var(--accent); font-style: normal; }
.hero-text { max-width: 605px; margin: 28px 0; color: var(--ink-soft); font-size: 19px; }
.hero-actions { display: flex; align-items: center; gap: 25px; }
.text-link { font-weight: 700; }
.text-link span { display: inline-block; margin-left: 6px; color: var(--accent); }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 38px; color: var(--ink-soft); font-size: 13px; font-weight: 600; }
.trust-row span::before { content: "✓"; margin-right: 7px; color: var(--accent); font-weight: 800; }

.hero-visual { position: relative; display: grid; place-items: center; min-height: 575px; border-radius: 48px; background: #ffe4d8; overflow: hidden; isolation: isolate; transition: background .35s ease; }
.hero-visual[data-demo="cardapio"] { background: #fff1b8; }
.hero-visual::before { content: ""; position: absolute; width: 230px; height: 230px; top: -85px; right: -45px; border-radius: 50%; background: var(--lime); }
.hero-visual::after { content: ""; position: absolute; width: 170px; height: 170px; bottom: -58px; left: -48px; border-radius: 40px; background: var(--coral); transform: rotate(20deg); }
.orbit { position: absolute; border: 1px solid rgba(255,75,0,.25); border-radius: 50%; z-index: -1; animation: breathe 4s ease-in-out infinite; }
.orbit-one { width: 480px; height: 480px; }
.orbit-two { width: 370px; height: 370px; }
.phone { width: 265px; height: 535px; padding: 10px; border: 3px solid #111; border-radius: 38px; background: #111; box-shadow: 0 32px 60px rgba(17, 17, 17, .24); transform: rotate(2deg); transition: transform .3s ease; }
.hero-visual:hover .phone { transform: rotate(0deg) translateY(-5px); }
.phone-top { height: 20px; display: flex; justify-content: center; }
.phone-top span { width: 70px; height: 8px; border-radius: 8px; background: #3b455b; }
.phone-screen { height: calc(100% - 20px); overflow: hidden; border-radius: 25px; background: white; position: relative; }
.phone-screen > * { transition: opacity .17s ease, transform .17s ease; }
.phone-screen.changing > * { opacity: .28; transform: translateY(4px); }
.mini-header { display: flex; align-items: center; gap: 8px; padding: 12px; }
.mini-logo { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 9px; background: var(--accent); color: white; font-weight: 800; }
.mini-header div { display: grid; }
.mini-header b { font-size: 11px; }
.mini-header small { color: #35a66f; font-size: 8px; }
.mini-banner { display: grid; margin: 0 10px; padding: 20px 15px; border-radius: 15px; background: var(--ink); color: white; }
.mini-banner small { color: var(--lime); font-size: 7px; font-weight: 700; letter-spacing: .1em; }
.mini-banner strong { margin-top: 6px; font: 800 20px/1.05 "Manrope", sans-serif; }
.mini-tabs { display: flex; gap: 14px; padding: 16px 12px 10px; font-size: 8px; font-weight: 700; color: #8991a0; }
.mini-tabs .active { color: var(--accent); }
.mini-products { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 0 10px; }
.mini-products article { position: relative; display: grid; padding: 8px; border: 1px solid #ececef; border-radius: 12px; }
.product-photo { display: block; width: 100%; height: 76px; margin-bottom: 7px; border-radius: 9px; object-fit: cover; box-shadow: inset 0 0 0 1px rgba(23,35,59,.06); }
.mini-products b { font-size: 8px; }
.mini-products small { color: var(--accent); font-size: 8px; }
.mini-products i { position: absolute; right: 6px; bottom: 6px; display: grid; place-items: center; width: 16px; height: 16px; border-radius: 5px; background: var(--accent); color: white; font-size: 10px; font-style: normal; }
.mini-cart { position: absolute; bottom: 9px; left: 9px; right: 9px; display: flex; justify-content: space-between; padding: 10px; border-radius: 10px; background: var(--accent); color: white; font-size: 8px; }
.floating-card { position: absolute; display: flex; align-items: center; gap: 10px; padding: 12px 15px; border-radius: 15px; background: white; box-shadow: var(--shadow); z-index: 2; animation: float 3.2s ease-in-out infinite; }
.floating-card > span { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 10px; background: var(--lime); font-weight: 800; }
.floating-card div { display: grid; }
.floating-card b { font-size: 12px; }
.floating-card small { color: var(--ink-soft); font-size: 9px; }
.card-order { top: 95px; right: 18px; }
.card-owner { bottom: 86px; left: 12px; }
.card-owner { animation-delay: -1.4s; }
.card-owner > span { background: #ffd9cf; color: #d64a2b; }
.demo-switch { position: absolute; top: 22px; z-index: 4; display: flex; gap: 4px; padding: 4px; border: 1px solid rgba(17,17,17,.08); border-radius: 14px; background: rgba(255,255,255,.82); box-shadow: 0 10px 30px rgba(17,17,17,.08); backdrop-filter: blur(8px); }
.demo-switch button { border: 0; border-radius: 10px; padding: 9px 13px; background: transparent; color: #686868; cursor: pointer; font: 700 11px "DM Sans", sans-serif; }
.demo-switch button.active { background: #111; color: white; }

.marquee { overflow: hidden; padding: 16px 0; background: #111; color: white; transform: rotate(-1deg) scale(1.015); }
.marquee div { display: flex; align-items: center; width: max-content; gap: 24px; animation: marquee 24s linear infinite; }
.marquee span { font: 800 13px "Manrope", sans-serif; letter-spacing: .1em; }
.marquee i { color: var(--accent); font-style: normal; }

.section { padding: 105px max(28px, calc((100vw - 1164px) / 2)); }
.section-heading { max-width: 650px; margin: 0 auto 52px; text-align: center; }
.section-heading.compact { margin-left: 0; text-align: left; }
.section-heading h2, .benefit-copy h2, .final-cta h2 { margin-top: 16px; font-size: clamp(36px, 4.2vw, 58px); letter-spacing: -.04em; }
.section-heading p { color: var(--ink-soft); font-size: 18px; }
.solution-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.solution-card { position: relative; padding: 42px; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.store-card { background: white; }
.menu-card { background: var(--ink); color: white; border-color: var(--ink); }
.solution-card h3 { font-size: 32px; }
.solution-card > p { max-width: 500px; color: var(--ink-soft); font-size: 17px; }
.menu-card > p { color: #bfc7d5; }
.solution-card ul { display: grid; gap: 11px; margin: 26px 0 34px; padding: 0; list-style: none; }
.solution-card li::before { content: "✓"; margin-right: 10px; color: var(--accent); font-weight: 800; }
.menu-card li::before { color: var(--lime); }
.card-link { color: var(--accent); font-weight: 800; }
.menu-card .card-link { color: var(--lime); }
.card-link span { margin-left: 6px; }

.steps { background: var(--ink); color: white; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 60px; }
.steps-grid article { border-top: 1px solid #43506a; padding-top: 24px; }
.steps-grid span { color: var(--lime); font: 800 13px "Manrope", sans-serif; }
.steps-grid h3 { margin-top: 36px; font-size: 23px; }
.steps-grid p { color: #bfc7d5; }

.benefits { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.benefit-copy h2 { max-width: 530px; }
.benefit-copy p { max-width: 510px; margin: 24px 0 30px; color: var(--ink-soft); font-size: 18px; }
.benefit-list { display: grid; }
.benefit-list article { display: grid; grid-template-columns: 45px 1fr; gap: 18px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.benefit-list article > span { color: var(--accent); font: 800 12px "Manrope", sans-serif; }
.benefit-list h3 { font-size: 20px; }
.benefit-list p { margin: 6px 0 0; color: var(--ink-soft); }

.pricing { background: #eeece7; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; align-items: stretch; }
.all-plans { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; max-width: 1020px; margin: -20px auto 42px; }
.all-plans span { width: 100%; color: var(--ink-soft); text-align: center; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.all-plans b { padding: 9px 13px; border: 1px solid #d8d7d2; border-radius: 20px; background: rgba(255,255,255,.55); font-size: 12px; }
.price-card { position: relative; display: flex; flex-direction: column; min-height: 570px; padding: 35px; border: 1px solid #d8d7d2; border-radius: 24px; background: var(--paper); transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.price-card.featured { background: white; border: 2px solid var(--accent); box-shadow: 0 24px 60px rgba(23, 35, 59, .1); transform: translateY(-12px); }
.price-card.selected { border-color: var(--accent); box-shadow: 0 20px 55px rgba(255,75,0,.14); }
.price-card.selected::after { content: "✓ Selecionado"; position: absolute; left: 28px; top: -14px; padding: 6px 10px; border-radius: 15px; background: #111; color: white; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.popular { position: absolute; top: -15px; right: 22px; padding: 7px 12px; border-radius: 20px; background: var(--accent); color: white; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.plan-label { color: var(--accent); font: 800 13px "Manrope", sans-serif; text-transform: uppercase; letter-spacing: .1em; }
.price-card p { min-height: 52px; color: var(--ink-soft); }
.price { display: flex; align-items: baseline; margin: 18px 0 28px; }
.price small { align-self: flex-start; margin: 12px 4px 0 0; font-size: 14px; font-weight: 800; }
.price strong { font: 800 45px/1 "Manrope", sans-serif; letter-spacing: -.05em; }
.price span { color: var(--ink-soft); font-size: 13px; }
.plan-features { display: flex; flex-direction: column; gap: 10px; margin: 0 0 28px; padding: 0; list-style: none; flex: 1; }
.plan-features li { position: relative; padding-left: 23px; color: #404040; font-size: 14px; }
.plan-features li::before { content: "✓"; position: absolute; left: 0; color: var(--accent); font-weight: 900; }
.choose-plan { width: 100%; min-height: 48px; margin-top: auto; padding: 0 16px; border: 1px solid #c9c9c6; border-radius: 13px; background: transparent; color: var(--ink); cursor: pointer; font: 800 13px "DM Sans", sans-serif; appearance: none; -webkit-appearance: none; }
.choose-plan:hover, .price-card.selected .choose-plan { border-color: #111; background: #111; color: white; }
.plan-action { display: flex; align-items: center; justify-content: space-between; gap: 30px; max-width: 780px; margin: 38px auto 0; padding: 20px 22px; border-radius: 20px; background: white; box-shadow: 0 20px 55px rgba(17,17,17,.08); }
.plan-action div { display: grid; }
.plan-action small { color: var(--accent); font-size: 10px; font-weight: 900; letter-spacing: .11em; }
.plan-action strong { margin-top: 3px; font: 800 18px "Manrope", sans-serif; }
.pricing-note { margin: 28px auto 0; max-width: 720px; text-align: center; color: var(--ink-soft); font-size: 13px; }

.faq { display: grid; grid-template-columns: minmax(270px, .72fr) minmax(0, 1.28fr); align-items: start; gap: clamp(60px, 8vw, 120px); }
.faq .section-heading { margin: 0; }
.faq .section-heading h2 { max-width: 360px; }
.faq-list { width: 100%; max-width: none; margin: 0; border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 25px 45px 25px 0; cursor: pointer; list-style: none; font: 700 18px "Manrope", sans-serif; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 5px; top: 20px; color: var(--accent); font-size: 27px; font-weight: 400; }
details[open] summary::after { content: "−"; }
details p { margin: -8px 0 25px; padding-right: 45px; color: var(--ink-soft); }

.final-cta { display: flex; align-items: center; justify-content: space-between; gap: 60px; padding: 78px max(28px, calc((100vw - 1164px) / 2)); background: var(--accent); color: white; }
.final-cta div { max-width: 750px; }
.final-cta h2 { margin-bottom: 15px; }
.final-cta p { margin: 0; color: #e8e3ff; font-size: 18px; }

footer { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 22px; padding: 38px max(28px, calc((100vw - 1164px) / 2)); background: #10192b; color: #aeb8ca; font-size: 13px; }
.footer-brand { width: auto; height: auto; padding: 0; background: transparent; }
.footer-brand .brand-name { color: white; font-size: 25px; }
.developer { text-align: center; }
.developer a { color: white; text-decoration: underline; text-underline-offset: 3px; }
.copyright { text-align: right; }
.mobile-whatsapp { display: none; }

.signup-dialog { width: min(620px, calc(100% - 32px)); max-height: calc(100dvh - 32px); padding: 0; border: 0; border-radius: 26px; background: transparent; box-shadow: var(--shadow); }
.signup-dialog::backdrop { background: rgba(16, 25, 43, .68); backdrop-filter: blur(5px); }
.signup-card { position: relative; padding: 38px; background: white; }
.signup-close { position: absolute; top: 18px; right: 18px; display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 12px; background: #f6f5f1; color: var(--ink); cursor: pointer; font-size: 25px; line-height: 1; }
.signup-card h2 { margin-top: 12px; font-size: 38px; letter-spacing: -.04em; }
.signup-card > p { margin: 12px 0 25px; color: var(--ink-soft); }
.signup-card form { display: grid; gap: 16px; }
.signup-card label { display: grid; gap: 7px; color: #303030; font-size: 13px; font-weight: 800; }
.signup-card input, .signup-card select { width: 100%; height: 49px; padding: 0 13px; border: 1px solid #cfd1ce; border-radius: 11px; background: white; color: var(--ink); font: 500 15px "DM Sans", sans-serif; outline: none; }
.signup-card input:focus, .signup-card select:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(255,75,0,.12); }
.signup-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.signup-submit { width: 100%; margin-top: 5px; cursor: pointer; }
.signup-card form > small { color: var(--ink-soft); text-align: center; line-height: 1.45; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@keyframes breathe { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.04); } }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

@media (max-width: 920px) {
  nav { display: none; }
  .site-header .button { margin-left: auto; }
  .hero { grid-template-columns: 1fr; padding-top: 45px; }
  .hero-copy { text-align: center; }
  .hero-text { margin-left: auto; margin-right: auto; }
  .hero-actions, .trust-row { justify-content: center; }
  .hero-visual { max-width: 620px; width: 100%; margin: auto; }
  .benefits { grid-template-columns: 1fr; gap: 45px; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 620px; margin: auto; }
  .price-card.featured { transform: none; }
  .price-card { min-height: auto; }
  .plan-action { flex-direction: column; align-items: stretch; text-align: center; }
  .faq { grid-template-columns: 1fr; gap: 42px; }
  .faq .section-heading { margin: 0; }
  .faq .section-heading h2 { max-width: none; }
  .faq-list { max-width: 760px; }
  footer { grid-template-columns: 1fr; text-align: center; }
  .footer-brand { justify-content: center; }
  .copyright { text-align: center; }
}

@media (max-width: 680px) {
  .site-header { height: 70px; padding: 0 18px; }
  .brand-horizontal { height: 54px; }
  .brand-symbol { width: 58px; height: 40px; }
  .brand-symbol img { width: 84px; left: -12px; top: -6px; }
  .brand-name { font-size: 20px; }
  .site-header > .button { display: none; }
  .hero { min-height: auto; padding: 48px 20px 70px; gap: 48px; }
  h1 { font-size: 47px; }
  .hero-text { font-size: 17px; }
  .hero-actions { flex-direction: column; gap: 16px; }
  .hero-actions .button { width: 100%; }
  .trust-row { display: grid; text-align: left; }
  .hero-visual { min-height: 500px; border-radius: 30px; }
  .demo-switch { top: 12px; }
  .phone { width: 235px; height: 475px; }
  .card-order { top: 68px; right: 8px; z-index: 5; }
  .card-owner { bottom: 35px; left: 5px; }
  .section { padding: 78px 20px; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2, .benefit-copy h2, .final-cta h2 { font-size: 38px; }
  .solution-grid, .steps-grid { grid-template-columns: 1fr; }
  .solution-card { padding: 30px 25px; }
  .steps-grid { gap: 20px; }
  .steps-grid h3 { margin-top: 22px; }
  .benefits { gap: 30px; }
  .price-card { padding: 30px 25px; }
  .final-cta { flex-direction: column; align-items: flex-start; padding: 65px 20px 86px; }
  .final-cta .button { width: 100%; }
  footer { padding: 38px 20px 88px; }
  .mobile-whatsapp { position: fixed; z-index: 20; display: flex; align-items: center; justify-content: center; left: 16px; right: 16px; bottom: 14px; height: 53px; border-radius: 15px; background: #20b965; color: white; font-weight: 800; box-shadow: 0 12px 35px rgba(17, 104, 57, .32); }
  .signup-card { padding: 32px 20px 24px; }
  .signup-card h2 { padding-right: 38px; font-size: 31px; }
  .signup-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .floating-card, .orbit, .marquee div { animation: none; }
}
