

@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400;600;700;800&family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400&display=swap');

/* =============================================
   RESET & BASE
   ============================================= */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {

  /* --- Page Backgrounds --- */
  --bg-void:       #F7F5F2;
  --bg-primary:    #FFFFFF;
  --bg-secondary:  #EFEDE9;
  --bg-tertiary:   #E2DED9;
  --bg-card:       #FFFFFF;
  --bg-card-hover: #FAFAF8;
  --bg-input:      #EFEDE9;
  --bg-glass:      rgba(255, 255, 255, 0.75);
  --border-color:  rgba(0, 0, 0, 0.09);

  /* --- Text --- */
  --text-primary:  #0F0F0F;
  --text-secondary:#252525;
  --text-muted:    #5A5A5A;

  /* --- Brand Red ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â pulled from logo --- */
  --red:           #C8201A;
  --red-glow:      rgba(200, 32, 26, 0.22);
  --red-subtle:    rgba(200, 32, 26, 0.08);
  --red-hover:     #E02820;
  --red-deep:      #8F1510;

  /* --- Brand Blue ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â pulled from logo --- */
  --blue:          #1847C4;
  --blue-glow:     rgba(24, 71, 196, 0.20);
  --blue-subtle:   rgba(24, 71, 196, 0.08);
  --blue-hover:    #2257DC;
  --blue-bright:   #1847C4;
  --blue-deep:     #0C2A82;

  /* --- Status --- */
  --green:         #0A7C50;
  --green-subtle:  rgba(10, 124, 80, 0.08);
  --yellow:        #A07000;
  --yellow-subtle: rgba(160, 112, 0, 0.08);

  /* --- Borders --- */
  --border:        rgba(0, 0, 0, 0.07);
  --border-bright: rgba(0, 0, 0, 0.13);
  --border-red:    rgba(200, 32, 26, 0.20);
  --border-blue:   rgba(24, 71, 196, 0.20);

  /* --- Gradients --- */
  --grad-brand:    linear-gradient(135deg, #C8201A 0%, #8F1510 60%, #1847C4 100%);
  --grad-brand-v:  linear-gradient(180deg, #C8201A 0%, #8F1510 100%);
  --grad-red:      linear-gradient(135deg, #C8201A, #8F1510);
  --grad-blue:     linear-gradient(135deg, #1847C4, #0C2A82);
  --grad-dark:     linear-gradient(160deg, #EFEDE9 0%, #F7F5F2 100%);
  --grad-card:     linear-gradient(150deg, #FFFFFF 0%, #FAFAF8 100%);
  --grad-shine:    linear-gradient(135deg, rgba(255,255,255,0.6) 0%, transparent 55%);

  --grad-diagonal-red:  linear-gradient(135deg, rgba(200,32,26,0.06) 0%, transparent 50%);
  --grad-diagonal-blue: linear-gradient(225deg, rgba(24,71,196,0.06) 0%, transparent 50%);

  /* --- Shadows --- */
  --shadow-sm:     0 1px 4px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.04);
  --shadow:        0 4px 20px rgba(0,0,0,0.08), 0 1px 4px rgba(0,0,0,0.04);
  --shadow-lg:     0 16px 48px rgba(0,0,0,0.10), 0 4px 12px rgba(0,0,0,0.05);
  --shadow-red:    0 8px 28px rgba(200, 32, 26, 0.25);
  --shadow-blue:   0 8px 28px rgba(24, 71, 196, 0.18);

  /* --- Layout --- */
  --radius-xs:     4px;
  --radius-sm:     8px;
  --radius:        14px;
  --radius-lg:     20px;
  --radius-xl:     28px;

  /* --- Typography --- */
  --font-display:  'Syne', sans-serif;
  --font-body:     'Montserrat', sans-serif;

  /* --- Motion --- */
  --ease-out:      cubic-bezier(0.22, 1, 0.36, 1);
  --ease-spring:   cubic-bezier(0.34, 1.56, 0.64, 1);
  --transition:    all 0.28s var(--ease-out);
  --transition-fast: all 0.15s ease;
}

/* =============================================
   HTML & BODY
   ============================================= */
html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

body {
  font-family: var(--font-body);
  background: var(--bg-void);
  color: var(--text-primary);
  font-size: clamp(0.9rem, 2vw, 1rem);
  line-height: 1.65;
  overflow-x: hidden;
}

a { text-decoration: none; color: inherit; transition: var(--transition); }
img { max-width: 100%; height: auto; }
ul { list-style: none; }

/* =============================================
   SVG ICONS
   ============================================= */
.svg-icon {
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  vertical-align: -0.125em;
  flex-shrink: 0;
}

/* Larger nav/sidebar icons — apply via icon('name', 'icon-nav') */
.icon-nav {
  width: 1rem;
  height: 1rem;
  vertical-align: -0.2em;
}

/* =============================================
   SELECTION & SCROLLBAR
   ============================================= */
::selection { background: var(--blue); color: #fff; }

::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--bg-secondary); }
::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--red), var(--blue));
  border-radius: 3px;
}

/* =============================================
   CONTAINER
   ============================================= */
.container {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 24px;
}

/* =============================================
   TYPOGRAPHY
   ============================================= */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  letter-spacing: -0.02em;
  line-height: 1.15;
}
h1 { font-size: clamp(1.75rem, 5vw,   2.5rem);   }
h2 { font-size: clamp(1.3rem,  3.5vw, 1.875rem); }
h3 { font-size: clamp(1.05rem, 2.5vw, 1.3rem);   }
h4 { font-size: clamp(0.95rem, 2vw,   1.125rem); }
h5 { font-size: clamp(0.875rem,1.8vw, 1rem);     }
h6 { font-size: clamp(0.8rem,  1.5vw, 0.9rem);   }

.gradient-text {
  background: var(--grad-brand);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* =============================================
   BUTTONS
   ============================================= */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 30px;
  border: none;
  border-radius: var(--radius-sm);
  font-family: var(--font-display);
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.18) 50%, transparent 60%);
  transform: translateX(-100%);
  transition: transform 0.55s ease;
}
.btn:hover::before { transform: translateX(100%); }

.btn-primary {
  background: var(--grad-red);
  color: #fff;
  box-shadow: var(--shadow-red);
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(200, 32, 26, 0.32);
}
.btn-primary:active { transform: translateY(0); }

.btn-secondary {
  background: var(--grad-blue);
  color: #fff;
  box-shadow: var(--shadow-blue);
}
.btn-secondary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(24, 71, 196, 0.28);
}

.btn-outline {
  background: transparent;
  color: var(--text-secondary);
  border: 1.5px solid var(--border-bright);
}
.btn-outline:hover {
  border-color: var(--blue);
  color: var(--blue);
  background: var(--blue-subtle);
}

.btn-gradient {
  background: var(--grad-brand);
  color: #fff;
  box-shadow: var(--shadow-red);
}
.btn-gradient:hover {
  transform: translateY(-3px) scale(1.01);
  box-shadow: var(--shadow-red), var(--shadow-blue);
}

.btn-glass {
  background: var(--bg-glass);
  color: var(--text-primary);
  border: 1px solid var(--border-bright);
  backdrop-filter: blur(16px);
}
.btn-glass:hover {
  background: var(--bg-card-hover);
  border-color: var(--blue);
}

.btn-sm    { padding: 8px 18px; font-size: 0.8rem; }
.btn-lg    {padding: 14px 32px;font-size: 14px;}
.btn-block { width: 100%; white-space: normal; text-align: center; word-break: break-word; }
.btn-success { background: linear-gradient(135deg, var(--green), #066040); color: #fff; font-weight: 700; }
.btn-danger  { background: var(--grad-red); color: #fff; }
.btn-warning { background: linear-gradient(135deg, #A07000, #7a5400); color: #fff; font-weight: 700; }

/* =============================================
   NAVBAR
   ============================================= */
.navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(24px) saturate(160%);
  -webkit-backdrop-filter: blur(24px) saturate(160%);
  border-bottom: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}

.navbar::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 1.5px;
  background: linear-gradient(90deg, transparent 0%, var(--red) 25%, var(--blue) 75%, transparent 100%);
  opacity: 0.5;
}

.navbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
}

.logo-img {
  height: 40px;
  width: auto;
  display: block;
}
.logo-text {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--text-primary);
  letter-spacing: -0.03em;
}
.logo-text .accent { color: var(--red); }

.nav-menu { display: flex; gap: 4px; }

.nav-link {
  padding: 8px 16px;
  border-radius: var(--radius-sm);
  font-size: 0.88rem;
  font-weight: 600;
  font-family: var(--font-body);
  color: var(--text-secondary);
  transition: var(--transition);
  position: relative;
}
.nav-link::after {
  content: '';
  position: absolute;
  bottom: 4px; left: 50%;
  width: 0; height: 2px;
  background: var(--grad-red);
  border-radius: 1px;
  transition: width 0.3s var(--ease-out), left 0.3s var(--ease-out);
}
.nav-link:hover { color: var(--text-primary); }
.nav-link:hover::after { width: 60%; left: 20%; }
.nav-link.active { color: var(--text-primary); background: rgba(0,0,0,0.04); }
.nav-link.active::after { width: 60%; left: 20%; }

.nav-actions { display: flex; gap: 10px; align-items: center; }

/* Hidden on desktop, shown inside full-screen mobile nav */
.nav-mobile-auth { display: none; }

.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  flex-direction: column;
  gap: 5px;
}
.nav-toggle span {
  display: block; width: 24px; height: 2px;
  background: var(--text-primary);
  border-radius: 1px;
  transition: var(--transition);
}

/* =============================================
   HERO
   ============================================= */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 30px;
  position: relative;
  overflow: hidden;
  background: var(--bg-primary);
  padding-bottom: 50px;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 50% 50% at 0% 100%, rgba(200, 32, 26, 0.08) 0%, transparent 60%),
    radial-gradient(ellipse 45% 50% at 100% 10%,  rgba(24, 71, 196, 0.07) 0%, transparent 55%);
  pointer-events: none;
}

.hero::after {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 42%; height: 100%;
  background: linear-gradient(
    to bottom left,
    rgba(24, 71, 196, 0.03) 0%,
    transparent 60%
  );
  clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin-top: 0px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 18px;
  background: var(--red-subtle);
  border: 1px solid var(--border-red);
  border-radius: 50px;
  font-size: 10px;
  font-weight: 700;
  font-family: var(--font-display);
  color: var(--red);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 28px;
  animation: fadeInDown 0.6s var(--ease-out) both;
}

.hero h1 {
  font-size: clamp(1.85rem, 5.5vw, 2.5rem);
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 32px;
  animation: fadeInUp 0.7s var(--ease-out) 0.15s both;
}

.hero p {
  font-size: 14px;
  font-weight: 400;
  color: var(--text-secondary);
  margin-bottom: 36px;
  max-width: 560px;
  line-height: 1.75;
  animation: fadeInUp 0.7s var(--ease-out) 0.28s both;
}

.hero-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  animation: fadeInUp 0.7s var(--ease-out) 0.4s both;
}

.hero-stats {
  display: flex;
  gap: 0;
  margin-top: 68px;
  padding-top: 44px;
  border-top: 1px solid var(--border);
  animation: fadeInUp 0.7s var(--ease-out) 0.55s both;
}

.hero-stat {
  flex: 1;
  padding-right: 36px;
  margin-right: 36px;
  border-right: 1px solid var(--border);
}
.hero-stat:last-child { border-right: none; margin-right: 0; padding-right: 0; }

.hero-stat h3 {
  font-size: clamp(1.4rem, 4vw, 2.2rem);
  font-weight: 800;
  color: var(--text-primary);
  line-height: 1;
  margin-bottom: 4px;
}
.hero-stat h3.red { color: var(--red); }
.hero-stat h3.blue { color: var(--blue); }

.hero-stat p {
  font-size: 0.82rem;
  color: var(--text-muted);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0;
}

/* =============================================
   SECTIONS
   ============================================= */
.section { padding: 110px 0; }

.section-dark {
  background: var(--bg-secondary);
  position: relative;
}
.section-dark::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 40% 35% at 100% 0%,  rgba(200,32,26,0.05)  0%, transparent 60%),
    radial-gradient(ellipse 35% 30% at 0%   100%, rgba(24,71,196,0.05)  0%, transparent 60%);
  pointer-events: none;
}

.section-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 72px;
}

.section-header .badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 18px;
  background: var(--blue-subtle);
  border: 1px solid var(--border-blue);
  border-radius: 50px;
  font-size: 0.72rem;
  font-weight: 700;
  font-family: var(--font-display);
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 18px;
}

.section-header h2 {
  font-size: clamp(1.35rem, 4vw, 1.875rem);
  font-weight: 700;
  margin-bottom: 18px;
  line-height: 1.15;
}

.section-header p {
  color: var(--text-secondary);
  font-size: 1.05rem;
  font-weight: 300;
}

/* =============================================
   CARDS
   ============================================= */
.card {
  background: var(--bg-primary);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 34px;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
  isolation: isolate;
  box-shadow: var(--shadow-sm);
}

.card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--grad-shine);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 2.5px;
  background: linear-gradient(90deg, var(--red), transparent);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.card:hover {
  border-color: var(--border-blue);
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
}
.card:hover::before { opacity: 1; }
.card:hover::after  { opacity: 1; }

.card-icon {
  width: 44px;
  height: 44px;
  background: var(--blue-subtle);
  border: 1px solid var(--border-blue);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: var(--blue);
  margin-bottom: 22px;
  transition: var(--transition);
}
.card:hover .card-icon {
  background: var(--blue);
  border-color: transparent;
  color: #fff;
  box-shadow: var(--shadow-blue);
  transform: scale(1.08);
}

.card h3 {
  font-size: clamp(0.82rem, 2.2vw, 0.9375rem);
  font-weight: 700;
  margin-bottom: 13px;
  font-family: var(--font-display);
  letter-spacing: -0.01em;
  color: var(--text-primary);
}
.card p {color: var(--text-secondary);font-size: clamp(0.75rem, 1.8vw, 0.8125rem);line-height: 1.72;}

/* Vertically + horizontally center content in icon-less text-only cards */
.card.text-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 80px;
}
.card.text-center h3 { margin-bottom: 0; }

/* =============================================
   GRIDS
   ============================================= */
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }

/* =============================================
   PRICING
   ============================================= */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  align-items: stretch;
}

.pricing-card {
  background: var(--bg-primary);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 36px 28px;
  position: relative;
  transition: var(--transition);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

.pricing-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--bg-secondary);
  transition: var(--transition);
}

.pricing-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.pricing-card:hover::before { background: var(--grad-red); }

.pricing-card.popular {
  border-color: var(--blue);
  box-shadow: 0 0 0 1.5px var(--blue), var(--shadow);
}
.pricing-card.popular::before { background: var(--grad-brand); }

.pricing-card.popular::after {
  content: 'MOST POPULAR';
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--grad-brand);
  color: #fff;
  padding: 4px 22px;
  border-radius: 0 0 var(--radius-sm) var(--radius-sm);
  font-size: 8px;
  font-weight: 800;
  font-family: var(--font-display);
  letter-spacing: 0.12em;
}

.pricing-card .plan-name {
  font-size: 0.78rem;
  font-weight: 700;
  font-family: var(--font-display);
  color: var(--text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-bottom: 14px;
}

.pricing-card .plan-price {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.1rem, 2.8vw, 1.6rem);
  font-weight: 800;
  margin-bottom: 4px;
  line-height: 1;
  color: var(--text-primary);
  word-break: break-all;
}
.pricing-card .plan-price .currency {
  font-size: 1rem; font-weight: 600; vertical-align: super; color: var(--text-muted);
}

.pricing-card .plan-duration { color: var(--text-muted); font-size: 0.82rem; margin-bottom: 22px; }

.pricing-card .plan-impressions {
  font-size: 0.85rem;
  color: var(--blue);
  background: var(--blue-subtle);
  border: 1px solid var(--border-blue);
  padding: 8px 16px;
  border-radius: var(--radius-sm);
  margin-bottom: 22px;
  text-align: center;
  font-weight: 600;
}

.pricing-card .plan-features { flex: 1; margin-bottom: 26px; }
.pricing-card .plan-features li {
  padding: 9px 0;
  font-size: 12px;
  color: var(--text-primary);
  display: flex;
  align-items: flex-start;
  gap: 10px;
  border-bottom: 1px solid var(--border);
}
.pricing-card .plan-features li:last-child { border-bottom: none; }
.pricing-card .plan-features li i {
  color: var(--green);
  margin-top: 3px;
  font-size: 0.78rem;
}

.pricing-card .plan-entries {
  text-align: center;
  padding: 10px;
  background: var(--red-subtle);
  border: 1px solid var(--border-red);
  border-radius: var(--radius-sm);
  margin-bottom: 20px;
  font-size: 0.82rem;
  color: var(--red);
  font-weight: 700;
  font-family: var(--font-display);
  letter-spacing: 0.04em;
}

/* =============================================
   STEPS / HOW IT WORKS
   ============================================= */
.steps {
  display: flex;
  flex-direction: column;
  max-width: 680px;
  margin: 0 auto;
}

.step {
  display: flex;
  gap: 28px;
  position: relative;
  padding-bottom: 48px;
}
.step:last-child { padding-bottom: 0; }

.step-number {
  width: 52px;
  height: 52px;
  min-width: 52px;
  background: var(--bg-primary);
  border: 1.5px solid var(--border-bright);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.1rem;
  color: var(--red);
  position: relative;
  z-index: 1;
  box-shadow: var(--shadow-sm);
}
.step:not(:last-child) .step-number::after {
  content: '';
  position: absolute;
  top: 52px; left: 50%;
  width: 2px;
  height: calc(100% + 48px - 4px);
  background: linear-gradient(180deg, var(--border-bright) 0%, transparent 100%);
  transform: translateX(-50%);
  z-index: -1;
}

.step-content { padding-top: 14px; }
.step-content h3 { font-size: clamp(0.95rem, 2.5vw, 1.1rem); font-weight: 700; font-family: var(--font-display); margin-bottom: 8px; color: var(--text-primary); }
.step-content p { color: var(--text-secondary); font-size: clamp(0.82rem, 2vw, 0.9rem); }

/* =============================================
   INDUSTRIES
   ============================================= */
.industries-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.industry-item {
  text-align: center;
  padding: 28px 16px;
  background: var(--bg-primary);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  transition: var(--transition);
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

.industry-item::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, var(--blue-subtle), transparent 70%);
  opacity: 0;
  transition: opacity 0.3s;
}

.industry-item:hover { border-color: var(--border-blue); transform: translateY(-5px); box-shadow: var(--shadow-blue); }
.industry-item:hover::before { opacity: 1; }

.industry-item i {
  font-size: 1.9rem; color: var(--blue); margin-bottom: 12px;
  transition: var(--transition);
}
.industry-item:hover i { transform: scale(1.1); }

.industry-item h4 {
  font-size: 0.82rem; font-weight: 700; font-family: var(--font-display);
  letter-spacing: 0.03em; color: var(--text-muted); transition: color 0.3s;
  margin-top: 10px;
}
.industry-item:hover h4 { color: var(--text-primary); }

/* =============================================
   FORMS
   ============================================= */
.form-group { margin-bottom: 22px; }

.form-group label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  font-family: var(--font-display);
  letter-spacing: 0.04em;
  margin-bottom: 8px;
  color: var(--text-secondary);
  text-transform: uppercase;
}

.form-control {
  width: 100%;
  padding: 13px 18px;
  background: var(--bg-input);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  color: var(--text-primary);
  font-family: var(--font-body);
  font-size: 13px;
  transition: var(--transition);
  outline: none;
  -webkit-appearance: none;
}
.form-control:hover { border-color: var(--border-bright); }
.form-control:focus {
  border-color: var(--blue);
  background: var(--bg-primary);
  box-shadow: 0 0 0 3px rgba(24, 71, 196, 0.10);
}
.form-control::placeholder { color: var(--text-muted); }

select.form-control {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%237A7A7A' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  padding-right: 44px;
}
textarea.form-control { min-height: 130px; resize: vertical; }

/* =============================================
   ALERTS
   ============================================= */
.alert {
  padding: 14px 20px;
  border-radius: var(--radius-sm);
  margin-bottom: 20px;
  font-size: 0.88rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
}
.alert-success { background: var(--green-subtle);  color: var(--green);  border: 1px solid rgba(10,124,80,0.20); }
.alert-danger  { background: var(--red-subtle);    color: var(--red);    border: 1px solid var(--border-red); }
.alert-warning { background: var(--yellow-subtle); color: var(--yellow); border: 1px solid rgba(160,112,0,0.20); }
.alert-info    { background: var(--blue-subtle);   color: var(--blue);   border: 1px solid var(--border-blue); }

/* =============================================
   AUTH PAGES
   ============================================= */
.auth-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 20px 40px;
  background:
    radial-gradient(ellipse 50% 45% at 15% 50%, rgba(24,71,196,0.07) 0%, transparent 60%),
    radial-gradient(ellipse 45% 40% at 85% 50%, rgba(200,32,26,0.06) 0%, transparent 60%),
    var(--bg-void);
}

.auth-card {
  background: var(--bg-primary);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 48px 44px;
  width: 100%;
  max-width: 460px;
  box-shadow: var(--shadow-lg);
  position: relative;
  overflow: hidden;
}
.auth-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--grad-brand);
}

.auth-card h2 { font-size: 25px; font-weight: 800; margin-bottom: 8px; }
.auth-card .subtitle { color: var(--text-secondary); margin-bottom: 36px; font-weight: 300; }
.auth-card .auth-footer { text-align: center; margin-top: 24px; color: var(--text-muted); font-size: 0.88rem; }
.auth-card .auth-footer a { color: var(--blue); font-weight: 600; }
.auth-card .auth-footer a:hover { text-decoration: underline; }

/* =============================================
   DASHBOARD LAYOUT
   ============================================= */
.dashboard-layout {
  display: flex;
  min-height: 100vh;
  padding-top: 70px;
}

.sidebar {
  width: 260px;
  background: var(--bg-primary);
  border-right: 1px solid var(--border);
  padding: 28px 0;
  position: fixed;
  top: 70px; left: 0; bottom: 0;
  overflow-y: auto;
  box-shadow: var(--shadow-sm);
}
.sidebar::after {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 1px; height: 100%;
  background: linear-gradient(180deg, transparent, var(--blue), transparent);
  opacity: 0.15;
}

.sidebar-menu { padding: 0 12px; }
.sidebar-menu a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 16px;
  border-radius: var(--radius-sm);
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--text-muted);
  transition: var(--transition);
  margin-bottom: 2px;
  position: relative;
  overflow: hidden;
}
.sidebar-menu a::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 3px;
  background: var(--grad-red);
  border-radius: 0 2px 2px 0;
  transform: scaleY(0);
  transition: transform 0.25s var(--ease-out);
}
.sidebar-menu a:hover { color: var(--text-primary); background: rgba(0,0,0,0.03); }
.sidebar-menu a.active { background: var(--blue-subtle); color: var(--blue); }
.sidebar-menu a.active::before { transform: scaleY(1); }
.sidebar-menu a i { width: 20px; text-align: center; }

.sidebar-divider { height: 1px; background: var(--border); margin: 18px 12px; }

.dashboard-content { flex: 1; margin-left: 260px; padding: 36px; background: var(--bg-void); }

.dash-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 36px;
  flex-wrap: wrap;
}
.dash-header > h1:first-child,
.dash-header > div:first-child { flex: 1 1 0; }
.dash-header h1 { font-size: 21px; font-weight: 700; margin-bottom: 6px; }
.dash-header h1 + p.text-muted { margin-top: 4px; }

/* Stat Cards */
.stat-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
  margin-bottom: 36px;
}

.stat-card {
  background: var(--bg-primary);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 26px;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.stat-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 2px;
  opacity: 0;
  transition: opacity 0.3s;
}
.stat-card:hover { transform: translateY(-3px); border-color: var(--border-bright); box-shadow: var(--shadow); }
.stat-card:hover::after { opacity: 1; }
.stat-card:has(.stat-icon.red):hover::after    { background: var(--grad-red); }
.stat-card:has(.stat-icon.blue):hover::after   { background: var(--grad-blue); }
.stat-card:has(.stat-icon.green):hover::after  { background: linear-gradient(90deg, var(--green), transparent); }
.stat-card:has(.stat-icon.yellow):hover::after { background: linear-gradient(90deg, var(--yellow), transparent); }

.stat-card .stat-icon {
  width: 46px; height: 46px;
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  margin-bottom: 18px;
  transition: var(--transition);
}
.stat-card .stat-icon.red    { background: var(--red-subtle);    color: var(--red);    border: 1px solid var(--border-red); }
.stat-card .stat-icon.blue   { background: var(--blue-subtle);   color: var(--blue);   border: 1px solid var(--border-blue); }
.stat-card .stat-icon.green  { background: var(--green-subtle);  color: var(--green);  border: 1px solid rgba(10,124,80,0.20); }
.stat-card .stat-icon.yellow { background: var(--yellow-subtle); color: var(--yellow); border: 1px solid rgba(160,112,0,0.20); }

.stat-card .stat-value {font-family: 'Montserrat', sans-serif;font-size: clamp(1.1rem, 2.5vw, 1.5rem);font-weight: 700;margin-bottom: 4px;color: var(--text-primary);}
.stat-card .stat-label { font-size: 0.8rem; color: var(--text-secondary); text-transform: uppercase; letter-spacing: 0.06em; font-weight: 600; }

/* =============================================
   TABLES
   ============================================= */
.table-wrapper {
  background: var(--bg-primary);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.table-wrapper table { width: 100%; border-collapse: collapse; }
.table-wrapper th {
  background: var(--bg-secondary);
  padding: 14px 20px;
  text-align: left;
  font-size: 0.72rem;
  font-weight: 700;
  font-family: var(--font-display);
  color: var(--text-muted);
  text-transform: capitalize;
  letter-spacing: 0.1em;
  border-bottom: 1px solid var(--border);
}
.table-wrapper td {
  padding: 14px 20px; font-size: 0.88rem;
  border-top: 1px solid var(--border);
  color: var(--text-secondary);
  transition: var(--transition-fast);
}
.table-wrapper tr:hover td {
  background: rgba(24, 71, 196, 0.03);
  color: var(--text-primary);
}

/* =============================================
   STATUS BADGES
   ============================================= */
.badge-status {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 12px;
  border-radius: 50px;
  font-size: 0.72rem; font-weight: 700; font-family: var(--font-display);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.badge-status::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: currentColor; opacity: 0.7; }

.badge-status.active   { background: var(--green-subtle);  color: var(--green);  border: 1px solid rgba(10,124,80,0.20); }
.badge-status.pending  { background: var(--yellow-subtle); color: var(--yellow); border: 1px solid rgba(160,112,0,0.20); }
.badge-status.expired,
.badge-status.rejected,
.badge-status.failed   { background: var(--red-subtle);    color: var(--red);    border: 1px solid var(--border-red); }
.badge-status.draft    { background: rgba(0,0,0,0.04);     color: var(--text-muted); border: 1px solid var(--border); }
.badge-status.approved,
.badge-status.success  { background: var(--blue-subtle);   color: var(--blue);   border: 1px solid var(--border-blue); }

/* =============================================
   BLOG
   ============================================= */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.blog-card {
  background: var(--bg-primary);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: var(--transition);
  box-shadow: var(--shadow-sm);
}
.blog-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); border-color: var(--border-blue); }

.blog-card .blog-image {
  width: 100%; height: 210px;
  object-fit: cover; background: var(--bg-secondary);
  overflow: hidden;
  transition: transform 0.5s var(--ease-out);
  display: block;
}
.blog-card .blog-img-placeholder { height: 210px; }
.blog-card:hover .blog-image { transform: scale(1.04); }
.blog-card:hover .blog-img-placeholder { transform: scale(1.04); }

.blog-card .blog-body { padding: 26px; }
.blog-card .blog-date { font-size: 0.76rem; color: var(--text-secondary); font-weight: 500; margin-bottom: 8px; text-transform: uppercase; letter-spacing: 0.08em; }
.blog-card h3 { font-size: 1.05rem; font-weight: 700; margin-bottom: 10px; line-height: 1.4; font-family: var(--font-display); color: var(--text-primary); }
.blog-card p { font-size: 0.86rem; color: var(--text-secondary); margin-bottom: 18px; line-height: 1.65; }
.blog-card .read-more { color: var(--blue); font-weight: 600; font-size: 0.86rem; display: inline-flex; align-items: center; gap: 6px; }
.blog-card .read-more:hover { color: var(--red); }

.blog-post { max-width: 800px; margin: 0 auto; padding-top: 110px; }
.blog-post h1 {font-size: 2.4rem;font-weight: 700;margin-bottom: 18px;}
.blog-post .post-meta { color: var(--text-muted); font-size: 0.88rem; margin-bottom: 36px; display: flex; gap: 20px; text-transform: uppercase; letter-spacing: 0.06em; }
.blog-post .post-content { font-size: 1.05rem; line-height: 1.85; color: var(--text-secondary); }
.blog-post .post-content h2 { font-size: 1.55rem; color: var(--text-primary); margin: 36px 0 18px; font-family: var(--font-display); }
.blog-post .post-content p { margin-bottom: 18px; }
.blog-post .post-content img { border-radius: var(--radius); margin: 28px 0; }

/* =============================================
   CTA SECTION
   ============================================= */
.cta-section {
  background: var(--red);
  padding: 90px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-section::before {
  content: '';
  position: absolute;
  top: -60%; left: -10%; right: -10%; bottom: -60%;
  background: radial-gradient(circle at 50% 50%, rgba(255,255,255,0.10) 0%, transparent 60%);
}
.cta-section::after {
  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='%23ffffff' 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");
}

.cta-section h2 { font-size: clamp(1.4rem, 4.5vw, 1.875rem); font-weight: 800; margin-bottom: 18px; position: relative; z-index: 1; color: #fff; }
.cta-section p  { font-size: 1.1rem; opacity: 0.90; margin-bottom: 36px; max-width: 600px; margin-left: auto; margin-right: auto; position: relative; z-index: 1; font-weight: 300; color: #fff; }
.cta-section .btn { position: relative; z-index: 1; }

.btn-white { background: #fff; color: var(--red); font-weight: 800; font-family: var(--font-display); }
.btn-white:hover { transform: translateY(-3px) scale(1.02); box-shadow: 0 12px 40px rgba(0,0,0,0.20); }

/* =============================================
   CAMPAIGN / RAFFLE
   ============================================= */
.campaign-hero {
  text-align: center;
  padding: 150px 0 90px;
  position: relative;
}
.campaign-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 65% 55% at 50% 50%, rgba(200,32,26,0.08) 0%, transparent 60%);
  pointer-events: none;
}

.campaign-hero .prize {
  display: inline-block;
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 6vw, 2.5rem);
  font-weight: 800;
  background: var(--grad-red);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 18px;
}

.entries-table { max-width: 600px; margin: 40px auto; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.entries-table table { width: 100%; border-collapse: collapse; }
.entries-table th, .entries-table td { padding: 16px 24px; text-align: center; border: 1px solid var(--border); }
.entries-table th { background: var(--bg-secondary); font-weight: 700; color: var(--blue); font-family: var(--font-display); text-transform: uppercase; letter-spacing: 0.08em; font-size: 0.8rem; }
.entries-table td { background: var(--bg-primary); }

/* =============================================
   URGENCY BANNER
   ============================================= */
.urgency-banner {
  background: var(--red-subtle);
  border: 1px solid var(--border-red);
  border-radius: var(--radius);
  padding: 28px 32px;
  text-align: center;
  margin: 44px 0;
  position: relative;
  overflow: hidden;
}
.urgency-banner::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 4px;
  background: var(--grad-red);
  border-radius: 0;
}
.urgency-banner h3 { color: var(--red); font-size: 1.2rem; margin-bottom: 8px; font-family: var(--font-display); }
.urgency-banner p  { color: var(--text-secondary); font-size: 0.9rem; }

/* =============================================
   CONTACT
   ============================================= */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }

.contact-info-card {
  display: flex;
  gap: 18px;
  padding: 22px;
  background: var(--bg-primary);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  margin-bottom: 16px;
  transition: var(--transition);
  box-shadow: var(--shadow-sm);
}
.contact-info-card:hover { border-color: var(--border-blue); transform: translateX(4px); box-shadow: var(--shadow); }
.contact-info-card i { font-size: 1.2rem; color: var(--blue); margin-top: 4px; }
.contact-info-card h4 { font-size: 0.92rem; font-weight: 700; margin-bottom: 4px; font-family: var(--font-display); color: var(--text-primary); }
.contact-info-card p { font-size: 0.86rem; color: var(--text-secondary); }

/* =============================================
   ABOUT
   ============================================= */
.about-hero { padding: 150px 0 90px; text-align: center; }
.about-content { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.about-content h2 { font-size: 30px; margin-bottom: 22px; font-weight: 800; margin-top: 10px; }
.about-content p { color: var(--text-secondary); margin-bottom: 18px; font-size: 1rem; line-height: 1.85; font-weight: 300; }

/* =============================================
   FOOTER
   ============================================= */
.footer {
  background: var(--bg-secondary);
  border-top: 1px solid var(--border);
  padding: 70px 0 0;
  position: relative;
}
.footer::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1.5px;
  background: linear-gradient(90deg, transparent, var(--red) 25%, var(--blue) 75%, transparent);
  opacity: 0.45;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}

.footer-logo { display: inline-block; margin-bottom: 18px; }
.footer-logo .logo-img { height: 36px; width: auto; }
.footer-col h3 { margin-bottom: 18px; }
.footer-col h4 { font-size: 0.78rem; font-weight: 700; font-family: var(--font-display); margin-bottom: 18px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.14em; }
.footer-col p {color: var(--text-secondary);font-size: 13px;line-height: 1.75;font-weight: 400;}
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul li a {color: var(--text-muted);font-size: 13px;transition: var(--transition);display: flex;align-items: center;gap: 6px;}
.footer-col ul li a:hover { color: var(--blue); transform: translateX(4px); }
.footer-col ul li i, .footer-col ul li .svg-icon { color: var(--blue); }

.social-links { display: flex; gap: 10px; margin-top: 24px; }
.social-links a {
  width: 38px; height: 38px;
  background: var(--bg-primary);
  border: 1px solid var(--border-bright);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  transition: var(--transition);
  font-size: 0.85rem;
}
.social-links a:hover {
  background: var(--red);
  border-color: transparent;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: var(--shadow-red);
}

.footer-bottom {
  border-top: 1px solid var(--border);
  padding: 22px 0;
  text-align: center;
  font-size: 0.82rem;
  color: var(--text-muted);
}

/* =============================================
   AD CARDS
   ============================================= */
.ad-card {
  background: var(--bg-primary);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: var(--transition);
  box-shadow: var(--shadow-sm);
}
.ad-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); border-color: var(--border-blue); }

.ad-card .ad-media { width: 100%; height: 220px; object-fit: cover; transition: transform 0.5s var(--ease-out); }
.ad-card:hover .ad-media { transform: scale(1.04); }

.ad-card .ad-body { padding: 22px; }
.ad-card .ad-category { font-size: 0.72rem; color: var(--blue); text-transform: uppercase; font-weight: 700; letter-spacing: 0.1em; margin-bottom: 6px; font-family: var(--font-display); }
.ad-card .ad-title { font-size: 1rem; font-weight: 700; margin-bottom: 8px; font-family: var(--font-display); color: var(--text-primary); }
.ad-card .ad-desc { font-size: 0.84rem; color: var(--text-secondary); margin-bottom: 14px; }
.ad-card .ad-meta { display: flex; justify-content: space-between; font-size: 0.78rem; color: var(--text-muted); }

/* =============================================
   AD BANNER ZONES
   ============================================= */
.ad-zone { margin: 32px 0; display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }
.ad-zone-leaderboard { flex-direction: row; }
.ad-zone-sidebar { flex-direction: column; gap: 16px; }
.ad-zone-inline { flex-direction: row; }

.ad-banner {
  position: relative;
  border-radius: var(--radius-sm);
  overflow: hidden;
  border: 1px solid var(--border);
  transition: var(--transition);
  background: var(--bg-secondary);
  max-width: 728px;
  flex: 1;
  min-width: 280px;
  box-shadow: var(--shadow-sm);
}
.ad-banner:hover {
  border-color: var(--border-blue);
  box-shadow: var(--shadow-blue);
  transform: translateY(-2px);
}
.ad-banner a { display: block; line-height: 0; }
.ad-banner img { width: 100%; height: auto; object-fit: cover; transition: transform 0.4s var(--ease-out); }
.ad-banner:hover img { transform: scale(1.02); }

.ad-label {
  position: absolute;
  top: 6px; right: 6px;
  background: rgba(255,255,255,0.85);
  color: var(--text-muted);
  font-size: 0.6rem; font-weight: 700; font-family: var(--font-display);
  padding: 2px 8px;
  border-radius: 3px;
  letter-spacing: 0.1em; text-transform: uppercase;
  pointer-events: none;
  border: 1px solid var(--border);
}
.ad-zone-sidebar .ad-banner { max-width: 300px; }
.ad-zone-sidebar .ad-banner img { max-height: 250px; }

/* =============================================
   VISITOR COUNTER
   ============================================= */
.visitor-counter-section {
  padding: 40px 0 0;
  margin-top: 0;
  position: relative;
  z-index: 2;
}
.visitor-counter {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  background: var(--bg-primary);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px 40px;
  box-shadow: var(--shadow);
}
.visitor-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  flex: 1;
  min-width: 100px;
  position: relative;
}
.visitor-value {
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--text-primary);
  line-height: 1;
}
.visitor-label {
  font-size: 0.75rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.visitor-icon { color: var(--blue); font-size: 1rem; margin-bottom: 2px; }
.visitor-divider {
  width: 1px;
  height: 48px;
  background: var(--border);
  margin: 0 20px;
  flex-shrink: 0;
}
.visitor-pulse {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #2ecc40;
  margin-bottom: 4px;
  position: relative;
  animation: visitorPulse 2s ease infinite;
}
.visitor-pulse::after {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px solid #2ecc40;
  animation: visitorPulseRing 2s ease infinite;
}
@keyframes visitorPulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.6; } }
@keyframes visitorPulseRing { 0% { transform: scale(1); opacity: 0.6; } 100% { transform: scale(2.2); opacity: 0; } }

/* =============================================
   PREMIUM ADS RIBBON
   ============================================= */
.premium-ads-ribbon {
  padding: 28px 0;
  background: var(--bg-secondary);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.premium-ads-label { text-align: center; margin-bottom: 14px; }
.premium-ads-label span {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--text-muted);
  background: var(--bg-primary);
  padding: 3px 14px;
  border-radius: 999px;
  border: 1px solid var(--border);
}
.premium-ads-track { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.premium-ad-card {
  flex: 0 1 280px;
  max-width: 320px;
  border-radius: var(--radius-sm);
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--bg-primary);
  transition: var(--transition);
  position: relative;
  box-shadow: var(--shadow-sm);
}
.premium-ad-card:hover {
  border-color: var(--border-blue);
  box-shadow: var(--shadow-blue);
  transform: translateY(-3px);
}
.premium-ad-card a { display: block; text-decoration: none; color: inherit; }
.premium-ad-img { width: 100%; height: 160px; overflow: hidden; }
.premium-ad-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s var(--ease-out); }
.premium-ad-card:hover .premium-ad-img img { transform: scale(1.04); }
.premium-ad-info { padding: 10px 14px; display: flex; align-items: center; gap: 8px; }
.premium-ad-badge {
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 2px 8px;
  border-radius: 4px;
  background: var(--grad-red);
  color: #fff;
  white-space: nowrap;
  flex-shrink: 0;
}
.premium-ad-title {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text-secondary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* =============================================
   ADS DIRECTORY PAGE
   ============================================= */
.ad-dir-filters { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }

.filter-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: var(--bg-primary);
  color: var(--text-secondary);
  font-size: 0.82rem; font-weight: 500;
  text-decoration: none;
  transition: var(--transition);
  white-space: nowrap;
}
.filter-pill:hover { border-color: var(--blue); color: var(--blue); background: var(--blue-subtle); }
.filter-pill.active { background: var(--blue); color: #fff; border-color: var(--blue); }

.ad-dir-featured { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 20px; }
.ad-dir-grid     { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 20px; }

.ad-dir-card {
  background: var(--bg-primary);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: var(--transition);
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-sm);
}
.ad-dir-card:hover { border-color: var(--border-blue); box-shadow: var(--shadow-blue); transform: translateY(-3px); }
.ad-dir-card.featured { border-color: rgba(160,112,0,0.25); }
.ad-dir-card.featured:hover { border-color: rgba(160,112,0,0.5); }

.ad-dir-image { display: block; position: relative; overflow: hidden; aspect-ratio: 16/9; background: var(--bg-secondary); }
.ad-dir-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s var(--ease-out); }
.ad-dir-card:hover .ad-dir-image img { transform: scale(1.04); }

.ad-dir-featured-badge {
  position: absolute;
  top: 8px; left: 8px;
  background: linear-gradient(135deg, #f0c020, #e07810);
  color: #111;
  font-size: 0.65rem; font-weight: 700;
  padding: 3px 10px;
  border-radius: 4px;
  letter-spacing: 0.05em; text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 4px;
}

.ad-dir-info { padding: 16px; flex: 1; display: flex; flex-direction: column; }
.ad-dir-info h3 { font-size: 0.95rem; font-weight: 600; color: var(--text-primary); margin-bottom: 6px; line-height: 1.3; }
.ad-dir-desc { font-size: 0.8rem; color: var(--text-secondary); line-height: 1.5; margin-bottom: 10px; }
.ad-dir-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 12px; }
.ad-dir-category, .ad-dir-company { display: inline-flex; align-items: center; gap: 4px; font-size: 0.75rem; color: var(--text-muted); }
.ad-dir-category { color: var(--blue); }

.ad-dir-visit {
  display: inline-flex; align-items: center; gap: 6px;
  margin-top: auto; font-size: 0.82rem; font-weight: 600;
  color: var(--blue); text-decoration: none; transition: var(--transition);
}
.ad-dir-visit:hover { color: var(--red); gap: 10px; }

.ad-dir-pagination { display: flex; align-items: center; justify-content: center; gap: 12px; margin-top: 40px; flex-wrap: wrap; }
.ad-dir-page-numbers { display: flex; gap: 4px; }

.page-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 36px; height: 36px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border);
  background: var(--bg-primary);
  color: var(--text-secondary);
  font-size: 0.85rem; font-weight: 500;
  text-decoration: none; transition: var(--transition);
  box-shadow: var(--shadow-sm);
}
.page-num:hover { border-color: var(--blue); color: var(--blue); }
.page-num.active { background: var(--blue); color: #fff; border-color: var(--blue); }

.ad-banner-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.ad-banner-item {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  aspect-ratio: 16/9;
  background: var(--bg-secondary);
  transition: var(--transition);
  box-shadow: var(--shadow-sm);
}
.ad-banner-item:hover { border-color: var(--border-blue); box-shadow: var(--shadow-blue); transform: translateY(-3px); }
.ad-banner-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s var(--ease-out); }
.ad-banner-item:hover img { transform: scale(1.04); }

.home-ad-preview { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.home-ad-preview .ad-banner-item { aspect-ratio: 16/9; }

/* =============================================
   IMAGE SHOWCASE EFFECTS
   ============================================= */
.hero-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  min-height: 100vh;
  padding-top: 90px;
}
.hero-split .hero-content { text-align: left; }
.hero-split .hero-content h1 { text-align: left; }
.hero-split .hero-content p { margin-left: 0; }
.hero-split .hero-buttons { justify-content: flex-start; }
.hero-split .hero-stats { justify-content: flex-start; }

.img-showcase { position: relative; perspective: 1200px; }
.img-showcase .img-frame {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  transform: rotateY(-6deg) rotateX(3deg);
  transition: transform 0.6s var(--ease-spring), box-shadow 0.6s ease;
  box-shadow: var(--shadow-lg), 0 0 0 1px rgba(0,0,0,0.06);
}
.img-showcase .img-frame:hover {
  transform: rotateY(0deg) rotateX(0deg) scale(1.02);
  box-shadow: var(--shadow-lg), 0 0 40px var(--red-glow), 0 0 80px var(--blue-glow);
}
.img-showcase .img-frame img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.6s var(--ease-spring); }
.img-showcase .img-frame:hover img { transform: scale(1.06); }

.img-showcase::before {
  content: '';
  position: absolute;
  inset: -3px;
  border-radius: calc(var(--radius-lg) + 3px);
  background: conic-gradient(from var(--glow-angle, 0deg), var(--red), var(--blue), var(--red));
  opacity: 0.25;
  z-index: -1;
  animation: glowSpin 4s linear infinite;
  filter: blur(12px);
}
@keyframes glowSpin { to { --glow-angle: 360deg; } }
@property --glow-angle { syntax: '<angle>'; initial-value: 0deg; inherits: false; }

.img-showcase::after {
  content: '';
  position: absolute;
  width: 120%; height: 120%;
  top: -10%; left: -10%;
  background:
    radial-gradient(circle at 20% 80%, var(--red-glow) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, var(--blue-glow) 0%, transparent 50%);
  z-index: -2;
  animation: floatAccent 6s ease-in-out infinite alternate;
  filter: blur(40px);
}
@keyframes floatAccent { 0% { transform: translate(0,0) scale(1); } 100% { transform: translate(10px,-10px) scale(1.05); } }

.img-diagonal { position: relative; overflow: hidden; border-radius: var(--radius-lg); }
.img-diagonal img { width: 100%; height: 100%; object-fit: cover; display: block; clip-path: polygon(8% 0%, 100% 0%, 100% 100%, 0% 100%); transition: clip-path 0.6s var(--ease-spring), transform 0.6s var(--ease-spring); }
.img-diagonal:hover img { clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); transform: scale(1.04); }
.img-diagonal::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(200,32,26,0.18) 0%, transparent 50%, rgba(24,71,196,0.12) 100%); z-index: 1; pointer-events: none; transition: opacity 0.4s ease; }
.img-diagonal:hover::before { opacity: 0.5; }

.page-hero-img { position: relative; padding: 160px 0 100px; text-align: center; overflow: hidden; }
.page-hero-img::before { content: ''; position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0.10; filter: blur(2px) saturate(1.2); transform: scale(1.1); transition: transform 8s ease, opacity 1s ease; z-index: 0; }
.page-hero-img:hover::before { transform: scale(1.15); opacity: 0.14; }
.page-hero-img > * { position: relative; z-index: 1; }
.page-hero-img::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, var(--bg-void) 0%, transparent 30%, transparent 70%, var(--bg-void) 100%); z-index: 0; pointer-events: none; }

.hero-bg-about::before    { background-image: url('https://images.pexels.com/photos/3769004/pexels-photo-3769004.jpeg?auto=compress&cs=tinysrgb&w=1920'); }
.hero-bg-hiw::before      { background-image: url('https://images.pexels.com/photos/5717204/pexels-photo-5717204.jpeg?auto=compress&cs=tinysrgb&w=1920'); }
.hero-bg-pricing::before  { background-image: url('https://images.pexels.com/photos/7172783/pexels-photo-7172783.jpeg?auto=compress&cs=tinysrgb&w=1920'); }
.hero-bg-contact::before  { background-image: url('https://images.pexels.com/photos/3762929/pexels-photo-3762929.jpeg?auto=compress&cs=tinysrgb&w=1920'); }
.hero-bg-blog::before     { background-image: url('https://images.pexels.com/photos/5955111/pexels-photo-5955111.jpeg?auto=compress&cs=tinysrgb&w=1920'); }
.hero-bg-campaign::before { background-image: url('https://images.pexels.com/photos/7550395/pexels-photo-7550395.jpeg?auto=compress&cs=tinysrgb&w=1920'); }

.content-with-image { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.content-with-image.reverse { direction: rtl; }
.content-with-image.reverse > * { direction: ltr; }

.img-magnetic { position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); transition: transform 0.4s var(--ease-spring), box-shadow 0.4s ease; }
.img-magnetic:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg), 0 0 30px var(--red-glow); }
.img-magnetic img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.5s var(--ease-spring), filter 0.5s ease; }
.img-magnetic:hover img { transform: scale(1.08); filter: brightness(1.03) contrast(1.03); }
.img-magnetic::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(200,32,26,0.12) 100%); opacity: 0; transition: opacity 0.4s ease; }
.img-magnetic:hover::after { opacity: 1; }

.img-parallax-wrap { position: relative; overflow: hidden; border-radius: var(--radius-lg); height: 400px; }
.img-parallax-wrap img { position: absolute; top: -20%; left: 0; width: 100%; height: 140%; object-fit: cover; transition: transform 0.1s linear; will-change: transform; }
.img-parallax-wrap::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(247,245,242,0.2) 0%, transparent 30%, transparent 60%, rgba(247,245,242,0.5) 100%); pointer-events: none; }

.img-mosaic { display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(2, 200px); gap: 12px; border-radius: var(--radius-lg); overflow: hidden; }
.img-mosaic .mosaic-item { overflow: hidden; position: relative; }
.img-mosaic .mosaic-item:first-child { grid-row: span 2; }
.img-mosaic .mosaic-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s var(--ease-spring); }
.img-mosaic .mosaic-item:hover img { transform: scale(1.1); }
.img-mosaic .mosaic-item::after { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(200,32,26,0.08), transparent, rgba(24,71,196,0.08)); opacity: 0; transition: opacity 0.3s ease; }
.img-mosaic .mosaic-item:hover::after { opacity: 1; }

.mosaic-item--mobile { display: none; }

.reveal-image { opacity: 0; transform: translateY(40px); transition: opacity 0.8s ease, transform 0.8s var(--ease-spring); }
.reveal-image.revealed { opacity: 1; transform: translateY(0); }

@media (max-width: 768px) {
  .hero-split { grid-template-columns: 1fr; gap: 40px; min-height: auto; padding-top: 100px; padding-bottom: 40px; }
  .hero-split .hero-content { text-align: center; }
  .hero-split .hero-content h1 { text-align: center; }
  .hero-split .hero-buttons { justify-content: center; }
  .hero-split .hero-stats { justify-content: center; }
  .content-with-image { grid-template-columns: 1fr; gap: 30px; }
  .content-with-image.reverse { direction: ltr; }
  .img-showcase .img-frame { transform: none; }
  .img-mosaic { grid-template-columns: 1fr 1fr; grid-template-rows: repeat(2, 160px); }
  .img-mosaic .mosaic-item:first-child { grid-row: span 1; }
  .img-parallax-wrap { height: 260px; }
  .page-hero-img { padding: 120px 0 70px; }
  .visitor-counter { flex-wrap: wrap; padding: 20px 16px; gap: 16px; }
  .visitor-item { min-width: 80px; }
  .visitor-value { font-size: 1.3rem; }
  .visitor-divider { display: none; }
  .visitor-counter-section { margin-top: 0; }
  .premium-ads-track { gap: 12px; }
  .premium-ad-card { flex: 0 1 240px; }
  .premium-ad-img { height: 130px; }
}

/* =============================================
   UPLOAD ZONE
   ============================================= */
.upload-zone {
  position: relative;
  border: 2px dashed var(--border-bright);
  border-radius: var(--radius-lg);
  background: var(--bg-secondary);
  transition: border-color 0.25s, background 0.25s;
  overflow: hidden;
  cursor: pointer;
}
.upload-zone:hover,
.upload-zone.drag-over {
  border-color: var(--red);
  background: var(--red-subtle);
}
.upload-zone__input { position: absolute; inset: 0; opacity: 0; width: 100%; height: 100%; cursor: pointer; z-index: 2; }
.upload-zone__content { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 48px 24px; text-align: center; gap: 8px; pointer-events: none; }
.upload-zone__icon { font-size: 2.5rem; color: var(--red); margin-bottom: 8px; }
.upload-zone__title { font-size: 1.1rem; font-weight: 600; color: var(--text-primary); margin: 0; }
.upload-zone__sub { font-size: 0.9rem; color: var(--text-muted); margin: 0; }
.upload-zone__browse { color: var(--blue); font-weight: 600; }
.upload-zone__spec { font-size: 0.8rem; color: var(--text-muted); background: rgba(0,0,0,0.05); border-radius: 6px; padding: 6px 14px; margin-top: 6px; }
.upload-zone__preview { position: relative; padding: 20px; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.upload-zone__preview img,
.upload-zone__preview video { max-width: 100%; max-height: 280px; border-radius: 10px; object-fit: cover; border: 1px solid var(--border); }
.upload-zone__file-info { display: flex; gap: 16px; font-size: 0.82rem; color: var(--text-muted); flex-wrap: wrap; justify-content: center; align-items: center; }
.upload-zone__file-info span { background: rgba(0,0,0,0.05); border-radius: 4px; padding: 2px 10px; }
.upload-zone__remove { position: absolute; top: 12px; right: 12px; background: var(--red); color: #fff; border: none; border-radius: 50%; width: 28px; height: 28px; cursor: pointer; display: flex; align-items: center; justify-content: center; font-size: 0.9rem; z-index: 3; transition: background 0.2s; }
.upload-zone__remove:hover { background: var(--red-hover); }

/* =============================================
   GLASS PANELS
   ============================================= */
.glass {
  background: var(--bg-glass);
  backdrop-filter: blur(20px) saturate(150%);
  -webkit-backdrop-filter: blur(20px) saturate(150%);
  border: 1px solid var(--border-bright);
  border-radius: var(--radius);
}

/* =============================================
   DIVIDERS
   ============================================= */
.divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--border-bright), transparent);
  margin: 48px 0;
}

/* =============================================
   UTILITIES
   ============================================= */
.text-center  { text-align: center; }
.text-right   { text-align: right; }
.text-muted   { color: var(--text-muted); }
.text-red     { color: var(--red); }
.text-blue    { color: var(--blue); }
.text-green   { color: var(--green); }
.mt-1{margin-top:8px;} .mt-2{margin-top:16px;} .mt-3{margin-top:24px;} .mt-4{margin-top:32px;}
.mb-1{margin-bottom:8px;} .mb-2{margin-bottom:16px;} .mb-3{margin-bottom:24px;} .mb-4{margin-bottom:32px;}
.p-3{padding:24px;}
.d-flex{display:flex;}
.gap-2{gap:16px;}
.align-center{align-items:center;}
.justify-between{justify-content:space-between;}
.justify-center{justify-content:center;}
.flex-wrap{flex-wrap:wrap;}

/* =============================================
   ANIMATIONS
   ============================================= */
@keyframes fadeInUp   { from { opacity:0; transform:translateY(22px); } to { opacity:1; transform:translateY(0); } }
@keyframes fadeInDown { from { opacity:0; transform:translateY(-16px); } to { opacity:1; transform:translateY(0); } }
@keyframes fadeIn     { from { opacity:0; } to { opacity:1; } }
@keyframes shimmer    { 0% { background-position: -200% center; } 100% { background-position: 200% center; } }
@keyframes pulse-dot  { 0%,100% { transform: scale(1); opacity:1; } 50% { transform: scale(1.4); opacity:0.7; } }

.will-animate  { opacity: 0; transform: translateY(22px); }
.animate-in    { animation: fadeInUp 0.5s var(--ease-out) both; will-change: auto; opacity: 1; transform: none; }
.delay-1{animation-delay:0.1s;} .delay-2{animation-delay:0.2s;} .delay-3{animation-delay:0.3s;}
.delay-4{animation-delay:0.4s;} .delay-5{animation-delay:0.5s;}

.live-dot {
  display: inline-block;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--green);
  animation: pulse-dot 1.8s ease-in-out infinite;
}

/* =============================================
   STATUS BADGES (flyer / campaign)
   ============================================= */
.flyer-popup {
  position: fixed; inset: 0; z-index: 9999;
  display: flex; align-items: center; justify-content: center;
}
.flyer-popup__overlay { position: absolute; inset: 0; background: rgba(15,15,15,0.55); backdrop-filter: blur(4px); }
.flyer-popup__wrap {
  position: relative; z-index: 1;
  max-width: 380px; width: calc(100% - 32px);
  transform: translateY(40px) scale(0.95); opacity: 0;
  transition: transform 0.35s cubic-bezier(0.34,1.56,0.64,1), opacity 0.35s ease;
}
.flyer-popup--open .flyer-popup__wrap { transform: translateY(0) scale(1); opacity: 1; }
.flyer-popup__box { border-radius: 18px; overflow: hidden; box-shadow: var(--shadow-lg); }
.flyer-popup__img { display: block; width: 100%; height: auto; }
.flyer-popup__cta { background: var(--bg-primary); padding: 16px; text-align: center; }
.flyer-popup__close {
  position: absolute; top: -14px; right: -14px; z-index: 2;
  background: var(--bg-primary); color: var(--text-primary);
  border: 1px solid var(--border-bright); border-radius: 50%;
  width: 36px; height: 36px; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s, border-color 0.2s;
  box-shadow: var(--shadow-sm);
}
.flyer-popup__close:hover { background: var(--red); border-color: var(--red); color: #fff; }

/* =============================================
   COOKIE CONSENT BANNER
   ============================================= */
.cookie-banner {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 9998;
  padding: 0 16px 16px;
  pointer-events: none;
  transform: translateY(120%);
  transition: transform 0.4s cubic-bezier(0.34,1.2,0.64,1);
}
.cookie-banner--visible {
  transform: translateY(0);
  pointer-events: auto;
}
.cookie-banner__inner {
  max-width: 920px;
  margin: 0 auto;
  background: #FFFFFF;
  border: 1px solid rgba(0,0,0,0.10);
  border-top: 3px solid #C8201A;
  border-radius: 16px;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: 0 -4px 32px rgba(0,0,0,0.10), 0 8px 32px rgba(0,0,0,0.08);
  flex-wrap: wrap;
}
.cookie-banner__icon { font-size: 26px; flex-shrink: 0; }
.cookie-banner__text { flex: 1; min-width: 240px; }
.cookie-banner__text p { margin: 0; font-size: 13.5px; color: var(--text-muted); line-height: 1.6; }
.cookie-banner__text strong { color: var(--text-primary); }
.cookie-banner__link { color: #C8201A; text-decoration: none; font-weight: 600; }
.cookie-banner__link:hover { text-decoration: underline; }
.cookie-banner__actions { display: flex; gap: 10px; flex-shrink: 0; }
.cookie-banner__btn {
  padding: 10px 22px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  border: none;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.cookie-banner__btn--primary {
  background: linear-gradient(135deg,#C8201A,#8F1510);
  color: #fff;
  box-shadow: 0 4px 16px rgba(200,32,26,0.35);
}
.cookie-banner__btn--primary:hover {
  box-shadow: 0 6px 24px rgba(200,32,26,0.5);
  transform: translateY(-1px);
}
.cookie-banner__btn--outline {
  background: transparent;
  color: var(--text-muted);
  border: 1px solid rgba(0,0,0,0.15);
}
.cookie-banner__btn--outline:hover { border-color: rgba(0,0,0,0.3); color: var(--text-primary); }

/* =============================================
   VISIBILITY GUARANTEE BANNER
   ============================================= */
.guarantee-banner {
  background: rgba(10, 124, 80, 0.06);
  border: 1px solid rgba(10, 124, 80, 0.22);
  border-left: 4px solid #0A7C50;
  border-radius: 12px;
  padding: 14px 20px;
  margin-bottom: 32px;
}
.guarantee-banner__inner { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.guarantee-banner__icon  { font-size: 22px; flex-shrink: 0; }
.guarantee-banner__text  { font-size: 14px; color: var(--text-secondary); line-height: 1.6; }
.guarantee-banner__text strong { color: #0A7C50; }

/* =============================================
   SBGP — PRICING PAGE CARD (limitation notice)
   ============================================= */
.sbgp-limit-notice {
  font-size: 12.5px;
  color: var(--text-muted);
  background: rgba(200,32,26,0.04);
  border: 1px solid rgba(200,32,26,0.12);
  border-radius: 8px;
  padding: 10px 14px;
  margin: 14px 0 16px;
  line-height: 1.6;
}
.sbgp-limit-notice strong { color: #C8201A; }

/* =============================================
   SBGP — DASHBOARD EXPERIENCE CARD
   ============================================= */
.sbgp-dash-card {
  background: var(--bg-primary);
  border: 1px solid var(--border-bright);
  border-top: 4px solid #C8201A;
  border-radius: 16px;
  padding: 28px 28px 24px;
  margin-bottom: 8px;
  box-shadow: var(--shadow);
}

.sbgp-dash-card__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border);
}
.sbgp-dash-card__badge {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #C8201A;
  margin-bottom: 6px;
}
.sbgp-dash-card__title {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--text-primary);
  margin: 0 0 4px;
}
.sbgp-dash-card__meta { font-size: 13px; color: var(--text-muted); margin: 0; }

.sbgp-dash-card__expiry { text-align: right; flex-shrink: 0; }
.sbgp-dash-card__expiry-label { font-size: 11px; color: var(--text-muted); margin-bottom: 4px; }
.sbgp-dash-countdown {
  font-size: 1.4rem;
  font-weight: 800;
  color: #C8201A;
  font-variant-numeric: tabular-nums;
  letter-spacing: 1px;
}

.sbgp-dash-card__stats-label,
.sbgp-dash-stats-label {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--text-muted);
  margin-bottom: 12px;
}

.sbgp-dash-card__stats {
  display: flex;
  align-items: center;
  gap: 0;
  background: var(--bg-secondary);
  border-radius: 12px;
  padding: 16px 20px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
.sbgp-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  flex: 1;
  min-width: 80px;
  padding: 8px;
}
.sbgp-stat__icon  { width: 22px; height: 22px; display: block; color: #C8201A; }
.sbgp-stat__value { font-size: 1.4rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.sbgp-stat__label { font-size: 11px; color: var(--text-muted); font-weight: 600; text-transform: uppercase; letter-spacing: 1px; }
.sbgp-stat-divider {
  width: 1px; height: 40px;
  background: var(--border-bright);
  flex-shrink: 0;
}

.sbgp-dash-card__features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--border);
}
.sbgp-feat-col__label {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
}
.sbgp-feat-col__label--have   { color: #0A7C50; }
.sbgp-feat-col__label--locked { color: var(--text-muted); }

.sbgp-have-list,
.sbgp-missing-list {
  list-style: none;
  margin: 0; padding: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.sbgp-have-list li,
.sbgp-missing-list li {
  font-size: 13.5px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.sbgp-have-list li    { color: var(--text-secondary); }
.sbgp-missing-list li { color: var(--text-muted); }

.sbgp-dash-card__urgency { text-align: center; }
.sbgp-urgency-text {
  font-size: 15px;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0 0 16px;
}
.sbgp-urgency-text strong { color: #C8201A; }
.sbgp-upgrade-btn { min-width: 260px; }

/* =============================================
   SBGP — UPGRADE POPUP
   ============================================= */
.sbgp-popup {
  position: fixed; inset: 0; z-index: 9999;
  display: flex; align-items: center; justify-content: center;
  padding: 16px;
}
.sbgp-popup__overlay {
  position: absolute; inset: 0;
  background: rgba(0,0,0,0.45);
  backdrop-filter: blur(4px);
}
.sbgp-popup__box {
  position: relative; z-index: 1;
  background: #fff;
  border-radius: 20px;
  padding: 36px 32px 28px;
  max-width: 400px; width: 100%;
  box-shadow: 0 20px 60px rgba(0,0,0,0.18);
  border-top: 5px solid #C8201A;
  text-align: center;
  transform: translateY(30px) scale(0.95); opacity: 0;
  transition: transform 0.35s cubic-bezier(0.34,1.56,0.64,1), opacity 0.3s ease;
}
.sbgp-popup--open .sbgp-popup__box { transform: translateY(0) scale(1); opacity: 1; }
.sbgp-popup__close {
  position: absolute; top: 14px; right: 16px;
  background: none; border: none;
  font-size: 22px; color: var(--text-muted);
  cursor: pointer; line-height: 1;
  transition: color 0.2s;
}
.sbgp-popup__close:hover { color: #C8201A; }
.sbgp-popup__icon  { width: 40px; height: 40px; display: block; margin: 0 auto 12px; color: #C8201A; }
.sbgp-popup__title {
  font-size: 1.15rem; font-weight: 800;
  color: var(--text-primary);
  margin: 0 0 12px; line-height: 1.3;
}
.sbgp-popup__body {
  font-size: 14px; color: var(--text-secondary);
  line-height: 1.7; margin: 0 0 22px;
}
.sbgp-popup__body strong { color: #C8201A; }
.sbgp-popup__cta { display: block; width: 100%; margin-bottom: 12px; }
.sbgp-popup__later {
  background: none; border: none;
  font-size: 13px; color: var(--text-muted);
  cursor: pointer; text-decoration: underline;
  transition: color 0.2s;
}
.sbgp-popup__later:hover { color: var(--text-primary); }

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 1024px) {
  .pricing-grid    { grid-template-columns: repeat(2, 1fr); }
  .grid-4          { grid-template-columns: repeat(2, 1fr); }
  .stat-cards      { grid-template-columns: repeat(2, 1fr); }
  .industries-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid     { grid-template-columns: repeat(2, 1fr); }
  .ad-banner-grid  { grid-template-columns: repeat(3, 1fr); }
  .home-ad-preview { grid-template-columns: repeat(3, 1fr); }
  .pricing-card    { padding: 28px 18px; }
  .dashboard-content { padding: 24px; }
}

@media (max-width: 600px) {
  .pricing-duration-toggle { flex-wrap: wrap; justify-content: center; border-radius: 16px; }
  .pdur-btn { padding: 9px 16px; font-size: 0.82rem; }
}

@media (max-width: 768px) {
  .hero-stats        { flex-direction: column; gap: 0; }
  .hero-stat         { padding-right: 0; margin-right: 0; border-right: none; padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid var(--border); text-align: center; }
  .hero-stat:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .pricing-grid      { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; }
  .blog-grid         { grid-template-columns: 1fr; }
  .contact-grid      { grid-template-columns: 1fr; }
  .about-content     { grid-template-columns: 1fr; }
  .industries-grid   { grid-template-columns: repeat(2, 1fr); }
  .section { padding: 70px 0; }
  .section-header { margin-bottom: 48px; }

  /* ============================================
     MOBILE NAV — slides in from right,
     starts BELOW the navbar (top: 70px) so
     the hamburger/X button remains accessible
     ============================================ */
  .nav-menu {
    display: flex;
    position: fixed;
    top: 70px; left: 0; right: 0; bottom: 0;
    background: linear-gradient(180deg, #0F0F0F 0%, #141921 100%);
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
    padding: 20px 0 40px;
    z-index: 9999;
    transform: translateX(100%);
    transition: transform 0.38s cubic-bezier(0.22, 1, 0.36, 1);
    pointer-events: none;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-shadow: none;
    border: none;
    border-top: 1px solid rgba(255,255,255,0.07);
  }
  .nav-menu::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(90deg, #C8201A, #1847C4);
  }
  .nav-menu.open {
    transform: translateX(0);
    pointer-events: all;
    height: 100vh;
  }
  /* Individual nav links — LEFT aligned, full width */
  .nav-menu > li { width: 100%; }
  .nav-menu .nav-link {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: rgba(255,255,255,0.65);
    padding: 12px 28px;
    width: 100%;
    text-align: left;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    letter-spacing: 0;
  }
  .nav-menu .nav-link:hover,
  .nav-menu .nav-link.active {
    color: #fff;
    background: rgba(255,255,255,0.05);
  }
  .nav-menu .nav-link::after { display: none; }

  /* Mobile auth at the bottom of the menu */
  .nav-mobile-auth {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    padding: 24px 20px 0;
    margin-top: 8px;
    border-top: 1px solid rgba(255,255,255,0.08);
    list-style: none;
  }
  .nav-mobile-auth .btn {
    width: 100%;
    justify-content: center;
    font-size: 0.9rem;
    padding: 14px 20px;
  }
  .nav-mobile-auth .btn-outline {
    border-color: rgba(255,255,255,0.22);
    color: rgba(255,255,255,0.75);
    background: transparent;
  }
  .nav-mobile-auth .btn-primary {
    background: var(--grad-red);
    color: #fff;
  }

  /* Hamburger → X animation */
  .nav-toggle {
    display: flex;
    position: relative;
    z-index: 10000;
  }
  .nav-toggle span {
    transition: transform 0.32s var(--ease-out), opacity 0.22s ease;
  }
  .nav-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
  .nav-toggle.active span:nth-child(2) { opacity: 0; transform: scaleX(0); }
  .nav-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

  .nav-actions { display: none; }

  /* ============================================
     DASHBOARD SIDEBAR MOBILE
     ============================================ */
  .sidebar {
    display: block;
    position: fixed;
    top: 70px; left: 0; bottom: 0;
    width: 280px;
    transform: translateX(-100%);
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 9998;
  }
  .sidebar.open { transform: translateX(0); }

  .sidebar-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.50);
    z-index: 9997;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
  }
  .sidebar-overlay.show { display: block; }

  .dashboard-layout { display: block; }
  .dashboard-content {
    margin-left: 0 !important;
    padding: 16px;
    max-width: 100%;
  }

  #sidebarToggle {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
  }

  /* ============================================
     DASH HEADER MOBILE
     ============================================ */
  .dash-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 20px;
  }
  .dash-header h1 { font-size: 18px; }
  /* Action buttons: stack them in a 2-column grid */
  .dash-header .d-flex.flex-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    width: 100%;
  }
  .dash-header .d-flex.flex-wrap .btn-sm {
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    font-size: 0.78rem;
    padding: 9px 10px;
  }

  /* ============================================
     STAT CARDS MOBILE — 2 columns, compact
     ============================================ */
  .stat-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 20px;
  }
  .stat-card {
    padding: 16px 14px;
    min-width: 0;
    overflow: hidden;
  }
  .stat-card .stat-icon { width: 36px; height: 36px; margin-bottom: 10px; font-size: 0.9rem; }
  .stat-card .stat-value { font-size: 1.25rem; }
  .stat-card .stat-label {
    font-size: 0.68rem;
    overflow-wrap: anywhere;
    word-break: break-word;
    white-space: normal;
  }

  /* ============================================
     TABLES MOBILE — horizontal scroll
     The wrapper scrolls; body overflow-x:hidden
     only clips the body, not nested scroll contexts
     ============================================ */
  .table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    /* Scroll shadow hint */
    background:
      linear-gradient(to right, white 30%, rgba(255,255,255,0)),
      linear-gradient(to left,  white 30%, rgba(255,255,255,0)) 100% 0,
      radial-gradient(farthest-side at 0 50%, rgba(0,0,0,0.08), transparent),
      radial-gradient(farthest-side at 100% 50%, rgba(0,0,0,0.08), transparent) 100% 0;
    background-repeat: no-repeat;
    background-size: 40px 100%, 40px 100%, 14px 100%, 14px 100%;
    background-attachment: local, local, scroll, scroll;
    background-color: var(--bg-primary);
  }
  .table-wrapper table {
    min-width: max-content;
    width: auto;
    table-layout: auto;
  }
  .table-wrapper th,
  .table-wrapper td {
    padding: 10px 14px;
    font-size: 11px;
    white-space: nowrap;
  }
  /* First column can wrap if content is long */
  .table-wrapper th:first-child,
  .table-wrapper td:first-child {
    white-space: normal;
    min-width: 120px;
  }

  /* ============================================
     GENERAL MOBILE
     ============================================ */
  .card { padding: 18px; }
  .auth-card { padding: 28px 20px; }
  .footer-grid    { grid-template-columns: 1fr; gap: 32px; }
  .ad-dir-grid     { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 14px; }
  .ad-dir-featured { grid-template-columns: 1fr; }
  .ad-banner-grid  { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .home-ad-preview { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .ad-dir-filters  { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; padding-bottom: 8px; -webkit-overflow-scrolling: touch; }
}

@media (max-width: 480px) {
  .hero-buttons    { flex-direction: column; }
  .stat-cards      { grid-template-columns: 1fr 1fr; gap: 8px; }
  .industries-grid { grid-template-columns: 1fr 1fr; }
  .section-header h2 { font-size: clamp(1.2rem, 5vw, 1.4rem); }
  .ad-banner-grid  { grid-template-columns: 1fr; }
  .home-ad-preview { grid-template-columns: repeat(2, 1fr); }
  .section { padding: 56px 0; }
  .container { padding: 0 14px; }
  .pricing-grid { max-width: 100%; }
  .dashboard-content { padding: 12px; }
  .dash-header .d-flex.flex-wrap { grid-template-columns: 1fr; }
  .sbgp-dash-card { padding: 20px 16px; }
  .sbgp-dash-card__header { flex-direction: column; }
  .sbgp-dash-card__expiry { text-align: left; }
  .sbgp-dash-card__features { grid-template-columns: 1fr; }
  .sbgp-dash-card__stats { gap: 0; }
  .sbgp-stat-divider { width: 40px; height: 1px; }
  .sbgp-popup__box { padding: 28px 20px 22px; }
  .cookie-banner__inner { gap: 12px; }
  .cookie-banner__actions { width: 100%; }
  .cookie-banner__btn { flex: 1; text-align: center; }
}

/* =============================================
   CUSTOM CURSOR (pointer devices only)
   ============================================= */
@media (pointer: fine) {
  *, *::before, *::after { cursor: none !important; }

  #cursor-dot {
    position: fixed; top: 0; left: 0;
    width: 8px; height: 8px;
    background: var(--red);
    border-radius: 50%;
    pointer-events: none;
    z-index: 99999;
    transform: translate(-50%, -50%);
    transition: width 0.2s var(--ease-spring), height 0.2s var(--ease-spring), background 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
    box-shadow: 0 0 10px var(--red-glow);
    will-change: transform;
  }

  #cursor-ring {
    position: fixed; top: 0; left: 0;
    width: 36px; height: 36px;
    border: 1.5px solid rgba(200, 32, 26, 0.35);
    border-radius: 50%;
    pointer-events: none;
    z-index: 99998;
    transform: translate(-50%, -50%);
    transition: width 0.35s var(--ease-spring), height 0.35s var(--ease-spring), border-color 0.25s ease, background 0.25s ease, opacity 0.2s ease;
    will-change: transform;
  }

  body.cursor-hover #cursor-dot  { width: 5px; height: 5px; background: var(--blue); box-shadow: 0 0 14px var(--blue-glow); }
  body.cursor-hover #cursor-ring { width: 52px; height: 52px; border-color: rgba(24,71,196,0.55); background: rgba(24,71,196,0.04); }
  body.cursor-click #cursor-dot  { width: 12px; height: 12px; background: var(--blue); }
  body.cursor-click #cursor-ring { width: 20px; height: 20px; border-color: var(--blue); }
  body.cursor-hidden #cursor-dot,
  body.cursor-hidden #cursor-ring { opacity: 0; }
}


/* =============================================
   PRICING: DURATION TOGGLE (public pricing page)
   ============================================= */
.pricing-duration-toggle-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.pricing-duration-toggle {
  display: inline-flex;
  background: var(--bg-secondary);
  border: 1px solid var(--border-bright);
  border-radius: 40px;
  padding: 4px;
  gap: 4px;
}
.pdur-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px 24px;
  border-radius: 36px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-secondary);
  transition: background 0.2s, color 0.2s;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: montserrat;
}
.pdur-btn.active {
  background: var(--red);
  color: #fff;
}
.pdur-btn:not(.active):hover {
  background: var(--bg-tertiary);
  color: var(--text-primary);
}
.save-badge {
  background: var(--green);
  color: #fff;
  font-size: 0.68rem;
  padding: 2px 7px;
  border-radius: 20px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

/* Fee hint row under price */
.plan-fee-hint {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin: 6px 0 12px;
}
.fee-row-small {
  font-size: 0.76rem;
  font-weight: 500;
  color: var(--text-secondary);
  background: var(--bg-secondary);
  padding: 3px 8px;
  border-radius: 6px;
}
.plan-duration-label {
  font-size: 0.82rem;
  color: var(--text-secondary);
  margin-bottom: 4px;
}
.plan-impressions-small {
  font-size: 0.78rem;
  color: var(--text-secondary);
  margin: 4px 0 8px;
}

/* =============================================
   PRICING: DURATION TOGGLE (subscription/dashboard)
   ============================================= */
.duration-toggle {
  display: flex;
  gap: 6px;
  margin: 14px 0 10px;
}
.dur-btn {
  flex: 1;
  background: var(--bg-tertiary);
  border: 1px solid var(--border-bright);
  border-radius: 8px;
  cursor: pointer;
  padding: 8px 6px;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--text-secondary);
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex-wrap: wrap;
}
.dur-btn.active {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
}
.dur-btn:not(.active):hover {
  border-color: var(--red);
  color: var(--text-primary);
}
.plan-price-display {
  font-size: clamp(1.6rem, 3.2vw, 1.6rem);
  font-weight: 800;
  color: var(--text-primary);
  margin: 8px 0 2px;
  line-height: 1;
  word-break: break-all;
}
.plan-price-display .currency {
  font-size: 0.55em;
  vertical-align: top;
  margin-top: 0.2em;
  display: inline-block;
}
.plan-price-note {
  font-size: 0.78rem;
  color: var(--text-secondary);
  margin-bottom: 12px;
}
.sub-plan-card.selected {
  border-color: var(--green) !important;
}
.popular-badge {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--red);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 3px 14px;
  border-radius: 20px;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.pricing-card { position: relative; }

/* =============================================
   CHECKOUT MODAL
   ============================================= */
.checkout-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.7);
  backdrop-filter: blur(4px);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.checkout-modal {
  background: var(--bg-secondary);
  border: 1px solid var(--border-bright);
  border-radius: var(--radius-lg);
  padding: 32px;
  width: 100%;
  max-width: 460px;
  position: relative;
  max-height: 92vh;
  overflow-y: auto;
}
.checkout-modal-close {
  position: absolute;
  top: 14px;
  right: 16px;
  background: none;
  border: none;
  font-size: 1.5rem;
  color: var(--text-secondary);
  cursor: pointer;
  line-height: 1;
  padding: 4px 8px;
  border-radius: 6px;
  transition: background 0.15s;
}
.checkout-modal-close:hover { background: var(--bg-tertiary); }

.checkout-breakdown {
  background: var(--bg-tertiary);
  border-radius: var(--radius);
  padding: 16px;
  margin: 16px 0;
}
.cb-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 0;
  font-size: 0.9rem;
  color: var(--text-secondary);
  border-bottom: 1px solid var(--border);
}
.cb-row:last-child { border-bottom: none; }
.cb-total-row {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-top: 6px;
  padding-top: 12px;
  border-top: 2px solid var(--border-bright) !important;
  border-bottom: none !important;
}

/* =============================================
   ONBOARDING BANNER
   ============================================= */
.onboarding-banner {
  background: linear-gradient(135deg, var(--bg-secondary) 0%, var(--bg-tertiary) 100%);
  border: 1px solid var(--border-bright);
  border-radius: var(--radius-lg);
  padding: 28px 32px;
}
.onboarding-banner-body {
  display: flex;
  gap: 32px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.onboarding-banner-body > div:first-child { flex: 1; min-width: 220px; }
.onboarding-cta {
  min-width: 200px;
  text-align: center;
}
.plan-badge-onboarding {
  background: var(--yellow);
  color: #111;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 3px 12px;
  border-radius: 20px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.onboarding-price {
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--text-primary);
  margin: 12px 0 4px;
}
.onboarding-price span {
  font-size: 0.8rem;
  color: var(--text-secondary);
  font-weight: 400;
}
.onboarding-features-list {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.onboarding-features-list li {
  font-size: 0.85rem;
  color: var(--text-secondary);
  display: flex;
  align-items: center;
  gap: 6px;
}

@media (max-width: 600px) {
  .checkout-modal { padding: 20px; }
  .onboarding-banner-body { flex-direction: column; }
  .duration-toggle { flex-direction: column; }
  .dur-btn { flex: unset; }
}
