/* =========================================================
   Smartlink Florida - Wi-Fi & Networking Service Page
   Page-specific stylesheet for wifi-networking.php
========================================================= */

.slf-network-page {
    --slf-dark: #081517;
    --slf-dark-2: #0d2022;
    --slf-teal: #006666;
    --slf-teal-2: #008080;
    --slf-teal-3: #0A9396;
    --slf-mint: #e6f7f8;
    --slf-white: #ffffff;
    --slf-light: #f5f7f7;
    --slf-card: #ffffff;
    --slf-text: #1f2933;
    --slf-muted: #5c6670;
    --slf-border: #dfe7e8;
    --slf-shadow: var(--slf-card-shadow);
    --slf-soft-shadow: var(--slf-card-shadow);
    --slf-radius: var(--slf-card-radius);
    --slf-container: var(--slf-layout-container);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.slf-network-body {
    background: #f5f7f7;
    color: #1f2933;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.5;
    overflow-x: hidden;
}

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

.slf-network-page a {
    color: inherit;
}

.slf-shell {
    width: min(92%, var(--slf-container));
    margin: 0 auto;
}


/* Page base when using shared header.php */
.slf-network-page {
    background: var(--slf-light);
    color: var(--slf-text);
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.5;
    overflow-x: hidden;
}

/* =========================================================
   Hero
========================================================= */
.slf-network-hero {
    position: relative;
    min-height: 500px;
    background: var(--slf-dark);
    overflow: hidden;
}

.slf-network-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 14% 24%, rgba(10, 147, 150, 0.20) 0%, rgba(10, 147, 150, 0.12) 24%, transparent 50%),
        linear-gradient(90deg,
            rgba(8, 21, 23, 0.98) 0%,
            rgba(8, 21, 23, 0.96) 22%,
            rgba(0, 78, 84, 0.88) 38%,
            rgba(0, 108, 112, 0.66) 52%,
            rgba(0, 128, 128, 0.34) 64%,
            rgba(0, 128, 128, 0.14) 74%,
            rgba(0, 128, 128, 0.00) 86%);
    z-index: 1;
}

.slf-network-hero::after {
    content: "";
    position: absolute;
    left: -185px;
    top: -170px;
    width: 690px;
    height: 690px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 0 0 28px rgba(255, 255, 255, 0.015), inset 0 0 0 58px rgba(255, 255, 255, 0.012);
    z-index: 1;
    opacity: 0.8;
    pointer-events: none;
}

.slf-hero-photo {
    position: absolute;
    inset: 0;
    background-image: var(--slf-media-wifi-hero, url('/Images/network-hero-tech.jpg'));
    background-position: var(--slf-media-wifi-hero-position, center center);
    background-size: cover;
    z-index: 0;
}

.slf-hero-inner {
    position: relative;
    z-index: 2;
    min-height: 500px;
    display: flex;
    align-items: center;
}

.slf-hero-copy {
    width: min(100%, 545px);
    padding: 48px 0 74px;
    color: var(--slf-white);
}

.slf-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
    color: rgba(231, 255, 255, 0.80);
    font-size: 0.84rem;
    font-weight: 600;
}

.slf-breadcrumbs a {
    text-decoration: none;
}

.slf-hero-copy h1 {
    margin: 0 0 18px;
    max-width: 560px;
    font-size: clamp(2.75rem, 4.35vw, 4.15rem);
    line-height: 1.02;
    letter-spacing: -1.7px;
    font-weight: var(--slf-weight-heading);
    text-shadow: 0 4px 18px rgba(0, 0, 0, 0.38);
}

.slf-hero-copy p {
    margin: 0;
    max-width: 500px;
    color: rgba(255, 255, 255, 0.92);
    font-size: clamp(1rem, 1.12vw, 1.08rem);
    line-height: 1.55;
}

.slf-hero-actions {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 26px;
    flex-wrap: wrap;
}

.slf-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: var(--slf-button-height);
    padding: 0 26px;
    border-radius: var(--slf-button-radius);
    text-decoration: none;
    font-weight: var(--slf-weight-button);
    font-size: 0.96rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.slf-btn svg {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
}

.slf-btn:hover {
    transform: translateY(-2px);
}

.slf-btn-primary {
    background: linear-gradient(145deg, var(--slf-teal), var(--slf-teal-3));
    color: var(--slf-white);
    box-shadow: 0 12px 24px rgba(0, 102, 102, 0.34);
}

.slf-btn-dark {
    color: var(--slf-white);
    border: 2px solid rgba(255, 255, 255, 0.72);
    background: rgba(0, 0, 0, 0.22);
}

.slf-rating {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 22px;
    color: var(--slf-white);
    font-size: 1rem;
    font-weight: 800;
}

.slf-stars {
    color: #ffbf2f;
    letter-spacing: 2px;
    font-size: 1.2rem;
}

.slf-rating-note {
    margin-top: 7px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.9rem;
    font-weight: 600;
}

/* =========================================================
   Floating Benefit Strip
========================================================= */
.slf-benefit-strip {
    position: relative;
    z-index: 5;
    margin-top: -36px;
}

.slf-benefit-card {
    background: var(--slf-white);
    border-radius: var(--slf-card-radius);
    box-shadow: var(--slf-shadow);
    border: 1px solid rgba(8, 21, 23, 0.08);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    overflow: hidden;
}

.slf-benefit-item {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 16px;
    align-items: center;
    padding: 24px;
    border-right: 1px solid var(--slf-border);
}

.slf-benefit-item:last-child {
    border-right: none;
}

.slf-benefit-item:nth-child(2) {
    border-right: none;
}

.slf-benefit-item:nth-child(1),
.slf-benefit-item:nth-child(2) {
    border-bottom: 1px solid var(--slf-border);
}

.slf-icon-lg,
.slf-icon-md {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--slf-teal);
}

.slf-icon-lg svg {
    width: 52px;
    height: 52px;
}

.slf-icon-md svg {
    width: 42px;
    height: 42px;
}

.slf-benefit-item h3,
.slf-problem-card h3,
.slf-service-item h3 {
    margin: 0;
    color: #111827;
}

.slf-benefit-item h3 {
    font-size: 1rem;
    margin-bottom: 3px;
}

.slf-benefit-item p {
    margin: 0;
    color: var(--slf-muted);
    font-size: 0.82rem;
    line-height: 1.35;
}

/* =========================================================
   Section Basics
========================================================= */
.slf-section {
    padding: var(--slf-section-spacing) 0;
}

.slf-section-tight {
    padding-top: 48px;
}

.slf-section-title {
    text-align: center;
    margin: 0 0 34px;
}

.slf-section-title h2 {
    margin: 0;
    color: #111827;
    font-size: clamp(1.8rem, 3vw, 2.45rem);
    line-height: 1.15;
    letter-spacing: -0.8px;
}

.slf-title-rule {
    display: block;
    width: 56px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(145deg, var(--slf-teal), var(--slf-teal-3));
    margin: 14px auto 0;
}

/* =========================================================
   Problems
========================================================= */
.slf-problems-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}

.slf-problem-card {
    background: linear-gradient(180deg, #ffffff, #fafafa);
    border: 1px solid var(--slf-border);
    border-radius: var(--slf-card-radius);
    padding: 34px 22px 28px;
    text-align: center;
    box-shadow: var(--slf-soft-shadow);
    min-height: 210px;
}

.slf-problem-icon {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    margin: 0 auto 18px;
    background: var(--slf-white);
    border: 1px solid var(--slf-border);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

.slf-problem-card h3 {
    font-size: 1rem;
    margin-bottom: 8px;
}

.slf-problem-card p {
    margin: 0;
    color: var(--slf-muted);
    font-size: 0.88rem;
    line-height: 1.45;
}

/* =========================================================
   Services Grid
========================================================= */
.slf-services-section {
    padding-top: 12px;
}

.slf-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 34px 44px;
}

.slf-service-item {
    display: grid;
    grid-template-columns: 74px 1fr;
    align-items: start;
    gap: 18px;
}

.slf-service-icon {
    width: 70px;
    height: 70px;
    border: 1px solid var(--slf-border);
    border-radius: var(--slf-card-radius);
    background: var(--slf-white);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
}

.slf-service-item h3 {
    font-size: 1.08rem;
    margin: 0 0 7px;
}

.slf-service-item p {
    margin: 0;
    color: var(--slf-muted);
    font-size: 0.92rem;
    line-height: 1.5;
}

/* =========================================================
   Split Feature Section
========================================================= */
.slf-split-section {
    background: linear-gradient(180deg, #f2f5f5, #ffffff);
    padding: 58px 0;
    overflow: hidden;
}

.slf-split-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    align-items: center;
    gap: 56px;
}

.slf-eyebrow {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--slf-teal);
    font-weight: 900;
    font-size: 0.82rem;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.slf-split-copy h2 {
    margin: 0 0 14px;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.08;
    letter-spacing: -1px;
    color: #111827;
}

.slf-split-copy p {
    margin: 0 0 20px;
    color: #374151;
    font-size: 1rem;
    line-height: 1.65;
}

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

.slf-check-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #26333b;
    font-weight: 700;
    font-size: 0.96rem;
}

.slf-check-list span {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-grid;
    place-items: center;
    background: var(--slf-teal);
    color: var(--slf-white);
    font-size: 0.82rem;
    flex: 0 0 auto;
}

.slf-split-image {
    position: relative;
    min-height: 330px;
    border-radius: 36px 0 0 36px;
    background-image: var(--slf-media-wifi-room, url('/Images/network-livingroom-wifi.jpg'));
    background-position: var(--slf-media-wifi-room-position, center center);
    background-size: cover;
    box-shadow: var(--slf-shadow);
    overflow: hidden;
}

.slf-split-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 102, 102, 0.06), rgba(0, 0, 0, 0));
}

/* =========================================================
   Process
========================================================= */
.slf-process-section {
    background: #fff;
    padding: 48px 0 58px;
}

.slf-process-line-wrap {
    position: relative;
    max-width: 980px;
    margin: 0 auto 22px;
    height: 38px;
}

.slf-process-line {
    position: absolute;
    top: 18px;
    left: 8%;
    right: 8%;
    height: 3px;
    background: var(--slf-teal);
}

.slf-process-line::after {
    content: "";
    position: absolute;
    right: -2px;
    top: 50%;
    transform: translateY(-50%);
    border-left: 12px solid var(--slf-teal);
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}

.slf-step-number {
    position: absolute;
    top: 0;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--slf-teal);
    color: var(--slf-white);
    display: grid;
    place-items: center;
    font-weight: 900;
    box-shadow: 0 0 0 6px #fff;
}

.slf-step-number:nth-child(2) { left: 18%; }
.slf-step-number:nth-child(3) { left: calc(50% - 19px); }
.slf-step-number:nth-child(4) { right: 18%; }

.slf-process-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 58px;
    max-width: 980px;
    margin: 0 auto;
}

.slf-process-card {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 16px;
    align-items: start;
    background: var(--slf-white);
    border: 1px solid var(--slf-border);
    border-radius: var(--slf-card-radius);
    padding: 22px 20px;
    box-shadow: var(--slf-soft-shadow);
}

.slf-process-card h3 {
    margin: 0 0 6px;
    color: #111827;
    font-size: 1.05rem;
}

.slf-process-card p {
    margin: 0;
    color: var(--slf-muted);
    font-size: 0.86rem;
    line-height: 1.45;
}

/* =========================================================
   Testimonial / Trust Card
========================================================= */
.slf-testimonial-card {
    margin-top: 34px;
    background: linear-gradient(180deg, #f8fbfb, #eef7f7);
    border: 1px solid var(--slf-border);
    border-radius: 16px;
    box-shadow: var(--slf-soft-shadow);
    display: grid;
    grid-template-columns: 1.25fr repeat(3, 0.65fr);
    overflow: hidden;
}

.slf-quote-block {
    display: grid;
    grid-template-columns: 68px 92px 1fr;
    gap: 18px;
    align-items: center;
    padding: 28px 30px;
}

.slf-quote-mark {
    font-size: 5rem;
    line-height: 0.7;
    color: var(--slf-teal);
    font-weight: 900;
}

.slf-customer-photo {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #fff;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.slf-quote-block p {
    margin: 0 0 8px;
    color: #111827;
    font-weight: 800;
    line-height: 1.45;
}

.slf-quote-block span {
    color: #374151;
    font-weight: 700;
    font-size: 0.9rem;
}

.slf-mini-proof {
    display: grid;
    place-items: center;
    text-align: center;
    padding: 26px 18px;
    border-left: 1px solid var(--slf-border);
}

.slf-mini-proof strong {
    display: block;
    margin-top: 10px;
    color: #111827;
    line-height: 1.2;
    font-size: 0.92rem;
}

/* =========================================================
   Bottom CTA / Footer
========================================================= */
.slf-final-cta {
    margin-top: 28px;
    padding: 48px 0;
    background:
        radial-gradient(circle at 8% 50%, rgba(255, 255, 255, 0.14), transparent 20%),
        linear-gradient(135deg, #006666 0%, #008080 56%, #0A9396 100%);
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.slf-final-cta::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: repeating-radial-gradient(circle at 7% 50%, rgba(255,255,255,.12) 0 1px, transparent 1px 18px);
    opacity: 0.22;
    pointer-events: none;
}

.slf-final-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr) minmax(420px, auto);
    align-items: center;
    gap: 34px;
}

.slf-final-icon {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.48);
    display: grid;
    place-items: center;
    background: rgba(0, 0, 0, 0.08);
}

.slf-final-icon svg {
    width: 42px;
    height: 42px;
}

.slf-final-copy h2 {
    margin: 0 0 8px;
    color: #ffffff;
    font-size: clamp(1.75rem, 2.6vw, 2.55rem);
    line-height: 1.08;
    letter-spacing: -0.8px;
}

.slf-final-copy p {
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
    max-width: 600px;
    font-size: 1rem;
    line-height: 1.45;
}

.slf-final-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(190px, 1fr));
    gap: 16px;
    align-items: center;
    justify-content: end;
}

.slf-final-actions .slf-btn {
    min-height: var(--slf-button-height);
    min-width: 0;
    width: 100%;
    padding: 0 22px;
    border-radius: var(--slf-button-radius);
    white-space: nowrap;
    font-size: 0.94rem;
    text-align: center;
}

.slf-final-actions .slf-btn-light {
    background: #ffffff !important;
    color: #006666 !important;
    border: 2px solid #ffffff !important;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.14);
}

.slf-final-actions .slf-btn-light svg {
    color: #006666 !important;
    stroke: currentColor !important;
}

.slf-final-actions .slf-btn-dark {
    background: rgba(0, 0, 0, 0.14) !important;
    color: #ffffff !important;
    border: 2px solid rgba(255, 255, 255, 0.72) !important;
}

.slf-final-actions .slf-btn-dark svg {
    color: #ffffff !important;
    stroke: currentColor !important;
}

.slf-final-actions .slf-btn:hover {
    transform: translateY(-2px);
}

/* =========================================================
   Responsive
========================================================= */
@media (max-width: 1100px) {
    .slf-problems-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .slf-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .slf-testimonial-card {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .slf-quote-block {
        grid-column: 1 / -1;
        border-bottom: 1px solid var(--slf-border);
    }

    .slf-mini-proof:first-of-type {
        border-left: none;
    }

}

@media (max-width: 880px) {
    .slf-network-hero::before {
        background:
            linear-gradient(180deg, rgba(8, 21, 23, 0.90) 0%, rgba(0, 102, 102, 0.82) 42%, rgba(8, 21, 23, 0.70) 100%);
    }

    .slf-hero-photo {
        opacity: 0.38;
    }

    .slf-hero-copy {
        text-align: left;
    }

    .slf-split-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .slf-split-image {
        min-height: 300px;
        border-radius: 24px;
    }

    .slf-process-line-wrap {
        display: none;
    }

    .slf-process-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .slf-final-inner {
        text-align: center;
    }

    .slf-final-icon {
        margin: 0 auto;
    }

    .slf-final-copy p {
        margin: 0 auto;
    }

    .slf-final-actions {
        justify-content: center;
    }
}

@media (max-width: 640px) {
    .slf-breadcrumbs {
        flex-wrap: wrap;
    }

    .slf-customer-photo {
        margin: 0 auto;
    }

}


/* Hero and benefit responsive refinements. */
@media (max-width: 980px) {
    .slf-network-hero,
    .slf-hero-inner {
        min-height: auto;
    }

    .slf-hero-copy {
        padding: 46px 0 104px;
    }

    .slf-benefit-strip {
        margin-top: -62px;
    }
}

/* Wide-screen benefit spacing. */
@media (min-width: 1024px) {
    .slf-shell {
        width: min(88%, var(--slf-layout-container));
    }

    .slf-benefit-item {
        padding: 30px 34px;
    }
}

/* Bottom CTA responsive layout. */
@media (max-width: 1100px) {
    .slf-final-inner {
        grid-template-columns: 74px 1fr;
    }

    .slf-final-actions {
        grid-column: 1 / -1;
        grid-template-columns: repeat(2, minmax(210px, 1fr));
        justify-content: stretch;
        max-width: 580px;
        width: 100%;
        margin-top: 4px;
    }
}

@media (max-width: 720px) {
    .slf-final-cta {
        margin-top: 18px;
    }
}


/* Authoritative phone and tablet layout. */
@media (max-width: 760px) {
    .slf-shell {
        width: min(91%, 560px);
    }

    .slf-network-hero::before {
        background:
            radial-gradient(circle at 16% 18%, rgba(10, 147, 150, 0.22) 0%, rgba(10, 147, 150, 0.12) 28%, transparent 54%),
            linear-gradient(180deg,
                rgba(8, 21, 23, 0.86) 0%,
                rgba(0, 92, 96, 0.76) 44%,
                rgba(8, 21, 23, 0.92) 100%);
    }

    .slf-hero-photo {
        background-position: var(--slf-media-wifi-hero-position, 68% center);
        opacity: 0.68;
    }

    .slf-hero-copy {
        width: 100%;
        max-width: 100%;
    }

    .slf-hero-copy h1 {
        margin-bottom: 18px;
    }

    .slf-hero-copy p {
        max-width: 100%;
    }

    .slf-hero-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .slf-btn {
        min-height: var(--slf-button-height);
        width: 100%;
        padding: 0 18px;
        border-radius: var(--slf-button-radius);
        font-size: 0.92rem;
    }

    .slf-hero-actions .slf-btn {
        gap: 8px;
    }

    .slf-hero-actions .slf-btn svg {
        width: 17px;
        height: 17px;
        flex-basis: 17px;
    }

    .slf-rating {
        gap: 10px;
        flex-wrap: wrap;
    }

    .slf-stars {
        font-size: 1.35rem;
        letter-spacing: 0;
    }

    .slf-rating strong {
        font-size: 1rem;
    }

    /* Benefit strip: no overlap on mobile, cleaner cards */
    .slf-benefit-card {
        margin-top: -18px;
        display: grid;
        overflow: hidden;
    }

    .slf-benefit-item {
        align-items: center;
        border-right: none;
        border-bottom: 1px solid var(--slf-border);
        text-align: left;
    }

    .slf-benefit-item:last-child {
        border-bottom: none;
    }

    .slf-benefit-item svg {
        width: 34px;
        height: 34px;
    }

    .slf-benefit-item h3 {
        margin-bottom: 2px;
    }

    .slf-section {
        padding: var(--slf-section-spacing-mobile) 0;
    }

    .slf-problem-icon {
        border-radius: var(--slf-card-radius);
    }

    .slf-check-list li {
        font-size: 0.9rem;
        align-items: flex-start;
    }

    .slf-quote-block span {
        font-size: 0.78rem;
    }

    .slf-mini-proof strong {
        font-size: 0.9rem;
    }

}


@media (max-width: 760px) {
    /* Keep the hero impactful, but less cramped */
    .slf-network-hero {
        padding: 26px 0 34px;
    }

    .slf-hero-copy {
        padding: 30px 0 70px;
    }

    .slf-hero-copy h1 {
        font-size: clamp(2.15rem, 12.5vw, 3.35rem);
        line-height: 0.98;
        letter-spacing: -1.4px;
    }

    .slf-hero-copy p {
        font-size: 0.94rem;
        line-height: 1.42;
    }

    .slf-breadcrumbs {
        font-size: 0.72rem;
        margin-bottom: 14px;
    }

    .slf-hero-actions {
        margin-top: 20px;
    }

    .slf-rating {
        margin-top: 18px;
    }

    /* Benefits */
    .slf-benefit-strip {
        margin-top: -46px;
    }

    .slf-benefit-card {
        grid-template-columns: 1fr;
        border-radius: var(--slf-card-radius);
    }

    .slf-benefit-item {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 12px;
        padding: 15px 16px;
    }

    .slf-benefit-item h3 {
        font-size: 0.9rem;
    }

    .slf-benefit-item p {
        font-size: 0.76rem;
        line-height: 1.32;
    }

    /* Services */
    .slf-services-grid {
        grid-template-columns: 1fr !important;
        gap: 14px;
    }

    .slf-service-item {
        grid-template-columns: 46px minmax(0, 1fr);
        gap: 13px;
        padding: 15px 0;
    }

    .slf-service-icon {
        width: 46px;
        height: 46px;
    }

    .slf-service-item h3 {
        font-size: 0.92rem;
        line-height: 1.24;
        margin-bottom: 4px;
    }

    .slf-service-item p {
        font-size: 0.78rem;
        line-height: 1.38;
    }

    /* Split story section */
    .slf-split-section {
        padding: var(--slf-section-spacing-mobile) 0;
    }

    .slf-split-grid {
        grid-template-columns: 1fr !important;
        gap: 22px;
    }

    .slf-split-copy h2 {
        font-size: clamp(1.8rem, 8.6vw, 2.45rem);
        line-height: 1.08;
    }

    .slf-split-copy p {
        font-size: 0.9rem;
        line-height: 1.5;
    }

    .slf-split-image {
        min-height: 190px;
        border-radius: var(--slf-card-radius);
    }

    /* Process */
    .slf-process-line {
        display: none;
    }

    .slf-process-grid {
        grid-template-columns: 1fr !important;
        gap: 14px;
    }

    .slf-process-card {
        display: grid;
        grid-template-columns: 46px minmax(0, 1fr);
        gap: 13px;
        padding: 16px;
        text-align: left;
    }

    .slf-process-card .slf-icon-md {
        margin: 0;
        width: 46px;
        height: 46px;
    }

    .slf-process-card h3 {
        font-size: 0.92rem;
        line-height: 1.22;
        margin-bottom: 4px;
    }

    .slf-process-card p {
        font-size: 0.78rem;
        line-height: 1.36;
    }

    /* Testimonial/proof */
    .slf-testimonial-card {
        grid-template-columns: 1fr !important;
        border-radius: var(--slf-card-radius);
    }

    .slf-quote-block {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
        padding: 22px 18px;
    }

    .slf-quote-mark {
        font-size: 3.2rem;
        line-height: 0.72;
    }

    .slf-customer-photo {
        width: 72px;
        height: 72px;
    }

    .slf-quote-block p {
        font-size: 0.82rem;
        line-height: 1.36;
    }

    .slf-mini-proof {
        border-left: none;
        border-top: 1px solid var(--slf-border);
        padding: 16px;
    }

    /* Bottom CTA */
    .slf-final-cta {
        padding: 32px 0 26px;
    }

    .slf-final-inner {
        grid-template-columns: 1fr !important;
        text-align: center;
        gap: 14px;
    }

    .slf-final-actions {
        grid-template-columns: 1fr !important;
        gap: 12px;
        max-width: 330px;
        width: 100%;
        margin: 6px auto 0;
    }
}

@media (max-width: 420px) {
    .slf-shell {
        width: min(90%, 370px);
    }

    .slf-hero-copy h1 {
        font-size: clamp(2.05rem, 12vw, 3.1rem);
    }

    .slf-section-title h2 {
        font-size: clamp(1.45rem, 7.5vw, 2rem);
    }

    .slf-service-item,
    .slf-process-card {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 12px;
        padding: 14px;
    }

    .slf-service-icon,
    .slf-process-card .slf-icon-md {
        width: 42px;
        height: 42px;
    }

    .slf-service-item h3,
    .slf-process-card h3 {
        font-size: 0.86rem;
    }

    .slf-service-item p,
    .slf-process-card p {
        font-size: 0.74rem;
    }
}


@media (max-width: 760px) {
    .slf-problems-grid {
        grid-template-columns: 1fr !important;
        gap: 14px;
    }

    .slf-problem-card {
        display: grid;
        grid-template-columns: 48px minmax(0, 1fr);
        grid-template-rows: auto auto;
        column-gap: 14px;
        row-gap: 4px;
        align-items: start;
        padding: 16px 18px;
        min-height: auto;
        text-align: left;
    }

    .slf-problem-card .slf-problem-icon,
    .slf-problem-card .slf-icon-md {
        grid-column: 1;
        grid-row: 1 / span 2;
        width: 48px;
        height: 48px;
        margin: 0;
    }

    .slf-problem-card h3 {
        grid-column: 2;
        grid-row: 1;
        font-size: 0.94rem;
        line-height: 1.22;
        margin: 0;
    }

    .slf-problem-card p {
        grid-column: 2;
        grid-row: 2;
        font-size: 0.8rem;
        line-height: 1.38;
        margin: 0;
        max-width: none;
    }

    .slf-problem-card br {
        display: none;
    }
}

@media (max-width: 420px) {
    .slf-problem-card {
        grid-template-columns: 44px minmax(0, 1fr);
        column-gap: 12px;
        padding: 15px 16px;
    }

    .slf-problem-card .slf-problem-icon,
    .slf-problem-card .slf-icon-md {
        width: 44px;
        height: 44px;
    }

    .slf-problem-card h3 {
        font-size: 0.9rem;
    }

    .slf-problem-card p {
        font-size: 0.78rem;
    }
}
