/* =========================================================
   SMARTLINK FLORIDA - ABOUT PAGE
   Uses the reusable header and footer system.
========================================================= */

.slf-about-page {
    background: #f5f6f7;
}

.about-page-main {
    width: 100%;
}

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

.about-eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    color: #007b7b;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.about-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: var(--slf-button-height);
    padding: 0 28px;
    border-radius: var(--slf-button-radius);
    background: linear-gradient(145deg, #006666, #008080);
    color: #ffffff;
    text-decoration: none;
    font-weight: var(--slf-weight-button);
    font-size: 1rem;
    box-shadow: 0 10px 24px rgba(0, 102, 102, 0.24);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.about-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(0, 102, 102, 0.3);
}

.about-btn-small {
    min-height: 48px;
    padding: 0 24px;
    font-size: 0.96rem;
}

.about-hero {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background:
        linear-gradient(
            90deg,
            rgba(20, 24, 28, 0.88) 0%,
            rgba(20, 24, 28, 0.72) 38%,
            rgba(20, 24, 28, 0.38) 72%,
            rgba(20, 24, 28, 0.24) 100%
        ),
        var(--slf-media-about-hero, url('/Images/about-family-tech.jpg')) var(--slf-media-about-hero-position, center center) / cover no-repeat;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.08);
}

.about-hero-content {
    position: relative;
    z-index: 2;
    padding: 86px 0;
}

.about-hero-copy {
    max-width: 660px;
}

.about-hero-copy h1 {
    color: #ffffff;
    font-size: clamp(2.5rem, 4.8vw, 4.5rem);
    line-height: 1.04;
    font-weight: 800;
    margin: 0 0 18px;
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.65);
}

.about-hero-copy p {
    color: #f0f4f6;
    font-size: 1.16rem;
    line-height: 1.6;
    max-width: 620px;
    margin: 0 0 28px;
    text-shadow: 0 3px 12px rgba(0, 0, 0, 0.58);
}

.about-story-section {
    padding: var(--slf-section-spacing) 0;
    background: #ffffff;
}

.about-story-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.92fr);
    gap: 42px;
    align-items: center;
}

.about-story-copy h2 {
    color: #17202a;
    font-size: clamp(2rem, 3vw, 3.15rem);
    line-height: 1.12;
    font-weight: 800;
    margin: 0 0 18px;
    max-width: 720px;
}

.about-story-copy p {
    color: #424d57;
    font-size: 1.02rem;
    line-height: 1.7;
    margin: 0 0 16px;
    max-width: 660px;
}

.about-story-copy .about-btn {
    margin-top: 10px;
}

.about-story-media {
    min-height: 355px;
}

.about-story-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22);
}

.about-values-section {
    padding: var(--slf-section-spacing) 0;
    background: #f6f7f8;
}

.about-section-heading {
    text-align: center;
    max-width: 860px;
    margin: 0 auto 30px;
}

.about-section-heading-tight {
    margin-bottom: 18px;
}

.about-section-heading h2 {
    color: #18212a;
    font-size: clamp(2rem, 3.2vw, 3rem);
    line-height: 1.15;
    font-weight: 800;
    margin: 0 0 12px;
}

.about-section-heading p {
    color: #5b6570;
    font-size: 1rem;
    line-height: 1.65;
}

.about-values-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.about-value-card,
.about-highlight-item {
    background: #ffffff;
    border: 1px solid #e3e7eb;
    border-radius: var(--slf-card-radius);
    padding: 28px 24px 24px;
    text-align: center;
    box-shadow: var(--slf-card-shadow);
}

.about-value-card h3,
.about-highlight-item h3 {
    color: #18212a;
    font-size: 1.35rem;
    line-height: 1.25;
    font-weight: 800;
    margin: 0 0 12px;
}

.about-value-card p,
.about-highlight-item p {
    color: #56616b;
    font-size: 0.98rem;
    line-height: 1.65;
    margin: 0;
}

.about-icon-wrap {
    width: 74px;
    height: 74px;
    margin: 0 auto 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #008080;
}

.about-icon-wrap svg {
    width: 68px;
    height: 68px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2.1;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.about-highlights-section {
    padding: var(--slf-section-spacing) 0;
    background: #ffffff;
}

.about-highlights-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.about-highlight-item {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 18px 20px;
    border-radius: 0;
    position: relative;
}

.about-highlights-grid .about-highlight-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 18px;
    right: -9px;
    width: 1px;
    height: calc(100% - 36px);
    background: #dbe2e8;
}

.about-icon-wrap-small {
    width: 64px;
    height: 64px;
    margin-bottom: 12px;
}

.about-icon-wrap-small svg {
    width: 58px;
    height: 58px;
}

.about-promise-band {
    background: linear-gradient(145deg, #006666, #008080);
    color: #ffffff;
    padding: 22px 0;
}

.about-promise-inner {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
}

.about-icon-wrap-promise {
    width: 88px;
    height: 88px;
    margin: 0;
    border: 2px solid rgba(255, 255, 255, 0.55);
    border-radius: 50%;
    color: #ffffff;
}

.about-icon-wrap-promise svg {
    width: 58px;
    height: 58px;
}

.about-promise-inner h2 {
    margin: 0 0 6px;
    font-size: 1.8rem;
    line-height: 1.15;
    font-weight: 800;
}

.about-promise-inner p {
    margin: 0;
    color: #ebffff;
    font-size: 1rem;
    line-height: 1.65;
    max-width: 860px;
}

.about-cta-section {
    padding: 26px 0 0;
    background: #ffffff;
}

.about-cta-card {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) auto;
    gap: 22px;
    align-items: center;
    padding: 24px 0 30px;
}

.about-cta-copy {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
}

.about-icon-wrap-cta {
    width: 78px;
    height: 78px;
    margin: 0;
    border-radius: 50%;
    background: #eef3f4;
    color: #5e6d78;
}

.about-icon-wrap-cta svg {
    width: 52px;
    height: 52px;
}

.about-cta-copy h2 {
    color: #18212a;
    font-size: clamp(1.8rem, 2.8vw, 2.7rem);
    line-height: 1.12;
    font-weight: 800;
    margin: 0 0 8px;
}

.about-cta-copy p {
    color: #5a6470;
    font-size: 1rem;
    line-height: 1.65;
    margin: 0;
    max-width: 720px;
}

.about-cta-actions {
    display: grid;
    gap: 12px;
    justify-items: end;
}

.about-call-link {
    color: #007b7b;
    text-decoration: none;
    font-weight: 800;
    font-size: 1.02rem;
}

.about-call-link:hover {
    text-decoration: underline;
}

@media (max-width: 1100px) {
    .about-values-grid,
    .about-highlights-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-highlights-grid .about-highlight-item::after {
        display: none;
    }

    .about-cta-card {
        grid-template-columns: 1fr;
    }

    .about-cta-actions {
        justify-items: start;
    }
}

@media (max-width: 900px) {
    .about-shell {
        width: min(94%, var(--slf-layout-container));
    }

    .about-hero {
        min-height: 470px;
        background:
            linear-gradient(
                rgba(20, 24, 28, 0.78),
                rgba(20, 24, 28, 0.78)
            ),
            var(--slf-media-about-hero, url('/Images/about-family-tech.jpg')) var(--slf-media-about-hero-position, center center) / cover no-repeat;
    }

    .about-hero-content {
        padding: 64px 0;
    }

    .about-hero-copy {
        text-align: center;
        max-width: 720px;
        margin: 0 auto;
    }

    .about-hero-copy p,
    .about-story-copy p {
        margin-left: auto;
        margin-right: auto;
    }

    .about-story-section,
    .about-values-section,
    .about-highlights-section {
        padding-top: var(--slf-section-spacing-mobile);
        padding-bottom: var(--slf-section-spacing-mobile);
    }

    .about-story-grid,
    .about-promise-inner,
    .about-cta-copy {
        grid-template-columns: 1fr;
    }

    .about-story-grid {
        gap: 28px;
    }

    .about-story-copy {
        text-align: center;
    }

    .about-story-copy .about-btn {
        margin-left: auto;
        margin-right: auto;
    }

    .about-story-media {
        min-height: 280px;
    }

    .about-promise-inner {
        text-align: center;
    }

    .about-icon-wrap-promise {
        margin: 0 auto;
    }
}

@media (max-width: 700px) {
    .about-values-grid,
    .about-highlights-grid {
        grid-template-columns: 1fr;
    }

    .about-value-card,
    .about-highlight-item {
        padding: 24px 18px 22px;
    }

    .about-cta-card {
        padding-top: 20px;
        padding-bottom: 24px;
    }

    .about-cta-copy {
        text-align: center;
    }

    .about-icon-wrap-cta {
        margin: 0 auto;
    }

    .about-cta-actions {
        justify-items: stretch;
    }

    .about-cta-actions .about-btn {
        width: 100%;
    }

    .about-call-link {
        text-align: center;
    }
}

@media (max-width: 520px) {
    .about-hero {
        min-height: 430px;
        background-position: center, var(--slf-media-about-hero-position, center center);
    }

    .about-hero-content {
        padding: 52px 0;
    }

    .about-hero-copy p,
    .about-story-copy p,
    .about-section-heading p,
    .about-value-card p,
    .about-highlight-item p,
    .about-promise-inner p,
    .about-cta-copy p {
        font-size: 0.97rem;
    }

    .about-story-media {
        min-height: 220px;
    }

    .about-icon-wrap {
        width: 64px;
        height: 64px;
    }

    .about-icon-wrap svg {
        width: 58px;
        height: 58px;
    }

    .about-icon-wrap-cta,
    .about-icon-wrap-promise {
        width: 74px;
        height: 74px;
    }
}
