/* ============================================================
   MKC Cleaning Services — Main Stylesheet
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

/* ---- CSS Variables ---- */
:root {
  --primary:        #1B3A8C;
  --primary-light:  #2D52B5;
  --primary-dark:   #122870;
  --accent:         #00C9B1;
  --accent-dark:    #00A896;
  --bg-light:       #F0F4FF;
  --bg-section:     #F7F9FE;
  --text-dark:      #1A202C;
  --text-medium:    #4A5568;
  --text-light:     #718096;
  --white:          #FFFFFF;
  --border:         #E2E8F0;
  --success:        #38A169;
  --shadow-sm:      0 2px 8px rgba(27,58,140,.08);
  --shadow-md:      0 8px 30px rgba(27,58,140,.12);
  --shadow-lg:      0 20px 60px rgba(27,58,140,.18);
  --radius:         12px;
  --radius-lg:      20px;
  --transition:     .3s ease;
}

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

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: 'Poppins', sans-serif;
  color: var(--text-dark);
  background: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
}

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

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

ul { list-style: none; }

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

.section-title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: var(--primary);
  line-height: 1.2;
}

.section-subtitle {
  font-size: 1rem;
  color: var(--text-medium);
  margin-top: .5rem;
  max-width: 520px;
}

.section-header { text-align: center; margin-bottom: 3rem; }
.section-header .section-subtitle { margin: .5rem auto 0; }

/* ---- Buttons ---- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .75rem 1.75rem;
  border-radius: 50px;
  font-family: 'Poppins', sans-serif;
  font-size: .95rem;
  font-weight: 600;
  cursor: pointer;
  border: none;
  transition: all var(--transition);
  text-align: center;
  white-space: nowrap;
}

.btn-primary {
  background: var(--accent);
  color: var(--white);
  box-shadow: 0 4px 20px rgba(0,201,177,.35);
}
.btn-primary:hover { background: var(--accent-dark); transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,201,177,.45); }

.btn-outline {
  background: transparent;
  color: var(--white);
  border: 2px solid var(--white);
}
.btn-outline:hover { background: var(--white); color: var(--primary); }

.btn-dark {
  background: var(--primary);
  color: var(--white);
  box-shadow: 0 4px 20px rgba(27,58,140,.3);
}
.btn-dark:hover { background: var(--primary-light); transform: translateY(-2px); }

/* ---- Navbar ---- */
.navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  padding: 1rem 0;
  transition: all var(--transition);
  background: transparent;
}

.navbar.scrolled {
  background: var(--white);
  box-shadow: var(--shadow-md);
  padding: .75rem 0;
}

.navbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: .75rem;
}

.logo-icon {
  width: 44px; height: 44px;
  background: linear-gradient(135deg, var(--accent), var(--primary));
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem;
}

.logo-text { display: flex; flex-direction: column; }
.logo-text strong { font-size: 1.15rem; font-weight: 700; color: var(--white); line-height: 1; }
.logo-text span  { font-size: .65rem; font-weight: 500; color: rgba(255,255,255,.7); letter-spacing: 1px; text-transform: uppercase; }

.navbar.scrolled .logo-text strong { color: var(--primary); }
.navbar.scrolled .logo-text span   { color: var(--text-light); }

.nav-links { display: flex; align-items: center; gap: 2rem; }

.nav-links a {
  font-size: .9rem;
  font-weight: 500;
  color: rgba(255,255,255,.9);
  transition: color var(--transition);
  position: relative;
}

.nav-links a::after {
  content: '';
  position: absolute; bottom: -4px; left: 0; right: 100%;
  height: 2px; background: var(--accent);
  transition: right var(--transition);
}
.nav-links a:hover::after { right: 0; }

.navbar.scrolled .nav-links a { color: var(--text-medium); }
.navbar.scrolled .nav-links a:hover { color: var(--primary); }

.nav-cta .btn-primary { padding: .6rem 1.4rem; font-size: .85rem; }

.nav-toggle { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; }
.nav-toggle span { width: 24px; height: 2px; background: var(--white); border-radius: 2px; transition: all var(--transition); }
.navbar.scrolled .nav-toggle span { background: var(--primary); }

/* ---- Hero Section ---- */
.hero {
  min-height: 100vh;
  background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 50%, var(--primary-light) 100%);
  display: flex; align-items: center;
  position: relative;
  overflow: hidden;
  padding: 120px 0 80px;
}

.hero::before {
  content: '';
  position: absolute; inset: 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");
}

.hero-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: .15;
  pointer-events: none;
}
.hero-blob-1 { width: 600px; height: 600px; background: var(--accent); top: -200px; right: -100px; }
.hero-blob-2 { width: 400px; height: 400px; background: #5B8EFF; bottom: -100px; left: -100px; }

.hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: rgba(0,201,177,.15);
  border: 1px solid rgba(0,201,177,.3);
  color: var(--accent);
  font-size: .8rem;
  font-weight: 600;
  padding: .4rem 1rem;
  border-radius: 50px;
  margin-bottom: 1.5rem;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.hero-title {
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 800;
  color: var(--white);
  line-height: 1.15;
  margin-bottom: 1.25rem;
}

.hero-title .accent { color: var(--accent); }

.hero-description {
  font-size: 1.05rem;
  color: rgba(255,255,255,.8);
  margin-bottom: 2rem;
  max-width: 480px;
}

.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 3rem; }

.hero-stats {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

.stat-item { text-align: left; }
.stat-number { font-size: 1.75rem; font-weight: 800; color: var(--white); }
.stat-label  { font-size: .75rem; color: rgba(255,255,255,.6); letter-spacing: .5px; text-transform: uppercase; }

.hero-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.hero-card {
  background: rgba(255,255,255,.1);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: var(--radius-lg);
  padding: 2rem;
  width: 100%;
  max-width: 380px;
  position: relative;
}

.hero-card-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 1.5rem;
}

.service-list { display: flex; flex-direction: column; gap: .75rem; }

.service-item {
  display: flex; align-items: center; gap: 1rem;
  background: rgba(255,255,255,.08);
  border-radius: 10px;
  padding: .85rem 1rem;
  color: var(--white);
  font-size: .9rem;
  font-weight: 500;
  cursor: pointer;
  transition: all var(--transition);
}
.service-item:hover { background: rgba(255,255,255,.15); transform: translateX(4px); }

.service-item-icon {
  width: 36px; height: 36px;
  background: var(--accent);
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
}

.badge-float {
  position: absolute;
  background: var(--white);
  border-radius: var(--radius);
  padding: .75rem 1rem;
  box-shadow: var(--shadow-lg);
  display: flex; align-items: center; gap: .5rem;
  font-size: .8rem;
  font-weight: 600;
  color: var(--text-dark);
  white-space: nowrap;
}

.badge-float.top-right { top: -20px; right: -20px; }
.badge-float.bottom-left { bottom: -20px; left: -20px; }
.badge-float .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--success); flex-shrink: 0; }

/* ---- Features / Why Us ---- */
.features { padding: 100px 0; background: var(--white); }

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
}

.feature-card {
  background: var(--bg-light);
  border-radius: var(--radius-lg);
  padding: 2rem;
  transition: all var(--transition);
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
}

.feature-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--accent), var(--primary));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--transition);
}

.feature-card:hover {
  border-color: var(--accent);
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}

.feature-card:hover::before { transform: scaleX(1); }

.feature-icon {
  width: 60px; height: 60px;
  background: linear-gradient(135deg, var(--accent), var(--primary));
  border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 1.25rem;
}

.feature-title { font-size: 1.1rem; font-weight: 700; color: var(--primary); margin-bottom: .5rem; }
.feature-desc  { font-size: .9rem; color: var(--text-medium); line-height: 1.7; }

/* ---- Services ---- */
.services { padding: 100px 0; background: var(--bg-section); }

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

.service-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 2rem;
  box-shadow: var(--shadow-sm);
  transition: all var(--transition);
  border: 1px solid var(--border);
  cursor: pointer;
}

.service-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-6px);
  border-color: var(--accent);
}

.service-card-icon {
  font-size: 3rem;
  margin-bottom: 1.25rem;
}

.service-card-title { font-size: 1.15rem; font-weight: 700; color: var(--primary); margin-bottom: .5rem; }
.service-card-desc  { font-size: .9rem; color: var(--text-medium); margin-bottom: 1.25rem; line-height: 1.7; }

.service-card-list { display: flex; flex-direction: column; gap: .4rem; margin-bottom: 1.5rem; }
.service-card-list li {
  font-size: .85rem;
  color: var(--text-medium);
  display: flex; align-items: center; gap: .5rem;
}
.service-card-list li::before { content: '✓'; color: var(--accent); font-weight: 700; }

.service-link {
  display: inline-flex; align-items: center; gap: .4rem;
  color: var(--primary);
  font-size: .9rem;
  font-weight: 600;
  transition: gap var(--transition);
}
.service-card:hover .service-link { gap: .75rem; color: var(--accent); }

/* ---- How It Works ---- */
.how-it-works { padding: 100px 0; background: var(--white); }

.steps-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  position: relative;
}

.steps-container::before {
  content: '';
  position: absolute;
  top: 40px; left: 16.6%; right: 16.6%;
  height: 2px;
  background: linear-gradient(90deg, var(--accent), var(--primary));
  z-index: 0;
}

.step-card { text-align: center; position: relative; z-index: 1; }

.step-number {
  width: 80px; height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--primary));
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--white);
  margin: 0 auto 1.5rem;
  box-shadow: 0 8px 25px rgba(0,201,177,.3);
  position: relative;
}

.step-number::before {
  content: '';
  position: absolute; inset: -4px;
  border-radius: 50%;
  border: 2px dashed rgba(0,201,177,.3);
}

.step-title { font-size: 1.1rem; font-weight: 700; color: var(--primary); margin-bottom: .5rem; }
.step-desc  { font-size: .9rem; color: var(--text-medium); line-height: 1.7; }

/* ---- CTA Banner ---- */
.cta-banner {
  padding: 80px 0;
  background: linear-gradient(135deg, var(--primary-dark), var(--primary-light));
  position: relative;
  overflow: hidden;
}

.cta-banner::before {
  content: '';
  position: absolute; inset: 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.04'%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");
}

.cta-inner {
  position: relative;
  text-align: center;
}

.cta-inner h2 { font-size: clamp(1.75rem, 4vw, 2.5rem); font-weight: 800; color: var(--white); margin-bottom: .75rem; }
.cta-inner p  { font-size: 1rem; color: rgba(255,255,255,.75); margin-bottom: 2rem; }
.cta-actions  { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ---- Testimonials ---- */
.testimonials { padding: 100px 0; background: var(--bg-section); }

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

.testimonial-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 2rem;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border);
  transition: all var(--transition);
}

.testimonial-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }

.testimonial-stars { color: #F6C90E; font-size: 1rem; margin-bottom: 1rem; letter-spacing: 2px; }
.testimonial-text  { font-size: .95rem; color: var(--text-medium); line-height: 1.8; margin-bottom: 1.25rem; font-style: italic; }

.testimonial-author { display: flex; align-items: center; gap: .75rem; }
.author-avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--primary));
  display: flex; align-items: center; justify-content: center;
  color: var(--white);
  font-weight: 700;
  font-size: .9rem;
  flex-shrink: 0;
}
.author-name { font-weight: 600; font-size: .9rem; color: var(--text-dark); }
.author-loc  { font-size: .8rem; color: var(--text-light); }

/* ---- Footer ---- */
.footer {
  background: var(--primary-dark);
  color: var(--white);
  padding: 60px 0 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255,255,255,.1);
}

.footer-brand .logo-text strong { color: var(--white); }
.footer-brand .logo-text span   { color: rgba(255,255,255,.5); }
.footer-about {
  font-size: .9rem;
  color: rgba(255,255,255,.6);
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  line-height: 1.7;
}

.footer-socials { display: flex; gap: .75rem; }
.social-btn {
  width: 36px; height: 36px;
  border-radius: 8px;
  background: rgba(255,255,255,.1);
  display: flex; align-items: center; justify-content: center;
  color: var(--white);
  font-size: .9rem;
  transition: all var(--transition);
}
.social-btn:hover { background: var(--accent); transform: translateY(-2px); }

.footer-heading { font-size: 1rem; font-weight: 600; margin-bottom: 1.25rem; }

.footer-links { display: flex; flex-direction: column; gap: .6rem; }
.footer-links a { font-size: .875rem; color: rgba(255,255,255,.6); transition: color var(--transition); }
.footer-links a:hover { color: var(--accent); }

.footer-contact-item {
  display: flex; gap: .75rem; align-items: flex-start;
  font-size: .875rem; color: rgba(255,255,255,.6);
  margin-bottom: .75rem;
}
.footer-contact-item span:first-child { font-size: 1rem; flex-shrink: 0; margin-top: 1px; }

.footer-bottom {
  padding: 1.5rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

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

/* ---- WhatsApp Float ---- */
.whatsapp-float {
  position: fixed;
  bottom: 30px; right: 30px;
  z-index: 999;
  width: 56px; height: 56px;
  background: #25D366;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem;
  color: var(--white);
  box-shadow: 0 4px 20px rgba(37,211,102,.5);
  transition: all var(--transition);
  animation: pulse-green 2.5s infinite;
}
.whatsapp-float:hover { transform: scale(1.1); }

@keyframes pulse-green {
  0%,100% { box-shadow: 0 4px 20px rgba(37,211,102,.5); }
  50%      { box-shadow: 0 4px 40px rgba(37,211,102,.8); }
}

/* ---- Responsive ---- */
@media (max-width: 1024px) {
  .hero-content { grid-template-columns: 1fr; text-align: center; gap: 2rem; }
  .hero-visual   { display: none; }
  .hero-stats    { justify-content: center; }
  .hero-actions  { justify-content: center; }
  .footer-grid   { grid-template-columns: 1fr 1fr; gap: 2rem; }
}

@media (max-width: 768px) {
  .nav-links, .nav-cta { display: none; }
  .nav-toggle { display: flex; }

  .steps-container { grid-template-columns: 1fr; }
  .steps-container::before { display: none; }

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

/* Nav mobile open */
.navbar.nav-open .nav-links {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 70px; left: 0; right: 0;
  background: var(--primary-dark);
  padding: 1.5rem 1.5rem 2rem;
  gap: 1.25rem;
  align-items: flex-start;
  box-shadow: var(--shadow-lg);
}

.navbar.nav-open .nav-cta {
  display: block;
  padding: 0 1.5rem 1.5rem;
  position: fixed;
  top: 270px; left: 0; right: 0;
  background: var(--primary-dark);
}

/* Scroll animation helper */
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .6s ease, transform .6s ease;
}
.fade-up.visible { opacity: 1; transform: none; }

/* ============================================================
   PREMIUM ADDITIONS v3
   ============================================================ */

/* ---- Navbar Logo Image ---- */
.nav-logo-img {
  height: 46px;
  width: auto;
  object-fit: contain;
  display: block;
}

/* ---- Hero Video ---- */
.hero { position: relative; overflow: hidden; }
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: .18; /* video plays subtly behind content when uploaded */
}
.hero-video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(18,40,112,.92) 0%, rgba(27,58,140,.8) 60%, rgba(45,82,181,.6) 100%);
  z-index: 1;
}
.hero > .container { position: relative; z-index: 2; }

/* ---- Hero Model Photo ---- */
.hero-model-img {
  position: relative;
  z-index: 1;
  width: 100%; max-width: 400px;
  margin: 0 auto;
}
.hero-model-img img {
  width: 100%;
  border-radius: 24px;
  box-shadow: 0 30px 80px rgba(0,0,0,.35);
  object-fit: cover;
}

/* ---- Feature Icons (Lucide) ---- */
.feature-icon {
  width: 56px; height: 56px;
  background: linear-gradient(135deg, var(--accent), var(--primary));
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.25rem;
  flex-shrink: 0;
}
.feature-icon [data-lucide] { width: 26px; height: 26px; color: white; stroke-width: 1.8; }

/* ---- Step Numbers (Lucide) ---- */
.step-number {
  width: 64px; height: 64px;
  background: linear-gradient(135deg, var(--accent), var(--primary));
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 1.5rem;
  box-shadow: 0 8px 24px rgba(0,201,177,.3);
}
.step-number [data-lucide] { width: 28px; height: 28px; color: white; stroke-width: 1.8; }

/* ---- Service Card Icons (Lucide) ---- */
.service-card-icon {
  width: 52px; height: 52px;
  background: linear-gradient(135deg, rgba(0,201,177,.12), rgba(27,58,140,.1));
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.25rem;
}
.service-card-icon [data-lucide] { width: 26px; height: 26px; color: var(--primary); stroke-width: 1.8; }

/* ---- Team Strip ---- */
.team-strip {
  padding: 80px 0;
  background: linear-gradient(135deg, var(--primary-dark), var(--primary));
  overflow: hidden;
}
.team-strip-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.team-strip-text h3 {
  font-size: clamp(1.5rem, 3.5vw, 2.2rem);
  font-weight: 800;
  color: var(--white);
  margin-bottom: .75rem;
}
.team-strip-text p {
  color: rgba(255,255,255,.75);
  font-size: .95rem;
  line-height: 1.7;
}
.team-photos {
  display: flex;
  align-items: flex-end;
  gap: 1rem;
}
.team-photo {
  flex: 1;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0,0,0,.3);
  max-height: 240px;
}
.team-photo-lg { flex: 1.3; max-height: 300px; transform: translateY(-20px); }
.team-photo img { width: 100%; height: 100%; object-fit: cover; object-position: top; }

/* ---- Reviews Carousel ---- */
.testimonials { padding: 100px 0 60px; background: var(--bg-section); overflow: hidden; }

.reviews-overall {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  margin-top: 1rem;
  font-size: .9rem;
  color: var(--text-medium);
}
.reviews-stars { color: #F6AD55; font-size: 1.1rem; letter-spacing: 2px; }

.reviews-row {
  overflow: hidden;
  padding: .5rem 0;
  cursor: pointer;
}
.reviews-track {
  display: flex;
  gap: 1.1rem;
  width: max-content;
}
.reviews-row-1 .reviews-track { animation: scroll-left 40s linear infinite; }
.reviews-row-2 .reviews-track { animation: scroll-right 38s linear infinite; }
.reviews-row:hover .reviews-track { animation-play-state: paused; }

@keyframes scroll-left  { from { transform: translateX(0); }      to { transform: translateX(-50%); } }
@keyframes scroll-right { from { transform: translateX(-50%); }   to { transform: translateX(0); } }

.review-card {
  width: 290px;
  flex-shrink: 0;
  background: var(--white);
  border-radius: 14px;
  padding: 1.25rem 1.35rem;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border);
  transition: box-shadow .2s ease, border-color .2s ease;
}
.review-card:hover { box-shadow: var(--shadow-md); border-color: var(--accent); }
.review-card-stars { color: #F6AD55; font-size: 1rem; letter-spacing: 1px; margin-bottom: .55rem; }
.review-card-text {
  font-size: .82rem;
  color: var(--text-medium);
  line-height: 1.65;
  margin-bottom: .9rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.review-card-author { display: flex; align-items: center; gap: .6rem; }
.review-avatar {
  width: 34px; height: 34px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: .72rem; font-weight: 700; color: #fff;
  flex-shrink: 0;
}
.review-author-name  { font-size: .82rem; font-weight: 600; color: var(--text-dark); }
.review-author-loc   { font-size: .72rem; color: var(--text-light); margin-top: .05rem; }

/* ---- Review Modal ---- */
.review-modal-overlay {
  position: fixed; inset: 0;
  background: rgba(0,0,0,.6);
  z-index: 9000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  backdrop-filter: blur(4px);
}
.review-modal-overlay.open { display: flex; }

.review-modal {
  background: var(--white);
  border-radius: 20px;
  padding: 2.5rem 2rem;
  width: 100%; max-width: 480px;
  position: relative;
  box-shadow: 0 30px 80px rgba(0,0,0,.3);
  max-height: 90vh;
  overflow-y: auto;
}
.review-modal-close {
  position: absolute; top: 1rem; right: 1rem;
  width: 34px; height: 34px;
  border-radius: 50%;
  background: var(--bg-light);
  border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  color: var(--text-medium);
  transition: background .2s ease;
}
.review-modal-close:hover { background: var(--border); }
.review-modal-logo { text-align: center; margin-bottom: 1.25rem; }
.review-modal-logo img { height: 60px; width: auto; object-fit: contain; }
.review-modal-title { font-size: 1.3rem; font-weight: 700; color: var(--primary); text-align: center; margin-bottom: .3rem; }
.review-modal-sub   { font-size: .84rem; color: var(--text-light); text-align: center; margin-bottom: 1.5rem; }

.review-form-group { margin-bottom: 1.1rem; }
.review-form-group label { display: block; font-size: .84rem; font-weight: 600; color: var(--text-dark); margin-bottom: .4rem; }
.review-input {
  width: 100%;
  padding: .7rem .9rem;
  border: 1.5px solid var(--border);
  border-radius: 10px;
  font-family: 'Poppins', sans-serif;
  font-size: .9rem;
  color: var(--text-dark);
  background: var(--white);
  transition: border-color .2s ease;
  outline: none;
}
.review-input:focus { border-color: var(--accent); }
.review-textarea { resize: vertical; min-height: 100px; }

.star-rating { display: flex; gap: .35rem; cursor: pointer; }
.star {
  font-size: 2rem;
  color: #E2E8F0;
  transition: color .15s ease, transform .15s ease;
  line-height: 1;
}
.star.filled               { color: #F6AD55; transform: scale(1.15); }
.star:hover                { color: #F6AD55; transform: scale(1.15); }
.star.filled ~ .star:not(.filled) { color: #E2E8F0; transform: none; }

.review-success {
  display: flex; align-items: center; gap: .6rem;
  background: #F0FFF4; border: 1px solid #68D391;
  border-radius: 10px; padding: .85rem 1rem;
  font-size: .88rem; color: #276749;
  font-weight: 600; margin-bottom: 1rem;
}
.review-submit-btn {
  width: 100%;
  padding: .85rem;
  background: var(--primary);
  color: white;
  border: none;
  border-radius: 12px;
  font-family: 'Poppins', sans-serif;
  font-size: .95rem;
  font-weight: 700;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center; gap: .5rem;
  transition: background .2s ease, transform .2s ease;
}
.review-submit-btn:hover { background: var(--primary-light); transform: translateY(-1px); }
.review-submit-btn:disabled { opacity: .6; cursor: not-allowed; transform: none; }

/* ---- Footer Logo ---- */
.footer-logo-link { display: inline-block; margin-bottom: 1rem; }
.footer-logo-img {
  height: 50px;
  width: auto;
  object-fit: contain;
  border-radius: 8px;
}
.footer-contact-item [data-lucide] { flex-shrink: 0; color: var(--accent); }

/* ---- WhatsApp Float (Premium) ---- */
.whatsapp-float {
  position: fixed;
  bottom: 28px; right: 28px;
  width: 58px; height: 58px;
  background: #25D366;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 24px rgba(37,211,102,.45);
  z-index: 8000;
  transition: transform .3s ease, box-shadow .3s ease;
  animation: wa-bounce 3s ease-in-out infinite;
}
.whatsapp-float:hover {
  transform: scale(1.12);
  box-shadow: 0 10px 36px rgba(37,211,102,.6);
  animation: none;
}
@keyframes wa-bounce {
  0%,100% { transform: translateY(0); }
  50%      { transform: translateY(-6px); }
}

/* ---- Responsive: Team Strip ---- */
@media (max-width: 768px) {
  .team-strip-inner { grid-template-columns: 1fr; gap: 2rem; }
  .team-photos { max-height: 200px; }
  .team-photo-lg { transform: none; }
  .hero-model-img { display: none; }
  .review-card { width: 260px; }
}
