:root {
  --brand: #0867f2;
  --violet: #1557d5;
  --cyan: #10a5ff;
  --navy: #061c46;
  --ink: #14213c;
  --muted: #667085;
  --soft: #f4f7fb;
  --line: #e5eaf2;
  --white: #fff;
  --shadow-sm: 0 10px 30px rgba(17, 35, 74, .08);
  --shadow-lg: 0 35px 90px rgba(24, 50, 105, .15);
  --gradient: linear-gradient(120deg, var(--cyan), var(--brand) 52%, #0847ad);
  --max: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, "Segoe UI", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body, button, input, select, textarea { font-family: Inter, "Segoe UI", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; display: block; }
::selection { background: #cfe1ff; color: #102657; }
:focus-visible { outline: 3px solid rgba(37, 99, 235, .28); outline-offset: 3px; }

.section-shell { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 200; background: rgba(255,255,255,.9); border-bottom: 1px solid rgba(229,234,242,.9); backdrop-filter: blur(18px); }
.nav-shell { width: min(var(--max), calc(100% - 48px)); height: 82px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 12px; flex: none; }
.brand-symbol { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 15px; color: white; background: var(--gradient); box-shadow: 0 9px 25px rgba(37,99,235,.22); position: relative; overflow: hidden; }
.brand-symbol::after { content: ""; position: absolute; inset: 1px; border: 1px solid rgba(255,255,255,.32); border-radius: 14px; }
.brand-symbol b { font-size: 25px; line-height: 1; letter-spacing: -.08em; }
.brand-symbol i { position: absolute; right: 5px; top: 4px; font-size: 9px; font-style: normal; }
.brand-copy strong, .footer-brand strong { display: block; color: #101828; font-size: 14px; letter-spacing: .15em; }
.brand-copy em, .footer-brand em { color: var(--brand); font-style: normal; }
.brand-copy small, .footer-brand small { display: block; margin-top: 4px; color: #8991a4; font-size: 7px; letter-spacing: .18em; text-transform: uppercase; }
.brand-upload-frame { width: 178px; height: 72px; display: grid; place-items: center; overflow: hidden; flex: none; }
.brand-upload { max-width: 178px; max-height: 66px; object-fit: contain; }
.brand-upload-frame.default-logo { position: relative; }
.brand-upload-frame.default-logo .brand-upload { position: absolute; width: 178px; max-width: none; max-height: none; height: auto; top: -10px; left: 0; }
.site-header nav { display: flex; align-items: center; gap: 32px; color: #4c5568; font-size: 13px; font-weight: 600; }
.site-header nav a { position: relative; }
.site-header nav a::after { content: ""; position: absolute; height: 2px; left: 0; right: 100%; bottom: -8px; background: var(--gradient); transition: right .2s ease; }
.site-header nav a:hover::after { right: 0; }
.nav-cta { min-height: 44px; padding: 0 18px; border: 1px solid #d7dfed; border-radius: 12px; display: flex; align-items: center; gap: 15px; color: #1e3a8a; background: white; font-size: 12px; font-weight: 700; box-shadow: 0 6px 18px rgba(20,54,111,.05); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.nav-cta span { color: var(--brand); }
.nav-cta:hover { transform: translateY(-2px); border-color: #b9ccf6; box-shadow: var(--shadow-sm); }
.menu-toggle { display: none; width: 43px; height: 43px; border: 1px solid var(--line); border-radius: 12px; background: white; position: relative; }
.menu-toggle span { position: absolute; left: 12px; width: 18px; height: 2px; background: var(--navy); top: 16px; }
.menu-toggle span:last-child { top: 24px; }
.mobile-menu { padding: 20px 24px 26px; border-top: 1px solid var(--line); background: white; }
.mobile-menu a { display: block; padding: 13px 0; font-weight: 700; }

.hero { min-height: 730px; padding-block: 76px 72px; display: grid; grid-template-columns: minmax(0, .96fr) minmax(520px, 1.04fr); gap: 70px; align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow, .section-label { color: #6473a2; font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #22c55e; box-shadow: 0 0 0 6px rgba(34,197,94,.08); }
.hero h1 { margin: 26px 0 23px; max-width: 720px; color: var(--navy); font-size: clamp(56px, 6vw, 82px); line-height: .98; letter-spacing: -.06em; font-weight: 720; text-wrap: balance; }
.hero h1::after { content: ""; display: inline-block; width: .14em; height: .14em; margin-left: .05em; border-radius: 50%; background: var(--gradient); }
.hero-copy > p { margin: 0; max-width: 620px; color: var(--muted); font-size: 18px; line-height: 1.72; }
.brand-promise { width: max-content; max-width: 100%; margin-top: 24px; padding: 10px 14px 10px 10px; border: 1px solid #d9e7fa; border-radius: 13px; display: flex; align-items: center; gap: 11px; background: linear-gradient(120deg, #f7fbff, #fff); box-shadow: 0 8px 24px rgba(10,75,173,.06); }
.brand-promise > span { width: 32px; height: 32px; border-radius: 10px; display: grid; place-items: center; color: white; background: var(--gradient); }
.brand-promise small { display: block; color: #7384a5; font-size: 7px; font-weight: 850; letter-spacing: .13em; }
.brand-promise strong { display: block; margin-top: 3px; color: var(--navy); font-size: 12px; letter-spacing: -.01em; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 34px; }
.button { min-height: 50px; padding: 0 21px; border: 1px solid transparent; border-radius: 13px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; font-size: 13px; font-weight: 750; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--gradient); box-shadow: 0 14px 35px rgba(37,99,235,.22); }
.button-primary:hover { box-shadow: 0 18px 45px rgba(70,75,220,.3); }
.button-secondary { color: #344054; border-color: #dbe2ed; background: #fff; }
.button-secondary:hover { box-shadow: var(--shadow-sm); }
.chat-dot { width: 27px; height: 27px; border-radius: 8px; display: grid; place-items: center; color: white; background: var(--gradient); }
.hero-proof { margin-top: 53px; padding-top: 23px; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 610px; }
.hero-proof div { display: flex; flex-direction: column; }
.hero-proof strong { color: var(--navy); font-size: 22px; letter-spacing: -.04em; }
.hero-proof span { margin-top: 5px; color: #8991a4; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }

.hero-visual { min-height: 565px; position: relative; display: grid; place-items: center; }
.hero-visual::before { content: ""; position: absolute; width: 540px; height: 540px; border-radius: 50%; background: radial-gradient(circle, rgba(84,141,255,.18), rgba(127,85,255,.08) 42%, transparent 70%); filter: blur(6px); }
.visual-orbit { position: absolute; border: 1px solid rgba(80,119,224,.13); border-radius: 50%; }
.orbit-one { width: 500px; height: 500px; }
.orbit-two { width: 610px; height: 610px; border-style: dashed; }
.command-card { width: min(100%, 555px); min-height: 460px; padding: 24px; border: 1px solid #e0e7f2; border-radius: 24px; background: rgba(255,255,255,.94); box-shadow: var(--shadow-lg); position: relative; z-index: 3; overflow: hidden; }
.command-card::after { content: ""; position: absolute; width: 210px; height: 210px; right: -95px; top: -105px; border-radius: 50%; background: linear-gradient(135deg, rgba(14,165,233,.15), rgba(124,58,237,.12)); }
.command-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 20px; border-bottom: 1px solid var(--line); position: relative; z-index: 2; }
.command-head > div { display: flex; align-items: center; gap: 11px; }
.command-logo { width: 36px; height: 36px; border-radius: 11px; display: grid; place-items: center; color: white; background: var(--gradient); }
.command-head strong { font-size: 13px; }
.live-badge { padding: 7px 10px; border: 1px solid #d9f3e3; border-radius: 100px; display: flex; align-items: center; gap: 7px; color: #16834a; background: #f2fcf6; font-size: 8px; font-weight: 800; letter-spacing: .1em; }
.live-badge i { width: 6px; height: 6px; border-radius: 50%; background: #22c55e; }
.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 18px; }
.metric-row article { min-height: 96px; padding: 14px; border: 1px solid var(--line); border-radius: 14px; background: #fbfcff; display: flex; flex-direction: column; }
.metric-row small, .journey-card small, .conversation-card small { color: #8b93a8; font-size: 8px; font-weight: 800; letter-spacing: .1em; }
.metric-row strong { margin-top: 9px; color: var(--navy); font-size: 27px; letter-spacing: -.05em; }
.metric-row span { margin-top: auto; color: #9098aa; font-size: 9px; }
.metric-row .trend { color: #159357; }
.journey-card { margin-top: 13px; padding: 17px; border: 1px solid var(--line); border-radius: 15px; }
.journey-title { display: flex; justify-content: space-between; gap: 12px; }
.journey-title strong { display: block; margin-top: 5px; font-size: 12px; }
.journey-title > span { color: #9299ab; font-size: 9px; }
.journey-flow { margin-top: 22px; display: flex; align-items: center; }
.journey-step { min-width: 94px; display: flex; align-items: center; gap: 8px; }
.journey-step i { width: 25px; height: 25px; border-radius: 50%; display: grid; place-items: center; font-size: 9px; font-style: normal; font-weight: 800; background: #eef2f8; color: #8a93a8; }
.journey-step.done i { color: white; background: #24b573; }
.journey-step.active i { color: white; background: var(--gradient); box-shadow: 0 0 0 5px rgba(37,99,235,.08); }
.journey-step span { font-size: 9px; font-weight: 750; }
.journey-step small { display: block; margin-top: 3px; font-weight: 500; letter-spacing: 0; text-transform: none; }
.journey-flow > b { flex: 1; height: 1px; margin: 0 7px; background: #dce3ee; }
.conversation-card { margin-top: 13px; min-height: 72px; padding: 13px; border-radius: 14px; display: grid; grid-template-columns: 36px 1fr auto; align-items: center; gap: 10px; background: linear-gradient(120deg, #f3f8ff, #f8f5ff); }
.mini-avatar { width: 36px; height: 36px; border-radius: 11px; display: grid; place-items: center; color: white; background: var(--gradient); font-size: 10px; font-weight: 800; }
.conversation-card p { margin: 4px 0 0; color: #4d586d; font-size: 11px; line-height: 1.45; }
.typing { display: flex; gap: 3px; }
.typing i { width: 4px; height: 4px; border-radius: 50%; background: #8aa9e8; }
.floating-chip { min-width: 185px; min-height: 61px; padding: 10px 15px; border: 1px solid #e2e8f2; border-radius: 14px; display: flex; align-items: center; gap: 10px; background: white; box-shadow: var(--shadow-sm); position: absolute; z-index: 4; }
.floating-chip > span { width: 33px; height: 33px; border-radius: 10px; display: grid; place-items: center; color: #16784b; background: #eafaf1; }
.floating-chip small { display: block; color: #969dae; font-size: 7px; font-weight: 800; letter-spacing: .1em; }
.floating-chip b { display: block; margin-top: 4px; font-size: 10px; }
.chip-one { right: -7px; top: 48px; }
.chip-two { left: -20px; bottom: 48px; }

.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fbfcfe; }
.trust-inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 22px; color: #8b93a3; font-size: 9px; letter-spacing: .1em; }
.trust-inner span { font-weight: 600; text-transform: uppercase; }
.trust-inner b { color: #60697b; font-size: 9px; white-space: nowrap; }

.section { padding-block: 115px; }
.section-heading h2 { margin: 18px 0 0; color: var(--navy); font-size: clamp(44px, 5vw, 67px); line-height: 1.02; letter-spacing: -.052em; font-weight: 700; }
.section-heading h2 em { color: var(--brand); font-style: normal; }
.intro-section { background: white; }
.intro-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 95px; margin-top: 70px; }
.intro-lead { margin: 0; color: #3f4b61; font-size: 23px; line-height: 1.57; }
.benefit-list { border-top: 1px solid var(--line); }
.benefit-list article { min-height: 118px; padding: 24px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 48px 1fr; gap: 18px; }
.benefit-list article > span { color: var(--brand); font-size: 10px; font-weight: 800; }
.benefit-list h3 { margin: 0 0 8px; color: var(--navy); font-size: 16px; }
.benefit-list p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.solutions-section { background: var(--soft); }
.split-heading { display: grid; grid-template-columns: 1.15fr .65fr; gap: 80px; align-items: end; }
.split-heading > p { margin: 0 0 4px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.solutions-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 68px; }
.solution-card { min-height: 300px; padding: 27px; border: 1px solid #e2e8f1; border-radius: 20px; background: white; box-shadow: 0 8px 24px rgba(25,48,88,.04); position: relative; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.solution-card:hover { transform: translateY(-5px); border-color: #c9d9f4; box-shadow: var(--shadow-sm); }
.solution-card.featured { grid-column: span 2; background: linear-gradient(135deg, #fff, #f7faff); }
.solution-card.featured::after { content: ""; position: absolute; width: 220px; height: 220px; right: -80px; bottom: -110px; border-radius: 50%; border: 30px solid rgba(37,99,235,.05); }
.solution-icon { width: 47px; height: 47px; border-radius: 14px; display: grid; place-items: center; color: var(--brand); background: #eef4ff; font-size: 20px; }
.solution-card > span { display: block; margin-top: 25px; color: #7985a3; font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.solution-card h3 { margin: 10px 0 12px; color: var(--navy); font-size: 24px; letter-spacing: -.03em; }
.solution-card p { margin: 0; max-width: 520px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.solution-card ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0 0; padding: 0; list-style: none; }
.solution-card li { padding: 8px 11px; border: 1px solid #dce6f7; border-radius: 100px; color: #4b6292; background: #f9fbff; font-size: 9px; font-weight: 700; }

.models-section { border-top: 1px solid var(--line); background: linear-gradient(180deg, #fff 0%, #f8fbff 100%); }
.models-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; margin-top: 68px; }
.model-card { min-height: 475px; padding: 29px; border: 1px solid #dfe7f3; border-radius: 23px; background: rgba(255,255,255,.93); box-shadow: 0 12px 34px rgba(21,49,94,.055); position: relative; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.model-card::after { content: ""; position: absolute; width: 190px; height: 190px; top: -118px; right: -104px; border-radius: 50%; background: #e7f2ff; }
.model-card.model-service::after { background: #e9f2ff; }
.model-card.model-ops::after { background: #e7fbf6; }
.model-card:hover { transform: translateY(-6px); border-color: #c8d8f0; box-shadow: 0 24px 58px rgba(21,49,94,.1); }
.model-top { display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 2; }
.model-top span { color: #8490a9; font-size: 10px; font-weight: 800; letter-spacing: .11em; }
.model-top i { width: 45px; height: 45px; border-radius: 14px; display: grid; place-items: center; color: white; background: var(--gradient); box-shadow: 0 10px 24px rgba(37,99,235,.17); font-style: normal; font-size: 17px; }
.model-card > small { display: block; margin-top: 46px; color: #526a9d; font-size: 8px; font-weight: 850; letter-spacing: .14em; }
.model-card h3 { margin: 14px 0 13px; max-width: 320px; color: var(--navy); font-size: 27px; line-height: 1.12; letter-spacing: -.035em; }
.model-card > p { margin: 0; min-height: 68px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.model-flow { margin-top: 26px; padding: 13px 14px; border: 1px solid #e1e8f2; border-radius: 12px; display: flex; align-items: center; justify-content: space-between; color: #3d5688; background: #f8faff; }
.model-flow span { font-size: 9px; font-weight: 800; }
.model-flow b { color: #9bafd0; font-size: 11px; }
.model-card ul { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px 14px; margin: 23px 0 0; padding: 0; list-style: none; }
.model-card li { color: #606c83; font-size: 10px; line-height: 1.4; }
.model-card li::before { content: "✓"; margin-right: 7px; color: #20a76b; font-weight: 900; }
.growth-promise { min-height: 112px; margin-top: 18px; padding: 25px 29px; border-radius: 20px; display: grid; grid-template-columns: .52fr 1.25fr auto; align-items: center; gap: 28px; color: white; background: linear-gradient(115deg, #101c35, #142e5b 58%, #213c78); box-shadow: 0 22px 60px rgba(16,36,77,.16); }
.growth-promise > span { color: #8fb5ff; font-size: 9px; font-weight: 850; letter-spacing: .15em; }
.growth-promise p { margin: 0; color: #c8d5ec; font-size: 13px; line-height: 1.65; }
.growth-promise a { min-height: 44px; padding: 0 17px; border: 1px solid rgba(255,255,255,.18); border-radius: 11px; display: inline-flex; align-items: center; gap: 15px; background: rgba(255,255,255,.08); font-size: 10px; font-weight: 800; white-space: nowrap; }
.growth-promise a:hover { background: rgba(255,255,255,.14); }

.cases-section { border-top: 1px solid var(--line); background: var(--soft); }
.cases-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px; margin-top: 68px; }
.case-card { min-height: 410px; padding: 30px; border: 1px solid #dfe6ef; border-radius: 22px; background: #fff; box-shadow: 0 10px 30px rgba(19,43,83,.045); }
.case-card.featured-case { min-height: 425px; grid-column: span 2; background: linear-gradient(135deg, #fff 0%, #f7faff 62%, #edf5ff 100%); }
.case-head { display: flex; align-items: center; justify-content: space-between; }
.case-head span { padding: 7px 10px; border: 1px solid #d7e2f4; border-radius: 100px; color: #365d9e; background: #f7faff; font-size: 8px; font-weight: 850; letter-spacing: .12em; }
.case-head i { color: #a2aabd; font-size: 11px; font-style: normal; font-weight: 800; }
.case-card h3 { margin: 27px 0 31px; max-width: 810px; color: var(--navy); font-size: 31px; line-height: 1.15; letter-spacing: -.037em; }
.case-story { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.case-story.compact { grid-template-columns: 1fr; }
.case-story > div { min-height: 116px; padding: 18px; border: 1px solid #e4e9f1; border-radius: 14px; background: rgba(250,252,255,.78); }
.case-story small { color: #7785a2; font-size: 8px; font-weight: 850; letter-spacing: .13em; }
.case-story p { margin: 10px 0 0; color: #5f697c; font-size: 12px; line-height: 1.65; }
.case-outcome { margin-top: 16px; padding: 18px; border-radius: 14px; display: flex; align-items: center; gap: 20px; background: #101b33; }
.case-outcome strong { min-width: 88px; color: white; font-size: 25px; letter-spacing: -.045em; }
.case-outcome div { padding-left: 20px; border-left: 1px solid rgba(255,255,255,.15); }
.case-outcome b { display: block; color: white; font-size: 11px; }
.case-outcome span { display: block; margin-top: 5px; color: #9facc3; font-size: 9px; line-height: 1.5; }

.work-section { background: white; }
.centered { text-align: center; }
.process-line { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 72px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.process-line article { min-height: 285px; padding: 27px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); position: relative; }
.process-line article > span { color: #8993aa; font-size: 9px; font-weight: 800; }
.process-icon { width: 43px; height: 43px; margin-top: 43px; border-radius: 13px; display: grid; place-items: center; color: white; background: var(--gradient); box-shadow: 0 10px 25px rgba(37,99,235,.15); }
.process-line h3 { margin: 21px 0 10px; color: var(--navy); font-size: 17px; }
.process-line p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.team-section { background: var(--soft); }
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 68px; }
.team-card { min-height: 455px; padding: 15px 15px 24px; border: 1px solid #e1e7f0; border-radius: 20px; background: white; box-shadow: 0 8px 25px rgba(24,48,88,.04); transition: transform .24s ease, box-shadow .24s ease; }
.team-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-sm); }
.team-photo { height: 235px; border-radius: 15px; overflow: hidden; display: grid; place-items: center; position: relative; background: linear-gradient(145deg, #e9f3ff, #f2ecff); }
.team-photo::before { content: ""; position: absolute; width: 190px; height: 190px; border: 1px solid rgba(65,102,211,.16); border-radius: 50%; }
.team-photo img { width: 100%; height: 100%; object-fit: cover; position: relative; z-index: 2; }
.team-photo > span { color: #4168bb; font-size: 43px; font-weight: 800; letter-spacing: -.05em; position: relative; z-index: 2; }
.team-photo i { width: 9px; height: 9px; border-radius: 50%; position: absolute; bottom: 15px; right: 15px; background: #22c55e; border: 3px solid white; box-sizing: content-box; z-index: 3; }
.team-meta { margin: 17px 3px 0; display: flex; justify-content: space-between; align-items: center; color: #8a92a5; font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.team-meta a { width: 24px; height: 24px; border-radius: 7px; display: grid; place-items: center; color: white; background: #1670d2; text-transform: lowercase; font-size: 10px; }
.team-card h3 { margin: 10px 3px 4px; color: var(--navy); font-size: 18px; }
.team-card > strong { display: block; margin: 0 3px; color: var(--brand); font-size: 11px; line-height: 1.4; }
.team-card > p { margin: 13px 3px 0; color: var(--muted); font-size: 12px; line-height: 1.55; }

.global-section { background: white; }
.global-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: start; }
.global-grid .section-heading > p { margin: 27px 0 0; color: var(--muted); line-height: 1.7; }
.location-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.location-grid article { min-height: 175px; padding: 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; }
.location-grid span { color: #7f8aa4; font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.location-grid h3 { margin: 29px 0 7px; color: var(--navy); font-size: 23px; }
.location-grid p { margin: 0; color: var(--muted); font-size: 12px; }

.contact-section { background: linear-gradient(135deg, #f2f7ff, #eef6ff); }
.contact-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 85px; align-items: start; }
.contact-copy { padding-top: 25px; }
.contact-copy h2 { margin: 20px 0 22px; color: var(--navy); font-size: clamp(48px, 5.3vw, 72px); line-height: .98; letter-spacing: -.055em; }
.contact-copy h2 em { color: var(--brand); font-style: normal; }
.contact-copy > p { color: var(--muted); font-size: 16px; line-height: 1.7; }
.contact-details { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; margin-top: 35px; }
.contact-details a { padding-bottom: 4px; border-bottom: 1px solid #a9bfe9; color: #315aa7; font-size: 13px; }
.lead-form { padding: 34px; border: 1px solid #dde5f0; border-radius: 23px; background: white; box-shadow: var(--shadow-lg); }
.hp-field { position: absolute !important; left: -9999px !important; opacity: 0 !important; }
.form-title { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding-bottom: 23px; border-bottom: 1px solid var(--line); }
.form-title span { color: #78839c; font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.form-title h3 { margin: 8px 0 0; color: var(--navy); font-size: 21px; }
.form-time { padding: 8px 10px; border-radius: 100px; background: #eef4ff; color: #4267b2 !important; white-space: nowrap; }
.lead-form label { display: block; margin-top: 20px; }
.lead-form label > span { display: block; margin-bottom: 8px; color: #5f697d; font-size: 9px; font-weight: 750; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.lead-form input, .lead-form select, .lead-form textarea { width: 100%; border: 1px solid #dce3ed; border-radius: 11px; background: #fbfcfe; color: var(--ink); padding: 13px; outline: none; font-size: 13px; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: #7ea5ee; background: white; box-shadow: 0 0 0 4px rgba(37,99,235,.07); }
.lead-form textarea { resize: vertical; min-height: 105px; }
.lead-form input::placeholder, .lead-form textarea::placeholder { color: #aab0bd; }
.form-submit { width: 100%; margin-top: 23px; }
.form-response { margin: 12px 0 0; color: #8790a4; text-align: center; font-size: 10px; }
.form-response.success { color: #17834c; }
.form-response.error { color: #c23b40; }

.site-footer { padding-top: 75px; background: #0d1424; color: white; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr auto; gap: 60px; align-items: center; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-logo-frame { width: 190px; height: 94px; display: grid; place-items: center; overflow: hidden; border-radius: 10px; background: white; }
.footer-logo-frame img { max-width: 180px; max-height: 86px; object-fit: contain; }
.footer-logo-frame.default-logo { position: relative; }
.footer-logo-frame.default-logo img { position: absolute; width: 190px; max-width: none; max-height: none; height: auto; top: -5px; left: 0; }
.footer-brand strong { color: white; }
.footer-grid > p { color: #8e99ae; font-size: 13px; line-height: 1.6; }
.footer-grid > p strong { color: #dce9ff; font-size: 14px; }
.footer-links { display: flex; gap: 24px; color: #aab3c6; font-size: 11px; }
.footer-links a:hover { color: white; }
.footer-bottom { min-height: 78px; margin-top: 60px; border-top: 1px solid rgba(255,255,255,.1); display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; color: #707c93; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.footer-bottom span:nth-child(2) { text-align: center; }
.footer-bottom a { text-align: right; }

.chat-teaser { position: fixed; right: 28px; bottom: 92px; z-index: 280; max-width: 245px; padding: 12px 14px; border: 1px solid #dbe4f2; border-radius: 13px 13px 4px 13px; color: #45516a; background: white; box-shadow: var(--shadow-sm); font-size: 11px; line-height: 1.45; transition: opacity .2s ease, transform .2s ease; }
.chat-teaser.hidden { opacity: 0; transform: translateY(6px); pointer-events: none; }
.chat-widget { position: fixed; right: 25px; bottom: 22px; z-index: 300; display: flex; flex-direction: column; align-items: flex-end; gap: 12px; }
.chat-window { width: min(370px, calc(100vw - 30px)); border: 1px solid #dce4ef; border-radius: 20px; overflow: hidden; background: white; box-shadow: 0 30px 90px rgba(20,45,90,.2); }
.chat-header { padding: 15px; display: grid; grid-template-columns: 40px 1fr 28px; align-items: center; gap: 10px; color: white; background: linear-gradient(120deg, #1c68e2, #5d43d8); }
.spark-chat-avatar { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; background: rgba(255,255,255,.16); }
.chat-header strong { display: block; font-size: 13px; }
.chat-header small { display: block; margin-top: 4px; color: #dce7ff; font-size: 9px; }
.chat-header small i { display: inline-block; width: 6px; height: 6px; margin-right: 5px; border-radius: 50%; background: #5ef0a8; }
.chat-close { border: 0; background: transparent; color: white; font-size: 22px; cursor: pointer; }
.chat-body { min-height: 160px; max-height: 260px; padding: 16px; overflow-y: auto; background: #f8faff; display: flex; flex-direction: column; gap: 10px; }
.chat-message { max-width: 85%; padding: 11px 13px; font-size: 12px; line-height: 1.5; }
.chat-message.bot { align-self: flex-start; border: 1px solid #e1e8f2; border-radius: 13px 13px 13px 4px; background: white; color: #4a566b; }
.chat-message.user { align-self: flex-end; border-radius: 13px 13px 4px 13px; color: white; background: var(--gradient); }
.chat-options { padding: 0 16px 14px; display: grid; gap: 7px; background: #f8faff; }
.chat-options button { min-height: 39px; border: 1px solid #d4e0f4; border-radius: 10px; color: #315a9e; background: white; font-size: 11px; cursor: pointer; }
.chat-options button:hover { border-color: #9ab9ee; background: #f5f9ff; }
.chat-lead-form { padding: 15px; background: #f8faff; }
.chat-lead-form > p { margin: 0 0 10px; color: #59667c; font-size: 11px; line-height: 1.5; }
.chat-lead-form input { width: 100%; margin-top: 7px; padding: 11px; border: 1px solid #dbe3ef; border-radius: 9px; background: white; font-size: 11px; outline: none; }
.chat-lead-form button { width: 100%; min-height: 40px; margin-top: 9px; border: 0; border-radius: 9px; display: flex; align-items: center; justify-content: center; gap: 15px; color: white; background: var(--gradient); font-size: 11px; font-weight: 750; cursor: pointer; }
.chat-response { margin: 8px 0 0 !important; text-align: center; color: #17834c !important; }
.chat-powered { padding: 9px; border-top: 1px solid var(--line); color: #959dad; text-align: center; font-size: 7px; font-weight: 800; letter-spacing: .13em; }
.chat-launcher { min-height: 56px; padding: 7px 19px 7px 8px; border: 0; border-radius: 100px; display: flex; align-items: center; gap: 10px; color: white; background: var(--gradient); box-shadow: 0 16px 40px rgba(37,99,235,.28); cursor: pointer; }
.chat-launcher span { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.16); }
.chat-launcher b { font-size: 11px; }

@media (max-width: 1050px) {
  .site-header nav { gap: 20px; }
  .hero { grid-template-columns: 1fr; padding-top: 70px; }
  .hero-copy { max-width: 780px; }
  .hero-visual { width: min(100%, 680px); margin-inline: auto; }
  .intro-grid, .global-grid, .contact-grid { gap: 55px; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .models-grid { grid-template-columns: 1fr; }
  .model-card { min-height: 0; }
  .model-card > p { min-height: 0; }
}

@media (max-width: 820px) {
  .site-header nav, .nav-cta { display: none; }
  .menu-toggle { display: block; }
  .section { padding-block: 85px; }
  .trust-inner { overflow-x: auto; justify-content: flex-start; }
  .intro-grid, .split-heading, .global-grid, .contact-grid { grid-template-columns: 1fr; }
  .solutions-grid { grid-template-columns: repeat(2, 1fr); }
  .solution-card.featured { grid-column: span 2; }
  .growth-promise { grid-template-columns: 1fr; gap: 13px; }
  .growth-promise a { width: max-content; }
  .process-line { grid-template-columns: repeat(2, 1fr); }
  .contact-copy { max-width: 650px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-links { justify-content: flex-start; }
}

@media (max-width: 580px) {
  .section-shell, .nav-shell { width: min(100% - 30px, var(--max)); }
  .nav-shell { height: 74px; }
  .brand-symbol { width: 41px; height: 41px; }
  .brand-copy small { display: none; }
  .brand-copy strong { font-size: 12px; }
  .brand-upload-frame { width: 147px; height: 64px; }
  .brand-upload-frame.default-logo .brand-upload { width: 147px; top: -8px; }
  .hero { min-height: 0; padding-block: 55px 65px; }
  .hero h1 { font-size: 49px; }
  .hero-copy > p { font-size: 16px; }
  .brand-promise { width: 100%; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-proof { gap: 12px; }
  .hero-proof strong { font-size: 19px; }
  .hero-proof span { font-size: 8px; line-height: 1.4; }
  .hero-visual { min-height: 520px; }
  .command-card { padding: 15px; border-radius: 19px; }
  .metric-row article { min-height: 88px; padding: 10px; }
  .metric-row strong { font-size: 22px; }
  .journey-step { min-width: 71px; }
  .journey-step small { display: none; }
  .floating-chip { min-width: 150px; }
  .chip-one { right: -5px; top: 5px; }
  .chip-two { left: -5px; bottom: 5px; }
  .section-heading h2 { font-size: 43px; }
  .intro-grid { margin-top: 45px; }
  .intro-lead { font-size: 19px; }
  .solutions-grid, .team-grid, .process-line, .location-grid, .cases-grid { grid-template-columns: 1fr; }
  .solution-card.featured { grid-column: auto; }
  .case-card.featured-case { grid-column: auto; }
  .case-card { min-height: 0; padding: 23px 18px; }
  .case-card h3 { font-size: 26px; }
  .case-story { grid-template-columns: 1fr; }
  .case-outcome { align-items: flex-start; flex-direction: column; gap: 12px; }
  .case-outcome div { padding: 12px 0 0; border-top: 1px solid rgba(255,255,255,.15); border-left: 0; }
  .model-card { padding: 24px 19px; }
  .model-card h3 { font-size: 25px; }
  .model-card ul { grid-template-columns: 1fr; }
  .growth-promise { padding: 23px 20px; }
  .team-photo { height: 285px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .lead-form { padding: 23px 17px; border-radius: 18px; }
  .form-title { flex-direction: column; }
  .contact-copy h2 { font-size: 50px; }
  .footer-bottom { padding-block: 22px; grid-template-columns: 1fr; gap: 11px; }
  .footer-bottom span:nth-child(2), .footer-bottom a { text-align: left; }
  .chat-teaser { right: 16px; bottom: 84px; }
  .chat-widget { right: 14px; bottom: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
