:root {
  --ink: #111827;
  --muted: #5c6675;
  --line: #dfe5ec;
  --paper: #ffffff;
  --soft: #f5f7fa;
  --dark: #070a0f;
  --orange: #ff6a00;
  --orange-2: #ff8a2a;
  --orange-dark: #d95000;
  --green: #20b75a;
  --green-2: #109447;
  --shadow: 0 20px 50px rgba(17, 24, 39, 0.12);
  --deep-shadow: 0 32px 90px rgba(0, 0, 0, 0.42);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--soft);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  gap: 34px;
  min-height: 78px;
  padding: 0 clamp(22px, 5vw, 76px);
  color: #fff;
  background: rgba(7, 10, 15, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
  gap: 12px;
  min-width: max-content;
  font-size: 25px;
  font-weight: 900;
  line-height: 0.95;
}

.brand img {
  width: 64px;
  height: 54px;
  object-fit: contain;
  object-position: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: #000;
  box-shadow: 0 10px 24px rgba(255, 0, 0, 0.18);
}

.brand span span {
  color: #ff2b2b;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 4vw, 46px);
  flex: 1;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 700;
}

.main-nav a {
  transition: color 0.2s ease;
}

.main-nav a:hover {
  color: #fff;
}

.whatsapp-button,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 8px 22px 8px 10px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.whatsapp-icon {
  display: inline-flex;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border: 4px solid #fff;
  border-radius: 999px;
  background-color: #fff;
  background: url("assets/whatsapp-emblem.png") center / contain no-repeat;
  box-shadow: 0 4px 10px rgba(9, 76, 39, 0.16);
}

.whatsapp-button {
  color: #fff;
  background: linear-gradient(135deg, var(--green), var(--green-2));
  box-shadow: 0 14px 26px rgba(32, 183, 90, 0.26);
}

.whatsapp-button:hover,
.secondary-button:hover {
  transform: translateY(-2px);
}

.secondary-button {
  padding: 0 22px;
  border-radius: 8px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.65);
  background: rgba(255, 255, 255, 0.05);
}

.header-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 24px;
  color: #fff;
  border-radius: 7px;
  background: #f20f17;
  box-shadow: 0 14px 28px rgba(242, 15, 23, 0.26);
  font-size: 16px;
  font-weight: 900;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.header-whatsapp:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(242, 15, 23, 0.34);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: transparent;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: #fff;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(460px, 1.1fr);
  align-items: center;
  gap: 34px;
  min-height: 700px;
  padding: 74px clamp(22px, 5vw, 76px) 64px;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(105deg, rgba(7, 10, 15, 0.99) 0%, rgba(7, 10, 15, 0.96) 48%, rgba(7, 10, 15, 0.78) 100%),
    radial-gradient(circle at 78% 18%, rgba(255, 106, 0, 0.28), transparent 30%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 92px),
    #0d1117;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 72%, rgba(245, 247, 250, 0.08)),
    radial-gradient(circle at 18% 82%, rgba(255, 106, 0, 0.22), transparent 23%);
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 106, 0, 0.7), transparent);
}

.hero-content,
.product-showcase {
  position: relative;
  z-index: 1;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  min-height: 36px;
  margin: 0 0 24px;
  padding: 0 16px;
  color: #ffd1aa;
  border: 1px solid rgba(255, 106, 0, 0.75);
  border-radius: 999px;
  background: rgba(255, 106, 0, 0.08);
  font-size: 13px;
  font-weight: 900;
}

.hero h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(42px, 5.5vw, 76px);
  line-height: 1.04;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 610px;
  margin: 24px 0 32px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.5;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 650px;
  margin-top: 38px;
}

.hero-proof div {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.hero-proof strong {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 24px;
  line-height: 1;
}

.hero-proof span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.35;
}

.product-showcase {
  min-height: 500px;
}

.video-showcase {
  display: flex;
  align-items: center;
  justify-content: center;
}

.demo-video {
  position: relative;
  width: min(720px, 88vw);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: #0d1118;
  box-shadow: var(--deep-shadow);
  transform: perspective(900px) rotateY(-7deg) rotateX(2deg);
}

.demo-video::before {
  content: "";
  position: absolute;
  inset: -20%;
  background:
    radial-gradient(circle at 72% 20%, rgba(255, 106, 0, 0.26), transparent 24%),
    radial-gradient(circle at 20% 80%, rgba(32, 183, 90, 0.18), transparent 22%);
  animation: videoGlow 8s ease-in-out infinite;
}

.video-topbar,
.video-screen,
.video-controls {
  position: relative;
  z-index: 1;
}

.video-topbar {
  display: grid;
  grid-template-columns: 60px 1fr auto;
  align-items: center;
  gap: 12px;
  height: 42px;
  padding: 0 18px;
  color: #fff;
  background: #151a22;
}

.video-topbar span {
  width: 38px;
  height: 10px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 5px 5px, var(--orange) 0 4px, transparent 5px),
    radial-gradient(circle at 18px 5px, #586071 0 4px, transparent 5px),
    radial-gradient(circle at 31px 5px, #586071 0 4px, transparent 5px);
}

.video-topbar strong {
  font-size: 13px;
}

.video-topbar em {
  color: #ff4b4b;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.video-screen {
  position: relative;
  height: 390px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(7, 10, 15, 0.92), rgba(17, 24, 39, 0.68)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 70px),
    #0a0e14;
}

.video-screen::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.play-button {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 106, 0, 0.95);
  box-shadow: 0 16px 32px rgba(255, 106, 0, 0.28);
}

.play-button span {
  width: 0;
  height: 0;
  margin-left: 4px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #fff;
}

.video-scene {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 0.82fr 1fr;
  align-items: center;
  gap: 30px;
  padding: 54px 54px 76px;
  opacity: 0;
  transform: translateY(18px) scale(0.98);
  animation: sceneCycle 16s ease-in-out infinite;
}

.scene-two {
  animation-delay: 4s;
}

.scene-three {
  animation-delay: 8s;
}

.scene-four {
  animation-delay: 12s;
}

.scene-copy {
  color: #fff;
}

.scene-copy span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 34px;
  margin-bottom: 18px;
  color: #fff;
  border-radius: 999px;
  background: var(--orange);
  font-weight: 900;
}

.scene-copy h3 {
  margin: 0;
  font-size: clamp(25px, 3vw, 36px);
  line-height: 1.08;
}

.scene-copy p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
  line-height: 1.5;
}

.scene-phone,
.scene-dashboard,
.kitchen-board,
.whatsapp-message {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.32);
}

.scene-phone {
  justify-self: end;
  width: 230px;
  padding: 24px;
  color: var(--ink);
  animation: propFloat 4s ease-in-out infinite;
}

.scene-phone strong {
  display: block;
  margin-bottom: 14px;
  font-size: 22px;
}

.scene-phone p {
  margin: 10px 0;
  padding: 13px 14px;
  border-radius: 8px;
  background: #f5f7fa;
  color: #273140;
  font-weight: 800;
}

.scene-dashboard {
  justify-self: end;
  width: 300px;
  padding: 28px;
  color: var(--ink);
  animation: propFloat 4s ease-in-out infinite;
}

.scene-dashboard b,
.scene-dashboard small,
.scene-dashboard strong {
  display: block;
}

.scene-dashboard b {
  color: var(--orange);
  font-size: 20px;
}

.scene-dashboard small {
  margin: 10px 0 18px;
  color: var(--muted);
}

.scene-dashboard strong {
  font-size: 44px;
}

.kitchen-board {
  display: grid;
  gap: 14px;
  justify-self: end;
  width: 310px;
  padding: 22px;
  animation: propFloat 4s ease-in-out infinite;
}

.kitchen-board i {
  display: block;
  padding: 16px;
  border-left: 5px solid var(--orange);
  border-radius: 8px;
  background: #f5f7fa;
  color: var(--ink);
  font-style: normal;
  font-weight: 900;
}

.kitchen-board i:nth-child(2) {
  border-left-color: var(--green);
  animation: kitchenActive 1.4s ease-in-out infinite;
}

.whatsapp-message {
  justify-self: end;
  width: 320px;
  padding: 24px 24px 24px 76px;
  color: var(--ink);
  background:
    radial-gradient(circle at 38px 38px, var(--green) 0 22px, transparent 23px),
    #fff;
  animation: messagePop 4s ease-in-out infinite;
}

.whatsapp-message b,
.whatsapp-message small {
  display: block;
}

.whatsapp-message b {
  font-size: 20px;
}

.whatsapp-message small {
  margin-top: 8px;
  color: var(--muted);
  font-size: 15px;
}

.video-controls {
  display: grid;
  grid-template-columns: 16px 1fr auto;
  align-items: center;
  gap: 12px;
  height: 54px;
  padding: 0 18px;
  background: #101620;
}

.control-dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #fff;
}

.progress-bar {
  height: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.progress-bar span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--orange), var(--green));
  transform-origin: left;
  animation: videoProgress 16s linear infinite;
}

.video-controls small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 800;
}

@keyframes sceneCycle {
  0%, 4% { opacity: 0; transform: translateY(18px) scale(0.98); }
  8%, 22% { opacity: 1; transform: translateY(0) scale(1); }
  26%, 100% { opacity: 0; transform: translateY(-16px) scale(0.98); }
}

@keyframes videoProgress {
  0% { transform: scaleX(0); }
  100% { transform: scaleX(1); }
}

@keyframes propFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes kitchenActive {
  0%, 100% { box-shadow: inset 0 0 0 rgba(32, 183, 90, 0); }
  50% { box-shadow: inset 0 0 0 999px rgba(32, 183, 90, 0.08); }
}

@keyframes messagePop {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-8px) scale(1.03); }
}

@keyframes videoGlow {
  0%, 100% { transform: translateX(0); opacity: 0.7; }
  50% { transform: translateX(-4%); opacity: 1; }
}

.dashboard-mockup {
  position: absolute;
  top: 28px;
  right: 38px;
  display: grid;
  grid-template-columns: 122px 1fr;
  grid-template-rows: 34px 1fr;
  width: min(690px, 84vw);
  height: 430px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: #f7f8fb;
  box-shadow: var(--deep-shadow);
  transform: perspective(900px) rotateY(-8deg) rotateX(2deg);
}

.mock-topbar {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 14px;
  background: #151a22;
}

.mock-topbar span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #586071;
}

.mock-topbar span:first-child {
  background: var(--orange);
}

.mock-sidebar {
  padding: 22px 16px;
  background: #0d121a;
  color: #fff;
}

.mock-sidebar strong {
  display: block;
  margin-bottom: 24px;
  font-size: 13px;
}

.mock-sidebar strong span {
  color: #ff2b2b;
}

.mock-sidebar p {
  margin: 0 0 10px;
  padding: 9px 10px;
  border-radius: 7px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 11px;
  font-weight: 700;
}

.mock-sidebar p.active {
  color: #fff;
  background: rgba(255, 106, 0, 0.18);
}

.mock-panel {
  padding: 24px;
  color: var(--ink);
}

.mock-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.mock-title span,
.phone-mockup strong {
  display: block;
  font-weight: 900;
}

.mock-title small,
.phone-mockup small {
  color: var(--muted);
}

.mock-title b {
  padding: 7px 11px;
  color: #0c7434;
  border-radius: 999px;
  background: #e8f8ee;
  font-size: 11px;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 22px 0;
}

.metric-grid div,
.chart-card,
.order-list {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.05);
}

.metric-grid div {
  padding: 14px 12px;
}

.metric-grid small,
.metric-grid em {
  display: block;
  color: var(--muted);
  font-size: 10px;
  font-style: normal;
}

.metric-grid strong {
  display: block;
  margin: 7px 0 5px;
  font-size: 18px;
}

.metric-grid em {
  color: var(--green-2);
  font-weight: 800;
}

.mock-body {
  display: grid;
  grid-template-columns: 1fr 190px;
  gap: 12px;
}

.chart-card {
  min-height: 160px;
  padding: 16px;
}

.chart-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.chart-head small {
  color: var(--muted);
}

.bars {
  display: flex;
  align-items: end;
  gap: 10px;
  height: 92px;
  border-bottom: 1px solid #e8edf2;
}

.bars span {
  flex: 1;
  min-height: 26px;
  border-radius: 7px 7px 0 0;
  background: linear-gradient(180deg, var(--orange-2), var(--orange));
}

.bars span:nth-child(2) { height: 44%; }
.bars span:nth-child(3) { height: 60%; }
.bars span:nth-child(4) { height: 42%; }
.bars span:nth-child(5) { height: 82%; }
.bars span:nth-child(6) { height: 96%; }
.bars span:nth-child(7) { height: 68%; }

.order-list {
  padding: 15px;
}

.order-list strong {
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
}

.order-list p {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 10px 0;
  border-top: 1px solid #edf1f5;
  font-size: 12px;
}

.phone-mockup {
  position: absolute;
  right: 0;
  bottom: 4px;
  width: 218px;
  min-height: 390px;
  padding: 27px 14px 16px;
  border: 8px solid #0d1118;
  border-radius: 32px;
  background: #fff;
  color: var(--ink);
  box-shadow: var(--deep-shadow);
}

.phone-bar {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 52px;
  height: 5px;
  border-radius: 999px;
  background: #252a32;
  transform: translateX(-50%);
}

.store-head {
  padding: 8px 0 12px;
  border-bottom: 1px solid #ecf0f4;
}

.phone-mockup article {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 9px;
  padding: 11px 0;
  border-bottom: 1px solid #ecf0f4;
}

.phone-mockup p {
  margin: 0;
}

.phone-mockup b,
.phone-mockup em {
  display: block;
  font-size: 11px;
}

.phone-mockup em {
  grid-column: 2;
  font-style: normal;
  font-weight: 900;
}

.food-thumb {
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 10px;
}

.burger {
  background: linear-gradient(#a54818 0 24%, #ffd36d 24% 40%, #432316 40% 64%, #67a34d 64% 76%, #d88b39 76%);
}

.chicken {
  background: linear-gradient(135deg, #f1a23c, #f7d77b 52%, #f35a2e 53%);
}

.fries {
  background: linear-gradient(135deg, #f8cc54 0 32%, #df3f29 32% 68%, #ffda6a 68%);
}

.phone-mockup button {
  width: 100%;
  min-height: 42px;
  margin-top: 13px;
  border: 0;
  border-radius: 8px;
  background: #0b0f14;
  color: #fff;
  font-weight: 900;
}

.platform-animation::before {
  content: "";
  position: absolute;
  inset: 24px 0 0 54px;
  width: 70%;
  height: 78%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 106, 0, 0.22), transparent 66%);
  filter: blur(8px);
  animation: glowPulse 4s ease-in-out infinite;
}

.workflow-board {
  overflow: visible;
}

.workflow-board .mock-panel {
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 15%, rgba(255, 106, 0, 0.1), transparent 26%),
    #f7f8fb;
}

.workflow-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 20px 0 18px;
}

.workflow-steps article {
  position: relative;
  min-height: 96px;
  padding: 14px 10px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 22px rgba(17, 24, 39, 0.05);
  animation: stepLift 6s ease-in-out infinite;
}

.workflow-steps article:nth-child(2) {
  animation-delay: 1s;
}

.workflow-steps article:nth-child(3) {
  animation-delay: 2s;
}

.workflow-steps article:nth-child(4) {
  animation-delay: 3s;
}

.workflow-steps span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  margin-bottom: 8px;
  color: #fff;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  font-size: 12px;
  font-weight: 900;
}

.workflow-steps strong,
.workflow-steps small {
  display: block;
}

.workflow-steps strong {
  font-size: 12px;
  line-height: 1.2;
}

.workflow-steps small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.25;
}

.live-flow {
  position: relative;
  height: 92px;
  margin-bottom: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(32, 183, 90, 0.08), rgba(255, 106, 0, 0.09)),
    #fff;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.05);
}

.flow-track {
  position: absolute;
  left: 36px;
  right: 36px;
  top: 42px;
  display: flex;
  justify-content: space-between;
  border-top: 2px dashed rgba(255, 106, 0, 0.35);
}

.flow-track span {
  width: 16px;
  height: 16px;
  margin-top: -9px;
  border: 3px solid #fff;
  border-radius: 999px;
  background: var(--orange);
  box-shadow: 0 0 0 4px rgba(255, 106, 0, 0.12);
  animation: dotPulse 4s ease-in-out infinite;
}

.flow-track span:nth-child(2) {
  animation-delay: 1s;
}

.flow-track span:nth-child(3) {
  animation-delay: 2s;
}

.flow-track span:nth-child(4) {
  animation-delay: 3s;
}

.moving-order {
  position: absolute;
  left: 22px;
  top: 18px;
  display: grid;
  gap: 2px;
  width: 138px;
  padding: 10px 12px;
  color: #fff;
  border-radius: 8px;
  background: linear-gradient(135deg, #111827, #273140);
  box-shadow: 0 18px 34px rgba(17, 24, 39, 0.22);
  animation: orderTravel 6s ease-in-out infinite;
}

.moving-order b,
.moving-order small,
.moving-order em {
  display: block;
}

.moving-order b {
  font-size: 12px;
}

.moving-order small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 10px;
}

.moving-order em {
  color: #7bf2a6;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}

.operation-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.operation-cards article {
  min-height: 72px;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.operation-cards strong,
.operation-cards small {
  display: block;
}

.operation-cards strong {
  font-size: 12px;
}

.operation-cards small {
  margin-top: 5px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.35;
}

.workflow-phone {
  animation: phoneFloat 5s ease-in-out infinite;
}

.phone-status {
  position: relative;
  margin: 16px 0 12px;
  padding: 14px 12px 14px 44px;
  border-radius: 12px;
  background: #eaf9ef;
}

.phone-status span {
  position: absolute;
  left: 12px;
  top: 17px;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 0 0 rgba(32, 183, 90, 0.4);
  animation: statusPulse 2s ease-in-out infinite;
}

.phone-status b,
.phone-status small {
  display: block;
}

.phone-status b {
  font-size: 13px;
}

.phone-status small {
  margin-top: 4px;
  font-size: 11px;
}

.chat-preview {
  display: grid;
  gap: 8px;
}

.chat-preview p {
  margin: 0;
  padding: 10px;
  border-radius: 10px 10px 10px 3px;
  background: #f0f3f6;
  color: #273140;
  font-size: 11px;
  line-height: 1.35;
  animation: messageIn 5s ease-in-out infinite;
}

.chat-preview p:nth-child(2) {
  animation-delay: 1.2s;
}

.delivery-progress {
  display: flex;
  gap: 6px;
  margin-top: 14px;
}

.delivery-progress span {
  flex: 1;
  height: 6px;
  border-radius: 999px;
  background: #dfe5ec;
  animation: progressFill 4s ease-in-out infinite;
}

.delivery-progress span:nth-child(2) {
  animation-delay: 0.8s;
}

.delivery-progress span:nth-child(3) {
  animation-delay: 1.6s;
}

@keyframes orderTravel {
  0%, 12% { transform: translateX(0); }
  28%, 38% { transform: translateX(118px); }
  54%, 64% { transform: translateX(238px); }
  82%, 100% { transform: translateX(358px); }
}

@keyframes stepLift {
  0%, 100% { transform: translateY(0); border-color: var(--line); }
  12%, 26% { transform: translateY(-5px); border-color: rgba(255, 106, 0, 0.55); }
}

@keyframes dotPulse {
  0%, 100% { background: var(--orange); box-shadow: 0 0 0 4px rgba(255, 106, 0, 0.12); }
  24%, 34% { background: var(--green); box-shadow: 0 0 0 9px rgba(32, 183, 90, 0.14); }
}

@keyframes phoneFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes statusPulse {
  0% { box-shadow: 0 0 0 0 rgba(32, 183, 90, 0.4); }
  70%, 100% { box-shadow: 0 0 0 10px rgba(32, 183, 90, 0); }
}

@keyframes messageIn {
  0%, 20% { opacity: 0.45; transform: translateY(6px); }
  35%, 100% { opacity: 1; transform: translateY(0); }
}

@keyframes progressFill {
  0%, 25% { background: #dfe5ec; }
  45%, 100% { background: var(--green); }
}

@keyframes glowPulse {
  0%, 100% { opacity: 0.58; transform: scale(1); }
  50% { opacity: 0.95; transform: scale(1.04); }
}

.trust-strip {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 1220px;
  margin: -34px auto 0;
  padding: 0 clamp(22px, 4vw, 40px);
}

.trust-strip div {
  padding: 24px 28px;
  background: #fff;
  box-shadow: 0 18px 38px rgba(17, 24, 39, 0.08);
}

.trust-strip div:first-child {
  border-radius: 8px 0 0 8px;
}

.trust-strip div:last-child {
  border-radius: 0 8px 8px 0;
}

.trust-strip strong,
.trust-strip span {
  display: block;
}

.trust-strip strong {
  margin-bottom: 6px;
  font-size: 16px;
}

.trust-strip span {
  color: var(--muted);
  font-size: 14px;
}

.section {
  padding: 82px clamp(22px, 6vw, 90px);
}

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

.section-heading > span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--orange);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.section-heading h2,
.final-cta h2 {
  margin: 0;
  font-size: clamp(31px, 4vw, 46px);
  line-height: 1.12;
  letter-spacing: 0;
}

.section-heading p {
  margin: 15px auto 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.58;
}

.feature-grid,
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  max-width: 1140px;
  margin: 0 auto;
}

.feature-card,
.price-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 12px 32px rgba(17, 24, 39, 0.07);
}

.feature-card {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  min-height: 164px;
  padding: 30px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.feature-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 106, 0, 0.45);
  box-shadow: var(--shadow);
}

.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  color: var(--orange);
  border: 1px solid rgba(255, 106, 0, 0.25);
  border-radius: 8px;
  background: #fff7f0;
  font-size: 14px;
  font-weight: 900;
}

.feature-card h3,
.process-grid h3,
.price-card h3 {
  margin: 0 0 8px;
  font-size: 20px;
}

.feature-card p,
.process-grid p,
.plan-copy {
  margin: 0;
  color: var(--muted);
  line-height: 1.58;
}

.process-section {
  background: #fff;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  max-width: 1140px;
  margin: 0 auto;
}

.process-grid article {
  min-height: 245px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 106, 0, 0.07), transparent 42%),
    #fff;
}

.process-grid article > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 28px;
  color: #fff;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  font-weight: 900;
}

.pricing-section {
  background: linear-gradient(180deg, #f5f7fa, #fff);
}

.pricing-grid {
  align-items: stretch;
}

.price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 34px 30px 30px;
}

.price-card.featured {
  border: 2px solid var(--orange);
  box-shadow: 0 28px 65px rgba(255, 106, 0, 0.17);
  transform: translateY(-12px);
}

.badge {
  position: absolute;
  top: -16px;
  left: 50%;
  margin: 0;
  padding: 8px 18px;
  border-radius: 999px;
  background: var(--orange);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  transform: translateX(-50%);
}

.price-card h3 {
  text-align: center;
  font-size: 26px;
}

.plan-copy {
  min-height: 58px;
  text-align: center;
}

.price {
  margin: 18px 0 22px;
  text-align: center;
  font-size: 43px;
  font-weight: 900;
}

.price small {
  font-size: 16px;
}

.price-card ul {
  flex: 1;
  margin: 0 0 28px;
  padding: 23px 0 0;
  border-top: 1px solid #edf1f5;
  list-style: none;
}

.price-card li {
  position: relative;
  margin: 14px 0;
  padding-left: 28px;
  color: #273140;
}

.price-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--orange);
  font-weight: 900;
}

.price-card .plan-button {
  width: 100%;
}

.contact-whatsapp {
  min-height: 54px;
  padding: 0 28px;
  border-radius: 6px;
  background: #20c866;
  box-shadow: 0 16px 30px rgba(32, 200, 102, 0.24);
  font-size: 16px;
  text-transform: none;
}

.plan-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  color: #fff;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 900;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.plan-button:hover {
  transform: translateY(-2px);
}

.starter-button {
  background: linear-gradient(135deg, var(--green), var(--green-2));
  box-shadow: 0 16px 28px rgba(32, 183, 90, 0.22);
}

.pro-button {
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  box-shadow: 0 16px 28px rgba(255, 106, 0, 0.24);
}

.premium-button {
  background: linear-gradient(135deg, #151a22, #070a0f);
  box-shadow: 0 16px 28px rgba(7, 10, 15, 0.24);
}

.final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  max-width: 1220px;
  margin: 0 auto 34px;
  padding: 44px clamp(24px, 5vw, 76px);
  color: #fff;
  border-radius: 12px;
  background:
    linear-gradient(120deg, rgba(7, 10, 15, 0.99), rgba(18, 24, 34, 0.99)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 24px);
  box-shadow: var(--shadow);
}

.final-cta span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--orange-2);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.final-cta h2 {
  max-width: 720px;
}

.final-cta p {
  max-width: 650px;
  margin: 13px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  line-height: 1.55;
}

.site-footer {
  position: relative;
  overflow: hidden;
  padding: 56px clamp(22px, 5vw, 76px) 30px;
  color: #fff;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 43, 43, 0.12), transparent 28%),
    radial-gradient(circle at 86% 20%, rgba(255, 106, 0, 0.08), transparent 24%),
    #0c1016;
}

.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: clamp(22px, 5vw, 76px);
  right: clamp(22px, 5vw, 76px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 106, 0, 0.6), transparent);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.9fr 1fr;
  gap: clamp(34px, 6vw, 82px);
  max-width: 1220px;
  margin: 0 auto;
}

.site-footer h3 {
  margin: 0 0 24px;
  color: #fff;
  font-size: 24px;
  line-height: 1.15;
}

.site-footer p,
.site-footer a {
  display: block;
  margin: 0;
  color: #fff;
  font-size: 17px;
  line-height: 1.52;
}

.footer-logo {
  display: inline-flex !important;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px !important;
}

.footer-logo img {
  width: 66px;
  height: 66px;
  object-fit: contain;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  background: #000;
  box-shadow: 0 14px 28px rgba(255, 0, 0, 0.18);
}

.footer-logo span {
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
}

.footer-logo strong {
  color: #ff2b2b;
}

.footer-about > p {
  max-width: 390px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.78);
}

.footer-about > strong {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}

.footer-hours {
  display: grid;
  align-content: start;
  gap: 22px;
}

.footer-hours h3,
.footer-social h3 {
  margin-bottom: 4px;
}

.footer-hour {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 14px;
}

.footer-hour span {
  color: #fff;
  font-size: 17px;
  line-height: 1.5;
}

.footer-hour p strong {
  display: block;
  margin-bottom: 4px;
}

.footer-social p {
  max-width: 390px;
  color: rgba(255, 255, 255, 0.78);
}

.footer-contact {
  margin-top: 22px !important;
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 15px !important;
}

.footer-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  max-width: 1220px;
  margin: 44px auto 0;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-bottom div {
  display: flex;
  align-items: center;
  gap: 34px;
}

.footer-bottom p,
.footer-bottom a {
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
}

.floating-whatsapp {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 40;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 9px 20px 9px 10px;
  color: #fff;
  border-radius: 999px;
  background: #20c866;
  box-shadow: 0 18px 38px rgba(10, 153, 72, 0.36);
  font-size: 17px;
  font-weight: 900;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.floating-whatsapp:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 46px rgba(10, 153, 72, 0.44);
}

.floating-whatsapp .whatsapp-icon {
  width: 40px;
  height: 40px;
  flex-basis: 40px;
}

@media (max-width: 1040px) {
  .site-header {
    justify-content: space-between;
  }

  .menu-toggle {
    display: block;
  }

  .main-nav,
  .header-action,
  .header-whatsapp {
    display: none;
  }

  .site-header.is-open .main-nav {
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    display: grid;
    gap: 0;
    padding: 10px 22px 22px;
    background: rgba(7, 10, 15, 0.98);
  }

  .site-header.is-open .main-nav a {
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .product-showcase {
    min-height: 455px;
  }

  .demo-video {
    width: min(720px, 94vw);
    transform: none;
  }

  .video-screen {
    height: 360px;
  }

  .video-scene {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 40px 34px 74px;
  }

  .scene-phone,
  .scene-dashboard,
  .kitchen-board,
  .whatsapp-message {
    justify-self: start;
  }

  .dashboard-mockup {
    left: 0;
    right: auto;
  }

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

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

  .trust-strip {
    grid-template-columns: 1fr;
    margin-top: 0;
    padding: 0;
  }

  .trust-strip div,
  .trust-strip div:first-child,
  .trust-strip div:last-child {
    border-radius: 0;
  }

  .final-cta,
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

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

@media (max-width: 680px) {
  .brand {
    font-size: 22px;
  }

  .hero {
    padding-top: 44px;
  }

  .eyebrow {
    white-space: normal;
    line-height: 1.35;
    padding-top: 9px;
    padding-bottom: 9px;
  }

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

  .hero-proof {
    grid-template-columns: 1fr;
  }

  .product-showcase {
    min-height: 370px;
  }

  .demo-video {
    width: 100%;
  }

  .video-topbar {
    grid-template-columns: 42px 1fr;
  }

  .video-topbar em {
    display: none;
  }

  .video-screen {
    height: 318px;
  }

  .video-scene {
    padding: 30px 20px 68px;
  }

  .scene-copy h3 {
    font-size: 24px;
  }

  .scene-copy p {
    font-size: 14px;
  }

  .scene-phone,
  .scene-dashboard,
  .kitchen-board,
  .whatsapp-message {
    width: min(100%, 250px);
  }

  .scene-dashboard strong {
    font-size: 34px;
  }

  .play-button {
    left: 16px;
    bottom: 18px;
    width: 48px;
    height: 48px;
  }

  .dashboard-mockup {
    grid-template-columns: 82px 1fr;
    width: 96%;
    height: 325px;
    transform: perspective(900px) rotateY(-4deg);
  }

  .mock-sidebar {
    padding: 16px 10px;
  }

  .mock-sidebar p {
    padding: 8px 6px;
    font-size: 9px;
  }

  .mock-panel {
    padding: 15px;
  }

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

  .metric-grid div:nth-child(n+3),
  .order-list {
    display: none;
  }

  .mock-body {
    grid-template-columns: 1fr;
  }

  .chart-card {
    min-height: 124px;
  }

  .workflow-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    margin: 12px 0 10px;
  }

  .workflow-steps article {
    min-height: 64px;
    padding: 9px;
  }

  .workflow-steps span {
    width: 22px;
    height: 22px;
    margin-bottom: 5px;
    font-size: 10px;
  }

  .workflow-steps strong {
    font-size: 10px;
  }

  .workflow-steps small,
  .operation-cards {
    display: none;
  }

  .live-flow {
    height: 76px;
    margin-bottom: 0;
  }

  .flow-track {
    left: 18px;
    right: 18px;
    top: 37px;
  }

  .moving-order {
    top: 14px;
    left: 10px;
    width: 102px;
    padding: 8px;
    animation-name: orderTravelMobile;
  }

  .moving-order small {
    display: none;
  }

  .moving-order b,
  .moving-order em {
    font-size: 10px;
  }

  .phone-mockup {
    right: -10px;
    bottom: 0;
    width: 170px;
    min-height: 306px;
    border-width: 7px;
  }

  .phone-mockup article {
    grid-template-columns: 36px 1fr;
    padding: 8px 0;
  }

  .phone-mockup article:nth-of-type(2) {
    display: none;
  }

  .food-thumb {
    width: 36px;
    height: 36px;
  }

  .feature-grid,
  .pricing-grid,
  .process-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    align-items: flex-start;
    margin-top: 40px;
  }

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

  .price-card.featured {
    transform: none;
  }

  .final-cta .whatsapp-button,
  .footer-bottom,
  .footer-bottom div {
    width: 100%;
  }

  .footer-bottom div {
    flex-direction: column;
    gap: 0;
  }

  .floating-whatsapp {
    right: 16px;
    bottom: 16px;
    min-height: 52px;
    padding-right: 17px;
    font-size: 15px;
  }

  .floating-whatsapp .whatsapp-icon {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }
}

@keyframes orderTravelMobile {
  0%, 12% { transform: translateX(0); }
  28%, 38% { transform: translateX(42px); }
  54%, 64% { transform: translateX(84px); }
  82%, 100% { transform: translateX(122px); }
}
