
:root {
    --pc-blue: #0d43bf;
    --pc-blue-dark: #092b72;
    --pc-navy: #071f46;
    --pc-text: #28323b;
    --pc-muted: #5d6873;
    --pc-border: #d7e0ea;
    --pc-soft: #f4f7fb;
    --pc-white: #ffffff;
    --pc-shadow: 0 18px 50px rgba(14, 38, 73, .08);
}

.profoco-community,
.profoco-community * {
    box-sizing: border-box;
}

.profoco-community {
    color: var(--pc-text);
    background: var(--pc-white);
    font-family: inherit;
}

.pc-shell {
    width: min(1160px, calc(100% - 40px));
    margin: 0 auto;
}

.pc-hero {
    padding: clamp(64px, 8vw, 110px) 0;
    background:
        radial-gradient(circle at 85% 20%, rgba(13,67,191,.09), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
}

.pc-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(260px, .55fr);
    gap: clamp(40px, 6vw, 88px);
    align-items: center;
}

.pc-eyebrow {
    margin: 0 0 14px;
    color: var(--pc-blue);
    font-size: 13px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.pc-hero h1,
.pc-section h2,
.pc-final h2 {
    margin: 0;
    font-family: inherit;
    color: var(--pc-text);
    letter-spacing: -.035em;
}

.pc-hero h1 {
    max-width: 780px;
    font-size: clamp(42px, 6vw, 72px);
    line-height: 1.02;
}

.pc-lead {
    max-width: 760px;
    margin: 24px 0 0;
    color: var(--pc-muted);
    font-size: clamp(18px, 2vw, 22px);
    line-height: 1.62;
}

.pc-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 28px 0 30px;
}

.pc-badges span {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 7px 13px;
    border: 1px solid var(--pc-border);
    border-radius: 999px;
    background: var(--pc-white);
    color: var(--pc-blue-dark);
    font-size: 14px;
    font-weight: 700;
}

.pc-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 13px 22px;
    border-radius: 10px;
    text-decoration: none !important;
    font-weight: 800;
    line-height: 1.2;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.pc-button:hover {
    transform: translateY(-1px);
}

.pc-button-primary {
    background: var(--pc-blue);
    color: var(--pc-white) !important;
    box-shadow: 0 10px 25px rgba(13,67,191,.18);
}

.pc-button-primary:hover {
    background: var(--pc-blue-dark);
}

.pc-hero-card {
    padding: 34px;
    border: 1px solid rgba(13,67,191,.18);
    border-radius: 24px;
    background: var(--pc-navy);
    color: var(--pc-white);
    box-shadow: var(--pc-shadow);
}

.pc-card-mark {
    margin-bottom: 30px;
    color: #8fb4ff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .18em;
}

.pc-hero-card p {
    margin: 0;
    font-size: clamp(25px, 3vw, 35px);
    font-weight: 800;
    line-height: 1.25;
}

.pc-hero-card small {
    display: block;
    margin-top: 30px;
    color: rgba(255,255,255,.68);
    font-size: 14px;
    line-height: 1.5;
}

.pc-section {
    padding: clamp(66px, 8vw, 104px) 0;
}

.pc-section-soft {
    background: var(--pc-soft);
}

.pc-section h2 {
    max-width: 820px;
    font-size: clamp(32px, 4.5vw, 50px);
    line-height: 1.08;
}

.pc-grid {
    display: grid;
    gap: 18px;
    margin-top: 36px;
}

.pc-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pc-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pc-card {
    padding: 28px;
    border: 1px solid var(--pc-border);
    border-radius: 18px;
    background: var(--pc-white);
}

.pc-card-white {
    box-shadow: 0 8px 28px rgba(14, 38, 73, .035);
}

.pc-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-bottom: 22px;
    border-radius: 50%;
    background: rgba(13,67,191,.09);
    color: var(--pc-blue);
    font-size: 12px;
    font-weight: 800;
}

.pc-card h3 {
    margin: 0 0 12px;
    color: var(--pc-text);
    font-size: 20px;
    line-height: 1.28;
}

.pc-card p,
.pc-copy-narrow > p:last-child {
    margin: 0;
    color: var(--pc-muted);
    font-size: 16px;
    line-height: 1.65;
}

.pc-copy-narrow {
    max-width: 760px;
}

.pc-copy-narrow > p:last-child {
    margin-top: 18px;
    font-size: 18px;
}

.pc-rules {
    margin: 28px 0 0;
    color: var(--pc-blue-dark);
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.pc-rules span {
    margin: 0 5px;
    color: #9aa9bc;
}

.pc-audience {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
    gap: clamp(36px, 6vw, 88px);
    align-items: start;
}

.pc-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pc-list li {
    position: relative;
    padding: 17px 0 17px 34px;
    border-bottom: 1px solid var(--pc-border);
    color: var(--pc-text);
    font-size: 18px;
    line-height: 1.5;
}

.pc-list li:first-child {
    padding-top: 0;
}

.pc-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 17px;
    color: var(--pc-blue);
    font-weight: 900;
}

.pc-list li:first-child::before {
    top: 0;
}

.pc-final {
    padding: clamp(72px, 9vw, 116px) 0;
    background: var(--pc-navy);
    color: var(--pc-white);
    text-align: center;
}

.pc-final-inner {
    max-width: 800px;
}

.pc-final .pc-eyebrow {
    color: #98b9ff;
}

.pc-final h2 {
    color: var(--pc-white);
    font-size: clamp(36px, 5vw, 58px);
}

.pc-final p {
    margin: 20px auto 28px;
    max-width: 680px;
    color: rgba(255,255,255,.78);
    font-size: 18px;
    line-height: 1.65;
}

.pc-button-light {
    background: var(--pc-white);
    color: var(--pc-blue-dark) !important;
}

.pc-final small {
    display: block;
    margin-top: 18px;
    color: rgba(255,255,255,.62);
    font-size: 13px;
}

@media (max-width: 960px) {
    .pc-grid-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pc-hero-grid {
        grid-template-columns: 1fr;
    }

    .pc-hero-card {
        max-width: 560px;
    }
}

@media (max-width: 720px) {
    .pc-shell {
        width: min(100% - 28px, 1160px);
    }

    .pc-hero {
        padding: 54px 0 64px;
    }

    .pc-hero h1 {
        font-size: clamp(39px, 11vw, 54px);
    }

    .pc-lead {
        font-size: 18px;
        line-height: 1.55;
    }

    .pc-button {
        width: 100%;
    }

    .pc-hero-card {
        padding: 26px;
        border-radius: 18px;
    }

    .pc-grid-4,
    .pc-grid-3,
    .pc-audience {
        grid-template-columns: 1fr;
    }

    .pc-section {
        padding: 62px 0;
    }

    .pc-grid {
        margin-top: 28px;
    }

    .pc-card {
        padding: 23px;
    }

    .pc-rules {
        line-height: 1.8;
    }

    .pc-final {
        padding: 70px 0;
    }
}
