/* =====================================================
    INNERSPACE DISABILITY SUPPORT SERVICES
    Main Stylesheet - UPDATED WITH CERISE LOGO COLOR
    LOGO COLOR: Cerise #C52180 (Pantone 214 C)
    ===================================================== */

:root {
  /* Logo-based primary colors - CERISE #C52180 */
  --cerise: #C52180;
  --cerise-light: #D94A9B;
  --cerise-dark: #9E1A66;
  
  /* Secondary colors - complementary palette */
  --teal: #1A7A6E;
  --teal-light: #2A9D8F;
  --teal-dark: #0F5C52;
  --gold: #E9A84C;
  --gold-light: #F5C880;
  --gold-dark: #D4912A;
  --green: #226E39;

  /* Neutrals - increased contrast */
  --cream: #FAF8F4;
  --white: #FFFFFF;
  --dark: #1E1E2F;
  --mid: #4A5568;
  --light: #718096;
  --border: #E2E8F0;

  /* Shadows - updated with cerise */
  --shadow: 0 4px 24px rgba(26, 122, 110, 0.10);
  --shadow-lg: 0 12px 48px rgba(197, 33, 128, 0.12);
  --shadow-cerise: 0 8px 30px rgba(197, 33, 128, 0.15);

  --radius: 16px;
  --font-base: 1.1rem;
  --font-scale: 1;
}

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

html {
  font-size: calc(var(--font-base) * var(--font-scale));
  scroll-behavior: smooth;
}

body {
  font-family: 'DM Sans', sans-serif;
  color: var(--dark);
  background: var(--cream);
  line-height: 1.65;
  font-size: 1rem;
}

h1,
h2,
h3,
h4 {
  font-family: 'Playfair Display', serif;
  line-height: 1.25;
  font-weight: 700;
}

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

ul {
  list-style: none;
}

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

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

/* ===== TOP BANNER - BASE STYLES ===== */
.top-banner {
  background: var(--cerise);
  color: var(--white);
  font-size: 0.88rem;
  padding: 10px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.top-banner-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.top-left {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.top-right {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.badge {
  background: var(--gold);
  color: var(--dark);
  padding: 4px 12px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 0.8rem;
}

/* ===== 3D ICON STYLES ===== */
.top-link {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.2s;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}

/* 3D Icon styling for phone and email */
.top-link .top-icon {
  width: 16px;
  height: 16px;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
  transition: all 0.2s ease;
}

.top-link:hover {
  color: var(--gold-light);
}

.top-link:hover .top-icon {
  transform: translateY(-2px);
  filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.3));
}

/* ===== 3D SOCIAL ICONS ===== */
.social-icons {
  display: flex;
  gap: 10px;
  align-items: center;
}

.social-icon {
  width: 34px;
  height: 34px;
  background: linear-gradient(135deg, #e05aaa, #b01a70);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 0 #6b1540,
              0 3px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.1s ease;
}

.social-icon svg {
  width: 16px;
  height: 16px;
  transition: all 0.2s ease;
}

/* 3D Hover Effect - Press down */
.social-icon:hover {
  transform: translateY(2px);
  box-shadow: 0 2px 0 #6b1540,
              0 3px 8px rgba(0, 0, 0, 0.15);
}
.social-icon:active {
  transform: translateY(4px);
  box-shadow: 0 0px 0 #6b1540,
              0 3px 8px rgba(0, 0, 0, 0.1);
}

.social-icon:hover svg {
  transform: scale(1.05);
}

/* Optional: Add 3D effect to the phone/email links container */
.top-link {
  position: relative;
  padding: 4px 0;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .top-banner-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .social-icon {
    width: 28px;
    height: 28px;
  }
  
  .social-icon svg {
    width: 14px;
    height: 14px;
  }
}

/* ===== MAIN NAV ===== */
.main-nav {
  background: var(--white);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
  position: sticky;
  top: 46px;
  z-index: 999;
}

.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

/* Logo container */
.logo {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  text-decoration: none;
  flex-shrink: 0;
}

/* First logo - BIGGER */
.logo .logo-main {
  max-height: 70px;
  width: auto;
  display: block;
}

/* Second logo - SMALLER */
.logo .logo-sub {
  max-height: 45px;
  width: auto;
  display: block;
  opacity: 0.9;
}

/* Optional: Add spacing adjustment */
.logo {
  gap: 12px;
}

/* Responsive adjustment */
@media (max-width: 768px) {
  .logo .logo-main {
    max-height: 50px;
  }
  
  .logo .logo-sub {
    max-height: 32px;
  }
  
  .logo {
    gap: 8px;
  }
}

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

.nav-links > li {
  position: relative;
}

.nav-links > li > a {
  display: block;
  padding: 18px 14px;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--mid);
  transition: color 0.2s;
  white-space: nowrap;
}

.nav-links > li > a:hover,
.nav-links > li > a.active {
  color: var(--cerise);
}

.nav-links > li > a.active {
  border-bottom: 2px solid var(--cerise);
}

.nav-cta {
  background: var(--cerise);
  color: white !important;
  border-radius: 40px;
  padding: 10px 22px !important;
  font-weight: 700 !important;
  margin-left: 8px;
  transition: all 0.2s !important;
}

.nav-cta:hover {
  background: var(--cerise-dark) !important;
  transform: translateY(-2px);
  color: white !important;
}

/* Dropdowns */
.dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 240px;
  border-radius: 14px;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: all 0.2s;
  z-index: 100;
  overflow: hidden;
}

.has-dropdown:hover .dropdown {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}

.dropdown li a {
  display: block;
  padding: 12px 20px;
  font-size: 0.9rem;
  color: var(--mid);
  border-bottom: 1px solid var(--border);
  transition: all 0.15s;
}

.dropdown li:last-child a {
  border-bottom: none;
}

.dropdown li a:hover {
  background: var(--cream);
  color: var(--cerise);
  padding-left: 28px;
}

.hamburger {
  display: none;
  background: none;
  border: none;
  font-size: 1.6rem;
  cursor: pointer;
  color: var(--dark);
  padding: 8px;
}

/* ===== HERO BANNER - SPLIT LAYOUT WITH BACKGROUND IMAGE ===== */
.hero {
  background: linear-gradient(135deg, #1a1a2e 0%, #2d2d4a 50%, var(--cerise-dark) 100%);
  position: relative;
  overflow: hidden;
  padding: 80px 0 100px;
}

/* Background Image */
.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('https://images.unsplash.com/photo-1573497491208-6b1acb260507?w=1920&h=800&fit=crop');
  background-size: cover;
  background-position: center;
  opacity: 0.2;
  pointer-events: none;
}

/* Background pattern overlay */
.hero::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2000 2000"><circle cx="500" cy="500" r="300" fill="rgba(233,168,76,0.03)"/><circle cx="1500" cy="1200" r="400" fill="rgba(197,33,128,0.04)"/><circle cx="1800" cy="300" r="250" fill="rgba(26,122,110,0.03)"/></svg>');
  background-size: cover;
  pointer-events: none;
}

.hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  z-index: 2;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

/* Left Side - Text Content */
.hero-content {
  text-align: left;
}

.hero h1 {
  font-size: clamp(2.8rem, 5vw, 4.5rem);
  font-weight: 900;
  color: #fff;
  margin-bottom: 0.5rem;
  line-height: 1.1;
}

.hero h1 span {
  display: block;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  color: var(--gold);
  font-weight: 700;
}

.hero-subtitle {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.85);
  margin-top: 1rem;
  font-weight: 500;
  line-height: 1.5;
  max-width: 450px;
}

/* Right Side - Services Grid */
.hero-services {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  border-radius: 28px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 15px 35px -15px rgba(0, 0, 0, 0.2);
}

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

/* Service Box */
.service-box {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  padding: 24px 16px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  overflow: hidden;
}

/* Shine effect on hover */
.service-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  transition: left 0.4s ease;
}

.service-box:hover::before {
  left: 100%;
}

/* Bottom accent border */
.service-box::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--cerise), var(--gold));
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.service-box:hover::after {
  transform: scaleX(1);
}

.service-box:hover {
  transform: translateY(-5px);
  background: white;
  box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.25);
}

/* Service Icon */
.service-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-icon svg {
  width: 100%;
  height: 100%;
  color: var(--cerise);
  transition: all 0.3s ease;
}

.service-box:hover .service-icon svg {
  color: var(--cerise-dark);
  transform: scale(1.05);
}

/* Service Title */
.service-box h3 {
  font-size: 0.9rem;
  color: var(--dark);
  font-weight: 700;
  margin: 0;
  line-height: 1.4;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .hero {
    padding: 60px 0 70px;
  }
  
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .hero-content {
    text-align: center;
  }
  
  .hero-subtitle {
    margin-left: auto;
    margin-right: auto;
  }
  
  .hero-services {
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
  }
}

@media (max-width: 500px) {
  .hero {
    padding: 50px 0 60px;
  }
  
  .hero h1 {
    font-size: 2.2rem;
  }
  
  .hero h1 span {
    font-size: 1.6rem;
  }
  
  .hero-subtitle {
    font-size: 0.95rem;
  }
  
  .services-grid {
    gap: 12px;
  }
  
  .service-box {
    padding: 18px 12px;
  }
  
  .service-icon {
    width: 36px;
    height: 36px;
  }
  
  .service-box h3 {
    font-size: 0.75rem;
  }
}

/* ===== CTA BAR - SIMPLE FULL WIDTH ===== */
.cta-fullwidth {
  width: 100%;
  background: linear-gradient(135deg, var(--cerise) 0%, var(--cerise-dark) 100%);
  padding: 60px 20px;
  margin: 0;
  position: relative;
}

/* Simple dot pattern overlay (subtle) */
.cta-fullwidth::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
}

.cta-container {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  text-align: center;
}

/* Title */
.cta-title {
  font-size: clamp(1.6rem, 3.5vw, 2.2rem);
  font-weight: 700;
  color: white;
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}

/* Description */
.cta-description {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 32px;
  line-height: 1.5;
}

/* Primary Button */
.cta-primary-btn {
  background: var(--gold);
  color: var(--dark);
  padding: 14px 32px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1rem;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
}

.cta-primary-btn:hover {
  transform: translateY(-2px);
  background: var(--gold-dark);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .cta-fullwidth {
    padding: 50px 20px;
  }
  
  .cta-title {
    font-size: 1.6rem;
  }
  
  .cta-description {
    font-size: 0.95rem;
    margin-bottom: 28px;
  }
  
  .cta-primary-btn {
    padding: 12px 28px;
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .cta-fullwidth {
    padding: 40px 16px;
  }
  
  .cta-title {
    font-size: 1.4rem;
  }
  
  .cta-description {
    font-size: 0.9rem;
  }
  
  .cta-primary-btn {
    padding: 12px 24px;
    width: 100%;
    justify-content: center;
  }
}

/* ===== SECTION SHARED ===== */
.section-header {
  text-align: center;
  margin-bottom: 3.5rem;
}

.section-header h2 {
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  margin-bottom: 1rem;
  color: var(--dark);
}

.section-header p {
  color: var(--mid);
  font-size: 1.1rem;
  max-width: 580px;
  margin: 0 auto;
}

.section-header.light h2,
.section-header.light p {
  color: #fff;
}

.section-tag {
  display: inline-block;
  background: rgba(197, 33, 128, 0.1);
  color: var(--cerise);
  padding: 6px 16px;
  border-radius: 30px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

/* ===== ABOUT INTRO ===== */
.about-intro {
  padding: 80px 0;
  background: #fff;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.about-image-frame {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 25px 45px -12px rgba(0, 0, 0, 0.2);
  height: 440px;
}

.about-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.about-image-frame:hover .about-image {
  transform: scale(1.02);
}

.about-text .tagline {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  font-style: italic;
  color: var(--teal);
  margin-bottom: 1.2rem;
  padding-left: 1.2rem;
  border-left: 3px solid var(--teal);
}

.about-text h2 {
  font-size: 2.4rem;
  margin-bottom: 1rem;
}

.about-text p {
  color: var(--mid);
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.7;
}

.btn-secondary {
  display: inline-block;
  color: var(--teal);
  font-weight: 700;
  font-size: 1rem;
  border-bottom: 2px solid var(--teal);
  padding-bottom: 4px;
  transition: all 0.2s;
}

.btn-secondary:hover {
  color: var(--teal-dark);
  border-color: var(--teal-dark);
}

/* ===== MVV SECTION ===== */
.mvv-section {
  padding: 80px 0;
  background: linear-gradient(135deg, var(--cerise-dark) 0%, var(--cerise) 100%);
}

.mvv-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 28px;
}

.mvv-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 24px;
  padding: 40px 28px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s;
  text-align: center;
}

.mvv-card:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-6px);
}

.mvv-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.mvv-svg-icon {
  width: 64px;
  height: 64px;
}

.mvv-card h3 {
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 1rem;
}

.mvv-card p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.95rem;
  line-height: 1.7;
}

.values-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  display: inline-block;
}

.values-list li {
  color: rgba(255, 255, 255, 0.9);
  padding: 8px 0;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  gap: 10px;
}

.value-check {
  color: var(--gold);
  font-weight: 700;
  background: rgba(255, 255, 255, 0.15);
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

/* ===== SUPPORT SECTION ===== */
.support-section {
  padding: 80px 0;
  background: var(--cream);
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}

.support-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 32px;
  border: 1px solid var(--border);
  display: block;
  transition: all 0.3s;
}

.support-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: var(--cerise-light);
}

.support-num {
  font-family: 'Playfair Display', serif;
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--cerise-light);
  opacity: 0.4;
  line-height: 1;
  margin-bottom: 1rem;
}

.support-card h4 {
  font-size: 1.15rem;
  margin-bottom: 0.6rem;
  color: var(--dark);
}

.support-card p {
  font-size: 0.9rem;
  color: var(--mid);
  margin-bottom: 1rem;
  line-height: 1.6;
}

.support-card span {
  color: var(--cerise);
  font-weight: 700;
  font-size: 0.9rem;
}

/* ===== PRE-FOOTER CTA - WITH TESTIMONIAL SLIDER (DOTS OUTSIDE) ===== */
.prefooter-cta {
  padding: 80px 0;
  background: linear-gradient(135deg, #FFF5F8 0%, #FCE4EC 100%);
  position: relative;
}

.prefooter-cta-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
}

/* Left Side */
.prefooter-cta-content {
  flex: 1;
  min-width: 300px;
}

.prefooter-tag {
  display: inline-block;
  background: rgba(197, 33, 128, 0.12);
  color: var(--cerise);
  padding: 6px 16px;
  border-radius: 30px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.prefooter-cta-content h2 {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  color: var(--dark);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.prefooter-cta-content p {
  color: var(--mid);
  font-size: 1rem;
  margin-bottom: 2rem;
  max-width: 450px;
}

.prefooter-cta-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.cta-btn-primary {
  display: inline-block;
  background: var(--cerise);
  color: white;
  padding: 14px 32px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.95rem;
  transition: all 0.2s;
  text-decoration: none;
  border: none;
  cursor: pointer;
}

.cta-btn-primary:hover {
  background: var(--cerise-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(197, 33, 128, 0.25);
}

.cta-btn-secondary {
  display: inline-block;
  background: transparent;
  color: var(--cerise);
  padding: 14px 32px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.95rem;
  transition: all 0.2s;
  text-decoration: none;
  border: 2px solid var(--cerise);
  cursor: pointer;
}

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

/* Right Side - Testimonial Slider Wrapper */
.prefooter-testimonial-wrapper {
  flex: 0.7;
  min-width: 320px;
}

/* White Box for Testimonial */
.prefooter-testimonial-slider {
  background: white;
  padding: 40px 40px 50px 40px;
  border-radius: 24px;
  box-shadow: 0 15px 35px -15px rgba(197, 33, 128, 0.12);
  border: 1px solid rgba(197, 33, 128, 0.1);
  position: relative;
  min-height: 260px;
}

.testimonial-slide {
  display: none;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}

.testimonial-slide.active {
  display: block;
  opacity: 1;
  animation: fadeSlide 0.5s ease forwards;
}

@keyframes fadeSlide {
  from {
    opacity: 0;
    transform: translateX(15px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Quote mark at top */
.quote-mark {
  font-size: 4.5rem;
  font-family: 'Playfair Display', serif;
  color: var(--cerise);
  opacity: 0.2;
  line-height: 1;
  margin-bottom: 10px;
  display: block;
}

/* Testimonial text */
.testimonial-text {
  font-size: 1rem;
  color: var(--dark);
  font-style: italic;
  line-height: 1.7;
  margin-bottom: 20px;
}

/* Author name */
.quote-author {
  font-size: 0.9rem;
  color: var(--cerise);
  font-weight: 700;
  margin-top: 10px;
}

/* Slider Dots - OUTSIDE the white box */
.slider-dots-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.slider-dots {
  display: flex;
  gap: 10px;
  background: rgba(197, 33, 128, 0.1);
  padding: 8px 16px;
  border-radius: 40px;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(197, 33, 128, 0.4);
  cursor: pointer;
  transition: all 0.2s ease;
}

.dot.active {
  width: 28px;
  border-radius: 4px;
  background: var(--cerise);
}

.dot:hover {
  background: var(--cerise);
  transform: scale(1.1);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .prefooter-cta-inner {
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }

  .prefooter-cta-content {
    text-align: center;
  }

  .prefooter-cta-content p {
    margin-left: auto;
    margin-right: auto;
  }

  .prefooter-cta-buttons {
    justify-content: center;
  }

  .prefooter-testimonial-wrapper {
    width: 100%;
  }

  .prefooter-testimonial-slider {
    text-align: left;
  }
}

@media (max-width: 480px) {
  .prefooter-cta {
    padding: 50px 0;
  }

  .prefooter-cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .cta-btn-primary,
  .cta-btn-secondary {
    width: 100%;
    text-align: center;
    padding: 12px 24px;
  }

  .prefooter-testimonial-slider {
    padding: 30px 25px 40px 25px;
  }

  .quote-mark {
    font-size: 3.5rem;
  }

  .testimonial-text {
    font-size: 0.95rem;
  }

  .slider-dots {
    padding: 6px 14px;
  }
}

/* ===== FOOTER ===== */
.site-footer {
  background: linear-gradient(135deg, #1a1a2e 0%, #1e1e35 100%);
  color: rgba(255, 255, 255, 0.8);
}

.site-footer::before {
  content: '';
  display: block;
  height: 4px;
  background: linear-gradient(90deg, var(--gold), var(--teal), var(--cerise));
}

.footer-main {
  padding: 60px 0 40px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 48px;
}

.footer-brand .footer-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 1rem;
}

.footer-brand .logo-icon {
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--dark);
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.2rem;
}

.footer-brand .logo-text span {
  color: #fff;
  font-size: 1.1rem;
}

.footer-brand .logo-text small {
  color: rgba(255, 255, 255, 0.5);
}

.brand-description {
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.75);
}

.provider-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.08);
  padding: 5px 12px;
  border-radius: 30px;
  font-size: 0.7rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.badge-icon {
  color: var(--gold);
  font-weight: 700;
}

.provider-number {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.6);
}

.provider-number strong {
  color: var(--gold-light);
}

.footer-links h4,
.footer-contact h4 {
  color: var(--gold-light);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
}

.footer-links ul li {
  margin-bottom: 0.7rem;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  transition: all 0.2s;
}

.footer-links a:hover {
  color: var(--gold-light);
  padding-left: 4px;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 1.5rem;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  text-decoration: none;
}

.contact-item:hover {
  color: var(--gold-light);
}

.contact-icon {
  font-size: 1rem;
  min-width: 24px;
}

.footer-social h5 {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.7rem;
  font-weight: 500;
  margin-bottom: 12px;
}

.social-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.social-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.85rem;
  transition: all 0.2s;
}

.social-link svg {
  width: 18px;
  height: 18px;
}

.social-link:hover {
  color: var(--gold);
  transform: translateX(2px);
}

.footer-acknowledgement {
  background: rgba(0, 0, 0, 0.3);
  padding: 32px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.acknowledgement-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  flex-wrap: wrap;
}

.flags {
  display: flex;
  gap: 8px;
  font-size: 1.6rem;
  flex-shrink: 0;
}

.acknowledgement-text {
  flex: 1;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
}

.acknowledgement-small {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 6px;
  font-style: italic;
}

.footer-bottom {
  padding: 20px 0;
}

.bottom-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.footer-bottom p {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.4);
}

.bottom-links {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}

.bottom-links a {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.75rem;
  transition: color 0.2s;
}

.bottom-links a:hover {
  color: var(--gold-light);
}

.separator {
  color: rgba(255, 255, 255, 0.2);
}

/* ===== MODAL OVERLAY STYLES ===== */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.consultation-modal {
  background: white;
  max-width: 520px;
  width: 90%;
  border-radius: 2rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  transform: scale(0.96);
  transition: transform 0.2s ease;
}

.modal-overlay.active .consultation-modal {
  transform: scale(1);
}

.modal-header {
  background: linear-gradient(110deg, var(--cerise) 0%, var(--cerise-dark) 100%);
  padding: 1.5rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
}

.modal-header h2 {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: -0.3px;
  margin: 0;
}

.modal-close {
  background: rgba(255, 255, 255, 0.2);
  border: none;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
  color: white;
  width: 36px;
  height: 36px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.modal-close:hover {
  background: rgba(255, 255, 255, 0.35);
}

.modal-body {
  padding: 2rem 2rem 2rem;
}

.form-group {
  margin-bottom: 1.4rem;
}

.form-group label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #1e2f3c;
  font-size: 0.9rem;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 0.85rem 1rem;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  font-size: 0.95rem;
  font-family: inherit;
  transition: border 0.2s, box-shadow 0.2s;
  background: #fefefe;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--cerise);
  box-shadow: 0 0 0 3px rgba(197, 33, 128, 0.2);
}

.form-row {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.form-row .form-group {
  flex: 1;
  min-width: 120px;
}

.checkbox-group {
  flex-direction: row;
  align-items: center;
  gap: 12px;
  margin: 1.2rem 0 0.8rem;
}

.checkbox-group label {
  margin-bottom: 0;
  font-weight: normal;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.checkbox-group input {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: var(--cerise);
}

.submit-btn {
  background-color: var(--cerise);
  color: white;
  padding: 0.9rem 1.5rem;
  border: none;
  border-radius: 60px;
  font-weight: 700;
  font-size: 1rem;
  width: 100%;
  cursor: pointer;
  transition: all 0.2s;
  margin-top: 0.5rem;
  font-family: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.submit-btn:hover {
  background-color: var(--cerise-dark);
  transform: translateY(-2px);
}

.success-message {
  background: #e6f7e6;
  border-radius: 1rem;
  padding: 1rem;
  text-align: center;
  color: #2b6e2f;
  font-weight: 500;
  margin-top: 0.5rem;
  display: none;
}

.error-message {
  color: #c2410c;
  font-size: 0.75rem;
  margin-top: 0.3rem;
  display: block;
}

hr {
  margin: 1rem 0;
  border-color: #edf2f7;
}

small {
  font-size: 0.7rem;
  color: #5b6e8c;
  display: block;
  text-align: center;
  margin-top: 1rem;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .hero-inner {
    grid-template-columns: 1fr;
    padding: 40px 2rem;
  }

  .hero-content {
    padding: 0 0 32px 0;
    text-align: center;
  }

  .hero-content p {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-btns {
    justify-content: center;
  }

  .hero-image-wrap {
    min-height: 350px;
    padding: 0;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .about-image-frame {
    height: 380px;
  }

  .simple-cta-buttons {
    justify-content: center;
  }

  .simple-cta-content p {
    margin-left: auto;
    margin-right: auto;
  }

  .services-cta-bar {
    flex-direction: column;
    text-align: center;
    padding: 40px 32px;
  }

  .prefooter-cta-inner {
    flex-direction: column;
    text-align: center;
  }

  .prefooter-cta-content p {
    margin-left: auto;
    margin-right: auto;
  }

  .prefooter-cta-buttons {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .top-banner-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .main-nav {
    top: auto;
    position: relative;
  }

  .top-banner {
    position: relative;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    padding: 1rem;
    border-top: 1px solid var(--border);
    z-index: 999;
    box-shadow: var(--shadow-lg);
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links > li > a {
    padding: 12px 8px;
    border-bottom: 1px solid var(--border);
  }

  .dropdown {
    position: static;
    opacity: 1;
    pointer-events: all;
    transform: none;
    box-shadow: none;
    border: none;
    background: var(--cream);
    margin: 4px 0;
    display: none;
  }

  .has-dropdown:hover .dropdown {
    display: none;
  }

  .has-dropdown.active .dropdown {
    display: block;
  }

  .hamburger {
    display: block;
  }

  .hero-content h1 {
    font-size: 2.2rem;
  }

  .categories-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .mvv-grid {
    grid-template-columns: 1fr;
  }

  .support-grid {
    grid-template-columns: 1fr;
  }

  .bottom-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .acknowledgement-wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .hero {
    padding: 60px 0 80px;
  }

  .service-categories {
    margin-top: -40px;
  }

  .simple-cta-wrapper {
    padding: 32px 24px;
  }

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

  .btn-consultation-full {
    padding: 14px 28px;
    font-size: 1rem;
  }
}