.ojt-page {
    --ojt-accent: var(--secondary-color, #f4c84a);
    --ojt-border: var(--theme-border, #dce4ea);
    --ojt-heading: var(--navy-900, #0a192f);
    --ojt-muted: var(--muted, #66717d);
    color: var(--ojt-heading);
    font-family: 'Manrope', sans-serif;
}

.ojt-page main {
    background:
        radial-gradient(circle at 92% 12%, rgba(244, 200, 74, 0.16), transparent 22%),
        linear-gradient(180deg, #f7fafc 0%, #fff 38%, #f7fafc 100%);
}

.ojt-page .page-hero {
    margin-bottom: 0;
}

.ojt-simple-hero {
    min-height: 240px;
    background:
        linear-gradient(90deg, rgba(18, 105, 81, 0.96) 0%, rgba(18, 105, 81, 0.78) 52%, rgba(12, 68, 124, 0.42) 100%),
        linear-gradient(135deg, #317b65, #8dc7df);
}

.ojt-simple-hero::after {
    position: absolute;
    inset: 0 0 0 46%;
    background: linear-gradient(110deg, transparent 0 12%, rgba(255, 255, 255, 0.1) 12% 44%, transparent 44% 50%, rgba(255, 255, 255, 0.13) 50% 82%, transparent 82%);
    content: '';
}

.ojt-simple-hero .page-hero-overlay {
    background: transparent;
}

.ojt-simple-hero .page-hero-body {
    z-index: 2;
}

.ojt-nav {
    position: sticky;
    top: 0;
    z-index: 8;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    border-bottom: 1px solid var(--ojt-border);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 8px 24px rgba(10, 25, 47, 0.05);
}

.ojt-nav::-webkit-scrollbar {
    display: none;
}

.ojt-nav .container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.65rem;
    flex-wrap: wrap;
}

.ojt-nav a {
    flex: 0 0 auto;
    white-space: nowrap;
    padding: 1rem 0;
    border-bottom: 3px solid transparent;
    color: var(--primary-color, #0c447c);
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: .02em;
    transition: color 150ms ease, border-color 150ms ease, opacity 150ms ease;
}

.ojt-nav a:hover {
    border-color: var(--primary-color, #0c447c);
    color: var(--primary-color, #0c447c);
    opacity: 0.8;
}

.ojt-section {
    padding: 4rem 0;
    scroll-margin-top: 4rem;
}

.ojt-muted {
    background: rgba(247, 250, 252, 0.72);
}

.ojt-eyebrow {
    margin-bottom: .45rem;
    color: var(--primary-color, #0c447c);
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ojt-section h2 {
    margin-bottom: 1.5rem;
    color: var(--ojt-heading);
    font: 700 clamp(1.75rem, 4vw, 2.45rem)/1.2 'Manrope', sans-serif;
}

.ojt-section h3 {
    font-family: 'Manrope', sans-serif;
}

.ojt-intro {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    align-items: center;
    gap: 3rem;
}

.ojt-intro h3 {
    margin: 1.5rem 0 .6rem;
    color: var(--primary-color, #0c447c);
    font-size: 1.1rem;
    font-weight: 700;
}

.ojt-intro-image {
    width: 100%;
    height: 100%;
    max-height: 460px;
    object-fit: cover;
    border: 1px solid var(--ojt-border);
    border-radius: var(--theme-border-radius, 5px);
    box-shadow: 0 18px 38px rgba(10, 25, 47, 0.1);
}

.ojt-facts {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 2.5rem;
}

.ojt-facts article,
.ojt-module-grid article,
.ojt-steps article,
.ojt-testimony-grid article,
.ojt-report-grid a,
.ojt-empty,
.ojt-gallery figure,
.ojt-accommodation-grid article {
    border: 1px solid var(--ojt-border);
    border-radius: var(--theme-border-radius, 5px);
    background: #fff;
    box-shadow: 0 10px 28px rgba(10, 25, 47, 0.06);
}

.ojt-facts article {
    min-height: 8rem;
    padding: 1.25rem;
}

.ojt-facts span {
    display: block;
    margin-bottom: .7rem;
    color: var(--primary-color, #0c447c);
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ojt-facts strong {
    color: var(--ojt-heading);
}

.ojt-facts .format-text,
.ojt-facts .format-text p {
    color: var(--ojt-heading);
    font-size: .88rem;
}

.ojt-benefits {
    margin-top: 1.5rem;
    padding: .9rem 0 .9rem 1.3rem;
    border-left: 3px solid var(--ojt-accent);
}

.ojt-benefits ul {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem 2rem;
}

.ojt-module-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.ojt-module-grid article {
    min-height: 180px;
    padding: 1.4rem;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.ojt-module-grid article:hover {
    transform: translateY(-4px);
    border-color: var(--primary-color, #0c447c);
    box-shadow: 0 18px 38px rgba(10, 25, 47, 0.13);
}

.ojt-module-grid article>span {
    color: var(--primary-color, #0c447c);
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .06em;
}

.ojt-module-grid h3 {
    margin: .45rem 0 .6rem;
    color: var(--ojt-heading);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
}

.ojt-module-grid p {
    color: var(--ojt-muted);
    font-size: .86rem;
}

.ojt-apply,
.ojt-testimonies {
    border-block: 1px solid var(--ojt-border);
    background: rgba(255, 255, 255, 0.72);
    color: var(--ojt-heading);
}

.ojt-lead {
    max-width: 800px;
}

.ojt-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin: 2rem 0;
}

.ojt-steps article {
    display: flex;
    gap: 1rem;
    padding: 1.3rem;
}

.ojt-steps article>span {
    display: flex;
    flex: 0 0 2.2rem;
    align-items: center;
    justify-content: center;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    background: var(--primary-color-lightest, #eaf4f8);
    color: var(--primary-color, #0c447c);
    font-weight: 900;
}

.ojt-steps h3 {
    margin-bottom: .5rem;
    color: var(--ojt-heading);
    font-size: 1rem;
    font-weight: 700;
}

.ojt-button {
    display: inline-block;
    margin: .25rem .5rem .25rem 0;
    padding: .8rem 1.2rem;
    border-radius: var(--theme-border-radius, 5px);
    background: var(--primary-color, #0c447c);
    color: #fff;
    font-weight: 800;
}

.ojt-button:hover {
    background: color-mix(in srgb, var(--primary-color, #0c447c) 88%, #000);
    color: #fff;
}

.ojt-button--light {
    border: 1px solid var(--ojt-border);
    background: #fff;
    color: var(--primary-color, #0c447c);
}

.ojt-button--light:hover {
    background: var(--primary-color-lightest, #eaf4f8);
    color: var(--primary-color, #0c447c);
}

.ojt-report-grid,
.ojt-gallery,
.ojt-accommodation-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.ojt-report-grid a,
.ojt-empty {
    display: block;
    padding: 1.25rem;
    color: var(--ojt-heading);
}

.ojt-report-grid span,
.ojt-report-grid p {
    display: block;
    margin-top: .5rem;
    color: var(--ojt-muted);
    font-size: .82rem;
}

.ojt-testimony-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.ojt-testimony-grid article {
    padding: 1.75rem;
    color: var(--ojt-heading);
}

.ojt-testimony-grid img {
    width: 72px;
    height: 72px;
    margin-bottom: 1rem;
    object-fit: cover;
    border-radius: 50%;
}

.ojt-testimony-grid blockquote {
    margin-bottom: 1rem;
    color: var(--ojt-heading);
    font-size: 1rem;
    line-height: 1.7;
}

.ojt-testimony-grid strong,
.ojt-testimony-grid span {
    display: block;
}

.ojt-testimony-grid span {
    color: var(--ojt-muted);
    font-size: .82rem;
}

.ojt-gallery figure,
.ojt-accommodation-grid article {
    overflow: hidden;
}

.ojt-gallery img,
.ojt-gallery iframe,
.ojt-accommodation-grid img {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
}

.ojt-gallery figcaption,
.ojt-accommodation-grid article>div {
    padding: 1rem;
}

.ojt-accommodation-grid h3 {
    color: var(--ojt-heading);
    font-size: 1rem;
    font-weight: 700;
}

.ojt-accommodation-grid a,
.ojt-accommodation-grid span {
    display: block;
    margin-top: .6rem;
    color: var(--ojt-muted);
    font-size: .82rem;
}

.ojt-accommodation-grid a {
    color: var(--primary-color, #0c447c);
    font-weight: 700;
}

@media (max-width: 900px) {
    .ojt-nav .container {
        justify-content: flex-start;
        flex-wrap: nowrap;
        gap: 1.35rem;
        padding-inline: 1.25rem;
        width: max-content;
        min-width: 100%;
    }

    .ojt-intro {
        grid-template-columns: 1fr;
    }

    .ojt-facts,
    .ojt-module-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ojt-steps {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .ojt-simple-hero {
        min-height: 210px;
    }

    .ojt-section {
        padding: 2.75rem 0;
    }

    .ojt-nav .container {
        gap: 1.1rem;
        padding-inline: 1rem;
    }

    .ojt-nav a {
        font-size: 0.9rem;
        padding: 0.85rem 0;
    }

    .ojt-facts,
    .ojt-module-grid,
    .ojt-testimony-grid,
    .ojt-report-grid,
    .ojt-gallery,
    .ojt-accommodation-grid {
        grid-template-columns: 1fr;
    }

    .ojt-module-grid article {
        min-height: auto;
    }
}