:root {
	--tn-primary: #0a2540;
	--tn-secondary: #1e90ff;
	--tn-accent: #00c896;
	--tn-highlight: #ffd700;
	--tn-bg-start: #0a2540;
	--tn-bg-mid: #102d4b;
	--tn-bg-end: #03060b;
	--tn-text: #eaf2ff;
	--tn-muted: #b4c6df;
	--tn-card-bg: rgba(255, 255, 255, 0.08);
}

body {
	font-family: "Inter", "Poppins", sans-serif;
	background: linear-gradient(140deg, var(--tn-bg-start), var(--tn-bg-mid) 50%, var(--tn-bg-end));
	color: var(--tn-text);
	line-height: 1.65;
}

h1, h2, h3, h4, h5, h6,
.navbar-brand {
	font-family: "Poppins", "Inter", sans-serif;
	font-weight: 700;
}

.section-space {
	padding: 6rem 0;
}

.section-space-sm {
	padding: 2.5rem 0;
}

.section-title {
	color: #fff;
	font-size: clamp(1.6rem, 3vw, 2.4rem);
	margin-bottom: 1rem;
}

.section-text {
	color: var(--tn-muted);
}

.tn-header .navbar {
	background: rgba(6, 22, 41, 0.85);
	backdrop-filter: blur(12px);
	border-bottom: 1px solid rgba(255, 215, 0, 0.22);
}

.navbar-brand {
	display: inline-flex;
	align-items: center;
	gap: 0.65rem;
}

.navbar-brand .tn-brand-logo {
	width: 46px;
	height: 46px;
	max-width: 46px;
	object-fit: contain;
}

.navbar-brand .tn-brand-text {
	display: flex;
	flex-direction: column;
	line-height: 1.15;
	font-size: 0.95rem;
}

.navbar-brand .tn-brand-text small {
	font-size: 0.62rem;
	font-weight: 600;
	color: #e4c04a;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.nav-link {
	color: #d8e7ff;
	font-weight: 600;
}

.nav-link:hover {
	color: #fff;
}

.tn-auth-nav {
	display: flex;
	align-items: center;
}

.tn-user-trigger,
.tn-login-btn {
	background: linear-gradient(135deg, var(--tn-secondary), #3db2ff);
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 10px;
	font-weight: 700;
	padding: 0.55rem 1rem;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.tn-user-trigger:hover,
.tn-login-btn:hover {
	color: #fff;
	transform: translateY(-1px);
	box-shadow: 0 10px 22px rgba(30, 144, 255, 0.35);
}

.tn-user-dropdown {
	background: rgba(7, 22, 40, 0.96);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 12px;
	padding: 0.35rem;
	min-width: 220px;
}

.tn-user-dropdown .dropdown-item {
	color: #d4e6ff;
	border-radius: 8px;
	padding: 0.55rem 0.7rem;
}

.tn-user-dropdown .dropdown-item:hover {
	background: rgba(30, 144, 255, 0.2);
	color: #fff;
}

.tn-user-dropdown .dropdown-divider {
	border-color: rgba(255, 255, 255, 0.12);
}

.hero-section {
	position: relative;
	padding-top: 7rem;
	padding-bottom: 6rem;
	overflow: hidden;
}

.hero-section::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(115deg, rgba(10, 37, 64, 0.92) 0%, rgba(10, 37, 64, 0.72) 45%, rgba(10, 37, 64, 0.85) 100%),
		url("../images/hero.jpg") center/cover no-repeat;
	opacity: 1;
	z-index: 0;
}

.hero-section::after {
	content: "";
	position: absolute;
	width: 420px;
	height: 420px;
	right: -120px;
	top: 10%;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(30, 144, 255, 0.18) 0%, transparent 70%);
	pointer-events: none;
	z-index: 0;
}

.hero-section > .container {
	position: relative;
	z-index: 1;
}

.hero-title {
	font-size: clamp(2rem, 5vw, 3.4rem);
	line-height: 1.2;
	margin-top: 1rem;
}

.hero-subtitle {
	color: var(--tn-muted);
	max-width: 650px;
}

.pill-badge {
	display: inline-block;
	padding: 0.4rem 0.85rem;
	border-radius: 999px;
	background: rgba(30, 144, 255, 0.2);
	border: 1px solid rgba(30, 144, 255, 0.45);
	color: #cde3ff;
	font-weight: 600;
	font-size: 0.82rem;
}

.pill-badge.gold {
	background: rgba(255, 215, 0, 0.12);
	border-color: rgba(255, 215, 0, 0.5);
	color: #ffe680;
}

.btn-premium,
.btn-outline-premium,
.mobile-sticky-cta {
	border-radius: 8px;
	padding: 0.72rem 1.4rem;
	font-weight: 700;
	transition: all 0.25s ease;
}

.btn-premium {
	background: linear-gradient(135deg, var(--tn-secondary), #3db2ff);
	border: none;
	color: #fff;
	box-shadow: 0 8px 22px rgba(30, 144, 255, 0.35);
}

.btn-premium:hover {
	transform: translateY(-2px) scale(1.02);
	box-shadow: 0 12px 28px rgba(30, 144, 255, 0.5);
	color: #fff;
}

.btn-outline-premium {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.5);
	color: #fff;
}

.btn-outline-premium:hover {
	transform: translateY(-2px);
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
}

.glass-card,
.tn-card,
.trust-card,
.cta-panel,
.glass-wrap {
	background: var(--tn-card-bg);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 16px;
	backdrop-filter: blur(12px);
}

.tn-card,
.trust-card {
	padding: 1.4rem;
	height: 100%;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.tn-card:hover,
.trust-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 16px 30px rgba(0, 0, 0, 0.35);
}

.tn-card .form-label {
	color: #e8f0fa;
}

.tn-card .form-text {
	display: block;
	margin-top: 0.35rem;
	font-size: 0.875rem;
	color: var(--tn-muted) !important;
	opacity: 1;
}

.tn-card .form-control.tn-ref-locked {
	background-color: rgba(255, 255, 255, 0.92);
	color: #0a2540;
	cursor: not-allowed;
}

#tn-register-form.tn-register-form-submitted .mb-3,
#tn-register-form.tn-register-form-submitted .row.g-3 {
	display: none;
}

#tn-register-form.tn-register-form-submitted button[type="submit"] {
	display: none;
}

.tn-register-modal .modal-backdrop.show {
	opacity: 0.75;
}

.tn-register-modal-content {
	position: relative;
	overflow: hidden;
	background: linear-gradient(145deg, rgba(10, 37, 64, 0.98), rgba(15, 52, 96, 0.95));
	border: 1px solid rgba(255, 215, 0, 0.35);
	border-radius: 20px;
	box-shadow: 0 28px 60px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(255, 255, 255, 0.06) inset;
	color: #e8f0fa;
}

.tn-register-modal-glow {
	position: absolute;
	top: -40%;
	right: -20%;
	width: 280px;
	height: 280px;
	background: radial-gradient(circle, rgba(30, 144, 255, 0.35), transparent 70%);
	pointer-events: none;
}

.tn-register-modal-title {
	font-size: 1.45rem;
	font-weight: 800;
	color: #fff;
	margin-top: 0.65rem;
	margin-bottom: 0;
}

.tn-register-modal-badge {
	margin-bottom: 0.35rem;
}

.tn-register-modal-lead {
	font-size: 1rem;
	line-height: 1.65;
	color: #c8d9ef;
	margin-bottom: 1.25rem;
}

.tn-register-modal-lead strong {
	color: #ffe680;
	font-weight: 700;
}

.tn-register-order-card {
	background: rgba(0, 0, 0, 0.28);
	border: 1px solid rgba(255, 215, 0, 0.28);
	border-radius: 14px;
	padding: 1rem 1.15rem;
	margin-bottom: 1.15rem;
}

.tn-register-order-label {
	display: block;
	font-size: 0.72rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #94a3b8;
	margin-bottom: 0.45rem;
}

.tn-register-order-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;
	margin-bottom: 0.5rem;
}

.tn-register-order-row code {
	font-size: 1.25rem;
	font-weight: 800;
	color: #fff;
	background: transparent;
	padding: 0;
}

.tn-register-order-hint {
	font-size: 0.82rem;
	color: var(--tn-muted);
}

.tn-register-status-pill {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.55rem 0.85rem;
	border-radius: 999px;
	background: rgba(251, 191, 36, 0.12);
	border: 1px solid rgba(251, 191, 36, 0.45);
	color: #fcd34d;
	font-size: 0.88rem;
	font-weight: 600;
}

.tn-register-status-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fbbf24;
	box-shadow: 0 0 10px rgba(251, 191, 36, 0.8);
	animation: tn-pulse-dot 1.6s ease-in-out infinite;
}

@keyframes tn-pulse-dot {
	0%,
	100% {
		opacity: 1;
		transform: scale(1);
	}
	50% {
		opacity: 0.55;
		transform: scale(0.85);
	}
}

.hero-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(120px, 1fr));
	gap: 12px;
}

.stat-card {
	padding: 0.85rem;
}

.stat-card span {
	display: block;
	font-size: 1.05rem;
	font-weight: 800;
	color: #fff;
}

.stat-card small {
	color: var(--tn-muted);
}

.hero-visual {
	position: relative;
	padding-top: 0.5rem;
}

.hero-visual-badge {
	display: inline-block;
	margin-bottom: 0.75rem;
	padding: 0.35rem 0.85rem;
	border-radius: 999px;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #1a2744;
	background: linear-gradient(135deg, #ffd54f, #ffb300);
	box-shadow: 0 6px 18px rgba(255, 193, 7, 0.35);
}

.hero-showcase {
	padding: 1rem;
	border-radius: 20px;
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.05));
	border: 1px solid rgba(255, 255, 255, 0.2);
	box-shadow: 0 24px 48px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(16px);
}

.hero-showcase-photo {
	position: relative;
	border-radius: 14px;
	overflow: hidden;
	aspect-ratio: 4 / 3;
	border: 1px solid rgba(255, 255, 255, 0.18);
}

.hero-showcase-photo img:first-child {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.hero-showcase-photo::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(10, 37, 64, 0.55), transparent 45%);
	pointer-events: none;
}

.hero-logo-float {
	position: absolute;
	right: 14px;
	bottom: 14px;
	width: 72px;
	height: 72px;
	padding: 6px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
	object-fit: contain;
	z-index: 2;
}

.hero-ppp-row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
	margin-top: 0.85rem;
}

.hero-ppp-chip {
	display: flex;
	align-items: flex-start;
	gap: 6px;
	padding: 0.55rem 0.45rem;
	border-radius: 12px;
	background: rgba(10, 37, 64, 0.45);
	border: 1px solid rgba(255, 255, 255, 0.1);
	min-width: 0;
}

.hero-ppp-icon {
	flex-shrink: 0;
	width: 8px;
	height: 8px;
	margin-top: 0.35rem;
	border-radius: 50%;
	background: linear-gradient(135deg, #ffd54f, #ff9800);
	box-shadow: 0 0 8px rgba(255, 193, 7, 0.6);
	font-size: 0;
	overflow: hidden;
}

.hero-ppp-text {
	display: flex;
	flex-direction: column;
	min-width: 0;
	line-height: 1.25;
}

.hero-ppp-text strong {
	font-size: 0.72rem;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.hero-ppp-text small {
	font-size: 0.62rem;
	color: var(--tn-muted);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.hero-showcase-tagline {
	margin: 0.85rem 0 0;
	text-align: center;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	color: #ffe680;
}

.trust-card h6 {
	margin-bottom: 0.2rem;
	color: #fff;
}

.trust-icon {
	width: 56px;
	height: 56px;
	object-fit: contain;
	margin-bottom: 0.7rem;
}

.trust-card small {
	color: var(--tn-muted);
}

.product-image {
	width: 100%;
	border-radius: 18px;
	object-fit: cover;
	aspect-ratio: 4/5;
	max-height: 480px;
}

.benefits-list {
	color: #d8e6fc;
	padding-left: 1rem;
}

.benefits-list li {
	margin-bottom: 0.45rem;
}

.income-tree {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.income-row {
	display: flex;
	justify-content: center;
	gap: 1rem;
	flex-wrap: wrap;
}

.income-node {
	min-width: 145px;
	text-align: center;
	padding: 1rem;
	border-radius: 14px;
	background: linear-gradient(145deg, rgba(30, 144, 255, 0.22), rgba(10, 37, 64, 0.85));
	border: 1px solid rgba(30, 144, 255, 0.45);
	animation: pulseNode 2.5s infinite;
}

.income-node.top {
	background: linear-gradient(145deg, rgba(255, 215, 0, 0.28), rgba(10, 37, 64, 0.9));
	border-color: rgba(255, 215, 0, 0.55);
	margin: 0 auto;
}

.income-node span {
	color: #fff;
	font-weight: 800;
}

@keyframes pulseNode {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-3px); }
}

.lifestyle-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
}

.lifestyle-item {
	position: relative;
	overflow: hidden;
	border-radius: 16px;
	min-height: 240px;
}

.lifestyle-item img {
	width: 100%;
	height: 100%;
	aspect-ratio: 4/3;
	object-fit: cover;
	object-position: center top;
	background: #0a2540;
	transition: transform 0.3s ease;
}

.lifestyle-item:hover img {
	transform: scale(1.07);
}

.overlay-label {
	position: absolute;
	inset: auto 12px 12px 12px;
	background: rgba(10, 37, 64, 0.75);
	border: 1px solid rgba(255, 255, 255, 0.2);
	padding: 0.5rem 0.8rem;
	border-radius: 10px;
	font-weight: 700;
}

.cta-panel {
	padding: 3rem 1.5rem;
	background: linear-gradient(130deg, rgba(30, 144, 255, 0.25), rgba(0, 200, 150, 0.2));
}

.cta-panel p {
	color: var(--tn-muted);
	margin-bottom: 1.4rem;
}

.mobile-sticky-cta {
	display: none;
	position: fixed;
	bottom: 14px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1050;
	background: linear-gradient(135deg, var(--tn-accent), #00a57d);
	color: #05231a;
	text-decoration: none;
	box-shadow: 0 10px 28px rgba(0, 200, 150, 0.35);
}

.tn-footer {
	background: rgba(6, 18, 33, 0.9);
	margin-top: 3rem;
}

.footer-link {
	color: #bcd4f8;
	text-decoration: none;
}

.footer-link:hover {
	color: #fff;
}

.form-feedback {
	min-height: 1.4rem;
	font-weight: 600;
}

[data-animate] {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}

[data-animate].in-view {
	opacity: 1;
	transform: none;
}

.dashboard-shell {
	padding-top: 2rem;
}

.dash-stat {
	padding: 1.25rem;
	border-radius: 16px;
	background: linear-gradient(145deg, rgba(30, 144, 255, 0.2), rgba(10, 37, 64, 0.75));
	border: 1px solid rgba(255, 255, 255, 0.16);
}

.dash-stat .value {
	font-size: 1.8rem;
	font-weight: 800;
}

.dash-table {
	width: 100%;
	border-collapse: collapse;
}

.dash-table th,
.dash-table td {
	padding: 0.7rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	color: #dce8fb;
}

.dash-table-referrals code {
	color: #ffe680;
	background: transparent;
	font-size: 0.85rem;
}

.dash-status {
	display: inline-block;
	padding: 0.2rem 0.55rem;
	border-radius: 999px;
	font-size: 0.78rem;
	font-weight: 700;
}

.dash-status-pending {
	background: rgba(251, 191, 36, 0.18);
	color: #fcd34d;
	border: 1px solid rgba(251, 191, 36, 0.45);
}

.dash-status-approved {
	background: rgba(34, 197, 94, 0.16);
	color: #86efac;
	border: 1px solid rgba(34, 197, 94, 0.4);
}

.dash-status-rejected {
	background: rgba(239, 68, 68, 0.16);
	color: #fca5a5;
	border: 1px solid rgba(239, 68, 68, 0.4);
}

.referral-actions {
	display: flex;
	gap: 0.6rem;
	flex-wrap: wrap;
}

.inner-page-content .tn-card {
	padding: 1.6rem;
}

.mlm-tree-card {
	overflow-x: auto;
}

.mlm-tree-wrap {
	padding: 1rem 0.25rem 0.5rem;
}

.mlm-tree-root,
.mlm-tree-root ul {
	margin: 0;
	padding-top: 1.2rem;
	position: relative;
	display: flex;
	justify-content: center;
	gap: 1.5rem;
}

.mlm-tree-root li {
	list-style-type: none;
	position: relative;
	padding: 1.2rem 0.7rem 0;
	text-align: center;
}

.mlm-tree-root li::before,
.mlm-tree-root li::after {
	content: "";
	position: absolute;
	top: 0;
	right: 50%;
	width: 50%;
	height: 1.2rem;
	border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.mlm-tree-root li::after {
	right: auto;
	left: 50%;
	border-left: 1px solid rgba(255, 255, 255, 0.25);
}

.mlm-tree-root li:only-child::after,
.mlm-tree-root li:only-child::before {
	display: none;
}

.mlm-tree-root li:only-child {
	padding-top: 0;
}

.mlm-tree-root li:first-child::before,
.mlm-tree-root li:last-child::after {
	border: 0 none;
}

.mlm-tree-root li:last-child::before {
	border-right: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 0 8px 0 0;
}

.mlm-tree-root li:first-child::after {
	border-radius: 8px 0 0 0;
}

.mlm-tree-root ul::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 0;
	height: 1.2rem;
	border-left: 1px solid rgba(255, 255, 255, 0.25);
}

.mlm-user-card {
	min-width: 180px;
	max-width: 220px;
	padding: 0.8rem;
	border-radius: 14px;
	background: linear-gradient(145deg, rgba(30, 144, 255, 0.2), rgba(10, 37, 64, 0.8));
	border: 1px solid rgba(255, 255, 255, 0.16);
	box-shadow: 0 10px 22px rgba(0, 0, 0, 0.28);
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
	cursor: pointer;
}

.mlm-user-card:hover,
.mlm-user-card.is-active {
	transform: translateY(-3px);
	box-shadow: 0 16px 28px rgba(0, 0, 0, 0.34);
	border-color: rgba(30, 144, 255, 0.7);
}

.mlm-user-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0.5rem;
}

.mlm-user-id {
	font-size: 0.82rem;
	color: #d3e5ff;
	font-weight: 700;
}

.mlm-user-name {
	margin-top: 0.4rem;
	font-weight: 800;
	color: #fff;
}

.mlm-user-code {
	font-size: 0.82rem;
	color: #c6daf6;
	margin-top: 0.3rem;
	word-break: break-word;
}

.mlm-kyc-status {
	display: inline-block;
	margin-top: 0.45rem;
	font-size: 0.72rem;
	font-weight: 700;
	padding: 0.2rem 0.55rem;
	border-radius: 999px;
	text-transform: capitalize;
}

.mlm-kyc-status.approved {
	background: rgba(34, 197, 94, 0.2);
	color: #86efac;
	border: 1px solid rgba(34, 197, 94, 0.45);
}

.mlm-kyc-status.pending {
	background: rgba(251, 191, 36, 0.18);
	color: #fcd34d;
	border: 1px solid rgba(251, 191, 36, 0.45);
}

.mlm-kyc-status.rejected {
	background: rgba(239, 68, 68, 0.18);
	color: #fca5a5;
	border: 1px solid rgba(239, 68, 68, 0.45);
}

.mlm-toggle {
	border: 1px solid rgba(255, 255, 255, 0.22);
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	line-height: 1;
	font-weight: 700;
	padding: 0;
}

.mlm-toggle:hover {
	background: rgba(30, 144, 255, 0.28);
}

.mlm-user-details {
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 12px;
	padding: 0.9rem;
	background: rgba(6, 24, 44, 0.5);
	color: #d7e6ff;
}

.icon-bullet-list {
	list-style: none;
	padding: 0;
}

.icon-bullet-list li {
	padding: 0.55rem 0 0.55rem 1.8rem;
	position: relative;
	color: #d7e7ff;
}

.icon-bullet-list li::before {
	content: "✓";
	position: absolute;
	left: 0;
	color: #00c896;
	font-weight: 800;
}

.trust-strip-bar {
	background: rgba(10, 37, 64, 0.55);
	border-block: 1px solid rgba(255, 255, 255, 0.08);
}

.trust-strip-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.75rem 1.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: 600;
	color: var(--tn-muted);
}

.trust-strip-list li::before {
	content: "•";
	margin-right: 0.45rem;
	color: #d4af37;
}

.section-muted {
	background: rgba(255, 255, 255, 0.02);
}

.section-photo {
	object-fit: cover;
	max-height: 420px;
}

.about-media {
	position: relative;
	border-radius: 18px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.18);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.32);
	aspect-ratio: 4 / 5;
	max-height: 520px;
}

.about-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: left center;
	display: block;
}

.about-media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(10, 37, 64, 0.75), transparent 50%);
	pointer-events: none;
}

.about-media-caption {
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 16px;
	z-index: 1;
	margin: 0;
	padding: 0.55rem 0.75rem;
	border-radius: 10px;
	font-size: 0.82rem;
	font-weight: 600;
	color: #fff;
	background: rgba(10, 37, 64, 0.55);
	border: 1px solid rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(6px);
}

.section-photo-wide {
	max-height: 520px;
	object-fit: contain;
	width: 100%;
}

.contact-page {
	padding-bottom: 0.5rem;
}

.contact-hero {
	margin-bottom: 1.75rem;
	padding: 1.75rem 1.6rem;
	border-radius: 18px;
	background: linear-gradient(135deg, rgba(10, 37, 64, 0.95), rgba(30, 144, 255, 0.22));
	border: 1px solid rgba(255, 255, 255, 0.14);
	box-shadow: 0 18px 36px rgba(0, 0, 0, 0.28);
}

.contact-hero h1 {
	margin: 0.65rem 0 0.5rem;
	font-size: clamp(1.75rem, 3vw, 2.35rem);
	color: #fff;
}

.contact-hero-lead {
	margin: 0;
	max-width: 42rem;
	color: #c8d9ef;
	font-size: 1.05rem;
	line-height: 1.65;
}

.contact-page-grid {
	margin-top: 0;
}

.contact-brand-head {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.contact-brand-head img {
	border-radius: 50%;
	background: #fff;
	padding: 4px;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
}

.contact-detail-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.contact-detail-list li {
	display: grid;
	gap: 0.25rem;
	padding-bottom: 0.85rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-detail-list li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.contact-detail-label {
	font-size: 0.72rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #94a3b8;
}

.contact-detail-list a {
	color: #7ec8ff;
	text-decoration: none;
	word-break: break-word;
}

.contact-detail-list a:hover {
	color: #ffe680;
	text-decoration: underline;
}

.contact-detail-list span:not(.contact-detail-label) {
	color: #e8f0fa;
}

.contact-quick-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
}

.contact-form-card .form-label {
	color: #e8f0fa;
}

.contact-form-feedback.text-success {
	color: #86efac !important;
}

.ppp-thumb {
	width: 100%;
	height: 160px;
	object-fit: cover;
	object-position: left center;
	background: rgba(10, 37, 64, 0.35);
}

.ppp-card .ppp-thumb {
	height: 120px;
	object-fit: contain;
	padding: 0.35rem;
}

.rewards-row-img {
	border: 1px solid rgba(255, 255, 255, 0.12);
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
}

.lifestyle-grid-6 {
	grid-template-columns: repeat(3, 1fr);
}

.overlay-label small {
	display: block;
	font-weight: 500;
	opacity: 0.9;
	font-size: 0.78rem;
}

.package-card .package-price {
	letter-spacing: 0.02em;
}

@media (max-width: 991.98px) {
	.hero-stats {
		grid-template-columns: 1fr;
	}
	.lifestyle-grid,
	.lifestyle-grid-6 {
		grid-template-columns: repeat(2, 1fr);
	}
	.tn-auth-nav {
		width: 100%;
	}
	.tn-user-trigger,
	.tn-login-btn {
		width: 100%;
		text-align: center;
	}
}

@media (max-width: 767.98px) {
	.section-space {
		padding: 4.2rem 0;
	}
	.hero-ppp-row {
		grid-template-columns: 1fr;
	}
	.hero-logo-float {
		width: 56px;
		height: 56px;
	}
	.lifestyle-grid {
		grid-template-columns: 1fr;
	}
	.mobile-sticky-cta {
		display: inline-block;
	}
	.mlm-tree-root,
	.mlm-tree-root ul {
		gap: 0.6rem;
	}
	.mlm-user-card {
		min-width: 150px;
		max-width: 170px;
		padding: 0.65rem;
	}
}
