body.home-page {
  --radius-ui: 7px;
  --app-bg: var(--bg-site);
  --app-surface: rgba(255, 255, 255, 0.88);
  --app-surface-strong: #ffffff;
  --app-text: #181411;
  --app-muted: #6f665d;
  --app-line: rgba(109, 90, 72, 0.12);
  --app-brand: #ff7a00;
  --app-brand-soft: #fff0e1;
  --app-green-soft: #edf8f1;
  --app-green-text: #287548;
  --app-shadow: 0 18px 40px rgba(55, 34, 18, 0.08);
  --app-shadow-soft: 0 22px 60px rgba(38, 24, 13, 0.1);
  --app-glow: radial-gradient(circle at top, rgba(255, 170, 94, 0.22), transparent 56%);
  color: var(--app-text);
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
}

body.home-page .app-topbar-inner,
body.home-page .menu-card,
body.home-page .menu-dots-btn {
  backdrop-filter: none;
}

:root[data-theme="light"] body.home-page .app-topbar-inner,
:root[data-theme="light"] body.home-page .menu-card {
  background: #ffffff;
}

:root[data-theme="light"] body.home-page .menu-dots-btn {
  background: #f8fafc;
}

:root[data-theme="dark"] body.home-page .app-topbar-inner,
:root[data-theme="dark"] body.home-page .menu-card {
  background: #161b22;
}

:root[data-theme="dark"] body.home-page .menu-dots-btn {
  background: #1f2937;
}

.app-home {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 18px 16px 120px;
  display: grid;
  gap: 28px;
  overflow-x: clip;
}

.app-hero,
.app-benefits,
.app-mini-grid,
.app-compare,
.app-showcase,
.app-proof,
.app-numbers,
.app-final-cta {
  display: grid;
  gap: 18px;
}

.app-chip,
.app-compare-label {
  display: inline-flex;
  width: fit-content;
  min-height: 34px;
  align-items: center;
  padding: 0 14px;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: #6b4b2e;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.01em;
  box-shadow: 0 8px 18px rgba(55, 34, 18, 0.05);
  backdrop-filter: blur(10px);
}

.app-hero {
  padding: 16px 16px 12px;
  border-radius: 7px;
  background:
    radial-gradient(180px 120px at 100% 0, rgba(255, 152, 71, 0.12), transparent 72%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 250, 245, 0.94) 100%);
  box-shadow: var(--app-shadow);
}

.app-hero-copy,
.app-section-head,
.app-number-card,
.app-final-card {
  display: grid;
  gap: 10px;
  width: 100%;
  justify-items: start;
  text-align: left;
}

.app-hero h1,
.app-section-head h2,
.app-final-card h2 {
  margin: 0;
  width: 100%;
  justify-self: start;
  color: var(--app-text);
  letter-spacing: -0.05em;
}

.app-hero h1 {
  font-size: clamp(34px, 9vw, 58px);
  line-height: 0.98;
  max-width: none;
}

.app-hero-copy p,
.app-section-head p,
.app-mini-card span,
.app-profile-body span,
.app-profile-body small,
.app-hero-note,
.app-final-card p,
.app-final-note,
.app-number-card small {
  margin: 0;
  color: var(--app-muted);
}

.app-hero-copy > p {
  width: 100%;
  max-width: none;
  justify-self: start;
  font-size: 16px;
  line-height: 1.5;
}

.app-hero-actions {
  display: grid;
  margin-top: 2px;
}

.app-primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  width: 100%;
  padding: 0 24px;
  border-radius: 7px;
  background: linear-gradient(180deg, #ff8b21 0%, #ff7300 100%);
  color: #ffffff;
  text-decoration: none;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.01em;
  box-shadow: 0 16px 34px rgba(255, 122, 0, 0.28);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.app-primary-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 20px 38px rgba(255, 122, 0, 0.32);
}

.app-primary-btn:active {
  transform: scale(0.985);
}

.app-primary-btn--wide {
  width: 100%;
}

.app-hero-visual {
  display: grid;
  place-items: center;
  gap: 14px;
}

.app-phone-stage {
  position: relative;
  width: min(100%, 420px);
  display: grid;
  place-items: center;
  padding: 0;
}

.app-hero-phone {
  width: min(100%, 390px);
  height: auto;
  display: block;
  border-radius: 7px;
  filter: drop-shadow(0 28px 40px rgba(31, 20, 12, 0.16));
}

.app-hero-context {
  max-width: 28ch;
  text-align: center;
  font-size: 15px;
  line-height: 1.5;
  color: var(--app-muted);
}

.app-floating-pill {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.94);
  color: #5b4734;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 14px 24px rgba(55, 34, 18, 0.1);
  backdrop-filter: blur(12px);
}

.app-floating-pill--top {
  top: 6px;
  left: 8px;
}

.app-floating-pill--bottom {
  right: 4px;
  bottom: 12px;
}

.app-benefits {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.app-benefit-card {
  display: grid;
  gap: 6px;
  padding: 12px 12px 13px;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 232, 214, 0.9);
  box-shadow: 0 14px 30px rgba(43, 25, 10, 0.06);
  backdrop-filter: blur(12px);
}

.app-benefit-card i {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  background: rgba(255, 122, 0, 0.1);
  color: var(--app-brand);
  font-size: 14px;
}

.app-benefit-card strong {
  font-size: 13px;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--app-text);
}

.app-benefit-card span {
  margin: 0;
  font-size: 11px;
  line-height: 1.32;
  color: var(--app-muted);
}

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

.app-mini-card,
.app-compare-card,
.app-profile-card,
.app-empty-card,
.app-number-card,
.app-final-card {
  padding: 20px;
  border-radius: 7px;
  background: var(--app-surface);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: var(--app-shadow-soft);
  backdrop-filter: blur(12px);
}

.app-mini-card {
  display: grid;
  gap: 10px;
}

.app-mini-card i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  background: #fff3e8;
  color: var(--app-brand);
  font-size: 18px;
}

.app-mini-card strong,
.app-profile-body strong,
.app-number-card strong,
.app-final-card h2 {
  color: var(--app-text);
}

.app-mini-card strong {
  font-size: 16px;
  line-height: 1.3;
}

.app-mini-card span {
  font-size: 14px;
  line-height: 1.45;
}

.app-section-head h2,
.app-final-card h2 {
  font-size: clamp(28px, 6vw, 42px);
  line-height: 1.02;
  width: 100%;
  max-width: none;
}

.app-section-head p,
.app-final-card p {
  width: 100%;
  justify-self: start;
  max-width: none;
  font-size: 14px;
  line-height: 1.5;
}

.app-final-note {
  font-size: 12px;
  line-height: 1.45;
  max-width: 36ch;
}

.app-compare-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.app-compare-label--brand {
  background: var(--app-brand-soft);
  color: #a55200;
}

.app-compare-card--brand {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 245, 233, 0.96) 100%);
}

.app-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.app-list li {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: start;
  color: var(--app-text);
  font-size: 16px;
  line-height: 1.45;
}

.app-list li::before {
  content: "!";
  width: 20px;
  height: 20px;
  margin-top: 2px;
  border-radius: 7px;
  display: grid;
  place-items: center;
  background: #fff1e3;
  color: #d66b09;
  font-size: 12px;
  font-weight: 800;
}

.app-list--plain li::before {
  content: "!";
  background: #fff1e3;
  color: #d66b09;
}

.app-list--brand li::before {
  content: "\2713";
  background: #ebf8ef;
  color: #247045;
}

.app-showcase-stage {
  position: relative;
  min-height: 390px;
  display: grid;
  place-items: center;
  padding: 16px 14px 6px;
  border-radius: 7px;
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 163, 87, 0.24), transparent 38%),
    radial-gradient(circle at 12% 86%, rgba(255, 233, 210, 0.95), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 247, 238, 0.98) 100%);
  box-shadow: var(--app-shadow-soft);
  overflow: hidden;
}

.app-showcase-stage::before,
.app-showcase-stage::after {
  content: "";
  position: absolute;
  border-radius: 7px;
  pointer-events: none;
}

.app-showcase-stage::before {
  width: 240px;
  height: 240px;
  top: -74px;
  right: -48px;
  background: rgba(255, 175, 111, 0.16);
  filter: blur(6px);
}

.app-showcase-stage::after {
  width: 180px;
  height: 180px;
  left: -34px;
  bottom: -42px;
  background: rgba(255, 214, 177, 0.28);
  filter: blur(4px);
}

.app-showcase-phone {
  position: absolute;
  width: min(56vw, 220px);
  max-width: 220px;
  height: auto;
  display: block;
  filter: drop-shadow(0 30px 44px rgba(32, 21, 14, 0.18));
  transform-origin: center center;
  transition: transform 0.28s ease, filter 0.28s ease, z-index 0.28s ease;
  will-change: transform, filter;
}

.app-showcase-phone:focus-visible {
  outline: 2px solid rgba(255, 122, 0, 0.35);
  outline-offset: 6px;
}

.app-showcase-phone--front,
.app-showcase-phone.is-front {
  z-index: 2;
  transform: translateX(22px) translateY(-4px) rotate(7deg) scale(1.02);
  filter: drop-shadow(0 34px 50px rgba(32, 21, 14, 0.22));
}

.app-showcase-phone--back,
.app-showcase-phone.is-back {
  z-index: 1;
  transform: translateX(-42px) translateY(16px) rotate(-6deg) scale(0.97);
  filter: drop-shadow(0 20px 34px rgba(32, 21, 14, 0.12));
}

.app-status-share {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 12px 14px;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 232, 214, 0.92);
  box-shadow: 0 18px 34px rgba(43, 25, 10, 0.06);
  backdrop-filter: blur(12px);
}

.app-status-share__image {
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
  justify-self: center;
  border-radius: 7px;
  box-shadow: 0 16px 30px rgba(35, 22, 12, 0.14);
}

.app-status-share__copy {
  display: grid;
  gap: 6px;
  justify-items: start;
  text-align: left;
}

.app-status-share__title {
  font-size: 15px;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--app-text);
}

.app-status-share__copy p {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  color: var(--app-text);
  max-width: 32ch;
}

.app-proof-list {
  display: grid;
  gap: 14px;
}

.app-proof-totals {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.app-profile-card {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: start;
  text-decoration: none;
  padding: 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 249, 243, 0.94) 100%);
  border-color: rgba(255, 216, 188, 0.68);
  box-shadow: 0 18px 38px rgba(46, 27, 13, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.app-profile-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 44px rgba(46, 27, 13, 0.12);
  border-color: rgba(255, 174, 112, 0.72);
}

.app-profile-card img {
  width: 68px;
  height: 80px;
  object-fit: cover;
  border-radius: 7px;
  background: #ece7e2;
  box-shadow: 0 10px 22px rgba(39, 22, 11, 0.12);
}

.app-profile-body {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.app-profile-body strong {
  font-size: 15px;
  line-height: 1.18;
  letter-spacing: -0.02em;
}

.app-profile-body span,
.app-profile-body small {
  font-size: 12px;
  line-height: 1.4;
}

.app-profile-stats {
  display: grid;
  gap: 8px;
  justify-items: end;
}

.app-stat-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 28px;
  padding: 0 8px;
  border-radius: 7px;
  background: rgba(243, 246, 249, 0.9);
  color: #44505c;
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
  border: 1px solid rgba(224, 229, 235, 0.9);
}

.app-stat-tag--alt {
  background: var(--app-green-soft);
  color: var(--app-green-text);
}

.app-stat-tag--total {
  min-height: 34px;
  padding: 0 12px;
  font-size: 12px;
  background: rgba(255, 248, 241, 0.96);
  border-color: rgba(255, 216, 184, 0.82);
}

.app-stat-tag-fire {
  color: #ff7a00;
}

.app-empty-card {
  text-align: center;
}

.app-number-card {
  background:
    radial-gradient(120px 90px at 100% 0, rgba(255, 173, 104, 0.16), transparent 70%),
    linear-gradient(180deg, #fff5ea 0%, #ffffff 100%);
}

.app-number-card strong {
  font-size: clamp(26px, 6vw, 42px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  max-width: 12ch;
}

.app-number-card small {
  font-size: 14px;
  line-height: 1.45;
}

.app-final-card {
  background:
    radial-gradient(150px 100px at 100% 0, rgba(255, 176, 110, 0.16), transparent 72%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 240, 225, 0.94) 100%);
  border-color: rgba(255, 216, 184, 0.82);
}

.app-floating-cta {
  position: fixed;
  left: 50%;
  bottom: 14px;
  z-index: 120;
  width: min(calc(100% - 32px), 1160px);
  transform: translateX(-50%);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.app-floating-cta.is-hidden {
  opacity: 0;
  transform: translateX(-50%) translateY(12px);
}

.app-floating-cta__button {
  width: 100%;
  pointer-events: auto;
  min-height: 60px;
  border: 1px solid rgba(255, 193, 144, 0.65);
  box-shadow:
    0 18px 40px rgba(255, 122, 0, 0.26),
    0 0 0 1px rgba(255, 255, 255, 0.36) inset;
}

@media (min-width: 760px) {
  .app-home {
    padding-top: 28px;
    gap: 26px;
  }

  .app-hero {
    grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.98fr);
    align-items: center;
    gap: 24px;
    padding: 30px;
  }

  .app-primary-btn {
    width: fit-content;
    min-width: 290px;
  }

  .app-mini-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }

  .app-benefits {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

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

  .app-showcase-stage {
    min-height: 540px;
    padding-inline: 26px;
  }

  .app-status-share {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    padding: 16px 18px;
  }

  .app-status-share__image {
    max-width: none;
  }

  .app-showcase-phone {
    width: min(32vw, 290px);
    max-width: 290px;
  }

  .app-showcase-phone--front,
  .app-showcase-phone.is-front {
    transform: translateX(72px) translateY(-6px) rotate(8deg);
  }

  .app-showcase-phone--back,
  .app-showcase-phone.is-back {
    transform: translateX(-90px) translateY(18px) rotate(-8deg);
  }

  .app-final-card {
    justify-items: start;
    grid-template-columns: minmax(0, 1fr);
  }

  .app-primary-btn--wide {
    width: fit-content;
  }

  .app-floating-cta {
    width: min(calc(100% - 32px), 1160px);
  }

  .app-floating-cta__button {
    width: fit-content;
    min-width: 260px;
    margin-left: auto;
    box-shadow:
      0 14px 28px rgba(255, 122, 0, 0.18),
      0 0 0 1px rgba(255, 255, 255, 0.28) inset;
  }

}

@media (min-width: 1040px) {
  .app-home {
    gap: 28px;
  }

  .app-showcase-stage {
    min-height: 620px;
  }

  .app-showcase-phone {
    width: 320px;
    max-width: none;
  }

  .app-showcase-phone--front,
  .app-showcase-phone.is-front {
    transform: translateX(86px) translateY(-6px) rotate(8deg);
  }

  .app-showcase-phone--back,
  .app-showcase-phone.is-back {
    transform: translateX(-108px) translateY(18px) rotate(-8deg);
  }
}

:root[data-theme="dark"] body.home-page {
  --app-bg: #0d1117;
  --app-surface: rgba(22, 27, 34, 0.88);
  --app-surface-strong: #161b22;
  --app-text: #eef2f7;
  --app-muted: #9aa4b2;
  --app-line: rgba(148, 163, 184, 0.14);
  --app-brand: #ff8b21;
  --app-brand-soft: rgba(255, 122, 0, 0.14);
  --app-green-soft: rgba(22, 163, 74, 0.16);
  --app-green-text: #b7efc8;
  --app-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
  --app-shadow-soft: 0 20px 52px rgba(0, 0, 0, 0.32);
}

:root[data-theme="dark"] .app-hero {
  background:
    radial-gradient(180px 100px at 100% 0, rgba(255, 139, 33, 0.12), transparent 72%),
    radial-gradient(200px 110px at 0 100%, rgba(59, 130, 246, 0.12), transparent 74%),
    linear-gradient(180deg, rgba(22, 27, 34, 0.96) 0%, rgba(13, 17, 23, 0.94) 100%);
  border: 1px solid rgba(148, 163, 184, 0.14);
}

:root[data-theme="dark"] .app-chip,
:root[data-theme="dark"] .app-compare-label {
  background: rgba(22, 27, 34, 0.82);
  border-color: rgba(148, 163, 184, 0.12);
  color: #ffd7b0;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
}

:root[data-theme="dark"] .app-hero-badges span {
  background: rgba(255, 122, 0, 0.12);
  color: #ffd7b0;
}

:root[data-theme="dark"] .app-primary-btn {
  background: linear-gradient(180deg, #ff922f 0%, #ff7a00 100%);
  box-shadow: 0 18px 36px rgba(255, 122, 0, 0.24);
}

:root[data-theme="dark"] .app-primary-btn:hover {
  box-shadow: 0 22px 42px rgba(255, 122, 0, 0.28);
}

:root[data-theme="dark"] .app-floating-pill {
  background: rgba(22, 27, 34, 0.94);
  color: #dbe2ea;
  border: 1px solid rgba(148, 163, 184, 0.14);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22);
}

:root[data-theme="dark"] .app-benefit-card {
  background: rgba(22, 27, 34, 0.8);
  border-color: rgba(148, 163, 184, 0.14);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
}

:root[data-theme="dark"] .app-benefit-card i {
  background: rgba(255, 122, 0, 0.14);
  color: #ffb36a;
}

:root[data-theme="dark"] .app-status-share {
  background: rgba(22, 27, 34, 0.82);
  border-color: rgba(148, 163, 184, 0.14);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
}

:root[data-theme="dark"] .app-status-share__copy p {
  color: var(--app-text);
}

:root[data-theme="dark"] .app-mini-card,
:root[data-theme="dark"] .app-compare-card,
:root[data-theme="dark"] .app-profile-card,
:root[data-theme="dark"] .app-empty-card,
:root[data-theme="dark"] .app-number-card,
:root[data-theme="dark"] .app-final-card {
  background: rgba(22, 27, 34, 0.88);
  border-color: rgba(148, 163, 184, 0.14);
  box-shadow: var(--app-shadow);
}

:root[data-theme="dark"] .app-mini-card i {
  background: rgba(255, 122, 0, 0.12);
  color: #ffb36a;
}

:root[data-theme="dark"] .app-compare-card--brand {
  background:
    radial-gradient(150px 80px at 100% 0, rgba(255, 122, 0, 0.1), transparent 72%),
    linear-gradient(180deg, rgba(28, 25, 23, 0.96) 0%, rgba(22, 27, 34, 0.96) 100%);
}

:root[data-theme="dark"] .app-compare-label--brand {
  background: rgba(255, 122, 0, 0.14);
  color: #ffc48a;
}

:root[data-theme="dark"] .app-list li {
  color: var(--app-text);
}

:root[data-theme="dark"] .app-list li::before,
:root[data-theme="dark"] .app-list--plain li::before {
  background: rgba(255, 122, 0, 0.14);
  color: #ffb36a;
}

:root[data-theme="dark"] .app-list--brand li::before {
  background: rgba(22, 163, 74, 0.16);
  color: #b7efc8;
}

:root[data-theme="dark"] .app-hero-phone,
:root[data-theme="dark"] .app-showcase-phone {
  filter: drop-shadow(0 28px 44px rgba(0, 0, 0, 0.32));
}

:root[data-theme="dark"] .app-profile-card img {
  background: #232a33;
}

:root[data-theme="dark"] .app-stat-tag {
  background: rgba(148, 163, 184, 0.12);
  color: #d6dde7;
  border: 1px solid rgba(148, 163, 184, 0.12);
}

:root[data-theme="dark"] .app-showcase-stage {
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 140, 45, 0.18), transparent 38%),
    radial-gradient(circle at 12% 86%, rgba(59, 130, 246, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(22, 27, 34, 0.94) 0%, rgba(15, 23, 33, 0.96) 100%);
  border: 1px solid rgba(148, 163, 184, 0.14);
}

:root[data-theme="dark"] .app-showcase-stage::before {
  background: rgba(255, 146, 61, 0.12);
}

:root[data-theme="dark"] .app-showcase-stage::after {
  background: rgba(59, 130, 246, 0.14);
}

:root[data-theme="dark"] .app-profile-card {
  background:
    linear-gradient(180deg, rgba(25, 31, 40, 0.96) 0%, rgba(22, 27, 34, 0.92) 100%);
  border-color: rgba(148, 163, 184, 0.14);
}

:root[data-theme="dark"] .app-profile-card:hover {
  border-color: rgba(255, 160, 74, 0.32);
}

:root[data-theme="dark"] .app-floating-cta__button {
  border-color: rgba(255, 160, 74, 0.28);
  box-shadow:
    0 18px 44px rgba(255, 122, 0, 0.18),
    0 0 0 1px rgba(255, 255, 255, 0.04) inset;
}
