:root {
  color-scheme: dark;
  --canvas: #070707;
  --surface: #111111;
  --surface-raised: #171717;
  --text: #f7f3ef;
  --muted: #aaa39d;
  --faint: #77716d;
  --line: rgba(255, 255, 255, 0.11);
  --orange: #ff6334;
  --orange-soft: rgba(255, 99, 52, 0.13);
  --green: #64d69c;
  --measure: 1160px;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--canvas);
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  background:
    radial-gradient(900px 460px at 50% -160px, rgba(255, 99, 52, 0.17), transparent 68%),
    var(--canvas);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

a:hover {
  color: #fff;
}

:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 4px;
}

.shell {
  width: min(calc(100% - 40px), var(--measure));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  z-index: 10;
  top: 0;
  border-bottom: 1px solid var(--line);
  background: rgba(7, 7, 7, 0.8);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: flex;
  min-height: 68px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--text);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.brand-mark {
  position: relative;
  width: 25px;
  height: 25px;
  border-radius: 8px 8px 10px 10px;
  background: linear-gradient(145deg, #ff3d20, #ff8a3d);
  box-shadow: 0 0 24px rgba(255, 99, 52, 0.28);
  transform: rotate(45deg) scale(0.74);
}

.brand-mark::after {
  position: absolute;
  inset: 7px;
  border-radius: 50%;
  background: #30130a;
  content: "";
}

.nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.nav a {
  color: var(--muted);
  font-size: 13px;
  text-decoration: none;
}

.hero {
  display: grid;
  min-height: 690px;
  padding-block: 110px 90px;
  align-items: center;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: clamp(48px, 8vw, 112px);
}

.eyebrow,
.label {
  color: var(--orange);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 26px;
  font-size: clamp(48px, 7vw, 82px);
  font-weight: 590;
  letter-spacing: -0.065em;
  line-height: 0.98;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

h3 {
  margin-bottom: 9px;
  font-size: 18px;
  letter-spacing: -0.02em;
}

.lead {
  max-width: 660px;
  margin-bottom: 34px;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 20px);
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 46px;
  padding: 0 19px;
  border: 1px solid var(--line);
  border-radius: 12px;
  align-items: center;
  justify-content: center;
  color: var(--text);
  background: var(--surface-raised);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.button.primary {
  border-color: var(--orange);
  background: var(--orange);
  color: #1c0903;
}

.product-frame {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), transparent 55%),
    #0d0d0d;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.45);
}

.product-frame::before {
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(255, 99, 52, 0.12);
  content: "";
  filter: blur(45px);
  right: -80px;
  top: -70px;
}

.device {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  background: #0b0b0b;
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.55);
}

.device.desktop {
  inset: 52px 48px 105px;
}

.device.mobile {
  right: 28px;
  bottom: 25px;
  width: 126px;
  height: 252px;
  border-radius: 30px;
}

.device-bar {
  height: 34px;
  border-bottom: 1px solid var(--line);
}

.device-content {
  display: grid;
  height: calc(100% - 34px);
  padding: 16px;
  grid-template-columns: 72px 1fr;
  gap: 14px;
}

.device-lines {
  display: grid;
  align-content: start;
  gap: 10px;
}

.device-line {
  height: 8px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.09);
}

.device-line.hot {
  width: 64%;
  background: linear-gradient(90deg, var(--orange), rgba(255, 99, 52, 0.2));
}

.status {
  position: absolute;
  left: 35px;
  bottom: 31px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 12px;
}

.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 12px rgba(100, 214, 156, 0.6);
}

.section {
  padding-block: 100px;
  border-top: 1px solid var(--line);
}

.section-copy {
  max-width: 720px;
}

.grid {
  display: grid;
  margin-top: 48px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.card {
  min-height: 220px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--surface);
}

.card p,
.muted {
  color: var(--muted);
}

.card .number {
  display: block;
  margin-bottom: 45px;
  color: var(--faint);
  font-size: 11px;
}

.notice {
  padding: 24px 26px;
  border: 1px solid rgba(255, 99, 52, 0.28);
  border-radius: 16px;
  background: var(--orange-soft);
}

.legal {
  width: min(calc(100% - 40px), 780px);
  margin: 0 auto;
  padding-block: 72px 110px;
}

.legal-header {
  margin-bottom: 56px;
}

.legal h1 {
  margin-bottom: 14px;
  font-size: clamp(42px, 7vw, 68px);
}

.legal h2 {
  margin-top: 52px;
  margin-bottom: 14px;
  font-size: 27px;
  letter-spacing: -0.03em;
}

.legal h3 {
  margin-top: 28px;
}

.legal p,
.legal li {
  color: #c7c1bc;
}

.legal li + li {
  margin-top: 8px;
}

.legal a {
  color: #ff9a75;
}

.meta {
  color: var(--faint);
  font-size: 13px;
}

.support-grid {
  display: grid;
  margin-block: 36px 50px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.support-grid a {
  display: block;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface);
  color: var(--text);
  text-decoration: none;
}

.site-footer {
  padding-block: 34px;
  border-top: 1px solid var(--line);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.site-footer,
.site-footer a {
  color: var(--faint);
  font-size: 12px;
}

@media (max-width: 820px) {
  .nav a:not(:last-child) {
    display: none;
  }

  .hero {
    min-height: auto;
    padding-block: 82px 72px;
    grid-template-columns: 1fr;
  }

  .product-frame {
    min-height: 380px;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .support-grid {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .shell,
  .legal {
    width: min(calc(100% - 30px), var(--measure));
  }

  h1 {
    font-size: 48px;
  }

  .product-frame {
    min-height: 335px;
  }

  .device.desktop {
    inset: 38px 25px 86px;
  }

  .device.mobile {
    width: 104px;
    height: 210px;
  }
}
