.p-series-landing {
    --ps-navy: #061641;
    --ps-blue: #1257f2;
    --ps-cyan: #1f8fff;
    --ps-ink: #101b38;
    --ps-muted: #56627b;
    --ps-line: #dbe5f5;
    --ps-pale: #f3f7ff;
    color: var(--ps-ink);
    background: #fff;
}

.p-series-landing main { overflow: hidden; }
.p-series-landing .section { padding: 92px 0; }
.p-series-landing h1,
.p-series-landing h2,
.p-series-landing h3,
.p-series-landing h4 { color: var(--ps-navy); letter-spacing: -.035em; }
.p-series-landing h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.35rem); line-height: 1.06; }
.p-series-landing p { color: var(--ps-muted); }

.ps-eyebrow,
.ps-kicker,
.ps-module-label {
    margin: 0 0 14px;
    color: var(--ps-blue) !important;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.ps-hero {
    position: relative;
    padding: 86px 0 84px;
    background:
        radial-gradient(circle at 84% 25%, rgba(34, 108, 255, .18), transparent 27%),
        linear-gradient(135deg, #f8fbff 0%, #fff 55%, #eef5ff 100%);
}
.ps-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .28;
    pointer-events: none;
    background-image: radial-gradient(#9bb8f2 1px, transparent 1px);
    background-size: 30px 30px;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 65%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 65%, transparent 100%);
}
.ps-hero-grid { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; gap: 52px; align-items: center; }
.ps-hero h1 { max-width: 760px; margin: 0; font-size: clamp(2.8rem, 4.1vw, 4rem); line-height: 1.02; }
.ps-lead { max-width: 720px; margin: 28px 0 0; font-size: clamp(1.05rem, 1.5vw, 1.25rem); line-height: 1.72; }
.ps-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin-top: 34px; }
.ps-actions .btn { min-height: 54px; padding: 15px 22px; border-radius: 12px; font-weight: 750; }
.ps-actions .btn-primary { box-shadow: 0 14px 30px rgba(18, 87, 242, .2); }
.ps-actions .btn-secondary { border: 1px solid #b9c8e7; background: rgba(255,255,255,.78); color: var(--ps-navy); }
.ps-trust-list { display: flex; flex-wrap: wrap; gap: 12px 22px; margin: 27px 0 0; padding: 0; list-style: none; color: #40506e; font-size: .92rem; font-weight: 650; }
.ps-trust-list li { display: flex; gap: 8px; align-items: center; }
.ps-trust-list span { display: inline-grid; width: 20px; height: 20px; place-items: center; color: white; background: var(--ps-blue); border-radius: 50%; font-size: .7rem; }

.ps-system-map { position: relative; padding: 25px; border: 1px solid rgba(77,120,201,.25); border-radius: 26px; background: rgba(255,255,255,.83); box-shadow: 0 30px 70px rgba(6,22,65,.14); backdrop-filter: blur(10px); }
.ps-system-map::after { content: ""; position: absolute; inset: 12px; z-index: -1; border: 1px solid rgba(22,87,242,.12); border-radius: 20px; }
.ps-map-label { margin-bottom: 20px; color: #71809b; font-size: .78rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.ps-map-card { display: grid; grid-template-columns: 50px 1fr; gap: 15px; align-items: center; min-height: 100px; padding: 20px; border: 1px solid #dae5f7; border-radius: 17px; background: #fff; box-shadow: 0 12px 26px rgba(11,37,89,.08); }
.ps-map-card strong { display: block; color: var(--ps-navy); font-size: 1.45rem; }
.ps-map-card span { display: block; margin-top: 4px; color: #66738c; font-size: .9rem; }
.ps-map-number { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 13px; color: #fff; background: linear-gradient(145deg, var(--ps-blue), var(--ps-navy)); font-size: .78rem; font-weight: 850; }
.ps-map-proof .ps-map-number { background: linear-gradient(145deg, #1677ff, #103cae); }
.ps-map-sr .ps-map-number { background: linear-gradient(145deg, #0b9fbc, #0a4c8c); }
.ps-map-connector { width: 2px; height: 20px; margin-left: 48px; background: linear-gradient(#9dbaf1, #dbe7fb); }

.ps-intro { background: var(--ps-navy); }
.ps-intro-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; align-items: end; }
.ps-intro h2 { max-width: 700px; color: #fff; }
.ps-pain-copy p { margin: 0; color: #c6d3eb; font-size: 1.08rem; line-height: 1.8; }
.ps-pain-copy p + p { margin-top: 18px; }
.ps-intro .ps-kicker { color: #71a8ff !important; }

.ps-modules { background: #fff; }
.ps-section-heading { max-width: 780px; margin: 0 0 52px; }
.ps-section-heading > p:last-child { max-width: 680px; margin-top: 20px; font-size: 1.08rem; line-height: 1.72; }
.ps-module { overflow: hidden; margin-top: 28px; border: 1px solid var(--ps-line); border-radius: 25px; background: #fff; box-shadow: 0 20px 50px rgba(19,45,95,.07); }
.ps-module-heading { display: grid; grid-template-columns: 68px 1fr; gap: 22px; align-items: start; padding: 34px 40px; border-bottom: 1px solid var(--ps-line); background: linear-gradient(135deg, #f7faff, #edf4ff); }
.ps-module-index { display: grid; width: 62px; height: 62px; place-items: center; border-radius: 17px; color: #fff; background: linear-gradient(145deg, var(--ps-blue), var(--ps-navy)); font-weight: 850; }
.ps-module h3 { margin: 0; font-size: clamp(2.2rem, 4vw, 3.6rem); line-height: .95; }
.ps-module-tagline { margin: 13px 0 0; font-size: 1.08rem; }
.ps-module-body { display: grid; grid-template-columns: 1fr 1fr; }
.ps-module-summary,
.ps-feature-panel { padding: 40px; }
.ps-module-summary { border-right: 1px solid var(--ps-line); }
.ps-module h4 { margin: 0 0 15px; font-size: 1.32rem; line-height: 1.35; }
.ps-module-summary > p { margin: 0; line-height: 1.75; }
.ps-callout { margin-top: 28px; padding: 17px 19px; border-left: 3px solid var(--ps-blue); background: var(--ps-pale); color: #263b67; font-weight: 700; line-height: 1.5; }
.ps-feature-list { display: grid; gap: 15px; margin: 19px 0 0; padding: 0; list-style: none; }
.ps-feature-list li { position: relative; padding-left: 30px; color: #46536d; line-height: 1.5; }
.ps-feature-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; display: grid; width: 20px; height: 20px; place-items: center; border-radius: 50%; color: #fff; background: var(--ps-blue); font-size: .68rem; font-weight: 900; }
.ps-module-proof .ps-module-index { background: linear-gradient(145deg, #1677ff, #103cae); }
.ps-module-sr .ps-module-index { background: linear-gradient(145deg, #0b9fbc, #0a4c8c); }
.ps-module-sr .ps-callout { border-left-color: #0b8ea9; background: #eefafd; }
.ps-module-sr .ps-feature-list li::before { background: #0b8ea9; }
.ps-demo-button { display: block; margin-top: 20px; padding: 18px 20px; border: 1px solid #b9cff6; border-radius: 14px; color: #fff; background: linear-gradient(135deg, #1257f2, #082d83); box-shadow: 0 12px 28px rgba(18,87,242,.18); text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; }
.ps-demo-button:hover { transform: translateY(-2px); box-shadow: 0 17px 34px rgba(18,87,242,.25); }
.ps-demo-button span { display: block; margin-bottom: 5px; color: #cfe0ff; font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.ps-demo-button strong { display: flex; justify-content: space-between; gap: 18px; align-items: center; color: #fff; font-size: 1.02rem; }
.ps-demo-button strong b { font-size: 1.25rem; }
.ps-demo-button-sr { border-color: #88c8d6; background: linear-gradient(135deg, #0b91aa, #08477f); box-shadow: 0 12px 28px rgba(11,145,170,.18); }
.ps-demo-button-sr:hover { box-shadow: 0 17px 34px rgba(11,145,170,.25); }

.ps-flow { background: var(--ps-pale); }
.ps-flow-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin: 0; padding: 0; list-style: none; }
.ps-flow-grid li { position: relative; min-height: 240px; padding: 32px; border: 1px solid #d8e4f7; border-radius: 20px; background: #fff; }
.ps-flow-grid li:not(:last-child)::after { content: "→"; position: absolute; z-index: 2; top: 47px; right: -33px; display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid #ccdafa; border-radius: 50%; color: var(--ps-blue); background: #fff; font-size: 1.25rem; font-weight: 800; }
.ps-flow-grid span { display: grid; width: 42px; height: 42px; place-items: center; margin-bottom: 28px; border-radius: 12px; color: #fff; background: var(--ps-blue); font-weight: 850; }
.ps-flow-grid strong { display: block; color: var(--ps-navy); font-size: 1.35rem; }
.ps-flow-grid p { margin: 12px 0 0; line-height: 1.65; }

.ps-fit { background: #fff; }
.ps-fit-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 72px; align-items: start; }
.ps-audience-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.ps-audience-cards article { padding: 30px; border: 1px solid var(--ps-line); border-radius: 20px; background: #fff; box-shadow: 0 16px 40px rgba(19,45,95,.07); }
.ps-audience-icon { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 13px; color: white; background: linear-gradient(145deg, var(--ps-blue), var(--ps-navy)); font-size: .78rem; font-weight: 850; }
.ps-audience-cards h3 { margin: 22px 0 10px; font-size: 1.35rem; }
.ps-audience-cards p { margin: 0; line-height: 1.65; }

.ps-pricing { background: var(--ps-navy); }
.ps-pricing-heading { max-width: 850px; }
.ps-pricing-heading h2 { color: #fff; }
.ps-pricing-heading > p:last-child { color: #c6d3eb; }
.ps-pricing .ps-kicker { color: #71a8ff !important; }
.ps-pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.ps-price-card { position: relative; min-height: 325px; padding: 30px 27px; border: 1px solid rgba(160,191,245,.28); border-radius: 20px; background: rgba(255,255,255,.075); }
.ps-price-label { margin: 0 0 32px !important; color: #9fc1ff !important; font-size: .82rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.ps-price-card h3 { margin: 0; color: #fff; font-size: clamp(2.15rem, 3.4vw, 3.05rem); line-height: 1; }
.ps-price-card h3 > span { display: block; margin-bottom: 9px; color: #aebfdd; font-size: .75rem; font-weight: 750; letter-spacing: .05em; text-transform: uppercase; }
.ps-price-card h3 small { color: #c9d6eb; font-size: .9rem; font-weight: 650; letter-spacing: 0; }
.ps-price-card > p:last-child { margin: 25px 0 0; color: #c7d4e9; line-height: 1.65; }
.ps-price-featured { border-color: #4d8fff; background: linear-gradient(145deg, rgba(18,87,242,.48), rgba(20,69,154,.42)); box-shadow: 0 20px 44px rgba(0,0,0,.18); }
.ps-price-badge { display: inline-block; margin: -10px 0 16px; padding: 7px 9px; border-radius: 999px; color: #073273; background: #dceaff; font-size: .63rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.ps-price-featured .ps-price-label { margin-bottom: 22px !important; }
.ps-price-erp h3 { max-width: 240px; font-size: 2rem; line-height: 1.08; }
.ps-pricing-note { display: flex; justify-content: space-between; gap: 30px; align-items: center; margin-top: 22px; padding: 24px 27px; border: 1px solid rgba(160,191,245,.25); border-radius: 18px; background: rgba(255,255,255,.06); }
.ps-pricing-note strong,
.ps-pricing-note span { display: block; }
.ps-pricing-note strong { color: #fff; font-size: 1.03rem; }
.ps-pricing-note span { margin-top: 5px; color: #b8c7df; font-size: .9rem; }
.ps-pricing-note .btn { flex: 0 0 auto; min-height: 50px; padding: 14px 20px; border-radius: 11px; }

.ps-availability { background: #fff; padding-top: 20px !important; }
.ps-availability-card { padding: 72px; text-align: center; border: 1px solid #cadbf7; border-radius: 28px; background: radial-gradient(circle at 50% 0, rgba(31,143,255,.14), transparent 38%), linear-gradient(145deg, #f7faff, #edf4ff); }
.ps-availability-card h2 { max-width: 780px; margin: 18px auto 0; }
.ps-availability-card > p { max-width: 760px; margin: 22px auto 0; font-size: 1.08rem; line-height: 1.75; }
.ps-status-mark { display: inline-flex; gap: 9px; align-items: center; padding: 8px 13px; border: 1px solid #b8d6c2; border-radius: 999px; color: #186837; background: #effbf3; font-size: .78rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.ps-status-mark span { width: 8px; height: 8px; border-radius: 50%; background: #26a95b; box-shadow: 0 0 0 5px rgba(38,169,91,.12); }
.ps-actions-center { justify-content: center; }
.ps-text-link { color: var(--ps-blue); font-weight: 750; text-decoration: none; }
.ps-text-link:hover { text-decoration: underline; }

.ps-faq { background: var(--ps-pale); }
.ps-faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; }
.ps-faq-list { display: grid; gap: 12px; }
.ps-faq-list details { overflow: hidden; border: 1px solid #d6e2f5; border-radius: 15px; background: #fff; }
.ps-faq-list summary { position: relative; padding: 22px 54px 22px 23px; color: var(--ps-navy); cursor: pointer; font-weight: 750; list-style: none; }
.ps-faq-list summary::-webkit-details-marker { display: none; }
.ps-faq-list summary::after { content: "+"; position: absolute; right: 22px; top: 18px; color: var(--ps-blue); font-size: 1.5rem; }
.ps-faq-list details[open] summary::after { content: "–"; }
.ps-faq-list details p { margin: 0; padding: 0 23px 22px; line-height: 1.7; }

.ps-final-cta { padding: 76px 0; color: #fff; background: linear-gradient(120deg, #061641, #0a327f 68%, #1257f2); }
.ps-final-cta-inner { display: flex; justify-content: space-between; gap: 50px; align-items: center; }
.ps-final-cta h2 { max-width: 780px; color: #fff; }
.ps-final-cta .ps-kicker { color: #78b2ff !important; }
.btn-light { flex: 0 0 auto; padding: 16px 23px; border-radius: 12px; color: var(--ps-navy); background: #fff; font-weight: 800; text-decoration: none; }

@media (max-width: 980px) {
    .ps-hero-grid,
    .ps-intro-grid,
    .ps-fit-grid,
    .ps-faq-grid { grid-template-columns: 1fr; gap: 44px; }
    .ps-hero { padding-top: 82px; }
    .ps-system-map { max-width: 650px; }
    .ps-flow-grid { grid-template-columns: 1fr; }
    .ps-pricing-grid { grid-template-columns: repeat(2, 1fr); }
    .ps-flow-grid li { min-height: 0; }
    .ps-flow-grid li:not(:last-child)::after { top: auto; right: 50%; bottom: -32px; transform: translateX(50%) rotate(90deg); }
    .ps-final-cta-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 720px) {
    .p-series-landing .section { padding: 68px 0; }
    .ps-hero { padding: 68px 0 72px; }
    .ps-hero h1 { font-size: clamp(2.25rem, 10.8vw, 3rem); line-height: 1.04; }
    .ps-actions { align-items: stretch; flex-direction: column; }
    .ps-actions .btn { width: 100%; justify-content: center; text-align: center; }
    .ps-trust-list { align-items: flex-start; flex-direction: column; }
    .ps-system-map { padding: 18px; border-radius: 20px; }
    .ps-map-card { grid-template-columns: 44px 1fr; min-height: 88px; padding: 16px; }
    .ps-map-number { width: 42px; height: 42px; }
    .ps-map-connector { margin-left: 38px; }
    .ps-module-heading { grid-template-columns: 50px 1fr; gap: 16px; padding: 26px 22px; }
    .ps-module-index { width: 48px; height: 48px; border-radius: 13px; }
    .ps-module-body { grid-template-columns: 1fr; }
    .ps-module-summary,
    .ps-feature-panel { padding: 27px 22px; }
    .ps-module-summary { border-right: 0; border-bottom: 1px solid var(--ps-line); }
    .ps-audience-cards { grid-template-columns: 1fr; }
    .ps-pricing-grid { grid-template-columns: 1fr; }
    .ps-price-card { min-height: 0; }
    .ps-pricing-note { align-items: stretch; flex-direction: column; }
    .ps-pricing-note .btn { width: 100%; justify-content: center; text-align: center; }
    .ps-availability-card { padding: 48px 22px; }
}

@media (prefers-reduced-motion: reduce) {
    .p-series-landing * { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
