/* Complete Garage Door Repair — home (from Figma node 20188:204) */
:root {
  --cg-orange: #f99d27;
  --cg-dark: #252a2a;
  --cg-body: #716e6b;
  --cg-heading: #252a2a;
  --cg-black-green: #071412;
  --cg-border: #d9d9d9;
  --cg-input-border: #ced4da;
  --cg-placeholder: #adafae;
  --cg-gradient-end: #fddfb9;
  --cg-verified: #dddaed;
  --cg-read-more: #72479c;
  --font-outfit: "Outfit", system-ui, sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-outfit);
  color: var(--cg-body);
  overflow-x: hidden;
}

/* Navbar */
.site-header {
  background: #fff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  z-index: 1030;
}

.site-header .nav-link {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  padding: 0.5rem 1rem !important;
  transition: color 0.25s ease;
}

.site-header .nav-link:hover,
.site-header .nav-link:focus {
  color: var(--cg-orange);
}

.site-header .nav-link.active {
  color: var(--cg-orange);
  font-weight: 600;
}

.brand-logo-img {
  height: 54px;
  width: auto;
  object-fit: contain;
}

.call-block .call-label {
  font-weight: 700;
  font-size: 1rem;
  color: #000;
  line-height: 1.1;
}

.call-block .call-num {
  font-size: 1rem;
  color: #000;
  text-decoration: none;
  transition: color 0.25s ease;
}

.call-block .call-num:hover {
  color: var(--cg-orange);
}

.call-block .call-icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

/* Align with Bootstrap .btn variables so :hover / :focus-visible keep contrast */
.btn.btn-cg-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--cg-orange);
  --bs-btn-border-color: var(--cg-orange);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #ea9220;
  --bs-btn-hover-border-color: #ea9220;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #e07f10;
  --bs-btn-active-border-color: #e07f10;
  --bs-btn-focus-shadow-rgb: 249, 157, 39;
  --bs-btn-padding-y: 0.65rem;
  --bs-btn-padding-x: 1.75rem;
  --bs-btn-font-weight: 700;
  --bs-btn-border-radius: 30px;
  --bs-btn-border-width: 0;
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.site-header .btn.btn-cg-primary:hover,
.btn.btn-cg-primary:hover {
  color: #fff;
  filter: brightness(1.03);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(249, 157, 39, 0.35);
}

.site-header .btn.btn-cg-primary:active,
.btn.btn-cg-primary:active {
  transform: translateY(0);
  filter: brightness(0.98);
}

/* Hero */
.hero-section {
  position: relative;
  min-height: min(85vh, 731px);
  background: var(--cg-orange);
}

.hero-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero-bg img {
  width: 100%;
  height: 115%;
  object-fit: cover;
  object-position: center top;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
}

.hero-inner {
  position: relative;
  z-index: 1;
  padding-top: 4rem;
  padding-bottom: 8rem;
}

.hero-trust-row {
  gap: 1.25rem;
}

.hero-stars-trust {
  gap: 0.75rem;
  align-items: center;
}

.hero-trust-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.hero-avatars .avatar-ring {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: url("../imgs/avatar-ring-frame.svg")
    center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.hero-avatars .avatar-ring img {
  width: 67px;
  height: 67px;
  border-radius: 50%;
  object-fit: cover;
}

.hero-stars img {
  width: 24px;
  height: 24px;
}

.hero-title {
  font-weight: 700;
  font-size: clamp(2rem, 5vw, 4.375rem);
  line-height: 1.05;
  color: #fff;
  max-width: 42rem;
}

.hero-sub {
  font-weight: 600;
  font-size: 1rem;
  color: #fff;
  max-width: 43rem;
  line-height: 1.5;
}

.btn-hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 0;
  background: var(--cg-orange);
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  padding: 0.35rem 0.35rem 0.35rem 2rem;
  border-radius: 30px;
  border: none;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-hero-cta:hover {
  color: #fff;
  transform: scale(1.02);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}

.btn-hero-cta .cta-icon {
  width: 45px;
  height: 45px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid rgba(37, 42, 42, 0.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
  flex-shrink: 0;
  box-sizing: border-box;
}

.btn-hero-cta .cta-icon img {
  width: 20px;
  height: 20px;
  display: block;
  object-fit: contain;
  transform: rotate(-42deg);
  transform-origin: center center;
}

/* Estimate card */
.estimate-card {
  margin-top: -5rem;
  position: relative;
  z-index: 2;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 16.4px rgba(0, 0, 0, 0.25);
  padding: 2.25rem 2.5rem 2rem;
}

.estimate-card h2 {
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--cg-dark);
}

.estimate-card .lead-text {
  font-size: 1rem;
  color: var(--cg-body);
  max-width: 49rem;
}

.estimate-card .form-control,
.estimate-card .form-select {
  border: 1px solid var(--cg-border);
  border-radius: 0;
  font-size: 1rem;
  min-height: 46px;
  color: var(--cg-dark);
}

.estimate-card .form-control::placeholder {
  color: var(--cg-placeholder);
}

.estimate-card form > .col-lg-auto.d-grid {
  min-width: 6.5rem;
}

.estimate-card .btn.btn-send {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--cg-orange);
  --bs-btn-border-color: var(--cg-orange);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #ea9220;
  --bs-btn-hover-border-color: #ea9220;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #e07f10;
  --bs-btn-active-border-color: #e07f10;
  --bs-btn-focus-shadow-rgb: 249, 157, 39;
  --bs-btn-font-weight: 700;
  --bs-btn-border-radius: 0;
  --bs-btn-border-width: 0;
  --bs-btn-padding-x: 1.25rem;
  --bs-btn-padding-y: 0.5625rem;
  min-height: 46px;
  width: 100%;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.estimate-card .btn.btn-send:hover {
  color: #fff;
  filter: brightness(1.05);
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(249, 157, 39, 0.45);
}

.estimate-card .btn.btn-send:active {
  transform: translateY(0);
  filter: brightness(0.98);
}

/* About */

.section-about {
  padding-top: 4rem;
  padding-bottom: 7rem;
}

@media (min-width: 992px) {
  .section-about .row > .col-lg-6:first-child {
    overflow: visible;
  }
}

.about-kicker {
  color: var(--cg-orange);
  font-weight: 500;
  font-size: 1.25rem;
}

.about-title {
  font-weight: 600;
  font-size: clamp(2rem, 4vw, 3.75rem);
  color: var(--cg-heading);
  line-height: 1.1;
}

/* About column — vertical rhythm aligned with Figma */
.section-about .about-kicker {
  margin-bottom: 1rem;
}

.section-about .about-title {
  margin-bottom: 1.625rem;
}

.section-about .about-body {
  margin-bottom: 1.875rem;
}

.section-about .about-body p {
  margin-bottom: 1.25rem;
  line-height: 1.65;
}

.section-about .about-body p:last-of-type {
  margin-bottom: 0;
}

.section-about .about-checklist {
  margin-bottom: 2rem;
}

.section-about .about-cta-row {
  margin-top: 0.25rem;
}

.about-media {
  position: relative;
  overflow: visible;
}

.about-media > img {
  border-radius: 10px;
  width: 100%;
  height: auto;
  object-fit: cover;
  max-height: 694px;
}

.experience-badge {
  position: absolute;
  right: 0;
  left: auto;
  bottom: 1.5rem;
  z-index: 2;
  max-width: min(388px, calc(100% - 2.5rem));
  width: max-content;
  box-sizing: border-box;
  background: var(--cg-orange);
  border-radius: 8px;
  padding: 1.25rem 1.25rem 1.25rem 6.35rem;
  color: #fff;
  box-shadow: 0 12px 32px rgba(249, 157, 39, 0.35);
}

@media (min-width: 992px) {
  .about-media .experience-badge {
    /* Sit on image + column gutter; uses row gutter so it stays in the gap, not over body text */
    transform: translateX(calc(var(--bs-gutter-x, 3rem) * 0.72));
  }
}

.experience-badge .badge-icon {
  position: absolute;
  left: 1.15rem;
  top: 50%;
  transform: translateY(-50%);
  width: 69px;
  height: 69px;
  object-fit: contain;
}

.experience-badge .years {
  font-weight: 600;
  font-size: clamp(2rem, 4vw, 2.9rem);
  letter-spacing: 0.02em;
  line-height: 1;
}

.experience-badge .sub {
  font-weight: 500;
  font-size: 1.25rem;
}

.check-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.check-row .check-ic {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  object-fit: contain;
  display: block;
}

/* Figma: thin orange circle + thin orange check, white fill (single SVG asset) */
.section-about .check-ic-circled {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  display: block;
  object-fit: contain;
}

.section-about .check-row {
  gap: 0.75rem;
  margin-bottom: 0.875rem;
}

.section-about .check-row:last-child {
  margin-bottom: 0;
}

.about-body p {
  font-size: 1rem;
  line-height: 1.625;
}

.about-body .lead-in {
  color: var(--cg-dark);
  font-size: 1.25rem;
  font-weight: 400;
}

.reviews-pill img.avatar-sm {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.reviews-pill .stat {
  font-weight: 600;
  color: var(--cg-orange);
  font-size: 1rem;
}

/* Services */

.section-services {
  background: linear-gradient(180deg, #fff 0%, var(--cg-gradient-end) 100%);
  padding-top: 4rem;
  padding-bottom: 5rem;
}

.section-services .section-title {
  font-weight: 600;
  font-size: clamp(2rem, 4vw, 3.75rem);
  color: var(--cg-heading);
}

.service-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.service-card .thumb {
  position: relative;
  padding: 0.75rem 0.75rem 0;
}

.service-card .thumb img {
  width: 100%;
  height: 253px;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.45s ease;
}

.service-card .icon-badge {
  position: absolute;
  left: 1.6rem;
  top: 1.6rem;
  width: 59px;
  height: 57px;
  background: var(--cg-orange);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.service-card .icon-badge img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  transition: transform 0.35s ease;
}

.service-card:hover .thumb img {
  transform: scale(1.04);
}

.service-card:hover .icon-badge {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(249, 157, 39, 0.35);
}

.service-card:hover .icon-badge img {
  transform: scale(1.08);
}

.service-card h3 {
  font-weight: 500;
  font-size: 1.5rem;
  color: #000;
}

.service-card .excerpt {
  font-size: 1rem;
  color: var(--cg-body);
}

.service-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-card li {
  display: flex;
  align-items: flex-start;
  gap: 0.35rem;
  font-size: 1rem;
  color: var(--cg-body);
  margin-bottom: 0.35rem;
}

.service-card li img {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 2px;
}

.btn-read-more {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 0.65rem;
  width: 100%;
  border: 1px solid var(--cg-orange);
  border-radius: 30px;
  padding: 0.45rem 0.65rem 0.45rem 1.25rem;
  background: #fff;
  font-weight: 700;
  font-size: 1rem;
  color: #000;
  text-decoration: none;
  transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.btn-read-more__label {
  text-align: center;
  min-width: 0;
}

.btn-read-more:hover {
  background: rgba(249, 157, 39, 0.08);
  color: #000;
  box-shadow: 0 8px 16px rgba(249, 157, 39, 0.22);
  transform: translateY(-1px);
}

.btn-read-more .arrow-circle {
  width: 45px;
  height: 45px;
  background: var(--cg-orange);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.btn-read-more .arrow-circle img {
  width: 22px;
  height: 22px;
  display: block;
  object-fit: contain;
  transform: rotate(-42deg);
  transform-origin: center center;
  transition: transform 0.25s ease;
}

.btn-read-more:hover .arrow-circle {
  transform: scale(1.04);
  box-shadow: 0 8px 14px rgba(249, 157, 39, 0.35);
}

.btn-read-more:hover .arrow-circle img {
  transform: rotate(-42deg) translateX(2px);
}

.btn-read-more:focus-visible {
  outline: 2px solid var(--cg-orange);
  outline-offset: 2px;
}

/* Partners */
.section-partners {
  padding: 2.5rem 0 3rem;
}

.section-partners img {
  max-height: 55px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.75;
  transition: opacity 0.3s ease, filter 0.3s ease;
}

.section-partners img:hover {
  opacity: 1;
  filter: grayscale(0);
}

/* Testimonials */
.section-testimonials {
  padding-bottom: 3rem;
  overflow-x: hidden;
}

.testimonials-carousel-wrap {
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 0.25rem;
}

.testimonials-owl .owl-stage-outer {
  overflow: hidden;
  padding-bottom: 0.5rem;
}

.testimonials-owl .item {
  padding: 0 6px;
  box-sizing: border-box;
}

/* Owl Carousel sets .owl-item img { width: 100% } — override so avatars & stars keep correct aspect ratio */
.testimonials-owl.owl-carousel .owl-item .testimonial-card img {
  width: auto;
  height: auto;
  max-width: none;
}

.testimonials-owl.owl-carousel .owl-item .testimonial-card .avatar {
  width: 54px;
  height: 54px;
  max-width: 54px;
  flex-shrink: 0;
  object-fit: cover;
  border-radius: 50%;
}

.testimonials-owl.owl-carousel .owl-item .testimonial-card .stars img {
  width: 36px;
  height: 36px;
  max-width: 36px;
  flex-shrink: 0;
  object-fit: contain;
  display: block;
}

.testimonials-owl.owl-carousel .owl-item .testimonial-card img[width="4"] {
  width: 4px;
  height: 4px;
  max-width: 4px;
  flex-shrink: 0;
  object-fit: contain;
}

.testimonials-owl .testimonial-card {
  overflow: hidden;
  min-width: 0;
}

.testimonials-owl .testimonial-card .read-more {
  display: block;
  text-align: right;
  margin-top: 0.25rem;
}

@media (min-width: 992px) {
  .testimonials-owl .item {
    padding: 0 10px;
  }

  .testimonials-owl .owl-item:not(.center) .testimonial-card {
    opacity: 0.72;
    transform: scale(0.98);
    transition: opacity 0.35s ease, transform 0.35s ease;
  }

  .testimonials-owl .owl-item.center .testimonial-card {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.35s ease, transform 0.35s ease;
  }
}

.testimonial-card {
  background: #fff;
  border-radius: 13px;
  box-shadow: 0 10px 16.4px rgba(0, 0, 0, 0.25);
  padding: 1.75rem;
  height: 100%;
  border: 1px solid transparent;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card.secondary {
  box-shadow: none;
  border-color: #bababa;
}

.testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.15);
}

.testimonial-card.secondary:hover {
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
  border-color: #bababa;
}

.testimonial-card .stars img {
  width: 36px;
  height: 36px;
}

.testimonial-card .avatar {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-card .name {
  font-weight: 500;
  font-size: 1.25rem;
  color: #323232;
}

.testimonial-card .verified {
  background: var(--cg-verified);
  border-radius: 6.5px;
  padding: 0.15rem 0.65rem;
  font-weight: 500;
  font-size: 1rem;
  color: #323232;
}

.testimonial-card .body {
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.45;
  color: #323232;
}

.testimonial-card .read-more {
  color: var(--cg-read-more);
  font-weight: 500;
  text-decoration: none;
}

.testimonial-card .read-more:hover {
  text-decoration: underline;
}

.carousel-nav {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: var(--cg-orange);
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 16.4px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s ease, filter 0.2s ease;
}

.carousel-nav:hover {
  filter: brightness(1.05);
  transform: scale(1.05);
}

.carousel-nav img {
  width: 19px;
  height: 19px;
}

/* FAQ */
.section-faq {
  padding: 3rem 0 4rem;
}

.section-faq .section-title {
  font-weight: 600;
  font-size: clamp(2rem, 4vw, 3.75rem);
  color: var(--cg-heading);
}

.section-faq .faq-section-heading__line {
  display: block;
  line-height: 1.12;
}

.accordion-cg .accordion-item {
  border: 0.75px solid var(--cg-input-border);
  border-radius: 9px !important;
  margin-bottom: 1rem;
  overflow: hidden;
}

.accordion-cg .accordion-button {
  font-family: var(--font-outfit);
  font-weight: 500;
  font-size: 1.25rem;
  color: var(--cg-black-green);
  padding: 1rem 3rem 1rem 1.1rem;
  box-shadow: none !important;
}

.accordion-cg .accordion-button:not(.collapsed) {
  background: #fff;
  color: var(--cg-black-green);
}

.accordion-cg .accordion-button::after {
  display: none;
}

.accordion-cg .accordion-icon {
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
}

.accordion-cg .accordion-icon.icon-plus {
  width: 18px;
  height: 18px;
  display: block;
}

.accordion-cg .icon-minus {
  display: none;
  width: 16px;
  height: 3px;
  margin-top: 0;
  padding: 0;
  border: 0;
  border-radius: 1px;
  background-color: var(--cg-black-green);
}

.accordion-cg .accordion-body {
  font-size: 1rem;
  color: var(--cg-body);
  padding-top: 0;
}

/* Contact */
.section-contact {
  padding-bottom: 5rem;
}

.section-contact .col-lg-7.d-flex.flex-column {
  min-height: 0;
}

.section-contact .map-wrap.flex-fill {
  min-height: 0;
  flex: 1 1 auto;
}

.map-wrap {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  min-height: 280px;
}

.map-wrap .map-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-position: center;
}

.map-pin {
  position: absolute;
  z-index: 1;
  width: 24px;
  height: auto;
}

.contact-form-panel {
  background: var(--cg-orange);
  border-radius: 20px;
  padding: 1.5rem;
  color: #fff;
}

.contact-form-panel h2 {
  font-weight: 600;
  font-size: clamp(2rem, 4vw, 3.75rem);
}

.contact-form-panel .intro {
  font-size: 1rem;
  line-height: 1.5;
}

.contact-form-panel .intro strong {
  font-weight: 700;
}

.contact-form-panel .form-control {
  border-radius: 22.5px;
  border: 0.75px solid var(--cg-input-border);
  min-height: 55px;
  padding: 0.75rem 1.25rem;
  font-size: 1rem;
}

.contact-form-panel .form-control::placeholder {
  color: #858585;
  font-weight: 700;
}

.contact-form-panel textarea.form-control {
  min-height: 112px;
  resize: vertical;
}

.contact-form-panel .btn-submit {
  background: var(--cg-dark);
  color: #fff;
  font-weight: 700;
  border-radius: 37.5px;
  padding: 1rem 2.25rem;
  border: none;
  width: 100%;
  transition: transform 0.25s ease, filter 0.25s ease;
}

.contact-form-panel .btn-submit:hover {
  color: #fff;
  filter: brightness(1.08);
  transform: translateY(-2px);
}

/* Footer */
.site-footer {
  background: var(--cg-dark);
  color: #fff;
  padding-top: 3.5rem;
  padding-bottom: 2rem;
}

.site-footer .footer-brand {
  max-height: 42px;
  width: auto;
}

.site-footer .nav-link {
  color: #fff;
  padding: 0.25rem 0;
  font-size: 1rem;
}

.site-footer .nav-link:hover {
  color: var(--cg-orange);
}

.site-footer .footer-title {
  font-weight: 500;
  font-size: 1.5rem;
}

.site-footer .newsletter .form-control {
  border-radius: 8px;
  min-height: 62px;
  border: 1px solid #000;
  color: var(--cg-body);
}

.site-footer .newsletter .btn-signup {
  background: var(--cg-orange);
  color: #fff;
  border: 1px solid #000;
  border-radius: 8px;
  min-height: 62px;
  min-width: 8.5rem;
  font-size: 1rem;
  padding: 0 1.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  white-space: nowrap;
  flex-shrink: 0;
  transition: filter 0.25s ease;
}

.site-footer .footer-newsletter-note {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.9375rem;
  line-height: 1.5;
  max-width: 22rem;
}

.site-footer .newsletter .btn-signup:hover {
  color: #fff;
  filter: brightness(1.06);
}

.site-footer .contact-row img {
  width: 19px;
  height: 19px;
  object-fit: contain;
}

.site-footer .footer-map {
  border-radius: 8px;
  overflow: hidden;
  max-width: 301px;
}

.site-footer .footer-map img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.site-footer .pay-icons img {
  max-height: 42px;
  width: auto;
}

.site-footer hr {
  border-color: rgba(255, 255, 255, 0.15);
}

/* Scroll reveal */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Hero entrance */
@keyframes heroFadeUp {
  from {
    opacity: 0;
    transform: translateY(32px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-entrance {
  opacity: 0;
}

.hero-animate.loaded .hero-entrance {
  animation: heroFadeUp 0.85s ease forwards;
}

.hero-animate.loaded .hero-entrance:nth-child(1) {
  animation-delay: 0.05s;
}
.hero-animate.loaded .hero-entrance:nth-child(2) {
  animation-delay: 0.12s;
}
.hero-animate.loaded .hero-entrance:nth-child(3) {
  animation-delay: 0.2s;
}
.hero-animate.loaded .hero-entrance:nth-child(4) {
  animation-delay: 0.28s;
}

/* About page — vertical rhythm (Figma-aligned section gaps) */
.page-about {
  --about-section-y: clamp(3.75rem, 6vw, 6.25rem);
  --about-hero-pad-y: clamp(4.5rem, 8vw, 6rem);
}

.page-about .section-contact {
  padding-top: var(--about-section-y);
}

@media (max-width: 575.98px) {
  .page-about {
    --about-section-y: clamp(2.75rem, 9vw, 3.75rem);
  }
}

.about-page-hero {
  position: relative;
  min-height: min(56vh, 480px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--about-hero-pad-y) 0 calc(var(--about-hero-pad-y) + 0.5rem);
}

.about-page-hero__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.about-page-hero__bg img {
  width: 100%;
  height: 115%;
  object-fit: cover;
  object-position: center;
}

.about-page-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.44);
}

.about-page-hero__inner {
  z-index: 1;
}

.about-page-hero__title {
  font-weight: 700;
  font-size: clamp(2.5rem, 6vw, 4.375rem);
  line-height: 1.05;
  color: #fff;
}

.about-breadcrumb {
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(4px);
}

.about-breadcrumb__link {
  color: #bdbdbd;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: color 0.2s ease;
}

.about-breadcrumb__link:hover {
  color: #fff;
}

.about-breadcrumb__sep {
  display: inline-flex;
  align-items: center;
  opacity: 0.85;
}

.about-breadcrumb__chev {
  display: block;
  transform: rotate(-42deg);
  filter: brightness(0) invert(1);
  opacity: 0.9;
}

.about-breadcrumb__current {
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
}

.section-about-page-intro {
  position: relative;
  z-index: 2;
  padding-top: var(--about-section-y);
  padding-bottom: var(--about-section-y);
  background: #fff;
}

.about-page-collage {
  position: relative;
  /* Figma: stacked images ~451px + 48px offset + ~456px → total footprint ~504px+ */
  min-height: clamp(26rem, 78vw, 31.5rem);
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.about-page-collage__img {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}

.about-page-collage__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-page-collage__img--primary {
  position: relative;
  width: 72%;
  max-width: 254px;
  z-index: 1;
  aspect-ratio: 254 / 451;
}

.about-page-collage__img--secondary {
  position: absolute;
  right: 0;
  top: 3rem;
  width: 72%;
  max-width: 254px;
  z-index: 2;
  aspect-ratio: 254 / 456;
}

/* Badge: vertically + horizontally centered in collage (Figma: at image junction) */
.about-page-badge {
  position: absolute;
  left: 47%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  background: #fff;
  border-radius: 15px;
  padding: 1rem 1.125rem 0.9rem;
  text-align: center;
  width: max-content;
  min-width: 9.5rem;
  max-width: calc(100% - 1rem);
  box-shadow: 0 10px 16.4px rgba(0, 0, 0, 0.25);
}

.about-page-badge__icon-wrap {
  margin-bottom: 0.25rem;
}

.about-page-badge__num {
  font-weight: 500;
  font-size: 1.5rem;
  color: #000;
  line-height: 1.1;
}

.about-page-badge__label {
  font-size: 1rem;
  line-height: 1.2;
  color: var(--cg-body);
}

/* Figma: “Trusted Solutions” stays on one line */
.about-page-badge__label-text {
  display: inline-block;
  white-space: nowrap;
  letter-spacing: 0.01em;
}

@media (max-width: 550px) {
  .about-page-collage {
    min-height: auto;
    max-width: 100%;
    display: block;
    margin-bottom: 0.4rem !important;
  }

  .about-page-collage__img--primary {
    width: 100%;
    max-width: 100%;
    max-height: 550px;
  }

  .about-page-collage__img--secondary {
    display: none;
  }

  .about-page-badge {
    position: absolute;
    left: 90px;
    bottom: -81px;
    transform: translate(-50%, -50%);
    margin: 0;
    top: auto;
  }
}

@media (max-width: 374.98px) {
  .about-page-badge__label-text {
    font-size: 0.875rem;
  }
}

.about-values-grid__icon {
  width: 25px;
  height: 25px;
  flex-shrink: 0;
  object-fit: contain;
  display: block;
}

.about-page-intro-copy p {
  line-height: 1.875;
  margin-bottom: 1rem;
  color: var(--cg-dark);
}

.about-page-intro-copy p:last-child {
  margin-bottom: 0;
}

.about-values-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem 1.25rem;
}

.about-values-grid__item {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 1rem;
  color: #000;
}

@media (max-width: 575.98px) {
  .about-values-grid {
    grid-template-columns: 1fr;
  }
}

.section-about-company {
  background: #fff;
  padding-top: var(--about-section-y);
  padding-bottom: var(--about-section-y);
}

.about-company-heading-row {
  max-width: 36rem;
}

.about-company-heading__icon {
  display: block;
  align-self: center;
}

.about-company-heading {
  font-weight: 600;
  font-size: clamp(1.125rem, 2.2vw, 1.5rem);
  line-height: 1.28;
  color: var(--cg-heading);
  letter-spacing: -0.01em;
}

.about-company-copy p {
  color: #555;
  line-height: 1.875;
  margin-bottom: 1rem;
}

.about-company-media {
  overflow: visible;
}

.about-company-media__main {
  display: block;
  max-height: 443px;
  object-fit: cover;
  border-radius: 0;
}

/* Figma: 24/7 strip — square corners, orange left border, on left edge of main photo */
.about-company-media__badge {
  position: absolute;
  left: -25px;
  top: 25%;
  transform: translateY(-50%);
  z-index: 2;
  background: #fff;
  border-radius: 0;
  border-left: 6px solid var(--cg-orange);
  border-top: none;
  border-right: none;
  border-bottom: none;
  padding: 0.75rem 1rem 0.75rem 0.85rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  max-width: 220px;
}

.about-company-media__badge-inner {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.about-company-media__badge-24 {
  font-weight: 700;
  font-size: clamp(1.625rem, 3vw, 1.875rem);
  color: var(--cg-orange);
  line-height: 1;
}

.about-company-media__badge-text {
  font-weight: 500;
  font-size: 1rem;
  color: #000;
  line-height: 1.2;
  text-align: left;
}

/* Figma: inset house — square corners, white mat; sits bottom-left, can extend past main edge */
.about-company-media__inset {
  position: absolute;
  left: 30%;
  bottom: -20px;
  width: min(276px, 78%);
  height: 203px;
  padding: 4px;
  background: #fff;
  border-radius: 0;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
  z-index: 3;
  transform: translate(10px, 12px);
}

.about-company-media__inset-img {
  display: block;
  border-radius: 0;
  object-fit: cover;
}

@media (max-width: 575.98px) {
  .about-company-media__badge {
    max-width: 200px;
    left: 10px;
    padding: 0.6rem 0.75rem 0.6rem 0.65rem;
  }

  .about-company-media__inset {
    left: 50px;
    width: min(260px, 85%);
    transform: translate(6px, 8px);
  }
}

.section-about-why {
  background: #fff;
  padding-top: var(--about-section-y);
  padding-bottom: var(--about-section-y);
}

.about-why-stack__shot {
  height: 245px;
  background: #eee;
}

.about-why-title {
  font-weight: 600;
  font-size: clamp(2rem, 4vw, 3.75rem);
  color: var(--cg-heading);
  line-height: 1.1;
}

.about-why-list__item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.about-why-list__item:last-child {
  margin-bottom: 0;
}

.about-why-list__icon {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  object-fit: contain;
  margin-top: 0.2em;
}

/* One text block: lead + body flow together; wrapped lines align with text, not under icon */
.about-why-list__text {
  flex: 1;
  min-width: 0;
  font-size: 1rem;
  line-height: 1.45;
  color: var(--cg-body);
}

.about-why-list__lead {
  font-weight: 500;
  font-size: 1.25rem;
  color: #211b14;
}

.about-features-band {
  padding-top: var(--about-section-y);
  padding-bottom: var(--about-section-y);
  overflow: hidden;
}

/* Figma: ~40% orange | ~60% photo; shared min-height */
.about-features-band__split {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
}

@media (min-width: 992px) {
  .about-features-band__split {
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    min-height: min(680px, 85vh);
  }

  .about-features-band__orange,
  .about-features-band__image-wrap {
    min-height: min(680px, 85vh);
  }
}

.about-features-band__orange {
  background: var(--cg-orange);
  min-height: 11rem;
}

.about-features-band__image-wrap {
  position: relative;
  min-height: 16rem;
  overflow: hidden;
}

.about-features-band__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Card centered on the split (not left-aligned in a .container) */
.about-features-band__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1rem, 3vw, 2.5rem);
  pointer-events: none;
}

.about-features-band__overlay .about-features-card {
  pointer-events: auto;
}

.about-features-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 16px 16.4px rgba(0, 0, 0, 0.19);
  padding: clamp(1.5rem, 3vw, 2.25rem) clamp(1.25rem, 2.5vw, 2rem);
  max-width: 721px;
  width: 100%;
  margin: 0 auto;
}

.about-feature-tile {
  background: transparent;
  border-radius: 0;
  padding: 1rem 0.75rem 1.25rem;
  border: 0;
}

.about-feature-tile__icon {
  width: 90px;
  height: 90px;
  margin-bottom: 0.75rem;
}

.about-feature-tile__icon-img {
  width: 90px;
  height: 90px;
  object-fit: contain;
  display: block;
}

.about-feature-tile__label {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #211b14;
}

@media (max-width: 991.98px) {
  .about-features-band {
    overflow: visible;
  }

  .about-features-band__split {
    display: block;
    position: relative;
  }

  .about-features-band__orange {
    min-height: 8.5rem;
  }

  .about-features-band__image-wrap {
    min-height: 13.5rem;
  }

  /* Prevent clipping on mobile by letting overlay participate in layout */
  .about-features-band__overlay {
    position: relative;
    inset: auto;
    padding: 0 1rem 1rem;
    margin-top: -4.5rem;
    pointer-events: auto;
  }

  .about-features-card {
    width: min(100%, 34rem);
    margin: 0 auto;
  }
}

@media (max-width: 575.98px) {
  .about-features-band__orange {
    min-height: 7rem;
  }

  .about-features-band__image-wrap {
    min-height: 12rem;
  }

  .about-features-band__overlay {
    margin-top: -3.75rem;
    padding: 0 0.75rem 0.75rem;
  }

  .about-features-card {
    padding: 1.125rem 0.75rem 1.25rem;
  }

  .about-feature-tile__icon,
  .about-feature-tile__icon-img {
    width: 68px;
    height: 68px;
  }

  .about-feature-tile__icon {
    margin-bottom: 0.45rem;
  }

  .about-feature-tile__label {
    font-size: 0.92rem;
    line-height: 1.2;
  }
}

.section-about-areas {
  position: relative;
  overflow: hidden;
  min-height: clamp(620px, 78vh, 760px);
  /* Push the white card down so it starts around lower-third of map */
  padding-top: clamp(6.5rem, 14vh, 9rem);
  padding-bottom: clamp(3rem, 5vw, 4.5rem);
}

.about-areas-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  max-height: 489px;
}

.about-areas-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  opacity: 1;
}

.section-about-areas > .container {
  z-index: 1;
}
.section-about-areas .about-areas-desktop-pt {
  margin-top: 80px;
}
.about-areas-card {
  background: #fff;
  border-radius: 8px;
  padding: 0;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
  /* Figma card is narrower than other sections */
  max-width: 980px;
  margin: 0 auto;
  overflow: hidden;
}

.about-areas-card .row {
  align-items: stretch;
}

.about-areas-content-col {
  padding: 1.45rem 1.35rem 1.2rem;
}

.about-areas-media-col {
  min-height: 100%;
}

.about-areas-title {
  font-weight: 600;
  font-size: clamp(2rem, 3.9vw, 3.25rem);
  color: #211b14;
  line-height: 1.06;
  margin-bottom: 0.65rem !important;
}

.about-areas-lead {
  max-width: 33rem;
  line-height: 1.25;
  font-size: 0.9rem;
  color: #4f4f4f !important;
  margin-bottom: 0.95rem !important;
}

.about-areas-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.4rem;
  font-size: 0.92rem;
  color: #211b14;
  margin-bottom: 0.58rem;
  line-height: 1.2;
}

.about-areas-list li:last-child {
  margin-bottom: 0;
}

.about-areas-list img {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  margin-top: 0;
  object-fit: contain;
}

.about-areas-house {
  position: relative;
  width: 100%;
  min-height: 100%;
  height: 100%;
  border-radius: 0;
}

.about-areas-house__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    -0.06deg,
    rgba(0, 0, 0, 0.56) 18%,
    rgba(0, 0, 0, 0.66) 100%
  );
  pointer-events: none;
}

.about-areas-book {
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  width: min(86%, 360px);
  border: 1px dashed var(--cg-orange);
  border-radius: 0;
  padding: 0.7rem 0.95rem 0.78rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  text-align: center;
  background: rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(2px);
  min-height: 70px;
}

.about-areas-book__phone-icon {
  display: block;
  margin: 0;
  width: 30px;
  height: 30px;
  filter: brightness(0) invert(1);
  opacity: 0.95;
  flex-shrink: 0;
}

.about-areas-book__content {
  display: block;
  text-align: center;
}

.about-areas-book__title {
  font-weight: 500;
  font-size: 0.9rem;
  color: #fff;
  line-height: 1.2;
  margin: 0;
}

.about-areas-book__num {
  font-weight: 600;
  font-size: 2rem;
  color: var(--cg-orange);
  text-decoration: none;
  display: inline-block;
  line-height: 1;
  margin-top: 0.12rem;
}

.about-areas-book__num:hover {
  color: #ffc266;
}

.about-areas-visual {
  position: relative;
  height: 100%;
}

@media (max-width: 991.98px) {
  .about-page-collage {
    margin-bottom: 2rem;
  }

  .section-about-areas .about-areas-desktop-pt {
    margin-top: 20px;
  }
  /* Prevent next section overlap on mobile/tablet */
  .section-about-areas {
    min-height: auto;
    padding-top: 3rem;
    padding-bottom: 2rem;
  }

  .about-areas-card {
    padding: 0;
    overflow: visible;
    max-width: 94%;
  }

  .about-areas-content-col {
    padding: 1.25rem 1rem 1rem;
  }

  .about-areas-house {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    border-radius: 6px;
    min-height: 360px;
  }

  .about-areas-book {
    padding: 0.7rem 0.75rem 0.8rem;
    width: min(90%, 330px);
  }

  .about-areas-book__num {
    font-size: 1.5rem;
  }

}

@media (max-width: 575.98px) {
  .about-areas-title {
    font-size: 2.2rem;
  }

  .about-areas-list li {
    font-size: 0.88rem;
    margin-bottom: 0.28rem;
  }

  .about-areas-house {
    min-height: 300px;
  }

  .about-areas-book {
    left: 50%;
    bottom: 8px;
    transform: translateX(-50%);
    width: min(92%, 300px);
  }

  .about-areas-book {
    padding: 0.58rem 0.6rem 0.65rem;
    min-height: 62px;
  }

  .about-areas-book__phone-icon {
    width: 24px;
    height: 24px;
  }

  .about-areas-book__title {
    font-size: 0.78rem;
  }

  .about-areas-book__num {
    font-size: 1.28rem;
  }

}

@media (max-width: 991.98px) {
  .estimate-card {
    margin-top: -3rem;
    padding: 1.5rem;
  }

  .experience-badge {
    position: relative;
    right: auto;
    left: 0;
    bottom: auto;
    margin-top: 1rem;
    max-width: 100%;
    width: auto;
    transform: none;
    z-index: auto;
  }

  /* Flex columns default to min-width:auto + flex-shrink:0 — can exceed viewport */
  .section-about .row > [class*="col-"] {
    min-width: 0;
    max-width: 100%;
  }

  .section-about .about-media,
  .section-about .about-cta-row {
    min-width: 0;
    max-width: 100%;
  }
}

/* Service page */
.service-page-hero {
  position: relative;
  min-height: min(52vh, 420px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5.25rem 0 4.75rem;
}

.service-page-hero__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.service-page-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-page-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.service-page-hero__inner {
  z-index: 1;
}

.service-page-hero__title {
  font-weight: 700;
  font-size: clamp(2.5rem, 6vw, 4.375rem);
  color: #fff;
  line-height: 1.05;
}

.service-breadcrumb {
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(4px);
}

.service-breadcrumb__link {
  color: #bdbdbd;
  text-decoration: none;
  font-weight: 600;
}

.service-breadcrumb__link:hover {
  color: #fff;
}

.service-breadcrumb__chev {
  transform: rotate(-42deg);
  filter: brightness(0) invert(1);
}

.service-breadcrumb__current {
  color: #fff;
  font-weight: 600;
}

.service-catalog {
  background: linear-gradient(180deg, #fff 0%, #fddfb9 100%);
  padding: 4rem 0 5rem;
}

.service-catalog__heading {
  max-width: 64rem;
  margin: 0 auto 2.25rem;
}

.service-catalog__title {
  font-weight: 600;
  font-size: clamp(2.25rem, 4vw, 3.75rem);
  color: #000;
  margin-bottom: 0.7rem;
}

.service-catalog__lead {
  margin: 0 auto;
  max-width: 55rem;
  color: #727272;
  line-height: 1.45;
  font-size: 1rem;
}

.service-item-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 16.4px rgba(0, 0, 0, 0.25);
  padding: 1rem 1rem 1.05rem;
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.service-item-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.2);
}

.service-item-card__media {
  position: relative;
  border-radius: 10px;
  overflow: visible;
  margin-bottom: 1.55rem;
}

.service-item-card__media > img {
  width: 100%;
  height: 215px;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.service-item-card__icon-badge {
  position: absolute;
  left: 16px;
  bottom: -27px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #f99d27;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Figma pattern: light badge on non-repair cards, orange on repair cards */
.service-catalog__grid > [class*="col-"] .service-item-card__icon-badge {
  background: #ffe5c3;
}

.service-catalog__grid > [class*="col-"]:nth-child(3n-1) .service-item-card__icon-badge {
  background: #f99d27;
}

.service-item-card__icon-badge img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.service-item-card__body h3 {
  font-size: 1.38rem;
  font-weight: 500;
  color: #000;
  line-height: 1.2;
  margin: 0 0 0.62rem;
}

.service-item-card__body p {
  color: #828181;
  font-size: 1rem;
  line-height: 1.45;
  margin: 0 0 0.95rem;
  min-height: 5.8rem;
  border-top: 1px solid #e2e2e2;
  padding-top: 0.72rem;
}

.service-item-card__body {
  padding-top: 0.28rem;
}

.service-item-card__cta {
  border: 1px solid #f99d27;
  border-radius: 30px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  justify-items: center;
  text-decoration: none;
  color: #000;
  font-weight: 700;
  text-align: center;
  padding: 0.35rem 0.35rem 0.35rem 0.75rem;
  transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.service-item-card__cta span {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #f99d27;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-item-card__cta span img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
  transform: rotate(-42deg);
  transition: transform 0.25s ease;
}

.service-item-card:hover .service-item-card__media > img {
  transform: scale(1.04);
}

.service-item-card:hover .service-item-card__icon-badge {
  transform: translateY(-2px);
  box-shadow: 0 10px 18px rgba(249, 157, 39, 0.35);
}

.service-item-card:hover .service-item-card__icon-badge img {
  transform: scale(1.08);
}

.service-item-card__cta:hover {
  background: rgba(249, 157, 39, 0.08);
  box-shadow: 0 8px 16px rgba(249, 157, 39, 0.22);
  transform: translateY(-1px);
}

.service-item-card__cta:hover span {
  transform: scale(1.05);
  box-shadow: 0 8px 14px rgba(249, 157, 39, 0.35);
}

.service-item-card__cta:hover span img {
  transform: rotate(-42deg) translateX(2px);
}

.service-item-card__cta:focus-visible {
  outline: 2px solid var(--cg-orange);
  outline-offset: 2px;
}

.service-problems {
  background: #fff;
  padding: 5rem 0 4.5rem;
}

.service-problems__media {
  position: relative;
  width: min(100%, 520px);
  min-height: 500px;
}

.service-problems__main {
  position: absolute;
  top: 0;
  left: 0;
  width: 74%;
}

.service-problems__main img {
  width: 100%;
  height: 355px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}

.service-problems__inset {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 62%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 16.4px rgba(0, 0, 0, 0.25);
}

.service-problems__inset img {
  width: 100%;
  height: 235px;
  object-fit: cover;
  display: block;
}

.service-problems__tag {
  margin-bottom: 0.55rem;
}

.service-problems__tag img {
  width: min(100%, 280px);
  height: auto;
  display: block;
}

.service-problems__title {
  font-size: clamp(2rem, 4vw, 3.75rem);
  color: #000;
  line-height: 1.08;
  margin-bottom: 1.2rem;
}

.service-problems__list li {
  display: flex;
  gap: 0.6rem;
  align-items: flex-start;
  font-size: 1.3rem;
  font-weight: 500;
  color: #1e1e1e;
  margin-bottom: 0.8rem;
}

.service-problems__list img {
  width: 22px;
  height: 22px;
  margin-top: 0.15rem;
  flex-shrink: 0;
}

/* Quote strip: texture is full-bleed background (asset includes tone/overlay) */
.service-quote {
  position: relative;
  padding: 0;
  background-color: transparent;
  background-image: url("../imgs/service/service-quote-texture.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.service-quote__layout {
  display: grid;
  grid-template-columns: minmax(0, 50%) minmax(0, 50%);
  align-items: stretch;
  width: 100%;
  min-height: clamp(420px, 52vw, 600px);
}

/* Left column fills row height; image fills column (curve asset — keep subject left) */
.service-quote__photo {
  position: relative;
  align-self: stretch;
  min-height: 100%;
}

.service-quote__photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-position: left center;
}

.service-quote__form-col {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: clamp(2.25rem, 5vw, 5rem) clamp(1rem, 3vw, 2.75rem) clamp(2.25rem, 5vw, 4rem) clamp(0.5rem, 2vw, 1.5rem);
  min-height: 100%;
}

/* Form block ≈ 35% of viewport: 70% of the right 50% column (capped for ultra-wide) */
.service-quote__form-inner {
  width: min(70%, 35vw, 32rem);
  min-width: 0;
}

.service-quote__kicker {
  color: #fff;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.service-quote__title {
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.75rem);
  line-height: 1.08;
  margin-bottom: 1.75rem;
}

.service-quote__form .form-control {
  border-radius: 10px;
  min-height: 60px;
  border: 0;
  padding: 0.95rem 1.1rem;
  color: #252a2a;
  font-weight: 600;
}

.service-quote__form textarea.form-control {
  min-height: 130px;
}

.service-quote__submit {
  border: 0;
  width: 100%;
  border-radius: 10px;
  min-height: 60px;
  background: #fff;
  color: #9a9a9a;
  font-weight: 700;
  transition: background-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.service-quote__submit:hover {
  background: #f6f6f6;
  color: #7f7f7f;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.18);
  transform: translateY(-1px);
}

.service-quote__submit:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

@media (max-width: 991.98px) {
  .service-item-card__body p {
    min-height: auto;
  }

  .service-problems__media {
    width: min(100%, 500px);
    min-height: 460px;
    margin: 0 auto 2.25rem;
  }

  .service-problems__main img {
    height: 330px;
  }

  .service-problems__inset {
    right: 0;
    bottom: 0;
    width: 60%;
  }

  .service-problems__inset img {
    height: 210px;
  }

  .service-problems__list li {
    font-size: 1.05rem;
    margin-bottom: 0.6rem;
  }

  .service-quote__layout {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .service-quote__form-col {
    justify-content: center;
    padding: 2.5rem 1.25rem 3rem;
  }

  .service-quote__form-inner {
    width: min(100%, 32rem);
  }
}

@media (max-width: 575.98px) {
  .service-page-hero {
    min-height: 340px;
    padding: 4rem 0 3.5rem;
  }

  .service-catalog {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .service-item-card__media > img {
    height: 195px;
  }

  .service-item-card__icon-badge {
    left: 12px;
    bottom: -22px;
    width: 50px;
    height: 50px;
  }

  .service-item-card__body h3 {
    font-size: 1.2rem;
  }

  .service-item-card__body p {
    font-size: 0.95rem;
  }

  .service-problems {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .service-problems__inset {
    width: 62%;
    right: 0;
    bottom: 0;
  }

  .service-problems__media {
    min-height: 400px;
  }

  .service-problems__main img {
    height: 270px;
  }

  .service-problems__inset img {
    height: 170px;
  }

}

/* -------------------------------------------------------------------------- */
/* Contact page (Figma node 20188:1633) — scoped to .page-contact only       */
/* -------------------------------------------------------------------------- */

.page-contact .contact-page-hero {
  position: relative;
  min-height: min(52vh, 420px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5.25rem 0 4.75rem;
}

.page-contact .contact-page-hero__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.page-contact .contact-page-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-contact .contact-page-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.29);
}

.page-contact .contact-page-hero__inner {
  z-index: 1;
}

.page-contact .contact-page-hero__title {
  font-weight: 700;
  font-size: clamp(2.5rem, 6vw, 4.375rem);
  color: #fff;
  line-height: 1.05;
}

.page-contact .contact-breadcrumb {
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(4px);
}

.page-contact .contact-breadcrumb__link {
  color: #bdbdbd;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
}

.page-contact .contact-breadcrumb__link:hover {
  color: #fff;
}

.page-contact .contact-breadcrumb__chev {
  transform: rotate(-42deg);
  filter: brightness(0) invert(1);
}

.page-contact .contact-breadcrumb__current {
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
}

.page-contact .contact-map-stage {
  min-height: clamp(380px, 52vw, 620px);
  overflow: hidden;
}

.page-contact .contact-map-stage__bg {
  position: absolute;
  inset: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(120%, 2400px);
  min-height: 100%;
}

.page-contact .contact-map-stage__bg img {
  width: 100%;
  height: 100%;
  min-height: clamp(420px, 58vw, 680px);
  object-fit: cover;
  object-position: center 40%;
  display: block;
}

.page-contact .contact-form-section {
  position: relative;
  z-index: 3;
  margin-top: clamp(-6rem, -12vw, -4.5rem);
  padding-bottom: clamp(2.5rem, 6vw, 4rem);
}

.page-contact .contact-form-card {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border-radius: 0;
  padding: clamp(1.75rem, 4vw, 3.25rem) clamp(1.25rem, 3vw, 3rem);
  box-shadow: 0 10px 16.4px rgba(0, 0, 0, 0.25);
}

.page-contact .contact-form-card__title {
  font-weight: 500;
  font-size: 1.5rem;
  color: #000;
}

.page-contact .contact-form-card__lead {
  font-size: 1rem;
  color: #000;
  max-width: 22rem;
}

.page-contact .contact-find-outline {
  border: 2px dashed var(--cg-orange);
  border-radius: 8px;
  padding: 0.45rem 0.85rem;
  transition: background 0.2s ease;
}

.page-contact .contact-find-outline:hover {
  background: rgba(249, 157, 39, 0.06);
}

.page-contact .contact-find-outline__text {
  font-size: 1rem;
  max-width: 16.5rem;
  line-height: 1.25;
}

.page-contact .contact-page-form__control {
  min-height: 61px;
  border-radius: 0;
  border: 1px solid #d0d0d0;
  padding: 0.65rem 1.1rem;
  font-size: 1rem;
  font-weight: 400;
  color: #252a2a;
}

.page-contact .contact-page-form__control::placeholder {
  color: #adafae;
}

.page-contact .contact-page-form__textarea {
  min-height: 165px;
  resize: vertical;
}

.page-contact .contact-page-form__select-wrap {
  position: relative;
}

.page-contact .contact-page-form__select {
  appearance: none;
  padding-right: 2.75rem;
}

.page-contact .contact-page-form__chev {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  pointer-events: none;
}

.page-contact .contact-page-form__submit {
  min-width: 200px;
  max-width: 308px;
  width: 100%;
  min-height: 61px;
  border-radius: 0;
  border: 0;
  background: var(--cg-orange);
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.02em;
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.page-contact .contact-page-form__submit:hover {
  background: #e8891a;
  box-shadow: 0 10px 22px rgba(249, 157, 39, 0.35);
  transform: translateY(-1px);
  color: #fff;
}

.page-contact .contact-info-card {
  background: #fff;
  padding: 2.5rem 1.5rem 2rem;
  box-shadow: 0 10px 16.4px rgba(0, 0, 0, 0.25);
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
}

.page-contact .contact-info-card__icon-wrap {
  position: relative;
  width: 103px;
  height: 103px;
  margin-bottom: 0.75rem;
}

.page-contact .contact-info-card__ring {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.page-contact .contact-info-card__orange {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.page-contact .contact-info-card__glyph {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.page-contact .contact-info-card__title {
  font-weight: 500;
  font-size: 1.5rem;
  color: #000;
  margin-bottom: 0.75rem;
}

.page-contact .contact-info-card__body {
  font-size: 1rem;
  line-height: 1.45;
  color: #828181;
}

.page-contact .contact-office-hours {
  font-weight: 500;
  font-size: clamp(1rem, 2.2vw, 1.25rem);
  color: #000;
}

.page-contact .contact-trust-bar {
  background: #fff;
}

.page-contact .contact-trust-bar__inner {
  background: #fff;
  box-shadow: 0 15px 85px rgba(37, 42, 42, 0.12);
  padding: 1.25rem 1rem;
  max-width: 1218px;
  margin-left: auto;
  margin-right: auto;
}

.page-contact .contact-trust-bar__badge {
  max-height: 72px;
  width: auto;
  object-fit: contain;
}

.page-contact .contact-trust-bar__rule {
  display: inline-block;
  width: 2px;
  height: 53px;
  background: #e2e2e2;
  flex-shrink: 0;
}

@media (max-width: 991.98px) {
  .page-contact .contact-form-card__head {
    align-items: stretch;
  }

  .page-contact .contact-find-outline {
    align-self: stretch;
  }

  .page-contact .contact-find-outline__inner {
    justify-content: center;
    text-align: center;
  }

  .page-contact .contact-trust-bar__rule {
    display: none;
  }

  .page-contact .contact-trust-bar__inner {
    gap: 1rem !important;
  }
}

@media (max-width: 575.98px) {
  .page-contact .contact-find-outline__text {
    font-size: 0.88rem;
  }
}

/* -------------------------------------------------------------------------- */
/* Service detail page (Figma node 20188:1371)                               */
/* -------------------------------------------------------------------------- */

.page-service-detail .service-detail-hero {
  position: relative;
  min-height: min(52vh, 420px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5.25rem 0 4.75rem;
}

.page-service-detail .service-detail-hero__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.page-service-detail .service-detail-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-service-detail .service-detail-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.page-service-detail .service-detail-hero__inner {
  z-index: 1;
}

.page-service-detail .service-detail-hero__title {
  font-weight: 700;
  font-size: clamp(2.5rem, 6vw, 4.375rem);
  line-height: 1.05;
}

.page-service-detail .service-detail-breadcrumb {
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(4px);
}

.page-service-detail .service-detail-breadcrumb__link {
  color: #bdbdbd;
  text-decoration: none;
  font-weight: 600;
}

.page-service-detail .service-detail-breadcrumb__link:hover {
  color: #fff;
}

.page-service-detail .service-detail-breadcrumb__chev {
  transform: rotate(-42deg);
  filter: brightness(0) invert(1);
}

.page-service-detail .service-detail-breadcrumb__current {
  color: #fff;
  font-weight: 400;
}

.page-service-detail .service-detail-intro {
  padding: 5.25rem 0 4.5rem;
}

.page-service-detail .service-detail-kicker {
  color: var(--cg-orange);
  font-size: 1rem;
  font-weight: 700;
}

.page-service-detail .service-detail-intro__title {
  color: #000;
  font-size: clamp(2.15rem, 4vw, 3.75rem);
  line-height: 1.08;
  font-weight: 600;
  margin-bottom: 1rem;
  max-width: 50rem;
}

.page-service-detail .service-detail-intro__body {
  font-size: 1rem;
  line-height: 1.625;
  color: #5f5e5e;
  max-width: 41.5rem;
  margin-bottom: 1.65rem;
}

.page-service-detail .service-detail-intro__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  min-height: 60px;
  padding: 0.75rem 1.4rem;
  background: var(--cg-orange);
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.page-service-detail .service-detail-intro__cta img {
  width: 16px;
  height: 16px;
}

.page-service-detail .service-detail-intro__cta:hover {
  background: #e8891a;
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(249, 157, 39, 0.35);
  color: #fff;
}

.page-service-detail .service-detail-intro__media {
  position: relative;
  max-width: 620px;
  margin-left: auto;
}

.page-service-detail .service-detail-intro__media-main {
  width: 100%;
  border-radius: 8px;
  display: block;
}

.page-service-detail .service-detail-intro__cert {
  position: absolute;
  left: -2.25rem;
  bottom: -2.15rem;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 16.4px rgba(0, 0, 0, 0.25);
  width: min(238px, 92%);
  padding: 1rem 1.1rem 1.05rem;
}

.page-service-detail .service-detail-intro__cert-head {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0.7rem;
  color: var(--cg-orange);
  font-size: 1rem;
}

.page-service-detail .service-detail-intro__cert p {
  color: #211b14;
  font-size: 1rem;
  line-height: 1.35;
}

.page-service-detail .service-detail-problems {
  padding: 4.75rem 0;
}

.page-service-detail .service-detail-problems__image {
  width: 100%;
  border-radius: 10px;
  display: block;
}

.page-service-detail .service-detail-problems__title {
  color: #252a2a;
  font-size: clamp(2rem, 4vw, 3.75rem);
  font-weight: 600;
  line-height: 1.08;
  margin-bottom: 1.5rem;
}

.page-service-detail .service-detail-problems__list li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  margin-bottom: 0.85rem;
  font-size: 1rem;
  line-height: 1.45;
  color: #716e6b;
}

.page-service-detail .service-detail-problems__list img {
  width: 25px;
  height: 25px;
  flex-shrink: 0;
}

.page-service-detail .service-detail-problems__list strong {
  color: #211b14;
  font-size: 1.25rem;
  font-weight: 500;
}

.page-service-detail .service-detail-problems__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 54px;
  padding: 0.4rem 0.4rem 0.4rem 1.35rem;
  border-radius: 30px;
  background: var(--cg-orange);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

.page-service-detail .service-detail-problems__cta-circle {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.page-service-detail .service-detail-problems__cta-circle img {
  width: 24px;
  height: 24px;
  transform: rotate(-45deg);
}

.page-service-detail .service-detail-assist {
  padding: 4.5rem 0 5rem;
}

.page-service-detail .service-detail-assist__title {
  color: #1b1c1c;
  font-size: clamp(2rem, 3.2vw, 2.25rem);
  font-weight: 800;
  margin-bottom: 1rem;
}

.page-service-detail .service-detail-assist__lead {
  color: #5f5e5e;
  font-size: 1rem;
  line-height: 1.625;
  margin-bottom: 1.4rem;
}

.page-service-detail .service-detail-assist__list li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 1.1rem;
  margin-bottom: 1.2rem;
}

.page-service-detail .service-detail-assist__num {
  width: 48px;
  height: 48px;
  border: 2px solid var(--cg-orange);
  border-radius: 12px;
  color: var(--cg-orange);
  font-weight: 700;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.page-service-detail .service-detail-assist__list h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 0.45rem;
}

.page-service-detail .service-detail-assist__list p {
  color: #828181;
  font-size: 1rem;
  line-height: 1.45;
  margin-bottom: 0;
}

.page-service-detail .service-detail-assist__stack {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  column-gap: 14px;
  row-gap: 14px;
  align-items: start;
  padding-top: 50px;
  max-width: 460px;
  margin-left: auto;
}

.page-service-detail .service-detail-assist__img-top,
.page-service-detail .service-detail-assist__img-bot {
  position: relative;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.page-service-detail .service-detail-assist__img-top {
  grid-column: 1;
  grid-row: 1;
  height: 200px;
}

.page-service-detail .service-detail-assist__img-bot {
  grid-column: 2;
  grid-row: 2;
  height: 200px;
}

.page-service-detail .service-detail-assist__img-top img,
.page-service-detail .service-detail-assist__img-bot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (hover: hover) and (pointer: fine) {
  .page-service-detail .service-detail-assist__img-top img,
  .page-service-detail .service-detail-assist__img-bot img {
    filter: grayscale(1);
    transition: filter 0.3s ease, transform 0.3s ease;
  }

  .page-service-detail .service-detail-assist__img-top:hover img,
  .page-service-detail .service-detail-assist__img-bot:hover img {
    filter: grayscale(0);
    transform: scale(1.02);
  }
}

.page-service-detail .service-detail-assist__stat {
  position: relative;
  width: 100%;
  background: var(--cg-orange);
  color: #f9fdff;
  border-radius: 8px;
  padding: 0.9rem 1.05rem 0.95rem;
}

.page-service-detail .service-detail-assist__stat strong {
  display: block;
  font-size: 1.875rem;
  line-height: 1;
  font-weight: 800;
}

.page-service-detail .service-detail-assist__stat span {
  display: block;
  margin-top: 0.45rem;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.page-service-detail .service-detail-assist__stat--top {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
  min-height: 98px;
}

.page-service-detail .service-detail-assist__stat--bottom {
  grid-column: 1;
  grid-row: 2;
  align-self: start;
  min-height: 98px;
}

@media (max-width: 1199.98px) {
  .page-service-detail .service-detail-intro__cert {
    left: 0.75rem;
    bottom: -1.4rem;
  }

  .page-service-detail .service-detail-assist__stack {
    max-width: 390px;
  }
}

@media (max-width: 991.98px) {
  .page-service-detail .service-detail-problems__list strong {
    font-size: 1.1rem;
  }

  .page-service-detail .service-detail-assist__stack {
    display: block;
    max-width: 560px;
    margin: 0 auto;
    padding-bottom: 0.5rem;
  }

  .page-service-detail .service-detail-assist__img-top,
  .page-service-detail .service-detail-assist__img-bot {
    position: static;
    width: 100%;
    margin-left: 0;
    height: auto;
  }

  .page-service-detail .service-detail-assist__stat {
    position: static;
    width: 100%;
    margin-top: 0.8rem;
  }
}

@media (max-width: 575.98px) {
  .page-service-detail .service-detail-hero {
    min-height: 340px;
    padding: 4rem 0 3.5rem;
  }

  .page-service-detail .service-detail-breadcrumb__current {
    font-size: 0.9rem;
  }

  .page-service-detail .service-detail-intro,
  .page-service-detail .service-detail-problems,
  .page-service-detail .service-detail-assist {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .page-service-detail .service-detail-intro__cert {
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: 1rem;
    width: 100%;
  }

  .page-service-detail .service-detail-assist__list li {
    grid-template-columns: 42px 1fr;
    gap: 0.8rem;
  }

  .page-service-detail .service-detail-assist__num {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    font-size: 0.92rem;
  }
}
