:root {
    --pk-green-950: #132b19;
    --pk-green-900: #1f4026;
    --pk-green-800: #285332;
    --pk-green-100: #e9f0e9;
    --pk-green-50: #f5f8f4;
    --pk-gold: #d2a556;
    --pk-gold-soft: #f4e7cc;
    --pk-ink: #162019;
    --pk-muted: #5d6860;
    --pk-line: rgba(31, 64, 38, 0.13);
    --pk-white: #ffffff;
    --pk-cream: #fbfaf7;
    --pk-shadow: 0 28px 75px rgba(25, 50, 31, 0.14);
    --pk-shell: 1180px;
}

html {
    scroll-behavior: smooth;
}

body.pk-landing-body {
    margin: 0;
    overflow-x: hidden;
    background: var(--pk-cream);
    color: var(--pk-ink);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body.pk-landing-body.admin-bar .pk-header {
    top: 32px;
}

.pk-landing,
.pk-landing *,
.pk-header,
.pk-header *,
.pk-footer,
.pk-footer * {
    box-sizing: border-box;
}

.pk-shell {
    width: min(calc(100% - 48px), var(--pk-shell));
    margin-inline: auto;
}

.pk-skip-link {
    position: fixed;
    z-index: 99999;
    top: 12px;
    left: 12px;
    padding: 10px 14px;
    border-radius: 8px;
    background: var(--pk-white);
    color: var(--pk-green-900);
    font-weight: 700;
    transform: translateY(-150%);
    transition: transform 160ms ease;
}

.pk-skip-link:focus {
    transform: translateY(0);
}

.pk-header {
    position: absolute;
    z-index: 20;
    top: 0;
    right: 0;
    left: 0;
    padding: 24px 0;
}

.pk-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.pk-brand {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: var(--pk-green-950);
    text-decoration: none;
}

.pk-brand__symbol,
.pk-footer__symbol {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 50%;
    background: var(--pk-green-900);
    color: var(--pk-white);
    font-size: 17px;
    font-weight: 800;
    box-shadow: 0 8px 22px rgba(31, 64, 38, 0.18);
}

.pk-brand__wordmark {
    font-size: 20px;
    font-weight: 760;
    letter-spacing: -0.035em;
}

.pk-brand__custom-logo,
.pk-brand__custom-logo .custom-logo-link {
    display: inline-flex;
    align-items: center;
}

.pk-brand__custom-logo img {
    width: auto;
    max-width: 210px;
    height: 48px;
    object-fit: contain;
}

.pk-header__link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--pk-green-900);
    font-size: 14px;
    font-weight: 720;
    text-decoration: none;
    transition: opacity 160ms ease, transform 160ms ease;
}

.pk-header__link svg,
.pk-button svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.pk-header__link:hover,
.pk-header__link:focus-visible {
    opacity: 0.72;
}

.pk-landing {
    position: relative;
    overflow: hidden;
}

.pk-landing__ambient {
    position: absolute;
    z-index: 0;
    border-radius: 999px;
    pointer-events: none;
    filter: blur(2px);
}

.pk-landing__ambient--green {
    top: -230px;
    left: -260px;
    width: 720px;
    height: 720px;
    background: radial-gradient(circle, rgba(193, 217, 196, 0.58) 0%, rgba(230, 239, 229, 0.22) 50%, transparent 72%);
}

.pk-landing__ambient--gold {
    top: 40px;
    right: -320px;
    width: 750px;
    height: 750px;
    background: radial-gradient(circle, rgba(232, 203, 146, 0.31) 0%, rgba(244, 231, 204, 0.14) 48%, transparent 72%);
}

.pk-hero {
    position: relative;
    z-index: 1;
    display: flex;
    min-height: 760px;
    align-items: center;
    padding: 148px 0 102px;
    background:
        linear-gradient(rgba(31, 64, 38, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(31, 64, 38, 0.045) 1px, transparent 1px);
    background-size: 72px 72px;
    background-position: center top;
}

.pk-hero::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 150px;
    content: "";
    background: linear-gradient(to bottom, transparent, var(--pk-cream));
    pointer-events: none;
}

.pk-hero__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.82fr);
    gap: clamp(54px, 8vw, 108px);
    align-items: center;
}

.pk-hero__content {
    max-width: 680px;
}

.pk-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 22px;
    color: var(--pk-green-800);
    font-size: 13px;
    font-weight: 780;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.pk-eyebrow span {
    width: 29px;
    height: 2px;
    background: var(--pk-gold);
}

.pk-hero h1 {
    max-width: 720px;
    margin: 0;
    color: var(--pk-green-950);
    font-size: clamp(48px, 5.9vw, 78px);
    font-weight: 780;
    letter-spacing: -0.058em;
    line-height: 0.99;
}

.pk-hero h1 span {
    color: var(--pk-green-800);
}

.pk-hero__lead {
    max-width: 640px;
    margin: 30px 0 0;
    color: #35433a;
    font-size: clamp(19px, 2vw, 23px);
    line-height: 1.55;
}

.pk-hero__body {
    max-width: 630px;
    margin: 18px 0 0;
    color: var(--pk-muted);
    font-size: 17px;
    line-height: 1.72;
}

.pk-data-notice {
    display: block;
    max-width: 630px;
    margin-top: 24px;
    padding: 17px 18px;
    border: 1px solid rgba(31, 64, 38, 0.16);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 10px 28px rgba(31, 64, 38, 0.07);
}

.pk-data-notice strong {
    display: block;
    margin: 1px 0 4px;
    color: var(--pk-green-950);
    font-size: 15px;
    font-weight: 760;
    letter-spacing: -0.01em;
}

.pk-data-notice p {
    margin: 0;
    color: var(--pk-muted);
    font-size: 14px;
    line-height: 1.6;
}

.pk-hero__actions {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 34px;
}

.pk-button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 20px;
    border: 1px solid var(--pk-green-900);
    border-radius: 10px;
    background: var(--pk-green-900);
    box-shadow: 0 12px 28px rgba(31, 64, 38, 0.2);
    color: var(--pk-white);
    font-size: 15px;
    font-weight: 750;
    text-decoration: none;
    transition: transform 170ms ease, box-shadow 170ms ease, background 170ms ease;
}

.pk-button:hover,
.pk-button:focus-visible {
    background: var(--pk-green-800);
    box-shadow: 0 16px 34px rgba(31, 64, 38, 0.24);
    color: var(--pk-white);
    transform: translateY(-2px);
}

.pk-button:focus-visible,
.pk-header__link:focus-visible,
.pk-footer a:focus-visible {
    outline: 3px solid rgba(210, 165, 86, 0.5);
    outline-offset: 4px;
}

.pk-hero__note {
    color: #6b756d;
    font-size: 14px;
    font-weight: 620;
}

.pk-evolution-card {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-width: 0;
    padding: 30px;
    border: 1px solid rgba(31, 64, 38, 0.1);
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: var(--pk-shadow);
    backdrop-filter: blur(16px);
}

.pk-evolution-card::before {
    position: absolute;
    top: -180px;
    right: -150px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(210, 165, 86, 0.18), transparent 69%);
    content: "";
}

.pk-evolution-card__header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.pk-status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 11px;
    border-radius: 999px;
    background: var(--pk-green-50);
    color: var(--pk-green-800);
    font-size: 12px;
    font-weight: 760;
}

.pk-status i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #68a86e;
    box-shadow: 0 0 0 4px rgba(104, 168, 110, 0.14);
}

.pk-landing .pk-evolution-card__step {
    position: relative;
    display: block;
    width: 100%;
    min-width: 0;
    padding: 19px;
    border: 1px solid var(--pk-line);
    border-radius: 16px;
    background: rgba(250, 251, 248, 0.76);
}

.pk-landing .pk-evolution-card__step > div {
    display: block;
    width: 100%;
    min-width: 0;
    max-width: none;
}

.pk-evolution-card__step--active {
    border-color: rgba(31, 64, 38, 0.22);
    background: linear-gradient(135deg, #f0f6ef, #fbfaf7);
    box-shadow: inset 4px 0 0 var(--pk-gold);
}

.pk-landing .pk-evolution-card__step small,
.pk-landing .pk-evolution-card__step strong,
.pk-landing .pk-evolution-card__step p {
    display: block;
    width: 100%;
    min-width: 0;
    max-width: none;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
}

.pk-evolution-card__step small {
    margin: 1px 0 3px;
    color: #7d867f;
    font-size: 11px;
    font-weight: 740;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.pk-evolution-card__step strong {
    color: var(--pk-green-950);
    font-size: 18px;
    letter-spacing: -0.02em;
}

.pk-evolution-card__step p {
    margin: 6px 0 0;
    color: #677168;
    font-size: 13px;
    line-height: 1.5;
}

.pk-evolution-card__connector {
    display: flex;
    height: 42px;
    align-items: center;
    justify-content: center;
    color: var(--pk-green-800);
}

.pk-evolution-card__connector span {
    width: 1px;
    height: 100%;
    background: linear-gradient(var(--pk-line), rgba(210, 165, 86, 0.65));
}

.pk-evolution-card__connector svg {
    position: absolute;
    width: 20px;
    height: 20px;
    padding: 3px;
    border-radius: 50%;
    background: var(--pk-white);
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.pk-evolution-card__footer {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-top: 24px;
    padding-top: 22px;
    border-top: 1px solid var(--pk-line);
}

.pk-mark {
    display: grid;
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    place-items: center;
    border-radius: 50%;
    background: var(--pk-green-900);
    color: var(--pk-white);
    font-weight: 800;
}

.pk-evolution-card__footer strong,
.pk-evolution-card__footer span {
    display: block;
}

.pk-evolution-card__footer strong {
    color: var(--pk-green-950);
    font-size: 13px;
}

.pk-evolution-card__footer span {
    margin-top: 3px;
    color: #778078;
    font-size: 12px;
}

.pk-principles {
    position: relative;
    z-index: 2;
    padding: 35px 0 110px;
}

.pk-principles__label {
    margin: 0 0 22px;
    color: var(--pk-green-800);
    font-size: 12px;
    font-weight: 780;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.pk-principles__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    overflow: hidden;
    border: 1px solid var(--pk-line);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.6);
}

.pk-principles article {
    min-height: 220px;
    padding: 30px;
}

.pk-principles article + article {
    border-left: 1px solid var(--pk-line);
}


.pk-principles h2 {
    margin: 0 0 10px;
    color: var(--pk-green-950);
    font-size: 20px;
    letter-spacing: -0.025em;
}

.pk-principles article p {
    margin: 0;
    color: var(--pk-muted);
    font-size: 15px;
    line-height: 1.62;
}

.pk-cta {
    position: relative;
    z-index: 2;
    padding: 0 0 42px;
}

.pk-cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    padding: 50px 54px;
    border-radius: 25px;
    background: var(--pk-green-950);
    box-shadow: 0 30px 70px rgba(19, 43, 25, 0.19);
    color: var(--pk-white);
}

.pk-cta__eyebrow {
    margin: 0 0 10px;
    color: #c8d9ca;
    font-size: 12px;
    font-weight: 760;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.pk-cta h2 {
    margin: 0;
    color: var(--pk-white);
    font-size: clamp(30px, 4vw, 46px);
    letter-spacing: -0.045em;
    line-height: 1.08;
}

.pk-cta p:not(.pk-cta__eyebrow) {
    max-width: 700px;
    margin: 14px 0 0;
    color: #cad5cc;
    font-size: 16px;
    line-height: 1.62;
}

.pk-button--light {
    flex: 0 0 auto;
    border-color: var(--pk-white);
    background: var(--pk-white);
    box-shadow: none;
    color: var(--pk-green-950);
}

.pk-button--light:hover,
.pk-button--light:focus-visible {
    background: #f1f4f1;
    color: var(--pk-green-950);
}

.pk-footer {
    padding: 25px 0 38px;
    background: var(--pk-cream);
    color: var(--pk-muted);
}

.pk-footer__inner {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 24px;
    padding-top: 22px;
    border-top: 1px solid var(--pk-line);
    font-size: 13px;
}

.pk-footer__brand {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--pk-green-950);
    font-weight: 720;
}

.pk-footer__symbol {
    width: 29px;
    height: 29px;
    font-size: 12px;
}

.pk-footer p {
    margin: 0;
    text-align: center;
}

.pk-footer a {
    color: var(--pk-green-800);
    font-weight: 700;
    text-decoration: none;
}

.pk-footer__contact {
    justify-self: end;
}

@media (max-width: 980px) {
    .pk-hero {
        min-height: auto;
        padding: 138px 0 86px;
    }

    .pk-hero__grid {
        grid-template-columns: 1fr;
        gap: 54px;
    }

    .pk-hero__content {
        max-width: 760px;
        text-align: center;
        margin-inline: auto;
    }

    .pk-eyebrow,
    .pk-hero__actions {
        justify-content: center;
    }

    .pk-hero__lead,
    .pk-hero__body {
        margin-inline: auto;
    }

    .pk-evolution-card {
        width: min(100%, 640px);
        margin-inline: auto;
    }

    .pk-principles {
        padding-bottom: 80px;
    }

    .pk-principles__grid {
        grid-template-columns: 1fr;
    }

    .pk-principles article {
        min-height: 0;
    }

    .pk-principles article + article {
        border-top: 1px solid var(--pk-line);
        border-left: 0;
    }


    .pk-cta__inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .pk-footer__inner {
        grid-template-columns: 1fr;
        justify-items: center;
    }

    .pk-footer__contact {
        justify-self: center;
    }
}

@media (max-width: 782px) {
    body.pk-landing-body.admin-bar .pk-header {
        top: 46px;
    }
}

@media (max-width: 640px) {
    .pk-shell {
        width: min(calc(100% - 32px), var(--pk-shell));
    }

    .pk-header {
        padding: 18px 0;
    }

    .pk-brand__wordmark {
        font-size: 17px;
    }

    .pk-brand__symbol {
        width: 34px;
        height: 34px;
        font-size: 15px;
    }

    .pk-brand__custom-logo img {
        max-width: 155px;
        height: 38px;
    }

    .pk-header__link {
        font-size: 13px;
    }

    .pk-hero {
        padding: 118px 0 66px;
        background-size: 52px 52px;
    }

    .pk-eyebrow {
        margin-bottom: 17px;
        font-size: 11px;
    }

    .pk-hero h1 {
        font-size: clamp(42px, 13vw, 58px);
        line-height: 1.01;
    }

    .pk-hero__lead {
        margin-top: 24px;
        font-size: 18px;
    }

    .pk-hero__body {
        font-size: 15.5px;
    }

    .pk-hero__actions {
        flex-direction: column;
        gap: 13px;
        margin-top: 29px;
    }

    .pk-button {
        width: 100%;
    }

    .pk-evolution-card {
        padding: 20px;
        border-radius: 20px;
    }

    .pk-landing .pk-evolution-card__step {
        width: 100%;
        padding: 15px;
    }


    .pk-principles {
        padding: 22px 0 62px;
    }

    .pk-principles article {
        padding: 24px;
    }

    .pk-cta {
        padding-bottom: 28px;
    }

    .pk-cta__inner {
        gap: 30px;
        padding: 34px 25px;
        border-radius: 20px;
    }

    .pk-cta h2 {
        font-size: 34px;
    }

    .pk-footer {
        padding-bottom: 28px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .pk-button,
    .pk-header__link,
    .pk-skip-link {
        transition: none;
    }
}
