/* VEYNTA — Premium Override: brand + layout + composition */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,300;9..144,400;9..144,500;9..144,600&family=Inter:wght@300;400;500;600;700&display=swap');

:root {
  --bg-0: #070811;
  --bg-1: #0b0d1a;
  --bg-2: #111426;
  --bg-3: #181b31;
  --fg-hi: #f4eee4;
  --fg-lo: rgba(244, 238, 228, 0.62);
  --fg-mute: rgba(244, 238, 228, 0.38);
  --accent: #c9a574;
  --accent-hi: #e7cfa3;
  --accent-deep: #8a6a3e;
  --accent-ink: #2a1e10;
  --border-glass: rgba(255, 255, 255, 0.06);
  --border-glass-hi: rgba(231, 207, 163, 0.18);
  --hairline: rgba(255, 255, 255, 0.12);
  --shadow-lg: 0 1px 0 rgba(255,255,255,0.04) inset, 0 24px 60px -20px rgba(0,0,0,0.65), 0 8px 24px -12px rgba(0,0,0,0.55);
  --shadow-gold: 0 0 0 1px rgba(231,207,163,0.22), 0 10px 40px -10px rgba(201,165,116,0.35), 0 2px 0 rgba(255,255,255,0.04) inset;
  --radius: 18px;
  --radius-sm: 10px;
  --font-display: 'Fraunces','Cormorant Garamond',Georgia,serif;
  --font-sans: 'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  --section-y: clamp(80px, 10vh, 160px);
  --content-max: 1280px;
  --gutter: clamp(20px, 4vw, 48px);
  --nav-y: 22px;
}

html, body {
  background: var(--bg-0);
  color: var(--fg-hi);
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: 'ss01','cv11','kern';
  letter-spacing: -0.005em;
  cursor: none;
}
@media (hover: none) { html, body { cursor: auto; } }

body { position: relative; }
body::before {
  content: "";
  position: fixed; inset: 0;
  pointer-events: none; z-index: 9999;
  opacity: 0.035; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.9 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
}
body::after {
  content: "";
  position: fixed; inset: -20vh -10vw;
  pointer-events: none; z-index: 0;
  background:
    radial-gradient(55vw 55vw at 12% 10%, rgba(120, 90, 200, 0.14), transparent 60%),
    radial-gradient(45vw 45vw at 95% 22%, rgba(201, 165, 116, 0.10), transparent 60%),
    radial-gradient(60vw 50vw at 50% 110%, rgba(60, 80, 180, 0.12), transparent 65%);
  filter: blur(10px);
}

/* Navbar */
.navbar-container {
  position: fixed; inset-block-start: 0; inset-inline: 0;
  z-index: 100; padding-inline: var(--gutter);
  transition: padding .4s ease;
}
html body .glass-navbar {
  max-width: var(--content-max);
  margin-inline: auto;
  background: linear-gradient(180deg, rgba(11,13,26,0.72), rgba(11,13,26,0.46));
  backdrop-filter: blur(18px) saturate(1.2);
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
  border: 1px solid var(--border-glass);
  box-shadow: var(--shadow-lg);
  border-radius: 999px;
  padding: var(--nav-y) clamp(20px, 3vw, 36px);
  transition: padding .4s ease, backdrop-filter .4s ease, background .4s ease;
}
html[data-scrolled="true"] .glass-navbar {
  --nav-y: 12px;
  background: rgba(10, 12, 20, 0.78);
  backdrop-filter: blur(24px) saturate(1.6);
  -webkit-backdrop-filter: blur(24px) saturate(1.6);
}
html body .glass-navbar .logo span {
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: 0.14em;
  background: linear-gradient(180deg, var(--accent-hi), var(--accent));
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
html body .glass-navbar .nav-links a {
  color: var(--fg-lo);
  font-weight: 500;
  letter-spacing: 0.02em;
  transition: color .35s ease;
}
html body .glass-navbar .nav-links a:hover,
html body .glass-navbar .nav-links a.active { color: var(--accent-hi); }

/* Section rhythm */
.hero-section,
.services-section,
.why-choose-us-section,
.testimonials-section,
.team-section,
.consultation-section,
.contact-section,
.about-section {
  padding-block: var(--section-y);
  padding-inline: var(--gutter);
  box-sizing: border-box;
}
.hero-content,
.services-header,
.services-grid,
.about-container,
.footer-top,
.footer-bottom {
  max-width: var(--content-max);
  margin-inline: auto;
  width: 100%;
}

/* Hero */
html body .hero-section .hero-content {
  padding: clamp(140px, 18vh, 220px) var(--gutter) var(--section-y) !important;
  gap: clamp(20px, 3vh, 40px);
}
html body .hero-title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(2.75rem, 8vw, 7.25rem);
  line-height: 0.95;
  letter-spacing: -0.03em;
  text-wrap: balance;
  margin: 0;
  background: linear-gradient(180deg, #fffaf0 0%, #d9cfbf 55%, var(--accent) 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 2px 40px rgba(0,0,0,0.55);
}
html body .hero-title .ln-i {
  background: inherit;
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}
html body .hero-title::before {
  content: "B2B • SECURE • INTELLIGENT";
  display: block;
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--accent);
  -webkit-text-fill-color: var(--accent);
  background: none;
  margin-block-end: clamp(18px, 2.5vh, 32px);
  padding-inline-start: 56px;
  position: relative;
  text-shadow: none;
}
html body .hero-title::after {
  content: "";
  position: absolute; top: 0;
  left: 0; width: 40px; height: 1px;
  background: linear-gradient(to right, transparent, var(--accent));
  transform: translateY(calc(-100% - clamp(12px, 2vh, 24px)));
}
html body .hero-description {
  font-family: var(--font-sans);
  font-size: clamp(1rem, 1.2vw, 1.18rem);
  line-height: 1.7;
  color: var(--fg-lo);
  max-width: 58ch;
  font-weight: 400;
  margin-block-start: clamp(16px, 2vh, 28px);
}

/* Section titles */
html body .services-title,
html body .section-title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(2rem, 4vw, 3.75rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--fg-hi);
  margin: 0 0 clamp(16px, 2vh, 28px);
  text-wrap: balance;
}
html body .services-subtitle,
html body .section-subtitle {
  font-family: var(--font-sans);
  color: var(--fg-lo);
  font-size: clamp(0.95rem, 1vw, 1.05rem);
  letter-spacing: 0.005em;
  max-width: 62ch;
  margin-inline: auto;
  line-height: 1.6;
}
.section-tag {
  display: inline-flex;
  align-items: center; justify-content: center;
  gap: 16px; margin-block-end: 20px; width: 100%;
}
.section-tag .tag-line {
  flex: 0 0 48px; height: 1px;
  background: linear-gradient(to right, transparent, var(--accent-deep));
}
.section-tag .tag-line:last-child {
  background: linear-gradient(to left, transparent, var(--accent-deep));
}
.section-tag .tag-text {
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--accent);
  white-space: nowrap;
}

/* Services */
.services-header {
  text-align: center;
  margin-block-end: clamp(48px, 7vh, 88px);
  display: flex; flex-direction: column;
  align-items: center; gap: 14px;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 2.5vw, 40px);
}
@media (min-width: 1280px) {
  .services-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

/* Glass surfaces */
html body .glass-card,
html body .about-block,
html body .contact-info-block,
html body .business-hours-block,
html body .feature-block,
html body .consultation-form-container,
html body .stat-card,
html body .testimonial-card,
html body .team-card {
  background: linear-gradient(180deg, rgba(24, 27, 49, 0.55), rgba(11, 13, 26, 0.55));
  border: 1px solid var(--border-glass);
  border-radius: var(--radius);
  backdrop-filter: blur(14px) saturate(1.15);
  -webkit-backdrop-filter: blur(14px) saturate(1.15);
  box-shadow: var(--shadow-lg);
  transition: border-color .45s ease, transform .45s ease, box-shadow .45s ease;
}
html body .glass-card:hover,
html body .stat-card:hover,
html body .testimonial-card:hover,
html body .team-card:hover {
  border-color: var(--border-glass-hi);
  box-shadow: 0 1px 0 rgba(255,255,255,0.06) inset, 0 30px 80px -24px rgba(0,0,0,0.8), 0 0 0 1px rgba(231,207,163,0.10);
}
html body .about-block,
html body .consultation-form-container,
html body .contact-info-block,
html body .business-hours-block {
  padding: clamp(28px, 3.5vw, 56px);
}

html body .card h3,
html body .about-block-title,
html body .team-name,
html body .consultation-form-container h3,
html body .contact-info-block h4,
html body .business-hours-block h4,
html body .feature-content h4 {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: -0.01em;
  color: var(--fg-hi);
}
html body .about-block-title {
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  margin-block-end: clamp(16px, 2vh, 28px);
}
html body .card p,
html body .about-text,
html body .team-desc,
html body .testimonial-text,
html body .info-value,
html body .stat-desc,
html body .feature-content p {
  color: var(--fg-lo);
  line-height: 1.65;
}
.about-text + .about-text { margin-block-start: 1em; }
html body .stat-number {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  background: linear-gradient(180deg, var(--accent-hi), var(--accent));
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* About grids */
.about-container {
  display: grid;
  gap: clamp(28px, 3vw, 48px);
}
.apart-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 2vw, 36px);
}
.expertise-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 2.5vw, 40px);
}

/* Forms */
html body .consultation-form input,
html body .consultation-form select,
html body .consultation-form textarea {
  background: rgba(7,8,17,0.55);
  border: 1px solid var(--border-glass);
  color: var(--fg-hi);
  border-radius: var(--radius-sm);
  font-family: var(--font-sans);
  transition: border-color .3s ease, background .3s ease;
}
html body .consultation-form input::placeholder,
html body .consultation-form textarea::placeholder { color: var(--fg-mute); }
html body .consultation-form input:focus,
html body .consultation-form select:focus,
html body .consultation-form textarea:focus {
  outline: none;
  border-color: var(--accent-deep);
  background: rgba(7,8,17,0.75);
  box-shadow: 0 0 0 3px rgba(201,165,116,0.10);
}

/* Buttons */
html body .btn-book,
html body .btn-send,
html body button[type="submit"] {
  background: linear-gradient(180deg, var(--accent-hi) 0%, var(--accent) 55%, var(--accent-deep) 100%);
  color: var(--accent-ink);
  border: 1px solid rgba(231,207,163,0.35);
  border-radius: 999px;
  padding: 14px 32px;
  font-family: var(--font-sans);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
  cursor: pointer;
  box-shadow: var(--shadow-gold);
  transition: transform .3s ease, box-shadow .3s ease, filter .3s ease;
}
html body .btn-book:hover,
html body .btn-send:hover,
html body button[type="submit"]:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
  box-shadow: 0 0 0 1px rgba(231,207,163,0.5), 0 16px 50px -12px rgba(201,165,116,0.55), 0 2px 0 rgba(255,255,255,0.12) inset;
}

/* Gold text */
html body .gold-text {
  background: linear-gradient(100deg, var(--accent-hi) 0%, #fff5dc 40%, var(--accent) 70%, var(--accent-deep) 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
}

/* Footer */
html body .site-footer {
  background: linear-gradient(180deg, rgba(7,8,17,0) 0%, var(--bg-0) 40%);
  border-top: 1px solid var(--hairline);
  padding: clamp(64px, 8vh, 112px) var(--gutter) clamp(24px, 3vh, 40px);
  font-size: 0.92rem;
  line-height: 1.55;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.6fr repeat(3, 1fr);
  gap: clamp(32px, 4vw, 72px);
  padding-block-end: clamp(48px, 6vh, 72px);
}
html body .footer-logo {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.25rem;
  letter-spacing: 0.18em;
  color: var(--accent-hi);
  margin-block-end: 18px;
}
html body .footer-heading {
  font-family: var(--font-sans);
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 0.76rem;
  color: var(--accent);
  margin-block-end: 20px;
}
.footer-links { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
html body .footer-links a { color: var(--fg-lo); transition: color .2s ease; }
html body .footer-links a:hover { color: var(--accent-hi); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-block-start: clamp(20px, 3vh, 32px);
  border-block-start: 1px solid var(--hairline);
  color: var(--fg-mute);
  font-size: 0.82rem;
}
.footer-legal { display: flex; gap: clamp(16px, 2vw, 28px); }

/* Accents */
html body .carousel-dots .dot { background: rgba(255,255,255,0.18); }
html body .carousel-dots .dot.active { background: var(--accent); box-shadow: 0 0 12px rgba(201,165,116,0.6); }
html body .skill-tag-mini {
  background: rgba(201,165,116,0.08);
  border: 1px solid rgba(201,165,116,0.22);
  color: var(--accent-hi);
  border-radius: 999px;
}
html body .click-hint {
  color: var(--fg-mute);
  letter-spacing: 0.18em;
  font-size: 0.7rem;
  text-transform: uppercase;
  font-family: var(--font-sans);
}

/* Cursor ring */
.cursor-lux {
  position: fixed; top: 0; left: 0;
  width: 34px; height: 34px;
  border: 1.5px solid rgba(231,207,163,0.6);
  border-radius: 50%;
  pointer-events: none;
  z-index: 10000;
  transform: translate(-50%,-50%);
  mix-blend-mode: difference;
  transition: width .25s ease, height .25s ease, background .25s ease;
}
@media (hover: none) { .cursor-lux { display: none; } }

/* Responsive */
@media (max-width: 1024px) {
  .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .expertise-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  :root { --section-y: clamp(64px, 8vh, 96px); }
  html body .hero-section .hero-content {
    padding-block-start: clamp(120px, 16vh, 160px) !important;
  }
  html body .hero-title::before { padding-inline-start: 44px; letter-spacing: 0.28em; }
  .services-grid, .expertise-grid, .apart-grid { grid-template-columns: 1fr !important; }
  .footer-top { grid-template-columns: 1fr; gap: 36px; padding-block-end: 40px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; text-align: start; }
  .section-tag .tag-line { flex-basis: 28px; }
  html body .glass-navbar .nav-links { gap: 14px; font-size: 0.88rem; }
  html, body { cursor: auto; }
  .cursor-lux { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; animation: none !important; }
}

/* Team member photo box (replaces .team-icon-box) */
html body .team-card-front,
html body .team-card-back { overflow: visible !important; }
html body .team-card-front > .team-photo-box,
html body .team-card-back > .team-photo-box,
html body .team-photo-box {
  width: 96px !important;
  height: 96px !important;
  min-height: 96px !important;
  max-height: 96px !important;
  flex: 0 0 96px !important;
  -webkit-flex: 0 0 96px !important;
  flex-shrink: 0 !important;
  border-radius: 50% !important;
  overflow: hidden !important;
  margin: 0 auto 20px !important;
  position: relative !important;
  border: 1px solid var(--border-glass-hi);
  box-shadow: 0 8px 28px -8px rgba(0,0,0,0.7), 0 0 0 3px rgba(231,207,163,0.08);
  background: linear-gradient(180deg, rgba(24,27,49,0.6), rgba(11,13,26,0.6));
  display: block !important;
}
html body .team-photo-box img {
  width: 100% !important;
  height: 100% !important;
  min-height: 96px !important;
  object-fit: cover !important;
  object-position: center top !important;
  display: block !important;
  backface-visibility: visible !important;
  -webkit-backface-visibility: visible !important;
}
html body .team-photo-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
html body .team-photo-box::after {
  content: "";
  position: absolute; inset: 0;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 20%, rgba(255,255,255,0.08), transparent 60%);
  pointer-events: none;
}

/* ===== CONVERSION LAYER — Hero CTAs, Proof strip, Outcome strip, Sticky bar ===== */
.hero-cta-group {
  display: flex; flex-wrap: wrap; gap: 14px;
  margin: 36px 0 14px; align-items: center;
}
.btn-hero-primary { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.btn-ghost {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 28px;
  font-family: var(--font-sans);
  font-weight: 500; font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--fg-hi);
  background: transparent;
  border: 1px solid var(--border-glass);
  border-radius: 999px;
  text-decoration: none; cursor: pointer;
  transition: background .25s ease, border-color .25s ease, transform .25s ease, color .25s ease;
  backdrop-filter: blur(6px);
}
.btn-ghost:hover {
  background: rgba(231,207,163,0.06);
  border-color: var(--accent);
  color: var(--accent-hi);
  transform: translateY(-1px);
}
.hero-cta-trust {
  margin: 0; font-family: var(--font-sans);
  font-size: 12px; line-height: 1.6;
  color: var(--fg-mute);
  letter-spacing: 0.03em;
}
.hero-cta-trust .dot-sep { color: var(--accent); margin: 0 8px; font-size: 9px; }

.hero-proof-strip {
  list-style: none; margin: 32px 0 0; padding: 16px 22px 16px 0;
  display: flex; flex-wrap: wrap; gap: 10px 32px;
  border-top: 1px solid var(--border-glass);
  border-bottom: 1px solid var(--border-glass);
  max-width: 760px;
}
.proof-item {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-sans);
  font-size: 11px; font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--fg-lo);
}
.proof-item .proof-ico { color: var(--accent); flex-shrink: 0; }

/* Outcome strip */
.outcome-strip {
  display: flex; align-items: center; justify-content: center;
  flex-wrap: wrap; gap: 24px 48px;
  max-width: 980px; margin: 0 auto clamp(48px, 6vh, 72px);
  padding: clamp(24px, 3vh, 36px) clamp(28px, 4vw, 48px);
  background: linear-gradient(180deg, rgba(231,207,163,0.06), rgba(231,207,163,0.015));
  border: 1px solid var(--border-glass-hi);
  border-radius: 14px;
}
.outcome-item {
  display: flex; flex-direction: column; align-items: center;
  text-align: center; min-width: 180px;
}
.outcome-num {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(2.25rem, 3.5vw, 3rem);
  line-height: 1;
  letter-spacing: -0.02em;
  background: linear-gradient(180deg, var(--accent-hi), var(--accent));
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}
.outcome-unit { font-size: 0.65em; margin-left: 2px; }
.outcome-label {
  margin-top: 10px;
  font-family: var(--font-sans);
  font-size: 12.5px; line-height: 1.45;
  color: var(--fg-lo);
  letter-spacing: 0.02em;
  max-width: 220px;
}
.outcome-divider { width: 1px; height: 48px; background: var(--border-glass); }
@media (max-width: 720px) { .outcome-divider { display: none; } .outcome-strip { gap: 22px; } }

/* Form reassurance */
.form-reassure {
  margin: 14px 0 0;
  font-family: var(--font-sans);
  font-size: 12px; line-height: 1.5;
  color: var(--fg-mute);
  text-align: center;
}

/* Sticky CTA bar */
.sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0;
  z-index: 200;
  transform: translateY(110%);
  transition: transform .4s cubic-bezier(.2,.8,.2,1);
  background: rgba(5, 6, 11, 0.92);
  backdrop-filter: blur(14px) saturate(1.4);
  -webkit-backdrop-filter: blur(14px) saturate(1.4);
  border-top: 1px solid var(--border-glass-hi);
  box-shadow: 0 -12px 40px rgba(0,0,0,0.5);
}
.sticky-cta.is-visible { transform: translateY(0); }
.sticky-cta-inner {
  max-width: var(--content-max); margin: 0 auto;
  padding: 14px clamp(16px, 3vw, 28px);
  display: flex; align-items: center; gap: 16px;
}
.sticky-cta-pulse {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 0 rgba(201,165,116,0.55);
  animation: ctaPulse 1.8s infinite;
  flex-shrink: 0;
}
@keyframes ctaPulse {
  0% { box-shadow: 0 0 0 0 rgba(201,165,116,0.55); }
  70% { box-shadow: 0 0 0 10px rgba(201,165,116,0); }
  100% { box-shadow: 0 0 0 0 rgba(201,165,116,0); }
}
.sticky-cta-text {
  flex: 1; color: var(--fg-hi);
  font-family: var(--font-sans);
  font-size: 14px; line-height: 1.3;
}
.sticky-cta-btn {
  background: linear-gradient(180deg, var(--accent-hi), var(--accent) 60%, var(--accent-deep));
  color: var(--accent-ink);
  padding: 10px 18px; border-radius: 999px;
  text-decoration: none;
  font-family: var(--font-sans);
  font-weight: 600; font-size: 12px; letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: filter .25s ease, transform .25s ease;
}
.sticky-cta-btn:hover { filter: brightness(1.08); transform: translateY(-1px); }
.sticky-cta-close {
  background: none; border: 0;
  color: var(--fg-mute);
  font-size: 22px; line-height: 1; cursor: pointer; padding: 4px 8px;
}
.sticky-cta-close:hover { color: var(--fg-hi); }
@media (max-width: 640px) {
  .sticky-cta-text { font-size: 12.5px; }
  .sticky-cta-inner { padding: 10px 14px; gap: 10px; }
  .sticky-cta-btn { padding: 9px 14px; font-size: 11px; }
  .hero-cta-group { margin: 28px 0 12px; }
  .hero-proof-strip { flex-direction: column; align-items: flex-start; gap: 10px; padding: 14px 0; }
}

/* Center three-card stats grid */
html body #why-choose-us .stats-grid {
  grid-template-columns: repeat(3, 1fr) !important;
  max-width: 1120px !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  justify-content: center !important;
  justify-items: stretch !important;
}
@media (max-width: 768px) {
  html body #why-choose-us .stats-grid { grid-template-columns: repeat(2, 1fr) !important; max-width: 640px !important; }
}
@media (max-width: 480px) {
  html body #why-choose-us .stats-grid { grid-template-columns: 1fr !important; max-width: 360px !important; }
}
