/*
Theme Name: Marjan Writing Studio Pro
Theme URI: https://marjanservices.tech/
Author: Syed Abdul Quddus
Description: A premium, conversion-focused WordPress theme for professional writing services, content publishing, secure enquiries and optional order tracking.
Version: 6.2.0
Requires at least: 6.6
Tested up to: 7.1
Requires PHP: 8.0
Text Domain: marjan-writing-studio
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, rtl-language-support, wide-blocks
*/

:root {
	--mws-font-sans: "Plus Jakarta Sans", "Segoe UI Variable Text", "SF Pro Text", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	--mws-font-display: "Plus Jakarta Sans", "Segoe UI Variable Display", "SF Pro Display", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	--mws-navy-950: #06152f;
	--mws-navy-900: #081d42;
	--mws-navy-800: #0b2e67;
	--mws-blue-700: #075ee7;
	--mws-blue-600: #1b6df2;
	--mws-blue-100: #eaf2ff;
	--mws-gold-500: #ffc329;
	--mws-green-600: #08783f;
	--mws-red-600: #d92d3a;
	--mws-ink: #07152f;
	--mws-text: #22314c;
	--mws-muted: #66758d;
	--mws-soft: #f5f8fd;
	--mws-line: #dfe7f2;
	--mws-white: #fff;
	--mws-radius-sm: 10px;
	--mws-radius: 16px;
	--mws-radius-lg: 24px;
	--mws-shadow-sm: 0 8px 24px rgba(7, 31, 75, 0.07);
	--mws-shadow: 0 24px 60px rgba(7, 31, 75, 0.12);
	--mws-focus: 0 0 0 4px rgba(7, 94, 231, 0.2);
	--mws-transition: 180ms ease;
	--mws-content: 820px;
	--mws-wide: 1280px;
}

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

html {
	scroll-behavior: smooth;
	text-size-adjust: 100%;
}

body {
	margin: 0;
	background: var(--mws-white);
	color: var(--mws-text);
	font-family: var(--mws-font-sans);
	font-size: 16px;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
}

body.menu-is-open {
	overflow: hidden;
}

img,
svg,
video,
iframe {
	max-width: 100%;
}

img {
	height: auto;
}

figure {
	margin-inline: 0;
}

button,
input,
select,
textarea {
	font: inherit;
}

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

a {
	color: var(--mws-blue-700);
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

a:hover {
	text-decoration-thickness: 2px;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
	outline: 2px solid var(--mws-blue-700);
	outline-offset: 3px;
	box-shadow: var(--mws-focus);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	color: var(--mws-ink);
	font-family: var(--mws-font-display);
	font-weight: 800;
	line-height: 1.12;
	letter-spacing: -0.03em;
	text-wrap: balance;
}

p:first-child {
	margin-top: 0;
}

p:last-child {
	margin-bottom: 0;
}

.container {
	width: min(var(--mws-wide), calc(100% - 40px));
	margin-inline: auto;
}

.narrow {
	width: min(860px, calc(100% - 40px));
	margin-inline: auto;
}

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

.screen-reader-text:focus {
	clip: auto !important;
	width: auto;
	height: auto;
	top: 8px;
	inset-inline-start: 8px;
	padding: 12px 16px;
	background: var(--mws-white);
	color: #000;
	z-index: 100000;
	border-radius: 8px;
	box-shadow: var(--mws-shadow);
}

main[tabindex="-1"]:focus {
	outline: none;
}

.mws-icon-svg {
	width: 1.1em;
	height: 1.1em;
	vertical-align: -0.15em;
	flex: 0 0 auto;
}

/* Promotion bar */
.offer-bar {
	background: linear-gradient(90deg, #04142f, #082f70);
	color: var(--mws-white);
	font-size: 13px;
}

.offer-inner {
	min-height: 42px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.offer-message {
	display: flex;
	align-items: center;
	gap: 10px;
}

.offer-flame {
	width: 9px;
	height: 9px;
	border-radius: 999px;
	background: var(--mws-gold-500);
	box-shadow: 0 0 0 5px rgba(255, 195, 41, 0.12);
	flex: 0 0 auto;
}

.payment-mini {
	display: flex;
	align-items: center;
	white-space: nowrap;
}

.payment-mini span {
	padding-inline: 14px;
	border-inline-start: 1px solid rgba(255, 255, 255, 0.2);
}

/* Header */
.site-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: rgba(255, 255, 255, 0.96);
	backdrop-filter: blur(14px);
	border-bottom: 1px solid rgba(223, 231, 242, 0.9);
}

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

.nav-wrap {
	min-height: 86px;
	display: flex;
	align-items: center;
	gap: 28px;
}

.site-branding {
	min-width: 250px;
	line-height: 1;
}

.custom-logo-link {
	display: inline-flex;
	align-items: center;
}

.custom-logo {
	max-height: 62px;
	width: auto;
}

.brand {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	color: var(--mws-ink);
	text-decoration: none;
}

.brand-mark {
	width: 46px;
	height: 46px;
	display: grid;
	place-items: center;
	font-family: var(--mws-font-display);
	font-size: 36px;
	color: var(--mws-blue-700);
}

.brand-copy strong {
	display: block;
	font-family: var(--mws-font-display);
	font-size: clamp(25px, 2.2vw, 32px);
	font-weight: 700;
	line-height: 1;
}

.brand-copy small {
	display: block;
	margin-top: 7px;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.22em;
	color: var(--mws-muted);
}

.main-nav {
	margin-inline-start: auto;
}

.main-nav ul {
	list-style: none;
	display: flex;
	align-items: center;
	gap: 26px;
	margin: 0;
	padding: 0;
}

.main-nav li {
	position: relative;
}

.main-nav a {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	color: var(--mws-ink);
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.main-nav > ul > li > a::after,
.main-nav .menu > li > a::after {
	content: "";
	position: absolute;
	inset-inline: 0 100%;
	bottom: 3px;
	height: 3px;
	border-radius: 99px;
	background: var(--mws-blue-700);
	transition: inset var(--mws-transition);
}

.main-nav a:hover::after,
.main-nav .current-menu-item > a::after,
.main-nav .current-menu-ancestor > a::after {
	inset-inline-end: 0;
}

.main-nav .sub-menu {
	position: absolute;
	top: calc(100% + 8px);
	inset-inline-start: 0;
	min-width: 230px;
	display: grid;
	gap: 2px;
	padding: 10px;
	background: var(--mws-white);
	border: 1px solid var(--mws-line);
	border-radius: 14px;
	box-shadow: var(--mws-shadow);
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity var(--mws-transition), transform var(--mws-transition), visibility var(--mws-transition);
}

.main-nav li:hover > .sub-menu,
.main-nav li:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.main-nav .sub-menu a {
	width: 100%;
	padding: 7px 10px;
	border-radius: 8px;
}

.main-nav .sub-menu a:hover {
	background: var(--mws-soft);
}

.header-actions {
	display: flex;
	align-items: center;
	gap: 11px;
}

.header-wa,
.floating-wa {
	display: grid;
	place-items: center;
	border-radius: 999px;
	background: var(--mws-green-600);
	color: var(--mws-white);
	font-weight: 800;
	text-decoration: none;
	box-shadow: 0 10px 26px rgba(8, 120, 63, 0.25);
}

.header-wa {
	width: 44px;
	height: 44px;
	font-size: 12px;
}

.menu-toggle {
	display: none;
	align-items: center;
	gap: 8px;
	padding: 9px 12px;
	background: var(--mws-white);
	border: 1px solid var(--mws-line);
	border-radius: 10px;
	color: var(--mws-ink);
	font-weight: 800;
	cursor: pointer;
}

.menu-icon {
	width: 20px;
	display: grid;
	gap: 4px;
}

.menu-icon span {
	display: block;
	height: 2px;
	border-radius: 99px;
	background: currentColor;
}

/* Buttons and links */
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 46px;
	padding: 11px 20px;
	border: 1px solid transparent;
	border-radius: 10px;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
	cursor: pointer;
	transition: transform var(--mws-transition), box-shadow var(--mws-transition), background var(--mws-transition), border-color var(--mws-transition);
}

.btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 26px rgba(7, 62, 155, 0.16);
}

.btn-primary {
	background: linear-gradient(135deg, var(--mws-blue-700), var(--mws-blue-600));
	color: var(--mws-white);
}

.btn-outline {
	background: var(--mws-white);
	color: var(--mws-ink);
	border-color: #9db9ec;
}

.btn-gold {
	background: var(--mws-gold-500);
	color: var(--mws-ink);
}

.btn-light {
	background: var(--mws-white);
	color: var(--mws-navy-900);
}

.btn-whatsapp {
	background: var(--mws-green-600);
	color: var(--mws-white);
}

.btn-large {
	min-height: 56px;
	padding-inline: 26px;
}

.btn .mws-icon-svg {
	width: 18px;
	height: 18px;
}

.text-link,
.read-more {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-weight: 800;
	text-decoration: none;
}

/* Hero */
.hero {
	position: relative;
	background:
		radial-gradient(circle at 75% 10%, rgba(27, 109, 242, 0.08), transparent 30%),
		linear-gradient(180deg, #fff, #f7faff);
	border-bottom: 1px solid var(--mws-line);
	padding-bottom: 30px;
}

.hero-shell {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	min-height: 610px;
	background: var(--mws-white);
	overflow: hidden;
}

.hero-copy {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-block: 72px 64px;
	padding-inline: 0 52px;
}

.eyebrow,
.section-kicker {
	display: inline-flex;
	align-self: flex-start;
	padding: 7px 14px;
	border-radius: 999px;
	background: linear-gradient(90deg, #ffdc6b, var(--mws-gold-500));
	color: var(--mws-ink);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.section-kicker.inverse {
	background: rgba(255, 255, 255, 0.14);
	color: var(--mws-white);
}

.eyebrow-text {
	margin-bottom: 6px;
	color: var(--mws-blue-700);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.hero h1 {
	max-width: 720px;
	margin: 20px 0 18px;
	font-size: clamp(42px, 5vw, 70px);
	line-height: 1.02;
	letter-spacing: -0.052em;
}

.hero-copy > p:not(.privacy-note) {
	max-width: 670px;
	margin: 0;
	color: var(--mws-muted);
	font-size: 18px;
}

.hero-points {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 11px 20px;
	list-style: none;
	padding: 0;
	margin: 25px 0 28px;
}

.hero-points li {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	font-weight: 700;
}

.hero-points .mws-icon-svg {
	width: 19px;
	height: 19px;
	padding: 3px;
	border-radius: 50%;
	background: var(--mws-blue-700);
	color: var(--mws-white);
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.privacy-note {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	margin-top: 20px !important;
	color: var(--mws-muted);
	font-size: 12px;
}

.privacy-note .mws-icon-svg {
	width: 18px;
	height: 18px;
	margin-top: 2px;
	color: var(--mws-green-600);
}

.hero-media {
	position: relative;
	min-height: 610px;
	background: #eaf1fb;
	overflow: hidden;
}

.hero-media::before {
	content: "";
	position: absolute;
	inset-block: 0;
	inset-inline-start: 0;
	width: 120px;
	background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0));
	z-index: 1;
	pointer-events: none;
}

.hero-media picture {
	display: block;
	width: 100%;
	height: 100%;
}

.hero-media img {
	width: 100%;
	height: 100%;
	min-height: 610px;
	object-fit: cover;
	object-position: center;
	display: block;
}

.hero-proof-card {
	position: absolute;
	inset-inline-start: 34px;
	bottom: 32px;
	z-index: 3;
	display: flex;
	align-items: center;
	gap: 12px;
	max-width: 340px;
	padding: 14px 18px;
	background: rgba(255, 255, 255, 0.94);
	backdrop-filter: blur(12px);
	border: 1px solid rgba(255, 255, 255, 0.7);
	border-radius: 14px;
	box-shadow: var(--mws-shadow);
}

.proof-icon {
	width: 42px;
	height: 42px;
	display: grid;
	place-items: center;
	border-radius: 12px;
	background: var(--mws-blue-100);
	color: var(--mws-blue-700);
}

.hero-proof-card strong,
.hero-proof-card small {
	display: block;
}

.hero-proof-card small {
	margin-top: 2px;
	color: var(--mws-muted);
	font-size: 11px;
}

.offer-ribbon {
	position: absolute;
	inset-inline-end: 30px;
	top: 0;
	z-index: 3;
	width: 138px;
	padding: 20px 10px 36px;
	text-align: center;
	color: var(--mws-ink);
	background: linear-gradient(#ffd85b, #ffb800);
	clip-path: polygon(0 0, 100% 0, 100% 82%, 50% 100%, 0 82%);
	filter: drop-shadow(0 12px 14px rgba(97, 64, 0, 0.22));
}

.offer-ribbon span,
.offer-ribbon strong,
.offer-ribbon b {
	display: block;
}

.offer-ribbon span {
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.offer-ribbon strong {
	font-size: 48px;
	line-height: 1;
	margin-top: 4px;
}

.offer-ribbon b {
	font-size: 16px;
}

.trust-strip {
	position: relative;
	z-index: 4;
	margin-top: -30px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	background: var(--mws-white);
	border: 1px solid var(--mws-line);
	border-radius: var(--mws-radius);
	box-shadow: var(--mws-shadow);
	padding: 20px 8px;
}

.trust-strip > div {
	display: grid;
	grid-template-columns: 48px 1fr;
	grid-template-rows: auto auto;
	column-gap: 12px;
	padding: 2px 20px;
	border-inline-end: 1px solid var(--mws-line);
}

.trust-strip > div:last-child {
	border-inline-end: 0;
}

.trust-icon {
	grid-row: 1 / 3;
	width: 44px;
	height: 44px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: var(--mws-blue-100);
	color: var(--mws-blue-700);
}

.trust-icon .mws-icon-svg {
	width: 23px;
	height: 23px;
}

.trust-strip strong {
	font-size: 13px;
	color: var(--mws-ink);
}

.trust-strip small {
	color: var(--mws-muted);
	font-size: 11px;
}

.payment-strip {
	margin-top: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	padding: 16px 24px;
	background: linear-gradient(90deg, var(--mws-navy-950), var(--mws-navy-800));
	color: var(--mws-white);
	border-radius: 12px;
	font-size: 13px;
}

.payment-strip > * {
	padding-inline: 22px;
	border-inline-end: 1px solid rgba(255, 255, 255, 0.2);
}

.payment-strip > *:last-child {
	border-inline-end: 0;
}

/* Sections */
.section {
	padding: 86px 0;
}

.section-soft {
	background: var(--mws-soft);
}

.section-head {
	max-width: 780px;
	margin: 0 auto 42px;
	text-align: center;
}

.section-head.left {
	margin-inline: 0;
	text-align: start;
}

.section-head h2 {
	margin: 13px 0 12px;
	font-size: clamp(31px, 4vw, 48px);
}

.section-head p {
	margin: 0;
	color: var(--mws-muted);
}

.section-head-row {
	max-width: none;
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 30px;
	text-align: start;
}

.section-head-row h2 {
	margin-bottom: 0;
}


/* Gutenberg-managed homepage content */
.homepage-editor-section {
	padding-block: 56px;
	border-bottom: 1px solid var(--mws-line);
}

.homepage-editor-content {
	max-width: var(--mws-content);
}

.homepage-editor-content > :first-child {
	margin-top: 0;
}

.homepage-editor-content > :last-child {
	margin-bottom: 0;
}

/* Services */
.services-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.service-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: 24px;
	background: var(--mws-white);
	border: 1px solid var(--mws-line);
	border-radius: 18px;
	box-shadow: var(--mws-shadow-sm);
	transition: transform var(--mws-transition), box-shadow var(--mws-transition), border-color var(--mws-transition);
}

.service-card:hover {
	transform: translateY(-5px);
	border-color: #b7cef0;
	box-shadow: var(--mws-shadow);
}

.service-top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
}

.service-icon {
	width: 52px;
	height: 52px;
	display: grid;
	place-items: center;
	border-radius: 14px;
	background: linear-gradient(135deg, #e7f0ff, #cfe2ff);
	color: var(--mws-blue-700);
}

.service-icon .mws-icon-svg {
	width: 27px;
	height: 27px;
}

.off-badge {
	padding: 5px 8px;
	border-radius: 6px;
	background: var(--mws-red-600);
	color: var(--mws-white);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.06em;
}

.service-card h3 {
	margin: 17px 0 8px;
	font-size: 20px;
}

.service-card > p {
	margin: 0 0 20px;
	color: var(--mws-muted);
	font-size: 14px;
}

.dual-prices {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin-top: auto;
	padding: 14px;
	background: var(--mws-soft);
	border-radius: 12px;
}

.dual-prices > div + div {
	padding-inline-start: 12px;
	border-inline-start: 1px solid var(--mws-line);
}

.dual-prices small {
	display: block;
	color: var(--mws-muted);
	font-size: 10px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.07em;
}

.new-price {
	margin-top: 2px;
	color: var(--mws-ink);
	font-size: 20px;
	font-weight: 800;
}

.card-actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 9px;
	margin-top: 14px;
}

.card-actions.single-action {
	grid-template-columns: 1fr;
}


.card-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-height: 42px;
	padding: 9px 10px;
	border: 1px solid var(--mws-line);
	border-radius: 9px;
	color: var(--mws-ink);
	font-size: 11px;
	font-weight: 800;
	text-align: center;
	text-decoration: none;
}

.card-link:hover {
	border-color: #a9c5ed;
	background: #f8fbff;
}

.card-link.secondary {
	background: var(--mws-navy-950);
	border-color: var(--mws-navy-950);
	color: var(--mws-white);
}

/* Process */
.process-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
	gap: 64px;
	align-items: start;
}

.process-layout .section-head {
	position: sticky;
	top: 130px;
	margin-bottom: 0;
}

.process-layout .text-link {
	margin-top: 22px;
}

.process-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 14px;
}

.process-list li {
	display: grid;
	grid-template-columns: 64px 1fr;
	gap: 18px;
	align-items: start;
	padding: 22px;
	background: var(--mws-white);
	border: 1px solid var(--mws-line);
	border-radius: 16px;
	box-shadow: var(--mws-shadow-sm);
}

.step {
	width: 56px;
	height: 56px;
	display: grid;
	place-items: center;
	border-radius: 15px;
	background: var(--mws-navy-950);
	color: var(--mws-white);
	font-weight: 800;
}

.process-list strong {
	display: block;
	margin-top: 2px;
	font-size: 18px;
	color: var(--mws-ink);
}

.process-list p {
	margin: 6px 0 0;
	color: var(--mws-muted);
	font-size: 14px;
}

/* Quality */
.quality-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	gap: 22px;
}

.quality-panel {
	border-radius: var(--mws-radius-lg);
}

.quality-primary {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 48px;
	background: linear-gradient(145deg, var(--mws-navy-950), var(--mws-navy-800));
	color: var(--mws-white);
	box-shadow: var(--mws-shadow);
}

.quality-primary h2 {
	margin: 16px 0 14px;
	color: var(--mws-white);
	font-size: clamp(32px, 4vw, 48px);
}

.quality-primary p {
	margin-bottom: 26px;
	color: #d8e4f7;
}

.quality-cards {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
}

.mini-card {
	padding: 26px;
	background: var(--mws-white);
	border: 1px solid var(--mws-line);
	border-radius: 18px;
	box-shadow: var(--mws-shadow-sm);
}

.mini-card > span {
	width: 46px;
	height: 46px;
	display: grid;
	place-items: center;
	border-radius: 13px;
	background: var(--mws-blue-100);
	color: var(--mws-blue-700);
}

.mini-card h3 {
	margin: 16px 0 8px;
	font-size: 18px;
}

.mini-card p {
	margin: 0;
	color: var(--mws-muted);
	font-size: 13px;
}

/* FAQ */
.faq-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
	gap: 60px;
	align-items: start;
}

.faq-layout .section-head {
	position: sticky;
	top: 130px;
	margin-bottom: 0;
}

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

.faq-list details {
	background: var(--mws-white);
	border: 1px solid var(--mws-line);
	border-radius: 14px;
	box-shadow: var(--mws-shadow-sm);
	overflow: clip;
}

.faq-list summary {
	position: relative;
	padding-block: 19px;
	padding-inline: 20px 52px;
	color: var(--mws-ink);
	font-weight: 800;
	cursor: pointer;
	list-style: none;
}

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

.faq-list summary::after {
	content: "+";
	position: absolute;
	inset-inline-end: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 28px;
	height: 28px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: var(--mws-blue-100);
	color: var(--mws-blue-700);
	font-size: 19px;
}

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

.faq-list details p {
	margin: 0;
	padding: 0 20px 20px;
	color: var(--mws-muted);
}

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

.post-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	background: var(--mws-white);
	border: 1px solid var(--mws-line);
	border-radius: 18px;
	overflow: hidden;
	box-shadow: var(--mws-shadow-sm);
	transition: transform var(--mws-transition), box-shadow var(--mws-transition);
}

.post-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--mws-shadow);
}

.post-thumb {
	display: block;
	aspect-ratio: 16 / 9;
	background: #edf3fb;
	overflow: hidden;
}

.post-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 350ms ease;
}

.post-card:hover .post-thumb img {
	transform: scale(1.025);
}

.post-thumb-placeholder {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	color: #9ab4d9;
}

.post-thumb-placeholder .mws-icon-svg {
	width: 56px;
	height: 56px;
}

.post-card-body {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 22px;
}

.post-card-meta {
	margin-bottom: 8px;
	color: var(--mws-muted);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.post-card-title {
	margin: 0 0 10px;
	font-size: 21px;
}

.post-card-title a {
	color: var(--mws-ink);
	text-decoration: none;
}

.post-card-excerpt {
	color: var(--mws-muted);
	font-size: 14px;
}

.post-card-excerpt p {
	margin: 0;
}

.post-card .read-more {
	margin-top: auto;
	padding-top: 17px;
	font-size: 13px;
}

/* Order */
.order-section {
	background: #fff;
}

.order-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: 40px;
	align-items: start;
}

.panel,
.contact-card {
	background: var(--mws-white);
	border: 1px solid var(--mws-line);
	border-radius: 18px;
	box-shadow: var(--mws-shadow-sm);
}

.panel {
	padding: 28px;
}

.contact-card {
	padding: 24px;
	background: var(--mws-soft);
}

.contact-card h3 {
	margin-bottom: 14px;
	font-size: 18px;
}

.contact-data {
	margin: 0;
}

.contact-data > div {
	display: grid;
	grid-template-columns: 120px 1fr;
	gap: 12px;
	padding: 10px 0;
	border-bottom: 1px solid var(--mws-line);
}

.contact-data > div:last-child {
	border-bottom: 0;
}

.contact-data dt {
	font-weight: 800;
	color: var(--mws-ink);
}

.contact-data dd {
	margin: 0;
	word-break: break-word;
}

.small-note {
	margin-top: 14px;
	color: var(--mws-muted);
	font-size: 12px;
}

.order-panel {
	position: relative;
	min-height: 350px;
}

.order-fallback {
	display: flex;
	min-height: 300px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 24px;
}

.order-fallback-icon,
.no-results-icon {
	width: 64px;
	height: 64px;
	display: grid;
	place-items: center;
	border-radius: 18px;
	background: var(--mws-blue-100);
	color: var(--mws-blue-700);
}

.order-fallback-icon .mws-icon-svg,
.no-results-icon .mws-icon-svg {
	width: 30px;
	height: 30px;
}

.order-fallback h3 {
	margin: 18px 0 8px;
}

.order-fallback p {
	max-width: 530px;
	margin: 0 0 20px;
	color: var(--mws-muted);
}

/* CTA */
.cta {
	background: linear-gradient(135deg, var(--mws-navy-950), var(--mws-navy-800));
	color: var(--mws-white);
}

.cta-inner {
	min-height: 150px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
}

.cta small,
.cta strong {
	display: block;
}

.cta small {
	margin-bottom: 5px;
	color: #bfcfee;
	font-weight: 700;
}

.cta strong {
	font-size: clamp(24px, 3vw, 36px);
	line-height: 1.15;
}

/* Content pages and archives */
.content-area {
	padding: 46px 0 86px;
}

.content-shell {
	min-height: 50vh;
}

.breadcrumbs {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 7px;
	margin-bottom: 28px;
	color: var(--mws-muted);
	font-size: 12px;
}

.breadcrumbs a {
	color: var(--mws-muted);
	text-decoration: none;
}

.breadcrumbs a:hover {
	color: var(--mws-blue-700);
}

.archive-header {
	max-width: 860px;
	margin: 12px auto 42px;
	text-align: center;
}

.archive-header h1 {
	margin: 13px 0 12px;
	font-size: clamp(36px, 5vw, 56px);
}

.archive-header p,
.archive-description {
	color: var(--mws-muted);
}

.archive-search {
	max-width: 620px;
	margin: 22px auto 0;
}

.article-layout {
	width: min(960px, calc(100% - 40px));
	margin-inline: auto;
}

.article-header {
	margin-bottom: 30px;
	text-align: center;
}

.article-header.page-header {
	text-align: start;
}

.article-category {
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.article-category a {
	text-decoration: none;
}

.entry-title {
	margin: 0;
	font-size: clamp(38px, 5vw, 62px);
	line-height: 1.05;
	letter-spacing: -0.045em;
}

.entry-meta {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px 18px;
	margin-top: 16px;
	color: var(--mws-muted);
	font-size: 12px;
}

.entry-meta span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.entry-meta a {
	color: inherit;
}

.article-featured {
	display: block;
	width: 100%;
	margin-top: 28px;
	border-radius: 20px;
	box-shadow: var(--mws-shadow-sm);
}

.entry-content {
	max-width: var(--mws-content);
	margin-inline: auto;
	font-size: 17px;
}

.entry-content > * {
	max-width: 100%;
}

.entry-content .alignwide {
	--mws-alignwide-size: min(var(--mws-wide), calc(100vw - 40px));
	width: var(--mws-alignwide-size);
	max-width: none;
	margin-inline: calc((100% - var(--mws-alignwide-size)) / 2);
}

.entry-content .alignfull {
	width: 100vw;
	max-width: none;
	margin-inline: calc((100% - 100vw) / 2);
}

.entry-content h2 {
	margin-top: 2em;
	font-size: clamp(28px, 4vw, 38px);
}

.entry-content h3 {
	margin-top: 1.7em;
	font-size: clamp(23px, 3vw, 29px);
}

.entry-content h4 {
	margin-top: 1.5em;
	font-size: 21px;
}

.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content blockquote,
.entry-content table,
.entry-content figure {
	margin-top: 1.15em;
	margin-bottom: 1.15em;
}

.entry-content blockquote {
	margin-inline: 0;
	padding: 18px 22px;
	border-inline-start: 4px solid var(--mws-blue-700);
	background: var(--mws-soft);
	border-radius: 12px;
}

.entry-content table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
}

.entry-content th,
.entry-content td {
	padding: 11px 12px;
	border: 1px solid var(--mws-line);
	text-align: start;
}

.entry-content th {
	background: var(--mws-soft);
	color: var(--mws-ink);
}

.entry-content pre {
	overflow-x: auto;
	padding: 18px;
	background: #07152f;
	color: #eaf2ff;
	border-radius: 12px;
}

.entry-content code {
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-size: 0.9em;
}

.author-box {
	max-width: var(--mws-content);
	margin: 50px auto 0;
	display: grid;
	grid-template-columns: 88px 1fr;
	gap: 22px;
	padding: 24px;
	background: var(--mws-soft);
	border: 1px solid var(--mws-line);
	border-radius: 18px;
}

.author-avatar {
	border-radius: 50%;
}

.author-box h2 {
	margin: 0 0 7px;
	font-size: 22px;
}

.author-box p:not(.eyebrow-text) {
	margin: 0 0 10px;
	color: var(--mws-muted);
	font-size: 14px;
}

.post-navigation {
	max-width: var(--mws-content);
	margin: 34px auto 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}

.post-navigation > div:last-child {
	text-align: end;
}

.post-navigation a {
	display: block;
	padding: 17px;
	border: 1px solid var(--mws-line);
	border-radius: 12px;
	color: var(--mws-ink);
	font-weight: 800;
	text-decoration: none;
}

.post-navigation a span {
	display: block;
	margin-bottom: 3px;
	color: var(--mws-muted);
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

/* Search, pagination, empty state */
.search-form {
	display: flex;
	gap: 8px;
}

.search-field {
	min-width: 0;
	flex: 1;
	min-height: 48px;
	padding: 10px 14px;
	background: var(--mws-white);
	border: 1px solid #b9c9df;
	border-radius: 10px;
	color: var(--mws-ink);
}

.search-submit {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: 48px;
	padding: 10px 16px;
	background: var(--mws-navy-950);
	border: 1px solid var(--mws-navy-950);
	border-radius: 10px;
	color: var(--mws-white);
	font-weight: 800;
	cursor: pointer;
}

.navigation.pagination {
	margin-top: 38px;
}

.nav-links {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px;
}

.page-numbers {
	min-width: 42px;
	min-height: 42px;
	display: inline-grid;
	place-items: center;
	padding: 7px 12px;
	border: 1px solid var(--mws-line);
	border-radius: 9px;
	color: var(--mws-ink);
	font-weight: 800;
	text-decoration: none;
}

.page-numbers.current {
	background: var(--mws-blue-700);
	border-color: var(--mws-blue-700);
	color: var(--mws-white);
}

.no-results,
.error-404 {
	max-width: 700px;
	margin: 40px auto;
	text-align: center;
}

.no-results-icon {
	margin: 0 auto 18px;
}

.no-results h2,
.error-404 h1 {
	font-size: clamp(30px, 4vw, 45px);
}

.no-results .search-form,
.error-404 .search-form {
	max-width: 560px;
	margin: 22px auto 0;
}

.error-code {
	display: block;
	margin-bottom: -10px;
	color: #e2ebf8;
	font-size: clamp(90px, 18vw, 180px);
	font-weight: 800;
	line-height: 0.9;
	letter-spacing: -0.08em;
}

.error-actions {
	justify-content: center;
	margin-top: 22px;
}

.notice-info-box,
.notice-error,
.notice-success {
	padding: 14px 16px;
	border-radius: 10px;
	font-size: 14px;
}

.notice-info-box {
	background: #edf5ff;
	border: 1px solid #b9d2f5;
	color: #164b87;
}

.notice-error {
	background: #fff0f1;
	border: 1px solid #f0b8bd;
	color: #8e1f29;
}

.notice-success {
	background: #ecfbf3;
	border: 1px solid #b8e5cc;
	color: #17683d;
}

/* Comments */
.comments-area {
	max-width: var(--mws-content);
	margin: 46px auto 0;
	padding-top: 34px;
	border-top: 1px solid var(--mws-line);
}

.comments-title,
.comment-reply-title {
	font-size: 24px;
}

.comment-list {
	list-style: none;
	padding: 0;
}

.comment-list .children {
	list-style: none;
	margin-inline-start: 26px;
	padding: 0;
}

.comment-body {
	margin-bottom: 16px;
	padding: 18px;
	background: var(--mws-soft);
	border: 1px solid var(--mws-line);
	border-radius: 12px;
}

.comment-meta {
	font-size: 12px;
}

.comment-author {
	display: flex;
	align-items: center;
	gap: 8px;
}

.comment-author img {
	border-radius: 50%;
}

.comment-form label {
	display: block;
	margin-bottom: 5px;
	font-weight: 700;
}

.comment-form input:not([type="checkbox"]),
.comment-form textarea {
	width: 100%;
	padding: 11px 12px;
	border: 1px solid #b9c9df;
	border-radius: 9px;
}

.comment-form .submit {
	min-height: 46px;
	padding: 10px 18px;
	background: var(--mws-blue-700);
	border: 0;
	border-radius: 9px;
	color: var(--mws-white);
	font-weight: 800;
	cursor: pointer;
}

/* Common plugin form compatibility */
.order-panel input:not([type="checkbox"]):not([type="radio"]),
.order-panel select,
.order-panel textarea,
.tracking-page input:not([type="checkbox"]):not([type="radio"]),
.tracking-page select,
.tracking-page textarea {
	width: 100%;
	min-height: 46px;
	padding: 10px 12px;
	border: 1px solid #b9c9df;
	border-radius: 9px;
	background: var(--mws-white);
	color: var(--mws-ink);
}

.order-panel textarea,
.tracking-page textarea {
	min-height: 130px;
	resize: vertical;
}

.order-panel button,
.tracking-page button,
.order-panel input[type="submit"],
.tracking-page input[type="submit"] {
	min-height: 46px;
	padding: 10px 18px;
	background: var(--mws-blue-700);
	border: 0;
	border-radius: 9px;
	color: var(--mws-white);
	font-weight: 800;
	cursor: pointer;
}

/* Footer */
.site-footer {
	padding: 66px 0 0;
	background: #04142f;
	color: #cbd7e9;
}

.footer-grid {
	display: grid;
	grid-template-columns: 1.45fr 0.8fr 0.8fr 0.9fr;
	gap: 44px;
	padding-bottom: 48px;
}

.footer-brand {
	color: var(--mws-white);
}

.footer-brand .brand-mark {
	color: var(--mws-gold-500);
}

.footer-brand .brand-copy small {
	color: #9fb1cb;
}

.footer-about > p {
	max-width: 440px;
	margin: 18px 0;
	color: #aebdd2;
	font-size: 14px;
}

.footer-heading {
	margin: 5px 0 17px;
	color: var(--mws-white);
	font-size: 14px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.site-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-footer li + li {
	margin-top: 9px;
}

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

.site-footer a:hover {
	color: var(--mws-white);
}

.contact-list li {
	display: grid;
	grid-template-columns: 90px 1fr;
	gap: 10px;
	font-size: 13px;
}

.contact-list strong {
	color: var(--mws-white);
}

.copyright {
	min-height: 70px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	color: #91a4c0;
	font-size: 12px;
}

.floating-wa {
	position: fixed;
	inset-inline-end: 22px;
	bottom: max(22px, env(safe-area-inset-bottom));
	z-index: 999;
	min-height: 56px;
	min-width: 56px;
	max-width: min(260px, calc(100vw - 32px));
	padding: 0 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	font-size: 14px;
	line-height: 1;
	border: 1px solid rgba(255,255,255,.28);
	box-shadow: 0 14px 32px rgba(8, 120, 63, 0.3);
}

.floating-wa:hover,
.floating-wa:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 18px 36px rgba(8, 120, 63, 0.36);
}

.floating-wa-icon,
.header-wa .mws-icon-svg {
	display: grid;
	place-items: center;
	flex: 0 0 auto;
}

.floating-wa-icon .mws-icon-svg {
	width: 22px;
	height: 22px;
}

.floating-wa-label {
	white-space: nowrap;
}

.header-wa .mws-icon-svg {
	width: 21px;
	height: 21px;
}

/* WooCommerce integration */
.woocommerce .woocommerce-breadcrumb,
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error {
	font-family: var(--mws-font-sans);
}

.woocommerce .button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button,
.woocommerce #respond input#submit {
	min-height: 44px;
	padding: 11px 18px;
	border-radius: 10px;
	background: var(--mws-blue-700);
	color: var(--mws-white);
	font-weight: 800;
}

.woocommerce .button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.button:hover,
.woocommerce #respond input#submit:hover {
	background: var(--mws-navy-800);
	color: var(--mws-white);
}

.woocommerce div.product div.images img,
.woocommerce ul.products li.product img {
	border-radius: 14px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	padding: 16px;
	background: var(--mws-white);
	border: 1px solid var(--mws-line);
	border-radius: 16px;
	box-shadow: var(--mws-shadow-sm);
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce .quantity .qty {
	min-height: 44px;
	border: 1px solid #b9c8dc;
	border-radius: 9px;
	padding: 9px 11px;
}

.woocommerce-checkout #payment,
.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
	border-radius: 16px;
}

.woocommerce table.shop_table {
	border-color: var(--mws-line);
	border-radius: 12px;
}

.woocommerce .wc-block-components-button,
.woocommerce .wc-block-cart__submit-button,
.woocommerce .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
	min-height: 46px;
	border-radius: 10px;
	background: var(--mws-blue-700);
	color: var(--mws-white);
	font-weight: 800;
}

.woocommerce .wc-block-components-text-input input,
.woocommerce .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
	border-radius: 9px;
}

/* Responsive */
@media (max-width: 1180px) {
	.site-branding {
		min-width: 210px;
	}

	.main-nav ul {
		gap: 17px;
	}

	.nav-cta {
		display: none;
	}

	.services-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 1024px) {
	.menu-toggle {
		display: inline-flex;
		margin-inline-start: auto;
	}

	.main-nav {
		position: absolute;
		inset-inline: 20px;
		top: calc(100% + 1px);
		max-height: min(70vh, calc(100dvh - 120px));
		overflow: auto;
		z-index: 1100;
		padding: 12px;
		background: var(--mws-white);
		border: 1px solid var(--mws-line);
		border-radius: 0 0 16px 16px;
		box-shadow: var(--mws-shadow);
		opacity: 0;
		visibility: hidden;
		transform: translateY(-8px);
		transition: opacity var(--mws-transition), transform var(--mws-transition), visibility var(--mws-transition);
	}

	.main-nav.open {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}

	.main-nav ul,
	.main-nav .sub-menu {
		position: static;
		display: grid;
		gap: 2px;
		min-width: 0;
		padding: 0;
		background: transparent;
		border: 0;
		box-shadow: none;
		opacity: 1;
		visibility: visible;
		transform: none;
	}

	.main-nav .sub-menu {
		margin-inline-start: 18px;
	}

	.main-nav a {
		width: 100%;
		padding: 6px 10px;
		border-radius: 8px;
	}

	.main-nav > ul > li > a::after,
	.main-nav .menu > li > a::after {
		display: none;
	}

	.main-nav a:hover {
		background: var(--mws-soft);
	}

	.hero-shell {
		grid-template-columns: 1fr;
	}

	.hero-copy {
		padding: 62px 0 42px;
	}

	.hero-media {
		min-height: 470px;
		border-radius: 20px;
	}

	.hero-media img {
		min-height: 470px;
	}

	.hero-media::before {
		display: none;
	}

	.trust-strip {
		grid-template-columns: repeat(2, 1fr);
		margin-top: 20px;
	}

	.trust-strip > div:nth-child(2) {
		border-inline-end: 0;
	}

	.trust-strip > div:nth-child(-n+2) {
		padding-bottom: 18px;
		margin-bottom: 18px;
		border-bottom: 1px solid var(--mws-line);
	}

	.process-layout,
	.faq-layout,
	.order-layout,
	.quality-grid {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.process-layout .section-head,
	.faq-layout .section-head {
		position: static;
	}

	.footer-grid {
		grid-template-columns: 1.4fr 1fr 1fr;
	}

	.footer-grid > div:last-child {
		grid-column: 2 / 4;
	}
}

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

@media (max-width: 760px) {
	.container,
	.article-layout,
	.narrow {
		width: min(100% - 28px, var(--mws-wide));
	}

	.offer-inner {
		justify-content: center;
		text-align: center;
	}

	.payment-mini {
		display: none;
	}

	.nav-wrap {
		min-height: 74px;
		gap: 12px;
	}

	.site-branding {
		min-width: 0;
		max-width: 55%;
	}

	.brand-mark {
		width: 38px;
		height: 38px;
		font-size: 30px;
	}

	.brand-copy strong {
		font-size: 23px;
	}

	.brand-copy small {
		font-size: 8px;
	}

	.header-wa {
		display: none;
	}

	.menu-label {
		display: none;
	}

	.hero h1 {
		font-size: clamp(38px, 12vw, 54px);
	}

	.hero-copy > p:not(.privacy-note) {
		font-size: 16px;
	}

	.hero-points {
		grid-template-columns: 1fr;
	}

	.hero-actions .btn {
		width: 100%;
	}

	.hero-media,
	.hero-media img {
		min-height: 360px;
	}

	.hero-proof-card {
		inset-inline: 16px;
		bottom: 16px;
		max-width: none;
	}

	.offer-ribbon {
		inset-inline-end: 16px;
		width: 116px;
	}

	.offer-ribbon strong {
		font-size: 40px;
	}

	.trust-strip,
	.services-grid,
	.post-grid,
	.quality-cards {
		grid-template-columns: 1fr;
	}

	.trust-strip > div {
		border-inline-end: 0;
		padding: 14px 14px;
		margin: 0 !important;
		border-bottom: 1px solid var(--mws-line);
	}

	.trust-strip > div:last-child {
		border-bottom: 0;
	}

	.payment-strip {
		justify-content: flex-start;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.payment-strip > * {
		flex: 0 0 auto;
		padding-inline: 14px;
	}

	.section {
		padding: 64px 0;
	}

	.section-head-row,
	.cta-inner,
	.copyright {
		align-items: flex-start;
		flex-direction: column;
	}

	.section-head-row .text-link {
		margin-top: -15px;
	}

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

	.quality-primary {
		padding: 32px 24px;
	}

	.process-list li {
		grid-template-columns: 48px 1fr;
		padding: 18px;
	}

	.step {
		width: 46px;
		height: 46px;
		border-radius: 12px;
	}

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

	.post-navigation > div:last-child {
		text-align: start;
	}

	.author-box {
		grid-template-columns: 64px 1fr;
		gap: 16px;
	}

	.author-avatar {
		width: 64px;
		height: 64px;
	}

	.footer-grid {
		grid-template-columns: 1fr 1fr;
		gap: 34px 24px;
	}

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

	.footer-grid > div:last-child {
		grid-column: auto;
	}

	.copyright {
		padding: 20px 0;
	}

	.entry-content .alignwide,
	.entry-content .alignfull {
		width: calc(100vw - 28px);
	}
}

@media (max-width: 520px) {
	.main-nav {
		inset-inline: 14px;
	}

	.footer-grid {
		grid-template-columns: 1fr;
	}

	.footer-about,
	.footer-grid > div:last-child {
		grid-column: auto;
	}

	.contact-list li,
	.contact-data > div {
		grid-template-columns: 1fr;
		gap: 2px;
	}

	.search-form {
		flex-direction: column;
	}

	.search-submit {
		justify-content: center;
	}

	.floating-wa {
		inset-inline-end: 16px;
		bottom: max(16px, env(safe-area-inset-bottom));
		min-width: 52px;
		min-height: 52px;
		padding-inline: 15px;
	}

	.floating-wa-label {
		display: none;
	}
}

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

/* Premium intent pages and service architecture. Version 6.0 */
.core-page-hero {
	max-width: 900px;
	margin: 18px auto 46px;
	text-align: center;
}
.core-page-hero h1 {
	margin: 12px 0 16px;
	font-size: clamp(40px, 6vw, 68px);
	letter-spacing: -0.045em;
}
.answer-lead {
	max-width: 820px;
	margin-inline: auto;
	color: var(--mws-text);
	font-size: clamp(18px, 2vw, 21px);
	line-height: 1.75;
}
.compact-section { padding-block: 44px; }
.soft-section {
	margin-inline: calc((100vw - 100%) / -2);
	padding-inline: max(20px, calc((100vw - var(--mws-wide)) / 2));
	background: var(--mws-soft);
}
.two-column-detail {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
	gap: 42px;
	align-items: start;
}
.three-grid, .four-grid, .two-grid, .pricing-grid, .topic-grid, .service-link-grid {
	display: grid;
	gap: 20px;
}
.three-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.four-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.two-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.pricing-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.topic-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.service-link-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.info-card, .price-card, .topic-card, .related-card, .boundary-card, .empty-proof, .editorial-note, .article-service-cta, .taxonomy-quality-note {
	border: 1px solid var(--mws-line);
	border-radius: var(--mws-radius);
	background: var(--mws-white);
	box-shadow: var(--mws-shadow-sm);
}
.info-card, .price-card, .boundary-card, .empty-proof, .editorial-note, .article-service-cta, .taxonomy-quality-note { padding: 24px; }
.info-card p, .price-card p, .related-card span, .topic-card p { color: var(--mws-muted); }
.card-icon { display: inline-grid; place-items: center; width: 42px; height: 42px; margin-bottom: 14px; border-radius: 12px; background: var(--mws-blue-100); color: var(--mws-blue-700); }
.check-list, .plain-list, .brief-list { padding: 0; margin: 22px 0 0; list-style: none; }
.check-list li { display: flex; gap: 10px; margin: 13px 0; }
.check-list .mws-icon-svg { margin-top: .3em; color: var(--mws-green-600); }
.plain-list li, .brief-list li { margin: 0; padding: 12px 0; border-bottom: 1px solid var(--mws-line); }
.brief-list { counter-reset: brief; }
.brief-list li { counter-increment: brief; display: grid; grid-template-columns: 32px 1fr; gap: 10px; }
.brief-list li::before { content: counter(brief); display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: var(--mws-blue-100); color: var(--mws-blue-700); font-weight: 800; }
.boundary-card { background: #fff9e8; border-color: #f0d782; }
.premium-editor-content { max-width: 920px; }
.editor-proof-section { border-top: 1px solid var(--mws-line); }
.service-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
	gap: 42px;
	align-items: center;
	padding: 28px 0 54px;
}
.service-hero h1 { margin: 12px 0 16px; font-size: clamp(42px, 6vw, 70px); letter-spacing: -0.05em; }
.service-hero .answer-lead { margin-inline: 0; }
.service-cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.service-price-card { padding: 28px; border: 1px solid var(--mws-line); border-radius: 20px; background: linear-gradient(145deg, var(--mws-navy-950), var(--mws-navy-800)); color: #fff; box-shadow: var(--mws-shadow); }
.service-price-card span, .service-price-card small { display: block; color: #c8d7ee; }
.service-price-card strong { display: block; margin: 8px 0; font-size: clamp(30px, 4vw, 44px); }
.service-price-card p { margin-top: 18px; color: #e6eef9; font-size: 13px; }
.process-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; padding: 0; list-style: none; }
.service-workflow-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.process-grid li { padding: 22px; border: 1px solid var(--mws-line); border-radius: var(--mws-radius); background: #fff; }
.process-grid li > span { color: var(--mws-blue-700); font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.process-grid h3 { margin: 14px 0 8px; font-size: 18px; }
.process-grid p { margin: 0; color: var(--mws-muted); font-size: 14px; }
.related-card, .topic-card { display: flex; flex-direction: column; padding: 22px; color: var(--mws-ink); text-decoration: none; transition: transform var(--mws-transition), box-shadow var(--mws-transition), border-color var(--mws-transition); }
.related-card:hover, .topic-card:hover { transform: translateY(-2px); border-color: #b7cae7; box-shadow: var(--mws-shadow); text-decoration: none; }
.related-card strong, .topic-card strong { font-size: 18px; }
.related-card span { margin-top: 7px; font-size: 14px; }
.related-card em { margin-top: auto; padding-top: 14px; color: var(--mws-blue-700); font-size: 13px; font-style: normal; font-weight: 800; }
.price-card { display: flex; flex-direction: column; }
.price-card h3 { font-size: 19px; }
.price-line { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 16px; border-top: 1px solid var(--mws-line); }
.price-line strong { color: var(--mws-ink); font-size: 24px; }
.price-card small { margin: 6px 0 12px; color: var(--mws-muted); }
.contact-page-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.policy-sections > section { padding: 24px 0; border-bottom: 1px solid var(--mws-line); }
.policy-sections > section h2 { font-size: 25px; }
.policy-note { margin-top: 30px; padding: 18px 20px; border-inline-start: 4px solid var(--mws-gold-500); background: #fff9e8; border-radius: 10px; }
.policy-custom-content { margin-bottom: 38px; }
.empty-proof { max-width: 760px; margin: 0 auto; text-align: center; }
.editorial-note, .article-service-cta, .related-guides { max-width: var(--mws-content); margin: 38px auto 0; }
.editorial-note { background: var(--mws-soft); }
.editorial-note h2 { margin-bottom: 8px; font-size: 20px; }
.article-service-cta { border-color: #bad0f2; background: linear-gradient(145deg, #f6f9ff, #eef5ff); }
.article-service-cta h2 { margin: 8px 0; font-size: 25px; }
.article-service-cta .btn { margin-top: 8px; }
.author-role { font-weight: 800; color: var(--mws-ink) !important; }
.author-credentials { font-size: 13px !important; }
.topic-card span { margin-top: 5px; color: var(--mws-blue-700); font-size: 12px; font-weight: 800; }
.taxonomy-quality-note { max-width: 820px; margin: -18px auto 34px; background: #fff9e8; }
.evidence-links { display: grid; gap: 12px; }
.evidence-link { display: block; padding: 18px; border: 1px solid var(--mws-line); border-radius: 14px; color: var(--mws-ink); text-decoration: none; background: #fff; }
.evidence-link strong, .evidence-link span { display: block; }
.evidence-link span { margin-top: 4px; color: var(--mws-muted); font-size: 13px; }
.evidence-link:hover { border-color: #b7cae7; box-shadow: var(--mws-shadow-sm); text-decoration: none; }
.service-final-cta { margin-top: 36px; border-radius: var(--mws-radius-lg); overflow: hidden; }
.service-final-cta .cta-inner { padding-inline: 34px; }

@media (max-width: 1024px) {
	.pricing-grid, .topic-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.four-grid, .process-grid, .service-workflow-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.service-hero, .two-column-detail { grid-template-columns: 1fr; }
	.service-price-card { max-width: 620px; }
}
@media (max-width: 720px) {
	.three-grid, .two-grid, .pricing-grid, .topic-grid, .service-link-grid, .contact-page-grid, .four-grid, .process-grid, .service-workflow-grid { grid-template-columns: 1fr; }
	.service-hero { padding-top: 12px; }
	.service-hero h1, .core-page-hero h1 { font-size: clamp(36px, 10vw, 52px); }
	.service-cta-row { flex-direction: column; }
	.service-cta-row .btn { width: 100%; }
	.soft-section { margin-inline: 0; padding-inline: 20px; }
	.service-final-cta { border-radius: 16px; }
	.service-final-cta .cta-inner { padding: 28px 22px; }
}
.service-featured-media {
	margin: 0 auto 22px;
	max-width: 1040px;
}
.service-featured-media img {
	display: block;
	width: 100%;
	border-radius: 22px;
	box-shadow: var(--mws-shadow-sm);
}
