/* ==========================================================================
   PASE MODERN — shared layout for the modernised pages
   (pancyprian-v2, medical-schools, contact, education-career, services)
   Scoped to main.pv2; reuses the brand tokens from custom-pase.css
   ========================================================================== */

.pv2 {
    --pv2-ink: #000E26;
    --pv2-ink-2: #00143A;
    --pv2-line: rgba(0, 28, 75, 0.1);
    --pv2-radius: 20px;
    --pv2-ease: cubic-bezier(0.16, 1, 0.3, 1);
    overflow: hidden;
    /* clip instead of hidden where supported, so position: sticky inside still works */
    overflow: clip;
}

.pv2 h1, .pv2 h2, .pv2 h3 {
    font-family: 'EB Garamond', Georgia, serif;
    letter-spacing: -0.015em;
}

/* ---------- Buttons & small parts ---------- */
.pv2-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 28px;
    border-radius: 999px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none !important;
    transition: transform 0.3s var(--pv2-ease), box-shadow 0.3s var(--pv2-ease), background 0.3s ease, color 0.3s ease;
    white-space: nowrap;
}
.pv2-btn i {
    transition: transform 0.3s var(--pv2-ease);
}
.pv2-btn:hover i {
    transform: translateX(4px);
}
.pv2-btn-gold {
    background: var(--pase-gold);
    color: var(--pv2-ink) !important;
    box-shadow: 0 10px 30px rgba(201, 155, 46, 0.35);
}
.pv2-btn-gold:hover {
    background: #d8ab40;
    transform: translateY(-2px);
    box-shadow: 0 16px 36px rgba(201, 155, 46, 0.45);
}
.pv2-btn-ghost {
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.04);
}
.pv2-btn-ghost:hover {
    border-color: var(--pase-gold);
    color: var(--pase-gold) !important;
}
.pv2-btn-block {
    width: 100%;
    margin-top: 8px;
}

.pv2-chip {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 999px;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.3px;
    white-space: nowrap;
}
.pv2-chip-soft { background: rgba(255, 255, 255, 0.08); color: #cbd5e1; }
.pv2-chip-gold { background: rgba(201, 155, 46, 0.18); color: #e6c36a; }
.pv2-chip-green { background: rgba(16, 185, 129, 0.16); color: #5eead4; }
.pv2-chip-blue { background: rgba(96, 165, 250, 0.16); color: #93c5fd; }

.pv2-kicker {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: 'EB Garamond', Georgia, serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--pase-gold);
    margin-bottom: 12px;
}
.pv2-h2 {
    font-size: clamp(34px, 4.2vw, 52px);
    line-height: 1.08;
    color: var(--pase-navy);
    margin-bottom: 16px;
}
.pv2-sub {
    font-size: 17px;
    line-height: 1.75;
    color: var(--pase-text-muted);
    max-width: 640px;
    margin: 0 auto;
}
.pv2-sub-left {
    margin: 0 0 24px;
}
.pv2-head {
    text-align: center;
    margin-bottom: 56px;
}
.pv2-head-light .pv2-h2 { color: #ffffff; }
.pv2-head-light .pv2-sub { color: #94a3b8; }

.pv2-link, .pv2-inline-link {
    color: var(--pase-gold) !important;
    font-weight: 700;
    text-decoration: none;
}
.pv2-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Open Sans', sans-serif;
}
.pv2-link:hover i { transform: translateX(4px); }
.pv2-link i { transition: transform 0.3s var(--pv2-ease); }
.pv2-inline-link { text-decoration: underline; }

/* ---------- Sections ---------- */
.pv2-section {
    padding: 110px 0;
    position: relative;
}
.pv2-section-tint {
    background: var(--pase-bg-light);
}
.pv2-section-dark {
    background: radial-gradient(1200px 500px at 80% -10%, rgba(201, 155, 46, 0.12), transparent 60%), linear-gradient(180deg, var(--pv2-ink) 0%, var(--pv2-ink-2) 100%);
}

/* ---------- Hero ---------- */
.pv2-hero {
    position: relative;
    background: var(--pv2-ink);
    padding: 60px 0 0;
    color: #ffffff;
    isolation: isolate;
}
.pv2-hero-bg {
    position: absolute;
    inset: 0;
    z-index: -1;
    overflow: hidden;
}
.pv2-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.55;
    pointer-events: none;
}
.pv2-orb-1 {
    width: 520px; height: 520px;
    background: #1e4f8f;
    top: -180px; left: -120px;
    animation: pv2-float 14s ease-in-out infinite;
}
.pv2-orb-2 {
    width: 440px; height: 440px;
    background: rgba(201, 155, 46, 0.55);
    bottom: -200px; right: -80px;
    animation: pv2-float 18s ease-in-out infinite reverse;
}
.pv2-grid-lines {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: radial-gradient(ellipse at 50% 40%, #000 30%, transparent 75%);
    -webkit-mask-image: radial-gradient(ellipse at 50% 40%, #000 30%, transparent 75%);
}
@keyframes pv2-float {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(40px, 30px); }
}

.pv2-crumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #94a3b8;
    margin-bottom: 48px;
}
.pv2-crumbs a { color: #cbd5e1; text-decoration: none; }
.pv2-crumbs a:hover { color: var(--pase-gold); }
.pv2-crumbs span { color: var(--pase-gold); }
.pv2-crumbs i { font-size: 11px; opacity: 0.6; }

.pv2-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 7px 16px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.05);
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #e2e8f0;
    margin-bottom: 26px;
}
.pv2-dot {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: var(--pase-gold);
    box-shadow: 0 0 0 0 rgba(201, 155, 46, 0.6);
    animation: pv2-pulse 2.2s infinite;
}
@keyframes pv2-pulse {
    0% { box-shadow: 0 0 0 0 rgba(201, 155, 46, 0.6); }
    70% { box-shadow: 0 0 0 10px rgba(201, 155, 46, 0); }
    100% { box-shadow: 0 0 0 0 rgba(201, 155, 46, 0); }
}

.pv2-display {
    font-size: clamp(38px, 4.6vw, 64px);
    line-height: 1.04;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 26px;
}
.pv2-display em {
    display: block;
    margin-top: 6px;
    font-style: italic;
    font-weight: 600;
    background: linear-gradient(90deg, #e9c878 0%, #c99b2e 60%, #e9c878 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.pv2-hero-lead {
    font-size: 18px;
    line-height: 1.75;
    color: #cbd5e1;
    max-width: 560px;
    margin-bottom: 36px;
}
.pv2-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

/* Illustrative UI mock */
.pv2-mock {
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: var(--pv2-radius);
    padding: 22px;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.35);
    transform: perspective(1200px) rotateY(-6deg) rotateX(2deg);
    transition: transform 0.6s var(--pv2-ease);
}
.pv2-mock:hover {
    transform: perspective(1200px) rotateY(0) rotateX(0);
}
.pv2-mock-head, .pv2-mock-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.pv2-mock-head { margin-bottom: 16px; }
.pv2-mock-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #ffffff;
}
.pv2-mock-title i { color: var(--pase-gold); margin-right: 6px; }
.pv2-mock-list {
    list-style: none;
    margin: 0 0 16px;
    padding: 0;
    display: grid;
    gap: 10px;
}
.pv2-mock-list li {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(0, 14, 38, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.07);
}
.pv2-mock-planb {
    border-style: dashed !important;
    border-color: rgba(201, 155, 46, 0.4) !important;
    background: transparent !important;
}
.pv2-rank {
    flex-shrink: 0;
    width: 34px; height: 34px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    background: rgba(201, 155, 46, 0.15);
    color: var(--pase-gold);
    font-family: 'EB Garamond', Georgia, serif;
    font-weight: 700;
    font-size: 18px;
}
.pv2-mock-text {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    font-family: 'Open Sans', sans-serif;
}
.pv2-mock-text strong { font-size: 14px; color: #ffffff; }
.pv2-mock-text small { font-size: 12px; color: #94a3b8; }
.pv2-mock-foot {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #94a3b8;
}
.pv2-meter {
    flex: 1;
    max-width: 180px;
    height: 6px;
    border-radius: 99px;
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
}
.pv2-meter span {
    display: block;
    width: 82%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #10b981, var(--pase-gold));
}

/* Ticker */
.pv2-ticker {
    margin-top: 80px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 20px 0;
    overflow: hidden;
    mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
}
.pv2-ticker-track {
    display: flex;
    width: max-content;
    animation: pv2-marquee 40s linear infinite;
}
.pv2-ticker-track span {
    font-family: 'EB Garamond', Georgia, serif;
    font-size: 22px;
    font-style: italic;
    color: rgba(255, 255, 255, 0.55);
    padding: 0 28px;
    position: relative;
    white-space: nowrap;
}
.pv2-ticker-track span::after {
    content: "✦";
    position: absolute;
    right: -6px;
    color: var(--pase-gold);
    font-size: 12px;
    font-style: normal;
    top: 50%;
    transform: translateY(-50%);
}
@keyframes pv2-marquee {
    to { transform: translateX(-50%); }
}

/* ---------- Bento grid ---------- */
.pv2-bento {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.pv2-tile {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid var(--pv2-line);
    border-radius: var(--pv2-radius);
    padding: 36px;
    transition: transform 0.4s var(--pv2-ease), box-shadow 0.4s var(--pv2-ease);
}
.pv2-tile:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 50px rgba(0, 14, 38, 0.1);
}
.pv2-tile-wide { grid-column: span 2; }
.pv2-tile h3 {
    font-size: 28px;
    line-height: 1.2;
    color: var(--pase-navy);
    margin-bottom: 12px;
    max-width: 480px;
}
.pv2-tile p {
    font-size: 15.5px;
    line-height: 1.7;
    color: var(--pase-text-muted);
    margin: 0;
    max-width: 520px;
    position: relative;
    z-index: 1;
}
.pv2-num {
    display: block;
    font-family: 'EB Garamond', Georgia, serif;
    font-size: 17px;
    font-weight: 700;
    color: var(--pase-gold);
    margin-bottom: 40px;
}
.pv2-tile-icon {
    position: absolute;
    right: 28px;
    bottom: -14px;
    font-size: 150px;
    color: rgba(201, 155, 46, 0.12);
    pointer-events: none;
}
.pv2-tile-dark {
    background: linear-gradient(145deg, var(--pv2-ink) 0%, #001C4B 100%);
    border-color: transparent;
}
.pv2-tile-dark h3 { color: #ffffff; }
.pv2-tile-dark p { color: #cbd5e1; }
.pv2-tile-gold {
    background: linear-gradient(145deg, #faf3e0 0%, #f3e3b8 100%);
    border-color: rgba(201, 155, 46, 0.35);
}
.pv2-tile-gold .pv2-tile-icon { color: rgba(201, 155, 46, 0.22); }

/* ---------- Sticky story layout ---------- */
.pv2-sticky {
    position: sticky;
    top: 130px;
}
.pv2-pillar {
    display: flex;
    gap: 24px;
    padding: 34px;
    background: #ffffff;
    border: 1px solid var(--pv2-line);
    border-radius: var(--pv2-radius);
    margin-bottom: 20px;
    transition: border-color 0.3s ease, box-shadow 0.4s var(--pv2-ease);
}
.pv2-pillar:hover {
    border-color: var(--pase-gold-border);
    box-shadow: 0 20px 44px rgba(0, 14, 38, 0.08);
}
.pv2-pillar-icon {
    flex-shrink: 0;
    width: 60px; height: 60px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    font-size: 24px;
    color: var(--pase-gold);
    background: var(--pase-gold-light);
    border: 1px solid var(--pase-gold-border);
}
.pv2-pillar h3 {
    font-size: 27px;
    color: var(--pase-navy);
    margin-bottom: 8px;
}
.pv2-pillar p {
    font-size: 15.5px;
    line-height: 1.7;
    color: var(--pase-text-muted);
    margin-bottom: 16px;
}
.pv2-tags {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.pv2-tags li {
    font-family: 'Open Sans', sans-serif;
    font-size: 12.5px;
    font-weight: 600;
    color: var(--pase-navy);
    padding: 6px 12px;
    border-radius: 999px;
    background: var(--pase-bg-light);
    border: 1px solid var(--pv2-line);
}

/* ---------- Timeline ---------- */
.pv2-timeline {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    position: relative;
}
.pv2-timeline::before {
    content: "";
    position: absolute;
    top: 27px;
    left: 28px;
    right: 28px;
    height: 2px;
    background: linear-gradient(90deg, var(--pase-gold), rgba(201, 155, 46, 0.15));
}
.pv2-step {
    position: relative;
}
.pv2-node {
    position: relative;
    z-index: 1;
    width: 56px; height: 56px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--pv2-ink);
    border: 2px solid var(--pase-gold);
    color: var(--pase-gold);
    font-family: 'EB Garamond', Georgia, serif;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 22px;
    box-shadow: 0 0 0 8px rgba(201, 155, 46, 0.08);
}
.pv2-step-label {
    display: block;
    font-family: 'EB Garamond', Georgia, serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    color: var(--pase-gold);
    margin-bottom: 8px;
}
.pv2-step h3 {
    font-size: 26px;
    color: #ffffff;
    margin-bottom: 10px;
}
.pv2-step p {
    font-size: 15px;
    line-height: 1.7;
    color: #94a3b8;
    margin: 0;
}

/* ---------- What's included ---------- */
.pv2-included {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 0;
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid var(--pv2-line);
    box-shadow: 0 30px 70px rgba(0, 14, 38, 0.08);
}
.pv2-included-main {
    background: #ffffff;
    padding: 56px;
}
.pv2-checklist {
    list-style: none;
    padding: 0;
    margin: 12px 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px 28px;
}
.pv2-checklist li {
    display: flex;
    gap: 12px;
    font-size: 15.5px;
    line-height: 1.55;
    color: var(--pase-text-dark);
}
.pv2-checklist i {
    flex-shrink: 0;
    width: 24px; height: 24px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 11px;
    color: #ffffff;
    background: var(--pase-gold);
    margin-top: 1px;
}
.pv2-included-side {
    background: linear-gradient(160deg, var(--pv2-ink) 0%, #001C4B 100%);
    padding: 48px 40px;
    display: flex;
    flex-direction: column;
    gap: 22px;
    justify-content: center;
}
.pv2-side-item {
    display: flex;
    align-items: center;
    gap: 16px;
}
.pv2-side-item i {
    flex-shrink: 0;
    width: 46px; height: 46px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    font-size: 18px;
    color: var(--pase-gold);
    background: rgba(201, 155, 46, 0.12);
    border: 1px solid rgba(201, 155, 46, 0.3);
}
.pv2-side-item div {
    display: flex;
    flex-direction: column;
    font-family: 'Open Sans', sans-serif;
}
.pv2-side-item strong { color: #ffffff; font-size: 15px; }
.pv2-side-item span { color: #94a3b8; font-size: 13px; }

/* ---------- FAQ ---------- */
.pv2-faq details {
    border-bottom: 1px solid var(--pv2-line);
}
.pv2-faq details:first-child {
    border-top: 1px solid var(--pv2-line);
}
.pv2-faq summary {
    list-style: none;
    cursor: pointer;
    position: relative;
    padding: 26px 60px 26px 0;
    font-family: 'EB Garamond', Georgia, serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--pase-navy);
    transition: color 0.2s ease;
}
.pv2-faq summary:hover { color: var(--pase-gold); }
.pv2-faq summary::-webkit-details-marker { display: none; }
.pv2-faq summary::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 40px; height: 40px;
    margin-top: -20px;
    border-radius: 50%;
    border: 1px solid var(--pase-gold-border);
    background:
        linear-gradient(var(--pase-gold), var(--pase-gold)) center / 14px 2px no-repeat,
        linear-gradient(var(--pase-gold), var(--pase-gold)) center / 2px 14px no-repeat;
    transition: transform 0.35s var(--pv2-ease), background-color 0.3s ease;
}
.pv2-faq details[open] summary::after {
    transform: rotate(45deg);
    background-color: var(--pase-gold-light);
}
.pv2-faq summary:focus-visible {
    outline: 2px solid var(--pase-gold);
    outline-offset: 4px;
}
.pv2-faq details p {
    font-size: 16px;
    line-height: 1.8;
    color: var(--pase-text-muted);
    margin: -8px 0 26px;
    max-width: 640px;
}
.pv2-faq details p a {
    color: var(--pase-gold);
    text-decoration: underline;
}

/* ---------- CTA ---------- */
.pv2-cta-wrap {
    padding: 0 0 110px;
    background: var(--pase-bg-light);
}
.pv2-cta {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
    padding: 64px;
    border-radius: 32px;
    background: linear-gradient(135deg, var(--pv2-ink) 0%, #001C4B 100%);
    box-shadow: 0 40px 80px rgba(0, 14, 38, 0.25);
    isolation: isolate;
}
.pv2-orb-cta {
    width: 420px; height: 420px;
    background: rgba(201, 155, 46, 0.45);
    right: -120px; top: -160px;
    z-index: -1;
}
.pv2-cta h2 {
    font-size: clamp(32px, 3.8vw, 48px);
    line-height: 1.1;
    color: #ffffff;
    margin-bottom: 10px;
}
.pv2-cta p {
    font-size: 17px;
    color: #cbd5e1;
    margin: 0;
}


/* ==========================================================================
   MEDICAL SCHOOLS — progress mock & programme cards
   ========================================================================== */
.pv2-bar {
    display: block;
    height: 5px;
    margin-top: 8px;
    border-radius: 99px;
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
}
.pv2-bar span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #10b981, var(--pase-gold));
}
.pv2-rank i {
    font-size: 15px;
}

.pv2-programmes {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.pv2-program {
    background: #ffffff;
    border: 1px solid var(--pv2-line);
    border-radius: var(--pv2-radius);
    padding: 32px 28px;
    transition: transform 0.4s var(--pv2-ease), box-shadow 0.4s var(--pv2-ease), border-color 0.3s ease;
}
.pv2-program:hover {
    transform: translateY(-4px);
    border-color: var(--pase-gold-border);
    box-shadow: 0 24px 50px rgba(0, 14, 38, 0.1);
}
.pv2-program-icon {
    width: 58px;
    height: 58px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    font-size: 24px;
    color: var(--pase-gold);
    background: linear-gradient(145deg, var(--pv2-ink), #001C4B);
    margin-bottom: 22px;
}
.pv2-program h3 {
    font-size: 26px;
    color: var(--pase-navy);
    margin-bottom: 10px;
}
.pv2-program p {
    font-size: 15px;
    line-height: 1.65;
    color: var(--pase-text-muted);
    margin: 0;
}

/* ==========================================================================
   CONTACT — compact hero, form card, next steps, contact cards
   ========================================================================== */
.pv2-hero-compact {
    padding-bottom: 150px;
}
.pv2-contact {
    position: relative;
    margin-top: -100px;
    padding-bottom: 110px;
    background: linear-gradient(180deg, transparent 0, transparent 100px, var(--pase-bg-light) 100px);
}
.pv2-form-card {
    position: relative;
    background: #ffffff;
    border: 1px solid var(--pv2-line);
    border-radius: 24px;
    padding: 44px;
    box-shadow: 0 30px 70px rgba(0, 14, 38, 0.14);
}
.pv2-form-title {
    font-size: 34px;
    color: var(--pase-navy);
    margin-bottom: 4px;
}
.pv2-form-note {
    font-size: 13.5px;
    color: var(--pase-text-muted);
    margin-bottom: 26px;
}
.pv2-field-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px 20px;
    margin-bottom: 22px;
}
.pv2-field-full {
    grid-column: 1 / -1;
}
.pv2-field label {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: var(--pase-navy);
    margin-bottom: 7px;
}
.pv2-field input,
.pv2-field select,
.pv2-field textarea {
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: var(--pase-text-dark);
    background-color: var(--pase-bg-light);
    border: 1.5px solid #e2e8f0;
    border-radius: 12px;
    padding: 13px 16px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
    -webkit-appearance: none;
    appearance: none;
}
.pv2-field select {
    padding-right: 42px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23C99B2E' stroke-width='1.6' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
}
.pv2-field textarea {
    resize: vertical;
    min-height: 130px;
}
.pv2-field input::placeholder,
.pv2-field textarea::placeholder {
    color: #94a3b8;
}
.pv2-field input:focus,
.pv2-field select:focus,
.pv2-field textarea:focus {
    outline: none;
    background-color: #ffffff;
    border-color: var(--pase-gold);
    box-shadow: 0 0 0 4px rgba(201, 155, 46, 0.15);
}
.pv2-consent {
    margin-bottom: 22px;
}
.pv2-submit {
    border: 0;
    cursor: pointer;
    padding: 17px 28px;
    font-size: 16px;
}
.pv2-submit:focus-visible {
    outline: 3px solid var(--pase-navy);
    outline-offset: 3px;
}
.pv2-form-foot {
    text-align: center;
    font-size: 13px;
    color: var(--pase-text-muted);
    margin: 14px 0 0;
}
.pv2-form-foot i {
    color: var(--pase-gold);
    margin-right: 5px;
}

.pv2-contact-side {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.pv2-next {
    background: linear-gradient(160deg, var(--pv2-ink) 0%, #001C4B 100%);
    border-radius: 24px;
    padding: 34px 32px;
    box-shadow: 0 30px 70px rgba(0, 14, 38, 0.14);
}
.pv2-next-list {
    list-style: none;
    padding: 0;
    margin: 6px 0 0;
    display: grid;
    gap: 20px;
}
.pv2-next-list li {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    position: relative;
}
.pv2-next-list li:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 17px;
    top: 38px;
    bottom: -18px;
    width: 1px;
    background: rgba(201, 155, 46, 0.35);
}
.pv2-next-num {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    border: 1.5px solid var(--pase-gold);
    color: var(--pase-gold);
    font-family: 'EB Garamond', Georgia, serif;
    font-weight: 700;
    font-size: 18px;
}
.pv2-next-list div {
    display: flex;
    flex-direction: column;
    font-family: 'Open Sans', sans-serif;
    padding-top: 6px;
}
.pv2-next-list strong { color: #ffffff; font-size: 15px; }
.pv2-next-list span { color: #94a3b8; font-size: 13.5px; }

.pv2-contact-cards {
    display: grid;
    gap: 10px;
}
.pv2-contact-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 18px;
    background: #ffffff;
    border: 1px solid var(--pv2-line);
    border-radius: 16px;
    text-decoration: none !important;
    transition: transform 0.3s var(--pv2-ease), border-color 0.3s ease, box-shadow 0.3s ease;
}
a.pv2-contact-card:hover {
    transform: translateX(4px);
    border-color: var(--pase-gold-border);
    box-shadow: 0 14px 30px rgba(0, 14, 38, 0.08);
}
.pv2-contact-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    font-size: 17px;
    color: var(--pase-gold);
    background: var(--pase-gold-light);
    border: 1px solid var(--pase-gold-border);
}
.pv2-contact-wa .pv2-contact-icon {
    color: #ffffff;
    background: #25d366;
    border-color: #25d366;
}
.pv2-contact-card > span:last-child {
    display: flex;
    flex-direction: column;
    min-width: 0;
    font-family: 'Open Sans', sans-serif;
}
.pv2-contact-card small {
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #94a3b8;
}
.pv2-contact-card strong {
    font-size: 15px;
    color: var(--pase-navy);
    overflow-wrap: anywhere;
}

@media (max-width: 1199px) {
    .pv2-programmes { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 767px) {
    .pv2-programmes { grid-template-columns: 1fr; }
    .pv2-hero-compact { padding-bottom: 120px; }
    .pv2-contact { margin-top: -80px; padding-bottom: 70px; }
    .pv2-form-card { padding: 28px 22px; border-radius: 20px; }
    .pv2-form-title { font-size: 28px; }
    .pv2-field-grid { grid-template-columns: 1fr; }
    .pv2-next { padding: 28px 24px; }
}


/* ==========================================================================
   PHOTO HERO — photo on the right, fading into navy behind the text
   ========================================================================== */
.pv2-hero-photo {
    background: var(--pv2-ink);
}
.pv2-hero-photo .pv2-hero-bg {
    left: 34%;
    /* fade the photo in with a mask so its left edge never shows as a seam */
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 45%);
    mask-image: linear-gradient(90deg, transparent 0%, #000 45%);
}
.pv2-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 60% 30%;
    animation: pv2-kenburns 22s ease-in-out infinite alternate;
}
/* navy fade from the text side, plus a soft bottom fade into the ticker */
.pv2-hero-photo .pv2-hero-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(0, 14, 38, 0.7) 0%, rgba(0, 14, 38, 0.35) 55%, rgba(0, 14, 38, 0.15) 100%),
        linear-gradient(0deg, var(--pv2-ink) 0%, rgba(0, 14, 38, 0) 30%);
}
.pv2-hero-photo .container {
    min-height: 520px;
}
@keyframes pv2-kenburns {
    from { transform: scale(1); }
    to { transform: scale(1.08); }
}

@media (max-width: 991px) {
    .pv2-hero-photo .pv2-hero-bg {
        left: 0;
        -webkit-mask-image: none;
        mask-image: none;
    }
    .pv2-hero-photo .pv2-hero-bg::after {
        background: linear-gradient(180deg, rgba(0, 14, 38, 0.78) 0%, rgba(0, 14, 38, 0.9) 60%, var(--pv2-ink) 100%);
    }
    .pv2-hero-photo .container {
        min-height: 0;
    }
}

/* ==========================================================================
   COVER HERO — full-bleed background photo under a navy overlay
   ========================================================================== */
.pv2-hero-cover .pv2-hero-img {
    object-position: 50% 40%;
}
.pv2-hero-cover .pv2-hero-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(0, 14, 38, 0.92) 0%, rgba(0, 14, 38, 0.72) 55%, rgba(0, 14, 38, 0.5) 100%),
        linear-gradient(0deg, var(--pv2-ink) 0%, rgba(0, 14, 38, 0) 35%);
}
@media (max-width: 991px) {
    .pv2-hero-cover .pv2-hero-bg::after {
        background: linear-gradient(180deg, rgba(0, 14, 38, 0.8) 0%, rgba(0, 14, 38, 0.9) 60%, var(--pv2-ink) 100%);
    }
}

/* ---------- Scroll reveal (only when JS is running) ---------- */
.pv2-js .pv2-reveal {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity 0.8s var(--pv2-ease), transform 0.8s var(--pv2-ease);
}
.pv2-js .pv2-reveal.pv2-in {
    opacity: 1;
    transform: none;
}
.pv2-js .pv2-mock.pv2-reveal.pv2-in {
    transform: perspective(1200px) rotateY(-6deg) rotateX(2deg);
}
.pv2-js .pv2-mock.pv2-reveal.pv2-in:hover {
    transform: perspective(1200px) rotateY(0) rotateX(0);
}

@media (prefers-reduced-motion: reduce) {
    .pv2 *, .pv2 *::before, .pv2 *::after {
        animation: none !important;
        transition: none !important;
    }
    .pv2-js .pv2-reveal { opacity: 1; transform: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 991px) {
    .pv2-section { padding: 80px 0; }
    .pv2-bento { grid-template-columns: 1fr 1fr; }
    .pv2-tile-wide { grid-column: span 2; }
    .pv2-sticky { position: static; }
    .pv2-mock, .pv2-js .pv2-mock.pv2-reveal.pv2-in { transform: none; }
    .pv2-timeline { grid-template-columns: 1fr 1fr; gap: 40px 24px; }
    .pv2-timeline::before { display: none; }
    .pv2-included { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
    .pv2-hero { padding-top: 40px; }
    .pv2-crumbs { margin-bottom: 30px; }
    .pv2-hero-lead { font-size: 16.5px; }
    .pv2-hero-actions .pv2-btn { width: 100%; }
    .pv2-ticker { margin-top: 56px; }
    .pv2-section { padding: 64px 0; }
    .pv2-head { margin-bottom: 40px; }
    .pv2-bento { grid-template-columns: 1fr; }
    .pv2-tile-wide { grid-column: auto; }
    .pv2-tile { padding: 28px; }
    .pv2-tile h3 { font-size: 25px; }
    .pv2-num { margin-bottom: 24px; }
    .pv2-pillar { flex-direction: column; padding: 26px; gap: 16px; }
    .pv2-timeline { grid-template-columns: 1fr; gap: 0; padding-left: 0; }
    .pv2-step {
        padding: 0 0 36px 76px;
        min-height: 56px;
    }
    .pv2-step::before {
        content: "";
        position: absolute;
        left: 27px;
        top: 56px;
        bottom: 0;
        width: 2px;
        background: rgba(201, 155, 46, 0.3);
    }
    .pv2-step:last-child::before { display: none; }
    .pv2-node { position: absolute; left: 0; top: 0; margin: 0; }
    .pv2-included-main { padding: 34px 26px; }
    .pv2-checklist { grid-template-columns: 1fr; }
    .pv2-included-side { padding: 34px 26px; }
    .pv2-faq summary { font-size: 21px; padding-right: 54px; }
    .pv2-cta { padding: 40px 28px; border-radius: 24px; }
    .pv2-cta .pv2-btn { width: 100%; }
    .pv2-cta-wrap { padding-bottom: 70px; }
}


/* ==========================================================================
   EDUCATION & CAREER — reactive vs proactive, drawn journey line
   ========================================================================== */
.pv2-compare {
    display: grid;
    grid-template-columns: 1fr auto 1.15fr;
    align-items: stretch;
    gap: 24px;
}
.pv2-compare-card {
    position: relative;
    overflow: hidden;
    border-radius: var(--pv2-radius);
    padding: 40px;
    border: 1px solid var(--pv2-line);
    background: #ffffff;
}
.pv2-compare-card h3 {
    font-size: 30px;
    line-height: 1.15;
    color: var(--pase-navy);
    margin-bottom: 22px;
}
.pv2-compare-tag {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 999px;
    margin-bottom: 18px;
    color: #64748b;
    background: #f1f5f9;
}
.pv2-compare-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 14px;
}
.pv2-compare-list li {
    display: flex;
    gap: 12px;
    font-size: 15.5px;
    line-height: 1.55;
    color: var(--pase-text-muted);
}
.pv2-compare-list i {
    flex-shrink: 0;
    width: 24px; height: 24px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 11px;
    margin-top: 1px;
    color: #94a3b8;
    background: #f1f5f9;
}
.pv2-compare-before {
    background: var(--pase-bg-light);
}
.pv2-compare-before h3 { color: #64748b; }
.pv2-compare-after {
    background: linear-gradient(150deg, var(--pv2-ink) 0%, #001C4B 100%);
    border-color: transparent;
    box-shadow: 0 34px 70px rgba(0, 14, 38, 0.22);
}
.pv2-compare-after h3 { color: #ffffff; }
.pv2-compare-after .pv2-compare-tag {
    color: var(--pase-gold);
    background: rgba(201, 155, 46, 0.14);
}
.pv2-compare-after .pv2-compare-list li { color: #cbd5e1; }
.pv2-compare-after .pv2-compare-list i {
    color: var(--pv2-ink);
    background: var(--pase-gold);
}
.pv2-compare-after .pv2-orb {
    width: 300px; height: 300px;
    right: -120px; bottom: -140px;
    background: rgba(201, 155, 46, 0.35);
    z-index: 0;
}
.pv2-compare-after > *:not(.pv2-orb) { position: relative; z-index: 1; }
.pv2-compare-arrow {
    align-self: center;
    width: 64px; height: 64px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 22px;
    color: var(--pase-gold);
    background: #ffffff;
    border: 1px solid var(--pase-gold-border);
    box-shadow: 0 14px 30px rgba(0, 14, 38, 0.08);
}
.pv2-compare-arrow i { animation: pv2-nudge 2.4s var(--pv2-ease) infinite; }
@keyframes pv2-nudge {
    0%, 100% { transform: translateX(-3px); }
    50% { transform: translateX(4px); }
}
.pv2-compare-result {
    margin-top: 26px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-family: 'EB Garamond', Georgia, serif;
    font-size: 21px;
    font-style: italic;
    line-height: 1.4;
    color: #e9c878;
}

/* list items arrive one by one once their card is revealed */
.pv2-js .pv2-reveal .pv2-compare-list li {
    opacity: 0;
    transform: translateX(-12px);
    transition: opacity 0.6s var(--pv2-ease), transform 0.6s var(--pv2-ease);
}
.pv2-js .pv2-reveal.pv2-in .pv2-compare-list li { opacity: 1; transform: none; }
.pv2-js .pv2-reveal.pv2-in .pv2-compare-list li:nth-child(2) { transition-delay: 0.12s; }
.pv2-js .pv2-reveal.pv2-in .pv2-compare-list li:nth-child(3) { transition-delay: 0.24s; }
.pv2-js .pv2-reveal.pv2-in .pv2-compare-list li:nth-child(4) { transition-delay: 0.36s; }

/* Journey: the connecting line draws itself, nodes light up in turn */
.pv2-js .pv2-draw::before {
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 1.8s var(--pv2-ease) 0.2s;
}
.pv2-js .pv2-draw.pv2-in::before { transform: scaleX(1); }
.pv2-journey .pv2-node {
    transition: background 0.5s ease, color 0.5s ease, box-shadow 0.5s ease;
}
.pv2-journey .pv2-step.pv2-in .pv2-node {
    background: var(--pase-gold);
    color: var(--pv2-ink);
    box-shadow: 0 0 0 8px rgba(201, 155, 46, 0.14), 0 0 34px rgba(201, 155, 46, 0.35);
}
.pv2-journey .pv2-step:nth-child(1) .pv2-node { transition-delay: 0.3s; }
.pv2-journey .pv2-step:nth-child(2) .pv2-node { transition-delay: 0.8s; }
.pv2-journey .pv2-step:nth-child(3) .pv2-node { transition-delay: 1.3s; }
.pv2-journey .pv2-step:nth-child(4) .pv2-node { transition-delay: 1.8s; }
.pv2-journey .pv2-node i { font-size: 20px; }

@media (max-width: 991px) {
    .pv2-compare { grid-template-columns: 1fr; }
    .pv2-compare-arrow { justify-self: center; transform: rotate(90deg); }
}
@media (max-width: 767px) {
    .pv2-compare-card { padding: 30px 26px; }
    .pv2-compare-card h3 { font-size: 26px; }
    .pv2-js .pv2-draw::before { transform: none; }
}


/* ==========================================================================
   SERVICES HUB — quick-jump pills, stacking service cards, "where to start"
   ========================================================================== */
.pv2-hero-hub .container { position: relative; }
.pv2-hero-hub .pv2-display em { display: inline; }
.pv2-jump {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 8px;
}
.pv2-jump a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px 10px 10px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.05);
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #e2e8f0;
    text-decoration: none;
    transition: transform 0.3s var(--pv2-ease), border-color 0.3s ease, background 0.3s ease, color 0.3s ease;
}
.pv2-jump a span {
    width: 28px; height: 28px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-family: 'EB Garamond', Georgia, serif;
    font-size: 14px;
    font-weight: 700;
    color: var(--pv2-ink);
    background: var(--pase-gold);
}
.pv2-jump a:hover {
    transform: translateY(-2px);
    border-color: var(--pase-gold);
    background: rgba(201, 155, 46, 0.12);
    color: #ffffff;
}

/* Stacking cards: each card sticks a little lower than the previous one,
   and pase-modern.js shrinks the covered card as the next one slides over it */
.pv2-stack {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 28px;
}
.pv2-stack-card {
    position: sticky;
    top: calc(120px + var(--i, 0) * 18px);
    scroll-margin-top: 140px;
}
.pv2-stack-inner {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    min-height: 420px;
    border-radius: 28px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid var(--pv2-line);
    box-shadow: 0 30px 70px rgba(0, 14, 38, 0.12);
    transform: scale(var(--pv2-shrink, 1));
    transform-origin: 50% 0;
    filter: brightness(var(--pv2-dim, 1));
    will-change: transform;
}
.pv2-stack-card:nth-child(even) .pv2-stack-inner {
    background: linear-gradient(150deg, var(--pv2-ink) 0%, #001C4B 100%);
    border-color: transparent;
}
.pv2-stack-media {
    position: relative;
    overflow: hidden;
}
.pv2-stack-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.2s var(--pv2-ease);
}
.pv2-stack-card:hover .pv2-stack-media img { transform: scale(1.06); }
.pv2-stack-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 14, 38, 0) 50%, rgba(0, 14, 38, 0.45) 100%);
}
.pv2-stack-num {
    position: absolute;
    left: 28px;
    bottom: 18px;
    z-index: 1;
    font-family: 'EB Garamond', Georgia, serif;
    font-size: 88px;
    font-weight: 700;
    line-height: 1;
    color: rgba(255, 255, 255, 0.9);
}
.pv2-stack-body {
    padding: 52px 52px 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.pv2-stack-body h3 {
    font-size: clamp(30px, 3vw, 40px);
    line-height: 1.1;
    color: var(--pase-navy);
    margin-bottom: 14px;
}
.pv2-stack-body h3 a { color: inherit; text-decoration: none; }
.pv2-stack-body > p {
    font-size: 16.5px;
    line-height: 1.75;
    color: var(--pase-text-muted);
    margin-bottom: 22px;
}
.pv2-stack-body .pv2-tags { margin-bottom: 30px; }
.pv2-stack-card:nth-child(even) .pv2-stack-body h3 { color: #ffffff; }
.pv2-stack-card:nth-child(even) .pv2-stack-body > p { color: #cbd5e1; }
.pv2-stack-card:nth-child(even) .pv2-tags li {
    color: #e2e8f0;
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.12);
}
.pv2-stack-card:nth-child(even) .pv2-kicker { color: #e9c878; }
.pv2-stack-body .pv2-btn { align-self: flex-start; }

/* Where to start: situation -> service */
.pv2-start {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.pv2-start a {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 30px 30px 26px;
    border-radius: var(--pv2-radius);
    background: #ffffff;
    border: 1px solid var(--pv2-line);
    text-decoration: none !important;
    transition: transform 0.4s var(--pv2-ease), box-shadow 0.4s var(--pv2-ease), border-color 0.3s ease;
}
.pv2-start a::before {
    content: "";
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 3px;
    background: var(--pase-gold);
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform 0.5s var(--pv2-ease);
}
.pv2-start a:hover {
    transform: translateY(-4px);
    border-color: var(--pase-gold-border);
    box-shadow: 0 24px 50px rgba(0, 14, 38, 0.1);
}
.pv2-start a:hover::before { transform: scaleY(1); }
.pv2-start-q {
    font-family: 'EB Garamond', Georgia, serif;
    font-size: 23px;
    font-style: italic;
    line-height: 1.3;
    color: var(--pase-navy);
}
.pv2-start-a {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-top: 16px;
    border-top: 1px solid var(--pv2-line);
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: var(--pase-gold);
}
.pv2-start-a i { transition: transform 0.3s var(--pv2-ease); }
.pv2-start a:hover .pv2-start-a i { transform: translateX(5px); }
.pv2-start-cta {
    background: linear-gradient(150deg, var(--pv2-ink) 0%, #001C4B 100%) !important;
    border-color: transparent !important;
}
.pv2-start-cta .pv2-start-q { color: #ffffff; }
.pv2-start-cta .pv2-start-a { border-top-color: rgba(255, 255, 255, 0.12); }

@media (max-width: 991px) {
    .pv2-stack-inner { grid-template-columns: 1fr; min-height: 0; }
    .pv2-stack-media { height: 240px; }
    .pv2-stack-body { padding: 36px 32px; }
    .pv2-start { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 767px) {
    .pv2-stack-card { position: static; }
    .pv2-stack-inner { border-radius: 22px; transform: none; filter: none; }
    .pv2-stack-media { height: 200px; }
    .pv2-stack-num { font-size: 64px; }
    .pv2-stack-body { padding: 28px 24px; }
    .pv2-start { grid-template-columns: 1fr; }
    .pv2-jump a { font-size: 13px; }
}
