/*
|--------------------------------------------------------------------------
| Press & Coverage Page
|--------------------------------------------------------------------------
*/

:root {
    --pc-primary: #df3654;
    --pc-primary-light: #ec6680;
    --pc-soft: #fff6f8;
    --pc-soft-pink: #f8d7de;
    --pc-text: #07101f;
    --pc-muted: #667085;
    --pc-white: #ffffff;
    --pc-border: #e6e8ec;
}

.press-coverage-page,
.press-coverage-page * {
    box-sizing: border-box;
}

.press-coverage-page {
    width: 100%;
    overflow-x: hidden;
    color: var(--pc-text);
    background: var(--pc-white);
    font-family: "Poppins", Arial, sans-serif;
}

.pc-container {
    width: min(calc(100% - 32px), 1320px);
    margin-inline: auto;
}

.pc-container--leadership {
    width: min(calc(100% - 32px), 920px);
}

.pc-container--press-list {
    width: min(calc(100% - 32px), 980px);
}

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

.pc-section-title {
    margin: 0 0 34px;
    color: #050505;
    font-size: clamp(28px, 2.7vw, 38px);
    font-weight: 700;
    line-height: 1.15;
    text-align: center;
}

/* Hero */
.pc-hero {
    padding: 82px 0 74px;
    color: var(--pc-white);
    background: var(--pc-primary-light);
}

.pc-hero__content {
    text-align: center;
}

.pc-hero h1 {
    margin: 0;
    font-size: clamp(44px, 5vw, 64px);
    font-weight: 700;
    line-height: 1.08;
}

.pc-hero p {
    max-width: 820px;
    margin: 24px auto 0;
    font-size: clamp(17px, 1.5vw, 22px);
    line-height: 1.55;
}

.pc-hero__buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 31px;
}

.pc-btn {
    display: inline-flex;
    min-width: 304px;
    min-height: 54px;
    padding: 12px 28px;
    border: 1px solid var(--pc-white);
    border-radius: 999px;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 500;
    text-decoration: none;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background-color 0.2s ease;
}

.pc-btn--white {
    color: var(--pc-primary);
    background: var(--pc-white);
}

.pc-btn--outline {
    color: var(--pc-white);
    background: transparent;
}

.pc-btn:hover,
.pc-btn:focus {
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.14);
}

/* Intro */
.pc-intro {
    padding-top: 40px;
}

.pc-intro__top {
    display: grid;
    grid-template-columns: 1fr 1.22fr;
    gap: 34px;
    align-items: center;
    max-width: 930px;
    margin: 0 auto 38px;
}

.pc-intro__question,
.pc-intro__answer {
    position: relative;
}

.pc-intro__question {
    padding-left: 70px;
    text-align: right;
}

.pc-intro__question h2 {
    margin: 0;
    color: var(--pc-primary);
    font-size: clamp(23px, 2.2vw, 31px);
    font-weight: 700;
    line-height: 1.2;
}

.pc-intro__answer {
    padding-right: 56px;
}

.pc-intro__answer p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
}

.pc-quote {
    position: absolute;
    color: #f6c5cf;
    font-family: Georgia, serif;
    font-size: 78px;
    font-weight: 700;
    line-height: 0.8;
}

.pc-quote--opening {
    top: -5px;
    left: 4px;
}

.pc-quote--closing {
    right: 0;
    bottom: -38px;
}

.pc-achievements {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow: hidden;
    border-radius: 38px;
    background: var(--pc-soft);
}

.pc-achievement {
    position: relative;
    display: flex;
    min-height: 148px;
    padding: 24px 18px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.pc-achievement:not(:last-child)::after {
    position: absolute;
    top: 32%;
    right: 0;
    width: 1px;
    height: 38%;
    content: "";
    background: #8e94a0;
}

.pc-achievement__icon {
    display: inline-flex;
    width: 34px;
    height: 34px;
    margin-bottom: 7px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: var(--pc-primary);
    background: #ffe8ed;
    font-size: 18px;
}

.pc-achievement strong {
    color: #07101f;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
}

.pc-achievement small {
    margin-top: 3px;
    color: #07101f;
    font-size: 12px;
}

/* Leadership */
.pc-leadership {
    padding-top: 10px;
}

.pc-leader-row {
    display: grid;
    grid-template-columns: 175px 1fr;
    gap: 48px;
    align-items: center;
    margin-bottom: 64px;
}

.pc-leader-row--second {
    grid-template-columns: 1fr 175px;
}

.pc-leader-card {
    padding: 18px 14px 20px;
    border-radius: 18px;
    background: var(--pc-white);
    box-shadow: 0 4px 13px rgba(17, 24, 39, 0.18);
    text-align: center;
}

.pc-leader-card img {
    display: block;
    width: 112px;
    height: 112px;
    margin: 0 auto 11px;
    border-radius: 10px;
    object-fit: cover;
    object-position: center top;
}

.pc-leader-card h3 {
    margin: 0 0 7px;
    color: var(--pc-primary);
    font-size: 17px;
    font-weight: 700;
}

.pc-leader-card p {
    margin: 0;
    color: #182033;
    font-size: 12px;
    line-height: 1.45;
}

.pc-leader-copy {
    position: relative;
    padding: 18px 34px;
}

.pc-leader-copy p {
    margin: 0;
    color: #253048;
    font-size: 14px;
    line-height: 1.55;
}

.pc-copy-quote {
    position: absolute;
    color: #f4bdc8;
    font-family: Georgia, serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 0.7;
}

.pc-copy-quote--start {
    top: 5px;
    left: 0;
}

.pc-copy-quote--end {
    right: 0;
    bottom: -5px;
}

/* Press list */
.pc-press-list-section {
    padding-top: 8px;
}

.pc-press-list {
    padding: 12px 30px;
    border-radius: 22px;
    background: var(--pc-white);
    box-shadow: 0 8px 28px rgba(15, 23, 42, 0.1);
}

.pc-press-item {
    display: grid;
    grid-template-columns: 52px 1fr auto;
    gap: 16px;
    align-items: center;
    min-height: 82px;
    padding: 14px 0;
}

.pc-press-item:not(:last-child) {
    border-bottom: 1px solid #d9dde3;
}

.pc-press-item__logo {
    display: flex;
    width: 52px;
    height: 52px;
    overflow: hidden;
    border: 1px solid var(--pc-border);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: var(--pc-white);
}

.pc-press-item__logo img {
    width: 80%;
    height: 80%;
    object-fit: contain;
}

.pc-press-item__content h3 {
    margin: 0;
    color: #111827;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.45;
}

.pc-press-item__content time {
    display: block;
    margin-top: 5px;
    color: #7b8190;
    font-size: 12px;
}

.pc-press-item__button {
    display: inline-flex;
    min-width: 88px;
    min-height: 29px;
    padding: 7px 14px;
    border-radius: 999px;
    align-items: center;
    justify-content: center;
    color: var(--pc-white);
    background: var(--pc-primary);
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    transition:
        background-color 0.2s ease,
        transform 0.2s ease;
}

.pc-press-item__button:hover,
.pc-press-item__button:focus {
    background: #c82545;
    transform: translateY(-1px);
}

/* Milestones */
.pc-milestones {
    padding-top: 32px;
    padding-bottom: 95px;
}

.pc-timeline {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    max-width: 1120px;
    min-height: 240px;
    margin: 72px auto 0;
}

.pc-timeline::before {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    height: 11px;
    border-radius: 999px;
    content: "";
    background: linear-gradient(90deg, #f7d6dc 0%, #ef9caf 52%, #da3553 100%);
    transform: translateY(-50%);
}

.pc-timeline__item {
    position: relative;
    min-width: 0;
}

.pc-timeline__dot {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    width: 30px;
    height: 30px;
    border: 3px solid var(--pc-primary);
    border-radius: 50%;
    background: var(--pc-primary);
    box-shadow: inset 0 0 0 4px var(--pc-white);
    transform: translate(-50%, -50%);
}

.pc-timeline__stem {
    position: absolute;
    left: 50%;
    z-index: 2;
    width: 10px;
    height: 43px;
    border-radius: 999px;
    background: var(--pc-primary);
    transform: translateX(-50%);
}

.pc-timeline__item.is-top .pc-timeline__stem {
    top: calc(50% - 43px);
}

.pc-timeline__item.is-bottom .pc-timeline__stem {
    top: 50%;
}

.pc-timeline__content {
    position: absolute;
    left: 50%;
    width: 220px;
    text-align: center;
    transform: translateX(-50%);
}

.pc-timeline__item.is-top .pc-timeline__content {
    bottom: calc(50% + 47px);
}

.pc-timeline__item.is-bottom .pc-timeline__content {
    top: calc(50% + 48px);
}

.pc-timeline__content strong {
    color: var(--pc-primary);
    font-size: 17px;
    font-weight: 700;
}

.pc-timeline__content h3 {
    margin: 2px 0 5px;
    color: #050505;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
}

.pc-timeline__content p {
    margin: 0;
    color: #525b6d;
    font-size: 12px;
    line-height: 1.35;
}

/* Tablet */
@media (max-width: 991px) {
    .pc-intro__top {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .pc-intro__question {
        padding-left: 58px;
        text-align: left;
    }

    .pc-intro__answer {
        padding-right: 48px;
    }

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

    .pc-achievement:nth-child(2)::after {
        display: none;
    }

    .pc-achievement:nth-child(-n + 2) {
        border-bottom: 1px solid #eadde0;
    }

    .pc-timeline {
        grid-template-columns: 1fr;
        min-height: auto;
        margin-top: 20px;
        padding-left: 26px;
    }

    .pc-timeline::before {
        top: 0;
        bottom: 0;
        left: 14px;
        width: 8px;
        height: auto;
        transform: none;
    }

    .pc-timeline__item {
        min-height: 118px;
        padding-left: 28px;
    }

    .pc-timeline__dot {
        top: 24px;
        left: -12px;
        width: 26px;
        height: 26px;
        transform: none;
    }

    .pc-timeline__stem {
        display: none;
    }

    .pc-timeline__content,
    .pc-timeline__item.is-top .pc-timeline__content,
    .pc-timeline__item.is-bottom .pc-timeline__content {
        position: static;
        width: auto;
        padding-top: 15px;
        text-align: left;
        transform: none;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .pc-section {
        padding: 42px 0;
    }

    .pc-hero {
        padding: 62px 0 56px;
    }

    .pc-hero__buttons {
        flex-direction: column;
        align-items: center;
    }

    .pc-btn {
        width: 100%;
        min-width: 0;
        max-width: 340px;
    }

    .pc-intro__question {
        padding-left: 44px;
    }

    .pc-intro__answer {
        padding-right: 32px;
    }

    .pc-quote {
        font-size: 62px;
    }

    .pc-achievements {
        grid-template-columns: 1fr;
        border-radius: 26px;
    }

    .pc-achievement {
        min-height: 126px;
    }

    .pc-achievement:not(:last-child)::after {
        top: auto;
        right: 20px;
        bottom: 0;
        left: 20px;
        width: auto;
        height: 1px;
    }

    .pc-leader-row,
    .pc-leader-row--second {
        grid-template-columns: 1fr;
        gap: 28px;
        margin-bottom: 44px;
    }

    .pc-leader-row--second .pc-leader-copy {
        order: 2;
    }

    .pc-leader-row--second .pc-leader-card {
        order: 1;
    }

    .pc-leader-card {
        width: 180px;
        margin-inline: auto;
    }

    .pc-leader-copy {
        padding: 18px 28px;
    }

    .pc-press-list {
        padding: 8px 18px;
    }

    .pc-press-item {
        grid-template-columns: 46px 1fr;
        gap: 13px;
        padding: 18px 0;
    }

    .pc-press-item__logo {
        width: 46px;
        height: 46px;
    }

    .pc-press-item__button {
        grid-column: 2;
        justify-self: start;
        margin-top: 4px;
    }
}
