:root {
  --ink: #07111a;
  --ink-soft: #0d1b26;
  --paper: #f4f7f2;
  --paper-2: #e9eee7;
  --text: #14202a;
  --muted: #5c6a70;
  --line: rgba(7, 17, 26, .14);
  --acid: #b7f72e;
  --acid-strong: #9fe512;
  --cyan: #5ce1e6;
  --white: #fff;
  --radius: 22px;
  --shadow: 0 24px 80px rgba(4, 14, 22, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; background: var(--paper); color: var(--text); font-family: Inter, "Segoe UI", Tahoma, Arial, sans-serif; line-height: 1.7; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; inset-block-start: 12px; inset-inline-start: 12px; z-index: 100; padding: 10px 16px; background: var(--acid); color: var(--ink); transform: translateY(-160%); border-radius: 10px; font-weight: 800; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(255,255,255,.08); background: rgba(7, 17, 26, .88); color: #fff; backdrop-filter: blur(18px); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 900; letter-spacing: -.04em; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; background: var(--acid); color: var(--ink); font-size: 12px; letter-spacing: -.08em; box-shadow: 0 0 0 1px rgba(255,255,255,.2) inset; }
.brand-name { font-size: 20px; letter-spacing: .08em; direction: ltr; }
.desktop-nav { display: flex; align-items: center; gap: 28px; margin-inline: auto; }
.desktop-nav a, .footer-links a { color: #c9d2d6; font-size: 14px; transition: color .2s ease; }
.desktop-nav a:hover, .desktop-nav a:focus-visible, .footer-links a:hover { color: var(--acid); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.lang-switch { border: 0; background: transparent; color: #89979c; padding: 9px; cursor: pointer; font-size: 12px; letter-spacing: .05em; }
.lang-switch .lang-active { color: var(--acid); font-weight: 900; }
.menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; background: transparent; cursor: pointer; padding: 11px; }
.menu-toggle span { display: block; height: 2px; background: #fff; margin-block: 5px; border-radius: 9px; transition: .2s ease; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.mobile-menu { border-top: 1px solid rgba(255,255,255,.08); padding: 14px 24px 22px; background: var(--ink); }
.mobile-menu a { display: block; padding: 12px 0; color: #dde5e8; border-bottom: 1px solid rgba(255,255,255,.06); }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 22px; border: 1px solid transparent; border-radius: 14px; font-weight: 800; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, button:focus-visible { outline: 3px solid rgba(92,225,230,.55); outline-offset: 3px; }
.button-small { min-height: 40px; padding-inline: 17px; font-size: 13px; }
.button-outline { border-color: rgba(255,255,255,.22); color: #fff; }
.button-outline:hover { border-color: var(--acid); color: var(--acid); }
.button-primary { background: var(--acid); color: var(--ink); box-shadow: 0 10px 32px rgba(183,247,46,.16); }
.button-primary:hover { background: var(--acid-strong); }
.button-muted { width: 100%; margin-top: 24px; background: rgba(255,255,255,.07); color: #91a0a5; border-color: rgba(255,255,255,.08); cursor: not-allowed; }
.button-muted:hover { transform: none; }

.hero { min-height: calc(100vh - 76px); display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 72px; padding-block: 88px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow, .kicker { margin: 0 0 18px; color: #2f454d; font-size: 12px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow > span:first-child { width: 30px; height: 2px; background: var(--acid-strong); }
.hero h1 { margin: 0; max-width: 720px; color: var(--ink); font-size: clamp(58px, 7.8vw, 112px); line-height: .92; letter-spacing: -.075em; }
.hero h1 em, .contact-section h2 em { color: transparent; -webkit-text-stroke: 1.5px var(--ink); font-style: normal; }
.hero-lead { max-width: 620px; margin: 30px 0 0; color: var(--muted); font-size: clamp(17px, 1.6vw, 21px); }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; }
.text-link { display: inline-flex; align-items: center; gap: 9px; font-weight: 800; }
.text-link .arrow, .service-card > a span:last-child { direction: ltr; transition: transform .2s ease; }
.text-link:hover .arrow { transform: translate(3px,-3px); }
[dir="rtl"] .text-link:hover .arrow { transform: translate(-3px,-3px); }
.hero-trust { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 42px; }
.hero-trust span { padding: 6px 11px; border: 1px solid var(--line); border-radius: 999px; color: #526169; font-size: 11px; font-weight: 700; }

.hero-visual { position: relative; min-height: 550px; display: grid; place-items: center; isolation: isolate; }
.hero-visual::before { content: ""; position: absolute; width: 420px; height: 420px; border-radius: 50%; background: var(--acid); opacity: .14; filter: blur(8px); z-index: -2; }
.orbit { position: absolute; border: 1px solid rgba(7,17,26,.16); border-radius: 50%; z-index: -1; }
.orbit-one { width: 520px; height: 520px; }
.orbit-two { width: 380px; height: 380px; border-style: dashed; animation: spin 30s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.product-window { width: min(100%, 500px); min-height: 335px; overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: 22px; background: var(--ink); box-shadow: var(--shadow); transform: rotate(-2deg); }
[dir="ltr"] .product-window { transform: rotate(2deg); }
.window-top { height: 48px; display: flex; align-items: center; gap: 6px; padding-inline: 17px; border-bottom: 1px solid rgba(255,255,255,.08); }
.window-top span { width: 7px; height: 7px; border-radius: 50%; background: #50616a; }
.window-top span:first-child { background: var(--acid); }
.window-top strong { margin-inline-start: auto; color: #778991; font-size: 9px; letter-spacing: .12em; direction: ltr; }
.window-body { min-height: 287px; display: grid; grid-template-columns: 58px 1fr; }
.mini-sidebar { border-inline-end: 1px solid rgba(255,255,255,.07); padding: 22px 16px; }
.mini-sidebar i { display: block; width: 20px; height: 20px; margin-bottom: 17px; border: 1px solid rgba(255,255,255,.13); border-radius: 6px; }
.mini-sidebar i:first-child { background: var(--acid); border: 0; }
.board-preview { padding: 23px 20px; }
.board-head { display: flex; align-items: center; justify-content: space-between; color: white; }
.board-head span { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 8px; background: rgba(183,247,46,.12); color: var(--acid); font-size: 10px; }
.board-columns { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 22px; }
.board-columns > div { min-height: 185px; padding: 10px; border-radius: 10px; background: rgba(255,255,255,.035); }
.board-columns small { display: block; margin-bottom: 11px; color: #8da0a7; font-size: 8px; }
.board-columns i { display: block; height: 45px; margin-bottom: 8px; border: 1px solid rgba(255,255,255,.07); border-radius: 8px; background: linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.025)); }
.board-columns div:nth-child(2) i:first-of-type { border-inline-start: 2px solid var(--cyan); }
.signal-card, .ai-chip { position: absolute; display: flex; align-items: center; background: #fff; box-shadow: var(--shadow); }
.signal-card { inset-inline-start: -10px; bottom: 48px; gap: 12px; padding: 13px 18px; border-radius: 15px; }
.signal-icon { width: 37px; height: 37px; display: grid; place-items: center; border-radius: 10px; background: #e7fbfc; color: #168d93; font-size: 24px; }
.signal-card small, .signal-card b { display: block; }
.signal-card small { color: #809097; font-size: 9px; letter-spacing: .1em; }
.signal-card b { font-size: 12px; }
.ai-chip { inset-inline-end: 0; top: 58px; flex-direction: column; width: 82px; padding: 15px 10px; border-radius: 18px; }
.ai-chip span { position: absolute; inset: 7px; border: 1px dashed var(--line); border-radius: 12px; }
.ai-chip b { font-size: 27px; letter-spacing: -.08em; }
.ai-chip small { color: var(--muted); font-size: 9px; }

.section { padding-block: 120px; }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 60px; margin-bottom: 54px; }
.section-heading h2 { margin: 0; color: var(--ink); font-size: clamp(38px, 5vw, 67px); line-height: 1.05; letter-spacing: -.055em; }
.section-heading > p { max-width: 480px; margin: 0; color: var(--muted); font-size: 17px; }
.kicker { color: #668014; }
.services-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.service-card { min-height: 390px; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.58); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-5px); border-color: rgba(7,17,26,.3); box-shadow: 0 20px 48px rgba(7,17,26,.07); }
.service-card.featured { background: var(--ink); color: #fff; border-color: var(--ink); }
.service-card.featured.alt { background: #0b3134; border-color: #0b3134; }
.service-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.service-number { color: #8b989d; font: 700 11px/1 monospace; }
.service-tag { padding: 5px 10px; border-radius: 999px; background: var(--paper-2); color: #516068; font-size: 10px; font-weight: 800; }
.service-tag.product { background: rgba(183,247,46,.13); color: var(--acid); }
.service-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-top: 30px; border: 1px solid var(--line); border-radius: 14px; font-size: 23px; }
.featured .service-icon { border-color: rgba(255,255,255,.12); color: var(--acid); }
.service-card h3 { margin: 20px 0 9px; font-size: 27px; line-height: 1.2; letter-spacing: -.025em; }
.service-card p { margin: 0; color: var(--muted); }
.featured p { color: #aab8bd; }
.service-card ul { display: grid; gap: 6px; margin: 20px 0 0; padding: 0; list-style: none; color: #bdc8cb; font-size: 13px; }
.service-card li::before { content: "✓"; margin-inline-end: 8px; color: var(--acid); }
.service-card > a { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 24px; border-top: 1px solid var(--line); font-size: 13px; font-weight: 900; }
.featured > a { border-color: rgba(255,255,255,.1); color: var(--acid); }
.wide-card { grid-column: 1 / -1; min-height: 310px; display: grid; grid-template-columns: 1fr .8fr; column-gap: 60px; }
.wide-card > a { grid-column: 1 / -1; }
.palette { align-self: center; display: grid; grid-template-columns: repeat(4,1fr); height: 130px; overflow: hidden; border-radius: 18px; transform: rotate(-2deg); box-shadow: 0 18px 40px rgba(7,17,26,.12); }
.palette span:nth-child(1) { background: var(--ink); }.palette span:nth-child(2) { background: var(--acid); }.palette span:nth-child(3) { background: var(--cyan); }.palette span:nth-child(4) { background: #ff6b6b; }
.palette b { position: absolute; align-self: center; justify-self: center; display: grid; place-items: center; width: 70px; height: 70px; background: #fff; border-radius: 50%; font-size: 32px; }

.products-section { padding-block: 120px; background: var(--ink); color: white; }
.light-heading h2 { color: white; }.light-heading > p { color: #a5b4ba; }.light-heading .kicker { color: var(--acid); }
.product-panels { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.product-panels article { padding: 34px; border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius); background: var(--ink-soft); }
.status-dot { display: block; width: 10px; height: 10px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 7px rgba(183,247,46,.08); }
.status-dot.cyan { background: var(--cyan); box-shadow: 0 0 0 7px rgba(92,225,230,.08); }
.mono { margin: 30px 0 8px; color: #7e9097; font: 700 11px/1.4 monospace; letter-spacing: .12em; }
.product-panels h3 { margin: 0; font-size: clamp(27px,3vw,40px); line-height: 1.12; letter-spacing: -.045em; }
.product-panels h3 + p { margin: 16px 0 0; color: #a9b7bc; }
.limits { display: flex; gap: 8px; margin-top: 25px; }
.limits span { padding: 5px 10px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; color: #b9c5c9; font-size: 10px; }

.roadmap-list { border-top: 1px solid var(--line); }
.roadmap-list article { display: grid; grid-template-columns: 70px 1fr auto; align-items: center; gap: 20px; padding: 26px 4px; border-bottom: 1px solid var(--line); }
.roadmap-list article > span { color: #89969b; font: 700 11px monospace; }
.roadmap-list h3 { margin: 0; font-size: 22px; direction: ltr; text-align: start; }
.roadmap-list p { margin: 4px 0 0; color: var(--muted); }
.roadmap-list small { padding: 6px 11px; border-radius: 999px; background: var(--paper-2); color: #59686e; font-weight: 800; }

.clients { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 70px; padding-top: 40px; }
.clients h2 { margin: 0; font-size: clamp(38px,4.4vw,60px); line-height: 1.07; letter-spacing: -.05em; }
.clients-copy > p:last-child { margin-top: 25px; color: var(--muted); }
.clients-placeholder { min-height: 330px; display: grid; grid-template-columns: repeat(2,1fr); position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.48); }
.clients-placeholder > span { display: grid; place-items: center; color: #adb7b5; font: 700 13px monospace; border-inline-end: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.clients-placeholder > span:nth-child(even) { border-inline-end: 0; }.clients-placeholder > span:nth-child(n+3) { border-bottom: 0; }
.clients-placeholder p { position: absolute; inset: 50% auto auto 50%; transform: translate(-50%,-50%); width: max-content; max-width: 80%; margin: 0; padding: 11px 16px; border-radius: 999px; background: var(--ink); color: #fff; font-size: 12px; font-weight: 800; text-align: center; }

.contact-section { margin-top: 110px; padding-block: 90px; background: var(--cyan); }
.contact-inner { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 70px; }
.contact-section .kicker { color: #14585d; }
.contact-section h2 { margin: 0; color: var(--ink); font-size: clamp(42px,6vw,76px); line-height: 1; letter-spacing: -.06em; }
.contact-actions { padding-bottom: 7px; }
.contact-actions .button-primary { background: var(--ink); color: #fff; box-shadow: none; }
.contact-actions .button-primary:hover { background: #102531; }
.contact-actions p { margin: 17px 0 0; color: #215c60; font-size: 13px; }

.site-footer { padding-block: 54px 30px; background: var(--ink); color: white; }
.footer-inner { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: start; }
.footer-brand .brand-mark { background: var(--acid); }.footer-inner > div:first-child p { margin: 9px 0 0; color: #819198; font-size: 13px; }
.footer-links { display: flex; gap: 24px; }
.copyright { grid-column: 1 / -1; margin: 30px 0 0; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.08); color: #75878e; font-size: 11px; direction: ltr; text-align: start; }

@media (max-width: 980px) {
  .desktop-nav, .desktop-contact { display: none; }
  .menu-toggle { display: block; }
  .hero { grid-template-columns: 1fr; min-height: auto; gap: 40px; padding-block: 75px; }
  .hero-copy { max-width: 730px; }
  .hero-visual { min-height: 480px; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; }
  .clients { grid-template-columns: 1fr; gap: 38px; }
  .contact-inner { grid-template-columns: 1fr; gap: 34px; }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 28px, 1180px); }
  .header-inner { min-height: 68px; gap: 12px; }
  .brand-mark { width: 34px; height: 34px; }.brand-name { font-size: 17px; }
  .lang-switch { padding-inline: 5px; }
  .hero { padding-block: 58px 70px; }
  .hero h1 { font-size: clamp(53px, 19vw, 78px); }
  .hero-lead { margin-top: 24px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 15px; }
  .hero-actions .text-link { justify-content: center; min-height: 44px; }
  .hero-trust { margin-top: 30px; }
  .hero-visual { min-height: 365px; }
  .hero-visual::before { width: 280px; height: 280px; }
  .orbit-one { width: 340px; height: 340px; }.orbit-two { width: 250px; height: 250px; }
  .product-window { min-height: 260px; border-radius: 18px; }
  .window-body { min-height: 212px; grid-template-columns: 42px 1fr; }
  .mini-sidebar { padding: 18px 10px; }.mini-sidebar i { width: 17px; height: 17px; margin-bottom: 12px; }
  .board-preview { padding: 18px 12px; }.board-columns { gap: 6px; margin-top: 16px; }.board-columns > div { min-height: 135px; padding: 7px; }.board-columns i { height: 34px; }
  .signal-card { bottom: 5px; inset-inline-start: 0; padding: 10px 12px; }.ai-chip { top: 18px; inset-inline-end: -2px; width: 70px; }
  .section, .products-section { padding-block: 82px; }
  .section-heading { margin-bottom: 34px; }
  .section-heading h2 { font-size: 39px; }
  .services-grid, .product-panels { grid-template-columns: 1fr; }
  .service-card { min-height: 355px; padding: 24px; }
  .wide-card { grid-column: auto; display: flex; }.palette { width: 100%; height: 110px; margin-block: 24px; }
  .roadmap-list article { grid-template-columns: 38px 1fr; gap: 10px; }.roadmap-list small { grid-column: 2; justify-self: start; }
  .clients-placeholder { min-height: 270px; }
  .contact-section { margin-top: 60px; padding-block: 70px; }
  .contact-section h2 { font-size: 44px; }
  .contact-actions .button { width: 100%; }
  .footer-inner { grid-template-columns: 1fr; gap: 30px; }.footer-links { flex-wrap: wrap; }.copyright { grid-column: 1; }
}

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