/* 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 .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 4px 20px rgba(255, 107, 0, 0.3); }
.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; }

/* 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); }
.hero-wrapper::before { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(13,13,13,0.75) 0%, rgba(13,13,13,0.92) 100%); z-index: 1; pointer-events: none; }
.hero-wrapper::after { content: ''; position: absolute; bottom: 0; left: 10%; right: 10%; height: 1px; background: linear-gradient(90deg, transparent, var(--orange), transparent); z-index: 2; box-shadow: 0 0 30px var(--orange-glow), 0 0 60px rgba(255, 107, 0, 0.08); }
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: 0; background-image: url('https://images.unsplash.com/photo-1517248135467-4c7edcad34c4?w=1200'); background-size: cover; background-position: center; }
.hero-content { position: relative; z-index: 2; padding: 3rem 1.5rem 3.5rem; max-width: 720px; margin: 0 auto; }
.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 .hero-cta-hint { font-size: 0.8rem; color: var(--text-muted); margin-top: 0.75rem; line-height: 1.4; }

.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: var(--orange-soft); transform: translateY(-3px); box-shadow: var(--card-shadow-hover), 0 0 16px rgba(255, 107, 0, 0.06); }
.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: 1rem; }
.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.3); box-shadow: var(--card-shadow-hover); }
.interface-demo-item figcaption { padding: 0.75rem 1rem; font-size: 0.875rem; color: var(--text-muted); }
.interface-demo-item img { display: block; width: 100%; height: auto; transition: transform 0.4s ease; }
.interface-demo-item:hover img { transform: scale(1.03); }

/* 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: 2rem; text-align: center; box-shadow: var(--card-shadow); }
.proof-section .proof-title { font-size: 1.15rem; font-weight: 700; margin: 0 0 0.5rem; 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: 0.9375rem; color: var(--text-muted); margin: 0.75rem 0 1rem; max-width: 480px; margin-left: auto; margin-right: auto; line-height: 1.55; }
.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.08) 100%); position: relative; box-shadow: var(--card-shadow), 0 0 24px rgba(255, 107, 0, 0.1); transform: scale(1.03); }
.tariff-card--hit:hover { box-shadow: var(--card-shadow-hover), 0 0 40px rgba(255, 107, 0, 0.2); transform: scale(1.05); }
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 var(--border); border-radius: var(--radius-lg); background: rgba(0,0,0,0.25); max-width: 380px; margin: 0 auto; box-shadow: var(--card-shadow); }
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: 440px; padding: 1.15rem 1.35rem; border-left: 3px solid var(--orange); background: linear-gradient(135deg, rgba(255,107,0,0.06) 0%, rgba(255,107,0,0.12) 100%); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; font-size: 0.9375rem; color: var(--text); line-height: 1.55; text-align: left; font-style: italic; }
.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); }

@media (max-width: 768px) {
  .wrap { padding: 1.25rem 1rem; }
  .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.25rem; margin-bottom: 1rem; border-radius: var(--radius-lg); }
  .section h2 { font-size: 1.1rem; }
  .section p { font-size: 0.95rem; margin-bottom: 1rem; }
  .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; }
  .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 .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; }
  .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.5rem 0; }
  .interface-demo-grid { grid-template-columns: 1fr; }
  .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; }
  .tariff-card .tariff-cta .btn { padding: 0.85rem 1rem; }
  .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; }

  /* 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; }
}
