/*
Theme Name: Zanax Health
Theme URI: https://zanaxhealth.com
Author: Digital Ketan
Author URI: https://digitalketan.com
Description: A premium healthcare and pharmaceutical business theme for Zanax Health. Includes a rich homepage, service detail pages, product category pages, quality and global presence pages, contact page with enquiry form, blog listing and blog detail layouts, schema markup and one-click demo content.
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: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: zanax-health
Tags: healthcare, pharma, business, custom-menu, custom-logo, featured-images, blog, two-columns, full-width-template
*/

/* ==========================================================
   1. Design tokens
   ========================================================== */
:root {
	--c-navy: #0A2540;
	--c-navy-2: #0F3352;
	--c-primary: #0B7A75;
	--c-primary-dark: #075E5A;
	--c-mint: #2EC4B6;
	--c-mint-soft: #DDF5F2;
	--c-sky: #F2FAF9;
	--c-ice: #F6F9FC;
	--c-coral: #FF6B57;
	--c-amber: #FFB547;
	--c-text: #3A4E63;
	--c-heading: #0A2540;
	--c-muted: #6B7C93;
	--c-border: #E2ECEB;
	--c-white: #FFFFFF;

	--grad-primary: linear-gradient(135deg, #0B7A75 0%, #16A39A 55%, #2EC4B6 100%);
	--grad-dark: linear-gradient(135deg, #0A2540 0%, #0C3B52 55%, #0B5D63 100%);
	--grad-soft: linear-gradient(180deg, #F2FAF9 0%, #FFFFFF 100%);

	--font-head: 'Plus Jakarta Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
	--font-body: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;

	--radius-sm: 10px;
	--radius: 16px;
	--radius-lg: 24px;
	--radius-xl: 32px;

	--shadow-sm: 0 2px 8px rgba(10, 37, 64, .06);
	--shadow: 0 12px 32px -12px rgba(10, 37, 64, .18);
	--shadow-lg: 0 30px 60px -20px rgba(10, 37, 64, .28);
	--shadow-glow: 0 18px 40px -14px rgba(11, 122, 117, .55);

	--container: 1240px;
	--header-h: 84px;
	--ease: cubic-bezier(.22, .61, .36, 1);
}

/* ==========================================================
   2. Base
   ========================================================== */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
	margin: 0;
	overflow-x: clip;
	font-family: var(--font-body);
	font-size: 16.5px;
	line-height: 1.7;
	color: var(--c-text);
	background: var(--c-white);
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}
img, svg, video, iframe { max-width: 100%; }
img { height: auto; display: block; }
a { color: var(--c-primary); text-decoration: none; transition: color .2s var(--ease); }
a:hover { color: var(--c-primary-dark); }
h1, h2, h3, h4, h5, h6 {
	font-family: var(--font-head);
	color: var(--c-heading);
	line-height: 1.2;
	margin: 0 0 .6em;
	font-weight: 700;
	letter-spacing: -.02em;
}
h1 { font-size: clamp(2.3rem, 4.6vw, 3.9rem); font-weight: 800; letter-spacing: -.03em; }
h2 { font-size: clamp(1.9rem, 3.2vw, 2.75rem); font-weight: 800; }
h3 { font-size: clamp(1.25rem, 1.8vw, 1.5rem); }
h4 { font-size: 1.15rem; }
p { margin: 0 0 1.1em; }
ul, ol { margin: 0 0 1.2em; padding-left: 1.2em; }
button, input, select, textarea { font: inherit; color: inherit; }
::selection { background: var(--c-mint); color: #fff; }

.screen-reader-text {
	border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%);
	height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; word-wrap: normal !important;
}
.screen-reader-text:focus {
	clip: auto; clip-path: none; height: auto; width: auto; z-index: 100000;
	background: #fff; padding: 12px 18px; top: 8px; left: 8px; border-radius: 8px; box-shadow: var(--shadow);
}
:focus-visible { outline: 3px solid var(--c-mint); outline-offset: 3px; border-radius: 4px; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.container-narrow { max-width: 860px; }
.section { padding: 110px 0; position: relative; }
.section-sm { padding: 70px 0; }
.bg-sky { background: var(--c-sky); }
.bg-ice { background: var(--c-ice); }
.bg-dark { background: var(--grad-dark); color: rgba(255,255,255,.78); }
.bg-dark h1, .bg-dark h2, .bg-dark h3, .bg-dark h4 { color: #fff; }
.text-center { text-align: center; }
.mt-0 { margin-top: 0; }

/* Section heading */
.eyebrow {
	display: inline-flex; align-items: center; gap: 10px;
	font-family: var(--font-head); font-weight: 700; font-size: .8rem;
	letter-spacing: .14em; text-transform: uppercase; color: var(--c-primary);
	background: var(--c-mint-soft); padding: 7px 14px 7px 12px; border-radius: 100px; margin-bottom: 18px;
}
.eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--c-coral); box-shadow: 0 0 0 4px rgba(255,107,87,.18); }
.bg-dark .eyebrow { background: rgba(46,196,182,.14); color: var(--c-mint); }
.section-head { max-width: 720px; margin: 0 auto 60px; text-align: center; }
.section-head p { font-size: 1.1rem; color: var(--c-muted); }
.bg-dark .section-head p { color: rgba(255,255,255,.7); }
.section-head.left { margin-left: 0; text-align: left; }
.head-row { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; flex-wrap: wrap; margin-bottom: 50px; }
.head-row .section-head { margin-bottom: 0; }
.hl { background: var(--grad-primary); -webkit-background-clip: text; background-clip: text; color: transparent; }
.bg-dark .hl { background: linear-gradient(90deg, #2EC4B6, #9BF0E6); -webkit-background-clip: text; background-clip: text; }

/* ==========================================================
   3. Buttons
   ========================================================== */
.btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 10px;
	font-family: var(--font-head); font-weight: 700; font-size: .98rem; line-height: 1;
	padding: 17px 28px; border-radius: 100px; border: 2px solid transparent;
	cursor: pointer; transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease);
	white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; transition: transform .25s var(--ease); }
.btn:hover svg { transform: translateX(4px); }
.btn-primary { background: var(--grad-primary); color: #fff; box-shadow: var(--shadow-glow); background-size: 150% 150%; }
.btn-primary:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 22px 44px -14px rgba(11,122,117,.7); background-position: 100% 0; }
.btn-dark { background: var(--c-navy); color: #fff; }
.btn-dark:hover { background: var(--c-navy-2); color: #fff; transform: translateY(-2px); }
.btn-outline { border-color: var(--c-border); color: var(--c-heading); background: #fff; }
.btn-outline:hover { border-color: var(--c-primary); color: var(--c-primary); transform: translateY(-2px); }
.btn-white { background: #fff; color: var(--c-navy); }
.btn-white:hover { color: var(--c-primary); transform: translateY(-2px); box-shadow: var(--shadow); }
.btn-ghost-light { border-color: rgba(255,255,255,.35); color: #fff; }
.btn-ghost-light:hover { background: rgba(255,255,255,.1); border-color: #fff; color: #fff; }
.btn-sm { padding: 12px 20px; font-size: .9rem; }
.btn-block { width: 100%; }
.link-arrow { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-head); font-weight: 700; font-size: .95rem; }
.link-arrow svg { width: 16px; height: 16px; transition: transform .25s var(--ease); }
.link-arrow:hover svg { transform: translateX(4px); }

/* ==========================================================
   4. Top bar and header
   ========================================================== */
.topbar { background: var(--c-navy); color: rgba(255,255,255,.75); font-size: .85rem; }
.topbar .container { display: flex; align-items: center; justify-content: space-between; min-height: 44px; gap: 20px; }
.topbar a { color: rgba(255,255,255,.85); display: inline-flex; align-items: center; gap: 8px; }
.topbar a:hover { color: var(--c-mint); }
.topbar svg { width: 15px; height: 15px; color: var(--c-mint); }
.topbar-left, .topbar-right { display: flex; align-items: center; gap: 26px; }
.topbar-badge { display: inline-flex; align-items: center; gap: 8px; }
.topbar-social { display: flex; gap: 14px; }

.site-header {
	position: sticky; top: 0; z-index: 900;
	background: rgba(255,255,255,.92); backdrop-filter: saturate(180%) blur(14px); -webkit-backdrop-filter: saturate(180%) blur(14px);
	border-bottom: 1px solid transparent; transition: box-shadow .3s var(--ease), border-color .3s var(--ease);
}
.admin-bar .site-header { top: 32px; }
.site-header.is-scrolled { box-shadow: 0 10px 30px -18px rgba(10,37,64,.35); border-color: var(--c-border); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: var(--header-h); gap: 24px; }
.site-branding { display: flex; align-items: center; flex-shrink: 0; }
.site-branding .custom-logo { max-height: 52px; width: auto; }
.brand-link { display: inline-flex; align-items: center; gap: 12px; color: var(--c-heading); }
.brand-link:hover { color: var(--c-heading); }
.brand-mark { width: 46px; height: 46px; flex-shrink: 0; }
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-name { font-family: var(--font-head); font-weight: 800; font-size: 1.45rem; letter-spacing: -.03em; }
.brand-name span { color: var(--c-primary); }
.brand-tag { font-size: .66rem; letter-spacing: .22em; text-transform: uppercase; color: var(--c-muted); font-weight: 600; margin-top: 4px; }

.main-nav { display: flex; align-items: center; }
.main-nav ul { list-style: none; margin: 0; padding: 0; }
.main-nav > ul { display: flex; align-items: center; gap: 4px; }
.main-nav li { position: relative; }
.main-nav > ul > li > a {
	display: flex; align-items: center; gap: 6px; white-space: nowrap;
	padding: 10px 14px; border-radius: 10px;
	font-family: var(--font-head); font-weight: 600; font-size: .95rem; color: var(--c-heading);
}
.main-nav > ul > li > a:hover,
.main-nav > ul > li.current-menu-item > a,
.main-nav > ul > li.current-menu-ancestor > a,
.main-nav > ul > li.current_page_parent > a { color: var(--c-primary); background: var(--c-sky); }
.main-nav .menu-item-has-children > a::after {
	content: ""; width: 7px; height: 7px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor;
	transform: rotate(45deg) translateY(-2px); opacity: .6; margin-left: 2px;
}
.main-nav .sub-menu {
	position: absolute; top: calc(100% + 10px); left: 0; min-width: 290px;
	background: #fff; border-radius: var(--radius); padding: 10px; box-shadow: var(--shadow-lg); border: 1px solid var(--c-border);
	opacity: 0; visibility: hidden; transform: translateY(10px); transition: all .25s var(--ease);
}
.main-nav .sub-menu::before { content: ""; position: absolute; top: -12px; left: 0; right: 0; height: 12px; }
.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 {
	display: flex; align-items: center; gap: 12px; padding: 11px 14px; border-radius: 10px;
	color: var(--c-heading); font-weight: 600; font-size: .92rem; font-family: var(--font-head);
}
.main-nav .sub-menu a:hover, .main-nav .sub-menu .current-menu-item > a { background: var(--c-sky); color: var(--c-primary); }
.main-nav .sub-menu a::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--c-mint); flex-shrink: 0; }

.header-actions { display: flex; align-items: center; gap: 14px; }
.header-call { display: none; align-items: center; gap: 10px; color: var(--c-heading); }
@media (min-width: 1600px) { .header-call { display: flex; } }
.header-call .ic { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: var(--c-mint-soft); color: var(--c-primary); }
.header-call .ic svg { width: 18px; height: 18px; }
.header-call small { display: block; font-size: .72rem; color: var(--c-muted); line-height: 1.2; }
.header-call strong { font-family: var(--font-head); font-size: .95rem; }
.menu-toggle { display: none; width: 46px; height: 46px; border-radius: 12px; border: 1px solid var(--c-border); background: #fff; cursor: pointer; place-items: center; color: var(--c-heading); }
.menu-toggle svg { width: 22px; height: 22px; }
.menu-toggle .ic-close { display: none; }
.nav-open .menu-toggle .ic-open { display: none; }
.nav-open .menu-toggle .ic-close { display: block; }
.mobile-cta { display: none; }
.submenu-toggle { display: none; }
.contact-hero { padding-bottom: 150px; }
.blog-sidebar .widget { margin-bottom: 0; }

/* ==========================================================
   5. Hero
   ========================================================== */
.hero {
	position: relative; overflow: hidden;
	padding: 90px 0 120px;
	background:
		radial-gradient(900px 500px at 85% 10%, rgba(46,196,182,.18), transparent 60%),
		radial-gradient(700px 400px at 5% 90%, rgba(11,122,117,.10), transparent 60%),
		linear-gradient(180deg, #F2FAF9 0%, #FFFFFF 100%);
}
.hero::before {
	content: ""; position: absolute; inset: 0;
	background-image: radial-gradient(rgba(10,37,64,.07) 1px, transparent 1px);
	background-size: 26px 26px; mask-image: linear-gradient(180deg, #000 0%, transparent 85%); -webkit-mask-image: linear-gradient(180deg, #000 0%, transparent 85%);
	pointer-events: none;
}
.hero-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 60px; align-items: center; position: relative; }
.hero h1 { margin-bottom: 22px; }
.hero-lead { font-size: 1.18rem; color: var(--c-muted); max-width: 560px; margin-bottom: 34px; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 42px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 12px; }
.trust-pill {
	display: inline-flex; align-items: center; gap: 8px; padding: 9px 14px; border-radius: 100px;
	background: #fff; border: 1px solid var(--c-border); font-size: .85rem; font-weight: 600; color: var(--c-heading); box-shadow: var(--shadow-sm);
}
.trust-pill svg { width: 16px; height: 16px; color: var(--c-primary); }

.hero-visual { position: relative; min-height: 540px; }
.hero-card-main {
	position: absolute; inset: 0 0 0 40px; border-radius: var(--radius-xl); overflow: hidden;
	background: var(--grad-dark); box-shadow: var(--shadow-lg);
}
.hero-card-main img { width: 100%; height: 100%; object-fit: cover; }
.hero-card-main .hero-illus { position: absolute; inset: 0; width: 100%; height: 100%; }
.float-card {
	position: absolute; background: rgba(255,255,255,.96); border-radius: 18px; padding: 16px 18px;
	box-shadow: var(--shadow-lg); display: flex; align-items: center; gap: 14px; border: 1px solid rgba(226,236,235,.8);
	animation: floaty 6s ease-in-out infinite;
}
.float-card .ic { width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center; background: var(--grad-primary); color: #fff; flex-shrink: 0; }
.float-card .ic svg { width: 24px; height: 24px; }
.float-card strong { display: block; font-family: var(--font-head); font-size: 1.35rem; color: var(--c-heading); line-height: 1.1; }
.float-card span { font-size: .82rem; color: var(--c-muted); }
.float-card.fc-1 { left: 0; top: 56px; }
.float-card.fc-2 { right: -18px; bottom: 90px; animation-delay: -2s; }
.float-card.fc-3 { left: 20px; bottom: 26px; animation-delay: -4s; }
.float-card.fc-3 .ic { background: linear-gradient(135deg, #FF6B57, #FFB547); }
@keyframes floaty { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

/* Stats strip */
.stats-strip { margin-top: -60px; position: relative; z-index: 5; }
.stats-box {
	background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); border: 1px solid var(--c-border);
	display: grid; grid-template-columns: repeat(4, 1fr); padding: 34px 20px;
}
.stat { text-align: center; padding: 6px 20px; border-right: 1px solid var(--c-border); }
.stat:last-child { border-right: 0; }
.stat-num { font-family: var(--font-head); font-weight: 800; font-size: clamp(2rem, 3vw, 2.7rem); color: var(--c-heading); line-height: 1; letter-spacing: -.03em; }
.stat-num .suffix { color: var(--c-primary); }
.stat-label { margin-top: 8px; font-size: .92rem; color: var(--c-muted); font-weight: 500; }

/* ==========================================================
   6. Split / About
   ========================================================== */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.split.reverse > :first-child { order: 2; }
.media-stack { position: relative; }
.media-stack .media-main { border-radius: var(--radius-xl); overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 5/5.2; background: var(--grad-dark); }
.media-stack .media-main img { width: 100%; height: 100%; object-fit: cover; }
.media-badge {
	position: absolute; right: -24px; bottom: 40px; background: var(--grad-primary); color: #fff; border-radius: var(--radius-lg);
	padding: 24px 26px; box-shadow: var(--shadow-glow); max-width: 220px;
}
.media-badge strong { display: block; font-family: var(--font-head); font-size: 2.6rem; line-height: 1; font-weight: 800; }
.media-badge span { font-size: .9rem; opacity: .9; }
.media-dots { position: absolute; left: -30px; top: -30px; width: 140px; height: 140px; background-image: radial-gradient(var(--c-mint) 2px, transparent 2px); background-size: 16px 16px; opacity: .5; z-index: -1; }

.check-list { list-style: none; padding: 0; margin: 0 0 32px; display: grid; gap: 14px; }
.check-list li { display: flex; gap: 12px; align-items: flex-start; font-weight: 500; color: var(--c-heading); }
.check-list li svg { width: 22px; height: 22px; flex-shrink: 0; color: #fff; background: var(--c-primary); border-radius: 50%; padding: 4px; margin-top: 2px; }
.check-list.two-col { grid-template-columns: 1fr 1fr; }
.bg-dark .check-list li { color: #fff; }

.lead { font-size: 1.12rem; color: var(--c-muted); }

/* ==========================================================
   7. Cards and grids
   ========================================================== */
.grid { display: grid; gap: 28px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.service-card {
	position: relative; background: #fff; border: 1px solid var(--c-border); border-radius: var(--radius-lg);
	padding: 36px 32px 32px; transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease);
	overflow: hidden; display: flex; flex-direction: column; height: 100%;
}
.service-card::after {
	content: ""; position: absolute; inset: auto -40% -60% auto; width: 260px; height: 260px; border-radius: 50%;
	background: radial-gradient(circle, rgba(46,196,182,.18), transparent 70%); transition: transform .5s var(--ease); transform: scale(.6);
}
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); border-color: transparent; }
.service-card:hover::after { transform: scale(1.3); }
.service-card .num { position: absolute; top: 26px; right: 30px; font-family: var(--font-head); font-weight: 800; font-size: 2.6rem; color: var(--c-sky); line-height: 1; transition: color .3s; }
.service-card:hover .num { color: var(--c-mint-soft); }
.icon-box {
	width: 64px; height: 64px; border-radius: 18px; display: grid; place-items: center;
	background: var(--c-mint-soft); color: var(--c-primary); margin-bottom: 24px; transition: all .35s var(--ease); position: relative; z-index: 1;
}
.icon-box svg { width: 30px; height: 30px; }
.service-card:hover .icon-box { background: var(--grad-primary); color: #fff; box-shadow: var(--shadow-glow); transform: rotate(-6deg); }
.service-card h3 { font-size: 1.3rem; margin-bottom: 12px; position: relative; z-index: 1; }
.service-card h3 a { color: inherit; }
.service-card p { color: var(--c-muted); font-size: .98rem; flex-grow: 1; position: relative; z-index: 1; }
.service-card .link-arrow { position: relative; z-index: 1; margin-top: 8px; }

.feature-card { background: #fff; border-radius: var(--radius-lg); padding: 30px; border: 1px solid var(--c-border); height: 100%; transition: all .3s var(--ease); }
.feature-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.feature-card .icon-box { width: 54px; height: 54px; border-radius: 14px; margin-bottom: 18px; }
.feature-card .icon-box svg { width: 26px; height: 26px; }
.feature-card h4 { margin-bottom: 8px; }
.feature-card p { margin: 0; color: var(--c-muted); font-size: .96rem; }
.bg-dark .feature-card { background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.1); }
.bg-dark .feature-card p { color: rgba(255,255,255,.66); }
.bg-dark .feature-card .icon-box { background: rgba(46,196,182,.15); color: var(--c-mint); }
.bg-dark .feature-card:hover { background: rgba(255,255,255,.08); }

/* Category cards */
.cat-card {
	position: relative; border-radius: var(--radius-xl); overflow: hidden; min-height: 540px; padding: 48px;
	display: flex; flex-direction: column; justify-content: flex-end; color: #fff; isolation: isolate;
}
.cat-card .cat-bg { position: absolute; inset: 0; z-index: -2; transition: transform .8s var(--ease); }
.cat-card .cat-bg img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.cat-card::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(10,37,64,0) 25%, rgba(10,37,64,.72) 55%, rgba(10,37,64,.94) 100%); }
.cat-card:hover .cat-bg { transform: scale(1.06); }
.cat-card h3 { color: #fff; font-size: 2rem; margin-bottom: 10px; }
.cat-card p { color: rgba(255,255,255,.82); max-width: 460px; }
.cat-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 6px 0 24px; }
.cat-tags span { font-size: .8rem; font-weight: 600; padding: 6px 12px; border-radius: 100px; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.22); backdrop-filter: blur(6px); }
.cat-label { position: absolute; top: 32px; left: 48px; display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-head); font-weight: 700; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; background: rgba(255,255,255,.95); color: var(--c-primary); padding: 8px 14px; border-radius: 100px; }
.cat-label svg { width: 16px; height: 16px; }

/* Process steps */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; counter-reset: step; position: relative; }
.steps::before { content: ""; position: absolute; top: 38px; left: 12%; right: 12%; height: 2px; background: repeating-linear-gradient(90deg, var(--c-mint) 0 8px, transparent 8px 16px); opacity: .6; }
.step { text-align: center; position: relative; padding: 0 8px; }
.step-num {
	width: 78px; height: 78px; margin: 0 auto 22px; border-radius: 50%; display: grid; place-items: center;
	background: #fff; border: 2px solid var(--c-mint-soft); box-shadow: var(--shadow); position: relative; color: var(--c-primary);
}
.step-num svg { width: 30px; height: 30px; }
.step-num::after {
	counter-increment: step; content: "0" counter(step); position: absolute; top: -6px; right: -6px;
	width: 30px; height: 30px; border-radius: 50%; background: var(--c-coral); color: #fff; font-family: var(--font-head); font-weight: 800; font-size: .75rem; display: grid; place-items: center;
}
.step h4 { margin-bottom: 8px; }
.step p { color: var(--c-muted); font-size: .95rem; margin: 0; }
.bg-dark .step-num { background: var(--c-navy-2); border-color: rgba(46,196,182,.3); color: var(--c-mint); }
.bg-dark .step p { color: rgba(255,255,255,.66); }

/* Regions */
.region-pills { display: flex; flex-wrap: wrap; gap: 12px; }
.region-pill { display: inline-flex; align-items: center; gap: 10px; padding: 12px 18px; border-radius: 100px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); color: #fff; font-weight: 600; font-size: .95rem; }
.region-pill svg { width: 18px; height: 18px; color: var(--c-mint); }
.region-card { background: #fff; border-radius: var(--radius-lg); padding: 32px; border: 1px solid var(--c-border); height: 100%; transition: all .3s var(--ease); }
.region-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.region-card .icon-box { margin-bottom: 18px; }
.region-card ul { list-style: none; padding: 0; margin: 14px 0 0; display: flex; flex-wrap: wrap; gap: 8px; }
.region-card li { font-size: .82rem; padding: 5px 11px; background: var(--c-sky); border-radius: 100px; color: var(--c-heading); font-weight: 500; }

/* Globe visual */
.globe-wrap { position: relative; aspect-ratio: 1; width: 100%; max-width: 540px; margin: 0 auto; }
.globe-wrap svg { width: 100%; height: 100%; }

/* Cert strip */
.cert-strip { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.cert {
	background: #fff; border: 1px solid var(--c-border); border-radius: var(--radius); padding: 22px 14px; text-align: center;
	transition: all .3s var(--ease);
}
.cert:hover { border-color: var(--c-mint); box-shadow: var(--shadow); }
.cert svg { width: 34px; height: 34px; color: var(--c-primary); margin: 0 auto 10px; }
.cert strong { display: block; font-family: var(--font-head); color: var(--c-heading); font-size: 1rem; }
.cert span { font-size: .78rem; color: var(--c-muted); }

/* Audience */
.audience-card { display: flex; gap: 18px; align-items: flex-start; padding: 26px; border-radius: var(--radius-lg); background: #fff; border: 1px solid var(--c-border); transition: all .3s var(--ease); height: 100%; }
.audience-card:hover { border-color: var(--c-mint); box-shadow: var(--shadow); }
.audience-card .icon-box { margin: 0; flex-shrink: 0; width: 54px; height: 54px; }
.audience-card .icon-box svg { width: 26px; height: 26px; }
.audience-card h4 { margin-bottom: 6px; }
.audience-card p { margin: 0; color: var(--c-muted); font-size: .95rem; }

/* FAQ */
.faq-list { display: grid; gap: 14px; }
.faq-item { background: #fff; border: 1px solid var(--c-border); border-radius: var(--radius); overflow: hidden; transition: box-shadow .3s var(--ease); }
.faq-item[open] { box-shadow: var(--shadow); border-color: transparent; }
.faq-item summary {
	list-style: none; cursor: pointer; padding: 22px 64px 22px 26px; position: relative;
	font-family: var(--font-head); font-weight: 700; color: var(--c-heading); font-size: 1.05rem;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
	content: "+"; position: absolute; right: 22px; top: 50%; transform: translateY(-50%);
	width: 30px; height: 30px; border-radius: 50%; background: var(--c-mint-soft); color: var(--c-primary);
	display: grid; place-items: center; font-size: 1.3rem; font-weight: 600; line-height: 1; padding-bottom: 2px; transition: all .3s var(--ease);
}
.faq-item[open] summary::after { content: "\2212"; background: var(--c-primary); color: #fff; }
.faq-item .faq-body { padding: 0 26px 22px; color: var(--c-muted); }
.faq-item .faq-body p:last-child { margin: 0; }

/* ==========================================================
   8. CTA band
   ========================================================== */
.cta-band { padding: 0 0 110px; }
.cta-box {
	position: relative; overflow: hidden; border-radius: var(--radius-xl); padding: 70px 70px;
	background: var(--grad-dark); color: #fff; display: grid; grid-template-columns: 1.4fr 1fr; gap: 40px; align-items: center;
}
.cta-box::before { content: ""; position: absolute; right: -120px; top: -120px; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(46,196,182,.35), transparent 65%); }
.cta-box::after { content: ""; position: absolute; left: 40%; bottom: -160px; width: 360px; height: 360px; border-radius: 50%; border: 60px solid rgba(255,255,255,.04); }
.cta-box h2 { color: #fff; margin-bottom: 14px; position: relative; }
.cta-box p { color: rgba(255,255,255,.75); margin: 0; font-size: 1.08rem; position: relative; }
.cta-actions { display: flex; flex-direction: column; gap: 14px; align-items: flex-end; position: relative; z-index: 1; }
.cta-phone { display: flex; align-items: center; gap: 12px; color: #fff; font-family: var(--font-head); font-weight: 700; }
.cta-phone .ic { width: 46px; height: 46px; border-radius: 50%; background: rgba(255,255,255,.1); display: grid; place-items: center; }
.cta-phone svg { width: 20px; height: 20px; color: var(--c-mint); }
.cta-phone small { display: block; font-weight: 500; color: rgba(255,255,255,.6); font-size: .78rem; }
.cta-phone:hover { color: var(--c-mint); }

/* ==========================================================
   9. Page hero (inner pages)
   ========================================================== */
.page-hero {
	position: relative; overflow: hidden; padding: 90px 0 100px; color: #fff;
	background: var(--grad-dark);
}
.page-hero::before {
	content: ""; position: absolute; inset: 0;
	background-image: radial-gradient(rgba(255,255,255,.08) 1px, transparent 1px); background-size: 24px 24px;
	mask-image: linear-gradient(90deg, transparent 20%, #000 100%); -webkit-mask-image: linear-gradient(90deg, transparent 20%, #000 100%);
}
.page-hero::after { content: ""; position: absolute; right: -140px; top: -200px; width: 560px; height: 560px; border-radius: 50%; background: radial-gradient(circle, rgba(46,196,182,.35), transparent 65%); }
.page-hero .container { position: relative; z-index: 1; }
.page-hero-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 50px; align-items: center; }
.page-hero h1 { color: #fff; font-size: clamp(2.2rem, 4vw, 3.4rem); margin-bottom: 18px; max-width: 820px; }
.page-hero p.lead { color: rgba(255,255,255,.78); max-width: 680px; margin-bottom: 28px; }
.page-hero .hero-ctas { margin-bottom: 0; }
.page-hero-icon { justify-self: end; width: 240px; height: 240px; border-radius: 40px; display: grid; place-items: center; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(10px); position: relative; transform: rotate(-6deg); }
.page-hero-icon::before { content: ""; position: absolute; inset: 22px; border-radius: 28px; background: var(--grad-primary); box-shadow: var(--shadow-glow); }
.page-hero-icon svg { width: 96px; height: 96px; color: #fff; position: relative; transform: rotate(6deg); }
.breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; font-size: .88rem; margin-bottom: 22px; color: rgba(255,255,255,.6); }
.breadcrumbs a { color: rgba(255,255,255,.85); }
.breadcrumbs a:hover { color: var(--c-mint); }
.breadcrumbs .sep { opacity: .5; }
.breadcrumbs .current { color: var(--c-mint); }

/* ==========================================================
   10. Service detail
   ========================================================== */
.detail-layout { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 60px; align-items: start; }
.detail-main h2 { font-size: clamp(1.6rem, 2.4vw, 2.1rem); }
.detail-main .overview p { font-size: 1.06rem; }
.sticky-side { position: sticky; top: calc(var(--header-h) + 24px); display: grid; grid-template-columns: minmax(0, 1fr); gap: 24px; }
.side-card { background: #fff; border: 1px solid var(--c-border); border-radius: var(--radius-lg); padding: 28px; }
.side-card h4 { margin-bottom: 16px; }
.side-nav { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.side-nav a { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 14px 16px; border-radius: 12px; background: var(--c-ice); color: var(--c-heading); font-weight: 600; font-family: var(--font-head); font-size: .93rem; transition: all .25s var(--ease); }
.side-nav a svg { width: 16px; height: 16px; opacity: .6; }
.side-nav a:hover, .side-nav .active a { background: var(--grad-primary); color: #fff; }
.side-nav a:hover svg, .side-nav .active a svg { opacity: 1; }
.side-cta { background: var(--grad-dark); color: rgba(255,255,255,.8); border: 0; position: relative; overflow: hidden; }
.side-cta::after { content: ""; position: absolute; right: -60px; top: -60px; width: 200px; height: 200px; border-radius: 50%; background: radial-gradient(circle, rgba(46,196,182,.4), transparent 70%); }
.side-cta h4 { color: #fff; position: relative; }
.side-cta p { font-size: .95rem; position: relative; }
.side-cta .btn { position: relative; z-index: 1; }
.side-contact { list-style: none; padding: 0; margin: 20px 0 0; display: grid; gap: 12px; position: relative; }
.side-contact a { color: #fff; display: flex; align-items: center; gap: 10px; font-size: .93rem; }
.side-contact svg { width: 18px; height: 18px; color: var(--c-mint); }
.block-gap { margin-top: 64px; }
.benefit-panel { background: var(--c-sky); border-radius: var(--radius-lg); padding: 40px; }
.benefit-panel .check-list { margin-bottom: 0; }

/* Timeline style process (vertical) */
.vsteps { display: grid; gap: 0; }
.vstep { display: grid; grid-template-columns: 64px 1fr; gap: 22px; position: relative; padding-bottom: 30px; }
.vstep:not(:last-child)::before { content: ""; position: absolute; left: 31px; top: 64px; bottom: 0; width: 2px; background: linear-gradient(var(--c-mint), var(--c-mint-soft)); }
.vstep .n { width: 64px; height: 64px; border-radius: 18px; background: var(--grad-primary); color: #fff; display: grid; place-items: center; font-family: var(--font-head); font-weight: 800; font-size: 1.2rem; box-shadow: var(--shadow-glow); }
.vstep h4 { margin: 8px 0 6px; }
.vstep p { margin: 0; color: var(--c-muted); }

/* Product format tiles */
.format-tile { background: #fff; border: 1px solid var(--c-border); border-radius: var(--radius-lg); padding: 28px 24px; text-align: center; transition: all .3s var(--ease); height: 100%; }
.format-tile:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.format-tile .icon-box { margin: 0 auto 16px; }
.format-tile h4 { margin-bottom: 6px; font-size: 1.08rem; }
.format-tile p { margin: 0; font-size: .9rem; color: var(--c-muted); }
.chip-cloud { display: flex; flex-wrap: wrap; gap: 12px; }
.chip { display: inline-flex; align-items: center; gap: 8px; padding: 12px 18px; border-radius: 100px; background: #fff; border: 1px solid var(--c-border); font-weight: 600; color: var(--c-heading); font-size: .94rem; transition: all .25s var(--ease); }
.chip svg { width: 16px; height: 16px; color: var(--c-primary); }
.chip:hover { border-color: var(--c-primary); color: var(--c-primary); }

/* Values */
.value-card { padding: 34px 30px; border-radius: var(--radius-lg); background: #fff; border: 1px solid var(--c-border); position: relative; overflow: hidden; height: 100%; }
.value-card::before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 4px; background: var(--grad-primary); transform: scaleX(0); transform-origin: left; transition: transform .4s var(--ease); }
.value-card:hover::before { transform: scaleX(1); }
.mv-card { padding: 44px; border-radius: var(--radius-xl); position: relative; overflow: hidden; height: 100%; }
.mv-card.mission { background: var(--grad-primary); color: rgba(255,255,255,.9); }
.mv-card.vision { background: var(--c-navy); color: rgba(255,255,255,.82); }
.mv-card h3 { color: #fff; font-size: 1.7rem; }
.mv-card .icon-box { background: rgba(255,255,255,.15); color: #fff; }
.mv-card p { font-size: 1.05rem; margin: 0; }

/* Jobs */
.job-card { display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; padding: 28px 32px; border-radius: var(--radius-lg); background: #fff; border: 1px solid var(--c-border); transition: all .3s var(--ease); }
.job-card:hover { box-shadow: var(--shadow); border-color: transparent; }
.job-card h4 { margin-bottom: 8px; }
.job-meta { display: flex; flex-wrap: wrap; gap: 16px; color: var(--c-muted); font-size: .9rem; }
.job-meta span { display: inline-flex; align-items: center; gap: 6px; }
.job-meta svg { width: 16px; height: 16px; color: var(--c-primary); }

/* ==========================================================
   11. Contact
   ========================================================== */
.contact-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: -70px; position: relative; z-index: 3; }
.contact-card { background: #fff; border-radius: var(--radius-lg); padding: 30px 26px; box-shadow: var(--shadow); border: 1px solid var(--c-border); transition: transform .3s var(--ease); }
.contact-card:hover { transform: translateY(-5px); }
.contact-card .icon-box { margin-bottom: 16px; width: 54px; height: 54px; }
.contact-card .icon-box svg { width: 24px; height: 24px; }
.contact-card h4 { margin-bottom: 6px; font-size: 1.05rem; }
.contact-card p, .contact-card a { margin: 0; color: var(--c-muted); font-size: .95rem; line-height: 1.6; display: block; }
.contact-card a:hover { color: var(--c-primary); }
.contact-grid { display: grid; grid-template-columns: 1fr 1.25fr; gap: 50px; align-items: start; }
.form-card { background: #fff; border-radius: var(--radius-xl); padding: 48px; box-shadow: var(--shadow-lg); border: 1px solid var(--c-border); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-grid .full { grid-column: 1 / -1; }
.field label { display: block; font-weight: 600; font-size: .88rem; color: var(--c-heading); margin-bottom: 8px; font-family: var(--font-head); }
.field label .req { color: var(--c-coral); }
.field input, .field select, .field textarea {
	width: 100%; padding: 15px 18px; border-radius: 12px; border: 1.5px solid var(--c-border); background: var(--c-ice);
	transition: border-color .2s, background .2s, box-shadow .2s; font-size: .98rem; color: var(--c-heading);
}
.field textarea { min-height: 150px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--c-primary); background: #fff; box-shadow: 0 0 0 4px rgba(46,196,182,.15); }
.form-note { font-size: .85rem; color: var(--c-muted); margin: 0; display: flex; align-items: center; gap: 8px; }
.form-note svg { width: 16px; height: 16px; color: var(--c-primary); }
.form-footer { display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; margin-top: 8px; }
.hp-field { position: absolute; left: -9999px; }
#enquiry, #newsletter { scroll-margin-top: 120px; }
.alert { padding: 16px 20px; border-radius: 12px; margin-bottom: 22px; font-weight: 500; display: flex; gap: 10px; align-items: center; }
.alert svg { width: 20px; height: 20px; flex-shrink: 0; }
.alert-success { background: #E7F8EF; color: #11643B; border: 1px solid #BFEBD3; }
.alert-error { background: #FFF0EE; color: #A6331F; border: 1px solid #FFD4CD; }
.map-wrap { border-radius: var(--radius-xl); overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--c-border); height: 440px; }
.map-wrap iframe { width: 100%; height: 100%; border: 0; display: block; filter: saturate(.85); }
.office-card { padding: 28px; border-radius: var(--radius-lg); background: #fff; border: 1px solid var(--c-border); height: 100%; }
.office-card .tag { display: inline-block; font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--c-primary); background: var(--c-mint-soft); padding: 5px 10px; border-radius: 100px; margin-bottom: 12px; }
.office-card h4 { margin-bottom: 8px; }
.office-card p { margin: 0 0 6px; color: var(--c-muted); font-size: .95rem; }
.contact-aside h2 { font-size: clamp(1.7rem, 2.6vw, 2.3rem); }
.contact-perks { display: grid; gap: 16px; margin-top: 28px; }
.perk { display: flex; gap: 16px; padding: 20px; border-radius: var(--radius); background: var(--c-sky); }
.perk .icon-box { width: 48px; height: 48px; margin: 0; flex-shrink: 0; background: #fff; }
.perk .icon-box svg { width: 22px; height: 22px; }
.perk h4 { font-size: 1rem; margin-bottom: 4px; }
.perk p { margin: 0; font-size: .92rem; color: var(--c-muted); }

/* ==========================================================
   12. Blog
   ========================================================== */
.blog-toolbar { display: flex; flex-wrap: wrap; gap: 20px; justify-content: space-between; align-items: center; margin-bottom: 44px; }
.cat-filter { display: flex; flex-wrap: wrap; gap: 10px; }
.cat-filter a { padding: 10px 18px; border-radius: 100px; background: #fff; border: 1px solid var(--c-border); color: var(--c-heading); font-weight: 600; font-size: .9rem; font-family: var(--font-head); transition: all .25s var(--ease); }
.cat-filter a:hover { border-color: var(--c-primary); color: var(--c-primary); }
.cat-filter a.active { background: var(--grad-primary); color: #fff; border-color: transparent; box-shadow: var(--shadow-glow); }
.search-form { position: relative; }
.blog-toolbar .search-form { min-width: 280px; margin-left: auto; }
.search-form input[type="search"] { width: 100%; padding: 14px 54px 14px 20px; border-radius: 100px; border: 1px solid var(--c-border); background: #fff; font-size: .95rem; }
.search-form input[type="search"]:focus { outline: none; border-color: var(--c-primary); box-shadow: 0 0 0 4px rgba(46,196,182,.15); }
.search-form button { position: absolute; right: 5px; top: 50%; transform: translateY(-50%); width: 42px; height: 42px; border-radius: 50%; border: 0; background: var(--grad-primary); color: #fff; display: grid; place-items: center; cursor: pointer; }
.search-form button svg { width: 18px; height: 18px; }

.post-featured { display: grid; grid-template-columns: 1.2fr 1fr; border-radius: var(--radius-xl); overflow: hidden; background: #fff; border: 1px solid var(--c-border); box-shadow: var(--shadow); margin-bottom: 48px; transition: box-shadow .3s var(--ease); }
.post-featured:hover { box-shadow: var(--shadow-lg); }
.post-featured .thumb { position: relative; min-height: 420px; overflow: hidden; background: var(--grad-dark); }
.post-featured .thumb img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.post-featured:hover .thumb img { transform: scale(1.05); }
.post-featured .body { padding: 50px 48px; display: flex; flex-direction: column; justify-content: center; }
.post-featured h2 { font-size: clamp(1.5rem, 2.4vw, 2.1rem); margin-bottom: 14px; }
.post-featured h2 a { color: var(--c-heading); }
.post-featured h2 a:hover { color: var(--c-primary); }
.featured-flag { position: absolute; top: 22px; left: 22px; z-index: 2; background: var(--c-coral); color: #fff; font-family: var(--font-head); font-weight: 700; font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; padding: 7px 12px; border-radius: 100px; }

.post-card { background: #fff; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--c-border); display: flex; flex-direction: column; height: 100%; transition: transform .35s var(--ease), box-shadow .35s var(--ease); }
.post-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.post-card .thumb { position: relative; aspect-ratio: 16/10; overflow: hidden; background: var(--grad-dark); display: block; }
.post-card .thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.post-card:hover .thumb img { transform: scale(1.07); }
.post-card .thumb .cat-badge { position: absolute; left: 16px; top: 16px; }
.post-card .body { padding: 26px 26px 28px; display: flex; flex-direction: column; flex-grow: 1; }
.post-card h3 { font-size: 1.2rem; margin-bottom: 10px; line-height: 1.35; }
.post-card h3 a { color: var(--c-heading); }
.post-card h3 a:hover { color: var(--c-primary); }
.post-card p { color: var(--c-muted); font-size: .95rem; flex-grow: 1; }
.cat-badge { display: inline-block; background: rgba(255,255,255,.95); color: var(--c-primary); font-family: var(--font-head); font-weight: 700; font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; padding: 6px 12px; border-radius: 100px; box-shadow: var(--shadow-sm); }
.cat-badge.solid { background: var(--c-mint-soft); box-shadow: none; }
.post-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; font-size: .85rem; color: var(--c-muted); margin-bottom: 12px; }
.post-meta span { display: inline-flex; align-items: center; gap: 6px; }
.post-meta svg { width: 15px; height: 15px; color: var(--c-primary); }
.post-card .card-foot { display: flex; align-items: center; justify-content: space-between; padding-top: 18px; border-top: 1px solid var(--c-border); margin-top: 6px; }

.pagination { margin-top: 60px; display: flex; justify-content: center; }
.pagination .nav-links { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; }
.pagination .page-numbers { min-width: 48px; height: 48px; padding: 0 16px; border-radius: 100px; display: grid; place-items: center; background: #fff; border: 1px solid var(--c-border); color: var(--c-heading); font-weight: 700; font-family: var(--font-head); }
.pagination .page-numbers:hover { border-color: var(--c-primary); color: var(--c-primary); }
.pagination .page-numbers.current { background: var(--grad-primary); color: #fff; border-color: transparent; }

.newsletter { border-radius: var(--radius-xl); padding: 56px; background: var(--c-sky); display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; position: relative; overflow: hidden; }
.newsletter::after { content: ""; position: absolute; right: -80px; bottom: -80px; width: 260px; height: 260px; border-radius: 50%; background: radial-gradient(circle, rgba(46,196,182,.25), transparent 70%); }
.newsletter h3 { font-size: 1.8rem; margin-bottom: 8px; }
.newsletter p { margin: 0; color: var(--c-muted); }
.newsletter form { display: flex; gap: 10px; background: #fff; padding: 8px; border-radius: 100px; box-shadow: var(--shadow); position: relative; z-index: 1; }
.newsletter input { flex: 1; border: 0; padding: 0 18px; background: transparent; min-width: 0; }
.newsletter input:focus { outline: none; }

/* Single post */
.single-hero { padding: 80px 0 150px; }
.single-hero h1 { font-size: clamp(2rem, 3.8vw, 3.1rem); max-width: 900px; }
.single-hero .post-meta { color: rgba(255,255,255,.72); font-size: .92rem; gap: 22px; margin: 22px 0 0; }
.single-hero .post-meta svg { color: var(--c-mint); }
.author-chip { display: inline-flex; align-items: center; gap: 10px; }
.author-chip img { width: 36px; height: 36px; border-radius: 50%; border: 2px solid rgba(255,255,255,.4); }
.single-cover { margin-top: -110px; position: relative; z-index: 3; border-radius: var(--radius-xl); overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 21/9; background: var(--grad-dark); }
.single-cover img { width: 100%; height: 100%; object-fit: cover; }
.single-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 64px; padding: 70px 0 100px; align-items: start; }
.entry-content { font-size: 1.08rem; line-height: 1.85; }
.entry-content > * { margin-top: 0; }
.entry-content h2 { font-size: 1.8rem; margin: 1.8em 0 .6em; scroll-margin-top: 110px; }
.entry-content h3 { font-size: 1.35rem; margin: 1.6em 0 .5em; }
.entry-content a { text-decoration: underline; text-decoration-color: rgba(11,122,117,.35); text-underline-offset: 3px; }
.entry-content ul, .entry-content ol { padding-left: 0; list-style: none; }
.entry-content ul li { position: relative; padding-left: 30px; margin-bottom: 10px; }
.entry-content ul li::before { content: ""; position: absolute; left: 4px; top: 11px; width: 10px; height: 10px; border-radius: 50%; background: var(--c-mint); box-shadow: 0 0 0 4px var(--c-mint-soft); }
.entry-content ol { counter-reset: ol; }
.entry-content ol li { position: relative; padding-left: 44px; margin-bottom: 14px; counter-increment: ol; }
.entry-content ol li::before { content: counter(ol); position: absolute; left: 0; top: 2px; width: 30px; height: 30px; border-radius: 50%; background: var(--grad-primary); color: #fff; font-family: var(--font-head); font-weight: 800; font-size: .85rem; display: grid; place-items: center; }
.entry-content blockquote { margin: 2em 0; padding: 30px 34px 30px 38px; border-radius: var(--radius-lg); background: var(--c-sky); border-left: 5px solid var(--c-primary); font-family: var(--font-head); font-size: 1.2rem; font-weight: 600; color: var(--c-heading); line-height: 1.55; }
.entry-content blockquote p:last-child { margin: 0; }
.entry-content img { border-radius: var(--radius); }
.entry-content table { width: 100%; border-collapse: collapse; margin: 1.5em 0; font-size: .96rem; border-radius: var(--radius); overflow: hidden; box-shadow: 0 0 0 1px var(--c-border); }
.entry-content th { background: var(--c-navy); color: #fff; text-align: left; padding: 14px 16px; font-family: var(--font-head); }
.entry-content td { padding: 13px 16px; border-top: 1px solid var(--c-border); }
.entry-content tr:nth-child(even) td { background: var(--c-ice); }
.key-takeaway { background: var(--grad-dark); color: rgba(255,255,255,.85); border-radius: var(--radius-lg); padding: 30px 34px; margin: 2em 0; }
.key-takeaway strong { color: var(--c-mint); font-family: var(--font-head); display: block; margin-bottom: 6px; letter-spacing: .08em; text-transform: uppercase; font-size: .82rem; }
.key-takeaway p:last-child { margin: 0; }

.toc { background: var(--c-ice); border: 1px solid var(--c-border); border-radius: var(--radius-lg); padding: 24px 26px; margin-bottom: 36px; }
.toc h4 { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; font-size: 1rem; }
.toc h4 svg { width: 18px; height: 18px; color: var(--c-primary); }
.toc ol { margin: 0; padding-left: 20px; display: grid; gap: 6px; }
.toc a { color: var(--c-text); font-size: .95rem; }
.toc a:hover { color: var(--c-primary); }

.post-tags-share { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px; padding: 26px 0; border-top: 1px solid var(--c-border); border-bottom: 1px solid var(--c-border); margin-top: 50px; }
.tag-list { display: flex; flex-wrap: wrap; gap: 8px; }
.tag-list a { padding: 7px 14px; border-radius: 100px; background: var(--c-ice); color: var(--c-heading); font-size: .85rem; font-weight: 600; }
.tag-list a:hover { background: var(--c-mint-soft); color: var(--c-primary); }
.share { display: flex; align-items: center; gap: 10px; }
.share span { font-weight: 700; font-family: var(--font-head); color: var(--c-heading); font-size: .92rem; margin-right: 4px; }
.share a { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; background: var(--c-ice); color: var(--c-heading); transition: all .25s var(--ease); }
.share a:hover { background: var(--c-primary); color: #fff; }
.share svg { width: 17px; height: 17px; }
.author-box { display: flex; gap: 24px; padding: 32px; border-radius: var(--radius-lg); background: var(--c-sky); margin-top: 40px; }
.author-box img { width: 84px; height: 84px; border-radius: 50%; flex-shrink: 0; }
.author-box h4 { margin-bottom: 6px; }
.author-box p { margin: 0; color: var(--c-muted); font-size: .96rem; }
.post-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 40px; }
.post-nav a { display: block; padding: 22px 24px; border-radius: var(--radius); border: 1px solid var(--c-border); color: var(--c-heading); font-family: var(--font-head); font-weight: 700; transition: all .25s var(--ease); }
.post-nav a:hover { border-color: var(--c-primary); box-shadow: var(--shadow); }
.post-nav small { display: block; color: var(--c-muted); font-weight: 600; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 6px; }
.post-nav .next { text-align: right; }

.widget { background: #fff; border: 1px solid var(--c-border); border-radius: var(--radius-lg); padding: 28px; margin-bottom: 26px; }
.widget-title { font-size: 1.1rem; margin-bottom: 18px; padding-bottom: 14px; border-bottom: 1px solid var(--c-border); position: relative; }
.widget-title::after { content: ""; position: absolute; left: 0; bottom: -1px; width: 40px; height: 3px; border-radius: 3px; background: var(--grad-primary); }
.widget ul { list-style: none; padding: 0; margin: 0; }
.widget-cats li a { display: flex; justify-content: space-between; align-items: center; padding: 11px 0; color: var(--c-heading); font-weight: 600; font-size: .95rem; border-bottom: 1px dashed var(--c-border); }
.widget-cats li:last-child a { border-bottom: 0; }
.widget-cats li a:hover { color: var(--c-primary); }
.widget-cats .count { min-width: 30px; height: 26px; padding: 0 8px; border-radius: 100px; background: var(--c-mint-soft); color: var(--c-primary); display: grid; place-items: center; font-size: .78rem; }
.mini-post { display: grid; grid-template-columns: 84px 1fr; gap: 14px; align-items: center; padding: 10px 0; }
.mini-post .thumb { width: 84px; height: 70px; border-radius: 12px; overflow: hidden; background: var(--grad-dark); display: block; }
.mini-post .thumb img { width: 100%; height: 100%; object-fit: cover; }
.mini-post h5 { font-size: .93rem; margin: 0 0 4px; line-height: 1.35; }
.mini-post h5 a { color: var(--c-heading); }
.mini-post h5 a:hover { color: var(--c-primary); }
.mini-post small { color: var(--c-muted); font-size: .8rem; }
.widget-cta { background: var(--grad-primary); color: rgba(255,255,255,.9); border: 0; text-align: center; position: relative; overflow: hidden; }
.widget-cta::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.14) 1px, transparent 1px); background-size: 18px 18px; }
.widget-cta > * { position: relative; }
.widget-cta .icon-box { margin: 0 auto 16px; background: rgba(255,255,255,.18); color: #fff; }
.widget-cta h4 { color: #fff; font-size: 1.3rem; }

/* Comments */
.comments-area { margin-top: 50px; }
.comment-list { list-style: none; padding: 0; }
.comment-body { padding: 22px; border-radius: var(--radius); background: var(--c-ice); margin-bottom: 16px; }
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"], .comment-form textarea { width: 100%; padding: 14px 16px; border-radius: 12px; border: 1.5px solid var(--c-border); background: var(--c-ice); }
.comment-form .submit { background: var(--grad-primary); color: #fff; border: 0; padding: 15px 26px; border-radius: 100px; font-weight: 700; font-family: var(--font-head); cursor: pointer; }

/* Generic page content */
.page-content-wrap { padding: 80px 0 100px; }

/* 404 */
.error-404 { text-align: center; padding: 120px 0; }
.error-404 .big { font-family: var(--font-head); font-weight: 800; font-size: clamp(6rem, 16vw, 11rem); line-height: 1; background: var(--grad-primary); -webkit-background-clip: text; background-clip: text; color: transparent; letter-spacing: -.05em; }

/* ==========================================================
   13. Footer
   ========================================================== */
.site-footer { background: var(--c-navy); color: rgba(255,255,255,.66); position: relative; overflow: hidden; font-size: .96rem; }
.site-footer::before { content: ""; position: absolute; left: -200px; top: -200px; width: 520px; height: 520px; border-radius: 50%; background: radial-gradient(circle, rgba(46,196,182,.14), transparent 70%); }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1.1fr 1.3fr; gap: 50px; padding-top: 90px; padding-bottom: 60px; position: relative; }
.site-footer .brand-link, .site-footer .brand-name { color: #fff; }
.site-footer .brand-name span { color: var(--c-mint); }
.site-footer .brand-tag { color: rgba(255,255,255,.5); }
.footer-about p { margin: 22px 0 26px; }
.footer-title { color: #fff; font-size: 1.1rem; margin-bottom: 22px; }
.footer-links { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.footer-links a { color: rgba(255,255,255,.7); display: inline-flex; align-items: center; gap: 8px; }
.footer-links a::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--c-mint); opacity: .5; transition: all .2s; }
.footer-links a:hover { color: #fff; }
.footer-links a:hover::before { opacity: 1; transform: scale(1.3); }
.footer-contact { list-style: none; margin: 0; padding: 0; display: grid; gap: 18px; }
.footer-contact li { display: flex; gap: 14px; align-items: flex-start; }
.footer-contact .ic { width: 40px; height: 40px; border-radius: 12px; background: rgba(255,255,255,.06); display: grid; place-items: center; flex-shrink: 0; }
.footer-contact svg { width: 18px; height: 18px; color: var(--c-mint); }
.footer-contact a { color: rgba(255,255,255,.85); }
.footer-contact a:hover { color: var(--c-mint); }
.social { display: flex; gap: 10px; }
.social a { width: 42px; height: 42px; border-radius: 12px; background: rgba(255,255,255,.07); display: grid; place-items: center; color: #fff; transition: all .25s var(--ease); }
.social a:hover { background: var(--grad-primary); transform: translateY(-3px); color: #fff; }
.social svg { width: 18px; height: 18px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 26px 0; position: relative; }
.footer-bottom .container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 14px; font-size: .88rem; }
.footer-bottom a { color: rgba(255,255,255,.7); }
.footer-bottom a:hover { color: var(--c-mint); }
.legal-links { display: flex; flex-wrap: wrap; gap: 22px; list-style: none; margin: 0; padding: 0; }

/* Floating buttons */
.whatsapp-float { position: fixed; right: 24px; bottom: 24px; z-index: 950; width: 58px; height: 58px; border-radius: 50%; background: #25D366; color: #fff; display: grid; place-items: center; box-shadow: 0 14px 30px -8px rgba(37,211,102,.6); transition: transform .25s var(--ease); }
.whatsapp-float:hover { transform: scale(1.08); color: #fff; }
.whatsapp-float svg { width: 30px; height: 30px; }
.whatsapp-float::before { content: ""; position: absolute; inset: 0; border-radius: 50%; border: 2px solid #25D366; animation: pulse 2s infinite; }
@keyframes pulse { 0% { transform: scale(1); opacity: .8; } 100% { transform: scale(1.6); opacity: 0; } }
.back-top { position: fixed; right: 30px; bottom: 96px; z-index: 940; width: 46px; height: 46px; border-radius: 50%; background: var(--c-navy); color: #fff; border: 0; display: grid; place-items: center; cursor: pointer; opacity: 0; visibility: hidden; transform: translateY(10px); transition: all .3s var(--ease); }
.back-top.show { opacity: 1; visibility: visible; transform: none; }
.back-top svg { width: 20px; height: 20px; transform: rotate(-90deg); }

/* Reveal animation */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; } .reveal.d2 { transition-delay: .16s; } .reveal.d3 { transition-delay: .24s; } .reveal.d4 { transition-delay: .32s; } .reveal.d5 { transition-delay: .4s; }
@media (prefers-reduced-motion: reduce) {
	.reveal { opacity: 1; transform: none; transition: none; }
	.float-card, .whatsapp-float::before { animation: none; }
	html { scroll-behavior: auto; }
}

/* WordPress core classes */
.alignleft { float: left; margin: 0 24px 16px 0; }
.alignright { float: right; margin: 0 0 16px 24px; }
.aligncenter { margin-left: auto; margin-right: auto; }
.wp-caption-text, figcaption { font-size: .88rem; color: var(--c-muted); text-align: center; margin-top: 8px; }
.sticky, .bypostauthor, .gallery-caption { }

/* ==========================================================
   14. Responsive
   ========================================================== */
@media (max-width: 1280px) {
	.main-nav > ul > li > a { padding: 10px 10px; font-size: .92rem; }
}
@media (max-width: 1180px) {
	:root { --header-h: 74px; }
	.menu-toggle { display: grid; }
	.header-actions .btn { display: none; }
	.main-nav {
		position: fixed; top: var(--header-h); left: 0; right: 0; bottom: 0; background: #fff; padding: 20px 24px 40px;
		overflow-y: auto; opacity: 0; visibility: hidden; transform: translateY(-12px); transition: opacity .3s var(--ease), transform .3s var(--ease), visibility .3s; display: block; z-index: 899;
	}
	.admin-bar .main-nav { top: calc(var(--header-h) + 46px); }
	.nav-open .main-nav { transform: none; opacity: 1; visibility: visible; }
	.main-nav > ul { flex-direction: column; align-items: stretch; gap: 2px; }
	.main-nav > ul > li > a { padding: 16px 12px; font-size: 1.05rem; border-bottom: 1px solid var(--c-border); border-radius: 0; justify-content: space-between; }
	.main-nav .menu-item-has-children > a::after { display: none; }
	.main-nav .sub-menu { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: 0; padding: 4px 0 10px 10px; display: none; min-width: 0; }
	.main-nav li.sub-open > .sub-menu { display: block; }
	.submenu-toggle { position: absolute; right: 0; top: 8px; width: 42px; height: 42px; border: 0; background: var(--c-sky); border-radius: 10px; color: var(--c-primary); display: grid; place-items: center; cursor: pointer; }
	.submenu-toggle svg { width: 18px; height: 18px; transition: transform .25s; }
	.sub-open > .submenu-toggle svg { transform: rotate(180deg); }
	.mobile-cta { display: grid; gap: 12px; margin-top: 24px; }
	body.nav-open { overflow: hidden; }
	.nav-open .site-header { backdrop-filter: none; -webkit-backdrop-filter: none; background: #fff; }
	.hero-grid, .split, .page-hero-grid, .contact-grid, .detail-layout, .single-layout { grid-template-columns: 1fr; }
	.split.reverse > :first-child { order: 0; }
	.hero-visual { min-height: 480px; max-width: 620px; width: 100%; margin: 0 auto; }
	.page-hero-icon { display: none; }
	.grid-4 { grid-template-columns: repeat(2, 1fr); }
	.grid-3 { grid-template-columns: repeat(2, 1fr); }
	.steps { grid-template-columns: repeat(2, 1fr); row-gap: 44px; }
	.steps::before { display: none; }
	.cert-strip { grid-template-columns: repeat(3, 1fr); }
	.footer-top { grid-template-columns: 1fr 1fr; }
	.cta-box { grid-template-columns: 1fr; padding: 54px 40px; }
	.cta-actions { align-items: flex-start; }
	.contact-cards { grid-template-columns: repeat(2, 1fr); }
	.post-featured { grid-template-columns: 1fr; }
	.post-featured .thumb { min-height: 300px; }
	.sticky-side { position: static; }
	.newsletter { grid-template-columns: 1fr; }
	.split { gap: 50px; }
	.media-badge { right: 16px; }
}
@media (max-width: 782px) {
	.admin-bar .site-header { top: 46px; }
	.topbar-left .hide-sm, .topbar-badge { display: none; }
}
@media (max-width: 680px) {
	body { font-size: 16px; }
	.container { padding: 0 16px; }
	.section { padding: 76px 0; }
	.cta-band { padding-bottom: 76px; }
	.topbar { display: none; }
	.hero { padding: 56px 0 100px; }
	.hero-visual { min-height: 400px; }
	.hero-card-main { left: 0; }
	.float-card { padding: 12px 14px; }
	.float-card .ic { width: 40px; height: 40px; }
	.float-card strong { font-size: 1.1rem; }
	.float-card.fc-1 { top: 18px; left: -6px; }
	.float-card.fc-2 { right: -6px; }
	.float-card.fc-3 { left: -6px; bottom: 16px; }
	.stats-box { grid-template-columns: 1fr 1fr; row-gap: 26px; padding: 26px 8px; }
	.stat:nth-child(2) { border-right: 0; }
	.grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
	.steps { grid-template-columns: 1fr; }
	.cert-strip { grid-template-columns: repeat(2, 1fr); }
	.footer-top { grid-template-columns: 1fr; gap: 36px; padding-top: 70px; }
	.cat-card { padding: 250px 26px 30px; min-height: 0; background: var(--c-navy); }
	.cat-card .cat-bg { bottom: auto; height: 330px; }
	.cat-card::before { background: linear-gradient(180deg, rgba(10,37,64,0) 0, rgba(10,37,64,0) 150px, rgba(10,37,64,.96) 330px, #0A2540 100%); }
	.cat-card h3 { font-size: 1.7rem; }
	.cat-label { left: 26px; top: 24px; }
	.cta-box { padding: 44px 24px; border-radius: var(--radius-lg); }
	.contact-cards { grid-template-columns: 1fr; }
	.form-card { padding: 28px 20px; }
	.form-grid { grid-template-columns: 1fr; }
	.check-list.two-col { grid-template-columns: 1fr; }
	.post-featured .body { padding: 30px 24px; }
	.newsletter { padding: 34px 22px; }
	.newsletter form { flex-direction: column; border-radius: 20px; }
	.newsletter input { padding: 12px 14px; }
	.single-layout { padding-top: 50px; }
	.single-cover { aspect-ratio: 16/10; border-radius: var(--radius-lg); }
	.post-nav { grid-template-columns: 1fr; }
	.post-nav .next { text-align: left; }
	.author-box { flex-direction: column; }
	.job-card { grid-template-columns: 1fr; }
	.blog-toolbar .search-form { min-width: 0; width: 100%; }
	.media-badge { padding: 18px; }
	.media-badge strong { font-size: 2rem; }
	.benefit-panel { padding: 28px 22px; }
	.mv-card { padding: 32px 26px; }
	.legal-links { gap: 14px; }
	.btn { white-space: normal; text-align: center; }
	.hero-ctas .btn { width: 100%; }
}
.nav-open .whatsapp-float, .nav-open .back-top { display: none; }
