:root {
	--green-900: #063b2a;
	--green-800: #07543a;
	--green-700: #087a50;
	--green-600: #0ea66b;
	--green-100: #e7f8ef;
	--mint: #dff9eb;
	--gold: #f7c948;
	--ink: #121826;
	--text: #1e293b;
	--muted: #64748b;
	--soft: #f6f8f5;
	--paper: #ffffff;
	--line: #e2e8dd;
	--line-strong: #cbd8c5;
	--shadow: 0 24px 70px rgba(22, 49, 36, 0.14);
	--radius: 8px;
	--max: 1180px;
}

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

html {
	scroll-behavior: smooth;
}

body.sevenp777-fresh-theme {
	background: var(--soft);
	color: var(--text);
	font-family: "Noto Sans Bengali", "Hind Siliguri", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	line-height: 1.68;
	margin: 0;
	min-height: 100vh;
}

body.sevenp777-fresh-theme a {
	color: inherit;
	text-decoration: none;
}

body.sevenp777-fresh-theme img {
	display: block;
	height: auto;
	max-width: 100%;
}

body.sevenp777-fresh-theme :focus-visible {
	outline: 3px solid rgba(14, 166, 107, 0.75);
	outline-offset: 3px;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal;
}

.screen-reader-text:focus {
	background: var(--paper);
	clip: auto;
	clip-path: none;
	color: var(--ink);
	display: block;
	height: auto;
	left: 12px;
	padding: 12px 16px;
	top: 12px;
	width: auto;
	z-index: 100000;
}

.site-header {
	background: rgba(255, 255, 255, 0.92);
	border-bottom: 1px solid var(--line);
	position: sticky;
	top: 0;
	z-index: 50;
}

.header-shell,
.footer-shell,
.site-main > * {
	margin-inline: auto;
	max-width: var(--max);
	width: min(calc(100% - 36px), var(--max));
}

.header-shell {
	align-items: center;
	display: grid;
	gap: 18px;
	grid-template-columns: auto minmax(0, 1fr) auto auto;
	min-height: 76px;
}

.brand-wordmark {
	align-items: center;
	color: var(--ink);
	display: inline-flex;
	gap: 10px;
	white-space: nowrap;
}

.brand-symbol {
	align-items: center;
	background: var(--green-700);
	border-radius: 10px;
	color: #fff;
	display: inline-flex;
	font-size: 1.3rem;
	font-weight: 950;
	height: 40px;
	justify-content: center;
	width: 40px;
}

.brand-name {
	font-size: clamp(1.35rem, 3vw, 1.95rem);
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1;
}

.site-branding img,
.custom-logo,
.custom-logo-link img,
.brand-fallback img,
.footer-brand img {
	height: auto;
	max-height: 48px;
	max-width: 160px;
	object-fit: contain;
	width: auto;
}

.category-nav {
	align-items: center;
	display: flex;
	gap: 5px;
	justify-content: center;
	min-width: 0;
}

.category-nav a,
.header-link,
.mobile-menu summary,
.mobile-menu nav a {
	border-radius: var(--radius);
	color: var(--muted);
	font-size: 0.94rem;
	font-weight: 850;
	line-height: 1.1;
	padding: 10px 11px;
	transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.category-nav a:hover,
.mobile-menu nav a:hover {
	background: var(--green-100);
	color: var(--green-800);
	transform: translateY(-1px);
}

.header-link {
	background: var(--green-700);
	color: #fff;
	font-weight: 950;
	padding-inline: 16px;
}

.header-link:hover {
	background: var(--green-800);
	color: #fff;
	transform: translateY(-1px);
}

.mobile-menu {
	display: none;
	position: relative;
}

.mobile-menu summary {
	background: var(--green-100);
	color: var(--green-800);
	cursor: pointer;
	list-style: none;
}

.mobile-menu summary::-webkit-details-marker {
	display: none;
}

.mobile-menu nav {
	background: var(--paper);
	border: 1px solid var(--line);
	border-radius: 12px;
	box-shadow: var(--shadow);
	display: grid;
	gap: 6px;
	min-width: min(86vw, 300px);
	padding: 12px;
	position: absolute;
	right: 0;
	top: calc(100% + 12px);
}

.site-main {
	padding: 28px 0 72px;
}

.eyebrow {
	align-items: center;
	color: var(--green-800);
	display: inline-flex;
	font-size: 0.88rem;
	font-weight: 950;
	gap: 8px;
	margin: 0 0 12px;
}

.eyebrow::before {
	background: var(--gold);
	border-radius: 999px;
	content: "";
	height: 8px;
	width: 8px;
}

h1,
h2,
h3,
p {
	margin: 0;
}

h1,
h2,
h3 {
	color: var(--ink);
	line-height: 1.12;
}

h1 {
	font-size: clamp(2.5rem, 7vw, 5.9rem);
	font-weight: 950;
	letter-spacing: 0;
	max-width: 12ch;
}

h2 {
	font-size: clamp(1.48rem, 3.6vw, 2.45rem);
	font-weight: 950;
	letter-spacing: 0;
}

h3 {
	font-size: 1.15rem;
	font-weight: 950;
}

.app-hero {
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0)),
		linear-gradient(135deg, var(--mint), #ffffff 64%);
	border: 1px solid var(--line);
	border-radius: 22px;
	box-shadow: var(--shadow);
	display: grid;
	gap: 32px;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 0.82fr);
	overflow: hidden;
	padding: clamp(26px, 6vw, 70px);
	position: relative;
}

.app-hero::after {
	background: var(--green-700);
	border-radius: 999px;
	content: "";
	height: 220px;
	opacity: 0.1;
	position: absolute;
	right: -70px;
	top: -70px;
	width: 220px;
}

.hero-copy {
	align-self: center;
	position: relative;
	z-index: 1;
}

.hero-copy > p:not(.eyebrow),
.section-intro p,
.app-flow p,
.support-band p,
.faq-preview p,
.page-hero p,
.post-card p {
	color: var(--muted);
}

.hero-copy > p:not(.eyebrow) {
	font-size: clamp(1.04rem, 2.2vw, 1.32rem);
	margin-top: 18px;
	max-width: 680px;
}

.hero-actions,
.hero-pills,
.mini-links,
.footer-action-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

.primary-action,
.ghost-action,
.footer-action,
.search-form button {
	align-items: center;
	border-radius: var(--radius);
	cursor: pointer;
	display: inline-flex;
	font-weight: 950;
	justify-content: center;
	min-height: 48px;
	padding: 13px 18px;
	text-align: center;
	transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease, color 160ms ease, transform 160ms ease;
}

.primary-action {
	background: var(--green-700);
	box-shadow: 0 16px 34px rgba(8, 122, 80, 0.22);
	color: #fff !important;
}

.primary-action:hover {
	background: var(--green-800);
	transform: translateY(-2px);
}

.ghost-action,
.footer-action,
.search-form button {
	background: var(--paper);
	border: 1px solid var(--line-strong);
	color: var(--green-800) !important;
}

.ghost-action:hover,
.footer-action:hover,
.search-form button:hover {
	background: var(--green-100);
	transform: translateY(-2px);
}

.risk-note {
	color: #7a5d00 !important;
	font-size: 0.96rem;
	font-weight: 850;
	margin-top: 18px;
}

.hero-pills a {
	background: rgba(255, 255, 255, 0.74);
	border: 1px solid var(--line);
	border-radius: 999px;
	color: var(--text);
	font-size: 0.92rem;
	font-weight: 850;
	padding: 8px 12px;
}

.phone-stage {
	align-items: center;
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 1;
}

.app-visual {
	aspect-ratio: 3 / 2;
	border: 1px solid rgba(8, 122, 80, 0.16);
	border-radius: 22px;
	box-shadow: 0 26px 60px rgba(8, 84, 58, 0.18);
	object-fit: cover;
	width: min(100%, 560px);
}

.clean-section,
.app-flow,
.support-band,
.faq-preview,
.page-hero,
.page-module-grid,
.post-card,
.page-article-content {
	background: var(--paper);
	border: 1px solid var(--line);
	border-radius: 18px;
	box-shadow: 0 18px 50px rgba(22, 49, 36, 0.08);
}

.clean-section,
.faq-preview {
	margin-top: 22px;
	padding: clamp(22px, 4vw, 38px);
}

.section-intro {
	display: grid;
	gap: 10px;
	max-width: 780px;
}

.category-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 22px;
}

.category-tile {
	background: #fbfdf9;
	border: 1px solid var(--line);
	border-radius: 14px;
	display: grid;
	gap: 8px;
	min-height: 186px;
	padding: 18px;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.category-tile:hover {
	border-color: rgba(14, 166, 107, 0.45);
	box-shadow: 0 16px 36px rgba(8, 122, 80, 0.12);
	transform: translateY(-3px);
}

.tile-code {
	color: var(--green-700);
	font-size: 0.78rem;
	font-weight: 950;
}

.tile-group {
	color: var(--muted);
	font-size: 0.84rem;
	font-weight: 900;
}

.category-tile strong {
	color: var(--ink);
	font-size: 1.16rem;
	font-weight: 950;
	line-height: 1.2;
}

.category-tile span:last-child {
	color: var(--muted);
	font-size: 0.94rem;
}

.app-flow {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 22px;
	padding: clamp(20px, 4vw, 34px);
}

.app-flow article {
	background: var(--soft);
	border: 1px solid var(--line);
	border-radius: 14px;
	padding: 20px;
}

.app-flow article > span {
	color: var(--green-700);
	font-weight: 950;
}

.app-flow h2 {
	font-size: 1.5rem;
	margin-top: 10px;
}

.app-flow p {
	margin-top: 10px;
}

.app-flow a,
.mini-links a {
	color: var(--green-800);
	display: inline-flex;
	font-weight: 950;
	margin-top: 14px;
}

.support-band {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 22px;
	padding: clamp(22px, 4vw, 38px);
}

.support-band > div:first-child {
	border-right: 1px solid var(--line);
	padding-right: 22px;
}

.mini-links {
	margin-top: 16px;
}

.mini-links a {
	background: var(--green-100);
	border-radius: 999px;
	padding: 8px 12px;
}

.faq-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 20px;
}

.faq-grid details,
.wp-content details {
	background: var(--soft);
	border: 1px solid var(--line);
	border-radius: 14px;
	padding: 15px 16px;
}

.faq-grid summary,
.wp-content summary {
	color: var(--ink);
	cursor: pointer;
	font-weight: 950;
}

.faq-grid p,
.wp-content details p {
	margin-top: 8px;
}

.center-action {
	margin-top: 18px;
}

.page-layout {
	display: grid;
	gap: 18px;
}

.page-hero {
	background: linear-gradient(135deg, var(--green-100), #fff);
	padding: clamp(24px, 5vw, 46px);
}

.page-hero h1 {
	font-size: clamp(2.15rem, 6vw, 4.2rem);
	max-width: 16ch;
}

.page-hero p {
	margin-top: 14px;
	max-width: 760px;
}

.page-module-grid {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	padding: 16px;
}

.page-module-grid a {
	background: var(--soft);
	border: 1px solid var(--line);
	border-radius: 12px;
	display: grid;
	gap: 6px;
	padding: 14px;
}

.page-module-grid span {
	color: var(--muted);
	font-size: 0.8rem;
	font-weight: 900;
}

.page-module-grid strong {
	color: var(--ink);
}

.page-article-content {
	color: var(--text);
	padding: clamp(24px, 5vw, 54px);
}

.wp-content h1,
.wp-content h2,
.wp-content h3 {
	color: var(--ink);
	margin-top: 1.35em;
}

.wp-content h1:first-child,
.wp-content h2:first-child,
.wp-content h3:first-child {
	margin-top: 0;
}

.wp-content p,
.wp-content li {
	color: var(--text);
}

.wp-content a {
	color: var(--green-800);
	font-weight: 850;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.wp-content section,
.wp-content .content-panel,
.wp-content .faq-list,
.wp-content .cta-panel,
.wp-content .page-hero,
.wp-content .visual-panel,
.wp-content .trust-strip {
	background: var(--soft);
	border: 1px solid var(--line);
	border-radius: 14px;
	box-shadow: none;
	margin-top: 18px;
	padding: clamp(18px, 3vw, 28px);
}

.wp-content img {
	border-radius: 14px;
	margin: 16px 0;
}

.post-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.post-card {
	padding: 20px;
}

.post-card h2 {
	font-size: 1.35rem;
	margin-bottom: 10px;
}

.empty-state {
	background: var(--paper);
	border: 1px solid var(--line);
	border-radius: 14px;
	color: var(--muted);
	padding: 22px;
}

.search-form {
	display: flex;
	gap: 10px;
	margin-top: 18px;
	max-width: 620px;
}

.search-form label {
	flex: 1;
}

.search-field {
	background: var(--paper);
	border: 1px solid var(--line-strong);
	border-radius: var(--radius);
	color: var(--ink);
	font: inherit;
	min-height: 48px;
	padding: 0 14px;
	width: 100%;
}

.site-footer {
	background: var(--ink);
	color: #cbd5e1;
	padding: 46px 0;
	position: relative;
}

.footer-shell {
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1.08fr);
}

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

.site-footer .brand-symbol {
	background: var(--green-600);
}

.footer-brand p {
	margin-top: 12px;
	max-width: 620px;
}

.footer-action-row {
	justify-content: flex-start;
	margin-top: 22px;
}

.footer-action {
	background: #fff;
	border: 0;
	color: var(--green-800) !important;
}

.footer-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.footer-grid div {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 14px;
	display: grid;
	gap: 8px;
	padding: 15px;
}

.footer-grid h2 {
	font-size: 0.9rem;
}

.footer-grid a {
	color: #cbd5e1;
	font-weight: 850;
}

.back-to-top {
	align-items: center;
	background: var(--green-700);
	border: 0;
	border-radius: 999px;
	bottom: 20px;
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-size: 1.2rem;
	font-weight: 950;
	height: 46px;
	justify-content: center;
	opacity: 0;
	position: fixed;
	right: 20px;
	transform: translateY(12px);
	transition: opacity 180ms ease, transform 180ms ease;
	width: 46px;
	z-index: 70;
}

.back-to-top.is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

@media (max-width: 1120px) {
	.header-shell {
		grid-template-columns: auto 1fr auto;
	}

	.category-nav,
	.header-link {
		display: none;
	}

	.mobile-menu {
		display: block;
		justify-self: end;
	}

	.category-grid,
	.page-module-grid,
	.footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 860px) {
	.app-hero,
	.support-band,
	.footer-shell {
		grid-template-columns: 1fr;
	}

	.phone-stage {
		order: -1;
	}

	.app-flow,
	.post-grid,
	.faq-grid {
		grid-template-columns: 1fr;
	}

	.support-band > div:first-child {
		border-bottom: 1px solid var(--line);
		border-right: 0;
		padding-bottom: 22px;
		padding-right: 0;
	}
}

@media (max-width: 640px) {
	.header-shell,
	.footer-shell,
	.site-main > * {
		width: min(calc(100% - 24px), var(--max));
	}

	.site-main {
		padding: 16px 0 56px;
	}

	.app-hero,
	.clean-section,
	.faq-preview,
	.support-band,
	.app-flow,
	.page-article-content,
	.page-hero {
		border-radius: 16px;
	}

	.app-hero {
		padding: 22px;
	}

	h1 {
		font-size: clamp(2.1rem, 13vw, 3.6rem);
	}

	.app-visual {
		border-radius: 16px;
	}

	.category-grid,
	.page-module-grid,
	.footer-grid {
		grid-template-columns: 1fr;
	}

	.hero-actions,
	.hero-pills,
	.footer-action-row,
	.search-form {
		display: grid;
		grid-template-columns: 1fr;
	}

	.primary-action,
	.ghost-action,
	.footer-action,
	.search-form button {
		width: 100%;
	}
}
