/**
 * BG Construction & Development - custom layer
 * -------------------------------------------------------------
 * Sits on top of the original Creativity theme stylesheets.
 * It only adds new components and animations; the base look
 * (colours, typography, buttons, grid) still comes from the theme.
 */

:root {
	--brand: #7484ff;
	--brand-dark: #5a69de;
	--brand-deep: #2b3480;
	--ink: #333;
	--muted: #7a7f95;
	--line: #e7e9f5;
	--bg-soft: #f6f7fc;
	--radius: 4px;
	--shadow-sm: 0 2px 10px rgba(27, 32, 80, .06);
	--shadow-md: 0 10px 30px rgba(27, 32, 80, .10);
	--shadow-lg: 0 20px 50px rgba(27, 32, 80, .16);
	--ease: cubic-bezier(.22, .61, .36, 1);
}

html { scroll-behavior: smooth; }
/* scroll-reveal animations translate elements sideways before they play;
   clip keeps that off the horizontal scrollbar without breaking position:sticky */
body { font-family: Arial, Helvetica, sans-serif; overflow-x: hidden; }
@supports (overflow: clip) { body { overflow-x: clip; } }
img { max-width: 100%; }
:focus-visible { outline: 3px solid var(--brand); outline-offset: 3px; }

.gk-page { max-width: 1150px; margin: 0 auto; padding: 0 20px; box-sizing: border-box; }

/* The theme styles every <button> as a floated blue pill with white text.
   Neutralise that for the components added in this layer. */
.filter-bar button, .accordion button, .quote-nav button, .share button, .newsletter button,
#nav-toggle, #to-top, .hero-nav, .hero-dots button, .btn-primary, .estimator button,
.search-box button {
	float: none; height: auto; line-height: 1.3; margin: 0; display: inline-block;
	font-weight: 600; font-family: inherit; text-shadow: none;
}
.filter-bar button { color: var(--ink) !important; }
.filter-bar button:hover { color: var(--brand) !important; }
.filter-bar button[aria-pressed="true"] { color: #fff !important; }
.accordion button { color: var(--ink) !important; display: block; text-transform: none; }
.quote-nav button, .share button, #to-top, .hero-nav { text-transform: none; }
.accordion button:hover { color: var(--brand) !important; }
.quote-nav button, .share button { color: var(--ink) !important; }
.quote-nav button:hover, .share button:hover { color: #fff !important; }
.section.brand .quote-nav button { color: #fff !important; }
.section.brand .quote-nav button:hover { color: var(--brand) !important; }
#to-top, .hero-nav, .newsletter button, .btn-primary { color: #fff !important; }
.newsletter button:hover { color: var(--brand-deep) !important; }
#nav-toggle { background: transparent; }

/* ---------------------------------------------------------- skip link -- */
.skip-link {
	position: absolute; left: -9999px; top: 0; z-index: 2000;
	background: var(--brand); color: #fff; padding: 12px 20px;
}
.skip-link:focus { left: 0; }

/* ------------------------------------------------------------- header -- */
#gk-top { box-shadow: 0 1px 0 rgba(27, 32, 80, .06); }
#gk-top.scrolled { box-shadow: 0 6px 22px rgba(27, 32, 80, .12); }
#gk-top .gk-page { position: relative; display: flex; align-items: center; }
#gk-top .imageLogo { float: none; display: block; padding: 0; margin-right: 26px; flex: none; }
#gk-top .imageLogo img { display: block; width: 140px; height: auto; transition: transform .3s var(--ease); }
#gk-top .imageLogo:hover img { transform: scale(1.04); }
#gk-top nav { margin-left: auto; order: 2; }
#gk-user-area { float: none; order: 3; display: flex; align-items: center; margin-left: 22px; }

#gk-user-area .btn.cta {
	background: var(--brand) !important; border: 2px solid var(--brand) !important;
	color: #fff !important; border-radius: var(--radius); font-weight: 700;
	float: none; margin: 0; padding: 12px 20px; font-size: 12px; line-height: 1.2;
	text-transform: uppercase; letter-spacing: .05em; height: auto; text-indent: 0;
	white-space: nowrap;
}
#gk-user-area .btn.cta:hover {
	background: var(--brand-dark) !important; border-color: var(--brand-dark) !important;
}
#gk-user-area .phone-link {
	float: none; margin: 0 20px 0 0; color: var(--ink); font-size: 14px; font-weight: 700;
	white-space: nowrap; order: -1;
}
#gk-user-area .phone-link i { color: var(--brand); margin-right: 7px; }
#gk-user-area .phone-link:hover { color: var(--brand); text-decoration: none; }

/* main menu */
#gk-top .menu { float: none; display: flex; }
#gk-top .menu > li > a { transition: color .2s var(--ease); padding: 0 13px; font-size: 13px; }
#gk-top .menu > li { display: flex; align-items: center; }
#gk-top .menu > li > a {
	position: relative; display: flex; align-items: center; white-space: nowrap;
}
#gk-top .menu > li > a::after {
	content: ""; position: absolute; left: 0; bottom: 16px; height: 3px; width: 0;
	background: var(--brand); transition: width .28s var(--ease);
}
#gk-top .menu > li:hover > a::after,
#gk-top .menu > li.current-menu-item > a::after { width: 100%; }

#gk-top .menu li.has-sub { position: relative; }
#gk-top .menu li.has-sub > a .caret { font-size: 11px; margin-left: 6px; }
#gk-top .menu .sub-menu {
	left: -9999px; top: 100%; opacity: 0; transform: translateY(10px);
	transition: opacity .22s var(--ease), transform .22s var(--ease);
	padding: 10px 0; margin-top: 0; width: 260px; border-radius: var(--radius);
	border-top: 3px solid var(--brand);
}
#gk-top .menu li.has-sub:hover > .sub-menu,
#gk-top .menu li.has-sub.open > .sub-menu {
	left: 0; opacity: 1; transform: translateY(0);
}
#gk-top .menu .sub-menu li { list-style: none; }
#gk-top .menu .sub-menu a { padding: 11px 22px; font-size: 13px; transition: background .2s, padding .2s; }
#gk-top .menu .sub-menu a:hover { background: var(--bg-soft); padding-left: 28px; }
#gk-top .menu .sub-menu i { color: var(--brand); width: 20px; }

/* burger */
#nav-toggle {
	display: none; float: right; margin: 18px 0 0 16px; background: transparent;
	border: 1px solid var(--line); border-radius: var(--radius); width: 44px; height: 40px;
	cursor: pointer; padding: 0;
}
#nav-toggle span {
	display: block; width: 20px; height: 2px; background: var(--ink); margin: 4px auto;
	transition: transform .25s var(--ease), opacity .2s;
}
#nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
#nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
#nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

@media (max-width: 1030px) {
	/* on touch devices the header must stay reachable even over the intro */
	body #gk-top, body #gk-top.is-intro { top: 0; }
	#gk-top .gk-page { flex-wrap: wrap; }
	#gk-top .imageLogo { padding: 10px 0; margin-right: auto; }
	#gk-top .imageLogo img { width: 125px; }
	#gk-user-area { order: 2; margin-left: 0; }
	#gk-user-area .btn.cta { padding: 11px 16px; font-size: 11px; }
	#nav-toggle { display: block; float: none; order: 3; margin: 0 0 0 12px; }
	#gk-top nav { order: 4; width: 100%; margin-left: 0; }
	#gk-top .menu { display: none; }
	#gk-top .menu.open { display: block; }
	#gk-top .menu {
		display: none; float: none; clear: both; width: 100%; padding: 10px 0 20px;
		border-top: 1px solid var(--line);
	}
	#gk-top .menu.open { display: block; animation: fadeDown .3s var(--ease) both; }
	#gk-top .menu > li { float: none; width: 100%; height: auto; line-height: 1.4; border-bottom: 1px solid var(--line); }
	#gk-top .menu > li > a { height: auto; line-height: 1.4; padding: 14px 4px; }
	#gk-top .menu > li > a::after { display: none; }
	#gk-top .menu .sub-menu {
		position: static; left: auto; opacity: 1; transform: none; box-shadow: none;
		width: 100%; display: none; border-top: 0; background: var(--bg-soft);
	}
	#gk-top .menu li.has-sub.open > .sub-menu { display: block; }
	#gk-user-area .phone-link { display: none; }
}

/* ---------------------------------------------------------- hero/intro -- */
#gk-intro { height: 100vh; min-height: 520px; position: relative; overflow: hidden; background: var(--brand); }
.hero { position: absolute; inset: 0; }
.hero-slide {
	position: absolute; inset: 0; opacity: 0; visibility: hidden;
	background-size: cover; background-position: center;
	transition: opacity .9s var(--ease), transform 7s linear;
	transform: scale(1.06);
}
.hero-slide::after {
	content: ""; position: absolute; inset: 0;
	background: linear-gradient(180deg, rgba(27, 32, 80, .55), rgba(27, 32, 80, .35) 45%, rgba(43, 52, 128, .75));
}
.hero-slide.active { opacity: 1; visibility: visible; transform: scale(1); z-index: 2; }
.hero-caption {
	position: absolute; inset: 0; z-index: 3; display: flex; flex-direction: column;
	align-items: center; justify-content: center; text-align: center; padding: 90px 24px 24px; color: #fff;
}
.hero-caption h2 {
	color: #fff; font-size: 22px; font-weight: 700; letter-spacing: .22em;
	text-transform: uppercase; margin: 0 0 18px;
}
.hero-caption h1 {
	color: #fff; font-size: 58px; line-height: 1.05; font-weight: 300;
	text-transform: uppercase; max-width: 920px; margin: 0 0 22px;
}
.hero-caption p { color: #e6e9ff; font-size: 18px; max-width: 640px; margin: 0 0 32px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }
.hero-slide.active ~ .hero-caption h2,
.hero-caption h2, .hero-caption h1, .hero-caption p, .hero-actions { opacity: 0; transform: translateY(28px); }
.hero.ready .hero-caption h2 { animation: heroIn .7s .10s var(--ease) forwards; }
.hero.ready .hero-caption h1 { animation: heroIn .7s .25s var(--ease) forwards; }
.hero.ready .hero-caption p { animation: heroIn .7s .40s var(--ease) forwards; }
.hero.ready .hero-actions { animation: heroIn .7s .55s var(--ease) forwards; }
@keyframes heroIn { to { opacity: 1; transform: translateY(0); } }

.hero-btn {
	display: inline-block; padding: 17px 34px; border: 2px solid #fff; border-radius: var(--radius);
	color: #fff; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em;
	transition: background .25s var(--ease), color .25s var(--ease), transform .25s var(--ease);
}
.hero-btn:hover { background: #fff; color: var(--brand); text-decoration: none; transform: translateY(-3px); }
.hero-btn.solid { background: var(--brand); border-color: var(--brand); }
.hero-btn.solid:hover { background: #fff; border-color: #fff; color: var(--brand); }

.hero-nav {
	position: absolute; top: 50%; transform: translateY(-50%); z-index: 6;
	width: 52px; height: 52px; border: 0; background: rgba(255, 255, 255, .16); color: #fff;
	font-size: 22px; cursor: pointer; border-radius: 50%; transition: background .25s;
	backdrop-filter: blur(2px);
}
.hero-nav:hover { background: rgba(255, 255, 255, .34); }
.hero-nav.prev { left: 26px; }
.hero-nav.next { right: 26px; }
.hero-dots { position: absolute; bottom: 92px; left: 0; right: 0; z-index: 6; text-align: center; }
.hero-dots button {
	width: 12px; height: 12px; border-radius: 50%; border: 2px solid #fff; background: transparent;
	margin: 0 5px; padding: 0; cursor: pointer; transition: all .25s var(--ease);
}
.hero-dots button[aria-selected="true"] { background: #fff; width: 30px; border-radius: 8px; }
.hero-scroll {
	position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%); z-index: 6;
	color: #fff; font-size: 26px; animation: bob 1.8s infinite;
}
.hero-scroll:hover { color: #fff; }
@keyframes bob { 0%, 100% { transform: translate(-50%, 0); } 50% { transform: translate(-50%, 10px); } }

@media (max-width: 820px) {
	.hero-caption h1 { font-size: 36px; }
	.hero-caption h2 { font-size: 15px; }
	.hero-nav { display: none; }
}

/* --------------------------------------------------------- page header -- */
.page-hero {
	position: relative; padding: 150px 0 70px; color: #fff; overflow: hidden;
	background: linear-gradient(120deg, var(--brand-deep), var(--brand));
}
.page-hero::before {
	content: ""; position: absolute; inset: 0; opacity: .12;
	background-image: linear-gradient(#fff 1px, transparent 1px), linear-gradient(90deg, #fff 1px, transparent 1px);
	background-size: 44px 44px;
	animation: driftGrid 26s linear infinite;
}
@keyframes driftGrid { to { background-position: 44px 44px, 44px 44px; } }
.page-hero h1 { color: #fff; font-size: 44px; font-weight: 300; margin: 0 0 12px; position: relative; }
.page-hero p { color: #dfe3ff; font-size: 18px; max-width: 720px; margin: 0; position: relative; }
.page-hero .eyebrow {
	display: inline-block; font-size: 12px; letter-spacing: .2em; text-transform: uppercase;
	color: #cdd3ff; margin-bottom: 14px; position: relative;
}
@media (max-width: 580px) { .page-hero h1 { font-size: 30px; } .page-hero { padding: 120px 0 50px; } }

.crumbs { background: var(--bg-soft); border-bottom: 1px solid var(--line); font-size: 13px; }
.crumbs ol { list-style: none; margin: 0; padding: 14px 0; display: flex; flex-wrap: wrap; gap: 8px; }
.crumbs li::after { content: "/"; margin-left: 8px; color: #b9bfd8; }
.crumbs li:last-child::after { content: ""; }
.crumbs a { color: var(--muted); }
.crumbs [aria-current] { color: var(--ink); }

/* -------------------------------------------------------------- layout -- */
.section { padding: 84px 0; }
.section.tight { padding: 56px 0; }
.section.soft { background: var(--bg-soft); }
.section.brand { background: linear-gradient(120deg, var(--brand-deep), var(--brand)); color: #fff; }
.section.brand h2, .section.brand h3 { color: #fff; }
.section.brand p { color: #e3e6ff; }
.section-head { text-align: center; max-width: 760px; margin: 0 auto 52px; }
.section-head .eyebrow {
	display: block; font-size: 12px; letter-spacing: .2em; text-transform: uppercase;
	color: var(--brand); font-weight: 700; margin-bottom: 12px;
}
.section-head h2 { font-size: 34px; font-weight: 300; margin: 0 0 14px; }
.section-head p { color: var(--muted); font-size: 17px; margin: 0; }
.section-head.left { text-align: left; margin-left: 0; }

.grid { display: grid; gap: 28px; }
.grid.cols-2 { grid-template-columns: repeat(2, 1fr); }
.grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
.grid.cols-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 1030px) { .grid.cols-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 820px) { .grid.cols-3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 580px) {
	.grid.cols-2, .grid.cols-3, .grid.cols-4 { grid-template-columns: 1fr; }
	.section { padding: 56px 0; }
}

/* --------------------------------------------------------------- cards -- */
.card {
	background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
	overflow: hidden; display: flex; flex-direction: column;
	transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: #d5d9f3; }
.card .card-media { position: relative; overflow: hidden; aspect-ratio: 800 / 520; background: var(--brand-deep); }
.card .card-media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s var(--ease); }
.card:hover .card-media img { transform: scale(1.06); }
.card .card-body { padding: 24px 26px 28px; flex: 1; display: flex; flex-direction: column; }
.card h3 { font-size: 20px; margin: 0 0 10px; }
.card h3 a { color: var(--ink); }
.card:hover h3 a { color: var(--brand); text-decoration: none; }
.card p { color: var(--muted); font-size: 15px; margin: 0 0 18px; }
.card .card-link { margin-top: auto; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: .06em; }
.card .card-link i { transition: transform .25s var(--ease); margin-left: 6px; }
.card:hover .card-link i { transform: translateX(5px); }
.card .badge {
	position: absolute; top: 14px; left: 14px; z-index: 2; background: rgba(255, 255, 255, .92);
	color: var(--brand-deep); font-size: 11px; font-weight: 700; letter-spacing: .1em;
	text-transform: uppercase; padding: 6px 12px; border-radius: 40px;
}

/* icon feature */
.feature { padding: 34px 28px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); transition: all .3s var(--ease); }
.feature:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.feature .ico {
	width: 62px; height: 62px; border-radius: 50%; display: grid; place-items: center;
	background: rgba(116, 132, 255, .12); color: var(--brand); font-size: 24px; margin-bottom: 20px;
	transition: background .3s, color .3s, transform .3s var(--ease);
}
.feature:hover .ico { background: var(--brand); color: #fff; transform: rotate(-8deg) scale(1.05); }
.feature h3 { font-size: 18px; margin: 0 0 10px; }
.feature p { color: var(--muted); font-size: 15px; margin: 0; }

/* -------------------------------------------------------------- counter -- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center; }
@media (max-width: 820px) { .stats { grid-template-columns: repeat(2, 1fr); } }
.stat .num { font-size: 52px; font-weight: 300; line-height: 1; color: #fff; }
.stat .num .suffix { font-size: 28px; vertical-align: super; }
.stat .label { color: #d9ddff; font-size: 14px; text-transform: uppercase; letter-spacing: .12em; margin-top: 10px; }

/* ------------------------------------------------------------- process -- */
.steps { counter-reset: step; display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
@media (max-width: 1030px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 580px) { .steps { grid-template-columns: 1fr; } }
.step { position: relative; padding: 30px 24px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.step::before {
	counter-increment: step; content: counter(step, decimal-leading-zero);
	position: absolute; top: -18px; left: 24px; background: var(--brand); color: #fff;
	font-size: 14px; font-weight: 700; padding: 8px 14px; border-radius: var(--radius);
	box-shadow: var(--shadow-sm);
}
.step h3 { font-size: 17px; margin: 14px 0 8px; }
.step p { font-size: 14px; color: var(--muted); margin: 0; }

/* ------------------------------------------------------------- filters -- */
.filter-bar { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 36px; }
.filter-bar button {
	background: #fff; border: 1px solid var(--line); color: var(--ink); border-radius: 40px;
	padding: 10px 22px; font-size: 13px; font-weight: 600; cursor: pointer;
	transition: all .25s var(--ease);
}
.filter-bar button:hover { border-color: var(--brand); color: var(--brand); }
.filter-bar button[aria-pressed="true"] { background: var(--brand); border-color: var(--brand); color: #fff; }
.filterable > * { transition: opacity .35s var(--ease), transform .35s var(--ease); }
.filterable > .is-hidden { display: none; }
.filterable > .is-enter { opacity: 0; transform: scale(.94); }

/* ------------------------------------------------------------- gallery -- */
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
@media (max-width: 820px) { .gallery { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 580px) { .gallery { grid-template-columns: 1fr; } }
.gallery a { position: relative; display: block; overflow: hidden; border-radius: var(--radius); background: var(--brand-deep); }
.gallery img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.gallery a:hover img { transform: scale(1.08); }
.gallery .overlay {
	position: absolute; inset: 0; background: rgba(43, 52, 128, .72); color: #fff;
	display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px;
	opacity: 0; transition: opacity .3s var(--ease);
}
.gallery a:hover .overlay { opacity: 1; }
.gallery .overlay strong { font-size: 16px; }
.gallery .overlay span { font-size: 13px; color: #d7dbff; }
.gallery .overlay i { font-size: 22px; }

/* ----------------------------------------------------------- accordion -- */
.accordion { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #fff; }
.accordion + .accordion { margin-top: 12px; }
.accordion h3 { margin: 0; font-size: 17px; }
.accordion button {
	width: 100%; text-align: left; background: #fff; border: 0; padding: 20px 56px 20px 24px;
	font-size: 16px; font-weight: 600; color: var(--ink); cursor: pointer; position: relative;
	transition: background .2s, color .2s;
}
.accordion button:hover { color: var(--brand); background: var(--bg-soft); }
.accordion button::after {
	content: "\f107"; font-family: FontAwesome; position: absolute; right: 22px; top: 50%;
	transform: translateY(-50%); color: var(--brand); transition: transform .3s var(--ease);
}
.accordion button[aria-expanded="true"]::after { transform: translateY(-50%) rotate(180deg); }
.accordion .panel { max-height: 0; overflow: hidden; transition: max-height .35s var(--ease); }
.accordion .panel-inner { padding: 0 24px 22px; color: var(--muted); font-size: 15px; }

.search-box { position: relative; max-width: 480px; margin: 0 auto 30px; }
.search-box input {
	width: 100%; padding: 15px 46px 15px 18px; border: 1px solid var(--line); border-radius: var(--radius);
	font-size: 15px; box-sizing: border-box; transition: border-color .2s, box-shadow .2s;
}
.search-box input:focus { border-color: var(--brand); box-shadow: 0 0 0 4px rgba(116, 132, 255, .14); outline: none; }
.search-box i { position: absolute; right: 16px; top: 50%; transform: translateY(-50%); color: var(--muted); }
.no-results { text-align: center; color: var(--muted); padding: 30px 0; display: none; }
.no-results.show { display: block; }

/* -------------------------------------------------------- testimonials -- */
.quote-slider { position: relative; max-width: 860px; margin: 0 auto; }
.quote {
	display: none; text-align: center; padding: 10px 20px;
}
.quote.active { display: block; animation: fadeUp .5s var(--ease) both; }
.quote .stars { color: #ffc23d; font-size: 18px; letter-spacing: 3px; margin-bottom: 20px; }
.quote blockquote { font-size: 22px; line-height: 1.6; font-weight: 300; color: var(--ink); margin: 0 0 26px; border: 0; padding: 0; }
.section.brand .quote blockquote { color: #fff; }
.quote .who { display: flex; align-items: center; justify-content: center; gap: 14px; }
.quote .who img { width: 56px; height: 56px; border-radius: 50%; }
.quote .who strong { display: block; font-size: 15px; }
.quote .who span { font-size: 13px; color: var(--muted); }
.section.brand .quote .who span { color: #d6daff; }
.quote-nav { display: flex; gap: 10px; justify-content: center; margin-top: 30px; }
.quote-nav button {
	width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line); background: #fff;
	color: var(--ink); cursor: pointer; transition: all .25s var(--ease);
}
.quote-nav button:hover { background: var(--brand); border-color: var(--brand); color: #fff; }
.section.brand .quote-nav button { background: transparent; border-color: rgba(255, 255, 255, .5); color: #fff; }
.section.brand .quote-nav button:hover { background: #fff; color: var(--brand); }

.review-card {
	background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px;
	transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.review-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.review-card .stars { color: #ffc23d; margin-bottom: 14px; }
.review-card p { font-size: 15px; color: var(--muted); }
.review-card .who { display: flex; align-items: center; gap: 12px; margin-top: 18px; }
.review-card .who img { width: 46px; height: 46px; border-radius: 50%; }

/* ---------------------------------------------------------------- form -- */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 580px) { .form-grid { grid-template-columns: 1fr; } }
.field { display: flex; flex-direction: column; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 8px; }
.field .req { color: #e0503f; }
.field input, .field select, .field textarea {
	border: 1px solid var(--line); border-radius: var(--radius); padding: 14px 16px; font-size: 15px;
	font-family: inherit; background: #fff; color: var(--ink); transition: border-color .2s, box-shadow .2s;
	box-sizing: border-box; width: 100%;
}
.field textarea { min-height: 150px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
	border-color: var(--brand); box-shadow: 0 0 0 4px rgba(116, 132, 255, .14); outline: none;
}
.field.invalid input, .field.invalid select, .field.invalid textarea { border-color: #e0503f; background: #fff8f7; }
.field.valid input, .field.valid select, .field.valid textarea { border-color: #35b97a; }
.field .error { color: #e0503f; font-size: 13px; margin-top: 6px; min-height: 18px; }
.field .hint { color: var(--muted); font-size: 13px; margin-top: 6px; }
.checkbox { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; color: var(--muted); }
.checkbox input { width: auto; margin-top: 3px; }
.field label.checkbox {
	text-transform: none; letter-spacing: 0; font-weight: 400; font-size: 14px;
	line-height: 1.6; margin-bottom: 0;
}
.form-actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-top: 8px; }
.btn-primary {
	background: var(--brand); color: #fff; border: 0; border-radius: var(--radius);
	padding: 17px 38px; font-size: 14px; font-weight: 700; text-transform: uppercase;
	letter-spacing: .06em; cursor: pointer; transition: background .25s, transform .25s var(--ease), box-shadow .25s;
	display: inline-block; line-height: 1.2; height: auto; text-align: center;
	font-family: inherit; text-shadow: none;
}
.btn-primary:hover { background: var(--brand-dark); transform: translateY(-2px); box-shadow: var(--shadow-md); color: #fff; text-decoration: none; }
.btn-primary[disabled] { opacity: .6; cursor: not-allowed; transform: none; }
.btn-ghost {
	display: inline-block; border: 2px solid var(--brand); color: var(--brand); border-radius: var(--radius);
	padding: 15px 34px; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em;
	transition: all .25s var(--ease);
}
.btn-ghost:hover { background: var(--brand); color: #fff; text-decoration: none; }
.section.brand .btn-ghost { border-color: #fff; color: #fff; }
.section.brand .btn-ghost:hover { background: #fff; color: var(--brand); }
.form-status { font-size: 14px; color: var(--muted); }
.form-status.error { color: #e0503f; }

/* ------------------------------------------------------------ estimator -- */
.estimator { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 32px; box-shadow: var(--shadow-sm); }
.estimator .range-row { display: flex; justify-content: space-between; font-size: 13px; color: var(--muted); }
.estimator input[type="range"] { width: 100%; accent-color: var(--brand); }
.estimate-out {
	margin-top: 26px; padding: 26px; border-radius: var(--radius); text-align: center;
	background: linear-gradient(120deg, var(--brand-deep), var(--brand)); color: #fff;
}
.estimate-out .value { font-size: 40px; font-weight: 300; line-height: 1.1; }
.estimate-out .note { font-size: 13px; color: #d9ddff; margin-top: 10px; }
.chip-group { display: flex; flex-wrap: wrap; gap: 10px; }
.chip { position: relative; }
.chip input { position: absolute; opacity: 0; pointer-events: none; }
.chip span {
	display: inline-block; border: 1px solid var(--line); border-radius: 40px; padding: 10px 20px;
	font-size: 13px; cursor: pointer; transition: all .25s var(--ease);
}
.chip input:checked + span { background: var(--brand); border-color: var(--brand); color: #fff; }
.chip input:focus-visible + span { outline: 3px solid var(--brand); outline-offset: 3px; }

/* -------------------------------------------------------------- article -- */
.progress-bar { position: fixed; top: 0; left: 0; height: 3px; background: var(--brand); width: 0; z-index: 1200; transition: width .1s linear; }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 50px; }
@media (max-width: 1030px) { .article-layout { grid-template-columns: 1fr; } }
.article-body { font-size: 17px; line-height: 1.85; color: #4a4f66; }
.article-body h2 { font-size: 28px; font-weight: 400; margin: 46px 0 16px; scroll-margin-top: 100px; }
.article-body h3 { font-size: 21px; margin: 32px 0 12px; scroll-margin-top: 100px; }
.article-body p { margin: 0 0 20px; }
.article-body ul, .article-body ol { margin: 0 0 22px; padding-left: 22px; }
.article-body li { margin-bottom: 9px; }
.article-body img { border-radius: var(--radius); }
.article-body blockquote {
	margin: 30px 0; padding: 22px 26px; border-left: 4px solid var(--brand);
	background: var(--bg-soft); font-size: 18px; color: var(--ink); font-style: normal;
}
.article-body table { width: 100%; border-collapse: collapse; margin: 26px 0; font-size: 15px; }
.article-body th, .article-body td { border: 1px solid var(--line); padding: 12px 14px; text-align: left; }
.article-body th { background: var(--bg-soft); font-weight: 700; }
.article-body tbody tr:hover { background: #fafbff; }
.callout {
	border: 1px solid #dfe3ff; background: #f3f5ff; border-radius: var(--radius);
	padding: 22px 24px; margin: 28px 0; font-size: 16px;
}
.callout strong { color: var(--brand-deep); display: block; margin-bottom: 6px; }
.callout.warn { background: #fff8f2; border-color: #ffe2c6; }
.callout.warn strong { color: #b96613; }

.article-meta { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; color: #d6daff; font-size: 14px; }
.article-meta i { margin-right: 6px; }

.sidebar-box { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; margin-bottom: 24px; }
.sidebar-box h3 { font-size: 15px; text-transform: uppercase; letter-spacing: .1em; margin: 0 0 16px; }
.toc { position: static; top: 100px; }
.toc ol { list-style: none; margin: 0; padding: 0; counter-reset: toc; }
.toc li { counter-increment: toc; margin-bottom: 10px; font-size: 14px; }
.toc a { color: var(--muted); display: block; padding-left: 26px; position: relative; transition: color .2s; }
.toc a::before { content: counter(toc, decimal-leading-zero); position: absolute; left: 0; color: var(--brand); font-weight: 700; font-size: 12px; }
.toc a:hover, .toc a.active { color: var(--brand); text-decoration: none; }
.mini-post { display: flex; gap: 12px; margin-bottom: 16px; }
.mini-post img { width: 72px; height: 54px; object-fit: cover; border-radius: var(--radius); }
.mini-post a { font-size: 14px; font-weight: 600; color: var(--ink); line-height: 1.4; }
.mini-post a:hover { color: var(--brand); }
.mini-post span { display: block; font-size: 12px; color: var(--muted); margin-top: 4px; }
.tag-list { display: flex; flex-wrap: wrap; gap: 8px; }
.tag-list a, .tag-list span {
	font-size: 12px; padding: 7px 14px; border-radius: 40px; background: var(--bg-soft);
	color: var(--muted); border: 1px solid var(--line);
}
.tag-list a:hover { background: var(--brand); color: #fff; border-color: var(--brand); text-decoration: none; }
.share { display: flex; gap: 10px; }
.share a, .share button {
	width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center;
	background: var(--bg-soft); color: var(--muted); border: 1px solid var(--line); cursor: pointer;
	transition: all .25s var(--ease);
}
.share a:hover, .share button:hover { background: var(--brand); color: #fff; border-color: var(--brand); }

.post-nav { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); margin-top: 50px; padding-top: 26px; flex-wrap: wrap; }
.post-nav a { font-size: 14px; font-weight: 600; }
.post-nav span { display: block; font-size: 12px; color: var(--muted); text-transform: uppercase; letter-spacing: .1em; }

/* ------------------------------------------------------------- service -- */
.service-layout { display: grid; grid-template-columns: 300px minmax(0, 1fr); gap: 50px; }
@media (max-width: 1030px) { .service-layout { grid-template-columns: 1fr; } }
.service-nav { position: sticky; top: 100px; }
.service-nav ul { list-style: none; margin: 0; padding: 0; }
.service-nav li + li { border-top: 1px solid var(--line); }
.service-nav a { display: block; padding: 13px 16px; font-size: 14px; color: var(--ink); transition: all .2s var(--ease); }
.service-nav a:hover { background: var(--bg-soft); color: var(--brand); padding-left: 22px; text-decoration: none; }
.service-nav a.active { background: var(--brand); color: #fff; font-weight: 600; }
.service-nav a i { width: 22px; color: inherit; }
.check-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 26px; }
@media (max-width: 580px) { .check-list { grid-template-columns: 1fr; } }
.check-list li { position: relative; padding-left: 30px; font-size: 15px; color: var(--muted); }
.check-list li::before {
	content: "\f00c"; font-family: FontAwesome; position: absolute; left: 0; top: 1px;
	color: var(--brand); font-size: 13px;
}
.spec-table { width: 100%; border-collapse: collapse; font-size: 15px; }
.spec-table th, .spec-table td { padding: 14px 16px; border-bottom: 1px solid var(--line); text-align: left; }
.spec-table th { width: 38%; color: var(--ink); font-weight: 700; background: var(--bg-soft); }

/* ---------------------------------------------------------------- misc -- */
.cta-band { text-align: center; }
.cta-band h2 { font-size: 34px; font-weight: 300; margin: 0 0 12px; }
.cta-band p { font-size: 17px; margin: 0 0 30px; }
.cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
@media (max-width: 820px) { .split { grid-template-columns: 1fr; gap: 30px; } }
.split img { border-radius: var(--radius); box-shadow: var(--shadow-md); }
.split h2 { font-size: 32px; font-weight: 300; margin: 0 0 18px; }
.split p { color: var(--muted); }

.timeline { position: relative; padding-left: 34px; }
.timeline::before { content: ""; position: absolute; left: 8px; top: 6px; bottom: 6px; width: 2px; background: var(--line); }
.timeline-item { position: relative; padding-bottom: 30px; }
.timeline-item::before {
	content: ""; position: absolute; left: -34px; top: 6px; width: 18px; height: 18px;
	border-radius: 50%; background: #fff; border: 4px solid var(--brand);
}
.timeline-item h3 { font-size: 18px; margin: 0 0 6px; }
.timeline-item .year { font-size: 13px; font-weight: 700; color: var(--brand); letter-spacing: .08em; }
.timeline-item p { color: var(--muted); font-size: 15px; margin: 6px 0 0; }

.team-card { text-align: center; }
.team-card img { width: 130px; height: 130px; border-radius: 50%; margin: 0 auto 16px; display: block; }
.team-card h3 { font-size: 18px; margin: 0 0 4px; }
.team-card .role { color: var(--brand); font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.team-card p { color: var(--muted); font-size: 14px; margin-top: 12px; }

.contact-info { list-style: none; margin: 0; padding: 0; }
.contact-info li { display: flex; gap: 16px; margin-bottom: 24px; }
.contact-info i { color: var(--brand); font-size: 20px; width: 26px; margin-top: 4px; }
.contact-info strong { display: block; font-size: 14px; text-transform: uppercase; letter-spacing: .08em; }
.contact-info span, .contact-info a { color: var(--muted); font-size: 15px; }
.map-frame { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--bg-soft); }
.map-frame svg { display: block; width: 100%; height: auto; }

.hours-table { width: 100%; border-collapse: collapse; font-size: 15px; }
.hours-table td { padding: 11px 0; border-bottom: 1px solid var(--line); color: var(--muted); }
.hours-table td:last-child { text-align: right; color: var(--ink); font-weight: 600; }
.hours-table tr.today td { color: var(--brand); }

/* footer */
#gk-footer { padding: 0; }
.footer-main { background: var(--brand-deep); color: #b9c0ef; padding: 64px 0 44px!important; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 36px; }
@media (max-width: 1030px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 580px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-main h3 { color: #fff; font-size: 14px; text-transform: uppercase; letter-spacing: .12em; margin: 0 0 20px; }
.footer-main a { color: #c6cfff; font-size: 15px; }
.footer-main a:hover { color: #fff; }
.footer-main ul { list-style: none; margin: 0; padding: 0; }
.footer-main li { margin-bottom: 11px; }
.footer-main p { font-size: 15px; line-height: 1.7; margin: 0 0 14px; }
.footer-logo {
	width: 170px; height: auto; margin-bottom: 20px; display: block;
	background: #fff; padding: 10px 14px; border-radius: var(--radius); box-sizing: border-box;
}
.social { display: flex; gap: 10px; margin-top: 20px; }
.social a {
	width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .22);
	display: grid; place-items: center; color: #fff; transition: all .25s var(--ease);
}
.social a:hover { background: #fff; color: var(--brand-deep); transform: translateY(-3px); }
.footer-main form label { color: #c6cfff; display: block; margin-bottom: 4px; }
.newsletter { display: flex; gap: 8px; margin-top: 8px; }
.newsletter input { flex: 1; border: 1px solid rgba(255, 255, 255, .22); background: rgba(255, 255, 255, .08); color: #fff; padding: 12px 14px; border-radius: var(--radius); font-size: 14px; min-width: 0; }
.newsletter input::placeholder { color: #b9c0ef; }
.newsletter button { border: 0; background: var(--brand); color: #fff; padding: 0 18px; border-radius: var(--radius); cursor: pointer; transition: background .25s; }
.newsletter button:hover { background: #fff; color: var(--brand-deep); }
.footer-bottom { background: #232a63; color: #98a1e0; padding: 20px 0; font-size: 14px; }
.footer-bottom .gk-page { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.footer-bottom a { color: #c6cfff; }

/* back to top */
#to-top {
	position: fixed; right: 26px; bottom: 26px; width: 48px; height: 48px; border-radius: 50%;
	background: var(--brand); color: #fff; border: 0; cursor: pointer; z-index: 900; font-size: 18px;
	opacity: 0; visibility: hidden; transform: translateY(14px);
	transition: all .3s var(--ease); box-shadow: var(--shadow-md);
}
#to-top.show { opacity: 1; visibility: visible; transform: translateY(0); }
#to-top:hover { background: var(--brand-dark); }

/* thank-you */
.thanks { text-align: center; max-width: 680px; margin: 0 auto; }
.thanks .tick {
	width: 110px; height: 110px; border-radius: 50%; background: rgba(116, 132, 255, .12);
	color: var(--brand); font-size: 46px; display: grid; place-items: center; margin: 0 auto 28px;
	animation: pop .6s var(--ease) both;
}
@keyframes pop { 0% { transform: scale(.4); opacity: 0; } 60% { transform: scale(1.08); } 100% { transform: scale(1); opacity: 1; } }
.summary-box { background: var(--bg-soft); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; text-align: left; margin: 30px 0; }
.summary-box dl { margin: 0; display: grid; grid-template-columns: 160px 1fr; gap: 10px 16px; font-size: 15px; }
.summary-box dt { color: var(--muted); }
.summary-box dd { margin: 0; color: var(--ink); font-weight: 600; word-break: break-word; }
@media (max-width: 580px) { .summary-box dl { grid-template-columns: 1fr; gap: 2px 0; } .summary-box dd { margin-bottom: 10px; } }

/* animations */
@keyframes fadeUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@keyframes fadeDown { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: none; } }

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

/* print */
@media print {
	#gk-top, #gk-footer, #to-top, .page-hero, .crumbs, .sidebar { display: none !important; }
	.article-layout { grid-template-columns: 1fr; }
}
.soft img{
	object-fit: cover;
}

.who img{
	object-fit: cover;
}