.aw-page {
  max-width: 1180px;
  margin: 0 auto;
  padding: 108px 20px 72px;
}

.aw-hero {
  border: 1px solid rgba(59, 73, 75, 0.75);
  border-radius: 24px;
  padding: clamp(24px, 4vw, 46px);
  background:
    radial-gradient(circle at 88% 0%, rgba(0, 240, 255, 0.14), transparent 38%),
    linear-gradient(160deg, #1b1b1d, #131416);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.32);
  margin-bottom: 28px;
}

.aw-eyebrow {
  margin: 0 0 10px;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: #67e8f9;
  font-weight: 700;
}

.aw-hero h1 {
  margin: 0 0 12px;
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: clamp(2.05rem, 5.6vw, 3.5rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.aw-lede {
  margin: 0;
  max-width: 72ch;
  color: #b9cacb;
  font-size: 1.03rem;
  line-height: 1.6;
}

.aw-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.aw-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 18px;
  border-radius: 999px;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.16s ease, filter 0.16s ease;
}

.aw-btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
}

.aw-btn--primary {
  background: linear-gradient(125deg, #67e8f9, #5eead4);
  color: #04242a;
}

.aw-btn--ghost {
  border: 1px solid rgba(59, 73, 75, 0.9);
  color: #b9cacb;
  background: rgba(255, 255, 255, 0.03);
}

.aw-preview,
.aw-section {
  border: 1px solid rgba(59, 73, 75, 0.72);
  border-radius: 22px;
  background: linear-gradient(170deg, rgba(32, 31, 32, 0.98), rgba(19, 19, 20, 0.98));
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.2);
  padding: clamp(20px, 3.8vw, 34px);
  margin-bottom: 24px;
}

.aw-preview__header h2,
.aw-section__title {
  margin: 0 0 8px;
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  letter-spacing: -0.02em;
}

.aw-preview__header p {
  margin: 0 0 12px;
  color: #9aa0a6;
  font-size: 0.92rem;
}

.aw-preview__fineprint {
  margin: -4px 0 0 !important;
  font-size: 0.78rem !important;
  line-height: 1.45;
  color: #6d7678 !important;
  max-width: 62ch;
}

.aw-tour-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 16px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(59, 73, 75, 0.55);
}

.aw-tour-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(59, 73, 75, 0.9);
  background: rgba(255, 255, 255, 0.04);
  color: #e5e2e3;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    border-color 0.18s ease,
    background 0.18s ease,
    transform 0.14s ease;
}

.aw-tour-btn:hover {
  border-color: rgba(103, 232, 249, 0.45);
  background: rgba(0, 240, 255, 0.06);
}

.aw-tour-btn:active {
  transform: scale(0.98);
}

.aw-tour-btn:focus-visible {
  outline: 2px solid rgba(103, 232, 249, 0.95);
  outline-offset: 2px;
}

.aw-tour-btn__icon {
  position: relative;
  width: 10px;
  height: 12px;
  flex-shrink: 0;
}

/* Pause icon (two bars) */
.aw-tour-btn__icon::before,
.aw-tour-btn__icon::after {
  content: "";
  position: absolute;
  top: 0;
  width: 3px;
  height: 12px;
  border-radius: 1px;
  background: #67e8f9;
}

.aw-tour-btn__icon::before {
  left: 0;
}

.aw-tour-btn__icon::after {
  right: 0;
}

.aw-tour-btn.is-paused .aw-tour-btn__icon::before,
.aw-tour-btn.is-paused .aw-tour-btn__icon::after {
  width: 0;
  height: 0;
  border-radius: 0;
  background: transparent;
  border-style: solid;
  top: 1px;
}

.aw-tour-btn.is-paused .aw-tour-btn__icon::before {
  left: 2px;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #67e8f9;
}

.aw-tour-btn.is-paused .aw-tour-btn__icon::after {
  display: none;
}

.aw-tour-hint {
  margin: 0;
  font-size: 0.78rem;
  color: #7a8688;
  max-width: 42ch;
}

.aw-preview__grid {
  display: grid;
  grid-template-columns: minmax(250px, 320px) minmax(0, 1fr);
  gap: 22px;
  align-items: center;
}

.aw-device {
  --aw-rx: 0deg;
  --aw-ry: 0deg;
  display: flex;
  justify-content: center;
  perspective: 920px;
  perspective-origin: 50% 45%;
}

.aw-device__chassis {
  display: flex;
  flex-direction: column;
  align-items: center;
  transform-style: preserve-3d;
  transform: rotateX(var(--aw-rx)) rotateY(var(--aw-ry)) translateZ(0);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.aw-device.is-pointer-active .aw-device__chassis {
  transition: transform 0.12s ease-out;
}

.aw-device__strap {
  width: min(200px, 58vw);
  height: 28px;
  border-radius: 6px;
  background: linear-gradient(180deg, #2a3034 0%, #1a1e22 50%, #252b30 100%);
  border: 1px solid rgba(80, 90, 95, 0.5);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 4px 12px rgba(0, 0, 0, 0.35);
}

.aw-device__strap--top {
  margin-bottom: -2px;
  border-radius: 8px 8px 4px 4px;
}

.aw-device__strap--bottom {
  margin-top: -2px;
  border-radius: 4px 4px 8px 8px;
}

.aw-device__body {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0;
}

.aw-device__frame {
  width: 260px;
  border-radius: 52px;
  padding: 10px;
  background:
    linear-gradient(145deg, rgba(108, 122, 125, 0.45), rgba(22, 26, 30, 0.85)),
    #0a0d10;
  border: 1px solid rgba(107, 120, 123, 0.42);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.06),
    0 18px 40px rgba(0, 0, 0, 0.45);
}

.aw-device__hardware {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 0 0 6px;
  transform: translateZ(6px);
}

.aw-device__btn {
  display: block;
  width: 10px;
  height: 36px;
  border-radius: 4px;
  background: linear-gradient(90deg, #3d4549, #8a9398 45%, #2f3538);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    2px 0 6px rgba(0, 0, 0, 0.35);
}

.aw-device__crown {
  display: block;
  width: 15px;
  height: 52px;
  border-radius: 8px;
  background:
    linear-gradient(
      90deg,
      #1f2326 0%,
      #6f7a80 22%,
      #d8dde0 42%,
      #9aa3a8 55%,
      #3a4044 78%,
      #25292c 100%
    );
  box-shadow:
    inset 0 2px 3px rgba(255, 255, 255, 0.35),
    inset 0 -2px 4px rgba(0, 0, 0, 0.45),
    3px 0 10px rgba(0, 0, 0, 0.4);
  position: relative;
}

.aw-device__crown::after {
  content: "";
  position: absolute;
  inset: 6px 3px;
  border-radius: 5px;
  background: repeating-linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.12) 0 1px,
    transparent 1px 3px
  );
  opacity: 0.5;
  pointer-events: none;
}

.aw-device__island {
  width: 88px;
  height: 9px;
  border-radius: 999px;
  margin: 3px auto 8px;
  background: rgba(255, 255, 255, 0.12);
}

.aw-device__screen {
  --aw-enter-x: 18px;
  border-radius: 42px;
  /* Watch uses true black UI; keep a hair of depth at the top edge only */
  background: radial-gradient(120% 80% at 50% -20%, rgba(0, 240, 255, 0.06), #000000 42%);
  border: 1px solid rgba(90, 101, 104, 0.55);
  min-height: 332px;
  padding: 14px;
  position: relative;
  overflow: hidden;
}

/* Match watchOS HUD: SF Rounded–style system font inside the bezel (not marketing Space Grotesk) */
.aw-device__screen,
.aw-device__screen .aw-screen {
  font-family:
    ui-rounded,
    "SF Pro Rounded",
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    sans-serif;
}

.aw-screen {
  opacity: 0;
  transform: translateX(0) scale(1);
  filter: blur(0);
  pointer-events: none;
  position: absolute;
  inset: 14px;
}

.aw-screen.is-active {
  opacity: 1;
  pointer-events: auto;
}

.aw-screen-stack--motion .aw-screen.is-active {
  animation: awWatchFaceIn 0.42s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes awWatchFaceIn {
  from {
    opacity: 0;
    transform: translateX(var(--aw-enter-x)) scale(0.94);
    filter: blur(6px);
  }

  55% {
    filter: blur(1px);
  }

  to {
    opacity: 1;
    transform: translateX(0) scale(1);
    filter: blur(0);
  }
}

.aw-screen__status {
  margin: 0 0 10px;
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #67e8f9;
  font-weight: 700;
}

.aw-screen__big {
  margin: 0;
  font-size: 3rem;
  line-height: 0.96;
  letter-spacing: -0.02em;
  font-weight: 800;
  color: #e8f8fb;
}

.aw-screen__big--cyan {
  color: #67e8f9;
}

.aw-screen__big--green {
  color: #4ade80;
}

.aw-screen__label {
  margin: 6px 0 14px;
  font-size: 0.67rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #9bb0b3;
}

.aw-screen__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.76rem;
  color: #b9cacb;
  border-top: 1px solid rgba(90, 101, 104, 0.36);
  padding-top: 9px;
  margin-top: 9px;
}

.aw-screen__row strong {
  color: #f2f8f8;
}

.aw-screen__meter {
  margin-top: 8px;
  width: 100%;
  height: 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.aw-screen__meter-fill {
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #22d3ee, #67e8f9);
}

.aw-screen__hint {
  margin-top: 12px;
  font-size: 0.72rem;
  color: #9db4b8;
}

/* —— Native-style HUD blocks (see watch ContentView.swift) —— */

.aw-screen#screen-main {
  padding-top: 10px;
}

.aw-screen__live-badge {
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #ff3b30;
  padding: 3px 6px;
  border-radius: 999px;
  background: rgba(255, 59, 48, 0.2);
  border: 1px solid rgba(255, 82, 76, 0.65);
  animation: awLivePulse 0.8s ease-in-out infinite;
}

@keyframes awLivePulse {
  50% {
    opacity: 0.55;
  }
}

.aw-screen__pace-xl {
  margin: 0;
  text-align: center;
  font-size: 2.35rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.aw-screen__pace-lg {
  margin: 0;
  text-align: center;
  font-size: 1.85rem;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
}

.aw-screen__caption {
  margin: 4px 0 0;
  text-align: center;
  font-size: 0.56rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}

.aw-screen__caption--center {
  text-align: center;
  width: 100%;
}

.aw-screen__divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.22);
  margin: 6px 0;
  width: 100%;
}

.aw-screen__triple {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 4px;
  padding: 0 2px;
}

.aw-screen__triple-val {
  flex: 1;
  text-align: center;
  font-size: 1.05rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.1;
}

.aw-screen__triple-val--alert {
  color: #ff9f0a;
}

.aw-screen__zone-row {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.56rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.45);
  padding: 0 2px;
}

.aw-screen__zone-label {
  flex-shrink: 0;
}

.aw-screen__zone-dots {
  flex: 1;
  display: flex;
  justify-content: center;
  gap: 5px;
}

.aw-screen__zone-dots span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
}

.aw-screen__zone-dots span.is-on {
  background: #30d158;
}

.aw-screen__zone-dots span.is-on.is-z3 {
  background: #30d158;
}

.aw-screen__zone-num {
  flex-shrink: 0;
  font-size: 0.72rem;
  font-weight: 700;
  color: #30d158;
}

.aw-screen__gap-title {
  margin: 0 0 4px;
  text-align: center;
  font-size: 0.68rem;
  font-weight: 600;
  line-height: 1.15;
  color: #5ae3ff;
  text-transform: uppercase;
}

.aw-screen__gap-hero {
  margin: 0;
  text-align: center;
  font-size: 2.75rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #ff453a;
}

.aw-screen__ring-wrap {
  position: relative;
  width: 84px;
  height: 84px;
  margin: 8px auto 10px;
}

.aw-screen__ring-donut {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: conic-gradient(
    from -90deg,
    #30d158 0% calc(var(--aw-ring-pct, 72) * 1%),
    rgba(255, 255, 255, 0.12) calc(var(--aw-ring-pct, 72) * 1%) 100%
  );
}

.aw-screen__ring-donut::after {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 50%;
  background: #000000;
}

.aw-screen__ring-center {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.aw-screen__ring-bpm {
  font-size: 1.1rem;
  font-weight: 700;
  color: #30d158;
  line-height: 1;
}

.aw-screen__ring-unit {
  font-size: 0.5rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 2px;
}

.aw-screen__tile-row {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.aw-screen__tile {
  flex: 1;
  min-width: 0;
  text-align: center;
}

.aw-screen__tile-val {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.15;
}

.aw-screen__tile-lbl {
  display: block;
  font-size: 0.5rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 2px;
}

.aw-screen__status--center {
  text-align: center;
  width: 100%;
}

.aw-screen__qr {
  width: 96px;
  height: 96px;
  margin: 6px auto;
  padding: 6px;
  background: #fff;
  border-radius: 10px;
}

.aw-screen__qr-svg {
  width: 100%;
  height: 100%;
  display: block;
}

.aw-screen__hint--mono {
  font-size: 0.5rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  text-align: center;
  color: rgba(255, 255, 255, 0.72);
  margin-top: 4px;
}

.aw-screen__dual-pace {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #fff;
  padding: 0 4px;
}

.aw-screen__dual-pace--lg {
  font-size: 1rem;
}

.aw-screen__dual-pace--race {
  font-size: 0.78rem;
}

.aw-screen__target-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.56rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.45);
  padding: 0 2px;
}

.aw-screen__target-ok {
  font-size: 0.68rem;
  font-weight: 700;
  color: #30d158;
}

.aw-screen__fuel-ok {
  font-size: 0.68rem;
  font-weight: 700;
  color: #30d158;
}

.aw-screen__load-ok {
  font-size: 0.68rem;
  font-weight: 700;
  color: #30d158;
}

.aw-screen__readiness {
  color: #30d158;
}

.aw-screen__rec-h {
  color: #ff9f0a;
}

.aw-screen__bar {
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.15);
  overflow: hidden;
  margin-top: 4px;
}

.aw-screen__bar > span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #5ac8fa, #64d2ff);
}

.aw-screen__bar--effort > span {
  background: #30d158;
}

.aw-screen__bar--fuel > span {
  background: rgba(45, 210, 130, 0.95);
}

.aw-screen__bar--load > span {
  background: #bf5af2;
}

.aw-screen__finish {
  margin: 0;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 700;
  color: #30d158;
  line-height: 1.1;
}

.aw-screen__more-title {
  margin: 0 0 6px;
  font-size: 0.58rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.55);
  text-transform: uppercase;
}

.aw-screen__more-section {
  margin: 8px 0 2px;
  font-size: 0.52rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.45);
  text-transform: uppercase;
}

.aw-screen__more-metric {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
}

.aw-screen__more-metric--sm {
  font-size: 1rem;
}

.aw-screen__more-sublabel {
  margin: 2px 0 0;
  font-size: 0.5rem;
  color: rgba(255, 255, 255, 0.35);
  text-transform: uppercase;
}

.aw-screen__more-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.55rem;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 6px;
}

.aw-screen__more-row strong {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 600;
}

.aw-screen#screen-more {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 8px;
  scrollbar-width: thin;
}

.aw-screen--hype {
  inset: 0 !important;
  border-radius: 38px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px !important;
  background: rgb(0, 237, 255) !important;
}

.aw-screen__hype-bolt {
  color: #000000;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.35));
}

.aw-screen__hype-caption {
  margin: 12px 0 0;
  font-size: 0.58rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.55);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.aw-screen__arcade-clock {
  margin: 4px 0 8px;
  text-align: center;
  font-size: 2rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}

.aw-screen__turf-bar {
  position: relative;
  height: 14px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(52, 199, 89, 0.35);
  margin: 0 2px 6px;
}

.aw-screen__turf-green {
  position: absolute;
  inset: 0;
  background: rgba(52, 199, 89, 0.35);
}

.aw-screen__turf-cyan {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: rgba(90, 227, 255, 0.88);
  border-radius: inherit;
  min-width: 4px;
}

.aw-screen__turf-legend {
  display: flex;
  justify-content: space-between;
  font-size: 0.55rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 6px;
}

.aw-screen__turf-legend span:first-child {
  color: #5ae3ff;
}

.aw-screen__turf-legend span:last-child {
  color: #52d273;
}

.aw-screen__solo-lede {
  margin: 0 0 8px;
  font-size: 0.56rem;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
}

.aw-screen__solo-tiles {
  display: flex;
  gap: 6px;
  margin-bottom: 10px;
}

.aw-screen__pill-btn {
  margin: 0 auto;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 700;
  text-align: center;
  background: #5ae3ff;
  color: #04242a;
}

.aw-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.aw-tab {
  appearance: none;
  border: 1px solid rgba(59, 73, 75, 0.9);
  background: rgba(255, 255, 255, 0.02);
  color: #b9cacb;
  border-radius: 999px;
  padding: 9px 13px;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  transition: all 160ms ease;
}

.aw-tab:hover {
  border-color: rgba(103, 232, 249, 0.48);
}

.aw-tab.is-active {
  color: #03272d;
  background: linear-gradient(125deg, #67e8f9, #5eead4);
  border-color: rgba(103, 232, 249, 0.8);
}

.aw-tab:focus-visible {
  outline: 2px solid rgba(103, 232, 249, 0.95);
  outline-offset: 2px;
}

.aw-explainer-stack {
  position: relative;
  min-height: 10.5rem;
}

.aw-explainer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition:
    opacity 0.32s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0s linear 0.32s;
  pointer-events: none;
}

.aw-explainer.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0s, 0s, 0s;
  pointer-events: auto;
  z-index: 1;
}

.aw-explainer h3 {
  margin: 0 0 8px;
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: 1.15rem;
}

.aw-explainer p {
  margin: 0;
  color: #b9cacb;
  line-height: 1.58;
}

.aw-grid {
  display: grid;
  gap: 14px;
}

.aw-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.aw-card {
  border: 1px solid rgba(59, 73, 75, 0.7);
  border-radius: 16px;
  background: rgba(17, 20, 22, 0.55);
  padding: 18px;
}

.aw-card h3 {
  margin: 0 0 8px;
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: 1rem;
}

.aw-card p {
  margin: 0;
  color: #b9cacb;
  font-size: 0.9rem;
  line-height: 1.55;
}

.aw-flow {
  display: grid;
  gap: 11px;
}

.aw-flow__step {
  border: 1px solid rgba(59, 73, 75, 0.66);
  border-radius: 13px;
  background: rgba(18, 20, 22, 0.55);
  padding: 14px 16px;
  color: #b9cacb;
  line-height: 1.5;
}

.aw-flow__step strong {
  color: #ecfbfd;
}

@media (max-width: 980px) {
  .aw-grid--3 {
    grid-template-columns: 1fr;
  }

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

  .aw-copy {
    order: -1;
  }
}

@media (max-width: 640px) {
  .aw-page {
    padding-top: 96px;
  }

  .aw-device__frame {
    width: min(100%, 290px);
  }

  .aw-device__hardware {
    padding-left: 4px;
  }

  .aw-explainer-stack {
    min-height: 11.5rem;
  }
}

@media (max-width: 380px) {
  .aw-device__body {
    flex-direction: column;
  }

  .aw-device__hardware {
    flex-direction: row;
    padding: 8px 0 0;
    gap: 20px;
  }

  .aw-device__crown {
    height: 44px;
    width: 52px;
  }

  .aw-device__btn {
    width: 36px;
    height: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .aw-btn,
  .aw-screen,
  .aw-tab,
  .aw-device__chassis,
  .aw-explainer {
    transition: none;
  }

  .aw-screen-stack--motion .aw-screen.is-active {
    animation: none;
  }

  .aw-screen__live-badge {
    animation: none;
  }
}
