:root {
  --ink: #10243d;
  --muted: #5d6b7b;
  --blue: #139bbb;
  --blue-dark: #067f9f;
  --green: #a9c84b;
  --green-dark: #7e9c2a;
  --cream: #f6f8f3;
  --line: #dfe5e8;
  --white: #fff;
  --gold: #f2b84b;
  --shadow: 0 24px 60px rgba(16, 36, 61, .11);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: -80px; padding: 10px 16px; background: var(--ink); color: white; border-radius: 8px; }
.skip-link:focus { top: 16px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }

.announcement { color: #fff; background: var(--ink); font-size: .84rem; }
.announcement__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.announcement a { color: #d9e6eb; }
.live-dot { display: inline-block; width: 8px; height: 8px; margin-right: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(169, 200, 75, .13); }

.site-header { position: sticky; z-index: 100; top: 0; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(16,36,61,.08); backdrop-filter: blur(15px); }
.nav-wrap { height: 82px; display: flex; align-items: center; gap: 34px; }
.brand img { width: 113px; height: auto; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 27px; margin-left: auto; font-size: .91rem; font-weight: 650; }
.main-nav a { transition: color .2s ease; }
.main-nav a:hover { color: var(--blue); }
.menu-toggle { display: none; border: 0; padding: 7px; background: transparent; }
.menu-toggle > span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px 0; background: var(--ink); }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 23px; color: white; background: var(--blue); border: 1px solid var(--blue); border-radius: 12px; box-shadow: 0 10px 22px rgba(19, 155, 187, .2); font-weight: 750; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--blue-dark); box-shadow: 0 14px 28px rgba(19, 155, 187, .28); }
.button--small { min-height: 43px; padding-inline: 18px; font-size: .88rem; }
.button--ghost { color: var(--ink); background: transparent; border-color: #bac6cc; box-shadow: none; }
.button--ghost:hover { color: var(--blue); background: white; }
.button--light { color: var(--ink); background: white; border-color: white; box-shadow: none; }
.button--light:hover { background: var(--green); border-color: var(--green); }
.button--dark { background: var(--ink); border-color: var(--ink); box-shadow: none; }
.button--dark:hover { background: #1d3d5f; }
.button--full { width: 100%; border: 0; cursor: pointer; }

.hero { position: relative; overflow: hidden; background: linear-gradient(120deg, #f7faf4 0%, #f4fafb 52%, #e2f7fb 100%); }
.hero::before { position: absolute; inset: auto auto -170px -130px; width: 390px; height: 390px; border: 1px solid rgba(19,155,187,.16); border-radius: 50%; content: ""; box-shadow: 0 0 0 65px rgba(19,155,187,.04), 0 0 0 130px rgba(19,155,187,.025); }
.hero__grid { min-height: 690px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 45px; }
.hero__content { position: relative; z-index: 2; padding: 75px 0 68px; }
.eyebrow { margin-bottom: 15px; color: var(--blue-dark); font-size: .76rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow--light { color: #bde7ef; }
.hero h1, .section-heading h2, .wesford h2, .france-path h2, .why h2, .contact h2 { margin: 0; letter-spacing: -.045em; line-height: 1.05; }
.hero h1 { max-width: 720px; font-size: clamp(3.25rem, 6vw, 5.45rem); }
.hero h1 span { color: var(--blue); }
.hero__lead { max-width: 660px; margin: 25px 0 30px; color: var(--muted); font-size: 1.1rem; line-height: 1.75; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero__proofs { display: flex; gap: 0; margin: 42px 0 0; padding: 0; list-style: none; }
.hero__proofs li { display: flex; flex-direction: column; padding: 0 25px; border-left: 1px solid #ccd7d9; }
.hero__proofs li:first-child { padding-left: 0; border-left: 0; }
.hero__proofs strong { font-size: .94rem; }
.hero__proofs span { color: var(--muted); font-size: .76rem; }
.hero__visual { position: relative; align-self: stretch; min-height: 610px; }
.hero__visual img { position: absolute; z-index: 2; right: 0; bottom: 0; width: min(96%, 470px); max-height: 640px; object-fit: contain; object-position: bottom; }
.hero__orb { position: absolute; right: -75px; bottom: 26px; width: 510px; height: 510px; border-radius: 50%; background: var(--blue); box-shadow: inset 30px 10px 70px rgba(255,255,255,.18); }
.hero__orb::after { position: absolute; inset: 25px; border: 1px solid rgba(255,255,255,.2); border-radius: inherit; content: ""; }
.hero__label { position: absolute; z-index: 3; display: flex; align-items: center; gap: 9px; padding: 11px 15px; background: rgba(255,255,255,.94); border: 1px solid rgba(255,255,255,.7); border-radius: 12px; box-shadow: var(--shadow); font-size: .78rem; font-weight: 780; backdrop-filter: blur(10px); }
.hero__label span { display: grid; width: 27px; height: 27px; place-items: center; color: white; background: var(--green); border-radius: 8px; }
.hero__label--top { z-index: 1; top: 104px; right: 5px; }
.hero__label--bottom { left: -10px; bottom: 70px; }
.hero__label--bottom span { background: var(--ink); }

.pathways, .programs, .partners, .why { padding: 105px 0; }
.section-heading { margin-bottom: 48px; }
.section-heading--center { max-width: 720px; margin-inline: auto; text-align: center; }
.section-heading--split { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 70px; }
.section-heading h2 { font-size: clamp(2.15rem, 4vw, 3.35rem); }
.section-heading p { margin: 17px 0 0; color: var(--muted); font-size: 1.02rem; }
.pathways__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.pathway { position: relative; overflow: hidden; min-height: 315px; padding: 31px; border: 1px solid var(--line); border-radius: var(--radius); transition: transform .25s ease, box-shadow .25s ease; }
.pathway::after { position: absolute; right: -45px; bottom: -65px; width: 170px; height: 170px; border-radius: 50%; background: currentColor; opacity: .06; content: ""; }
.pathway:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.pathway--blue { color: var(--blue-dark); background: #eefafd; }
.pathway--green { color: var(--green-dark); background: #f5f9e9; }
.pathway--gold { color: #ae7110; background: #fff8ea; }
.pathway__number { position: absolute; top: 28px; right: 28px; font-size: .75rem; font-weight: 850; letter-spacing: .12em; }
.pathway__icon { display: grid; width: 53px; height: 53px; margin-bottom: 36px; place-items: center; background: white; border-radius: 15px; box-shadow: 0 8px 22px rgba(16,36,61,.08); font-size: 1.5rem; }
.pathway h3 { margin: 0 0 9px; color: var(--ink); font-size: 1.35rem; }
.pathway p { margin: 0 0 18px; color: var(--muted); font-size: .93rem; }
.text-link, .card-link { font-size: .88rem; font-weight: 800; }
.text-link span, .card-link span, .inline-link span { display: inline-block; transition: transform .2s ease; }
a:hover > .text-link span, .card-link:hover span, .inline-link:hover span { transform: translateX(5px); }

.programs { background: var(--cream); }
.programs__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.program-card { position: relative; display: flex; min-height: 530px; flex-direction: column; padding: 29px; background: white; border: 1px solid var(--line); border-radius: var(--radius); transition: transform .25s ease, box-shadow .25s ease; }
.program-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.program-card--featured { border: 2px solid var(--blue); }
.program-card__top { min-height: 30px; display: flex; align-items: flex-start; justify-content: space-between; gap: 15px; }
.program-card__index { color: #a3aeb8; font-size: .77rem; font-weight: 800; }
.badge { display: inline-flex; min-height: 28px; align-items: center; padding: 3px 10px; border-radius: 100px; font-size: .68rem; font-weight: 850; line-height: 1.2; }
.badge--state { color: #235f1e; background: #e9f5dd; }
.badge--france { color: #15537c; background: #e8f4fb; }
.program-card__icon { display: grid; width: 62px; height: 62px; margin: 28px 0; place-items: center; color: white; background: var(--ink); border-radius: 17px; font-weight: 900; letter-spacing: -.05em; }
.program-card--featured .program-card__icon { background: var(--blue); }
.program-card h3 { margin: 0 0 14px; font-size: 1.38rem; line-height: 1.3; }
.program-card > p { margin: 0; color: var(--muted); font-size: .91rem; }
.check-list { margin: 22px 0 28px; padding: 0; list-style: none; color: #35485c; font-size: .88rem; }
.check-list li { position: relative; margin: 9px 0; padding-left: 23px; }
.check-list li::before { position: absolute; left: 0; color: var(--green-dark); content: "✓"; font-weight: 900; }
.card-link { margin-top: auto; color: var(--blue-dark); padding-top: 19px; border-top: 1px solid var(--line); }

.wesford { position: relative; overflow: hidden; padding: 110px 0; color: white; background: var(--ink); }
.wesford::before { position: absolute; inset: 0; background: radial-gradient(circle at 10% 100%, rgba(19,155,187,.33), transparent 38%), radial-gradient(circle at 90% 10%, rgba(169,200,75,.13), transparent 30%); content: ""; }
.wesford__grid { position: relative; display: grid; grid-template-columns: 1.03fr .72fr; align-items: center; gap: 90px; }
.wesford h2 { max-width: 740px; font-size: clamp(2.35rem, 4.6vw, 4rem); }
.wesford__content > p { max-width: 700px; margin: 24px 0 32px; color: #c9d4de; font-size: 1.04rem; }
.wesford__choices { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.wesford__choices > div { padding: 20px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.11); border-radius: 16px; }
.wesford__choices span { display: inline-block; margin-bottom: 10px; color: var(--green); font-size: .75rem; font-weight: 850; }
.wesford__choices h3 { margin: 0 0 6px; font-size: 1rem; }
.wesford__choices p { margin: 0; color: #b8c5cf; font-size: .82rem; }
.wesford__actions { display: flex; align-items: center; gap: 24px; margin-top: 30px; }
.inline-link { color: white; font-size: .88rem; font-weight: 800; }
.inline-link--dark { color: var(--blue-dark); }
.exam-card { position: relative; overflow: hidden; padding: 31px; color: var(--ink); background: white; border-radius: 27px; box-shadow: 0 30px 80px rgba(0,0,0,.27); }
.exam-card__header { display: flex; align-items: center; gap: 12px; padding-bottom: 22px; border-bottom: 1px solid var(--line); font-size: .86rem; font-weight: 850; }
.flag { display: flex; overflow: hidden; width: 31px; height: 20px; border-radius: 3px; }
.flag i { flex: 1; background: #203894; }.flag i:nth-child(2) { background: white; }.flag i:nth-child(3) { background: #ed2939; }
.exam-card ol { margin: 28px 0 0; padding: 0; list-style: none; }
.exam-card li { display: flex; gap: 15px; margin: 23px 0; }
.exam-card li > span { display: grid; flex: 0 0 35px; height: 35px; place-items: center; color: white; background: var(--blue); border-radius: 10px; font-size: .8rem; font-weight: 900; }
.exam-card li div { display: flex; flex-direction: column; }
.exam-card li strong { font-size: .89rem; }
.exam-card li small { margin-top: 3px; color: var(--muted); line-height: 1.45; }
.exam-card__seal { position: absolute; right: -17px; bottom: -21px; display: flex; width: 94px; height: 94px; align-items: center; justify-content: center; color: rgba(19,155,187,.12); border: 8px solid rgba(19,155,187,.08); border-radius: 50%; font-size: 1.5rem; font-weight: 900; }
.exam-card__seal span { color: rgba(169,200,75,.3); }

.france-path { padding: 55px 0; background: var(--green); }
.france-path__inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; }
.france-path__icon { display: grid; width: 76px; height: 76px; place-items: center; color: white; background: var(--ink); border-radius: 50%; font-size: 2rem; transform: rotate(-12deg); }
.france-path h2 { font-size: clamp(1.65rem, 3vw, 2.55rem); }
.france-path p { max-width: 790px; margin: 12px 0 0; color: #34421c; font-size: .91rem; }

.partner-list { display: grid; grid-template-columns: repeat(4, 1fr); margin: 50px 0; border-block: 1px solid var(--line); }
.partner-item { min-height: 140px; display: flex; flex-direction: column; justify-content: center; padding: 25px; border-left: 1px solid var(--line); text-align: center; }
.partner-item:first-child { border-left: 0; }
.partner-item strong { font-size: 1.2rem; }
.partner-item span { margin-top: 5px; color: var(--muted); font-size: .8rem; }
.business-cta { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding: 42px 45px; color: white; background: linear-gradient(120deg, var(--ink), #1b4265); border-radius: var(--radius); }
.business-cta__tag { color: #bfe8f0; font-size: .72rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.business-cta h3 { margin: 5px 0; font-size: clamp(1.5rem, 3vw, 2.25rem); }
.business-cta p { margin: 0; color: #cbd6df; font-size: .9rem; }

.why { background: var(--cream); }
.why__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.why__intro { position: sticky; top: 125px; align-self: start; }
.why h2 { font-size: clamp(2.25rem, 4vw, 3.45rem); }
.why__intro p { margin: 22px 0; color: var(--muted); }
.why__points article { display: grid; grid-template-columns: 64px 1fr; gap: 20px; padding: 27px 0; border-bottom: 1px solid #d8dfdc; }
.why__points article:first-child { padding-top: 0; }
.why__points article > span { display: grid; width: 49px; height: 49px; place-items: center; color: var(--blue-dark); background: white; border: 1px solid var(--line); border-radius: 14px; font-size: .75rem; font-weight: 900; }
.why__points h3 { margin: 0 0 6px; font-size: 1.18rem; }
.why__points p { margin: 0; color: var(--muted); font-size: .9rem; }

.contact { padding: 105px 0; color: white; background: var(--blue-dark); }
.contact__grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 85px; }
.contact h2 { font-size: clamp(2.45rem, 4vw, 3.7rem); }
.contact__content > p { margin: 22px 0 31px; color: #d1edf2; }
.contact__direct { display: flex; flex-direction: column; gap: 11px; }
.contact__direct a { display: flex; align-items: center; gap: 12px; }
.contact__direct a > span { display: grid; width: 40px; height: 40px; place-items: center; color: var(--ink); background: var(--green); border-radius: 10px; }
.contact__direct div { display: flex; flex-direction: column; }
.contact__direct small { color: #bde2e9; }
.lead-form { padding: 36px; color: var(--ink); background: white; border-radius: 25px; box-shadow: var(--shadow); }
.lead-form label { display: flex; flex-direction: column; gap: 8px; margin-bottom: 18px; font-size: .78rem; font-weight: 800; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.lead-form input, .lead-form select { width: 100%; min-height: 52px; padding: 0 14px; color: var(--ink); background: #f8faf9; border: 1px solid #d9e1e3; border-radius: 11px; outline: none; }
.lead-form input:focus, .lead-form select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(19,155,187,.12); }
.lead-form .consent { display: grid; grid-template-columns: auto 1fr; align-items: start; gap: 9px; color: var(--muted); font-size: .7rem; font-weight: 500; }
.lead-form .consent input { width: 16px; min-height: 16px; margin-top: 3px; }
.form-status { margin: 12px 0 0; color: #347122; text-align: center; font-size: .8rem; font-weight: 700; }
.iseem-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.whatsapp { position: fixed; z-index: 90; right: 21px; bottom: 21px; display: flex; min-height: 50px; align-items: center; gap: 8px; padding: 0 17px; color: white; background: #25d366; border-radius: 100px; box-shadow: 0 10px 30px rgba(0,0,0,.2); font-size: .83rem; }
.whatsapp span { font-size: 1.3rem; }
.site-footer { padding: 68px 0 25px; color: #c4ced8; background: #09192b; }
.footer__grid { display: grid; grid-template-columns: 1.2fr .7fr 1fr; gap: 70px; }
.footer__brand img { width: 120px; height: auto; filter: brightness(2.8); }
.footer__brand p { max-width: 300px; font-size: .86rem; }
.footer__grid > div:not(.footer__brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; font-size: .83rem; }
.footer__grid h2 { margin: 0 0 12px; color: white; font-size: .83rem; text-transform: uppercase; letter-spacing: .1em; }
.footer__grid a:hover { color: white; }
.footer__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 45px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: #8392a1; font-size: .72rem; }

@media (max-width: 1000px) {
  .nav-cta { display: none; }
  .main-nav { gap: 18px; font-size: .82rem; }
  .hero__grid { grid-template-columns: 1.05fr .75fr; }
  .hero__proofs { display: grid; grid-template-columns: repeat(3, 1fr); }
  .hero__proofs li { padding: 0 12px; }
  .wesford__grid { gap: 45px; }
  .contact__grid { gap: 45px; }
}

@media (max-width: 780px) {
  .container { width: min(640px, calc(100% - 28px)); }
  .announcement__inner { justify-content: center; }
  .announcement a { display: none; }
  .nav-wrap { height: 70px; }
  .brand img { width: 100px; }
  .menu-toggle { display: block; margin-left: auto; }
  .main-nav { position: absolute; top: 70px; left: 0; right: 0; display: none; margin: 0; padding: 15px 20px 24px; flex-direction: column; align-items: stretch; gap: 0; background: white; border-bottom: 1px solid var(--line); box-shadow: 0 15px 25px rgba(16,36,61,.09); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 12px 6px; border-bottom: 1px solid #eef1f2; }
  .hero__grid { min-height: auto; grid-template-columns: 1fr; gap: 0; }
  .hero__content { padding: 62px 0 15px; text-align: center; }
  .hero h1 { font-size: clamp(2.7rem, 13vw, 4.2rem); }
  .hero__lead { margin-inline: auto; font-size: 1rem; }
  .hero__actions { justify-content: center; }
  .hero__proofs { margin-top: 35px; text-align: left; }
  .hero__visual { min-height: 430px; }
  .hero__visual img { left: 50%; right: auto; width: min(100%, 350px); max-height: 430px; transform: translateX(-50%); }
  .hero__orb { left: 50%; right: auto; bottom: -30px; width: 360px; height: 360px; transform: translateX(-50%); }
  .hero__label--top { top: 85px; right: 2px; }
  .hero__label--bottom { left: 2px; bottom: 35px; }
  .pathways, .programs, .partners, .why, .contact { padding: 78px 0; }
  .section-heading--split, .wesford__grid, .why__grid, .contact__grid { grid-template-columns: 1fr; gap: 38px; }
  .section-heading--split { align-items: start; }
  .pathways__grid, .programs__grid { grid-template-columns: 1fr; }
  .pathway { min-height: 270px; }
  .program-card { min-height: 0; }
  .wesford { padding: 80px 0; }
  .wesford__choices { grid-template-columns: 1fr; }
  .france-path__inner { grid-template-columns: auto 1fr; }
  .france-path__inner .button { grid-column: 1 / -1; }
  .partner-list { grid-template-columns: 1fr 1fr; }
  .partner-item:nth-child(3) { border-left: 0; }
  .partner-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .business-cta { flex-direction: column; align-items: flex-start; padding: 32px; }
  .why__intro { position: static; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 520px) {
  .hero__content { padding-top: 48px; }
  .hero h1 { font-size: 2.75rem; }
  .hero__actions { flex-direction: column; }
  .hero__actions .button { width: 100%; }
  .hero__proofs { grid-template-columns: 1fr; gap: 12px; text-align: center; }
  .hero__proofs li, .hero__proofs li:first-child { padding: 9px 0; border-left: 0; border-top: 1px solid #d4dee0; }
  .hero__proofs li:first-child { border-top: 0; }
  .hero__visual { min-height: 405px; }
  .hero__label { font-size: .66rem; }
  .hero__label--top { top: 55px; }
  .section-heading { margin-bottom: 34px; }
  .section-heading h2 { font-size: 2.12rem; }
  .program-card { padding: 24px; }
  .wesford__actions { align-items: stretch; flex-direction: column; }
  .exam-card { padding: 25px; }
  .france-path__inner { grid-template-columns: 1fr; text-align: center; }
  .france-path__icon { margin-inline: auto; }
  .partner-list { grid-template-columns: 1fr; }
  .partner-item { border-left: 0; border-bottom: 1px solid var(--line); }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .lead-form { padding: 25px; }
  .contact__grid { gap: 33px; }
  .whatsapp { width: 52px; height: 52px; padding: 0; justify-content: center; }
  .whatsapp strong { display: none; }
  .footer__grid { grid-template-columns: 1fr; }
  .footer__brand { grid-column: auto; }
  .footer__bottom { flex-direction: column; }
}

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