:root {
  --bg: #fff7e8;
  --bg-warm: #ffe7b7;
  --ink: #24140d;
  --muted: #765f51;
  --cream: #fffaf0;
  --line: rgba(36, 20, 13, 0.13);
  --orange: #ff6a1f;
  --tomato: #e5361f;
  --green: #1f8f57;
  --yellow: #ffd15c;
  --brown: #4b2717;
  --card: rgba(255, 250, 240, 0.78);
  --shadow: 0 28px 70px rgba(94, 42, 17, 0.16);
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 18px;
  --site-width: min(1180px, calc(100% - 40px));
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 8%, rgba(255, 106, 31, 0.22), transparent 28%),
    radial-gradient(circle at 94% 14%, rgba(255, 209, 92, 0.35), transparent 24%),
    linear-gradient(135deg, #fff9ec 0%, #ffe7bc 47%, #fff3df 100%);
  line-height: 1.6;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(75, 39, 23, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(75, 39, 23, 0.045) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), transparent 92%);
}

body::after {
  content: "";
  position: fixed;
  right: -160px;
  bottom: -180px;
  z-index: -1;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background:
    repeating-conic-gradient(from 12deg, rgba(229, 54, 31, 0.2) 0 10deg, rgba(255, 209, 92, 0.22) 10deg 22deg);
  filter: blur(1px);
  opacity: 0.65;
}

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

button {
  font: inherit;
}

ul {
  list-style: none;
}

.site-shell {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.section {
  width: var(--site-width);
  margin: 0 auto;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 14px;
  border: 1px solid rgba(255, 106, 31, 0.28);
  border-radius: 999px;
  color: var(--tomato);
  background: rgba(255, 255, 255, 0.55);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  box-shadow: 0 12px 30px rgba(255, 106, 31, 0.09);
}

.eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 0 6px rgba(31, 143, 87, 0.12);
}

.header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid rgba(36, 20, 13, 0.08);
  background: rgba(255, 247, 232, 0.78);
  backdrop-filter: blur(18px);
}

.navbar {
  width: var(--site-width);
  min-height: 82px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.logo-mark {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: #fffaf0;
  background:
    radial-gradient(circle at 28% 24%, rgba(255, 255, 255, 0.32), transparent 28%),
    linear-gradient(135deg, var(--tomato), var(--orange));
  font-weight: 900;
  letter-spacing: -0.09em;
  box-shadow: 0 16px 34px rgba(229, 54, 31, 0.25);
}

.logo-text {
  display: grid;
  gap: 2px;
}

.logo-text strong {
  font-family: "Fraunces", serif;
  font-size: 1.1rem;
  line-height: 1;
}

.logo-text small {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-panel {
  display: flex;
  align-items: center;
  gap: 22px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
}

.nav-links a,
.nav-cta,
.menu-button,
.btn {
  transition:
    transform 180ms ease,
    background 180ms ease,
    color 180ms ease,
    border-color 180ms ease;
}

.nav-links a {
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 800;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--tomato);
}

.nav-cta,
.menu-button,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid var(--line);
}

.nav-cta {
  padding: 12px 18px;
  color: #fffaf0;
  background: var(--brown);
  font-weight: 900;
}

.nav-cta:hover,
.menu-button:hover {
  transform: translateY(-2px);
}

.menu-button {
  display: none;
  padding: 11px 16px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.45);
  cursor: pointer;
}

.hero {
  min-height: calc(100vh - 82px);
  padding: 68px 0 56px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
  gap: 42px;
  align-items: center;
}

.hero-copy h1 {
  max-width: 10.5ch;
  margin: 24px 0 20px;
  font-family: "Fraunces", serif;
  font-size: clamp(3.25rem, 8vw, 7.4rem);
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.hero-copy h1 span {
  display: block;
  color: var(--tomato);
}

.hero-text {
  max-width: 62ch;
  color: var(--muted);
  font-size: 1.08rem;
  font-weight: 600;
}

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

.btn {
  min-height: 52px;
  padding: 14px 22px;
  font-weight: 900;
  cursor: pointer;
}

.btn-primary {
  color: #fffaf0;
  border-color: transparent;
  background:
    radial-gradient(circle at 28% 16%, rgba(255, 255, 255, 0.28), transparent 26%),
    linear-gradient(135deg, var(--tomato), var(--orange));
  box-shadow: 0 18px 40px rgba(229, 54, 31, 0.24);
}

.btn-primary:hover,
.btn-secondary:hover {
  transform: translateY(-3px);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.55);
  border-color: rgba(36, 20, 13, 0.16);
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.hero-metrics article,
.phone-card,
.order-board,
.flow-card,
.management-panel,
.resource-card,
.operation-card,
.contact-panel,
.contact-card {
  border: 1px solid var(--line);
  background: var(--card);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.hero-metrics article {
  min-height: 142px;
  padding: 18px;
  border-radius: var(--radius-md);
}

.hero-metrics strong {
  display: block;
  margin-bottom: 7px;
  font-size: 1rem;
  font-weight: 900;
}

.hero-metrics span,
.flow-card p,
.management-copy p,
.resource-card p,
.operation-card p,
.contact-copy p,
.contact-lines span {
  color: var(--muted);
}

.hero-stage {
  position: relative;
  min-height: 620px;
}

.hero-stage::before {
  content: "";
  position: absolute;
  inset: 10% 7% 8% 0;
  z-index: -1;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(255, 209, 92, 0.82), transparent 62%);
  filter: blur(4px);
}

.phone-card {
  width: min(390px, 100%);
  margin-left: auto;
  padding: 13px;
  border-radius: 42px;
  background: linear-gradient(180deg, #2d160d, #140a06);
  transform: rotate(-3deg);
}

.phone-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 38px;
  color: #f6dbc7;
  font-size: 0.8rem;
  font-weight: 900;
}

.phone-top span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 18px rgba(31, 143, 87, 0.9);
}

.menu-preview {
  overflow: hidden;
  border-radius: 32px;
  background: #fffaf0;
}

.store-hero {
  min-height: 168px;
  padding: 24px;
  color: #fffaf0;
  background:
    linear-gradient(135deg, rgba(36, 20, 13, 0.18), rgba(36, 20, 13, 0.54)),
    radial-gradient(circle at 80% 22%, rgba(255, 209, 92, 0.62), transparent 30%),
    linear-gradient(135deg, #e5361f, #ff8b22);
}

.store-badge {
  display: inline-flex;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--brown);
  background: var(--yellow);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.store-hero h2 {
  margin-top: 44px;
  font-family: "Fraunces", serif;
  font-size: 2.25rem;
  line-height: 0.95;
}

.store-hero p {
  margin-top: 6px;
  color: rgba(255, 250, 240, 0.82);
  font-size: 0.92rem;
}

.category-row {
  display: flex;
  gap: 8px;
  overflow: hidden;
  padding: 14px 16px;
  background: #fff3df;
}

.category-row span {
  flex: 0 0 auto;
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  font-weight: 900;
}

.category-row .active {
  color: #fffaf0;
  background: var(--brown);
}

.product-item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: start;
  padding: 18px;
  border-bottom: 1px solid rgba(36, 20, 13, 0.08);
}

.product-emoji {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: #fff0d2;
  font-size: 1.4rem;
}

.product-item h3 {
  font-size: 0.98rem;
  line-height: 1.1;
}

.product-item p {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.4;
}

.product-item strong {
  color: var(--tomato);
  font-size: 0.88rem;
}

.muted-product {
  opacity: 0.82;
}

.cart-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 10px;
  padding: 14px 16px;
  border-radius: 20px;
  color: #fffaf0;
  background: var(--green);
  font-size: 0.86rem;
  font-weight: 900;
}

.order-board {
  position: absolute;
  right: 0;
  bottom: 48px;
  width: min(278px, 72%);
  padding: 20px;
  border-radius: var(--radius-lg);
  background: rgba(255, 250, 240, 0.9);
  transform: rotate(4deg);
}

.board-header {
  margin-bottom: 14px;
}

.board-header p {
  color: var(--tomato);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.board-header strong {
  display: block;
  font-family: "Fraunces", serif;
  font-size: 1.55rem;
  line-height: 1;
}

.order-card {
  padding: 14px;
  border: 1px solid rgba(36, 20, 13, 0.09);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
}

.order-card + .order-card {
  margin-top: 10px;
}

.order-card span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
}

.order-card strong {
  display: block;
  font-size: 1rem;
}

.order-card p {
  color: var(--muted);
  font-size: 0.83rem;
}

.order-card.is-new {
  border-color: rgba(31, 143, 87, 0.28);
  box-shadow: inset 4px 0 0 var(--green);
}

.status-pill {
  display: inline-flex;
  margin-top: 14px;
  padding: 9px 12px;
  border-radius: 999px;
  color: var(--green);
  background: rgba(31, 143, 87, 0.1);
  font-size: 0.82rem;
  font-weight: 900;
}

.marquee-wrap {
  width: 100%;
  overflow: hidden;
  padding: 16px 0;
  margin: 18px 0 26px;
  border-top: 1px solid rgba(36, 20, 13, 0.1);
  border-bottom: 1px solid rgba(36, 20, 13, 0.1);
  background: rgba(255, 255, 255, 0.28);
}

.marquee-track {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 18px;
  animation: slide 24s linear infinite;
}

.marquee-track span {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  color: var(--brown);
  font-size: 0.84rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.marquee-track span::after {
  content: "\2022";
  color: var(--tomato);
}

.flow-section,
.management-section,
.resources-section,
.screenshots-section,
.demo-section,
.operation-section,
.contact-section {
  padding: 92px 0;
}

.section-heading {
  max-width: 900px;
  margin-bottom: 38px;
}

.section-heading h2,
.management-copy h2,
.contact-copy h2 {
  margin-top: 18px;
  font-family: "Fraunces", serif;
  font-size: clamp(2.3rem, 5vw, 4.7rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
}

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

.flow-card,
.resource-card {
  min-height: 260px;
  padding: 28px;
  border-radius: var(--radius-lg);
}

.flow-card span,
.resource-icon,
.operation-card span {
  color: var(--tomato);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.flow-card h3,
.resource-card h3,
.operation-card h3 {
  margin: 26px 0 10px;
  font-family: "Fraunces", serif;
  font-size: 1.72rem;
  line-height: 1;
  letter-spacing: -0.04em;
}

.management-panel {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 24px;
  align-items: center;
  padding: 34px;
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 88% 18%, rgba(255, 209, 92, 0.42), transparent 28%),
    linear-gradient(135deg, rgba(75, 39, 23, 0.96), rgba(115, 55, 22, 0.9));
  color: #fffaf0;
}

.management-copy p {
  color: rgba(255, 250, 240, 0.78);
  max-width: 62ch;
}

.control-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.control-grid article {
  min-height: 150px;
  padding: 20px;
  border: 1px solid rgba(255, 250, 240, 0.14);
  border-radius: 24px;
  background: rgba(255, 250, 240, 0.08);
}

.control-grid span {
  display: block;
  margin-bottom: 28px;
  color: var(--yellow);
  font-size: 0.88rem;
  font-weight: 900;
}

.control-grid strong {
  display: block;
  font-family: "Fraunces", serif;
  font-size: 1.7rem;
  line-height: 1;
}

.resources-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.screenshots-showcase {
  display: grid;
  gap: 22px;
}

.screenshot-group {
  display: grid;
  grid-template-columns: 0.36fr 1fr;
  gap: 24px;
  align-items: center;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 209, 92, 0.26), transparent 28%),
    radial-gradient(circle at 92% 20%, rgba(229, 54, 31, 0.12), transparent 28%),
    rgba(255, 250, 240, 0.78);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.screenshot-group:nth-child(even) {
  background:
    radial-gradient(circle at 90% 12%, rgba(31, 143, 87, 0.14), transparent 28%),
    linear-gradient(135deg, rgba(75, 39, 23, 0.96), rgba(115, 55, 22, 0.9));
  color: #fffaf0;
}

.screenshot-copy span {
  color: var(--tomato);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.screenshot-group:nth-child(even) .screenshot-copy span {
  color: var(--yellow);
}

.screenshot-copy h3 {
  margin: 16px 0 12px;
  font-family: "Fraunces", serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
}

.screenshot-copy p {
  color: var(--muted);
  font-weight: 700;
}

.screenshot-group:nth-child(even) .screenshot-copy p {
  color: rgba(255, 250, 240, 0.76);
}

.screenshot-gallery {
  display: grid;
  gap: 16px;
}

.mobile-gallery {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: end;
}

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

.screenshot-card {
  overflow: hidden;
  border: 1px solid rgba(36, 20, 13, 0.1);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 20px 50px rgba(94, 42, 17, 0.16);
}

.screenshot-card.mobile {
  max-width: 260px;
  margin: 0 auto;
  border-radius: 30px;
}

.screenshot-card.desktop {
  border-radius: 24px;
}

.screenshot-card img {
  display: block;
  width: 100%;
  height: auto;
}

.screenshot-card figcaption {
  padding: 12px 14px;
  color: var(--brown);
  font-size: 0.84rem;
  font-weight: 900;
  text-align: center;
}

.demo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px;
}

.demo-grid.is-single {
  grid-template-columns: minmax(0, 720px);
}

.demo-card {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 90% 12%, rgba(255, 209, 92, 0.32), transparent 28%),
    rgba(255, 250, 240, 0.78);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.demo-card span {
  color: var(--tomato);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.demo-card h3 {
  margin: 28px 0 10px;
  font-family: "Fraunces", serif;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.demo-card p {
  max-width: 58ch;
  margin-bottom: 24px;
  color: var(--muted);
  font-weight: 700;
}

.demo-card .btn {
  margin-top: auto;
}

.resource-card {
  position: relative;
  overflow: hidden;
}

.resource-card::after {
  content: "";
  position: absolute;
  right: -52px;
  bottom: -52px;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  background: rgba(255, 106, 31, 0.12);
}

.operation-list {
  display: grid;
  gap: 18px;
}

.operation-card {
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  gap: 22px;
  align-items: end;
  padding: 28px;
  border-radius: var(--radius-lg);
}

.operation-card h3 {
  max-width: 760px;
  margin-top: 12px;
  margin-bottom: 0;
  font-size: clamp(1.6rem, 3vw, 2.45rem);
}

.operation-card p {
  font-weight: 700;
}

.contact-panel {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 20px;
  padding: 24px;
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at top left, rgba(31, 143, 87, 0.16), transparent 28%),
    radial-gradient(circle at bottom right, rgba(255, 106, 31, 0.2), transparent 30%),
    rgba(255, 250, 240, 0.74);
}

.contact-copy {
  padding: 18px;
}

.contact-copy h2 {
  margin-bottom: 14px;
}

.contact-card {
  padding: 28px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.66);
}

.contact-kicker {
  margin-bottom: 18px;
  color: var(--tomato);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.contact-lines {
  display: grid;
  gap: 14px;
  margin-bottom: 24px;
}

.contact-lines div {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.contact-lines strong {
  font-weight: 900;
}

.footer {
  width: var(--site-width);
  margin: 0 auto;
  padding: 0 0 42px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: var(--muted);
}

.footer strong {
  display: block;
  margin-bottom: 4px;
  color: var(--ink);
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 700ms ease,
    transform 700ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes slide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .marquee-track {
    animation: none;
  }
}

@media (max-width: 1080px) {
  .hero,
  .management-panel,
  .screenshot-group,
  .contact-panel {
    grid-template-columns: 1fr;
  }

  .hero-stage {
    min-height: 570px;
  }

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

@media (max-width: 860px) {
  .nav-panel {
    position: absolute;
    top: calc(100% + 10px);
    left: 20px;
    right: 20px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: rgba(255, 247, 232, 0.97);
    box-shadow: var(--shadow);
    flex-direction: column;
    align-items: stretch;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition:
      opacity 180ms ease,
      transform 180ms ease;
  }

  .nav-panel.active {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav-links {
    flex-direction: column;
    align-items: flex-start;
  }

  .menu-button {
    display: inline-flex;
  }

  .nav-cta {
    width: 100%;
  }

  .hero {
    padding-top: 52px;
  }

  .hero-metrics,
  .flow-grid,
  .control-grid,
  .resources-grid,
  .mobile-gallery,
  .desktop-gallery,
  .operation-card {
    grid-template-columns: 1fr;
  }

  .hero-stage {
    min-height: auto;
  }

  .phone-card {
    margin: 0 auto;
    transform: none;
  }

  .order-board {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(100%, 390px);
    margin: 18px auto 0;
    transform: none;
  }
}

@media (max-width: 620px) {
  :root {
    --site-width: min(100% - 24px, 1180px);
  }

  .navbar {
    min-height: 76px;
  }

  .logo-mark {
    width: 46px;
    height: 46px;
  }

  .logo-text strong {
    font-size: 1rem;
  }

  .logo-text small {
    font-size: 0.68rem;
  }

  .flow-section,
  .management-section,
  .resources-section,
  .screenshots-section,
  .demo-section,
  .operation-section,
  .contact-section {
    padding: 72px 0;
  }

  .hero-copy h1,
  .section-heading h2,
  .management-copy h2,
  .contact-copy h2 {
    line-height: 0.98;
  }

  .flow-card,
  .management-panel,
  .resource-card,
  .screenshot-group,
  .demo-card,
  .operation-card,
  .contact-card,
  .contact-panel {
    padding: 22px;
  }

  .phone-card {
    border-radius: 32px;
    padding: 10px;
  }

  .menu-preview {
    border-radius: 24px;
  }

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

  .product-item strong {
    grid-column: 2;
  }

  .cart-strip {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer {
    flex-direction: column;
  }
}
