:root {
  color-scheme: dark;
  --bg: #070817;
  --bg-deep: #03040c;
  --surface: rgba(18, 20, 48, 0.78);
  --surface-strong: #141735;
  --surface-soft: rgba(255, 255, 255, 0.055);
  --border: rgba(255, 255, 255, 0.12);
  --border-strong: rgba(255, 255, 255, 0.2);
  --text: #f8f8ff;
  --muted: #b7b9d3;
  --muted-strong: #d4d5e5;
  --magenta: #ff2d87;
  --magenta-2: #d51ee4;
  --blue: #2688ff;
  --cyan: #51d9ff;
  --gold: #ffd05b;
  --green: #50d890;
  --danger: #ff7e91;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --content: 1160px;
}

* {
  box-sizing: border-box;
}

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

body {
  min-height: 100vh;
  margin: 0;
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  line-height: 1.55;
  background:
    radial-gradient(circle at 14% 8%, rgba(226, 23, 168, 0.19), transparent 29rem),
    radial-gradient(circle at 88% 11%, rgba(38, 136, 255, 0.19), transparent 30rem),
    linear-gradient(180deg, #0b0b22 0%, var(--bg) 44%, #050611 100%);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  opacity: 0.35;
  background-image:
    linear-gradient(rgba(255,255,255,.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.022) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}

a {
  color: inherit;
}

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

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

:focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: 4px;
  border-radius: 8px;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 200;
  padding: 10px 14px;
  background: white;
  color: #111;
  border-radius: 10px;
  transform: translateY(-160%);
}

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

.site-shell {
  width: min(calc(100% - 36px), var(--content));
  margin-inline: auto;
}

.setup-warning {
  display: none;
  position: relative;
  z-index: 110;
  padding: 11px 20px;
  text-align: center;
  font-weight: 750;
  color: #2f2100;
  background: #ffe18d;
  border-bottom: 1px solid rgba(0,0,0,.18);
}

.setup-warning.is-visible {
  display: block;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: rgba(6, 7, 19, 0.78);
  backdrop-filter: blur(22px) saturate(150%);
  -webkit-backdrop-filter: blur(22px) saturate(150%);
}

.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  flex-shrink: 0;
  font-size: 1.12rem;
  font-weight: 850;
  letter-spacing: -0.03em;
}

.brand img {
  width: 42px;
  height: 42px;
  border-radius: 11px;
  box-shadow: 0 8px 30px rgba(230, 34, 165, .25);
}

.brand-gradient {
  background: linear-gradient(110deg, #fff 15%, #ff4c9e 54%, #54b5ff 93%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-left: auto;
}

.primary-nav a {
  color: var(--muted-strong);
  text-decoration: none;
  font-size: .94rem;
  font-weight: 670;
}

.primary-nav a:hover,
.primary-nav a[aria-current="page"] {
  color: white;
}

.language-nav {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-left: 8px;
  padding: 4px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(255,255,255,.04);
}

.language-nav a {
  min-width: 36px;
  padding: 6px 8px;
  border-radius: 999px;
  text-align: center;
  text-decoration: none;
  color: var(--muted);
  font-size: .78rem;
  font-weight: 800;
}

.language-nav a[aria-current="true"] {
  color: white;
  background: rgba(255,255,255,.12);
}

.menu-button {
  display: none;
  margin-left: auto;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: rgba(255,255,255,.05);
  color: white;
  font-size: 1.25rem;
  cursor: pointer;
}

main {
  overflow: hidden;
}

.hero {
  position: relative;
  padding: 92px 0 74px;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(8px);
  pointer-events: none;
  z-index: -1;
}

.hero::before {
  width: 380px;
  height: 380px;
  left: -180px;
  top: 120px;
  background: rgba(228, 24, 161, .13);
}

.hero::after {
  width: 420px;
  height: 420px;
  right: -240px;
  top: 60px;
  background: rgba(38, 136, 255, .14);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, .98fr);
  gap: clamp(42px, 7vw, 92px);
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 999px;
  background: rgba(255,255,255,.055);
  color: #e9eaff;
  font-size: .84rem;
  font-weight: 760;
  letter-spacing: .02em;
}

.eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--magenta), var(--cyan));
  box-shadow: 0 0 18px var(--magenta);
}

.hero h1 {
  max-width: 780px;
  margin: 22px 0 20px;
  font-size: clamp(3.25rem, 7.3vw, 6.7rem);
  line-height: .95;
  letter-spacing: -0.068em;
}

.gradient-text {
  background: linear-gradient(105deg, #ff5ca7 8%, #f020cc 46%, #42a9ff 93%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-lead {
  max-width: 680px;
  margin: 0;
  color: var(--muted-strong);
  font-size: clamp(1.08rem, 2.15vw, 1.35rem);
  line-height: 1.55;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 32px;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 15px;
  text-decoration: none;
  font-weight: 800;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: white;
  background: linear-gradient(105deg, #ef2d7f, #ce24d7 52%, #367df5);
  box-shadow: 0 15px 40px rgba(211, 37, 183, .25);
}

.button-primary:hover {
  box-shadow: 0 18px 48px rgba(211, 37, 183, .36);
}

.button-secondary {
  color: white;
  border-color: var(--border-strong);
  background: rgba(255,255,255,.055);
}

.button-secondary:hover {
  border-color: rgba(255,255,255,.32);
  background: rgba(255,255,255,.085);
}

.button-disabled {
  cursor: default;
  opacity: .74;
}

.button-disabled:hover {
  transform: none;
}

.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-size: .91rem;
  font-weight: 650;
}

.hero-facts li::before {
  content: "✓";
  margin-right: 7px;
  color: var(--green);
  font-weight: 900;
}

.phone-stage {
  position: relative;
  min-height: 610px;
  display: grid;
  place-items: center;
}

.app-icon-large {
  position: absolute;
  width: 150px;
  height: 150px;
  right: 1%;
  top: 0;
  border-radius: 34px;
  transform: rotate(6deg);
  box-shadow: 0 30px 80px rgba(0,0,0,.45), 0 0 60px rgba(229, 37, 179, .22);
  animation: float-icon 6.2s ease-in-out infinite;
  z-index: 4;
}

.phone {
  position: relative;
  width: min(100%, 390px);
  aspect-ratio: 0.52;
  padding: 12px;
  border-radius: 58px;
  background: linear-gradient(145deg, #45465d, #090a11 23%, #252635 77%, #050608);
  box-shadow: var(--shadow), 0 0 0 1px rgba(255,255,255,.24) inset;
  transform: rotate(2deg);
}

.phone-screen {
  position: relative;
  height: 100%;
  padding: 52px 23px 26px;
  overflow: hidden;
  border-radius: 47px;
  background:
    radial-gradient(circle at 50% 0%, rgba(218, 30, 199, .25), transparent 31%),
    linear-gradient(180deg, #0e0a24 0%, #11152d 58%, #0b1020 100%);
}

.phone-screen::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 50%;
  width: 112px;
  height: 31px;
  border-radius: 999px;
  background: #030308;
  transform: translateX(-50%);
}

.phone-topline {
  display: flex;
  justify-content: space-between;
  color: #afb1c7;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.phone-question {
  margin: 34px 0 22px;
  text-align: center;
  font-size: 1.34rem;
  line-height: 1.22;
  letter-spacing: -.025em;
}

.vote-card {
  margin-top: 13px;
  padding: 17px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 20px;
  background: rgba(255,255,255,.055);
}

.vote-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  font-weight: 800;
}

.vote-row strong {
  font-size: 1.55rem;
}

.vote-card.magenta strong {
  color: #ff5aa8;
}

.vote-card.blue strong {
  color: #59b5ff;
}

.vote-track {
  height: 8px;
  margin-top: 11px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,.09);
}

.vote-track span {
  display: block;
  height: 100%;
  border-radius: inherit;
  transform-origin: left;
  animation: reveal-bar 1.2s cubic-bezier(.2,.8,.2,1) both;
}

.magenta .vote-track span {
  width: 67%;
  background: linear-gradient(90deg, #f22c7e, #ee42d1);
}

.blue .vote-track span {
  width: 33%;
  background: linear-gradient(90deg, #2a7ef4, #4ed6ff);
  animation-delay: .18s;
}

.player-chips {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-top: 24px;
}

.player-chip {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.16);
  background: linear-gradient(135deg, rgba(255,255,255,.17), rgba(255,255,255,.06));
  font-size: .69rem;
  font-weight: 850;
}

.reveal-pill {
  margin-top: 24px;
  padding: 13px 16px;
  border-radius: 15px;
  text-align: center;
  font-weight: 800;
  background: linear-gradient(100deg, rgba(239,45,127,.88), rgba(196,34,219,.9));
}

.floating-card {
  position: absolute;
  z-index: 5;
  max-width: 215px;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 18px;
  background: rgba(19, 22, 49, .92);
  box-shadow: 0 18px 55px rgba(0,0,0,.34);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.floating-card strong,
.floating-card span {
  display: block;
}

.floating-card strong {
  font-size: .92rem;
}

.floating-card span {
  margin-top: 3px;
  color: var(--muted);
  font-size: .78rem;
}

.floating-card.one {
  left: -2%;
  top: 18%;
  animation: float-card 5.6s ease-in-out infinite;
}

.floating-card.two {
  right: -3%;
  bottom: 11%;
  animation: float-card 6.3s ease-in-out infinite reverse;
}

.section {
  padding: 88px 0;
}

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

.section-border {
  border-top: 1px solid rgba(255,255,255,.075);
}

.section-heading {
  max-width: 780px;
  margin-bottom: 36px;
}

.section-heading.center {
  margin-inline: auto;
  text-align: center;
}

.kicker {
  margin: 0 0 10px;
  color: #ff62b0;
  font-size: .82rem;
  font-weight: 850;
  letter-spacing: .115em;
  text-transform: uppercase;
}

.section h2,
.page-hero h1 {
  margin: 0;
  font-size: clamp(2.1rem, 4.5vw, 4rem);
  line-height: 1.02;
  letter-spacing: -.055em;
}

.section-heading p,
.page-hero p {
  max-width: 730px;
  margin: 17px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
}

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

.feature-card,
.step-card,
.plan-card,
.info-card,
.faq-card,
.legal-card {
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.035));
  box-shadow: 0 15px 44px rgba(0,0,0,.15);
}

.feature-card {
  min-height: 220px;
  padding: 25px;
}

.feature-icon {
  width: 49px;
  height: 49px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(255,45,135,.2), rgba(38,136,255,.2));
  font-size: 1.45rem;
}

.feature-card h3,
.step-card h3,
.plan-card h3,
.info-card h2,
.info-card h3,
.faq-card h2,
.faq-card h3,
.legal-card h2,
.legal-card h3 {
  margin: 0;
  letter-spacing: -.025em;
}

.feature-card p,
.step-card p,
.plan-card p,
.info-card p,
.info-card li,
.faq-card p,
.faq-card li,
.legal-card p,
.legal-card li {
  color: var(--muted);
}

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

.step-card {
  position: relative;
  padding: 24px;
  overflow: hidden;
}

.step-number {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 50%;
  color: white;
  background: linear-gradient(135deg, var(--magenta), var(--magenta-2));
  font-weight: 900;
  box-shadow: 0 10px 28px rgba(232, 37, 168, .25);
}

.step-card::after {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  right: -72px;
  bottom: -75px;
  border-radius: 50%;
  background: rgba(51, 136, 255, .09);
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 22px;
  align-items: stretch;
}

.plan-card {
  padding: 29px;
}

.plan-card.featured {
  border-color: rgba(255, 65, 165, .38);
  background:
    radial-gradient(circle at 100% 0%, rgba(54, 126, 245, .17), transparent 19rem),
    linear-gradient(145deg, rgba(234, 39, 160, .13), rgba(255,255,255,.045));
  box-shadow: 0 24px 70px rgba(169, 27, 150, .14);
}

.plan-label {
  display: inline-block;
  margin-bottom: 16px;
  padding: 6px 10px;
  border-radius: 999px;
  color: #ffd7ed;
  background: rgba(255,45,135,.14);
  font-size: .77rem;
  font-weight: 850;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.check-list {
  display: grid;
  gap: 11px;
  margin: 23px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 8px;
}

.check-list li::before {
  content: "✓";
  color: var(--green);
  font-weight: 900;
}

.trust-band {
  padding: 35px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 34px;
  align-items: center;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 10% 50%, rgba(255,45,135,.15), transparent 20rem),
    linear-gradient(115deg, rgba(255,255,255,.07), rgba(255,255,255,.035));
}

.trust-band h2 {
  font-size: clamp(1.8rem, 3.5vw, 3rem);
}

.trust-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.trust-point {
  padding: 16px;
  border-radius: 15px;
  background: rgba(4, 6, 18, .33);
  color: var(--muted-strong);
  font-weight: 680;
}

.cta-panel {
  position: relative;
  padding: clamp(36px, 7vw, 72px);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 32px;
  text-align: center;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 44, 151, .24), transparent 23rem),
    radial-gradient(circle at 90% 100%, rgba(44, 137, 255, .24), transparent 24rem),
    #11132b;
  box-shadow: var(--shadow);
}

.cta-panel h2 {
  max-width: 790px;
  margin-inline: auto;
}

.cta-panel p {
  max-width: 650px;
  margin: 18px auto 0;
  color: var(--muted-strong);
}

.cta-panel .cta-row {
  justify-content: center;
}

.page-hero {
  padding: 82px 0 44px;
}

.page-hero .breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: .9rem;
}

.page-hero .breadcrumbs a {
  text-decoration: none;
}

.content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 270px;
  gap: 28px;
  align-items: start;
  padding-bottom: 90px;
}

.article-stack {
  display: grid;
  gap: 15px;
}

.info-card,
.faq-card,
.legal-card {
  padding: clamp(22px, 4vw, 34px);
}

.info-card h2,
.faq-card h2,
.legal-card h2 {
  margin-bottom: 12px;
  font-size: 1.45rem;
}

.info-card h3,
.faq-card h3,
.legal-card h3 {
  margin-top: 25px;
  font-size: 1.08rem;
}

.info-card ul,
.info-card ol,
.faq-card ul,
.faq-card ol,
.legal-card ul,
.legal-card ol {
  padding-left: 1.3rem;
}

.info-card li + li,
.faq-card li + li,
.legal-card li + li {
  margin-top: 7px;
}

.toc {
  position: sticky;
  top: 98px;
  padding: 20px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: rgba(15, 17, 38, .74);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.toc strong {
  display: block;
  margin-bottom: 10px;
}

.toc a {
  display: block;
  padding: 7px 0;
  color: var(--muted);
  text-decoration: none;
  font-size: .9rem;
}

.toc a:hover {
  color: white;
}

.contact-panel {
  padding: 26px;
  border: 1px solid rgba(67, 176, 255, .27);
  border-radius: var(--radius-md);
  background: linear-gradient(145deg, rgba(32, 116, 238, .13), rgba(209, 31, 189, .09));
}

.contact-panel h2 {
  margin: 0 0 8px;
}

.contact-panel p {
  color: var(--muted-strong);
}

.contact-address {
  margin-top: 16px;
  font-style: normal;
}

.inline-note {
  padding: 15px 17px;
  border-left: 4px solid var(--cyan);
  border-radius: 0 13px 13px 0;
  background: rgba(81, 217, 255, .08);
  color: var(--muted-strong);
}

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

.status-list li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 11px;
  align-items: start;
}

.status-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: rgba(255,255,255,.07);
}

hr.soft {
  height: 1px;
  margin: 25px 0;
  border: 0;
  background: rgba(255,255,255,.09);
}

.site-footer {
  border-top: 1px solid rgba(255,255,255,.075);
  background: rgba(3,4,12,.55);
}

.footer-inner {
  min-height: 170px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: center;
}

.footer-brand {
  max-width: 470px;
}

.footer-brand p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: .92rem;
}

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

.footer-links a {
  color: var(--muted-strong);
  text-decoration: none;
  font-size: .9rem;
  font-weight: 650;
}

.footer-bottom {
  padding: 17px 0 28px;
  border-top: 1px solid rgba(255,255,255,.055);
  color: #8f91a8;
  font-size: .82rem;
}

@keyframes reveal-bar {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

@keyframes float-icon {
  0%, 100% { transform: translateY(0) rotate(6deg); }
  50% { transform: translateY(-11px) rotate(3deg); }
}

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

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

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

  .phone-stage {
    width: min(100%, 620px);
    margin-inline: auto;
  }

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

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

  .trust-band {
    grid-template-columns: 1fr;
  }

  .content-layout {
    grid-template-columns: 1fr;
  }

  .toc {
    position: static;
    order: -1;
  }
}

@media (max-width: 820px) {
  .menu-button {
    display: inline-flex;
  }

  .primary-nav {
    display: none;
    position: absolute;
    inset: 76px 18px auto;
    margin: 0;
    padding: 16px;
    flex-direction: column;
    align-items: stretch;
    gap: 5px;
    border: 1px solid var(--border);
    border-radius: 18px;
    background: rgba(10, 12, 29, .98);
    box-shadow: var(--shadow);
  }

  .primary-nav.is-open {
    display: flex;
  }

  .primary-nav > a {
    padding: 11px 12px;
    border-radius: 10px;
  }

  .primary-nav > a:hover {
    background: rgba(255,255,255,.06);
  }

  .language-nav {
    margin: 8px 0 0;
    justify-content: center;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    padding: 38px 0;
  }

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

@media (max-width: 620px) {
  .site-shell {
    width: min(calc(100% - 24px), var(--content));
  }

  .header-inner {
    min-height: 68px;
  }

  .primary-nav {
    inset: 68px 12px auto;
  }

  .brand img {
    width: 38px;
    height: 38px;
  }

  .hero {
    padding: 58px 0 54px;
  }

  .hero h1 {
    font-size: clamp(3rem, 16vw, 4.5rem);
  }

  .cta-row,
  .cta-row .button {
    width: 100%;
  }

  .phone-stage {
    min-height: 540px;
  }

  .phone {
    width: 320px;
    border-radius: 49px;
  }

  .phone-screen {
    padding-inline: 19px;
    border-radius: 40px;
  }

  .phone-question {
    font-size: 1.16rem;
  }

  .app-icon-large {
    width: 104px;
    height: 104px;
    border-radius: 25px;
    right: 0;
  }

  .floating-card {
    max-width: 175px;
    padding: 11px 13px;
  }

  .floating-card.one {
    left: 0;
    top: 15%;
  }

  .floating-card.two {
    right: 0;
  }

  .section {
    padding: 68px 0;
  }

  .card-grid,
  .steps-grid,
  .split-section,
  .trust-points {
    grid-template-columns: 1fr;
  }

  .feature-card {
    min-height: auto;
  }

  .trust-band {
    padding: 25px;
  }

  .page-hero {
    padding: 54px 0 32px;
  }

  .footer-bottom {
    line-height: 1.6;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
}
