:root {  
  --color-bg: #ffffff;
  --color-background: #ffffff;
  --color-surface: #ffffff;
  --color-text-dark: #3a352c;
  --color-text-black: #000000;
  --color-text-primary: #000000;
  --color-white: #ffffff;
  --color-white-glass: rgba(255, 255, 255, 0.9);
  --color-off-white: #f0f0f0;
  --color-black: #000000;
  --color-black-y: #000000;
  --color-subtitle: #dedede;
  --color-feature-title: #4d535e;
  --color-border: #000000;
  --color-border-light: rgba(255, 0, 0, 0.6);
  --color-stat-number: #ffd166;
  --color-stat-label: #b8c0e0;
  --color-avatar-ring: #ffa600;
  --color-shadow: rgba(0, 0, 0, 0.25);
  --color-shadow-inset: rgba(0, 0, 0, 0.2);
  --color-blue-cta: #3c82c8;
  --color-card-bg: #ffffff;
  --color-tag-bg: #ffffff;
  --color-frosted: rgba(255, 255, 255, 0.10);
  --color-topbar-border: #fdfbfb;
  --color-footer-bg: #ffffff;
  --color-newsletter-bg: #ccd3e2;
  --color-newsletter-card: #e9ebee;
  --font-family: 'Inter', sans-serif;
  --font-family-base: 'Inter', sans-serif;
  --font-display: 'Inter', sans-serif;
  --font-body: 'Inter', system-ui, sans-serif;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-size-label: 16px;
  --font-size-body: 17px;
  --font-size-btn: 18px;
  --font-size-feature-title: 17px;
  --font-size-feature-subtitle: 12.5px;
  --font-size-card-tag: 15px;
  --font-size-stat-number: 29.333px;
  --font-size-stat-label: 8.67px;
  --font-size-quote: 17.69px;
  --font-size-reviewer-name: 14.894px;
  --font-size-reviewer-company: 11.636px;
  --font-size-eyebrow: 18px;
  --font-size-headline: 45px;
  --font-size-description: 18px;
  --font-size-card-label: 16px;
  --font-size-contact-label: 17.5px;
  --font-size-contact-value: 16px;
  --letter-spacing-stat: 2.77px;
  --letter-spacing-label: 0.6933px;
  --letter-spacing-headline: 1.35px;
  --letter-spacing-description: 0.54px;
  --page-padding-y: 70px;
  --page-padding-x: 49px;
  --about-gap: 218px;
  --content-gap: 32px;
  --header-gap: 38px;
  --desc-gap: 42px;
  --feature-card-padding: 50px;
  --feature-card-gap: 42px;
  --feature-list-gap: 32px;
  --feature-item-padding-x: 45px;
  --feature-item-padding-y: 15px;
  --feature-icon-size: 40px;
  --stats-gap: 62px;
  --stats-padding-x: 50px;
  --stats-padding-y: 20px;
  --stat-card-size: 200px;
  --section-px: 110px;
  --section-py: 35px;
  --gap-section: 70px;
  --gap-nav-item: 15px;
  --gap-panel-content: 30px;
  --gap-panel-inner: 42px;
  --hero-padding-x: 40px;
  --hero-padding-y: 77px;
  --section-padding-y: 30px;
  --grid-gap-row: 22px;
  --grid-gap-col: 22px;
  --feature-card-radius: 20px;
  --feature-card-border: 2px;
  --btn-radius: 999px;
  --btn-radius-y: 9px;
  --btn-height: 54px;
  --btn-width-primary: 200px;
  --stat-card-radius: 18.667px;
  --radius-panel: 30px;
  --radius-nav: 20px;
  --radius-tag: 999px;
  --radius-icon: 9px;
  --radius-cta: 15px;
  --radius-lg: 12px;
  --card-radius: 12px;
  --card-border-radius: 11.171px;
  --card-border-width: 0.465px;
  --card-padding-x: 18.618px;
  --card-padding-y: 23.272px;
  --card-gap: 30px;
  --card-shadow: 0px 3.724px 3.724px 0px var(--color-shadow);
  --card-shadow-inset: inset 0px 1.862px 3.724px 0px var(--color-shadow-inset);
  --avatar-size: 65.162px;
  --avatar-border-width: 1.862px;
  --avatar-border-radius: 9999px;
  --star-size: 22.341px;
  --star-gap: 3.724px;
  --platform-logo-width: 37.236px;
  --platform-logo-height: 28.124px;
  --quote-icon-width: 37.236px;
  --quote-icon-height: 28.124px;
  --max-width-card: 660px;
  --max-width-content: 1342px;
  --page-max-width: 1440px;
  --transition-fast: 180ms ease;
  --transition-panel: 320ms cubic-bezier(.4, 0, .2, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  height: 100%;
}

body {
  font-family: var(--font-family-base);
  font-weight: var(--font-weight-regular);
  line-height: normal;
  background-color: var(--color-bg);
  color: var(--color-text-primary);
  -webkit-font-smoothing: antialiased;
}

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

blockquote {
  font-style: normal;
}

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

ul {
  list-style: none;
}

/* =========================================
   Skip Link
   ========================================= */
.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #000;
  color: white;
  padding: 8px;
  z-index: 1001;
  transition: top 0.3s;
}

.skip-link:focus {
  top: 0;
}

/* =========================================
   SITE HEADER
   ========================================= */
.site-header {
  top: 0;
  z-index: 99999;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background: rgba(255, 255, 255, 0.65);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  overflow: visible;
  position: relative;
}


/* ── Top Contact Bar ── */
.top-bar {
  background-color: transparent;
  border-bottom: 1.5px solid #fdfbfb;
  box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 1);
  padding: 20px 10px;
}

.top-bar-content {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-contact-info {
  display: flex;
  gap: 22px;
  align-items: center;
}

/* NOTE: .contact-item is also used in the CTA section with different styles.
   The top-bar uses a scoped version via .top-contact-info .contact-item */
.top-contact-info .contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 19px;
}

.top-contact-info .contact-item img {
  width: 22px;
  height: 22px;
}

.top-contact-info .contact-item a {
  color: #000;
  text-decoration: underline;
  white-space: nowrap;
}

/* ── Social Links ── */
.social-links {
  display: flex;
  gap: 10px;
  align-items: center;
}

.social-links img {
  width: 25px;
  height: 25px;
  cursor: pointer;
  transition: opacity 0.3s, transform 0.2s;
}


/* ── Main Header ── */
.main-header {
  background: linear-gradient(to right, rgba(15, 19, 26, 0.8), rgba(15, 19, 26, 0.75));
  box-shadow: -1px 4px 4px 0px rgba(0, 0, 0, 0.3), 1px 2px 4px 0px rgba(0, 0, 0, 0.3);
  padding: 10px 82px;
  transition: all .3s ease;
}

.header-content {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

.logo-text {
  display: flex;
  flex-direction: column;
  width: 134px;
}

.company-name {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  line-height: 24px;
}

.company-name .highlight {
  color: #ffffff;
}

.tagline {
  font-size: 16px;
  line-height: 19px;
  font-style: italic;
  color: #e0e0e0;
  font-weight: 400;
}

.logo-accent {
  width: 30px;
  height: 32.397px;
}

.main-nav {
  display: flex;
  gap: 183px;
  align-items: center;
}

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

.nav-links a {
  position: relative;
  font-size: 17px;
  line-height: 21px;
  font-weight: 400;
  color: #ffffff;
  transition: all 0.4s ease;
  display: inline-block;
}

.nav-links a:hover {
  color: #ffffff;
  transform: translateY(-2px);
  text-shadow:
    0 0 10px rgba(255, 255, 255, 0.8),
    0 0 20px rgba(255, 255, 255, 0.4),
    0 0 30px rgba(255, 255, 182, 0.3);
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg,
    transparent,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 182, 0.8),
    rgba(255, 255, 255, 0.8),
    transparent
  );
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.4s ease;
  filter: blur(1px);
}

.nav-links a:hover::after {
  transform: scaleX(1);
}

.nav-links a:hover::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 70%);
  animation: lightBurst 0.6s ease-out;
  z-index: -1;
}

@keyframes lightBurst {
  0%   { width: 0;     height: 0;     opacity: 0.5; }
  100% { width: 100px; height: 100px; opacity: 0;   }
}

.nav-buttons {
  display: flex;
  gap: 12px;
}

.nav-buttons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: inherit;
  font-size: 17px;
  font-weight: 400;
  line-height: 17.5px;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
}

.btn-quote {
  background: linear-gradient(to right, rgba(178, 153, 96, 0.6), #090401);
  border: 1px solid #ffffff;
  border-radius: 8px;
  padding: 10px 10px;
  color: #ffffff;
  box-shadow: 0px 0px 4px 0px rgba(9, 4, 1, 0.6);
}

.btn-quote:hover {
  opacity: 0.9;
}

.btn-contact {
  background-color: #000000;
  border: 1px solid #ffffff;
  border-radius: 8px;
  padding: 9px 10px;
  color: #ffffff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), inset 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.btn-contact:hover {
  background-color: #1a1a1a;
}

.dot {
  margin: 0 10px;
}

.hero {
  position: relative;
  width: 100%;
  height: 626px;
  overflow: visible;
}

/* ===== Trusted Businesses – Seamless Loop Marquee ===== */
.trusted-section {
  background-color: #fbfbfb;
  padding: 60px 0 52px;
  border-top: 1px solid rgba(0,0,0,0.06);
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

/* Label row */
.trusted-section__label-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 42px;
}

.trusted-section__line {
  display: block;
  width: 40px;
  height: 1px;
  background-color: rgba(0,0,0,0.15);
  flex-shrink: 0;
}

.trusted-section__label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  color: rgba(0,0,0,0.4);
  text-transform: uppercase;
  margin: 0;
  white-space: nowrap;
}

/* Window with fade edges */
.trusted-section__window {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.trusted-section__window::before,
.trusted-section__window::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  z-index: 2;
  pointer-events: none;
}

.trusted-section__window::before {
  left: 0;
  background: linear-gradient(to right, #fbfbfb 20%, transparent 100%);
}

.trusted-section__window::after {
  right: 0;
  background: linear-gradient(to left, #fbfbfb 20%, transparent 100%);
}

/* Scrolling track – seamless loop */
.trusted-section__track {
  display: flex;
  gap: 0;
  width: max-content;
  animation: scrollSeamless 30s linear infinite;  /* ⏱ adjust 30s → lower = faster */
  padding: 8px 40px;   /* space inside the window */
  will-change: transform;
}

/* Smooth pause on hover */
.trusted-section__window:hover .trusted-section__track {
  animation-play-state: paused;
}

/* Individual card */
.trusted-item {
  flex-shrink: 0;
  margin-right: 36px;
  background: linear-gradient(135deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.7) 100%);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 16px;
  padding: 20px 36px;
  font-size: 21px;
  font-weight: 600;
  color: var(--color-black);
  opacity: 0.75;
  transition: opacity 0.35s, transform 0.35s, box-shadow 0.35s, color 0.35s;
  white-space: nowrap;
  user-select: none;
  box-shadow: 0 2px 12px rgba(0,0,0,0.02);
}

.trusted-item:last-child {
  margin-right: 0;
}

.trusted-item:hover {
  opacity: 1;
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
  border-color: rgba(0,0,0,0.12);
}

/* 🔁 Seamless loop keyframes – GPU‑accelerated */
@keyframes scrollSeamless {
  0%   { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(-50%, 0, 0); }
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .trusted-item {
    padding: 14px 24px;
    font-size: 17px;
    border-radius: 12px;
  }

  .trusted-section__track {
    gap: 20px;
    padding: 8px 24px;
  }

  .trusted-section__window::before,
  .trusted-section__window::after {
    width: 40px;
  }
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: var(--btn-height);
  width: 200px;
  border-radius: var(--btn-radius-y);
  border: 1px solid var(--color-border);
  background-color: var(--color-white-glass);
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.15s ease;
  white-space: nowrap;
}

.btn-secondary:hover {
  background-color: var(--color-white);
  transform: translateY(-1px);
}

.btn__label {
  font-family: var(--font-family);
  font-weight: var(--font-weight-medium);
  font-size: 16px;
  line-height: normal;
  color: var(--color-black-y);
}

.btn__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}


/* =========================================
   SECTION 1: HERO SHOWCASE
   ========================================= */
.hero-showcase {
  padding: 100px 0 60px;
  background: var(--color-bg);
}
 
.hero-showcase__inner {
  max-width: var(--page-max-width);
  margin: 0 auto;
  padding: 0 84px;
  display: flex;
  align-items: center;
  gap: 64px;
}
 
.hero-showcase__content {
  flex: 1 1 480px;
  min-width: 0;
}
 
.hero-showcase__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
 
.hero-showcase__badge-line {
  display: block;
  width: 32px;
  height: 2px;
  background-color: var(--color-text-primary);
}
 
.hero-showcase__badge-text {
  font-family: var(--font-family);
  font-size: 14px;
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.5px;
  color: var(--color-text-primary);
  text-transform: uppercase;
}
 
.hero-showcase__title {
  font-family: var(--font-family);
  font-weight: var(--font-weight-semibold);
  font-size: 52px;
  line-height: 1.1;
  color: var(--color-text-primary);
  margin: 0 0 20px;
  max-width: 560px;
}
 
.hero-showcase__subtitle {
  font-family: var(--font-family);
  font-size: 18px;
  line-height: 1.6;
  color: var(--color-feature-title);
  max-width: 480px;
  margin: 0 0 36px;
}
 
.hero-showcase__cta-group {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
  
 
.btn--icon-left {
  width: var(--btn-width-primary);
  padding: 7px 10px;
}
 
.btn--icon-right {
  padding: 12px 11.5px;
}
 
/* ── Media side ── */
.hero-showcase__media-wrap {
  flex: 1 1 420px;
  min-width: 0;
  position: relative;
}
 
.hero-showcase__media {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 20px;
  overflow: hidden;
  background: var(--color-off-white);
}
 
.hero-showcase__image,
.hero-showcase__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
 
.hero-showcase__video {
  z-index: 2;
}
 
.hero-showcase__image {
  z-index: 1;
}

/* ============================================
   HERO – PREMIUM PARTICLE NETWORK
   ============================================ */
.hero-showcase {
  position: relative;
  overflow: hidden;
  background: #faf8f5; /* Light base */
  background: radial-gradient(ellipse at 30% 20%, #f5f0ea 0%, #faf8f5 70%, #f0ece6 100%);
}

/* ── Canvas Container ── */
.hero-particle-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.hero-particle-canvas canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
}

/* ── Ensure hero content stays above ── */
.hero-showcase__inner {
  position: relative;
  z-index: 2;
}

/* ── Optional: subtle gold glow behind text ── */
.hero-showcase__content::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(229, 149, 1, 0.04), transparent 70%);
  pointer-events: none;
  z-index: -1;
}
/* =========================================
   SECTION 2: ABOUT
   ========================================= */
.about-section {
  padding: var(--page-padding-y) 84px;
}

.about-container {
  display: flex;
  align-items: center;
  gap: var(--about-gap);
}

.about-content {
  display: flex;
  flex-direction: column;
  gap: var(--desc-gap);
  flex: 0 0 566px;
  max-width: 566px;
}

.about-header {
  display: flex;
  flex-direction: column;
  gap: var(--header-gap);
}

/* Shared section label used across about + testimonials */
.section-label {
  display: flex;
  align-items: center;
  gap: 10px;
}

.label-line {
  display: block;
  width: 60px;
  height: 1.5px;
  background-color: var(--color-text-primary);
  flex-shrink: 0;
}

.label-text {
  font-size: var(--font-size-label);
  font-weight: var(--font-weight-medium);
  color: var(--color-text-primary);
  white-space: nowrap;
}

.about-title {
  font-size: 50px;
  font-weight: var(--font-weight-semibold);
  color: var(--color-text-dark);
  line-height: normal;
  max-width: 480px;
}

.about-description {
  display: flex;
  flex-direction: column;
  gap: var(--desc-gap);
}

.about-description p {
  font-size: var(--font-size-body);
  font-weight: var(--font-weight-regular);
  color: var(--color-text-dark);
  line-height: 21px;
}

.btn-learn-more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 10px;
  border: 1px solid var(--color-text-dark);
  border-radius: var(--btn-radius);
  width: 273px;
  justify-content: center;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.btn-learn-more:hover {
  background-color: var(--color-text-dark);
  color: var(--color-bg);
}

.btn-learn-more:hover .btn-arrow {
  filter: invert(1);
}

.btn-label {
  font-size: 18px;
  line-height: 22px;
  font-weight: var(--font-weight-medium);
  color: var(--color-text-dark);
  white-space: nowrap;
  transition: color 0.2s ease;
}

.btn-learn-more:hover .btn-label {
  color: var(--color-bg);
}

.btn-arrow {
  width: 40px;
  height: 23.125px;
  object-fit: contain;
  flex-shrink: 0;
}

/* About Feature Card — renamed from .feature-card to .about-feature-card
   to avoid collision with CTA section's .cta-feature-card */
.about-feature-card {
  display: flex;
  flex-direction: column;
  gap: var(--feature-card-gap);
  align-items: center;
  padding: var(--feature-card-padding);
  border: var(--feature-card-border) solid var(--color-border);
  border-radius: var(--feature-card-radius);
  flex-shrink: 0;
}

.about-feature-card__tag {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: 1px solid var(--color-border);
}

.about-feature-card__tag-text {
  font-size: var(--font-size-card-tag);
  font-weight: var(--font-weight-semibold);
  color: var(--color-text-black);
  white-space: nowrap;
}

.feature-list {
  display: flex;
  flex-direction: column;
  gap: var(--feature-list-gap);
  width: 388px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: var(--feature-item-padding-y) var(--feature-item-padding-x);
  border-bottom: 1px solid var(--color-border);
  min-height: 94px;
}

.feature-item:last-child {
  border-bottom: none;
}

.feature-item__icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border-radius: 8px;
  flex-shrink: 0;
}

.feature-item__icon {
  width: var(--feature-icon-size);
  height: var(--feature-icon-size);
  object-fit: contain;
}

.feature-item__text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.feature-item__title {
  font-size: var(--font-size-feature-title);
  font-weight: var(--font-weight-semibold);
  color: var(--color-feature-title);
  line-height: normal;
  white-space: nowrap;
}

.feature-item__subtitle {
  font-size: var(--font-size-feature-subtitle);
  font-weight: var(--font-weight-regular);
  color: var(--color-text-black);
  line-height: 15px;
  white-space: nowrap;
}


/* =========================================
   SECTION 3: STATS
   ========================================= */
.stats-section {
  padding: var(--stats-padding-y) calc(84px + 93px);
}

.stats-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--stats-gap);
  flex-wrap: wrap;
}

.stat-card {
  position: relative;
  width: var(--stat-card-size);
  height: var(--stat-card-size);
  border-radius: var(--stat-card-radius);
  overflow: visible;
  flex-shrink: 0;
}

.stat-card__visual {
  position: absolute;
  inset: 0;
  border-radius: var(--stat-card-radius);
}

.stat-card__disc-img,
.stat-card__ring-img,
.stat-card__ring-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
}

.stat-card__disc-img {
  width: 153.333px;
  height: 153.333px;
  top: 51.5%;
  object-fit: cover;
}

.stat-card__ring-img {
  width: 153.33px;
  height: 153.33px;
  object-fit: contain;
}

.stat-card__ring-glow {
  width: 153.33px;
  height: 153.33px;
  object-fit: contain;
  opacity: 0.35;
  filter: blur(10px);
}

.stat-card__content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.stat-card__number {
  font-size: var(--font-size-stat-number);
  font-weight: var(--font-weight-bold);
  color: var(--color-stat-number);
  letter-spacing: var(--letter-spacing-stat);
  line-height: normal;
  white-space: nowrap;
}

.stat-card__label {
  font-size: var(--font-size-stat-label);
  font-weight: var(--font-weight-bold);
  color: var(--color-stat-label);
  letter-spacing: var(--letter-spacing-label);
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
}


/* ============================================================
   SECTION 4: SERVICES HERO
   ============================================================ */
.services-hero {
  padding: var(--section-py) var(--section-px) 0;
}

.services-hero__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 27px;
  max-width: 861px;
  margin: 0 auto;
}

.services-badge {
  display: flex;
  align-items: center;
  gap: 0;
}

.services-badge__ornament {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ornament-line {
  display: block;
  flex-shrink: 0;
  transform: scale(1.1);   /* 🔥 adjust this */
  transform-origin: center;
}

.ornament-star {
  width: 35px;
  height: 35px;
  flex-shrink: 0;
}

.services-badge__label {
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
  padding: 0 4px;
}

.services-hero__heading {
  font-family: var(--font-display);
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 1.26px;
  line-height: 1.15;
  text-align: center;
  color: var(--color-text-primary);
}

.services-hero__subtext {
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
  text-align: center;
  color: var(--color-text-primary);
  max-width: 861px;
}


/* ============================================================
   SECTION 5: SERVICES MAIN
   ============================================================ */
.services-main {
  padding: var(--gap-section) var(--section-px) var(--section-py);
}

.services-main__container {
  display: flex;
  align-items: center;
  gap: 100px;
  max-width: 1220px;
  margin: 0 auto;
}

.services-nav {
  flex-shrink: 0;
  width: 350px;
}

.services-nav__list {
  display: flex;
  flex-direction: column;
  gap: var(--gap-nav-item);
}

.services-nav__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  padding: 15px 30px;
  background: transparent;
  border: 0.5px solid var(--color-border);
  border-radius: var(--radius-nav);
  cursor: pointer;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  color: var(--color-text-primary);
  text-align: left;
  transition: background var(--transition-fast), box-shadow var(--transition-fast);
}

.services-nav__item:hover {
  background: rgba(0, 0, 0, 0.04);
}

.services-nav__item--active {
  background: var(--color-surface);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  border-color: var(--color-border);
}

.services-nav__left {
  display: flex;
  align-items: center;
  gap: 20px;
}


.service-panel .service-panel__bg {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  overflow: hidden;
  z-index: 0;
}

/* make content stay above */
.service-panel > *:not(.service-panel__bg) {
  position: relative;
  z-index: 2;
}

/* layers */
.service-panel .bg-layer {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: opacity 1.5s ease;
  pointer-events: none;
  will-change: opacity;
}



.services-nav__icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.services-nav__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.services-nav__text {
  white-space: nowrap;
}

.services-nav__arrow {
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  display: flex;
  align-items: center;
}

.services-nav__item:hover .services-nav__arrow {
  opacity: 1;
  transform: translateX(0);
}

.services-nav__arrow img {
  width: 26px;
  height: 26px;
}

.services-panels {
  flex: 1;
  min-width: 0;
  position: relative;
}

.service-panel {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  gap: var(--gap-panel-inner);
  height: 600px;
  padding: 129px 60px 74px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-panel);
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transition: opacity var(--transition-panel);
}

.service-panel--active {
  display: flex;
  opacity: 1;
  animation: panel-fade-in var(--transition-panel) forwards;
}

@keyframes panel-fade-in {
  from { opacity: 0; transform: translateY(6px); }
  to   { opacity: 1; transform: translateY(0); }
}

.service-panel__content {
  display: flex;
  flex-direction: column;
  gap: var(--gap-panel-content);
  max-width: 536px;
}

.service-panel__icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border: 1.5px solid var(--color-border);
  border-radius: var(--radius-icon);
  background: var(--color-surface);
  width: fit-content;
}

.service-panel__icon-wrap--light {
  background: var(--color-surface);
  border: none;
}

.service-panel__icon-wrap--bordered {
  border: 1.5px solid var(--color-border-light);
}

.service-panel__icon-wrap--shadow {
  background: var(--color-surface);
  border: none;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.service-panel__icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
  display: block;
}

.service-panel__body {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.service-panel__title {
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--color-white);
}

.service-panel__description {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--color-white);
  max-width: 500px;
}

.service-panel__footer {
  display: flex;
  flex-direction: column;
  gap: 62px;
}

.service-panel__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.service-panel__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-tag);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 400;
  color: var(--color-text-primary);
  white-space: nowrap;
  line-height: 1;
}

.service-panel__tags--shadow .service-panel__tag {
  border: none;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.service-panel__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  border-radius: var(--radius-cta);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  color: var(--color-white);
  cursor: pointer;
  width: fit-content;
  transition: background var(--transition-fast), opacity var(--transition-fast);
}

.service-panel__cta--frosted {
  background: var(--color-frosted);
  backdrop-filter: blur(4px);
}

.service-panel__cta-icon {
  width: 22px;
  height: 22px;
  object-fit: contain;
  display: block;
  flex-shrink: 0;
}

.services-hero,
.services-main {
  background-color: #F9F9F9;
}

/* ============================================================
   SECTION 6: TESTIMONIALS
   ============================================================ */
.testimonials-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 72px;
  padding: var(--section-padding-y) 0;
  width: 100%;
}

.testimonials-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 17px;
  width: 543px;
  max-width: 100%;
  text-align: center;
}

.section-title {
  font-size: 37px;
  font-weight: var(--font-weight-bold);
  color: var(--color-text-primary);
  line-height: normal;
}

.testimonials-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--grid-gap-row);
  padding: 49px;
  width: 100%;
  max-width: var(--page-max-width);
}

.testimonials-row {
  display: flex;
  gap: var(--grid-gap-col);
  width: 100%;
  max-width: var(--max-width-content);
}

.testimonials-row--center {
  justify-content: center;
}

.testimonials-row--two {
  justify-content: center;
}

.testimonial-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: var(--card-gap);
  width: var(--max-width-card);
  max-width: 100%;
  padding: var(--card-padding-y) var(--card-padding-x);
  background-color: var(--color-background);
  border: var(--card-border-width) solid var(--color-border);
  border-radius: var(--card-border-radius);
  box-shadow: 0px 3.724px 3.724px 0px var(--color-shadow), var(--card-shadow-inset);
  flex-shrink: 0;
}

.card-body {
  display: flex;
  flex-direction: column;
  gap: var(--card-gap);
  width: 100%;
}

.card-top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.star-rating {
  display: flex;
  align-items: center;
  gap: var(--star-gap);
}

.star-icon {
  width: var(--star-size);
  height: var(--star-size);
  object-fit: contain;
  flex-shrink: 0;
}

.platform-logo {
  width: var(--platform-logo-width);
  height: var(--platform-logo-height);
  object-fit: contain;
  flex-shrink: 0;
}

.testimonial-quote {
  font-size: var(--font-size-quote);
  font-weight: var(--font-weight-regular);
  color: var(--color-text-primary);
  line-height: 1.6;
  width: 100%;
}

.card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.quote-icon {
  width: var(--quote-icon-width);
  height: var(--quote-icon-height);
  object-fit: contain;
  flex-shrink: 0;
}

.reviewer-info {
  display: flex;
  align-items: center;
  gap: 7.447px;
  flex-shrink: 0;
}

.reviewer-meta {
  display: flex;
  flex-direction: column;
  gap: 5.585px;
  align-items: flex-start;
  width: 98.674px;
}

.reviewer-name {
  font-size: var(--font-size-reviewer-name);
  font-weight: var(--font-weight-semibold);
  color: var(--color-text-primary);
  line-height: normal;
  display: block;
  width: 100%;
}

.reviewer-company {
  font-size: var(--font-size-reviewer-company);
  font-weight: var(--font-weight-medium);
  color: var(--color-text-primary);
  line-height: normal;
  display: block;
  width: 100%;
}

.reviewer-avatar-wrapper {
  position: relative;
  width: var(--avatar-size);
  height: var(--avatar-size);
  border: var(--avatar-border-width);
  border-radius: var(--avatar-border-radius);
  box-shadow: var(--card-shadow);
  flex-shrink: 0;
  overflow: hidden;
  padding: 2.5px;
  background: conic-gradient(#ffa600, #00ccff, #ffa600);
  display: flex;
  align-items: center;
  justify-content: center;
}

.reviewer-avatar-last {
  position: relative;
  width: var(--avatar-size);
  height: var(--avatar-size);
  border: var(--avatar-border-width);
  flex-shrink: 0;
  border-radius: 999px;
  overflow: hidden;
  background: conic-gradient(#000000);
}

.reviewer-avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--avatar-border-radius);
}


/* ============================================================
   SECTION 7: CTA / TRANSFORM YOUR SPACE
   — replaces the old .hero-section to avoid name collision
     with the top .hero section
   ============================================================ */
.cta-section {
  position: relative;
  width: 100%;
  min-height: 896px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 101px;
  padding: 50px 136.5px;
  overflow: hidden;
}

.cta-section__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  pointer-events: none;
}

.cta-section > *:not(.cta-section__bg) {
  position: relative;
  z-index: 1;
}

.cta-section__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 100px;
  width: 100%;
}

/* Text block */
.hero-text-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  width: 805px;
  max-width: 100%;
}

.hero-headline-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  width: 634px;
  max-width: 100%;
}

.hero-eyebrow-group {
  display: flex;
  align-items: center;
  gap: 14px;
}

.eyebrow-icon {
  width: 40px;
  height: 35px;
  object-fit: contain;
  flex-shrink: 0;
}

.eyebrow-icon--right {
  transform: rotate(180deg);
}

.hero-eyebrow {
  font-size: var(--font-size-eyebrow);
  font-weight: 700;
  color: var(--color-white);
  white-space: nowrap;
  line-height: normal;
}

.hero-headline {
  font-size: var(--font-size-headline);
  font-weight: 800;
  color: var(--color-white);
  letter-spacing: var(--letter-spacing-headline);
  line-height: normal;
  text-align: center;
  width: 100%;
}

.hero-description {
  font-size: var(--font-size-description);
  font-weight: 400;
  color: var(--color-off-white);
  letter-spacing: var(--letter-spacing-description);
  line-height: 1.65;
  text-align: center;
  width: 100%;
}

/* CTA Feature Cards — renamed from .feature-card / .feature-cards
   to .cta-feature-card / .cta-feature-cards to avoid collisions */
.cta-feature-cards {
  display: flex;
  align-items: stretch;
  gap: 20px;
  width: 100%;
}

.cta-feature-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  background-color: var(--color-card-bg);
  border-radius: var(--card-radius);
  padding: 26px 20px;
  min-height: 144px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border: 1px solid transparent;
}

.cta-feature-card:first-child {
  border-color: var(--color-black);
}

.cta-feature-card__icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-feature-card__icon-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cta-feature-card__label {
  font-size: var(--font-size-card-label);
  font-weight: 500;
  color: var(--color-black);
  text-align: center;
  line-height: normal;
  white-space: nowrap;
}

.cta-feature-card__label--multiline {
  white-space: normal;
}

/* CTA buttons block */
.cta-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 55px;
  width: 606px;
  max-width: 100%;
}

.cta-buttons {
  display: flex;
  align-items: center;
  gap: 22px;
  width: 100%;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  font-size: 19px;
  font-weight: 500;
  font-family: var(--font-family);
  line-height: normal;
  white-space: nowrap;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.15s ease;
}

.btn:hover {
  opacity: 0.88;
  transform: translateY(-1px);
}

.btn:active {
  transform: translateY(0);
}

.btn--primary {
  background-color: var(--color-blue-cta);
  border: 0.5px solid var(--color-black);
  color: var(--color-white);
  padding: 20.5px 25px;
  flex-shrink: 0;
}

.btn--outline-down {
  background-color: transparent;
  border: 1px solid var(--color-black);
  color: var(--color-white);
  padding: 20px 59.5px;
  flex: 1;
}

.cta-section .btn__icon {
  width: 36px;
  height: 25px;
  object-fit: contain;
  flex-shrink: 0;
}

.cta-section .btn__icon--small {
  width: 26px;
  height: 26px;
}

.contact-row {
  display: flex;
  align-items: center;
  gap: 32px;
  padding-left: 43px;
}

.cta-section .contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-item__icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 57px;
  height: 57px;
  background-color: var(--color-white);
  border-radius: 999px;
  flex-shrink: 0;
  padding: 15px;
}

.contact-item__icon-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.contact-item__info {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 116px;
}

.contact-item__label {
  font-size: var(--font-size-contact-label);
  font-weight: 600;
  color: var(--color-white);
  line-height: normal;
}

.contact-item__value {
  font-size: var(--font-size-contact-value);
  font-weight: 400;
  color: var(--color-off-white);
  line-height: normal;
  transition: color 0.2s ease;
}

.contact-item__value:hover {
  color: var(--color-white);
}

.contact-divider {
  display: flex;
  align-items: center;
  height: 57px;
}

.contact-divider__line {
  width: 1px;
  height: 100%;
  object-fit: fill;
  opacity: 0.6;
}

.newsletter {
  background-color: var(--color-newsletter-bg);
  padding: clamp(2rem, 8vw, 6.25rem) clamp(1rem, 5vw, 13.75rem);
  min-height: 496px;
  position: relative;
}

.newsletter-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  background-color: var(--color-newsletter-card);
  border-radius: var(--radius-lg);
  display: flex;
  flex-wrap: wrap;
  position: relative;
  min-height: 296px;
}

.newsletter-content {
  padding: 32px;
  max-width: 659px;
  z-index: 2;
}

.newsletter-content h3 {
  font-family: 'Figtree', sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #1e293b;
  line-height: 32px;
  margin-bottom: 12px;
}

.newsletter-content h4 {
  font-family: 'Figtree', sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  line-height: 24px;
  margin-bottom: 12px;
}

.newsletter-content p {
  font-family: 'Figtree', sans-serif;
  font-size: 15.5px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 24px;
  margin-bottom: 32px;
}

.newsletter-form {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 342px;
}

.form-group input {
  background-color: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.39);
  border-radius: 8px;
  padding: 16px;
  font-family: 'Figtree', sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  height: 48px;
}

.form-group input::placeholder {
  color: #94a3b8;
}

.form-group input:focus {
  outline: none;
  border-color: #8b5cf6;
}

.form-group small {
  font-family: 'Figtree', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #64748b;
  line-height: 16px;
}

.btn-subscribe {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #8b5cf6;
  border-radius: 8px;
  border: none;
  padding: 16px 16px;
  color: #ffffff;
  font-family: 'Figtree', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  height: 48px;
  min-width: 105px;
  cursor: pointer;
}

.btn-subscribe:hover {
  background-color: #7c3aed;
}

.newsletter-visual {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.newsletter-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  overflow: hidden;
}

.newsletter-envelope {
  position: relative;
  width: 85%;
  right: -65px;
  max-width: 340px;
  z-index: 2;
}

.footer {
  background-color: #ffffff;
  border-top: 1px solid #e5e7eb;
}

.footer-top {
  max-width: 1440px;
  margin: 0 auto;
  padding: 25px 49px;
  display: flex;
  gap: 69px;
}

.footer-brand {
  max-width: 429px;
}

.brand-logo {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 32px;
}

.brand-img {
  width: 50px;
  height: 50px;
  border-radius: 999px;
  object-fit: cover;
}

.brand-text {
  width: 134px;
}

.brand-text h3 {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  line-height: 1.2;
}

.brand-text h3 .highlight,
.brand-text .highlight {
  color: #000000;
}

.brand-text p {
  font-size: 16px;
  font-style: italic;
  color: #000000;
  font-weight: 400;
}

.brand-accent {
  width: 30px;
  height: 32.397px;
}

.brand-desc {
  font-size: 16.5px;
  font-weight: 400;
  color: #000000;
  line-height: 20px;
}

.footer-columns {
  display: flex;
  gap: 70px;
  flex: 1;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 26px;
  align-items: center;
}

.footer-contact-col {
  align-items: flex-start;
}

.footer-col h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
  color: #000000;
  position: relative;
  padding-left: 12px;
}

.footer-col h4::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 23.5px;
  border-left: 3px solid #000000;
  background-color: #000000;
  border-radius: 999px;
}

.footer-col ul {
  display: flex;
  flex-direction: column;
  gap: 22px;
  align-items: center;
}

.footer-col ul li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #000000;
  transition: color 0.3s ease;
}

.footer-col ul li a:hover {
  color: #000000;
}

.footer-contacts {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.footer-contact {
  display: flex;
  gap: 12px;
  align-items: center;
}

.icon-box {
  border: 1px solid #000000;
  border-radius: 12px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-box img {
  width: 22px;
  height: 22px;
}

.footer-contact .label {
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  color: #555b66;
  margin-bottom: 8px;
}

.footer-contact .value {
  font-size: 13px;
  font-weight: 700;
  color: #000000;
  line-height: 16px;
}

.footer-contact .value a {
    display: inline-block;
    word-break: break-all;
    max-width: 150px;
}

.footer-bottom {
  max-width: 1440px;
  margin: 0 auto;
  padding: 25px 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.copyright {
  display: flex;
  gap: 12px;
  align-items: center;
  font-weight: 400;
  color: #000000;
}

.copyright span:first-child {
  font-size: 18px;
}

.copyright span:last-child {
  font-size: 15px;
  line-height: 18px;
}

.legal-links {
  display: flex;
  align-items: center;
}

/* ============================================
   SMART HOURS TOOLTIP – PREMIUM VERSION
   ============================================ */

/* ── Container ── */
.phone-container {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

/* ── Tooltip ── */
.hours-tooltip {
    position: absolute;
    top: calc(100% + 12px);
    left: 50%;
    transform: translateX(-50%) translateY(6px);
    background: #1a1a2e;
    color: #ffffff;
    padding: 16px 20px;
    border-radius: 14px;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    min-width: 240px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    pointer-events: auto;
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 100;
    border: 1px solid rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(4px);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* ── Arrow ── */
.hours-tooltip::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 7px solid transparent;
    border-bottom-color: #1a1a2e;
}

/* ── Show on hover ── */
.phone-container:hover .hours-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

/* ── Status row ── */
.hours-tooltip__status {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    width: 100%;
}

/* ── Status text (base) ── */
.hours-tooltip__status-text {
    font-weight: 600;
    font-size: 14px;
}

/* ── Status text (open - GREEN) ── */
.hours-tooltip__status-text--open {
    color: #22c55e;
    font-weight: 700;
    font-size: 15px;
}

/* ── Status text (closed - RED) ── */
.hours-tooltip__status-text--closed {
    color: #ff0000;
    font-weight: 700;
    font-size: 15px;
}

/* ── Countdown timer text ── */
.hours-tooltip__countdown {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 2px;
    letter-spacing: 0.3px;
}

/* ── Sub-text for "Send us an Email" ── */
.hours-tooltip__sub-text {
    font-size: 13px;
    font-weight: 350;
    display: block;
    margin-top: 2px;
}

/* ── Rows ── */
.hours-tooltip__row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 4px 0;
    width: 100%;
}

.hours-tooltip__icon {
    font-size: 15px;
    width: 20px;
    text-align: center;
    flex-shrink: 0;
}

.hours-tooltip__label {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
}

.hours-tooltip__value {
    color: #ffffff;
    font-weight: 500;
    font-size: 13px;
}

/* ── Responsive ── */
@media (max-width: 768px) {
    .hours-tooltip {
        min-width: 200px;
        padding: 14px 16px;
        font-size: 12px;
        left: 50%;
        transform: translateX(-50%) translateY(6px);
    }
    .hours-tooltip__status-text--open,
    .hours-tooltip__status-text--closed {
        font-size: 14px;
    }
    .hours-tooltip__sub-text {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .hours-tooltip {
        min-width: 180px;
        padding: 12px 14px;
        font-size: 11px;
        left: 0;
        transform: translateX(0) translateY(6px);
    }
    .hours-tooltip::before {
        left: 20%;
    }
    .hours-tooltip__status-text--open,
    .hours-tooltip__status-text--closed {
        font-size: 13px;
    }
    .hours-tooltip__sub-text {
        font-size: 11px;
    }
}

/* ── Respect user's motion preferences ── */
@media (prefers-reduced-motion: reduce) {
    .hours-tooltip {
        transition: none !important;
    }
    .phone-container:hover .hours-tooltip {
        transform: translateX(-50%) translateY(0);
    }
}

/* ── Focus styles for keyboard users ── */
.phone-link:focus-visible {
    outline: 2px solid #22c55e;
    outline-offset: 2px;
    border-radius: 4px;
}

/* ── Smooth color transitions ── */
.hours-tooltip__status-text--open,
.hours-tooltip__status-text--closed {
    transition: color 0.3s ease;
}

/* ===== Device Warning Modal ===== */
.device-warning {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 9999;
}

.device-warning.active {
  opacity: 1;
  visibility: visible;
}

.device-warning__content {
  background: #fff;
  padding: 32px 28px;
  border-radius: 28px;
  text-align: center;
  max-width: 400px;
  width: 90%;
  transform: scale(0.9);
  transition: transform 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  animation: fadeInUp 0.35s ease;
}

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

.device-warning.active .device-warning__content {
  transform: scale(1);
}

.device-warning__title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #000;
  font-family: var(--font-inter), sans-serif;
}

.device-warning__text {
  font-size: 15px;
  line-height: 1.4;
  color: #555;
  margin-bottom: 24px;
  font-family: var(--font-inter), sans-serif;
}

.device-warning__btn {
  background: #000;
  color: #fff;
  border: none;
  padding: 12px 28px;
  border-radius: 999px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.2s ease;
  font-family: var(--font-inter), sans-serif;
}

.device-warning__btn:hover {
  background: #222;
  transform: translateY(-1px);
}

.device-warning__note {
  margin-top: 16px;
  font-size: 12px;
  color: #888;
  font-family: var(--font-inter), sans-serif;
}

/* Responsive small screens */
@media (max-width: 480px) {
  .device-warning__content {
    padding: 24px 20px;
  }
  .device-warning__title {
    font-size: 20px;
  }
  .device-warning__text {
    font-size: 14px;
  }
  .device-warning__btn {
    padding: 10px 24px;
    font-size: 14px;
  }
}

@media (max-width: 1200px) {
  :root {
    --about-gap: 60px;
    --page-padding-x: 48px;
    --section-px: 48px;
    --gap-section: 50px;
  }

  .about-title {
    font-size: 40px;
  }

  .services-main__container {
    gap: 48px;
  }

  .services-nav {
    width: 300px;
  }

  .services-nav__item {
    padding: 12px 20px;
    font-size: 14px;
  }

  .services-hero__heading {
    font-size: 40px;
  }
}

@media (max-width: 1100px) {
  .cta-section {
    padding: 50px 60px;
    gap: 70px;
  }

  .hero-text-block {
    width: 100%;
  }

  .hero-headline-group {
    width: 100%;
  }

  .hero-description br {
    display: none;
  }

  .hero-headline {
    font-size: 36px;
  }

  .cta-feature-cards {
    flex-wrap: wrap;
    justify-content: center;
  }

  .cta-feature-card {
    flex: 1 1 calc(50% - 20px);
    min-width: 200px;
  }

  .cta-group {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  :root {
    --hero-padding-x: 32px;
    --hero-padding-y: 56px;
    --max-width-card: 100%;
  }

  .hero {
    height: auto;
    min-height: 520px;
  }

  .hero__inner {
    height: auto;
    min-height: 520px;
  }

  .hero__title {
    font-size: 48px;
  }

  .hero__subtitle {
    font-size: 18px;
  }

  .testimonials-wrapper {
    padding: 32px 24px;
  }

  .testimonials-row--two {
    flex-direction: column;
    align-items: center;
  }

  .testimonials-row--two .testimonial-card,
  .testimonials-row--center .testimonial-card {
    width: 100%;
    max-width: 600px;
  }

  .testimonials-header {
    width: 100%;
    padding: 0 24px;
  }
}

@media (max-width: 960px) {
  .about-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
  }

  .about-content {
    flex: 0 0 auto;
    max-width: 100%;
    width: 100%;
  }

  .about-feature-card {
    width: 100%;
    align-items: stretch;
  }

  .feature-list {
    width: 100%;
  }

  .stats-section {
    padding-left: var(--page-padding-x);
    padding-right: var(--page-padding-x);
  }
}

@media (max-width: 900px) {
  :root {
    --section-px: 24px;
    --gap-section: 36px;
  }

  .services-main__container {
    flex-direction: column;
    gap: 32px;
  }

  .services-nav {
    width: 100%;
  }

  .services-nav__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .services-nav__item {
    justify-content: flex-start;
  }

  .service-panel {
    min-height: 480px;
    padding: 80px 36px 56px;
  }

  .services-hero__heading {
    font-size: 34px;
  }

  .services-hero__subtext {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  :root {
    --hero-padding-x: 24px;
    --hero-padding-y: 44px;
  }

  .hero {
    height: auto;
    min-height: 460px;
  }

  .hero__inner {
    height: auto;
    min-height: 460px;
  }

  .hero__content {
    gap: 36px;
  }

  .hero__title {
    font-size: 38px;
  }

  .hero__subtitle {
    font-size: 16px;
    letter-spacing: 0.3px;
  }

  .hero__cta-group {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .btn--icon-left,
  .btn--icon-right {
    width: 100%;
    max-width: 220px;
    justify-content: center;
  }
}

@media (max-width: 640px) {
  :root {
    --page-padding-x: 20px;
    --page-padding-y: 40px;
    --about-gap: 32px;
    --feature-card-padding: 24px;
    --feature-item-padding-x: 16px;
    --stats-gap: 24px;
    --font-size-label: 15px;
    --font-size-quote: 15px;
    --card-padding-x: 16px;
    --card-padding-y: 20px;
    --card-gap: 20px;
  }

  .about-title {
    font-size: 30px;
  }

  .about-description p {
    font-size: 15px;
  }

  .btn-learn-more {
    width: 100%;
    max-width: 273px;
  }

  .feature-list {
    width: 100%;
  }

  .feature-item__title,
  .feature-item__subtitle {
    white-space: normal;
  }

  .stats-grid {
    gap: 24px;
  }

  .stat-card {
    width: 160px;
    height: 160px;
  }

  .stat-card__disc-img {
    width: 107px;
    height: 107px;
  }

  .stat-card__ring-img,
  .stat-card__ring-glow {
    width: 122px;
    height: 122px;
  }

  .stat-card__label {
    font-size: 7px;
  }

  .testimonials-section {
    gap: 40px;
  }

  .testimonials-wrapper {
    padding: 20px 16px;
    gap: 16px;
  }

  .testimonials-header {
    padding: 0 16px;
  }

  .section-title {
    font-size: 22px;
  }

  .label-line {
    width: 40px;
  }

  .testimonials-row--center .testimonial-card,
  .testimonials-row--two .testimonial-card {
    max-width: 100%;
  }

  .card-top-row {
    flex-wrap: wrap;
    gap: 8px;
  }

  .cta-section {
    padding: 40px 20px;
    gap: 48px;
    min-height: auto;
  }

  .cta-section__top {
    gap: 48px;
  }

  .hero-headline {
    font-size: 26px;
    letter-spacing: 0.5px;
  }

  .hero-headline br,
  .hero-description br {
    display: none;
  }

  .hero-description {
    font-size: 15px;
  }

  .hero-eyebrow {
    font-size: 14px;
  }

  .eyebrow-icon {
    width: 28px;
  }

  .cta-feature-cards {
    flex-direction: column;
  }

  .cta-feature-card {
    flex-direction: row;
    justify-content: flex-start;
    gap: 16px;
    min-height: auto;
    padding: 18px 20px;
  }

  .cta-feature-card__label {
    white-space: normal;
    text-align: left;
  }

  .cta-group {
    width: 100%;
    gap: 32px;
  }

  .cta-buttons {
    flex-direction: column;
    width: 100%;
    gap: 12px;
  }

  .btn--primary,
  .btn--outline-down {
    width: 100%;
    padding: 18px 20px;
  }

  .contact-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding-left: 0;
  }

  .contact-divider {
    display: none;
  }
}

@media (max-width: 600px) {
  :root {
    --section-px: 16px;
  }

  .services-nav__list {
    grid-template-columns: 1fr;
  }

  .services-nav__item {
    padding: 12px 18px;
  }

  .services-hero__heading {
    font-size: 28px;
    letter-spacing: 0.5px;
  }

  .services-hero__subtext {
    font-size: 15px;
  }

  .ornament-line {
    width: 30px;
  }

  .service-panel {
    padding: 60px 24px 40px;
    min-height: 420px;
  }

  .service-panel__title {
    font-size: 26px;
  }

  .service-panel__description {
    font-size: 15px;
  }

  .service-panel__tags {
    gap: 8px;
  }

  .service-panel__tag {
    font-size: 12px;
    padding: 8px;
  }

  .service-panel__footer {
    gap: 32px;
  }
}

@media (max-width: 480px) {
  :root {
    --hero-padding-x: 20px;
    --hero-padding-y: 36px;
  }

  .hero {
    height: auto;
    min-height: 400px;
  }

  .hero__inner {
    height: auto;
    min-height: 400px;
  }

  .hero__title {
    font-size: 30px;
  }

  .hero__badge-text {
    font-size: 14px;
  }

  .hero__subtitle {
    font-size: 14px;
  }

  .btn__label {
    font-size: 14px;
  }
}

/* ============================================
   PREMIUM COOKIE CONSENT – PROFESSIONAL
   ============================================ */

/* ── Banner ── */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1a1a2e;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding: 16px 24px;
    z-index: 999998;
    display: none;
    box-shadow: 0 -4px 30px rgba(0, 0, 0, 0.3);
}

.cookie-banner.show {
    display: block;
    animation: cookieSlideUp 0.5s ease;
}

@keyframes cookieSlideUp {
    from {
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.cookie-banner__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.cookie-banner__content {
    flex: 1;
}

.cookie-banner__text {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
}

.cookie-banner__link {
    color: #a18e4f;
    text-decoration: underline;
    font-weight: 500;
    transition: color 0.2s;
}

.cookie-banner__link:hover {
    color: #c9b16a;
}

.cookie-banner__actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.cookie-banner__btn {
    padding: 10px 24px;
    border: none;
    border-radius: 8px;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.cookie-banner__btn--primary {
    background: #a18e4f;
    color: #ffffff;
}

.cookie-banner__btn--primary:hover {
    background: #b8a35e;
}

.cookie-banner__btn--secondary {
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.7);
}

.cookie-banner__btn--secondary:hover {
    background: rgba(255, 255, 255, 0.15);
}

.cookie-banner__btn--outline {
    background: transparent;
    color: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.cookie-banner__btn--outline:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.3);
}

/* ── Modal ── */
.cookie-modal {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;
    animation: cookieModalFadeIn 0.3s ease;
}

.cookie-modal.show {
    display: flex;
}

@keyframes cookieModalFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.cookie-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}

.cookie-modal__panel {
    position: relative;
    max-width: 600px;
    width: 90%;
    max-height: 90vh;
    background: #1a1a2e;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 32px 36px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5);
    overflow-y: auto;
    animation: cookieModalPanelIn 0.4s ease;
}

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

.cookie-modal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.cookie-modal__title {
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
}

.cookie-modal__close {
    background: rgba(255, 255, 255, 0.06);
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.2s;
}

.cookie-modal__close:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

.cookie-modal__description {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin: 0 0 24px 0;
}

.cookie-modal__options {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 28px;
}

.cookie-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.04);
    transition: background 0.2s;
}

.cookie-option:hover {
    background: rgba(255, 255, 255, 0.06);
}

.cookie-option--essential {
    opacity: 0.7;
    cursor: not-allowed;
}

.cookie-option__info {
    flex: 1;
}

.cookie-option__name {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 2px;
}

.cookie-option__desc {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
}

.cookie-option__status {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    font-weight: 500;
}

.cookie-option__control {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-left: 16px;
}

/* ── Toggle Switch ── */
.toggle-switch {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 24px;
    cursor: pointer;
}

.toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle-slider {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 999px;
    transition: background 0.3s ease;
}

.toggle-slider::before {
    content: '';
    position: absolute;
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background: #ffffff;
    border-radius: 50%;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.toggle-switch input:checked + .toggle-slider {
    background: #a18e4f;
}

.toggle-switch input:checked + .toggle-slider::before {
    transform: translateX(20px);
}

.toggle-switch input:disabled + .toggle-slider {
    opacity: 0.5;
    cursor: not-allowed;
}

.toggle-switch input:disabled + .toggle-slider::before {
    background: rgba(255, 255, 255, 0.5);
}

/* ── Modal Footer ── */
.cookie-modal__footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.cookie-modal__btn {
    padding: 10px 28px;
    border: none;
    border-radius: 8px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.cookie-modal__btn--primary {
    background: #a18e4f;
    color: #ffffff;
}

.cookie-modal__btn--primary:hover {
    background: #b8a35e;
}

.cookie-modal__btn--secondary {
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.7);
}

.cookie-modal__btn--secondary:hover {
    background: rgba(255, 255, 255, 0.15);
}

/* ── Responsive ── */
@media (max-width: 768px) {
    .cookie-banner__inner {
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
    }

    .cookie-banner__actions {
        flex-wrap: wrap;
        justify-content: stretch;
    }

    .cookie-banner__btn {
        flex: 1;
        text-align: center;
        justify-content: center;
        min-width: 0;
        padding: 10px 16px;
        font-size: 12px;
    }

    .cookie-modal__panel {
        padding: 24px 20px;
        width: 95%;
    }

    .cookie-modal__title {
        font-size: 18px;
    }

    .cookie-option {
        padding: 12px;
        flex-wrap: wrap;
        gap: 8px;
    }

    .cookie-option__control {
        margin-left: 0;
        width: 100%;
        justify-content: flex-end;
    }

    .cookie-modal__footer {
        flex-direction: column-reverse;
        gap: 8px;
    }

    .cookie-modal__btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .cookie-banner {
        padding: 12px 16px;
    }

    .cookie-banner__text {
        font-size: 12px;
    }

    .cookie-banner__btn {
        font-size: 11px;
        padding: 8px 12px;
        flex: 1 1 auto;
    }

    .cookie-modal__panel {
        padding: 20px 16px;
        border-radius: 12px;
    }

    .cookie-modal__title {
        font-size: 16px;
    }

    .cookie-modal__description {
        font-size: 13px;
    }
}



/* ── Floating WhatsApp Button (Glass – More Visible) ── */
.whatsapp-float {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 9999;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px 12px 16px;
    
    /* ── Glass Effect (More Opaque & Vibrant) ── */
    background: rgba(37, 211, 102, 0.45);   /* Increased from 0.2 to 0.45 */
    backdrop-filter: blur(6px);              /* Slightly less blur to keep it sharper */
    -webkit-backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.35); /* Slightly brighter border */
    
    border-radius: 50px;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.25); /* Stronger shadow */
    text-decoration: none;
    
    transition: all 0.3s ease;
}

/* ── Solid Green (On Hover) ── */
.whatsapp-float:hover {
    background: #25D366;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    border: 1px solid transparent;
    transform: scale(1.05);
    box-shadow: 0 6px 28px rgba(37, 211, 102, 0.6);
}

/* ── Icon (White) ── */
.whatsapp-float-icon {
    width: 28px;
    height: 28px;
    display: block;
    filter: brightness(0) invert(1);
    transition: transform 0.3s ease;
}

.whatsapp-float:hover .whatsapp-float-icon {
    transform: scale(1.08);
}

/* ── Text (White) ── */
.whatsapp-float-text {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0.3px;
}

/* ── Mobile Responsiveness ── */
@media (max-width: 480px) {
    .whatsapp-float {
        bottom: 16px;
        right: 16px;
        padding: 10px 16px 10px 12px;
        gap: 8px;
    }
    .whatsapp-float-icon {
        width: 22px;
        height: 22px;
    }
    .whatsapp-float-text {
        font-size: 13px;
    }
}



/* ── UNIVERSAL NOSCRIPT FALLBACK (All Screen Sizes) ── */
.noscript-fallback {
  display: flex; /* Always visible when JS is off */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); /* Safari/iOS support */
  z-index: 999999;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.noscript-fallback__content {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 24px;
  max-width: 500px; /* Slightly larger for desktop readability */
  width: 100%;
  text-align: center;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4);
  animation: fadeInUp 0.4s ease;
}

.noscript-fallback__title {
  font-size: 24px; /* Slightly larger for desktop */
  font-weight: 700;
  font-family: 'Inter', sans-serif;
  color: #000000;
  margin-bottom: 16px;
  line-height: 1.3;
}

.noscript-fallback__text {
  font-size: 17px; /* Slightly larger for desktop */
  line-height: 1.6;
  font-family: 'Inter', sans-serif;
  color: #333333;
  margin-bottom: 0;
}

/* ── RESPONSIVE: Optimize for smaller screens ── */
@media (max-width: 768px) {
  .noscript-fallback__content {
    padding: 30px 20px;
    max-width: 400px;
  }
  .noscript-fallback__title {
    font-size: 20px;
  }
  .noscript-fallback__text {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .noscript-fallback__content {
    padding: 24px 16px;
    max-width: 340px;
  }
  .noscript-fallback__title {
    font-size: 18px;
  }
  .noscript-fallback__text {
    font-size: 14px;
  }
}