:root {
  color-scheme: dark;
  --bg: #05070d;
  --bg-elevated: #0a0d16;
  --panel: rgba(255, 255, 255, 0.075);
  --panel-strong: rgba(255, 255, 255, 0.115);
  --line: rgba(255, 255, 255, 0.14);
  --line-strong: rgba(255, 255, 255, 0.24);
  --text: #f7f8ff;
  --muted: rgba(236, 240, 255, 0.74);
  --soft: rgba(236, 240, 255, 0.56);
  --red: #ff4b3e;
  --orange: #ff9a4a;
  --gold: #ffd08a;
  --blue: #88a4ff;
  --green: #57d68d;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.46);
  --radius-lg: 28px;
  --radius-md: 22px;
  --radius-sm: 16px;
  --max: 1180px;
  --header-height: 76px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 75, 62, 0.16), transparent 30rem),
    radial-gradient(circle at 78% 8%, rgba(136, 164, 255, 0.11), transparent 32rem),
    linear-gradient(180deg, #060812 0%, #05070d 46%, #080b12 100%);
  color: var(--text);
  font-family: inherit;
  line-height: 1.5;
  overflow-x: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.72), transparent 78%);
}

body::after {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.032) 42%, transparent 56%),
    radial-gradient(circle at var(--cursor-x, 50%) var(--cursor-y, 10%), rgba(255, 154, 74, 0.07), transparent 24rem);
  opacity: 0.82;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

img,
svg {
  display: block;
  max-width: 100%;
}

.skip-link {
  position: fixed;
  top: 14px;
  left: 14px;
  z-index: 100;
  transform: translateY(-130%);
  border-radius: 999px;
  background: #fff;
  color: #080a11;
  padding: 10px 14px;
  font-weight: 800;
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.page-shell {
  position: relative;
  width: 100%;
}

.site-header {
  position: sticky;
  top: 12px;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(calc(100% - 28px), var(--max));
  min-height: var(--header-height);
  margin: 12px auto 0;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 26px;
  background: rgba(8, 10, 18, 0.74);
  box-shadow: 0 14px 60px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(22px);
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 850;
  letter-spacing: 0;
}

.brand-mark {
  position: relative;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 13px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.04)),
    radial-gradient(circle at 28% 22%, rgba(255, 208, 138, 0.95), transparent 34%),
    linear-gradient(135deg, #ff4b3e 0%, #9b1726 54%, #171b34 100%);
  box-shadow: 0 12px 30px rgba(255, 75, 62, 0.24);
}

.brand-mark::after {
  position: absolute;
  inset: 10px;
  content: "";
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg) translate(-1px, 1px);
  opacity: 0.92;
}

.brand strong {
  display: block;
  font-size: 15px;
}

.brand small {
  display: block;
  color: var(--soft);
  font-size: 12px;
  font-weight: 700;
  margin-top: -2px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
}

.site-nav a {
  border-radius: 999px;
  color: rgba(246, 248, 255, 0.72);
  font-size: 13px;
  font-weight: 750;
  padding: 9px 12px;
  transition: background 180ms ease, color 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: rgba(255, 255, 255, 0.09);
  color: #fff;
  outline: none;
}

.nav-cta {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 75, 62, 0.94), rgba(255, 154, 74, 0.92));
  box-shadow: 0 12px 28px rgba(255, 75, 62, 0.23);
  color: #fff;
  font-size: 13px;
  font-weight: 850;
  padding: 0 18px;
}

.hero {
  position: relative;
  width: min(calc(100% - 28px), var(--max));
  min-height: 82svh;
  margin: 0 auto;
  padding: clamp(56px, 7vw, 92px) 0 clamp(36px, 5vw, 70px);
}

.hero-light {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  border-radius: 38px;
  background:
    radial-gradient(ellipse at 72% 28%, rgba(255, 75, 62, 0.22), transparent 34%),
    radial-gradient(ellipse at 85% 52%, rgba(255, 154, 74, 0.15), transparent 32%),
    radial-gradient(ellipse at 36% 78%, rgba(136, 164, 255, 0.1), transparent 36%);
}

.hero-light::before {
  position: absolute;
  inset: 7% -12% auto;
  height: 52%;
  content: "";
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  filter: blur(42px);
  transform: rotate(-8deg);
  animation: sweep 9s ease-in-out infinite alternate;
}

.hero-grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1.02fr) minmax(330px, 0.78fr);
  gap: clamp(34px, 7vw, 96px);
}

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

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 32px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, var(--red), var(--orange));
}

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

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(3.5rem, 8.5vw, 6.95rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.9;
}

.hero-subtitle {
  max-width: 640px;
  margin-bottom: 32px;
  color: rgba(244, 247, 255, 0.78);
  font-size: clamp(1.12rem, 2vw, 1.42rem);
  line-height: 1.48;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.store-button {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  min-width: 172px;
  min-height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  padding: 9px 18px;
  text-align: left;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.store-button-primary {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.04)),
    #0d1018;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.26);
}

.store-button-primary:hover,
.store-button-primary:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255, 154, 74, 0.58);
  box-shadow: 0 18px 46px rgba(255, 75, 62, 0.2);
  outline: none;
}

.store-button-disabled {
  cursor: not-allowed;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.055);
}

.store-kicker {
  color: rgba(255, 255, 255, 0.6);
  font-size: 11px;
  font-weight: 750;
  line-height: 1.1;
}

.store-button strong {
  margin-top: 2px;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.1;
}

.text-cta {
  display: inline-flex;
  align-items: center;
  min-height: 58px;
  border-radius: 999px;
  color: #fff;
  font-weight: 850;
  padding: 0 6px;
}

.text-cta::after {
  width: 34px;
  height: 34px;
  margin-left: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  content: "";
  background:
    linear-gradient(45deg, transparent 45%, #fff 45% 55%, transparent 55%) center / 14px 14px no-repeat,
    rgba(255, 255, 255, 0.08);
  transform: rotate(45deg);
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.hero-proof span {
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
  font-weight: 800;
  padding: 8px 11px;
}

.hero-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 640px;
}

.signal-panel {
  position: absolute;
  z-index: 1;
  width: 178px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  background: rgba(14, 17, 28, 0.58);
  box-shadow: var(--shadow);
  padding: 14px;
  backdrop-filter: blur(20px);
}

.signal-panel span {
  display: block;
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 4px;
}

.signal-panel strong {
  color: #fff;
  font-size: 15px;
  line-height: 1.25;
}

.panel-left {
  top: 24%;
  left: -3%;
  animation: floatSoft 5.2s ease-in-out infinite;
}

.panel-right {
  right: -4%;
  bottom: 24%;
  animation: floatSoft 5.8s ease-in-out infinite reverse;
}

.phone-stage {
  position: relative;
  display: grid;
  place-items: center;
  width: min(100%, 392px);
  isolation: isolate;
}

.phone-stage::before {
  position: absolute;
  inset: 7% -10% 7% -10%;
  z-index: -2;
  content: "";
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 48%, rgba(255, 75, 62, 0.28), transparent 45%),
    radial-gradient(circle at 50% 68%, rgba(255, 154, 74, 0.18), transparent 48%);
  filter: blur(12px);
}

.phone-shadow {
  position: absolute;
  right: 4%;
  bottom: -6%;
  width: 72%;
  height: 9%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.58);
  filter: blur(18px);
}

.phone {
  position: relative;
  width: min(82vw, 334px);
  aspect-ratio: 0.49;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 46px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.03) 18%),
    linear-gradient(160deg, #1b2131 0%, #070910 56%, #15121a 100%);
  box-shadow:
    inset 0 0 0 8px rgba(0, 0, 0, 0.86),
    inset 0 0 0 10px rgba(255, 255, 255, 0.08),
    0 42px 90px rgba(0, 0, 0, 0.52),
    0 0 110px rgba(255, 75, 62, 0.15);
  padding: 16px;
  transform: rotate(2deg);
}

.phone::before {
  position: absolute;
  top: 16px;
  left: 50%;
  z-index: 4;
  width: 96px;
  height: 26px;
  content: "";
  border-radius: 999px;
  background: #030408;
  transform: translateX(-50%);
}

.phone-glass {
  position: relative;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  border-radius: 34px;
  background:
    radial-gradient(circle at 50% 22%, rgba(255, 255, 255, 0.14), transparent 20%),
    radial-gradient(circle at 50% 60%, rgba(255, 75, 62, 0.19), transparent 32%),
    linear-gradient(180deg, #111827 0%, #090b12 52%, #16101a 100%);
  padding: 20px 22px 24px;
}

.phone-glass::before {
  position: absolute;
  inset: -40% -35% auto;
  height: 48%;
  content: "";
  background: linear-gradient(115deg, transparent, rgba(255, 255, 255, 0.18), transparent);
  filter: blur(18px);
  transform: rotate(-12deg);
}

.phone-status {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 850;
  padding-top: 4px;
}

.status-dots {
  width: 46px;
  height: 12px;
  background:
    linear-gradient(90deg, #fff 0 5px, transparent 5px 10px, #fff 10px 16px, transparent 16px 22px, #fff 22px 32px, transparent 32px 36px, #fff 36px 46px);
  opacity: 0.7;
}

.incoming-label {
  position: relative;
  z-index: 2;
  margin-top: 64px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.74);
  font-size: 11px;
  font-weight: 850;
  padding: 7px 10px;
  text-transform: uppercase;
}

.caller-avatar {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 94px;
  height: 94px;
  margin-top: 28px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background:
    radial-gradient(circle at 32% 25%, rgba(255, 255, 255, 0.26), transparent 32%),
    linear-gradient(145deg, rgba(255, 154, 74, 0.98), rgba(255, 75, 62, 0.88) 58%, rgba(136, 164, 255, 0.62));
  box-shadow: 0 0 38px rgba(255, 75, 62, 0.28);
  font-size: 38px;
  font-weight: 900;
}

.phone h2 {
  position: relative;
  z-index: 2;
  margin: 18px 0 4px;
  font-size: 42px;
  font-weight: 850;
  letter-spacing: 0;
}

.caller-note {
  position: relative;
  z-index: 2;
  color: rgba(255, 255, 255, 0.64);
  font-size: 15px;
  margin-bottom: 0;
}

.call-wave {
  position: relative;
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 7px;
  height: 74px;
  margin-top: 16px;
}

.call-wave span {
  width: 5px;
  height: 22px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--gold), var(--red));
  animation: wave 1.2s ease-in-out infinite;
  opacity: 0.72;
}

.call-wave span:nth-child(2) {
  height: 40px;
  animation-delay: 120ms;
}

.call-wave span:nth-child(3) {
  height: 28px;
  animation-delay: 240ms;
}

.call-actions {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: auto;
  padding: 0 18px;
}

.call-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
  font-weight: 800;
}

.call-action span {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24), 0 16px 28px rgba(0, 0, 0, 0.22);
}

.call-action span::before {
  width: 24px;
  height: 10px;
  content: "";
  border-radius: 10px 10px 3px 3px;
  border-top: 5px solid #fff;
  transform: rotate(0deg);
}

.decline span {
  background: linear-gradient(145deg, #ff5145, #b61f2a);
}

.decline span::before {
  transform: rotate(135deg);
}

.answer span {
  background: linear-gradient(145deg, #57d68d, #1fae64);
}

.answer span::before {
  transform: rotate(-45deg);
}

.phone-disclaimer {
  position: relative;
  z-index: 2;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.46);
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}

.section {
  width: min(calc(100% - 28px), var(--max));
  margin: 0 auto;
  padding: clamp(76px, 10vw, 128px) 0;
}

.intro-strip {
  margin-top: -8px;
  padding: 22px clamp(18px, 5vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 24px;
  background:
    linear-gradient(90deg, rgba(255, 75, 62, 0.12), rgba(255, 255, 255, 0.055), rgba(136, 164, 255, 0.08)),
    rgba(255, 255, 255, 0.045);
  backdrop-filter: blur(18px);
}

.intro-strip p {
  max-width: 960px;
  margin: 0 auto;
  color: rgba(247, 248, 255, 0.84);
  font-size: clamp(1rem, 2vw, 1.18rem);
  font-weight: 720;
  text-align: center;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-heading h2,
.trust-copy h2,
.final-cta h2 {
  margin-bottom: 16px;
  font-size: clamp(2.1rem, 5.5vw, 4.6rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.98;
}

.section-heading p,
.trust-copy p,
.final-cta p {
  color: var(--muted);
  font-size: clamp(1rem, 1.8vw, 1.18rem);
}

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

.step-card,
.feature-card,
.situation-card,
.trust-item,
.faq-list details {
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.045)),
    rgba(7, 9, 16, 0.62);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
}

.step-card {
  min-height: 268px;
  border-radius: var(--radius-lg);
  padding: 28px;
}

.step-number {
  display: inline-flex;
  margin-bottom: 46px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
}

.step-card h3,
.feature-card h3,
.situation-card h3 {
  margin-bottom: 12px;
  font-size: 1.24rem;
  font-weight: 880;
  line-height: 1.15;
}

.step-card p,
.feature-card p,
.situation-card p {
  color: var(--muted);
  margin-bottom: 0;
}

.feature-section {
  position: relative;
}

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

.feature-card {
  min-height: 238px;
  border-radius: var(--radius-md);
  padding: 24px;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.feature-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 154, 74, 0.28);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.052)),
    rgba(12, 14, 23, 0.72);
}

.feature-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 28px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 17px;
  background: linear-gradient(145deg, rgba(255, 75, 62, 0.38), rgba(255, 255, 255, 0.06));
}

.feature-icon::before,
.feature-icon::after {
  position: absolute;
  content: "";
}

.instant::before {
  width: 16px;
  height: 24px;
  background: linear-gradient(180deg, #fff, #ffd08a);
  clip-path: polygon(50% 0, 100% 0, 64% 43%, 100% 43%, 36% 100%, 50% 55%, 12% 55%);
}

.delay::before {
  width: 24px;
  height: 24px;
  border: 3px solid #fff;
  border-radius: 999px;
}

.delay::after {
  width: 9px;
  height: 3px;
  background: #fff;
  transform: translate(4px, -2px) rotate(35deg);
}

.voice::before {
  width: 24px;
  height: 18px;
  border-radius: 50%;
  border: 3px solid #fff;
}

.voice::after {
  width: 8px;
  height: 3px;
  background: #fff;
  transform: translate(15px, 1px);
}

.caller::before {
  width: 16px;
  height: 16px;
  border: 3px solid #fff;
  border-radius: 999px;
  transform: translateY(-6px);
}

.caller::after {
  width: 28px;
  height: 16px;
  border-radius: 18px 18px 6px 6px;
  background: #fff;
  transform: translateY(13px);
}

.shake::before {
  width: 18px;
  height: 28px;
  border: 3px solid #fff;
  border-radius: 6px;
  transform: rotate(-12deg);
}

.shake::after {
  width: 32px;
  height: 22px;
  border-left: 2px solid #ffd08a;
  border-right: 2px solid #ffd08a;
  transform: rotate(-12deg);
}

.discreet::before {
  width: 26px;
  height: 17px;
  border: 3px solid #fff;
  border-radius: 999px;
}

.discreet::after {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #ffd08a;
}

.situations-section {
  padding-top: clamp(42px, 8vw, 92px);
}

.situation-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.situation-card {
  min-height: 284px;
  border-radius: var(--radius-lg);
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.044)),
    radial-gradient(circle at 70% 0%, rgba(255, 75, 62, 0.11), transparent 44%),
    rgba(7, 9, 16, 0.62);
}

.situation-card span {
  display: inline-flex;
  margin-bottom: 80px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 880;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.trust-section {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1fr);
  gap: clamp(28px, 6vw, 76px);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.trust-list {
  display: grid;
  gap: 12px;
}

.trust-item {
  display: grid;
  gap: 5px;
  border-radius: 18px;
  padding: 18px 20px;
}

.trust-item strong {
  color: #fff;
  font-size: 1rem;
}

.trust-item span {
  color: var(--muted);
}

.faq-section {
  max-width: 920px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  overflow: hidden;
  border-radius: 20px;
  padding: 0;
}

.faq-list summary {
  position: relative;
  cursor: pointer;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 850;
  list-style: none;
  padding: 22px 58px 22px 22px;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 22px;
  width: 24px;
  height: 24px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background:
    linear-gradient(#fff, #fff) center / 10px 2px no-repeat,
    linear-gradient(#fff, #fff) center / 2px 10px no-repeat,
    rgba(255, 255, 255, 0.08);
  transform: translateY(-50%);
  transition: transform 180ms ease, background 180ms ease;
}

.faq-list details[open] summary::after {
  background:
    linear-gradient(#fff, #fff) center / 10px 2px no-repeat,
    rgba(255, 75, 62, 0.45);
}

.faq-list p {
  margin: -4px 22px 22px;
  color: var(--muted);
}

.final-cta {
  width: min(calc(100% - 28px), 980px);
  margin: 0 auto clamp(70px, 9vw, 120px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 34px;
  background:
    radial-gradient(circle at 60% 0%, rgba(255, 75, 62, 0.2), transparent 44%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.04)),
    rgba(8, 10, 18, 0.72);
  box-shadow: var(--shadow);
  padding: clamp(42px, 7vw, 74px);
  text-align: center;
  backdrop-filter: blur(22px);
}

.final-cta .eyebrow {
  justify-content: center;
}

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

.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  width: min(calc(100% - 28px), var(--max));
  margin: 0 auto 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.58);
  padding: 28px 0 34px;
}

.site-footer p {
  margin: 8px 0 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  gap: 12px 18px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  font-weight: 750;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: #fff;
}

.site-footer small {
  grid-column: 1 / -1;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes sweep {
  from {
    transform: translateX(-6%) rotate(-8deg);
  }
  to {
    transform: translateX(8%) rotate(-8deg);
  }
}

@keyframes floatSoft {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes wave {
  0%,
  100% {
    transform: scaleY(0.7);
  }
  50% {
    transform: scaleY(1.18);
  }
}

@media (max-width: 980px) {
  .site-header {
    min-height: 66px;
  }

  .site-nav {
    display: none;
  }

  .hero {
    padding-top: 48px;
  }

  .hero-grid,
  .trust-section {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 780px;
  }

  .hero-visual {
    min-height: 560px;
  }

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

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

@media (max-width: 680px) {
  :root {
    --header-height: 64px;
  }

  body {
    background:
      radial-gradient(circle at 12% 0%, rgba(255, 75, 62, 0.18), transparent 22rem),
      linear-gradient(180deg, #060812 0%, #05070d 58%, #080b12 100%);
  }

  .site-header {
    top: 8px;
    width: calc(100% - 18px);
    margin-top: 8px;
    border-radius: 22px;
    padding: 10px;
  }

  .brand {
    gap: 10px;
  }

  .brand-mark {
    width: 36px;
    height: 36px;
    border-radius: 12px;
  }

  .brand strong {
    font-size: 14px;
  }

  .brand small {
    font-size: 11px;
  }

  .nav-cta {
    min-height: 38px;
    padding: 0 14px;
  }

  .hero,
  .section,
  .site-footer {
    width: calc(100% - 18px);
  }

  .hero {
    min-height: auto;
    padding: 46px 0 34px;
  }

  h1 {
    font-size: clamp(3.15rem, 16vw, 4.4rem);
    line-height: 0.92;
  }

  .hero-subtitle {
    font-size: 1.04rem;
  }

  .hero-actions {
    align-items: stretch;
  }

  .store-button {
    flex: 1 1 148px;
    min-width: 0;
  }

  .text-cta {
    width: 100%;
    justify-content: center;
    min-height: 44px;
  }

  .hero-proof span {
    flex: 1 1 auto;
    text-align: center;
  }

  .hero-visual {
    min-height: 508px;
    margin-top: 6px;
  }

  .phone {
    width: min(86vw, 286px);
    border-radius: 40px;
    padding: 14px;
  }

  .phone-glass {
    border-radius: 29px;
    padding: 18px 19px 22px;
  }

  .incoming-label {
    margin-top: 52px;
  }

  .caller-avatar {
    width: 80px;
    height: 80px;
    margin-top: 22px;
    font-size: 32px;
  }

  .phone h2 {
    font-size: 36px;
  }

  .call-actions {
    padding: 0 10px;
  }

  .call-action span {
    width: 56px;
    height: 56px;
  }

  .signal-panel {
    width: 150px;
    padding: 12px;
  }

  .panel-left {
    top: 8%;
    left: 0;
  }

  .panel-right {
    right: 0;
    bottom: 8%;
  }

  .intro-strip {
    padding: 20px 16px;
  }

  .steps,
  .feature-grid,
  .situation-grid {
    grid-template-columns: 1fr;
  }

  .step-card,
  .feature-card,
  .situation-card {
    min-height: auto;
    padding: 22px;
  }

  .step-number,
  .situation-card span {
    margin-bottom: 34px;
  }

  .section {
    padding: 72px 0;
  }

  .section-heading h2,
  .trust-copy h2,
  .final-cta h2 {
    font-size: clamp(2.25rem, 12vw, 3.45rem);
  }

  .trust-section {
    gap: 24px;
  }

  .faq-list summary {
    padding: 20px 54px 20px 18px;
  }

  .faq-list p {
    margin: -4px 18px 20px;
  }

  .final-cta {
    width: calc(100% - 18px);
    border-radius: 28px;
    padding: 34px 18px;
  }

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

  .footer-links {
    justify-content: start;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
