/* =========================================================
   SMARTLINK FLORIDA - IT SUPPORT PAGE
   Page-specific styles for home-it-support.php
========================================================= */

.slf-it-support-page {
    background: #f4f4f4;
}

.slf-it-page {
    width: 100%;
    color: #20252b;
    background:
        radial-gradient(circle at top left, rgba(0, 128, 128, 0.06), transparent 30%),
        #f4f4f4;
}

.slf-it-hero {
    position: relative;
    min-height: 390px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #ffffff;
    background:
        linear-gradient(90deg, rgba(2, 18, 22, 0.90), rgba(2, 18, 22, 0.66), rgba(2, 18, 22, 0.26)),
        var(--slf-media-it-support-hero, url('/Images/it-support-hero.jpg')) var(--slf-media-it-support-hero-position, center center) / cover no-repeat,
        linear-gradient(145deg, #101820, #21343b);
    box-shadow: 0 7px 24px rgba(0, 0, 0, 0.24);
}

.slf-it-hero-inner {
    width: min(92%, var(--slf-layout-container));
    margin: 0 auto;
    padding: 58px 0;
}

.slf-it-hero-copy {
    max-width: 700px;
}

.slf-it-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 13px;
    color: #dffbfb;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.slf-it-hero-eyebrow::before {
    content: "";
    width: 38px;
    height: 3px;
    border-radius: 999px;
    background: #008080;
}

.slf-it-hero h1 {
    margin: 0 0 16px;
    color: #ffffff;
    font-size: clamp(2.55rem, 5.4vw, 4.25rem);
    line-height: 1.02;
    font-weight: var(--slf-weight-heading);
    letter-spacing: -1.3px;
    text-shadow: 0 4px 18px rgba(0, 0, 0, 0.68);
}

.slf-it-hero p {
    max-width: 700px;
    margin: 0;
    color: #f5ffff;
    font-size: 1.1rem;
    line-height: 1.58;
    font-weight: 400;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.62);
}

.slf-it-section {
    width: min(92%, var(--slf-layout-container));
    margin: var(--slf-section-gap) auto;
}

.slf-it-help-section {
    margin-top: 16px;
}

.slf-it-section-title {
    margin: 0 0 14px;
    color: #202326;
    text-align: center;
    font-size: clamp(1.7rem, 2.4vw, 2.15rem);
    line-height: 1.1;
    font-weight: var(--slf-weight-heading);
    letter-spacing: -0.4px;
}

.slf-it-help-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
}

.slf-it-service-card,
.slf-it-confusion-card,
.slf-it-problem-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.055);
    border-radius: var(--slf-card-radius);
    box-shadow: var(--slf-card-shadow);
}

.slf-it-service-card {
    min-height: 140px;
    padding: 20px 16px 18px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.slf-it-service-card:hover,
.slf-it-problem-card:hover {
    transform: translateY(-3px);
    border-color: rgba(0, 128, 128, 0.26);
    box-shadow: 0 13px 28px rgba(0, 0, 0, 0.12);
}

.slf-it-icon,
.slf-it-small-icon,
.slf-it-confusion-icon,
.slf-it-why-item > span,
.slf-it-cta-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #007878;
}

.slf-it-icon svg,
.slf-it-small-icon svg,
.slf-it-confusion-icon svg,
.slf-it-why-item svg,
.slf-it-cta-icon svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 2.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

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

.slf-it-service-card h3 {
    margin: 10px 0 6px;
    color: #12171b;
    font-size: 0.86rem;
    line-height: 1.18;
    font-weight: var(--slf-weight-heading);
}

.slf-it-service-card p,
.slf-it-problem-card p,
.slf-it-confusion-card p,
.slf-it-why-item p {
    margin: 0;
    color: #3e454b;
    font-size: 0.78rem;
    line-height: 1.42;
    font-weight: 600;
}

.slf-it-confusion-card {
    display: grid;
    grid-template-columns: 300px 1fr;
    align-items: center;
    gap: 24px;
    min-height: 94px;
    padding: 18px 34px;
}

.slf-it-confusion-icon {
    justify-self: end;
    width: 86px;
    height: 62px;
    padding-right: 28px;
    border-right: 1px solid #d9dfe2;
}

.slf-it-confusion-icon svg {
    width: 68px;
    height: 68px;
}

.slf-it-confusion-card h2 {
    margin: 0 0 5px;
    color: #171c20;
    font-size: 1.05rem;
    line-height: 1.2;
    font-weight: var(--slf-weight-heading);
}

.slf-it-confusion-card p {
    max-width: 690px;
    font-size: 0.84rem;
    line-height: 1.45;
}

.slf-it-problem-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.slf-it-problem-card {
    min-height: 90px;
    display: grid;
    grid-template-columns: 78px 1fr;
    align-items: center;
    gap: 10px;
    padding: 16px 20px;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.slf-it-small-icon svg {
    width: 58px;
    height: 58px;
}

.slf-it-problem-card h3 {
    margin: 0 0 4px;
    color: #14191d;
    font-size: 0.92rem;
    line-height: 1.16;
    font-weight: var(--slf-weight-heading);
}

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

.slf-it-why-strip {
    width: min(92%, var(--slf-layout-container));
    margin: 8px auto 12px;
}

.slf-it-why-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: stretch;
    background: rgba(255, 255, 255, 0.62);
    border-radius: 10px;
    overflow: hidden;
}

.slf-it-why-item {
    display: grid;
    grid-template-columns: 72px 1fr;
    align-items: center;
    gap: 12px;
    min-height: 86px;
    padding: 14px 18px;
    border-right: 1px solid #dde2e4;
}

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

.slf-it-why-item > span {
    width: 58px;
    height: 58px;
    border-radius: 999px;
    background: #e6f7f8;
}

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

.slf-it-why-item h3 {
    margin: 0 0 3px;
    color: #11161a;
    font-size: 0.91rem;
    line-height: 1.12;
    font-weight: var(--slf-weight-heading);
}

.slf-it-why-item p {
    font-size: 0.76rem;
    line-height: 1.35;
}

.slf-it-cta {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 20px;
    width: 100%;
    margin: 8px 0 0;
    padding: 14px min(18%, 330px);
    color: #ffffff;
    background: linear-gradient(145deg, #006666, #008080);
}

.slf-it-cta-icon {
    width: 54px;
    height: 54px;
    border-radius: 999px;
    background: #ffffff;
    color: #008080;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}

.slf-it-cta-icon svg {
    width: 30px;
    height: 30px;
}

.slf-it-cta h2 {
    margin: 0 0 3px;
    color: #ffffff;
    font-size: 1.25rem;
    line-height: 1.18;
    font-weight: var(--slf-weight-heading);
}

.slf-it-cta p {
    margin: 0;
    color: #f2ffff;
    font-size: 0.86rem;
    font-weight: 700;
    line-height: 1.34;
}

.slf-it-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 215px;
    min-height: var(--slf-button-height);
    padding: 0 24px;
    border-radius: var(--slf-button-radius);
    background: #ffffff;
    color: #006666;
    text-decoration: none;
    font-size: 0.92rem;
    font-weight: var(--slf-weight-button);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.slf-it-cta a::before {
    content: "☎";
    margin-right: 8px;
}

.slf-it-cta a:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.22);
}

@media (max-width: 1180px) {
    .slf-it-help-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .slf-it-problem-grid,
    .slf-it-why-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .slf-it-why-item:nth-child(1),
    .slf-it-why-item:nth-child(2) {
        border-bottom: 1px solid #dde2e4;
    }

    .slf-it-cta {
        padding: 18px 6%;
    }
}

@media (max-width: 900px) {
    .slf-it-hero {
        min-height: 320px;
        background:
            linear-gradient(180deg, rgba(2, 18, 22, 0.78), rgba(2, 18, 22, 0.60)),
            var(--slf-media-it-support-hero, url('/Images/it-support-hero.jpg')) var(--slf-media-it-support-hero-position, center center) / cover no-repeat,
            linear-gradient(145deg, #101820, #21343b);
    }

    .slf-it-hero-inner {
        width: 90%;
        text-align: center;
    }

    .slf-it-hero-eyebrow {
        justify-content: center;
    }

    .slf-it-hero p {
        margin: 0 auto;
    }

    .slf-it-confusion-card,
    .slf-it-cta {
        grid-template-columns: 1fr;
        text-align: center;
        justify-items: center;
    }

    .slf-it-confusion-icon {
        justify-self: center;
        padding: 0 0 14px;
        border-right: none;
        border-bottom: 1px solid #d9dfe2;
        width: 96px;
        height: auto;
    }
}

@media (max-width: 640px) {
    .slf-it-help-grid,
    .slf-it-problem-grid,
    .slf-it-why-grid {
        grid-template-columns: 1fr;
    }

    .slf-it-section,
    .slf-it-why-strip {
        width: 90%;
        margin: 20px auto;
    }

    .slf-it-service-card,
    .slf-it-problem-card,
    .slf-it-confusion-card {
        padding: 22px 18px;
    }

    .slf-it-problem-card,
    .slf-it-why-item {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }

    .slf-it-why-item,
    .slf-it-why-item:nth-child(1),
    .slf-it-why-item:nth-child(2) {
        border-right: none;
        border-bottom: 1px solid #dde2e4;
    }

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

    .slf-it-cta a {
        width: 100%;
        min-width: 0;
    }
}
