:root {
    --ppfg-black: #030303;
    --ppfg-panel: #0b0b0b;
    --ppfg-panel-soft: #121212;
    --ppfg-line: rgba(245, 191, 72, 0.24);
    --ppfg-line-soft: rgba(255, 255, 255, 0.1);
    --ppfg-gold: #f5bf48;
    --ppfg-gold-light: #ffe08a;
    --ppfg-white: #ffffff;
    --ppfg-muted: rgba(255, 255, 255, 0.72);
    --ppfg-dim: rgba(255, 255, 255, 0.52);
    --ppfg-shell: 1220px;
}

.page-content > .ppf-guarantee-landing,
.page-content > .ppf-guarantee-section {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
}

.ppf-guarantee-landing .ppf-guarantee-section {
    width: auto;
    max-width: none;
    margin-left: 0;
}

.ppf-guarantee-landing,
.ppf-guarantee-section {
    color: var(--ppfg-white);
    background: var(--ppfg-black);
    font-family: var(--font-body);
}

.has-ppf-guarantee-landing .site {
    background: var(--ppfg-black);
}

.has-ppf-guarantee-landing .page-header-spacer {
    display: none;
}

.has-ppf-guarantee-landing .site-header {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0)) !important;
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.has-ppf-guarantee-landing.admin-bar .site-header {
    top: 32px;
}

.has-ppf-guarantee-landing .main-navigation a {
    color: var(--ppfg-white) !important;
}

.has-ppf-guarantee-landing .main-navigation a:hover {
    color: var(--ppfg-gold-light) !important;
}

.has-ppf-guarantee-landing .main-navigation .mobile-locator-btn,
.has-ppf-guarantee-landing .main-navigation .mobile-locator-btn * {
    color: #000 !important;
    -webkit-text-fill-color: #000 !important;
}

.has-ppf-guarantee-landing .header-locator-btn {
    color: var(--ppfg-gold-light) !important;
    border: 1px solid rgba(245, 191, 72, 0.72);
    background: rgba(0, 0, 0, 0.32);
}

.has-ppf-guarantee-landing .header-locator-btn svg,
.has-ppf-guarantee-landing .header-locator-btn .dashicons {
    color: var(--ppfg-gold-light) !important;
}

.has-ppf-guarantee-landing .site-branding {
    display: block;
    width: 240px;
    height: 92px;
    overflow: visible;
    top: 14px;
    left: 36px;
}

.has-ppf-guarantee-landing .site-branding a {
    display: block;
    width: 100%;
    height: 100%;
}

.has-ppf-guarantee-landing .site-branding img {
    width: 240px !important;
    height: 92px !important;
    max-width: none;
    max-height: none;
    object-fit: contain;
    object-position: left center;
    transform: none;
}

.has-ppf-guarantee-landing .page-content a.ppf-guarantee-btn,
.has-ppf-guarantee-landing .page-content a.ppf-guarantee-btn span {
    text-decoration: none !important;
}

.has-ppf-guarantee-landing .page-content a.ppf-guarantee-btn--gold,
.has-ppf-guarantee-landing .page-content a.ppf-guarantee-btn--gold span {
    color: #060606 !important;
    -webkit-text-fill-color: #060606 !important;
}

.has-ppf-guarantee-landing .page-content a.ppf-guarantee-btn--gold {
    background: linear-gradient(180deg, var(--ppfg-gold-light), var(--ppfg-gold)) !important;
}

.has-ppf-guarantee-landing .page-content a.ppf-guarantee-btn--ghost,
.has-ppf-guarantee-landing .page-content a.ppf-guarantee-btn--ghost span {
    color: var(--ppfg-white) !important;
    -webkit-text-fill-color: var(--ppfg-white) !important;
}

.ppf-guarantee-section {
    position: relative;
    overflow: hidden;
    padding: 10px 0;
}

.ppf-guarantee-section::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, transparent 0, rgba(245, 191, 72, 0.04) 50%, transparent 100%),
        linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
    background-size: auto, 100% 72px, 72px 100%;
    opacity: 0.55;
}

.ppf-guarantee-shell {
    position: relative;
    z-index: 1;
    width: min(var(--ppfg-shell), 100%);
    margin: 0 auto;
    padding: 0 24px;
}

.ppf-guarantee-section-title {
    margin: 0;
    color: var(--ppfg-white) !important;
    font-size: 2.1rem;
    line-height: 1.08;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: 0;
    overflow-wrap: anywhere;
}

.ppf-guarantee-section-title span {
    color: var(--ppfg-gold) !important;
}

.ppf-guarantee-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 22px;
    border: 1px solid transparent;
    border-radius: 8px;
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
    text-transform: none;
    text-decoration: none !important;
    white-space: nowrap;
}

.ppf-guarantee-btn span {
    margin-left: 0;
}

.ppf-guarantee-btn span + span {
    margin-left: 8px;
}

.ppf-guarantee-btn--gold {
    color: #060606 !important;
    background: linear-gradient(180deg, var(--ppfg-gold-light), var(--ppfg-gold));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45), 0 16px 34px rgba(245, 191, 72, 0.18);
}

.ppf-guarantee-btn--gold:hover {
    color: #060606 !important;
    transform: translateY(-1px);
}

.ppf-guarantee-btn--ghost {
    color: var(--ppfg-white) !important;
    border-color: rgba(245, 191, 72, 0.55);
    background: rgba(255, 255, 255, 0.03);
}

.ppf-guarantee-btn--ghost:hover {
    color: var(--ppfg-gold-light) !important;
    border-color: var(--ppfg-gold);
}

.ppf-guarantee-hero {
    min-height: 638px;
    padding-top: 96px;
    padding-bottom: 18px;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.78), rgba(3, 3, 3, 1) 82%),
        var(--ppfg-black);
}

.ppf-guarantee-hero__grid {
    display: grid;
    grid-template-columns: minmax(340px, 0.74fr) minmax(620px, 1.26fr);
    gap: 14px;
    align-items: center;
}

.ppf-guarantee-hero__copy {
    min-width: 0;
}

.ppf-guarantee-hero__logo {
    display: none;
    position: absolute;
    top: 24px;
    left: 24px;
    z-index: 6;
    width: 170px;
    max-width: 44vw;
    height: 74px !important;
    margin-bottom: 0;
    object-fit: contain;
    object-position: left center;
    transform: scale(2.15);
    transform-origin: left center;
}

.ppf-guarantee-kicker {
    display: none;
    align-items: center;
    gap: 9px;
    min-height: 34px;
    margin-bottom: 22px;
    padding: 0 14px;
    border: 1px solid rgba(245, 191, 72, 0.48);
    border-radius: 999px;
    color: var(--ppfg-gold-light);
    background: rgba(245, 191, 72, 0.06);
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0;
}

.ppf-guarantee-kicker__icon {
    width: 18px;
    height: 18px !important;
    object-fit: contain;
}

.ppf-guarantee-hero__title {
    margin: 0 0 18px;
    font-size: 4.55rem;
    line-height: 0.98;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0;
    overflow-wrap: anywhere;
}

.ppf-guarantee-hero__title span {
    display: block;
    color: var(--ppfg-gold);
}

.ppf-guarantee-hero__title strong {
    display: block;
    color: var(--ppfg-white);
    font-weight: inherit;
}

.ppf-guarantee-hero__description {
    max-width: 520px;
    margin: 0;
    color: var(--ppfg-muted);
    font-size: 1.05rem;
    line-height: 1.75;
}

.ppf-guarantee-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 24px;
}

.ppf-guarantee-hero__benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 42px;
}

.ppf-guarantee-mini-benefit {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    color: var(--ppfg-white);
    font-size: 0.92rem;
    font-weight: 700;
}

.ppf-guarantee-mini-benefit__icon {
    width: 36px;
    height: 36px !important;
    flex: 0 0 36px;
    object-fit: contain;
    transform: scale(1.42);
    transform-origin: center;
}

.ppf-guarantee-hero__stage {
    position: relative;
    min-height: 514px;
}

.ppf-guarantee-hero__car {
    position: absolute;
    right: 7%;
    bottom: 10px;
    width: 94%;
    max-height: 430px;
    object-fit: contain;
    z-index: 1;
}

.ppf-guarantee-hero__badge {
    position: absolute;
    top: 16px;
    left: 35%;
    width: 218px;
    height: 242px !important;
    max-width: 32%;
    object-fit: contain;
    z-index: 2;
}

.ppf-guarantee-hero__phone {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 312px;
    max-width: 42%;
    z-index: 3;
    filter: drop-shadow(0 30px 34px rgba(0, 0, 0, 0.52));
}

.ppf-guarantee-metric-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border: 1px solid var(--ppfg-line-soft);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.025);
    overflow: hidden;
}

.ppf-guarantee-metric {
    display: grid;
    justify-items: center;
    align-content: center;
    min-height: 118px;
    padding: 16px 14px;
    border-right: 1px solid var(--ppfg-line-soft);
    text-align: center;
}

.ppf-guarantee-metric:last-child {
    border-right: 0;
}

.ppf-guarantee-metric__icon {
    width: 56px;
    height: 56px !important;
    margin-bottom: 10px;
    object-fit: contain;
}

.ppf-guarantee-metric strong {
    display: block;
    color: var(--ppfg-gold);
    font-size: 1rem;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0;
}

.ppf-guarantee-metric span {
    color: var(--ppfg-white);
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: 0;
}

.ppf-guarantee-steps .ppf-guarantee-shell {
    padding-top: 16px;
    padding-bottom: 18px;
    border: 1px solid var(--ppfg-line-soft);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.018);
}

.ppf-guarantee-steps .ppf-guarantee-section-title {
    margin: 0 0 20px;
    text-align: center;
    font-size: 1.8rem;
}

.ppf-guarantee-steps__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.ppf-guarantee-step {
    position: relative;
    text-align: center;
}

.ppf-guarantee-step:not(:last-child)::after {
    content: "→";
    position: absolute;
    top: 52px;
    right: -20px;
    color: var(--ppfg-gold);
    font-size: 2.4rem;
    line-height: 1;
}

.ppf-guarantee-step__visual {
    position: relative;
    width: 94px;
    height: 94px;
    margin: 0 auto 12px;
}

.ppf-guarantee-step__icon {
    width: 94px;
    height: 94px !important;
    object-fit: contain;
}

.ppf-guarantee-step__visual span {
    display: none;
}

.ppf-guarantee-step h3 {
    margin: 0 0 8px;
    color: var(--ppfg-white);
    font-size: 0.95rem;
    line-height: 1.25;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0;
}

.ppf-guarantee-step p {
    margin: 0 auto;
    max-width: 210px;
    color: var(--ppfg-muted);
    font-size: 0.9rem;
    line-height: 1.55;
}

.ppf-guarantee-dashboard__grid {
    display: grid;
    grid-template-columns: 0.78fr 1.72fr;
    gap: 22px;
    align-items: center;
    padding: 20px 26px;
    border: 1px solid var(--ppfg-line-soft);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.018);
}

.ppf-guarantee-dashboard__copy p,
.ppf-guarantee-feature-card p,
.ppf-guarantee-final-cta p {
    margin: 12px 0 0;
    color: var(--ppfg-muted);
    font-size: 0.96rem;
    line-height: 1.65;
}

.ppf-guarantee-check-list,
.ppf-guarantee-price-card__benefits {
    display: grid;
    gap: 10px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none !important;
}

.ppf-guarantee-check-list li,
.ppf-guarantee-price-card__benefits li {
    position: relative;
    padding-left: 30px;
    color: var(--ppfg-white);
    font-size: 0.95rem;
    line-height: 1.4;
    list-style: none !important;
}

.ppf-guarantee-check-list li::before,
.ppf-guarantee-price-card__benefits li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    display: grid;
    place-items: center;
    width: 18px;
    height: 18px;
    border: 1px solid var(--ppfg-gold);
    border-radius: 50%;
    color: var(--ppfg-gold);
    font-size: 0.72rem;
    font-weight: 900;
}

.ppf-guarantee-dashboard__visual {
    position: relative;
    min-height: 0;
    align-self: center;
    border: 1px solid var(--ppfg-line-soft);
    border-radius: 8px;
    background: #080808;
    overflow: hidden;
}

.ppf-guarantee-dashboard__screen {
    width: 100%;
    height: auto !important;
    min-height: 0;
    object-fit: contain;
    display: block;
}

.ppf-guarantee-dashboard__phone {
    display: none;
}

.ppf-guarantee-split-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.ppf-guarantee-feature-card {
    min-width: 0;
    padding: 20px 24px;
    border: 1px solid var(--ppfg-line-soft);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.018);
}

.ppf-guarantee-feature-card__head {
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
}

.ppf-guarantee-feature-card__icon {
    width: 78px;
    height: 78px !important;
    object-fit: contain;
}

.ppf-guarantee-feature-card .ppf-guarantee-section-title {
    font-size: 1.35rem;
}

.ppf-guarantee-feature-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 18px;
}

.ppf-guarantee-feature-list__item {
    display: grid;
    justify-items: center;
    gap: 8px;
    min-width: 0;
    text-align: center;
}

.ppf-guarantee-feature-list__icon {
    width: 42px;
    height: 42px !important;
    object-fit: contain;
    display: block;
}

.ppf-guarantee-feature-list__item span {
    color: var(--ppfg-white);
    font-size: 0.78rem;
    line-height: 1.25;
}

.ppf-guarantee-price-card,
.ppf-guarantee-final-cta__card {
    display: grid;
    grid-template-columns: 1fr 1fr 0.9fr;
    gap: 28px;
    align-items: center;
    padding: 18px 30px;
    border: 1px solid var(--ppfg-line-soft);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.018);
}

.ppf-guarantee-price-card__price {
    display: grid;
    grid-template-columns: 106px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    min-width: 0;
}

.ppf-guarantee-price-card__icon {
    width: 94px;
    height: 94px !important;
    object-fit: contain;
}

.ppf-guarantee-price-card__price span,
.ppf-guarantee-price-card__price small {
    display: block;
    color: var(--ppfg-white);
    font-size: 0.9rem;
    line-height: 1.2;
    text-transform: uppercase;
}

.ppf-guarantee-price-card__price strong {
    display: block;
    color: var(--ppfg-gold);
    font-size: 3.15rem;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0;
}

.ppf-guarantee-price-card__benefits {
    margin: 0;
    padding-left: 28px;
    border-left: 1px solid var(--ppfg-line);
}

.ppf-guarantee-price-card__action {
    display: grid;
    gap: 12px;
    justify-items: stretch;
}

.ppf-guarantee-price-card__action p {
    margin: 0;
    color: var(--ppfg-muted);
    text-align: center;
    font-size: 0.9rem;
}

.ppf-guarantee-final-cta__card {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.46fr);
}

.ppf-guarantee-final-cta__copy {
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
}

.ppf-guarantee-final-cta__icon {
    width: 76px;
    height: 76px !important;
    object-fit: contain;
}

.ppf-guarantee-final-cta__action {
    display: grid;
    gap: 12px;
}

.ppf-guarantee-final-cta__action span {
    color: var(--ppfg-muted);
    font-size: 0.88rem;
    text-align: center;
}

@media (max-width: 1100px) {
    .ppf-guarantee-hero__grid {
        grid-template-columns: 1fr;
    }

    .ppf-guarantee-hero__stage {
        min-height: 430px;
    }

    .ppf-guarantee-dashboard__grid,
    .ppf-guarantee-price-card,
    .ppf-guarantee-final-cta__card {
        grid-template-columns: 1fr;
    }

    .ppf-guarantee-price-card__benefits {
        padding-left: 0;
        border-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1100px) {
    .has-ppf-guarantee-landing .site-branding {
        position: relative !important;
        top: auto;
        left: auto;
        width: 150px;
        height: 72px;
        margin: 0 22px 0 0;
    }

    .has-ppf-guarantee-landing .site-branding img {
        width: 150px !important;
        height: 64px !important;
        max-width: 150px;
        max-height: 64px;
        object-position: left center;
    }

    .ppf-guarantee-hero {
        min-height: 0;
        padding-top: 116px;
    }

    .ppf-guarantee-hero__grid {
        gap: 24px;
    }

    .ppf-guarantee-hero__title {
        font-size: clamp(3rem, 7vw, 4.5rem);
    }

    .ppf-guarantee-hero__stage {
        min-height: 360px;
    }
}

@media (max-width: 860px) {
    .ppf-guarantee-section {
        padding: 18px 0;
    }

    .ppf-guarantee-shell {
        padding: 0 16px;
    }

    .ppf-guarantee-hero {
        min-height: 0;
        padding-top: 92px;
    }

    .ppf-guarantee-hero__title {
        font-size: 2.85rem;
    }

    .ppf-guarantee-hero__benefits,
    .ppf-guarantee-split-grid {
        grid-template-columns: 1fr;
    }

    .ppf-guarantee-feature-card {
        background:
            radial-gradient(circle at 0% 0%, rgba(245, 191, 72, 0.08), transparent 34%),
            rgba(255, 255, 255, 0.02);
    }

    .ppf-guarantee-feature-card__head {
        grid-template-columns: 64px minmax(0, 1fr);
        gap: 16px;
        align-items: center;
    }

    .ppf-guarantee-feature-card__icon {
        width: 60px;
        height: 60px !important;
    }

    .ppf-guarantee-feature-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .ppf-guarantee-feature-list__item {
        grid-template-columns: 38px minmax(0, 1fr);
        justify-items: start;
        align-items: center;
        gap: 10px;
        min-height: 72px;
        padding: 12px;
        border: 1px solid var(--ppfg-line-soft);
        border-radius: 9px;
        background:
            linear-gradient(135deg, rgba(245, 191, 72, 0.065), transparent 58%),
            rgba(255, 255, 255, 0.018);
        text-align: left;
    }

    .ppf-guarantee-feature-list__icon {
        width: 36px;
        height: 36px !important;
    }

    .ppf-guarantee-feature-list__item span {
        font-size: 0.8rem;
        font-weight: 750;
        line-height: 1.35;
    }

    .ppf-guarantee-metric-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        border: 0;
        background: transparent;
        overflow: visible;
    }

    .ppf-guarantee-metric {
        position: relative;
        min-height: 154px;
        padding: 18px 14px;
        overflow: hidden;
        border: 1px solid var(--ppfg-line-soft);
        border-radius: 10px;
        background:
            radial-gradient(circle at 50% 0%, rgba(245, 191, 72, 0.1), transparent 58%),
            rgba(255, 255, 255, 0.025);
    }

    .ppf-guarantee-metric::after {
        content: "";
        position: absolute;
        right: -34px;
        bottom: -44px;
        width: 92px;
        height: 92px;
        border: 1px solid rgba(245, 191, 72, 0.12);
        border-radius: 50%;
        pointer-events: none;
    }

    .ppf-guarantee-metric__icon {
        width: 48px;
        height: 48px !important;
        margin-bottom: 8px;
    }

    .ppf-guarantee-steps__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .ppf-guarantee-step {
        display: grid;
        grid-template-columns: 72px minmax(0, 1fr);
        grid-template-rows: auto auto;
        column-gap: 16px;
        min-height: 150px;
        padding: 18px;
        border: 1px solid var(--ppfg-line-soft);
        border-radius: 10px;
        background:
            linear-gradient(135deg, rgba(245, 191, 72, 0.07), transparent 54%),
            rgba(255, 255, 255, 0.02);
        text-align: left;
    }

    .ppf-guarantee-step__visual {
        grid-column: 1;
        grid-row: 1 / span 2;
        align-self: center;
        width: 72px;
        height: 72px;
        margin: 0;
    }

    .ppf-guarantee-step__icon {
        width: 72px;
        height: 72px !important;
    }

    .ppf-guarantee-step h3 {
        grid-column: 2;
        align-self: end;
        margin-bottom: 6px;
        font-size: 0.9rem;
    }

    .ppf-guarantee-step p {
        grid-column: 2;
        max-width: none;
        margin: 0;
        font-size: 0.82rem;
        line-height: 1.55;
    }

    .ppf-guarantee-mini-benefit {
        justify-content: flex-start;
    }

    .ppf-guarantee-step:not(:last-child)::after {
        display: none;
    }

    .ppf-guarantee-dashboard__grid,
    .ppf-guarantee-feature-card,
    .ppf-guarantee-price-card,
    .ppf-guarantee-final-cta__card {
        padding: 22px 18px;
    }

    .ppf-guarantee-final-cta__copy,
    .ppf-guarantee-price-card__price {
        grid-template-columns: 1fr;
    }

    .ppf-guarantee-feature-card__icon,
    .ppf-guarantee-final-cta__icon,
    .ppf-guarantee-price-card__icon {
        width: 72px;
        height: 72px;
    }
}

@media (max-width: 560px) {
    .ppf-guarantee-section-title {
        font-size: 1.55rem;
    }

    .ppf-guarantee-hero__title {
        font-size: 2.25rem;
    }

    .ppf-guarantee-hero__stage {
        min-height: 310px;
    }

    .ppf-guarantee-hero__car {
        right: 4%;
        width: 88%;
    }

    .ppf-guarantee-hero__badge {
        left: 6%;
        width: 120px;
        max-width: 36%;
    }

    .ppf-guarantee-hero__phone {
        width: 138px;
        max-width: 42%;
    }

    .ppf-guarantee-metric-grid {
        gap: 8px;
    }

    .ppf-guarantee-metric {
        min-height: 132px;
        padding: 14px 10px;
    }

    .ppf-guarantee-metric__icon {
        width: 42px;
        height: 42px !important;
    }

    .ppf-guarantee-metric strong {
        font-size: 0.86rem;
    }

    .ppf-guarantee-metric span {
        font-size: 0.76rem;
    }

    .ppf-guarantee-steps .ppf-guarantee-shell {
        overflow: hidden;
        padding-inline: 14px;
    }

    .ppf-guarantee-steps__grid {
        grid-template-columns: none;
        grid-auto-flow: column;
        grid-auto-columns: minmax(252px, 82vw);
        gap: 12px;
        margin: 0 -2px;
        padding: 2px 2px 14px;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scroll-snap-type: inline mandatory;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .ppf-guarantee-steps__grid::-webkit-scrollbar {
        display: none;
    }

    .ppf-guarantee-step {
        display: block;
        min-height: 260px;
        padding: 24px 20px;
        scroll-snap-align: start;
        text-align: center;
    }

    .ppf-guarantee-step__visual {
        width: 88px;
        height: 88px;
        margin: 0 auto 16px;
    }

    .ppf-guarantee-step__icon {
        width: 88px;
        height: 88px !important;
    }

    .ppf-guarantee-step h3 {
        margin: 0 0 10px;
        font-size: 0.95rem;
    }

    .ppf-guarantee-step p {
        margin: 0 auto;
        max-width: 220px;
        font-size: 0.88rem;
    }

    .ppf-guarantee-feature-card {
        padding: 18px 14px;
    }

    .ppf-guarantee-feature-card__head {
        grid-template-columns: 52px minmax(0, 1fr);
        gap: 12px;
    }

    .ppf-guarantee-feature-card__icon {
        width: 50px;
        height: 50px !important;
    }

    .ppf-guarantee-feature-card .ppf-guarantee-section-title {
        font-size: 1.14rem;
    }

    .ppf-guarantee-feature-card__head p {
        font-size: 0.86rem;
        line-height: 1.55;
    }

    .ppf-guarantee-feature-list {
        gap: 8px;
        margin-top: 14px;
    }

    .ppf-guarantee-feature-list__item {
        grid-template-columns: 30px minmax(0, 1fr);
        gap: 8px;
        min-height: 68px;
        padding: 10px 8px;
    }

    .ppf-guarantee-feature-list__icon {
        width: 28px;
        height: 28px !important;
    }

    .ppf-guarantee-feature-list__item span {
        font-size: 0.72rem;
    }

    .ppf-guarantee-actions,
    .ppf-guarantee-btn {
        width: 100%;
    }

    .ppf-guarantee-dashboard__phone {
        position: static;
        width: 128px;
        max-width: 44%;
        margin: -74px 16px 12px auto;
    }

    .ppf-guarantee-price-card__price strong {
        font-size: 2.35rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ppf-guarantee-btn--gold:hover {
        transform: none;
    }
}
