:root {
    --ink: #0a1020;
    --ink-2: #121a2e;
    --card: #161f36;
    --line: rgba(212, 160, 84, 0.28);
    --gold: #d4a054;
    --gold-2: #f0d09a;
    --teal: #4fd0c4;
    --cream: #f6f0e6;
    --muted: #b7c0d4;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.ps-body {
    margin: 0;
    font-family: system-ui, Segoe UI, Arial, sans-serif;
    background:
        radial-gradient(1200px 600px at 80% -10%, rgba(79, 208, 196, 0.12), transparent 55%),
        radial-gradient(900px 500px at -10% 20%, rgba(212, 160, 84, 0.14), transparent 50%),
        var(--ink);
    color: var(--cream);
    min-height: 100vh;
}
.ps-wrap { position: relative; z-index: 1; }

.ps-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 7vw;
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(10, 16, 32, 0.95);
    border-bottom: 1px solid var(--line);
}
.ps-brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--cream); }
.ps-mark { color: var(--gold); display: flex; }
.ps-brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.ps-brand-text strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.2rem; }
.ps-brand-text small { color: var(--muted); font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; }
.ps-links { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.ps-link {
    color: var(--muted);
    text-decoration: none;
    padding: 8px 12px;
    font-size: 0.92rem;
}
.ps-link:hover, .ps-link.is-on { color: var(--cream); }
.ps-login {
    margin-left: 8px;
    background: linear-gradient(135deg, var(--gold), #b07a32);
    color: #1a1208 !important;
    text-decoration: none;
    font-weight: 600;
    padding: 10px 18px;
    border-radius: 999px;
    box-shadow: 0 8px 24px rgba(212, 160, 84, 0.28);
}
.ps-menu {
    display: none;
    background: transparent;
    border: 0;
    width: 42px;
    height: 42px;
    cursor: pointer;
}
.ps-menu span {
    display: block;
    height: 2px;
    margin: 6px 8px;
    background: var(--cream);
}

.ps-hero {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 48px;
    align-items: center;
    padding: 72px 7vw 40px;
}
.ps-kicker {
    color: var(--teal);
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 600;
}
.ps-hero h1 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.4rem, 5vw, 4.4rem);
    line-height: 1.08;
    margin: 12px 0 18px;
    font-weight: 700;
}
.ps-hero h1 em { font-style: italic; color: var(--gold-2); }
.ps-lead { font-size: 1.12rem; color: var(--muted); max-width: 38rem; line-height: 1.65; }
.ps-cta { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.ps-btn {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 999px;
    font-weight: 600;
}
.ps-btn.gold { background: var(--gold); color: #1a1208; }
.ps-btn.ghost { border: 1px solid var(--line); color: var(--cream); }
.ps-print {
    position: relative;
    min-height: 380px;
    display: grid;
    place-items: center;
}
.ps-print svg { width: min(100%, 420px); }
.ridge { fill: none; stroke: var(--gold); stroke-width: 1.6; opacity: 0.85; }
.ridge-2 { stroke: var(--teal); }

.ps-section { padding: 56px 7vw; }
.ps-section h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    margin: 0 0 12px;
}
.ps-section .sub { color: var(--muted); max-width: 44rem; line-height: 1.6; }
.ps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 28px; }
.ps-card {
    background: linear-gradient(180deg, rgba(22, 31, 54, 0.92), rgba(18, 26, 46, 0.92));
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 22px;
    min-height: 170px;
}
.ps-card h3 { margin: 0 0 8px; font-size: 1.15rem; }
.ps-card p { margin: 0; color: var(--muted); line-height: 1.55; }
.ps-num {
    display: inline-block;
    color: var(--gold);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.4rem;
    margin-bottom: 8px;
}

.ps-intel { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 24px; }
.ps-chip {
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 16px;
    background: rgba(255,255,255,0.03);
}
.ps-chip strong { display: block; margin-bottom: 4px; }
.ps-chip span { color: var(--muted); font-size: 0.88rem; }

.ps-secure {
    margin: 20px 7vw 40px;
    border-radius: 24px;
    padding: 28px;
    background: linear-gradient(135deg, rgba(79, 208, 196, 0.12), rgba(212, 160, 84, 0.1));
    border: 1px solid var(--line);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}
.ps-secure li { margin: 8px 0; color: var(--muted); }

.ps-legal { padding: 40px 7vw 80px; max-width: 860px; }
.ps-legal h1 { font-family: Georgia, "Times New Roman", serif; font-size: 2.4rem; }
.ps-legal h2 { font-family: Georgia, "Times New Roman", serif; margin-top: 28px; }
.ps-legal p, .ps-legal li { color: var(--muted); line-height: 1.7; }
.ps-legal a { color: var(--gold-2); }

.ps-foot {
    border-top: 1px solid var(--line);
    padding: 36px 7vw 24px;
    margin-top: 20px;
}
.ps-foot-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 24px; }
.ps-foot a, .ps-foot p { color: var(--muted); text-decoration: none; display: block; margin: 6px 0; }
.ps-foot span { color: var(--gold); font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase; }
.ps-copy { margin-top: 24px; color: #8b95ac; font-size: 0.85rem; }

@media (max-width: 900px) {
    .ps-hero, .ps-grid, .ps-intel, .ps-secure, .ps-foot-grid { grid-template-columns: 1fr; }
    .ps-menu { display: block; }
    .ps-links {
        display: none;
        position: absolute;
        top: 72px;
        right: 16px;
        left: 16px;
        background: var(--ink-2);
        border: 1px solid var(--line);
        border-radius: 16px;
        padding: 12px;
        flex-direction: column;
        align-items: stretch;
    }
    .ps-links.open { display: flex; }
    .ps-login { margin: 8px 0 0; text-align: center; }
}
