/* carousel-hero.css inlined to remove render-blocking @import */
/* Full-bleed booking hero */
.carousel-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  align-items: center;
  min-height: min(760px, calc(100svh - 118px));
  overflow: hidden;
  background: #102b3b;
}

.carousel-slides,
.carousel-slide,
.carousel-shade { position: absolute; inset: 0; }
.carousel-slides { z-index: -3; }
.carousel-slide {
  opacity: 0;
  background: center / cover no-repeat;
  transform: scale(1.035);
  transition: opacity .75s ease-in-out;
}
.carousel-slide.is-active {
  opacity: 1;
  animation: carousel-pan-left 3.9s linear both;
}
.carousel-shade {
  z-index: -2;
  background: linear-gradient(90deg, rgba(7, 20, 35, .78) 0%, rgba(8, 25, 42, .51) 55%, rgba(8, 25, 42, .66) 100%);
}

.carousel-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  justify-items: center;
  gap: clamp(28px, 6vw, 90px);
  width: 100%;
  min-height: min(760px, calc(100svh - 118px));
  padding: clamp(72px, 7vw, 96px) 0 clamp(58px, 6vw, 82px);
}

.hero-glass-panel {
  max-width: 900px;
  width: 100%;
  padding: 0;
  color: #fff;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  text-align: center;
}
.hero-glass-panel .home-perfect-badge {
  display: inline-flex;
  margin-bottom: 15px;
  color: #fff1e6;
  border: 1px solid rgba(255, 214, 187, .45);
  background: rgba(232, 106, 66, .23);
}
.hero-glass-panel h1 {
  margin: 0 auto;
  max-width: 760px;
  color: #fff;
  font-family: Arial, "Helvetica Neue", sans-serif !important;
  font-size: clamp(2.3rem, 4.7vw, 4.25rem);
  font-weight: 850;
  line-height: 1.04;
  letter-spacing: -.045em;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .45);
}
.hero-glass-panel h1 em { color: #ffc3a5 !important; font-style: normal; }
.hero-glass-panel > p {
  max-width: 690px;
  margin: 18px auto 0;
  color: rgba(255, 255, 255, .86);
  font-size: clamp(.98rem, 1.4vw, 1.08rem);
  line-height: 1.58;
  text-shadow: 0 1px 12px rgba(0, 0, 0, .45);
}
.hero-service-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 20px;
  justify-content: center;
}
.hero-service-pills span {
  padding: 8px 12px;
  color: #eef7fa;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  font-size: .82rem;
  font-weight: 700;
}
.hero-glass-panel .home-perfect-actions { justify-content: center; margin-top: 23px; }
.hero-glass-panel .perfect-wa {
  color: #fff;
  border-color: rgba(255,255,255,.56);
  background: rgba(255,255,255,.12);
}
.hero-booking-card {
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, .54);
  border-radius: 24px;
  background: rgba(255, 252, 247, .92);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .3);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}
.hero-booking-card .lead-form {
  margin: 0;
  border: 0;
  border-radius: 18px;
  box-shadow: none;
  background: transparent;
}
.carousel-dots {
  display: flex;
  gap: 8px;
  margin-top: 24px;
  justify-content: center;
}
.carousel-dots button {
  width: 30px;
  height: 4px;
  padding: 0;
  cursor: pointer;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.4);
  transition: width .2s ease, background .2s ease;
}
.carousel-dots button.active,
.carousel-dots button:focus-visible { width: 48px; background: #ffc3a5; outline: none; }

@keyframes carousel-pan-left {
  from { transform: scale(1.09) translateX(2.5%); }
  to { transform: scale(1.09) translateX(-2.5%); }
}

@media (max-width: 820px) {
  .carousel-hero, .carousel-content { min-height: auto; }
  .carousel-content { grid-template-columns: 1fr; padding: 58px 0; }
  .hero-glass-panel { max-width: none; }
  .hero-booking-card { max-width: 580px; width: 100%; }
}
@media (max-width: 560px) {
  .carousel-content { padding: 42px 0; gap: 24px; }
  .hero-glass-panel { padding: 0; border-radius: 0; }
  .hero-glass-panel h1 { font-size: clamp(2.15rem, 11vw, 3.1rem); }
  .hero-service-pills { gap: 7px; }
  .hero-service-pills span { padding: 7px 10px; font-size: .75rem; }
  .hero-booking-card { border-radius: 19px; }
}
@media (prefers-reduced-motion: reduce) {
  .carousel-slide { transition: none; }
  .carousel-slide.is-active { animation: none; }
}


:root {
  --green: #5b3cc4;
  --ink: #241838;
  --orange: #e86a42;
  --lime: #f7b267;
  --cream: #fff8ef;
  --line: #e8dbcb;
  --muted: #63717a;
}

body { background: #fff8ef; }
.topbar { color: #fff !important; background: linear-gradient(90deg, #182f4d, #b8543a) !important; }
.navcall, .btn.primary, .perfect-call { background: #e86a42 !important; border-color: #e86a42 !important; }
.home-perfect-hero { background: linear-gradient(110deg, #fff8ef 0%, #fdf0e2 48%, #d9e9ef 100%) !important; }
.home-perfect-copy h1 em, .eyebrow, .service-card b, .approved-review-grid .stars { color: #e86a42 !important; }
.home-perfect-visual { border-color: #e86a42 !important; }
.home-perfect-trust { background: #0d4764 !important; }
.approved-stats article strong { color: #e86a42 !important; }
.approved-why { background: #102b3b !important; }
.approved-why-grid article { background: #173c50 !important; border-color: #315c70 !important; }
.premium-footer { background: #102b3b !important; }
.home-perfect-visual img { object-fit: cover !important; }
#main-navigation .dropdown > .service-menu { width: 380px !important; grid-template-columns: 1fr !important; }
#main-navigation .dropdown > .service-menu .cooking-group { grid-column: auto !important; width: 100% !important; }

/* Why choose us: light, high-contrast feature cards */
.approved-why {
  background: linear-gradient(135deg, #edf4f6 0%, #fdf5ee 100%) !important;
}
.approved-why .sectionhead h2 { color: #102b3b !important; }
.approved-why .sectionhead .eyebrow { color: #b8543a !important; }
.approved-why-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
}
.approved-why-grid article {
  position: relative;
  display: flex !important;
  min-height: 248px;
  padding: 28px 24px 25px !important;
  overflow: hidden;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid #dce5e9 !important;
  border-radius: 20px !important;
  background: #fff !important;
  box-shadow: 0 13px 28px rgba(24, 47, 77, .10) !important;
  isolation: isolate;
}
.approved-why-grid article::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  content: '';
  background: #e86a42;
}
.approved-why-grid article::after {
  position: absolute;
  right: 16px;
  bottom: 9px;
  z-index: -1;
  color: #edf3f5;
  font: 800 76px/.8 Georgia, serif;
}
.approved-why-grid article:nth-child(1)::after { content: '01'; }
.approved-why-grid article:nth-child(2)::before { background: #237c8a; }
.approved-why-grid article:nth-child(2)::after { content: '02'; }
.approved-why-grid article:nth-child(3)::before { background: #d68a33; }
.approved-why-grid article:nth-child(3)::after { content: '03'; }
.approved-why-grid article:nth-child(4)::before { background: #755f9f; }
.approved-why-grid article:nth-child(4)::after { content: '04'; }
.approved-why-grid article > span {
  display: grid !important;
  width: 48px;
  height: 48px;
  margin: 5px 0 21px !important;
  place-items: center;
  color: #b8543a !important;
  border-radius: 14px;
  background: #fff0e9;
  font-size: 23px !important;
  font-weight: 900;
  line-height: 1;
}
.approved-why-grid article:nth-child(2) > span { color: #237c8a !important; background: #e8f5f6; }
.approved-why-grid article:nth-child(3) > span { color: #b56d15 !important; background: #fff3dd; }
.approved-why-grid article:nth-child(4) > span { color: #675087 !important; background: #f1edfb; }
.approved-why-grid article h3 {
  margin: 0 0 11px !important;
  color: #102b3b !important;
  font-size: 19px !important;
  line-height: 1.25 !important;
}
.approved-why-grid article p {
  margin: 0 !important;
  color: #405565 !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
}
@media (max-width: 850px) {
  .approved-why-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}
@media (max-width: 520px) {
  .approved-why-grid { grid-template-columns: 1fr !important; }
  .approved-why-grid article { min-height: 212px; }
}

/* Consistent navy hover treatment */
@media (hover: hover) {
  .btn,
  .navcall,
  .service-card,
  .approved-service-card,
  .brand-logo-card,
  .brand-catalog > a,
  .diagnosis-grid article,
  .brand-issue-grid article,
  .related-grid a,
  .seo-guide-grid article,
  .approved-why-grid article,
  .review-card,
  .gallery-item {
    transition: background-color .25s ease, color .25s ease, border-color .25s ease, box-shadow .25s ease, transform .25s ease;
  }

  .btn:hover,
  .navcall:hover,
  .perfect-call:hover,
  .perfect-wa:hover,
  .service-card:hover,
  .approved-service-card:hover,
  .brand-logo-card:hover,
  .brand-catalog > a:hover,
  .diagnosis-grid article:hover,
  .brand-issue-grid article:hover,
  .related-grid a:hover,
  .seo-guide-grid article:hover,
  .approved-why-grid article:hover,
  .review-card:hover {
    color: #fff !important;
    border-color: #182f4d !important;
    background: #182f4d !important;
    box-shadow: 0 18px 34px rgba(24, 47, 77, .23) !important;
  }

  .service-card:hover *,
  .approved-service-card:hover *,
  .brand-logo-card:hover *,
  .brand-catalog > a:hover *,
  .diagnosis-grid article:hover *,
  .brand-issue-grid article:hover *,
  .related-grid a:hover *,
  .seo-guide-grid article:hover *,
  .approved-why-grid article:hover *,
  .review-card:hover * { color: #fff !important; }

  .approved-why-grid article:hover > span {
    color: #182f4d !important;
    background: #fff !important;
  }

  .approved-why-grid article:hover::before { background: #f7b267 !important; }
  .brand-logo-card:hover img { filter: brightness(0) invert(1); }
}

/* Universal card hover: plum purple, reserved only for interactions */
@media (hover: hover) {
  .service-card:hover,
  .approved-service-card:hover,
  .brand-logo-card:hover,
  .brand-catalog > a:hover,
  .diagnosis-grid article:hover,
  .brand-issue-grid article:hover,
  .related-grid a:hover,
  .seo-guide-grid article:hover,
  .approved-why-grid article:hover,
  .review-card:hover,
  .gallery-item:hover,
  .featuregrid article:hover,
  .scope-grid article:hover,
  .steps > div:hover,
  .seo-columns article:hover,
  .home-brand-grid a:hover,
  .brand-guide-grid article:hover,
  .seo-link-list a:hover,
  .contact-list > *:hover {
    color: #fff !important;
    border-color: #703b8c !important;
    background: #703b8c !important;
    box-shadow: 0 18px 34px rgba(112, 59, 140, .27) !important;
  }

  .service-card:hover :is(h1, h2, h3, h4, p, b, strong, small, span, a),
  .approved-service-card:hover :is(h1, h2, h3, h4, p, b, strong, small, span, a),
  .brand-logo-card:hover :is(h1, h2, h3, h4, p, b, strong, small, span, a),
  .brand-catalog > a:hover :is(h1, h2, h3, h4, p, b, strong, small, span, a),
  .diagnosis-grid article:hover :is(h1, h2, h3, h4, p, b, strong, small, span, a),
  .brand-issue-grid article:hover :is(h1, h2, h3, h4, p, b, strong, small, span, a),
  .related-grid a:hover :is(h1, h2, h3, h4, p, b, strong, small, span, a),
  .seo-guide-grid article:hover :is(h1, h2, h3, h4, p, b, strong, small, span, a),
  .approved-why-grid article:hover :is(h1, h2, h3, h4, p, b, strong, small, span, a),
  .review-card:hover :is(h1, h2, h3, h4, p, b, strong, small, span, a),
  .featuregrid article:hover :is(h1, h2, h3, h4, p, b, strong, small, span, a),
  .scope-grid article:hover :is(h1, h2, h3, h4, p, b, strong, small, span, a),
  .steps > div:hover :is(h1, h2, h3, h4, p, b, strong, small, span, a),
  .seo-columns article:hover :is(h1, h2, h3, h4, p, b, strong, small, span, a),
  .home-brand-grid a:hover :is(h1, h2, h3, h4, p, b, strong, small, span, a),
  .brand-guide-grid article:hover :is(h1, h2, h3, h4, p, b, strong, small, span, a),
  .seo-link-list a:hover :is(h1, h2, h3, h4, p, b, strong, small, span, a),
  .contact-list > *:hover :is(h1, h2, h3, h4, p, b, strong, small, span, a) {
    color: #fff !important;
  }

  .approved-why-grid article:hover > span {
    color: #703b8c !important;
    background: #fff !important;
  }
  .approved-why-grid article:hover::before { background: #f7b267 !important; }
}

/* Final violet palette: loaded after the base stylesheet */
body { background: #f5f1ff !important; }
.section:not(.approved-why),
.pagehero,
.brand-hero,
.brand-booking,
.brand-directory-info,
.seo-coverage,
.approved-stats,
.approved-reviews {
  background-color: #f5f1ff !important;
}
.approved-why { background: linear-gradient(135deg, #eee8fb 0%, #faf3ff 100%) !important; }
.premium-footer { background: linear-gradient(135deg, #241838 0%, #452b68 100%) !important; }

@media (hover: hover) {
  body .service-card:hover,
  body .approved-service-card:hover,
  body .brand-logo-card:hover,
  body .brand-catalog > a:hover,
  body .diagnosis-grid article:hover,
  body .brand-issue-grid article:hover,
  body .related-grid a:hover,
  body .seo-guide-grid article:hover,
  body .approved-why-grid article:hover,
  body .review-card:hover,
  body .gallery-item:hover,
  body .featuregrid article:hover,
  body .scope-grid article:hover,
  body .steps > div:hover,
  body .seo-columns article:hover,
  body .home-brand-grid a:hover,
  body .brand-guide-grid article:hover,
  body .seo-link-list a:hover,
  body .contact-list > *:hover {
    background: linear-gradient(135deg, #7658ed 0%, #5437c5 100%) !important;
    border-color: #7658ed !important;
    color: #fff !important;
    box-shadow: 0 18px 34px rgba(84, 55, 197, .30) !important;
  }
  body .service-card:hover *,
  body .approved-service-card:hover *,
  body .brand-logo-card:hover *,
  body .brand-catalog > a:hover *,
  body .diagnosis-grid article:hover *,
  body .brand-issue-grid article:hover *,
  body .related-grid a:hover *,
  body .seo-guide-grid article:hover *,
  body .approved-why-grid article:hover *,
  body .review-card:hover *,
  body .featuregrid article:hover *,
  body .scope-grid article:hover *,
  body .steps > div:hover *,
  body .seo-columns article:hover *,
  body .home-brand-grid a:hover *,
  body .brand-guide-grid article:hover *,
  body .seo-link-list a:hover *,
  body .contact-list > *:hover * { color: #fff !important; }
  body .approved-why-grid article:hover > span { color: #5437c5 !important; background: #fff !important; }
  body .approved-why-grid article:hover::before { background: #ffc74f !important; }
}

/* Home booking section */
.home-contact-section { padding: clamp(70px, 9vw, 115px) 0; background: #f5f1ff; }
.home-contact-shell {
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(380px, 1.06fr);
  overflow: hidden;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 24px 64px rgba(54, 32, 102, .16);
}
.home-contact-copy {
  padding: clamp(34px, 5vw, 68px);
  color: #fff;
  background: linear-gradient(145deg, #281b44 0%, #50357f 100%);
}
.home-contact-copy .eyebrow { color: #ffd06b !important; }
.home-contact-copy h2 {
  max-width: 520px;
  margin: 14px 0 18px;
  color: #fff;
  font-size: clamp(2.15rem, 3.7vw, 3.5rem);
  line-height: 1.08;
}
.home-contact-copy > p { max-width: 515px; margin: 0; color: rgba(255,255,255,.82); font-size: 16px; }
.home-contact-benefits { display: grid; gap: 10px; margin: 28px 0; }
.home-contact-benefits span { color: #fff; font-weight: 700; }
.home-contact-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.home-contact-actions a {
  display: grid;
  min-height: 78px;
  padding: 15px 16px;
  align-content: center;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 16px;
  background: rgba(255,255,255,.09);
  color: #fff;
  transition: transform .2s ease, background .2s ease;
}
.home-contact-actions small { color: #e4dafa; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.home-contact-actions strong { margin-top: 3px; font-size: 15px; }
.home-contact-address { margin-top: 27px !important; font-size: 13px !important; line-height: 1.65; }
.home-contact-address strong { display: block; margin-bottom: 4px; color: #ffd06b; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.home-contact-form { padding: clamp(22px, 4vw, 48px); background: #fff; }
.home-contact-form .lead-form { padding: 0; border-radius: 0; background: transparent; box-shadow: none; }
.home-contact-form .lead-form h2 { color: #281b44; }
.home-contact-form .lead-form input,
.home-contact-form .lead-form select { border-color: #ded5ef; background: #faf8ff; }
.home-contact-form .lead-form input:focus,
.home-contact-form .lead-form select:focus { border-color: #7658ed; box-shadow: 0 0 0 4px rgba(118, 88, 237, .12); outline: none; }
.home-contact-form .lead-form button { background: linear-gradient(135deg, #7658ed, #5437c5) !important; }
@media (hover: hover) { .home-contact-actions a:hover { background: rgba(255,255,255,.18); transform: translateY(-3px); } }
@media (max-width: 850px) {
  .home-contact-shell { grid-template-columns: 1fr; }
  .home-contact-copy { text-align: center; }
  .home-contact-copy h2, .home-contact-copy > p { margin-left: auto; margin-right: auto; }
  .home-contact-actions { max-width: 520px; margin-left: auto; margin-right: auto; }
}
@media (max-width: 520px) {
  .home-contact-shell { border-radius: 21px; }
  .home-contact-actions { grid-template-columns: 1fr; }
  .home-contact-form { padding: 26px 20px; }
}

/* Site canvas: remove legacy blue/green section gradients */
html,
body,
main { background: #fff0df !important; }
main > section:not(.carousel-hero) { background: #fff0df !important; }

/* Brand cards retain readable labels on hover */
@media (hover: hover) {
  body .approved-brand-grid .brand-logo-card:hover,
  body .home-brand-grid .brand-logo-card:hover,
  body .brand-catalog > a:hover {
    background: #b3266e !important;
    border-color: #b3266e !important;
    box-shadow: 0 16px 30px rgba(179, 38, 110, .28) !important;
  }
  body .approved-brand-grid .brand-logo-card:hover > span,
  body .home-brand-grid .brand-logo-card:hover > span,
  body .brand-catalog > a:hover > strong,
  body .brand-catalog > a:hover > small,
  body .brand-catalog > a:hover > span {
    display: block !important;
    position: relative;
    z-index: 2;
    color: #fff !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  body .approved-brand-grid .brand-logo-card:hover img,
  body .home-brand-grid .brand-logo-card:hover img { filter: brightness(0) invert(1) !important; }
}

@media (hover: hover) {
  body .approved-brand-grid-v32 .brand-logo-card.has-logo:hover img { display: none !important; }
  body .approved-brand-grid-v32 .brand-logo-card.has-logo:hover > span {
    position: static !important;
    display: block !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    line-height: 1.25 !important;
    text-align: center !important;
  }
  body .approved-brand-grid-v32 .brand-logo-card.text-only:hover > span {
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 900 !important;
  }
}

/* Home gallery */
.home-gallery { padding-bottom: clamp(80px, 10vw, 130px); }
.home-gallery-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 15px; }
.home-gallery-grid a { position: relative; display: block; min-height: 205px; overflow: hidden; border-radius: 18px; background: #2b1b40; }
.home-gallery-grid img { width: 100%; height: 100%; min-height: 205px; object-fit: cover; transition: transform .4s ease, opacity .3s ease; }
.home-gallery-grid span { position: absolute; right: 0; bottom: 0; left: 0; padding: 26px 15px 13px; color: #fff; background: linear-gradient(transparent, rgba(32, 19, 52, .88)); font-size: 13px; font-weight: 800; }
.home-gallery-action { margin-top: 30px; }
@media (hover: hover) { .home-gallery-grid a:hover img { transform: scale(1.07); opacity: .82; } }
@media (max-width: 850px) { .home-gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 520px) { .home-gallery-grid { grid-template-columns: 1fr; } .home-gallery-grid a, .home-gallery-grid img { min-height: 230px; } }

/* Persistent mobile call and WhatsApp actions */
@media (max-width: 850px) {
  .float {
    position: fixed !important;
    right: 14px !important;
    bottom: 14px !important;
    left: 14px !important;
    z-index: 30060 !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
    visibility: visible !important;
  }
  .float a {
    display: flex !important;
    width: auto !important;
    height: 52px !important;
    min-height: 52px !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 15px !important;
    color: #fff !important;
    font-size: 0 !important;
    font-weight: 800 !important;
    box-shadow: 0 12px 28px rgba(42, 25, 72, .28) !important;
  }
  .float .wa { background: #6b49d2 !important; }
  .float a[aria-label="Call"] { background: #b3266e !important; }
  .float .wa::after { content: 'WhatsApp'; font-size: 14px; }
  .float a[aria-label="Call"]::after { content: 'Call Now'; font-size: 14px; }
}

/* Inner-page hero gradients (home carousel excluded) */
main > .pagehero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 18%, rgba(255, 197, 113, .48), transparent 28%),
    radial-gradient(circle at 92% 12%, rgba(163, 123, 245, .35), transparent 30%),
    linear-gradient(125deg, #fff2df 0%, #f5ecff 52%, #e8e1ff 100%) !important;
}
main > .pagehero::before {
  position: absolute;
  right: -90px;
  bottom: -135px;
  width: 360px;
  height: 360px;
  content: '';
  border: 1px solid rgba(102, 69, 186, .16);
  border-radius: 50%;
  box-shadow: 0 0 0 52px rgba(102, 69, 186, .05), 0 0 0 105px rgba(102, 69, 186, .035);
}
main > .pagehero .wrap { position: relative; z-index: 1; }
main > .pagehero h1 { color: #2b1b40 !important; }
main > .pagehero p { color: #5d5068 !important; }

/* Distinct service-hero colour moods */
main > .pagehero.service-gas-stove-repair { background: radial-gradient(circle at 10% 15%, rgba(255, 191, 98, .52), transparent 30%), linear-gradient(125deg, #fff0d8, #f8eaff 58%, #e9e4ff) !important; }
main > .pagehero.service-gas-hob-repair { background: radial-gradient(circle at 88% 18%, rgba(91, 185, 218, .36), transparent 30%), linear-gradient(125deg, #eaf8ff, #f3edff 58%, #e7e1ff) !important; }
main > .pagehero.service-gas-cooktop-repair { background: radial-gradient(circle at 11% 18%, rgba(255, 144, 141, .34), transparent 28%), linear-gradient(125deg, #fff0ed, #f8ecff 56%, #e8e5ff) !important; }
main > .pagehero.service-cooking-range-repair { background: radial-gradient(circle at 86% 17%, rgba(238, 183, 91, .38), transparent 30%), linear-gradient(125deg, #fff4df, #f3edff 57%, #e9e5ff) !important; }
main > .pagehero.service-gas-pipeline-service { background: radial-gradient(circle at 12% 16%, rgba(102, 181, 177, .35), transparent 30%), linear-gradient(125deg, #e9fbfa, #f0ecff 56%, #e4e5ff) !important; }

.brand-page .brand-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 12%, rgba(255, 188, 106, .42), transparent 30%),
    radial-gradient(circle at 5% 88%, rgba(125, 91, 224, .25), transparent 31%),
    linear-gradient(125deg, #f8efff 0%, #fff3e4 52%, #ece7ff 100%) !important;
}
.brand-page .brand-hero .wrap { position: relative; z-index: 1; }

/* Premium midnight gradients for every inner hero */
main > .pagehero,
.brand-page .brand-hero {
  color: #fff;
  background:
    radial-gradient(circle at 10% 5%, rgba(171, 112, 255, .58), transparent 29%),
    radial-gradient(circle at 92% 87%, rgba(255, 171, 82, .28), transparent 30%),
    linear-gradient(125deg, #100b25 0%, #25124e 49%, #351866 100%) !important;
}
main > .pagehero::before {
  border-color: rgba(255, 255, 255, .15);
  box-shadow: 0 0 0 52px rgba(255,255,255,.055), 0 0 0 105px rgba(255,255,255,.025);
}
main > .pagehero h1,
.brand-page .brand-hero h1 { color: #fff !important; }
main > .pagehero p,
.brand-page .brand-hero p { color: rgba(255,255,255,.80) !important; }
main > .pagehero .eyebrow,
.brand-page .brand-hero .eyebrow { color: #ffd17a !important; }

main > .pagehero.service-gas-stove-repair { background: radial-gradient(circle at 8% 8%, rgba(255, 147, 89, .52), transparent 28%), radial-gradient(circle at 92% 88%, rgba(147, 91, 255, .28), transparent 31%), linear-gradient(125deg, #1f1024, #4a1c46 53%, #26184e) !important; }
main > .pagehero.service-gas-hob-repair { background: radial-gradient(circle at 9% 7%, rgba(78, 190, 239, .46), transparent 29%), radial-gradient(circle at 91% 88%, rgba(167, 115, 255, .28), transparent 31%), linear-gradient(125deg, #0d1936, #182c60 54%, #3a1f69) !important; }
main > .pagehero.service-gas-cooktop-repair { background: radial-gradient(circle at 10% 6%, rgba(255, 111, 143, .43), transparent 28%), radial-gradient(circle at 93% 90%, rgba(114, 94, 255, .30), transparent 32%), linear-gradient(125deg, #261026, #512050 53%, #251956) !important; }
main > .pagehero.service-cooking-range-repair { background: radial-gradient(circle at 11% 7%, rgba(255, 190, 81, .48), transparent 29%), radial-gradient(circle at 91% 88%, rgba(137, 85, 255, .30), transparent 31%), linear-gradient(125deg, #251a12, #55311d 51%, #2b1757) !important; }
main > .pagehero.service-gas-pipeline-service { background: radial-gradient(circle at 9% 7%, rgba(65, 205, 198, .42), transparent 29%), radial-gradient(circle at 92% 89%, rgba(114, 103, 255, .30), transparent 32%), linear-gradient(125deg, #0d272a, #164650 52%, #25195a) !important; }

/* Shared premium hero for the compact information pages */
main > .pagehero.compact {
  isolation: isolate;
  display: grid;
  align-items: center;
  min-height: 340px;
  padding: clamp(72px, 9vw, 122px) 0;
  background:
    radial-gradient(ellipse 62% 120% at 2% 7%, rgba(166, 94, 255, .62), transparent 56%),
    radial-gradient(ellipse 45% 95% at 99% 103%, rgba(255, 164, 69, .36), transparent 56%),
    linear-gradient(118deg, #0c0920 0%, #241047 48%, #48206e 100%) !important;
}
main > .pagehero.compact::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: '';
  opacity: .34;
  background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(90deg, transparent, #000 24%, #000 76%, transparent);
}
main > .pagehero.compact .wrap { max-width: 880px; }
main > .pagehero.compact h1 {
  max-width: 820px;
  margin: 14px auto 17px;
  color: #fff !important;
  font-size: clamp(2.65rem, 5.3vw, 4.7rem);
  line-height: 1.05;
  text-wrap: balance;
  text-shadow: 0 8px 35px rgba(0,0,0,.25);
}
main > .pagehero.compact p {
  max-width: 680px;
  margin: 0 auto;
  color: rgba(255,255,255,.82) !important;
  font-size: clamp(1rem, 1.6vw, 1.14rem);
}
main > .pagehero.compact .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 209, 122, .38);
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: #ffdb93 !important;
  letter-spacing: .13em;
}
@media (max-width: 560px) {
  main > .pagehero.compact { min-height: 278px; padding: 58px 0 62px; }
  main > .pagehero.compact::after { background-size: 38px 38px; }
  main > .pagehero.compact h1 { font-size: clamp(2.3rem, 11vw, 3.15rem); }
}

/* Contact page alignment */
.contact-page-section { padding: clamp(70px, 9vw, 112px) 0; background: #fff0df; }
.contact-page-shell {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(390px, 1.1fr);
  align-items: stretch;
  overflow: hidden;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 22px 58px rgba(99, 53, 112, .14);
}
.contact-page-copy { padding: clamp(34px, 5vw, 64px); background: #fff8f0; }
.contact-page-copy h2 { margin: 14px 0 16px; color: #2b1b40; font-size: clamp(2rem, 3.5vw, 3.25rem); line-height: 1.08; }
.contact-page-copy > p { margin: 0; color: #65566c; }
.contact-page-copy .contact-list { margin-top: 28px; }
.contact-page-copy .contact-list > * { min-height: 67px; padding: 14px 17px; border: 1px solid #eadcf1; border-radius: 13px; background: #fff; }
.contact-page-copy .contact-list b { color: #6a317f; font-size: 12px; }
.contact-page-copy .contact-list span { color: #40334b; font-size: 14px; font-weight: 700; overflow-wrap: anywhere; }
.contact-page-form { padding: clamp(26px, 4vw, 52px); background: #fff; }
.contact-page-form .lead-form { padding: 0; border-radius: 0; background: transparent; box-shadow: none; }
.contact-page-form .lead-form h2 { color: #2b1b40; }
.contact-page-form .lead-form input,
.contact-page-form .lead-form select { border-color: #e0d3e9; background: #fcfaff; }
.contact-page-form .lead-form button { background: linear-gradient(135deg, #7658ed, #5437c5) !important; }
@media (max-width: 850px) {
  .contact-page-shell { grid-template-columns: 1fr; }
  .contact-page-copy { text-align: center; }
  .contact-page-copy .contact-list { max-width: 580px; margin-left: auto; margin-right: auto; text-align: left; }
}
@media (max-width: 520px) {
  .contact-page-shell { border-radius: 20px; }
  .contact-page-copy, .contact-page-form { padding: 30px 21px; }
}

/* Footer logo: the supplied brand artwork needs a light surface for contrast. */
footer.premium-footer .footer-logo-link {
  display: inline-flex !important;
  width: min(100%, 330px) !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 13px 16px !important;
  border: 1px solid rgba(255, 255, 255, .72) !important;
  border-radius: 16px !important;
  background: linear-gradient(135deg, #fff 0%, #fff7f0 100%) !important;
  box-shadow: 0 14px 30px rgba(5, 2, 12, .22) !important;
}
footer.premium-footer .footer-site-logo {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  filter: none !important;
}
