:root {
	--gh-ink: #10253e;
	--gh-muted: #61728a;
	--gh-primary: #0758a6;
	--gh-primary-deep: #052f68;
	--gh-sky: #e9f7ff;
	--gh-gold: #d7a735;
	--gh-gold-light: #f3dda0;
	--gh-line: #dce7f0;
	--gh-white: #fff;
	--gh-soft: #f6f9fc;
	--gh-radius: 18px;
	--gh-shadow: 0 18px 55px rgba(12, 49, 88, .11);
	--gh-container: 1220px;
	--gh-font: "Inter", "Segoe UI", Arial, sans-serif;
}

*,
*::before,
*::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--gh-ink); background: var(--gh-white); font-family: var(--gh-font); font-size: 16px; line-height: 1.65; overflow-x: hidden; }
body.admin-bar .gh-header { top: 32px; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.045em; line-height: 1.08; }
h1 { font-size: clamp(2.7rem, 6vw, 5.8rem); }
h2 { font-size: clamp(2rem, 4vw, 4rem); }
h3 { font-size: 1.15rem; }
em { color: var(--gh-primary); font-style: normal; }
.gh-container { width: min(calc(100% - 48px), var(--gh-container)); margin-inline: auto; }
.screen-reader-text { border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }
.gh-skip-link { background: var(--gh-gold); color: #1a1f27; left: 12px; padding: 8px 14px; position: fixed; top: -100px; z-index: 1000; }
.gh-skip-link:focus { top: 12px; }

/* Header */
.gh-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(220,231,240,.8); backdrop-filter: blur(16px); }
.gh-header__inner { display: flex; align-items: center; min-height: 88px; gap: 26px; }
.gh-brand { display: flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.gh-brand__logo { width: 168px; height: 60px; object-fit: contain; }
.gh-brand__text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(1px,1px,1px,1px); }
.gh-nav-wrap { display: flex; align-items: center; justify-content: flex-end; gap: 24px; flex: 1; }
.gh-nav ul, .gh-footer ul { display: flex; align-items: center; gap: 22px; list-style: none; margin: 0; padding: 0; }
.gh-nav a { color: #405873; font-size: .78rem; font-weight: 700; letter-spacing: .025em; transition: color .2s ease; }
.gh-nav a:hover, .gh-nav .current-menu-item a { color: var(--gh-primary); }
.gh-header__actions { display: flex; align-items: center; gap: 12px; }
.gh-header-phone { display: inline-flex; align-items: center; gap: 7px; color: var(--gh-primary-deep); font-size: .8rem; font-weight: 800; white-space: nowrap; }
.gh-action-icon { color: var(--gh-gold); font-size: 1rem; }
.gh-menu-toggle { display: none; border: 0; background: transparent; cursor: pointer; padding: 10px; }
.gh-menu-toggle span:not(.screen-reader-text) { display: block; width: 24px; height: 2px; margin: 5px; background: var(--gh-primary-deep); transition: .2s; }

/* Buttons and shared */
.gh-button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 50px; padding: 0 21px; border: 1px solid transparent; border-radius: 8px; font-size: .83rem; font-weight: 800; letter-spacing: .01em; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.gh-button:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(8,55,101,.18); }
.gh-button--small { min-height: 38px; padding: 0 14px; font-size: .73rem; }
.gh-button--primary { color: #fff; background: var(--gh-primary); }
.gh-button--gold { color: #182b3b; background: var(--gh-gold); box-shadow: 0 8px 22px rgba(215,167,55,.2); }
.gh-button--ghost { color: #fff; border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.08); }
.gh-button--white { color: var(--gh-primary-deep); background: #fff; }
.gh-button--whatsapp { color: #fff; background: #139b6d; }
.gh-eyebrow { margin-bottom: 16px; color: var(--gh-primary); font-size: .7rem; font-weight: 900; letter-spacing: .2em; line-height: 1.2; }
.gh-eyebrow--light { color: var(--gh-gold-light); }
.gh-pulse { display: inline-block; width: 7px; height: 7px; margin-right: 5px; border-radius: 50%; background: var(--gh-gold); box-shadow: 0 0 0 5px rgba(215,167,55,.16); vertical-align: 1px; }

/* Hero */
.gh-hero { position: relative; min-height: 690px; overflow: hidden; color: #fff; background: linear-gradient(115deg, #062754 0%, #0758a6 47%, #1a9ec4 100%); }
.gh-hero::after { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(4,25,61,.94) 0%, rgba(4,34,73,.69) 43%, rgba(2,94,144,.1) 100%), var(--gh-hero-image, none) center / cover no-repeat; content: ""; }
.gh-hero__scene { position: absolute; inset: 0; z-index: 0; opacity: .85; }
.gh-sky-glow { position: absolute; top: 10%; right: 17%; width: 320px; height: 320px; border-radius: 50%; background: radial-gradient(circle, rgba(255,244,190,.7), rgba(255,214,117,.08) 58%, transparent 70%); filter: blur(3px); }
.gh-moon { position: absolute; top: 16%; right: 23%; width: 46px; height: 46px; border-radius: 50%; background: #ffd871; box-shadow: 0 0 38px rgba(255,219,126,.7); }
.gh-hills { position: absolute; bottom: 32%; left: -5%; width: 110%; height: 38%; background: #0b4d74; clip-path: polygon(0 72%, 9% 58%, 18% 68%, 28% 29%, 39% 72%, 50% 42%, 61% 69%, 72% 23%, 83% 67%, 93% 48%, 100% 70%, 100% 100%, 0 100%); }
.gh-hills--back { bottom: 28%; opacity: .55; background: #144475; transform: scaleX(1.08); }
.gh-hills--front { background: #093f65; }
.gh-villas { position: absolute; bottom: 28%; right: 8%; display: flex; align-items: end; gap: 11px; opacity: .75; }
.gh-villas i { display: block; width: 54px; height: 30px; border-radius: 3px 3px 0 0; background: #e9f4ef; box-shadow: 0 -14px 0 -4px #f8f0d4; }
.gh-villas i:nth-child(2) { height: 48px; width: 35px; }
.gh-villas i:nth-child(3) { height: 22px; width: 67px; }
.gh-villas i:nth-child(4) { height: 40px; width: 44px; }
.gh-villas i:nth-child(5) { height: 28px; width: 58px; }
.gh-sea { position: absolute; bottom: 0; left: 0; width: 100%; height: 33%; background: linear-gradient(180deg, #095a89, #043968); opacity: .8; }
.gh-sea span { position: absolute; width: 28%; height: 1px; background: rgba(170,234,242,.5); right: 13%; top: 25%; box-shadow: 74px 14px 0 rgba(170,234,242,.25), -120px 30px 0 rgba(170,234,242,.3); }
.gh-sea span:nth-child(2) { top: 55%; right: 4%; width: 42%; }
.gh-sea span:nth-child(3) { top: 78%; right: 34%; width: 25%; }
.gh-hero__inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr .9fr; align-items: center; min-height: 690px; gap: 60px; padding-top: 54px; padding-bottom: 70px; }
.gh-hero__copy { max-width: 650px; }
.gh-hero h1 { max-width: 610px; margin-bottom: 22px; font-size: clamp(3rem, 5.8vw, 5.7rem); }
.gh-hero__lead { max-width: 560px; color: #d7e9f5; font-size: 1.08rem; }
.gh-hero__buttons { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0 34px; }
.gh-hero__proof { display: flex; gap: 28px; color: #b8d1e2; font-size: .73rem; }
.gh-hero__proof strong { display: block; color: #fff; font-size: 1.3rem; letter-spacing: -.05em; }
.gh-hero__visual { position: relative; min-height: 430px; display: grid; align-content: center; justify-items: center; }
.gh-hero-logo { position: absolute; top: 3px; right: 0; width: min(360px, 80%); padding: 8px; filter: drop-shadow(0 12px 25px rgba(0,0,0,.28)); }
.gh-pump { position: relative; width: 300px; height: 270px; margin-top: 62px; filter: drop-shadow(0 22px 20px rgba(0,0,0,.24)); }
.gh-pump__ring { position: absolute; border: 1px solid rgba(115,226,255,.5); border-radius: 50%; transform: rotateX(66deg); }
.gh-pump__ring--one { inset: 20px -10px 50px -10px; animation: gh-orbit 8s linear infinite; }
.gh-pump__ring--two { inset: 6px -22px 64px -22px; border-color: rgba(255,222,124,.4); animation: gh-orbit 11s linear infinite reverse; }
.gh-tank { position: absolute; bottom: 58px; left: 23px; width: 92px; height: 155px; border-radius: 46px 46px 15px 15px; background: linear-gradient(90deg, #073e80, #1598db 46%, #063f85 90%); border: 3px solid #7ed9ff; box-shadow: inset 11px 0 15px rgba(255,255,255,.23), inset -11px 0 18px rgba(0,0,0,.25); }
.gh-tank::before, .gh-tank::after { position: absolute; left: 8px; width: 70px; height: 12px; border-radius: 50%; border: 3px solid #6dc8ec; content: ""; }
.gh-tank::before { top: -6px; background: #0b5797; }
.gh-tank::after { bottom: -5px; background: #063d78; }
.gh-tank__gauge { position: absolute; top: 53px; left: 21px; display: grid; place-items: center; width: 46px; height: 46px; border: 5px solid #ecf7f9; border-radius: 50%; background: #d5e8e6; color: #15466b; font-size: .55rem; font-weight: 900; }
.gh-tank__gauge::after { position: absolute; width: 2px; height: 15px; background: #d84e48; content: ""; transform: rotate(42deg); transform-origin: bottom; }
.gh-pump__motor { position: absolute; bottom: 36px; left: 112px; width: 126px; height: 80px; border-radius: 16px 30px 24px 12px; background: linear-gradient(135deg,#148cda,#043e88 80%); border: 2px solid #63c9f4; transform: skewY(-3deg); }
.gh-pump__motor::before { position: absolute; top: -13px; left: 19px; width: 87px; height: 16px; border-radius: 50%; background: #0b5ca1; content: ""; }
.gh-pump__motor i { position: absolute; top: 18px; left: 17px; width: 19px; height: 42px; border: 3px solid rgba(176,238,255,.75); border-radius: 50%; }
.gh-pump__motor b { position: absolute; top: 20px; right: 17px; width: 32px; height: 32px; border: 5px solid #b6e9fb; border-left-color: #05508f; border-radius: 50%; }
.gh-pump__motor span { position: absolute; right: -14px; bottom: 9px; width: 24px; height: 25px; border-radius: 50%; background: #adc8d8; border: 4px solid #1f6a9d; }
.gh-pump__pipe { position: absolute; border: 10px solid #a9c3ca; border-radius: 10px; box-shadow: inset 3px 0 4px rgba(255,255,255,.6), 0 3px 0 #14446d; }
.gh-pump__pipe--top { top: 53px; left: 63px; width: 146px; height: 48px; border-bottom: 0; }
.gh-pump__pipe--side { right: 6px; bottom: 58px; width: 68px; height: 96px; border-left: 0; border-bottom: 0; }
.gh-pump__base { position: absolute; bottom: 18px; left: 12px; width: 255px; height: 28px; border-radius: 7px; background: linear-gradient(#1a83c4,#06356e); border: 2px solid #62c5eb; }
.gh-water-stream { position: absolute; top: 18px; right: 13px; width: 50px; height: 60px; }
.gh-water-stream i { position: absolute; display: block; width: 4px; height: 27px; border-radius: 5px; background: #7be1fa; animation: gh-drop 1.4s ease-in-out infinite; }
.gh-water-stream i:nth-child(1) { left: 4px; transform: rotate(22deg); }
.gh-water-stream i:nth-child(2) { left: 22px; top: -5px; animation-delay: .3s; }
.gh-water-stream i:nth-child(3) { left: 38px; top: 4px; transform: rotate(-22deg); animation-delay: .55s; }
.gh-tech-badge { position: absolute; right: 8%; bottom: 30px; display: flex; align-items: center; gap: 7px; padding: 9px 13px; border: 1px solid rgba(255,255,255,.25); border-radius: 10px; background: rgba(4,34,73,.58); color: #d8f0f5; font-size: .67rem; backdrop-filter: blur(6px); }
.gh-tech-badge strong { color: #5df0ab; font-size: .75rem; }
.gh-tech-badge__dot { width: 7px; height: 7px; border-radius: 50%; background: #5df0ab; box-shadow: 0 0 0 4px rgba(93,240,171,.18); }
.gh-hero__wave { position: absolute; right: -5%; bottom: -55px; left: -5%; z-index: 2; height: 95px; border-radius: 50% 50% 0 0 / 55% 55% 0 0; background: #fff; }

/* Ticker and sections */
.gh-ticker { position: relative; z-index: 4; overflow: hidden; min-height: 49px; color: #fff; background: var(--gh-primary-deep); }
.gh-ticker__track { display: flex; width: max-content; align-items: center; gap: 34px; min-height: 49px; animation: gh-ticker var(--gh-ticker-speed) linear infinite; white-space: nowrap; }
.gh-ticker__track span { font-size: .67rem; font-weight: 800; letter-spacing: .16em; }
.gh-ticker__track b { color: var(--gh-gold); font-size: .85rem; }
.gh-section { padding: 120px 0; }
.gh-section--intro { padding-top: 102px; padding-bottom: 95px; }
.gh-intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: end; }
.gh-intro-grid h2 { max-width: 530px; margin-bottom: 0; }
.gh-intro-copy { max-width: 490px; color: var(--gh-muted); }
.gh-intro-copy p { margin-bottom: 25px; font-size: 1.08rem; }
.gh-text-link { color: var(--gh-primary); font-size: .82rem; font-weight: 900; }
.gh-text-link span { display: inline-block; margin-left: 7px; font-size: 1.2rem; transition: transform .2s; }
.gh-text-link:hover span { transform: translateX(5px); }
.gh-section--services { padding-top: 40px; background: var(--gh-soft); }
.gh-section-heading { display: flex; justify-content: space-between; gap: 30px; align-items: end; margin-bottom: 48px; }
.gh-section-heading h2 { max-width: 630px; margin-bottom: 0; }
.gh-section-heading__note { max-width: 260px; margin: 0 0 6px; color: var(--gh-muted); font-size: .88rem; }
.gh-section-heading--center { justify-content: center; text-align: center; }
.gh-section-heading--center h2 { max-width: 700px; }
.gh-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.gh-service-card { position: relative; min-height: 340px; padding: 24px; overflow: hidden; border: 1px solid var(--gh-line); border-radius: var(--gh-radius); background: #fff; box-shadow: 0 5px 0 rgba(7,88,166,0); transition: transform .25s, box-shadow .25s, border-color .25s; }
.gh-service-card:hover { transform: translateY(-6px); border-color: rgba(7,88,166,.28); box-shadow: var(--gh-shadow); }
.gh-service-card__top { display: flex; justify-content: space-between; color: var(--gh-primary); }
.gh-service-card__number { font-size: .7rem; font-weight: 900; letter-spacing: .12em; }
.gh-service-card__arrow { color: var(--gh-gold); font-size: 1.4rem; }
.gh-service-card__icon { display: grid; place-items: center; width: 54px; height: 54px; margin: 27px 0 20px; border-radius: 14px; background: var(--gh-sky); }
.gh-icon-pump { position: relative; width: 32px; height: 20px; border: 3px solid var(--gh-primary); border-radius: 4px 10px 8px 4px; }
.gh-icon-pump::before { position: absolute; bottom: -5px; left: 5px; width: 14px; height: 3px; background: var(--gh-gold); content: ""; }
.gh-icon-pump::after { position: absolute; top: -7px; left: 6px; width: 10px; height: 5px; border: 2px solid var(--gh-primary); border-bottom: 0; border-radius: 3px 3px 0 0; content: ""; }
.gh-service-card h3 { margin-bottom: 10px; color: var(--gh-primary-deep); }
.gh-service-card p { min-height: 76px; margin-bottom: 20px; color: var(--gh-muted); font-size: .83rem; line-height: 1.55; }
.gh-service-card__links { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--gh-line); padding-top: 15px; }
.gh-service-card__links > a:first-child { color: var(--gh-primary); font-size: .75rem; font-weight: 900; }
.gh-service-card__links > a:first-child span { margin-left: 5px; }
.gh-service-card__wa { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 50%; color: #fff; background: #139b6d; font-size: .56rem; font-weight: 900; }

/* Scenic banner */
.gh-scenic-banner { position: relative; min-height: 545px; overflow: hidden; color: #fff; background: #075486; }
.gh-scenic-banner__art { position: absolute; inset: 0; background: linear-gradient(150deg, #0b7197, #063c76 70%); }
.gh-scenic-banner__art::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,35,77,.88), rgba(6,54,97,.24)); content: ""; }
.gh-scenic-sun { position: absolute; top: 20%; left: 56%; width: 92px; height: 92px; border-radius: 50%; background: #ffd978; box-shadow: 0 0 50px rgba(255,210,99,.5); }
.gh-scenic-mountain { position: absolute; bottom: 30%; width: 70%; height: 52%; background: #0b5b79; clip-path: polygon(0 100%, 20% 38%, 37% 69%, 54% 4%, 72% 61%, 100% 100%); }
.gh-scenic-mountain--one { left: 38%; opacity: .8; }
.gh-scenic-mountain--two { right: -28%; bottom: 23%; width: 74%; opacity: .52; transform: scale(1.2); }
.gh-scenic-houses { position: absolute; bottom: 25%; right: 6%; display: flex; align-items: flex-end; gap: 18px; }
.gh-scenic-houses i { display: block; width: 90px; height: 45px; border-radius: 5px 5px 0 0; background: #f5f3e9; box-shadow: 0 -22px 0 -7px #d7e0d9; }
.gh-scenic-houses i:nth-child(2) { width: 52px; height: 73px; }
.gh-scenic-houses i:nth-child(3) { width: 120px; height: 38px; }
.gh-scenic-houses i:nth-child(4) { width: 71px; height: 65px; }
.gh-scenic-houses i:nth-child(5) { width: 102px; height: 48px; }
.gh-scenic-houses i:nth-child(6) { width: 61px; height: 81px; }
.gh-scenic-water { position: absolute; right: -10%; bottom: 0; left: -10%; height: 31%; background: repeating-linear-gradient(178deg, rgba(126,231,239,.28) 0, rgba(126,231,239,.28) 1px, transparent 1px, transparent 23px); }
.gh-scenic-banner__content { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; min-height: 545px; }
.gh-scenic-banner h2 { max-width: 620px; margin-bottom: 18px; }
.gh-scenic-banner p:not(.gh-eyebrow) { max-width: 475px; margin-bottom: 26px; color: #c8e3e8; }

/* Trust/process/system */
.gh-section--trust { padding-bottom: 100px; }
.gh-trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--gh-line); }
.gh-trust-item { display: flex; gap: 17px; padding: 28px 24px 24px 0; border-bottom: 1px solid var(--gh-line); }
.gh-trust-item:nth-child(3n+2), .gh-trust-item:nth-child(3n+3) { padding-left: 24px; border-left: 1px solid var(--gh-line); }
.gh-trust-item__icon { flex: 0 0 43px; display: grid; place-items: center; width: 43px; height: 43px; border: 1px solid var(--gh-gold); border-radius: 50%; color: var(--gh-gold); font-size: 1.15rem; }
.gh-trust-item h3 { margin: 0 0 5px; color: var(--gh-primary-deep); font-size: .98rem; letter-spacing: -.02em; }
.gh-trust-item p { margin: 0; color: var(--gh-muted); font-size: .77rem; line-height: 1.45; }
.gh-section--process { background: var(--gh-soft); }
.gh-process-head { display: flex; justify-content: space-between; gap: 60px; align-items: end; margin-bottom: 56px; }
.gh-process-head h2 { margin-bottom: 0; }
.gh-process-head > p { max-width: 340px; margin: 0 0 7px; color: var(--gh-muted); font-size: .9rem; }
.gh-process-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.gh-process-step { position: relative; padding-right: 30px; }
.gh-process-step__no { display: block; margin-bottom: 35px; color: var(--gh-gold); font-size: .72rem; font-weight: 900; letter-spacing: .16em; }
.gh-process-step h3 { max-width: 165px; font-size: 1.05rem; }
.gh-process-step__line { display: block; position: absolute; top: 8px; right: 0; width: calc(100% - 60px); height: 1px; background: var(--gh-line); }
.gh-process-step:last-child .gh-process-step__line { display: none; }
.gh-section--system { padding: 100px 0; background: #fff; }
.gh-system-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.gh-system-visual { position: relative; min-height: 390px; border-radius: 23px; overflow: hidden; background: radial-gradient(circle at center, #1ca4d5, #07558e 58%, #052e64); }
.gh-system-visual::after { position: absolute; inset: 0; background: repeating-linear-gradient(90deg, rgba(255,255,255,.05) 0, rgba(255,255,255,.05) 1px, transparent 1px, transparent 36px), repeating-linear-gradient(0deg, rgba(255,255,255,.05) 0, rgba(255,255,255,.05) 1px, transparent 1px, transparent 36px); content: ""; }
.gh-system-orbit { position: absolute; top: 43%; left: 13%; width: 74%; height: 110px; border: 1px solid rgba(127,237,255,.65); border-radius: 50%; transform: rotate(-22deg); animation: gh-orbit 13s linear infinite; }
.gh-system-orbit--two { top: 33%; left: 22%; width: 59%; height: 140px; border-color: rgba(255,217,120,.55); transform: rotate(48deg); animation-duration: 17s; }
.gh-system-pump { position: absolute; z-index: 2; top: 90px; left: 50%; width: 240px; height: 230px; transform: translateX(-50%); filter: drop-shadow(0 20px 15px rgba(0,0,0,.28)); }
.gh-system-pump__tank { position: absolute; bottom: 20px; left: 12px; width: 75px; height: 160px; border: 4px solid #a0eafa; border-radius: 40px 40px 11px 11px; background: linear-gradient(90deg,#07417e,#18a2e0,#07508e); }
.gh-system-pump__motor { position: absolute; right: 12px; bottom: 30px; width: 143px; height: 82px; border-radius: 15px 29px 22px 14px; background: linear-gradient(145deg,#52c9ee,#075299); border: 3px solid #acf2ff; }
.gh-system-pump__pipe { position: absolute; top: 35px; left: 52px; width: 138px; height: 85px; border: 10px solid #c1e3e5; border-bottom: 0; border-radius: 15px 15px 0 0; }
.gh-system-pump__water { position: absolute; top: 20px; right: -4px; width: 31px; height: 60px; border-right: 4px dotted #9cf7ff; animation: gh-drop 1.4s ease-in-out infinite; }
.gh-system-label { position: absolute; z-index: 3; padding: 6px 10px; border: 1px solid rgba(255,255,255,.35); border-radius: 5px; background: rgba(1,33,75,.45); color: #e7fbff; font-size: .65rem; }
.gh-system-label--one { top: 25%; left: 7%; }.gh-system-label--two { right: 7%; bottom: 23%; }
.gh-system-copy h2 { margin-bottom: 24px; }
.gh-system-copy > p:not(.gh-eyebrow) { max-width: 470px; color: var(--gh-muted); }
.gh-system-pills { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.gh-system-pills span { padding: 7px 12px; border: 1px solid var(--gh-line); border-radius: 30px; color: var(--gh-primary); font-size: .7rem; font-weight: 800; }

/* CTA/contact/footer */
.gh-cta { position: relative; overflow: hidden; color: #fff; background: var(--gh-primary-deep); }
.gh-cta::after { position: absolute; right: -8%; bottom: -75%; width: 52%; height: 200%; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 60px rgba(255,255,255,.035), 0 0 0 120px rgba(255,255,255,.025); content: ""; transform: rotate(-20deg); }
.gh-cta__inner { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 40px; align-items: center; min-height: 290px; }
.gh-cta h2 { margin-bottom: 12px; }
.gh-cta p:not(.gh-eyebrow) { margin: 0; color: #c0d9ea; }
.gh-cta__actions { display: flex; flex-direction: column; align-items: flex-start; gap: 15px; }
.gh-cta__phone { color: var(--gh-gold-light); font-size: .9rem; font-weight: 800; }
.gh-section--contact { padding-bottom: 130px; }
.gh-contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.gh-contact-info h2 { margin-bottom: 20px; }
.gh-contact-info > p:not(.gh-eyebrow) { max-width: 390px; color: var(--gh-muted); }
.gh-contact-detail { display: flex; flex-direction: column; gap: 2px; margin-top: 25px; padding-left: 14px; border-left: 2px solid var(--gh-gold); }
.gh-contact-detail span { color: var(--gh-muted); font-size: .67rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.gh-contact-detail a { color: var(--gh-primary); font-weight: 900; }
.gh-contact-detail strong { color: var(--gh-ink); font-size: .86rem; }
.gh-contact-form-wrap { padding: 30px; border: 1px solid var(--gh-line); border-radius: var(--gh-radius); background: var(--gh-soft); }
.gh-form { display: grid; gap: 17px; }
.gh-form label { display: grid; gap: 6px; color: var(--gh-primary-deep); font-size: .73rem; font-weight: 900; }
.gh-form input, .gh-form select, .gh-form textarea { width: 100%; border: 1px solid var(--gh-line); border-radius: 7px; padding: 12px 13px; outline: 0; background: #fff; color: var(--gh-ink); font-size: .85rem; font-weight: 500; transition: border-color .2s, box-shadow .2s; }
.gh-form input:focus, .gh-form select:focus, .gh-form textarea:focus { border-color: var(--gh-primary); box-shadow: 0 0 0 3px rgba(7,88,166,.1); }
.gh-form textarea { resize: vertical; }
.gh-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.gh-form button { justify-self: start; border: 0; cursor: pointer; }
.gh-honeypot { position: absolute; left: -9999px; opacity: 0; }
.gh-form-notice { margin-bottom: 18px; padding: 12px 14px; border-left: 4px solid; border-radius: 5px; font-size: .78rem; font-weight: 700; }
.gh-form-notice--success { border-color: #139b6d; background: #e8faf1; color: #087149; }
.gh-form-notice--error { border-color: #c84a4a; background: #fff0f0; color: #982f2f; }
.gh-footer { padding: 72px 0 22px; color: #a9c1d4; background: #061f43; }
.gh-footer__grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 60px; padding-bottom: 52px; }
.gh-footer__brand { display: flex; align-items: center; gap: 10px; color: #fff; font-size: .86rem; font-weight: 900; }
.gh-footer__mark { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--gh-gold); border-radius: 8px; color: var(--gh-gold); font-size: .68rem; }
.gh-footer p { max-width: 290px; margin-top: 20px; color: #92adc3; font-size: .8rem; }
.gh-footer__title { margin-bottom: 19px; color: #fff; font-size: .85rem; letter-spacing: .01em; }
.gh-footer ul { display: block; }
.gh-footer li { margin-bottom: 8px; }
.gh-footer a, .gh-footer span { display: block; color: #a9c1d4; font-size: .78rem; }
.gh-footer a:hover { color: var(--gh-gold-light); }
.gh-footer__bottom { display: flex; justify-content: space-between; gap: 15px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.1); color: #6f8aa3; font-size: .68rem; }
.gh-floating-wa { position: fixed; right: 21px; bottom: 20px; z-index: 40; display: flex; align-items: center; gap: 7px; padding: 12px 15px; border: 2px solid #fff; border-radius: 30px; color: #fff; background: #139b6d; box-shadow: 0 8px 25px rgba(0,0,0,.2); font-size: .72rem; font-weight: 900; }

/* Interior pages */
.gh-page-shell { padding-top: 90px; padding-bottom: 120px; }
.gh-entry { max-width: 800px; margin: 0 auto; }
.gh-entry h1 { margin-bottom: 35px; font-size: clamp(2.4rem, 5vw, 4.5rem); }
.gh-entry__content { color: var(--gh-muted); }
.gh-entry__content h2, .gh-entry__content h3 { color: var(--gh-ink); margin-top: 35px; }
.gh-inner-hero { padding: 100px 0 95px; color: #fff; background: linear-gradient(115deg,#062754,#0a78aa); }
.gh-inner-hero h1 { max-width: 800px; margin-bottom: 20px; }
.gh-inner-hero p:not(.gh-eyebrow) { max-width: 650px; color: #d9edf3; font-size: 1.07rem; }
.gh-breadcrumb { display: flex; gap: 10px; margin-top: 30px; color: #a7d2df; font-size: .75rem; }
.gh-breadcrumb a { color: var(--gh-gold-light); }
.gh-detail-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 100px; }
.gh-detail-content h2 { margin-bottom: 20px; }
.gh-detail-content > p:not(.gh-eyebrow), .gh-detail-content li { color: var(--gh-muted); }
.gh-detail-content h3 { margin-top: 35px; }
.gh-check-list { display: grid; gap: 11px; padding: 0; list-style: none; }
.gh-check-list li::before { display: inline-grid; place-items: center; width: 21px; height: 21px; margin-right: 10px; border-radius: 50%; color: #fff; background: var(--gh-primary); content: "✓"; font-size: .65rem; }
.gh-detail-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.gh-detail-aside { display: grid; align-content: start; gap: 16px; }
.gh-detail-card { padding: 26px; border: 1px solid var(--gh-line); border-radius: var(--gh-radius); background: var(--gh-soft); }
.gh-detail-card__icon { color: var(--gh-gold); font-size: 1.8rem; }
.gh-detail-card h3 { margin: 15px 0 7px; }
.gh-detail-card p { color: var(--gh-muted); font-size: .83rem; }
.gh-detail-card a { color: var(--gh-primary); font-size: .77rem; font-weight: 900; }
.gh-detail-card--dark { color: #fff; background: var(--gh-primary-deep); }
.gh-detail-card--dark span, .gh-detail-card--dark a { display: block; color: var(--gh-gold-light); font-size: .75rem; }
.gh-detail-card--dark strong { display: block; margin: 10px 0 15px; font-size: 1.1rem; }
.gh-contact-page-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; align-items: stretch; }
.gh-contact-page-info h2 { margin-bottom: 35px; }
.gh-map { min-height: 420px; overflow: hidden; border-radius: var(--gh-radius); background: var(--gh-soft); }
.gh-map iframe { display: block; width: 100%; min-height: 420px; border: 0; }
.gh-map-placeholder { display: grid; place-items: center; align-content: center; height: 100%; min-height: 420px; padding: 30px; text-align: center; background: radial-gradient(circle at 30% 30%, #dff6fb, #eef5fb 55%, #dae8f3); }
.gh-map-placeholder span { color: var(--gh-primary); font-size: 3rem; }.gh-map-placeholder strong { margin: 10px; color: var(--gh-primary-deep); }.gh-map-placeholder small { max-width: 300px; color: var(--gh-muted); font-size: .75rem; }
.gh-not-found { min-height: 60vh; }
.gh-comments { margin-top: 70px; padding-top: 30px; border-top: 1px solid var(--gh-line); }

@keyframes gh-orbit { to { transform: rotateX(66deg) rotateZ(360deg); } }
@keyframes gh-drop { 0%, 100% { opacity: .25; transform: translateY(0) scaleY(.8); } 50% { opacity: 1; transform: translateY(15px) scaleY(1); } }
@keyframes gh-ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

@media (max-width: 1100px) {
	.gh-nav ul { gap: 13px; }.gh-nav a { font-size: .7rem; }.gh-header__actions { gap: 7px; }.gh-header-phone { font-size: .69rem; }.gh-button--small { padding-inline: 10px; }
	.gh-hero__inner { gap: 20px; }.gh-hero__visual { transform: scale(.9); }
}
@media (max-width: 860px) {
	body.admin-bar .gh-header { top: 46px; }
	.gh-container { width: min(calc(100% - 34px), var(--gh-container)); }
	.gh-header__inner { min-height: 76px; justify-content: space-between; }.gh-brand__logo { width: 145px; height: 54px; }.gh-menu-toggle { display: block; }.gh-nav-wrap { position: absolute; top: 100%; right: 0; left: 0; display: none; align-items: stretch; flex-direction: column; gap: 18px; padding: 20px 17px 24px; border-top: 1px solid var(--gh-line); background: rgba(255,255,255,.98); box-shadow: 0 20px 30px rgba(0,30,70,.1); }.gh-nav-wrap.is-open { display: flex; }.gh-nav ul { display: grid; gap: 0; }.gh-nav li { border-bottom: 1px solid var(--gh-line); }.gh-nav a { display: block; padding: 12px 3px; font-size: .82rem; }.gh-header__actions { justify-content: stretch; }.gh-header-phone, .gh-header__actions .gh-button { flex: 1; justify-content: center; }.gh-header-phone { padding: 10px; border: 1px solid var(--gh-line); border-radius: 7px; }
	.gh-hero { min-height: 850px; }.gh-hero__inner { display: block; min-height: 850px; padding-top: 76px; }.gh-hero__copy { position: relative; z-index: 3; }.gh-hero__visual { position: absolute; right: 0; bottom: 60px; left: 0; min-height: 350px; transform: scale(.8); }.gh-hero h1 { max-width: 600px; }.gh-hero__lead { max-width: 500px; }.gh-hero__wave { bottom: -70px; }
	.gh-intro-grid, .gh-system-grid { gap: 45px; }.gh-service-grid { grid-template-columns: repeat(2, 1fr); }.gh-contact-grid { gap: 45px; }.gh-footer__grid { gap: 30px; }
}
@media (max-width: 600px) {
	.gh-section { padding: 76px 0; }.gh-section--intro { padding: 76px 0 65px; }.gh-section-heading, .gh-process-head, .gh-cta__inner { display: block; }.gh-section-heading__note { margin-top: 18px; }.gh-intro-grid, .gh-system-grid, .gh-contact-grid, .gh-detail-grid, .gh-contact-page-grid { grid-template-columns: 1fr; gap: 42px; }.gh-service-grid, .gh-trust-grid, .gh-process-grid { grid-template-columns: 1fr; }.gh-service-card { min-height: 310px; }.gh-service-card p { min-height: auto; }.gh-trust-item, .gh-trust-item:nth-child(3n+2), .gh-trust-item:nth-child(3n+3) { padding: 22px 0; border-left: 0; }.gh-process-head > p { margin-top: 20px; }.gh-process-step { padding: 20px 0 25px; }.gh-process-step__no { margin-bottom: 15px; }.gh-process-step__line { top: auto; right: 0; bottom: 0; left: 0; width: 100%; }.gh-process-step:last-child .gh-process-step__line { display: none; }.gh-system-visual { min-height: 340px; }.gh-cta { padding: 65px 0; }.gh-cta__actions { margin-top: 28px; }.gh-contact-form-wrap { padding: 19px; }.gh-form__row { grid-template-columns: 1fr; }.gh-footer__grid { grid-template-columns: 1fr; gap: 32px; padding-bottom: 34px; }.gh-footer__bottom { display: block; }.gh-footer__bottom span { margin-top: 8px; }.gh-floating-wa { right: 12px; bottom: 12px; }.gh-floating-wa span:last-child { font-size: .65rem; }
	.gh-hero { min-height: 840px; }.gh-hero__inner { min-height: 840px; padding-top: 60px; }.gh-hero h1 { font-size: clamp(2.65rem, 13vw, 4rem); }.gh-hero__lead { font-size: .94rem; }.gh-hero__proof { gap: 13px; }.gh-hero__proof span { font-size: .62rem; }.gh-hero__visual { bottom: 45px; transform: scale(.66); transform-origin: center bottom; }.gh-hero-logo { top: 0; }.gh-pump { margin-top: 45px; }.gh-scenic-banner { min-height: 575px; }.gh-scenic-banner__content { min-height: 575px; justify-content: flex-start; padding-top: 85px; }.gh-scenic-houses { right: -18%; transform: scale(.75); transform-origin: bottom right; }.gh-scenic-mountain { left: 15%; width: 120%; }.gh-scenic-sun { left: 65%; }.gh-inner-hero { padding: 75px 0; }.gh-inner-hero h1 { font-size: 3rem; }.gh-detail-actions .gh-button { flex: 1; }.gh-map, .gh-map iframe { min-height: 330px; }
}
@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}