/* ============================================================
   MENUVA – Main Stylesheet
   Montenegro-born QR Digital Menu Platform
   Aesthetic: Adriatic Luxury — deep navy, warm gold, clean whites
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;1,9..40,300&display=swap');

/* ── Variables ─────────────────────────────────────────────── */
:root {
  --navy:       #0d1f3c;
  --navy-light: #162d52;
  --navy-mid:   #1e3a6b;
  --gold:       #c9973b;
  --gold-light: #e2b86a;
  --gold-pale:  #f8f0e0;
  --teal:       #1a8c7a;
  --teal-light: #22b99e;
  --white:      #ffffff;
  --off-white:  #fafaf8;
  --gray-100:   #f4f4f0;
  --gray-200:   #e8e8e2;
  --gray-400:   #b0b0a8;
  --gray-600:   #6e6e66;
  --gray-800:   #333330;
  --text:       #1a1a18;
  --text-muted: #6e6e66;

  --radius:     12px;
  --radius-lg:  20px;
  --radius-xl:  32px;
  --shadow-sm:  0 2px 8px rgba(13,31,60,.08);
  --shadow:     0 4px 24px rgba(13,31,60,.12);
  --shadow-lg:  0 12px 48px rgba(13,31,60,.18);
  --transition: .25s cubic-bezier(.4,0,.2,1);

  --font-display: 'DM Serif Display', Georgia, serif;
  --font-body:    'DM Sans', system-ui, sans-serif;
}

/* ── Reset & Base ───────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.65;
  color: var(--text);
  background: var(--white);
  overflow-x: hidden;
}

h1, h2, h3, h4, h5 {
  font-family: var(--font-display);
  line-height: 1.2;
  color: var(--navy);
  margin-bottom: .5rem;
}

h1 { font-size: clamp(2.2rem, 5vw, 3.8rem); }
h2 { font-size: clamp(1.8rem, 3.5vw, 2.8rem); }
h3 { font-size: clamp(1.3rem, 2.5vw, 1.8rem); }

p { margin-bottom: 1rem; }

a { color: var(--teal); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--teal-light); }

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

/* ── Navbar ─────────────────────────────────────────────────── */
.navbar {
  background: rgba(13,31,60,.95) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 1rem 0;
  transition: padding var(--transition), background var(--transition);
  border-bottom: 1px solid rgba(201,151,59,.15);
}

.navbar.scrolled {
  padding: .6rem 0;
  background: rgba(13,31,60,.98) !important;
}

.navbar-brand {
  font-family: var(--font-display);
  font-size: 1.7rem;
  color: var(--white) !important;
  display: flex;
  align-items: center;
  gap: .5rem;
}

.navbar-brand .brand-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--gold);
  display: inline-block;
  animation: pulse-dot 2.5s ease infinite;
}

@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: .6; transform: scale(.8); }
}

.navbar-nav .nav-link {
  color: rgba(255,255,255,.8) !important;
  font-size: .9rem;
  font-weight: 500;
  letter-spacing: .02em;
  padding: .4rem .9rem !important;
  border-radius: 6px;
  transition: all var(--transition);
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: var(--white) !important;
  background: rgba(201,151,59,.15);
}

.navbar-toggler {
  border: 1px solid rgba(255,255,255,.3);
  padding: .4rem .6rem;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Language Switcher */
.lang-switcher .dropdown-toggle {
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.2);
  color: var(--white) !important;
  font-size: .85rem;
  padding: .35rem .75rem;
  border-radius: 6px;
}

.lang-switcher .dropdown-menu {
  background: var(--navy-light);
  border: 1px solid rgba(201,151,59,.2);
  min-width: 140px;
}

.lang-switcher .dropdown-item {
  color: rgba(255,255,255,.8);
  font-size: .9rem;
  padding: .45rem 1rem;
}

.lang-switcher .dropdown-item:hover {
  background: rgba(201,151,59,.15);
  color: var(--white);
}

/* ── Hero Section ───────────────────────────────────────────── */
.hero {
  min-height: 100vh;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 60%, #0f3460 100%);
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23c9973b' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.5;
}

.hero::after {
  content: '';
  position: absolute;
  bottom: -2px; left: 0; right: 0;
  height: 120px;
  background: linear-gradient(to bottom, transparent, var(--white));
}

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

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: rgba(201,151,59,.15);
  border: 1px solid rgba(201,151,59,.4);
  color: var(--gold-light);
  font-size: .8rem;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: .4rem 1rem;
  border-radius: 100px;
  margin-bottom: 1.5rem;
}

.hero h1 { color: var(--white); font-size: clamp(2.4rem, 5.5vw, 4.2rem); }
.hero h1 span.accent { color: var(--gold-light); }

.hero p.lead {
  color: rgba(255,255,255,.75);
  font-size: 1.15rem;
  max-width: 520px;
  margin-bottom: 2rem;
}

.hero-cta { display: flex; gap: 1rem; flex-wrap: wrap; }

.btn-gold {
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--navy) !important;
  font-weight: 600;
  padding: .75rem 2rem;
  border-radius: 50px;
  border: none;
  box-shadow: 0 4px 20px rgba(201,151,59,.4);
  transition: all var(--transition);
  font-size: .95rem;
}

.btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(201,151,59,.5);
  color: var(--navy) !important;
}

.btn-outline-white {
  background: transparent;
  color: rgba(255,255,255,.9) !important;
  border: 1.5px solid rgba(255,255,255,.4);
  padding: .75rem 2rem;
  border-radius: 50px;
  font-size: .95rem;
  font-weight: 500;
  transition: all var(--transition);
}

.btn-outline-white:hover {
  background: rgba(255,255,255,.1);
  border-color: rgba(255,255,255,.7);
  color: var(--white) !important;
}

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

.phone-frame {
  width: 260px;
  margin: 0 auto;
  background: var(--navy-light);
  border: 3px solid rgba(201,151,59,.3);
  border-radius: 36px;
  padding: 16px 12px;
  box-shadow: 0 24px 80px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.05);
  position: relative;
}

.phone-frame::before {
  content: '';
  position: absolute;
  top: 10px; left: 50%; transform: translateX(-50%);
  width: 60px; height: 5px;
  background: rgba(255,255,255,.1);
  border-radius: 3px;
}

.phone-screen {
  background: var(--white);
  border-radius: 24px;
  overflow: hidden;
  height: 460px;
  display: flex;
  flex-direction: column;
}

.phone-screen-header {
  background: var(--navy);
  padding: 12px 16px;
  text-align: center;
}

.phone-screen-header .phone-logo {
  font-family: var(--font-display);
  color: var(--white);
  font-size: 1rem;
}

.phone-menu-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-bottom: 1px solid var(--gray-100);
  font-size: .8rem;
}

.phone-menu-item .item-img {
  width: 44px; height: 44px;
  border-radius: 8px;
  background: var(--gray-100);
  flex-shrink: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}

.phone-menu-item .item-info strong { display: block; font-size: .82rem; color: var(--text); }
.phone-menu-item .item-price { margin-left: auto; color: var(--teal); font-weight: 600; font-size: .85rem; }

/* ── Section Styles ─────────────────────────────────────────── */
.section { padding: 5rem 0; }
.section-sm { padding: 3rem 0; }
.section-lg { padding: 7rem 0; }
.section-dark { background: var(--navy); }
.section-dark h1, .section-dark h2, .section-dark h3 { color: var(--white); }
.section-dark p { color: rgba(255,255,255,.75); }
.section-alt { background: var(--gray-100); }

.section-eyebrow {
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: .5rem;
  display: block;
}

.section-title { margin-bottom: 1rem; }
.section-subtitle { color: var(--text-muted); font-size: 1.05rem; max-width: 560px; margin-bottom: 3rem; }

/* ── Feature Cards ──────────────────────────────────────────── */
.feature-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg);
  padding: 2rem;
  height: 100%;
  transition: all var(--transition);
  position: relative;
  overflow: hidden;
}

.feature-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--teal), var(--teal-light));
  transform: scaleX(0);
  transition: transform var(--transition);
}

.feature-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: transparent; }
.feature-card:hover::before { transform: scaleX(1); }

.feature-icon {
  width: 52px; height: 52px;
  background: var(--gold-pale);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  color: var(--gold);
}

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

.feature-card h4 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  margin-bottom: .5rem;
}

.feature-card p { color: var(--text-muted); font-size: .93rem; margin: 0; }

/* ── Pricing Cards ──────────────────────────────────────────── */
.pricing-toggle-wrap {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  background: var(--gray-100);
  border-radius: 50px;
  padding: .4rem;
  margin-bottom: 3rem;
}

.pricing-toggle-btn {
  padding: .5rem 1.5rem;
  border-radius: 50px;
  border: none;
  background: transparent;
  font-weight: 500;
  font-size: .9rem;
  cursor: pointer;
  transition: all var(--transition);
  position: relative;
}

.pricing-toggle-btn.active {
  background: var(--navy);
  color: var(--white);
  box-shadow: var(--shadow-sm);
}

.pricing-toggle-btn .badge-save {
  position: absolute;
  top: -8px; right: -8px;
  background: var(--teal);
  color: var(--white);
  font-size: .65rem;
  font-weight: 600;
  padding: 2px 6px;
  border-radius: 10px;
}

.pricing-card {
  background: var(--white);
  border: 1.5px solid var(--gray-200);
  border-radius: var(--radius-xl);
  padding: 2.5rem 2rem;
  height: 100%;
  position: relative;
  transition: all var(--transition);
  display: flex;
  flex-direction: column;
}

.pricing-card.featured {
  border-color: var(--navy);
  background: var(--navy);
  color: var(--white);
  transform: scale(1.04);
  box-shadow: var(--shadow-lg);
}

.pricing-card.featured h3,
.pricing-card.featured .price-amount,
.pricing-card.featured .feature-list li { color: var(--white); }

.pricing-card.featured .price-period { color: rgba(255,255,255,.65); }
.pricing-card.featured .feature-list li.excluded { opacity: .35; }

.pricing-badge {
  position: absolute;
  top: -12px; left: 50%; transform: translateX(-50%);
  background: var(--gold);
  color: var(--navy);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 4px 16px;
  border-radius: 20px;
}

.plan-name {
  font-family: var(--font-display);
  font-size: 1.5rem;
  margin-bottom: .25rem;
}

.plan-tagline { font-size: .88rem; color: var(--text-muted); margin-bottom: 1.5rem; }
.pricing-card.featured .plan-tagline { color: rgba(255,255,255,.65); }

.price-amount {
  font-family: var(--font-display);
  font-size: 3rem;
  color: var(--navy);
  line-height: 1;
}

.price-amount .currency { font-size: 1.4rem; vertical-align: top; margin-top: .4rem; display: inline-block; }
.price-period { font-size: .85rem; color: var(--text-muted); }

.feature-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 2rem;
  flex: 1;
}

.feature-list li {
  display: flex;
  align-items: flex-start;
  gap: .65rem;
  font-size: .9rem;
  padding: .4rem 0;
  color: var(--text);
}

.feature-list li svg { flex-shrink: 0; margin-top: 2px; }
.feature-list li.excluded { color: var(--gray-400); }

.btn-navy {
  background: var(--navy);
  color: var(--white) !important;
  padding: .75rem 2rem;
  border-radius: 50px;
  border: none;
  font-weight: 600;
  font-size: .9rem;
  transition: all var(--transition);
  display: inline-block;
  text-align: center;
  width: 100%;
}

.btn-navy:hover {
  background: var(--navy-mid);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(13,31,60,.3);
}

.pricing-card.featured .btn-navy {
  background: var(--gold);
  color: var(--navy) !important;
}

.pricing-card.featured .btn-navy:hover {
  background: var(--gold-light);
}

/* ── Addon Products ─────────────────────────────────────────── */
.addon-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all var(--transition);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.addon-card:hover {
  border-color: var(--gold);
  box-shadow: var(--shadow);
  transform: translateY(-3px);
}

.addon-img {
  height: 180px;
  background: linear-gradient(135deg, var(--gray-100), var(--gold-pale));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.5rem;
}

.addon-body { padding: 1.25rem; flex: 1; display: flex; flex-direction: column; }
.addon-body h5 { font-size: 1rem; margin-bottom: .4rem; }
.addon-body p { font-size: .85rem; color: var(--text-muted); flex: 1; }
.addon-price { font-family: var(--font-display); font-size: 1.3rem; color: var(--teal); font-weight: 700; }
.addon-price small { font-size: .75rem; color: var(--text-muted); font-family: var(--font-body); }

/* ── Stats Strip ────────────────────────────────────────────── */
.stats-strip {
  background: var(--navy);
  padding: 3rem 0;
}

.stat-item { text-align: center; }
.stat-number {
  font-family: var(--font-display);
  font-size: 2.8rem;
  color: var(--gold-light);
  line-height: 1;
  display: block;
}
.stat-label { font-size: .85rem; color: rgba(255,255,255,.6); letter-spacing: .04em; }

/* ── How It Works ───────────────────────────────────────────── */
.step-card {
  text-align: center;
  padding: 2rem 1rem;
  position: relative;
}

.step-number {
  width: 56px; height: 56px;
  background: linear-gradient(135deg, var(--teal), var(--teal-light));
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 1.5rem;
  margin: 0 auto 1.25rem;
  box-shadow: 0 4px 16px rgba(26,140,122,.3);
}

.step-connector {
  position: absolute;
  top: calc(2rem + 28px);
  right: -50%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--teal-light), transparent);
  z-index: 0;
}

/* ── Testimonials ───────────────────────────────────────────── */
.testimonial-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg);
  padding: 2rem;
  position: relative;
}

.testimonial-card::before {
  content: '"';
  font-family: var(--font-display);
  font-size: 5rem;
  color: var(--gold-pale);
  position: absolute;
  top: -.5rem;
  left: 1.5rem;
  line-height: 1;
}

.testimonial-text { font-size: .95rem; color: var(--text-muted); font-style: italic; margin-bottom: 1.25rem; }
.testimonial-author { font-weight: 600; font-size: .9rem; }
.testimonial-role { font-size: .82rem; color: var(--text-muted); }

.stars { color: var(--gold); font-size: 1rem; letter-spacing: .1em; margin-bottom: .75rem; }

/* ── Contact Form ───────────────────────────────────────────── */
.form-control, .form-select {
  border: 1.5px solid var(--gray-200);
  border-radius: 10px;
  padding: .7rem 1rem;
  font-size: .95rem;
  transition: all var(--transition);
  background: var(--white);
}

.form-control:focus, .form-select:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(26,140,122,.12);
  outline: none;
}

.form-label { font-weight: 500; font-size: .9rem; margin-bottom: .4rem; color: var(--gray-800); }

/* ── Cookie Banner ──────────────────────────────────────────── */
#cookie-banner {
  position: fixed;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  max-width: 680px;
  width: calc(100% - 2rem);
  background: var(--navy);
  color: var(--white);
  border-radius: var(--radius-lg);
  padding: 1.25rem 1.5rem;
  z-index: 9999;
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(201,151,59,.2);
  display: flex;
  align-items: center;
  gap: 1.5rem;
  animation: slideUp .4s ease;
}

@keyframes slideUp {
  from { opacity: 0; transform: translateX(-50%) translateY(20px); }
  to   { opacity: 1; transform: translateX(-50%) translateY(0); }
}

#cookie-banner.hidden { display: none; }
#cookie-banner p { margin: 0; font-size: .88rem; color: rgba(255,255,255,.8); }
#cookie-banner a { color: var(--gold-light); }

.cookie-actions { display: flex; gap: .75rem; flex-shrink: 0; }

.btn-cookie-accept {
  background: var(--gold);
  color: var(--navy);
  border: none;
  padding: .45rem 1.25rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: .85rem;
  cursor: pointer;
  white-space: nowrap;
  transition: all var(--transition);
}

.btn-cookie-accept:hover { background: var(--gold-light); }

.btn-cookie-decline {
  background: transparent;
  border: 1px solid rgba(255,255,255,.3);
  color: rgba(255,255,255,.7);
  padding: .45rem 1.25rem;
  border-radius: 50px;
  font-size: .85rem;
  cursor: pointer;
  white-space: nowrap;
  transition: all var(--transition);
}

.btn-cookie-decline:hover { border-color: rgba(255,255,255,.6); color: var(--white); }

/* ── Footer ─────────────────────────────────────────────────── */
.footer {
  background: var(--navy);
  color: rgba(255,255,255,.7);
  padding: 4rem 0 2rem;
}

.footer-brand {
  font-family: var(--font-display);
  font-size: 1.6rem;
  color: var(--white);
  margin-bottom: .75rem;
  display: block;
}

.footer-desc { font-size: .88rem; max-width: 260px; }

.footer h6 {
  font-family: var(--font-body);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 1.25rem;
}

.footer ul { list-style: none; padding: 0; }
.footer ul li { margin-bottom: .5rem; }
.footer ul li a {
  color: rgba(255,255,255,.6);
  font-size: .88rem;
  transition: color var(--transition);
}
.footer ul li a:hover { color: var(--white); }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  margin-top: 3rem;
  padding-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-bottom p { margin: 0; font-size: .82rem; color: rgba(255,255,255,.4); }

.flag-me {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  background: rgba(201,151,59,.12);
  border: 1px solid rgba(201,151,59,.25);
  padding: .3rem .75rem;
  border-radius: 50px;
  font-size: .78rem;
  color: var(--gold-light);
}

/* ── Admin Panel ────────────────────────────────────────────── */
.admin-sidebar {
  width: 260px;
  min-height: 100vh;
  background: var(--navy);
  position: fixed;
  top: 0; left: 0;
  z-index: 100;
  padding: 0;
  overflow-y: auto;
  transition: transform var(--transition);
}

.admin-sidebar-brand {
  padding: 1.5rem;
  border-bottom: 1px solid rgba(255,255,255,.08);
  font-family: var(--font-display);
  font-size: 1.4rem;
  color: var(--white);
  display: block;
  text-decoration: none;
}

.admin-nav-item a {
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: .7rem 1.5rem;
  color: rgba(255,255,255,.6);
  font-size: .88rem;
  font-weight: 500;
  transition: all var(--transition);
  text-decoration: none;
  border-left: 3px solid transparent;
}

.admin-nav-item a:hover,
.admin-nav-item a.active {
  color: var(--white);
  background: rgba(255,255,255,.06);
  border-left-color: var(--gold);
}

.admin-nav-item a svg { width: 18px; height: 18px; flex-shrink: 0; }

.admin-nav-group {
  padding: 1.25rem 1.5rem .4rem;
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.3);
}

.admin-main {
  margin-left: 260px;
  min-height: 100vh;
  background: var(--gray-100);
}

.admin-topbar {
  background: var(--white);
  border-bottom: 1px solid var(--gray-200);
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 50;
}

.admin-content { padding: 2rem 1.5rem; }

.stat-widget {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  border: 1px solid var(--gray-200);
  display: flex;
  align-items: center;
  gap: 1.25rem;
  transition: all var(--transition);
}

.stat-widget:hover { box-shadow: var(--shadow); }

.stat-widget-icon {
  width: 52px; height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.stat-widget-icon.navy { background: rgba(13,31,60,.1); color: var(--navy); }
.stat-widget-icon.gold  { background: var(--gold-pale);  color: var(--gold);  }
.stat-widget-icon.teal  { background: rgba(26,140,122,.1); color: var(--teal); }
.stat-widget-icon.red   { background: rgba(220,53,69,.1);  color: #dc3545; }

.stat-widget-value { font-family: var(--font-display); font-size: 2rem; line-height: 1; color: var(--navy); }
.stat-widget-label { font-size: .82rem; color: var(--text-muted); margin-top: .2rem; }

.admin-table-wrap {
  background: var(--white);
  border-radius: var(--radius-lg);
  border: 1px solid var(--gray-200);
  overflow: hidden;
}

.admin-table-header {
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid var(--gray-200);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.admin-table-header h5 { margin: 0; font-size: 1rem; }

.table { margin: 0; }
.table thead th {
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--text-muted);
  background: var(--gray-100);
  border-bottom: 1px solid var(--gray-200) !important;
  padding: .75rem 1rem;
}

.table tbody td {
  padding: .85rem 1rem;
  vertical-align: middle;
  font-size: .9rem;
  border-bottom: 1px solid var(--gray-100);
}

.table tbody tr:last-child td { border-bottom: none; }

/* Status badges */
.badge-status {
  padding: .3rem .75rem;
  border-radius: 50px;
  font-size: .75rem;
  font-weight: 600;
}

.badge-active     { background: rgba(25,135,84,.12); color: #198754; }
.badge-expired    { background: rgba(220,53,69,.12);  color: #dc3545; }
.badge-suspended  { background: rgba(255,193,7,.15);  color: #997a00; }
.badge-trial      { background: rgba(13,110,253,.12); color: #0d6efd; }
.badge-grace      { background: rgba(253,126,20,.15); color: #fd7e14; }
.badge-new        { background: rgba(13,110,253,.12); color: #0d6efd; }
.badge-contacted  { background: rgba(255,193,7,.15);  color: #997a00; }
.badge-converted  { background: rgba(25,135,84,.12);  color: #198754; }
.badge-rejected   { background: rgba(220,53,69,.12);  color: #dc3545; }

/* ── Utilities ──────────────────────────────────────────────── */
.text-gold { color: var(--gold); }
.text-teal { color: var(--teal); }
.text-navy { color: var(--navy); }
.bg-navy   { background: var(--navy); }
.bg-gold-pale { background: var(--gold-pale); }

.divider {
  width: 48px; height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  border-radius: 2px;
  margin: 1rem 0;
}

.divider.center { margin-left: auto; margin-right: auto; }

/* ── Animations ─────────────────────────────────────────────── */
.fade-up {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .6s ease, transform .6s ease;
}

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

/* ── Responsive ─────────────────────────────────────────────── */
@media (max-width: 991.98px) {
  .admin-sidebar { transform: translateX(-100%); }
  .admin-sidebar.open { transform: translateX(0); }
  .admin-main { margin-left: 0; }
  .pricing-card.featured { transform: scale(1); }
  .step-connector { display: none; }
}

@media (max-width: 767.98px) {
  .hero { min-height: auto; padding: 7rem 0 4rem; }
  #cookie-banner { flex-direction: column; gap: .75rem; }
  .cookie-actions { width: 100%; }
  .btn-cookie-accept, .btn-cookie-decline { flex: 1; text-align: center; }
  .footer-bottom { flex-direction: column; text-align: center; }
}
