:root {
    --ink: #17202c;
    --muted: #627084;
    --paper: #f7f3ec;
    --panel: #ffffff;
    --line: #ded8cc;
    --navy: #10243c;
    --blue: #1f6f8b;
    --blue-dark: #155873;
    --green: #6d8f3c;
    --orange: #d46a2f;
    --orange-soft: #fff0e5;
    --mist: #e8f1ee;
    --radius: 8px;
    --shadow: 0 18px 42px rgba(29, 39, 53, .11);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.62;
    background:
        linear-gradient(90deg, rgba(23, 32, 44, .045) 1px, transparent 1px),
        linear-gradient(180deg, rgba(23, 32, 44, .035) 1px, transparent 1px),
        var(--paper);
    background-size: 42px 42px;
}

a {
    color: var(--blue-dark);
    text-decoration-thickness: 1px;
    text-underline-offset: .18em;
}

a:hover {
    color: var(--orange);
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
.btn,
.navbar-brand {
    letter-spacing: 0;
}

h1 {
    max-width: 860px;
    margin-bottom: 1rem;
    font-size: clamp(1.72rem, 2.4vw, 2.15rem);
    font-weight: 760;
    line-height: 1.16;
}

h2 {
    margin-bottom: .8rem;
    font-size: clamp(1.3rem, 1.9vw, 1.72rem);
    font-weight: 740;
    line-height: 1.2;
}

h3 {
    font-size: 1.08rem;
    font-weight: 740;
    line-height: 1.28;
}

p {
    color: var(--muted);
}

.lead {
    max-width: 760px;
    color: #536173;
    font-size: 1.03rem;
    line-height: 1.68;
}

.btn {
    border-radius: 999px;
    padding: .75rem 1.08rem;
    font-weight: 760;
    line-height: 1.1;
}

.btn-lg {
    padding: .82rem 1.16rem;
    font-size: .98rem;
}

.btn-cta {
    border-color: var(--orange);
    background: var(--orange);
    color: #fff;
}

.btn-cta:hover,
.btn-cta:focus {
    border-color: #bd5624;
    background: #bd5624;
    color: #fff;
}

.btn-main {
    border-color: var(--blue);
    background: var(--blue);
    color: #fff;
}

.btn-main:hover,
.btn-main:focus {
    border-color: var(--blue-dark);
    background: var(--blue-dark);
    color: #fff;
}

.btn-outline-light {
    border-color: var(--navy);
    color: var(--navy);
}

.btn-outline-light:hover {
    border-color: var(--navy);
    background: var(--navy);
    color: #fff;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1030;
    border-bottom: 1px solid rgba(16, 36, 60, .12);
    background: rgba(247, 243, 236, .94);
    box-shadow: 0 10px 30px rgba(28, 38, 52, .08);
    backdrop-filter: blur(14px);
}

.navbar {
    padding: .75rem 0;
}

.navbar .container {
    gap: .85rem;
}

.navbar-brand {
    display: inline-flex;
    align-items: center;
    padding: .42rem .78rem;
    border: 1px solid rgba(16, 36, 60, .14);
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(28, 38, 52, .08);
}

.navbar-brand img {
    width: auto;
    height: 38px;
}

.navbar-toggler {
    border-color: rgba(16, 36, 60, .22);
    border-radius: 999px;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 .18rem rgba(31, 111, 139, .15);
}

.navbar-dark .navbar-toggler-icon {
    filter: invert(1);
}

.nav-link {
    border-radius: 999px;
    color: #405064 !important;
    font-size: .9rem;
    font-weight: 720;
    padding: .52rem .78rem !important;
}

.nav-link:hover,
.nav-link.active {
    color: var(--navy) !important;
    background: #fff;
}

.nav-link.active {
    box-shadow: inset 0 0 0 1px rgba(31, 111, 139, .2);
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    margin-bottom: .85rem;
    color: var(--orange);
    font-size: .72rem;
    font-weight: 840;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.eyebrow::before {
    content: "";
    width: 26px;
    height: 2px;
    background: currentColor;
}

.hero {
    position: relative;
    min-height: 620px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: var(--ink);
    background:
        linear-gradient(90deg, rgba(247, 243, 236, .98) 0 52%, rgba(247, 243, 236, .78) 52% 100%),
        var(--hero) right center/52% 100% no-repeat;
}

.hero::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: min(46vw, 680px);
    background:
        linear-gradient(180deg, rgba(16, 36, 60, .05), rgba(16, 36, 60, .18)),
        var(--hero) center/cover no-repeat;
    clip-path: polygon(16% 0, 100% 0, 100% 100%, 0 100%);
}

.hero::after {
    content: "PPL";
    position: absolute;
    right: clamp(18px, 4vw, 56px);
    bottom: 26px;
    color: rgba(255, 255, 255, .72);
    font-size: clamp(2.1rem, 5vw, 4.2rem);
    font-weight: 820;
    line-height: 1;
}

.hero .container {
    position: relative;
    z-index: 1;
}

.hero h1 {
    max-width: 760px;
    font-size: clamp(1.82rem, 2.7vw, 2.25rem);
}

.hero .lead {
    max-width: 650px;
    font-size: 1.03rem !important;
}

.hero-panel {
    position: relative;
    border: 1px solid rgba(16, 36, 60, .14);
    border-radius: var(--radius);
    padding: 24px;
    color: #fff;
    background: rgba(16, 36, 60, .92);
    box-shadow: var(--shadow);
}

.hero-panel::before {
    content: "Training brief";
    display: block;
    margin-bottom: 16px;
    color: rgba(255, 255, 255, .62);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.hero-panel strong {
    display: block;
    color: #fff;
    font-size: 1.32rem;
    line-height: 1.12;
}

.hero-panel span {
    color: rgba(255, 255, 255, .72);
}

.hero-panel hr {
    margin: 1rem 0;
    border-color: rgba(255, 255, 255, .24);
    opacity: 1;
}

.trust-strip {
    border-block: 1px solid var(--line);
    background: #fff;
    color: var(--ink);
    font-size: .9rem;
    font-weight: 760;
}

.trust-strip span {
    display: inline-flex;
    align-items: center;
    gap: .46rem;
}

.trust-strip span::before {
    content: "";
    width: .55rem;
    height: .55rem;
    border-radius: 2px;
    background: var(--green);
    transform: rotate(45deg);
}

.section {
    position: relative;
    padding: 64px 0;
}

.section + .section {
    border-top: 1px solid rgba(222, 216, 204, .78);
}

.section-alt,
.academy-band {
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .8), rgba(232, 241, 238, .7)),
        var(--mist);
}

main > .section:first-child,
main > article.section:first-child,
main.section {
    overflow: hidden;
    border-bottom: 1px solid var(--line);
    background:
        linear-gradient(90deg, rgba(247, 243, 236, .98) 0 64%, rgba(247, 243, 236, .68) 64%),
        url("https://images.unsplash.com/photo-1529070538774-1843cb3265df?auto=format&fit=crop&w=1300&q=75") right center/40% 100% no-repeat;
}

main > .section:first-child::after,
main > article.section:first-child::after,
main.section::after {
    content: "";
    position: absolute;
    right: clamp(16px, 5vw, 72px);
    bottom: 20px;
    width: 168px;
    height: 10px;
    border-radius: 999px;
    background:
        linear-gradient(90deg, var(--orange) 0 28%, transparent 28% 36%, var(--blue) 36% 68%, transparent 68% 76%, var(--green) 76%);
}

.layout-ribbon {
    border-top: 0;
}

.layout-ribbon::before {
    content: "Orlando";
    position: absolute;
    right: clamp(16px, 6vw, 84px);
    top: 24px;
    color: rgba(16, 36, 60, .18);
    font-size: clamp(1.6rem, 4vw, 3rem);
    font-weight: 820;
    line-height: 1;
    text-transform: uppercase;
}

.section-dark {
    color: #fff;
    background:
        linear-gradient(110deg, rgba(16, 36, 60, .97), rgba(16, 36, 60, .8)),
        url("https://images.unsplash.com/photo-1497215842964-222b430dc094?auto=format&fit=crop&w=1300&q=75") center/cover no-repeat;
}

main > .section.section-dark:first-child {
    color: #fff;
    background:
        linear-gradient(110deg, rgba(16, 36, 60, .97), rgba(16, 36, 60, .8)),
        url("https://images.unsplash.com/photo-1497215842964-222b430dc094?auto=format&fit=crop&w=1300&q=75") center/cover no-repeat;
}

.section-dark p,
.section-dark .lead {
    color: rgba(255, 255, 255, .78);
}

.section-dark .feature-card {
    color: var(--ink);
}

.feature-card,
.post-card,
.stat-card,
.path-card,
.locator-panel,
.faq details {
    height: 100%;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 10px 26px rgba(29, 39, 53, .06);
}

.feature-card,
.post-card,
.path-card,
.locator-panel {
    padding: 24px;
}

.feature-card,
.post-card {
    position: relative;
    overflow: hidden;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.feature-card::after,
.post-card::after {
    content: "";
    position: absolute;
    right: 18px;
    top: 18px;
    width: 30px;
    height: 30px;
    border: 2px solid rgba(31, 111, 139, .18);
    border-radius: 50%;
}

.feature-card:hover,
.post-card:hover {
    transform: translateY(-3px);
    border-color: rgba(31, 111, 139, .28);
    box-shadow: var(--shadow);
}

.feature-card ul {
    margin: 0 0 1.35rem;
    padding-left: 1.15rem;
    color: var(--muted);
}

.post-card a,
.article-body a:not(.btn) {
    font-weight: 760;
}

.stat-card {
    min-height: 112px;
    padding: 20px;
    border-left: 4px solid var(--green);
    background: #fff;
}

.stat-card strong {
    display: block;
    color: var(--blue);
    font-size: 1.48rem;
    line-height: 1.1;
}

.stat-card span {
    color: var(--muted);
}

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

.path-card {
    position: relative;
    padding: 22px 20px;
    background:
        linear-gradient(180deg, #fff, #fbfaf6);
}

.path-card span {
    display: inline-grid;
    place-items: center;
    width: 34px;
    height: 34px;
    margin-bottom: 14px;
    border: 1px solid rgba(212, 106, 47, .26);
    border-radius: 50%;
    background: var(--orange-soft);
    color: var(--orange);
    font-size: .9rem;
    font-weight: 820;
}

.split-band {
    padding: 44px 0;
    color: #fff;
    background:
        linear-gradient(90deg, var(--navy), var(--blue-dark));
}

.split-band p {
    color: rgba(255, 255, 255, .78);
}

.split-band .eyebrow {
    color: #f4b180;
}

.article-body {
    max-width: 850px;
}

.article-body h2 {
    margin-top: 2.1rem;
    padding-top: 1.15rem;
    border-top: 1px solid var(--line);
}

.faq details {
    padding: 18px 20px;
    margin-bottom: 12px;
}

.faq summary {
    cursor: pointer;
    color: var(--ink);
    font-weight: 760;
}

.faq details[open] {
    border-color: rgba(31, 111, 139, .34);
    background: #fff;
}

label,
.form-label {
    color: #273345;
    font-weight: 720;
}

.form-control,
.form-select {
    min-height: 46px;
    border-color: #d8dfe4;
    border-radius: 6px;
    background-color: #fff;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--blue);
    box-shadow: 0 0 0 .2rem rgba(31, 111, 139, .14);
}

.site-footer {
    padding: 50px 0;
    color: rgba(255, 255, 255, .72);
    background:
        linear-gradient(180deg, #10243c, #091522);
}

.site-footer p {
    color: rgba(255, 255, 255, .68);
}

.site-footer a {
    display: block;
    width: fit-content;
    margin: .38rem 0;
    color: rgba(255, 255, 255, .86);
    text-decoration: none;
}

.site-footer a:hover {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: .24em;
}

.site-footer img {
    width: auto;
    height: 46px;
    padding: .34rem .58rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
}

.footer-title {
    margin-bottom: .85rem;
    color: #fff;
    font-size: .84rem;
    font-weight: 820;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.mobile-cta {
    display: none;
}

@media (max-width: 1199px) {
    .navbar-collapse {
        padding-top: .78rem;
    }

    .navbar-nav {
        align-items: stretch !important;
        gap: .2rem;
    }

    .navbar .btn-cta {
        margin-top: .5rem;
    }
}

@media (max-width: 991px) {
    .hero {
        min-height: auto;
        padding: 66px 0;
        background:
            linear-gradient(180deg, rgba(247, 243, 236, .97), rgba(247, 243, 236, .9)),
            var(--hero) center/cover no-repeat;
    }

    .hero::before {
        inset: auto 0 0;
        width: 100%;
        height: 38%;
        opacity: .18;
        clip-path: none;
    }

    .hero::after {
        display: none;
    }

    .hero-panel {
        margin-top: 22px;
    }

    .section {
        padding: 50px 0;
    }

    main > .section:first-child,
    main > article.section:first-child,
    main.section {
        background:
            linear-gradient(180deg, rgba(247, 243, 236, .98), rgba(247, 243, 236, .9)),
            url("https://images.unsplash.com/photo-1529070538774-1843cb3265df?auto=format&fit=crop&w=1000&q=70") center/cover no-repeat;
    }

    main > .section.section-dark:first-child {
        background:
            linear-gradient(110deg, rgba(16, 36, 60, .97), rgba(16, 36, 60, .82)),
            url("https://images.unsplash.com/photo-1497215842964-222b430dc094?auto=format&fit=crop&w=1000&q=70") center/cover no-repeat;
    }

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

    .mobile-cta {
        display: none;
    }
}

@media (max-width: 575px) {
    body {
        font-size: 15px;
    }

    h1 {
        font-size: 1.62rem;
    }

    h2 {
        font-size: 1.25rem;
    }

    .lead,
    .hero .lead {
        font-size: 1rem !important;
    }

    .navbar-brand img {
        height: 34px;
    }

    .hero {
        padding: 52px 0;
    }

    .layout-ribbon::before {
        display: none;
    }

    .path-grid {
        grid-template-columns: 1fr;
    }

    .feature-card,
    .post-card,
    .path-card,
    .locator-panel {
        padding: 20px;
    }
}
