/* Common Installation Questions & What to Expect */
/* Generated from TODO/template.html */
/* Image folder: /hubfs/web_assets/images/common-installation-questions-what-to-expect/ */

.ciq-page {
    margin: 0;
    background: var(--ls-color-white);
    color: var(--ls-color-text);
    font-family: "Montserrat", sans-serif;
    overflow-x: hidden;
}

.ciq-page .container {
    max-width: 1240px;
}

.ciq-page .main-navbar {
    position: fixed;
    inset: 0 0 auto;
    z-index: 1000;
    padding: 14px 0;
}

.ciq-page .global-header,
.ciq-page .main-navbar.is-scrolled {
    background: #2d7b4a;
    box-shadow: 0 14px 36px rgba(8, 30, 18, 0.16);
}

.ciq-page .site-header {
    min-height: 96px;
}

.ciq-page img {
    display: block;
    max-width: 100%;
}

.ciq-page main {
    overflow: hidden;
}

.ciq-page h1,
:where(body.hs-site-page) h1,
.ciq-page h2,
:where(body.hs-site-page) h2,
.ciq-page h3,
:where(body.hs-site-page) h3,
.ciq-page h4,
:where(body.hs-site-page) h4 {
    margin: 0;
    color: #182f22;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: 0;
}

.ciq-page p,
:where(body.hs-site-page) p {
    margin: 0;
}

.ciq-page a {
    text-decoration: none;
}

.ciq-nav-link-chevron {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.ciq-hero {
    padding: 44px 0 68px;
    background: var(--ls-color-white);
}

.ciq-hero-row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 32px;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.ciq-hero-row > .col-lg-6:first-child {
    flex: 0 0 659px;
    max-width: 659px;
}

.ciq-hero-row > .col-lg-6:last-child {
    flex: 0 0 574px;
    max-width: 574px;
}

.ciq-hero-copy {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 659px;
    padding-top: 18px;
}

.ciq-hero-copy h1 {
    max-width: 659px;
    font-size: 50px;
    line-height: 1.15;
    letter-spacing: -1px;
}

.ciq-hero-lead {
    max-width: 610px;
    color: #2f3532;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.55;
}

.ciq-hero-copy .text-style-body {
    max-width: 630px;
}

.ciq-actions,
.ciq-editorial-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.ciq-actions .btn,
.ciq-editorial-actions .btn {
    min-height: 52px;
    padding: 11px 24px;
    font-size: 16px;
    font-weight: 700;
}

.ciq-hero-visual {
    display: flex;
    justify-content: flex-end;
}

.ciq-hero-panel {
    width: 574px;
    height: 468px;
    overflow: hidden;
    border-radius: 42px;
    background: #ededed;
}

.ciq-hero-visual-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ciq-stat-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 28px;
    align-items: start;
    margin-top: 74px;
}

.ciq-stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    text-align: center;
}

.ciq-stat-item img,
.ciq-stat-item span {
    height: 50px;
}

.ciq-stat-item img {
    width: auto;
    object-fit: contain;
}

.ciq-stat-item span {
    display: grid;
    place-items: center;
    color: #67af5c;
    font-size: 43px;
    font-weight: 600;
    line-height: 1.15;
}

.ciq-stat-item strong {
    color: #0a1013;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.15;
}

.ciq-section {
    padding: 0 0 80px;
}

.ciq-questions-card {
    display: grid;
    grid-template-columns: minmax(0, 668px) minmax(0, 450px);
    gap: 52px;
    align-items: center;
    padding: 12px;
    border: 2px solid rgba(0, 0, 0, 0.05);
    border-radius: 64px;
    background: linear-gradient(224deg, #407e43 23.76%, #182f22 81.13%);
}

.ciq-questions-media,
.ciq-editorial-media,
.ciq-unique-media {
    overflow: hidden;
    border-radius: 42px;
    background: #b1b1b1;
}

.ciq-questions-media {
    height: 646px;
    border-radius: 52px;
}

.ciq-questions-media img,
.ciq-editorial-media img,
.ciq-unique-media img,
.ciq-factor-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ciq-questions-copy {
    display: grid;
    gap: 14px;
    max-width: 450px;
    color: var(--ls-color-white);
}

.ciq-questions-copy h2 {
    color: var(--ls-color-white);
    font-size: 32px;
    line-height: 1.3;
}

.ciq-questions-copy p {
    color: var(--ls-color-white);
    font-size: 16px;
    line-height: 1.55;
}

.ciq-phase-heading {
    display: grid;
    gap: 16px;
    max-width: 760px;
    margin-bottom: 36px;
}

.ciq-phase-section .ciq-phase-heading {
    gap: 24px;
    max-width: 740px;
}

.ciq-phase-stack,
.ciq-phase-intro {
    display: grid;
}

.ciq-phase-stack {
    gap: 0;
}

.ciq-phase-intro {
    gap: 16px;
}

.ciq-phase-heading-centered,
.ciq-subsection-heading-centered {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.ciq-phase-heading-tight {
    margin-bottom: 0;
}

.ciq-phase-label,
.ciq-accent-copy {
    color: #6cb55f;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.45;
}

.ciq-phase-label {
    font-size: 32px;
    line-height: 1.3;
}

.ciq-phase-section .ciq-phase-stack .ciq-phase-label {
    color: #407e43;
}

.ciq-phase-heading h2,
.ciq-subsection-heading h3,
.ciq-unique-copy h2,
.ciq-editorial-copy h2 {
    font-size: 48px;
    line-height: 1.2;
}

.ciq-phase-heading h3,
.ciq-unique-copy h3,
.ciq-disruption-question h3 {
    font-size: 32px;
    line-height: 1.3;
}

.ciq-phase-heading p:not(.ciq-phase-label),
.ciq-subsection-heading p,
.ciq-unique-copy p,
.ciq-editorial-copy p {
    color: #2f3532;
    font-size: 16px;
    line-height: 1.55;
}

.ciq-phase-section .ciq-phase-stack h2 {
    color: #6cb55f;
}

.ciq-phase-section .ciq-phase-intro h3 {
    font-size: 40px;
    line-height: 1.2;
}

.ciq-duration-grid,
.ciq-location-grid,
.ciq-process-grid {
    margin-bottom: 56px;
}

.ciq-duration-grid {
    --bs-gutter-x: 28.465px;
    --bs-gutter-y: 24px;
    margin-bottom: 80px;
}

.ciq-location-section {
    display: block;
}

.ciq-subsection-heading {
    display: grid;
    gap: 12px;
    max-width: 752px;
    margin-bottom: 48px;
}

.ciq-subsection-heading p strong {
    color: #182f22;
    font-weight: 700;
}

.ciq-phase-section .ciq-subsection-heading h3 {
    width: 100%;
    max-width: 752px;
    font-size: 32px;
    line-height: 1.3;
}

.ciq-mini-heading {
    color: #6cb55f;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.55;
}

.ciq-location-section > .ciq-mini-heading {
    width: 100%;
    max-width: 752px;
}

.ciq-location-section > .ciq-mini-heading:first-of-type {
    margin-bottom: 24px;
}

.ciq-location-section > .ciq-location-grid-plain:not(.ciq-location-grid-day) {
    margin-bottom: 48px;
}

.ciq-location-section > .ciq-location-grid-day {
    margin-top: 16px;
    margin-bottom: 0;
}

.ciq-location-grid-plain {
    --bs-gutter-x: 48px;
    --bs-gutter-y: 48px;
}

.ciq-location-grid-day {
    --bs-gutter-y: 41px;
}

.ciq-location-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    height: 100%;
}

.ciq-location-item .ciq-icon-mark {
    font-size: 42px;
    letter-spacing: -1.78px;
}

.ciq-location-item h4 {
    color: #2f3532;
    font-size: 20px;
    line-height: 1.45;
}

.ciq-location-item-day h4 span {
    color: #6cb55f;
}

.ciq-location-item p {
    color: #0a1013;
    font-size: 16px;
    line-height: 1.55;
}

.ciq-location-item p strong {
    color: #0a1013;
    font-weight: 700;
}

.ciq-location-item .ciq-bullet-list li {
    color: #0a1013;
}

.ciq-factor-card,
.ciq-text-card,
.ciq-info-card,
.ciq-step-card {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
    padding: 12px;
    border: 2px solid rgba(0, 0, 0, 0.14);
    border-radius: 32px;
    background: #eef2f0;
}

.ciq-factor-card {
    gap: 32px;
    padding-bottom: 36px;
}

.ciq-included-section .container {
    max-width: 1280px;
}

.ciq-included-section .ciq-phase-heading {
    max-width: 894px;
    margin-bottom: 24px;
}

.ciq-included-section .ciq-phase-heading .ciq-accent-copy {
    color: #6cb55f;
    font-size: 20px;
    line-height: 1.45;
}

.ciq-included-grid {
    --bs-gutter-x: 4.31px;
    --bs-gutter-y: 24px;
    row-gap: 24px;
}

.ciq-included-grid > [class*="col-"] {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-right: 12px;
    padding-left: 12px;
}

.ciq-included-grid .ciq-factor-card {
    gap: 32px;
    min-height: 100%;
}

.ciq-included-grid .ciq-factor-media {
    height: 247px;
}

.ciq-included-grid .ciq-factor-media-blank img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ciq-included-grid .ciq-factor-card h4 {
    min-height: 31px;
}

.ciq-included-grid .ciq-factor-card:first-child .ciq-factor-media img {
    width: 468px;
    max-width: none;
    height: 314px;
    margin-top: -44px;
    margin-left: -46px;
}

.ciq-included-grid .ciq-factor-card:nth-child(2) .ciq-factor-media img {
    width: 467.383px;
    max-width: none;
    height: 311.512px;
    margin-top: -16.184px;
    margin-left: -41.846px;
}

.ciq-included-grid .ciq-factor-card:nth-child(5) .ciq-factor-media img {
    width: 480px;
    max-width: none;
    height: 316px;
    margin-top: -49px;
    margin-left: -28.154px;
}

.ciq-included-grid .ciq-factor-card:nth-child(6) .ciq-factor-media img {
    width: 384px;
    max-width: none;
    height: 256px;
    margin-top: -3px;
    margin-left: -0.311px;
}

.ciq-factor-card h4,
.ciq-step-card h4 {
    padding: 0 12px;
    color: #2f3532;
    font-size: 20px;
    line-height: 1.55;
    text-align: center;
    letter-spacing: -0.3px;
}

.ciq-duration-grid .ciq-factor-card h4 {
    color: #182f22;
    line-height: 1.25;
}

.ciq-duration-grid .ciq-factor-card {
    gap: 32px;
    padding-bottom: 36px;
}

.ciq-duration-grid .ciq-factor-media-blank img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ciq-duration-grid .ciq-factor-card:last-child h4 {
    max-width: 215px;
    margin-right: auto;
    margin-left: auto;
}

.ciq-factor-media {
    height: 247px;
    overflow: hidden;
    border-radius: 24px;
    background: #ffffff;
}

.ciq-factor-media-blank {
    background: linear-gradient(180deg, #ffffff 0%, #f5f7f6 100%);
}

.ciq-text-card,
.ciq-info-card {
    gap: 16px;
    padding: 24px;
}

.ciq-info-card-lg {
    padding: 48px;
}

.ciq-info-card-lg .ciq-info-icon {
    font-size: 42px;
}

.ciq-phase-label-dark {
    color: #407e43;
}

.ciq-after-section .ciq-phase-heading h2 {
    color: #6cb55f;
}

.ciq-text-card h4,
.ciq-info-card h4,
.ciq-process-item h4 {
    font-size: 20px;
    line-height: 1.45;
}

.ciq-text-card p,
.ciq-info-card p,
.ciq-step-card p,
.ciq-process-item p,
.ciq-disruption-answer p {
    color: #2f3532;
    font-size: 16px;
    line-height: 1.55;
}

.ciq-bullet-list {
    display: grid;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.ciq-bullet-list li {
    position: relative;
    padding-left: 20px;
    color: #2f3532;
    font-size: 16px;
    line-height: 1.55;
}

.ciq-bullet-list li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #6cb55f;
}

.ciq-icon-mark,
.ciq-info-icon,
.ciq-step-icon,
.ciq-process-icon {
    color: #6cb55f;
    font-size: 28px;
    line-height: 1;
}

.ciq-icon-svg {
    width: auto;
    height: 42px;
    color: #6cb55f;
}

.ciq-process-heading {
    width: 100%;
    max-width: 752px;
    color: #2f3532;
}

.ciq-process-grid {
    row-gap: 28px;
}

.ciq-during-section .ciq-process-grid {
    --bs-gutter-x: 48px;
    --bs-gutter-y: 48px;
    margin-bottom: 48px;
}

.ciq-process-item {
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
}

.ciq-during-section .ciq-process-item {
    gap: 16px;
    padding: 0;
}

.ciq-during-section .ciq-process-item h4 {
    color: #2f3532;
}

.ciq-during-section .ciq-process-item .ciq-bullet-list {
    gap: 16px;
}

.ciq-during-section .ciq-process-item .ciq-bullet-list li {
    color: #0a1013;
    padding-left: 20px;
}

.ciq-during-section .ciq-process-item .ciq-bullet-list li::before {
    top: 9px;
}

.ciq-during-section .ciq-process-icon {
    display: flex;
    align-items: center;
    width: 42px;
    height: 42px;
}

.ciq-during-section .ciq-process-icon .ciq-icon-svg {
    height: 42px;
}

.ciq-disruption-card {
    display: grid;
    grid-template-columns: 1.1fr 1fr 1fr;
    gap: 24px;
    padding: 28px 32px;
    border-radius: 24px;
    background: #eef2f0;
}

.ciq-disruption-question {
    display: flex;
    align-items: center;
}

.ciq-disruption-answer {
    display: grid;
    gap: 12px;
}

.ciq-disruption-answer h4 {
    color: #6cb55f;
    font-size: 14px;
    line-height: 1.45;
}

.ciq-during-top {
    margin-bottom: 36px;
}

.ciq-editorial-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 560px);
    gap: 24px;
    align-items: center;
    padding: 12px;
    border-radius: 42px;
    border: 2px solid rgba(0, 0, 0, 0.08);
    background: #ffffff;
}

.ciq-editorial-card-red {
    border-color: #ca2c06;
    background: linear-gradient(46deg, #9d2103 12.29%, #ca2c06 104.57%);
}

.ciq-editorial-cta .ciq-editorial-card {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 52px;
    min-height: 608px;
    padding: 12px;
    border-radius: 64px;
    overflow: hidden;
}

.ciq-editorial-copy {
    display: grid;
    gap: 18px;
    padding: 40px 28px 40px 44px;
}

.ciq-editorial-card-red .ciq-editorial-copy h2,
.ciq-editorial-card-red .ciq-editorial-copy p {
    color: #ffffff;
}

.ciq-editorial-cta .ciq-editorial-copy {
    position: absolute;
    top: 124px;
    left: 69px;
    gap: 32px;
    width: 520px;
    padding: 0;
}

.ciq-editorial-cta .ciq-editorial-copy h2 {
    max-width: 422px;
    font-size: 40px;
    line-height: 1.2;
}

.ciq-editorial-cta .ciq-editorial-copy p {
    max-width: 390px;
}

.ciq-editorial-cta .ciq-editorial-actions {
    display: grid;
    gap: 12px;
}

.ciq-editorial-cta .ciq-editorial-actions .btn {
    width: fit-content;
}

.ciq-editorial-cta .ciq-ghost-phone {
    min-width: 296px;
}

.ciq-editorial-media {
    height: 355px;
}

.ciq-editorial-cta .ciq-editorial-media {
    flex: 0 0 673px;
    width: 673px;
    height: 584px;
    border-radius: 52px;
}

.ciq-editorial-cta .ciq-editorial-media img {
    width: calc(100% + 108px);
    max-width: none;
    height: calc(100% + 44px);
    margin-top: -9px;
    margin-left: -54px;
}

.ciq-editorial-media-small {
    height: 330px;
    max-width: 560px;
    margin-left: auto;
}

.ciq-final-cta .ciq-editorial-card {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 52px;
    min-height: 608px;
    padding: 12px;
    border-radius: 64px;
    overflow: hidden;
}

.ciq-final-cta .container {
    width: 1240px;
    max-width: 1240px;
    padding-right: 0;
    padding-left: 0;
}

.ciq-final-cta .ciq-editorial-copy {
    position: absolute;
    top: 139px;
    left: 57px;
    gap: 32px;
    width: 366px;
    padding: 0;
}

.ciq-final-cta .ciq-editorial-copy h2 {
    max-width: 460px;
    font-size: 40px;
    line-height: 1.25;
    letter-spacing: -1px;
}

.ciq-final-cta .ciq-editorial-copy p {
    max-width: 354px;
}

.ciq-final-cta .ciq-editorial-actions {
    display: grid;
    gap: 12px;
}

.ciq-final-cta .ciq-editorial-actions .btn,
.ciq-final-cta .ciq-ghost-phone {
    width: 296px;
}

.ciq-final-cta .ciq-editorial-media {
    flex: 0 0 747px;
    width: 747px;
    height: 584px;
    border-radius: 52px;
}

.ciq-final-cta .ciq-editorial-media img {
    width: 909px;
    max-width: none;
    height: 605px;
    margin-top: -13px;
    margin-left: -108px;
    object-fit: cover;
}

.ciq-ghost-phone {
    border: 2px solid #ffffff;
    color: #ffffff;
}

.ciq-unique-row {
    display: grid;
    grid-template-columns: 613px 548px;
    align-items: center;
    justify-content: space-between;
    gap: 42px;
    --bs-gutter-x: 0;
    --bs-gutter-y: 32px;
}

.ciq-unique-row > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.ciq-unique-row > .col-lg-6:first-child {
    flex: 0 0 613px;
    max-width: 613px;
}

.ciq-unique-row > .col-lg-6:last-child {
    flex: 0 0 548px;
    max-width: 548px;
}

.ciq-unique-copy {
    display: grid;
    gap: 24px;
    width: 548px;
}

.ciq-unique-intro,
.ciq-unique-details,
.ciq-unique-problem {
    display: grid;
}

.ciq-unique-intro {
    gap: 4px;
}

.ciq-unique-copy h2 {
    max-width: 458px;
    font-size: 32px;
    line-height: 1.3;
}

.ciq-unique-copy .ciq-accent-copy {
    margin-top: 0;
    color: #6cb55f;
    font-size: 22px;
    line-height: 1.4;
}

.ciq-unique-details,
.ciq-unique-problem {
    gap: 16px;
}

.ciq-unique-copy h3 {
    font-size: 20px;
    line-height: 1.45;
}

.ciq-unique-details .ciq-bullet-list {
    gap: 16px;
}

.ciq-unique-details .ciq-bullet-list li {
    padding-left: 22px;
}

.ciq-unique-details .ciq-bullet-list li::before {
    top: 8px;
    width: 9px;
    height: 9px;
}

.ciq-unique-media {
    width: 613px;
    height: 725px;
    border-radius: 42px;
}

.ciq-unique-media img {
    width: calc(100% + 420px);
    max-width: none;
    height: calc(100% + 108px);
    margin-top: -32px;
    margin-left: -210px;
}

.ciq-unique-problem p {
    max-width: 526px;
}

.ciq-installation-specific {
    padding-bottom: 80px;
}

.ciq-installation-heading,
.ciq-install-subheading {
    display: grid;
    justify-items: center;
    text-align: center;
}

.ciq-installation-heading {
    gap: 0;
    margin-bottom: 48px;
}

.ciq-installation-heading .ciq-phase-label-dark {
    margin-bottom: 4px;
    font-size: 32px;
    line-height: 1.3;
}

.ciq-installation-heading h2 {
    width: 100%;
    max-width: 806px;
    color: #6cb55f;
    font-size: 48px;
    line-height: 1.2;
}

.ciq-installation-top,
.ciq-installation-bottom {
    display: grid;
    gap: 24px;
}

.ciq-installation-top {
    grid-template-columns: 560px 349px 283px;
    margin-bottom: 56px;
}

.ciq-installation-bottom {
    grid-template-columns: 293px 449.5px 449.5px;
}

.ciq-install-subheading {
    margin-bottom: 24px;
}

.ciq-install-subheading h3 {
    width: 100%;
    max-width: 852px;
    color: #182f22;
    font-size: 32px;
    line-height: 1.3;
}

.ciq-install-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    min-height: 100%;
    padding: 48px;
    border: 2px solid rgba(0, 0, 0, 0.14);
    border-radius: 32px;
    background: #eef2f0;
}

.ciq-install-card h3 {
    color: #2f3532;
    font-size: 20px;
    line-height: 1.45;
}

.ciq-install-card p {
    color: #0a1013;
    font-size: 16px;
    line-height: 1.55;
}

.ciq-install-card-copy {
    display: grid;
    gap: 16px;
    width: 100%;
}

.ciq-install-lead {
    color: #2f3532;
    font-weight: 700;
}

.ciq-install-card .ciq-bullet-list li {
    color: #0a1013;
}

.ciq-install-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ciq-install-card-icon .ciq-icon-svg {
    height: 42px;
}

.ciq-step-card {
    gap: 12px;
    align-items: flex-start;
    padding: 28px 24px;
}

.ciq-step-card h4,
.ciq-step-card p {
    padding: 0;
    text-align: left;
}

.ciq-step-card h4 {
    font-size: 20px;
    line-height: 1.45;
}

.ciq-step-card p {
    color: #505050;
}

.ciq-schedule-section .ciq-phase-heading {
    gap: 24px;
    max-width: none;
    margin-bottom: 24px;
}

.ciq-schedule-section .ciq-phase-label {
    color: #407e43;
}

.ciq-schedule-section .ciq-phase-heading h2 {
    color: #6cb55f;
}

.ciq-schedule-section .ciq-phase-heading h3 {
    color: #182f22;
}

.ciq-schedule-grid {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
}

.ciq-schedule-section .ciq-step-card {
    gap: 16px;
    align-items: flex-start;
    padding: 48px 40px 40px;
}

.ciq-schedule-section .ciq-step-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
}

.ciq-schedule-section .ciq-step-icon .ciq-icon-svg {
    height: 42px;
}

.ciq-schedule-section .ciq-step-card h4,
.ciq-schedule-section .ciq-step-card p {
    padding: 0;
    text-align: left;
}

.ciq-schedule-section .ciq-step-card h4 {
    font-size: 16px;
    line-height: 1.55;
}

.ciq-schedule-section .ciq-step-card p {
    color: #2f3532;
}

@media (max-width: 1199.98px) {
    .ciq-hero-copy h1,
    .ciq-phase-heading h2,
    .ciq-subsection-heading h3,
    .ciq-unique-copy h2,
    .ciq-editorial-copy h2 {
        font-size: 40px;
    }

    .ciq-questions-card,
    .ciq-editorial-card {
        grid-template-columns: 1fr;
    }

    .ciq-editorial-cta .ciq-editorial-card {
        display: grid;
        justify-content: stretch;
        min-height: 0;
    }

    .ciq-questions-copy,
    .ciq-editorial-copy,
    .ciq-unique-copy {
        max-width: none;
    }

    .ciq-unique-copy {
        width: 100%;
    }

    .ciq-questions-copy {
        padding: 0 24px 24px;
    }

    .ciq-editorial-copy {
        padding: 32px 28px 12px;
    }

    .ciq-editorial-cta .ciq-editorial-copy {
        position: static;
        width: 100%;
        padding: 32px 28px 12px;
    }

    .ciq-editorial-cta .ciq-editorial-copy h2,
    .ciq-editorial-cta .ciq-editorial-copy p {
        max-width: none;
    }

    .ciq-editorial-cta .ciq-editorial-actions {
        display: flex;
        gap: 16px;
    }

    .ciq-editorial-cta .ciq-editorial-actions .btn,
    .ciq-editorial-cta .ciq-ghost-phone {
        width: auto;
        min-width: 0;
    }

    .ciq-editorial-cta .ciq-editorial-media {
        width: 100%;
        height: 355px;
    }

    .ciq-editorial-cta .ciq-editorial-media img {
        width: 100%;
        height: 100%;
        margin: 0;
    }

    .ciq-final-cta .ciq-editorial-card {
        display: grid;
        justify-content: stretch;
        gap: 0;
        min-height: 0;
    }

    .ciq-final-cta .container {
        width: 100%;
        max-width: 960px;
        padding-right: 24px;
        padding-left: 24px;
    }

    .ciq-final-cta .ciq-editorial-copy {
        position: static;
        width: 100%;
        padding: 32px 28px 12px;
    }

    .ciq-final-cta .ciq-editorial-copy h2,
    .ciq-final-cta .ciq-editorial-copy p {
        max-width: none;
    }

    .ciq-final-cta .ciq-editorial-actions {
        display: flex;
        gap: 16px;
    }

    .ciq-final-cta .ciq-editorial-actions .btn,
    .ciq-final-cta .ciq-ghost-phone {
        width: auto;
    }

    .ciq-final-cta .ciq-editorial-media {
        width: 100%;
        height: 355px;
    }

    .ciq-final-cta .ciq-editorial-media img {
        width: 100%;
        height: 100%;
        margin: 0;
        object-fit: cover;
    }

    .ciq-disruption-card {
        grid-template-columns: 1fr;
    }

    .ciq-installation-top,
    .ciq-installation-bottom {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .ciq-install-card {
        padding: 32px;
    }

    .ciq-schedule-section .ciq-step-card {
        padding: 32px 28px;
    }
}

@media (max-width: 991.98px) {
    .ciq-hero {
        padding: 32px 0 52px;
    }

    .ciq-hero-row {
        flex-wrap: wrap;
    }

    .ciq-hero-row > .col-lg-6:first-child,
    .ciq-hero-row > .col-lg-6:last-child {
        flex: 0 0 auto;
        max-width: 100%;
    }

    .ciq-included-grid > [class*="col-"] {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .ciq-unique-row {
        display: flex;
    }

    .ciq-unique-row > .col-lg-6:first-child,
    .ciq-unique-row > .col-lg-6:last-child {
        flex: 0 0 auto;
        max-width: 100%;
    }

    .ciq-hero-visual {
        justify-content: center;
    }

    .ciq-stat-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        margin-top: 48px;
    }

    .ciq-included-grid > [class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .ciq-phase-heading h3,
    .ciq-unique-copy h3,
    .ciq-disruption-question h3,
    .ciq-questions-copy h2 {
        font-size: 28px;
    }

    .ciq-phase-section .ciq-phase-intro h3 {
        font-size: 28px;
        line-height: 1.3;
    }

    .ciq-factor-card h4,
    .ciq-text-card h4,
    .ciq-info-card h4,
    .ciq-step-card h4,
    .ciq-process-item h4 {
        font-size: 18px;
    }

    .ciq-editorial-media,
    .ciq-editorial-card-final .ciq-editorial-media,
    .ciq-editorial-media-small,
    .ciq-unique-media {
        height: 320px;
    }

    .ciq-unique-media {
        width: 100%;
    }

    .ciq-unique-media img {
        width: 100%;
        height: 100%;
        margin: 0;
    }

    .ciq-editorial-cta .ciq-editorial-media {
        height: 320px;
    }

    .ciq-final-cta .ciq-editorial-media {
        height: 320px;
    }

    .ciq-installation-heading .ciq-phase-label-dark,
    .ciq-installation-heading h2,
    .ciq-install-subheading h3 {
        font-size: 28px;
        line-height: 1.3;
    }

    .ciq-installation-top,
    .ciq-installation-bottom {
        grid-template-columns: 1fr;
    }

    .ciq-schedule-section .ciq-phase-heading {
        gap: 16px;
    }
}

@media (max-width: 767.98px) {
    .ciq-page,
    html,
    body,
    .ciq-page main,
    .ciq-hero,
    .ciq-section {
        max-width: 100%;
        overflow-x: clip;
    }

    .ciq-page .container {
        width: 100%;
        max-width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }

    .ciq-hero {
        padding-top: 24px;
        padding-bottom: 40px;
    }

    .ciq-hero-copy {
        gap: 20px;
        padding-top: 0;
    }

    .ciq-hero-copy h1,
    .ciq-phase-heading h2,
    .ciq-subsection-heading h3,
    .ciq-unique-copy h2,
    .ciq-editorial-copy h2 {
        font-size: 32px;
        letter-spacing: 0;
    }

    .ciq-phase-label {
        font-size: 24px;
    }

    .ciq-actions,
    .ciq-actions .btn,
    .ciq-editorial-actions,
    .ciq-editorial-actions .btn {
        width: 100%;
    }

    .ciq-hero-panel {
        width: 100%;
        height: 280px;
        border-radius: 28px;
    }

    .ciq-included-section .ciq-phase-heading {
        margin-bottom: 16px;
    }

    .ciq-stat-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px 16px;
        margin-top: 36px;
    }

    .ciq-stat-item strong {
        font-size: 16px;
    }

    .ciq-stat-item span {
        font-size: 36px;
    }

    .ciq-section {
        padding-bottom: 56px;
    }

    .ciq-questions-card,
    .ciq-editorial-card {
        padding: 8px;
        border-radius: 32px;
    }

    .ciq-questions-media,
    .ciq-editorial-media,
    .ciq-editorial-card-final .ciq-editorial-media,
    .ciq-editorial-media-small,
    .ciq-unique-media {
        height: 280px;
        border-radius: 24px;
    }

    .ciq-questions-copy,
    .ciq-editorial-copy {
        gap: 12px;
        padding: 18px;
    }

    .ciq-editorial-cta .ciq-editorial-copy {
        gap: 12px;
        padding: 18px;
    }

    .ciq-final-cta .ciq-editorial-copy {
        gap: 12px;
        padding: 18px;
    }

    .ciq-final-cta .container {
        width: 100%;
        max-width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }

    .ciq-final-cta .ciq-editorial-card {
        gap: 0;
        border-radius: 32px;
    }

    .ciq-final-cta .ciq-editorial-copy h2 {
        font-size: 32px;
        line-height: 1.2;
        letter-spacing: 0;
    }

    .ciq-final-cta .ciq-editorial-copy p {
        font-size: 16px;
        line-height: 1.55;
    }

    .ciq-final-cta .ciq-editorial-actions {
        display: grid;
        gap: 12px;
        width: 100%;
    }

    .ciq-final-cta .ciq-editorial-actions .btn,
    .ciq-final-cta .ciq-ghost-phone {
        width: 100%;
        min-width: 0;
        max-width: 100%;
        white-space: normal;
        text-align: center;
    }

    .ciq-final-cta .ciq-editorial-media {
        height: 260px;
        border-radius: 24px;
    }

    .ciq-phase-heading,
    .ciq-subsection-heading,
    .ciq-location-section {
        gap: 12px;
    }

    .ciq-schedule-section .ciq-step-card {
        padding: 24px 20px;
    }

    .ciq-location-grid-plain {
        --bs-gutter-x: 24px;
        --bs-gutter-y: 32px;
    }

    .ciq-duration-grid,
    .ciq-location-grid,
    .ciq-process-grid {
        margin-bottom: 36px;
    }

    .ciq-factor-card,
    .ciq-text-card,
    .ciq-info-card,
    .ciq-step-card {
        border-radius: 24px;
    }

    .ciq-factor-media {
        height: 210px;
    }

    .ciq-disruption-card {
        padding: 20px;
        border-radius: 20px;
    }

    .ciq-info-card-lg {
        padding: 24px;
    }

    .ciq-info-card-lg .ciq-info-icon {
        font-size: 32px;
    }

    .ciq-installation-heading {
        margin-bottom: 32px;
    }

    .ciq-installation-heading .ciq-phase-label-dark,
    .ciq-installation-heading h2,
    .ciq-install-subheading h3 {
        font-size: 32px;
        line-height: 1.2;
    }

    .ciq-install-card {
        padding: 24px;
        border-radius: 24px;
    }

    .ciq-installation-top {
        margin-bottom: 40px;
    }
}


/* === HERO TOP-SPACING STANDARDIZATION (nav→hero gap matched to commercial Figma reference, 2026-06-16) === */
@media (min-width: 992px) { .ciq-hero { padding-top: 90px !important; } }
