:root {
	--ad-midnight: #050b18;
	--ad-navy: #071a2f;
	--ad-panel: #0b1930;
	--ad-panel-soft: rgba(11, 25, 48, 0.82);
	--ad-cyan: #20d3f7;
	--ad-violet: #7c3aed;
	--ad-gold: #f5b942;
	--ad-ice: #f8fafc;
	--ad-muted: #a8b3c7;
	--ad-charcoal: #1f2937;
	--ad-gradient: linear-gradient(135deg, #20d3f7 0%, #7c3aed 58%, #f5b942 130%);
	--ad-border: rgba(168, 179, 199, 0.16);
	--ad-glow: 0 0 18px rgba(32, 211, 247, 0.16);
	--ad-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
	--ad-soft-shadow: 0 10px 28px rgba(0, 0, 0, 0.14);
	--ad-radius: 24px;
	--ad-width: 1220px;
	--ad-header-height: 72px;
}
html { scroll-behavior: smooth; }
html:has(body.ad-standalone-page.ad-onepage-standalone) { margin-top: 0 !important; padding-top: 0 !important; }
body.ad-standalone-page, body.ad-onepage-target { margin: 0; background: var(--ad-midnight); overflow-x: hidden; }
body.ad-standalone-page.ad-onepage-standalone { margin: 0 !important; padding-top: 0 !important; background: var(--ad-midnight, #050b18); overflow-x: hidden; }
body.ad-standalone-page.ad-onepage-standalone .ad-page,
body.ad-standalone-page.ad-onepage-standalone .ad-site,
body.ad-standalone-page.ad-onepage-standalone .ad-shell,
body.ad-standalone-page.ad-onepage-standalone .ad-main { margin-top: 0 !important; padding-top: 0 !important; }
body.ad-standalone-page.ad-onepage-standalone .ad-header { margin-top: 0 !important; top: 0; }
body.admin-bar.ad-standalone-page.ad-onepage-standalone .ad-header { top: 32px; }
@media screen and (max-width: 782px) { body.admin-bar.ad-standalone-page.ad-onepage-standalone .ad-header { top: 46px; } }

/* Scrollbar polish: branded thumb with a dark, subtle rail. Firefox uses the closest supported solid thumb colour. */
html:has(body.ad-standalone-page.ad-onepage-standalone),
body.ad-standalone-page.ad-onepage-standalone {
	scrollbar-color: #7C3AED rgba(3, 10, 24, 0.65);
	scrollbar-width: thin;
}

html:has(body.ad-standalone-page.ad-onepage-standalone)::-webkit-scrollbar,
body.ad-standalone-page.ad-onepage-standalone::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

html:has(body.ad-standalone-page.ad-onepage-standalone)::-webkit-scrollbar-track,
body.ad-standalone-page.ad-onepage-standalone::-webkit-scrollbar-track {
	background: rgba(3, 10, 24, 0.72);
}

html:has(body.ad-standalone-page.ad-onepage-standalone)::-webkit-scrollbar-thumb,
body.ad-standalone-page.ad-onepage-standalone::-webkit-scrollbar-thumb {
	background: linear-gradient(180deg, #20D3F7 0%, #7C3AED 55%, #B76BB5 100%);
	border-radius: 999px;
	border: 2px solid rgba(3, 10, 24, 0.72);
}

html:has(body.ad-standalone-page.ad-onepage-standalone)::-webkit-scrollbar-thumb:hover,
body.ad-standalone-page.ad-onepage-standalone::-webkit-scrollbar-thumb:hover {
	background: linear-gradient(180deg, #38E6FF 0%, #8B5CF6 55%, #D17AC7 100%);
}

/* Internal plugin scrollers: same branded thumb, dark rail, no layout changes outside Amigos. */
.ad-page .ad-mobile-journey-nav__inner,
.ad-page .ad-nav.is-open {
	scrollbar-color: #7C3AED rgba(3, 10, 24, 0.65);
	scrollbar-width: thin;
}

.ad-page .ad-mobile-journey-nav__inner::-webkit-scrollbar,
.ad-page .ad-nav.is-open::-webkit-scrollbar {
	height: 6px;
	width: 6px;
}

.ad-page .ad-mobile-journey-nav__inner::-webkit-scrollbar-track,
.ad-page .ad-nav.is-open::-webkit-scrollbar-track {
	background: rgba(3, 10, 24, 0.45);
}

.ad-page .ad-mobile-journey-nav__inner::-webkit-scrollbar-thumb,
.ad-page .ad-nav.is-open::-webkit-scrollbar-thumb {
	background: linear-gradient(90deg, #20D3F7 0%, #7C3AED 70%, #B76BB5 100%);
	border-radius: 999px;
}

.ad-page { position: relative; isolation: isolate; background: radial-gradient(circle at 10% 0%, rgba(32, 211, 247, 0.08), transparent 30%), radial-gradient(circle at 88% 8%, rgba(124, 58, 237, 0.1), transparent 26%), linear-gradient(180deg, #050b18 0%, #071a2f 38%, #091421 100%); color: var(--ad-ice); font-family: "Avenir Next", "Segoe UI", sans-serif; line-height: 1.68; overflow: clip; }
.ad-page *, .ad-page *::before, .ad-page *::after { box-sizing: border-box; }
.ad-page a { color: inherit; text-decoration: none; }
.ad-page img, .ad-page svg { max-width: 100%; height: auto; }
.ad-container { width: min(var(--ad-width), calc(100% - 2rem)); margin: 0 auto; }
.ad-section-numbered { position: relative; scroll-margin-top: calc(var(--ad-header-height) + 22px); }
.ad-section-index { position: absolute; top: 1.4rem; left: max(1rem, calc((100vw - var(--ad-width)) / 2)); font-size: 0.78rem; font-weight: 800; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(168, 179, 199, 0.42); pointer-events: none; }
.ad-page #hero .ad-section-index, .ad-page .ad-hero .ad-section-index, .ad-page .ad-hero__index { top: clamp(1.25rem, 2vw, 1.75rem); display: block; margin-top: 0; margin-bottom: clamp(0.75rem, 1.4vw, 1.05rem); font-size: clamp(1.375rem, 1.9vw, 1.7rem); line-height: 1; letter-spacing: 0.03em; color: rgba(201, 212, 232, 0.72); font-weight: 800; }
.ad-section-numbered:not(.ad-hero) { padding-top: clamp(4.8rem, 6vw, 5.8rem); }
.ad-section-numbered:not(.ad-hero) .ad-section-index { top: 1.55rem; font-size: clamp(1.375rem, 1.9vw, 1.7rem); line-height: 1; letter-spacing: 0.14em; color: rgba(201, 212, 232, 0.72); }
.ad-header { position: sticky; top: 0; z-index: 90; min-height: var(--ad-header-height); background: rgba(5, 11, 24, 0.78); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(168, 179, 199, 0.08); transition: background 0.24s ease, border-color 0.24s ease; }
.ad-header.is-scrolled { background: rgba(5, 11, 24, 0.94); border-bottom-color: rgba(168, 179, 199, 0.14); }
.ad-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: var(--ad-header-height); padding: 0.44rem 0; }
.ad-brand { display: inline-flex; align-items: center; min-width: 0; color: var(--ad-ice); }
.ad-brand__logo, .ad-footer__logo { display: inline-flex; width: min(100%, 252px); min-width: 0; }
.ad-brand__logo svg, .ad-footer__logo svg { display: block; width: 100%; height: auto; overflow: visible; }
.ad-brand-lockup { display: grid; grid-template-columns: 46px minmax(0, 1fr); gap: 0.72rem; align-items: center; min-width: 0; }
.ad-brand-lockup__mark { width: 46px; height: 46px; display: inline-flex; }
.ad-brand-lockup__text { display: grid; min-width: 0; }
.ad-brand-lockup__wordmark { color: #FFFFFF; font-size: 1.02rem; font-weight: 800; letter-spacing: 0.01em; line-height: 1.04; white-space: nowrap; }
.ad-brand-lockup__descriptor { margin-top: 0.18rem; color: #C9D4E8; font-size: 0.57rem; font-weight: 700; letter-spacing: 0.24em; text-transform: uppercase; white-space: nowrap; }
.ad-nav { display: flex; align-items: center; justify-content: flex-end; gap: 0.42rem; flex-wrap: wrap; }
.ad-nav__link { display: inline-flex; align-items: center; justify-content: center; min-height: 40px; padding: 0.66rem 0.86rem; border-radius: 999px; border: 1px solid transparent; font-size: 0.84rem; font-weight: 700; color: var(--ad-muted); transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease; }
.ad-nav__link:hover, .ad-nav__link:focus-visible { background: rgba(248, 250, 252, 0.05); border-color: rgba(168, 179, 199, 0.18); color: var(--ad-ice); }
.ad-nav__link.is-active { background: linear-gradient(135deg, rgba(32, 211, 247, 0.24), rgba(124, 58, 237, 0.3)); border-color: rgba(32, 211, 247, 0.52); color: #ffffff; box-shadow: 0 0 26px rgba(32, 211, 247, 0.2); }
.ad-button { display: inline-flex; align-items: center; justify-content: center; padding: 0.92rem 1.42rem; border-radius: 999px; background: var(--ad-gradient); color: #ffffff; font-size: 0.92rem; font-weight: 800; letter-spacing: 0.02em; border: 1px solid transparent; box-shadow: 0 14px 30px rgba(32, 211, 247, 0.14), 0 14px 26px rgba(124, 58, 237, 0.14); transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease; }
.ad-button:hover, .ad-button:focus-visible { transform: translateY(-2px); box-shadow: 0 18px 34px rgba(32, 211, 247, 0.18), 0 18px 36px rgba(124, 58, 237, 0.18); }
.ad-button--ghost, .ad-button--case, .ad-button--darkghost { background: rgba(11, 25, 48, 0.34); color: #ffffff; border-color: rgba(32, 211, 247, 0.3); box-shadow: 0 0 0 1px rgba(32, 211, 247, 0.06), 0 10px 24px rgba(0, 0, 0, 0.14); }
.ad-button--ghost:hover, .ad-button--ghost:focus-visible, .ad-button--case:hover, .ad-button--case:focus-visible, .ad-button--darkghost:hover, .ad-button--darkghost:focus-visible { background: rgba(11, 25, 48, 0.52); border-color: rgba(32, 211, 247, 0.46); }
.ad-button--small { padding: 0.76rem 1.08rem; }
.ad-menu-toggle { display: none; border: 1px solid rgba(168, 179, 199, 0.18); background: rgba(11, 25, 48, 0.5); padding: 0.72rem; border-radius: 16px; }
.ad-menu-toggle__line { display: block; width: 20px; height: 2px; background: var(--ad-ice); }
.ad-menu-toggle__line + .ad-menu-toggle__line { margin-top: 4px; }
.ad-main { position: relative; }
.ad-section { padding: 3.9rem 0; }
.ad-hero { padding: clamp(0.75rem, 1.8vw, 1.3rem) 0 clamp(2.45rem, 3.3vw, 3.2rem); background: radial-gradient(circle at 18% 18%, rgba(32, 211, 247, 0.07), transparent 26%), radial-gradient(circle at 82% 10%, rgba(124, 58, 237, 0.09), transparent 22%); }
.ad-hero__grid, .ad-why__grid, .ad-leadership__grid, .ad-contact__grid, .ad-footer__grid, .ad-solutions__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 3rem; align-items: center; }
.ad-hero__grid { align-items: start; }
.ad-kicker { margin: 0 0 0.95rem; font-size: 0.78rem; font-weight: 800; letter-spacing: 0.26em; text-transform: uppercase; color: var(--ad-gold); }
.ad-tagline { margin: 0 0 1rem; font-size: 0.92rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ad-muted); }
.ad-hero h1, .ad-section-heading h2, .ad-why h2, .ad-leadership h2, .ad-contact h2, .ad-solutions__intro h2 { margin: 0; font-weight: 800; line-height: 1.02; letter-spacing: -0.03em; }
.ad-hero h1 { font-size: clamp(3rem, 5.2vw, 5.3rem); max-width: 11ch; color: #FFFFFF; text-shadow: 0 10px 34px rgba(2, 9, 22, 0.24); }
.ad-section-heading h2, .ad-why h2, .ad-leadership h2, .ad-contact h2, .ad-solutions__intro h2 { font-size: clamp(2rem, 3.8vw, 3.3rem); max-width: 14ch; color: #F8FAFC; }
.ad-project-card__content h3, .ad-package-card h3, .ad-director-card h3, .ad-process-step h3 { color: #F4F8FF; }
.ad-hero__lead, .ad-section-heading p, .ad-why__copy p, .ad-leadership__copy > p, .ad-contact__copy p, .ad-project-card__content p, .ad-package-card p, .ad-footer p, .ad-solutions__intro p { font-size: clamp(1rem, 1vw, 1.05rem); color: var(--ad-muted); max-width: 62ch; }
.ad-page .ad-services__intro h2 { color: #F8FAFC; }
.ad-page .ad-section__lede, .ad-page .ad-services__intro p { color: #D8E6FF; }
.ad-hero__copy { max-width: 670px; padding-top: clamp(3.05rem, 4vw, 3.75rem); }
.ad-hero__actions { display: flex; flex-wrap: wrap; gap: 0.82rem; margin-top: 1.75rem; }
.ad-hero__signal-row { display: flex; flex-wrap: wrap; gap: 0.62rem; margin-top: 1.55rem; }
.ad-hero__signal-row span, .ad-chip-row span, .ad-service-row__tags span, .ad-capability-chip { display: inline-flex; align-items: center; justify-content: center; padding: 0.42rem 0.74rem; border-radius: 999px; background: rgba(248, 250, 252, 0.04); border: 1px solid rgba(168, 179, 199, 0.12); color: var(--ad-ice); font-size: 0.78rem; font-weight: 700; }
.ad-section-jumps { display: flex; flex-wrap: wrap; gap: 0.55rem; margin-top: 1.1rem; }
.ad-section-jump { display: inline-flex; align-items: center; gap: 0.4rem; padding: 0.48rem 0.76rem; border-radius: 999px; border: 1px solid rgba(32, 211, 247, 0.22); background: rgba(255, 255, 255, 0.04); color: #D8E6FF; text-decoration: none; font-weight: 700; font-size: 0.84rem; line-height: 1.2; transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease; }
.ad-section-jump:hover, .ad-section-jump:focus-visible { color: #FFFFFF; border-color: rgba(32, 211, 247, 0.55); background: linear-gradient(135deg, rgba(32,211,247,0.16), rgba(124,58,237,0.18)); box-shadow: 0 0 0 1px rgba(32, 211, 247, 0.08), 0 12px 24px rgba(5, 11, 24, 0.16); }
.ad-section-jump:focus-visible { outline: 2px solid rgba(32, 211, 247, 0.4); outline-offset: 2px; }
.ad-hero__visual { display: flex; justify-content: flex-end; align-items: flex-start; }
.ad-cockpit { position: relative; width: min(100%, 430px); max-height: 430px; min-height: 370px; padding-top: 2.8rem; }
.ad-cockpit__glow { position: absolute; border-radius: 999px; filter: blur(34px); opacity: 0.62; }
.ad-cockpit__glow--cyan { inset: 4% auto auto 2%; width: 140px; height: 140px; background: rgba(32, 211, 247, 0.18); }
.ad-cockpit__glow--violet { inset: auto 2% 3% auto; width: 150px; height: 150px; background: rgba(124, 58, 237, 0.14); }
.ad-cockpit__chips { position: relative; z-index: 3; display: flex; flex-wrap: wrap; gap: 0.5rem; justify-content: flex-start; margin: 0 0 0.9rem; }
.ad-float-chip { position: static; z-index: auto; padding: 0.48rem 0.72rem; border-radius: 999px; background: rgba(8, 21, 34, 0.82); border: 1px solid rgba(168, 179, 199, 0.12); backdrop-filter: blur(14px); font-size: 0.72rem; font-weight: 700; color: var(--ad-ice); box-shadow: var(--ad-soft-shadow); }
.ad-cockpit__frame { position: relative; inset: auto; width: min(100%, 430px); padding: 0.88rem; border-radius: 28px; background: linear-gradient(180deg, rgba(11, 25, 48, 0.92), rgba(8, 21, 34, 0.94)); border: 1px solid rgba(168, 179, 199, 0.1); box-shadow: var(--ad-shadow); }
.ad-cockpit__topbar { display: flex; gap: 0.34rem; padding-bottom: 0.8rem; }
.ad-cockpit__topbar span { width: 0.56rem; height: 0.56rem; border-radius: 50%; background: rgba(248, 250, 252, 0.2); }
.ad-cockpit__grid { display: grid; grid-template-columns: 1fr 0.92fr; gap: 0.8rem; }
.ad-cockpit__health, .ad-cockpit__mini, .ad-cockpit__flow { border-radius: 18px; background: rgba(248, 250, 252, 0.035); border: 1px solid rgba(168, 179, 199, 0.1); }
.ad-cockpit__health { padding: 0.88rem; min-height: 152px; }
.ad-cockpit__bars { display: grid; grid-template-columns: repeat(4, 1fr); align-items: end; gap: 0.58rem; height: 104px; }
.ad-cockpit__bars span { border-radius: 999px 999px 10px 10px; background: linear-gradient(180deg, rgba(32, 211, 247, 0.9), rgba(124, 58, 237, 0.92)); }
.ad-cockpit__bars span:nth-child(1) { height: 44%; }
.ad-cockpit__bars span:nth-child(2) { height: 76%; }
.ad-cockpit__bars span:nth-child(3) { height: 61%; }
.ad-cockpit__bars span:nth-child(4) { height: 82%; }
.ad-cockpit__health p { margin: 0.85rem 0 0; font-size: 0.9rem; font-weight: 700; color: var(--ad-ice); }
.ad-cockpit__mini { padding: 0.8rem; min-height: 76px; display: grid; align-content: start; gap: 0.28rem; }
.ad-mini-icon { width: 38px; height: 38px; color: var(--ad-cyan); }
.ad-cockpit__mini strong { font-size: 0.92rem; }
.ad-cockpit__mini span { font-size: 0.76rem; color: var(--ad-muted); }
.ad-cockpit__flow { grid-column: 1 / -1; min-height: 54px; position: relative; overflow: hidden; }
.ad-cockpit__flow::before { content: ""; position: absolute; inset: 50% 12% auto 12%; height: 2px; background: linear-gradient(90deg, rgba(32,211,247,0.12), rgba(32,211,247,0.76), rgba(124,58,237,0.72), rgba(245,185,66,0.34)); }
.ad-cockpit__flow span { position: absolute; top: 50%; width: 10px; height: 10px; margin-top: -5px; border-radius: 50%; background: var(--ad-ice); box-shadow: 0 0 12px rgba(32, 211, 247, 0.22); }
.ad-cockpit__flow span:nth-child(1) { left: 14%; }
.ad-cockpit__flow span:nth-child(2) { left: 36%; background: var(--ad-cyan); }
.ad-cockpit__flow span:nth-child(3) { left: 62%; background: var(--ad-violet); }
.ad-cockpit__flow span:nth-child(4) { left: 82%; background: var(--ad-gold); }
.ad-section-heading { margin-bottom: 1.55rem; }
.ad-section-heading--split { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr); gap: 1.35rem; align-items: end; }
.ad-proof-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0.9rem; }
.ad-proof-card { padding: 0.92rem 0.94rem; border-radius: 20px; background: rgba(248, 250, 252, 0.03); border: 1px solid rgba(168, 179, 199, 0.1); box-shadow: none; }
.ad-proof-card strong { display: block; font-size: 1rem; }
.ad-proof-card span { display: block; margin-top: 0.34rem; font-size: 0.86rem; color: var(--ad-muted); }
.ad-services__layout, .ad-section-with-panel { display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr); gap: 1.7rem; align-items: start; }
.ad-services__intro { padding-top: 0.12rem; }
.ad-section-panel__content { min-width: 0; }
.ad-services__support-panel, .ad-sticky-panel { margin-top: 1.3rem; padding: 1.15rem; border-radius: 1.4rem; border: 1px solid rgba(32, 211, 247, 0.18); background: rgba(255,255,255,0.04); box-shadow: 0 18px 60px rgba(0,0,0,0.18); }
.ad-services__support-panel h3, .ad-sticky-panel__title { margin: 0 0 0.72rem; font-size: 1rem; line-height: 1.2; color: #F8FAFC; }
.ad-services__support-list, .ad-sticky-panel__list { margin: 0; padding-left: 1.1rem; color: #D8E6FF; display: grid; gap: 0.44rem; }
.ad-services__support-list li, .ad-sticky-panel__list li { font-size: 0.92rem; line-height: 1.55; }
.ad-page .ad-services__support-actions, .ad-page .ad-sticky-panel__actions { display: flex; flex-wrap: wrap; gap: 0.65rem; margin-top: 1.15rem; align-items: center; }
.ad-page .ad-services__support-actions a, .ad-page .ad-services__support-actions .ad-section-jump, .ad-page .ad-sticky-panel__actions a, .ad-page .ad-sticky-panel__actions .ad-section-jump { position: relative; z-index: 1; white-space: nowrap; margin: 0; }
.ad-service-list { display: grid; gap: 0.6rem; }
.ad-service-row { display: grid; grid-template-columns: 54px 44px minmax(0, 1fr) minmax(124px, 160px); gap: clamp(1rem, 2vw, 1.35rem); align-items: center; padding: 0.78rem 0; border-bottom: 1px solid rgba(168, 179, 199, 0.12); }
.ad-service-row:first-child { border-top: 1px solid rgba(168, 179, 199, 0.12); }
.ad-service-row__number { font-size: 1.2rem; font-weight: 800; color: rgba(248, 250, 252, 0.76); }
.ad-service-row__icon { width: 44px; height: 44px; min-width: 44px; color: var(--ad-cyan); display: inline-flex; align-items: center; justify-content: center; }
.ad-service-row__icon svg { width: 28px; height: 28px; max-width: 28px; max-height: 28px; }
.ad-service-row__content h3, .ad-project-card__content h3, .ad-package-card h3, .ad-director-card h3, .ad-process-step h3 { margin: 0; font-size: 1.2rem; line-height: 1.18; }
.ad-page .ad-service-row__content h3 { color: #F8FAFC; }
.ad-service-row__content p, .ad-why-card p, .ad-process-step p, .ad-package-card li, .ad-contact-list span, .ad-contact-list strong, .ad-role, .ad-director-card blockquote, .ad-footer__links li { font-size: 0.94rem; }
.ad-service-row__content p, .ad-why-card p, .ad-process-step p, .ad-role, .ad-contact-list span, .ad-footer__links li { margin: 0.28rem 0 0; color: var(--ad-muted); }
.ad-service-row__content p { max-width: 33.5rem; }
.ad-service-row__tags { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 0.36rem; }
.ad-why__copy { padding-right: 1rem; }
.ad-why__stack { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.82rem; }
.ad-why-card { padding: 0.92rem 0.94rem 0.98rem; border-radius: 20px; background: rgba(248, 250, 252, 0.03); border: 1px solid rgba(168, 179, 199, 0.1); box-shadow: none; }
.ad-why-card__icon { width: 38px; height: 38px; margin-bottom: 0.72rem; color: var(--ad-cyan); }
.ad-leadership__visual { display: flex; justify-content: center; }
.ad-leadership__visual svg { width: min(100%, 190px); max-width: 190px; }
.ad-leadership__copy { padding-left: 0.6rem; }
.ad-director-card { padding: 0.94rem 0.96rem 0.98rem; border-radius: 22px; background: linear-gradient(180deg, rgba(248, 250, 252, 0.04), rgba(248, 250, 252, 0.025)); border: 1px solid rgba(168, 179, 199, 0.1); margin-bottom: 0.9rem; }
.ad-badge, .ad-package-badge, .ad-project-card__eyebrow { display: inline-flex; align-items: center; gap: 0.4rem; padding: 0.4rem 0.7rem; border-radius: 999px; font-size: 0.74rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.ad-badge, .ad-project-card__eyebrow { background: rgba(32, 211, 247, 0.1); border: 1px solid rgba(32, 211, 247, 0.18); color: var(--ad-cyan); }
.ad-role { margin-bottom: 0.7rem; }
.ad-director-card blockquote { margin: 0; padding-left: 0.9rem; border-left: 2px solid rgba(245, 185, 66, 0.44); color: var(--ad-ice); font-weight: 700; }
.ad-process__shell { position: relative; }
.ad-process-timeline { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0.82rem; }
.ad-process-timeline::before { content: ""; position: absolute; left: 6%; right: 6%; top: 1.6rem; height: 1px; background: linear-gradient(90deg, rgba(32,211,247,0.22), rgba(32,211,247,0.72), rgba(124,58,237,0.6), rgba(245,185,66,0.34)); }
.ad-process-step { position: relative; padding: 2.55rem 0.9rem 0.88rem; border-radius: 18px; background: transparent; border: 1px solid rgba(168, 179, 199, 0.1); }
.ad-process-step span { position: absolute; top: 0.54rem; left: 0.92rem; width: 1.9rem; height: 1.9rem; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 0.78rem; font-weight: 800; background: rgba(8, 21, 34, 0.94); border: 1px solid rgba(32, 211, 247, 0.34); box-shadow: none; }
.ad-capability-grid { display: flex; flex-wrap: wrap; gap: 0.58rem; align-content: start; }
.ad-project-grid { display: grid; gap: 1rem; }
.ad-project-card { display: grid; grid-template-columns: minmax(0, 1fr) minmax(210px, 300px); gap: 1rem; align-items: center; padding: 0.9rem 0 1rem; border-bottom: 1px solid rgba(168, 179, 199, 0.12); }
.ad-project-card:first-child { border-top: 1px solid rgba(168, 179, 199, 0.12); }
.ad-project-card__visual { display: flex; justify-content: center; align-items: center; max-height: 252px; min-height: 198px; padding: 0.24rem; }
.ad-project-card__visual svg { max-width: 332px; max-height: 232px; }
.ad-chip-row { display: flex; flex-wrap: wrap; gap: 0.46rem; margin: 0.78rem 0 0.96rem; }
.ad-package-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0.82rem; }
.ad-package-card { padding: 0.98rem; border-radius: 22px; background: rgba(248, 250, 252, 0.03); border: 1px solid rgba(168, 179, 199, 0.1); box-shadow: none; }
.ad-package-card--featured { background: linear-gradient(180deg, rgba(14, 28, 53, 0.88), rgba(11, 25, 48, 0.82)); border-color: rgba(124, 58, 237, 0.22); box-shadow: 0 0 0 1px rgba(32, 211, 247, 0.1); }
.ad-package-badge { margin-bottom: 0.7rem; background: rgba(245, 185, 66, 0.12); border: 1px solid rgba(245, 185, 66, 0.22); color: var(--ad-gold); }
.ad-package-card ul, .ad-footer__links ul { margin: 0.76rem 0 1rem; padding-left: 1.1rem; }
.ad-contact__copy { padding-right: 0.6rem; }
.ad-contact-list { display: grid; gap: 0.74rem; margin-top: 1rem; }
.ad-contact-list p { margin: 0; display: grid; gap: 0.14rem; }
.ad-contact-panel { padding: 1rem; border-radius: 24px; background: rgba(11, 25, 48, 0.6); border: 1px solid rgba(168, 179, 199, 0.12); backdrop-filter: blur(14px); box-shadow: none; }
.ad-form { display: grid; gap: 0.64rem; }
.ad-form label { font-size: 0.8rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ad-muted); }
.ad-form input, .ad-form select, .ad-form textarea { width: 100%; padding: 0.88rem 0.96rem; border-radius: 15px; border: 1px solid rgba(168, 179, 199, 0.16); background: rgba(248, 250, 252, 0.04); color: var(--ad-ice); font: inherit; transition: border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease; }
.ad-page .ad-form select { height: 52px; min-height: 52px; line-height: 1.2; padding: 0.75rem 2.5rem 0.75rem 1rem; display: block; }
.ad-form input:focus, .ad-form select:focus, .ad-form textarea:focus { outline: none; border-color: rgba(32, 211, 247, 0.5); box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.1), 0 0 0 1px rgba(32, 211, 247, 0.14); background: rgba(248, 250, 252, 0.06); }
.ad-form textarea { min-height: 128px; resize: vertical; }
.ad-form-notice { padding: 0.84rem 0.94rem; border-radius: 14px; margin-bottom: 0.9rem; font-weight: 700; }
.ad-form-notice--success { background: rgba(32, 211, 247, 0.12); border: 1px solid rgba(32, 211, 247, 0.24); }
.ad-form-notice--error { background: rgba(245, 185, 66, 0.12); border: 1px solid rgba(245, 185, 66, 0.24); }
.ad-footer { padding: 3.2rem 0 1.15rem; border-top: 1px solid rgba(168, 179, 199, 0.08); background: rgba(4, 10, 20, 0.34); }
.ad-footer__brand { display: inline-flex; max-width: 252px; margin-bottom: 0.72rem; color: var(--ad-ice); }
.ad-footer__links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.3rem; }
.ad-footer__links h3 { margin: 0 0 0.64rem; font-size: 0.96rem; }
.ad-page .ad-footer__links h3, .ad-page .ad-footer h3 { color: #F8FAFC; letter-spacing: 0.04em; font-weight: 800; }
.ad-page .ad-footer a { color: #A8B3C7; text-decoration: none; }
.ad-page .ad-footer a:hover, .ad-page .ad-footer a:focus-visible { color: #F8FAFC; }
.ad-page .ad-footer a:focus-visible { outline: 2px solid rgba(32, 211, 247, 0.4); outline-offset: 3px; border-radius: 6px; }

.ad-contact-socials, .ad-footer__social-block { margin-top: 1rem; }
.ad-contact-socials h3, .ad-footer__social-block h3 { margin: 0 0 0.36rem; color: #F8FAFC; font-size: 0.96rem; font-weight: 800; letter-spacing: 0.04em; }
.ad-contact-socials p { margin: 0 0 0.7rem; color: #A8B3C7; font-size: 0.92rem; line-height: 1.55; }
.ad-socials { display: flex; flex-wrap: wrap; gap: 0.65rem; align-items: center; }
.ad-socials__link { width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; border: 1px solid rgba(32, 211, 247, 0.25); background: rgba(255, 255, 255, 0.045); color: #D8E6FF; text-decoration: none; transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease; }
.ad-socials__link:hover, .ad-socials__link:focus-visible { color: #FFFFFF; border-color: rgba(32, 211, 247, 0.65); background: linear-gradient(135deg, rgba(32, 211, 247, 0.16), rgba(124, 58, 237, 0.18)); transform: translateY(-2px); box-shadow: 0 0 18px rgba(32, 211, 247, 0.12); outline: none; }
.ad-socials__link:focus-visible { outline: 2px solid rgba(32, 211, 247, 0.44); outline-offset: 3px; }
.ad-socials__link svg { width: 19px; height: 19px; display: block; }
.ad-socials--mobile { display: none; }

.ad-footer__bottom { padding-top: 1.1rem; margin-top: 1.1rem; border-top: 1px solid rgba(168, 179, 199, 0.08); text-align: center; color: var(--ad-muted); font-size: 0.86rem; }
.ad-reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.56s ease, transform 0.56s ease; }
.ad-reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (min-width: 721px) {
	body.ad-standalone-page.ad-onepage-standalone {
		scroll-padding-top: var(--ad-header-height, 72px);
	}

	body.ad-standalone-page.ad-onepage-standalone .ad-scroll-section {
		scroll-snap-align: start;
		scroll-snap-stop: normal;
		scroll-margin-top: var(--ad-header-height, 72px);
	}
}

@media (min-width: 921px) {
	body.ad-standalone-page.ad-onepage-standalone {
		scroll-snap-type: y mandatory;
	}
}

@media (min-width: 721px) and (max-width: 1100px) {
	body.ad-standalone-page.ad-onepage-standalone {
		scroll-snap-type: y proximity;
	}

	.ad-page .ad-scroll-section {
		min-height: auto;
		display: block;
	}

	.ad-page .ad-hero h1 {
		font-size: clamp(3rem, 8vw, 4.8rem);
	}

	.ad-page .ad-section-heading h2,
	.ad-page .ad-why h2,
	.ad-page .ad-leadership h2,
	.ad-page .ad-contact h2,
	.ad-page .ad-solutions__intro h2,
	.ad-page .ad-services__intro h2 {
		font-size: clamp(2rem, 5vw, 3rem);
	}
}

@media (min-width: 1100px) {
	.ad-page #hero {
		min-height: calc(100svh - var(--ad-header-height, 72px));
	}

	.ad-page .ad-scroll-section {
		min-height: calc(100svh - var(--ad-header-height, 72px));
		display: grid;
		align-items: center;
	}

	.ad-page #services,
	.ad-page #projects,
	.ad-page #contact {
		min-height: auto;
		display: block;
	}

	.ad-services__layout,
	.ad-section-with-panel {
		grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
		gap: clamp(2rem, 4vw, 4rem);
	}

	.ad-services__intro {
		position: sticky;
		top: calc(var(--ad-header-height, 72px) + 2rem);
		align-self: start;
	}

	.ad-sticky-panel {
		position: sticky;
		top: calc(var(--ad-header-height, 72px) + 2rem);
		align-self: start;
	}
}

@media (max-width: 1120px) { .ad-hero__grid, .ad-why__grid, .ad-leadership__grid, .ad-contact__grid, .ad-footer__grid, .ad-solutions__grid, .ad-services__layout, .ad-section-with-panel, .ad-project-card { grid-template-columns: 1fr; } .ad-section-heading--split { grid-template-columns: 1fr; } .ad-hero__visual, .ad-leadership__visual { justify-content: flex-start; } .ad-proof-grid, .ad-process-timeline, .ad-package-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .ad-services__support-panel, .ad-sticky-panel { margin-top: 1rem; } .ad-service-row { grid-template-columns: 56px 42px minmax(0, 1fr); } .ad-service-row__tags { grid-column: 1 / -1; justify-content: flex-start; } .ad-project-card__visual { justify-content: flex-start; } }
@media (max-width: 1099px) { .ad-section-with-panel { display: block; } .ad-sticky-panel { position: static; margin-bottom: 1.25rem; } }
@media (max-width: 1180px) { .ad-menu-toggle { display: inline-flex; flex-direction: column; } .ad-nav { position: absolute; top: calc(100% + 0.3rem); right: 1rem; left: 1rem; display: none; flex-direction: column; align-items: stretch; padding: 0.68rem; border-radius: 22px; background: rgba(5, 11, 24, 0.97); border: 1px solid rgba(168, 179, 199, 0.14); box-shadow: var(--ad-shadow); } .ad-nav.is-open { display: flex; } .ad-nav__link, .ad-nav .ad-button { width: 100%; } .ad-nav__link { padding: 0.58rem 0.76rem; min-height: 38px; } .ad-nav .ad-button { padding: 0.76rem 0.96rem; } .ad-section { padding: 3.5rem 0; } .ad-section-index { left: 1rem; } .ad-cockpit__chips { margin-bottom: 0.72rem; } }

@media (max-width: 1180px) {
	.ad-nav .ad-socials--mobile { display: flex; justify-content: center; padding-top: 0.42rem; margin-top: 0.28rem; border-top: 1px solid rgba(168, 179, 199, 0.12); }
	.ad-nav .ad-socials--mobile .ad-socials__link { width: 38px; height: 38px; }
	.ad-nav .ad-socials--mobile .ad-socials__link svg { width: 18px; height: 18px; }
}

@media (max-width: 720px) { :root { --ad-header-height: 68px; } body.ad-standalone-page.ad-onepage-standalone { scroll-snap-type: none; } .ad-container { width: min(var(--ad-width), calc(100% - 1.2rem)); } .ad-brand__logo, .ad-footer__brand { max-width: 214px; } .ad-brand-lockup { grid-template-columns: 42px minmax(0, 1fr); gap: 0.62rem; } .ad-brand-lockup__mark { width: 42px; height: 42px; } .ad-brand-lockup__wordmark { font-size: 0.94rem; } .ad-brand-lockup__descriptor { font-size: 0.51rem; letter-spacing: 0.18em; } .ad-hero { padding: 0.9rem 0 2.2rem; } .ad-page #hero .ad-section-index, .ad-page .ad-hero .ad-section-index, .ad-page .ad-hero__index { top: 0.85rem; margin-bottom: 0.65rem; font-size: 1.18rem; } .ad-hero__copy { padding-top: 2.45rem; } .ad-proof-grid, .ad-package-grid, .ad-process-timeline, .ad-why__stack { grid-template-columns: 1fr; } .ad-section-numbered:not(.ad-hero) { padding-top: 4.2rem; } .ad-section-numbered:not(.ad-hero) .ad-section-index { top: 0.95rem; font-size: 1.18rem; } .ad-service-row { grid-template-columns: 1fr auto; gap: 0.65rem 0.85rem; padding: 1rem 0; align-items: start; } .ad-service-row__number { grid-column: 1; grid-row: 1; width: auto; font-size: 1.2rem; line-height: 1; } .ad-service-row__icon { grid-column: 2; grid-row: 1; width: 40px; height: 40px; min-width: 40px; max-width: 40px; justify-self: end; align-self: start; margin: 0; } .ad-service-row__icon svg { width: 26px; height: 26px; max-width: 26px; max-height: 26px; } .ad-service-row__content { grid-column: 1 / -1; grid-row: 2; } .ad-service-row__tags { grid-column: 1 / -1; grid-row: 3; justify-content: flex-start; gap: 0.42rem; margin-top: 0.75rem; } .ad-cockpit { max-width: 100%; min-height: auto; max-height: none; padding-top: 0; } .ad-cockpit__chips { margin: 0 0 0.8rem; } .ad-cockpit__frame { width: 100%; } .ad-project-card__visual { min-height: 176px; max-height: 218px; } .ad-project-card__visual svg { max-height: 198px; } .ad-section { padding: 3rem 0; } .ad-contact-panel { padding: 0.92rem; } .ad-page .ad-scroll-section { scroll-snap-align: none; min-height: auto; display: block; } .ad-page .ad-hero h1 { font-size: clamp(2.15rem, 11vw, 3.25rem); line-height: 0.94; letter-spacing: -0.05em; } .ad-page .ad-tagline, .ad-page .ad-hero__lead, .ad-page .ad-section-heading p, .ad-page .ad-why__copy p, .ad-page .ad-leadership__copy > p, .ad-page .ad-contact__copy p, .ad-page .ad-solutions__intro p, .ad-page .ad-service-row__content p, .ad-page .ad-project-card__content p, .ad-page .ad-package-card p { font-size: 0.94rem; line-height: 1.65; } .ad-page .ad-section-heading h2, .ad-page .ad-why h2, .ad-page .ad-leadership h2, .ad-page .ad-contact h2, .ad-page .ad-solutions__intro h2, .ad-page .ad-services__intro h2 { font-size: clamp(1.55rem, 7.5vw, 2.25rem); line-height: 1.08; } .ad-page .ad-service-row__content h3 { font-size: 1.12rem; line-height: 1.24; color: #F8FAFC; margin: 0 0 0.45rem; } .ad-page .ad-service-row__content p { font-size: 0.97rem; line-height: 1.58; margin: 0; } .ad-page .ad-service-row__tags span, .ad-page .ad-service-row__tags a, .ad-page .ad-section-jump { font-size: 0.8rem; } .ad-page .ad-section-jump { padding: 0.44rem 0.68rem; } .ad-page .ad-services__support-actions, .ad-page .ad-sticky-panel__actions { gap: 0.55rem; margin-top: 1rem; } .ad-page .ad-services__support-actions a, .ad-page .ad-services__support-actions .ad-section-jump, .ad-page .ad-sticky-panel__actions a, .ad-page .ad-sticky-panel__actions .ad-section-jump { white-space: normal; min-height: 42px; justify-content: center; } .ad-page .ad-button, .ad-page .ad-nav .ad-button, .ad-page .ad-form button { font-size: 0.94rem; } }

@media (max-width: 720px) {
	.ad-contact-socials, .ad-footer__social-block { margin-top: 0.9rem; }
	.ad-socials { gap: 0.55rem; }
	.ad-socials__link { width: 38px; height: 38px; }
	.ad-socials__link svg { width: 18px; height: 18px; }
}

@media (max-width: 520px) { .ad-sticky-panel { padding: 1rem; } .ad-page .ad-sticky-panel__actions a, .ad-page .ad-sticky-panel__actions .ad-section-jump { white-space: normal; min-height: 42px; } }


/* Mobile menu safe-area polish: keeps social icons above Android/Samsung/iOS browser controls. */
@media (max-width: 1180px) {
	.ad-nav.is-open {
		max-height: calc(100dvh - var(--ad-header-height, 72px) - 24px);
		overflow-y: auto;
		overscroll-behavior: contain;
		padding-bottom: calc(1.4rem + env(safe-area-inset-bottom, 0px));
	}

	.ad-nav .ad-socials--mobile {
		position: static;
		margin-top: 1rem;
		margin-bottom: calc(1.4rem + env(safe-area-inset-bottom, 0px));
		padding-bottom: 0.35rem;
	}
}

@media (max-width: 720px) {
	.ad-nav .ad-socials--mobile .ad-socials__link {
		width: 36px;
		height: 36px;
	}

	.ad-nav .ad-socials--mobile .ad-socials__link svg {
		width: 17px;
		height: 17px;
	}
}


/* Mobile hamburger panel viewport fix: keeps menu content inside the screen while preserving safe-area spacing. */
@media (max-width: 1180px) {
	.ad-header,
	.ad-header__inner {
		overflow: visible;
	}

	.ad-header__inner {
		position: static;
	}

	.ad-nav {
		box-sizing: border-box;
		left: auto !important;
		right: max(0.75rem, env(safe-area-inset-right, 0px)) !important;
		top: calc(100% + 0.55rem) !important;
		width: min(420px, calc(100vw - 1.5rem)) !important;
		max-width: calc(100vw - 1.5rem) !important;
		margin: 0 !important;
		padding: 0.9rem !important;
		padding-bottom: calc(1.45rem + env(safe-area-inset-bottom, 0px)) !important;
		overflow-x: hidden !important;
		overflow-y: auto;
		max-height: calc(100dvh - var(--ad-header-height, 72px) - 24px);
		overscroll-behavior: contain;
	}

	.ad-nav.is-open {
		display: flex;
	}

	.ad-nav.is-open .ad-nav__link,
	.ad-nav.is-open .ad-button {
		box-sizing: border-box;
		display: flex;
		width: 100%;
		max-width: 100%;
		min-width: 0;
		align-items: center;
		white-space: normal;
		overflow: visible;
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding-left: 1rem;
		padding-right: 1rem;
		transform: none;
	}

	.ad-nav.is-open .ad-nav__link {
		justify-content: flex-start;
		text-align: left;
	}

	.ad-nav.is-open .ad-button {
		justify-content: center;
		text-align: center;
	}

	.ad-nav .ad-socials--mobile {
		position: static !important;
		display: flex;
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
		flex-wrap: wrap;
		justify-content: center;
		gap: 0.65rem;
		margin: 1rem 0 calc(1.2rem + env(safe-area-inset-bottom, 0px));
		padding: 0.8rem 0 0.35rem;
		border-top: 1px solid rgba(168, 179, 199, 0.12);
	}
}

@media (max-width: 720px) {
	.ad-nav {
		right: max(0.6rem, env(safe-area-inset-right, 0px)) !important;
		width: calc(100vw - 1.2rem) !important;
		max-width: calc(100vw - 1.2rem) !important;
		padding: 0.82rem !important;
		padding-bottom: calc(1.35rem + env(safe-area-inset-bottom, 0px)) !important;
	}

	.ad-nav.is-open .ad-nav__link {
		min-height: 40px;
		padding-left: 0.9rem;
		padding-right: 0.9rem;
	}

	.ad-nav.is-open .ad-button {
		min-height: 44px;
		padding-left: 0.9rem;
		padding-right: 0.9rem;
	}

	.ad-nav .ad-socials--mobile .ad-socials__link {
		width: 36px;
		height: 36px;
	}

	.ad-nav .ad-socials--mobile .ad-socials__link svg {
		width: 17px;
		height: 17px;
	}
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } body.ad-standalone-page.ad-onepage-standalone { scroll-snap-type: none; } .ad-reveal { opacity: 1; transform: none; transition: none; } .ad-button, .ad-nav__link, .ad-header { transition: none; } }

/* Mobile hamburger menu final layout fix: viewport-safe two-column menu with visible CTA/socials. */
@media (max-width: 1180px) {
	.ad-header,
	.ad-header__inner {
		overflow: visible;
	}

	.ad-nav {
		box-sizing: border-box;
		position: absolute;
		top: calc(100% + 0.45rem) !important;
		left: max(0.75rem, env(safe-area-inset-left, 0px)) !important;
		right: max(0.75rem, env(safe-area-inset-right, 0px)) !important;
		width: auto !important;
		max-width: none !important;
		min-width: 0 !important;
		margin: 0 !important;
		padding: 0.85rem !important;
		padding-bottom: calc(1rem + env(safe-area-inset-bottom, 0px)) !important;
		display: none;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.5rem;
		align-items: stretch;
		border-radius: 22px;
		overflow-x: hidden !important;
		overflow-y: auto;
		max-height: calc(100dvh - var(--ad-header-height, 72px) - 20px);
		overscroll-behavior: contain;
	}

	.ad-nav.is-open {
		display: grid !important;
	}

	.ad-nav.is-open .ad-nav__link {
		box-sizing: border-box;
		display: inline-flex;
		width: 100%;
		max-width: 100%;
		min-width: 0;
		min-height: 40px;
		align-items: center;
		justify-content: center;
		text-align: center;
		white-space: normal;
		overflow: visible;
		margin: 0 !important;
		padding: 0.58rem 0.62rem;
		font-size: 0.9rem;
		line-height: 1.15;
		transform: none;
	}

	.ad-nav.is-open .ad-button {
		box-sizing: border-box;
		grid-column: 1 / -1;
		width: 100%;
		max-width: 100%;
		min-width: 0;
		min-height: 44px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		white-space: normal;
		overflow: visible;
		margin: 0.15rem 0 0 !important;
		padding: 0.78rem 1rem;
		font-size: 0.94rem;
		line-height: 1.15;
		transform: none;
	}

	.ad-nav .ad-socials--mobile {
		grid-column: 1 / -1;
		position: static !important;
		display: flex;
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
		flex-wrap: wrap;
		justify-content: center;
		gap: 0.6rem;
		margin: 0.25rem 0 0.15rem;
		padding: 0.62rem 0 0.15rem;
		border-top: 1px solid rgba(168, 179, 199, 0.12);
		order: 20;
	}

	.ad-nav .ad-socials--mobile .ad-socials__link {
		width: 36px;
		height: 36px;
		min-width: 36px;
	}

	.ad-nav .ad-socials--mobile .ad-socials__link svg {
		width: 17px;
		height: 17px;
	}
}

@media (max-width: 380px) {
	.ad-nav {
		left: max(0.55rem, env(safe-area-inset-left, 0px)) !important;
		right: max(0.55rem, env(safe-area-inset-right, 0px)) !important;
		padding: 0.72rem !important;
		gap: 0.42rem;
	}

	.ad-nav.is-open .ad-nav__link {
		min-height: 38px;
		padding: 0.52rem 0.5rem;
		font-size: 0.84rem;
	}

	.ad-nav.is-open .ad-button {
		min-height: 42px;
		font-size: 0.9rem;
	}
}

/* Mobile hamburger menu dark panel + X state polish. */
@media (max-width: 1180px) {
	.ad-nav.is-open {
		background: rgba(3, 10, 24, 0.97) !important;
		border-color: rgba(32, 211, 247, 0.22) !important;
		box-shadow: 0 24px 80px rgba(0, 0, 0, 0.42) !important;
		backdrop-filter: blur(18px);
		-webkit-backdrop-filter: blur(18px);
	}

	.ad-menu-toggle {
		position: relative;
		align-items: center;
		justify-content: center;
	}

	.ad-menu-toggle__line {
		transition: transform 0.22s ease, opacity 0.22s ease, margin 0.22s ease;
		transform-origin: center;
	}

	.ad-menu-toggle[aria-expanded="true"] .ad-menu-toggle__line:nth-child(1) {
		transform: translateY(6px) rotate(45deg);
	}

	.ad-menu-toggle[aria-expanded="true"] .ad-menu-toggle__line:nth-child(2) {
		opacity: 0;
	}

	.ad-menu-toggle[aria-expanded="true"] .ad-menu-toggle__line:nth-child(3) {
		transform: translateY(-6px) rotate(-45deg);
	}
}


/* Project live screenshot browser previews. */
.ad-project-browser {
  display: flex;
  flex-direction: column;
  width: min(100%, 332px);
  min-width: 0;
  overflow: hidden;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(8, 21, 34, 0.98), rgba(5, 13, 24, 0.96));
  border: 1px solid rgba(168, 179, 199, 0.12);
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.26), 0 0 0 1px rgba(32, 211, 247, 0.08);
  aspect-ratio: 3 / 2;
}
.ad-project-browser__bar {
  display: flex;
  align-items: center;
  gap: 0.42rem;
  height: 34px;
  padding: 0 0.9rem;
  background: linear-gradient(180deg, rgba(14, 28, 53, 0.96), rgba(8, 21, 34, 0.96));
  border-bottom: 1px solid rgba(168, 179, 199, 0.12);
}
.ad-project-browser__bar span {
  width: 0.62rem;
  height: 0.62rem;
  border-radius: 999px;
  background: rgba(248, 250, 252, 0.22);
  box-shadow: 0 0 0 1px rgba(248, 250, 252, 0.08) inset;
}
.ad-project-browser__bar span:first-child { background: rgba(32, 211, 247, 0.82); }
.ad-project-browser__bar span:nth-child(2) { background: rgba(124, 58, 237, 0.72); }
.ad-project-browser__bar span:nth-child(3) { background: rgba(245, 185, 66, 0.74); }
.ad-project-browser__screen {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
  background: #06111c;
}
.ad-project-browser__screen img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.ad-project-card__visual--marketplace,
.ad-project-card__visual--corporate {
  max-height: none;
}
@media (max-width: 1120px) {
  .ad-project-browser { width: min(100%, 360px); }
}
@media (max-width: 720px) {
  .ad-project-browser { width: min(100%, 340px); }
  .ad-project-card__visual--marketplace,
  .ad-project-card__visual--corporate { min-height: 190px; }
}


/* Guided Mobile Journey: mobile-only quick paths, section pills, summaries, and next-step CTAs. */
.ad-mobile-only {
	display: none !important;
}

@media (max-width: 720px) {
	.ad-mobile-only {
		display: block !important;
	}

	.ad-mobile-journey-nav.ad-mobile-only {
		display: block !important;
		position: sticky;
		top: var(--ad-header-height, 72px);
		z-index: 82;
		background: rgba(3, 10, 24, 0.9);
		backdrop-filter: blur(16px);
		-webkit-backdrop-filter: blur(16px);
		border-bottom: 1px solid rgba(32, 211, 247, 0.12);
		padding: 0.5rem 0;
		margin: 0;
	}

	body.admin-bar.ad-standalone-page.ad-onepage-standalone .ad-mobile-journey-nav {
		top: calc(var(--ad-header-height, 72px) + 46px);
	}

	.ad-mobile-journey-nav__inner {
		display: flex;
		gap: 0.45rem;
		overflow-x: auto;
		overflow-y: hidden;
		padding: 0 1rem;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	.ad-mobile-journey-nav__inner::-webkit-scrollbar {
		display: none;
	}

	.ad-mobile-journey-nav__link {
		flex: 0 0 auto;
		border-radius: 999px;
		padding: 0.44rem 0.72rem;
		font-size: 0.78rem;
		font-weight: 800;
		line-height: 1;
		color: #D8E6FF;
		text-decoration: none;
		border: 1px solid rgba(32, 211, 247, 0.18);
		background: rgba(255, 255, 255, 0.035);
		transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
	}

	.ad-mobile-journey-nav__link.is-active,
	.ad-mobile-journey-nav__link:hover,
	.ad-mobile-journey-nav__link:focus-visible {
		color: #FFFFFF;
		border-color: rgba(32, 211, 247, 0.55);
		background: linear-gradient(135deg, rgba(32, 211, 247, 0.2), rgba(124, 58, 237, 0.24));
		outline: none;
	}

	.ad-quick-paths {
		margin-top: 1.25rem;
		padding: 1rem;
		border: 1px solid rgba(32, 211, 247, 0.14);
		border-radius: 22px;
		background: linear-gradient(180deg, rgba(11, 25, 48, 0.78), rgba(7, 18, 34, 0.66));
		box-shadow: 0 16px 42px rgba(0, 0, 0, 0.16);
	}

	.ad-quick-paths__eyebrow {
		margin: 0 0 0.25rem;
		font-size: 0.72rem;
		font-weight: 800;
		letter-spacing: 0.16em;
		text-transform: uppercase;
		color: var(--ad-cyan);
	}

	.ad-quick-paths h2 {
		margin: 0 0 0.9rem;
		font-size: clamp(1.2rem, 5.4vw, 1.55rem);
		line-height: 1.12;
		letter-spacing: -0.02em;
		color: #FFFFFF;
	}

	.ad-quick-paths__grid {
		display: grid;
		grid-template-columns: 1fr;
		gap: 0.62rem;
	}

	.ad-quick-path-card {
		display: grid;
		grid-template-columns: 38px minmax(0, 1fr);
		gap: 0.62rem;
		align-items: center;
		padding: 0.78rem;
		border-radius: 18px;
		background: rgba(255, 255, 255, 0.04);
		border: 1px solid rgba(168, 179, 199, 0.12);
		color: #F8FAFC;
		text-decoration: none;
	}

	.ad-quick-path-card:hover,
	.ad-quick-path-card:focus-visible {
		border-color: rgba(32, 211, 247, 0.44);
		background: rgba(32, 211, 247, 0.08);
		outline: none;
	}

	.ad-quick-path-card__icon {
		grid-row: span 2;
		display: inline-flex;
		width: 38px;
		height: 38px;
		align-items: center;
		justify-content: center;
		border-radius: 14px;
		background: linear-gradient(135deg, rgba(32, 211, 247, 0.22), rgba(124, 58, 237, 0.2));
		border: 1px solid rgba(32, 211, 247, 0.28);
		color: #FFFFFF;
		font-weight: 900;
		font-size: 0.8rem;
	}

	.ad-quick-path-card strong {
		font-size: 0.95rem;
		line-height: 1.2;
	}

	.ad-quick-path-card small {
		color: #C9D4E8;
		font-size: 0.82rem;
		line-height: 1.35;
	}

	.ad-mobile-summary {
		margin: 0.9rem 0 1rem;
		padding: 0.95rem;
		border-radius: 20px;
		border: 1px solid rgba(32, 211, 247, 0.14);
		background: rgba(255, 255, 255, 0.045);
		box-shadow: 0 12px 34px rgba(0, 0, 0, 0.14);
	}

	.ad-mobile-summary strong {
		display: block;
		margin-bottom: 0.32rem;
		color: #FFFFFF;
		font-size: 1rem;
		line-height: 1.2;
	}

	.ad-mobile-summary p {
		margin: 0;
		color: #D8E6FF;
		font-size: 0.92rem;
		line-height: 1.55;
	}

	.ad-next-step.ad-mobile-only {
		display: flex !important;
		justify-content: center;
		align-items: center;
		gap: 0.45rem;
		width: 100%;
		margin-top: 1.15rem;
		padding: 0.86rem 1rem;
		border-radius: 999px;
		color: #FFFFFF;
		font-weight: 900;
		font-size: 0.94rem;
		line-height: 1.12;
		text-decoration: none;
		background: linear-gradient(135deg, #20D3F7, #7C3AED);
		box-shadow: 0 18px 45px rgba(32, 211, 247, 0.16);
	}

	.ad-next-step:hover,
	.ad-next-step:focus-visible {
		outline: none;
		filter: brightness(1.08);
	}

	.ad-hero h1 {
		font-size: clamp(2.25rem, 10vw, 3.25rem);
		line-height: 0.94;
	}

	.ad-section-heading h2,
	.ad-why h2,
	.ad-leadership h2,
	.ad-contact h2,
	.ad-solutions__intro h2,
	.ad-page .ad-services__intro h2 {
		font-size: clamp(1.55rem, 7vw, 2.15rem);
		line-height: 1.08;
	}

	.ad-project-card__content p,
	.ad-package-card p,
	.ad-service-row__content p,
	.ad-page p {
		font-size: 0.95rem;
	}
}

@media (max-width: 380px) {
	.ad-mobile-journey-nav__inner {
		padding: 0 0.75rem;
	}

	.ad-mobile-journey-nav__link {
		padding: 0.42rem 0.62rem;
		font-size: 0.74rem;
	}

	.ad-quick-paths,
	.ad-mobile-summary {
		padding: 0.82rem;
	}
}


/* Guided mobile pill scroller: keep the rail subtle and show a tiny branded thumb when the browser exposes it. */
@media (max-width: 720px) {
	.ad-page .ad-mobile-journey-nav__inner {
		scrollbar-width: thin;
		scrollbar-color: #7C3AED rgba(3, 10, 24, 0.45);
	}

	.ad-page .ad-mobile-journey-nav__inner::-webkit-scrollbar {
		display: block;
		height: 5px;
	}

	.ad-page .ad-mobile-journey-nav__inner::-webkit-scrollbar-track {
		background: rgba(3, 10, 24, 0.35);
	}

	.ad-page .ad-mobile-journey-nav__inner::-webkit-scrollbar-thumb {
		background: linear-gradient(90deg, #20D3F7 0%, #7C3AED 70%, #B76BB5 100%);
		border-radius: 999px;
	}
}



/* Mobile/tablet scroll progress indicator: branded guidance without fake scrollbars or scroll traps. */
.ad-scroll-progress {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	top: var(--ad-header-height, 72px);
	z-index: 90;
	height: 3px;
	background: rgba(3, 10, 24, 0.55);
	pointer-events: none;
	overflow: hidden;
}

.ad-scroll-progress__bar {
	display: block;
	width: 0%;
	height: 100%;
	border-radius: 999px;
	background: linear-gradient(90deg, #20D3F7 0%, #7C3AED 65%, #B76BB5 100%);
	box-shadow: 0 0 14px rgba(32, 211, 247, 0.28);
	transform-origin: left center;
}

body.admin-bar.ad-standalone-page.ad-onepage-standalone .ad-scroll-progress {
	top: calc(var(--ad-header-height, 72px) + 32px);
}

@media screen and (max-width: 782px) {
	body.admin-bar.ad-standalone-page.ad-onepage-standalone .ad-scroll-progress {
		top: calc(var(--ad-header-height, 72px) + 46px);
	}
}

@media (max-width: 1180px) {
	.ad-scroll-progress {
		display: block;
	}
}

@media (min-width: 1181px) {
	.ad-scroll-progress {
		display: none;
	}
}

@media (max-width: 720px) {
	.ad-mobile-journey-nav.ad-mobile-only {
		top: calc(var(--ad-header-height, 72px) + 3px);
	}

	body.admin-bar.ad-standalone-page.ad-onepage-standalone .ad-mobile-journey-nav {
		top: calc(var(--ad-header-height, 72px) + 49px);
	}
}


/* Mobile guided nav polish: keep one progress line only, remove duplicate divider below pill menu. */
@media (max-width: 720px) {
	.ad-mobile-journey-nav.ad-mobile-only {
		border-bottom: 0 !important;
		box-shadow: none;
	}
}

/* Mobile journey nav polish: hide its horizontal native scrollbar so only the top progress line is visible. */
@media (max-width: 720px) {
	.ad-page .ad-mobile-journey-nav__inner {
		scrollbar-width: none !important;
	}

	.ad-page .ad-mobile-journey-nav__inner::-webkit-scrollbar {
		display: none !important;
		width: 0 !important;
		height: 0 !important;
	}
}
