/* ===== FONTS ===== */
@import url('https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,400;0,700;1,400&display=swap');

/* Inter – Variable (local) */
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter_variable.woff2') format('woff2-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* ABC Favorit – Book (400) */
@font-face {
  font-family: 'ABC Favorit';
  src: url('../fonts/abc_favorit_book.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* ===== RESET & BASE ===== */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  /* ── HiFi Palette ── */
  --bbx-black: #000000;
  --bbx-white: #FFFFFF;
  --bbx-platinum: #ECEAE5;
  --bbx-mint: #D9E6E1;
  --bbx-taupe: #C0B395;
  --bbx-lemon: #F2FF66;         /* Lemon – primary accent */

  /* ── Semantic tokens (dark theme) ── */
  --primary: #F2FF66;           /* Lemon accent */
  --primary-dark: #d9e83d;
  --dark: #000000;
  --dark-alt: #0D0D0D;
  --card-bg: #111111;           /* Card surfaces */
  --card-bg-hover: #1A1A1A;
  --text: #FFFFFF;
  --text-muted: #A1A4A5;
  --text-light: rgba(255, 255, 255, 0.3);
  --bg-warm: #000000;           /* Hero – pure black */
  --bg-services: #0D0D0D;       /* Subtle dark alt */
  --bg-faq: #0A0A0A;
  --bg-faq-overlay: rgba(0, 0, 0, 0.6);
  --white: #FFFFFF;
  --border: rgba(255, 255, 255, 0.1);
  --footer-bg: #000000;
  --footer-heading: #F2FF66;
  --footer-text: rgba(255, 255, 255, 0.45);

  /* ── Spacing scale ── */
  --spacing: 0.25rem;

  /* ── Shape & Depth ── */
  --card-radius: 30px;
  --btn-radius: 8px;
  --shadow: none;
  --shadow-hover: 0 8px 40px rgba(0, 0, 0, 0.6);
  --transition: all 0.3s ease;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--text);
  line-height: 1.7;
  background: var(--dark);
  overflow-x: hidden;
  font-weight: 400;
  font-size: clamp(13px, 1vw + 0.5rem, 16px);
}

a {
  text-decoration: none;
  color: inherit;
  transition: var(--transition);
}

ul { list-style: none; }

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

h1, h2, h3, h4, h5, h6 {
  font-family: 'ABC Favorit', sans-serif;
  line-height: 1.1;
  letter-spacing: -0.01em;
  font-weight: 400;
  font-synthesis: none;
  /* Silver gradient per line */
  background: linear-gradient(180deg, #FFFFFF 20%, rgba(255,255,255,0.55) 100%);
  background-size: 100% 1lh;
  background-repeat: repeat-y;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Lemon highlight spans break out of the gradient */
.highlight,
h1 .highlight, h2 .highlight, h3 .highlight {
  background: none;
  -webkit-text-fill-color: var(--primary);
  color: var(--primary);
}

.container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 clamp(1.5rem, 5vw, 5rem);
}

.section {
  padding: calc(var(--spacing, .25rem) * 24) 0;
}

/* ===== AUTO-CENTRE section badges ===== */
.services-section > .container > .badge,
.why-section > .container > .badge,
.faq-section > .container > .badge,
.testimonials-section .section-badge-center > .badge,
.pricing-section > .container > .badge {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

/* ===== BADGE / PILL LABEL ===== */
.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 6px 14px;
  border-radius: 4px;
  font-family: 'Space Mono', monospace;
  font-size: clamp(9px, 0.6vw + 0.35rem, 11px);
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 20px;
}

.badge svg, .badge img {
  width: 14px;
  height: 14px;
}

.badge-white {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: var(--text-muted);
}

/* ===== SECTION HEADINGS ===== */
.section-badge-center {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-title {
  font-family: 'ABC Favorit', sans-serif;
  font-size: clamp(2rem, 4vw + 1rem, 52px);
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.05;
  letter-spacing: -0.01em;
}

.section-title-big {
  font-family: 'ABC Favorit', sans-serif;
  font-size: clamp(2rem, 5vw + 1rem, 66px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}

.section-subtitle {
  text-align: center;
  color: var(--text-muted);
  font-family: 'Inter', sans-serif;
  font-size: clamp(14px, 1vw + 0.4rem, 17px);
  margin-bottom: 72px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  line-height: 1.5;
}

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: var(--btn-radius);
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: clamp(10px, 0.6vw + 0.35rem, 12px);
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid transparent;
  transition: var(--transition);
  gap: 8px;
  text-decoration: none;
}

.btn-primary {
  background: var(--primary);
  color: #000000;
  border-color: var(--primary);
  min-width: 160px;
  -webkit-text-fill-color: #000000;
}

.btn-primary:hover {
  background: var(--primary-dark);
  border-color: var(--primary-dark);
  color: #000000;
  -webkit-text-fill-color: #000000;
}

.btn-outline {
  background: transparent;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.btn-outline:hover {
  background: var(--white);
  border-color: var(--white);
  color: var(--dark);
}

.btn-white {
  background: var(--white);
  color: var(--dark);
  border-color: var(--white);
}

.btn-white:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--dark);
}

/* ===== NAVBAR ===== */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  transition: var(--transition);
}

.navbar.scrolled {
  background: rgba(0, 0, 0, 0.95);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}

.navbar-logo {
  display: flex;
  align-items: center;
}

.navbar-logo svg {
  width: 32px;
  height: 32px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
}

.nav-links a {
  font-family: 'Inter', sans-serif;
  font-size: clamp(10px, 0.6vw + 0.3rem, 12px);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  position: relative;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--white);
  font-weight: 400;
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  font-size: clamp(10px, 0.6vw + 0.3rem, 12px);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  background: none;
  border: none;
  padding: 0;
}

.nav-dropdown-toggle:hover {
  color: var(--white);
}

.nav-dropdown-toggle svg {
  width: 12px;
  height: 12px;
  transition: transform 0.3s;
}

.nav-dropdown:hover .nav-dropdown-toggle svg {
  transform: rotate(180deg);
}

.nav-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #111111;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.5);
  min-width: 200px;
  padding: 8px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: var(--transition);
  margin-top: 12px;
}

.nav-dropdown:hover .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav-dropdown-menu a {
  display: block;
  padding: 10px 20px;
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

.nav-dropdown-menu a:hover {
  background: rgba(255, 255, 255, 0.05);
  color: var(--white);
}

.nav-cta .btn {
  padding: 10px 24px;
  min-width: 160px;
  height: 40px;
}

.mobile-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}

.mobile-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--white);
  margin: 6px 0;
  transition: var(--transition);
}

/* ===== HERO SLIDER ===== */
.hero-slider {
  padding-top: 72px;
  background: var(--bg-warm);
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.slide {
  display: none;
  padding: 60px 0 40px;
  min-height: calc(100vh - 72px);
  align-items: center;
}

.slide.active {
  display: flex;
}

.slide .container {
  display: flex;
  align-items: center;
  gap: 40px;
  width: 100%;
}

.slide-content {
  flex: 1;
  min-width: 0;
}

.slide-content .section-title-big span.highlight {
  color: var(--primary);
}

.slide-content p {
  font-size: 1.05rem;
  color: var(--text-muted);
  margin-bottom: 28px;
  max-width: 520px;
  line-height: 1.6;
  font-weight: 400;
}

.slide-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
}

.slide-image img {
  max-width: 100%;
  border-radius: 12px;
}

.slide-image-placeholder {
  width: 100%;
  max-width: 520px;
  aspect-ratio: 1 / 1;
  background: #1A1A1A;
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.slide-image-placeholder .delivery-icon {
  font-size: 100px;
  opacity: 0.4;
}

.slide-image-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  max-width: 500px;
}

.slide-image-grid .img-card {
  aspect-ratio: 1;
  background: #1A1A1A;
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  opacity: 0.9;
}

/* Slider dots */
.slider-dots {
  position: absolute;
  bottom: 36px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.slider-dot {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  cursor: pointer;
  transition: var(--transition);
  padding: 0;
}

.slider-dot.active {
  width: 28px;
  background: var(--white);
}

/* ===== PAGE HERO (inner pages) ===== */
.page-hero {
  padding: 120px 0 50px;
  background: var(--bg-warm);
}

.page-hero .container {
  display: flex;
  align-items: center;
  gap: 40px;
}

.page-hero-content {
  flex: 1;
  min-width: 0;
}

.page-hero-content .section-title-big {
  margin-bottom: 16px;
}

.page-hero-content .section-title-big .highlight {
  color: var(--primary);
}

.page-hero-content p {
  font-size: 1.05rem;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 24px;
  max-width: 540px;
}

.page-hero-images {
  flex: 1;
  display: flex;
  gap: 12px;
  justify-content: center;
}

.page-hero-images .hero-img-placeholder {
  width: 160px;
  height: 200px;
  background: #1A1A1A;
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  opacity: 0.9;
}

.page-hero-illustration {
  flex: 1;
  display: flex;
  justify-content: center;
}

.page-hero-illustration .illustration-placeholder {
  width: 100%;
  max-width: 460px;
  aspect-ratio: 530/552;
  background: #1A1A1A;
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  opacity: 0.9;
}

/* ===== SERVICES SECTION ===== */
.services-section {
  background: var(--bg-services);
  padding: calc(var(--spacing, .25rem) * 24) 0;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 56px;
}

.service-card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: var(--card-radius);
  overflow: hidden;
  transition: var(--transition);
  display: flex;
  flex-direction: column;
}

.service-card:hover {
  border-color: rgba(255, 255, 255, 0.3);
  background: var(--card-bg-hover);
}

.service-card-image {
  width: 100%;
  aspect-ratio: 16/10;
  background: #1A1A1A;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  opacity: 0.9;
}

.service-card-body {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.service-card-body h3 {
  font-family: 'ABC Favorit', sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 12px;
}

.service-card-body p {
  color: var(--text-muted);
  font-size: 13px;
  line-height: 1.8;
  margin-bottom: 20px;
  flex: 1;
}

.service-card-body .btn {
  align-self: flex-start;
}

/* ===== WHY SECTION ===== */
.why-section {
  padding: calc(var(--spacing, .25rem) * 24) 0;
  background: var(--dark);
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 56px;
}

.why-card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: var(--card-radius);
  padding: 28px;
  transition: var(--transition);
  max-width: 281px;
}

.why-card:hover {
  border-color: rgba(255, 255, 255, 0.3);
  background: var(--card-bg-hover);
}

.why-card-icon {
  width: 28px;
  height: 28px;
  margin-bottom: 16px;
  color: var(--primary);
}

.why-card h3 {
  font-family: 'ABC Favorit', sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  margin-bottom: 10px;
}

.why-card p {
  color: var(--text-muted);
  font-size: 13px;
  line-height: 1.7;
}

/* ===== TESTIMONIALS ===== */
.testimonials-section {
  background: var(--dark);
  padding: calc(var(--spacing, .25rem) * 24) 0;
  position: relative;
  overflow: hidden;
}

/* Two rows of scrolling cards */
.testimonials-marquee-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 56px;
}

.testimonials-row {
  overflow: hidden;
  width: 100%;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
}

.testimonials-track {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: marquee-left 80s linear infinite;
}


@keyframes marquee-left {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

.testimonial-card {
  min-width: 360px;
  max-width: 360px;
  scroll-snap-align: start;
  background: linear-gradient(rgba(80, 80, 80, 0.15) 0%, rgba(0, 0, 0, 0) 70%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 0;
  border-radius: 16px;
  padding: 28px;
  transition: var(--transition);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.testimonial-card:hover {
  background: linear-gradient(rgba(80, 80, 80, 0.25) 0%, rgba(0, 0, 0, 0) 70%);
  border-color: rgba(255, 255, 255, 0.15);
}

.testimonial-card p {
  color: var(--text-muted);
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 20px;
  font-weight: 400;
}

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

.testimonial-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  color: var(--dark);
  font-size: 11px;
  letter-spacing: 1px;
}

.testimonial-author-info h4 {
  font-family: 'ABC Favorit', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: var(--white);
}

/* ===== FAQ SECTION ===== */
.faq-section {
  background: var(--bg-faq);
  padding: calc(var(--spacing, .25rem) * 24) 0;
  position: relative;
}

.faq-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--bg-faq-overlay);
  z-index: 0;
}

.faq-section > .container {
  position: relative;
  z-index: 1;
}

.faq-list {
  max-width: 800px;
  margin: 56px auto 0;
}

.faq-item {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 16px;
  margin-bottom: 12px;
  overflow: hidden;
  transition: var(--transition);
}

.faq-item.active {
  border-color: rgba(255, 255, 255, 0.25);
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
  cursor: pointer;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  background: transparent;
  border: none;
  width: 100%;
  text-align: left;
  color: var(--white);
  gap: 16px;
}

.faq-question:hover {
  color: var(--primary);
}

.faq-icon {
  font-size: 1.4rem;
  font-weight: 300;
  transition: transform 0.3s;
  min-width: 24px;
  text-align: center;
  color: var(--primary);
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
  max-height: 500px;
}

.faq-answer-content {
  padding: 0 24px 20px;
  color: var(--text-muted);
  font-family: 'Inter', sans-serif;
  font-size: 0.93rem;
  line-height: 1.7;
}

/* ===== FOOTER ===== */
.footer {
  background: var(--footer-bg);
  color: var(--footer-text);
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  padding-top: calc(var(--spacing, .25rem) * 36);
  padding-bottom: calc(var(--spacing, .25rem) * 36);
}

.footer-links {
  display: flex;
  gap: calc(0.25rem * 8);
  align-items: flex-start;
  flex-shrink: 0;
}

.footer-contact-info {
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  line-height: 2;
  color: var(--footer-text);
  font-weight: 400;
}

.footer-contact-info a {
  color: var(--footer-text);
}

.footer-contact-info a:hover {
  color: var(--white);
}

.footer-socials {
  display: flex;
  gap: 12px;
  margin-top: 20px;
  align-items: center;
}

.footer-socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.8;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.footer-socials a img {
  width: 32px;
  height: 32px;
  display: block;
}

.footer-socials a:hover {
  opacity: 1;
  transform: translateY(-2px);
}

.footer-col {
  max-width: 15rem;
}

.footer-col h4 {
  font-family: 'ABC Favorit', sans-serif;
  color: var(--footer-heading);
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 18px;
  font-weight: 400;
}

.footer-col a,
.footer-col p {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.2px;
  margin-bottom: calc(0.25rem * 4);
  color: var(--footer-text);
  font-weight: 400;
}

.footer-col a:hover {
  color: var(--white);
}

.footer-col p {
  color: var(--footer-text);
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--footer-text);
  font-weight: 400;
}

.footer-bottom a {
  color: var(--primary);
}

/* ===== FEATURES (Individuals/Corporates) ===== */
.features-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* Doorstep / CTA row */
.doorstep-section {
  padding: calc(var(--spacing, .25rem) * 24) 0;
}

.doorstep-section .container {
  display: flex;
  align-items: center;
  gap: 50px;
}

.doorstep-content {
  flex: 1;
}

.doorstep-content h2 {
  font-size: clamp(1.8rem, 4vw + 1rem, 52px);
  margin-bottom: 16px;
  line-height: 1.1;
}

.doorstep-content p {
  color: var(--text-muted);
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 24px;
}

.doorstep-image {
  flex: 1;
}

.doorstep-image-placeholder {
  width: 100%;
  aspect-ratio: 4/3;
  background: #1A1A1A;
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  opacity: 0.9;
}

/* ===== STATS SECTION (About) ===== */
.stats-section {
  padding: calc(var(--spacing, .25rem) * 24) 0;
}

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

.stat-card {
  text-align: center;
  padding: 32px 24px;
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: var(--card-radius);
  transition: var(--transition);
}

.stat-card:hover {
  border-color: rgba(255, 255, 255, 0.25);
  background: var(--card-bg-hover);
}

.stat-card-icon {
  width: 28px;
  height: 28px;
  margin: 0 auto 12px;
  color: var(--primary);
}

.stat-card h3 {
  font-family: 'ABC Favorit', sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  /* Override gradient – stat numbers use lemon accent */
  background: none;
  -webkit-text-fill-color: var(--primary);
  color: var(--primary);
  margin-bottom: 6px;
}

.stat-card p {
  font-family: 'Inter', sans-serif;
  color: var(--text-muted);
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* Vision Statement */
.vision-section {
  background: var(--dark);
  padding: calc(var(--spacing, .25rem) * 24) 0;
  text-align: center;
}

.vision-section .vision-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  max-width: 800px;
  margin: 0 auto;
}

.vision-section .vision-inner svg {
  width: 32px;
  height: 32px;
  min-width: 32px;
}

.vision-section h2 {
  font-size: clamp(1.5rem, 3vw + 1rem, 2.5rem);
  line-height: 1.3;
}

/* Core Values */
.values-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.value-card {
  text-align: center;
  padding: 28px 16px;
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: var(--card-radius);
  transition: var(--transition);
}

.value-card:hover {
  border-color: rgba(255, 255, 255, 0.25);
  background: var(--card-bg-hover);
}

.value-card-icon {
  width: 40px;
  height: 40px;
  background: rgba(242, 255, 102, 0.12);
  border-radius: 10px;
  margin: 0 auto 16px;
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
}

.value-card h3 {
  font-size: 1.05rem;
  margin-bottom: 10px;
}

.value-card p {
  color: var(--text-muted);
  font-size: 0.82rem;
  line-height: 1.6;
}

/* ===== SME PRICING ===== */
.pricing-section {
  background: var(--bg-services);
  padding: calc(var(--spacing, .25rem) * 24) 0;
}

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

.pricing-card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: var(--card-radius);
  padding: 32px 24px;
  text-align: center;
  transition: var(--transition);
  position: relative;
}

.pricing-card:hover {
  border-color: rgba(255, 255, 255, 0.25);
  background: var(--card-bg-hover);
}

.pricing-card.featured {
  background: var(--primary);
  border-color: var(--primary);
  color: #000000;
}

.pricing-card.featured .plan-name,
.pricing-card.featured .plan-price,
.pricing-card.featured .plan-desc,
.pricing-card.featured .plan-features li {
  color: #000000;
  -webkit-text-fill-color: #000000;
  background: none;
}

.pricing-card.featured .plan-features li {
  border-bottom-color: rgba(255,255,255,0.15);
}

.pricing-card.featured:hover {
  background: var(--primary-dark);
  border-color: var(--primary-dark);
}

.pricing-card.featured .plan-price,
.pricing-card.featured .plan-name {
  color: var(--dark);
}

.pricing-card .plan-name {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 400;
  color: var(--text-muted);
  margin-bottom: 8px;
}

.pricing-card .plan-price {
  font-family: 'ABC Favorit', sans-serif;
  font-size: 2rem;
  font-weight: 400;
  color: var(--white);
  margin-bottom: 8px;
}

.pricing-card .plan-desc {
  font-size: 0.82rem;
  color: var(--text-muted);
  margin-bottom: 20px;
  line-height: 1.5;
}

.plan-features {
  text-align: left;
  margin-bottom: 20px;
}

.plan-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  font-size: 0.85rem;
  color: var(--text-muted);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.plan-features li:last-child { border-bottom: none; }
.plan-features .check { color: #22c55e; font-weight: 700; }
.plan-features .cross { color: #ef4444; font-weight: 700; }

.pricing-note {
  text-align: center;
  margin-top: 20px;
  font-size: 0.82rem;
  color: var(--text-muted);
  font-style: italic;
}

/* ===== QUOTE PAGE ===== */
.page-hero--quote {
  padding: 120px 0 80px;
}

.page-hero--quote .container {
  align-items: flex-start;
}

.quote-form-wrapper {
  flex: 1;
  min-width: 0;
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: var(--card-radius);
  padding: 40px;
}

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

.form-group label {
  display: block;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: var(--text-muted);
  font-family: 'Inter', sans-serif;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  font-family: 'Inter', sans-serif;
  font-size: 0.85rem;
  transition: var(--transition);
  background: #111111;
  color: var(--white);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(242, 255, 102, 0.12);
}

.form-group textarea {
  resize: vertical;
  min-height: 120px;
}

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

.quote-result {
  text-align: center;
  padding: 24px;
  background: #1A1A1A;
  border: 1px solid var(--border);
  border-radius: var(--card-radius);
  margin-top: 20px;
}

.quote-result .price {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--primary);
}

.quote-result .price-label {
  font-size: 0.88rem;
  color: var(--text-muted);
  margin-bottom: 4px;
}

.quote-buttons {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 16px;
}

/* Full-width button contexts */
.quote-form-wrapper > form .btn,
.contact-form-side .btn[type="submit"],
.pricing-card .btn {
  width: 100%;
}

/* ===== TRACK PAGE ===== */

/* ===== CONTACT PAGE ===== */
.contact-section {
  padding: calc(var(--spacing, .25rem) * 24) 0;
}

.contact-layout {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.contact-info-side {
  flex: 1;
}

.contact-form-side {
  flex: 1;
}

.contact-info-card {
  display: flex;
  gap: 14px;
  margin-bottom: 20px;
  padding: 16px;
}

.contact-info-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
}

.contact-info-card h4 {
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: 'Inter', sans-serif;
  margin-bottom: 6px;
  color: var(--text-muted);
  font-weight: 400;
}

.contact-info-card p {
  font-size: 0.88rem;
  color: var(--white);
  line-height: 1.5;
  font-weight: 400;
}

.phone-input-wrapper {
  display: flex;
  position: relative;
}

.phone-input-wrapper select {
  width: 90px;
  border-radius: 8px 0 0 8px;
  border-right: none;
  padding: 12px 8px;
  font-size: 0.82rem;
}

.phone-input-wrapper input {
  flex: 1;
  border-radius: 0 8px 8px 0;
}

.contact-success {
  text-align: center;
  padding: 40px 20px;
}

.contact-success-icon {
  font-size: 48px;
  margin-bottom: 16px;
}

.contact-success-title {
  margin-bottom: 8px;
  color: #22c55e;
}

.contact-success-msg {
  color: var(--text-light);
  margin-bottom: 20px;
}

/* ===== MID-CTA (dark) ===== */
.mid-cta {
  background: var(--dark);
  padding: calc(var(--spacing, .25rem) * 24) 0;
  text-align: center;
}

.mid-cta h2 {
  font-size: clamp(1.5rem, 3vw + 1rem, 2.5rem);
  margin-bottom: 24px;
}

.mid-cta .btn {
  margin: 0 auto;
}

/* ===== POLICY PAGES ===== */
.policy-section {
  padding: calc(var(--spacing, .25rem) * 24) 0;
}

.policy-content {
  max-width: 800px;
  margin: 0 auto;
}

.policy-content h2 {
  font-size: 1.4rem;
  margin: 28px 0 12px;
}

.policy-content h3 {
  font-size: 1.15rem;
  margin: 20px 0 10px;
}

.policy-content p {
  color: rgba(255,255,255,0.55);
  font-size: 0.92rem;
  line-height: 1.8;
  margin-bottom: 12px;
}

.policy-content ul {
  padding-left: 20px;
  margin-bottom: 16px;
}

.policy-content ul li {
  list-style: disc;
  color: rgba(255,255,255,0.55);
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 6px;
}

/* ===== PAGE HEADER (Policy pages) ===== */
.page-header {
  padding: 120px 0 50px;
  background: var(--bg-warm);
}

.page-header h1 {
  font-size: clamp(2rem, 5vw + 1rem, 52px);
  margin-bottom: 12px;
  line-height: 1.1;
}

.page-header p {
  color: var(--text-muted);
  font-size: 1.05rem;
}

/* ===== FEATURE CARD (Individuals/Corporates) ===== */
.feature-card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: var(--card-radius);
  padding: 32px 24px;
  text-align: center;
  transition: var(--transition);
}

.feature-card:hover {
  border-color: rgba(255, 255, 255, 0.25);
  background: var(--card-bg-hover);
}

.feature-icon {
  width: 48px;
  height: 48px;
  background: rgba(242, 255, 102, 0.12);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  color: var(--primary);
}

.feature-card h3 {
  font-size: 1.15rem;
  font-weight: 400;
  margin-bottom: 10px;
}

.feature-card p {
  color: var(--text-muted);
  font-size: 0.9rem;
  line-height: 1.6;
}

/* Background helpers */
.bg-services {
  background: var(--bg-services);
}


/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-links { flex-wrap: wrap; gap: calc(0.25rem * 6); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .values-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 768px) {
  .nav-links {
    display: none;
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    background: #000000;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    flex-direction: column;
    padding: 20px;
    gap: 16px;
  }
  .nav-links.active { display: flex; }
  .mobile-toggle { display: block; }

  .nav-dropdown-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    margin-top: 8px;
    padding-left: 16px;
    display: none;
  }
  .nav-dropdown.active .nav-dropdown-menu { display: block; }

  .slide .container,
  .page-hero .container,
  .doorstep-section .container {
    flex-direction: column;
    text-align: center;
  }

  .slide-content p,
  .page-hero-content p {
    margin: 0 auto 28px;
  }

  .services-grid,
  .features-grid-3 { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .values-grid { grid-template-columns: repeat(2, 1fr); }

  .contact-layout { flex-direction: column; }

  .footer-grid { flex-direction: column; }
  .footer-links { flex-wrap: wrap; gap: calc(0.25rem * 5); }
  .footer-bottom { text-align: center; }

  .form-row { grid-template-columns: 1fr; }

  .testimonial-card { min-width: 300px; max-width: 300px; }

  .page-hero-images { flex-wrap: wrap; justify-content: center; }

  .slide-image-grid { max-width: 300px; margin: 0 auto; }
}

@media (max-width: 480px) {
  .section { padding: calc(var(--spacing, .25rem) * 16) 0; }
  .values-grid { grid-template-columns: 1fr 1fr; }
  .stat-card h3 { font-size: 1.6rem; }
}

/* ===== BLACKBOX TRACKER WIDGET ===== */
.blackbox-tracker {
  margin-top: calc(var(--spacing, .25rem) * 10);
  width: 100%;
  max-width: 480px;
  background: linear-gradient(rgba(80, 80, 80, 0.15) 0%, rgba(0, 0, 0, 0) 70%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 0;
  border-radius: 16px;
  padding: 28px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

/* Text input */
.blackbox-tracker input[type="text"],
.blackbox-tracker input {
  font-family: 'Inter', sans-serif !important;
  font-size: clamp(13px, 1vw + 0.35rem, 15px) !important;
  font-weight: 400 !important;
  color: #ffffff !important;
  background: #111111 !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 8px !important;
  padding: 14px 18px !important;
  width: 100% !important;
  outline: none !important;
  transition: border-color 0.25s ease !important;
  letter-spacing: 0.03em !important;
  caret-color: #F2FF66 !important;
}

.blackbox-tracker input[type="text"]::placeholder,
.blackbox-tracker input::placeholder {
  color: #A1A4A5 !important;
}

.blackbox-tracker input[type="text"]:focus,
.blackbox-tracker input:focus {
  border-color: rgba(242, 255, 102, 0.45) !important;
  background: #161616 !important;
}

/* Track / submit button */
.blackbox-tracker .bbx-btn {
  font-family: 'Inter', sans-serif !important;
  font-size: clamp(10px, 0.6vw + 0.35rem, 12px) !important;
  font-weight: 500 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  color: #000000 !important;
  background: #F2FF66 !important;
  border: 1px solid #F2FF66 !important;
  border-radius: 8px !important;
  padding: 14px 28px !important;
  cursor: pointer !important;
  width: 100% !important;
  transition: background 0.25s ease, border-color 0.25s ease !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
}

.blackbox-tracker .bbx-btn:hover {
  background: #d9e83d !important;
  border-color: #d9e83d !important;
}

.blackbox-tracker .bbx-btn:disabled {
  opacity: 0.6 !important;
  cursor: not-allowed !important;
}

/* Submit button SVG icon */
.blackbox-tracker .bbx-btn svg {
  stroke: #000000 !important;
  fill: none !important;
}

/* Remove default backgrounds */
.blackbox-tracker .bbx-progress-wrap,
.blackbox-tracker .bbx-card {
  background: transparent !important;
}
