:root {
	--ifb-a2-blue: #0000aa;
	--ifb-a2-navy: #171f33;
	--ifb-a2-sand: #eee5d9;
	--ifb-a2-taupe: #c9beaf;
	--ifb-a2-cream: #fffdf8;
	--ifb-a2-white: #ffffff;
}

.ifb-a2-sitewide { background: var(--ifb-a2-blue); color: #fff; }
.ifb-a2-sitewide__inner {
	display: flex; width: min(calc(100% - 40px), 1180px); min-height: 44px; margin: 0 auto;
	align-items: center; justify-content: center; flex-wrap: wrap; gap: 7px 15px; padding: 9px 0; text-align: center;
}
.ifb-a2-sitewide__badge { padding: 4px 8px; border: 1px solid rgba(255,255,255,.55); border-radius: 999px; font-size: .68rem; font-weight: 900; letter-spacing: .09em; white-space: nowrap; }
.ifb-a2-sitewide strong { color: #fff; font-size: clamp(.88rem, 1.3vw, 1.02rem); line-height: 1.35; }
.ifb-a2-sitewide__inner > span:last-child { width: 100%; color: #eef0ff; font-size: .76rem; line-height: 1.4; }

.ifb-a2-feature { padding: clamp(30px, 5vw, 68px) 0; background: var(--ifb-a2-sand); color: var(--ifb-a2-navy); }
.ifb-a2-feature__inner { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(290px, .72fr); width: min(calc(100% - 40px), 1180px); margin: 0 auto; border: 1px solid var(--ifb-a2-taupe); border-radius: 22px; background: var(--ifb-a2-cream); box-shadow: 0 24px 60px rgba(23,31,51,.13); overflow: hidden; }
.ifb-a2-feature__copy { padding: clamp(30px, 5vw, 64px); }
.ifb-a2-kicker { margin: 0 0 14px; color: var(--ifb-a2-blue); font-size: .76rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.ifb-a2-feature h2 { max-width: 820px; margin: 0 0 20px; color: var(--ifb-a2-navy); font-size: clamp(2rem, 4.5vw, 4.5rem); line-height: 1.02; letter-spacing: -.045em; }
.ifb-a2-feature h2 span { color: var(--ifb-a2-blue); }
.ifb-a2-feature__lead { max-width: 810px; margin: 0 0 18px; font-size: clamp(1.04rem, 1.6vw, 1.22rem); line-height: 1.65; }
.ifb-a2-feature__case { max-width: 810px; margin: 0 0 14px; padding: 14px 16px; border-left: 4px solid var(--ifb-a2-blue); background: #f4f3fb; color: #2d374b; line-height: 1.55; }
.ifb-a2-feature__levels { max-width: 810px; margin: 0 0 24px; padding: 16px 18px; border: 2px solid var(--ifb-a2-blue); border-radius: 10px; background: #fff; color: #202b40; font-size: 1rem; line-height: 1.6; }
.ifb-a2-feature__levels strong { color: #00006d; }
.ifb-a2-feature__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin: 0 0 22px; }
.ifb-a2-button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 11px 18px; border: 2px solid var(--ifb-a2-blue); border-radius: 8px; font-weight: 850; text-align: center; text-decoration: none !important; transition: transform .16s ease, box-shadow .16s ease, background .16s ease; }
.ifb-a2-button--primary { background: var(--ifb-a2-blue); color: #fff !important; }
.ifb-a2-button--secondary { background: #fff; color: var(--ifb-a2-blue) !important; }
.ifb-a2-button:hover, .ifb-a2-button:focus-visible { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(0,0,170,.18); }
.ifb-a2-text-link { color: var(--ifb-a2-blue); font-weight: 850; }
.ifb-a2-button:focus-visible,
.ifb-a2-text-link:focus-visible,
.ifb-a2-form-proof a:focus-visible,
.ifb-a2-footer-band a:focus-visible,
.ifb-a2-mobile-proof:focus-visible { outline: 3px solid #ffca28; outline-offset: 3px; }
.ifb-a2-scope { margin: 0; padding-top: 16px; border-top: 1px solid #d9d0c5; color: #4a5262; font-size: .82rem; line-height: 1.55; }
.ifb-a2-proof { display: flex; flex-direction: column; justify-content: center; padding: clamp(28px, 4vw, 52px); background: var(--ifb-a2-navy); color: #fff; }
.ifb-a2-proof__date { display: grid; width: 142px; min-height: 142px; margin-bottom: 28px; place-content: center; border: 2px solid rgba(255,255,255,.72); background: var(--ifb-a2-blue); text-align: center; }
.ifb-a2-proof__date span { font-size: .65rem; font-weight: 900; letter-spacing: .13em; }
.ifb-a2-proof__date strong { font-size: 3.75rem; line-height: .95; }
.ifb-a2-proof__date b { font-size: .76rem; letter-spacing: .08em; }
.ifb-a2-proof__level { margin: 0 0 12px; color: #fff; font-size: clamp(1.7rem, 3vw, 2.4rem); font-weight: 900; }
.ifb-a2-proof blockquote { margin: 0 0 24px; padding: 0 0 0 18px; border-left: 3px solid #c8c9ff; }
.ifb-a2-proof blockquote p { margin: 0 0 8px; font-size: 1.12rem; font-weight: 800; line-height: 1.5; }
.ifb-a2-proof cite { color: #cfd3df; font-size: .75rem; font-style: normal; }
.ifb-a2-proof dl { margin: 0; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.22); }
.ifb-a2-proof dl div { display: grid; grid-template-columns: 78px 1fr; gap: 10px; margin: 7px 0; }
.ifb-a2-proof dt { color: #abb1c0; font-size: .72rem; text-transform: uppercase; }
.ifb-a2-proof dd { margin: 0; font-size: .84rem; font-weight: 750; }

.ifb-a2-compact { display: grid; grid-template-columns: auto minmax(0,1fr) auto; width: min(calc(100% - 8px), 1120px); margin: clamp(22px, 4vw, 44px) auto; align-items: center; gap: 22px; padding: clamp(20px, 3vw, 30px); border: 2px solid var(--ifb-a2-blue); border-radius: 16px; background: #fff; box-shadow: 0 16px 34px rgba(0,0,170,.1); }
.ifb-a2-compact__date { display: grid; width: 82px; height: 82px; place-content: center; background: var(--ifb-a2-blue); color: #fff; text-align: center; }
.ifb-a2-compact__date strong { font-size: 1.45rem; line-height: 1; }
.ifb-a2-compact__date span { font-size: .72rem; }
.ifb-a2-compact h2 { margin: 0 0 6px; color: var(--ifb-a2-navy); font-size: clamp(1.3rem, 2.4vw, 1.85rem); line-height: 1.2; }
.ifb-a2-compact p { margin: 0 0 5px; line-height: 1.5; }
.ifb-a2-compact small { color: #555d69; }

.ifb-a2-level-experience {
	box-sizing: border-box; width: 100%; margin: 28px 0; padding: clamp(24px, 4vw, 36px);
	border: 2px solid var(--ifb-a2-blue); border-radius: 18px; background: var(--ifb-a2-cream);
	color: var(--ifb-a2-navy); box-shadow: 0 14px 30px rgba(0,0,110,.08);
}
.ifb-a2-level-experience__eyebrow { margin: 0 0 8px; color: #00006d; font-size: .76rem; font-weight: 900; letter-spacing: .12em; }
.ifb-a2-level-experience h2 { max-width: 900px; margin: 0 0 16px; color: var(--ifb-a2-navy); font-size: clamp(1.55rem, 3vw, 2.35rem); line-height: 1.15; }
.ifb-a2-level-experience__levels { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 16px; }
.ifb-a2-level-experience__levels span { display: inline-flex; min-width: 52px; min-height: 40px; align-items: center; justify-content: center; border-radius: 7px; background: var(--ifb-a2-blue); color: #fff; font-weight: 900; }
.ifb-a2-level-experience > p:not(.ifb-a2-level-experience__eyebrow) { max-width: 940px; color: #344158; font-size: 1.02rem; line-height: 1.68; }
.ifb-a2-level-experience__scope { margin: 18px 0 0; padding: 15px 17px; border-left: 4px solid var(--ifb-a2-blue); background: #f1f2fb; color: #2d374b !important; font-size: .9rem !important; }

.ifb-a2-form-proof { display: grid; grid-template-columns: auto minmax(0,1fr); gap: 8px 16px; margin: 22px 0; padding: 17px 20px; align-items: center; border: 1px solid var(--ifb-a2-blue); border-radius: 11px; background: #f5f5ff; }
.ifb-a2-form-proof > span { grid-row: 1 / 4; padding: 7px 9px; background: var(--ifb-a2-blue); color: #fff; font-size: .7rem; font-weight: 900; letter-spacing: .09em; text-align: center; }
.ifb-a2-form-proof strong { color: var(--ifb-a2-navy); }
.ifb-a2-form-proof a { grid-column: 2; color: var(--ifb-a2-blue); font-weight: 850; }
.ifb-a2-form-proof small { grid-column: 2; color: #555d69; font-size: .76rem; }

.ifb-a2-footer-band { padding: 28px 0; background: var(--ifb-a2-sand); color: var(--ifb-a2-navy); border-top: 1px solid var(--ifb-a2-taupe); }
.ifb-a2-footer-band__inner { display: flex; width: min(calc(100% - 40px), 1180px); margin: 0 auto; align-items: center; justify-content: space-between; gap: 24px; }
.ifb-a2-footer-band p { display: grid; margin: 0; gap: 2px; }
.ifb-a2-footer-band span { color: var(--ifb-a2-blue); font-size: .7rem; font-weight: 900; letter-spacing: .1em; }
.ifb-a2-footer-band strong { font-size: clamp(1.15rem, 2vw, 1.55rem); }
.ifb-a2-footer-band small { color: #525a67; }
.ifb-a2-footer-band a { flex: 0 0 auto; padding: 12px 18px; border-radius: 7px; background: var(--ifb-a2-blue); color: #fff; font-weight: 850; text-decoration: none; }

@media (max-width: 900px) {
	.ifb-a2-sitewide__inner { gap: 5px 10px; padding: 9px 0; }
	.ifb-a2-feature__inner { grid-template-columns: 1fr; }
	.ifb-a2-proof { display: grid; grid-template-columns: auto 1fr; gap: 0 25px; }
	.ifb-a2-proof__date { grid-row: 1 / 5; margin: 0; }
	.ifb-a2-compact { grid-template-columns: auto minmax(0,1fr); }
	.ifb-a2-compact > .ifb-a2-button { grid-column: 1 / -1; }
	.ifb-a2-form-proof { grid-template-columns: 1fr; }
	.ifb-a2-form-proof > span, .ifb-a2-form-proof a, .ifb-a2-form-proof small { grid-column: 1; grid-row: auto; }
}

@media (max-width: 767px) {
	.ifb-a2-sitewide__inner { width: min(calc(100% - 24px), 1180px); min-height: 62px; }
	.ifb-a2-sitewide__inner > span:last-child { width: 100%; }
	.ifb-a2-feature { padding: 20px 0; }
	.ifb-a2-feature__inner { width: min(calc(100% - 24px), 1180px); border-radius: 14px; }
	.ifb-a2-feature__copy, .ifb-a2-proof { padding: 26px 20px; }
	.ifb-a2-feature h2 { font-size: clamp(2rem, 11vw, 3rem); }
	.ifb-a2-feature__actions, .ifb-a2-button { width: 100%; }
	.ifb-a2-proof { display: block; }
	.ifb-a2-proof__date { width: 112px; min-height: 112px; margin-bottom: 22px; }
	.ifb-a2-proof__date strong { font-size: 3rem; }
	.ifb-a2-compact { grid-template-columns: 1fr; width: min(calc(100% - 24px), 1120px); gap: 15px; }
	.ifb-a2-compact__date { width: 72px; height: 72px; }
	.ifb-a2-footer-band__inner { width: min(calc(100% - 24px), 1180px); align-items: stretch; flex-direction: column; }
	.ifb-a2-footer-band a { text-align: center; }
	.ifb-a2-level-experience { padding: 23px 20px; border-radius: 14px; }
}

@media (max-width: 700px) {
	body.ifb-a2-campaign-active { padding-bottom: calc(108px + env(safe-area-inset-bottom, 0px)); }
	.ifb-mobile-actions.ifb-a2-mobile-actions {
		grid-template-rows: 46px 62px;
		min-height: calc(108px + env(safe-area-inset-bottom, 0px));
		padding-bottom: env(safe-area-inset-bottom, 0px);
	}
	.ifb-mobile-actions .ifb-a2-mobile-proof { grid-column: 1 / -1; min-height: 46px; padding: 8px; border-bottom: 1px solid rgba(23,32,51,.12); background: var(--ifb-a2-sand); color: var(--ifb-a2-blue); font-size: .88rem; font-weight: 900; }
}

@media (max-width: 390px) {
	.ifb-a2-sitewide strong { font-size: .82rem; }
	.ifb-a2-sitewide__badge { font-size: .62rem; }
	.ifb-a2-feature__copy, .ifb-a2-proof { padding-inline: 17px; }
	.ifb-a2-feature__lead { font-size: 1rem; }
}

@media (prefers-reduced-motion: reduce) {
	.ifb-a2-button { transition: none; }
}

@media print {
	.ifb-a2-sitewide, .ifb-a2-footer-band, .ifb-a2-mobile-proof { display: none !important; }
}


/* v0.11.0 — dedicated telc/BfAA information page cleanup */
.ifb-a2-page-title__line,
.ifb-a2-heading-line {
	display: block;
}
.ifb-a2-confirmation-page .ifb-a2-confirmation-hero__proof {
	margin-top: 12px;
}
.ifb-a2-confirmation-page .ifb-a2-scope-box p {
	margin-bottom: 0;
	line-height: 1.65;
}
.ifb-a2-confirmation-page .ifb-a2-confirmation-summary p:last-child {
	margin-bottom: 0;
}


/* v0.11.4 — merged IFB/BfAA section without German quote */
.ifb-a2-confirmation-summary--merged { padding-bottom: clamp(26px, 4vw, 38px); }
.ifb-a2-scope-note { margin-top: 18px; padding: 15px 17px; border-radius: 10px; background: #f4f4f7; color: #344158; }
