
:root {
  --navy-950: #050b16;
  --navy-900: #071225;
  --navy-850: #0b1930;
  --navy-800: #10213d;
  --ink: #102033;
  --muted: #607086;
  --muted-strong: #405269;
  --bg: #f6f8fc;
  --surface: #ffffff;
  --surface-soft: #eef3f9;
  --surface-raised: #ffffff;
  --line: #dbe4ef;
  --line-strong: #c8d4e2;
  --primary: #735df8;
  --primary-strong: #5b43e8;
  --orange: #ff9b31;
  --pink: #eb6bd8;
  --cyan: #28c4db;
  --green: #32c58b;
  --blue: #55a4ff;
  --teal: #23b7a5;
  --danger: #e45465;
  --warning-bg: #fff7e8;
  --shadow-sm: 0 10px 32px rgba(16, 32, 51, .08);
  --shadow-md: 0 24px 70px rgba(16, 32, 51, .13);
  --radius-sm: 12px;
  --radius: 18px;
  --radius-lg: 26px;
  --container: 1180px;
  --header-height: 78px;
  color-scheme: light;
}
html[data-theme="dark"] {
  --ink: #f4f7fb;
  --muted: #a8b6c9;
  --muted-strong: #c5d0de;
  --bg: #08111f;
  --surface: #0d1a2c;
  --surface-soft: #101f34;
  --surface-raised: #12233a;
  --line: #223650;
  --line-strong: #304761;
  --warning-bg: #2a2112;
  --shadow-sm: 0 12px 34px rgba(0, 0, 0, .24);
  --shadow-md: 0 26px 76px rgba(0, 0, 0, .34);
  color-scheme: dark;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; overflow-x: hidden; overflow-x: clip; }
body {
  margin: 0;
  min-width: 320px;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden; overflow-x: clip;
}
body.menu-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: rgba(115, 93, 248, .24); }
:focus-visible { outline: 3px solid rgba(40, 196, 219, .75); outline-offset: 3px; }
.skip-link {
  position: fixed; left: 18px; top: -90px; z-index: 9999;
  padding: 10px 16px; border-radius: 9px; background: #fff; color: #071225;
  box-shadow: var(--shadow-sm); transition: top .2s ease;
}
.skip-link:focus { top: 14px; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { position: relative; padding: 100px 0; }
.section--compact { padding: 72px 0; }
.section--tight { padding: 52px 0; }
.section--soft { background: var(--surface-soft); }
.section--surface { background: var(--surface); }
.section--dark { background: var(--navy-900); color: #fff; overflow: hidden; }
.section--dark::before,
.section--dark::after {
  content: ""; position: absolute; border-radius: 50%; pointer-events: none; filter: blur(1px);
}
.section--dark::before { width: 480px; height: 480px; right: -220px; top: -240px; background: rgba(40,196,219,.12); }
.section--dark::after { width: 420px; height: 420px; left: -220px; bottom: -260px; background: rgba(235,107,216,.10); }
.section > .container { position: relative; z-index: 1; }
.section-heading { max-width: 760px; margin-bottom: 46px; }
.section-heading--center { margin-inline: auto; text-align: center; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px; margin-bottom: 14px;
  color: var(--primary); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase;
}
.section--dark .eyebrow, .hero .eyebrow { color: #8fe5f1; }
.eyebrow::before { content: ""; width: 22px; height: 2px; border-radius: 99px; background: currentColor; }
h1, h2, h3, h4, h5, h6 { margin: 0 0 .5em; color: inherit; line-height: 1.12; letter-spacing: -.03em; }
h1 { font-size: clamp(2.55rem, 6vw, 5.25rem); }
h2 { font-size: clamp(2rem, 4vw, 3.55rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.65rem); }
h4 { font-size: 1.1rem; }
p { margin: 0 0 1.1em; }
.lead { color: var(--muted); font-size: clamp(1.05rem, 1.6vw, 1.22rem); line-height: 1.75; }
.section--dark .lead, .hero .lead { color: #bfccdc; }
.text-muted { color: var(--muted); }
.text-center { text-align: center; }
.gradient-text {
  background: linear-gradient(100deg, var(--orange), var(--pink) 42%, #9c82ff 68%, var(--cyan));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.icon { width: 24px; height: 24px; flex: 0 0 auto; }
.icon-sm { width: 18px; height: 18px; }
.icon-lg { width: 34px; height: 34px; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  min-height: 48px; padding: 0 20px; border: 1px solid transparent; border-radius: 12px;
  font-weight: 800; font-size: .94rem; line-height: 1; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn--primary { color: #fff; background: linear-gradient(115deg, var(--primary), #8d6cf8 50%, #bf65e7); box-shadow: 0 14px 32px rgba(115,93,248,.28); }
.btn--primary:hover { box-shadow: 0 18px 38px rgba(115,93,248,.36); }
.btn--accent { color: #071225; background: linear-gradient(115deg, #ffae43, #ff7d65 50%, #ed70d2); box-shadow: 0 14px 32px rgba(255,155,49,.23); }
.btn--light { color: #071225; background: #fff; border-color: rgba(255,255,255,.2); box-shadow: 0 14px 32px rgba(0,0,0,.16); }
.btn--outline { color: var(--ink); background: transparent; border-color: var(--line-strong); }
.btn--outline:hover { background: var(--surface); border-color: var(--primary); }
.section--dark .btn--outline, .hero .btn--outline { color: #fff; border-color: rgba(255,255,255,.25); }
.section--dark .btn--outline:hover, .hero .btn--outline:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.5); }
.btn--sm { min-height: 40px; padding: 0 15px; border-radius: 10px; font-size: .86rem; }
.btn--block { width: 100%; }
.link-arrow { display: inline-flex; align-items: center; gap: 7px; color: var(--primary); font-weight: 800; }
.link-arrow .icon { transition: transform .2s ease; }
.link-arrow:hover .icon { transform: translateX(4px); }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 1000; height: var(--header-height);
  background: rgba(7,18,37,.92); color: #fff; border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
  transition: box-shadow .2s ease, background .2s ease;
}
.site-header.is-scrolled { background: rgba(5,11,22,.96); box-shadow: 0 14px 40px rgba(0,0,0,.22); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 154px; height: auto; }
.primary-nav { display: flex; align-items: center; justify-content: center; flex: 1; }
.nav-list { display: flex; align-items: center; gap: 5px; margin: 0; padding: 0; list-style: none; }
.nav-item { position: relative; }
.nav-link {
  display: inline-flex; align-items: center; gap: 5px; min-height: 44px; padding: 0 13px;
  border: 0; border-radius: 9px; background: transparent; color: #cbd5e3; font-weight: 750; font-size: .92rem;
  transition: color .2s ease, background .2s ease;
}
.nav-link:hover, .nav-link[aria-expanded="true"], .nav-link.is-active { color: #fff; background: rgba(255,255,255,.08); }
.nav-link .icon { width: 15px; height: 15px; transition: transform .2s ease; }
.nav-link[aria-expanded="true"] .icon { transform: rotate(180deg); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.icon-button {
  display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px;
  border: 1px solid rgba(255,255,255,.16); border-radius: 11px; background: rgba(255,255,255,.05); color: #fff;
  transition: background .2s ease, border-color .2s ease;
}
.icon-button:hover { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.32); }
.site-header .btn--outline { color: #fff; border-color: rgba(255,255,255,.28); }
.site-header .btn--outline:hover { color: #fff; background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.48); }
.mobile-toggle { display: none; }
.mega-menu {
  position: absolute; top: calc(100% + 12px); left: 50%; width: min(760px, calc(100vw - 40px));
  padding: 18px; border: 1px solid rgba(255,255,255,.1); border-radius: 20px;
  background: #0c1a2e; box-shadow: 0 28px 80px rgba(0,0,0,.35); color: #fff;
  opacity: 0; visibility: hidden; transform: translate(-50%, 10px); pointer-events: none;
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}
.nav-item.is-open > .mega-menu { opacity: 1; visibility: visible; transform: translate(-50%, 0); pointer-events: auto; }
.mega-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 12px; }
.mega-panel { padding: 8px; }
.mega-title { margin: 0 8px 9px; color: #7f91aa; font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.mega-link {
  display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 11px;
  padding: 10px; border-radius: 12px; color: #dbe5f2; transition: background .18s ease, color .18s ease;
}
.mega-link:hover { background: rgba(255,255,255,.08); color: #fff; }
.mega-link strong { display: block; margin-bottom: 1px; font-size: .92rem; }
.mega-link small { display: block; color: #8fa0b6; font-size: .76rem; line-height: 1.35; }
.mega-icon { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 11px; color: #fff; background: rgba(115,93,248,.18); }
.mega-icon.orange { color: #ffbd67; background: rgba(255,155,49,.14); }
.mega-icon.cyan { color: #6de2ef; background: rgba(40,196,219,.14); }
.mega-icon.pink { color: #f0a0e3; background: rgba(235,107,216,.14); }
.mega-icon.green { color: #79dfb6; background: rgba(50,197,139,.14); }
.mega-icon.blue { color: #8ac1ff; background: rgba(85,164,255,.14); }
.mega-icon.purple { color: #b4a2ff; background: rgba(115,93,248,.18); }
.mega-icon.teal { color: #70d8cc; background: rgba(35,183,165,.16); }
.mega-arrow { width: 17px; color: #62758e; }
.mega-feature {
  display: flex; flex-direction: column; justify-content: space-between; min-height: 100%;
  padding: 22px; border: 1px solid rgba(255,255,255,.08); border-radius: 16px;
  background: radial-gradient(circle at 90% 10%, rgba(40,196,219,.17), transparent 36%), linear-gradient(145deg, rgba(115,93,248,.16), rgba(255,255,255,.03));
}
.mega-feature .app-orbit { margin: 14px auto 12px; transform: scale(.78); }
.mega-feature p { color: #9eacc0; font-size: .86rem; }
.nav-backdrop { display: none; }

/* Announcement */
.announcement { background: linear-gradient(90deg, #372b83, #783e8e 48%, #176a78); color: #fff; }
.announcement-inner { min-height: 42px; display: flex; align-items: center; justify-content: center; gap: 10px; text-align: center; font-size: .86rem; }
.announcement-badge { padding: 3px 8px; border-radius: 99px; background: rgba(255,255,255,.15); font-size: .68rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.announcement a { display: inline-flex; align-items: center; gap: 6px; font-weight: 800; }
.announcement .icon { width: 16px; height: 16px; }

/* Hero */
.hero {
  position: relative; overflow: hidden; min-height: 690px; display: flex; align-items: center;
  padding: 92px 0 104px; color: #fff; background: var(--navy-900);
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(circle at 76% 22%, rgba(40,196,219,.18), transparent 25%),
    radial-gradient(circle at 58% 90%, rgba(235,107,216,.13), transparent 29%),
    radial-gradient(circle at 10% 20%, rgba(255,155,49,.08), transparent 24%),
    linear-gradient(180deg, rgba(255,255,255,.015), transparent 50%);
}
.hero::after {
  content: ""; position: absolute; inset: 0; opacity: .16; pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px);
  background-size: 64px 64px; mask-image: linear-gradient(to bottom, #000, transparent 75%);
}
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 76px; }
.hero-copy { max-width: 680px; }
.hero h1 { max-width: 760px; margin-bottom: 22px; }
.hero .lead { max-width: 650px; margin-bottom: 32px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 28px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 18px; color: #aebbd0; font-size: .88rem; }
.hero-proof span { display: inline-flex; align-items: center; gap: 7px; }
.hero-proof .icon { width: 18px; height: 18px; color: #6de2ef; }
.hero-price { display: inline-flex; align-items: baseline; gap: 5px; margin-bottom: 12px; color: #d8e3f0; }
.hero-price strong { color: #fff; font-size: 1.7rem; letter-spacing: -.03em; }
.hero-price small { font-size: .82rem; }
.hero-mini-note { color: #8192aa; font-size: .78rem; }
.hero--inner { min-height: 520px; padding: 82px 0 90px; }
.hero--inner h1 { font-size: clamp(2.55rem, 5vw, 4.45rem); }
.hero-breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-bottom: 20px; color: #8294ad; font-size: .84rem; }
.hero-breadcrumb a:hover { color: #fff; }
.hero-breadcrumb .icon { width: 14px; height: 14px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 22px; }
.meta-pill { display: inline-flex; align-items: center; gap: 7px; padding: 7px 11px; border: 1px solid rgba(255,255,255,.12); border-radius: 99px; background: rgba(255,255,255,.05); color: #c8d4e3; font-size: .78rem; font-weight: 750; }
.meta-pill .icon { width: 16px; height: 16px; }

/* Hero visual */
.infra-visual { position: relative; min-height: 470px; display: grid; place-items: center; }
.visual-glow { position: absolute; width: 390px; height: 390px; border-radius: 50%; background: radial-gradient(circle, rgba(115,93,248,.28), rgba(40,196,219,.09) 48%, transparent 70%); filter: blur(8px); }
.server-console {
  position: relative; z-index: 2; width: min(100%, 440px); border: 1px solid rgba(255,255,255,.14); border-radius: 24px;
  background: linear-gradient(160deg, rgba(18,35,58,.98), rgba(8,18,36,.94)); box-shadow: 0 32px 90px rgba(0,0,0,.35); overflow: hidden;
  transform: perspective(1000px) rotateY(-4deg) rotateX(2deg);
}
.console-top { display: flex; align-items: center; justify-content: space-between; padding: 15px 17px; border-bottom: 1px solid rgba(255,255,255,.09); }
.console-dots { display: flex; gap: 6px; }
.console-dots i { width: 8px; height: 8px; border-radius: 50%; background: #40516a; }
.console-dots i:first-child { background: #ff826e; }
.console-dots i:nth-child(2) { background: #ffca56; }
.console-dots i:nth-child(3) { background: #47d7a0; }
.console-status { display: flex; align-items: center; gap: 7px; color: #9cadc2; font-size: .72rem; font-weight: 700; }
.console-status::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #45d69d; box-shadow: 0 0 0 5px rgba(69,214,157,.12); }
.console-body { padding: 24px; }
.console-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.console-name { display: flex; align-items: center; gap: 12px; }
.console-name-icon { display: inline-flex; align-items: center; justify-content: center; width: 47px; height: 47px; border-radius: 13px; color: #fff; background: linear-gradient(135deg, var(--primary), #b666df); box-shadow: 0 12px 30px rgba(115,93,248,.25); }
.console-name strong { display: block; font-size: .96rem; }
.console-name small { color: #71849d; font-size: .72rem; }
.console-badge { padding: 6px 9px; border-radius: 99px; background: rgba(40,196,219,.12); color: #72e0ec; font-size: .68rem; font-weight: 850; }
.metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 18px; }
.metric-card { padding: 12px; border: 1px solid rgba(255,255,255,.08); border-radius: 12px; background: rgba(255,255,255,.035); }
.metric-card small { display: block; margin-bottom: 5px; color: #71849d; font-size: .65rem; text-transform: uppercase; letter-spacing: .08em; }
.metric-card strong { font-size: .92rem; }
.usage-card { padding: 15px; border: 1px solid rgba(255,255,255,.08); border-radius: 14px; background: rgba(255,255,255,.025); }
.usage-row { display: grid; grid-template-columns: 52px 1fr 38px; align-items: center; gap: 9px; margin-bottom: 12px; color: #9eacc0; font-size: .7rem; }
.usage-row:last-child { margin-bottom: 0; }
.usage-bar { height: 6px; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,.08); }
.usage-bar span { display: block; height: 100%; width: var(--usage, 55%); border-radius: inherit; background: linear-gradient(90deg, var(--primary), var(--cyan)); transform-origin: left; animation: loadbar 1.4s ease both; }
@keyframes loadbar { from { transform: scaleX(.1); } to { transform: scaleX(1); } }
.app-chip {
  position: absolute; z-index: 3; display: flex; align-items: center; gap: 9px; min-width: 134px; padding: 10px 13px;
  border: 1px solid rgba(255,255,255,.13); border-radius: 13px; background: rgba(12,26,46,.9); box-shadow: 0 18px 48px rgba(0,0,0,.28); color: #fff;
  animation: float 5s ease-in-out infinite;
}
.app-chip .mini-icon { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 9px; }
.app-chip strong { font-size: .76rem; }
.app-chip small { display: block; color: #7f91aa; font-size: .62rem; }
.app-chip--one { left: -15px; top: 70px; }
.app-chip--two { right: -18px; top: 130px; animation-delay: -1.2s; }
.app-chip--three { left: 20px; bottom: 35px; animation-delay: -2.2s; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
.orbit-line { position: absolute; z-index: 1; width: 520px; height: 350px; border: 1px solid rgba(115,93,248,.18); border-radius: 50%; transform: rotate(-12deg); }

/* Compact app orbit used in cards and menus */
.app-orbit { position: relative; width: 150px; height: 120px; }
.app-orbit::before, .app-orbit::after { content: ""; position: absolute; inset: 18px 5px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; transform: rotate(-12deg); }
.app-orbit::after { inset: 28px 20px; transform: rotate(24deg); }
.app-orbit-center { position: absolute; left: 50%; top: 50%; display: grid; place-items: center; width: 58px; height: 58px; border-radius: 18px; transform: translate(-50%,-50%); background: linear-gradient(135deg, var(--primary), var(--pink)); box-shadow: 0 15px 34px rgba(115,93,248,.34); }
.app-orbit-dot { position: absolute; display: grid; place-items: center; width: 31px; height: 31px; border-radius: 9px; background: #172a44; border: 1px solid rgba(255,255,255,.13); }
.app-orbit-dot.one { left: 4px; top: 34px; }
.app-orbit-dot.two { right: 5px; top: 14px; }
.app-orbit-dot.three { right: 16px; bottom: 4px; }
.app-orbit-dot .icon { width: 16px; height: 16px; }

/* Feature strip */
.trust-strip { position: relative; z-index: 5; margin-top: -42px; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); padding: 10px; border: 1px solid var(--line); border-radius: 20px; background: var(--surface); box-shadow: var(--shadow-md); }
.trust-item { display: flex; align-items: center; gap: 12px; padding: 18px; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-icon { display: grid; place-items: center; width: 43px; height: 43px; border-radius: 12px; color: var(--primary); background: rgba(115,93,248,.10); }
.trust-item strong { display: block; margin-bottom: 1px; font-size: .9rem; }
.trust-item small { display: block; color: var(--muted); font-size: .75rem; line-height: 1.4; }

/* Cards and grids */
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 24px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 22px; }
.card { border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow-sm); }
.service-card { position: relative; overflow: hidden; display: flex; flex-direction: column; min-height: 100%; padding: 27px; transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.service-card::before { content: ""; position: absolute; width: 180px; height: 180px; right: -90px; top: -100px; border-radius: 50%; background: var(--card-glow, rgba(115,93,248,.12)); transition: transform .3s ease; }
.service-card:hover { transform: translateY(-7px); border-color: rgba(115,93,248,.36); box-shadow: var(--shadow-md); }
.service-card:hover::before { transform: scale(1.2); }
.service-icon { position: relative; z-index: 1; display: grid; place-items: center; width: 56px; height: 56px; margin-bottom: 22px; border-radius: 16px; color: var(--primary); background: rgba(115,93,248,.11); }
.service-card h3 { margin-bottom: 10px; }
.service-card p { color: var(--muted); font-size: .94rem; }
.service-card .price-line { margin: auto 0 20px; padding-top: 18px; color: var(--muted); font-size: .8rem; }
.service-card .price-line strong { color: var(--ink); font-size: 1.65rem; letter-spacing: -.04em; }
.service-card .card-link { display: flex; align-items: center; justify-content: space-between; padding-top: 17px; border-top: 1px solid var(--line); color: var(--primary); font-weight: 850; font-size: .9rem; }
.service-card .card-link .icon { width: 19px; height: 19px; transition: transform .2s ease; }
.service-card:hover .card-link .icon { transform: translateX(4px); }
.service-card.orange { --card-glow: rgba(255,155,49,.14); }
.service-card.orange .service-icon { color: #d87913; background: rgba(255,155,49,.12); }
.service-card.cyan { --card-glow: rgba(40,196,219,.14); }
.service-card.cyan .service-icon { color: #1297aa; background: rgba(40,196,219,.12); }
.service-card.pink { --card-glow: rgba(235,107,216,.14); }
.service-card.pink .service-icon { color: #be43ad; background: rgba(235,107,216,.12); }
.service-card.blue { --card-glow: rgba(85,164,255,.14); }
.service-card.blue .service-icon { color: #347fda; background: rgba(85,164,255,.12); }
.service-card.green { --card-glow: rgba(50,197,139,.14); }
.service-card.green .service-icon { color: #168b5d; background: rgba(50,197,139,.12); }
.service-card.purple { --card-glow: rgba(115,93,248,.14); }
.service-card.teal { --card-glow: rgba(35,183,165,.14); }
.service-card.teal .service-icon { color: #118577; background: rgba(35,183,165,.12); }

.app-card { display: flex; flex-direction: column; min-height: 100%; padding: 23px; border: 1px solid var(--line); border-radius: 17px; background: var(--surface); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.app-card:hover { transform: translateY(-5px); border-color: rgba(115,93,248,.33); box-shadow: var(--shadow-sm); }
.app-card-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; margin-bottom: 18px; }
.app-card-icon { display: grid; place-items: center; width: 50px; height: 50px; border-radius: 14px; color: var(--primary); background: rgba(115,93,248,.1); }
.app-card[data-accent="orange"] .app-card-icon { color: #d87913; background: rgba(255,155,49,.12); }
.app-card[data-accent="cyan"] .app-card-icon { color: #1297aa; background: rgba(40,196,219,.12); }
.app-card[data-accent="pink"] .app-card-icon { color: #be43ad; background: rgba(235,107,216,.12); }
.app-card[data-accent="blue"] .app-card-icon { color: #347fda; background: rgba(85,164,255,.12); }
.app-card[data-accent="green"] .app-card-icon { color: #168b5d; background: rgba(50,197,139,.12); }
.app-card[data-accent="teal"] .app-card-icon { color: #118577; background: rgba(35,183,165,.12); }
.app-card-tag { padding: 5px 8px; border-radius: 99px; background: var(--surface-soft); color: var(--muted-strong); font-size: .66rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.app-card h3 { font-size: 1.2rem; }
.app-card p { color: var(--muted); font-size: .9rem; }
.app-card .link-arrow { margin-top: auto; padding-top: 12px; font-size: .86rem; }

/* Split content */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.split--wide { grid-template-columns: .9fr 1.1fr; }
.feature-list { display: grid; gap: 16px; margin-top: 28px; }
.feature-list-item { display: grid; grid-template-columns: 44px 1fr; gap: 13px; align-items: flex-start; }
.feature-list-icon { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 12px; color: var(--primary); background: rgba(115,93,248,.1); }
.feature-list-item strong { display: block; margin: 1px 0 2px; }
.feature-list-item p { margin: 0; color: var(--muted); font-size: .9rem; }
.visual-card {
  position: relative; overflow: hidden; padding: 30px; border: 1px solid var(--line); border-radius: 24px;
  background: radial-gradient(circle at 90% 10%, rgba(40,196,219,.13), transparent 34%), radial-gradient(circle at 10% 90%, rgba(235,107,216,.11), transparent 36%), var(--surface);
  box-shadow: var(--shadow-md);
}
.stack-window { overflow: hidden; border: 1px solid var(--line); border-radius: 17px; background: var(--surface-raised); box-shadow: var(--shadow-sm); }
.stack-window-head { display: flex; align-items: center; justify-content: space-between; padding: 13px 15px; border-bottom: 1px solid var(--line); }
.stack-window-dots { display: flex; gap: 5px; }
.stack-window-dots i { width: 7px; height: 7px; border-radius: 50%; background: var(--line-strong); }
.stack-window-title { color: var(--muted); font-size: .72rem; }
.stack-window-body { padding: 20px; }
.deployment-step { display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.deployment-step:last-child { border-bottom: 0; }
.deployment-step-number { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: rgba(115,93,248,.1); color: var(--primary); font-weight: 850; font-size: .75rem; }
.deployment-step strong { display: block; font-size: .87rem; }
.deployment-step small { display: block; color: var(--muted); font-size: .72rem; }
.status-ok { display: inline-flex; align-items: center; gap: 5px; color: var(--green); font-size: .68rem; font-weight: 850; }
.status-ok::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: currentColor; }

/* Plans */
.plan-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 20px; align-items: stretch; }
.plan-card { position: relative; display: flex; flex-direction: column; min-height: 100%; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); box-shadow: var(--shadow-sm); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.plan-card:hover { transform: translateY(-6px); border-color: rgba(115,93,248,.35); box-shadow: var(--shadow-md); }
.plan-card.is-popular { border-color: rgba(115,93,248,.55); box-shadow: 0 22px 55px rgba(115,93,248,.14); }
.plan-badge { position: absolute; right: 16px; top: 16px; padding: 5px 8px; border-radius: 99px; color: #fff; background: linear-gradient(115deg, var(--primary), var(--pink)); font-size: .63rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.plan-name { color: var(--muted-strong); font-size: .8rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.plan-price { display: flex; align-items: baseline; gap: 4px; margin: 12px 0 17px; }
.plan-price span { font-size: 1rem; font-weight: 800; }
.plan-price strong { font-size: 2.35rem; line-height: 1; letter-spacing: -.05em; }
.plan-price small { color: var(--muted); font-size: .75rem; }
.plan-specs { display: grid; gap: 10px; margin: 0 0 22px; padding: 17px 0 0; border-top: 1px solid var(--line); list-style: none; }
.plan-specs li { display: flex; align-items: flex-start; gap: 9px; color: var(--muted-strong); font-size: .85rem; line-height: 1.45; }
.plan-specs .icon { width: 17px; height: 17px; margin-top: 1px; color: var(--primary); }
.plan-card .btn { margin-top: auto; }
.plan-footnote { max-width: 780px; margin: 28px auto 0; color: var(--muted); text-align: center; font-size: .82rem; }
.recommended-banner { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 28px; padding: 18px 20px; border: 1px solid rgba(115,93,248,.24); border-radius: 15px; background: rgba(115,93,248,.07); }
.recommended-banner strong { display: block; margin-bottom: 2px; }
.recommended-banner p { margin: 0; color: var(--muted); font-size: .86rem; }
.recommended-plan { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 8px; padding: 8px 11px; border-radius: 10px; background: var(--surface); border: 1px solid var(--line); color: var(--primary); font-weight: 900; }
.notice {
  display: grid; grid-template-columns: 42px 1fr; gap: 13px; margin-top: 26px; padding: 17px;
  border: 1px solid rgba(255,155,49,.27); border-radius: 14px; background: var(--warning-bg);
}
.notice-icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 11px; color: #d27a16; background: rgba(255,155,49,.14); }
.notice strong { display: block; margin-bottom: 3px; }
.notice p { margin: 0; color: var(--muted-strong); font-size: .84rem; }

/* Stats */
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.stat-card { padding: 25px; border: 1px solid var(--line); border-radius: 17px; background: var(--surface); }
.stat-card strong { display: block; margin-bottom: 5px; font-size: 1.8rem; letter-spacing: -.04em; }
.stat-card span { color: var(--muted); font-size: .85rem; }

/* Process */
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; counter-reset: step; }
.process-card { position: relative; padding: 27px; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); counter-increment: step; }
.process-card::before { content: "0" counter(step); display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 19px; border-radius: 12px; color: var(--primary); background: rgba(115,93,248,.1); font-size: .78rem; font-weight: 900; }
.process-card p { margin: 0; color: var(--muted); font-size: .9rem; }

/* Pills and check lists */
.check-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; margin: 22px 0 0; padding: 0; list-style: none; }
.check-grid li { display: flex; align-items: center; gap: 9px; color: var(--muted-strong); font-size: .9rem; }
.check-grid .icon { width: 19px; height: 19px; color: var(--green); }
.pill-row { display: flex; flex-wrap: wrap; gap: 9px; }
.pill { display: inline-flex; align-items: center; gap: 7px; padding: 8px 11px; border: 1px solid var(--line); border-radius: 99px; background: var(--surface); color: var(--muted-strong); font-size: .78rem; font-weight: 750; }
.pill .icon { width: 16px; height: 16px; color: var(--primary); }

/* FAQ */
.faq-list { max-width: 880px; margin-inline: auto; display: grid; gap: 12px; }
.faq-item { overflow: hidden; border: 1px solid var(--line); border-radius: 15px; background: var(--surface); }
.faq-question {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 19px 21px;
  border: 0; background: transparent; color: var(--ink); text-align: left; font-weight: 850;
}
.faq-question .icon { width: 20px; height: 20px; color: var(--muted); transition: transform .2s ease; }
.faq-question[aria-expanded="true"] .icon { transform: rotate(180deg); color: var(--primary); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .24s ease; }
.faq-answer > div { overflow: hidden; }
.faq-answer p { margin: 0; padding: 0 21px 20px; color: var(--muted); font-size: .92rem; }
.faq-question[aria-expanded="true"] + .faq-answer { grid-template-rows: 1fr; }

/* CTA */
.cta-panel { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 32px; padding: 44px; border-radius: 25px; color: #fff; background: linear-gradient(125deg, #332581, #78418d 54%, #14707e); box-shadow: 0 28px 70px rgba(33,32,88,.28); }
.cta-panel::before { content: ""; position: absolute; width: 260px; height: 260px; right: 10%; top: -190px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 45px rgba(255,255,255,.035), 0 0 0 90px rgba(255,255,255,.025); }
.cta-panel > * { position: relative; z-index: 1; }
.cta-panel h2 { font-size: clamp(1.8rem, 4vw, 3rem); margin-bottom: 10px; }
.cta-panel p { margin: 0; color: #d5e0ed; }
.cta-panel .btn--outline { color: #fff; border-color: rgba(255,255,255,.42); }
.cta-panel .btn--outline:hover { color: #fff; background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.7); }
.cta-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }

/* Product hero illustration */
.product-visual { position: relative; min-height: 360px; display: grid; place-items: center; }
.product-orbit { position: relative; width: 340px; height: 340px; display: grid; place-items: center; }
.product-orbit::before, .product-orbit::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.14); }
.product-orbit::before { inset: 8px; animation: spin 22s linear infinite; }
.product-orbit::after { inset: 52px; border-style: dashed; animation: spin 17s linear infinite reverse; }
@keyframes spin { to { transform: rotate(360deg); } }
.product-core { position: relative; z-index: 2; display: grid; place-items: center; width: 132px; height: 132px; border-radius: 36px; background: linear-gradient(145deg, rgba(115,93,248,.92), rgba(235,107,216,.88)); box-shadow: 0 28px 75px rgba(115,93,248,.34); }
.product-core .icon { width: 64px; height: 64px; }
.product-node { position: absolute; z-index: 3; display: grid; place-items: center; width: 58px; height: 58px; border: 1px solid rgba(255,255,255,.15); border-radius: 16px; background: #10213a; box-shadow: 0 18px 42px rgba(0,0,0,.25); }
.product-node.one { left: 4px; top: 78px; }
.product-node.two { right: 9px; top: 52px; }
.product-node.three { right: 22px; bottom: 35px; }
.product-node.four { left: 35px; bottom: 12px; }
.product-node .icon { width: 25px; height: 25px; color: #7fdde9; }
.product-label { position: absolute; z-index: 4; left: 50%; bottom: 24px; transform: translateX(-50%); padding: 8px 13px; border: 1px solid rgba(255,255,255,.15); border-radius: 99px; background: rgba(7,18,37,.88); color: #b9c7d9; font-size: .72rem; font-weight: 800; white-space: nowrap; }

/* Legal */
.legal-layout { display: grid; grid-template-columns: 260px minmax(0,1fr); gap: 44px; align-items: start; }
.legal-nav { position: sticky; top: 105px; padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); }
.legal-nav strong { display: block; margin-bottom: 10px; font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; }
.legal-nav ul { display: grid; gap: 3px; margin: 0; padding: 0; list-style: none; }
.legal-nav a { display: block; padding: 7px 9px; border-radius: 8px; color: var(--muted); font-size: .8rem; line-height: 1.35; }
.legal-nav a:hover { color: var(--primary); background: rgba(115,93,248,.07); }
.legal-copy { min-width: 0; padding: clamp(24px, 4vw, 48px); border: 1px solid var(--line); border-radius: 20px; background: var(--surface); box-shadow: var(--shadow-sm); }
.legal-copy > :first-child { margin-top: 0; }
.legal-copy h3, .legal-copy h4 { margin: 2.2em 0 .75em; scroll-margin-top: 110px; }
.legal-copy h4 { padding-top: 1.6em; border-top: 1px solid var(--line); font-size: 1.24rem; }
.legal-copy h4:first-of-type { padding-top: 0; border-top: 0; }
.legal-copy p, .legal-copy li { color: var(--muted-strong); font-size: .94rem; }
.legal-copy p { margin-bottom: 1em; }
.legal-copy ul, .legal-copy ol { padding-left: 1.3rem; }
.legal-copy li { margin-bottom: .5em; }
.legal-intro { padding: 17px 19px; border-left: 4px solid var(--primary); border-radius: 0 12px 12px 0; background: rgba(115,93,248,.07); color: var(--muted-strong); }

/* About */
.story-panel { padding: 34px; border: 1px solid var(--line); border-radius: 22px; background: var(--surface); box-shadow: var(--shadow-sm); }
.value-card { padding: 25px; border: 1px solid var(--line); border-radius: 17px; background: var(--surface); }
.value-icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 18px; border-radius: 14px; color: var(--primary); background: rgba(115,93,248,.1); }
.value-card p { margin: 0; color: var(--muted); font-size: .9rem; }

/* Footer */
.site-footer { position: relative; overflow: hidden; padding: 72px 0 28px; color: #b8c4d4; background: var(--navy-950); }
.site-footer::before { content: ""; position: absolute; width: 450px; height: 450px; right: -230px; top: -260px; border-radius: 50%; background: rgba(40,196,219,.08); }
.footer-grid { position: relative; display: grid; grid-template-columns: 1.35fr repeat(4, 1fr); gap: 40px; }
.footer-brand img { width: 165px; height: auto; }
.footer-brand p { max-width: 340px; margin: 20px 0; color: #8292a8; font-size: .88rem; }
.footer-contact { display: grid; gap: 8px; }
.footer-contact a { display: inline-flex; align-items: center; gap: 8px; color: #cbd6e3; font-size: .85rem; }
.footer-contact a:hover { color: #fff; }
.footer-contact .icon { width: 17px; height: 17px; color: #6adce9; }
.footer-column h3 { margin-bottom: 17px; color: #fff; font-size: .88rem; letter-spacing: .02em; }
.footer-column ul { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.footer-column a { color: #8292a8; font-size: .84rem; transition: color .18s ease; }
.footer-column a:hover { color: #fff; }
.footer-bottom { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 48px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.08); color: #66778e; font-size: .75rem; }
.footer-legal { display: flex; flex-wrap: wrap; gap: 16px; }
.footer-legal a:hover { color: #fff; }
.trademark-note { max-width: 700px; margin: 26px 0 0; color: #52647a; font-size: .69rem; line-height: 1.55; }
.scroll-top { position: fixed; z-index: 900; right: 20px; bottom: 20px; display: grid; place-items: center; width: 44px; height: 44px; border: 0; border-radius: 12px; background: linear-gradient(135deg, var(--primary), var(--pink)); color: #fff; box-shadow: 0 15px 35px rgba(115,93,248,.3); opacity: 0; visibility: hidden; transform: translateY(10px); transition: .2s ease; }
.scroll-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.scroll-top .icon { width: 20px; height: 20px; transform: rotate(-90deg); }

/* Reveal */
.js [data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .62s ease, transform .62s ease; }
.js [data-reveal].is-visible { opacity: 1; transform: translateY(0); }
[data-delay="1"] { transition-delay: .08s !important; }
[data-delay="2"] { transition-delay: .16s !important; }
[data-delay="3"] { transition-delay: .24s !important; }

/* 404 */
.error-page { min-height: calc(100vh - var(--header-height)); display: grid; place-items: center; padding: 80px 0; background: var(--navy-900); color: #fff; text-align: center; }
.error-code { font-size: clamp(6rem, 18vw, 13rem); font-weight: 900; line-height: .8; letter-spacing: -.08em; background: linear-gradient(110deg, var(--orange), var(--pink), var(--cyan)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.error-page p { max-width: 560px; margin: 22px auto 30px; color: #aebbd0; }

/* Responsive */
@media (max-width: 1120px) {
  .header-actions > .btn--outline, .header-actions > .btn--primary { display: none; }
  .nav-link { padding-inline: 9px; font-size: .86rem; }
  .hero-grid { gap: 40px; }
  .plan-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .footer-grid { grid-template-columns: 1.4fr repeat(2,1fr); }
}
@media (max-width: 1120px) {
  :root { --header-height: 70px; }
  .primary-nav { position: fixed; inset: var(--header-height) 0 auto auto; width: min(390px, 92vw); height: calc(100dvh - var(--header-height)); display: block; padding: 20px; background: #081426; border-left: 1px solid rgba(255,255,255,.08); opacity: 0; visibility: hidden; pointer-events: none; clip-path: inset(0 0 0 100%); transition: clip-path .25s ease, opacity .18s ease, visibility .25s ease; overflow-y: auto; }
  body.menu-open .primary-nav { opacity: 1; visibility: visible; pointer-events: auto; clip-path: inset(0); }
  .nav-list { display: grid; align-items: stretch; gap: 5px; }
  .nav-link { width: 100%; justify-content: space-between; min-height: 48px; padding: 0 13px; font-size: .95rem; }
  .mobile-toggle { display: inline-flex; }
  .nav-backdrop { position: fixed; inset: var(--header-height) 0 0; z-index: 990; display: block; background: rgba(0,0,0,.52); opacity: 0; visibility: hidden; transition: .2s ease; }
  body.menu-open .nav-backdrop { opacity: 1; visibility: visible; }
  .mega-menu { position: static; width: auto; max-height: 0; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; opacity: 1; visibility: visible; transform: none; pointer-events: auto; overflow: hidden; transition: max-height .3s ease; }
  .nav-item.is-open > .mega-menu { max-height: 900px; transform: none; }
  .mega-grid { grid-template-columns: 1fr; padding: 6px 0 12px 8px; }
  .mega-feature { display: none; }
  .mega-link { grid-template-columns: 38px 1fr auto; }
  .mega-icon { width: 38px; height: 38px; }
  .hero, .hero--inner { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 800px; }
  .infra-visual, .product-visual { min-height: 430px; }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .grid-4 { grid-template-columns: repeat(2,1fr); }
  .split, .split--wide { grid-template-columns: 1fr; gap: 46px; }
  .legal-layout { grid-template-columns: 1fr; }
  .legal-nav { position: static; }
}
@media (max-width: 820px) {
  .section { padding: 78px 0; }
  .section--compact { padding: 60px 0; }
  .hero { padding: 70px 0 86px; }
  .hero--inner { padding: 65px 0 72px; }
  .grid-3, .process-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .plan-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .stats-grid { grid-template-columns: repeat(2,1fr); }
  .cta-panel { grid-template-columns: 1fr; padding: 34px; }
  .cta-actions { justify-content: flex-start; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .announcement-inner { min-height: 50px; padding: 7px 0; font-size: .76rem; }
  .announcement-badge { display: none; }
  .brand img { width: 132px; }
  .header-actions { gap: 7px; }
  .header-actions .icon-button { width: 39px; height: 39px; }
  .hero h1 { font-size: clamp(2.35rem, 12vw, 3.4rem); }
  .hero-actions { display: grid; }
  .hero-actions .btn { width: 100%; }
  .hero-proof { display: grid; gap: 8px; }
  .infra-visual { min-height: 380px; transform: scale(.9); margin-inline: -20px; }
  .server-console { transform: none; }
  .app-chip--one { left: -3px; }
  .app-chip--two { right: -5px; }
  .orbit-line { width: 430px; }
  .trust-strip { margin-top: -32px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-item:nth-child(3) { border-bottom: 1px solid var(--line); }
  .trust-item:last-child { border-bottom: 0; }
  .grid-2, .grid-3, .grid-4, .plan-grid, .process-grid, .stats-grid { grid-template-columns: 1fr; }
  .section-heading { margin-bottom: 34px; }
  .recommended-banner { align-items: flex-start; flex-direction: column; }
  .check-grid { grid-template-columns: 1fr; }
  .product-orbit { transform: scale(.86); }
  .product-visual { min-height: 330px; }
  .visual-card { padding: 20px; }
  .metric-grid { grid-template-columns: 1fr; }
  .cta-panel { padding: 29px 23px; border-radius: 20px; }
  .cta-actions { display: grid; width: 100%; }
  .cta-actions .btn { width: 100%; }
  .legal-copy { padding: 22px 17px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js [data-reveal] { opacity: 1; transform: none; }
}

/* Header navigation and live-chat refinements — v2.1 */
.mobile-nav-actions { display: none; }

.btn--chat {
  color: #06131f;
  border-color: rgba(91, 225, 210, .45);
  background: linear-gradient(115deg, #87eee1, #62d8e8 52%, #91a7ff);
  box-shadow: 0 12px 28px rgba(40, 196, 219, .18);
}
.btn--chat:hover { box-shadow: 0 16px 34px rgba(40, 196, 219, .28); }
.chat-trigger { white-space: nowrap; }
.chat-trigger.is-loading { cursor: wait; opacity: .78; }

/* Keep the Tawk.to launcher clear: the back-to-top control now lives on the left. */
.scroll-top { left: 20px; right: auto; }

.nav-backdrop {
  position: fixed;
  inset: var(--header-height) 0 0;
  z-index: 990;
  display: block;
  background: rgba(2, 8, 18, .54);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .2s ease, visibility .2s ease;
}
body.dropdown-open .nav-backdrop,
body.menu-open .nav-backdrop {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.chat-status {
  position: fixed;
  right: 18px;
  bottom: 92px;
  z-index: 1600;
  width: min(360px, calc(100vw - 36px));
  padding: 15px 42px 15px 16px;
  border: 1px solid var(--line-strong);
  border-radius: 14px;
  background: var(--surface-raised);
  color: var(--ink);
  box-shadow: var(--shadow-md);
  font-size: .84rem;
  line-height: 1.5;
}
.chat-status a { color: var(--primary); font-weight: 850; }
.chat-status__close {
  position: absolute;
  top: 8px;
  right: 8px;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--muted);
  font-size: 1.1rem;
}
.chat-status__close:hover { color: var(--ink); background: var(--surface-soft); }

@media (min-width: 1121px) {
  .header-inner { position: relative; }
  .nav-item.has-menu { position: static; }
  .mega-menu {
    top: calc(100% + 8px);
    left: 50%;
    width: min(940px, calc(100vw - 32px));
    max-height: calc(100dvh - var(--header-height) - 28px);
    padding: 14px;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: #334b68 transparent;
    transform: translate(-50%, 12px);
  }
  .nav-item.is-open > .mega-menu { transform: translate(-50%, 0); }
  .mega-menu::-webkit-scrollbar { width: 8px; }
  .mega-menu::-webkit-scrollbar-thumb { border-radius: 99px; background: #334b68; }
  .mega-menu--products .mega-grid { grid-template-columns: minmax(280px, .84fr) minmax(0, 1.38fr); gap: 10px; }
  .mega-menu--infrastructure { width: min(720px, calc(100vw - 32px)); }
  .mega-menu--infrastructure .mega-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mega-panel { min-width: 0; padding: 7px; }
  .mega-panel--apps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-content: start;
    gap: 4px 6px;
    padding-left: 17px;
    border-left: 1px solid rgba(255,255,255,.08);
  }
  .mega-panel--apps .mega-title { grid-column: 1 / -1; }
  .mega-link { min-width: 0; padding: 9px; }
  .mega-link strong,
  .mega-link small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .mega-feature {
    min-height: 0;
    margin-top: 10px;
    padding: 14px 15px;
    flex-direction: row;
    align-items: center;
    gap: 12px;
  }
  .mega-feature > div { display: flex; align-items: center; }
  .mega-feature h3,
  .mega-feature p { display: none; }
  .mega-feature .announcement-badge,
  .mega-feature .link-arrow { white-space: nowrap; }
  .mega-feature .link-arrow { font-size: .78rem; }
}

@media (max-width: 1280px) and (min-width: 1121px) {
  .chat-trigger { width: 42px; min-height: 42px; padding: 0; }
  .chat-trigger__label { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
}

@media (max-width: 1120px) {
  .header-actions > .btn--outline,
  .header-actions > .btn--primary { display: none; }
  .chat-trigger { width: 42px; min-height: 42px; padding: 0; }
  .chat-trigger__label { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
  .primary-nav { overscroll-behavior: contain; }
  .mobile-nav-actions {
    display: grid;
    gap: 9px;
    margin-top: 14px;
    padding: 16px 0 28px;
    border-top: 1px solid rgba(255,255,255,.09);
  }
  .mobile-nav-actions .btn--outline { color: #fff; border-color: rgba(255,255,255,.24); }
  .mobile-nav-actions .btn--outline:hover { color: #fff; background: rgba(255,255,255,.08); }
  .mega-panel--apps { display: block; border: 0; padding-left: 8px; }
  .mega-link { min-height: 50px; padding-block: 6px; }
  .mega-link small { display: none; }
  .mega-icon { width: 34px; height: 34px; border-radius: 10px; }
  .mega-icon .icon { width: 20px; height: 20px; }
  .nav-item.is-open > .mega-menu { max-height: 1200px; }
}

@media (max-width: 620px) {
  .chat-trigger { width: 39px; min-height: 39px; }
  .scroll-top { left: 14px; bottom: 14px; }
  .chat-status { right: 14px; bottom: 82px; width: calc(100vw - 28px); }
}

