@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@600;700&family=Playfair+Display:ital,wght@0,500;0,700;1,500&family=Amiri:ital,wght@0,400;0,700;1,400&display=swap');
/* ==========================================================================
   KOLSASSON — LUXURY DIGITAL INVITATIONS & 3D ENVELOPE EXPERIENCE
   Design System, Cormorant Garamond Serif & 3D Envelope Physics
   ========================================================================== */

:root {
  /* Color Palette (Inspired by Haute Joaillerie & Paris-Israel Luxury) */
  --black: #07090e;
  --black-2: #0d121d;
  --ink: #141c2c;
  --ivory: #f7f4ed;
  --ivory-soft: #d8d3c5;
  --muted: #8e897d;
  --gold: #d4af37;
  --gold-bright: #f3d78d;
  --gold-dark: #916f27;
  --gold-gradient: linear-gradient(135deg, #f7e08b 0%, #d4af37 50%, #997410 100%);
  --gold-glow: rgba(201, 162, 75, 0.28);
  --line: rgba(201, 162, 75, 0.3);
  --border-subtle: rgba(255, 255, 255, 0.08);

  /* Status Colors */
  --success: #10b981;
  --danger: #ef4444;
  --whatsapp: #25d366;
  --facebook: #1877f2;
  --waze: #33ccff;

  /* Typography */
  --font-serif: 'Cormorant Garamond', 'Cinzel', Georgia, serif;
  --font-sans: 'Jost', 'Heebo', -apple-system, sans-serif;

  /* Shadows */
  --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.4);
  --shadow-lg: 0 20px 50px rgba(0, 0, 0, 0.7);
  --shadow-gold: 0 10px 30px rgba(201, 162, 75, 0.25);
}

/* ==========================================================================
   THEME VARIABLES & HIGH-CONTRAST LIGHT/DARK PALETTES
   ========================================================================== */

/* ==========================================================================
   THEME VARIABLES & HIGH-CONTRAST LIGHT/DARK PALETTES
   ========================================================================== */

/* Light Mode Overrides (Warm Parisian Palace & Riviera Ivory) */
html[data-theme-mode="light"],
body[data-theme-mode="light"],
[data-theme-mode="light"] {
  --black: #FAF8F5 !important;
  --black-2: #F3EFEA !important;
  --ink: #FFFFFF !important;
  --ivory: #1A1614 !important;
  --ivory-soft: #44403C !important;
  --muted: #78716C !important;
  --border-subtle: rgba(184, 142, 40, 0.22) !important;
  --line: rgba(184, 142, 40, 0.38) !important;
  --gold: #C5A059 !important;
  --gold-light: #9B7826 !important;
  --gold-bright: #9B7826 !important;
  --gold-gradient: linear-gradient(135deg, #B88E28 0%, #D4AF37 50%, #8A6518 100%) !important;
  --gold-glow: rgba(212, 175, 55, 0.2) !important;
  --shadow-sm: 0 4px 14px rgba(184, 142, 40, 0.08) !important;
  --shadow-lg: 0 20px 50px rgba(184, 142, 40, 0.14) !important;
  --shadow-gold: 0 8px 25px rgba(184, 142, 40, 0.22) !important;
}

html[data-theme-mode="light"],
body[data-theme-mode="light"] {
  background: #FAF8F5 !important;
  background-color: #FAF8F5 !important;
  color: #1A1614 !important;
}

[data-theme-mode="light"] .top-bar {
  background: #F0E9DE;
  border-bottom: 1px solid rgba(184, 142, 40, 0.25);
  color: #292524;
}
[data-theme-mode="light"] .top-badge {
  color: #7A5B12;
}

[data-theme-mode="light"] .control-segment {
  background: rgba(0, 0, 0, 0.05);
  border-color: rgba(184, 142, 40, 0.25);
}
[data-theme-mode="light"] .currency-btn,
[data-theme-mode="light"] .lang-btn {
  color: #57534E;
}
[data-theme-mode="light"] .currency-btn.active,
[data-theme-mode="light"] .lang-btn.active {
  background: #B88E28;
  color: #FFFFFF;
}

[data-theme-mode="light"] .header {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(184, 142, 40, 0.35);
  box-shadow: 0 10px 30px rgba(184, 142, 40, 0.12), 0 0 1px rgba(0, 0, 0, 0.08);
}
[data-theme-mode="light"] .brand-name {
  color: #8A6518;
}
[data-theme-mode="light"] .brand-tagline {
  color: #78716C;
}
[data-theme-mode="light"] .nav-links a {
  color: #44403C;
}
[data-theme-mode="light"] .nav-links a:hover {
  color: #8A6518;
}
[data-theme-mode="light"] .dropdown-menu {
  background: rgba(255, 255, 255, 0.97);
  border-color: rgba(184, 142, 40, 0.3);
  box-shadow: 0 16px 40px rgba(184, 142, 40, 0.18);
}
[data-theme-mode="light"] .dropdown-item:hover {
  background: #FAF6EE;
}
[data-theme-mode="light"] .dropdown-item strong {
  color: #1A1614;
}
[data-theme-mode="light"] .dropdown-item small {
  color: #78716C;
}

[data-theme-mode="light"] .hero-pill {
  background: rgba(212, 175, 55, 0.12);
  border-color: rgba(184, 142, 40, 0.35);
  color: #8A6518;
}
[data-theme-mode="light"] .hero-subtitle {
  color: #44403C;
}
[data-theme-mode="light"] .chip {
  background: #FFFFFF;
  border-color: rgba(184, 142, 40, 0.25);
  color: #292524;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
[data-theme-mode="light"] .btn-outline {
  border-color: rgba(184, 142, 40, 0.45);
  color: #8A6518;
  background: #FFFFFF;
}
[data-theme-mode="light"] .btn-outline:hover {
  background: rgba(212, 175, 55, 0.12);
}

[data-theme-mode="light"] .categories-section {
  scroll-margin-top: 100px;
  background: #F4EFEA;
  border-color: rgba(184, 142, 40, 0.18);
}
[data-theme-mode="light"] .category-card {
  background: #FFFFFF;
  border-color: rgba(184, 142, 40, 0.22);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}
[data-theme-mode="light"] .category-card:hover {
  background: #FFFFFF;
  border-color: #C5A059;
  box-shadow: 0 10px 30px rgba(184, 142, 40, 0.2);
}
[data-theme-mode="light"] .category-card.active {
  background: #FFFDF8;
  border-color: #B88E28;
}
[data-theme-mode="light"] .category-name {
  color: #1A1614;
}
[data-theme-mode="light"] .category-desc {
  color: #57534E;
}

[data-theme-mode="light"] .studio-controls-card {
  background: #FFFFFF;
  border-color: rgba(184, 142, 40, 0.28);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);
}
[data-theme-mode="light"] .controls-header h3 {
  color: #1A1614;
}
[data-theme-mode="light"] .form-label {
  color: #292524;
}
[data-theme-mode="light"] .form-control {
  background: #FDFBF7;
  border-color: rgba(184, 142, 40, 0.3);
  color: #1A1614;
}
[data-theme-mode="light"] .form-control:focus {
  background: #FFFFFF;
  border-color: #B88E28;
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.2);
}
[data-theme-mode="light"] .whatsapp-output-box {
  background: #F3EFEA;
  border-color: rgba(184, 142, 40, 0.3);
}

[data-theme-mode="light"] .pricing-card {
  background: #FFFFFF;
  border-color: rgba(184, 142, 40, 0.24);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}
[data-theme-mode="light"] .pricing-card.featured {
  background: #FFFEFA;
  border-color: #B88E28;
  box-shadow: 0 12px 40px rgba(184, 142, 40, 0.22);
}
[data-theme-mode="light"] .plan-name {
  color: #1A1614;
}
[data-theme-mode="light"] .plan-desc {
  color: #57534E;
}
[data-theme-mode="light"] .plan-features ul li {
  color: #292524;
}
[data-theme-mode="light"] .plan-features ul li.disabled {
  color: #A8A29E;
}

[data-theme-mode="light"] .dashboard-preview-card {
  background: #FFFFFF;
  border-color: rgba(184, 142, 40, 0.28);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);
}
[data-theme-mode="light"] .dash-stat {
  background: #FAF7F2;
  border-color: rgba(184, 142, 40, 0.2);
}
[data-theme-mode="light"] .stat-num {
  color: #1A1614;
}
[data-theme-mode="light"] .stat-label {
  color: #57534E;
}
[data-theme-mode="light"] .dash-table th {
  background: #F3EFEA;
  color: #292524;
  border-color: rgba(184, 142, 40, 0.2);
}
[data-theme-mode="light"] .dash-table td {
  color: #292524;
  border-color: rgba(184, 142, 40, 0.12);
}
[data-theme-mode="light"] .dash-table tr:hover {
  background: #FAF7F2;
}

[data-theme-mode="light"] .testimonial-card {
  background: #FFFFFF;
  border-color: rgba(184, 142, 40, 0.22);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}
[data-theme-mode="light"] .testi-text {
  color: #292524;
}
[data-theme-mode="light"] .testi-author strong {
  color: #1A1614;
}

[data-theme-mode="light"] .modal-window {
  background: #FFFFFF;
  border-color: rgba(184, 142, 40, 0.35);
  color: #1A1614;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.2);
}
[data-theme-mode="light"] .modal-header {
  border-color: rgba(184, 142, 40, 0.2);
}
[data-theme-mode="light"] .modal-header h3 {
  color: #1A1614;
}

[data-theme-mode="light"] .footer {
  background: #ECE5DA;
  border-top: 1px solid rgba(184, 142, 40, 0.25);
  color: #292524;
}
[data-theme-mode="light"] .footer-links h4 {
  color: #1A1614;
}
[data-theme-mode="light"] .footer-links a {
  color: #57534E;
}
[data-theme-mode="light"] .footer-links a:hover {
  color: #8A6518;
}
[data-theme-mode="light"] .footer-bottom {
  border-color: rgba(184, 142, 40, 0.2);
}

/* Reset & Base */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  background-color: var(--black);
  color: var(--ivory);
  font-family: var(--font-sans);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  padding-top: 110px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Dust Canvas */
#dustCanvas {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9999;
  opacity: 0.6;
}

/* ==========================================================================
   FLOATING SOCIAL DOCK (WHATSAPP & FACEBOOK)
   ========================================================================== */

.floating-social-dock {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.float-btn {
  position: relative;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  text-decoration: none;
}

.float-whatsapp {
  background: var(--whatsapp);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
}
.float-whatsapp:hover {
  transform: scale(1.12) translateY(-2px);
  box-shadow: 0 10px 30px rgba(37, 211, 102, 0.6);
}

.float-facebook {
  background: var(--facebook);
  box-shadow: 0 6px 20px rgba(24, 119, 242, 0.4);
}
.float-facebook:hover {
  transform: scale(1.12) translateY(-2px);
  box-shadow: 0 10px 30px rgba(24, 119, 242, 0.6);
}

.float-tooltip {
  position: absolute;
  right: 64px;
  background: rgba(13, 18, 29, 0.95);
  border: 1px solid var(--line);
  color: var(--ivory);
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 6px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transform: translateX(10px);
  transition: all 0.2s ease;
  font-weight: 500;
}

.float-btn:hover .float-tooltip {
  opacity: 1;
  transform: translateX(0);
}

/* Typography Utilities */
.gold-gradient-text {
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 40px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-family: var(--font-sans);
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  border: 1px solid transparent;
}

.btn-gold {
  background: var(--gold-gradient);
  color: #07090e;
  box-shadow: var(--shadow-gold);
  border: none;
}
.btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(201, 162, 75, 0.4);
  filter: brightness(1.08);
}

.btn-outline {
  background: rgba(201, 162, 75, 0.08);
  border-color: var(--line);
  color: var(--gold-bright);
}
.btn-outline:hover {
  background: rgba(201, 162, 75, 0.18);
  border-color: var(--gold);
  transform: translateY(-2px);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.06);
  border-color: var(--border-subtle);
  color: var(--ivory);
}
.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: var(--line);
}

.btn-whatsapp {
  background: #128c7e;
  color: #fff;
  border: none;
}
.btn-whatsapp:hover {
  background: var(--whatsapp);
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.4);
  transform: translateY(-2px);
}

.btn-lg {
  padding: 16px 32px;
  font-size: 14px;
}
.btn-sm {
  padding: 8px 16px;
  font-size: 11px;
}
.btn-block {
  width: 100%;
}

/* ==========================================================================
   TOP ANNOUNCEMENT BAR & SEGMENTED CONTROLS
   ========================================================================== */

.top-bar {
  background: #080b12;
  border-bottom: 1px solid var(--border-subtle);
  padding: 6px 0;
  font-size: 11.5px;
  position: relative;
  z-index: 1001;
}

.top-bar-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-badge {
  color: var(--gold-bright);
  font-weight: 500;
  letter-spacing: 0.04em;
}

.top-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.top-social-link {
  color: var(--muted);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease, transform 0.2s ease;
  text-decoration: none;
}
.top-social-link:hover {
  color: var(--gold-bright);
  transform: scale(1.15);
}

.control-segment {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border-subtle);
  border-radius: 20px;
  padding: 2px;
  gap: 2px;
}

.currency-btn, .lang-btn {
  background: transparent;
  border: none;
  color: var(--muted);
  padding: 3px 9px;
  border-radius: 16px;
  font-size: 11px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}
.currency-btn:hover, .lang-btn:hover {
  color: var(--gold-bright);
}

.currency-btn.active, .lang-btn.active {
  background: var(--gold);
  color: #07090e;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(212, 175, 55, 0.3);
}

.theme-toggle-btn {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--border-subtle);
  color: var(--gold-bright);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.theme-toggle-btn:hover {
  background: rgba(212, 175, 55, 0.2);
  transform: scale(1.12) rotate(180deg);
  border-color: var(--gold);
}

/* ==========================================================================
   REDESIGNED FLOATING JEWEL HEADER & DROPDOWN MEGA-MENU
   ========================================================================== */

.header {
  position: fixed;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 32px);
  max-width: 1240px;
  z-index: 1000;
  background: rgba(13, 18, 29, 0.86);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: 9999px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.6), 0 0 24px rgba(212, 175, 55, 0.15);
  padding: 8px 24px;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}


.header-integrated-controls {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 12px;
}

@media (max-width: 1024px) {
  .header-integrated-controls {
    display: none !important;
  }
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.logo-jewel-frame {
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  padding: 2px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.3) 0%, rgba(7, 9, 14, 0) 70%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 16px rgba(212, 175, 55, 0.35);
  transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.logo-jewel-frame::before {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: 50%;
  border: 1px solid rgba(247, 224, 139, 0.6);
}
.logo-jewel-frame::after {
  content: '';
  position: absolute;
  inset: -5px;
  border-radius: 50%;
  border: 1px dashed rgba(212, 175, 55, 0.4);
  animation: rotateLogoRing 20s linear infinite;
}

@keyframes rotateLogoRing {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.brand-logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.8));
}

.logo-text {
  display: flex;
  flex-direction: column;
}
.brand-name {
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--gold-bright);
  line-height: 1.1;
}
.brand-tagline {
  font-size: 10px;
  color: var(--muted);
  letter-spacing: 0.04em;
  font-weight: 300;
}

/* Nav Links & Dropdown Menu */
.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
}

.nav-links a {
  position: relative;
  color: var(--ivory-soft);
  text-decoration: none;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.03em;
  transition: all 0.25s ease;
  padding: 6px 4px;
}
.nav-links a:hover {
  color: var(--gold-bright);
}

.nav-dropdown {
  position: relative;
}
.nav-dropdown-trigger {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.dropdown-chevron {
  transition: transform 0.25s ease;
}
.nav-dropdown:hover .dropdown-chevron {
  transform: rotate(180deg);
}

.dropdown-menu {
  position: absolute;
  top: calc(100% + 14px);
  left: -20px;
  width: 310px;
  background: rgba(14, 20, 32, 0.96);
  backdrop-filter: blur(24px);
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 18px;
  padding: 10px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.7), 0 0 20px rgba(212, 175, 55, 0.15);
  display: flex;
  flex-direction: column;
  gap: 4px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px) scale(0.97);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
}
.nav-dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.dropdown-item {
  display: flex !important;
  align-items: center;
  gap: 12px;
  padding: 8px 12px !important;
  border-radius: 12px;
  transition: all 0.2s ease !important;
  text-decoration: none;
}
.dropdown-item:hover {
  background: rgba(212, 175, 55, 0.12);
  transform: translateX(4px);
}
.drop-icon {
  font-size: 18px;
  flex-shrink: 0;
}
.dropdown-item strong {
  display: block;
  font-size: 12.5px;
  color: var(--ivory);
  font-weight: 600;
}
.dropdown-item small {
  display: block;
  font-size: 10px;
  color: var(--muted);
  font-weight: 300;
}

.live-dot-green {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 8px #10b981;
  margin-right: 5px;
  animation: pulseGreen 2s infinite;
}
@keyframes pulseGreen {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.3); opacity: 0.7; }
}

.nav-wa-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 20px;
  border-radius: 30px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  background: var(--gold-gradient);
  color: #07090e;
  box-shadow: 0 4px 18px rgba(212, 175, 55, 0.4);
  transition: all 0.25s ease;
}
.nav-wa-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(212, 175, 55, 0.6);
  filter: brightness(1.08);
}

/* Mobile Hamburger Button */
.mobile-menu-burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--border-subtle);
  border-radius: 8px;
  cursor: pointer;
  gap: 4px;
}
.mobile-menu-burger span {
  display: block;
  width: 16px;
  height: 2px;
  background: var(--gold-bright);
  border-radius: 2px;
  transition: all 0.25s ease;
}

/* Mobile Full-Screen Navigation Drawer */
.mobile-nav-drawer {
  position: fixed;
  top: 0;
  right: -100%;
  width: 82%;
  max-width: 340px;
  height: 100vh;
  background: rgba(10, 14, 23, 0.98);
  backdrop-filter: blur(28px);
  border-left: 1px solid rgba(212, 175, 55, 0.35);
  z-index: 2000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px 20px;
  box-shadow: -15px 0 40px rgba(0, 0, 0, 0.8);
  transition: right 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  overflow-y: auto;
}
.mobile-nav-drawer.open {
  right: 0;
}

[data-theme-mode="light"] .mobile-nav-drawer {
  background: rgba(255, 255, 255, 0.98);
  border-left-color: rgba(184, 142, 40, 0.35);
}

.drawer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-subtle);
}
.drawer-close-btn {
  background: none;
  border: none;
  color: var(--muted);
  font-size: 26px;
  cursor: pointer;
  line-height: 1;
}
.drawer-section-title {
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: var(--gold);
  margin: 12px 0 6px;
}
.drawer-links {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.drawer-link {
  color: var(--ivory);
  text-decoration: none;
  font-size: 13px;
  padding: 8px 10px;
  border-radius: 8px;
  transition: background 0.2s ease;
}
.drawer-link:hover {
  background: rgba(212, 175, 55, 0.12);
  color: var(--gold-bright);
}
.drawer-footer {
  padding-top: 16px;
  border-top: 1px solid var(--border-subtle);
}

/* ==========================================================================
   SCROLL REVEAL ANIMATIONS (PHONE & PC)
   ========================================================================== */

.fade-up {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: opacity, transform;
}

.fade-up.in {
  opacity: 1;
  transform: translateY(0);
}

/* ==========================================================================
   HERO SECTION
   ========================================================================== */

.hero {
  position: relative;
  padding: 145px 0 85px;
  overflow: hidden;
}

.hero-bg-overlay {
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 950px;
  height: 550px;
  background: radial-gradient(circle, rgba(201, 162, 75, 0.12) 0%, rgba(7, 9, 14, 0) 70%);
  pointer-events: none;
  z-index: 0;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 50px;
  align-items: center;
}

.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(201, 162, 75, 0.08);
  border: 1px solid var(--line);
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--gold-bright);
  margin-bottom: 20px;
  text-transform: uppercase;
}

.pill-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 8px var(--gold);
}

.hero-title {
  font-family: var(--font-serif);
  font-size: 46px;
  font-weight: 500;
  line-height: 1.15;
  margin-bottom: 20px;
  letter-spacing: 0.01em;
}

.hero-subtitle {
  font-size: 15px;
  color: var(--ivory-soft);
  line-height: 1.7;
  margin-bottom: 28px;
  font-weight: 300;
}

.hero-features-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}

.chip {
  background: var(--black-2);
  border: 1px solid var(--border-subtle);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
  color: var(--ivory);
}

.hero-cta-group {
  display: flex;
  gap: 16px;
  margin-bottom: 30px;
}

.btn-arrow {
  transition: transform 0.2s ease;
}
.btn-gold:hover .btn-arrow {
  transform: translateX(4px);
}

.hero-trust {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  color: var(--muted);
}

.stars {
  color: var(--gold);
  letter-spacing: 2px;
}

/* Hero Phone Mockup */
.hero-preview-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}

.hero-phone-glow {
  position: absolute;
  width: 320px;
  height: 550px;
  background: radial-gradient(circle, rgba(201, 162, 75, 0.25) 0%, transparent 70%);
  filter: blur(40px);
  z-index: 0;
}

.hero-phone {
  width: 290px;
  height: 560px;
  transform: rotate(3deg);
  transition: transform 0.4s ease;
}
.hero-phone:hover {
  transform: rotate(0deg) scale(1.02);
}

/* ==========================================================================
   SMARTPHONE FRAME (COMMON)
   ========================================================================== */

.smartphone-frame, .interactive-smartphone {
  position: relative;
  background: #141720;
  border: 10px solid #202634;
  border-radius: 44px;
  box-shadow: var(--shadow-lg), 0 0 0 2px rgba(201, 162, 75, 0.35);
  overflow: hidden;
  z-index: 1;
}

.phone-notch {
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 18px;
  background: #07090e;
  border-radius: 12px;
  z-index: 50;
}

.phone-camera-lens {
  position: absolute;
  top: 12px;
  left: 42%;
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 50%;
  z-index: 51;
  border: 1px solid #333;
}

.phone-speaker {
  position: absolute;
  top: 13px;
  left: 52%;
  width: 35px;
  height: 4px;
  background: #2b3242;
  border-radius: 2px;
  z-index: 51;
}

.phone-screen, .phone-viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: #080b12;
  scrollbar-width: none;
}
.phone-screen::-webkit-scrollbar, .phone-viewport::-webkit-scrollbar {
  display: none;
}

/* Hero Mini Card Preview */
.inv-card-preview {
  padding: 36px 16px 20px;
  text-align: center;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: radial-gradient(circle at top, #141c2c 0%, #080b12 100%);
  color: #fff;
}

.inv-hebrew-blessing {
  font-family: var(--font-serif);
  font-size: 11px;
  color: var(--gold-bright);
  margin: 6px 0;
  letter-spacing: 0.5px;
}

.inv-event-type {
  font-size: 10px;
  letter-spacing: 2px;
  color: var(--gold);
  font-weight: 600;
}

.inv-couple-names {
  font-family: var(--font-serif);
  font-size: 28px;
  font-weight: 600;
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 8px 0 4px;
}

.inv-parents {
  font-size: 11px;
  color: var(--muted);
  font-style: italic;
}

.inv-date-box {
  margin: 14px auto;
  padding: 10px 16px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(201, 162, 75, 0.05);
  width: 82%;
}

.inv-date-number {
  font-family: var(--font-serif);
  font-size: 32px;
  font-weight: 600;
  color: var(--gold-bright);
  line-height: 1;
}

.inv-date-day, .inv-date-month {
  font-size: 10px;
  letter-spacing: 1px;
  color: var(--muted);
}

.inv-hebrew-date {
  font-size: 11px;
  color: var(--gold);
  margin-top: 4px;
}

.inv-venue {
  font-size: 12px;
  color: var(--ivory-soft);
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.inv-actions-mock {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
}

.mock-btn {
  padding: 8px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
.mock-btn.gold-bg {
  background: var(--gold-gradient);
  color: #000;
}
.mock-btn.waze-bg {
  background: #152538;
  color: #33ccff;
  border: 1px solid rgba(51, 204, 255, 0.3);
}

/* ==========================================================================
   CATEGORIES SECTION
   ========================================================================== */

.categories-section {
  scroll-margin-top: 100px;
  padding: 80px 0;
  background: var(--black-2);
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
}

.section-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 50px;
}

.section-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2.5px;
  color: var(--gold);
  margin-bottom: 10px;
  text-transform: uppercase;
}

.section-title {
  font-family: var(--font-serif);
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 14px;
}

.section-desc {
  font-size: 14px;
  color: var(--muted);
  font-weight: 300;
}

.categories-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 12px;
}

.category-card {
  position: relative;
  background: rgba(18, 24, 38, 0.75);
  border: 1px solid var(--border-subtle);
  border-radius: 14px;
  padding: 18px 12px;
  cursor: pointer;
  transition: all 0.25s ease;
  backdrop-filter: blur(8px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.category-card:hover {
  transform: translateY(-4px);
  border-color: var(--gold);
  background: rgba(26, 35, 54, 0.95);
  box-shadow: 0 10px 25px rgba(212, 175, 55, 0.2);
}

.category-card.active {
  border-color: var(--gold);
  background: rgba(212, 175, 55, 0.12);
  box-shadow: 0 0 20px rgba(212, 175, 55, 0.25);
}

.category-desc { display: none; }


.category-card:hover {
  transform: translateY(-4px);
  border-color: var(--gold);
  background: rgba(26, 35, 54, 0.9);
  box-shadow: var(--shadow-gold);
}

.category-icon-svg {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(212, 175, 55, 0.1);
  border: 1px solid rgba(212, 175, 55, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-bright);
  margin-bottom: 12px;
  transition: all 0.3s ease;
}

.category-card:hover .category-icon-svg,
.category-card.active .category-icon-svg {
  background: var(--gold);
  color: #000;
  box-shadow: 0 0 16px rgba(212, 175, 55, 0.5);
  transform: scale(1.08);
}

.author-avatar-svg {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(212, 175, 55, 0.12);
  border: 1px solid rgba(212, 175, 55, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  flex-shrink: 0;
}

.cross-icon {
  color: rgba(255, 90, 90, 0.7);
  font-weight: 700;
  font-size: 13px;
  margin-right: 4px;
}

.category-name {
  font-size: 16px;
  font-weight: 600;
  color: var(--ivory);
  margin-bottom: 2px;
}

.category-hebrew {
  font-family: var(--font-serif);
  font-size: 13px;
  color: var(--gold-bright);
  margin-bottom: 10px;
}

.category-desc {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.5;
  font-weight: 300;
}

.card-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  background: rgba(201, 162, 75, 0.15);
  border: 1px solid var(--line);
  color: var(--gold-bright);
  font-size: 10px;
  padding: 2px 8px;
  border-radius: 12px;
  font-weight: 500;
}

/* ==========================================================================
   INTERACTIVE STUDIO & 3D ENVELOPE LIVE PREVIEW
   ========================================================================== */

.studio-section {
  scroll-margin-top: 100px;
  padding: 80px 0;
}

.studio-workspace {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 40px;
  align-items: start;
}

.studio-controls-card {
  background: rgba(18, 24, 38, 0.75);
  border: 1px solid var(--border-subtle);
  border-radius: 18px;
  padding: 28px;
  backdrop-filter: blur(10px);
}

.controls-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 22px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--border-subtle);
}

.controls-header h3 {
  font-size: 17px;
  font-weight: 600;
  font-family: var(--font-sans);
}

.form-group {
  margin-bottom: 16px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.form-label {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: var(--ivory-soft);
  margin-bottom: 6px;
}

.form-control {
  width: 100%;
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid var(--border-subtle);
  background: var(--ink);
  color: var(--ivory);
  font-family: var(--font-sans);
  font-size: 13px;
  transition: all 0.2s ease;
}

.form-control:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201, 162, 75, 0.18);
}

.theme-palette-picker {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  padding: 6px 0;
}

.theme-dot {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid rgba(212, 175, 55, 0.4);
  cursor: pointer;
  transition: all 0.25s ease;
  position: relative;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.theme-dot:hover {
  transform: scale(1.18);
  border-color: var(--gold-light);
  box-shadow: 0 0 16px rgba(212, 175, 55, 0.6);
}

.theme-dot.active {
  transform: scale(1.15);
  border-color: #ffffff;
  box-shadow: 0 0 0 3px var(--gold), 0 0 18px rgba(212, 175, 55, 0.8);
}

.theme-dot:hover {
  transform: scale(1.15);
}
.theme-dot.active {
  border-color: #fff;
  box-shadow: 0 0 12px var(--gold);
  transform: scale(1.15);
}

.controls-action-bar {
  display: flex;
  gap: 10px;
  margin-top: 24px;
  flex-wrap: wrap;
}

.whatsapp-output-box {
  margin-top: 20px;
  background: rgba(37, 211, 102, 0.08);
  border: 1px solid rgba(37, 211, 102, 0.3);
  border-radius: 10px;
  padding: 16px;
}

.whatsapp-box-title {
  font-size: 12px;
  font-weight: 600;
  color: var(--whatsapp);
  margin-bottom: 8px;
}

.whatsapp-text {
  font-family: monospace;
  font-size: 11px;
  color: var(--ivory-soft);
  white-space: pre-wrap;
  background: var(--black);
  padding: 10px;
  border-radius: 6px;
  margin-bottom: 10px;
  max-height: 120px;
  overflow-y: auto;
}

/* Studio Phone & 3D Envelope Container */
.studio-preview-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

.preview-device-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: var(--gold-bright);
  font-weight: 500;
  margin-bottom: 12px;
}

.live-pulse {
  width: 8px;
  height: 8px;
  background: #10b981;
  border-radius: 50%;
  box-shadow: 0 0 8px #10b981;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% { transform: scale(0.95); opacity: 0.8; }
  50% { transform: scale(1.2); opacity: 1; }
  100% { transform: scale(0.95); opacity: 0.8; }
}

.interactive-smartphone {
  width: 350px;
  height: 700px;
}

/* ==========================================================================
   3D ENVELOPE OPENING OVERLAY
   ========================================================================== */

.envelope-overlay {
  position: absolute;
  inset: 0;
  z-index: 40;
  background: radial-gradient(circle at 50% 38%, #1c1c24 0%, #07090e 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}

.envelope-overlay.opened {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.env-monogram-badge {
  margin-bottom: 16px;
  width: 70px;
  height: 70px;
}

.mini-monogram-svg circle {
  animation: strokeDraw 1.8s ease forwards;
}

@keyframes strokeDraw {
  from { stroke-dashoffset: 280; }
  to { stroke-dashoffset: 0; }
}

.env-guest-hint {
  font-family: var(--font-serif);
  font-style: italic;
  color: var(--ivory);
  font-size: 1.15rem;
  letter-spacing: 0.03em;
  margin-bottom: 24px;
}

/* 3D Realistic Envelope Container */
.realistic-envelope {
  position: relative;
  width: 250px;
  height: 165px;
  cursor: pointer;
  filter: drop-shadow(0 20px 35px rgba(0, 0, 0, 0.8)) drop-shadow(0 0 1px rgba(201, 162, 75, 0.6));
  transition: transform 0.4s ease;
}

.realistic-envelope:hover {
  transform: scale(1.03);
}

.env-back {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, #33333e, #1f1f26);
  border-radius: 6px;
  border: 1.5px solid rgba(201, 162, 75, 0.5);
}

.env-pocket-left {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 52%;
  height: 100%;
  background: linear-gradient(160deg, #2b2b35, #202028);
  clip-path: polygon(0 0, 0 100%, 100% 100%);
  border-right: 1px solid rgba(201, 162, 75, 0.3);
  z-index: 3;
}

.env-pocket-right {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 52%;
  height: 100%;
  background: linear-gradient(160deg, #282832, #1c1c24);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  border-left: 1px solid rgba(201, 162, 75, 0.3);
  z-index: 3;
}

.env-top-flap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(160deg, #3a3a46, #282832);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transform-origin: top;
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 4;
  border-bottom: 2px solid rgba(201, 162, 75, 0.5);
}

.realistic-envelope.opening .env-top-flap {
  transform: rotateX(180deg);
  z-index: 1;
}

.env-letter-sheet {
  position: absolute;
  left: 6%;
  top: 8%;
  width: 88%;
  height: 84%;
  background: linear-gradient(180deg, #f8f5ee, #ebe4d5);
  border-radius: 4px;
  z-index: 2;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: transform 0.8s cubic-bezier(0.3, 0.9, 0.3, 1) 0.35s;
}

.realistic-envelope.opening .env-letter-sheet {
  transform: translateY(-115%);
}

.letter-monogram {
  font-family: var(--font-serif);
  font-size: 2.2rem;
  font-weight: 600;
  color: #1a1a1e;
  line-height: 1;
}

.letter-std {
  font-size: 0.55rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #787368;
  margin-top: 4px;
}

/* Wax Seal with Metallic Texture */
.env-wax-seal {
  position: absolute;
  left: 50%;
  top: 54%;
  transform: translate(-50%, -50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  z-index: 6;
  background: radial-gradient(circle at 35% 30%, var(--gold-bright), var(--gold) 55%, #8c6a23);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-serif);
  color: #07090e;
  font-size: 1.4rem;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.6), inset 0 2px 4px rgba(255, 255, 255, 0.5);
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.realistic-envelope.opening .env-wax-seal {
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
}

.env-touch-prompt {
  font-size: 0.72rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  margin-top: 24px;
  animation: pulsePrompt 2s ease-in-out infinite;
}

@keyframes pulsePrompt {
  0%, 100% { opacity: 0.4; transform: translateY(0); }
  50% { opacity: 1; transform: translateY(-3px); }
}

/* ==========================================================================
   INSIDE CARD STYLES & AUDIO EQUALIZER & PHOTO BAND
   ========================================================================== */

.invitation-interactive-card {
  position: relative;
  min-height: 100%;
  padding: 34px 18px 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: radial-gradient(circle at top, #162035 0%, #090c14 100%);
  transition: background 0.4s ease;
}

.card-photo-band {
  width: 100%;
  height: 140px;
  border-radius: 10px;
  overflow: hidden;
  margin: 6px 0;
  border: 1px solid var(--line);
}
.card-photo-band img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 1s ease, transform 1s ease;
}
.card-photo-band:hover img {
  transform: scale(1.05);
}

/* Equalizer Button */
.music-equalizer-btn {
  position: absolute;
  top: 20px;
  right: 14px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: rgba(11, 11, 13, 0.65);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5px;
  cursor: pointer;
  z-index: 10;
  transition: transform 0.3s ease, background 0.3s ease;
}

.music-equalizer-btn:hover {
  transform: scale(1.08);
  background: rgba(201, 162, 75, 0.2);
}

.music-equalizer-btn span {
  width: 2.5px;
  height: 8px;
  background: var(--gold);
  border-radius: 2px;
  animation: eqBars 1s ease-in-out infinite;
}

.music-equalizer-btn span:nth-child(2) { animation-delay: 0.2s; }
.music-equalizer-btn span:nth-child(3) { animation-delay: 0.4s; }
.music-equalizer-btn span:nth-child(4) { animation-delay: 0.15s; }

.music-equalizer-btn.paused span {
  animation-play-state: paused;
  height: 3.5px;
}

@keyframes eqBars {
  0%, 100% { height: 4px; }
  50% { height: 14px; }
}

.card-ornament {
  font-size: 16px;
  color: var(--gold);
}

.card-hebrew-header {
  font-family: var(--font-serif);
  font-size: 12px;
  color: var(--gold-bright);
  letter-spacing: 0.5px;
}

.card-badge-event {
  display: inline-block;
  align-self: center;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 2.5px;
  color: var(--gold);
  background: rgba(201, 162, 75, 0.1);
  padding: 3px 12px;
  border-radius: 12px;
  border: 1px solid var(--line);
}

.card-guest-greeting {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 13px;
  color: var(--ivory-soft);
  margin-top: 2px;
}

.card-host-names {
  font-family: var(--font-serif);
  font-size: 32px;
  font-weight: 500;
  line-height: 1.1;
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 2px;
}

.card-parents-text {
  font-size: 11px;
  color: var(--muted);
  font-style: italic;
}

.card-datetime-container {
  background: rgba(201, 162, 75, 0.05);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 10px 14px;
  margin: 2px 0;
}

.card-calendar-date {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cal-number {
  font-family: var(--font-serif);
  font-size: 34px;
  font-weight: 600;
  color: var(--gold-bright);
  line-height: 1;
}

.cal-day, .cal-month {
  font-size: 10px;
  letter-spacing: 1px;
  color: var(--muted);
  font-weight: 500;
}

.cal-hebrew {
  font-size: 11px;
  color: var(--gold);
  margin-top: 2px;
  font-family: var(--font-serif);
}

.cal-time {
  font-size: 10px;
  color: var(--ivory-soft);
  margin-top: 6px;
  padding-top: 6px;
  border-top: 1px dashed rgba(201, 162, 75, 0.2);
}

/* 3D Flip Countdown */
.card-countdown-section {
  scroll-margin-top: 100px;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid var(--border-subtle);
  border-radius: 10px;
  padding: 8px;
}

.countdown-title {
  font-size: 9px;
  letter-spacing: 1px;
  color: var(--gold-bright);
  font-weight: 600;
  margin-bottom: 6px;
}

.count-grid-flip {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.count-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--black-2);
  border: 1px solid var(--line);
  padding: 4px 6px;
  border-radius: 6px;
  min-width: 44px;
}

.count-num {
  font-family: var(--font-serif);
  font-size: 18px;
  font-weight: 600;
  color: var(--gold);
  line-height: 1;
}

.count-num.flip {
  animation: flipNum 0.5s ease;
}

@keyframes flipNum {
  0% { transform: rotateX(-90deg); opacity: 0; }
  100% { transform: rotateX(0); opacity: 1; }
}

.count-lbl {
  font-size: 8px;
  color: var(--muted);
  text-transform: uppercase;
  margin-top: 2px;
}

.count-sep {
  font-family: var(--font-serif);
  color: var(--line);
  font-size: 16px;
}

/* Venue Section */
.card-venue-section {
  scroll-margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 8px;
  padding: 8px 12px;
}

.venue-icon {
  font-size: 16px;
}

.venue-details {
  display: flex;
  flex-direction: column;
  text-align: left;
  font-size: 11px;
}
.venue-details strong {
  color: var(--ivory);
  font-size: 12px;
  font-family: var(--font-serif);
}
.venue-details span {
  color: var(--muted);
}

.card-personal-note {
  font-family: var(--font-serif);
  font-size: 12px;
  font-style: italic;
  color: var(--ivory-soft);
  line-height: 1.4;
  padding: 0 8px;
}

/* Card Action Buttons */
.card-guest-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 4px;
}

.inv-action-btn {
  padding: 10px 14px;
  border-radius: 30px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: none;
  font-family: var(--font-sans);
}

.inv-action-btn.rsvp-action {
  background: var(--gold-gradient);
  color: #000;
  box-shadow: 0 4px 15px rgba(201, 162, 75, 0.3);
}
.inv-action-btn.rsvp-action:hover {
  filter: brightness(1.1);
  transform: translateY(-1px);
}

.inv-action-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.inv-action-btn.waze-action {
  background: #142538;
  color: #33ccff;
  border: 1px solid rgba(51, 204, 255, 0.3);
}
.inv-action-btn.waze-action:hover {
  background: #1d3650;
}

.inv-action-btn.cal-action {
  background: var(--black-2);
  color: var(--ivory-soft);
  border: 1px solid var(--line);
}
.inv-action-btn.cal-action:hover {
  background: #1b2436;
  color: #fff;
}

.card-footer-branding {
  font-size: 9px;
  color: var(--muted);
  letter-spacing: 0.05em;
  margin-top: auto;
}

/* ==========================================================================
   PRICING TABLE SECTION
   ========================================================================== */

.pricing-section {
  scroll-margin-top: 100px;
  padding: 80px 0;
  background: var(--black-2);
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  align-items: stretch;
}

.pricing-card {
  position: relative;
  background: rgba(18, 24, 38, 0.75);
  border: 1px solid var(--border-subtle);
  border-radius: 18px;
  padding: 36px 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  backdrop-filter: blur(10px);
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.pricing-card:hover {
  transform: translateY(-6px);
  border-color: var(--line);
  box-shadow: var(--shadow-lg);
}

.pricing-card.featured {
  border: 2px solid var(--gold);
  background: radial-gradient(circle at top, rgba(201, 162, 75, 0.14) 0%, rgba(18, 24, 38, 0.9) 100%);
  box-shadow: 0 12px 40px rgba(201, 162, 75, 0.28);
  transform: scale(1.03);
}
.pricing-card.featured:hover {
  transform: scale(1.05) translateY(-6px);
}

.featured-ribbon {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 0 auto 12px;
  background: var(--gold-gradient);
  color: #07090e;
  font-size: 11.5px;
  font-weight: 800;
  padding: 6px 18px;
  border-radius: 20px;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);
  white-space: nowrap;
}

.plan-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 500;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.05);
  padding: 4px 12px;
  border-radius: 12px;
  margin-bottom: 12px;
}

.plan-badge.gold-badge {
  color: #000;
  background: var(--gold-gradient);
  font-weight: 700;
}

.plan-badge.royal-badge {
  color: #fff;
  background: linear-gradient(135deg, #3b82f6, #8b5cf6);
  font-weight: 700;
}

.plan-name {
  font-family: var(--font-serif);
  font-size: 28px;
  font-weight: 600;
  color: var(--ivory);
  margin-bottom: 10px;
}

.plan-price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 12px;
}

.currency-sym {
  font-size: 24px;
  font-weight: 600;
  color: var(--gold-bright);
}

.price-val {
  font-family: var(--font-serif);
  font-size: 48px;
  font-weight: 700;
  color: var(--gold-bright);
  line-height: 1;
}

.price-period {
  font-size: 12px;
  color: var(--muted);
}

.plan-desc {
  font-size: 13px;
  color: var(--ivory-soft);
  margin-bottom: 24px;
  line-height: 1.5;
  font-weight: 300;
}

.plan-features {
  margin-bottom: 30px;
}

.plan-features ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.plan-features li {
  font-size: 13px;
  color: var(--ivory-soft);
  line-height: 1.4;
}

.plan-features li.disabled {
  color: #525a6c;
  text-decoration: line-through;
}

/* ==========================================================================
   RSVP DASHBOARD SHOWCASE
   ========================================================================== */

.rsvp-showcase-section {
  scroll-margin-top: 100px;
  padding: 80px 0;
}

.dashboard-preview-card {
  background: rgba(18, 24, 38, 0.75);
  border: 1px solid var(--border-subtle);
  border-radius: 18px;
  padding: 30px;
  backdrop-filter: blur(10px);
}

.dash-stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 28px;
}

.dash-stat {
  background: var(--ink);
  border: 1px solid var(--border-subtle);
  border-radius: 12px;
  padding: 16px;
  text-align: center;
}

.stat-num {
  font-family: var(--font-serif);
  font-size: 34px;
  font-weight: 700;
  color: var(--ivory);
  line-height: 1;
  margin-bottom: 6px;
}
.stat-num.text-success { color: var(--success); }
.stat-num.text-danger { color: var(--danger); }
.stat-num.text-gold { color: var(--gold-bright); }

.stat-label {
  font-size: 12px;
  color: var(--muted);
}

.dash-table-wrapper {
  overflow-x: auto;
}

.dash-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  text-align: left;
}

.dash-table th {
  background: rgba(255, 255, 255, 0.03);
  padding: 12px 16px;
  color: var(--muted);
  font-weight: 500;
  border-bottom: 1px solid var(--border-subtle);
}

.dash-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--border-subtle);
  color: var(--ivory-soft);
}

.badge-status {
  padding: 3px 10px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 600;
}
.badge-status.success {
  background: rgba(16, 185, 129, 0.15);
  color: var(--success);
}
.badge-status.danger {
  background: rgba(239, 68, 68, 0.15);
  color: var(--danger);
}

/* ==========================================================================
   TESTIMONIALS SECTION
   ========================================================================== */

.testimonials-section {
  scroll-margin-top: 100px;
  padding: 80px 0;
  background: var(--black-2);
  border-top: 1px solid var(--border-subtle);
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.google-review-card {
  background: rgba(18, 24, 38, 0.75);
  border: 1px solid var(--border-subtle);
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  backdrop-filter: blur(8px);
}

@media (max-width: 1024px) {
  .categories-grid {
    display: flex !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    gap: 10px !important;
    padding-bottom: 8px !important;
    -webkit-overflow-scrolling: touch;
  }
  .category-card {
    flex: 0 0 140px !important;
    scroll-snap-align: start !important;
  }
  .testimonials-grid {
    display: flex !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    gap: 14px !important;
    padding-bottom: 8px !important;
    -webkit-overflow-scrolling: touch;
  }
  .testimonial-card {
    flex: 0 0 280px !important;
    scroll-snap-align: start !important;
  }
}


.testimonial-card {
  background: rgba(18, 24, 38, 0.75);
  border: 1px solid var(--border-subtle);
  border-radius: 16px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testi-stars {
  color: var(--gold);
  letter-spacing: 2px;
  margin-bottom: 14px;
}

.testi-text {
  font-size: 13px;
  color: var(--ivory-soft);
  line-height: 1.6;
  font-style: italic;
  margin-bottom: 20px;
  font-family: var(--font-serif);
}

.testi-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.author-avatar {
  font-size: 24px;
  width: 42px;
  height: 42px;
  background: var(--ink);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
}

.testi-author strong {
  display: block;
  font-size: 13px;
  color: var(--ivory);
}

.testi-author span {
  font-size: 11px;
  color: var(--muted);
}

/* ==========================================================================
   MODAL DIALOGS
   ========================================================================== */

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(8px);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.modal-window {
  background: var(--black-2);
  border: 1px solid var(--line);
  border-radius: 18px;
  width: 100%;
  max-width: 520px;
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  animation: modalIn 0.25s ease-out;
}

@keyframes modalIn {
  from { opacity: 0; transform: scale(0.92); }
  to { opacity: 1; transform: scale(1); }
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 24px;
  border-bottom: 1px solid var(--border-subtle);
  background: rgba(18, 24, 38, 0.9);
}

.modal-header h3 {
  font-size: 17px;
  font-weight: 600;
  font-family: var(--font-serif);
  color: var(--gold-bright);
}

.modal-close {
  background: transparent;
  border: none;
  color: var(--muted);
  font-size: 24px;
  cursor: pointer;
  line-height: 1;
}
.modal-close:hover {
  color: #fff;
}

.modal-body {
  padding: 24px;
  max-height: 80vh;
  overflow-y: auto;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */

.footer {
  background: #040609;
  border-top: 1px solid var(--border-subtle);
  padding: 60px 0 20px;
}

.footer-content {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 60px;
  margin-bottom: 40px;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.footer-links h4 {
  font-size: 13px;
  color: var(--gold-bright);
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.footer-links a {
  display: block;
  font-size: 13px;
  color: var(--muted);
  text-decoration: none;
  margin-bottom: 8px;
  transition: color 0.2s;
}
.footer-links a:hover {
  color: var(--gold-bright);
}

.footer-bottom {
  padding-top: 20px;
  border-top: 1px solid var(--border-subtle);
}

/* ==========================================================================
   RESPONSIVENESS & MOBILE SMARTPHONE TUNING
   ========================================================================== */

/* Mobile controls hidden on desktop (shown only in mobile media query below) */
.mobile-nav-controls {
  display: none;
}

@media (max-width: 992px) {
  .hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 32px;
  }
  .hero-features-chips, .hero-cta-group, .hero-trust {
    justify-content: center;
  }
  .studio-workspace {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .studio-preview-card {
    order: -1;
  }
  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 440px;
    margin: 0 auto;
  }
  .pricing-card.featured {
    transform: none;
  }
  .dash-stats-row {
    grid-template-columns: 1fr 1fr;
  }
  .footer-content {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

@media (max-width: 1024px) {
  .categories-grid {
    display: flex !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    gap: 10px !important;
    padding-bottom: 8px !important;
    -webkit-overflow-scrolling: touch;
  }
  .category-card {
    flex: 0 0 140px !important;
    scroll-snap-align: start !important;
  }
  .testimonials-grid {
    display: flex !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    gap: 14px !important;
    padding-bottom: 8px !important;
    -webkit-overflow-scrolling: touch;
  }
  .testimonial-card {
    flex: 0 0 280px !important;
    scroll-snap-align: start !important;
  }
}

@media (max-width: 768px) {
  html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
  }

  html, body {
    max-width: 100vw;
    overflow-x: hidden;
  }

  body {
    padding-top: 56px;
  }

  .container {
    padding: 0 12px;
  }

  /* 1. HIDE TOP BAR ON SMARTPHONES FOR PURE LUXURY & ZERO CLUTTER */
  .top-bar {
    display: none !important;
  }

  /* 2. ULTRA-COMPACT FLOATING PILL HEADER (42px) */
  .header {
    position: fixed;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 12px);
    max-width: 440px;
    height: 42px;
    padding: 4px 10px;
    border-radius: 9999px;
    background: rgba(13, 18, 29, 0.92);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(212, 175, 55, 0.35);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.6), 0 0 14px rgba(212, 175, 55, 0.15);
    display: flex;
    align-items: center;
    z-index: 1000;
  }

  
.header-integrated-controls {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 12px;
}

@media (max-width: 1024px) {
  .header-integrated-controls {
    display: none !important;
  }
}

.nav-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 6px;
  }

  .logo {
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    flex-shrink: 0;
  }

  .logo-jewel-frame {
    width: 24px;
    height: 24px;
    padding: 1px;
    box-shadow: 0 0 6px rgba(212, 175, 55, 0.4);
  }

  .brand-name {
    font-size: 13.5px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.03em;
  }

  .brand-tagline {
    display: none;
  }

  .nav-links {
    display: none;
  }

  /* 3. SLEEK CENTER EMBEDDED CONTROLS (CURRENCY / LANG / THEME) */
  .mobile-nav-controls {
    display: flex;
    align-items: center;
    gap: 3px;
    flex-shrink: 0;
  }

  .mobile-curr-group, .mobile-lang-group {
    display: flex;
    gap: 1px;
    background: rgba(255, 255, 255, 0.06);
    padding: 2px 3px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.08);
  }

  .mobile-nav-controls .currency-btn,
  .mobile-nav-controls .lang-btn {
    padding: 1px 4px;
    font-size: 9px;
    font-weight: 500;
    border: none;
    background: transparent;
    color: var(--muted);
    border-radius: 3px;
    min-width: 16px;
    text-align: center;
    line-height: 1.1;
    cursor: pointer;
  }

  .mobile-nav-controls .currency-btn.active,
  .mobile-nav-controls .lang-btn.active {
    background: var(--gold);
    color: #000;
    font-weight: 700;
  }

  .mobile-theme-btn {
    width: 22px;
    height: 22px;
    font-size: 10px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(212, 175, 55, 0.25);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  /* 4. COMPACT MOBILE MENU BURGER & WHATSAPP */
  .mobile-menu-burger {
    display: flex;
    width: 24px;
    height: 24px;
    padding: 3px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 6px;
    cursor: pointer;
    flex-shrink: 0;
  }
  .mobile-menu-burger span {
    width: 14px;
    height: 1.5px;
  }

  .nav-cta {
    display: none;
  }

  /* 5. HERO SECTION: CRISP, REFINED TYPOGRAPHY */
  .hero {
    padding: 115px 0 40px;
  }
  .hero-pill {
    font-size: 9.5px;
    padding: 3px 10px;
    margin-bottom: 10px;
    border-radius: 12px;
  }
  .hero-title {
    font-size: 21px;
    line-height: 1.25;
    margin-bottom: 8px;
    letter-spacing: -0.01em;
  }
  .hero-subtitle {
    font-size: 12px;
    line-height: 1.45;
    margin-bottom: 14px;
    color: var(--ivory-soft);
  }
  .hero-features-chips {
    gap: 4px;
    margin-bottom: 14px;
  }
  .hero-features-chips .chip {
    font-size: 9.5px;
    padding: 3px 8px;
    border-radius: 10px;
  }
  .hero-cta-group {
    flex-direction: column;
    gap: 8px;
    width: 100%;
    margin-bottom: 14px;
  }
  .btn {
    padding: 10px 16px;
    font-size: 11.5px;
    border-radius: 20px;
  }
  .btn-lg {
    padding: 11px 18px;
    font-size: 12px;
  }
  .hero-trust {
    font-size: 10.5px;
    gap: 6px;
  }
  .stars {
    font-size: 11px;
  }

  /* 6. SMARTPHONE 3D PREVIEWS */
  .hero-preview-wrapper {
    width: 100%;
    overflow: hidden;
  }
  .hero-phone, .interactive-smartphone {
    width: 100%;
    max-width: 240px;
    height: 440px;
    transform: none;
    margin: 0 auto;
    border-width: 6px;
    border-radius: 30px;
  }
  .inv-card-preview {
    padding: 20px 10px 14px;
  }
  .inv-couple-names {
    font-size: 20px;
    margin: 3px 0;
  }
  .inv-date-box {
    margin: 8px auto;
    padding: 6px 10px;
    width: 90%;
  }
  .inv-date-number {
    font-size: 24px;
  }
  .inv-date-day, .inv-date-month {
    font-size: 8.5px;
  }
  .inv-actions-mock {
    margin-top: 8px;
    gap: 5px;
  }
  .mock-btn {
    padding: 5px;
    font-size: 9.5px;
  }

  /* 7. CATEGORIES: 2-COLUMNS COMPACT GRID */
  .categories-section {
  scroll-margin-top: 100px;
    padding: 28px 0;
  }
  .section-header {
    margin-bottom: 18px;
  }
  .section-tag {
    font-size: 9px;
    letter-spacing: 1px;
    margin-bottom: 4px;
  }
  .section-title {
    font-size: 20px;
    line-height: 1.25;
    margin-bottom: 6px;
  }
  .section-desc {
    font-size: 11.5px;
    line-height: 1.4;
  }
  .categories-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .category-icon-svg {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    margin-bottom: 6px;
  }
  .category-icon-svg svg {
    width: 18px;
    height: 18px;
  }
  .category-name {
    font-size: 12px;
    margin-bottom: 1px;
  }
  .category-hebrew {
    font-size: 10px;
    margin-bottom: 4px;
  }
  .category-desc {
    font-size: 9.5px;
    line-height: 1.3;
  }
  .card-badge {
    top: 6px;
    right: 6px;
    font-size: 7.5px;
    padding: 1px 4px;
    border-radius: 6px;
  }

  /* 8. STUDIO LIVE */
  .studio-section {
  scroll-margin-top: 100px;
    padding: 28px 0;
  }
  .studio-controls-card {
    padding: 14px 10px;
    border-radius: 12px;
  }
  .studio-preview-card {
    padding: 8px;
    width: 100%;
  }
  .form-label {
    font-size: 10.5px;
    margin-bottom: 3px;
  }
  .form-control, .form-select {
    font-size: 11px;
    padding: 6px 8px;
    border-radius: 6px;
  }
  .color-swatches {
    gap: 6px;
  }
  .color-swatch {
    width: 24px;
    height: 24px;
  }
  .music-pill {
    font-size: 9.5px;
    padding: 4px 8px;
  }

  /* 9. PRICING SECTION */
  .pricing-section {
  scroll-margin-top: 100px;
    padding: 28px 0;
  }
  .pricing-grid {
    gap: 12px;
    max-width: 100%;
  }
  .pricing-card {
    padding: 16px 12px;
    border-radius: 14px;
  }
  .plan-badge {
    font-size: 8.5px;
    padding: 2px 6px;
  }
  .plan-name {
    font-size: 17px;
  }
  .plan-price {
    margin: 6px 0;
  }
  .plan-price .currency-sym {
    font-size: 16px;
  }
  .plan-price .price-val {
    font-size: 26px;
  }
  .plan-desc {
    font-size: 10.5px;
  }
  .plan-features ul li {
    font-size: 10.5px;
    padding: 4px 0;
    line-height: 1.4;
  }

  /* 10. RSVP DEMO & TESTIMONIALS */
  .rsvp-demo-section {
  scroll-margin-top: 100px;
    padding: 28px 0;
  }
  .dash-card {
    padding: 14px 10px;
    border-radius: 12px;
  }
  .dash-stats-row {
    gap: 6px;
  }
  .dash-stat-box {
    padding: 8px 4px;
  }
  .stat-num {
    font-size: 18px;
  }
  .stat-lbl {
    font-size: 9.5px;
  }
  .rsvp-table th, .rsvp-table td {
    padding: 5px 3px;
    font-size: 9.5px;
  }

  .testimonials-section {
  scroll-margin-top: 100px;
    padding: 28px 0;
  }
  .testimonial-card {
    padding: 14px 10px;
    border-radius: 12px;
  }
  .t-quote {
    font-size: 11px;
    line-height: 1.4;
  }
  .t-author strong {
    font-size: 11.5px;
  }
  .t-author span {
    font-size: 9.5px;
  }

  .footer {
    padding: 28px 0 16px;
  }
  .footer-content {
    gap: 16px;
  }
  .footer-links {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .floating-social-dock {
    bottom: 10px;
    right: 10px;
    gap: 6px;
  }
  .float-btn {
    width: 38px;
    height: 38px;
  }
  /* iOS Vaul-Style Bottom Sheet Modal */
  .modal-window {
    border-radius: 20px 20px 0 0 !important;
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 24px 16px 20px !important;
    max-height: 88vh !important;
    overflow-y: auto !important;
    animation: slideUpModal 0.3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  }
  .modal-window::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 44px;
    height: 4px;
    background: rgba(212, 175, 55, 0.45);
    border-radius: 2px;
  }
}

@keyframes slideUpModal {
  from { transform: translateY(100%); }
  to { transform: translateY(0); }
}

/* ==========================================================================
   FONT PICKER FOR INVITATION CARD
   ========================================================================== */



.font-picker-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 4px;
}

.font-pick-btn {
  padding: 8px 16px;
  border: 1.5px solid var(--border-subtle);
  background: var(--black-2);
  color: var(--ivory);
  border-radius: 10px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
  flex: 1;
  min-width: 72px;
  text-align: center;
}
.font-pick-btn:hover {
  border-color: var(--gold);
  color: var(--gold-bright);
  background: rgba(212, 175, 55, 0.08);
}
.font-pick-btn.active {
  border-color: var(--gold);
  background: rgba(212, 175, 55, 0.15);
  color: var(--gold-bright);
  box-shadow: 0 2px 10px rgba(212, 175, 55, 0.25);
}

/* Font classes for invitation card */
.inv-font-script .card-host-names,
.inv-font-script .card-guest-greeting {
  font-family: 'Dancing Script', cursive !important;
  font-size: 1.35em !important;
  letter-spacing: 0.02em !important;
}
.inv-font-serif .card-host-names,
.inv-font-serif .card-guest-greeting {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-style: italic;
}
.inv-font-arabic .card-host-names,
.inv-font-arabic .card-guest-greeting {
  font-family: 'Amiri', serif !important;
  font-size: 1.2em !important;
  letter-spacing: 0.04em !important;
}
.inv-font-modern .card-host-names,
.inv-font-modern .card-guest-greeting {
  font-family: 'Inter', sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: -0.01em !important;
}

/* ==========================================================================
   CONSOLE ADMIN PRESTIGE — ALL TOOL STYLES
   ========================================================================== */

.admin-console-section {
  scroll-margin-top: 100px;
  padding: 80px 0;
  background: var(--black);
  position: relative;
}

/* Admin Module Tabs */
.admin-tabs {
  display: flex;
  gap: 8px;
  margin: 28px 0 24px;
  flex-wrap: wrap;
}

.admin-tab {
  padding: 10px 22px;
  border-radius: 24px;
  border: 1.5px solid var(--border-subtle);
  background: var(--black-2);
  color: var(--ivory-soft);
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.25s ease;
}
.admin-tab:hover {
  border-color: var(--gold);
  color: var(--gold-bright);
}
.admin-tab.active {
  background: var(--gold-gradient);
  border-color: transparent;
  color: #07090e;
  font-weight: 700;
  box-shadow: 0 4px 16px rgba(212, 175, 55, 0.3);
}

/* Admin Tools Grid */
.admin-tools-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 16px;
}

.admin-tool-card {
  background: var(--black-2);
  border: 1px solid var(--border-subtle);
  border-radius: 16px;
  padding: 18px 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: flex-start;
  transition: all 0.25s ease;
}
.admin-tool-card:hover {
  border-color: rgba(212, 175, 55, 0.4);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
  transform: translateY(-2px);
}

.full-width-tool {
  grid-column: 1 / -1;
}

.tool-icon {
  font-size: 26px;
  flex-shrink: 0;
  line-height: 1;
  padding-top: 2px;
}
.tool-info {
  flex: 1;
  min-width: 160px;
}
.tool-info h4 {
  font-size: 14px;
  font-weight: 600;
  color: var(--ivory);
  margin-bottom: 4px;
}
.tool-info p {
  font-size: 11.5px;
  color: var(--muted);
  line-height: 1.4;
}
.tool-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

[data-theme-mode="light"] .admin-tool-card {
  background: #FFFFFF;
  border-color: rgba(184, 142, 40, 0.2);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
}
[data-theme-mode="light"] .tool-info h4 { color: #1A1614; }
[data-theme-mode="light"] .admin-tab {
  background: #F3EFEA;
  color: #44403C;
}

/* Link Preview */
.tool-link-preview {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.tool-link-preview code {
  font-size: 11px;
  color: var(--gold-bright);
  background: rgba(212, 175, 55, 0.08);
  padding: 4px 10px;
  border-radius: 6px;
  border: 1px solid var(--border-subtle);
  word-break: break-all;
}

/* Admin Countdown */
.admin-countdown {
  display: flex;
  gap: 8px;
  align-items: center;
}
.adm-cd-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(212, 175, 55, 0.08);
  border: 1px solid var(--border-subtle);
  border-radius: 8px;
  padding: 6px 10px;
  min-width: 44px;
}
.adm-cd-box span {
  font-size: 18px;
  font-weight: 700;
  color: var(--gold-bright);
  font-family: var(--font-mono, monospace);
  line-height: 1;
}
.adm-cd-box small {
  font-size: 9px;
  color: var(--muted);
  margin-top: 2px;
}

/* WhatsApp Generator */
.wa-generator-row {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.wa-preview-box {
  margin-top: 12px;
  background: rgba(37, 211, 102, 0.06);
  border: 1px solid rgba(37, 211, 102, 0.3);
  border-radius: 12px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.wa-preview-box pre {
  white-space: pre-wrap;
  font-size: 12px;
  color: var(--ivory);
  line-height: 1.5;
}

/* Video Preview */
.video-preview-box {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
.video-placeholder {
  background: linear-gradient(135deg, #0a0f1d, #1a2540);
  border: 1px solid var(--border-subtle);
  border-radius: 12px;
  padding: 30px 20px;
  text-align: center;
  aspect-ratio: 9/5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.video-play-icon {
  font-size: 36px;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.video-play-icon:hover { transform: scale(1.15); }
.video-label { font-size: 12px; color: var(--ivory-soft); }
.video-badge {
  font-size: 10px;
  background: rgba(212, 175, 55, 0.15);
  color: var(--gold-bright);
  padding: 2px 8px;
  border-radius: 10px;
}

/* Music Admin Player */
.music-admin-player {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.music-admin-btn {
  padding: 8px 18px;
  background: var(--gold-gradient);
  color: #07090e;
  border: none;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}
.music-admin-btn:hover {
  filter: brightness(1.1);
  transform: scale(1.03);
}
.equalizer-bars {
  display: flex;
  gap: 3px;
  align-items: flex-end;
  height: 22px;
}
.equalizer-bars span {
  width: 4px;
  background: var(--gold);
  border-radius: 2px;
  height: 8px;
  transition: height 0.2s ease;
}
.equalizer-bars.playing span:nth-child(1) { animation: eq 0.6s infinite alternate; }
.equalizer-bars.playing span:nth-child(2) { animation: eq 0.4s 0.1s infinite alternate; }
.equalizer-bars.playing span:nth-child(3) { animation: eq 0.7s 0.05s infinite alternate; }
.equalizer-bars.playing span:nth-child(4) { animation: eq 0.5s 0.15s infinite alternate; }
.equalizer-bars.playing span:nth-child(5) { animation: eq 0.8s 0.08s infinite alternate; }
@keyframes eq {
  from { height: 4px; }
  to { height: 20px; }
}

/* Photo B&W Effect Demo */
.photo-effect-demo {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.photo-demo-split {
  position: relative;
  width: 100%;
  height: 80px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--border-subtle);
  display: flex;
}
.photo-bw-side {
  flex: 1;
  background: linear-gradient(135deg, #1a1a1a, #4a4a4a);
  color: #aaa;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
}
.photo-color-side {
  flex: 1;
  background: linear-gradient(135deg, #d4af37, #c0392b);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
}
.photo-slider-bar {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background: #fff;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
}
.photo-slider-input {
  width: 100%;
  accent-color: var(--gold);
}

/* Reminder Cards */
.reminder-preview-box {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.reminder-card {
  background: rgba(37, 211, 102, 0.06);
  border: 1px solid rgba(37, 211, 102, 0.25);
  border-radius: 12px;
  padding: 12px 14px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.reminder-badge {
  font-size: 11px;
  font-weight: 800;
  padding: 3px 10px;
  border-radius: 20px;
  white-space: nowrap;
  flex-shrink: 0;
}
.reminder-j7 { background: rgba(212, 175, 55, 0.2); color: var(--gold-bright); }
.reminder-j1 { background: rgba(37, 211, 102, 0.2); color: #10b981; }
.reminder-msg {
  font-size: 12px;
  color: var(--ivory-soft);
  line-height: 1.5;
  flex: 1;
}
.reminder-status {
  font-size: 10px;
  color: var(--muted);
  margin-top: 4px;
}

/* Plan de Table */
.table-plan-grid {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.event-table {
  background: var(--black);
  border: 1.5px dashed var(--border-subtle);
  border-radius: 14px;
  padding: 12px;
  min-width: 160px;
  flex: 1;
  transition: border-color 0.2s ease;
}
.event-table.drag-over {
  border-color: var(--gold);
  background: rgba(212, 175, 55, 0.06);
}
.table-label {
  font-size: 11px;
  font-weight: 700;
  color: var(--gold-bright);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
}
.table-seats {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.table-seat {
  font-size: 11.5px;
  padding: 5px 10px;
  border-radius: 7px;
  cursor: grab;
}
.table-seat.occupied {
  background: rgba(212, 175, 55, 0.12);
  border: 1px solid rgba(212, 175, 55, 0.3);
  color: var(--ivory);
}
.table-seat.empty {
  background: rgba(255, 255, 255, 0.03);
  border: 1px dashed var(--border-subtle);
  color: var(--muted);
  cursor: default;
}

/* QR Code Panel */
.qr-generator-panel {
  width: 100%;
}
.qr-display-box {
  margin-top: 12px;
  background: #fff;
  border-radius: 12px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.qr-grid {
  width: 80px;
  height: 80px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: repeat(7, 1fr);
  gap: 1px;
  background: #fff;
  padding: 4px;
  border: 2px solid #000;
  border-radius: 6px;
}
.qr-grid-cell {
  background: #000;
  border-radius: 1px;
}
.qr-grid-cell.white { background: #fff; }
.qr-guest-label {
  font-size: 11px;
  font-weight: 700;
  color: #000;
  text-align: center;
}

/* Livre d'Or */
.livre-or-feed {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 180px;
  overflow-y: auto;
}
.livre-message {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  animation: fadeIn 0.4s ease;
}
.lm-avatar {
  font-size: 22px;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  background: rgba(212, 175, 55, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lm-content strong {
  display: block;
  font-size: 12px;
  color: var(--ivory);
  font-weight: 600;
}
.lm-content p {
  font-size: 12px;
  color: var(--ivory-soft);
  line-height: 1.4;
  margin: 2px 0;
}
.lm-content small { font-size: 10px; color: var(--muted); }

/* Print Preview */
.print-preview-strip {
  display: flex;
  gap: 10px;
  align-items: center;
}
.print-prev-thumb {
  width: 50px;
  height: 70px;
  background: linear-gradient(135deg, var(--black-2), rgba(212, 175, 55, 0.08));
  border: 1px solid var(--border-subtle);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: var(--ivory-soft);
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}
.print-prev-thumb:hover {
  border-color: var(--gold);
  transform: scale(1.05);
}
.print-prev-thumb small { font-size: 9px; color: var(--muted); margin-top: 2px; }

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Admin Console Mobile */
@media (max-width: 768px) {
  .admin-tools-grid {
    grid-template-columns: 1fr;
  }
  .full-width-tool {
    grid-column: 1;
  }
  .admin-tabs {
    gap: 6px;
  }
  .admin-tab {
    padding: 8px 14px;
    font-size: 12px;
  }
  .table-plan-grid {
    flex-direction: column;
  }
}

/* ==========================================================================
   10/10 UPGRADE: LUXURY TOAST NOTIFICATIONS & RTL ENGINE
   ========================================================================== */

/* Toast Container */
.toast-container {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 380px;
  width: calc(100% - 48px);
  pointer-events: none;
}

[dir="rtl"] .toast-container {
  right: auto;
  left: 24px;
}

.toast-item {
  pointer-events: auto;
  background: rgba(16, 21, 36, 0.95);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--gold);
  border-radius: 14px;
  padding: 14px 18px;
  color: var(--ivory);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5), 0 0 20px rgba(212, 175, 55, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  position: relative;
  overflow: hidden;
  animation: toastSlideIn 0.35s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

[data-theme-mode="light"] .toast-item {
  background: rgba(255, 255, 255, 0.96);
  color: #1a1614;
  border-color: #d4af37;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12), 0 0 20px rgba(212, 175, 55, 0.15);
}

.toast-item.toast-success {
  border-color: #10b981;
}
.toast-item.toast-whatsapp {
  border-color: #25d366;
}

.toast-content {
  font-size: 13px;
  line-height: 1.4;
  font-weight: 500;
  flex: 1;
}

.toast-close {
  background: none;
  border: none;
  color: var(--muted);
  font-size: 18px;
  cursor: pointer;
  padding: 0 4px;
  line-height: 1;
  transition: color 0.2s ease;
}
.toast-close:hover {
  color: var(--gold-bright);
}

.toast-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2.5px;
  background: var(--gold-gradient);
  width: 100%;
  animation: toastProgress linear forwards;
}

@keyframes toastSlideIn {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.toast-hiding {
  animation: toastSlideOut 0.35s ease forwards !important;
}

@keyframes toastSlideOut {
  to {
    opacity: 0;
    transform: translateY(15px) scale(0.95);
  }
}

@keyframes toastProgress {
  from { width: 100%; }
  to { width: 0%; }
}

/* ==========================================================================
   RTL HEBREW ENGINE
   ========================================================================== */

[dir="rtl"] {
  direction: rtl;
  text-align: right;
}

[dir="rtl"] .top-bar-content {
  flex-direction: row-reverse;
}

[dir="rtl"] 
.header-integrated-controls {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 12px;
}

@media (max-width: 1024px) {
  .header-integrated-controls {
    display: none !important;
  }
}

.nav-container {
  flex-direction: row-reverse;
}

[dir="rtl"] .nav-links {
  margin-right: auto;
  margin-left: 0;
}

[dir="rtl"] .dropdown-menu {
  left: auto;
  right: 0;
  text-align: right;
}

[dir="rtl"] .dropdown-item {
  flex-direction: row-reverse;
  justify-content: flex-end;
}

[dir="rtl"] .mobile-nav-drawer {
  left: auto;
  right: 0;
  transform: translateX(100%);
  text-align: right;
}

[dir="rtl"] .mobile-nav-drawer.open {
  transform: translateX(0);
}

[dir="rtl"] .card-countdown-section .count-grid-flip {
  direction: ltr; /* Countdown digits stay standard LTR */
}

[dir="rtl"] .dash-table th,
[dir="rtl"] .dash-table td {
  text-align: right;
}

[dir="rtl"] .tool-actions,
[dir="rtl"] .wa-generator-row,
[dir="rtl"] .admin-tabs {
  direction: rtl;
}

/* ==========================================================================
   TAP TARGETS & 100DVH iOS COMPLIANCE
   ========================================================================== */

.theme-dot,
.font-pick-btn,
.currency-btn,
.lang-btn,
.admin-tab,
.inv-action-btn,
.btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.mobile-nav-drawer {
  height: 100dvh;
}

@media (max-width: 768px) {
  .hero {
    min-height: calc(100dvh - 70px);
  }
}


/* ==========================================================================
   CONSOLE ADMIN PRESTIGE — ENHANCED LUXURY GRID & CARDS
   ========================================================================== */

.admin-console-section {
  scroll-margin-top: 100px;
  padding: 80px 0;
  background: var(--black-1, #0a0d14);
  position: relative;
  border-top: 1px solid var(--border-subtle, rgba(212, 175, 55, 0.15));
}

.admin-console-section .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.admin-tabs {
  display: flex !important;
  gap: 12px;
  margin: 32px 0 28px;
  flex-wrap: wrap;
  justify-content: center;
}

.admin-tab {
  padding: 12px 26px;
  border-radius: 30px;
  border: 1.5px solid var(--border-subtle, rgba(212, 175, 55, 0.2));
  background: var(--black-2, #101524);
  color: var(--ivory-soft, #e2ded8);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.admin-tab:hover {
  border-color: var(--gold, #d4af37);
  color: var(--gold-bright, #f7e08b);
  transform: translateY(-2px);
}
.admin-tab.active {
  background: var(--gold-gradient, linear-gradient(135deg, #d4af37, #f7e08b));
  border-color: transparent;
  color: #07090e;
  font-weight: 700;
  box-shadow: 0 6px 20px rgba(212, 175, 55, 0.35);
}

.admin-panel {
  width: 100%;
}

.admin-tools-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)) !important;
  gap: 20px !important;
  width: 100%;
  box-sizing: border-box;
}

.admin-tool-card {
  background: var(--black-2, #101524) !important;
  border: 1px solid var(--border-subtle, rgba(212, 175, 55, 0.2)) !important;
  border-radius: 18px !important;
  padding: 22px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3) !important;
  box-sizing: border-box;
}
.admin-tool-card:hover {
  border-color: rgba(212, 175, 55, 0.5) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5), 0 0 15px rgba(212, 175, 55, 0.15) !important;
  transform: translateY(-3px) !important;
}

.full-width-tool {
  grid-column: 1 / -1 !important;
}

.admin-tool-card .tool-icon {
  font-size: 32px;
  line-height: 1;
}
.admin-tool-card .tool-info h4 {
  font-size: 16px;
  font-weight: 700;
  color: var(--ivory, #fff);
  margin-bottom: 6px;
}
.admin-tool-card .tool-info p {
  font-size: 13px;
  color: var(--muted, #8b92a5);
  line-height: 1.5;
}
.admin-tool-card .tool-actions {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

[data-theme-mode="light"] .admin-console-section {
  scroll-margin-top: 100px;
  background: #f7f4ef;
  border-top-color: rgba(184, 142, 40, 0.2);
}
[data-theme-mode="light"] .admin-tool-card {
  background: #ffffff !important;
  border-color: rgba(184, 142, 40, 0.25) !important;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06) !important;
}
[data-theme-mode="light"] .admin-tool-card .tool-info h4 {
  color: #1a1614 !important;
}
[data-theme-mode="light"] .admin-tab {
  background: #ede8e0;
  color: #44403c;
  border-color: rgba(184, 142, 40, 0.3);
}

@media (max-width: 768px) {
  .admin-tools-grid {
    grid-template-columns: 1fr !important;
  }
}


/* ==========================================================================
   KOL SASSON — ULTRA-LUXURY HAUTE COUTURE UI/UX ENHANCEMENTS (OPUS 5)
   ========================================================================== */

/* ── 1. METALLIC GOLD SHIMMER & LUMINOUS AURA ────────────────────────────── */
.btn-gold, .btn-whatsapp, .plan-badge, .card-badge, .ribbon-badge {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.btn-gold::after, .btn-whatsapp::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -75%;
  width: 50%;
  height: 200%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.45) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: rotate(25deg);
  pointer-events: none;
  animation: goldSheenRay 5s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  z-index: 2;
}

@keyframes goldSheenRay {
  0% { left: -80%; opacity: 0; }
  10% { opacity: 1; }
  30% { left: 140%; opacity: 0; }
  100% { left: 140%; opacity: 0; }
}

/* Ambient Cursor Glow (Desktop Only) */
.ambient-cursor-glow {
  position: fixed;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.08) 0%, rgba(247, 224, 139, 0.02) 45%, transparent 70%);
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  transition: opacity 0.4s ease, transform 0.15s ease-out;
  mix-blend-mode: screen;
}

/* ── 2. MOBILE TACTILE RIPPLE & FLUID CLAMP TYPOGRAPHY ──────────────────── */
:root {
  --fluid-h1: clamp(2rem, 5.5vw + 1rem, 3.8rem);
  --fluid-h2: clamp(1.6rem, 4vw + 0.8rem, 2.8rem);
  --fluid-body: clamp(0.95rem, 1vw + 0.5rem, 1.05rem);
}

.hero-title { font-size: var(--fluid-h1) !important; }
.section-title { font-size: var(--fluid-h2) !important; }

/* Interactive Ripple on Touch & Click */
.ripple-surface {
  position: relative;
  overflow: hidden;
}

.touch-ripple {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.6) 0%, rgba(212, 175, 55, 0.3) 60%, transparent 80%);
  transform: scale(0);
  animation: rippleSpread 0.65s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  pointer-events: none;
  z-index: 5;
}

@keyframes rippleSpread {
  to {
    transform: scale(4);
    opacity: 0;
  }
}

/* ── 3. PRESTIGE GLASSMORPHISM & MULTI-LAYERED DEPTH ────────────────────── */
.category-card, .studio-controls-card, .pricing-card, .admin-tool-card {
  background: linear-gradient(135deg, rgba(16, 21, 36, 0.85) 0%, rgba(10, 13, 20, 0.95) 100%) !important;
  backdrop-filter: blur(20px) saturate(190%) !important;
  -webkit-backdrop-filter: blur(20px) saturate(190%) !important;
  border: 1px solid rgba(212, 175, 55, 0.22) !important;
  box-shadow: 
    0 10px 30px -5px rgba(0, 0, 0, 0.5),
    0 20px 50px -10px rgba(0, 0, 0, 0.7),
    inset 0 1px 1px 0 rgba(255, 255, 255, 0.1) !important;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.35s ease, box-shadow 0.35s ease !important;
}

.category-card:hover, .pricing-card:hover, .admin-tool-card:hover {
  transform: translateY(-6px) scale(1.015) !important;
  border-color: rgba(247, 224, 139, 0.65) !important;
  box-shadow: 
    0 15px 35px -5px rgba(0, 0, 0, 0.6),
    0 25px 60px -10px rgba(212, 175, 55, 0.25),
    inset 0 1px 2px 0 rgba(255, 255, 255, 0.25) !important;
}

[data-theme-mode="light"] .category-card,
[data-theme-mode="light"] .studio-controls-card,
[data-theme-mode="light"] .pricing-card,
[data-theme-mode="light"] .admin-tool-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(250, 247, 242, 0.98) 100%) !important;
  border-color: rgba(184, 142, 40, 0.25) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.04) !important;
}

/* ── 4. STUDIO SMARTPHONE 3D DEPTH & REALISTIC GLASS REFLECTION ─────────── */
.interactive-smartphone {
  position: relative;
  box-shadow: 
    0 25px 60px -12px rgba(0, 0, 0, 0.85),
    0 0 40px rgba(212, 175, 55, 0.2),
    inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
  border: 4px solid #1c2233 !important;
  border-radius: 44px !important;
}

.interactive-smartphone::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 40px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.05) 100%);
  pointer-events: none;
  z-index: 10;
}

/* ── 5. SCROLL REVEAL STAGGER & ORNAMENT MICRO-PARALLAX ─────────────────── */
.fade-up {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.75s cubic-bezier(0.16, 1, 0.3, 1), transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

.category-card:nth-child(1) { transition-delay: 0.05s; }
.category-card:nth-child(2) { transition-delay: 0.10s; }
.category-card:nth-child(3) { transition-delay: 0.15s; }
.category-card:nth-child(4) { transition-delay: 0.20s; }
.category-card:nth-child(5) { transition-delay: 0.25s; }
.category-card:nth-child(6) { transition-delay: 0.30s; }
.category-card:nth-child(7) { transition-delay: 0.35s; }


/* ── PURE SINGLE-LINE HEADER PERFECTION ─────────────────────────────────── */
.header {
  position: fixed;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 24px);
  max-width: 1320px;
  z-index: 99999;
  background: rgba(10, 14, 23, 0.88);
  backdrop-filter: blur(28px) saturate(200%);
  -webkit-backdrop-filter: blur(28px) saturate(200%);
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 9999px;
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.7), 0 0 25px rgba(212, 175, 55, 0.18);
  padding: 6px 18px;
  transition: all 0.3s ease;
}

.nav-container {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  flex-wrap: nowrap !important;
  width: 100%;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  flex-shrink: 0;
  white-space: nowrap;
}

.brand-name {
  font-family: var(--font-serif);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--gold-bright);
  line-height: 1;
}

.nav-links {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  flex-shrink: 1;
  white-space: nowrap !important;
}

.nav-link-pill, .nav-dropdown-trigger {
  padding: 6px 11px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  border-radius: 20px !important;
  white-space: nowrap !important;
}

.header-integrated-controls {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  flex-shrink: 0;
  white-space: nowrap !important;
}

.control-segment {
  padding: 2px 3px;
  border-radius: 18px;
}

.currency-btn, .lang-btn {
  padding: 3px 7px;
  font-size: 10.5px;
}

.nav-cta {
  flex-shrink: 0;
  white-space: nowrap;
}

/* Google Reviews Card Styling */
.google-badge-header {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(212, 175, 55, 0.3);
  padding: 8px 18px;
  border-radius: 30px;
  margin-bottom: 16px;
  backdrop-filter: blur(12px);
}
.google-rating-score {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: var(--ivory);
}
.google-rating-score .stars-gold {
  color: #fbbf24;
  font-size: 14px;
  letter-spacing: 2px;
}
.google-review-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.review-top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.google-verified-tag {
  font-size: 10.5px;
  color: #10b981;
  font-weight: 600;
  background: rgba(16, 185, 129, 0.1);
  padding: 2px 8px;
  border-radius: 10px;
}
.author-avatar-g {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4285F4, #34A853);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.author-event-type {
  display: block;
  font-size: 11px;
  color: var(--muted);
  margin-top: 2px;
}
.google-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-color: rgba(212, 175, 55, 0.4);
  padding: 12px 28px;
  border-radius: 30px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.google-cta-btn:hover {
  border-color: var(--gold-bright);
  background: rgba(212, 175, 55, 0.1);
  transform: translateY(-2px);
}


/* ==========================================================================
   PROMO POPUP (-10% 20 PREMIÈRES COMMANDES) & AXEPTIO-STYLE COOKIE SYSTEM
   ========================================================================== */

/* ── VIP PROMO POPUP ────────────────────────────────────────────────────── */
.promo-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 999999;
  background: rgba(4, 7, 13, 0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  animation: fadeInModal 0.35s ease forwards;
}

.promo-modal-window {
  position: relative;
  width: 100%;
  max-width: 460px;
  background: linear-gradient(145deg, rgba(18, 24, 38, 0.98) 0%, rgba(10, 14, 23, 0.99) 100%);
  border: 1.5px solid var(--gold);
  border-radius: 28px;
  padding: 36px 28px 28px;
  text-align: center;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.9), 0 0 40px rgba(212, 175, 55, 0.25);
  animation: scaleUpModal 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes scaleUpModal {
  from { transform: scale(0.88); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

.promo-close-btn {
  position: absolute;
  top: 14px;
  right: 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--border-subtle);
  color: var(--muted);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.promo-close-btn:hover {
  background: rgba(212, 175, 55, 0.2);
  color: var(--gold-bright);
  transform: scale(1.1);
}

.promo-modal-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  color: #000;
  background: var(--gold-gradient);
  padding: 4px 14px;
  border-radius: 20px;
  letter-spacing: 0.5px;
  margin-bottom: 16px;
  box-shadow: 0 2px 10px rgba(212, 175, 55, 0.35);
}

.promo-discount-circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.2) 0%, rgba(10, 14, 23, 0.8) 70%);
  border: 2px solid var(--gold);
  box-shadow: 0 0 25px rgba(212, 175, 55, 0.35), inset 0 0 15px rgba(212, 175, 55, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  animation: pulseGoldGlow 3s infinite ease-in-out;
}
@keyframes pulseGoldGlow {
  0%, 100% { transform: scale(1); box-shadow: 0 0 25px rgba(212, 175, 55, 0.35); }
  50% { transform: scale(1.05); box-shadow: 0 0 35px rgba(247, 224, 139, 0.6); }
}

.discount-num {
  font-family: var(--font-serif);
  font-size: 32px;
  font-weight: 800;
  color: var(--gold-bright);
  line-height: 1;
}
.discount-sub {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--ivory);
  margin-top: 2px;
}

.promo-title {
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: 700;
  color: var(--ivory);
  margin-bottom: 8px;
}
.promo-desc {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.5;
  margin-bottom: 18px;
}

.promo-slots-tracker {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border-subtle);
  border-radius: 14px;
  padding: 10px 14px;
  margin-bottom: 16px;
}
.slots-bar-track {
  width: 100%;
  height: 6px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 6px;
}
.slots-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, #f59e0b, #ef4444);
  border-radius: 3px;
  transition: width 1s ease;
}
.slots-label {
  font-size: 11.5px;
  color: var(--ivory-soft);
}

.promo-code-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(0, 0, 0, 0.4);
  border: 1px dashed var(--gold);
  border-radius: 12px;
  padding: 8px 14px;
  margin-bottom: 18px;
}
.promo-code-label { font-size: 12px; color: var(--muted); }
.promo-code-val { font-family: monospace; font-size: 16px; font-weight: 800; color: var(--gold-bright); letter-spacing: 2px; }
.btn-copy-code {
  background: rgba(212, 175, 55, 0.2);
  border: 1px solid var(--gold);
  color: var(--ivory);
  border-radius: 6px;
  padding: 4px 10px;
  font-size: 11px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.btn-copy-code:hover { background: var(--gold); color: #000; }

.promo-actions { display: flex; flex-direction: column; gap: 10px; }
.promo-dismiss-link {
  background: none;
  border: none;
  color: var(--muted);
  font-size: 12px;
  cursor: pointer;
  text-decoration: underline;
  transition: color 0.2s ease;
}
.promo-dismiss-link:hover { color: var(--ivory); }

/* ── AXEPTIO-STYLE COOKIE BANNER ─────────────────────────────────────────── */
.cookie-banner-wrap {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 99998;
  max-width: 420px;
  width: calc(100% - 40px);
  animation: slideUpCookie 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
@keyframes slideUpCookie {
  from { transform: translateY(100px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

.cookie-banner-card {
  background: rgba(14, 19, 31, 0.96);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 20px;
  padding: 18px 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.7), 0 0 20px rgba(212, 175, 55, 0.15);
}

.cookie-card-header {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 14px;
}
.cookie-icon-spin {
  font-size: 32px;
  line-height: 1;
  animation: gentleRock 4s infinite ease-in-out;
}
@keyframes gentleRock {
  0%, 100% { transform: rotate(0deg); }
  50% { transform: rotate(15deg); }
}

.cookie-header-text h4 {
  font-size: 15px;
  font-weight: 700;
  color: var(--ivory);
  margin-bottom: 4px;
}
.cookie-header-text p {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.45;
}

.cookie-actions-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.cookie-refuse-link {
  background: none;
  border: none;
  color: var(--muted);
  font-size: 11.5px;
  cursor: pointer;
  margin-left: auto;
  text-decoration: underline;
  transition: color 0.2s ease;
}
.cookie-refuse-link:hover { color: var(--ivory); }

/* Cookie Floating Trigger Badge (Bottom Left) */
.cookie-floating-badge {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 99990;
  background: rgba(14, 19, 31, 0.9);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: 30px;
  padding: 6px 12px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--ivory-soft);
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  transition: all 0.25s ease;
}
.cookie-floating-badge:hover {
  border-color: var(--gold);
  color: var(--gold-bright);
  transform: scale(1.05);
}

/* Cookie Preferences Modal */
.cookie-pref-backdrop {
  position: fixed;
  inset: 0;
  z-index: 999999;
  background: rgba(4, 7, 13, 0.85);
  backdrop-filter: blur(16px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.cookie-pref-window {
  width: 100%;
  max-width: 480px;
  background: #0f1422;
  border: 1.5px solid var(--gold);
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.9);
}
.pref-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.pref-header h3 { font-size: 17px; color: var(--ivory); font-weight: 700; }
.pref-close-btn {
  background: none;
  border: none;
  color: var(--muted);
  font-size: 22px;
  cursor: pointer;
}
.pref-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.pref-info strong { display: block; font-size: 13.5px; color: var(--ivory); margin-bottom: 2px; }
.pref-info small { display: block; font-size: 11.5px; color: var(--muted); line-height: 1.4; }
.badge-required { font-size: 10.5px; color: #10b981; font-weight: 700; background: rgba(16, 185, 129, 0.12); padding: 3px 8px; border-radius: 8px; white-space: nowrap; }

/* Custom Switch Toggle */
.switch-toggle { position: relative; display: inline-block; width: 44px; height: 24px; flex-shrink: 0; }
.switch-toggle input { opacity: 0; width: 0; height: 0; }
.slider { position: absolute; cursor: pointer; inset: 0; background: rgba(255, 255, 255, 0.15); transition: .3s; border-radius: 24px; }
.slider:before { position: absolute; content: ""; height: 18px; width: 18px; left: 3px; bottom: 3px; background: white; transition: .3s; border-radius: 50%; }
input:checked + .slider { background: var(--gold); }
input:checked + .slider:before { transform: translateX(20px); background: #000; }

.pref-footer { margin-top: 22px; }


/* ── HERO CTA STRICT SINGLE-LINE PERFECTION ──────────────────────────────── */
.hero-cta-group {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 16px !important;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .hero-cta-group {
    flex-wrap: nowrap !important;
  }
}

.hero-cta-group .btn {
  white-space: nowrap !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  flex-shrink: 0 !important;
}

.hero-cta-group .btn span {
  white-space: nowrap !important;
}

/* Disable Cursor glow on Touch Devices */
@media (hover: none), (pointer: coarse) {
  .ambient-cursor-glow {
    display: none !important;
  }
}

/* RTL Layout Polish for Hebrew */
[dir="rtl"] .hero-grid {
  direction: rtl;
  text-align: right;
}
[dir="rtl"] .nav-links {
  direction: rtl;
}
[dir="rtl"] .hero-features-chips {
  justify-content: flex-start;
}


/* ==========================================================================
   HIGH-END DIGITAL LUXURY FOOTER & FLOATING DOCK ELEVATION
   ========================================================================== */

/* Reposition Floating Social Dock so it never overlaps the footer */
.floating-social-dock {
  position: fixed !important;
  bottom: 96px !important;
  right: 22px !important;
  z-index: 99990 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
}

@media (max-width: 768px) {
  .floating-social-dock {
    bottom: 84px !important;
    right: 16px !important;
    gap: 8px !important;
  }
}

.cookie-floating-badge {
  position: fixed !important;
  bottom: 22px !important;
  left: 22px !important;
  z-index: 99990 !important;
}

/* Luxury Footer Layout */
.footer {
  background: linear-gradient(180deg, rgba(14, 18, 29, 0.98) 0%, rgba(6, 9, 15, 1) 100%) !important;
  border-top: 1px solid rgba(212, 175, 55, 0.3) !important;
  padding: 60px 0 0 !important;
  position: relative !important;
  z-index: 10 !important;
}

[data-theme-mode="light"] .footer {
  background: linear-gradient(180deg, #f8f4ee 0%, #ede5d8 100%) !important;
  border-top: 1px solid rgba(184, 142, 40, 0.35) !important;
}

.footer-content {
  display: grid !important;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr !important;
  gap: 40px !important;
  padding-bottom: 48px !important;
}

@media (max-width: 992px) {
  .footer-content {
    grid-template-columns: 1fr 1fr !important;
    gap: 32px !important;
  }
}

@media (max-width: 580px) {
  .footer-content {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }
}

.footer-brand-col .logo {
  margin-bottom: 14px;
}

.footer-tagline {
  font-size: 13.5px !important;
  color: var(--muted) !important;
  line-height: 1.6 !important;
  margin-bottom: 18px !important;
}

[data-theme-mode="light"] .footer-tagline {
  color: #5a5246 !important;
}

.footer-trust-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.trust-pill {
  font-size: 11.5px;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border-subtle);
  color: var(--ivory-soft);
  padding: 4px 10px;
  border-radius: 12px;
}

[data-theme-mode="light"] .trust-pill {
  background: rgba(0, 0, 0, 0.04);
  border-color: rgba(184, 142, 40, 0.2);
  color: #3b3327;
}

.footer-col h4 {
  font-family: var(--font-serif);
  font-size: 16px;
  font-weight: 700;
  color: var(--gold-bright);
  letter-spacing: 0.04em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

[data-theme-mode="light"] .footer-col h4 {
  color: #8c6818;
}

.footer-links-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-links-list a {
  color: var(--muted);
  text-decoration: none;
  font-size: 13.5px;
  transition: all 0.2s ease;
  display: inline-block;
}

[data-theme-mode="light"] .footer-links-list a {
  color: #5a5246;
}

.footer-links-list a:hover {
  color: var(--gold-bright);
  transform: translateX(4px);
}

[dir="rtl"] .footer-links-list a:hover {
  transform: translateX(-4px);
}

.footer-contact-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-contact-link {
  display: flex;
  flex-direction: column;
  gap: 2px;
  text-decoration: none;
  font-size: 13px;
  color: var(--muted);
  transition: all 0.2s ease;
}

[data-theme-mode="light"] .footer-contact-link {
  color: #5a5246;
}

.footer-contact-link strong {
  color: var(--gold-bright);
  font-size: 14px;
}

[data-theme-mode="light"] .footer-contact-link strong {
  color: #8c6818;
}

.footer-contact-link:hover strong {
  text-decoration: underline;
}

.footer-cities {
  font-size: 12px;
  color: var(--muted);
  margin-top: 6px;
}

/* Bottom Bar */
.footer-bottom-bar {
  background: rgba(0, 0, 0, 0.4);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 18px 0;
}

[data-theme-mode="light"] .footer-bottom-bar {
  background: rgba(0, 0, 0, 0.05);
  border-top: 1px solid rgba(184, 142, 40, 0.2);
}

.footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12.5px;
  color: var(--muted);
  flex-wrap: wrap;
  gap: 12px;
}

[data-theme-mode="light"] .footer-bottom-inner {
  color: #635b4f;
}

.footer-studio-link {
  color: var(--gold-bright);
  font-weight: 600;
  text-decoration: none;
}

[data-theme-mode="light"] .footer-studio-link {
  color: #8c6818;
}

.footer-studio-link:hover {
  text-decoration: underline;
}

.footer-hebrew-blessing {
  font-family: var(--font-hebrew), var(--font-serif);
  font-size: 13px;
  color: var(--gold-soft);
  letter-spacing: 0.04em;
}

[data-theme-mode="light"] .footer-hebrew-blessing {
  color: #8c6818;
}


/* ==========================================================================
   REAL-TIME TRAFFIC RADAR & GOOGLE SHEETS LIVE DASHBOARD
   ========================================================================== */
.traffic-dashboard-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.traffic-sync-banner {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.12) 0%, rgba(13, 148, 136, 0.08) 100%);
  border: 1.5px solid rgba(16, 185, 129, 0.4);
  border-radius: 20px;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4), 0 0 20px rgba(16, 185, 129, 0.15);
}

.sync-banner-left {
  display: flex;
  align-items: center;
  gap: 16px;
}

.sheets-logo-icon {
  font-size: 34px;
  background: rgba(16, 185, 129, 0.2);
  width: 54px;
  height: 54px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(16, 185, 129, 0.5);
}

.sync-title {
  font-size: 16px;
  font-weight: 700;
  color: #10b981;
  margin-bottom: 3px;
}

.sync-desc {
  font-size: 12.5px;
  color: var(--muted);
  max-width: 550px;
}

.sync-banner-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

/* KPI Cards */
.traffic-kpis-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

@media (max-width: 992px) {
  .traffic-kpis-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 500px) {
  .traffic-kpis-grid {
    grid-template-columns: 1fr;
  }
}

.traffic-kpi-card {
  background: rgba(14, 19, 32, 0.9);
  border: 1px solid rgba(212, 175, 55, 0.25);
  border-radius: 18px;
  padding: 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(16px);
}

.kpi-icon-wrap {
  font-size: 24px;
  width: 46px;
  height: 46px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kpi-pulse {
  animation: radarPulse 2s infinite;
}

@keyframes radarPulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.15); opacity: 0.7; }
}

.kpi-details {
  display: flex;
  flex-direction: column;
}

.kpi-num {
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: 800;
  color: var(--gold-bright);
  line-height: 1.1;
}

.kpi-label {
  font-size: 11.5px;
  color: var(--muted);
  margin-top: 2px;
}

/* Real-Time Table */
.traffic-table-card {
  background: rgba(14, 19, 32, 0.9);
  border: 1px solid rgba(212, 175, 55, 0.25);
  border-radius: 20px;
  padding: 22px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(16px);
}

.traffic-table-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.traffic-table-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: var(--ivory);
}

.live-radar-ping {
  width: 10px;
  height: 10px;
  background: #10b981;
  border-radius: 50%;
  box-shadow: 0 0 10px #10b981;
  animation: radarPulse 1.5s infinite;
}

.traffic-table-responsive {
  width: 100%;
  overflow-x: auto;
}

.traffic-realtime-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12.5px;
  text-align: left;
}

.traffic-realtime-table th {
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--gold-bright);
  font-weight: 700;
  border-bottom: 1px solid rgba(212, 175, 55, 0.25);
  white-space: nowrap;
}

.traffic-realtime-table td {
  padding: 12px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  color: var(--ivory-soft);
  white-space: nowrap;
}

.traffic-realtime-table tr:hover td {
  background: rgba(212, 175, 55, 0.04);
}

.live-badge-green {
  font-size: 10px;
  font-weight: 800;
  color: #10b981;
  background: rgba(16, 185, 129, 0.15);
  border: 1px solid rgba(16, 185, 129, 0.4);
  padding: 2px 8px;
  border-radius: 12px;
  letter-spacing: 0.5px;
}

.offline-badge-gray {
  font-size: 10px;
  font-weight: 600;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.05);
  padding: 2px 8px;
  border-radius: 12px;
}


/* ── LIGHT MODE SMARTPHONE PREVIEW PERFECTION ────────────────────────────── */
[data-theme-mode="light"] .interactive-smartphone,
[data-theme-mode="light"] .smartphone-frame {
  border-color: #d1d5db !important;
  background: #f8f6f0 !important;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12), 0 0 30px rgba(212, 175, 55, 0.25) !important;
}

[data-theme-mode="light"] .inv-card-preview,
[data-theme-mode="light"] .studio-phone-invite {
  background: radial-gradient(circle at 50% 0%, #ffffff 0%, #faf7f2 50%, #f3ece0 100%) !important;
  color: #1a1e29 !important;
  border: 1px solid rgba(184, 142, 40, 0.4) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), inset 0 0 0 1px rgba(255, 255, 255, 0.9) !important;
}

[data-theme-mode="light"] .inv-card-preview .inv-hebrew-blessing,
[data-theme-mode="light"] .studio-phone-invite .studio-preview-hebrew {
  color: #8c6818 !important;
}

[data-theme-mode="light"] .inv-card-preview .inv-couple-names,
[data-theme-mode="light"] .studio-phone-invite .studio-preview-names {
  color: #8c6818 !important;
}

[data-theme-mode="light"] .inv-card-preview .inv-parents,
[data-theme-mode="light"] .studio-phone-invite .studio-preview-sub {
  color: #4b5563 !important;
}

[data-theme-mode="light"] .inv-card-preview .inv-date-box,
[data-theme-mode="light"] .studio-phone-invite .inv-date-box {
  background: rgba(255, 255, 255, 0.95) !important;
  border: 1px solid rgba(184, 142, 40, 0.3) !important;
  color: #1a1e29 !important;
}

[data-theme-mode="light"] .inv-card-preview .inv-date-num,
[data-theme-mode="light"] .studio-phone-invite .inv-date-num {
  color: #8c6818 !important;
}

[data-theme-mode="light"] .inv-card-preview .inv-event-type,
[data-theme-mode="light"] .studio-phone-invite .inv-event-type {
  color: #8c6818 !important;
  border-color: rgba(184, 142, 40, 0.3) !important;
  background: rgba(184, 142, 40, 0.08) !important;
}

[data-theme-mode="light"] .inv-card-preview .inv-btn,
[data-theme-mode="light"] .studio-phone-invite .inv-btn {
  background: rgba(255, 255, 255, 0.9) !important;
  color: #1a1e29 !important;
  border-color: rgba(184, 142, 40, 0.35) !important;
}


/* ==========================================================================
   LIGHT MODE ENVELOPE 3D OVERHAUL (NO MORE BLACK ENVELOPE IN LIGHT THEME)
   ========================================================================== */
[data-theme-mode="light"] .envelope-overlay {
  background: radial-gradient(circle at 50% 38%, #ffffff 0%, #faf7f2 50%, #f0ebd8 100%) !important;
}

[data-theme-mode="light"] .env-guest-hint {
  color: #1a1e29 !important;
}

[data-theme-mode="light"] .realistic-envelope {
  filter: drop-shadow(0 15px 30px rgba(184, 142, 40, 0.25)) drop-shadow(0 0 2px rgba(201, 162, 75, 0.8)) !important;
}

[data-theme-mode="light"] .env-back {
  background: linear-gradient(160deg, #ffffff, #f7f3ea) !important;
  border: 1.5px solid rgba(201, 162, 75, 0.7) !important;
}

[data-theme-mode="light"] .env-pocket-left {
  background: linear-gradient(160deg, #faf6ee, #eee4d2) !important;
  border-right: 1px solid rgba(201, 162, 75, 0.5) !important;
}

[data-theme-mode="light"] .env-pocket-right {
  background: linear-gradient(160deg, #f7f1e6, #ebdcc7) !important;
  border-left: 1px solid rgba(201, 162, 75, 0.5) !important;
}

[data-theme-mode="light"] .env-top-flap {
  background: linear-gradient(160deg, #ffffff, #f2e7d7) !important;
  border-bottom: 2px solid rgba(201, 162, 75, 0.7) !important;
}

[data-theme-mode="light"] .env-letter-sheet {
  background: linear-gradient(180deg, #ffffff, #faf6ee) !important;
  box-shadow: 0 4px 15px rgba(184, 142, 40, 0.2) !important;
}

[data-theme-mode="light"] .env-touch-prompt {
  color: #8c6818 !important;
  font-weight: 700 !important;
}

[data-theme-mode="light"] .invitation-interactive-card {
  background: radial-gradient(circle at top, #ffffff 0%, #faf6ee 100%) !important;
  color: #1a1e29 !important;
}

[data-theme-mode="light"] .interactive-smartphone,
[data-theme-mode="light"] .smartphone-frame,
[data-theme-mode="light"] .smartphone-screen {
  background: #faf7f2 !important;
  border-color: #d1d5db !important;
}


/* ==========================================================================
   MOBILE VIEWPORT & OVERFLOW-X ROOT FIX (NO BLACK BAR ON RIGHT)
   ========================================================================== */
html {
  overflow-x: hidden !important;
  max-width: 100vw !important;
  width: 100% !important;
  background-color: var(--black);
}

[data-theme-mode="light"] html {
  background-color: #FAF8F5 !important;
}

body {
  overflow-x: hidden !important;
  max-width: 100vw !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative !important;
}

[data-theme-mode="light"] body {
  background-color: #FAF8F5 !important;
}

/* ==========================================================================
   MOBILE HEADER & CONTROLS REFACTOR (< 768px)
   ========================================================================== */
@media (max-width: 768px) {
  body {
    padding-top: 60px !important;
  }

  .header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    transform: none !important;
    border-radius: 0 0 16px 16px !important;
    height: 56px !important;
    padding: 6px 12px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    z-index: 9999 !important;
  }

  [data-theme-mode="light"] .header {
    background: rgba(250, 248, 245, 0.96) !important;
    border-bottom: 1px solid rgba(184, 142, 40, 0.3) !important;
  }

  .nav-container {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
  }

  .header .nav-links {
    display: none !important;
  }

  .header-controls {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
  }

  .header-controls .control-segment {
    padding: 2px !important;
    border-radius: 12px !important;
  }

  .header-controls .btn-lang,
  .header-controls .btn-currency,
  .header-controls .currency-btn,
  .header-controls .lang-btn {
    padding: 3px 6px !important;
    font-size: 10.5px !important;
  }

  .header .nav-wa-btn {
    padding: 4px 8px !important;
    font-size: 11px !important;
  }

  /* ==========================================================================
     MOBILE FOOTER REFACTOR (< 768px)
     ========================================================================== */
  .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
    text-align: center !important;
  }

  .footer-col {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  .footer-col ul {
    align-items: center !important;
  }

  .footer-brand {
    align-items: center !important;
  }

  .footer-trust-pills {
    justify-content: center !important;
  }

  .footer-bottom-bar {
    flex-direction: column !important;
    gap: 12px !important;
    text-align: center !important;
    padding-bottom: 90px !important; /* Safety padding for floating dock */
  }

  .floating-social-dock {
    bottom: 24px !important;
    right: 16px !important;
  }
}

/* ==========================================================================
   21ST.DEV 3D HOLOGRAPHIC TILT & DYNAMIC LIGHTING GLARE
   ========================================================================== */
.invitation-container, .interactive-smartphone {
  perspective: 1200px;
  transform-style: preserve-3d;
}

.inv-card, .invitation-interactive-card {
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.12s ease-out, box-shadow 0.3s ease;
  will-change: transform;
  overflow: hidden;
}

.card-holographic-glare {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  z-index: 25;
  background: radial-gradient(
    circle 380px at var(--glare-x, 50%) var(--glare-y, 50%),
    rgba(255, 255, 255, 0.45) 0%,
    rgba(212, 175, 55, 0.30) 28%,
    rgba(254, 240, 138, 0.15) 50%,
    rgba(255, 0, 128, 0.04) 70%,
    transparent 100%
  );
  mix-blend-mode: color-dodge;
  opacity: var(--glare-opacity, 0);
  transition: opacity 0.3s ease;
}

.card-holographic-foil {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  z-index: 24;
  background: linear-gradient(
    var(--tilt-angle, 135deg),
    rgba(255, 0, 128, 0.08) 0%,
    rgba(0, 210, 255, 0.08) 35%,
    rgba(212, 175, 55, 0.12) 70%,
    rgba(16, 185, 129, 0.08) 100%
  );
  mix-blend-mode: overlay;
  opacity: var(--foil-opacity, 0);
  transition: opacity 0.3s ease;
}

.inv-card .card-names,
.inv-card .card-photo-wrapper,
.inv-card .calendar-card,
.inv-card .countdown-grid,
.inv-card .rsvp-section,
.invitation-interactive-card .card-host-names,
.invitation-interactive-card .card-photo-band,
.invitation-interactive-card .card-datetime-container {
  transform: translateZ(16px);
  transition: transform 0.2s ease-out;
}
