:root {
  --brand: #0868f7;
  --brand-strong: #005bd9;
  --brand-soft: #edf5ff;
  --ink: #071936;
  --ink-deep: #061633;
  --body: #536278;
  --line: #dbe5f2;
  --page: #fbfdff;
  --font-sans: Inter, "SF Pro Display", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

* { box-sizing: border-box; }
html { min-width: 320px; min-height: 100%; scroll-behavior: smooth; background: #fff; }
body { min-width: 320px; min-height: 100%; margin: 0; overflow-x: hidden; background: #fff; color: var(--ink); font-family: var(--font-sans); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button:disabled { cursor: wait; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin: 0; }
.section-anchor { scroll-margin-top: 80px; }

.reveal { opacity: 0; transform: translate3d(0, 28px, 0); transition: opacity .7s cubic-bezier(.22,1,.36,1) var(--delay, 0s), transform .7s cubic-bezier(.22,1,.36,1) var(--delay, 0s); }
.reveal.reveal-left { transform: translate3d(-28px, 0, 0); }
.reveal.reveal-right { transform: translate3d(28px, 0, 0); }
.reveal.is-visible { opacity: 1; transform: translate3d(0,0,0); }

.container { width: min(100%, 1440px); margin: 0 auto; padding-inline: 24px; }
.eyebrow { color: var(--brand); font-size: 14px; font-weight: 700; letter-spacing: .18em; }
.section-heading { max-width: 1040px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading h2 { margin-top: 16px; color: var(--ink); font-size: clamp(33px, 3vw, 46px); font-weight: 700; line-height: 1.25; letter-spacing: -.04em; }
.section-heading > p:last-child { margin-top: 16px; color: #64748b; font-size: 16px; line-height: 1.75; }

/* Header */
.site-header { position: fixed; inset: 0 0 auto; z-index: 50; border-bottom: 1px solid transparent; background: rgba(255,255,255,.72); backdrop-filter: blur(12px); transition: background .3s, border-color .3s, box-shadow .3s; }
.site-header.is-scrolled, .site-header.menu-open { border-color: rgba(226,232,240,.8); background: rgba(255,255,255,.92); box-shadow: 0 12px 40px rgba(15,55,110,.08); backdrop-filter: blur(24px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; width: min(100%,1440px); height: 78px; margin: 0 auto; padding-inline: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: #020617; }
.brand img { width: 40px; height: 40px; object-fit: contain; }
.brand span { font-size: 24px; font-weight: 700; letter-spacing: -.04em; white-space: nowrap; }
.desktop-nav { display: none; align-self: stretch; align-items: stretch; }
.desktop-nav a { position: relative; display: flex; align-items: center; padding-inline: 24px; color: #334155; font-size: 15px; font-weight: 500; transition: color .2s; }
.desktop-nav a:hover, .desktop-nav a.is-active { color: var(--brand); }
.desktop-nav a::after { position: absolute; right: 24px; bottom: 0; left: 24px; height: 2px; border-radius: 999px; background: #0b6bff; content: ""; transform: scaleX(0); transition: transform .2s; }
.desktop-nav a.is-active::after { transform: scaleX(1); }
.header-contact { border: 0; border-radius: 8px; background: var(--brand); color: #fff; font-size: 15px; font-weight: 600; box-shadow: 0 12px 26px rgba(8,104,247,.24); transition: transform .2s, background .2s; }
.header-contact:hover { background: var(--brand-strong); transform: translateY(-2px); }
.desktop-contact { display: none; padding: 12px 24px; }
.menu-toggle { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid #e2e8f0; border-radius: 8px; background: #fff; color: #0f172a; }
.menu-toggle img { width: 24px; height: 24px; }
.mobile-navigation { border-top: 1px solid #f1f5f9; background: #fff; padding: 8px 24px 24px; }
.mobile-navigation nav { display: grid; }
.mobile-navigation a { border-bottom: 1px solid #f1f5f9; padding-block: 16px; color: #1e293b; font-size: 16px; font-weight: 500; }
.mobile-contact { width: 100%; margin-top: 12px; padding: 14px 20px; }

/* Hero */
.hero { position: relative; min-height: 100svh; overflow: hidden; background: #f8fbff; padding-top: 78px; }
.hero-background, .hero-wash { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-background { object-fit: cover; object-position: 63% center; }
.hero-wash { background: linear-gradient(90deg, rgba(250,253,255,.98) 0%, rgba(250,253,255,.9) 37%, rgba(250,253,255,.28) 63%, rgba(250,253,255,.04) 100%); }
.hero-content { position: relative; display: flex; align-items: center; width: min(100%,1440px); min-height: calc(100svh - 136px); margin: 0 auto; padding: 64px 24px; }
.hero-copy { max-width: 650px; padding: 20px 0 32px; }
.hero-copy .eyebrow { margin-bottom: 32px; }
.hero h1 { max-width: 650px; color: #081a3b; font-size: clamp(42px,5.1vw,76px); font-weight: 700; line-height: 1.22; letter-spacing: -.055em; }
.hero-description { max-width: 590px; margin-top: 28px; color: #475569; font-size: clamp(17px,1.7vw,21px); line-height: 1.9; }
.hero-actions { display: flex; flex-direction: column; gap: 16px; margin-top: 40px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 56px; border: 0; border-radius: 8px; padding: 14px 36px; font-size: 17px; font-weight: 600; line-height: 1; transition: transform .2s, color .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .round-button:focus-visible, .solution-tab:focus-visible, .carousel-dot:focus-visible, .text-link:focus-visible, .contact-form input:focus-visible, .contact-form textarea:focus-visible { outline: none; box-shadow: 0 0 0 4px rgba(147,197,253,.55); }
.button-primary { background: var(--brand); color: #fff; box-shadow: 0 16px 34px rgba(8,104,247,.22); }
.button-primary:hover { background: var(--brand-strong); }
.button-outline { border: 1px solid #0b6bff; background: rgba(255,255,255,.82); color: var(--brand); }
.button-outline:hover { background: #eff6ff; }
.trust-row { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 28px; margin-top: 80px; color: #475569; font-size: 14px; }
.trust-row div, .contact-values div { display: flex; align-items: center; gap: 8px; }
.trust-row img { width: 20px; height: 20px; }
.down-arrow { position: absolute; bottom: 28px; left: 50%; display: none; padding: 10px; border: 1px solid rgba(255,255,255,.8); border-radius: 999px; background: rgba(255,255,255,.72); box-shadow: 0 1px 2px rgba(15,23,42,.08); backdrop-filter: blur(12px); transform: translateX(-50%); }
.down-arrow img { width: 20px; height: 20px; }

/* Product suite */
.product-section { background: #fbfdff; padding-block: 56px; }
.product-grid { display: grid; gap: 20px; margin-top: 32px; }
.product-card { height: 100%; overflow: hidden; border: 1px solid rgba(226,232,240,.9); border-radius: 12px; background: #fff; box-shadow: 0 10px 35px rgba(23,68,134,.04); transition: transform .3s, border-color .3s, box-shadow .3s; }
.product-card:hover { border-color: #93c5fd; box-shadow: 0 22px 50px rgba(23,91,190,.12); transform: translateY(-4px); }
.product-card-visual { aspect-ratio: 8 / 5; overflow: hidden; background: #edf5ff; }
.product-card-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.product-card:hover .product-card-visual img { transform: scale(1.035); }
.product-card-body { display: flex; align-items: end; justify-content: space-between; gap: 16px; padding: 16px 20px; }
.product-card h3 { color: var(--ink); font-size: 22px; font-weight: 700; letter-spacing: -.03em; }
.product-card p { margin-top: 4px; color: #64748b; font-size: 14px; }
.product-card .small-action { flex: 0 0 auto; border: 1px solid #0b6bff; border-radius: 8px; background: #fff; padding: 8px 16px; color: var(--brand); font-size: 14px; font-weight: 500; transition: background .2s, color .2s; }
.product-card .small-action:hover { background: var(--brand); color: #fff; }

/* Platform */
.platform-section { overflow: hidden; background: #f1f7ff; }
.platform-grid { display: grid; max-width: 1440px; margin: 0 auto; }
.platform-visual { position: relative; min-height: 480px; overflow: hidden; }
.platform-visual > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.platform-fade { display: none; position: absolute; top: 0; right: 0; bottom: 0; width: 96px; background: linear-gradient(90deg,rgba(241,247,255,0),rgba(241,247,255,1)); }
.platform-copy-wrap { display: flex; align-items: center; padding: 80px 24px; }
.platform-copy { width: 100%; max-width: 620px; }
.platform-copy h2 { margin-top: 20px; color: var(--ink); font-size: clamp(34px,3.5vw,48px); font-weight: 700; line-height: 1.28; letter-spacing: -.045em; }
.platform-lead { margin-top: 20px; color: #475569; font-size: 17px; line-height: 1.9; }
.capability-list { margin-top: 32px; border-top: 1px solid #e2e8f0; border-bottom: 1px solid #e2e8f0; }
.capability { display: flex; gap: 20px; padding-block: 20px; border-top: 1px solid #e2e8f0; }
.capability:first-child { border-top: 0; }
.capability img { flex: 0 0 auto; width: 32px; height: 32px; margin-top: 2px; }
.capability h3 { color: #0b1c3d; font-size: 18px; font-weight: 600; }
.capability p { margin-top: 4px; color: #64748b; font-size: 14px; line-height: 1.7; }
.platform-button { min-height: 52px; margin-top: 28px; padding: 14px 32px; font-size: 16px; }
.trust-badges { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; margin-top: 40px; padding-top: 32px; border-top: 1px solid #e2e8f0; }
.trust-badge { text-align: center; color: #475569; font-size: 12px; font-weight: 500; }
.trust-badge img { width: 28px; height: 28px; margin: 0 auto; }
.trust-badge span { display: block; margin-top: 8px; }

/* Solutions */
.solutions-section { min-height: auto; background: #fbfdff; padding: 96px 0 112px; }
.solutions-container { max-width: 1487px; margin: 0 auto; padding-inline: 24px; }
.solutions-heading { max-width: 1160px; }
.solutions-heading h2 { margin-top: 22px; font-size: clamp(35px,3.36vw,50px); letter-spacing: .04em; }
.solutions-heading > p:last-child { margin-top: 18px; font-size: 19px; letter-spacing: .01em; }
.solution-card { display: grid; overflow: hidden; margin-top: 36px; border: 1px solid #dbe5f2; border-radius: 16px; background: #fff; box-shadow: 0 22px 70px rgba(34,78,142,.08); }
.solution-tabs { display: flex; overflow-x: auto; border-bottom: 1px solid #dbe5f2; background: #fff; scrollbar-width: none; }
.solution-tabs::-webkit-scrollbar { display: none; }
.solution-tab { position: relative; display: flex; min-width: 158px; align-items: center; gap: 12px; border: 0; background: transparent; padding: 24px; color: #475569; text-align: left; font-size: 16px; transition: color .2s, background .2s; }
.solution-tab:hover { background: #f8fafc; color: #020617; }
.solution-tab.is-active { background: #edf5ff; color: var(--brand); font-weight: 600; }
.solution-tab::before { position: absolute; right: 0; bottom: 0; left: 0; height: 4px; background: var(--brand); content: ""; opacity: 0; }
.solution-tab.is-active::before { opacity: 1; }
.solution-tab img { width: 32px; height: 32px; }
.solution-panel { position: relative; min-width: 0; min-height: 600px; overflow: hidden; background: #edf5ff; }
.solution-panel > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: right; transform: translate(-7.5%,2%) scale(1.12); }
.solution-content { position: relative; z-index: 1; padding: 48px 28px; }
.solution-content-inner { max-width: 580px; }
.solution-content h3 { color: var(--ink); font-size: clamp(26px,2.1vw,30px); font-weight: 700; line-height: 1.4; letter-spacing: -.035em; }
.solution-content p { margin-top: 14px; color: #475569; font-size: 16px; line-height: 2; }
.solution-tags { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.solution-tags span { display: inline-flex; align-items: center; gap: 8px; height: 42px; border: 1px solid #4f91ff; border-radius: 8px; background: rgba(255,255,255,.86); padding-inline: 14px; color: var(--brand); font-size: 14px; font-weight: 500; }
.solution-tags img { width: 18px; height: 18px; }
.solution-cta { width: 184px; height: 65px; margin-top: 43px; padding: 0; font-size: 16px; }
.callout { position: absolute; z-index: 2; border: 1px solid rgba(255,255,255,.9); border-radius: 14px; background: rgba(255,255,255,.82); padding: 14px 26px; color: #17345e; font-size: 18px; font-weight: 600; box-shadow: 0 12px 30px rgba(30,91,162,.12); backdrop-filter: blur(12px); }
.callout.first { top: 11.5%; right: 15%; }
.callout.second { top: 43.2%; right: 5%; }
.callout.third { right: 10.8%; bottom: 18.5%; }

/* Cases */
.cases-section { overflow: hidden; background: #f3f7fd; padding: 88px 0 112px; }
.cases-heading { max-width: 960px; }
.cases-heading .eyebrow { font-size: 13px; letter-spacing: .22em; }
.cases-heading h2 { margin-top: 20px; font-size: clamp(36px,4vw,60px); line-height: 1.14; letter-spacing: -.05em; }
.cases-heading h2 span { display: block; margin-top: 4px; color: #1476ff; }
.cases-heading > p:last-child { max-width: 760px; margin-inline: auto; font-size: 16px; line-height: 1.9; color: #65738a; }
.cases-carousel { max-width: 1540px; margin: 40px auto 0; }
.cases-viewport { overflow-x: auto; padding: 0 4px; scroll-snap-type: x mandatory; scrollbar-width: none; }
.cases-viewport::-webkit-scrollbar { display: none; }
.cases-track { display: flex; align-items: stretch; touch-action: pan-y; }
.case-slide { position: relative; z-index: 10; min-width: 92%; padding: 28px 8px; scroll-snap-align: center; }
.case-slide.is-selected { z-index: 20; }
.case-card { position: relative; aspect-ratio: 16 / 10; overflow: hidden; border: 1px solid #fff; border-radius: 24px; background: #fff; box-shadow: 0 18px 55px rgba(42,86,145,.12); opacity: .84; transform: scale(.9); transition: transform .5s ease-out, opacity .5s, border-color .5s, box-shadow .5s; }
.case-slide.is-selected .case-card { border-color: #85b8ff; box-shadow: 0 30px 80px rgba(31,103,201,.22); opacity: 1; transform: scale(1); }
.case-card > img, .case-overlay, .case-bottom-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.case-card > img { object-fit: cover; object-position: center; }
.case-overlay { background: linear-gradient(90deg,rgba(7,35,79,.94) 0%,rgba(7,35,79,.76) 38%,rgba(7,35,79,.22) 68%,rgba(7,35,79,.02) 100%); }
.case-bottom-overlay { background: linear-gradient(0deg,rgba(7,35,79,.5) 0%,transparent 48%); }
.case-kicker { position: absolute; top: 16px; left: 16px; display: flex; align-items: center; gap: 8px; border: 1px solid rgba(255,255,255,.55); border-radius: 999px; background: rgba(255,255,255,.9); padding: 6px 12px; color: #185ba9; font-size: 9px; font-weight: 600; letter-spacing: .12em; box-shadow: 0 1px 2px rgba(15,23,42,.12); backdrop-filter: blur(12px); }
.case-kicker i { width: 4px; height: 4px; border-radius: 99px; background: #4c97f3; }
.case-content { position: absolute; top: 0; bottom: 0; left: 0; display: flex; width: 82%; flex-direction: column; justify-content: end; padding: 20px; color: #fff; }
.case-content .case-category { color: #8ec4ff; font-size: 11px; font-weight: 600; letter-spacing: .08em; }
.case-content h3 { margin-top: 8px; font-size: clamp(23px,2.25vw,34px); font-weight: 700; line-height: 1.16; letter-spacing: -.035em; }
.case-description { display: none; margin-top: 12px; color: #d4e1f3; font-size: 14px; line-height: 1.7; }
.case-details { max-height: 0; overflow: hidden; margin-top: 0; opacity: 0; transition: max-height .5s, opacity .5s, margin .5s; }
.case-slide.is-selected .case-details { max-height: 150px; margin-top: 12px; opacity: 1; }
.case-outcomes { display: none; flex-wrap: wrap; gap: 8px; padding: 0; margin: 0; list-style: none; }
.case-outcomes li { border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(255,255,255,.1); padding: 6px 12px; color: rgba(255,255,255,.9); font-size: 12px; font-weight: 500; backdrop-filter: blur(12px); }
.case-outcomes li::before { margin-right: 6px; color: #7fbeff; content: "✓"; }
.case-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 10px; }
.case-actions button { border: 0; border-radius: 999px; padding: 10px 16px; color: #fff; font-size: 12px; font-weight: 600; transition: transform .2s, background .2s; }
.case-actions button:hover { transform: translateY(-2px); }
.case-actions .case-contact { background: #1476ff; box-shadow: 0 10px 26px rgba(20,118,255,.28); }
.case-actions .case-video { display: flex; align-items: center; gap: 8px; border: 1px solid rgba(255,255,255,.3); background: rgba(255,255,255,.1); backdrop-filter: blur(12px); }
.case-video i { display: grid; width: 24px; height: 24px; place-items: center; border-radius: 99px; background: #fff; color: #1476ff; font-size: 9px; font-style: normal; }
.carousel-controls { display: flex; flex-direction: column; align-items: center; gap: 20px; margin: 4px auto 0; padding-inline: 20px; }
.carousel-buttons { display: flex; align-items: center; gap: 12px; }
.round-button { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid #c9d7ea; border-radius: 50%; background: #fff; color: #174a88; font-size: 18px; box-shadow: 0 1px 2px rgba(15,23,42,.08); transition: transform .2s, border-color .2s, color .2s, background .2s; }
.round-button:hover { border-color: #8db8ef; color: var(--brand); transform: translateY(-2px); }
.round-button.primary { border-color: #1476ff; background: #1476ff; color: #fff; box-shadow: 0 10px 26px rgba(20,118,255,.22); }
.round-button.primary:hover { background: #2b84ff; color: #fff; }
.carousel-dots { display: flex; align-items: center; gap: 8px; }
.carousel-dot { width: 10px; height: 10px; border: 0; border-radius: 99px; background: #bdcde2; padding: 0; transition: width .3s, background .3s; }
.carousel-dot.is-active { width: 40px; background: #1476ff; }
.carousel-count { color: #8495ac; font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; font-size: 12px; letter-spacing: .18em; }
.carousel-count strong { color: #1476ff; }
.carousel-count span { margin-left: 8px; }

/* Insights */
.insights-section { background: #fff; padding-top: 56px; }
.insights-head { display: flex; flex-direction: column; gap: 24px; }
.insights-head h2 { margin-top: 16px; color: var(--ink); font-size: clamp(34px,3.2vw,48px); font-weight: 700; line-height: 1.25; letter-spacing: -.04em; }
.text-link { display: inline-flex; align-self: start; align-items: center; gap: 8px; border: 0; background: transparent; color: var(--brand); font-size: 15px; font-weight: 600; }
.text-link:hover { text-decoration: underline; }
.text-link span { font-size: 24px; line-height: .5; }
.news-grid { display: grid; margin-top: 40px; border-top: 1px solid #e2e8f0; }
.news-main { padding: 28px 0; border-bottom: 1px solid #e2e8f0; }
.news-card-button { display: block; width: 100%; border: 0; background: transparent; padding: 0; text-align: left; }
.news-image { position: relative; aspect-ratio: 16 / 9; overflow: hidden; border-radius: 12px; background: #e9eef5; }
.news-image > img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.news-card-button:hover .news-image > img { transform: scale(1.025); }
.news-image::after { position: absolute; inset: 0; background: linear-gradient(to top,rgba(4,19,41,.6),transparent 55%,rgba(0,0,0,.05)); content: ""; }
.news-play { position: absolute; top: 20px; left: 20px; z-index: 1; display: grid; width: 52px; height: 52px; place-items: center; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; background: rgba(255,255,255,.95); box-shadow: 0 4px 12px rgba(15,23,42,.18); }
.news-play img { width: 20px; height: 20px; margin-left: 2px; }
.news-meta-overlay { position: absolute; right: 20px; bottom: 20px; left: 20px; z-index: 1; display: flex; align-items: center; justify-content: space-between; color: #fff; font-size: 12px; font-weight: 600; letter-spacing: .08em; }
.news-meta-overlay span { border-radius: 999px; background: rgba(0,0,0,.35); padding: 6px 12px; backdrop-filter: blur(12px); }
.news-meta { display: flex; align-items: center; gap: 12px; margin-top: 20px; font-size: 13px; font-weight: 600; }
.news-meta .category { color: var(--brand); }
.news-meta i { width: 4px; height: 4px; border-radius: 99px; background: #cbd5e1; }
.news-meta time { color: #94a3b8; font-weight: 500; }
.news-main h3 { max-width: 760px; margin-top: 12px; color: var(--ink); font-size: clamp(23px,2vw,30px); font-weight: 700; line-height: 1.42; letter-spacing: -.03em; transition: color .2s; }
.news-card-button:hover h3 { color: var(--brand); }
.news-main > .news-card-button > p { max-width: 760px; margin-top: 12px; color: #64748b; font-size: 15px; line-height: 1.8; }
.news-side-list { display: grid; divide: none; }
.news-side { padding: 28px 0; border-bottom: 1px solid #e2e8f0; }
.news-side-button { display: grid; width: 100%; border: 0; background: transparent; padding: 0; text-align: left; }
.news-side .news-image { border-radius: 10px; }
.news-side .news-image .side-type { position: absolute; top: 12px; left: 12px; z-index: 1; border-radius: 999px; background: rgba(0,0,0,.55); padding: 4px 10px; color: #fff; font-size: 11px; font-weight: 600; backdrop-filter: blur(8px); }
.news-side h3 { margin-top: 12px; color: var(--ink); font-size: clamp(18px,1.35vw,22px); font-weight: 700; line-height: 1.5; letter-spacing: -.025em; transition: color .2s; }
.news-side-button:hover h3 { color: var(--brand); }
.news-side .summary { display: -webkit-box; overflow: hidden; margin-top: 12px; color: #64748b; font-size: 14px; line-height: 1.7; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.ticker-section { margin-top: 64px; border-top: 1px solid #e2e8f0; background: #f7faff; }
.ticker-inner { display: flex; width: min(100%,1440px); flex-direction: column; align-items: center; margin: 0 auto; padding: 64px 24px; }
.ticker-inner h2 { color: var(--ink); text-align: center; font-size: clamp(31px,3.7vw,50px); font-weight: 700; line-height: 1.32; letter-spacing: -.04em; }
.ticker-stack { width: 100%; margin-top: 40px; }
.ticker-row { position: relative; overflow: hidden; }
.ticker-row + .ticker-row { margin-top: 12px; }
.ticker-stream { display: flex; width: max-content; gap: 12px; padding-right: 12px; animation: ticker-left 32s linear infinite; }
.ticker-row.reverse .ticker-stream { animation-name: ticker-right; animation-duration: 36s; }
.ticker-row:hover .ticker-stream { animation-play-state: paused; }
.ticker-copy { display: flex; flex: none; gap: 12px; }
.ticker-item { display: flex; width: 192px; min-height: 80px; flex: none; align-items: center; justify-content: center; overflow: hidden; border: 1px solid #e2e8f0; border-radius: 12px; background: #fff; padding: 20px 24px; color: #64748b; font-size: 20px; font-weight: 500; box-shadow: 0 12px 32px rgba(34,93,170,.05); transition: color .3s, filter .3s; }
.ticker-item img { width: 100%; height: 28px; max-width: 144px; object-fit: contain; opacity: .65; filter: grayscale(1); transition: opacity .3s, filter .3s; }
.ticker-row:hover .ticker-item img { opacity: 1; filter: grayscale(0); }
.ticker-text { max-width: 144px; overflow: hidden; color: #64748b; font-size: 18px; font-weight: 500; line-height: 1.25; text-align: center; text-overflow: ellipsis; white-space: nowrap; transition: color .3s; }
.ticker-row:hover .ticker-text { color: #0868f7; }
.ticker-row::before, .ticker-row::after { position: absolute; top: 0; bottom: 0; z-index: 1; width: 40px; content: ""; pointer-events: none; }
.ticker-row::before { left: 0; background: linear-gradient(to right,#f7faff,transparent); }
.ticker-row::after { right: 0; background: linear-gradient(to left,#f7faff,transparent); }
@keyframes ticker-left { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes ticker-right { from { transform: translateX(-50%); } to { transform: translateX(0); } }

/* Contact */
.contact-section { position: relative; overflow: hidden; background: #eef6ff; }
.contact-background, .contact-wash { position: absolute; inset: 0; width: 100%; height: 100%; }
.contact-background { object-fit: cover; object-position: 61% center; opacity: .65; }
.contact-wash { background: linear-gradient(90deg,rgba(247,251,255,.99) 0%,rgba(247,251,255,.9) 45%,rgba(231,243,255,.52) 100%); }
.contact-grid { position: relative; display: grid; width: min(100%,1440px); gap: 40px; margin: 0 auto; padding: 56px 24px; }
.contact-copy { max-width: 570px; }
.contact-copy h2 { margin-top: 24px; color: var(--ink); font-size: clamp(39px,4.6vw,64px); font-weight: 700; line-height: 1.28; letter-spacing: -.05em; }
.contact-copy > p:last-of-type { margin-top: 24px; color: #475569; font-size: 17px; line-height: 1.9; }
.contact-values { display: flex; flex-wrap: wrap; gap: 16px 32px; margin-top: 36px; color: #475569; font-size: 15px; font-weight: 500; }
.contact-values img { width: 24px; height: 24px; }
.contact-form { width: 100%; border: 1px solid rgba(255,255,255,.9); border-radius: 16px; background: rgba(255,255,255,.94); padding: 24px; box-shadow: 0 28px 75px rgba(31,84,155,.16); backdrop-filter: blur(8px); }
.contact-form h3 { color: var(--ink); font-size: clamp(28px,3vw,40px); font-weight: 700; letter-spacing: -.04em; }
.intent-note { margin-top: 12px; border-radius: 8px; background: #eff6ff; padding: 10px 16px; color: var(--brand); font-size: 13px; }
.field-grid { display: grid; gap: 16px; margin-top: 24px; }
.contact-form label { display: grid; gap: 8px; margin-top: 16px; color: #475569; font-size: 14px; font-weight: 500; }
.field-grid label { margin-top: 0; }
.contact-form input:not([type="checkbox"]), .contact-form textarea { width: 100%; border: 1px solid #cbd5e1; border-radius: 8px; background: #fff; padding: 0 16px; color: #0f172a; font-size: 15px; transition: border-color .2s, box-shadow .2s; }
.contact-form input:not([type="checkbox"]) { height: 48px; }
.contact-form textarea { min-height: 105px; resize: vertical; padding-block: 12px; line-height: 1.8; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #94a3b8; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--brand); box-shadow: 0 0 0 4px #dbeafe; outline: none; }
.contact-form label.consent { display: flex; align-items: flex-start; gap: 12px; margin-top: 16px; color: #64748b; font-size: 12px; font-weight: 400; line-height: 1.7; }
.contact-form label.consent input { width: 16px; height: 16px; margin-top: 2px; accent-color: var(--brand); }
.form-message { margin: 12px 0 0; border-radius: 8px; padding: 12px 16px; font-size: 13px; }
.form-message.error { background: #fef2f2; color: #b91c1c; }
.form-message.success { background: #ecfdf5; color: #047857; }
.submit-button { width: 100%; min-height: 56px; margin-top: 20px; font-size: 17px; }

/* Footer */
.site-footer { position: relative; overflow: hidden; background: #061633; color: #fff; }
.footer-rings::before, .footer-rings::after { position: absolute; right: -8%; bottom: -160px; width: 720px; height: 420px; border: 1px solid rgba(59,130,246,.25); border-radius: 50%; content: ""; }
.footer-rings::after { right: -3%; bottom: -224px; width: 780px; height: 480px; border-color: rgba(34,211,238,.2); }
.footer-inner { position: relative; display: grid; width: min(100%,1440px); gap: 48px; margin: 0 auto; padding: 64px 24px; }
.footer-logo img { width: 48px; height: 48px; }
.footer-logo span { color: #fff; font-size: 28px; }
.footer-brand > p { max-width: 420px; margin-top: 20px; color: rgba(219,234,254,.78); font-size: 15px; line-height: 1.8; }
.footer-groups { display: grid; gap: 32px; }
.footer-group h3 { color: #fff; font-size: 15px; font-weight: 600; }
.footer-group i { display: block; width: 20px; height: 2px; margin-top: 12px; border-radius: 99px; background: #1676ff; }
.footer-group ul { display: grid; gap: 12px; margin: 20px 0 0; padding: 0; list-style: none; }
.footer-group a { color: rgba(219,234,254,.7); font-size: 14px; transition: color .2s; }
.footer-group a:hover { color: #fff; }
.copyright { grid-column: 1 / -1; margin-top: 8px; border-top: 1px solid rgba(255,255,255,.12); padding-top: 24px; color: rgba(219,234,254,.55); text-align: center; font-size: 13px; }

/* Video */
.video-modal { position: fixed; inset: 0; z-index: 100; display: flex; align-items: center; justify-content: center; background: rgba(10,43,89,.78); padding: 16px; backdrop-filter: blur(24px); }
.video-modal[hidden] { display: none; }
.video-dialog { width: min(100%,1100px); overflow: hidden; border: 1px solid rgba(255,255,255,.7); border-radius: 20px; background: #fff; box-shadow: 0 40px 100px rgba(12,49,98,.35); }
.video-dialog-head { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #dce6f3; padding: 16px 20px; }
.video-dialog-head p { color: #1476ff; font-size: 11px; font-weight: 600; letter-spacing: .18em; }
.video-dialog-head strong { display: block; margin-top: 4px; color: var(--ink); font-size: 15px; }
.video-close { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid #d9e4f1; border-radius: 999px; background: #f4f8fd; color: #174a88; font-size: 24px; transition: background .2s; }
.video-close:hover { background: #e9f2ff; }
.video-frame { aspect-ratio: 16 / 9; background: #eaf1fa; }
.video-frame iframe { width: 100%; height: 100%; border: 0; }

@media (min-width: 640px) {
  .container { padding-inline: 32px; }
  .hero-actions { flex-direction: row; }
  .trust-row { font-size: 15px; }
  .down-arrow { display: block; }
  .product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .trust-badges { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .case-slide { min-width: 78%; padding-inline: 12px; }
  .case-card { border-radius: 28px; }
  .case-kicker { top: 24px; left: 24px; padding: 8px 14px; font-size: 11px; }
  .case-content { width: 68%; padding: 28px; }
  .case-content .case-category { font-size: 13px; }
  .case-content h3 { margin-top: 12px; }
  .case-description { display: block; }
  .case-slide.is-selected .case-details { margin-top: 16px; }
  .case-actions { margin-top: 12px; }
  .case-actions button { padding: 12px 20px; font-size: 13px; }
  .cases-carousel { margin-top: 56px; }
  .carousel-controls { margin-top: 12px; padding-inline: 32px; }
  .insights-section { padding-top: 64px; }
  .insights-head { flex-direction: row; align-items: end; justify-content: space-between; }
  .text-link { align-self: auto; }
  .news-side-button { grid-template-columns: .9fr 1.1fr; align-items: center; gap: 28px; }
  .news-side .news-copy { margin-top: 0; }
  .ticker-inner { padding: 64px 32px; }
  .ticker-stack { margin-top: 56px; }
  .ticker-row + .ticker-row { margin-top: 16px; }
  .ticker-stream, .ticker-copy { gap: 16px; }
  .ticker-item { width: 224px; min-height: 96px; }
  .ticker-row::before, .ticker-row::after { width: 80px; }
  .contact-form { padding: 32px; }
  .field-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .footer-groups { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .video-modal { padding: 32px; }
  .video-dialog { border-radius: 28px; }
  .video-dialog-head { padding-inline: 28px; }
  .video-dialog-head strong { font-size: 17px; }
}

@media (min-width: 768px) {
  .header-inner { padding-inline: 48px; }
  .hero-content { padding-inline: 48px; }
  .product-container { padding-inline: 48px; }
  .platform-copy-wrap { padding-inline: 40px; }
  .solutions-container { padding-inline: 50px; }
  .contact-grid { padding-inline: 48px; }
  .footer-inner { padding-inline: 48px; }
}

@media (min-width: 1024px) {
  .header-inner { padding-inline: 48px; }
  .desktop-nav { display: flex; }
  .desktop-contact { display: inline-flex; }
  .menu-toggle, .mobile-navigation { display: none !important; }
  .hero-content { min-height: 764px; padding-inline: 48px; }
  .platform-grid { min-height: 850px; grid-template-columns: 1.03fr .97fr; }
  .platform-visual { min-height: 100%; }
  .platform-fade { display: block; }
  .platform-copy-wrap { padding: 96px 40px; }
  .solutions-section { min-height: 1058px; padding: 91px 0 0; }
  .solution-card { height: 695px; grid-template-columns: 214px 1fr; }
  .solution-tabs { display: grid; overflow: visible; align-content: start; border-right: 1px solid #dbe5f2; border-bottom: 0; padding-top: 56px; }
  .solution-tab { min-width: 0; height: 109px; gap: 16px; padding: 0 35px; font-size: 18px; }
  .solution-tab img { width: 40px; height: 40px; }
  .solution-tab::before { top: 0; right: auto; bottom: 0; width: 5px; height: auto; }
  .solution-panel { height: 100%; min-height: 0; }
  .solution-content { width: 100%; padding: 202px 52px 0; }
  .solution-content-inner { width: 620px; max-width: none; }
  .solution-content h3 { white-space: nowrap; }
  .case-slide { min-width: 50%; padding-inline: 16px; }
  .case-content { width: 66%; padding: 32px; }
  .case-outcomes { display: flex; }
  .case-actions { margin-top: 16px; gap: 10px; }
  .news-grid { grid-template-columns: 1.15fr .85fr; }
  .news-main { border-right: 1px solid #e2e8f0; border-bottom: 0; padding: 36px 40px 36px 0; }
  .news-side-list { padding-left: 40px; }
  .news-side { padding-block: 36px; }
  .news-side-button { display: grid; grid-template-columns: 1fr; align-items: stretch; gap: 0; }
  .news-side .news-copy { margin-top: 20px; }
  .ticker-section { margin-top: 64px; }
  .ticker-inner { padding: 80px 48px; }
  .ticker-item { width: 240px; }
  .contact-grid { grid-template-columns: .9fr 1.1fr; align-items: center; padding: 56px 48px; }
  .footer-inner { grid-template-columns: 1.35fr 1.65fr; padding: 64px 48px; }
}

@media (min-width: 1280px) {
  .header-inner { padding-inline: 26px; }
  .hero-content { padding-inline: 76px; }
  .product-container { padding-inline: 110px; }
  .product-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .platform-copy-wrap { padding: 96px 64px; }
  .solutions-heading h2 { transform: translateX(32px); }
  .solutions-heading > p:last-child { transform: translateX(10px); }
  .news-side-button { grid-template-columns: .86fr 1.14fr; align-items: center; gap: 28px; }
  .news-side .news-copy { margin-top: 0; }
  .insights-container, .ticker-inner, .contact-grid, .footer-inner { padding-inline: 82px; }
}

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