:root {
    --navy: #2c3038;
    --navy-2: #3a3f48;
    --red: #7b5cff;
    --red-dark: #6246e8;
    --gold: #f5a623;
    --ink: #2c3038;
    --muted: #6b7280;
    --line: #e5e7eb;
    --bg: #f4f5f7;
    --white: #fff;
    --purple: #7b5cff;
    --green: #2bb673;
    --orange: #f5a623;
    --blue: #2f8dff;
    --shadow: 0 12px 30px rgba(44, 48, 56, 0.08);
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; max-width: 100%; }
html { overflow-x: hidden; }
body {
    font-family: var(--app-font-body, "Source Sans 3"), "Source Sans 3", sans-serif;
    color: var(--ink);
    background: var(--white);
    line-height: 1.6;
    overflow-x: hidden;
}
img, video, iframe { max-width: 100%; }
img { height: auto; display: block; }
a { color: var(--red); text-decoration: none; }
h1, h2, h3, h4, .brand strong {
    font-family: var(--app-font-heading, Outfit, sans-serif);
    line-height: 1.2;
    color: var(--navy);
}
.container { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 40;
    color: #fff;
    background:
        linear-gradient(105deg, color-mix(in srgb, var(--purple) 28%, transparent) 0%, color-mix(in srgb, var(--blue) 16%, transparent) 38%, color-mix(in srgb, var(--green) 12%, transparent) 72%, transparent 100%),
        linear-gradient(180deg, var(--header-bg, var(--navy)) 0%, var(--navy-2) 100%);
    border-bottom: 0;
    box-shadow: 0 10px 28px rgba(16, 20, 28, 0.22);
}
.site-header::before,
.site-header::after {
    content: "";
    display: block;
    height: 4px;
    background: linear-gradient(90deg, var(--purple), var(--blue), var(--green), var(--orange), var(--purple));
}
.site-header::before { height: 3px; }
.header-inner {
    display: flex;
    align-items: center;
    gap: 20px;
    min-height: 78px;
    position: relative;
}
.brand {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    background: #fff;
    border-radius: 14px;
    padding: 6px 10px;
    box-shadow: 0 6px 16px rgba(0,0,0,0.12);
}
.brand img { width: auto; height: 56px; max-width: min(260px, 42vw); object-fit: contain; }
.site-nav {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-left: auto;
}
.header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}
.site-nav > a,
.nav-dropdown > a {
    color: #f3f5f8;
    font-family: var(--app-font-heading, Outfit, sans-serif);
    font-weight: 600;
    letter-spacing: 0.01em;
    padding: 9px 14px;
    border-radius: 999px;
    transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}
.site-nav > a:hover,
.nav-dropdown:hover > a,
.nav-dropdown:focus-within > a {
    color: #fff;
    background: rgba(255,255,255,0.12);
}
.site-nav > a.active,
.nav-dropdown.active > a,
.site-nav > a.active:hover {
    color: #fff;
    background: linear-gradient(135deg, var(--purple), var(--blue));
    box-shadow: 0 8px 18px color-mix(in srgb, var(--purple) 28%, transparent);
}
.nav-dropdown { position: relative; }
.nav-dropdown-menu {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    min-width: 210px;
    background: #fff;
    border: 1px solid var(--line);
    border-top: 3px solid var(--purple);
    border-radius: 14px;
    box-shadow: 0 16px 36px rgba(16, 20, 28, 0.16);
    padding: 8px;
    z-index: 50;
}
.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu { display: grid; }
.nav-dropdown-menu a {
    color: var(--navy);
    padding: 10px 12px;
    border-radius: 10px;
    white-space: nowrap;
}
.nav-dropdown-menu a:hover,
.nav-dropdown-menu a.active {
    background: #f4f1ff;
    color: var(--purple);
}
.nav-mobile-extras { display: none; }
.nav-toggle {
    display: none;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid rgba(255,255,255,0.28);
    border-radius: 12px;
    background: rgba(255,255,255,0.1);
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.nav-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: transform 0.2s ease, opacity 0.2s ease;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.footer-logo {
    display: inline-flex;
    background: #fff;
    border-radius: 12px;
    padding: 8px 12px;
    margin-bottom: 12px;
}
.footer-logo img { height: 88px; width: auto; max-width: 320px; object-fit: contain; }
.hero-actions {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
}
.breadcrumbs { padding: 16px 0 0; }
.breadcrumbs ol {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0;
    margin: 0;
    font-size: 0.92rem;
    font-weight: 700;
}
.breadcrumbs li:not(:last-child)::after { content: "/"; margin-left: 8px; color: var(--muted); }
.breadcrumbs a { color: var(--purple); }
.local-map { margin: 0; }
.local-map iframe {
    width: 100%;
    min-height: 280px;
    border: 0;
    border-radius: 18px;
}
.local-map figcaption { margin-top: 8px; font-weight: 700; }
.city-hub-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 24px;
}
.city-hub-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 24px;
    box-shadow: var(--shadow);
}
.city-hub-card.theme-purple { border-top: 6px solid var(--purple); }
.city-hub-card.theme-green { border-top: 6px solid var(--green); }
.city-hub-card.theme-orange { border-top: 6px solid var(--orange); }
.city-hub-card.theme-blue { border-top: 6px solid var(--blue); }
.city-hub-card h3 { margin-top: 0; }
.city-hub-nap { color: var(--muted); font-weight: 700; }
.city-hub-card .btn { margin-top: 8px; }

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    padding: 12px 22px;
    font-weight: 700;
    cursor: pointer;
}
.btn-red, .btn-checkout { background: var(--purple); color: #fff; }
.btn-red:hover, .btn-checkout:hover { background: var(--red-dark); color: #fff; }
.btn-ghost, .btn-light {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.55);
}
.btn-light { background: #fff; color: var(--navy); border: 0; }

.hero {
    background:
        linear-gradient(90deg, rgba(44,48,56,0.88), rgba(44,48,56,0.45)),
        var(--hero-image) center/cover no-repeat;
    color: #fff;
    padding: 88px 0;
}
.hero-photos,
.hero-video {
    position: relative;
    min-height: 0;
    padding: 0;
    overflow: hidden;
    background: var(--navy);
}
.hero-slides { position: absolute; inset: 0; }
.hero-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1.1s ease;
}
.hero-slide.is-active { opacity: 1; }
.hero-photos .hero-overlay {
    background: linear-gradient(90deg, color-mix(in srgb, var(--navy) 88%, transparent), color-mix(in srgb, var(--navy) 38%, transparent));
}
.hero-video video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-overlay {
    position: relative;
    z-index: 1;
    min-height: 0;
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, rgba(44,48,56,0.82), rgba(44,48,56,0.38));
    padding: 36px 0 32px;
}
.hero h1, .hero .lede { color: #fff; }
.hero h1 { font-size: clamp(2.1rem, 5vw, 4rem); max-width: 16ch; }
.language-select {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
}
.language-select label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    white-space: nowrap;
}
.language-select svg { flex-shrink: 0; }
.language-select select {
    appearance: none;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23111111' d='M1 1l5 5 5-5'/%3E%3C/svg%3E") no-repeat right 10px center;
    color: var(--navy);
    font: inherit;
    font-weight: 700;
    padding: 8px 28px 8px 12px;
    min-width: 168px;
    cursor: pointer;
}
.language-select select:focus {
    outline: 2px solid var(--purple);
    outline-offset: 2px;
}
.language-select noscript button {
    background: var(--purple);
    color: #fff;
    border: 0;
    border-radius: 999px;
    padding: 6px 10px;
    font-weight: 800;
    cursor: pointer;
}
.language-select--header {
    padding: 4px 6px 4px 12px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.22);
    border-radius: 999px;
}
.language-select--header label { color: #fff; }
.language-select--header select {
    background-color: #fff;
    border-color: transparent;
    min-width: 156px;
}
.language-select--footer-bottom {
    margin-top: 0;
    padding: 8px 12px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 12px;
    color: #fff;
}
.language-select--footer-bottom label { color: #fff; }
.language-select--footer-bottom select {
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23ffffff' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
    border-color: rgba(255,255,255,0.35);
    color: #fff;
}
.language-select--footer-bottom select option { color: #111; }
.footer-bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}
[dir="rtl"] .language-select select {
    background-position: left 10px center;
    padding: 8px 12px 8px 28px;
}
.lede, .intro { font-size: 1.15rem; color: var(--muted); max-width: 70ch; }
.eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 700;
    color: var(--gold);
    margin: 0 0 10px;
}
.hero-actions { justify-content: flex-start; margin-top: 28px; }
.hero-cities { margin-top: 32px; }
.hero-cities-label {
    margin: 0 0 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.82rem;
    color: rgba(255,255,255,0.86);
}
.hero .location-btn {
    background: rgba(255,255,255,0.94);
    min-width: 140px;
    padding: 12px 16px;
}
.hero .location-btn:hover,
.hero .location-btn.active {
    color: #fff;
}

.section { padding: 72px 0; }
.section.alt { background: var(--bg); }
.section h2 { font-size: 2rem; margin-top: 0; }
.split { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 36px; align-items: start; }
.feature-list, .site-footer ul { list-style: none; padding: 0; margin: 0; }
.feature-list li, .card, .product-card, .contact-form, .contact-aside {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 20px;
    box-shadow: var(--shadow);
}
.feature-list { display: grid; gap: 12px; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card-grid.four { grid-template-columns: repeat(4, 1fr); }
.card, .product-card { display: block; color: inherit; overflow: hidden; }
.card-photo {
    width: calc(100% + 40px);
    max-width: none;
    margin: -20px -20px 14px;
    height: 180px;
    object-fit: cover;
    background: #d7e0ea;
    display: block;
}
.blog-hero-photo {
    width: 100%;
    max-height: 420px;
    object-fit: cover;
    border-radius: 18px;
    margin: 0 0 24px;
}
.wp-content img { border-radius: 12px; margin: 16px 0; }
.product-card { padding: 0; }
.product-card img, .product-fallback {
    width: 100%;
    height: 190px;
    object-fit: cover;
    background: #d7e0ea;
}
.product-card-body { padding: 18px; }
.card time, .card span { color: var(--red); font-weight: 700; font-size: 0.92rem; }
.price { font-size: 1.3rem; font-weight: 800; color: var(--navy); }
.price s { color: var(--muted); font-weight: 600; margin-right: 8px; }
.price.large { font-size: 2rem; }
.table-wrap { overflow-x: auto; margin: 20px 0 48px; }
table { width: 100%; border-collapse: collapse; background: #fff; }
th, td { text-align: left; padding: 14px 16px; border-bottom: 1px solid var(--line); }
th { background: var(--navy); color: #fff; }

.cta-band {
    background: var(--bg);
    color: var(--ink);
    padding: 64px 0;
    text-align: center;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}
.cta-band h2 { color: var(--navy); }
.cta-band p { color: var(--muted); max-width: 70ch; margin-left: auto; margin-right: auto; }
.page-hero {
    background: var(--bg);
    border-bottom: 1px solid var(--line);
    padding: 48px 0;
}
.page-hero h1 { color: var(--navy); }
.page-hero p { color: var(--muted); max-width: 70ch; }
.page-hero .eyebrow { color: var(--purple); }
.page-hero-photo {
    min-height: 52vh;
    display: flex;
    align-items: center;
    background:
        linear-gradient(90deg, rgba(44,48,56,0.82), rgba(44,48,56,0.38)),
        var(--hero-image) center/cover no-repeat;
    color: #fff;
    border-bottom: 0;
}
.page-hero-photo h1,
.page-hero-photo p { color: #fff; }
.page-hero-photo .eyebrow { color: var(--gold); }
.product-layout { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 32px; }
.product-hero-image { border-radius: 18px; width: 100%; object-fit: cover; }
.contact-form { display: grid; gap: 12px; }
.contact-form label { display: grid; gap: 6px; font-weight: 600; }
.contact-form input, .contact-form textarea, .contact-form select {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 12px 14px;
    font: inherit;
    background: #fff;
}
.contact-form label.check {
    display: flex;
    gap: 8px;
    align-items: flex-start;
}
.contact-form label.check input { width: auto; margin-top: 3px; }
.booking-summary {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 0;
    box-shadow: var(--shadow);
    overflow: hidden;
}
.checkout-layout { grid-template-columns: 1.15fr 0.85fr; }
.checkout-aside { position: sticky; top: 96px; }
.booking-summary-head {
    padding: 22px 22px 18px;
    background: linear-gradient(180deg, #f7f5ff 0%, #fff 72%);
    border-bottom: 1px solid var(--line);
}
.booking-summary-head .eyebrow {
    margin: 0 0 8px;
    color: var(--purple);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.booking-summary-title { display: flex; gap: 14px; align-items: flex-start; }
.booking-summary-title h2 { margin: 0; font-size: 1.28rem; }
.booking-thumb {
    width: 68px;
    height: 68px;
    object-fit: cover;
    border-radius: 12px;
    flex-shrink: 0;
    background: #eef1f5;
}
.booking-lead {
    margin: 8px 0 0;
    color: var(--muted);
    font-size: 0.95rem;
    line-height: 1.55;
    font-weight: 400;
}
.booking-meta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    margin: 0;
    padding: 0;
    list-style: none;
    background: var(--line);
    border-bottom: 1px solid var(--line);
}
.booking-meta li {
    background: #fff;
    padding: 12px 16px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.booking-meta span {
    color: var(--muted);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.booking-meta strong { color: var(--navy); font-size: 1.02rem; }
.booking-includes { padding: 18px 22px 16px; }
.booking-includes h3 {
    margin: 0 0 12px;
    font-size: 0.78rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.booking-includes ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 8px;
}
.booking-includes li {
    position: relative;
    padding: 0 0 0 22px;
    color: var(--ink);
    font-size: 0.94rem;
    line-height: 1.45;
}
.booking-includes li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--green);
    font-weight: 800;
    font-size: 0.85rem;
}
.booking-totals {
    padding: 16px 22px 20px;
    border-top: 1px solid var(--line);
    background: #f7f8fb;
    display: grid;
    gap: 8px;
}
.booking-totals > div {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    color: var(--muted);
    font-size: 0.94rem;
}
.booking-totals strong { color: var(--navy); }
.booking-due {
    color: var(--navy) !important;
    font-size: 1.05rem;
    padding-top: 10px;
    margin-top: 4px;
    border-top: 1px dashed var(--line);
}
.booking-due strong { font-size: 1.2rem; }
.booking-note { margin: 2px 0 0; color: var(--muted); font-size: 0.84rem; line-height: 1.45; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.pref-block {
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 12px;
    margin: 0;
    display: grid;
    gap: 12px;
}
.pref-block legend { font-weight: 700; color: var(--navy); padding: 0 6px; }
.location-buttons { display: flex; flex-wrap: wrap; gap: 12px; }
.location-buttons button.location-btn {
    font: inherit;
    cursor: pointer;
    text-align: left;
}
.location-btn {
    display: flex;
    flex-direction: column;
    min-width: 160px;
    padding: 16px 20px;
    border-radius: 16px;
    background: #fff;
    color: var(--navy);
    box-shadow: var(--shadow);
    border: 1px solid var(--line);
    border-top: 4px solid var(--purple);
}
.location-btn span { color: var(--muted); font-size: 0.86rem; font-weight: 600; }
.location-btn:hover, .location-btn.active { color: #fff; }
.location-btn.theme-purple { border-top-color: var(--purple); }
.location-btn.theme-green { border-top-color: var(--green); }
.location-btn.theme-orange { border-top-color: var(--orange); }
.location-btn.theme-blue { border-top-color: var(--blue); }
.location-btn.theme-purple:hover, .location-btn.theme-purple.active { background: var(--purple); border-color: var(--purple); }
.location-btn.theme-green:hover, .location-btn.theme-green.active { background: var(--green); border-color: var(--green); }
.location-btn.theme-orange:hover, .location-btn.theme-orange.active { background: var(--orange); border-color: var(--orange); }
.location-btn.theme-blue:hover, .location-btn.theme-blue.active { background: var(--blue); border-color: var(--blue); }
.location-btn:hover span, .location-btn.active span { color: rgba(255,255,255,0.9); }
.location-buttons.compact .location-btn {
    min-width: auto;
    padding: 10px 16px;
    flex-direction: row;
    background: #fff;
    color: var(--navy);
}
.location-buttons.compact .location-btn.active { color: #fff; }
.training-section {
    background: #152238;
    color: #fff;
    padding: 80px 0;
}
.training-section h2,
.training-section .eyebrow { color: #fff; }
.training-section .intro { color: rgba(255,255,255,0.86); }
.training-section .eyebrow {
    color: var(--gold);
    font-size: 0.92rem;
}
.training-section h2 {
    font-size: clamp(1.9rem, 4vw, 2.8rem);
    margin-bottom: 12px;
}
.training-stack { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 28px; }
.training-column { display: grid; gap: 16px; align-content: start; }
.training-curriculum {
    background: #fff;
    color: var(--ink);
    border-radius: 18px;
    padding: 24px 24px 8px;
    border-top: 6px solid var(--green);
    box-shadow: var(--shadow);
}
.training-curriculum.g-track { border-top-color: var(--blue); }
.training-curriculum h3 {
    margin: 0 0 14px;
    font-size: 1.45rem;
    color: var(--navy);
}
.training-curriculum ul {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
    display: grid;
    gap: 12px;
}
.training-curriculum li {
    padding: 12px 12px 12px 36px;
    position: relative;
    background: var(--bg);
    border-radius: 12px;
    line-height: 1.45;
}
.training-curriculum li::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 16px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--green);
}
.training-curriculum.g-track li::before { background: var(--blue); }
.training-note {
    margin: 16px 0 0;
    padding: 16px 18px;
    background: #f5a623;
    border: 0;
    border-radius: 14px;
    color: #152238;
    font-weight: 800;
    line-height: 1.45;
}
.training-pickers {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin: 28px 0 32px;
}
.training-picker {
    background: #fff;
    border: 3px solid var(--gold);
    border-radius: 18px;
    box-shadow: 0 16px 36px rgba(0,0,0,0.22);
    padding: 22px;
}
.training-picker h3 {
    margin: 0 0 6px;
    font-size: 1.3rem;
    color: var(--navy);
}
.training-hint {
    margin: 0 0 12px;
    color: var(--muted);
    font-weight: 700;
    font-size: 0.92rem;
}
.training-pickers .training-picker:first-child { border-color: var(--green); }
.training-pickers .training-picker:last-child { border-color: var(--blue); }
.training-label { display: grid; gap: 8px; font-weight: 800; color: var(--navy); }
.training-label-text {
    display: inline-block;
    font-size: 1.05rem;
    color: #152238;
}
.training-select-wrap {
    position: relative;
    display: block;
}
.training-select-wrap::after {
    content: "▾";
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 1.4rem;
    pointer-events: none;
    line-height: 1;
}
.training-select {
    width: 100%;
    min-height: 62px;
    border: 0;
    border-radius: 12px;
    padding: 14px 48px 14px 16px;
    font: inherit;
    font-size: 1.12rem;
    font-weight: 800;
    color: #fff;
    background: var(--green);
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.training-pickers .training-picker:last-child .training-select { background: var(--blue); }
.training-select:hover,
.training-select:focus {
    filter: brightness(1.08);
    outline: 3px solid rgba(255,255,255,0.45);
    outline-offset: 2px;
}
.training-select option {
    color: var(--navy);
    background: #fff;
    font-weight: 700;
}
.training-result {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid var(--line);
}
.training-result-name { font-weight: 800; margin: 0 0 12px; }
.training-price { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 0 0 16px; }
.training-price div {
    background: var(--bg);
    border-radius: 12px;
    padding: 12px;
}
.training-price dt { color: var(--muted); font-size: 0.82rem; font-weight: 700; }
.training-price dd { margin: 4px 0 0; font-size: 1.2rem; font-weight: 800; color: var(--navy); }
.payment-options { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 16px 0; }
.payment-card {
    display: grid;
    gap: 6px;
    padding: 16px;
    border: 2px solid var(--line);
    border-radius: 16px;
    cursor: pointer;
    background: #fff;
}
.payment-card input { width: auto; }
.payment-card strong { font-size: 1.05rem; color: var(--navy); }
.payment-card span, .payment-card small { color: var(--muted); font-weight: 600; }
.payment-card:has(input:checked) { border-color: var(--purple); box-shadow: var(--shadow); }
.checkout-panel {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 24px;
    box-shadow: var(--shadow);
}
.checkout-panel.theme-purple { border-top: 4px solid var(--purple); }
.checkout-panel.theme-green { border-top: 4px solid var(--green); }
.checkout-panel.theme-orange { border-top: 4px solid var(--orange); }
.checkout-panel.theme-blue { border-top: 4px solid var(--blue); }
.checkout-panel .btn-checkout { width: 100%; }
.theme-green .btn-checkout { background: var(--green); }
.theme-green .btn-checkout:hover { background: #23945e; }
.theme-orange .btn-checkout { background: var(--orange); }
.theme-orange .btn-checkout:hover { background: #d48c12; }
.theme-blue .btn-checkout { background: var(--blue); }
.theme-blue .btn-checkout:hover { background: #1f74d8; }
.accent-cards .card { border-top: 4px solid var(--purple); }
.accent-cards .card:nth-child(2) { border-top-color: var(--green); }
.accent-cards .card:nth-child(3) { border-top-color: var(--orange); }
.accent-cards .card:nth-child(4) { border-top-color: var(--blue); }
.feature-list li { border-left: 4px solid var(--purple); }
.feature-list li:nth-child(2) { border-left-color: var(--green); }
.feature-list li:nth-child(3) { border-left-color: var(--orange); }
.feature-list li:nth-child(4) { border-left-color: var(--blue); }
.product-card { border-top: 4px solid var(--purple); }
.product-card:nth-child(4n+2) { border-top-color: var(--green); }
.product-card:nth-child(4n+3) { border-top-color: var(--orange); }
.product-card:nth-child(4n+4) { border-top-color: var(--blue); }
.btn-sm { padding: 8px 14px; font-size: 0.88rem; }
.plans-section {
    background: var(--bg);
    padding: 80px 0 96px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}
.plans-section h2,
.plans-section .intro {
    color: var(--navy);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.plans-section .intro { color: var(--muted); }
.offer-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 48px;
    justify-items: center;
}
.offer-grid .offer-card:nth-child(4) {
    grid-column: 2;
}
.offer-card {
    width: 100%;
    max-width: 360px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 12px 28px rgba(44, 48, 56, 0.1);
    padding: 28px 22px 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.offer-card h3 {
    margin: 0;
    font-size: 1.28rem;
    min-height: 2.6em;
}
.offer-kicker {
    margin: 4px 0 16px;
    color: var(--muted);
    font-weight: 600;
}
.offer-ribbon {
    width: 100%;
    color: #fff;
    font-family: var(--app-font-heading, Outfit, sans-serif);
    font-size: 1.7rem;
    font-weight: 800;
    padding: 10px 18px;
    margin-bottom: 18px;
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
    border-radius: 4px 18px 4px 4px;
}
.offer-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 22px;
    display: grid;
    gap: 8px;
}
.offer-card li {
    color: var(--navy);
    font-weight: 600;
    font-size: 0.95rem;
}
.offer-cta {
    margin-top: auto;
    display: inline-flex;
    justify-content: center;
    min-width: 160px;
    background: linear-gradient(90deg, #2ec6c9, #3ad0b8);
    color: #fff;
    border-radius: 10px;
    padding: 12px 22px;
    font-weight: 800;
}
.offer-cta:hover { color: #fff; filter: brightness(0.96); }
.offer-card.theme-cyan .offer-ribbon { background: #22c3c8; }
.offer-card.theme-purple .offer-ribbon { background: var(--purple); }
.offer-card.theme-red .offer-ribbon { background: #e10600; }
.offer-card.theme-mint .offer-ribbon { background: linear-gradient(90deg, #22c3c8, #7ed56a); }
.offer-slider { display: block; }
.offer-nav { display: none; }
.offer-dots { display: none; }
.city-select-wrap { display: none; }
.footer-fold summary {
    display: block;
    font: inherit;
    font-weight: 800;
    color: #fff;
    cursor: default;
    list-style: none;
}
.footer-fold summary::-webkit-details-marker { display: none; }
@media (min-width: 901px) {
    .footer-fold > ul { display: block !important; }
}
.alert { padding: 12px 14px; border-radius: 12px; }
.alert.success { background: #e8f7ee; color: #146c2e; }
.alert.error { background: #fdecec; color: #9d0c24; }
.alert.note { background: #f6f4ff; color: #1c2230; border: 1px solid #ddd6ff; }
.alert.note p { margin: 0 0 8px; }
.alert.note p:last-child { margin: 0; }
.pagination-wrap { margin-top: 28px; }
.pagination { display: flex; gap: 16px; align-items: center; }
.pagination .disabled { color: var(--muted); }

.reviews-section {
    background: var(--bg);
    padding: 64px 0 56px;
    border-top: 1px solid var(--line);
}
.reviews-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 20px;
    margin-bottom: 28px;
}
.reviews-head h2 { margin: 0; }
.reviews-score {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    color: var(--ink);
    font-weight: 700;
}
.reviews-score .stars, .review-card .stars {
    color: #fbbc04;
    letter-spacing: 1px;
    font-size: 1.05rem;
}
.reviews-count { color: var(--muted); font-weight: 600; }
.google-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
}
.google-mark.small { width: 18px; height: 18px; margin-left: auto; }
.reviews-slider {
    display: grid;
    grid-template-columns: 40px 1fr 40px;
    align-items: center;
    gap: 8px;
}
.reviews-viewport { overflow: hidden; }
.reviews-track {
    display: flex;
    gap: 16px;
    transition: transform 0.45s ease;
}
.review-card {
    flex: 0 0 calc((100% - 32px) / 3);
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 20px;
    box-shadow: var(--shadow);
    min-height: 250px;
}
.review-top {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}
.review-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--purple);
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 800;
    flex-shrink: 0;
}
.review-card:nth-child(5n+2) .review-avatar { background: var(--green); }
.review-card:nth-child(5n+3) .review-avatar { background: var(--orange); }
.review-card:nth-child(5n+4) .review-avatar { background: var(--blue); }
.review-card:nth-child(5n+5) .review-avatar { background: var(--navy); }
.review-top strong { display: block; color: var(--navy); }
.review-top span { color: var(--muted); font-size: 0.86rem; }
.review-card p {
    margin: 10px 0 0;
    color: var(--ink);
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.passed-section {
    background: #10141c;
    padding: 72px 0 64px;
    border-top: 1px solid #1c2430;
    color: #fff;
}
.passed-section .eyebrow { color: var(--gold); }
.passed-section h2 { color: #fff; }
.passed-section .intro { color: rgba(255,255,255,0.78); margin-bottom: 28px; }
.passed-show { position: relative; }
.passed-stage {
    position: relative;
    height: min(50vh, 434px);
    background: #07090d;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 24px 50px rgba(0,0,0,0.35);
}
.passed-slide {
    position: absolute;
    inset: 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.7s ease, visibility 0.7s ease;
}
.passed-slide.is-active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}
.passed-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    background: #07090d;
}
.passed-slide figcaption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 28px 24px 20px;
    background: linear-gradient(180deg, transparent, rgba(7,9,13,0.88));
    color: #fff;
}
.passed-slide strong { display: block; font-size: 1.2rem; }
.passed-slide span { color: rgba(255,255,255,0.8); font-weight: 700; }
.passed-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 0;
    background: rgba(255,255,255,0.94);
    color: var(--navy);
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
    box-shadow: var(--shadow);
}
.passed-nav.prev { left: 16px; }
.passed-nav.next { right: 16px; }
.passed-nav:hover { background: var(--gold); }
.passed-dots {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}
.passed-dots button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 0;
    background: rgba(255,255,255,0.28);
    padding: 0;
    cursor: pointer;
}
.passed-dots button.active {
    background: var(--gold);
    width: 28px;
    border-radius: 999px;
}
.reviews-nav {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--line);
    background: #fff;
    font-size: 1.6rem;
    line-height: 1;
    cursor: pointer;
    color: var(--navy);
}
.reviews-nav:hover { border-color: var(--purple); color: var(--purple); }
.reviews-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 18px;
}
.reviews-dots button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 0;
    background: #c5ccd6;
    padding: 0;
    cursor: pointer;
}
.reviews-dots button.active { background: var(--purple); width: 22px; border-radius: 999px; }

.site-footer { background: var(--navy); color: #d4d4d4; padding-top: 48px; border-top: 4px solid transparent; border-image: linear-gradient(90deg, var(--purple), var(--green), var(--orange), var(--blue)) 1; }
.site-footer h3, .site-footer h4 { color: #fff; }
.site-footer a { color: #e8eef6; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1.2fr; gap: 24px; padding-bottom: 36px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding: 16px 0; font-size: 0.92rem; }
.site-footer ul a { display: inline-block; padding: 6px 0; }
.footer-mobile-bar { display: none; }
.whatsapp-float {
    position: fixed;
    right: 18px;
    bottom: 78px;
    background: #25d366;
    color: #fff;
    padding: 12px 16px;
    border-radius: 999px;
    font-weight: 700;
    box-shadow: var(--shadow);
}

.wp-content h1, .wp-content h2, .wp-content h3 { margin-top: 1.4em; }
.wp-content p, .wp-content li { color: var(--ink); }
.wp-content img { border-radius: 12px; margin: 12px 0; }
.wp-content table { margin: 16px 0; }
.elementor-section, .elementor-widget-container { width: 100%; }
.elementor-container, .elementor-row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    max-width: 1120px;
    margin: 0 auto;
}
.elementor-column { flex: 1 1 260px; min-width: 220px; }
.woocommerce a.button, .wp-content .button {
    display: inline-flex;
    background: var(--purple);
    color: #fff;
    padding: 10px 16px;
    border-radius: 999px;
    font-weight: 700;
}

@media (max-width: 1100px) {
    .offer-grid { grid-template-columns: repeat(2, 1fr); }
    .offer-grid .offer-card:nth-child(4) { grid-column: auto; }
    .language-select--header span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
    .language-select--header select { min-width: 140px; padding-top: 7px; padding-bottom: 7px; }
}
@media (max-width: 640px) {
    .offer-grid { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
    .container { width: min(1120px, calc(100% - 20px)); }
    .brand { padding: 4px 8px; }
    .brand img { height: 40px; max-width: min(148px, 42vw); }
    .footer-logo img { height: 56px; max-width: 200px; }
    .header-inner { min-height: 64px; gap: 8px; }
    .header-actions { gap: 6px; }
    .language-select--header { display: none; }
    .nav-toggle { display: inline-flex; }
    body.nav-open { overflow: hidden; }
    .site-nav {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        background: #fff;
        flex-direction: column;
        align-items: stretch;
        gap: 4px;
        padding: 12px 16px 20px;
        border-bottom: 4px solid transparent;
        border-image: linear-gradient(90deg, var(--purple), var(--blue), var(--green), var(--orange)) 1;
        box-shadow: 0 18px 40px rgba(16,20,28,0.18);
        z-index: 45;
        max-height: calc(100vh - 68px);
        overflow-y: auto;
    }
    .site-nav.open { display: flex; }
    .site-nav > a,
    .nav-dropdown > a {
        color: var(--navy);
        padding: 14px 12px;
        min-height: 48px;
        display: flex;
        align-items: center;
        border-radius: 12px;
        box-shadow: none;
        background: transparent;
    }
    .site-nav > a:hover,
    .nav-dropdown:hover > a,
    .nav-dropdown:focus-within > a {
        color: var(--purple);
        background: #f4f1ff;
    }
    .site-nav > a.active,
    .nav-dropdown.active > a,
    .site-nav > a.active:hover {
        color: #fff;
        background: linear-gradient(135deg, var(--purple), var(--blue));
    }
    .nav-mobile-extras {
        display: grid;
        gap: 8px;
        margin-top: 8px;
        padding-top: 12px;
        border-top: 1px solid var(--line);
    }
    .nav-mobile-extras a {
        min-height: 48px;
        justify-content: center;
        background: var(--bg);
    }
    .nav-mobile-extras .btn-checkout {
        background: var(--purple);
        color: #fff;
        margin-top: 0;
    }
    .nav-dropdown-menu {
        display: grid;
        position: static;
        border: 0;
        box-shadow: none;
        padding: 0 0 8px 8px;
        min-width: 0;
        background: transparent;
    }
    .nav-dropdown-menu a { min-height: 44px; }
    .city-hub-grid { grid-template-columns: 1fr; }
    .hero-video, .hero-overlay { min-height: 0; }
    .hero-overlay { padding: 24px 0 20px; }
    .language-select--mobile {
        display: flex;
        width: 100%;
        justify-content: space-between;
        padding: 10px 12px;
        background: var(--bg);
        border-radius: 12px;
    }
    .language-select--mobile select { flex: 1; min-width: 0; }
    .hero-actions { flex-wrap: wrap; }
    .hero-actions .btn { width: 100%; }
    .section { padding: 40px 0; }
    .training-section { padding: 48px 0; }
    .section h2 { font-size: 1.55rem; }
    .plans-section { padding: 40px 0 56px; }
    .split, .product-layout, .checkout-layout, .card-grid, .card-grid.four, .footer-grid, .training-stack, .training-pickers, .training-price, .payment-options, .reviews-head, .form-grid, .location-buttons, .booking-meta, .offer-grid {
        grid-template-columns: 1fr;
    }
    .btn, .hero-actions .btn, .location-btn { min-height: 44px; }
    .reviews-slider, .reviews-viewport { overflow: hidden; max-width: 100%; }
    .review-card { min-width: 0; }
    .checkout-aside { position: static; }
    .booking-summary-title { flex-wrap: wrap; }
    .page-hero { padding: 32px 0 24px; }
    .page-hero h1 { font-size: clamp(1.5rem, 7vw, 2.1rem); }
    iframe { width: 100%; }
    .local-map iframe { min-height: 220px; }
    .wp-content table, .table-wrap { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; }
    .footer-bottom-inner { flex-direction: column; align-items: flex-start; }
    .language-select--footer-bottom { width: 100%; }
    .language-select--footer-bottom select { width: 100%; min-width: 0; }
    .location-buttons { display: grid; }
    .location-btn { min-width: 0; }
    .reviews-slider { grid-template-columns: 32px 1fr 32px; }
    .review-card { flex: 0 0 100%; min-height: 220px; }
    .passed-stage { height: min(48vh, 364px); }
    .passed-nav {
        width: 44px;
        height: 44px;
    }
    .passed-nav.prev { left: 8px; }
    .passed-nav.next { right: 8px; }
    .reviews-head { flex-wrap: wrap; align-items: flex-start; }
    .contact-form input, .contact-form textarea, .contact-form select, .training-select {
        font-size: 16px;
    }
    .site-footer { padding-top: 18px; padding-bottom: 76px; }
    .footer-grid { gap: 8px; }
    .footer-logo { padding: 4px 8px; margin-bottom: 6px; }
    .footer-logo img { height: 40px; max-width: 160px; }
    .site-footer p { margin: 4px 0; font-size: 0.86rem; }
    .footer-fold {
        background: rgba(255,255,255,0.06);
        border-radius: 10px;
        padding: 0 12px;
    }
    .footer-fold summary {
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 44px;
        font-weight: 800;
        color: #fff;
        cursor: pointer;
        pointer-events: auto;
    }
    .footer-fold summary::after { content: "+"; font-size: 1.2rem; }
    .footer-fold[open] summary::after { content: "–"; }
    .footer-fold ul { padding-bottom: 8px; }
    .footer-bottom { padding: 10px 0 12px; font-size: 0.8rem; }
    .footer-mobile-bar {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 40;
        background: #1b1e24;
        border-top: 1px solid rgba(255,255,255,0.12);
        padding: 8px 8px calc(8px + env(safe-area-inset-bottom));
        gap: 8px;
    }
    .footer-mobile-bar a {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 44px;
        border-radius: 10px;
        font-weight: 800;
        color: #fff;
        background: #2c3338;
    }
    .footer-mobile-bar a:last-child { background: var(--purple); }
    .whatsapp-float { display: none; }
}

.seo-content h2 { margin-bottom: 12px; }
.seo-content h3 { margin: 20px 0 10px; font-size: 1.15rem; }
.seo-prose { max-width: 78ch; }
.seo-prose p { color: var(--muted); }
.seo-prose .btn { display: inline-flex; margin: 8px 10px 0 0; }
.city-landing-tagline {
    margin: 0;
    color: inherit;
    line-height: 1.6;
}
body.is-city .container {
    width: min(1320px, calc(100% - 40px));
}
body.is-city .seo-prose { max-width: none; }
body.is-city .page-hero {
    padding: 56px 0 48px;
}
body.is-city .page-hero h1 {
    font-size: clamp(2rem, 4.2vw, 3.15rem);
    max-width: 24ch;
}
body.is-city .page-hero p {
    max-width: 58rem;
    font-size: 1.08rem;
    line-height: 1.65;
}
body.is-city .page-hero .location-buttons.compact .location-btn.active,
body.is-city .location-buttons.compact .location-btn.theme-purple.active {
    background: var(--purple);
    border-color: var(--purple);
    color: #fff;
}
body.is-city .location-buttons.compact .location-btn.theme-green.active {
    background: var(--green);
    border-color: var(--green);
    color: #fff;
}
body.is-city .location-buttons.compact .location-btn.theme-orange.active {
    background: var(--orange);
    border-color: var(--orange);
    color: #fff;
}
body.is-city .location-buttons.compact .location-btn.theme-blue.active {
    background: var(--blue);
    border-color: var(--blue);
    color: #fff;
}
body.is-city .city-landing {
    padding: 56px 0;
}
body.is-city .city-landing h2 {
    font-size: clamp(1.7rem, 3vw, 2.35rem);
    margin: 0 0 16px;
}
body.is-city .city-landing h3 {
    margin: 0 0 12px;
    font-size: 1.28rem;
}
body.is-city .city-head {
    display: grid;
    grid-template-columns: minmax(240px, 0.9fr) minmax(0, 1.4fr);
    gap: 28px 40px;
    align-items: start;
    margin-bottom: 28px;
}
body.is-city .city-head h2 { margin: 0; }
body.is-city .city-lead {
    max-width: none;
    font-size: 1.05rem;
    color: var(--muted);
    margin: 0;
}
body.is-city .city-landing > .container > p {
    max-width: 62rem;
    color: var(--muted);
}
body.is-city .city-intro {
    display: grid;
    gap: 22px;
}
body.is-city .city-intro h2 { margin: 0; }
body.is-city .city-intro-copy {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 40px;
    font-size: 1.05rem;
}
body.is-city .city-intro-copy p { margin: 0; color: var(--muted); }
body.is-city .city-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 8px;
}
body.is-city .city-chip-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px;
    align-items: start;
}
body.is-city .city-panel {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 28px;
    box-shadow: var(--shadow);
}
body.is-city .city-panel p { color: var(--muted); }
body.is-city .city-panel.theme-green { border-top: 6px solid var(--green); }
body.is-city .city-panel.theme-blue { border-top: 6px solid var(--blue); }
body.is-city .city-why {
    list-style: none;
    padding: 0;
    margin: 8px 0 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
body.is-city .city-why li {
    background: #fff;
    border: 1px solid var(--line);
    border-top: 5px solid var(--purple);
    border-radius: 16px;
    padding: 20px;
    box-shadow: var(--shadow);
    color: var(--muted);
}
body.is-city .city-why li:nth-child(2) { border-top-color: var(--green); }
body.is-city .city-why li:nth-child(3) { border-top-color: var(--orange); }
body.is-city .city-why li:nth-child(4) { border-top-color: var(--blue); }
body.is-city .city-why li:nth-child(5) { border-top-color: var(--green); }
body.is-city .city-why li:nth-child(6) { border-top-color: var(--orange); }
body.is-city .city-why strong {
    display: block;
    margin-bottom: 6px;
    color: var(--navy);
    font-size: 1.05rem;
}
body.is-city .city-cta {
    display: grid;
    grid-template-columns: 1.35fr 0.85fr;
    gap: 36px;
    align-items: center;
    background: #152238;
    color: #fff;
    border-radius: 22px;
    padding: 40px 44px;
}
body.is-city .city-cta h2 { color: #fff; }
body.is-city .city-cta p { color: rgba(255,255,255,0.86); }
body.is-city .city-landing-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 20px 0 0; }
body.is-city .city-cta .btn-ghost {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.35);
}
body.is-city .city-landing-tagline { color: #fff; }
body.is-city .seo-chip-list { gap: 10px; }
body.is-city .seo-chip-list li { padding: 10px 16px; font-size: 0.95rem; }
body.is-city .seo-faq-list { grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 1100px) {
    body.is-city .city-intro-copy,
    body.is-city .city-head,
    body.is-city .city-split,
    body.is-city .city-chip-grid,
    body.is-city .city-cta,
    body.is-city .seo-faq-list { grid-template-columns: 1fr; }
    body.is-city .city-why { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
    body.is-city .container { width: min(1320px, calc(100% - 24px)); }
    body.is-city .page-hero h1 { max-width: none; }
    body.is-city .city-landing { padding: 36px 0; }
    body.is-city .city-cta { padding: 24px 20px; }
    body.is-city .city-why { grid-template-columns: 1fr; }
}
.seo-chip-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.seo-chip-list li {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 8px 14px;
    font-weight: 700;
    color: var(--navy);
    font-size: 0.92rem;
}
.section.alt .seo-chip-list li { background: var(--bg); }
.seo-faq-list { display: grid; gap: 10px; margin-top: 20px; }
.seo-faq-item {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 4px 16px;
    box-shadow: var(--shadow);
}
.seo-faq-item summary {
    cursor: pointer;
    font-weight: 800;
    padding: 14px 0;
    color: var(--navy);
}
.seo-faq-item p {
    margin: 0 0 14px;
    color: var(--muted);
}
.seo-city-links .card span { display: inline-block; margin-top: 8px; }
.checkout-panel .payment-options { grid-template-columns: 1fr; margin: 0; }
.course-enroll select {
    width: 100%;
    margin-top: 6px;
    min-height: 48px;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 0 12px;
    font: inherit;
}
.course-enroll-actions { display: grid; gap: 10px; }
.course-enroll-actions .btn { width: 100%; justify-content: center; }
.course-curriculum-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 20px;
}
.course-steps {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    display: grid;
    gap: 12px;
}
.course-steps li {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 14px;
    align-items: start;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 16px;
    box-shadow: var(--shadow);
}
.course-steps span {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--purple);
    color: #fff;
    font-weight: 800;
}
.course-steps p { margin: 4px 0 0; color: var(--muted); }

.about-hero {
    min-height: 58vh;
    display: flex;
    align-items: center;
    color: #fff;
    background:
        linear-gradient(105deg, rgba(11, 31, 51, 0.92) 12%, rgba(11, 99, 206, 0.55) 58%, rgba(11, 31, 51, 0.35)),
        var(--hero-image) center/cover no-repeat;
    padding: 88px 0 72px;
}
.about-hero h1 {
    color: #fff;
    font-size: clamp(2.2rem, 5vw, 3.6rem);
    max-width: 16ch;
    margin: 0 0 16px;
    letter-spacing: -0.03em;
}
.about-hero p { color: rgba(255,255,255,0.9); max-width: 52ch; font-size: 1.15rem; }
.about-hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.about-stats { background: var(--navy); color: #fff; padding: 0; }
.about-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}
.about-stats article {
    padding: 28px 20px;
    border-right: 1px solid rgba(255,255,255,0.08);
    text-align: center;
}
.about-stats article:last-child { border-right: 0; }
.about-stats strong { display: block; font-size: 2rem; margin-bottom: 6px; color: #fff; }
.about-stats span { color: #9ec0e6; font-size: 0.92rem; }
.about-split { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 40px; align-items: start; }
.about-intro h2 { margin-top: 0; }
.about-highlights { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.about-highlights li {
    background: #fff;
    border: 1px solid var(--line);
    border-left: 4px solid var(--blue);
    border-radius: 14px;
    padding: 18px 20px;
    box-shadow: var(--shadow);
}
.about-highlights strong { display: block; margin-bottom: 4px; color: var(--navy); }
.about-city-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 24px; }
.about-city-card {
    display: block;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 22px;
    color: inherit;
    box-shadow: var(--shadow);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.about-city-card:hover { transform: translateY(-3px); box-shadow: 0 16px 32px rgba(11, 31, 51, 0.12); }
.about-city-card h3 { margin: 0 0 8px; }
.about-city-card p { color: var(--muted); margin: 0 0 12px; }
.about-city-card span { color: var(--blue); font-weight: 700; }
.about-program-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 24px; }
.about-program-grid article {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 22px;
    box-shadow: var(--shadow);
}
.about-program-grid h3 { margin: 0 0 8px; }
.about-program-grid p { margin: 0; color: var(--muted); }
.about-cta {
    background: var(--navy);
    color: #fff;
    text-align: center;
    padding: 72px 0;
}
.about-cta h2 { color: #fff; margin-top: 0; }
.about-cta p { color: #c5d4e3; max-width: 58ch; margin: 0 auto 24px; }
@media (max-width: 900px) {
    .about-stats-grid, .about-split, .about-city-grid, .about-program-grid { grid-template-columns: 1fr; }
    .about-stats article { border-right: 0; border-bottom: 1px solid rgba(255,255,255,0.08); }
    .hero-photos, .hero-video { min-height: 0; }
}
@media (max-width: 900px) {
    .course-curriculum-grid { grid-template-columns: 1fr; }
}

body.is-home .hero.hero-tall {
    height: 85vh;
    min-height: 85vh !important;
    max-height: none;
    padding: 0 !important;
}
body.is-home .hero.hero-tall .hero-overlay {
    height: 100%;
    min-height: 0 !important;
    padding: 48px 0;
    display: flex;
    align-items: center;
}
body.is-home .hero.hero-tall .hero-slides,
body.is-home .hero.hero-tall .hero-slide,
body.is-home .hero.hero-tall video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-size: cover;
    background-position: center;
}
.is-home .hero h1 {
    max-width: 18ch;
    font-size: clamp(1.55rem, 3.4vw, 2.35rem);
    line-height: 1.12;
    margin: 0 0 8px;
    text-wrap: balance;
}
.is-home .hero .lede {
    color: #fff;
    font-size: 0.98rem;
    max-width: 54ch;
    margin: 0;
}
.is-home .hero-actions { margin-top: 16px; }
.is-home .hero-cities { margin-top: 16px; }
.is-home .hero-cities-label { margin-bottom: 8px; }
.is-home .hero .location-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.is-home .hero .location-btn {
    flex: 0 1 auto;
    min-width: 0;
    padding: 8px 14px;
}
.is-home .hero .location-btn span { display: none; }
.is-home .hero .location-btn.theme-purple:hover,
.is-home .hero .location-btn.theme-purple.active { background: var(--purple); border-color: var(--purple); color: #fff; }
.is-home .hero .location-btn.theme-green:hover,
.is-home .hero .location-btn.theme-green.active { background: var(--green); border-color: var(--green); color: #fff; }
.is-home .hero .location-btn.theme-orange:hover,
.is-home .hero .location-btn.theme-orange.active { background: var(--orange); border-color: var(--orange); color: #fff; }
.is-home .hero .location-btn.theme-blue:hover,
.is-home .hero .location-btn.theme-blue.active { background: var(--blue); border-color: var(--blue); color: #fff; }
.is-home .home-story {
    background: var(--bg);
    padding: 56px 0 64px;
    border-bottom: 1px solid var(--line);
}
.is-home .home-story-head {
    max-width: 40rem;
    margin: 0 auto 20px;
    text-align: center;
}
.is-home .home-story-head .eyebrow {
    display: block;
    width: max-content;
    max-width: 100%;
    margin: 0 auto 12px;
    padding-left: 0.14em;
    color: var(--purple);
    font-size: 0.78rem;
    letter-spacing: 0.14em;
}
.is-home .home-story h2,
.is-home .home-story h3 { color: var(--navy); }
.is-home .home-story h2 {
    font-size: clamp(1.65rem, 3vw, 2.25rem);
    margin: 0 0 10px;
    letter-spacing: -0.03em;
    text-wrap: balance;
    line-height: 1.18;
}
.is-home .home-story-lead {
    margin: 0 auto;
    font-size: 1.08rem;
    font-weight: 700;
    color: #4b5563;
    line-height: 1.45;
    text-wrap: balance;
}
.is-home .home-story-prose {
    display: grid;
    gap: 14px;
    margin: 0 auto 32px;
    max-width: 68ch;
    text-align: center;
}
.is-home .home-story p {
    margin: 0;
    color: #3a4048;
    font-size: 1.02rem;
    line-height: 1.7;
}
.is-home .home-story strong { color: #151a22; }
.is-home .home-story-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: 18px;
    margin-bottom: 18px;
    align-items: stretch;
}
.is-home .home-story-panel {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 26px;
    box-shadow: var(--shadow);
    display: flex;
    flex-direction: column;
}
.is-home .home-story-panel h3 {
    margin: 0 0 12px;
    font-size: 1.18rem;
    line-height: 1.3;
}
.is-home .home-story-grid > .home-story-panel:first-child { border-top: 4px solid var(--green); }
.is-home .home-story-panel--highways { border-top: 4px solid var(--blue); }
.is-home .home-story-panel--lessons { border-top: 4px solid var(--purple); margin-bottom: 18px; }
.is-home .home-story-kicker {
    margin: 18px 0 12px !important;
    font-size: 0.86rem !important;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--navy) !important;
}
.is-home .home-skill-grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 18px;
}
.is-home .home-skill-grid li {
    position: relative;
    padding: 8px 10px 8px 28px;
    color: #1f2430;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.4;
    background: #f7f8fa;
    border-radius: 10px;
}
.is-home .home-skill-grid li::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-radius: 50%;
    background: var(--green);
}
.is-home .home-highway-chips {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: auto 0 0;
    padding: 16px 0 0;
}
.is-home .home-highway-chips li {
    background: #eef5ff;
    border: 1px solid color-mix(in srgb, var(--blue) 28%, var(--line));
    border-radius: 999px;
    padding: 8px 14px;
    font-size: 0.86rem;
    font-weight: 800;
    color: var(--navy);
}
.is-home .home-lesson-pills {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 16px 0 0;
    padding: 0;
}
.is-home .home-lesson-pills a {
    display: inline-block;
    background: #f7f5ff;
    border: 1px solid color-mix(in srgb, var(--purple) 28%, var(--line));
    border-radius: 999px;
    padding: 9px 16px;
    font-size: 0.88rem;
    font-weight: 800;
    color: var(--navy);
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.is-home .home-lesson-pills a:hover {
    background: var(--purple);
    border-color: var(--purple);
    color: #fff;
}
.is-home .home-story-close {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    background: #fff;
    border: 1px solid var(--line);
    border-top: 4px solid var(--orange);
    border-radius: 20px;
    padding: 28px 30px;
    box-shadow: var(--shadow);
}
.is-home .home-story-close-copy { flex: 1; min-width: 0; }
.is-home .home-story-close h3 { margin: 0 0 10px; font-size: 1.18rem; }
.is-home .home-story-close p { margin: 0 0 10px; max-width: 62ch; }
.is-home .home-story-close p:last-of-type { margin-bottom: 0; }
.is-home .home-story-close .btn {
    flex-shrink: 0;
    white-space: nowrap;
}
.is-home .section h2 {
    letter-spacing: -0.02em;
    margin-bottom: 10px;
}
.is-home .card {
    height: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.is-home .card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 28px rgba(11, 31, 51, 0.12);
}
.is-home .accent-cards .card h3 {
    margin-top: 0;
    font-size: 1.12rem;
}
.is-home .cta-band {
    background: linear-gradient(180deg, #f7f9fc 0%, #eef3f8 100%);
    padding: 72px 0;
}
.is-home .cta-band h2 {
    font-size: clamp(1.5rem, 3vw, 2.15rem);
    max-width: 22ch;
    margin-left: auto;
    margin-right: auto;
    text-wrap: balance;
}
.is-home .seo-content .intro { margin-bottom: 28px; }
.is-home .seo-prose p {
    max-width: 75ch;
    line-height: 1.7;
}
.is-home .seo-faq-item { border-radius: 16px; }

@media (max-width: 1100px) {
    .is-home .card-grid.four { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
    .is-home .card-grid.four { grid-template-columns: 1fr; }
    .is-home .hero .location-buttons,
    .is-home .hero-cities-label { display: none !important; }
    .city-select-wrap {
        display: grid;
        gap: 6px;
        width: 100%;
        margin: 8px 0 12px;
    }
    .city-select-wrap select {
        width: 100%;
        min-height: 48px;
        border: 0;
        border-radius: 12px;
        padding: 12px 14px;
        font-size: 16px;
        font-weight: 800;
        color: var(--navy);
        background: #fff;
        appearance: none;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23111111' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 14px center;
        padding-right: 36px;
    }
    .is-home .offer-slider {
        display: grid;
        grid-template-columns: 36px 1fr 36px;
        align-items: center;
        gap: 4px;
        margin-top: 20px;
    }
    .is-home .offer-viewport { overflow: hidden; width: 100%; min-width: 0; }
    .is-home .offer-grid.offer-track,
    .is-home .offer-grid {
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
        gap: 0;
        margin-top: 0;
        transition: transform 0.28s ease;
    }
    .is-home .offer-grid .offer-card:nth-child(4) { grid-column: auto; }
    .is-home .offer-card {
        flex: 0 0 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding: 22px 16px 18px;
    }
    .is-home .offer-nav {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        border: 1px solid var(--line);
        background: #fff;
        border-radius: 50%;
        font-size: 1.4rem;
        line-height: 1;
        cursor: pointer;
        color: var(--navy);
    }
    .is-home .offer-dots {
        display: flex;
        justify-content: center;
        gap: 8px;
        margin-top: 14px;
    }
    .is-home .offer-dots button {
        width: 8px;
        height: 8px;
        border: 0;
        padding: 0;
        border-radius: 50%;
        background: #c5ccd6;
        cursor: pointer;
    }
    .is-home .offer-dots button.active { background: var(--purple); width: 22px; border-radius: 999px; }
    .training-section {
        overflow: visible;
        padding: 36px 0 52px;
        scroll-margin-top: 72px;
    }
    .training-section h2 { font-size: 1.55rem; }
    .training-pickers {
        display: grid;
        grid-template-columns: 1fr;
        gap: 16px;
        margin: 20px 0 0;
    }
    .training-picker {
        display: block;
        width: 100%;
        min-width: 0;
        padding: 16px;
    }
    .training-select { min-height: 52px; }
    .is-home .hero-actions .btn { width: 100%; }
    body.is-home .hero.hero-tall {
        height: auto !important;
        min-height: 58vh !important;
    }
    body.is-home .hero.hero-tall .hero-overlay {
        height: auto;
        min-height: 58vh;
        align-items: flex-end;
        padding: 28px 0 32px;
    }
    .is-home .hero-inner { padding-left: 4px; padding-right: 4px; }
    .is-home .hero .lede { font-size: 0.95rem; }
    .is-home .home-story { padding: 36px 0 40px; }
    .is-home .home-story-grid { grid-template-columns: 1fr; }
    .is-home .home-skill-grid { grid-template-columns: 1fr; }
    .is-home .home-story-close { flex-direction: column; align-items: stretch; padding: 18px; gap: 16px; }
    .is-home .home-story-close .btn { width: 100%; justify-content: center; white-space: normal; }
    .is-home .cta-band { padding: 40px 0; }
    .is-home .home-story-head .eyebrow { width: auto; }
}
@media (max-width: 640px) {
    .is-home .card-grid.four { grid-template-columns: 1fr; }
    .is-home .hero .location-btn { flex: 1 1 calc(50% - 8px); justify-content: center; }
    .is-home .home-skill-grid { grid-template-columns: 1fr; }
    .is-home .home-skill-grid li { padding: 8px 10px 8px 28px; font-size: 0.9rem; }
}
