/* ==========================================================================
   IISAUH THEME2026 — Modern School Fee Page Stylesheet
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. School Fee Hero & Backdrop
   -------------------------------------------------------------------------- */
.school-fee-page {
	background-color: #f6f9fc;
	min-height: 100vh;
}

.school-fee-hero {
	position: relative;
	padding: clamp(32px, 3.5vw, 48px) 0 clamp(32px, 3.5vw, 48px);
	background: linear-gradient(135deg, #0a1e36 0%, #0f2a4a 55%, #0d3859 100%);
	color: var(--white);
	overflow: hidden;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.school-fee-hero__backdrop {
	position: absolute;
	inset: 0;
	pointer-events: none;
	overflow: hidden;
}

.school-fee-hero__pattern-svg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	opacity: 0.85;
}

.school-fee-hero__orb {
	position: absolute;
	border-radius: 50%;
	filter: blur(80px);
	opacity: 0.25;
	pointer-events: none;
}

.school-fee-hero__orb--1 {
	top: -10%;
	right: 5%;
	width: 380px;
	height: 380px;
	background: radial-gradient(circle, #00c4ae 0%, rgba(0, 196, 174, 0) 70%);
}

.school-fee-hero__orb--2 {
	bottom: -20%;
	left: 10%;
	width: 440px;
	height: 440px;
	background: radial-gradient(circle, #38bdf8 0%, rgba(56, 189, 248, 0) 70%);
}

.school-fee-hero__container {
	position: relative;
	z-index: 2;
	width: min(100%, var(--container-max, 1680px));
	max-width: var(--container-max, 1680px);
	margin: 0 auto;
	padding: 0 var(--gutter, clamp(16px, 3.5vw, 40px));
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 16px;
	box-sizing: border-box;
}

.school-fee-hero__title {
	margin: 0;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: #ffffff;
	font-size: clamp(22px, 2.6vw, 32px);
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -0.015em;
	flex-wrap: wrap;
}

.school-fee-hero__title-icon {
	flex-shrink: 0;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #00a896;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
}

.school-fee-hero__download-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 22px;
	border-radius: 9999px;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.28);
	color: #ffffff;
	font-size: 13.5px;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.25s ease;
	backdrop-filter: blur(8px);
}

.school-fee-hero__download-btn:hover {
	background: #00a896;
	border-color: #00a896;
	color: #ffffff;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(0, 168, 150, 0.4);
}

.school-fee-hero__year-pill {
	display: inline-flex;
	align-items: center;
	padding: 4px 12px;
	border-radius: 6px;
	background: rgba(56, 189, 248, 0.18);
	border: 1px solid rgba(56, 189, 248, 0.35);
	color: #38bdf8;
	font-weight: 700;
	font-size: 13px;
	margin-left: 4px;
}

/* --------------------------------------------------------------------------
   2. Key Highlights Quick Bar
   -------------------------------------------------------------------------- */
.school-fee-highlights-wrap {
	position: relative;
	z-index: 3;
	margin-top: -34px;
	margin-bottom: 32px;
}

.school-fee-highlights-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 16px;
}

.school-fee-highlight-card {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 18px 20px;
	background: #ffffff;
	border-radius: 16px;
	box-shadow: 0 10px 30px rgba(15, 42, 74, 0.06);
	border: 1px solid rgba(226, 232, 240, 0.9);
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.school-fee-highlight-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 14px 34px rgba(15, 42, 74, 0.1);
	border-color: #cbd5e1;
}

.school-fee-highlight-card__icon {
	flex-shrink: 0;
	width: 44px;
	height: 44px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, rgba(0, 168, 150, 0.12) 0%, rgba(2, 196, 174, 0.18) 100%);
	color: #008f7f;
}

.school-fee-highlight-card:nth-child(2) .school-fee-highlight-card__icon {
	background: linear-gradient(135deg, rgba(59, 130, 246, 0.12) 0%, rgba(14, 165, 233, 0.18) 100%);
	color: #0284c7;
}

.school-fee-highlight-card:nth-child(3) .school-fee-highlight-card__icon {
	background: linear-gradient(135deg, rgba(245, 158, 11, 0.12) 0%, rgba(251, 191, 36, 0.18) 100%);
	color: #d97706;
}

.school-fee-highlight-card:nth-child(4) .school-fee-highlight-card__icon {
	background: linear-gradient(135deg, rgba(124, 58, 237, 0.12) 0%, rgba(168, 85, 247, 0.18) 100%);
	color: #7c3aed;
}

.school-fee-highlight-card__title {
	font-size: 15px;
	font-weight: 700;
	color: #0f2a4a;
	margin: 0 0 3px;
	line-height: 1.3;
}

.school-fee-highlight-card__desc {
	font-size: 12.5px;
	color: #64748b;
	line-height: 1.4;
	margin: 0;
}

/* --------------------------------------------------------------------------
   3. Main Tables Section & Grid
   -------------------------------------------------------------------------- */
.school-fee-content-section {
	padding: 40px 0 60px;
}

.school-fee-container {
	max-width: var(--container-max);
	margin: 0 auto;
	padding: 0 var(--gutter);
}

.school-fee-tables-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	align-items: stretch;
	margin-bottom: 40px;
}

.school-fee-tier-card {
	background: #ffffff;
	border-radius: 20px;
	box-shadow: 0 12px 36px rgba(15, 42, 74, 0.06);
	border: 1px solid #e8eef5;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	height: 100%;
	transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease, border-color 0.3s ease;
	position: relative;
}

.school-fee-tier-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 20px 48px rgba(15, 42, 74, 0.12);
	border-color: #cbd5e1;
}

/* Card Decorative Top Accent Bar */
.school-fee-tier-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
}

.school-fee-tier-card--kg::before {
	background: linear-gradient(90deg, #00a896 0%, #02c4ae 100%);
}

.school-fee-tier-card--primary::before {
	background: linear-gradient(90deg, #0284c7 0%, #38bdf8 100%);
}

.school-fee-tier-card--senior::before {
	background: linear-gradient(90deg, #0f2a4a 0%, #4f46e5 100%);
}

/* Tier Card Header */
.school-fee-tier-card__header {
	padding: 22px 24px 18px;
	background: linear-gradient(180deg, #fafbfd 0%, #ffffff 100%);
	border-bottom: 1px solid #f1f5f9;
	display: flex;
	align-items: center;
	gap: 14px;
}

.school-fee-tier-card__icon-box {
	width: 48px;
	height: 48px;
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.school-fee-tier-card--kg .school-fee-tier-card__icon-box {
	background: rgba(0, 168, 150, 0.1);
	color: #008f7f;
}

.school-fee-tier-card--primary .school-fee-tier-card__icon-box {
	background: rgba(2, 132, 199, 0.1);
	color: #0284c7;
}

.school-fee-tier-card--senior .school-fee-tier-card__icon-box {
	background: rgba(79, 70, 229, 0.1);
	color: #4f46e5;
}

.school-fee-tier-card__badge {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	padding: 2px 8px;
	border-radius: 6px;
	display: inline-block;
	margin-bottom: 4px;
}

.school-fee-tier-card--kg .school-fee-tier-card__badge {
	background: rgba(0, 168, 150, 0.12);
	color: #008f7f;
}

.school-fee-tier-card--primary .school-fee-tier-card__badge {
	background: rgba(2, 132, 199, 0.12);
	color: #0284c7;
}

.school-fee-tier-card--senior .school-fee-tier-card__badge {
	background: rgba(79, 70, 229, 0.12);
	color: #4f46e5;
}

.school-fee-tier-card__title {
	font-size: 18px;
	font-weight: 800;
	color: #0f2a4a;
	margin: 0;
	line-height: 1.25;
}

/* Modern Column Bar with Modern Light Gradients */
.school-fee-tier-card__col-bar {
	padding: 11px 24px;
	background: linear-gradient(90deg, #f8fafc 0%, #f1f5f9 50%, #f8fafc 100%);
	border-top: 1px solid #f1f5f9;
	border-bottom: 1px solid #e2e8f0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 11.5px;
	font-weight: 750;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	color: #64748b;
}

.school-fee-tier-card--kg .school-fee-tier-card__col-bar {
	background: linear-gradient(90deg, rgba(0, 168, 150, 0.08) 0%, rgba(2, 196, 174, 0.12) 50%, rgba(56, 189, 248, 0.06) 100%);
	border-top: 1px solid rgba(0, 168, 150, 0.12);
	border-bottom: 1px solid rgba(0, 168, 150, 0.16);
	color: #007a6c;
}

.school-fee-tier-card--primary .school-fee-tier-card__col-bar {
	background: linear-gradient(90deg, rgba(2, 132, 199, 0.08) 0%, rgba(56, 189, 248, 0.12) 50%, rgba(99, 102, 241, 0.06) 100%);
	border-top: 1px solid rgba(2, 132, 199, 0.12);
	border-bottom: 1px solid rgba(2, 132, 199, 0.16);
	color: #0369a1;
}

.school-fee-tier-card--senior .school-fee-tier-card__col-bar {
	background: linear-gradient(90deg, rgba(79, 70, 229, 0.08) 0%, rgba(99, 102, 241, 0.12) 50%, rgba(14, 165, 233, 0.06) 100%);
	border-top: 1px solid rgba(79, 70, 229, 0.12);
	border-bottom: 1px solid rgba(79, 70, 229, 0.16);
	color: #4338ca;
}

/* Flexible Card Body */
.school-fee-tier-card__body {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

/* Modern Grade Rows Container */
.school-fee-tier-card__rows {
	padding: 14px 16px 12px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

/* Simple Modern Minimalist Filler (Clean, Simple & Unobtrusive) */
.school-fee-tier-card__filler {
	flex: 1;
	min-height: 48px;
	margin: 0 16px 16px;
	border-radius: 12px;
	background-color: #fafbfc;
	background-image: radial-gradient(#d1d5db 1.1px, transparent 1.1px);
	background-size: 16px 16px;
	border: 1.5px dashed #e2e8f0;
	transition: border-color 0.25s ease, background-color 0.25s ease;
}

.school-fee-tier-card--kg:hover .school-fee-tier-card__filler {
	border-color: rgba(0, 168, 150, 0.35);
	background-color: #f4fbf9;
}

.school-fee-tier-card--primary:hover .school-fee-tier-card__filler {
	border-color: rgba(2, 132, 199, 0.35);
	background-color: #f4f9fe;
}

/* Single Modern Grade Row Card */
.school-fee-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 14px;
	border-radius: 12px;
	background: #ffffff;
	border: 1px solid #f1f5f9;
	transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
	position: relative;
}

.school-fee-row:hover {
	background: #f8fafc;
	border-color: #cbd5e1;
	transform: translateX(3px);
	box-shadow: 0 4px 14px rgba(15, 42, 74, 0.05);
}

.school-fee-tier-card--kg .school-fee-row:hover {
	border-left: 3px solid #00a896;
}

.school-fee-tier-card--primary .school-fee-row:hover {
	border-left: 3px solid #0284c7;
}

.school-fee-tier-card--senior .school-fee-row:hover {
	border-left: 3px solid #4f46e5;
}

.school-fee-row__left {
	display: flex;
	align-items: center;
	gap: 10px;
}

.school-fee-row__indicator {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #cbd5e1;
	transition: background-color 0.2s ease;
}

.school-fee-row:hover .school-fee-row__indicator {
	background: #0f2a4a;
}

.school-fee-row__grade-name {
	font-size: 15px;
	font-weight: 700;
	color: #0f2a4a;
	letter-spacing: -0.2px;
}

.school-fee-row__right {
	text-align: right;
	display: flex;
	align-items: center;
	gap: 4px;
}

.school-fee-row__amount {
	font-size: 16.5px;
	font-weight: 800;
	font-variant-numeric: tabular-nums;
	color: #0f2a4a;
	line-height: 1.2;
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.school-fee-row__currency {
	font-size: 16px;
	font-weight: 800;
	color: #0f2a4a;
	display: inline-flex;
	align-items: center;
	line-height: 1;
}

.iisauh-aed-symbol {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	vertical-align: middle;
}

.iisauh-aed-symbol svg {
	width: 1em;
	height: 1em;
	fill: currentColor;
	vertical-align: -0.05em;
}

.school-fee-tier-card__col-bar .iisauh-aed-symbol {
	font-size: 13px;
	color: inherit;
	vertical-align: middle;
}

/* --------------------------------------------------------------------------
   4. Space-Filling Perks & Highlights Box
   -------------------------------------------------------------------------- */
.school-fee-tier-card__perks {
	margin: 8px 16px 14px;
	padding: 14px 16px;
	border-radius: 14px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	flex: 1;
	justify-content: center;
}

.school-fee-tier-card--kg .school-fee-tier-card__perks {
	background: linear-gradient(180deg, #f0fdfa 0%, #f7fee7 100%);
	border: 1px solid #ccfbf1;
}

.school-fee-tier-card--primary .school-fee-tier-card__perks {
	background: linear-gradient(180deg, #f0f9ff 0%, #f8fafc 100%);
	border: 1px solid #e0f2fe;
}

.school-fee-tier-card--senior .school-fee-tier-card__perks {
	background: linear-gradient(180deg, #f5f3ff 0%, #faf5ff 100%);
	border: 1px solid #ede9fe;
}

.school-fee-perks-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 2px;
}

.school-fee-perks-header__title {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.school-fee-tier-card--kg .school-fee-perks-header__title {
	color: #008f7f;
}

.school-fee-tier-card--primary .school-fee-perks-header__title {
	color: #0284c7;
}

.school-fee-tier-card--senior .school-fee-perks-header__title {
	color: #4f46e5;
}

.school-fee-perks-header__badge {
	font-size: 10.5px;
	font-weight: 700;
	padding: 2px 7px;
	border-radius: 9999px;
	background: #ffffff;
	border: 1px solid rgba(15, 42, 74, 0.1);
	color: #334155;
}

.school-fee-perks-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.school-fee-perks-item {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-size: 12.5px;
	color: #334155;
	line-height: 1.45;
}

.school-fee-perks-icon {
	flex-shrink: 0;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	color: #00a896;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
	margin-top: 1px;
}

.school-fee-tier-card--primary .school-fee-perks-icon {
	color: #0284c7;
}

.school-fee-tier-card--senior .school-fee-perks-icon {
	color: #4f46e5;
}

/* Tier Value Features in Footer */
.school-fee-tier-card__footer {
	margin-top: auto;
	padding: 14px 20px;
	background: #f8fafc;
	border-top: 1px solid #eef2f6;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.school-fee-tier-card__footer-tag {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 12px;
	font-weight: 600;
	color: #475569;
}

.school-fee-tier-card__footer-tag svg {
	color: #00a896;
}

.school-fee-tier-card__footer-badge {
	font-size: 11px;
	font-weight: 700;
	padding: 3px 8px;
	border-radius: 6px;
	background: #ffffff;
	border: 1px solid #e2e8f0;
	color: #0f2a4a;
	white-space: nowrap;
}

/* --------------------------------------------------------------------------
   5. Modern Special Discounts & Scholarships Section (Properly Aligned)
   -------------------------------------------------------------------------- */
.school-fee-discounts-section {
	margin-top: 10px;
	margin-bottom: 40px;
}

.school-fee-discounts-wrapper {
	background: #ffffff;
	border-radius: 20px;
	box-shadow: 0 12px 36px rgba(15, 42, 74, 0.06);
	border: 1px solid #e2e8f0;
	overflow: hidden;
	padding: clamp(24px, 3.5vw, 36px);
}

.school-fee-discounts-header {
	margin-bottom: 26px;
	border-bottom: 1px solid #f1f5f9;
	padding-bottom: 18px;
}

.school-fee-discounts-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 11.5px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	color: #008f7f;
	background: rgba(0, 168, 150, 0.1);
	padding: 4px 12px;
	border-radius: 9999px;
	margin-bottom: 8px;
}

.school-fee-discounts-title {
	font-size: clamp(22px, 2.2vw, 26px);
	font-weight: 800;
	color: #0f2a4a;
	margin: 0 0 6px;
	letter-spacing: -0.3px;
}

.school-fee-discounts-subtitle {
	font-size: 14px;
	color: #64748b;
	margin: 0;
	line-height: 1.5;
}

/* 2-Column Balanced Grid */
.school-fee-discounts-grid-2col {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
	align-items: stretch;
	margin-bottom: 24px;
}

.school-fee-discount-block {
	background: #fafbfd;
	border-radius: 16px;
	border: 1px solid #eef2f6;
	padding: 22px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: all 0.25s ease;
}

.school-fee-discount-block:hover {
	background: #ffffff;
	border-color: #cbd5e1;
	box-shadow: 0 8px 24px rgba(15, 42, 74, 0.06);
}

.school-fee-discount-block__header {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 18px;
	padding-bottom: 14px;
	border-bottom: 1px solid #f1f5f9;
}

.school-fee-discount-block__icon {
	width: 42px;
	height: 42px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.school-fee-discount-block__icon--teal {
	background: rgba(0, 168, 150, 0.12);
	color: #008f7f;
}

.school-fee-discount-block__icon--amber {
	background: rgba(245, 158, 11, 0.12);
	color: #d97706;
}

.school-fee-discount-block__title {
	font-size: 16px;
	font-weight: 800;
	color: #0f2a4a;
	margin: 0 0 3px;
	line-height: 1.25;
}

.school-fee-discount-block__sub {
	font-size: 12px;
	color: #64748b;
	display: block;
	line-height: 1.3;
}

/* Rows Inside Block */
.school-fee-discount-rows {
	display: flex;
	flex-direction: column;
	gap: 12px;
	flex: 1;
}

.school-fee-discount-row {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 12px 14px;
	background: #ffffff;
	border-radius: 12px;
	border: 1px solid #f1f5f9;
	transition: all 0.2s ease;
}

.school-fee-discount-row:hover {
	border-color: #cbd5e1;
	transform: translateX(2px);
	box-shadow: 0 3px 10px rgba(15, 42, 74, 0.04);
}

.school-fee-discount-row__badge {
	flex-shrink: 0;
	padding: 4px 8px;
	border-radius: 6px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.4px;
	text-align: center;
	min-width: 68px;
	margin-top: 2px;
}

.school-fee-discount-row__badge--blue {
	background: rgba(2, 132, 199, 0.12);
	color: #0284c7;
}

.school-fee-discount-row__badge--purple {
	background: rgba(124, 58, 237, 0.12);
	color: #7c3aed;
}

.school-fee-discount-row__badge--amber {
	background: rgba(245, 158, 11, 0.12);
	color: #d97706;
}

.school-fee-discount-row__badge--teal {
	background: rgba(0, 168, 150, 0.12);
	color: #008f7f;
}

.school-fee-discount-row__content {
	flex: 1;
	font-size: 13.5px;
	color: #475569;
	line-height: 1.5;
}

.school-fee-discount-row__content strong {
	display: block;
	font-size: 14px;
	font-weight: 700;
	color: #0f2a4a;
	margin-bottom: 2px;
}

.school-fee-discount-row__content p {
	margin: 0;
	font-size: 13px;
	color: #64748b;
	line-height: 1.45;
}

/* 3-Column Policy & Regulation Cards */
.school-fee-policy-cards-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	margin-top: 6px;
}

.school-fee-policy-card {
	background: #f8fafc;
	border-radius: 14px;
	border: 1px solid #e8eef5;
	padding: 16px 18px;
	display: flex;
	align-items: flex-start;
	gap: 12px;
	transition: all 0.2s ease;
}

.school-fee-policy-card:hover {
	background: #ffffff;
	border-color: #cbd5e1;
	box-shadow: 0 4px 14px rgba(15, 42, 74, 0.05);
}

.school-fee-policy-card__icon {
	width: 36px;
	height: 36px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-top: 1px;
}

.school-fee-policy-card__icon--teal {
	background: rgba(0, 168, 150, 0.12);
	color: #008f7f;
}

.school-fee-policy-card__icon--blue {
	background: rgba(2, 132, 199, 0.12);
	color: #0284c7;
}

.school-fee-policy-card__icon--navy {
	background: rgba(15, 42, 74, 0.08);
	color: #0f2a4a;
}

.school-fee-policy-card__body {
	flex: 1;
	min-width: 0;
}

.school-fee-policy-card__label {
	display: block;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	color: #64748b;
	margin-bottom: 3px;
}

.school-fee-policy-card__val {
	font-size: 12.5px;
	color: #1e293b;
	line-height: 1.45;
	margin: 0;
}

/* --------------------------------------------------------------------------
   6. Action CTA Hub
   -------------------------------------------------------------------------- */
.school-fee-cta-section {
	margin-bottom: 60px;
}

.school-fee-cta-banner {
	background: linear-gradient(135deg, #0f2a4a 0%, #1a3d6b 100%);
	border-radius: 20px;
	padding: clamp(28px, 4vw, 40px);
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 24px;
	box-shadow: 0 16px 40px rgba(15, 42, 74, 0.14);
	position: relative;
	overflow: hidden;
}

.school-fee-cta-banner__orb {
	position: absolute;
	right: -10%;
	bottom: -40%;
	width: 320px;
	height: 320px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(0, 196, 174, 0.25) 0%, transparent 70%);
	pointer-events: none;
}

.school-fee-cta-banner__content {
	flex: 1 1 auto;
	min-width: 0;
	position: relative;
	z-index: 2;
}

.school-fee-cta-banner__title {
	font-size: clamp(17px, 1.65vw, 23px);
	font-weight: 800;
	color: #ffffff;
	margin: 0;
	line-height: 1.25;
	white-space: nowrap;
}

.school-fee-cta-banner__actions {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
	flex-shrink: 0;
	position: relative;
	z-index: 2;
}

.school-fee-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 24px;
	border-radius: 10px;
	font-weight: 700;
	font-size: 14px;
	text-decoration: none;
	transition: all 0.25s ease;
	cursor: pointer;
}

.school-fee-btn--primary {
	background: #00a896;
	color: #ffffff;
	box-shadow: 0 4px 14px rgba(0, 168, 150, 0.35);
}

.school-fee-btn--primary:hover {
	background: #008f7f;
	color: #ffffff;
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(0, 168, 150, 0.45);
}

.school-fee-btn--outline {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.25);
	color: #ffffff;
	backdrop-filter: blur(8px);
}

.school-fee-btn--outline:hover {
	background: rgba(255, 255, 255, 0.2);
	color: #ffffff;
	border-color: #ffffff;
	transform: translateY(-2px);
}

.school-fee-btn--download {
	background: rgba(255, 255, 255, 0.15);
	border: 1px solid rgba(255, 255, 255, 0.35);
	color: #ffffff;
	backdrop-filter: blur(8px);
}

.school-fee-btn--download:hover {
	background: #ffffff;
	color: #0f2a4a;
	border-color: #ffffff;
	transform: translateY(-2px);
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.2);
}

/* --------------------------------------------------------------------------
   7. Responsive Adaptations
   -------------------------------------------------------------------------- */
@media (max-width: 1080px) {
	.school-fee-tables-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.school-fee-tier-card:nth-child(3) {
		grid-column: span 2;
	}
	.school-fee-discounts-grid-2col {
		grid-template-columns: 1fr;
	}
	.school-fee-policy-cards-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.school-fee-policy-card:nth-child(3) {
		grid-column: span 2;
	}
	.school-fee-cta-banner__title {
		white-space: normal;
	}
}

@media (max-width: 768px) {
	.school-fee-tables-grid {
		grid-template-columns: 1fr;
	}
	.school-fee-tier-card__filler {
		min-height: 55px;
		height: 55px;
	}
	.school-fee-tier-card:nth-child(3) {
		grid-column: span 1;
	}
	.school-fee-policy-cards-grid {
		grid-template-columns: 1fr;
	}
	.school-fee-policy-card:nth-child(3) {
		grid-column: span 1;
	}
	.school-fee-cta-banner {
		flex-direction: column;
		align-items: flex-start;
	}
	.school-fee-cta-banner__actions {
		width: 100%;
	}
	.school-fee-btn {
		width: 100%;
	}
}
