:root {
  --ink: #07111f;
  --ink-2: #0b1930;
  --ink-3: #102343;
  --paper: #ffffff;
  --paper-2: #f4f6fb;
  --muted: #647087;
  --line: #dfe5ef;
  --accent: #ff4b2b;
  --accent-2: #ff7a32;
  --violet: #5137e8;
  --cyan: #20aede;
  --green: #19bf78;
  --shadow: 0 28px 80px rgba(7, 17, 31, .12);
  --radius: 24px;
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.no-scroll { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
::selection { color: white; background: var(--violet); }

.container { width: var(--container); margin-inline: auto; }
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 9999; padding: 10px 16px; border-radius: 10px; color: white; background: var(--violet); }
.skip-link:focus { top: 16px; }

.topbar { color: #cbd4e4; background: #050d18; font-size: 13px; }
.topbar__inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.topbar__group { display: flex; align-items: center; gap: 22px; }
.topbar a:hover { color: white; }
.status-dot { display: inline-block; width: 8px; height: 8px; margin-right: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 14px rgba(25, 191, 120, .8); }
.status-dot.is-closed { background: var(--accent); box-shadow: 0 0 14px rgba(255, 75, 43, .65); }

.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(7,17,31,.08); backdrop-filter: blur(16px); }
.site-header__inner { position: relative; min-height: 78px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 218px; height: auto; }
.primary-nav { margin-left: auto; align-self: stretch; }
.primary-nav > ul { height: 100%; margin: 0; padding: 0; display: flex; align-items: stretch; list-style: none; }
.primary-nav > ul > li { position: static; display: flex; align-items: stretch; }
.primary-nav > ul > li > a,
.nav-services-toggle { display: inline-flex; align-items: center; gap: 7px; padding: 0 15px; border: 0; background: transparent; color: #202b3d; font-weight: 760; font-size: 14px; cursor: pointer; }
.primary-nav > ul > li > a:hover,
.primary-nav > ul > li > a[aria-current="page"],
.nav-services-toggle:hover,
.nav-services.is-open .nav-services-toggle { color: var(--violet); }
.nav-chevron { width: 7px; height: 7px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: translateY(-2px) rotate(45deg); transition: transform .2s ease; }
.nav-services.is-open .nav-chevron { transform: translateY(2px) rotate(225deg); }
.header-cta { white-space: nowrap; }
.menu-toggle { display: none; width: 44px; height: 44px; margin-left: auto; border: 1px solid var(--line); border-radius: 12px; background: white; cursor: pointer; }
.menu-toggle span { display: block; width: 20px; height: 2px; margin: 5px auto; background: var(--ink); transition: .2s; }

.mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 22px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
  transition: .2s ease;
  color: white;
  background: rgba(7,17,31,.985);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 0 0 24px 24px;
  box-shadow: 0 32px 70px rgba(3,8,16,.38);
}
.nav-services:hover .mega-menu,
.nav-services:focus-within .mega-menu,
.nav-services.is-open .mega-menu { visibility: visible; opacity: 1; pointer-events: auto; transform: translateY(0); }
.mega-menu__top { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 0 0 16px; }
.mega-menu__top strong { font-size: 18px; }
.mega-menu__all { color: #aebbf6; font-weight: 750; }
.mega-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.mega-card { position: relative; min-height: 116px; padding: 18px 18px 16px 62px; border: 1px solid rgba(255,255,255,.10); border-radius: 15px; background: rgba(255,255,255,.035); transition: .2s ease; }
.mega-card:hover { transform: translateY(-2px); border-color: rgba(111,92,255,.62); background: rgba(81,55,232,.14); }
.mega-card__icon { position: absolute; top: 17px; left: 17px; width: 32px; height: 32px; display: grid; place-items: center; color: white; font-size: 16px; border-radius: 10px; background: linear-gradient(135deg, var(--violet), var(--cyan)); }
.mega-card strong { display: block; margin-bottom: 4px; font-size: 15px; }
.mega-card span { display: block; color: #aeb8ca; font-size: 12px; line-height: 1.45; }

.button { min-height: 46px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid transparent; border-radius: 12px; font-weight: 800; cursor: pointer; transition: .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: white; background: linear-gradient(135deg, var(--violet), #3420b8); box-shadow: 0 14px 32px rgba(81,55,232,.25); }
.button--accent { color: white; background: linear-gradient(135deg, var(--accent), var(--accent-2)); box-shadow: 0 14px 32px rgba(255,75,43,.22); }
.button--ghost { color: white; border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.04); }
.button--light { color: var(--ink); background: white; }
.button--outline { color: var(--ink); border-color: var(--line); background: transparent; }
.button--small { min-height: 40px; padding: 0 16px; font-size: 13px; }
.button--wide { width: 100%; }

.hero { position: relative; overflow: hidden; color: white; background: #071320; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .32; background-image: linear-gradient(rgba(77,104,153,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(77,104,153,.16) 1px, transparent 1px); background-size: 46px 46px; mask-image: linear-gradient(to right, transparent, #000 50%, #000); }
.hero::after { content: ""; position: absolute; width: 680px; height: 680px; right: -190px; top: -250px; border-radius: 50%; background: radial-gradient(circle, rgba(81,55,232,.36), rgba(32,174,222,.10) 40%, transparent 68%); filter: blur(10px); }
.hero__inner { position: relative; z-index: 2; min-height: 690px; padding: 88px 0 52px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 56px; }
.eyebrow { margin-bottom: 18px; display: inline-flex; align-items: center; gap: 9px; color: #a8b5c9; font-size: 12px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 16px rgba(25,191,120,.75); }
.hero h1 { max-width: 720px; margin: 0 0 22px; font-size: clamp(44px, 6vw, 76px); line-height: .97; letter-spacing: -.055em; }
.gradient-text { color: transparent; background: linear-gradient(90deg, white 0%, #a9a2ff 45%, #55c8eb 100%); -webkit-background-clip: text; background-clip: text; }
.hero__lead { max-width: 660px; margin: 0 0 30px; color: #aeb9ca; font-size: 18px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.trust-row { margin-top: 26px; display: flex; flex-wrap: wrap; gap: 18px; color: #9ca9bb; font-size: 12px; font-weight: 650; }
.trust-row span::before { content: "✓"; margin-right: 7px; color: var(--green); }

.system-core { position: relative; min-height: 460px; padding: 28px; border: 1px solid rgba(147,165,198,.22); border-radius: 28px; background: rgba(12,27,48,.66); box-shadow: inset 0 0 70px rgba(81,55,232,.08), 0 34px 90px rgba(0,0,0,.24); backdrop-filter: blur(12px); }
.system-core__head { display: flex; justify-content: space-between; color: #75859d; font-size: 10px; font-weight: 850; letter-spacing: .18em; }
.system-core__active { color: var(--green); }
.core-orbit { position: absolute; left: 50%; top: 51%; width: 230px; height: 230px; transform: translate(-50%,-50%); border: 1px solid rgba(111,92,255,.28); border-radius: 50%; }
.core-orbit::before, .core-orbit::after { content: ""; position: absolute; border-radius: 50%; inset: 26px; border: 1px solid rgba(32,174,222,.16); }
.core-orbit::after { inset: 62px; background: radial-gradient(circle, rgba(255,75,43,.25), rgba(81,55,232,.18) 50%, transparent 70%); box-shadow: 0 0 60px rgba(81,55,232,.28); }
.core-bolt { position: absolute; z-index: 2; left: 50%; top: 50%; transform: translate(-50%,-50%); color: var(--accent); font-size: 68px; text-shadow: 0 0 26px rgba(255,75,43,.55); }
.core-chip { position: absolute; min-width: 142px; padding: 13px 15px; border: 1px solid rgba(255,255,255,.12); border-radius: 13px; background: rgba(7,17,31,.72); }
.core-chip b { display: block; font-size: 14px; }
.core-chip small { display: block; color: #8392a8; font-size: 9px; letter-spacing: .12em; }
.core-chip--one { top: 72px; left: 28px; }
.core-chip--two { top: 126px; right: 20px; }
.core-chip--three { bottom: 68px; left: 44px; }
.core-footer { position: absolute; bottom: 24px; left: 28px; right: 28px; display: flex; align-items: center; justify-content: center; gap: 12px; color: #75859d; font-size: 9px; letter-spacing: .17em; text-transform: uppercase; }
.core-footer i { width: 38px; height: 1px; background: rgba(255,255,255,.18); }

.hero-bot { position: absolute; z-index: 3; left: 50%; bottom: 0; width: var(--container); transform: translate(-50%, 50%); }
.hero-bot__box { padding: 16px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; color: var(--ink); background: white; border: 1px solid rgba(7,17,31,.08); border-radius: 18px; box-shadow: var(--shadow); }
.hero-bot__badge { width: 48px; height: 48px; display: grid; place-items: center; color: white; font-weight: 900; border-radius: 14px; background: linear-gradient(135deg, var(--violet), var(--cyan)); }
.hero-bot__copy strong, .hero-bot__copy span { display: block; }
.hero-bot__copy span { color: var(--muted); font-size: 13px; }
.hero-bot__prompt { min-height: 50px; padding: 0 16px; text-align: left; color: #6c778b; border: 1px solid var(--line); border-radius: 12px; background: var(--paper-2); cursor: text; }

.metrics { padding: 84px 0 20px; background: white; }
.metrics__grid { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--line); border-radius: 18px; overflow: hidden; }
.metric { min-height: 120px; padding: 24px; border-right: 1px solid var(--line); }
.metric:last-child { border: 0; }
.metric strong { display: block; font-size: 26px; letter-spacing: -.03em; }
.metric span { color: var(--muted); font-size: 13px; }

.section { padding: 104px 0; }
.section--soft { background: var(--paper-2); }
.section--dark { color: white; background: var(--ink); }
.section-heading { max-width: 760px; margin-bottom: 42px; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading__kicker { margin-bottom: 10px; display: block; color: var(--violet); font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.section--dark .section-heading__kicker { color: #9c92ff; }
.section-heading h2 { margin: 0 0 14px; font-size: clamp(34px, 4.2vw, 58px); line-height: 1.04; letter-spacing: -.045em; }
.section-heading p { margin: 0; color: var(--muted); font-size: 17px; }
.section--dark .section-heading p { color: #9daabd; }

.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.service-card { position: relative; min-height: 340px; padding: 28px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; transition: .25s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: #c7cdec; }
.service-card__number { display: inline-block; margin-bottom: 72px; color: #a8b1c0; font-size: 12px; font-weight: 850; letter-spacing: .16em; }
.service-card__icon { position: absolute; top: 26px; right: 26px; width: 54px; height: 54px; display: grid; place-items: center; border-radius: 16px; color: white; font-size: 23px; background: linear-gradient(135deg, var(--violet), var(--cyan)); box-shadow: 0 12px 26px rgba(81,55,232,.24); }
.service-card h3 { margin: 0 0 12px; font-size: 26px; line-height: 1.08; letter-spacing: -.035em; }
.service-card p { margin: 0 0 20px; color: var(--muted); font-size: 14px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--violet); font-weight: 850; font-size: 13px; }
.text-link::after { content: "→"; transition: .2s; }
.text-link:hover::after { transform: translateX(4px); }

.authorized-band { padding: 26px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 24px; align-items: center; border-radius: 24px; background: linear-gradient(135deg, #101e37, #07111f); color: white; }
.authorized-band h3 { margin: 0 0 8px; font-size: 28px; }
.authorized-band p { margin: 0; color: #aab5c7; }
.authorized-logos { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.authorized-logo { min-height: 130px; padding: 18px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.12); border-radius: 17px; background: white; }
.authorized-logo img { width: 170px; max-height: 62px; object-fit: contain; }
.authorized-logo span { color: var(--violet); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.brand-grid { margin-top: 18px; display: grid; grid-template-columns: repeat(5,1fr); gap: 12px; }
.brand-tile { min-height: 112px; padding: 18px; display: grid; place-items: center; text-align: center; border: 1px solid var(--line); border-radius: 16px; background: white; transition: .2s; }
.brand-tile:hover { transform: translateY(-3px); border-color: #bfc6ea; box-shadow: 0 16px 34px rgba(7,17,31,.08); }
.brand-tile img { max-width: 130px; max-height: 50px; object-fit: contain; }
.brand-tile strong { font-size: 20px; }
.brand-tile small { display: block; color: var(--muted); font-size: 10px; }

.process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; overflow: hidden; border-radius: 20px; background: rgba(255,255,255,.12); }
.process-card { min-height: 250px; padding: 28px; background: #0b1930; }
.process-card span { color: #8779ff; font-size: 12px; font-weight: 900; letter-spacing: .14em; }
.process-card h3 { margin: 44px 0 12px; font-size: 21px; }
.process-card p { margin: 0; color: #9aa8bd; font-size: 14px; }

.about-split { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: start; }
.about-stamp { position: sticky; top: 130px; min-height: 420px; padding: 36px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; color: white; border-radius: 26px; background: linear-gradient(145deg,#111e37,#4b2ed0); }
.about-stamp::after { content: "⚡"; position: absolute; right: -12px; bottom: -68px; font-size: 260px; opacity: .09; }
.about-stamp strong { font-size: 62px; line-height: 1; }
.about-stamp span { max-width: 260px; color: #d7d4ff; }
.about-copy h2 { margin: 0 0 24px; font-size: clamp(34px,4vw,56px); line-height: 1.05; letter-spacing: -.045em; }
.about-copy p { color: var(--muted); font-size: 17px; }
.principles { margin: 28px 0; display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.principle { padding: 18px; border: 1px solid var(--line); border-radius: 14px; }
.principle strong { display: block; margin-bottom: 4px; }
.principle span { color: var(--muted); font-size: 13px; }

.cta { position: relative; padding: 62px 0; overflow: hidden; color: white; background: linear-gradient(110deg, #4b2ee5, #2d1ca9 58%, #0a5f86); }
.cta::after { content: ""; position: absolute; width: 420px; height: 420px; right: -160px; top: -170px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 60px rgba(255,255,255,.03), 0 0 0 120px rgba(255,255,255,.02); }
.cta__inner { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta h2 { max-width: 700px; margin: 0; font-size: clamp(32px,4vw,50px); line-height: 1.05; }
.cta__actions { display: flex; flex-wrap: wrap; gap: 10px; }

.page-hero { position: relative; overflow: hidden; padding: 92px 0 74px; color: white; background: var(--ink); }
.page-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 80% 20%, rgba(81,55,232,.25), transparent 38%), linear-gradient(rgba(77,104,153,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(77,104,153,.1) 1px,transparent 1px); background-size: auto,42px 42px,42px 42px; }
.page-hero__inner { position: relative; z-index: 1; max-width: 900px; }
.breadcrumbs { margin-bottom: 24px; display: flex; flex-wrap: wrap; gap: 8px; color: #8e9cb0; font-size: 12px; }
.breadcrumbs a:hover { color: white; }
.page-hero h1 { margin: 0 0 20px; font-size: clamp(42px,6vw,72px); line-height: .99; letter-spacing: -.05em; }
.page-hero p { max-width: 780px; margin: 0 0 28px; color: #aeb9ca; font-size: 18px; }
.page-hero__tags { display: flex; flex-wrap: wrap; gap: 8px; }
.page-hero__tags span { padding: 7px 11px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: #c7d0df; background: rgba(255,255,255,.04); font-size: 11px; font-weight: 750; }

.content-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 56px; align-items: start; }
.prose h2 { margin: 0 0 18px; font-size: clamp(31px,3.5vw,46px); line-height: 1.08; letter-spacing: -.04em; }
.prose h3 { margin: 34px 0 10px; font-size: 24px; }
.prose p { color: var(--muted); font-size: 16px; }
.feature-list { margin: 28px 0 0; padding: 0; display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; list-style: none; }
.feature-list li { position: relative; padding: 16px 16px 16px 44px; border: 1px solid var(--line); border-radius: 14px; background: white; font-weight: 700; font-size: 14px; }
.feature-list li::before { content: "✓"; position: absolute; left: 16px; color: var(--green); }
.sticky-contact { position: sticky; top: 126px; padding: 26px; border-radius: 20px; color: white; background: var(--ink-2); }
.sticky-contact span { color: #8f7fff; font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.sticky-contact h3 { margin: 10px 0; font-size: 25px; line-height: 1.13; }
.sticky-contact p { color: #a5b0c2; font-size: 14px; }
.sticky-contact .button { margin-top: 8px; }

.outcomes-grid, .detail-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.detail-grid { grid-template-columns: repeat(2,1fr); }
.outcome, .detail-card { padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.outcome span { color: var(--violet); font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.outcome h3, .detail-card h3 { margin: 34px 0 10px; font-size: 21px; }
.detail-card h3 { margin-top: 0; }
.outcome p, .detail-card p { margin: 0; color: var(--muted); font-size: 14px; }

.faq { max-width: 900px; margin-inline: auto; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { padding: 22px 44px 22px 0; position: relative; cursor: pointer; list-style: none; font-weight: 800; font-size: 18px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 4px; top: 19px; width: 30px; height: 30px; display: grid; place-items: center; color: var(--violet); border-radius: 50%; background: #eeebff; }
.faq details[open] summary::after { content: "−"; }
.faq details p { margin: 0; padding: 0 44px 22px 0; color: var(--muted); }

.brand-page-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.brand-card { padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.brand-card__logo { min-height: 78px; margin-bottom: 18px; display: flex; align-items: center; }
.brand-card__logo img { max-width: 150px; max-height: 56px; object-fit: contain; }
.brand-card__logo strong { font-size: 28px; }
.badge { display: inline-flex; padding: 5px 9px; border-radius: 999px; color: #4232b4; background: #ece9ff; font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.badge--authorized { color: #07643c; background: #dbf8e9; }
.brand-card h3 { margin: 14px 0 8px; font-size: 22px; }
.brand-card p { color: var(--muted); font-size: 14px; }
.disclosure { margin: 20px 0; padding: 16px 18px; border-left: 4px solid var(--violet); color: #495369; background: #f2f0ff; border-radius: 0 12px 12px 0; font-size: 13px; }
.disclosure--authorized { border-color: var(--green); background: #e9fbf2; }

.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 40px; }
.contact-stack { display: grid; gap: 12px; }
.contact-card { padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: white; }
.contact-card small { color: var(--violet); font-weight: 850; }
.contact-card h3 { margin: 8px 0 4px; font-size: 22px; }
.contact-card p { margin: 0; color: var(--muted); font-size: 14px; }
.request-form { padding: 28px; border-radius: 22px; color: white; background: var(--ink); }
.request-form h2 { margin-top: 0; font-size: 30px; }
.form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.form-field--wide { grid-column: 1 / -1; }
.form-field label { margin-bottom: 6px; display: block; color: #aab5c7; font-size: 12px; font-weight: 750; }
.form-field input, .form-field textarea, .form-field select { width: 100%; min-height: 50px; padding: 12px 14px; color: white; border: 1px solid rgba(255,255,255,.14); border-radius: 11px; outline: none; background: rgba(255,255,255,.06); }
.form-field textarea { min-height: 130px; resize: vertical; }
.form-field input:focus, .form-field textarea:focus, .form-field select:focus { border-color: #7e6cff; box-shadow: 0 0 0 3px rgba(126,108,255,.13); }
.form-note { color: #92a0b4; font-size: 11px; }
.map-frame { width: 100%; min-height: 400px; border: 0; border-radius: 20px; }

.site-footer { padding: 70px 0 0; color: #a9b5c6; background: #050d18; }
.footer-grid { padding-bottom: 48px; display: grid; grid-template-columns: 1.3fr .75fr .75fr 1fr; gap: 38px; }
.footer-brand img { width: 220px; filter: brightness(0) invert(1); opacity: .94; }
.footer-brand p { max-width: 360px; font-size: 14px; }
.site-footer h3 { margin: 0 0 15px; color: white; font-size: 14px; }
.footer-links { margin: 0; padding: 0; list-style: none; }
.footer-links li { margin: 8px 0; }
.footer-links a { font-size: 13px; }
.footer-links a:hover { color: white; }
.footer-bottom { padding: 20px 0; border-top: 1px solid rgba(255,255,255,.08); font-size: 12px; }
.footer-bottom__inner { display: flex; justify-content: space-between; gap: 20px; }

.bot-fab { position: fixed; z-index: 1100; right: 22px; bottom: 22px; min-height: 54px; padding: 0 18px 0 9px; display: flex; align-items: center; gap: 10px; color: white; border: 0; border-radius: 999px; background: linear-gradient(135deg,var(--violet),#3420b8); box-shadow: 0 20px 50px rgba(39,25,143,.35); cursor: pointer; }
.bot-fab__icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.15); font-weight: 900; }
.bot-fab strong { font-size: 13px; }
.bot-overlay { position: fixed; z-index: 2000; inset: 0; padding: 22px; display: grid; place-items: center; visibility: hidden; opacity: 0; background: rgba(4,10,20,.72); backdrop-filter: blur(8px); transition: .2s; }
.bot-overlay.is-open { visibility: visible; opacity: 1; }
.bot-panel { width: min(680px,100%); max-height: min(760px,calc(100vh - 44px)); display: flex; flex-direction: column; overflow: hidden; border-radius: 24px; background: white; box-shadow: 0 40px 100px rgba(0,0,0,.35); transform: translateY(16px) scale(.98); transition: .2s; }
.bot-overlay.is-open .bot-panel { transform: none; }
.bot-head { padding: 18px; display: flex; align-items: center; gap: 12px; color: white; background: var(--ink); }
.bot-head__icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; background: linear-gradient(135deg,var(--violet),var(--cyan)); font-weight: 900; }
.bot-head__copy { flex: 1; }
.bot-head__copy strong, .bot-head__copy small { display: block; }
.bot-head__copy small { color: #9eabbd; }
.bot-close { width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.12); border-radius: 11px; color: white; background: rgba(255,255,255,.05); cursor: pointer; }
.bot-body { min-height: 330px; padding: 18px; overflow-y: auto; background: #f3f5fa; }
.bot-message { width: fit-content; max-width: 88%; margin-bottom: 12px; padding: 13px 15px; border-radius: 6px 16px 16px 16px; background: white; box-shadow: 0 8px 22px rgba(7,17,31,.06); font-size: 14px; }
.bot-message--user { margin-left: auto; color: white; border-radius: 16px 6px 16px 16px; background: var(--violet); }
.bot-results { margin: 8px 0 14px; display: grid; gap: 8px; }
.bot-result { padding: 13px; display: block; border: 1px solid var(--line); border-radius: 13px; background: white; }
.bot-result:hover { border-color: #bdb5ff; }
.bot-result strong { display: block; color: var(--ink); }
.bot-result span { display: block; color: var(--muted); font-size: 12px; }
.bot-result em { color: var(--violet); font-size: 11px; font-style: normal; font-weight: 850; }
.bot-chips { padding: 0 18px 12px; display: flex; gap: 7px; overflow-x: auto; background: #f3f5fa; }
.bot-chip { white-space: nowrap; padding: 7px 10px; border: 1px solid #d9dff0; border-radius: 999px; color: #4b566b; background: white; font-size: 11px; font-weight: 750; cursor: pointer; }
.bot-form { padding: 14px; display: grid; grid-template-columns: 1fr auto; gap: 9px; border-top: 1px solid var(--line); background: white; }
.bot-input { min-width: 0; min-height: 50px; padding: 0 14px; border: 1px solid var(--line); border-radius: 12px; outline: none; }
.bot-input:focus { border-color: var(--violet); box-shadow: 0 0 0 3px rgba(81,55,232,.10); }
.bot-send { min-width: 84px; border: 0; border-radius: 12px; color: white; background: var(--violet); font-weight: 850; cursor: pointer; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .primary-nav, .header-cta { display: none; }
  .menu-toggle { display: block; }
  .site-header.is-mobile-open .primary-nav { position: absolute; top: 100%; left: 0; right: 0; display: block; padding: 10px 20px 24px; background: white; border-bottom: 1px solid var(--line); box-shadow: 0 24px 50px rgba(7,17,31,.12); }
  .site-header.is-mobile-open .primary-nav > ul { display: block; height: auto; }
  .primary-nav > ul > li, .primary-nav > ul > li > a, .nav-services-toggle { width: 100%; }
  .primary-nav > ul > li > a, .nav-services-toggle { min-height: 48px; justify-content: space-between; padding: 0; border-bottom: 1px solid var(--line); }
  .mega-menu { position: static; display: none; padding: 14px 0; color: var(--ink); background: white; border: 0; border-radius: 0; box-shadow: none; transform: none; }
  .nav-services:hover .mega-menu, .nav-services:focus-within .mega-menu { visibility: hidden; opacity: 0; pointer-events: none; }
  .nav-services.is-open .mega-menu { display: block; visibility: visible; opacity: 1; pointer-events: auto; }
  .mega-menu__top { display: none; }
  .mega-grid { grid-template-columns: repeat(2,1fr); }
  .mega-card { min-height: 94px; color: var(--ink); background: var(--paper-2); }
  .mega-card span { color: var(--muted); }
  .hero__inner { grid-template-columns: 1fr; padding-top: 72px; }
  .system-core { min-height: 390px; }
  .services-grid, .brand-page-grid { grid-template-columns: repeat(2,1fr); }
  .brand-grid { grid-template-columns: repeat(3,1fr); }
  .process-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 760px) {
  :root { --container: min(100% - 28px, 1180px); --radius: 19px; }
  .topbar__inner { min-height: 33px; }
  .topbar__group:first-child span:not(:first-child), .topbar__group:last-child a:first-child { display: none; }
  .brand img { width: 178px; }
  .site-header__inner { min-height: 68px; }
  .mega-grid { grid-template-columns: 1fr; }
  .mega-card { min-height: 86px; }
  .hero__inner { min-height: auto; padding: 64px 0 108px; gap: 36px; }
  .hero h1 { font-size: clamp(43px,13vw,62px); }
  .hero__lead { font-size: 16px; }
  .system-core { min-height: 360px; padding: 20px; }
  .core-orbit { width: 190px; height: 190px; }
  .core-chip { min-width: 118px; padding: 10px; }
  .core-chip--one { top: 62px; left: 16px; }
  .core-chip--two { top: 126px; right: 10px; }
  .core-chip--three { bottom: 56px; left: 18px; }
  .hero-bot { bottom: 24px; transform: translate(-50%, 50%); }
  .hero-bot__box { grid-template-columns: auto 1fr; }
  .hero-bot__prompt { grid-column: 1 / -1; width: 100%; }
  .metrics { padding-top: 92px; }
  .metrics__grid { grid-template-columns: repeat(2,1fr); }
  .metric { min-height: 100px; border-bottom: 1px solid var(--line); }
  .metric:nth-child(2) { border-right: 0; }
  .metric:nth-child(3), .metric:nth-child(4) { border-bottom: 0; }
  .section { padding: 76px 0; }
  .section-heading h2 { font-size: 39px; }
  .services-grid, .authorized-band, .content-grid, .contact-grid, .about-split, .outcomes-grid, .detail-grid, .brand-page-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 310px; }
  .authorized-logos { grid-template-columns: 1fr 1fr; }
  .brand-grid { grid-template-columns: repeat(2,1fr); }
  .process-grid { grid-template-columns: 1fr; }
  .process-card { min-height: 205px; }
  .about-stamp { position: relative; top: auto; min-height: 300px; }
  .principles, .feature-list { grid-template-columns: 1fr; }
  .sticky-contact { position: relative; top: auto; }
  .cta__inner { align-items: flex-start; flex-direction: column; }
  .page-hero { padding: 70px 0 58px; }
  .page-hero h1 { font-size: 45px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-field--wide { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom__inner { flex-direction: column; }
  .bot-fab { right: 14px; bottom: 14px; }
  .bot-fab strong { display: none; }
  .bot-fab { width: 54px; padding: 8px; }
  .bot-overlay { padding: 0; align-items: end; }
  .bot-panel { width: 100%; max-height: 92vh; border-radius: 22px 22px 0 0; }
}

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

/* =========================================================
   V3 PROFESSIONAL UI OVERRIDES
   ========================================================= */
:root {
  --ink: #08111f;
  --ink-2: #0d1b2f;
  --ink-3: #142843;
  --paper: #ffffff;
  --paper-2: #f5f7fa;
  --muted: #5f6d80;
  --line: #dfe5ec;
  --accent: #f15a2b;
  --accent-2: #ff8a3d;
  --violet: #155d8f;
  --cyan: #258fb1;
  --green: #18a86b;
  --shadow: 0 22px 60px rgba(8, 17, 31, .11);
  --shadow-strong: 0 28px 80px rgba(8, 17, 31, .18);
  --radius: 20px;
}
html { scrollbar-gutter: stable; }
body { background: #fff; }
body.no-scroll { overflow: hidden; }

.topbar { background: #06101c; border-bottom: 1px solid rgba(255,255,255,.055); }
.topbar__inner { min-height: 34px; }
.site-header { background: rgba(255,255,255,.975); border-bottom: 1px solid rgba(8,17,31,.075); box-shadow: 0 1px 0 rgba(255,255,255,.8); }
.site-header__inner { min-height: 76px; gap: 24px; }
.brand img { width: 214px; }
.primary-nav > ul > li > a,
.nav-dropdown-toggle { min-height: 76px; padding: 0 14px; color: #263347; font-size: 13px; font-weight: 800; letter-spacing: -.01em; }
.nav-dropdown-toggle { display: inline-flex; align-items: center; gap: 8px; border: 0; background: transparent; cursor: pointer; }
.primary-nav > ul > li > a:hover,
.primary-nav > ul > li > a[aria-current="page"],
.nav-dropdown-toggle:hover,
.nav-dropdown-toggle[aria-current="page"],
.nav-dropdown-item.is-open > .nav-dropdown-toggle { color: var(--accent); }
.nav-chevron { width: 6px; height: 6px; border-width: 1.5px; transition: transform .22s ease; }
.nav-dropdown-item.is-open .nav-chevron { transform: translateY(2px) rotate(225deg); }
.header-cta { min-height: 42px; color: #fff; background: var(--accent); border-radius: 10px; box-shadow: 0 10px 24px rgba(241,90,43,.18); }
.header-cta:hover { background: #d94b20; }

/* Desktop dropdowns */
.nav-dropdown {
  position: absolute;
  z-index: 50;
  top: calc(100% - 1px);
  left: 50%;
  right: auto;
  width: min(1180px, calc(100vw - 40px));
  padding: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  transform: translate(-50%, 12px) scale(.99);
  transform-origin: top center;
  transition: opacity .18s ease, transform .22s cubic-bezier(.2,.8,.2,1), visibility .18s;
}
.nav-services:hover .nav-dropdown,
.nav-services:focus-within .nav-dropdown,
.nav-services.is-open .nav-dropdown,
.nav-brands:hover .nav-dropdown,
.nav-brands:focus-within .nav-dropdown,
.nav-brands.is-open .nav-dropdown {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0) scale(1);
}
.nav-dropdown::before { content: ""; position: absolute; inset: 0; border-radius: 0 0 20px 20px; background: rgba(255,255,255,.985); border: 1px solid rgba(8,17,31,.08); box-shadow: 0 28px 70px rgba(8,17,31,.19); backdrop-filter: blur(20px); }
.nav-dropdown__inner { position: relative; display: grid; grid-template-columns: 245px 1fr; min-height: 286px; overflow: hidden; border-radius: 0 0 20px 20px; }
.nav-dropdown__intro { padding: 30px 28px; color: #fff; background: linear-gradient(160deg,#0b1a2e,#102b49); }
.nav-dropdown__intro > span { display: block; margin-bottom: 18px; color: #8fb3cd; font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.nav-dropdown__intro > strong { display: block; max-width: 180px; font-size: 24px; line-height: 1.12; letter-spacing: -.035em; }
.nav-dropdown__intro p { margin: 12px 0 24px; color: #a9b7c9; font-size: 13px; line-height: 1.55; }
.nav-dropdown__intro a { display: inline-flex; color: #fff; font-size: 12px; font-weight: 850; }
.mega-grid { padding: 18px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; background: #fff; }
.mega-card { position: relative; min-height: 76px; padding: 14px 42px 14px 58px; display: flex; align-items: center; color: var(--ink); border: 1px solid #e5eaf0; border-radius: 13px; background: #fff; transition: border-color .18s ease, background .18s ease, transform .18s ease, box-shadow .18s ease; }
.mega-card:hover { transform: translateY(-1px); border-color: #cbd6e2; background: #f8fafc; box-shadow: 0 9px 22px rgba(8,17,31,.065); }
.mega-card__icon { position: absolute; left: 14px; top: 50%; width: 32px; height: 32px; transform: translateY(-50%); display: grid; place-items: center; color: #fff; border-radius: 9px; background: #102b49; box-shadow: none; }
.mega-card__body { display: block; min-width: 0; }
.mega-card strong { display: block; margin: 0 0 2px; color: #101a28; font-size: 13px; font-weight: 850; line-height: 1.25; }
.mega-card__body > span { display: block; color: #758195; font-size: 11px; line-height: 1.35; }
.mega-card__arrow { position: absolute; right: 15px; color: #9aa6b5 !important; font-size: 15px !important; transition: transform .18s ease, color .18s ease; }
.mega-card:hover .mega-card__arrow { color: var(--accent) !important; transform: translateX(2px); }

.nav-dropdown__inner--brands { grid-template-columns: 230px 1fr; min-height: 315px; }
.nav-dropdown__intro--light { color: #fff; background: linear-gradient(160deg,#111b2b,#172d47); }
.brands-menu-grid { padding: 18px; display: grid; grid-template-columns: repeat(4,1fr); gap: 9px; background: #fff; }
.brand-menu-card { min-height: 84px; padding: 10px 12px; display: flex; align-items: center; gap: 10px; border: 1px solid #e4e9ef; border-radius: 12px; background: #fbfcfd; transition: .18s ease; }
.brand-menu-card:hover { transform: translateY(-1px); border-color: #cad5e0; background: #fff; box-shadow: 0 9px 22px rgba(8,17,31,.065); }
.brand-menu-card.is-authorized { border-color: #c8e7d8; background: #f6fcf9; }
.brand-menu-card__logo { width: 65px; height: 38px; flex: 0 0 65px; display: grid; place-items: center; overflow: hidden; border-radius: 7px; background: #fff; }
.brand-menu-card__logo img { max-width: 56px; max-height: 27px; object-fit: contain; }
.brand-menu-card__textlogo { color: #111b29; font-size: 10px; font-weight: 900; text-align: center; line-height: 1.1; }
.brand-menu-card__meta { min-width: 0; }
.brand-menu-card__meta strong { display: block; overflow: hidden; color: #111b29; font-size: 11px; white-space: nowrap; text-overflow: ellipsis; }
.brand-menu-card__meta small { display: block; margin-top: 2px; color: #7b8798; font-size: 9px; line-height: 1.2; }
.brand-logo--dark { filter: grayscale(1) brightness(0) !important; }

.button { border-radius: 10px; transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-1px); }
.button--primary { background: #123a5d; box-shadow: 0 10px 24px rgba(18,58,93,.2); }
.button--accent { background: var(--accent); box-shadow: 0 12px 28px rgba(241,90,43,.22); }
.button--accent:hover { background: #db4d22; }

/* Home hero */
.home-hero { background: #07111e; }
.home-hero::before { opacity: .20; background-size: 52px 52px; }
.home-hero::after { width: 720px; height: 720px; right: -240px; top: -300px; background: radial-gradient(circle, rgba(26,93,143,.28), rgba(241,90,43,.08) 42%, transparent 68%); }
.home-hero .hero__inner { min-height: 610px; padding: 82px 0; grid-template-columns: 1fr .92fr; gap: 64px; }
.home-hero .eyebrow { margin-bottom: 16px; color: #a6b4c6; }
.home-hero .eyebrow::before { background: var(--accent); box-shadow: 0 0 15px rgba(241,90,43,.55); }
.home-hero h1 { max-width: 690px; margin-bottom: 22px; font-size: clamp(46px,5.5vw,72px); line-height: .99; letter-spacing: -.052em; }
.home-hero .hero__lead { max-width: 650px; color: #b3bfce; font-size: 17px; line-height: 1.68; }
.home-hero .trust-row { margin-top: 24px; color: #94a2b5; }
.home-hero .trust-row span::before { color: var(--accent); }
.hero-service-panel { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; background: rgba(255,255,255,.055); box-shadow: 0 28px 70px rgba(0,0,0,.27); backdrop-filter: blur(12px); }
.hero-service-panel::before { content:""; position:absolute; z-index:0; top:0; left:-40%; width:35%; height:1px; background: linear-gradient(90deg,transparent,#f68255,transparent); animation: panelScan 5s linear infinite; }
.hero-service-panel__head { position: relative; z-index:1; min-height: 82px; padding: 20px 22px; display:flex; align-items:center; justify-content:space-between; gap:18px; border-bottom:1px solid rgba(255,255,255,.09); }
.hero-service-panel__head small { display:block; margin-bottom:3px; color:#8192a8; font-size:9px; font-weight:900; letter-spacing:.15em; }
.hero-service-panel__head strong { display:block; font-size:18px; }
.hero-service-panel__head > span { padding:6px 9px; color:#e5ebf2; border:1px solid rgba(255,255,255,.13); border-radius:999px; font-size:9px; font-weight:900; letter-spacing:.1em; }
.hero-service-list { position:relative; z-index:1; display:grid; grid-template-columns:1fr 1fr; }
.hero-service-link { position:relative; min-height:91px; padding:17px 38px 16px 55px; border-right:1px solid rgba(255,255,255,.08); border-bottom:1px solid rgba(255,255,255,.08); transition:background .18s ease; }
.hero-service-link:nth-child(2n) { border-right:0; }
.hero-service-link:nth-last-child(-n+2) { border-bottom:0; }
.hero-service-link:hover { background:rgba(255,255,255,.06); }
.hero-service-link > span { position:absolute; left:17px; top:19px; width:27px; height:27px; display:grid; place-items:center; border-radius:8px; color:#fff; background:rgba(241,90,43,.92); font-size:12px; }
.hero-service-link strong { display:block; font-size:12px; line-height:1.3; }
.hero-service-link small { display:block; margin-top:4px; color:#8fa0b5; font-size:9.5px; line-height:1.35; }
.hero-service-link i { position:absolute; right:15px; top:18px; color:#65768b; font-style:normal; }
.hero-service-link:hover i { color:#f68255; }
.hero-service-panel__foot { position:relative; z-index:1; min-height:48px; padding:0 20px; display:flex; align-items:center; gap:9px; border-top:1px solid rgba(255,255,255,.08); color:#9aaabd; font-size:10px; letter-spacing:.04em; }
.signal-dot { width:7px; height:7px; border-radius:50%; background:#1ed488; box-shadow:0 0 12px rgba(30,212,136,.65); }
@keyframes panelScan { 0% { left:-40%; } 100% { left:110%; } }

.section { padding: 88px 0; }
.section-heading { max-width: 720px; margin-bottom: 34px; }
.section-heading__kicker { color: var(--accent); font-size: 10px; letter-spacing: .17em; }
.section-heading h2 { font-size: clamp(34px,3.7vw,50px); }
.section-heading p { max-width: 660px; font-size: 15px; line-height: 1.7; }
.services-grid { gap: 14px; }
.service-card { min-height: 286px; padding: 24px; border-radius: 17px; box-shadow: 0 1px 0 rgba(8,17,31,.02); }
.service-card:hover { transform: translateY(-3px); border-color: #cbd5df; box-shadow: 0 18px 44px rgba(8,17,31,.09); }
.service-card__number { margin-bottom: 56px; color: #a3adba; }
.service-card__icon { top: 22px; right: 22px; width: 44px; height: 44px; border-radius: 12px; background: #123a5d; box-shadow: none; }
.service-card h3 { font-size: 22px; }
.service-card p { font-size: 13px; line-height: 1.65; }
.text-link { color: #155d8f; }

.authorized-band { padding: 26px; border-radius: 18px; background: linear-gradient(135deg,#0d1b2f,#102c48); box-shadow: 0 20px 50px rgba(8,17,31,.12); }
.authorized-band .section-heading__kicker { color: #9cb5c9 !important; }
.authorized-logo { min-height: 112px; border-radius: 13px; }
.brand-grid { grid-template-columns: repeat(5,1fr); gap: 10px; }
.brand-tile { min-height: 105px; border-radius: 13px; background: #fff; }
.brand-tile:hover { transform: translateY(-2px); border-color: #c8d3df; box-shadow: 0 12px 28px rgba(8,17,31,.07); }
.brand-tile img { max-width: 128px; max-height: 43px; }
.brands-all-link { margin-top: 18px; }

.page-hero { padding: 78px 0 64px; background: #08111f; }
.page-hero::before { background: radial-gradient(circle at 82% 12%, rgba(21,93,143,.22), transparent 35%), linear-gradient(rgba(105,128,156,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(105,128,156,.08) 1px,transparent 1px); background-size:auto,48px 48px,48px 48px; }
.page-hero h1 { font-size: clamp(40px,5vw,64px); }
.page-hero p { font-size: 16px; line-height: 1.7; }
.page-hero__tags span { border-radius: 8px; }
.sticky-contact { border-radius: 16px; background: #0d1b2f; }
.feature-list li, .outcome, .detail-card, .brand-card, .contact-card { border-radius: 15px; }
.brand-card { transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.brand-card:hover { transform: translateY(-2px); border-color:#cbd5df; box-shadow:0 14px 34px rgba(8,17,31,.07); }
.brand-card__logo { padding: 9px 10px; border-radius: 10px; background: #f8fafc; }
.brand-card__logo img { max-width: 160px; max-height: 50px; }

.cta { padding: 56px 0; background: linear-gradient(110deg,#123a5d,#0d2843 60%,#7d351e); }
.cta::after { opacity: .45; }
.cta h2 { font-size: clamp(30px,3.5vw,44px); }

.site-footer { background: #050c16; }
.footer-brand img { opacity: .96; }

/* Bot: fixed geometry prevents click-to-click layout shifting */
.bot-overlay { padding: 20px; background: rgba(3,9,17,.76); }
.bot-panel { width: min(650px,100%); height: min(700px,calc(100vh - 40px)); max-height: none; border-radius: 20px; box-shadow: 0 35px 100px rgba(0,0,0,.42); transform: translateY(10px) scale(.992); }
.bot-head { flex: 0 0 auto; padding: 16px 18px; background: #091524; }
.bot-head__icon { width: 42px; height: 42px; border-radius: 11px; background: var(--accent); }
.bot-body { flex: 1 1 auto; min-height: 0; height: auto; padding: 18px; overflow-y: auto; overflow-x: hidden; scrollbar-gutter: stable; overscroll-behavior: contain; background: #f4f6f9; }
.bot-message { max-width: 84%; margin-bottom: 10px; border-radius: 5px 14px 14px 14px; box-shadow: 0 5px 16px rgba(8,17,31,.055); }
.bot-message--user { border-radius: 14px 5px 14px 14px; background: #123a5d; }
.bot-results { width: 100%; margin: 8px 0 12px; }
.bot-result { width: 100%; min-height: 82px; padding: 13px 14px; border-radius: 12px; transition: border-color .16s ease, box-shadow .16s ease, background .16s ease; }
.bot-result:hover { transform: none; border-color: #bdcad6; box-shadow: 0 7px 18px rgba(8,17,31,.06); }
.bot-result em { color: #155d8f; }
.bot-chips { flex: 0 0 auto; min-height: 49px; padding: 8px 18px 10px; overflow-x: auto; overflow-y: hidden; scrollbar-width: thin; background: #f4f6f9; border-top: 1px solid #e7ebef; }
.bot-chip { flex: 0 0 auto; padding: 7px 10px; border-color: #d5dde5; color: #435064; font-size: 10px; }
.bot-form { flex: 0 0 auto; padding: 12px 14px 14px; }
.bot-input { min-height: 48px; }
.bot-send { min-width: 78px; border-radius: 10px; background: var(--accent); }
.bot-send:hover { background: #db4d22; }
.bot-fab { min-height: 52px; background: #0e2b48; box-shadow: 0 18px 42px rgba(8,17,31,.28); }
.bot-fab__icon { background: var(--accent); }

/* Progressive enhancement: content stays visible when JS is unavailable. */
.reveal { opacity: 1; transform: none; filter: none; }
.reveal-ready .reveal { opacity: 0; transform: translateY(14px); filter: blur(3px); transition: opacity .52s ease, transform .52s cubic-bezier(.2,.8,.2,1), filter .52s ease; }
.reveal-ready .reveal.is-visible { opacity: 1; transform: none; filter: none; }

/* Compact technical monograms read more consistently than font-dependent glyphs. */
.mega-card__icon, .service-card__icon, .hero-service-link > span { font-size: 9px; font-weight: 900; letter-spacing: .06em; font-family: Arial, Helvetica, sans-serif; }

@media (max-width: 1050px) {
  .site-header__inner { min-height: 70px; }
  .brand img { width: 195px; }
  .primary-nav, .header-cta { display: none; }
  .site-header.is-mobile-open .primary-nav { max-height: calc(100vh - 104px); overflow-y: auto; padding: 8px 20px 18px; }
  .site-header.is-mobile-open .primary-nav > ul { display: block; }
  .primary-nav > ul > li { display: block; }
  .primary-nav > ul > li > a, .nav-dropdown-toggle { width: 100%; min-height: 50px; padding: 0; justify-content: space-between; border-bottom: 1px solid var(--line); }
  .nav-dropdown { position: static; width: 100%; display: none; padding: 0; visibility: hidden; opacity: 0; pointer-events: none; transform: none !important; }
  .nav-dropdown::before { display: none; }
  .nav-services:hover .nav-dropdown, .nav-services:focus-within .nav-dropdown, .nav-brands:hover .nav-dropdown, .nav-brands:focus-within .nav-dropdown { visibility: hidden; opacity: 0; pointer-events: none; }
  .nav-dropdown-item.is-open .nav-dropdown { display: block; visibility: visible; opacity: 1; pointer-events: auto; }
  .nav-dropdown__inner, .nav-dropdown__inner--brands { min-height: 0; grid-template-columns: 1fr; border-radius: 0; }
  .nav-dropdown__intro { display: none; }
  .mega-grid, .brands-menu-grid { padding: 12px 0; grid-template-columns: repeat(2,1fr); background:#fff; }
  .mega-card { min-height: 76px; color:var(--ink); background:#f7f9fb; }
  .brand-menu-card { min-height:74px; }
  .home-hero .hero__inner { grid-template-columns:1fr; min-height:auto; padding:70px 0; }
  .hero-service-panel { max-width:760px; }
  .brand-grid { grid-template-columns:repeat(3,1fr); }
}

@media (max-width: 760px) {
  :root { --container: min(100% - 28px, 1180px); }
  .topbar__inner { min-height: 32px; }
  .brand img { width: 178px; }
  .site-header__inner { min-height: 66px; }
  .mega-grid, .brands-menu-grid { grid-template-columns:1fr; }
  .mega-card { min-height:70px; }
  .brands-menu-grid { max-height: 54vh; overflow-y:auto; }
  .home-hero .hero__inner { padding: 58px 0 52px; gap: 32px; }
  .home-hero h1 { font-size: clamp(40px,12vw,56px); }
  .home-hero .hero__lead { font-size:15px; }
  .hero-service-list { grid-template-columns:1fr; }
  .hero-service-link { min-height:76px; border-right:0; border-bottom:1px solid rgba(255,255,255,.08) !important; }
  .hero-service-link:last-child { border-bottom:0 !important; }
  .hero-service-link small { font-size:9px; }
  .section { padding:68px 0; }
  .section-heading h2 { font-size:36px; }
  .service-card { min-height:250px; }
  .brand-grid { grid-template-columns:repeat(2,1fr); }
  .authorized-logos { grid-template-columns:1fr 1fr; }
  .bot-overlay { padding:0; align-items:end; }
  .bot-panel { width:100%; height:min(86vh,720px); max-height:none; border-radius:18px 18px 0 0; }
  .bot-body { padding:14px; }
  .bot-chips { padding-left:14px; padding-right:14px; }
  .bot-fab { right:14px; bottom:14px; }
  .bot-fab strong { display:none; }
  .bot-fab { width:52px; padding:7px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-service-panel::before { animation: none !important; }
  .reveal { filter:none; }
}

/* Responsive hardening: prevent intrinsic logo widths from forcing horizontal scroll. */
.authorized-band > * { min-width: 0; }
.authorized-logos { grid-template-columns: repeat(2, minmax(0, 1fr)); min-width: 0; }
.authorized-logo { min-width: 0; }
@media (max-width: 760px) {
  html { scrollbar-gutter: auto; }
  .authorized-logo { padding: 12px; }
  .authorized-logo img { width: min(132px, 100%); }
}

/* V4 refinements: centered hero, service pictograms, restored footer logo */
.footer-brand img {
  width: 220px !important;
  max-width: 100%;
  height: auto;
  filter: brightness(0) invert(1);
}

.mega-card__icon,
.service-card__icon {
  overflow: hidden;
}
.mega-card__icon img,
.service-card__icon img {
  display: block;
  width: 68%;
  height: 68%;
  object-fit: contain;
}
.mega-card__icon img { width: 66%; height: 66%; }
.service-card__icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  transition: transform .22s cubic-bezier(.2,.8,.2,1), background .22s ease;
}
.service-card:hover .service-card__icon { transform: translateY(-2px) rotate(-2deg); background: #0d2f4d; }
.mega-card__icon { transition: transform .2s cubic-bezier(.2,.8,.2,1), background .2s ease; }
.mega-card:hover .mega-card__icon { transform: translateY(-50%) scale(1.06); background: #0d2f4d; }

.home-hero::after {
  width: 980px;
  height: 760px;
  left: 50%;
  right: auto;
  top: -430px;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(27,98,151,.30), rgba(241,90,43,.08) 42%, transparent 69%);
}
.home-hero::before {
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.95), rgba(0,0,0,.2) 82%, transparent);
}
.home-hero .hero__inner {
  min-height: 600px;
  padding: 98px 0 104px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-hero .hero__copy {
  width: min(100%, 930px);
  margin: 0 auto;
  text-align: center;
}
.home-hero .eyebrow { justify-content: center; }
.home-hero h1 {
  max-width: 900px;
  margin: 0 auto 24px;
  font-size: clamp(48px, 6vw, 78px);
}
.home-hero .hero__lead {
  max-width: 760px;
  margin: 0 auto 32px;
  font-size: 18px;
}
.home-hero .hero__actions,
.home-hero .trust-row {
  justify-content: center;
}
.home-hero .trust-row {
  margin: 26px auto 0;
}

@keyframes heroTextIn {
  0% { opacity: 0; transform: translateY(22px); filter: blur(5px); }
  100% { opacity: 1; transform: translateY(0); filter: blur(0); }
}
.reveal-ready .hero-intro__eyebrow,
.reveal-ready .hero-intro__title,
.reveal-ready .hero-intro__lead,
.reveal-ready .hero-intro__actions,
.reveal-ready .hero-intro__trust {
  opacity: 0;
  animation: heroTextIn .72s cubic-bezier(.2,.82,.2,1) forwards;
}
.reveal-ready .hero-intro__eyebrow { animation-delay: .05s; }
.reveal-ready .hero-intro__title { animation-delay: .14s; }
.reveal-ready .hero-intro__lead { animation-delay: .24s; }
.reveal-ready .hero-intro__actions { animation-delay: .34s; }
.reveal-ready .hero-intro__trust { animation-delay: .44s; }

@media (max-width: 760px) {
  .home-hero .hero__inner { min-height: 520px; padding: 70px 0 74px; }
  .home-hero h1 { font-size: clamp(42px, 12vw, 58px); }
  .home-hero .hero__lead { font-size: 15.5px; }
  .home-hero .trust-row { gap: 11px 15px; }
  .service-card__icon { width: 48px; height: 48px; }
  .footer-brand img { width: 220px !important; }
}

@media (prefers-reduced-motion: reduce) {
  .reveal-ready .hero-intro__eyebrow,
  .reveal-ready .hero-intro__title,
  .reveal-ready .hero-intro__lead,
  .reveal-ready .hero-intro__actions,
  .reveal-ready .hero-intro__trust {
    opacity: 1;
    transform: none;
    filter: none;
    animation: none !important;
  }
  .service-card:hover .service-card__icon,
  .mega-card:hover .mega-card__icon { transform: none; }
}

/* Mobile hardening: long contact values must not expand the grid. */
.contact-grid > *,
.contact-stack,
.contact-card,
.request-form,
.form-grid,
.form-field {
  min-width: 0;
}
.contact-card h3,
.contact-card h3 a,
.contact-card p,
.request-form h2,
.request-form p {
  overflow-wrap: anywhere;
}

/* Final viewport guard: decorative/fixed UI must never create page-level horizontal scroll. */
html, body { max-width: 100%; overflow-x: clip; }

/* =========================================================
   V5 REFINEMENTS — pixel alignment, contact layout, corporate headings
   ========================================================= */
/* Desktop mega menu: one visual shell only, so border/background/radius align exactly. */
.nav-dropdown::before { display: none !important; }
.nav-dropdown__inner {
  background: #fff;
  border: 1px solid rgba(8,17,31,.085);
  border-radius: 0 0 20px 20px;
  box-shadow: 0 28px 70px rgba(8,17,31,.19);
  isolation: isolate;
}
.nav-dropdown__intro,
.mega-grid,
.brands-menu-grid { min-width: 0; }

/* Pictograms: geometric centering independent of inline-image baseline. */
.mega-card__icon,
.service-card__icon { position: absolute; display: block; }
.mega-card__icon img,
.service-card__icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64%;
  height: 64%;
  margin: 0;
  object-fit: contain;
  object-position: 50% 50%;
  transform: translate(-50%, -50%);
}
.mega-card__icon img { width: 62%; height: 62%; }

/* Contact: four equal cards, then one large full-width map. */
.contact-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.contact-cards-grid .contact-card {
  min-height: 176px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 18px;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.contact-cards-grid .contact-card:hover {
  transform: translateY(-2px);
  border-color: #cbd6e2;
  box-shadow: 0 16px 38px rgba(8,17,31,.075);
}
.contact-cards-grid .contact-card small {
  color: var(--accent);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.contact-cards-grid .contact-card h3 {
  overflow-wrap: anywhere;
  font-size: clamp(19px, 2vw, 25px);
  line-height: 1.18;
}
.contact-map-section { padding-top: 0; }
.contact-map-shell {
  padding: 10px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(8,17,31,.07);
}
.contact-map-shell .map-frame {
  display: block;
  min-height: 560px;
  border-radius: 15px;
}

/* Corporate vision/mission hierarchy. */
#vizyon .section-heading__kicker,
#misyon .section-heading__kicker {
  width: fit-content;
  margin-bottom: 18px;
  padding: 8px 12px;
  color: #fff;
  border-radius: 8px;
  background: var(--accent);
  box-shadow: 0 8px 20px rgba(241,90,43,.18);
  font-size: 11px;
  letter-spacing: .16em;
}
#vizyon .prose h2,
#misyon .prose h2 {
  position: relative;
  margin-bottom: 24px;
  padding-bottom: 19px;
  color: #0a1829;
  font-size: clamp(38px,4.3vw,58px);
  line-height: 1.02;
}
#vizyon .prose h2::after,
#misyon .prose h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 78px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg,var(--accent),var(--accent-2));
}

@media (max-width: 760px) {
  .contact-cards-grid { grid-template-columns: 1fr; }
  .contact-cards-grid .contact-card { min-height: 148px; padding: 22px; }
  .contact-map-shell .map-frame { min-height: 430px; }
  #vizyon .prose h2, #misyon .prose h2 { font-size: clamp(34px,10.5vw,46px); }
}


.local-service-links{margin-top:28px;padding:18px 20px;border:1px solid var(--line);border-radius:14px;background:#f8fafc}.local-service-links>strong{display:block;margin-bottom:9px;color:#233247;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.local-service-links ul{margin:0;padding:0;display:flex;flex-wrap:wrap;gap:8px 18px;list-style:none}.local-service-links .text-link{font-size:12px}

/* =========================================================
   V6 REFINEMENTS — living blue surfaces, brand research, live hours
   ========================================================= */

/* Türkçe başlıklarda doğal büyük/küçük harf; hiyerarşi tipografiyle verilir. */
.eyebrow,
.section-heading__kicker,
.contact-cards-grid .contact-card small,
.local-service-links > strong { text-transform: none; letter-spacing: .08em; }

/* Koyu mavi yüzeylerde çok hafif gün doğumu/batımı hissi veren hareket. */
@keyframes ambientBlueShift {
  0%   { background-position: 12% 48%, 0% 50%; }
  50%  { background-position: 82% 42%, 100% 50%; }
  100% { background-position: 16% 54%, 0% 50%; }
}
@keyframes ambientSunDrift {
  0%   { transform: translateX(-58%) scale(.92); opacity: .34; }
  50%  { transform: translateX(-48%) scale(1.05); opacity: .52; }
  100% { transform: translateX(-38%) scale(.94); opacity: .36; }
}
.hero,
.page-hero,
.cta,
.authorized-band,
.service-brands-band,
.nav-dropdown__intro,
.site-footer,
.bot-head,
.process-card,
.about-stamp,
.sticky-contact {
  background-image:
    radial-gradient(circle at 18% 115%, rgba(241,90,43,.08), transparent 34%),
    linear-gradient(118deg, #07111f 0%, #0b2a45 30%, #15577d 51%, #0c3556 70%, #07111f 100%);
  background-size: 145% 145%, 250% 250%;
  animation: ambientBlueShift 18s ease-in-out infinite;
}
.home-hero::after { animation: ambientSunDrift 20s ease-in-out infinite alternate; }
.page-hero::before { opacity: .72; }
.cta { background-image: radial-gradient(circle at 12% 110%, rgba(241,90,43,.11), transparent 34%), linear-gradient(118deg,#0a1d31,#124569 45%,#174f72 62%,#0a2138); }
.site-footer { background-image: radial-gradient(circle at 76% 112%, rgba(241,90,43,.055), transparent 28%), linear-gradient(120deg,#050c16,#092038 45%,#0c2d48 62%,#050c16); }

/* Yetkili servis bandı gibi, diğer çözüm markaları da tek bir kurumsal kutuda. */
.service-brands-band {
  margin-top: 18px;
  padding: 26px;
  overflow: hidden;
  color: #fff;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(8,17,31,.12);
}
.service-brands-band__head { margin-bottom: 20px; }
.service-brands-band__head .section-heading__kicker { color: #9ec0d7; }
.service-brands-band__head h3 { margin: 0 0 8px; font-size: clamp(24px,3vw,32px); }
.service-brands-band__head p { max-width: 760px; margin: 0; color: #b8c7d8; font-size: 14px; }
.service-brands-band .brand-grid { margin-top: 0; }
.service-brands-band .brand-tile { background: rgba(255,255,255,.97); border-color: rgba(255,255,255,.22); }
.service-brands-page-panel {
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 52px rgba(8,17,31,.07);
}

/* Marka sayfaları: ürün aileleri okunaklı ve taranabilir kartlar halinde. */
.brand-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 12px;
}
.brand-product-item {
  min-height: 118px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(8,17,31,.045);
}
.brand-product-item__number {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 11px;
  background: linear-gradient(145deg,#0b2d49,#154d70);
  font-size: 10px;
  font-weight: 900;
}
.brand-product-item strong { color: #152235; font-size: 14px; line-height: 1.45; }
.brand-local-note {
  margin-top: 18px;
  padding: 20px 22px;
  border: 1px solid #d6e2ec;
  border-left: 4px solid var(--accent);
  border-radius: 14px;
  background: #f7fafc;
}
.brand-local-note strong { display:block; margin-bottom:6px; color:#10243a; font-size:13px; }
.brand-local-note p { margin:0; color:#556476; font-size:13px; line-height:1.7; }

/* Footer çalışma durumu: tarih + canlı açık/kapalı durumu + sabit kapalı gün. */
.footer-open-card {
  margin-top: 16px;
  padding: 13px 14px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 13px;
  background: rgba(255,255,255,.055);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.025);
}
.footer-open-card__top { display:flex; flex-direction:row; flex-wrap:wrap; align-items:center; gap:6px; }
.footer-open-card__date::after { content:" –"; }
.footer-open-card__date { color:#dce7f1; font-size:11px; font-weight:780; }
.footer-open-card__state {
  width: fit-content;
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:#dce7f1;
  font-size:11px;
  font-weight:850;
}
.footer-open-card__state i { width:8px; height:8px; flex:0 0 8px; border-radius:50%; background:#8794a7; }
.footer-open-card__state.is-open { color:#72e7ad; }
.footer-open-card__state.is-open i { background:#35d98a; box-shadow:0 0 0 0 rgba(53,217,138,.4); animation:footerStatusPulse 1.9s ease-out infinite; }
.footer-open-card__state.is-closed { color:#ff9a88; }
.footer-open-card__state.is-closed i { background:#f15a48; }
.footer-open-card__closed { display:block; margin-top:9px; color:#f28678; font-size:10px; }
@keyframes footerStatusPulse { 0%{box-shadow:0 0 0 0 rgba(53,217,138,.42)} 70%{box-shadow:0 0 0 7px rgba(53,217,138,0)} 100%{box-shadow:0 0 0 0 rgba(53,217,138,0)} }

@media (max-width: 960px) { .brand-product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width: 760px) {
  .service-brands-band, .service-brands-page-panel { padding: 20px; border-radius: 18px; }
  .brand-product-grid { grid-template-columns: 1fr; }
  .brand-product-item { min-height: 96px; }
}
@media (prefers-reduced-motion: reduce) {
  .hero,.page-hero,.cta,.authorized-band,.service-brands-band,.nav-dropdown__intro,.site-footer,.bot-head,.process-card,.about-stamp,.sticky-contact,
  .home-hero::after,.footer-open-card__state.is-open i { animation: none !important; }
}

/* Admin visual editor mode */
.gem-editor-mode body { cursor: default; }
.gem-editor-mode [data-cms-page-text],
.gem-editor-mode [data-cms-label],
.gem-editor-mode [data-cms-home-eyebrow],
.gem-editor-mode [data-cms-home-title],
.gem-editor-mode [data-cms-home-lead],
.gem-editor-mode [data-cms-home-services-title],
.gem-editor-mode [data-cms-home-services-lead],
.gem-editor-mode [data-cms-home-brands-title],
.gem-editor-mode [data-cms-home-brands-lead],
.gem-editor-mode [data-cms-home-cta-title],
.gem-editor-mode [data-cms-phone],
.gem-editor-mode [data-cms-email],
.gem-editor-mode [data-cms-footer-text],
.gem-editor-mode [data-cms-footer-since],
.gem-editor-mode [data-gem-service-field],
.gem-editor-mode [data-gem-brand-field] { cursor: text; outline: 1px dashed rgba(241,90,43,.35); outline-offset: 3px; transition: outline-color .18s ease, box-shadow .18s ease; }
.gem-editor-mode [data-cms-page-text]:hover,
.gem-editor-mode [data-cms-label]:hover,
.gem-editor-mode [data-cms-home-title]:hover,
.gem-editor-mode [data-cms-home-lead]:hover,
.gem-editor-mode [data-gem-service-field]:hover,
.gem-editor-mode [data-gem-brand-field]:hover { outline-color: rgba(241,90,43,.9); }
.gem-editor-mode .gem-editor-selected { outline: 2px solid var(--accent) !important; outline-offset: 4px !important; box-shadow: 0 0 0 5px rgba(241,90,43,.12); }
