/*
Theme Name: Instant House Help
Theme URI: https://instanthousehelp.in/
Author: Instant House Help
Author URI: https://instanthousehelp.in/
Description: Mobile-first, SEO-optimized WordPress theme for Instant House Help — verified home services across India. Warm editorial UI with deep emerald and coral palette. Preserves all booking, sitemap, and city/service page functionality.
Version: 3.0.0
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 8.2
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: instanthousehelp
Tags: home-services, booking, mobile-first, seo, custom-colors, custom-menu, translation-ready
*/

/* ============================================================
   INSTANT HOUSE HELP — v3.0 "Warm Editorial"
   Layer-2 (presentation) rewrite. All backend/functional
   selectors, IDs, field names, and REST payloads unchanged.
   ============================================================ */

/* ---------- Design tokens ---------- */
:root {
	/* Brand — deep emerald, distinct from Snabbit/Pronto */
	--ihh-primary:        #065f46;
	--ihh-primary-hover:  #047857;
	--ihh-primary-dark:   #064e3b;
	--ihh-primary-50:     #ecfdf5;
	--ihh-primary-100:    #d1fae5;
	--ihh-primary-200:    #a7f3d0;

	/* Accent — warm coral for CTAs */
	--ihh-accent:         #ea580c;
	--ihh-accent-hover:   #c2410c;
	--ihh-accent-50:      #fff7ed;
	--ihh-accent-100:     #ffedd5;

	/* Ink — warm-toned neutrals (stone) not cool (slate) */
	--ihh-ink:            #0c0a09;
	--ihh-ink-2:          #292524;
	--ihh-ink-3:          #44403c;
	--ihh-muted:          #78716c;
	--ihh-muted-2:        #a8a29e;

	/* Surfaces — warm cream, not clinical white */
	--ihh-bg:             #fafaf5;
	--ihh-surface:        #f5f5f0;
	--ihh-surface-2:      #ede9e0;
	--ihh-card:           #ffffff;
	--ihh-line:           #e7e5e4;
	--ihh-line-soft:      #f5f5f4;

	/* Semantic */
	--ihh-success:        #059669;
	--ihh-warning:        #d97706;
	--ihh-danger:         #dc2626;

	/* Legacy alias (safety) */
	--ihh-dark:           var(--ihh-ink);

	/* Radii — modest, not too soft */
	--ihh-r-xs:  6px;
	--ihh-r-sm:  10px;
	--ihh-r-md:  14px;
	--ihh-r-lg:  18px;
	--ihh-r-xl:  22px;
	--ihh-r-2xl: 28px;
	--ihh-r-pill: 999px;

	/* Warm-tinted shadows (not pure black) */
	--ihh-shadow-xs: 0 1px 2px rgba(41, 37, 36, 0.06);
	--ihh-shadow-sm: 0 1px 3px rgba(41, 37, 36, 0.08), 0 1px 2px rgba(41, 37, 36, 0.04);
	--ihh-shadow-md: 0 4px 8px -2px rgba(41, 37, 36, 0.08), 0 2px 4px -2px rgba(41, 37, 36, 0.05);
	--ihh-shadow-lg: 0 12px 28px -8px rgba(41, 37, 36, 0.14), 0 4px 10px -4px rgba(41, 37, 36, 0.08);
	--ihh-shadow-xl: 0 28px 60px -20px rgba(41, 37, 36, 0.22), 0 8px 20px -8px rgba(41, 37, 36, 0.1);
	--ihh-shadow-primary: 0 8px 20px -6px rgba(6, 95, 70, 0.42);
	--ihh-shadow-accent:  0 8px 20px -6px rgba(234, 88, 12, 0.42);
	--ihh-ring: 0 0 0 3px rgba(6, 95, 70, 0.22);

	/* Type */
	--ihh-font: 'Inter', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	--ihh-font-display: 'Inter', 'Fraunces', Georgia, serif;

	/* Layout */
	--ihh-container-max: 1240px;
	--ihh-container-px: 20px;
	--ihh-header-h: 72px;

	/* Motion */
	--ihh-t-fast: 140ms cubic-bezier(0.4, 0, 0.2, 1);
	--ihh-t:      240ms cubic-bezier(0.4, 0, 0.2, 1);

	/* Z */
	--ihh-z-header: 50;
	--ihh-z-wa:     60;
	--ihh-z-sticky: 65;
	--ihh-z-menu:   90;
	--ihh-z-modal:  100;
}

/* ---------- Reset & base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
	margin: 0;
	font-family: var(--ihh-font);
	font-size: 16px;
	line-height: 1.65;
	color: var(--ihh-ink-2);
	background: var(--ihh-bg);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}
a { color: var(--ihh-primary); text-decoration: none; transition: color var(--ihh-t-fast); }
a:hover { color: var(--ihh-primary-dark); }
img, svg { max-width: 100%; height: auto; display: block; }
p { margin: 0 0 14px; }
ul, ol { padding-left: 20px; margin: 0 0 14px; }
strong, b { font-weight: 700; color: var(--ihh-ink); }

/* Display typography — heavy weights, tight tracking gives editorial feel */
h1, h2, h3, h4, h5 {
	font-family: var(--ihh-font-display);
	color: var(--ihh-ink);
	font-weight: 900;
	letter-spacing: -0.028em;
	margin: 0 0 16px;
	line-height: 1.08;
}
h1 { font-size: clamp(36px, 5.6vw, 68px); letter-spacing: -0.038em; line-height: 1.02; }
h2 { font-size: clamp(26px, 3.6vw, 42px); letter-spacing: -0.032em; line-height: 1.1; }
h3 { font-size: clamp(19px, 2.2vw, 24px); letter-spacing: -0.02em; }
h4 { font-size: 17px; letter-spacing: -0.015em; }

/* Focus */
:focus-visible {
	outline: none;
	box-shadow: var(--ihh-ring);
	border-radius: 6px;
}

::selection { background: var(--ihh-primary-100); color: var(--ihh-primary-dark); }

.ihh-skip {
	position: absolute; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden;
}
.ihh-skip:focus {
	position: fixed; left: 12px; top: 12px; width: auto; height: auto; padding: 12px 16px;
	background: var(--ihh-ink); color: #fff; border-radius: 10px; z-index: 1000; font-weight: 700;
}

/* ---------- Layout ---------- */
.ihh-container {
	width: 100%;
	max-width: var(--ihh-container-max);
	margin-inline: auto;
	padding-inline: var(--ihh-container-px);
}
.ihh-section { padding: clamp(56px, 8vw, 104px) 0; }

/* Editorial section eyebrow — "◆ 01 · SERVICES" */
.ihh-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--ihh-primary);
	margin-bottom: 20px;
	font-feature-settings: "tnum";
}
.ihh-eyebrow::before {
	content: "";
	width: 8px; height: 8px;
	background: var(--ihh-primary);
	transform: rotate(45deg);
	flex: 0 0 auto;
}

/* Section header block */
.ihh-sec-head {
	max-width: 760px;
	margin-bottom: 48px;
}
.ihh-sec-head p, .ihh-sec-head .ihh-muted {
	color: var(--ihh-muted);
	font-size: 17px;
	line-height: 1.65;
	margin: 8px 0 0;
	max-width: 640px;
}
.ihh-sec-head.center { margin-inline: auto; text-align: center; }
.ihh-sec-head.center .ihh-eyebrow,
.ihh-sec-head.center p { margin-inline: auto; }

/* ---------- Header ---------- */
.ihh-header {
	background: rgba(250, 250, 245, 0.86);
	backdrop-filter: saturate(180%) blur(14px);
	-webkit-backdrop-filter: saturate(180%) blur(14px);
	border-bottom: 1px solid var(--ihh-line);
	position: sticky;
	top: 0;
	z-index: var(--ihh-z-header);
}
.ihh-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: var(--ihh-header-h);
	gap: 20px;
}
.ihh-logo {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-size: 18px;
	font-weight: 900;
	letter-spacing: -0.02em;
	color: var(--ihh-ink);
	white-space: nowrap;
}
.ihh-logo-mark {
	width: 36px; height: 36px;
	background: var(--ihh-primary);
	color: #fff;
	border-radius: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	font-weight: 900;
	letter-spacing: 0;
	box-shadow: var(--ihh-shadow-sm);
	flex: 0 0 auto;
}
.ihh-menu {
	display: flex;
	gap: 4px;
	align-items: center;
	font-weight: 600;
	color: var(--ihh-ink-3);
}
.ihh-menu > a {
	position: relative;
	padding: 10px 14px;
	color: var(--ihh-ink-3);
	transition: color var(--ihh-t-fast);
	font-size: 15px;
}
.ihh-menu > a::after {
	content: "";
	position: absolute;
	left: 14px; right: 14px; bottom: 4px;
	height: 2px;
	background: var(--ihh-primary);
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform var(--ihh-t);
}
.ihh-menu > a:hover { color: var(--ihh-ink); }
.ihh-menu > a:hover::after { transform: scaleX(1); }
.ihh-menu .ihh-btn { margin-left: 12px; }

/* Mobile menu toggle */
.ihh-menu-toggle {
	display: none;
	width: 44px; height: 44px;
	border: 1px solid var(--ihh-line);
	background: #fff;
	border-radius: var(--ihh-r-md);
	cursor: pointer;
	position: relative;
	padding: 0;
	transition: background var(--ihh-t-fast), border-color var(--ihh-t-fast);
}
.ihh-menu-toggle:hover { background: var(--ihh-surface); }
.ihh-menu-toggle span {
	position: absolute; left: 12px; right: 12px; height: 2px;
	background: var(--ihh-ink);
	border-radius: 2px;
	transition: transform var(--ihh-t), opacity var(--ihh-t-fast), top var(--ihh-t);
}
.ihh-menu-toggle span:nth-child(1) { top: 15px; }
.ihh-menu-toggle span:nth-child(2) { top: 21px; }
.ihh-menu-toggle span:nth-child(3) { top: 27px; }
.ihh-menu-toggle[aria-expanded="true"] span:nth-child(1) { top: 21px; transform: rotate(45deg); }
.ihh-menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.ihh-menu-toggle[aria-expanded="true"] span:nth-child(3) { top: 21px; transform: rotate(-45deg); }

.ihh-mobile-menu {
	display: none;
	position: fixed;
	inset: var(--ihh-header-h) 0 0 0;
	background: var(--ihh-bg);
	z-index: var(--ihh-z-menu);
	padding: 28px 20px 120px;
	overflow-y: auto;
	border-top: 1px solid var(--ihh-line);
	transform: translateY(-8px);
	opacity: 0;
	pointer-events: none;
	transition: transform var(--ihh-t), opacity var(--ihh-t);
}
.ihh-mobile-menu.open {
	transform: translateY(0);
	opacity: 1;
	pointer-events: auto;
}
.ihh-mobile-menu a {
	display: block;
	padding: 18px 12px;
	font-size: 20px;
	font-weight: 800;
	color: var(--ihh-ink);
	border-bottom: 1px solid var(--ihh-line-soft);
	letter-spacing: -0.01em;
}
.ihh-mobile-menu a:hover { color: var(--ihh-primary); }
.ihh-mobile-menu .ihh-btn { margin-top: 24px; width: 100%; }

/* ---------- Buttons ---------- */
.ihh-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border: 0;
	border-radius: var(--ihh-r-md);
	background: var(--ihh-ink);
	color: #fff;
	font-family: inherit;
	font-weight: 700;
	font-size: 15px;
	line-height: 1;
	padding: 15px 24px;
	cursor: pointer;
	white-space: nowrap;
	transition: transform var(--ihh-t-fast), background var(--ihh-t-fast), box-shadow var(--ihh-t-fast), color var(--ihh-t-fast);
	box-shadow: var(--ihh-shadow-md);
	text-decoration: none;
	letter-spacing: -0.005em;
}
.ihh-btn:hover {
	background: var(--ihh-primary);
	transform: translateY(-1px);
	color: #fff;
	box-shadow: var(--ihh-shadow-primary);
}
.ihh-btn:active { transform: translateY(0); }
.ihh-btn:disabled { opacity: 0.55; cursor: not-allowed; transform: none; }

.ihh-btn.secondary {
	background: #fff;
	color: var(--ihh-ink);
	border: 1.5px solid var(--ihh-line);
	box-shadow: var(--ihh-shadow-xs);
}
.ihh-btn.secondary:hover {
	background: var(--ihh-primary-50);
	color: var(--ihh-primary-dark);
	border-color: var(--ihh-primary);
	box-shadow: none;
}

.ihh-btn.accent {
	background: var(--ihh-accent);
	box-shadow: var(--ihh-shadow-accent);
}
.ihh-btn.accent:hover { background: var(--ihh-accent-hover); }

.ihh-btn.ghost {
	background: transparent;
	color: var(--ihh-ink-3);
	box-shadow: none;
}
.ihh-btn.ghost:hover { background: var(--ihh-surface); color: var(--ihh-ink); }

.ihh-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 32px; }

/* ---------- Hero ---------- */
.ihh-hero {
	position: relative;
	background:
		radial-gradient(ellipse at 85% 15%, rgba(234, 88, 12, 0.09), transparent 45%),
		radial-gradient(ellipse at 8% 88%, rgba(6, 95, 70, 0.09), transparent 40%),
		linear-gradient(180deg, var(--ihh-primary-50) 0%, var(--ihh-bg) 55%, #fff7ed 100%);
	padding: clamp(56px, 8vw, 112px) 0 clamp(56px, 8vw, 96px);
	overflow: hidden;
	border-bottom: 1px solid var(--ihh-line);
}
.ihh-hero::before {
	content: "";
	position: absolute; inset: 0;
	background-image: radial-gradient(circle at 1px 1px, rgba(12, 10, 9, 0.05) 1px, transparent 0);
	background-size: 28px 28px;
	mask-image: radial-gradient(ellipse at center, #000 30%, transparent 75%);
	-webkit-mask-image: radial-gradient(ellipse at center, #000 30%, transparent 75%);
	pointer-events: none;
	opacity: 0.7;
}
.ihh-hero-grid {
	display: grid;
	grid-template-columns: 1.18fr 0.82fr;
	gap: clamp(32px, 5vw, 64px);
	align-items: center;
	position: relative;
	z-index: 1;
}

.ihh-kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.18em;
	color: var(--ihh-primary);
	background: #fff;
	border: 1px solid var(--ihh-primary-200);
	padding: 8px 16px;
	border-radius: var(--ihh-r-pill);
	font-weight: 800;
	margin-bottom: 24px;
	box-shadow: var(--ihh-shadow-xs);
}
.ihh-kicker::before {
	content: "";
	width: 6px; height: 6px; border-radius: 50%;
	background: var(--ihh-primary);
	box-shadow: 0 0 0 4px rgba(6, 95, 70, 0.18);
	animation: ihh-pulse 2.4s ease-in-out infinite;
}
@keyframes ihh-pulse {
	0%, 100% { box-shadow: 0 0 0 4px rgba(6, 95, 70, 0.18); }
	50% { box-shadow: 0 0 0 9px rgba(6, 95, 70, 0.06); }
}

.ihh-hero h1 { margin: 14px 0 22px; }
.ihh-hero p, .ihh-lead {
	font-size: clamp(16px, 1.4vw, 19px);
	line-height: 1.7;
	color: var(--ihh-ink-3);
	max-width: 580px;
}

.ihh-trust {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	margin-top: 36px;
	max-width: 580px;
}
.ihh-pill {
	display: flex;
	align-items: center;
	gap: 10px;
	background: rgba(255, 255, 255, 0.75);
	border: 1px solid var(--ihh-line);
	border-radius: var(--ihh-r-md);
	padding: 12px 14px;
	font-weight: 600;
	font-size: 14px;
	color: var(--ihh-ink);
	backdrop-filter: blur(6px);
}
.ihh-pill::before {
	content: "";
	width: 22px; height: 22px;
	border-radius: 50%;
	background: var(--ihh-primary);
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 12px;
	flex: 0 0 auto;
}

/* ---------- Cards ---------- */
.ihh-card {
	background: var(--ihh-card);
	border: 1px solid var(--ihh-line);
	border-radius: var(--ihh-r-2xl);
	padding: clamp(22px, 3vw, 34px);
	box-shadow: var(--ihh-shadow-lg);
	position: relative;
}
.ihh-hero .ihh-card {
	background: #fff;
	box-shadow: var(--ihh-shadow-xl);
	border-color: rgba(6, 95, 70, 0.12);
}
.ihh-hero .ihh-card h2 {
	font-size: 24px;
	margin-bottom: 8px;
	letter-spacing: -0.025em;
}
.ihh-hero .ihh-card .ihh-lead {
	font-size: 15px;
	color: var(--ihh-muted);
	margin: 0 0 20px;
	line-height: 1.6;
}

/* ---------- List (with check icons) ---------- */
.ihh-list {
	display: grid;
	gap: 10px;
	padding: 0;
	list-style: none;
	margin: 0;
}
.ihh-list li {
	background: var(--ihh-surface);
	border: 1px solid var(--ihh-line-soft);
	border-radius: var(--ihh-r-md);
	padding: 13px 16px 13px 44px;
	font-size: 14.5px;
	color: var(--ihh-ink-2);
	line-height: 1.55;
	position: relative;
}
.ihh-list li::before {
	content: "";
	position: absolute; left: 14px; top: 15px;
	width: 20px; height: 20px;
	border-radius: 50%;
	background: var(--ihh-primary);
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 12px;
}
.ihh-list li strong { display: block; margin-bottom: 4px; color: var(--ihh-ink); font-weight: 700; }

/* ---------- Grid ---------- */
.ihh-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}
.ihh-grid.four { grid-template-columns: repeat(4, 1fr); }

/* ---------- Service card ---------- */
.ihh-service {
	background: #fff;
	border: 1px solid var(--ihh-line);
	border-radius: var(--ihh-r-xl);
	padding: 24px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	transition: transform var(--ihh-t-fast), box-shadow var(--ihh-t-fast), border-color var(--ihh-t-fast);
	position: relative;
	overflow: hidden;
}
.ihh-service::after {
	content: "";
	position: absolute; top: 24px; right: 24px;
	width: 20px; height: 20px;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23a8a29e' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><line x1='7' y1='17' x2='17' y2='7'/><polyline points='7 7 17 7 17 17'/></svg>");
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0;
	transition: opacity var(--ihh-t-fast), transform var(--ihh-t-fast);
	transform: translate(-4px, 4px);
}
.ihh-service:hover {
	transform: translateY(-3px);
	box-shadow: var(--ihh-shadow-lg);
	border-color: var(--ihh-primary-200);
}
.ihh-service:hover::after { opacity: 1; transform: translate(0, 0); }
.ihh-service h3 {
	font-size: 18px;
	font-weight: 800;
	color: var(--ihh-ink);
	margin: 0;
	letter-spacing: -0.02em;
}
.ihh-service .ihh-muted {
	font-size: 14px;
	line-height: 1.55;
	color: var(--ihh-muted);
	margin: 0;
	flex-grow: 1;
}
.ihh-service .ihh-icon {
	width: 52px;
	height: 52px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--ihh-primary-50);
	border: 1px solid var(--ihh-primary-100);
	border-radius: var(--ihh-r-md);
	font-size: 26px;
	line-height: 1;
	margin-bottom: 6px;
}
.ihh-price {
	font-weight: 900;
	color: var(--ihh-primary-dark);
	font-size: 20px;
	letter-spacing: -0.02em;
	margin-top: 6px;
	font-feature-settings: "tnum";
}
.ihh-service .ihh-btn {
	margin-top: 10px;
	padding: 12px 18px;
	font-size: 14px;
	align-self: flex-start;
}

/* City card variant */
a.ihh-service {
	color: inherit;
	text-decoration: none;
}
a.ihh-service .ihh-icon {
	background: var(--ihh-accent-50);
	border-color: var(--ihh-accent-100);
	color: var(--ihh-accent);
	font-size: 22px;
}
a.ihh-service strong {
	font-size: 17px;
	font-weight: 800;
	color: var(--ihh-ink);
	letter-spacing: -0.015em;
}
a.ihh-service .ihh-muted {
	font-size: 13px;
	color: var(--ihh-muted);
}
a.ihh-service:hover { border-color: var(--ihh-accent-100); }

.ihh-muted { color: var(--ihh-muted); }

/* ---------- Comparison table ---------- */
.ihh-comparison {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 8px;
	font-size: 15px;
}
.ihh-comparison th,
.ihh-comparison td {
	background: #fff;
	padding: 18px 20px;
	border-top: 1px solid var(--ihh-line);
	border-bottom: 1px solid var(--ihh-line);
	text-align: left;
	vertical-align: top;
}
.ihh-comparison th {
	background: var(--ihh-ink);
	color: #fff;
	font-weight: 800;
	font-size: 13px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	border-color: var(--ihh-ink);
}
.ihh-comparison th:first-child,
.ihh-comparison td:first-child {
	border-left: 1px solid var(--ihh-line);
	border-radius: var(--ihh-r-md) 0 0 var(--ihh-r-md);
	font-weight: 700;
	color: var(--ihh-ink);
}
.ihh-comparison th:first-child { border-left: 1px solid var(--ihh-ink); }
.ihh-comparison th:last-child,
.ihh-comparison td:last-child {
	border-right: 1px solid var(--ihh-line);
	border-radius: 0 var(--ihh-r-md) var(--ihh-r-md) 0;
}
.ihh-comparison th:last-child { border-right: 1px solid var(--ihh-ink); }
.ihh-comparison tr:hover td { background: var(--ihh-primary-50); }
.ihh-comparison-wrap {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin-inline: calc(var(--ihh-container-px) * -1);
	padding-inline: var(--ihh-container-px);
}

/* ---------- Testimonial ---------- */
.ihh-testimonial {
	background: #fff;
	border: 1px solid var(--ihh-line);
	border-radius: var(--ihh-r-xl);
	padding: 30px 28px 26px;
	position: relative;
	transition: transform var(--ihh-t-fast), box-shadow var(--ihh-t-fast);
}
.ihh-testimonial::before {
	content: "\201C"; /* big open-quote */
	position: absolute;
	top: -20px; left: 22px;
	font-family: 'Fraunces', Georgia, serif;
	font-size: 90px;
	line-height: 1;
	color: var(--ihh-primary);
	background: var(--ihh-bg);
	padding: 0 8px;
	font-weight: 900;
}
.ihh-testimonial:hover {
	transform: translateY(-2px);
	box-shadow: var(--ihh-shadow-md);
}
.ihh-testimonial-stars {
	display: block;
	width: 96px; height: 18px;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 18' fill='%23f59e0b'><polygon points='9,1 11,7 17,7 12,11 14,17 9,13 4,17 6,11 1,7 7,7'/><polygon points='28,1 30,7 36,7 31,11 33,17 28,13 23,17 25,11 20,7 26,7'/><polygon points='47,1 49,7 55,7 50,11 52,17 47,13 42,17 44,11 39,7 45,7'/><polygon points='66,1 68,7 74,7 69,11 71,17 66,13 61,17 63,11 58,7 64,7'/><polygon points='85,1 87,7 93,7 88,11 90,17 85,13 80,17 82,11 77,7 83,7'/></svg>");
	background-repeat: no-repeat;
	margin-bottom: 14px;
}
.ihh-testimonial p {
	font-size: 16.5px;
	line-height: 1.65;
	color: var(--ihh-ink-2);
	margin: 0 0 20px;
	font-weight: 500;
}
.ihh-testimonial strong {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-weight: 700;
	color: var(--ihh-ink);
	font-size: 14px;
}
.ihh-testimonial strong::before {
	content: attr(data-initial);
	width: 38px; height: 38px;
	background: linear-gradient(135deg, var(--ihh-primary) 0%, var(--ihh-primary-dark) 100%);
	color: #fff;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 900;
	flex: 0 0 auto;
}

/* ---------- Feature card ---------- */
.ihh-feature {
	background: #fff;
	border: 1px solid var(--ihh-line);
	border-radius: var(--ihh-r-xl);
	padding: 28px;
	transition: transform var(--ihh-t-fast), box-shadow var(--ihh-t-fast), border-color var(--ihh-t-fast);
}
.ihh-feature:hover {
	transform: translateY(-2px);
	box-shadow: var(--ihh-shadow-md);
	border-color: var(--ihh-primary-200);
}
.ihh-feature h3 { font-size: 20px; margin-bottom: 10px; color: var(--ihh-ink); }
.ihh-feature p { font-size: 15px; color: var(--ihh-muted); line-height: 1.65; margin: 0; }
.ihh-feature-icon {
	width: 52px; height: 52px;
	background: var(--ihh-primary);
	color: #fff;
	border-radius: var(--ihh-r-md);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 16px;
	box-shadow: var(--ihh-shadow-md);
}
.ihh-feature-icon svg { width: 24px; height: 24px; }

/* ---------- Sticky mobile CTA ---------- */
.ihh-sticky {
	display: none;
	position: fixed;
	left: 14px; right: 14px; bottom: 14px;
	z-index: var(--ihh-z-sticky);
	background: rgba(250, 250, 245, 0.96);
	backdrop-filter: blur(16px) saturate(180%);
	-webkit-backdrop-filter: blur(16px) saturate(180%);
	border: 1px solid var(--ihh-line);
	border-radius: var(--ihh-r-lg);
	padding: 10px;
	box-shadow: var(--ihh-shadow-xl);
}
.ihh-sticky .ihh-btn {
	width: 100%;
	padding: 16px 20px;
	font-size: 15px;
	background: var(--ihh-primary);
	box-shadow: var(--ihh-shadow-primary);
}

/* ---------- WhatsApp floater ---------- */
.ihh-wa {
	position: fixed;
	right: 18px; bottom: 92px;
	width: 56px; height: 56px;
	background: #22c55e;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 800;
	font-size: 0;
	z-index: var(--ihh-z-wa);
	box-shadow: 0 12px 28px rgba(34, 197, 94, 0.42), 0 4px 10px rgba(34, 197, 94, 0.2);
	transition: transform var(--ihh-t-fast), box-shadow var(--ihh-t-fast);
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'><path d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.626.712.226 1.36.194 1.872.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413Z'/></svg>");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 28px;
}
.ihh-wa:hover { transform: scale(1.06); box-shadow: 0 14px 32px rgba(34, 197, 94, 0.5); color: #fff; }

/* ---------- Modal ---------- */
.ihh-modal {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(12, 10, 9, 0.62);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	z-index: var(--ihh-z-modal);
	overflow: auto;
	padding: 16px;
}
.ihh-modal.open {
	display: block;
	animation: ihh-fade-in 200ms ease-out;
}
@keyframes ihh-fade-in {
	from { opacity: 0; }
	to { opacity: 1; }
}
.ihh-modal-box {
	width: 100%;
	max-width: 660px;
	margin: 40px auto;
	background: #fff;
	border-radius: var(--ihh-r-2xl);
	padding: clamp(22px, 3.4vw, 36px);
	box-shadow: 0 50px 100px -20px rgba(0, 0, 0, 0.4);
	position: relative;
	animation: ihh-slide-up 260ms cubic-bezier(0.16, 1, 0.3, 1);
}
@keyframes ihh-slide-up {
	from { transform: translateY(28px); opacity: 0; }
	to { transform: translateY(0); opacity: 1; }
}
.ihh-modal-box h2 {
	font-size: 26px;
	margin-bottom: 6px;
	padding-right: 44px;
	letter-spacing: -0.028em;
}
.ihh-modal-sub {
	color: var(--ihh-muted);
	font-size: 15px;
	margin: 0 0 24px;
}
.ihh-modal .ihh-close-booking {
	position: absolute;
	top: 16px; right: 16px;
	width: 40px; height: 40px;
	border-radius: 50%;
	padding: 0;
	font-size: 0;
	background: var(--ihh-surface);
	color: var(--ihh-ink);
	border: 1px solid var(--ihh-line);
	box-shadow: none;
	float: none !important;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230c0a09' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><line x1='18' y1='6' x2='6' y2='18'/><line x1='6' y1='6' x2='18' y2='18'/></svg>");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 18px;
}
.ihh-modal .ihh-close-booking:hover { background-color: var(--ihh-line-soft); }

/* ---------- Forms ---------- */
.ihh-field { margin-bottom: 16px; }
.ihh-field label {
	display: block;
	font-weight: 700;
	font-size: 13px;
	color: var(--ihh-ink);
	margin-bottom: 7px;
	letter-spacing: -0.005em;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	font-size: 11.5px;
}
.ihh-field input,
.ihh-field select,
.ihh-field textarea {
	width: 100%;
	border: 1.5px solid var(--ihh-line);
	border-radius: var(--ihh-r-md);
	padding: 13px 16px;
	font: inherit;
	font-size: 15px;
	color: var(--ihh-ink);
	background: #fff;
	transition: border-color var(--ihh-t-fast), box-shadow var(--ihh-t-fast);
	-webkit-appearance: none;
	appearance: none;
}
.ihh-field textarea { min-height: 92px; resize: vertical; }
.ihh-field select {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2378716c' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
	background-repeat: no-repeat;
	background-position: right 14px center;
	background-size: 16px;
	padding-right: 42px;
}
.ihh-field input:focus,
.ihh-field select:focus,
.ihh-field textarea:focus {
	outline: none;
	border-color: var(--ihh-primary);
	box-shadow: var(--ihh-ring);
}
.ihh-field input::placeholder,
.ihh-field textarea::placeholder { color: var(--ihh-muted-2); }

.ihh-two {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}

#ihhBookingMessage {
	margin: 14px 0 0;
	padding: 12px 16px;
	border-radius: var(--ihh-r-md);
	font-size: 14px;
	color: var(--ihh-primary-dark);
	background: var(--ihh-primary-50);
	border: 1px solid var(--ihh-primary-100);
	display: none;
	line-height: 1.5;
}
#ihhBookingMessage:not(:empty) { display: block; }

.ihh-modal .ihh-muted { font-size: 12.5px; margin-top: 14px; color: var(--ihh-muted); }

/* ---------- Breadcrumbs ---------- */
.ihh-breadcrumbs {
	font-size: 13.5px;
	color: var(--ihh-muted);
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}
.ihh-breadcrumbs a {
	color: var(--ihh-muted);
	text-decoration: none;
	transition: color var(--ihh-t-fast);
}
.ihh-breadcrumbs a:hover { color: var(--ihh-primary); }

/* ---------- Prose (page content) ---------- */
.ihh-prose h1 { font-size: clamp(28px, 3vw, 34px); margin-bottom: 20px; }
.ihh-prose h2 { margin-top: 36px; font-size: clamp(22px, 2.4vw, 26px); }
.ihh-prose h2:first-child, .ihh-prose h1:first-child { margin-top: 0; }
.ihh-prose h3 { margin-top: 22px; font-size: 19px; }
.ihh-prose p { font-size: 16px; line-height: 1.75; color: var(--ihh-ink-3); margin-bottom: 16px; }
.ihh-prose ul { padding-left: 24px; }
.ihh-prose ul li { margin-bottom: 8px; color: var(--ihh-ink-3); }
.ihh-prose a { color: var(--ihh-primary); text-decoration: underline; text-underline-offset: 3px; }

/* ---------- Footer ---------- */
.ihh-footer {
	background: var(--ihh-ink);
	color: #d6d3d1;
	padding: 72px 0 32px;
	margin-top: 60px;
}
.ihh-footer strong { color: #fff; font-size: 22px; letter-spacing: -0.02em; font-weight: 900; }
.ihh-footer p { color: #a8a29e; font-size: 15px; line-height: 1.65; margin: 14px 0; max-width: 420px; }
.ihh-footer a { color: #d6d3d1; }
.ihh-footer a:hover { color: #fff; }

.ihh-footer-grid {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr 1fr;
	gap: 48px;
	padding-bottom: 48px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	margin-bottom: 28px;
}
.ihh-footer-col h4 {
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	margin: 0 0 18px;
}
.ihh-footer-col ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.ihh-footer-col ul a { font-size: 14.5px; }
.ihh-footer-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 4px; }
.ihh-footer-brand .ihh-logo-mark { width: 40px; height: 40px; background: var(--ihh-primary); box-shadow: none; }

.ihh-footer-bottom {
	display: flex; align-items: center; justify-content: space-between;
	gap: 16px; flex-wrap: wrap;
	color: #78716c; font-size: 13px;
}
.ihh-footer-bottom a { color: #a8a29e; }
.ihh-footer-bottom a:hover { color: #fff; }

/* ---------- 404 ---------- */
.ihh-404 {
	min-height: 62vh;
	display: grid;
	place-items: center;
	text-align: center;
	padding: 80px 20px;
}
.ihh-404 h1 { font-size: clamp(56px, 10vw, 120px); letter-spacing: -0.05em; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 960px) {
	.ihh-hero-grid { grid-template-columns: 1fr; }
	.ihh-grid { grid-template-columns: repeat(2, 1fr); }
	.ihh-grid.four { grid-template-columns: repeat(2, 1fr); }
	.ihh-footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
}

@media (max-width: 820px) {
	:root { --ihh-container-px: 16px; }
	.ihh-menu { display: none; }
	.ihh-menu-toggle { display: inline-flex; align-items: center; justify-content: center; }
	.ihh-mobile-menu { display: block; }
	.ihh-sticky { display: block; }
	.ihh-hero { padding: 48px 0 40px; }
	.ihh-hero .ihh-trust { grid-template-columns: 1fr 1fr; max-width: 100%; }
	.ihh-actions { flex-direction: column; align-items: stretch; }
	.ihh-actions .ihh-btn { width: 100%; justify-content: center; }
	.ihh-two { grid-template-columns: 1fr; gap: 0; }
	body { padding-bottom: 96px; }
	.ihh-modal-box { margin: 8px auto; border-radius: var(--ihh-r-xl); padding: 22px; }
	.ihh-modal .ihh-close-booking { top: 12px; right: 12px; }
	.ihh-testimonial { padding: 30px 22px 22px; }
	.ihh-testimonial::before { font-size: 68px; top: -14px; left: 16px; }
	.ihh-section { padding: 56px 0; }
	.ihh-wa { right: 16px; bottom: 100px; width: 52px; height: 52px; background-size: 26px; }
}

@media (max-width: 400px) {
	.ihh-grid, .ihh-grid.four { grid-template-columns: 1fr; }
	.ihh-hero .ihh-trust { grid-template-columns: 1fr; }
	.ihh-footer-grid { grid-template-columns: 1fr; gap: 32px; }
	:root { --ihh-container-px: 14px; }
	.ihh-logo { font-size: 16px; }
	.ihh-logo-mark { width: 32px; height: 32px; font-size: 13px; }
	.ihh-btn { padding: 13px 20px; font-size: 14px; }
}

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

@media print {
	.ihh-header, .ihh-footer, .ihh-sticky, .ihh-wa, .ihh-modal, .ihh-menu-toggle, .ihh-mobile-menu { display: none !important; }
	.ihh-hero { padding: 20px 0; background: none; }
	.ihh-card, .ihh-service, .ihh-testimonial, .ihh-feature { box-shadow: none; border: 1px solid #ddd; }
	a { color: #000; text-decoration: underline; }
}
