:root {
	--h-primary: #3157d5;
	--h-primary-dark: #1d3fb6;
	--h-cyan: #5de2d2;
	--h-ink: #0d1426;
	--h-muted: #66728a;
	--h-bg: #f5f7fb;
	--h-white: #fff;
	--h-line: #e2e7f0;
	--h-radius: 22px;
	--h-shadow: 0 20px 65px rgba(29, 42, 77, .12);
	--h-font: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	--h-title-font: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--h-white); color: var(--h-ink); font-family: var(--h-font); font-size: 16px; line-height: 1.7; }
body.admin-bar .site-header { top: 32px; }
a { transition: color .2s ease, border-color .2s ease, background .2s ease, transform .25s ease, box-shadow .25s ease; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid rgba(49,87,213,.36); outline-offset: 3px; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.site-shell { overflow: hidden; }
.screen-reader-text { border: 0; clip: rect(1px,1px,1px,1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; word-wrap: normal !important; }
.skip-link { background: var(--h-ink); color: #fff; left: 12px; padding: 8px 14px; position: absolute; top: -100px; z-index: 100; }
.skip-link:focus { top: 12px; }

h1, h2, h3, .statement, .page-hero h1, .hero-section h1, .section-heading h2, .cta-band h2 { font-family: var(--h-title-font); font-weight: 700; letter-spacing: normal; line-height: 1.08; }
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 20; height: 94px; background: transparent; pointer-events: none; }
.header-inner { position: relative; isolation: isolate; height: 70px; margin-top: 12px; padding: 0 18px 0 20px; display: flex; align-items: center; gap: 24px; border: 1px solid rgba(255,255,255,.48); border-radius: 22px; background: linear-gradient(135deg,rgba(255,255,255,.26),rgba(255,255,255,.04) 43%,rgba(180,208,255,.12)); box-shadow: 0 16px 48px rgba(23,38,76,.12),inset 0 1px rgba(255,255,255,.74),inset 0 -1px rgba(49,87,213,.08); backdrop-filter: blur(24px) saturate(1.7) contrast(.97); -webkit-backdrop-filter: blur(24px) saturate(1.7) contrast(.97); pointer-events: auto; transition: background .3s ease,border-color .3s ease,box-shadow .3s ease; }
.header-inner:before { content: ''; position: absolute; inset: 1px; z-index: 0; border-radius: 21px; background: linear-gradient(112deg,rgba(255,255,255,.18),rgba(255,255,255,.03) 31%,transparent 54%); pointer-events: none; }
.header-inner:after { content: ''; position: absolute; left: 9%; right: 9%; top: -1px; z-index: 2; height: 1px; background: linear-gradient(90deg,transparent,rgba(255,255,255,.95),transparent); pointer-events: none; }
.header-inner > * { position: relative; z-index: 1; }
.site-header.is-scrolled .header-inner { border-color: rgba(255,255,255,.54); background: linear-gradient(135deg,rgba(255,255,255,.3),rgba(255,255,255,.07) 43%,rgba(180,208,255,.14)); box-shadow: 0 18px 54px rgba(23,38,76,.15),inset 0 1px rgba(255,255,255,.82),inset 0 -1px rgba(49,87,213,.1); }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--h-ink); text-decoration: none; font-weight: 800; letter-spacing: .08em; }
.brand-logo { display: block; width: 116px; height: auto; }
.brand-logo-light { width: 138px; }
.primary-nav { margin-left: auto; }
.primary-nav ul { display: flex; align-items: center; gap: 28px; margin: 0; padding: 0; list-style: none; }
.primary-nav a { color: var(--h-muted); font-size: 13px; font-weight: 700; letter-spacing: .035em; text-decoration: none; }
.primary-nav a:hover, .primary-nav .current-menu-item > a { color: var(--h-primary); }
.header-cta, .button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; border-radius: 999px; font-weight: 700; text-decoration: none; }
.header-cta { padding: 13px 19px; background: var(--h-ink); color: #fff; font-size: 13px; white-space: nowrap; }
.header-cta:hover, .button:hover { transform: translateY(-2px); }
.menu-toggle { display: none; border: 0; background: none; padding: 8px; }
.menu-toggle span:not(.screen-reader-text) { background: var(--h-ink); display: block; height: 2px; margin: 5px; width: 22px; }
.mobile-nav-cta { display: none; }
.language-switcher { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.language-switcher a { color: var(--h-muted); text-decoration: none; }
.language-switcher a:hover, .language-switcher a.is-active { color: var(--h-primary); }

.hero-section { --hero-pointer-x: 74%; --hero-pointer-y: 42%; position: relative; overflow: hidden; padding: 112px 0 104px; background: radial-gradient(circle at 87% 18%, rgba(93,226,210,.18), transparent 25%), radial-gradient(circle at 65% 55%, rgba(79,109,255,.14), transparent 28%), linear-gradient(135deg,#f8fbff 0%,#fff 62%); }
.hero-section:before { content: ''; position: absolute; inset: 0; z-index: 0; background: radial-gradient(circle 410px at var(--hero-pointer-x) var(--hero-pointer-y),rgba(93,226,210,.16),rgba(79,109,255,.1) 43%,transparent 72%); pointer-events: none; }
.hero-section:after { content: ''; position: absolute; right: -14%; bottom: -34%; z-index: 0; width: 55vw; height: 55vw; border: 1px solid rgba(79,109,255,.12); border-radius: 50%; pointer-events: none; }
.hero-grid-field { position: absolute; inset: 0; z-index: 0; opacity: .11; background-image: linear-gradient(rgba(49,87,213,.45) 1px,transparent 1px),linear-gradient(90deg,rgba(49,87,213,.45) 1px,transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(to bottom,transparent,black 12%,black 88%,transparent); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 70px; position: relative; z-index: 1; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--h-primary); font-size: 11px; font-weight: 800; letter-spacing: .15em; line-height: 1.3; text-transform: uppercase; }
.hero-section h1 { max-width: 720px; margin: 19px 0 24px; font-size: clamp(42px, 5.4vw, 76px); }
.hero-section h1 em { color: var(--h-primary); font-style: normal; }
.hero-section .lead { max-width: 570px; color: var(--h-muted); font-size: 16px; line-height: 1.9; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 32px; }
.button { padding: 15px 22px; font-size: 13px; letter-spacing: .02em; }
.button-primary { background: var(--h-primary); color: #fff; box-shadow: 0 13px 30px rgba(79,109,255,.28); }
.button-primary:hover { background: var(--h-primary-dark); color: #fff; }
.button-ghost { border: 1px solid var(--h-line); color: var(--h-ink); background: #fff; }
.button-ghost:hover { border-color: var(--h-primary); color: var(--h-primary); }
.hero-assurance { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 27px; color: var(--h-muted); font-size: 13px; font-weight: 700; }
.hero-assurance span { display: inline-flex; align-items: center; gap: 7px; }
.hero-assurance span:before { content: '✓'; display: grid; place-items: center; width: 19px; height: 19px; border-radius: 50%; background: #e5f8ed; color: #16934d; font-size: 10px; font-weight: 900; }
.system-visual { position: relative; min-height: 480px; overflow: visible; isolation: isolate; background: transparent; color: var(--h-ink); }
.system-visual:before { content: ''; position: absolute; inset: 0; z-index: -2; opacity: .3; background-image: radial-gradient(rgba(49,87,213,.46) .65px,transparent .65px); background-size: 18px 18px; mask-image: radial-gradient(ellipse at center,black 0 36%,transparent 76%); }
.system-layers i { width: 6px; height: 6px; border-radius: 50%; background: var(--h-cyan); box-shadow: 0 0 13px rgba(93,226,210,.95); }
.system-stage { position: absolute; inset: 0; }
.system-horizon { position: absolute; left: 50%; top: 48%; border: 1px solid rgba(49,87,213,.2); border-radius: 50%; transform: translate(-50%,-50%) rotateX(67deg); }
.system-horizon-one { width: 430px; height: 430px; }
.system-horizon-two { width: 315px; height: 315px; border-color: rgba(16,183,189,.24); }
.system-beam { position: absolute; left: 50%; top: 48%; width: 1px; height: 230px; background: linear-gradient(transparent,rgba(49,87,213,.5),rgba(93,226,210,.88),transparent); filter: drop-shadow(0 0 8px rgba(93,226,210,.7)); transform: translate(-50%,-50%); animation: system-beam 4.8s ease-in-out infinite; }
.system-orbit { position: absolute; left: 50%; top: 48%; border: 1px solid transparent; border-top-color: rgba(49,87,213,.62); border-right-color: rgba(93,226,210,.34); border-radius: 50%; }
.system-orbit i { position: absolute; width: 7px; height: 7px; border: 1px solid #fff; border-radius: 50%; background: var(--h-cyan); box-shadow: 0 0 12px rgba(0,180,190,.75),0 0 25px rgba(93,226,210,.5); }
.system-orbit-one { width: 286px; height: 286px; margin: -143px; animation: system-orbit 15s linear infinite; }
.system-orbit-one i { right: 17px; top: 35px; }
.system-orbit-two { width: 220px; height: 220px; margin: -110px; border-top-color: rgba(16,183,189,.62); transform: rotateX(64deg) rotateZ(18deg); animation: system-orbit-flat 11s linear infinite reverse; }
.system-orbit-two i { left: 10px; bottom: 42px; }
.system-orbit-three { width: 356px; height: 160px; margin: -80px -178px; border-top-color: rgba(49,87,213,.38); transform: rotateZ(-18deg); animation: system-orbit-wide 19s linear infinite; }
.system-orbit-three i { right: 55px; top: 7px; }
.system-core { position: absolute; left: 50%; top: 48%; z-index: 3; width: 142px; height: 142px; margin: -71px 0 0 -71px; display: flex; align-items: center; justify-content: center; flex-direction: column; overflow: hidden; border: 1px solid rgba(49,87,213,.22); border-radius: 50%; background: radial-gradient(circle at 50% 27%,#fff,rgba(234,240,255,.96) 58%,rgba(218,228,255,.9)); box-shadow: inset 0 1px #fff,0 0 0 13px rgba(49,87,213,.04),0 24px 54px rgba(49,87,213,.2),0 0 70px rgba(93,226,210,.24); }
.system-core:before { content: ''; position: absolute; inset: 9px; border: 1px solid rgba(16,183,189,.22); border-radius: 50%; }
.system-core-scan { position: absolute; left: -25%; right: -25%; top: -18%; height: 32%; background: linear-gradient(transparent,rgba(93,226,210,.12),rgba(93,226,210,.7),transparent); filter: blur(.2px); animation: system-scan 4.4s ease-in-out infinite; }
.system-core small,.system-core em { color: #74819a; font-size: 7px; font-style: normal; font-weight: 800; letter-spacing: .19em; line-height: 1.4; text-transform: uppercase; }
.system-core strong { margin: 4px 0 2px; background: linear-gradient(90deg,var(--h-primary),#08aeb4); background-clip: text; color: transparent; font-size: 20px; letter-spacing: .1em; line-height: 1; text-transform: uppercase; }
.system-layers { position: absolute; left: 22px; top: 43%; z-index: 5; width: 126px; display: grid; gap: 7px; margin-top: -47px; }
.system-layers > div { display: flex; align-items: center; justify-content: space-between; padding: 8px 10px; border: 1px solid rgba(49,87,213,.12); border-radius: 9px; background: rgba(255,255,255,.9); box-shadow: 0 8px 24px rgba(49,87,213,.08),inset 0 1px #fff; }
.system-layers span { display: flex; align-items: center; gap: 7px; color: var(--h-ink); font-size: 8px; font-weight: 700; }
.system-layers i { flex: 0 0 5px; width: 5px; height: 5px; }
.system-layers b { color: #71809c; font-size: 6px; letter-spacing: .1em; }
.system-telemetry { position: absolute; right: 21px; top: 39%; z-index: 5; width: 110px; margin-top: -42px; padding: 10px; border: 1px solid rgba(49,87,213,.12); border-radius: 10px; background: rgba(255,255,255,.91); box-shadow: 0 8px 24px rgba(49,87,213,.08),inset 0 1px #fff; }
.system-telemetry > span { display: block; color: #71809c; font-size: 6px; font-weight: 800; letter-spacing: .12em; }
.system-telemetry > div { height: 35px; display: flex; align-items: end; gap: 3px; margin: 7px 0 5px; border-bottom: 1px solid rgba(49,87,213,.1); }
.system-telemetry i { flex: 1; min-height: 10%; border-radius: 2px 2px 0 0; background: linear-gradient(to top,rgba(77,108,255,.35),#5de2d2); transform-origin: bottom; animation: system-telemetry 2.4s ease-in-out infinite alternate; }
.system-telemetry i:nth-child(2),.system-telemetry i:nth-child(7) { height: 38%; animation-delay: -.6s; }.system-telemetry i:nth-child(3),.system-telemetry i:nth-child(8) { height: 72%; animation-delay: -1.2s; }.system-telemetry i:nth-child(4) { height: 54%; animation-delay: -.3s; }.system-telemetry i:nth-child(5),.system-telemetry i:nth-child(9) { height: 88%; animation-delay: -1.6s; }.system-telemetry i:nth-child(6) { height: 62%; animation-delay: -.9s; }
.system-telemetry b { color: #079ca3; font-size: 7px; letter-spacing: .13em; }

.trust-section { padding: 26px 0; border-bottom: 1px solid var(--h-line); background: #fff; }
.trust-inner { display: flex; align-items: center; gap: 35px; }
.trust-inner p { min-width: 150px; color: var(--h-muted); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.logo-row { display: flex; justify-content: space-between; align-items: center; gap: 20px; width: 100%; color: #647087; font-size: 14px; font-weight: 800; letter-spacing: .025em; }
.logo-row span { opacity: 1; }

.section { padding: 112px 0; scroll-margin-top: 104px; }
.section-tint { background: var(--h-bg); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 48px; }
.section-heading h2 { max-width: 690px; margin: 14px 0 0; font-size: clamp(30px, 4vw, 52px); }
.section-heading p { max-width: 410px; margin: 0; color: var(--h-muted); font-size: 15px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.service-card { position: relative; display: block; min-height: 260px; padding: 28px; border: 1px solid var(--h-line); border-radius: var(--h-radius); background: #fff; color: var(--h-ink); text-decoration: none; overflow: hidden; }
.service-card:after { content: ''; position: absolute; right: -45px; bottom: -45px; width: 110px; height: 110px; border-radius: 50%; background: rgba(79,109,255,.07); transition: .3s; }
.service-card:hover { border-color: rgba(79,109,255,.45); box-shadow: var(--h-shadow); transform: translateY(-5px); }
.service-card:hover:after { transform: scale(1.5); }
.service-icon { display: grid; place-items: center; width: 43px; height: 43px; margin-bottom: 26px; border-radius: 13px; background: #edf0ff; color: var(--h-primary); font-size: 13px; font-weight: 800; }
.service-icon svg { width: 23px; height: 23px; }
.service-card h3 { margin: 0 0 9px; font-size: 19px; }
.service-card p { margin: 0; color: var(--h-muted); font-size: 14px; line-height: 1.7; }
a.service-card p { padding-bottom: 44px; }
.service-card-link { position: absolute; left: 28px; bottom: 25px; z-index: 1; color: var(--h-primary); font-size: 13px; font-weight: 800; }
.service-card-arrow { position: absolute; right: 25px; bottom: 25px; color: var(--h-primary); font-weight: 800; }
.service-card:hover .service-card-link { text-decoration: underline; text-underline-offset: 3px; }
.service-card:hover .service-card-arrow { transform: translate(3px,-3px); }

.split-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 85px; align-items: center; }
.statement { max-width: 620px; margin: 18px 0; font-size: clamp(31px, 4vw, 54px); }
.statement strong { color: var(--h-primary); }
.check-list { display: grid; gap: 18px; margin: 0; padding: 0; list-style: none; }
.check-list li { display: flex; gap: 14px; color: var(--h-muted); font-size: 14px; }
.check-list li:before { content: '✓'; flex: 0 0 24px; display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: #e5f8ed; color: #16934d; font-size: 12px; font-weight: 800; }
.about-rich { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: start; }
.about-rich h2 { max-width: 620px; margin: 16px 0 22px; font-size: clamp(30px, 3.6vw, 49px); }
.about-rich p { color: var(--h-muted); }
.about-pillars { display: grid; gap: 12px; }
.about-pillar { padding: 19px; border-left: 2px solid var(--h-primary); background: #fff; box-shadow: 0 10px 30px rgba(29,42,77,.06); }
.about-pillar strong { display: block; margin-bottom: 5px; }
.about-pillar span { color: var(--h-muted); font-size: 14px; }
.approach-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 0; padding: 0; list-style: none; counter-reset: none; }
.approach-card { position: relative; min-height: 250px; padding: 30px; overflow: hidden; border: 1px solid var(--h-line); border-radius: var(--h-radius); background: #fff; }
.approach-card:after { content: ''; position: absolute; right: -55px; bottom: -55px; width: 140px; height: 140px; border-radius: 50%; background: rgba(49,87,213,.065); }
.approach-card:nth-child(2) { border-color: transparent; background: var(--h-primary); color: #fff; }
.approach-card:nth-child(2):after { background: rgba(255,255,255,.09); }
.approach-number { display: inline-grid; place-items: center; width: 44px; height: 44px; margin-bottom: 40px; border-radius: 13px; background: #edf0ff; color: var(--h-primary); font-size: 12px; font-weight: 900; letter-spacing: .08em; }
.approach-card:nth-child(2) .approach-number { background: rgba(255,255,255,.16); color: #fff; }
.approach-card h3 { margin: 0 0 10px; font-size: 22px; }
.approach-card p { position: relative; z-index: 1; margin: 0; color: var(--h-muted); font-size: 14px; }
.approach-card:nth-child(2) p { color: #eef2ff; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.testimonial { padding: 27px; border: 1px solid var(--h-line); border-radius: var(--h-radius); background: #fff; }
.testimonial p { margin: 0; color: var(--h-ink); font-size: 14px; line-height: 1.85; }
.testimonial cite { display: block; margin-top: 25px; color: var(--h-muted); font-size: 11px; font-style: normal; }

.cta-band { padding: 65px 0; background: linear-gradient(135deg, var(--h-primary), #6d7eff); color: #fff; }
.cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 35px; }
.cta-band h2 { max-width: 880px; margin: 0; font-size: clamp(28px, 4vw, 52px); white-space: nowrap; }
.cta-band .button { background: #fff; color: var(--h-ink); flex: 0 0 auto; }

.page-hero { padding: 92px 0 78px; background: radial-gradient(circle at 90% 0,rgba(79,109,255,.13),transparent 30%),var(--h-bg); }
.page-hero h1 { max-width: 760px; margin: 18px 0 0; font-size: clamp(42px,6vw,70px); }
.page-content, .article-content { padding-top: 76px; padding-bottom: 100px; }
.page-content > h2, .page-content .content-section h2 { margin-top: 65px; font-size: clamp(28px,3vw,42px); }
.page-content > p, .article-content > p, .content-section > p { max-width: 760px; color: var(--h-muted); font-size: 15px; }
.page-content ul { max-width: 760px; padding-left: 22px; color: var(--h-muted); }
.content-section { margin: 0 auto 72px; max-width: 850px; }
.legal-section h3 { margin: 38px 0 10px; font-size: 20px; }
.legal-section a { color: var(--h-primary); }
.legal-section code { padding: 2px 6px; border-radius: 5px; background: #edf0ff; color: var(--h-ink); font-size: .9em; }
.legal-updated { margin: 12px 0 28px; color: var(--h-muted); font-size: 11px; }
.legal-intro { padding: 20px 22px; border-left: 3px solid var(--h-primary); border-radius: 12px; background: #edf0ff; color: var(--h-ink) !important; font-size: 14px !important; }
.service-detail-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: start; }
.service-detail-heading { display: flex; align-items: flex-start; gap: 20px; }
.service-detail-heading .service-icon { flex: 0 0 64px; width: 64px; height: 64px; margin: 0; border-radius: 18px; background: linear-gradient(135deg, #edf0ff, #e2fbf8); }
.service-detail-heading .service-icon svg { width: 32px; height: 32px; }
.service-detail-heading h2 { margin-top: 14px; }
.service-audience { max-width: 700px; margin: 27px 0 0; color: var(--h-muted); font-size: 16px !important; line-height: 1.8; }
.service-outcomes { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.service-outcomes > div { display: flex; align-items: flex-start; gap: 10px; padding: 15px; border: 1px solid var(--h-line); border-radius: 13px; background: #fff; color: var(--h-muted); font-size: 14px; }
.service-outcome-icon { flex: 0 0 20px; display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; background: #e5f8ed; color: #16934d; font-size: 11px; font-weight: 800; }
.service-steps { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; counter-reset: service-step; }
.service-steps li { display: flex; align-items: flex-start; gap: 13px; counter-increment: service-step; color: var(--h-muted); font-size: 14px; }
.service-steps li:before { content: counter(service-step); flex: 0 0 26px; display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: var(--h-ink); color: #fff; font-size: 10px; font-weight: 800; }
.service-sidebar { position: sticky; top: 115px; padding: 28px; border-radius: var(--h-radius); background: var(--h-ink); color: #fff; }
.service-sidebar h3 { margin-top: 0; font-size: 18px; }
.service-sidebar a { color: #fff; }
.service-sidebar .eyebrow { color: var(--h-cyan); margin-bottom: 15px; }

.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 65px; align-items: start; }
.contact-grid > div:first-child h2 { margin: 17px 0; font-size: clamp(32px, 4vw, 54px); }
.contact-grid > div:first-child > p { color: var(--h-muted); font-size: 15px; }
.contact-details { display: grid; gap: 18px; margin-top: 32px; }
.contact-detail { padding: 20px 0; border-top: 1px solid var(--h-line); }
.contact-detail strong { display: block; color: var(--h-muted); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.contact-detail a, .contact-detail span { color: var(--h-ink); font-size: 16px; font-weight: 700; text-decoration: none; }
.contact-options { display: grid; gap: 16px; }
.contact-option { display: block; padding: 25px; border: 1px solid var(--h-line); border-radius: var(--h-radius); color: var(--h-ink); text-decoration: none; }
.contact-option:hover { border-color: rgba(79,109,255,.45); box-shadow: var(--h-shadow); transform: translateY(-3px); }
.contact-option strong { display: block; margin-top: 12px; font-family: var(--h-title-font); font-size: 19px; }
.contact-option > span:last-child { float: right; color: var(--h-primary); font-size: 22px; }
.contact-option-form { cursor: default; }
.contact-option-form:hover { transform: none; }
.contact-option-form .hindav-form-wrap { margin-top: 18px; }
.contact-tabs { display: flex; gap: 8px; padding: 6px; margin-bottom: 16px; border-radius: 15px; background: var(--h-bg); }
.contact-tab { flex: 1; border: 0; border-radius: 11px; padding: 13px; background: transparent; color: var(--h-muted); font: inherit; font-size: 12px; font-weight: 800; cursor: pointer; }
.contact-tab.is-active { background: #fff; color: var(--h-primary); box-shadow: 0 5px 14px rgba(29,42,77,.08); }
.contact-panel[hidden] { display: none; }
.hindav-form { padding: 30px; border: 1px solid var(--h-line); border-radius: var(--h-radius); box-shadow: var(--h-shadow); }
.hindav-form label { display: block; margin: 0 0 7px; font-size: 12px; font-weight: 700; }
.hindav-form input, .hindav-form textarea { width: 100%; padding: 13px 14px; margin-bottom: 19px; border: 1px solid var(--h-line); border-radius: 10px; color: var(--h-ink); font: inherit; font-size: 14px; }
.hindav-form input:focus, .hindav-form textarea:focus { outline: 2px solid rgba(79,109,255,.2); border-color: var(--h-primary); }
.hindav-form textarea { min-height: 145px; resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.form-success, .form-error { padding: 13px 15px; margin-bottom: 20px; border-radius: 10px; }
.form-success { background: #e5f8ed; color: #147a43; }
.form-error { background: #fff0f0; color: #a22626; }
.form-privacy-note { margin: -5px 0 18px; color: var(--h-muted); font-size: 11px; }
.form-privacy-note a { color: var(--h-primary); }
.calendar-consent { margin: 24px 0; padding: 22px; border: 1px solid var(--h-line); border-radius: 15px; background: #fff; }
.booking-panel { padding: 30px; border: 1px solid var(--h-line); border-radius: var(--h-radius); background: linear-gradient(135deg,#f8fbff,#fff); box-shadow: var(--h-shadow); }
.booking-panel h2 { max-width: 680px; margin: 15px 0 12px; font-size: clamp(28px,3.6vw,46px); }
.booking-panel p { max-width: 620px; color: var(--h-muted); font-size: 15px; }
.booking-setup-note { padding: 16px 18px; border-radius: 10px; background: #fff7e6; color: #744d00; font-size: 12px; }
.calendar-shell { display: grid; grid-template-columns: 1fr 1.15fr; gap: 18px; margin: 24px 0; }
.calendar-month, .calendar-times { padding: 19px; border: 1px solid var(--h-line); border-radius: 15px; background: #fff; }
.calendar-month strong { display: block; margin-bottom: 15px; font-family: var(--h-title-font); font-size: 14px; }
.calendar-days { display: grid; grid-template-columns: repeat(7,1fr); gap: 6px; }
.calendar-day { display: grid; min-height: 49px; place-items: center; border: 1px solid transparent; border-radius: 10px; color: var(--h-muted); font-size: 10px; cursor: pointer; }
.calendar-day small { display: block; font-size: 8px; }
.calendar-day:hover, .calendar-day.is-selected { border-color: var(--h-primary); background: #edf0ff; color: var(--h-primary); }
.calendar-times h3 { margin: 0 0 14px; font-size: 14px; }
.time-slots { display: grid; grid-template-columns: repeat(2,1fr); gap: 9px; }
.time-slot { border: 1px solid var(--h-line); border-radius: 9px; padding: 10px; background: #fff; color: var(--h-ink); font: inherit; font-size: 10px; font-weight: 700; cursor: pointer; }
.time-slot:hover, .time-slot.is-selected { border-color: var(--h-primary); background: var(--h-primary); color: #fff; }

.site-footer { padding: 48px 0 20px; background: var(--h-ink); color: #aab4c6; }
.footer-top { display: grid; grid-template-columns: 1.6fr 1fr 1.25fr; gap: 55px; padding-bottom: 38px; }
.brand-light { color: #fff; }
.footer-brand p { max-width: 400px; margin: 20px 0; color: #aab4c6; font-size: 14px; }
.footer-email, .footer-column a { color: #fff; text-decoration: none; }
.footer-column h2 { margin: 5px 0 18px; color: #fff; font-family: var(--h-font); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.footer-column ul { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.footer-column p { margin: 0 0 13px; font-size: 13px; line-height: 1.8; }
.social-links { display: flex; gap: 10px; }
.social-link { display: inline-flex; align-items: center; justify-content: center; }
.social-icon { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 9px; background: #fff; color: var(--h-ink); font-family: Arial, sans-serif; font-size: 16px; font-weight: 800; line-height: 1; }
.footer-small { margin-top: 24px !important; color: #8491a6; font-size: 10px !important; }
.footer-activity { max-width: 350px; margin-top: 14px !important; color: #8491a6; font-size: 10px !important; line-height: 1.6 !important; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); font-size: 10px; }
.footer-bottom div { display: flex; gap: 18px; }
.footer-bottom a { color: #aab4c6; text-decoration: none; }

.archive-content { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; padding-block: 80px; }
.archive-card { padding: 25px; border: 1px solid var(--h-line); border-radius: var(--h-radius); }
.archive-card h2 { font-size: 24px; }
.archive-card h2 a { color: var(--h-ink); text-decoration: none; }
.not-found { padding: 150px 0; }
.not-found h1 { max-width: 650px; font-size: clamp(40px,6vw,70px); }
.not-found p { max-width: 500px; color: var(--h-muted); font-size: 18px; }
.reveal-on-scroll { opacity: 1; transform: none; }
.js-ready .reveal-on-scroll { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.js-ready .reveal-on-scroll.is-visible { opacity: 1; transform: none; }
.primary-nav li { position: relative; }
.primary-nav .sub-menu { display: none; position: absolute; top: calc(100% + 18px); left: -18px; min-width: 245px; padding: 11px; border: 1px solid var(--h-line); border-radius: 14px; background: #fff; box-shadow: var(--h-shadow); }
.primary-nav li:hover > .sub-menu, .primary-nav li:focus-within > .sub-menu { display: grid; gap: 0; }
.primary-nav .sub-menu a { display: block; padding: 10px 11px; border-radius: 8px; }
.primary-nav .sub-menu a:hover { background: var(--h-bg); }
.form-honeypot { position: absolute !important; left: -9999px !important; }
.map-placeholder { display: none !important; }
.cookie-banner { position: fixed; z-index: 40; right: 18px; bottom: 18px; max-width: 480px; padding: 18px; display: flex; align-items: center; gap: 18px; border: 1px solid var(--h-line); border-radius: 15px; background: #fff; box-shadow: var(--h-shadow); font-size: 12px; }
.cookie-banner[hidden] { display: none !important; }
.cookie-banner p { margin: 0; color: var(--h-muted); }
.cookie-banner a { color: var(--h-primary); }
.cookie-banner > div { display: flex; gap: 9px; white-space: nowrap; }
.cookie-button { border: 0; border-radius: 8px; padding: 10px 12px; background: var(--h-primary); color: #fff; font: inherit; font-size: 11px; font-weight: 700; cursor: pointer; }
.cookie-button-secondary { background: var(--h-bg); color: var(--h-ink); }
.calendar-live { min-height: 500px; margin: 24px 0; overflow: hidden; border: 1px solid var(--h-line); border-radius: 15px; background: #fff; }
.calendar-live iframe { display: block; width: 100%; min-height: 500px; border: 0; }

@keyframes system-orbit { to { transform: rotate(360deg); } }
@keyframes system-orbit-flat { to { transform: rotateX(64deg) rotateZ(378deg); } }
@keyframes system-orbit-wide { to { transform: rotateZ(342deg); } }
@keyframes system-beam { 0%,100% { opacity: .25; transform: translate(-50%,-50%) scaleY(.75); } 50% { opacity: .9; transform: translate(-50%,-50%) scaleY(1.08); } }
@keyframes system-scan { 0% { transform: translateY(-25px); opacity: 0; } 18% { opacity: .85; } 75%,100% { transform: translateY(155px); opacity: 0; } }
@keyframes system-telemetry { from { scale: 1 .72; opacity: .64; } to { scale: 1 1; opacity: 1; } }

@media (max-width: 900px) {
	.primary-nav ul { gap: 15px; }
	.header-cta { padding-inline: 14px; }
	.hero-grid, .split-section, .about-rich, .contact-grid, .service-detail-grid { grid-template-columns: 1fr; gap: 45px; }
	.hero-section { padding: 90px 0 96px; }
	.system-visual { min-height: 470px; max-width: 620px; width: 100%; margin-inline: auto; }
	.service-sidebar { position: static; }
	.service-outcomes { grid-template-columns: 1fr; }
	.footer-top { grid-template-columns: repeat(2,1fr); }
	.service-grid { grid-template-columns: repeat(2,1fr); }
	.testimonial-grid { grid-template-columns: 1fr 1fr; }
	.approach-grid { grid-template-columns: repeat(2,1fr); }
	.section-heading { align-items: start; flex-direction: column; }
	.section-heading p { max-width: 600px; }
}

@media (max-width: 680px) {
	.container { width: min(100% - 32px,1180px); }
	.site-header { height: 82px; }
	.header-inner { height: 62px; margin-top: 10px; padding: 0 11px 0 14px; gap: 10px; border-radius: 18px; }
	.menu-toggle { display: block; margin-left: auto; }
	.primary-nav { position: absolute; display: none; left: 0; right: 0; top: 70px; padding: 13px; border: 1px solid rgba(255,255,255,.68); border-radius: 16px; background: linear-gradient(135deg,rgba(255,255,255,.7),rgba(238,246,255,.48)); box-shadow: var(--h-shadow); backdrop-filter: blur(26px) saturate(1.45); -webkit-backdrop-filter: blur(26px) saturate(1.45); }
	.primary-nav.is-open { display: block; }
	.primary-nav ul { display: grid; gap: 0; }
	.primary-nav li a { display: block; padding: 13px 10px; }
	.mobile-nav-cta { display: flex; margin-top: 8px; color: #fff !important; }
	.primary-nav .sub-menu { display: grid; position: static; min-width: 0; padding: 0 0 4px 15px; border: 0; border-radius: 0; box-shadow: none; }
	.header-cta { display: none; }
	.language-switcher { margin-left: auto; font-size: 11px; }
	.hero-section { padding: 68px 0 74px; }
	.hero-section h1 { font-size: 40px; }
	.hero-section .lead { font-size: 15px; }
	.hero-assurance { display: grid; gap: 9px; font-size: 13px; }
	.system-visual { min-height: 400px; }
	.system-stage { top: 0; }
	.system-horizon-one { width: 360px; height: 360px; }
	.system-horizon-two { width: 270px; height: 270px; }
	.system-orbit-one { width: 250px; height: 250px; margin: -125px; }
	.system-orbit-two { width: 196px; height: 196px; margin: -98px; }
	.system-orbit-three { width: 305px; height: 142px; margin: -71px -152px; }
	.system-core { width: 126px; height: 126px; margin: -63px 0 0 -63px; }
	.system-layers { left: 8px; top: 73%; width: 126px; }
	.system-telemetry { right: 8px; top: 73%; }
	.trust-inner { display: block; }
	.trust-inner p { margin-top: 0; }
	.logo-row { flex-wrap: wrap; justify-content: flex-start; }
	.section { padding: 75px 0; }
	.service-grid, .testimonial-grid, .archive-content, .approach-grid { grid-template-columns: 1fr; }
	.cta-inner { align-items: start; flex-direction: column; }
	.cta-band h2 { white-space: normal; }
	.form-row, .footer-top, .calendar-shell { grid-template-columns: 1fr; }
	.footer-bottom { display: grid; }
	.footer-bottom div { flex-wrap: wrap; }
	.page-hero { padding: 65px 0; }
	.page-content, .article-content { padding-block: 50px 75px; }
	.hindav-form, .booking-panel { padding: 24px; }
	.contact-option { padding: 20px; }
	.cookie-banner { left: 16px; right: 16px; bottom: 16px; display: grid; }
	.cookie-banner > div { white-space: normal; }
}

@media (max-width: 782px) {
	body.admin-bar .site-header { top: 46px; }
}

@media (prefers-reduced-motion: reduce) {
	*, *:before, *:after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
	.js-ready .reveal-on-scroll { opacity: 1; transform: none; }
	.system-visual { transform: none !important; }
}
