/* ==========================================================================
   Dr Sultan Linjawi — drsultanlinjawi.com
   Consolidated Stylesheet
   ========================================================================== */

/* Design Tokens */
:root {
  --primary-blue: #0a5c8f;
  --dark-blue: #074a73;
  --navy: #052d44;
  --light-blue: #e8f4fa;
  --gold: #c9a962;
  --gold-hover: #b8954f;
  --font-heading: 'Playfair Display', serif;
  --font-body: 'Source Sans 3', sans-serif;
  --max-width: 1280px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  line-height: 1.5;
  color: var(--navy);
}

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

a {
  color: inherit;
}

ul, ol {
  list-style: none;
}

button {
  font-family: inherit;
}

/* Scroll Reveal */
.sl-reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.sl-reveal.visible {
  opacity: 1;
  transform: translateY(0);
}


/* ==========================================================================
   Sticky Bar
   ========================================================================== */

.sl-sticky-bar {
  background: linear-gradient(135deg, #c9a962 0%, #b8954f 100%);
  padding: 12px 0;
  font-family: 'Source Sans 3', -apple-system, sans-serif;
  position: relative;
  z-index: 1001;
  overflow: hidden;
}

.sl-sticky-bar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.08'%3E%3Cpath d='M20 20.5V18H0v-2h20v-2.5l4 3.5-4 3.5z'/%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}

.sl-sticky-bar-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
}

.sl-sticky-bar-icon {
  width: 32px;
  height: 32px;
  min-width: 32px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.sl-sticky-bar-icon svg {
  width: 16px;
  height: 16px;
  color: #ffffff;
}

.sl-sticky-bar-text {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.sl-sticky-bar-text strong {
  font-weight: 700;
  font-size: 18px;
}

.sl-sticky-bar-divider {
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.3);
}

.sl-sticky-bar-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #052d44;
  color: #ffffff;
  padding: 12px 28px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  transition: all 0.3s ease;
  white-space: nowrap;
  flex-shrink: 0;
}

.sl-sticky-bar-cta:hover {
  background: #0a5c8f;
  transform: translateY(-1px);
}

.sl-sticky-bar-cta svg {
  width: 14px;
  height: 14px;
}

/* Dismiss button (optional) */
.sl-sticky-bar-dismiss {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 8px;
  transition: color 0.2s ease;
}

.sl-sticky-bar-dismiss:hover {
  color: #ffffff;
}

.sl-sticky-bar-dismiss svg {
  width: 18px;
  height: 18px;
}

@media (max-width: 768px) {
  .sl-sticky-bar-inner {
    gap: 12px;
    padding: 0 48px 0 16px;
  }

  .sl-sticky-bar-text {
    font-size: 13px;
    white-space: normal;
    text-align: center;
  }

  .sl-sticky-bar-divider {
    display: none;
  }

  .sl-sticky-bar-icon {
    display: none;
  }
}

@media (max-width: 480px) {
  .sl-sticky-bar-inner {
    flex-direction: column;
    gap: 10px;
    padding: 0 40px 0 16px;
  }

  .sl-sticky-bar-cta {
    width: 100%;
    justify-content: center;
  }
}



/* ==========================================================================
   Top Bar
   ========================================================================== */

.sl-topbar {
  background: linear-gradient(135deg, #052d44 0%, #074a73 50%, #0a5c8f 100%);
  padding: 12px 0;
  font-family: 'Source Sans 3', -apple-system, sans-serif;
  position: relative;
  overflow: hidden;
}

.sl-topbar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}

.sl-topbar-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}

.sl-topbar-left {
  display: flex;
  align-items: center;
  gap: 32px;
}

.sl-topbar-rating {
  display: flex;
  align-items: center;
  gap: 8px;
}

.sl-topbar-stars {
  display: flex;
  gap: 2px;
}

.sl-topbar-star {
  color: #f4c542;
  font-size: 14px;
}

.sl-topbar-rating-text {
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.sl-topbar-rating-count {
  color: rgba(255,255,255,0.7);
  font-size: 12px;
  font-weight: 400;
}

.sl-topbar-divider {
  width: 1px;
  height: 20px;
  background: rgba(255,255,255,0.2);
}

.sl-topbar-locations {
  display: flex;
  align-items: center;
  gap: 16px;
}

.sl-topbar-location {
  display: flex;
  align-items: center;
  gap: 6px;
  color: rgba(255,255,255,0.85);
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.2s ease;
}

.sl-topbar-location:hover {
  color: #ffffff;
}

.sl-topbar-location svg {
  width: 14px;
  height: 14px;
  opacity: 0.7;
}

.sl-topbar-right {
  display: flex;
  align-items: center;
  gap: 24px;
}

.sl-topbar-contact {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: all 0.2s ease;
}

.sl-topbar-contact:hover {
  color: #c9a962;
}

.sl-topbar-contact svg {
  width: 16px;
  height: 16px;
}

.sl-topbar-cta {
  background: linear-gradient(135deg, #c9a962 0%, #b8954f 100%);
  color: #052d44;
  padding: 8px 20px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(201, 169, 98, 0.3);
}

.sl-topbar-cta:hover {
  background: linear-gradient(135deg, #d4b56d 0%, #c9a962 100%);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(201, 169, 98, 0.4);
}

@media (max-width: 900px) {
  .sl-topbar-locations {
    display: none;
  }
}

@media (max-width: 600px) {
  .sl-topbar-inner {
    flex-direction: column;
    gap: 12px;
  }

  .sl-topbar-left {
    gap: 16px;
  }

  .sl-topbar-right {
    width: 100%;
    justify-content: center;
  }

  .sl-topbar-contact span {
    display: none;
  }
}



/* ==========================================================================
   Navigation
   ========================================================================== */

.sl-nav {
  background: #ffffff;
  padding: 0;
  font-family: 'Source Sans 3', -apple-system, sans-serif;
  position: relative;
  z-index: 1000;
  box-shadow: 0 2px 20px rgba(5, 45, 68, 0.08);
  width: 100%;
  display: block;
}

.sl-nav-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  width: 100%;
  flex-wrap: nowrap;
}

.sl-nav-brand {
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  flex-shrink: 0;
}

.sl-nav-logo {
  width: 56px;
  height: 56px;
  min-width: 56px;
  min-height: 56px;
  background: linear-gradient(135deg, #074a73 0%, #0a5c8f 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}

.sl-nav-logo::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 50%;
}

.sl-nav-logo svg {
  width: 28px;
  height: 28px;
  color: #ffffff;
}

.sl-nav-brand-text {
  display: flex;
  flex-direction: column;
}

.sl-nav-brand-name {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 600;
  color: #052d44;
  letter-spacing: -0.02em;
  line-height: 1.1;
  white-space: nowrap;
}

.sl-nav-brand-title {
  font-size: 12px;
  font-weight: 500;
  color: #0a5c8f;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
}

.sl-nav-menu {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-shrink: 0;
}

.sl-nav-item {
  position: relative;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sl-nav-link {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 12px 16px;
  color: #052d44;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.01em;
  transition: all 0.2s ease;
  position: relative;
  white-space: nowrap;
}

.sl-nav-link::after {
  content: '';
  position: absolute;
  bottom: 8px;
  left: 16px;
  right: 16px;
  height: 2px;
  background: linear-gradient(90deg, #c9a962, #d4b56d);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.sl-nav-link:hover {
  color: #0a5c8f;
}

.sl-nav-link:hover::after {
  transform: scaleX(1);
}

.sl-nav-link--active {
  color: #0a5c8f;
}

.sl-nav-link--active::after {
  transform: scaleX(1);
}

.sl-nav-link svg {
  width: 14px;
  height: 14px;
  transition: transform 0.2s ease;
}

/* Dropdown Styles */
.sl-nav-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  min-width: 220px;
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(5, 45, 68, 0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  padding: 8px 0;
  z-index: 1001;
  border: 1px solid #e8f4fa;
}

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

.sl-nav-item:hover .sl-nav-link svg {
  transform: rotate(180deg);
}

.sl-nav-dropdown-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  color: #052d44;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease;
}

.sl-nav-dropdown-link:hover {
  background: #f8fafc;
  color: #0a5c8f;
}

.sl-nav-dropdown-link svg {
  width: 18px;
  height: 18px;
  color: #0a5c8f;
  flex-shrink: 0;
}

.sl-nav-dropdown-link span {
  flex: 1;
}

.sl-nav-dropdown-divider {
  height: 1px;
  background: #e8f4fa;
  margin: 8px 0;
}

/* Badge for dropdown items */
.sl-nav-dropdown-badge {
  font-size: 10px;
  font-weight: 700;
  background: #c9a962;
  color: #ffffff;
  padding: 2px 6px;
  border-radius: 4px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.sl-nav-cta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: 16px;
  flex-shrink: 0;
}

.sl-nav-phone {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #052d44;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 16px;
  border: 1px solid #e8f4fa;
  border-radius: 6px;
  transition: all 0.2s ease;
  white-space: nowrap;
  flex-shrink: 0;
}

.sl-nav-phone:hover {
  border-color: #0a5c8f;
  background: #f8fcfe;
}

.sl-nav-phone svg {
  width: 18px;
  height: 18px;
  min-width: 18px;
  color: #0a5c8f;
  flex-shrink: 0;
}

.sl-nav-button {
  background: linear-gradient(135deg, #0a5c8f 0%, #074a73 100%);
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(10, 92, 143, 0.25);
  white-space: nowrap;
  flex-shrink: 0;
  display: inline-block;
}

.sl-nav-button:hover {
  background: linear-gradient(135deg, #0b6ba5 0%, #085a87 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(10, 92, 143, 0.35);
}

/* Mobile Menu Toggle */
.sl-nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 10px;
  background: none;
  border: none;
  cursor: pointer;
}

.sl-nav-toggle span {
  width: 24px;
  height: 2px;
  background: #052d44;
  transition: all 0.3s ease;
  display: block;
}

@media (max-width: 1100px) {
  .sl-nav-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    flex-direction: column;
    padding: 24px;
    gap: 0;
    box-shadow: 0 20px 40px rgba(5, 45, 68, 0.15);
  }

  .sl-nav-menu.active {
    display: flex;
  }

  .sl-nav-item {
    width: 100%;
  }

  .sl-nav-link {
    padding: 16px 0;
    border-bottom: 1px solid #e8f4fa;
    width: 100%;
    justify-content: space-between;
  }

  .sl-nav-link::after {
    display: none;
  }

  .sl-nav-dropdown {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border: none;
    padding: 0 0 0 20px;
    display: none;
  }

  .sl-nav-item.dropdown-open .sl-nav-dropdown {
    display: block;
  }

  .sl-nav-dropdown-link {
    padding: 12px 0;
    border-bottom: 1px solid #f0f4f8;
  }

  .sl-nav-toggle {
    display: flex;
  }

  .sl-nav-cta {
    display: none;
  }
}

@media (max-width: 600px) {
  .sl-nav-inner {
    height: 70px;
    padding: 0 16px;
  }

  .sl-nav-logo {
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
  }

  .sl-nav-brand-name {
    font-size: 18px;
  }

  .sl-nav-brand-title {
    font-size: 10px;
  }
}



/* ==========================================================================
   Hero
   ========================================================================== */

/* Reset for Ontraport compatibility */
.sl-hero *,
.sl-hero *::before,
.sl-hero *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.sl-hero {
  background: linear-gradient(165deg, #ffffff 0%, #f8fcfe 40%, #e8f4fa 100%);
  min-height: 600px; /* Fixed height instead of vh for stability */
  padding: 80px 0;
  display: block; /* Block instead of flex for OP compatibility */
  position: relative;
  overflow: hidden;
  font-family: 'Source Sans 3', -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.5;
}

.sl-hero::before {
  content: '';
  position: absolute;
  top: -20%;
  right: -10%;
  width: 70%;
  height: 140%;
  background: radial-gradient(ellipse at center, rgba(10, 92, 143, 0.06) 0%, transparent 70%);
  pointer-events: none;
}

.sl-hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(10, 92, 143, 0.15), transparent);
}

/* Decorative diagonal line */
.sl-hero-diagonal {
  position: absolute;
  top: 15%;
  right: 42%;
  width: 300px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #c9a962, transparent);
  transform: rotate(-45deg);
  opacity: 0.6;
}

.sl-hero-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

/* Two column layout using flex */
.sl-hero-content {
  flex: 1 1 500px;
  max-width: 600px;
}

.sl-hero-visual {
  flex: 1 1 400px;
  max-width: 500px;
  position: relative;
  display: flex;
  justify-content: center;
}


.sl-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.sl-hero-badge {
  background: linear-gradient(135deg, #074a73 0%, #0a5c8f 100%);
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.sl-hero-location {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #5a7a8a;
  font-size: 14px;
  font-weight: 500;
}

.sl-hero-location svg {
  width: 16px;
  height: 16px;
}

.sl-hero-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 500;
  color: #052d44;
  line-height: 1.1;
  margin: 0 0 16px 0;
  letter-spacing: -0.02em;
}

.sl-hero-title em {
  font-style: italic;
  color: #0a5c8f;
}

.sl-hero-subtitle {
  font-size: 13px;
  font-weight: 600;
  color: #c9a962;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.sl-hero-description {
  font-size: 20px;
  line-height: 1.7;
  color: #4a5e6a;
  margin-bottom: 40px;
  max-width: 500px;
}

.sl-hero-credentials {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 40px;
}

.sl-hero-credential {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  padding: 10px 16px;
  border-radius: 6px;
  border: 1px solid #e8f4fa;
  box-shadow: 0 2px 8px rgba(5, 45, 68, 0.04);
}

.sl-hero-credential svg {
  width: 18px;
  height: 18px;
  color: #0a5c8f;
}

.sl-hero-credential span {
  font-size: 13px;
  font-weight: 600;
  color: #052d44;
  letter-spacing: 0.02em;
}

.sl-hero-actions {
  display: flex;
  gap: 16px;
  margin-bottom: 60px;
}

.sl-hero-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #0a5c8f 0%, #074a73 100%);
  color: #ffffff;
  padding: 18px 32px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: all 0.3s ease;
  box-shadow: 0 8px 24px rgba(10, 92, 143, 0.3);
}

.sl-hero-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(10, 92, 143, 0.4);
}

.sl-hero-btn-primary svg {
  width: 20px;
  height: 20px;
}

.sl-hero-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  color: #052d44;
  padding: 18px 32px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid #d4dfe5;
  transition: all 0.3s ease;
}

.sl-hero-btn-secondary:hover {
  border-color: #0a5c8f;
  color: #0a5c8f;
  background: rgba(10, 92, 143, 0.03);
}

/* Free Webinar CTA - High visibility */
.sl-hero-webinar-cta {
  margin-top: 24px;
  padding: 20px 24px;
  background: linear-gradient(135deg, #fffbf2 0%, #fff8e8 100%);
  border: 2px solid #c9a962;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 16px rgba(201, 169, 98, 0.15);
}

.sl-hero-webinar-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(201, 169, 98, 0.25);
  background: linear-gradient(135deg, #fff8e8 0%, #fff5e0 100%);
}

.sl-hero-webinar-icon {
  width: 52px;
  height: 52px;
  min-width: 52px;
  background: linear-gradient(135deg, #c9a962 0%, #b8954f 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sl-hero-webinar-icon svg {
  width: 26px;
  height: 26px;
  color: #ffffff;
}

.sl-hero-webinar-content {
  flex: 1;
}

.sl-hero-webinar-label {
  display: inline-block;
  background: #c9a962;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 4px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.sl-hero-webinar-title {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 600;
  color: #052d44;
  margin: 0 0 6px 0;
  line-height: 1.2;
}

.sl-hero-webinar-subtitle {
  font-size: 16px;
  color: #5a7a8a;
  margin: 0;
}

.sl-hero-webinar-arrow {
  width: 40px;
  height: 40px;
  min-width: 40px;
  background: #052d44;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.sl-hero-webinar-arrow svg {
  width: 20px;
  height: 20px;
  color: #ffffff;
}

.sl-hero-webinar-cta:hover .sl-hero-webinar-arrow {
  background: #0a5c8f;
  transform: translateX(4px);
}

/* Stats Row */
.sl-hero-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid #e0eaf0;
  padding-top: 32px;
}

.sl-hero-stat {
  text-align: left;
  padding-right: 24px;
  border-right: 1px solid #e0eaf0;
}

.sl-hero-stat:last-child {
  border-right: none;
}

.sl-hero-stat-number {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  font-weight: 600;
  color: #052d44;
  line-height: 1;
  margin-bottom: 4px;
}

.sl-hero-stat-number span {
  color: #c9a962;
}

.sl-hero-stat-label {
  font-size: 13px;
  color: #5a7a8a;
  font-weight: 500;
}

.sl-hero-image-wrapper {
  position: relative;
  width: 100%;
  max-width: 480px;
}

.sl-hero-image-frame {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 40px 80px rgba(5, 45, 68, 0.2);
}

.sl-hero-image-frame::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 16px;
  z-index: 1;
  pointer-events: none;
}

.sl-hero-image {
  width: 100%;
  height: auto;
  display: block;
}

/* Floating accreditation card */
.sl-hero-float-card {
  position: absolute;
  bottom: -20px;
  left: -40px;
  background: #ffffff;
  padding: 20px 24px;
  border-radius: 12px;
  box-shadow: 0 16px 48px rgba(5, 45, 68, 0.15);
  display: flex;
  align-items: center;
  gap: 16px;
  z-index: 2;
}

.sl-hero-float-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #c9a962 0%, #b8954f 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sl-hero-float-icon svg {
  width: 24px;
  height: 24px;
  color: #ffffff;
}

.sl-hero-float-content h4 {
  font-size: 14px;
  font-weight: 700;
  color: #052d44;
  margin: 0 0 2px 0;
}

.sl-hero-float-content p {
  font-size: 12px;
  color: #5a7a8a;
  margin: 0;
}

/* Decorative dots pattern */
.sl-hero-dots {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 120px;
  height: 120px;
  background-image: radial-gradient(#c9a962 1.5px, transparent 1.5px);
  background-size: 12px 12px;
  opacity: 0.4;
  z-index: -1;
}

@media (max-width: 1024px) {
  .sl-hero-inner {
    flex-direction: column;
    gap: 48px;
    text-align: center;
  }

  .sl-hero-content {
    order: 2;
    max-width: 100%;
    flex-basis: 100%;
  }

  .sl-hero-visual {
    order: 1;
    max-width: 400px;
    flex-basis: 100%;
  }

  .sl-hero-eyebrow {
    justify-content: center;
  }

  .sl-hero-description {
    margin-left: auto;
    margin-right: auto;
  }

  .sl-hero-credentials {
    justify-content: center;
  }

  .sl-hero-actions {
    justify-content: center;
  }

  .sl-hero-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    text-align: left;
  }

  .sl-hero-stat {
    border-right: none;
    padding: 0;
  }

  .sl-hero-stat:nth-child(odd) {
    border-right: 1px solid #e0eaf0;
    padding-right: 24px;
  }

  .sl-hero-float-card {
    left: 50%;
    transform: translateX(-50%);
  }

  .sl-hero-diagonal {
    display: none;
  }
}

@media (max-width: 600px) {
  .sl-hero {
    min-height: auto;
    padding: 60px 0;
  }

  .sl-hero-inner {
    padding: 0 20px;
  }

  .sl-hero-stats {
    grid-template-columns: 1fr 1fr;
  }

  .sl-hero-actions {
    flex-direction: column;
  }

  .sl-hero-btn-primary,
  .sl-hero-btn-secondary {
    width: 100%;
    justify-content: center;
  }

  .sl-hero-float-card {
    display: none;
  }

  .sl-hero-dots {
    display: none;
  }

  .sl-hero-webinar-cta {
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }

  .sl-hero-webinar-arrow {
    display: none;
  }
}



/* ==========================================================================
   Trust Bar
   ========================================================================== */

.sl-trust {
  background: #ffffff;
  padding: 48px 0;
  border-bottom: 1px solid #e8f4fa;
  font-family: 'Source Sans 3', -apple-system, sans-serif;
  position: relative;
  overflow: hidden;
}

.sl-trust::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, #ffffff 0%, transparent 10%, transparent 90%, #ffffff 100%);
  z-index: 2;
  pointer-events: none;
}

.sl-trust-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

.sl-trust-label {
  text-align: center;
  margin-bottom: 32px;
}

.sl-trust-label span {
  font-size: 12px;
  font-weight: 600;
  color: #8a9aa6;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.sl-trust-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
}

.sl-trust-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.7;
  transition: all 0.3s ease;
  filter: grayscale(100%);
}

.sl-trust-logo:hover {
  opacity: 1;
  filter: grayscale(0%);
}

.sl-trust-logo img {
  height: 56px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
}

@media (max-width: 768px) {
  .sl-trust-logos {
    gap: 32px;
  }

  .sl-trust-logo img {
    height: 44px;
    max-width: 120px;
  }
}

@media (max-width: 480px) {
  .sl-trust-logos {
    gap: 24px;
  }

  .sl-trust-logo img {
    height: 36px;
    max-width: 100px;
  }
}



/* ==========================================================================
   About
   ========================================================================== */

.sl-about {
  background: #ffffff;
  padding: 120px 0;
  font-family: 'Source Sans 3', -apple-system, sans-serif;
  position: relative;
  overflow: hidden;
}

.sl-about::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(180deg, #f8fcfe 0%, #ffffff 100%);
  z-index: 0;
}

.sl-about-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}

/* Section Header */
.sl-about-header {
  margin-bottom: 80px;
  max-width: 600px;
}

.sl-about-eyebrow {
  font-size: 12px;
  font-weight: 600;
  color: #c9a962;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.sl-about-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(36px, 4vw, 48px);
  font-weight: 500;
  color: #052d44;
  line-height: 1.2;
  margin: 0 0 24px 0;
}

.sl-about-title em {
  font-style: italic;
  color: #0a5c8f;
}

.sl-about-intro {
  font-size: 18px;
  line-height: 1.7;
  color: #4a5e6a;
}

/* Main Content Grid */
.sl-about-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: start;
}

/* Left: Image & Quick Facts */
.sl-about-left {
  position: relative;
}

.sl-about-image-container {
  position: relative;
  margin-bottom: 40px;
}

.sl-about-image {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 32px 64px rgba(5, 45, 68, 0.15);
}

.sl-about-image-accent {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, #c9a962 0%, #b8954f 100%);
  border-radius: 12px;
  z-index: -1;
}

/* Quick Stats Card */
.sl-about-quick-stats {
  background: linear-gradient(135deg, #074a73 0%, #0a5c8f 100%);
  border-radius: 16px;
  padding: 32px;
  color: #ffffff;
}

.sl-about-quick-stats-title {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 24px;
  opacity: 0.8;
}

.sl-about-quick-stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.sl-about-quick-stat {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.sl-about-quick-stat-icon {
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.sl-about-quick-stat-icon svg {
  width: 20px;
  height: 20px;
  color: #c9a962;
}

.sl-about-quick-stat-content h4 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 2px 0;
}

.sl-about-quick-stat-content p {
  font-size: 13px;
  margin: 0;
  opacity: 0.8;
}

/* Right: Bio & Timeline */
.sl-about-right {
  padding-top: 20px;
}

.sl-about-bio {
  margin-bottom: 48px;
}

.sl-about-bio p {
  font-size: 16px;
  line-height: 1.8;
  color: #4a5e6a;
  margin-bottom: 20px;
}

.sl-about-bio p:last-child {
  margin-bottom: 0;
}

/* Credentials Timeline */
.sl-about-timeline {
  position: relative;
  padding-left: 32px;
}

.sl-about-timeline::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: linear-gradient(180deg, #c9a962 0%, #0a5c8f 50%, #e8f4fa 100%);
}

.sl-about-timeline-title {
  font-size: 13px;
  font-weight: 600;
  color: #c9a962;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.sl-about-credential {
  position: relative;
  padding-bottom: 28px;
}

.sl-about-credential:last-child {
  padding-bottom: 0;
}

.sl-about-credential::before {
  content: '';
  position: absolute;
  left: -38px;
  top: 6px;
  width: 14px;
  height: 14px;
  background: #ffffff;
  border: 3px solid #0a5c8f;
  border-radius: 50%;
}

.sl-about-credential:first-child::before {
  border-color: #c9a962;
  background: #c9a962;
}

.sl-about-credential h4 {
  font-size: 16px;
  font-weight: 600;
  color: #052d44;
  margin: 0 0 4px 0;
}

.sl-about-credential p {
  font-size: 14px;
  color: #5a7a8a;
  margin: 0;
}

.sl-about-credential span {
  font-size: 12px;
  color: #8a9aa6;
  font-weight: 500;
}

/* Achievements Row */
.sl-about-achievements {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 48px;
  padding-top: 48px;
  border-top: 1px solid #e8f4fa;
}

.sl-about-achievement {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px;
  background: #f8fcfe;
  border-radius: 12px;
  border: 1px solid #e8f4fa;
  transition: all 0.3s ease;
}

.sl-about-achievement:hover {
  border-color: #c9a962;
  box-shadow: 0 8px 24px rgba(5, 45, 68, 0.08);
}

.sl-about-achievement-icon {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, #0a5c8f 0%, #074a73 100%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.sl-about-achievement-icon svg {
  width: 22px;
  height: 22px;
  color: #ffffff;
}

.sl-about-achievement h4 {
  font-size: 14px;
  font-weight: 600;
  color: #052d44;
  margin: 0 0 4px 0;
}

.sl-about-achievement p {
  font-size: 13px;
  color: #5a7a8a;
  margin: 0;
  line-height: 1.5;
}

@media (max-width: 1024px) {
  .sl-about-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .sl-about::before {
    display: none;
  }

  .sl-about-image-accent {
    display: none;
  }
}

@media (max-width: 600px) {
  .sl-about {
    padding: 80px 0;
  }

  .sl-about-header {
    margin-bottom: 48px;
  }

  .sl-about-quick-stats-grid {
    grid-template-columns: 1fr;
  }

  .sl-about-achievements {
    grid-template-columns: 1fr;
  }
}



/* ==========================================================================
   Services
   ========================================================================== */

.sl-services {
  background: linear-gradient(180deg, #f8fcfe 0%, #e8f4fa 100%);
  padding: 120px 0;
  font-family: 'Source Sans 3', -apple-system, sans-serif;
  position: relative;
}

.sl-services::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(10, 92, 143, 0.15), transparent);
}

.sl-services-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Section Header */
.sl-services-header {
  text-align: center;
  margin-bottom: 80px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.sl-services-eyebrow {
  font-size: 12px;
  font-weight: 600;
  color: #c9a962;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.sl-services-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(36px, 4vw, 48px);
  font-weight: 500;
  color: #052d44;
  line-height: 1.2;
  margin: 0 0 24px 0;
}

.sl-services-title em {
  font-style: italic;
  color: #0a5c8f;
}

.sl-services-intro {
  font-size: 18px;
  line-height: 1.7;
  color: #4a5e6a;
}

/* Services Grid - Editorial Layout */
.sl-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 32px 64px rgba(5, 45, 68, 0.1);
}

.sl-service {
  padding: 48px 40px;
  position: relative;
  transition: all 0.4s ease;
  border-right: 1px solid #e8f4fa;
  border-bottom: 1px solid #e8f4fa;
}

.sl-service:nth-child(3n) {
  border-right: none;
}

.sl-service:nth-child(n+4) {
  border-bottom: none;
}

.sl-service::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #c9a962, #0a5c8f);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.sl-service:hover {
  background: #fafcfd;
}

.sl-service:hover::before {
  transform: scaleX(1);
}

.sl-service-icon {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, #e8f4fa 0%, #d4eaf5 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  transition: all 0.4s ease;
}

.sl-service:hover .sl-service-icon {
  background: linear-gradient(135deg, #0a5c8f 0%, #074a73 100%);
}

.sl-service-icon svg {
  width: 32px;
  height: 32px;
  color: #0a5c8f;
  transition: color 0.4s ease;
}

.sl-service:hover .sl-service-icon svg {
  color: #ffffff;
}

.sl-service-title {
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  font-weight: 600;
  color: #052d44;
  margin: 0 0 16px 0;
}

.sl-service-description {
  font-size: 17px;
  line-height: 1.7;
  color: #5a7a8a;
  margin: 0 0 24px 0;
}

.sl-service-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #0a5c8f;
  text-decoration: none;
  transition: all 0.3s ease;
}

.sl-service-link svg {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}

.sl-service:hover .sl-service-link {
  color: #c9a962;
}

.sl-service:hover .sl-service-link svg {
  transform: translateX(4px);
}

/* Webinar badge for services - PROMINENT */
.sl-service-webinar {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, #fffbf2 0%, #fff8e8 100%);
  border: 2px solid #c9a962;
  padding: 16px 24px;
  border-radius: 10px;
  text-decoration: none;
  margin-top: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(201, 169, 98, 0.15);
}

.sl-service-webinar:hover {
  background: linear-gradient(135deg, #fff8e8 0%, #fff5e0 100%);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(201, 169, 98, 0.25);
}

.sl-service-webinar-badge {
  background: #c9a962;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 4px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.sl-service-webinar-text {
  font-size: 16px;
  font-weight: 600;
  color: #052d44;
}

.sl-service-webinar svg {
  width: 20px;
  height: 20px;
  color: #c9a962;
}

/* Featured service webinar styling */
.sl-service--featured .sl-service-webinar {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(201, 169, 98, 0.5);
}

.sl-service--featured .sl-service-webinar:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: #c9a962;
}

.sl-service--featured .sl-service-webinar-text {
  color: #ffffff;
}

/* Featured Service (larger card) */
.sl-service--featured {
  grid-column: span 2;
  grid-row: span 2;
  background: linear-gradient(135deg, #074a73 0%, #0a5c8f 100%);
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px;
}

.sl-service--featured::before {
  display: none;
}

.sl-service--featured:hover {
  background: linear-gradient(135deg, #063d5f 0%, #085a87 100%);
}

.sl-service--featured .sl-service-icon {
  background: rgba(255, 255, 255, 0.15);
  width: 80px;
  height: 80px;
  border-radius: 20px;
}

.sl-service--featured:hover .sl-service-icon {
  background: rgba(201, 169, 98, 0.3);
}

.sl-service--featured .sl-service-icon svg {
  width: 40px;
  height: 40px;
  color: #ffffff;
}

.sl-service--featured .sl-service-title {
  color: #ffffff;
  font-size: 38px;
  margin-bottom: 20px;
}

.sl-service--featured .sl-service-description {
  color: rgba(255, 255, 255, 0.85);
  font-size: 19px;
  max-width: 520px;
  line-height: 1.8;
}

.sl-service--featured .sl-service-webinar {
  padding: 20px 28px;
  margin-top: 28px;
}

.sl-service--featured .sl-service-webinar-text {
  font-size: 18px;
}

.sl-service--featured .sl-service-link {
  color: #c9a962;
  font-size: 15px;
}

.sl-service--featured:hover .sl-service-link {
  color: #d4b56d;
}

@media (max-width: 1024px) {
  .sl-services-grid {
    grid-template-columns: 1fr 1fr;
  }

  .sl-service--featured {
    grid-column: span 2;
    grid-row: span 1;
  }

  .sl-service:nth-child(3n) {
    border-right: 1px solid #e8f4fa;
  }

  .sl-service:nth-child(2n) {
    border-right: none;
  }

  .sl-service:nth-child(n+4) {
    border-bottom: 1px solid #e8f4fa;
  }

  .sl-service:last-child,
  .sl-service:nth-last-child(2):nth-child(odd) {
    border-bottom: none;
  }
}

@media (max-width: 600px) {
  .sl-services {
    padding: 80px 0;
  }

  .sl-services-grid {
    grid-template-columns: 1fr;
    border-radius: 16px;
  }

  .sl-service--featured {
    grid-column: span 1;
    padding: 40px 32px;
  }

  .sl-service {
    border-right: none;
    border-bottom: 1px solid #e8f4fa;
    padding: 32px 24px;
  }

  .sl-service:last-child {
    border-bottom: none;
  }

  .sl-service--featured .sl-service-title {
    font-size: 26px;
  }
}



/* ==========================================================================
   Programs CTA
   ========================================================================== */

.sl-programs {
  background: #052d44;
  padding: 100px 0;
  font-family: 'Source Sans 3', -apple-system, sans-serif;
  position: relative;
  overflow: hidden;
}

/* Background pattern */
.sl-programs::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.02' fill-rule='evenodd'/%3E%3C/svg%3E");
  pointer-events: none;
}

/* Gradient overlay */
.sl-programs::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background: radial-gradient(ellipse at right center, rgba(10, 92, 143, 0.4) 0%, transparent 70%);
  pointer-events: none;
}

.sl-programs-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 1;
}

/* Left Content */
.sl-programs-content {
  color: #ffffff;
}

.sl-programs-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(201, 169, 98, 0.2);
  border: 1px solid rgba(201, 169, 98, 0.4);
  padding: 8px 16px;
  border-radius: 100px;
  margin-bottom: 24px;
}

.sl-programs-badge svg {
  width: 16px;
  height: 16px;
  color: #c9a962;
}

.sl-programs-badge span {
  font-size: 12px;
  font-weight: 600;
  color: #c9a962;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.sl-programs-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 24px 0;
}

.sl-programs-title em {
  font-style: italic;
  color: #c9a962;
}

.sl-programs-description {
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 32px;
  max-width: 480px;
}

.sl-programs-features {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 40px;
}

.sl-programs-feature {
  display: flex;
  align-items: center;
  gap: 12px;
}

.sl-programs-feature-icon {
  width: 24px;
  height: 24px;
  background: rgba(201, 169, 98, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.sl-programs-feature-icon svg {
  width: 12px;
  height: 12px;
  color: #c9a962;
}

.sl-programs-feature span {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.9);
}

.sl-programs-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, #c9a962 0%, #b8954f 100%);
  color: #052d44;
  padding: 18px 32px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: all 0.3s ease;
  box-shadow: 0 8px 24px rgba(201, 169, 98, 0.3);
}

.sl-programs-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(201, 169, 98, 0.4);
}

.sl-programs-cta svg {
  width: 20px;
  height: 20px;
}

/* Right: Program Cards */
.sl-programs-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sl-program-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 28px 32px;
  display: flex;
  align-items: center;
  gap: 24px;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.sl-program-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #c9a962 0%, #0a5c8f 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.sl-program-card:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(201, 169, 98, 0.3);
  transform: translateX(8px);
}

.sl-program-card:hover::before {
  opacity: 1;
}

.sl-program-card-icon {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, rgba(10, 92, 143, 0.3) 0%, rgba(7, 74, 115, 0.3) 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.sl-program-card-icon svg {
  width: 28px;
  height: 28px;
  color: #c9a962;
}

.sl-program-card-content {
  flex: 1;
}

.sl-program-card-title {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 6px 0;
}

.sl-program-card-description {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.sl-program-card-arrow {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.sl-program-card:hover .sl-program-card-arrow {
  background: rgba(201, 169, 98, 0.2);
}

.sl-program-card-arrow svg {
  width: 20px;
  height: 20px;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
}

.sl-program-card:hover .sl-program-card-arrow svg {
  color: #c9a962;
  transform: translateX(2px);
}

@media (max-width: 1024px) {
  .sl-programs-inner {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}

@media (max-width: 600px) {
  .sl-programs {
    padding: 80px 0;
  }

  .sl-program-card {
    flex-direction: column;
    text-align: center;
    padding: 32px 24px;
    gap: 16px;
  }

  .sl-program-card-arrow {
    display: none;
  }
}



/* ==========================================================================
   Locations
   ========================================================================== */

.sl-locations {
  background: #ffffff;
  padding: 120px 0;
  font-family: 'Source Sans 3', -apple-system, sans-serif;
  position: relative;
}

.sl-locations-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Section Header */
.sl-locations-header {
  text-align: center;
  margin-bottom: 80px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.sl-locations-eyebrow {
  font-size: 12px;
  font-weight: 600;
  color: #c9a962;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.sl-locations-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(36px, 4vw, 48px);
  font-weight: 500;
  color: #052d44;
  line-height: 1.2;
  margin: 0 0 24px 0;
}

.sl-locations-title em {
  font-style: italic;
  color: #0a5c8f;
}

.sl-locations-intro {
  font-size: 18px;
  line-height: 1.7;
  color: #4a5e6a;
}

/* Clinic Cards Grid */
.sl-locations-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 48px;
}

.sl-location-card {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(5, 45, 68, 0.08);
  border: 1px solid #e8f4fa;
  transition: all 0.4s ease;
  position: relative;
}

.sl-location-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 48px rgba(5, 45, 68, 0.15);
  border-color: #c9a962;
}

.sl-location-card-header {
  height: 160px;
  background: linear-gradient(135deg, #0a5c8f 0%, #074a73 100%);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* Subtle map pattern background */
.sl-location-card-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.05' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}

.sl-location-card-icon {
  width: 72px;
  height: 72px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.sl-location-card-icon svg {
  width: 32px;
  height: 32px;
  color: #ffffff;
}

.sl-location-card-body {
  padding: 32px;
}

.sl-location-card-name {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  font-weight: 600;
  color: #052d44;
  margin: 0 0 8px 0;
}

.sl-location-card-type {
  font-size: 12px;
  font-weight: 600;
  color: #0a5c8f;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.sl-location-card-address {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}

.sl-location-card-address svg {
  width: 18px;
  height: 18px;
  color: #0a5c8f;
  flex-shrink: 0;
  margin-top: 2px;
}

.sl-location-card-address span {
  font-size: 15px;
  color: #4a5e6a;
  line-height: 1.5;
}

.sl-location-card-phone {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.sl-location-card-phone svg {
  width: 18px;
  height: 18px;
  color: #0a5c8f;
}

.sl-location-card-phone a {
  font-size: 15px;
  color: #052d44;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}

.sl-location-card-phone a:hover {
  color: #0a5c8f;
}

.sl-location-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #0a5c8f;
  text-decoration: none;
  transition: all 0.3s ease;
}

.sl-location-card-link svg {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}

.sl-location-card:hover .sl-location-card-link {
  color: #c9a962;
}

.sl-location-card:hover .sl-location-card-link svg {
  transform: translateX(4px);
}

/* Telehealth Section - Distinct Design */
.sl-telehealth {
  background: linear-gradient(135deg, #f8fcfe 0%, #e8f4fa 100%);
  border-radius: 24px;
  padding: 48px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
  align-items: center;
  border: 2px dashed #c9a962;
  position: relative;
  overflow: hidden;
}

.sl-telehealth::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(201, 169, 98, 0.1) 0%, transparent 70%);
  pointer-events: none;
}

.sl-telehealth-content {
  position: relative;
  z-index: 1;
}

.sl-telehealth-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  padding: 8px 16px;
  border-radius: 100px;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(5, 45, 68, 0.08);
}

.sl-telehealth-badge svg {
  width: 16px;
  height: 16px;
  color: #c9a962;
}

.sl-telehealth-badge span {
  font-size: 12px;
  font-weight: 600;
  color: #c9a962;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.sl-telehealth-title {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 600;
  color: #052d44;
  margin: 0 0 12px 0;
}

.sl-telehealth-description {
  font-size: 16px;
  line-height: 1.7;
  color: #4a5e6a;
  margin: 0;
  max-width: 500px;
}

.sl-telehealth-cta {
  position: relative;
  z-index: 1;
}

.sl-telehealth-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, #0a5c8f 0%, #074a73 100%);
  color: #ffffff;
  padding: 18px 32px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 8px 24px rgba(10, 92, 143, 0.3);
}

.sl-telehealth-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(10, 92, 143, 0.4);
}

.sl-telehealth-button svg {
  width: 20px;
  height: 20px;
}

@media (max-width: 1024px) {
  .sl-locations-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .sl-locations-grid {
    grid-template-columns: 1fr;
  }

  .sl-telehealth {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 32px;
    text-align: center;
  }

  .sl-telehealth-badge {
    justify-content: center;
  }

  .sl-telehealth-description {
    max-width: 100%;
  }

  .sl-telehealth-cta {
    width: 100%;
  }

  .sl-telehealth-button {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 600px) {
  .sl-locations {
    padding: 80px 0;
  }
}



/* ==========================================================================
   Contact
   ========================================================================== */

.sl-contact {
  background: linear-gradient(180deg, #f8fcfe 0%, #e8f4fa 50%, #ffffff 100%);
  padding: 120px 0;
  font-family: 'Source Sans 3', -apple-system, sans-serif;
  position: relative;
}

.sl-contact::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(10, 92, 143, 0.15), transparent);
}

.sl-contact-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Section Header */
.sl-contact-header {
  text-align: center;
  margin-bottom: 80px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.sl-contact-eyebrow {
  font-size: 12px;
  font-weight: 600;
  color: #c9a962;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.sl-contact-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(36px, 4vw, 48px);
  font-weight: 500;
  color: #052d44;
  line-height: 1.2;
  margin: 0 0 24px 0;
}

.sl-contact-title em {
  font-style: italic;
  color: #0a5c8f;
}

.sl-contact-intro {
  font-size: 18px;
  line-height: 1.7;
  color: #4a5e6a;
}

/* Contact Grid */
.sl-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 64px;
  align-items: start;
}

/* Left: Contact Methods */
.sl-contact-methods {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.sl-contact-method {
  background: #ffffff;
  border-radius: 16px;
  padding: 28px 32px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  box-shadow: 0 4px 16px rgba(5, 45, 68, 0.06);
  border: 1px solid #e8f4fa;
  transition: all 0.3s ease;
}

.sl-contact-method:hover {
  border-color: #c9a962;
  box-shadow: 0 8px 24px rgba(5, 45, 68, 0.1);
}

.sl-contact-method-icon {
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, #e8f4fa 0%, #d4eaf5 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.sl-contact-method-icon svg {
  width: 24px;
  height: 24px;
  color: #0a5c8f;
}

.sl-contact-method-content h4 {
  font-size: 13px;
  font-weight: 600;
  color: #8a9aa6;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 8px 0;
}

.sl-contact-method-content p {
  font-size: 18px;
  font-weight: 600;
  color: #052d44;
  margin: 0;
}

.sl-contact-method-content a {
  font-size: 18px;
  font-weight: 600;
  color: #052d44;
  text-decoration: none;
  transition: color 0.2s ease;
}

.sl-contact-method-content a:hover {
  color: #0a5c8f;
}

.sl-contact-method-content span {
  font-size: 14px;
  color: #5a7a8a;
  display: block;
  margin-top: 4px;
}

/* Hours Card - Special Styling */
.sl-contact-hours {
  background: linear-gradient(135deg, #074a73 0%, #0a5c8f 100%);
  border: none;
  color: #ffffff;
}

.sl-contact-hours:hover {
  border-color: transparent;
}

.sl-contact-hours .sl-contact-method-icon {
  background: rgba(255, 255, 255, 0.15);
}

.sl-contact-hours .sl-contact-method-icon svg {
  color: #c9a962;
}

.sl-contact-hours .sl-contact-method-content h4 {
  color: rgba(255, 255, 255, 0.7);
}

.sl-contact-hours .sl-contact-method-content p {
  color: #ffffff;
}

.sl-contact-hours .sl-contact-method-content {
  flex: 1;
  min-width: 0;
}

.sl-contact-hours-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 32px;
  margin-top: 12px;
  width: 100%;
}

.sl-contact-hours-item {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  gap: 12px;
}

.sl-contact-hours-item span:first-child {
  color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
}

.sl-contact-hours-item span:last-child {
  color: #ffffff;
  font-weight: 600;
  white-space: nowrap;
  text-align: right;
}

/* Right: Map */
.sl-contact-map {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(5, 45, 68, 0.12);
  border: 1px solid #e8f4fa;
}

.sl-contact-map-header {
  padding: 24px 32px;
  border-bottom: 1px solid #e8f4fa;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sl-contact-map-title {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 600;
  color: #052d44;
  margin: 0;
}

.sl-contact-map-selector {
  display: flex;
  gap: 8px;
}

.sl-contact-map-btn {
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  background: #f8fcfe;
  color: #5a7a8a;
  border: 1px solid #e8f4fa;
  cursor: pointer;
  transition: all 0.2s ease;
}

.sl-contact-map-btn:hover,
.sl-contact-map-btn.active {
  background: #0a5c8f;
  color: #ffffff;
  border-color: #0a5c8f;
}

.sl-contact-map-embed {
  height: 400px;
  width: 100%;
}

.sl-contact-map-embed iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* CTA Banner */
.sl-contact-cta {
  margin-top: 80px;
  background: #ffffff;
  border-radius: 24px;
  padding: 48px 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 16px 48px rgba(5, 45, 68, 0.08);
  border: 1px solid #e8f4fa;
  position: relative;
  overflow: hidden;
}

.sl-contact-cta::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  background: linear-gradient(135deg, transparent 0%, rgba(201, 169, 98, 0.1) 100%);
  pointer-events: none;
}

.sl-contact-cta-content {
  position: relative;
  z-index: 1;
}

.sl-contact-cta-title {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 600;
  color: #052d44;
  margin: 0 0 8px 0;
}

.sl-contact-cta-text {
  font-size: 16px;
  color: #5a7a8a;
  margin: 0;
}

.sl-contact-cta-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, #c9a962 0%, #b8954f 100%);
  color: #052d44;
  padding: 18px 36px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 8px 24px rgba(201, 169, 98, 0.3);
  position: relative;
  z-index: 1;
}

.sl-contact-cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(201, 169, 98, 0.4);
}

.sl-contact-cta-button svg {
  width: 20px;
  height: 20px;
}

@media (max-width: 1024px) {
  .sl-contact-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .sl-contact-map {
    order: -1;
  }
}

@media (max-width: 768px) {
  .sl-contact-cta {
    flex-direction: column;
    text-align: center;
    gap: 24px;
    padding: 40px 32px;
  }

  .sl-contact-hours-grid {
    grid-template-columns: 1fr;
  }

  .sl-contact-map-header {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
}

@media (max-width: 600px) {
  .sl-contact {
    padding: 80px 0;
  }

  .sl-contact-method {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
}



/* ==========================================================================
   Footer
   ========================================================================== */

.sl-footer {
  background: linear-gradient(180deg, #052d44 0%, #041e2d 100%);
  font-family: 'Source Sans 3', -apple-system, sans-serif;
  color: #ffffff;
  position: relative;
}

/* Decorative top border */
.sl-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #074a73, #c9a962, #0a5c8f);
}

.sl-footer-main {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 24px 60px;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 64px;
}

/* Brand Column */
.sl-footer-brand {
  padding-right: 40px;
}

.sl-footer-logo {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.sl-footer-logo-icon {
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, #0a5c8f 0%, #074a73 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.sl-footer-logo-icon::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 50%;
}

.sl-footer-logo-icon svg {
  width: 24px;
  height: 24px;
  color: #ffffff;
}

.sl-footer-logo-text {
  display: flex;
  flex-direction: column;
}

.sl-footer-logo-name {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.1;
}

.sl-footer-logo-title {
  font-size: 11px;
  font-weight: 500;
  color: #c9a962;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sl-footer-description {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 28px;
}

.sl-footer-social {
  display: flex;
  gap: 12px;
}

.sl-footer-social-link {
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.sl-footer-social-link:hover {
  background: #c9a962;
  transform: translateY(-3px);
}

.sl-footer-social-link svg {
  width: 20px;
  height: 20px;
  color: #ffffff;
}

/* Link Columns */
.sl-footer-column h4 {
  font-size: 13px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 0 24px 0;
  position: relative;
  padding-bottom: 12px;
}

.sl-footer-column h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 2px;
  background: #c9a962;
}

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

.sl-footer-links li {
  margin-bottom: 14px;
}

.sl-footer-links a {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.sl-footer-links a:hover {
  color: #c9a962;
  transform: translateX(4px);
}

.sl-footer-links a svg {
  width: 14px;
  height: 14px;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.sl-footer-links a:hover svg {
  opacity: 1;
}

/* Contact Info in Footer */
.sl-footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}

.sl-footer-contact-item svg {
  width: 18px;
  height: 18px;
  color: #c9a962;
  flex-shrink: 0;
  margin-top: 2px;
}

.sl-footer-contact-item a,
.sl-footer-contact-item span {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.2s ease;
}

.sl-footer-contact-item a:hover {
  color: #c9a962;
}

/* Bottom Bar */
.sl-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.sl-footer-bottom-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.sl-footer-copyright {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}

.sl-footer-copyright a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.2s ease;
}

.sl-footer-copyright a:hover {
  color: #c9a962;
}

.sl-footer-legal {
  display: flex;
  gap: 24px;
}

.sl-footer-legal a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: color 0.2s ease;
}

.sl-footer-legal a:hover {
  color: rgba(255, 255, 255, 0.8);
}

/* Accreditation Badges */
.sl-footer-badges {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.sl-footer-badge {
  background: rgba(255, 255, 255, 0.08);
  padding: 8px 14px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.sl-footer-badge svg {
  width: 18px;
  height: 18px;
  color: #c9a962;
}

.sl-footer-badge span {
  font-size: 11px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .sl-footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
  }

  .sl-footer-brand {
    grid-column: span 2;
    padding-right: 0;
  }
}

@media (max-width: 600px) {
  .sl-footer-main {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 60px 24px 48px;
  }

  .sl-footer-brand {
    grid-column: span 1;
  }

  .sl-footer-bottom-inner {
    flex-direction: column;
    text-align: center;
  }

  .sl-footer-legal {
    flex-wrap: wrap;
    justify-content: center;
  }

  .sl-footer-badges {
    flex-wrap: wrap;
    justify-content: center;
  }
}

