/*
Theme Name: Nawf Cooling
Theme URI: https://nawfcooling.online
Author: Local City Solutions
Author URI: https://localcitysolutions.com
Description: Bilingual (Arabic/English) custom theme for Nawf Saud Al-Otaibi Est. for Refrigeration & Air Conditioning, Riyadh. Washing machine, AC, dryer and refrigerator repair. No page builder, no plugin dependencies, self-hosted fonts.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nawf-cooling
Tags: business, rtl-language-support, custom-logo, two-columns, right-sidebar

Everything below uses CSS logical properties only — no hard-coded left/right —
so the Arabic (RTL) side mirrors without a separate stylesheet.
*/

/* ============================================================ FONTS ==== */

@font-face {
	font-family: "Plex";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("assets/fonts/plex-la-400.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215;
}
@font-face {
	font-family: "Plex";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("assets/fonts/plex-la-600.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215;
}
@font-face {
	font-family: "Plex";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("assets/fonts/plex-la-700.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215;
}
@font-face {
	font-family: "Plex";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("assets/fonts/plex-ar-400.woff2") format("woff2");
	unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+08A0-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FEFF;
}
@font-face {
	font-family: "Plex";
	font-style: normal;
	font-weight: 600 700;
	font-display: swap;
	src: url("assets/fonts/plex-ar-700.woff2") format("woff2");
	unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+08A0-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FEFF;
}

/* ============================================================ TOKENS === */

:root {
	--navy-950: #04101F;
	--navy-900: #06152B;
	--navy-800: #0A1F3C;
	--navy-700: #102C51;
	--navy-600: #1A3E6C;
	--navy-500: #2B568C;

	--orange: #FF7A1A;
	--orange-600: #ED6608;
	--orange-700: #C74F00;
	--orange-050: #FFF3E8;

	--cyan: #35B9E6;
	--cyan-050: #E8F6FC;

	--wa: #1FA855;
	--wa-dark: #16833F;

	--ink: #0C1B2E;
	--body: #44576E;
	--muted: #6B7E94;
	--line: #DFE7F0;
	--line-soft: #EDF2F8;
	--surface: #FFFFFF;
	--surface-2: #F5F8FC;
	--surface-3: #EDF3F9;

	--radius: 16px;
	--radius-lg: 22px;
	--radius-sm: 10px;

	--shadow-1: 0 1px 2px rgba(6, 21, 43, .05), 0 6px 16px -8px rgba(6, 21, 43, .14);
	--shadow-2: 0 2px 6px rgba(6, 21, 43, .06), 0 20px 40px -20px rgba(6, 21, 43, .26);
	--shadow-3: 0 30px 70px -30px rgba(6, 21, 43, .5);

	--wrap: 1200px;
	--gutter: 20px;
	--sec-y: clamp(56px, 7vw, 104px);
	--head-h: 72px;
}

/* ============================================================ BASE ===== */

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

html {
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
	overflow-x: clip;
}

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

body {
	margin: 0;
	background: var(--surface);
	color: var(--body);
	font-family: "Plex", "Segoe UI", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
	font-size: 17px;
	line-height: 1.68;
	font-weight: 400;
	overflow-x: clip;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body.lang-ar { font-size: 17.5px; line-height: 1.85; }

h1, h2, h3, h4 {
	color: var(--ink);
	font-weight: 700;
	line-height: 1.18;
	margin: 0 0 .5em;
	letter-spacing: -.015em;
}
body.lang-ar h1, body.lang-ar h2, body.lang-ar h3, body.lang-ar h4 {
	line-height: 1.42;
	letter-spacing: 0;
}

h1 { font-size: clamp(30px, 4.6vw, 52px); }
h2 { font-size: clamp(25px, 3.1vw, 38px); }
h3 { font-size: clamp(18px, 1.6vw, 21px); }

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

a { color: var(--navy-600); text-decoration: none; }
a:hover { color: var(--orange-600); }

img, svg { max-width: 100%; }
img { height: auto; display: block; }

ul, ol { margin: 0; padding: 0; list-style: none; }

button { font: inherit; color: inherit; cursor: pointer; }

:focus-visible {
	outline: 3px solid var(--orange);
	outline-offset: 2px;
	border-radius: 4px;
}

.ico { width: 1.25em; height: 1.25em; flex: none; }

.wrap {
	width: 100%;
	max-width: var(--wrap);
	margin-inline: auto;
	padding-inline: var(--gutter);
}
.wrap-narrow { max-width: 820px; }

.skip {
	position: absolute;
	inset-block-start: -60px;
	inset-inline-start: 16px;
	z-index: 200;
	background: var(--orange);
	color: #fff;
	padding: 10px 18px;
	border-radius: 0 0 10px 10px;
	font-weight: 600;
	transition: inset-block-start .15s;
}
.skip:focus { inset-block-start: 0; color: #fff; }

/* ============================================================ BUTTONS == */

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 52px;
	padding: 12px 24px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
	cursor: pointer;
	transition: transform .16s ease, box-shadow .16s ease, background-color .16s ease, color .16s ease;
}
.btn:active { transform: translateY(1px); }
.btn b { font-weight: 700; opacity: .92; font-size: 15px; }

.btn-primary {
	background: linear-gradient(180deg, var(--orange) 0%, var(--orange-600) 100%);
	color: #fff;
	box-shadow: 0 10px 22px -10px rgba(237, 102, 8, .85);
}
.btn-primary:hover { color: #fff; box-shadow: 0 16px 30px -12px rgba(237, 102, 8, .95); transform: translateY(-1px); }

.btn-wa { background: var(--wa); color: #fff; box-shadow: 0 10px 22px -12px rgba(31, 168, 85, .9); }
.btn-wa:hover { background: var(--wa-dark); color: #fff; transform: translateY(-1px); }

.btn-ghost { background: transparent; border-color: var(--line); color: var(--ink); }
.btn-ghost:hover { border-color: var(--navy-600); color: var(--navy-700); background: var(--surface-2); }

.on-dark .btn-ghost { border-color: rgba(255, 255, 255, .3); color: #fff; }
.on-dark .btn-ghost:hover { background: rgba(255, 255, 255, .1); color: #fff; border-color: rgba(255, 255, 255, .55); }

.btn-sm { min-height: 42px; padding: 8px 18px; font-size: 15px; }

.cta-pair { display: flex; flex-wrap: wrap; gap: 12px; }
.cta-pair.stack { flex-direction: column; }
.cta-pair.stack .btn { width: 100%; }

/* ============================================================ TOPBAR === */

.topbar {
	background: var(--navy-950);
	color: #A9BDD4;
	font-size: 13.5px;
}
.topbar .wrap {
	display: flex;
	align-items: center;
	gap: 14px;
	min-height: 40px;
}
.topbar .ico { width: 15px; height: 15px; color: var(--cyan); }
.tb-hours, .tb-area { display: inline-flex; align-items: center; gap: 7px; }
.tb-sep { width: 1px; height: 14px; background: rgba(255, 255, 255, .16); }
.tb-phone {
	margin-inline-start: auto;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: #fff;
	font-weight: 600;
	padding: 6px 0;
}
.tb-phone .ico { color: var(--orange); }
.tb-phone:hover { color: var(--orange); }

@media (max-width: 720px) {
	.tb-area, .tb-sep { display: none; }
	.topbar { font-size: 12.5px; }
}

/* ============================================================ HEADER === */

.site-head {
	position: sticky;
	inset-block-start: 0;
	z-index: 90;
	background: rgba(255, 255, 255, .92);
	backdrop-filter: saturate(160%) blur(12px);
	border-block-end: 1px solid var(--line-soft);
}
.site-head.is-stuck { box-shadow: 0 6px 24px -14px rgba(6, 21, 43, .4); }

.site-head .wrap {
	display: flex;
	align-items: center;
	gap: 18px;
	min-height: var(--head-h);
}

.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); }
.brand-img { max-height: 46px; width: auto; }
.brand-mark {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 13px;
	background: linear-gradient(145deg, var(--navy-700), var(--navy-900));
	color: var(--cyan);
	flex: none;
	box-shadow: 0 6px 14px -8px rgba(6, 21, 43, .9);
}
.brand-mark .ico { width: 23px; height: 23px; }
.brand-text { display: flex; flex-direction: column; line-height: 1.22; }
.brand-text b { font-size: 17px; font-weight: 700; color: var(--ink); letter-spacing: -.01em; }
.brand-text i { font-style: normal; font-size: 12.5px; color: var(--muted); }

.nav { display: flex; gap: 4px; margin-inline-start: auto; }
.nav a {
	padding: 9px 14px;
	border-radius: 10px;
	color: var(--body);
	font-weight: 600;
	font-size: 15.5px;
}
.nav a:hover { background: var(--surface-2); color: var(--navy-700); }
.nav a[aria-current="page"] { color: var(--navy-800); background: var(--surface-3); }

.head-side { display: flex; align-items: center; gap: 10px; }

.lang {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 6px 14px;
	border: 1px solid var(--line);
	border-radius: 999px;
	font-weight: 600;
	font-size: 14.5px;
	color: var(--navy-700);
}
.lang:hover { border-color: var(--navy-600); background: var(--surface-2); color: var(--navy-800); }

.burger {
	display: none;
	width: 44px;
	height: 44px;
	align-items: center;
	justify-content: center;
	background: var(--surface-2);
	border: 1px solid var(--line);
	border-radius: 12px;
	color: var(--ink);
}

@media (max-width: 1040px) {
	.nav { display: none; }
	.burger { display: inline-flex; }
	.head-side { margin-inline-start: auto; }
}
@media (max-width: 560px) {
	.head-cta span { display: none; }
	.head-cta { padding-inline: 14px; }
}

/* ============================================================ DRAWER === */

.drawer { position: fixed; inset: 0; z-index: 120; }
.drawer[hidden] { display: none; }
.drawer::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(4, 16, 31, .55);
	backdrop-filter: blur(3px);
	animation: fade .2s ease;
}
@keyframes fade { from { opacity: 0; } }

.drawer-panel {
	position: absolute;
	inset-block: 0;
	inset-inline-end: 0;
	width: min(370px, 88vw);
	background: #fff;
	display: flex;
	flex-direction: column;
	box-shadow: var(--shadow-3);
	animation: slide .24s cubic-bezier(.22, .61, .36, 1);
	overflow-y: auto;
}
@keyframes slide { from { transform: translateX(var(--slide-from, 100%)); } }
[dir="rtl"] .drawer-panel { --slide-from: -100%; }

.drawer-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 18px 20px;
	border-block-end: 1px solid var(--line-soft);
}
.drawer-close {
	width: 42px;
	height: 42px;
	display: grid;
	place-items: center;
	background: var(--surface-2);
	border: 1px solid var(--line);
	border-radius: 12px;
}

.drawer-nav { display: flex; flex-direction: column; padding: 12px; gap: 2px; flex: 1; }
.drawer-nav a {
	display: flex;
	align-items: center;
	gap: 11px;
	min-height: 48px;
	padding: 10px 14px;
	border-radius: 12px;
	font-weight: 600;
	color: var(--ink);
}
.drawer-nav a:hover { background: var(--surface-2); }
.drawer-nav a.sub {
	font-weight: 500;
	font-size: 15.5px;
	color: var(--body);
	margin-inline-start: 10px;
}
.drawer-nav a.sub .ico { color: var(--navy-500); width: 20px; height: 20px; }

.drawer-foot { padding: 16px 20px 24px; border-block-start: 1px solid var(--line-soft); display: grid; gap: 12px; }
.drawer-lang {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	border: 1px solid var(--line);
	border-radius: 999px;
	font-weight: 600;
}

/* ============================================================ HERO ===== */

.hero, .page-hero {
	position: relative;
	background: var(--navy-900);
	color: #C9D8EA;
	overflow: hidden;
	isolation: isolate;
}
.hero { padding-block: clamp(48px, 6vw, 88px) clamp(56px, 7vw, 96px); }
.page-hero { padding-block: clamp(34px, 4vw, 56px) clamp(40px, 5vw, 64px); }

.hero h1, .page-hero h1 { color: #fff; }
.hero-lead {
	font-size: clamp(16.5px, 1.35vw, 19px);
	color: #AFC3DA;
	max-width: 60ch;
	margin-block: 0 0;
}

.hero-bg { position: absolute; inset: 0; z-index: -1; }
.hero-bg span { position: absolute; display: block; }
.hb-1 {
	inset-block-start: -28%;
	inset-inline-end: -12%;
	width: 62vw;
	height: 62vw;
	max-width: 780px;
	max-height: 780px;
	background: radial-gradient(circle at center, rgba(53, 185, 230, .30) 0%, rgba(53, 185, 230, 0) 62%);
}
.hb-2 {
	inset-block-end: -38%;
	inset-inline-start: -14%;
	width: 58vw;
	height: 58vw;
	max-width: 700px;
	max-height: 700px;
	background: radial-gradient(circle at center, rgba(255, 122, 26, .26) 0%, rgba(255, 122, 26, 0) 60%);
}
.hb-grid {
	inset: 0;
	background-image:
		linear-gradient(to right, rgba(255, 255, 255, .045) 1px, transparent 1px),
		linear-gradient(to bottom, rgba(255, 255, 255, .045) 1px, transparent 1px);
	background-size: 64px 64px;
	mask-image: radial-gradient(ellipse 80% 70% at 50% 30%, #000 25%, transparent 75%);
	-webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 30%, #000 25%, transparent 75%);
}

.hero-in {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(0, .85fr);
	gap: clamp(28px, 4vw, 56px);
	align-items: center;
}
.hero-copy h1 { margin-block-end: 18px; max-width: 17ch; }
body.lang-ar .hero-copy h1 { max-width: 20ch; }
.hero-actions { margin-block-start: 28px; }

.eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin: 0 0 14px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .09em;
	text-transform: uppercase;
	color: var(--orange-700);
}
body.lang-ar .eyebrow { letter-spacing: 0; text-transform: none; font-size: 14px; }
.eyebrow span {
	width: 26px;
	height: 2px;
	background: var(--orange);
	border-radius: 2px;
}
.eyebrow.light { color: #FFB271; }
.center .eyebrow { justify-content: center; }

.chips {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-block-start: 26px;
}
.chips li {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 7px 14px;
	border: 1px solid rgba(255, 255, 255, .17);
	border-radius: 999px;
	background: rgba(255, 255, 255, .06);
	font-size: 13.5px;
	font-weight: 600;
	color: #D9E5F3;
}
.chips .ico { width: 16px; height: 16px; color: var(--cyan); }

/* Hero panel */
.hero-panel {
	background: rgba(255, 255, 255, .055);
	border: 1px solid rgba(255, 255, 255, .13);
	border-radius: var(--radius-lg);
	padding: 18px;
	backdrop-filter: blur(6px);
	box-shadow: var(--shadow-3);
}
.hp-head {
	display: flex;
	align-items: center;
	gap: 9px;
	padding: 2px 6px 14px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: #93AAC6;
}
body.lang-ar .hp-head { letter-spacing: 0; text-transform: none; font-size: 14px; }
.hp-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #35D08A;
	box-shadow: 0 0 0 4px rgba(53, 208, 138, .2);
}
.hp-list { display: grid; gap: 8px; }
.hp-list a {
	display: flex;
	align-items: center;
	gap: 13px;
	padding: 13px 15px;
	border-radius: 14px;
	background: rgba(255, 255, 255, .05);
	border: 1px solid rgba(255, 255, 255, .08);
	color: #E4EDF8;
	font-weight: 600;
	transition: background-color .16s, border-color .16s, transform .16s;
}
.hp-list a:hover {
	background: rgba(255, 255, 255, .11);
	border-color: rgba(255, 255, 255, .22);
	color: #fff;
	transform: translateX(var(--nudge, 3px));
}
[dir="rtl"] .hp-list a:hover { --nudge: -3px; }
.hp-ico {
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border-radius: 11px;
	background: linear-gradient(145deg, rgba(53, 185, 230, .22), rgba(53, 185, 230, .05));
	color: var(--cyan);
	flex: none;
}
.hp-name { flex: 1; }
.hp-arrow { color: #6D87A5; display: flex; }
.hp-arrow .ico { width: 18px; height: 18px; }
[dir="rtl"] .hp-arrow { transform: scaleX(-1); }

.hp-seal {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-block-start: 14px;
	padding: 14px 15px;
	border-radius: 14px;
	background: linear-gradient(135deg, rgba(255, 122, 26, .18), rgba(255, 122, 26, .05));
	border: 1px solid rgba(255, 178, 113, .28);
}
.hp-seal .ico { width: 30px; height: 30px; color: #FFB271; flex: none; }
.hp-seal b { display: block; color: #fff; font-size: 16px; }
.hp-seal i { font-style: normal; font-size: 13.5px; color: #C2B09D; }

@media (max-width: 980px) {
	.hero-in { grid-template-columns: 1fr; }
	.hero-panel { order: 2; }
	.hero-copy h1, body.lang-ar .hero-copy h1 { max-width: none; }
}

/* ============================================================ PAGE HERO  */

.crumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	font-size: 13.5px;
	margin-block-end: 16px;
	color: #86A0BE;
}
.crumbs a { color: #A9C0DA; }
.crumbs a:hover { color: #fff; }
.crumbs span[aria-current] { color: #fff; font-weight: 600; }

.page-hero-ico {
	display: grid;
	place-items: center;
	width: 56px;
	height: 56px;
	border-radius: 16px;
	background: rgba(53, 185, 230, .14);
	border: 1px solid rgba(53, 185, 230, .28);
	color: var(--cyan);
	margin-block-end: 16px;
}
.page-hero-ico .ico { width: 30px; height: 30px; }
.page-hero .hero-actions { margin-block-start: 24px; }
.page-hero h1 { max-width: 22ch; }
.e404 .eyebrow { color: #FFB271; }

/* ============================================================ SECTIONS = */

.sec { padding-block: var(--sec-y); }
.sec-services, .sec-steps { background: var(--surface-2); }
.sec-brands { background: var(--surface-2); }

.sec-head { max-width: 760px; margin-block-end: clamp(30px, 3.4vw, 48px); }
.sec-head.center { margin-inline: auto; text-align: center; }
.sec-head h2 { margin-block-end: 12px; }
.sec-head .lead { font-size: clamp(16px, 1.3vw, 18px); color: var(--muted); margin: 0; }

.h-block {
	font-size: clamp(22px, 2.2vw, 28px);
	margin-block: clamp(36px, 4vw, 52px) 18px;
	padding-block-end: 12px;
	border-block-end: 1px solid var(--line-soft);
}
.layout-main > .h-block:first-child { margin-block-start: 0; }

.prose { color: var(--body); }
.prose p { font-size: 17px; }

/* ============================================================ SERVICES = */

.svc-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 18px;
}

.svc-card {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 26px 24px 22px;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow-1);
	color: var(--body);
	overflow: hidden;
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.svc-card::before {
	content: "";
	position: absolute;
	inset-block-start: 0;
	inset-inline: 0;
	height: 3px;
	background: linear-gradient(90deg, var(--orange), var(--cyan));
	transform: scaleX(0);
	transform-origin: var(--origin, left);
	transition: transform .24s ease;
}
[dir="rtl"] .svc-card::before { --origin: right; }
.svc-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--shadow-2);
	border-color: #CBD9E8;
	color: var(--body);
}
.svc-card:hover::before { transform: scaleX(1); }

.svc-ico {
	display: grid;
	place-items: center;
	width: 56px;
	height: 56px;
	border-radius: 16px;
	background: linear-gradient(145deg, var(--surface-3), #fff);
	border: 1px solid var(--line);
	color: var(--navy-600);
	margin-block-end: 6px;
}
.svc-ico .ico { width: 30px; height: 30px; }
.svc-card:hover .svc-ico { background: linear-gradient(145deg, var(--orange-050), #fff); color: var(--orange-600); border-color: #F7D3B4; }

.svc-card h3 { margin: 0; }
.svc-card p { font-size: 15.5px; color: var(--muted); margin: 0; flex: 1; }

.svc-chip {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	align-self: flex-start;
	padding: 5px 11px;
	border-radius: 999px;
	background: var(--orange-050);
	color: var(--orange-700);
	font-size: 12.5px;
	font-weight: 700;
}
.svc-chip .ico { width: 14px; height: 14px; }

.svc-go {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-block-start: 6px;
	font-weight: 700;
	font-size: 14.5px;
	color: var(--navy-700);
}
.svc-go .ico { width: 17px; height: 17px; transition: transform .18s; }
[dir="rtl"] .svc-go .ico { transform: scaleX(-1); }
.svc-card:hover .svc-go { color: var(--orange-600); }
.svc-card:hover .svc-go .ico { transform: translateX(3px); }
[dir="rtl"] .svc-card:hover .svc-go .ico { transform: scaleX(-1) translateX(3px); }

/* ============================================================ WARRANTY = */

.warranty { padding-block: 0; }
.warranty-in {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: clamp(20px, 3vw, 36px);
	align-items: start;
	padding: clamp(28px, 3.6vw, 44px);
	border-radius: var(--radius-lg);
	background:
		radial-gradient(900px 300px at 100% 0%, rgba(53, 185, 230, .16), transparent 60%),
		linear-gradient(135deg, var(--navy-800), var(--navy-950));
	color: #BFD1E6;
	box-shadow: var(--shadow-2);
}
.warranty-seal {
	display: grid;
	place-items: center;
	width: 78px;
	height: 78px;
	border-radius: 22px;
	background: linear-gradient(145deg, rgba(255, 122, 26, .3), rgba(255, 122, 26, .08));
	border: 1px solid rgba(255, 178, 113, .35);
	color: #FFB271;
	flex: none;
}
.warranty-seal .ico { width: 40px; height: 40px; }
.warranty-copy h2 { color: #fff; margin-block-end: 14px; }
.warranty-copy p { font-size: 16.5px; }
.warranty-note {
	margin-block-start: 14px;
	padding-block-start: 14px;
	border-block-start: 1px solid rgba(255, 255, 255, .13);
	font-size: 14.5px;
	color: #8FA6C1;
}

@media (max-width: 680px) {
	.warranty-in { grid-template-columns: 1fr; }
	.warranty-seal { width: 62px; height: 62px; border-radius: 18px; }
	.warranty-seal .ico { width: 32px; height: 32px; }
}

/* ============================================================ WHY ====== */

.why-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 16px;
}
.why-card {
	padding: 26px 24px;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	transition: box-shadow .18s, border-color .18s;
}
.why-card:hover { box-shadow: var(--shadow-1); border-color: #CBD9E8; }
.why-ico {
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	border-radius: 13px;
	background: var(--cyan-050);
	color: var(--navy-600);
	margin-block-end: 14px;
}
.why-ico .ico { width: 24px; height: 24px; }
.why-card h3 { font-size: 18px; margin-block-end: 7px; }
.why-card p { font-size: 15.5px; color: var(--muted); margin: 0; }

/* ============================================================ STEPS ==== */

.steps {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
	counter-reset: step;
}
.step { position: relative; }
.step::after {
	content: "";
	position: absolute;
	inset-block-start: 22px;
	inset-inline-start: calc(100% - 14px);
	width: calc(100% - 30px);
	height: 2px;
	background: repeating-linear-gradient(90deg, var(--line) 0 7px, transparent 7px 14px);
}
.step:last-child::after { display: none; }

.step-n {
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	border-radius: 14px;
	background: linear-gradient(145deg, var(--navy-700), var(--navy-900));
	color: #fff;
	font-weight: 700;
	font-size: 19px;
	margin-block-end: 14px;
	box-shadow: 0 8px 18px -10px rgba(6, 21, 43, .9);
}
.step h3 { font-size: 18px; margin-block-end: 7px; }
.step p { font-size: 15.5px; color: var(--muted); margin: 0; }

.steps-inline { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.steps-inline .step::after { display: none; }

@media (max-width: 900px) {
	.steps { grid-template-columns: 1fr; gap: 16px; }
	.step { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 14px; align-items: start; }
	.step::after { display: none; }
	.step-n { width: 40px; height: 40px; font-size: 17px; margin-block-end: 0; border-radius: 12px; }
	.steps-inline { grid-template-columns: 1fr; }
}

/* ============================================================ BRANDS === */

.brand-wall {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 14px;
}
.brand-tile {
	display: grid;
	place-items: center;
	padding: 16px 14px;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 14px;
	min-height: 84px;
}
.brand-tile img {
	max-height: 42px;
	width: auto;
	filter: grayscale(1);
	opacity: .72;
	transition: filter .2s, opacity .2s;
}
.brand-tile:hover img { filter: none; opacity: 1; }
/* Admiral is white artwork, so it needs a dark plate to be visible at all. */
.brand-admiral { background: var(--navy-800); border-color: var(--navy-700); }
.brand-admiral img { filter: none; opacity: .92; }

/* Touch screens never hover, so never un-grey the logos there. */
@media (hover: none) {
	.brand-tile img { filter: none; opacity: 1; }
}

@media (max-width: 900px) { .brand-wall { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 520px) { .brand-wall { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; } }

/* ============================================================ AREAS ==== */

.area-wall { display: flex; flex-wrap: wrap; gap: 9px; justify-content: center; }
.area-wall li {
	padding: 8px 16px;
	border: 1px solid var(--line);
	border-radius: 999px;
	background: #fff;
	font-size: 14.5px;
	font-weight: 600;
	color: var(--body);
}

/* ============================================================ FAQ ====== */

.faq { display: grid; gap: 10px; }
.faq-item {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	overflow: hidden;
	transition: border-color .18s, box-shadow .18s;
}
.faq-item[open] { border-color: #C9D9EA; box-shadow: var(--shadow-1); }
.faq-item summary {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 17px 20px;
	min-height: 58px;
	font-weight: 700;
	font-size: 16.5px;
	color: var(--ink);
	cursor: pointer;
	list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary span { flex: 1; }
.faq-item summary .ico {
	width: 20px;
	height: 20px;
	color: var(--navy-500);
	transition: transform .2s;
	flex: none;
}
.faq-item[open] summary .ico { transform: rotate(180deg); color: var(--orange-600); }
.faq-item summary:hover { color: var(--navy-700); }
.faq-a { padding: 0 20px 19px; }
.faq-a p { color: var(--body); font-size: 16px; margin: 0; }

/* ============================================================ LAYOUT === */

.layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 330px;
	gap: clamp(28px, 3.4vw, 52px);
	align-items: start;
}
.layout-side { display: grid; gap: 16px; position: sticky; inset-block-start: calc(var(--head-h) + 16px); }

.side-card {
	padding: 22px 20px;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	box-shadow: var(--shadow-1);
}
.side-card h3 { font-size: 18px; margin-block-end: 10px; }
.side-card > p { font-size: 15px; color: var(--muted); margin-block-end: 16px; }

.side-facts { display: grid; gap: 10px; margin-block-start: 18px; padding-block-start: 16px; border-block-start: 1px solid var(--line-soft); }
.side-facts li { display: flex; align-items: flex-start; gap: 10px; font-size: 14.5px; color: var(--body); }
.side-facts .ico { width: 18px; height: 18px; color: var(--navy-500); margin-block-start: 3px; }

.side-links ul { display: grid; gap: 4px; }
.side-links a {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 11px 12px;
	border-radius: 11px;
	font-weight: 600;
	font-size: 15px;
	color: var(--body);
}
.side-links a:hover { background: var(--surface-2); color: var(--navy-700); }
.side-links a span { flex: 1; }
.side-links a .ico:first-child { color: var(--navy-500); width: 20px; height: 20px; }
.side-links a .ico:last-child { width: 16px; height: 16px; color: var(--muted); }
[dir="rtl"] .side-links a .ico:last-child { transform: scaleX(-1); }

@media (max-width: 980px) {
	.layout { grid-template-columns: 1fr; }
	.layout-side { position: static; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
}

/* ============================================================ SYMPTOMS = */

.sym-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.sym {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 13px;
	padding: 18px 18px;
	background: var(--surface-2);
	border: 1px solid var(--line-soft);
	border-radius: var(--radius);
}
.sym-tick {
	display: grid;
	place-items: center;
	width: 28px;
	height: 28px;
	border-radius: 9px;
	background: #fff;
	border: 1px solid var(--line);
	color: var(--wa);
}
.sym-tick .ico { width: 16px; height: 16px; }
.sym h3 { font-size: 16.5px; margin-block-end: 5px; }
.sym p { font-size: 15px; color: var(--muted); margin: 0; }

@media (max-width: 720px) { .sym-grid { grid-template-columns: 1fr; } }

.tech-note {
	margin-block-start: clamp(30px, 3.4vw, 44px);
	padding: 24px 24px;
	border-radius: var(--radius);
	background: var(--orange-050);
	border: 1px solid #F7D9BF;
	border-inline-start: 4px solid var(--orange);
}
.tech-note h3 { font-size: 17px; color: var(--orange-700); margin-block-end: 8px; }
.tech-note p { margin: 0; color: #6B4B31; font-size: 16px; }

/* ============================================================ CONTACT == */

.contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 16px; }
.contact-card {
	display: flex;
	flex-direction: column;
	gap: 7px;
	padding: 26px 24px;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow-1);
	color: var(--body);
	transition: transform .18s, box-shadow .18s, border-color .18s;
}
a.contact-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-2); border-color: #CBD9E8; color: var(--body); }
.cc-ico {
	display: grid;
	place-items: center;
	width: 50px;
	height: 50px;
	border-radius: 15px;
	background: var(--surface-3);
	color: var(--navy-600);
	margin-block-end: 6px;
}
.cc-ico .ico { width: 26px; height: 26px; }
.contact-call .cc-ico { background: var(--orange-050); color: var(--orange-600); }
.contact-wa .cc-ico { background: #E6F6EC; color: var(--wa); }
.contact-card h2 { font-size: 17px; margin: 0; }
.contact-card b { font-size: 19px; color: var(--ink); font-weight: 700; }
.contact-card p { font-size: 14.5px; color: var(--muted); margin: 0; }
.cc-go {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-block-start: 8px;
	font-weight: 700;
	font-size: 14.5px;
	color: var(--navy-700);
}
.cc-go .ico { width: 16px; height: 16px; }
[dir="rtl"] .cc-go .ico { transform: scaleX(-1); }

/* ============================================================ CTA BAND = */

.cta-band {
	background:
		radial-gradient(800px 320px at 12% 0%, rgba(255, 122, 26, .22), transparent 62%),
		linear-gradient(135deg, var(--navy-800), var(--navy-950));
	color: #BFD1E6;
	padding-block: clamp(40px, 5vw, 64px);
}
.cta-band-in {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 26px;
}
.cta-band h2 { color: #fff; margin-block-end: 8px; font-size: clamp(23px, 2.6vw, 32px); }
.cta-band p { margin: 0; max-width: 56ch; font-size: 16.5px; }

/* ============================================================ FOOTER === */

.site-foot { background: var(--navy-950); color: #93A9C3; padding-block: clamp(44px, 5vw, 66px) 0; font-size: 15px; }
.foot-grid {
	display: grid;
	grid-template-columns: 1.6fr 1fr 1fr 1.4fr;
	gap: clamp(24px, 3vw, 44px);
	padding-block-end: 36px;
}
.site-foot .brand { margin-block-end: 14px; }
.site-foot .brand-text b { color: #fff; }
.site-foot .brand-text i { color: #7C93B0; }
.site-foot .brand-mark { background: rgba(255, 255, 255, .08); }
.foot-brand p { font-size: 15px; line-height: 1.75; }
.foot-legal-name { font-size: 13px; color: #6C83A0; margin-block-start: 12px; }

.foot-col h3 { color: #fff; font-size: 15px; margin-block-end: 14px; letter-spacing: .02em; }
.foot-col ul { display: grid; gap: 2px; }
.foot-col a { color: #93A9C3; display: inline-flex; align-items: center; min-height: 36px; }
.foot-col a:hover { color: var(--orange); }

.foot-contact ul { gap: 10px; }
.foot-contact li { display: flex; align-items: flex-start; gap: 10px; }
.foot-contact .ico { width: 18px; height: 18px; color: var(--cyan); margin-block-start: 9px; flex: none; }
.foot-contact li span { padding-block: 7px; }

.foot-bar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding-block: 18px 22px;
	border-block-start: 1px solid rgba(255, 255, 255, .1);
	font-size: 13.5px;
	color: #74899F;
}
.foot-bar p { margin: 0; }
.foot-cr a { color: #93A9C3; }
.foot-cr a:hover { color: var(--orange); }

@media (max-width: 900px) {
	.foot-grid { grid-template-columns: 1fr 1fr; }
	.foot-brand, .foot-contact { grid-column: 1 / -1; }
}
@media (max-width: 480px) {
	.foot-grid { gap: 26px; }
}

/* ============================================================ FLOATING = */

.dock {
	position: fixed;
	inset-inline: 0;
	inset-block-end: 0;
	z-index: 80;
	display: none;
	gap: 1px;
	background: rgba(255, 255, 255, .14);
	box-shadow: 0 -8px 26px -12px rgba(6, 21, 43, .5);
	padding-block-end: env(safe-area-inset-bottom, 0);
}
.dock-btn {
	flex: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 58px;
	font-weight: 700;
	font-size: 16px;
	color: #fff;
}
.dock-call { background: linear-gradient(180deg, var(--orange) 0%, var(--orange-600) 100%); }
.dock-wa { background: var(--wa); }
.dock-btn:hover { color: #fff; }

.wa-float {
	position: fixed;
	inset-inline-end: 20px;
	inset-block-end: 20px;
	z-index: 75;
	display: grid;
	place-items: center;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: var(--wa);
	color: #fff;
	box-shadow: 0 12px 28px -10px rgba(31, 168, 85, .85);
	transition: transform .18s;
}
.wa-float .ico { width: 30px; height: 30px; }
.wa-float:hover { transform: scale(1.06); color: #fff; }

.to-top {
	position: fixed;
	inset-inline-start: 20px;
	inset-block-end: 20px;
	z-index: 75;
	width: 46px;
	height: 46px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: #fff;
	border: 1px solid var(--line);
	color: var(--navy-700);
	box-shadow: var(--shadow-1);
}
.to-top[hidden] { display: none; }
.to-top:hover { background: var(--surface-2); }

@media (max-width: 860px) {
	.dock { display: flex; }
	.wa-float, .to-top { display: none; }
	body { padding-block-end: 58px; }
}

/* ============================================================ MISC ===== */

.post-list { display: grid; gap: 16px; }
.post-card { padding: 24px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }

.pagination, .nav-links { display: flex; gap: 8px; flex-wrap: wrap; margin-block-start: 24px; }
.page-numbers {
	display: grid;
	place-items: center;
	min-width: 42px;
	height: 42px;
	padding-inline: 12px;
	border: 1px solid var(--line);
	border-radius: 10px;
	font-weight: 600;
}
.page-numbers.current { background: var(--navy-800); color: #fff; border-color: var(--navy-800); }

/* Small screens: keep the hero from eating the first view, since the sticky
   dock already carries Call and WhatsApp everywhere. */
@media (max-width: 860px) {
	.hero .hero-actions, .page-hero .hero-actions { display: none; }
}

@media (max-width: 560px) {
	:root { --gutter: 16px; }
	.svc-card { padding: 22px 20px 20px; }
	.chips li { font-size: 12.5px; padding: 6px 12px; }
	.faq-item summary { padding: 15px 16px; font-size: 15.5px; }
	.faq-a { padding: 0 16px 16px; }
	.area-wall li { font-size: 13.5px; padding: 7px 13px; }
}
