:root {
    --primary-color: #314256;
    --primary-accent-color: #5f758d;
    --secondary-color: #819564;
    --tertiary-color: #af6d57;
    --background-light: #f7f5f0;
    --text-dark: #1f2933;
    --text-muted: #64748b;
    --white: #ffffff;
    --line: rgba(49, 66, 86, .14);
    --shadow: 0 24px 70px rgba(31, 41, 51, .14);
    --shadow-strong: 0 32px 80px rgba(31, 41, 51, .2);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    margin: 0;
    font-family: 'Montserrat', Arial, sans-serif;
    color: var(--text-dark);
    background: var(--background-light);
    line-height: 1.6;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: -1;
    background:
        linear-gradient(rgba(49,66,86,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(49,66,86,.035) 1px, transparent 1px);
    background-size: 44px 44px;
}

img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.container {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
}

.skip-link {
    position: absolute;
    top: -48px;
    left: 16px;
    z-index: 100;
    background: var(--white);
    color: var(--primary-color);
    padding: 10px 14px;
}

.skip-link:focus { top: 16px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

.site-header {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 50;
    background: rgba(255, 255, 255, .93);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(49, 66, 86, .1);
    box-shadow: 0 14px 38px rgba(31, 41, 51, .08);
}

.nav-shell {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.brand img { width: 178px; height: auto; }

.nav-links {
    display: flex;
    align-items: center;
    gap: 18px;
    color: rgba(49, 66, 86, .76);
    font-size: 13px;
    font-weight: 600;
}

.nav-links a { padding: 8px 0; }
.nav-links a:hover, .nav-links a.active { color: var(--primary-color); }

.nav-cta {
    background: var(--tertiary-color);
    color: var(--white) !important;
    padding: 11px 16px !important;
    border-radius: 6px;
}

.nav-toggle {
    display: none;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(49, 66, 86, .22);
    border-radius: 6px;
    background: transparent;
}

.nav-toggle span:not(.sr-only) {
    display: block;
    height: 2px;
    width: 20px;
    margin: 5px auto;
    background: var(--primary-color);
}

.hero {
    position: relative;
    min-height: 760px;
    display: grid;
    align-items: center;
    overflow: hidden;
    color: var(--white);
    background: var(--primary-color);
    isolation: isolate;
}

.hero-compact { min-height: 560px; }
.hero-media, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media {
    object-fit: cover;
    transform: translate3d(0, 0, 0) scale(1.08);
    will-change: transform;
}
.hero-overlay {
    background:
        linear-gradient(90deg, rgba(17, 28, 41, .86), rgba(17, 28, 41, .56) 46%, rgba(17, 28, 41, .12)),
        linear-gradient(0deg, rgba(17, 28, 41, .72), transparent 42%);
}

.hero-content {
    position: relative;
    z-index: 1;
    padding: 150px 0 92px;
    display: grid;
    grid-template-columns: minmax(0, .95fr) 340px;
    gap: 70px;
    align-items: end;
}

.hero-main {
    max-width: 820px;
    padding-left: 34px;
    border-left: 4px solid rgba(255,255,255,.42);
}

.hero-proof {
    background: rgba(247, 245, 240, .92);
    color: var(--primary-color);
    border: 1px solid rgba(255,255,255,.5);
    border-radius: 8px;
    padding: 26px;
    box-shadow: 0 28px 70px rgba(0,0,0,.24);
    backdrop-filter: blur(16px);
}

.hero-proof span {
    display: inline-flex;
    margin-bottom: 12px;
    color: var(--tertiary-color);
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: 11px;
    font-weight: 800;
}

.hero-proof strong {
    display: block;
    font-size: 30px;
    line-height: 1.05;
}

.hero-proof p {
    margin: 14px 0 0;
    color: var(--text-muted);
}

.eyebrow {
    margin: 0 0 14px;
    color: var(--primary-accent-color);
    text-transform: uppercase;
    letter-spacing: .13em;
    font-size: 12px;
    font-weight: 800;
}

.hero .eyebrow,
.section-deep .eyebrow,
.final-cta .eyebrow,
.site-footer .eyebrow {
    color: rgba(255, 255, 255, .75);
}

h1, h2, h3 {
    color: inherit;
    line-height: 1.08;
    margin: 0;
}

h1 {
    font-size: clamp(44px, 8vw, 86px);
    max-width: 900px;
    letter-spacing: 0;
}

h2 { font-size: clamp(30px, 4vw, 52px); }
h3 { font-size: 22px; }

.hero-copy {
    max-width: 740px;
    margin: 24px 0 0;
    font-size: clamp(17px, 2vw, 21px);
    color: rgba(255, 255, 255, .9);
}

.button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 13px 20px;
    border-radius: 6px;
    border: 1px solid transparent;
    font-weight: 800;
    font-size: 14px;
    cursor: pointer;
    transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.btn-primary { background: var(--tertiary-color); color: var(--white); }
.btn-secondary { background: rgba(255, 255, 255, .1); border-color: rgba(255, 255, 255, .45); color: var(--white); }
.btn-light { background: var(--white); color: var(--primary-color); }
.btn:hover { transform: translateY(-2px); box-shadow: 0 14px 26px rgba(31, 41, 51, .16); }

.trust-row {
    background: linear-gradient(135deg, var(--primary-color), #243246);
    color: var(--white);
    padding: 0 0 26px;
    margin-top: -56px;
    position: relative;
    z-index: 2;
}

.badge-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
    background: rgba(255,255,255,.08);
    padding: 16px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 8px;
    box-shadow: 0 26px 60px rgba(0,0,0,.18);
    backdrop-filter: blur(16px);
}

.trust-badge {
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 6px;
    padding: 18px;
    min-height: 92px;
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 700;
    background: rgba(255,255,255,.07);
    position: relative;
    overflow: hidden;
    transition: transform .26s ease, background .26s ease, border-color .26s ease;
}

.trust-badge::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 3px;
    background: rgba(255,255,255,.5);
}

.trust-badge:hover {
    transform: translateY(-4px);
    background: rgba(255,255,255,.1);
    border-color: rgba(255,255,255,.28);
}

.section {
    padding: 110px 0;
    position: relative;
    overflow: hidden;
}
.section-alt { background: var(--white); }
.section-alt::before {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 42%;
    background: linear-gradient(180deg, transparent, rgba(247,245,240,.92));
    pointer-events: none;
}
.section-deep {
    background:
        radial-gradient(circle at 12% 10%, rgba(129,149,100,.22), transparent 28%),
        linear-gradient(135deg, var(--primary-color), #223043);
    color: var(--white);
}
.narrow { max-width: 820px; }

.section-header {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
    gap: 48px;
    align-items: end;
    margin-bottom: 56px;
    position: relative;
    z-index: 1;
}

.lead {
    font-size: 19px;
    color: var(--text-muted);
}

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

.grid-2, .grid-3 {
    display: grid;
    gap: 30px;
    position: relative;
    z-index: 1;
}

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

.card, .image-card {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.card {
    padding: 34px;
    box-shadow: 0 10px 30px rgba(49,66,86,.06);
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, var(--secondary-color), var(--tertiary-color));
}

.grid-3 {
    counter-reset: card;
}

.grid-3 > .card::after {
    counter-increment: card;
    content: "0" counter(card);
    position: absolute;
    right: 24px;
    top: 22px;
    color: rgba(49,66,86,.13);
    font-size: 42px;
    line-height: 1;
    font-weight: 800;
}

.card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-strong);
    border-color: rgba(49, 66, 86, .22);
}

.grid-3 > .card:nth-child(2) {
    margin-top: 42px;
}

.grid-3 > .card:nth-child(3) {
    margin-top: 14px;
}

.grid-3 > .card:nth-child(2):hover {
    transform: translateY(-8px);
}

.grid-3 > .card:nth-child(3n)::before {
    background: linear-gradient(90deg, var(--tertiary-color), var(--primary-accent-color));
}

.grid-3 > .card:nth-child(3n + 1)::before {
    background: linear-gradient(90deg, var(--secondary-color), var(--primary-accent-color));
}

.card p { color: var(--text-muted); }
.section-deep .card { color: var(--text-dark); }
.card h3 { max-width: 82%; }

.image-card {
    box-shadow: 0 18px 52px rgba(31, 41, 51, .1);
    transition: transform .34s ease, box-shadow .34s ease;
}

.grid-2 > .image-card {
    transform: rotate(-1.1deg);
}

.grid-2 > .image-card + div {
    align-self: center;
}

.image-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-strong);
}

.image-card img,
.image-card video {
    width: 100%;
    height: 320px;
    object-fit: cover;
    transition: transform .5s ease;
}

.section > .container.image-card video {
    height: 560px;
}

.image-card:hover img {
    transform: scale(1.035);
}

.image-card .card { border: 0; border-radius: 0; box-shadow: none; }

.visual-story {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 24px;
    align-items: stretch;
    position: relative;
    z-index: 1;
}

.visual-story-main,
.visual-story-side figure {
    margin: 0;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background: var(--primary-color);
    box-shadow: var(--shadow);
}

.visual-story img {
    width: 100%;
    height: 100%;
    min-height: 280px;
    object-fit: cover;
    transition: transform .6s ease;
}

.visual-story-main img {
    min-height: 620px;
}

.visual-story-side {
    display: grid;
    gap: 24px;
}

.visual-story-side figure:first-child {
    transform: translateY(36px);
}

.visual-story figcaption {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    padding: 16px;
    border-radius: 6px;
    background: rgba(247,245,240,.9);
    color: var(--primary-color);
    font-size: 13px;
    font-weight: 800;
    box-shadow: 0 16px 36px rgba(0,0,0,.16);
}

.visual-story figure:hover img {
    transform: scale(1.04);
}

.media-band {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 28px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.media-band-images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.media-band-images img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: var(--shadow);
}

.media-band-images img:nth-child(2) {
    margin-top: 46px;
}

.feature-list {
    display: grid;
    gap: 18px;
    margin-top: 28px;
    position: relative;
    z-index: 1;
}

.feature-item {
    padding: 26px 28px;
    background: var(--white);
    border-left: 5px solid var(--secondary-color);
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(49,66,86,.07);
    transition: transform .28s ease, box-shadow .28s ease;
}

.feature-item:nth-child(even) {
    transform: translateX(32px);
    border-left-color: var(--tertiary-color);
}

.feature-item:hover {
    transform: translateX(8px);
    box-shadow: var(--shadow);
}

.feature-item:nth-child(even):hover {
    transform: translateX(40px);
}

.journey-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 8px;
    background: rgba(255,255,255,.16);
}

.journey-steps > div {
    min-height: 220px;
    padding: 32px;
    background: rgba(255,255,255,.07);
}

.journey-steps span,
.fee-card span {
    display: block;
    margin-bottom: 14px;
    color: var(--tertiary-color);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.journey-steps strong {
    display: block;
    color: var(--white);
    font-size: 24px;
    line-height: 1.15;
}

.journey-steps p { margin-bottom: 0; }

.check-list {
    display: grid;
    gap: 11px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.check-list li {
    position: relative;
    padding-left: 30px;
}

.check-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .48em;
    width: 14px;
    height: 8px;
    border-left: 3px solid var(--secondary-color);
    border-bottom: 3px solid var(--secondary-color);
    transform: rotate(-45deg);
}

.fee-grid {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 24px;
    position: relative;
    z-index: 1;
}

.fee-card {
    padding: 36px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: var(--shadow);
}

.fee-card.featured {
    background: var(--primary-color);
    color: var(--white);
}

.fee-card strong {
    display: block;
    font-size: clamp(38px, 5vw, 68px);
    line-height: 1;
}

.fee-card p { color: var(--text-muted); }
.fee-card.featured p { color: rgba(255,255,255,.75); }

.requirements-panel,
.outcome-panel {
    padding: 38px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: var(--shadow);
    position: relative;
    z-index: 1;
}

.section-deep .outcome-panel {
    background: rgba(255,255,255,.08);
    border-color: rgba(255,255,255,.16);
    color: var(--white);
}

.outcome-panel { text-align: center; }
.outcome-panel p:last-child { max-width: 820px; margin: 18px auto 0; }

.form-side-image {
    width: 100%;
    height: 260px;
    margin-top: 28px;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: var(--shadow);
}

.day-timeline {
    position: relative;
    display: grid;
    gap: 18px;
}

.day-timeline::before {
    content: "";
    position: absolute;
    left: 151px;
    top: 30px;
    bottom: 30px;
    width: 2px;
    background: var(--line);
}

.day-timeline article {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 62px;
    align-items: start;
}

.day-timeline time {
    padding-top: 25px;
    color: var(--tertiary-color);
    font-size: 13px;
    font-weight: 800;
}

.day-timeline article > div {
    position: relative;
    padding: 25px 30px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0 12px 30px rgba(49,66,86,.06);
}

.day-timeline article > div::before {
    content: "";
    position: absolute;
    left: -39px;
    top: 31px;
    width: 12px;
    height: 12px;
    border: 4px solid var(--background-light);
    border-radius: 50%;
    background: var(--secondary-color);
}

.day-timeline p { margin-bottom: 0; color: var(--text-muted); }

.evidence-note {
    margin-top: 32px;
    padding: 20px 24px;
    border-left: 4px solid rgba(255,255,255,.55);
    background: rgba(255,255,255,.08);
    color: rgba(255,255,255,.82);
    font-weight: 600;
}

.chip-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.chip-grid span {
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0 10px 26px rgba(49,66,86,.06);
    color: var(--primary-color);
    font-weight: 800;
    text-align: center;
}

.team-feature {
    display: grid;
    grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr);
    gap: 64px;
    align-items: center;
}

.team-feature.reverse { grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); }
.team-feature.reverse .team-portrait { order: 2; }

.team-portrait {
    overflow: hidden;
    border-radius: 8px;
    background: var(--primary-color);
    box-shadow: var(--shadow-strong);
}

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

.team-card {
    min-height: 100%;
    padding: 38px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 8px;
    background: rgba(255,255,255,.08);
}

.team-card.partner {
    background: var(--white);
    color: var(--text-dark);
}

.team-card.partner p { color: var(--text-muted); }

.team-card.partner img {
    width: 100%;
    height: 170px;
    margin-bottom: 28px;
    padding: 18px;
    border-radius: 6px;
    background: var(--white);
    object-fit: contain;
}

.faq-answer p:first-child { margin-top: 0; }
.faq-answer p:last-child { margin-bottom: 0; }
.faq-answer ul,
.faq-answer ol { margin: 12px 0; padding-left: 24px; }
.faq-answer li { margin: 6px 0; }

.faq-partner {
    display: grid;
    grid-template-columns: 170px 1fr;
    gap: 24px;
    align-items: center;
}

.faq-partner img {
    width: 100%;
    height: 110px;
    padding: 10px;
    object-fit: contain;
    background: var(--white);
}

.process {
    counter-reset: step;
    display: grid;
    gap: 14px;
}

.process li {
    list-style: none;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 20px 20px 20px 62px;
    position: relative;
    box-shadow: 0 12px 30px rgba(49,66,86,.06);
    transition: transform .24s ease, box-shadow .24s ease;
}

.process li:nth-child(even) {
    margin-left: 28px;
}

.process li:hover {
    transform: translateX(8px);
    box-shadow: var(--shadow);
}

.process li::before {
    counter-increment: step;
    content: counter(step);
    position: absolute;
    left: 18px;
    top: 18px;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: var(--secondary-color);
    color: var(--white);
    font-weight: 800;
}

.form-wrap {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 34px;
    align-items: start;
}

.admissions-form {
    background: var(--white);
    padding: 28px;
    border-radius: 8px;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    position: relative;
    overflow: hidden;
}

.admissions-form::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 6px;
    background: linear-gradient(90deg, var(--secondary-color), var(--tertiary-color));
}

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

label { font-weight: 700; font-size: 13px; color: var(--primary-color); }
input, select, textarea {
    width: 100%;
    margin-top: 7px;
    border: 1px solid rgba(49,66,86,.22);
    border-radius: 6px;
    padding: 13px 12px;
    font: inherit;
    background: #fff;
    color: var(--text-dark);
}

input:focus, select:focus, textarea:focus {
    outline: 3px solid rgba(129,149,100,.25);
    border-color: var(--secondary-color);
}

.full { grid-column: 1 / -1; }
.consent { display: flex; gap: 10px; align-items: flex-start; margin: 18px 0; }
.consent input { width: auto; margin-top: 4px; }
.hidden-field { display: none; }

.form-message {
    padding: 14px 16px;
    border-radius: 6px;
    margin-bottom: 18px;
    font-weight: 700;
}

.form-message.success { background: rgba(129,149,100,.15); color: #43552d; }
.form-message.error { background: rgba(175,109,87,.14); color: #7f3d28; }

.faq-item {
    border-bottom: 1px solid var(--line);
    background: var(--white);
    padding: 0 24px;
    border-radius: 8px;
    margin-bottom: 10px;
    box-shadow: 0 12px 28px rgba(49,66,86,.05);
}

.faq-question {
    width: 100%;
    padding: 22px 0;
    background: transparent;
    border: 0;
    text-align: left;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    font: inherit;
    font-weight: 800;
    color: var(--primary-color);
    cursor: pointer;
}

.faq-answer {
    display: none;
    padding: 0 0 22px;
    color: var(--text-muted);
}

.faq-item.open .faq-answer { display: block; }

.final-cta {
    padding: 78px 0;
    background:
        radial-gradient(circle at 15% 20%, rgba(175,109,87,.28), transparent 28%),
        linear-gradient(135deg, var(--primary-color), #223043);
    color: var(--white);
    position: relative;
    overflow: hidden;
}

.final-cta::after {
    content: "";
    position: absolute;
    right: max(28px, calc((100vw - 1120px) / 2));
    top: 34px;
    width: 170px;
    height: 170px;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 999px;
    box-shadow: inset 0 0 0 34px rgba(255,255,255,.04);
}

.final-cta-inner {
    display: flex;
    justify-content: space-between;
    gap: 32px;
    align-items: center;
}

.final-cta p { max-width: 650px; color: rgba(255,255,255,.78); }

.site-footer {
    padding: 62px 0 96px;
    background: #182536;
    color: rgba(255,255,255,.78);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 36px;
}

.footer-logo { width: 180px; margin-bottom: 18px; }
.site-footer h2 { font-size: 16px; color: var(--white); margin-bottom: 12px; }
.site-footer a { color: var(--white); font-weight: 800; }

.footer-bottom {
    margin-top: 42px;
    padding-top: 22px;
    border-top: 1px solid rgba(255,255,255,.12);
    display: flex;
    justify-content: space-between;
    gap: 20px;
    font-size: 12px;
}

.mobile-cta {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 60;
    background: var(--primary-color);
    box-shadow: 0 -8px 24px rgba(0,0,0,.16);
}

.mobile-cta a {
    flex: 1;
    color: var(--white);
    text-align: center;
    padding: 13px 8px;
    font-size: 12px;
    font-weight: 800;
    border-right: 1px solid rgba(255,255,255,.12);
}

[data-aos] {
    opacity: 0;
    transform: translate3d(0, 28px, 0);
    transition: opacity .72s ease, transform .72s cubic-bezier(.2, .7, .2, 1);
    will-change: opacity, transform;
}

[data-aos="fade-in"] {
    transform: translate3d(0, 12px, 0) scale(.985);
}

[data-aos].aos-animate {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
}

.card.aos-animate:hover,
.image-card.aos-animate:hover {
    transform: translateY(-8px);
}

.feature-item.aos-animate:hover {
    transform: translateX(8px);
}

.feature-item:nth-child(even).aos-animate:hover {
    transform: translateX(40px);
}

.process li.aos-animate:hover {
    transform: translateX(8px);
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
    }

    [data-aos] {
        opacity: 1;
        transform: none;
    }

    .hero-media {
        transform: none;
    }
}

@media (max-width: 1120px) {
    .nav-toggle { display: block; }
    .nav-links {
        position: absolute;
        left: 16px;
        right: 16px;
        top: 78px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        background: var(--primary-color);
        padding: 18px;
        border-radius: 8px;
        box-shadow: var(--shadow);
    }
    .nav-links.open { display: flex; }
    .nav-links.open,
    .nav-links.open a {
        color: rgba(255,255,255,.88);
    }
    .nav-links.open a:hover,
    .nav-links.open a.active {
        color: var(--white);
    }
    .badge-grid, .grid-3 { grid-template-columns: repeat(2, 1fr); }
    .section-header, .form-wrap, .grid-2, .visual-story, .media-band, .team-feature, .team-feature.reverse { grid-template-columns: 1fr; }
    .hero { min-height: 660px; }
    .hero-content {
        display: block;
        padding-bottom: 64px;
    }
    .hero-main {
        padding-left: 0;
        border-left: 0;
    }
    .hero-proof {
        display: none;
    }
    .trust-row {
        margin-top: 0;
        padding-top: 18px;
    }
    .grid-3 > .card:nth-child(2),
    .grid-3 > .card:nth-child(2):hover {
        margin-top: 0;
        transform: none;
    }
    .team-feature.reverse .team-portrait { order: initial; }
    .fee-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
    .container, .nav-shell { width: min(100% - 24px, 1120px); }
    .brand img { width: 150px; }
    .hero-content { padding-bottom: 54px; }
    .hero-overlay { background: linear-gradient(180deg, rgba(20,31,44,.5), rgba(20,31,44,.86)); }
    .section { padding: 66px 0; }
    .badge-grid, .grid-3, .form-grid { grid-template-columns: 1fr; }
    .trust-badge { min-height: auto; }
    .card { min-height: auto; }
    .grid-3 > .card::after { font-size: 30px; }
    .visual-story-main img,
    .visual-story img,
    .media-band-images img {
        min-height: 0;
        height: 280px;
    }
    .visual-story-side figure:first-child,
    .media-band-images img:nth-child(2) {
        margin-top: 0;
        transform: none;
    }
    .media-band-images {
        grid-template-columns: 1fr;
    }
    .journey-steps,
    .chip-grid { grid-template-columns: 1fr; }
    .journey-steps > div { min-height: 0; }
    .day-timeline::before { display: none; }
    .day-timeline article { grid-template-columns: 1fr; gap: 8px; }
    .day-timeline time { padding-top: 0; }
    .day-timeline article > div::before { display: none; }
    .team-portrait img { height: 440px; }
    .faq-partner { grid-template-columns: 1fr; }
    .feature-item:nth-child(even),
    .feature-item:nth-child(even):hover,
    .process li:nth-child(even) {
        margin-left: 0;
        transform: none;
    }
    .final-cta-inner, .footer-bottom { display: block; }
    .footer-grid { grid-template-columns: 1fr; }
    .mobile-cta { display: flex; }
    .site-footer { padding-bottom: 130px; }
}
