:root {
  color-scheme: light;
  --ink: #061033;
  --muted: #5d6683;
  --navy: #020b21;
  --navy-2: #061a3d;
  --blue: #1478ff;
  --blue-2: #28a5ff;
  --mint: #18c995;
  --purple: #7c4dff;
  --orange: #ff8a35;
  --line: #dce5f7;
  --soft: #f5f8ff;
  --panel: #ffffff;
  --shadow: 0 18px 50px rgba(15, 35, 75, .12);
  --radius: 8px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #f8fbff;
  font-size: 16px;
}
html[dir="rtl"] body { text-align: right; }
a { color: inherit; text-decoration: none; }
img, svg { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
.wrap { width: min(1200px, calc(100% - 32px)); margin: 0 auto; }
.topbar {
  background: linear-gradient(90deg, #020a20, #071b43 54%, #03112f);
  border-bottom: 1px solid rgba(255,255,255,.12);
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 40;
}
.nav {
  min-height: 68px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  letter-spacing: 0;
  white-space: nowrap;
}
.brand-mark {
  width: 44px;
  height: 30px;
  border: 3px solid var(--blue);
  border-radius: 18px 18px 8px 8px;
  display: grid;
  place-items: center;
  color: #fff;
  box-shadow: 0 0 24px rgba(20,120,255,.45);
  position: relative;
}
.brand-mark::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 9px;
  border: 2px solid #fff;
  border-bottom: 0;
  border-radius: 9px 9px 0 0;
  top: 7px;
}
.brand-mark::after {
  content: "";
  width: 13px;
  height: 11px;
  background: #fff;
  border-radius: 3px;
  margin-top: 8px;
}
.brand span { color: var(--blue-2); }
.brand-logo {
  width: 206px;
  height: auto;
}
.footer .brand-logo,
.admin-side .brand-logo { width: 214px; }
.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-left: auto;
  color: rgba(255,255,255,.86);
  font-weight: 700;
  font-size: 14px;
}
.nav-links a.is-active, .nav-links a:hover { color: #fff; }
.nav-actions { display: flex; gap: 10px; align-items: center; }
.locale-form { display: flex; gap: 6px; align-items: center; }
.mini-select {
  min-height: 34px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: var(--radius);
  background: rgba(255,255,255,.08);
  color: #fff;
  padding: 0 8px;
  font-weight: 800;
}
.mini-select option { color: var(--ink); }
.mobile-btn { display: none; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 900;
  cursor: pointer;
  background: var(--blue);
  color: #fff;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.btn:hover { transform: translateY(-1px); box-shadow: 0 14px 30px rgba(20,120,255,.25); }
.btn.secondary { background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.25); color: #fff; }
.btn.light { background: #fff; border-color: var(--line); color: var(--ink); }
.btn.mint { background: var(--mint); }
.btn.danger { background: #ef4444; }
.btn.small { min-height: 34px; padding: 0 12px; font-size: 13px; }
.hero {
  color: #fff;
  background:
    radial-gradient(circle at 76% 30%, rgba(20,120,255,.45), transparent 28%),
    radial-gradient(circle at 62% 68%, rgba(24,201,149,.18), transparent 24%),
    linear-gradient(110deg, #03102d 0%, #061f50 48%, #020917 100%);
  min-height: 430px;
  display: grid;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid #c9d8f0;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr .96fr;
  gap: 44px;
  align-items: center;
  padding: 52px 0;
}
.eyebrow {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: #9fe7d1;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .08em;
}
.hero h1 {
  margin: 14px 0 16px;
  max-width: 760px;
  font-size: clamp(38px, 5vw, 68px);
  line-height: .98;
  letter-spacing: 0;
}
.hero h1 span { color: var(--blue-2); }
.hero p {
  color: rgba(255,255,255,.82);
  max-width: 660px;
  font-size: 18px;
  line-height: 1.55;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 28px 0 22px; }
.trust-row {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  color: rgba(255,255,255,.84);
  font-size: 14px;
  font-weight: 700;
}
.check {
  width: 20px;
  height: 20px;
  border: 1.8px solid currentColor;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  margin-right: 6px;
}
.check::after { content: ""; width: 8px; height: 4px; border-left: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(-45deg); }
.hero-visual {
  min-height: 310px;
  position: relative;
}
.orbit {
  position: absolute;
  inset: 36px 0 0 20px;
  border-radius: 50%;
  border: 1px solid rgba(86,169,255,.28);
  transform: perspective(620px) rotateX(60deg);
  box-shadow: 0 0 70px rgba(20,120,255,.28);
}
.product-stage {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
}
.tile-cloud {
  position: absolute;
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255,255,255,.98), rgba(225,237,255,.98));
  color: var(--ink);
  box-shadow: 0 22px 50px rgba(0,0,0,.28);
  display: grid;
  place-items: center;
  font-weight: 900;
  text-align: center;
  padding: 16px;
}
.tile-cloud strong { display: block; color: var(--blue); font-size: 30px; line-height: 1; }
.tile-cloud.windows { width: 112px; height: 112px; left: 58px; top: 108px; background: linear-gradient(145deg, #0f8fff, #0454d8); color: #fff; }
.tile-cloud.office { width: 124px; height: 100px; left: 224px; top: 54px; }
.tile-cloud.cloud { width: 140px; height: 104px; right: 74px; top: 116px; }
.tile-cloud.ai { width: 116px; height: 104px; right: 8px; bottom: 26px; background: linear-gradient(145deg, #0c7f6c, #13c898); color: #fff; }
.section { padding: 58px 0; }
.section.tight { padding: 32px 0; }
.section-title {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}
.section-title h2 { margin: 0; font-size: 28px; letter-spacing: 0; }
.section-title p { margin: 6px 0 0; color: var(--muted); }
.grid { display: grid; gap: 18px; align-items: stretch; }
.grid.four { grid-template-columns: repeat(4, 1fr); }
.grid.three { grid-template-columns: repeat(3, 1fr); }
.grid.two { grid-template-columns: repeat(2, 1fr); }
.card {
  min-width: 0;
  background: linear-gradient(180deg, #fff, #fbfdff);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.card h1,
.card h2,
.card h3,
.card p,
.card span,
.card strong,
.card small {
  min-width: 0;
  overflow-wrap: anywhere;
}
.category-card {
  min-height: 112px;
  padding: 18px;
  display: flex;
  align-items: center;
  gap: 16px;
  height: 100%;
}
.icon-box {
  width: 64px;
  height: 64px;
  border-radius: var(--radius);
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 900;
  flex: 0 0 auto;
  background: linear-gradient(145deg, #0d6eff, #08338e);
}
.icon-box.office { background: linear-gradient(145deg, #ff4b19, #c92805); }
.icon-box.m365 { background: linear-gradient(145deg, #8458ff, #174dca); }
.icon-box.ai { background: linear-gradient(145deg, #0a7a6a, #19c997); }
.category-card h3, .product-card h3 { margin: 0 0 6px; }
.category-card p, .product-card p { color: var(--muted); margin: 0; line-height: 1.35; }
.arrow { margin-left: auto; color: var(--blue); font-size: 24px; }
.product-card {
  padding: 14px;
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  gap: 12px;
  height: 100%;
}
.product-card form { align-self: end; }
.product-card .btn { width: 100%; justify-content: center; }
.product-media {
  height: 150px;
  border-radius: var(--radius);
  color: #fff;
  font-weight: 900;
  text-align: center;
  background: linear-gradient(145deg, #0d6eff, #091943);
  position: relative;
  overflow: hidden;
  display: block;
}
.product-media.has-fallback {
  display: grid;
  place-items: center;
  padding: 16px;
}
.product-media.has-fallback::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  right: -60px;
  bottom: -90px;
}
.product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}
.product-media.detail-media {
  height: 430px;
}
.price-row { display: flex; align-items: baseline; gap: 10px; }
.price { font-size: 24px; font-weight: 950; color: var(--ink); }
.compare { color: #7b849e; text-decoration: line-through; }
.badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 9px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  background: #eaf2ff;
  color: #0a5dd8;
}
.badge.mint { background: #dcfff3; color: #078b65; }
.badge.orange { background: #fff0df; color: #b84e05; }
.badge.red { background: #ffe4e4; color: #b4232d; }
.stack { display: flex; flex-direction: column; gap: 14px; }
.split {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 24px;
  align-items: start;
}
.trust-band {
  background: #fff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 20px 0;
}
.trust-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; }
.trust-item { padding: 10px 18px; border-right: 1px solid var(--line); display: flex; gap: 12px; align-items: center; }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; }
.trust-item span { display: block; color: var(--muted); font-size: 13px; }
.trust-card {
  padding: 20px;
  height: 100%;
  display: grid;
  align-content: start;
}
.trust-card h3 { margin: 12px 0 8px; }
.trust-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.step { padding: 20px; text-align: center; }
.step-num { width: 34px; height: 34px; margin: 0 auto 10px; display: grid; place-items: center; border-radius: 50%; background: var(--blue); color: #fff; font-weight: 900; }
.footer {
  background: linear-gradient(90deg, #020a20, #061a3d);
  color: rgba(255,255,255,.8);
  padding: 38px 0 18px;
}
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(4, 1fr); gap: 28px; }
.footer h4 { margin: 0 0 12px; color: #fff; }
.footer a { display: block; margin: 7px 0; }
.footer-bottom { text-align: center; padding-top: 22px; color: rgba(255,255,255,.6); font-size: 13px; }
.form {
  display: grid;
  gap: 14px;
}
.captcha-box {
  border: 1px dashed #9bc6ff;
  background: #f2f7ff;
  padding: 12px;
  border-radius: var(--radius);
}
.checkout-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin: 0 0 16px;
}
.checkout-steps span {
  min-height: 36px;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  background: #eaf2ff;
  color: #0a5dd8;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
  padding: 6px;
}
.field label { display: block; font-weight: 900; margin-bottom: 6px; }
.input, .select, .textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-height: 44px;
  padding: 10px 12px;
  background: #fff;
  color: var(--ink);
}
.textarea { min-height: 120px; resize: vertical; }
.notice {
  border: 1px solid #b7f0de;
  background: #edfff8;
  color: #076448;
  border-radius: var(--radius);
  padding: 14px 16px;
}
.alert {
  border: 1px solid #ffd0d0;
  background: #fff2f2;
  color: #991b1b;
  border-radius: var(--radius);
  padding: 14px 16px;
}
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; }
th, td { padding: 13px 12px; border-bottom: 1px solid var(--line); text-align: left; white-space: nowrap; }
th { color: var(--muted); font-size: 13px; }
.admin-shell {
  min-height: 100vh;
  background: linear-gradient(135deg, #020817, #061b3f 58%, #03101f);
  color: #eef6ff;
  display: grid;
  grid-template-columns: 260px 1fr;
}
.admin-side {
  border-right: 1px solid rgba(255,255,255,.1);
  padding: 22px 18px;
  background: rgba(1, 9, 27, .72);
}
.admin-main { padding: 24px; }
.admin-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius);
  box-shadow: 0 20px 50px rgba(0,0,0,.18);
}
.admin-nav { display: grid; gap: 8px; margin-top: 28px; }
.admin-nav a {
  color: rgba(255,255,255,.82);
  padding: 12px 14px;
  border-radius: var(--radius);
  display: flex;
  gap: 10px;
  align-items: center;
  font-weight: 800;
}
.admin-nav a:hover, .admin-nav a.is-active { background: var(--blue); color: #fff; }
.admin-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-bottom: 22px;
}
.admin-search {
  min-width: min(520px, 100%);
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.14);
  color: #fff;
}
.admin-muted { color: rgba(238,246,255,.68); }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.metric { padding: 20px; display: flex; align-items: center; gap: 16px; }
.metric .icon-box { width: 56px; height: 56px; }
.metric h3 { margin: 0; font-size: 13px; color: rgba(238,246,255,.72); }
.metric strong { display: block; font-size: 26px; margin: 4px 0; }
.chart {
  height: 220px;
  border-radius: var(--radius);
  background:
    linear-gradient(to top, rgba(20,120,255,.22), transparent 65%),
    repeating-linear-gradient(to top, rgba(255,255,255,.08) 0 1px, transparent 1px 44px);
  position: relative;
  overflow: hidden;
}
.chart::before {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 52px;
  height: 80px;
  background: linear-gradient(135deg, transparent 0 11%, #1d8cff 12% 13%, transparent 14% 25%, #1d8cff 26% 27%, transparent 28% 39%, #1d8cff 40% 41%, transparent 42% 55%, #1d8cff 56% 57%, transparent 58% 70%, #1d8cff 71% 72%, transparent 73% 84%, #1d8cff 85% 86%, transparent 87%);
  filter: drop-shadow(0 0 8px rgba(29,140,255,.85));
}
.donut {
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: conic-gradient(var(--blue) 0 40%, var(--orange) 40% 68%, var(--purple) 68% 88%, var(--mint) 88% 100%);
  margin: 12px auto;
  position: relative;
}
.donut::after {
  content: "";
  position: absolute;
  inset: 56px;
  border-radius: 50%;
  background: #071a3a;
}
.admin-table th, .admin-table td { border-color: rgba(255,255,255,.1); }
.admin-table th { color: rgba(238,246,255,.58); }
.admin-table td { color: rgba(238,246,255,.88); }
.filters { display: flex; flex-wrap: wrap; gap: 12px; align-items: end; margin-bottom: 18px; }
.legal-copy p, .legal-copy li { color: var(--muted); line-height: 1.65; }
.mini-stat { display: flex; justify-content: space-between; gap: 12px; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--line); }
.mini-stat:last-child { border-bottom: 0; }
.chat-widget {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 60;
  display: grid;
  justify-items: end;
  gap: 10px;
}
html[dir="rtl"] .chat-widget {
  right: auto;
  left: 20px;
  justify-items: start;
}
.chat-toggle {
  border: 0;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  min-height: 48px;
  padding: 0 18px;
  font-weight: 950;
  box-shadow: 0 16px 34px rgba(20,120,255,.28);
  cursor: pointer;
}
.chat-panel {
  width: min(320px, calc(100vw - 40px));
  display: none;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 18px;
}
.chat-panel.is-open { display: grid; gap: 10px; }
.chat-panel p { margin: 0; color: var(--muted); line-height: 1.5; }
.payment-choice-grid {
  display: grid;
  gap: 10px;
}
.payment-choice {
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #fff, #f8fbff);
  cursor: pointer;
  min-width: 0;
}
.payment-choice:has(input:checked) {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(20,120,255,.10);
}
.payment-choice small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  line-height: 1.4;
}
.payment-choice em {
  font-style: normal;
  font-size: 12px;
  font-weight: 900;
  color: var(--blue);
  white-space: nowrap;
}
.payment-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
}
.pay-icon {
  width: 52px;
  height: 52px;
  border-radius: var(--radius);
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  color: #fff;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0;
  background: linear-gradient(145deg, #1478ff, #063b9e);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.22), 0 12px 22px rgba(20,120,255,.18);
}
.pay-icon.small {
  width: 42px;
  height: 42px;
  font-size: 11px;
}
.payment-choice:nth-child(2) .pay-icon,
.payment-method-card:nth-child(2) .pay-icon { background: linear-gradient(145deg, #273fb7, #101b62); }
.payment-choice:nth-child(3) .pay-icon,
.payment-method-card:nth-child(3) .pay-icon,
.redot-card .pay-icon { background: linear-gradient(145deg, #09a67f, #06634f); }
.payment-choice:nth-child(5) .pay-icon,
.payment-method-card:nth-child(5) .pay-icon { background: linear-gradient(145deg, #ff8a1c, #c2410c); }
.payment-choice:nth-child(6) .pay-icon,
.payment-method-card:nth-child(6) .pay-icon { background: linear-gradient(145deg, #16a34a, #116b37); }
.payment-choice:nth-child(7) .pay-icon,
.payment-method-card:nth-child(7) .pay-icon { background: linear-gradient(145deg, #e11d48, #881337); }
.payment-choice:nth-child(8) .pay-icon,
.payment-method-card:nth-child(8) .pay-icon { background: linear-gradient(145deg, #7c3aed, #4c1d95); }
.payment-choice:nth-child(9) .pay-icon,
.payment-method-card:nth-child(9) .pay-icon { background: linear-gradient(145deg, #334155, #0f172a); }
.payment-method-card {
  position: relative;
  overflow: hidden;
  padding: 20px;
  min-height: 198px;
  height: 100%;
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 12px;
}
.payment-method-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--blue), #20c997);
}
.payment-method-card h3 {
  margin: 0;
}
.payment-method-card p {
  color: var(--muted);
  line-height: 1.55;
  margin: 0;
}
.detail-block {
  padding: 22px;
}
.detail-block h2 {
  margin-top: 0;
}
.detail-block li {
  margin: 9px 0;
  color: var(--muted);
  line-height: 1.55;
}
.redot-card {
  margin-bottom: 18px;
  padding: 18px;
  border-radius: var(--radius);
  border: 1px solid #b7f0de;
  background: linear-gradient(135deg, #edfff8, #f6fbff);
  box-shadow: 0 14px 36px rgba(6,99,79,.10);
}
.redot-card.wide {
  margin: 0 0 22px;
  padding: 24px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
}
.redot-card h2,
.redot-card h3 {
  margin: 0 0 8px;
}
.redot-card p {
  color: var(--muted);
  line-height: 1.55;
  margin: 0;
}
.redot-card .btn {
  justify-self: end;
  white-space: nowrap;
}
html[dir="rtl"] .brand,
html[dir="rtl"] .nav,
html[dir="rtl"] .nav-links,
html[dir="rtl"] .nav-actions,
html[dir="rtl"] .category-card,
html[dir="rtl"] .trust-item,
html[dir="rtl"] .metric {
  flex-direction: row-reverse;
}
html[dir="rtl"] th,
html[dir="rtl"] td { text-align: right; }
html[dir="rtl"] .arrow { margin-left: 0; margin-right: auto; transform: rotate(180deg); }
html[dir="rtl"] .section-title { flex-direction: row-reverse; }
html[dir="rtl"] .payment-choice { grid-template-columns: auto auto 1fr auto; }
html[dir="rtl"] .redot-card.wide { grid-template-columns: auto 1fr auto; }
html[dir="rtl"] .redot-card .btn { justify-self: start; }

/* TopKeys Cloud reference home */
@media (min-width: 1180px) {
  .wrap { width: min(1680px, calc(100% - 220px)); }
}
.topbar {
  background: linear-gradient(90deg, #020a20, #06183a 58%, #020b22);
  box-shadow: 0 1px 0 rgba(255,255,255,.08);
}
.nav { min-height: 58px; gap: 24px; }
.mobile-btn { display: none !important; }
.brand-logo { width: 238px; }
.nav-links {
  gap: 34px;
  font-size: 15px;
}
.nav-links a {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  border-bottom: 2px solid transparent;
}
.nav-links a.is-active,
.nav-links a:hover {
  border-color: var(--blue);
}
.nav-actions { gap: 12px; }
.login-btn {
  background: rgba(255,255,255,.04);
  border-color: rgba(255,255,255,.24);
  color: #fff;
  min-width: 126px;
}
.cart-btn {
  min-width: 126px;
  background: linear-gradient(180deg, #1d86ff, #0d65e8);
}
.cart-btn span {
  display: inline-grid;
  place-items: center;
  min-width: 19px;
  height: 19px;
  border-radius: 999px;
  background: #eaf4ff;
  color: #0d65e8;
  font-size: 11px;
}
.mini-select {
  min-height: 32px;
  border-radius: 6px;
}
.hero {
  position: relative;
  min-height: 316px;
  background:
    radial-gradient(circle at 69% 33%, rgba(20,120,255,.34), transparent 26%),
    radial-gradient(circle at 82% 60%, rgba(24,201,149,.14), transparent 20%),
    linear-gradient(90deg, #020b20 0%, #061a43 55%, #031127 100%);
  border-bottom: 1px solid #cbd8ee;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 58px 0 auto;
  height: 255px;
  pointer-events: none;
  background-image:
    radial-gradient(circle, rgba(38,141,255,.26) 1px, transparent 1.5px),
    linear-gradient(110deg, transparent 0 42%, rgba(31,129,255,.16) 42% 43%, transparent 43% 100%);
  background-size: 22px 22px, 100% 100%;
  opacity: .55;
}
.hero-grid {
  grid-template-columns: 1.05fr .95fr;
  gap: 28px;
  padding: 24px 0 18px;
  position: relative;
  z-index: 1;
}
.hero h1 {
  margin: 0 0 12px;
  max-width: 760px;
  font-size: clamp(38px, 3.05vw, 56px);
  line-height: 1.02;
  font-weight: 950;
}
.hero h1 span { color: #1682ff; }
.hero p {
  max-width: 690px;
  margin: 0;
  font-size: 16px;
  line-height: 1.35;
}
.hero-actions { margin: 20px 0 16px; gap: 18px; }
.hero-actions .btn {
  min-width: 242px;
  min-height: 47px;
  font-size: 18px;
}
.btn-icon {
  min-width: 23px;
  height: 23px;
  display: inline-grid;
  place-items: center;
  border: 2px solid currentColor;
  border-radius: 5px;
  font-size: 0;
}
.btn-icon::after {
  content: "";
  width: 9px;
  height: 9px;
  border: 2px solid currentColor;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
}
.trust-row {
  gap: 34px;
  font-size: 14px;
}
.hero-visual {
  min-height: 244px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.hero-devices-img {
  width: min(760px, 100%);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 28px rgba(0,0,0,.18));
}
.mockup-hero {
  min-height: 0;
  height: clamp(260px, 16.45vw, 316px);
  display: block;
  background: url('/assets/mockup/hero-full.png') center / cover no-repeat;
}
.mockup-hero::before { display: none; }
.hero-hit-layer {
  position: relative;
  height: 100%;
}
.hero-hit {
  position: absolute;
  display: block;
  border-radius: 8px;
}
.shop-hit {
  left: 0;
  top: 52.5%;
  width: 242px;
  height: 48px;
}
.browse-hit {
  left: 266px;
  top: 52.5%;
  width: 278px;
  height: 48px;
}
.cloud-line {
  position: absolute;
  right: 198px;
  top: 10px;
  width: 245px;
  height: 92px;
  border: 3px solid rgba(55,177,255,.85);
  border-bottom-color: transparent;
  border-radius: 90px 90px 35px 35px;
  filter: drop-shadow(0 0 14px rgba(44,169,255,.7));
}
.orbit {
  inset: 128px 14px auto 110px;
  height: 98px;
  border: 2px solid rgba(79,174,255,.34);
  background: linear-gradient(180deg, rgba(17,69,151,.42), rgba(3,12,33,.2));
}
.product-stage { inset: 0; }
.windows-pane {
  position: absolute;
  width: 116px;
  height: 92px;
  left: 92px;
  top: 76px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  transform: skewY(-5deg);
  filter: drop-shadow(0 15px 25px rgba(0,0,0,.28));
}
.windows-pane i {
  background: linear-gradient(145deg, #22c7ff, #0d75e7);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.35);
}
.tile-cloud {
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.65);
  box-shadow: 0 18px 42px rgba(0,0,0,.32), inset 0 1px 0 rgba(255,255,255,.9);
}
.tile-cloud strong { font-size: 17px; color: inherit; }
.tile-cloud.office {
  width: 142px;
  height: 96px;
  left: 255px;
  top: 90px;
  color: #e64016;
}
.tile-cloud.cloud {
  width: 146px;
  height: 94px;
  right: 122px;
  top: 124px;
  color: #452ee2;
}
.tile-cloud.ai {
  width: 132px;
  height: 92px;
  right: 0;
  bottom: 22px;
  background: linear-gradient(145deg, #0e8b79, #1fbf9f);
  color: #fff;
}
.home-categories {
  padding: 18px 0 8px;
  background: #fff;
}
.home-categories .category-card {
  min-height: 98px;
  padding: 14px 20px;
  box-shadow: 0 9px 28px rgba(15,35,75,.11);
}
.home-categories .icon-box {
  width: 62px;
  height: 62px;
  font-size: 16px;
}
.category-image {
  width: 76px;
  height: 68px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}
.category-image img {
  width: 76px;
  height: 68px;
  object-fit: contain;
}
.home-featured {
  padding: 0 0 10px;
  background: #fff;
}
.compact-title {
  margin-bottom: 7px;
  align-items: center;
}
.compact-title h2 {
  flex: 1;
  text-align: center;
  font-size: 22px;
}
.link-arrow {
  color: var(--blue);
  font-weight: 900;
  font-size: 14px;
}
.home-product-grid { gap: 14px; }
.home-product-card {
  min-height: 292px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr auto;
  gap: 10px;
  align-items: stretch;
  padding: 12px;
  box-shadow: 0 10px 28px rgba(15,35,75,.12);
}
.home-product-media {
  width: 100%;
  height: 132px;
  border-radius: 8px;
}
.home-product-body h3 {
  margin: 0 0 6px;
  font-size: 17px;
  line-height: 1.15;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}
.home-product-body p {
  display: block;
  margin: 0;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.35;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
  max-height: 42px;
  overflow: hidden;
  font-size: 13px;
}
.home-price-row {
  margin-top: 12px;
  padding-right: 48px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.home-price-row strong {
  font-size: 18px;
  font-weight: 950;
}
.deal-badge {
  min-height: 20px;
  padding: 1px 8px;
  border-radius: 999px;
  background: #e9fff4;
  color: #078b65;
  font-size: 12px;
  font-weight: 900;
}
.home-cart-form {
  justify-self: end;
  align-self: end;
  margin-top: -48px;
}
.cart-square {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--blue);
  font-size: 0;
  cursor: pointer;
  position: relative;
}
.cart-square::before {
  content: "";
  position: absolute;
  width: 17px;
  height: 13px;
  left: 11px;
  top: 11px;
  border: 2px solid currentColor;
  border-top: 0;
  border-radius: 2px;
}
.cart-square::after {
  content: "";
  position: absolute;
  left: 13px;
  bottom: 9px;
  width: 16px;
  height: 4px;
  border-radius: 999px;
  box-shadow: 0 0 0 2px currentColor, 13px 0 0 -1px currentColor;
}
.trust-band {
  padding: 10px 0;
  background: #f8fbff;
}
.trust-grid {
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 9px 26px rgba(15,35,75,.08);
}
.trust-item {
  padding: 12px 24px;
  gap: 16px;
}
.line-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  color: #061033;
  font-size: 12px;
  font-weight: 950;
}
.home-bottom {
  padding: 0 0 9px;
  background: #fff;
}
.home-bottom-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items: stretch;
}
.how-card {
  padding: 10px 18px 12px;
}
.how-card h2,
.trusted-panel h2 {
  margin: 0 0 8px;
  text-align: center;
  font-size: 21px;
}
.steps {
  gap: 8px;
  position: relative;
}
.step {
  padding: 10px 8px;
  background: transparent;
  box-shadow: none;
}
.step-symbol {
  width: 58px;
  height: 58px;
  margin: 0 auto 2px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #edf4ff;
  color: #061033;
  font-size: 12px;
  font-weight: 950;
}
.step-num {
  width: 24px;
  height: 24px;
  margin-bottom: 7px;
  font-size: 12px;
}
.step strong {
  display: block;
  font-size: 13px;
}
.step p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.25;
}
.trusted-panel { padding: 12px 0 0; }
.review-grid {
  display: grid;
  grid-template-columns: .75fr 1fr 1fr;
  gap: 12px;
}
.rating-card,
.review-card {
  min-height: 108px;
  padding: 14px;
}
.rating-card {
  display: grid;
  align-content: center;
  text-align: center;
  color: var(--ink);
}
.rating-card span,
.review-card span {
  color: var(--muted);
  font-size: 12px;
}
.stars {
  color: #08a66b;
  letter-spacing: 1px;
  font-weight: 950;
}
.review-card p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}
.footer {
  padding: 16px 0 10px;
  background: linear-gradient(90deg, #020a20, #051a3e);
}
.footer-grid {
  grid-template-columns: 1.8fr repeat(5, 1fr);
  gap: 26px;
}
.footer .brand-logo { width: 230px; }
.footer p,
.footer a,
.footer span {
  font-size: 13px;
  line-height: 1.35;
}
.social-row {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}
.social-row span {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.45);
  color: #fff;
  font-weight: 900;
}
.footer-bottom { padding-top: 10px; }

@media (max-width: 1450px) and (min-width: 981px) {
  .home-product-grid { grid-template-columns: repeat(2, 1fr); }
  .home-product-card {
    grid-template-columns: 1fr;
    min-height: 292px;
  }
  .home-product-media {
    width: 100%;
    height: 140px;
  }
  .home-product-body h3 { font-size: 18px; }
}

@media (max-width: 980px) {
  .mobile-btn { display: inline-flex; }
  .nav { flex-wrap: wrap; padding: 12px 0; }
  .nav-links {
    order: 3;
    display: none;
    flex-basis: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    margin-left: 0;
    padding: 10px 0;
  }
  .nav-links.is-open { display: flex; }
  .nav-actions { margin-left: auto; }
  html[dir="rtl"] .nav-actions { margin-left: 0; margin-right: auto; }
  .hero-grid, .split, .grid.two { grid-template-columns: 1fr; }
  .grid.four, .grid.three, .metric-grid, .trust-grid, .steps, .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-grid,
  .home-bottom-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 280px; }
  .home-product-card { grid-template-columns: 1fr; }
  .review-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .redot-card.wide { grid-template-columns: 1fr; }
  .redot-card .btn { justify-self: start; }
  .admin-shell { grid-template-columns: 1fr; }
  .admin-side { position: static; }
  .admin-top { flex-direction: column; align-items: stretch; }
}

@media (max-width: 640px) {
  .wrap { width: min(100% - 22px, 1200px); }
  .hero { min-height: unset; }
  .hero-grid { padding: 34px 0; }
  .hero-visual { min-height: 240px; }
  .tile-cloud.windows { left: 14px; top: 88px; }
  .tile-cloud.office { left: 112px; top: 32px; }
  .tile-cloud.cloud { right: 10px; top: 112px; }
  .tile-cloud.ai { right: 18px; bottom: 18px; }
  .grid.four, .grid.three, .metric-grid, .trust-grid, .steps, .footer-grid { grid-template-columns: 1fr; }
  .wrap { width: min(100% - 22px, 1200px); }
  .brand-logo { width: 190px; }
  .hero h1 { font-size: 36px; }
  .hero-actions .btn { width: 100%; min-width: 0; }
  .trust-row { gap: 12px; }
  .home-product-card {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .home-cart-form {
    grid-column: auto;
    justify-self: end;
  }
  .home-product-media { height: 150px; }
  .compact-title h2 { text-align: left; }
  .cloud-line { right: 30px; transform: scale(.78); transform-origin: top right; }
  .windows-pane { left: 18px; }
  .tile-cloud.office { left: 120px; }
  .tile-cloud.cloud { right: 70px; }
  .tile-cloud.ai { right: 8px; }
  .checkout-steps { grid-template-columns: 1fr; }
  .payment-choice {
    grid-template-columns: auto 1fr;
    align-items: start;
  }
  .payment-choice input { margin-top: 13px; }
  .payment-choice em {
    grid-column: 2;
    justify-self: start;
  }
  html[dir="rtl"] .payment-choice { grid-template-columns: auto 1fr; }
  html[dir="rtl"] .payment-choice em { justify-self: end; }
  .payment-card-head { align-items: flex-start; }
  .trust-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .section-title { align-items: start; flex-direction: column; }
  .nav-actions .light { display: none; }
  .locale-form { order: -1; }
  .admin-main { padding: 16px; }
}
