:root {
    --ps-suite-green: #6ef6a2;
    --ps-suite-green-strong: #30c975;
    --ps-suite-text: #e9fff2;
    --ps-suite-muted: #b2d9c2;
    --ps-suite-line: rgba(110, 246, 162, 0.2);
    --ps-suite-panel: rgba(7, 27, 18, 0.72);
    --ps-suite-shadow: 0 24px 54px rgba(0, 0, 0, 0.24);
}

.ps-suite-header {
    background: rgba(4, 22, 15, 0.78);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(110, 246, 162, 0.12);
}

.ps-suite-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(900px 320px at 50% 0%, rgba(110, 246, 162, 0.16), transparent 62%),
        linear-gradient(180deg, rgba(0,0,0,0.04), rgba(0,0,0,0));
    z-index: 0;
}

.ps-suite-hero-inner {
    position: relative;
    z-index: 2;
}

.ps-suite-rail {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-bottom: 18px;
}

.ps-suite-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 13px;
    border-radius: 999px;
    border: 1px solid var(--ps-suite-line);
    background: rgba(255, 255, 255, 0.06);
    color: var(--ps-suite-text);
    text-decoration: none;
    font-size: 0.82rem;
    line-height: 1;
    transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.ps-suite-pill:hover {
    transform: translateY(-2px);
    border-color: rgba(110, 246, 162, 0.38);
    background: rgba(255, 255, 255, 0.1);
}

.ps-suite-pill strong {
    color: var(--ps-suite-green);
    font-size: 0.74rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ps-suite-kicker {
    margin-bottom: 16px;
    color: var(--ps-suite-green);
    font-size: 0.78rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 800;
}

.ps-suite-subcopy {
    max-width: 760px;
    margin: 18px auto 0;
    padding: 14px 18px;
    border-radius: 22px;
    background: var(--ps-suite-panel);
    color: var(--ps-suite-muted);
    border: 1px solid var(--ps-suite-line);
    box-shadow: var(--ps-suite-shadow);
    line-height: 1.55;
}

.ps-suite-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 20px;
}

.ps-suite-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 164px;
    padding: 12px 16px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 800;
    transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.ps-suite-action:hover {
    transform: translateY(-2px);
    filter: saturate(1.04);
}

.ps-suite-action.primary {
    background: linear-gradient(135deg, var(--ps-suite-green), #95ffbf);
    color: #042011;
    box-shadow: 0 16px 32px rgba(48, 201, 117, 0.2);
}

.ps-suite-action.secondary {
    background: rgba(255, 255, 255, 0.07);
    color: var(--ps-suite-text);
    border: 1px solid var(--ps-suite-line);
}

.ps-suite-arrow {
    font-size: 0.9rem;
}

.ps-suite-header > .container > .flex > div[class*="lg:hidden"] > a:first-child,
.ps-suite-header > .container > .flex > div[class*="lg:flex"] > div > div > a:first-child,
.c-burger-nav > div:first-child > a:first-child,
.c-main-footer__logo {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    width: 104px !important;
    height: 30px !important;
    max-height: none !important;
    flex: 0 0 auto;
    background: url('/assets/psusd-wordmark.svg') left center / contain no-repeat;
}

.ps-suite-header > .container > .flex > div[class*="lg:hidden"] > a:first-child > svg,
.ps-suite-header > .container > .flex > div[class*="lg:flex"] > div > div > a:first-child > svg,
.c-burger-nav > div:first-child > a:first-child > svg,
.c-main-footer__logo > svg {
    display: none;
}

@media (min-width: 1024px) {
    .ps-suite-header > .container > .flex > div[class*="lg:flex"] > div > div > a:first-child,
    .c-main-footer__logo {
        width: 172px !important;
        height: 50px !important;
    }
}

@media (max-width: 768px) {
    .ps-suite-subcopy {
        border-radius: 18px;
        padding: 12px 14px;
        font-size: 0.92rem;
    }

    .ps-suite-rail.ps-suite-rail-start-mobile {
        justify-content: flex-start;
    }
}

@media (max-width: 1023px) {
    .c-burger-nav .c-burger-nav__soonmenu,
    .c-burger-nav .mt-6.bg-typo-800.p-3.rounded-3xl.text-sm.relative.z-10.text-typo-300.-ml-2.inline-flex.items-center {
        display: none;
    }
}