:root {
  --bg: #07111f;
  --bg2: #0a1728;
  --surface: #0d1c30;
  --surface2: #11243b;
  --text: #f5f9ff;
  --muted: #9fb0c5;
  --line: rgba(255, 255, 255, 0.11);
  --primary: #e5007d;
  --accent: #ff70b7;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.32);
  --radius: 24px;
  --container: 1180px;
  --header: 80px;
}
html[data-theme="light"] {
  --bg: #f5f8fc;
  --bg2: #fff;
  --surface: #fff;
  --surface2: #edf4fb;
  --text: #102033;
  --muted: #5c6e82;
  --line: rgba(10, 35, 60, 0.12);
  --shadow: 0 24px 65px rgba(33, 72, 112, 0.14);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 95px;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  line-height: 1.65;
  overflow-x: hidden;
}
body.nav-open {
  overflow: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
img,
svg {
  max-width: 100%;
}
.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}
.section {
  position: relative;
  padding: 110px 0;
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 16px;
  z-index: 9999;
  background: #fff;
  color: #000;
  padding: 12px 18px;
  border-radius: 8px;
}
.skip-link:focus {
  top: 12px;
}
.scroll-progress {
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
}
.scroll-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--primary), var(--accent));
}
.site-header {
  height: var(--header);
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  border-bottom: 1px solid transparent;
  transition: 0.3s;
}
.site-header.scrolled {
  height: 68px;
  background: color-mix(in srgb, var(--bg) 82%, transparent);
  backdrop-filter: blur(18px);
  border-color: var(--line);
}
.nav {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 28px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-right: auto;
  margin-top: 15px;
}
.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, var(--primary), #a6005c);
  color: #fff;
  font-weight: 900;
  letter-spacing: -1px;
  box-shadow: 0 10px 24px rgba(229, 0, 125, 0.25);
}
.brand strong,
.brand small {
  display: block;
}
.brand strong {
  font-size: 15px;
  letter-spacing: 0.08em;
}
.brand small {
  color: var(--muted);
  font-size: 11px;
}
.nav-menu {
  display: flex;
  align-items: center;
  gap: 25px;
}
.nav-menu > a:not(.button) {
  font-size: 14px;
  color: var(--muted);
  transition: 0.2s;
}
.nav-menu > a:hover {
  color: var(--text);
}
.theme-toggle,
.nav-toggle {
  border: 0;
  background: transparent;
  color: var(--text);
  cursor: pointer;
}
.theme-toggle {
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 50%;
}
.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 8px;
}
.nav-toggle span {
  display: block;
  height: 2px;
  background: currentColor;
  margin: 6px 0;
  border-radius: 2px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--primary), #b60063);
  color: white !important;
  font-weight: 750;
  box-shadow: 0 14px 35px rgba(229, 0, 125, 0.22);
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 19px 42px rgba(229, 0, 125, 0.3);
}
.button-small {
  min-height: 42px;
  padding: 0 17px;
  border-radius: 12px;
  font-size: 14px;
}
.button-light {
  background: white;
  color: #102033 !important;
}
.text-link {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  font-weight: 700;
  color: var(--text);
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 800;
  font-size: 12px;
  color: var(--primary);
  margin: 0 0 17px;
}
.hero {
  min-height: 830px;
  padding-top: 160px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: radial-gradient(
    circle at 75% 35%,
    rgba(229, 0, 125, 0.12),
    transparent 35%
  );
}
#network {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.34;
  pointer-events: none;
}
.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(15px);
  pointer-events: none;
}
.glow-one {
  width: 430px;
  height: 430px;
  background: rgba(229, 0, 125, 0.1);
  right: -140px;
  top: 100px;
}
.glow-two {
  width: 330px;
  height: 330px;
  background: rgba(255, 112, 183, 0.07);
  left: -130px;
  bottom: 70px;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.03fr 0.97fr;
  gap: 70px;
  align-items: center;
}
.hero h1 {
  font-size: clamp(48px, 6vw, 78px);
  line-height: 1.04;
  letter-spacing: -0.055em;
  margin: 0 0 25px;
  max-width: 760px;
}
.hero h1 em {
  font-style: normal;
  background: linear-gradient(
    110deg,
    #fff 20%,
    var(--primary) 62%,
    var(--accent)
  );
  -webkit-background-clip: text;
  color: transparent;
}
.lead {
  font-size: 19px;
  color: var(--muted);
  max-width: 680px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 27px;
  margin: 35px 0;
}
.trust-list {
  display: flex;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
  color: var(--muted);
  font-size: 13px;
}
.trust-list li:before {
  content: "✓";
  color: var(--accent);
  margin-right: 8px;
}
.product-stage {
  position: relative;
  perspective: 1000px;
  isolation: isolate;
}
.app-window {
  background: rgba(12, 28, 48, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 45px 100px rgba(0, 0, 0, 0.45);
  transform: perspective(1000px) rotateY(-3deg) rotateX(1.5deg);
  transform-origin: center center;
  backface-visibility: hidden;
  will-change: transform;
}
html[data-theme="light"] .app-window {
  background: #fff;
}
.window-bar {
  height: 44px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  gap: 7px;
  border-bottom: 1px solid var(--line);
}
.window-bar span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff6372;
}
.window-bar span:nth-child(2) {
  background: #ffc256;
}
.window-bar span:nth-child(3) {
  background: #45d483;
}
.window-bar b {
  font-size: 10px;
  color: var(--muted);
  margin: auto;
}
.app-body {
  display: grid;
  grid-template-columns: 50px 1fr;
  min-height: 395px;
}
.app-body aside {
  border-right: 1px solid var(--line);
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 19px;
  padding-top: 26px;
}
.app-body aside i {
  width: 18px;
  height: 18px;
  border: 1px solid var(--line);
  border-radius: 5px;
}
.app-body aside i.active {
  background: var(--primary);
  border: 0;
  box-shadow: 0 0 20px rgba(229, 0, 125, 0.5);
}
.dashboard {
  padding: 26px;
  transform: translateZ(0);
}
.dash-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dash-head small,
.dash-head strong {
  display: block;
}
.dash-head small {
  font-size: 9px;
  color: var(--muted);
}
.dash-head strong {
  font-size: 16px;
}
.dash-head > span {
  font-size: 9px;
  color: var(--muted);
  border: 1px solid var(--line);
  padding: 6px 10px;
  border-radius: 8px;
}
.metric-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 20px 0;
}
.metric-grid article {
  padding: 14px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid var(--line);
  border-radius: 12px;
}
.metric-grid small,
.metric-grid strong,
.metric-grid span {
  display: block;
}
.metric-grid small {
  font-size: 8px;
  color: var(--muted);
}
.metric-grid strong {
  font-size: 21px;
}
.metric-grid span {
  font-size: 8px;
  color: var(--accent);
}
.chart-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px;
}
.chart-title {
  display: flex;
  justify-content: space-between;
  font-size: 9px;
}
.chart-title small {
  color: var(--muted);
}
.chart-line {
  stroke: var(--primary);
  stroke-width: 3;
  fill: none;
}
.chart-area {
  fill: url(#area);
}
.activity {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 14px;
  border: 1px solid var(--line);
  padding: 10px;
  border-radius: 11px;
}
.activity > span {
  width: 27px;
  height: 27px;
  border-radius: 8px;
  background: rgba(229, 0, 125, 0.14);
}
.activity strong,
.activity small {
  display: block;
  font-size: 8px;
}
.activity small,
.activity time {
  color: var(--muted);
}
.activity time {
  margin-left: auto;
  font-size: 8px;
}
.float-card {
  position: absolute;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 12px 15px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: color-mix(in srgb, var(--surface) 88%, transparent);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: var(--shadow);
  animation: float 4.8s ease-in-out infinite;
  will-change: transform;
}
.float-card > span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: rgba(229, 0, 125, 0.14);
  color: var(--primary);
}
.float-card strong,
.float-card small {
  display: block;
  font-size: 9px;
}
.float-card small {
  color: var(--muted);
}
.card-sync {
  left: -35px;
  top: 25%;
}
.card-status {
  right: -30px;
  bottom: 12%;
  animation-delay: -2s;
}
.logo-strip {
  position: relative;
  margin-top: 95px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.12em;
}
.logo-strip b {
  color: color-mix(in srgb, var(--text) 70%, transparent);
}
.split-heading {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 90px;
  align-items: end;
  margin-bottom: 48px;
}
.split-heading h2,
.center-heading h2,
.difference h2,
.faq h2,
.cta h2,
.knowledge h2 {
  font-size: clamp(36px, 4.5vw, 58px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  margin: 0;
}
.split-heading > p,
.center-heading > p,
.difference-copy > p,
.faq-intro > p,
.knowledge p,
.cta p {
  color: var(--muted);
  font-size: 17px;
}
.product-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.product-card {
  position: relative;
  padding: 38px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(
    145deg,
    var(--surface),
    color-mix(in srgb, var(--surface) 72%, transparent)
  );
  overflow: hidden;
  transition: 0.3s;
}
.product-card:hover {
  transform: translateY(-7px);
  border-color: rgba(229, 0, 125, 0.32);
}
.product-card.featured:before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  background: rgba(229, 0, 125, 0.11);
  filter: blur(50px);
  right: -70px;
  top: -70px;
}
.product-icon {
  width: 55px;
  height: 55px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(145deg, var(--primary), #a6005c);
  color: #fff;
  font-weight: 900;
  font-size: 19px;
}
.product-card .tag {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--accent);
  font-weight: 800;
  margin: 25px 0 6px;
}
.product-card h3 {
  font-size: 35px;
  margin: 0;
}
.product-card > p:not(.tag),
.product-card li {
  color: var(--muted);
}
.product-card ul {
  list-style: none;
  padding: 0;
  margin: 25px 0;
}
.product-card li {
  padding: 8px 0;
  border-bottom: 1px solid var(--line);
}
.product-card li:before {
  content: "✓";
  color: var(--accent);
  margin-right: 10px;
}
.product-card a {
  font-weight: 750;
  color: var(--primary);
}
.features {
  background: var(--bg2);
}
.center-heading {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 52px;
}
.center-heading > p:last-child {
  max-width: 680px;
  margin: 18px auto;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.feature-card {
  padding: 29px;
  border: 1px solid var(--line);
  background: var(--surface);
  border-radius: 20px;
  transition: 0.3s;
}
.feature-card:hover {
  transform: translateY(-5px);
  border-color: rgba(229, 0, 125, 0.24);
}
.feature-card .icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: rgba(229, 0, 125, 0.11);
  color: var(--primary);
  font-size: 22px;
}
.feature-card h3 {
  margin: 20px 0 7px;
}
.feature-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}
.difference-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 75px;
  align-items: center;
}
.check-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 30px;
}
.check-grid span {
  color: var(--muted);
}
.check-grid span:before {
  content: "✓";
  color: var(--accent);
  margin-right: 9px;
}
.code-card {
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #07101d;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.code-top {
  height: 45px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 16px;
}
.code-top span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff6372;
}
.code-top span:nth-child(2) {
  background: #ffc256;
}
.code-top span:nth-child(3) {
  background: #45d483;
}
.code-top small {
  margin: auto;
  color: #7890a9;
}
.code-card pre {
  margin: 0;
  padding: 35px;
  overflow: auto;
  color: #b7c7d9;
  line-height: 1.9;
  font-size: 14px;
}
.code-card i {
  color: #58718d;
}
.code-card b {
  color: #ff70b7;
}
.code-card em {
  color: #f2bf6d;
}
.code-card strong {
  color: #f5a4cf;
}
.industries {
  background: var(--bg2);
}
.industry-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
.industry-row article {
  padding: 26px;
  border-left: 1px solid var(--line);
}
.industry-row span {
  font-size: 25px;
  color: var(--primary);
}
.industry-row h3 {
  margin: 14px 0 5px;
}
.industry-row p {
  font-size: 14px;
  color: var(--muted);
  margin: 0;
}
.stats {
  padding: 55px 0;
  border-block: 1px solid var(--line);
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.stats-grid article {
  text-align: center;
  border-right: 1px solid var(--line);
}
.stats-grid article:last-child {
  border: 0;
}
.stats-grid strong {
  font-size: 42px;
  display: block;
  letter-spacing: -0.04em;
}
.stats-grid small {
  color: var(--muted);
}
.timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
}
.timeline:before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 28px;
  height: 1px;
  background: var(--line);
}
.timeline article {
  position: relative;
  padding: 0 22px;
}
.timeline article > span {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  background: var(--bg);
  border-radius: 50%;
  color: var(--primary);
  font-weight: 800;
  position: relative;
  z-index: 1;
}
.timeline h3 {
  margin-top: 26px;
}
.timeline p {
  color: var(--muted);
  font-size: 14px;
}
.knowledge-card {
  padding: 65px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 32px;
  background: linear-gradient(
    135deg,
    var(--surface),
    color-mix(in srgb, var(--primary) 9%, var(--surface))
  );
  overflow: hidden;
}
.search-demo {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.14);
}
.search-box {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: #fff;
  color: #17283a;
  border-radius: 12px;
  padding: 15px;
}
.search-box .typed {
  white-space: nowrap;
  overflow: hidden;
  border-right: 2px solid var(--primary);
  animation: typing 4.5s steps(35) infinite;
}
.search-box kbd {
  margin-left: auto;
  border: 1px solid #ccd5de;
  padding: 1px 7px;
  border-radius: 6px;
}
.search-demo ul {
  list-style: none;
  padding: 8px 0 0;
  margin: 0;
}
.search-demo li {
  display: flex;
  gap: 12px;
  padding: 13px;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
}
.search-demo li span {
  color: var(--primary);
}
.faq {
  background: var(--bg2);
}
.faq-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 90px;
}
.accordion details {
  border-bottom: 1px solid var(--line);
}
.accordion summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  cursor: pointer;
  font-weight: 750;
  font-size: 17px;
}
.accordion summary::-webkit-details-marker {
  display: none;
}
.accordion summary span {
  font-size: 24px;
  color: var(--primary);
  transition: 0.2s;
}
.accordion details[open] summary span {
  transform: rotate(45deg);
}
.accordion details p {
  color: var(--muted);
  margin: 0;
  padding: 0 45px 24px 0;
}
.cta-card {
  padding: 60px;
  background: linear-gradient(130deg, #c7006d, #e5007d);
  border-radius: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  color: white;
  box-shadow: 0 35px 80px rgba(229, 0, 125, 0.24);
}
.cta-card > div:first-child {
  max-width: 760px;
}
.cta-card .eyebrow,
.cta-card p {
  color: rgba(255, 255, 255, 0.82);
}
.cta-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  min-width: 220px;
}
.cta-actions > a:last-child {
  font-weight: 700;
}
.footer {
  padding: 70px 0 22px;
  border-top: 1px solid var(--line);
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
  gap: 45px;
}
.footer-grid > div:first-child p {
  color: var(--muted);
  max-width: 330px;
  font-size: 14px;
}
.footer h3 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.footer-grid > div:not(:first-child) a {
  display: block;
  color: var(--muted);
  font-size: 14px;
  padding: 5px 0;
}
.footer-grid a:hover {
  color: var(--text);
}
.footer-bottom {
  margin-top: 50px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-size: 12px;
}
.to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--text);
  box-shadow: var(--shadow);
  cursor: pointer;
  opacity: 0;
  transform: translateY(15px);
  transition: 0.25s;
}
.to-top.visible {
  opacity: 1;
  transform: none;
}
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.75s ease,
    transform 0.75s ease;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
@keyframes float {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -10px, 0);
  }
}
@keyframes typing {
  0%,
  15% {
    width: 0;
  }
  55%,
  85% {
    width: 260px;
  }
  100% {
    width: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .float-card,
  .reveal {
    animation: none !important;
    transition: none !important;
  }
}

@media (max-width: 1000px) {
  .nav-menu {
    position: fixed;
    inset: 68px 0 auto;
    background: var(--bg);
    padding: 28px;
    display: none;
    flex-direction: column;
    border-bottom: 1px solid var(--line);
  }
  .nav-menu.open {
    display: flex;
  }
  .nav-toggle {
    display: block;
  }
  .theme-toggle {
    order: 2;
  }
  .hero-grid,
  .difference-grid,
  .knowledge-card {
    grid-template-columns: 1fr;
  }
  .hero-copy {
    text-align: center;
  }
  .hero-copy .lead {
    margin-inline: auto;
  }
  .hero-actions,
  .trust-list {
    justify-content: center;
  }
  .product-stage {
    max-width: 650px;
    margin: auto;
  }
  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .industry-row,
  .timeline {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  .timeline:before {
    display: none;
  }
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .footer-grid {
    grid-template-columns: 2fr 1fr 1fr;
  }
  .footer-grid > div:last-child {
    grid-column: 2;
  }
  .split-heading {
    gap: 35px;
  }
  .logo-strip {
    flex-wrap: wrap;
    gap: 22px;
    justify-content: center;
  }
  .logo-strip > span {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 700px) {
  .container {
    width: min(calc(100% - 28px), var(--container));
  }
  .section {
    padding: 78px 0;
  }
  .hero {
    padding-top: 125px;
    min-height: auto;
  }
  .hero h1 {
    font-size: 43px;
  }
  .hero-grid {
    gap: 48px;
  }
  .hero-actions,
  .trust-list {
    flex-direction: column;
  }
  .app-window {
    transform: none;
  }
  .float-card {
    display: none;
  }
  .app-body {
    grid-template-columns: 35px 1fr;
  }
  .dashboard {
    padding: 14px;
  }
  .metric-grid {
    grid-template-columns: 1fr;
  }
  .metric-grid article:nth-child(n + 2) {
    display: none;
  }
  .logo-strip {
    margin-top: 55px;
  }
  .split-heading,
  .product-cards,
  .feature-grid,
  .industry-row,
  .stats-grid,
  .timeline,
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .split-heading {
    align-items: start;
  }
  .product-card {
    padding: 28px;
  }
  .industry-row article {
    border-left: 0;
    border-bottom: 1px solid var(--line);
  }
  .stats-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 22px;
  }
  .stats-grid article:last-child {
    border: 0;
  }
  .knowledge-card,
  .cta-card {
    padding: 30px;
  }
  .knowledge-card {
    gap: 35px;
  }
  .search-box .typed {
    font-size: 11px;
  }
  .cta-card {
    display: block;
  }
  .cta-actions {
    align-items: flex-start;
    margin-top: 25px;
  }
  .footer-grid > div:last-child {
    grid-column: auto;
  }
  .footer-bottom {
    display: block;
  }
  .footer-bottom span {
    display: block;
    margin-top: 5px;
  }
  .check-grid {
    grid-template-columns: 1fr;
  }
  .code-card pre {
    padding: 22px;
    font-size: 11px;
  }
  .theme-toggle {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
}

.detail-hero {
  min-height: 760px;
  padding-top: 150px;
}
.detail-device-card {
  position: relative;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: linear-gradient(
    145deg,
    var(--surface),
    color-mix(in srgb, var(--surface) 80%, transparent)
  );
  box-shadow: var(--shadow);
}
.detail-device-card img {
  display: block;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}
.detail-badge {
  display: inline-flex;
  margin-top: 22px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
}
.detail-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
}
.detail-panel {
  padding: 36px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--surface);
}
.detail-panel-accent {
  background: linear-gradient(
    140deg,
    color-mix(in srgb, var(--primary) 12%, var(--surface)),
    var(--surface)
  );
}
.detail-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
}
.detail-list li {
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
}
.price {
  margin-top: 20px;
  font-weight: 800;
  color: var(--primary);
}

/* MARKUS SOFT Corporate Design */
.brand-logo {
  min-width: 132px;
  height: 64px;
  display: flex;
  align-items: center;
  overflow: visible;
}
.brand-logo img {
  display: block;
  width: auto;
  height: 140px;
  object-fit: contain;
  filter: drop-shadow(0 8px 20px rgba(229, 0, 125, 0.14));
}
.site-header.scrolled .brand-logo {
  height: 58px;
}
.site-header.scrolled .brand-logo img {
  height: 54px;
}
.hero {
  background:
    radial-gradient(
      circle at 76% 35%,
      rgba(229, 0, 125, 0.13),
      transparent 38%
    ),
    radial-gradient(
      circle at 18% 78%,
      rgba(255, 255, 255, 0.035),
      transparent 30%
    );
}

.hero h1 em {
  text-decoration: underline;
  color: #ff4fa8;
}

.product-cards .product-card:first-child {
  background:
    radial-gradient(circle at 13% 14%, rgba(229, 0, 125, 0.1), transparent 43%),
    linear-gradient(135deg, #fffafb 0%, #fff3f8 44%, #fcf8fa 100%);
  color: #17131a;
  border-color: rgba(183, 0, 98, 0.16);
  box-shadow: 0 24px 65px rgba(157, 0, 84, 0.1);
}
.product-cards .product-card:first-child:before {
  content: "";
  position: absolute;
  inset: -35px auto auto -40px;
  width: 180px;
  height: 110px;
  background: linear-gradient(
    135deg,
    rgba(229, 0, 125, 0.2),
    rgba(229, 0, 125, 0)
  );
  filter: blur(12px);
  transform: rotate(-12deg);
  pointer-events: none;
}
.product-cards .product-card:first-child .product-icon {
  background: linear-gradient(145deg, #e5007d, #a9005e);
}
.product-cards .product-card:first-child .tag,
.product-cards .product-card:first-child h3,
.product-cards .product-card:first-child a {
  color: #c5006c;
}
.product-cards .product-card:first-child > p:not(.tag),
.product-cards .product-card:first-child li {
  color: #625460;
}
.product-cards .product-card:first-child li {
  border-color: rgba(80, 25, 55, 0.11);
}
html[data-theme="dark"] .product-cards .product-card:first-child {
  color: #17131a;
}
@media (max-width: 700px) {
  .brand-logo {
    min-width: 108px;
    height: 54px;
  }
  .brand-logo img,
  .site-header.scrolled .brand-logo img {
    height: 50px;
  }
}
