:root {
  --default-font: "Open Sans", sans-serif;
  --heading-font: "Poppins", sans-serif;
  --nav-font: "Open Sans", sans-serif;
  --background-color: #f7fbff;
  --default-color: #50667f;
  --heading-color: #0e4f88;
  --accent-color: #f2b233;
  --surface-color: #ffffff;
  --contrast-color: #0b2d4d;
  --nav-color: #0e4f88;
  --nav-hover-color: #0d5fa8;
  --nav-mobile-background-color: #ffffff;
  --nav-dropdown-background-color: #ffffff;
  --nav-dropdown-color: #0e4f88;
  --nav-dropdown-hover-color: #0d5fa8;
}

.light-background {
  --background-color: #f1f7fd;
  --surface-color: #ffffff;
}

body {
  background: linear-gradient(180deg, #fbfdff 0%, #f3f8fd 100%);
}

.header {
  box-shadow: 0 12px 34px rgba(13, 62, 107, 0.07);
}

.header .topbar {
  background: linear-gradient(90deg, #0d5fa8 0%, #1778c9 100%);
}

.header .topbar .contact-info i,
.header .topbar .contact-info i a,
.header .topbar .social-links,
.header .topbar .social-links span {
  color: rgba(248, 251, 248, 0.82);
}

.header .branding {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(13, 62, 107, 0.08);
  backdrop-filter: blur(10px);
  min-height: 86px;
  padding: 12px 0;
}

.header .logo .sitename {
  font-weight: 800;
  letter-spacing: -0.03em;
}

.header .logo {
  gap: 12px;
}

.brand-logo {
  display: block;
  width: auto;
  height: 72px;
  max-width: 100%;
  max-width: 340px;
  filter: brightness(1.02) saturate(1.06) drop-shadow(0 8px 16px rgba(205, 161, 90, 0.14));
}

.header .logo img.brand-logo {
  max-height: none;
  margin-right: 0;
}

.header-actions {
  gap: 10px;
  margin-left: 22px;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0e67b3 0%, #1a86da 100%);
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 12px 26px rgba(18, 101, 172, 0.22);
}

.header-cta--ghost {
  background: #eef6fd;
  color: #0d5fa8;
  box-shadow: inset 0 0 0 1px rgba(13, 95, 168, 0.14);
}

.header-cta:hover,
.header-cta--ghost:hover {
  color: inherit;
}

.navmenu > ul > li > a {
  font-weight: 700;
}

.navmenu a.active,
.navmenu a:hover {
  color: #0d5fa8;
}

.navmenu .dropdown ul {
  border-radius: 20px;
  border: 1px solid rgba(13, 23, 38, 0.06);
  box-shadow: 0 18px 44px rgba(8, 17, 28, 0.12);
}

@media (max-width: 1199px) {
  .mobile-nav-active .header .branding {
    backdrop-filter: none;
    background: rgba(251, 253, 249, 0.98);
  }

  .mobile-nav-toggle {
    position: relative;
    z-index: 10001;
  }

  .navmenu.navmenu-open {
    position: fixed !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100dvh !important;
    min-height: 100dvh !important;
    background: rgba(7, 28, 53, 0.78);
    z-index: 9999 !important;
  }

  .navmenu.navmenu-open > ul {
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    position: fixed !important;
    top: 92px !important;
    left: 16px !important;
    right: 16px !important;
    bottom: 16px !important;
    inset: auto 16px 16px 16px !important;
    min-height: calc(100dvh - 108px);
    padding: 18px 0;
    margin: 0;
    border-radius: 24px;
    background: #ffffff;
    overflow-y: auto;
    box-shadow: 0 24px 60px rgba(8, 17, 28, 0.18);
    z-index: 10000 !important;
  }

  .navmenu.navmenu-open > ul > li {
    width: 100%;
  }

  .navmenu.navmenu-open > ul > li > a {
    display: block;
    padding: 14px 22px;
    font-weight: 700;
  }

  .mobile-nav-active .mobile-nav-toggle {
    position: fixed;
    top: 26px;
    right: 18px;
    margin-right: 0;
    color: #ffffff;
    z-index: 10001;
  }
}

.section-title h2 {
  color: #5b7b9b;
}

.section-title p {
  max-width: 760px;
  margin-inline: auto;
  color: var(--heading-color);
  font-size: clamp(1.7rem, 3.4vw, 3rem);
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.section-title p .description-title {
  color: #d79a17;
}

.hero.hero-cleaning {
  position: relative;
  overflow: clip;
  background:
    radial-gradient(circle at 92% 14%, rgba(255, 255, 255, 0.7), transparent 16%),
    linear-gradient(180deg, #eef6fd 0%, #dbeaf7 100%);
  padding: 88px 0 72px;
}

.hero.hero-cleaning::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08), transparent 40%),
    linear-gradient(180deg, rgba(13, 95, 168, 0.04), transparent 45%);
}

.hero.hero-cleaning::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: none;
  pointer-events: none;
}

.hero.hero-cleaning .container {
  position: relative;
  z-index: 1;
}

.hero.hero-cleaning h1,
.hero.hero-cleaning p,
.hero.hero-cleaning .btn-watch-video,
.hero.hero-cleaning .btn-watch-video i {
  color: var(--heading-color);
}

.hero.hero-cleaning h1 {
  max-width: 620px;
  font-size: clamp(2.55rem, 5vw, 4.4rem);
  line-height: 1.08;
  letter-spacing: -0.06em;
  margin-bottom: 16px;
}

.hero.hero-cleaning p {
  max-width: 560px;
  color: #5a7187;
  font-size: 1rem;
}

.hero-copy-card {
  padding: 42px 40px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(13, 95, 168, 0.08);
  box-shadow: 0 24px 56px rgba(12, 58, 100, 0.1);
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  color: #0d5fa8;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.hero-eyebrow::before {
  content: "";
  width: 38px;
  height: 2px;
  background: linear-gradient(90deg, #0d5fa8, rgba(13, 95, 168, 0.2));
}

.hero-actions {
  gap: 16px;
  margin: 28px 0 22px;
}

.hero-service-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.hero-service-list li {
  position: relative;
  padding-left: 20px;
  color: #35536f;
  font-weight: 700;
}

.hero-service-list li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #d79a17;
}

.hero .btn-get-started,
.footer .newsletter-form .btn,
.location-header-card .btn,
.article-cta-box .btn-primary {
  border-radius: 999px;
  background: linear-gradient(135deg, #f2b233 0%, #d99612 100%);
  color: #0b2d4d;
  box-shadow: 0 14px 26px rgba(217, 150, 18, 0.22);
}

.hero .btn-get-started:hover,
.footer .newsletter-form .btn:hover {
  background: linear-gradient(135deg, #ebb02f 0%, #cc8d0e 100%);
  color: #0b2d4d;
}

.hero .btn-watch-video {
  font-weight: 700;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  background: #0d5fa8;
  border: 1px solid #0d5fa8;
  transition: all 0.3s ease;
}

.hero .btn-watch-video i {
  color: #ffffff;
}

.hero .btn-watch-video,
.hero .btn-watch-video span {
  color: #ffffff;
}

.hero .btn-watch-video:hover {
  background: #0b538f;
}

.hero-outline-btn {
  min-height: 54px;
  border-radius: 999px;
  padding-inline: 24px;
  border-width: 1px;
  border-color: rgba(13, 95, 168, 0.18);
  color: #0d5fa8;
  background: #ffffff;
}

.hero-keywords,
.seo-chip-list,
.service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-keywords span,
.seo-chip-list span,
.service-tags span,
.contact-keywords li,
.page-header-keywords span,
.focus-list li,
.district-list-clean li,
.keyword-list-clean li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
}

.hero-keywords span,
.page-header-keywords span {
  background: #f8fbff;
  border: 1px solid rgba(13, 95, 168, 0.1);
  color: #0d5fa8;
}

.hero-visual-wrap {
  position: relative;
}

.hero-visual-card,
.content-panel,
.local-card,
.keyword-cluster-card,
.contact-lead-card,
.location-card,
.location-header-card {
  border-radius: 22px;
  border: 1px solid rgba(13, 95, 168, 0.08);
  box-shadow: 0 18px 38px rgba(12, 58, 100, 0.08);
}

.hero-visual-card {
  position: relative;
  padding: 18px;
  background: #ffffff;
  border-color: rgba(13, 95, 168, 0.08);
  box-shadow: 0 24px 52px rgba(12, 58, 100, 0.12);
}

.hero-visual-card > img {
  border-radius: 24px;
  background: #fbfdf9;
}

.hero-visual-main {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.hero-visual-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
}

.hero-visual-gallery img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 20px;
  display: block;
  background: #ffffff;
}

.hero-badge,
.location-header-card {
  background: rgba(255, 255, 255, 0.98);
}

.hero-badge {
  position: absolute;
  z-index: 2;
  max-width: 260px;
  padding: 16px 18px;
  border-radius: 20px;
  box-shadow: 0 20px 42px rgba(12, 58, 100, 0.18);
}

.hero-badge span {
  display: block;
  color: #5b7087;
  font-size: 13px;
  line-height: 1.55;
}

.hero-badge strong {
  display: block;
  margin-top: 6px;
  color: #0d5fa8;
  font-size: 16px;
}

.hero-badge-top {
  top: 18px;
  left: 18px;
}

.estimate-box {
  position: static;
  width: 100%;
  margin-top: 18px;
  padding: 24px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 22px 46px rgba(8, 36, 60, 0.18);
  border-top: 4px solid #0d5fa8;
}

.estimate-box h3,
.location-card h2,
.location-card h3,
.content-panel h2,
.content-panel h3,
.local-card h3,
.keyword-cluster-card h3 {
  color: var(--heading-color);
  letter-spacing: -0.04em;
}

.estimate-box .form-label {
  color: var(--heading-color);
  font-weight: 700;
}

.estimate-box .form-control,
.estimate-box .form-select,
.content-panel .form-control,
.content-panel .form-select,
.content-panel textarea {
  min-height: 52px;
  border-radius: 16px;
  border: 1px solid rgba(13, 23, 38, 0.1);
  background: #f6faf7;
}

.estimate-total,
.contact-action-box,
.article-cta-box {
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(13, 95, 168, 0.08), rgba(24, 121, 202, 0.14));
}

.estimate-total {
  margin-top: 18px;
  padding: 16px;
}

.estimate-total strong {
  display: block;
  color: var(--heading-color);
  font-size: 34px;
  line-height: 1.08;
}

.estimate-link,
.location-card__link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 16px;
  color: var(--heading-color);
  font-weight: 800;
}

.quick-contact-strip {
  position: relative;
  margin-top: -18px;
  z-index: 4;
}

.quick-contact-card {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  height: 100%;
  padding: 24px 26px;
  border-radius: 22px;
  border: 1px solid rgba(13, 95, 168, 0.08);
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(12, 58, 100, 0.08);
  color: var(--default-color);
}

.quick-contact-card i {
  flex: 0 0 auto;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #ffffff;
  background: linear-gradient(135deg, #0d5fa8 0%, #1879ca 100%);
}

.quick-contact-card small {
  display: block;
  margin-bottom: 6px;
  color: color-mix(in srgb, var(--heading-color), transparent 25%);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.quick-contact-card strong {
  display: block;
  color: var(--heading-color);
  font-size: 1.1rem;
  line-height: 1.4;
}

.quick-contact-card span {
  display: block;
  margin-top: 8px;
  line-height: 1.6;
}

.quick-contact-card--whatsapp i {
  background: linear-gradient(135deg, #23c15a 0%, #0ea94d 100%);
}

.quick-contact-card--plain i {
  background: linear-gradient(135deg, #f2b233 0%, #d99612 100%);
  color: #0b2d4d;
}

.quick-contact-card:hover {
  color: var(--default-color);
  transform: translateY(-3px);
}

.featured-services .service-item,
.services .service-item,
.pricing .pricing-item,
.faq .faq-container .faq-item,
.blog-card {
  border-radius: 22px;
  border: 1px solid rgba(13, 95, 168, 0.08);
  box-shadow: 0 14px 32px rgba(12, 58, 100, 0.06);
}

.featured-services .service-item {
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f4f9fe 100%);
  border-top: 4px solid #0d5fa8;
}

.featured-services .service-item::before {
  background: linear-gradient(180deg, rgba(13, 95, 168, 0.98), rgba(13, 95, 168, 0.94));
}

.featured-services .service-item:hover {
  transform: translateY(-4px);
}

.services .service-item.service-item-cleaning,
.local-card,
.keyword-cluster-card,
.location-card,
.contact-lead-card,
.content-panel,
.blog-card {
  background: linear-gradient(180deg, #ffffff 0%, #f5faff 100%);
}

.content-panel {
  padding: 30px;
}

.services .service-item.service-item-cleaning {
  padding: 28px;
}

.service-item-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.service-item-top img {
  width: 168px;
  height: 116px;
  object-fit: cover;
  border-radius: 20px;
  background: linear-gradient(135deg, #eef6ff 0%, #fff3df 100%);
}

.services .service-item .icon {
  flex: 0 0 auto;
}

.services .service-item .icon,
.featured-services .service-item .icon {
  width: 66px;
  height: 66px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(13, 95, 168, 0.12), rgba(24, 121, 202, 0.14));
}

.services .service-item .icon i,
.featured-services .service-item .icon i {
  color: var(--heading-color);
}

.service-tags span,
.seo-chip-list span,
.contact-keywords li,
.focus-list li,
.district-list-clean li,
.keyword-list-clean li {
  background: #ffffff;
  color: #0e4f88;
  border: 1px solid rgba(13, 95, 168, 0.14);
}

.about-visual,
.content-panel img,
.blog-card img,
.related-post img,
.contact-lead-card img {
  border-radius: 22px;
  background: linear-gradient(135deg, #edf6ff 0%, #fff4e3 100%);
  display: block;
  width: 100%;
}

.page-photo-card {
  overflow: hidden;
}

.page-photo-card img {
  margin-bottom: 20px;
}

.visual-mosaic,
.visual-stack {
  display: grid;
  gap: 18px;
}

.visual-mosaic {
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr);
}

.visual-mosaic__primary {
  grid-row: span 2;
  min-height: 100%;
}

.visual-mosaic--wide {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.visual-mosaic--wide .visual-mosaic__primary {
  grid-column: span 2;
}

.visual-mosaic img,
.visual-stack img {
  width: 100%;
  height: 100%;
  min-height: 190px;
  object-fit: cover;
  border-radius: 22px;
  background: linear-gradient(135deg, #edf6ff 0%, #f7fbff 100%);
  box-shadow: 0 18px 36px rgba(8, 36, 60, 0.08);
}

.visual-stack img {
  min-height: 220px;
}

.stats .stats-item span {
  color: var(--heading-color);
  font-size: 46px;
  font-weight: 800;
}

.stats i {
  color: var(--accent-color);
}

.local-card,
.keyword-cluster-card,
.location-card {
  height: 100%;
  padding: 30px;
}

.location-card {
  position: relative;
  overflow: hidden;
}

.location-card::before {
  content: "";
  position: absolute;
  inset: auto auto 0 0;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgba(24, 121, 202, 0.18), transparent 70%);
  pointer-events: none;
}

.location-card__area,
.blog-card__category,
.article-category {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(13, 95, 168, 0.12);
  color: #0d5fa8;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.location-card h2,
.location-card h3,
.blog-card__body h2,
.blog-card__body h3 {
  margin: 14px 0 12px;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
}

.pricing .pricing-item {
  background: linear-gradient(180deg, #ffffff 0%, #f4f9fe 100%);
}

.pricing .pricing-item.featured {
  background: linear-gradient(180deg, #0d5fa8 0%, #1778c9 100%);
  box-shadow: 0 24px 48px rgba(12, 58, 100, 0.18);
}

.pricing .pricing-item.featured h3,
.pricing .pricing-item.featured h4,
.pricing .pricing-item.featured ul li span {
  color: #f8fbf8;
}

.pricing .pricing-item.featured ul i {
  color: #d6eeff;
}

.pricing .pricing-item h4 {
  font-size: 30px;
  line-height: 1.25;
}

.pricing .pricing-item .btn-buy {
  border-radius: 999px;
  font-weight: 800;
  background: linear-gradient(135deg, #0d5fa8 0%, #1778c9 100%);
}

.pricing .pricing-item.featured .btn-buy {
  background: #ffffff;
  color: #0d5fa8;
}

.index-page .section-title {
  text-align: left;
}

.index-page .section-title p {
  margin-inline: 0;
  max-width: 720px;
}

.testimonials {
  overflow: hidden;
}

.testimonials .testimonials-bg {
  filter: grayscale(1) brightness(0.24) contrast(1.1);
}

.testimonials .testimonial-item {
  border-radius: 30px;
  background: rgba(251, 253, 249, 0.16);
  border: 1px solid rgba(251, 253, 249, 0.12);
  backdrop-filter: blur(16px);
}

.testimonials .testimonial-item .testimonial-img {
  width: 96px;
  height: 96px;
  object-fit: cover;
  border-radius: 24px;
  border: 4px solid rgba(251, 253, 249, 0.14);
}

.faq .faq-container .faq-item {
  background: #ffffff;
}

.contact .info-wrap,
.contact-action-box {
  border-radius: 26px;
}

.contact .info-wrap {
  background: linear-gradient(180deg, #ffffff 0%, #f4f9fe 100%);
}

.contact-action-box {
  margin-top: 24px;
  padding: 24px;
}

.contact-action-box h3 {
  margin-bottom: 10px;
  font-size: 26px;
}

.contact-lead-card {
  padding: 30px;
}

.contact-keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 18px 0 20px;
  list-style: none;
}

.footer .footer-newsletter {
  background: #111111;
}

.footer .footer-newsletter h4,
.footer .footer-newsletter p {
  color: #f8fbf8;
}

.footer .footer-newsletter .newsletter-form {
  margin-top: 20px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.footer {
  background: #eef5fb;
}

.footer .footer-about .sitename,
.footer h4 {
  color: var(--heading-color);
}

.footer .footer-about .brand-logo {
  height: 82px;
  max-width: 360px;
}

@media (max-width: 991px) {
  .header .branding {
    min-height: 76px;
    padding: 10px 0;
  }

  .brand-logo {
    height: 60px;
    max-width: 272px;
  }

  .footer .footer-about .brand-logo {
    height: 70px;
  }
}

.footer .social-links a {
  background: rgba(13, 95, 168, 0.1);
  color: #0d5fa8;
}

.inner-page .page-header,
.location-header {
  position: relative;
  overflow: clip;
  padding: 120px 0 68px;
  background:
    radial-gradient(circle at 86% 18%, rgba(255, 255, 255, 0.14), transparent 18%),
    linear-gradient(135deg, rgba(13, 95, 168, 0.98) 0%, rgba(24, 121, 202, 0.94) 100%);
  color: #f8fbf8;
}

.inner-page .page-header::after,
.location-header::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), transparent 88%);
  pointer-events: none;
}

.inner-page .page-header .container,
.location-header .container {
  position: relative;
  z-index: 1;
}

.inner-page .page-header h1,
.inner-page .page-header p,
.location-header h1,
.location-header p {
  color: #f8fbf8;
}

.location-header-card {
  padding: 22px;
  box-shadow: 0 24px 54px rgba(8, 17, 28, 0.2);
}

.location-header-card small {
  display: block;
  margin-bottom: 6px;
  color: #5b6471;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.location-header-card strong {
  display: block;
  color: var(--heading-color);
  font-size: 1.1rem;
  line-height: 1.5;
}

.blog-card {
  overflow: hidden;
}

.blog-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.blog-card--wide {
  display: grid;
  grid-template-columns: minmax(220px, 280px) 1fr;
}

.blog-card--wide img {
  height: 100%;
}

.blog-card__body {
  padding: 26px;
}

.blog-card__meta,
.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  color: rgba(248, 251, 248, 0.76);
  font-size: 14px;
}

.article-content {
  padding: 36px;
}

.article-content .article-lead {
  font-size: 1.1rem;
  color: #334155;
}

.article-content h2 {
  margin: 34px 0 14px;
  color: var(--heading-color);
  font-size: clamp(1.6rem, 2.4vw, 2.24rem);
  letter-spacing: -0.04em;
}

.article-content p {
  margin-bottom: 16px;
}

.article-sidebar h3 {
  font-size: 1.4rem;
}

.article-cta-box {
  padding: 24px;
}

.related-posts {
  display: grid;
  gap: 18px;
  margin-top: 20px;
}

.related-post {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 14px;
  align-items: start;
}

.related-post img {
  width: 88px;
  height: 88px;
  object-fit: cover;
}

.related-post h4 {
  margin: 0 0 6px;
  font-size: 1rem;
}

.related-post p {
  margin: 0;
  font-size: 0.92rem;
}

@media (max-width: 1199px) {
  .estimate-box {
    position: static;
    width: 100%;
    margin-top: 20px;
  }

  .hero-badge-top {
    left: 16px;
    top: 16px;
  }

  .quick-contact-strip {
    margin-top: 24px;
  }

  .hero.hero-cleaning,
  .inner-page .page-header,
  .location-header {
    background: linear-gradient(180deg, #eef6fd 0%, #dbeaf7 100%);
  }
}

@media (max-width: 991px) {
  .hero-copy-card {
    padding: 30px 24px;
  }

  .hero-service-list {
    grid-template-columns: 1fr;
  }

  .hero.hero-cleaning {
    padding: 96px 0 64px;
  }

  .hero-visual-card {
    margin-top: 14px;
  }

  .section-title p {
    font-size: clamp(1.7rem, 8vw, 2.7rem);
  }

  .visual-mosaic,
  .visual-mosaic--wide {
    grid-template-columns: 1fr;
  }

  .visual-mosaic__primary,
  .visual-mosaic--wide .visual-mosaic__primary {
    grid-column: auto;
    grid-row: auto;
  }
}

@media (max-width: 767px) {
  .service-item-top,
  .blog-card--wide,
  .related-post {
    grid-template-columns: 1fr;
  }

  .service-item-top {
    align-items: flex-start;
  }

  .service-item-top img,
  .blog-card img,
  .blog-card--wide img,
  .related-post img {
    width: 100%;
    height: auto;
  }

  .footer .newsletter-form .btn,
  .location-header-card .btn {
    width: 100%;
  }

  .content-panel,
  .local-card,
  .keyword-cluster-card,
  .location-card,
  .contact-lead-card {
    padding: 24px;
  }

  .visual-mosaic img,
  .visual-stack img {
    min-height: 180px;
  }

  .quick-contact-strip {
    margin-top: 0;
  }
}

/* Vadi-inspired refresh */
:root {
  --background-color: #fbf7f0;
  --default-color: #5f574f;
  --heading-color: #17120d;
  --accent-color: #d1a24a;
  --contrast-color: #111111;
}

body {
  background: linear-gradient(180deg, #f8f2e7 0%, #fbf7f0 38%, #fffdf9 100%);
  color: var(--default-color);
}

.header {
  box-shadow: 0 12px 34px rgba(18, 13, 9, 0.08);
}

.header .topbar {
  padding: 10px 0;
  background: #ffffff;
}

.topbar-note span {
  color: #17120d;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.topbar-links {
  gap: 10px;
}

.topbar-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  background: #111111;
  color: #fffaf1;
  font-size: 13px;
  font-weight: 800;
}

.topbar-link--ghost {
  background: rgba(17, 17, 17, 0.08);
  box-shadow: inset 0 0 0 1px rgba(17, 17, 17, 0.2);
  color: #17120d;
}

.topbar-link:hover,
.topbar-link--ghost:hover {
  color: inherit;
}

.header .branding {
  min-height: 92px;
  padding: 12px 0;
  background: #111111;
  border-bottom: 1px solid rgba(214, 169, 82, 0.24);
  backdrop-filter: none;
}

.header .logo .sitename {
  color: #fffaf1;
}

.header .navmenu > ul > li > a {
  color: #e8c98e;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.header .navmenu a.active,
.header .navmenu a:hover {
  color: #ffffff;
}

.header-cta {
  background: linear-gradient(135deg, #d9ac58 0%, #b8842f 100%);
  color: #17120d;
  box-shadow: 0 12px 26px rgba(184, 132, 47, 0.22);
}

.header-cta--ghost {
  background: transparent;
  color: #e8c98e;
  box-shadow: inset 0 0 0 1px rgba(232, 201, 142, 0.22);
}

.header-cta:hover,
.header-cta--ghost:hover {
  color: inherit;
}

.section-title h2 {
  color: #aa7b2c;
  letter-spacing: 0.18em;
}

.section-title p {
  color: #17120d;
}

.section-title p .description-title {
  color: #b98934;
}

.btn-primary {
  border-color: #c18d37;
  background: linear-gradient(135deg, #d8ac56 0%, #b8842f 100%);
  color: #17120d;
}

.btn-primary:hover,
.btn-primary:focus {
  border-color: #b8842f;
  background: linear-gradient(135deg, #d2a24c 0%, #ab7926 100%);
  color: #17120d;
}

.btn-outline-primary {
  border-color: #17120d;
  color: #17120d;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
  border-color: #17120d;
  background: #17120d;
  color: #fffaf1;
}

.index-page .hero.hero-cleaning.hero-vadi {
  padding: 84px 0 54px;
  background:
    radial-gradient(circle at 88% 12%, rgba(215, 172, 86, 0.14), transparent 18%),
    linear-gradient(180deg, #f4ead9 0%, #faf5eb 54%, #fbf7f0 100%);
}

.index-page .hero.hero-cleaning::before {
  background:
    radial-gradient(circle at 18% 18%, rgba(215, 172, 86, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent 38%);
}

.index-page .hero.hero-cleaning h1 {
  max-width: 580px;
  color: #17120d;
  font-size: clamp(2.8rem, 4.8vw, 4.9rem);
  line-height: 1.02;
  letter-spacing: -0.06em;
}

.hero-lead {
  max-width: 520px;
  color: #60574e;
  font-size: 1.05rem;
  line-height: 1.75;
}

.hero-actions {
  margin: 28px 0 24px;
}

.hero .btn-get-started {
  background: linear-gradient(135deg, #d8ac56 0%, #bb8831 100%);
  color: #17120d;
  box-shadow: 0 16px 28px rgba(187, 136, 49, 0.24);
}

.hero .btn-watch-video {
  background: #111111;
  border-color: #111111;
  color: #fffaf1;
}

.hero-outline-btn {
  border-color: rgba(23, 18, 13, 0.12);
  color: #17120d;
  background: transparent;
}

.hero-service-list {
  margin: 0;
  max-width: 520px;
}

.hero-service-list li {
  color: #3f372f;
}

.hero-service-list li::before {
  background: #c7963b;
}

.hero-intro-note {
  max-width: 540px;
  margin-top: 24px;
  padding: 16px 18px;
  border-left: 3px solid #c7963b;
  background: rgba(255, 255, 255, 0.66);
}

.hero-intro-note strong {
  display: block;
  color: #17120d;
  margin-bottom: 6px;
}

.hero-intro-note span {
  color: #64594d;
}

.hero-showcase {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.92fr);
  gap: 22px;
  padding: 12px 0 48px 24px;
}

.hero-frame {
  margin: 0;
  padding: 10px;
  border: 2px solid rgba(201, 154, 70, 0.82);
  border-radius: 28px;
  background: #fffdf8;
  box-shadow: 0 20px 48px rgba(22, 16, 12, 0.14);
}

.hero-frame img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  border-radius: 20px;
}

.hero-frame--primary {
  grid-row: span 2;
  transform: translateY(18px);
}

.hero-frame--secondary img {
  min-height: 210px;
}

.hero-frame--accent {
  width: 82%;
  margin-left: auto;
  margin-top: -8px;
}

.hero-frame--accent img {
  min-height: 188px;
}

.hero-badge-panel {
  position: absolute;
  left: 44px;
  bottom: 0;
  max-width: 290px;
  padding: 20px 22px;
  border-left: 4px solid #d9ac58;
  border-radius: 0 18px 18px 0;
  background: #111111;
  box-shadow: 0 18px 44px rgba(17, 17, 17, 0.28);
}

.hero-badge-panel small {
  display: block;
  margin-bottom: 6px;
  color: #d9ac58;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-badge-panel strong {
  display: block;
  color: #fffaf1;
  font-size: 1.28rem;
  line-height: 1.3;
}

.hero-badge-panel span {
  display: block;
  margin-top: 8px;
  color: #dac8a8;
  line-height: 1.6;
}

.quick-contact-strip {
  margin-top: 0;
}

.index-page .hero.hero-transition {
  padding: 0;
  background: transparent;
  overflow: hidden;
}

.hero-signature-swiper {
  position: relative;
  overflow: hidden;
}

.hero-transition-slide {
  position: relative;
  overflow: hidden;
  min-height: 650px;
  background:
    linear-gradient(90deg, #050505 0%, #050505 28%, #242424 28%, #434343 100%);
}

.hero-transition-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(112deg, transparent 0 25%, rgba(255, 198, 20, 0.96) 25% 61%, transparent 61%);
}

.hero-transition-slide::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 34%;
  height: 100%;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 60%),
    linear-gradient(115deg, rgba(255, 255, 255, 0.06), transparent 55%),
    linear-gradient(180deg, #2c2c2c 0%, #505050 100%);
  clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%);
}

.hero-transition-shell {
  position: relative;
  z-index: 2;
  min-height: 650px;
  display: flex;
  align-items: center;
  padding-top: 122px;
  padding-bottom: 70px;
}

.hero-transition .hero-eyebrow {
  color: #f7c747;
}

.hero-transition .hero-eyebrow::before {
  background: linear-gradient(90deg, #f7c747, rgba(247, 199, 71, 0.18));
}

.hero-transition h1 {
  max-width: 560px;
  color: #fffaf1;
  font-size: clamp(2.55rem, 4.4vw, 4.45rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.hero-transition .hero-lead {
  max-width: 480px;
  color: rgba(255, 250, 241, 0.82);
  font-size: 0.98rem;
  line-height: 1.72;
}

.hero-transition .hero-service-list {
  max-width: 500px;
}

.hero-transition .hero-service-list li {
  color: #fff4d9;
}

.hero-transition .hero-service-list li::before {
  background: #f7c747;
}

.hero-transition .hero-intro-note {
  max-width: 500px;
  background: rgba(17, 17, 17, 0.56);
  border-left-color: #f7c747;
  padding: 14px 16px;
}

.hero-transition .hero-intro-note strong {
  color: #fffaf1;
}

.hero-transition .hero-intro-note span {
  color: rgba(255, 250, 241, 0.8);
}

.hero-transition .btn-get-started {
  background: linear-gradient(135deg, #f5c43c 0%, #cd9412 100%);
  color: #17120d;
  box-shadow: 0 16px 30px rgba(205, 148, 18, 0.22);
}

.hero-transition .btn-watch-video {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fffaf1;
}

.hero-transition .btn-watch-video i,
.hero-transition .btn-watch-video span {
  color: #fffaf1;
}

.hero-transition .btn-watch-video:hover {
  background: #fffaf1;
}

.hero-transition .btn-watch-video:hover i,
.hero-transition .btn-watch-video:hover span {
  color: #17120d;
}

.hero-transition .hero-outline-btn {
  border-color: rgba(255, 255, 255, 0.22);
  color: #fffaf1;
  background: transparent;
}

.hero-transition .hero-outline-btn:hover {
  background: #17120d;
  border-color: #17120d;
  color: #fffaf1;
}

.hero-showcase--transition {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.26fr) minmax(0, 0.9fr);
  gap: 18px;
  padding: 0 0 46px 24px;
}

.hero-transition .hero-frame {
  background: rgba(74, 58, 9, 0.45);
  border: 2px solid rgba(255, 198, 20, 0.92);
  box-shadow: 0 26px 56px rgba(0, 0, 0, 0.26);
}

.hero-transition .hero-frame img {
  opacity: 0.94;
}

.hero-transition .hero-frame--primary {
  transform: translateY(14px);
}

.hero-transition .hero-frame--primary img {
  min-height: 300px;
}

.hero-transition .hero-frame--secondary img {
  min-height: 170px;
}

.hero-transition .hero-frame--accent img {
  min-height: 158px;
}

.hero-transition .hero-badge-panel {
  background: #111111;
  border-left-color: #f7c747;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.34);
  left: 26px;
  bottom: 6px;
  max-width: 250px;
  padding: 16px 18px;
}

.hero-transition .hero-badge-panel small {
  color: #f7c747;
}

.hero-transition .hero-badge-panel strong {
  color: #fffaf1;
}

.hero-transition .hero-badge-panel span {
  color: #e0cda5;
}

.hero-transition .swiper-pagination {
  bottom: 20px !important;
}

.hero-transition .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  opacity: 1;
  background: rgba(255, 235, 180, 0.5);
}

.hero-transition .swiper-pagination-bullet-active {
  background: #ffc614;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.82) inset;
}

.hero-transition-copy .hero-eyebrow,
.hero-transition-copy h1,
.hero-transition-copy .hero-lead,
.hero-transition-copy .hero-actions,
.hero-transition-copy .hero-service-list,
.hero-transition-copy .hero-intro-note,
.hero-transition-media .hero-frame--primary,
.hero-transition-media .hero-frame--secondary,
.hero-transition-media .hero-frame--accent,
.hero-transition-media .hero-badge-panel {
  will-change: transform, opacity;
}

.hero-transition-copy .hero-eyebrow,
.hero-transition-copy h1,
.hero-transition-copy .hero-lead,
.hero-transition-copy .hero-actions,
.hero-transition-copy .hero-service-list,
.hero-transition-copy .hero-intro-note {
  opacity: 1;
}

.hero-signature-swiper .swiper-slide-active .hero-eyebrow {
  animation: heroCopyRise 0.62s ease-out 0.08s both;
}

.hero-signature-swiper .swiper-slide-active h1 {
  animation: heroCopyRise 0.72s ease-out 0.16s both;
}

.hero-signature-swiper .swiper-slide-active .hero-lead {
  animation: heroCopyRise 0.74s ease-out 0.24s both;
}

.hero-signature-swiper .swiper-slide-active .hero-actions {
  animation: heroCopyRise 0.76s ease-out 0.32s both;
}

.hero-signature-swiper .swiper-slide-active .hero-service-list {
  animation: heroCopyRise 0.78s ease-out 0.4s both;
}

.hero-signature-swiper .swiper-slide-active .hero-intro-note {
  animation: heroCopyRise 0.8s ease-out 0.48s both;
}

.hero-signature-swiper .swiper-slide-active .hero-frame--primary {
  animation:
    heroMediaInPrimary 0.9s cubic-bezier(0.2, 0.8, 0.2, 1) 0.18s both,
    heroFloatPrimary 5.6s ease-in-out 1.2s infinite;
}

.hero-signature-swiper .swiper-slide-active .hero-frame--secondary {
  animation:
    heroMediaInSecondary 0.86s cubic-bezier(0.2, 0.8, 0.2, 1) 0.3s both,
    heroFloatSecondary 5.1s ease-in-out 1.25s infinite;
}

.hero-signature-swiper .swiper-slide-active .hero-frame--accent {
  animation:
    heroMediaInAccent 0.84s cubic-bezier(0.2, 0.8, 0.2, 1) 0.42s both,
    heroFloatAccent 4.8s ease-in-out 1.3s infinite;
}

.hero-signature-swiper .swiper-slide-active .hero-badge-panel {
  animation: heroCopyRise 0.84s ease-out 0.56s both;
}

.hero-signature-swiper .swiper-slide-prev .hero-frame--primary,
.hero-signature-swiper .swiper-slide-next .hero-frame--primary {
  transform: translateY(18px) scale(0.98);
}

.hero-signature-swiper .swiper-slide-prev .hero-frame--secondary,
.hero-signature-swiper .swiper-slide-next .hero-frame--secondary {
  transform: translateX(16px) scale(0.96);
}

.hero-signature-swiper .swiper-slide-prev .hero-frame--accent,
.hero-signature-swiper .swiper-slide-next .hero-frame--accent {
  transform: translateY(12px) scale(0.96);
}

.hero-signature-swiper .swiper-slide-prev .hero-badge-panel,
.hero-signature-swiper .swiper-slide-next .hero-badge-panel {
  transform: translateY(12px);
}

.hero-signature-swiper .swiper-slide-active .hero-transition-slide::before {
  animation: heroBandSweep 3.8s ease-out both;
}

@keyframes heroCopyRise {
  0% {
    opacity: 0;
    transform: translateY(24px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroMediaInPrimary {
  0% {
    opacity: 0;
    transform: translateY(42px) scale(0.92);
  }

  100% {
    opacity: 1;
    transform: translateY(14px) scale(1);
  }
}

@keyframes heroMediaInSecondary {
  0% {
    opacity: 0;
    transform: translateX(24px) scale(0.9);
  }

  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

@keyframes heroMediaInAccent {
  0% {
    opacity: 0;
    transform: translateY(26px) scale(0.92);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes heroFloatPrimary {
  0%, 100% {
    transform: translateY(14px) scale(1);
  }

  50% {
    transform: translateY(6px) scale(1);
  }
}

@keyframes heroFloatSecondary {
  0%, 100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-8px) scale(1);
  }
}

@keyframes heroFloatAccent {
  0%, 100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-10px) scale(1);
  }
}

@keyframes heroBandSweep {
  0% {
    opacity: 0.72;
    transform: translateX(-3%) scaleX(0.98);
  }

  100% {
    opacity: 1;
    transform: translateX(0) scaleX(1);
  }
}

.quick-contact-shell {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 18px;
  border-radius: 28px;
  border: 1px solid rgba(214, 169, 82, 0.18);
  background: #111111;
  box-shadow: 0 24px 54px rgba(17, 17, 17, 0.12);
}

.quick-contact-card {
  border-radius: 20px;
  border-color: rgba(214, 169, 82, 0.16);
  background: #18130f;
  box-shadow: none;
  color: #e7dcc7;
}

.quick-contact-card strong {
  color: #fffaf1;
}

.quick-contact-card small {
  color: #d6a752;
}

.quick-contact-card span {
  color: #c6b89c;
}

.quick-contact-card i,
.quick-contact-card--plain i {
  background: linear-gradient(135deg, #d8ac56 0%, #b8842f 100%);
  color: #17120d;
}

.quick-contact-card--whatsapp i {
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
  color: #ffffff;
}

.quick-contact-card:hover {
  color: #e7dcc7;
}

.service-areas-panel {
  position: relative;
  overflow: hidden;
}

.service-areas-panel::after {
  content: "";
  position: absolute;
  right: -48px;
  bottom: -64px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(216, 172, 86, 0.2) 0%, rgba(216, 172, 86, 0) 72%);
  pointer-events: none;
}

.service-area-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.service-area-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 130px;
  padding: 20px 18px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 250, 241, 0.96) 0%, rgba(246, 239, 224, 0.98) 100%);
  border: 1px solid rgba(184, 132, 47, 0.18);
  box-shadow: 0 16px 34px rgba(22, 16, 12, 0.08);
}

.service-area-card strong {
  color: #17120d;
  font-size: 1.04rem;
  line-height: 1.35;
  letter-spacing: -0.03em;
}

.service-area-card span {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.14);
  color: #16743f;
  font-size: 0.81rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .service-area-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .service-area-grid {
    grid-template-columns: 1fr;
  }
}

.service-tile {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border-radius: 28px;
  border: 1px solid rgba(22, 16, 12, 0.08);
  background: linear-gradient(180deg, #ffffff 0%, #f7f5f0 100%);
  box-shadow: 0 18px 38px rgba(22, 16, 12, 0.08);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.service-tile__media {
  position: relative;
  padding: 14px 14px 0;
}

.service-tile__media img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  border-radius: 22px;
  border: 2px solid rgba(201, 154, 70, 0.32);
  transition: transform 0.45s ease;
}

.service-tile__badge {
  position: absolute;
  top: 26px;
  right: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: rgba(17, 17, 17, 0.86);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}

.service-tile__badge i {
  color: #f5c43c;
  font-size: 1.15rem;
}

.service-tile__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: center;
  padding: 20px 22px 22px;
  text-align: center;
}

.service-tile:hover {
  transform: translateY(-8px);
  border-color: rgba(201, 154, 70, 0.28);
  box-shadow: 0 24px 50px rgba(22, 16, 12, 0.12);
}

.service-tile:hover .service-tile__media img {
  transform: scale(1.035);
}

.service-tile .icon,
.process-step-card .icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: #111111;
}

.service-tile .icon i,
.process-step-card .icon i {
  color: #d9ac58;
}

.service-tile h3,
.process-step-card h3,
.why-card h3,
.area-shell h3 {
  color: #17120d;
}

.service-tile .article-category {
  margin-bottom: 10px;
}

.service-tile p,
.process-step-card p {
  color: #60574e;
}

.service-tile p {
  margin-bottom: 18px;
}

.service-tile .service-tags {
  justify-content: center;
  margin-top: auto;
  margin-bottom: 16px;
}

.service-tile .service-tags span {
  padding: 8px 12px;
  background: #f3ede2;
  border: 1px solid rgba(201, 154, 70, 0.12);
  color: #5d5247;
  font-size: 12px;
  font-weight: 700;
}

.service-tile__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  margin-top: auto;
  border-radius: 16px;
  background: #111111;
  color: #fffaf1;
  font-weight: 800;
  letter-spacing: 0.01em;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.service-tile__cta:hover {
  background: linear-gradient(135deg, #f4c340 0%, #cd9412 100%);
  color: #17120d;
  transform: translateY(-1px);
}

.floating-actions {
  position: fixed;
  top: 50%;
  right: 18px;
  z-index: 9980;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transform: translateY(-50%);
}

.floating-actions__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.18);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.floating-actions__item i {
  font-size: 1.5rem;
}

.floating-actions__item:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
}

.floating-actions__item--phone {
  background: #000000;
  color: #ffffff;
}

.floating-actions__item--whatsapp {
  background: linear-gradient(135deg, #2fe06f 0%, #16a34a 100%);
  color: #ffffff;
}

.floating-actions__item--tawk {
  background: linear-gradient(135deg, #1d73f4 0%, #1458bf 100%);
  color: #ffffff;
}

.scroll-top {
  right: 86px;
  bottom: 18px;
}

.process-section {
  background: linear-gradient(180deg, #f4ecdf 0%, #fbf7f0 100%);
}

.process-step-card {
  height: 100%;
  padding: 28px 24px;
  border-radius: 24px;
  border: 1px solid rgba(22, 16, 12, 0.08);
  background: #fffdf8;
  box-shadow: 0 16px 38px rgba(22, 16, 12, 0.06);
}

.process-step-card__number,
.why-card__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  color: #b78735;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.process-step-card .icon {
  margin-bottom: 18px;
}

.why-band {
  background: linear-gradient(135deg, #111111 0%, #1d1712 100%);
}

.why-band__intro h2,
.why-band__intro p {
  color: #fffaf1;
}

.why-band__intro .hero-eyebrow {
  color: #d8ac56;
}

.why-band__intro .hero-eyebrow::before {
  background: linear-gradient(90deg, #d8ac56, rgba(216, 172, 86, 0.2));
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.why-card {
  padding: 24px;
  border-radius: 24px;
  border: 1px solid rgba(214, 169, 82, 0.18);
  background: rgba(255, 255, 255, 0.05);
}

.why-card h3 {
  color: #fffaf1;
}

.why-card p {
  color: #d7c7a8;
  margin-bottom: 0;
}

.pricing .pricing-item {
  border-color: rgba(22, 16, 12, 0.08);
  background: #fffdf8;
  box-shadow: 0 16px 38px rgba(22, 16, 12, 0.06);
}

.pricing .pricing-item h3 {
  color: #17120d;
}

.pricing .pricing-item h4 {
  color: #b68634;
}

.pricing .pricing-item .btn-buy {
  background: linear-gradient(135deg, #d8ac56 0%, #b8842f 100%);
  color: #17120d;
}

.pricing .pricing-item.featured {
  background: linear-gradient(135deg, #111111 0%, #1d1712 100%);
  border-color: rgba(214, 169, 82, 0.18);
}

.pricing .pricing-item.featured h4 {
  color: #f0ca77;
}

.area-shell {
  margin-bottom: 30px;
  padding: 32px;
  border-radius: 28px;
  border: 1px solid rgba(214, 169, 82, 0.18);
  background: #111111;
  box-shadow: 0 18px 44px rgba(17, 17, 17, 0.12);
}

.area-shell h3,
.area-shell p {
  color: #fffaf1;
}

.area-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.area-pill-list span {
  display: inline-flex;
  align-items: center;
  padding: 11px 15px;
  border-radius: 999px;
  border: 1px solid rgba(214, 169, 82, 0.18);
  background: #1a1410;
  color: #efcf92;
  font-size: 13px;
  font-weight: 700;
}

.location-card {
  border-color: rgba(22, 16, 12, 0.08);
  background: #fffdf8;
}

.location-card__area {
  background: #111111;
  color: #d8ac56;
}

.testimonials {
  background: linear-gradient(135deg, #111111 0%, #1a1510 100%);
}

.testimonials .section-title p,
.testimonials .section-title h2 {
  color: #fffaf1;
}

.testimonials .testimonials-bg {
  display: none;
}

.testimonials .testimonial-item {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(214, 169, 82, 0.18);
  backdrop-filter: none;
}

.testimonials .testimonial-item .testimonial-img {
  border-color: rgba(214, 169, 82, 0.18);
}

.faq .faq-container .faq-item {
  border-color: rgba(22, 16, 12, 0.08);
}

.contact .info-wrap {
  background: #111111;
  border-color: rgba(214, 169, 82, 0.18);
}

.contact .info-wrap h3,
.contact .info-wrap p,
.contact-action-box h3,
.contact-action-box p {
  color: #fffaf1;
}

.contact-action-box {
  background: #1a1410;
  border: 1px solid rgba(214, 169, 82, 0.18);
}

.contact .info-item i {
  background: linear-gradient(135deg, #d8ac56 0%, #b8842f 100%);
  color: #17120d;
}

.contact-lead-card {
  background: #fffdf8;
}

.inner-page .page-header,
.location-header {
  background: linear-gradient(135deg, #111111 0%, #1d1712 100%);
}

.inner-page .page-header::after,
.location-header::after {
  background-image: none;
}

.footer {
  background: #111111;
  color: #cfbea0;
}

.footer .footer-about .sitename,
.footer h4,
.footer a {
  color: #fffaf1;
}

.footer .social-links a {
  background: #1f1813;
  color: #d8ac56;
}

@media (max-width: 1199px) {
  .topbar-links {
    width: 100%;
    justify-content: center;
  }

  .mobile-nav-toggle {
    color: #f1d8a5;
  }

  .navmenu.navmenu-open {
    background: rgba(17, 17, 17, 0.72);
  }

  .navmenu.navmenu-open > ul {
    top: 110px !important;
    background: #fffaf2;
    border: 1px solid rgba(201, 154, 70, 0.18);
  }

  .navmenu.navmenu-open > ul > li > a {
    color: #17120d;
  }
}

@media (max-width: 991px) {
  .hero-transition-slide,
  .hero-transition-shell {
    min-height: auto;
  }

  .hero-transition-slide {
    background: linear-gradient(180deg, #0b0b0b 0%, #363636 100%);
  }

  .hero-transition-slide::before {
    background: linear-gradient(180deg, rgba(255, 198, 20, 0.92) 0%, rgba(255, 198, 20, 0.82) 38%, transparent 38%);
  }

  .hero-transition-slide::after {
    width: 100%;
    height: 44%;
    clip-path: none;
    opacity: 0.45;
  }

  .hero-transition-shell {
    padding-top: 42px;
    padding-bottom: 44px;
  }

  .hero-transition .hero-lead,
  .hero-transition .hero-service-list,
  .hero-transition .hero-intro-note {
    max-width: none;
  }

  .hero-showcase--transition {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: 12px;
    padding: 0 0 12px;
    align-items: start;
  }

  .hero-showcase {
    padding: 0 0 16px;
  }

  .hero-transition .hero-frame--primary,
  .hero-frame--primary {
    grid-row: span 2;
    transform: none;
  }

  .hero-transition .hero-frame img,
  .hero-frame img {
    min-height: 0;
    height: auto;
  }

  .hero-transition .hero-frame--primary img,
  .hero-frame--primary img {
    aspect-ratio: 5 / 4;
  }

  .hero-transition .hero-frame--secondary img,
  .hero-transition .hero-frame--accent img {
    aspect-ratio: 1 / 1;
  }

  .hero-transition .hero-frame--accent,
  .hero-frame--accent {
    width: auto;
    margin: 0;
  }

  .hero-transition .hero-badge-panel,
  .hero-badge-panel {
    position: static;
    max-width: none;
    margin-top: 14px;
  }

  .hero-showcase,
  .why-grid,
  .quick-contact-shell {
    grid-template-columns: 1fr;
  }

  .floating-actions {
    top: auto;
    bottom: 18px;
    right: 14px;
    transform: none;
  }
}

@media (max-width: 767px) {
  .header .topbar {
    display: none !important;
  }

  .header .branding {
    min-height: 82px;
    padding: 8px 0;
  }

  .brand-logo {
    height: 64px;
    max-width: 286px;
    filter: brightness(1.08) saturate(1.12) drop-shadow(0 10px 20px rgba(212, 170, 84, 0.22));
  }

  .floating-actions {
    right: 12px;
    bottom: 14px;
    gap: 10px;
  }

  .floating-actions__item {
    width: 52px;
    height: 52px;
  }

  .floating-actions__item i {
    font-size: 1.35rem;
  }

  .scroll-top {
    right: 76px;
    bottom: 14px;
  }

  .hero-transition h1 {
    font-size: clamp(1.95rem, 10vw, 3rem);
    line-height: 1.02;
  }

  .hero-transition-shell {
    padding-top: 28px;
    padding-bottom: 34px;
  }

  .hero-transition .hero-lead {
    font-size: 0.95rem;
    line-height: 1.62;
  }

  .hero-transition .hero-actions {
    gap: 10px;
  }

  .hero-transition .hero-actions > * {
    flex: 1 1 calc(50% - 10px);
    justify-content: center;
    text-align: center;
  }

  .hero-transition .hero-outline-btn {
    flex-basis: 100%;
  }

  .hero-transition .hero-service-list {
    margin-top: 18px;
    columns: 2;
    column-gap: 16px;
  }

  .hero-transition .hero-service-list li {
    font-size: 0.98rem;
    break-inside: avoid;
    margin-bottom: 10px;
  }

  .hero-transition .hero-intro-note {
    display: none;
  }

  .hero-showcase--transition {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 10px;
  }

  .hero-transition .hero-frame {
    padding: 8px;
    border-radius: 22px;
  }

  .hero-transition .hero-frame img {
    border-radius: 14px;
  }

  .hero-transition .hero-frame--primary img {
    aspect-ratio: 5 / 4;
  }

  .hero-transition .hero-frame--secondary img {
    aspect-ratio: 1 / 1;
  }

  .hero-transition .hero-frame--accent,
  .hero-frame--accent {
    display: none;
  }

  .hero-transition .hero-badge-panel {
    padding: 14px 16px;
    border-radius: 0 14px 14px 0;
  }

  .topbar-note span {
    text-align: center;
    font-size: 12px;
  }

  .topbar-links {
    width: 100%;
  }

  .topbar-link {
    flex: 1 1 0;
  }

  .area-shell,
  .service-tile__content,
  .process-step-card,
  .why-card {
    padding: 22px;
  }

  .navmenu.navmenu-open > ul {
    top: 86px !important;
  }
}

.signature-slider {
  padding-top: 0;
}

.signature-slider__swiper {
  position: relative;
  overflow: hidden;
}

.signature-slide {
  position: relative;
  overflow: hidden;
  min-height: 620px;
  background:
    linear-gradient(90deg, #050505 0%, #050505 35%, #1d1d1d 35%, #373737 100%);
}

.signature-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(112deg, transparent 0 30%, rgba(255, 198, 20, 0.96) 30% 56%, transparent 56%);
}

.signature-slide::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 33%;
  height: 100%;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 60%),
    linear-gradient(115deg, rgba(255, 255, 255, 0.05), transparent 55%),
    linear-gradient(180deg, #2d2d2d 0%, #4a4a4a 100%);
  clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%);
}

.signature-slide__inner {
  position: relative;
  z-index: 2;
  min-height: 620px;
  display: flex;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 64px;
}

.signature-slide__copy {
  max-width: 430px;
}

.signature-slide__copy .article-category {
  background: rgba(255, 198, 20, 0.12);
  color: #f7c747;
  border: 1px solid rgba(247, 199, 71, 0.22);
}

.signature-slide__copy h2 {
  margin-top: 16px;
  color: #fffaf1;
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 1.04;
  letter-spacing: -0.05em;
}

.signature-slide__copy p {
  margin-top: 16px;
  color: rgba(255, 250, 241, 0.8);
  line-height: 1.8;
}

.signature-slide__copy .btn-outline-light {
  border-color: rgba(255, 255, 255, 0.22);
  color: #fffaf1;
}

.signature-slide__copy .btn-outline-light:hover,
.signature-slide__copy .btn-outline-light:focus {
  background: #fffaf1;
  color: #17120d;
}

.signature-slide__visual {
  position: relative;
  min-height: 520px;
}

.signature-slide__ghost {
  position: absolute;
  top: 58px;
  left: 110px;
  width: 120px;
  height: 430px;
  opacity: 0.22;
  border: 1px solid rgba(255, 198, 20, 0.5);
  background: rgba(255, 198, 20, 0.16);
}

.signature-slide__ghost img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: multiply;
}

.signature-slide__frame {
  position: absolute;
  top: 6px;
  right: 64px;
  width: min(100%, 430px);
  height: 540px;
  padding: 12px;
  border: 3px solid rgba(255, 198, 20, 0.9);
  background: rgba(74, 58, 9, 0.5);
  box-shadow: 0 28px 54px rgba(0, 0, 0, 0.28);
}

.signature-slide__frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 40%);
  pointer-events: none;
}

.signature-slide__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.24;
}

.signature-slider .swiper-pagination {
  bottom: 18px !important;
}

.signature-slider .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: rgba(255, 235, 180, 0.55);
  opacity: 1;
}

.signature-slider .swiper-pagination-bullet-active {
  background: #ffc614;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.82) inset;
}

@media (max-width: 991px) {
  .signature-slide,
  .signature-slide__inner {
    min-height: auto;
  }

  .signature-slide {
    background: linear-gradient(180deg, #0b0b0b 0%, #353535 100%);
  }

  .signature-slide::before {
    background: linear-gradient(180deg, rgba(255, 198, 20, 0.92) 0%, rgba(255, 198, 20, 0.82) 38%, transparent 38%);
  }

  .signature-slide::after {
    width: 100%;
    height: 46%;
    clip-path: none;
    opacity: 0.45;
  }

  .signature-slide__inner {
    padding-top: 34px;
    padding-bottom: 68px;
  }

  .signature-slide__copy {
    max-width: none;
  }

  .signature-slide__visual {
    min-height: 380px;
  }

  .signature-slide__ghost {
    left: 24px;
    top: 28px;
    width: 90px;
    height: 280px;
  }

  .signature-slide__frame {
    position: relative;
    top: auto;
    right: auto;
    margin-left: auto;
    height: 380px;
  }
}

@media (max-width: 767px) {
  .signature-slide__copy h2 {
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .signature-slide__visual {
    min-height: 300px;
  }

  .signature-slide__ghost {
    width: 72px;
    height: 210px;
  }

  .signature-slide__frame {
    height: 300px;
    width: calc(100% - 28px);
    margin: 0 0 0 auto;
  }
}

.ad-landing-page .page-header.location-header {
  padding-bottom: 64px;
}

.ad-landing-hero {
  background:
    radial-gradient(circle at top left, rgba(212, 164, 65, 0.18), transparent 28%),
    linear-gradient(135deg, #fffaf0 0%, #f7f1e4 48%, #f5efe3 100%);
}

.lead-bullets {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.lead-bullets span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.04);
  border: 1px solid rgba(212, 164, 65, 0.25);
  color: #111111;
  font-size: 0.92rem;
  font-weight: 600;
}

.lead-form-panel {
  border: 1px solid rgba(212, 164, 65, 0.22);
  box-shadow: 0 24px 60px rgba(17, 17, 17, 0.12);
}

.lead-form-panel .btn-lg {
  min-height: 54px;
}

.utm-note {
  margin-top: 1rem;
  color: rgba(17, 17, 17, 0.62);
  font-size: 0.88rem;
}

.trust-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.trust-mini-card {
  padding: 20px;
  border-radius: 22px;
  background: #111111;
  border: 1px solid rgba(212, 164, 65, 0.24);
  box-shadow: 0 18px 40px rgba(17, 17, 17, 0.18);
}

.trust-mini-card strong {
  display: block;
  color: #f7c24c;
  font-size: 0.98rem;
}

.trust-mini-card p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.92rem;
  line-height: 1.6;
}

@media (max-width: 991px) {
  .ad-landing-page .page-header.location-header {
    padding-bottom: 40px;
  }

  .trust-mini-grid {
    grid-template-columns: 1fr;
  }
}
