/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'Inter', sans-serif;
  color: #1a1a2e;
  background: #fff;
  line-height: 1.6;
  overflow-x: hidden;
}
a { text-decoration: none; color: inherit; transition: color .25s; }
img { max-width: 100%; display: block; }
ul { list-style: none; }

/* ===== VARIABLES ===== */
:root {
  --teal: #00b4d8;
  --teal-dark: #0096c7;
  --navy: #0d1b2a;
  --navy-mid: #1b2d42;
  --light: #f0f8ff;
  --grey: #6b7280;
  --white: #ffffff;
  --radius: 16px;
  --shadow: 0 8px 40px rgba(0,0,0,.1);
  --shadow-card: 0 4px 24px rgba(0,0,0,.08);
}

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

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 14px 32px; border-radius: 50px; font-size: .95rem;
  font-weight: 600; cursor: pointer; border: none; transition: all .3s;
  letter-spacing: .02em; white-space: nowrap;
}
.btn-primary {
  background: linear-gradient(135deg, var(--teal), var(--teal-dark));
  color: #fff; box-shadow: 0 6px 24px rgba(0,180,216,.35);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 32px rgba(0,180,216,.45); }
.btn-outline {
  background: transparent; color: #fff;
  border: 2px solid rgba(255,255,255,.6);
}
.btn-outline:hover { background: rgba(255,255,255,.1); border-color: #fff; }
.btn-nav {
  background: linear-gradient(135deg, var(--teal), var(--teal-dark));
  color: #fff; padding: 10px 24px; font-size: .875rem;
}
.btn-full { width: 100%; }

/* ===== SECTION TAGS & HEADERS ===== */
.section-tag {
  display: inline-block; background: rgba(0,180,216,.12); color: var(--teal-dark);
  font-size: .8rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  padding: 6px 16px; border-radius: 50px; margin-bottom: 16px;
}
.section-tag--light { background: rgba(255,255,255,.15); color: rgba(255,255,255,.9); }
.section-header { text-align: center; margin-bottom: 60px; }
.section-header h2 { font-size: 2.4rem; font-weight: 800; color: var(--navy); line-height: 1.2; margin-bottom: 16px; }
.section-header p { font-size: 1.05rem; color: var(--grey); max-width: 560px; margin: 0 auto; }
.section-header--light h2 { color: #fff; }
.section-header--light p { color: rgba(255,255,255,.8); }

/* ===== NAVBAR ===== */
.navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  padding: 16px 0; transition: all .4s;
  background: transparent;
}
.navbar.scrolled {
  background: rgba(13,27,42,.96); backdrop-filter: blur(12px);
  padding: 10px 0; box-shadow: 0 4px 30px rgba(0,0,0,.2);
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
}
.logo { display: flex; align-items: center; gap: 12px; }
.logo img { height: 48px; width: auto; border-radius: 8px; }
.logo-text { font-size: 1.2rem; font-weight: 800; color: #fff; line-height: 1.2; }
.logo-text em { display: block; font-style: normal; font-size: .7rem; font-weight: 500;
  color: var(--teal); letter-spacing: .1em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 32px; }
.nav-links a { color: rgba(255,255,255,.85); font-size: .9rem; font-weight: 500; }
.nav-links a:hover { color: var(--teal); }
.burger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.burger span { display: block; width: 26px; height: 2px; background: #fff; border-radius: 2px; transition: all .3s; }

/* ===== HERO SLIDESHOW ===== */
.hero-slider {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 640px;
  overflow: hidden;
  background: #0d1b2a;
}

/* --- Slides wrapper --- */
.slides-wrapper { position: absolute; inset: 0; }

.slide {
  position: absolute; inset: 0;
  opacity: 0;
  transition: opacity 1s ease;
  display: flex; align-items: center;
}
.slide.active { opacity: 1; z-index: 2; }
.slide.prev { opacity: 0; z-index: 1; }

/* --- Slide backgrounds (CSS gradient scenes — no external images needed) --- */
.slide-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  transform: scale(1.08);
  transition: transform 6s ease;
  will-change: transform;
}
.slide.active .slide-bg { transform: scale(1); }

/* Slide 1 – Domestic: cleaner wiping kitchen surface */
.slide-bg--1 {
  background-image: url('https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=1600&q=80&fit=crop');
  background-size: cover; background-position: center;
}
/* Slide 2 – Deep clean: professional deep cleaning bathroom */
.slide-bg--2 {
  background-image: url('https://images.unsplash.com/photo-1581578731548-c64695cc6952?w=1600&q=80&fit=crop');
  background-size: cover; background-position: center;
}
/* Slide 3 – Commercial: modern clean London office */
.slide-bg--3 {
  background-image: url('https://images.unsplash.com/photo-1497366216548-37526070297c?w=1600&q=80&fit=crop');
  background-size: cover; background-position: center top;
}
/* Slide 4 – End of tenancy: empty clean bright apartment */
.slide-bg--4 {
  background-image: url('https://images.unsplash.com/photo-1556909114-f6e7ad7d3136?w=1600&q=80&fit=crop');
  background-size: cover; background-position: center;
}
/* Slide 5 – Specialist: pressure washing / exterior London street */
.slide-bg--5 {
  background-image: url('https://images.unsplash.com/photo-1527515637462-cff94eecc1ac?w=1600&q=80&fit=crop');
  background-size: cover; background-position: center;
}

/* --- Geometric overlay pattern --- */
.slide-overlay {
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(
      135deg,
      rgba(5, 15, 30, 0.82) 0%,
      rgba(0, 30, 60, 0.75) 50%,
      rgba(0, 10, 30, 0.70) 100%
    );
}

/* --- Slide content --- */
.slide-content {
  position: relative; z-index: 3;
  padding-top: 100px; padding-bottom: 160px;
  width: 100%;
}
.slide-layout {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 60px;
  align-items: center;
}
.slide-text { display: flex; flex-direction: column; }

/* --- Slide tag pill --- */
.slide-tag {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(0,180,216,.18); border: 1px solid rgba(0,180,216,.4);
  color: #48cae4; padding: 8px 20px; border-radius: 50px;
  font-size: .85rem; font-weight: 700; letter-spacing: .06em;
  margin-bottom: 24px; width: fit-content;
  opacity: 0; transform: translateY(20px);
  transition: opacity .6s ease .2s, transform .6s ease .2s;
}
.slide.active .slide-tag { opacity: 1; transform: translateY(0); }

/* --- Slide headline --- */
.slide-text h1 {
  font-size: clamp(2.6rem, 5.5vw, 4.6rem);
  font-weight: 900; color: #fff; line-height: 1.1;
  margin-bottom: 20px;
  opacity: 0; transform: translateY(28px);
  transition: opacity .7s ease .35s, transform .7s ease .35s;
}
.slide.active .slide-text h1 { opacity: 1; transform: translateY(0); }

/* --- Slide paragraph --- */
.slide-text p {
  font-size: 1.1rem; color: rgba(255,255,255,.78);
  max-width: 520px; line-height: 1.7; margin-bottom: 36px;
  opacity: 0; transform: translateY(24px);
  transition: opacity .7s ease .5s, transform .7s ease .5s;
}
.slide.active .slide-text p { opacity: 1; transform: translateY(0); }

/* --- Slide actions --- */
.slide-actions {
  display: flex; gap: 16px; flex-wrap: wrap;
  opacity: 0; transform: translateY(20px);
  transition: opacity .6s ease .65s, transform .6s ease .65s;
}
.slide.active .slide-actions { opacity: 1; transform: translateY(0); }

/* --- Slide logo --- */
.slide-logo-wrap {
  display: flex; justify-content: center; align-items: center;
  opacity: 0; transform: scale(.9) translateX(30px);
  transition: opacity .8s ease .3s, transform .8s ease .3s;
}
.slide.active .slide-logo-wrap { opacity: 1; transform: scale(1) translateX(0); }
.slide-logo {
  width: 360px; height: 360px; object-fit: contain;
  filter: drop-shadow(0 20px 60px rgba(0,180,216,.4));
  animation: floatLogo 4s ease-in-out infinite;
}

/* --- Stats bar at bottom of slider --- */
.slider-stats {
  position: absolute; bottom: 0; left: 0; right: 0; z-index: 10;
  background: rgba(0,0,0,.45); backdrop-filter: blur(14px);
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 18px 0;
}
.slider-stats-inner {
  display: flex; align-items: center; justify-content: center;
  gap: 40px; flex-wrap: wrap;
}
.s-stat { text-align: center; }
.s-stat strong { display: block; font-size: 1.6rem; font-weight: 900; color: #fff; line-height: 1; }
.s-stat span { font-size: .78rem; color: rgba(255,255,255,.55); text-transform: uppercase; letter-spacing: .08em; }
.s-divider { width: 1px; height: 36px; background: rgba(255,255,255,.15); }

/* --- Arrow buttons --- */
.slider-arrow {
  position: absolute; top: 50%; z-index: 10;
  transform: translateY(-60%);
  width: 56px; height: 56px; border-radius: 50%;
  background: rgba(255,255,255,.1); backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.2); color: #fff; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: all .3s;
}
.slider-arrow svg { width: 22px; height: 22px; }
.slider-arrow:hover { background: var(--teal); border-color: var(--teal); transform: translateY(-60%) scale(1.1); }
.slider-arrow--prev { left: 28px; }
.slider-arrow--next { right: 28px; }

/* --- Dot indicators --- */
.slider-dots {
  position: absolute; bottom: 90px; left: 50%; transform: translateX(-50%);
  z-index: 10; display: flex; gap: 10px; align-items: center;
}
.dot {
  width: 10px; height: 10px; border-radius: 50%;
  background: rgba(255,255,255,.35); border: none; cursor: pointer;
  transition: all .35s; padding: 0;
}
.dot.active {
  width: 32px; border-radius: 5px;
  background: linear-gradient(90deg, var(--teal), #48cae4);
}

/* --- Progress bar --- */
.slider-progress {
  position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: rgba(255,255,255,.1); z-index: 10;
}
.slider-progress-bar {
  height: 100%;
  background: linear-gradient(90deg, var(--teal), #48cae4);
  width: 0%; transition: width linear;
}

/* --- Scroll hint --- */
.hero-scroll-hint {
  position: absolute; bottom: 112px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 6px; z-index: 10;
  color: rgba(255,255,255,.4); font-size: .72rem; letter-spacing: .08em;
  text-transform: uppercase;
}
.scroll-arrow {
  width: 18px; height: 18px;
  border-right: 2px solid rgba(255,255,255,.35);
  border-bottom: 2px solid rgba(255,255,255,.35);
  transform: rotate(45deg);
  animation: bounce 1.6s ease-in-out infinite;
}
@keyframes bounce { 0%,100% { transform: rotate(45deg) translateY(0); } 50% { transform: rotate(45deg) translateY(7px); } }
@keyframes floatLogo { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }

/* --- Responsive slider --- */
@media (max-width: 1024px) {
  .slide-layout { grid-template-columns: 1fr 300px; gap: 40px; }
  .slide-logo { width: 280px; height: 280px; animation: none; }
}
@media (max-width: 768px) {
  .slide-layout { grid-template-columns: 1fr; gap: 24px; text-align: center; }
  .slide-logo-wrap { display: none !important; visibility: hidden !important; opacity: 0 !important; width: 0 !important; height: 0 !important; overflow: hidden !important; }
  .slide-logo { display: none !important; }
  .slide-tag { margin: 0 auto 20px; }
  .slide-text p { margin-left: auto; margin-right: auto; }
  .slide-actions { justify-content: center; }
  .slider-arrow { display: none; }
  .slider-stats-inner { gap: 20px; }
  .s-divider { display: none; }
}

/* ===== GRADIENT TEXT (shared) ===== */
.gradient-text {
  background: linear-gradient(135deg, var(--teal), #48cae4);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}

/* ===== TRUST BAR ===== */
.trust-bar {
  background: linear-gradient(135deg, var(--teal), var(--teal-dark));
  padding: 20px 0;
}
.trust-inner {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 24px 40px;
}
.trust-item {
  color: #fff; font-weight: 600; font-size: .9rem;
}

/* ===== SERVICES ===== */
.services { padding: 100px 0; background: #f7fbff; }
.services-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 24px;
}
.service-card {
  background: #fff; border-radius: var(--radius); padding: 32px 28px;
  box-shadow: var(--shadow-card); transition: all .35s; border: 1px solid #e8f4fd;
  opacity: 0; transform: translateY(24px);
}
.service-card.visible { opacity: 1; transform: translateY(0); }
.service-card:hover {
  transform: translateY(-6px); box-shadow: 0 16px 48px rgba(0,180,216,.15);
  border-color: var(--teal);
}
.service-icon {
  font-size: 2.4rem; margin-bottom: 16px; display: block;
  filter: drop-shadow(0 4px 8px rgba(0,180,216,.2));
}
.service-card h3 { font-size: 1.1rem; font-weight: 700; color: var(--navy); margin-bottom: 10px; }
.service-card p { font-size: .9rem; color: var(--grey); line-height: 1.65; }

/* ===== WHY CHOOSE US ===== */
.why-us { padding: 100px 0; background: #fff; }
.why-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.why-left h2 { font-size: 2.2rem; font-weight: 800; color: var(--navy); margin-bottom: 20px; line-height: 1.25; }
.why-intro { font-size: 1rem; color: var(--grey); margin-bottom: 32px; line-height: 1.7; }
.why-list { display: flex; flex-direction: column; gap: 14px; margin-bottom: 40px; }
.why-list li { display: flex; align-items: center; gap: 12px; font-size: .95rem; color: var(--navy-mid); font-weight: 500; }
.check { background: linear-gradient(135deg, var(--teal), var(--teal-dark)); color: #fff;
  width: 28px; height: 28px; border-radius: 50%; display: inline-flex;
  align-items: center; justify-content: center; font-size: .75rem; flex-shrink: 0; }
.why-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.why-card {
  border-radius: var(--radius); padding: 36px 24px; text-align: center;
  box-shadow: var(--shadow-card);
}
.why-card--teal { background: linear-gradient(135deg, var(--teal), var(--teal-dark)); color: #fff; }
.why-card--dark { background: var(--navy); color: #fff; }
.why-card-num { font-size: 2.4rem; font-weight: 900; margin-bottom: 8px; }
.why-card-label { font-size: .85rem; opacity: .85; font-weight: 500; }

/* ===== ABOUT ===== */
.about { padding: 100px 0; background: var(--light); }
.about-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about-image { position: relative; display: flex; justify-content: center; align-items: center; }
.about-logo-img {
  max-width: 300px; width: 300px; height: 300px;
  object-fit: contain; border-radius: 50%;
  background: var(--navy);
  box-shadow: 0 20px 60px rgba(0,180,216,.25), 0 0 0 8px rgba(0,180,216,.12);
  padding: 8px;
}
.about-badge {
  position: absolute; bottom: -16px; right: 0;
  background: linear-gradient(135deg, var(--teal), var(--teal-dark));
  color: #fff; padding: 12px 24px; border-radius: 50px;
  font-weight: 700; font-size: .875rem; box-shadow: 0 8px 24px rgba(0,180,216,.4);
}
.about-text h2 { font-size: 2.2rem; font-weight: 800; color: var(--navy); margin-bottom: 20px; }
.about-text p { font-size: .95rem; color: var(--grey); line-height: 1.75; margin-bottom: 16px; }
.about-highlights { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 32px; }
.highlight {
  background: #fff; border-radius: 12px; padding: 20px 16px; text-align: center;
  box-shadow: var(--shadow-card);
}
.highlight strong { display: block; font-size: .95rem; color: var(--navy); font-weight: 700; margin-bottom: 4px; }
.highlight span { font-size: .8rem; color: var(--grey); }

/* ===== TESTIMONIALS ===== */
.testimonials { padding: 100px 0; background: #fff; }
.testimonials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px,1fr)); gap: 28px; }
.testimonial-card {
  background: var(--light); border-radius: var(--radius); padding: 36px 32px;
  border-left: 4px solid var(--teal); box-shadow: var(--shadow-card);
}
.stars { font-size: 1.3rem; color: #fbbf24; margin-bottom: 16px; }
.testimonial-card p { font-size: .95rem; color: var(--navy-mid); line-height: 1.7; margin-bottom: 20px; font-style: italic; }
.reviewer strong { font-size: .95rem; color: var(--navy); font-weight: 700; }
.reviewer span { display: block; font-size: .8rem; color: var(--grey); margin-top: 2px; }

/* ===== CONTACT ===== */
.contact {
  padding: 100px 0;
  background: linear-gradient(135deg, var(--navy) 0%, #0a3d62 100%);
}
.contact-inner { display: grid; grid-template-columns: 1fr 400px; gap: 60px; align-items: start; }
.contact-form {
  background: rgba(255,255,255,.05); backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius);
  padding: 48px 40px;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-group { display: flex; flex-direction: column; gap: 8px; margin-bottom: 20px; }
.form-group label { font-size: .875rem; font-weight: 600; color: rgba(255,255,255,.85); }
.form-group input, .form-group select, .form-group textarea {
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15);
  border-radius: 10px; padding: 14px 16px; color: #fff; font-size: .9rem;
  font-family: inherit; outline: none; transition: border-color .25s;
}
.form-group input::placeholder, .form-group textarea::placeholder { color: rgba(255,255,255,.4); }
.form-group select option { background: var(--navy); color: #fff; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  border-color: var(--teal); background: rgba(255,255,255,.12);
}
.form-success {
  display: none; background: rgba(0,180,216,.15); border: 1px solid rgba(0,180,216,.3);
  color: var(--teal); padding: 16px; border-radius: 10px; margin-top: 16px;
  text-align: center; font-weight: 600;
}
.contact-info { display: flex; flex-direction: column; gap: 24px; padding-top: 12px; }
.contact-detail {
  display: flex; align-items: flex-start; gap: 16px;
  background: rgba(255,255,255,.05); border-radius: 12px; padding: 20px;
  border: 1px solid rgba(255,255,255,.08);
}
.contact-icon { font-size: 1.5rem; flex-shrink: 0; }
.contact-detail strong { display: block; font-size: .875rem; color: rgba(255,255,255,.6); font-weight: 500; margin-bottom: 4px; }
.contact-detail a, .contact-detail span { font-size: 1rem; color: #fff; font-weight: 600; }
.contact-detail a:hover { color: var(--teal); }
.contact-cta {
  background: rgba(0,180,216,.1); border: 1px solid rgba(0,180,216,.2);
  border-radius: 12px; padding: 28px; text-align: center;
}
.contact-cta p { color: rgba(255,255,255,.8); margin-bottom: 16px; font-size: 1rem; }

/* ===== FOOTER ===== */
.footer { background: #070f1a; padding: 80px 0 0; }
.footer-inner {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px;
  padding-bottom: 60px; border-bottom: 1px solid rgba(255,255,255,.07);
}
.footer-brand img { height: 64px; width: 64px; border-radius: 50%; object-fit: contain; background: var(--navy-mid); padding: 4px; margin-bottom: 16px; }
.footer-brand p { font-size: .875rem; color: rgba(255,255,255,.5); line-height: 1.7; max-width: 260px; }
.footer h4 { font-size: .9rem; font-weight: 700; color: #fff; margin-bottom: 20px; letter-spacing: .04em; text-transform: uppercase; }
.footer-links, .footer-services, .footer-contact {
  display: flex; flex-direction: column; gap: 10px;
}
.footer-links a { font-size: .875rem; color: rgba(255,255,255,.55); }
.footer-links a:hover { color: var(--teal); }
.footer-services span { font-size: .875rem; color: rgba(255,255,255,.55); }
.footer-contact a, .footer-contact span { font-size: .875rem; color: rgba(255,255,255,.55); }
.footer-contact a:hover { color: var(--teal); }
.footer-bottom { padding: 24px 0; }
.footer-bottom-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.footer-bottom p { font-size: .8rem; color: rgba(255,255,255,.3); }
.admin-link { font-size: .75rem; color: rgba(255,255,255,.2); text-decoration: none; padding: 6px 14px; border: 1px solid rgba(255,255,255,.1); border-radius: 50px; transition: all .3s; }
.admin-link:hover { color: var(--teal); border-color: var(--teal); background: rgba(0,180,216,.08); }

/* ===== FLOATING CTA ===== */
.floating-cta {
  position: fixed; bottom: 28px; right: 28px; width: 60px; height: 60px;
  background: linear-gradient(135deg, var(--teal), var(--teal-dark));
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; box-shadow: 0 8px 32px rgba(0,180,216,.5);
  z-index: 999; transition: transform .3s;
}
.floating-cta:hover { transform: scale(1.1); }

/* ===== ANIMATIONS ===== */
@keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .why-inner, .about-inner { grid-template-columns: 1fr; gap: 48px; }
  .contact-inner { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 40px; }
  .hero-layout { grid-template-columns: 1fr 320px; gap: 40px; }
  .hero-logo-img { width: 300px; height: 300px; }
}
@media (max-width: 768px) {
  .nav-links {
    display: none; position: fixed; inset: 0; background: rgba(13,27,42,.98);
    flex-direction: column; justify-content: center; align-items: center;
    gap: 32px; font-size: 1.2rem;
  }
  .nav-links.open { display: flex; }
  .burger { display: flex; z-index: 1100; }
  .hero-layout { grid-template-columns: 1fr; gap: 40px; text-align: center; }
  .hero-logo-wrap { order: -1; }
  .hero-logo-img { width: 220px; height: 220px; }
  .hero-actions { justify-content: center; }
  .hero-stats { justify-content: center; }
  .hero-content h1 { font-size: 2.6rem; }
  .hero-stats { gap: 20px; }
  .section-header h2 { font-size: 1.9rem; }
  .form-row { grid-template-columns: 1fr; }
  .about-highlights { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  .contact-form { padding: 32px 24px; }
}
@media (max-width: 480px) {
  .hero-actions { flex-direction: column; }
  .hero-content { padding: 120px 0 60px; }
  .why-cards { grid-template-columns: 1fr; }
}

/* === STOP GIF ANIMATION ON MOBILE === */
@media (max-width: 768px) {
  .logo img,
  .about-logo-img,
  .footer-brand img {
    animation: none !important;
    /* Pause animated GIFs on mobile */
    -webkit-animation: none !important;
  }
  /* Hide logo completely in slideshow on mobile */
  .slide-logo-wrap { display: none !important; }
}

/* === FORCE HIDE SLIDESHOW LOGO ON MOBILE === */
@media (max-width: 768px) {
  .slide-logo-wrap,
  .slide.active .slide-logo-wrap,
  .slide-logo {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
  }
}

@media (max-width: 768px) {
  .slide-layout {
    grid-template-columns: 1fr !important;
  }
}
