/* theme-light (landing only) */
html.theme-light {
  --bg: #f5f5f5;
  --card: #ffffff;
  --card-elevated: #fafafa;
  --border: #e5e5e5;
  --text: #1a1a1a;
  --text-muted: #525252;
  --orange-soft: rgba(255, 107, 0, 0.12);
  --orange-glow: rgba(255, 107, 0, 0.15);
}
html.theme-light .site-header { background: rgba(245, 245, 245, 0.85); }
.site-header .header-nav { gap: 1.5rem; }
.site-header .header-nav a { color: var(--text-muted); text-decoration: none; font-size: 0.9375rem; font-weight: 500; transition: color var(--transition-base); }
.site-header .header-nav a:hover { color: var(--orange); }
.site-header .header-actions { gap: 0.5rem; }
.site-header .header-actions .header-actions-guests { display: flex; align-items: center; gap: 0.5rem; flex: 1; min-width: 0; }
.site-header .header-actions .theme-toggle { flex-shrink: 0; width: var(--tap); height: var(--tap); min-width: var(--tap); min-height: var(--tap); padding: 0; border: none; background: transparent; color: var(--text-muted); cursor: pointer; border-radius: var(--radius-sm); display: flex; align-items: center; justify-content: center; transition: color var(--transition-fast), background var(--transition-fast); }
.site-header .header-actions .theme-toggle:hover { color: var(--orange); background: var(--orange-soft); }
.site-header .header-actions .theme-toggle svg { width: 22px; height: 22px; }
.site-header .header-actions .btn-header:active { transform: scale(0.97); }
.site-header .header-actions .header-actions-link { transition: color var(--transition-base); }
.site-header .header-actions .btn-header.header-admin { background: transparent; color: var(--text-muted); border-color: var(--border); margin-left: 1.5rem; flex-shrink: 0; }
.site-header .header-actions .btn-header.header-admin:hover { color: var(--orange); border-color: var(--orange); background: var(--orange-soft); }
.theme-toggle .icon-sun { display: block; }
.theme-toggle .icon-moon { display: none; }
html.theme-light .theme-toggle .icon-sun { display: none; }
html.theme-light .theme-toggle .icon-moon { display: block; }
.wrap { padding: 2rem 1.5rem; padding-left: max(1.5rem, env(safe-area-inset-left)); padding-right: max(1.5rem, env(safe-area-inset-right)); padding-bottom: max(2rem, env(safe-area-inset-bottom)); }

/* Sections */
.section { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 1.75rem; margin-bottom: var(--section-gap); box-shadow: var(--card-shadow); transition: box-shadow var(--transition-base); }
.title-accent::after {
  content: '';
  display: block;
  width: 36px;
  height: 2.5px;
  background: var(--orange);
  margin-top: 0.3rem;
  border-radius: 2px;
}
.section h2 { font-size: 1.2rem; font-weight: 700; margin: 0 0 0.5rem; color: var(--text); font-family: var(--font-heading); }
.section p { margin: 0 0 1rem; font-size: 0.9375rem; color: var(--text-muted); line-height: 1.55; }
.section-mini-badge {
  display: inline-flex;
  align-items: center;
  margin: 0 0 0.55rem;
  padding: 0.28rem 0.6rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 107, 0, 0.42);
  background: rgba(255, 107, 0, 0.08);
  color: var(--orange);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.section-mini-badge--center { display: table; margin: 0 auto 0.55rem; }
.section-lead { font-size: 1rem; color: var(--text); line-height: 1.62; max-width: 64ch; }
.section-actions { display: flex; flex-wrap: wrap; gap: 0.55rem; margin-top: 0.9rem; }
.section-actions--center { justify-content: center; }
.trust-inline {
  width: 100%;
  margin: 0.25rem 0 0.1rem;
  font-size: 0.82rem;
  line-height: 1.45;
  color: var(--text-muted);
  font-weight: 600;
}
.trust-inline strong { color: var(--text); }
.trust-inline--center { text-align: center; }
.conversion-strip {
  margin-top: 1.05rem;
  border: 1px solid rgba(255, 107, 0, 0.35);
  background: linear-gradient(140deg, rgba(255, 107, 0, 0.14), rgba(255, 107, 0, 0.04));
  border-radius: var(--radius-md);
  padding: 0.95rem 1rem;
}
.conversion-strip p {
  margin: 0 0 0.7rem;
  color: var(--text);
  font-size: 0.92rem;
  line-height: 1.5;
}
.conversion-last {
  border-color: rgba(255, 107, 0, 0.5);
  background: linear-gradient(170deg, rgba(255, 107, 0, 0.12), rgba(255, 107, 0, 0.03));
}
.live-demo-section {
  border-color: rgba(255, 107, 0, 0.46);
  background: radial-gradient(circle at 90% 15%, rgba(255, 107, 0, 0.16), transparent 48%), var(--card);
}
.live-demo-panel {
  border: 1px solid rgba(255, 107, 0, 0.35);
  border-radius: var(--radius-md);
  background: rgba(255, 107, 0, 0.04);
  padding: 1rem;
}
.live-demo-tabs { display: flex; gap: 0.45rem; margin-bottom: 0.75rem; flex-wrap: wrap; }
.live-demo-tab {
  border: 1px solid var(--border);
  background: var(--card);
  color: var(--text-muted);
  border-radius: 999px;
  padding: 0.36rem 0.8rem;
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
}
.live-demo-tab.is-active { color: var(--orange); border-color: rgba(255, 107, 0, 0.5); background: rgba(255, 107, 0, 0.1); }
.live-demo-stage { display: grid; gap: 0.55rem; margin-bottom: 0.85rem; }
.live-demo-event {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.65rem;
  align-items: start;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 0.68rem 0.72rem;
  background: var(--card);
  opacity: 0.45;
  transform: translateY(2px);
  transition: opacity var(--transition-base), transform var(--transition-base), border-color var(--transition-base), box-shadow var(--transition-base);
}
.live-demo-event:not(.is-visible) { display: none; }
.live-demo-panel[data-active-role="guest"] .live-demo-event[data-demo-role="admin"] { display: none; }
.live-demo-panel[data-active-role="admin"] .live-demo-event[data-demo-role="guest"] { display: none; }
.live-demo-event.is-active {
  opacity: 1;
  transform: translateY(0);
  border-color: rgba(255, 107, 0, 0.55);
  box-shadow: 0 10px 24px rgba(255, 107, 0, 0.12);
}
.live-demo-time {
  display: inline-flex;
  padding: 0.18rem 0.5rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--orange);
  background: rgba(255, 107, 0, 0.12);
}
.live-demo-event p { margin: 0; font-size: 0.9rem; color: var(--text); line-height: 1.5; }
.live-demo-actions { display: flex; gap: 0.5rem; flex-wrap: wrap; }

.before-after-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.7rem; }
.before-after-card {
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 0.9rem;
  background: var(--card);
}
.before-after-card h3 { margin: 0 0 0.35rem; font-size: 0.9rem; font-family: var(--font-heading); }
.before-after-card p { margin: 0; font-size: 0.88rem; line-height: 1.48; color: var(--text-muted); }
.before-after-card.before { border-color: rgba(255, 84, 84, 0.34); }
.before-after-card.before h3 { color: #ff6a6a; }
.before-after-card.after { border-color: rgba(255, 107, 0, 0.42); background: linear-gradient(150deg, rgba(255, 107, 0, 0.13), rgba(255, 107, 0, 0.03)); }
.before-after-card.after h3 { color: var(--orange); }

.owner-cta {
  border-width: 1.5px;
  box-shadow: var(--card-shadow), 0 0 30px rgba(255, 107, 0, 0.13);
}
.section .btn { display: inline-block; padding: 0.65rem 1.35rem; min-height: var(--tap); background: var(--orange); color: var(--bg); border-radius: var(--radius-sm); font-weight: 600; font-size: 0.9375rem; border: none; cursor: pointer; line-height: 1.3; transition: background var(--transition-fast), color var(--transition-fast), box-shadow var(--transition-fast), transform var(--transition-fast); }
.section .btn:hover { background: var(--orange-hover); color: var(--bg); box-shadow: 0 8px 28px rgba(255, 107, 0, 0.38); }
.section .btn:active { transform: scale(0.97); }
.section .btn.secondary { background: transparent; color: var(--orange); border: 1px solid var(--orange); }
.section .btn.secondary:hover { background: var(--orange-soft); box-shadow: 0 2px 12px rgba(255, 107, 0, 0.1); }
.section-figure { margin: 0 0 1rem; border-radius: var(--radius-md); overflow: hidden; border: 1px solid var(--border); transition: border-color var(--transition-base); }
.section-figure:hover { border-color: rgba(255, 107, 0, 0.3); }
.section-figure img { display: block; width: 100%; height: auto; transition: transform 0.4s ease; }
.section-figure:hover img { transform: scale(1.02); }
.section-cta-line { font-size: 0.9375rem; color: var(--text-muted); margin: 0 0 0.75rem !important; }
.section-metric { font-size: 0.8125rem; color: var(--text-muted); margin: 0 0 1rem; }
.section .btn + .btn.secondary { margin-left: 0.5rem; }
.why-cheers-item,
.interface-demo-item,
.tariff-card,
.proof-metric-card,
.proof-gallery-item {
  transition: border-color var(--transition-base), box-shadow var(--transition-base), transform var(--transition-base), background var(--transition-base);
}

/* Scroll-reveal */
@keyframes revealUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}
.reveal { opacity: 0; }
.reveal.revealed { animation: revealUp 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards; }

/* Hero */
.landing-hero { text-align: center; padding: 2rem 0 2.5rem; margin-bottom: 2rem; border-bottom: 1px solid var(--border); }
.landing-hero .landing-hero-title { font-size: 1.5rem; font-weight: 700; margin: 0 0 0.5rem; color: var(--text); line-height: 1.3; font-family: var(--font-heading); }
.landing-hero .landing-hero-sub { font-size: 0.9375rem; color: var(--text-muted); margin: 0 0 1.5rem; }
.landing-hero .landing-hero-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; justify-content: center; }
.landing-hero .landing-hero-actions .btn { min-height: var(--tap); padding: 0.7rem 1.5rem; font-size: 1rem; }

.hero-wrapper { position: relative; border-radius: var(--radius-lg); overflow: hidden; margin-bottom: var(--section-gap); border: 1px solid var(--border); isolation: isolate; }
.hero-wrapper::before { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(13,13,13,0.66) 0%, rgba(13,13,13,0.9) 100%); z-index: 1; pointer-events: none; }
.hero-wrapper::after {
  content: '';
  position: absolute;
  inset: -20% -10% auto;
  height: 72%;
  background:
    radial-gradient(40% 55% at 20% 35%, rgba(255, 107, 0, 0.28), transparent 68%),
    radial-gradient(52% 62% at 80% 20%, rgba(255, 107, 0, 0.2), transparent 72%);
  z-index: 1;
  pointer-events: none;
  filter: blur(22px);
  opacity: 0.85;
}
html.theme-light .hero-wrapper::before { background: linear-gradient(180deg, rgba(245,245,245,0.85) 0%, rgba(245,245,245,0.95) 100%); }
.hero-wrapper .hero-bg {
  position: absolute;
  inset: -6% 0;
  background-image: url('/static/img/landing/hero.svg');
  background-size: cover;
  background-position: center;
  transform: translate3d(0, var(--hero-parallax-y, 0px), 0) scale(1.02);
  transition: transform 0.16s linear;
}
.hero-float {
  position: absolute;
  z-index: 2;
  border-radius: 999px;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #fff;
  background: rgba(255, 107, 0, 0.22);
  border: 1px solid rgba(255, 107, 0, 0.52);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  padding: 0.42rem 0.78rem;
  box-shadow: 0 8px 24px rgba(255, 107, 0, 0.2);
  animation: heroFloat 5.4s ease-in-out infinite;
}
.hero-float--left { left: 2.4rem; top: 2.1rem; }
.hero-float--right { right: 2.2rem; bottom: 2.3rem; animation-delay: 0.9s; }
html.theme-light .hero-float { color: #202020; background: rgba(255, 255, 255, 0.76); }
.hero-content { position: relative; z-index: 2; padding: 3rem 1.5rem 3.5rem; max-width: 720px; margin: 0 auto; }
.hero-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0.9rem;
  padding: 0.38rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 107, 0, 0.55);
  background: rgba(255, 107, 0, 0.13);
  color: #ffb27d;
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
html.theme-light .hero-badge { color: #b24b00; }
.hero-content .landing-hero-title { font-size: clamp(1.75rem, 5vw, 2.35rem); margin-bottom: 0.85rem; line-height: 1.2; font-family: var(--font-heading); font-weight: 700; letter-spacing: -0.02em; }
.hero-content .landing-hero-sub { font-size: 1.0625rem; margin-bottom: 2rem; line-height: 1.55; max-width: 540px; margin-left: auto; margin-right: auto; }
.hero-audiences { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; justify-content: center; margin-bottom: 2rem; text-align: left; }
.hero-audience { background: rgba(26, 26, 26, 0.8); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 1.35rem 1.45rem; transition: transform var(--transition-base), box-shadow var(--transition-base), border-color var(--transition-base), background var(--transition-base); box-shadow: var(--card-shadow); }
html.theme-light .hero-audience { background: rgba(255, 255, 255, 0.85); }
.hero-audience strong { display: block; font-size: 0.875rem; color: var(--orange); margin-bottom: 0.35rem; text-transform: uppercase; letter-spacing: 0.06em; font-family: var(--font-heading); font-weight: 700; }
.hero-audience span { display: block; font-size: 0.875rem; color: var(--text-muted); line-height: 1.45; }
.hero-audience:hover { border-color: var(--orange); background: var(--orange-soft); transform: translateY(-3px); box-shadow: var(--card-shadow-hover), 0 0 20px rgba(255, 107, 0, 0.08); }
html.theme-light .hero-audience:hover { box-shadow: 0 6px 20px rgba(0,0,0,0.08); }
.hero-audience, .hero-audience:hover { color: inherit; }
.landing-hero-actions .btn {
  min-height: 50px;
  padding: 0.9rem 1.9rem;
  font-size: 1.05rem;
  font-weight: 700;
  border: 1px solid transparent;
  box-shadow: 0 10px 26px rgba(255, 107, 0, 0.2);
}
.landing-hero-actions .btn:first-child {
  background-image: linear-gradient(135deg, #ff6b00 0%, #ff8f3d 100%);
  box-shadow: 0 14px 32px rgba(255, 107, 0, 0.34), 0 0 0 0 rgba(255, 107, 0, 0.28);
}
.landing-hero-actions .btn:first-child:hover {
  box-shadow: 0 18px 36px rgba(255, 107, 0, 0.44), 0 0 0 8px rgba(255, 107, 0, 0.16);
}
.landing-hero-actions .btn:hover { box-shadow: 0 14px 30px rgba(255, 107, 0, 0.3); }
.landing-hero-actions .btn.secondary { border-color: var(--orange); box-shadow: 0 8px 20px rgba(255, 107, 0, 0.12); }
.landing-hero-actions .hero-proof-line { width: 100%; margin: 0.24rem 0 0; display: flex; justify-content: center; align-items: center; gap: 0.65rem; flex-wrap: wrap; }
.landing-hero-actions .hero-working-note { margin: 0; font-size: 0.9rem; color: var(--text); font-weight: 700; letter-spacing: 0.01em; }
.landing-hero-actions .hero-trust-note { margin: 0; font-size: 0.8rem; color: var(--text-muted); font-weight: 600; }
.hero-chips {
  width: 100%;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  margin: 0.2rem 0 0;
  padding: 0;
  flex-wrap: wrap;
}
.hero-chips li {
  border: 1px solid rgba(255, 107, 0, 0.45);
  background: rgba(255, 107, 0, 0.08);
  border-radius: 999px;
  padding: 0.32rem 0.68rem;
  color: var(--text);
  font-size: 0.77rem;
  font-weight: 600;
}
.landing-hero-actions .hero-cta-hint { font-size: 0.8rem; color: var(--text-muted); margin-top: 0.45rem; line-height: 1.4; max-width: 600px; }
@keyframes heroEnter {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes heroFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
@keyframes ctaNudgePulse {
  0%, 100% { box-shadow: 0 14px 32px rgba(255, 107, 0, 0.34), 0 0 0 0 rgba(255, 107, 0, 0.2); }
  50% { box-shadow: 0 16px 34px rgba(255, 107, 0, 0.45), 0 0 0 9px rgba(255, 107, 0, 0.12); }
}
.hero-content > * { opacity: 0; animation: heroEnter 0.55s ease forwards; }
.hero-content .hero-badge { animation-delay: 0.02s; }
.hero-content .landing-hero-title { animation-delay: 0.12s; }
.hero-content .landing-hero-sub { animation-delay: 0.2s; }
.hero-content .hero-audiences { animation-delay: 0.28s; }
.hero-content .landing-hero-actions { animation-delay: 0.36s; }
.landing-hero-actions .btn.cta-nudge { animation: ctaNudgePulse 0.9s ease-in-out 2; }
.venue-lead-title.cta-focus-glow {
  border-radius: 8px;
  box-shadow: 0 0 0 3px rgba(255, 107, 0, 0.18);
  transition: box-shadow var(--transition-fast);
}

.benefits-list { list-style: none; margin: 0 0 1.25rem; padding: 0; }
.benefits-list li { position: relative; padding-left: 1.25rem; margin-bottom: 0.5rem; font-size: 0.9375rem; color: var(--text-muted); transition: color var(--transition-fast); }
.benefits-list li:hover { color: var(--text); }
.benefits-list li::before { content: ''; position: absolute; left: 0; top: 0.5em; width: 6px; height: 6px; background: var(--orange); border-radius: 50%; }

/* Section separator */
.section + .section::before {
  content: '';
  display: block;
  width: 48px;
  height: 2px;
  background: linear-gradient(90deg, var(--orange), var(--orange-hover));
  border-radius: 2px;
  margin: -0.875rem auto 1.25rem;
  box-shadow: 0 0 8px rgba(255, 107, 0, 0.15);
}

/* Why cheers */
.why-cheers { margin-bottom: 2.5rem; padding: 2.5rem 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.why-cheers .why-cheers-title { font-size: 1.4rem; font-weight: 700; margin: 0 0 0.5rem; color: var(--text); text-align: center; font-family: var(--font-heading); }
.why-cheers .why-cheers-title.title-accent::after { width: 48px; height: 3px; background: linear-gradient(90deg, var(--orange), var(--orange-hover)); margin: 0.5rem auto 0; box-shadow: 0 0 12px rgba(255, 107, 0, 0.2); }
.why-cheers .why-cheers-lead { font-size: 1rem; color: var(--text-muted); text-align: center; max-width: 520px; margin: 0 auto 1.75rem; line-height: 1.55; }
.why-cheers .why-cheers-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.why-cheers .why-cheers-item { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-md); padding: 1.35rem; font-size: 0.875rem; color: var(--text-muted); text-align: left; line-height: 1.5; cursor: pointer; transition: border-color var(--transition-base), background var(--transition-base), transform var(--transition-base), box-shadow var(--transition-base); box-shadow: var(--card-shadow); }
.why-cheers .why-cheers-item:hover { border-color: var(--orange); background: linear-gradient(180deg, rgba(255,107,0,0.08), rgba(255,107,0,0.02)); transform: translateY(-4px); box-shadow: var(--card-shadow-hover), 0 0 16px rgba(255, 107, 0, 0.08); }
.why-cheers .why-cheers-item strong { display: block; font-size: 0.9375rem; color: var(--text); margin-bottom: 0.4rem; font-family: var(--font-heading); font-weight: 700; }
.why-cheers .why-cheers-item .why-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--orange-soft);
  color: var(--orange);
  margin-bottom: 0.65rem;
  flex-shrink: 0;
  transition: background var(--transition-base), color var(--transition-base);
}
.why-cheers .why-cheers-item:hover .why-icon { background: var(--orange); color: var(--bg); }

/* Why cheers modal */
.why-cheers-modal { display: none; position: fixed; inset: 0; z-index: 1000; background: rgba(0,0,0,0.6); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); align-items: center; justify-content: center; padding: 1.5rem; box-sizing: border-box; }
.why-cheers-modal.is-open { display: flex; }
.why-cheers-modal-backdrop { position: absolute; inset: 0; }
.why-cheers-modal-inner { position: relative; background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 2rem; max-width: 480px; width: 100%; max-height: 85vh; overflow-y: auto; box-shadow: 0 16px 64px rgba(0, 0, 0, 0.5); animation: modalEnter 0.25s cubic-bezier(0.34, 1.2, 0.64, 1); }
@keyframes modalEnter { from { opacity: 0; transform: scale(0.92); } to { opacity: 1; transform: scale(1); } }
.why-cheers-modal-title { font-size: 1.25rem; font-weight: 700; color: var(--text); margin: 0 0 1rem; font-family: var(--font-heading); }
.why-cheers-modal-text { font-size: 1.0625rem; color: var(--text-muted); line-height: 1.6; margin: 0 0 1.25rem; }
.why-cheers-modal-back { display: inline-flex; align-items: center; justify-content: center; padding: 0.55rem 1.1rem; font-size: 0.9375rem; font-weight: 600; background: transparent; color: var(--orange); border: 1px solid var(--orange); border-radius: var(--radius-sm); cursor: pointer; font-family: inherit; transition: background var(--transition-fast), box-shadow var(--transition-fast), transform var(--transition-fast); }
.why-cheers-modal-back:hover { background: var(--orange-soft); box-shadow: 0 2px 12px rgba(255, 107, 0, 0.1); }
.why-cheers-modal-back:active { transform: scale(0.97); }

/* Interface demo */
.interface-demo { margin-bottom: 2rem; }
.interface-demo .interface-demo-title { font-size: 1.2rem; font-weight: 700; margin: 0 0 0.25rem; color: var(--text); font-family: var(--font-heading); }
.interface-demo .interface-demo-sub { font-size: 0.9375rem; color: var(--text-muted); margin: 0 0 1rem; }
.interface-demo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.interface-demo-item { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-md); overflow: hidden; transition: border-color var(--transition-base), box-shadow var(--transition-base); box-shadow: var(--card-shadow); }
.interface-demo-item:hover { border-color: rgba(255, 107, 0, 0.42); transform: translateY(-3px); box-shadow: var(--card-shadow-hover); }
.interface-demo-item figcaption { padding: 0.9rem 1.05rem; font-size: 0.92rem; color: var(--text-muted); line-height: 1.45; font-weight: 600; }
.interface-demo-item figcaption a { color: var(--orange); text-decoration: none; }
.interface-demo-item figcaption a:hover { text-decoration: underline; }
/* Одинаковая высота превью у обоих скринов — админка не огромная, бот не мелкий */
.demo-img-link { display: flex; align-items: center; justify-content: center; min-height: 280px; max-height: 380px; background: #0d0d0d; text-decoration: none; }
.interface-demo-item img { display: block; max-height: 380px; width: auto; max-width: 100%; object-fit: contain; transition: transform 0.4s ease; }
.interface-demo-item:hover img { transform: scale(1.02); }

/* Mockup frames */
.mockup-frame { padding: 0; display: flex; flex-direction: column; }
.mockup-frame figcaption { padding: 0.75rem 1rem; font-size: 0.875rem; color: var(--text-muted); }

/* Browser mockup */
.mockup-browser { flex: 1; display: flex; flex-direction: column; overflow: hidden; }
.mockup-browser-bar {
  display: flex; align-items: center; gap: 6px; padding: 8px 12px;
  background: #1a1a2e; border-bottom: 1px solid rgba(255,255,255,0.06);
}
.mockup-dot { width: 10px; height: 10px; border-radius: 50%; }
.mockup-dot:nth-child(1) { background: #ff5f57; }
.mockup-dot:nth-child(2) { background: #ffbd2e; }
.mockup-dot:nth-child(3) { background: #28c840; }
.mockup-url {
  margin-left: 12px; font-size: 0.7rem; color: rgba(255,255,255,0.4);
  background: rgba(255,255,255,0.06); padding: 3px 10px; border-radius: 4px; flex: 1; max-width: 200px;
}
.mockup-screen { flex: 1; background: #0f0f1a; padding: 12px; font-size: 0.75rem; color: #e0e0e0; }
.mockup-admin-header {
  font-size: 0.85rem; font-weight: 700; color: #fff; margin-bottom: 10px;
  font-family: var(--font-heading);
}
.mockup-muted { font-weight: 400; font-size: 0.7rem; color: rgba(255,255,255,0.35); margin-left: 6px; }
.mockup-admin-nav {
  display: flex; gap: 2px; margin-bottom: 12px; border-bottom: 1px solid rgba(255,255,255,0.08); padding-bottom: 6px;
}
.mockup-nav-item {
  font-size: 0.65rem; padding: 4px 8px; color: rgba(255,255,255,0.45); border-radius: 4px 4px 0 0; cursor: default;
}
.mockup-nav-active { color: #ff6b00; border-bottom: 2px solid #ff6b00; font-weight: 600; }
.mockup-admin-body { display: flex; flex-direction: column; gap: 6px; }
.mockup-booking-row {
  display: flex; align-items: center; justify-content: space-between; gap: 8px;
  background: rgba(255,255,255,0.04); border-radius: 6px; padding: 8px 10px;
  border-left: 3px solid #ff6b00;
}
.mockup-booking-info { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.mockup-bk-name { font-size: 0.7rem; font-weight: 600; color: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mockup-bk-meta { font-size: 0.6rem; color: rgba(255,255,255,0.4); display: flex; align-items: center; gap: 4px; flex-wrap: wrap; }
.mockup-badge { padding: 1px 6px; border-radius: 3px; font-size: 0.55rem; font-weight: 600; }
.mockup-badge-confirmed { background: rgba(40,200,64,0.15); color: #28c840; }
.mockup-badge-new { background: rgba(255,107,0,0.15); color: #ff6b00; }
.mockup-bk-actions { display: flex; gap: 4px; flex-shrink: 0; }
.mockup-btn-sm {
  font-size: 0.55rem; padding: 3px 8px; border-radius: 4px;
  background: rgba(255,107,0,0.15); color: #ff6b00; font-weight: 600; cursor: default;
}
.mockup-btn-green { background: rgba(40,200,64,0.15); color: #28c840; }
.mockup-btn-red { background: rgba(255,59,48,0.12); color: #ff3b30; }

/* Phone / Telegram mockup */
.mockup-phone {
  flex: 1; display: flex; flex-direction: column;
  background: #1a1a2e; border-radius: 16px; margin: 16px auto; max-width: 320px;
  position: relative; overflow: hidden; box-shadow: 0 8px 32px rgba(0,0,0,0.3);
}
.mockup-phone-notch {
  width: 100px; height: 20px; background: #0f0f1a; border-radius: 0 0 12px 12px;
  margin: 0 auto; position: relative; z-index: 1;
}
.mockup-phone-screen { flex: 1; background: #0e1621; display: flex; flex-direction: column; }
.mockup-tg-header {
  display: flex; align-items: center; gap: 8px; padding: 10px 12px;
  background: #17212b; border-bottom: 1px solid rgba(255,255,255,0.05);
}
.mockup-tg-back { color: #6ab3f3; font-size: 1rem; cursor: default; }
.mockup-tg-avatar {
  width: 28px; height: 28px; border-radius: 50%; background: #ff6b00;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.75rem; font-weight: 700; color: #fff;
}
.mockup-tg-name { font-size: 0.8rem; font-weight: 600; color: #fff; }
.mockup-tg-chat { flex: 1; padding: 10px; display: flex; flex-direction: column; gap: 6px; overflow: hidden; }
.mockup-tg-msg {
  max-width: 85%; padding: 6px 10px; border-radius: 10px; font-size: 0.68rem; line-height: 1.4;
  animation: mockupFadeIn 0.3s ease both;
}
.mockup-tg-bot { background: #182533; color: #e0e0e0; align-self: flex-start; border-bottom-left-radius: 3px; }
.mockup-tg-user { background: #2b5278; color: #fff; align-self: flex-end; border-bottom-right-radius: 3px; }
.mockup-tg-btn-row { display: flex; gap: 4px; flex-wrap: wrap; align-self: flex-start; }
.mockup-tg-btn {
  font-size: 0.6rem; padding: 4px 8px; border-radius: 6px;
  background: rgba(106,179,243,0.12); color: #6ab3f3; cursor: default; font-weight: 500;
}
@keyframes mockupFadeIn { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }

/* Proof section */
.proof-section { margin-bottom: var(--section-gap); background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 2.2rem; text-align: center; box-shadow: var(--card-shadow); }
.proof-section .proof-title { font-size: 1.3rem; font-weight: 700; margin: 0 0 0.65rem; color: var(--text); font-family: var(--font-heading); }
.proof-section .proof-title.title-accent::after { width: 32px; height: 2px; margin-left: auto; margin-right: auto; }
.proof-section .proof-text { font-size: 1rem; color: var(--text-muted); margin: 0.75rem 0 1.1rem; max-width: 620px; margin-left: auto; margin-right: auto; line-height: 1.58; }
.proof-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 0 0 1rem;
}
.proof-metric-card {
  background: linear-gradient(160deg, rgba(255, 107, 0, 0.08), rgba(255, 107, 0, 0.02));
  border: 1px solid rgba(255, 107, 0, 0.22);
  border-radius: var(--radius-md);
  padding: 0.85rem 0.9rem;
  text-align: left;
}
.proof-metric-card:hover { border-color: rgba(255, 107, 0, 0.42); transform: translateY(-2px); box-shadow: 0 8px 26px rgba(255, 107, 0, 0.1); }
.proof-metric-value {
  display: block;
  color: var(--text);
  font-size: 1.1rem;
  font-weight: 700;
  font-family: var(--font-heading);
}
.proof-metric-label {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.82rem;
  line-height: 1.45;
  color: var(--text-muted);
}
.proof-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
  margin: 0.6rem 0 1rem;
}
.proof-gallery-item {
  margin: 0;
  border-radius: var(--radius-sm);
  overflow: hidden;
  border: 1px solid var(--border);
}
.proof-gallery-item:hover { border-color: rgba(255, 107, 0, 0.38); transform: translateY(-2px); box-shadow: 0 8px 22px rgba(255, 107, 0, 0.08); }
.proof-gallery-item img {
  display: block;
  width: 100%;
  height: 136px;
  object-fit: cover;
}
.proof-section .btn { transition: background var(--transition-fast), box-shadow var(--transition-fast), transform var(--transition-fast); }
.proof-section .btn:hover { box-shadow: 0 4px 20px rgba(255, 107, 0, 0.3); }
.proof-section .btn:active { transform: scale(0.97); }

/* Tariffs */
.tariffs .tariffs-title { font-size: 1.2rem; font-weight: 700; margin: 0 0 0.25rem; color: var(--text); font-family: var(--font-heading); }
.tariffs .tariffs-sub { font-size: 0.9375rem; color: var(--text-muted); margin: 0 0 1.25rem; }
.tariffs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.tariff-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 1.35rem; display: flex; flex-direction: column; transition: transform var(--transition-base), box-shadow var(--transition-base), border-color var(--transition-base); box-shadow: var(--card-shadow); }
.tariff-card .tariff-name { font-size: 1.1rem; font-weight: 700; color: var(--text); margin: 0 0 0.25rem; font-family: var(--font-heading); }
.tariff-card .tariff-price { font-size: 1.3rem; font-weight: 700; color: var(--orange); margin: 0 0 1rem; }
.tariff-card .tariff-price .tariff-period { font-size: 0.85rem; font-weight: 500; color: var(--text-muted); }
.tariff-card .tariff-features { list-style: none; margin: 0 0 1rem; padding: 0; flex-grow: 1; }
.tariff-card .tariff-features li { position: relative; padding-left: 1.25rem; margin-bottom: 0.45rem; font-size: 0.875rem; color: var(--text-muted); line-height: 1.4; }
.tariff-card .tariff-features li::before { content: ''; position: absolute; left: 0; top: 0.5em; width: 6px; height: 6px; background: var(--orange); border-radius: 50%; }
.tariff-card .tariff-cta { margin-top: auto; }
.tariff-card .tariff-cta .btn { display: block; text-align: center; width: 100%; padding: 0.65rem 1rem; font-size: 0.9375rem; min-height: var(--tap); font-weight: 600; transition: background var(--transition-fast), box-shadow var(--transition-fast), transform var(--transition-fast); }
.tariff-card .tariff-cta .btn:hover { box-shadow: 0 4px 16px rgba(255, 107, 0, 0.3); }
.tariff-card .tariff-cta .btn:active { transform: scale(0.97); }
.tariff-card .tariff-card-body { cursor: pointer; }
.tariff-card .tariff-card-body:focus { outline: none; }
.tariff-card .tariff-cta .btn.btn-tariff-detail { background: var(--orange); color: var(--bg); border: none; }
.tariff-card .tariff-cta .btn.btn-tariff-detail:hover { background: var(--orange-hover); color: var(--bg); }
.tariff-card:hover { border-color: var(--orange); transform: translateY(-3px); box-shadow: var(--card-shadow-hover), 0 0 20px rgba(255, 107, 0, 0.06); }
html.theme-light .tariff-card:hover { box-shadow: 0 6px 20px rgba(0,0,0,0.06); }
.tariff-card--hit { border-color: var(--orange); background: linear-gradient(180deg, var(--card) 0%, rgba(255, 107, 0, 0.12) 100%); position: relative; box-shadow: var(--card-shadow), 0 0 30px rgba(255, 107, 0, 0.15); transform: scale(1.03); }
.tariff-card--hit:hover { box-shadow: var(--card-shadow-hover), 0 0 46px rgba(255, 107, 0, 0.24); transform: scale(1.055); }
html.theme-light .tariff-card--hit { background: linear-gradient(180deg, var(--card) 0%, rgba(255, 107, 0, 0.05) 100%); }
@keyframes badgePulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(255, 107, 0, 0.4); } 50% { box-shadow: 0 0 0 6px rgba(255, 107, 0, 0); } }
.tariff-badge { position: absolute; top: 0.75rem; right: 0.75rem; font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: var(--bg); background: var(--orange); padding: 0.3rem 0.6rem; border-radius: 6px; animation: badgePulse 2s ease-in-out infinite; }

/* Lead form */
.venue-lead-form { margin-top: 1.25rem; padding: 1.5rem; border: 1px solid rgba(255, 107, 0, 0.34); border-radius: var(--radius-lg); background: linear-gradient(160deg, rgba(255,107,0,0.14), rgba(0,0,0,0.22)); max-width: 400px; margin: 0 auto; box-shadow: var(--card-shadow), 0 0 24px rgba(255, 107, 0, 0.08); }
html.theme-light .venue-lead-form { background: rgba(0,0,0,0.03); }
.venue-lead-form .venue-lead-title { font-size: 1rem; font-weight: 700; margin: 0 0 0.85rem; color: var(--text); font-family: var(--font-heading); }
.venue-lead-form label { display: block; font-size: 0.8125rem; color: var(--text-muted); margin-bottom: 0.3rem; font-weight: 500; }
.venue-lead-form input, .venue-lead-form textarea { width: 100%; padding: 0.55rem 0.85rem; margin-bottom: 0.75rem; border: 1px solid var(--border); border-radius: var(--radius-sm); background: var(--bg); color: var(--text); font-size: 0.9375rem; font-family: inherit; box-sizing: border-box; transition: border-color var(--transition-base), box-shadow var(--transition-base); }
.venue-lead-form input:focus, .venue-lead-form textarea:focus { outline: none; border-color: var(--orange); box-shadow: 0 0 0 3px var(--orange-soft); }
.venue-lead-form input::placeholder, .venue-lead-form textarea::placeholder { color: var(--text-muted); opacity: 0.7; }
.venue-lead-form .venue-lead-note { font-size: 0.75rem; color: var(--text-muted); margin-bottom: 0.75rem; }
.venue-lead-form .btn { display: flex; width: 100%; justify-content: center; font-weight: 600; transition: background var(--transition-fast), box-shadow var(--transition-fast), transform var(--transition-fast); }
.venue-lead-form .btn:hover { box-shadow: 0 4px 16px rgba(255, 107, 0, 0.3); }
.venue-lead-form .btn:active { transform: scale(0.97); }
.venue-lead-form.venue-lead-done { pointer-events: none; opacity: 0.85; }
.u-hidden { display: none !important; }
.venue-lead-done-msg { margin: 0; font-size: 0.9375rem; color: var(--text-muted); }
.proof-venue-caption { font-size: 0.9rem; font-weight: 700; color: var(--text); margin: 0.25rem 0 1rem; font-family: var(--font-heading); }
.proof-quote { margin: 0 auto 1.25rem; max-width: 620px; padding: 1.2rem 1.4rem; border-left: 4px solid var(--orange); background: linear-gradient(135deg, rgba(255,107,0,0.06) 0%, rgba(255,107,0,0.14) 100%); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; font-size: 1rem; color: var(--text); line-height: 1.6; text-align: left; font-style: italic; box-shadow: var(--card-shadow); }
.proof-quote cite { display: block; margin-top: 0.6rem; font-size: 0.8125rem; color: var(--text-muted); font-style: normal; font-weight: 600; }

/* Tariff modal */
.tariff-modal { display: none; position: fixed; inset: 0; z-index: 1000; background: rgba(0,0,0,0.6); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); align-items: center; justify-content: center; padding: 1.5rem; box-sizing: border-box; }
.tariff-modal.is-open { display: flex; }
.tariff-modal-backdrop { position: absolute; inset: 0; }
.tariff-modal-inner { position: relative; background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 2rem; max-width: 520px; width: 100%; max-height: 90vh; overflow-y: auto; box-shadow: 0 16px 64px rgba(0, 0, 0, 0.5); animation: modalEnter 0.25s cubic-bezier(0.34, 1.2, 0.64, 1); }
.tariff-modal-title { font-size: 1.35rem; font-weight: 700; color: var(--text); margin: 0 0 0.25rem; font-family: var(--font-heading); }
.tariff-modal-price { font-size: 1.3rem; font-weight: 700; color: var(--orange); margin: 0 0 1rem; }
.tariff-modal-price .tariff-modal-period { font-size: 0.9rem; font-weight: 500; color: var(--text-muted); }
.tariff-modal-desc { font-size: 1rem; color: var(--text-muted); line-height: 1.6; margin: 0 0 1rem; }
.tariff-modal-features { list-style: none; margin: 0 0 1.25rem; padding: 0; }
.tariff-modal-features li { position: relative; padding-left: 1.25rem; margin-bottom: 0.5rem; font-size: 0.9375rem; color: var(--text-muted); }
.tariff-modal-features li::before { content: ''; position: absolute; left: 0; top: 0.5em; width: 6px; height: 6px; background: var(--orange); border-radius: 50%; }
.tariff-modal-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; align-items: center; }
.tariff-modal-back { padding: 0.55rem 1.1rem; font-size: 0.9375rem; font-weight: 600; background: transparent; color: var(--orange); border: 1px solid var(--orange); border-radius: var(--radius-sm); cursor: pointer; font-family: inherit; transition: background var(--transition-fast), box-shadow var(--transition-fast), transform var(--transition-fast); }
.tariff-modal-back:hover { background: var(--orange-soft); }
.tariff-modal-back:active { transform: scale(0.97); }
.tariff-modal-cta { display: inline-flex; align-items: center; justify-content: center; padding: 0.65rem 1.35rem; font-size: 0.9375rem; font-weight: 600; background: var(--orange); color: var(--bg); border: none; border-radius: var(--radius-sm); cursor: pointer; text-decoration: none; font-family: inherit; transition: background var(--transition-fast), box-shadow var(--transition-fast), transform var(--transition-fast); min-height: var(--tap); }
.tariff-modal-cta:hover { background: var(--orange-hover); color: var(--bg); box-shadow: 0 4px 20px rgba(255, 107, 0, 0.3); }
.tariff-modal-cta:active { transform: scale(0.97); }

/* Mobile sticky CTA */
.mobile-sticky-cta {
  display: none;
  position: fixed;
  left: max(0.75rem, env(safe-area-inset-left));
  right: max(0.75rem, env(safe-area-inset-right));
  bottom: calc(0.7rem + env(safe-area-inset-bottom));
  z-index: 95;
  grid-template-columns: 1fr auto;
  gap: 0.5rem;
  padding: 0.48rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 107, 0, 0.28);
  background: rgba(15, 15, 20, 0.9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.36);
  opacity: 0;
  transform: translateY(18px);
  pointer-events: none;
  transition: opacity var(--transition-fast), transform var(--transition-fast);
}
html.theme-light .mobile-sticky-cta {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(255, 107, 0, 0.24);
}
.mobile-sticky-cta.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.mobile-sticky-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 700;
}
.mobile-sticky-cta-primary {
  background: linear-gradient(135deg, #ff6b00 0%, #ff8f3d 100%);
  color: #fff;
  padding: 0 0.9rem;
}
.mobile-sticky-cta-secondary {
  border: 1px solid rgba(255, 107, 0, 0.55);
  color: var(--orange);
  padding: 0 0.72rem;
  background: rgba(255, 107, 0, 0.08);
}

@media (max-width: 768px) {
  .wrap { padding: 1.1rem 0.9rem 5.4rem; }
  .site-header .header-nav { display: none; width: 100%; order: 3; flex-direction: column; gap: 0.5rem; padding-top: 0.5rem; }
  .site-header .header-actions { display: none; width: 100%; order: 4; padding-top: 0.75rem; border-top: 1px solid var(--border); margin-top: 0.25rem; }
  .site-header .header-burger { display: flex; order: 2; }
  .site-header .header-logo { order: 1; }
  .site-header .header-inner { flex-wrap: wrap; }
  .site-header.nav-open .header-nav { display: flex; position: static; }
  .site-header.nav-open .header-actions { display: flex; flex-direction: column; gap: 0.5rem; position: static; }
  .site-header.nav-open .header-actions .header-actions-guests { flex-direction: column; width: 100%; gap: 0.5rem; }
  .site-header .header-actions .btn-header { width: 100%; justify-content: center; min-height: var(--tap); padding: 0.65rem 1rem; font-size: 1rem; }
  .site-header .header-actions .theme-toggle { width: 100%; min-width: 0; }
  .section { padding: 1.2rem 1rem; margin-bottom: 0.9rem; border-radius: var(--radius-lg); }
  .section h2 { font-size: 1.13rem; line-height: 1.3; }
  .section p { font-size: 0.93rem; margin-bottom: 0.85rem; }
  .section-mini-badge { font-size: 0.68rem; padding: 0.25rem 0.52rem; }
  .section-lead { font-size: 0.93rem; line-height: 1.56; margin-bottom: 0.7rem; }
  .section-cta-line { font-size: 0.86rem; margin-bottom: 0.65rem !important; }
  .section-actions { flex-direction: column; gap: 0.45rem; margin-top: 0.68rem; }
  .trust-inline { font-size: 0.77rem; line-height: 1.38; margin-top: 0.22rem; }
  .conversion-strip { margin-top: 0.82rem; padding: 0.78rem 0.8rem; }
  .conversion-strip p { font-size: 0.84rem; margin-bottom: 0.56rem; }
  .section .btn { display: block; text-align: center; width: 100%; padding: 0.85rem 1rem; font-size: 1rem; border-radius: 10px; }
  .section .btn + .btn.secondary { margin-left: 0; margin-top: 0.5rem; }
  .live-demo-panel { padding: 0.68rem; }
  .live-demo-tabs { gap: 0.35rem; }
  .live-demo-tab { font-size: 0.76rem; padding: 0.36rem 0.72rem; min-height: 34px; }
  .live-demo-stage { gap: 0.42rem; margin-bottom: 0.6rem; }
  .live-demo-event { grid-template-columns: 1fr; gap: 0.24rem; padding: 0.52rem; border-radius: 8px; }
  .live-demo-event p { font-size: 0.8rem; line-height: 1.36; }
  .live-demo-actions { flex-direction: column; gap: 0.35rem; margin-top: 0.2rem; }
  .live-demo-actions .btn { width: 100%; }
  .before-after-section .section-lead { margin-bottom: 0.55rem; }
  .before-after-grid { grid-template-columns: 1fr; gap: 0.36rem; }
  .before-after-card { padding: 0.56rem 0.6rem; display: grid; grid-template-columns: 52px 1fr; align-items: start; gap: 0.42rem; }
  .before-after-card h3 { font-size: 0.74rem; margin: 0; line-height: 1.2; }
  .before-after-card p { font-size: 0.74rem; line-height: 1.3; }
  .before-after-card:nth-child(n+5) { display: none; }
  .landing-hero { padding: 1.5rem 0 2rem; margin-bottom: 1.5rem; }
  .landing-hero .landing-hero-title { font-size: 1.25rem; }
  .landing-hero .landing-hero-actions { flex-direction: column; gap: 0.5rem; }
  .landing-hero .landing-hero-actions .btn { width: 100%; }
  .landing-hero-actions .btn { min-height: 52px; font-size: 1.07rem; padding: 0.9rem 1.2rem; }
  .hero-badge { font-size: 0.7rem; padding: 0.33rem 0.62rem; margin-bottom: 0.75rem; }
  .landing-hero-actions .hero-proof-line { gap: 0.36rem; margin-top: 0.34rem; }
  .landing-hero-actions .hero-working-note { font-size: 0.83rem; }
  .landing-hero-actions .hero-trust-note { font-size: 0.76rem; }
  .hero-chips { margin-top: 0.36rem; }
  .hero-chips li { font-size: 0.72rem; padding: 0.3rem 0.58rem; }
  .landing-hero .landing-hero-actions .hero-cta-hint { font-size: 0.75rem; margin-top: 0.5rem; text-align: center; }
  .hero-wrapper { margin-bottom: 1.5rem; border-radius: var(--radius-md); }
  .hero-content { padding: 1.75rem 1rem 2.25rem; }
  .hero-content .landing-hero-title { font-size: 1.35rem; }
  .landing-hero .trust-inline { text-align: center; }
  .hero-float { display: none; }
  .hero-audiences { grid-template-columns: 1fr; margin-bottom: 1.5rem; gap: 0.75rem; }
  .hero-audience { padding: 1rem 1.15rem; }
  .why-cheers .why-cheers-grid { grid-template-columns: 1fr; }
  .why-cheers { padding: 1.25rem 0; }
  .why-cheers .why-cheers-lead { margin-bottom: 1.1rem; font-size: 0.93rem; }
  .why-cheers .why-cheers-item:hover,
  .interface-demo-item:hover,
  .proof-metric-card:hover,
  .proof-gallery-item:hover {
    transform: none;
  }
  .interface-demo-grid { grid-template-columns: 1fr; }
  .demo-img-link { min-height: 240px; max-height: 330px; }
  .interface-demo-item img { max-height: 330px; }
  .mockup-phone { max-width: 280px; }
  .mockup-bk-actions { display: none; }
  .mockup-bk-name { font-size: 0.65rem; }
  .mockup-tg-msg { font-size: 0.63rem; }
  .tariffs-grid { grid-template-columns: 1fr; }
  .tariffs .tariffs-sub { margin-bottom: 0.9rem; }
  .tariff-card .tariff-cta .btn { padding: 0.85rem 1rem; }
  .tariff-card--hit { transform: none; }
  .venue-lead-form { max-width: 100%; }
  .venue-lead-form input, .venue-lead-form textarea { font-size: 16px; min-height: var(--tap); padding: 0.6rem 0.85rem; }
  .venue-lead-form .btn { min-height: var(--tap); font-size: 1rem; }

  /* Modals -- mobile */
  .why-cheers-modal { padding: max(0.75rem, env(safe-area-inset-top)) max(0.75rem, env(safe-area-inset-right)) max(0.75rem, env(safe-area-inset-bottom)) max(0.75rem, env(safe-area-inset-left)); }
  .why-cheers-modal-inner { padding: 1.25rem; max-height: 90vh; border-radius: var(--radius-md); }
  .why-cheers-modal-back { width: 100%; min-height: var(--tap); justify-content: center; font-size: 1rem; }
  .tariff-modal { padding: max(0.75rem, env(safe-area-inset-top)) max(0.75rem, env(safe-area-inset-right)) max(0.75rem, env(safe-area-inset-bottom)) max(0.75rem, env(safe-area-inset-left)); }
  .tariff-modal-inner { padding: 1.25rem; border-radius: var(--radius-md); }
  .tariff-modal-actions { flex-direction: column; }
  .tariff-modal-back, .tariff-modal-cta { width: 100%; min-height: var(--tap); justify-content: center; text-align: center; font-size: 1rem; }

  /* Larger touch areas */
  .why-cheers .why-cheers-item { padding: 1.15rem; min-height: var(--tap); }
  .hero-content .landing-hero-actions .btn { min-height: var(--tap); padding: 0.85rem 1.25rem; font-size: 1.05rem; }
  .hero-audience { min-height: var(--tap); }
  .tariff-card { padding: 1.25rem; }
  .tariff-card .tariff-cta .btn { min-height: var(--tap); font-size: 1rem; }
  .proof-section .btn { min-height: var(--tap); width: 100%; display: block; text-align: center; font-size: 1rem; padding: 0.85rem 1rem; border-radius: 10px; }
  .proof-section { padding: 1.4rem 1.1rem; }
  .proof-section .proof-title { font-size: 1.2rem; }
  .proof-section .proof-text { font-size: 0.93rem; margin-bottom: 0.9rem; }
  .proof-metrics { grid-template-columns: 1fr; gap: 0.55rem; }
  .proof-metric-card { text-align: left; }
  .proof-gallery { grid-template-columns: 1fr; gap: 0.55rem; }
  .proof-gallery-item img { height: 170px; }

  /* Active states for touch */
  .section .btn:active { transform: scale(0.97); opacity: 0.9; }
  .hero-audience:active { border-color: var(--orange); background: var(--orange-soft); }
  .why-cheers .why-cheers-item:active { border-color: var(--orange); background: var(--orange-soft); }
  .tariff-card:active { border-color: var(--orange); }

  .reveal { opacity: 1; }
  .reveal.revealed { animation: none; }
  .mobile-sticky-cta { display: grid; }
  #scrollTopBtn { bottom: calc(5.9rem + env(safe-area-inset-bottom)); }
}

@media (prefers-reduced-motion: reduce) {
  .hero-content > *,
  .hero-float,
  .reveal.revealed,
  .mockup-tg-msg,
  .landing-hero-actions .btn.cta-nudge {
    animation: none !important;
  }
  .hero-wrapper .hero-bg,
  .hero-audience,
  .landing-hero-actions .btn,
  .why-cheers-item,
  .interface-demo-item,
  .tariff-card,
  .proof-metric-card,
  .proof-gallery-item {
    transition: none !important;
    transform: none !important;
  }
  .mobile-sticky-cta {
    transition: none !important;
  }
}
