.psh-page {
    background: #f6f9fb;
    color: var(--ps-text);
}

.psh-page h1,
.psh-page h2,
.psh-page h3,
.psh-page p {
    margin-top: 0;
}

.psh-hero {
    position: relative;
    overflow: hidden;
    padding: 96px 0 88px;
    color: #fff;
    background:
        radial-gradient(circle at 88% 14%, rgba(124, 194, 66, .22), transparent 27%),
        linear-gradient(135deg, #031726 0%, #062f49 62%, #0a5b83 100%);
}

.psh-hero::after {
    position: absolute;
    right: -130px;
    bottom: -230px;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 50%;
    content: '';
}

.psh-hero .container {
    position: relative;
    z-index: 1;
}

.psh-eyebrow {
    display: block;
    margin-bottom: 14px;
    color: var(--ps-green);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.psh-hero h1 {
    max-width: 720px;
    margin-bottom: 24px;
    color: #fff;
    font-size: clamp(42px, 5vw, 67px);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -.035em;
}

.psh-hero-copy {
    max-width: 690px;
    margin-bottom: 32px;
    color: rgba(255, 255, 255, .78);
    font-size: 19px;
    line-height: 1.75;
}

.psh-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 34px;
}

.psh-button {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    padding: 13px 24px;
    border: 1px solid transparent;
    border-radius: 7px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none !important;
    transition: transform .18s ease, background-color .18s ease, border-color .18s ease;
}

.psh-button:hover {
    transform: translateY(-2px);
}

.psh-button-primary {
    color: #fff !important;
    background: var(--ps-orange);
}

.psh-button-primary:hover {
    background: var(--ps-orange-dark);
}

.psh-button-secondary {
    color: #fff !important;
    border-color: rgba(255, 255, 255, .42);
    background: rgba(255, 255, 255, .07);
}

.psh-button-secondary:hover {
    border-color: rgba(255, 255, 255, .72);
    background: rgba(255, 255, 255, .12);
}

.psh-trust-list {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 26px;
    margin: 0;
    padding: 0;
    list-style: none;
    color: rgba(255, 255, 255, .74);
    font-size: 14px;
}

.psh-trust-list i {
    margin-right: 7px;
    color: var(--ps-green);
}

.psh-account-card {
    margin-left: 34px;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 16px;
    background: rgba(255, 255, 255, .1);
    box-shadow: 0 30px 70px rgba(0, 0, 0, .22);
    backdrop-filter: blur(10px);
}

.psh-account-card-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 25px;
}

.psh-account-mark {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: #fff;
    background: var(--ps-orange);
    font-size: 20px;
}

.psh-account-card-header small,
.psh-account-card-header strong {
    display: block;
}

.psh-account-card-header small {
    margin-bottom: 2px;
    color: rgba(255, 255, 255, .63);
}

.psh-account-card-header strong {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 23px;
    letter-spacing: .04em;
}

.psh-account-service {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, .13);
    color: #fff;
}

.psh-account-service i {
    width: 24px;
    color: var(--ps-green);
}

.psh-account-service b {
    padding: 4px 8px;
    border-radius: 999px;
    color: #dff5ce;
    background: rgba(124, 194, 66, .16);
    font-size: 11px;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.psh-account-card > p {
    margin: 22px 0 0;
    color: rgba(255, 255, 255, .68);
    font-size: 13px;
    line-height: 1.65;
}

.psh-domain-search {
    position: relative;
    z-index: 2;
    margin-top: -34px;
}

.psh-domain-search-inner {
    padding: 30px 34px;
    border: 1px solid var(--ps-border);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(6, 35, 56, .1);
}

.psh-domain-search-inner h2 {
    margin-bottom: 20px;
    color: var(--ps-ink);
    font-size: 28px;
}

.psh-domain-form {
    display: flex;
    gap: 10px;
}

.psh-domain-form input {
    min-width: 0;
    flex: 1;
    height: 54px;
    padding: 0 18px;
    border: 1px solid #ccd8e1;
    border-radius: 7px;
    color: var(--ps-ink);
    background: #fbfdfe;
    font-size: 17px;
    outline: none;
}

.psh-domain-form input:focus {
    border-color: var(--ps-blue);
    box-shadow: 0 0 0 3px rgba(10, 91, 131, .1);
}

.psh-domain-form button {
    min-width: 150px;
    padding: 0 22px;
    border: 0;
    border-radius: 7px;
    color: #fff;
    background: var(--ps-blue);
    font-weight: 700;
    cursor: pointer;
}

.psh-domain-form button:hover {
    background: var(--ps-navy);
}

.psh-domain-message {
    margin: 15px 0 0;
    padding: 12px 14px;
    border-left: 3px solid var(--ps-green);
    color: var(--ps-text);
    background: var(--ps-green-soft);
    font-size: 14px;
}

.psh-services {
    padding: 90px 0 66px;
}

.psh-section-heading {
    max-width: 790px;
    margin: 0 auto 44px;
    text-align: center;
}

.psh-section-heading h2,
.psh-customer-access h2,
.psh-support-strip h2 {
    margin-bottom: 16px;
    color: var(--ps-ink);
    font-size: 36px;
    line-height: 1.25;
}

.psh-section-heading p,
.psh-customer-access p {
    color: var(--ps-text);
    font-size: 17px;
    line-height: 1.75;
}

.psh-service-card {
    height: 100%;
    padding: 34px 30px;
    border: 1px solid var(--ps-border);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 14px 35px rgba(6, 35, 56, .055);
}

.psh-service-icon {
    display: inline-flex;
    width: 56px;
    height: 56px;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    border-radius: 12px;
    color: var(--ps-blue);
    background: #eaf4f8;
    font-size: 23px;
}

.psh-service-card h3 {
    margin-bottom: 14px;
    color: var(--ps-ink);
    font-size: 22px;
}

.psh-service-card p {
    min-height: 116px;
    margin-bottom: 20px;
    color: var(--ps-text);
    line-height: 1.7;
}

.psh-service-note {
    color: var(--ps-green);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.psh-customer-access {
    padding: 78px 0;
    background: #fff;
}

.psh-access-list {
    margin-left: 36px;
    padding: 8px 28px;
    border: 1px solid var(--ps-border);
    border-radius: 12px;
    background: var(--ps-bg);
}

.psh-access-list > div {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px 0;
    border-bottom: 1px solid var(--ps-border);
}

.psh-access-list > div:last-child {
    border-bottom: 0;
}

.psh-access-list i {
    width: 38px;
    flex: 0 0 38px;
    color: var(--ps-orange);
    font-size: 20px;
    text-align: center;
}

.psh-access-list span {
    color: var(--ps-text);
    line-height: 1.55;
}

.psh-access-list strong {
    color: var(--ps-ink);
}

.psh-support-strip {
    padding: 60px 0;
    background: #eaf1f5;
}

.psh-support-strip-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
}

.psh-support-strip h2 {
    max-width: 720px;
    margin-bottom: 0;
    font-size: 30px;
}

@media (max-width: 991px) {
    .psh-hero {
        padding: 76px 0 74px;
    }

    .psh-account-card,
    .psh-access-list {
        margin: 42px 0 0;
    }

    .psh-services {
        padding-top: 76px;
    }
}

@media (max-width: 767px) {
    .psh-hero {
        padding: 58px 0 66px;
    }

    .psh-hero h1 {
        font-size: 40px;
    }

    .psh-hero-copy {
        font-size: 17px;
    }

    .psh-account-card,
    .psh-domain-search-inner,
    .psh-service-card,
    .psh-access-list {
        padding-right: 22px;
        padding-left: 22px;
    }

    .psh-domain-form,
    .psh-support-strip-inner {
        align-items: stretch;
        flex-direction: column;
    }

    .psh-domain-form button {
        min-height: 52px;
    }

    .psh-section-heading h2,
    .psh-customer-access h2 {
        font-size: 30px;
    }

    .psh-service-card p {
        min-height: 0;
    }

    .psh-customer-access {
        padding: 62px 0;
    }

    .psh-support-strip h2 {
        font-size: 26px;
    }
}
