:root {
  --bg: #0b1622;
  --surface: #122233;
  --surface-soft: #1a2d42;
  --ink: #e5f1ff;
  --ink-soft: #a9c2da;
  --line: #29415b;
  --brand: #0077cc;
  --brand-dark: #005a9d;
  --accent: #2bc18f;
  --accent-soft: #163b32;
  --danger: #cf2435;
  --shadow-sm: 0 8px 20px rgba(0, 0, 0, 0.32);
  --shadow-md: 0 18px 40px rgba(0, 0, 0, 0.42);
  --radius: 18px;
  --max: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--ink);
  line-height: 1.6;
  background:
    radial-gradient(circle at 8% -8%, rgba(0, 119, 204, 0.28), transparent 36%),
    radial-gradient(circle at 100% 8%, rgba(43, 193, 143, 0.2), transparent 34%),
    linear-gradient(180deg, #0d1824 0%, var(--bg) 50%, #0a141f 100%);
}

a {
  color: var(--brand);
  text-decoration: none;
}

a:hover,
a:focus-visible {
  text-decoration: underline;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.container {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(41, 65, 91, 0.9);
  background: rgba(10, 21, 33, 0.86);
  backdrop-filter: blur(12px);
}

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--ink);
  font-weight: 800;
  letter-spacing: 0.2px;
}

.brand-dot {
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  background: var(--danger);
  box-shadow: 0 0 0 5px rgba(207, 36, 53, 0.17);
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  align-items: center;
}

.nav a {
  color: var(--ink-soft);
  font-weight: 700;
  padding: 0.4rem 0.68rem;
  border-radius: 10px;
  transition: color 120ms ease, background-color 120ms ease;
}

.nav a:hover,
.nav a:focus-visible {
  color: var(--ink);
  background: var(--surface-soft);
  text-decoration: none;
}

.nav a[aria-current="page"] {
  color: var(--ink);
  background: var(--surface-soft);
}

.hero {
  position: relative;
  isolation: isolate;
  padding: 5.2rem 0 3.2rem;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(180deg, rgba(7, 15, 24, 0.7), rgba(7, 15, 24, 0.52)),
    url("assets/differentpics/image2.webp");
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
  background-position: center, 34% center;
  opacity: 0.56;
}

.hero-grid {
  position: relative;
  display: grid;
  gap: 1.2rem;
}

.hero-grid > * {
  position: relative;
  z-index: 1;
}

.eyebrow {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.83rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  color: var(--accent);
  text-transform: uppercase;
}

h1,
h2,
h3 {
  line-height: 1.2;
}

h1 {
  margin: 0.55rem 0 1rem;
  font-size: clamp(2.1rem, 6.2vw, 3.45rem);
  letter-spacing: -0.015em;
}

h2 {
  margin: 0;
  font-size: clamp(1.5rem, 4vw, 2.1rem);
  letter-spacing: -0.01em;
}

.lead {
  margin: 0;
  color: var(--ink-soft);
  font-size: clamp(1rem, 2.5vw, 1.17rem);
  max-width: 62ch;
}

.hero-subline {
  margin: -0.2rem 0 0.8rem;
  color: #d8ebff;
  font-size: clamp(1rem, 2.3vw, 1.2rem);
  font-weight: 700;
  max-width: 36ch;
}

.hero-copy {
  position: relative;
  overflow: hidden;
  background: linear-gradient(165deg, rgba(16, 30, 45, 0.9), rgba(12, 24, 36, 0.9));
  border: 1px solid #2b4561;
  border-radius: 24px;
  padding: clamp(1rem, 3vw, 1.8rem);
  box-shadow: var(--shadow-md);
}

.hero-copy::after {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  right: -110px;
  top: -150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 119, 204, 0.28) 0%, transparent 70%);
  pointer-events: none;
}

.hero-left {
  display: grid;
  align-content: start;
  gap: 0.9rem;
}

.hero-shortcuts {
  display: grid;
  gap: 0.85rem;
  justify-items: center;
  order: 2;
}

.hero-left .hero-copy {
  order: 1;
}

.app-icon-hero {
  margin: 0;
  display: grid;
  gap: 0.45rem;
  justify-items: center;
}

.app-icon-hero img {
  width: clamp(132px, 17vw, 216px);
  height: clamp(132px, 17vw, 216px);
  object-fit: contain;
  border-radius: 26px;
  filter: drop-shadow(0 18px 34px rgba(0, 0, 0, 0.34));
}

.app-icon-hero figcaption {
  margin: 0;
  color: #d8ebff;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.widget-sim-list {
  display: grid;
  gap: 0.7rem;
  width: 100%;
  max-width: 320px;
  transform: translateY(20px);
}

.widget-sim {
  margin: 0;
  display: grid;
  grid-template-rows: var(--widget-icon-row, auto) auto;
  gap: 0.5rem;
  justify-items: center;
}

.widget-icon-home {
  --widget-home-size: clamp(110px, 9vw, 136px);
  width: var(--widget-home-size);
  height: var(--widget-home-size);
  padding: 11%;
  border-radius: 24%;
  background: #d9dce0;
  filter: drop-shadow(0 14px 24px rgba(0, 0, 0, 0.28));
  display: grid;
  place-items: center;
  align-self: end;
}

.widget-icon-home-inner {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 16%;
  background: linear-gradient(135deg, #11141a, #6f7074);
  display: grid;
  place-content: center;
  gap: 0.04em;
  color: #f0f4fa;
}

.widget-icon-home-inner span:first-child {
  font-size: clamp(0.84rem, 1.18vw, 1.02rem);
  font-weight: 700;
  line-height: 1;
}

.widget-icon-home-inner span:last-child {
  font-size: clamp(0.8rem, 1.12vw, 0.96rem);
  font-weight: 500;
  line-height: 1;
  opacity: 0.95;
}

.widget-icon-lock {
  width: clamp(72px, 6.5vw, 96px);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: #4d5d74;
  display: grid;
  place-content: center;
  gap: 0.04em;
  color: #7f94b1;
  filter: drop-shadow(0 12px 20px rgba(0, 0, 0, 0.26));
  align-self: end;
}

.widget-icon-lock span:first-child {
  font-size: clamp(0.74rem, 0.95vw, 0.9rem);
  font-weight: 650;
  line-height: 1;
}

.widget-icon-lock span:last-child {
  font-size: clamp(0.72rem, 0.9vw, 0.86rem);
  font-weight: 650;
  line-height: 1;
}

.widget-sim figcaption {
  margin: 0;
  display: grid;
  gap: 0.18rem;
  text-align: center;
}

.widget-sim figcaption strong {
  color: #e8f4ff;
  font-size: 0.92rem;
  line-height: 1.2;
}

.widget-sim figcaption span {
  color: #d5e8fc;
  font-size: 0.82rem;
  line-height: 1.25;
}

.trust-row {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.trust-row li {
  padding: 0.37rem 0.7rem;
  border-radius: 999px;
  border: 1px solid #365575;
  background: #17314b;
  color: #c8e4ff;
  font-size: 0.85rem;
  font-weight: 800;
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.35rem;
}

.app-store-badge-link {
  display: inline-flex;
  align-items: center;
}

.app-store-badge-svg {
  display: block;
  height: 52px;
  width: auto;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.72rem 1.15rem;
  border-radius: 11px;
  border: 1px solid transparent;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(180deg, #1488db, #0067b3);
  box-shadow: 0 10px 22px rgba(0, 103, 179, 0.32);
  text-decoration: none;
  transition: transform 120ms ease, box-shadow 120ms ease, background 120ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
  background: linear-gradient(180deg, #0f7dcb, #00589a);
  box-shadow: 0 12px 22px rgba(0, 88, 154, 0.34);
  text-decoration: none;
}

.btn.alt {
  background: #1b2e42;
  border-color: #3e5f83;
  color: #d8ebff;
  box-shadow: var(--shadow-sm);
}

.btn.alt:hover,
.btn.alt:focus-visible {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(180deg, #1488db, #0067b3);
}

.mockup-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas:
    "p1"
    "p2"
    "proof"
    "l1"
    "l2";
  gap: 0.9rem;
}

.mockup-portrait-1 {
  grid-area: p1;
}

.mockup-portrait-2 {
  grid-area: p2;
}

.mockup-landscape-1 {
  grid-area: l1;
}

.mockup-landscape-2 {
  grid-area: l2;
}

.mockup-proof-badge {
  grid-area: proof;
  margin: 0;
}

.hero-panel {
  background: transparent;
  border-radius: 24px;
  padding: 0.1rem;
  border: 0;
  box-shadow: none;
}

.hero-proof-badge {
  margin: 0 0 0.75rem;
  padding: 0.62rem 0.78rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 106, 106, 0.55);
  background: rgba(102, 20, 30, 0.45);
  color: #ffd7d7;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.35;
}

.hero-proof-inline {
  margin-top: 1rem;
  margin-bottom: 0;
}

.hero-action-badge {
  margin: 0 0 0.75rem;
  padding: 0.8rem 0.95rem;
  border-radius: 12px;
  border: 1px solid rgba(132, 194, 255, 0.72);
  background: linear-gradient(180deg, rgba(24, 53, 87, 0.9), rgba(17, 40, 69, 0.92));
  box-shadow: 0 14px 32px rgba(8, 16, 28, 0.28);
  color: #f3f9ff;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.35;
}

.hero-action-badge-title,
.hero-action-badge-subtitle {
  display: block;
}

.hero-action-badge-title {
  font-size: 1.08rem;
  font-weight: 800;
  margin-bottom: 0.12rem;
}

.hero-action-badge-subtitle {
  font-size: 0.95rem;
  font-weight: 700;
}

.mockup-card {
  margin: 0;
  padding: 0;
  border-radius: 13px;
  background: transparent;
}

.mockup-card img {
  border-radius: 0.9rem;
  border: 0;
  background: transparent;
  box-shadow: 0 14px 28px rgba(10, 34, 61, 0.14);
}

.phone-frame {
  position: relative;
  padding: 0.42rem;
  border-radius: 1.7rem;
  background: linear-gradient(165deg, #1d2632, #0e151e 60%, #0a1018);
  border: 1px solid #2d3d53;
  box-shadow: 0 16px 30px rgba(10, 34, 61, 0.26);
}

.phone-frame::before {
  content: "";
  position: absolute;
  top: 0.25rem;
  left: 50%;
  transform: translateX(-50%);
  width: 34%;
  height: 0.8rem;
  border-radius: 0 0 0.55rem 0.55rem;
  background: #0a0f15;
  border: 1px solid rgba(90, 108, 130, 0.35);
  z-index: 2;
}

.phone-frame.landscape::before {
  display: none;
}

.phone-frame .app-shot {
  border-radius: 1.35rem;
  box-shadow: none;
  background: #000;
}

.rec-badge {
  position: absolute;
  top: 0.72rem;
  left: 0.88rem;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.18rem 0.48rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(8, 10, 14, 0.64);
  color: #ff4d4f;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.rec-badge::before {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: #ff2d2f;
  box-shadow: 0 0 0 2px rgba(255, 45, 47, 0.25);
}

.phone-frame.landscape .app-shot {
  border-radius: 1rem;
}

.app-shot {
  width: 100%;
  max-height: 560px;
  object-fit: cover;
  object-position: top center;
}

.app-shot-portrait {
  max-height: none;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: top center;
  background: #ffffff;
}

.phone-frame .app-shot.app-shot-portrait {
  background: #ffffff;
}

.app-shot-wide {
  aspect-ratio: 2532 / 1170;
  max-height: none;
  height: auto;
  object-fit: contain;
  background: #eef3f8;
}

.mockup-card figcaption {
  margin-top: 0.36rem;
  color: #35597b;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
}

.section {
  padding: 3rem 0;
}

.section h2 {
  margin-bottom: 0.2rem;
}

.card-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1.25rem;
}

.card {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.2rem 1.1rem;
  box-shadow: var(--shadow-sm);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  border-radius: 18px 18px 0 0;
  background: linear-gradient(90deg, #0b8f66, #0077cc);
}

.card:hover {
  transform: translateY(-3px);
  border-color: #bfd8ee;
  box-shadow: 0 16px 30px rgba(10, 34, 61, 0.14);
}

.card h3 {
  margin: 0 0 0.45rem;
  font-size: 1.12rem;
}

.card p,
.card li,
.copy p,
.copy li {
  margin: 0;
  color: var(--ink-soft);
}

.steps {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.86rem;
}

.steps li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.7rem;
  align-items: start;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.82rem;
  box-shadow: var(--shadow-sm);
}

.steps strong {
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(180deg, #1588da, #0069b5);
  font-size: 0.95rem;
}

.faq {
  display: grid;
  gap: 0.75rem;
  margin-top: 1rem;
}

.faq details {
  border: 1px solid var(--line);
  border-radius: 13px;
  background: var(--surface);
  padding: 0.88rem 0.95rem;
  box-shadow: var(--shadow-sm);
}

.faq summary {
  cursor: pointer;
  font-weight: 800;
}

.faq p {
  margin-top: 0.65rem;
  color: var(--ink-soft);
}

.band {
  background: linear-gradient(140deg, #0d2d4b, #1970b9 58%, #0d8f66 130%);
  color: #fff;
  border-radius: 20px;
  padding: 1.8rem;
  box-shadow: 0 20px 36px rgba(7, 26, 43, 0.28);
}

.band p {
  margin: 0.45rem 0 0;
  color: #d8edff;
}

.copy {
  padding-block: 2.5rem;
}

.copy h1 {
  margin-bottom: 0.85rem;
}

.copy h2 {
  margin: 1.7rem 0 0.55rem;
  font-size: 1.3rem;
}

.copy ul {
  margin: 0.4rem 0 0;
  padding-left: 1.15rem;
}

.copy li + li {
  margin-top: 0.35rem;
}

.callout {
  border-left: 4px solid var(--accent);
  background: var(--accent-soft);
  color: #174438;
  padding: 0.86rem 0.95rem;
  border-radius: 10px;
  margin: 1rem 0;
}

.help-page .callout {
  color: #d8fff3;
}

.help-grid {
  margin-top: 0.9rem;
  display: grid;
  gap: 1rem;
}

.help-shot {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--surface);
  box-shadow: var(--shadow-sm);
  padding: 0.6rem;
  position: relative;
}

.help-shot figcaption {
  margin-top: 0.5rem;
  color: var(--ink-soft);
  font-size: 0.95rem;
}

.phone-portrait {
  max-width: 380px;
}

.help-shot img {
  width: 100%;
  border-radius: 1.25rem;
  border: 1px solid var(--line);
}

.help-overlay {
  position: absolute;
  left: 0.6rem;
  top: 0.6rem;
  width: calc(100% - 1.2rem);
  height: auto;
  pointer-events: none;
}

.help-circle {
  fill: rgba(255, 47, 67, 0.12);
  stroke: #ff2f43;
  stroke-width: 10;
}

.help-arrow {
  stroke: #ff2f43;
  stroke-width: 10;
  stroke-linecap: round;
}

.help-pill {
  fill: #bdd8f2;
}

.help-pill-text {
  fill: #157edf;
  font-size: 64px;
  font-weight: 700;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.help-neutral-pill {
  fill: #57575b;
}

.help-neutral-pill-text {
  fill: #ffffff;
  font-size: 62px;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.controls-grid {
  align-items: stretch;
}

.controls-notes {
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 0.75rem;
}

.controls-note {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.65rem 0.8rem;
  background: rgba(11, 22, 34, 0.35);
}

.controls-note h3 {
  margin: 0 0 0.25rem 0;
}

.controls-note p {
  margin: 0;
}

.site-footer {
  margin-top: 2rem;
  border-top: 1px solid var(--line);
  background: rgba(10, 21, 33, 0.88);
}

.footer-inner {
  min-height: 88px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.8rem;
  padding-block: 1rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.muted {
  color: var(--ink-soft);
}

.showcase-grid {
  margin-top: 1.2rem;
  display: grid;
  gap: 1rem;
}

.showcase-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 0.85rem;
  box-shadow: var(--shadow-sm);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.showcase-card.phone-frame {
  padding: 0.5rem;
  border: 1px solid #2d3d53;
  background: linear-gradient(165deg, #1d2632, #0e151e 60%, #0a1018);
}

.showcase-card.phone-frame h3,
.showcase-card.phone-frame p {
  color: #d5e6f8;
  padding-inline: 0.3rem;
}

.showcase-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 28px rgba(10, 34, 61, 0.13);
}

.showcase-card img {
  border-radius: 12px;
  border: 1px solid var(--line);
}

.showcase-card h3 {
  margin: 0.7rem 0 0.2rem;
  font-size: 1.05rem;
}

.showcase-card p {
  margin: 0;
  color: var(--ink-soft);
}

.showcase-destination .app-shot-portrait,
.showcase-confirm .app-shot-portrait {
  max-height: none;
}

.showcase-card.phone-frame .app-shot {
  border-radius: 1.35rem;
  border: 0;
  box-shadow: none;
  background: #000;
}

.feature-split {
  display: grid;
  gap: 1.2rem;
  align-items: center;
}

.widget-shot-grid {
  display: grid;
  gap: 0.9rem;
}

.quick-send-copy {
  padding: 0.9rem;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}

.quick-send-copy .note {
  margin-bottom: 0;
}

.quick-send-media {
  padding: 0.9rem;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}

.widget-shot-grid-mixed {
  grid-template-columns: 1fr;
  grid-template-areas:
    "lock"
    "live"
    "home"
    "start";
}

.widget-lockshot {
  grid-area: lock;
}

.widget-homeshot {
  grid-area: home;
}

.widget-live {
  grid-area: live;
}

.widget-start {
  grid-area: start;
}

.widget-shot {
  margin: 0;
  position: relative;
  padding: 0.6rem;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}

.widget-shot figcaption {
  margin-top: 0.45rem;
  color: var(--ink-soft);
  font-size: 0.9rem;
  font-weight: 700;
  text-align: center;
}

.widget-lock::after,
.widget-home::after {
  content: none;
}

.widget-lock::after {
  content: none;
}

.widget-home::after {
  content: none;
}

.flow-diagram {
  width: 100%;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow-md);
}

.note {
  margin: 0.9rem 0 0;
  padding: 0.75rem 0.88rem;
  border-radius: 10px;
  border: 1px solid #c9dff2;
  background: #f4faff;
  color: #2f5c82;
  font-size: 0.95rem;
}

.reveal {
  animation: reveal-up 520ms ease both;
}

@keyframes reveal-up {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal {
    animation: none;
  }

  .btn,
  .card,
  .showcase-card {
    transition: none;
  }
}

@media (min-width: 760px) {
  .hero-grid {
    grid-template-columns: 1.15fr 1fr;
    align-items: start;
  }

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

  .mockup-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas:
      "p1 p2"
      "proof proof"
      "l1 l1"
      "l2 l2";
  }

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

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

  .hero-shortcuts {
    grid-template-columns: auto 1fr;
    align-items: end;
    gap: 1rem 1.2rem;
    justify-items: start;
    padding-top: 72px;
  }

  .widget-sim-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
    transform: none;
  }

  .widget-sim {
    --widget-icon-row: clamp(112px, 8.8vw, 136px);
    justify-items: center;
    text-align: center;
  }

  .widget-icon-home {
    --widget-home-size: clamp(110px, 8vw, 136px);
  }

  .widget-icon-lock {
    width: clamp(70px, 5.4vw, 92px);
  }

  .feature-split {
    grid-template-columns: 1.05fr 1fr;
    align-items: stretch;
  }

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

  .widget-shot-grid-mixed {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "lock live"
      "home start";
  }
}

@media (max-width: 759px) {
  .header-inner {
    align-items: flex-start;
    gap: 0.65rem;
    padding-block: 0.65rem;
  }

  .nav {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem;
  }

  .nav a {
    width: 100%;
    text-align: center;
  }
}

@media (min-width: 1024px) {
  .card-grid.three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mockup-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }

  .showcase-grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
    grid-template-areas:
      "start destination"
      "live confirm";
    align-items: start;
  }

  .showcase-start {
    grid-area: start;
  }

  .showcase-live {
    grid-area: live;
  }

  .showcase-destination {
    grid-area: destination;
    max-width: 320px;
    justify-self: end;
  }

  .showcase-confirm {
    grid-area: confirm;
    max-width: 320px;
    justify-self: end;
  }

  .widget-shot-grid-mixed {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "lock live"
      "home start";
    align-items: start;
  }

  .widget-lock::after,
  .widget-home::after {
    content: none;
  }

  .widget-lock::after {
    content: none;
  }

  .widget-home::after {
    content: none;
  }
}
