@charset "UTF-8";
/*
Theme Name:   SiteLab Child
Theme URI:    https://rockintuit.com
Description:  Child theme for SiteLab — a WaaS storefront built on the SiteLab Underscores base.
Author:       RockIntuit
Author URI:   https://rockintuit.com
Template:     sitelab
Version:      1.0.0
Requires PHP: 8.0
License:      GNU General Public License v2 or later
License URI:  https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  sitelab-child
*/
/*
 * SiteLab Child — main.css
 * Design tokens + base component styles.
 * Write all client-specific styles in this file or import partials below.
 *
 * BEM convention: .sl-block__element--modifier
 */
@font-face {
  font-family: "Satoshi";
  src: url("/wp-content/themes/sitelab-child/assets/fonts/Satoshi-Variable.woff2") format("woff2");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
/* ── DESIGN TOKENS ─────────────────────────────────────── */
:root {
  --mobile: 661px;
  --tablet:768px;
  --navy-mid: #172638;
  --blue-lt: #3B82F6;
  --blue-pale: #EFF6FF;
  --gray-50: #F8FAFC;
  --gray-100: #F1F5F9;
  --gray-200: #E2E8F0;
  --gray-400: #94A3B8;
  --max-w: 1100px;
  --ease: 0.22s ease;
  /* Brand */
  --sl-navy: #0C1A28;
  --sl-navy-mid: #172638;
  --sl-navy-deep: #0B1623;
  --sl-blue: #2563EB;
  --sl-blue-lt: #3B82F6;
  --sl-blue-pale: #EFF6FF;
  --sl-bg-deep: #07111f;
  --sl-bg-navy: #0f172a;
  --sl-bg-blue: #123a73;
  --sl-bg-cyan: #5eead4;
  --sl-bg-sky: #60a5fa;
  --sl-bg-violet: #8b5cf6;
  --sl-bg-soft: #f8fafc;
  /* Neutrals */
  --sl-white: #FFFFFF;
  --sl-gray-50: #F8FAFC;
  --sl-gray-100: #F1F5F9;
  --sl-gray-200: #E2E8F0;
  --sl-gray-300: #CBD5E1;
  --sl-gray-400: #94A3B8;
  --sl-gray-600: #475569;
  --sl-gray-800: #1E293B;
  --sl-text: #0F172A;
  /* Status */
  --sl-success: #16A34A;
  --sl-error: #DC2626;
  --sl-warning: #D97706;
  /* Typography */
  --sl-text-xs: 0.75rem; /* 12px */
  --sl-text-sm: 0.875rem; /* 14px */
  --sl-text-base: 1rem; /* 16px */
  --sl-text-lg: 1.125rem; /* 18px */
  --sl-text-xl: 1.25rem; /* 20px */
  --sl-text-2xl: 1.5rem; /* 24px */
  --sl-text-3xl: 1.875rem; /* 30px */
  --sl-text-4xl: 2.25rem; /* 36px */
  --sl-text-5xl: 3rem; /* 48px */
  --sl-text-6xl: 3.75rem; /* 60px */
  --sl-text-7xl: 4.5rem; /* 72px */
  /* Spacing (8px base) */
  --sl-sp-1: 0.25rem;
  --sl-sp-2: 0.5rem;
  --sl-sp-3: 0.75rem;
  --sl-sp-4: 1rem;
  --sl-sp-5: 1.25rem;
  --sl-sp-6: 1.5rem;
  --sl-sp-8: 2rem;
  --sl-sp-10: 2.5rem;
  --sl-sp-12: 3rem;
  --sl-sp-16: 4rem;
  --sl-sp-20: 5rem;
  --sl-sp-24: 6rem;
  --sl-sp-32: 8rem;
  /* Layout */
  --sl-max-w: 1200px;
  --sl-max-w-narrow: 760px;
  --sl-header-h: 68px;
  /* Radius */
  --sl-r-sm: 6px;
  --sl-r-md: 10px;
  --sl-r-lg: 16px;
  --sl-r-xl: 24px;
  --sl-r-full: 9999px;
  /* Shadow */
  --sl-shadow-sm: 0 1px 3px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.04);
  --sl-shadow-md: 0 4px 12px rgba(0,0,0,0.08);
  --sl-shadow-lg: 0 12px 40px rgba(0,0,0,0.1);
  --sl-shadow-xl: 0 24px 64px rgba(0,0,0,0.14);
  /* Transition */
  --sl-ease: 0.2s ease;
  --sl-ease-slow: 0.4s ease;
  --blue-wash:#EFF6FF;
  --muted:rgba(12,26,40,.55);
  --ghost:rgba(12,26,40,.28);
  --nav-h:64px;
  --sans:'Satoshi',
  system-ui,-apple-system,sans-serif;
  --r:8px;
  --r-lg:14px;
  --sl-font-sans: 'Satoshi', system-ui, -apple-system, sans-serif;
}

/* ── RESET ─────────────────────────────────────────────── */
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  width: 100%;
  min-height: 100%;
  background: var(--sl-bg-soft);
}

body {
  font-family: var(--sl-font-sans);
  font-weight: 400;
  font-size: var(--sl-text-base);
  color: var(--sl-text);
  background: var(--sl-white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  position: relative;
  min-height: 100%;
  overflow-x: hidden;
  background: linear-gradient(180deg, rgb(248, 250, 252) 0%, rgb(241, 245, 249) 42%, rgb(248, 250, 252) 100%);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--sl-font-sans);
  font-weight: 700;
  letter-spacing: -0.03em;
}

.breadcrumb {
  font-size: 0.875rem;
  background: var(--white);
  border-bottom: 1px solid rgba(12, 26, 40, 0.07);
}

.breadcrumb__list {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumb__item a {
  text-decoration: none;
}

.breadcrumb__inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 12px 32px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: var(--muted);
}

.breadcrumb__inner a:hover {
  color: var(--blue);
}

.breadcrumb__sep {
  color: var(--ghost);
  opacity: 0.6;
}

.breadcrumb__cur {
  color: var(--ghost);
  font-weight: 600;
}

.sl-site-bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
  background: radial-gradient(circle at 14% 18%, rgba(96, 165, 250, 0.22) 0, rgba(96, 165, 250, 0.09) 24%, rgba(96, 165, 250, 0) 46%), radial-gradient(circle at 86% 12%, rgba(94, 234, 212, 0.2) 0, rgba(94, 234, 212, 0.08) 22%, rgba(94, 234, 212, 0) 48%), radial-gradient(circle at 78% 84%, rgba(139, 92, 246, 0.16) 0, rgba(139, 92, 246, 0.06) 26%, rgba(139, 92, 246, 0) 52%), linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.96) 45%, rgba(236, 244, 255, 0.98) 100%);
}

/**
 * The "Signal Grid"
 * Subtle AI/search/system pattern.
 */
.sl-site-bg::before {
  content: "";
  position: absolute;
  inset: -20%;
  background-image: linear-gradient(rgba(15, 23, 42, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(15, 23, 42, 0.035) 1px, transparent 1px), radial-gradient(circle, rgba(15, 23, 42, 0.13) 1px, transparent 1.5px);
  background-size: 72px 72px, 72px 72px, 26px 26px;
  background-position: center center, center center, 0 0;
  -webkit-mask-image: radial-gradient(ellipse at center, black 0%, black 42%, transparent 76%);
          mask-image: radial-gradient(ellipse at center, black 0%, black 42%, transparent 76%);
  opacity: 0.72;
  transform: rotate(-7deg);
}

/**
 * The "Conversion Aurora"
 * Gives the design a unique SiteLab identity without loading an image.
 */
.sl-site-bg::after {
  content: "";
  position: absolute;
  width: min(92vw, 1180px);
  height: min(92vw, 1180px);
  right: -24vw;
  top: -34vw;
  border-radius: 999px;
  background: conic-gradient(from 210deg, rgba(96, 165, 250, 0), rgba(96, 165, 250, 0.22), rgba(94, 234, 212, 0.18), rgba(139, 92, 246, 0.14), rgba(96, 165, 250, 0));
  filter: blur(48px);
  opacity: 0.78;
  transform: rotate(18deg);
}

body.sl-bg-premium .sl-site-bg {
  background: radial-gradient(circle at 18% 20%, rgba(96, 165, 250, 0.22) 0, rgba(96, 165, 250, 0.08) 28%, rgba(96, 165, 250, 0) 52%), radial-gradient(circle at 82% 18%, rgba(94, 234, 212, 0.18) 0, rgba(94, 234, 212, 0.06) 26%, rgba(94, 234, 212, 0) 54%), linear-gradient(135deg, #07111f 0%, #0f172a 46%, #102d5c 100%);
}

body.sl-bg-premium .sl-site-bg::before {
  background-image: linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px), radial-gradient(circle, rgba(255, 255, 255, 0.16) 1px, transparent 1.5px);
}

.sl-viewport-signal {
  position: fixed;
  inset: 0;
  z-index: 9998;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  overflow: hidden;
}

.sl-viewport-signal__line {
  fill: none;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
}

.sl-viewport-signal__line--one {
  stroke: rgba(96, 165, 250, 0.95);
  stroke-width: 2;
  stroke-dasharray: 8 92;
  stroke-dashoffset: 0;
  filter: drop-shadow(0 0 8px rgba(96, 165, 250, 0.8));
  animation: slSignalTravelOne 12s linear infinite;
}

.sl-viewport-signal__line--two {
  stroke: rgba(94, 234, 212, 0.75);
  stroke-width: 1.5;
  stroke-dasharray: 4 96;
  stroke-dashoffset: -38;
  filter: drop-shadow(0 0 8px rgba(94, 234, 212, 0.65));
  animation: slSignalTravelTwo 18s linear infinite reverse;
}

@keyframes slSignalTravelOne {
  to {
    stroke-dashoffset: -100;
  }
}
@keyframes slSignalTravelTwo {
  to {
    stroke-dashoffset: -138;
  }
}
@media (prefers-reduced-motion: reduce) {
  .sl-viewport-signal__line {
    animation: none;
  }
}
/**
 * Keep real content above the decorative background.
 */
#page,
.site,
.sl-page,
main,
header,
footer {
  position: relative;
  z-index: 1;
}

/* ── UTILS ──────────────────────────────────── */
.container {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 28px;
}

/* ── SECTION BASE ────────────────────────────── */
.section-label {
  display: inline-block;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 14px;
}

.section-title {
  font-size: clamp(30px, 3.8vw, 46px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.025em;
  color: var(--navy);
  margin-bottom: 14px;
}

.section-sub {
  font-size: 17px;
  color: var(--gray-600);
  line-height: 1.68;
}

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

a {
  color: var(--sl-blue);
}

a:hover,
a:focus,
a:active {
  color: var(--sl-white);
  text-decoration: none;
}

section {
  padding: 3.5% 0 0;
}

/* ── ACCESSIBILITY ─────────────────────────────────────── */
.screen-reader-text,
.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip-link:focus {
  position: fixed;
  left: 1rem;
  top: 1rem;
  width: auto;
  height: auto;
  padding: 0.75rem 1rem;
  z-index: 999999;
  background: #ffffff;
  color: #101828;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  text-decoration: none;
}

.sl-skip-link {
  position: absolute;
  top: -100%;
  left: var(--sl-sp-4);
  background: var(--sl-blue);
  color: #fff;
  padding: var(--sl-sp-2) var(--sl-sp-4);
  border-radius: var(--sl-r-sm);
  font-size: var(--sl-text-sm);
  font-weight: 600;
  z-index: 9999;
  transition: top var(--sl-ease);
}

.sl-skip-link:focus {
  top: var(--sl-sp-4);
}

.sl-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* ── LAYOUT ────────────────────────────────────────────── */
.sl-container {
  max-width: var(--sl-max-w);
  margin-inline: auto;
  padding-inline: var(--sl-sp-6);
}

.sl-container--narrow {
  max-width: var(--sl-max-w-narrow);
}

.sl-section {
  padding-block: var(--sl-sp-24);
}

.sl-section--alt {
  background: var(--sl-gray-50);
}

.sl-section--dark {
  background: var(--sl-navy);
  color: var(--sl-white);
}

.sl-section__header {
  margin-bottom: var(--sl-sp-12);
}

.sl-section__header--centered {
  text-align: center;
}

.sl-section__header--centered .sl-section__sub {
  margin-inline: auto;
}

.sl-section__label {
  display: inline-block;
  font-size: var(--sl-text-xs);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sl-blue);
  margin-bottom: var(--sl-sp-3);
}

.sl-section__title {
  font-size: clamp(var(--sl-text-3xl), 4vw, var(--sl-text-5xl));
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.025em;
  color: var(--sl-navy);
  margin-bottom: var(--sl-sp-3);
}

.sl-section--dark .sl-section__title {
  color: var(--sl-white);
}

.sl-section__sub {
  font-size: var(--sl-text-lg);
  color: var(--sl-gray-600);
  max-width: 580px;
  line-height: 1.7;
}

/* ── BUTTONS ───────────────────────────────────────────── */
.sl-btn {
  display: inline-flex;
  align-items: center;
  gap: var(--sl-sp-2);
  padding: 13px 24px;
  border-radius: var(--sl-r-sm);
  font-size: var(--sl-text-sm);
  font-weight: 600;
  font-family: var(--sl-font-sans);
  cursor: pointer;
  transition: all var(--sl-ease);
  text-decoration: none;
  border: 1.5px solid transparent;
  white-space: nowrap;
  line-height: 1;
}

.sl-btn--sm {
  padding: 9px 16px;
  font-size: var(--sl-text-xs);
}

.sl-btn--lg {
  padding: 17px 32px;
  font-size: var(--sl-text-base);
  border-radius: var(--sl-r-md);
}

.sl-btn--primary {
  background: var(--sl-blue);
  color: var(--sl-white);
  border-color: var(--sl-blue);
  text-decoration: none;
}

.sl-btn--primary:hover {
  background: #1D4ED8;
  border-color: #1D4ED8;
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.3);
  color: var(--sl-white);
}

.sl-btn--outline {
  background: transparent;
  color: var(--sl-blue);
  border-color: var(--sl-blue);
}

.sl-btn--outline:hover {
  background: var(--sl-blue);
  color: var(--sl-white);
}

.sl-btn--ghost {
  background: transparent;
  color: var(--sl-gray-600);
  border-color: transparent;
}

.sl-btn--ghost:hover {
  background: var(--sl-gray-100);
  color: var(--sl-text);
}

.sl-btn--white {
  background: var(--sl-white);
  color: var(--sl-navy);
  border-color: var(--sl-white);
  text-decoration: none;
}

.sl-btn--white:hover {
  background: var(--sl-gray-100);
  transform: translateY(-1px);
  color: var(--sl-navy);
}

/* ── HEADER ────────────────────────────────────────────── */
.sl-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s, background 0.3s;
}

.sl-header.is-scrolled {
  border-bottom-color: var(--sl-gray-200);
}

.sl-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--sl-header-h);
  max-width: var(--sl-max-w);
  margin-inline: auto;
  padding-inline: var(--sl-sp-6);
  gap: var(--sl-sp-6);
}

.sl-header__logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.sl-header__logo img {
  max-height: 40px;
  width: auto;
}

.sl-header__site-name {
  font-size: var(--sl-text-xl);
  font-weight: 700;
  color: var(--sl-navy);
  text-decoration: none;
}

/* Nav */
.sl-header__nav {
  flex: 1;
}

.sl-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: var(--sl-sp-1);
}

.sl-nav li {
  position: relative;
}

.sl-nav a {
  display: block;
  font-size: var(--sl-text-sm);
  font-weight: 500;
  color: var(--sl-gray-600);
  padding: var(--sl-sp-2) var(--sl-sp-3);
  border-radius: var(--sl-r-sm);
  text-decoration: none;
  transition: all var(--sl-ease);
}

.sl-nav a:hover,
.sl-nav .current-menu-item > a {
  color: var(--sl-text);
  background: var(--sl-gray-100);
}

/* Dropdown */
.sl-nav .sub-menu {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 200px;
  background: var(--sl-white);
  border: 1px solid var(--sl-gray-200);
  border-radius: var(--sl-r-md);
  box-shadow: var(--sl-shadow-lg);
  list-style: none;
  padding: var(--sl-sp-2);
  z-index: 200;
}

.sl-nav li:hover > .sub-menu {
  display: block;
}

.sl-nav .sub-menu a {
  border-radius: var(--sl-r-sm);
}

.sl-header__actions {
  display: flex;
  align-items: center;
  gap: var(--sl-sp-3);
}

.sl-header__phone {
  font-size: var(--sl-text-sm);
  font-weight: 600;
  color: var(--sl-gray-600);
  text-decoration: none;
  transition: color var(--sl-ease);
}

.sl-header__phone:hover {
  color: var(--sl-blue);
}

/* Mobile hamburger */
.sl-header__toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: var(--sl-sp-2);
}

.sl-header__toggle-bar {
  width: 22px;
  height: 2px;
  background: var(--sl-navy);
  border-radius: 2px;
  transition: all var(--sl-ease);
  display: block;
}

/* ── HERO ──────────────────────────────────────────────── */
.sl-hero {
  padding-block: var(--sl-sp-32) var(--sl-sp-20);
  padding-top: calc(var(--sl-header-h) + var(--sl-sp-24));
  text-align: center;
  position: relative;
  overflow: hidden;
  background-color: var(--sl-white);
  background-image: var(--hero-bg, none);
  background-size: cover;
  background-position: center;
}

.sl-hero::before {
  content: "";
  position: absolute;
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
  width: 900px;
  height: 900px;
  background: radial-gradient(ellipse, rgba(37, 99, 235, 0.07) 0%, transparent 70%);
  pointer-events: none;
}

.sl-hero--simple {
  padding-block: calc(var(--sl-header-h) + var(--sl-sp-16)) var(--sl-sp-16);
}

.sl-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 860px;
  margin-inline: auto;
  padding-inline: var(--sl-sp-6);
}

.sl-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: var(--sl-sp-2);
  background: var(--sl-blue-pale);
  color: var(--sl-blue);
  font-size: var(--sl-text-xs);
  font-weight: 600;
  letter-spacing: 0.06em;
  padding: 6px 14px;
  border-radius: var(--sl-r-full);
  margin-bottom: var(--sl-sp-6);
}

.sl-hero__eyebrow-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--sl-blue);
  animation: sl-pulse 2s infinite;
}

@keyframes sl-pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}
.sl-hero__headline {
  font-size: clamp(2.5rem, 7vw, 5.5rem);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.035em;
  color: var(--sl-navy);
  margin-bottom: var(--sl-sp-5);
}

.sl-hero__headline em {
  font-style: normal;
  color: var(--sl-blue);
}

.sl-hero__subheadline {
  font-size: clamp(var(--sl-text-base), 2vw, var(--sl-text-xl));
  color: var(--sl-gray-600);
  max-width: 560px;
  margin-inline: auto;
  margin-bottom: var(--sl-sp-10);
  line-height: 1.7;
}

.sl-hero__ctas {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--sl-sp-3);
  flex-wrap: wrap;
}

.sl-hero__note {
  margin-top: var(--sl-sp-5);
  font-size: var(--sl-text-xs);
  color: var(--sl-gray-400);
}

/* ── SERVICES ──────────────────────────────────────────── */
.sl-services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sl-sp-5);
}

.sl-service-card {
  background: var(--sl-white);
  border: 1.5px solid var(--sl-gray-200);
  border-radius: var(--sl-r-xl);
  padding: var(--sl-sp-8);
  display: flex;
  flex-direction: column;
  transition: all 0.25s;
}

.sl-service-card:hover {
  border-color: var(--sl-blue);
  box-shadow: var(--sl-shadow-lg);
  transform: translateY(-2px);
}

.sl-service-card--featured {
  border-color: var(--sl-blue);
  background: var(--sl-blue-pale);
}

.sl-service-card__icon {
  font-size: 2rem;
  margin-bottom: var(--sl-sp-4);
  width: 52px;
  height: 52px;
  background: var(--sl-blue-pale);
  border-radius: var(--sl-r-md);
  display: flex;
  align-items: center;
  justify-content: center;
}

.sl-service-card__title {
  font-size: var(--sl-text-xl);
  font-weight: 700;
  color: var(--sl-navy);
  margin-bottom: var(--sl-sp-3);
  line-height: 1.25;
}

.sl-service-card__title a {
  color: inherit;
  text-decoration: none;
}

.sl-service-card__title a:hover {
  color: var(--sl-blue);
}

.sl-service-card__desc {
  font-size: var(--sl-text-sm);
  color: var(--sl-gray-600);
  line-height: 1.7;
  flex: 1;
  margin-bottom: var(--sl-sp-4);
}

.sl-service-card__features {
  list-style: none;
  margin: 0 0 var(--sl-sp-5);
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: var(--sl-sp-2);
}

.sl-service-card__features li {
  font-size: var(--sl-text-sm);
  color: var(--sl-gray-600);
  padding-left: 1.2em;
  position: relative;
}

.sl-service-card__features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--sl-blue);
  font-weight: 700;
}

.sl-service-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sl-sp-3);
  margin-top: auto;
  padding-top: var(--sl-sp-5);
  border-top: 1px solid var(--sl-gray-200);
}

.sl-service-card__price {
  font-size: var(--sl-text-sm);
  font-weight: 600;
  color: var(--sl-blue);
}

/* ── TESTIMONIALS ──────────────────────────────────────── */
.sl-testimonials {
  background: var(--sl-navy);
}

.sl-testimonials .sl-section__title {
  color: var(--sl-white);
}

.sl-testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sl-sp-5);
}

.sl-testi-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--sl-r-xl);
  padding: var(--sl-sp-8);
  display: flex;
  flex-direction: column;
  gap: var(--sl-sp-5);
}

.sl-testi-card__stars {
  display: flex;
  gap: 3px;
}

.sl-testi-card__star {
  color: rgba(255, 255, 255, 0.2);
  font-size: var(--sl-text-lg);
}

.sl-testi-card__star--filled {
  color: #FBBF24;
}

.sl-testi-card__quote {
  font-size: var(--sl-text-base);
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.65;
  flex: 1;
  font-style: normal;
  margin: 0;
}

.sl-testi-card__author {
  display: flex;
  align-items: center;
  gap: var(--sl-sp-3);
  margin-top: auto;
}

.sl-testi-card__photo-img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sl-testi-card__name {
  display: block;
  font-size: var(--sl-text-sm);
  font-weight: 600;
  color: var(--sl-white);
}

.sl-testi-card__title {
  display: block;
  font-size: var(--sl-text-xs);
  color: rgba(255, 255, 255, 0.5);
}

/* ── PRICING ───────────────────────────────────────────── */
.sl-pricing__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--sl-sp-3);
  margin: var(--sl-sp-8) 0 var(--sl-sp-12);
}

.sl-pricing__toggle-label {
  font-size: var(--sl-text-sm);
  font-weight: 500;
  color: var(--sl-gray-400);
}

.sl-pricing__toggle-label--active {
  color: var(--sl-text);
}

.sl-pricing__toggle-btn {
  width: 46px;
  height: 26px;
  background: var(--sl-blue);
  border-radius: var(--sl-r-full);
  position: relative;
  cursor: pointer;
  border: none;
  transition: background var(--sl-ease);
}

.sl-pricing__toggle-knob {
  width: 20px;
  height: 20px;
  background: var(--sl-white);
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 3px;
  transition: transform var(--sl-ease);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.sl-pricing__toggle-btn.is-annual .sl-pricing__toggle-knob {
  transform: translateX(20px);
}

.sl-pricing__save-pill {
  background: #DCFCE7;
  color: #15803D;
  font-size: var(--sl-text-xs);
  font-weight: 700;
  padding: 3px 9px;
  border-radius: var(--sl-r-full);
}

.sl-pricing__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sl-sp-5);
  align-items: start;
}

.sl-pricing-card {
  border: 1.5px solid var(--sl-gray-200);
  border-radius: var(--sl-r-xl);
  padding: var(--sl-sp-8);
  position: relative;
  transition: all 0.25s;
}

.sl-pricing-card:not(.sl-pricing-card--featured):hover {
  border-color: var(--sl-blue);
  box-shadow: var(--sl-shadow-md);
}

.sl-pricing-card--featured {
  background: var(--sl-navy);
  border-color: var(--sl-navy);
  transform: scale(1.03);
}

.sl-pricing-card__badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--sl-blue);
  color: var(--sl-white);
  font-size: var(--sl-text-xs);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 14px;
  border-radius: var(--sl-r-full);
}

.sl-pricing-card__tier {
  font-size: var(--sl-text-xs);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sl-gray-400);
  margin-bottom: var(--sl-sp-3);
}

.sl-pricing-card--featured .sl-pricing-card__tier {
  color: rgba(255, 255, 255, 0.45);
}

.sl-pricing-card__price {
  display: flex;
  align-items: baseline;
  gap: 3px;
}

.sl-pricing-card__currency {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--sl-navy);
  margin-top: 6px;
}

.sl-pricing-card--featured .sl-pricing-card__currency {
  color: var(--sl-white);
}

.sl-pricing-card__amount {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--sl-navy);
  transition: all 0.3s;
}

.sl-pricing-card--featured .sl-pricing-card__amount {
  color: var(--sl-white);
}

.sl-pricing-card__period {
  font-size: var(--sl-text-sm);
  color: var(--sl-gray-400);
  margin-top: 3px;
}

.sl-pricing-card--featured .sl-pricing-card__period {
  color: rgba(255, 255, 255, 0.4);
}

.sl-pricing-card__annual-note {
  font-size: var(--sl-text-xs);
  color: var(--sl-gray-400);
  min-height: 18px;
  margin-bottom: var(--sl-sp-5);
}

.sl-pricing-card--featured .sl-pricing-card__annual-note {
  color: rgba(255, 255, 255, 0.38);
}

.sl-pricing-card__desc {
  font-size: var(--sl-text-sm);
  color: var(--sl-gray-600);
  margin-bottom: var(--sl-sp-5);
  line-height: 1.65;
}

.sl-pricing-card--featured .sl-pricing-card__desc {
  color: rgba(255, 255, 255, 0.6);
}

.sl-pricing-card__divider {
  height: 1px;
  background: var(--sl-gray-200);
  margin-bottom: var(--sl-sp-5);
  border: none;
}

.sl-pricing-card--featured .sl-pricing-card__divider {
  background: rgba(255, 255, 255, 0.1);
}

.sl-pricing-card__features {
  list-style: none;
  margin: 0 0 var(--sl-sp-6);
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: var(--sl-sp-3);
}

.sl-pricing-card__feature {
  display: flex;
  align-items: flex-start;
  gap: var(--sl-sp-2);
  font-size: var(--sl-text-sm);
  color: var(--sl-gray-600);
}

.sl-pricing-card--featured .sl-pricing-card__feature {
  color: rgba(255, 255, 255, 0.75);
}

.sl-pricing-card__feature--na {
  opacity: 0.4;
}

.sl-pricing-card__check {
  flex-shrink: 0;
  font-weight: 700;
  color: var(--sl-blue);
}

.sl-pricing-card--featured .sl-pricing-card__check {
  color: #93C5FD;
}

.sl-pricing-card__btn {
  width: 100%;
  justify-content: center;
}

.sl-pricing__footnote {
  text-align: center;
  margin-top: var(--sl-sp-8);
  font-size: var(--sl-text-sm);
  color: var(--sl-gray-400);
}

/* ── FAQ ───────────────────────────────────────────────── */
.sl-faq__list {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.sl-faq__item {
  border: 1px solid var(--sl-gray-200);
  border-radius: var(--sl-r-md);
  overflow: hidden;
  background: var(--sl-white);
}

.sl-faq__question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sl-sp-4);
  padding: var(--sl-sp-5) var(--sl-sp-6);
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-size: var(--sl-text-base);
  font-weight: 600;
  color: var(--sl-navy);
  font-family: var(--sl-font-sans);
  transition: background var(--sl-ease);
}

.sl-faq__question:hover {
  background: var(--sl-gray-50);
}

.sl-faq__question[aria-expanded=true] {
  color: var(--sl-blue);
}

.sl-faq__icon {
  font-size: var(--sl-text-xl);
  font-weight: 400;
  flex-shrink: 0;
  transition: transform var(--sl-ease);
  color: var(--sl-gray-400);
}

.sl-faq__question[aria-expanded=true] .sl-faq__icon {
  transform: rotate(45deg);
}

.sl-faq__answer {
  padding: 0 var(--sl-sp-6) var(--sl-sp-5);
  font-size: var(--sl-text-sm);
  color: var(--sl-gray-600);
  line-height: 1.7;
}

.sl-faq__answer[hidden] {
  display: none;
}

.sl-faq__answer-body > *:last-child {
  margin-bottom: 0;
}

/* ── CTA BAND ──────────────────────────────────────────── */
.sl-cta-band {
  background: var(--sl-navy);
  padding-block: var(--sl-sp-20);
}

.sl-cta-band__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sl-sp-8);
  flex-wrap: wrap;
}

.sl-cta-band__headline {
  font-size: clamp(var(--sl-text-2xl), 3vw, var(--sl-text-4xl));
  font-weight: 800;
  color: var(--sl-white);
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin-bottom: var(--sl-sp-2);
}

.sl-cta-band__sub {
  font-size: var(--sl-text-base);
  color: rgba(255, 255, 255, 0.55);
}

.sl-cta-band__action {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--sl-sp-3);
  flex-shrink: 0;
}

.sl-cta-band__phone {
  font-size: var(--sl-text-sm);
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color var(--sl-ease);
}

.sl-cta-band__phone:hover {
  color: var(--sl-white);
}

/* ── NAP ───────────────────────────────────────────────── */
.sl-nap {
  font-style: normal;
  font-size: var(--sl-text-sm);
  line-height: 1.8;
}

.sl-nap__street {
  display: block;
}

.sl-nap__city-state {
  display: block;
}

.sl-nap__phone a,
.sl-nap__email a {
  color: inherit;
  text-decoration: none;
  transition: color var(--sl-ease);
}

.sl-nap__phone a:hover,
.sl-nap__email a:hover {
  color: var(--sl-blue);
}

.sl-nap__hours {
  margin-top: var(--sl-sp-4);
}

.sl-nap__hours-title {
  font-size: var(--sl-text-sm);
  font-weight: 700;
  margin-bottom: var(--sl-sp-2);
}

.sl-hours {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sl-hours li {
  display: flex;
  justify-content: space-between;
  gap: var(--sl-sp-4);
  font-size: var(--sl-text-sm);
  padding-block: 2px;
}

.sl-hours__day {
  font-weight: 500;
}

.sl-nap__map {
  margin-top: var(--sl-sp-5);
  border-radius: var(--sl-r-lg);
  overflow: hidden;
}

/*--  CTA Section  --*/
.cta-section {
  background: var(--sl-navy);
  padding: 28px 28px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 640px;
  height: 640px;
  background: radial-gradient(ellipse, rgba(37, 99, 235, 0.22) 0%, transparent 68%);
  pointer-events: none;
}

.cta-section h2 {
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 800;
  color: white;
  line-height: 1.1;
  letter-spacing: -0.025em;
  max-width: 660px;
  margin: 0 auto 18px;
}

.cta-section p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.52);
  max-width: 460px;
  margin: 0 auto 44px;
  line-height: 1.65;
}

.cta-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

/* ── FOOTER ────────────────────────────────────────────── */
.sl-footer {
  background: var(--sl-navy);
}

.sl-footer__inner {
  display: grid;
  grid-template-columns: 2fr 2fr 1fr;
  gap: var(--sl-sp-12);
  padding: var(--sl-sp-16) var(--sl-sp-6);
  max-width: var(--sl-max-w);
  margin-inline: auto;
}

.sl-footer__logo img {
  max-height: 36px;
  width: auto;
}

.sl-footer__site-name {
  font-size: var(--sl-text-lg);
  font-weight: 700;
  color: var(--sl-white);
}

.sl-footer__tagline {
  font-size: var(--sl-text-sm);
  color: rgba(255, 255, 255, 0.45);
  margin-top: var(--sl-sp-2);
}

.sl-footer__brand .sl-nap {
  margin-top: var(--sl-sp-5);
  color: rgba(255, 255, 255, 0.5);
}

.sl-footer__brand .sl-nap a:hover {
  color: var(--sl-white);
}

.sl-footer__social {
  display: flex;
  gap: var(--sl-sp-3);
  margin-top: var(--sl-sp-5);
}

.sl-footer__social-link {
  color: rgba(255, 255, 255, 0.4);
  transition: color var(--sl-ease);
  font-size: var(--sl-text-sm);
}

.sl-footer__social-link:hover {
  color: var(--sl-white);
}

.sl-footer__col-title {
  font-size: var(--sl-text-xs);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
  margin-bottom: var(--sl-sp-4);
}

.sl-footer__nav .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sl-footer__nav .menu a {
  font-size: var(--sl-text-sm);
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: color var(--sl-ease);
  display: block;
  padding-block: var(--sl-sp-1);
}

.sl-footer__nav .menu a:hover {
  color: var(--sl-white);
}

.sl-footer__bar {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.sl-footer__bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: var(--sl-max-w);
  margin-inline: auto;
  padding: var(--sl-sp-5) var(--sl-sp-6);
  flex-wrap: wrap;
  gap: var(--sl-sp-4);
}

.sl-footer__copy {
  font-size: var(--sl-text-xs);
  color: rgba(255, 255, 255, 0.25);
}

.sl-footer__legal .menu {
  list-style: none;
  display: flex;
  gap: var(--sl-sp-5);
  margin: 0;
  padding: 0;
}

.sl-footer__legal .menu a {
  font-size: var(--sl-text-xs);
  color: rgba(255, 255, 255, 0.3);
  text-decoration: none;
  transition: color var(--sl-ease);
}

.sl-footer__legal .menu a:hover {
  color: rgba(255, 255, 255, 0.7);
}

/* ── CONTACT PAGE ──────────────────────────────────────── */
.sl-contact__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: var(--sl-sp-16);
  align-items: start;
}

.sl-contact__col-title {
  font-size: var(--sl-text-xl);
  font-weight: 700;
  color: var(--sl-navy);
  margin-bottom: var(--sl-sp-6);
}

.sl-contact__social {
  margin-top: var(--sl-sp-6);
}

.sl-contact__social-title {
  font-size: var(--sl-text-sm);
  font-weight: 700;
  margin-bottom: var(--sl-sp-3);
}

.sl-contact__social-links {
  display: flex;
  gap: var(--sl-sp-3);
  flex-wrap: wrap;
}

.sl-contact__social-link {
  font-size: var(--sl-text-sm);
  color: var(--sl-blue);
  text-decoration: none;
}

.sl-contact__social-link:hover {
  text-decoration: underline;
}

/* ── BLOG ──────────────────────────────────────────────── */
.sl-posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sl-sp-6);
}

.sl-post-card {
  border: 1px solid var(--sl-gray-200);
  border-radius: var(--sl-r-xl);
  overflow: hidden;
  transition: box-shadow 0.25s;
}

.sl-post-card:hover {
  box-shadow: var(--sl-shadow-md);
}

.sl-post-card__thumb img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.sl-post-card__body {
  padding: var(--sl-sp-6);
}

.sl-post-card__meta {
  font-size: var(--sl-text-xs);
  color: var(--sl-gray-400);
  margin-bottom: var(--sl-sp-3);
}

.sl-post-card__title {
  font-size: var(--sl-text-xl);
  font-weight: 700;
  margin-bottom: var(--sl-sp-3);
}

.sl-post-card__title a {
  color: var(--sl-navy);
  text-decoration: none;
}

.sl-post-card__title a:hover {
  color: var(--sl-blue);
}

.sl-post-card__excerpt {
  font-size: var(--sl-text-sm);
  color: var(--sl-gray-600);
  margin-bottom: var(--sl-sp-5);
}

/* ── ENTRY CONTENT (WYSIWYG) ───────────────────────────── */
.sl-entry-content h2,
.sl-entry-content h3,
.sl-entry-content h4 {
  font-weight: 700;
  color: var(--sl-navy);
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

.sl-entry-content p {
  margin-bottom: 1em;
  color: var(--sl-gray-600);
}

.sl-entry-content ul,
.sl-entry-content ol {
  margin-bottom: 1em;
  padding-left: 1.5em;
  color: var(--sl-gray-600);
}

.sl-entry-content li {
  margin-bottom: 0.25em;
}

.sl-entry-content a {
  color: var(--sl-blue);
}

/* ── SCROLL ANIMATIONS ─────────────────────────────────── */
.sl-fade-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

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

/* ── RESPONSIVE ────────────────────────────────────────── */
@media (max-width: 1024px) {
  .sl-services__grid,
  .sl-testimonials__grid,
  .sl-pricing__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .sl-pricing-card--featured {
    transform: none;
  }
  .sl-footer__inner {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  :root {
    --sl-header-h: 60px;
  }
  .sl-section {
    padding-block: var(--sl-sp-16);
  }
  .sl-header__nav {
    display: none;
  }
  .sl-header__phone {
    display: none;
  }
  .sl-header__toggle {
    display: flex;
  }
  /* Mobile nav open state */
  .sl-header.nav-open .sl-header__nav {
    display: block;
    position: fixed;
    top: var(--sl-header-h);
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--sl-white);
    padding: var(--sl-sp-6);
    overflow-y: auto;
    z-index: 99;
  }
  .sl-header.nav-open .sl-nav {
    flex-direction: column;
    align-items: flex-start;
  }
  .sl-header.nav-open .sl-nav a {
    font-size: var(--sl-text-lg);
    padding: var(--sl-sp-3);
  }
  .sl-services__grid,
  .sl-testimonials__grid,
  .sl-pricing__grid,
  .sl-posts-grid {
    grid-template-columns: 1fr;
  }
  .sl-contact__grid {
    grid-template-columns: 1fr;
  }
  .sl-footer__inner {
    grid-template-columns: 1fr;
    gap: var(--sl-sp-8);
    padding-block: var(--sl-sp-10);
  }
  .sl-cta-band__inner {
    flex-direction: column;
    text-align: center;
  }
  .sl-cta-band__action {
    align-items: center;
  }
  .sl-about__inner--split,
  .sl-about-story__inner--split {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .sl-hero__ctas {
    flex-direction: column;
  }
  .sl-btn--lg {
    width: 100%;
    justify-content: center;
  }
  .sl-footer__bar-inner {
    flex-direction: column;
    text-align: center;
  }
}
/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: inherit;
  font-weight: 600;
  font-size: 14px;
  padding: 0.5rem 1.2rem;
  border-radius: 8px;
  transition: all 0.18s ease;
  white-space: nowrap;
  line-height: 1.3;
}

.btn-ghost {
  color: var(--sl-blue);
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 10px 28px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.btn-ghost:hover,
.btn-ghost:focus-visible {
  color: var(--sl-blue);
  border-color: rgba(59, 130, 246, 0.5);
  background: linear-gradient(180deg, rgba(37, 99, 235, 0.18), rgba(255, 255, 255, 0.055));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 14px 38px rgba(37, 99, 235, 0.22);
  transform: translateY(-1px);
}

.btn-ghost:focus-visible {
  outline: 2px solid rgba(96, 165, 250, 0.9);
  outline-offset: 3px;
}

.btn-ghost:active {
  transform: translateY(0);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 8px 22px rgba(0, 0, 0, 0.18);
}

.btn-primary {
  background: var(--sl-blue);
  color: var(--sl-white);
  box-shadow: 0 1px 3px rgba(37, 99, 235, 0.3);
  text-decoration: none;
}

.btn-primary:hover {
  background: #1d4ed8;
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.4);
}

.btn-lg {
  padding: 0.68rem 1.55rem;
  font-size: 15px;
  border-radius: 10px;
}

.btn-navy {
  background: var(--navy);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.btn-navy:hover {
  background: var(--sl-navy-mid);
  transform: translateY(-1px);
}

.btn-outline {
  color: var(--sl-blue);
  border: 1.5px solid var(--blue);
  background: transparent;
}

.btn-outline:hover {
  background: var(--blue);
  color: #fff;
}

.btn-white {
  background: var(--sl-white);
  color: var(--sl-navy);
  font-weight: 700;
}

.btn-white:hover {
  background: #f1f5f9;
  transform: translateY(-1px);
}

.btn-outline-white {
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.btn-outline-white:hover {
  color: var(--sl-white);
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.06);
}

.sl-signal-divider span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(96, 165, 250, 0.48);
  box-shadow: 0 0 0 6px rgba(96, 165, 250, 0.08), 0 0 28px rgba(94, 234, 212, 0.42);
}

.sl-signal-divider::before {
  background-size: 200% 100%;
  animation: slSignalDivider 9s linear infinite;
}

@keyframes slSignalDivider {
  from {
    background-position: 100% 50%;
  }
  to {
    background-position: -100% 50%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .sl-signal-divider::before {
    animation: none;
  }
}
.progress-wrap {
  height: 2px;
  background: rgba(37, 99, 235, 0.1);
  border-radius: 99px;
  overflow: hidden;
  margin-bottom: 24px;
}

.progress-fill {
  height: 100%;
  width: 0%;
  background: var(--blue);
  border-radius: 99px;
  transition: width 0.3s ease;
}

.section-links {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: 32px;
  padding-left: 12px;
}
.section-links :before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: rgba(12, 26, 40, 0.08);
  border-radius: 99px;
}

/* Each link */
.sl-link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 12px 9px 14px;
  font-size: 12px;
  font-weight: 500;
  color: var(--muted);
  border-left: 0;
  border-radius: 0 6px 6px 0;
  transition: color 0.2s, background 0.2s;
}

/* Active blue bar */
.sl-link::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: transparent;
  border-radius: 99px;
  transition: background 0.2s, box-shadow 0.2s;
}

.sl-link:hover {
  color: var(--navy);
  background: rgba(37, 99, 235, 0.04);
}

.sl-link.active {
  color: var(--blue);
  background: rgba(37, 99, 235, 0.06);
  font-weight: 600;
}

.sl-link.active::before {
  background: var(--blue);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

.sl-link__n {
  font-size: 9px;
  font-weight: 700;
  color: rgba(37, 99, 235, 0.45);
  letter-spacing: 0.06em;
  flex-shrink: 0;
}

.sl-link.active .sl-link__n {
  color: var(--blue);
}

button.sl-text-link.sl-chat-trigger {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.45rem;
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #2563eb;
  font: inherit;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.01em;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

button.sl-text-link.sl-chat-trigger::after {
  content: "→";
  display: inline-block;
  font-size: 1.05em;
  line-height: 1;
  transform: translateX(0);
  transition: transform 0.2s ease;
}

button.sl-text-link.sl-chat-trigger:hover {
  color: #1d4ed8;
  transform: translateY(-1px);
}

button.sl-text-link.sl-chat-trigger:hover::after {
  transform: translateX(4px);
}

button.sl-text-link.sl-chat-trigger:focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.35);
  outline-offset: 4px;
  border-radius: 8px;
}

button.sl-text-link.sl-chat-trigger:active {
  transform: translateY(0);
  opacity: 0.86;
}

.sl-text-link.sl-schedule-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.45rem;
  color: #2563eb;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.01em;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.sl-text-link.sl-schedule-trigger::after {
  content: "→";
  display: inline-block;
  font-size: 1.05em;
  line-height: 1;
  transform: translateX(0);
  transition: transform 0.2s ease;
}

.sl-text-link.sl-schedule-trigger:hover {
  color: #1d4ed8;
  transform: translateY(-1px);
}

.sl-text-link.sl-schedule-trigger:hover::after {
  transform: translateX(4px);
}

.sl-text-link.sl-schedule-trigger:focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.35);
  outline-offset: 4px;
  border-radius: 8px;
}

.sl-text-link.sl-schedule-trigger:active {
  transform: translateY(0);
  opacity: 0.86;
}

.logged-in nav {
  margin-top: 35px;
}

nav.navvy {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  isolation: isolate;
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease, background 0.3s ease;
}
nav.navvy::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

nav.scrolled {
  border-bottom-color: var(--gray-200);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 66px;
  max-width: var(--sl-max-w);
  margin: 0 auto;
  padding: 0 28px;
}
.nav-inner .nav-logo {
  display: flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
}
.nav-inner .nav-logo-text {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--sl-navy);
  line-height: 1;
}
.nav-inner .nav-logo-sub {
  font-size: 9.5px;
  font-weight: 400;
  letter-spacing: 0.2em;
  color: var(--gray-400);
  text-transform: uppercase;
  display: block;
  margin-top: 3px;
}
.nav-inner .nav-link-cont {
  display: block;
}
@media screen and (max-width: 661px) {
  .nav-inner .nav-link-cont {
    display: none;
  }
}
.nav-inner .nav-link-cont nav {
  margin-top: 0;
}
.nav-inner .nav-link-cont nav ul {
  list-style: none;
}
.nav-inner .nav-link-cont nav ul li a {
  color: var(--sl-navy);
}
.nav-inner .nav-links {
  display: flex;
  align-items: center;
  gap: 2px;
}
.nav-inner .nav-link {
  font-size: 14px;
  font-weight: 500;
  color: var(--gray-600);
  text-decoration: none;
  padding: 8px 14px;
  border-radius: 6px;
  transition: all var(--sl-ease);
}
.nav-inner .nav-link:hover {
  color: var(--sl-text);
  background: var(--gray-100);
}
.nav-inner .nav-right {
  display: flex;
  align-items: center;
  gap: 6px;
}
@media screen and (max-width: 661px) {
  .nav-inner .nav-right {
    display: none;
  }
}

.nav-inner > :first-child {
  margin-right: auto;
}

.nav-inner > :nth-child(2) {
  margin-left: auto;
}

.nav-inner > :nth-child(3) {
  margin: auto 16px;
}

.nav-link-cont-mobile {
  display: none;
}
@media screen and (max-width: 661px) {
  .nav-link-cont-mobile {
    display: block;
  }
}
.nav-link-cont-mobile nav {
  margin-top: 0;
}
.nav-link-cont-mobile nav ul {
  width: 100%;
  padding: 2.5% 1.5%;
  display: flex;
  align-items: center;
  list-style: none;
  justify-content: space-around;
}
.nav-link-cont-mobile nav ul li a {
  color: var(--navy);
  text-transform: lowercase;
}

/**  Mobile Menu  */
/* ── MOBILE MENU BUTTON ─────────────────────── */
.menu-item a {
  text-decoration: none;
}

.sl-menu-trigger {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(12, 26, 40, 0.72);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  cursor: pointer;
  position: relative;
  z-index: 1002;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.sl-menu-trigger:hover {
  transform: translateY(-2px) rotate(-4deg);
  border-color: rgba(59, 130, 246, 0.55);
  box-shadow: 0 22px 55px rgba(37, 99, 235, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.sl-menu-orbit {
  position: absolute;
  inset: 0;
}

.sl-menu-orbit span {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 0 18px rgba(59, 130, 246, 0.9);
  transition: transform 0.35s ease, width 0.35s ease, height 0.35s ease, background-color 0.35s ease;
}

.sl-menu-orbit span:nth-child(1) {
  top: 14px;
  left: 15px;
}

.sl-menu-orbit span:nth-child(2) {
  top: 14px;
  right: 15px;
  background: #3b82f6;
}

.sl-menu-orbit span:nth-child(3) {
  left: 50%;
  bottom: 13px;
  transform: translateX(-50%);
  background: #93c5fd;
}

body.sl-menu-open .sl-menu-orbit span:nth-child(1) {
  width: 19px;
  height: 3px;
  transform: translate(6px, 8px) rotate(45deg);
  border-radius: 8px;
}

body.sl-menu-open .sl-menu-orbit span:nth-child(2) {
  width: 19px;
  height: 3px;
  transform: translate(-6px, 8px) rotate(-45deg);
  border-radius: 8px;
}

body.sl-menu-open .sl-menu-orbit span:nth-child(3) {
  transform: translateX(-50%) scale(0);
}

/* ── FULL SCREEN MOBILE MENU OVERLAY ────────── */
.sl-menu-overlay {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: radial-gradient(circle at 85% 10%, rgba(37, 99, 235, 0.34), transparent 34%), radial-gradient(circle at 20% 80%, rgba(59, 130, 246, 0.18), transparent 38%), rgba(5, 12, 22, 0.78);
  backdrop-filter: blur(18px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}

body.sl-menu-open .sl-menu-overlay {
  opacity: 1;
  pointer-events: auto;
}

.sl-menu-panel {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 34px;
  padding: clamp(28px, 5vw, 64px);
  background: linear-gradient(145deg, rgba(12, 26, 40, 0.96), rgba(8, 17, 29, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.48), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  overflow: hidden;
  transform: scale(0.96) translateY(12px);
  transition: transform 0.42s cubic-bezier(0.2, 0.8, 0.2, 1);
}

body.sl-menu-open .sl-menu-panel {
  transform: scale(1) translateY(0);
}

.sl-menu-panel::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -180px;
  top: -180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.32), transparent 65%);
  pointer-events: none;
}

.sl-menu-close {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
  z-index: 4;
  transition: transform 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.sl-menu-close:hover {
  transform: rotate(90deg);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(59, 130, 246, 0.55);
}

.sl-menu-close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background: white;
  border-radius: 20px;
}

.sl-menu-close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.sl-menu-close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* ── MOBILE MENU BRANDING ───────────────────── */
.sl-menu-brand {
  max-width: 680px;
  position: relative;
  z-index: 2;
}

.sl-menu-kicker {
  display: inline-block;
  margin-bottom: 18px;
  color: #60a5fa;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.sl-menu-brand strong {
  display: block;
  color: white;
  font-size: clamp(38px, 3.5vw, 92px);
  line-height: 0.95;
  letter-spacing: -0.055em;
  max-width: 760px;
}
@media screen and (max-width: 661px) {
  .sl-menu-brand strong {
    font-size: 25px;
  }
}

/* ── PANEL LAYOUT ───────────────────────────── */
.sl-menu-panel {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.sl-menu-brand {
  margin-bottom: clamp(32px, 5vw, 56px);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 661px) {
  .sl-menu-brand {
    margin-bottom: 26px;
  }
}

/* ── MENU LINKS ─────────────────────────────── */
.sl-menu-links {
  position: relative;
  z-index: 2;
}

.sl-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: flex-end;
  gap: 0;
}
@media screen and (max-width: 661px) {
  .sl-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }
}

.sl-menu-list > li {
  flex: 1;
  min-width: 0;
  padding-top: 14px;
  padding-right: clamp(12px, 2vw, 24px);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  cursor: pointer;
  transition: border-color 0.3s ease;
}
@media screen and (max-width: 661px) {
  .sl-menu-list > li {
    padding-bottom: 11px;
  }
}
.sl-menu-list > li:last-child {
  padding-right: 0;
}
.sl-menu-list > li::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  height: 1px;
  width: 0;
  background: #fff;
  transition: width 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.sl-menu-list > li:hover::before, .sl-menu-list > li:focus-within::before {
  width: 100%;
}
.sl-menu-list > li.current-menu-item::before, .sl-menu-list > li.current_page_item::before {
  width: 100%;
  background: #60a5fa;
}
.sl-menu-list > li.current-menu-item .sl-item-index, .sl-menu-list > li.current_page_item .sl-item-index {
  color: rgba(96, 165, 250, 0.7);
}
.sl-menu-list > li.current-menu-item .sl-item-label, .sl-menu-list > li.current_page_item .sl-item-label {
  color: #fff;
}

.sl-item-index {
  display: block;
  font-size: 10px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.2);
  letter-spacing: 0.06em;
  margin-bottom: 10px;
  transition: color 0.3s ease;
}
@media screen and (max-width: 661px) {
  .sl-item-index {
    font-size: 14px;
    margin-bottom: 5px;
  }
}

.sl-item-label {
  display: block;
  font-size: clamp(13px, 1.8vw, 20px);
  font-weight: 900;
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: -0.03em;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.35s ease;
}
@media screen and (max-width: 661px) {
  .sl-item-label {
    font-size: 17px;
  }
}

.sl-item-desc {
  display: block;
  font-size: 11px;
  color: rgba(255, 255, 255, 0);
  line-height: 1.4;
  margin-top: 8px;
  transform: translateY(6px);
  transition: color 0.3s ease 0.05s, transform 0.35s cubic-bezier(0.16, 1, 0.3, 1) 0.05s;
}

.sl-item-arrow {
  display: block;
  font-size: 11px;
  color: rgba(255, 255, 255, 0);
  margin-top: 10px;
  transform: translateX(-4px);
  transition: color 0.3s ease, transform 0.3s ease;
}
@media screen and (max-width: 661px) {
  .sl-item-arrow {
    display: none;
  }
}

.sl-menu-list > li:hover .sl-item-index,
.sl-menu-list > li:focus-within .sl-item-index {
  color: rgba(255, 255, 255, 0.2);
}
.sl-menu-list > li:hover .sl-item-label,
.sl-menu-list > li:focus-within .sl-item-label {
  color: #fff;
}
.sl-menu-list > li:hover .sl-item-desc,
.sl-menu-list > li:focus-within .sl-item-desc {
  color: rgba(255, 255, 255, 0.4);
  transform: translateY(0);
}
.sl-menu-list > li:hover .sl-item-arrow,
.sl-menu-list > li:focus-within .sl-item-arrow {
  color: rgba(255, 255, 255, 0.5);
  transform: translateX(0);
}

/* ── SUBMENU DROPDOWN ───────────────────────── */
.sl-menu-list > li > ul.sub-menu {
  list-style: none;
  margin: 0;
  padding: 8px;
  position: absolute;
  bottom: 100%;
  /* margin-bottom: 12px;*/
  left: 0;
  min-width: 200px;
  background: rgba(8, 17, 29, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.25s ease, transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.sl-menu-list > li:hover > ul.sub-menu,
.sl-menu-list > li:focus-within > ul.sub-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  z-index: -1;
}

.sl-menu-list > li > ul.sub-menu li {
  margin: 0;
}

.sl-menu-list > li > ul.sub-menu a {
  display: block;
  padding: 9px 14px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  border-radius: 8px;
  letter-spacing: -0.01em;
  transition: color 0.2s ease, background 0.2s ease;
}
.sl-menu-list > li > ul.sub-menu a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
}

.sl-menu-list > li > ul.sub-menu .current-menu-item a {
  color: #60a5fa;
}

footer {
  background: var(--sl-navy);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 48px 28px;
}

.footer-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 661px) {
  .footer-inner {
    flex-direction: column;
    align-items: center;
  }
}

.footer-logo-text {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: white;
  line-height: 1;
}

.footer-logo-sub {
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.28);
  text-transform: uppercase;
  display: block;
  margin-top: 4px;
}

.footer-links {
  display: flex;
  gap: 24px;
  list-style: none;
}
.footer-links .footer-link a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.38);
  text-decoration: none;
  transition: color var(--ease);
}
.footer-links .footer-link a:hover {
  color: rgba(255, 255, 255, 0.78);
}

.footer-copy {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.22);
}

.logged-in nav.footer-links-nav {
  margin-top: 0;
}/*# sourceMappingURL=style.css.map */