html {
	scroll-behavior: smooth;
}

.home-page .scroll-reveal {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.7s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.home-page .scroll-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.home-page .scroll-reveal-child {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.home-page .scroll-reveal-child.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.home-page .scroll-reveal-child:nth-child(1) { transition-delay: 0ms; }
.home-page .scroll-reveal-child:nth-child(2) { transition-delay: 80ms; }
.home-page .scroll-reveal-child:nth-child(3) { transition-delay: 160ms; }
.home-page .scroll-reveal-child:nth-child(4) { transition-delay: 240ms; }
.home-page .scroll-reveal-child:nth-child(5) { transition-delay: 320ms; }
.home-page .scroll-reveal-child:nth-child(6) { transition-delay: 400ms; }

.home-page .scroll-reveal-image {
	opacity: 0;
	transform: scale(0.97);
	transition: opacity 0.7s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.home-page .scroll-reveal-image.is-visible {
	opacity: 1;
	transform: scale(1);
}

@media (prefers-reduced-motion: reduce) {
	.home-page .scroll-reveal,
	.home-page .scroll-reveal-child,
	.home-page .scroll-reveal-image {
		opacity: 1 !important;
		transform: none !important;
		transition: none !important;
	}
}

.agenda-description {
	display: block;
	margin-top: 8px;
	color: #7a8695;
	font: .72rem/1.45 Arial, sans-serif;
}

:root {
	--navy: #061b3a;
	--blue: #0e4c88;
	--ink: #12243f;
	--muted: #687487;
	--paper: #fbfaf6;
	--line: #e6e8e8;
	--gold: #e8b74a;
}

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	color: var(--ink);
	background: var(--paper);
	font-family: Georgia, 'Times New Roman', serif;
}

.navbar,
.btn,
.form-control,
.form-select,
.dropdown-menu {
	font-family: Arial, sans-serif;
}

.navbar {
	min-height: 46px;
	background: var(--navy);
}

.navbar .container {
	max-width: 1180px;
}

.navbar-brand {
	font-size: .86rem;
	line-height: 1.05;
}

.navbar-brand small {
	display: block;
	margin-top: 2px;
	color: #b9c8db;
	font-size: .57rem;
	font-weight: 400;
	letter-spacing: .25px;
}

.navbar-brand strong {
	display: block;
}

.brand-mark {
	display: inline-block;
	width: 33px;
	height: 33px;
	border-radius: 50%;
	background: #fff;
	object-fit: contain;
	padding: 2px;
}

.navbar .nav-link {
	padding: .82rem .85rem !important;
	color: #eef3f9;
	font-size: .77rem;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
	color: #fff;
}

.navbar .btn-light {
	border-radius: 5px;
	color: var(--navy);
	font-size: .76rem;
	font-weight: 700;
}

.hero-section {
	position: relative;
	min-height: 288px;
	overflow: hidden;
	background: linear-gradient(105deg, #fcfaf4 0%, #fffdf9 49%, #edf3f8 100%);
}

.hero-inner {
	position: relative;
	z-index: 2;
	max-width: 1180px;
	padding-top: 28px;
	padding-bottom: 12px;
}

.hero-copy {
	padding-left: 45px;
}

.eyebrow {
	margin-bottom: 10px;
	color: var(--ink);
	font: 700 .62rem/1.2 Arial, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.eyebrow span {
	color: var(--gold);
	letter-spacing: 4px;
}

.hero-section h1 {
	max-width: 460px;
	margin: 0 0 12px;
	color: var(--ink);
	font-size: clamp(2.35rem, 3.4vw, 3.35rem);
	line-height: .98;
	letter-spacing: 0;
}

.lead {
	max-width: 370px;
	margin-bottom: 15px;
	color: #485466;
	font: .76rem/1.45 Arial, sans-serif;
}

.btn-primary-ink {
	padding: .58rem .9rem;
	border-radius: 5px;
	background: var(--navy);
	color: white;
	font: 700 .7rem Arial, sans-serif;
}

.btn-primary-ink:hover {
	background: var(--blue);
	color: white;
}

.hero-scene {
	position: relative;
	min-height: 250px;
}

.hero-school-photo {
	position: absolute;
	right: -5%;
	bottom: 4px;
	width: 86%;
	height: 78%;
	border-radius: 2px;
	object-fit: cover;
	box-shadow: 0 12px 20px rgba(6, 27, 58, .16);
	transform: rotate(-3deg);
}

.hero-photo-shade {
	position: absolute;
	right: -5%;
	bottom: 4px;
	width: 86%;
	height: 78%;
	background: linear-gradient(90deg, rgba(255, 255, 255, .05), rgba(6, 27, 58, .18));
	transform: rotate(-3deg);
}

.hero-logo {
	position: absolute;
	z-index: 2;
	top: 24px;
	left: 22%;
	display: grid;
	place-items: center;
	width: 140px;
	height: 140px;
	border: 1px solid rgba(186, 159, 91, .35);
	border-radius: 50%;
	background: rgba(255, 255, 255, .78);
	box-shadow: 0 0 0 18px rgba(255, 255, 255, .2), 0 0 0 38px rgba(232, 183, 74, .06);
}

.hero-logo img {
	width: 112px;
	height: 112px;
	object-fit: contain;
}

.hero-orbit {
	position: absolute;
	z-index: 1;
	border: 1px solid rgba(196, 166, 91, .2);
	border-radius: 50%;
}

.orbit-one {
	top: 35px;
	left: 46%;
	width: 270px;
	height: 180px;
}

.orbit-two {
	top: 58px;
	left: 51%;
	width: 230px;
	height: 150px;
}

.hero-dot {
	position: absolute;
	z-index: 3;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--gold);
}

.dot-one {
	top: 76px;
	left: 39%;
}

.dot-two {
	bottom: 68px;
	left: 48%;
}

.program-section {
	padding: 12px 0 16px;
	background: #fff;
}

.section-heading {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 9px;
}

.section-heading h2 {
	margin: 0;
	font-size: 1.18rem;
	line-height: 1.1;
}

.section-heading a,
.featured-news a {
	color: var(--ink);
	font: 700 .61rem Arial, sans-serif;
	text-decoration: none;
	white-space: nowrap;
}

.section-heading a i,
.featured-news a i {
	margin-left: 5px;
}

.program-card {
	position: relative;
	min-height: 112px;
	padding: 13px 14px 30px;
	border: 1px solid var(--line);
	border-radius: 6px;
	background: #fff;
	transition: transform .2s, box-shadow .2s;
}

.program-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 20px rgba(18, 36, 63, .09);
}

.program-card>i {
	color: var(--blue);
	font-size: 1.45rem;
}

.program-card h3 {
	max-width: 145px;
	margin: 8px 0 5px;
	font-size: .93rem;
	line-height: 1.12;
}

.program-card p {
	margin: 0;
	color: #657080;
	font: .62rem/1.4 Arial, sans-serif;
}

.program-card>a {
	position: absolute;
	right: 13px;
	bottom: 11px;
	color: var(--ink);
	font-size: .78rem;
}

.numbers-section {
	padding: 14px 0;
	background: var(--navy);
	color: white;
}

.numbers-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.numbers-grid>div {
	display: grid;
	grid-template-columns: 42px auto;
	grid-template-rows: 1fr 1fr;
	column-gap: 10px;
	align-items: center;
	padding: 0 24px;
	border-right: 1px solid rgba(255, 255, 255, .18);
}

.numbers-grid>div:last-child {
	border-right: 0;
}

.numbers-grid i {
	grid-row: 1 / 3;
	display: grid;
	place-items: center;
	width: 39px;
	height: 39px;
	border-radius: 50%;
	background: var(--blue);
	color: white;
	font-size: 1rem;
}

.numbers-grid strong {
	align-self: end;
	font-size: 1.5rem;
	line-height: 1;
}

.numbers-grid span {
	align-self: start;
	color: #e4eaf2;
	font: .6rem Arial, sans-serif;
}

.updates-section {
	padding: 18px 0 28px;
	background: #fff;
}

.featured-news {
	display: grid;
	grid-template-columns: 190px 1fr;
	gap: 14px;
	min-height: 143px;
	border: 1px solid var(--line);
	border-radius: 6px;
	overflow: hidden;
}

.news-placeholder {
	display: grid;
	place-items: center;
	min-height: 143px;
	background: linear-gradient(145deg, #397a55, #b6c98b 55%, #e4b34d);
	color: rgba(255, 255, 255, .85);
	font-size: 2rem;
}

.featured-news>div:last-child {
	padding: 12px 12px 10px 0;
}

.news-label {
	color: #b38b35;
	font: 700 .55rem Arial, sans-serif;
	text-transform: uppercase;
}

.featured-news h3 {
	margin: 5px 0 3px;
	font-size: .95rem;
	line-height: 1.16;
}

.featured-news small {
	color: #8b929d;
	font: .57rem Arial, sans-serif;
}

.featured-news p {
	margin: 8px 0;
	color: #657080;
	font: .62rem/1.35 Arial, sans-serif;
}

.featured-news a {
	font-size: .59rem;
}

.announcement-list {
	border-top: 1px solid var(--line);
}

.announcement-list a {
	display: grid;
	grid-template-columns: 42px 1fr 15px;
	gap: 10px;
	align-items: center;
	min-height: 42px;
	border-bottom: 1px solid var(--line);
	color: var(--ink);
	text-decoration: none;
}

.announcement-list strong {
	font-size: 1.1rem;
	line-height: .9;
	text-align: center;
}

.announcement-list strong small {
	display: block;
	margin-top: 3px;
	color: #687487;
	font: .52rem Arial, sans-serif;
}

.announcement-list span {
	font: .62rem/1.35 Arial, sans-serif;
}

.announcement-list i {
	font-size: .7rem;
}

.site-footer {
	background: var(--navy);
	color: #b9c8db;
	font-family: Arial, sans-serif;
}

.site-footer h5,
.site-footer h6 {
	color: white;
	font-family: Georgia, serif;
}

.site-footer a {
	color: #b9c8db;
}

.login-page {
	background: #f3f6f4;
}

.login-card {
	background: white;
	border: 1px solid var(--line);
}

.login-brand {
	color: var(--ink);
}

.login-card h1 {
	color: var(--ink);
}

@media (max-width: 991px) {
	.hero-copy {
		padding-left: 15px;
	}

	.navbar .nav-link {
		padding: .5rem 0 !important;
	}

	.hero-logo {
		left: 20%;
	}

	.program-card {
		min-height: 135px;
	}
}

@media (max-width: 767px) {
	.hero-section {
		min-height: auto;
	}

	.hero-inner {
		padding-top: 34px;
	}

	.hero-copy {
		text-align: center;
	}

	.hero-copy .eyebrow,
	.hero-copy .lead {
		margin-left: auto;
		margin-right: auto;
	}

	.hero-section h1 {
		font-size: 2.55rem;
	}

	.hero-scene {
		min-height: 225px;
		margin-top: 4px;
	}

	.hero-school-photo,
	.hero-photo-shade {
		right: -6%;
		width: 88%;
		height: 78%;
	}

	.hero-logo {
		left: 18%;
		width: 116px;
		height: 116px;
	}

	.hero-logo img {
		width: 92px;
		height: 92px;
	}

	.numbers-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 13px 0;
	}

	.numbers-grid>div:nth-child(2) {
		border-right: 0;
	}

	.numbers-grid>div {
		padding: 0 12px;
	}

	.featured-news {
		grid-template-columns: 120px 1fr;
	}

	.featured-news>div:last-child {
		padding-right: 8px;
	}

	.featured-news p {
		display: none;
	}
}

@media (max-width: 420px) {
	.hero-section h1 {
		font-size: 2.25rem;
	}

	.hero-logo {
		left: 10%;
	}

	.hero-school-photo,
	.hero-photo-shade {
		width: 94%;
	}

	.featured-news {
		grid-template-columns: 1fr;
	}

	.news-placeholder {
		min-height: 90px;
	}

	.featured-news>div:last-child {
		padding: 12px;
	}
}

.page-hero {
	padding: 62px 0 58px;
	background: linear-gradient(115deg, #061b3a, #0d4c86);
	color: white;
}

.page-hero .container {
	max-width: 1080px;
}

.page-hero .eyebrow {
	color: #e8b74a;
}

.page-hero h1 {
	margin: 0 0 10px;
	font-size: clamp(2.3rem, 5vw, 4rem);
	line-height: 1;
}

.page-hero p:last-child {
	max-width: 530px;
	margin: 0;
	color: #d4dfed;
	font: .9rem/1.55 Arial, sans-serif;
}

.public-section {
	padding: 55px 0 70px;
	background: #fbfaf6;
}

.section-intro {
	max-width: 600px;
	margin-bottom: 28px;
}

.section-intro span {
	color: #ad7b19;
	font: 700 .67rem Arial, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.section-intro h2 {
	margin: 8px 0 9px;
	color: var(--ink);
	font-size: 2rem;
}

.section-intro p {
	margin: 0;
	color: #6c7788;
	font: .82rem/1.55 Arial, sans-serif;
}

.public-card {
	height: 100%;
	border: 1px solid #e1e5e8;
	border-radius: 8px;
	background: white;
	box-shadow: 0 5px 15px rgba(18, 36, 63, .035);
}

.program-public-card {
	position: relative;
	padding: 23px 22px 20px;
}

.public-card-icon {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 8px;
	background: #e9f2fb;
	color: var(--blue);
	font-size: 1.15rem;
}

.card-code {
	display: block;
	margin-top: 22px;
	color: #b0842a;
	font: 700 .62rem Arial, sans-serif;
	letter-spacing: 1px;
}

.program-public-card h3 {
	margin: 7px 0 9px;
	font-size: 1.17rem;
}

.program-public-card p {
	min-height: 58px;
	margin: 0 0 18px;
	color: #6c7788;
	font: .73rem/1.5 Arial, sans-serif;
}

.program-public-card a,
.news-card a {
	color: var(--blue);
	font: 700 .68rem Arial, sans-serif;
	text-decoration: none;
}

.program-public-card a i,
.news-card a i {
	margin-left: 5px;
}

.empty-state {
	padding: 45px 20px;
	border: 1px dashed #ccd5df;
	border-radius: 8px;
	background: white;
	color: #738197;
	text-align: center;
}

.empty-state i {
	color: var(--blue);
	font-size: 2rem;
}

.empty-state h3 {
	margin: 12px 0 5px;
	color: var(--ink);
	font-size: 1.15rem;
}

.empty-state p {
	margin: 0;
	font: .78rem Arial, sans-serif;
}

.news-card {
	overflow: hidden;
}

.news-card>img,
.news-card-placeholder {
	display: block;
	width: 100%;
	height: 175px;
	object-fit: cover;
}

.news-card-placeholder {
	display: grid;
	place-items: center;
	background: linear-gradient(140deg, #1c5a82, #6ca8a0);
	color: white;
	font-size: 2.2rem;
}

.news-card-body {
	padding: 18px 20px 21px;
}

.news-card time {
	color: #ae8128;
	font: 700 .63rem Arial, sans-serif;
}

.news-card h3 {
	margin: 8px 0;
	font-size: 1.14rem;
	line-height: 1.2;
}

.news-card p {
	height: 38px;
	margin: 0 0 17px;
	overflow: hidden;
	color: #6c7788;
	font: .73rem/1.45 Arial, sans-serif;
}

.narrow-content {
	max-width: 850px;
}

.announcement-page-list {
	border-top: 1px solid #e1e5e8;
	background: white;
}

.announcement-page-list a {
	display: grid;
	grid-template-columns: 68px 1fr 24px;
	gap: 20px;
	align-items: center;
	min-height: 85px;
	padding: 12px 20px;
	border-bottom: 1px solid #e1e5e8;
	color: var(--ink);
	text-decoration: none;
}

.announcement-page-list a:hover {
	background: #f7faff;
}

.announcement-page-list strong {
	color: var(--blue);
	font-size: 1.55rem;
	line-height: .9;
	text-align: center;
}

.announcement-page-list strong small {
	display: block;
	margin-top: 5px;
	color: #9b7d39;
	font: 700 .57rem Arial, sans-serif;
}

.announcement-page-list b,
.announcement-page-list span small {
	display: block;
}

.announcement-page-list b {
	margin-bottom: 5px;
	font-size: .88rem;
}

.announcement-page-list span small {
	color: #7b8798;
	font: .7rem Arial, sans-serif;
}

.announcement-page-list>a>i {
	color: var(--blue);
}

.agenda-page-list {
	display: grid;
	gap: 12px;
}

.agenda-page-list article {
	display: grid;
	grid-template-columns: 67px 1fr 28px;
	gap: 18px;
	align-items: center;
	padding: 16px 20px;
	border: 1px solid #e1e5e8;
	border-radius: 8px;
	background: white;
}

.agenda-date {
	text-align: center;
}

.agenda-date strong,
.agenda-date span {
	display: block;
}

.agenda-date strong {
	color: var(--blue);
	font-size: 1.7rem;
	line-height: 1;
}

.agenda-date span {
	margin-top: 5px;
	color: #ae8128;
	font: 700 .62rem Arial, sans-serif;
	letter-spacing: 1px;
}

.agenda-page-list h3 {
	margin: 0 0 7px;
	font-size: 1rem;
}

.agenda-page-list p {
	margin: 0;
	color: #7a8695;
	font: .72rem Arial, sans-serif;
}

.agenda-page-list p i {
	color: var(--blue);
}

.agenda-icon {
	color: #a8b2c1;
	font-size: 1.15rem;
}

.contact-list {
	display: grid;
	gap: 17px;
	margin-top: 28px;
}

.contact-list>div {
	display: flex;
	gap: 14px;
	align-items: flex-start;
	color: #667387;
	font: .76rem/1.45 Arial, sans-serif;
}

.contact-list i {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border-radius: 7px;
	background: #e7f1fb;
	color: var(--blue);
}

.contact-list strong {
	display: block;
	margin-bottom: 2px;
	color: var(--ink);
	font-size: .75rem;
}

.contact-form {
	padding: 28px;
	border: 1px solid #e1e5e8;
	border-radius: 8px;
	background: white;
	box-shadow: 0 8px 24px rgba(18, 36, 63, .05);
}

.contact-form label {
	display: block;
	margin-bottom: 7px;
	color: var(--ink);
	font: 700 .72rem Arial, sans-serif;
}

.contact-form input,
.contact-form textarea {
	width: 100%;
	padding: 11px 13px;
	border: 1px solid #dfe5ec;
	border-radius: 6px;
	outline: 0;
	color: var(--ink);
	font: .76rem Arial, sans-serif;
}

.contact-form input:focus,
.contact-form textarea:focus {
	border-color: #6d9ed1;
	box-shadow: 0 0 0 3px rgba(23, 105, 170, .1);
}

.contact-form textarea {
	resize: vertical;
}

.contact-form .btn-primary-ink {
	border: 0;
}

@media (max-width: 575px) {
	.page-hero {
		padding: 45px 0;
	}

	.public-section {
		padding: 38px 0 50px;
	}

	.announcement-page-list a {
		grid-template-columns: 48px 1fr 15px;
		gap: 11px;
		padding: 12px;
	}

	.announcement-page-list b {
		font-size: .76rem;
	}

	.agenda-page-list article {
		grid-template-columns: 52px 1fr;
		gap: 12px;
		padding: 14px;
	}

	.agenda-icon {
		display: none;
	}

	.contact-form {
		padding: 20px;
	}
}

@media (max-width: 575px) {
	.announcement-page-list article {
		grid-template-columns: 48px 1fr 15px;
		gap: 11px;
		padding: 12px;
	}

	.announcement-page-list b {
		font-size: .76rem;
	}
}

.detail-article {
	max-width: 850px;
	color: #536174;
	font: 1rem/1.8 Arial, sans-serif;
}

.detail-article img {
	width: 100%;
	max-height: 430px;
	margin-bottom: 28px;
	border-radius: 8px;
	object-fit: cover;
}

.teacher-card,
.gallery-card {
	height: 100%;
	overflow: hidden;
	border: 1px solid #e1e5e8;
	border-radius: 8px;
	background: white;
}

.teacher-card>img,
.teacher-placeholder {
	width: 100%;
	height: 220px;
	object-fit: cover;
}

.teacher-placeholder {
	display: grid;
	place-items: center;
	background: linear-gradient(140deg, #dcecf7, #9fc3de);
	color: #386486;
	font-size: 4rem;
}

.teacher-card>div:last-child,
.gallery-card>div {
	padding: 17px 18px;
}

.teacher-card h3,
.gallery-card h3 {
	margin: 0 0 6px;
	font-size: 1rem;
}

.teacher-card p,
.teacher-card small,
.gallery-card p {
	margin: 0;
	color: #778396;
	font: .7rem/1.45 Arial, sans-serif;
}

.gallery-card>img {
	width: 100%;
	height: 210px;
	object-fit: cover;
}

.gallery-card time {
	color: #ad7d20;
	font: 700 .62rem Arial, sans-serif;
}

.gallery-card h3 {
	margin-top: 7px;
}

.gallery-card p {
	margin-top: 8px;
}

.login-page {
	min-height: 100vh;
	background: #172e50 url('../img/logo/bangunan.jpeg') center / cover fixed;
}

.login-page::before {
	position: fixed;
	inset: 0;
	background: rgba(8, 26, 55, .62);
	content: '';
}

.login-shell {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(300px, 42%) minmax(430px, 530px);
	width: min(890px, calc(100% - 40px));
	min-height: 600px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 16px;
	box-shadow: 0 24px 60px rgba(3, 16, 38, .35);
}

.login-showcase {
	position: relative;
	display: flex;
	align-items: center;
	padding: 55px 52px;
	background: linear-gradient(145deg, rgba(16, 55, 117, .88), rgba(5, 21, 47, .9));
	color: white;
}

.login-showcase::before {
	position: absolute;
	inset: 0;
	background-image: radial-gradient(rgba(255, 255, 255, .18) 1.5px, transparent 1.5px);
	background-size: 22px 22px;
	opacity: .28;
	content: '';
}

.login-showcase-content {
	position: relative;
	width: 100%;
}

.login-showcase-logo {
	width: 63px;
	height: 63px;
	margin-bottom: 10px;
	padding: 4px;
	border-radius: 50%;
	background: white;
	object-fit: contain;
}

.login-school-name {
	margin: 0 0 14px;
	color: #77a5ff;
	font: 700 1rem Georgia, serif;
}

.login-showcase h1 {
	margin: 0 0 23px;
	font-size: 2.35rem;
	line-height: 1.08;
}

.login-showcase h1 em {
	color: #72a0ff;
	font-style: normal;
}

.login-showcase-text {
	color: #d9e2f2;
	font-size: .87rem;
	line-height: 1.65;
}

.login-showcase blockquote {
	margin: 50px 0 0;
	padding: 18px 22px;
	border: 1px solid rgba(190, 211, 246, .35);
	border-radius: 12px;
	background: rgba(80, 105, 154, .22);
	color: #e0e8f7;
}

.login-showcase blockquote span {
	display: block;
	height: 14px;
	color: #d6e2f8;
	font-size: 2.3rem;
	line-height: .5;
}

.login-showcase blockquote p {
	margin: 8px 0 15px;
	font-size: .87rem;
	line-height: 1.65;
}

.login-showcase blockquote i {
	display: block;
	width: 30px;
	border-top: 1px solid #b7d0ff;
}

.login-form-panel {
	display: flex;
	align-items: center;
	background: rgba(250, 252, 255, .97);
}

.login-form-content {
	width: 100%;
	padding: 50px 52px;
}

.login-brand {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	margin-bottom: 34px;
	color: #3569dd;
	font: 700 .88rem Georgia, serif;
	text-decoration: none;
}

.login-brand img {
	width: 34px;
	height: 34px;
	padding: 2px;
	border-radius: 50%;
	background: white;
	object-fit: contain;
	box-shadow: 0 2px 8px rgba(27, 66, 126, .15);
}

.login-form-content h2 {
	margin: 0 0 9px;
	color: var(--ink);
	font-size: 2rem;
	line-height: 1.1;
}

.login-intro {
	margin: 0 0 30px;
	color: #8290a6;
	font-size: .88rem;
}

.login-field {
	margin-bottom: 20px;
}

.login-field label {
	display: block;
	margin-bottom: 8px;
	color: #1d3152;
	font-size: .76rem;
	font-weight: 700;
}

.input-wrap {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 45px;
	border: 1px solid #e1e6ee;
	border-radius: 8px;
	background: white;
	box-shadow: 0 4px 12px rgba(28, 53, 93, .04);
}

.input-wrap>i:first-child {
	width: 42px;
	color: #71819a;
	text-align: center;
}

.input-wrap input,
.input-wrap select {
	min-width: 0;
	flex: 1;
	height: 43px;
	padding: 0 12px 0 0;
	border: 0;
	outline: 0;
	background: transparent;
	color: #34445f;
	font: .77rem Georgia, serif;
}

.input-wrap input::placeholder {
	color: #a2adbd;
}

.input-wrap select {
	appearance: none;
	color: #8995a8;
}

.select-arrow {
	position: absolute;
	right: 14px;
	pointer-events: none;
	color: #34445f !important;
}

.password-toggle {
	margin-right: 11px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #71819a;
}

.login-options {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: -2px 0 22px;
	color: #72809a;
	font: .68rem Arial, sans-serif;
}

.login-options input {
	accent-color: #477cf1;
}

.login-options a {
	color: #477cf1;
	text-decoration: none;
}

.login-submit {
	width: 100%;
	min-height: 46px;
	border: 0;
	border-radius: 8px;
	background: linear-gradient(100deg, #477ff1, #8249f1);
	color: white;
	font: 700 .82rem Georgia, serif;
	box-shadow: 0 8px 18px rgba(93, 100, 235, .25);
}

.login-submit i {
	margin-left: 8px;
}

.login-divider {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 28px 0 19px;
	color: #929db0;
	font-size: .74rem;
}

.login-divider::before,
.login-divider::after {
	flex: 1;
	border-top: 1px solid #e4e8ef;
	content: '';
}

.login-back {
	display: block;
	color: #477cf1;
	font: .78rem Georgia, serif;
	text-align: center;
	text-decoration: none;
}

.login-back i {
	margin-right: 6px;
}

@media (max-width: 720px) {
	.login-page {
		padding: 22px 0;
	}

	.login-shell {
		grid-template-columns: 1fr;
		width: min(500px, calc(100% - 28px));
		min-height: 0;
	}

	.login-showcase {
		min-height: 300px;
		padding: 36px 34px;
	}

	.login-showcase blockquote {
		display: none;
	}

	.login-form-content {
		padding: 35px 30px;
	}

	.login-brand {
		margin-bottom: 27px;
	}

	.login-form-content h2 {
		font-size: 1.7rem;
	}
}

/* Landing page typography */
.landing-title {
	font-family: 'Playfair Display', Georgia, serif;
	font-weight: 700;
}

.landing-body {
	font-family: 'Inter', Arial, sans-serif;
}

/* Program Keahlian */
.program-section {
	padding: 32px 0 40px;
	background: #fff;
}

.section-title {
	font-family: 'Playfair Display', Georgia, serif;
	font-weight: 700;
	font-size: 1.6rem;
	color: var(--ink);
	margin: 0;
}

.section-link {
	color: var(--ink);
	font: 700 .72rem 'Inter', Arial, sans-serif;
	text-decoration: none;
	white-space: nowrap;
}

.section-link i {
	margin-left: 6px;
}

.program-grid-5 {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 18px;
}

.program-card-new {
	position: relative;
	padding: 22px 20px 24px;
	border: 1px solid #e6e8ee;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 2px 8px rgba(18, 36, 63, .04);
	transition: transform .2s, box-shadow .2s;
	height: 100%;
}

.program-card-new:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 24px rgba(18, 36, 63, .08);
}

.program-card-icon {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border-radius: 10px;
	background: #e9f2fb;
	color: var(--blue);
	font-size: 1.35rem;
	margin-bottom: 14px;
}

.program-card-new h3 {
	font-family: 'Playfair Display', Georgia, serif;
	font-weight: 700;
	font-size: 1.05rem;
	line-height: 1.2;
	margin: 0 0 8px;
	color: var(--ink);
}

.program-card-new p {
	margin: 0;
	color: #6c7788;
	font: .78rem/1.5 'Inter', Arial, sans-serif;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.program-card-arrow {
	position: absolute;
	right: 18px;
	bottom: 18px;
	color: var(--ink);
	font-size: .9rem;
}

/* Counter Section */
.counter-section {
	padding: 48px 0;
	background: #002147;
	color: #fff;
}

.counter-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	align-items: center;
}

.counter-item {
	display: flex;
	align-items: center;
	gap: 16px;
}

.counter-icon {
	display: grid;
	place-items: center;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background: #4aa3ff;
	color: #fff;
	font-size: 1.4rem;
	flex-shrink: 0;
}

.counter-text strong {
	display: block;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 4px;
}

.counter-text span {
	color: #c8d6e5;
	font: .78rem 'Inter', Arial, sans-serif;
}

/* Updates Section */
.updates-section {
	padding: 40px 0;
	background: #fff;
}

.news-card-horizontal {
	display: grid;
	grid-template-columns: 260px 1fr;
	gap: 0;
	border: 1px solid #e6e8ee;
	border-radius: 12px;
	overflow: hidden;
	background: #fff;
	height: 100%;
}

.news-thumb {
	position: relative;
	min-height: 200px;
	background: linear-gradient(145deg, #397a55, #b6c98b 55%, #e4b34d);
	display: grid;
	place-items: center;
	color: rgba(255, 255, 255, .85);
	font-size: 2.5rem;
	overflow: hidden;
}

.news-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	inset: 0;
}

.news-body {
	padding: 22px 24px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.news-label {
	color: #b38b35;
	font: 700 .65rem 'Inter', Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .5px;
}

.news-body h3 {
	font-family: 'Playfair Display', Georgia, serif;
	font-weight: 700;
	font-size: 1.15rem;
	line-height: 1.25;
	margin: 8px 0 10px;
	color: var(--ink);
}

.news-body .news-meta {
	color: #8b929d;
	font: .72rem 'Inter', Arial, sans-serif;
	margin-bottom: 10px;
}

.news-body p {
	color: #657080;
	font: .82rem/1.55 'Inter', Arial, sans-serif;
	margin: 0 0 14px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.news-link {
	color: var(--blue);
	font: 700 .78rem 'Inter', Arial, sans-serif;
	text-decoration: none;
	align-self: flex-start;
}

.news-link i {
	margin-left: 6px;
}

.announcement-list {
	border-top: 1px solid #e6e8ee;
}

.announcement-item {
	display: grid;
	grid-template-columns: 52px 1fr 20px;
	gap: 14px;
	align-items: center;
	padding: 16px 0;
	border-bottom: 1px solid #e6e8ee;
	color: var(--ink);
	text-decoration: none;
	transition: background .15s;
}

.announcement-item:hover {
	background: #fafbfc;
}

.announcement-date {
	text-align: center;
}

.announcement-date strong {
	display: block;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: .9;
	color: var(--ink);
}

.announcement-date small {
	display: block;
	margin-top: 4px;
	color: #687487;
	font: .65rem 'Inter', Arial, sans-serif;
	text-transform: capitalize;
}

.announcement-title {
	font: .82rem/1.5 'Inter', Arial, sans-serif;
	color: #3a4557;
}

.announcement-item i {
	font-size: .8rem;
	color: var(--ink);
}

/* Responsive */
@media (max-width: 1199px) {
	.program-grid-5 {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 991px) {
	.program-grid-5 {
		grid-template-columns: repeat(2, 1fr);
	}

	.counter-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.news-card-horizontal {
		grid-template-columns: 200px 1fr;
	}
}

@media (max-width: 767px) {
	.program-grid-5 {
		grid-template-columns: 1fr;
	}

	.counter-grid {
		grid-template-columns: 1fr;
	}

	.news-card-horizontal {
		grid-template-columns: 1fr;
	}

	.news-thumb {
		min-height: 180px;
	}
}