.pg-home {
    min-height: 100vh;
}

.pg-home .pg-header__logo {
    border-radius: 8px;
    object-fit: cover;
}

.pg-app-stripe {
    position: relative;
    z-index: 20;
    padding: 10px clamp(18px, 4vw, 36px);
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 0%, rgba(32, 237, 140, .2), transparent 34%),
        linear-gradient(100deg, #40275f 0%, var(--pg-purple) 52%, #312044 100%);
    color: var(--pg-white);
}

.pg-app-stripe::after {
    position: absolute;
    inset: auto -4% -24px auto;
    width: 190px;
    height: 48px;
    border: 1px solid rgba(32, 237, 140, .22);
    border-radius: 50%;
    content: "";
    pointer-events: none;
    transform: rotate(-8deg);
}

.pg-app-stripe__inner,
.pg-app-stripe__stores,
.pg-app-stripe__store {
    display: flex;
    align-items: center;
}

.pg-app-stripe__inner {
    width: min(1220px, 100%);
    min-height: 36px;
    margin: 0 auto;
    justify-content: center;
    gap: clamp(16px, 3vw, 30px);
}

.pg-app-stripe__text {
    margin: 0;
    font: 700 clamp(.82rem, 1.5vw, .98rem)/1.35 "Poppins", sans-serif;
    letter-spacing: -.01em;
    text-align: center;
}

.pg-app-stripe__stores {
    flex: 0 0 auto;
    gap: 9px;
}

.pg-app-stripe__store {
    width: 36px;
    height: 36px;
    justify-content: center;
    border: 1px solid rgba(254, 255, 254, .3);
    border-radius: 50%;
    background: rgba(5, 5, 5, .22);
    color: var(--pg-white);
    text-decoration: none;
    transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.pg-app-stripe__store:hover,
.pg-app-stripe__store:focus-visible {
    border-color: var(--pg-green);
    background: var(--pg-green);
    color: var(--pg-black);
    outline: none;
    transform: translateY(-2px);
}

.pg-app-stripe__store i {
    font-size: 1.15rem;
    line-height: 1;
}

@media (max-width: 580px) {
    .pg-app-stripe {
        padding-block: 9px;
    }

    .pg-app-stripe__inner {
        gap: 12px;
    }

    .pg-app-stripe__text {
        text-align: left;
    }

    .pg-app-stripe__stores {
        gap: 6px;
    }

    .pg-app-stripe__store {
        width: 34px;
        height: 34px;
    }
}

.pg-hero {
    padding: 0 clamp(18px, 4vw, 36px) clamp(56px, 7vw, 92px) clamp(18px, 4vw, 36px);
    color: var(--pg-black);
}

.pg-hero *,
.pg-hero *::before,
.pg-hero *::after {
    box-sizing: border-box;
}

.pg-hero__shell {
    width: min(1220px, 100%);
    margin: 0 auto;
}

.pg-hero__card {
    position: relative;
    min-height: clamp(420px, 62vw, 720px);
    margin-top: clamp(28px, 4vw, 44px);
    overflow: hidden;
    isolation: isolate;
    border-radius: 34px;
    background: #d7d7d7;
    box-shadow: 0 28px 70px rgba(0, 0, 0, .18);
}

.pg-hero__image {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.pg-hero__overlay {
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(0, 0, 0, .12)), linear-gradient(90deg, rgba(0, 0, 0, .06), transparent 36%, rgba(0, 0, 0, .18));
}

.pg-hero__grain {
    position: absolute;
    z-index: 1;
    inset: 0;
    opacity: .18;
    pointer-events: none;
    background-image: linear-gradient(rgba(255, 255, 255, .18) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .18) 1px, transparent 1px);
    background-size: 18px 18px;
}

.pg-hero__content {
    position: absolute;
    z-index: 2;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: clamp(20px, 4vw, 34px);
}

.pg-hero__chips,
.pg-hero__bottom,
.pg-hero__actions {
    display: flex;
    align-items: flex-start;
}

.pg-hero__chips {
    justify-content: flex-end;
    gap: 12px;
}

.pg-hero__chips .pg-chip--solid {
    align-self: flex-start;
}

.pg-chip {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border: 1px solid rgba(254, 255, 254, .34);
    border-radius: 999px;
    background: rgba(5, 5, 5, .36);
    color: var(--pg-white);
    font: 500 .84rem/1 "Poppins", sans-serif;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.pg-chip--solid {
    border-color: rgba(32, 237, 140, .4);
    background: rgba(32, 237, 140, .18);
}

.pg-hero__headline {
    align-self: center;
    margin: auto 0;
    color: var(--pg-white);
    font: 800 clamp(3.2rem, 10vw, 7rem)/.88 "Poppins", sans-serif;
    letter-spacing: -.07em;
    text-align: center;
    text-shadow: 0 10px 32px rgba(0, 0, 0, .26);
    text-transform: uppercase;
}

.pg-hero__headline-mark {
    color: var(--pg-green);
}

.pg-hero__bottom {
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
}

.pg-hero__summary {
    max-width: 36ch;
    margin: 0;
    color: rgba(254, 255, 254, .92);
    font-size: clamp(.98rem, 1.4vw, 1.08rem);
    line-height: 1.55;
}

.pg-hero__actions {
    flex: 0 0 auto;
    align-items: center;
    gap: 12px;
}

.pg-hero__meta {
    color: rgba(254, 255, 254, .86);
    font: 500 .92rem/1 "Poppins", sans-serif;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.pg-hero__play {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--pg-white);
    color: var(--pg-black);
    box-shadow: 0 12px 24px rgba(0, 0, 0, .18);
    transition: transform .24s ease, background-color .24s ease;
}

.pg-hero__play:hover,
.pg-hero__play:focus-visible {
    transform: translateY(-2px) scale(1.04);
    background: var(--pg-green);
    outline: none;
}

.pg-hero__play svg {
    width: 18px;
    height: 18px;
    margin-left: 2px;
}

@media (max-width: 820px) {
    .pg-hero__card {
        min-height: 560px;
    }

    .pg-hero__headline {
        max-width: 6ch;
    }

    .pg-hero__bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 640px) {
    .pg-hero {
        padding-inline: 14px;
    }

    .pg-hero__card {
        min-height: 500px;
        border-radius: 26px;
    }

    .pg-hero__chips {
        flex-direction: column;
        align-items: flex-start;
    }

    .pg-chip {
        padding: 9px 14px;
        font-size: .74rem;
    }

    .pg-hero__headline {
        font-size: clamp(2.8rem, 15vw, 4.8rem);
    }

    .pg-hero__summary {
        font-size: .94rem;
    }

    .pg-hero__actions {
        width: 100%;
        justify-content: space-between;
    }
}

.pg-training {
    padding: clamp(28px, 4vw, 48px) clamp(18px, 4vw, 36px) clamp(56px, 7vw, 88px);
    color: var(--pg-black);
}

.pg-training *,
.pg-training *::before,
.pg-training *::after {
    box-sizing: border-box;
}

.pg-training__shell {
    width: min(1220px, 100%);
    margin: 0 auto;
}

.pg-training__top,
.pg-training__content,
.pg-training__link,
.pg-training__link-dot,
.pg-training__arrow {
    display: flex;
    align-items: center;
}

.pg-training__top {
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.pg-training__eyebrow {
    margin: 0;
    font: 800 clamp(1.8rem, 3vw, 2.7rem)/1 "Poppins", sans-serif;
    letter-spacing: -.04em;
    text-transform: uppercase;
}

.pg-training__link {
    gap: 8px;
    color: rgba(5, 5, 5, .72);
    font: 700 clamp(.9rem, 1.35vw, 1.08rem)/1 "Poppins", sans-serif;
    letter-spacing: .08em;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .24s ease, transform .24s ease;
}

.pg-training__link:hover,
.pg-training__link:focus-visible {
    color: var(--pg-green);
    transform: translateY(-1px);
    outline: none;
}

.pg-training__link-dot {
    flex: 0 0 20px;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--pg-black);
    color: var(--pg-white);
}

.pg-training__link-dot svg {
    display: block;
    width: 14px;
    height: 14px;
}

.pg-training__list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.pg-training__card {
    position: relative;
    min-height: clamp(190px, 25vw, 250px);
    overflow: hidden;
    isolation: isolate;
    border-radius: 28px;
    color: inherit;
    text-decoration: none;
    box-shadow: 0 28px 60px rgba(0, 0, 0, .14);
}

.pg-training__image {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.pg-training__card:hover .pg-training__image,
.pg-training__card:focus-visible .pg-training__image {
    transform: scale(1.05);
}

.pg-training__overlay {
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(90deg, rgba(5, 5, 5, .5), rgba(5, 5, 5, .16) 46%, rgba(5, 5, 5, .08)), linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(0, 0, 0, .08));
}

.pg-training__content {
    position: relative;
    z-index: 2;
    min-height: inherit;
    justify-content: space-between;
    gap: 20px;
    padding: clamp(18px, 3vw, 28px);
}

.pg-training__title {
    max-width: 12ch;
    margin: 0;
    color: var(--pg-white);
    font: 800 clamp(1.65rem, 3.2vw, 2.65rem)/.95 "Poppins", sans-serif;
    letter-spacing: -.05em;
    text-shadow: 0 8px 18px rgba(0, 0, 0, .25);
    text-transform: uppercase;
}

.pg-training__arrow {
    flex: 0 0 auto;
    justify-content: center;
    width: 54px;
    height: 54px;
    border: 1px solid rgba(254, 255, 254, .26);
    border-radius: 50%;
    background: rgba(254, 255, 254, .12);
    color: var(--pg-white);
    transition: transform .24s ease, background-color .24s ease, border-color .24s ease;
}

.pg-training__arrow svg {
    width: 18px;
    height: 18px;
}

.pg-training__card:hover .pg-training__arrow,
.pg-training__card:focus-visible .pg-training__arrow {
    transform: translateX(4px);
    border-color: rgba(32, 237, 140, .42);
    background: rgba(32, 237, 140, .22);
}

@media (max-width: 640px) {
    .pg-training {
        padding-inline: 14px;
    }

    .pg-training__top {
        margin-bottom: 16px;
    }

    .pg-training__card {
        min-height: 160px;
        border-radius: 24px;
    }

    .pg-training__content {
        padding: 18px;
    }

    .pg-training__title {
        max-width: 10ch;
        font-size: clamp(1.35rem, 7vw, 2rem);
    }

    .pg-training__arrow {
        width: 46px;
        height: 46px;
    }
}

/* Three-month membership promotion. */
.pg-promo {
    padding: 0 clamp(18px, 4vw, 36px) clamp(28px, 4vw, 56px);
    color: var(--pg-black);
}

.pg-promo *,
.pg-promo *::before,
.pg-promo *::after {
    box-sizing: border-box;
}

.pg-promo__shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: clamp(22px, 4vw, 52px);
    align-items: center;
    width: min(1220px, 100%);
    margin: 0 auto;
    padding: clamp(24px, 4vw, 42px);
    border: 1px solid rgba(5, 5, 5, .1);
    border-radius: 30px;
    background: linear-gradient(135deg, rgba(254, 255, 254, .96), rgba(244, 241, 248, .96));
    box-shadow: 0 22px 48px rgba(0, 0, 0, .07);
}

.pg-promo__eyebrow {
    margin: 0 0 10px;
    color: var(--pg-purple);
    font: 700 .76rem/1 "Poppins", sans-serif;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.pg-promo h2 {
    max-width: 12ch;
    margin: 0 0 12px;
    font: 800 clamp(2rem, 4vw, 3.7rem)/.94 "Poppins", sans-serif;
    letter-spacing: -.06em;
    text-transform: uppercase;
}

.pg-promo__copy>p:not(.pg-promo__eyebrow) {
    max-width: 48ch;
    margin: 0;
    color: rgba(5, 5, 5, .62);
    line-height: 1.65;
}

.pg-promo__price {
    display: flex;
    flex-direction: column;
    min-width: 180px;
    padding-left: clamp(22px, 4vw, 48px);
    border-left: 1px solid rgba(5, 5, 5, .12);
}

.pg-promo__label {
    margin-bottom: 4px;
    color: rgba(5, 5, 5, .58);
    font: 600 .72rem/1.3 "Poppins", sans-serif;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.pg-promo__price strong {
    color: var(--pg-purple);
    font: 800 clamp(3rem, 5vw, 4.5rem)/.9 "Poppins", sans-serif;
    letter-spacing: -.07em;
}

.pg-promo__regular {
    margin-top: 7px;
    color: rgba(5, 5, 5, .56);
    font-size: .9rem;
}

.pg-promo__action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 22px;
    border-radius: 999px;
    background: var(--pg-green);
    color: var(--pg-black);
    font: 800 .8rem/1 "Poppins", sans-serif;
    letter-spacing: .08em;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform .2s ease, background-color .2s ease;
}

.pg-promo__action:hover,
.pg-promo__action:focus-visible {
    background: #59f3ad;
    outline: none;
    transform: translateY(-2px);
}

.pg-promo-gallery {
    position: relative;
    width: min(1220px, 100%);
    margin: clamp(18px, 2.4vw, 28px) auto 0;
    padding: clamp(24px, 4vw, 42px);
    overflow: hidden;
    border: 1px solid rgba(5, 5, 5, .1);
    border-radius: 30px;
    background: var(--pg-white);
    color: var(--pg-black);
}

.pg-promo-gallery__top {
    margin-bottom: clamp(18px, 2.5vw, 28px);
}

.pg-promo-gallery h3 {
    max-width: 18ch;
    margin: 0;
    font: 800 clamp(1.8rem, 4vw, 3.2rem)/.98 "Poppins", sans-serif;
    letter-spacing: -.055em;
    text-transform: uppercase;
}

.pg-promo-gallery__description {
    max-width: 62ch;
    margin: 14px 0 0;
    color: rgba(5, 5, 5, .64);
    font-size: clamp(.96rem, 1.4vw, 1.05rem);
    line-height: 1.65;
}

.pg-promo-gallery__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(10px, 1.6vw, 18px);
}

.pg-promo-gallery__image-button {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(5, 5, 5, .1);
    border-radius: 20px;
    background: #ececef;
    cursor: zoom-in;
}

.pg-promo-gallery__image-button img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.pg-promo-gallery__image-button:hover img,
.pg-promo-gallery__image-button:focus-visible img {
    transform: scale(1.045);
}

.pg-promo-gallery__image-button:focus-visible {
    outline: 3px solid var(--pg-green);
    outline-offset: 4px;
}

.pg-promo-gallery__action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    margin-top: clamp(20px, 3vw, 30px);
    padding: 0 24px;
    border-radius: 999px;
    background: var(--pg-green);
    color: var(--pg-black);
    font: 800 .78rem/1 "Poppins", sans-serif;
    letter-spacing: .08em;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color .2s ease, transform .2s ease;
}

.pg-promo-gallery__action:hover,
.pg-promo-gallery__action:focus-visible {
    background: #59f3ad;
    outline: none;
    transform: translateY(-2px);
}

.pg-promo-gallery__lightbox {
    position: fixed;
    inset: 0;
    width: min(1100px, calc(100% - 24px));
    height: min(800px, calc(100dvh - 24px));
    max-width: none;
    max-height: none;
    margin: auto;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 24px;
    background: #070708;
}

.pg-promo-gallery__lightbox[open] {
    display: grid;
    place-items: center;
}

.pg-promo-gallery__lightbox::backdrop {
    background: rgba(5, 5, 5, .9);
}

.pg-promo-gallery__stage {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
}

.pg-promo-gallery__stage img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.pg-promo-gallery__close {
    position: absolute;
    z-index: 2;
    top: 18px;
    right: 18px;
    display: grid;
    width: 44px;
    height: 44px;
    padding: 0 0 3px;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: rgba(254, 255, 254, .94);
    color: var(--pg-black);
    cursor: pointer;
    font: 400 1.8rem/1 Arial, sans-serif;
    transition: background-color .2s ease, transform .2s ease;
}

.pg-promo-gallery__close:hover,
.pg-promo-gallery__close:focus-visible {
    background: var(--pg-green);
    outline: none;
    transform: rotate(4deg);
}

@media (max-width: 840px) {
    .pg-promo__shell {
        grid-template-columns: 1fr auto;
    }

    .pg-promo__action {
        grid-column: 1 / -1;
        justify-self: start;
    }

    .pg-promo__price {
        min-width: 160px;
    }
}

@media (max-width: 640px) {
    .pg-promo {
        padding-inline: 14px;
    }

    .pg-promo__shell {
        grid-template-columns: 1fr;
        gap: 22px;
        padding: 24px 20px;
        border-radius: 24px;
    }

    .pg-promo h2 {
        max-width: none;
    }

    .pg-promo__price {
        min-width: 0;
        padding: 20px 0 0;
        border-top: 1px solid rgba(5, 5, 5, .12);
        border-left: 0;
    }

    .pg-promo__action {
        width: 100%;
        justify-self: stretch;
    }

    .pg-promo-gallery {
        padding: 24px 20px;
        border-radius: 24px;
    }

    .pg-promo-gallery__grid {
        grid-template-columns: 1fr;
    }

    .pg-promo-gallery__image-button {
        aspect-ratio: 16 / 9;
        border-radius: 18px;
    }

    .pg-promo-gallery__action {
        width: 100%;
    }

    .pg-promo-gallery__lightbox {
        border-radius: 18px;
    }
}

.pg-why {
    overflow: hidden;
    padding: clamp(28px, 3.5vw, 45px) clamp(18px, 4vw, 36px);
    color: var(--pg-black);
}

.pg-why *,
.pg-why *::before,
.pg-why *::after {
    box-sizing: border-box;
}

.pg-why__shell {
    width: min(1220px, 100%);
    margin: 0 auto;
}

.pg-why__header {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: clamp(22px, 3.2vw, 34px);
}

.pg-why__eyebrow {
    margin: 0;
    color: var(--pg-purple);
    font: 700 .76rem/1 "Poppins", sans-serif;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.pg-why__title {
    max-width: 10ch;
    margin: 0;
    font: 800 clamp(2.6rem, 7vw, 5.4rem)/.92 "Poppins", sans-serif;
    letter-spacing: -.06em;
    text-transform: uppercase;
}

.pg-why__title-mark {
    color: var(--pg-purple);
}

.pg-why__lead {
    max-width: 60ch;
    margin: 0;
    color: rgba(5, 5, 5, .66);
    font-size: clamp(1rem, 1.5vw, 1.08rem);
    line-height: 1.6;
}

.pg-why__layout {
    display: flex;
    align-items: stretch;
    gap: clamp(18px, 3vw, 30px);
}

.pg-why__media {
    position: relative;
    flex: 1.08 1 0;
    min-height: clamp(420px, 52vw, 680px);
    overflow: hidden;
    isolation: isolate;
    border-radius: 34px;
    box-shadow: 0 30px 70px rgba(0, 0, 0, .14);
}

.pg-why__image {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pg-why__overlay {
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, .03), rgba(0, 0, 0, .2)), linear-gradient(90deg, rgba(5, 5, 5, .18), transparent 40%, rgba(5, 5, 5, .16));
}

.pg-why__list {
    display: flex;
    flex: .92 1 0;
    flex-direction: column;
    gap: 16px;
}

.pg-why__item {
    display: flex;
    flex: 1 1 0;
    gap: 16px;
    padding: clamp(18px, 2.4vw, 24px);
    border: 1px solid rgba(5, 5, 5, .1);
    border-radius: 26px;
    background: rgba(254, 255, 254, .84);
    box-shadow: 0 18px 34px rgba(0, 0, 0, .06);
    align-items: center;
}

.pg-why__icon {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(92, 61, 129, .14), rgba(32, 237, 140, .16));
    color: var(--pg-black);
    font: 800 1rem/1 "Poppins", sans-serif;
    letter-spacing: -.04em;
    text-transform: uppercase;
}

.pg-why__item-title {
    margin: 0 0 8px;
    font: 800 clamp(1.3rem, 2vw, 1.65rem)/1 "Poppins", sans-serif;
    letter-spacing: -.04em;
    text-transform: uppercase;
}

.pg-why__item-text {
    margin: 0;
    color: rgba(5, 5, 5, .66);
    font-size: .98rem;
    line-height: 1.6;
}

@media (max-width: 900px) {
    .pg-why__layout {
        flex-direction: column;
    }

    .pg-why__media {
        flex-basis: auto;
        min-height: 420px;
    }
}

@media (max-width: 640px) {
    .pg-why {
        padding-inline: 14px;
    }

    .pg-why__media {
        min-height: 340px;
        border-radius: 26px;
    }

    .pg-why__item {
        flex-direction: column;
    }

    .pg-why__icon {
        width: 52px;
        height: 52px;
    }
}

.pg-motivation {
    overflow: hidden;
    padding: clamp(56px, 7vw, 96px) clamp(18px, 4vw, 36px);
    color: var(--pg-white);
}

.pg-motivation *,
.pg-motivation *::before,
.pg-motivation *::after {
    box-sizing: border-box;
}

.pg-motivation__shell {
    width: min(1220px, 100%);
    margin: 0 auto;
}

.pg-motivation__frame {
    position: relative;
    min-height: clamp(520px, 82vw, 820px);
    overflow: hidden;
    isolation: isolate;
    border-radius: 36px;
    background: #090909;
    box-shadow: 0 34px 80px rgba(0, 0, 0, .24);
}

.pg-motivation__image {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .9;
}

.pg-motivation__overlay {
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(180deg, rgba(5, 5, 5, .12), rgba(5, 5, 5, .72)), linear-gradient(90deg, rgba(5, 5, 5, .72), rgba(5, 5, 5, .16) 42%, rgba(5, 5, 5, .58));
}

.pg-motivation__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: inherit;
    padding: clamp(24px, 4vw, 40px);
}

.pg-motivation__eyebrow {
    margin: 0 0 14px;
    color: var(--pg-green);
    font: 700 .78rem/1 "Poppins", sans-serif;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.pg-motivation__quote {
    max-width: 11ch;
    margin: 0 0 16px;
    font: 800 clamp(2.7rem, 7vw, 5.8rem)/.92 "Poppins", sans-serif;
    letter-spacing: -.06em;
    text-shadow: 0 14px 30px rgba(0, 0, 0, .28);
    text-transform: uppercase;
}

.pg-motivation__quote-mark {
    color: var(--pg-green);
}

.pg-motivation__text {
    max-width: 34ch;
    margin: 0 0 24px;
    color: rgba(254, 255, 254, .78);
    font-size: clamp(1rem, 1.45vw, 1.08rem);
    line-height: 1.6;
}

.pg-motivation__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}

.pg-motivation__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 24px;
    border-radius: 999px;
    background: var(--pg-green);
    color: var(--pg-black);
    font: 800 .88rem/1 "Poppins", sans-serif;
    letter-spacing: .08em;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: 0 14px 28px rgba(32, 237, 140, .18);
    transition: transform .24s ease, background-color .24s ease;
}

.pg-motivation__button:hover,
.pg-motivation__button:focus-visible {
    transform: translateY(-2px);
    background: #59f3ad;
    outline: none;
}

.pg-motivation__hint {
    color: rgba(254, 255, 254, .72);
    font: 500 .84rem/1.4 "Poppins", sans-serif;
    letter-spacing: .04em;
    text-transform: uppercase;
}

@media (max-width: 640px) {
    .pg-motivation {
        padding-inline: 14px;
    }

    .pg-motivation__frame {
        min-height: 540px;
        border-radius: 28px;
    }

    .pg-motivation__quote {
        max-width: none;
    }
}

.pg-home-gallery {
    padding: 20px clamp(18px, 4vw, 36px) clamp(70px, 8vw, 110px);
}

.pg-home-gallery *,
.pg-home-gallery *::before,
.pg-home-gallery *::after {
    box-sizing: border-box;
}

.pg-home-gallery__shell {
    width: min(1220px, 100%);
    margin: 0 auto;
}

.pg-home-gallery__header {
    margin-bottom: clamp(22px, 3vw, 34px);
}

.pg-home-gallery__header>p {
    margin: 0 0 11px;
    color: var(--pg-purple);
    font: 700 .68rem/1 "Poppins", sans-serif;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.pg-home-gallery__header h2 {
    max-width: 760px;
    margin: 0;
    color: var(--pg-black);
    font: 800 clamp(1.8rem, 4vw, 3.35rem)/1.05 "Poppins", sans-serif;
    letter-spacing: -.055em;
}

.pg-home-gallery__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(13px, 2vw, 22px);
}

.pg-home-gallery__item {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 24px;
    background: #090909;
    box-shadow: 0 18px 42px rgba(5, 5, 5, .13);
    cursor: zoom-in;
}

.pg-home-gallery__item:focus-visible {
    outline: 3px solid var(--pg-green);
    outline-offset: 4px;
}

.pg-home-gallery__item img,
.pg-home-gallery__item video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    transition: transform .25s ease;
}

.pg-home-gallery__item:hover img,
.pg-home-gallery__item:hover video {
    transform: scale(1.025);
}

.pg-home-gallery__play {
    position: absolute;
    top: 50%;
    left: 50%;
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    border-radius: 50%;
    background: rgba(254, 255, 254, .92);
    color: var(--pg-black);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .25);
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.pg-home-gallery__play svg {
    width: 24px;
    height: 24px;
    margin-left: 3px;
}

.pg-home-gallery__lightbox {
    position: fixed;
    inset: 0;
    width: min(1180px, calc(100% - 24px));
    height: min(820px, calc(100dvh - 24px));
    max-width: none;
    max-height: none;
    margin: auto;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 24px;
    background: #080809;
    box-shadow: 0 32px 90px rgba(0, 0, 0, .5);
}

.pg-home-gallery__lightbox[open] {
    display: grid;
    place-items: center;
}

.pg-home-gallery__lightbox::backdrop {
    background: rgba(5, 5, 5, .88);
}

.pg-home-gallery__stage {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
}

.pg-home-gallery__stage img,
.pg-home-gallery__stage video {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.pg-home-gallery__stage [hidden] {
    display: none;
}

.pg-home-gallery__close,
.pg-home-gallery__nav {
    position: absolute;
    z-index: 2;
    display: grid;
    place-items: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(254, 255, 254, .92);
    color: var(--pg-black);
    cursor: pointer;
}

.pg-home-gallery__close:hover,
.pg-home-gallery__close:focus-visible,
.pg-home-gallery__nav:hover,
.pg-home-gallery__nav:focus-visible {
    background: var(--pg-green);
    outline: 0;
}

.pg-home-gallery__close {
    top: 18px;
    right: 18px;
    width: 44px;
    height: 44px;
}

.pg-home-gallery__nav {
    top: 50%;
    width: 48px;
    height: 48px;
    transform: translateY(-50%);
}

.pg-home-gallery__nav--previous {
    left: 18px;
}

.pg-home-gallery__nav--next {
    right: 18px;
}

.pg-home-gallery__nav[hidden] {
    display: none;
}

.pg-home-gallery__close svg,
.pg-home-gallery__nav svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.5;
}

@media (max-width: 700px) {
    .pg-home-gallery {
        padding-right: 14px;
        padding-left: 14px;
    }

    .pg-home-gallery__grid {
        grid-template-columns: 1fr;
    }

    .pg-home-gallery__item,
    .pg-home-gallery__lightbox {
        border-radius: 20px;
    }

    .pg-home-gallery__nav {
        top: auto;
        bottom: 18px;
        transform: none;
    }
}
