:root{
  --bg:#030609; --panel:#0a0d12; --panel2:#10141b; --text:#f5f7fb; --muted:#a7b0bd;
  --blue:#1597ff; --blue2:#00d9ff; --line:rgba(255,255,255,.12); --shadow:0 0 35px rgba(21,151,255,.22);
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;font-family:Inter,system-ui,Arial,sans-serif;background:radial-gradient(circle at 55% 12%,rgba(21,151,255,.18),transparent 28%),linear-gradient(180deg,#05080c 0%,#020304 100%);color:var(--text)}
a{color:inherit;text-decoration:none}.site-header{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:14px 5%;background:rgba(3,6,9,.78);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.brand img{width:82px;height:82px;object-fit:contain;filter:drop-shadow(0 0 16px rgba(0,217,255,.35))}.nav{display:flex;gap:34px}.nav a{font-weight:600;color:#d8dde5}.nav a:hover{color:var(--blue)}.nav-cta,.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:10px;padding:14px 24px;font-weight:800;border:1px solid rgba(21,151,255,.55);transition:.2s}.nav-cta,.btn.ghost{background:rgba(255,255,255,.04)}.btn.primary{background:linear-gradient(135deg,var(--blue),#1269e8);box-shadow:var(--shadow)}.btn:hover,.social-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.section-pad{padding:70px 5%}.compact{margin:0 5%;border:1px solid var(--line);border-radius:18px;background:linear-gradient(135deg,rgba(255,255,255,.06),rgba(255,255,255,.02));box-shadow:0 0 40px rgba(0,0,0,.35)}
.hero{position:relative;min-height:760px;display:grid;grid-template-columns:1fr 330px;align-items:center;overflow:hidden}.hero-bg-logo{position:absolute;inset:0;display:flex;justify-content:center;align-items:center;pointer-events:none}.hero-bg-logo img{width:min(690px,62vw);opacity:.50;filter:drop-shadow(0 0 35px rgba(0,217,255,.35))}.hero-content{position:relative;z-index:2;max-width:560px}.eyebrow{color:var(--blue);text-transform:uppercase;letter-spacing:.04em;font-weight:900}.hero h1{font-size:clamp(48px,7vw,86px);line-height:.95;margin:10px 0 24px;text-transform:uppercase;letter-spacing:-.05em}.hero h1 span{display:block;color:var(--blue);font-style:italic;text-transform:none;font-size:.75em;letter-spacing:-.03em;text-shadow:0 0 22px rgba(21,151,255,.55)}.hero-copy{font-size:18px;line-height:1.7;color:#cdd3dd;max-width:500px}.hero-actions{display:flex;gap:16px;flex-wrap:wrap;margin:30px 0}.service-area{margin-top:36px;color:#dfe6ef}.service-area p{color:var(--muted);line-height:1.55}.social-stack{position:relative;z-index:3;display:grid;gap:18px}.social-card{display:grid;grid-template-columns:auto 1fr auto;gap:16px;align-items:center;min-width:300px;padding:20px;border:1px solid var(--line);border-radius:14px;background:linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.03));box-shadow:0 0 20px rgba(21,151,255,.12);transition:.2s}.social-icon{font-size:32px}.social-card small{display:block;color:var(--muted);margin-top:4px}.social-card b{font-size:28px;color:var(--blue)}
.about-card{display:grid;grid-template-columns:1fr 2.2fr;gap:34px;padding:36px}.about-text h2,.section-title h2,.pricing h2{font-size:34px;margin:8px 0}.about-text p,.section-title p,.pricing p{color:var(--muted);line-height:1.65}.value-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.value-grid div{padding:22px;text-align:center;border-left:1px solid var(--line)}.value-grid span{font-size:38px}.value-grid h3{color:var(--blue);font-size:14px;text-transform:uppercase}.section-title{text-align:center;max-width:720px;margin:0 auto 34px}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.service-card,.price-card,.work-card,.gallery-card{border:1px solid var(--line);border-radius:16px;background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025));padding:24px;box-shadow:0 20px 40px rgba(0,0,0,.25)}.service-card h3,.price-card h3{margin-top:0}.service-card strong,.price-card strong{font-size:26px;color:var(--blue2)}.service-card p,.price-card p,.gallery-card p{color:var(--muted);line-height:1.6}.work-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.split-photo{height:170px;border-radius:12px;background:linear-gradient(90deg,#1a1f26 0 49%,#6e7782 50%,#11161c 51%);display:flex;align-items:end;justify-content:space-between;padding:16px;text-transform:uppercase;font-size:13px;font-weight:900}.work-card{padding:0;overflow:hidden}.work-card h3{padding:0 18px 18px}.centered{margin:24px auto 0;width:max-content}.pricing{display:grid;grid-template-columns:1.5fr 1fr;gap:36px;padding:34px}.pricing-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.price-card{text-align:center;padding:20px}.price-cta{padding:28px;border-radius:16px;background:radial-gradient(circle at 80% 40%,rgba(21,151,255,.18),transparent 40%),rgba(0,0,0,.2)}.price-cta .btn{width:100%;margin-top:12px}footer{display:flex;justify-content:space-between;gap:20px;padding:28px 5%;color:#8f99a8;border-top:1px solid var(--line)}
.gallery-page{max-width:1180px;margin:0 auto}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.photo-placeholder{height:240px;border-radius:14px;background:linear-gradient(135deg,#20252c,#101419);display:grid;place-items:center;font-size:42px;border:1px dashed rgba(255,255,255,.18)}.gallery-card{padding:18px}.gallery-socials{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:30px}
@media(max-width:1000px){.nav{display:none}.hero{grid-template-columns:1fr;gap:40px}.hero-bg-logo img{width:92vw;opacity:.28}.about-card,.pricing{grid-template-columns:1fr}.value-grid,.services-grid,.work-grid,.pricing-grid,.gallery-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.site-header{padding:10px 4%}.brand img{width:64px;height:64px}.nav-cta{padding:10px 12px}.section-pad{padding:48px 4%}.hero{min-height:auto}.hero h1{font-size:46px}.hero-actions,.gallery-socials{display:grid}.social-card{min-width:0}.value-grid,.services-grid,.work-grid,.pricing-grid,.gallery-grid{grid-template-columns:1fr}footer{display:block}.compact{margin:0 4%}}

/* Before/after compare slider */
.compare-slider {
  --position: 50%;
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  min-height: 280px;
  background: #0b0b0d;
  border: 1px solid rgba(43, 151, 255, 0.35);
  box-shadow: 0 0 32px rgba(43, 151, 255, 0.22);
}
.compare-slider.small {
  min-height: 190px;
  border-radius: 16px 16px 0 0;
  border: 0;
  box-shadow: none;
}
.compare-slider img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.compare-slider .before-img {
  clip-path: inset(0 calc(100% - var(--position)) 0 0);
  z-index: 2;
}
.compare-slider .after-img { z-index: 1; }
.compare-slider input[type="range"] {
  position: absolute;
  inset: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: ew-resize;
}
.slider-line {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: var(--position);
  width: 3px;
  background: rgba(255,255,255,0.9);
  transform: translateX(-50%);
}
.slider-button {
  position: absolute;
  z-index: 4;
  left: var(--position);
  top: 50%;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: #fff;
  color: #05070a;
  font-weight: 900;
  box-shadow: 0 0 22px rgba(0,0,0,0.45);
}
.before-label,
.after-label {
  position: absolute;
  z-index: 4;
  bottom: 14px;
  padding: 8px 12px;
  border-radius: 10px;
  background: rgba(0,0,0,0.66);
  text-transform: uppercase;
  font-weight: 900;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
}
.before-label { left: 14px; }
.after-label { right: 14px; }
.highlight-card { border-color: rgba(43,151,255,0.8); box-shadow: 0 0 24px rgba(43,151,255,0.25); }
.wide-card { grid-column: span 2; }
.pricing-label { margin: 22px 0 12px; color: #fff; }
.addons-panel {
  padding: 28px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
}
.addons-panel h3 { margin-top: 0; color: #fff; }
.addon-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.addon-row strong { color: #fff; white-space: nowrap; }
.coming-soon { opacity: 0.8; }
.fine-print { color: #aaa; font-size: 0.9rem; }

@media (max-width: 800px) {
  .wide-card { grid-column: span 1; }
  .compare-slider { min-height: 230px; }
}

.gallery-photo {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
  border-radius: 18px 18px 0 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.missing-after{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#161616,#252525);color:#9bbfe8;font-weight:800;text-align:center;min-height:260px}.missing-after span{padding:18px;border:1px dashed rgba(45,145,255,.5);border-radius:14px;background:rgba(0,0,0,.25)}


/* FINAL FIX: compact gallery so photos do not take over the screen */
.gallery-page{max-width:1100px;}
.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;align-items:start;}
.gallery-card{padding:14px;}
.gallery-card h3{margin:14px 0 6px;}
.gallery-card p{margin:0 0 4px;}
.compare-slider{min-height:0;height:clamp(230px,36vw,390px);}
.compare-slider.small{height:190px;min-height:0;}
.gallery-photo{height:clamp(220px,32vw,340px);object-fit:cover;}
.photo-placeholder{height:220px;}
.work-grid{grid-template-columns:repeat(3,1fr);}
.pricing-grid{grid-template-columns:repeat(3,1fr);}
@media(max-width:760px){
  .gallery-grid{grid-template-columns:1fr;}
  .compare-slider{height:260px;}
  .gallery-photo{height:260px;}
  .work-grid,.pricing-grid{grid-template-columns:1fr;}
}
/* Photo background service cards */
.service-photo-card {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
  transition: 0.25s ease;
}

.service-photo-card:hover {
  transform: translateY(-12px) scale(1.02);
  border-color: rgba(21,151,255,.95);
  box-shadow: 0 0 50px rgba(21,151,255,.45);
}

.service-card-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.15), rgba(0,0,0,.82)),
    linear-gradient(135deg, rgba(21,151,255,.18), rgba(0,0,0,.15));
  z-index: 1;
}

.service-card-content {
  position: relative;
  z-index: 2;
}

.exterior-service {
  background-image: url("assets/exterior-detail.png");
}

.interior-service {
  background-image: url("assets/interior-card.png");
}

.full-service {
  background-image: url("assets/showroom-package.png");
  background-size: cover;
  background-position: center;
}

/* Quote CTA panel */
.quote-cta-panel {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.quote-cta-panel h3 {
  font-size: 1.8rem;
  margin-bottom: 4px;
}

.quote-benefits {
  list-style: none;
  padding: 0;
  margin: 8px 0 10px;
  display: grid;
  gap: 10px;
  color: rgba(235, 246, 255, 0.86);
  font-weight: 700;
}

.quote-benefits li {
  padding: 10px 12px;
  border: 1px solid rgba(21,151,255,.22);
  border-radius: 12px;
  background: rgba(255,255,255,.04);
}
.contact-number {
  font-size: 2rem;
  font-weight: 900;
  color: #55c7ff;
  text-align: center;
  margin: 12px 0 18px;
  text-shadow: 0 0 18px rgba(55, 174, 255, .45);
}
 @keyframes cardFadeUp {
  from {
    opacity: 0;
    transform: translateY(26px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.main-service-card,
.addon-clean-card,
.work-card,
.social-card,
.addons-panel {
  animation: cardFadeUp .75s ease both;
}

.main-service-card:nth-child(1) { animation-delay: .05s; }
.main-service-card:nth-child(2) { animation-delay: .15s; }
.main-service-card:nth-child(3) { animation-delay: .25s; }

.addon-clean-card:nth-child(1) { animation-delay: .05s; }
.addon-clean-card:nth-child(2) { animation-delay: .12s; }
.addon-clean-card:nth-child(3) { animation-delay: .19s; }
.addon-clean-card:nth-child(4) { animation-delay: .26s; }
.addon-clean-card:nth-child(5) { animation-delay: .33s; }
/* =========================================================
   NAVIGATION + PREMIUM HERO
   ========================================================= */

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  min-height: 82px;
  padding: 10px clamp(20px, 5vw, 76px);
  background: rgba(6, 9, 13, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(18px);
}

.brand img {
  width: 68px;
  height: 62px;
  object-fit: contain;
  filter: none;
}

.nav {
  display: flex;
  align-items: center;
  gap: 34px;
}

.nav a {
  color: rgba(255,255,255,.76);
  font-size: .92rem;
  font-weight: 600;
}

.nav-cta {
  min-height: 46px;
  padding: 0 20px;
  border: 0;
  border-radius: 8px;
  background: #fff;
  color: #07101a;
  font-size: .88rem;
  font-weight: 800;
  box-shadow: none;
}

.premium-hero {
  position: relative;
  min-height: calc(100vh - 82px);
  display: grid;
  grid-template-columns: 1fr;
  place-items: center;
  text-align: center;
  padding: 110px 20px 80px;
  overflow: hidden;
  isolation: isolate;
}

.premium-hero-media {
  position: absolute;
  inset: 0;
  z-index: -3;
  background: #05070a;
  overflow: hidden;
}

.premium-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 60%;
  opacity: .72;
}

.premium-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(3,6,10,.42), rgba(3,6,10,.7), #030609),
    radial-gradient(circle at center, rgba(21,151,255,.13), transparent 48%);
}

.premium-hero-content {
  position: relative;
  z-index: 2;
  width: min(100%, 920px);
  margin: 0 auto;
  text-align: center;
  justify-self: center;
}

.hero-kicker {
  margin: 0 0 18px;
  color: #62bdff;
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.premium-hero h1 {
  max-width: 850px;
  margin: 0 auto;
  color: #fff;
  font-size: clamp(3rem, 7vw, 6.8rem);
  line-height: .92;
  letter-spacing: -.065em;
  text-transform: none;
}

.premium-hero-copy {
  max-width: 650px;
  margin: 26px auto 0;
  color: rgba(255,255,255,.8);
  font-size: clamp(1rem, 1.4vw, 1.14rem);
  line-height: 1.7;
}

.premium-hero-actions {
  display: flex;
  justify-content: center;
  gap: 13px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.premium-hero .btn {
  min-height: 54px;
  padding: 0 25px;
  border-radius: 8px;
}

.premium-trust-row {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 42px;
}

.premium-trust-row a,
.premium-trust-row div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.premium-trust-row span {
  color: #f4bd32;
  letter-spacing: .08em;
}

.premium-trust-row strong {
  color: #fff;
  font-size: .9rem;
}

.premium-trust-row small {
  color: rgba(255,255,255,.6);
  font-size: .76rem;
}

.premium-socials {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.premium-socials a {
  color: rgba(255,255,255,.68);
  font-size: .82rem;
  font-weight: 700;
}

@media (max-width: 700px) {
  .site-header {
    min-height: 70px;
    padding: 8px 18px;
  }

  .brand img {
    width: 58px;
    height: 54px;
  }

  .nav {
    display: none;
  }

  .nav-cta {
    min-height: 42px;
    padding: 0 14px;
    font-size: .78rem;
  }

  .premium-hero {
    min-height: auto;
    padding: 92px 20px 62px;
  }

  .premium-hero-media img {
    object-position: center center;
    opacity: .62;
  }

  .premium-hero h1 {
    font-size: clamp(2.7rem, 13vw, 4rem);
  }

  .premium-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .premium-trust-row {
    gap: 18px;
  }

  .premium-trust-row a,
  .premium-trust-row div {
    width: 100%;
  }
}
/* Google Reviews Section */

.reviews-section {
  background: #030609;
}

.reviews-intro {
  max-width: 850px;
  margin: 0 auto 38px;
  text-align: center;
}

.reviews-intro h2 {
  margin: 10px auto 20px;
  color: #fff;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  line-height: .95;
  letter-spacing: -.055em;
}

.reviews-score {
  margin: 0 auto 24px;
  max-width: 620px;
}

.reviews-score span,
.review-stars {
  color: #f4bd32;
  letter-spacing: .08em;
}

.reviews-score strong {
  display: block;
  margin-top: 8px;
  color: #fff;
  font-size: 1.05rem;
}

.reviews-score p {
  color: rgba(255,255,255,.65);
  line-height: 1.7;
}

.reviews-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 18px;
}

.review-card {
  padding: 28px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.025));
}

.featured-review {
  border-color: rgba(85,199,255,.38);
  box-shadow: 0 24px 70px rgba(0,0,0,.32);
}

.review-card p {
  margin: 18px 0 24px;
  color: rgba(255,255,255,.78);
  font-size: 1rem;
  line-height: 1.75;
}

.review-author {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.review-author strong {
  color: #fff;
}

.review-author span {
  color: rgba(255,255,255,.5);
  font-size: .82rem;
}

@media (max-width: 850px) {
  .reviews-intro {
    text-align: left;
  }

  .reviews-grid {
    grid-template-columns: 1fr;
  }
}
/* FAQ SECTION */

.faq-section {
  background: #030609;
}

.faq-container {
  width: min(100%, 900px);
  margin: 46px auto 0;
}

.faq-item {
  margin-bottom: 14px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(
    180deg,
    rgba(255,255,255,.055),
    rgba(255,255,255,.025)
  );
  transition: border-color .25s ease;
}

.faq-item:hover,
.faq-item.active {
  border-color: rgba(85,199,255,.4);
}

.faq-question {
  width: 100%;
  min-height: 76px;
  padding: 22px 26px;
  border: 0;
  background: transparent;
  color: #fff;
  font-family: inherit;
  font-size: 1.04rem;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.faq-question-text {
  flex: 1;
}

.faq-icon {
  color: #55c7ff;
  font-size: 1.5rem;
  line-height: 1;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease;
}

.faq-answer p {
  margin: 0;
  padding: 0 26px 24px;
  color: rgba(255,255,255,.7);
  line-height: 1.75;
}

.faq-item.active .faq-answer {
  max-height: 320px;
}

@media (max-width: 700px) {
  .faq-question {
    padding: 20px;
  }

  .faq-answer p {
    padding: 0 20px 22px;
  }
}
/* =========================================================
   HOW TO BOOK SECTION
   ========================================================= */

.booking-steps-section {
  background:
    radial-gradient(
      circle at 50% 15%,
      rgba(21,151,255,.1),
      transparent 35%
    ),
    #030609;
}

.booking-steps-grid {
  width: min(100%, 1180px);
  margin: 46px auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.booking-step-card {
  position: relative;
  min-height: 390px;
  padding: 30px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 22px;
  background:
    linear-gradient(
      180deg,
      rgba(255,255,255,.065),
      rgba(255,255,255,.025)
    );
  box-shadow: 0 22px 55px rgba(0,0,0,.25);
}

.booking-step-number {
  position: absolute;
  top: 24px;
  right: 26px;
  color: rgba(255,255,255,.12);
  font-size: 2.4rem;
  font-weight: 900;
}

.booking-step-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 26px;
  border: 1px solid rgba(85,199,255,.3);
  border-radius: 16px;
  background: rgba(21,151,255,.1);
  font-size: 1.75rem;
}

.booking-step-card h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 1.4rem;
}

.booking-step-card p {
  margin: 0;
  color: rgba(255,255,255,.68);
  line-height: 1.75;
}

.booking-step-actions {
  display: grid;
  gap: 10px;
  margin-top: 25px;
}

.booking-step-actions .btn {
  width: 100%;
}

.booking-final-action {
  margin: 34px auto 0;
  text-align: center;
}

.booking-final-action p {
  margin-bottom: 16px;
  color: rgba(255,255,255,.67);
}

@media (max-width: 900px) {
  .booking-steps-grid {
    grid-template-columns: 1fr;
  }

  .booking-step-card {
    min-height: auto;
  }
}
/* =========================================================
   SERVICE AREA SECTION
   ========================================================= */

.service-area-section {
  background:
    radial-gradient(circle at 20% 20%, rgba(21, 151, 255, 0.1), transparent 30%),
    #030609;
}

.service-area-layout {
  width: min(100%, 1380px);
  margin: 44px auto 0;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 24px;
  align-items: stretch;
}

.service-area-map,
.service-area-content {
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 24px;
  overflow: hidden;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.06),
      rgba(255, 255, 255, 0.025)
    );
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.3);
}

.service-area-map {
  min-height: 650px;
}

.service-area-map iframe {
  width: 100%;
  height: 100%;
  min-height: 650px;
  display: block;
  border: 0;
  filter: grayscale(0.15) contrast(1.05);
}

.service-area-content {
  padding: 30px;
}

.service-area-content h3 {
  margin: 0 0 22px;
  color: #fff;
  font-size: 1.6rem;
}

.service-area-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.service-area-grid a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 14px 16px;
  border: 1px solid rgba(85, 199, 255, 0.2);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
  color: rgba(255, 255, 255, 0.84);
  font-weight: 750;
  text-align: center;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
}

.service-area-grid a:hover {
  transform: translateY(-3px);
  border-color: rgba(85, 199, 255, 0.75);
  background: rgba(21, 151, 255, 0.12);
  box-shadow: 0 12px 28px rgba(21, 151, 255, 0.18);
}

.service-area-note {
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.7;
}

.service-area-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 24px;
}

.service-area-actions .btn {
  width: 100%;
}

@media (max-width: 900px) {
  .service-area-layout {
    grid-template-columns: 1fr;
  }

  .service-area-map,
  .service-area-map iframe {
    min-height: 380px;
  }
}

@media (max-width: 600px) {
  .service-area-content {
    padding: 22px;
  }

  .service-area-grid {
    grid-template-columns: 1fr;
  }

  .service-area-actions {
    grid-template-columns: 1fr;
  }

  .service-area-map,
  .service-area-map iframe {
    min-height: 320px;
  }
}
