/* 
 * mobile.css - FranchPack Premium 2026 Design System
 */

:root {
  --gold-light: #f3dbb4;
  --gold: #c8a581;
  --gold-dark: #8a6b47;

  --bg-dark: #020202;
  --bg-card-dark: rgba(18, 17, 16, 0.6);
  --border-dark: rgba(255, 255, 255, 0.08);
  --text-dark-primary: #ffffff;
  --text-dark-sub: rgba(255, 255, 255, 0.7);

  --bg-light: #fbfaf8;
  --bg-card-light: rgba(255, 255, 255, 0.75);
  --border-light: rgba(0, 0, 0, 0.06);
  --text-light-primary: #121110;
  --text-light-sub: #63615e;

  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --font-family: 'Manrope', sans-serif;
  --transition-premium: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

/* === Global resets === */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  font-family: var(--font-family);
  background-color: var(--bg-light);
  color: var(--text-light-primary);
  line-height: 1.6;
  overflow-x: hidden;
  width: 100%;
  -webkit-font-smoothing: antialiased;
}

/* Enable text selection explicitly for better mobile UX */
body, input, textarea, p, span, h1, h2, h3, h4, h5, h6, li, a, em, strong, div {
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
}

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

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

button {
  background: none;
  border: none;
  font: inherit;
  cursor: pointer;
  outline: none;
}

input:focus,
button:focus {
  outline: none;
}

.container {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding: 0 24px;
}

/* === Helper Classes === */
.mobile-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* Section Spacing Guidelines */
#hero {
  padding: 100px 0 50px;
}

#metrics-section {
  padding: 50px 0;
}

#problems-section {
  padding: 80px 0;
}

#garland-section {
  padding: 80px 0;
}

#deliverables-section {
  padding: 80px 0;
}

#impact-wrapper {
  padding: 80px 0;
}

#reviews-wrapper {
  padding: 80px 0 40px;
}

#pricing-wrapper {
  padding: 40px 0 40px;
}

#faq-section {
  padding: 40px 0 80px;
}

#cta-section {
  padding: 90px 0 60px;
}

footer {
  padding: 60px 0 40px;
}

.bg-dark {
  background-color: var(--bg-dark);
  color: var(--text-dark-primary);
  position: relative;
  box-shadow: inset 0 24px 48px rgba(0, 0, 0, 0.8), inset 0 -24px 48px rgba(0, 0, 0, 0.8);
}

.bg-light {
  background-color: var(--bg-light);
  color: var(--text-light-primary);
}

.white {
  color: #ffffff !important;
}

.white-sub {
  color: var(--text-dark-sub) !important;
}

.accent-gold {
  background: linear-gradient(135deg, var(--gold-light), var(--gold), var(--gold-dark));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
}

.word-badge {
  display: inline-block;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  padding: 3px 12px;
  border-radius: 12px;
  font-weight: 800;
  box-shadow: 0 4px 12px rgba(200, 165, 129, 0.25);
  transform: rotate(-1.5deg);
  margin: 0 4px;
}

/* === Typography === */
h1 {
  font-size: 32px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 16px;
}

h2 {
  font-size: 26px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}

h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 8px;
}

h4 {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 6px;
}

p {
  font-size: 14px;
  color: var(--text-light-sub);
}

.section-sub {
  font-size: 14px;
  line-height: 1.5;
  color: var(--text-light-sub);
  margin-bottom: 32px;
}

.section-sub.white {
  color: var(--text-dark-sub) !important;
}

.section-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 99px;
  background: #ffffff;
  border: 1px solid var(--border-light);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  color: var(--gold-dark); /* Золотисто-коричневый цвет текста */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04); /* Легкая тень */
}

.section-badge.white {
  background: rgba(255, 255, 255, 0.03); /* Легкий прозрачный фон */
  border-color: rgba(255, 255, 255, 0.08); /* Тонкая рамка */
  color: #ffffff; /* Белый текст */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold); /* По умолчанию точка золотая */
  box-shadow: 0 0 8px rgba(200, 165, 129, 0.6);
  animation: pulseDot 2s infinite ease-in-out; /* Пульсация */
}

.badge-dot.gold {
  background: var(--gold);
  box-shadow: 0 0 10px rgba(200, 165, 129, 0.8);
  animation: pulseDot 2s infinite ease-in-out;
}

/* === Margins, Paddings & Spacings (Tailwind-like Utilities) === */
.mt-1 { margin-top: 4px !important; }
.mt-2 { margin-top: 8px !important; }
.mt-3 { margin-top: 12px !important; }
.mt-4 { margin-top: 16px !important; }
.mt-5 { margin-top: 20px !important; }
.mt-6 { margin-top: 24px !important; }
.mt-7 { margin-top: 28px !important; }
.mt-8 { margin-top: 32px !important; }
.mt-9 { margin-top: 36px !important; }
.mt-10 { margin-top: 40px !important; }
.mt-12 { margin-top: 48px !important; }
.mt-16 { margin-top: 64px !important; }

.mb-1 { margin-bottom: 4px !important; }
.mb-2 { margin-bottom: 8px !important; }
.mb-3 { margin-bottom: 12px !important; }
.mb-4 { margin-bottom: 16px !important; }
.mb-5 { margin-bottom: 20px !important; }
.mb-6 { margin-bottom: 24px !important; }
.mb-8 { margin-bottom: 32px !important; }
.mb-10 { margin-bottom: 40px !important; }
.mb-12 { margin-bottom: 48px !important; }
.mb-16 { margin-bottom: 64px !important; }

.pt-1 { padding-top: 4px !important; }
.pt-2 { padding-top: 8px !important; }
.pt-3 { padding-top: 12px !important; }
.pt-4 { padding-top: 16px !important; }
.pt-6 { padding-top: 24px !important; }
.pt-8 { padding-top: 32px !important; }
.pt-12 { padding-top: 48px !important; }
.pt-16 { padding-top: 64px !important; }

.pb-1 { padding-bottom: 4px !important; }
.pb-2 { padding-bottom: 8px !important; }
.pb-3 { padding-bottom: 12px !important; }
.pb-4 { padding-bottom: 16px !important; }
.pb-6 { padding-bottom: 24px !important; }
.pb-8 { padding-bottom: 32px !important; }
.pb-12 { padding-bottom: 48px !important; }
.pb-16 { padding-bottom: 64px !important; }

.py-1 { padding-top: 4px !important; padding-bottom: 4px !important; }
.py-2 { padding-top: 8px !important; padding-bottom: 8px !important; }
.py-3 { padding-top: 12px !important; padding-bottom: 12px !important; }
.py-4 { padding-top: 16px !important; padding-bottom: 16px !important; }
.py-6 { padding-top: 24px !important; padding-bottom: 24px !important; }
.py-8 { padding-top: 32px !important; padding-bottom: 32px !important; }
.py-12 { padding-top: 48px !important; padding-bottom: 48px !important; }
.py-16 { padding-top: 64px !important; padding-bottom: 64px !important; }

.text-center { text-align: center !important; }

/* === Preloader === */
#preloader {
  position: fixed;
  inset: 0;
  background: var(--bg-dark);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

#preloader.fade-out {
  opacity: 0;
  visibility: hidden;
}

#preloader-logo {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0.2em;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.preloader-bar-wrap {
  width: 140px;
  height: 2px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 99px;
  overflow: hidden;
}

#preloader-bar {
  height: 100%;
  width: 0;
  background: linear-gradient(to right, var(--gold-light), var(--gold));
  animation: preloaderAnimation 1.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.preloader-subtext {
  font-size: 10px;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  margin-top: 12px;
}

@keyframes preloaderAnimation {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

/* === Navigation Header === */
.mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 16px 0;
  transition: var(--transition-premium);
}

.mobile-nav.scrolled {
  background: rgba(2, 2, 2, 0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  padding: 12px 0;
  border-bottom: 1px solid var(--border-dark);
}

.nav-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 480px;
  margin: 0 auto;
  padding: 0 24px;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-logo-icon {
  width: 28px;
  height: 28px;
  background: var(--bg-dark);
  color: var(--gold);
  border: 1px solid var(--border-dark);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: var(--transition-premium);
}

.mobile-nav.scrolled .nav-logo-icon,
.mobile-nav.menu-open .nav-logo-icon {
  background: #ffffff;
  color: var(--gold-dark);
  border: none;
}

.nav-logo-text {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: var(--text-light-primary);
  transition: var(--transition-premium);
}

.mobile-nav.scrolled .nav-logo-text,
.mobile-nav.menu-open .nav-logo-text {
  color: #ffffff;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.nav-phone {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(200, 165, 129, 0.4);
  background: rgba(200, 165, 129, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition-premium);
  box-shadow: 0 2px 8px rgba(200, 165, 129, 0.10);
}

.nav-phone svg {
  width: 16px;
  height: 16px;
  color: var(--gold-dark);
  transition: var(--transition-premium);
}

.nav-phone:active {
  background: var(--gold);
  border-color: var(--gold);
}

.nav-phone:active svg {
  color: var(--bg-dark);
}

.mobile-nav.scrolled .nav-phone,
.mobile-nav.menu-open .nav-phone {
  border-color: rgba(200, 165, 129, 0.3);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: none;
}

.mobile-nav.scrolled .nav-phone svg,
.mobile-nav.menu-open .nav-phone svg {
  color: var(--gold);
}

#burger-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 22px;
  height: 22px;
}

#burger-btn span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--text-light-primary);
  border-radius: 99px;
  transition: var(--transition-premium);
}

.mobile-nav.scrolled #burger-btn span,
.mobile-nav.menu-open #burger-btn span {
  background-color: #ffffff;
}

#burger-btn.active span:nth-child(1) {
  transform: translateY(3.5px) rotate(45deg);
}

#burger-btn.active span:nth-child(2) {
  transform: translateY(-3.5px) rotate(-45deg);
}

/* === Mobile Menu Overlay === */
#mobile-menu {
  position: fixed;
  inset: 0;
  background-color: var(--bg-dark);
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

#mobile-menu.active {
  opacity: 1;
  visibility: visible;
}

.mobile-menu-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  text-align: center;
  width: 80%;
  padding-top: 96px;
  /* push items down from the logo/header */
  padding-bottom: 40px;
  box-sizing: border-box;
  transform: translateY(20px);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

#mobile-menu.active .mobile-menu-inner {
  transform: translateY(0);
}

.m-link {
  font-size: 22px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.01em;
  transition: color 0.3s;
}

.m-link:active {
  color: var(--gold);
}

.m-divider {
  width: 40px;
  height: 1px;
  background: var(--border-dark);
  margin: 8px 0;
}

.m-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
  transition: var(--transition-premium);
  margin: 4px 0;
}

.m-phone svg {
  color: var(--gold);
  flex-shrink: 0;
  transition: var(--transition-premium);
}

.m-phone:active {
  color: var(--gold-light);
}

.m-phone:active svg {
  transform: scale(1.1);
}

.m-cta-btn {
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: var(--bg-dark);
  padding: 14px 28px;
  border-radius: var(--radius-sm);
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 8px 24px rgba(200, 165, 129, 0.25);
  margin-top: 10px;
  width: 100%;
  max-width: 240px;
}

/* === Hero Section === */
#hero {
  background-color: var(--bg-light);
  color: var(--text-light-primary);
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
}

.hero-vignette {
  display: none;
}

.hero-glow {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, rgba(200, 165, 129, 0.08) 0%, transparent 70%);
  pointer-events: none;
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  background: rgba(18, 17, 16, 0.04);
  border: 1px solid rgba(18, 17, 16, 0.08);
  border-radius: 99px;
  font-size: 11px;
  font-weight: 800;
  color: var(--gold-dark);
  margin-bottom: 24px;
}

.hero-badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 8px var(--gold);
  animation: pulseDot 2s infinite;
}

@keyframes pulseDot {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.3);
    opacity: 0.6;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

#hero p {
  color: var(--text-light-sub);
  margin-bottom: 32px;
  font-size: 14.5px;
}

.hero-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 40px;
}

.btn-hero-primary {
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: #ffffff;
  padding: 16px;
  border-radius: var(--radius-sm);
  font-size: 15px;
  font-weight: 800;
  text-align: center;
  box-shadow: 0 10px 25px rgba(200, 165, 129, 0.2);
  transition: var(--transition-premium);
}

.btn-hero-primary:active {
  transform: scale(0.98);
}

.btn-hero-outline {
  border: 1px solid rgba(18, 17, 16, 0.15);
  background: rgba(255, 255, 255, 0.8);
  color: var(--text-light-primary);
  padding: 16px;
  border-radius: var(--radius-sm);
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  transition: var(--transition-premium);
}

.btn-hero-outline:active {
  background: rgba(18, 17, 16, 0.04);
}

.hero-proof {
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(255, 255, 255, 0.85);
  padding: 10px 16px;
  border-radius: 99px;
  border: 1px solid rgba(18, 17, 16, 0.08);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  width: fit-content;
}

.hero-avatars {
  display: flex;
}

.hero-avatars img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  margin-left: -10px;
}

.hero-avatars img:first-child {
  margin-left: 0;
}

.hero-proof-text {
  display: flex;
  flex-direction: column;
  font-size: 11px;
  line-height: 1.3;
}

.hero-proof-text strong {
  font-size: 12.5px;
  color: var(--text-light-primary);
}

.hero-proof-text span {
  color: var(--text-light-sub);
}

/* === Metrics Section === */
.metric-card {
  margin-bottom: 36px;
}

.metric-card:last-child {
  margin-bottom: 0;
}

.metric-num {
  font-size: 64px;
  font-weight: 800;
  line-height: 1.1;
  color: #ffffff;
  letter-spacing: -0.04em;
  margin-bottom: 6px;
}

.metric-term {
  font-size: 20px;
  font-weight: 700;
  color: var(--gold);
  vertical-align: middle;
}

#metrics-section p {
  font-size: 14px;
  max-width: 320px;
  margin: 0 auto;
  color: var(--text-dark-sub);
}

/* === Problems Section === */
.problem-card {
  background-color: #ffffff;
  border: 1px solid rgba(18, 17, 16, 0.05);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
  box-shadow: 0 16px 40px rgba(18, 17, 16, 0.03);
  transition: var(--transition-premium);
  will-change: transform, opacity;
}

.problem-card:last-child {
  margin-bottom: 0;
}

.pc-num {
  position: absolute;
  right: 0px;
  bottom: -15px;
  font-size: 110px;
  font-weight: 900;
  line-height: 1;
  -webkit-text-stroke: 1px rgba(200, 165, 129, 0.12);
  color: transparent;
  pointer-events: none;
  font-family: inherit;
}

.pc-icon {
  width: 52px;
  height: 52px;
  background: var(--bg-light);
  border: 1px solid var(--border-light);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  color: var(--gold-dark);
}

.pc-icon svg {
  width: 24px;
  height: 24px;
}

.problem-card h3 {
  font-size: 19px;
  color: var(--text-light-primary);
  position: relative;
  z-index: 2;
}

.problem-card p {
  font-size: 13.5px;
  line-height: 1.5;
  color: var(--text-light-sub);
  position: relative;
  z-index: 2;
  margin-top: 6px;
}

/* === Process / Garland === */
.garland-wrap {
  position: relative;
  padding-left: 24px;
}

.garland-line {
  position: absolute;
  left: 36px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, var(--gold), rgba(200, 165, 129, 0.1) 90%, transparent);
}

.garland-step {
  display: flex;
  gap: 20px;
  margin-bottom: 36px;
  position: relative;
}

.garland-step:last-child {
  margin-bottom: 0;
}

.gs-badge {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: var(--bg-dark);
  border: 2px solid var(--gold);
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  box-shadow: 0 0 10px rgba(200, 165, 129, 0.3);
}

.gs-badge svg {
  display: none;
  /* Hide default desktop icons on mobile for speed/neatness */
}

.gs-body {
  flex-grow: 1;
}

.gs-body h4 {
  color: #ffffff;
}

.gs-body p {
  font-size: 13.5px;
  line-height: 1.5;
}

.gs-time {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--gold-light);
  letter-spacing: 0.05em;
  background: rgba(200, 165, 129, 0.08);
  padding: 2px 8px;
  border-radius: 4px;
  margin-top: 8px;
}

/* === Deliverables === */
.deliv-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 28px;
}

#deliverables-wrapper {
  position: relative;
}

.deliv-glow {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  height: 200px;
  background: radial-gradient(circle, rgba(200, 165, 129, 0.05) 0%, transparent 80%);
  pointer-events: none;
}

.deliv-card {
  background-color: #ffffff;
  border: 1px solid rgba(18, 17, 16, 0.05);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  margin-bottom: 16px;
  box-shadow: 0 16px 40px rgba(18, 17, 16, 0.03);
  will-change: transform, opacity;
  transition: var(--transition-premium);
}

.deliv-card:last-child {
  margin-bottom: 0;
}

.deliv-icon {
  width: 48px;
  height: 48px;
  background: var(--bg-light);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-dark);
  margin-bottom: 16px;
  border: 1px solid var(--border-light);
}

.deliv-icon svg {
  width: 22px;
  height: 22px;
}

.deliv-tags {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}

.dtag {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 4px 8px;
  background: #f1f0ee;
  border-radius: 6px;
  color: var(--text-light-sub);
}

.dtag.gold {
  background: rgba(200, 165, 129, 0.12);
  color: var(--gold-dark);
}

.dtag.gold-l {
  background: rgba(200, 165, 129, 0.08);
  color: var(--gold-dark);
}

.deliv-card h3 {
  font-size: 19px;
  color: var(--text-light-primary);
}

.deliv-card p {
  font-size: 13.5px;
  line-height: 1.5;
  color: var(--text-light-sub);
  margin-top: 4px;
}

/* === Impact Section === */
#impact-wrapper {
  position: relative;
}

.impact-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, rgba(200, 165, 129, 0.08) 0%, transparent 75%);
  pointer-events: none;
}

.impact-item {
  margin-bottom: 32px;
}

.impact-item:last-child {
  margin-bottom: 0;
}

.impact-num-wrap {
  position: relative;
  display: inline-block;
}

.impact-num-base {
  font-size: 54px;
  font-weight: 900;
  line-height: 1;
  color: var(--gold);
  letter-spacing: -0.03em;
  margin-bottom: 6px;
  display: block;
}

.impact-item p {
  font-size: 14px;
}

/* === Reviews Section === */
.reviews-slider-container {
  position: relative;
  width: 100%;
}

.reviews-track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 12px 4px 24px;
  margin: 0 -24px;
  padding-left: 24px;
  padding-right: 24px;
  scrollbar-width: none;
  /* Hide standard Firefox scrollbar */
}

.reviews-track::-webkit-scrollbar {
  display: none;
  /* Hide Chrome/Safari scrollbar */
}

.review-card {
  width: calc(100vw - 64px);
  max-width: 360px;
  flex-shrink: 0;
  scroll-snap-align: center;
  background: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.015);
}

.review-stars {
  color: var(--gold);
  font-size: 15px;
  letter-spacing: 2px;
  margin-bottom: 12px;
}

.review-card p {
  font-size: 13.5px;
  line-height: 1.5;
  color: var(--text-light-primary);
  font-style: italic;
}

.review-author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
  border-top: 1px solid var(--border-light);
  padding-top: 14px;
}

.review-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(200, 165, 129, 0.15);
  color: var(--gold-dark);
  font-weight: 800;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ra-text {
  display: flex;
  flex-direction: column;
}

.ra-text strong {
  font-size: 13px;
  color: var(--text-light-primary);
}

.ra-text span {
  font-size: 11px;
  color: var(--text-light-sub);
}

.slider-dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 10px;
}

.slider-dots .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(18, 17, 16, 0.15);
  transition: var(--transition-premium);
}

.slider-dots .dot.active {
  width: 16px;
  border-radius: 99px;
  background: var(--gold);
}

/* === Pricing Section === */
.pricing-tabs-nav {
  display: flex;
  background: rgba(18, 17, 16, 0.04);
  padding: 4px;
  border-radius: 99px;
  border: 1px solid var(--border-light);
  position: relative;
}

.pricing-tab-btn {
  flex: 1;
  text-align: center;
  padding: 10px 0;
  font-size: 13.5px;
  font-weight: 800;
  color: var(--text-light-sub);
  z-index: 2;
  transition: color 0.3s;
}

.pricing-tab-btn.active {
  color: var(--text-light-primary);
}

.pricing-tab-pill {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  width: calc(33.333% - 4px);
  background-color: #ffffff;
  border-radius: 99px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
  z-index: 1;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Tab Active Placements */
.pricing-tabs-nav[data-active-tab="audit"] .pricing-tab-pill {
  transform: translateX(0);
}

.pricing-tabs-nav[data-active-tab="package"] .pricing-tab-pill {
  transform: translateX(100%);
}

.pricing-tabs-nav[data-active-tab="turnkey"] .pricing-tab-pill {
  transform: translateX(200%);
}

.pricing-tabs-nav {
  display: none !important;
}

.pricing-cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  margin-top: 24px !important;
}

.pricing-card {
  display: block;
  background-color: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 32px 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.015);
  opacity: 1;
  transform: none;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.pricing-card.popular {
  background: radial-gradient(circle at 50% 30%, #2c2926 0%, #121110 100%) !important;
  border: 1px solid rgba(200, 165, 129, 0.45) !important;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4), 0 0 30px rgba(200, 165, 129, 0.1) !important;
  position: relative;
}

.pricing-card.popular h3 {
  color: #ffffff !important;
}

.pricing-card.popular .pricing-desc {
  color: rgba(255, 255, 255, 0.7) !important;
}

.pricing-card.popular .price-from {
  color: rgba(255, 255, 255, 0.5) !important;
}

.pricing-card.popular .price-num {
  color: var(--gold-light) !important;
  background: linear-gradient(135deg, var(--gold-light), var(--gold)) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.pricing-card.popular .price-term {
  color: var(--gold) !important;
  border: 1px solid rgba(200, 165, 129, 0.2) !important;
  background: rgba(200, 165, 129, 0.1) !important;
  padding: 4px 10px !important;
  border-radius: 6px !important;
  display: inline-block !important;
  margin-top: 6px !important;
}

.pricing-card.popular .pricing-price {
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.pricing-card.popular .pricing-features li {
  color: rgba(255, 255, 255, 0.8) !important;
}

.pricing-card.popular .pricing-features li strong {
  color: #ffffff !important;
}

.pricing-card.popular .pricing-features li svg {
  color: var(--gold) !important;
}

.pricing-card.popular .pricing-btn.gold {
  background: linear-gradient(135deg, var(--gold-light), var(--gold)) !important;
  color: #020202 !important;
  box-shadow: 0 8px 24px rgba(200, 165, 129, 0.35) !important;
}

.popular-badge {
  position: absolute;
  top: -12px;
  left: 24px;
  background: var(--gold);
  color: var(--bg-dark);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 4px 10px;
  border-radius: 99px;
}

.pricing-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--text-light-sub);
  margin-bottom: 8px;
}

.pricing-label.gold {
  color: var(--gold-dark);
}

.pricing-desc {
  font-size: 13.5px;
  margin-top: 6px;
  margin-bottom: 20px;
}

.pricing-price {
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
  padding: 16px 0;
  margin-bottom: 20px;
}

.price-from {
  font-size: 12px;
  color: var(--text-light-sub);
}

.price-num {
  font-size: 32px;
  font-weight: 800;
  color: var(--text-light-primary);
  line-height: 1.1;
  margin-bottom: 4px;
}

.price-term {
  font-size: 11.5px;
  font-weight: 700;
  color: var(--text-light-sub);
}

.pricing-features {
  list-style: none;
  margin-bottom: 24px;
}

.pricing-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  margin-bottom: 10px;
  line-height: 1.4;
  color: var(--text-light-primary);
}

.pricing-features li svg {
  width: 14px;
  height: 14px;
  color: var(--gold);
  flex-shrink: 0;
  margin-top: 2px;
}

.pricing-btn {
  display: block;
  width: 100%;
  padding: 14px;
  border-radius: var(--radius-sm);
  font-size: 14.5px;
  font-weight: 800;
  text-align: center;
  transition: var(--transition-premium);
}

.pricing-btn.outline {
  border: 1px solid var(--border-light);
  color: var(--text-light-primary);
  background: var(--bg-light);
}

.pricing-btn.gold {
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: var(--bg-dark);
  box-shadow: 0 6px 15px rgba(200, 165, 129, 0.15);
}

/* === FAQ Section === */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  background: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: var(--transition-premium);
}

.faq-q {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  text-align: left;
}

.faq-q span {
  font-size: 14.5px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--text-light-primary);
}

.faq-q svg {
  width: 16px;
  height: 16px;
  color: var(--text-light-sub);
  transition: transform 0.3s;
  flex-shrink: 0;
  margin-left: 12px;
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.faq-a-inner {
  padding: 0 20px 18px;
  font-size: 13px;
  line-height: 1.5;
  color: var(--text-light-sub);
}

.faq-item.open {
  border-color: var(--gold);
  box-shadow: 0 10px 30px rgba(200, 165, 129, 0.08);
  background: rgba(200, 165, 129, 0.03);
}

.faq-item.open .faq-q svg {
  transform: rotate(180deg);
  color: var(--gold);
}

/* === CTA Form === */
#cta-section {
  position: relative;
  background-color: var(--bg-dark);
}

.cta-glow-bg {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(200, 165, 129, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.cta-inner {
  position: relative;
  z-index: 2;
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.form-group {
  position: relative;
  width: 100%;
}

.form-group input {
  width: 100%;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--border-dark);
  border-radius: var(--radius-md);
  padding: 18px 20px;
  color: #ffffff;
  font-size: 14.5px;
  font-family: inherit;
  transition: var(--transition-premium);
}

.form-group input::placeholder {
  color: rgba(255, 255, 255, 0.35);
}

.form-group input:focus {
  border-color: var(--gold-light);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 0 25px rgba(200, 165, 129, 0.25);
}

.form-group input.err {
  border-color: #ef4444;
}

.error-text {
  font-size: 11px;
  color: #ef4444;
  font-weight: 700;
  margin-top: 4px;
  display: none;
}

#cta-submit-btn {
  width: 100%;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: var(--bg-dark);
  padding: 18px;
  border-radius: var(--radius-sm);
  font-size: 15px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 10px 25px rgba(200, 165, 129, 0.2);
  transition: var(--transition-premium);
  margin-top: 16px;
}

#cta-submit-btn svg {
  width: 16px;
  height: 16px;
}

#cta-submit-btn:active {
  transform: scale(0.98);
}

#checkbox-legal-wrap {
  text-align: left;
  margin-top: 24px !important;
  margin-bottom: 32px !important; /* Дали отступ снизу чекбокса */
}

.legal-label {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

.policy-text {
  font-size: 10.5px;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.4;
}

.policy-text a {
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.6);
}

#cta-trust-markers {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; /* Защита от переполнения */
  gap: 12px 8px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 40px !important; /* Увеличили отступ от формы */
  border-top: 1px solid rgba(255, 255, 255, 0.05); /* Легкий разделитель для воздуха */
  padding-top: 24px !important;
}

/* === Footer === */
footer {
  background-color: #050505; /* Сделали фон чуть глубже */
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
  overflow: hidden;
  padding: 80px 0 40px !important; /* Увеличили воздух сверху */
}

.footer-glow {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 480px;
  height: 200px;
  background: radial-gradient(ellipse at top, rgba(200, 165, 129, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: center; /* Центрируем бренд на мобильном */
  text-align: center;
  margin-bottom: 40px;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  font-size: 22px;
  letter-spacing: -0.01em;
}

.footer-logo-icon {
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, var(--gold-light), var(--gold), var(--gold-dark));
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #020202;
  box-shadow: 0 0 15px rgba(200, 165, 129, 0.35); /* Золотое свечение как на ПК */
}

.footer-logo-icon svg {
  width: 16px;
  height: 16px;
  stroke-width: 3;
}

.footer-desc {
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.45) !important;
  max-width: 340px;
  margin-top: 12px;
}

.footer-section-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 36px;
}

.footer-col-title {
  font-size: 11px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding-bottom: 10px;
}

.footer-col-title .bullet-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
  display: inline-block;
}

.footer-col-title .bullet-dot.transparent {
  background: rgba(255, 255, 255, 0.15);
}

.footer-info-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer-info-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 13.5px;
  background: none !important; /* Убрали плашку */
  border: none !important; /* Убрали границу */
  padding: 0 !important; /* Убрали паддинги */
  margin-bottom: 0 !important;
}

.fi-label-prefix {
  font-size: 10px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.25); /* Приглушенная метка */
  text-transform: uppercase;
  letter-spacing: 0.05em;
  width: 52px;
  flex-shrink: 0;
  margin-top: 3px;
}

.fi-value-text {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.4;
}

.footer-links-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-links-list li {
  width: 100%;
}

.footer-links-list a {
  display: inline-block;
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.45);
  background: none !important; /* Убрали плашку */
  border: none !important; /* Убрали границу */
  padding: 0 !important; /* Убрали паддинги */
  text-decoration: none;
  transition: var(--transition-premium);
}

.footer-links-list a:active {
  color: var(--gold) !important;
  transform: translateX(4px); /* Легкий сдвиг при таче */
  background: transparent !important;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  flex-direction: row; /* На мобильном в одну строку */
  justify-content: space-between;
  align-items: center;
  padding-top: 24px !important;
  margin-top: 40px !important;
}

.copyright-text {
  font-size: 10px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.15);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.designer-link {
  color: rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: color 0.3s;
}

.designer-link:active {
  color: var(--gold);
}

/* === Success Popup === */
#success-popup {
  position: fixed;
  inset: 0;
  background: rgba(2, 2, 2, 0.9);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

#success-popup.active {
  opacity: 1;
  pointer-events: auto;
}

#success-content {
  background: #ffffff;
  border-radius: var(--radius-lg);
  padding: 36px 24px;
  text-align: center;
  position: relative;
  max-width: 380px;
  width: 100%;
  transform: scale(0.95);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

#success-popup.active #success-content {
  transform: scale(1);
}

#success-close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: var(--text-light-sub);
}

#success-close svg {
  width: 22px;
  height: 22px;
}

.success-icon {
  width: 60px;
  height: 60px;
  background: #10b981;
  color: #ffffff;
  border-radius: 50%;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
}

#success-content h3 {
  font-size: 22px;
  color: var(--text-light-primary);
  margin-bottom: 10px;
}

#success-content p {
  font-size: 13.5px;
  color: var(--text-light-sub);
  margin-bottom: 24px;
}

.btn-success-close {
  width: 100%;
  background: var(--gold);
  color: var(--bg-dark);
  padding: 16px;
  border-radius: var(--radius-sm);
  font-size: 15px;
  font-weight: 800;
}

.reveal-item {
  opacity: 0;
  transform: translateY(20px);
  will-change: transform, opacity;
}

/* === Custom Slanted Section Dividers === */
.section-divider {
  position: absolute;
  left: 0;
  width: 100%;
  height: 28px;
  z-index: 5;
  pointer-events: none;
}

.section-divider.top {
  top: 0;
}

.section-divider.bottom {
  bottom: 0;
  transform: scaleY(-1);
  /* Flip vertically for bottom divider */
}

.section-divider svg {
  display: block;
  width: 100%;
  height: 100%;
}

/* === Interactive Modern Animations === */

/* Scroll progress indicator */
#scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 3px;
  background: linear-gradient(to right, var(--gold-light), var(--gold), var(--gold-dark));
  z-index: 1000;
  transition: width 0.1s ease;
}

/* Hero elements stagger slide-in */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-badge {
  animation: fadeInUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) both;
}

#hero-title {
  animation: fadeInUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.1s both;
}

#hero p {
  animation: fadeInUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.2s both;
}

.hero-actions {
  animation: fadeInUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.3s both;
}

.hero-proof {
  animation: fadeInUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.4s both;
}

/* Gold badge reflective shine animation */
@keyframes shine {
  0% {
    left: -100%;
  }

  100% {
    left: 100%;
  }
}

.word-badge {
  position: relative;
  overflow: hidden;
}

.word-badge::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.3), transparent);
  transform: skewX(-25deg);
  animation: shine 4s infinite ease-in-out;
}

/* Process step dot pulse animation */
@keyframes pulseRing {
  0% {
    transform: scale(0.95);
    opacity: 1;
    box-shadow: 0 0 0 0 rgba(200, 165, 129, 0.5);
  }

  70% {
    transform: scale(1);
    opacity: 0.5;
    box-shadow: 0 0 0 8px rgba(200, 165, 129, 0);
  }

  100% {
    transform: scale(0.95);
    opacity: 1;
    box-shadow: 0 0 0 0 rgba(200, 165, 129, 0);
  }
}

.gs-badge {
  animation: pulseRing 3s infinite ease-in-out;
}

/* Card active feedback & ambient glow */
.problem-card,
.deliv-card {
  position: relative;
  overflow: hidden;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease;
}

.problem-card::before,
.deliv-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(220px circle at var(--mouse-x, 0) var(--mouse-y, 0),
      rgba(200, 165, 129, 0.12),
      transparent 80%);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
  z-index: 1;
}

.problem-card.glow-active::before,
.deliv-card.glow-active::before {
  opacity: 1;
}

.problem-card:active,
.deliv-card:active {
  transform: scale(0.97);
  box-shadow: 0 8px 24px rgba(200, 165, 129, 0.08);
}

/* Garland Line Fill & Step Active States */
.garland-line {
  position: absolute;
  left: 36px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: rgba(200, 165, 129, 0.1) !important;
  overflow: hidden;
}

.garland-line-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: linear-gradient(to bottom, var(--gold-light), var(--gold), var(--gold-dark));
  transition: height 0.15s ease;
}

.garland-step {
  transition: var(--transition-premium);
  opacity: 0.45;
}

.garland-step.active {
  opacity: 1;
}

.garland-step .gs-badge {
  transition: var(--transition-premium);
  background-color: var(--bg-dark);
  border-color: rgba(200, 165, 129, 0.3);
  color: rgba(255, 255, 255, 0.4);
  box-shadow: none;
  animation: none !important;
  /* Turn off default pulse animation */
}

.garland-step.active .gs-badge {
  border-color: var(--gold);
  color: var(--gold);
  box-shadow: 0 0 16px rgba(200, 165, 129, 0.4);
  background-color: #000000;
  animation: pulseRing 3s infinite ease-in-out !important;
}

.garland-step h4 {
  transition: var(--transition-premium);
}

.garland-step.active h4 {
  color: #ffffff;
  text-shadow: 0 0 10px rgba(200, 165, 129, 0.2);
}

/* === Back To Top Button === */
#back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(18, 17, 16, 0.85);
  border: 1px solid rgba(200, 165, 129, 0.3);
  color: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, background 0.3s ease, color 0.3s ease;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

#back-to-top.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

#back-to-top:active {
  transform: scale(0.9);
  background: var(--gold);
  color: var(--bg-dark);
}

#back-to-top svg {
  width: 20px;
  height: 20px;
}

/* === Cookie Banner === */
.cookie-banner-wrap {
  position: fixed;
  left: 20px;
  bottom: 20px;
  max-width: calc(100% - 90px);
  /* Leave room for back-to-top button */
  background: rgba(18, 17, 16, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-md);
  padding: 12px 14px;
  z-index: 98;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
  pointer-events: none;
}

.cookie-banner-wrap.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.cookie-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}

.cookie-content p {
  font-size: 11px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.6);
  text-align: left;
}

.cookie-content p a {
  color: var(--gold);
  text-decoration: underline;
}

#cookie-accept-btn {
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: var(--bg-dark);
  font-size: 11px;
  font-weight: 800;
  padding: 6px 14px;
  border-radius: 8px;
  border: none;
  box-shadow: 0 4px 10px rgba(200, 165, 129, 0.2);
  align-self: flex-start;
  cursor: pointer;
  transition: transform 0.2s ease;
}

#cookie-accept-btn:active {
  transform: scale(0.96);
}

/* === 2026 BUTTON GLOSSY SHINE ANIMATION === */
.btn-hero-primary,
#cta-submit-btn,
.pricing-btn.gold {
  position: relative;
  overflow: hidden;
}

.btn-hero-primary::after,
#cta-submit-btn::after,
.pricing-btn.gold::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.4), transparent);
  transform: skewX(-25deg);
  animation: shineSweep 4.5s infinite ease-in-out;
}

@keyframes shineSweep {
  0% { left: -100%; }
  50% { left: 100%; }
  100% { left: 100%; }
}

/* === FLOATING CALL BUTTON (MOBILE EXCLUSIVE) === */
#floating-call {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px) scale(0.8);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

#floating-call.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.floating-call-btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-light), var(--gold), var(--gold-dark));
  color: #020202;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 32px rgba(200, 165, 129, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.floating-call-btn svg {
  width: 24px;
  height: 24px;
  animation: phoneWiggle 2.5s infinite ease-in-out;
}

@keyframes phoneWiggle {
  0%, 100% { transform: rotate(0); }
  10%, 30% { transform: rotate(-10deg); }
  20%, 40% { transform: rotate(10deg); }
  50% { transform: rotate(0); }
}

.floating-call-btn:active {
  transform: scale(0.9);
  box-shadow: 0 4px 16px rgba(200, 165, 129, 0.3);
}

/* Adjust Back-to-Top to sit above the Call Button */
#back-to-top {
  bottom: 88px !important;
}