:root {
  --navy: #071d47;
  --navy-2: #0c2e65;
  --blue: #0878ef;
  --blue-2: #2a8cff;
  --orange: #ff6500;
  --orange-2: #ff943f;
  --green: #13b84c;
  --purple: #7657ff;
  --cyan: #08b6d7;
  --yellow: #f3b600;
  --ink: #102544;
  --muted: #65758e;
  --line: #dfe7f1;
  --soft: #f5f8fc;
  --white: #fff;
  --shadow: 0 24px 70px rgba(9, 35, 75, .13);
  --shadow-sm: 0 16px 42px rgba(9, 35, 75, .10);
  --font-head: 'Manrope', sans-serif;
  --font-body: 'DM Sans', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body { margin: 0; color: var(--ink); background: #fff; font: 400 16px/1.72 var(--font-body); -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { display: block; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section-pad { padding: 112px 0; }
.skip-link { position: fixed; left: 15px; top: -100px; z-index: 9999; padding: 10px 15px; color: #fff; background: var(--navy); border-radius: 8px; }
.skip-link:focus { top: 15px; }

.topbar { color: rgba(255,255,255,.78); background: var(--navy); border-bottom: 1px solid rgba(255,255,255,.08); }
.topbar-inner { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 25px; font-size: 12px; }
.topbar-left { display: flex; gap: 24px; align-items: center; }
.topbar-left span, .topbar-left a { display: inline-flex; align-items: center; gap: 7px; }
.topbar-left svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.topbar a { transition: color .2s ease; }
.topbar a:hover { color: #fff; }
.topbar-link { color: #fff; font-weight: 700; }
.topbar-link span { color: var(--orange-2); }

.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(218,228,241,.85); backdrop-filter: blur(16px); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { width: 218px; flex: 0 0 auto; }
.brand img { width: 100%; height: 62px; object-fit: contain; object-position: left center; }
.primary-nav { display: flex; align-items: center; gap: 29px; }
.primary-nav > a { position: relative; color: #243959; font-size: 13px; font-weight: 700; }
.primary-nav > a:not(.nav-cta)::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: linear-gradient(90deg,var(--orange),var(--blue)); transition: right .25s ease; }
.primary-nav > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { display: inline-flex; align-items: center; gap: 9px; padding: 12px 18px; color: #fff !important; background: var(--navy); border-radius: 12px; box-shadow: 0 10px 24px rgba(7,29,71,.18); }
.nav-cta span { color: var(--orange-2); }
.nav-toggle { width: 44px; height: 44px; display: none; padding: 11px; border: 0; border-radius: 11px; background: #edf4fc; cursor: pointer; }
.nav-toggle span { width: 100%; height: 2px; display: block; margin: 5px 0; background: var(--navy); transition: transform .25s ease, opacity .25s ease; }

.hero { position: relative; overflow: hidden; padding: 94px 0 0; color: #fff; background: linear-gradient(135deg,#071d47 0%,#09265a 50%,#073e80 100%); }
.hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 15% 5%,rgba(42,140,255,.25),transparent 34%), radial-gradient(circle at 85% 40%,rgba(255,101,0,.18),transparent 35%); }
.hero-noise { position: absolute; inset: 0; opacity: .12; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.28'/%3E%3C/svg%3E"); }
.orb { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.orb-one { width: 310px; height: 310px; left: -155px; bottom: 100px; background: rgba(19,184,76,.16); }
.orb-two { width: 220px; height: 220px; right: -80px; top: 35px; background: rgba(255,101,0,.17); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 70px; padding-bottom: 88px; }
.hero-copy { max-width: 650px; }
.hero-kicker { display: inline-flex; align-items: center; gap: 10px; padding: 8px 13px; color: #d9e9ff; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 999px; font-size: 11px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.hero-kicker i { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(19,184,76,.15); }
.hero h1 { margin: 25px 0 24px; color: #fff; font: 800 clamp(52px,5.9vw,76px)/1.03 var(--font-head); letter-spacing: -.052em; }
.hero h1 em { color: var(--orange-2); font-style: normal; }
.hero h1 strong { display: block; color: #79bbff; font-weight: 800; }
.hero-copy > p { max-width: 610px; margin: 0; color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 33px; }
.btn { min-height: 51px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 22px; border: 1px solid transparent; border-radius: 13px; font-weight: 700; font-size: 13px; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: linear-gradient(135deg,var(--orange),#ff8336); box-shadow: 0 15px 32px rgba(255,101,0,.27); }
.btn-glass { color: #fff; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.2); }
.btn-white { color: var(--navy); background: #fff; box-shadow: 0 14px 35px rgba(0,0,0,.16); }
.btn-outline { color: var(--navy); background: #fff; border-color: #cfdbea; }
.hero-proof { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 42px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.13); }
.hero-proof > div { display: flex; align-items: center; gap: 11px; }
.proof-icon { width: 37px; height: 37px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 11px; color: #fff; font-size: 10px; font-weight: 800; }
.proof-blue { background: rgba(42,140,255,.22); border: 1px solid rgba(94,168,255,.36); }
.proof-orange { background: rgba(255,101,0,.21); border: 1px solid rgba(255,140,72,.38); }
.proof-green { background: rgba(19,184,76,.21); border: 1px solid rgba(65,217,113,.35); }
.hero-proof p { margin: 0; }
.hero-proof strong { display: block; color: #fff; font-size: 12px; }
.hero-proof small { display: block; margin-top: 2px; color: rgba(255,255,255,.52); font-size: 10px; line-height: 1.35; }

.hero-stage { position: relative; min-height: 555px; display: grid; place-items: center; }
.stage-ring { position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.13); }
.stage-ring-one { width: 500px; height: 500px; }
.stage-ring-two { width: 380px; height: 380px; border-style: dashed; animation: spin 35s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.stage-window { position: relative; z-index: 2; width: min(100%,530px); overflow: hidden; background: rgba(255,255,255,.96); border: 1px solid rgba(255,255,255,.55); border-radius: 27px; box-shadow: 0 34px 80px rgba(0,0,0,.27); transform: rotate(2deg); }
.stage-browserbar { height: 42px; display: flex; align-items: center; justify-content: space-between; padding: 0 17px; color: #6c7f99; background: #f2f6fb; border-bottom: 1px solid #dfe8f3; font-size: 10px; }
.stage-browserbar > div { display: flex; gap: 5px; }
.stage-browserbar i { width: 7px; height: 7px; border-radius: 50%; background: #c4d1df; }
.stage-content { display: grid; grid-template-columns: 1.25fr .75fr; min-height: 355px; background: linear-gradient(135deg,#fff,#f4f8fc); }
.stage-logo { display: grid; place-items: center; padding: 22px; }
.stage-logo img { width: 100%; max-height: 320px; object-fit: contain; }
.stage-panel { display: flex; flex-direction: column; justify-content: flex-end; padding: 28px 22px; color: #fff; background: linear-gradient(160deg,var(--blue),#0754bb 55%,var(--navy)); }
.stage-panel span { color: rgba(255,255,255,.63); font-size: 8px; font-weight: 700; letter-spacing: .16em; }
.stage-panel strong { margin-top: 8px; font: 800 25px/1.14 var(--font-head); }
.stage-bars { display: grid; gap: 7px; margin-top: 24px; }
.stage-bars i { height: 5px; border-radius: 99px; background: rgba(255,255,255,.22); }
.stage-bars i:nth-child(1) { width: 100%; }
.stage-bars i:nth-child(2) { width: 76%; }
.stage-bars i:nth-child(3) { width: 56%; background: var(--orange-2); }
.mini-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 11px; padding: 12px 15px; color: var(--ink); background: rgba(255,255,255,.96); border: 1px solid rgba(255,255,255,.8); border-radius: 15px; box-shadow: 0 18px 36px rgba(0,0,0,.18); }
.mini-card > span { width: 37px; height: 37px; display: grid; place-items: center; border-radius: 11px; color: #fff; font-size: 13px; font-weight: 800; }
.mini-card strong { display: block; font-size: 11px; }
.mini-card small { display: block; color: var(--muted); font-size: 9px; }
.mini-card-code { left: -10px; top: 88px; }
.mini-card-code > span { background: var(--blue); }
.mini-card-cart { right: -8px; top: 225px; }
.mini-card-cart > span { background: var(--orange); }
.mini-card-chat { left: 75px; bottom: 17px; }
.mini-card-chat > span { background: var(--green); }
.capability-marquee { position: relative; z-index: 2; overflow: hidden; border-top: 1px solid rgba(255,255,255,.1); }
.marquee-track { min-width: max-content; display: flex; align-items: center; justify-content: center; gap: 24px; padding: 22px 0; color: rgba(255,255,255,.62); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.marquee-track i { width: 5px; height: 5px; border-radius: 50%; background: var(--orange-2); }

.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { content: ''; width: 24px; height: 2px; background: linear-gradient(90deg,var(--orange),var(--blue)); }
.eyebrow-light { color: #8fc6ff; }
.eyebrow-light::before { background: linear-gradient(90deg,var(--orange-2),#8fc6ff); }
.section-heading { margin-bottom: 50px; }
.section-heading.split { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: end; }
.section-heading h2 { max-width: 720px; margin: 13px 0 0; color: var(--navy); font: 800 clamp(38px,4.8vw,58px)/1.1 var(--font-head); letter-spacing: -.045em; }
.section-heading > p, .section-heading.split > p { margin: 0 0 5px; color: var(--muted); font-size: 16px; }
.section-heading.centered { max-width: 840px; margin: 0 auto 52px; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading.centered h2 { margin-inline: auto; }
.section-heading.centered p { max-width: 690px; margin: 18px auto 0; }

.services-section { position: relative; overflow: hidden; background: #fff; }
.services-section::before { content: ''; position: absolute; width: 480px; height: 480px; right: -220px; top: 80px; border-radius: 50%; background: radial-gradient(circle,rgba(8,120,239,.08),transparent 70%); }
.service-grid { position: relative; display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.service-card { --accent: var(--blue); position: relative; min-height: 410px; display: flex; flex-direction: column; padding: 28px; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 10px 30px rgba(8,38,78,.045); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card::before { content: ''; position: absolute; width: 150px; height: 150px; right: -70px; top: -70px; border-radius: 50%; opacity: .12; background: var(--accent); }
.service-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-sm); border-color: transparent; }
.service-top { display: flex; align-items: center; justify-content: space-between; }
.service-icon { width: 54px; height: 54px; display: grid; place-items: center; color: #fff; border-radius: 17px; background: var(--accent); }
.service-icon svg { width: 25px; height: 25px; fill: none; stroke: #fff; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.service-top b { color: #b9c6d6; font-size: 11px; letter-spacing: .1em; }
.service-card h3 { margin: 27px 0 13px; color: var(--navy); font: 800 24px/1.25 var(--font-head); letter-spacing: -.025em; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; }
.service-card ul { display: grid; gap: 6px; margin: 20px 0 25px; padding: 0; list-style: none; color: #435873; font-size: 12px; }
.service-card li::before { content: '✓'; margin-right: 8px; color: var(--accent); font-weight: 800; }
.service-card > a { margin-top: auto; color: var(--accent); font-size: 12px; font-weight: 800; }
.service-card > a span { margin-left: 5px; }
.service-blue { --accent: var(--blue); }
.service-orange { --accent: var(--orange); }
.service-green { --accent: var(--green); }
.service-purple { --accent: var(--purple); }
.service-cyan { --accent: var(--cyan); }
.service-yellow { --accent: var(--yellow); }

.product-spotlight { position: relative; overflow: hidden; color: #fff; background: linear-gradient(125deg,#071d47 0%,#0b3978 60%,#0954a9 100%); }
.product-spotlight::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 80% 20%,rgba(255,101,0,.24),transparent 30%), radial-gradient(circle at 15% 90%,rgba(19,184,76,.14),transparent 35%); }
.spotlight-shape { position: absolute; width: 420px; height: 420px; right: -140px; bottom: -210px; border: 70px solid rgba(255,255,255,.05); border-radius: 50%; }
.spotlight-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 80px; }
.spotlight-copy h2 { margin: 15px 0 20px; color: #fff; font: 800 clamp(39px,4.7vw,58px)/1.08 var(--font-head); letter-spacing: -.045em; }
.spotlight-copy > p { margin: 0; color: rgba(255,255,255,.68); font-size: 16px; }
.spotlight-points { display: grid; gap: 18px; margin: 29px 0 32px; }
.spotlight-points > div { display: flex; gap: 12px; }
.spotlight-points > div > span { width: 27px; height: 27px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 9px; color: #fff; background: var(--green); font-size: 11px; font-weight: 800; }
.spotlight-points p { margin: 0; }
.spotlight-points strong { display: block; color: #fff; font-size: 13px; }
.spotlight-points small { color: rgba(255,255,255,.53); font-size: 11px; }
.spotlight-visual { position: relative; min-height: 510px; display: grid; place-items: center; }
.commerce-window { width: min(100%,570px); overflow: hidden; background: #fff; border: 1px solid rgba(255,255,255,.5); border-radius: 25px; box-shadow: 0 35px 80px rgba(0,0,0,.25); transform: rotate(-2deg); }
.commerce-top { height: 44px; display: flex; align-items: center; justify-content: space-between; padding: 0 16px; color: #71839c; background: #f2f5fa; font-size: 9px; }
.commerce-top > div { display: flex; gap: 5px; }
.commerce-top i { width: 7px; height: 7px; border-radius: 50%; background: #c3ceda; }
.commerce-top b { padding: 3px 7px; color: #0d9a42; background: #e9faef; border-radius: 99px; font-size: 8px; }
.commerce-body { display: grid; grid-template-columns: 72px 1fr; min-height: 345px; }
.commerce-body aside { display: flex; flex-direction: column; align-items: center; gap: 18px; padding: 22px 13px; color: #fff; background: var(--navy); }
.commerce-body aside strong { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 10px; background: linear-gradient(135deg,var(--orange),var(--blue)); font-size: 11px; }
.commerce-body aside span { width: 26px; height: 5px; border-radius: 99px; background: rgba(255,255,255,.18); }
.commerce-main { padding: 20px; background: #f7f9fc; }
.commerce-hero { min-height: 220px; padding: 28px; color: #fff; border-radius: 19px; background: linear-gradient(135deg,#0f3f86,#0878ef 65%,#2795ff); }
.commerce-hero span { color: rgba(255,255,255,.62); font-size: 8px; letter-spacing: .16em; }
.commerce-hero h3 { margin: 10px 0 18px; font: 800 33px/1.08 var(--font-head); }
.commerce-hero button { padding: 9px 12px; color: var(--navy); background: #fff; border: 0; border-radius: 8px; font-size: 9px; font-weight: 800; }
.product-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 13px; }
.product-row i { height: 74px; border-radius: 13px; background: linear-gradient(145deg,#fff,#e7edf6); border: 1px solid #e1e7ef; }
.product-row i:nth-child(2) { background: linear-gradient(145deg,#fff0e7,#ffe0cd); }
.product-row i:nth-child(3) { background: linear-gradient(145deg,#e7f8ee,#d1f1dd); }
.floating-stat { position: absolute; display: flex; align-items: center; gap: 10px; padding: 12px 14px; color: var(--ink); background: #fff; border-radius: 14px; box-shadow: 0 18px 40px rgba(0,0,0,.22); }
.floating-stat > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; color: #fff; background: var(--orange); font-weight: 800; }
.floating-stat strong { display: block; font-size: 10px; }
.floating-stat small { display: block; color: var(--muted); font-size: 9px; }
.stat-one { left: -15px; top: 65px; }
.stat-two { right: -15px; bottom: 45px; }
.stat-two > span { background: var(--green); }

.solutions-section { background: linear-gradient(180deg,#f7faff 0%,#fff 100%); }
.solution-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
.solution-card { --accent: var(--blue); position: relative; min-height: 300px; padding: 34px; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 12px 32px rgba(9,36,73,.05); }
.solution-card::after { content: ''; position: absolute; width: 170px; height: 170px; right: -95px; bottom: -95px; border-radius: 50%; background: var(--accent); opacity: .09; }
.solution-number { width: 44px; height: 44px; display: grid; place-items: center; color: #fff; background: var(--accent); border-radius: 13px; font-size: 11px; font-weight: 800; }
.solution-card h3 { margin: 24px 0 12px; color: var(--navy); font: 800 25px/1.2 var(--font-head); }
.solution-card p { margin: 0; color: var(--muted); font-size: 14px; }
.solution-card > span { display: block; margin-top: 22px; padding-top: 18px; color: #405674; border-top: 1px solid var(--line); font-size: 11px; font-weight: 700; }
.solution-static { --accent: var(--blue); }
.solution-dynamic { --accent: var(--orange); }
.solution-responsive { --accent: var(--green); }
.solution-mobile { --accent: var(--purple); }

.why-section { color: #fff; background: #081d42; }
.why-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.why-intro { position: sticky; top: 135px; }
.why-intro h2 { margin: 14px 0 20px; color: #fff; font: 800 clamp(39px,4.8vw,58px)/1.08 var(--font-head); letter-spacing: -.045em; }
.why-intro p { margin: 0; color: rgba(255,255,255,.61); }
.text-link-light { display: inline-flex; align-items: center; gap: 10px; margin-top: 28px; color: #fff; font-size: 12px; font-weight: 800; }
.text-link-light span { color: var(--orange-2); font-size: 19px; }
.why-list { display: grid; }
.why-item { display: grid; grid-template-columns: 62px 1fr; gap: 20px; padding: 29px 0; border-bottom: 1px solid rgba(255,255,255,.11); }
.why-item:first-child { padding-top: 0; }
.why-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 16px; color: #fff; font-size: 11px; font-weight: 800; }
.why-blue { background: var(--blue); }
.why-orange { background: var(--orange); }
.why-green { background: var(--green); }
.why-purple { background: var(--purple); }
.why-item h3 { margin: 2px 0 8px; color: #fff; font: 800 22px/1.25 var(--font-head); }
.why-item p { margin: 0; color: rgba(255,255,255,.55); font-size: 13px; }

.portfolio-section { background: #fff; }
.work-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 26px; }
.work-card { overflow: hidden; border: 1px solid var(--line); border-radius: 25px; background: #fff; box-shadow: 0 13px 36px rgba(9,36,73,.06); transition: transform .25s ease, box-shadow .25s ease; }
.work-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.work-cover { position: relative; min-height: 420px; display: grid; place-items: center; padding: 68px 40px 40px; overflow: hidden; }
.work-cover::before { content: ''; position: absolute; width: 260px; height: 260px; right: -90px; top: -110px; border-radius: 50%; background: rgba(255,255,255,.13); }
.work-wakart .work-cover { background: linear-gradient(140deg,#0a2c62,#0878ef 72%,#2a93ff); }
.work-temata .work-cover { background: linear-gradient(140deg,#123f39,#29906f 72%,#48b78c); }
.work-tag { position: absolute; left: 22px; top: 22px; z-index: 2; padding: 7px 10px; color: #fff; background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.2); border-radius: 99px; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.work-device { position: relative; z-index: 2; width: min(100%,470px); overflow: hidden; border: 8px solid rgba(255,255,255,.92); border-radius: 19px; box-shadow: 0 25px 55px rgba(0,0,0,.24); transform: rotate(-2deg); }
.work-temata .work-device { transform: rotate(2deg); }
.device-top { height: 25px; display: flex; align-items: center; gap: 4px; padding: 0 9px; background: #eff3f7; }
.device-top i { width: 5px; height: 5px; border-radius: 50%; background: #bdc8d4; }
.device-screen { min-height: 240px; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 25px; text-align: center; }
.wakart-screen { color: #fff; background: linear-gradient(145deg,#071d47,#0d58b5); }
.wakart-screen strong { font: 800 37px/1 var(--font-head); }
.wakart-screen > span { margin-top: 8px; color: #a6d3ff; font-size: 10px; }
.wakart-screen > div { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; width: 100%; margin-top: 28px; }
.wakart-screen i { height: 60px; border-radius: 10px; background: rgba(255,255,255,.12); }
.wakart-screen i:nth-child(2) { background: rgba(255,101,0,.75); }
.wakart-screen i:nth-child(3) { background: rgba(19,184,76,.65); }
.temata-screen { color: #153b35; background: linear-gradient(145deg,#f4fff9,#d9f6e8); }
.temata-screen small { color: #43806f; text-transform: uppercase; letter-spacing: .14em; }
.temata-screen strong { margin-top: 8px; font: 800 40px/1 var(--font-head); }
.temata-screen > span { margin-top: 8px; font-size: 11px; }
.temata-screen button { margin-top: 22px; padding: 9px 14px; color: #fff; background: #216c58; border: 0; border-radius: 8px; font-size: 9px; font-weight: 700; }
.work-copy { min-height: 170px; display: flex; justify-content: space-between; gap: 25px; padding: 28px; }
.work-copy h3 { margin: 0 0 9px; color: var(--navy); font: 800 27px/1.2 var(--font-head); }
.work-copy p { margin: 0; color: var(--muted); font-size: 13px; }
.work-copy > span { width: 44px; height: 44px; display: grid; place-items: center; flex: 0 0 auto; color: #fff; background: var(--navy); border-radius: 13px; font-size: 18px; }

.about-section { overflow: hidden; background: #f5f8fc; }
.about-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 90px; align-items: center; }
.about-visual { position: relative; min-height: 590px; display: grid; place-items: center; }
.about-main-card { width: min(100%,460px); min-height: 500px; display: flex; flex-direction: column; justify-content: flex-end; padding: 42px; color: #fff; background: linear-gradient(145deg,#081f4a,#0a56ad 68%,#0878ef); border-radius: 30px; box-shadow: 0 32px 70px rgba(8,55,117,.22); }
.about-main-card > span { color: #a9d3ff; font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.about-main-card h3 { margin: 14px 0 34px; font: 800 39px/1.17 var(--font-head); letter-spacing: -.04em; }
.about-location { display: flex; align-items: center; gap: 12px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.18); }
.about-location i { width: 10px; height: 10px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 6px rgba(255,101,0,.18); }
.about-location p { margin: 0; color: #fff; font-size: 12px; font-weight: 700; line-height: 1.4; }
.about-location small { color: rgba(255,255,255,.55); font-weight: 500; }
.about-float { position: absolute; min-width: 165px; padding: 15px 17px; background: #fff; border-radius: 15px; box-shadow: 0 18px 45px rgba(9,36,73,.16); }
.about-float strong { display: block; color: var(--navy); font-size: 12px; }
.about-float span { color: var(--muted); font-size: 9px; }
.about-float-one { left: -4px; top: 72px; border-left: 4px solid var(--orange); }
.about-float-two { right: -5px; top: 220px; border-left: 4px solid var(--green); }
.about-float-three { left: 20px; bottom: 55px; border-left: 4px solid var(--purple); }
.about-copy h2 { margin: 14px 0 21px; color: var(--navy); font: 800 clamp(38px,4.6vw,56px)/1.09 var(--font-head); letter-spacing: -.045em; }
.about-copy > p { color: var(--muted); }
.about-values { display: grid; gap: 17px; margin-top: 29px; }
.about-values > div { display: flex; gap: 12px; }
.about-values > div > span { width: 29px; height: 29px; display: grid; place-items: center; flex: 0 0 auto; color: #fff; background: var(--green); border-radius: 9px; font-size: 11px; font-weight: 800; }
.about-values p { margin: 0; }
.about-values strong { display: block; color: var(--navy); font-size: 13px; }
.about-values small { color: var(--muted); font-size: 11px; }

.process-section { background: #fff; }
.process-grid { position: relative; display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.process-grid::before { content: ''; position: absolute; left: 10%; right: 10%; top: 55px; border-top: 1px dashed #bfcde0; }
.process-card { position: relative; z-index: 2; min-height: 290px; padding: 26px; text-align: center; border: 1px solid var(--line); border-radius: 22px; background: #fff; }
.process-card > span { position: absolute; right: 18px; top: 15px; color: #b8c5d5; font-size: 10px; font-weight: 800; }
.process-icon { width: 58px; height: 58px; display: grid; place-items: center; margin: 0 auto 25px; color: #fff; background: var(--blue); border: 8px solid #e9f3ff; border-radius: 50%; font-weight: 800; }
.process-card:nth-child(2) .process-icon { background: var(--orange); border-color: #fff0e7; }
.process-card:nth-child(3) .process-icon { background: var(--green); border-color: #e6f8ed; font-size: 11px; }
.process-card:nth-child(4) .process-icon { background: var(--purple); border-color: #efecff; }
.process-card h3 { margin: 0 0 10px; color: var(--navy); font: 800 21px/1.2 var(--font-head); }
.process-card p { margin: 0; color: var(--muted); font-size: 12px; }

.faq-section { background: #f6f9fd; }
.faq-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 85px; align-items: start; }
.faq-intro { position: sticky; top: 130px; }
.faq-intro h2 { margin: 14px 0 18px; color: var(--navy); font: 800 clamp(38px,4.6vw,55px)/1.1 var(--font-head); letter-spacing: -.045em; }
.faq-intro p { margin: 0 0 27px; color: var(--muted); }
.accordion { border-top: 1px solid #cdd9e8; }
.accordion-item { border-bottom: 1px solid #cdd9e8; }
.accordion-item button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 24px 0; color: var(--navy); background: none; border: 0; text-align: left; cursor: pointer; }
.accordion-item button span { font: 800 17px/1.35 var(--font-head); }
.accordion-item button i { width: 32px; height: 32px; display: grid; place-items: center; flex: 0 0 auto; color: #fff; background: var(--blue); border-radius: 9px; font-style: normal; font-size: 19px; }
.accordion-content { padding: 0 50px 23px 0; }
.accordion-content p { margin: 0; color: var(--muted); font-size: 13px; }

.contact-section { position: relative; overflow: hidden; color: #fff; background: linear-gradient(135deg,#071d47 0%,#0a2e69 55%,#0752a6 100%); }
.contact-section::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 75% 20%,rgba(255,101,0,.22),transparent 30%); }
.contact-orb { position: absolute; border-radius: 50%; border: 45px solid rgba(255,255,255,.05); }
.contact-orb-one { width: 330px; height: 330px; left: -170px; bottom: -120px; }
.contact-orb-two { width: 240px; height: 240px; right: -110px; top: -90px; }
.contact-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.contact-copy h2 { margin: 14px 0 20px; color: #fff; font: 800 clamp(40px,5vw,61px)/1.06 var(--font-head); letter-spacing: -.05em; }
.contact-copy > p { margin: 0; color: rgba(255,255,255,.62); }
.contact-details { display: grid; gap: 14px; margin-top: 35px; }
.contact-details > a, .contact-details > div { display: flex; align-items: center; gap: 13px; }
.contact-icon { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; color: #fff; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.13); border-radius: 12px; font-weight: 800; }
.contact-details small, .contact-details em { display: block; color: rgba(255,255,255,.48); font-size: 9px; font-style: normal; }
.contact-details strong { display: block; color: #fff; font-size: 12px; }
.contact-form { position: relative; padding: 35px; color: var(--ink); background: rgba(255,255,255,.98); border-radius: 26px; box-shadow: 0 35px 80px rgba(0,0,0,.24); }
.form-head { margin-bottom: 24px; }
.form-head span { display: block; color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.form-head strong { display: block; margin-top: 4px; color: var(--navy); font: 800 26px/1.25 var(--font-head); }
.form-row { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.contact-form label { display: block; margin-bottom: 16px; }
.contact-form label > span { display: block; margin-bottom: 7px; color: #40536d; font-size: 10px; font-weight: 800; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; color: var(--ink); background: #f7f9fc; border: 1px solid #dbe4ef; border-radius: 11px; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.contact-form input, .contact-form select { height: 48px; padding: 0 13px; }
.contact-form textarea { min-height: 125px; padding: 12px 13px; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(8,120,239,.1); }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #9ba9ba; }
.contact-form .consent { display: flex; align-items: flex-start; gap: 8px; }
.contact-form .consent input { width: 17px; height: 17px; flex: 0 0 auto; margin-top: 3px; accent-color: var(--blue); }
.contact-form .consent span { margin: 0; color: #77869a; font-size: 9px; line-height: 1.5; }
.form-submit { width: 100%; border: 0; }
.form-submit[disabled] { opacity: .65; cursor: wait; transform: none; }
.form-status { min-height: 22px; margin: 11px 0 0; font-size: 11px; font-weight: 700; }
.form-status.success { color: #168d42; }
.form-status.error { color: #d34c2b; }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.site-footer { color: #9bacc2; background: #04142f; }
.footer-main { display: grid; grid-template-columns: 1.45fr .65fr .85fr .9fr; gap: 55px; padding: 72px 0 55px; }
.footer-brand img { width: 255px; height: 82px; object-fit: contain; object-position: left center; filter: brightness(0) invert(1); opacity: .95; }
.footer-brand p { max-width: 410px; margin: 18px 0 20px; font-size: 12px; }
.footer-email { display: inline-flex; align-items: center; gap: 8px; color: #fff; font-size: 12px; font-weight: 800; }
.footer-email span { color: var(--orange-2); }
.footer-col { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-col h3 { margin: 4px 0 13px; color: #fff; font: 800 11px/1.2 var(--font-head); letter-spacing: .12em; text-transform: uppercase; }
.footer-col a, .footer-col span { color: #92a4ba; font-size: 11px; transition: color .2s ease; }
.footer-col a:hover { color: #fff; }
.footer-bottom { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 25px; border-top: 1px solid rgba(255,255,255,.08); font-size: 10px; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 20px; }
.footer-bottom a:hover { color: #fff; }

.floating-email { position: fixed; right: 20px; bottom: 20px; z-index: 900; display: flex; align-items: center; gap: 8px; padding: 8px 13px 8px 8px; color: #fff; background: linear-gradient(135deg,var(--blue),#0955ba); border-radius: 99px; box-shadow: 0 16px 35px rgba(8,120,239,.32); }
.floating-email span { width: 33px; height: 33px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.16); font-weight: 800; }
.floating-email b { font-size: 10px; }
.mobile-quickbar { display: none; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  .primary-nav { gap: 20px; }
  .hero-grid { gap: 35px; }
  .hero h1 { font-size: clamp(48px,6vw,66px); }
  .mini-card-code { left: 0; }
  .mini-card-cart { right: 0; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .spotlight-grid { gap: 45px; }
  .why-grid { gap: 55px; }
  .footer-main { grid-template-columns: 1.4fr .7fr .9fr; }
  .footer-col:last-child { grid-column: 2 / 4; }
}

@media (max-width: 860px) {
  html { scroll-padding-top: 85px; }
  .topbar { display: none; }
  .section-pad { padding: 88px 0; }
  .nav-toggle { display: block; }
  .primary-nav { position: fixed; inset: 82px 0 auto; max-height: calc(100dvh - 82px); display: grid; gap: 0; padding: 18px 20px 25px; overflow-y: auto; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 20px 40px rgba(6,39,82,.14); transform: translateY(-130%); visibility: hidden; transition: transform .3s ease, visibility .3s ease; }
  .primary-nav.open { transform: translateY(0); visibility: visible; }
  .primary-nav > a { padding: 14px 3px; border-bottom: 1px solid var(--line); font-size: 15px; }
  .primary-nav > a::after { display: none; }
  .primary-nav .nav-cta { margin-top: 14px; padding: 14px 17px; border-bottom: 0; justify-content: center; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { padding-top: 72px; }
  .hero-grid { grid-template-columns: 1fr; gap: 60px; }
  .hero-copy { max-width: 760px; text-align: center; margin-inline: auto; }
  .hero-kicker, .hero-actions { justify-content: center; }
  .hero-copy > p { margin-inline: auto; }
  .hero-proof { max-width: 650px; margin-inline: auto; text-align: left; }
  .hero-stage { min-height: 520px; }
  .stage-window { max-width: 600px; }
  .capability-marquee { width: 100%; }
  .marquee-track { justify-content: flex-start; overflow-x: auto; scrollbar-width: none; }
  .section-heading.split { grid-template-columns: 1fr; gap: 18px; }
  .section-heading.split > p { max-width: 700px; }
  .spotlight-grid, .why-grid, .about-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; gap: 58px; }
  .spotlight-copy { max-width: 720px; }
  .why-intro, .faq-intro { position: static; }
  .solution-grid, .work-grid { grid-template-columns: 1fr; }
  .work-cover { min-height: 370px; }
  .about-visual { max-width: 650px; width: 100%; margin-inline: auto; }
  .process-grid { grid-template-columns: repeat(2,1fr); }
  .process-grid::before { display: none; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-col:last-child { grid-column: auto; }
}

@media (max-width: 620px) {
  body { padding-bottom: 66px; font-size: 15px; }
  .container { width: min(100% - 28px,1180px); }
  .section-pad { padding: 72px 0; }
  .nav-wrap { min-height: 72px; }
  .brand { width: 190px; }
  .brand img { height: 51px; }
  .primary-nav { top: 72px; max-height: calc(100dvh - 72px); }
  .hero { padding-top: 55px; }
  .hero-grid { padding-bottom: 65px; }
  .hero h1 { margin-top: 20px; font-size: clamp(42px,12vw,56px); }
  .hero-copy > p { font-size: 16px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .btn { width: 100%; }
  .hero-proof { grid-template-columns: 1fr; gap: 13px; max-width: 300px; }
  .hero-stage { min-height: 410px; }
  .stage-ring-one { width: 390px; height: 390px; }
  .stage-ring-two { width: 300px; height: 300px; }
  .stage-window { width: 100%; border-radius: 20px; transform: none; }
  .stage-content { grid-template-columns: 1fr; min-height: 300px; }
  .stage-logo { padding: 14px 28px; }
  .stage-logo img { max-height: 210px; }
  .stage-panel { display: none; }
  .mini-card { padding: 9px 10px; }
  .mini-card > span { width: 30px; height: 30px; }
  .mini-card strong { font-size: 9px; }
  .mini-card small { font-size: 7px; }
  .mini-card-code { left: 0; top: 30px; }
  .mini-card-cart { right: 0; top: 155px; }
  .mini-card-chat { left: 25px; bottom: 10px; }
  .capability-marquee { margin-top: 5px; }
  .section-heading h2, .section-heading.centered h2, .spotlight-copy h2, .why-intro h2, .about-copy h2, .faq-intro h2, .contact-copy h2 { font-size: clamp(34px,10.5vw,45px); }
  .service-grid, .solution-grid, .process-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .spotlight-visual { min-height: 390px; }
  .commerce-window { transform: none; border-radius: 20px; }
  .commerce-body { grid-template-columns: 48px 1fr; min-height: 280px; }
  .commerce-body aside { gap: 14px; padding-inline: 8px; }
  .commerce-body aside strong { width: 31px; height: 31px; }
  .commerce-body aside span { width: 20px; }
  .commerce-main { padding: 12px; }
  .commerce-hero { min-height: 175px; padding: 20px; }
  .commerce-hero h3 { font-size: 27px; }
  .product-row i { height: 55px; }
  .floating-stat { padding: 9px 10px; }
  .stat-one { left: -3px; top: 25px; }
  .stat-two { right: -3px; bottom: 15px; }
  .work-cover { min-height: 290px; padding: 55px 18px 25px; }
  .work-device { border-width: 5px; transform: none !important; }
  .device-screen { min-height: 185px; }
  .work-copy { min-height: auto; padding: 22px; }
  .work-copy h3 { font-size: 23px; }
  .about-visual { min-height: 520px; }
  .about-main-card { min-height: 440px; padding: 30px; }
  .about-main-card h3 { font-size: 33px; }
  .about-float { min-width: 145px; padding: 12px 13px; }
  .about-float-one { left: -3px; top: 45px; }
  .about-float-two { right: -3px; top: 195px; }
  .about-float-three { left: 12px; bottom: 45px; }
  .why-item { grid-template-columns: 50px 1fr; gap: 14px; }
  .why-icon { width: 44px; height: 44px; }
  .contact-form { padding: 24px 18px; border-radius: 20px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-main { grid-template-columns: 1fr; gap: 32px; padding: 58px 0 45px; }
  .footer-brand, .footer-col:last-child { grid-column: auto; }
  .footer-bottom { padding: 20px 0; flex-direction: column; align-items: flex-start; }
  .floating-email { display: none; }
  .mobile-quickbar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 1000; display: grid; grid-template-columns: 1fr 1fr; padding: 8px; background: rgba(255,255,255,.97); border-top: 1px solid var(--line); backdrop-filter: blur(12px); }
  .mobile-quickbar a { min-height: 48px; display: flex; align-items: center; justify-content: center; gap: 8px; border-radius: 11px; font-size: 11px; font-weight: 800; }
  .mobile-quickbar a:first-child { color: var(--blue); background: #edf6ff; }
  .mobile-quickbar a:last-child { color: #fff; background: linear-gradient(135deg,var(--orange),#ff8336); }
  .mobile-quickbar span { font-size: 14px; }
}

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