/* Page-specific styles extracted from style.css. */

.hero-actions,
.steps-inline {
  display: flex;
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(23, 27, 39, 0.95), rgba(23, 27, 39, 0.58)),
    url("../img/hero.webp") center/cover;
  color: #fff;

  .heroShell {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: start;
    width: var(--container);
    min-height: auto;
    margin: 0 auto;
    padding: 48px 0 56px;
  }

  .heroContent {
    max-width: none;
    text-align: center;
  }

  .heroTitle {
    max-width: 640px;
    margin: 0;
    font-size: 2.35rem;
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: 0;
  }

  .heroAccent {
    color: var(--orange);
  }

  .heroBody {
    max-width: none;
    margin: 16px 0 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 1.04rem;
    line-height: 1.6;
  }

  .heroActions {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 16px;
    width: 100%;
    margin-top: 32px;
  }

  .heroActionPrimary,
  .heroActionSecondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4px 10px;
    width: 100%;
    min-height: 56px;
    padding: 12px 24px;
    border-radius: 999px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
    cursor: pointer;
  }

  .heroActionPrimary:hover,
  .heroActionSecondary:hover {
    transform: translateY(-1px);
  }

  .heroActionPrimary {
    color: #fff;
    background: var(--orange);
    box-shadow: 0 10px 20px rgba(255, 127, 0, 0.22);
  }

  .heroActionSecondary {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: none;
  }

  .heroActionNote {
    display: inline-block;
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    font-weight: 400;
  }

  .heroMeta {
    display: block;
    margin: 20px 0 0;
    color: #d1d5dc;
    font-size: 0.95rem;
    line-height: 1.6;
  }
}

@media (width >= 721px) {
    .hero {
      background:
        linear-gradient(90deg, rgba(16, 24, 40, 0.82), rgba(16, 24, 40, 0.55)),
        url("../img/hero.webp") center/cover;

      .heroShell {
        gap: 48px;
        align-items: end;
        min-height: 680px;
        padding: 110px 0 96px;
      }

      .heroContent {
        max-width: 700px;
        text-align: left;
      }

      .heroTitle {
        font-size: clamp(2.25rem, 5vw, 2.6rem);
        line-height: 1.04;
      }

      .heroBody {
        max-width: 620px;
        font-size: 1.08rem;
        line-height: 1.7;
      }

      .heroActions {
        flex-direction: row;
        width: auto;
      }

      .heroActionPrimary,
      .heroActionSecondary {
        width: auto;
        min-height: 48px;
        padding: 0 24px;
        font-size: 15px;
      }

      .heroActionSecondary {
        background: rgba(255, 255, 255, 0.12);
        box-shadow: 0 10px 20px rgba(15, 23, 42, 0.12);
      }
    }
}

@media (width >= 1024px) {
    .hero {
      .heroTitle {
        max-width: 670px;
        font-size: 3.4rem;
        line-height: 1.4;
      }
    }
}

.estimateBand {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #162133 0%, #101828 100%);
  color: #fff;

  .estimateBandBackdrop {
    position: absolute;
    inset: 0;
    background:
      linear-gradient(90deg, rgba(16, 24, 40, 0.8), rgba(16, 24, 40, 0.55)),
      url("../img/hero.webp") 30%/cover;
    opacity: 0.52;
  }

  .estimateBandPanel {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    align-items: center;
    width: var(--container);
    margin: 0 auto;
    padding: 48px 0;
    text-align: center;
  }

  .estimateBandCopy {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 684px;
    gap: 28px;
    margin: 0 auto;
    text-align: center;
  }

  .estimateBandCopy h2 {
    max-width: 350px;
    margin: 0;
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0;
  }

  .estimateBandCopy p {
    max-width: 680px;
    margin: 0;
    color: #d1d5dc;
    font-size: 18px;
    line-height: 29.25px;
  }

  .estimateBandBadge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 6px 16px;
    border-radius: 999px;
    background: rgba(255, 127, 0, 0.1);
    color: var(--orange);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
  }

  .estimateBandBadge::before {
    content: "";
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    background:
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M10 18.3334C14.6024 18.3334 18.3333 14.6024 18.3333 10C18.3333 5.39766 14.6024 1.66669 10 1.66669C5.39759 1.66669 1.66663 5.39766 1.66663 10C1.66663 14.6024 5.39759 18.3334 10 18.3334Z' stroke='%23FF7F00' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 5.00002V10L13.3333 11.6667' stroke='%23FF7F00' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
      center/20px 20px no-repeat;
  }

  .estimateBandCard {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 36px;
    width: min(100%, 454px);
    margin: 0 auto;
    padding: 25px 24px 24px;
    overflow: hidden;
    isolation: isolate;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    background: rgba(23, 27, 39, 0.55);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  }

  .estimateBandCard::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
      linear-gradient(180deg, rgba(16, 24, 40, 0.1), rgba(16, 24, 40, 0.32));
    opacity: 0.18;
  }

  .estimateBandTagRow {
    display: flex;
    width: 100%;
    max-width: 403px;
    flex-wrap: wrap;
    align-self: center;
    gap: 12px;
    justify-content: center;
  }

  .estimateBandTagRow span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 16px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    white-space: nowrap;
  }

  .estimateBandTagRow span::before {
    content: "";
    width: 16px;
    height: 16px;
    margin-right: 8px;
    flex: 0 0 16px;
    background:
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Ccircle cx='8' cy='8' r='6.25' stroke='%2300E676' stroke-width='1.5'/%3E%3Cpath d='M5.35 8.05L7.1 9.8L10.65 6.2' stroke='%2300E676' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
      center/16px 16px no-repeat;
  }

  .estimateBandCta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 56px;
    gap: 8px;
    padding: 0 24px;
    border-radius: 999px;
    background: var(--orange);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
    cursor: pointer;
  }

  .estimateBandCta:hover {
    transform: translateY(-1px);
  }

  .estimateBandCta::after {
    content: "";
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    background:
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M7.5 5L12.5 10L7.5 15' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
      center/20px 20px no-repeat;
  }
}

@media (width >= 1024px) {
    .estimateBand {
      .estimateBandPanel {
        gap: 56px;
        padding: 72px 0;
        text-align: left;
        grid-template-columns: 1.15fr 0.85fr;
      }

      .estimateBandCopy {
        align-items: flex-start;
        margin: 0;
        text-align: left;
      }

      .estimateBandBadge {
        margin: 0;
      }

      .estimateBandCard {
        margin: 0 0 0 auto;
      }
    }
}

.residentialSection {
  position: relative;
  overflow: hidden;
  padding: 52px 0 40px;
  background: #f9fafb;
  border-bottom: 1px solid #E2E8F0;

  .residentialShell {
    position: relative;
    display: grid;
    width: var(--container);
    margin: 0 auto;
    gap: 32px;
  }

  .residentialShell::before {
    content: "";
    position: absolute;
    top: 120px;
    left: -138px;
    width: 328px;
    height: 328px;
    border-radius: 999px;
    background: rgba(255, 237, 212, 0.92);
    filter: blur(54px);
    opacity: 0.5;
    pointer-events: none;
  }

  .residentialContent,
  .residentialServiceGrid {
    position: relative;
    z-index: 1;
  }

  .residentialContent {
    display: grid;
    gap: 20px;
  }

  .residentialCopy {
    max-width: 503px;

    h2 {
      margin: 0;
      color: #101828;
      font-size: clamp(2.35rem, 5vw, 2.4rem);
      line-height: 1.08;
      font-weight: 800;
      letter-spacing: 0;
    }

    h2 span {
      display: block;
      margin-top: 6px;
      color: var(--orange);
    }

    p {
      max-width: 490px;
      margin: 18px 0 0;
      color: #4a5565;
      font-size: 15px;
      line-height: 1.62;
    }
  }

  .residentialMediaCard {
    position: relative;
    width: 100%;
    max-width: 503px;
    min-height: 320px;
    overflow: hidden;
    border: 3px solid #fff;
    border-radius: 20px;
    box-shadow: 0 17px 21px -4px rgba(0, 0, 0, 0.1), 0 7px 9px -5px rgba(0, 0, 0, 0.1);

    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }

  .residentialMediaOverlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 48%, rgba(0, 0, 0, 0.6) 100%);
  }

  .residentialMediaCaption {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 18px;
    display: grid;
    gap: 2px;
    color: #fff;

    strong {
      font-size: 15px;
      line-height: 1.45;
    }

    span {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      color: rgba(255, 255, 255, 0.8);
      font-size: 12px;
      line-height: 1.4;
    }

    span img {
      width: 14px;
      height: 14px;
      flex: 0 0 14px;
    }
  }

  .residentialCta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 56px;
    padding: 0 30px;
    margin-top: 2px;
    border-radius: 999px;
    background: var(--orange);
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
  }

  .residentialCta:hover {
    transform: translateY(-1px);
  }

  .residentialServiceGrid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px 16px;
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .residentialServiceCard {
    display: flex;
    align-items: center;
    gap: 18px;
    min-height: 104px;
    padding: 16px 18px;
    border: 1px solid #fff7ed;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
  }

  .residentialServiceCardNoArrow {
    padding-right: 24px;
  }

  .residentialServiceIcon {
    width: 50px;
    height: 52px;
    flex: 0 0 50px;
    object-fit: contain;
  }

  .residentialServiceBody {
    min-width: 0;
    flex: 1 1 auto;

    strong {
      display: block;
      color: #101828;
      font-size: 15px;
      line-height: 1.3;
      font-weight: 700;
    }

    span {
      display: block;
      margin-top: 2px;
      color: #6a7282;
      font-size: 12px;
      line-height: 1.5;
    }
  }

  .residentialServiceArrow {
/*    display: inline-flex;*/
    display: none;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 27px;
    flex: 0 0 27px;
    border-radius: 999px;
    background: #fff7ed;

    img {
      width: 14px;
      height: 14px;
    }
  }

  .residentialServiceCardViewAll {
    justify-content: center;
    gap: 8px;
    border: 1px dashed #d1d5dc;
    box-shadow: none;
    color: #4a5565;
    font-weight: 700;

    span {
      font-size: 14px;
      line-height: 1.45;
    }

    img {
      width: 17px;
      height: 17px;
    }
  }
}

@media (width >= 768px) {
    .residentialSection {
      padding: 88px 0;

      .residentialShell {
        gap: 34px;
      }

      .residentialContent {
        gap: 28px;
      }

      .residentialServiceGrid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding-top: 150px;
      }
    }
}

@media (width >= 1024px) {
    .residentialSection {
      .residentialShell {
        grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
        align-items: start;
        justify-content: space-between;
        gap: clamp(28px, 4vw, 42px);
      }

      .residentialContent {
        min-width: 0;
        padding-top: 24px;
      }
    }
}

.commercialSection {
  padding: 52px 0 40px;
  background: #fff;

  .commercialShell {
    display: grid;
    width: var(--container);
    margin: 0 auto;
    gap: 32px;
  }

  .commercialContent {
    display: grid;
    gap: 28px;
  }

  .commercialEyebrow {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    gap: 8px;
    padding: 7px 15px;
    border-radius: 999px;
    background: #eff6ff;

    img {
      width: 16px;
      height: 16px;
      flex: 0 0 16px;
    }

    span {
      color: #1447e6;
      font-size: 14px;
      line-height: 20px;
      font-weight: 700;
    }
  }

  .commercialCopy {
    max-width: 720px;

    h2 {
      max-width: 591px;
      margin: 0;
      color: #101828;
      font-size: clamp(2.35rem, 5vw, 3rem);
      line-height: 1.08;
      font-weight: 800;
      letter-spacing: 0;
    }

    p {
      max-width: 581px;
      margin: 20px 0 0;
      color: #4a5565;
      font-size: 18px;
      line-height: 1.625;
    }
  }

  .commercialFeatureList {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;

    li {
      display: flex;
      align-items: center;
      gap: 8px;
      min-width: 0;
    }

    li img {
      width: 24px;
      height: 24px;
      flex: 0 0 24px;
    }

    li span {
      color: #364153;
      font-size: 16px;
      line-height: 24px;
      font-weight: 700;
    }
  }

  .commercialCta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 56px;
    padding: 0 31px;
    border-radius: 999px;
    background: var(--navy);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
  }

  .commercialCta:hover {
    transform: translateY(-1px);
  }

  .commercialMediaStack {
    display: grid;
    gap: 16px;
  }

  .commercialMediaCard {
    aspect-ratio: 635 / 521;
    overflow: hidden;
    border-radius: 21px;
    box-shadow: 0 22px 44px -11px rgba(0, 0, 0, 0.25);

    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
    }
  }

  .commercialPromiseCard {
    display: flex;
    align-items: center;
    gap: 16px;
    width: min(100%, 293px);
    min-height: 98px;
    margin-left: auto;
    padding: 0 25px;
    border: 1px solid #f3f4f6;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 20px 25px rgba(0, 0, 0, 0.1), 0 8px 10px rgba(0, 0, 0, 0.1);
  }

  .commercialPromiseIcon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    border-radius: 999px;
    background: #dbeafe;

    img {
      width: 24px;
      height: 24px;
    }
  }

  .commercialPromiseCopy {
    span {
      display: block;
      color: #6a7282;
      font-size: 12px;
      line-height: 16px;
      font-weight: 700;
      letter-spacing: 0;
    }

    strong {
      display: block;
      margin-top: 2px;
      color: #101828;
      font-size: 18px;
      line-height: 28px;
      font-weight: 800;
    }
  }
}

@media (width >= 768px) {
    .commercialSection {
      padding: 88px 0 56px;

      .commercialShell {
        gap: 40px;
      }

      .commercialFeatureList {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 32px;
      }

      .commercialMediaStack {
        position: relative;
        align-self: center;
        padding-bottom: 66px;
      }

      .commercialPromiseCard {
        position: absolute;
        right: -20px;
        bottom: 0;
        margin-left: 0;
      }
    }
}

@media (width >= 1024px) {
    .commercialSection {
      .commercialShell {
        grid-template-columns: minmax(0, 1fr) minmax(0, 0.94fr);
        align-items: start;
        justify-content: space-between;
        gap: clamp(32px, 5vw, 72px);
      }

      .commercialContent {
        min-width: 0;
        padding-top: 53px;
      }

      .commercialMediaStack {
        min-width: 0;
        align-self: center;
        padding-top: 50px;
      }

      .commercialMediaCard {
        width: 100%;
        max-width: 635px;
      }
    }
}

.metalSection {
  padding: 64px 0;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(16, 24, 40, 0.66), rgba(16, 24, 40, 0.66)),
    url("../img/metal-background-image.webp") center/cover;

  .metalShell {
    width: var(--container);
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
  }

  h2 {
    margin: 0;
    font-size: 2.35rem;
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: 0;
  }

  p {
    max-width: 844px;
    margin: 18px auto 0;
    color: #d1d5dc;
    font-size: 1.1rem;
    line-height: 1.625;
  }

  .metalActions {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 100%;
    margin-top: 32px;
  }

  .metalPrimaryLink {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 0 24px;
    border-radius: 999px;
    background: var(--orange);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
  }

  .metalPrimaryLink:hover {
    transform: translateY(-1px);
  }

  .metalSecondaryLink {
    align-self: center;
    color: inherit;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 4px;
  }
}

@media (width >= 721px) {
    .metalSection {
      padding: 104px 0;

      h2 {
        font-size: clamp(2.25rem, 5vw, 2.6rem);
        line-height: 1.04;
      }

      p {
        font-size: 1.08rem;
        line-height: 1.7;
      }

      .metalActions {
        flex-direction: row;
        gap: 24px;
      }
    }
}

.stormSupportSection {
  padding: 75px 0 75px;
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;

  .stormSupportInner {
    width: var(--container);
    max-width: 1152px;
    margin: 0 auto;
  }

  .stormSupportTop {
    display: grid;
    gap: 24px;
  }

  .stormSupportMedia {
    overflow: hidden;
    border: 1px solid #f1f5f9;
    border-radius: 16px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);

    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }

  .stormSupportCopy {
    display: grid;
    align-content: start;
    gap: 24px;

    h2 {
      max-width: 567px;
      margin: 0;
      color: #0f172b;
      font-size: 40px;
      line-height: 1.25;
      font-weight: 800;
      letter-spacing: 0;
    }

    p:last-child {
      max-width: 550px;
      margin: 0;
      color: #45556c;
      font-size: 18px;
      line-height: 1.625;
    }
  }

  .stormSupportBadge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    gap: 8px;
    margin: 0;
    padding: 8px 16px;
    border-radius: 999px;
    background: #e2e8f0;

    img {
      width: 16px;
      height: 16px;
      flex: 0 0 16px;
    }

    span {
      color: #314158;
      font-size: 14px;
      line-height: 20px;
      font-weight: 700;
    }
  }

  .stormSupportSteps {
    position: relative;
    display: grid;
    gap: 22px;
    margin-top: 40px;
    padding-top: 10px;
  }

  .stormSupportStepsLine {
    display: none;
  }

  .stormSupportStep {
    position: relative;
    padding: 36px 28px 22px;
    border: 1px solid #f1f5f9;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
    text-align: center;

    strong {
      position: absolute;
      top: -22px;
      left: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 44px;
      height: 44px;
      border: 4px solid #fff;
      border-radius: 999px;
      background: #0f172b;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1);
      color: #fff;
      font-size: 20px;
      line-height: 1;
      font-weight: 900;
      transform: translateX(-50%);
    }

    h3 {
      margin: 18px 0 8px;
      color: #0f172b;
      font-size: 20px;
      line-height: 1.4;
      font-weight: 700;
    }

    p {
      max-width: 286px;
      margin: 0 auto;
      color: #62748e;
      font-size: 16px;
      line-height: 1.5;
    }
  }

  .stormSupportFooter {
    display: grid;
    gap: 24px;
    margin-top: 22px;
    padding: 24px;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
  }

  .stormSupportLinks {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 18px;

    a {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: #314158;
      font-size: 16px;
      line-height: 24px;
      font-weight: 700;

      img {
        width: 16px;
        height: 16px;
        flex: 0 0 16px;
      }
    }
  }

  .stormSupportCta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 56px;
    padding: 0 28px;
    border-radius: 999px;
    background: var(--orange);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
    cursor: pointer;
  }

  .stormSupportCta:hover {
    transform: translateY(-1px);
  }
}

@media (width >= 721px) {
    .stormSupportSection {
      .stormSupportTop {
        grid-template-columns: minmax(0, 459px) minmax(0, 1fr);
        align-items: start;
        gap: 24px;
      }

      .stormSupportMedia {
        height: 342px;
      }

      .stormSupportCopy {
        padding-top: 10px;
      }

      .stormSupportSteps {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 32px;
        margin-top: 62px;
        padding-top: 0;
      }

      .stormSupportStepsLine {
        display: block;
        position: absolute;
        top: 68px;
        left: 16%;
        right: 16%;
        height: 2px;
        background: #cad5e2;
      }

      .stormSupportStep {
        min-height: 172px;
        padding: 38px 32px 20px;

        strong {
          top: -23px;
          width: 48px;
          height: 48px;
        }
      }

      .stormSupportFooter {
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        justify-content: space-between;
        gap: 24px;
        min-height: 122px;
        margin-top: 24px;
        padding: 24px 32px;
      }

      .stormSupportCta {
        width: auto;
        min-width: 248px;
      }
    }
}

@media (width >= 1024px) {
    .stormSupportSection {
      .stormSupportCopy {
        h2 {
          line-height: 1.22;
        }
      }
    }
}

.showcaseSection {
  padding: 52px 0;
  background: #fff;

  .showcaseSectionShell {
    display: grid;
    width: var(--container);
    margin: 0 auto;
    gap: 28px;
    align-items: center;
  }

  .showcaseSectionCopy {
    display: grid;
    gap: 18px;

    h2 {
      margin: 0;
      color: var(--navy);
      font-size: 2.35rem;
      line-height: 1.12;
      font-weight: 800;
      letter-spacing: 0;
    }

    p {
      margin: 0;
      color: var(--muted);
      font-size: 1rem;
      line-height: 1.65;
    }
  }

  .showcaseSectionCta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 48px;
    padding: 0 24px;
    border: 0;
    border-radius: 999px;
    background: var(--navy);
    box-shadow: 0 10px 20px rgba(16, 24, 40, 0.18);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    font-family: inherit;
    appearance: none;
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
  }

  .showcaseSectionCta:hover {
    transform: translateY(-1px);
  }

  .showcaseSectionMedia {
    overflow: hidden;
    border-radius: 16px;
    box-shadow: var(--shadow);

    img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }

  .showcaseGalleryModal {
    position: fixed;
    inset: 0;
    z-index: 60;
    display: grid;
    place-items: center;
    padding: 20px 16px;
  }

  .showcaseGalleryModal[hidden] {
    display: none;
  }

  .showcaseGalleryBackdrop {
    position: absolute;
    inset: 0;
    background: rgba(16, 24, 40, 0.84);
    backdrop-filter: blur(6px);
  }

  .showcaseGalleryDialog {
    position: relative;
    z-index: 1;
    width: min(100%, 960px);
  }

  .showcaseGalleryClose,
  .showcaseGalleryNav {
    border: 0;
    padding: 0;
    appearance: none;
    cursor: pointer;
  }

  .showcaseGalleryClose {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background: rgba(16, 24, 40, 0.92);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.22);
    color: #fff;
    font-size: 26px;
    line-height: 1;
  }

  .showcaseGalleryNav {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background: rgba(16, 24, 40, 0.92);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.22);
    color: #fff;
    font-size: 30px;
    line-height: 1;
    transform: translateY(-50%);
  }

  .showcaseGalleryNavPrev {
    left: 12px;
  }

  .showcaseGalleryNavNext {
    right: 12px;
  }

  .showcaseGalleryFigure {
    position: relative;
    margin: 0;
    padding: 16px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: var(--shadow);
  }

  .showcaseGalleryImage {
    display: block;
    width: 100%;
    max-height: calc(100vh - 190px);
    object-fit: contain;
    border-radius: 14px;
    background: #0f172a;
  }

  .showcaseGalleryCaption {
    margin-top: 12px;
    color: var(--muted);
    font-size: 0.95rem;
    line-height: 1.5;
  }
}

body.isShowcaseGalleryOpen {
  overflow: hidden;
}

@media (min-width: 721px) {
    .showcaseSection {
      padding: 88px 0;

      .showcaseSectionShell {
        gap: 56px;
      }

      .showcaseSectionCopy {
        max-width: 890px;

        h2 {
          font-size: clamp(2.25rem, 5vw, 2.6rem);
          line-height: 1.04;
        }

        p {
          font-size: 1.08rem;
          line-height: 1.7;
        }
      }

      .showcaseGalleryModal {
        padding: 32px 24px;
      }

      .showcaseGalleryFigure {
        padding: 20px;
      }

      .showcaseGalleryImage {
        max-height: calc(100vh - 220px);
      }
    }
}

@media (min-width: 1101px) {
    .showcaseSection {
      .showcaseSectionShell {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
      }

      .showcaseGalleryDialog {
        width: min(100%, 1040px);
      }
    }
}

.homeFaqSection {
  padding: 52px 0;
  background: #fff;

  .homeFaqSectionShell {
    display: grid;
    width: var(--container);
    margin: 0 auto;
    grid-template-columns: 1fr;
    gap: 28px;
    align-items: center;
  }

  .homeFaqSectionPhoto {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: var(--shadow);
  }

  .homeFaqSectionPhoto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .homeFaqSectionPhotoCaption {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
  }

  .homeFaqSectionPhotoCaption span {
    display: block;
    margin-top: 6px;
    color: var(--muted);
    font-size: 0.95rem;
  }

  .homeFaqSectionHeading h2 {
    margin: 0;
    font-size: 2.35rem;
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: -0.04em;
  }

  .homeFaqSectionHeading p {
    font-size: 1rem;
    line-height: 1.65;
  }

  .homeFaqSectionList {
    display: grid;
    gap: 12px;
    margin-top: 28px;
  }

  .homeFaqSectionItem {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 1px 4px rgba(15, 23, 42, 0.06);
    backdrop-filter: blur(10px);
  }

  .homeFaqSectionTrigger {
    position: relative;
    width: 100%;
    padding: 18px 56px 18px 18px;
    border: 0;
    background: #fff;
    text-align: left;
    font-weight: 700;
    font-size: 0.98rem;
    line-height: 1.45;
    cursor: pointer;
  }

  .homeFaqSectionTrigger:hover {
    transform: translateY(-1px);
  }

  .homeFaqSectionTrigger::after {
    content: "+";
    position: absolute;
    right: 20px;
    top: 50%;
    display: inline-flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--surface-strong);
    color: var(--muted);
    font-size: 1.25rem;
    transform: translateY(-50%);
  }

  .homeFaqSectionItem.is-open .homeFaqSectionTrigger::after {
    content: "−";
    background: var(--orange);
    color: #fff;
  }

  .homeFaqSectionBody {
    display: none;
    padding: 0 18px 18px;
    color: var(--muted);
    font-size: 1rem;
    line-height: 1.65;
  }

  .homeFaqSectionItem.is-open .homeFaqSectionBody {
    display: block;
  }

  .homeFaqSectionActions {
    display: flex;
    width: 100%;
    margin-top: 28px;
    flex-direction: column;
    gap: 14px;
  }

  .homeFaqSectionPrimary,
  .homeFaqSectionSecondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-weight: 700;
  }

  .homeFaqSectionPrimary {
    min-height: 48px;
    padding: 0 24px;
    border-radius: 999px;
    background: var(--orange);
    box-shadow: 0 10px 20px rgba(255, 127, 0, 0.22);
    color: #fff;
    font-size: 15px;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
  }

  .homeFaqSectionPrimary:hover {
    transform: translateY(-1px);
  }

  .homeFaqSectionSecondary {
    align-self: center;
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 4px;
  }
}

@media (min-width: 721px) {
    .homeFaqSection {
      padding: 88px 0;

      .homeFaqSectionShell {
        gap: 56px;
      }

      .homeFaqSectionContent,
      .homeFaqSectionHeading {
        max-width: 890px;
      }

      .homeFaqSectionHeading h2 {
        font-size: clamp(2.25rem, 5vw, 2.6rem);
        line-height: 1.04;
      }

      .homeFaqSectionHeading p {
        font-size: 1.08rem;
        line-height: 1.7;
      }

      .homeFaqSectionPhotoCaption {
        left: 20px;
        right: 20px;
        bottom: 20px;
        padding: 18px 20px;
      }

      .homeFaqSectionList {
        gap: 14px;
      }

      .homeFaqSectionTrigger {
        padding: 24px 72px 24px 24px;
        font-size: 1rem;
        line-height: normal;
      }

      .homeFaqSectionBody {
        padding: 0 24px 24px;
        line-height: 1.7;
      }

      .homeFaqSectionActions {
        width: auto;
        flex-direction: row;
      }

      .homeFaqSectionPrimary,
      .homeFaqSectionSecondary {
        width: auto;
      }
    }
}

@media (min-width: 1101px) {
    .homeFaqSection {
      .homeFaqSectionShell {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
      }
    }
}

.resourcesSection {
  position: relative;
  overflow: hidden;
  padding: 52px 0;
  background: #f9fafb;
  border-top: 1px solid var(--line);

  &::before,
  &::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    background: #e5e7eb;
    pointer-events: none;
  }

  &::before {
    left: -48px;
    bottom: 34px;
    width: 256px;
    height: 256px;
    opacity: 0.5;
    filter: blur(64px);
  }

  &::after {
    top: 56px;
    right: 6%;
    width: 128px;
    height: 128px;
    opacity: 0.6;
    filter: blur(40px);
  }

  .resourcesShell {
    position: relative;
    z-index: 1;
    width: var(--container);
    max-width: 1262px;
    margin: 0 auto;
  }

  .resourcesHeader {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    align-items: end;
    padding: 28px 20px;
    border: 1px solid #f3f4f6;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(16, 24, 40, 0.1), 0 1px 2px rgba(16, 24, 40, 0.1);
  }

  .resourcesHeader h2 {
    max-width: 672px;
    margin: 0;
    font-size: clamp(2.2rem, 4vw, 2.8125rem);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -0.04em;
  }

  .resourcesCopy {
    min-width: 0;
  }

  .resourcesBadge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 30px;
    margin: 0 0 18px;
    padding: 7px 12px 7px 11px;
    border-radius: 999px;
    background: #f3f4f6;
    color: #364153;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;

    &::before {
      content: "";
      width: 16px;
      height: 16px;
      flex: 0 0 16px;
      background:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4.66667 2.66669H9.33333L12 5.33335V12.6667C12 13.0203 11.8595 13.3595 11.6095 13.6095C11.3594 13.8595 11.0203 14 10.6667 14H5.33333C4.97971 14 4.64057 13.8595 4.39052 13.6095C4.14048 13.3595 4 13.0203 4 12.6667V4.00002C4 3.6464 4.14048 3.30726 4.39052 3.05721C4.64057 2.80716 4.97971 2.66669 5.33333 2.66669Z' stroke='%236A7282' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.33331 2.66669V5.33335H12' stroke='%236A7282' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.66669 8H9.33335' stroke='%236A7282' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.66669 10.6667H9.33335' stroke='%236A7282' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
        center/16px 16px no-repeat;
    }
  }

  .resourcesHighlight {
    margin: 12px 0 0;
    color: var(--orange);
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .resourcesSummary {
    display: grid;
    gap: 24px;
    max-width: 456px;
    justify-self: start;
    text-align: left;
  }

  .resourcesSummary p {
    margin: 0;
    color: var(--muted);
    font-size: 1rem;
    line-height: 1.65;
  }

  .resourcesCta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    justify-self: start;
    width: fit-content;
    min-height: 48px;
    padding: 0 24px;
    border-radius: 999px;
    background: #f3f4f6;
    color: #101828;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    transition: transform 0.18s ease, box-shadow 0.18s ease;

    &::after {
      content: "";
      width: 20px;
      height: 20px;
      flex: 0 0 20px;
      background:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M7.5 5L12.5 10L7.5 15' stroke='%2399A1AF' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
        center/100% 100% no-repeat;
    }

    &:hover {
      transform: translateY(-1px);
    }
  }

  .resourcesCards {
    display: grid;
    gap: 24px;
    margin-top: 24px;
  }

  .resourcesCard {
    position: relative;
    display: flex;
    flex: 1 1 300px;
    align-items: flex-start;
    gap: 16px;
    min-height: 179px;
    padding: 18px;
    overflow: hidden;
    border: 1px solid #b9f8cf;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(16, 24, 40, 0.1), 0 1px 2px rgba(16, 24, 40, 0.08);
    transition: transform 0.18s ease, box-shadow 0.18s ease;

    &::before {
      content: "";
      position: absolute;
      top: -32px;
      right: -24px;
      width: 128px;
      height: 128px;
      border-radius: 999px;
      background: linear-gradient(135deg, #ffffff 0%, #f9fafb 100%);
      opacity: 0.5;
      pointer-events: none;
    }

    &:hover {
      transform: translateY(-1px);
    }
  }

  .resourcesCard img {
    position: relative;
    z-index: 1;
    width: 108px;
    height: 141px;
    flex: 0 0 108px;
    border-radius: 14px;
    object-fit: cover;
  }

  .resourcesCardCopy {
    position: relative;
    z-index: 1;
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    gap: 18px;
    padding-top: 6px;
  }

  .resourcesCard h3 {
    max-width: 214px;
    margin: 0;
    color: #101828;
    font-size: 1.25rem;
    line-height: 1.25;
    letter-spacing: -0.02em;
  }

  .resourcesLink {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    min-height: 36px;
    padding: 0 16px;
    border-radius: 999px;
    background: #f9fafb;
    color: #6a7282;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;

    &::after {
      content: "";
      width: 16px;
      height: 16px;
      flex: 0 0 16px;
      background:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M7.5 5L12.5 10L7.5 15' stroke='%2399A1AF' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
        center/100% 100% no-repeat;
    }
  }
}

@media (min-width: 721px) {
    .hero-actions {
      flex-direction: row;
      width: auto;
    }

    .hero-actions .pill,
    .hero-actions .text-link {
      width: auto;
    }

    .resourcesSection {
      padding: 88px 0;

      .resourcesHeader {
        gap: 32px;
        padding: 36px;
      }

      .resourcesHeader h2 {
        font-size: clamp(2.35rem, 4vw, 2.8125rem);
        line-height: 1.08;
      }

      .resourcesSummary {
        max-width: 456px;
      }

      .resourcesSummary p {
        font-size: 1.08rem;
        line-height: 1.7;
      }

      .resourcesCards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 32px;
      }

      .resourcesCard {
        gap: 18px;
      }

      .resourcesCard img {
        width: 108px;
        height: 141px;
      }

      .resourcesCard h3 {
        font-size: 1.25rem;
      }
    }
}

@media (min-width: 1101px) {
    .resourcesSection {
      .resourcesHeader {
        grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
        align-items: center;
      }

      .resourcesSummary {
        justify-self: end;
        text-align: right;
      }

      .resourcesCta {
        justify-self: end;
      }

      .resourcesCards {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }
    }
}

.serviceAreasSection {
  overflow: hidden;
  padding: 52px 0;
  background: #fff;

  .serviceAreasSectionShell {
    width: var(--container);
    max-width: 1198px;
    margin: 0 auto;
  }

  .serviceAreasSectionLayout {
    display: grid;
    gap: 28px;
    align-items: start;
  }

  .serviceAreasSectionCard {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 28px;
    padding: 28px 20px 32px;
    border: 1px solid #f3f4f6;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 20px 25px rgba(0, 0, 0, 0.1), 0 8px 10px rgba(0, 0, 0, 0.1);
  }

  .serviceAreasSectionBadge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    gap: 8px;
    margin: 0;
    padding: 10px 14px;
    border: 1px solid #ffedd4;
    border-radius: 999px;
    background: #fff7ed;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);

    img {
      width: 20px;
      height: 20px;
      flex: 0 0 20px;
    }

    span {
      color: #ff7f00;
      font-size: 14px;
      line-height: 20px;
      font-weight: 700;
    }
  }

  .serviceAreasSectionCopy {
    display: grid;
    gap: 16px;

    h2 {
      max-width: 480px;
      margin: 0;
      color: #101828;
      font-size: clamp(2.3rem, 6vw, 3rem);
      line-height: 1.08;
      font-weight: 800;
      letter-spacing: 0;
    }

    p {
      max-width: 493px;
      margin: 0;
      color: #4a5565;
      font-size: 18px;
      line-height: 1.625;
    }
  }

  .serviceAreasSectionPrimary {
    display: grid;
    gap: 16px;
  }

  .serviceAreasSectionHeading {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-bottom: 13px;
    border-bottom: 1px solid #f3f4f6;

    img {
      width: 20px;
      height: 20px;
      flex: 0 0 20px;
    }

    h3 {
      margin: 0;
      color: #101828;
      font-size: 20px;
      line-height: 28px;
      font-weight: 900;
    }
  }

  .serviceAreasSectionList {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;

    li {
      display: flex;
      align-items: center;
      gap: 12px;
      min-height: 56px;
      padding: 12px;
      border-radius: 14px;
      background: #f9fafb;
    }

    img {
      width: 32px;
      height: 32px;
      flex: 0 0 32px;
      padding: 8px;
      border-radius: 999px;
      background: #fff;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
    }

    span {
      color: #364153;
      font-size: 18px;
      line-height: 28px;
      font-weight: 700;
    }
  }

  .serviceAreasSectionMore {
    display: grid;
    gap: 16px;
    padding: 25px;
    border: 1px solid #f3f4f6;
    border-radius: 16px;
    background: #f9fafb;

    p {
      max-width: 455px;
      margin: 0;
      color: #4a5565;
      font-size: 16px;
      line-height: 26px;
    }
  }

  .serviceAreasSectionMoreHeading {
    display: flex;
    align-items: center;
    gap: 8px;

    img {
      width: 16px;
      height: 16px;
      flex: 0 0 16px;
    }

    span {
      color: #99a1af;
      font-size: 14px;
      line-height: 20px;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-transform: uppercase;
    }
  }

  .serviceAreasSectionLink {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    min-height: 52px;
    padding: 0 24px;
    border-radius: 999px;
    background: #fff7ed;
    color: #ff7f00;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    transition: transform 0.18s ease, box-shadow 0.18s ease;

    &:hover {
      transform: translateY(-1px);
    }

    img {
      width: 20px;
      height: 20px;
      flex: 0 0 20px;
    }
  }

  .serviceAreasSectionMapCard {
    position: relative;
    display: none;
    overflow: hidden;
    min-height: 420px;
    border: 1px solid #f3f4f6;
    border-radius: 30px;
    background: #f9fafb;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05);

    > img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: 56% center;
    }
  }

  .serviceAreasSectionMapPoint {
    position: absolute;
    display: grid;
    justify-items: center;
    gap: 6px;
  }

  .serviceAreasSectionMapPointSaltLake {
    top: 11%;
    left: 47%;
  }

  .serviceAreasSectionMapPointOrem {
    top: 55%;
    left: 58%;
  }

  .serviceAreasSectionMapPointProvo {
    top: 66%;
    left: 70%;
  }

  .serviceAreasSectionMapPin {
    width: 42px;
    height: 42px;
    border-radius: 50% 50% 50% 0;
    background: #ff7f00;
    box-shadow: 0 10px 18px rgba(255, 127, 0, 0.32);
    transform: rotate(-45deg);
  }

  .serviceAreasSectionMapLabel {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 33px;
    padding: 0 11px;
    border-radius: 11px;
    background: rgba(232, 239, 245, 0.96);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #101828;
    font-size: 20px;
    line-height: 33px;
    font-weight: 900;
    white-space: nowrap;
  }

  .serviceAreasSectionMapLabelSmall {
    min-height: 27px;
    padding: 0 11px;
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.8);
    font-size: 19px;
    line-height: 27px;
  }
}

@media (width >= 721px) {
        .serviceAreasSection {
          padding: 88px 0;

          .serviceAreasSectionLayout {
            gap: 32px;
          }

          .serviceAreasSectionCard {
            gap: 32px;
            padding: 40px 40px 44px;
          }

          .serviceAreasSectionMapCard {
            min-height: 540px;
            border-radius: 40px;
          }
        }
}

@media (width >= 1024px) {
        .serviceAreasSection {
          .serviceAreasSectionLayout {
            position: relative;
            display: block;
            min-height: 646px;
            padding: 25px 0;
          }

          .serviceAreasSectionCard {
            width: min(100%, 603px);
            min-height: 596px;
            padding: 48px;
          }

          .serviceAreasSectionMapCard {
            position: absolute;
            top: 0;
            right: 0;
            display: block;
            width: min(58.1%, 695px);
            height: 937px;
            min-height: 937px;
            border-radius: 50px;
          }

          .serviceAreasSectionMapPointSaltLake {
            top: 13%;
            left: 20%;
          }

          .serviceAreasSectionMapPointOrem {
            top: 51%;
            left: 43%;
          }

          .serviceAreasSectionMapPointProvo {
            top: 60%;
            left: 44%;
          }
        }
}
