:root {
    --ink: #14233f;
    --muted: #5a6376;
    --cream: #f3f5cf;
    --cream-strong: #d6b23a;
    --white: #ffffff;
    --navy: #102a56;
    --navy-deep: #0b1f42;
    --paper: #faf7ef;
    --sand: #f4eee1;
    --gold: #d6b23a;
    --gold-soft: rgba(214, 178, 58, 0.14);
    --gold-line: rgba(214, 178, 58, 0.4);
    --orange: #d6b23a;
    --line: rgba(16, 42, 86, 0.12);
    --line-strong: rgba(16, 42, 86, 0.18);
    --container: 1200px;
    --section-space: 88px;
    --radius-soft: 6px;
    --radius: 12px;
    --radius-lg: 18px;
    --section-heading: clamp(27px, 2.6vw, 36px);
    --section-heading-line: 1.2;
    --heading-size: clamp(19px, 1.35vw, 23px);
    --heading-line: 1.3;
    --body-size: 16px;
    --body-line: 1.72;
    --eyebrow-size: 12px;
    --grid-gap: 44px;
    --block-padding: 44px;
    --shadow-soft: 0 1px 2px rgba(16, 42, 86, 0.04);
    --shadow-card: 0 18px 40px rgba(16, 42, 86, 0.08);
    --shadow-lift: 0 24px 54px rgba(16, 42, 86, 0.14);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--white);
    color: var(--ink);
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

h1, h2, h3, h4 {
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 600;
    letter-spacing: -0.01em;
}

::selection {
    background: var(--gold-soft);
    color: var(--navy);
}

a:focus-visible,
button:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible,
.btn:focus-visible {
    outline: 2px solid var(--gold);
    outline-offset: 3px;
    border-radius: 4px;
}

.container {
    width: min(100% - 40px, var(--container));
    margin-inline: auto;
}

/* bölüm ritmi: sıcak kağıt ve lacivert zeminler */
.section--paper {
    background: var(--paper);
}

.section--sand {
    background: var(--sand);
}

.eyebrow {
    display: inline-block;
    color: var(--gold);
    font-size: var(--eyebrow-size);
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.topbar {
    background: var(--navy-deep);
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    font-weight: 500;
}

.topbar a {
    color: rgba(255, 255, 255, 0.72);
    transition: color 0.2s ease;
}

.topbar a:hover {
    color: var(--gold);
}

.topbar__inner {
    min-height: 38px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 18px;
}

.topbar p {
    margin: 0;
    text-align: center;
    letter-spacing: 0.01em;
}

.topbar__languages {
    justify-self: end;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
}

.topbar__languages a[aria-current="page"] {
    color: var(--gold);
}

.topbar__languages span {
    width: 1px;
    height: 12px;
    background: rgba(255, 255, 255, 0.28);
}

.site-header {
    position: sticky;
    z-index: 50;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--white);
    border-bottom: 1px solid transparent;
    transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

/* İç sayfalar: üstte beyaz, aşağı kaydırınca açık krem */
.site-header.is-scrolled {
    background: #f8f6eb;
    border-bottom-color: var(--line);
    box-shadow: 0 6px 24px rgba(16, 42, 86, 0.07);
}

/* Ana sayfa: üstte hero tonunda (paper), aşağı kaydırınca beyaz */
body.home .site-header {
    background: var(--paper);
}

body.home .site-header.is-scrolled {
    background: var(--white);
    border-bottom-color: var(--line);
    box-shadow: 0 6px 24px rgba(16, 42, 86, 0.06);
}

body.home .site-header.is-scrolled .main-nav a::after {
    background: var(--gold);
}

body.home .site-header.is-scrolled .btn--header {
    background: var(--gold);
    color: var(--navy);
    box-shadow: 0 8px 20px rgba(214, 178, 58, 0.28);
}

body.home .site-header.is-scrolled .btn--header span {
    background: var(--navy);
    color: var(--white);
}

.floating-actions {
    position: fixed;
    z-index: 20;
    right: 18px;
    top: 50%;
    display: grid;
    gap: 8px;
    transform: translateY(-50%);
}

.floating-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: var(--navy);
    color: var(--white);
    box-shadow: 0 10px 24px rgba(16, 42, 86, 0.16);
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.icon-link img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.floating-actions a.floating-actions__item,
.floating-actions a + a {
    background: var(--white);
}

.floating-actions__item img {
    width: 38px;
    height: 38px;
    object-fit: contain;
}

.floating-actions__item--whatsapp img {
    width: 42px;
    height: 42px;
}

.floating-actions a:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(16, 42, 86, 0.2);
}

.page-countries .floating-actions {
    display: none;
}

.site-header__inner {
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 26px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
}

.brand__logo {
    height: 42px;
    width: auto;
    display: block;
}

.brand--footer .brand__logo {
    height: 52px;
}

.brand__mark {
    width: 40px;
    height: 40px;
    border-radius: var(--radius-soft);
    display: grid;
    place-items: center;
    background: var(--navy);
    color: var(--white);
    font-weight: 800;
}

.brand__text {
    display: grid;
    gap: 0;
    line-height: 1;
}

.brand__text strong {
    font-size: 29px;
    line-height: 0.95;
    letter-spacing: 0;
}

.brand__text small {
    color: var(--orange);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.main-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    font-size: 14.5px;
    font-weight: 600;
}

.main-nav a {
    position: relative;
    white-space: nowrap;
    color: var(--navy);
    padding: 6px 0;
    transition: color 0.2s ease;
}

.main-nav a:hover {
    color: var(--gold);
}

.main-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    transform: scaleX(0);
    transform-origin: center;
    background: var(--gold);
    transition: transform 0.2s ease;
}

.main-nav a:hover::after {
    transform: scaleX(1);
}

.header-actions,
.hero-actions {
    display: flex;
    align-items: center;
    gap: 14px;
}

.icon-link {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    border: 1px solid var(--line);
    background: var(--white);
    font-weight: 800;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.icon-link:hover {
    border-color: var(--gold-line);
    transform: translateY(-2px);
}

.btn {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-radius: var(--radius-soft);
    border: 1px solid transparent;
    padding: 0 12px 0 20px;
    font-size: 15px;
    font-weight: 700;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

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

.btn span {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: var(--radius-soft);
    background: var(--white);
    color: var(--navy);
    font-size: 18px;
    line-height: 1;
}

.btn--header {
    min-height: 46px;
    background: var(--gold);
    color: var(--navy);
    box-shadow: 0 8px 20px rgba(214, 178, 58, 0.28);
}

.btn--header span {
    background: var(--navy);
    color: var(--white);
}

.btn--header:hover {
    box-shadow: 0 12px 26px rgba(214, 178, 58, 0.36);
}

.btn--primary {
    background: var(--navy);
    color: var(--white);
}

.btn--primary:hover {
    background: var(--navy-deep);
}

.btn--ghost {
    background: transparent;
    border-color: var(--line-strong);
    color: var(--navy);
}

.btn--ghost:hover {
    border-color: var(--navy);
}

.nav-toggle {
    display: none;
    width: 46px;
    height: 46px;
    border: 1px solid var(--line);
    border-radius: var(--radius-soft);
    background: rgba(255, 255, 255, 0.5);
    padding: 11px;
}

.nav-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    margin: 5px 0;
    background: var(--ink);
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.hero-section {
    position: relative;
    overflow: hidden;
    padding: 28px 0 0;
    background:
        radial-gradient(1100px 440px at 88% -12%, rgba(214, 178, 58, 0.12), transparent 62%),
        linear-gradient(180deg, var(--paper) 0%, var(--white) 86%);
}

.hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.04fr 0.96fr;
    align-items: center;
    gap: 52px;
}

.hero-copy {
    max-width: 600px;
    padding: 8px 0 44px;
}

.hero-copy .eyebrow {
    margin-bottom: 18px;
}

.hero-copy h1 {
    max-width: 15ch;
    margin: 0;
    color: var(--navy);
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 600;
    font-size: clamp(32px, 4.3vw, 50px);
    line-height: 1.08;
    letter-spacing: -0.018em;
}

.hero-copy h1 em {
    color: var(--gold);
    font-style: italic;
}

.hero-lead {
    max-width: 52ch;
    margin: 22px 0 30px;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.7;
}

.hero-actions {
    margin-bottom: 28px;
}

.hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 26px;
    margin: 0;
    padding-top: 22px;
    border-top: 1px solid var(--line);
    list-style: none;
}

.hero-trust li {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--navy);
    font-size: 13.5px;
    font-weight: 600;
}

.hero-trust li::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--gold);
}

.hero-media {
    position: relative;
    align-self: end;
    min-height: 430px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.hero-media::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 12%;
    right: 3%;
    bottom: 0;
    top: 22px;
    border-radius: 220px 220px var(--radius-lg) var(--radius-lg);
    background: linear-gradient(180deg, rgba(16, 42, 86, 0.07), rgba(214, 178, 58, 0.12));
}

.hero-media img {
    position: relative;
    z-index: 1;
    width: min(460px, 100%);
    height: auto;
    object-fit: contain;
    object-position: bottom center;
}

.hero-doodle,
.hero-icon {
    display: none;
}

.hero-doodle {
    position: absolute;
    opacity: 0.22;
    pointer-events: none;
}

.hero-doodle--circle {
    left: -70px;
    bottom: 80px;
    width: 330px;
    height: 330px;
    border: 6px solid rgba(21, 18, 35, 0.12);
    border-radius: 50%;
}

.hero-icon {
    position: absolute;
    z-index: 1;
    width: 52px;
    height: 52px;
    color: var(--navy);
    opacity: 0.075;
    pointer-events: none;
    animation: heroFloat 8s ease-in-out infinite;
}

.hero-icon img {
    width: 100%;
    height: 100%;
    display: block;
    filter: brightness(0) saturate(100%) invert(16%) sepia(38%) saturate(1914%) hue-rotate(188deg) brightness(91%) contrast(96%);
}

.hero-icon--cap {
    top: 155px;
    right: 22%;
    animation-delay: -2.5s;
}

.hero-icon--route {
    top: 305px;
    right: 7%;
    width: 54px;
    height: 54px;
    animation-delay: -5s;
}

.hero-icon--route img,
.hero-icon--pencil img {
    filter: brightness(0) saturate(100%) invert(63%) sepia(84%) saturate(1494%) hue-rotate(344deg) brightness(99%) contrast(92%);
}

.hero-icon--document {
    bottom: 132px;
    right: 29%;
    width: 48px;
    height: 48px;
    animation-delay: -1s;
}

.hero-icon--school {
    top: 395px;
    right: 14%;
    width: 58px;
    height: 58px;
    animation-delay: -3.5s;
}

.hero-icon--book {
    top: 238px;
    left: 46%;
    width: 50px;
    height: 50px;
    animation-delay: -6s;
}

.hero-icon--pencil {
    bottom: 160px;
    left: 49%;
    width: 44px;
    height: 44px;
    animation-delay: -4.5s;
}

@keyframes heroFloat {
    0%,
    100% {
        transform: translate3d(0, 0, 0) rotate(0deg);
    }

    50% {
        transform: translate3d(0, -16px, 0) rotate(4deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-icon {
        animation: none;
    }
}

.hero-wave {
    display: none;
}

.difference-section {
    padding: var(--section-space) 0;
    background: var(--white);
}

.difference-heading {
    max-width: 640px;
    margin: 0 auto 44px;
    text-align: center;
}

.difference-heading .eyebrow {
    margin-bottom: 14px;
}

.difference-heading h2 {
    margin: 0;
    color: var(--navy);
    font-size: var(--section-heading);
    line-height: var(--section-heading-line);
    letter-spacing: -0.01em;
}

.difference-accordion {
    display: flex;
    gap: 14px;
    min-height: 280px;
    animation: sectionReveal 0.65s ease both;
}

.difference-panel {
    position: relative;
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px 28px;
    overflow: hidden;
    color: var(--navy);
    background: var(--white);
    border: 1px solid rgba(16, 42, 86, 0.12);
    border-radius: 16px;
    cursor: pointer;
    transition: flex 0.5s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.35s ease, color 0.35s ease, box-shadow 0.35s ease;
}

.difference-panel__step {
    position: absolute;
    top: 28px;
    left: 28px;
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: rgba(16, 42, 86, 0.06);
    color: var(--navy);
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.02em;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.difference-accordion .difference-panel h3 {
    margin: 0;
    color: inherit;
    font-size: clamp(18px, 1.5vw, 22px);
    line-height: 1.25;
    letter-spacing: 0;
    transition: color 0.35s ease;
}

.difference-panel p {
    margin: 0;
    max-width: 460px;
    max-height: 0;
    overflow: hidden;
    color: inherit;
    font-size: 15px;
    line-height: 1.6;
    opacity: 0;
    transform: translateY(8px);
    transition: max-height 0.5s ease, margin 0.5s ease, opacity 0.35s ease, transform 0.4s ease;
}

/* genişleyen (aktif / hover) panel */
.difference-panel.is-featured,
.difference-panel:hover,
.difference-panel:focus-within {
    flex: 1.6 1 0;
    background: var(--navy);
    color: var(--white);
    box-shadow: 0 22px 48px rgba(16, 42, 86, 0.18);
}

.difference-panel.is-featured .difference-panel__step,
.difference-panel:hover .difference-panel__step,
.difference-panel:focus-within .difference-panel__step {
    background: var(--orange);
    color: var(--navy);
}

.difference-panel.is-featured p,
.difference-panel:hover p,
.difference-panel:focus-within p {
    max-height: 200px;
    margin-top: 16px;
    opacity: 0.9;
    transform: translateY(0);
}

/* başka bir panele gelince aktif olanı daralt */
.difference-accordion:hover .difference-panel,
.difference-accordion:focus-within .difference-panel {
    flex: 1 1 0;
    background: var(--white);
    color: var(--navy);
    box-shadow: none;
}

.difference-accordion:hover .difference-panel:hover,
.difference-accordion:focus-within .difference-panel:focus-within {
    flex: 1.6 1 0;
    background: var(--navy);
    color: var(--white);
    box-shadow: 0 22px 48px rgba(16, 42, 86, 0.18);
}

.difference-accordion:hover .difference-panel__step {
    background: rgba(16, 42, 86, 0.06);
    color: var(--navy);
}

.difference-accordion:hover .difference-panel:hover .difference-panel__step,
.difference-accordion:focus-within .difference-panel:focus-within .difference-panel__step {
    background: var(--orange);
    color: var(--navy);
}

.difference-accordion:hover .difference-panel:not(:hover) p,
.difference-accordion:focus-within .difference-panel:not(:focus-within) p {
    max-height: 0;
    margin-top: 0;
    opacity: 0;
    transform: translateY(8px);
}

@keyframes sectionReveal {
    from {
        opacity: 0;
        transform: translateY(22px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.journey-section,
.program-section,
.canada-section,
.stories-section,
.home-cta,
.content-section,
.about-section,
.team-section,
.values-section,
.contact-section {
    padding: var(--section-space) 0;
}

.page-hero {
    padding: 64px 0 34px;
    background: var(--white);
}

/* CTA'dan hemen önceki bölümün alt boşluğunu kıs (tüm iç sayfalar) */
main > section:has(+ .home-cta) {
    padding-bottom: 44px;
}

.page-hero span {
    display: inline-block;
    margin-bottom: 8px;
    color: var(--gold);
    font-size: var(--eyebrow-size);
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.page-hero h1 {
    max-width: 18ch;
    margin: 6px 0 14px;
    color: var(--navy);
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 600;
    font-size: clamp(30px, 3.4vw, 44px);
    line-height: 1.1;
    letter-spacing: -0.018em;
}

.page-hero p {
    max-width: 680px;
    margin: 0;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.7;
}

/* Yolculuğunuz sayfası: hero ile timeline bölümü aynı beyaz tonda aksın */
.page-hero--journey {
    background: var(--white);
}

.page-hero + .about-section {
    padding-top: 20px;
}

.content-grid,
.team-grid,
.values-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.content-card,
.team-card,
.values-grid article {
    display: block;
    min-height: 220px;
    padding: 28px;
    border: 1px solid rgba(16, 42, 86, 0.12);
    border-radius: var(--radius-soft);
    background: var(--white);
}

.content-card h2,
.team-card h3,
.values-grid h2,
.about-lead h2,
.about-copy h2,
.contact-info h2 {
    margin: 0 0 14px;
    color: var(--navy);
    font-size: 24px;
    line-height: 1.25;
}

.content-card p,
.team-card p,
.team-card li,
.values-grid p,
.about-lead li,
.about-copy p,
.contact-info p {
    color: var(--muted);
    font-size: var(--body-size);
    line-height: var(--body-line);
}

.content-card strong {
    display: inline-flex;
    margin-top: 18px;
    color: var(--orange);
}

.content-section--stories {
    padding-top: 0;
}

.content-grid--stories {
    display: grid;
    grid-template-columns: minmax(320px, 0.62fr) minmax(0, 0.9fr);
    gap: var(--grid-gap);
    align-items: start;
}

.stories-intro {
    position: sticky;
    top: 120px;
    display: grid;
    gap: 16px;
}

.stories-intro__media {
    width: min(100%, 430px);
    height: 210px;
    margin: 0;
    overflow: hidden;
    border-radius: var(--radius-soft);
    background: #f7f9fc;
    box-shadow: 0 18px 42px rgba(16, 42, 86, 0.08);
}

.stories-intro__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.stories-intro h2 {
    max-width: 430px;
    margin: 0;
    color: var(--navy);
    font-family: inherit;
    font-size: clamp(18px, calc(3.1vw - 14px), 34px);
    line-height: 1.08;
    letter-spacing: 0;
}

.stories-intro p {
    max-width: 420px;
    margin: 0;
    color: var(--muted);
    font-size: var(--body-size);
    line-height: var(--body-line);
}

.student-stories-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.student-story-card {
    min-height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 28px;
    border: 1px solid rgba(16, 42, 86, 0.12);
    border-radius: var(--radius-soft);
    background: var(--white);
    box-shadow: 0 18px 46px rgba(16, 42, 86, 0.06);
}

.student-story-card:nth-child(3n) {
    grid-column: span 2;
    min-height: 260px;
    background: var(--navy);
    color: var(--white);
}

.student-story-card__quote {
    color: var(--orange);
    font-family: inherit;
    font-size: 58px;
    line-height: 0.7;
}

.student-story-card p {
    margin: 20px 0;
    color: var(--navy);
    font-family: inherit;
    font-size: clamp(14px, calc(1.6vw - 5px), 20px);
    line-height: 1.32;
}

.student-story-card:nth-child(3n) p {
    color: var(--white);
}

.student-story-card footer {
    display: flex;
    align-items: center;
    gap: 14px;
}

.student-story-card__avatar {
    width: 54px;
    height: 54px;
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 50%;
    background: rgba(214, 178, 58, 0.14);
    color: var(--orange);
    font-weight: 900;
}

.student-story-card:nth-child(3n) .student-story-card__avatar {
    background: rgba(255, 255, 255, 0.16);
    color: var(--white);
}

.student-story-card strong,
.student-story-card small {
    display: block;
}

.student-story-card strong {
    color: var(--navy);
    font-size: 17px;
}

.student-story-card small {
    margin-top: 4px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.35;
}

.student-story-card:nth-child(3n) strong,
.student-story-card:nth-child(3n) small {
    color: var(--white);
}

.content-section--programs {
    padding-top: 0;
}

.content-grid--programs {
    gap: 24px;
}

.content-card--programs {
    position: relative;
    min-height: 0;
    display: flex;
    flex-direction: column;
    padding: 32px;
    overflow: hidden;
    border-color: rgba(16, 42, 86, 0.12);
    border-radius: 16px;
    background: var(--white);
    box-shadow: 0 1px 2px rgba(16, 42, 86, 0.04);
    transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.content-card--programs::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: var(--orange);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.28s ease;
}

.content-card--programs:hover {
    border-color: rgba(16, 42, 86, 0.2);
    box-shadow: 0 22px 48px rgba(16, 42, 86, 0.12);
    transform: translateY(-6px);
}

.content-card--programs:hover::before {
    transform: scaleX(1);
}

.content-card__badge {
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    margin-bottom: 22px;
    border-radius: 14px;
    background: rgba(16, 42, 86, 0.06);
    transition: background-color 0.22s ease;
}

.content-card--programs:hover .content-card__badge {
    background: var(--orange);
}

.content-card__icon {
    width: 28px;
    height: 28px;
    display: block;
    background: var(--navy);
    -webkit-mask: var(--card-icon, url("../icons/bell.svg")) center / contain no-repeat;
    mask: var(--card-icon, url("../icons/bell.svg")) center / contain no-repeat;
    transition: background-color 0.22s ease;
}

.content-card--programs:hover .content-card__icon {
    background: var(--white);
}

.content-card--programs h2 {
    margin: 0 0 12px;
    color: var(--navy);
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: 0;
}

.content-card--programs p {
    margin: 0;
    color: var(--muted);
    font-size: var(--body-size);
    line-height: 1.65;
}

.content-card--programs .content-card__link {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 8px;
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid rgba(16, 42, 86, 0.08);
    width: 100%;
    color: var(--orange);
    font-size: 15px;
    font-weight: 800;
    transition: color 0.22s ease;
}

.content-card--programs .content-card__link span {
    display: inline-block;
    font-size: 16px;
    transition: transform 0.22s ease;
}

.content-card--programs:hover .content-card__link span {
    transform: translate(3px, -3px);
}

.content-section--journey {
    padding-top: 0;
}

.content-grid--journey {
    display: grid;
    grid-template-columns: minmax(0, 1.24fr) minmax(360px, 0.76fr);
    align-items: stretch;
    gap: 18px;
}

.journey-feature-media {
    height: auto;
    min-height: 100%;
    margin: 0;
    overflow: hidden;
    border-radius: var(--radius-soft);
    background: #f7f9fc;
}

.journey-feature-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.journey-stage-list {
    display: grid;
    grid-template-rows: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.journey-stage-card {
    display: grid;
    align-content: center;
    min-height: 0;
    padding: 30px;
    border-radius: var(--radius-soft);
    background: var(--navy);
    color: var(--white);
    box-shadow: 0 14px 34px rgba(16, 42, 86, 0.08);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.journey-stage-card:nth-child(2n) {
    background: var(--orange);
}

.journey-stage-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 44px rgba(16, 42, 86, 0.12);
}

.content-card__step {
    position: relative;
    z-index: 1;
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--navy);
    color: var(--white);
    font-size: 15px;
    font-weight: 900;
}

.journey-stage-card h2 {
    margin: 0;
    color: var(--white);
    font-size: 21px;
    line-height: 1.25;
}

.journey-stage-card p {
    max-width: 520px;
    margin: 12px 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: var(--body-size);
    line-height: 1.65;
}

.content-section--canada {
    padding-top: 0;
}

.content-grid--canada {
    gap: 26px;
}

.content-card--canada {
    min-height: 0;
    display: flex;
    flex-direction: column;
    padding: 0;
    overflow: hidden;
    border: 0;
    background: var(--white);
    box-shadow: 0 18px 46px rgba(16, 42, 86, 0.07);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.content-card--canada:hover {
    transform: translateY(-3px);
    box-shadow: 0 24px 58px rgba(16, 42, 86, 0.1);
}

.content-card__media {
    margin: 0;
    aspect-ratio: 1.35 / 1;
    overflow: hidden;
    background: #f7f9fc;
}

.content-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.42s ease;
}

.content-card--canada:hover .content-card__media img {
    transform: scale(1.035);
}

.content-card--canada:nth-child(3) .content-card__media {
    background: #f7f9fc;
}

.content-card--canada:nth-child(3) .content-card__media img {
    padding-top: 14px;
    object-fit: contain;
    object-position: center bottom;
}

.content-card__body {
    min-height: 250px;
    display: flex;
    flex-direction: column;
    padding: 28px;
}

.content-card--canada .content-card__step {
    width: 46px;
    height: 46px;
    margin-bottom: 28px;
    border-radius: var(--radius-soft);
    background: var(--orange);
    font-size: 14px;
}

.content-card--canada:nth-child(2n) .content-card__step {
    background: var(--navy);
}

.content-card--canada h2 {
    margin: 0 0 14px;
    color: var(--navy);
    font-size: 24px;
    line-height: 1.25;
}

.content-card--canada p {
    max-width: 520px;
    color: var(--muted);
    font-size: var(--body-size);
    line-height: var(--body-line);
}

.about-layout,
.contact-layout {
    display: grid;
    grid-template-columns: 0.75fr 1.25fr;
    gap: var(--grid-gap);
    align-items: start;
}

.about-lead,
.contact-info {
    padding: var(--block-padding);
    border-radius: var(--radius-soft);
    background: var(--navy);
    color: var(--white);
}

.about-lead h2,
.contact-info h2 {
    color: var(--white);
}

.about-lead ul,
.team-card ul {
    display: grid;
    gap: 12px;
    margin: 0;
    padding-left: 18px;
}

.about-lead li,
.contact-info p {
    color: rgba(255, 255, 255, 0.78);
}

.about-copy blockquote {
    margin: 22px 0 0;
    padding-left: 18px;
    border-left: 4px solid var(--orange);
    color: var(--navy);
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.4;
}

.team-section {
    background: var(--white);
}

.about-section + .team-section,
.team-section + .values-section {
    padding-top: 0;
}

.content-section + .home-cta {
    padding-top: 0;
}

.contact-section {
    background: #f7f9fc;
}

.team-layout {
    display: block;
}

.team-sticky-copy {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 34px;
    margin-bottom: var(--grid-gap);
}

.team-sticky-copy > div > span {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 14px;
    border: 1px solid rgba(16, 42, 86, 0.12);
    border-radius: 999px;
    background: var(--white);
    color: var(--orange);
    font-size: var(--eyebrow-size);
    font-weight: 900;
    text-transform: uppercase;
}

.team-sticky-copy h2 {
    max-width: 610px;
    margin: 22px 0 0;
    color: var(--navy);
    font-size: var(--section-heading);
    line-height: var(--section-heading-line);
    letter-spacing: 0;
}

.team-sticky-copy h2 em {
    color: var(--orange);
    font-family: inherit;
    font-style: normal;
}

.team-sticky-copy__link {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    min-height: 58px;
    flex: 0 0 auto;
    padding: 0 8px 0 24px;
    border: 1px solid rgba(16, 42, 86, 0.14);
    border-radius: 8px;
    background: var(--white);
    color: var(--navy);
    font-weight: 900;
    box-shadow: 0 12px 28px rgba(16, 42, 86, 0.06);
}

.team-sticky-copy__link span {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 6px;
    background: var(--orange);
    color: var(--white);
    font-size: 22px;
}

.team-board {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

.team-person {
    position: relative;
    display: grid;
    grid-template-rows: auto 1fr auto;
    min-height: 438px;
    padding: 28px 28px 34px;
    overflow: hidden;
    border-radius: 8px;
    background: var(--white);
    box-shadow: none;
    opacity: 0;
    transform: translateY(20px);
    animation: teamPersonIn 0.68s ease forwards;
    animation-delay: var(--team-delay);
    color: inherit;
    transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.team-person:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 54px rgba(16, 42, 86, 0.09);
}

.team-person--navy {
    background: var(--navy);
}

.team-person--light {
    background: #f7f9fc;
}

.team-person--orange {
    background: var(--orange);
}

.team-person__top {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
}

.team-person__social {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    color: var(--navy);
    font-size: 25px;
    font-weight: 500;
    line-height: 1;
}

.team-person__social small {
    color: rgba(16, 42, 86, 0.18);
    font-size: 18px;
    font-weight: 900;
}

.team-person__media {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 254px;
    margin: 8px 0 18px;
    overflow: visible;
}

.team-person__avatar {
    display: grid;
    place-items: center;
    width: min(232px, 76%);
    aspect-ratio: 1;
    overflow: hidden;
    border: 8px solid rgba(255, 255, 255, 0.42);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.28);
}

.team-person__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.team-person__avatar strong {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    color: var(--navy);
    font-size: clamp(48px, 5vw, 72px);
    font-weight: 900;
}

.team-person__meta {
    min-width: 0;
    display: grid;
    gap: 8px;
    justify-items: center;
    text-align: center;
}

.team-kicker {
    display: inline-flex;
    margin-bottom: 10px;
    color: var(--orange);
    font-size: var(--eyebrow-size);
    font-weight: 900;
    text-transform: uppercase;
}

.team-person h3 {
    margin: 0;
    color: var(--navy);
    font-size: clamp(24px, 2vw, 32px);
    line-height: 1.08;
}

.team-person__meta p {
    margin: 0;
    color: var(--muted);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
}

.team-person--dark,
.team-person--dark .team-person__social,
.team-person--dark h3,
.team-person--dark .team-person__meta p,
.team-person--dark .team-person__avatar strong {
    color: var(--white);
}

.team-person--dark .team-person__social small {
    color: rgba(255, 255, 255, 0.16);
}

@media (max-width: 1400px) and (min-width: 981px) {
    .team-sticky-copy {
        padding-right: 78px;
    }
}

.team-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

.team-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 11px;
    border-radius: 999px;
    background: rgba(16, 42, 86, 0.07);
    color: var(--navy);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
}

@keyframes teamPersonIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.team-detail-section {
    padding: 172px 0 var(--section-space);
    background: var(--white);
}

.team-detail {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr);
    gap: 86px;
    align-items: start;
}

.team-detail__media {
    min-height: 690px;
    overflow: hidden;
    border-radius: var(--radius-soft);
    background: #e7edf4;
}

.team-detail__media img {
    width: 100%;
    height: 100%;
    min-height: 690px;
    object-fit: cover;
    object-position: center top;
}

.team-detail__media--empty {
    display: grid;
    place-items: center;
    min-height: 620px;
    background: linear-gradient(135deg, rgba(16, 42, 86, 0.08), rgba(214, 178, 58, 0.1));
}

.team-detail__media--empty span {
    max-width: 360px;
    color: var(--navy);
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 600;
    font-size: clamp(42px, 5vw, 74px);
    line-height: 1.05;
    text-align: center;
}

.team-detail__content {
    padding-top: 14px;
}

.team-detail__back {
    display: inline-flex;
    margin-bottom: 28px;
    color: var(--muted);
    font-size: 14px;
    font-weight: 800;
}

.team-detail__content h1 {
    margin: 0;
    color: var(--navy);
    font-size: var(--section-heading);
    line-height: var(--section-heading-line);
    letter-spacing: 0;
}

.team-detail__stats {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin: 26px 0 58px;
    color: var(--navy);
    font-weight: 900;
}

.team-detail__stats span + span::before {
    content: "•";
    margin-right: 18px;
    color: rgba(16, 42, 86, 0.28);
}

.team-detail__content section + section {
    margin-top: 44px;
}

.team-detail__content h2 {
    margin: 0 0 18px;
    color: var(--navy);
    font-size: 22px;
    line-height: 1.25;
}

.team-detail__content p {
    max-width: 800px;
    margin: 0;
    color: var(--muted);
    font-size: var(--body-size);
    line-height: var(--body-line);
}

.contact-info a {
    display: block;
    margin-top: 16px;
    color: var(--white);
    font-weight: 800;
}

.contact-form-card {
    padding: var(--block-padding);
    border-radius: var(--radius-soft);
    background: var(--white);
    box-shadow: 0 22px 60px rgba(16, 42, 86, 0.08);
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.field {
    display: grid;
    gap: 8px;
}

.field--wide {
    grid-column: 1 / -1;
}

.field label {
    color: var(--navy);
    font-size: 14px;
    font-weight: 800;
}

.field input,
.field select,
.field textarea {
    width: 100%;
    min-height: 50px;
    border: 1px solid rgba(16, 42, 86, 0.15);
    border-radius: var(--radius-soft);
    padding: 0 14px;
    color: var(--ink);
    background: var(--white);
    font: inherit;
}

.field textarea {
    min-height: 126px;
    padding-top: 13px;
    resize: vertical;
}

.form-submit {
    margin-top: 20px;
}

.contact-feedback {
    grid-column: 1 / -1;
    border-radius: var(--radius-soft);
    padding: 14px 16px;
    margin-bottom: 16px;
    font-size: 15px;
}

.contact-feedback.success {
    background: rgba(25, 135, 84, 0.12);
    color: #14532d;
}

.contact-feedback.error {
    background: rgba(220, 53, 69, 0.12);
    color: #842029;
}

.split-heading {
    display: grid;
    grid-template-columns: 0.34fr 0.86fr 0.58fr;
    gap: 34px;
    align-items: start;
    margin-bottom: 34px;
}

.split-heading span,
.program-copy span,
.canada-panel span,
.story-block span {
    display: inline-block;
    margin-bottom: 6px;
    color: var(--gold);
    font-size: var(--eyebrow-size);
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.split-heading h2,
.program-copy h2,
.canada-panel h2,
.story-block h2,
.home-cta h2 {
    margin: 0;
    color: var(--navy);
    font-size: var(--section-heading);
    line-height: var(--section-heading-line);
    letter-spacing: 0;
}

.split-heading p,
.program-copy p,
.canada-panel p,
.story-block p,
.home-cta p {
    margin: 0;
    color: var(--muted);
    font-size: var(--body-size);
    line-height: var(--body-line);
}

.journey-visual {
    display: grid;
    grid-template-columns: 0.95fr 1fr;
    min-height: 340px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: var(--white);
    box-shadow: var(--shadow-card);
}

.journey-section {
    padding-top: 0;
    padding-bottom: var(--section-space);
}

.journey-image {
    min-height: 330px;
    background: #e9edf4;
}

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

.journey-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: var(--block-padding);
    background: var(--white);
}

.journey-content > span {
    display: inline-block;
    margin-bottom: 6px;
    color: var(--gold);
    font-size: var(--eyebrow-size);
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.journey-content h2 {
    max-width: 520px;
    margin: 12px 0 16px;
    color: var(--navy);
    font-size: var(--section-heading);
    line-height: var(--section-heading-line);
}

.journey-content p {
    max-width: 520px;
    margin: 0;
    color: var(--muted);
    font-size: var(--body-size);
    line-height: var(--body-line);
}

.journey-steps {
    display: grid;
    gap: 0;
    padding: 0;
    margin: 26px 0 0;
    list-style: none;
    counter-reset: jstep;
}

.journey-steps li {
    position: relative;
    padding: 0 0 20px 50px;
}

.journey-steps li:last-child {
    padding-bottom: 0;
}

.journey-steps li:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 16px;
    top: 34px;
    bottom: 0;
    width: 2px;
    background: var(--line);
}

.journey-steps li::before {
    counter-increment: jstep;
    content: counter(jstep);
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--gold-soft);
    color: var(--navy);
    font-size: 14px;
    font-weight: 800;
}

.journey-steps strong {
    display: block;
    color: var(--navy);
    font-size: var(--body-size);
    line-height: 1.4;
}

.journey-steps span {
    display: block;
    margin-top: 2px;
    color: var(--muted);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}

.program-section {
    padding: var(--section-space) 0;
    background: var(--sand);
}

.canada-card,
.stories-card {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: var(--grid-gap);
    align-items: start;
}

.program-layout {
    display: grid;
    grid-template-columns: 0.82fr 1.18fr;
    gap: 56px;
    align-items: start;
}

.program-copy {
    position: sticky;
    top: 104px;
}

.program-copy h2 {
    max-width: 440px;
    color: var(--navy);
    font-size: var(--section-heading);
    line-height: var(--section-heading-line);
}

.program-copy p {
    max-width: 460px;
    margin-top: 16px;
    color: var(--muted);
    font-size: var(--body-size);
    line-height: 1.72;
}

.program-copy span {
    color: var(--gold);
}

.program-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.program-list a {
    position: relative;
    min-height: 104px;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 22px 24px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow-soft);
    color: var(--navy);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.32;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.program-list a::after {
    content: "↗";
    position: absolute;
    top: 18px;
    right: 20px;
    color: var(--gold);
    font-size: 16px;
    opacity: 0;
    transform: translate(-4px, 4px);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.program-list img {
    width: 26px;
    height: 26px;
    flex: 0 0 48px;
    box-sizing: content-box;
    padding: 11px;
    border-radius: 12px;
    background: var(--gold-soft);
    filter: brightness(0) saturate(100%) invert(16%) sepia(38%) saturate(1914%) hue-rotate(188deg) brightness(91%) contrast(96%);
    transition: background 0.2s ease;
}

.program-list a:hover {
    border-color: var(--gold-line);
    box-shadow: var(--shadow-card);
    transform: translateY(-4px);
}

.program-list a:hover::after {
    opacity: 1;
    transform: translate(0, 0);
}

.canada-section {
    background: var(--white);
}

.canada-card {
    grid-template-columns: 1fr 1.05fr;
    align-items: stretch;
    gap: 0;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: var(--white);
    box-shadow: var(--shadow-card);
}

.canada-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 52px var(--block-padding);
    background:
        linear-gradient(180deg, var(--paper), var(--white));
}

.canada-panel h2 {
    margin-top: 12px;
    max-width: 15ch;
    color: var(--navy);
    font-size: var(--section-heading);
    line-height: var(--section-heading-line);
}

.canada-panel p {
    margin-top: 16px;
    max-width: 44ch;
    color: var(--muted);
    font-size: var(--body-size);
    line-height: var(--body-line);
}

.text-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 26px;
    padding-bottom: 3px;
    color: var(--navy);
    font-weight: 700;
    border-bottom: 2px solid var(--gold-line);
    align-self: flex-start;
    transition: border-color 0.2s ease, color 0.2s ease;
}

.text-link:hover {
    color: var(--gold);
    border-color: var(--gold);
}

.canada-image {
    position: relative;
    min-height: 420px;
    overflow: hidden;
    background: #e9edf4;
}

.canada-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

.canada-overview-section,
.canada-story-section {
    padding: 0 0 var(--section-space);
    background: var(--white);
}

.canada-overview {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    gap: var(--grid-gap);
    align-items: stretch;
}

.canada-overview__media,
.canada-story__media {
    margin: 0;
    overflow: hidden;
    border-radius: var(--radius-soft);
    background: var(--white);
    box-shadow: 0 22px 56px rgba(16, 42, 86, 0.08);
}

.canada-overview__media {
    min-height: 500px;
}

.canada-overview__media img,
.canada-story__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.canada-overview__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: var(--block-padding);
    border-radius: var(--radius-soft);
    background: var(--navy);
    color: var(--white);
}

.canada-overview__content > span,
.canada-story__content > span {
    color: var(--orange);
    font-size: var(--eyebrow-size);
    font-weight: 800;
    text-transform: uppercase;
}

.canada-overview__content h2,
.canada-story__content h2 {
    margin: 12px 0 16px;
    color: inherit;
    font-size: clamp(26px, 2.1vw, 34px);
    line-height: var(--section-heading-line);
    letter-spacing: 0;
}

.canada-overview__content p,
.canada-story__content p {
    margin: 0;
    color: inherit;
    font-size: var(--body-size);
    line-height: var(--body-line);
}

.canada-overview__content p {
    max-width: 560px;
    color: rgba(255, 255, 255, 0.78);
}

.canada-story__content h2 {
    font-size: clamp(24px, 1.85vw, 30px);
}

.canada-story__content p {
    max-width: 560px;
}

.canada-overview__content ul {
    display: grid;
    gap: 12px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.canada-overview__content li {
    position: relative;
    padding-left: 22px;
    color: rgba(255, 255, 255, 0.86);
    font-size: var(--body-size);
    line-height: 1.45;
    font-weight: 700;
}

.canada-overview__content li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--orange);
}

.canada-story-section .split-heading {
    grid-template-columns: 0.34fr minmax(0, 0.95fr);
    margin-bottom: var(--grid-gap);
}

.canada-story-section .split-heading h2 {
    grid-column: 2;
    max-width: 760px;
    justify-self: end;
}

.canada-story-list {
    display: grid;
    gap: 28px;
}

.canada-story {
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(0, 1fr);
    gap: var(--grid-gap);
    align-items: center;
}

.canada-story--reverse {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.86fr);
}

.canada-story--reverse .canada-story__media {
    order: 2;
}

.canada-story__media {
    height: 360px;
}

.canada-story__media img {
    object-position: center top;
}

.canada-story--reverse .canada-story__media {
    display: grid;
    place-items: end center;
}

.canada-story--reverse .canada-story__media img {
    width: auto;
    max-width: 82%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
}

.canada-story__content {
    max-width: 620px;
    color: var(--muted);
}

.canada-story--reverse .canada-story__content {
    justify-self: end;
}

.canada-story__content h2 {
    color: var(--navy);
}

.home-cta--canada-detail {
    padding-top: 0;
}

.program-detail__back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 15px;
    font-weight: 700;
    transition: color 0.2s ease;
}

.program-detail__back:hover {
    color: var(--white);
}

.program-detail-section {
    padding: 0 0 var(--section-space);
    background: var(--white);
}

.program-detail__content {
    width: 100%;
}

.program-detail__eyebrow {
    display: inline-block;
    color: var(--orange);
    font-size: var(--eyebrow-size);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.program-detail__content h2 {
    margin: 14px 0 18px;
    color: var(--navy);
    font-size: clamp(26px, 2.2vw, 36px);
    line-height: var(--section-heading-line);
    letter-spacing: 0;
}

.program-detail__content p {
    margin: 0;
    color: var(--muted);
    font-size: var(--body-size);
    line-height: var(--body-line);
}

.program-detail__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 32px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.program-detail__list li {
    position: relative;
    padding-left: 24px;
    color: var(--navy);
    font-size: var(--body-size);
    line-height: 1.5;
    font-weight: 700;
}

.program-detail__list li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--orange);
}

@media (max-width: 720px) {
    .program-detail__list {
        grid-template-columns: 1fr;
    }
}

.countries-map-section,
.countries-list-section {
    padding: 0 0 var(--section-space);
    background: var(--white);
}

.countries-map-layout {
    display: grid;
    gap: var(--grid-gap);
}

.countries-map-copy {
    display: grid;
    justify-items: end;
    gap: 14px;
    align-items: start;
}

.countries-map-copy span,
.countries-list article span,
.country-detail > span {
    color: var(--orange);
    font-size: var(--eyebrow-size);
    font-weight: 800;
    text-transform: uppercase;
}

.countries-map-copy h2 {
    max-width: 520px;
    margin: 0;
    color: var(--navy);
    font-size: clamp(24px, 2vw, 32px);
    line-height: var(--section-heading-line);
    letter-spacing: 0;
}

.countries-map-copy p {
    max-width: 500px;
    margin: 0;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.65;
}

.countries-map-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.48fr);
    gap: 24px;
    align-items: stretch;
}

.countries-map {
    position: relative;
    min-height: 540px;
    margin: 0;
    overflow: hidden;
    border-radius: var(--radius-soft);
    background:
        radial-gradient(circle at 24% 35%, rgba(214, 178, 58, 0.1), transparent 24%),
        linear-gradient(180deg, #f8fafc 0%, var(--white) 100%);
    box-shadow: 0 22px 56px rgba(16, 42, 86, 0.08);
}

.countries-osm {
    position: absolute;
    inset: 0;
    z-index: 1;
    min-height: 540px;
}

.countries-map-fallback {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 10px;
    padding: var(--block-padding);
    color: var(--navy);
    text-align: center;
}

.countries-map-fallback strong {
    font-size: 22px;
    line-height: 1.25;
}

.countries-map-fallback p {
    max-width: 420px;
    margin: 0;
    color: var(--muted);
    font-size: var(--body-size);
    line-height: var(--body-line);
}

.countries-map.is-map-ready .countries-map-fallback {
    display: none;
}

.countries-osm.leaflet-container {
    z-index: 1;
    background: #eef3f8;
    color: var(--ink);
    font-family: Arial, Helvetica, sans-serif;
}

.countries-osm .leaflet-control-attribution {
    color: var(--muted);
    font-size: 10px;
}

.countries-osm .leaflet-control-zoom {
    overflow: hidden;
    border: 1px solid rgba(16, 42, 86, 0.12);
    border-radius: var(--radius-soft);
}

.countries-osm .leaflet-control-zoom a {
    border: 0;
    color: var(--navy);
    font-weight: 900;
}

.country-leaflet-marker {
    display: grid;
    place-items: center;
    width: 26px !important;
    height: 26px !important;
    margin: 0 !important;
    border-radius: 50%;
    background: var(--orange);
    box-shadow: 0 0 0 8px rgba(214, 178, 58, 0.16), 0 12px 26px rgba(16, 42, 86, 0.18);
    transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.country-leaflet-marker span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--white);
}

.country-leaflet-marker.is-active {
    background: var(--navy);
    box-shadow: 0 0 0 10px rgba(16, 42, 86, 0.14), 0 16px 34px rgba(16, 42, 86, 0.2);
    transform: scale(1.08);
}

.countries-osm .leaflet-popup-content-wrapper {
    border-radius: var(--radius-soft);
    background: var(--navy);
    color: var(--white);
    box-shadow: 0 20px 45px rgba(16, 42, 86, 0.22);
}

.countries-osm .leaflet-popup-content {
    min-width: 220px;
    margin: 16px;
}

.countries-osm .leaflet-popup-content strong {
    display: block;
    margin-bottom: 8px;
    color: var(--white);
    font-size: 18px;
    line-height: 1.2;
}

.countries-osm .leaflet-popup-content p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    line-height: 1.55;
}

.countries-osm .leaflet-popup-tip {
    background: var(--navy);
}

.countries-osm .leaflet-popup-close-button {
    color: var(--white);
}

.country-marker {
    position: absolute;
    z-index: 2;
    left: var(--x);
    top: var(--y);
    width: 24px;
    height: 24px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: var(--orange);
    box-shadow: 0 0 0 8px rgba(214, 178, 58, 0.16), 0 12px 26px rgba(16, 42, 86, 0.18);
    cursor: pointer;
    transform: translate(-50%, -50%);
    transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.country-marker span {
    position: absolute;
    inset: 7px;
    border-radius: 50%;
    background: var(--white);
}

.country-marker:hover,
.country-marker:focus-visible,
.country-marker.is-active {
    background: var(--navy);
    box-shadow: 0 0 0 10px rgba(16, 42, 86, 0.14), 0 16px 34px rgba(16, 42, 86, 0.2);
    transform: translate(-50%, -50%) scale(1.08);
}

.country-popup {
    position: absolute;
    z-index: 3;
    left: var(--popup-x, 22%);
    top: var(--popup-y, 32%);
    width: min(280px, calc(100% - 40px));
    padding: 18px;
    border-radius: var(--radius-soft);
    background: var(--navy);
    color: var(--white);
    box-shadow: 0 20px 45px rgba(16, 42, 86, 0.22);
    opacity: 0;
    pointer-events: none;
    transform: translate(18px, -50%) scale(0.98);
    transition: opacity 0.18s ease, transform 0.18s ease;
}

.country-popup.is-visible {
    opacity: 1;
    transform: translate(18px, -50%) scale(1);
}

.country-popup strong {
    display: block;
    margin-bottom: 8px;
    color: var(--white);
    font-size: 18px;
    line-height: 1.2;
}

.country-popup p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    line-height: 1.55;
}

.country-detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 540px;
    padding: var(--block-padding);
    border-radius: var(--radius-soft);
    background: var(--navy);
    color: var(--white);
}

.country-detail h2 {
    margin: 12px 0 14px;
    color: var(--white);
    font-size: clamp(26px, 2.1vw, 34px);
    line-height: var(--section-heading-line);
    letter-spacing: 0;
}

.country-detail strong {
    color: rgba(255, 255, 255, 0.9);
    font-size: var(--body-size);
    line-height: 1.45;
}

.country-detail p {
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: var(--body-size);
    line-height: var(--body-line);
}

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

.countries-list article {
    min-height: 250px;
    padding: 26px;
    border-radius: var(--radius-soft);
    background: var(--white);
    box-shadow: 0 18px 46px rgba(16, 42, 86, 0.07);
}

.countries-list h2 {
    margin: 12px 0 14px;
    color: var(--navy);
    font-size: 22px;
    line-height: 1.25;
    letter-spacing: 0;
}

.countries-list p {
    margin: 0;
    color: var(--muted);
    font-size: var(--body-size);
    line-height: var(--body-line);
}

.home-cta--countries {
    padding-top: 0;
}

.stories-section {
    padding: 0;
    background: var(--white);
}

.stories-card {
    grid-template-columns: 0.72fr 1.28fr;
    align-items: stretch;
    gap: 0;
    overflow: hidden;
    padding: 0;
    background: var(--navy);
    border-radius: var(--radius-soft);
}

.story-block,
.faq-block {
    min-width: 0;
}

.story-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: var(--block-padding);
    color: var(--white);
}

.faq-block {
    display: grid;
    align-content: center;
    counter-reset: faq;
    padding: var(--block-padding);
    background: var(--white);
}

.story-block h2 {
    margin-top: 12px;
    font-size: var(--section-heading);
    line-height: var(--section-heading-line);
}

.story-block h2,
.story-block p {
    color: var(--white);
}

.story-block p {
    margin-top: 16px;
    font-size: var(--body-size);
    line-height: var(--body-line);
    color: rgba(255, 255, 255, 0.74);
}

.faq-block h3 {
    margin: 0 0 20px;
    color: var(--navy);
    font-size: var(--section-heading);
    line-height: var(--section-heading-line);
}

.faq-block details {
    counter-increment: faq;
    padding: 18px 0;
    border-bottom: 1px solid rgba(16, 42, 86, 0.12);
}

.faq-block details:first-of-type {
    border-top: 1px solid rgba(16, 42, 86, 0.12);
}

.faq-block summary {
    display: flex;
    align-items: center;
    gap: 14px;
    cursor: pointer;
    color: var(--navy);
    font-size: var(--body-size);
    line-height: 1.35;
    font-weight: 800;
    list-style: none;
}

.faq-block summary::-webkit-details-marker {
    display: none;
}

.faq-block summary::before {
    content: counter(faq, decimal-leading-zero);
    display: inline-flex;
    width: 44px;
    height: 34px;
    flex: 0 0 44px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(214, 178, 58, 0.12);
    color: var(--orange);
    font-size: 13px;
    font-weight: 900;
}

.faq-block summary::after {
    content: "+";
    margin-left: auto;
    color: var(--orange);
    font-size: 24px;
    line-height: 1;
}

.faq-block details[open] summary::after {
    content: "-";
}

.faq-block details p {
    max-width: 720px;
    margin: 12px 0 0 58px;
    color: var(--muted);
    font-size: var(--body-size);
    line-height: var(--body-line);
    opacity: 0;
    transform: translateY(-4px);
    animation: faqReveal 0.22s ease forwards;
}

@keyframes faqReveal {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===== Öğrenci hikâyeleri — teaser ===== */
.stories-teaser {
    padding: var(--section-space) 0;
    background: var(--paper);
}

.stories-teaser__inner {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 56px;
    align-items: center;
}

.stories-teaser__copy {
    max-width: 440px;
}

.stories-teaser__copy .eyebrow {
    margin-bottom: 14px;
}

.stories-teaser__copy h2 {
    margin: 0;
    color: var(--navy);
    font-size: var(--section-heading);
    line-height: var(--section-heading-line);
}

.stories-teaser__copy p {
    margin: 16px 0 0;
    color: var(--muted);
    font-size: var(--body-size);
    line-height: var(--body-line);
}

.stories-teaser__copy .text-link {
    margin-top: 24px;
}

.story-feature {
    position: relative;
    margin: 0;
    padding: 42px 44px;
    overflow: hidden;
    background: var(--navy);
    color: var(--white);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-card);
}

.story-feature__quote {
    position: absolute;
    top: 6px;
    right: 30px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 130px;
    line-height: 1;
    color: var(--gold);
    opacity: 0.26;
}

.story-feature blockquote {
    position: relative;
    margin: 0;
    max-width: 46ch;
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 600;
    font-size: clamp(18px, 1.5vw, 22px);
    line-height: 1.46;
}

.story-feature figcaption {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.story-feature__avatar {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--gold-soft);
    color: var(--gold);
    font-weight: 800;
    font-size: 15px;
}

.story-feature__meta {
    display: grid;
}

.story-feature__meta strong {
    color: var(--white);
    font-size: 16px;
}

.story-feature__meta small {
    margin-top: 2px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 13.5px;
}

/* ===== SSS ===== */
.faq-section {
    padding: var(--section-space) 0;
    background: var(--white);
}

.faq-layout {
    display: grid;
    grid-template-columns: 0.72fr 1.28fr;
    gap: 56px;
    align-items: start;
}

.faq-intro {
    position: sticky;
    top: 104px;
    max-width: 340px;
}

.faq-intro .eyebrow {
    margin-bottom: 14px;
}

.faq-intro h2 {
    margin: 0;
    color: var(--navy);
    font-size: var(--section-heading);
    line-height: var(--section-heading-line);
}

.faq-intro p {
    margin: 14px 0 0;
    color: var(--muted);
    font-size: var(--body-size);
    line-height: var(--body-line);
}

.faq-section .faq-block {
    display: block;
    padding: 0;
    background: transparent;
}

.home-cta {
    background: var(--white);
    padding-top: 0;
}

.home-cta__inner {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 20px 40px;
    align-items: center;
    overflow: hidden;
    padding: 52px 56px;
    border-radius: var(--radius-lg);
    background:
        radial-gradient(900px 320px at 100% 0%, rgba(214, 178, 58, 0.18), transparent 60%),
        var(--navy);
    color: var(--white);
    box-shadow: var(--shadow-lift);
}

.home-cta__inner .eyebrow {
    grid-column: 1;
    color: var(--gold);
}

.home-cta h2,
.home-cta p {
    color: var(--white);
    grid-column: 1;
}

.home-cta h2 {
    max-width: 20ch;
}

.home-cta p {
    max-width: 60ch;
    color: rgba(255, 255, 255, 0.78);
}

.home-cta .btn {
    grid-column: 2;
    grid-row: 1 / span 3;
    align-self: center;
    background: var(--gold);
    color: var(--navy);
    box-shadow: 0 12px 26px rgba(214, 178, 58, 0.3);
}

.home-cta .btn span {
    background: var(--navy);
    color: var(--white);
}

.site-footer {
    padding: 68px 0 40px;
    background: var(--navy-deep);
    border-top: 3px solid var(--gold);
    color: rgba(255, 255, 255, 0.66);
}

.site-footer__inner {
    display: grid;
    grid-template-columns: 1.4fr 0.8fr 0.9fr;
    gap: 48px;
    align-items: start;
    padding-bottom: 34px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.brand--footer {
    color: var(--white);
}

.site-footer p {
    max-width: 400px;
    margin: 20px 0 0;
    font-size: 15px;
    line-height: 1.7;
}

.footer-links,
.footer-contact {
    display: grid;
    gap: 12px;
    align-content: start;
}

.footer-links a,
.footer-contact a {
    color: rgba(255, 255, 255, 0.82);
    font-weight: 600;
    font-size: 15px;
    transition: color 0.2s ease;
}

.footer-links a:hover,
.footer-contact a:hover {
    color: var(--gold);
}

.footer-contact span {
    margin-top: 14px;
    font-size: 13.5px;
    color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 1180px) {
    .main-nav {
        gap: 12px;
        font-size: 14px;
    }

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

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

    .content-grid--journey {
        grid-template-columns: 1fr;
    }

    .content-grid--stories {
        grid-template-columns: 1fr;
    }

    .stories-intro {
        position: static;
    }

    .journey-feature-media {
        min-height: 0;
        height: 420px;
    }

    .journey-stage-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: none;
    }

    .content-grid--canada {
        grid-template-columns: 1fr;
    }

    .countries-map-shell {
        grid-template-columns: 1fr;
    }

    .country-detail {
        min-height: auto;
    }

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

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

    .hero-copy {
        max-width: 760px;
        padding-top: 30px;
    }

    .hero-media {
        min-height: 470px;
        justify-content: center;
        padding-left: 0;
    }
}

@media (max-width: 980px) {
    .site-header__inner {
        min-height: 66px;
    }

    .nav-toggle {
        display: block;
        margin-left: auto;
    }

    .main-nav {
        position: absolute;
        top: calc(100% + 1px);
        left: 20px;
        right: 20px;
        display: none;
        padding: 14px 18px;
        border: 1px solid var(--line);
        border-radius: var(--radius);
        background: var(--white);
        box-shadow: var(--shadow-card);
    }

    .main-nav a {
        padding: 10px 0;
    }

    .main-nav.is-open {
        display: grid;
        justify-content: stretch;
    }

    .header-actions {
        display: none;
    }

    .program-copy,
    .faq-intro {
        position: static;
        max-width: none;
    }

    .split-heading,
    .countries-map-copy,
    .program-layout,
    .stories-teaser__inner,
    .faq-layout,
    .canada-card,
    .canada-overview,
    .canada-story,
    .canada-story--reverse,
    .stories-card,
    .team-layout,
    .team-detail,
    .site-footer__inner {
        grid-template-columns: 1fr;
    }

    .team-sticky-copy {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: var(--grid-gap);
    }

    .team-sticky-copy h2 {
        max-width: 760px;
    }

    .team-detail-section {
        padding-top: 150px;
    }

    .team-detail__media,
    .team-detail__media img {
        min-height: 520px;
    }

    .canada-card,
    .stories-card {
        gap: 0;
        height: auto;
    }

    .countries-map-copy h2,
    .countries-map-copy p {
        grid-column: auto;
        justify-self: start;
    }

    .countries-map-copy p {
        margin-top: 0;
    }

    .canada-overview__media {
        min-height: 380px;
    }

    .canada-story__media {
        height: 320px;
    }

    .canada-story--reverse .canada-story__media {
        order: 0;
    }

    .canada-story--reverse .canada-story__content {
        justify-self: start;
    }

    .canada-story-section .split-heading h2 {
        grid-column: auto;
        justify-self: start;
    }

    .canada-story--reverse .canada-story__media img {
        max-width: 68%;
    }

    .story-block {
        padding: var(--block-padding);
        border-right: 0;
        border-bottom: 0;
    }

    .faq-block {
        padding: var(--block-padding);
    }

    .journey-visual {
        grid-template-columns: 1fr;
    }

    .journey-image {
        min-height: 300px;
    }

    .program-list {
        grid-template-columns: 1fr;
    }

    .home-cta__inner {
        grid-template-columns: 1fr;
    }

    .home-cta p,
    .home-cta .btn {
        grid-column: auto;
        grid-row: auto;
    }

    .difference-accordion {
        min-height: 320px;
    }

    .difference-panel {
        padding: 24px 22px;
    }

    .difference-panel__step {
        top: 22px;
        left: 22px;
        width: 46px;
        height: 46px;
        font-size: 15px;
    }
}

@media (max-width: 700px) {
    :root {
        --section-space: 56px;
    }

    .container {
        width: min(100% - 28px, var(--container));
    }

    /* Mobil: lacivert bar tek satır (slogan gizli) */
    .topbar__inner {
        grid-template-columns: 1fr auto;
        gap: 12px;
        min-height: 36px;
        padding: 0;
        text-align: left;
    }

    .topbar p {
        display: none;
    }

    .topbar a {
        font-size: 12px;
    }

    .topbar__languages {
        justify-self: end;
    }

    .brand__text strong {
        font-size: 25px;
    }

    /* Mobil hero: beyaz zemin, görsel üstte, yazılar altında (okunur) */
    .hero-section {
        min-height: auto;
        padding: 12px 0 44px;
        background: var(--white);
    }

    .hero-grid {
        display: flex;
        flex-direction: column;
        gap: 24px;
        position: relative;
    }

    .hero-media {
        order: -1;
        position: relative;
        min-height: 0;
        height: clamp(300px, 78vw, 380px);
        margin: 0;
        padding: 0;
        align-items: flex-end;
        justify-content: center;
    }

    .hero-media::before {
        top: 0;
        left: 4%;
        right: 4%;
        background: linear-gradient(180deg, rgba(16, 42, 86, 0.06), rgba(16, 42, 86, 0.015));
    }

    .hero-media::after {
        display: none;
    }

    .hero-media img {
        width: min(320px, 76%);
    }

    .hero-copy {
        position: static;
        z-index: auto;
        max-width: none;
        margin-top: 0;
        padding: 0;
        background: none;
    }

    .hero-copy .eyebrow {
        color: var(--gold);
        margin-bottom: 12px;
        text-shadow: none;
    }

    .hero-copy h1 {
        font-size: clamp(30px, 8vw, 40px);
    }

    .hero-lead {
        font-size: 16px;
    }

    .hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .btn {
        width: 100%;
    }

    .hero-doodle,
    .hero-icon {
        display: none;
    }

    .difference-section {
        padding: var(--section-space) 0;
    }

    .difference-heading {
        text-align: left;
    }

    /* telefonda yatay akordeon yerine dikey liste, hepsi açık */
    .difference-accordion {
        flex-direction: column;
        min-height: 0;
    }

    .difference-panel,
    .difference-panel.is-featured,
    .difference-panel:hover,
    .difference-panel:focus-within,
    .difference-accordion:hover .difference-panel,
    .difference-accordion:hover .difference-panel:hover {
        flex: none;
        padding: 24px 22px 26px 90px;
        background: var(--white);
        color: var(--navy);
        box-shadow: none;
        cursor: default;
    }

    .difference-panel__step {
        top: 26px;
        left: 22px;
    }

    .difference-panel p,
    .difference-panel.is-featured p,
    .difference-panel:hover p,
    .difference-accordion:hover .difference-panel:not(:hover) p {
        max-height: none;
        margin-top: 12px;
        opacity: 1;
        transform: none;
        color: var(--muted);
    }

    .journey-section,
    .program-section,
    .canada-section,
    .stories-section,
    .home-cta,
    .content-section,
    .about-section,
    .team-section,
    .values-section,
    .contact-section {
        padding: var(--section-space) 0;
    }

    .page-hero + .about-section {
        padding-top: 16px;
    }

    .content-grid,
    .team-grid,
    .values-grid,
    .about-layout,
    .contact-layout {
        grid-template-columns: 1fr;
    }

    .floating-actions {
        right: 14px;
        bottom: 14px;
        top: auto;
        grid-template-columns: repeat(2, 46px);
        width: auto;
        transform: none;
    }

    .floating-actions a {
        width: 46px;
        height: 46px;
    }

    .content-section--programs,
    .content-section--stories,
    .content-section--journey,
    .content-section--canada {
        padding-top: 0;
    }

    .journey-feature-media {
        min-height: 0;
        height: 300px;
    }

    .journey-stage-list {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .journey-stage-card {
        padding: 22px;
    }

    .journey-stage-card h2 {
        font-size: 20px;
    }

    .stories-section {
        padding: 0;
    }

    .page-hero {
        padding: 24px 0 36px;
    }

    .page-hero h1 {
        font-size: clamp(26px, 6.8vw, 32px);
        line-height: 1.18;
    }

    .page-hero p {
        font-size: 15px;
    }

    .team-board {
        grid-template-columns: 1fr;
    }

    .team-person h3 {
        font-size: 25px;
    }

    .team-tags {
        margin-top: 16px;
    }

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

    .journey-content {
        padding: var(--block-padding) 0 0;
    }

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

    .program-list a {
        min-height: 82px;
    }

    .countries-map {
        min-height: 330px;
    }

    .countries-osm {
        min-height: 330px;
    }

    .country-marker {
        width: 22px;
        height: 22px;
    }

    .country-popup {
        left: 14px !important;
        right: 14px;
        top: auto !important;
        bottom: 14px;
        width: auto;
        transform: none;
    }

    .country-popup.is-visible {
        transform: none;
    }

    .country-detail {
        padding: var(--block-padding);
    }

    .countries-list {
        grid-template-columns: 1fr;
    }

    .countries-list article {
        min-height: auto;
        padding: var(--block-padding);
    }

    .canada-image {
        min-height: 260px;
    }

    .canada-overview__media,
    .canada-story__media {
        min-height: 260px;
        height: 260px;
    }

    .canada-panel,
    .canada-overview__content,
    .home-cta__inner {
        padding: var(--block-padding);
    }

    .canada-story-list {
        gap: 38px;
    }

    .canada-story {
        gap: 22px;
    }

    .canada-story--reverse .canada-story__media img {
        max-width: 82%;
    }

    .story-block,
    .faq-block {
        padding: var(--block-padding);
    }

    .student-stories-list {
        grid-template-columns: 1fr;
    }

    .student-story-card,
    .student-story-card:nth-child(3n) {
        grid-column: auto;
        min-height: auto;
        padding: 22px;
    }

    .student-story-card p {
        font-size: 14px;
    }

    .team-sticky-copy__link {
        width: 100%;
        justify-content: space-between;
    }

    .team-person__meta {
        gap: 6px;
    }

    .team-detail__media,
    .team-detail__media img,
    .team-detail__media--empty {
        min-height: 360px;
    }

    .faq-block details p {
        margin-left: 0;
    }
}

/* ===== Kart / alt başlık ölçeği (H3 tier) ===== */
.content-card h2,
.team-card h3,
.values-grid h2,
.about-lead h2,
.about-copy h2,
.contact-info h2,
.stories-intro h2,
.content-card--programs h2,
.journey-stage-card h2,
.content-card--canada h2,
.team-person h3,
.team-detail__content h2,
.faq-block h3 {
    font-size: var(--heading-size);
    line-height: var(--heading-line);
}

/* ===== Yolculuğunuz — dikey zaman çizelgesi ===== */
.journey-section {
    padding: var(--section-space) 0;
    background: var(--paper);
}

.journey-section:has(.journey-timeline) {
    padding: 4px 0 var(--section-space);
    background: var(--white);
}

.journey-lead {
    max-width: 760px;
    margin: 0 0 56px;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.6;
}

.journey-timeline {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

/* merkez bağlantı çizgisi */
.journey-timeline::before {
    content: "";
    position: absolute;
    top: 12px;
    bottom: 12px;
    left: 50%;
    width: 2px;
    background: rgba(16, 42, 86, 0.14);
    transform: translateX(-50%);
}

.journey-timeline__step {
    position: relative;
    width: 50%;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.journey-timeline__step:last-child {
    margin-bottom: 0;
}

/* tek sıradakiler sola */
.journey-timeline__step:nth-child(odd) {
    margin-left: 0;
    padding-right: 44px;
}

/* çift sıradakiler sağa */
.journey-timeline__step:nth-child(even) {
    margin-left: 50%;
    padding-left: 44px;
}

.journey-timeline__marker {
    position: absolute;
    top: 4px;
    z-index: 1;
}

.journey-timeline__step:nth-child(odd) .journey-timeline__marker {
    right: -32px;
}

.journey-timeline__step:nth-child(even) .journey-timeline__marker {
    left: -32px;
}

.journey-timeline__icon {
    position: relative;
    z-index: 1;
    display: block;
    width: 64px;
    height: 64px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--navy);
    -webkit-mask: none;
    mask: none;
    box-shadow: 0 10px 24px rgba(16, 42, 86, 0.16);
    transition: background-color 0.22s ease, transform 0.22s ease;
}

.journey-timeline__icon::after {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    background: var(--white);
    -webkit-mask: var(--card-icon, url("../icons/map.svg")) center / contain no-repeat;
    mask: var(--card-icon, url("../icons/map.svg")) center / contain no-repeat;
}

.journey-timeline__num {
    position: absolute;
    top: -6px;
    right: 2px;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--orange);
    color: var(--navy);
    font-size: 12px;
    font-weight: 800;
    border: 2px solid var(--white);
}

.journey-timeline__card {
    padding: 28px 30px;
    border: 1px solid rgba(16, 42, 86, 0.12);
    border-radius: 16px;
    background: var(--white);
    box-shadow: 0 1px 2px rgba(16, 42, 86, 0.04);
    transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.journey-timeline__step:hover .journey-timeline__card {
    border-color: rgba(16, 42, 86, 0.2);
    box-shadow: 0 20px 44px rgba(16, 42, 86, 0.1);
    transform: translateY(-4px);
}

.journey-timeline__step:hover .journey-timeline__icon {
    background: var(--orange);
    transform: scale(1.04);
}

.journey-timeline__step:hover .journey-timeline__icon::after {
    background: var(--navy);
}

.journey-timeline__stage {
    display: inline-block;
    color: var(--orange);
    font-size: var(--eyebrow-size);
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.journey-timeline__card h2 {
    margin: 10px 0 12px;
    color: var(--navy);
    font-size: var(--heading-size);
    line-height: var(--heading-line);
}

.journey-timeline__card p {
    margin: 0;
    color: var(--muted);
    font-size: var(--body-size);
    line-height: var(--body-line);
}

.journey-timeline__points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 28px;
    margin: 20px 0 0;
    padding: 18px 0 0;
    border-top: 1px solid rgba(16, 42, 86, 0.08);
    list-style: none;
}

.journey-timeline__points li {
    position: relative;
    padding-left: 22px;
    color: var(--navy);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.45;
}

.journey-timeline__points li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--orange);
}

@media (max-width: 900px) {
    .journey-timeline::before {
        left: 27px;
    }

    .journey-timeline__step,
    .journey-timeline__step:nth-child(odd),
    .journey-timeline__step:nth-child(even) {
        width: 100%;
        margin-left: 0;
        padding-left: 78px;
        padding-right: 0;
        margin-bottom: 24px;
    }

    .journey-timeline__step:nth-child(odd) .journey-timeline__marker,
    .journey-timeline__step:nth-child(even) .journey-timeline__marker {
        left: -5px;
        right: auto;
    }
}

@media (max-width: 720px) {
    .journey-timeline::before {
        left: 23px;
    }

    .journey-timeline__step,
    .journey-timeline__step:nth-child(odd),
    .journey-timeline__step:nth-child(even) {
        padding-left: 66px;
    }

    .journey-timeline__step:nth-child(odd) .journey-timeline__marker,
    .journey-timeline__step:nth-child(even) .journey-timeline__marker {
        left: -3px;
    }

    .journey-timeline__icon {
        width: 52px;
        height: 52px;
    }

    .journey-timeline__icon::after {
        width: 24px;
        height: 24px;
    }

    .journey-timeline__card {
        padding: 22px 20px;
    }

    .journey-timeline__points {
        grid-template-columns: 1fr;
    }
}

/* ============================================================
   MOBİL NORMALİZASYON — eşit bölüm boşlukları ve kart padding
   (dosya sonunda: tüm önceki kuralları geçersiz kılar)
   ============================================================ */
@media (max-width: 700px) {
    .container {
        width: min(100% - 36px, var(--container));
    }

    /* Bölümler arası eşit dikey boşluk */
    .difference-section,
    .journey-section,
    .program-section,
    .canada-section,
    .stories-teaser,
    .faq-section,
    .home-cta {
        padding-top: 52px;
        padding-bottom: 52px;
    }

    /* Kart içi eşit padding */
    .journey-content,
    .canada-panel,
    .story-feature {
        padding: 28px 24px;
    }

    .home-cta__inner {
        padding: 32px 26px;
    }

    /* kartların köşe yumuşaklığı tutarlı */
    .journey-visual,
    .canada-card,
    .story-feature {
        border-radius: var(--radius);
    }

    /* başlık ölçüsü mobilde biraz daha küçük ve dengeli */
    .stories-teaser__copy h2,
    .faq-intro h2 {
        font-size: clamp(24px, 6.4vw, 30px);
    }
}
