/* =========================================================
   Gowingus theme styles
   ========================================================= */

:root {
	--sky-100: #eaf7fc;
	--sky-300: #85d7ef;
	--sky-500: #36b3df;
	--sky-600: #1f93c2;
	--sky-800: #0d4a68;
	--sky-950: #082e42;
	--grey-cloud: #9aa4ab;
	--ink-900: #16212b;
	--ink-700: #3a4753;
	--ink-500: #67737d;
	--line: #e2e9ed;
	--bg: #f7fafb;
	--white: #ffffff;
	--radius-lg: 20px;
	--radius-md: 14px;
	--shadow-card: 0 1px 2px rgba(13,74,104,.05), 0 10px 26px -12px rgba(13,74,104,.16);
	--shadow-lift: 0 22px 42px -18px rgba(13,74,104,.28);
	--font-display: 'Poppins', 'Segoe UI', sans-serif;
	--font-body: 'Manrope', 'Segoe UI', sans-serif;
	--font-script: 'Playfair Display', Georgia, serif;
	--ink-950: #14181c;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	font-family: var(--font-body);
	color: var(--ink-900);
	background: var(--bg);
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; margin: 0; padding: 0; }
h1, h2, h3, h4 { font-family: var(--font-display); color: var(--ink-900); margin: 0 0 .5em; line-height: 1.18; letter-spacing: -.01em; }
p { margin: 0 0 1em; color: var(--ink-500); }
:focus-visible { outline: 2px solid var(--sky-600); outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) {
	* { animation-duration: .001ms !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
}

.wrap { max-width: 1160px; margin: 0 auto; padding: 0 24px; }

.eyebrow {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .07em;
	text-transform: uppercase;
	color: var(--sky-800);
	background: var(--sky-100);
	padding: 6px 14px;
	border-radius: 999px;
	margin-bottom: 16px;
}
.eyebrow-center { display: block; width: max-content; margin: 0 auto 12px; }

.lead { font-size: 18px; color: var(--ink-700); }

/* buttons */
.btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 700;
	font-size: 15px;
	padding: 14px 26px;
	border-radius: 6px;
	border: 1px solid transparent;
	cursor: pointer;
	transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
	white-space: nowrap;
}
.btn-primary {
	background: var(--sky-600);
	color: #fff;
	box-shadow: 0 10px 22px -8px rgba(31,147,194,.5);
}
.btn-primary:hover { transform: translateY(-1px); background: var(--sky-700, var(--sky-800)); }
.btn-outline { background: #fff; color: var(--ink-900); border-color: var(--line); }
.btn-outline:hover { border-color: var(--sky-600); color: var(--sky-800); }
.btn-dark { background: var(--ink-950); color: #fff; }
.btn-dark:hover { transform: translateY(-1px); background: #000; }
.btn-light { background: #fff; color: var(--sky-800); flex-shrink: 0; }
.btn-light:hover { transform: translateY(-1px); }

.highlight { position: relative; color: var(--sky-600); }
.highlight::after {
	content: "";
	position: absolute;
	left: 1px;
	right: 1px;
	bottom: 2px;
	height: 2px;
	background: var(--sky-500);
}
.eyebrow-dark { background: rgba(255,255,255,.1); color: var(--sky-300); }

.learn-more { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; font-size: 14px; color: var(--sky-800); }
.learn-more-arrow { display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; border-radius: 50%; background: var(--sky-100); color: var(--sky-800); font-size: 14px; transition: transform .2s ease, background .2s ease; }
.learn-more:hover .learn-more-arrow { transform: translateX(4px); background: var(--sky-600); color: #fff; }

/* =========================================================
   TOP STRIP + HEADER
   ========================================================= */
.top-strip { background: var(--sky-950); color: #cfe8f2; font-size: 13px; }
.top-strip-inner { display: flex; align-items: center; gap: 28px; height: 38px; }
.top-strip-item { display: inline-flex; align-items: center; gap: 7px; color: #cfe8f2; }
.top-strip-item:hover { color: #fff; }
.top-strip-social { margin-left: auto; display: flex; align-items: center; gap: 14px; }
.top-strip-social a { color: #8fd3ea; display: inline-flex; }
.top-strip-social a:hover { color: #fff; }

@media (max-width: 720px) { .top-strip-social { display: none; } }
@media (max-width: 480px) { .top-strip-inner { gap: 16px; } .top-strip-item span { display: none; } }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(247,250,251,.92); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); transition: box-shadow .25s ease, background .25s ease; }
.site-header.is-scrolled { background: rgba(255,255,255,.96); box-shadow: 0 6px 24px -10px rgba(13,74,104,.18); }
.header-inner { display: flex; align-items: center; gap: 28px; height: 84px; }
.site-logo { flex-shrink: 0; display: flex; align-items: center; }
.logo-img { height: 56px; width: auto; }
.site-nav { flex: 1; }
.nav-menu { display: flex; gap: 30px; justify-content: center; }
.nav-menu a { font-weight: 600; font-size: 15px; color: var(--ink-700); transition: color .15s ease; }
.nav-menu a:hover { color: var(--sky-700, var(--sky-600)); }
.header-actions { display: flex; align-items: center; gap: 18px; flex-shrink: 0; }
.header-search-toggle {
	display: inline-flex; align-items: center; justify-content: center;
	width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--line);
	background: #fff; color: var(--ink-700); cursor: pointer; flex-shrink: 0;
	transition: border-color .15s ease, color .15s ease;
}
.header-search-toggle:hover { border-color: var(--sky-500); color: var(--sky-700, var(--sky-600)); }
.header-search-panel { border-top: 1px solid var(--line); background: #fff; padding: 16px 0; }
.header-search-panel[hidden] { display: none; }
.search-form { display: flex; gap: 10px; max-width: 480px; }
.search-field { flex: 1; border: 1px solid var(--line); border-radius: 6px; padding: 11px 14px; font-size: 15px; font-family: inherit; }
.search-field:focus { outline: none; border-color: var(--sky-500); }
.search-submit { border: none; border-radius: 6px; padding: 0 20px; background: var(--sky-600); color: #fff; font-weight: 700; cursor: pointer; }
.search-submit:hover { background: var(--sky-800); }
.menu-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; }
.menu-toggle span { width: 22px; height: 2px; background: var(--ink-900); border-radius: 2px; }

/* =========================================================
   HERO (home)
   ========================================================= */
.hero { position: relative; padding: 64px 0 0; overflow: hidden; background: linear-gradient(180deg, var(--sky-100) 0%, var(--bg) 100%); }
.hero-bg { position: absolute; inset: 0; color: var(--sky-600); opacity: .16; }
.hero-dotmap { width: 100%; height: 100%; }
.hero-lede { font-size: 17px; max-width: 56ch; margin: 18px auto 0; }
.hero-script { font-family: var(--font-script); font-style: italic; color: var(--sky-800); font-size: 20px; margin: 14px 0 0; }
.hero-actions { display: flex; gap: 14px; justify-content: center; margin-top: 30px; flex-wrap: wrap; }

.hero-split { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; padding-bottom: 64px; }
.hero-copy .eyebrow { }
.hero-copy h1 { font-size: clamp(32px, 4vw, 46px); font-weight: 800; line-height: 1.15; }
.hero-copy .hero-lede { margin: 18px 0 0; text-align: left; }
.hero-copy .hero-actions { justify-content: flex-start; }

.hero-slider { position: relative; }
.hero-slide { animation: heroFade .5s ease; }
.hero-slide[hidden] { display: none; }
@keyframes heroFade { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }

.hero-visual { position: relative; display: flex; align-items: center; justify-content: center; }
.hero-visual-card { width: 100%; max-width: 380px; filter: drop-shadow(0 20px 34px rgba(13,74,104,.22)); animation: heroFloat 5s ease-in-out infinite; }
.hero-visual-photo { width: 100%; max-width: 380px; border-radius: 20px; overflow: hidden; filter: drop-shadow(0 20px 34px rgba(13,74,104,.22)); animation: heroFloat 5s ease-in-out infinite; aspect-ratio: 4 / 3.1; }
.hero-visual-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
@keyframes heroFloat {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-10px); }
}
.hero-visual-badge {
	position: absolute;
	display: flex; align-items: center; gap: 8px;
	background: #fff; border-radius: 999px; padding: 10px 16px 10px 10px;
	font-weight: 700; font-size: 13.5px; color: var(--ink-900);
	box-shadow: var(--shadow-card);
}
.hero-visual-badge-icon {
	width: 26px; height: 26px; border-radius: 50%;
	background: var(--sky-100); color: var(--sky-700, var(--sky-600));
	display: flex; align-items: center; justify-content: center;
}
.hero-visual-badge-a { top: 6%; left: -6%; }
.hero-visual-badge-b { bottom: 10%; right: -4%; }

.hero-arrow {
	position: absolute;
	top: 44%;
	transform: translateY(-50%);
	width: 52px;
	height: 52px;
	border-radius: 8px;
	border: none;
	background: rgba(13, 74, 104, .08);
	color: var(--sky-800);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 5;
	transition: background .15s ease, color .15s ease;
}
.hero-arrow:hover { background: var(--sky-600); color: #fff; }
.hero-arrow-prev { left: 8px; }
.hero-arrow-next { right: 8px; }

.hero-dots { display: flex; justify-content: center; gap: 8px; padding-bottom: 20px; }
.hero-dot {
	width: 9px; height: 9px; border-radius: 50%;
	border: none; background: var(--sky-300); cursor: pointer; padding: 0;
	transition: background .15s ease, transform .15s ease;
}
.hero-dot.is-active { background: var(--sky-700, var(--sky-600)); transform: scale(1.2); }

@media (max-width: 980px) {
	.hero-split { grid-template-columns: 1fr; }
	.hero-visual { order: -1; }
	.hero-arrow { top: 28%; }
}
@media (max-width: 640px) {
	.hero-visual-badge { display: none; }
	.hero-arrow { width: 40px; height: 40px; }
	.hero-arrow-prev { left: 2px; }
	.hero-arrow-next { right: 2px; }
}

/* =========================================================
   PAGE HERO (inner pages)
   ========================================================= */
.page-hero { background: linear-gradient(135deg, var(--sky-800), var(--sky-950)); padding: 70px 0 56px; color: #fff; }
.page-hero .eyebrow { background: rgba(255,255,255,.14); color: #d8f0f8; }
.page-hero h1 { color: #fff; font-size: clamp(28px, 3.6vw, 40px); }
.page-hero .hero-lede { color: #bfdeec; margin-left: 0; margin-right: 0; }

.page-hero-photo { position: relative; background-size: cover; background-position: center; overflow: hidden; }
.page-hero-photo::before {
	content: '';
	position: absolute; inset: 0;
	background: linear-gradient(120deg, rgba(6,34,50,.93), rgba(8,49,71,.86) 55%, rgba(13,74,104,.72));
}
.page-hero-photo .wrap { position: relative; z-index: 1; }

/* =========================================================
   TRUST STRIP (home, under hero)
   ========================================================= */
.trust-strip { background: #fff; border-bottom: 1px solid var(--line); padding: 26px 0; }
.trust-strip-inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.trust-item { display: flex; align-items: center; gap: 12px; }
.trust-item-icon {
	width: 42px; height: 42px; border-radius: 50%; flex-shrink: 0;
	background: var(--sky-100); color: var(--sky-700, var(--sky-600));
	display: flex; align-items: center; justify-content: center;
}
.trust-item-text { font-size: 13.5px; font-weight: 700; color: var(--ink-900); line-height: 1.35; }
.trust-item-text span { display: block; font-weight: 500; color: var(--ink-500); font-size: 12.5px; margin-top: 2px; }
@media (max-width: 980px) { .trust-strip-inner { grid-template-columns: 1fr 1fr; row-gap: 22px; } }
@media (max-width: 560px) { .trust-strip-inner { grid-template-columns: 1fr; } }

/* =========================================================
   SECTIONS
   ========================================================= */
.section { padding: 72px 0; }
.section-tint { background: var(--sky-100); }
.section-head { text-align: center; max-width: 620px; margin: 0 auto 40px; }
.section-head h2 { font-size: clamp(24px, 3vw, 30px); }
.section-cta { text-align: center; margin-top: 40px; }

.intro-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 48px; align-items: center; }
.intro-copy p { font-size: 15.5px; }
.intro-art { display: flex; align-items: center; justify-content: center; }
.intro-cloud-badge { width: 220px; }
.intro-cloud-badge-grey { width: 200px; }

.intro-photo { position: relative; width: 100%; max-width: 380px; border-radius: 20px; overflow: hidden; box-shadow: var(--shadow-card); aspect-ratio: 4 / 3.2; }
.intro-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.intro-photo-badge {
	position: absolute; left: 16px; bottom: 16px;
	width: 52px; height: 52px; border-radius: 14px;
	background: #fff; box-shadow: var(--shadow-card);
	display: flex; align-items: center; justify-content: center;
	color: var(--sky-700, var(--sky-600));
}

@media (max-width: 860px) {
	.intro-grid { grid-template-columns: 1fr; }
	.intro-art { order: -1; }
	.intro-cloud-badge { width: 160px; margin: 0 auto; }
	.intro-photo { max-width: 320px; margin: 0 auto; }
}

/* =========================================================
   BENEFITS (dark section, home page)
   ========================================================= */
.benefits { background: var(--ink-950); padding: 76px 0; }
.benefits-head { display: grid; grid-template-columns: 1.2fr .8fr; gap: 40px; align-items: end; margin-bottom: 44px; }
.benefits-head h2 { color: #fff; font-size: clamp(24px, 3.2vw, 34px); margin-bottom: 0; }
.benefits-head p { color: #98a3ab; font-size: 15px; margin: 0; }
@media (max-width: 860px) { .benefits-head { grid-template-columns: 1fr; } }

.benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.benefit-card {
	background: #fff; border-radius: var(--radius-lg);
	padding: 30px 26px 26px;
	transition: transform .2s ease, box-shadow .2s ease;
}
.benefit-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lift); }
.benefit-card-top { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 20px; }
.benefit-icon {
	width: 50px; height: 50px; border-radius: 12px;
	background: var(--sky-100); color: var(--sky-700, var(--sky-600));
	display: flex; align-items: center; justify-content: center;
}
.benefit-number { font-family: var(--font-display); font-weight: 800; font-size: 30px; color: var(--line); }
.benefit-card h3 { font-size: 18px; margin-bottom: 14px; }
.benefit-checklist { display: flex; flex-direction: column; gap: 10px; }
.benefit-checklist li { display: flex; align-items: center; gap: 9px; font-size: 14px; color: var(--ink-700); }
.benefit-checklist svg { flex-shrink: 0; color: var(--sky-600); }

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

/* =========================================================
   ABOUT WITH STATS (home page)
   ========================================================= */
.about-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 52px; align-items: center; }
.about-copy p { font-size: 15.5px; }
.stat-bars { display: flex; flex-direction: column; gap: 18px; margin-top: 28px; }
.stat-bar-label { display: flex; justify-content: space-between; font-weight: 700; font-size: 14.5px; color: var(--ink-900); margin-bottom: 8px; }
.stat-bar-value { color: var(--sky-700, var(--sky-600)); }
.stat-bar-track { height: 8px; border-radius: 999px; background: var(--sky-100); overflow: hidden; }
.stat-bar-fill { height: 100%; border-radius: 999px; background: linear-gradient(90deg, var(--sky-500), var(--sky-700, var(--sky-600))); width: 0; transition: width 1.1s cubic-bezier(.22,.72,.2,1); }
html:not(.js) .stat-bar-fill { width: var(--stat-value, 100%) !important; transition: none; }
.stat-bars-note { font-size: 12.5px; color: var(--ink-500); margin-top: 14px; font-style: italic; }
.about-art { display: flex; align-items: center; justify-content: center; position: relative; }
.about-illustration { width: 100%; max-width: 340px; }
.about-photo { position: relative; width: 100%; max-width: 380px; box-shadow: var(--shadow-lift); border-radius: var(--radius-lg); }
.about-photo img { width: 100%; height: 100%; aspect-ratio: 4 / 3.4; object-fit: cover; display: block; border-radius: var(--radius-lg); }
.about-photo-badge {
	position: absolute; left: -18px; bottom: -18px;
	background: #fff; border-radius: var(--radius-md);
	box-shadow: var(--shadow-lift); padding: 16px 20px;
	display: flex; align-items: center; gap: 12px;
}
.about-photo-badge-icon {
	width: 44px; height: 44px; border-radius: 12px; flex-shrink: 0;
	background: linear-gradient(135deg, var(--sky-500), var(--sky-800));
	color: #fff; display: flex; align-items: center; justify-content: center;
}
.about-photo-badge-text { font-size: 13px; line-height: 1.3; }
.about-photo-badge-text strong { display: block; font-family: var(--font-display); font-size: 18px; color: var(--ink-900); }
.about-photo-badge-text span { color: var(--ink-500); }

@media (max-width: 860px) {
	.about-grid { grid-template-columns: 1fr; }
	.about-art { order: -1; }
	.about-illustration { max-width: 260px; }
	.about-photo { max-width: 320px; }
	.about-photo-badge { left: 12px; bottom: -16px; padding: 12px 16px; }
}

/* teaser grid (home services preview) */
.teaser-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.teaser-card {
	background: #fff;
	border: 1px solid var(--line);
	border-top: 3px solid var(--sky-500);
	border-radius: var(--radius-md);
	padding: 24px 22px;
	box-shadow: var(--shadow-card);
	transition: transform .2s ease, box-shadow .2s ease;
}
.teaser-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lift); }
.teaser-icon {
	width: 44px; height: 44px; border-radius: 12px; margin-bottom: 16px;
	background: linear-gradient(135deg, var(--sky-500), var(--sky-800));
	color: #fff; display: flex; align-items: center; justify-content: center;
}
.teaser-card h3 { font-size: 16.5px; margin-bottom: 8px; }
.teaser-card p { font-size: 14px; margin: 0; }
@media (max-width: 980px) { .teaser-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .teaser-grid { grid-template-columns: 1fr; } }

/* photo variant, used by homepage projects teaser */
.teaser-card-photo { padding: 0; overflow: hidden; border-top: 1px solid var(--line); }
.teaser-card-photo .teaser-photo { width: 100%; aspect-ratio: 16 / 10; overflow: hidden; background: var(--sky-100); }
.teaser-card-photo .teaser-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.teaser-card-photo .teaser-card-body { padding: 20px 20px 22px; border-top: 3px solid var(--sky-500); }

/* interactive photo cards, used by homepage "Solutions across the information lifecycle" */
.service-teaser-grid { grid-template-columns: repeat(4, 1fr); }
.service-teaser-card {
	position: relative; display: block; overflow: hidden;
	border-radius: var(--radius-lg); aspect-ratio: 3 / 4;
	box-shadow: var(--shadow-card);
	transition: box-shadow .25s ease, transform .25s ease;
}
.service-teaser-card:hover, .service-teaser-card:focus-visible { transform: translateY(-4px); box-shadow: var(--shadow-lift); }
.service-teaser-photo { position: absolute; inset: 0; }
.service-teaser-photo img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s ease; }
.service-teaser-card:hover .service-teaser-photo img, .service-teaser-card:focus-visible .service-teaser-photo img { transform: scale(1.08); }
.service-teaser-overlay {
	position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end;
	padding: 22px 20px; color: #fff;
	background: linear-gradient(180deg, rgba(8,46,66,0) 30%, rgba(8,46,66,.55) 62%, rgba(6,34,50,.94) 100%);
}
.service-teaser-icon {
	width: 42px; height: 42px; border-radius: 12px; margin-bottom: 14px;
	background: rgba(255,255,255,.16); backdrop-filter: blur(2px);
	color: #fff; display: flex; align-items: center; justify-content: center;
	transition: background .25s ease;
}
.service-teaser-card:hover .service-teaser-icon, .service-teaser-card:focus-visible .service-teaser-icon { background: var(--sky-600); }
.service-teaser-title { display: block; font-family: var(--font-display); font-weight: 700; font-size: 17px; margin-bottom: 8px; }
.service-teaser-desc {
	display: block; font-size: 13.5px; color: #d8f0f8; line-height: 1.5;
	max-height: 0; opacity: 0; overflow: hidden;
	transition: max-height .3s ease, opacity .25s ease, margin .3s ease;
}
.service-teaser-card:hover .service-teaser-desc, .service-teaser-card:focus-visible .service-teaser-desc { max-height: 80px; opacity: 1; margin-bottom: 10px; }
.service-teaser-more {
	display: inline-flex; align-items: center; gap: 8px;
	font-weight: 700; font-size: 13.5px; color: #fff;
	opacity: 0; transform: translateY(6px);
	transition: opacity .25s ease, transform .25s ease;
}
.service-teaser-card:hover .service-teaser-more, .service-teaser-card:focus-visible .service-teaser-more { opacity: 1; transform: translateY(0); }
.service-teaser-more-arrow { transition: transform .2s ease; }
.service-teaser-card:hover .service-teaser-more-arrow { transform: translateX(4px); }

@media (max-width: 980px) { .service-teaser-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) {
	.service-teaser-grid { grid-template-columns: 1fr; }
	.service-teaser-card { aspect-ratio: 4 / 3; }
}
/* touch devices have no hover — always show the description/link so nothing is hidden behind a tap */
@media (hover: none) {
	.service-teaser-card { aspect-ratio: 4 / 3.4; }
	.service-teaser-desc, .service-teaser-more { max-height: none; opacity: 1; margin-bottom: 10px; transform: none; }
	.service-teaser-photo img { transform: none; }
}

/* =========================================================
   MISSION / VISION (about)
   ========================================================= */
.mv-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.mv-card { background: #fff; border-radius: var(--radius-lg); padding: 34px 30px; box-shadow: var(--shadow-card); }
.mv-icon {
	display: inline-flex; align-items: center; justify-content: center;
	width: 48px; height: 48px; border-radius: 12px;
	background: var(--sky-100); color: var(--sky-700, var(--sky-600)); margin-bottom: 18px;
}
.mv-card h3 { font-size: 19px; }
@media (max-width: 720px) { .mv-grid { grid-template-columns: 1fr; } }

/* core values */
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.value-chip {
	display: flex; align-items: center; gap: 12px;
	background: #fff; border: 1px solid var(--line); border-radius: 999px;
	padding: 14px 20px; font-weight: 700; font-size: 15px;
}
.value-index { color: var(--sky-500); font-family: var(--font-display); font-weight: 800; font-size: 14px; }
@media (max-width: 900px) { .values-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .values-grid { grid-template-columns: 1fr; } }

/* =========================================================
   SERVICES (services page)
   ========================================================= */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card {
	background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
	padding: 30px 26px; box-shadow: var(--shadow-card);
	transition: transform .2s ease, box-shadow .2s ease;
}
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lift); }
.service-icon {
	width: 52px; height: 52px; border-radius: 14px;
	background: linear-gradient(135deg, var(--sky-500), var(--sky-800));
	color: #fff; display: flex; align-items: center; justify-content: center; margin-bottom: 20px;
}
.service-card h3 { font-size: 17.5px; margin-bottom: 8px; }
.service-card p { font-size: 14.5px; margin: 0 0 16px; }
.service-card .learn-more { margin-top: 4px; }
@media (max-width: 980px) { .services-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .services-grid { grid-template-columns: 1fr; } }

/* process steps (How We Work) */
.process-grid { display: flex; align-items: flex-start; gap: 4px; }
.process-card {
	flex: 1; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
	padding: 28px 22px; text-align: center; box-shadow: var(--shadow-card); position: relative;
}
.process-number {
	position: absolute; top: 14px; right: 18px;
	font-family: var(--font-display); font-weight: 800; font-size: 22px; color: var(--line);
}
.process-icon {
	width: 50px; height: 50px; border-radius: 50%; margin: 0 auto 16px;
	background: var(--sky-100); color: var(--sky-700, var(--sky-600));
	display: flex; align-items: center; justify-content: center;
}
.process-card h3 { font-size: 16.5px; margin-bottom: 8px; }
.process-card p { font-size: 13.5px; margin: 0; }
.process-connector {
	flex-shrink: 0; align-self: center; color: var(--sky-300); margin-top: -20px;
}
@media (max-width: 900px) {
	.process-grid { flex-direction: column; }
	.process-connector { display: none; }
}

/* =========================================================
   WHY CHOOSE US
   ========================================================= */
.reasons-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.reason-card {
	background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
	padding: 28px 24px; box-shadow: var(--shadow-card);
}
.reason-icon {
	width: 46px; height: 46px; border-radius: 50%;
	background: var(--sky-100); color: var(--sky-800);
	display: flex; align-items: center; justify-content: center; margin-bottom: 16px;
}
.reason-card h3 { font-size: 16.5px; margin-bottom: 8px; }
.reason-card p { font-size: 14px; margin: 0; }
@media (max-width: 980px) { .reasons-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .reasons-grid { grid-template-columns: 1fr; } }

/* sectors grid (Who We Work With) */
/* industry tag pills (homepage) */
.industry-tags { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; list-style: none; margin: 0; padding: 0; }
.industry-tag {
	background: #fff; border: 1px solid var(--line); border-radius: 999px;
	padding: 10px 22px; font-weight: 700; font-size: 14.5px; color: var(--ink-900);
}

.sectors-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.sector-card {
	background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
	padding: 30px 22px; text-align: center; box-shadow: var(--shadow-card);
	transition: transform .2s ease, box-shadow .2s ease;
}
.sector-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lift); }
.sector-icon {
	width: 52px; height: 52px; border-radius: 50%; margin: 0 auto 16px;
	background: linear-gradient(135deg, var(--sky-500), var(--sky-800));
	color: #fff; display: flex; align-items: center; justify-content: center;
}
.sector-card h3 { font-size: 15.5px; margin: 0; }
@media (max-width: 900px) { .sectors-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .sectors-grid { grid-template-columns: 1fr; } }

/* =========================================================
   PROJECTS
   ========================================================= */
.projects-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.project-row {
	display: flex; flex-direction: column;
	background: #fff; border: 1px solid var(--line); border-top: 4px solid var(--sky-500);
	border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow-card);
}
.project-photo { width: 100%; aspect-ratio: 16 / 9; overflow: hidden; background: var(--sky-100); }
.project-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.project-body { display: flex; align-items: flex-start; gap: 14px; padding: 20px 22px 22px; }
.project-icon {
	width: 40px; height: 40px; border-radius: 10px; flex-shrink: 0;
	background: var(--sky-100); color: var(--sky-800);
	display: flex; align-items: center; justify-content: center;
}
.project-row h3 { font-size: 15.5px; margin: 0 0 6px; }
.project-row p { font-size: 13.5px; margin: 0; }
.projects-note { text-align: center; font-size: 15.5px; font-weight: 600; color: var(--sky-800); margin-top: 32px; }
@media (max-width: 720px) { .projects-grid { grid-template-columns: 1fr; } }

/* =========================================================
   BLOG
   ========================================================= */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.blog-card {
	background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
	overflow: hidden; box-shadow: var(--shadow-card);
	transition: transform .2s ease, box-shadow .2s ease;
	display: flex; flex-direction: column;
}
.blog-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lift); }
.blog-card-thumb { display: block; aspect-ratio: 16/10; background: var(--sky-100); overflow: hidden; }
.blog-card-thumb img { width: 100%; height: 100%; object-fit: cover; }
.blog-card-thumb-fallback {
	width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;
	color: var(--sky-500);
}
.blog-card-body { padding: 24px 22px; display: flex; flex-direction: column; flex: 1; }
.blog-card-date { font-size: 12.5px; text-transform: uppercase; letter-spacing: .05em; color: var(--sky-600); font-weight: 700; margin: 0 0 8px; }
.blog-card-body h3 { font-size: 17.5px; margin-bottom: 10px; }
.blog-card-body h3 a:hover { color: var(--sky-700, var(--sky-600)); }
.blog-card-excerpt { font-size: 14px; color: var(--ink-500); flex: 1; margin-bottom: 16px; }
.blog-card-excerpt p { margin: 0; }

.blog-pagination { display: flex; justify-content: center; gap: 8px; margin-top: 40px; flex-wrap: wrap; }
.blog-pagination .page-numbers {
	display: inline-flex; align-items: center; justify-content: center;
	min-width: 38px; height: 38px; padding: 0 12px;
	border-radius: 999px; border: 1px solid var(--line); background: #fff;
	font-weight: 700; font-size: 14px; color: var(--ink-700);
}
.blog-pagination .page-numbers.current { background: var(--sky-700, var(--sky-600)); border-color: var(--sky-700, var(--sky-600)); color: #fff; }
.blog-pagination .page-numbers:hover { border-color: var(--sky-500); color: var(--sky-800); }

.blog-empty {
	text-align: center; max-width: 460px; margin: 0 auto;
	background: #fff; border: 1px dashed var(--line); border-radius: var(--radius-lg);
	padding: 48px 32px;
}
.blog-empty-icon {
	display: inline-flex; align-items: center; justify-content: center;
	width: 60px; height: 60px; border-radius: 50%;
	background: var(--sky-100); color: var(--sky-600); margin-bottom: 18px;
}
.blog-empty h2, .blog-empty h3 { font-size: 18px; }
.blog-empty p { font-size: 14px; margin: 0; }

@media (max-width: 980px) { .blog-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .blog-grid { grid-template-columns: 1fr; } }

/* blog layout: main + sidebar */
.blog-layout { display: grid; grid-template-columns: 2.2fr 1fr; gap: 40px; align-items: start; }
.blog-main .blog-grid { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 980px) {
	.blog-layout { grid-template-columns: 1fr; }
	.blog-main .blog-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) { .blog-main .blog-grid { grid-template-columns: 1fr; } }

.blog-sidebar { display: flex; flex-direction: column; gap: 22px; position: sticky; top: 100px; }
.sidebar-widget { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 24px 22px; box-shadow: var(--shadow-card); }
.sidebar-widget-title { font-size: 15px; margin-bottom: 16px; }
.sidebar-widget .search-form { max-width: none; }
.sidebar-category-list, .sidebar-recent-list { display: flex; flex-direction: column; gap: 12px; }
.sidebar-category-list a {
	display: flex; justify-content: space-between; align-items: center;
	font-size: 14px; font-weight: 600; color: var(--ink-700);
}
.sidebar-category-list a:hover { color: var(--sky-700, var(--sky-600)); }
.sidebar-category-count {
	background: var(--sky-100); color: var(--sky-800); border-radius: 999px;
	font-size: 12px; font-weight: 700; padding: 2px 9px;
}
.sidebar-recent-list li { display: flex; flex-direction: column; gap: 3px; }
.sidebar-recent-list a { font-size: 14px; font-weight: 600; color: var(--ink-900); }
.sidebar-recent-list a:hover { color: var(--sky-700, var(--sky-600)); }
.sidebar-recent-date { font-size: 12px; color: var(--ink-500); }
.sidebar-empty-note { font-size: 13.5px; margin: 0; }
.sidebar-widget-contact { background: linear-gradient(160deg, var(--sky-700, var(--sky-600)), var(--sky-950)); border: none; color: #fff; }
.sidebar-widget-contact .sidebar-widget-title { color: #fff; }
.sidebar-widget-contact p { color: #cfe8f2; font-size: 14px; }
.btn-sidebar { width: 100%; justify-content: center; }

/* =========================================================
   CONTACT
   ========================================================= */
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 28px; align-items: start; }
.contact-card {
	background: linear-gradient(160deg, var(--sky-800), var(--sky-950));
	color: #fff; border-radius: var(--radius-lg); padding: 40px 34px;
}
.contact-card .eyebrow { background: rgba(255,255,255,.14); color: #d8f0f8; }
.contact-card h2 { color: #fff; }
.contact-details { display: flex; flex-direction: column; gap: 20px; margin: 24px 0 30px; }
.contact-details li { display: flex; align-items: flex-start; gap: 14px; }
.contact-icon {
	width: 40px; height: 40px; border-radius: 50%; flex-shrink: 0;
	background: rgba(255,255,255,.12); color: #8fd3ea;
	display: flex; align-items: center; justify-content: center;
}
.contact-label { font-size: 12.5px; text-transform: uppercase; letter-spacing: .06em; color: #8fd3ea; margin: 0 0 2px; }
.contact-details a { font-weight: 700; color: #fff; }
.commitment-box { display: flex; gap: 12px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.16); color: #bfdeec; }
.commitment-box svg { flex-shrink: 0; color: #8fd3ea; }
.commitment-box p { margin: 0; font-size: 14px; font-style: italic; color: #bfdeec; }

.contact-form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 40px 34px; box-shadow: var(--shadow-card); }
.contact-form-card p { font-size: 14.5px; }
.contact-form { display: flex; flex-direction: column; gap: 18px; margin-top: 8px; }
.contact-form-hp { position: absolute; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden; margin: 0; }
.form-row { display: flex; flex-direction: column; gap: 8px; }
.form-row label { font-size: 13.5px; font-weight: 700; color: var(--ink-700); }
.form-row input, .form-row textarea {
	border: 1px solid var(--line); border-radius: 10px; padding: 12px 14px;
	font-family: inherit; font-size: 15px; color: var(--ink-900); background: var(--bg);
	resize: vertical;
}
.form-row input:focus, .form-row textarea:focus { outline: none; border-color: var(--sky-500); background: #fff; }
.contact-form .btn { align-self: flex-start; margin-top: 4px; }

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

/* =========================================================
   COMMITMENT STRIP (footer topper)
   ========================================================= */
.commitment-strip { background: var(--sky-950); color: #cfe8f2; padding: 30px 0; text-align: center; }
.commitment-strip .wrap { display: flex; flex-direction: column; align-items: center; gap: 10px; max-width: 700px; }
.commitment-quote-mark { color: #4fb8dd; }
.commitment-strip p { color: #d8f0f8; font-style: italic; font-family: var(--font-script); font-size: 19px; margin: 0; }

/* =========================================================
   CTA BAND
   ========================================================= */
.cta-band { padding: 0 24px 72px; }
.cta-band-inner {
	max-width: 1160px; margin: 0 auto;
	background: linear-gradient(120deg, var(--sky-600), var(--sky-800));
	border-radius: var(--radius-lg); padding: 44px 44px;
	display: flex; align-items: center; justify-content: space-between; gap: 24px;
	color: #fff; flex-wrap: wrap;
}
.cta-band-inner h2 { color: #fff; font-size: clamp(22px, 2.8vw, 28px); margin-bottom: 6px; }
.cta-band-inner p { color: #d8f0f8; margin: 0; max-width: 46ch; }

/* =========================================================
   WHATSAPP FLOATING BUTTON
   ========================================================= */
.whatsapp-float {
	position: fixed; left: 22px; bottom: 22px; z-index: 200;
	display: flex; align-items: center; gap: 10px;
	background: #25D366; color: #fff;
	width: 58px; height: 58px; border-radius: 50%;
	box-shadow: 0 10px 26px -6px rgba(0,0,0,.35);
	overflow: hidden; white-space: nowrap;
	animation: whatsappPulse 2.4s ease-out infinite;
	transition: width .3s ease, border-radius .3s ease, box-shadow .2s ease, transform .2s ease;
}
.whatsapp-float svg { flex-shrink: 0; margin-left: 15px; }
.whatsapp-float-label {
	font-size: 14.5px; font-weight: 700;
	opacity: 0; max-width: 0; overflow: hidden;
	transition: opacity .2s ease .05s, max-width .3s ease;
}
.whatsapp-float:hover, .whatsapp-float:focus-visible {
	width: 190px; border-radius: 999px; transform: translateY(-2px);
	box-shadow: 0 14px 30px -6px rgba(0,0,0,.4); animation-play-state: paused;
}
.whatsapp-float:hover .whatsapp-float-label, .whatsapp-float:focus-visible .whatsapp-float-label {
	opacity: 1; max-width: 130px; margin-right: 16px;
}
@keyframes whatsappPulse {
	0% { box-shadow: 0 10px 26px -6px rgba(0,0,0,.35), 0 0 0 0 rgba(37,211,102,.55); }
	70% { box-shadow: 0 10px 26px -6px rgba(0,0,0,.35), 0 0 0 16px rgba(37,211,102,0); }
	100% { box-shadow: 0 10px 26px -6px rgba(0,0,0,.35), 0 0 0 0 rgba(37,211,102,0); }
}
@media (prefers-reduced-motion: reduce) { .whatsapp-float { animation: none; } }
@media (max-width: 560px) {
	.whatsapp-float { left: 16px; bottom: 16px; width: 52px; height: 52px; }
	.whatsapp-float:hover, .whatsapp-float:focus-visible { width: 52px; border-radius: 50%; }
	.whatsapp-float-label { display: none; }
}

/* =========================================================
   FOOTER
   ========================================================= */
.site-footer { background: var(--sky-950); color: #b9d6e2; padding-top: 52px; }
.footer-inner { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.1fr; gap: 32px; padding-bottom: 40px; }
.footer-logo-badge {
	display: inline-flex; align-items: center; justify-content: center;
	background: #fff; border-radius: 12px; padding: 10px 14px; margin-bottom: 16px;
}
.footer-logo-img { height: 40px; width: auto; display: block; }
.footer-brand p { font-size: 14px; max-width: 32ch; color: #9cbfcd; }
.footer-col-title { font-size: 15px; color: #fff; margin-bottom: 16px; }
.footer-col ul { display: flex; flex-direction: column; gap: 11px; }
.footer-col a, .footer-col li { font-size: 14px; color: #9cbfcd; }
.footer-col a:hover { color: #fff; }
.footer-contact-list { display: flex; flex-direction: column; gap: 14px; }
.footer-contact-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; }
.footer-contact-list svg { margin-top: 3px; flex-shrink: 0; color: #4fb8dd; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 20px 0; margin-top: 8px; }
.footer-bottom p { margin: 0; font-size: 13px; text-align: center; color: #82a4b1; }

@media (max-width: 980px) { .footer-inner { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-inner { grid-template-columns: 1fr; } }

/* =========================================================
   SCROLL-REVEAL ANIMATIONS
   (scoped to html.js so content stays visible with JS disabled)
   ========================================================= */
html.js .reveal-block {
	opacity: 0;
	transform: translateY(22px);
	transition: opacity .7s cubic-bezier(.22,.72,.2,1), transform .7s cubic-bezier(.22,.72,.2,1);
}
html.js .reveal-block.is-visible { opacity: 1; transform: translateY(0); }

html.js .reveal-grid > * {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity .6s cubic-bezier(.22,.72,.2,1), transform .6s cubic-bezier(.22,.72,.2,1);
}
html.js .reveal-grid.is-visible > * { opacity: 1; transform: translateY(0); }
html.js .reveal-grid > *:nth-child(1)  { transition-delay: 0ms; }
html.js .reveal-grid > *:nth-child(2)  { transition-delay: 70ms; }
html.js .reveal-grid > *:nth-child(3)  { transition-delay: 140ms; }
html.js .reveal-grid > *:nth-child(4)  { transition-delay: 210ms; }
html.js .reveal-grid > *:nth-child(5)  { transition-delay: 280ms; }
html.js .reveal-grid > *:nth-child(6)  { transition-delay: 350ms; }
html.js .reveal-grid > *:nth-child(7)  { transition-delay: 420ms; }
html.js .reveal-grid > *:nth-child(8)  { transition-delay: 490ms; }
html.js .reveal-grid > *:nth-child(9)  { transition-delay: 560ms; }
html.js .reveal-grid > *:nth-child(n+10) { transition-delay: 630ms; }

@media (prefers-reduced-motion: reduce) {
	html.js .reveal-block, html.js .reveal-grid > * { opacity: 1; transform: none; }
}

/* =========================================================
   RESPONSIVE HEADER NAV
   ========================================================= */
@media (max-width: 860px) {
	.nav-menu, .header-cta, .header-search-toggle { display: none; }
	.menu-toggle { display: flex; }
	.site-nav .nav-menu {
		display: flex; flex-direction: column;
		position: absolute; top: 122px; left: 0; right: 0;
		background: #fff; padding: 20px 24px; gap: 18px; box-shadow: var(--shadow-card);
		opacity: 0; transform: translateY(-8px); pointer-events: none;
		transition: opacity .2s ease, transform .2s ease;
	}
	.site-nav.is-open .nav-menu { display: flex; opacity: 1; transform: translateY(0); pointer-events: auto; }
	.header-inner.menu-open .header-cta { display: inline-flex; order: 3; }
}

/* =========================================================
   GENERIC CONTENT (index/single/page fallback)
   ========================================================= */
.content-area { padding-top: 8px; padding-bottom: 8px; max-width: 820px; }
.entry-content { font-size: 16px; }
.post-list { display: flex; flex-direction: column; gap: 40px; }
.post-card h2 { font-size: 22px; margin-bottom: 8px; }
.post-card-thumb { display: block; border-radius: var(--radius-md); overflow: hidden; aspect-ratio: 16/8; margin-bottom: 16px; box-shadow: var(--shadow-card); }
.post-card-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.post-meta { font-size: 13px; color: var(--ink-500); }
.post-thumb { border-radius: var(--radius-md); overflow: hidden; margin: 20px 0 28px; box-shadow: var(--shadow-card); aspect-ratio: 16/8; }
.post-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.not-found { text-align: center; padding: 100px 24px; }
