:root {
  color-scheme: dark;
  --bg: #06090f;
  --ink: #f8fbff;
  --muted: rgba(239, 245, 251, 0.72);
  --soft: rgba(239, 245, 251, 0.54);
  --line: rgba(255, 255, 255, 0.13);
  --glass: rgba(255, 255, 255, 0.08);
  --glass-strong: rgba(255, 255, 255, 0.12);
  --cyan: #17e0d2;
  --gold: #f5bd5c;
  --purple: #9368ff;
  --black: #05070b;
  --cream: #f6f1e7;
  --dark-text: #17120c;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--ink);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
}
body.home-page {
  background:
    radial-gradient(circle at 14% 8%, rgba(23, 224, 210, 0.2), transparent 28rem),
    radial-gradient(circle at 86% 14%, rgba(147, 104, 255, 0.18), transparent 30rem),
    radial-gradient(circle at 60% 72%, rgba(245, 189, 92, 0.12), transparent 34rem),
    linear-gradient(145deg, #030406 0%, #07101b 48%, #020407 100%);
  animation: pageFade 520ms ease both;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.85), transparent 72%);
}
a { color: inherit; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.ambient, .mesh-layer { position: fixed; pointer-events: none; }
.ambient {
  z-index: 0;
  width: 28rem;
  height: 28rem;
  border-radius: 50%;
  filter: blur(80px);
  opacity: .5;
  animation: glowBreath 6s ease-in-out infinite alternate;
}
.ambient-a { top: -10rem; left: -9rem; background: rgba(23, 224, 210, .42); }
.ambient-b { right: -10rem; bottom: 8rem; background: rgba(245, 189, 92, .28); animation-delay: -2s; }
.mesh-layer {
  inset: 0;
  z-index: 0;
  background: radial-gradient(circle at 48% 35%, rgba(255,255,255,.08), transparent 18rem), radial-gradient(circle at 72% 58%, rgba(23,224,210,.08), transparent 24rem);
}
.topbar, main, .home-footer {
  position: relative;
  z-index: 1;
  width: min(100%, 1220px);
  margin: 0 auto;
}
.topbar {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  padding: 18px 18px 6px;
}
.brand img { width: 168px; height: auto; }
.desktop-nav, .top-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}
.desktop-nav {
  display: none;
  justify-content: center;
}
.desktop-nav a, .home-footer nav a {
  color: rgba(255,255,255,.82);
  font-size: .92rem;
  text-decoration: none;
}
.top-actions {
  justify-content: space-between;
}
.language-switcher {
  display: flex;
  max-width: 100%;
  padding: 4px;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  backdrop-filter: blur(18px);
  scrollbar-width: none;
}
.language-switcher::-webkit-scrollbar { display: none; }
.lang-btn {
  min-height: 32px;
  padding: 0 10px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(255,255,255,.68);
  cursor: pointer;
  font: inherit;
  font-size: .75rem;
  font-weight: 760;
}
.lang-btn.is-active {
  background: rgba(23,224,210,.18);
  color: #eafffe;
  box-shadow: inset 0 0 0 1px rgba(23,224,210,.24);
}
.nav-cta {
  display: none;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}
main { padding: 22px 18px 30px; }
.hero-section {
  display: grid;
  gap: 34px;
  padding: 26px 0 38px;
}
.eyebrow {
  margin: 0 0 14px;
  color: var(--cyan);
  font-size: .72rem;
  font-weight: 820;
  letter-spacing: .11em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin: 0; }
h1 {
  max-width: 11ch;
  font-size: clamp(3.35rem, 17vw, 7.6rem);
  font-weight: 820;
  line-height: .88;
  letter-spacing: 0;
}
.hero-subtitle {
  max-width: 38rem;
  margin-top: 18px;
  color: var(--muted);
  font-size: clamp(1.05rem, 4.5vw, 1.35rem);
}
.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 820;
  text-decoration: none;
  transition: transform .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn:hover span:last-child { transform: translateX(4px); }
.btn span:last-child { transition: transform .22s ease; }
.btn-primary {
  background: linear-gradient(135deg, #21eadc, #13bfb4);
  color: #001615;
  box-shadow: 0 16px 50px rgba(23,224,210,.24);
}
.btn-secondary, .btn-outline {
  border: 1px solid rgba(255,255,255,.2);
  background: rgba(255,255,255,.06);
  color: #fff;
  backdrop-filter: blur(16px);
}
.btn-premium {
  background: linear-gradient(135deg, #8c3cff, #d17b32, #f5bd5c);
  color: #fff;
  box-shadow: 0 18px 60px rgba(245,189,92,.26);
}
.play-dot {
  width: 18px;
  height: 18px;
  border: 1px solid rgba(255,255,255,.65);
  border-radius: 50%;
}
.hero-visual {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 32px;
  background: rgba(255,255,255,.06);
  box-shadow: 0 30px 90px rgba(0,0,0,.48);
}
.hero-visual img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  opacity: .76;
}
.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.72), transparent 52%, rgba(0,0,0,.24));
}
.qr-stand {
  position: absolute;
  z-index: 2;
  right: 8%;
  top: 14%;
  width: min(46%, 220px);
  min-width: 150px;
  padding: 18px 16px;
  border: 1px solid rgba(23,224,210,.68);
  border-radius: 18px;
  background: rgba(3,7,10,.78);
  box-shadow: 0 0 44px rgba(23,224,210,.22), inset 0 0 0 1px rgba(255,255,255,.08);
  text-align: center;
  transform: perspective(700px) rotateY(-8deg) rotateX(2deg);
  backdrop-filter: blur(16px);
}
.qr-stand span { color: var(--cyan); font-size: .72rem; }
.qr-stand strong { display: block; margin: 2px 0 14px; font-size: .86rem; }
.qr-stand small { display: block; margin-top: 12px; color: rgba(255,255,255,.84); font-weight: 800; }
.fake-qr {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
  width: 96px;
  height: 96px;
  margin: 0 auto;
  padding: 8px;
  background: #fff;
}
.fake-qr i { background: #101010; }
.fake-qr i:nth-child(3n) { opacity: .38; }
.section-heading, .section-row {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
}
.section-heading h2, .section-row h2 {
  font-size: clamp(1.8rem, 8vw, 2.6rem);
  line-height: 1.05;
}
.section-row a {
  width: fit-content;
  color: var(--cyan);
  font-weight: 760;
  text-decoration: none;
}
.demo-section, .pricing-section { padding: 32px 0; }
.demo-grid {
  display: grid;
  gap: 16px;
}
.demo-card, .features-band {
  border: 1px solid var(--line);
  background: var(--glass);
  backdrop-filter: blur(20px);
  box-shadow: 0 20px 60px rgba(0,0,0,.35);
}
.demo-card {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}
.demo-card:hover {
  border-color: rgba(255,255,255,.25);
  transform: translateY(-5px);
}
.free-card {
  display: grid;
  gap: 8px;
  padding: 24px;
}
.free-art {
  display: grid;
  place-items: center;
  min-height: 150px;
  border-radius: 22px;
  background: radial-gradient(circle, rgba(23,224,210,.12), transparent 70%);
}
.paper-menu {
  width: 92px;
  height: 124px;
  padding: 20px 16px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255,255,255,.22), rgba(255,255,255,.06));
}
.paper-menu span { display: block; height: 7px; margin-bottom: 12px; border-radius: 99px; background: rgba(255,255,255,.55); }
.premium-card {
  border-color: rgba(245,189,92,.5);
  box-shadow: 0 20px 80px rgba(245,189,92,.14), 0 20px 60px rgba(0,0,0,.42);
}
.premium-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  pointer-events: none;
  background: radial-gradient(circle at 75% 22%, rgba(245,189,92,.28), transparent 18rem), radial-gradient(circle at 18% 86%, rgba(147,104,255,.3), transparent 16rem);
}
.premium-image {
  position: absolute;
  inset: 0;
  opacity: .42;
}
.premium-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}
.premium-card:hover .premium-image img { transform: scale(1.045); }
.demo-card-content {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  padding: 24px;
}
.pill-row { display: flex; flex-wrap: wrap; gap: 8px; }
.pill-row span {
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(23,224,210,.16);
  color: #dffffd;
  font-size: .72rem;
  font-weight: 850;
}
.premium-pills span { background: rgba(245,189,92,.18); color: #fff2d9; }
.demo-card h3 { font-size: clamp(1.45rem, 7vw, 2rem); line-height: 1.05; }
.card-subtitle { color: rgba(255,255,255,.9); font-weight: 720; }
.card-description { color: var(--muted); }
.feature-list {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(255,255,255,.86);
}
.feature-list li::before {
  content: "✓";
  margin-right: 10px;
  color: var(--cyan);
}
.premium-list li::before { color: var(--gold); }
.demo-card .btn { justify-self: start; margin-top: 8px; }
.pricing-grid {
  display: grid;
  gap: 16px;
}
.pricing-card {
  position: relative;
  display: grid;
  gap: 20px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255,255,255,.07);
  box-shadow: 0 20px 60px rgba(0,0,0,.32);
  backdrop-filter: blur(20px);
}
.pricing-head {
  display: grid;
  gap: 8px;
}
.pricing-head h3 {
  font-size: clamp(1.55rem, 7vw, 2.1rem);
  line-height: 1;
}
.pricing-head strong {
  color: #fff;
  font-size: clamp(2.2rem, 11vw, 3.3rem);
  line-height: 1;
}
.pricing-head strong span {
  color: var(--muted);
  font-size: 1rem;
  font-weight: 700;
}
.smart-pricing-card {
  overflow: hidden;
  border-color: rgba(245,189,92,.5);
  background: linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.06));
  box-shadow: 0 0 0 1px rgba(245,189,92,.15), 0 24px 86px rgba(245,189,92,.18), 0 20px 60px rgba(0,0,0,.42);
}
.smart-pricing-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  pointer-events: none;
  background: radial-gradient(circle at 88% 0%, rgba(245,189,92,.32), transparent 18rem), radial-gradient(circle at 10% 88%, rgba(147,104,255,.24), transparent 16rem);
}
.smart-pricing-card > * {
  position: relative;
  z-index: 1;
}
.recommended-badge {
  width: fit-content;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(245,189,92,.18);
  color: #ffe5ae;
  font-size: .74rem;
  font-weight: 860;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.features-band {
  display: grid;
  gap: 18px;
  margin: 32px 0 18px;
  padding: 22px;
  border-radius: 28px;
}
.features-band article {
  display: grid;
  gap: 4px;
}
.features-band span {
  color: var(--cyan);
  font-size: 1.8rem;
}
.features-band h3 { font-size: 1rem; }
.features-band p { color: var(--muted); font-size: .92rem; }
.home-footer {
  display: grid;
  gap: 18px;
  padding: 30px 18px 46px;
  color: rgba(255,255,255,.58);
}
.home-footer img { width: 168px; height: auto; }
.footer-lines {
  display: grid;
  gap: 2px;
}
.footer-lines strong {
  color: rgba(255,255,255,.82);
  font-size: .98rem;
}
.footer-lines span {
  font-size: .88rem;
}
.home-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.home-footer p { font-size: .86rem; }

/* Free demo menu */
.free-menu-page {
  background: #f5efe4;
  color: var(--dark-text);
}
.free-menu-shell {
  width: min(100%, 760px);
  margin: 0 auto;
  padding: 18px 16px 28px;
}
.free-menu-card {
  overflow: hidden;
  border: 1px solid rgba(43,31,18,.14);
  border-radius: 28px;
  background: linear-gradient(180deg, #fffaf0, #f7f0e5);
  box-shadow: 0 22px 70px rgba(59,40,20,.12);
}
.free-menu-header {
  padding: 32px 20px 22px;
  text-align: center;
}
.free-logo { width: 160px; height: auto; margin: 0 auto 14px; object-fit: contain; }
.free-plan-label {
  margin-top: 12px;
  font-size: .78rem;
  font-weight: 860;
  letter-spacing: .12em;
}
.free-plan-subtitle {
  margin-top: 4px;
  color: rgba(23,18,12,.58);
  font-size: .9rem;
  font-weight: 720;
}
.demo-badge {
  display: inline-flex;
  padding: 5px 10px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: .72rem;
  font-weight: 850;
}
.free-menu-header h1 {
  max-width: none;
  margin-top: 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 10vw, 3rem);
  font-weight: 500;
  line-height: 1;
}
.free-menu-header p { margin-top: 8px; color: rgba(23,18,12,.68); }
.free-menu-section { padding: 14px 20px 8px; }
.free-menu-section h2 {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.1rem;
  letter-spacing: .08em;
  text-align: center;
}
.free-menu-section h2::before, .free-menu-section h2::after {
  content: "";
  height: 1px;
  flex: 1;
  background: rgba(43,31,18,.16);
}
.free-item {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 14px;
  padding: 11px 0;
}
.free-item h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
}
.free-item p { color: rgba(23,18,12,.62); font-size: .92rem; }
.free-item strong { font-size: 1rem; white-space: nowrap; }
.free-upgrade-note {
  margin-top: 18px;
  padding: 20px;
  border-top: 1px solid rgba(43,31,18,.12);
  border-bottom: 1px solid rgba(43,31,18,.12);
  color: rgba(23,18,12,.7);
  text-align: center;
}
.free-powered {
  padding: 24px 20px;
  color: rgba(23,18,12,.72);
  text-align: center;
}

/* Premium demo menu */
.premium-menu-page {
  min-height: 100vh;
  padding-bottom: 86px;
  background:
    radial-gradient(circle at 80% 0%, rgba(245,189,92,.18), transparent 24rem),
    linear-gradient(180deg, #05070a, #081018 52%, #040608);
  color: #fff;
}
.premium-app {
  width: min(100%, 920px);
  margin: 0 auto;
}
.premium-hero {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  border-radius: 0 0 34px 34px;
}
.premium-hero img {
  width: 100%;
  height: 390px;
  object-fit: cover;
  opacity: .66;
}
.premium-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.58), rgba(0,0,0,.2) 38%, #071018 100%);
}
.premium-hero-content {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  align-content: end;
  gap: 16px;
  padding: 28px 18px;
}
.restaurant-mark {
  display: grid;
  gap: 6px;
  justify-items: center;
  text-align: center;
}
.restaurant-mark .demo-badge {
  background: rgba(0,0,0,.52);
  border: 1px solid rgba(245,189,92,.36);
  color: var(--gold);
}
.smart-demo-label {
  margin-top: 4px;
  color: #fff4d6;
  font-size: .76rem;
  font-weight: 860;
  letter-spacing: .12em;
}
.smart-demo-subtitle {
  color: rgba(255,244,214,.68);
  font-size: .78rem;
  font-weight: 720;
}
.restaurant-mark h1 {
  max-width: none;
  color: #fff7e9;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 8vw, 2.7rem);
  letter-spacing: .12em;
}
.restaurant-mark p { color: rgba(255,247,233,.68); font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }
.premium-lang {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(100%, 320px);
  margin: 0 auto;
  padding: 4px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(0,0,0,.32);
  backdrop-filter: blur(16px);
}
.premium-lang button {
  min-height: 40px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(255,255,255,.7);
  cursor: pointer;
  font: inherit;
  font-weight: 800;
}
.premium-lang button.is-active {
  box-shadow: inset 0 0 0 1px rgba(245,189,92,.6);
  color: var(--gold);
}
.premium-menu-title h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.4rem, 12vw, 4rem);
  letter-spacing: .06em;
}
.premium-menu-title p { color: rgba(255,255,255,.78); font-size: 1.05rem; }
.category-tabs {
  display: flex;
  gap: 8px;
  margin: 18px;
  padding: 10px;
  overflow-x: auto;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 24px;
  background: rgba(255,255,255,.07);
  backdrop-filter: blur(20px);
  scrollbar-width: none;
}
.category-tabs::-webkit-scrollbar { display: none; }
.category-tabs button {
  display: grid;
  gap: 5px;
  min-width: 82px;
  min-height: 68px;
  border: 0;
  border-radius: 18px;
  background: transparent;
  color: rgba(255,255,255,.7);
  cursor: pointer;
  font: inherit;
  font-size: .78rem;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
.category-tabs button span { font-size: 1.3rem; }
.category-tabs button em { font-style: normal; }
.category-tabs button.is-active {
  background: rgba(245,189,92,.14);
  color: var(--gold);
}
.premium-section-title {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 26px 18px 14px;
  color: #fff7e9;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  letter-spacing: .08em;
}
.premium-section-title::before, .premium-section-title::after {
  content: "";
  height: 1px;
  flex: 1;
  background: rgba(245,189,92,.35);
}
.premium-items {
  display: grid;
  gap: 12px;
  padding: 0 18px 26px;
}
.premium-item {
  display: grid;
  grid-template-columns: 112px minmax(0,1fr);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 22px;
  background: rgba(255,255,255,.06);
  backdrop-filter: blur(18px);
  transition: transform .2s ease, border-color .2s ease;
}
.premium-item:hover {
  border-color: rgba(245,189,92,.42);
  transform: translateY(-2px);
}
.premium-item img {
  width: 112px;
  height: 132px;
  object-fit: cover;
}
.premium-item-body {
  display: grid;
  gap: 6px;
  padding: 14px;
}
.premium-item-body h3 { font-size: 1rem; }
.premium-item-body p { color: rgba(255,255,255,.62); font-size: .88rem; }
.premium-price {
  color: var(--gold);
  font-size: 1.08rem;
  font-weight: 850;
}
.bottom-nav {
  position: fixed;
  left: 50%;
  bottom: 12px;
  z-index: 10;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  width: min(calc(100% - 24px), 720px);
  padding: 8px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 24px;
  background: rgba(4,8,12,.82);
  box-shadow: 0 18px 50px rgba(0,0,0,.45);
  backdrop-filter: blur(22px);
  transform: translateX(-50%);
}
.bottom-nav a {
  display: grid;
  justify-items: center;
  gap: 3px;
  color: rgba(255,255,255,.62);
  font-size: .72rem;
  text-decoration: none;
}
.bottom-nav a.is-active { color: var(--gold); }
.bottom-nav span { font-size: 1.25rem; }

@media (min-width: 768px) {
  .topbar {
    grid-template-columns: auto 1fr;
    align-items: center;
    padding: 22px 28px 8px;
  }
  .top-actions { grid-column: 1 / -1; }
  main { padding: 32px 28px 44px; }
  .hero-section {
    grid-template-columns: .9fr 1.1fr;
    align-items: center;
    min-height: 640px;
  }
  .demo-grid { grid-template-columns: .92fr 1.08fr; align-items: stretch; }
  .pricing-grid { grid-template-columns: .95fr 1.05fr; align-items: stretch; }
  .free-card { grid-template-columns: 180px minmax(0,1fr); align-items: center; }
  .features-band { grid-template-columns: repeat(4, minmax(0,1fr)); }
  .features-band article + article { border-left: 1px solid rgba(255,255,255,.1); padding-left: 18px; }
  .home-footer { grid-template-columns: auto 1fr; align-items: center; padding-inline: 28px; }
  .home-footer p { grid-column: 1 / -1; }
  .free-menu-shell { padding: 34px 22px; }
  .free-menu-header { padding: 44px 34px 24px; }
  .free-menu-section { padding-inline: 42px; }
  .premium-items { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (min-width: 1024px) {
  .topbar { grid-template-columns: auto 1fr auto; }
  .desktop-nav { display: flex; }
  .top-actions { grid-column: auto; justify-content: end; }
  .nav-cta { display: inline-flex; }
  .language-switcher { max-width: 310px; }
  .premium-card .demo-card-content { padding: 34px; }
  .premium-image { opacity: .56; }
}
@media (min-width: 1280px) {
  h1 { font-size: 7.8rem; }
  .hero-section { gap: 48px; }
  .premium-hero { border-radius: 0 0 42px 42px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
@keyframes pageFade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
@keyframes glowBreath { from { transform: scale(1); } to { transform: scale(1.08); } }
