/* ===================================================
   Buckeye Landscaping Homepage Sections
   =================================================== */

/* ===== HERO ===== */
#hero-1720 {
    padding: clamp(12rem, 24vw, 15rem) 1rem clamp(3.75rem, 7.82vw, 6.25rem);
    overflow: hidden;
    position: relative;
    background: linear-gradient(180deg, #fff 0%, #fff 70%, var(--lightBg) 100%);
}

#hero-1720::before {
    content: "";
    position: absolute;
    inset: 9rem 0 auto auto;
    width: min(42vw, 34rem);
    height: min(42vw, 34rem);
    background: radial-gradient(circle at 50% 50%, rgba(216, 168, 78, 0.15) 0 2px, transparent 2px 18px);
    opacity: 0.8;
    pointer-events: none;
}

#hero-1720::after {
    content: "";
    position: absolute;
    right: -8rem;
    top: 12rem;
    width: 24rem;
    height: 24rem;
    border-radius: 50%;
    background: rgba(45, 95, 45, 0.08);
    pointer-events: none;
}

#hero-1720 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(3rem, 6vw, 4rem);
}

#hero-1720 .cs-content {
    text-align: center;
    width: 100%;
    max-width: 40rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#hero-1720 .cs-title {
    font-size: clamp(2.25rem, 6vw, 3.75rem);
    font-weight: 900;
    line-height: 1.1em;
    color: var(--headerColor);
    margin: 0 0 1.5rem 0;
}

#hero-1720 .cs-text {
    font-size: clamp(1rem, 1.5vw, 1.125rem);
    line-height: 1.5em;
    color: var(--bodyTextColor);
    margin: 0 0 2rem 0;
    max-width: 33.75rem;
}

#hero-1720 .cs-hero-list {
    width: 100%;
    max-width: 33.75rem;
    margin: 0 0 2rem;
    display: grid;
    gap: 0.75rem;
}

#hero-1720 .cs-hero-list li {
    position: relative;
    padding-left: 1.75rem;
    font-size: 1rem;
    line-height: 1.35;
    font-weight: 800;
    color: var(--headerColor);
}

#hero-1720 .cs-hero-list li::before {
    content: "";
    width: 0.8rem;
    height: 0.45rem;
    border-left: 0.18rem solid var(--accent);
    border-bottom: 0.18rem solid var(--accent);
    position: absolute;
    left: 0.1rem;
    top: 0.35rem;
    transform: rotate(-45deg);
}

#hero-1720 .cs-hero-collage {
    width: 100%;
    max-width: 39rem;
    min-height: clamp(25rem, 73vw, 34rem);
    position: relative;
    isolation: isolate;
}

#hero-1720 .cs-hero-collage::before {
    content: "";
    position: absolute;
    left: 12%;
    top: 4%;
    width: 72%;
    height: 78%;
    background: rgba(216, 168, 78, 0.18);
    clip-path: polygon(12% 0, 100% 9%, 84% 100%, 0 88%);
    z-index: -1;
}

#hero-1720 .cs-hero-photo {
    position: absolute;
    overflow: hidden;
    border-radius: 0.75rem;
    box-shadow: 0 1.5rem 3.5rem rgba(18, 51, 26, 0.16);
    background: #fff;
}

#hero-1720 .cs-hero-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#hero-1720 .cs-hero-main {
    width: 76%;
    height: 72%;
    right: 0;
    top: 0;
}

#hero-1720 .cs-hero-small {
    width: 52%;
    height: 42%;
    left: 0;
    bottom: 0;
    border: 0.55rem solid #fff;
}

#hero-1720 .cs-hero-usp {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 34%;
    min-width: 10rem;
    aspect-ratio: 1.18 / 1;
    background: var(--primary);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 900;
    box-shadow: 0 1.25rem 2.5rem rgba(18, 51, 26, 0.18);
}

#hero-1720 .cs-hero-usp strong {
    font-size: clamp(2.5rem, 6vw, 4rem);
    line-height: 0.9;
    color: var(--accent);
}

#hero-1720 .cs-hero-usp span {
    font-size: clamp(0.86rem, 1.3vw, 1.05rem);
    line-height: 1.1;
}

@media only screen and (min-width: 64em) {
    #hero-1720 .cs-container {
        flex-direction: row;
        justify-content: space-between;
    }

    #hero-1720 .cs-content {
        text-align: left;
        align-items: flex-start;
        width: 50%;
    }

    #hero-1720 .cs-hero-collage {
        width: 48%;
        flex: none;
    }
}

@media only screen and (max-width: 47.9375em) {
    #hero-1720 .cs-hero-collage {
        min-height: 24rem;
    }

    #hero-1720 .cs-hero-main {
        width: 88%;
        height: 66%;
    }

    #hero-1720 .cs-hero-small {
        width: 58%;
        height: 36%;
    }

    #hero-1720 .cs-hero-usp {
        width: 40%;
        min-width: 8.75rem;
    }
}

/* ===== SERVICES ===== */
#services-1283 {
    padding: var(--sectionPadding);
    background-color: var(--lightBg);
}

#services-1283 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#services-1283 .cs-content {
    text-align: center;
    width: 100%;
    max-width: 40rem;
    margin-bottom: clamp(2rem, 4vw, 3rem);
}

#services-1283 .cs-card-group {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
    gap: clamp(1rem, 2.5vw, 1.5rem);
}

#services-1283 .cs-item {
    text-align: center;
    padding: clamp(1.5rem, 3vw, 2rem);
    background: #fff;
    border-radius: 0.75rem;
    box-shadow: 0 0.25rem 1.5rem rgba(0, 0, 0, 0.06);
    transition: transform 0.3s, box-shadow 0.3s;
}

#services-1283 .cs-item:hover {
    transform: translateY(-0.25rem);
    box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.1);
}

#services-1283 .cs-icon-wrapper {
    width: 4rem;
    height: 4rem;
    margin: 0 auto 1rem;
    background-color: var(--primaryShade);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#services-1283 .cs-icon-wrapper i {
    font-size: 1.5rem;
    color: #fff;
}

#services-1283 .cs-h3 {
    font-size: clamp(1.125rem, 2vw, 1.25rem);
    font-weight: 700;
    line-height: 1.2em;
    color: var(--headerColor);
    margin-bottom: 0.75rem;
}

#services-1283 .cs-item-text {
    font-size: 1rem;
    line-height: 1.5em;
    color: var(--bodyTextColor);
    margin-bottom: 1.25rem;
}

#services-1283 .cs-link {
    font-size: 1rem;
    font-weight: 800;
    color: var(--primary);
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

#services-1283 .cs-link::after {
    content: '';
    width: 0.5rem;
    height: 0.5rem;
    border-top: 0.125rem solid currentColor;
    border-right: 0.125rem solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.3s;
}

#services-1283 .cs-link:hover::after {
    transform: translateX(0.25rem) rotate(45deg);
}

/* ===== ABOUT / SIDE-BY-SIDE ===== */
#about-1892 {
    padding: var(--sectionPadding);
    background-color: #fff;
}

#about-1892 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(2rem, 5vw, 3rem);
}

/* ===== STATS ===== */
.cs-dark-section {
    background-color: var(--darkBg);
    color: #fff;
}

.cs-dark-section .cs-topper {
    color: var(--accent);
}

.cs-dark-section .cs-title,
.cs-dark-section .cs-h3 {
    color: #fff;
}

.cs-dark-section .cs-text,
.cs-dark-section .cs-item-text {
    color: rgba(255, 255, 255, 0.78);
}

#stats-799 {
    padding: clamp(2rem, 4vw, 3rem) 1rem;
}

#stats-799 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
    gap: 1rem;
}

#stats-799 .cs-stat {
    text-align: center;
    padding: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
}

#stats-799 .cs-number {
    font-size: clamp(1.875rem, 4vw, 3rem);
    font-weight: 900;
    line-height: 1em;
    color: #fff;
    display: block;
    margin-bottom: 0.5rem;
}

#stats-799 .cs-desc {
    font-size: 1rem;
    line-height: 1.4em;
    color: rgba(255, 255, 255, 0.75);
}

/* ===== PROCESS ===== */
#process-1188 {
    background-color: var(--lightBg);
}

#process-1188 .cs-container,
#visual-2031 .cs-container,
#seasonal-1440 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
}

#process-1188 .cs-content {
    max-width: 42rem;
    margin-bottom: clamp(2rem, 4vw, 3rem);
}

#process-1188 .cs-card-group {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr));
    gap: clamp(1rem, 2.5vw, 1.5rem);
}

#process-1188 .cs-item {
    padding: clamp(1.5rem, 3vw, 2rem);
    background-color: #fff;
    border-top: 0.25rem solid var(--primary);
    box-shadow: 0 0.5rem 2rem rgba(16, 36, 21, 0.08);
}

#process-1188 .cs-step {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 900;
    line-height: 1em;
    color: rgba(45, 95, 45, 0.16);
    display: block;
    margin-bottom: 1rem;
}

#process-1188 .cs-h3 {
    font-size: clamp(1.125rem, 2vw, 1.375rem);
    color: var(--headerColor);
    margin-bottom: 0.75rem;
}

/* ===== IMAGE COLLAGE ===== */
#visual-2031 {
    position: relative;
    overflow: hidden;
}

#visual-2031 .cs-container {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    gap: clamp(2rem, 5vw, 4rem);
}

#visual-2031 .cs-content {
    max-width: 34rem;
}

#visual-2031 .cs-button-solid {
    margin-top: 1rem;
    background-color: var(--accent);
    color: #111;
}

#visual-2031 .cs-collage {
    --collage-gap: clamp(1.25rem, 3vw, 2rem);
    width: 100%;
    min-height: 34rem;
    position: relative;
}

#visual-2031 .cs-picture {
    display: block;
    position: absolute;
    overflow: hidden;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.24);
}

#visual-2031 .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#visual-2031 .cs-picture-main {
    width: 74%;
    height: 68%;
    top: 0;
    right: 0;
}

#visual-2031 .cs-picture-small {
    width: 62%;
    height: 54%;
    left: 0;
    bottom: 0;
    border: 0.75rem solid var(--darkBg);
}

#visual-2031 .cs-rating {
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(38% - var(--collage-gap));
    height: calc(32% - var(--collage-gap));
    min-width: 13rem;
    min-height: 8.75rem;
    padding: 1.5rem;
    background-color: var(--accent);
    color: #111;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.24);
}

#visual-2031 .cs-rating-number {
    font-size: clamp(2rem, 5vw, 3rem);
    line-height: 1em;
    font-weight: 900;
}

#visual-2031 .cs-rating-text {
    font-size: 1rem;
    font-weight: 800;
}

@media only screen and (min-width: 64em) {
    #visual-2031 .cs-container {
        grid-template-columns: 0.85fr 1.15fr;
    }
}

/* ===== SEASONAL ===== */
#seasonal-1440 {
    position: relative;
    overflow: hidden;
    color: #fff;
    background: var(--darkBg) url('../images/landscaping-seasonal.jpg') center/cover no-repeat;
}

#seasonal-1440 .cs-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(16, 36, 21, 0.94), rgba(16, 36, 21, 0.72));
}

#seasonal-1440 .cs-container {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(2rem, 5vw, 4rem);
}

#seasonal-1440 .cs-content {
    max-width: 42rem;
}

#seasonal-1440 .cs-topper {
    color: var(--accent);
}

#seasonal-1440 .cs-title {
    color: #fff;
}

#seasonal-1440 .cs-text {
    color: rgba(255, 255, 255, 0.78);
}

#seasonal-1440 .cs-season-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
    gap: 1rem;
}

#seasonal-1440 .cs-season {
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(0.375rem);
}

#seasonal-1440 .cs-h3 {
    font-size: 1.25rem;
    color: #fff;
    margin-bottom: 0.5rem;
}

#seasonal-1440 .cs-item-text {
    font-size: 1rem;
    line-height: 1.5em;
    color: rgba(255, 255, 255, 0.76);
}

#about-1892 .cs-image-group {
    width: 100%;
    max-width: 35rem;
    position: relative;
}

#about-1892 .cs-picture-large {
    width: 100%;
    aspect-ratio: 570/400;
    position: relative;
    border-radius: 0.75rem;
    overflow: hidden;
}

#about-1892 .cs-picture-large img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#about-1892 .cs-content {
    width: 100%;
    max-width: 33.75rem;
}

@media only screen and (min-width: 64em) {
    #about-1892 .cs-container {
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
    }

    #about-1892 .cs-image-group {
        width: 48%;
        max-width: none;
    }

    #about-1892 .cs-content {
        width: 48%;
        max-width: none;
    }
}

/* ===== TESTIMONIALS ===== */
#reviews-727 {
    padding: var(--sectionPadding);
    background-color: #fff;
}

#reviews-727 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#reviews-727 .cs-content {
    text-align: center;
    width: 100%;
    max-width: 40rem;
    margin-bottom: clamp(2rem, 4vw, 3rem);
}

#reviews-727 .cs-card-group {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
    gap: clamp(1rem, 2.5vw, 1.5rem);
}

#reviews-727 .cs-item {
    padding: clamp(1.5rem, 3vw, 2rem);
    background: #fff;
    border-radius: 0.75rem;
    box-shadow: 0 0.25rem 1.5rem rgba(0, 0, 0, 0.06);
}

#reviews-727 .cs-quote-icon {
    width: 2.5rem;
    height: 2.5rem;
    margin-bottom: 1rem;
    color: var(--primaryShade);
}

#reviews-727 .cs-review {
    font-size: 1rem;
    line-height: 1.6em;
    color: var(--bodyTextColor);
    margin-bottom: 1.5rem;
}

#reviews-727 .cs-stars {
    display: flex;
    gap: 0.25rem;
    margin-bottom: 1rem;
}

#reviews-727 .cs-star {
    width: 1.25rem;
    height: 1.25rem;
    color: #F4A940;
}

#reviews-727 .cs-flex-group {
    display: flex;
    flex-direction: column;
}

#reviews-727 .cs-name {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--headerColor);
    display: block;
}

#reviews-727 .cs-job {
    font-size: 1rem;
    color: var(--bodyTextColor);
}

/* ===== CTA BANNER ===== */
#cta-497 {
    padding: var(--sectionPadding);
    background-color: var(--primary);
    text-align: center;
}

#cta-497 .cs-container {
    max-width: 40rem;
    margin: auto;
}

#cta-497 .cs-topper {
    color: rgba(255, 255, 255, 0.8);
}

#cta-497 .cs-title {
    color: #fff;
}

#cta-497 .cs-text {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 2rem;
}

#cta-497 .cs-button-solid {
    background-color: #fff;
    color: var(--headerColor);
}

#cta-497 .cs-button-solid::before {
    background-color: var(--headerColor);
}

#cta-497 .cs-button-solid:hover {
    color: #fff;
}

/* ===== FOOTER ===== */
#cs-footer-841 {
    background-color: #1C1C1C;
    padding: clamp(3.75rem, 7.82vw, 6.25rem) 1rem 0;
}

#cs-footer-841 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: clamp(2rem, 4vw, 3rem);
}

@media only screen and (min-width: 64em) {
    #cs-footer-841 .cs-container {
        flex-direction: row;
        justify-content: space-between;
    }
}

#cs-footer-841 .cs-logo-group {
    max-width: 22rem;
}

#cs-footer-841 .cs-logo {
    display: inline-block;
    margin-bottom: 1rem;
}

#cs-footer-841 .cs-logo-img {
    width: auto;
    height: 2.5rem;
}

#cs-footer-841 .cs-text {
    font-size: 1rem;
    line-height: 1.5em;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

#cs-footer-841 .cs-header {
    font-size: 1.125rem;
    font-weight: 700;
    color: #fff;
    display: block;
    margin-bottom: 1rem;
    position: relative;
    padding-bottom: 0.75rem;
}

#cs-footer-841 .cs-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2rem;
    height: 0.125rem;
    background-color: var(--primary);
}

#cs-footer-841 .cs-nav-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

#cs-footer-841 .cs-nav-link {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.7);
    transition: color 0.3s;
}

#cs-footer-841 .cs-nav-link:hover {
    color: var(--primary);
}

#cs-footer-841 .cs-contact-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

#cs-footer-841 .cs-contact-link {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: color 0.3s;
}

#cs-footer-841 .cs-contact-link:hover {
    color: var(--primary);
}

#cs-footer-841 .cs-contact-icon {
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
    fill: var(--primary);
}

#cs-footer-841 .cs-bottom {
    width: 100%;
    max-width: 80rem;
    margin: clamp(2rem, 4vw, 3rem) auto 0;
    padding: 1.5rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
}

#cs-footer-841 .cs-copyright {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.5);
}

#cs-footer-841 .cs-credit {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.5);
}

#cs-footer-841 .cs-credit a {
    color: var(--primary);
    transition: color 0.3s;
}

#cs-footer-841 .cs-credit a:hover {
    color: var(--primaryShade);
}

/* ===== INTERIOR PAGES ===== */
.cs-page-hero {
    padding: clamp(10rem, 18vw, 12rem) 1rem clamp(2.75rem, 6vw, 4rem);
    background: var(--darkBg) url('../images/landscaping-wide.jpg') center/cover no-repeat;
    position: relative;
    overflow: hidden;
}

.cs-page-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(16, 36, 21, 0.96), rgba(16, 36, 21, 0.68));
}

.cs-page-hero .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    position: relative;
    z-index: 1;
}

.cs-page-hero .cs-content {
    max-width: 48rem;
}

.cs-page-hero .cs-title {
    color: #fff;
    font-size: clamp(2rem, 5vw, 3.25rem);
}

.cs-page-hero .cs-text {
    color: rgba(255, 255, 255, 0.78);
    font-size: clamp(1rem, 1.6vw, 1.1875rem);
}

.cs-breadcrumbs {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.74);
    margin-bottom: 1rem;
}

.cs-breadcrumbs a {
    color: #fff;
    font-weight: 800;
}

.cs-page-hero .cs-topper {
    color: var(--accent);
    text-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.35);
}

.cs-breadcrumb-bar {
    background-color: #22231f;
    padding: 0.875rem 1rem;
}

.cs-breadcrumb-bar .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
}

.cs-breadcrumb-bar .cs-breadcrumbs {
    margin: 0;
}

.cs-interior-section {
    padding: var(--sectionPadding);
}

.cs-interior-section.cs-light {
    background-color: var(--lightBg);
}

.cs-interior-section.cs-dark {
    background-color: var(--darkBg);
    color: #fff;
}

.cs-interior-section .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
}

.cs-split {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
}

.cs-split .cs-content {
    max-width: 40rem;
}

.cs-content .cs-button-solid {
    margin-top: 1.5rem;
}

.cs-split .cs-picture {
    height: clamp(18rem, 42vw, 31rem);
    overflow: hidden;
    position: relative;
    box-shadow: 0 1rem 3rem rgba(16, 36, 21, 0.14);
}

.cs-split .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media only screen and (min-width: 64em) {
    .cs-split {
        grid-template-columns: 1fr 1fr;
    }

    .cs-split.cs-reverse .cs-picture {
        order: 2;
    }
}

.cs-feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
    gap: clamp(1rem, 2.5vw, 1.5rem);
}

.cs-feature {
    padding: clamp(1.5rem, 3vw, 2rem);
    background-color: #fff;
    border-top: 0.25rem solid var(--primary);
    box-shadow: 0 0.5rem 2rem rgba(16, 36, 21, 0.08);
}

.cs-dark .cs-feature {
    background-color: rgba(255, 255, 255, 0.08);
    border-color: var(--accent);
    box-shadow: none;
}

.cs-dark .cs-title,
.cs-dark .cs-h3 {
    color: #fff;
}

.cs-dark .cs-text,
.cs-dark .cs-item-text {
    color: rgba(255, 255, 255, 0.78);
}

.cs-feature .cs-h3 {
    font-size: clamp(1.125rem, 2vw, 1.375rem);
    color: var(--headerColor);
    margin-bottom: 0.75rem;
}

.cs-feature .cs-item-text {
    font-size: 1rem;
    line-height: 1.6em;
    color: var(--bodyTextColor);
}

.cs-service-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr));
    gap: 1.5rem;
}

.cs-service-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: clamp(1.5rem, 3vw, 2rem);
    background-color: #fff;
    color: inherit;
    box-shadow: 0 0.5rem 2rem rgba(16, 36, 21, 0.08);
    transition: transform 0.3s, box-shadow 0.3s;
}

.cs-service-card:hover {
    transform: translateY(-0.25rem);
    box-shadow: 0 1rem 2.5rem rgba(16, 36, 21, 0.14);
}

.cs-service-card .cs-h3 {
    color: var(--headerColor);
    font-size: 1.375rem;
    margin-bottom: 0.75rem;
}

.cs-service-card .cs-text {
    margin-bottom: 1.25rem;
}

.cs-service-card .cs-link {
    margin-top: auto;
    font-size: 1rem;
    font-weight: 800;
    color: var(--primary);
}

.cs-faq-list {
    display: grid;
    gap: 1rem;
}

.cs-faq-item {
    padding: 1.5rem;
    background-color: #fff;
    border-left: 0.25rem solid var(--primary);
}

.cs-faq-item .cs-h3 {
    font-size: 1.125rem;
    color: var(--headerColor);
    margin-bottom: 0.5rem;
}

.cs-contact-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(2rem, 5vw, 4rem);
}

.cs-contact-panel,
.cs-form {
    background-color: #fff;
    padding: clamp(1.5rem, 3vw, 2rem);
    box-shadow: 0 0.5rem 2rem rgba(16, 36, 21, 0.08);
}

.cs-contact-panel .cs-contact-link {
    font-size: 1rem;
    display: flex;
    gap: 0.75rem;
    margin-top: 1rem;
    color: var(--bodyTextColor);
}

.cs-form {
    display: grid;
    gap: 1rem;
}

.cs-label {
    font-size: 1rem;
    font-weight: 800;
    color: var(--headerColor);
    display: grid;
    gap: 0.5rem;
}

.cs-input {
    width: 100%;
    min-height: 3.25rem;
    border: 1px solid #d9dfd4;
    padding: 0.875rem 1rem;
    font-size: 1rem;
    font-family: inherit;
}

.cs-textarea {
    min-height: 9rem;
    resize: vertical;
}

@media only screen and (min-width: 64em) {
    .cs-contact-layout {
        grid-template-columns: 0.8fr 1.2fr;
    }
}

.cs-service-featured {
    width: 100%;
    height: clamp(20rem, 46vw, 34rem);
    display: block;
    overflow: hidden;
    margin-bottom: clamp(2rem, 4vw, 3rem);
}

.cs-service-layout {
    position: relative;
    background: linear-gradient(90deg, #fff 0%, #fff 62%, #fafafa 62%, #fafafa 100%);
}

.cs-service-layout .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(2rem, 5vw, 4rem);
    align-items: start;
}

.cs-service-main {
    max-width: 44rem;
}

.cs-service-main .cs-title {
    margin-bottom: 1.25rem;
}

.cs-service-main .cs-text {
    line-height: 1.72em;
    margin-bottom: 1.25rem;
}

.cs-service-main p {
    font-family: var(--bodyFont);
    font-size: var(--bodyFontSize);
    line-height: 1.72em;
    color: var(--bodyTextColor);
    margin: 0 0 1.25rem;
}

.cs-service-main h3,
.cs-service-main .cs-h3 {
    font-size: clamp(1.375rem, 3vw, 2rem);
    line-height: 1.18em;
    color: var(--headerColor);
    margin: clamp(2rem, 4vw, 3rem) 0 1rem;
}

.cs-service-main h4,
.cs-service-main .cs-h4 {
    font-size: clamp(1.125rem, 2vw, 1.375rem);
    line-height: 1.2em;
    color: var(--primary);
    margin: 1.25rem 0 0.5rem;
}

.cs-service-main h3 + p,
.cs-service-main h4 + p {
    margin-top: 0;
}

.cs-service-main p:last-child {
    margin-bottom: 0;
}

.cs-service-aside {
    width: 100%;
}

.cs-service-aside .cs-picture {
    width: 100%;
    height: clamp(18rem, 36vw, 28rem);
    display: block;
    overflow: hidden;
    border: 0.5rem solid #fff;
    box-shadow: 0 1rem 2.5rem rgba(16, 36, 21, 0.16);
}

.cs-service-aside img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media only screen and (min-width: 64em) {
    .cs-service-layout .cs-container {
        grid-template-columns: minmax(0, 1fr) minmax(18rem, 24rem);
    }

    .cs-service-aside {
        position: sticky;
        top: 10rem;
        padding-top: 1rem;
    }
}

.cs-service-featured img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.cs-service-content {
    max-width: 52rem;
}

.cs-service-content .cs-title {
    margin-bottom: 1.5rem;
}

.cs-service-content .cs-text {
    line-height: 1.75em;
    margin-bottom: 1.25rem;
}

.cs-service-cta {
    background-color: var(--lightBg);
}

.cs-service-cta .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(2rem, 5vw, 4rem);
    align-items: start;
}

.cs-service-cta .cs-content {
    max-width: 34rem;
}

.cs-form .gform_wrapper.gravity-theme .gform_footer,
.cs-form .gform_wrapper.gravity-theme .gform_page_footer {
    margin: 0;
    padding: 0;
}

.cs-form .gform_wrapper.gravity-theme .gform_button,
.cs-form .gform_wrapper.gravity-theme input[type="submit"],
.cs-form .gform_wrapper.gravity-theme button[type="submit"] {
    font-family: var(--headingFont);
    font-size: 1rem;
    font-weight: 700;
    line-height: 3.125em;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    min-height: 3.125rem;
    padding: 0 1.875rem;
    background-color: var(--primary);
    color: #fff;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.cs-form .gform_wrapper.gravity-theme .gform_button:hover,
.cs-form .gform_wrapper.gravity-theme .gform_button:focus-visible,
.cs-form .gform_wrapper.gravity-theme input[type="submit"]:hover,
.cs-form .gform_wrapper.gravity-theme input[type="submit"]:focus-visible,
.cs-form .gform_wrapper.gravity-theme button[type="submit"]:hover,
.cs-form .gform_wrapper.gravity-theme button[type="submit"]:focus-visible {
    background-color: #1a1a1a;
    color: #fff;
}

@media only screen and (min-width: 64em) {
    .cs-service-cta .cs-container {
        grid-template-columns: 0.85fr 1.15fr;
    }
}

/* ===== SCROLL TO TOP ===== */
.cs-scroll-top {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    border: none;
    background: var(--primary);
    color: #fff;
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 9000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--headingFont);
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1;
    opacity: 0;
    visibility: hidden;
    transform: translateY(0.75rem);
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s, background-color 0.3s;
    cursor: pointer;
    box-shadow: 0 0.75rem 1.75rem rgba(16, 36, 21, 0.22);
}

.cs-scroll-top.cs-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.cs-scroll-top:hover,
.cs-scroll-top:focus-visible {
    background: var(--accent);
    color: #111;
}

/* ===== SECTION BACKGROUND UTILITIES ===== */
section.cs-bg-white {
    background-color: #fff;
}

section.cs-bg-light {
    background-color: var(--lightBg);
}

section.cs-bg-dark {
    background-color: var(--darkBg);
}

section.cs-bg-dark .cs-topper {
    color: var(--accent);
}

section.cs-bg-dark .cs-title,
section.cs-bg-dark .cs-h3 {
    color: #fff;
}

section.cs-bg-dark .cs-text,
section.cs-bg-dark .cs-item-text,
section.cs-bg-dark .cs-review,
section.cs-bg-dark .cs-desc,
section.cs-bg-dark .cs-name,
section.cs-bg-dark .cs-job,
section.cs-bg-dark .cs-step {
    color: rgba(255, 255, 255, 0.8);
}

section.cs-bg-dark .cs-number {
    color: #fff;
}

section.cs-bg-dark .cs-link {
    color: var(--accent);
}
