:root {
	--navy: #07192b;
	--navy-2: #0d314d;
	--teal: #0d7494;
	--ink: #142838;
	--muted: #526579;
	--line: #d5e1e8;
	--paper: #f3f6f7;
	--white: #fff;
	--gold: #c8963e;
	--max: 1120px;
	--font: "Source Sans 3", "Segoe UI", sans-serif;
	--display: Manrope, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	color: var(--ink);
	background: var(--white);
	font-family: var(--font);
	font-size: 1.05rem;
	line-height: 1.6;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--teal); text-decoration-thickness: 1px; text-underline-offset: 3px; }
h1, h2, h3, .brand-text strong {
	font-family: var(--display);
	line-height: 1.15;
	letter-spacing: -0.03em;
	margin: 0 0 .5rem;
}
h1 { font-size: clamp(2.1rem, 4vw, 3.5rem); }
h2 { font-size: clamp(1.6rem, 2.4vw, 2.15rem); }
p { margin: 0 0 .9rem; }
.container { width: min(var(--max), calc(100% - 2rem)); margin-inline: auto; }
.screen-reader, .hp {
	position: absolute !important;
	height: 1px; width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}
.skip-link {
	position: absolute;
	left: 1rem;
	top: -4rem;
	background: var(--white);
	padding: .5rem .8rem;
	z-index: 20;
}
.skip-link:focus { top: 1rem; }

.topbar {
	background: var(--navy);
	color: #d5e7ef;
	font-size: .92rem;
}
.topbar-inner, .header-inner, .hero-actions, .footer-base, .cta-inner {
	display: flex;
	align-items: center;
	gap: 1rem;
}
.topbar-inner { justify-content: space-between; min-height: 42px; }
.topbar a, .site-footer a { color: inherit; text-decoration: none; }
.langs { display: flex; gap: .35rem; }
.langs a, .social-pending, .top-social a, .footer-social a {
	display: inline-flex;
	align-items: center;
	gap: .35rem;
	color: #d5e7ef;
	border-radius: 999px;
	padding: .15rem .45rem;
}
.langs a.is-active { background: rgba(255,255,255,.12); color: #fff; }
.flag { width: 18px; height: 13px; border-radius: 2px; }
.top-phone { display: inline-flex; align-items: center; gap: .4rem; color: #fff !important; font-weight: 700; }
.top-phone span { font-weight: 500; opacity: .75; }
.icon { width: 1.05rem; height: 1.05rem; flex: none; }
.icon-whatsapp { fill: currentColor; stroke: none; }

.site-header {
	position: sticky;
	top: 0;
	z-index: 30;
	background: rgba(255,255,255,.94);
	backdrop-filter: blur(10px);
	border-bottom: 1px solid var(--line);
}
.header-inner { min-height: 74px; justify-content: space-between; }
.brand { display: flex; align-items: center; text-decoration: none; color: var(--navy); }
.brand img { height: 52px; width: auto; max-width: 250px; }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-text strong { font-size: 1.25rem; }
.brand-text small { color: var(--teal); letter-spacing: .08em; text-transform: uppercase; font-size: .68rem; margin-top: .25rem; }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: .45rem; }
.nav-extra { display: flex; align-items: center; gap: .55rem; flex: none; }
.menu, .sub-menu { list-style: none; margin: 0; padding: 0; }
.menu { display: flex; align-items: center; gap: .15rem; }
.menu a { color: var(--ink); text-decoration: none; font-weight: 600; font-size: .95rem; padding: .55rem .6rem; border-radius: 8px; display: block; }
.menu a:hover, .menu a:focus-visible { background: var(--paper); }
.menu-item-has-children { position: relative; }
.sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 240px;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 12px;
	padding: .4rem;
	box-shadow: 0 16px 40px rgba(7, 25, 43, .12);
}
.menu-item-has-children:hover > .sub-menu,
.menu-item-has-children:focus-within > .sub-menu { display: block; }
.nav-toggle {
	display: none;
	border: 1px solid var(--line);
	background: #fff;
	border-radius: 10px;
	padding: .45rem;
}

.btn, button.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: .45rem;
	border-radius: 999px;
	padding: .75rem 1.1rem;
	font: 700 .98rem/1 var(--display);
	text-decoration: none;
	border: 1px solid transparent;
	cursor: pointer;
}
.btn-primary { background: var(--teal); color: #fff; }
.btn-primary:hover { background: #0a617b; }
.btn-ghost, .btn-line { background: transparent; color: #fff; border-color: rgba(255,255,255,.45); }
.btn-line, .btn-line-light { color: var(--navy); border-color: var(--navy); background: transparent; }
.btn-light { background: #fff; color: var(--navy); }
.btn-line-light { color: #fff; border-color: rgba(255,255,255,.5); }
.header-cta { white-space: nowrap; }
@media (max-width: 1180px) and (min-width: 981px) {
	.menu a { font-size: .84rem; padding: .45rem .35rem; }
	.header-cta { font-size: .84rem; padding: .6rem .75rem; }
}

.hero {
	position: relative;
	background:
		radial-gradient(900px 420px at 85% 10%, rgba(20, 147, 179, .35), transparent 60%),
		linear-gradient(160deg, #07192b 0%, #0e4664 100%);
	color: #fff;
	overflow: hidden;
}
.hero-media { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; opacity: .28; }
.hero-copy { position: relative; padding: 4.2rem 0 5.2rem; max-width: 760px; }
.kicker {
	margin: 0 0 .6rem;
	text-transform: uppercase;
	letter-spacing: .14em;
	font-size: .78rem;
	font-weight: 700;
	color: #8fd4e8;
}
.hero .lead, .page-hero .lead { font-size: 1.15rem; max-width: 46rem; color: #d7e8ef; }
.trust-line { margin-top: 1.2rem; color: #b7d5e2; font-size: .95rem; }
.stats { margin-top: -2.2rem; position: relative; }
.stats-grid, .guarantee-grid, .info-cards, .service-grid, .post-grid, .devices, .footer-grid, .contact-grid {
	display: grid;
	gap: 1rem;
}
.stats-grid { grid-template-columns: repeat(4, 1fr); }
.stats article, .info-cards article, .service-card, .post-card, .contact-card, .lead-form, .reviews, .guarantee-band {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 16px;
}
.stats article { padding: 1rem 1.1rem; box-shadow: 0 10px 30px rgba(7, 25, 43, .06); }
.stats strong { display: block; font-family: var(--display); font-size: 1.35rem; }
.stats span { color: var(--muted); }

.section { padding: 3.2rem 0; }
.section-alt { background: var(--paper); }
.section-head { max-width: 40rem; margin-bottom: 1.2rem; }
.section-head p, .lead-tight { color: var(--muted); }
.service-grid { grid-template-columns: repeat(3, 1fr); }
.service-card {
	color: inherit;
	text-decoration: none;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	min-height: 100%;
}
.service-card div { padding: 1rem 1rem 1.15rem; }
.service-card h3 { font-size: 1.15rem; }
.service-card p, .more { color: var(--muted); }
.more { font-weight: 700; font-size: .9rem; }
.service-visual, .media-shot { min-height: 160px; }
.media-fallback {
	min-height: 180px;
	display: grid;
	place-items: center;
	text-align: center;
	padding: 1rem;
	color: #d7e8ef;
	background:
		linear-gradient(160deg, rgba(7,25,43,.2), rgba(7,25,43,.45)),
		radial-gradient(circle at 30% 20%, #1aa3c4, #0b3f5c 70%);
}
.media-fallback span { font-family: var(--display); font-weight: 700; }
.media-fallback small { display: block; margin-top: .4rem; color: #fff; }
.split { display: grid; grid-template-columns: 1.1fr .9fr; gap: 1.5rem; align-items: center; }
.check-list { list-style: none; padding: 0; margin: 0 0 1rem; }
.check-list li { display: flex; gap: .6rem; margin: .55rem 0; }
.check-list .icon { color: var(--teal); margin-top: .25rem; }

.page-hero { background: var(--navy); color: #fff; padding: 3rem 0 2.4rem; }
.page-hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 1.5rem; align-items: center; }
.page-body { padding: 2rem 0 0; }
.block { margin: 0 0 1.6rem; }
.block p:last-child { margin-bottom: 0; }
.steps, .info-cards { grid-template-columns: repeat(3, 1fr); }
.steps article, .info-cards article { padding: 1rem; }
.step-n { font-family: var(--display); color: var(--teal); font-weight: 800; }
.people { display: grid; grid-template-columns: .8fr 1.2fr; gap: 1.2rem; align-items: center; }
.video-frame { position: relative; padding-top: 56.25%; border-radius: 16px; overflow: hidden; background: #000; }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.devices { grid-template-columns: repeat(3, 1fr); }
.faq details { border-bottom: 1px solid var(--line); padding: .8rem 0; }
.faq summary { cursor: pointer; font-weight: 700; }
.faq p { color: var(--muted); margin: .5rem 0 0; }
.reviews, .guarantee-band { padding: 1.2rem; margin: 1rem 0 1.4rem; }
.reviews { display: grid; gap: 1.2rem; }
.reviews-top {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 1.2rem;
	align-items: center;
}
.reviews-top > * { min-width: 0; }
.review-score { text-align: right; }
.review-score strong { font-family: var(--display); font-size: 2.4rem; display: block; }
.review-score small { display: block; color: var(--muted); margin: .15rem 0 .7rem; }
.review-slider { overflow: hidden; }
.review-track { display: flex; align-items: stretch; gap: 1rem; }
.review-slide { flex: 0 0 calc((100% - 2rem) / 3); min-width: 0; display: flex; }
.review-card { background: var(--paper); border-radius: 28px; padding: 1.15rem 1.25rem; margin: 0; min-width: 0; flex: 1; }
.review-dots { display: flex; justify-content: center; gap: .5rem; margin-top: .9rem; }
.review-dots:empty { display: none; }
.review-dot {
	width: 12px;
	height: 12px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #c5d3dc;
	cursor: pointer;
}
.review-dot.is-active { background: var(--teal); }
.review-card header { display: flex; justify-content: space-between; gap: .6rem; align-items: flex-start; }
.review-card h3 { font-size: .98rem; margin: 0; flex: 1; min-width: 0; }
.review-card .stars { font-size: .85rem; letter-spacing: .06em; flex: none; }
.review-card p { color: var(--muted); font-size: .98rem; margin: .65rem 0 0; }
.stars { color: var(--gold); letter-spacing: .12em; font-size: 1.2rem; }
.guarantee-grid { grid-template-columns: repeat(3, 1fr); margin: .8rem 0; }
.guarantee-grid article { background: var(--paper); border-radius: 12px; padding: 1rem; }
.guarantee-grid strong { display: block; font-family: var(--display); font-size: 2rem; color: var(--teal); }

.cta-band { background: var(--navy-2); color: #fff; padding: 2rem 0; margin-top: 1rem; }
.cta-inner { justify-content: space-between; }
.cta-band p { margin: 0; font-size: 1.35rem; font-family: var(--display); }

.contact-grid { grid-template-columns: .8fr 1.2fr; padding: 2rem 0 2.5rem; }
.contact-card, .lead-form, .client-box { padding: 1.2rem; }
.contact-card a { display: inline-flex; align-items: center; gap: .4rem; font-weight: 700; text-decoration: none; }
.lead-form { display: grid; gap: .7rem; }
.lead-form label { display: grid; gap: .25rem; font-weight: 700; font-size: .92rem; }
.lead-form input, .lead-form select, .lead-form textarea {
	font: 1rem/1.4 var(--font);
	padding: .7rem .8rem;
	border: 1px solid var(--line);
	border-radius: 10px;
	width: 100%;
}
.form-status { min-height: 1.2rem; color: var(--teal); font-weight: 700; }
.notice { background: #eef6f8; border: 1px solid var(--line); border-radius: 12px; padding: 1rem; }
.client-box { max-width: 520px; margin: 2rem auto; }
.entry-body { max-width: 760px; padding: 2rem 0 3rem; }
.entry-body img { border-radius: 16px; margin-bottom: 1rem; }
.post-grid { grid-template-columns: repeat(3, 1fr); }
.post-card { padding: 1rem; }
.pager { margin-top: 1.2rem; }

.site-footer { background: #f4f7f6; color: var(--ink); border-top: 1px solid var(--line); padding: 2.4rem 0 5.5rem; }
.footer-grid { grid-template-columns: 1.3fr .8fr .8fr 1.1fr; }
.site-footer h2 { color: var(--navy); font-size: 1rem; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin: .35rem 0; }
.site-footer .brand { margin-bottom: .8rem; }
.site-footer .brand img { height: 64px; max-width: 300px; }
.site-footer .footer-social a,
.site-footer .footer-social .social-pending { color: var(--navy); }
.footer-base { border-top: 1px solid var(--line); margin-top: 1.4rem; padding-top: .8rem; color: var(--muted); }
.site-footer .btn-primary {
	background: #1e7a46;
	color: #fff;
	box-shadow: 0 8px 18px rgba(30, 122, 70, .22);
}
.site-footer .btn-primary:hover,
.site-footer .btn-primary:focus-visible {
	background: #146338;
	color: #fff;
}
.float-wa {
	position: fixed;
	right: 1rem;
	bottom: 1rem;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #1fa855;
	color: #fff;
	display: grid;
	place-items: center;
	z-index: 40;
	box-shadow: 0 10px 24px rgba(0,0,0,.2);
}
.float-wa .icon { width: 1.7rem; height: 1.7rem; }
.mobile-bar { display: none; }

@media (max-width: 980px) {
	.nav-toggle { display: inline-flex; }
	.header-cta { display: none; }
	.site-header .container { padding-inline: .35rem; }
	.site-nav {
		display: none;
		position: absolute;
		left: 0; right: 0;
		top: 100%;
		background: #fff;
		border-bottom: 1px solid var(--line);
		padding: .65rem 1.35rem 1.15rem;
	}
	body.nav-open .site-nav { display: block; }
	.nav-extra {
		flex-direction: column;
		align-items: flex-start;
		gap: .85rem;
		margin-top: .35rem;
		padding: .85rem .4rem .2rem;
		border-top: 1px solid var(--line);
	}
	.menu, .sub-menu { display: block; position: static; box-shadow: none; border: 0; min-width: 0; padding-left: 0; }
	.site-nav .menu a { padding: .7rem .2rem; }
	.stats-grid, .service-grid, .steps, .info-cards, .split, .page-hero-grid, .people, .devices, .footer-grid, .contact-grid, .post-grid, .guarantee-grid, .guide-list {
		grid-template-columns: 1fr 1fr;
	}
	.footer-grid, .contact-grid, .split, .page-hero-grid, .people { grid-template-columns: 1fr; }
	.top-phone span { display: none; }
	.cta-inner { flex-direction: column; align-items: flex-start; }
	.reviews-top { grid-template-columns: 1fr; }
	.review-slide { flex-basis: 100%; }
	.review-score { text-align: left; }
	.mobile-bar {
		display: grid;
		grid-template-columns: 1fr 1.3fr;
		position: fixed;
		left: 0; right: 0; bottom: 0;
		background: #fff;
		border-top: 1px solid var(--line);
		z-index: 35;
	}
	.mobile-bar a {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: .35rem;
		padding: .8rem .4rem;
		text-decoration: none;
		font-weight: 700;
		color: var(--navy);
	}
	.mobile-bar a:last-child { background: var(--teal); color: #fff; }
	.float-wa { bottom: 4.2rem; }
}

@media (max-width: 680px) {
	.stats-grid, .service-grid, .steps, .info-cards, .devices, .guarantee-grid, .post-grid, .guide-list { grid-template-columns: 1fr; }
	.guide-slide { flex-basis: 86%; }
	.topbar-inner { gap: .4rem; }
	.hero-copy { padding: 2.6rem 0 4rem; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
}

.site-header { font-family: Montserrat, Manrope, sans-serif; }
.site-header .container { width: min(1320px, calc(100% - 2rem)); }
.header-inner { gap: .8rem; min-height: 78px; }
.header-tools { display: flex; align-items: center; gap: .55rem; margin-left: .35rem; }
.site-header .langs { gap: .4rem; }
.site-header .langs a { background: transparent; padding: 0; border-radius: 50%; line-height: 0; }
.site-header .langs a.is-active { box-shadow: 0 0 0 2px #fff, 0 0 0 3px #1f9d55; }
.site-header .flag { width: 26px; height: 26px; border-radius: 50%; display: block; }
.site-header .menu { justify-content: center; gap: .15rem; }
.site-header .menu a {
	position: relative;
	color: #24344d;
	background: transparent;
	font-family: Montserrat, Manrope, sans-serif;
	font-weight: 600;
	font-size: 12px;
	padding: .7rem .55rem .85rem;
	border-radius: 0;
}
.site-header .menu a:hover,
.site-header .menu a:focus-visible { background: transparent; color: #0d3b82; }
.site-header .menu a.is-active { color: #24344d; box-shadow: none; }
.site-header .menu a.is-active::after {
	content: "";
	position: absolute;
	left: .55rem;
	right: .55rem;
	bottom: .35rem;
	height: 3px;
	border-radius: 3px;
	background: #1f9d55;
}
.brand img { height: 52px; }
.btn-call, .btn-client, .btn-quote, .btn-story {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	border-radius: 999px;
	font-family: Montserrat, Manrope, sans-serif;
}
.btn-call {
	gap: .45rem;
	background: #1f9d55;
	color: #fff;
	padding: .28rem .85rem .28rem .28rem;
}
.btn-ico {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: rgba(255,255,255,.18);
	display: grid;
	place-items: center;
	flex: none;
}
.btn-call .icon, .btn-client .btn-ico svg { width: 16px; height: 16px; }
.btn-call-txt { display: flex; flex-direction: column; line-height: 1.05; }
.btn-call-txt small { font-size: .68rem; font-weight: 600; }
.btn-call-txt strong { font-size: .92rem; font-weight: 800; }
.btn-client { gap: .45rem; background: #16325c; color: #fff; padding: .28rem .8rem .28rem .28rem; font-weight: 700; font-size: .88rem; }
.hero-photo {
	position: relative;
	min-height: 680px;
	display: flex;
	align-items: center;
	background-size: cover;
	background-position: 68% center;
	color: #12315c;
	font-family: Montserrat, Manrope, sans-serif;
}
.hero-photo::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(255,255,255,.72) 0%, rgba(255,255,255,.28) 34%, rgba(255,255,255,0) 52%);
}
.hero-photo .container {
	width: min(1320px, calc(100% - 3rem));
	margin-inline: auto;
	padding-left: 0;
	padding-right: 0;
}
.hero-photo .hero-copy { position: relative; max-width: 600px; margin-left: 4.5rem; padding: 3.4rem 0 3rem; }
.eyebrow { margin: 0 0 .55rem; letter-spacing: .28em; text-transform: uppercase; font-size: .72rem; font-weight: 700; color: #1c8f4c; }
.hero-photo h1 { margin: 0 0 .7rem; font-weight: 800; letter-spacing: -.035em; line-height: 1.08; font-size: clamp(2.35rem, 4vw, 3.55rem); }
.hero-photo h1 .line-green, .hero-photo h1 .line-navy { display: block; }
.hero-photo h1 .line-green { color: #1a7a42; }
.hero-photo h1 .line-navy { color: #0d3f86; }
.hero-photo h1 em {
	position: relative;
	display: inline-block;
	font-style: normal;
	color: #178a45;
	text-decoration: none;
	border-bottom: 0;
	padding-bottom: .08em;
	line-height: 1;
}
.hero-photo h1 em::after {
	content: "";
	position: absolute;
	left: -1%;
	right: -1%;
	bottom: -0.08em;
	height: .22em;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 24' preserveAspectRatio='none'%3E%3Cpath d='M3 14C48 6 78 18 150 10c62-7 108 8 147 2 2 3-8 8-28 9-48 3-92-8-140 1C86 26 40 16 3 14Z' fill='%231f9d55'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
	pointer-events: none;
}
.hero-lead { max-width: 30rem; color: #24384c; font-size: 1.02rem; margin-bottom: 1rem; }
.hero-note { display: flex; gap: .85rem; align-items: flex-start; max-width: 31rem; background: #fff; border-radius: 22px; padding: .95rem 1.05rem; box-shadow: 0 10px 28px rgba(16, 48, 80, .1); }
.hero-note p { margin: 0; color: #31485c; font-size: .95rem; }
.drop { width: 52px; height: 52px; flex: none; border-radius: 50%; background: #e7f5fb; display: grid; place-items: center; }
.drop svg { width: 26px; height: 26px; }
.hero-actions { margin-top: 1.15rem; gap: .7rem; }
.btn-quote { gap: .45rem; background: #1f9d55; color: #fff; font-weight: 700; padding: .8rem 1.15rem; font-size: .98rem; }
.btn-quote svg { width: 16px; height: 16px; fill: #fff; }
.btn-story { gap: .65rem; background: #fff; color: #16325c; border: 1px solid #d5e3ee; padding: .35rem .95rem .35rem .35rem; box-shadow: 0 6px 16px rgba(16,48,80,.06); }
.btn-story .play { width: 40px; height: 40px; border-radius: 50%; background: #2f6fe0; display: grid; place-items: center; }
.btn-story .play svg { width: 16px; height: 16px; fill: #fff; }
.btn-story strong, .btn-story small { display: block; }
.btn-story strong { font-size: .95rem; }
.btn-story small { font-size: .64rem; letter-spacing: .08em; text-transform: uppercase; color: #6a7f94; font-weight: 700; }
.guide { padding: 1.1rem 0 .2rem; overflow: hidden; }
.guide-slider {
	overflow: hidden;
	width: 100%;
	-webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.35) 4%, #000 12%, #000 88%, rgba(0,0,0,.35) 96%, transparent 100%);
	mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.35) 4%, #000 12%, #000 88%, rgba(0,0,0,.35) 96%, transparent 100%);
}
.guide-track { display: flex; gap: 1.15rem; }
.guide-slide { flex: 0 0 calc((100% - 3.45rem) / 4); min-width: 0; }
.guide-slide .art-link img,
.guide-slide .art-block img { border-radius: 22px; }
.art-band { padding: .7rem 0; }
.art-tight { padding-top: 0; }
.art-block { margin: 0; }
.art-block img, .art-link img { width: 100%; height: auto; display: block; border-radius: 16px; }
.art-link { display: block; }
.art-pair { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; }
.page-arts { display: grid; gap: .7rem; width: min(1120px, calc(100% - 2rem)); margin: .8rem auto 0; }
.art-logo { display: flex; justify-content: center; background: #fff; border-radius: 16px; padding: 1rem; }
.art-logo img { width: min(240px, 70%); }
.page-hero .btn-ghost { color: #fff; }

.well-types {
	background: #f4f7f8;
	padding: 1.4rem 0 2.1rem;
}
.well-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.1rem;
	align-items: stretch;
}
.well-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	margin: 0;
	padding: 1.05rem 1.1rem 1.15rem;
	background: #fff;
	border: 1px solid #e3ebf0;
	border-radius: 18px;
	box-shadow: 0 10px 26px rgba(7, 25, 43, .05);
}
.well-diagram {
	display: flex;
	justify-content: center;
	margin-bottom: .85rem;
}
.well-diagram svg {
	width: min(100%, 168px);
	height: auto;
	border: 2px solid #1a4d38;
	border-radius: 6px;
	background: #fff;
}
.well-card h3 {
	margin: 0 0 .55rem;
	color: #0d2f6e;
	font-size: 1.02rem;
	font-weight: 800;
	letter-spacing: .06em;
	text-transform: uppercase;
}
.well-card > p {
	margin: 0 0 1rem;
	color: #526579;
	font-size: .95rem;
	line-height: 1.55;
}
.well-specs {
	list-style: none;
	display: grid;
	gap: .65rem;
	margin: auto 0 0;
	padding: .9rem 0 0;
	border-top: 1px dashed #d5e1e8;
}
.well-specs li {
	display: flex;
	gap: .5rem;
	align-items: flex-start;
}
.well-check {
	position: relative;
	flex: none;
	width: 18px;
	height: 18px;
	margin-top: .12rem;
	border-radius: 50%;
	background: #1f9d55;
}
.well-check::after {
	content: "";
	position: absolute;
	left: 6px;
	top: 3px;
	width: 4px;
	height: 8px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
.well-specs p {
	margin: 0;
	color: #31485c;
	font-size: .92rem;
	line-height: 1.35;
}
.well-specs strong { color: #16325c; font-weight: 700; }
@media (max-width: 860px) {
	.well-grid { grid-template-columns: 1fr; }
	.well-diagram svg { width: min(200px, 72%); }
}

.hg-band {
	width: 100%;
	padding: 2rem 0 1.6rem;
	background: linear-gradient(180deg, #eef8fc 0%, #d7eef8 100%);
}
.hg {
	color: #12315c;
	font-family: Montserrat, Manrope, sans-serif;
}
.hg-top {
	padding: 0 .4rem .2rem;
	text-align: left;
}
.hg h2 {
	margin: 0;
	color: #0d2f6e;
	font-weight: 800;
	letter-spacing: -.03em;
	line-height: 1.08;
	font-size: clamp(1.7rem, 2.7vw, 2.35rem);
}
.hg h2 span { display: block; }
.hg-green { color: #1a7a3a; }
.hg-bar {
	display: block;
	width: 74px;
	height: 4px;
	margin-top: .75rem;
	border-radius: 4px;
	background: #1c8a45;
}
.hg-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.15rem;
	padding: 2.4rem .15rem 0;
}
.hg-card {
	position: relative;
	margin: 0;
	padding: 2.35rem 1.15rem 2.5rem;
	border-radius: 22px;
	background: rgba(247, 251, 253, .94);
	box-shadow: 0 14px 30px rgba(10, 40, 70, .12);
	text-align: center;
}
.hg-card-green { background: rgba(226, 240, 226, .96); }
.hg-ico {
	position: absolute;
	top: -28px;
	left: 50%;
	width: 64px;
	height: 64px;
	margin-left: -32px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	box-shadow: 0 8px 16px rgba(8, 30, 60, .16);
}
.hg-ico svg { width: 32px; height: 32px; }
.hg-ico-navy { background: #0c2348; }
.hg-ico-green { background: #1a7a3c; }
.hg-ico-blue { background: #1d4f9c; }
.hg-card h3 {
	margin: 0 0 .15rem;
	color: #0d2f6e;
	font-size: .95rem;
	font-weight: 800;
	letter-spacing: .01em;
	line-height: 1.2;
	text-transform: uppercase;
}
.hg-card h3 strong {
	display: block;
	margin-bottom: .15rem;
	font-size: 1.55rem;
	letter-spacing: -.02em;
}
.hg-card h3 span { display: block; font-size: .82rem; letter-spacing: .04em; }
.hg-card-green h3 { color: #176b34; }
.hg-card h3.hg-title-even {
	font-size: .92rem;
	letter-spacing: .02em;
	max-width: 16rem;
	margin-inline: auto;
}
.hg-card h3::after {
	content: "";
	display: block;
	width: 42px;
	height: 2px;
	margin: .7rem auto .75rem;
	border-radius: 2px;
	background: #c5d3de;
}
.hg-card-green h3::after { background: #b7d4bc; }
.hg-card p {
	margin: 0;
	color: #4a6072;
	font-family: "Source Sans 3", "Segoe UI", sans-serif;
	font-size: .98rem;
	line-height: 1.45;
}
.hg-pledge {
	margin: 1.15rem 0 0;
	text-align: center;
}
.hg-pledge a {
	color: #0d2f6e;
	font-size: .78rem;
	font-weight: 700;
	letter-spacing: .12em;
	line-height: 1.45;
	text-transform: uppercase;
	text-decoration: none;
}
.hg-pledge a:hover, .hg-pledge a:focus-visible { color: #1a7a3a; }
.hg-copy, .hg-card, .hg h2 { min-width: 0; }
.hg h2 span { overflow-wrap: break-word; }
@media (max-width: 860px) {
	.hg-cards { grid-template-columns: 1fr; }
	.hg-card { padding-bottom: 1.4rem; }
}

@media (max-width: 1100px) {
	.btn-client { display: none; }
	.menu a { font-size: .82rem; padding: .4rem .28rem; }
}
@media (max-width: 980px) {
	.hero-photo { min-height: 0; background-position: center; }
	.hero-photo .container { width: 100%; padding-left: 1.35rem; padding-right: 1.35rem; }
	.hero-photo .hero-copy { margin-left: 0; }
	.hero-photo::before { background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,255,255,.72) 70%, rgba(255,255,255,.35)); }
	.guide-slide { flex-basis: calc((100% - 1.15rem) / 2); }
	.art-pair { grid-template-columns: 1fr; }
	.nav-extra .btn-call small { display: none; }
}
.drill-page { font-family: Montserrat, Manrope, sans-serif; color: #16325c; }
.drill-hero { background: linear-gradient(180deg, #f7fbfe 0%, #fff 72%); padding-top: 1.6rem; font-family: Montserrat, Manrope, sans-serif; color: #16325c; }
.home-drill .drill-promise { border-radius: 0; }
.drill-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 1.4rem; align-items: center; }
.drill-copy h1, .drill-copy h2 { margin: 0 0 .7rem; font-weight: 800; letter-spacing: -.04em; line-height: .95; font-size: clamp(2.6rem, 5vw, 4.4rem); }
.drill-copy h1 span, .drill-copy h2 span { display: block; }
.drill-copy .line-navy { color: #0d3f86; }
.drill-copy .line-green { color: #1a7a42; }
.drill-copy .hero-lead { max-width: 34rem; color: #31485c; }
.drill-features { list-style: none; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .7rem; margin: 1.1rem 0 1.2rem; padding: 0; }
.drill-features li { display: grid; justify-items: center; text-align: center; gap: .35rem; }
.drill-features span { width: 54px; height: 54px; border-radius: 50%; border: 1.5px solid #c5d7e6; display: grid; place-items: center; color: #1a7eab; }
.drill-features strong { font-size: .72rem; letter-spacing: .04em; text-transform: uppercase; line-height: 1.25; font-weight: 700; color: #1d3f66; }
.drill-ico { width: 26px; height: 26px; }
.drill-visual { margin: 0; position: relative; min-height: 520px; border-radius: 28px; overflow: hidden; }
.drill-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }
.drill-promise { margin-top: 1.2rem; background: #12315c; color: #fff; border-radius: 28px 28px 0 0; }
.drill-promise-inner { display: flex; justify-content: space-between; gap: 1rem; align-items: center; min-height: 78px; }
.drill-promise p { display: flex; align-items: center; gap: .7rem; margin: 0; }
.drill-promise .drill-ico { width: 28px; height: 28px; }
.drill-tags { letter-spacing: .12em; text-transform: uppercase; font-size: .72rem; font-weight: 700; opacity: .85; }
.drill-tags span + span { margin-left: 1rem; padding-left: 1rem; border-left: 1px solid rgba(255,255,255,.35); }
.drill-map { background: linear-gradient(180deg, #e7f6fb 0%, #f4fbf8 100%); padding: 2.4rem 0 2rem; }
.drill-map-head { display: flex; justify-content: space-between; gap: 1.5rem; align-items: flex-end; margin-bottom: 1.2rem; }
.drill-map-head h2 { color: #0d3f86; max-width: 16ch; }
.drill-map-head p { color: #3d5870; margin: 0; }
.drill-map-side { display: flex; align-items: center; gap: .55rem; max-width: 16rem; color: #1a7a42; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; font-size: .82rem; line-height: 1.3; }
.drill-steps { list-style: none; display: grid; grid-template-columns: repeat(12, 1fr); gap: .8rem; margin: 0; padding: 0; }
.drill-steps li { grid-column: span 3; background: #fff; border-radius: 18px; padding: .9rem .95rem 1rem; box-shadow: 0 8px 22px rgba(16, 48, 80, .06); }
.drill-steps li:nth-child(n+5):nth-child(-n+7) { grid-column: span 4; }
.drill-steps li:nth-child(8), .drill-steps li:nth-child(9) { grid-column: span 3; }
.drill-steps li:nth-child(10) { grid-column: span 6; }
.drill-n { width: 28px; height: 28px; border-radius: 50%; background: #e7f4ea; color: #1a7a42; display: inline-grid; place-items: center; font-weight: 800; font-size: .85rem; margin-bottom: .45rem; }
.drill-steps h3 { font-size: 1rem; color: #0d3f86; margin-bottom: .3rem; }
.drill-steps p { margin: 0; color: #4c6478; font-size: .92rem; font-family: "Source Sans 3", sans-serif; }
.drill-note { display: flex; gap: .8rem; align-items: flex-start; background: #fff; border-left: 4px solid #1f9d55; border-radius: 14px; padding: .9rem 1rem; margin-top: 1rem; }
.drill-note .drill-ico { color: #1f9d55; flex: none; }
.drill-note strong { display: block; color: #0d3f86; }
.drill-note p { margin: .15rem 0 0; color: #4c6478; font-family: "Source Sans 3", sans-serif; }
.drill-ask { display: flex; justify-content: space-between; gap: 1rem; align-items: center; margin-top: 1rem; background: #12315c; color: #fff; border-radius: 18px; padding: 1.1rem 1.2rem; }
.drill-ask h2 { color: #fff; font-size: 1.35rem; margin: 0 0 .2rem; }
.drill-ask p { margin: 0; }
.drill-pills { list-style: none; display: flex; flex-wrap: wrap; gap: .8rem 1.2rem; margin: .9rem 0 0; padding: 0; }
.drill-pills li { display: flex; align-items: center; gap: .4rem; color: #1a7a42; font-weight: 700; font-size: .92rem; }
.drill-pills .drill-ico { width: 18px; height: 18px; }
.drill-geo { padding: 2rem 0 0; }
.drill-geo-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 1.4rem; align-items: center; }
.drill-geo-visual { margin: 0; border-radius: 24px; overflow: hidden; aspect-ratio: 2.8 / 1; position: relative; }
.drill-geo-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 8%; }
.drill-geo h2 { color: #0d3f86; }
.drill-geo p { color: #31485c; font-family: "Source Sans 3", sans-serif; }

@media (max-width: 980px) {
	.header-tools { display: none; }
	.drill-hero { overflow: hidden; }
	.drill-hero-grid, .drill-geo-grid, .drill-map-head, .drill-ask, .drill-promise-inner { display: grid; grid-template-columns: 1fr; }
	.drill-hero-grid { gap: 1.1rem; }
	.drill-hero-grid > * { min-width: 0; }
	.drill-copy h1, .drill-copy h2 { font-size: clamp(2.15rem, 8vw, 3rem); line-height: 1; }
	.drill-copy .hero-lead { max-width: none; }
	.drill-features { grid-template-columns: 1fr 1fr; }
	.drill-visual { min-height: 0; width: 100%; aspect-ratio: 4 / 3; }
	.drill-visual img { object-position: center 40%; }
	.drill-geo-visual { aspect-ratio: 16 / 9; }
	.drill-steps li, .drill-steps li:nth-child(n+5):nth-child(-n+7), .drill-steps li:nth-child(8), .drill-steps li:nth-child(9), .drill-steps li:nth-child(10) { grid-column: span 6; }
}
@media (max-width: 680px) {
	.btn-call span { font-size: .8rem; }
	.brand img { height: 38px; }
	.hero-photo .container { padding-left: 1.75rem; padding-right: 1.75rem; }
	.hero-photo .hero-copy { padding: 2rem 0 2.2rem; }
	.hero-photo::before { background: linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.9) 62%, rgba(255,255,255,.72) 100%); }
	.hero-note, .hero-lead { max-width: none; }
	.hero-actions { flex-direction: column; align-items: flex-start; gap: .65rem; margin-top: 1rem; }
	.hero-photo .btn-quote,
	.hero-photo .btn-story { justify-content: center; width: auto; max-width: 100%; }
	.drill-steps li, .drill-steps li:nth-child(n+5):nth-child(-n+7), .drill-steps li:nth-child(8), .drill-steps li:nth-child(9), .drill-steps li:nth-child(10) { grid-column: span 12; }
	.drill-features { grid-template-columns: 1fr 1fr; gap: 1rem .6rem; }
	.drill-copy .btn-quote { width: 100%; justify-content: center; }
}
