body {
  overflow-x: hidden;
  background:
    radial-gradient(circle at 15% 0%, rgba(56,200,193,.08), transparent 30%),
    radial-gradient(circle at 88% 4%, rgba(243,185,95,.1), transparent 28%),
    var(--ink-950);
}

html { max-width: 100%; overflow-x: clip; }

.product-window > [hidden] { display: none !important; }

.site-container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.site-header { position: fixed; z-index: 50; top: 0; left: 0; right: 0; border-bottom: 1px solid transparent; transition: background .2s ease, border-color .2s ease; }
.site-header.scrolled { border-color: rgba(255,255,255,.07); background: rgba(7,11,18,.86); backdrop-filter: blur(18px); }
.header-inner { height: 72px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; }
.header-inner > .button-primary { justify-self: end; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a { color: var(--paper-500); font-size: 12px; font-weight: 650; transition: color .15s ease; }
.site-nav a:hover { color: var(--paper-50); }
.compact { min-height: 38px; padding-inline: 14px; font-size: 11px; }
.button-primary svg, .button-secondary svg { width: 17px; height: 17px; }
.large { min-height: 48px; padding-inline: 20px; }

.hero { position: relative; min-height: 820px; display: flex; align-items: center; padding: 122px 0 70px; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, black, transparent 85%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(3px); pointer-events: none; }
.hero-glow-a { width: 480px; height: 480px; top: 80px; right: -140px; background: rgba(243,185,95,.055); box-shadow: 0 0 160px rgba(243,185,95,.1); }
.hero-glow-b { width: 430px; height: 430px; bottom: -180px; left: -160px; background: rgba(56,200,193,.04); box-shadow: 0 0 150px rgba(56,200,193,.09); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 64px; }
.hero-kicker { display: inline-flex; align-items: center; gap: 10px; padding: 7px 11px; border: 1px solid rgba(120,230,225,.15); border-radius: 99px; color: var(--cyan-300); background: rgba(120,230,225,.04); font-size: 10px; font-weight: 700; letter-spacing: .08em; }
.hero-copy h1 { margin: 24px 0 20px; font-size: clamp(44px, 4.25vw, 56px); line-height: 1.08; letter-spacing: -.055em; }
.hero-copy h1 em { color: var(--amber-300); font-style: normal; }
.hero-copy > p { max-width: 560px; margin: 0; color: var(--paper-300); font-size: 17px; line-height: 1.8; }
.hero-actions { display: flex; align-items: center; gap: 11px; margin-top: 34px; }
.hero-proof { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; margin-top: 52px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.075); }
.hero-proof div { padding-right: 14px; border-right: 1px solid rgba(255,255,255,.06); }
.hero-proof div:last-child { border-right: 0; padding-right: 0; }
.hero-proof strong { display: block; font-family: var(--font-mono); font-size: 21px; color: var(--paper-100); }
.hero-proof span { display: block; margin-top: 6px; color: var(--paper-500); font-size: 9px; white-space: nowrap; }

.product-stage { position: relative; min-height: 540px; display: grid; place-items: center; }
.stage-orbit { position: absolute; width: 520px; height: 520px; border: 1px solid rgba(255,255,255,.045); border-radius: 50%; }
.stage-orbit::before, .stage-orbit::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.035); border-radius: inherit; }
.stage-orbit::before { inset: 52px; }
.stage-orbit::after { inset: 120px; }
.product-window { position: relative; z-index: 2; width: 690px; max-width: 56vw; aspect-ratio: 16/10; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; background: #0b111c; box-shadow: 0 50px 110px rgba(0,0,0,.46), 0 0 0 1px rgba(255,211,134,.035); transform: perspective(1500px) rotateY(-4deg) rotateX(1deg); }
.product-titlebar { height: 38px; display: flex; align-items: center; gap: 8px; padding: 0 12px; border-bottom: 1px solid rgba(255,255,255,.065); color: var(--paper-300); background: #0b1019; font-size: 9px; }
.mini-mark { width: 15px; height: 15px; border-radius: 5px; background: linear-gradient(135deg, var(--amber-300), var(--cyan-400)); }
.window-lights { margin-left: auto; display: flex; gap: 5px; }
.window-lights i { width: 7px; height: 7px; border-radius: 99px; background: rgba(255,255,255,.12); }
.product-window > img { width: 100%; height: calc(100% - 38px); object-fit: cover; object-position: top; }
.live-preview { height: calc(100% - 38px); display: grid; grid-template-columns: 86px 1fr; }
.preview-nav { padding: 18px 10px; border-right: 1px solid rgba(255,255,255,.055); background: rgba(0,0,0,.11); }
.preview-nav span { display: block; margin-bottom: 8px; padding: 8px; border-radius: 6px; color: var(--paper-500); font-size: 6px; }
.preview-nav span.active { color: var(--amber-300); background: rgba(255,211,134,.06); }
.preview-content { padding: 20px; }
.preview-heading small { display: block; color: var(--amber-300); font-family: var(--font-mono); font-size: 5px; letter-spacing: .14em; }
.preview-heading b { display: block; margin-top: 5px; font-size: 14px; }
.preview-metrics { display: grid; grid-template-columns: repeat(4,1fr); gap: 7px; margin-top: 16px; }
.preview-metrics i { height: 48px; border: 1px solid rgba(255,255,255,.055); border-radius: 8px; background: linear-gradient(145deg, rgba(255,255,255,.04), rgba(255,255,255,.015)); }
.preview-main { display: grid; grid-template-columns: 1.5fr .6fr; gap: 8px; margin-top: 8px; }
.preview-pipeline, .preview-system { min-height: 130px; border: 1px solid rgba(255,255,255,.055); border-radius: 9px; background: rgba(255,255,255,.018); }
.preview-pipeline { display: grid; grid-template-columns: repeat(5,1fr); gap: 3px; padding: 12px; }
.preview-pipeline i { height: 35px; border-radius: 5px; background: rgba(255,255,255,.035); }
.preview-pipeline i:first-child { background: rgba(120,230,225,.1); border: 1px solid rgba(120,230,225,.13); }
.preview-employees { display: grid; grid-template-columns: repeat(13,1fr); gap: 4px; margin-top: 8px; padding: 8px; border: 1px solid rgba(255,255,255,.055); border-radius: 9px; }
.preview-employees i { height: 29px; border-radius: 5px; background: rgba(255,211,134,.04); border: 1px solid rgba(255,211,134,.07); }
.floating-note { position: absolute; z-index: 3; display: flex; align-items: center; gap: 9px; padding: 11px 13px; border: 1px solid rgba(255,255,255,.11); border-radius: 13px; background: rgba(16,24,39,.9); box-shadow: var(--shadow-tight); backdrop-filter: blur(15px); }
.floating-note svg { width: 19px; color: var(--cyan-300); }
.floating-note b { display: block; font-size: 9px; }
.floating-note small { display: block; margin-top: 3px; color: var(--paper-500); font-size: 7px; }
.note-one { left: -18px; bottom: 40px; }
.note-two { right: -24px; top: 48px; }

.trust-strip { border-block: 1px solid rgba(255,255,255,.055); background: rgba(255,255,255,.018); }
.trust-inner { min-height: 54px; display: flex; align-items: center; justify-content: center; gap: 18px; color: var(--paper-500); font-size: 10px; font-weight: 650; }
.trust-inner i { width: 3px; height: 3px; border-radius: 99px; background: var(--ink-600); }

.section { position: relative; padding: 120px 0; }
.section-head { margin-bottom: 54px; }
.section-head.centered { max-width: 760px; margin-inline: auto; text-align: center; }
.section-head.split { display: grid; grid-template-columns: 1fr 420px; align-items: end; gap: 60px; }
.section-head h2 { margin: 13px 0 0; font-size: clamp(34px,4vw,52px); line-height: 1.15; letter-spacing: -.05em; }
.section-head p { margin: 18px 0 0; color: var(--paper-500); line-height: 1.8; font-size: 14px; }

.workflow-map { display: grid; grid-template-columns: repeat(7,1fr); gap: 9px; }
.workflow-map article { position: relative; min-height: 178px; padding: 17px 15px; border: 1px solid rgba(255,255,255,.07); border-radius: 16px; background: linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,.012)); }
.workflow-map article::after { content: ""; position: absolute; top: 70px; right: -10px; z-index: 3; width: 10px; height: 1px; background: var(--ink-600); }
.workflow-map article:last-child::after { display: none; }
.workflow-map article > span { color: var(--paper-500); font-family: var(--font-mono); font-size: 8px; }
.workflow-map article svg { display: block; width: 23px; margin-top: 24px; color: var(--amber-300); }
.workflow-map article b { display: block; margin-top: 16px; font-size: 12px; }
.workflow-map article small { display: block; margin-top: 8px; color: var(--paper-500); font-size: 9px; line-height: 1.5; }
.sample-rule { display: flex; align-items: center; gap: 16px; max-width: 820px; margin: 28px auto 0; padding: 16px 18px; border: 1px solid rgba(120,230,225,.14); border-radius: 15px; background: rgba(120,230,225,.035); }
.sample-rule svg { color: var(--cyan-300); }
.sample-rule b { display: block; font-size: 11px; }
.sample-rule small { display: block; margin-top: 5px; color: var(--paper-500); font-size: 9px; }

.team-section { background: linear-gradient(180deg, transparent, rgba(255,255,255,.015), transparent); }
.team-groups { display: grid; grid-template-columns: repeat(12,1fr); gap: 12px; }
.team-group { grid-column: span 4; min-height: 250px; padding: 24px; border: 1px solid rgba(255,255,255,.07); border-radius: 21px; background: rgba(255,255,255,.02); }
.team-group:nth-child(4) { grid-column: 2 / span 5; }
.team-group:nth-child(5) { grid-column: 7 / span 5; }
.team-group.featured { border-color: rgba(255,211,134,.16); background: linear-gradient(145deg, rgba(255,211,134,.055), rgba(56,200,193,.025)); }
.group-index { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(255,211,134,.14); border-radius: 11px; color: var(--amber-300); font-family: var(--font-mono); font-size: 10px; }
.team-group h3 { margin: 20px 0 8px; font-size: 18px; }
.team-group p { margin: 0; color: var(--paper-500); font-size: 11px; line-height: 1.6; }
.team-group > div { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 23px; }
.team-group > div span { padding: 7px 9px; border-radius: 8px; color: var(--paper-300); background: rgba(255,255,255,.045); font-size: 9px; }

.deployment-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 90px; }
.deployment-copy h2 { margin: 14px 0 20px; font-size: clamp(36px,4.2vw,54px); line-height: 1.16; letter-spacing: -.05em; }
.deployment-copy > p { margin: 0; color: var(--paper-500); font-size: 14px; line-height: 1.8; }
.deployment-copy ul { display: grid; gap: 12px; list-style: none; margin: 28px 0 0; padding: 0; }
.deployment-copy li { display: flex; align-items: center; gap: 10px; color: var(--paper-300); font-size: 11px; }
.deployment-copy li svg { width: 16px; color: var(--green-400); }
.deployment-diagram { position: relative; min-height: 430px; }
.device-card { position: absolute; display: grid; place-items: center; width: 230px; min-height: 135px; padding: 20px; border: 1px solid rgba(255,255,255,.08); border-radius: 20px; background: #101827; box-shadow: var(--shadow-soft); text-align: center; }
.device-card svg { color: var(--amber-300); }
.device-card b { margin-top: 14px; font-size: 13px; }
.device-card small { margin-top: 6px; color: var(--paper-500); font-size: 9px; }
.main-device { width: 270px; min-height: 160px; left: 50%; top: 50%; transform: translate(-50%,-50%); border-color: rgba(255,211,134,.17); }
.phone-device { left: 0; bottom: 10px; }
.cloud-device { right: 0; top: 10px; }
.connection-line { position: absolute; z-index: -1; border-top: 1px dashed rgba(120,230,225,.22); transform-origin: left center; }
.connection-line span { position: absolute; top: -20px; left: 50%; color: var(--paper-500); font-size: 8px; white-space: nowrap; }
.line-a { width: 230px; left: 155px; bottom: 118px; transform: rotate(-24deg); }
.line-b { width: 230px; left: 375px; top: 116px; transform: rotate(-24deg); }

.delivery-section { background: rgba(255,255,255,.012); }
.delivery-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.delivery-grid article { min-height: 240px; padding: 26px; border: 1px solid rgba(255,255,255,.07); border-radius: 21px; background: linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,.015)); }
.delivery-grid svg { color: var(--cyan-300); }
.delivery-grid h3 { margin: 24px 0 10px; font-size: 19px; }
.delivery-grid p { margin: 0; color: var(--paper-500); font-size: 11px; line-height: 1.75; }
.platform-row { display: flex; align-items: center; justify-content: center; gap: 9px; margin-top: 24px; }
.platform-row span { padding: 8px 12px; border: 1px solid rgba(255,255,255,.07); border-radius: 99px; color: var(--paper-300); font-size: 9px; }
.platform-row small { margin-left: 8px; color: var(--paper-500); font-size: 8px; }

.download-section { padding-block: 90px; }
.download-card { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 50px; padding: 48px; border: 1px solid rgba(255,211,134,.17); border-radius: 28px; background: linear-gradient(135deg, rgba(255,211,134,.07), rgba(56,200,193,.04)); box-shadow: var(--shadow-soft); }
.download-card h2 { margin: 12px 0 10px; font-size: 35px; letter-spacing: -.045em; }
.download-card p { margin: 0; color: var(--paper-500); font-size: 12px; line-height: 1.7; }
.download-actions { display: grid; justify-items: center; gap: 10px; }
.download-actions small { color: var(--paper-500); font-size: 8px; }

.site-footer { padding: 42px 0 18px; border-top: 1px solid rgba(255,255,255,.06); background: #060a11; }
.footer-main { display: grid; grid-template-columns: 1fr 1.2fr auto; align-items: center; gap: 50px; padding-bottom: 34px; }
.footer-main p { margin: 0; color: var(--paper-500); font-size: 10px; line-height: 1.65; }
.footer-links { display: flex; gap: 20px; }
.footer-links a { color: var(--paper-500); font-size: 9px; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-top: 15px; border-top: 1px solid rgba(255,255,255,.045); color: #59677a; font-size: 12px; }
.backoffice-entries { display: flex; align-items: center; gap: 16px; }
.admin-entry { color: #536074; font-size: 12px; opacity: .58; transition: color .15s ease, opacity .15s ease; }
.admin-entry:hover, .admin-entry:focus-visible { color: var(--paper-300); opacity: 1; }

@media (max-width: 980px) {
  .site-container { width: min(100% - 34px, 760px); }
  .header-inner { grid-template-columns: 1fr auto; }
  .site-nav { display: none; }
  .hero { min-height: auto; padding-top: 120px; }
  .hero-grid { grid-template-columns: 1fr; gap: 46px; }
  .hero-copy { text-align: center; }
  .hero-copy > p { margin-inline: auto; }
  .hero-actions, .hero-proof { justify-content: center; }
  .product-window { max-width: 100%; width: 100%; transform: none; }
  .workflow-map { grid-template-columns: repeat(2,1fr); }
  .workflow-map article::after { display: none; }
  .team-groups { grid-template-columns: 1fr 1fr; }
  .team-group, .team-group:nth-child(4), .team-group:nth-child(5) { grid-column: auto; }
  .section-head.split, .deployment-grid { grid-template-columns: 1fr; gap: 36px; }
  .deployment-diagram { min-height: 390px; }
  .delivery-grid { grid-template-columns: 1fr; }
  .download-card { grid-template-columns: 1fr; text-align: center; }
  .footer-main { grid-template-columns: 1fr; gap: 22px; }
}

@media (max-width: 620px) {
  .site-container { width: min(100% - 26px, 560px); }
  .header-inner > .button-primary span { display: none; }
  .hero-copy h1 { font-size: 42px; }
  .hero-copy > p { font-size: 14px; }
  .hero-actions { flex-direction: column; }
  .hero-actions a { width: 100%; }
  .hero-proof { grid-template-columns: repeat(2,1fr); gap: 18px; }
  .hero-proof div { border-right: 0; }
  .product-stage { min-height: 360px; }
  .floating-note { display: none; }
  .trust-inner { justify-content: flex-start; overflow: auto; }
  .trust-inner span { white-space: nowrap; }
  .section { padding-block: 82px; }
  .section-head h2, .deployment-copy h2 { font-size: 34px; }
  .workflow-map, .team-groups { grid-template-columns: 1fr; }
  .deployment-diagram { transform: scale(.8); transform-origin: center; margin-inline: -60px; }
  .platform-row { flex-wrap: wrap; }
  .download-card { padding: 32px 22px; }
  .download-card h2 { font-size: 28px; }
  .footer-bottom { align-items: flex-end; }
}
