:root {
	--green-950: #073f3b;
	--green-900: #07584f;
	--green-800: #087064;
	--green-700: #0c8b77;
	--green-600: #12a58c;
	--green-100: #dff8ef;
	--green-50: #f1fbf7;
	--mint: #b7f3dc;
	--navy: #13263a;
	--ink: #203344;
	--muted: #5c6d79;
	--line: #dce9e5;
	--paper: #ffffff;
	--surface: #f5faf8;
	--gold: #f4c95d;
	--shadow: 0 18px 50px rgba(6, 70, 61, 0.10);
	--radius-lg: 28px;
	--radius-md: 18px;
	--content: 1160px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--surface);
	color: var(--ink);
	font-family: "Noto Sans Bengali", "Hind Siliguri", "Nirmala UI", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 18px;
	line-height: 1.75;
	overflow-x: hidden;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

a {
	color: var(--green-800);
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

a:hover {
	color: var(--green-950);
}

h1,
h2,
h3,
h4 {
	margin: 0 0 0.75em;
	color: var(--navy);
	font-weight: 800;
	line-height: 1.22;
	letter-spacing: -0.02em;
}

h1 {
	font-size: clamp(2.2rem, 5vw, 4.4rem);
}

h2 {
	font-size: clamp(1.65rem, 3vw, 2.55rem);
}

h3 {
	font-size: clamp(1.2rem, 2vw, 1.55rem);
}

p,
ul,
ol,
table,
figure {
	margin: 0 0 1.35em;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus,
.skip-link:focus {
	top: 8px;
	left: 8px;
	z-index: 9999;
	width: auto;
	height: auto;
	padding: 12px 18px;
	background: #fff;
	clip: auto;
	color: var(--navy);
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: rgba(255, 255, 255, 0.94);
	border-bottom: 1px solid rgba(220, 233, 229, 0.9);
	backdrop-filter: blur(16px);
}

.site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	width: min(calc(100% - 40px), var(--content));
	min-height: 76px;
	margin: 0 auto;
}

.site-branding {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 10px;
	min-width: 0;
	max-width: min(48vw, 260px);
}

.custom-logo-link,
.brand-logo {
	display: block;
	flex: 0 0 auto;
	max-width: 56px;
}

.custom-logo,
.custom-logo-link img,
.site-branding img,
.brand-logo img,
.footer-brand img {
	display: block;
	width: auto;
	height: auto;
	max-width: 56px;
	max-height: 48px;
	object-fit: contain;
	border-radius: 13px;
}

.brand-name {
	display: flex;
	flex-direction: column;
	color: var(--navy);
	text-decoration: none;
	line-height: 1.15;
}

.brand-name span {
	font-size: 1.12rem;
	font-weight: 900;
	letter-spacing: -0.02em;
}

.brand-name small {
	margin-top: 4px;
	color: var(--muted);
	font-size: 0.68rem;
	font-weight: 700;
}

.primary-navigation ul,
.footer-navigation ul {
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.primary-navigation a {
	display: block;
	padding: 9px 11px;
	border-radius: 10px;
	color: var(--ink);
	font-size: 0.82rem;
	font-weight: 750;
	text-decoration: none;
}

.primary-navigation a:hover,
.primary-navigation .current-menu-item > a {
	background: var(--green-100);
	color: var(--green-950);
}

.primary-navigation .brand-action-item > a {
	background: var(--green-700);
	box-shadow: 0 8px 20px rgba(2, 71, 59, 0.16);
	color: #fff;
}

.primary-navigation .brand-action-item > a:hover {
	background: var(--green-950);
	color: #fff;
}

.menu-toggle {
	display: none;
	align-items: center;
	gap: 8px;
	padding: 9px 12px;
	background: var(--paper);
	border: 1px solid var(--line);
	border-radius: 11px;
	color: var(--navy);
	font: inherit;
	font-size: 0.8rem;
	font-weight: 800;
}

.menu-toggle > span:first-child,
.menu-toggle > span:first-child::before,
.menu-toggle > span:first-child::after {
	display: block;
	width: 18px;
	height: 2px;
	background: currentColor;
	content: "";
}

.menu-toggle > span:first-child {
	position: relative;
}

.menu-toggle > span:first-child::before {
	position: absolute;
	top: -6px;
}

.menu-toggle > span:first-child::after {
	position: absolute;
	top: 6px;
}

.front-page__article > .entry-content > *:not(.alignfull) {
	width: min(calc(100% - 40px), var(--content));
	margin-right: auto;
	margin-left: auto;
}

.front-page__article > .entry-content > .alignfull {
	width: 100%;
	max-width: none;
}

.entry-content > .wp-block-group {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: clamp(64px, 8vw, 110px);
	padding-bottom: clamp(64px, 8vw, 110px);
}

.entry-content > .wp-block-group:nth-of-type(even):not(.hero-section) {
	background: var(--green-50);
}

.hero-section {
	position: relative;
	overflow: hidden;
	padding: clamp(64px, 8vw, 100px) max(20px, calc((100vw - var(--content)) / 2)) !important;
	background:
		radial-gradient(circle at 88% 18%, rgba(183, 243, 220, 0.48), transparent 30%),
		linear-gradient(135deg, var(--green-950) 0%, var(--green-800) 52%, #0e9d7f 100%);
	color: #effff8;
}

.hero-section::before {
	position: absolute;
	top: -180px;
	left: -100px;
	width: 460px;
	height: 460px;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 50%;
	content: "";
}

.hero-section .wp-block-columns {
	position: relative;
	z-index: 1;
	align-items: center !important;
	gap: clamp(36px, 7vw, 90px);
	margin-bottom: 0;
}

.hero-section h1,
.hero-section h2,
.hero-section h3 {
	color: #fff;
}

.hero-section p,
.hero-section li {
	color: #e2f8ef;
}

.hero-section p a:not(.wp-block-button__link),
.hero-section li a {
	color: #fff;
	font-weight: 750;
	text-decoration-color: rgba(255, 255, 255, 0.7);
}

.hero-section p a:not(.wp-block-button__link):hover,
.hero-section li a:hover {
	color: var(--mint);
}

.hero-section table {
	color: var(--ink);
}

.hero-section .hero-kicker {
	display: inline-flex;
	width: auto;
	padding: 7px 12px;
	margin-bottom: 18px;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 999px;
	color: #fff;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.04em;
}

.hero-section figure {
	margin: 0;
}

.hero-section img {
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: var(--radius-lg);
	box-shadow: 0 32px 80px rgba(1, 47, 41, 0.35);
}

.wp-block-button__link,
.button-link,
.brand-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 12px 22px;
	background: var(--green-700);
	border: 1px solid transparent;
	border-radius: 14px;
	box-shadow: 0 12px 28px rgba(2, 71, 59, 0.18);
	color: #fff;
	font-weight: 850;
	text-decoration: none;
	transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.hero-section .wp-block-button__link,
.hero-section .brand-action {
	background: #fff;
	color: var(--green-950);
}

.wp-block-button__link:hover,
.button-link:hover,
.brand-action:hover {
	background: var(--green-950);
	box-shadow: 0 16px 34px rgba(2, 71, 59, 0.25);
	color: #fff;
	transform: translateY(-2px);
}

.quick-access {
	position: relative;
	z-index: 2;
	padding: 28px max(20px, calc((100vw - var(--content)) / 2)) !important;
	background: #fff;
	border-bottom: 1px solid var(--line);
	box-shadow: var(--shadow);
}

.quick-access .wp-block-columns {
	gap: 14px;
	margin-bottom: 0;
}

.quick-access .wp-block-column {
	padding: 19px 20px;
	background: var(--green-50);
	border: 1px solid var(--line);
	border-radius: 16px;
}

.quick-access h3 {
	margin-bottom: 6px;
	font-size: 1rem;
}

.quick-access p {
	margin: 0;
	font-size: 0.88rem;
}

.section-intro {
	max-width: 780px;
	margin-bottom: 36px !important;
	color: var(--muted);
}

.content-grid,
.info-grid,
.payment-grid,
.issue-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.content-grid > *,
.info-grid > *,
.payment-grid > *,
.issue-grid > *,
.status-card,
.notice-card {
	padding: clamp(22px, 3vw, 32px);
	background: var(--paper);
	border: 1px solid var(--line);
	border-radius: var(--radius-md);
	box-shadow: 0 12px 34px rgba(14, 71, 63, 0.06);
}

.content-grid h3,
.info-grid h3,
.payment-grid h3,
.issue-grid h3 {
	margin-bottom: 10px;
}

.content-grid p:last-child,
.info-grid p:last-child,
.payment-grid p:last-child,
.issue-grid p:last-child {
	margin-bottom: 0;
}

.wp-block-image {
	margin-top: 34px;
	margin-bottom: 34px;
}

.wp-block-image img,
.content-card .wp-block-image img {
	width: 100%;
	border: 1px solid var(--line);
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow);
}

.wp-block-image figcaption {
	margin-top: 10px;
	color: var(--muted);
	font-size: 0.78rem;
	text-align: center;
}

.step-list {
	counter-reset: steps;
	padding: 0;
	list-style: none;
}

.step-list li {
	position: relative;
	min-height: 54px;
	padding: 7px 0 18px 64px;
	counter-increment: steps;
}

.step-list li::before {
	position: absolute;
	top: 0;
	left: 0;
	display: grid;
	width: 44px;
	height: 44px;
	place-items: center;
	background: var(--green-100);
	border: 1px solid #b8e8d6;
	border-radius: 13px;
	color: var(--green-950);
	font-weight: 900;
	content: counter(steps);
}

.status-note,
.risk-note {
	padding: 20px 22px;
	background: #fff9e8;
	border: 1px solid #f1df9f;
	border-left: 5px solid var(--gold);
	border-radius: 14px;
}

.risk-note {
	background: #fff5f1;
	border-color: #f2d1c2;
	border-left-color: #dc765a;
}

.entry-table,
.wp-block-table table {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 12px 34px rgba(14, 71, 63, 0.05);
	overflow: hidden;
}

.entry-table th,
.entry-table td,
.wp-block-table th,
.wp-block-table td {
	padding: 14px 16px;
	border: 1px solid var(--line);
	text-align: left;
	vertical-align: top;
}

.entry-table th,
.wp-block-table th {
	background: var(--green-100);
	color: var(--green-950);
	font-weight: 850;
}

.faq-list {
	display: grid;
	gap: 14px;
}

.faq-item {
	padding: 0;
	background: var(--paper);
	border: 1px solid var(--line);
	border-radius: 16px;
	box-shadow: 0 9px 28px rgba(14, 71, 63, 0.05);
	overflow: hidden;
}

.faq-item summary {
	position: relative;
	padding: 20px 54px 20px 22px;
	color: var(--navy);
	cursor: pointer;
	font-weight: 850;
	list-style: none;
}

.faq-item summary::-webkit-details-marker {
	display: none;
}

.faq-item summary::after {
	position: absolute;
	top: 50%;
	right: 20px;
	width: 28px;
	height: 28px;
	background: var(--green-100);
	border-radius: 50%;
	color: var(--green-950);
	content: "+";
	font-size: 1.2rem;
	line-height: 28px;
	text-align: center;
	transform: translateY(-50%);
}

.faq-item[open] summary::after {
	content: "−";
}

.faq-item > p,
.faq-item > .wp-block-paragraph {
	padding: 0 22px 20px;
	margin: 0;
	color: var(--muted);
}

.content-shell,
.archive-shell {
	width: min(calc(100% - 40px), 920px);
	margin: 0 auto;
	padding: clamp(48px, 7vw, 90px) 0;
}

.content-card {
	padding: clamp(28px, 5vw, 64px);
	background: var(--paper);
	border: 1px solid var(--line);
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow);
}

.entry-header {
	margin-bottom: 42px;
	padding-bottom: 26px;
	border-bottom: 1px solid var(--line);
}

.entry-title {
	font-size: clamp(2rem, 5vw, 3.6rem);
}

.content-card .entry-content > h2,
.content-card .entry-content > .wp-block-heading {
	margin-top: 2.1em;
	padding-top: 0.2em;
}

.content-card .entry-content > h2::before,
.content-card .entry-content > .wp-block-heading::before {
	display: block;
	width: 52px;
	height: 5px;
	margin-bottom: 14px;
	background: var(--green-600);
	border-radius: 999px;
	content: "";
}

.content-card .entry-content > h3,
.content-card .entry-content > .wp-block-heading + h3 {
	margin-top: 1.8em;
}

.archive-header {
	margin-bottom: 36px;
}

.post-list {
	display: grid;
	gap: 18px;
}

.post-card {
	display: grid;
	grid-template-columns: minmax(180px, 260px) 1fr;
	gap: 24px;
	padding: 22px;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: var(--radius-md);
	box-shadow: 0 10px 30px rgba(14, 71, 63, 0.05);
}

.post-card img {
	width: 100%;
	height: 180px;
	object-fit: cover;
	border-radius: 13px;
}

.site-footer {
	padding: 68px max(20px, calc((100vw - var(--content)) / 2)) 24px;
	background: #0c2130;
	color: #c9d6dd;
}

.site-footer h2,
.site-footer strong {
	color: #fff;
}

.site-footer h2 {
	font-size: 1rem;
}

.site-footer a {
	color: #d9f5eb;
	text-decoration: none;
}

.site-footer__grid {
	display: grid;
	grid-template-columns: 1.35fr 1fr 1.35fr;
	gap: 42px;
}

.footer-brand__identity {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 16px;
}

.footer-brand .custom-logo-link,
.footer-brand .brand-logo {
	max-width: 48px;
}

.footer-brand img,
.footer-brand .custom-logo,
.footer-brand .custom-logo-link img {
	max-width: 48px;
	max-height: 42px;
}

.footer-navigation ul {
	align-items: flex-start;
	flex-direction: column;
	gap: 7px;
}

.site-footer__bottom {
	display: flex;
	justify-content: space-between;
	gap: 22px;
	padding-top: 26px;
	margin-top: 42px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	font-size: 0.76rem;
}

.site-footer__bottom p {
	margin: 0;
}

.mobile-access-bar {
	display: none;
}

.error-page {
	text-align: center;
}

.eyebrow {
	color: var(--green-700);
	font-size: 0.85rem;
	font-weight: 900;
	letter-spacing: 0.18em;
}

.search-form {
	display: flex;
	gap: 10px;
}

.search-form label {
	flex: 1;
}

.search-field {
	width: 100%;
	min-height: 48px;
	padding: 10px 14px;
	border: 1px solid var(--line);
	border-radius: 12px;
	font: inherit;
}

.search-form button {
	padding: 10px 18px;
	background: var(--green-700);
	border: 0;
	border-radius: 12px;
	color: #fff;
	font: inherit;
	font-weight: 800;
}

@media (max-width: 980px) {
	.site-header__inner {
		min-height: 68px;
	}

	.menu-toggle {
		display: inline-flex;
	}

	.primary-navigation {
		position: absolute;
		top: 68px;
		right: 20px;
		left: 20px;
		display: none;
		padding: 12px;
		background: #fff;
		border: 1px solid var(--line);
		border-radius: 16px;
		box-shadow: var(--shadow);
	}

	.primary-navigation.is-open {
		display: block;
	}

	.primary-navigation ul {
		align-items: stretch;
		flex-direction: column;
	}

	.primary-navigation a {
		padding: 12px 14px;
	}

	.site-footer__grid {
		grid-template-columns: 1fr 1fr;
	}

	.footer-responsible {
		grid-column: 1 / -1;
	}
}

@media (max-width: 760px) {
	body {
		padding-bottom: 68px;
		font-size: 17px;
	}

	.site-header__inner,
	.front-page__article > .entry-content > *:not(.alignfull),
	.content-shell,
	.archive-shell {
		width: min(calc(100% - 28px), var(--content));
	}

	.site-branding {
		max-width: min(58vw, 190px);
	}

	.custom-logo-link,
	.brand-logo {
		max-width: 44px;
	}

	.custom-logo,
	.custom-logo-link img,
	.site-branding img,
	.brand-logo img {
		max-width: 44px;
		max-height: 40px;
	}

	.brand-name small {
		display: none;
	}

	.hero-section {
		padding: 38px 18px 46px !important;
	}

	.hero-section .wp-block-columns {
		flex-direction: column;
	}

	.hero-section .wp-block-column {
		flex-basis: 100% !important;
		width: 100%;
	}

	.hero-section .wp-block-column:last-child {
		margin-top: 10px;
	}

	.hero-section .wp-block-column:last-child img {
		width: min(100%, 420px);
		max-height: 460px;
		margin-inline: auto;
		object-fit: cover;
		object-position: center 42%;
	}

	.hero-section h1 {
		font-size: clamp(2rem, 10.5vw, 3rem);
	}

	.hero-section .wp-block-button,
	.hero-section .wp-block-button__link {
		width: 100%;
	}

	.quick-access {
		padding: 18px 14px !important;
	}

	.quick-access .wp-block-columns {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.content-grid,
	.info-grid,
	.payment-grid,
	.issue-grid,
	.site-footer__grid {
		grid-template-columns: 1fr;
	}

	.entry-content > .wp-block-group {
		padding-top: 54px;
		padding-bottom: 54px;
	}

	.content-card {
		padding: 26px 20px;
		border-radius: 20px;
	}

	.entry-table,
	.wp-block-table {
		display: block;
		max-width: 100%;
		overflow-x: auto;
	}

	.post-card {
		grid-template-columns: 1fr;
	}

	.site-footer {
		padding: 52px 20px 26px;
	}

	.footer-responsible {
		grid-column: auto;
	}

	.site-footer__bottom {
		flex-direction: column;
	}

	.mobile-access-bar {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 120;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 8px;
		padding: 9px max(12px, env(safe-area-inset-right)) max(9px, env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left));
		background: rgba(9, 39, 51, 0.96);
		border-top: 1px solid rgba(255, 255, 255, 0.12);
		box-shadow: 0 -12px 34px rgba(3, 28, 35, 0.24);
		backdrop-filter: blur(14px);
	}

	.mobile-access-bar a {
		display: grid;
		min-height: 48px;
		place-items: center;
		background: var(--green-600);
		border-radius: 12px;
		color: #fff;
		font-size: 0.88rem;
		font-weight: 850;
		text-decoration: none;
	}

	.mobile-access-bar a:last-child {
		background: #fff;
		color: var(--green-950);
	}
}

@media (max-width: 430px) {
	.quick-access .wp-block-columns {
		grid-template-columns: 1fr;
	}

	.menu-toggle__label {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	* {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}
