:root {
  --bg: #f5f8fc;
  --surface: #ffffff;
  --surface-2: #edf3fb;
  --ink: #07182f;
  --muted: #5d6c80;
  --line: rgba(7, 24, 47, 0.11);
  --blue: #0b6cff;
  --blue-2: #00a6ff;
  --cyan: #58d6ff;
  --navy: #061428;
  --navy-2: #091d38;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(18, 46, 84, 0.14);
  --radius: 24px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
p, h1, h2, h3, h4 { margin-top: 0; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 120px 0; position: relative; overflow: hidden; }
.section-dark { color: white; background: var(--navy); }
.section-dark p { color: #aebbd0; }

.page-progress { position: fixed; inset: 0 0 auto; height: 3px; z-index: 1000; pointer-events: none; }
.page-progress span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--blue), var(--cyan)); }

.blinkspire-lg{
  width: 200px;
  height: auto;
}

.site-header {
  position: fixed; z-index: 900; inset: 0 0 auto;
  background: rgba(245, 248, 252, 0.82);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid transparent;
  transition: box-shadow .25s ease, border-color .25s ease, background .25s ease;
}
.site-header.scrolled { background: rgb(247, 247, 247); border-color: var(--line); box-shadow: 0 12px 38px rgba(7, 24, 47, 0.08); }
.nav-wrap { height: 82px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand-mark { width: 42px; height: 42px; border-radius: 14px; display: grid; place-items: center; background: linear-gradient(145deg, var(--bg), var(--surface)); box-shadow: 0 12px 28px rgba(11, 108, 255, .28); }
.brand-mark svg { width: 25px; fill: white; }
.brand-copy { display: grid; line-height: 1.05; gap: 5px; }
.brand-copy strong { font-size: 1.08rem; letter-spacing: -.02em; }
.brand-copy small { color: var(--muted); font-size: .64rem; letter-spacing: .05em; }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: 28px; }
.nav-link { color: #3e4c61; font-size: .92rem; font-weight: 650; position: relative; padding: 30px 0; }
.nav-link::after { content: ""; position: absolute; left: 0; bottom: 22px; height: 2px; width: 0; border-radius: 99px; background: var(--blue); transition: width .2s ease; }
.nav-link:hover, .nav-link.active { color: var(--ink); }
.nav-link.active::after { width: 100%; }

.btn { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: 14px; padding: 0 22px; border: 1px solid var(--blue); background: var(--blue); color: white; font-weight: 750; font-size: .94rem; box-shadow: 0 15px 32px rgba(11, 108, 255, .22); transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); background: #005be0; box-shadow: 0 18px 38px rgba(11, 108, 255, .29); }
.btn-small { min-height: 44px; padding-inline: 18px; font-size: .86rem; }
.btn-ghost { color: var(--ink); background: rgba(255,255,255,.56); border-color: rgba(7,24,47,.14); box-shadow: none; }
.btn-ghost:hover { background: white; }
.btn-light { background: white; color: var(--navy); border-color: white; box-shadow: 0 16px 35px rgba(0,0,0,.16); }
.btn-light:hover { color: var(--navy); background: #f7fbff; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 12px; background: white; padding: 11px; box-shadow: 0 8px 24px rgba(7,24,47,.08); }
.menu-toggle span { display: block; height: 2px; background: var(--ink); margin: 5px 0; transition: transform .25s ease, opacity .25s ease; }
.menu-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle.active span:nth-child(2) { opacity: 0; }
.menu-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-nav { display: none; }

.hero { min-height: 100vh; padding: 150px 0 80px; position: relative; overflow: hidden; background: radial-gradient(circle at 84% 18%, #dbefff 0, transparent 28%), linear-gradient(180deg, #f8fbff 0%, #eef5fd 100%); }
.hero-grid-bg, .cta-grid-bg { position: absolute; inset: 0; opacity: .42; background-image: linear-gradient(rgba(11,108,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(11,108,255,.07) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to bottom, black, transparent 82%); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.orb-one { width: 360px; height: 360px; top: 90px; right: -100px; border: 1px solid rgba(11,108,255,.22); }
.orb-two { width: 180px; height: 180px; bottom: 160px; left: -80px; background: rgba(88,214,255,.18); filter: blur(16px); }
.hero-layout { position: relative; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(460px, .98fr); gap: 72px; align-items: center; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 9px; color: var(--blue); text-transform: uppercase; font-size: .76rem; letter-spacing: .16em; font-weight: 850; }
.eyebrow::before, .section-kicker::before { content: ""; width: 24px; height: 2px; border-radius: 99px; background: currentColor; }
.hero h1 { max-width: 730px; margin: 24px 0 24px; font-size: clamp(3.2rem, 6vw, 5.65rem); line-height: .98; letter-spacing: -.065em; }
.hero h1 span { display: block; color: var(--blue); }
.hero-content > p { max-width: 680px; color: var(--muted); font-size: 1.12rem; line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.hero-proof { margin-top: 50px; padding-top: 26px; display: flex; gap: 30px; border-top: 1px solid var(--line); }
.hero-proof div { display: grid; gap: 2px; }
.hero-proof strong { font-size: .9rem; }
.hero-proof span { color: var(--muted); font-size: .8rem; }

.hero-visual { position: relative; min-height: 550px; isolation: isolate; }
.visual-glow { position: absolute; width: 430px; height: 430px; border-radius: 50%; left: 40px; top: 30px; background: radial-gradient(circle, rgba(11,108,255,.32), transparent 66%); filter: blur(26px); z-index: -1; }
.browser-card { position: absolute; top: 40px; left: 0; width: min(100%, 520px); border-radius: 22px; overflow: hidden; background: white; box-shadow: 0 40px 90px rgba(15,52,99,.25); transform: rotate(-3deg); border: 1px solid rgba(7,24,47,.08); }
.browser-top { height: 42px; display: flex; gap: 6px; align-items: center; padding: 0 14px; border-bottom: 1px solid #eaf0f7; }
.browser-top > span { width: 8px; height: 8px; border-radius: 50%; background: #cfdae7; }
.browser-address { height: 22px; flex: 1; margin-left: 8px; border-radius: 8px; background: #f1f5fa; color: #8794a6; font-size: .55rem; display: grid; place-items: center; }
.browser-body { min-height: 340px; display: grid; grid-template-columns: 95px 1fr; }
.browser-sidebar { padding: 26px 20px; background: #07182f; display: flex; flex-direction: column; align-items: center; gap: 18px; }
.logo-block { width: 34px; height: 34px; border-radius: 10px; background: linear-gradient(135deg,var(--blue),var(--cyan)); margin-bottom: 12px; }
.browser-sidebar i { width: 38px; height: 7px; border-radius: 99px; background: #29405e; }
.browser-main { padding: 48px 42px; background: radial-gradient(circle at 85% 10%, #e2f2ff, transparent 42%), white; }
.mini-label { color: var(--blue); font-weight: 800; letter-spacing: .14em; font-size: .56rem; }
.browser-main h3 { margin: 12px 0; max-width: 260px; line-height: 1.18; font-size: 1.5rem; }
.browser-main p { max-width: 280px; color: #6b7a8e; font-size: .78rem; }
.mini-actions { display: flex; gap: 9px; margin-top: 25px; }
.mini-actions b { width: 82px; height: 28px; border-radius: 8px; background: var(--blue); }
.mini-actions b:nth-child(2) { width: 64px; background: #e9eff6; }
.browser-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 42px; }
.browser-stats span { height: 66px; border-radius: 11px; background: #f3f7fb; border: 1px solid #e8eef5; }
.phone-card { position: absolute; width: 210px; height: 430px; right: 0; bottom: 20px; border: 9px solid #061428; border-radius: 35px; background: #061428; box-shadow: 0 35px 75px rgba(7,24,47,.32); transform: rotate(5deg); z-index: 3; }
.phone-notch { position: absolute; z-index: 2; width: 82px; height: 18px; top: 3px; left: 50%; transform: translateX(-50%); border-radius: 0 0 13px 13px; background: #061428; }
.phone-screen { height: 100%; border-radius: 25px; padding: 42px 18px 18px; color: white; background: radial-gradient(circle at 80% 10%, #0d61d5, transparent 38%), linear-gradient(180deg,#0b284e,#07182f); overflow: hidden; }
.phone-brand { width: 42px; height: 42px; border-radius: 13px; display: grid; place-items: center; background: linear-gradient(135deg,var(--bg),var(--surface)); font-weight: 900; margin-bottom: 28px; }
.phone-kicker { font-size: .46rem; letter-spacing: .15em; color: #83b8ff; font-weight: 800; }
.phone-screen h4 { font-size: 1.15rem; line-height: 1.15; margin: 8px 0 24px; }
.app-widget { display: flex; align-items: center; gap: 10px; padding: 12px; margin-bottom: 9px; border-radius: 13px; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.1); }
.app-widget i { width: 30px; height: 30px; border-radius: 9px; background: rgba(88,214,255,.28); }
.app-widget div { flex:1; }
.app-widget b, .app-widget span { display:block; height:5px; border-radius:99px; background:#d9e8fb; }
.app-widget span { width: 70%; margin-top:6px; background:#49627f; }
.app-nav { position:absolute; left:18px; right:18px; bottom:18px; height:42px; display:flex; align-items:center; justify-content:space-around; border-radius:13px; background:rgba(255,255,255,.08); }
.app-nav span { width: 18px; height: 18px; border-radius: 6px; border: 2px solid #7891ac; }
.floating-chip { position: absolute; z-index: 5; padding: 9px 13px; border-radius: 11px; background: rgba(255,255,255,.9); border: 1px solid rgba(7,24,47,.08); box-shadow: 0 10px 30px rgba(7,24,47,.14); color: var(--ink); font-size: .75rem; font-weight: 800; }
.chip-one { top: 10px; right: 62px; }
.chip-two { bottom: 70px; left: 8px; }
.chip-three { right: 15px; bottom: 6px; }

.trust-strip { position: relative; margin-top: 100px; display: grid; grid-template-columns: repeat(4,1fr); border-radius: 22px; overflow: hidden; background: rgba(255,255,255,.72); border: 1px solid rgba(7,24,47,.08); box-shadow: 0 20px 60px rgba(7,24,47,.08); }
.trust-item { min-height: 110px; display: flex; align-items: center; gap: 14px; padding: 24px; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-item > span { color: var(--blue); font-size: .7rem; font-weight: 900; }
.trust-item div { display: grid; gap: 3px; }
.trust-item strong { font-size: .86rem; }
.trust-item small { color: var(--muted); font-size: .72rem; line-height:1.4; }

.split-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: start; }
.section-heading h2, .section-header h2, .why-content h2, .tech-intro h2 { margin: 18px 0 0; font-size: clamp(2.25rem, 4vw, 4rem); line-height: 1.06; letter-spacing: -.045em; }
.about-copy { border-left: 1px solid var(--line); padding-left: 55px; }
.about-copy p { color: var(--muted); font-size: 1rem; }
.about-copy .lead { color: var(--ink); font-size: 1.45rem; line-height: 1.5; font-weight: 700; }
.signature-line { display: flex; align-items: center; gap: 14px; margin-top: 35px; color: var(--blue); font-size: .86rem; }
.signature-line span { width: 48px; height: 2px; background: var(--blue); }
.section-header { max-width: 780px; margin-bottom: 58px; }
.section-header.centered { text-align: center; margin-inline: auto; }
.section-header.centered .section-kicker { justify-content: center; }
.section-header p { color: var(--muted); margin: 20px auto 0; max-width: 690px; }
.section-dark .section-kicker { color: #67cbff; }

.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.service-card { min-height: 330px; padding: 34px; border-radius: var(--radius); background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.09); transition: transform .25s ease, background .25s ease, border-color .25s ease; position: relative; overflow: hidden; }
.service-card::after { content:""; position:absolute; width:160px; height:160px; border-radius:50%; right:-100px; bottom:-100px; background:rgba(11,108,255,.3); filter:blur(20px); transition:transform .3s ease; }
.service-card:hover { transform: translateY(-6px); background: rgba(255,255,255,.075); border-color: rgba(103,203,255,.35); }
.service-card:hover::after { transform: translate(-40px,-40px); }
.service-number { color: #67809e; font-size: .67rem; font-weight: 900; letter-spacing: .15em; }
.service-icon { width: 52px; height: 52px; margin: 44px 0 28px; display:grid; place-items:center; border-radius:16px; background:rgba(11,108,255,.14); color:#6ad2ff; }
.service-icon svg { width:26px; fill:none; stroke:currentColor; stroke-width:1.6; }
.service-card h3 { font-size: 1.3rem; margin-bottom: 12px; }
.service-card p { font-size: .92rem; }
.service-tag { display:block; margin-top: 22px; color:#6ad2ff; font-size:.7rem; letter-spacing:.08em; font-weight:800; }

.why-us { background: white; }
.why-layout { display:grid; grid-template-columns: .95fr 1.05fr; gap:90px; align-items:center; }
.why-visual { position:relative; min-height:470px; display:grid; place-items:center; }
.code-window { width:100%; max-width:500px; border-radius:24px; overflow:hidden; background:#08182d; box-shadow:0 40px 90px rgba(7,24,47,.22); transform:rotate(-2deg); }
.code-top { height:48px; display:flex; align-items:center; gap:7px; padding:0 16px; background:#0d213e; }
.code-top span { width:8px; height:8px; border-radius:50%; background:#3a5270; }
.code-top b { margin-left:10px; color:#8095b1; font-size:.64rem; font-weight:600; }
.code-window pre { margin:0; padding:44px 38px 58px; color:#dce9f8; font-size:.88rem; line-height:2; white-space:pre-wrap; }
.code-blue { color:#6ab8ff; }.code-green { color:#67e1bd; }
.quality-badge { position:absolute; right:0; bottom:20px; display:grid; padding:18px 20px; border-radius:15px; background:white; box-shadow:0 20px 50px rgba(7,24,47,.15); }
.quality-badge strong { font-size:.82rem; }.quality-badge span { color:var(--muted); font-size:.68rem; }
.why-content > h2 { margin-bottom:42px; }
.benefit-list { display:grid; }
.benefit-list > div { display:grid; grid-template-columns:45px 1fr; gap:18px; padding:22px 0; border-top:1px solid var(--line); }
.benefit-list > div:last-child { border-bottom:1px solid var(--line); }
.benefit-list > div > span { color:var(--blue); font-size:.7rem; font-weight:900; padding-top:4px; }
.benefit-list h3 { font-size:1rem; margin-bottom:4px; }
.benefit-list p { margin:0; color:var(--muted); font-size:.86rem; }

.portfolio { background:#eef4fb; }
.portfolio-heading { max-width:none; display:grid; grid-template-columns:1fr .7fr; gap:70px; align-items:end; }
.portfolio-heading p { margin:0; }
.portfolio-grid { display:grid; grid-template-columns:1fr 1fr; gap:22px; }
.project-card { overflow:hidden; border-radius:28px; background:white; border:1px solid rgba(7,24,47,.08); box-shadow:0 18px 55px rgba(27,61,102,.08); transition:transform .25s ease, box-shadow .25s ease; }
.project-card:hover { transform:translateY(-5px); box-shadow:0 28px 70px rgba(27,61,102,.14); }
.project-featured { grid-column:1/-1; display:grid; grid-template-columns:1.12fr .88fr; }
.project-visual { min-height:360px; padding:28px; position:relative; overflow:hidden; display:grid; place-items:center; }
.project-featured .project-visual { min-height:500px; }
.project-type { position:absolute; top:24px; left:24px; z-index:3; padding:8px 12px; border-radius:99px; background:rgba(255,255,255,.88); border:1px solid rgba(7,24,47,.08); backdrop-filter:blur(10px); font-size:.68rem; font-weight:800; }
.project-kems { background:linear-gradient(135deg,#e8f1fb,#bfd7ef); }
.mock-browser { width:85%; border-radius:17px; overflow:hidden; background:white; box-shadow:0 28px 60px rgba(7,24,47,.18); transform:rotate(-2deg); }
.mock-browser-bar { height:32px; display:flex; align-items:center; gap:5px; padding:0 11px; background:#eff3f7; }
.mock-browser-bar i { width:7px; height:7px; border-radius:50%; background:#c3ceda; }
.mock-kems { padding:34px; min-height:330px; color:white; background:linear-gradient(145deg,#07182f,#19395c); }
.mock-logo { font-weight:900; letter-spacing:.18em; color:#ffcc2e; }
.mock-lines { margin:55px 0 32px; display:grid; gap:10px; }
.mock-lines b { width:60%; height:10px; border-radius:99px; background:#f2f6fa; }.mock-lines b:nth-child(2){width:88%;height:5px;background:#71849a}.mock-lines b:nth-child(3){width:72%;height:5px;background:#71849a}
.mock-products { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; }.mock-products span { height:95px; border-radius:12px; background:linear-gradient(145deg,#2f4b69,#162e4a); border:1px solid rgba(255,255,255,.12); }
.project-copy { padding:48px; display:flex; flex-direction:column; justify-content:center; }
.project-copy.compact { padding:34px; }
.project-copy > div:first-child { display:flex; justify-content:space-between; align-items:center; gap:20px; }
.project-index { color:var(--blue); font-size:.68rem; font-weight:900; }
.project-status { color:var(--muted); text-transform:uppercase; font-size:.62rem; letter-spacing:.12em; font-weight:800; }
.project-copy h3 { margin:24px 0 14px; font-size:1.75rem; letter-spacing:-.035em; }
.project-copy.compact h3 { font-size:1.35rem; }
.project-copy p { color:var(--muted); }
.project-copy ul { margin:15px 0 26px; padding:0; display:grid; gap:10px; list-style:none; }
.project-copy li { font-size:.84rem; color:#334257; }.project-copy li::before { content:"✓"; color:var(--blue); margin-right:9px; font-weight:900; }
.project-tech { display:flex; flex-wrap:wrap; gap:8px; margin-top:auto; }
.project-tech span { padding:7px 10px; border-radius:8px; background:#edf3f9; color:#526177; font-size:.67rem; font-weight:800; }
.project-card-saas { background:linear-gradient(145deg,#e7f0ff,#b7cff7); }
.digital-card-demo { width:230px; min-height:300px; padding:34px 24px; text-align:center; border-radius:28px; background:white; box-shadow:0 25px 60px rgba(7,24,47,.2); transform:rotate(3deg); }
.profile-circle { width:64px;height:64px;border-radius:50%;margin:0 auto 14px;background:linear-gradient(135deg,var(--blue),var(--cyan));border:5px solid #eaf2ff; }
.digital-card-demo h4 { margin-bottom:2px; }.digital-card-demo p { color:#78879a;font-size:.68rem; }
.card-actions { display:grid; grid-template-columns:repeat(3,1fr); gap:7px; margin:22px 0; }.card-actions i { height:36px;border-radius:10px;background:#eaf2ff; }.card-service-lines { display:grid; gap:8px; }.card-service-lines span{height:12px;border-radius:6px;background:#edf2f7;}
.project-passlox { background:linear-gradient(145deg,#111827,#29364c); }
.vault-phone { width:190px; min-height:330px; padding:34px 20px; border-radius:30px; background:linear-gradient(180deg,#0a1320,#151f2f); border:7px solid #020914; box-shadow:0 25px 65px rgba(0,0,0,.35); color:white; text-align:center; transform:rotate(-3deg); }
.vault-notch { width:60px;height:10px;border-radius:0 0 8px 8px;background:#020914;margin:-34px auto 30px; }.vault-icon { width:52px;height:52px;display:grid;place-items:center;border-radius:16px;margin:0 auto 13px;background:linear-gradient(135deg,#4569ff,#7f8cff); }.vault-phone p{font-size:.65rem;color:#7e91aa}.pin-dots{display:flex;justify-content:center;gap:10px;margin:24px 0}.pin-dots i{width:8px;height:8px;border-radius:50%;background:#687c96}.keypad{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.keypad span{height:36px;border-radius:50%;border:1px solid #304056;background:#172437}
.project-wallet { background:linear-gradient(145deg,#dce8ff,#bdcef0); }
.wallet-dashboard { width:250px; min-height:300px; padding:20px; border-radius:24px; background:#f9fbff; box-shadow:0 25px 60px rgba(21,50,90,.23); transform:rotate(2deg); }
.wallet-head { display:flex;justify-content:space-between;align-items:center }.wallet-head span,.wallet-head i{width:25px;height:25px;border-radius:8px;background:#e3ebf7}.wallet-head b{font-size:.8rem}.balance-card{margin:24px 0;padding:22px;border-radius:18px;background:linear-gradient(135deg,#0b6cff,#284cba);color:white}.balance-card small{display:block;opacity:.7;font-size:.6rem}.balance-card strong{display:block;font-size:1.5rem;margin:7px 0 18px}.balance-card button{border:0;border-radius:8px;padding:8px 12px;background:white;color:#16449b;font-size:.65rem;font-weight:800}.wallet-list{display:grid;gap:9px}.wallet-list span{height:38px;border-radius:10px;background:#eaf0f7}

.process-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:15px; }
.process-step { min-height:260px; padding:28px; border-radius:20px; background:rgba(255,255,255,.045); border:1px solid rgba(255,255,255,.085); }
.process-step > span { color:#55708f; font-size:.65rem; font-weight:900; }
.process-icon { width:46px;height:46px;display:grid;place-items:center;margin:38px 0 24px;border-radius:14px;background:rgba(11,108,255,.17);color:#6ad2ff;font-weight:900; }
.process-step h3 { margin-bottom:10px;font-size:1.08rem }.process-step p{font-size:.84rem;margin:0}

.technologies { background:white; padding-bottom:90px; }
.tech-intro { max-width:740px; }
.tech-intro p { color:var(--muted); margin-top:20px; max-width:620px; }
.tech-marquee { margin-top:65px; overflow:hidden; border-block:1px solid var(--line); background:#f8fbfe; }
.tech-track { display:flex; width:max-content; animation:marquee 32s linear infinite; }
.tech-track:hover { animation-play-state:paused; }
.tech-track span { display:flex; align-items:center; justify-content:center; min-width:170px; height:96px; border-right:1px solid var(--line); color:#30425a; font-size:.9rem; font-weight:850; }
@keyframes marquee { to { transform:translateX(-50%); } }

.industries { background:#f3f7fc; }
.industries-layout { display:grid; grid-template-columns:.82fr 1.18fr; gap:80px; align-items:start; }
.industry-grid { display:grid; grid-template-columns:1fr 1fr; border-top:1px solid var(--line); }
.industry-grid div { min-height:88px; display:flex; align-items:center; gap:18px; border-bottom:1px solid var(--line); font-weight:750; }
.industry-grid div:nth-child(odd){border-right:1px solid var(--line);padding-right:24px}.industry-grid div:nth-child(even){padding-left:24px}.industry-grid span{color:var(--blue);font-size:.65rem}

.cta-section { position:relative; padding:120px 0; overflow:hidden; background:linear-gradient(135deg,#052046,#0b6cff); }
.cta-grid-bg { opacity:.18; mask-image:none; }
.cta-card { position:relative; z-index:2; display:grid; grid-template-columns:1.2fr .8fr; align-items:center; gap:70px; padding:65px; border-radius:34px; color:white; background:rgba(3,19,43,.43); border:1px solid rgba(255,255,255,.18); box-shadow:0 34px 80px rgba(0,0,0,.18); backdrop-filter:blur(14px); }
.cta-copy .section-kicker { color:#82dcff; }.cta-copy h2{font-size:clamp(2.3rem,4.8vw,4.5rem);line-height:1.02;letter-spacing:-.055em;margin:20px 0}.cta-copy p{color:#c9d8eb;max-width:650px;margin:0}.cta-actions{display:grid;justify-items:start;gap:22px}.contact-email{display:inline-flex;align-items:center;gap:10px;color:white;font-weight:800}.contact-email span{color:#7cddff}

.site-footer { padding:78px 0 24px; color:white; background:#041124; }
.footer-grid { display:grid; grid-template-columns:1.5fr repeat(3,1fr); gap:60px; }
.brand-footer .brand-copy small { color:#7488a4; }
.footer-brand p { color:#7f91aa; max-width:360px; margin-top:24px; font-size:.86rem; }
.footer-column { display:flex; flex-direction:column; align-items:flex-start; gap:11px; }
.footer-column h3 { margin-bottom:9px;font-size:.78rem;text-transform:uppercase;letter-spacing:.12em;color:#59718f}.footer-column a,.footer-column span{color:#a9b8cb;font-size:.82rem}.footer-column a:hover{color:white}.footer-bottom{display:flex;justify-content:space-between;gap:30px;padding-top:26px;margin-top:55px;border-top:1px solid rgba(255,255,255,.09);color:#6f829e;font-size:.75rem}.footer-bottom div{display:flex;gap:18px}
.back-to-top { position:fixed; z-index:800; right:24px; bottom:24px; width:46px;height:46px;border-radius:14px;border:1px solid rgba(7,24,47,.1);background:white;color:var(--ink);box-shadow:0 15px 35px rgba(7,24,47,.18);opacity:0;visibility:hidden;transform:translateY(10px);transition:.25s ease}.back-to-top.show{opacity:1;visibility:visible;transform:translateY(0)}
