/*
 * CheapCellPhones.com About Page Manager
 * Front-end layout for the managed About page.
 */

.ccp-about-page {
    background: #eef4f8;
    color: var(--ccp-text, #0b1628);
    font-family: var(--ccp-font, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
}

.ccp-about-container {
    width: min(var(--ccp-max, 1180px), calc(100% - 48px));
    margin: 0 auto;
}

.ccp-about-hero {
    position: relative;
    overflow: hidden;
    padding: 78px 0 72px;
    background:
        radial-gradient(circle at 86% 22%, rgba(43, 234, 107, .24), transparent 34%),
        radial-gradient(circle at 72% 82%, rgba(0, 199, 101, .22), transparent 40%),
        linear-gradient(135deg, #061426 0%, #082033 56%, #075333 100%);
    color: #fff;
}

.ccp-about-hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
    background-size: 58px 58px;
    opacity: .55;
    pointer-events: none;
}

.ccp-about-hero:after {
    content: "";
    position: absolute;
    right: -150px;
    bottom: -190px;
    width: 560px;
    height: 560px;
    border: 1px solid rgba(43,234,107,.22);
    border-radius: 50%;
    box-shadow: 0 0 0 46px rgba(43,234,107,.06), 0 0 0 92px rgba(43,234,107,.035);
    pointer-events: none;
}

.ccp-about-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(420px, 1.15fr);
    gap: 58px;
    align-items: center;
}

.ccp-about-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 16px;
    margin-bottom: 26px;
    border: 1px solid rgba(43, 234, 107, .35);
    border-radius: 999px;
    background: rgba(43, 234, 107, .11);
    color: var(--ccp-green, #2bea6b);
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.ccp-about-kicker:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--ccp-green, #2bea6b);
    box-shadow: 0 0 16px rgba(43,234,107,.85);
}

.ccp-about-hero h1 {
    max-width: 650px;
    margin: 0 0 24px;
    font-size: clamp(46px, 5.5vw, 76px);
    line-height: .96;
    letter-spacing: -.065em;
    color: #fff;
}

.ccp-about-hero h1::first-line {
    color: #fff;
}

.ccp-about-hero-text p {
    max-width: 640px;
    margin: 0 0 14px;
    font-size: 18px;
    line-height: 1.55;
    color: #c7d7e7;
}

.ccp-about-hero-art {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 330px;
}

.ccp-about-hero-art img {
    display: block;
    width: min(100%, 650px);
    height: auto;
    filter: drop-shadow(0 28px 34px rgba(0,0,0,.25));
}

.ccp-about-main {
    padding: 54px 0 64px;
}

.ccp-about-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.ccp-about-card {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 22px;
    min-height: 270px;
    padding: 34px;
    background: #fff;
    border: 1px solid rgba(217,228,238,.95);
    border-radius: 28px;
    box-shadow: 0 18px 48px rgba(4, 18, 35, .07);
}

.ccp-about-card-icon {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border-radius: 999px;
    color: #079c50;
    background: #dcffeb;
    box-shadow: inset 0 0 0 1px rgba(7,156,80,.16);
}

.ccp-about-card-trend .ccp-about-card-icon,
.ccp-about-card-gear .ccp-about-card-icon {
    color: #1478ba;
    background: #e3f3ff;
    box-shadow: inset 0 0 0 1px rgba(20,120,186,.14);
}

.ccp-about-card-dollar .ccp-about-card-icon {
    color: #9a3db4;
    background: #f5e5ff;
    box-shadow: inset 0 0 0 1px rgba(154,61,180,.14);
}

.ccp-about-card-shield .ccp-about-card-icon {
    color: #b57900;
    background: #fff2cf;
    box-shadow: inset 0 0 0 1px rgba(181,121,0,.14);
}

.ccp-about-card-icon svg {
    width: 30px;
    height: 30px;
}

.ccp-about-card h2 {
    margin: 2px 0 18px;
    font-size: 24px;
    line-height: 1.12;
    letter-spacing: -.035em;
    color: #0b1628;
}

.ccp-about-card p {
    margin: 0 0 14px;
    color: #26384c;
    font-size: 16px;
    line-height: 1.58;
}

.ccp-about-card p:last-child {
    margin-bottom: 0;
}

.ccp-about-card strong {
    font-weight: 900;
    color: #061426;
}

.ccp-about-disclosure {
    display: grid;
    grid-template-columns: 80px minmax(0, 1fr);
    gap: 24px;
    align-items: center;
    margin-top: 28px;
    padding: 26px 30px;
    border: 1px solid rgba(0,199,101,.28);
    border-radius: 24px;
    background: linear-gradient(135deg, #f2fff8, #ffffff);
    box-shadow: 0 18px 44px rgba(4, 18, 35, .06);
}

.ccp-about-disclosure-icon {
    display: grid;
    place-items: center;
    width: 62px;
    height: 62px;
    color: #16b35d;
}

.ccp-about-disclosure-icon svg {
    width: 62px;
    height: 62px;
}

.ccp-about-disclosure h2 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 1.15;
    letter-spacing: -.035em;
    color: #061426;
}

.ccp-about-disclosure p {
    margin: 0;
    color: #26384c;
    font-size: 16px;
    line-height: 1.55;
}

body.page .ccp-about-page .entry-content,
.ccp-about-page .entry-content {
    max-width: none;
}

@media (max-width: 1040px) {
    .ccp-about-hero-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .ccp-about-hero-art {
        justify-content: flex-start;
        min-height: 0;
    }

    .ccp-about-hero-art img {
        max-width: 760px;
        width: 100%;
    }
}

@media (max-width: 820px) {
    .ccp-about-container {
        width: min(100% - 32px, var(--ccp-max, 1180px));
    }

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

    .ccp-about-hero h1 {
        font-size: 44px;
    }

    .ccp-about-hero-text p {
        font-size: 16px;
    }

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

    .ccp-about-card {
        min-height: 0;
        grid-template-columns: 58px minmax(0, 1fr);
        padding: 24px;
        border-radius: 22px;
    }

    .ccp-about-card h2 {
        font-size: 22px;
    }

    .ccp-about-card p {
        font-size: 15px;
    }

    .ccp-about-disclosure {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 24px;
    }
}

@media (max-width: 520px) {
    .ccp-about-card {
        grid-template-columns: 1fr;
    }

    .ccp-about-card-icon {
        width: 54px;
        height: 54px;
    }
}
