:root {
  --green-950: #0d2d20;
  --green-900: #176442;
  --green-800: #247b53;
  --green-700: #2e8f60;
  --green-100: #e5f2eb;
  --red-900: #812f3a;
  --red-700: #b44150;
  --red-500: #d46977;
  --red-100: #f7e6e8;
  --red-light: #f0b3bb;
  --lime: #f0b3bb;
  --gold: #b44150;
  --night: #171a28;
  --cream: #f7f5f1;
  --white: #ffffff;
  --ink: #171a28;
  --muted: #65716d;
  --line: #dce6e0;
  --shadow: 0 24px 60px rgba(23, 26, 40, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: Inter, "Segoe UI", Arial, sans-serif; line-height: 1.65; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
address { font-style: normal; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 999; padding: 10px 15px; background: #fff; color: var(--green-900); transform: translateY(-150%); box-shadow: var(--shadow); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--red-700); outline-offset: 3px; }

.announcement { overflow: hidden; background: var(--red-700); color: #fff; font-size: .75rem; border-bottom: 3px solid var(--green-900); }
.announcement-inner { position: relative; width: 100%; max-width: none; min-height: 43px; padding: 0; overflow: hidden; }
.announcement-inner:not(.is-enhanced) { display: flex; width: max-content; margin: 0; align-items: center; gap: 42px; padding: 0 64px 0 32px; white-space: nowrap; will-change: transform; animation: announcement-fallback 18s linear infinite; }
.announcement-track { display: flex; width: max-content; will-change: transform; animation: announcement-scroll 18s linear infinite; }
.announcement-group { min-height: 43px; display: flex; flex-shrink: 0; align-items: center; gap: 42px; padding: 0 64px 0 32px; white-space: nowrap; }
.announcement:hover .announcement-track,
.announcement:focus-within .announcement-track,
.announcement:hover .announcement-inner:not(.is-enhanced),
.announcement:focus-within .announcement-inner:not(.is-enhanced) { animation-play-state: paused; }
.announcement strong { color: #fff; text-transform: uppercase; letter-spacing: .09em; }
.announcement p { margin: 0; color: rgba(255,255,255,.9); }
.announcement a { color: #fff; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
@keyframes announcement-scroll {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}
@keyframes announcement-fallback {
  from { transform: translate3d(100vw, 0, 0); }
  to { transform: translate3d(-100%, 0, 0); }
}

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(8,63,47,.1); backdrop-filter: blur(16px); }
.nav-wrap { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand img { width: 58px; height: 50px; object-fit: contain; border-radius: 8px; }
.brand-copy { display: grid; line-height: 1.15; gap: 4px; }
.brand-copy strong { color: var(--green-900); font-size: 1rem; letter-spacing: .035em; }
.brand-copy small { color: var(--muted); text-transform: uppercase; letter-spacing: .16em; font-size: .62rem; }
.main-nav { display: flex; align-items: center; gap: 24px; font-size: .82rem; font-weight: 700; }
.main-nav > a { position: relative; padding-block: 29px; color: #2c3f37; }
.main-nav > a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 21px; height: 2px; background: var(--red-700); transition: right .2s; }
.main-nav > a:hover::after, .main-nav > a.active::after { right: 0; }
.main-nav > a.active { color: var(--red-700); }
.main-nav .nav-cta { padding: 12px 20px; background: var(--green-900); color: #fff; }
.main-nav .nav-cta:hover { background: var(--red-700); }
.main-nav .nav-cta::after { display: none; }
.menu-button { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; cursor: pointer; }
.menu-button span { display: block; width: 23px; height: 2px; margin: 5px auto; background: var(--green-900); transition: .2s; }

.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 17px; color: var(--green-700); text-transform: uppercase; letter-spacing: .14em; font-size: .7rem; font-weight: 800; }
.eyebrow::before { content: ""; width: 30px; height: 2px; background: currentColor; }
.eyebrow.light { color: var(--red-light); }
h1, h2 { margin: 0; line-height: 1.06; letter-spacing: -.045em; }
h1 em, h2 em { color: var(--red-light); font-family: Georgia, serif; font-weight: 400; }
h2 em { color: var(--red-700); }
.section { padding-block: 105px; }
.section-cream { background: var(--cream); }
.section-dark { background: var(--green-950); color: #fff; }
.section-heading { max-width: 760px; margin-bottom: 48px; }
.section-heading.center { text-align: center; margin-inline: auto; }
.section-heading.center .eyebrow { justify-content: center; }
.section-heading h2 { color: var(--green-950); font-size: clamp(2.4rem, 4.5vw, 4rem); }
.section-heading > p:not(.eyebrow) { color: var(--muted); line-height: 1.8; }
.section-dark .section-heading h2 { color: #fff; }
.section-dark .section-heading > p:not(.eyebrow) { color: rgba(255,255,255,.62); }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 13px; padding: 14px 22px; border: 1px solid transparent; font-size: .82rem; font-weight: 800; transition: transform .2s, background .2s; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--red-700); color: #fff; }
.button-primary:hover { background: var(--red-900); }
.button-dark { background: var(--green-900); color: #fff; }
.button-outline { color: #fff; border-color: rgba(255,255,255,.35); }
.text-link { color: var(--green-700); font-size: .8rem; font-weight: 800; border-bottom: 1px solid currentColor; }

.hero { min-height: 690px; position: relative; display: grid; align-items: center; color: #fff; background: linear-gradient(90deg, rgba(4,32,24,.97), rgba(5,46,33,.84) 48%, rgba(5,46,33,.32)), url("https://ipambf.com/wp-content/uploads/2026/04/WhatsApp-Image-2024-02-28-at-12.16.17-2.jpeg") center / cover; }
.hero-grid { display: grid; grid-template-columns: minmax(0,1fr) 320px; align-items: center; gap: 75px; padding-block: 100px; }
.hero-copy h1 { max-width: 800px; font-size: clamp(3.5rem, 6.2vw, 5.8rem); }
.hero-copy > p:not(.eyebrow) { max-width: 670px; margin: 28px 0; color: rgba(255,255,255,.78); font-size: 1.05rem; line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.hero-card { padding: 28px; background: rgba(255,255,255,.94); color: var(--ink); border-top: 4px solid var(--red-700); box-shadow: 0 30px 70px rgba(0,0,0,.22); }
.hero-card small { color: var(--muted); text-transform: uppercase; letter-spacing: .14em; }
.hero-card strong { display: block; margin: 7px 0; color: var(--green-900); font: 2.8rem Georgia, serif; }
.hero-card p { color: var(--muted); font-size: .8rem; }
.hero-card a { display: block; margin-top: 18px; padding-top: 16px; color: var(--green-900); border-top: 1px solid var(--line); font-weight: 800; }

.stats { background: var(--green-900); color: #fff; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stats-grid > div { min-height: 125px; padding: 28px 35px; border-right: 1px solid rgba(255,255,255,.13); }
.stats-grid > div:first-child { border-left: 1px solid rgba(255,255,255,.13); }
.stats-grid strong { display: block; color: var(--red-light); font: 2.2rem Georgia, serif; }
.stats-grid span { color: rgba(255,255,255,.6); text-transform: uppercase; letter-spacing: .1em; font-size: .58rem; }

.ranking-highlight { position: relative; overflow: hidden; padding-block: 88px; color: #fff; background: linear-gradient(120deg, var(--red-900), var(--red-700)); }
.ranking-highlight::after { content: "15"; position: absolute; right: -35px; top: 50%; color: rgba(255,255,255,.055); font: 300px/1 Georgia, serif; transform: translateY(-50%); pointer-events: none; }
.ranking-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 290px 1fr; gap: 75px; align-items: center; }
.ranking-badge { width: 255px; height: 255px; display: grid; place-content: center; justify-items: center; margin-inline: auto; color: var(--green-950); background: #fff; border: 12px solid rgba(255,255,255,.25); border-radius: 50%; box-shadow: 0 28px 70px rgba(62,8,18,.32); outline: 2px solid #fff; outline-offset: -8px; }
.ranking-badge span { color: var(--red-700); font-size: .82rem; font-weight: 900; letter-spacing: .24em; }
.ranking-badge strong { font: 6.2rem/.82 Georgia, serif; letter-spacing: -.08em; }
.ranking-badge small { margin-top: 15px; color: var(--green-900); font-size: .72rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.ranking-copy { max-width: 800px; }
.ranking-copy h2 { max-width: 820px; color: #fff; font-size: clamp(2.4rem, 4.4vw, 4.2rem); }
.ranking-copy h2 em { color: #fff; text-decoration: underline; text-decoration-color: rgba(255,255,255,.4); text-underline-offset: 8px; }
.ranking-copy > p:not(.eyebrow) { margin: 25px 0; color: rgba(255,255,255,.86); font-size: .94rem; line-height: 1.85; }
.ranking-labels { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; }
.ranking-labels span { padding: 8px 12px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.22); font-size: .68rem; font-weight: 750; }
.button-light { color: var(--red-900); background: #fff; }
.button-light:hover { background: var(--cream); }

.recognition-ranking { display: grid; grid-template-columns: 190px 1fr; gap: 35px; align-items: center; margin-top: 25px; padding: 34px; color: #fff; background: var(--green-950); border-left: 7px solid var(--red-700); box-shadow: var(--shadow); }
.recognition-score { display: grid; justify-items: center; padding: 18px; background: var(--red-700); text-align: center; }
.recognition-score span { font-size: .65rem; font-weight: 900; letter-spacing: .22em; }
.recognition-score strong { font: 4.5rem/.9 Georgia, serif; }
.recognition-score small { margin-top: 10px; font-size: .62rem; font-weight: 800; text-transform: uppercase; }
.recognition-ranking .eyebrow { margin-bottom: 9px; color: var(--red-light); }
.recognition-ranking h3 { margin: 0 0 10px; font-size: 1.55rem; }
.recognition-ranking p:last-child { margin: 0; color: rgba(255,255,255,.72); font-size: .8rem; line-height: 1.75; }

.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.intro-image { min-height: 550px; position: relative; }
.intro-image img:first-child { position: absolute; right: 0; top: 0; width: 82%; height: 500px; object-fit: cover; }
.intro-image img:last-of-type { position: absolute; left: 0; bottom: 0; width: 52%; height: 250px; object-fit: cover; border: 8px solid #fff; box-shadow: var(--shadow); }
.intro-badge { position: absolute; right: 5px; bottom: 0; padding: 18px 23px; background: var(--red-700); color: #fff; font-weight: 800; }
.intro-copy h2 { color: var(--green-950); font-size: clamp(2.4rem, 4vw, 3.8rem); }
.intro-copy > p:not(.eyebrow) { color: var(--muted); line-height: 1.85; }
.mission-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin: 28px 0; }
.mission-grid article { padding: 18px; border: 1px solid var(--line); }
.mission-grid h3 { margin: 0 0 6px; color: var(--green-900); font-size: .9rem; }
.mission-grid p { margin: 0; color: var(--muted); font-size: .73rem; }

.preview-grid, .programmes-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.program-card { overflow: hidden; background: #fff; border: 1px solid rgba(8,63,47,.1); transition: transform .25s, box-shadow .25s; }
.program-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.program-card figure { height: 220px; margin: 0; position: relative; overflow: hidden; }
.program-card figure img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.program-card:hover figure img { transform: scale(1.04); }
.program-code { position: absolute; left: 16px; bottom: 16px; width: 46px; height: 46px; display: grid; place-items: center; background: var(--green-900); color: #fff; border: 3px solid #fff; font-size: .72rem; font-weight: 850; }
.program-body { padding: 24px; }
.program-body h2, .program-body h3 { min-height: 52px; margin: 0 0 15px; color: var(--green-900); font-size: 1.16rem; line-height: 1.35; letter-spacing: -.015em; }
.program-body p { color: var(--muted); font-size: .78rem; }
.program-body ul { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 7px 14px; margin: 0 0 20px; padding: 0; color: var(--muted); font-size: .72rem; }
.program-body li::before { content: "•"; color: var(--green-700); margin-right: 6px; }
.program-body a { display: flex; justify-content: space-between; padding-top: 16px; color: var(--green-700); border-top: 1px solid var(--line); font-size: .76rem; font-weight: 800; }
.more-card { display: grid; place-items: center; min-height: 260px; padding: 30px; text-align: center; background: var(--green-900); color: #fff; }
.more-card h3 { margin: 0 0 15px; font-size: 1.5rem; }
.more-card p { color: rgba(255,255,255,.62); font-size: .8rem; }

.programme-details-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.programme-detail-card { display: flex; flex-direction: column; overflow: hidden; background: #fff; border: 1px solid var(--line); box-shadow: 0 15px 45px rgba(23,26,40,.06); transition: transform .25s, box-shadow .25s; }
.programme-detail-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.programme-detail-media { position: relative; height: 270px; margin: 0; overflow: hidden; background: var(--green-100); }
.programme-detail-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.programme-detail-card:hover .programme-detail-media img { transform: scale(1.035); }
.programme-detail-body { display: flex; flex: 1; flex-direction: column; padding: 30px; }
.programme-kicker { margin: 0 0 9px; color: var(--red-700); text-transform: uppercase; letter-spacing: .1em; font-size: .62rem; font-weight: 850; }
.programme-detail-body h2 { min-height: 56px; color: var(--green-900); font-size: 1.55rem; line-height: 1.18; letter-spacing: -.025em; }
.programme-lead { margin: 16px 0 22px; color: var(--muted); font-size: .82rem; line-height: 1.78; }
.programme-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; margin-bottom: 24px; }
.programme-columns h3 { margin: 0 0 11px; color: var(--ink); font-size: .76rem; text-transform: uppercase; letter-spacing: .05em; }
.programme-columns ul { list-style: none; margin: 0; padding: 0; }
.programme-columns li { position: relative; margin-bottom: 7px; padding-left: 14px; color: var(--muted); font-size: .72rem; line-height: 1.45; }
.programme-columns li::before { content: ""; position: absolute; left: 0; top: .52em; width: 6px; height: 6px; border-radius: 50%; background: var(--green-700); }
.programme-columns > div:last-child li::before { background: var(--red-700); }
.programme-action { display: flex; justify-content: space-between; margin-top: auto; padding-top: 18px; color: var(--green-700); border-top: 1px solid var(--line); font-size: .78rem; font-weight: 850; }
.programme-action:hover { color: var(--red-700); }
.programme-guidance-card { min-height: 100%; display: grid; place-items: center; padding: 48px; background: linear-gradient(145deg, var(--green-950), var(--green-900)); color: #fff; }
.programme-guidance-card h2 { max-width: 470px; color: #fff; font-size: clamp(2rem, 3.2vw, 3rem); }
.programme-guidance-card p:not(.eyebrow) { max-width: 470px; color: rgba(255,255,255,.72); font-size: .86rem; line-height: 1.8; }
.programme-guidance-card .button { margin-top: 16px; }

.financial-teaser { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: center; }
.financial-teaser h2 { color: var(--green-950); font-size: clamp(2.5rem, 4.2vw, 4rem); }
.financial-teaser > div > p:not(.eyebrow) { color: var(--muted); }
.financial-teaser figure { max-height: 620px; margin: 0; overflow: hidden; background: var(--cream); box-shadow: var(--shadow); }
.financial-teaser figure img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.fee-mini-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 28px 0; }
.fee-mini-grid span { padding: 13px; color: var(--muted); background: var(--cream); border-left: 3px solid var(--green-700); font-size: .65rem; }
.fee-mini-grid span:nth-child(n+4) { border-left-color: var(--red-700); }
.fee-mini-grid strong { display: block; color: var(--green-900); font-size: .92rem; }

.finance-overview { display: grid; grid-template-columns: 1.05fr .95fr; gap: 75px; align-items: start; }
.finance-copy { position: sticky; top: 125px; }
.finance-copy h2 { color: var(--green-950); font-size: clamp(2.5rem, 4.2vw, 4rem); }
.finance-copy > p:not(.eyebrow) { color: var(--muted); line-height: 1.85; }
.fee-summary-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 11px; margin: 28px 0; }
.fee-summary-grid article { min-height: 112px; padding: 16px; background: var(--green-100); border-top: 3px solid var(--green-700); }
.fee-summary-grid article.master { background: var(--red-100); border-top-color: var(--red-700); }
.fee-summary-grid span { display: block; color: var(--muted); font-size: .62rem; font-weight: 850; }
.fee-summary-grid strong { display: block; margin-top: 5px; color: var(--green-900); font-size: 1rem; }
.fee-summary-grid article.master strong { color: var(--red-900); }
.fee-summary-grid small { color: var(--muted); font-size: .58rem; }
.finance-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; }
.finance-sheet { margin: 0; padding: 14px; background: #fff; box-shadow: var(--shadow); }
.finance-sheet img { width: 100%; height: auto; }
.finance-sheet figcaption { padding: 12px 5px 2px; color: var(--muted); text-align: center; font-size: .67rem; }
.table-scroll { overflow-x: auto; background: #fff; border: 1px solid var(--line); box-shadow: 0 15px 45px rgba(23,26,40,.05); }
.tuition-table { width: 100%; min-width: 920px; border-collapse: collapse; }
.tuition-table caption { padding: 16px; color: var(--muted); text-align: left; font-size: .7rem; }
.tuition-table th, .tuition-table td { padding: 17px 14px; border: 1px solid var(--line); text-align: center; font-size: .72rem; line-height: 1.45; }
.tuition-table thead th { color: #fff; background: var(--green-900); font-size: .68rem; text-transform: uppercase; letter-spacing: .03em; }
.tuition-table tbody th { color: var(--green-900); background: var(--green-100); }
.tuition-table tbody tr:nth-child(even) td { background: #fbfcfb; }
.tuition-table td:nth-child(2) strong { color: var(--green-900); font-size: .86rem; }
.master-table thead th { background: var(--red-700); }
.master-table tbody th { color: var(--red-900); background: var(--red-100); }
.master-table td:nth-child(2) strong { color: var(--red-900); }
.finance-alert { margin-top: 22px; padding: 20px 23px; color: #5e2c33; background: var(--red-100); border-left: 4px solid var(--red-700); }
.finance-alert strong { display: block; margin-bottom: 4px; }
.finance-alert p { margin: 0; font-size: .75rem; }
.finance-info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 75px; align-items: start; }
.finance-info-grid h2 { color: #fff; font-size: clamp(2rem, 3.5vw, 3.2rem); }
.required-documents { list-style: none; margin: 30px 0 0; padding: 0; }
.required-documents li { display: grid; grid-template-columns: 38px 1fr; gap: 14px; align-items: center; padding: 14px 0; color: rgba(255,255,255,.78); border-bottom: 1px solid rgba(255,255,255,.14); font-size: .8rem; }
.required-documents span { width: 34px; height: 34px; display: grid; place-items: center; color: #fff; background: var(--red-700); font-size: .62rem; font-weight: 850; }
.payment-rules { padding: 34px; color: var(--ink); background: #fff; }
.payment-rules h2 { color: var(--green-900); font-size: 1.6rem; }
.payment-rules ul { margin: 22px 0 28px; padding-left: 19px; }
.payment-rules li { margin-bottom: 12px; color: var(--muted); font-size: .75rem; line-height: 1.6; }

.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid rgba(255,255,255,.15); }
.values-grid article { min-height: 230px; padding: 33px 26px; border-right: 1px solid rgba(255,255,255,.15); }
.values-grid article:last-child { border-right: 0; }
.values-grid span { color: var(--red-light); font-size: .65rem; }
.values-grid h3 { margin: 35px 0 12px; }
.values-grid p { margin: 0; color: rgba(255,255,255,.58); font-size: .76rem; }

.page-hero { min-height: 430px; display: grid; align-items: center; color: #fff; position: relative; background: linear-gradient(90deg, rgba(4,32,24,.97), rgba(5,46,33,.68)), var(--page-image, url("https://ipambf.com/wp-content/uploads/2026/04/1.jpeg")) center / cover; }
.page-hero-content { padding-block: 80px; }
.breadcrumbs { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; color: rgba(255,255,255,.56); font-size: .72rem; }
.breadcrumbs a { color: var(--red-light); }
.page-hero h1 { max-width: 830px; font-size: clamp(3rem, 5.5vw, 5rem); }
.page-hero p { max-width: 680px; color: rgba(255,255,255,.72); font-size: .95rem; }

.co-grid { display: grid; grid-template-columns: 1fr .88fr; gap: 90px; align-items: center; }
.co-copy h2 { color: var(--green-950); font-size: clamp(2.4rem, 4vw, 3.8rem); }
.co-copy > p:not(.eyebrow) { color: var(--muted); line-height: 1.85; }
.checks { display: grid; grid-template-columns: 1fr 1fr; gap: 11px 20px; margin: 27px 0 34px; color: #41564d; font-size: .78rem; }
.checks b { color: var(--green-700); }
.co-panel { padding: 38px; background: var(--cream); border: 1px solid #e3e0d6; }
.partner-mark { padding-bottom: 22px; color: var(--green-900); border-bottom: 1px solid #d8d6cd; text-align: center; font-size: 1.4rem; font-weight: 850; }
.partner-mark span { margin-inline: 18px; color: var(--gold); font-family: Georgia, serif; }
.co-panel > p { color: var(--muted); text-transform: uppercase; letter-spacing: .12em; font-size: .62rem; }
.co-panel ol { list-style: none; margin: 0; padding: 0; }
.co-panel li { display: grid; grid-template-columns: 32px 1fr; gap: 12px; padding: 14px 0; border-bottom: 1px solid #ddd9ce; font-size: .82rem; font-weight: 680; }
.co-panel li span { color: #98a39e; font-size: .63rem; }

.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.step-card { min-height: 195px; padding: 25px; background: #fff; border-top: 3px solid var(--green-700); }
.step-card > span { width: 35px; height: 35px; display: grid; place-items: center; background: var(--red-700); color: #fff; font-size: .65rem; font-weight: 800; }
.step-card h3 { margin: 22px 0 8px; color: var(--green-900); }
.step-card p { margin: 0; color: var(--muted); font-size: .76rem; }
.documents-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 25px; }
.document-item { display: flex; gap: 13px; align-items: flex-start; padding: 18px; border: 1px solid var(--line); }
.document-item b { flex: 0 0 28px; width: 28px; height: 28px; display: grid; place-items: center; background: var(--green-100); color: var(--green-700); }
.document-item h3 { margin: 0 0 4px; color: var(--green-900); font-size: .85rem; }
.document-item p { margin: 0; color: var(--muted); font-size: .7rem; }

.registration-grid { display: grid; grid-template-columns: .68fr 1.32fr; gap: 80px; align-items: start; }
.registration-intro { position: sticky; top: 125px; }
.registration-intro h1 { color: #fff; font-size: clamp(2.5rem, 4.2vw, 3.8rem); }
.registration-intro > p:not(.eyebrow) { color: rgba(255,255,255,.63); }
.help-card { margin-top: 28px; padding: 18px 0; border-block: 1px solid rgba(255,255,255,.15); }
.help-card small { display: block; color: rgba(255,255,255,.46); }
.help-card a { color: var(--red-light); font-weight: 800; }
.registration-form { padding: 40px; background: #fff; color: var(--ink); box-shadow: 0 25px 60px rgba(0,0,0,.2); }
.registration-form h2 { color: var(--green-900); font-size: 1.25rem; }
.registration-form .hint { margin: 5px 0 24px; color: var(--muted); font-size: .72rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.form-grid label { display: grid; gap: 6px; color: #3b4d46; font-size: .72rem; font-weight: 700; }
.form-grid label.wide { grid-column: 1 / -1; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; padding: 11px 12px; color: var(--ink); background: #fbfcfb; border: 1px solid #d9e1dd; outline: none; }
.form-grid input, .form-grid select { height: 46px; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--green-700); box-shadow: 0 0 0 3px rgba(20,117,88,.1); }
.consent { display: flex; gap: 10px; align-items: flex-start; margin: 20px 0; color: var(--muted); font-size: .7rem; }
.registration-form .button { width: 100%; border: 0; }
.form-status { display: none; margin: 14px 0 0; padding: 12px; color: var(--green-900); background: var(--green-100); font-size: .72rem; }

.faq { border-top: 1px solid #ccd6d1; }
.faq details { border-bottom: 1px solid #ccd6d1; }
.faq summary { list-style: none; cursor: pointer; display: grid; grid-template-columns: 34px 1fr auto; gap: 12px; align-items: center; padding: 23px 0; color: var(--green-950); font-size: .9rem; font-weight: 750; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { color: var(--green-700); font-size: .62rem; }
.faq summary i { color: var(--green-700); font-size: 1.25rem; font-style: normal; }
.faq details[open] summary i { transform: rotate(45deg); }
.faq details p { margin: -3px 46px 23px; color: var(--muted); font-size: .78rem; }

.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }
.contact-copy h2 { color: var(--green-950); font-size: clamp(2.5rem, 4.3vw, 4rem); }
.contact-copy > p:not(.eyebrow) { color: var(--muted); }
.contact-list { display: grid; gap: 14px; }
.contact-item { display: grid; grid-template-columns: 42px 1fr; gap: 15px; padding: 22px; background: var(--cream); border-left: 3px solid var(--green-700); }
.contact-item > span { color: var(--green-700); font-size: .62rem; font-weight: 800; }
.contact-item small { display: block; color: var(--muted); text-transform: uppercase; letter-spacing: .11em; font-size: .57rem; }
.contact-item strong, .contact-item a { display: block; color: var(--green-900); font-size: .86rem; font-weight: 750; }
.map-card { min-height: 310px; display: grid; place-items: center; padding: 30px; text-align: center; background: linear-gradient(rgba(6,44,34,.86),rgba(6,44,34,.86)), url("https://ipambf.com/wp-content/uploads/2026/04/2.jpeg") center/cover; color: #fff; }
.map-card h3 { margin: 0 0 8px; font-size: 1.5rem; }
.map-card p { color: rgba(255,255,255,.62); }

.news-layout { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr); gap: 48px; align-items: start; }
.news-featured { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 410px; background: var(--green-900); color: #fff; overflow: hidden; }
.news-featured-media { min-height: 410px; overflow: hidden; }
.news-featured-media img { width: 100%; height: 100%; object-fit: cover; }
.news-featured-body { padding: 42px; display: flex; flex-direction: column; justify-content: center; }
.news-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; margin-bottom: 16px; color: var(--green-700); text-transform: uppercase; letter-spacing: .1em; font-size: .6rem; font-weight: 800; }
.news-featured .news-meta { color: var(--red-light); }
.news-meta span + span::before { content: "•"; margin-right: 9px; }
.news-featured h2 { color: #fff; font-size: clamp(2rem, 3.2vw, 3rem); }
.news-featured p { color: rgba(255,255,255,.67); font-size: .84rem; }
.news-source { margin-top: 18px; display: inline-flex; align-items: center; gap: 10px; color: var(--green-700); font-size: .74rem; font-weight: 800; }
.news-featured .news-source { color: var(--red-light); }
.news-sidebar { position: sticky; top: 115px; display: grid; gap: 18px; }
.facebook-card { padding: 28px; background: #1877f2; color: #fff; }
.facebook-mark { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 22px; background: #fff; color: #1877f2; font-family: Georgia, serif; font-size: 1.8rem; font-weight: 800; }
.facebook-card h2 { color: #fff; font-size: 1.35rem; }
.facebook-card p { color: rgba(255,255,255,.75); font-size: .75rem; }
.facebook-card .button { width: 100%; margin-top: 12px; background: #fff; color: #145dbf; }
.social-stats { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 20px; border-top: 1px solid rgba(255,255,255,.25); }
.social-stats div { padding: 15px 8px 0; text-align: center; }
.social-stats strong { display: block; font-size: .95rem; }
.social-stats span { color: rgba(255,255,255,.65); font-size: .5rem; text-transform: uppercase; letter-spacing: .08em; }
.news-note { padding: 22px; background: var(--cream); border-left: 3px solid var(--green-700); }
.news-note h3 { margin: 0 0 7px; color: var(--green-900); font-size: .88rem; }
.news-note p { margin: 0; color: var(--muted); font-size: .7rem; }
.news-toolbar { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 30px; }
.news-filter { border: 1px solid var(--line); background: #fff; color: var(--muted); padding: 9px 15px; font-size: .68rem; font-weight: 750; cursor: pointer; }
.news-filter:hover, .news-filter.active { background: var(--green-900); color: #fff; border-color: var(--green-900); }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.news-card { background: #fff; border: 1px solid rgba(8,63,47,.1); overflow: hidden; transition: transform .25s, box-shadow .25s; }
.news-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.news-card[hidden] { display: none; }
.news-card-media { height: 205px; overflow: hidden; background: #dfe7e3; }
.news-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.news-card:hover .news-card-media img { transform: scale(1.04); }
.news-card-body { padding: 23px; }
.news-card h2 { min-height: 52px; color: var(--green-900); font-size: 1.1rem; line-height: 1.35; letter-spacing: -.015em; }
.news-card p { color: var(--muted); font-size: .74rem; }
.news-card .news-source { padding-top: 14px; border-top: 1px solid var(--line); }
.news-empty { display: none; padding: 30px; color: var(--muted); text-align: center; background: #fff; border: 1px solid var(--line); }

.cta-band { padding-block: 75px; background: var(--green-900); color: #fff; }
.cta-band .container { display: flex; justify-content: space-between; align-items: center; gap: 35px; }
.cta-band h2 { max-width: 720px; color: #fff; font-size: clamp(2rem, 4vw, 3.5rem); }

.site-footer { padding-top: 65px; background: var(--night); color: rgba(255,255,255,.64); border-top: 4px solid var(--red-700); }
.footer-grid { display: grid; grid-template-columns: 1.6fr .7fr .7fr 1fr; gap: 55px; padding-bottom: 48px; }
.site-footer .brand-copy strong { color: #fff; }
.site-footer .brand-copy small { color: rgba(255,255,255,.4); }
.footer-brand p { max-width: 330px; font-size: .75rem; }
.footer-grid h3 { margin: 0 0 18px; color: #fff; text-transform: uppercase; letter-spacing: .12em; font-size: .7rem; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid > div:not(.footer-brand) a, .footer-grid > div:not(.footer-brand) p { margin: 0 0 9px; font-size: .7rem; }
.footer-bottom { min-height: 64px; display: flex; justify-content: space-between; align-items: center; gap: 20px; border-top: 1px solid rgba(255,255,255,.08); font-size: .62rem; }
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 90; width: 52px; height: 52px; display: grid; place-items: center; background: #1ea864; color: #fff; border-radius: 50%; box-shadow: 0 14px 35px rgba(0,0,0,.24); font-size: .62rem; font-weight: 900; }

@media (max-width: 980px) {
  .main-nav { gap: 14px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-card { display: none; }
  .intro-grid, .co-grid, .contact-grid { gap: 55px; }
  .programmes-grid { grid-template-columns: 1fr 1fr; }
  .values-grid { grid-template-columns: 1fr 1fr; }
  .values-grid article:nth-child(2) { border-right: 0; }
  .values-grid article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.15); }
  .registration-grid { grid-template-columns: 1fr; }
  .registration-intro { position: static; }
  .news-layout { grid-template-columns: 1fr; }
  .news-sidebar { position: static; grid-template-columns: 1fr 1fr; }
  .news-grid { grid-template-columns: 1fr 1fr; }
  .financial-teaser, .finance-overview, .finance-info-grid { gap: 45px; }
  .ranking-grid { grid-template-columns: 220px 1fr; gap: 45px; }
  .ranking-badge { width: 210px; height: 210px; }
  .ranking-badge strong { font-size: 5rem; }
  .finance-copy { position: static; }
}

@media (max-width: 820px) {
  .nav-wrap { min-height: 72px; }
  .menu-button { display: block; z-index: 2; }
  .menu-button.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button.is-open span:nth-child(2) { opacity: 0; }
  .menu-button.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: absolute; top: 100%; left: 0; right: 0; display: grid; gap: 0; padding: 10px 24px 24px; background: #fff; border-top: 1px solid var(--line); box-shadow: 0 18px 40px rgba(7,45,34,.12); visibility: hidden; opacity: 0; transform: translateY(-8px); transition: .2s; }
  .main-nav.is-open { visibility: visible; opacity: 1; transform: translateY(0); }
  .main-nav > a { padding: 11px 0; border-bottom: 1px solid var(--line); }
  .main-nav > a::after { display: none; }
  .main-nav .nav-cta { margin-top: 12px; text-align: center; }
  .intro-grid, .co-grid, .contact-grid { grid-template-columns: 1fr; }
  .preview-grid { grid-template-columns: 1fr 1fr; }
  .preview-grid .more-card { grid-column: 1 / -1; }
  .steps-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / -1; }
  .news-featured { grid-template-columns: 1fr; }
  .news-featured-media { min-height: 330px; }
  .programme-details-grid, .financial-teaser, .finance-overview, .finance-info-grid, .ranking-grid { grid-template-columns: 1fr; }
  .ranking-grid { text-align: center; }
  .ranking-copy { margin-inline: auto; }
  .ranking-copy .eyebrow, .ranking-labels { justify-content: center; }
  .programme-guidance-card { min-height: 420px; }
  .financial-teaser figure { max-height: 760px; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 30px, 1180px); }
  .announcement-inner { width: 100%; }
  .announcement-group { min-height: 40px; gap: 22px; padding: 0 40px 0 16px; }
  .announcement strong, .announcement p, .announcement a { display: block; font-size: .68rem; }
  .announcement-track, .announcement-inner:not(.is-enhanced) { animation-duration: 15s; }
  .brand img { width: 50px; height: 42px; }
  .brand-copy strong { font-size: .87rem; }
  .brand-copy small { font-size: .53rem; }
  .section { padding-block: 70px; }
  .hero { background-position: 58% center; }
  .hero-grid { padding-block: 75px; }
  .hero-copy h1 { font-size: clamp(2.8rem, 14vw, 4rem); }
  .hero-copy > p:not(.eyebrow) { font-size: .92rem; }
  .hero-actions .button { width: 100%; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stats-grid > div { min-height: 100px; padding: 20px 16px; }
  .ranking-highlight { padding-block: 65px; }
  .ranking-badge { width: 190px; height: 190px; border-width: 9px; }
  .ranking-badge strong { font-size: 4.5rem; }
  .ranking-copy h2 { font-size: 2.45rem; }
  .recognition-ranking { grid-template-columns: 1fr; padding: 24px 20px; }
  .recognition-score { max-width: 190px; margin-inline: auto; }
  .intro-image { min-height: 430px; }
  .intro-image img:first-child { width: 84%; height: 380px; }
  .intro-image img:last-of-type { width: 55%; height: 185px; }
  .intro-badge { padding: 14px 16px; font-size: .75rem; }
  .mission-grid, .preview-grid, .programmes-grid, .values-grid, .checks, .steps-grid, .documents-grid, .form-grid { grid-template-columns: 1fr; }
  .preview-grid .more-card { grid-column: auto; }
  .values-grid article { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .program-card figure { height: 235px; }
  .page-hero { min-height: 390px; }
  .page-hero h1 { font-size: clamp(2.7rem, 13vw, 3.8rem); }
  .co-panel, .registration-form { padding: 28px 20px; }
  .form-grid label.wide { grid-column: auto; }
  .cta-band .container { flex-direction: column; align-items: flex-start; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px 22px; }
  .footer-brand, .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { padding-block: 16px; flex-direction: column; align-items: flex-start; gap: 4px; }
  .news-featured-body { padding: 28px 21px; }
  .news-sidebar, .news-grid { grid-template-columns: 1fr; }
  .news-card-media { height: 230px; }
  .programme-detail-media { height: 230px; }
  .programme-detail-body { padding: 24px 20px; }
  .programme-detail-body h2 { min-height: 0; font-size: 1.35rem; }
  .programme-columns { grid-template-columns: 1fr; gap: 17px; }
  .programme-guidance-card { min-height: 360px; padding: 34px 22px; }
  .fee-mini-grid, .fee-summary-grid { grid-template-columns: 1fr 1fr; }
  .finance-actions { align-items: flex-start; flex-direction: column; }
  .finance-sheet { padding: 7px; }
  .payment-rules { padding: 27px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
  .announcement-track { animation: announcement-scroll 28s linear infinite !important; }
  .announcement-inner:not(.is-enhanced) { animation: announcement-fallback 28s linear infinite !important; }
}
