*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: Inter, system-ui, sans-serif; background: #10110d; color: #f7f3ea; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.lightbox-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4, p { margin: 0; }
button { font: inherit; }
.wrap { width: min(1140px, 100%); margin: 0 auto; padding: 0 20px; }

.btn, .demo-btn {
  display: inline-flex; align-items: center; justify-content: center; min-height: 44px;
  padding: 0 20px; border: 0; border-radius: 999px; background: #f4b740; color: #161009;
  font-weight: 800; cursor: pointer; white-space: nowrap; box-shadow: 0 14px 38px rgba(244,183,64,.25);
}
.btn:hover, .demo-btn:hover { transform: translateY(-1px); }
.btn.small { min-height: 38px; padding: 0 15px; font-size: .88rem; }
.btn.ghost { background: transparent; color: #f7f3ea; border: 1px solid rgba(255,255,255,.18); box-shadow: none; }

.foto { appearance: none; border: 0; padding: 0; position: relative; overflow: hidden; cursor: zoom-in; background: #191b14; }
.foto img { width: 100%; height: 100%; object-fit: cover; pointer-events: none; }

.topbar { position: sticky; top: 0; z-index: 50; padding: 12px 0; background: rgba(16,17,13,.72); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(255,255,255,.06); }
.topbar-inner { min-height: 54px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border: 1px solid rgba(255,255,255,.12); background: rgba(5,6,4,.78); border-radius: 999px; padding: 8px 12px 8px 18px; box-shadow: 0 18px 54px rgba(0,0,0,.28); }
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: 0; }
.brand img { width: 86px; height: auto; flex: none; }
.brand span { color: #f4b740; font-size: .72rem; letter-spacing: .22em; text-transform: uppercase; font-weight: 900; white-space: nowrap; }
.nav { display: flex; align-items: center; gap: 18px; }
.nav a:not(.btn) { color: #c7c0b1; font-size: .92rem; }
.admin-demo-trigger {
  min-height: 36px;
  padding: 0 13px;
  border-radius: 999px;
  border: 1px solid rgba(244,183,64,.28);
  background: rgba(255,255,255,.04);
  color: #f4b740;
  font-weight: 800;
  font-size: .86rem;
  cursor: pointer;
  white-space: nowrap;
}
.admin-demo-trigger:hover { background: rgba(244,183,64,.1); }

.hero { padding: 78px 0 70px; background: radial-gradient(circle at 82% 10%, rgba(244,183,64,.18), transparent 35%), #10110d; }
.hero-grid { display: grid; gap: 36px; align-items: center; }
.eyebrow { display: inline-flex; color: #f4b740; font-size: .76rem; letter-spacing: .18em; text-transform: uppercase; font-weight: 800; margin-bottom: 15px; }
.eyebrow.center { display: flex; justify-content: center; }
.hero h1 { font-family: Archivo, sans-serif; font-size: clamp(2.35rem, 8vw, 4.6rem); line-height: .95; letter-spacing: -.02em; max-width: 11ch; }
.hero p { margin-top: 20px; color: #d3ccbd; font-size: clamp(1.04rem, 2.4vw, 1.24rem); max-width: 44ch; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.phone-card { max-width: 360px; margin: 0 auto; border-radius: 32px; padding: 14px; background: #181a13; border: 1px solid rgba(255,255,255,.1); box-shadow: 0 28px 80px rgba(0,0,0,.45); }
.phone-photo { height: 430px; border-radius: 24px; width: 100%; }
.phone-info { margin-top: 12px; padding: 14px; border-radius: 18px; background: #fff; color: #19130c; }
.phone-info b, .phone-info span { display: block; }
.phone-info span { color: #7a6750; margin-top: 3px; }

.band { padding: 68px 0; }
.band.alt { background: #171911; border-block: 1px solid rgba(255,255,255,.07); }
.band h2, .cta h2 { text-align: center; font-family: Archivo, sans-serif; font-size: clamp(1.9rem, 5vw, 3rem); line-height: 1; margin-bottom: 30px; }
.cards { display: grid; gap: 16px; }
.cards article { padding: 24px; border-radius: 18px; background: #1d2017; border: 1px solid rgba(255,255,255,.08); }
.cards span { font-size: 1.8rem; }
.cards h3 { margin-top: 10px; font-size: 1.12rem; }
.cards p { color: #bdb5a6; margin-top: 8px; }

.niveis { display: grid; grid-template-columns: 1fr; gap: 20px; margin-top: 28px; }
.nivel { overflow: hidden; border-radius: 22px; background: #1d2017; border: 1px solid rgba(255,255,255,.08); }
.nivel-foto { height: 220px; width: 100%; }
.nivel-body { padding: 24px; }
.nivel-body span { color: #f4b740; font-weight: 800; font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; }
.nivel-body h3 { font-family: Archivo, sans-serif; font-size: 1.55rem; margin-top: 8px; }
.nivel-body p { color: #bdb5a6; margin: 4px 0 18px; }

.planos { display: grid; gap: 18px; }
.planos article { padding: 26px; border-radius: 20px; background: #10110d; border: 1px solid rgba(255,255,255,.08); text-align: center; }
.planos .hot { border-color: rgba(244,183,64,.55); box-shadow: 0 20px 60px rgba(244,183,64,.12); }
.planos span { display: inline-flex; color: #f4b740; font-size: .76rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 8px; }
.planos h3 { font-size: 1.35rem; }
.planos b { display: block; margin: 10px 0; color: #fff; font-size: 1.28rem; }
.planos p, .nota { color: #bdb5a6; }
.nota { text-align: center; margin-top: 20px; font-size: .92rem; }
.cta { padding: 74px 0; text-align: center; background: linear-gradient(135deg, #21160c, #10110d); }
.cta p { color: #d3ccbd; max-width: 52ch; margin: 0 auto 24px; }

.footer-onkz { padding: 34px 0; background: #090a08; border-top: 1px solid rgba(255,255,255,.07); }
.footer-inner { display: flex; flex-direction: column; gap: 18px; align-items: center; text-align: center; }
.footer-inner p { color: #918a7d; margin-top: 4px; }
.social { display: flex; gap: 10px; }
.social a { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 999px; border: 1px solid rgba(244,183,64,.28); background: rgba(255,255,255,.04); }
.social svg { width: 20px; height: 20px; fill: currentColor; }

.demo-bar { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; justify-content: center; padding: 9px 16px; background: #090a08; color: #d8d0bf; font-size: .86rem; }
.demo-bar a { color: #f4b740; font-weight: 800; }
.site { min-height: 100vh; }
.demo-top { position: sticky; top: 0; z-index: 40; backdrop-filter: blur(12px); }
.demo-top-inner { height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.demo-brand { display: inline-flex; align-items: center; gap: 12px; min-width: 0; }
.demo-brand > span { display: grid; place-items: center; flex: 0 0 44px; width: 44px; height: 44px; border-radius: 13px; font-weight: 900; }
.demo-brand strong, .demo-brand small { display: block; }
.demo-brand small { font-size: .72rem; opacity: .7; letter-spacing: .1em; text-transform: uppercase; }
.demo-nav { display: none; align-items: center; gap: 18px; }
.demo-nav a:not(.demo-btn) { font-weight: 700; opacity: .78; }
.demo-btn.big { min-height: 50px; padding-inline: 26px; }

.demo-hero { position: relative; min-height: 68vh; display: grid; align-items: center; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; }
.hero-food { width: 100%; height: 100%; border-radius: 0; }
.demo-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.72), rgba(0,0,0,.28)); pointer-events: none; }
.demo-hero-copy { position: relative; z-index: 1; padding-block: 72px; }
.demo-hero-copy span { font-size: .78rem; letter-spacing: .18em; text-transform: uppercase; font-weight: 900; }
.demo-hero-copy h1 { max-width: 12ch; font-family: Archivo, sans-serif; font-size: clamp(2.3rem, 8vw, 5rem); line-height: .95; margin: 16px 0; }
.demo-hero-copy p { max-width: 48ch; color: rgba(255,255,255,.82); font-size: 1.08rem; margin-bottom: 24px; }
.demo-info { padding: 22px 0; }
.info-grid { display: grid; gap: 10px; }
.info-grid article { padding: 15px 16px; border-radius: 14px; font-weight: 800; text-align: center; }

.menu-wrap { padding-block: 58px; }
.menu-head { text-align: center; margin-bottom: 34px; }
.menu-head span { font-size: .78rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 900; }
.menu-head h2 { font-family: Archivo, sans-serif; font-size: clamp(1.8rem, 5vw, 3rem); }
.menu-cat { margin-top: 34px; }
.menu-cat h2 { font-size: 1.35rem; margin-bottom: 14px; }
.menu-list { display: grid; gap: 12px; }
.produto { display: block; padding: 0; border-radius: 15px; overflow: hidden; transition: border-color .2s ease, transform .2s ease; }
.produto:hover { transform: translateY(-1px); }
.produto-main { display: grid; grid-template-columns: 82px 1fr auto; gap: 16px; align-items: center; justify-content: space-between; padding: 14px; cursor: pointer; }
.produto-img { width: 82px; height: 82px; border-radius: 13px; object-fit: cover; background: rgba(0,0,0,.12); }
.produto h4 { font-size: 1.02rem; }
.produto p { color: inherit; opacity: .72; font-size: .92rem; margin-top: 4px; }
.produto strong { flex: none; white-space: nowrap; align-self: start; padding-top: 4px; }
.produto-hint { display: inline-block; margin-top: 7px; font-size: .78rem; font-weight: 800; color: #df5b24; }
.produto-opcoes { display: none; padding: 0 14px 16px 112px; }
.produto.is-open .produto-opcoes { display: block; }
.opcoes-grid { display: grid; grid-template-columns: 1fr; gap: 12px; }
.produto fieldset { margin: 0; padding: 14px; border-radius: 13px; border: 1px solid rgba(0,0,0,.09); }
.produto legend { padding: 0 6px; font-size: .82rem; font-weight: 900; }
.produto label { display: flex; align-items: center; gap: 9px; font-size: .9rem; color: inherit; opacity: .88; }
.produto fieldset label + label { margin-top: 8px; }
.produto input[type="checkbox"] { width: 18px; height: 18px; accent-color: #df5b24; flex: none; }
.obs-label { display: grid !important; gap: 7px !important; margin-top: 12px; font-weight: 800; opacity: 1 !important; }
.op-obs { width: 100%; min-height: 42px; border-radius: 12px; border: 1px solid rgba(0,0,0,.12); padding: 0 13px; font: inherit; }
.pedido-btn { margin-top: 12px; min-height: 42px; padding: 0 16px; border: 0; border-radius: 999px; background: #25d366; color: #07160b; font-weight: 900; cursor: pointer; }
.demo-feature { padding: 62px 0; }
.feature-grid { display: grid; gap: 28px; align-items: center; }
.feature-photo { height: 360px; border-radius: 24px; }
.feature-grid span { font-size: .78rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 900; }
.feature-grid h2 { font-family: Archivo, sans-serif; font-size: clamp(1.8rem, 5vw, 3rem); line-height: 1; margin: 10px 0 18px; }
.feature-grid ul { margin: 0 0 24px; padding: 0; list-style: none; display: grid; gap: 9px; }
.feature-grid li::before { content: "✓ "; font-weight: 900; }
.client-footer { padding: 26px 0; }
.client-footer .wrap { display: flex; flex-direction: column; gap: 8px; align-items: center; text-align: center; font-size: .9rem; opacity: .82; }

.site-basico { background: #fff8ef; color: #2b1b10; }
.site-basico .demo-top { background: rgba(255,248,239,.9); border-bottom: 1px solid #f0dfcc; }
.site-basico .demo-brand > span, .site-basico .demo-btn { background: #df5b24; color: #fff; }
.site-basico .demo-hero-copy span, .site-basico .menu-head span, .site-basico .feature-grid span { color: #df5b24; }
.site-basico .info-grid article, .site-basico .produto { background: #fff; border: 1px solid #f0dfcc; }
.site-basico .demo-feature { background: #fff; }

.site-premium { background: #17130d; color: #fff7e8; }
.site-premium .demo-top { background: rgba(23,19,13,.88); border-bottom: 1px solid rgba(255,255,255,.08); }
.site-premium .demo-brand > span, .site-premium .demo-btn { background: #d8a13b; color: #17130d; }
.site-premium .demo-hero-copy span, .site-premium .menu-head span, .site-premium .feature-grid span { color: #d8a13b; }
.site-premium .info-grid article, .site-premium .produto { background: #231d14; border: 1px solid rgba(255,255,255,.08); }
.site-premium .produto-hint { color: #d8a13b; }
.site-premium .produto fieldset, .site-premium .op-obs { border-color: rgba(255,255,255,.12); background: rgba(255,255,255,.03); color: #fff7e8; }
.site-premium .produto input[type="checkbox"] { accent-color: #d8a13b; }
.site-premium .demo-feature { background: #20190f; }

.site-elite { background: #080806; color: #f6efe2; }
.site-elite .demo-top { background: rgba(8,8,6,.86); border-bottom: 1px solid rgba(198,162,103,.18); }
.site-elite .demo-brand > span, .site-elite .demo-btn { background: #c6a267; color: #111; }
.site-elite .demo-hero-copy h1, .site-elite .menu-head h2, .site-elite .feature-grid h2 { font-family: "Playfair Display", serif; }
.site-elite .demo-hero-copy span, .site-elite .menu-head span, .site-elite .feature-grid span { color: #c6a267; }
.site-elite .info-grid article, .site-elite .produto { background: #14120d; border: 1px solid rgba(198,162,103,.2); }
.site-elite .produto-hint { color: #c6a267; }
.site-elite .produto fieldset, .site-elite .op-obs { border-color: rgba(198,162,103,.22); background: rgba(255,255,255,.03); color: #f6efe2; }
.site-elite .produto input[type="checkbox"] { accent-color: #c6a267; }
.site-elite .demo-feature { background: #100f0c; }

body.admin-demo-open { overflow: hidden; }
.admin-demo { position: fixed; inset: 0; z-index: 120; display: none; padding: 20px; }
.admin-demo.is-open { display: grid; place-items: center; }
.admin-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.78); backdrop-filter: blur(12px); }
.admin-shell {
  position: relative;
  width: min(1080px, 100%);
  max-height: min(820px, 92vh);
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.12);
  background: #0f100d;
  box-shadow: 0 30px 120px rgba(0,0,0,.55);
}
.admin-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 3;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}
.admin-login {
  min-height: 560px;
  display: grid;
  align-content: center;
  gap: 16px;
  max-width: 500px;
  margin: 0 auto;
  padding: 42px 28px;
  text-align: center;
}
.admin-kicker {
  color: #f4b740;
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.admin-login h2, .admin-sidebar h2, .admin-head h3 {
  font-family: Archivo, sans-serif;
  line-height: 1;
}
.admin-login h2 { font-size: clamp(2rem, 7vw, 3.4rem); }
.admin-login p, .admin-sidebar p, .admin-note { color: #bdb5a6; }
.admin-login-form { display: grid; gap: 12px; margin-top: 8px; text-align: left; }
.admin-login-form label, .admin-editor label {
  display: grid;
  gap: 7px;
  color: #efe9dc;
  font-weight: 800;
  font-size: .92rem;
}
.admin-login input, .admin-editor input, .admin-editor textarea {
  width: 100%;
  border-radius: 13px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
  color: #fff7e8;
  padding: 12px 13px;
  font: inherit;
  outline: none;
}
.admin-login input:focus, .admin-editor input:focus, .admin-editor textarea:focus {
  border-color: rgba(244,183,64,.7);
  box-shadow: 0 0 0 3px rgba(244,183,64,.12);
}
.admin-login-form .btn { width: 100%; margin-top: 4px; }
.admin-error { min-height: 18px; color: #ff9b86; font-size: .88rem; text-align: center; }
.admin-credentials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  color: #bdb5a6;
  font-size: .88rem;
}
.admin-credentials span {
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 999px;
  padding: 6px 10px;
  background: rgba(255,255,255,.04);
}
.admin-panel { display: none; min-height: 620px; }
.admin-demo.is-auth .admin-login { display: none; }
.admin-demo.is-auth .admin-panel { display: grid; grid-template-columns: 260px 1fr; }
.admin-sidebar {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 30px 22px;
  border-right: 1px solid rgba(255,255,255,.08);
  background: #090a08;
}
.admin-sidebar h2 { font-size: 2rem; }
.admin-sidebar nav { display: grid; gap: 8px; }
.admin-sidebar button {
  min-height: 42px;
  border-radius: 13px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.04);
  color: #d8d0bf;
  font-weight: 800;
  text-align: left;
  padding: 0 13px;
}
.admin-sidebar button.is-active {
  background: rgba(244,183,64,.14);
  color: #f4b740;
  border-color: rgba(244,183,64,.35);
}
.admin-workspace { overflow: auto; padding: 30px; }
.admin-head {
  display: flex;
  gap: 16px;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 22px;
}
.admin-head h3 { margin-top: 7px; font-size: clamp(1.6rem, 4vw, 2.5rem); }
.admin-status {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(37,211,102,.1);
  color: #25d366;
  font-weight: 900;
  font-size: .82rem;
  white-space: nowrap;
}
.admin-grid { display: grid; gap: 18px; grid-template-columns: 1fr .95fr; align-items: start; }
.admin-editor, .admin-preview {
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.04);
  padding: 20px;
}
.admin-editor { display: grid; gap: 14px; }
.admin-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; justify-content: space-between; }
.admin-check { display: flex !important; grid-template-columns: none !important; align-items: center; gap: 9px !important; }
.admin-check input { width: 18px; height: 18px; accent-color: #f4b740; }
.admin-upload {
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(244,183,64,.3);
  background: rgba(244,183,64,.1);
  color: #f4b740;
  font-weight: 900;
  cursor: pointer;
}
.admin-preview-card { margin-top: 12px; background: #fff8ef; color: #2b1b10; border: 1px solid #f0dfcc; }
.admin-preview-card .produto-hint.is-muted { color: #9c4432; }
.admin-addons { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.admin-addons span {
  border-radius: 999px;
  border: 1px solid rgba(244,183,64,.28);
  background: rgba(244,183,64,.08);
  color: #f4e2b4;
  padding: 6px 10px;
  font-size: .84rem;
  font-weight: 800;
}
.admin-note { margin-top: 14px; font-size: .9rem; }

.lightbox { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 22px; background: rgba(0,0,0,.86); backdrop-filter: blur(8px); }
.lightbox figure { width: min(980px, 100%); margin: 0; }
.lightbox img { width: 100%; max-height: 82vh; object-fit: contain; border-radius: 18px; }
.lightbox figcaption { text-align: center; margin-top: 10px; color: #fff; }
.lightbox button { position: fixed; top: 18px; right: 18px; width: 44px; height: 44px; border-radius: 999px; border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.1); color: #fff; font-size: 30px; cursor: pointer; }

@media (min-width: 720px) {
  .hero-grid, .feature-grid { grid-template-columns: 1.05fr .95fr; }
  .cards.four { grid-template-columns: repeat(4, 1fr); }
  .cards.three, .niveis, .planos, .info-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-inner, .client-footer .wrap { flex-direction: row; justify-content: space-between; text-align: left; }
  .opcoes-grid { grid-template-columns: 1fr 1fr; }
}

@media (min-width: 860px) {
  .demo-nav { display: flex; }
}

@media (max-width: 859px) {
  .nav a:not(.btn) { display: none; }
  .admin-demo-trigger { display: none; }
  .admin-demo.is-auth .admin-panel { grid-template-columns: 1fr; }
  .admin-sidebar { display: none; }
  .admin-grid { grid-template-columns: 1fr; }
  .admin-head { flex-direction: column; }
}

@media (max-width: 420px) {
  .wrap { padding-inline: 18px; }
  .brand span, .demo-brand small { display: none; }
  .topbar { padding: 8px 0; }
  .topbar-inner { min-height: 54px; padding-inline: 14px 8px; }
  .demo-top-inner { height: 60px; }
  .btn, .demo-btn { white-space: normal; text-align: center; line-height: 1.1; }
  .demo-brand > span { flex-basis: 40px; width: 40px; height: 40px; }
  .phone-photo { height: 320px; }
  .produto-main { grid-template-columns: 72px 1fr; gap: 12px; align-items: start; padding: 12px; }
  .produto-img { width: 72px; height: 72px; border-radius: 12px; }
  .produto strong { grid-column: 2; padding-top: 0; }
  .produto-opcoes { padding: 0 12px 14px; }
}
