@charset "utf-8";
/* =====================================================================
   آرام — قالب شرکتی ساده برای دیتالایف انجین
   ---------------------------------------------------------------------
   سیستم طراحی

   رنگ‌ها
     brand   #1D4E89  آبی شرکتی — سرشاخه، دکمه‌ها، پیوندها
     accent  #E0A458  شن گرم — نشانه‌ها، خط تأکید
     ink     #0F2438  سرمه‌ای عمیق — فوتر و نوارهای تیره
     paper   #F5F7FA  کاغذ سرد — پس‌زمینه صفحه

   تایپوگرافی
     Vazirmatn — نمایشی ۸۰۰، عنوان ۷۰۰، متن ۴۰۰

   چیدمان
     عرض مفید ۱۱۶۰ پیکسل، فاصله‌ی کناری ۲۴ پیکسل
     شعاع گوشه‌ها ۱۰ / ۱۶ / ۲۴

   نکته‌ی راست‌به‌چپ
     همه‌جا از ویژگی‌های منطقی (inline-start / inline-end) استفاده
     شده تا قالب بدون تغییر در حالت چپ‌به‌راست هم کار کند.
   ===================================================================== */

/* ---------------------------------------------------------------- فونت */

@font-face { font-family: 'Vazirmatn'; src: url('../fonts/Vazirmatn-300.woff2') format('woff2'); font-weight: 300; font-display: swap; }
@font-face { font-family: 'Vazirmatn'; src: url('../fonts/Vazirmatn-400.woff2') format('woff2'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'Vazirmatn'; src: url('../fonts/Vazirmatn-500.woff2') format('woff2'); font-weight: 500; font-display: swap; }
@font-face { font-family: 'Vazirmatn'; src: url('../fonts/Vazirmatn-700.woff2') format('woff2'); font-weight: 700; font-display: swap; }
@font-face { font-family: 'Vazirmatn'; src: url('../fonts/Vazirmatn-800.woff2') format('woff2'); font-weight: 800; font-display: swap; }

/* ---------------------------------------------------------------- توکن */

:root {
	--brand:    #1D4E89;
	--brand-d:  #163C6B;
	--brand-l:  #E8F0FA;
	--accent:   #E0A458;
	--accent-d: #C4863A;

	--ink:      #0F2438;
	--ink-2:    #16324B;
	--ink-line: #24405C;

	--paper:    #F5F7FA;
	--card:     #FFFFFF;
	--line:     #E2E8F0;
	--line-2:   #EEF2F7;

	--tx:       #16202E;
	--tx-2:     #55637A;
	--tx-3:     #8A96A8;
	--tx-d:     #DCE5F0;
	--tx-d2:    #93A4BA;

	--ok:       #2E9E6B;
	--warn:     #D97706;
	--err:      #DC2626;

	--r-sm: 10px;
	--r:    16px;
	--r-lg: 24px;

	--sh-1: 0 1px 2px rgba(15,36,56,.06);
	--sh-2: 0 6px 20px -6px rgba(15,36,56,.12), 0 2px 6px -2px rgba(15,36,56,.06);
	--sh-3: 0 24px 50px -20px rgba(15,36,56,.22);

	--mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;

	--wrap: 1160px;
	--gut:  24px;

	--ease: cubic-bezier(.22,.61,.36,1);
}


/* ---------------------------------------------------------------- پایه */

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
	margin: 0;
	background: var(--paper);
	color: var(--tx);
	font: 400 15px/1.9 'Vazirmatn', system-ui, -apple-system, 'Segoe UI', Tahoma, sans-serif;
	direction: rtl;
	text-align: right;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img, svg, video { max-width: 100%; height: auto; display: block; }

a { color: var(--brand); text-decoration: none; transition: color .2s var(--ease); }
a:hover { color: var(--brand-d); }

h1, h2, h3, h4, h5 { margin: 0 0 .6em; font-weight: 800; line-height: 1.4; letter-spacing: -.02em; color: var(--tx); }
h1 { font-size: clamp(26px, 3.6vw, 38px); }
h2 { font-size: clamp(22px, 2.9vw, 30px); }
h3 { font-size: clamp(18px, 2.1vw, 21px); }
h4 { font-size: 17px; }

p { margin: 0 0 1.1em; }
ul, ol { margin: 0 0 1.1em; padding-inline-start: 1.4em; }
hr { border: 0; border-top: 1px solid var(--line); margin: 32px 0; }

::selection { background: var(--brand); color: #fff; }

:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 4px; }

.ltr, [dir="ltr"] { direction: ltr; unicode-bidi: isolate; }
.mono { font-family: var(--mono); font-size: .88em; direction: ltr; unicode-bidi: isolate; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gut); }

.band { padding: 74px 0; position: relative; }
.band--tight { padding: 52px 0; }
.band--soft { background: var(--card); }
.band--ink { background: var(--ink); color: var(--tx-d); }
.band--ink h1, .band--ink h2, .band--ink h3, .band--ink h4 { color: #fff; }
.band--ink p { color: var(--tx-d2); }

/* ------------------------------------------------------- سرنویس بخش */

.sec-head { max-width: 640px; margin: 0 auto 40px; text-align: center; }
.sec-head--start { margin-inline: 0; text-align: start; }

.eyebrow {
	display: inline-block;
	padding: 5px 14px;
	margin-bottom: 14px;
	border-radius: 100px;
	background: var(--brand-l);
	color: var(--brand);
	font-size: 12.5px;
	font-weight: 700;
}
.band--ink .eyebrow { background: rgba(255,255,255,.09); color: var(--accent); }

.sec-head h2 { margin-bottom: 10px; }
.sec-head p { margin: 0; color: var(--tx-2); font-size: 15.5px; }

.sec-head--row {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	flex-wrap: wrap;
	max-width: none;
	text-align: start;
	margin-inline: 0;
}

/* ---------------------------------------------------------------- دکمه */

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 22px;
	border: 1px solid transparent;
	border-radius: var(--r-sm);
	background: var(--brand);
	color: #fff;
	font: 700 14.5px/1 'Vazirmatn', sans-serif;
	cursor: pointer;
	white-space: nowrap;
	transition: background .2s var(--ease), transform .18s var(--ease), box-shadow .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease);
}
.btn:hover { background: var(--brand-d); color: #fff; transform: translateY(-2px); box-shadow: var(--sh-2); }
.btn:active { transform: none; }

.btn-lg { padding: 15px 28px; font-size: 15.5px; }
.btn-sm { padding: 8px 14px; font-size: 13px; }
.btn-block { width: 100%; }

.btn-accent { background: var(--accent); color: #3A2609; }
.btn-accent:hover { background: var(--accent-d); color: #3A2609; }

.btn-ghost { background: transparent; border-color: var(--line); color: var(--tx-2); }
.btn-ghost:hover { background: var(--card); border-color: var(--brand); color: var(--brand); }

.band--ink .btn-ghost { border-color: var(--ink-line); color: var(--tx-d); }
.band--ink .btn-ghost:hover { background: var(--ink-2); color: #fff; }

.btn-white { background: #fff; color: var(--brand); }
.btn-white:hover { background: #fff; color: var(--brand-d); }

/* ---------------------------------------------------------------- آیکن */

.ic { display: inline-block; width: 1em; height: 1em; flex: 0 0 auto; background: currentColor; }

/* =====================================================================
   سربرگ
   ===================================================================== */

.hd {
	position: sticky;
	top: 0;
	z-index: 90;
	background: rgba(255,255,255,.92);
	-webkit-backdrop-filter: saturate(160%) blur(12px);
	backdrop-filter: saturate(160%) blur(12px);
	border-bottom: 1px solid var(--line);
	transition: box-shadow .25s var(--ease);
}
.hd.stuck { box-shadow: var(--sh-2); }

.hd__top {
	background: var(--ink);
	color: var(--tx-d2);
	font-size: 12.5px;
}
.hd__top .wrap { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 38px; flex-wrap: wrap; }
.hd__top a { color: var(--tx-d2); }
.hd__top a:hover { color: #fff; }
.hd__top ul { display: flex; align-items: center; gap: 18px; margin: 0; padding: 0; list-style: none; }
.hd__top li { display: flex; align-items: center; gap: 6px; }
.hd__top .ic { font-size: 13px; color: var(--accent); }

.hd__in {
	display: flex;
	align-items: center;
	gap: 18px;
	min-height: 72px;
}

.logo { display: flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.logo img { height: 40px; width: auto; }
.logo__tx { display: block; line-height: 1.25; }
.logo__tx b { display: block; font-size: 19px; font-weight: 800; color: var(--ink); letter-spacing: -.02em; }
.logo__tx span { display: block; font-size: 11.5px; color: var(--tx-3); }

.nav { display: none; align-items: center; gap: 2px; margin: 0 auto 0 0; padding: 0; list-style: none; }
.nav > li { position: relative; }
.nav > li > a {
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 10px 14px;
	border-radius: var(--r-sm);
	font-size: 14.5px;
	font-weight: 500;
	color: var(--tx-2);
	line-height: 1;
}
.nav > li > a:hover, .nav > li.on > a { background: var(--brand-l); color: var(--brand); }

.nav ul {
	position: absolute;
	inset-inline-start: 0;
	top: calc(100% + 8px);
	min-width: 210px;
	margin: 0;
	padding: 8px;
	list-style: none;
	background: var(--card);
	border: 1px solid var(--line);
	border-radius: var(--r);
	box-shadow: var(--sh-3);
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: .22s var(--ease);
	z-index: 5;
}
.nav > li:hover > ul, .nav > li:focus-within > ul { opacity: 1; visibility: visible; transform: none; }
.nav ul a { display: block; padding: 9px 12px; border-radius: 8px; font-size: 14px; color: var(--tx-2); }
.nav ul a:hover { background: var(--brand-l); color: var(--brand); }

.hd__acts { display: flex; align-items: center; gap: 8px; margin-inline-start: auto; }

.ico-btn {
	width: 40px; height: 40px;
	display: grid;
	place-items: center;
	border: 1px solid var(--line);
	border-radius: var(--r-sm);
	background: var(--card);
	color: var(--tx-2);
	font-size: 16px;
	cursor: pointer;
	transition: .18s var(--ease);
}
.ico-btn:hover { border-color: var(--brand); color: var(--brand); }

.burger { display: grid; }

.hd__cta { display: none; }

@media (min-width: 992px) {
	.nav { display: flex; }
	.burger { display: none; }
	.hd__cta { display: inline-flex; }
}

/* جستجوی بازشو */
.hd-search { max-height: 0; overflow: hidden; background: var(--card); border-top: 1px solid transparent; transition: max-height .3s var(--ease); }
.hd-search.open { max-height: 90px; border-top-color: var(--line); }
.hd-search form { display: flex; gap: 8px; padding: 16px var(--gut); max-width: var(--wrap); margin: 0 auto; }
.hd-search input {
	flex: 1;
	min-width: 0;
	padding: 12px 16px;
	border: 1px solid var(--line);
	border-radius: var(--r-sm);
	background: var(--paper);
	font: 400 15px 'Vazirmatn', sans-serif;
	color: var(--tx);
}
.hd-search input:focus { outline: none; border-color: var(--brand); background: #fff; }

/* =====================================================================
   منوی موبایل
   ===================================================================== */

.mnav-ov {
	position: fixed;
	inset: 0;
	z-index: 100;
	background: rgba(15,36,56,.5);
	opacity: 0;
	visibility: hidden;
	transition: .25s var(--ease);
}
.mnav-ov.open { opacity: 1; visibility: visible; }

.mnav {
	position: fixed;
	inset-block: 0;
	inset-inline-end: 0;
	z-index: 101;
	width: min(320px, 86vw);
	background: var(--card);
	display: flex;
	flex-direction: column;
	transform: translateX(-100%);
	transition: transform .3s var(--ease);
	overflow-y: auto;
}
.mnav.open { transform: none; }

.mnav__hd { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px 18px; border-bottom: 1px solid var(--line); }

.mnav__list { margin: 0; padding: 10px; list-style: none; flex: 1; }
.mnav__list li { border-bottom: 1px solid var(--line-2); }
.mnav__list li:last-child { border-bottom: 0; }
.mnav__list a { display: block; padding: 13px 10px; font-size: 15px; font-weight: 500; color: var(--tx); }
.mnav__list a:hover { color: var(--brand); }
.mnav__list ul { margin: 0 0 8px; padding-inline-start: 14px; list-style: none; }
.mnav__list ul li { border: 0; }
.mnav__list ul a { padding: 8px 10px; font-size: 14px; font-weight: 400; color: var(--tx-2); }

.mnav__ft { padding: 18px; border-top: 1px solid var(--line); display: grid; gap: 10px; }

/* =====================================================================
   قهرمان صفحه — تصویر پس‌زمینه با پوشش تیره
   ---------------------------------------------------------------------
   ترکیب میان‌چین روی یک نمای معماری انتزاعی. متن سفید روی پوشش
   سرمه‌ای می‌نشیند و نوار آمار از پایین روی مرز قهرمان سوار می‌شود.
   ===================================================================== */

.hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	padding: 128px 0 150px;
	color: #fff;
	background: var(--ink);
	text-align: center;
}

.hero__bg {
	position: absolute;
	inset: 0;
	z-index: -2;
	background: url('../images/hero-bg.svg') center/cover no-repeat;
	transform: scale(1.02);
}

/* پوشش تیره تا متن همیشه خوانا بماند */
.hero::before {
	content: '';
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(180deg, rgba(11,27,46,.38) 0%, rgba(11,27,46,.55) 42%, rgba(11,27,46,.86) 100%);
}

.hero__in { position: relative; z-index: 2; max-width: 900px; }

.hero__kicker {
	display: inline-block;
	padding: 7px 18px;
	margin-bottom: 22px;
	border: 1px solid rgba(255,255,255,.22);
	border-radius: 100px;
	background: rgba(255,255,255,.07);
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
	font-size: 13px;
	font-weight: 500;
	color: #EAF1FA;
}

.hero h1 {
	font-size: clamp(30px, 5vw, 52px);
	font-weight: 800;
	line-height: 1.42;
	letter-spacing: -.03em;
	color: #fff;
	margin: 0 0 20px;
	text-wrap: balance;
}
.hero h1 em {
	font-style: normal;
	color: var(--accent);
	position: relative;
	white-space: nowrap;
}
.hero h1 em::after {
	content: '';
	position: absolute;
	inset-inline: -2px;
	bottom: -.1em;
	height: 3px;
	border-radius: 3px;
	background: linear-gradient(to left, rgba(224,164,88,0), var(--accent), rgba(224,164,88,0));
}

.hero__lead {
	font-size: 16.5px;
	line-height: 2.1;
	color: rgba(233,240,249,.82);
	max-width: 62ch;
	margin: 0 auto 34px;
}

.hero__acts { display: flex; justify-content: center; flex-wrap: wrap; gap: 13px; margin-bottom: 40px; }

.btn-outline {
	background: rgba(255,255,255,.06);
	border-color: rgba(255,255,255,.3);
	color: #fff;
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
}
.btn-outline:hover { background: #fff; border-color: #fff; color: var(--brand); }

.hero__points {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 14px 34px;
}
.hero__points li {
	display: flex;
	align-items: center;
	gap: 9px;
	font-size: 13.5px;
	color: rgba(233,240,249,.78);
}
.hero__points .ic {
	width: 18px; height: 18px;
	padding: 4px;
	box-sizing: content-box;
	color: #fff;
	background: rgba(46,158,107,.85);
	border-radius: 50%;
	font-size: 10px;
	-webkit-mask: none;
	mask: none;
	position: relative;
}
/* آیکن تیک درون دایره */
.hero__points .ic::before {
	content: '';
	position: absolute;
	inset: 4px;
	background: #fff;
	-webkit-mask: var(--i-check) center/contain no-repeat;
	mask: var(--i-check) center/contain no-repeat;
}

/* راهنمای اسکرول */
.hero__scroll {
	position: absolute;
	inset-inline: 0;
	bottom: 84px;
	z-index: 2;
	display: grid;
	place-items: center;
	width: 26px; height: 42px;
	margin: 0 auto;
	border: 2px solid rgba(255,255,255,.35);
	border-radius: 100px;
}
.hero__scroll span {
	display: block;
	width: 4px; height: 8px;
	border-radius: 2px;
	background: rgba(255,255,255,.75);
	animation: scrollDot 1.9s ease-in-out infinite;
}
@keyframes scrollDot {
	0%   { transform: translateY(-6px); opacity: 0; }
	35%  { opacity: 1; }
	100% { transform: translateY(7px); opacity: 0; }
}

@media (max-width: 860px) {
	.hero { padding: 92px 0 120px; }
	.hero__scroll { display: none; }
}
@media (max-width: 560px) {
	.hero { padding: 74px 0 104px; }
	.hero__points { gap: 10px 20px; }
	.hero__points li { font-size: 12.5px; }
}

/* =====================================================================
   نوار آمار
   ===================================================================== */

/* نوار آمار روی لبه‌ی پایین قهرمان می‌نشیند */
.stats-band { padding-top: 0; margin-top: -58px; position: relative; z-index: 5; }

.stats {
	display: grid;
	box-shadow: var(--sh-3);
	grid-template-columns: repeat(2, 1fr);
	gap: 1px;
	background: var(--line);
	border: 1px solid var(--line);
	border-radius: var(--r);
	overflow: hidden;
}
@media (min-width: 760px) { .stats { grid-template-columns: repeat(4, 1fr); } }
.stats div { background: var(--card); padding: 26px 18px; text-align: center; }
.stats b { display: block; font-size: 30px; font-weight: 800; color: var(--brand); letter-spacing: -.03em; line-height: 1.3; }
.stats span { font-size: 13px; color: var(--tx-2); }

/* =====================================================================
   خدمات
   ===================================================================== */

.grid-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 22px; }
.grid-2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 22px; }

.srv {
	position: relative;
	padding: 30px 26px;
	background: var(--card);
	border: 1px solid var(--line);
	border-radius: var(--r);
	transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s var(--ease);
}
.srv:hover { transform: translateY(-4px); box-shadow: var(--sh-2); border-color: #CBD8E8; }
.srv__ic {
	width: 52px; height: 52px;
	border-radius: 14px;
	display: grid;
	place-items: center;
	background: var(--brand-l);
	color: var(--brand);
	font-size: 22px;
	margin-bottom: 18px;
}
.srv:nth-child(2n) .srv__ic { background: rgba(224,164,88,.16); color: var(--accent-d); }
.srv:nth-child(3n) .srv__ic { background: rgba(46,158,107,.13); color: var(--ok); }
.srv h3 { font-size: 18px; margin-bottom: 8px; }
.srv p { margin: 0 0 16px; font-size: 14.5px; color: var(--tx-2); }
.srv a.srv__more { display: inline-flex; align-items: center; gap: 6px; font-size: 13.5px; font-weight: 700; color: var(--brand); }
.srv a.srv__more .ic { font-size: 12px; transition: transform .2s var(--ease); }
.srv:hover a.srv__more .ic { transform: translateX(-4px); }

/* =====================================================================
   درباره‌ی ما
   ===================================================================== */

.about { display: grid; grid-template-columns: 1fr; gap: 44px; align-items: center; }
@media (min-width: 900px) { .about { grid-template-columns: .95fr 1.05fr; gap: 56px; } }

.about__art { position: relative; }
.about__art img { border-radius: var(--r-lg); box-shadow: var(--sh-3); width: 100%; }
.about__note {
	position: absolute;
	inset-inline-start: -16px;
	bottom: -20px;
	padding: 18px 22px;
	background: var(--brand);
	color: #fff;
	border-radius: var(--r);
	box-shadow: var(--sh-3);
	max-width: 220px;
}
.about__note b { display: block; font-size: 27px; font-weight: 800; line-height: 1.2; }
.about__note span { font-size: 12.5px; color: rgba(255,255,255,.8); }

.check { list-style: none; margin: 22px 0 28px; padding: 0; display: grid; gap: 12px; }
.check li { display: flex; align-items: flex-start; gap: 11px; font-size: 14.5px; color: var(--tx-2); }
.check .ic { color: var(--ok); font-size: 13px; margin-top: 6px; flex: 0 0 auto; }
.check b { color: var(--tx); font-weight: 700; }

/* =====================================================================
   چرا ما / مزیت‌ها
   ===================================================================== */

.feat { display: flex; gap: 16px; align-items: flex-start; }
.feat__n {
	flex: 0 0 auto;
	width: 44px; height: 44px;
	border-radius: 12px;
	display: grid;
	place-items: center;
	background: rgba(255,255,255,.08);
	color: var(--accent);
	font: 800 16px 'Vazirmatn', sans-serif;
	border: 1px solid var(--ink-line);
}
.feat h3 { font-size: 17px; margin-bottom: 6px; }
.feat p { margin: 0; font-size: 14.5px; }

/* =====================================================================
   نمونه‌کار
   ===================================================================== */

.work {
	position: relative;
	display: block;
	border-radius: var(--r);
	overflow: hidden;
	background: var(--ink);
	aspect-ratio: 4/3;
}
.work img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease), opacity .3s var(--ease); }
.work:hover img { transform: scale(1.06); opacity: .55; }
.work__bd {
	position: absolute;
	inset-inline: 0;
	bottom: 0;
	padding: 22px;
	background: linear-gradient(to top, rgba(15,36,56,.92), rgba(15,36,56,0));
	color: #fff;
}
.work__bd span { display: block; font-size: 12px; color: var(--accent); margin-bottom: 4px; }
.work__bd b { font-size: 16px; font-weight: 700; }

/* =====================================================================
   نظر مشتریان
   ===================================================================== */

.quote {
	background: var(--card);
	border: 1px solid var(--line);
	border-radius: var(--r);
	padding: 28px 26px;
	display: flex;
	flex-direction: column;
	height: 100%;
}
.quote__mark { font: 400 54px/1 Georgia, serif; color: var(--line); margin-bottom: 6px; }
.quote p { flex: 1; font-size: 14.5px; line-height: 2.05; color: var(--tx-2); }
.quote__who { display: flex; align-items: center; gap: 12px; padding-top: 16px; border-top: 1px solid var(--line-2); }
.quote__who img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }
.quote__who b { display: block; font-size: 14px; }
.quote__who span { font-size: 12.5px; color: var(--tx-3); }

/* =====================================================================
   تماس
   ===================================================================== */

.contact { display: grid; grid-template-columns: 1fr; gap: 34px; }
@media (min-width: 900px) { .contact { grid-template-columns: 1fr 1fr; gap: 48px; } }

.contact-list { list-style: none; margin: 26px 0 0; padding: 0; display: grid; gap: 18px; }
.contact-list li { display: flex; align-items: flex-start; gap: 14px; }
.contact-list s {
	text-decoration: none;
	flex: 0 0 auto;
	width: 44px; height: 44px;
	border-radius: 12px;
	display: grid;
	place-items: center;
	background: var(--brand-l);
	color: var(--brand);
	font-size: 17px;
}
.contact-list b { display: block; font-size: 14px; margin-bottom: 2px; }
.contact-list span { font-size: 14px; color: var(--tx-2); }

.map {
	border-radius: var(--r);
	overflow: hidden;
	border: 1px solid var(--line);
	background: var(--card);
	min-height: 320px;
	display: grid;
	place-items: center;
	text-align: center;
	padding: 30px;
	background-image:
		linear-gradient(rgba(29,78,137,.05) 1px, transparent 1px),
		linear-gradient(to left, rgba(29,78,137,.05) 1px, transparent 1px);
	background-size: 34px 34px;
}
.map .ic { font-size: 32px; color: var(--brand); margin-bottom: 12px; }
.map b { display: block; font-size: 15px; margin-bottom: 4px; }
.map span { font-size: 13.5px; color: var(--tx-2); }

/* =====================================================================
   فراخوان پایانی
   ===================================================================== */

.cta {
	background: linear-gradient(135deg, var(--brand) 0%, #2A6DB8 100%);
	border-radius: var(--r-lg);
	padding: 46px 40px;
	color: #fff;
	display: grid;
	gap: 24px;
	align-items: center;
	position: relative;
	overflow: hidden;
}
@media (min-width: 800px) { .cta { grid-template-columns: 1fr auto; padding: 52px 48px; } }
.cta::after {
	content: '';
	position: absolute;
	inset-inline-end: -80px;
	top: -80px;
	width: 300px; height: 300px;
	border-radius: 50%;
	background: rgba(255,255,255,.07);
}
.cta h2 { color: #fff; margin-bottom: 8px; position: relative; }
.cta p { margin: 0; color: rgba(255,255,255,.85); position: relative; }
.cta__acts { display: flex; gap: 12px; flex-wrap: wrap; position: relative; }

/* =====================================================================
   پرسش‌های پرتکرار
   ===================================================================== */

.faq { max-width: 780px; margin: 0 auto; display: grid; gap: 12px; }
.faq details {
	background: var(--card);
	border: 1px solid var(--line);
	border-radius: var(--r-sm);
	overflow: hidden;
	transition: border-color .2s var(--ease);
}
.faq details[open] { border-color: var(--brand); }
.faq summary {
	list-style: none;
	cursor: pointer;
	padding: 17px 22px;
	font-size: 15px;
	font-weight: 700;
	color: var(--tx);
	display: flex;
	align-items: center;
	gap: 12px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
	content: '';
	margin-inline-start: auto;
	width: 9px; height: 9px;
	border-inline-end: 2px solid var(--tx-3);
	border-bottom: 2px solid var(--tx-3);
	transform: rotate(45deg);
	transition: transform .2s var(--ease), border-color .2s var(--ease);
	flex: 0 0 auto;
}
.faq details[open] summary::after { transform: rotate(-135deg); border-color: var(--brand); }
.faq p { margin: 0; padding: 0 22px 20px; font-size: 14.5px; color: var(--tx-2); }

/* =====================================================================
   کارت مطلب
   ===================================================================== */

.post-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); gap: 22px; }

.pc {
	display: flex;
	flex-direction: column;
	background: var(--card);
	border: 1px solid var(--line);
	border-radius: var(--r);
	overflow: hidden;
	transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s var(--ease);
}
.pc:hover { transform: translateY(-4px); box-shadow: var(--sh-2); border-color: #CBD8E8; }
.pc__th { display: block; aspect-ratio: 16/9; background: var(--line-2); overflow: hidden; }
.pc__th img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.pc:hover .pc__th img { transform: scale(1.05); }
.pc__bd { padding: 20px; display: flex; flex-direction: column; flex: 1; }
.pc__cat { display: inline-block; align-self: flex-start; padding: 3px 10px; margin-bottom: 10px; border-radius: 100px; background: var(--brand-l); color: var(--brand); font-size: 11.5px; font-weight: 700; }
.pc__bd h3 { font-size: 17px; line-height: 1.65; margin-bottom: 10px; }
.pc__bd h3 a { color: var(--tx); }
.pc__bd h3 a:hover { color: var(--brand); }
.pc__bd p { flex: 1; font-size: 14px; color: var(--tx-2); margin-bottom: 14px; }
.pc__ft { display: flex; align-items: center; gap: 14px; padding-top: 14px; border-top: 1px solid var(--line-2); font-size: 12.5px; color: var(--tx-3); flex-wrap: wrap; }
.pc__ft span { display: flex; align-items: center; gap: 5px; }
.pc__ft .ic { font-size: 13px; }

/* کارت افقی برای فهرست‌ها */
.pc--wide { flex-direction: row; margin-bottom: 20px; }
.pc--wide .pc__th { flex: 0 0 260px; aspect-ratio: 4/3; }
.pc--wide:last-child { margin-bottom: 0; }
@media (max-width: 700px) { .pc--wide { flex-direction: column; } .pc--wide .pc__th { flex: none; width: 100%; aspect-ratio: 16/9; } }

/* =====================================================================
   چیدمان درونی
   ===================================================================== */

.page { padding: 34px 0 74px; }

.layout { display: grid; grid-template-columns: minmax(0,1fr); gap: 30px; align-items: start; }
@media (min-width: 992px) { .layout:not(.layout--full) { grid-template-columns: minmax(0,1fr) 320px; } }

.card {
	background: var(--card);
	border: 1px solid var(--line);
	border-radius: var(--r);
	padding: 28px;
	margin-bottom: 22px;
}
.card--pad0 { padding: 0; overflow: hidden; }
.card:last-child { margin-bottom: 0; }

/* مسیر راهنما */
.crumbs { display: flex; align-items: center; flex-wrap: wrap; gap: 6px; margin-bottom: 20px; font-size: 13px; color: var(--tx-3); }
.crumbs a { color: var(--tx-2); }
.crumbs a:hover { color: var(--brand); }
.crumbs span[itemprop], .crumbs > * { display: inline; }

/* عنوان صفحه */
.page-head {
	background: linear-gradient(180deg, #FFFFFF, var(--paper));
	border-bottom: 1px solid var(--line);
	padding: 34px 0;
	margin-bottom: 34px;
}
.page-head h1 { margin: 0 0 6px; }
.page-head p { margin: 0; color: var(--tx-2); font-size: 15px; }

/* نوار کنار */
.side { display: grid; gap: 20px; }
.side-box { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 22px; }
.side-box h4 { display: flex; align-items: center; gap: 9px; margin: 0 0 16px; padding-bottom: 12px; border-bottom: 1px solid var(--line-2); font-size: 15px; }
.side-box h4::before { content: ''; width: 4px; height: 16px; border-radius: 2px; background: var(--accent); }

.side-search { display: flex; }
.side-search input {
	flex: 1;
	min-width: 0;
	padding: 11px 14px;
	border: 1px solid var(--line);
	border-inline-end: 0;
	border-radius: 0 var(--r-sm) var(--r-sm) 0;
	background: var(--paper);
	font: 400 14px 'Vazirmatn', sans-serif;
}
.side-search input:focus { outline: none; border-color: var(--brand); background: #fff; }
.side-search button { flex: 0 0 auto; padding: 0 16px; border: 0; border-radius: var(--r-sm) 0 0 var(--r-sm); background: var(--brand); color: #fff; cursor: pointer; font-size: 15px; }
.side-search button:hover { background: var(--brand-d); }

.side-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 2px; }
.side-list a { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 10px 12px; border-radius: 8px; font-size: 14px; color: var(--tx-2); }
.side-list a:hover { background: var(--brand-l); color: var(--brand); }
.side-list b { font-size: 12px; color: var(--tx-3); font-weight: 500; }

.mini { display: flex; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line-2); }
.mini:last-child { border-bottom: 0; padding-bottom: 0; }
.mini:first-child { padding-top: 0; }
.mini img { width: 72px; height: 54px; border-radius: 8px; object-fit: cover; flex: 0 0 auto; }
.mini b { display: block; font-size: 13.5px; font-weight: 600; line-height: 1.7; color: var(--tx); }
.mini a:hover b { color: var(--brand); }
.mini span { font-size: 12px; color: var(--tx-3); }

.side-cta { background: var(--ink); border-color: var(--ink); color: var(--tx-d2); text-align: center; }
.side-cta h4 { color: #fff; border-color: var(--ink-line); justify-content: center; }
.side-cta h4::before { display: none; }
.side-cta p { font-size: 13.5px; margin-bottom: 16px; }

.tags { display: flex; flex-wrap: wrap; gap: 8px; }
.tags a { padding: 5px 12px; border: 1px solid var(--line); border-radius: 100px; font-size: 12.5px; color: var(--tx-2); }
.tags a:hover { border-color: var(--brand); background: var(--brand-l); color: var(--brand); }

/* =====================================================================
   متن مطلب
   ===================================================================== */

.story { font-size: 15.5px; line-height: 2.1; color: var(--tx-2); }
.story h2 { font-size: 22px; margin: 1.6em 0 .6em; color: var(--tx); }
.story h3 { font-size: 18.5px; margin: 1.4em 0 .5em; color: var(--tx); }
.story a { text-decoration: underline; text-underline-offset: 3px; }
.story img { border-radius: var(--r-sm); margin: 1.2em 0; }
.story ul, .story ol { padding-inline-start: 1.5em; }
.story li { margin-bottom: .5em; }
.story blockquote {
	margin: 1.5em 0;
	padding: 18px 22px;
	border-inline-start: 3px solid var(--accent);
	border-radius: var(--r-sm);
	border-start-start-radius: 0;
	border-end-start-radius: 0;
	background: #FFF9F0;
	color: var(--tx-2);
}
.story blockquote p:last-child { margin-bottom: 0; }
.story pre, .story code { font-family: var(--mono); font-size: 13px; direction: ltr; text-align: left; }
.story code { background: var(--line-2); padding: 2px 7px; border-radius: 5px; color: #B3123A; }
.story pre { background: var(--ink); color: #E4ECF6; padding: 18px 20px; border-radius: var(--r-sm); overflow-x: auto; line-height: 1.85; margin: 1.5em 0; }
.story pre code { background: none; padding: 0; color: inherit; }
.story table { width: 100%; border-collapse: collapse; margin: 1.5em 0; font-size: 14px; }
.story th, .story td { padding: 11px 14px; border: 1px solid var(--line); text-align: right; }
.story th { background: var(--paper); font-weight: 700; color: var(--tx); }

.post-meta { display: flex; flex-wrap: wrap; gap: 18px; margin-bottom: 22px; padding-bottom: 18px; border-bottom: 1px solid var(--line-2); font-size: 13px; color: var(--tx-3); }
.post-meta span { display: flex; align-items: center; gap: 6px; }
.post-meta .ic { font-size: 14px; color: var(--brand); }

.post-tags { margin-top: 26px; padding-top: 18px; border-top: 1px solid var(--line-2); font-size: 13.5px; }
.post-tags b { color: var(--tx-2); margin-inline-end: 6px; }

.share { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-top: 22px; }
.share b { font-size: 13.5px; color: var(--tx-2); }
.share a { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 10px; color: var(--tx-2); font-size: 15px; }
.share a:hover { background: var(--brand); border-color: var(--brand); color: #fff; }

/* مطالب مرتبط */
.related { margin-top: 26px; }
.related h3 { font-size: 19px; margin-bottom: 16px; }
.related ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 2px; }
.related a { display: flex; flex-direction: column; gap: 3px; padding: 12px 0; border-bottom: 1px solid var(--line-2); }
.related li:last-child a { border-bottom: 0; }
.related .rl-cat { font-size: 11.5px; color: var(--accent-d); font-weight: 700; }
.related .rl-title { font-size: 14.5px; color: var(--tx); line-height: 1.75; }
.related a:hover .rl-title { color: var(--brand); }

/* =====================================================================
   نظرات
   ===================================================================== */

.comm-head { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; }
.comm-head h3 { margin: 0; font-size: 19px; }
.comm-head .ic { color: var(--brand); }

.comm { display: flex; gap: 14px; padding: 20px 0; border-bottom: 1px solid var(--line-2); }
.comm:last-child { border-bottom: 0; }
.comm__ava img { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; }
.comm__bd { flex: 1; min-width: 0; }
.comm__hd { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-bottom: 8px; }
.comm__hd b { font-size: 14.5px; }
.comm__hd time { font-size: 12.5px; color: var(--tx-3); }
.comm__tx { font-size: 14.5px; color: var(--tx-2); line-height: 2; }
.comm__ft { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 10px; font-size: 12.5px; }
.comm__ft a { color: var(--tx-3); }
.comm__ft a:hover { color: var(--brand); }

/* =====================================================================
   فرم‌ها
   ===================================================================== */

.fld { margin-bottom: 16px; }
.fld > label { display: block; margin-bottom: 7px; font-size: 13.5px; font-weight: 600; color: var(--tx-2); }

input[type="text"], input[type="password"], input[type="email"], input[type="tel"],
input[type="search"], input[type="number"], input[type="url"], input[type="date"],
select, textarea {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid var(--line);
	border-radius: var(--r-sm);
	background: var(--card);
	color: var(--tx);
	font: 400 14.5px 'Vazirmatn', sans-serif;
	transition: border-color .18s var(--ease), box-shadow .18s var(--ease);
}
input:focus, select:focus, textarea:focus {
	outline: none;
	border-color: var(--brand);
	box-shadow: 0 0 0 3px rgba(29,78,137,.12);
}
textarea { min-height: 150px; resize: vertical; line-height: 1.9; }

.form-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; }

.form-note { font-size: 13px; color: var(--tx-3); margin-top: -6px; margin-bottom: 16px; }

.checkline { display: flex; align-items: flex-start; gap: 9px; font-size: 13.5px; color: var(--tx-2); margin-bottom: 16px; }
.checkline input { width: auto; margin-top: 5px; accent-color: var(--brand); }

/* =====================================================================
   صفحه‌بندی
   ===================================================================== */

.pager { display: flex; flex-wrap: wrap; gap: 6px; justify-content: center; margin-top: 30px; }
.pager a, .pager span {
	min-width: 40px;
	height: 40px;
	padding: 0 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--line);
	border-radius: var(--r-sm);
	background: var(--card);
	color: var(--tx-2);
	font-size: 14px;
	font-weight: 600;
}
.pager a:hover { border-color: var(--brand); color: var(--brand); }
.pager span.nav_ext, .pager span:not([class]) { background: var(--brand); border-color: var(--brand); color: #fff; }

/* =====================================================================
   جعبه پیام
   ===================================================================== */

.info-box {
	background: var(--card);
	border: 1px solid var(--line);
	border-inline-start: 3px solid var(--brand);
	border-radius: var(--r-sm);
	padding: 18px 22px;
	margin-bottom: 22px;
}
.info-box h4 { margin: 0 0 6px; font-size: 15.5px; }
.info-box p { margin: 0; font-size: 14px; color: var(--tx-2); }

.empty {
	text-align: center;
	padding: 56px 24px;
	background: var(--card);
	border: 1px dashed var(--line);
	border-radius: var(--r);
	color: var(--tx-2);
}
.empty .ic { font-size: 34px; color: var(--tx-3); margin-bottom: 14px; }

/* =====================================================================
   فوتر
   ===================================================================== */

.ft { background: var(--ink); color: var(--tx-d2); padding: 62px 0 0; font-size: 14px; }
.ft h4 { color: #fff; font-size: 15.5px; margin-bottom: 18px; }
.ft a { color: var(--tx-d2); }
.ft a:hover { color: var(--accent); }

.ft__grid { display: grid; grid-template-columns: 1fr; gap: 34px; }
@media (min-width: 700px) { .ft__grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1000px) { .ft__grid { grid-template-columns: 1.6fr 1fr 1fr 1.4fr; gap: 40px; } }

.ft__about p { font-size: 14px; line-height: 2; margin: 16px 0 20px; }
.ft__about .logo__tx b { color: #fff; }
.ft__about .logo__tx span { color: var(--tx-3); }

.ft ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 11px; }
.ft-contact li { display: flex; align-items: flex-start; gap: 10px; }
.ft-contact .ic { color: var(--accent); font-size: 14px; margin-top: 6px; flex: 0 0 auto; }

.ft-soc { display: flex; gap: 9px; }
.ft-soc a {
	width: 38px; height: 38px;
	display: grid;
	place-items: center;
	border: 1px solid var(--ink-line);
	border-radius: 10px;
	color: var(--tx-d2);
	font-size: 15px;
}
.ft-soc a:hover { background: var(--accent); border-color: var(--accent); color: #3A2609; }

.ft__bar {
	margin-top: 46px;
	border-top: 1px solid var(--ink-line);
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 14px;
	flex-wrap: wrap;
	font-size: 12.5px;
	color: var(--tx-3);
}

/* بازگشت به بالا */
.totop {
	position: fixed;
	inset-inline-end: 22px;
	bottom: 22px;
	z-index: 80;
	width: 44px; height: 44px;
	display: grid;
	place-items: center;
	border: 0;
	border-radius: 50%;
	background: var(--brand);
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	box-shadow: var(--sh-2);
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: .25s var(--ease);
}
.totop.on { opacity: 1; visibility: visible; transform: none; }
.totop:hover { background: var(--brand-d); }

/* =====================================================================
   حرکت
   ===================================================================== */

.has-js .reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s var(--ease), transform .65s var(--ease); }
.has-js .reveal.in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after {
		animation-duration: .001ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .001ms !important;
		scroll-behavior: auto !important;
	}
	.has-js .reveal, .reveal { opacity: 1; transform: none; }
}

/* =====================================================================
   چاپ
   ===================================================================== */

@media print {
	.hd, .ft, .side, .mnav, .mnav-ov, .totop, .btn, .share, .related { display: none !important; }
	body { background: #fff; }
	.card { border: 1px solid #ccc; }
}


/* =====================================================================
   نشان حساب کاربری در سربرگ
   ===================================================================== */

.acct { position: relative; }

.acct__me {
	display: flex;
	align-items: center;
	gap: 9px;
	padding: 5px 12px 5px 5px;
	border: 1px solid var(--line);
	border-radius: 100px;
	background: var(--card);
	color: var(--tx-2);
	font-size: 13.5px;
	font-weight: 600;
	max-width: 190px;
}
.acct__me:hover { border-color: var(--brand); color: var(--brand); }
.acct__me img { width: 30px; height: 30px; border-radius: 50%; object-fit: cover; flex: 0 0 auto; }
.acct__nm { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.acct__pop {
	position: absolute;
	inset-inline-start: 0;
	top: calc(100% + 10px);
	width: 268px;
	z-index: 95;
	padding: 18px;
	background: var(--card);
	border: 1px solid var(--line);
	border-radius: var(--r);
	box-shadow: var(--sh-3);
}
.acct__pop[hidden] { display: none; }
.acct__pop--menu { padding: 14px; }

.acct__form h4 { margin: 0 0 14px; font-size: 15px; }
.acct__links { display: flex; justify-content: space-between; gap: 10px; margin-top: 14px; font-size: 12.5px; }

.acct__hd { display: flex; align-items: center; gap: 11px; padding-bottom: 13px; margin-bottom: 10px; border-bottom: 1px solid var(--line-2); }
.acct__hd img { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; }
.acct__hd b { display: block; font-size: 14px; }
.acct__hd span { font-size: 12px; color: var(--tx-3); }

.acct__menu { list-style: none; margin: 0 0 10px; padding: 0; display: grid; gap: 2px; }
.acct__menu a {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 9px 11px;
	border-radius: 8px;
	font-size: 13.5px;
	color: var(--tx-2);
}
.acct__menu a:hover { background: var(--brand-l); color: var(--brand); }
.acct__menu .ic { font-size: 14px; color: var(--tx-3); }
.acct__menu a:hover .ic { color: var(--brand); }
.acct__menu b { margin-inline-start: auto; font-size: 11.5px; color: var(--tx-3); font-weight: 600; }

.acct__out {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 11px;
	border-top: 1px solid var(--line-2);
	font-size: 13.5px;
	color: var(--err);
	font-weight: 600;
}
.acct__out:hover { color: var(--err); }

@media (max-width: 700px) {
	.acct__nm { display: none; }
	.acct__me { padding: 4px; }
	.acct__pop { width: min(280px, calc(100vw - 32px)); }
}


/* =====================================================================
   نمایه‌ی کاربر
   ===================================================================== */

.usr-head {
	display: flex;
	align-items: center;
	gap: 22px;
	flex-wrap: wrap;
	padding: 26px 28px;
	margin-bottom: 20px;
	border-radius: var(--r);
	background: linear-gradient(135deg, var(--ink) 0%, #1A3D5E 100%);
	color: var(--tx-d);
}

.usr-head__ava { position: relative; flex: 0 0 auto; }
.usr-head__ava img {
	width: 88px; height: 88px;
	border-radius: 50%;
	object-fit: cover;
	border: 3px solid rgba(255,255,255,.16);
}
.usr-dot {
	position: absolute;
	inset-inline-end: 3px;
	bottom: 3px;
	width: 16px; height: 16px;
	border-radius: 50%;
	background: var(--tx-3);
	border: 3px solid var(--ink);
	text-decoration: none;
}
.usr-dot--on { background: #34D399; }

.usr-head__bd { flex: 1; min-width: 220px; }
.usr-head__bd h1 { color: #fff; font-size: 25px; margin: 0 0 10px; }

.usr-head__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 14px; margin-bottom: 16px; }
.usr-tag {
	padding: 4px 12px;
	border-radius: 100px;
	background: rgba(224,164,88,.18);
	color: var(--accent);
	font-size: 12.5px;
	font-weight: 700;
}
.usr-state { font-size: 12.5px; color: var(--tx-d2); }
.usr-state--on { color: #34D399; }

.usr-head__acts { display: flex; flex-wrap: wrap; gap: 9px; }
.usr-head__acts a {
	display: inline-flex;
	align-items: center;
	padding: 8px 15px;
	border: 1px solid var(--ink-line);
	border-radius: var(--r-sm);
	background: rgba(255,255,255,.05);
	color: var(--tx-d);
	font-size: 13px;
	font-weight: 600;
}
.usr-head__acts a:hover { background: var(--accent); border-color: var(--accent); color: #3A2609; }
.usr-head__acts:empty { display: none; }

.usr-stats { margin-bottom: 22px; }

.usr-sec {
	margin: 26px 0 16px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--line-2);
	font-size: 16px;
}
.usr-sec:first-child { margin-top: 0; }

.usr-list { list-style: none; margin: 0; padding: 0; }
.usr-list li {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px;
	padding: 12px 0;
	border-bottom: 1px solid var(--line-2);
	font-size: 14.5px;
}
.usr-list li:last-child { border-bottom: 0; }
.usr-list span { color: var(--tx-2); }
.usr-list b { font-weight: 600; text-align: end; }

.usr-save {
	display: flex;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
	margin-top: 26px;
	padding-top: 20px;
	border-top: 1px solid var(--line-2);
}
.usr-del a, .usr-del b { font-size: 13px; color: var(--err); font-weight: 600; cursor: pointer; }

/* دکمه‌هایی که خود دیتالایف در فرم می‌سازد */
#options .bbcodes, #options input[type="button"] {
	display: inline-flex;
	align-items: center;
	padding: 9px 16px;
	border: 1px solid var(--line);
	border-radius: var(--r-sm);
	background: var(--card);
	color: var(--tx-2);
	font: 600 13px 'Vazirmatn', sans-serif;
	cursor: pointer;
}

/* جدول‌های خام دیتالایف (کاربران برتر، فهرست‌ها) */
.card table:not(.no-style) { width: 100%; border-collapse: collapse; font-size: 14px; }
.card table:not(.no-style) th,
.card table:not(.no-style) td { padding: 11px 14px; border-bottom: 1px solid var(--line-2); text-align: start; }
.card table:not(.no-style) th { color: var(--tx-2); font-weight: 700; background: var(--paper); }
.card table:not(.no-style) tr:last-child td { border-bottom: 0; }

@media (max-width: 620px) {
	.usr-head { padding: 20px; gap: 16px; }
	.usr-head__ava img { width: 70px; height: 70px; }
	.usr-head__bd h1 { font-size: 21px; }
}

/* =====================================================================
   zizi — لایه‌ی هویت و صفحه‌ی اصلی سینمایی
   Design dials: variance 9 / motion 8 / density 3
   ===================================================================== */
:root {
	--z-ink:#0b0c0c; --z-ink-2:#131515; --z-paper:#eeeDE8; --z-lime:#c8ff38;
	--z-line:rgba(255,255,255,.16); --z-muted:#9b9f9b; --z-ease:cubic-bezier(.22,1,.36,1);
	--brand:#151717; --brand-d:#050606; --brand-l:#ecf9cb; --accent:#92bd16;
}
html { scroll-behavior:smooth; scroll-padding-top:90px; }
body { background:var(--z-paper); color:var(--z-ink); }
::selection { background:var(--z-lime); color:var(--z-ink); }
.wrap { width:min(100% - 48px, 1360px); }
.scroll-progress { position:fixed; top:0; right:0; left:0; height:2px; z-index:300; pointer-events:none; }
.scroll-progress span { display:block; width:100%; height:100%; background:var(--z-lime); transform:scaleX(0); transform-origin:right; }
.z-hd { top:14px; right:20px; left:20px; width:auto; color:#fff; background:rgba(11,12,12,.76); border:1px solid rgba(255,255,255,.13); border-radius:16px; backdrop-filter:blur(18px); -webkit-backdrop-filter:blur(18px); box-shadow:none; }
.z-hd.stuck { background:rgba(11,12,12,.92); box-shadow:0 14px 40px rgba(0,0,0,.18); }
.z-hd .hd__in { min-height:72px; }
.z-hd .logo__tx b { color:#fff; font-size:24px; line-height:1; letter-spacing:-1px; font-weight:900; }
.z-hd .logo__tx span { color:#929792; font-size:10px; }
.z-hd .nav>li>a { color:#c7cac7; font-size:13px; }
.z-hd .nav>li>a:hover,.z-hd .nav>li.on>a { color:var(--z-lime); }
.z-hd .ico-btn { border-color:rgba(255,255,255,.16); color:#fff; background:transparent; }
.z-hd .hd-search { background:#111313; border-top-color:rgba(255,255,255,.1); border-radius:0 0 16px 16px; }
.z-hd .hd-search input { background:#1b1d1d; border-color:rgba(255,255,255,.15); color:#fff; }
.z-btn { display:inline-flex; align-items:center; justify-content:center; gap:18px; min-height:48px; padding:0 22px; border:1px solid var(--z-lime); border-radius:100px; background:var(--z-lime); color:var(--z-ink); font-weight:800; cursor:pointer; transition:color .25s,background .25s,transform .25s; }
.z-btn:hover { background:transparent; color:var(--z-lime); transform:translateY(-2px); }
.z-btn:active { transform:translateY(1px); }
.mnav { background:#101212; color:#fff; }
.mnav__label { color:#777; padding:16px 22px 4px; font-size:11px; letter-spacing:.08em; }
.mnav__list>li>a { color:#fff; font-size:clamp(24px,8vw,38px); font-weight:700; padding:12px 22px; }
.mnav__list>li>a:hover { color:var(--z-lime); }
.mnav .logo__tx b { color:#fff; font-size:24px; }
.mnav .btn-ghost { color:#fff; border-color:#444; }

.z-home { overflow:clip; background:var(--z-paper); }
.z-hero { position:relative; min-height:100dvh; overflow:hidden; background:var(--z-ink); color:#fff; isolation:isolate; }
.z-hero__media { position:absolute; inset:-8%; z-index:-4; background:url('../images/zizi-hero.png') 32% center/cover no-repeat; transform:scale(1.06); will-change:transform; }
.z-hero__shade { position:absolute; inset:0; z-index:-2; background:linear-gradient(90deg,rgba(8,9,9,.08) 0%,rgba(8,9,9,.2) 43%,rgba(8,9,9,.9) 73%,#090a0a 100%),linear-gradient(0deg,rgba(0,0,0,.6),transparent 45%); }
.z-particles { position:absolute; inset:0; z-index:-1; width:100%; height:100%; opacity:.65; pointer-events:none; }
.z-hero__inner { position:relative; min-height:100dvh; display:flex; align-items:center; padding-top:120px; padding-bottom:130px; }
.z-hero__copy { width:min(690px,58%); margin-inline-end:auto; }
.z-kicker { display:flex; align-items:center; gap:11px; color:#b9bdb9; font-size:12px; font-weight:600; letter-spacing:.02em; }
.z-kicker span,.z-kicker i { display:inline-block; width:7px; height:7px; border-radius:50%; background:var(--z-lime); box-shadow:0 0 0 5px rgba(200,255,56,.12); }
.z-hero h1 { margin:28px 0 26px; color:#fff; font-size:clamp(64px,7.7vw,132px); line-height:.9; letter-spacing:-.075em; font-weight:900; }
.z-hero h1 em { color:var(--z-lime); font-style:normal; font-weight:300; }
.z-hero__lead { max-width:570px; margin:0 0 34px; color:#b8bcb8; font-size:clamp(16px,1.3vw,20px); line-height:2; }
.z-hero__actions { display:flex; align-items:center; gap:28px; flex-wrap:wrap; }
.z-btn--lime { min-height:58px; padding:0 28px; }
.z-textlink { display:inline-flex; align-items:center; gap:14px; padding-block:8px; border-bottom:1px solid currentColor; color:inherit; font-size:14px; font-weight:700; }
.z-textlink:hover { color:var(--z-lime); }
.z-hero__meta { position:absolute; inset-inline-start:0; bottom:105px; display:flex; flex-direction:column; gap:4px; color:#b9bdb9; font-size:10px; writing-mode:vertical-rl; }
.z-hero__meta b { color:#fff; }
.z-hero__marquee { position:absolute; right:0; bottom:0; width:100%; border-top:1px solid rgba(255,255,255,.16); background:rgba(8,9,9,.38); overflow:hidden; white-space:nowrap; direction:ltr; }
.z-hero__marquee div { width:max-content; padding:13px 0; color:#a7aaa7; font:500 11px/1 Arial,sans-serif; letter-spacing:.28em; animation:z-marquee 26s linear infinite; }
@keyframes z-marquee { to { transform:translateX(-50%); } }

.z-intro { padding:clamp(100px,14vw,210px) 0; }
.z-intro__grid { display:grid; grid-template-columns:minmax(170px,.5fr) 2fr; gap:40px; }
.z-section-index { color:#202322; font-size:13px; font-weight:800; }
.z-section-index span { color:#858985; font-weight:500; margin-inline-start:8px; }
.z-statement { max-width:1040px; margin:0; font-size:clamp(40px,6.2vw,90px); line-height:1.12; letter-spacing:-.055em; font-weight:700; }
.z-statement span { color:#7e837f; font-weight:300; }
.z-intro__sub { display:grid; grid-template-columns:1fr auto; align-items:end; gap:70px; max-width:650px; margin:80px 0 0 auto; }
.z-intro__sub p { margin:0; color:#5c615d; font-size:16px; line-height:2; }
.z-round-link { width:76px; height:76px; display:grid; place-items:center; flex:0 0 auto; border:1px solid #1d211f; border-radius:50%; color:#111; font-size:28px; transition:.35s var(--z-ease); }
.z-round-link:hover { background:var(--z-ink); color:var(--z-lime); transform:rotate(-18deg); }

.z-services { min-height:300vh; background:var(--z-ink); color:#fff; }
.z-services__stage { position:sticky; top:0; min-height:100dvh; display:grid; grid-template-columns:46% 54%; overflow:hidden; }
.z-services__visual { position:relative; display:grid; place-items:center; overflow:hidden; background:#191b1b; }
.z-services__visual::before { content:""; position:absolute; inset:0; background:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px); background-size:60px 60px; mask-image:linear-gradient(to bottom,transparent,#000 20%,#000 80%,transparent); }
.z-orbit { position:relative; width:min(58vw,470px); aspect-ratio:1; display:grid; place-items:center; border:1px solid rgba(255,255,255,.12); border-radius:50%; will-change:transform; }
.z-orbit::before,.z-orbit::after,.z-orbit i { content:""; position:absolute; inset:12%; border:1px solid rgba(200,255,56,.3); border-radius:50%; transform:rotate(55deg) scaleY(.35); }
.z-orbit::after { transform:rotate(-55deg) scaleY(.35); }
.z-orbit i:nth-child(1) { transform:rotate(0deg) scaleY(.35); animation:z-spin 12s linear infinite; }
.z-orbit i:nth-child(2) { inset:23%; border-color:rgba(255,255,255,.16); animation:z-spin 18s linear infinite reverse; }
.z-orbit i:nth-child(3) { inset:4%; border-style:dashed; border-color:rgba(255,255,255,.1); animation:z-spin 28s linear infinite; }
.z-orbit b { width:115px; height:115px; display:grid; place-items:center; border-radius:50%; background:var(--z-lime); color:#0a0b0b; font:900 72px/1 Arial,sans-serif; box-shadow:0 0 80px rgba(200,255,56,.2); }
@keyframes z-spin { to { transform:rotate(415deg) scaleY(.35); } }
.z-visual-label { position:absolute; left:28px; bottom:24px; color:#6d726d; font:10px Arial,sans-serif; letter-spacing:.18em; }
.z-services__content { align-self:center; padding:100px clamp(32px,7vw,110px) 70px clamp(24px,5vw,80px); }
.z-services__content .z-section-index { color:#fff; }
.z-services__content h2 { margin:38px 0 45px; color:#fff; font-size:clamp(42px,5.5vw,78px); line-height:1.14; letter-spacing:-.055em; }
.z-service { display:grid; grid-template-columns:42px 1fr auto; align-items:center; gap:20px; padding:22px 0; border-top:1px solid rgba(255,255,255,.15); color:#fff; }
.z-service:last-child { border-bottom:1px solid rgba(255,255,255,.15); }
.z-service small { color:#747974; }
.z-service h3 { margin:0 0 5px; color:#fff; font-size:clamp(18px,1.7vw,25px); transition:.25s; }
.z-service p { margin:0; color:#777c78; font-size:13px; }
.z-service>span { color:var(--z-lime); font-size:25px; opacity:0; transform:translate(10px,-10px); transition:.3s var(--z-ease); }
.z-service:hover h3 { color:var(--z-lime); padding-inline-start:7px; }
.z-service:hover>span { opacity:1; transform:none; }
.z-service.is-active h3 { color:var(--z-lime); padding-inline-start:7px; }
.z-service.is-active>span { opacity:1; transform:none; }

.z-work { padding:clamp(100px,13vw,190px) 0; background:var(--z-paper); }
.z-work__head { display:grid; grid-template-columns:.6fr 1.3fr .8fr; gap:40px; align-items:end; margin-bottom:90px; }
.z-work__head h2,.z-journal h2 { margin:0; font-size:clamp(48px,6vw,86px); line-height:1.08; letter-spacing:-.06em; }
.z-work__head p { margin:0; color:#686d69; line-height:2; }
.z-project { margin-bottom:100px; }
.z-project a { color:inherit; }
.z-project__art { position:relative; height:clamp(430px,58vw,760px); overflow:hidden; background:#d6d9d3; transform-style:preserve-3d; transition:transform .3s ease-out; }
.z-project__tag { position:absolute; top:24px; right:24px; z-index:4; padding:9px 15px; border-radius:100px; background:rgba(10,11,11,.82); color:#fff; font-size:11px; backdrop-filter:blur(8px); }
.z-project__art--one { display:grid; place-items:center; background:radial-gradient(circle at 65% 30%,#eaffad,transparent 28%),linear-gradient(135deg,#aeb6aa,#e3e5df); }
.z-project__art--one::after { content:"NAVA / DIGITAL BANK"; position:absolute; left:3%; bottom:-4%; color:rgba(255,255,255,.52); font:900 clamp(55px,10vw,155px)/1 Arial,sans-serif; white-space:nowrap; }
.z-device { position:relative; z-index:2; width:min(72%,780px); aspect-ratio:1.85; padding:12px; border-radius:26px; background:#111; box-shadow:0 60px 90px rgba(33,41,33,.28); transform:rotate(-7deg) perspective(900px) rotateX(5deg); }
.z-device__screen { height:100%; padding:8%; overflow:hidden; border-radius:17px; background:#f1f3eb; color:#101212; }
.z-device__screen b { font:900 clamp(40px,6vw,90px)/1 Arial,sans-serif; }
.z-device__screen i { display:block; height:8px; width:80%; margin-top:10%; background:#c8ff38; }
.z-device__screen i:nth-of-type(2) { width:55%; background:#d4d7d0; }.z-device__screen i:nth-of-type(3) { width:35%; background:#111; }
.z-project__art--one>strong { position:absolute; right:4%; bottom:3%; color:#111; font:900 70px/1 Arial,sans-serif; }
.z-project__caption { display:flex; align-items:center; justify-content:space-between; gap:20px; padding-top:24px; }
.z-project__caption h3 { margin:0; font-size:clamp(25px,3vw,40px); }.z-project__caption span { font-size:13px; border-bottom:1px solid; }
.z-project-grid { display:grid; grid-template-columns:1fr 1fr; gap:clamp(35px,7vw,105px); }
.z-project-grid .z-project__art { height:auto; aspect-ratio:.84; }
.z-project--offset { margin-top:160px; }
.z-project__art--two { display:grid; place-items:center; background:#c7ff36; }
.z-poster { width:62%; aspect-ratio:.72; padding:12%; background:#101212; color:#fff; transform:rotate(6deg); box-shadow:25px 35px 0 rgba(0,0,0,.09); }
.z-poster small { display:block; font-size:clamp(18px,2.5vw,34px); line-height:1.4; }.z-poster b { display:block; margin-top:60%; font:900 clamp(50px,8vw,110px)/1 Arial,sans-serif; }
.z-project__art--three { display:grid; place-items:center; background:#151717; color:#fff; }
.z-sphere { width:62%; aspect-ratio:1; border-radius:50%; background:radial-gradient(circle at 30% 25%,#fff,transparent 4%),radial-gradient(circle at 40% 35%,#a7a7a7,#0d0e0e 66%); box-shadow:0 0 100px rgba(255,255,255,.13); }
.z-sphere-word { position:absolute; font:900 clamp(65px,9vw,130px)/1 Arial,sans-serif; letter-spacing:-.08em; mix-blend-mode:difference; }

.z-manifesto { position:relative; min-height:110vh; display:grid; align-items:center; overflow:hidden; background:#090a0a; color:#fff; isolation:isolate; }
.z-manifesto__bg { position:absolute; inset:-15%; z-index:-2; background:url('../images/zizi-hero.png') left center/cover no-repeat; filter:grayscale(1) contrast(1.15); opacity:.38; transform:scale(1.1); }
.z-manifesto::after { content:""; position:absolute; inset:0; z-index:-1; background:linear-gradient(90deg,rgba(0,0,0,.2),#090a0a 82%); }
.z-manifesto__inner { display:grid; grid-template-columns:.5fr 2fr; gap:35px; align-items:start; }
.z-manifesto .z-section-index { color:var(--z-lime); }
.z-manifesto blockquote { margin:0; color:#fff; font-size:clamp(45px,7vw,100px); line-height:1.18; letter-spacing:-.06em; font-weight:700; }
.z-manifesto blockquote em { color:var(--z-lime); font-style:normal; font-weight:300; }
.z-manifesto p { grid-column:2; max-width:520px; margin:55px 0 0 auto; color:#aaa; font-size:16px; line-height:2; }

.z-numbers { padding:120px 0; background:var(--z-lime); }
.z-number-grid { display:grid; grid-template-columns:repeat(4,1fr); margin-top:65px; border-top:1px solid rgba(0,0,0,.28); }
.z-number { padding:42px 24px 0; border-inline-start:1px solid rgba(0,0,0,.24); }.z-number:first-child { border-inline-start:0; }
.z-number strong { display:block; font:300 clamp(70px,9vw,135px)/1 'Vazirmatn',sans-serif; letter-spacing:-.08em; }.z-number strong::after { content:"+"; font-size:.32em; vertical-align:top; }
.z-number span { display:block; margin-top:18px; font-size:13px; font-weight:700; }
.z-journal { padding:clamp(100px,12vw,170px) 0; background:#e4e4df; }
.z-journal__head { display:flex; align-items:end; justify-content:space-between; gap:30px; margin-bottom:65px; }
.z-journal .z-section-index { margin-bottom:24px; }.z-journal .z-textlink { color:#111; }.z-journal .z-textlink:hover { color:#59620d; }
.z-post-grid .post { background:transparent; border:0; border-top:1px solid #aaa; border-radius:0; box-shadow:none; }

.z-contact { position:relative; overflow:hidden; padding:clamp(100px,14vw,200px) 0 74px; background:#0b0c0c; color:#fff; }
.z-contact::before { content:"zizi"; position:absolute; left:-3%; top:-14%; color:rgba(255,255,255,.025); font:900 40vw/1 Arial,sans-serif; letter-spacing:-.12em; }
.z-contact__inner { position:relative; display:flex; align-items:center; justify-content:space-between; gap:60px; }
.z-contact h2 { margin:30px 0 0; color:#fff; font-size:clamp(55px,8vw,120px); line-height:1.05; letter-spacing:-.07em; }
.z-contact__orb { position:relative; width:clamp(180px,20vw,280px); aspect-ratio:1; display:flex; flex-direction:column; align-items:center; justify-content:center; flex:0 0 auto; border-radius:50%; background:var(--z-lime); color:#0b0c0c; font-size:17px; font-weight:800; transition:.5s var(--z-ease); }
.z-contact__orb::before { content:""; position:absolute; inset:-14px; border:1px solid rgba(200,255,56,.3); border-radius:50%; }.z-contact__orb b { margin-top:12px; font-size:34px; }.z-contact__orb:hover { transform:rotate(-9deg) scale(1.04); box-shadow:0 0 90px rgba(200,255,56,.2); }
.z-contact__ticker { position:absolute; bottom:0; right:0; left:0; overflow:hidden; border-top:1px solid rgba(255,255,255,.14); white-space:nowrap; direction:ltr; }.z-contact__ticker div { width:max-content; padding:17px 0; color:#7d817d; font:11px Arial,sans-serif; letter-spacing:.22em; animation:z-marquee 22s linear infinite; }

.ft { background:#080909; padding-top:70px; }.ft .logo__tx b { font-size:25px; }.ft .logo__tx span { color:#6f746f; }.ft a:hover { color:var(--z-lime); }.ft-soc a:hover { background:var(--z-lime); border-color:var(--z-lime); color:#0b0c0c; }.totop { background:var(--z-lime); color:#0b0c0c; }.totop:hover { background:#fff; }
.z-page { padding-top:135px; background:#e9e9e4; }.z-page .card { border-radius:4px; box-shadow:none; }.z-page .btn { border-radius:100px; background:#111; }.z-page .btn:hover { background:var(--z-lime); color:#111; }
.z-kicker { text-transform:none; }

.has-js .z-reveal { opacity:0; transform:translate3d(0,60px,0); transition:opacity .9s var(--z-ease),transform 1s var(--z-ease); }
.has-js .z-reveal[data-from="right"] { transform:translate3d(70px,0,0); }.has-js .z-reveal[data-from="left"] { transform:translate3d(-70px,0,0); }
.has-js .z-reveal.z-in { opacity:1; transform:none; }

@media (max-width:1050px) {
	.z-hd .nav,.z-hd .hd__cta { display:none; }.z-hd .burger { display:grid; }
	.z-hero__copy { width:min(700px,76%); }.z-services__stage { grid-template-columns:40% 60%; }.z-work__head { grid-template-columns:.5fr 1.5fr; }.z-work__head p { grid-column:2; }
	.z-number-grid { grid-template-columns:1fr 1fr; }.z-number:nth-child(3) { margin-top:40px; border-inline-start:0; }
}
@media (max-width:760px) {
	.wrap { width:min(100% - 32px,1360px); }.z-hd { top:8px; right:8px; left:8px; border-radius:13px; }.z-hd .hd__in { min-height:62px; }.z-hd .logo__tx span,.z-hd .js-search,.z-hd .acct { display:none; }
	.z-hero__media { inset:-4%; background-position:25% center; opacity:.78; }.z-hero__shade { background:linear-gradient(90deg,transparent,#080909 86%),linear-gradient(0deg,#080909 3%,transparent 55%); }
	.z-hero__inner { align-items:flex-end; padding-top:120px; padding-bottom:125px; }.z-hero__copy { width:100%; margin:0; }.z-hero h1 { font-size:clamp(58px,19vw,90px); }.z-hero__lead { max-width:90%; font-size:15px; }.z-hero__meta { display:none; }.z-hero__actions { gap:20px; }
	.z-intro__grid,.z-manifesto__inner { grid-template-columns:1fr; }.z-statement { margin-top:45px; font-size:clamp(38px,12vw,62px); }.z-intro__sub { margin-top:50px; gap:25px; }
	.z-services { min-height:auto; }.z-services__stage { position:relative; display:block; }.z-services__visual { min-height:66vh; }.z-services__content { padding:80px 24px; }.z-services__content h2 { margin-top:28px; }.z-service { grid-template-columns:32px 1fr auto; }.z-service p { display:none; }
	.z-work__head { grid-template-columns:1fr; margin-bottom:55px; }.z-work__head h2,.z-work__head p { grid-column:auto; }.z-work__head h2 { margin-top:35px; }.z-project { margin-bottom:65px; }.z-project__art { height:auto; aspect-ratio:.78; }.z-device { width:90%; transform:rotate(-5deg); }.z-project-grid { grid-template-columns:1fr; }.z-project--offset { margin-top:0; }.z-project__caption { align-items:flex-end; }.z-project__caption h3 { max-width:70%; }.z-project__caption span { font-size:11px; }
	.z-manifesto { min-height:90vh; }.z-manifesto blockquote { margin-top:45px; }.z-manifesto p { grid-column:auto; margin-top:40px; }
	.z-number-grid { gap:0; }.z-number { padding:28px 12px 0; }.z-number:nth-child(2n+1) { border-inline-start:0; }.z-number strong { font-size:clamp(60px,20vw,90px); }
	.z-journal__head { display:block; }.z-journal__head .z-textlink { margin-top:35px; }.z-contact__inner { display:block; }.z-contact h2 { font-size:clamp(50px,16vw,78px); }.z-contact__orb { margin:65px auto 0; }
}
@media (max-width:430px) { .z-btn--lime { width:100%; }.z-hero__actions .z-textlink { margin-inline-start:6px; }.z-intro__sub { grid-template-columns:1fr; }.z-round-link { width:62px;height:62px; }.z-number span { font-size:11px; }.z-project__caption h3 { font-size:23px; } }
@media (prefers-reduced-motion:reduce) {
	.z-hero__marquee div,.z-contact__ticker div,.z-orbit i { animation:none!important; }.z-hero__media,.z-manifesto__bg,[data-parallax] { transform:none!important; }.has-js .z-reveal { opacity:1;transform:none; }
}
@media (prefers-reduced-transparency:reduce) { .z-hd { background:#0b0c0c; backdrop-filter:none; } }

/* =====================================================================
   zizi refinement v2 — navigation, rhythm, icon language, service scenes
   ===================================================================== */
.z-home .btn,.z-home .z-btn,.z-home button,.z-hd .btn,.z-hd button {
	text-shadow:none!important; box-shadow:none!important;
}
.z-hd {
	position:fixed; top:18px; right:0; left:0; width:100%; padding:0 24px; color:#fff;
	background:transparent; border:0; border-radius:0; backdrop-filter:none; -webkit-backdrop-filter:none;
}
.z-hd.stuck { background:transparent; box-shadow:none; }
.z-hd>.wrap { width:min(100%,1440px); }
.z-hd .hd__in { min-height:64px; gap:14px; }
.z-hd .z-logo,.z-hd nav,.z-hd .hd__acts {
	min-height:58px; border:1px solid rgba(255,255,255,.14); background:rgba(8,10,9,.82);
	backdrop-filter:blur(18px) saturate(130%); -webkit-backdrop-filter:blur(18px) saturate(130%);
}
.z-hd .z-logo { padding:7px 10px 7px 18px; border-radius:17px; }
.z-hd nav { display:flex; align-items:center; padding:0 11px; border-radius:17px; }
.z-hd .nav { gap:2px; }
.z-hd .nav>li>a { position:relative; padding:11px 15px; border-radius:11px; color:#d6d9d6; }
.z-hd .nav>li>a::after { content:""; position:absolute; right:15px; left:15px; bottom:5px; height:2px; background:var(--z-lime); transform:scaleX(0); transition:.25s var(--z-ease); }
.z-hd .nav>li>a:hover,.z-hd .nav>li.on>a { color:#fff; background:rgba(255,255,255,.06); }
.z-hd .nav>li>a:hover::after,.z-hd .nav>li.on>a::after { transform:scaleX(1); }
.z-hd .hd__acts { padding:5px; border-radius:17px; }
.z-hd .hd__acts .ico-btn { width:46px; height:46px; border:0; border-radius:12px; }
.z-hd .hd__cta { min-height:46px; padding:0 18px; border-radius:12px; }
.z-hd .hd__cta .ic { font-size:17px; }
.z-hd .hd-search { position:absolute; top:calc(100% + 8px); right:24px; left:24px; border:0; border-radius:16px; }
.z-hd .hd-search.open { border:1px solid rgba(255,255,255,.13); }

.z-btn { gap:12px; line-height:1; text-shadow:none; box-shadow:none; }
.z-btn .ic { width:19px; height:19px; transition:transform .25s var(--z-ease); }
.z-btn:hover .ic { transform:rotate(-8deg); }
.z-btn--lime { min-height:60px; padding:0 27px; }
.z-textlink { gap:10px; text-shadow:none; }.z-textlink .ic { width:18px; height:18px; }
.z-round-link { font-size:inherit; }.z-round-link .ic { width:24px; height:24px; }

.z-hero__inner { padding-top:clamp(140px,15vh,190px); padding-bottom:clamp(120px,14vh,165px); }
.z-hero h1 { margin-top:34px; margin-bottom:34px; }
.z-hero__lead { margin-bottom:42px; }
.z-intro { padding:clamp(120px,15vw,220px) 0 clamp(100px,13vw,180px); }
.z-intro__sub { margin-top:72px; }
.z-methods { display:flex; align-items:center; justify-content:space-between; gap:16px; margin-top:90px; padding:25px 0; border-top:1px solid #b9bbb6; border-bottom:1px solid #b9bbb6; }
.z-methods span { display:flex; align-items:center; gap:9px; font-size:13px; font-weight:750; white-space:nowrap; }
.z-methods .ic { width:20px; height:20px; color:#343735; }.z-methods b { width:clamp(15px,4vw,65px); height:1px; background:#a8aaa5; }

.z-services { min-height:400vh; }
.z-services__stage { position:sticky; top:0; min-height:100dvh; display:block; overflow:hidden; background:#080909; }
.z-services__visual { position:absolute; inset:0; z-index:0; display:block; background:#080909; }
.z-services__visual::before { z-index:3; background:linear-gradient(90deg,rgba(7,8,8,.04) 0%,rgba(7,8,8,.18) 42%,rgba(7,8,8,.96) 76%,#070808 100%); mask-image:none; }
.z-services__visual::after { content:""; position:absolute; inset:0; z-index:3; background:linear-gradient(0deg,rgba(0,0,0,.5),transparent 32%,rgba(0,0,0,.16)); pointer-events:none; }
.z-service-bg { position:absolute; inset:-2%; background-position:center; background-size:cover; opacity:0; transform:scale(1.08); filter:saturate(.82) contrast(1.06); transition:opacity .85s var(--z-ease),transform 1.25s var(--z-ease); }
.z-service-bg.is-active { opacity:1; transform:scale(1.015); }
.z-service-visual__ui { position:absolute; z-index:5; left:30px; right:30px; bottom:25px; display:flex; justify-content:space-between; align-items:center; color:rgba(255,255,255,.7); font:10px Arial,sans-serif; letter-spacing:.15em; direction:ltr; }
.z-service-visual__ui b { display:flex; align-items:baseline; gap:6px; }.z-service-visual__ui i { color:var(--z-lime); font-size:25px; font-style:normal; }
.z-service-cross { position:absolute; z-index:5; left:48%; top:22%; width:38px; height:38px; opacity:.65; }.z-service-cross i { position:absolute; background:var(--z-lime); }.z-service-cross i:first-child { width:100%; height:1px; top:50%; }.z-service-cross i:last-child { height:100%; width:1px; left:50%; }
.z-services__content { position:relative; z-index:5; width:min(700px,54%); min-height:100dvh; display:flex; flex-direction:column; justify-content:center; margin-inline-end:auto; padding:clamp(105px,12vh,150px) clamp(38px,6vw,92px) 70px; background:linear-gradient(90deg,transparent,rgba(7,8,8,.3)); }
.z-services__content h2 { margin:28px 0 38px; font-size:clamp(42px,4.7vw,72px); }
.z-service { grid-template-columns:34px 46px 1fr auto; gap:15px; min-height:92px; padding:18px 0; opacity:.48; border-color:rgba(255,255,255,.2); transition:opacity .35s,background .35s,padding .35s; }
.z-service>.ic { width:25px; height:25px; color:#fff; }
.z-service>span { min-width:80px; color:var(--z-lime); font-size:10px; opacity:0; transform:none; }
.z-service:hover,.z-service.is-active { opacity:1; padding-inline:12px; background:rgba(255,255,255,.055); }
.z-service:hover h3,.z-service.is-active h3 { padding:0; color:#fff; }
.z-service.is-active>.ic { color:var(--z-lime); }
.z-service:hover>span,.z-service.is-active>span { opacity:1; }

.z-work { padding:clamp(130px,14vw,210px) 0; }.z-work__head { margin-bottom:clamp(70px,8vw,115px); }
.z-project { margin-bottom:clamp(85px,9vw,130px); }.z-project__caption { padding-top:28px; }
.z-project__caption span { display:inline-flex; align-items:center; gap:8px; padding:9px 0; }.z-project__caption .ic { width:18px; height:18px; }
.z-manifesto__inner { padding-block:110px; }
.z-numbers { padding:clamp(110px,11vw,160px) 0; }
.z-journal { padding:clamp(120px,13vw,190px) 0; }
.z-contact { padding:clamp(130px,15vw,220px) 0 74px; }
.z-contact__orb { gap:12px; text-align:center; }.z-contact__orb>.ic { width:34px; height:34px; }.z-contact__orb small { font-size:10px; font-weight:500; opacity:.62; }

@media (max-width:1050px) {
	.z-hd { padding-inline:14px; }.z-hd nav { display:none; }.z-hd .hd__acts { margin-inline-start:auto; }
	.z-services__content { width:64%; }
}
@media (max-width:760px) {
	.z-hd { top:8px; right:0; left:0; padding-inline:8px; }.z-hd .hd__in { gap:8px; }.z-hd .z-logo,.z-hd .hd__acts { min-height:56px; }.z-hd .z-logo { padding:6px 8px 6px 13px; }.z-hd .hd__acts { margin:0; padding:4px; }.z-hd .burger { width:46px!important; height:46px!important; }.z-hd .hd-search { right:8px; left:8px; }
	.z-methods { display:grid; grid-template-columns:1fr 1fr; gap:18px; margin-top:55px; }.z-methods b { display:none; }.z-methods span { padding:12px; border:1px solid #c4c6c1; }
	.z-services { min-height:auto; padding:0; }.z-services__stage { position:relative; min-height:auto; }.z-services__visual { position:relative; min-height:62vh; }.z-services__visual::before { background:linear-gradient(0deg,#080909 0%,transparent 65%); }.z-service-bg:not(.is-active) { display:none; }
	.z-services__content { width:100%; min-height:auto; margin:0; padding:72px 20px 90px; background:#080909; }.z-service { grid-template-columns:28px 40px 1fr; min-height:92px; padding:20px 0; opacity:1; }.z-service>span { display:none; }.z-service p { display:block; font-size:12px; line-height:1.8; }.z-service:hover,.z-service.is-active { padding-inline:10px; }
	.z-work { padding:100px 0; }.z-project__caption { padding-top:20px; }.z-manifesto__inner { padding-block:80px; }
}
@media (prefers-reduced-transparency:reduce) { .z-hd .z-logo,.z-hd nav,.z-hd .hd__acts { background:#080909; backdrop-filter:none; } }

/* =====================================================================
   zizi refinement v3 — tactile imagery, rounded chapters, seamless motion
   ===================================================================== */
.z-hd { border:0!important; border-bottom:0!important; }
.z-hd .hd__in { border:0!important; }
.z-hero {
	min-height:calc(100dvh - 24px); margin:12px; border-radius:30px;
}
.z-hero__inner { min-height:calc(100dvh - 24px); }
.z-hero__media { background-image:url('../images/zizi-hero-v2.png'); background-position:34% center; }
.z-hero__shade { background:linear-gradient(90deg,rgba(5,6,6,.02) 0%,rgba(5,6,6,.12) 44%,rgba(5,6,6,.92) 75%,#070808 100%),linear-gradient(0deg,rgba(0,0,0,.55),transparent 38%); }
.z-hero__meta {
	position:absolute; left:20px; right:auto; bottom:65px; display:flex; flex-direction:row; align-items:center;
	gap:10px; padding:10px 13px; border:1px solid rgba(255,255,255,.18); border-radius:100px;
	background:rgba(8,9,9,.58); color:#d6d9d6; font-size:10px; writing-mode:horizontal-tb;
	backdrop-filter:blur(10px); -webkit-backdrop-filter:blur(10px);
}
.z-hero__meta .ic { width:15px; height:15px; color:var(--z-lime); }.z-hero__meta b { padding-inline-start:8px; border-inline-start:1px solid rgba(255,255,255,.25); }
.z-hero__marquee { border-top:0; background:rgba(8,9,9,.74); }
.z-hero__marquee .z-marquee__track { display:flex; width:max-content; padding:0; animation:z-marquee-seamless 24s linear infinite; }
.z-hero__marquee .z-marquee__track span { flex:none; padding:14px 28px; color:#b7bab7; font:500 11px/1 Arial,sans-serif; letter-spacing:.28em; }
@keyframes z-marquee-seamless { from { transform:translateX(0); } to { transform:translateX(-50%); } }

.z-intro { position:relative; margin:18px 12px; border-radius:30px; background:#f4f1e9; overflow:hidden; }
.z-intro::before { content:""; position:absolute; width:420px; height:420px; left:-140px; top:7%; border:1px solid rgba(14,16,15,.12); border-radius:50%; box-shadow:0 0 0 70px rgba(14,16,15,.025),0 0 0 140px rgba(14,16,15,.018); }
.z-intro__grid { position:relative; z-index:1; }
.z-approach-cards { display:grid; grid-template-columns:1.25fr 1fr 1fr; gap:14px; margin-top:26px; }
.z-approach-card { position:relative; min-height:310px; display:flex; flex-direction:column; padding:30px; overflow:hidden; border:1px solid #d3d0c8; border-radius:22px; background:#fffdf8; }
.z-approach-card>.ic { width:30px; height:30px; margin-bottom:auto; }.z-approach-card small { margin-top:45px; color:#8a8b86; font:600 10px Arial,sans-serif; letter-spacing:.12em; }
.z-approach-card h3 { margin:15px 0 9px; font-size:clamp(21px,2vw,29px); }.z-approach-card p { margin:0; color:#636660; font-size:13px; line-height:1.9; }
.z-approach-card>span { display:block; margin-top:25px; padding-top:14px; border-top:1px solid currentColor; font-size:11px; font-weight:750; }
.z-approach-card--dark { background:#171918; color:#fff; border-color:#171918; }.z-approach-card--dark h3 { color:#fff; }.z-approach-card--dark p,.z-approach-card--dark small { color:#aeb2ae; }
.z-approach-card--accent { background:#e85d3f; color:#1a1513; border-color:#e85d3f; }.z-approach-card--accent h3 { color:#1a1513; }.z-approach-card--accent p,.z-approach-card--accent small { color:#52251d; }

.z-services { margin:18px 12px; border-radius:30px; overflow:clip; }
.z-services__stage { top:12px; min-height:calc(100dvh - 24px); border-radius:30px; }
.z-services__content { min-height:calc(100dvh - 24px); }
.z-service-bg { border-radius:30px; }
.z-services__visual::before { border-radius:30px; background:linear-gradient(90deg,rgba(7,8,8,.02) 0%,rgba(7,8,8,.15) 40%,rgba(7,8,8,.97) 77%,#070808 100%); }
.z-service-bg { filter:saturate(.82) contrast(1.02); }

.z-project__art { border-radius:26px; }.z-device,.z-device__screen { border-radius:18px; }.z-project__tag { border-radius:12px; }
.z-manifesto { min-height:calc(100vh - 36px); margin:18px 12px; border-radius:30px; }.z-manifesto__bg { background-image:url('../images/zizi-hero-v2.png'); filter:saturate(.45) contrast(1.08); opacity:.34; }
.z-numbers { position:relative; margin:18px 12px; border-radius:30px; overflow:hidden; background:#111412; color:#fff; isolation:isolate; }
.z-numbers::before { content:""; position:absolute; inset:0; z-index:-2; background:radial-gradient(circle at 15% 20%,rgba(232,93,63,.24),transparent 30%),radial-gradient(circle at 82% 70%,rgba(70,91,190,.22),transparent 30%); }
.z-number-particles { position:absolute; inset:0; z-index:-1; width:100%; height:100%; opacity:.8; pointer-events:none; }
.z-numbers .z-section-index { color:#fff; }.z-numbers .z-section-index span { color:#9ea39e; }
.z-number-grid { border-color:rgba(255,255,255,.2); }.z-number { border-color:rgba(255,255,255,.18); }.z-number strong { color:#fff; }.z-number span { color:#bfc3bf; }
.z-journal { margin:18px 12px; border-radius:30px; }.z-contact { margin:18px 12px 12px; border-radius:30px; }

@media (max-width:760px) {
	.z-hero,.z-intro,.z-services,.z-manifesto,.z-numbers,.z-journal,.z-contact { margin:7px; border-radius:20px; }
	.z-hero { min-height:calc(100dvh - 14px); }.z-hero__inner { min-height:calc(100dvh - 14px); }.z-hero__media { background-position:41% center; }.z-hero__shade { background:linear-gradient(90deg,rgba(4,5,5,.08),rgba(4,5,5,.83) 91%),linear-gradient(0deg,#080909 0%,transparent 55%); }
	.z-hero__meta { display:none; }.z-hero__marquee .z-marquee__track span { padding-inline:20px; }
	.z-intro { padding-inline:10px; }.z-approach-cards { grid-template-columns:1fr; }.z-approach-card { min-height:260px; }
	.z-services__stage,.z-service-bg,.z-services__visual::before { border-radius:20px; }.z-services__stage { top:7px; }.z-project__art,.z-manifesto,.z-numbers,.z-journal,.z-contact { border-radius:20px; }
}
@media (prefers-reduced-motion:reduce) { .z-marquee__track { animation:none!important; } }

/* =====================================================================
   zizi refinement v4 — unified controls, quicker chapters, editorial belief
   ===================================================================== */
.z-hd .nav>li>a::after { display:none; }
.z-hd .nav>li>a:hover,.z-hd .nav>li.on>a { background:rgba(255,255,255,.09); }
.z-hd .hd__acts { gap:3px; }
.z-hd .hd__acts .ico-btn,.z-hd .hd__cta,.z-hd .acct__me {
	min-height:46px; height:46px; border:0; border-radius:12px; box-shadow:none!important;
	font-size:12px; font-weight:750; text-shadow:none!important; transition:background .25s,color .25s,transform .25s;
}
.z-hd .hd__acts .ico-btn { background:transparent; color:#eef0ed; }
.z-hd .hd__acts .ico-btn:hover { background:rgba(255,255,255,.09); color:#fff; transform:none; }
.z-hd .acct__me { max-width:165px; gap:8px; padding:5px 10px 5px 5px; background:transparent; color:#eef0ed; }
.z-hd .acct__me:hover { border:0; background:rgba(255,255,255,.09); color:#fff; }
.z-hd .acct__me img { width:34px; height:34px; border:1px solid rgba(255,255,255,.18); }
.z-hd .hd__cta { background:var(--z-lime); color:#10120f; }
.z-hd .hd__cta:hover { background:#fff; color:#10120f; transform:none; }

.z-scroll-mouse { position:relative; width:18px; height:28px; flex:0 0 auto; border:1.5px solid var(--z-lime); border-radius:10px; }
.z-scroll-mouse i { position:absolute; top:5px; left:50%; width:2px; height:6px; border-radius:2px; background:var(--z-lime); transform:translateX(-50%); animation:z-mouse-wheel 1.55s ease-in-out infinite; }
@keyframes z-mouse-wheel { 0% { opacity:0; transform:translate(-50%,0); } 28% { opacity:1; } 75%,100% { opacity:0; transform:translate(-50%,8px); } }

.z-intro__grid { display:block; }
.z-intro__grid>.z-section-index { margin-bottom:clamp(38px,5vw,74px); }
.z-statement { width:min(100%,1240px); }
.z-intro__sub { max-width:900px; margin-right:auto; }
.z-approach-cards { margin-top:clamp(48px,6vw,86px); }

.z-services { min-height:240vh; }

.z-manifesto { background:#f3eee5; color:#171918; }
.z-manifesto__bg { inset:-8%; background-image:url('../images/manifesto-v1.png'); background-position:left center; filter:none; opacity:1; }
.z-manifesto::after { background:linear-gradient(90deg,rgba(245,240,231,.05) 0%,rgba(245,240,231,.28) 42%,rgba(245,240,231,.96) 72%,#f5f0e7 100%); }
.z-manifesto .z-section-index { color:#e25539; }
.z-manifesto blockquote { color:#171918; }
.z-manifesto blockquote em { color:#e25539; }
.z-manifesto p { color:#555852; }

.z-page .side-cta { position:relative; overflow:hidden; border:0; border-radius:22px; background:#171918; }
.z-page .side-cta::before { content:""; position:absolute; width:150px; height:150px; top:-95px; left:-55px; border:1px solid rgba(190,255,35,.25); border-radius:50%; box-shadow:0 0 0 32px rgba(190,255,35,.035); pointer-events:none; }
.z-page .side-cta .btn { min-height:50px; border:1px solid var(--z-lime)!important; border-radius:13px; background:var(--z-lime)!important; color:#10120f!important; box-shadow:none!important; text-shadow:none!important; }
.z-page .side-cta .btn:hover { border-color:#fff!important; background:#fff!important; color:#10120f!important; }
.z-page .pager { gap:8px; margin-top:42px; padding-top:26px; border-top:1px solid #d9dad6; }
.z-page .pager a,.z-page .pager span { min-width:42px; height:42px; padding:0 11px; border:1px solid #d6d8d3; border-radius:12px; background:#fff; color:#454843; box-shadow:none; font-weight:750; }
.z-page .pager a:hover { border-color:#171918; background:#171918; color:#fff; transform:translateY(-2px); }
.z-page .pager span:not([class]) { border-color:#171918; background:#171918; color:#fff; }
.z-page .pager span.nav_ext { border-color:transparent; background:transparent; color:#8a8d87; }
.z-page .pager>span:has(a) { min-width:0; height:auto; padding:0; border:0; background:transparent; color:inherit; }
.z-page .pager a:empty { display:none; }

@media (max-width:760px) {
	.z-hd .acct__me { max-width:46px; padding:5px; }
	.z-hd .acct__me span { display:none; }
	.z-intro__grid>.z-section-index { margin-bottom:32px; }
	.z-intro__sub { margin-right:0; }
	.z-services { min-height:auto; }
	.z-manifesto__bg { background-position:34% center; opacity:.45; }
	.z-manifesto::after { background:linear-gradient(0deg,#f5f0e7 20%,rgba(245,240,231,.88) 64%,rgba(245,240,231,.45)); }
}
@media (prefers-reduced-motion:reduce) { .z-scroll-mouse i { animation:none; opacity:1; } }

/* =====================================================================
   zizi refinement v5 — selected work and search experience
   ===================================================================== */
.z-services { min-height:300vh; }

.z-work { position:relative; overflow:hidden; background:linear-gradient(145deg,#f2f0e9 0%,#e9e8e2 100%); }
.z-work::before { content:"SELECTED / WORK"; position:absolute; top:6%; left:-1%; color:rgba(20,22,21,.035); font:900 clamp(80px,14vw,220px)/.8 Arial,sans-serif; letter-spacing:-.08em; white-space:nowrap; pointer-events:none; }
.z-work__head { position:relative; grid-template-columns:.55fr 1.35fr .72fr; margin-bottom:0; padding:34px 0 42px; border-top:1px solid #bfc1bb; border-bottom:1px solid #bfc1bb; }
.z-work__head p { padding:20px 22px; border:1px solid #c8cac4; border-radius:18px; background:rgba(255,255,255,.45); color:#4d514c; }
.z-work__rail { display:flex; align-items:center; justify-content:space-between; gap:24px; margin:-1px 0 28px; padding:17px 0; border-bottom:1px solid #c9cbc5; color:#666a64; font-size:11px; letter-spacing:.03em; }
.z-work__rail span { display:flex; align-items:center; gap:8px; }
.z-work__rail b { color:#171918; font:800 22px/1 Arial,sans-serif; }
.z-project a { display:block; }
.z-project__art { border:1px solid rgba(18,20,19,.12); box-shadow:0 22px 55px rgba(22,25,22,.08); transition:transform .35s var(--z-ease),box-shadow .35s var(--z-ease); }
.z-project__art::before { content:""; position:absolute; inset:12px; z-index:5; border:1px solid rgba(255,255,255,.32); border-radius:18px; pointer-events:none; }
.z-project a:hover .z-project__art { box-shadow:0 34px 80px rgba(22,25,22,.14); }
.z-project__tag { display:flex; align-items:center; gap:7px; }
.z-project__tag::before { content:""; width:5px; height:5px; border-radius:50%; background:var(--z-lime); box-shadow:0 0 0 4px rgba(200,255,56,.14); }
.z-project__caption { align-items:flex-end; padding:24px 4px 0; border-top:0; }
.z-project__caption small { display:block; margin-bottom:8px; color:#747873; font-size:10px; font-weight:700; letter-spacing:.04em; }
.z-project__caption h3 { transition:color .25s; }
.z-project__caption>span { flex:0 0 auto; border:1px solid #c4c6c0; border-radius:100px; padding:10px 14px; transition:background .25s,color .25s,border-color .25s; }
.z-project a:hover .z-project__caption h3 { color:#e25539; }
.z-project a:hover .z-project__caption>span { border-color:#171918; background:#171918; color:#fff; }

.z-hd .hd-search {
	top:calc(100% + 14px); right:50%; left:auto; width:min(720px,calc(100% - 48px)); max-height:none;
	overflow:visible; border:1px solid rgba(255,255,255,.14); border-radius:22px; background:rgba(15,17,16,.96);
	box-shadow:0 28px 80px rgba(0,0,0,.34); opacity:0; visibility:hidden; pointer-events:none;
	transform:translate(50%,-12px) scale(.985); transform-origin:top center;
	transition:opacity .22s var(--z-ease),transform .3s var(--z-ease),visibility .22s;
	backdrop-filter:blur(22px) saturate(130%); -webkit-backdrop-filter:blur(22px) saturate(130%);
}
.z-hd .hd-search.open { max-height:none; border-color:rgba(255,255,255,.14); opacity:1; visibility:visible; pointer-events:auto; transform:translate(50%,0) scale(1); }
.z-hd .hd-search form { display:block; max-width:none; padding:22px; }
.hd-search__head { display:flex; align-items:center; justify-content:space-between; gap:20px; margin-bottom:18px; }
.hd-search__head>div { display:grid; gap:4px; }
.hd-search__head small { color:var(--z-lime); font:700 9px/1.4 Arial,sans-serif; letter-spacing:.16em; }
.hd-search__head strong { color:#fff; font-size:18px; }
.hd-search__close { width:38px; height:38px; display:grid; place-items:center; padding:0; border:1px solid rgba(255,255,255,.14); border-radius:11px; background:rgba(255,255,255,.05); color:#fff; cursor:pointer; }
.hd-search__close:hover { border-color:rgba(255,255,255,.3); background:rgba(255,255,255,.1); }
.hd-search__body { display:flex; gap:9px; }
.hd-search__field { min-width:0; flex:1; height:56px; display:flex; align-items:center; gap:10px; padding:0 16px; border:1px solid rgba(255,255,255,.14); border-radius:14px; background:#202322; transition:border-color .2s,box-shadow .2s; }
.hd-search__field:focus-within { border-color:var(--z-lime); box-shadow:0 0 0 3px rgba(200,255,56,.1); }
.hd-search__field>.ic { flex:0 0 auto; color:#9da19c; }
.z-hd .hd-search .hd-search__field input { height:100%; padding:0; border:0; border-radius:0; background:transparent; color:#fff; box-shadow:none; }
.z-hd .hd-search .hd-search__field input::placeholder { color:#818680; }
.hd-search__submit { min-width:112px; height:56px; gap:8px; border:0!important; border-radius:14px!important; background:var(--z-lime)!important; color:#121411!important; }
.hd-search__submit:hover { background:#fff!important; color:#121411!important; transform:none!important; }
.hd-search__foot { display:flex; align-items:center; justify-content:flex-end; gap:8px; margin-top:13px; color:#7f847f; font-size:10px; }
.hd-search__foot kbd { padding:3px 7px; border:1px solid rgba(255,255,255,.15); border-radius:6px; color:#adb1ad; font:600 9px Arial,sans-serif; }

.z-page .side-search { overflow:hidden; border:1px solid #d4d7d1; border-radius:12px; background:#fff; transition:border-color .2s,box-shadow .2s; }
.z-page .side-search:focus-within { border-color:#171918; box-shadow:0 0 0 3px rgba(23,25,24,.08); }
.z-page .side-search input[type="search"] { height:46px; padding:0 13px; border:0!important; border-radius:0!important; background:#fff; box-shadow:none!important; }
.z-page .side-search button { width:48px; padding:0; border:0; border-inline-start:1px solid #d4d7d1; border-radius:0!important; background:#171918; color:#fff; }
.z-page .side-search button:hover { background:var(--z-lime); color:#171918; }

@media (max-width:760px) {
	.z-services { min-height:auto; }
	.z-work__head { grid-template-columns:1fr; padding-block:28px; }
	.z-work__head p { padding:16px; }
	.z-work__rail { flex-wrap:wrap; gap:12px 24px; margin-bottom:22px; }
	.z-work__rail span:last-child { width:100%; }
	.z-project__caption { align-items:flex-start; }
	.z-project__caption>span { padding:9px 11px; font-size:10px; }
	.z-hd .hd-search { top:calc(100% + 8px); width:calc(100% - 16px); border-radius:18px; }
	.z-hd .hd-search form { padding:16px; }
	.hd-search__head strong { font-size:16px; }
	.hd-search__body { display:grid; }
	.hd-search__field,.hd-search__submit { width:100%; height:52px; }
	.hd-search__foot { display:none; }
}
@media (prefers-reduced-motion:reduce) { .z-hd .hd-search { transition:none; } }

/* =====================================================================
   Lingo language academy
   Liquid Glass is a web approximation using blur, layered highlights and
   solid fallbacks. It is not Apple's native Liquid Glass implementation.
   ===================================================================== */

:root {
	--brand:#00a6c4; --brand-d:#007f99; --brand-l:#cff8fb;
	--accent:#f06c3e; --accent-d:#d9532b;
	--ink:#062f45; --ink-2:#0a4057; --ink-line:#236178;
	--paper:#effbfe; --card:#ffffff; --line:#cce8ee; --line-2:#e3f2f5;
	--tx:#073247; --tx-2:#385d6c; --tx-3:#688895; --tx-d:#e7faff; --tx-d2:#acd1dc;
	--r-sm:12px; --r:20px; --r-lg:32px;
	--sh-1:0 1px 2px rgba(3,65,86,.06);
	--sh-2:0 12px 34px -18px rgba(3,77,101,.26);
	--sh-3:0 38px 90px -38px rgba(3,77,101,.38);
	--wrap:1240px; --gut:28px; --ease:cubic-bezier(.16,1,.3,1);
}

html[data-theme="dark"] {
	--brand:#48d7e6; --brand-d:#77e7f0; --brand-l:#0a4f60;
	--accent:#ff8255; --accent-d:#ff9a74;
	--ink:#071e29; --ink-2:#0b2b39; --ink-line:#245265;
	--paper:#061c27; --card:#0b2835; --line:#1b4657; --line-2:#123846;
	--tx:#e6f7fa; --tx-2:#accbd4; --tx-3:#7da3af;
}

body.lingo-body { background:var(--paper); color:var(--tx); font-size:15.5px; }
.skip-link { position:fixed; inset-inline-start:18px; top:-80px; z-index:999; padding:10px 16px; border-radius:10px; background:var(--ink); color:#fff; transition:top .2s; }
.skip-link:focus { top:12px; color:#fff; }
.l-home h1,.l-home h2,.l-home h3,.l-page h1,.l-page h2,.l-page h3 { color:var(--tx); letter-spacing:-.045em; }
.l-home h2 { font-size:clamp(34px,5vw,68px); line-height:1.16; }
.l-title { max-width:760px; margin-bottom:52px; }
.l-title h2 { margin-bottom:14px; }
.l-title p { max-width:630px; margin:0; color:var(--tx-2); font-size:17px; }
.l-section { position:relative; padding:clamp(84px,10vw,148px) 0; }
.l-mini { display:inline-block; margin-bottom:16px; color:var(--brand); font-size:13px; font-weight:800; }

.liquid-glass { position:relative; isolation:isolate; overflow:hidden; border:1px solid rgba(255,255,255,.5); background:linear-gradient(135deg,rgba(255,255,255,.5),rgba(255,255,255,.16)),rgba(220,248,252,.18); -webkit-backdrop-filter:blur(24px) saturate(155%); backdrop-filter:blur(24px) saturate(155%); box-shadow:inset 0 1px 0 rgba(255,255,255,.65),inset 0 -1px 0 rgba(255,255,255,.12),0 22px 70px rgba(1,62,82,.13); }
.liquid-glass::after { content:""; position:absolute; inset:1px; z-index:-1; border:1px solid rgba(255,255,255,.16); border-radius:inherit; pointer-events:none; }
html[data-theme="dark"] .liquid-glass { border-color:rgba(255,255,255,.15); background:linear-gradient(135deg,rgba(255,255,255,.13),rgba(255,255,255,.03)),rgba(7,37,50,.48); box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 24px 70px rgba(0,0,0,.3); }

.l-hd { top:12px; width:min(1240px,calc(100% - 28px)); margin:0 auto -76px; border:1px solid rgba(255,255,255,.58); border-radius:18px; background:rgba(239,251,254,.76); box-shadow:0 12px 40px rgba(3,67,88,.08); -webkit-backdrop-filter:blur(22px) saturate(160%); backdrop-filter:blur(22px) saturate(160%); }
.l-hd.stuck { box-shadow:0 18px 52px rgba(3,67,88,.16); }
html[data-theme="dark"] .l-hd { border-color:rgba(255,255,255,.12); background:rgba(6,28,39,.8); }
.l-hd .hd__in { min-height:62px; }
.l-logo img { width:42px; height:42px; }
.l-logo .logo__tx b { color:var(--tx); font-size:21px; }
.l-logo .logo__tx span { color:var(--tx-3); }
.l-hd .nav { display:flex; margin-inline:auto; }
.l-hd .nav>li>a { padding:10px 12px; color:var(--tx-2); }
.l-hd .nav>li>a:hover,.l-hd .nav>li.on>a { background:rgba(0,166,196,.11); color:var(--brand); }
.l-hd .ico-btn { border-color:var(--line); color:var(--tx); background:rgba(255,255,255,.38); }
html[data-theme="dark"] .l-hd .ico-btn { background:rgba(255,255,255,.05); }
.l-btn { min-height:46px; padding:13px 22px; border:0; border-radius:13px; background:var(--brand); color:#fff; box-shadow:0 12px 26px -15px rgba(1,78,102,.7); }
.l-btn:hover { background:var(--brand-d); color:#fff; transform:translateY(-2px); }
.l-btn:active { transform:translateY(1px) scale(.99); }
.l-btn--warm { background:var(--accent); color:#fff; box-shadow:0 16px 30px -16px rgba(160,56,20,.65); }
.l-btn--warm:hover { background:var(--accent-d); color:#fff; }
.l-btn--light { background:#d8f8fc; color:#073247; }
.l-btn--light:hover { background:#fff; color:#073247; }
.l-hd .hd-search { top:calc(100% + 10px); right:50%; left:auto; width:min(680px,calc(100% - 30px)); max-height:none; padding:20px; border-radius:20px; opacity:0; visibility:hidden; pointer-events:none; transform:translate(50%,-10px) scale(.98); transition:opacity .2s,transform .3s var(--ease),visibility .2s; }
.l-hd .hd-search.open { opacity:1; visibility:visible; pointer-events:auto; transform:translate(50%,0) scale(1); }
.l-hd .hd-search__head strong { color:var(--tx); }
.l-hd .hd-search__head small { color:var(--brand); font-family:inherit; letter-spacing:0; }
.l-hd .hd-search__close { background:var(--card); color:var(--tx); border-color:var(--line); }
.l-hd .hd-search__field { background:var(--card); border-color:var(--line); }
.l-hd .hd-search .hd-search__field input { color:var(--tx); }
.l-hd .hd-search .hd-search__field input::placeholder { color:var(--tx-3); }
.l-hd .hd-search__submit { background:var(--brand)!important; color:#fff!important; }
.mnav__intro { margin:6px 0 24px; color:var(--tx-2); }

.l-hero { min-height:100dvh; padding-top:0; background:#cceef4; }
.l-slider,.l-slide { min-height:100dvh; }
.l-slider { position:relative; overflow:hidden; }
.l-slide { position:absolute; inset:0; opacity:0; visibility:hidden; transition:opacity .8s var(--ease),visibility .8s; }
.l-slide.is-active { z-index:1; opacity:1; visibility:visible; }
.l-slide>img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center; transform:scale(1.035); transition:transform 7s ease-out; }
.l-slide.is-active>img { transform:scale(1); }
.l-slide:nth-child(2)>img { object-position:center 38%; }
.l-slide__wash { position:absolute; inset:0; background:linear-gradient(90deg,rgba(3,36,51,.08) 0,rgba(3,36,51,.2) 44%,rgba(2,40,55,.84) 100%); }
.l-slide__wash::after { content:""; position:absolute; inset:0; background:linear-gradient(0deg,rgba(2,37,51,.35),transparent 45%); }
.l-slide__inner { position:relative; z-index:2; min-height:100dvh; display:flex; align-items:center; padding-top:92px; padding-bottom:110px; }
.l-hero__copy { width:min(620px,51vw); color:#fff; }
.l-kicker { display:inline-flex; align-items:center; gap:8px; margin-bottom:20px; font-size:13px; font-weight:700; color:#c9f9fd; }
.l-hero__copy h1,.l-hero__copy h2 { max-width:590px; margin:0 0 18px; color:#fff; font-size:clamp(46px,6.2vw,84px); line-height:1.08; letter-spacing:-.06em; text-shadow:0 3px 24px rgba(2,31,43,.2); }
.l-hero__copy p { max-width:560px; margin:0 0 30px; color:#e5f9fc; font-size:clamp(16px,1.55vw,20px); line-height:1.9; }
.l-hero__actions { display:flex; align-items:center; gap:24px; flex-wrap:wrap; }
.l-link { display:inline-flex; align-items:center; gap:9px; padding:9px 0; color:#fff; font-weight:700; border-bottom:1px solid rgba(255,255,255,.5); }
.l-link:hover { color:#fff; border-color:#fff; }
.l-link--dark { color:var(--brand); border-color:rgba(0,166,196,.35); }
.l-link--dark:hover { color:var(--brand-d); border-color:var(--brand-d); }
.l-rot-right { transform:rotate(180deg); }
.l-rot-down { transform:rotate(-90deg); }
.l-slider__ui { position:absolute; z-index:4; inset-inline-start:max(28px,calc((100vw - var(--wrap))/2 + var(--gut))); bottom:34px; display:flex; align-items:center; gap:12px; padding:8px 12px; border-radius:15px; color:#fff; }
.l-slider__arrow { width:38px; height:38px; display:grid; place-items:center; padding:0; border:0; border-radius:10px; background:rgba(255,255,255,.15); color:#fff; cursor:pointer; transition:background .2s,transform .2s; }
.l-slider__arrow:hover { background:rgba(255,255,255,.28); }
.l-slider__arrow:active { transform:scale(.95); }
.l-slider__dots { display:flex; gap:5px; direction:ltr; }
.l-slider__dots button { width:7px; height:7px; padding:0; border:0; border-radius:9px; background:rgba(255,255,255,.38); cursor:pointer; transition:width .3s,background .3s; }
.l-slider__dots button.is-active { width:24px; background:#fff; }
.l-slider__ui>span { min-width:54px; text-align:center; direction:rtl; font-size:12px; }

.l-language-bar { padding:23px 0; border-bottom:1px solid var(--line); background:var(--card); }
.l-language-bar .wrap { display:grid; grid-template-columns:repeat(6,1fr); align-items:center; gap:18px; direction:ltr; }
.l-language-bar span { color:var(--tx-3); font:600 clamp(12px,1.3vw,16px)/1.2 Arial,sans-serif; text-align:center; }

.l-courses { overflow:hidden; }
.l-courses::before { content:""; position:absolute; width:620px; height:620px; inset-inline-end:-280px; top:40px; border-radius:50%; background:radial-gradient(circle,rgba(52,197,216,.18),transparent 68%); pointer-events:none; }
.l-course-grid { display:grid; grid-template-columns:1.35fr .85fr .85fr; grid-template-rows:260px 250px; gap:18px; }
.l-course { position:relative; overflow:hidden; display:flex; flex-direction:column; justify-content:space-between; padding:28px; border:1px solid var(--line); border-radius:var(--r); background:var(--card); color:var(--tx); transition:transform .35s var(--ease),box-shadow .35s,border-color .35s; }
.l-course:hover { transform:translateY(-5px); border-color:rgba(0,166,196,.4); box-shadow:var(--sh-3); color:var(--tx); }
.l-course h3 { margin:0 0 8px; font-size:24px; }
.l-course p { margin:0; color:var(--tx-2); }
.l-course>i { font-size:29px; color:var(--brand); }
.l-course--hero { grid-row:span 2; padding:0; justify-content:flex-end; color:#fff; border:0; }
.l-course--hero img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.l-course--hero::after { content:""; position:absolute; inset:0; background:linear-gradient(0deg,rgba(3,36,52,.9),rgba(3,36,52,.06) 70%); }
.l-course--hero>div { position:relative; z-index:1; padding:34px; }
.l-course--hero span { display:inline-block; margin-bottom:10px; color:#c6f7fb; font-size:12px; font-weight:800; }
.l-course--hero h3 { color:#fff; font-size:34px; }
.l-course--hero p { margin-bottom:18px; color:#def6fa; }
.l-course--hero strong,.l-course--photo strong { display:inline-flex; align-items:center; gap:8px; }
.l-course--sky { background:linear-gradient(145deg,#d7f8fc,#bceef5); border-color:#bde9f0; }
.l-course--sky h3,.l-course--sky p { color:#073247; }
.l-course--glass { background:linear-gradient(135deg,rgba(255,255,255,.7),rgba(210,244,248,.45)); -webkit-backdrop-filter:blur(18px); backdrop-filter:blur(18px); }
html[data-theme="dark"] .l-course--sky { background:linear-gradient(145deg,#0d5869,#0a3f50); border-color:#266a79; }
html[data-theme="dark"] .l-course--sky h3,html[data-theme="dark"] .l-course--sky p { color:#e8fbfd; }
.l-course--navy { background:#07394d; border-color:#07394d; }
.l-course--navy h3,.l-course--navy p,.l-course--navy>i { color:#e9fbfd; }
.l-course--photo { padding:0; flex-direction:row; align-items:flex-end; border:0; color:#fff; }
.l-course--photo img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center 38%; }
.l-course--photo::after { content:""; position:absolute; inset:0; background:linear-gradient(0deg,rgba(3,36,52,.82),rgba(3,36,52,.06)); }
.l-course--photo>div { position:relative; z-index:1; width:100%; padding:25px; }
.l-course--photo h3 { color:#fff; }

.l-method { background:var(--card); }
.l-method__grid { display:grid; grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr); gap:clamp(55px,8vw,120px); align-items:start; }
.l-method__sticky { position:sticky; top:116px; }
.l-method__sticky h2 { margin-bottom:20px; }
.l-method__sticky p { margin-bottom:26px; color:var(--tx-2); font-size:17px; }
.l-method__steps { counter-reset:steps; }
.l-step { min-height:260px; display:grid; grid-template-columns:130px 1fr; gap:30px; padding:40px 0; border-bottom:1px solid var(--line); counter-increment:steps; }
.l-step:first-child { border-top:1px solid var(--line); }
.l-step>span { color:var(--brand); font-size:13px; font-weight:800; }
.l-step>div>i { font-size:34px; color:var(--brand); }
.l-step h3 { margin:24px 0 10px; font-size:28px; }
.l-step p { max-width:480px; color:var(--tx-2); }

.l-impact { position:relative; min-height:760px; display:flex; align-items:center; overflow:hidden; background:#062e41; }
.l-impact__bg { position:absolute; inset:-8%; background:linear-gradient(90deg,rgba(4,37,52,.84),rgba(4,37,52,.3)),url('../images/adult-course.webp') center/cover; transform:scale(1.06); }
.l-impact__inner { position:relative; z-index:1; display:grid; grid-template-columns:1fr 1fr; gap:70px; align-items:end; padding-block:120px; }
.l-impact h2 { color:#fff; font-size:clamp(48px,7vw,92px); line-height:1.06; }
.l-impact p { max-width:540px; color:#ccebf1; font-size:18px; }
.l-impact__features { display:grid; gap:12px; }
.l-impact__features>div { display:grid; grid-template-columns:48px 1fr; gap:3px 15px; padding:19px 21px; border-radius:17px; color:#fff; }
.l-impact__features i { grid-row:span 2; width:48px; height:48px; display:grid; place-items:center; border-radius:13px; background:rgba(255,255,255,.12); color:#b9f3f8; font-size:22px; }
.l-impact__features strong { font-size:17px; }
.l-impact__features span { color:#c9e4ea; font-size:13px; }

.l-teachers { overflow:hidden; }
.l-teacher-showcase { display:grid; grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr); gap:0; align-items:center; }
.l-teacher-showcase figure { position:relative; min-height:640px; margin:0; overflow:hidden; border-radius:var(--r-lg); box-shadow:var(--sh-3); }
.l-teacher-showcase figure img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.l-teacher-copy { position:relative; z-index:1; margin-inline-start:-60px; padding:48px; border:1px solid var(--line); border-radius:var(--r); background:var(--card); box-shadow:var(--sh-3); }
.l-teacher-copy blockquote { margin:0 0 28px; color:var(--tx); font-size:clamp(24px,3vw,36px); font-weight:800; line-height:1.7; }
.l-teacher-copy>div { display:grid; margin-bottom:26px; }
.l-teacher-copy>div span { color:var(--tx-3); }
.l-teacher-copy ul { display:grid; gap:12px; margin:0; padding:22px 0 0; border-top:1px solid var(--line); list-style:none; }
.l-teacher-copy li { display:flex; align-items:center; gap:10px; color:var(--tx-2); }
.l-teacher-copy li i { color:var(--brand); }

.l-stories { padding-top:10px; }
.l-story-grid { display:grid; grid-template-columns:1.25fr .75fr; gap:18px; }
.l-story-main,.l-story-side article { border-radius:var(--r); }
.l-story-main { min-height:430px; display:flex; flex-direction:column; justify-content:space-between; padding:50px; background:linear-gradient(145deg,#0b91aa,#06758f); color:#fff; }
.l-story-main>i { font-size:38px; color:#b9f5fa; }
.l-story-main blockquote { margin:30px 0; font-size:clamp(27px,3.4vw,44px); font-weight:800; line-height:1.65; }
.l-story-main>div,.l-story-side article { display:grid; }
.l-story-main span { color:#cbeef3; }
.l-story-side { display:grid; gap:18px; }
.l-story-side article { justify-content:end; padding:34px; border:1px solid var(--line); background:var(--card); }
.l-story-side article:first-child { background:linear-gradient(145deg,var(--card),var(--brand-l)); }
.l-story-side p { margin-bottom:30px; color:var(--tx); font-size:18px; line-height:1.9; }
.l-story-side span { color:var(--tx-3); font-size:13px; }

.l-journal { background:var(--card); }
.l-journal__head { display:flex; align-items:end; justify-content:space-between; gap:30px; margin-bottom:46px; }
.l-journal__head h2 { max-width:680px; margin:0; }
.l-post-grid { grid-template-columns:1.2fr .9fr .9fr; }
.l-post-grid .pc { border-color:var(--line); border-radius:var(--r); background:var(--paper); box-shadow:none; transition:transform .3s var(--ease),box-shadow .3s; }
.l-post-grid .pc:hover { transform:translateY(-5px); box-shadow:var(--sh-3); }
.l-post-grid .pc__th { aspect-ratio:16/10; }
.l-post-grid .pc:first-child .pc__th { aspect-ratio:4/3; }
.l-post-grid .pc__cat { color:var(--brand); }

.l-cta { padding:90px 0; background:linear-gradient(180deg,var(--card),var(--paper)); }
.l-cta__box { display:flex; align-items:center; justify-content:space-between; gap:40px; padding:50px; border-radius:var(--r-lg); background:linear-gradient(135deg,rgba(197,244,250,.8),rgba(255,255,255,.45)); }
.l-cta__box>div>span { color:var(--brand); font-weight:800; }
.l-cta__box h2 { max-width:760px; margin:8px 0; font-size:clamp(30px,4.5vw,56px); }
.l-cta__box p { margin:0; color:var(--tx-2); }

.l-footer { background:#051f2c; color:#c6e1e9; }
.l-footer__top { display:flex; align-items:end; justify-content:space-between; gap:40px; padding:76px 0 62px; border-bottom:1px solid rgba(255,255,255,.13); }
.l-footer__top span { color:#78dce8; font-weight:800; }
.l-footer__top h2 { max-width:760px; margin:9px 0 0; color:#fff; font-size:clamp(32px,4.8vw,62px); }
.l-footer .ft__grid { padding-top:62px; }
.l-footer .l-logo .logo__tx b { color:#fff; }
.l-footer a { color:#c6e1e9; }
.l-footer a:hover { color:#fff; }
.l-footer .ft__bar>span:last-child { display:flex; gap:22px; }
.l-footer .ft__meta { align-items:center; }
.l-footer .dleplugin-credit {
	display:inline-flex; align-items:center; min-height:32px; padding:4px 12px;
	border:1px solid rgba(120,220,232,.34); border-radius:999px;
	background:rgba(120,220,232,.09); color:#9ce7ef; font-weight:800;
	transition:color .2s ease,background-color .2s ease,border-color .2s ease;
}
.l-footer .dleplugin-credit:hover { background:#78dce8; border-color:#78dce8; color:#05283a; }
.l-footer .dleplugin-credit:focus-visible { outline:2px solid #78dce8; outline-offset:3px; }

.l-page { min-height:70vh; padding-top:130px; background:radial-gradient(circle at 90% 4%,rgba(63,200,216,.13),transparent 30%),var(--paper); }
.l-page .crumbs { margin-bottom:18px; padding:10px 16px; border-radius:12px; color:var(--tx-2); }
.l-page .card,.l-page .side-box,.l-page .comment,.l-page .navigation { border-color:var(--line); border-radius:var(--r); background:var(--card); box-shadow:var(--sh-1); }
.l-page .l-page-head { padding:36px; background:linear-gradient(135deg,var(--card),var(--brand-l)); }
.l-page .l-page-head h1 { margin:0; font-size:clamp(30px,4.5vw,52px); }
.l-page .pc { border-color:var(--line); border-radius:var(--r); background:var(--card); box-shadow:var(--sh-1); }
.l-page .pc__cat,.l-page .post-tags a { color:var(--brand); }
.l-page .story { color:var(--tx-2); font-size:16.5px; line-height:2.05; }
.l-page input,.l-page textarea,.l-page select,.acct input { border-color:var(--line); border-radius:var(--r-sm); background:var(--card); color:var(--tx); }
.l-page input::placeholder,.l-page textarea::placeholder { color:var(--tx-3); }
.l-page input:focus,.l-page textarea:focus,.l-page select:focus { border-color:var(--brand); box-shadow:0 0 0 3px rgba(0,166,196,.12); }
.l-page .btn { background:var(--brand); }
.l-page .btn-ghost { background:transparent; color:var(--tx-2); border-color:var(--line); }
.totop { background:var(--brand); }

.has-js .reveal { opacity:0; transform:translateY(28px); transition:opacity .72s var(--ease),transform .72s var(--ease); }
.has-js .reveal.in { opacity:1; transform:none; }

@supports (animation-timeline:view()) {
	@media (prefers-reduced-motion:no-preference) {
		.l-impact__bg { animation:lingo-parallax linear both; animation-timeline:view(); animation-range:entry 0% exit 100%; }
		@keyframes lingo-parallax { from { transform:translateY(-3%) scale(1.08); } to { transform:translateY(3%) scale(1.08); } }
	}
}

@media (max-width:1050px) {
	.l-hd .nav { display:none; }
	.l-hd .burger { display:grid; }
	.l-course-grid { grid-template-columns:1.2fr 1fr; grid-template-rows:260px 240px 240px; }
	.l-course--hero { grid-row:span 2; }
	.l-course--photo { grid-column:1/-1; }
	.l-post-grid { grid-template-columns:1fr 1fr; }
	.l-post-grid .pc:first-child { grid-column:1/-1; display:grid; grid-template-columns:1.1fr .9fr; }
}

@media (max-width:760px) {
	:root { --gut:18px; --r:17px; --r-lg:24px; }
	.l-section { padding:78px 0; }
	.l-title { margin-bottom:34px; }
	.l-title h2,.l-home h2 { font-size:36px; }
	.l-hd { top:8px; width:calc(100% - 16px); margin-bottom:-71px; border-radius:15px; }
	.l-hd .hd__in { min-height:60px; padding-inline:2px; }
	.l-logo .logo__tx span,.l-hd .js-search { display:none; }
	.l-hd .logo__tx b { font-size:18px; }
	.l-hd .hd__cta { display:none; }
	.l-hd .hd-search { top:calc(100% + 8px); width:calc(100% - 16px); padding:15px; }
	.l-hd .hd-search__body { display:grid; }
	.l-hero,.l-slider,.l-slide,.l-slide__inner { min-height:100dvh; }
	.l-slide>img { object-position:40% center; }
	.l-slide:nth-child(2)>img { object-position:center; }
	.l-slide__wash { background:linear-gradient(0deg,rgba(2,35,49,.92) 0,rgba(2,35,49,.38) 68%,rgba(2,35,49,.15)); }
	.l-slide__inner { align-items:flex-end; padding-top:105px; padding-bottom:128px; }
	.l-hero__copy { width:100%; }
	.l-hero__copy h1,.l-hero__copy h2 { max-width:480px; font-size:clamp(40px,12vw,58px); line-height:1.12; }
	.l-hero__copy p { max-width:460px; margin-bottom:22px; font-size:15px; }
	.l-hero__actions { gap:15px; }
	.l-slider__ui { inset-inline:18px; bottom:26px; justify-content:center; }
	.l-slider__ui>span { display:none; }
	.l-language-bar .wrap { grid-template-columns:repeat(3,1fr); gap:18px 8px; }
	.l-course-grid { grid-template-columns:1fr; grid-template-rows:none; }
	.l-course { min-height:210px; }
	.l-course--hero { min-height:460px; grid-row:auto; }
	.l-course--photo { grid-column:auto; min-height:270px; }
	.l-method__grid { grid-template-columns:1fr; gap:48px; }
	.l-method__sticky { position:static; }
	.l-step { min-height:auto; grid-template-columns:1fr; gap:10px; padding:30px 0; }
	.l-step h3 { margin-top:16px; }
	.l-impact { min-height:auto; }
	.l-impact__bg { inset:-3%; background-position:60% center; }
	.l-impact__inner { grid-template-columns:1fr; gap:40px; padding-block:90px; }
	.l-impact h2 { font-size:52px; }
	.l-teacher-showcase { grid-template-columns:1fr; }
	.l-teacher-showcase figure { min-height:470px; border-radius:var(--r-lg) var(--r-lg) 0 0; }
	.l-teacher-copy { margin:-20px 12px 0; padding:30px 24px; }
	.l-teacher-copy blockquote { font-size:25px; }
	.l-story-grid { grid-template-columns:1fr; }
	.l-story-main { min-height:390px; padding:34px 26px; }
	.l-story-main blockquote { font-size:27px; }
	.l-story-side article { min-height:240px; padding:28px; }
	.l-journal__head { align-items:flex-start; flex-direction:column; }
	.l-post-grid { grid-template-columns:1fr; }
	.l-post-grid .pc:first-child { grid-column:auto; display:block; }
	.l-cta { padding:60px 0; }
	.l-cta__box { align-items:flex-start; flex-direction:column; padding:32px 24px; }
	.l-footer__top { align-items:flex-start; flex-direction:column; padding:62px 0 48px; }
	.l-footer .ft__bar>span:last-child { flex-wrap:wrap; }
	.l-page { padding-top:110px; }
	.l-page .layout { grid-template-columns:1fr; }
}

@media (max-width:390px) {
	.l-hero__copy h1,.l-hero__copy h2 { font-size:38px; }
	.l-hero__actions .l-btn { width:100%; }
	.l-slider__ui { inset-inline:12px; }
	.l-impact h2 { font-size:44px; }
}

@media (prefers-reduced-motion:reduce) {
	html { scroll-behavior:auto; }
	*,*::before,*::after { animation-duration:.01ms!important; animation-iteration-count:1!important; transition-duration:.01ms!important; }
	.has-js .reveal { opacity:1; transform:none; }
	.l-slide>img,.l-impact__bg { transform:none; }
}

/* Lingo refinement pass: compact navigation, unified controls and content pages */
::selection { background:rgba(0,166,196,.32); color:var(--tx); }
::-moz-selection { background:rgba(0,166,196,.32); color:var(--tx); }
:focus-visible { outline-color:var(--brand); }

.l-hd { overflow:visible; }
.l-hd .hd__in { gap:12px; }
.l-hd .hd__acts { gap:6px; }
.l-hd .ico-btn,
.l-hd .acct__me,
.l-hd .hd__cta { height:42px; min-height:42px; border-radius:12px; }
.l-hd .ico-btn { width:42px; background:rgba(255,255,255,.56); box-shadow:inset 0 1px 0 rgba(255,255,255,.7); }
.l-hd .ico-btn:hover { background:var(--brand-l); border-color:rgba(0,166,196,.42); }
.l-hd .acct__me { padding:5px 7px 5px 11px; border-color:var(--line); background:rgba(255,255,255,.56); box-shadow:inset 0 1px 0 rgba(255,255,255,.7); }
.l-hd .acct__me img { width:30px; height:30px; }
.l-hd .hd__cta { padding:0 18px; white-space:nowrap; box-shadow:0 10px 24px -14px rgba(0,127,153,.85); }
.l-hd .js-theme .ic { width:19px; height:19px; transition:transform .35s var(--ease); }
.l-hd .js-theme:hover .ic { transform:rotate(-15deg); }
html[data-theme="dark"] .l-hd .ico-btn,
html[data-theme="dark"] .l-hd .acct__me { background:rgba(255,255,255,.055); box-shadow:inset 0 1px 0 rgba(255,255,255,.08); }

.l-hd .hd-search { position:absolute; z-index:120; top:calc(100% + 10px); right:50%; left:auto; width:min(680px,calc(100% - 30px)); max-height:none; margin:0; padding:20px; overflow:hidden; }
.l-hd .hd-search form { display:block; max-width:none; margin:0; padding:0; }
.l-hd .hd-search__head { margin-bottom:16px; }
.l-hd .hd-search__body { display:grid; grid-template-columns:minmax(0,1fr) 112px; gap:0; overflow:hidden; border:1px solid var(--line); border-radius:14px; background:var(--card); box-shadow:0 8px 25px rgba(3,77,101,.08); }
.l-hd .hd-search__field { width:100%; height:54px; border:0!important; border-radius:0!important; background:transparent; box-shadow:none!important; }
.l-hd .hd-search__field:focus-within { box-shadow:inset 0 0 0 2px rgba(0,166,196,.34)!important; }
.l-hd .hd-search input { border:0!important; background:transparent!important; box-shadow:none!important; }
.l-hd .hd-search__submit { width:100%; height:54px; min-height:54px; padding:0 20px; border-radius:0!important; box-shadow:none; }

.l-course--image { padding:0; justify-content:flex-end; border:0; color:#fff; }
.l-course--image>img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; transition:transform .7s var(--ease); }
.l-course--image::after { content:""; position:absolute; inset:0; background:linear-gradient(0deg,rgba(3,31,45,.92) 0,rgba(3,31,45,.52) 46%,rgba(3,31,45,.05) 100%); }
.l-course--image>div { position:relative; z-index:1; width:100%; padding:25px; }
.l-course--image h3,.l-course--image p { color:#fff; }
.l-course--image p { color:#dff8fb; }
.l-course--image:hover { color:#fff; }
.l-course--image:hover>img { transform:scale(1.045); }
.l-course--teens>img { object-position:center 44%; }
.l-course--ielts>img { object-position:center 43%; }
.l-course--online>img { object-position:center 48%; }

.l-teacher-copy blockquote,
.l-story-main blockquote,
.l-story-side p { padding-inline:0!important; border:0!important; }
.l-teacher-copy blockquote::before,
.l-story-main blockquote::before,
.l-story-side p::before { display:none!important; content:none!important; }
.l-page .side-box h4::before { display:none; content:none; }
.l-page .side-box h4 { gap:0; border-bottom-color:rgba(0,166,196,.24); }
.l-page .story blockquote { padding:20px 22px; border:1px solid rgba(0,166,196,.22); border-inline-start:0; border-radius:14px; background:var(--brand-l); color:var(--tx); }
.l-page .info-box { border-inline-start:1px solid var(--line); border-top:3px solid var(--brand); }
.l-page .side-search { display:flex; gap:0; overflow:hidden; border:1px solid var(--line); border-radius:13px; background:var(--card); transition:border-color .2s,box-shadow .2s; }
.l-page .side-search:focus-within { border-color:var(--brand); box-shadow:0 0 0 3px rgba(0,166,196,.12); }
.l-page .side-search input[type="search"] { height:48px; padding:0 14px; border:0!important; border-radius:0!important; background:transparent!important; box-shadow:none!important; }
.l-page .side-search button { width:50px; height:48px; padding:0; border:0; border-inline-start:1px solid rgba(255,255,255,.22); border-radius:0!important; background:var(--brand); }
.l-page .side-search button:hover { background:var(--brand-d); }

.l-footer__top .l-btn { flex:0 0 auto; white-space:nowrap; }
.l-footer .l-footer__top a.l-btn--light { background:#d8f8fc; color:#073247; text-shadow:none; }
.l-footer .l-footer__top a.l-btn--light:hover { background:#fff; color:#05283a; }
.l-footer .l-footer__top a.l-btn--light:focus-visible { outline:3px solid #48d7e6; outline-offset:4px; }

.l-contact { display:grid; gap:28px; }
.l-contact__hero { display:grid; grid-template-columns:minmax(0,1.25fr) minmax(310px,.75fr); gap:50px; align-items:end; padding:clamp(34px,5vw,62px); border-radius:var(--r-lg); background:linear-gradient(135deg,rgba(190,247,252,.84),rgba(255,255,255,.5)); }
.l-contact__hero h1 { max-width:760px; margin:0 0 18px; font-size:clamp(38px,5.4vw,72px); line-height:1.14; }
.l-contact__hero p { max-width:690px; margin:0; color:var(--tx-2); font-size:17px; line-height:2; }
.l-contact__quick { display:grid; gap:10px; }
.l-contact__quick a { display:flex; align-items:center; gap:14px; min-height:76px; padding:14px 16px; border:1px solid rgba(0,166,196,.16); border-radius:16px; background:rgba(255,255,255,.5); color:var(--tx); transition:transform .25s,border-color .25s,background .25s; }
.l-contact__quick a:hover { transform:translateY(-2px); border-color:var(--brand); background:rgba(255,255,255,.8); color:var(--brand-d); }
.l-contact__quick i { width:42px; height:42px; padding:11px; border-radius:12px; background:var(--brand); color:#fff; }
.l-contact__quick span { display:grid; gap:3px; }
.l-contact__quick small { color:var(--tx-3); }
.l-contact__quick b { font-size:14px; }
.l-contact__grid { display:grid; grid-template-columns:minmax(0,1.15fr) minmax(330px,.85fr); gap:28px; align-items:start; }
.l-contact__form { padding:clamp(28px,4vw,48px)!important; }
.l-contact__form-head { margin-bottom:34px; padding-bottom:26px; border-bottom:1px solid var(--line); }
.l-contact__form-head>span { color:var(--brand); font-size:13px; font-weight:800; }
.l-contact__form-head h2 { margin:7px 0 8px; font-size:clamp(28px,3.5vw,42px); }
.l-contact__form-head p { margin:0; color:var(--tx-2); }
.l-contact__form .fld { margin-bottom:19px; }
.l-contact__form label { display:block; margin-bottom:8px; color:var(--tx-2); font-size:13px; font-weight:700; }
.l-contact__form input,.l-contact__form textarea,.l-contact__form select { min-height:52px; padding:13px 15px; }
.l-contact__form textarea { min-height:170px; resize:vertical; }
.l-contact__submit { min-width:170px; justify-content:center; gap:10px; }
.l-contact__captcha { display:flex; align-items:center; gap:12px; flex-wrap:wrap; }
.l-contact__captcha input { max-width:190px; }
.l-contact__aside { display:grid; gap:20px; position:sticky; top:112px; }
.l-contact__map { position:relative; min-height:460px; overflow:hidden; border:1px solid var(--line); border-radius:var(--r-lg); background:var(--brand-l); box-shadow:var(--sh-2); }
.l-contact__map iframe { position:absolute; inset:0; width:100%; height:100%; border:0; filter:saturate(.72) contrast(1.03); }
.l-contact__map>div { position:absolute; z-index:1; right:18px; bottom:18px; left:18px; display:flex; align-items:center; gap:12px; padding:15px; border:1px solid rgba(255,255,255,.6); border-radius:15px; background:rgba(255,255,255,.88); color:#073247; box-shadow:0 18px 40px rgba(3,49,66,.16); -webkit-backdrop-filter:blur(16px); backdrop-filter:blur(16px); }
.l-contact__map>div i { width:38px; height:38px; padding:9px; border-radius:11px; background:var(--brand); color:#fff; }
.l-contact__map>div span { display:grid; }
.l-contact__map>div small { color:#52717d; }
.l-contact__details { padding:26px!important; }
.l-contact__details h3 { margin:0 0 20px; font-size:22px; }
.l-contact__details>div { display:flex; align-items:center; gap:13px; }
.l-contact__details>div i { color:var(--brand); font-size:24px; }
.l-contact__details>div span { display:grid; }
.l-contact__details small { color:var(--tx-3); }
.l-contact__details p { margin:20px 0; padding-top:18px; border-top:1px solid var(--line); color:var(--tx-2); font-size:13px; }
.l-contact__wa { display:flex; align-items:center; justify-content:center; gap:9px; min-height:46px; border-radius:12px; background:var(--brand-l); color:var(--brand-d); font-weight:800; }
.l-contact__wa:hover { background:var(--brand); color:#fff; }

@media (max-width:900px) {
	.l-contact__hero,.l-contact__grid { grid-template-columns:1fr; }
	.l-contact__aside { position:static; grid-template-columns:1.2fr .8fr; }
	.l-contact__map { min-height:380px; }
}

@media (max-width:760px) {
	.l-hd .hd__acts { gap:5px; }
	.l-hd .ico-btn,.l-hd .acct__me { width:40px; height:40px; min-height:40px; }
	.l-hd .acct__me { padding:4px; }
	.l-hd .acct__nm { display:none; }
	.l-hd .hd-search__body { grid-template-columns:minmax(0,1fr) 92px; }
	.l-hd .hd-search__submit { padding:0 12px; }
	.l-course--image { min-height:250px; }
	.l-contact__hero { gap:30px; padding:30px 22px; }
	.l-contact__hero h1 { font-size:38px; }
	.l-contact__grid { gap:20px; }
	.l-contact__aside { grid-template-columns:1fr; }
	.l-contact__map { min-height:360px; }
	.l-contact__form { padding:28px 22px!important; }
	.l-contact__form .form-row { grid-template-columns:1fr; }
}

@media (prefers-reduced-transparency:reduce) {
	.liquid-glass,.l-hd { background:var(--card); -webkit-backdrop-filter:none; backdrop-filter:none; }
	.l-slider__ui { background:#163f50; }
}
