:root {
    --psp-navy: #011e62;
    --psp-coral: #ff7264;
    --psp-teal: #13b2a1;
    --psp-purple: #1d0c6b;
    --psp-text: #21324f;
    --psp-muted: #667085;
    --psp-bg: #f6f9fc;
    --psp-border: rgba(1, 30, 98, 0.09);
    --psp-shadow: 0 20px 45px rgba(1, 30, 98, 0.12);
}

.psp-hero,
.psp-section {
    position: relative;
    overflow: hidden;
}

.psp-hero {
    padding: 10rem 0 5rem;
    background:
        radial-gradient(circle at top left, rgba(19, 178, 161, 0.22), transparent 32%),
        radial-gradient(circle at top right, rgba(255, 114, 100, 0.18), transparent 26%),
        linear-gradient(135deg, #02123f 0%, #011e62 46%, #17337f 100%);
    color: #fff;
}

.psp-hero::after {
    content: "";
    position: absolute;
    inset: auto -10% -120px auto;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    filter: blur(2px);
}

.psp-hero-copy,
.psp-hero-card,
.psp-surface,
.psp-card,
.psp-list-card,
.psp-week-card,
.psp-summary-card,
.psp-cta-banner,
.psp-form-shell {
    position: relative;
    z-index: 1;
}

.psp-kicker-wrap,
.psp-hero-points,
.psp-hero-actions,
.psp-role-grid,
.psp-method-grid,
.psp-enquiry-points,
.psp-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}
.psp-hero-actions{
    margin-top: 20px;
}
.psp-kicker {
    display: inline-flex;
    align-items: center;
    padding: 0.55rem 0.95rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.psp-kicker-outline {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.psp-hero h1,
.psp-section h2 {
    color: inherit;
    font-weight: 800;
    line-height: 1.08;
}

.psp-hero h1 {
    margin: 1.2rem 0 1rem;
    font-size: clamp(2.6rem, 4.5vw, 4.7rem);
}

.psp-lead {
    max-width: 640px;
    margin-bottom: 1.5rem;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    line-height: 1.7;
}

.psp-hero-points span,
.psp-enquiry-points span {
    padding: 0.6rem 0.95rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 0.95rem;
}

.psp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    padding: 0.95rem 1.5rem;
    border: 1px solid transparent;
    border-radius: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

.psp-btn:hover {
    transform: translateY(-2px);
    text-decoration: none;
}

.psp-btn-primary {
    background: linear-gradient(135deg, var(--psp-coral), #ff585d);
    color: #fff;
    box-shadow: 0 16px 30px rgba(255, 114, 100, 0.28);
}

.psp-btn-primary:hover {
    color: #fff;
}

.psp-btn-secondary {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.psp-btn-secondary:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.14);
}

.psp-hero-card {
    padding: 2rem;
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(244, 247, 255, 0.98)),
        linear-gradient(135deg, rgba(19, 178, 161, 0.15), rgba(255, 114, 100, 0.15));
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.18);
}

.psp-logo-wrap {
    display: flex;
    justify-content: center;
    padding-bottom: 1.4rem;
}

.psp-logo-wrap img {
    width: min(100%, 240px);
    height: auto;
    filter: drop-shadow(0 18px 34px rgba(29, 12, 107, 0.18));
}

.psp-hero-card-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.psp-stat {
    padding: 1rem;
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(1, 30, 98, 0.08);
}

.psp-stat strong {
    display: block;
    margin-bottom: 0.35rem;
    color: var(--psp-navy);
    font-size: 1.25rem;
}

.psp-stat span {
    color: var(--psp-muted);
    font-size: 0.95rem;
    line-height: 1.5;
}

.psp-section {
    padding: 5rem 0;
    background: #fff;
}

.psp-section-alt {
    background: var(--psp-bg);
}

.psp-section-label {
    display: inline-block;
    margin-bottom: 0.9rem;
    color: var(--psp-coral);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.psp-heading {
    max-width: 860px;
    margin: 0 auto 2.5rem;
    text-align: center;
}

.psp-heading h2,
.psp-surface h2 {
    margin-bottom: 1rem;
    color: var(--psp-navy);
    font-size: clamp(2rem, 3vw, 3rem);
}

.psp-heading-copy,
.psp-surface p,
.psp-card p,
.psp-summary-list li,
.psp-list-card li,
.psp-week-card li,
.psp-cta-banner p,
.psp-enquiry-copy p {
    color: var(--psp-text);
    line-height: 1.8;
}

.psp-surface,
.psp-card,
.psp-list-card,
.psp-summary-card,
.psp-week-card,
.psp-cta-banner,
.psp-form-shell {
    padding: 2rem;
    border: 1px solid var(--psp-border);
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--psp-shadow);
}

.psp-summary-card {
    height: 100%;
    background: linear-gradient(180deg, rgba(1, 30, 98, 0.97), rgba(23, 51, 127, 0.96));
}

.psp-summary-card .psp-section-label,
.psp-summary-card li {
    color: #fff;
}

.psp-summary-list,
.psp-list-card ul,
.psp-week-card ul {
    margin: 0;
    padding-left: 1.2rem;
}

.psp-summary-list li,
.psp-list-card li,
.psp-week-card li {
    margin-bottom: 0.9rem;
}

.psp-card,
.psp-list-card,
.psp-week-card {
    height: 100%;
}

.psp-card h3,
.psp-week-card h3 {
    margin-bottom: 0.8rem;
    color: var(--psp-navy);
    font-size: 1.25rem;
    font-weight: 800;
}

.psp-card-accent {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 1)),
        linear-gradient(135deg, rgba(19, 178, 161, 0.12), rgba(255, 114, 100, 0.12));
}

.psp-outline {
    display: grid;
    gap: 1rem;
}

.psp-outline-item {
    border: 1px solid var(--psp-border);
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--psp-shadow);
    overflow: hidden;
}

.psp-outline-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.35rem 1.5rem;
    cursor: pointer;
    list-style: none;
}

.psp-outline-summary::-webkit-details-marker {
    display: none;
}

.psp-outline-summary-main {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.psp-outline-title {
    color: var(--psp-navy);
    font-size: 1.15rem;
    font-weight: 800;
    line-height: 1.5;
}

.psp-outline-count {
    color: var(--psp-muted);
    font-size: 0.92rem;
    font-weight: 600;
}

.psp-outline-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(1, 30, 98, 0.06);
    color: var(--psp-navy);
}

.psp-outline-toggle::before {
    content: "+";
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
}

.psp-outline-item[open] .psp-outline-toggle::before {
    content: "-";
}

.psp-outline-item[open] .psp-outline-summary {
    border-bottom: 1px solid var(--psp-border);
    background: linear-gradient(180deg, rgba(246, 249, 252, 0.75), rgba(255, 255, 255, 0.95));
}

.psp-outline-body {
    padding: 1.35rem 1.5rem 1.5rem;
}

.psp-outline-copy {
    margin-bottom: 1rem;
    color: var(--psp-text);
    line-height: 1.8;
}

.psp-outline-list {
    margin: 0;
    padding-left: 1.2rem;
}

.psp-outline-list li {
    margin-bottom: 0.75rem;
    color: var(--psp-text);
    line-height: 1.7;
}

.psp-role-grid span,
.psp-method-item {
    display: inline-flex;
    align-items: center;
    min-height: 54px;
    padding: 0.9rem 1rem;
    border-radius: 16px;
    background: rgba(1, 30, 98, 0.05);
    color: var(--psp-navy);
    font-weight: 700;
}

.psp-method-grid {
    margin-bottom: 1.2rem;
}

.psp-method-item {
    flex: 1 1 calc(50% - 0.75rem);
}

.psp-note {
    margin: 0;
    padding: 1rem 1.1rem;
    border-left: 4px solid var(--psp-teal);
    border-radius: 12px;
    background: rgba(19, 178, 161, 0.08);
}

.psp-timetable-summary {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 1.5rem;
}

.psp-timetable-summary > div {
    padding: 1.3rem 1.2rem;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(1, 30, 98, 0.96), rgba(29, 12, 107, 0.92));
    box-shadow: var(--psp-shadow);
}

.psp-timetable-summary strong,
.psp-timetable-summary span {
    display: block;
    color: #fff;
}

.psp-timetable-summary strong {
    margin-bottom: 0.45rem;
    font-size: 0.9rem;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.psp-timetable-summary span {
    font-size: 1rem;
    line-height: 1.6;
}

.psp-week-card {
    background: linear-gradient(180deg, #fff, #f9fbff);
}

.psp-week-tag {
    display: inline-flex;
    margin-bottom: 1rem;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: rgba(255, 114, 100, 0.12);
    color: var(--psp-coral);
    font-weight: 800;
    font-size: 0.85rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.psp-cta-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    background:
        radial-gradient(circle at top right, rgba(19, 178, 161, 0.15), transparent 22%),
        linear-gradient(135deg, rgba(1, 30, 98, 0.98), rgba(23, 51, 127, 0.96));
}

.psp-cta-banner .psp-section-label,
.psp-cta-banner h2,
.psp-cta-banner p {
    color: #fff;
}

.psp-cta-banner h2 {
    margin-bottom: 0.8rem;
    font-size: clamp(2rem, 3.5vw, 3.25rem);
}

.psp-price-strike {
    margin-right: 0.35rem;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: line-through;
    text-decoration-thickness: 2px;
}

.psp-enquiry-section {
    background:
        linear-gradient(180deg, rgba(246, 249, 252, 0.92), rgba(255, 255, 255, 1));
}

.psp-enquiry-copy {
    padding: 1rem 0.5rem 0 0;
}

.psp-enquiry-copy h2 {
    margin-bottom: 1rem;
    color: var(--psp-navy);
    font-size: clamp(2rem, 3vw, 2.9rem);
}

.psp-form-shell {
    background: linear-gradient(180deg, #ffffff, #f9fbff);
}

.psp-form-shell .full-form {
    position: static;
}

.psp-form-shell .promo-offer,
.psp-form-shell .head {
    border-radius: 18px 18px 0 0;
}

.psp-form-shell .btn,
.psp-form-shell .btn-cc,
.psp-form-shell #enq_submit {
    background: var(--psp-coral) !important;
    border-color: var(--psp-coral) !important;
    color: #fff !important;
}

.psp-form-shell .btn:hover,
.psp-form-shell .btn-cc:hover,
.psp-form-shell #enq_submit:hover {
    background: #ff585d !important;
}

@media (max-width: 1199px) {
    .psp-hero {
        padding-top: 8.5rem;
    }

    .psp-timetable-summary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .psp-section,
    .psp-hero {
        padding-left: 0;
        padding-right: 0;
    }

    .psp-hero-card-grid,
    .psp-timetable-summary {
        grid-template-columns: 1fr;
    }

    .psp-cta-banner {
        flex-direction: column;
        align-items: flex-start;
    }

    .psp-enquiry-copy {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .psp-hero {
        padding: 7.5rem 0 4rem;
    }

    .psp-hero-card,
    .psp-surface,
    .psp-card,
    .psp-list-card,
    .psp-summary-card,
    .psp-week-card,
    .psp-cta-banner,
    .psp-form-shell {
        padding: 1.35rem;
        border-radius: 18px;
    }

    .psp-outline-item {
        border-radius: 18px;
    }

    .psp-outline-summary,
    .psp-outline-body {
        padding: 1rem 1.1rem;
    }

    .psp-hero-actions,
    .psp-cta-actions {
        flex-direction: column;
    }

    .psp-btn {
        width: 100%;
    }

    .psp-method-item {
        flex-basis: 100%;
    }
}
