:root {
    --ppx-navy: #0a2463;
    --ppx-navy-deep: #061538;
    --ppx-navy-light: #1d438e;
    --ppx-orange: #e8622a;
    --ppx-orange-dark: #c94716;
    --ppx-green: #15945f;
    --ppx-ink: #111827;
    --ppx-muted: #687386;
    --ppx-line: #dfe6ee;
    --ppx-soft: #f3f6fa;
    --ppx-serif: Georgia, "Times New Roman", serif;
    --ppx-sans: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.ppx-app-launcher,
.ppx-app-launcher *,
.ppx-app-dock,
.ppx-app-dock *,
.ppx-layer,
.ppx-layer * {
    box-sizing: border-box;
}

body.ppx-app-launcher-enabled {
    overflow-x: clip;
}

html .pp-app-prompt-layer,
html.ppx-legacy-prompt-disabled .pp-app-prompt-layer,
html body .pp-app-prompt-layer.pp-app-prompt-visible {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

.ppx-app-launcher {
    position: relative;
    z-index: 2;
    width: 100vw;
    max-width: 100vw;
    margin: 0 0 52px calc(50% - 50vw);
    padding: clamp(18px, 3vw, 42px);
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 2%, rgba(232, 98, 42, .15), transparent 26rem),
        radial-gradient(circle at 96% 100%, rgba(29, 67, 142, .13), transparent 34rem),
        linear-gradient(180deg, #f8fafc, #eef3f8);
    color: var(--ppx-ink);
    font-family: var(--ppx-sans);
    line-height: 1.4;
}

.ppx-app-launcher::before,
.ppx-app-launcher::after {
    position: absolute;
    z-index: -1;
    width: 290px;
    height: 290px;
    border: 1px solid rgba(10, 36, 99, .09);
    border-radius: 50%;
    content: "";
}

.ppx-app-launcher::before {
    top: -185px;
    left: -120px;
}

.ppx-app-launcher::after {
    right: -155px;
    bottom: -190px;
}

.ppx-app-surface {
    width: min(1180px, 100%);
    margin: 0 auto;
    padding: clamp(18px, 2.2vw, 30px);
    border: 1px solid rgba(255, 255, 255, .94);
    border-radius: 30px;
    background: rgba(255, 255, 255, .86);
    box-shadow: 0 30px 80px rgba(10, 36, 99, .13), inset 0 1px 0 #fff;
    backdrop-filter: blur(14px);
}

.ppx-app-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding-bottom: 23px;
    border-bottom: 1px solid var(--ppx-line);
}

.ppx-wordmark {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--ppx-navy) !important;
    text-decoration: none !important;
}

.ppx-wordmark > span {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 2px solid rgba(255, 255, 255, .9);
    border-radius: 50%;
    background: linear-gradient(145deg, var(--ppx-orange), var(--ppx-orange-dark));
    box-shadow: 0 9px 21px rgba(232, 98, 42, .34);
    color: #fff;
    font-family: var(--ppx-serif);
    font-size: 25px;
    font-weight: 900;
}

.ppx-wordmark strong {
    color: var(--ppx-navy);
    font-family: var(--ppx-serif);
    font-size: clamp(19px, 2vw, 24px);
    letter-spacing: -.045em;
}

.ppx-wordmark em {
    margin-left: 3px;
    color: var(--ppx-orange);
    font-size: .58em;
    font-style: italic;
}

.ppx-wordmark small {
    padding: 5px 7px;
    border-radius: 7px;
    background: var(--ppx-navy);
    color: #fff;
    font-family: var(--ppx-sans);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .1em;
}

.ppx-app-top-actions,
.ppx-language {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ppx-language {
    padding: 4px;
    border: 1px solid var(--ppx-line);
    border-radius: 100px;
    background: var(--ppx-soft);
}

.ppx-language button {
    min-width: 34px;
    min-height: 30px;
    padding: 0 8px;
    border: 0;
    border-radius: 100px;
    background: transparent;
    box-shadow: none;
    color: var(--ppx-muted);
    cursor: pointer;
    font: 800 10px/1 var(--ppx-sans);
}

.ppx-language button:hover,
.ppx-language button.is-active {
    background: #fff;
    box-shadow: 0 3px 10px rgba(10, 36, 99, .1);
    color: var(--ppx-navy);
}

.ppx-account {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    gap: 8px;
    padding: 0 14px;
    border-radius: 11px;
    background: var(--ppx-navy);
    color: #fff !important;
    text-decoration: none !important;
}

.ppx-account span {
    color: var(--ppx-orange);
    font-size: 10px;
}

.ppx-account b {
    color: inherit;
    font-size: 11px;
    font-weight: 850;
}

.ppx-app-welcome {
    max-width: 740px;
    margin: clamp(36px, 5.7vw, 68px) auto clamp(26px, 3.5vw, 42px);
    text-align: center;
}

.ppx-app-welcome > span {
    display: inline-flex;
    padding: 8px 12px;
    border: 1px solid rgba(232, 98, 42, .2);
    border-radius: 100px;
    background: #fff4ed;
    color: var(--ppx-orange);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .105em;
}

.ppx-app-welcome > span b {
    color: inherit;
}

.ppx-app-welcome h2 {
    margin: 13px 0 8px !important;
    color: var(--ppx-navy) !important;
    font-family: var(--ppx-serif) !important;
    font-size: clamp(38px, 5.2vw, 65px) !important;
    font-weight: 800 !important;
    letter-spacing: -.052em !important;
    line-height: 1.02 !important;
}

.ppx-app-welcome p {
    margin: 0 !important;
    color: var(--ppx-muted) !important;
    font-size: clamp(13px, 1.4vw, 16px) !important;
}

.ppx-app-choices {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(14px, 2vw, 24px);
}

.ppx-choice {
    position: relative;
    display: grid;
    min-height: 180px;
    grid-template-columns: 65px 1fr 30px;
    align-items: center;
    gap: 18px;
    padding: clamp(22px, 3vw, 34px);
    overflow: hidden;
    border: 0;
    border-radius: 23px;
    box-shadow: 0 19px 43px rgba(10, 36, 99, .17);
    color: #fff !important;
    text-align: left;
    text-decoration: none !important;
    transition: transform .22s ease, box-shadow .22s ease;
}

.ppx-choice::after {
    position: absolute;
    right: -55px;
    bottom: -75px;
    width: 190px;
    height: 190px;
    border: 1px solid rgba(255, 255, 255, .17);
    border-radius: 50%;
    content: "";
}

.ppx-choice-pro::before {
    position: absolute;
    inset: 0 0 0 48%;
    background:
        linear-gradient(90deg, var(--ppx-orange) 0%, rgba(232, 98, 42, .5) 45%, rgba(201, 71, 22, .08) 100%),
        url("artisan-renovation-hero.webp") 68% center / cover no-repeat;
    content: "";
    opacity: .36;
}

.ppx-choice > i,
.ppx-choice > span,
.ppx-choice > b {
    position: relative;
    z-index: 1;
}

.ppx-choice:hover {
    box-shadow: 0 27px 55px rgba(10, 36, 99, .23);
    color: #fff !important;
    transform: translateY(-4px);
}

.ppx-choice-client {
    background: radial-gradient(circle at 100% 0, rgba(255,255,255,.13), transparent 14rem), linear-gradient(135deg, var(--ppx-navy-deep), var(--ppx-navy-light));
}

.ppx-choice-pro {
    background: radial-gradient(circle at 100% 0, rgba(255,255,255,.17), transparent 14rem), linear-gradient(135deg, var(--ppx-orange-dark), var(--ppx-orange));
}

.ppx-choice > i {
    display: grid;
    width: 64px;
    height: 64px;
    place-items: center;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 18px;
    background: rgba(255, 255, 255, .14);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25);
    color: #fff;
    font-family: var(--ppx-sans);
    font-size: 27px;
    font-style: normal;
}

.ppx-choice > span {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
}

.ppx-choice small,
.ppx-choice strong,
.ppx-choice em,
.ppx-choice > b {
    color: #fff;
}

.ppx-choice small {
    margin-bottom: 9px;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .13em;
    opacity: .72;
}

.ppx-choice strong {
    font-family: var(--ppx-serif);
    font-size: clamp(20px, 2.3vw, 28px);
    line-height: 1.12;
}

.ppx-choice em {
    margin-top: 9px;
    font-size: 10px;
    font-style: normal;
    line-height: 1.5;
    opacity: .78;
}

.ppx-choice > b {
    font-size: 25px;
    transition: transform .2s ease;
}

.ppx-choice:hover > b {
    transform: translateX(4px);
}

.ppx-app-note {
    display: flex;
    max-width: 720px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 25px auto 31px;
    text-align: left;
}

.ppx-app-note > span {
    display: grid;
    width: 29px;
    height: 29px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 50%;
    background: #e7f8ef;
    color: var(--ppx-green);
    font-size: 12px;
    font-weight: 900;
}

.ppx-app-note p {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin: 0 !important;
}

.ppx-app-note strong {
    color: var(--ppx-navy);
    font-size: 11px;
}

.ppx-app-note small {
    color: var(--ppx-muted);
    font-size: 9px;
    line-height: 1.5;
}

.ppx-app-photo-story {
    position: relative;
    display: grid;
    min-height: 370px;
    align-items: center;
    margin-top: 18px;
    padding: clamp(28px, 5vw, 58px);
    overflow: hidden;
    border-radius: 24px;
    background: var(--ppx-navy-deep);
    box-shadow: 0 22px 45px rgba(10, 36, 99, .2);
    color: #fff;
}

.ppx-app-photo-story::before {
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(90deg, rgba(5, 21, 57, .97) 0%, rgba(7, 28, 72, .93) 42%, rgba(7, 28, 72, .21) 72%, rgba(7, 28, 72, .06) 100%);
    content: "";
}

.ppx-app-photo-story > img {
    position: absolute;
    z-index: 0;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    border: 0 !important;
    object-fit: cover;
    object-position: center 38%;
}

.ppx-app-photo-story > div {
    position: relative;
    z-index: 2;
    width: min(510px, 55%);
}

.ppx-app-photo-story > div > span {
    display: inline-flex;
    padding: 7px 10px;
    border-radius: 100px;
    background: rgba(21, 148, 95, .9);
    color: #fff;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .085em;
}

.ppx-app-photo-story h2 {
    margin: 16px 0 10px !important;
    color: #fff !important;
    font-family: var(--ppx-serif) !important;
    font-size: clamp(33px, 4.2vw, 52px) !important;
    font-weight: 800 !important;
    letter-spacing: -.045em !important;
    line-height: 1.04 !important;
}

.ppx-app-photo-story p {
    margin: 0 !important;
    color: rgba(255, 255, 255, .8) !important;
    font-size: 12px !important;
    line-height: 1.7 !important;
}

.ppx-app-photo-story a {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    gap: 8px;
    margin-top: 22px;
    padding: 0 18px;
    border-radius: 11px;
    background: linear-gradient(135deg, var(--ppx-orange), var(--ppx-orange-dark));
    box-shadow: 0 11px 25px rgba(232, 98, 42, .32);
    color: #fff !important;
    font-size: 10px;
    text-decoration: none !important;
}

.ppx-app-photo-story a b {
    color: inherit;
}

.ppx-app-dock {
    display: none;
}

.ppx-install-banner {
    position: fixed;
    z-index: 999989;
    right: 22px;
    bottom: 22px;
    display: grid;
    width: min(590px, calc(100% - 44px));
    grid-template-columns: 50px minmax(0, 1fr) auto 34px;
    align-items: center;
    gap: 12px;
    padding: 12px;
    visibility: hidden;
    border: 1px solid rgba(255, 255, 255, .9);
    border-radius: 19px;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 18px 50px rgba(5, 21, 57, .24);
    color: var(--ppx-ink);
    font-family: var(--ppx-sans);
    opacity: 0;
    pointer-events: none;
    transform: translateY(18px);
    transition: visibility .22s ease, opacity .22s ease, transform .22s ease;
    backdrop-filter: blur(16px);
}

.ppx-install-banner.is-visible {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.ppx-install-banner-icon {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border: 2px solid rgba(255,255,255,.86);
    border-radius: 14px;
    background: linear-gradient(145deg, var(--ppx-orange), var(--ppx-orange-dark));
    box-shadow: 0 8px 18px rgba(232, 98, 42, .27);
    color: #fff;
    font: 900 27px/1 var(--ppx-serif);
}

.ppx-install-banner-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 2px;
}

.ppx-install-banner-copy strong {
    overflow: hidden;
    color: var(--ppx-navy);
    font: 800 13px/1.25 var(--ppx-sans);
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ppx-install-banner-copy small {
    color: var(--ppx-muted);
    font-size: 9px;
    line-height: 1.4;
}

.ppx-install-banner-action {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0 13px;
    border: 0;
    border-radius: 10px;
    background: var(--ppx-navy);
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-family: var(--ppx-sans);
}

.ppx-install-banner-action b {
    color: inherit;
    font-size: 9px;
    white-space: nowrap;
}

.ppx-install-banner-close {
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    padding: 0;
    border: 1px solid var(--ppx-line);
    border-radius: 50%;
    background: var(--ppx-soft);
    box-shadow: none;
    color: var(--ppx-navy);
    cursor: pointer;
    font: 400 20px/1 var(--ppx-sans);
}

.ppx-layer {
    position: fixed;
    z-index: 999998;
    inset: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 18px;
    visibility: hidden;
    color: var(--ppx-ink);
    font-family: var(--ppx-sans);
    opacity: 0;
    pointer-events: none;
    transition: visibility .24s ease, opacity .24s ease;
}

.ppx-layer.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.ppx-layer-backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: rgba(4, 12, 29, .62);
    box-shadow: none;
    cursor: default;
    backdrop-filter: blur(5px);
}

.ppx-sheet {
    position: relative;
    z-index: 1;
    width: min(620px, 100%);
    max-height: min(82vh, 760px);
    padding: 12px 18px 22px;
    overflow: auto;
    border: 1px solid rgba(255,255,255,.8);
    border-radius: 26px 26px 18px 18px;
    outline: 0;
    background: #fff;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .3);
    transform: translateY(35px);
    transition: transform .26s cubic-bezier(.2,.85,.35,1);
}

.ppx-layer.is-open .ppx-sheet {
    transform: translateY(0);
}

.ppx-sheet-grip {
    width: 42px;
    height: 4px;
    margin: 0 auto 14px;
    border-radius: 100px;
    background: #d7dee7;
}

.ppx-sheet header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 0 2px 14px;
}

.ppx-sheet header small {
    color: var(--ppx-orange);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .12em;
}

.ppx-sheet header h2 {
    margin: 3px 0 0 !important;
    color: var(--ppx-navy) !important;
    font-family: var(--ppx-serif) !important;
    font-size: 26px !important;
    line-height: 1.1 !important;
}

.ppx-sheet header > button,
.ppx-install-close {
    display: grid;
    width: 38px;
    height: 38px;
    flex: 0 0 auto;
    place-items: center;
    padding: 0;
    border: 1px solid var(--ppx-line);
    border-radius: 50%;
    background: var(--ppx-soft);
    box-shadow: none;
    color: var(--ppx-navy);
    cursor: pointer;
    font: 400 24px/1 var(--ppx-sans);
}

.ppx-service-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
}

.ppx-service-list a {
    display: grid;
    min-height: 64px;
    grid-template-columns: 38px 1fr 13px;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border: 1px solid var(--ppx-line);
    border-radius: 14px;
    background: #fff;
    color: var(--ppx-navy) !important;
    text-decoration: none !important;
    transition: border-color .18s ease, transform .18s ease;
}

.ppx-service-list a:hover {
    border-color: rgba(232, 98, 42, .7);
    transform: translateY(-2px);
}

.ppx-service-list a > span {
    display: grid;
    width: 37px;
    height: 37px;
    place-items: center;
    border-radius: 10px;
    background: #edf2f8;
    font-size: 15px;
}

.ppx-service-list a b {
    color: inherit;
    font-size: 10px;
    font-weight: 820;
}

.ppx-service-list a i {
    color: var(--ppx-orange);
    font-size: 18px;
    font-style: normal;
}

.ppx-install-row {
    display: flex;
    width: 100%;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin-top: 12px;
    padding: 0 16px;
    border: 0;
    border-radius: 12px;
    background: var(--ppx-navy);
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-family: var(--ppx-sans);
}

.ppx-install-row b {
    color: inherit;
    font-size: 10px;
}

.ppx-install-layer {
    align-items: center;
}

.ppx-install-card {
    position: relative;
    z-index: 1;
    width: min(470px, 100%);
    padding: clamp(27px, 6vw, 44px);
    border: 1px solid rgba(255,255,255,.8);
    border-radius: 28px;
    outline: 0;
    background: #fff;
    box-shadow: 0 35px 90px rgba(0, 0, 0, .34);
    text-align: center;
    transform: scale(.96) translateY(10px);
    transition: transform .24s ease;
}

.ppx-layer.is-open .ppx-install-card {
    transform: scale(1) translateY(0);
}

.ppx-install-close {
    position: absolute;
    top: 15px;
    right: 15px;
}

.ppx-install-brand {
    display: grid;
    width: 76px;
    height: 76px;
    place-items: center;
    margin: 0 auto 16px;
    border: 3px solid rgba(255,255,255,.9);
    border-radius: 22px;
    background: linear-gradient(145deg, var(--ppx-orange), var(--ppx-orange-dark));
    box-shadow: 0 15px 32px rgba(232, 98, 42, .32);
    color: #fff;
    font: 900 41px/1 var(--ppx-serif);
}

.ppx-install-card > small {
    color: var(--ppx-orange);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .13em;
}

.ppx-install-card h2 {
    margin: 9px 0 10px !important;
    color: var(--ppx-navy) !important;
    font-family: var(--ppx-serif) !important;
    font-size: clamp(26px, 6vw, 35px) !important;
    font-weight: 800 !important;
    letter-spacing: -.04em !important;
    line-height: 1.05 !important;
}

.ppx-install-card > p {
    margin: 0 auto 20px !important;
    color: var(--ppx-muted) !important;
    font-size: 11px !important;
    line-height: 1.65 !important;
}

.ppx-install-action {
    display: flex;
    width: 100%;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 18px;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--ppx-orange), var(--ppx-orange-dark));
    box-shadow: 0 13px 27px rgba(232, 98, 42, .27);
    color: #fff;
    cursor: pointer;
    font-family: var(--ppx-sans);
}

.ppx-install-action b {
    color: inherit;
    font-size: 11px;
}

.ppx-install-later {
    margin-top: 12px;
    padding: 7px 12px;
    border: 0;
    background: transparent;
    box-shadow: none;
    color: var(--ppx-muted);
    cursor: pointer;
    font: 750 10px/1.2 var(--ppx-sans);
}

.ppx-install-help {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 17px 0;
    padding: 13px;
    border: 1px solid #dce5ef;
    border-radius: 13px;
    background: var(--ppx-soft);
    text-align: left;
}

.ppx-install-help[hidden],
.ppx-install-action[hidden] {
    display: none !important;
}

.ppx-install-help span {
    display: grid;
    width: 28px;
    height: 28px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 8px;
    background: #fff;
    color: var(--ppx-orange);
    font-weight: 900;
}

.ppx-install-help p {
    margin: 0 !important;
    color: var(--ppx-navy) !important;
    font-size: 10px !important;
    line-height: 1.55 !important;
}

body.ppx-layer-open {
    overflow: hidden !important;
}

.ppx-app-installed [data-ppx-install],
.ppx-app-installed .ppx-install-row,
.ppx-app-installed .ppx-install-banner {
    display: none !important;
}

.ppx-app-launcher a:focus-visible,
.ppx-app-launcher button:focus-visible,
.ppx-app-dock a:focus-visible,
.ppx-app-dock button:focus-visible,
.ppx-layer a:focus-visible,
.ppx-layer button:focus-visible {
    outline: 3px solid #ffc5a9;
    outline-offset: 3px;
}

@media (max-width: 900px) {
    body.ppx-app-dock-enabled {
        padding-bottom: calc(83px + env(safe-area-inset-bottom)) !important;
    }

    .ppx-app-launcher {
        margin-bottom: 27px;
        padding: 0;
        background: linear-gradient(180deg, #f8fafc, #edf2f7);
    }

    .ppx-app-surface {
        min-height: calc(100svh - 80px);
        padding: 16px 14px 22px;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        background: transparent;
        backdrop-filter: none;
    }

    .ppx-app-topbar {
        padding-bottom: 14px;
    }

    .ppx-wordmark > span {
        width: 38px;
        height: 38px;
        font-size: 21px;
    }

    .ppx-wordmark strong {
        font-size: 18px;
    }

    .ppx-wordmark small,
    .ppx-account b,
    .ppx-language {
        display: none;
    }

    .ppx-account {
        width: 39px;
        min-height: 39px;
        justify-content: center;
        padding: 0;
        border-radius: 50%;
    }

    .ppx-app-welcome {
        margin: clamp(34px, 8vh, 76px) auto 26px;
    }

    .ppx-app-welcome > span {
        padding: 7px 10px;
        font-size: 7px;
    }

    .ppx-app-welcome h2 {
        max-width: 430px;
        margin-right: auto !important;
        margin-left: auto !important;
        font-size: clamp(38px, 11vw, 52px) !important;
    }

    .ppx-app-welcome p {
        font-size: 12px !important;
    }

    .ppx-app-choices {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .ppx-choice {
        min-height: 126px;
        grid-template-columns: 52px 1fr 20px;
        gap: 13px;
        padding: 18px;
        border-radius: 19px;
        box-shadow: 0 13px 29px rgba(10, 36, 99, .18);
    }

    .ppx-choice > i {
        width: 51px;
        height: 51px;
        border-radius: 15px;
        font-size: 22px;
    }

    .ppx-choice small {
        margin-bottom: 5px;
        font-size: 7px;
    }

    .ppx-choice strong {
        font-size: clamp(18px, 5.2vw, 23px);
    }

    .ppx-choice em {
        margin-top: 5px;
        font-size: 8px;
    }

    .ppx-choice > b {
        font-size: 20px;
    }

    .ppx-app-note {
        align-items: flex-start;
        margin: 20px 5px 27px;
    }

    .ppx-app-note strong {
        font-size: 10px;
    }

    .ppx-app-note small {
        font-size: 8px;
    }

    .ppx-app-photo-story {
        min-height: 285px;
        padding: 22px;
        border-radius: 19px;
        background: var(--ppx-navy-deep);
    }

    .ppx-app-photo-story::before {
        background: linear-gradient(90deg, rgba(5, 21, 57, .95) 0%, rgba(7, 28, 72, .77) 54%, rgba(7, 28, 72, .08) 100%);
    }

    .ppx-app-photo-story > img {
        object-position: 62% center;
    }

    .ppx-app-photo-story > div {
        width: min(320px, 76%);
    }

    .ppx-app-photo-story h2 {
        font-size: clamp(29px, 8vw, 39px) !important;
    }

    .ppx-app-photo-story p {
        font-size: 10px !important;
    }

    .ppx-app-photo-story a {
        min-height: 43px;
        margin-top: 16px;
        font-size: 9px;
    }

    .ppx-app-dock {
        position: fixed;
        z-index: 999990;
        right: 10px;
        bottom: max(9px, env(safe-area-inset-bottom));
        left: 10px;
        display: grid;
        width: min(500px, calc(100% - 20px));
        min-height: 68px;
        grid-template-columns: repeat(4, 1fr);
        align-items: end;
        gap: 2px;
        margin: 0 auto;
        padding: 7px 6px 5px;
        border: 1px solid rgba(10, 36, 99, .1);
        border-radius: 21px;
        background: rgba(255, 255, 255, .96);
        box-shadow: 0 16px 42px rgba(5, 21, 57, .23);
        color: var(--ppx-muted);
        font-family: var(--ppx-sans);
        backdrop-filter: blur(16px);
    }

    .ppx-install-banner {
        right: 10px;
        bottom: calc(88px + env(safe-area-inset-bottom));
        left: 10px;
        width: min(500px, calc(100% - 20px));
        grid-template-columns: 44px minmax(0, 1fr) auto 30px;
        gap: 8px;
        margin: 0 auto;
        padding: 9px;
        border-radius: 16px;
    }

    .ppx-install-banner-icon {
        width: 42px;
        height: 42px;
        border-radius: 12px;
        font-size: 23px;
    }

    .ppx-install-banner-copy strong {
        font-size: 11px;
    }

    .ppx-install-banner-copy small {
        display: none;
    }

    .ppx-install-banner-action {
        min-height: 36px;
        padding: 0 10px;
    }

    .ppx-install-banner-action b {
        font-size: 8px;
    }

    .ppx-install-banner-close {
        width: 29px;
        height: 29px;
        font-size: 18px;
    }

    .ppx-dock-item {
        display: flex;
        min-width: 0;
        min-height: 50px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 3px;
        padding: 3px;
        border: 0;
        border-radius: 14px;
        background: transparent;
        box-shadow: none;
        color: var(--ppx-muted) !important;
        cursor: pointer;
        font-family: var(--ppx-sans);
        text-decoration: none !important;
    }

    .ppx-dock-item > span {
        display: grid;
        width: 25px;
        height: 25px;
        place-items: center;
    }

    .ppx-dock-item svg {
        width: 22px;
        height: 22px;
        overflow: visible;
        fill: none;
        stroke: currentColor;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-width: 1.8;
    }

    .ppx-dock-item svg circle {
        fill: currentColor;
        stroke: none;
    }

    .ppx-dock-item b {
        max-width: 100%;
        overflow: hidden;
        color: inherit;
        font-size: 8px;
        font-weight: 800;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .ppx-dock-item.is-active {
        background: #edf2f8;
        color: var(--ppx-navy) !important;
    }

    .ppx-dock-primary > span {
        width: 46px;
        height: 46px;
        margin-top: -27px;
        border: 4px solid #fff;
        border-radius: 50%;
        background: linear-gradient(145deg, var(--ppx-orange), var(--ppx-orange-dark));
        box-shadow: 0 9px 22px rgba(232, 98, 42, .38);
        color: #fff;
    }

    .ppx-dock-primary svg {
        width: 21px;
        height: 21px;
        stroke-width: 2.3;
    }

    .ppx-dock-primary b {
        margin-top: -1px;
        color: var(--ppx-orange);
    }
}

@media (max-width: 560px) {
    .ppx-layer {
        padding: 8px;
    }

    .ppx-sheet {
        max-height: 88vh;
        padding: 11px 12px 17px;
        border-radius: 24px 24px 15px 15px;
    }

    .ppx-service-list {
        grid-template-columns: 1fr;
        gap: 7px;
    }

    .ppx-service-list a {
        min-height: 55px;
    }

    .ppx-install-card {
        padding: 31px 21px 24px;
        border-radius: 23px;
    }
}

@media (max-width: 430px) {
    .ppx-install-banner-action b {
        display: none;
    }

    .ppx-install-banner-action {
        width: 38px;
        padding: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ppx-app-launcher *,
    .ppx-layer *,
    .ppx-app-dock *,
    .ppx-install-banner * {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}
