
@font-face {
    font-family: 'Brittany Signature';
    src: url('../fonts/BrittanySignature.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root {
    --p24-bg: #f7f4ef;
    --p24-surface: #ffffff;
    --p24-text: #151515;
    --p24-muted: #626262;
    --p24-border: #e6dfd3;
    --p24-primary: #AD8346;
    --p24-primary-dark: #946f3b;
    --p24-accent: #AD8346;
    --p24-radius: 24px;
    --p24-shadow: 0 20px 60px rgba(21, 21, 21, 0.10);
}

* { box-sizing: border-box; }
html, body { overflow-x: hidden; }
body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: var(--p24-text);
    background: var(--p24-bg);
    line-height: 1.5;
}
a { color: inherit; text-decoration: none; }
.container { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(247,244,239,0.92); backdrop-filter: blur(12px); border-bottom: 1px solid var(--p24-border); overflow: hidden; }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; min-width: 0; font-weight: 800; }
.brand-logo-box { display: flex; align-items: center; justify-content: flex-start; width: 100%; max-width: 400px; min-width: 0; overflow: hidden; flex: 0 1 400px; }
.brand-logo-box img,
.brand-logo-box .custom-logo,
.custom-logo {
    display: block !important;
    width: 100% !important;
    max-width: 400px !important;
    height: auto !important;
    max-height: 80px !important;
    object-fit: contain;
}
.custom-logo-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    max-width: 400px;
    min-width: 0;
    overflow: hidden;
}
.brand-fallback { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { width: 54px; height: 54px; border-radius: 16px; background: var(--p24-primary); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-weight: 900; }
.brand-text { font-size: 18px; }
.primary-nav { display: flex; align-items: center; gap: 22px; }
.menu { display: flex; gap: 18px; list-style: none; padding: 0; margin: 0; }
.nav-link, .menu a { color: var(--p24-muted); font-weight: 700; font-size: 14px; }
.btn { display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 999px; background: var(--p24-primary); color: #fff; min-height: 48px; padding: 0 24px; font-weight: 800; cursor: pointer; }
.btn:hover { background: var(--p24-primary-dark); }
.btn-small { min-height: 40px; padding: 0 18px; font-size: 14px; }
.btn-secondary { background: #fff; color: var(--p24-primary); border: 1px solid var(--p24-border); }
.btn-secondary:hover { background: #fdfbf7; color: var(--p24-primary); }
.nav-toggle { display: none; background: transparent; border: 0; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--p24-text); margin: 5px 0; }
.hero { padding: 56px 0 72px; }
.hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 48px; align-items: center; }
.eyebrow { display: inline-flex; color: var(--p24-primary); background: #e8f1ec; border-radius: 999px; padding: 8px 14px; font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(44px, 7vw, 76px); line-height: .96; letter-spacing: -0.055em; margin: 18px 0 22px; }
h2 { font-size: clamp(25px, 4vw, 48px); line-height: 1.05; letter-spacing: -0.04em; margin-bottom: 28px; }
h3 { font-size: 21px; margin-bottom: 10px; }
.hero-text { font-size: 20px; color: var(--p24-muted); max-width: 610px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 32px; }
.hero-card, .feature-card, .quote-card, .cta-panel { background: var(--p24-surface); border: 1px solid var(--p24-border); border-radius: var(--p24-radius); box-shadow: var(--p24-shadow); }
.hero-card { padding: 23px; min-height: 440px; }
.card-topline { height: 12px; width: 110px; background: var(--p24-accent); border-radius: 999px; margin-bottom: 23px; }
.progress-item { display: flex; justify-content: space-between; align-items: center; padding: 18px 0; border-bottom: 1px solid var(--p24-border); color: var(--p24-muted); }
.progress-item strong { color: var(--p24-primary); }
.section { padding: 72px 0; }
.section-soft { background: #efe8dc; }
.section-heading { max-width: 720px; margin-bottom: 32px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature-card { padding: 23px; box-shadow: none; }
.feature-card p, .split-grid p, .cta-panel p { color: var(--p24-muted); }
.split-grid { display: grid; grid-template-columns: 1fr 0.85fr; gap: 36px; align-items: center; }
.quote-card { padding: 25px; font-size: 20px; }
.quote-card strong { color: var(--p24-primary); font-size: 15px; }
.cta-panel { padding: 46px; text-align: center; }
.signup-form { margin: 24px auto 0; display: flex; max-width: 560px; gap: 10px; }
.signup-form input { flex: 1; min-height: 52px; border-radius: 999px; border: 1px solid var(--p24-border); padding: 0 18px; font-size: 16px; }
.site-footer { padding: 36px 0; background: var(--p24-primary-dark); color: #fff; }
.footer-inner { display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.footer-inner p { margin: 6px 0 0; color: rgba(255,255,255,.72); }
.footer-links { display: flex; gap: 18px; color: rgba(255,255,255,.78); }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

@media (max-width: 860px) {
    .header-inner { min-height: 68px; }
    .brand-logo-box { max-width: 220px; flex-basis: 220px; }
    .brand-text { display: none; }
    .custom-logo-link { max-width: 220px; }
    .brand-logo-box img,
    .brand-logo-box .custom-logo,
    .custom-logo { max-width: 220px !important; max-height: 60px !important; }
    .site-header {
        overflow: visible;
        z-index: 1000;
    }
    .nav-toggle { display: block; position: relative; z-index: 1002; }
    .primary-nav { display: none; position: absolute; top: 68px; left: 16px; right: 16px; z-index: 1001; flex-direction: column; align-items: stretch; background: #fff; border: 1px solid var(--p24-border); border-radius: 18px; padding: 18px; box-shadow: var(--p24-shadow); }
    .primary-nav.is-open { display: flex; }
    .menu { flex-direction: column; }
    .hero { padding: 46px 0 54px; }
    .hero-grid, .feature-grid, .split-grid { grid-template-columns: 1fr; }
    .hero-card { min-height: auto; }
    .signup-form { flex-direction: column; }
    .footer-inner { flex-direction: column; align-items: flex-start; }
}

/* Hero custom image */
.hero-image-wrap {
    background: var(--p24-surface);
    border: 1px solid var(--p24-border);
    border-radius: var(--p24-radius);
    box-shadow: var(--p24-shadow);
    overflow: hidden;
    min-height: 440px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 440px;
    object-fit: cover;
}

@media (max-width: 860px) {
    .hero-image-wrap,
    .hero-image {
        min-height: 280px;
    }
}


/* Premium Hero Design - P24 v0.1.4 */
:root {
    --p24-bg: #f6f2eb;
    --p24-surface: #ffffff;
    --p24-text: #07172b;
    --p24-muted: #5f6670;
    --p24-border: #e8ddcc;
    --p24-primary: #0e3f36;
    --p24-primary-dark: #082b25;
    --p24-navy: #07172b;
    --p24-gold: #b99049;
    --p24-gold-soft: #f3d79a;
    --p24-radius: 23px;
    --p24-shadow: 0 23px 80px rgba(7, 23, 43, 0.13);
}

body {
    color: var(--p24-text);
    background: var(--p24-bg);
}

.site-header {
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid rgba(185, 144, 73, 0.18);
    box-shadow: 0 10px 25px rgba(7, 23, 43, 0.035);
}

.header-inner {
    min-height: 82px;
}

.menu a,
.nav-link {
    color: var(--p24-navy);
    opacity: .86;
}

.menu a:hover,
.nav-link:hover {
    opacity: 1;
    color: var(--p24-primary);
}

.hero-premium {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: clamp(70px, 8vw, 118px) 0 clamp(72px, 8vw, 110px);
    background:
        radial-gradient(circle at 82% 20%, rgba(185, 144, 73, 0.16), transparent 34%),
        radial-gradient(circle at 12% 18%, rgba(14, 63, 54, 0.10), transparent 30%),
        linear-gradient(135deg, #fbfaf7 0%, #f6f2eb 48%, #efe6d9 100%);
}


.hero-premium[style*="background-image"] {
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
}

.hero-premium[style*="background-image"]::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 17% 18%, rgba(14, 63, 54, 0.08), transparent 28%);
    pointer-events: none;
    z-index: -1;
}

.hero-premium[style*="background-image"] .hero-bg-mark {
    opacity: .42;
}

.hero-bg-mark {
    position: absolute;
    inset: auto -10% -30% 50%;
    width: 760px;
    height: 760px;
    border: 1px solid rgba(185, 144, 73, 0.24);
    border-radius: 50%;
    z-index: -1;
}

.hero-bg-mark::before,
.hero-bg-mark::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(7, 23, 43, 0.08);
}

.hero-bg-mark::before {
    inset: 82px;
}

.hero-bg-mark::after {
    inset: 178px;
}

.hero-grid {
    grid-template-columns: minmax(0, 1.02fr) minmax(420px, .88fr);
    gap: clamp(42px, 6vw, 82px);
}

.hero-copy {
    max-width: 690px;
}

.hero-eyebrow,
.eyebrow {
    background: rgba(14, 63, 54, 0.09);
    color: var(--p24-primary);
    border: 1px solid rgba(14, 63, 54, 0.09);
    letter-spacing: .08em;
}

.hero h1 {
    max-width: 760px;
    color: var(--p24-navy);
    font-size: clamp(50px, 7.6vw, 88px);
    line-height: .92;
    letter-spacing: -0.068em;
    margin: 20px 0 21px;
}

.hero-text {
    max-width: 625px;
    color: #5a606b;
    font-size: clamp(18px, 2vw, 22px);
    line-height: 1.55;
}

.hero-actions {
    gap: 14px;
    margin-top: 34px;
}

.btn {
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.btn:hover {
    transform: translateY(-1px);
}

.btn-premium,
.btn:not(.btn-secondary) {
    background: linear-gradient(135deg, var(--p24-primary) 0%, var(--p24-primary-dark) 100%);
    box-shadow: 0 12px 23px rgba(14, 63, 54, .20);
}

.btn-secondary {
    background: rgba(255,255,255,.78);
    border: 1px solid rgba(185, 144, 73, 0.28);
    color: var(--p24-primary);
    box-shadow: 0 8px 22px rgba(7, 23, 43, .04);
}

.hero-proof {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 36px;
}

.hero-proof div {
    min-width: 116px;
    padding: 14px 16px;
    border: 1px solid rgba(185, 144, 73, 0.20);
    border-radius: 18px;
    background: rgba(255,255,255,.55);
    backdrop-filter: blur(10px);
}

.hero-proof strong,
.hero-proof span {
    display: block;
}

.hero-proof strong {
    color: var(--p24-navy);
    font-size: 18px;
    line-height: 1;
}

.hero-proof span {
    color: var(--p24-muted);
    font-size: 13px;
    margin-top: 6px;
}

.hero-visual {
    position: relative;
    min-height: 560px;
    display: flex;
    align-items: center;
}

.premium-plan-card {
    position: relative;
    width: 100%;
    min-height: 485px;
    padding: clamp(23px, 4vw, 42px);
    background:
        linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,255,255,.90)),
        radial-gradient(circle at 100% 0%, rgba(185, 144, 73, .12), transparent 30%);
    border: 1px solid rgba(185, 144, 73, 0.24);
    border-radius: 34px;
    box-shadow: 0 25px 90px rgba(7, 23, 43, 0.14);
    overflow: hidden;
}

.card-shine {
    position: absolute;
    top: -120px;
    right: -120px;
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(185,144,73,.22), transparent 68%);
    pointer-events: none;
}

.card-topline {
    width: 125px;
    height: 10px;
    background: linear-gradient(90deg, var(--p24-gold-soft), var(--p24-gold));
    margin-bottom: 25px;
}

.plan-head {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: flex-start;
}

.plan-label {
    display: block;
    color: var(--p24-gold);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .10em;
    margin-bottom: 10px;
}

.hero-card h2 {
    color: var(--p24-navy);
    font-size: clamp(34px, 4vw, 54px);
    margin-bottom: 20px;
}

.plan-score {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 24px;
    background: var(--p24-navy);
    color: #fff;
    font-weight: 900;
    box-shadow: 0 18px 38px rgba(7, 23, 43, .18);
}

.plan-progress {
    height: 12px;
    border-radius: 999px;
    background: #f0eadf;
    overflow: hidden;
    margin: 4px 0 18px;
}

.plan-progress span {
    display: block;
    height: 100%;
    width: 72%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--p24-primary), var(--p24-gold));
}

.progress-item {
    padding: 19px 0;
    border-bottom: 1px solid rgba(185, 144, 73, 0.20);
    color: var(--p24-muted);
    font-size: 17px;
}

.progress-item strong {
    color: var(--p24-primary);
    font-weight: 900;
}

.floating-card {
    position: absolute;
    z-index: 2;
    padding: 16px 18px;
    border-radius: 20px;
    background: rgba(255,255,255,.92);
    border: 1px solid rgba(185, 144, 73, .24);
    box-shadow: 0 24px 50px rgba(7, 23, 43, .12);
    backdrop-filter: blur(14px);
}

.floating-card span,
.floating-card strong {
    display: block;
}

.floating-card span {
    color: var(--p24-muted);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.floating-card strong {
    color: var(--p24-navy);
    margin-top: 4px;
    font-size: 15px;
}

.floating-card-one {
    left: -34px;
    bottom: 82px;
}

.floating-card-two {
    right: -22px;
    top: 72px;
}

.premium-media-card {
    border-radius: 34px;
    border: 1px solid rgba(185, 144, 73, 0.24);
    box-shadow: 0 25px 90px rgba(7, 23, 43, 0.14);
}


@media (min-width: 981px) and (max-height: 860px) {
}

@media (max-width: 980px) {
    .hero-grid {
        grid-template-columns: 1fr;
    }

    .hero-visual {
        min-height: auto;
    }

    .floating-card {
        position: static;
        margin-top: 14px;
    }

    .premium-plan-card {
        min-height: auto;
    }
}

@media (max-width: 640px) {
    .hero-premium {
        padding: 48px 0 64px;
    }

    .hero h1 {
        font-size: clamp(42px, 14vw, 58px);
    }

    .hero-proof {
        display: grid;
        grid-template-columns: 1fr;
    }

    .plan-head {
        display: block;
    }

    .plan-score {
        width: 62px;
        height: 62px;
        border-radius: 20px;
        margin-bottom: 16px;
    }
}


@media (max-width: 860px) {
    .hero-premium[style*="background-image"] {
        background-position: center top;
    }
}

/* P24 v0.1.6 - Background image hero, no right-hand hero card */
.hero-premium .hero-grid {
    display: block;
}

.hero-premium .hero-copy {
    max-width: 690px;
    position: relative;
    z-index: 2;
}

.hero-premium .hero-visual,
.hero-premium .hero-card,
.hero-premium .premium-plan-card,
.hero-premium .floating-card,
.hero-premium .hero-bg-mark {
    display: none !important;
}

.hero-premium {
    min-height: calc(100vh - 82px);
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
}

.hero-premium[style*="background-image"] {
    background-size: cover !important;
    background-position: center right !important;
    background-repeat: no-repeat !important;
}

.hero-premium[style*="background-image"]::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(246,242,235,0.97) 0%, rgba(246,242,235,0.91) 34%, rgba(246,242,235,0.58) 54%, rgba(246,242,235,0.18) 78%, rgba(246,242,235,0.05) 100%);
    pointer-events: none;
    z-index: -1;
}

.hero-premium:not([style*="background-image"]) {
    background:
        radial-gradient(circle at 82% 20%, rgba(185, 144, 73, 0.12), transparent 34%),
        linear-gradient(135deg, #fbfaf7 0%, #f6f2eb 52%, #efe6d9 100%);
}


@media (min-width: 981px) and (max-height: 860px) {
}

@media (max-width: 980px) {
    .hero-premium,
    .hero-premium[style*="background-image"] {
        min-height: auto;
        background-position: center right !important;
    }

    .hero-premium[style*="background-image"]::before {
        background: linear-gradient(90deg, rgba(246,242,235,0.98) 0%, rgba(246,242,235,0.94) 56%, rgba(246,242,235,0.72) 100%);
    }
}


/* P24 v0.1.7 - Remove hero feature boxes */
.hero-proof {
    display: none !important;
}

.hero-premium {
    padding-bottom: clamp(56px, 7vw, 92px);
}


/* P24 v0.1.9 - Hero content position adjustment
   The hero was vertically centred, so padding changes alone did not move the text.
   This pins the content nearer the top while keeping a premium amount of space below the header.
*/
.hero-premium {
    align-items: flex-start !important;
    padding-top: clamp(46px, 5.2vw, 72px) !important;
    padding-bottom: clamp(70px, 8vw, 104px) !important;
}

.hero-premium .container.hero-grid {
    width: min(1120px, calc(100% - 32px)) !important;
    margin-left: auto !important;
    margin-right: auto !important;
}


@media (min-width: 981px) and (max-height: 860px) {
}

@media (max-width: 980px) {
    .hero-premium {
        padding-top: 42px !important;
        padding-bottom: 64px !important;
    }
}

@media (max-width: 640px) {
    .hero-premium {
        padding-top: 34px !important;
        padding-bottom: 56px !important;
    }
}


/* P24 v0.2.0 - Hero left alignment fix
   The hero grid shares the .container class, so it must retain the same max-width and auto margins as the header container.
*/
.hero-premium .container.hero-grid {
    width: min(1120px, calc(100% - 32px)) !important;
    max-width: 1120px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

@media (max-width: 640px) {
    .hero-premium .container.hero-grid {
        width: min(100% - 32px, 1120px) !important;
    }
}



/* P24 v0.2.1 - shorter hero image and credibility logo banner */
.hero-premium {
    min-height: clamp(560px, 68vh, 690px) !important;
    padding-top: clamp(42px, 4.6vw, 64px) !important;
    padding-bottom: clamp(36px, 4.6vw, 58px) !important;
}

.hero-premium[style*="background-image"],
.hero-premium {
    background-size: cover !important;
    background-position: center right !important;
}

.logo-banner {
    position: relative;
    z-index: 1;
    background:
        radial-gradient(circle at 12% 18%, rgba(14, 63, 54, 0.04), transparent 26%),
        linear-gradient(180deg, rgba(255,255,255,0.92), rgba(250,248,244,0.95));
    border-top: 1px solid rgba(185, 144, 73, 0.14);
    border-bottom: 1px solid rgba(185, 144, 73, 0.14);
    padding: 23px 0;
    overflow: hidden;
}

.logo-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .42;
    pointer-events: none;
    background-image:
        radial-gradient(circle, rgba(7,23,43,.16) 1px, transparent 1.5px),
        linear-gradient(45deg, transparent 48%, rgba(7,23,43,.09) 49%, transparent 51%);
    background-size: 96px 96px, 140px 140px;
}

.logo-banner-inner {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 23px;
    align-items: center;
}

.logo-banner-group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    min-width: 0;
}

.logo-banner-label {
    flex: 0 0 auto;
    color: rgba(7, 23, 43, .48);
    font-weight: 700;
    font-size: 15px;
}

.logo-banner-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(18px, 2.8vw, 34px);
    min-width: 0;
    flex-wrap: wrap;
}

.logo-banner-logos img {
    display: block;
    max-width: 125px;
    max-height: 34px;
    width: auto;
    height: auto;
    object-fit: contain;
    opacity: .48;
    filter: grayscale(1);
}

.logo-text-fallback {
    color: rgba(7, 23, 43, .48);
    font-weight: 900;
    font-size: clamp(17px, 1.6vw, 22px);
    line-height: 1;
    white-space: nowrap;
    filter: grayscale(1);
}

.logo-banner-divider {
    width: 1px;
    height: 52px;
    background: rgba(7, 23, 43, .13);
}


@media (min-width: 981px) and (max-height: 860px) {
}

@media (max-width: 980px) {
    .hero-premium {
        min-height: auto !important;
        padding-top: 42px !important;
        padding-bottom: 46px !important;
    }

    .logo-banner-inner {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .logo-banner-divider {
        width: 100%;
        height: 1px;
    }

    .logo-banner-group {
        flex-direction: column;
        gap: 14px;
    }
}

@media (max-width: 640px) {
    .logo-banner {
        padding: 24px 0;
    }

    .logo-banner-logos {
        gap: 18px 24px;
    }

    .logo-banner-logos img {
        max-width: 108px;
        max-height: 23px;
    }
}

.hero-highlight{color:var(--p24-accent);}

/* P24 v0.2.6 - Clean logo banner and first-screen fit */
.hero-premium {
    min-height: calc(100svh - 82px - 104px) !important;
    padding-top: clamp(34px, 4vw, 54px) !important;
    padding-bottom: clamp(23px, 3.5vw, 44px) !important;
    display: flex;
    align-items: center;
}

.admin-bar .hero-premium {
    min-height: calc(100svh - 114px - 104px) !important;
}

.logo-banner {
    min-height: 104px;
    display: flex;
    align-items: center;
    background-image: none !important;
}

.logo-banner::before,
.logo-banner::after {
    display: none !important;
    content: none !important;
}

.logo-banner-inner {
    width: 100%;
}

@media (max-width: 860px) {
    .hero-premium {
        min-height: auto !important;
        padding-top: 46px !important;
        padding-bottom: 46px !important;
    }

    .logo-banner {
        min-height: auto;
    }
}

/* Section 1 - Mentor Cards */
.section-1 {
    position: relative;
    padding: clamp(70px, 7vw, 104px) 0;
    background: #fbfaf7;
    overflow: hidden;
}

.section-1-inner {
    text-align: center;
}

.section-1-heading {
    max-width: 780px;
    margin: 0 auto 54px;
}

.section-1-heading h2 {
    color: var(--p24-navy);
    font-size: clamp(34px, 4.8vw, 56px);
    line-height: 1.02;
    letter-spacing: -0.052em;
    margin-bottom: 16px;
}

.section-1-gold-line {
    display: block;
    width: 82px;
    height: 4px;
    border-radius: 999px;
    background: var(--p24-accent);
    margin: 0 auto 22px;
}

.section-1-heading p {
    color: var(--p24-muted);
    font-size: clamp(17px, 1.8vw, 21px);
    line-height: 1.6;
    margin: 0 auto;
}

.mentor-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(22px, 3vw, 34px);
    align-items: stretch;
    max-width: 1080px;
    margin: 0 auto;
}

.mentor-card {
    position: relative;
    padding-top: 72px;
}

.mentor-card::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 72px;
    height: 4px;
    border-radius: 999px 999px 0 0;
    background: var(--p24-accent);
    z-index: 2;
}

.mentor-photo-wrap {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    width: 136px;
    height: 136px;
    border-radius: 50%;
    padding: 8px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(7, 23, 43, 0.12);
}

.mentor-photo {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    background: #efe8dc;
}

.mentor-photo-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--p24-primary);
    font-size: 44px;
    font-weight: 900;
}

.mentor-card-body {
    min-height: 250px;
    padding: 104px 23px 34px;
    background: rgba(255,255,255,0.94);
    border: 1px solid rgba(173, 131, 70, 0.20);
    border-radius: 16px;
    box-shadow: 0 24px 60px rgba(7, 23, 43, 0.08);
}

.mentor-card h3 {
    color: var(--p24-navy);
    font-size: clamp(22px, 2.2vw, 23px);
    line-height: 1.1;
    letter-spacing: -0.035em;
    margin-bottom: 10px;
}

.mentor-role {
    color: var(--p24-accent);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 14px;
}

.mentor-mini-line {
    display: block;
    width: 42px;
    height: 3px;
    border-radius: 999px;
    background: var(--p24-accent);
    margin: 0 auto 20px;
}

.mentor-company {
    color: var(--p24-muted);
    font-size: 16px;
    margin: 0;
}

.mentor-company strong {
    color: var(--p24-navy);
}

.section-1-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin: 34px 0 23px;
}

.section-1-arrow {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--p24-accent);
    color: #fff;
    font-size: 34px;
    line-height: 1;
    font-weight: 700;
    box-shadow: 0 12px 21px rgba(173, 131, 70, 0.20);
}

.section-1-dot {
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid rgba(173, 131, 70, 0.55);
    background: transparent;
}

.section-1-dot.is-active {
    background: var(--p24-accent);
    border-color: var(--p24-accent);
}

.section-1-footnote {
    max-width: 820px;
    margin: 0 auto 32px;
    color: var(--p24-muted);
    font-size: 17px;
}

.section-1-cta {
    min-width: 190px;
    min-height: 56px;
    background: var(--p24-accent);
    color: #fff;
    box-shadow: 0 18px 36px rgba(173, 131, 70, 0.18);
}

@media (max-width: 920px) {
    .mentor-cards {
        grid-template-columns: 1fr;
        max-width: 460px;
    }

    .section-1 {
        padding: 62px 0;
    }
}

@media (max-width: 640px) {
    .section-1-controls {
        display: none;
    }

    .mentor-card-body {
        min-height: auto;
    }
}

/* Section 2 - Testimonials */
.section-2 {
    position: relative;
    padding: clamp(74px, 7vw, 108px) 0;
    background: #fbfaf7;
    overflow: hidden;
}

.section-2::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .5;
    background-image:
        radial-gradient(circle, rgba(173, 131, 70, .14) 1.5px, transparent 1.5px);
    background-size: 72px 72px;
    mask-image: radial-gradient(circle at center, black 0%, transparent 72%);
}

.section-2-inner {
    position: relative;
    text-align: center;
}

.section-2-heading {
    max-width: 780px;
    margin: 0 auto 52px;
}

.section-2-heading h2 {
    color: var(--p24-navy);
    font-size: clamp(34px, 4.8vw, 58px);
    line-height: 1.02;
    letter-spacing: -0.052em;
    margin-bottom: 16px;
}

.section-2-gold-line {
    display: block;
    width: 82px;
    height: 4px;
    border-radius: 999px;
    background: var(--p24-accent);
    margin: 0 auto 22px;
}

.section-2-heading p {
    color: var(--p24-muted);
    font-size: clamp(17px, 1.8vw, 21px);
    line-height: 1.6;
    margin: 0 auto;
}

.testimonial-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(22px, 3vw, 34px);
    max-width: 1140px;
    margin: 0 auto;
}

.testimonial-card {
    text-align: left;
    min-height: 336px;
    padding: 34px;
    background: rgba(255,255,255,0.94);
    border: 1px solid rgba(173, 131, 70, 0.16);
    border-radius: 24px;
    box-shadow: 0 24px 60px rgba(7, 23, 43, 0.08);
}

.testimonial-card.is-hidden {
    display: none;
}

.testimonial-quote {
    color: var(--p24-accent);
    font-size: 58px;
    line-height: .75;
    font-weight: 900;
    margin-bottom: 12px;
}

.testimonial-brand {
    color: var(--p24-navy);
    font-size: 25px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -0.045em;
    margin-bottom: 21px;
}

.testimonial-person {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 22px;
}

.testimonial-photo {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    object-fit: cover;
    background: #efe8dc;
    flex: 0 0 66px;
}

.testimonial-photo-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--p24-primary);
    font-size: 21px;
    font-weight: 900;
}

.testimonial-person h3 {
    margin: 0 0 4px;
    color: var(--p24-navy);
    font-size: 22px;
    letter-spacing: -0.03em;
}

.testimonial-job {
    margin: 0;
    color: var(--p24-accent);
    font-size: 16px;
    font-weight: 700;
}

.testimonial-text {
    color: #283341;
    font-size: 17px;
    line-height: 1.62;
    margin: 0;
}

.section-2-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin: 34px 0 23px;
}

.section-2-arrow {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    background: var(--p24-accent);
    color: #fff;
    font-size: 34px;
    line-height: 1;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 12px 21px rgba(173, 131, 70, 0.20);
}

.section-2-arrow:hover {
    transform: translateY(-1px);
}

.section-2-dot {
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid rgba(173, 131, 70, 0.55);
    background: transparent;
    cursor: pointer;
}

.section-2-dot.is-active {
    background: var(--p24-accent);
    border-color: var(--p24-accent);
}

.section-2-footnote {
    max-width: 820px;
    margin: 0 auto 32px;
    color: #283341;
    font-size: 18px;
}

.section-2-cta {
    min-width: 190px;
    min-height: 56px;
    background: var(--p24-accent);
    color: #fff;
    box-shadow: 0 18px 36px rgba(173, 131, 70, 0.18);
}

@media (max-width: 920px) {
    .testimonial-cards {
        grid-template-columns: 1fr;
        max-width: 520px;
    }

    .testimonial-card.is-hidden {
        display: block;
    }
}

@media (max-width: 640px) {
    .section-2-controls {
        display: none;
    }

    .testimonial-card {
        padding: 23px;
        min-height: auto;
    }
}

/* Section 3 - Leading Companies */
.section-3 {
    position: relative;
    padding: clamp(76px, 8vw, 118px) 0;
    background: #fbfaf7;
    overflow: hidden;
}

.section-3::before,
.section-3::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    border: 1px solid rgba(173, 131, 70, 0.14);
    border-radius: 50%;
    pointer-events: none;
}

.section-3::before {
    left: -140px;
    bottom: 70px;
}

.section-3::after {
    right: -150px;
    top: 120px;
}

.section-3-inner {
    position: relative;
    text-align: center;
    max-width: 1180px;
}

.section-3-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    margin-bottom: 24px;
    border-radius: 999px;
    background: rgba(173, 131, 70, 0.12);
    color: #6f522b;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.section-3-pill span {
    color: var(--p24-accent);
}

.section-3 h2 {
    max-width: 980px;
    margin: 0 auto 20px;
    color: var(--p24-navy);
    font-size: clamp(36px, 5.3vw, 64px);
    line-height: 1.04;
    letter-spacing: -0.055em;
}

.section-3 h2 span {
    color: var(--p24-accent);
}

.section-3-intro {
    max-width: 820px;
    margin: 0 auto 58px;
    color: var(--p24-muted);
    font-size: clamp(17px, 1.8vw, 21px);
    line-height: 1.6;
}

.section-3-logo-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(23px, 4vw, 48px) clamp(36px, 6vw, 80px);
    align-items: center;
    justify-items: center;
    max-width: 980px;
    margin: 0 auto 58px;
}

.section-3-logo-item {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-3-logo-item img {
    display: block;
    max-width: 160px;
    max-height: 48px;
    object-fit: contain;
    filter: grayscale(1) brightness(0) saturate(100%) invert(8%) sepia(35%) saturate(1635%) hue-rotate(178deg) brightness(88%) contrast(101%);
    opacity: .94;
}

.section-3-logo-item span {
    display: inline-block;
    color: var(--p24-navy);
    font-size: clamp(24px, 2.3vw, 34px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.045em;
}

.section-3-logo-item:hover img,
.section-3-logo-item:hover span {
    opacity: 1;
    transform: translateY(-1px);
}

.section-3-stat {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 16px;
    max-width: 470px;
    margin: 0 auto;
}

.section-3-stat-line {
    height: 1px;
    background: rgba(173, 131, 70, 0.38);
}

.section-3-stat-badge {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--p24-accent);
    color: #fff;
    box-shadow: 0 12px 23px rgba(173, 131, 70, 0.20);
}

.section-3-stat strong {
    grid-column: 1 / -1;
    display: block;
    color: var(--p24-accent);
    font-size: 32px;
    line-height: 1;
    margin-top: 6px;
}

.section-3-stat span {
    grid-column: 1 / -1;
    display: block;
    color: var(--p24-muted);
    font-size: 16px;
}

@media (max-width: 860px) {
    .section-3-logo-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 25px;
    }

    .section-3-logo-item img {
        max-width: 125px;
    }
}


/* Sign up section */
.sign-up-section{position:relative;padding:clamp(46px,5vw,72px) 0;background:#fbfaf7;overflow:hidden}
.sign-up-section:before,.sign-up-section:after{content:"";position:absolute;width:260px;height:260px;border:1px solid rgba(173,131,70,.12);border-radius:50%;pointer-events:none}
.sign-up-section:before{left:-125px;top:30%}.sign-up-section:after{right:-125px;top:28%}
.sign-up-inner{position:relative;display:grid;grid-template-columns:.9fr 1.15fr;gap:clamp(38px,5vw,76px);align-items:center}
.sign-up-copy h2{max-width:600px;margin:0 0 20px;color:var(--p24-navy);font-size:clamp(34px,4.4vw,54px);line-height:1.05;letter-spacing:-.055em}
.sign-up-highlight{color:var(--p24-accent)}.sign-up-intro{max-width:560px;color:var(--p24-muted);font-size:clamp(17px,1.6vw,20px);line-height:1.6;margin:0 0 34px}
.sign-up-benefits{display:flex;align-items:center;gap:clamp(18px,3vw,34px);flex-wrap:wrap}
.sign-up-benefits span{display:inline-flex;align-items:center;gap:12px;color:var(--p24-navy);font-weight:800;white-space:nowrap}
.sign-up-benefits strong{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(173,131,70,.10);color:var(--p24-accent);font-size:20px}
.sign-up-form{background:rgba(255,255,255,.94);border:1px solid rgba(173,131,70,.20);border-radius:18px;box-shadow:0 24px 58px rgba(7,23,43,.085);padding:clamp(22px,2.6vw,25px);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 22px}
.sign-up-field{text-align:left}.sign-up-field label{display:block;margin-bottom:8px;color:var(--p24-navy);font-size:14px;font-weight:900}
.sign-up-field input{width:100%;height:48px;border:1px solid rgba(7,23,43,.16);border-radius:8px;background:#fff;color:var(--p24-navy);font-size:15px;padding:0 16px;outline:none}
.sign-up-field input:focus{border-color:rgba(173,131,70,.68);box-shadow:0 0 0 4px rgba(173,131,70,.10)}
.sign-up-submit{grid-column:1/-1;width:100%;min-height:52px;border-radius:8px;margin-top:4px;background:var(--p24-accent);color:#fff;font-size:16px;box-shadow:0 16px 34px rgba(173,131,70,.18)}
.sign-up-submit span{margin-left:16px;font-size:22px;line-height:1}.sign-up-privacy{grid-column:1/-1;margin:0;text-align:center;color:var(--p24-muted);font-size:14px}
@media(max-width:980px){.sign-up-inner{grid-template-columns:1fr}.sign-up-copy{text-align:center}.sign-up-copy h2,.sign-up-intro{margin-left:auto;margin-right:auto}.sign-up-benefits{justify-content:center}}
@media(max-width:640px){.sign-up-form{grid-template-columns:1fr}.sign-up-benefits{align-items:flex-start;flex-direction:column}}


/* Custom footer */
.footer-inner-custom {
    align-items: flex-start;
}
.footer-brand-block {
    max-width: 420px;
}
.footer-brand-block strong {
    display: block;
    font-size: 1.08rem;
    letter-spacing: .01em;
}
.footer-links {
    flex-wrap: wrap;
    justify-content: flex-end;
    max-width: 620px;
    row-gap: 10px;
}
.footer-links a {
    text-decoration: none;
    opacity: .86;
}
.footer-links a:hover {
    opacity: 1;
    text-decoration: underline;
}
.footer-bottom {
    padding-top: 18px;
    margin-top: 22px;
    border-top: 1px solid rgba(255,255,255,.14);
}
.footer-bottom p {
    margin: 0;
    font-size: .92rem;
    opacity: .72;
}
@media (max-width: 760px) {
    .footer-links {
        justify-content: flex-start;
    }
}

/* Default WordPress pages */
.default-page {
    background: var(--p24-default-page-bg, #fbfaf7);
    color: var(--p24-navy, #07172b);
}

.default-page-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(34px, 5vw, 58px) 0 clamp(40px, 5vw, 64px);
    background:
        radial-gradient(circle at 84% 30%, rgba(185, 144, 73, 0.16), transparent 34%),
        linear-gradient(135deg, var(--p24-default-hero-bg, #fbfaf7) 0%, #f6f2eb 100%);
    border-bottom: 1px solid rgba(185, 144, 73, 0.16);
}

.default-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: clamp(23px, 4vw, 46px);
    font-size: 14px;
    font-weight: 800;
    color: var(--p24-default-text, #07172b);
}

.default-breadcrumbs a {
    color: var(--p24-default-accent, #AD8346);
}

.default-page-hero-content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    align-items: center;
    gap: 48px;
}

.default-page-hero h1 {
    max-width: 760px;
    margin: 0 0 16px;
    color: var(--p24-default-heading, #07172b);
    font-size: clamp(42px, 6vw, 68px);
    line-height: 0.98;
    letter-spacing: -0.055em;
}

.default-page-hero p {
    max-width: 620px;
    margin: 0 0 22px;
    color: var(--p24-default-muted, #3f4854);
    font-size: clamp(17px, 2vw, 21px);
    line-height: 1.55;
}

.default-updated {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 14px;
    border: 1px solid rgba(185, 144, 73, 0.2);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.75);
    color: var(--p24-default-text, #07172b);
    font-size: 13px;
    font-weight: 800;
}

.default-page-hero-image,
.default-page-hero-mark {
    justify-self: end;
    width: min(300px, 100%);
    aspect-ratio: 1.22 / 1;
    border-radius: 34px;
    overflow: hidden;
}

.default-page-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.default-page-hero-mark {
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(circle at 50% 45%, rgba(185, 144, 73, 0.18), transparent 52%),
        rgba(255, 255, 255, 0.55);
    border: 1px solid rgba(185, 144, 73, 0.16);
}

.default-page-hero-mark span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 108px;
    height: 108px;
    border-radius: 32px;
    background: var(--p24-default-accent, #AD8346);
    color: #fff;
    font-size: 54px;
    font-weight: 900;
    box-shadow: 0 23px 70px rgba(173, 131, 70, 0.26);
}

.default-page-body {
    padding: clamp(44px, 6vw, 72px) 0;
    background: #fff;
}

.default-page-layout.has-toc {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: clamp(34px, 5vw, 72px);
    align-items: start;
}

.default-page-layout.no-toc {
    max-width: 900px;
}

.default-page-toc {
    position: sticky;
    top: 110px;
    padding: 22px 0;
    border: 1px solid rgba(185, 144, 73, 0.16);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 54px rgba(7, 23, 43, 0.08);
    overflow: hidden;
}

.default-page-toc strong {
    display: block;
    padding: 0 22px 14px;
    color: var(--p24-default-heading, #07172b);
    font-size: 18px;
}

.default-page-toc ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.default-page-toc a {
    display: flex;
    gap: 8px;
    padding: 12px 22px;
    color: var(--p24-default-text, #07172b);
    font-size: 14px;
    font-weight: 800;
    border-left: 3px solid transparent;
}

.default-page-toc a:hover {
    color: var(--p24-default-accent, #AD8346);
    background: rgba(185, 144, 73, 0.08);
    border-left-color: var(--p24-default-accent, #AD8346);
}

.default-page-toc .toc-level-3 a {
    padding-left: 36px;
    font-size: 13px;
    opacity: .88;
}

.default-page-content {
    max-width: 860px;
    color: var(--p24-default-text, #07172b);
    font-size: 17px;
    line-height: 1.75;
}

.default-page-content > *:first-child {
    margin-top: 0;
}

.default-page-content h2,
.default-page-content h3,
.default-page-content h4 {
    scroll-margin-top: 120px;
    color: var(--p24-default-heading, #07172b);
    letter-spacing: -0.03em;
}

.default-page-content h2 {
    margin: 0 0 14px;
    padding-top: 25px;
    font-size: clamp(21px, 3vw, 34px);
    line-height: 1.12;
}

.default-page-content h2:not(:first-child) {
    margin-top: 25px;
    border-top: 1px solid rgba(7, 23, 43, 0.12);
}

.default-page-content h3 {
    margin-top: 23px;
    font-size: 23px;
}

.default-page-content p,
.default-page-content li {
    color: var(--p24-default-muted, #3f4854);
}

.default-page-content a {
    color: var(--p24-default-accent, #AD8346);
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.default-page-content ul,
.default-page-content ol {
    padding-left: 1.25em;
}

.default-page-content blockquote,
.default-page-content .wp-block-quote {
    margin: 23px 0;
    padding: 22px 21px;
    border-left: 4px solid var(--p24-default-accent, #AD8346);
    border-radius: 16px;
    background: #fbfaf7;
}

.default-page-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 23px 0;
    overflow: hidden;
    border-radius: 14px;
}

.default-page-content th,
.default-page-content td {
    padding: 14px 16px;
    border: 1px solid rgba(7, 23, 43, 0.1);
    text-align: left;
}

.default-page-content th {
    background: #f6f2eb;
    color: var(--p24-default-heading, #07172b);
}

.default-page-cta-section {
    padding: 0 0 clamp(52px, 7vw, 84px);
    background: #fff;
}

.default-page-cta {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 21px;
    padding: clamp(23px, 4vw, 42px);
    border: 1px solid rgba(185, 144, 73, 0.20);
    border-radius: 24px;
    background:
        radial-gradient(circle at 0% 0%, rgba(185, 144, 73, 0.15), transparent 30%),
        #fbfaf7;
    box-shadow: 0 18px 54px rgba(7, 23, 43, 0.06);
}

.default-page-cta-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background: #fff;
    color: var(--p24-default-accent, #AD8346);
    font-size: 42px;
    font-weight: 900;
}

.default-page-cta h2 {
    margin: 0 0 8px;
    font-size: clamp(21px, 3.2vw, 36px);
    color: var(--p24-default-heading, #07172b);
}

.default-page-cta p {
    margin: 0;
    max-width: 640px;
    color: var(--p24-default-muted, #3f4854);
}

@media (max-width: 980px) {
    .default-page-hero-content,
    .default-page-layout.has-toc,
    .default-page-cta {
        grid-template-columns: 1fr;
    }

    .default-page-hero-image,
    .default-page-hero-mark {
        display: none;
    }

    .default-page-toc {
        position: relative;
        top: auto;
    }
}

@media (max-width: 640px) {
    .default-page-hero {
        padding-top: 23px;
    }

    .default-page-hero h1 {
        font-size: clamp(36px, 11vw, 48px);
    }

    .default-page-toc {
        display: none;
    }

    .default-page-layout.has-toc {
        display: block;
    }

    .default-page-cta .btn {
        width: 100%;
    }
}

/* P24 v0.4.2 - Slim branded default page header */
.default-page-hero {
    padding: 0;
    background:
        radial-gradient(circle at 86% 48%, rgba(185, 144, 73, 0.16), transparent 30%),
        linear-gradient(135deg, var(--p24-default-hero-bg, #fbfaf7) 0%, #f6f2eb 100%);
    border-bottom: 1px solid rgba(185, 144, 73, 0.16);
}

.default-page-hero-inner {
    min-height: 121px;
    display: grid;
    grid-template-columns: 225px minmax(0, 1fr) 260px;
    align-items: center;
    gap: 23px;
}

.default-breadcrumbs {
    margin: 0;
    font-size: 14px;
    white-space: nowrap;
}

.default-page-hero-content {
    display: contents;
}

.default-page-hero-title {
    min-width: 0;
    padding-left: 34px;
    border-left: 1px solid rgba(185, 144, 73, 0.28);
}

.default-page-hero h1 {
    max-width: none;
    margin: 0;
    font-size: clamp(25px, 3.2vw, 44px);
    line-height: 1.05;
    letter-spacing: -0.045em;
}

.default-updated {
    justify-self: end;
    min-height: auto;
    padding: 0;
    border: 0;
    background: transparent;
    border-radius: 0;
    font-size: 14px;
    font-weight: 800;
    white-space: nowrap;
}

.default-updated::before {
    content: "▣";
    display: inline-block;
    margin-right: 9px;
    color: var(--p24-default-accent, #AD8346);
    font-size: 13px;
    transform: translateY(-1px);
}

.default-page-body {
    padding: clamp(48px, 6vw, 72px) 0;
}

.default-page-layout.has-toc {
    grid-template-columns: 260px minmax(0, 820px);
    justify-content: center;
    gap: clamp(42px, 5vw, 76px);
}

.default-page-toc {
    border-radius: 18px;
    padding: 24px 0;
}

.default-page-toc a {
    padding: 11px 24px;
    gap: 0;
}

.default-page-content h1 {
    display: none;
}

.default-page-content h2:first-of-type {
    padding-top: 0;
}

@media (max-width: 980px) {
    .default-page-hero-inner {
        min-height: 118px;
        grid-template-columns: 1fr;
        gap: 12px;
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .default-page-hero-content {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .default-page-hero-title {
        padding-left: 0;
        border-left: 0;
    }

    .default-updated {
        justify-self: start;
    }
}

@media (max-width: 640px) {
    .default-page-hero h1 {
        font-size: clamp(32px, 10vw, 42px);
    }
}

/* Placements24 Contact page - clean branded form layout */
.p24-contact-page-clean {
    background: #fff;
    color: #00205A;
}

.p24-contact-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 52% 48%, rgba(255,255,255,.09), transparent 38%),
        repeating-linear-gradient(155deg, transparent 0, transparent 18px, rgba(173,131,70,.10) 19px, transparent 20px),
        var(--contact-hero-bg, #00205A);
    color: #fff;
    border-bottom: 4px solid #AD8346;
}

.p24-contact-hero::before,
.p24-contact-hero::after {
    content: "";
    position: absolute;
    left: -8%;
    right: -8%;
    height: 190px;
    border-radius: 50%;
    pointer-events: none;
}

.p24-contact-hero::before {
    bottom: -95px;
    border-top: 1px solid rgba(173,131,70,.55);
    transform: rotate(-5deg);
}

.p24-contact-hero::after {
    bottom: -125px;
    border-top: 1px solid rgba(255,255,255,.16);
    transform: rotate(7deg);
}

.p24-contact-hero-inner {
    position: relative;
    z-index: 1;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 84px;
}

.p24-contact-hero h1 {
    margin: 0;
    color: #fff;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(44px, 5vw, 68px);
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.p24-contact-hero-rule,
.p24-contact-card-rule {
    display: block;
    width: 56px;
    height: 3px;
    margin: 22px auto 0;
    border-radius: 999px;
    background: #AD8346;
}

.p24-contact-hero p {
    max-width: 650px;
    margin: 23px auto 0;
    color: rgba(255,255,255,.94);
    font-size: clamp(17px, 1.7vw, 21px);
    line-height: 1.65;
}

.p24-contact-content {
    background: #fff;
    padding: 0 0 72px;
}

.p24-contact-content-inner {
    max-width: 920px;
}

.p24-contact-form-card {
    position: relative;
    z-index: 2;
    margin: -52px auto 0;
    padding: 42px clamp(23px, 5vw, 64px) 36px;
    border: 1px solid rgba(173,131,70,.34);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(0,32,90,.12);
}

.p24-contact-icon,
.p24-contact-address-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    border-radius: 50%;
    border: 3px solid #AD8346;
    color: #AD8346;
    font-size: 23px;
    line-height: 1;
}

.p24-contact-form-card h2,
.p24-contact-address-block h2 {
    margin: 0;
    color: #00205A;
    text-align: center;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(25px, 3vw, 34px);
    line-height: 1.1;
    letter-spacing: -0.03em;
}

.p24-contact-card-rule {
    width: 50px;
    height: 2px;
    margin-top: 14px;
}

.p24-contact-form {
    margin-top: 23px;
}

.p24-contact-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 23px;
}

.p24-contact-form p {
    margin: 0 0 24px;
}

.p24-contact-form label {
    display: block;
    margin: 0 0 9px;
    color: #00205A;
    font-size: 14px;
    font-weight: 800;
}

.p24-contact-form label span {
    color: #AD8346;
}

.p24-contact-form input,
.p24-contact-form select,
.p24-contact-form textarea {
    width: 100%;
    padding: 15px 16px;
    border: 1px solid rgba(0,32,90,.20);
    border-radius: 6px;
    background: #fff;
    color: #00205A;
    font: inherit;
    outline: none;
}

.p24-contact-form textarea {
    min-height: 136px;
    resize: vertical;
}

.p24-contact-form select {
    appearance: auto;
}

.p24-contact-honeypot {
    position: absolute !important;
    left: -10000px !important;
    top: auto !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.p24-contact-form input:focus,
.p24-contact-form select:focus,
.p24-contact-form textarea:focus {
    border-color: #AD8346;
    box-shadow: 0 0 0 3px rgba(173,131,70,.14);
}

.p24-contact-submit {
    display: block;
    min-width: 225px;
    min-height: 52px;
    margin: 4px auto 0;
    border: 0;
    border-radius: 6px;
    background: linear-gradient(135deg, #AD8346 0%, #d4a43d 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    cursor: default;
    box-shadow: 0 16px 34px rgba(173,131,70,.26);
}

.p24-contact-privacy-note {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 22px 0 0;
    color: rgba(0,32,90,.66);
    font-size: 13px;
    text-align: center;
}

.p24-contact-privacy-note span {
    color: #00205A;
}

.p24-contact-address-block {
    max-width: 360px;
    margin: 42px auto 0;
    text-align: center;
}

.p24-contact-address-icon {
    margin-bottom: 20px;
    font-size: 34px;
}

.p24-contact-address-block p {
    margin: 18px auto 0;
    color: #00205A;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 600;
}

@media (max-width: 760px) {
    .p24-contact-hero-inner {
        min-height: 260px;
        padding-top: 52px;
        padding-bottom: 72px;
    }

    .p24-contact-form-card {
        margin-top: -42px;
    }

    .p24-contact-form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

@media (max-width: 520px) {
    .p24-contact-hero h1 {
        font-size: 42px;
    }

    .p24-contact-form-card {
        padding: 32px 20px 25px;
        border-radius: 15px;
    }

    .p24-contact-submit {
        width: 100%;
    }
}

/* Placements24 coaching landing page v0.5 */
.p24-coach-landing{background:#fbfaf7;color:#07172b}.p24-coach-landing .container{max-width:1180px}.p24-hero-coach{min-height:650px;background-size:cover;background-position:center right;display:flex;align-items:center;border-bottom:1px solid rgba(7,23,43,.08)}.p24-hero-coach-grid{display:grid;grid-template-columns:minmax(0,620px) 1fr;gap:40px}.p24-eyebrow{display:inline-flex;align-items:center;gap:8px;color:#a8863f;font-weight:800;letter-spacing:.08em;text-transform:uppercase;font-size:13px;margin-bottom:15px}.p24-hero-copy h1{font-size:clamp(42px,6vw,76px);line-height:.98;margin:0 0 22px;letter-spacing:-.055em;color:#07172b}.p24-hero-copy p{font-size:18px;line-height:1.55;max-width:650px;color:#445064;margin:0 0 23px}.p24-hero-actions{display:flex;flex-wrap:wrap;gap:14px;align-items:center}.p24-microcopy{font-size:14px!important;margin:18px 0 0!important;color:#5b6472!important}.p24-trust-strip-mini{margin-top:18px;display:inline-flex;background:#fff;border:1px solid rgba(7,23,43,.08);box-shadow:0 12px 25px rgba(7,23,43,.08);padding:12px 16px;border-radius:999px;font-weight:800;color:#0d2a24}.p24-why-join,.p24-coaches-preview,.p24-help-with,.p24-how,.p24-pricing-band,.p24-about-band,.p24-faq-preview,.p24-final-cta{padding:86px 0}.p24-why-join h2,.p24-help-with h2,.p24-how h2,.p24-faq-preview h2,.p24-about-band h2,.p24-final-cta h2{font-size:clamp(32px,4vw,52px);line-height:1.05;letter-spacing:-.04em;text-align:center;margin:0 0 36px}.p24-three-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.p24-soft-card{background:#fff;border:1px solid rgba(7,23,43,.09);border-radius:23px;padding:32px;box-shadow:0 18px 40px rgba(7,23,43,.06)}.p24-soft-card h3{font-size:25px;margin:0 0 12px;color:#07172b}.p24-soft-card p{margin:0;color:#526070;font-size:17px;line-height:1.55}.p24-coaches-preview{background:#f6f2eb}.p24-section-heading-row{display:flex;align-items:end;justify-content:space-between;gap:25px;margin-bottom:16px}.p24-section-heading-row h2{font-size:clamp(34px,5vw,58px);line-height:1.02;margin:0;letter-spacing:-.045em}.p24-text-link{font-weight:800;color:#0d2a24;text-decoration:none;border-bottom:2px solid #a8863f;padding-bottom:5px;white-space:nowrap}.p24-section-intro{max-width:820px;font-size:18px;line-height:1.6;color:#526070;margin:0 0 34px}.p24-coach-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.p24-coach-card{background:#fff;border:1px solid rgba(7,23,43,.08);border-radius:21px;padding:20px;box-shadow:0 15px 25px rgba(7,23,43,.06)}.p24-coach-card img,.p24-coach-placeholder{width:100%;aspect-ratio:1/1;border-radius:22px;object-fit:cover;background:linear-gradient(135deg,#e8dcc6,#f8f4ea);display:flex;align-items:center;justify-content:center;font-size:54px;font-weight:900;color:#0d2a24;margin-bottom:16px}.p24-coach-card h3{font-size:20px;margin:0 0 7px}.p24-coach-role{font-weight:800;color:#a8863f;margin:0 0 8px}.p24-coach-langs{font-size:14px;color:#526070;margin:0}.p24-coach-view-btn{display:flex;align-items:center;justify-content:center;width:100%;min-height:44px;margin-top:18px;border-radius:999px;background:#AD8346;color:#fff;text-decoration:none;font-weight:800;transition:background .2s ease,color .2s ease}.p24-coach-view-btn:hover{background:#00205A;color:#fff}.p24-help-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.p24-help-item{background:#fff;border:1px solid rgba(7,23,43,.09);border-radius:18px;padding:18px 20px;font-weight:800;box-shadow:0 10px 25px rgba(7,23,43,.05);display:flex;align-items:center;gap:14px}.p24-help-icon{width:38px;height:38px;flex:0 0 38px;object-fit:contain}.p24-help-item span{min-width:0}.p24-how{background:#07172b;color:#fff}.p24-how h2{color:#fff}.p24-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.p24-step{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:0;padding:21px}.p24-step span{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#a8863f;color:#fff;font-weight:900;margin-bottom:18px}.p24-step h3{font-size:22px;margin:0 0 10px;color:#fff}.p24-step p{color:rgba(255,255,255,.78);line-height:1.55;margin:0}.p24-pricing-band{background:#f6f2eb}.p24-pricing-wrap{display:grid;grid-template-columns:minmax(0,1fr) 425px;gap:54px;align-items:center}.p24-pricing-wrap h2{font-size:clamp(36px,5vw,62px);line-height:1;margin:0 0 16px;letter-spacing:-.045em}.p24-pricing-wrap p{font-size:19px;color:#526070;line-height:1.6}.p24-price-card{background:#fff;border:1px solid rgba(7,23,43,.08);border-radius:34px;padding:34px;box-shadow:0 25px 70px rgba(7,23,43,.12)}.p24-price-card h3{margin:0 0 16px}.p24-price-main{font-size:64px;font-weight:950;letter-spacing:-.06em;color:#07172b}.p24-price-card strong{display:block;font-size:24px;margin:12px 0 20px;color:#0d2a24}.p24-price-card ul{list-style:none;padding:0;margin:0 0 21px}.p24-price-card li{padding:9px 0;color:#445064}.p24-price-card li:before{content:'✓';color:#a8863f;font-weight:900;margin-right:10px}.p24-about-band .container{max-width:860px;text-align:center}.p24-about-band p{font-size:20px;line-height:1.65;color:#526070}.p24-faq-preview{background:#fff}.p24-faq-grid{max-width:900px;margin:0;display:grid;gap:14px}.p24-faq-grid details{background:#fbfaf7;border:1px solid rgba(7,23,43,.09);border-radius:18px;padding:20px 24px}.p24-faq-grid summary{font-weight:900;cursor:pointer;font-size:18px}.p24-faq-grid p{color:#526070;line-height:1.6;margin:14px 0 0}.p24-final-cta{background:#002B7F;color:#fff;text-align:center}.p24-final-cta h2{color:#fff;margin-bottom:16px}.p24-final-cta p{font-size:20px;color:rgba(255,255,255,.78);margin:0 auto 21px;max-width:680px}.p24-final-cta .btn-premium{background:#a8863f;color:#fff}.btn-premium{background:#0d2a24;color:#fff}.btn-secondary{background:#fff;color:#0d2a24;border:1px solid rgba(7,23,43,.12)}@media(max-width:980px){.p24-hero-coach{min-height:auto;padding:92px 0;background-position:center}.p24-hero-coach-grid,.p24-pricing-wrap{grid-template-columns:1fr}.p24-three-card-grid,.p24-steps{grid-template-columns:1fr 1fr}.p24-coach-grid,.p24-help-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.p24-section-heading-row{display:block}.p24-text-link{display:inline-block;margin-top:18px}}@media(max-width:640px){.p24-hero-coach{padding:70px 0}.p24-hero-copy h1{font-size:44px}.p24-hero-copy p{font-size:18px}.p24-why-join,.p24-coaches-preview,.p24-help-with,.p24-how,.p24-pricing-band,.p24-about-band,.p24-faq-preview,.p24-final-cta{padding:58px 0}.p24-three-card-grid,.p24-steps,.p24-coach-grid,.p24-help-grid{grid-template-columns:1fr}.p24-price-card{padding:21px}.p24-price-main{font-size:52px}.p24-hero-actions .btn{width:100%;justify-content:center;text-align:center}.p24-trust-strip-mini{border-radius:18px}}

/* Unlock Your Potential dynamic paid traffic page */
.page-template-page-unlock-your-potential .site-header {
    position: relative;
    background: rgba(255,255,255,0.94);
}
.page-template-page-unlock-your-potential .primary-nav .nav-link,
.page-template-page-unlock-your-potential .primary-nav .btn-small,
.page-template-page-unlock-your-potential .nav-toggle {
    display: none;
}
.page-template-page-unlock-your-potential .primary-nav::after {
    content: "🔒 Secure & Encrypted";
    color: var(--p24-text);
    font-weight: 800;
    font-size: 14px;
}
.unlock-page {
    background: var(--unlock-bg);
    color: var(--unlock-navy);
}
.unlock-page .container {
    width: min(1180px, calc(100% - 32px));
}
.unlock-hero {
    padding: 56px 0 44px;
    background:
        radial-gradient(circle at 18% 18%, rgba(173,131,70,0.11), transparent 32%),
        linear-gradient(180deg, rgba(255,255,255,0.85), rgba(255,255,255,0));
    border-bottom: 1px solid rgba(7,23,43,0.08);
}
.unlock-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 56px;
    align-items: start;
}
.unlock-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(173,131,70,0.13);
    color: var(--unlock-gold);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .04em;
}
.unlock-hero h1 {
    max-width: 760px;
    margin: 18px 0 16px;
    color: var(--unlock-navy);
    font-size: clamp(42px, 5vw, 64px);
    line-height: 1.03;
    letter-spacing: -0.055em;
    text-transform: uppercase;
}
.unlock-hero h1::first-line { color: var(--unlock-navy); }
.unlock-intro {
    max-width: 650px;
    color: rgba(7,23,43,0.82);
    font-size: 19px;
    line-height: 1.6;
}
.unlock-trust-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 25px;
    max-width: 760px;
}
.unlock-trust-item {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 13px;
    line-height: 1.25;
}
.unlock-trust-item span {
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--unlock-gold);
    background: rgba(173,131,70,0.12);
    font-weight: 900;
}
.unlock-stats-card {
    margin-top: 34px;
    display: grid;
    grid-template-columns: 210px minmax(0, 1fr);
    gap: 24px;
    padding: 22px 24px;
    max-width: 700px;
    background: var(--unlock-card);
    border: 1px solid rgba(7,23,43,0.10);
    border-radius: 16px;
    box-shadow: 0 16px 40px rgba(7,23,43,0.08);
}
.unlock-stats-card small {
    display: block;
    font-size: 12px;
    color: rgba(7,23,43,0.62);
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 6px;
}
.unlock-stat-block strong {
    font-size: 25px;
    color: var(--unlock-navy);
}
.unlock-employer-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}
.unlock-employer-list span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 6px 11px;
    border-radius: 10px;
    background: var(--unlock-soft);
    color: var(--unlock-gold);
    font-weight: 900;
}
.unlock-pricing-card {
    position: sticky;
    top: 98px;
    overflow: hidden;
    background: var(--unlock-card);
    border: 1px solid rgba(7,23,43,0.12);
    border-radius: 16px;
    box-shadow: 0 22px 60px rgba(7,23,43,0.12);
}
.unlock-pricing-header {
    padding: 18px 24px;
    text-align: center;
    background: var(--unlock-navy);
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .02em;
}
.unlock-price-main {
    padding: 23px 23px 4px;
    text-align: center;
}
.unlock-price-main strong {
    display: block;
    color: var(--unlock-gold);
    font-size: 58px;
    line-height: 1;
    letter-spacing: -0.055em;
}
.unlock-price-main span {
    display: block;
    margin-top: 8px;
    color: var(--unlock-navy);
    font-size: 20px;
    font-weight: 800;
}
.unlock-renewal {
    text-align: center;
    color: rgba(7,23,43,0.66);
    font-size: 14px;
    margin: 0 23px 20px;
}
.unlock-price-list {
    list-style: none;
    padding: 0 32px;
    margin: 0 0 24px;
}
.unlock-price-list li {
    position: relative;
    padding: 8px 0 8px 25px;
    font-weight: 700;
    color: rgba(7,23,43,0.86);
}
.unlock-price-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 8px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--unlock-gold);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
}
.unlock-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 54px;
    padding: 0 23px;
    border-radius: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .02em;
}
.unlock-btn-primary {
    width: calc(100% - 56px);
    margin: 0 23px;
    color: #fff;
    background: linear-gradient(135deg, var(--unlock-gold), #c99b52);
    box-shadow: 0 14px 23px rgba(173,131,70,0.28);
}
.unlock-secure-note {
    margin: 16px 0 21px;
    text-align: center;
    color: rgba(7,23,43,0.68);
    font-size: 13px;
}
.unlock-jobs-section,
.unlock-benefits-section,
.unlock-confidence-section,
.unlock-testimonials-section {
    padding: 54px 0;
}
.unlock-section-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 24px;
}
.unlock-section-title-row h2,
.unlock-benefits-section h2,
.unlock-testimonials-section h2 {
    color: var(--unlock-navy);
    margin: 0;
    font-size: clamp(24px, 3vw, 32px);
    text-transform: uppercase;
    letter-spacing: -0.03em;
}
.unlock-section-title-row span {
    display: inline-flex;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(173,131,70,0.14);
    color: var(--unlock-gold);
    font-size: 12px;
    font-weight: 900;
}
.unlock-job-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
}
.unlock-job-card {
    background: var(--unlock-card);
    border: 1px solid rgba(7,23,43,0.10);
    border-radius: 14px;
    padding: 22px;
    box-shadow: 0 14px 34px rgba(7,23,43,0.06);
}
.unlock-company-mark {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    margin-bottom: 24px;
    color: var(--unlock-gold);
    font-size: 20px;
    font-weight: 950;
}
.unlock-job-card h3 {
    min-height: 52px;
    margin-bottom: 12px;
    color: var(--unlock-navy);
    font-size: 17px;
    line-height: 1.25;
}
.unlock-location,
.unlock-pay {
    color: rgba(7,23,43,0.82);
    margin-bottom: 12px;
    font-size: 14px;
}
.unlock-tags {
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
    margin: 14px 0 20px;
}
.unlock-tags span {
    border-radius: 7px;
    padding: 6px 8px;
    background: var(--unlock-soft);
    font-size: 12px;
    color: rgba(7,23,43,0.78);
}
.unlock-view-job {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border-radius: 9px;
    color: #8b6128;
    background: var(--unlock-soft);
    font-weight: 900;
}
.unlock-jobs-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    margin-top: 23px;
}
.unlock-btn-outline {
    border: 1px solid var(--unlock-gold);
    color: #8b6128;
    background: transparent;
}
.unlock-jobs-cta p {
    margin: 0;
    color: rgba(7,23,43,0.72);
    font-weight: 700;
}
.unlock-benefits-section {
    background: rgba(255,255,255,0.58);
    border-top: 1px solid rgba(7,23,43,0.08);
    border-bottom: 1px solid rgba(7,23,43,0.08);
}
.unlock-benefits-section h2,
.unlock-testimonials-section h2 {
    text-align: center;
    margin-bottom: 34px;
}
.unlock-benefit-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0;
}
.unlock-benefit {
    padding: 12px 18px;
    text-align: center;
    border-right: 1px solid rgba(7,23,43,0.12);
}
.unlock-benefit:last-child { border-right: 0; }
.unlock-benefit-icon {
    color: var(--unlock-navy);
    font-size: 42px;
    line-height: 1;
    margin-bottom: 18px;
}
.unlock-benefit h3 {
    color: var(--unlock-navy);
    font-size: 15px;
    line-height: 1.28;
}
.unlock-benefit p {
    color: rgba(7,23,43,0.68);
    font-size: 14px;
    margin-bottom: 0;
}
.unlock-confidence-card {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 32px;
    align-items: center;
    padding: 23px 34px;
    background: var(--unlock-card);
    border: 1px solid rgba(7,23,43,0.08);
    border-radius: 18px;
    box-shadow: 0 16px 36px rgba(7,23,43,0.06);
}
.unlock-confidence-copy {
    display: flex;
    gap: 18px;
    align-items: center;
}
.unlock-shield {
    flex: 0 0 66px;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background: var(--unlock-navy);
    color: var(--unlock-gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-weight: 900;
}
.unlock-confidence-card h2 {
    margin: 0 0 8px;
    color: var(--unlock-navy);
    font-size: 22px;
}
.unlock-confidence-card p {
    margin: 0;
    color: rgba(7,23,43,0.70);
}
.unlock-payment-copy {
    border-left: 1px solid rgba(7,23,43,0.12);
    padding-left: 32px;
}
.unlock-payment-copy strong {
    display: block;
    color: rgba(7,23,43,0.78);
    margin-bottom: 12px;
}
.unlock-payment-methods {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.unlock-payment-methods span {
    display: inline-flex;
    border-radius: 8px;
    padding: 7px 10px;
    background: var(--unlock-soft);
    color: var(--unlock-navy);
    font-weight: 900;
}
.unlock-testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}
.unlock-testimonial-grid blockquote {
    margin: 0;
    padding: 23px;
    text-align: center;
    background: var(--unlock-card);
    border: 1px solid rgba(7,23,43,0.08);
    border-radius: 16px;
}
.unlock-stars {
    color: var(--unlock-gold);
    letter-spacing: 2px;
    margin-bottom: 12px;
}
.unlock-testimonial-grid p {
    color: rgba(7,23,43,0.82);
}
.unlock-testimonial-grid cite {
    color: var(--unlock-navy);
    font-style: normal;
    font-weight: 900;
}
@media (max-width: 1024px) {
    .unlock-hero-grid { grid-template-columns: 1fr; }
    .unlock-pricing-card { position: static; max-width: 520px; }
    .unlock-job-grid { grid-template-columns: repeat(2, 1fr); }
    .unlock-benefit-grid { grid-template-columns: repeat(3, 1fr); }
    .unlock-benefit:nth-child(3n) { border-right: 0; }
    .unlock-confidence-card { grid-template-columns: 1fr; }
    .unlock-payment-copy { border-left: 0; padding-left: 0; border-top: 1px solid rgba(7,23,43,0.12); padding-top: 24px; }
}
@media (max-width: 720px) {
    .page-template-page-unlock-your-potential .primary-nav::after { display: none; }
    .unlock-hero { padding-top: 34px; }
    .unlock-hero h1 { font-size: 36px; }
    .unlock-trust-row,
    .unlock-stats-card,
    .unlock-section-title-row,
    .unlock-confidence-copy { grid-template-columns: 1fr; display: grid; }
    .unlock-job-grid,
    .unlock-benefit-grid,
    .unlock-testimonial-grid { grid-template-columns: 1fr; }
    .unlock-benefit { border-right: 0; border-bottom: 1px solid rgba(7,23,43,0.10); }
    .unlock-benefit:last-child { border-bottom: 0; }
    .unlock-price-main strong { font-size: 48px; }
}

/* Choose Your Coach Page - P24 v0.5.3 */
.choose-coach-page {
    --choose-bg: #fbfaf7;
    --choose-navy: #07172b;
    --choose-gold: #AD8346;
    --choose-text: #07172b;
    --choose-muted: #4c5563;
    --choose-card: #ffffff;
    --choose-border: #e8ddcc;
    background:
        radial-gradient(circle at 50% 0%, rgba(173, 131, 70, 0.10), transparent 28%),
        var(--choose-bg);
    color: var(--choose-text);
}

.choose-coach-page .container {
    width: min(1180px, calc(100% - 32px));
}

.choose-coach-hero {
    padding: clamp(48px, 7vw, 84px) 0 40px;
}

.choose-coach-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
    gap: clamp(23px, 5vw, 70px);
    align-items: center;
}

.choose-coach-hero h1 {
    max-width: 690px;
    margin: 0 0 18px;
    color: var(--choose-navy);
    font-size: clamp(42px, 5.8vw, 74px);
    line-height: 1.02;
    letter-spacing: -0.055em;
}

.choose-coach-hero h1 span {
    color: var(--choose-gold);
}

.choose-coach-lead {
    max-width: 610px;
    color: var(--choose-muted);
    font-size: clamp(17px, 1.6vw, 21px);
    line-height: 1.55;
    margin: 0 0 25px;
}

.choose-coach-features {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.choose-feature-card {
    min-height: 150px;
    padding: 20px 18px;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid var(--choose-border);
    border-radius: 18px;
    box-shadow: 0 16px 40px rgba(7, 23, 43, 0.05);
}

.choose-feature-icon,
.choose-side-icon,
.choose-trust-icon,
.choose-quiz-icon {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: color-mix(in srgb, var(--choose-gold) 10%, #ffffff);
    border: 1px solid var(--choose-border);
    color: var(--choose-gold);
    font-weight: 900;
    margin-bottom: 12px;
}

.choose-feature-card strong {
    display: block;
    color: var(--choose-navy);
    font-size: 14px;
    margin-bottom: 6px;
}

.choose-feature-card p {
    margin: 0;
    color: var(--choose-muted);
    font-size: 13px;
    line-height: 1.45;
}

.choose-coach-side-card {
    background: var(--choose-card);
    border: 1px solid var(--choose-border);
    border-radius: 25px;
    box-shadow: 0 25px 90px rgba(7, 23, 43, 0.10);
    padding: clamp(23px, 4vw, 46px);
    min-height: 390px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.choose-coach-side-card h2 {
    color: var(--choose-navy);
    font-size: clamp(23px, 3.2vw, 40px);
    line-height: 1.08;
    letter-spacing: -0.04em;
    margin: 8px 0 18px;
}

.choose-coach-side-card p {
    color: var(--choose-muted);
    font-size: 16px;
    margin-bottom: 23px;
}

.choose-arrow {
    color: var(--choose-gold);
    font-size: 56px;
    line-height: 1;
}

.choose-coach-list-section {
    padding: 40px 0 23px;
}

.choose-section-heading {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 23px;
}

.choose-section-heading h2 {
    color: var(--choose-navy);
    font-size: clamp(32px, 4vw, 48px);
    margin: 0 0 10px;
    letter-spacing: -0.04em;
}

.choose-section-heading p {
    color: var(--choose-muted);
    font-size: 18px;
    margin: 0;
}

.choose-coach-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 21px;
}

.choose-coach-card {
    overflow: hidden;
    border: 1px solid var(--choose-border);
    border-radius: 18px;
    background: var(--choose-card);
    box-shadow: 0 18px 50px rgba(7, 23, 43, 0.08);
}

.choose-coach-photo {
    position: relative;
    height: 240px;
    background:
        linear-gradient(135deg, rgba(7, 23, 43, 0.04), rgba(173, 131, 70, 0.10)),
        #f4eee5;
    overflow: hidden;
}

.choose-coach-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.choose-coach-photo-placeholder {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 82px;
    font-weight: 900;
    color: var(--choose-gold);
}

.choose-coach-badge {
    position: absolute;
    left: 18px;
    top: 18px;
    max-width: calc(100% - 36px);
    padding: 8px 11px;
    border-radius: 7px;
    background: var(--choose-navy);
    color: #ffffff;
    font-size: 11px;
    line-height: 1.25;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .035em;
}

.choose-coach-content {
    padding: 24px 24px 22px;
}

.choose-coach-content h3 {
    color: var(--choose-navy);
    font-size: 27px;
    line-height: 1.05;
    letter-spacing: -0.035em;
    margin: 0 0 6px;
}

.choose-coach-title {
    color: var(--choose-gold);
    font-weight: 800;
    margin: 0 0 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--choose-border);
}

.choose-coach-points {
    list-style: none;
    margin: 0 0 18px;
    padding: 0;
}

.choose-coach-points li {
    position: relative;
    padding-left: 23px;
    margin: 10px 0;
    color: var(--choose-text);
    font-size: 15px;
}

.choose-coach-points li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--choose-gold);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 900;
}

.choose-coach-rating {
    display: flex;
    align-items: center;
    gap: 7px;
    color: var(--choose-gold);
    margin: 18px 0 14px;
}

.choose-coach-rating strong,
.choose-coach-rating small {
    color: var(--choose-muted);
}

.choose-coach-stat {
    border-top: 1px solid var(--choose-border);
    padding-top: 14px;
    margin-bottom: 18px;
    color: var(--choose-muted);
    font-size: 14px;
}

.choose-coach-button,
.choose-quiz-button {
    display: inline-flex;
    width: 100%;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-radius: 10px;
    background: var(--choose-gold);
    color: #ffffff;
    font-weight: 900;
    box-shadow: 0 14px 32px rgba(173, 131, 70, 0.24);
}

.choose-coach-button:hover,
.choose-quiz-button:hover {
    filter: brightness(.95);
    color: #ffffff;
}

.choose-trust-section {
    padding: 24px 0 22px;
}

.choose-trust-card,
.choose-quiz-card {
    border: 1px solid var(--choose-border);
    border-radius: 18px;
    background: var(--choose-card);
    box-shadow: 0 18px 50px rgba(7, 23, 43, 0.06);
}

.choose-trust-card {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    align-items: center;
    padding: 21px 32px;
}

.choose-trust-block {
    display: flex;
    align-items: center;
    gap: 18px;
}

.choose-trust-block strong,
.choose-review-block strong {
    display: block;
    color: var(--choose-navy);
    font-size: 16px;
    margin-bottom: 5px;
}

.choose-trust-block p,
.choose-review-block p {
    color: var(--choose-muted);
    margin: 0;
    font-size: 14px;
}

.choose-review-block {
    text-align: center;
}

.choose-review-stars {
    display: inline-flex;
    padding: 4px 8px;
    border-radius: 6px;
    background: #02b67a;
    color: #ffffff;
    letter-spacing: 2px;
    margin: 4px 0;
}

.choose-avatar-stack span {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-left: -10px;
    border: 3px solid #fff;
    border-radius: 50%;
    background: var(--choose-gold);
}
.choose-avatar-stack span:first-child { margin-left: 0; background: var(--choose-navy); }
.choose-avatar-stack span:nth-child(2) { background: #d8b777; }
.choose-avatar-stack span:nth-child(3) { background: #f1e4ca; }

.choose-quiz-section {
    padding: 16px 0 48px;
}

.choose-quiz-card {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 22px;
    align-items: center;
    padding: 34px 42px;
    background: linear-gradient(135deg, rgba(173, 131, 70, 0.10), rgba(255,255,255,.88));
}

.choose-quiz-card h2 {
    margin: 0 0 8px;
    color: var(--choose-navy);
    font-size: clamp(24px, 3vw, 34px);
}

.choose-quiz-card p {
    margin: 0;
    color: var(--choose-muted);
}

.choose-quiz-button {
    width: auto;
    min-width: 190px;
    background: transparent;
    color: var(--choose-gold);
    border: 1px solid var(--choose-gold);
    box-shadow: none;
}

.choose-quiz-button:hover {
    background: var(--choose-gold);
    color: #fff;
}

.choose-bottom-strip {
    padding: 23px 0;
    background: var(--choose-navy);
    color: #ffffff;
}

.choose-bottom-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.choose-bottom-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.choose-bottom-item > span {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    border: 1px solid var(--choose-gold);
    color: var(--choose-gold);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
}

.choose-bottom-item strong {
    display: block;
    color: #ffffff;
    margin-bottom: 2px;
}

.choose-bottom-item p {
    margin: 0;
    color: rgba(255,255,255,.72);
    font-size: 14px;
}

@media (max-width: 980px) {
    .choose-coach-hero-grid,
    .choose-coach-grid,
    .choose-trust-card,
    .choose-quiz-card,
    .choose-bottom-grid {
        grid-template-columns: 1fr;
    }
    .choose-coach-features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .choose-quiz-button {
        width: 100%;
    }
}

@media (max-width: 580px) {
    .choose-coach-hero {
        padding-top: 36px;
    }
    .choose-coach-features {
        grid-template-columns: 1fr;
    }
    .choose-feature-card {
        min-height: auto;
    }
    .choose-coach-photo {
        height: 220px;
    }
    .choose-trust-card,
    .choose-quiz-card {
        padding: 24px;
    }
}

/* About Us page */
.p24-about-page{background:var(--about-bg,#fbfaf7);color:var(--about-text,#07172b);font-family:inherit;overflow:hidden}
.p24-about-page p{color:var(--about-muted,#4c5563);line-height:1.75;margin:0 0 18px}
.p24-about-page h1,.p24-about-page h2,.p24-about-page h3{color:var(--about-navy,#07172b);line-height:1.1;margin:0 0 18px}
.p24-about-page h1{font-size:clamp(36px,4.4vw,58px);font-family:Georgia,'Times New Roman',serif;font-weight:700;max-width:720px}
.p24-about-page h2{font-size:clamp(25px,3.2vw,44px);font-family:Georgia,'Times New Roman',serif;font-weight:700}
.p24-about-eyebrow{display:block;color:var(--about-gold,#AD8346);font-size:13px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;margin-bottom:14px}
.p24-about-rule{width:70px;height:3px;background:var(--about-gold,#AD8346);margin:0 0 24px}
.p24-about-pad{padding:58px clamp(23px,5vw,78px)}
.p24-about-center{text-align:center}
.p24-about-hero{display:grid;grid-template-columns:1.05fr 1fr;border-bottom:1px solid var(--about-border,#eadfce)}
.p24-about-hero-media{position:relative;height:800px;min-height:800px;background:linear-gradient(135deg,var(--about-navy,#07172b),#0b2240);overflow:hidden}
.p24-about-hero-media img,.p24-about-image-panel img{width:100%;height:100%;object-fit:cover;display:block}
.p24-about-image-placeholder{height:100%;display:flex;align-items:center;justify-content:center;color:#fff;background:linear-gradient(135deg,#07172b,#123D8F)}
.p24-about-image-placeholder span{width:160px;height:160px;border-radius:999px;background:rgba(255,255,255,.14);display:flex;align-items:center;justify-content:center;font-size: 100px;font-weight:800}
.p24-founder-overlay{position:absolute;left:100px;top:75%;bottom:auto;transform:translateY(-50%);width:min(310px,calc(100% - 140px));padding:0;color:#fff;background:transparent;text-shadow:0 2px 14px rgba(0,0,0,.5)}
.p24-founder-overlay h2{color:#fff;font-size:31px;line-height:1.05;margin-bottom:8px;font-family:Georgia,'Times New Roman',serif;font-weight:800}.p24-founder-overlay p,.p24-founder-overlay small{color:#fff}.p24-founder-role{font-size:16px;font-weight:700;margin:0 0 14px}.p24-founder-location{display:block;font-size:15px;font-weight:700;margin:0 0 22px}.p24-founder-intro{font-size:17px!important;line-height:1.5;margin:0 0 21px;max-width:310px}.p24-founder-signature{font-family:cursive;color:var(--about-gold,#AD8346);font-size:25px;margin:18px 0}.p24-founder-signature.small{font-size:21px;margin:22px 0 8px}
.p24-founder-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:22px}.p24-about-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--about-gold,#AD8346);background:var(--about-gold,#AD8346);color:#fff!important;border-radius:6px;padding:13px 24px;font-weight:800;text-decoration:none;box-shadow:0 14px 25px rgba(173,131,70,.22)}.p24-about-btn-outline{background:rgba(255,255,255,.08);color:#fff!important;border-color:rgba(255,255,255,.65)}.p24-about-dark{background:var(--about-navy,#07172b);border-color:var(--about-navy,#07172b)}
.p24-about-split,.p24-team-section,.p24-message-contact{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid var(--about-border,#eadfce)}
.p24-about-image-panel{min-height:520px;background:#eee;overflow:hidden}.p24-about-image-panel:empty{background:linear-gradient(135deg,#f7f1e8,#e9dccb)}
.p24-beliefs-section{border-bottom:1px solid var(--about-border,#eadfce)}.p24-beliefs-grid{max-width:1180px;margin:22px auto 0;display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.p24-belief-card{background:var(--about-card,#fff);border:1px solid var(--about-border,#eadfce);box-shadow:0 18px 50px rgba(7,23,43,.06);padding:34px 21px;text-align:center}.p24-belief-icon{font-size:38px;color:var(--about-gold,#AD8346);margin-bottom:18px}.p24-belief-card h3{font-size:24px;margin-bottom:10px}.p24-belief-card p{font-size:14px;margin:0}
.p24-global-section{display:grid;grid-template-columns:1fr 1.7fr;border-bottom:1px solid var(--about-border,#eadfce)}.p24-location-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:5px;background:#fff;padding:5px}.p24-location-card{border:0;min-height:370px;background:linear-gradient(135deg,#07172b,#123D8F);background-size:cover;background-position:center;position:relative;color:#fff;display:flex;align-items:flex-end;padding:21px;overflow:hidden}.p24-location-card:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,23,43,.1),rgba(7,23,43,.78))}.p24-location-card div{position:relative;z-index:1}.p24-location-card strong,.p24-location-card h3,.p24-location-card p{color:#fff;margin:0}.p24-location-card h3{font-size:24px;margin:3px 0 8px}.p24-location-card p{font-size:14px;line-height:1.55}
.p24-team-section .p24-about-pad{display:flex;flex-direction:column;justify-content:center}.p24-message-contact .p24-about-pad{position:relative}.p24-contact-card{overflow:hidden}.p24-contact-bg{position:absolute;inset:0;background-size:cover;background-position:center;opacity:.18}.p24-contact-card>*:not(.p24-contact-bg){position:relative;z-index:1}
.p24-about-final-cta{text-align:center;background:var(--about-cta-bg,var(--about-navy,#07172b));padding:58px 24px;color:#fff}.p24-about-final-cta h2{color:#fff;font-size:clamp(23px,3.4vw,42px);margin-bottom:10px}.p24-about-final-cta p{color:rgba(255,255,255,.86);max-width:720px;margin:0 auto 24px}
@media (max-width:1100px){.p24-about-hero,.p24-about-split,.p24-team-section,.p24-message-contact,.p24-global-section{grid-template-columns:1fr}.p24-about-hero-media{min-height:520px}.p24-location-grid{grid-template-columns:repeat(2,1fr)}.p24-beliefs-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:700px){.p24-about-pad{padding:58px clamp(23px,5vw,78px)}.p24-founder-overlay{position:absolute;left:48px;top:auto;bottom:42px;width:min(310px,calc(100% - 96px));padding:0;color:#fff;background:transparent;text-shadow:0 2px 14px rgba(0,0,0,.5)}.p24-beliefs-grid,.p24-location-grid{grid-template-columns:1fr}.p24-location-card{min-height:260px}.p24-about-hero-media{min-height:500px}.p24-about-page h1{font-size:36px}}







/* v0.5.5.4 About Us hero image height fix */
@media (min-width: 900px){
  .p24-about-hero{
    align-items:start;
  }
  .p24-about-hero .p24-about-pad{
    align-self:start;
  }
}
@media (max-width: 899px){
  .p24-about-hero{
    grid-template-columns:1fr;
  }
  .p24-about-hero-media{
    height:auto;
    min-height:0;
  }
  .p24-about-hero-media img{
    height:auto;
    min-height:0;
  }
}


/* v0.5.5.5 About founder overlay design match */
.p24-founder-role{font-size:16px;font-weight:700;margin:0 0 14px}
.p24-founder-location{display:block;font-size:15px;font-weight:700;margin:0 0 22px}
.p24-founder-intro{font-size:17px!important;line-height:1.5;margin:0 0 21px;max-width:310px}
.p24-founder-highlights{display:grid;gap:22px;margin:0 0 18px}
.p24-founder-highlight{display:grid;grid-template-columns:52px 1fr;gap:16px;align-items:flex-start}
.p24-founder-highlight-icon{width:52px;height:52px;border:2px solid var(--about-gold,#AD8346);border-radius:999px;display:flex;align-items:center;justify-content:center;color:var(--about-gold,#AD8346);font-size:24px;background:rgba(255,255,255,.12);text-shadow:none}
.p24-founder-highlight strong{display:block;color:#fff;text-transform:uppercase;letter-spacing:.04em;font-size:14px;margin-bottom:4px}
.p24-founder-highlight span{display:block;color:#fff;font-size:14px;line-height:1.35}
@media (max-width: 1200px){
  .p24-founder-overlay{position:absolute;left:48px;top:auto;bottom:42px;width:min(310px,calc(100% - 96px));padding:0;color:#fff;background:transparent;text-shadow:0 2px 14px rgba(0,0,0,.5)}
  .p24-founder-intro,.p24-founder-highlights{display:none}
}
@media (max-width: 899px){
  .p24-founder-overlay{position:absolute;left:48px;top:auto;bottom:42px;width:min(310px,calc(100% - 96px));padding:0;color:#fff;background:transparent;text-shadow:0 2px 14px rgba(0,0,0,.5)}
  .p24-founder-intro,.p24-founder-highlights{display:none}
}


/* v0.5.5.6 About founder overlay match design */
.p24-founder-intro,
.p24-founder-highlights,
.p24-founder-highlight{display:none!important}
.p24-founder-role{font-size:16px!important;font-weight:700!important;margin:0 0 16px!important;color:#fff!important}
.p24-founder-location{display:block!important;font-size:15px!important;font-weight:700!important;margin:0 0 22px!important;color:#fff!important}
.p24-founder-signature{
  font-family:"Brush Script MT","Segoe Script","Lucida Handwriting",cursive!important;
  color:var(--about-gold,#AD8346)!important;
  font-size:34px!important;
  line-height:1.1!important;
  margin:20px 0 24px!important;
  font-weight:400!important;
}
.p24-founder-actions{
  display:flex!important;
  flex-direction:column!important;
  gap:14px!important;
  align-items:flex-start!important;
  margin-top:0!important;
}
.p24-founder-actions .p24-about-btn{
  min-width:220px!important;
  padding:13px 22px!important;
  border-radius:6px!important;
  font-size:15px!important;
}
.p24-founder-actions .p24-about-btn-outline{
  background:rgba(0,0,0,.22)!important;
  border:2px solid rgba(255,255,255,.78)!important;
  box-shadow:none!important;
}
@media (max-width: 899px){
  .p24-founder-overlay{left:23px!important;right:23px!important;bottom:34px!important;width:auto!important}
}


/* v0.5.5.7 Always show LinkedIn founder button */
.p24-founder-actions{
  display:flex!important;
  flex-direction:column!important;
  gap:14px!important;
  align-items:flex-start!important;
}
.p24-founder-actions .p24-about-btn{
  min-width:220px!important;
}
.p24-founder-actions .p24-about-btn-outline{
  display:inline-flex!important;
  background:rgba(0,0,0,.22)!important;
  border:2px solid rgba(255,255,255,.78)!important;
  color:#fff!important;
}


/* v0.5.5.8 About founder overlay centred within left content area */
@media (max-width: 899px){
  .p24-founder-overlay{
    left:23px!important;
    right:23px!important;
    top:auto!important;
    bottom:34px!important;
    transform:none!important;
    width:auto!important;
  }
}


/* v0.5.5.9 Founder overlay typography */
.p24-founder-name{font-size:40px!important;line-height:1.1;}
.p24-founder-title{font-size:20px!important;line-height:1.35;}
.p24-founder-company{display:block;font-size:20px!important;line-height:1.35;}
.p24-founder-signature{font-size:50px!important;line-height:1;}


/* v0.5.6.0 Force founder typography */
.p24-founder-overlay .p24-founder-name,
.p24-founder-overlay h2{
    font-size:40px !important;
    line-height:1.1 !important;
}
.p24-founder-overlay .p24-founder-title,
.p24-founder-overlay .p24-founder-company,
.p24-founder-overlay .p24-founder-role,
.p24-founder-overlay .p24-founder-subtitle{
    font-size:16px !important;
    line-height:1.35 !important;
}
.p24-founder-overlay .p24-founder-company{
    display:block !important;
}
.p24-founder-overlay .p24-founder-signature,
.p24-founder-overlay .signature{
    font-size:50px !important;
    line-height:1 !important;
}



/* v0.5.6.2 Global location image borders */
.p24-about-locations,
.p24-global-locations,
.p24-location-grid,
.p24-about-location-grid,
.p24-about-cities,
.p24-city-grid {
    gap: 0 !important;
}

.p24-about-location-card,
.p24-location-card,
.p24-city-card,
.p24-global-card,
.p24-about-city-card {
    box-sizing: border-box !important;
    border-top: 5px solid #fff !important;
    border-bottom: 5px solid #fff !important;
    overflow: hidden !important;
}

.p24-about-location-card:nth-child(1),
.p24-location-card:nth-child(1),
.p24-city-card:nth-child(1),
.p24-global-card:nth-child(1),
.p24-about-city-card:nth-child(1) {
    border-left: 5px solid #fff !important;
    border-right: 2.5px solid #fff !important;
}

.p24-about-location-card:nth-child(2),
.p24-about-location-card:nth-child(3),
.p24-location-card:nth-child(2),
.p24-location-card:nth-child(3),
.p24-city-card:nth-child(2),
.p24-city-card:nth-child(3),
.p24-global-card:nth-child(2),
.p24-global-card:nth-child(3),
.p24-about-city-card:nth-child(2),
.p24-about-city-card:nth-child(3) {
    border-left: 2.5px solid #fff !important;
    border-right: 2.5px solid #fff !important;
}

.p24-about-location-card:nth-child(4),
.p24-location-card:nth-child(4),
.p24-city-card:nth-child(4),
.p24-global-card:nth-child(4),
.p24-about-city-card:nth-child(4) {
    border-left: 2.5px solid #fff !important;
    border-right: 5px solid #fff !important;
}

.p24-about-location-card img,
.p24-location-card img,
.p24-city-card img,
.p24-global-card img,
.p24-about-city-card img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}





.p24-section-button-wrap{margin-top:25px;text-align:center}.p24-how .p24-section-button-wrap .btn-premium{background:#AD8346;color:#fff}
html{scroll-behavior:smooth}


/* Join Us page */
.p24-join-page{
    --join-bg:#f7f7f7;
    --join-navy:#071f55;
    --join-gold:#AD8346;
    --join-gold-light:#f5c766;
    --join-text:#101820;
    --join-muted:#6f7780;
    background:var(--join-bg);
    color:var(--join-text);
}
.p24-join-main{padding:32px 0 14px;background:linear-gradient(180deg,#fbfbfb 0%,var(--join-bg) 100%);}
.p24-join-shell{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.08fr);gap:26px;align-items:stretch;max-width:1320px;}
.p24-join-card{border-radius:16px;box-shadow:0 22px 55px rgba(7,31,85,.09);}
.p24-join-opportunity-card{background:#fff;padding:28px 30px 26px;}
.p24-join-opportunity-head{display:grid;grid-template-columns:74px 1fr;gap:18px;align-items:center;padding-bottom:16px;border-bottom:1px solid #e8e8e8;}
.p24-join-lock-icon{width:74px;height:74px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fbf0dc;color:var(--join-gold);}
.p24-join-lock-icon svg,.p24-join-application-status svg{width:42px;height:42px;fill:none;stroke:currentColor;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;}
.p24-join-opportunity-head h1{margin:0 0 6px;font-size:29px;line-height:1.1;letter-spacing:-.04em;color:var(--join-text);}
.p24-join-verified{margin:0;display:flex;gap:9px;align-items:center;color:#626a73;font-size:17px;font-weight:600;}
.p24-join-verified span{width:20px;height:20px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#9ccae1;color:#fff;font-size:12px;}
.p24-join-status-row{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid #e8e8e8;padding:14px 0;}
.p24-join-status-row span{display:flex;align-items:center;gap:12px;font-size:16px;color:#2a2e35;}
.p24-join-status-row span+span{border-left:1px solid #e3e3e3;padding-left:20px;}
.p24-join-status-row i{font-style:normal;width:22px;height:22px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:var(--join-navy);color:#fff;font-size:12px;font-weight:700;}
.p24-join-copy-block{padding-top:15px;}
.p24-join-copy-block h2,.p24-join-copy-block h3,.p24-join-application-status h3{margin:0 0 9px;color:var(--join-navy);font-size:19px;line-height:1.18;}
.p24-join-copy-block h2{font-size:22px;color:var(--join-text);}
.p24-join-copy-block p{margin:0;color:var(--join-muted);font-size:16px;line-height:1.32;max-width:620px;}
.p24-join-copy-block ul{margin:0;padding-left:18px;color:var(--join-muted);font-size:15px;line-height:1.3;}
.p24-join-application-status{padding-top:15px;text-align:left;}
.p24-join-lock-line{position:relative;margin:22px 0 38px;border-top:1px solid #e4e4e4;}
.p24-join-lock-line span{position:absolute;left:50%;top:0;transform:translate(-50%,-50%);width:58px;height:58px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fbf0dc;color:var(--join-gold);border:2px solid var(--join-gold);}
.p24-join-application-status p{max-width:370px;margin:0;color:var(--join-navy);font-size:15px;line-height:1.35;text-align:center;}
.p24-join-coach-card{background:var(--join-navy);padding:54px 52px 48px;color:#fff;display:flex;flex-direction:column;justify-content:flex-start;}
.p24-join-coach-card h2{margin:0 auto 24px;max-width:560px;text-align:center;color:#fff;font-size:35px;line-height:1.12;letter-spacing:-.04em;}
.p24-join-coach-card h2 span{color:var(--join-gold-light);}
.p24-join-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(255,255,255,.28);border-bottom:1px solid rgba(255,255,255,.28);}
.p24-join-feature{min-height:116px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:14px 12px;position:relative;}
.p24-join-feature:nth-child(-n+3){border-bottom:1px solid rgba(255,255,255,.28);}
.p24-join-feature:not(:nth-child(3n)){border-right:1px solid rgba(255,255,255,.28);}
.p24-join-feature p{margin:10px 0 0;color:#fff;font-size:15px;font-weight:700;line-height:1.2;}
.p24-join-feature-icon{width:60px;height:60px;border-radius:50%;background:#fff;position:relative;color:var(--join-navy);}
.p24-join-feature-icon:before,.p24-join-feature-icon:after{content:'';position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background:currentColor;}
.p24-join-icon-people:before{width:27px;height:18px;border:3px solid currentColor;border-radius:18px;background:transparent;}
.p24-join-icon-people:after{width:34px;height:17px;border:3px solid currentColor;border-top:0;border-radius:0 0 18px 18px;background:transparent;top:57%;}
.p24-join-icon-document:before{width:27px;height:34px;border:3px solid currentColor;border-radius:3px;background:transparent;}
.p24-join-icon-document:after{width:15px;height:3px;box-shadow:0 8px 0 currentColor,0 16px 0 currentColor;}
.p24-join-icon-chat:before{width:31px;height:25px;border:3px solid currentColor;border-radius:13px;background:transparent;}
.p24-join-icon-chat:after{width:17px;height:17px;border:3px solid currentColor;border-radius:50%;background:transparent;left:61%;top:39%;}
.p24-join-icon-search:before{width:31px;height:22px;border:3px solid currentColor;border-radius:3px;background:transparent;}
.p24-join-icon-search:after{width:14px;height:3px;transform:translate(2px,13px) rotate(35deg);}
.p24-join-icon-pin:before{width:28px;height:28px;border:3px solid currentColor;border-radius:50% 50% 50% 0;background:transparent;transform:translate(-50%,-55%) rotate(-45deg);}
.p24-join-icon-pin:after{width:8px;height:8px;border-radius:50%;background:currentColor;}
.p24-join-icon-growth:before{width:34px;height:3px;transform:translate(-50%,-50%) rotate(-42deg);}
.p24-join-icon-growth:after{width:15px;height:15px;border-top:3px solid currentColor;border-right:3px solid currentColor;background:transparent;transform:translate(2px,-13px) rotate(3deg);}
.p24-join-start-btn{margin:28px auto 0;width:100%;max-width:530px;min-height:62px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;gap:13px;background:var(--join-gold);color:#fff;text-decoration:none;font-size:24px;font-weight:800;box-shadow:0 12px 24px rgba(0,0,0,.14);transition:transform .2s ease,box-shadow .2s ease;}
.p24-join-start-btn:hover{transform:translateY(-2px);box-shadow:0 16px 30px rgba(0,0,0,.18);color:#fff;}
.p24-join-start-btn span{font-size:34px;line-height:1;}
.p24-join-proof-section{padding:0 0 20px;background:var(--join-bg);}
.p24-join-proof-card{max-width:1140px;background:#fff;border-radius:16px;box-shadow:0 18px 45px rgba(7,31,85,.05);display:grid;grid-template-columns:1.3fr 1fr 1fr;align-items:center;padding:18px 34px;}
.p24-join-proof-item{min-height:64px;display:flex;align-items:center;gap:20px;padding:0 28px;}
.p24-join-proof-item+.p24-join-proof-item{border-left:1px solid #e4e4e4;}
.p24-join-proof-item strong{display:block;color:var(--join-navy);font-size:22px;line-height:1.1;}
.p24-join-proof-item p{margin:4px 0 0;color:#5f6670;font-size:16px;line-height:1.22;}
.p24-join-avatars{display:flex;min-width:142px;}
.p24-join-avatars span{width:50px;height:50px;margin-left:-12px;border:3px solid #fff;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#d8c4ad,#7a91a8);color:#fff;font-weight:800;}
.p24-join-avatars span:first-child{margin-left:0;}
.p24-join-stars{color:#e5ad28;font-size:25px;letter-spacing:2px;white-space:nowrap;}
.p24-join-shield{width:38px;height:42px;display:flex;align-items:center;justify-content:center;border:3px solid var(--join-navy);border-radius:18px 18px 20px 20px;color:var(--join-navy);font-weight:800;}
.p24-join-logo-section{background:#f0f0f0;padding:26px 0 30px;}
.p24-join-logo-row{display:grid;grid-template-columns:310px 1fr;gap:60px;align-items:center;}
.p24-join-logo-row h2{margin:0;color:var(--join-text);font-size:25px;line-height:1.2;letter-spacing:-.03em;}
.p24-join-logos{display:flex;align-items:center;justify-content:space-between;gap:28px;flex-wrap:wrap;}
.p24-join-logos span{color:#6a7077;font-size:24px;font-weight:800;letter-spacing:-.04em;filter:grayscale(1);opacity:.95;}
@media(max-width:1100px){
    .p24-join-shell{grid-template-columns:1fr;}
    .p24-join-coach-card{padding:62px 40px;}
    .p24-join-proof-card{grid-template-columns:1fr;gap:16px;}
    .p24-join-proof-item{padding:0;border-left:0!important;}
    .p24-join-logo-row{grid-template-columns:1fr;gap:28px;}
}
@media(max-width:720px){
    .p24-join-main{padding:32px 0 18px;}
    .p24-join-opportunity-card{padding:28px 22px;}
    .p24-join-opportunity-head{grid-template-columns:64px 1fr;gap:16px;}
    .p24-join-lock-icon{width:64px;height:64px;}
    .p24-join-opportunity-head h1{font-size:26px;}
    .p24-join-status-row{grid-template-columns:1fr;gap:13px;}
    .p24-join-status-row span+span{border-left:0;padding-left:0;}
    .p24-join-coach-card{padding:42px 22px;}
    .p24-join-coach-card h2{font-size:31px;}
    .p24-join-feature-grid{grid-template-columns:1fr 1fr;}
    .p24-join-feature{border-right:0!important;border-bottom:1px solid rgba(255,255,255,.28);}
    .p24-join-feature:nth-child(odd){border-right:1px solid rgba(255,255,255,.28)!important;}
    .p24-join-feature:nth-last-child(-n+2){border-bottom:0;}
    .p24-join-start-btn{font-size:22px;min-height:62px;}
    .p24-join-proof-card{padding:24px;}
    .p24-join-proof-item{align-items:flex-start;gap:16px;}
    .p24-join-logos{justify-content:flex-start;}
    .p24-join-logos span{font-size:21px;}
}

/* Job Search page - v0.5.6.28 */
.p24-job-search-page{--jobsearch-navy:#071f55;--jobsearch-gold:#AD8346;--jobsearch-gold-light:#f5c766;--jobsearch-soft-blue:#edf7ff;--jobsearch-text:#101820;--jobsearch-muted:#5f6773;background:#f8f8f8;color:var(--jobsearch-text);min-height:calc(100vh - 88px);overflow:hidden}
.p24-job-search-stage{position:relative;min-height:calc(100vh - 88px);padding:24px 22px;display:flex;align-items:center;justify-content:center;overflow:hidden}
.p24-job-search-bg{position:absolute;inset:20px 5vw;opacity:.36;filter:blur(6px);transform:scale(1.01);pointer-events:none;user-select:none}
.p24-job-search-bg:after{content:"";position:absolute;inset:-70px;background:rgba(255,255,255,.48)}
.p24-job-search-bg-shell{position:relative;z-index:1;max-width:1500px;margin:0 auto}
.p24-job-search-bg-toolbar{height:76px;background:#fff;border:1px solid #e5e9ee;border-radius:18px;box-shadow:0 16px 42px rgba(7,31,85,.09);display:grid;grid-template-columns:1fr 1fr 160px;gap:18px;align-items:center;padding:14px 18px;margin-bottom:22px}
.p24-job-search-bg-toolbar span{display:block;color:#8f99a5;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;margin-bottom:4px}.p24-job-search-bg-toolbar strong{display:block;color:#17243a;font-size:22px}.p24-job-search-bg-toolbar button{height:48px;border:0;border-radius:12px;background:#071f55;color:#fff;font-weight:900}
.p24-job-search-bg-layout{display:grid;grid-template-columns:390px 1fr 300px;gap:26px;align-items:start}.p24-job-search-bg-list,.p24-job-search-bg-detail,.p24-job-search-bg-sidebar{position:relative;z-index:1}
.p24-job-search-bg-kicker{font-size:18px;font-weight:900;color:#334155;margin:0 0 18px}.p24-job-search-bg-card{height:108px;background:#fff;border:1px solid #e5e9ee;border-radius:16px;box-shadow:0 12px 35px rgba(7,31,85,.08);margin-bottom:18px;padding:18px;display:grid;grid-template-columns:54px 1fr;gap:16px;align-items:start}.p24-job-search-bg-card span,.p24-job-search-bg-detail-head span{width:52px;height:52px;border-radius:13px;background:#dff7fb;display:block}.p24-job-search-bg-card strong{display:block;color:#263142;font-size:19px;margin-bottom:7px}.p24-job-search-bg-card small,.p24-job-search-bg-card em{display:block;color:#8b95a1;font-size:14px;font-style:normal;line-height:1.45}
.p24-job-search-bg-hero{height:150px;border-radius:18px;background:linear-gradient(110deg,rgba(245,199,102,.28),rgba(7,31,85,.15)),url('assets/images/amber-douglas-career-coach-placements24.webp');background-size:cover;background-position:center 38%;margin-bottom:20px}.p24-job-search-bg-detail{background:#fff;border-radius:18px;border:1px solid #e5e9ee;min-height:560px;box-shadow:0 12px 35px rgba(7,31,85,.08);padding:20px}.p24-job-search-bg-detail-head{display:grid;grid-template-columns:58px 1fr;gap:16px;align-items:center;margin-bottom:22px}.p24-job-search-bg-detail-head strong{font-size:24px;color:#17243a;display:block}.p24-job-search-bg-detail-head small{font-size:15px;color:#8b95a1}.p24-job-search-bg-tabs{display:flex;gap:28px;border-top:1px solid #edf0f4;border-bottom:1px solid #edf0f4;padding:15px 0;margin-bottom:22px}.p24-job-search-bg-tabs b{font-size:15px;color:#6b7480}.p24-job-search-bg-copy{height:120px;border-radius:14px;background:linear-gradient(#edf2f7,#edf2f7) left top/78% 14px no-repeat,linear-gradient(#edf2f7,#edf2f7) left 38px/92% 14px no-repeat,linear-gradient(#edf2f7,#edf2f7) left 76px/66% 14px no-repeat}.p24-job-search-bg-copy.short{height:90px;margin-top:24px;background:linear-gradient(#edf2f7,#edf2f7) left top/88% 14px no-repeat,linear-gradient(#edf2f7,#edf2f7) left 38px/58% 14px no-repeat}
.p24-job-search-bg-sidebar{background:#fff;border:1px solid #e5e9ee;border-radius:18px;box-shadow:0 12px 35px rgba(7,31,85,.08);padding:24px;color:#88929e}.p24-job-search-bg-sidebar strong{display:block;color:#2f3948;font-size:22px;margin-bottom:18px}.p24-job-search-bg-sidebar p{font-size:15px;line-height:1.7;margin:0 0 22px}.p24-job-search-bg-sidebar button{display:block;width:100%;height:46px;border:0;border-radius:8px;background:#e3e9f2;margin-bottom:14px;color:#9aa2ac;font-weight:800}
.p24-job-search-modal{position:relative;z-index:2;width:min(660px,100%);background:#fff;border-radius:28px;box-shadow:0 22px 65px rgba(7,31,85,.16);overflow:hidden;border:1px solid rgba(7,31,85,.06)}
.p24-job-search-modal-top{background:var(--jobsearch-soft-blue);border-bottom:1px solid #dfe7ee;padding:18px 30px;text-align:center}.p24-job-search-modal-top h1{font-size:clamp(21px,2vw,28px);line-height:1.15;margin:0;color:var(--jobsearch-navy);font-weight:800}.p24-job-search-modal-top h1 span{color:#e2a629}
.p24-job-search-modal-intro{text-align:center;padding:30px 42px 28px}.p24-job-search-lock{width:58px;height:58px;border-radius:999px;display:grid;place-items:center;background:#fff4dc;border:2px solid var(--jobsearch-gold);box-shadow:0 8px 18px rgba(7,31,85,.16);margin:0 auto 22px}.p24-job-search-lock svg{width:36px;height:36px;fill:var(--jobsearch-gold);stroke:var(--jobsearch-gold);stroke-width:4;stroke-linecap:round;stroke-linejoin:round}.p24-job-search-modal-intro h2{font-size:clamp(26px,2.65vw,35px);line-height:1.08;margin:0 0 8px;color:var(--jobsearch-navy);font-weight:900}.p24-job-search-modal-intro p{font-size:17px;line-height:1.42;color:var(--jobsearch-muted);max-width:540px;margin:0 auto}
.p24-job-search-features{display:grid;grid-template-columns:1fr 1fr;gap:18px 34px;border-top:1px solid #e1e5ea;border-bottom:1px solid #e1e5ea;padding:30px 36px}.p24-job-search-feature{display:flex;align-items:center;gap:13px;color:#222a35;font-size:17px;line-height:1.2}.p24-job-search-feature span{flex:0 0 auto;width:23px;height:23px;border-radius:999px;display:grid;place-items:center;background:linear-gradient(135deg,var(--jobsearch-gold-light),var(--jobsearch-gold));color:#fff;font-size:13px;font-weight:900}
.p24-job-search-trust{text-align:center;padding:28px 36px 20px}.p24-job-search-trust h3{font-size:17px;line-height:1.3;margin:0 0 18px;color:var(--jobsearch-text);font-weight:800}.p24-job-search-logos{display:flex;align-items:center;justify-content:center;gap:32px;flex-wrap:wrap}.p24-job-search-logos span{font-size:19px;color:#5f666e;font-weight:900;letter-spacing:-.03em}
.p24-job-search-action{padding:18px 36px 32px}.p24-job-search-btn{width:100%;min-height:58px;border-radius:9px;display:flex;align-items:center;justify-content:center;gap:18px;background:linear-gradient(90deg,var(--jobsearch-gold-light),var(--jobsearch-gold));color:#fff!important;text-decoration:none;font-size:23px;font-weight:900;box-shadow:0 10px 24px rgba(173,131,70,.24)}.p24-job-search-btn span{font-size:36px;line-height:1;font-weight:400;margin-top:-3px}
@media(max-width:980px){.p24-job-search-stage{padding:24px 18px}.p24-job-search-bg{inset:16px;opacity:.28}.p24-job-search-bg-layout{grid-template-columns:1fr}.p24-job-search-bg-detail,.p24-job-search-bg-sidebar{display:none}.p24-job-search-modal{border-radius:26px}.p24-job-search-features{grid-template-columns:1fr;gap:18px;padding:30px}.p24-job-search-feature{font-size:17px}}
@media(max-width:560px){.p24-job-search-page{overflow:auto}.p24-job-search-stage{min-height:auto;padding:30px 14px 42px}.p24-job-search-modal-top{padding:18px}.p24-job-search-modal-intro{padding:26px 20px}.p24-job-search-modal-intro p{font-size:16px}.p24-job-search-trust{padding:26px 20px 20px}.p24-job-search-logos{gap:18px}.p24-job-search-logos span{font-size:17px}.p24-job-search-action{padding:14px 20px 26px}.p24-job-search-btn{font-size:20px;min-height:56px}.p24-job-search-bg{display:none}}

/* Contact form validation, delivery and reCAPTCHA states */
.p24-contact-alert {
    margin: 24px 0 0;
    padding: 15px 18px;
    border-radius: 8px;
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
}

.p24-contact-alert p {
    margin: 0;
}

.p24-contact-alert p + p {
    margin-top: 6px;
}

.p24-contact-alert-success {
    border: 1px solid rgba(0, 32, 90, .16);
    background: rgba(0, 32, 90, .06);
    color: #00205A;
}

.p24-contact-alert-error {
    border: 1px solid rgba(173, 131, 70, .34);
    background: rgba(173, 131, 70, .10);
    color: #00205A;
}

.p24-contact-recaptcha {
    display: flex;
    justify-content: center;
    margin: 2px 0 24px;
}

.p24-contact-submit {
    cursor: pointer;
}

@media (max-width: 420px) {
    .p24-contact-recaptcha {
        transform: scale(.88);
        transform-origin: center top;
        margin-bottom: 8px;
    }
}

/* Success Stories */
.p24-success-preview{
    position:relative;
    padding:42px 0 34px;
    background:#061f4f;
    background-image:
        radial-gradient(circle at 50% 0%, rgba(32,92,156,.38), transparent 42%),
        linear-gradient(135deg, rgba(173,131,70,.18) 0 1px, transparent 1px),
        linear-gradient(315deg, rgba(173,131,70,.12) 0 1px, transparent 1px);
    background-size:auto, 92px 92px, 120px 120px;
    overflow:hidden;
    color:#fff;
}
.p24-success-preview:before,
.p24-success-preview:after{
    content:"";
    position:absolute;
    width:420px;
    height:420px;
    border:1px solid rgba(173,131,70,.18);
    border-radius:50%;
    pointer-events:none;
}
.p24-success-preview:before{left:-180px;top:-250px;}
.p24-success-preview:after{right:-180px;bottom:-260px;}
.p24-success-preview-inner{position:relative;z-index:1;max-width:1180px;}
.p24-success-header{text-align:center;max-width:760px;margin:0 auto 26px;}
.p24-success-header .p24-eyebrow{color:#d59a36;letter-spacing:.12em;font-weight:900;text-transform:uppercase;margin-bottom:8px;display:block;}
.p24-success-header h2{margin:0;color:#fff;font-size:40px;line-height:1.08;letter-spacing:-.035em;}
.p24-success-header p{margin:10px auto 0;color:rgba(255,255,255,.82);font-size:17px;line-height:1.45;max-width:650px;}
.p24-success-carousel-shell{position:relative;max-width:940px;margin:0;}
.p24-success-carousel{display:flex;gap:16px;overflow:hidden;scroll-behavior:smooth;padding:4px 1px 6px;}
.p24-success-card{flex:0 0 calc((100% - 32px)/3);background:#fff;border:1px solid rgba(255,255,255,.7);border-radius:10px;padding:20px 22px 18px;box-shadow:0 18px 38px rgba(0,0,0,.18);color:#071f55;min-height:230px;display:flex;flex-direction:column;}
.p24-success-stars{color:#d59a36;letter-spacing:3px;margin-bottom:14px;font-size:18px;line-height:1;}
.p24-success-quote{margin:0;color:#142038;font-size:18px;font-weight:700;line-height:1.28;letter-spacing:-.015em;}
.p24-success-rule{width:58px;height:2px;background:#d8b878;margin:16px 0 16px;}
.p24-success-person{display:flex;align-items:center;gap:14px;margin-top:auto;}
.p24-success-avatar{width:56px;height:56px;border-radius:50%;background:#f1e8d8;color:#101820;display:inline-flex;align-items:center;justify-content:center;font-size:15px;font-weight:900;letter-spacing:.18em;flex:0 0 56px;}
.p24-success-person strong{display:block;color:#101820;font-size:15px;font-weight:900;line-height:1.2;}
.p24-success-person em,.p24-success-person small{display:block;color:#465268;font-size:14px;font-style:normal;line-height:1.25;}
.p24-success-arrow{position:absolute;top:50%;transform:translateY(-50%);width:54px;height:54px;border:0;border-radius:50%;background:#fff;color:#ad8346;box-shadow:0 12px 30px rgba(0,0,0,.22);font-size:46px;line-height:42px;cursor:pointer;z-index:3;display:flex;align-items:center;justify-content:center;padding-bottom:6px;}
.p24-success-arrow-prev{left:-86px;}
.p24-success-arrow-next{right:-86px;}
.p24-success-arrow:hover{background:#f7f4ee;color:#071f55;}
.p24-success-dots{display:flex;justify-content:center;gap:14px;margin:14px 0 16px;}
.p24-success-dots button{width:12px;height:12px;border-radius:999px;border:0;background:rgba(255,255,255,.45);padding:0;cursor:pointer;}
.p24-success-dots button.is-active{background:#d59a36;}
.p24-success-read-more,.p24-success-read-more:hover{background:transparent!important;color:#d59a36!important;border:2px solid #d59a36!important;background-image:none!important;border-radius:999px;min-width:360px;height:50px;box-shadow:none!important;font-weight:900;}
.p24-success-read-more span{font-size:28px;line-height:0;margin-left:12px;}
@media(max-width:1160px){.p24-success-arrow-prev{left:-28px}.p24-success-arrow-next{right:-28px}.p24-success-carousel-shell{padding:0 48px}.p24-success-card{flex-basis:calc((100% - 32px)/3)}}
@media(max-width:900px){.p24-success-card{flex-basis:calc((100% - 16px)/2)}.p24-success-header h2{font-size:34px}.p24-success-carousel-shell{padding:0 38px}.p24-success-arrow{width:46px;height:46px;font-size:40px}.p24-success-read-more{min-width:0;width:100%;max-width:360px}}
@media(max-width:640px){.p24-success-preview{padding:48px 0}.p24-success-card{flex-basis:88%;min-height:220px}.p24-success-header h2{font-size:30px}.p24-success-header p{font-size:16px}.p24-success-carousel-shell{padding:0 22px}.p24-success-arrow{display:flex;width:42px;height:42px;font-size:36px;line-height:36px;top:48%;padding-bottom:4px}.p24-success-arrow-prev{left:0}.p24-success-arrow-next{right:0}.p24-success-quote{font-size:17px}}
.p24-success-page{background:#f7f4ee;}
.p24-success-page-hero{padding:76px 0;background:#071f55;color:#fff;text-align:center;}
.p24-success-page-hero h1{margin:0 auto 14px;max-width:850px;color:#fff;font-size:48px;line-height:1.08;letter-spacing:-.04em;}
.p24-success-page-hero p{margin:0;max-width:760px;color:rgba(255,255,255,.86);font-size:18px;line-height:1.6;}
.p24-success-page-content{padding:58px 0 78px;}
.p24-success-page-grid{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:34px;align-items:start;}
.p24-success-story-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;}
.p24-success-story-full{background:#fff;border-radius:18px;padding:28px;border:1px solid rgba(173,131,70,.18);box-shadow:0 18px 42px rgba(7,31,85,.07);min-height:430px;display:flex;flex-direction:column;}
.p24-success-story-full h2{margin:0 0 12px;color:#071f55;font-size:28px;line-height:1.18;}
.p24-success-story-full p{margin:0 0 16px;color:#5f6670;font-size:16px;line-height:1.62;}
.p24-success-story-full strong{color:#101820;}
.p24-success-sticky-panel{position:sticky;top:110px;background:#071f55;color:#fff;border-radius:18px;padding:30px;box-shadow:0 18px 42px rgba(7,31,85,.18);}
.p24-success-sticky-panel h2{margin:0 0 12px;color:#fff;font-size:28px;line-height:1.15;}
.p24-success-sticky-panel p{margin:0 0 20px;color:rgba(255,255,255,.86);line-height:1.55;}
.p24-success-sticky-panel ul{margin:0 0 24px;padding-left:19px;color:rgba(255,255,255,.92);line-height:1.7;}
.p24-success-sticky-panel .btn{width:100%;justify-content:center;background:#AD8346!important;color:#fff!important;border-color:#AD8346!important;background-image:none!important;}
@media(max-width:900px){.p24-success-card{flex-basis:calc((100% - 24px)/2)}.p24-success-page-grid{grid-template-columns:1fr}.p24-success-sticky-panel{position:static}.p24-success-page-hero h1{font-size:38px}}
@media(max-width:640px){.p24-success-preview{padding:54px 0}.p24-success-card{flex-basis:86%}.p24-success-heading-row{display:block}.p24-success-carousel-controls{margin-top:18px}.p24-success-page-hero h1{font-size:32px}.p24-success-story-full{padding:24px}}

/* Global Application Popup */
body.p24-application-open{overflow:hidden;}
.p24-application-popup{position:fixed;inset:0;z-index:99999;display:none;align-items:center;justify-content:center;padding:14px;background:rgba(247,244,237,.82);backdrop-filter:blur(8px);}
.p24-application-popup.is-open{display:flex;}
.p24-application-backdrop{position:absolute;inset:0;}
.p24-application-card{position:relative;z-index:1;width:min(520px,100%);max-height:calc(100vh - 28px);overflow:auto;background:#fff;border-radius:22px;padding:32px 36px 36px;border:1px solid rgba(173,131,70,.15);box-shadow:0 20px 60px rgba(0,0,0,.08);}
.p24-application-close{position:absolute;top:16px;right:18px;width:34px;height:34px;border:0;border-radius:50%;background:#f4f1eb;color:#071f55;font-size:26px;line-height:1;cursor:pointer;}
.p24-application-card h2{margin:0 42px 16px 0;color:#071f55;font-size:32px;line-height:1.08;font-weight:800;letter-spacing:-.04em;}
.p24-application-form{display:grid;gap:6px;}
.p24-application-form label{margin:0;color:#171717;font-size:16px;line-height:1.2;font-weight:500;}
.p24-application-form input,.p24-application-form textarea{width:100%;border:1px solid #dedede;border-radius:18px;background:#fcfbf8;color:#171717;font-size:18px;line-height:1.3;padding:12px 18px;box-shadow:inset 0 0 0 1px rgba(7,31,85,.03);outline:none;}
.p24-application-form input{min-height:52px;}
.p24-application-form textarea{min-height:84px;resize:vertical;}
.p24-application-form input::placeholder,.p24-application-form textarea::placeholder{color:#c8c8c8;opacity:1;}
.p24-application-form input:focus,.p24-application-form textarea:focus{border-color:#AD8346;box-shadow:0 0 0 3px rgba(173,131,70,.18);}
.p24-application-submit{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;min-height:54px;margin-top:8px;border:0;border-radius:9px;background:#AD8346;color:#fff;font-size:22px;font-weight:800;line-height:1;cursor:pointer;background-image:linear-gradient(90deg,#e0aa4c 0%,#bd7d21 100%);}
.p24-application-submit span{font-size:34px;font-weight:400;line-height:1;}
.p24-application-message{margin:-6px 0 12px;padding:12px 14px;border-radius:12px;font-size:15px;line-height:1.4;}
.p24-application-message.is-success{background:#eff8ef;color:#1e6b28;border:1px solid rgba(30,107,40,.18);}
.p24-application-message.is-error{background:#fff1f1;color:#9b1c1c;border:1px solid rgba(155,28,28,.18);}
@media(max-width:640px){.p24-application-popup{padding:14px}.p24-application-card{padding:34px 24px 30px;border-radius:22px}.p24-application-card h2{font-size:30px}.p24-application-form{gap:7px}.p24-application-form label{font-size:16px}.p24-application-form input,.p24-application-form textarea{font-size:18px;padding:13px 18px;border-radius:18px}.p24-application-form input{min-height:54px}.p24-application-form textarea{min-height:96px}.p24-application-submit{font-size:22px;min-height:56px}}
@media(max-width:420px){.p24-application-card{padding:34px 20px 28px}.p24-application-card h2{font-size:28px}.p24-application-form input,.p24-application-form textarea{font-size:17px;min-height:52px}.p24-application-form textarea{min-height:90px}.p24-application-submit{font-size:21px;min-height:54px}}

/* P24 application two-step trial checkout transition */
.p24-application-form{display:block;}
.p24-application-step{display:none;animation:p24AppStepIn .32s ease both;}
.p24-application-step.is-active{display:grid;gap:6px;}
.p24-application-step.is-leaving{animation:p24AppStepOut .22s ease both;}
@keyframes p24AppStepIn{from{opacity:0;transform:translateX(22px)}to{opacity:1;transform:translateX(0)}}
@keyframes p24AppStepOut{from{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-22px)}}
.p24-trial-step.is-active{gap:14px;}
.p24-trial-heading{display:flex;align-items:center;justify-content:center;gap:16px;margin:0 28px 6px 0;color:#071f55;}
.p24-trial-heading span{color:#AD8346;font-size:18px;line-height:1;}
.p24-trial-heading h2{margin:0;color:#071f55;font-size:28px;line-height:1.08;font-weight:800;letter-spacing:-.035em;text-align:center;}
.p24-trial-price-card{overflow:hidden;border:1.5px solid #AD8346;border-radius:30px;background:#fff6e9;text-align:center;color:#071f55;}
.p24-trial-pill{display:inline-flex;align-items:center;justify-content:center;margin:22px auto 14px;padding:7px 24px;border-radius:999px;background:#c8862a;color:#fff;font-size:17px;line-height:1;font-weight:800;}
.p24-trial-price{font-size:58px;line-height:.95;font-weight:800;letter-spacing:-.06em;color:#071f55;}
.p24-trial-subtitle{margin-top:10px;font-size:18px;line-height:1.2;color:#071f55;}
.p24-trial-renewal{margin-top:18px;padding:16px 18px;border-top:1px solid rgba(173,131,70,.22);font-size:17px;line-height:1.25;color:#444756;background:rgba(255,255,255,.32);}
.p24-trial-included-title{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;margin:12px 0 6px;color:#071f55;text-align:center;}
.p24-trial-included-title span{height:1px;background:#e5e5e5;}
.p24-trial-included-title strong{font-size:17px;line-height:1;font-weight:800;}
.p24-trial-list{display:grid;gap:8px;margin:0 0 8px;padding:0;list-style:none;color:#071f55;font-size:15px;line-height:1.2;}
.p24-trial-list li{position:relative;padding-left:28px;}
.p24-trial-list li:before{content:'✓';position:absolute;left:0;top:-1px;display:flex;align-items:center;justify-content:center;width:16px;height:16px;border:1.5px solid #AD8346;border-radius:50%;color:#8a632e;font-size:11px;font-weight:800;line-height:1;}
.p24-checkout-submit{margin-top:10px;}
.p24-trial-secure{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:0;color:#071f55;font-size:14px;line-height:1.3;}
.p24-application-back{justify-self:center;margin-top:0;border:0;background:transparent;color:#071f55;text-decoration:underline;font-size:13px;cursor:pointer;}
@media(max-width:640px){.p24-trial-heading h2{font-size:26px}.p24-trial-price{font-size:52px}.p24-trial-price-card{border-radius:26px}.p24-trial-renewal{font-size:16px}.p24-trial-list{font-size:15px}.p24-trial-step.is-active{gap:12px}}
@media(max-width:420px){.p24-trial-heading{gap:10px;margin-right:24px}.p24-trial-heading h2{font-size:24px}.p24-trial-price{font-size:48px}.p24-trial-pill{font-size:16px}.p24-trial-renewal{font-size:15px}}

/* Application fallback page */
.p24-application-page{background:#f7f3ec;padding:70px 20px;min-height:calc(100vh - 120px);}
.p24-application-page-shell{width:min(1120px,100%);margin:0;}
.p24-application-page-form{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,440px);gap:28px;align-items:start;}
.p24-application-page-card{background:#fff;border-radius:0;padding:34px 38px;box-shadow:0 20px 60px rgba(7,31,85,.10);}
.p24-application-page-card--form{display:grid;gap:8px;}
.p24-application-page-card h1{margin:0 0 14px;color:#071f55;font-size:38px;line-height:1.05;font-weight:800;letter-spacing:-.04em;}
.p24-application-page-card--form label{margin:0;color:#171717;font-size:16px;line-height:1.2;font-weight:500;}
.p24-application-page-card--form input,.p24-application-page-card--form textarea{width:100%;border:1px solid #dedede;border-radius:18px;background:#fcfbf8;color:#171717;font-size:18px;line-height:1.3;padding:12px 18px;box-shadow:inset 0 0 0 1px rgba(7,31,85,.03);outline:none;}
.p24-application-page-card--form input{min-height:52px;}
.p24-application-page-card--form textarea{min-height:96px;resize:vertical;}
.p24-application-page-card--form input::placeholder,.p24-application-page-card--form textarea::placeholder{color:#c8c8c8;opacity:1;}
.p24-application-page-card--form input:focus,.p24-application-page-card--form textarea:focus{border-color:#AD8346;box-shadow:0 0 0 3px rgba(173,131,70,.18);}
.p24-application-page-card--trial{position:sticky;top:28px;}
.p24-application-page-card--trial .p24-trial-heading h2{font-size:30px;}
@media(max-width:900px){.p24-application-page{padding:42px 16px}.p24-application-page-form{grid-template-columns:1fr}.p24-application-page-card{padding:30px 24px}.p24-application-page-card--trial{position:static}.p24-application-page-card h1{font-size:32px}}

/* v0.5.6.39 - Application fallback page step flow */
.p24-application-page-shell{width:min(760px,100%);}
.p24-application-page-form{display:block;max-width:760px;margin:0;}
.p24-application-page-card{width:100%;}
.p24-application-page-card--form{display:grid;gap:8px;}
.p24-application-page-card--trial{position:relative;top:auto;max-width:520px;margin:0;}
.p24-application-page-step{display:none;animation:p24AppStepIn .34s ease both;}
.p24-application-page-step.is-active{display:grid;}
.p24-application-page-step.is-leaving{animation:p24AppStepOut .22s ease both;}
.p24-application-page-card--form .p24-application-submit{margin-top:14px;}
.p24-application-page-noscript{display:grid;margin-top:28px;}
@media(max-width:900px){.p24-application-page-shell{width:min(760px,100%)}.p24-application-page-form{max-width:760px}.p24-application-page-card--trial{max-width:100%}}

/* v0.5.6.40 - Application fallback page desktop fit fix */
.p24-application-page{
    min-height:calc(100vh - 120px);
    padding:34px 20px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.p24-application-page-shell{width:min(680px,100%);}
.p24-application-page-form{max-width:680px;}
.p24-application-page-card{border-radius:22px;padding:26px 32px 28px;}
.p24-application-page-card h1{font-size:34px;margin-bottom:14px;}
.p24-application-page-card--form{gap:7px;}
.p24-application-page-card--form label{font-size:15px;}
.p24-application-page-card--form input,
.p24-application-page-card--form textarea{font-size:16px;padding:10px 16px;border-radius:16px;}
.p24-application-page-card--form input{min-height:46px;}
.p24-application-page-card--form textarea{min-height:78px;}
.p24-application-page-card--form .p24-application-submit{min-height:50px;margin-top:10px;font-size:20px;}
.p24-application-page-card--form .p24-application-submit span{font-size:30px;}
@media (min-width:901px) and (max-height:820px){
    .p24-application-page{padding:20px;align-items:center;}
    .p24-application-page-shell{width:min(620px,100%);}
    .p24-application-page-form{max-width:620px;}
    .p24-application-page-card{padding:22px 30px 24px;}
    .p24-application-page-card h1{font-size:30px;margin-bottom:12px;}
    .p24-application-page-card--form{gap:5px;}
    .p24-application-page-card--form label{font-size:14px;line-height:1.15;}
    .p24-application-page-card--form input,
    .p24-application-page-card--form textarea{font-size:15px;padding:9px 15px;border-radius:15px;}
    .p24-application-page-card--form input{min-height:42px;}
    .p24-application-page-card--form textarea{min-height:68px;}
    .p24-application-page-card--form .p24-application-submit{min-height:46px;margin-top:8px;font-size:18px;}
    .p24-application-page-card--form .p24-application-submit span{font-size:28px;}
}
@media(max-width:900px){
    .p24-application-page{display:block;padding:42px 16px;}
    .p24-application-page-card{padding:30px 24px;}
    .p24-application-page-card h1{font-size:32px;}
    .p24-application-page-card--form input{min-height:52px;}
    .p24-application-page-card--form textarea{min-height:96px;}
}

.p24-application-kicker{display:flex;align-items:center;gap:8px;color:#AD8346;font-weight:700;font-size:16px;margin:0 0 10px;}
.p24-application-intro{margin:0 0 18px;color:#4a4a4a;font-size:18px;line-height:1.5;}
.p24-application-security{margin-top:14px;text-align:center;color:#555;font-size:15px;}

/* v0.5.6.43 - Premium application form structure */
.p24-application-card{
    width:min(680px,100%);
    padding:34px 38px 28px;
    border-radius:0;
    border:1px solid rgba(173,131,70,.18);
    box-shadow:0 22px 70px rgba(7,31,85,.10);
}
.p24-application-close{
    top:18px;
    right:20px;
    width:38px;
    height:38px;
    background:#fbf8f1;
    border:1px solid rgba(173,131,70,.20);
    color:#071f55;
    font-size:28px;
}
.p24-application-header{
    display:grid;
    grid-template-columns:minmax(0,1fr) 130px;
    gap:24px;
    align-items:start;
    margin:0 0 14px;
}
.p24-application-kicker{
    display:flex;
    align-items:center;
    gap:8px;
    margin:0 0 16px;
    color:#bd7d21;
    font-size:15px;
    line-height:1.2;
    font-weight:800;
}
.p24-application-kicker span{font-size:18px;line-height:1;color:#d99b2b;}
.p24-application-card h2,
.p24-application-page-card h1{
    margin:0 0 10px;
    color:#071f55;
    font-size:30px;
    line-height:1.08;
    font-weight:800;
    letter-spacing:-.04em;
}
.p24-application-intro{
    margin:0;
    max-width:440px;
    color:#17233c;
    font-size:15px;
    line-height:1.55;
}
.p24-application-progress{
    padding-top:58px;
    text-align:center;
    color:#071f55;
}
.p24-application-progress strong{
    display:block;
    margin:0 0 11px;
    color:#bd7d21;
    font-size:14px;
    line-height:1;
    font-weight:800;
}
.p24-application-progress-line{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:space-between;
    width:76px;
    margin:0 auto 10px;
}
.p24-application-progress-line:before{
    content:"";
    position:absolute;
    left:12px;
    right:12px;
    top:50%;
    height:2px;
    background:#d99424;
    transform:translateY(-50%);
}
.p24-application-progress-line span,
.p24-application-progress-line i{
    position:relative;
    z-index:1;
    width:16px;
    height:16px;
    border-radius:50%;
    background:#d99424;
    border:2px solid #d99424;
}
.p24-application-progress-line i{
    background:#fff;
    border-color:#e1c7a5;
}
.p24-application-progress em{
    display:block;
    color:#5a6373;
    font-size:13px;
    line-height:1;
    font-style:normal;
}
.p24-application-step.is-active,
.p24-application-page-step.is-active{
    gap:0;
}

.p24-application-honeypot {
    position:absolute !important;
    left:-10000px !important;
    top:auto !important;
    width:1px !important;
    height:1px !important;
    overflow:hidden !important;
}
.p24-application-field{
    display:grid;
    gap:5px;
    margin:0 0 9px;
}
.p24-application-field label,
.p24-application-form label,
.p24-application-page-card--form label{
    margin:0;
    color:#111827;
    font-size:14px;
    line-height:1.15;
    font-weight:500;
}
.p24-application-control{
    position:relative;
    display:flex;
    align-items:stretch;
    width:100%;
    min-height:50px;
    border:1px solid rgba(173,131,70,.24);
    border-radius:10px;
    overflow:hidden;
    background:#fffdf9;
    transition:border-color .18s ease,box-shadow .18s ease,background .18s ease;
}
.p24-application-control:focus-within{
    border-color:#AD8346;
    box-shadow:0 0 0 3px rgba(173,131,70,.14);
    background:#fff;
}
.p24-field-icon{
    flex:0 0 52px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fffaf1;
    border-right:1px solid rgba(173,131,70,.15);
    color:#9a6a26;
}
.p24-field-icon svg,
.p24-secure-icon svg{
    display:block;
    width:20px;
    height:20px;
    fill:currentColor;
}
.p24-application-control input,
.p24-application-control select,
.p24-application-control textarea,
.p24-application-form .p24-application-control input,
.p24-application-form .p24-application-control select,
.p24-application-form .p24-application-control textarea,
.p24-application-page-card--form .p24-application-control input,
.p24-application-page-card--form .p24-application-control select,
.p24-application-page-card--form .p24-application-control textarea{
    flex:1 1 auto;
    min-width:0;
    width:auto;
    border:0;
    border-radius:0;
    background:transparent;
    box-shadow:none;
    padding:12px 18px;
    color:#17233c;
    font-size:16px;
    line-height:1.3;
    outline:none;
}
.p24-application-control input,
.p24-application-form .p24-application-control input,
.p24-application-page-card--form .p24-application-control input{
    min-height:48px;
}
.p24-application-control select,
.p24-application-form .p24-application-control select,
.p24-application-page-card--form .p24-application-control select{
    min-height:48px;
    appearance:auto;
}
.p24-application-control textarea,
.p24-application-form .p24-application-control textarea,
.p24-application-page-card--form .p24-application-control textarea{
    min-height:76px;
    resize:vertical;
}
.p24-application-control--textarea .p24-field-icon{
    align-items:center;
}
.p24-application-control input::placeholder,
.p24-application-control textarea::placeholder{
    color:#7b8492;
    opacity:.78;
}
.p24-application-submit{
    min-height:50px;
    margin-top:8px;
    border-radius:8px;
    font-size:20px;
    box-shadow:0 10px 24px rgba(189,125,33,.18);
}
.p24-application-submit:disabled{
    cursor:wait;
    opacity:.82;
}
.p24-application-secure{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    margin:14px 0 0;
    color:#263348;
    font-size:13px;
    line-height:1.2;
}
.p24-secure-icon{display:inline-flex;color:#d99424;}
.p24-secure-icon svg{width:15px;height:15px;}
.p24-application-page-card{
    border:1px solid rgba(173,131,70,.18);
    box-shadow:0 22px 70px rgba(7,31,85,.10);
}
.p24-application-page-card--form{
    gap:0;
}
.p24-application-page-card--form .p24-application-submit{margin-top:8px;}
@media(max-height:760px) and (min-width:641px){
    .p24-application-card{max-height:calc(100vh - 24px);padding:26px 34px 22px;}
    .p24-application-kicker{margin-bottom:10px;font-size:14px;}
    .p24-application-card h2{font-size:28px;margin-bottom:7px;}
    .p24-application-intro{font-size:14px;line-height:1.4;}
    .p24-application-header{margin-bottom:8px;}
    .p24-application-progress{padding-top:48px;}
    .p24-application-field{margin-bottom:6px;gap:4px;}
    .p24-application-field label{font-size:13px;}
    .p24-application-control{min-height:44px;}
    .p24-application-control input{min-height:42px;}
    .p24-application-control textarea{min-height:64px;}
    .p24-field-icon{flex-basis:46px;}
    .p24-application-submit{min-height:46px;font-size:19px;}
    .p24-application-secure{margin-top:10px;}
}
@media(max-width:640px){
    .p24-application-card{width:min(520px,100%);padding:32px 22px 26px;}
    .p24-application-header{display:block;margin-bottom:14px;}
    .p24-application-progress{display:none;}
    .p24-application-card h2,.p24-application-page-card h1{font-size:28px;}
    .p24-application-intro{font-size:14px;}
    .p24-field-icon{flex-basis:46px;}
    .p24-application-control input,.p24-application-control textarea{font-size:15px;padding:12px 14px;}
}

/* v0.5.6.44 - Premium trial step polish */
.p24-trial-step.is-active,
.p24-application-page-card--trial.is-active,
.p24-application-page-card--trial{
    gap:0;
}
.p24-trial-heading{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:14px;
    margin:0 48px 8px;
    color:#071f55;
}
.p24-trial-heading span{
    color:#AD8346;
    font-size:20px;
    line-height:1;
}
.p24-trial-heading h2{
    margin:0;
    color:#071f55;
    font-size:36px;
    line-height:1.03;
    font-weight:800;
    letter-spacing:-.045em;
    text-align:center;
}
.p24-trial-intro{
    margin:0 0 24px;
    color:#5b5f6a;
    font-size:18px;
    line-height:1.35;
    text-align:center;
}
.p24-trial-price-card{
    overflow:hidden;
    border:1.5px solid #c8862a;
    border-radius:22px;
    background:linear-gradient(180deg,#fff9ef 0%,#fff6ea 100%);
    text-align:center;
    color:#071f55;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.78);
}
.p24-trial-pill{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin:22px auto 16px;
    padding:8px 32px;
    border-radius:999px;
    background:linear-gradient(135deg,#dda43b 0%,#c78321 100%);
    color:#fff;
    font-size:17px;
    line-height:1;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.01em;
}
.p24-trial-price{
    font-size:68px;
    line-height:.92;
    font-weight:800;
    letter-spacing:-.065em;
    color:#071f55;
}
.p24-trial-subtitle{
    margin-top:12px;
    font-size:19px;
    line-height:1.2;
    color:#071f55;
}
.p24-trial-renewal{
    margin-top:24px;
    padding:18px 22px;
    border-top:1px solid rgba(173,131,70,.22);
    font-size:18px;
    line-height:1.25;
    color:#444756;
    background:rgba(255,255,255,.36);
}
.p24-trial-included-title{
    display:grid;
    grid-template-columns:1fr auto 1fr;
    align-items:center;
    gap:14px;
    margin:28px 0 22px;
    color:#071f55;
    text-align:center;
}
.p24-trial-included-title span{
    height:1px;
    background:linear-gradient(90deg,rgba(173,131,70,0),rgba(173,131,70,.34),rgba(173,131,70,0));
}
.p24-trial-included-title strong{
    position:relative;
    color:#071f55;
    font-size:21px;
    line-height:1;
    font-weight:800;
}
.p24-trial-included-title strong:before,
.p24-trial-included-title strong:after{
    content:'✦';
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    color:#d99b2b;
    font-size:11px;
}
.p24-trial-included-title strong:before{left:-28px;}
.p24-trial-included-title strong:after{right:-28px;}
.p24-trial-list{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    column-gap:34px;
    row-gap:16px;
    margin:0 28px 28px;
    padding:0;
    list-style:none;
    color:#071f55;
    font-size:17px;
    line-height:1.25;
}
.p24-trial-list li{
    position:relative;
    min-height:28px;
    display:flex;
    align-items:center;
    padding-left:40px;
}
.p24-trial-list li:before{
    content:'✓';
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    display:flex;
    align-items:center;
    justify-content:center;
    width:26px;
    height:26px;
    border:1.8px solid #c8862a;
    border-radius:50%;
    color:#b17828;
    background:#fffdf8;
    font-size:17px;
    font-weight:800;
    line-height:1;
}
.p24-checkout-submit{
    margin:4px 12px 0;
    min-height:58px;
    border-radius:9px;
    font-size:24px;
    box-shadow:0 16px 30px rgba(189,125,33,.18);
}
.p24-trial-secure{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    margin:22px auto 22px;
    color:#535b69;
    font-size:16px;
    line-height:1.3;
    text-align:center;
}
.p24-trial-secure span{
    color:#d99424;
    filter:saturate(.9);
}
.p24-application-back{
    justify-self:center;
    display:inline-flex;
    align-items:center;
    gap:10px;
    margin:0;
    padding:18px 24px 0;
    border:0;
    border-top:1px dashed rgba(173,131,70,.26);
    background:transparent;
    color:#071f55;
    text-decoration:none;
    font-size:16px;
    line-height:1.2;
    cursor:pointer;
}
.p24-application-back:hover{text-decoration:underline;}
.p24-application-back span{
    font-size:28px;
    line-height:.8;
}
.p24-trial-step .p24-application-back,
.p24-application-page-card--trial .p24-application-back{
    width:calc(100% - 24px);
    justify-content:flex-start;
}
.p24-trial-step.is-active{
    gap:0;
}
.p24-trial-step.is-active .p24-trial-heading h2{
    font-size:34px;
}
.p24-application-card .p24-trial-list{
    margin-left:18px;
    margin-right:18px;
    column-gap:22px;
    font-size:15px;
    row-gap:12px;
}
.p24-application-card .p24-trial-price{font-size:62px;}
.p24-application-card .p24-trial-heading h2{font-size:32px;}
.p24-application-card .p24-trial-intro{font-size:16px;margin-bottom:18px;}
.p24-application-card .p24-checkout-submit{min-height:52px;font-size:21px;}
.p24-application-page-card--trial{
    max-width:860px;
    padding:38px 46px 34px;
}
.p24-application-page-card--trial .p24-trial-heading h2{font-size:40px;}
.p24-application-page-card--trial .p24-trial-price-card{margin:0 34px;}
@media(max-width:760px){
    .p24-trial-heading{margin-left:34px;margin-right:34px;}
    .p24-trial-heading h2,.p24-application-page-card--trial .p24-trial-heading h2{font-size:30px;}
    .p24-trial-intro{font-size:16px;margin-bottom:18px;}
    .p24-trial-price{font-size:56px;}
    .p24-trial-renewal{font-size:16px;padding:16px 18px;}
    .p24-trial-list{grid-template-columns:1fr;margin-left:0;margin-right:0;gap:12px;font-size:16px;}
    .p24-application-card .p24-trial-list{grid-template-columns:1fr;margin-left:0;margin-right:0;}
    .p24-checkout-submit{margin-left:0;margin-right:0;font-size:21px;}
    .p24-application-page-card--trial{padding:32px 24px 28px;}
    .p24-application-page-card--trial .p24-trial-price-card{margin:0;}
}
@media(max-height:760px) and (min-width:641px){
    .p24-application-card .p24-trial-heading{margin-bottom:6px;}
    .p24-application-card .p24-trial-heading h2{font-size:30px;}
    .p24-application-card .p24-trial-intro{font-size:14px;margin-bottom:12px;}
    .p24-application-card .p24-trial-pill{margin:16px auto 12px;padding:7px 26px;font-size:15px;}
    .p24-application-card .p24-trial-price{font-size:54px;}
    .p24-application-card .p24-trial-subtitle{font-size:16px;margin-top:8px;}
    .p24-application-card .p24-trial-renewal{margin-top:16px;padding:13px 16px;font-size:15px;}
    .p24-application-card .p24-trial-included-title{margin:18px 0 14px;}
    .p24-application-card .p24-trial-included-title strong{font-size:18px;}
    .p24-application-card .p24-trial-list{row-gap:8px;font-size:14px;margin-bottom:18px;}
    .p24-application-card .p24-trial-list li{min-height:22px;padding-left:30px;}
    .p24-application-card .p24-trial-list li:before{width:20px;height:20px;font-size:13px;}
    .p24-application-card .p24-checkout-submit{min-height:46px;font-size:19px;}
    .p24-application-card .p24-trial-secure{margin:12px auto 12px;font-size:13px;}
    .p24-application-card .p24-application-back{padding-top:12px;font-size:13px;}
}


/* P24 application journey progress on trial step */
.p24-trial-progress{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:8px;
    margin:2px auto 18px;
    color:#071f55;
    text-align:center;
}
.p24-trial-progress strong{
    display:block;
    color:#bd7d21;
    font-size:14px;
    line-height:1;
    font-weight:800;
}
.p24-trial-progress-line{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:space-between;
    width:76px;
    margin:0;
}
.p24-trial-progress-line:before{
    content:"";
    position:absolute;
    left:12px;
    right:12px;
    top:50%;
    height:2px;
    background:#d99424;
    transform:translateY(-50%);
}
.p24-trial-progress-line span,
.p24-trial-progress-line i{
    position:relative;
    z-index:1;
    width:16px;
    height:16px;
    border-radius:50%;
    background:#d99424;
    border:2px solid #d99424;
}
.p24-trial-progress em{
    display:block;
    color:#5a6373;
    font-size:13px;
    line-height:1;
    font-style:normal;
}
.p24-trial-step .p24-trial-intro,
.p24-application-page-card--trial .p24-trial-intro{
    margin-bottom:10px;
}

/* v0.5.6.47 - Full Success Stories page premium redesign */
.p24-success-page{
    background:#f7f4ee;
    color:#071f55;
}
.p24-success-page-hero{
    position:relative;
    overflow:hidden;
    padding:24px 0 42px;
    background:radial-gradient(circle at 18% 20%,rgba(36,79,145,.36),transparent 32%),linear-gradient(135deg,#061d50 0%,#082a68 54%,#061d50 100%);
    color:#fff;
    text-align:left;
}
.p24-success-page-hero:after{
    content:'';
    position:absolute;
    right:-120px;
    top:-110px;
    width:820px;
    height:360px;
    pointer-events:none;
    opacity:.34;
    background:
        repeating-radial-gradient(ellipse at 70% 20%, transparent 0 29px, rgba(173,131,70,.75) 30px 31px, transparent 32px 58px);
    transform:rotate(-8deg);
}
.p24-success-page-hero .container{position:relative;z-index:1;max-width:1440px;}
.p24-success-breadcrumb{display:flex;align-items:center;gap:9px;margin:0 0 16px;color:rgba(255,255,255,.72);font-size:13px;font-weight:700;}
.p24-success-breadcrumb a{color:#d99b2b;text-decoration:none;}
.p24-success-breadcrumb a:hover{text-decoration:underline;}
.p24-success-breadcrumb span:last-child{color:rgba(255,255,255,.82);}
.p24-success-page-hero h1{
    margin:0 0 14px;
    max-width:760px;
    color:#fff;
    font-size:56px;
    line-height:.98;
    letter-spacing:-.055em;
    font-weight:900;
}
.p24-success-page-hero p{
    margin:0;
    max-width:620px;
    color:rgba(255,255,255,.88);
    font-size:20px;
    line-height:1.48;
    font-weight:500;
}
.p24-success-page-content{padding:28px 0 54px;background:#f7f4ee;}
.p24-success-page-content .container{max-width:1440px;}
.p24-success-page-grid{
    display:grid;
    grid-template-columns:minmax(0,1fr) 360px;
    gap:44px;
    align-items:start;
}
.p24-success-story-list{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:14px 18px;
}
.p24-success-story-full{
    display:flex;
    flex-direction:column;
    min-height:288px;
    background:#fff;
    border:1px solid rgba(7,31,85,.08);
    border-radius:8px;
    padding:22px 28px 18px;
    box-shadow:0 9px 26px rgba(7,31,85,.055);
    color:#071f55;
}
.p24-success-story-full .p24-success-stars,
.p24-success-story-full .p24-success-stars{color:#e2a02b;letter-spacing:3px;margin:0 0 8px;font-size:18px;line-height:1;}
.p24-success-story-full .p24-success-quote-mark{height:22px;color:#e2a02b;font-size:34px;font-weight:900;line-height:1;}
.p24-success-story-full .p24-success-quote{
    margin:0;
    color:#071f55;
    font-size:18px;
    font-weight:800;
    line-height:1.32;
    letter-spacing:-.012em;
}
.p24-success-story-full .p24-success-rule{width:24px;height:2px;background:#d99b2b;margin:18px 0 18px;}
.p24-success-story-full .p24-success-person{display:flex;align-items:center;gap:14px;margin-top:auto;}
.p24-success-story-full .p24-success-avatar{
    width:50px;
    height:50px;
    flex:0 0 50px;
    border-radius:50%;
    background:#071f55;
    color:#fff;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-size:14px;
    font-weight:900;
    letter-spacing:.06em;
    box-shadow:0 6px 16px rgba(7,31,85,.18);
}
.p24-success-story-full .p24-success-person strong{display:block;color:#071f55;font-size:15px;font-weight:900;line-height:1.16;}
.p24-success-story-full .p24-success-person em,
.p24-success-story-full .p24-success-person small{display:block;color:#071f55;font-size:13px;font-style:normal;line-height:1.28;font-weight:500;opacity:.9;}
.p24-success-sticky-panel{
    position:sticky;
    top:110px;
    background:#fff;
    color:#071f55;
    border:1px solid rgba(7,31,85,.08);
    border-radius:8px;
    padding:30px 28px 34px;
    box-shadow:0 10px 30px rgba(7,31,85,.055);
}
.p24-success-panel-heading{display:flex;align-items:center;justify-content:center;gap:12px;margin:0 0 22px;color:#071f55;}
.p24-success-panel-heading span{color:#d99b2b;font-size:16px;line-height:1;}
.p24-success-panel-heading h2{margin:0;color:#071f55;font-size:24px;line-height:1.08;font-weight:900;letter-spacing:-.035em;text-align:center;}
.p24-success-panel-price-card{overflow:hidden;border:1.5px solid #c8862a;border-radius:20px;background:linear-gradient(180deg,#fff9ef 0%,#fff6ea 100%);text-align:center;color:#071f55;}
.p24-success-panel-pill{display:inline-flex;align-items:center;justify-content:center;margin:20px auto 14px;padding:7px 24px;border-radius:999px;background:linear-gradient(135deg,#dda43b 0%,#c78321 100%);color:#fff;font-size:15px;line-height:1;font-weight:900;}
.p24-success-panel-price{font-size:56px;line-height:.92;font-weight:900;letter-spacing:-.065em;color:#071f55;}
.p24-success-panel-subtitle{margin-top:10px;font-size:18px;line-height:1.2;color:#071f55;}
.p24-success-panel-renewal{margin-top:18px;padding:15px 14px;border-top:1px solid rgba(173,131,70,.22);font-size:15px;line-height:1.25;color:#444756;background:rgba(255,255,255,.36);}
.p24-success-panel-included-title{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:14px;margin:28px 0 22px;color:#071f55;text-align:center;}
.p24-success-panel-included-title span{height:1px;background:#e5e5e5;}
.p24-success-panel-included-title strong{font-size:17px;line-height:1;font-weight:900;}
.p24-success-panel-list{display:grid;gap:14px;margin:0 0 34px;padding:0;list-style:none;color:#071f55;font-size:15px;line-height:1.25;}
.p24-success-panel-list li{position:relative;min-height:22px;display:flex;align-items:center;padding-left:30px;}
.p24-success-panel-list li:before{content:'✓';position:absolute;left:0;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:18px;height:18px;border:1.6px solid #ad8346;border-radius:50%;color:#8a632e;background:#fffdf8;font-size:12px;font-weight:900;line-height:1;}
.p24-success-panel-button,.p24-success-panel-button:hover{display:flex!important;align-items:center!important;justify-content:center!important;gap:12px!important;width:100%;min-height:58px;border-radius:8px!important;background:#AD8346!important;background-image:linear-gradient(90deg,#e0aa4c 0%,#bd7d21 100%)!important;color:#fff!important;border:0!important;font-size:20px!important;font-weight:900!important;box-shadow:0 16px 30px rgba(189,125,33,.18)!important;text-decoration:none!important;}
.p24-success-panel-button span{font-size:32px;font-weight:400;line-height:0;}
.p24-success-panel-secure{display:flex;align-items:center;justify-content:center;gap:10px;margin:20px 0 0;color:#071f55;font-size:13px;line-height:1.3;text-align:center;}
.p24-success-panel-secure span{color:#d99424;}
@media(max-width:1180px){
    .p24-success-page-grid{grid-template-columns:1fr;gap:28px;}
    .p24-success-sticky-panel{position:static;max-width:520px;margin:0;}
}
@media(max-width:900px){
    .p24-success-story-list{grid-template-columns:repeat(2,minmax(0,1fr));}
    .p24-success-page-hero h1{font-size:44px;}
    .p24-success-page-hero p{font-size:18px;}
}
@media(max-width:640px){
    .p24-success-page-hero{padding:22px 0 34px;}
    .p24-success-page-hero h1{font-size:36px;}
    .p24-success-story-list{grid-template-columns:1fr;}
    .p24-success-story-full{min-height:auto;padding:22px;}
    .p24-success-sticky-panel{padding:26px 20px;}
}

.p24-success-story-full .p24-story-footer{margin-top:auto;}
.p24-success-sticky-panel{background:#fff!important;color:#071f55!important;border:1px solid rgba(173,131,70,.18);padding:26px!important;}
.p24-success-sticky-panel h2,.p24-success-sticky-panel p,.p24-success-sticky-panel li{color:#071f55!important;}
@media(max-width:1100px){.p24-success-story-list{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:700px){.p24-success-story-list{grid-template-columns:1fr;}}


/* v0.5.6.49 Success Stories card shape fix - match approved compact card design */
.p24-success-page-content .container{
    max-width:1500px;
}
.p24-success-page-grid{
    grid-template-columns:minmax(0,1fr) 420px;
    gap:44px;
}
.p24-success-story-list{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:18px 22px;
    align-items:stretch;
}
.p24-success-story-full{
    min-height:310px!important;
    height:310px;
    padding:24px 36px 22px!important;
    border-radius:10px!important;
    overflow:hidden;
}
.p24-success-story-full .p24-success-stars{
    font-size:20px!important;
    letter-spacing:4px!important;
    margin-bottom:10px!important;
}
.p24-success-story-full .p24-success-quote-mark{
    height:22px!important;
    font-size:34px!important;
    margin-bottom:2px;
}
.p24-success-story-full .p24-success-quote{
    font-size:18px!important;
    line-height:1.28!important;
    font-weight:800!important;
    letter-spacing:-.015em!important;
    margin:0!important;
}
.p24-success-story-full .p24-success-rule{
    width:30px!important;
    margin:18px 0 18px!important;
}
.p24-success-story-full .p24-success-person{
    margin-top:auto!important;
    gap:14px!important;
}
.p24-success-story-full .p24-success-avatar{
    width:54px!important;
    height:54px!important;
    flex-basis:54px!important;
    font-size:15px!important;
}
.p24-success-story-full .p24-success-person strong{
    font-size:16px!important;
}
.p24-success-story-full .p24-success-person em,
.p24-success-story-full .p24-success-person small{
    font-size:14px!important;
    line-height:1.23!important;
}
@media(max-width:1180px){
    .p24-success-page-grid{grid-template-columns:1fr;}
    .p24-success-story-full{height:auto;min-height:300px!important;}
}
@media(max-width:900px){
    .p24-success-story-list{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:640px){
    .p24-success-story-list{grid-template-columns:1fr;}
    .p24-success-story-full{height:auto;min-height:auto!important;}
}

/* v0.5.6.50 Success Stories page card width fix
   The global .container was capped at 1120px, which made the testimonial columns too narrow.
   This override only affects the full Success Stories page. */
.p24-success-page-content > .container.p24-success-page-grid{
    width:min(1500px, calc(100% - 64px)) !important;
    max-width:none !important;
}
.p24-success-page-grid{
    grid-template-columns:minmax(0,1fr) 390px !important;
    gap:38px !important;
}
.p24-success-story-list{
    grid-template-columns:repeat(3, minmax(0, 1fr)) !important;
    gap:20px 24px !important;
}
.p24-success-story-full{
    height:auto !important;
    min-height:310px !important;
    padding:24px 34px 22px !important;
    overflow:visible !important;
}
.p24-success-story-full .p24-success-quote{
    font-size:17px !important;
    line-height:1.36 !important;
    font-weight:800 !important;
}
.p24-success-story-full .p24-success-stars{
    font-size:18px !important;
    letter-spacing:3px !important;
}
.p24-success-story-full .p24-success-quote-mark{
    font-size:32px !important;
    height:20px !important;
}
.p24-success-story-full .p24-success-rule{
    margin:16px 0 18px !important;
}
@media(max-width:1180px){
    .p24-success-page-content > .container.p24-success-page-grid{
        width:min(1040px, calc(100% - 40px)) !important;
    }
    .p24-success-page-grid{grid-template-columns:1fr !important;}
    .p24-success-sticky-panel{max-width:520px;margin:0;}
}
@media(max-width:900px){
    .p24-success-story-list{grid-template-columns:repeat(2, minmax(0, 1fr)) !important;}
}
@media(max-width:640px){
    .p24-success-page-content > .container.p24-success-page-grid{width:calc(100% - 28px) !important;}
    .p24-success-story-list{grid-template-columns:1fr !important;}
    .p24-success-story-full{min-height:auto !important;padding:22px !important;}
}


/* Success Story admin-driven image avatars */
.p24-success-avatar--image{overflow:hidden;padding:0;background:#f3eee5;}
.p24-success-avatar--image img{display:block;width:100%;height:100%;object-fit:cover;border-radius:inherit;}

.p24-trust-strip-mini .p24-trust-stars{display:inline-block;color:#AD8346!important;margin-right:10px;}

/* v0.5.6.68 - Complete Membership page */
.p24-complete-membership-body{margin:0;background:#f7f3ec;}
.p24-complete-membership-page{
    min-height:100vh;
    box-sizing:border-box;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:flex-start;
    padding:40px 5vw 40px;
    background:
        radial-gradient(circle at 14% 0%,rgba(255,255,255,.95),transparent 38%),
        linear-gradient(135deg,var(--p24-cm-bg) 0%,#fbf8f3 52%,var(--p24-cm-bg) 100%);
    color:var(--p24-cm-body);
}
.p24-complete-membership-page *{box-sizing:border-box;}
.p24-complete-membership-logo{display:flex;justify-content:center;align-items:center;margin:0 0 14px;text-align:center;}
.p24-complete-membership-logo .custom-logo-link{display:block;line-height:0;}
.p24-complete-membership-logo .custom-logo{width:auto;max-width:280px;max-height:72px;object-fit:contain;}
.p24-complete-membership-logo>a{display:flex;flex-direction:column;color:var(--p24-cm-navy);text-decoration:none;}
.p24-complete-membership-logo>a strong{font-size:40px;line-height:1;font-weight:800;}
.p24-complete-membership-logo>a span{margin-top:4px;font-size:16px;}
.p24-complete-membership-shell{
    width:min(1320px,100%);
    min-height:600px;
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(430px,.9fr);
    gap:58px;
    align-items:stretch;
    padding:48px 54px;
    border:1px solid rgba(173,131,70,.16);
    border-radius:26px;
    background:rgba(255,255,255,.94);
    box-shadow:0 24px 70px rgba(7,31,85,.09);
}
.p24-complete-membership-copy{display:flex;flex-direction:column;justify-content:flex-start;padding-right:48px;border-right:1px solid rgba(173,131,70,.16);}
.p24-complete-membership-welcome{align-self:flex-start;display:inline-flex;align-items:center;gap:12px;min-height:54px;padding:9px 20px;border:1px solid rgba(173,131,70,.4);border-radius:12px;color:var(--p24-cm-gold);background:#fffaf3;font-size:20px;line-height:1.2;font-weight:800;}
.p24-cm-user-icon{width:31px;height:31px;display:inline-flex;align-items:center;justify-content:center;color:var(--p24-cm-gold);}
.p24-cm-user-icon svg,.p24-cm-info-icon svg,.p24-cm-security-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;}
.p24-complete-membership-copy h1{max-width:620px;margin:30px 0 16px;color:var(--p24-cm-navy);font-size:58px;line-height:1.04;letter-spacing:-.045em;font-weight:800;}
.p24-complete-membership-intro{max-width:600px;margin:0;color:var(--p24-cm-body);font-size:20px;line-height:1.55;}
.p24-cm-divider{height:1px;margin:32px 0;background:rgba(173,131,70,.28);}
.p24-cm-info-row{display:grid;grid-template-columns:84px 1fr;gap:22px;align-items:center;}
.p24-cm-info-icon{width:84px;height:84px;display:flex;align-items:center;justify-content:center;padding:22px;border-radius:50%;color:var(--p24-cm-gold);background:#fff7eb;}
.p24-cm-info-row h2,.p24-cm-security-card h2{margin:0 0 8px;color:var(--p24-cm-navy);font-size:21px;line-height:1.2;font-weight:800;}
.p24-cm-info-row p,.p24-cm-security-card p{margin:0;color:var(--p24-cm-body);font-size:17px;line-height:1.55;}
.p24-cm-info-row strong{color:var(--p24-cm-gold);}
.p24-cm-security-card{display:grid;grid-template-columns:70px 1fr;gap:20px;align-items:center;margin-top:34px;padding:20px 24px;border:1px solid rgba(173,131,70,.28);border-radius:14px;background:#fffaf3;}
.p24-cm-security-icon{width:58px;height:58px;color:var(--p24-cm-gold);}
.p24-complete-membership-offer{position:relative;display:flex;align-items:center;padding-top:16px;}
.p24-cm-ribbon{position:absolute;z-index:2;top:0;left:50%;transform:translateX(-50%);min-width:320px;padding:12px 28px;border-radius:10px;background:#ad8346;box-shadow:0 10px 22px rgba(190,125,31,.18);color:#fff;text-align:center;text-transform:uppercase;font-size:17px;line-height:1.1;font-weight:800;letter-spacing:.035em;}
.p24-cm-offer-inner{width:100%;padding:62px 44px 30px;border:1.5px solid #ad8346;border-radius:20px;background:var(--p24-cm-card);text-align:center;}
.p24-cm-offer-inner>h2{margin:0 0 12px;color:var(--p24-cm-navy);font-size:29px;line-height:1.1;font-weight:800;}
.p24-cm-price{color:var(--p24-cm-navy);font-size:74px;line-height:1;font-weight:800;letter-spacing:-.055em;}
.p24-cm-renewal{margin:12px 0 22px;color:var(--p24-cm-body);font-size:19px;line-height:1.4;}
.p24-cm-renewal strong{color:var(--p24-cm-gold);}
.p24-cm-offer-divider{height:1px;margin-bottom:18px;background:rgba(173,131,70,.4);}
.p24-cm-feature-list{margin:0 0 26px;padding:0;list-style:none;text-align:left;}
.p24-cm-feature-list li{display:flex;align-items:center;gap:16px;padding:11px 0;border-bottom:1px solid rgba(173,131,70,.13);color:var(--p24-cm-navy);font-size:17px;line-height:1.25;}
.p24-cm-feature-list li:last-child{border-bottom:0;}
.p24-cm-feature-list li span{flex:0 0 28px;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:flex-start;border-radius:50%;background:#ad8346;color:#fff;font-weight:800;justify-content:center;}
.p24-cm-checkout-button{min-height:66px;display:flex;align-items:center;justify-content:center;gap:20px;padding:15px 24px;border-radius:11px;background:#ad8346;box-shadow:0 14px 30px rgba(190,125,31,.2);color:#fff!important;text-decoration:none!important;font-size:22px;line-height:1.15;font-weight:800;transition:transform .2s ease,box-shadow .2s ease;}
.p24-cm-checkout-button:hover{transform:translateY(-2px);box-shadow:0 18px 34px rgba(190,125,31,.26);}
.p24-cm-checkout-button span{font-size:31px;font-weight:400;}
.p24-cm-secure-line{margin:17px 0 0;color:#5c6573;font-size:15px;line-height:1.3;}
@media (max-height:820px) and (min-width:901px){
    .p24-complete-membership-page{padding-top:12px;padding-bottom:12px;}
    .p24-complete-membership-logo{margin-bottom:8px;}
    .p24-complete-membership-logo .custom-logo{max-height:56px;}
    .p24-complete-membership-shell{min-height:0;padding:28px 42px;gap:44px;}
    .p24-complete-membership-copy h1{margin-top:20px;font-size:48px;}
    .p24-complete-membership-intro{font-size:18px;}
    .p24-cm-divider{margin:22px 0;}
    .p24-cm-info-icon{width:70px;height:70px;padding:18px;}
    .p24-cm-info-row{grid-template-columns:70px 1fr;}
    .p24-cm-security-card{margin-top:22px;padding:15px 20px;}
    .p24-cm-offer-inner{padding:50px 38px 22px;}
    .p24-cm-price{font-size:64px;}
    .p24-cm-feature-list li{padding:8px 0;}
    .p24-cm-checkout-button{min-height:58px;font-size:20px;}
}
@media (max-width:900px){
    .p24-complete-membership-page{display:block;min-height:100vh;padding:24px 16px 36px;}
    .p24-complete-membership-logo{margin-bottom:18px;}
    .p24-complete-membership-shell{grid-template-columns:1fr;gap:38px;padding:30px 24px;}
    .p24-complete-membership-copy{padding-right:0;border-right:0;}
    .p24-complete-membership-copy h1{font-size:43px;}
    .p24-complete-membership-offer{padding-top:20px;}
    .p24-cm-ribbon{min-width:min(310px,85%);font-size:15px;}
}
@media (max-width:560px){
    .p24-complete-membership-page{padding:18px 10px 28px;}
    .p24-complete-membership-logo .custom-logo{max-width:220px;max-height:58px;}
    .p24-complete-membership-shell{padding:24px 17px;border-radius:20px;}
    .p24-complete-membership-welcome{font-size:16px;padding:8px 13px;}
    .p24-complete-membership-copy h1{font-size:36px;margin-top:24px;}
    .p24-complete-membership-intro{font-size:17px;}
    .p24-cm-info-row{grid-template-columns:58px 1fr;gap:15px;}
    .p24-cm-info-icon{width:58px;height:58px;padding:15px;}
    .p24-cm-security-card{grid-template-columns:50px 1fr;padding:16px;}
    .p24-cm-security-icon{width:46px;height:46px;}
    .p24-cm-offer-inner{padding:55px 20px 24px;}
    .p24-cm-price{font-size:61px;}
    .p24-cm-renewal{font-size:16px;}
    .p24-cm-feature-list li{font-size:15px;}
    .p24-cm-checkout-button{font-size:18px;}
}

/* v0.5.6.80 - Coach help section design */
.p24-help-with{background:#fbfaf7;padding:76px 0 60px}
.p24-help-with .container{max-width:1390px}
.p24-help-with h2{font-size:clamp(38px,4.5vw,64px);line-height:1.05;letter-spacing:-.045em;margin:0 0 22px;color:#07172b}
.p24-help-intro{max-width:800px;margin:0 auto 42px;text-align:center;white-space:pre-line;color:#3f4858;font-size:clamp(17px,1.55vw,22px);line-height:1.35}
.p24-help-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px 20px}
.p24-help-item{min-height:190px;border-radius:18px;padding:24px 30px 22px;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:18px;box-shadow:0 9px 22px rgba(7,23,43,.07);border:1px solid rgba(7,23,43,.08)}
.p24-help-icon{width:80px;height:80px;flex:0 0 80px;padding:16px;border-radius:50%;background:#f6f0e5;object-fit:contain}
.p24-help-item span{display:block;max-width:180px;font-size:23px;line-height:1.12;font-weight:900;color:#07172b;letter-spacing:-.025em}
.p24-help-with .p24-section-button-wrap{margin-top:26px}
.p24-help-with .btn-premium{min-width:260px;justify-content:center;background:#AD8346;color:#fff;font-size:22px;padding:17px 32px}
.p24-help-with .btn-premium:after{content:'→';font-size:28px;line-height:1;margin-left:14px}
.p24-help-with .btn-premium:hover{background:#00205A;color:#fff}
@media(max-width:980px){.p24-help-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.p24-help-with{padding:58px 0}.p24-help-intro{margin-bottom:30px}.p24-help-grid{grid-template-columns:1fr}.p24-help-item{min-height:150px;padding:22px 24px}.p24-help-icon{width:68px;height:68px;flex-basis:68px;padding:14px}.p24-help-item span{font-size:21px}.p24-help-with .btn-premium{min-width:0;width:100%;font-size:20px}}

/* =========================================================
   P24 custom membership summary panel (right column only)
   v0.5.6.83
   ========================================================= */
body.woocommerce-checkout .wc-block-checkout__sidebar{
    align-self:start;
}

body.woocommerce-checkout .p24-membership-panel{
    overflow:hidden;
    border:1px solid rgba(0,32,90,.16);
    border-radius:18px;
    background:#fff;
    box-shadow:0 18px 44px rgba(0,32,90,.10);
    color:#00205A;
}

body.woocommerce-checkout .p24-membership-panel__header{
    display:flex;
    align-items:center;
    gap:12px;
    padding:25px 28px;
    background:#00205A;
    border-bottom:3px solid #AD8346;
    color:#fff;
}

body.woocommerce-checkout .p24-membership-panel__header-icon{
    color:#AD8346;
    font-size:28px;
    line-height:1;
}

body.woocommerce-checkout .p24-membership-panel__header h2{
    margin:0;
    color:#fff;
    font-size:25px;
    line-height:1.2;
    font-weight:800;
}

body.woocommerce-checkout .p24-membership-panel__benefits{
    padding:25px 28px 22px;
    border-bottom:1px solid rgba(0,32,90,.12);
}

body.woocommerce-checkout .p24-membership-panel__benefits h3{
    margin:0 0 18px;
    color:#00205A;
    font-size:20px;
    line-height:1.3;
    font-weight:800;
}

body.woocommerce-checkout .p24-membership-panel__benefits ul{
    display:grid;
    gap:12px;
    margin:0;
    padding:0;
    list-style:none;
}

body.woocommerce-checkout .p24-membership-panel__benefits li{
    position:relative;
    margin:0;
    padding-left:31px;
    color:#1d2f4d;
    font-size:15px;
    line-height:1.45;
}

body.woocommerce-checkout .p24-membership-panel__benefits li::before{
    content:'✓';
    position:absolute;
    left:0;
    top:0;
    display:grid;
    place-items:center;
    width:20px;
    height:20px;
    border-radius:50%;
    background:#AD8346;
    color:#fff;
    font-size:12px;
    font-weight:900;
}

body.woocommerce-checkout .p24-membership-panel__pricing{
    padding:0 28px 24px;
    background:#fbf8f1;
}

body.woocommerce-checkout .p24-membership-panel__today{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    padding:24px 0 22px;
    border-bottom:1px solid rgba(173,131,70,.32);
}

body.woocommerce-checkout .p24-membership-panel__eyebrow{
    display:block;
    margin-bottom:5px;
    color:#AD8346;
    font-size:15px;
    line-height:1.2;
    font-weight:800;
}

body.woocommerce-checkout .p24-membership-panel__today strong{
    display:block;
    color:#00205A;
    font-size:18px;
    line-height:1.3;
}

body.woocommerce-checkout .p24-membership-panel__today-price{
    color:#00205A;
    font-size:36px;
    line-height:1;
    font-weight:900;
    white-space:nowrap;
}

body.woocommerce-checkout .p24-membership-panel__renewal{
    padding:22px 0 18px;
}

body.woocommerce-checkout .p24-membership-panel__renewal strong{
    display:block;
    margin:0 0 5px;
    color:#00205A;
    font-size:20px;
    line-height:1.3;
}

body.woocommerce-checkout .p24-membership-panel__renewal p,
body.woocommerce-checkout .p24-membership-panel__reassurance p{
    margin:0;
    color:#43516a;
    font-size:13px;
    line-height:1.5;
}

body.woocommerce-checkout .p24-membership-panel__reassurance{
    display:flex;
    align-items:flex-start;
    gap:12px;
    padding:16px;
    border:1px solid rgba(173,131,70,.28);
    border-radius:12px;
    background:#fff;
}

body.woocommerce-checkout .p24-membership-panel__reassurance > span{
    display:grid;
    place-items:center;
    flex:0 0 29px;
    width:29px;
    height:29px;
    border:2px solid #AD8346;
    border-radius:50%;
    color:#AD8346;
    font-weight:900;
}

body.woocommerce-checkout .p24-membership-panel__reassurance strong{
    display:block;
    margin-bottom:2px;
    color:#00205A;
    font-size:14px;
}

body.woocommerce-checkout .p24-membership-panel__footer{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    padding:23px 28px;
    background:#00205A;
    color:#fff;
}

body.woocommerce-checkout .p24-membership-panel__footer strong{
    color:#fff;
    font-size:18px;
}

body.woocommerce-checkout .p24-membership-panel__footer span{
    color:#AD8346;
    font-size:30px;
    line-height:1;
    font-weight:900;
    white-space:nowrap;
}

/* Keep WooCommerce and WPS data in the page for calculations and live updates,
   while replacing only their visible right-column presentation. */
body.woocommerce-checkout .wc-block-checkout__sidebar.p24-membership-panel-ready > .wc-block-components-checkout-order-summary,
body.woocommerce-checkout .wc-block-checkout__sidebar.p24-membership-panel-ready .p24-native-renewal-output{
    display:none !important;
}

@media (max-width:781px){
    body.woocommerce-checkout .p24-membership-panel__header,
    body.woocommerce-checkout .p24-membership-panel__benefits,
    body.woocommerce-checkout .p24-membership-panel__footer{
        padding-left:21px;
        padding-right:21px;
    }
    body.woocommerce-checkout .p24-membership-panel__pricing{
        padding-left:21px;
        padding-right:21px;
    }
    body.woocommerce-checkout .p24-membership-panel__today-price{
        font-size:32px;
    }
}

/* v0.5.6.85 - Standalone membership summary shortcode */
body.woocommerce-checkout .wp-block-shortcode:has(.p24-membership-panel--shortcode){
    margin:0;
}

body.woocommerce-checkout .p24-membership-panel--shortcode{
    width:100%;
    margin:0;
}

body.woocommerce-checkout .p24-membership-panel--shortcode .woocommerce-Price-amount{
    color:inherit;
    font:inherit;
}


/* v0.5.6.87 - Hide the native WPS renewal summary on checkout only */
body.woocommerce-checkout .wps_recurring_bifurcation_wrapper{
    display:none !important;
}


/* v0.5.6.90 - Hide default WooCommerce checkout totals (custom summary replaces it) */
body.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-totals-wrapper,
body.woocommerce-checkout .wc-block-components-order-summary,
body.woocommerce-checkout .wc-block-components-totals-coupon,
body.woocommerce-checkout .wc-block-components-order-summary-heading{
    display:none !important;
}


/* v0.5.6.91 - Hide remaining WooCommerce Blocks order summary text on checkout */
body.woocommerce-checkout .wc-block-components-checkout-order-summary__title-text{
    display:none !important;
}
body.woocommerce-checkout .wc-block-components-totals-wrapper .wc-block-components-order-summary-item,
body.woocommerce-checkout .wc-block-components-totals-wrapper .wc-block-components-totals-item:first-child{
    display:none !important;
}


/* v0.5.6.92 - Hide remaining WooCommerce order summary toggle on checkout */
body.woocommerce-checkout .wc-block-components-totals-coupon,
body.woocommerce-checkout .wc-block-components-totals-wrapper > .wc-block-components-totals-item:first-child,
body.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-panel,
body.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-checkout-return-to-cart-button,
body.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-order-summary,
body.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-collapsible,
body.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-order-summary-button{
    display:none !important;
}


/* v0.5.6.93 - Hide final WooCommerce checkout summary toggle */
body.woocommerce-checkout .wc-block-components-checkout-order-summary__title-icon,
body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-formatted-money-amount{
    display:none !important;
}

/* =====================================================
   v0.5.7.01 - Extended Career Coach profile content
   ===================================================== */
.p24-coach-profile-page{
    background:#f6f2eb;
    padding:0;
}
.p24-coach-profile{
    --p24-coach-profile-image:none;
    width:100%;
    min-height:900px;
    margin:0;
    display:grid;
    grid-template-columns:minmax(500px,46%) minmax(0,54%);
    overflow:hidden;
    border:none;
    background:#fff;
    box-shadow:none;
}
.p24-coach-profile__content{
    position:relative;
    z-index:2;
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:28px 38px 30px 46px;
    background:linear-gradient(90deg,#fff 0%,#fff 88%,rgba(255,255,255,.9) 100%);
}
.p24-coach-profile__identity{margin:0 0 16px;padding-bottom:14px;border-bottom:2px solid #AD8346;}
.p24-coach-profile__first-name{
    display:block;
    margin:0 0 19px;
    color:#AD8346;
    font-family:'Brittany Signature','Brittany',cursive;
    font-size:clamp(58px,5vw,92px);
    font-weight:400;
    line-height:.72;
}
.p24-coach-profile__surname{
    margin:0 0 13px;
    color:#07172b;
    font-size:clamp(34px,3vw,50px);
    font-weight:900;
    line-height:.9;
    letter-spacing:.12em;
    text-transform:uppercase;
}
.p24-coach-profile__role{
    margin:0;
    color:#07172b;
    font-size:16px;
    font-weight:900;
    line-height:1.2;
    letter-spacing:.18em;
    text-transform:uppercase;
}
.p24-coach-profile__details{display:grid;gap:16px;margin:0 0 20px;}
.p24-coach-profile__detail{display:grid;grid-template-columns:58px minmax(0,1fr);gap:14px;align-items:start;}
.p24-coach-profile__detail-icon{display:flex;align-items:flex-start;justify-content:center;color:#AD8346;}
.p24-coach-profile__detail-icon svg{width:46px;height:46px;fill:none;stroke:currentColor;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round;}
.p24-coach-profile__detail--location{align-items:center;}
.p24-coach-profile__detail h2{
    margin:0 0 8px;
    color:#07172b;
    font-size:16px;
    line-height:1.12;
    font-weight:900;
    letter-spacing:.1em;
    text-transform:uppercase;
}
.p24-coach-profile__detail p,.p24-coach-profile__detail li{
    color:#26384f;
    font-size:15px;
    line-height:1.4;
}
.p24-coach-profile__detail p{margin:0;}
.p24-coach-profile__detail ul{margin:0;padding-left:22px;}
.p24-coach-profile__detail li{margin:0 0 4px;}
.p24-coach-profile__detail li::marker{color:#AD8346;}
.p24-coach-profile__location{
    margin:0;
    color:#AD8346 !important;
    font-size:16px !important;
    font-weight:900;
    letter-spacing:.08em;
    text-transform:uppercase;
}
.p24-coach-profile__bio{margin:0;color:#26384f;font-size:15px;line-height:1.42;}
.p24-coach-profile__bio > *{margin-top:0;margin-bottom:10px;}
.p24-coach-profile__bio > *:last-child{margin-bottom:0;}
.p24-coach-profile__cta{
    align-self:flex-start;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:50px;
    padding:10px 26px;
    border-radius:999px;
    background:#AD8346;
    color:#fff;
    font-size:17px;
    font-weight:900;
    text-decoration:none;
    box-shadow:0 12px 28px rgba(173,131,70,.24);
}
.p24-coach-profile__cta:hover,.p24-coach-profile__cta:focus{background:#956f3b;color:#fff;}
.p24-coach-profile__portrait{
    min-height:900px;
    background-image:var(--p24-coach-profile-image);
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
}
.p24-coach-profile__portrait:empty{background-color:#e8dfd1;}
@media (max-width:900px){
    .p24-coach-profile-page{padding:24px 16px 42px;}
    .p24-coach-profile{min-height:0;grid-template-columns:1fr;}
    .p24-coach-profile__portrait{order:-1;min-height:460px;background-position:center top;}
    .p24-coach-profile__content{padding:38px 25px 44px;background:#fff;}
    .p24-coach-profile__first-name{font-size:78px;}
    .p24-coach-profile__surname{font-size:43px;}
    .p24-coach-profile__role{font-size:17px;}
    .p24-coach-profile__detail{grid-template-columns:52px minmax(0,1fr);gap:13px;}
    .p24-coach-profile__detail-icon svg{width:44px;height:44px;}
    .p24-coach-profile__detail h2{font-size:18px;}
    .p24-coach-profile__detail p,.p24-coach-profile__detail li,.p24-coach-profile__bio{font-size:16px;}
    .p24-coach-profile__location{font-size:18px !important;}
}


/* Career coach article archive — v0.5.7.06 */
.p24-coach-articles{background:#f5f2ec;padding:72px 34px 82px;}
.p24-coach-articles__inner{width:min(1480px,100%);margin:0 auto;}
.p24-coach-articles__title{margin:0 0 34px;color:#07172b;font-size:clamp(32px,3vw,48px);line-height:1.08;font-weight:900;text-align:center;}
.p24-coach-articles__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:26px;}
.p24-coach-article-card{display:flex;flex-direction:column;min-width:0;background:#fff;border:1px solid rgba(7,23,43,.1);border-radius:18px;overflow:hidden;box-shadow:0 14px 35px rgba(7,23,43,.08);}
.p24-coach-article-card__image{display:block;aspect-ratio:16/10;overflow:hidden;background:#e8dfd1;}
.p24-coach-article-card__image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .25s ease;}
.p24-coach-article-card__image:hover img,.p24-coach-article-card__image:focus img{transform:scale(1.035);}
.p24-coach-article-card__placeholder{display:block;width:100%;height:100%;background:linear-gradient(135deg,#00205A,#AD8346);}
.p24-coach-article-card__content{display:flex;flex:1;flex-direction:column;padding:22px 22px 24px;}
.p24-coach-article-card__date{margin:0 0 10px;color:#AD8346;font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;}
.p24-coach-article-card__title{margin:0 0 12px;font-size:22px;line-height:1.22;font-weight:900;}
.p24-coach-article-card__title a{color:#07172b;text-decoration:none;}
.p24-coach-article-card__title a:hover,.p24-coach-article-card__title a:focus{color:#AD8346;}
.p24-coach-article-card__excerpt{margin:0 0 20px;color:#405069;font-size:15px;line-height:1.55;}
.p24-coach-article-card__link{align-self:flex-start;margin-top:auto;color:#00205A;font-size:15px;font-weight:900;text-decoration:none;}
.p24-coach-article-card__link::after{content:' →';color:#AD8346;}
.p24-coach-article-card__link:hover,.p24-coach-article-card__link:focus{color:#AD8346;}
.p24-coach-articles__pagination{display:flex;justify-content:center;gap:8px;margin-top:42px;}
.p24-coach-articles__pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;padding:8px 14px;border:1px solid rgba(7,23,43,.15);border-radius:999px;background:#fff;color:#07172b;font-weight:800;text-decoration:none;}
.p24-coach-articles__pagination .page-numbers.current,.p24-coach-articles__pagination .page-numbers:hover,.p24-coach-articles__pagination .page-numbers:focus{border-color:#AD8346;background:#AD8346;color:#fff;}
@media (max-width:1050px){.p24-coach-articles__grid{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media (max-width:640px){.p24-coach-articles{padding:50px 18px 58px}.p24-coach-articles__grid{grid-template-columns:1fr;gap:20px}.p24-coach-articles__title{margin-bottom:26px}.p24-coach-articles__pagination{flex-wrap:wrap;margin-top:32px}}

/* =====================================================
   v0.5.7.09 - Dedicated single article template
   ===================================================== */
.p24-article-page{
    background:#f6f2eb;
    padding:0 0 84px;
}
.p24-article{
    color:#07172b;
}
.p24-article__header{
    padding:82px 24px 54px;
    background:#fff;
    text-align:center;
}
.p24-article__header-inner{
    width:min(980px,100%);
    margin:0 auto;
}
.p24-article__eyebrow{
    margin:0 0 18px;
    color:#AD8346;
    font-size:14px;
    font-weight:900;
    letter-spacing:.15em;
    text-transform:uppercase;
}
.p24-article__title{
    margin:0;
    color:#07172b;
    font-size:clamp(42px,5.2vw,76px);
    font-weight:900;
    line-height:1.04;
    letter-spacing:-.035em;
}
.p24-article__meta{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:9px;
    margin-top:24px;
    color:#637086;
    font-size:15px;
}
.p24-article__meta a{
    color:#00205A;
    font-weight:800;
    text-decoration:none;
}
.p24-article__meta a:hover,
.p24-article__meta a:focus{
    color:#AD8346;
}
.p24-article__featured-image{
    width:min(1280px,calc(100% - 48px));
    margin:0 auto;
    overflow:hidden;
    background:#e8dfd1;
    box-shadow:0 18px 50px rgba(7,23,43,.1);
}
.p24-article__featured-image img{
    display:block;
    width:100%;
    max-height:680px;
    object-fit:cover;
}
.p24-article__layout{
    width:min(1180px,calc(100% - 48px));
    margin:54px auto 0;
    display:grid;
    grid-template-columns:minmax(0,760px) minmax(260px,320px);
    justify-content:center;
    gap:64px;
    align-items:start;
}
.p24-article__content{
    color:#26384f;
    font-size:18px;
    line-height:1.78;
}
.p24-article__content > *:first-child{margin-top:0;}
.p24-article__content > *:last-child{margin-bottom:0;}
.p24-article__content h2,
.p24-article__content h3,
.p24-article__content h4{
    color:#07172b;
    font-weight:900;
    line-height:1.2;
}
.p24-article__content h2{margin:44px 0 16px;font-size:34px;}
.p24-article__content h3{margin:34px 0 14px;font-size:27px;}
.p24-article__content h4{margin:28px 0 12px;font-size:22px;}
.p24-article__content p,
.p24-article__content ul,
.p24-article__content ol,
.p24-article__content blockquote{
    margin:0 0 24px;
}
.p24-article__content a{color:#00205A;font-weight:700;}
.p24-article__content blockquote{
    padding:8px 0 8px 24px;
    border-left:4px solid #AD8346;
    color:#07172b;
    font-size:22px;
    font-weight:700;
    line-height:1.55;
}
.p24-article__content img{
    max-width:100%;
    height:auto;
    border-radius:12px;
}
.p24-article__coach{
    position:sticky;
    top:110px;
    padding:28px;
    border:1px solid rgba(7,23,43,.1);
    border-radius:18px;
    background:#fff;
    box-shadow:0 14px 35px rgba(7,23,43,.08);
    text-align:center;
}
.p24-article__coach-image{
    display:block;
    width:112px;
    height:112px;
    margin:0 auto 20px;
    overflow:hidden;
    border:4px solid #f0e6d8;
    border-radius:50%;
}
.p24-article__coach-image img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
}
.p24-article__coach-label{
    margin-bottom:7px;
    color:#AD8346;
    font-size:12px;
    font-weight:900;
    letter-spacing:.14em;
    text-transform:uppercase;
}
.p24-article__coach-name{
    margin:0;
    font-size:27px;
    line-height:1.15;
}
.p24-article__coach-name a{
    color:#07172b;
    text-decoration:none;
}
.p24-article__coach-role{
    margin:10px 0 20px;
    color:#637086;
    font-size:15px;
    line-height:1.45;
}
.p24-article__coach-link{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:46px;
    padding:10px 20px;
    border-radius:999px;
    background:#AD8346;
    color:#fff;
    font-weight:900;
    text-decoration:none;
}
.p24-article__coach-link:hover,
.p24-article__coach-link:focus{
    background:#956f3b;
    color:#fff;
}
.p24-article__footer{
    width:min(1180px,calc(100% - 48px));
    margin:52px auto 0;
    padding-top:28px;
    border-top:1px solid rgba(7,23,43,.14);
}
.p24-article__footer a{
    color:#00205A;
    font-weight:900;
    text-decoration:none;
}
.p24-article__footer a:hover,
.p24-article__footer a:focus{color:#AD8346;}
.p24-article__page-links{margin-top:36px;font-weight:800;}
@media (max-width:900px){
    .p24-article__header{padding:64px 20px 42px;}
    .p24-article__featured-image{width:calc(100% - 32px);}
    .p24-article__layout{width:calc(100% - 36px);grid-template-columns:1fr;gap:40px;margin-top:42px;}
    .p24-article__coach{position:static;}
    .p24-article__footer{width:calc(100% - 36px);}
}
@media (max-width:640px){
    .p24-article-page{padding-bottom:58px;}
    .p24-article__header{padding-top:48px;}
    .p24-article__title{font-size:40px;}
    .p24-article__meta{font-size:14px;}
    .p24-article__featured-image{width:100%;box-shadow:none;}
    .p24-article__layout{margin-top:34px;}
    .p24-article__content{font-size:17px;line-height:1.7;}
    .p24-article__content h2{font-size:29px;}
    .p24-article__content h3{font-size:24px;}
}
