/* AuditFile® for iOS marketing page — scoped under .iosp (loaded only for static_pages#ios) */

html {
  scroll-behavior: smooth;
}

body > .main {
  padding-top: 0;
}

.iosp {
  --af-accent: #00a9e0;
  --af-accent-deep: #0087b5;
  --af-ok: #2e994a;
  --af-warn: #f0a61a;
  --ink: #0e2233;
  --copy: #4a6274;
  --line: #dce6ee;
  --tint: #f2f8fb;
  --navy: #081826;
  --navy-2: #0d2740;
  --white: #fff;
  background: var(--white);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  margin: 0;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.iosp * {
  box-sizing: border-box;
}

.iosp a {
  color: var(--af-accent-deep);
  text-decoration: none;
}

.iosp a:focus-visible,
.iosp button:focus-visible {
  outline: 3px solid var(--af-accent);
  outline-offset: 3px;
}

.iosp-skip {
  left: -9999px;
  position: absolute;
  top: 0;
}

.iosp-skip:focus {
  background: var(--ink);
  color: #fff;
  left: 12px;
  padding: 10px 16px;
  top: 12px;
  z-index: 99;
}

.iosp-shell {
  margin: 0 auto;
  max-width: 1140px;
  padding: 0 28px;
  width: 100%;
}

.iosp section[id] {
  scroll-margin-top: 86px;
}

/* ---------- Nav ---------- */

.iosp-nav {
  backdrop-filter: saturate(160%) blur(14px);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  background: rgba(8, 24, 38, 0.86);
  position: sticky;
  top: 0;
  z-index: 50;
}

.iosp-nav-inner {
  align-items: center;
  display: flex;
  gap: 28px;
  min-height: 62px;
}

.iosp-brand {
  align-items: center;
  display: flex;
  flex: none;
  gap: 10px;
}

.iosp-brand-logo {
  display: block;
  height: 26px;
  width: auto;
}

.iosp-brand-chip {
  background: rgba(0, 169, 224, 0.16);
  border: 1px solid rgba(0, 169, 224, 0.45);
  border-radius: 999px;
  color: #7fd6f2;
  font-size: 12px;
  font-weight: 600;
  padding: 2px 10px;
  white-space: nowrap;
}

.iosp-nav-links {
  display: flex;
  flex: 1;
  gap: 22px;
  justify-content: center;
}

.iosp-nav-links a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  font-weight: 500;
  transition: color 0.15s ease;
  white-space: nowrap;
}

.iosp-nav-links a:hover {
  color: #fff;
}

.iosp-nav-cta {
  align-items: center;
  display: flex;
  gap: 18px;
  margin-left: auto;
}

.iosp a.iosp-link {
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  font-weight: 500;
}

.iosp a.iosp-link:hover {
  color: #fff;
}

/* ---------- Buttons ---------- */

.iosp-btn {
  align-items: center;
  border: 1.5px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  font-size: 15px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.2;
  padding: 10px 20px;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease, transform 0.15s ease;
  white-space: nowrap;
}

.iosp-btn-lg {
  font-size: 17px;
  padding: 14px 28px;
}

.iosp a.iosp-btn-solid {
  background: var(--af-accent);
  color: #04222e;
}

.iosp a.iosp-btn-solid:hover {
  background: #2dc0ef;
  transform: translateY(-1px);
}

.iosp a.iosp-btn-ghost {
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
}

.iosp a.iosp-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.6);
}

.iosp a.iosp-btn-ghost-light {
  border-color: rgba(255, 255, 255, 0.4);
  color: #fff;
}

.iosp a.iosp-btn-ghost-light:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* ---------- App Store badge (official Apple artwork) ---------- */

.iosp-appstore {
  display: inline-block;
  line-height: 0;
  transition: opacity 0.15s ease, transform 0.15s ease;
}

.iosp-appstore:hover {
  opacity: 0.88;
  transform: translateY(-1px);
}

.iosp-appstore-badge {
  display: block;
  height: 54px;
  width: auto;
}

.iosp-appstore-hero {
  margin-top: 20px;
}

.iosp-appstore-final {
  display: inline-block;
  margin-top: 22px;
}

/* ---------- Hero ---------- */

.iosp-hero {
  background:
    radial-gradient(900px 480px at 78% 8%, rgba(0, 169, 224, 0.28), transparent 60%),
    radial-gradient(700px 420px at 12% 92%, rgba(0, 169, 224, 0.12), transparent 55%),
    linear-gradient(160deg, var(--navy) 0%, var(--navy-2) 62%, #10314e 100%);
  color: #fff;
  overflow: hidden;
  position: relative;
}

.iosp-hero-grid {
  align-items: center;
  display: grid;
  gap: 56px;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  padding-bottom: 84px;
  padding-top: 84px;
}

.iosp-eyebrow {
  color: var(--af-accent-deep);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.iosp-hero .iosp-eyebrow,
.iosp-eyebrow-dark {
  color: #6fd2f1;
}

.iosp-hero h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.08;
  margin: 0 0 22px;
}

.iosp-lede {
  color: rgba(255, 255, 255, 0.85);
  font-size: 20px;
  line-height: 1.55;
  margin: 0 0 32px;
  max-width: 560px;
}

.iosp-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.iosp-hero-facts {
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  gap: 8px 0;
  list-style: none;
  margin: 26px 0 0;
  padding: 0;
}

.iosp-hero-facts li {
  align-items: center;
  display: flex;
}

.iosp-hero-facts li + li::before {
  color: rgba(255, 255, 255, 0.35);
  content: "·";
  padding: 0 12px;
}

/* ---------- Device mockups: shared bits ---------- */

.iosp-hero-devices {
  align-items: flex-end;
  display: flex;
  justify-content: center;
  position: relative;
}

.iosp-iphone {
  background: #10151b;
  border-radius: 46px;
  box-shadow: 0 30px 60px rgba(2, 12, 22, 0.55), 0 4px 14px rgba(2, 12, 22, 0.4);
  padding: 10px;
  position: relative;
  width: 290px;
}

.iosp-iphone-island {
  background: #10151b;
  border-radius: 999px;
  height: 22px;
  left: 50%;
  position: absolute;
  top: 20px;
  transform: translateX(-50%);
  width: 86px;
  z-index: 2;
}

.iosp-iphone-screen {
  background: #f5f9fc;
  border-radius: 38px;
  min-height: 560px;
  overflow: hidden;
  padding: 12px 14px 18px;
}

.scr-status {
  align-items: center;
  color: #0e2233;
  display: flex;
  font-size: 11px;
  font-weight: 600;
  justify-content: space-between;
  padding: 2px 8px 10px;
}

.scr-status-icons {
  color: #9fb2c0;
  font-size: 7px;
  letter-spacing: 2px;
}

.scr-appbar {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 4px 4px 10px;
}

.scr-logo {
  color: var(--ink);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.scr-bell {
  color: var(--ink);
  position: relative;
}

.scr-bell svg {
  height: 18px;
  width: 18px;
}

.scr-bell-badge {
  align-items: center;
  background: #d13833;
  border-radius: 999px;
  color: #fff;
  display: flex;
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
  height: 13px;
  justify-content: center;
  position: absolute;
  right: -6px;
  top: -4px;
  width: 13px;
}

.scr-sectionhead {
  align-items: baseline;
  color: var(--ink);
  display: flex;
  font-size: 12px;
  font-weight: 700;
  justify-content: space-between;
  padding: 10px 4px 6px;
}

.scr-sectionhead a {
  color: var(--af-accent-deep);
  font-size: 11px;
  font-weight: 600;
}

.scr-card {
  background: #fff;
  border: 1px solid #e4ecf2;
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(14, 34, 51, 0.05);
  margin-bottom: 8px;
  padding: 10px 12px;
}

.scr-card-top {
  align-items: center;
  display: flex;
  font-size: 12.5px;
  justify-content: space-between;
}

.scr-card-top strong {
  color: var(--ink);
  font-weight: 650;
}

.scr-chip {
  background: rgba(0, 169, 224, 0.12);
  border-radius: 999px;
  color: var(--af-accent-deep);
  font-size: 9.5px;
  font-weight: 700;
  padding: 2px 8px;
}

.scr-chip-alt {
  background: rgba(46, 153, 74, 0.12);
  color: var(--af-ok);
}

.scr-bar {
  background: #e8eff5;
  border-radius: 999px;
  height: 5px;
  margin: 8px 0 6px;
  overflow: hidden;
}

.scr-bar-fill {
  background: var(--af-accent);
  border-radius: 999px;
  height: 100%;
}

.scr-card-meta {
  color: #7c93a4;
  font-size: 10.5px;
}

.scr-row {
  align-items: flex-start;
  color: #4a6274;
  display: flex;
  font-size: 11px;
  gap: 8px;
  line-height: 1.4;
  padding: 5px 4px;
}

.scr-row strong {
  color: var(--ink);
  font-weight: 650;
}

.scr-dot {
  border-radius: 999px;
  flex: none;
  height: 7px;
  margin-top: 4px;
  width: 7px;
}

.scr-dot-warn {
  background: var(--af-warn);
}

.scr-dot-ok {
  background: var(--af-ok);
}

/* Procedure-detail phone */

.iosp-iphone-sm {
  width: 280px;
}

.iosp-iphone-sm .iosp-iphone-screen {
  min-height: 540px;
}

.scr-backbar {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 4px 4px 8px;
}

.scr-back {
  color: var(--af-accent-deep);
  font-size: 12px;
  font-weight: 600;
}

.scr-clock {
  border: 1px solid #d7e2ea;
  border-radius: 999px;
  color: var(--ink);
  font-size: 10.5px;
  font-weight: 600;
  padding: 3px 10px;
}

.scr-title {
  color: var(--ink);
  font-size: 15px;
  font-weight: 750;
  line-height: 1.25;
  padding: 0 4px 8px;
}

.scr-badges {
  display: flex;
  gap: 6px;
  padding: 0 4px 4px;
}

.scr-badge {
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 9px;
}

.scr-badge-ok {
  background: rgba(46, 153, 74, 0.14);
  color: var(--af-ok);
}

.scr-badge-wait {
  background: rgba(240, 166, 26, 0.16);
  color: #a8730d;
}

.scr-actions {
  display: flex;
  gap: 8px;
  padding: 2px 4px 6px;
}

.scr-actbtn {
  background: #fff;
  border: 1px solid #d7e2ea;
  border-radius: 9px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 650;
  padding: 8px 14px;
}

.scr-actbtn-solid {
  background: var(--af-accent);
  border-color: var(--af-accent);
  color: #fff;
}

.scr-actbtn-xs {
  font-size: 10.5px;
  margin-left: auto;
  padding: 5px 10px;
}

.scr-comment {
  background: #fff;
  border: 1px solid #e4ecf2;
  border-left: 3px solid var(--af-warn);
  border-radius: 10px;
  margin: 0 0 8px;
  padding: 9px 11px;
}

.scr-comment-head {
  align-items: center;
  display: flex;
  font-size: 11px;
  gap: 8px;
}

.scr-comment-head strong {
  color: var(--ink);
}

.scr-comment-tag {
  background: rgba(240, 166, 26, 0.16);
  border-radius: 999px;
  color: #a8730d;
  font-size: 9px;
  font-weight: 700;
  padding: 1px 7px;
}

.scr-comment p {
  color: #4a6274;
  font-size: 11px;
  line-height: 1.45;
  margin: 5px 0 6px;
}

.scr-resolve {
  color: var(--af-accent-deep);
  font-size: 11px;
  font-weight: 700;
}

.scr-photo {
  align-items: center;
  background: #fff;
  border: 1px dashed #b9cbd8;
  border-radius: 10px;
  color: #4a6274;
  display: flex;
  font-size: 11px;
  gap: 9px;
  margin-top: 4px;
  padding: 8px 10px;
}

.scr-photo-thumb {
  background: linear-gradient(135deg, #bcd6e6, #7fb3cd);
  border-radius: 6px;
  flex: none;
  height: 30px;
  width: 30px;
}

/* Apple Watch — case + Sport Band so it reads as a watch at a glance */

.iosp-watch {
  align-items: center;
  display: flex;
  filter: drop-shadow(0 18px 30px rgba(2, 12, 22, 0.5));
  flex-direction: column;
  margin-bottom: -6px;
  margin-left: -46px;
  position: relative;
  z-index: 3;
}

.iosp-watch-case {
  position: relative;
  z-index: 1;
}

.iosp-watch-band {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0) 26%, rgba(0, 0, 0, 0) 72%, rgba(0, 0, 0, 0.28)),
    linear-gradient(180deg, #454d55 0%, #2b3138 55%, #1d2228 100%);
  position: relative;
  width: 86px;
}

.iosp-watch-band-top {
  border-radius: 20px 20px 8px 8px;
  height: 52px;
  margin-bottom: -12px;
}

.iosp-watch-band-bottom {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0) 26%, rgba(0, 0, 0, 0) 72%, rgba(0, 0, 0, 0.28)),
    linear-gradient(180deg, #343b42 0%, #23282e 45%, #14181c 100%);
  border-radius: 8px 8px 20px 20px;
  height: 52px;
  margin-top: -12px;
}

.iosp-watch-band-bottom::after {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 999px;
  bottom: 12px;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 30px;
}

.iosp-watch-screen {
  background: #000;
  border: 8px solid #1c2126;
  border-radius: 38px;
  box-shadow: inset 0 0 0 1.5px rgba(120, 130, 140, 0.35);
  color: #fff;
  height: 190px;
  overflow: hidden;
  padding: 12px 13px;
  position: relative;
  width: 158px;
}

.iosp-watch-crown {
  background: linear-gradient(90deg, #40474f, #23282e);
  border-radius: 3px;
  height: 26px;
  position: absolute;
  right: -4px;
  top: 44px;
  width: 6px;
}

.iosp-watch-btn {
  background: linear-gradient(90deg, #40474f, #23282e);
  border-radius: 3px;
  height: 34px;
  position: absolute;
  right: -4px;
  top: 84px;
  width: 5px;
}

.wscr-time {
  color: #9fe870;
  font-size: 10px;
  font-weight: 600;
  position: absolute;
  right: 14px;
  top: 10px;
}

.wscr-title {
  color: #7fd6f2;
  font-size: 11px;
  font-weight: 700;
  margin: 2px 0 4px;
  padding-right: 34px;
}

.wscr-big {
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 6px;
}

.wscr-item {
  font-size: 11.5px;
  font-weight: 650;
  line-height: 1.3;
}

.wscr-item-sub {
  color: rgba(255, 255, 255, 0.55);
  font-size: 10px;
  margin-bottom: 8px;
}

.wscr-pill {
  background: rgba(0, 169, 224, 0.22);
  border-radius: 999px;
  color: #7fd6f2;
  display: inline-block;
  font-size: 9.5px;
  font-weight: 700;
  padding: 4px 10px;
}

.iosp-watch-lg {
  margin: 0;
}

.iosp-watch-lg .iosp-watch-band {
  width: 102px;
}

.iosp-watch-lg .iosp-watch-band-top {
  border-radius: 24px 24px 9px 9px;
  height: 64px;
  margin-bottom: -14px;
}

.iosp-watch-lg .iosp-watch-band-bottom {
  border-radius: 9px 9px 24px 24px;
  height: 64px;
  margin-top: -14px;
}

.iosp-watch-lg .iosp-watch-screen {
  border-radius: 44px;
  border-width: 9px;
  height: 224px;
  padding: 14px 15px;
  width: 186px;
}

.wscr-bubble-q,
.wscr-bubble-a {
  border-radius: 11px;
  font-size: 10px;
  line-height: 1.35;
  margin-bottom: 6px;
  padding: 6px 9px;
}

.wscr-bubble-q {
  background: rgba(255, 255, 255, 0.14);
}

.wscr-bubble-a {
  background: rgba(0, 169, 224, 0.24);
}

/* iPad — aluminum edge, uniform bezel, status bar, and home indicator */

.iosp-ipad {
  background: linear-gradient(150deg, #262c33 0%, #14181d 45%, #0b0e12 100%);
  border-radius: 30px;
  box-shadow:
    0 30px 58px rgba(2, 12, 22, 0.34),
    inset 0 1px 1px rgba(255, 255, 255, 0.22),
    inset 0 0 0 1.5px rgba(125, 135, 146, 0.4);
  padding: 16px;
  position: relative;
  width: 100%;
}

.iosp-ipad-cam {
  background: radial-gradient(circle at 35% 32%, #55738c 0%, #16222c 45%, #05080b 75%);
  border-radius: 999px;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.05);
  height: 7px;
  left: 50%;
  position: absolute;
  top: 5px;
  transform: translateX(-50%);
  width: 7px;
}

.iosp-ipad-screen {
  background: #f5f9fc;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}

.ipd-status {
  align-items: center;
  color: var(--ink);
  display: flex;
  font-size: 10px;
  font-weight: 600;
  justify-content: space-between;
  padding: 6px 16px 2px;
}

.ipd-status-right {
  align-items: center;
  display: flex;
  gap: 7px;
}

.ipd-batt {
  border: 1px solid #8fa4b3;
  border-radius: 3px;
  display: inline-block;
  height: 9px;
  position: relative;
  width: 19px;
}

.ipd-batt::before {
  background: var(--ink);
  border-radius: 1.5px;
  bottom: 1.5px;
  content: "";
  left: 1.5px;
  position: absolute;
  top: 1.5px;
  width: 12px;
}

.ipd-batt::after {
  background: #8fa4b3;
  border-radius: 0 2px 2px 0;
  content: "";
  height: 4px;
  position: absolute;
  right: -3px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
}

.ipd-body {
  display: flex;
  flex: 1;
  min-height: 330px;
}

.ipd-homebar {
  background: rgba(14, 34, 51, 0.28);
  border-radius: 999px;
  bottom: 5px;
  height: 4px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 96px;
}

.ipd-side {
  background: #eef4f9;
  border-right: 1px solid #dfe8ef;
  flex: none;
  padding: 14px 0;
  width: 168px;
}

.ipd-side-title {
  color: #7c93a4;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  padding: 0 14px 8px;
  text-transform: uppercase;
}

.ipd-side-row {
  align-items: center;
  color: var(--ink);
  display: flex;
  font-size: 12px;
  font-weight: 550;
  justify-content: space-between;
  padding: 8px 14px;
}

.ipd-side-row-on {
  background: rgba(0, 169, 224, 0.13);
  border-right: 3px solid var(--af-accent);
  font-weight: 750;
}

.ipd-tick {
  color: var(--af-ok);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

.ipd-dot {
  background: var(--af-warn);
  border-radius: 999px;
  display: inline-block;
  height: 7px;
  width: 7px;
}

.ipd-main {
  flex: 1;
  min-width: 0;
  padding: 14px 18px 20px;
}

.ipd-main-head {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 12px;
}

.ipd-main-head strong {
  color: var(--ink);
  font-size: 14px;
  font-weight: 750;
}

.ipd-table {
  background: #fff;
  border: 1px solid #e4ecf2;
  border-radius: 10px;
  overflow: hidden;
}

.ipd-tr {
  align-items: center;
  border-top: 1px solid #edf3f7;
  color: var(--ink);
  display: grid;
  font-size: 12px;
  gap: 10px;
  grid-template-columns: 1fr auto 22px;
  padding: 8px 12px;
}

.ipd-tr span:nth-child(2) {
  font-variant-numeric: tabular-nums;
  text-align: right;
}

.ipd-tr-head {
  background: #f6fafc;
  border-top: 0;
  color: #7c93a4;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ipd-note {
  background: rgba(240, 166, 26, 0.1);
  border-left: 3px solid var(--af-warn);
  border-radius: 8px;
  color: #6b5a2a;
  font-size: 11.5px;
  line-height: 1.45;
  margin-top: 12px;
  padding: 8px 12px;
}

.ipd-note strong {
  color: #5a4a1c;
}

/* Apple Vision Pro — spatial workspace + headset */

.iosp-section-spatial {
  background:
    radial-gradient(900px 520px at 20% 10%, rgba(116, 96, 224, 0.30), transparent 62%),
    radial-gradient(780px 460px at 82% 84%, rgba(0, 169, 224, 0.24), transparent 58%),
    linear-gradient(155deg, #0a1020 0%, #0b1c2e 55%, #07101a 100%);
  overflow: hidden;
}

.iosp-vision-head {
  margin: 0 auto 52px;
  max-width: 860px;
  text-align: center;
}

.iosp-vision-head .iosp-eyebrow {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.iosp-vision-head .iosp-h2,
.iosp-vision-head .iosp-lead {
  margin-left: auto;
  margin-right: auto;
}

.iosp-soon {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 3px 11px;
}

.iosp-vision-scene {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
}

.iosp-vpanels {
  align-items: flex-end;
  display: flex;
  gap: 24px;
  justify-content: center;
  padding-bottom: 26px;
  perspective: 1400px;
}

.iosp-vpanel {
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 26px;
  box-shadow:
    0 34px 64px rgba(2, 8, 20, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
  color: #fff;
  flex: none;
  padding: 16px 18px 14px;
  position: relative;
}

/* the visionOS window grabber under each panel */
.iosp-vpanel::after {
  background: rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  bottom: -14px;
  content: "";
  height: 5px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 52px;
}

.iosp-vpanel-main {
  width: 320px;
  z-index: 2;
}

.iosp-vpanel-main::after {
  display: none;
}

.iosp-vpanel-side {
  background: rgba(255, 255, 255, 0.065);
  width: 216px;
}

.iosp-vpanel-left {
  transform: rotateY(17deg) translateZ(-50px);
}

.iosp-vpanel-right {
  transform: rotateY(-17deg) translateZ(-50px);
}

.iosp-vp-head {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  gap: 8px;
  justify-content: space-between;
  margin-bottom: 8px;
  padding-bottom: 8px;
}

.iosp-vp-title {
  font-size: 12px;
  font-weight: 750;
  line-height: 1.3;
}

.iosp-vp-tag,
.iosp-vp-badge,
.iosp-vp-live {
  border-radius: 999px;
  flex: none;
  font-size: 9.5px;
  font-weight: 700;
  padding: 2px 8px;
  white-space: nowrap;
}

.iosp-vp-tag {
  background: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.8);
}

.iosp-vp-badge {
  background: rgba(120, 224, 150, 0.18);
  color: #8fe6ac;
}

.iosp-vp-live {
  background: rgba(120, 224, 150, 0.16);
  color: #8fe6ac;
}

.iosp-vp-row {
  color: rgba(255, 255, 255, 0.78);
  display: flex;
  font-size: 11.5px;
  gap: 10px;
  justify-content: space-between;
  padding: 5px 0;
}

.iosp-vp-row span:last-child {
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.iosp-vp-row-flag {
  color: #f7cd7a;
}

.iosp-vp-note {
  background: rgba(240, 166, 26, 0.14);
  border-left: 2px solid rgba(247, 205, 122, 0.8);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 10.5px;
  line-height: 1.45;
  margin-top: 8px;
  padding: 7px 10px;
}

.iosp-vp-note strong {
  color: #f7cd7a;
}

.iosp-vp-actions {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}

.iosp-vp-btn {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  padding: 6px 14px;
}

.iosp-vp-btn-solid {
  background: var(--af-accent);
  border-color: var(--af-accent);
  color: #04222e;
}

.iosp-vp-task {
  align-items: flex-start;
  color: rgba(255, 255, 255, 0.78);
  display: flex;
  font-size: 11.5px;
  gap: 8px;
  line-height: 1.35;
  padding: 5px 0;
}

.iosp-vision-figure {
  margin-top: -26px;
  max-width: 470px;
  position: relative;
  width: 100%;
  z-index: 3;
}

.iosp-vision-figure img {
  display: block;
  height: auto;
  width: 100%;
}

/* for a licensed photograph in place of the illustration */
.iosp-vision-figure.is-photo img {
  border-radius: 22px;
  -webkit-mask-image: linear-gradient(180deg, #000 74%, transparent 100%);
  mask-image: linear-gradient(180deg, #000 74%, transparent 100%);
}

.iosp-vfeats {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  margin: 62px 0 0;
  padding: 0;
}

.iosp-vfeat {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 14px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14.5px;
  line-height: 1.55;
  padding: 22px;
}

.iosp-vfeat strong {
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 750;
  margin-bottom: 8px;
}

.iosp-vision-note {
  color: rgba(255, 255, 255, 0.55);
  font-size: 14.5px;
  margin: 34px 0 0;
  text-align: center;
}

/* ---------- Claims strip ---------- */

.iosp-strip {
  background: var(--navy);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  color: #fff;
  padding: 22px 0;
}

.iosp-strip-list {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(6, 1fr);
  list-style: none;
  margin: 0;
  padding: 0;
}

.iosp-strip-list li {
  color: rgba(255, 255, 255, 0.55);
  display: flex;
  flex-direction: column;
  font-size: 13px;
  line-height: 1.35;
}

.iosp-strip-list strong {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

/* ---------- Sections ---------- */

.iosp-section {
  padding: 88px 0;
}

.iosp-section-tint {
  background: var(--tint);
}

.iosp-section-dark {
  background: linear-gradient(160deg, var(--navy) 0%, var(--navy-2) 80%);
}

.iosp-h2 {
  color: var(--ink);
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0 0 18px;
  max-width: 780px;
}

.iosp-h2-light {
  color: #fff;
}

.iosp-lead {
  color: var(--copy);
  font-size: 18px;
  line-height: 1.65;
  margin: 0 0 18px;
  max-width: 740px;
}

.iosp-lead-light {
  color: rgba(255, 255, 255, 0.82);
}

.iosp a.iosp-inline-link {
  color: #6fd2f1;
  font-weight: 650;
}

.iosp a.iosp-inline-link:hover {
  color: #a5e4f8;
}

/* Patent callout */

.iosp-patentline {
  align-items: center;
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  flex-wrap: wrap;
  font-size: 14.5px;
  gap: 12px;
  margin: 26px 0 0;
}

.iosp-patent-pill {
  background: rgba(0, 169, 224, 0.16);
  border: 1px solid rgba(0, 169, 224, 0.5);
  border-radius: 999px;
  color: #7fd6f2;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.1em;
  padding: 4px 12px;
  text-transform: uppercase;
  white-space: nowrap;
}

/* Cards */

.iosp-cards3 {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 42px;
}

.iosp-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 26px 26px 22px;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.iosp-card:hover {
  box-shadow: 0 14px 34px rgba(14, 34, 51, 0.09);
  transform: translateY(-2px);
}

.iosp-card h3 {
  color: var(--ink);
  font-size: 19px;
  font-weight: 750;
  margin: 0 0 10px;
}

.iosp-card h3::before {
  background: var(--af-accent);
  border-radius: 999px;
  content: "";
  display: block;
  height: 3px;
  margin-bottom: 14px;
  width: 34px;
}

.iosp-card p {
  color: var(--copy);
  font-size: 15.5px;
  line-height: 1.6;
  margin: 0;
}

/* Timelines */

.iosp-timelines {
  display: grid;
  gap: 26px;
  grid-template-columns: 1fr 1fr;
  margin-top: 42px;
}

.iosp-timeline {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 26px 28px;
}

.iosp-timeline-after {
  border-color: rgba(0, 169, 224, 0.4);
  box-shadow: 0 14px 36px rgba(0, 169, 224, 0.12);
}

.iosp-timeline-title {
  border-radius: 999px;
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  margin: 0 0 18px;
  padding: 5px 14px;
  text-transform: uppercase;
}

.iosp-timeline-title-before {
  background: #eef2f5;
  color: #64798a;
}

.iosp-timeline-title-after {
  background: rgba(0, 169, 224, 0.14);
  color: var(--af-accent-deep);
}

.iosp-timeline ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.iosp-timeline li {
  border-left: 2px solid var(--line);
  margin-left: 7px;
  padding: 0 0 20px 20px;
  position: relative;
}

.iosp-timeline li:last-child {
  padding-bottom: 2px;
}

.iosp-timeline li::before {
  background: #9fb2c0;
  border-radius: 999px;
  content: "";
  height: 10px;
  left: -6px;
  position: absolute;
  top: 5px;
  width: 10px;
}

.iosp-timeline-after li {
  border-left-color: rgba(0, 169, 224, 0.35);
}

.iosp-timeline-after li::before {
  background: var(--af-accent);
}

.iosp-tl-when {
  color: var(--ink);
  display: block;
  font-size: 13.5px;
  font-variant-numeric: tabular-nums;
  font-weight: 750;
}

.iosp-tl-what {
  color: var(--copy);
  display: block;
  font-size: 15px;
  line-height: 1.5;
}

/* Split layouts */

.iosp-split {
  align-items: center;
  display: grid;
  gap: 64px;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}

.iosp-split-rev {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.iosp-split-rev .iosp-split-copy {
  order: 2;
}

.iosp-split-rev .iosp-split-media {
  order: 1;
}

.iosp-split-media {
  display: flex;
  justify-content: center;
}

.iosp-feats {
  list-style: none;
  margin: 26px 0 0;
  padding: 0;
}

.iosp-feats li {
  color: var(--copy);
  font-size: 16px;
  line-height: 1.55;
  margin-bottom: 14px;
  padding-left: 32px;
  position: relative;
}

.iosp-feats strong {
  color: var(--ink);
  font-weight: 700;
}

.iosp-feats li::before {
  align-items: center;
  background: rgba(0, 169, 224, 0.14);
  border-radius: 999px;
  color: var(--af-accent-deep);
  content: "✓";
  display: flex;
  font-size: 12px;
  font-weight: 800;
  height: 20px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 3px;
  width: 20px;
}

/* Agentic AI cards */

.iosp-aistack {
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 440px;
  width: 100%;
}

.iosp-orchcard {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 30px 70px rgba(2, 12, 22, 0.45);
  padding: 18px 20px 14px;
}

.iosp-orch-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

.iosp-orch-title {
  color: #7c93a4;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.iosp-orch-live {
  color: var(--af-ok);
  font-size: 11px;
  font-weight: 700;
}

.iosp-orch-row {
  align-items: flex-start;
  border-top: 1px solid #eef3f7;
  color: var(--copy);
  display: flex;
  font-size: 13px;
  gap: 9px;
  line-height: 1.45;
  padding: 8px 0;
}

.iosp-orch-row strong {
  color: var(--ink);
  font-weight: 650;
}

.iosp-orch-dot {
  border-radius: 999px;
  flex: none;
  height: 8px;
  margin-top: 5px;
  width: 8px;
}

.iosp-orch-dot-done {
  background: var(--af-ok);
}

.iosp-orch-dot-run {
  animation: iosp-pulse 1.6s ease-in-out infinite;
  background: var(--af-accent);
}

.iosp-orch-dot-queue {
  background: #b9cbd8;
}

@keyframes iosp-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.35; }
}

.iosp-orch-act {
  color: var(--af-accent-deep);
  flex: none;
  font-size: 12px;
  font-weight: 700;
  margin-left: auto;
  padding-top: 1px;
}

/* Chat card */

.iosp-chatcard {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 30px 70px rgba(2, 12, 22, 0.45);
  max-width: 440px;
  padding: 24px;
  width: 100%;
}

.iosp-chat-q,
.iosp-chat-a {
  border-radius: 14px;
  margin-bottom: 12px;
  padding: 14px 16px;
}

.iosp-chat-q {
  background: #eef4f9;
}

.iosp-chat-a {
  background: rgba(0, 169, 224, 0.1);
  border: 1px solid rgba(0, 169, 224, 0.25);
}

.iosp-chat-who {
  color: #7c93a4;
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.iosp-chat-who-ai {
  color: var(--af-accent-deep);
}

.iosp-chat-q p,
.iosp-chat-a p {
  color: var(--ink);
  font-size: 14.5px;
  line-height: 1.55;
  margin: 0;
}

.iosp-chat-cite {
  color: #7c93a4;
  font-size: 12px;
  font-weight: 650;
  padding-left: 4px;
}

/* Roadmap */

.iosp-roadmap {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  margin: 40px 0 0;
  padding: 0;
}

.iosp-roadmap li {
  background: #fff;
  border: 1px dashed #b9cbd8;
  border-radius: 14px;
  color: var(--copy);
  font-size: 14.5px;
  line-height: 1.55;
  padding: 22px;
}

.iosp-roadmap strong {
  color: var(--ink);
  display: block;
  font-size: 16px;
  font-weight: 750;
  margin-bottom: 8px;
}

/* Final CTA + footer */

.iosp-final {
  background:
    radial-gradient(700px 380px at 50% 0%, rgba(0, 169, 224, 0.25), transparent 60%),
    linear-gradient(180deg, var(--navy-2) 0%, var(--navy) 100%);
  padding: 96px 0;
  text-align: center;
}

.iosp-final .iosp-h2 {
  margin-left: auto;
  margin-right: auto;
}

.iosp-final-lead {
  margin: 0 auto 30px;
}

.iosp-final-actions {
  justify-content: center;
}

.iosp-fineprint {
  color: rgba(255, 255, 255, 0.45);
  font-size: 13.5px;
  margin: 26px 0 0;
}

.iosp-footer {
  background: var(--navy);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.55);
  font-size: 14px;
  padding: 30px 0;
}

.iosp-footer-inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
  justify-content: space-between;
}

.iosp-footer-brand img {
  display: block;
  height: 22px;
  opacity: 0.92;
  width: auto;
}

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

.iosp-footer-links a {
  color: rgba(255, 255, 255, 0.65);
}

.iosp-footer-links a:hover {
  color: #fff;
}

.iosp-footer-legal {
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  line-height: 1.65;
  margin: 20px 0 0;
  max-width: 900px;
}

/* ---------- Responsive ---------- */

@media (max-width: 1190px) {
  .iosp-nav-links {
    gap: 15px;
  }

  .iosp-nav-links a {
    font-size: 14px;
  }
}

@media (max-width: 1080px) {
  .iosp-vpanel-main {
    width: 280px;
  }

  .iosp-vpanel-side {
    width: 184px;
  }
}

@media (max-width: 1020px) {
  .iosp-nav-links {
    display: none;
  }

  .iosp-strip-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .iosp-vfeats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .iosp-hero-grid {
    gap: 48px;
    grid-template-columns: 1fr;
    padding-bottom: 64px;
    padding-top: 56px;
  }

  .iosp-hero h1 {
    font-size: 40px;
  }

  .iosp-cards3,
  .iosp-timelines {
    grid-template-columns: minmax(0, 1fr);
  }

  .iosp-split,
  .iosp-split-rev {
    gap: 44px;
    grid-template-columns: minmax(0, 1fr);
  }

  .iosp-split-rev .iosp-split-copy {
    order: 1;
  }

  .iosp-split-rev .iosp-split-media {
    order: 2;
  }

  .iosp-roadmap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .iosp-vpanel-side {
    display: none;
  }

  .iosp-vpanel-main {
    width: 100%;
    max-width: 340px;
  }

  .iosp-vpanel-main::after {
    display: block;
  }

  /* clear the window grabber once it is the only panel on screen */
  .iosp-vision {
    margin-top: 10px;
  }
}

@media (max-width: 620px) {
  .iosp {
    font-size: 16px;
  }

  .iosp-shell {
    padding: 0 20px;
  }

  .iosp-nav-cta .iosp-link {
    display: none;
  }

  .iosp-brand-logo {
    height: 22px;
  }

  .iosp-hero h1 {
    font-size: 33px;
  }

  .iosp-lede {
    font-size: 18px;
  }

  .iosp-h2 {
    font-size: 28px;
  }

  .iosp-section {
    padding: 64px 0;
  }

  .iosp-appstore-badge {
    height: 48px;
  }

  .iosp-watch {
    margin-left: -30px;
  }

  .iosp-iphone {
    width: 260px;
  }

  .iosp-strip-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .iosp-roadmap,
  .iosp-vfeats {
    grid-template-columns: minmax(0, 1fr);
  }

  .iosp-vision-head {
    margin-bottom: 40px;
  }

  .iosp-vision-body {
    height: 98px;
    width: 268px;
  }

  .iosp-vision-arm {
    height: 32px;
    top: 32px;
    width: 74px;
  }

  .iosp-vision-arm-l {
    left: -56px;
  }

  .iosp-vision-arm-r {
    right: -56px;
  }

  .iosp-vision-crown {
    right: 36px;
  }

  .iosp-vision-btn {
    left: 40px;
  }

  .ipd-side {
    width: 128px;
  }

  .ipd-main {
    padding: 12px;
  }

  .ipd-body {
    min-height: 300px;
  }
}

@media (max-width: 460px) {
  .iosp-iphone {
    width: 232px;
  }

  .iosp-iphone-screen {
    min-height: 500px;
  }

  .iosp-iphone-sm {
    width: 232px;
  }

  .iosp-iphone-sm .iosp-iphone-screen {
    min-height: 480px;
  }

  .iosp-watch {
    margin-left: -38px;
  }

  .iosp-watch-band {
    width: 74px;
  }

  .iosp-watch-band-top,
  .iosp-watch-band-bottom {
    height: 42px;
  }

  .iosp-watch-screen {
    border-width: 7px;
    height: 168px;
    padding: 10px 11px;
    width: 136px;
  }

  .wscr-big {
    font-size: 24px;
  }

  .iosp-watch-lg .iosp-watch-band {
    width: 92px;
  }

  .iosp-watch-lg .iosp-watch-band-top,
  .iosp-watch-lg .iosp-watch-band-bottom {
    height: 54px;
  }

  .iosp-watch-lg .iosp-watch-screen {
    height: 210px;
    width: 172px;
  }
}

/* ---- Apple TV (tvOS wallboard) ---- */
.iosp-tv-wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.iosp-tv {
  background: linear-gradient(150deg, #262c33 0%, #14181d 45%, #0b0e12 100%);
  border-radius: 14px;
  box-shadow:
    0 30px 58px rgba(2, 12, 22, 0.34),
    inset 0 1px 1px rgba(255, 255, 255, 0.22),
    inset 0 0 0 1.5px rgba(125, 135, 146, 0.4);
  padding: 10px;
  position: relative;
  width: 100%;
}

.iosp-tv-screen {
  aspect-ratio: 16 / 9;
  background: #050b12;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 14px 16px;
  position: relative;
}

.iosp-tv-stand {
  background: linear-gradient(180deg, #1b2128 0%, #0b0e12 100%);
  border-radius: 0 0 8px 8px;
  height: 26px;
  width: 64px;
}

.iosp-tv-base {
  background: linear-gradient(180deg, #232a32 0%, #10141a 100%);
  border-radius: 999px;
  box-shadow: 0 10px 22px rgba(2, 12, 22, 0.3);
  height: 8px;
  margin-top: -2px;
  width: 190px;
}

.tvscr-head {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.tvscr-title {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.tvscr-live {
  align-items: center;
  color: #7ee0a3;
  display: flex;
  font-size: 9px;
  font-weight: 700;
  gap: 5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tvscr-live::before {
  background: #34c759;
  border-radius: 999px;
  box-shadow: 0 0 8px rgba(52, 199, 89, 0.8);
  content: '';
  height: 6px;
  width: 6px;
}

.tvscr-metrics {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 10px;
}

.tvscr-metric {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 8px 10px;
}

.tvscr-metric strong {
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
}

.tvscr-metric span {
  color: rgba(255, 255, 255, 0.55);
  display: block;
  font-size: 8.5px;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-top: 3px;
  text-transform: uppercase;
}

.tvscr-bottom {
  display: grid;
  flex: 1;
  gap: 8px;
  grid-template-columns: 1.6fr 1fr;
  min-height: 0;
}

.tvscr-map {
  background:
    radial-gradient(circle at 22% 38%, rgba(0, 169, 224, 0.55) 0 2px, transparent 3px),
    radial-gradient(circle at 27% 44%, rgba(0, 169, 224, 0.4) 0 2px, transparent 3px),
    radial-gradient(circle at 48% 30%, rgba(0, 169, 224, 0.45) 0 2px, transparent 3px),
    radial-gradient(circle at 53% 52%, rgba(240, 166, 26, 0.6) 0 2px, transparent 3px),
    radial-gradient(circle at 76% 40%, rgba(0, 169, 224, 0.5) 0 2px, transparent 3px),
    radial-gradient(circle at 81% 58%, rgba(0, 169, 224, 0.35) 0 2px, transparent 3px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 9px),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 9px);
  background-color: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  position: relative;
}

.tvscr-map-label {
  bottom: 7px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 8.5px;
  font-weight: 600;
  left: 10px;
  letter-spacing: 0.06em;
  position: absolute;
  text-transform: uppercase;
}

.tvscr-clocks {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.tvscr-clock {
  align-items: baseline;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  display: flex;
  flex: 1;
  justify-content: space-between;
  padding: 7px 10px;
}

.tvscr-clock strong {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.tvscr-clock span {
  color: rgba(255, 255, 255, 0.55);
  font-size: 8.5px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

@media (max-width: 620px) {
  .tvscr-metrics {
    grid-template-columns: repeat(2, 1fr);
  }

  .tvscr-clock strong {
    font-size: 10px;
  }
}
