:root {
	--uvt-canvas: #fbf8f0;
	--uvt-paper: #ffffff;
	--uvt-ink: #17322b;
	--uvt-muted: #687d75;
	--uvt-deep: #064e3b;
	--uvt-primary: #0f766e;
	--uvt-accent: #10b981;
	--uvt-mint: #dff7ec;
	--uvt-soft: #f0fbf6;
	--uvt-line: #dce7df;
	--uvt-danger: #b7473a;
	--uvt-shadow: 0 16px 44px rgba(6, 78, 59, 0.10);
	--uvt-radius: 22px;
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	color: var(--uvt-ink);
	background:
		radial-gradient(circle at 12% 88%, rgba(16, 185, 129, .10), transparent 24rem),
		radial-gradient(circle at 90% 8%, rgba(15, 118, 110, .07), transparent 28rem),
		var(--uvt-canvas);
	font-family: Inter, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
}

body.admin-bar .uvt-site-header {
	top: 32px;
}

a {
	color: var(--uvt-primary);
}

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

button,
input,
textarea {
	font: inherit;
}

button,
a {
	-webkit-tap-highlight-color: transparent;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
summary:focus-visible {
	outline: 3px solid rgba(16, 185, 129, .30);
	outline-offset: 3px;
}

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

.skip-link:focus {
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 9999;
	padding: 10px 14px;
	color: #fff;
	background: var(--uvt-primary);
}

.uvt-container,
.uvt-main,
.uvt-content-layout,
.uvt-blog-layout {
	width: min(calc(100% - 40px), 1420px);
	margin-inline: auto;
}

/* Header */
.uvt-site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	padding: 15px 20px 0;
}

.uvt-header-inner {
	position: relative;
	width: min(100%, 1460px);
	min-height: 78px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin: 0 auto;
	padding: 12px 18px;
	background: rgba(255, 255, 255, .94);
	border: 1px solid var(--uvt-line);
	border-radius: 20px;
	box-shadow: 0 10px 35px rgba(6, 78, 59, .08);
	backdrop-filter: blur(15px);
}

.uvt-brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: #11261f;
	text-decoration: none;
	font-size: 22px;
	font-weight: 800;
	letter-spacing: -.03em;
}

.uvt-brand .custom-logo-link {
	display: block;
	line-height: 0;
}

.uvt-brand .custom-logo {
	width: auto;
	max-height: 52px;
}

.uvt-brand-icon {
	width: 50px;
	height: 50px;
	display: grid;
	place-items: center;
	color: #fff;
	background: linear-gradient(145deg, var(--uvt-accent), var(--uvt-deep));
	border-radius: 50%;
	font-size: 23px;
}

.uvt-main-navigation,
.uvt-menu {
	display: flex;
	align-items: center;
}

.uvt-menu {
	gap: 3px;
	margin: 0;
	padding: 0;
	list-style: none;
	direction: rtl;
}

.uvt-menu a {
	display: block;
	padding: 10px 12px;
	color: #38554b;
	border-radius: 10px;
	text-decoration: none;
	font-family: "Noto Naskh Arabic", serif;
	font-size: 15px;
	font-weight: 700;
}

.uvt-menu a:hover,
.uvt-menu .current-menu-item > a {
	color: var(--uvt-primary);
	background: var(--uvt-soft);
}

.uvt-nav-trust {
	margin-left: 10px;
	padding: 8px 11px;
	color: var(--uvt-primary);
	background: #eaf8f1;
	border: 1px solid #cbe9db;
	border-radius: 999px;
	font-family: "Noto Naskh Arabic", serif;
	font-size: 12px;
	font-weight: 700;
	white-space: nowrap;
}

.uvt-menu-toggle {
	display: none;
	width: 44px;
	height: 44px;
	place-items: center;
	color: var(--uvt-deep);
	background: var(--uvt-soft);
	border: 1px solid var(--uvt-line);
	border-radius: 12px;
	font-size: 23px;
	cursor: pointer;
}

/* Hero and tool */
.uvt-hero {
	max-width: 950px;
	margin: 0 auto;
	padding: 58px 20px 36px;
	text-align: center;
}

.uvt-eyebrow,
.uvt-kicker {
	display: inline-block;
	padding: 7px 13px;
	color: var(--uvt-primary);
	background: rgba(223, 247, 236, .75);
	border: 1px solid #caeadc;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 800;
}

.uvt-hero h1,
.uvt-content-hero h1 {
	margin: 10px 0 4px;
	color: #0b3b31;
	font-family: "Noto Nastaliq Urdu", "Noto Naskh Arabic", serif;
	font-size: clamp(40px, 5vw, 66px);
	font-weight: 600;
	line-height: 1.65;
}

.uvt-hero p,
.uvt-content-hero p {
	margin: 0;
	color: var(--uvt-muted);
	font-family: "Noto Naskh Arabic", serif;
	font-size: 20px;
	line-height: 1.9;
}

.uvt-tool-card {
	overflow: hidden;
	background: rgba(255, 255, 255, .96);
	border: 1px solid var(--uvt-line);
	border-radius: 26px;
	box-shadow: var(--uvt-shadow);
}

.uvt-listening-strip {
	min-height: 66px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 22px;
	padding: 13px 27px;
	color: #315348;
	background: linear-gradient(90deg, #eefbf5, #f7fcf9);
	border-bottom: 1px solid var(--uvt-line);
	font-family: "Noto Naskh Arabic", serif;
	direction: rtl;
}

.uvt-listening-strip > span {
	display: flex;
	align-items: center;
	gap: 9px;
}

.uvt-status-dot {
	width: 10px;
	height: 10px;
	display: inline-block;
	background: #91a69d;
	border-radius: 50%;
}

.uvt-waveform {
	height: 32px;
	gap: 4px !important;
	direction: ltr;
}

.uvt-waveform i {
	width: 4px;
	height: 8px;
	display: block;
	background: #a9c8bb;
	border-radius: 999px;
}

.uvt-tool-card.is-listening .uvt-status-dot {
	background: var(--uvt-accent);
	animation: uvt-dot 1.4s infinite;
}

.uvt-tool-card.is-listening .uvt-waveform i {
	background: var(--uvt-accent);
	animation: uvt-wave 750ms ease-in-out infinite alternate;
}

.uvt-tool-card.is-listening .uvt-waveform i:nth-child(2n) { animation-delay: -300ms; }
.uvt-tool-card.is-listening .uvt-waveform i:nth-child(3n) { animation-delay: -500ms; }
.uvt-tool-card.is-listening .uvt-waveform i:nth-child(4n) { animation-delay: -150ms; }

.uvt-support-warning {
	margin: 18px 24px 0;
	padding: 12px 18px;
	color: #7e5523;
	background: #fff8e9;
	border: 1px solid #efdab1;
	border-radius: 12px;
	text-align: center;
	font-family: "Noto Naskh Arabic", serif;
}

.uvt-tool-workspace {
	display: grid;
	grid-template-columns: minmax(260px, .72fr) minmax(0, 2fr);
	min-height: 365px;
	border-bottom: 1px solid var(--uvt-line);
}

.uvt-mic-zone {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 18px;
	padding: 38px 28px;
	background: linear-gradient(150deg, #fbfffd, #f7fcf9);
	border-right: 1px solid var(--uvt-line);
	font-family: "Noto Naskh Arabic", serif;
}

.uvt-mic-rings {
	width: 210px;
	height: 210px;
	display: grid;
	place-items: center;
	background:
		radial-gradient(circle, rgba(16, 185, 129, .10) 0 48%, transparent 49%),
		radial-gradient(circle, transparent 0 60%, rgba(16, 185, 129, .08) 61% 74%, transparent 75%),
		radial-gradient(circle, transparent 0 78%, rgba(16, 185, 129, .06) 79%);
	border-radius: 50%;
}

.uvt-tool-card.is-listening .uvt-mic-rings {
	animation: uvt-ring 1.8s ease-in-out infinite;
}

.uvt-mic-button {
	width: 148px;
	height: 148px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
	color: #fff;
	background: linear-gradient(145deg, #139b7e, var(--uvt-deep));
	border: 4px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 2px var(--uvt-primary), 0 14px 32px rgba(6, 78, 59, .25);
	cursor: pointer;
	transition: transform .18s ease;
}

.uvt-mic-button:hover {
	transform: translateY(-2px) scale(1.02);
}

.uvt-mic-symbol {
	font-size: 42px;
	line-height: 1;
}

.uvt-mic-label {
	font-size: 18px;
	font-weight: 800;
}

.uvt-mic-zone p {
	margin: 0;
	color: var(--uvt-muted);
}

.uvt-transcript-zone {
	position: relative;
	min-width: 0;
	padding: 28px 34px 46px;
}

.uvt-transcript-zone label {
	display: block;
	margin-bottom: 7px;
	color: var(--uvt-primary);
	text-align: right;
	font-family: "Noto Naskh Arabic", serif;
	font-weight: 700;
}

.uvt-transcript-zone textarea {
	width: 100%;
	min-height: 270px;
	resize: vertical;
	color: #102f26;
	background: transparent;
	border: 0;
	outline: 0;
	text-align: right;
	font-family: "Noto Nastaliq Urdu", serif;
	font-size: clamp(27px, 2.5vw, 41px);
	line-height: 1.95;
	caret-color: var(--uvt-accent);
}

.uvt-transcript-zone textarea::placeholder {
	color: #9aaba4;
	opacity: 1;
}

.uvt-interim {
	position: absolute;
	right: 34px;
	bottom: 18px;
	max-width: calc(100% - 100px);
	margin: 0;
	overflow: hidden;
	color: #82958d;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-family: "Noto Naskh Arabic", serif;
}

.uvt-word-count {
	position: absolute;
	left: 34px;
	bottom: 22px;
	color: #8a9b94;
	font-size: 12px;
	font-weight: 700;
}

.uvt-tool-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 21px 24px;
}

.uvt-action-buttons,
.uvt-correction-form {
	display: flex;
	align-items: center;
	gap: 9px;
}

.uvt-action-buttons button,
.uvt-correction-form input,
.uvt-correction-form button {
	height: 49px;
	border: 1px solid var(--uvt-line);
	border-radius: 13px;
}

.uvt-action-buttons button {
	min-width: 116px;
	color: #24483d;
	background: #fff;
	font-weight: 700;
	cursor: pointer;
}

.uvt-action-buttons button:disabled {
	cursor: not-allowed;
	opacity: .45;
}

.uvt-correction-form {
	direction: rtl;
	font-family: "Noto Naskh Arabic", serif;
}

.uvt-correction-form input {
	width: 140px;
	padding: 0 13px;
	background: #fcfefd;
}

.uvt-correction-form button {
	width: 49px;
	color: #fff;
	background: var(--uvt-primary);
	border-color: var(--uvt-primary);
	font-size: 23px;
	cursor: pointer;
}

.uvt-correction-list {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	padding: 0 24px 20px;
}

.uvt-correction-chip {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 10px;
	color: #315348;
	background: var(--uvt-soft);
	border: 1px solid #cee9dc;
	border-radius: 999px;
	font-family: "Noto Naskh Arabic", serif;
	font-size: 13px;
}

.uvt-correction-chip button {
	width: 22px;
	height: 22px;
	padding: 0;
	color: #688078;
	background: transparent;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
}

.uvt-privacy-tip {
	max-width: 850px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 10px;
	margin: 18px auto 0;
	color: #60766e;
	font-family: "Noto Naskh Arabic", serif;
	text-align: center;
}

.uvt-privacy-tip p {
	margin: 0 0 7px;
}

.uvt-privacy-tip div div {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 6px;
}

.uvt-privacy-tip div div span {
	padding: 4px 8px;
	background: rgba(255, 255, 255, .68);
	border: 1px solid var(--uvt-line);
	border-radius: 999px;
	font-size: 12px;
}

/* Homepage content */
.uvt-section {
	margin-top: 82px;
	font-family: "Noto Naskh Arabic", serif;
}

.uvt-section-heading {
	max-width: 820px;
	margin: 0 auto 30px;
	text-align: center;
}

.uvt-section-heading > span {
	color: var(--uvt-primary);
	font-weight: 800;
}

.uvt-section-heading h2,
.uvt-feature-panel h2 {
	margin: 5px 0 9px;
	color: #123d32;
	font-size: clamp(29px, 3.2vw, 45px);
	line-height: 1.55;
}

.uvt-section-heading p,
.uvt-feature-panel p {
	margin: 0;
	color: var(--uvt-muted);
	font-size: 17px;
	line-height: 1.95;
}

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

.uvt-front-page .uvt-post-grid {
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 14px;
}

.uvt-front-page .uvt-post-card > div {
	padding: 18px;
}

.uvt-front-page .uvt-post-card h2 {
	font-size: 17px;
	line-height: 1.6;
}

.uvt-front-page .uvt-post-card p {
	font-size: 14px;
	line-height: 1.75;
}

.uvt-front-page .uvt-read-more {
	font-size: 13px;
}

.widget_archive,
.widget_categories,
.wp-block-archives,
.wp-block-categories {
	display: none !important;
}

.uvt-steps-grid article,
.uvt-post-card,
.uvt-guide-placeholder {
	position: relative;
	padding: 28px;
	background: rgba(255, 255, 255, .88);
	border: 1px solid var(--uvt-line);
	border-radius: var(--uvt-radius);
	box-shadow: 0 10px 28px rgba(6, 78, 59, .06);
}

.uvt-steps-grid article > b {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 32px;
	height: 32px;
	display: grid;
	place-items: center;
	color: #fff;
	background: var(--uvt-primary);
	border-radius: 50%;
	font-family: Inter, sans-serif;
}

.uvt-card-icon {
	color: var(--uvt-primary);
	font-size: 31px;
}

.uvt-steps-grid h3,
.uvt-post-card h2,
.uvt-guide-placeholder h3 {
	margin: 15px 0 6px;
	color: #193e34;
	font-size: 21px;
}

.uvt-steps-grid p,
.uvt-post-card p,
.uvt-guide-placeholder p {
	margin: 0;
	color: var(--uvt-muted);
	line-height: 1.9;
}

.uvt-feature-panel {
	display: grid;
	grid-template-columns: minmax(0, 1.3fr) minmax(290px, .7fr);
	align-items: center;
	gap: 50px;
	padding: 50px;
	color: #fff;
	background: linear-gradient(135deg, #0a5746, #073b31);
	border-radius: 28px;
	box-shadow: 0 18px 44px rgba(6, 78, 59, .18);
}

.uvt-feature-panel .uvt-kicker {
	color: #a5f0d3;
	background: rgba(255, 255, 255, .08);
	border-color: rgba(255, 255, 255, .18);
}

.uvt-feature-panel h2 {
	color: #fff;
}

.uvt-feature-panel p {
	color: #d5ebe3;
}

.uvt-feature-panel a {
	display: inline-block;
	margin-top: 14px;
	color: #9ff0ce;
	font-weight: 800;
	text-decoration: none;
}

.uvt-benefits {
	display: grid;
	gap: 11px;
}

.uvt-benefits span {
	padding: 14px 16px;
	background: rgba(255, 255, 255, .09);
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 13px;
}

.uvt-post-card {
	padding: 0;
	overflow: hidden;
}

.uvt-post-card > div {
	padding: 25px;
}

.uvt-card-thumbnail {
	display: block;
	aspect-ratio: 16 / 9;
	overflow: hidden;
}

.uvt-card-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .3s ease;
}

.uvt-post-card:hover .uvt-card-thumbnail img {
	transform: scale(1.04);
}

.uvt-post-card > div > span,
.uvt-guide-placeholder > span {
	color: var(--uvt-primary);
	font-size: 12px;
	font-weight: 800;
}

.uvt-post-card h2 a,
.uvt-read-more {
	color: inherit;
	text-decoration: none;
}

.uvt-read-more {
	display: inline-block;
	margin-top: 13px;
	color: var(--uvt-primary);
	font-weight: 800;
}

.uvt-faq {
	margin-bottom: 75px;
}

.uvt-faq-grid {
	max-width: 1000px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin: 0 auto;
}

.uvt-faq details {
	padding: 18px 20px;
	background: rgba(255, 255, 255, .88);
	border: 1px solid var(--uvt-line);
	border-radius: 15px;
}

.uvt-faq summary {
	color: #24473c;
	cursor: pointer;
	font-weight: 800;
}

.uvt-faq p {
	color: var(--uvt-muted);
	line-height: 1.9;
}

/* Content, blog and forms */
.uvt-content-layout,
.uvt-blog-layout {
	max-width: 1120px;
	padding: 64px 0 85px;
}

.uvt-content-hero,
.uvt-post-header {
	max-width: 900px;
	margin: 0 auto 30px;
	text-align: center;
}

.uvt-content-card {
	padding: clamp(26px, 5vw, 65px);
	background: rgba(255, 255, 255, .94);
	border: 1px solid var(--uvt-line);
	border-radius: 26px;
	box-shadow: var(--uvt-shadow);
	font-family: "Noto Naskh Arabic", serif;
}

.uvt-content-card h1,
.uvt-post-header h1 {
	color: #0b3b31;
	font-family: "Noto Nastaliq Urdu", "Noto Naskh Arabic", serif;
	font-size: clamp(38px, 5vw, 60px);
	line-height: 1.65;
}

.uvt-content-card h2,
.uvt-entry-content h2 {
	margin: 34px 0 8px;
	color: #16483a;
	font-size: 27px;
	line-height: 1.6;
}

.uvt-content-card p,
.uvt-content-card li,
.uvt-entry-content {
	color: #4f685f;
	font-size: 17px;
	line-height: 2;
}

.uvt-contact-form {
	margin-top: 25px;
	direction: rtl;
}

.uvt-field-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
}

.uvt-contact-form label {
	display: grid;
	gap: 6px;
	margin-bottom: 15px;
	color: #315348;
	font-weight: 700;
}

.uvt-contact-form input,
.uvt-contact-form textarea {
	width: 100%;
	padding: 12px 14px;
	color: var(--uvt-ink);
	background: #fcfefd;
	border: 1px solid var(--uvt-line);
	border-radius: 12px;
}

.uvt-contact-form textarea {
	resize: vertical;
}

.uvt-honeypot {
	position: absolute;
	left: -9999px;
}

.uvt-primary-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 20px;
	color: #fff;
	background: var(--uvt-primary);
	border: 1px solid var(--uvt-primary);
	border-radius: 12px;
	font-weight: 800;
	text-decoration: none;
	cursor: pointer;
}

.uvt-form-note {
	font-size: 13px !important;
}

.uvt-form-message {
	margin-bottom: 18px;
	padding: 12px 15px;
	border-radius: 11px;
}

.uvt-form-message.success {
	color: #155f49;
	background: #e8f8f1;
	border: 1px solid #bde6d4;
}

.uvt-form-message.error {
	color: #8c3e34;
	background: #fff0ed;
	border: 1px solid #efc2bb;
}

.uvt-featured-image {
	overflow: hidden;
	margin: 0 0 32px;
	border-radius: 18px;
}

.uvt-blog-layout .uvt-content-hero {
	font-family: "Noto Naskh Arabic", serif;
}

.uvt-empty-state {
	grid-column: 1 / -1;
	padding: 35px;
	text-align: center;
	background: #fff;
	border: 1px solid var(--uvt-line);
	border-radius: 18px;
	font-family: "Noto Naskh Arabic", serif;
}

.nav-links {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin-top: 25px;
	font-family: "Noto Naskh Arabic", serif;
}

.comments-area {
	margin-top: 30px;
	padding: 30px;
	background: #fff;
	border: 1px solid var(--uvt-line);
	border-radius: 20px;
}

.uvt-ad-area {
	margin-block: 30px;
	text-align: center;
}

.uvt-ad-widget {
	overflow: hidden;
}

/* Footer and cookie */
.uvt-site-footer {
	padding: 50px max(24px, calc((100vw - 1400px) / 2)) 22px;
	color: #d9ece5;
	background: #073b31;
}

.uvt-footer-grid {
	display: grid;
	grid-template-columns: 1.4fr .7fr .9fr;
	gap: 50px;
	padding-bottom: 35px;
}

.uvt-footer-grid strong {
	color: #fff;
	font-size: 18px;
}

.uvt-footer-grid p,
.uvt-footer-grid li {
	color: #adcbc0;
	font-family: "Noto Naskh Arabic", serif;
}

.uvt-footer-grid ul {
	display: grid;
	gap: 7px;
	margin: 12px 0 0;
	padding: 0;
	list-style: none;
}

.uvt-footer-grid a {
	color: #adcbc0;
	text-decoration: none;
}

.uvt-footer-grid a:hover {
	color: #fff;
}

.uvt-footer-bottom {
	display: flex;
	justify-content: space-between;
	gap: 18px;
	padding-top: 20px;
	color: #8db4a6;
	border-top: 1px solid rgba(255, 255, 255, .12);
	font-size: 12px;
}

.uvt-cookie-notice {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 200;
	width: min(calc(100% - 40px), 570px);
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 15px;
	padding: 18px;
	color: #d9ece5;
	background: #0a4236;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 17px;
	box-shadow: 0 18px 50px rgba(4, 35, 28, .32);
}

.uvt-cookie-notice[hidden] {
	display: none;
}

.uvt-cookie-notice strong {
	color: #fff;
}

.uvt-cookie-notice p {
	margin: 4px 0 0;
	color: #b6d2c8;
	font-size: 12px;
	line-height: 1.55;
}

.uvt-cookie-notice a {
	color: #fff;
}

.uvt-cookie-actions {
	display: flex;
	gap: 7px;
}

.uvt-cookie-actions button {
	min-height: 38px;
	padding: 0 12px;
	color: #fff;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, .28);
	border-radius: 9px;
	cursor: pointer;
}

.uvt-cookie-actions button.primary {
	color: #0a4236;
	background: #72e0b4;
	border-color: #72e0b4;
	font-weight: 800;
}

.uvt-404 {
	min-height: 62vh;
	display: grid;
	place-content: center;
	justify-items: center;
	padding: 60px 20px;
	text-align: center;
	font-family: "Noto Naskh Arabic", serif;
}

.uvt-404 > span {
	color: var(--uvt-accent);
	font-size: 22px;
	font-weight: 900;
}

.uvt-404 h1 {
	margin: 8px 0;
	font-size: 48px;
}

@keyframes uvt-wave {
	from { height: 7px; }
	to { height: 27px; }
}

@keyframes uvt-dot {
	50% { box-shadow: 0 0 0 9px rgba(16, 185, 129, 0); }
}

@keyframes uvt-ring {
	50% { transform: scale(1.04); }
}

@media (max-width: 980px) {
	.uvt-menu-toggle {
		display: grid;
	}

	.uvt-main-navigation {
		position: absolute;
		top: calc(100% + 8px);
		right: 0;
		left: 0;
		display: none;
		padding: 12px;
		background: #fff;
		border: 1px solid var(--uvt-line);
		border-radius: 16px;
		box-shadow: var(--uvt-shadow);
	}

	.uvt-main-navigation.is-open {
		display: block;
	}

	.uvt-menu {
		display: grid;
	}

	.uvt-nav-trust {
		display: block;
		margin: 8px 0 0;
		text-align: center;
	}

	.uvt-tool-workspace {
		grid-template-columns: 250px 1fr;
	}

	.uvt-tool-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.uvt-feature-panel {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.uvt-front-page .uvt-post-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	body.admin-bar .uvt-site-header {
		top: 46px;
	}

	.uvt-container,
	.uvt-main,
	.uvt-content-layout,
	.uvt-blog-layout {
		width: min(calc(100% - 24px), 1420px);
	}

	.uvt-site-header {
		padding: 10px 12px 0;
	}

	.uvt-header-inner {
		min-height: 66px;
		padding: 10px 12px;
		border-radius: 16px;
	}

	.uvt-brand {
		font-size: 16px;
	}

	.uvt-brand-icon {
		width: 42px;
		height: 42px;
	}

	.uvt-hero {
		padding: 34px 8px 25px;
	}

	.uvt-hero h1 {
		font-size: 34px;
	}

	.uvt-hero p {
		font-size: 17px;
	}

	.uvt-tool-card {
		border-radius: 20px;
	}

	.uvt-listening-strip {
		padding: 11px 15px;
		font-size: 14px;
	}

	.uvt-waveform i:nth-child(n+10) {
		display: none;
	}

	.uvt-tool-workspace {
		grid-template-columns: 1fr;
	}

	.uvt-mic-zone {
		padding: 28px 18px 20px;
		border-right: 0;
		border-bottom: 1px solid var(--uvt-line);
	}

	.uvt-mic-rings {
		width: 176px;
		height: 176px;
	}

	.uvt-mic-button {
		width: 126px;
		height: 126px;
	}

	.uvt-transcript-zone {
		padding: 20px 19px 44px;
	}

	.uvt-transcript-zone textarea {
		min-height: 220px;
		font-size: 28px;
	}

	.uvt-action-buttons {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}

	.uvt-action-buttons button {
		min-width: 0;
		font-size: 12px;
	}

	.uvt-correction-form {
		display: grid;
		grid-template-columns: 1fr auto 1fr 46px;
	}

	.uvt-correction-form strong {
		grid-column: 1 / -1;
	}

	.uvt-correction-form input {
		width: 100%;
	}

	.uvt-section {
		margin-top: 60px;
	}

	.uvt-steps-grid,
	.uvt-post-grid,
	.uvt-faq-grid {
		grid-template-columns: 1fr;
	}

	.uvt-front-page .uvt-post-grid {
		display: flex;
		gap: 14px;
		overflow-x: auto;
		padding: 2px 2px 14px;
		scroll-snap-type: x mandatory;
		scrollbar-width: thin;
	}

	.uvt-front-page .uvt-post-card {
		flex: 0 0 min(82vw, 300px);
		scroll-snap-align: start;
	}

	.uvt-feature-panel {
		padding: 28px 22px;
		border-radius: 21px;
	}

	.uvt-content-layout,
	.uvt-blog-layout {
		padding: 42px 0 60px;
	}

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

	.uvt-field-row {
		grid-template-columns: 1fr;
	}

	.uvt-footer-grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.uvt-footer-bottom {
		flex-direction: column;
	}

	.uvt-cookie-notice {
		right: 12px;
		bottom: 12px;
		width: calc(100% - 24px);
		grid-template-columns: 1fr;
	}

	.uvt-cookie-actions {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .01ms !important;
	}
}
