:root {
  --color-bg: #fbf8f3;
  --color-surface: #ffffff;
  --color-surface-alt: #f3eee7;
  --color-text: #111111;
  --color-muted: #5f5a55;
  --color-primary: #b32025;
  --color-primary-dark: #89161a;
  --color-gold: #caa760;
  --color-dark: #171717;
  --color-border: rgba(17, 17, 17, 0.08);
  --shadow-soft: 0 20px 45px rgba(12, 12, 12, 0.08);
  --shadow-card: 0 16px 32px rgba(12, 12, 12, 0.06);
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --container: 1180px;
  --header-height: 92px;
  --transition: 220ms ease;
  --food-shadow-burger: url("https://images.unsplash.com/photo-1550547660-d9450f859349?auto=format&fit=crop&w=900&q=80");
  --food-shadow-fries: url("https://images.unsplash.com/photo-1576107232684-1279f390859f?auto=format&fit=crop&w=900&q=80");
  --food-shadow-drink: url("https://images.unsplash.com/photo-1622483767028-3f66f32aef97?auto=format&fit=crop&w=900&q=80");
  --food-shadow-wrap: url("https://images.unsplash.com/photo-1603894584373-5ac82b2ae398?auto=format&fit=crop&w=900&q=80");
  --food-shadow-chicken: url("https://images.unsplash.com/photo-1562967914-608f82629710?auto=format&fit=crop&w=900&q=80");
  --supply-shadow-chicken: url("https://source.unsplash.com/1600x900/?fried-chicken");
  --supply-shadow-fries: url("https://source.unsplash.com/1600x900/?french-fries");
  --supply-shadow-nugget: url("https://source.unsplash.com/1600x900/?chicken-nuggets");
  --supply-shadow-patty: url("https://source.unsplash.com/1600x900/?burger-patty");
  --supply-shadow-bun: url("https://source.unsplash.com/1600x900/?burger-bun");
  --supply-shadow-tortilla: url("https://source.unsplash.com/1600x900/?tortilla-wrap");
  --supply-shadow-sauces: url("https://source.unsplash.com/1600x900/?dipping-sauces");
  --supply-shadow-mayo: url("https://source.unsplash.com/1600x900/?mayonnaise");
  --supply-shadow-side: url("https://source.unsplash.com/1600x900/?fast-food-packaging");
  --system-shadow-billing: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 220'%3E%3Cg fill='none' stroke='%23000000' stroke-width='11' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='40' y='54' width='140' height='112' rx='18'/%3E%3Cpath d='M62 88h96M62 114h56M62 138h42' opacity='.95'/%3E%3C/g%3E%3C/svg%3E");
  --system-shadow-order: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 220'%3E%3Cg fill='none' stroke='%23000000' stroke-width='11' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M74 44h72l18 22v96a18 18 0 0 1-18 18H74a18 18 0 0 1-18-18V62a18 18 0 0 1 18-18z'/%3E%3Cpath d='M90 98h40M90 124h40M90 150h24' opacity='.95'/%3E%3C/g%3E%3C/svg%3E");
  --system-shadow-sales: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 220'%3E%3Cg fill='none' stroke='%23000000' stroke-width='11' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M50 170h120M68 154V110M108 154V82M148 154V58'/%3E%3Cpath d='M62 96l42-28 37 15 21-23' opacity='.95'/%3E%3C/g%3E%3C/svg%3E");
  --system-shadow-ops: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 220'%3E%3Cg fill='none' stroke='%23000000' stroke-width='11' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='110' cy='110' r='28'/%3E%3Cpath d='M110 44v18M110 158v18M176 110h-18M62 110H44M156 64l-13 13M77 143l-13 13M156 156l-13-13M77 77L64 64' opacity='.95'/%3E%3C/g%3E%3C/svg%3E");
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(202, 167, 96, 0.11), transparent 24%),
    linear-gradient(180deg, #fffdf9 0%, var(--color-bg) 100%);
  color: var(--color-text);
  line-height: 1.65;
}

img {
  max-width: 100%;
  display: block;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

.page-shell {
  min-height: 100vh;
}

.container {
  width: min(calc(100% - 2rem), var(--container));
  margin: 0 auto;
}

.section {
  padding: 5.5rem 0;
  position: relative;
}

.section::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 50%;
  transform: translateX(-50%);
  width: 140px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(202, 167, 96, 0.95), transparent);
  opacity: 0.55;
}

.section--light {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 250, 244, 0.92));
}

.section--dark {
  color: #ffffff;
  background:
    radial-gradient(circle at top right, rgba(179, 32, 37, 0.25), transparent 30%),
    linear-gradient(140deg, #121212 0%, #181818 50%, #1f1414 100%);
}

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 1rem;
  color: var(--color-primary);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.section-label::before {
  content: "";
  width: 42px;
  height: 1px;
  background: linear-gradient(90deg, var(--color-gold), transparent);
}

.section-label--light {
  color: rgba(255, 255, 255, 0.88);
}

.section-label--light::before {
  background: linear-gradient(90deg, #f3d187, transparent);
}

h1,
h2,
h3 {
  margin: 0 0 1rem;
  font-family: "Cinzel", serif;
  color: inherit;
  line-height: 1.12;
}

h1 {
  font-size: clamp(2.9rem, 5vw, 5.2rem);
  letter-spacing: 0.01em;
}

h2 {
  font-size: clamp(2rem, 3vw, 3.2rem);
}

h3 {
  font-size: 1.2rem;
}

p {
  margin: 0 0 1rem;
  color: var(--color-muted);
}

.section--dark p,
.section-heading--light p,
.model-card p,
.cta-banner p {
  color: rgba(255, 255, 255, 0.78);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 252, 247, 0.88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(17, 17, 17, 0.06);
  transition: box-shadow var(--transition), background var(--transition);
}

.site-header.is-scrolled {
  box-shadow: 0 12px 30px rgba(17, 17, 17, 0.08);
  background: rgba(255, 251, 245, 0.96);
}

.header-inner {
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  position: relative;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  flex-shrink: 0;
}

.header-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  flex: 1;
  min-width: 0;
}

.brand__image {
  height: 86px;
  max-width: 240px;
  width: auto;
  object-fit: contain;
}

.brand__fallback {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
}

.brand__name {
  font-family: "Cinzel", serif;
  font-weight: 800;
  font-size: 2rem;
  color: #111111;
  letter-spacing: 0.12em;
}

.brand__ornament {
  width: 78px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--color-gold), transparent);
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.3rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 10px 22px rgba(17, 17, 17, 0.06);
}

.lang-switch__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  min-height: 36px;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  color: #27221f;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  transition: background var(--transition), color var(--transition), box-shadow var(--transition);
}

.lang-switch__link.is-current,
.lang-switch__link:hover,
.lang-switch__link:focus-visible {
  background: linear-gradient(180deg, #c8262c, var(--color-primary));
  color: #ffffff;
  box-shadow: 0 10px 20px rgba(179, 32, 37, 0.22);
}

.page-km {
  font-family: "Noto Sans Khmer", sans-serif;
}

.page-km h1,
.page-km h2,
.page-km h3,
.page-km .section-label,
.page-km .brand__name,
.page-km .hero-showcase__overlay h2,
.page-km .hero-floating strong,
.page-km .hero-showcase__footer strong {
  font-family: "Noto Sans Khmer", sans-serif;
  letter-spacing: 0;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  flex: 1;
  min-width: 0;
}

.site-nav a {
  position: relative;
  font-weight: 600;
  font-size: 0.92rem;
  color: #27221f;
  white-space: nowrap;
}

.site-nav a:not(.btn)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.45rem;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--color-primary);
  transition: transform var(--transition);
}

.site-nav a:not(.btn):hover::after,
.site-nav a:not(.btn):focus-visible::after,
.site-nav a:not(.btn).is-current::after {
  transform: scaleX(1);
}

.site-nav a:not(.btn).is-current {
  color: var(--color-primary);
}

.menu-toggle {
  display: none;
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 999px;
  background: #ffffff;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.28rem;
}

.menu-toggle span {
  width: 18px;
  height: 2px;
  background: #111111;
  transition: transform var(--transition), opacity var(--transition);
}

.menu-toggle.is-active span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.menu-toggle.is-active span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.is-active span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.95rem 1.45rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: transform var(--transition), background var(--transition), border-color var(--transition), box-shadow var(--transition), color var(--transition);
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
}

.btn--primary {
  background: linear-gradient(180deg, #c8262c, var(--color-primary));
  color: #ffffff;
  box-shadow: 0 16px 26px rgba(179, 32, 37, 0.25);
}

.btn--primary:hover,
.btn--primary:focus-visible {
  background: linear-gradient(180deg, #d02d34, var(--color-primary-dark));
}

.btn--secondary {
  border-color: rgba(17, 17, 17, 0.12);
  background: rgba(255, 255, 255, 0.85);
  color: #161616;
}

.btn--secondary:hover,
.btn--secondary:focus-visible {
  border-color: rgba(179, 32, 37, 0.3);
  color: var(--color-primary);
}

.btn--light {
  background: #ffffff;
  color: var(--color-primary);
}

.btn--full {
  width: 100%;
}

.nav-cta {
  flex-shrink: 0;
  min-height: 50px;
  padding: 0.9rem 1.3rem;
}

.btn:disabled {
  cursor: wait;
  opacity: 0.84;
}

.hero {
  padding-top: 4.5rem;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  top: 8%;
  right: -120px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(179, 32, 37, 0.12), transparent 68%);
  pointer-events: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.95fr);
  align-items: start;
  gap: 3rem;
}

.hero-copy {
  position: relative;
  z-index: 1;
}

.hero-text {
  max-width: 60ch;
  font-size: 1.05rem;
}

.hero-tagline {
  display: inline-flex;
  margin-bottom: 1.1rem;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  background: rgba(202, 167, 96, 0.14);
  color: var(--color-primary);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.hero-tagline--showcase {
  margin-bottom: 0;
  background: rgba(202, 167, 96, 0.16);
  color: #ffffff;
  border: 1px solid rgba(245, 214, 141, 0.18);
  backdrop-filter: blur(8px);
  align-self: center;
  justify-content: center;
  text-align: center;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 2rem 0;
}

.hero-badges span {
  padding: 0.72rem 1rem;
  border: 1px solid rgba(179, 32, 37, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow-card);
  font-weight: 700;
  color: #261f1f;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.hero-metrics article {
  display: flex;
  flex-direction: column;
  padding: 1.25rem;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(17, 17, 17, 0.06);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-card);
}

.hero-metrics strong {
  display: block;
  margin-bottom: 0.5rem;
  color: var(--color-primary);
  font-size: 1rem;
}

.hero-metrics span {
  color: var(--color-muted);
  font-size: 0.92rem;
}

.hero-metric__apps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 0.6rem;
  margin-top: auto;
  padding-top: 1rem;
}

.hero-metric__app {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0.45rem;
  overflow: hidden;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(252, 246, 241, 0.92));
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 10px 24px rgba(17, 17, 17, 0.08);
}

.hero-metric__logo {
  width: 100%;
  height: 42px;
  object-fit: contain;
  object-position: center;
  filter: saturate(1.02);
}

.hero-metric__logo--foodpanda {
  transform: scale(1.08);
}

.hero-metric__logo--grab {
  transform: scale(0.96);
}

.hero-metric__logo--wownow {
  transform: scale(0.92);
}

.hero-metric__logo--aba {
  transform: scale(0.86);
}

.hero-metric__logo--acleda {
  transform: scale(0.98);
}

.hero-metric__logo--wing {
  transform: scale(0.94);
}

.hero-visual {
  position: relative;
}

.hero-showcase {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1rem;
  padding: 0.9rem;
  border-radius: calc(var(--radius-lg) + 6px);
  background:
    radial-gradient(circle at top right, rgba(202, 167, 96, 0.22), transparent 26%),
    linear-gradient(145deg, #151515 0%, #1a1414 58%, #251819 100%);
  box-shadow: var(--shadow-soft);
}

.hero-showcase__frame {
  position: relative;
  grid-column: 1 / -1;
  height: 31rem;
  overflow: hidden;
  border-radius: calc(var(--radius-lg) + 2px);
}

.hero-showcase__topline {
  position: absolute;
  top: 1.2rem;
  left: 1.5rem;
  right: 1.5rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.55rem;
}

.hero-showcase__topline .section-label {
  margin-bottom: 0;
  color: #ffffff;
}

.hero-showcase__topline .section-label::before {
  background: linear-gradient(90deg, #f3d187, transparent);
}

.hero-showcase__frame img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 62%;
  transition: transform 500ms ease;
}

.hero-showcase:hover .hero-showcase__frame img {
  transform: scale(1.03);
}

.hero-showcase__frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(17, 17, 17, 0.06), rgba(17, 17, 17, 0.84)),
    linear-gradient(90deg, rgba(17, 17, 17, 0.58), rgba(17, 17, 17, 0.08) 58%);
}

.hero-showcase__overlay {
  position: absolute;
  left: 1.7rem;
  right: 1.7rem;
  top: 8.2rem;
  z-index: 1;
  max-width: 28rem;
}

.hero-showcase__overlay h2 {
  margin: 0 0 0.8rem;
  color: #ffffff;
  font-size: clamp(1.6rem, 2.2vw, 2.45rem);
  line-height: 1.04;
}

.hero-showcase__overlay p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  max-width: 24rem;
}

.hero-floating {
  position: static;
  z-index: 3;
  width: 100%;
  padding: 1rem 1.05rem;
  margin-top: -1.85rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(17, 17, 17, 0.06);
  box-shadow: 0 18px 40px rgba(17, 17, 17, 0.12);
}

.hero-floating--top {
  grid-column: span 3;
}

.hero-floating--bottom {
  grid-column: span 3;
}

.hero-floating span {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--color-primary);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-floating strong {
  display: block;
  margin-bottom: 0.45rem;
  color: #161616;
  font-size: 1.05rem;
}

.hero-floating p {
  margin: 0;
  color: var(--color-muted);
  font-size: 0.9rem;
}

.hero-showcase__footer {
  position: relative;
  z-index: 3;
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: 1fr;
  gap: 0.9rem;
  margin-top: 0.55rem;
  padding: 0 0.2rem 0.2rem;
}

.hero-showcase__footer article {
  padding: 1rem 1.05rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(17, 17, 17, 0.06);
  box-shadow: 0 18px 34px rgba(17, 17, 17, 0.1);
}

.hero-showcase__footer strong {
  display: block;
  margin-bottom: 0.35rem;
  color: #161616;
  font-size: 0.98rem;
}

.hero-showcase__footer span {
  color: var(--color-muted);
  font-size: 0.9rem;
}

.hero-card {
  position: relative;
  overflow: hidden;
  border-radius: calc(var(--radius-lg) + 4px);
  min-height: 230px;
  box-shadow: var(--shadow-soft);
}

.hero-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.hero-card:hover img {
  transform: scale(1.05);
}

.hero-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.05), rgba(17, 17, 17, 0.72));
}

.hero-card--large {
  grid-column: 1 / -1;
  min-height: 420px;
}

.hero-card--brand {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem;
  background:
    radial-gradient(circle at top right, rgba(202, 167, 96, 0.18), transparent 28%),
    radial-gradient(circle at bottom left, rgba(179, 32, 37, 0.18), transparent 30%),
    linear-gradient(145deg, #111111 0%, #1b1313 55%, #241717 100%);
}

.hero-card--brand::after {
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.04), rgba(17, 17, 17, 0.18));
}

.hero-card__brand-header,
.hero-card__blueprint-top,
.hero-card__logo-badge,
.hero-card__stat-row,
.hero-card__menu-pills,
.hero-card__blueprint-grid {
  position: relative;
  z-index: 1;
}

.hero-card__brand-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.hero-card__eyebrow,
.hero-card__status {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-card__eyebrow {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.9);
}

.hero-card__status {
  background: rgba(202, 167, 96, 0.16);
  border: 1px solid rgba(245, 214, 141, 0.22);
  color: #f5d68d;
}

.hero-card__blueprint-top {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(220px, 280px);
  gap: 1.2rem;
  align-items: stretch;
  margin: 1.25rem 0;
}

.hero-card__brand-copy {
  position: relative;
  z-index: 1;
  text-align: left;
}

.hero-card__brand-logo {
  width: 100%;
  max-width: 220px;
  height: auto;
  max-height: 120px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  object-fit: contain;
}

.hero-card--brand img.hero-card__brand-logo {
  height: auto;
  object-fit: contain;
}

.hero-card__logo-badge {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.9rem;
  padding: 1.25rem;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.hero-card__logo-badge span {
  display: inline-flex;
  width: fit-content;
  padding: 0.5rem 0.8rem;
  border-radius: 999px;
  background: rgba(202, 167, 96, 0.16);
  color: #f5d68d;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-card__brand-copy p {
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 0.45rem;
  font-weight: 600;
  font-size: 0.92rem;
}

.hero-card__brand-copy h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.4rem, 2vw, 2.2rem);
  line-height: 1.08;
  max-width: 18ch;
}

.hero-card__subline {
  display: block;
  max-width: 48ch;
  margin: 0.95rem 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.96rem;
}

.hero-card__stat-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.hero-card__stat-row article,
.hero-card__blueprint-grid article {
  padding: 1rem 1.05rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-card__stat-row strong {
  display: block;
  margin-bottom: 0.35rem;
  color: #ffffff;
  font-size: 1rem;
}

.hero-card__stat-row span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.88rem;
}

.hero-card__menu-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin: 1.2rem 0;
}

.hero-card__menu-pills span {
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.hero-card__blueprint-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.hero-card__blueprint-grid h3 {
  margin-bottom: 0.8rem;
  font-size: 1.05rem;
  color: #f5d68d;
}

.hero-card__blueprint-grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-card__blueprint-grid li {
  position: relative;
  padding-left: 1rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.93rem;
}

.hero-card__blueprint-grid li + li {
  margin-top: 0.65rem;
}

.hero-card__blueprint-grid li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-gold);
}

@media (max-width: 1180px) {
  .hero-card__brand-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-card__blueprint-top,
  .hero-card__stat-row,
  .hero-card__blueprint-grid {
    grid-template-columns: 1fr;
  }

  .hero-card__brand-copy h2 {
    max-width: 20ch;
  }
}

.hero-card__content,
.hero-card__tag {
  position: absolute;
  left: 1.5rem;
  right: 1.5rem;
  z-index: 1;
  color: #ffffff;
}

.hero-card__content {
  bottom: 1.6rem;
}

.hero-card__content p {
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 0.4rem;
  font-weight: 600;
}

.hero-card__content h2 {
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  margin: 0;
}

.hero-card__tag {
  bottom: 1rem;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 0.6rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.3);
  backdrop-filter: blur(8px);
  font-weight: 700;
  font-size: 0.88rem;
}

.split-layout,
.marketing-grid,
.contact-grid,
.pos-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  align-items: center;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 2.5rem;
}

.section-heading--light {
  color: #ffffff;
}

.info-panel,
.marketing-panel,
.pos-card,
.contact-form,
.contact-telegram,
.contact-details article {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(17, 17, 17, 0.06);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
}

.info-panel {
  padding: 2rem;
}

.info-panel article + article {
  margin-top: 1.4rem;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(17, 17, 17, 0.08);
}

.card-grid {
  display: grid;
  gap: 1.2rem;
}

.card-grid--five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.card-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.feature-card,
.reason-card,
.supply-card,
.timeline-item {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 1.6rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(17, 17, 17, 0.07);
  box-shadow: var(--shadow-card);
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}

.info-panel article,
.model-card,
.marketing-panel,
.marketing-stat,
.pos-card,
.pos-benefits article,
.contact-form,
.contact-telegram,
.contact-details article,
.cta-banner__inner,
.thanks-card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.info-panel article > *,
.feature-card > *,
.reason-card > *,
.supply-card > *,
.timeline-item > *,
.model-card > *,
.marketing-panel > *,
.marketing-stat > *,
.pos-card > *,
.pos-benefits article > *,
.contact-form > *,
.contact-telegram > *,
.contact-details article > *,
.cta-banner__inner > *,
.thanks-card > * {
  position: relative;
  z-index: 1;
}

.info-panel article::after,
.feature-card::after,
.reason-card::after,
.supply-card::after,
.timeline-item::after,
.model-card::after,
.marketing-panel::after,
.marketing-stat::after,
.pos-card::after,
.pos-benefits article::after,
.contact-form::after,
.contact-telegram::after,
.contact-details article::after,
.cta-banner__inner::after,
.thanks-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.88)),
    var(--food-shadow, var(--food-shadow-burger));
  background-repeat: no-repeat, no-repeat;
  background-position: center, center;
  background-size: cover, cover;
  opacity: 0.34;
  filter: grayscale(0.18) saturate(0.72) contrast(0.92) blur(0.7px);
  transform: scale(1.06);
  pointer-events: none;
  z-index: 0;
}

.model-card::after,
.marketing-stat::after,
.cta-banner__inner::after {
  background-image:
    linear-gradient(180deg, rgba(16, 16, 16, 0.42), rgba(16, 16, 16, 0.78)),
    var(--food-shadow, var(--food-shadow-burger));
  opacity: 0.22;
  filter: grayscale(0.2) saturate(0.7) brightness(0.78) blur(0.9px);
}

.info-panel article:nth-child(1),
.feature-card:nth-child(5n + 1),
.reason-card:nth-child(5n + 1),
.supply-card:nth-child(5n + 1),
.timeline-item:nth-child(5n + 1),
.contact-details article:nth-child(3n + 1) {
  --food-shadow: var(--food-shadow-burger);
}

.info-panel article:nth-child(2),
.feature-card:nth-child(5n + 2),
.reason-card:nth-child(5n + 2),
.supply-card:nth-child(5n + 2),
.timeline-item:nth-child(5n + 2),
.contact-details article:nth-child(3n + 2) {
  --food-shadow: var(--food-shadow-fries);
}

.info-panel article:nth-child(3),
.feature-card:nth-child(5n + 3),
.reason-card:nth-child(5n + 3),
.supply-card:nth-child(5n + 3),
.timeline-item:nth-child(5n + 3),
.contact-details article:nth-child(3n + 3) {
  --food-shadow: var(--food-shadow-drink);
}

.feature-card:nth-child(5n + 4),
.reason-card:nth-child(5n + 4),
.supply-card:nth-child(5n + 4),
.timeline-item:nth-child(5n + 4),
.marketing-panel,
.pos-benefits article:nth-child(even) {
  --food-shadow: var(--food-shadow-wrap);
}

.feature-card:nth-child(5n),
.reason-card:nth-child(5n),
.supply-card:nth-child(5n),
.timeline-item:nth-child(5n),
.model-card,
.marketing-stat,
.pos-card,
.pos-benefits article:nth-child(odd),
.contact-form,
.contact-telegram,
.cta-banner__inner,
.thanks-card {
  --food-shadow: var(--food-shadow-chicken);
}

.feature-card:hover,
.reason-card:hover,
.supply-card:hover,
.timeline-item:hover {
  transform: translateY(-5px);
  border-color: rgba(179, 32, 37, 0.18);
  box-shadow: 0 22px 40px rgba(17, 17, 17, 0.08);
}

.supply-card::after {
  display: none;
}

.support-section {
  position: relative;
  overflow: hidden;
}

.support-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(180deg, rgba(255, 253, 249, 0.78), rgba(251, 248, 243, 0.9)),
    url("https://images.unsplash.com/photo-1513639776629-7b61b0ac49cb?auto=format&fit=crop&w=1800&q=80");
  background-repeat: no-repeat, no-repeat;
  background-position: center, center;
  background-size: cover, cover;
  opacity: 0.36;
  filter: grayscale(0.08) saturate(0.85) contrast(0.95) blur(0.2px);
  pointer-events: none;
  z-index: 0;
}

.support-section .container {
  position: relative;
  z-index: 1;
}

.support-section .supply-card {
  background: rgba(255, 255, 255, 0.9);
}

.pos-benefits article::after {
  background-image:
    linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.92)),
    var(--food-shadow, var(--system-shadow-billing));
  background-repeat: no-repeat, no-repeat;
  background-position: center, center;
  background-size: cover, 58%;
  opacity: 0.18;
  filter: grayscale(1) contrast(0.92) blur(0.35px);
  transform: none;
}

.pos-benefits article:nth-child(1) {
  --food-shadow: var(--system-shadow-billing);
}

.pos-benefits article:nth-child(2) {
  --food-shadow: var(--system-shadow-order);
}

.pos-benefits article:nth-child(3) {
  --food-shadow: var(--system-shadow-sales);
}

.pos-benefits article:nth-child(4) {
  --food-shadow: var(--system-shadow-ops);
}

.feature-icon {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(179, 32, 37, 0.1), rgba(202, 167, 96, 0.15));
  color: var(--color-primary);
  font-weight: 800;
}

.business-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.4rem;
}

.model-card {
  padding: 2rem;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.22);
}

.model-card ul,
.check-list,
.footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.model-card li,
.check-list li,
.footer-links li {
  position: relative;
  padding-left: 1.35rem;
}

.model-card li + li,
.check-list li + li,
.footer-links li + li {
  margin-top: 0.9rem;
}

.model-card li::before,
.check-list li::before,
.footer-links li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-gold);
}

.supply-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.supply-card h3 {
  margin-bottom: 0.6rem;
}

.marketing-panel {
  padding: 2rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 245, 241, 0.88));
}

.marketing-stat {
  padding: 1.6rem;
  border-radius: var(--radius-md);
  background: linear-gradient(160deg, #141414, #231111);
  color: #ffffff;
}

.marketing-stat__value {
  display: block;
  font-family: "Cinzel", serif;
  font-size: 3.6rem;
  color: #f5d68d;
}

.marketing-stat__label {
  color: rgba(255, 255, 255, 0.8);
}

.marketing-flow {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1.2rem;
}

.marketing-flow span {
  padding: 1rem;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.06);
  text-align: center;
  font-weight: 700;
}

.pos-section {
  background:
    radial-gradient(circle at bottom left, rgba(202, 167, 96, 0.14), transparent 24%),
    #fffefb;
}

.pos-card {
  padding: 2rem;
}

.pos-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.pos-benefits article {
  padding: 1.5rem;
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(253, 246, 241, 0.9));
  border: 1px solid rgba(17, 17, 17, 0.06);
  box-shadow: var(--shadow-card);
}

.timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
  height: 1px;
  background: linear-gradient(90deg, rgba(202, 167, 96, 0.15), rgba(179, 32, 37, 0.35), rgba(202, 167, 96, 0.15));
  z-index: 0;
}

.timeline-item {
  position: relative;
  z-index: 1;
}

.timeline-item span {
  display: inline-flex;
  margin-bottom: 1rem;
  padding: 0.5rem 0.8rem;
  border-radius: 999px;
  background: rgba(179, 32, 37, 0.1);
  color: var(--color-primary);
  font-weight: 800;
}

.cta-banner {
  background: linear-gradient(135deg, #a5181e, #c52a31 60%, #7f1217 100%);
  color: #ffffff;
}

.cta-banner__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 2.2rem 2.4rem;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.contact-copy {
  padding-right: 1rem;
}

.contact-details {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}

.contact-details article {
  padding: 1.15rem 1.25rem;
}

.contact-details span {
  display: block;
  margin-bottom: 0.4rem;
  color: var(--color-muted);
  font-size: 0.88rem;
}

.contact-form {
  padding: 2rem;
}

.contact-telegram {
  padding: 2rem;
  text-align: center;
}

.contact-telegram .section-label {
  justify-content: center;
}

.contact-telegram h3 {
  margin-bottom: 0.75rem;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
}

.contact-telegram p {
  max-width: 32rem;
  margin: 0 auto 1.35rem;
}

.contact-telegram__qr-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 1.2rem;
}

.contact-telegram__qr {
  width: min(280px, 100%);
  padding: 0.8rem;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 24px;
  box-shadow: 0 16px 34px rgba(17, 17, 17, 0.1);
}

.contact-telegram__meta {
  margin-bottom: 1.35rem;
}

.contact-telegram__meta span {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--color-muted);
  font-size: 0.88rem;
}

.contact-telegram__meta strong {
  display: block;
  font-size: 1.15rem;
  color: #111111;
}

.form-row + .form-row {
  margin-top: 1rem;
}

.form-row label {
  display: block;
  margin-bottom: 0.4rem;
  font-weight: 700;
}

.form-row input,
.form-row select,
.form-row textarea {
  width: 100%;
  padding: 0.95rem 1rem;
  border-radius: 14px;
  border: 1px solid rgba(17, 17, 17, 0.12);
  background: #fffdfb;
  transition: border-color var(--transition), box-shadow var(--transition);
}

.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
  outline: none;
  border-color: rgba(179, 32, 37, 0.46);
  box-shadow: 0 0 0 4px rgba(179, 32, 37, 0.08);
}

.form-row.is-invalid input,
.form-row.is-invalid select,
.form-row.is-invalid textarea {
  border-color: rgba(179, 32, 37, 0.9);
}

.form-error {
  display: block;
  min-height: 1.1rem;
  margin-top: 0.35rem;
  color: var(--color-primary);
  font-size: 0.82rem;
}

.form-status {
  min-height: 1.35rem;
  margin-top: 1rem;
  font-weight: 700;
}

.form-status.is-success {
  color: #197147;
}

.form-status.is-error {
  color: var(--color-primary);
}

.form-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.thanks-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at top left, rgba(202, 167, 96, 0.18), transparent 28%),
    linear-gradient(180deg, #fffdf9 0%, var(--color-bg) 100%);
}

.thanks-card {
  max-width: 760px;
  margin: 0 auto;
  padding: 2.4rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(17, 17, 17, 0.06);
  border-radius: calc(var(--radius-lg) + 6px);
  box-shadow: var(--shadow-soft);
}

.thanks-card__logo {
  width: min(240px, 52vw);
  margin: 0 auto 1.2rem;
}

.thanks-card .section-label {
  justify-content: center;
}

.thanks-card h1 {
  margin-bottom: 1rem;
}

.thanks-card p {
  max-width: 40rem;
  margin: 0 auto 1rem;
}

.thanks-card__actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1.35rem;
}

.site-footer {
  padding: 4rem 0 1.2rem;
  background: #101010;
  color: rgba(255, 255, 255, 0.8);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.8fr 0.8fr;
  gap: 2rem;
}

.brand--footer .brand__name,
.site-footer h3 {
  color: #ffffff;
}

.site-footer p,
.site-footer a,
.site-footer span {
  color: rgba(255, 255, 255, 0.72);
}

.footer-bottom {
  margin-top: 2rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.scroll-top {
  position: fixed;
  right: 1.3rem;
  bottom: 1.3rem;
  z-index: 999;
  width: 52px;
  height: 52px;
  border: none;
  border-radius: 50%;
  background: linear-gradient(180deg, #c8262c, var(--color-primary));
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(179, 32, 37, 0.26);
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px);
  transition: opacity var(--transition), visibility var(--transition), transform var(--transition);
}

.scroll-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

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

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

@media (max-width: 1120px) {
  .site-nav {
    gap: 0.8rem;
  }

  .site-nav a {
    font-size: 0.88rem;
  }

  .nav-cta {
    padding: 0.82rem 1.1rem;
  }

  .card-grid--five {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

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

  .timeline::before {
    display: none;
  }
}

@media (max-width: 980px) {
  :root {
    --header-height: 82px;
  }

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

  .site-nav {
    position: absolute;
    top: calc(100% + 0.8rem);
    right: 1rem;
    left: 1rem;
    padding: 1rem;
    border-radius: 24px;
    background: rgba(255, 252, 247, 0.98);
    border: 1px solid rgba(17, 17, 17, 0.08);
    box-shadow: var(--shadow-soft);
    display: grid;
    gap: 0.8rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity var(--transition), visibility var(--transition), transform var(--transition);
    justify-content: flex-start;
  }

  .header-controls {
    flex: 0 0 auto;
    margin-left: auto;
  }

  .lang-switch {
    margin-left: auto;
  }

  .site-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .nav-cta {
    margin-top: 0.25rem;
  }

  .hero-grid,
  .split-layout,
  .marketing-grid,
  .contact-grid,
  .pos-grid,
  .business-columns {
    grid-template-columns: 1fr;
  }

  .hero-copy,
  .contact-copy {
    padding-right: 0;
  }

  .hero-metrics,
  .pos-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-showcase__frame {
    height: 28rem;
  }

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

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

  .cta-banner__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 720px) {
  .section {
    padding: 4.5rem 0;
  }

  .hero {
    padding-top: 3.2rem;
  }

  .hero-badges,
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-metrics,
  .card-grid--five,
  .card-grid--four,
  .supply-grid,
  .timeline,
  .pos-benefits,
  .marketing-flow,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-metrics,
  .hero-showcase__footer {
    grid-template-columns: 1fr;
  }

  .hero-showcase {
    grid-template-columns: 1fr;
    padding: 0.8rem;
    gap: 0.8rem;
  }

  .hero-showcase__frame {
    height: 27rem;
  }

  .hero-floating--top,
  .hero-floating--bottom,
  .hero-showcase__footer {
    grid-column: 1 / -1;
  }

  .hero-showcase__topline {
    top: 0.95rem;
    left: 1.1rem;
    right: 1.1rem;
    align-items: center;
    gap: 0.45rem;
    text-align: center;
  }

  .hero-showcase__topline .section-label {
    justify-content: center;
    font-size: 0.67rem;
    letter-spacing: 0.08em;
    line-height: 1.35;
  }

  .hero-showcase__topline .section-label::before {
    width: 24px;
  }

  .hero-tagline--showcase {
    padding: 0.38rem 0.8rem;
    font-size: 0.69rem;
    letter-spacing: 0.06em;
  }

  .hero-showcase__overlay {
    left: 1.15rem;
    right: 1.15rem;
    top: 7.8rem;
  }

  .hero-showcase__overlay h2 {
    margin-bottom: 0.65rem;
    font-size: clamp(1.35rem, 6.3vw, 1.9rem);
    line-height: 1.05;
  }

  .hero-showcase__overlay p {
    font-size: 0.98rem;
    line-height: 1.55;
  }

  .hero-floating {
    margin-top: 0.35rem;
  }

  .hero-showcase__footer {
    margin-top: 0.35rem;
    padding: 0;
  }

  .contact-form,
  .contact-telegram,
  .info-panel,
  .marketing-panel,
  .pos-card,
  .model-card {
    padding: 1.4rem;
  }

  .thanks-card {
    padding: 1.6rem;
  }

  .brand__name {
    font-size: 1.65rem;
  }

  .brand__image {
    height: 72px;
    max-width: 200px;
  }

  .lang-switch__link {
    min-width: 42px;
    min-height: 34px;
    padding: 0.3rem 0.7rem;
  }

}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

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