.se-new-home-page {
    background: var(--white-color);
}

.se-new-home-page,
.se-new-home-page * {
    box-sizing: border-box;
}

.page-template-page-new-home .site-wide-testimonial-banner {
    display: none !important;
}

.se-new-home-page .centerdiv {
    max-width: 1202px;
    margin: 0 auto;
    padding: 0 30px;
}


/* HERO */
.se-new-home-hero {
    background: #f2f8fa;
    padding: 80px 0 70px;
    border-bottom: 1px solid var(--sections-border-color);
}

.se-new-home-hero__inner {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    align-items: center;
    gap: 60px;
}

.se-new-home-hero__copy h1 {
    font-family: 'URWDIN Demi', Arial, Helvetica, sans-serif;
    font-size: 377%;
    line-height: 1;
    text-transform: uppercase;
    color: var(--orange-color);
    margin-bottom: 20px;
}

.se-new-home-hero__copy h4 {
    font-family: 'Quadon Bold', Arial, Helvetica, sans-serif;
    font-size: 137.5%;
    color: var(--bordered-btn-text-color);
    letter-spacing: 0;
    margin-bottom: 30px;
}

.se-new-home-hero__art {
    position: relative;
    width: 100%;
    min-height: 470px;
}

.se-new-home-hero__circle {
    position: absolute;
    right: 20px;
    top: 35px;
    width: 430px;
    height: 430px;
    border-radius: 50%;
    background: #d3e7e4;
}

.se-new-home-hero__phones {
    position: absolute;
    left: 90px;
    top: 0;
    z-index: 2;
    width: 100%;
    height: auto;
}

.se-new-home-hero__tag {
    position: absolute;
    z-index: 3;
    background: var(--white-color);
    box-shadow: 0 4px 15px rgba(0,0,0,.2);
    color: var(--bordered-btn-text-color);
    font-family: 'URWDIN Bold', Arial, Helvetica, sans-serif;
    font-size: 100%;
    line-height: 1;
    padding: 14px 18px;
    white-space: nowrap;
}

.se-new-home-hero__tag--left {
    left: 0;
    top: 280px;
}

.se-new-home-hero__tag--top {
    right: 30px;
    top: 45px;
}

.se-new-home-hero__tag--right {
    right: 0;
    top: 230px;
}


/* OVERVIEW */
.se-new-home-overview {
    padding: 50px 0;
}

.se-new-home-overview .center-title h2 {
    text-align: center;
    color: var(--orange-border-color);
    margin-bottom: 40px;
}

.se-new-home-overview__grid {
    display: grid;
    grid-template-columns: 420px 1fr;
    gap: 80px;
    align-items: center;
}

.se-new-home-overview__logo img {
    display: block;
    width: 100%;
    max-width: 420px;
    height: auto;
    margin: 0 auto;
}

.se-new-home-overview__text,
.se-new-home-overview__text p {
    font-family: 'Quadon Regular', Arial, Helvetica, sans-serif;
    font-size: 100%;
    color: var(--dark-grey-color);
    line-height: 1.6;
}


/* TEAM */
.se-new-home-team {
    padding: 50px 0 40px;
}

.se-new-home-team__intro {
    text-align: center;
    color: var(--orange-border-color);
    max-width: 980px;
    margin: 0 auto 40px;
}

/* Team subheader paragraph (rendered when third_section_header
   contains "<br><span class='se-team-subheader'>...</span>") */
.se-new-home-team__sub {
    text-align: center;
    color: var(--dark-grey-color);
    font-family: 'Quadon Regular', Arial, Helvetica, sans-serif;
    font-size: 105%;
    line-height: 1.5;
    max-width: 820px;
    margin: -20px auto 35px;
}

.se-new-home-team__slider-wrap {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.se-new-home-team__slider {
    margin: 0 !important;
}

.se-new-home-team__slide {
    display: grid;
    grid-template-columns: 370px 1fr;
    gap: 70px;
    align-items: center;
    min-height: 420px;
}

.se-new-home-team__image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.se-new-home-team__image img {
    display: block;
    width: 100%;
    max-width: 290px;
    height: auto;
    object-fit: contain;
}

.se-new-home-team__content,
.se-new-home-team__content * {
    min-width: 0;
}

.se-new-home-team__content .employee-name {
    color: var(--orange-border-color);
    font-family: 'URWDIN Demi', Arial, Helvetica, sans-serif;
    font-size: 183.375%;
    margin-bottom: 12px;
}

.se-new-home-team__content .employee-position {
    color: var(--bordered-btn-text-color);
    font-family: 'Quadon Bold', Arial, Helvetica, sans-serif;
    font-size: 137.5%;
    letter-spacing: 0;
    margin-bottom: 20px;
}

.se-new-home-team__exp-wrap {
    margin-bottom: 20px;
    position: relative;
}

.se-new-home-team__exp-wrap .employee-experience {
    display: inline-block;
    max-width: 506px;
    width: 100%;
    border: 1px solid var(--border-top-purple-color);
    position: relative;
    background: var(--white-color);
}

.se-new-home-team__exp-wrap .employee-experience-inside {
    padding: 14px 22px 16px;
    border: 1px solid var(--border-top-small-purple-color);
    display: inline-flex;
    align-items: center;
    gap: 14px;
    position: relative;
    max-width: 100%;
    width: 100%;
    background: var(--white-color);
}

/* badge notch */
.se-new-home-team__exp-wrap .employee-experience:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -9px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 9px solid var(--border-top-purple-color);
    z-index: 1;
}

.se-new-home-team__exp-wrap .employee-experience:before {
    content: '';
    position: absolute;
    top: 50%;
    right: -7px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 8px solid var(--white-color);
    z-index: 2;
}

.se-new-home-team__exp-wrap .employee-experience-inside:before,
.se-new-home-team__exp-wrap .employee-experience-inside:after {
    display: none;
}

.se-new-home-team__exp-wrap .employee-experience-years {
    font-size: 471.75%;
    font-family: 'URWDIN Bold', Arial, Helvetica, sans-serif;
    color: var(--dark-purple-color);
    margin-right: 15px;
    line-height: 1;
}

.se-new-home-team__exp-wrap .employee-experience-text {
    font-size: 183.375%;
    font-family: 'URWDIN Bold', Arial, Helvetica, sans-serif;
    color: var(--dark-purple-color);
    text-transform: uppercase;
    line-height: 1.2;
}

.se-new-home-team__content .employee-description,
.se-new-home-team__content .employee-description p {
    font-family: 'Quadon Regular', Arial, Helvetica, sans-serif;
    font-size: 100%;
    color: var(--dark-grey-color);
    line-height: 1.5;
    overflow-wrap: anywhere;
}

/* TEAM BUTTON FIX */
.se-new-home-team__content .meet-our-team-btn {
    width: 100%;
    text-align: left;
}

.se-new-home-team__content .meet-our-team-btn .btn-class,
.se-new-home-team__content .meet-our-team-btn .btn-class:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px 9px !important;
    line-height: 1 !important;
    font-family: 'URWDIN Bold', Arial, Helvetica, sans-serif;
    font-size: 100%;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: top;
    background: var(--orange-border-color) !important;
    color: #ffffff !important;
}

/* Slick layout helpers (DESKTOP) */
.se-new-home-team .slick-list {
    overflow: hidden !important;
}

.se-new-home-team .slick-carousel-item {
    min-width: 0 !important;
}

/* disable slider arrows */
.se-new-home-team .customer-quotes .slick-arrow,
.se-new-home-team .customer-quotes .slick-prev,
.se-new-home-team .customer-quotes .slick-next,
.se-new-home-team .customer-quotes .slick-prev:before,
.se-new-home-team .customer-quotes .slick-next:before {
    display: none !important;
    content: none !important;
}

/* pagination dots */
.se-new-home-team .customer-quotes.contains-slick-slider-dotted {
    margin-bottom: 25px;
}

.se-new-home-team .customer-quotes .slick-dots {
    position: relative;
    bottom: auto !important;
    margin-top: 10px;
    text-align: center;
    z-index: 20;
    pointer-events: auto;
}

.se-new-home-team .customer-quotes .slick-dots li {
    width: 11px;
    height: 11px;
    margin: 0 4px;
    pointer-events: auto;
}

.se-new-home-team .customer-quotes .slick-dots li button {
    width: 11px;
    height: 11px;
    padding: 0;
    pointer-events: auto;
}

.se-new-home-team .customer-quotes .slick-dots li button:before {
    content: '' !important;
    width: 11px;
    height: 11px;
    border: 1px solid #95acb1;
    border-radius: 100%;
    background: transparent;
    opacity: 1;
}

.se-new-home-team .customer-quotes .slick-dots li.slick-active button:before {
    background: #b9cdcf;
    border-color: #95acb1;
}


/* SOLUTIONS */
.se-new-home-solutions {
    background: #edf2f3;
    padding: 50px 0 80px;
}

.se-new-home-solutions h2 {
    text-align: center;
    color: var(--orange-border-color);
    max-width: 720px;
    margin: 0 auto 20px;
}

.se-new-home-solutions__subheader {
    text-align: center;
    max-width: 780px;
    margin: 0 auto 40px;
}

.se-new-home-solutions__subheader p,
.se-new-home-solutions__subheader a {
    font-family: 'Quadon Regular', Arial, Helvetica, sans-serif;
    font-size: 100%;
    color: var(--dark-grey-color);
}

.se-new-home-solutions__subheader a {
    text-decoration: underline;
}

.se-new-home-solutions__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 860px;
    margin: 0 auto;
}

.se-new-home-solutions__card a {
    min-height: 220px;
    background: var(--section-bg-green);
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,.18);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 30px;
    text-decoration: none;
    color: var(--white-color);
}

.se-new-home-solutions__card .industry-title p {
    margin: 0;
    color: var(--orange-border-color);
    font-family: 'URWDIN Demi', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.se-new-home-solutions__card .industry-icon img {
    display: block;
    max-width: 110px;
    max-height: 110px;
    width: auto;
    height: auto;
}


/* ==========================================================
   TESTIMONIALS — Updated to match screenshot reference
   Layout: [167px square seal] [header line + italic quote + button]
   Dots: bottom-right
   ========================================================== */
.se-new-home-testimonials {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0 60px;
    position: relative;
    min-height: 346px;
    display: flex;
    align-items: center;
}

.se-new-home-testimonials__slider-wrap {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 0 60px;
    position: relative;
    z-index: 5;
}

.se-new-home-testimonials__slide {
    display: grid;
    grid-template-columns: 167px 1fr;
    gap: 50px;
    align-items: start;
}

/* LEFT — square city seal */
.se-new-home-testimonials .left-side {
    width: 167px;
    min-width: 167px;
    flex-shrink: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 0;
}

.se-new-home-testimonials .left-side img {
    width: 167px;
    height: 167px;
    max-width: 167px;
    max-height: 167px;
    object-fit: contain;
    border-radius: 0;
    display: block;
}

/* RIGHT — header rule, italic quote, button */
.se-new-home-testimonials .right-side {
    display: flex;
    flex-direction: column;
    width: 100%;
}

/* "CITY OF HOUSTON, TEXAS" header w/ bottom border */
.se-new-home-testimonials .customer-info {
    color: #bacdcf;
    font-family: 'URWDIN Bold', Arial, Helvetica, sans-serif;
    font-size: 100%;
    line-height: 1.2;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    padding-bottom: 12px;
    margin: 0 0 22px;
}

/* Italic testimonial quote */
.se-new-home-testimonials .right-side h4 {
    color: #dbd5d2;
    font-family: 'Quadon MediumItalic', Arial, Helvetica, sans-serif;
    font-size: 137.5%;
    line-height: 1.5;
    letter-spacing: 0;
    font-weight: 400;
    margin: 0 0 30px;
    padding: 0;
}

/* Outlined orange button */
.se-new-home-testimonials .read-success-stories-btn-container {
    margin-top: 0;
}

.se-new-home-testimonials .read-success-stories-btn-container .btn-class,
.se-new-home-testimonials .read-success-stories-btn-container .btn-class:visited {
    display: inline-flex;
    align-items: center;
    padding: 12px 20px;
    border: 1px solid var(--orange-border-color);
    background: transparent;
    color: var(--white-color) !important;
    font-family: 'URWDIN Bold', Arial, Helvetica, sans-serif;
    font-size: 90%;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
    text-decoration: none;
    transition: background 0.25s ease;
}

.se-new-home-testimonials .read-success-stories-btn-container .btn-class:hover {
    background: var(--orange-border-color);
}

/* Pagination dots — bottom right */
.se-new-home-testimonials__slider-wrap .slick-dots {
    position: absolute !important;
    bottom: -35px !important;
    right: 60px !important;
    left: auto !important;
    width: auto !important;
    text-align: right;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    justify-content: flex-end;
    gap: 6px;
    z-index: 20;
    pointer-events: auto;
}

.se-new-home-testimonials__slider-wrap .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0;
    pointer-events: auto;
}

.se-new-home-testimonials__slider-wrap .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
    pointer-events: auto;
}

.se-new-home-testimonials__slider-wrap .slick-dots li button:before {
    content: '' !important;
    width: 10px;
    height: 10px;
    border: 1px solid #ffffff;
    border-radius: 100%;
    background: transparent;
    opacity: 0.65;
    line-height: 1;
}

.se-new-home-testimonials__slider-wrap .slick-dots li.slick-active button:before {
    background: #ffffff;
    opacity: 1;
}

/* Disable slick arrows */
.se-new-home-testimonials .slick-prev,
.se-new-home-testimonials .slick-next,
.se-new-home-testimonials .slick-prev:before,
.se-new-home-testimonials .slick-next:before {
    display: none !important;
    content: none !important;
}


/* ==========================================================
   CTA — Footer "See how Schedule Express fits your agency" bar
   Horizontal: button (left) | calendar icon + copy (right)
   High specificity + !important to beat parent theme defaults.
   ========================================================== */

.se-new-home-page .se-new-home-cta {
    padding: 55px 0 !important;
    background: var(--white-color) !important;
}

.se-new-home-page .se-new-home-cta .schedule-demo-section {
    max-width: 880px !important;
    width: 100% !important;
    margin: 0 auto !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 40px !important;
    background: none !important;
    background-image: none !important;
    padding: 0 !important;
}

/* Left column — orange pill button */
.se-new-home-page .se-new-home-cta .schedule-btn-container {
    flex: 0 0 auto !important;
    display: flex !important;
    align-items: center !important;
    background: none !important;
    background-image: none !important;
    padding: 0 !important;
    margin: 0 !important;
    width: auto !important;
}

.se-new-home-page .se-new-home-cta .schedule-btn-container .btn-class,
.se-new-home-page .se-new-home-cta .schedule-btn-container .btn-class:visited {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 16px 28px !important;
    line-height: 1.15 !important;
    font-family: 'URWDIN Bold', Arial, Helvetica, sans-serif !important;
    font-size: 100% !important;
    text-transform: none !important;
    white-space: normal !important;
    text-align: center !important;
    max-width: 360px !important;
    background: var(--orange-border-color) !important;
    color: #ffffff !important;
    margin: 0 !important;
}

/* Right column — descriptive copy + calendar icon (icon on the right) */
.se-new-home-page .se-new-home-cta .schedule-text-container {
    flex: 0 1 auto !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 20px !important;
    background: none !important;
    background-image: none !important;
    background-color: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    max-width: 480px !important;
    width: auto !important;
    min-height: 0 !important;
}

.se-new-home-page .se-new-home-cta .schedule-text-container p {
    margin: 0 !important;
    padding: 0 !important;
    font-family: 'Quadon Bold', Arial, Helvetica, sans-serif !important;
    font-size: 105% !important;
    line-height: 1.4 !important;
    color: var(--bordered-btn-text-color) !important;
    text-align: left !important;
    flex: 1 1 auto !important;
    order: 1 !important;
}

.se-new-home-page .se-new-home-cta .schedule-text-container__icon {
    flex: 0 0 50px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 50px !important;
    height: 50px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    order: 2 !important;
}

.se-new-home-page .se-new-home-cta .schedule-text-container__icon img {
    display: block !important;
    width: 50px !important;
    height: 50px !important;
    max-width: 50px !important;
    max-height: 50px !important;
    object-fit: contain !important;
    margin: 0 !important;
}


/* ==========================================================
   RESPONSIVE
   ========================================================== */

@media only screen and (max-width: 1023px) {
    .se-new-home-hero__inner,
    .se-new-home-overview__grid,
    .se-new-home-team__slide {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .se-new-home-hero__art {
        width: 100%;
        max-width: 620px;
        margin: 0 auto;
    }

    .se-new-home-team__exp-wrap .employee-experience {
        margin-left: auto;
        margin-right: auto;
    }

    .se-new-home-solutions__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* TESTIMONIALS — tablet */
    .se-new-home-testimonials__slider-wrap {
        padding: 0 40px;
    }

    .se-new-home-testimonials__slide {
        grid-template-columns: 140px 1fr;
        gap: 35px;
    }

    .se-new-home-testimonials .left-side {
        width: 140px;
        min-width: 140px;
    }

    .se-new-home-testimonials .left-side img {
        width: 140px;
        height: 140px;
        max-width: 140px;
        max-height: 140px;
    }

    .se-new-home-testimonials .right-side h4 {
        font-size: 125%;
    }

    .se-new-home-testimonials__slider-wrap .slick-dots {
        right: 40px !important;
    }
}


@media only screen and (max-width: 767px) {
    .se-new-home-page .centerdiv {
        padding: 0 20px;
    }

    .se-new-home-hero {
        padding: 50px 0;
    }

    .se-new-home-hero__copy h1 {
        font-size: 310%;
    }

    .se-new-home-hero__copy h4 {
        font-size: 135%;
    }

    .se-new-home-hero__art {
        height: 340px;
        min-height: 340px;
    }

    .se-new-home-hero__phones {
        left: 50%;
        top: 30px;
        transform: translateX(-50%);
        max-width: 250px;
    }

    /* Team subheader on mobile */
    .se-new-home-team__sub {
        font-size: 100%;
        padding: 0 10px;
        margin: -10px auto 25px;
    }

    /* =========================================================
       TEAM SLIDER — MOBILE OVERFLOW FIX

       Slick calculates slide width from the wrapper's width.
       The wrapper is 1100px max → slides are ~1100px on mobile.
       Fix: cap the wrapper + .slick-list to 100% so Slick
       calculates slide widths based on actual viewport.
       Do NOT override .slick-track or .slick-slide dimensions
       as that breaks Slick's height/animation calculations.
       ========================================================= */

    /* Outer containment */
    .se-new-home-team {
        overflow-x: hidden !important;
        width: 100% !important;
    }

    /* Cap the wrapper so Slick reads the correct width */
    .se-new-home-team .customer-quotes,
    .se-new-home-team .se-new-home-team__slider-wrap {
        max-width: 100% !important;
        width: 100% !important;
        overflow: hidden !important;
    }

    /* .slick-list is the viewport — cap it */
    .se-new-home-team .slick-list {
        max-width: 100vw !important;
        overflow: hidden !important;
    }

    /* Constrain each slide without breaking Slick's inline width */
    .se-new-home-team .slick-slide {
        max-width: 100vw !important;
    }

    .se-new-home-team .slick-slide > div,
    .se-new-home-team .slick-carousel-item {
        max-width: 100% !important;
    }

    /* Stack slide content vertically */
    .se-new-home-team__slide {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 24px;
        min-height: 0;
        text-align: center;
        padding: 10px 15px;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    .se-new-home-team__image {
        justify-content: center;
        max-width: 100% !important;
    }

    .se-new-home-team__image img {
        width: 100% !important;
        max-width: 220px !important;
        margin: 0 auto;
    }

    .se-new-home-team__content {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .se-new-home-team__content .employee-name {
        font-size: 155%;
        margin-bottom: 8px;
    }

    .se-new-home-team__content .employee-position {
        font-size: 120%;
        margin-bottom: 14px;
    }

    /* Experience badge */
    .se-new-home-team__exp-wrap {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 0 16px;
        display: flex;
        justify-content: center;
        overflow: hidden !important;
    }

    .se-new-home-team__exp-wrap .employee-experience {
        display: block;
        width: auto !important;
        max-width: 100% !important;
        margin: 0 auto;
    }

    .se-new-home-team__exp-wrap .employee-experience-inside {
        width: auto !important;
        max-width: 100% !important;
        padding: 12px 14px 14px;
        justify-content: center;
        gap: 10px;
        flex-wrap: wrap;
        text-align: center;
    }

    /* Hide arrow notch on mobile */
    .se-new-home-team__exp-wrap .employee-experience-inside:before,
    .se-new-home-team__exp-wrap .employee-experience-inside:after,
    .se-new-home-team__exp-wrap .employee-experience:before,
    .se-new-home-team__exp-wrap .employee-experience:after {
        display: none !important;
    }

    .se-new-home-team__exp-wrap .employee-experience-years {
        font-size: 250%;
        margin-right: 0;
    }

    .se-new-home-team__exp-wrap .employee-experience-text {
        font-size: 110%;
        line-height: 1.2;
        white-space: normal !important;
        word-break: break-word !important;
        overflow-wrap: anywhere !important;
    }

    .se-new-home-team__content .employee-description,
    .se-new-home-team__content .employee-description p {
        width: 100% !important;
        max-width: 100% !important;
        font-size: 100%;
        line-height: 1.5;
        text-align: center;
        word-break: break-word !important;
        overflow-wrap: anywhere !important;
    }

    .se-new-home-team__content .meet-our-team-btn {
        width: 100%;
        text-align: center;
    }

    .se-new-home-team__content .meet-our-team-btn .btn-class,
    .se-new-home-team__content .meet-our-team-btn .btn-class:visited {
        max-width: 100%;
        white-space: normal !important;
        line-height: 1.1 !important;
        padding: 10px 14px 9px !important;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
    }

    .se-new-home-team .customer-quotes.contains-slick-slider-dotted {
        margin-bottom: 15px;
    }

    .se-new-home-team .customer-quotes .slick-dots {
        margin-top: 8px;
        bottom: auto !important;
    }

    /* SOLUTIONS */
    .se-new-home-solutions {
        padding: 40px 0 60px;
    }

    .se-new-home-solutions__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        max-width: 100%;
    }

    .se-new-home-solutions__card a {
        min-height: 160px;
        padding: 20px 15px;
        gap: 12px;
    }

    .se-new-home-solutions__card .industry-icon img {
        display: block;
        width: 70px;
        height: 70px;
        max-width: 70px;
        max-height: 70px;
        object-fit: contain;
    }

    /* TESTIMONIALS — mobile */
    .se-new-home-testimonials {
        padding: 40px 0 55px;
        min-height: auto;
    }

    .se-new-home-testimonials__slider-wrap {
        padding: 0 20px;
    }

    .se-new-home-testimonials__slide {
        grid-template-columns: 1fr;
        gap: 22px;
        text-align: center;
    }

    .se-new-home-testimonials .left-side {
        width: 100%;
        min-width: unset;
        padding: 0;
        justify-content: center;
    }

    .se-new-home-testimonials .left-side img {
        width: 120px;
        height: 120px;
        max-width: 120px;
        max-height: 120px;
        margin: 0 auto;
    }

    .se-new-home-testimonials .customer-info {
        font-size: 90%;
        padding-bottom: 10px;
        margin-bottom: 18px;
        letter-spacing: 1px;
    }

    .se-new-home-testimonials .right-side h4 {
        font-size: 110%;
        line-height: 1.5;
        margin-bottom: 22px;
    }

    .se-new-home-testimonials .read-success-stories-btn-container .btn-class,
    .se-new-home-testimonials .read-success-stories-btn-container .btn-class:visited {
        padding: 11px 18px;
        font-size: 85%;
    }

    .se-new-home-testimonials__slider-wrap .slick-dots {
        position: relative !important;
        bottom: 0 !important;
        right: auto !important;
        left: auto !important;
        justify-content: center !important;
        margin-top: 25px !important;
    }

    /* CTA — mobile: stack button on top, icon+copy centered below */
    .se-new-home-page .se-new-home-cta {
        padding: 40px 0 !important;
    }

    .se-new-home-page .se-new-home-cta .schedule-demo-section {
        flex-direction: column !important;
        gap: 24px !important;
        text-align: center !important;
    }

    .se-new-home-page .se-new-home-cta .schedule-btn-container .btn-class,
    .se-new-home-page .se-new-home-cta .schedule-btn-container .btn-class:visited {
        max-width: 100% !important;
        white-space: normal !important;
        line-height: 1.2 !important;
    }

    .se-new-home-page .se-new-home-cta .schedule-text-container {
        flex-direction: row !important;
        justify-content: center !important;
        max-width: 100% !important;
        gap: 14px !important;
        padding: 0 10px !important;
    }

    .se-new-home-page .se-new-home-cta .schedule-text-container__icon {
        flex: 0 0 44px !important;
        width: 44px !important;
        height: 44px !important;
    }

    .se-new-home-page .se-new-home-cta .schedule-text-container__icon img {
        width: 44px !important;
        height: 44px !important;
        max-width: 44px !important;
        max-height: 44px !important;
    }

    .se-new-home-page .se-new-home-cta .schedule-text-container p {
        font-size: 95% !important;
        text-align: left !important;
    }
}