:root {
  --velvet: #c40a62;
  --velvet-dark: #3d0822;
  --ink: #0d1728;
  --muted: #4c5a70;
  --line: rgba(15, 23, 42, 0.12);
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
}

body {
  overflow-x: hidden;
  background: #fff;
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

.page-shell {
  width: 100%;
  min-height: 100vh;
}

.hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 26%, rgba(255, 175, 203, 0.92) 0 14%, transparent 34%),
    linear-gradient(180deg, #f1d7ff 0, #fff 57%);
}

.hub-strip {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  height: 34px;
  background: #3b061f;
  color: rgba(255, 217, 235, 0.72);
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.hub-strip strong {
  color: #fff4fa;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.hub-strip i {
  width: 3px;
  height: 3px;
  border-radius: 999px;
  background: rgba(255, 224, 240, 0.45);
}

.site-header {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: minmax(245px, 1fr) auto minmax(245px, 1fr);
  align-items: center;
  width: 100%;
  height: 72px;
  padding: 0 44px 0 58px;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 2px 10px rgba(35, 9, 28, 0.08);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  width: max-content;
}

.brand-mark {
  width: 64px;
  height: 54px;
  object-fit: contain;
  filter: drop-shadow(0 1px 0 rgba(94, 34, 49, 0.18));
}

.brand strong {
  display: block;
  color: var(--velvet);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.05;
}

.brand small {
  display: block;
  margin-top: 5px;
  color: #273142;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 37px;
  color: #202020;
  font-size: 16px;
  font-weight: 500;
}

.download-button {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 184px;
  height: 45px;
  border-radius: 10px;
  background: var(--velvet);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 12px 24px rgba(196, 10, 98, 0.22);
}

.download-button svg,
.trust-pill svg,
.proof-row svg,
.stat-item svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-stage {
  position: relative;
  min-height: calc(100vh - 110px);
}

.aurora {
  position: absolute;
  pointer-events: none;
}

.aurora-one {
  left: -9vw;
  top: -3px;
  width: 93vw;
  height: 372px;
  border-radius: 0 0 52% 42%;
  background:
    radial-gradient(circle at 29% 57%, rgba(244, 83, 203, 0.48), transparent 34%),
    radial-gradient(circle at 78% 34%, rgba(209, 158, 255, 0.5), transparent 42%),
    linear-gradient(105deg, rgba(149, 95, 252, 0.78), rgba(255, 185, 233, 0.52) 54%, rgba(255, 255, 255, 0.02));
  transform: rotate(-4deg);
  filter: blur(0.2px);
}

.aurora-two {
  right: -9vw;
  top: 30px;
  width: 58vw;
  height: 254px;
  border-radius: 4% 0 0 60%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 172, 200, 0.74));
  transform: rotate(6deg);
}

.aurora-three {
  left: -12vw;
  bottom: -16vh;
  width: 78vw;
  height: 54vh;
  border-radius: 50%;
  background:
    radial-gradient(circle at 22% 31%, rgba(255, 218, 147, 0.5), transparent 37%),
    radial-gradient(circle at 52% 42%, rgba(255, 223, 230, 0.46), transparent 44%);
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(48vw, 650px);
  padding: 22px 0 60px 140px;
  animation: copyEnter 980ms cubic-bezier(0.18, 0.84, 0.28, 1) both;
}

.trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 40px;
  min-width: 300px;
  padding: 0 22px;
  border: 1px solid rgba(196, 10, 98, 0.34);
  border-radius: 999px;
  background: rgba(220, 83, 193, 0.18);
  color: var(--velvet);
  font-size: 15px;
  font-weight: 500;
}

.hero h1 {
  margin: 42px 0 34px;
  color: #101827;
  font-size: clamp(54px, 5.1vw, 76px);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.045em;
}

.hero h1 span {
  display: block;
}

.hero h1 .accent {
  color: var(--velvet);
}

.hero h1 b {
  display: inline-block;
  color: var(--velvet);
  font-size: 0.68em;
  letter-spacing: 0;
  transform: translateY(-0.08em);
  filter: drop-shadow(0 4px 7px rgba(196, 10, 98, 0.24));
}

.hero-copy p {
  max-width: 610px;
  margin: 0;
  color: var(--muted);
  font-size: 21px;
  font-weight: 400;
  line-height: 1.58;
}

.store-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 34px;
}

.store-badge {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  width: 187px;
  height: 78px;
  padding: 0 22px;
  border-radius: 12px;
  background: #000;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.store-badge small {
  display: block;
  margin-bottom: 3px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 12px;
  font-weight: 400;
}

.playstore-logo {
  display: block;
  width: 33px;
  height: 33px;
  border-radius: 6px;
  object-fit: cover;
}

.apple-icon {
  position: relative;
  width: 32px;
  height: 34px;
}

.apple-icon::before {
  content: "";
  position: absolute;
  inset: 5px 4px 2px;
  border: 3px solid #fff;
  border-radius: 42% 42% 48% 48%;
}

.apple-icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 17px;
  width: 10px;
  height: 13px;
  border: 3px solid #fff;
  border-left: 0;
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
  transform: rotate(30deg);
}

.play-icon {
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 28px solid #fff;
  filter: drop-shadow(-6px 0 0 rgba(255, 255, 255, 0.42));
}

.proof-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 32px;
}

.proof-row span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  gap: 9px;
  height: 39px;
  padding: 0 18px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: #263349;
  font-size: 14px;
  box-shadow: 0 3px 8px rgba(15, 23, 42, 0.16);
}

.proof-row svg {
  width: 16px;
  height: 16px;
  color: var(--velvet);
}

.phone-wrap {
  position: absolute;
  z-index: 1;
  right: 10.9vw;
  bottom: 0;
  display: grid;
  place-items: center;
  width: min(47vw, 668px);
  aspect-ratio: 1 / 1;
  animation: phoneEnter 1050ms cubic-bezier(0.18, 0.84, 0.28, 1) both;
}

.phone-orbit {
  position: absolute;
  width: 91%;
  height: 91%;
  border-radius: 50%;
  background: linear-gradient(180deg, #c70d64, #d56a9c);
  box-shadow: 0 36px 70px rgba(196, 10, 98, 0.22);
  animation: circleEnter 960ms cubic-bezier(0.2, 0.85, 0.28, 1) both;
}

.phone {
  position: relative;
  z-index: 2;
  width: min(31vw, 405px);
  height: auto;
  filter: drop-shadow(0 34px 35px rgba(34, 10, 24, 0.26));
}

.stats-band {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  width: 100%;
  min-height: 180px;
  padding: 28px 9vw 30px;
  background: linear-gradient(90deg, #c50a62 0%, #b80758 52%, #990845 100%);
  color: #fff;
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.34);
}

.stat-item {
  display: grid;
  justify-items: center;
  gap: 6px;
  text-align: center;
}

.stat-item svg {
  width: 33px;
  height: 33px;
  margin-bottom: 3px;
  color: rgba(255, 255, 255, 0.9);
  stroke-width: 1.85;
}

.stat-item strong {
  display: block;
  font-size: clamp(32px, 3vw, 39px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
}

.stat-item span {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 400;
}

.how-section {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 44px 6vw 70px;
  background: #fff;
  color: var(--ink);
}

.section-kicker {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  height: 28px;
  margin: 0 auto 14px;
  padding: 0 16px;
  border: 1px solid rgba(196, 10, 98, 0.45);
  border-radius: 999px;
  background: rgba(196, 10, 98, 0.08);
  color: var(--velvet);
  font-size: 12px;
  font-weight: 600;
}

.how-section h2 {
  margin: 0;
  color: #111827;
  font-size: clamp(34px, 3.2vw, 45px);
  font-weight: 800;
  line-height: 1.12;
  text-align: center;
  letter-spacing: -0.04em;
}

.section-intro {
  max-width: 760px;
  margin: 20px auto 0;
  color: #526174;
  font-size: 14px;
  line-height: 1.65;
  text-align: center;
}

.process-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(350px, 0.92fr);
  align-items: center;
  gap: 62px;
  width: min(1120px, 100%);
  margin: 62px auto 0;
}

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

.process-circle {
  position: absolute;
  left: 8%;
  top: 0;
  width: min(31vw, 366px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: linear-gradient(180deg, #c70d64, #b70858);
}

.process-visual img {
  position: relative;
  z-index: 1;
  width: min(100%, 654px);
  height: auto;
  filter: drop-shadow(0 22px 28px rgba(35, 9, 28, 0.16));
}

.process-list {
  display: grid;
  gap: 27px;
}

.process-step {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 16px;
  align-items: start;
}

.mini-mark {
  display: block;
  width: 30px;
  height: 36px;
  object-fit: contain;
}

.step-number {
  margin-bottom: 5px;
  color: #111827;
  font-size: 13px;
  font-weight: 700;
}

.process-step h3 {
  margin: 0 0 8px;
  color: #111827;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
}

.process-step p {
  max-width: 500px;
  margin: 0;
  color: #263349;
  font-size: 12px;
  line-height: 1.68;
}

.features-section {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 1010px;
  padding: 40px 22px 0;
  background:
    radial-gradient(circle at 9% 73%, rgba(255, 232, 177, 0.46), transparent 23%),
    radial-gradient(circle at 91% 71%, rgba(255, 238, 184, 0.5), transparent 24%),
    linear-gradient(180deg, #fff6fe 0%, #fff8fb 54%, #fff7e8 100%);
  color: var(--ink);
}

.features-section h2 {
  margin: 0;
  color: #111827;
  font-size: clamp(34px, 3.1vw, 44px);
  font-weight: 800;
  line-height: 1.13;
  text-align: center;
  letter-spacing: -0.04em;
}

.features-stage {
  position: relative;
  width: min(1120px, 100%);
  height: 790px;
  margin: 56px auto 0;
}

.feature-orbit {
  position: absolute;
  left: 50%;
  top: 53%;
  width: min(61vw, 700px);
  aspect-ratio: 1;
  border: 1px solid rgba(133, 88, 112, 0.15);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.feature-circle {
  position: absolute;
  left: 50%;
  top: 53%;
  width: min(43vw, 570px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: linear-gradient(180deg, #c40a62 0%, #a9074b 100%);
  transform: translate(-50%, -50%);
}

.hand-phone {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: -110px;
  width: min(55vw, 720px);
  height: auto;
  transform: translateX(calc(-50% - 195px));
  filter: drop-shadow(0 28px 38px rgba(34, 10, 24, 0.24));
}

.feature-card {
  position: absolute;
  z-index: 3;
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 11px;
  width: 366px;
  min-height: 112px;
  padding: 20px 22px;
  border: 1px solid rgba(75, 85, 99, 0.08);
  border-radius: 12px;
  background: rgba(232, 226, 226, 0.62);
  box-shadow: 0 4px 8px rgba(17, 24, 39, 0.16);
  backdrop-filter: blur(7px);
}

.feature-card .mini-mark {
  width: 22px;
  height: 25px;
}

.feature-card h3 {
  margin: 0 0 11px;
  color: #273142;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.feature-card p {
  margin: 0;
  color: #4b5563;
  font-size: 10.5px;
  line-height: 1.48;
}

.feature-card small {
  display: inline-flex;
  align-items: center;
  width: max-content;
  min-height: 18px;
  margin-top: 9px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(196, 10, 98, 0.1);
  color: var(--velvet);
  font-size: 9px;
  font-weight: 700;
}

.feature-card-1 {
  left: 96px;
  top: 14px;
}

.feature-card-2 {
  left: -36px;
  top: 202px;
}

.feature-card-3 {
  left: -19px;
  top: 420px;
}

.feature-card-4 {
  right: 46px;
  top: 92px;
}

.feature-card-5 {
  right: 9px;
  top: 337px;
}

.feature-card-6 {
  right: 140px;
  top: 576px;
}

.swipe-section {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 60px 6vw 76px;
  background:
    radial-gradient(circle at 76% 49%, rgba(255, 220, 236, 0.8), transparent 32%),
    linear-gradient(90deg, #fff 0%, #fff 49%, #fff7fb 100%);
  color: var(--ink);
}

.swipe-content {
  display: grid;
  grid-template-columns: minmax(390px, 0.92fr) minmax(330px, 1.08fr);
  align-items: center;
  gap: 62px;
  width: min(1120px, 100%);
  margin: 0 auto;
}

.swipe-copy {
  max-width: 510px;
}

.solid-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  padding: 0 15px;
  border-radius: 6px;
  background: var(--velvet);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.swipe-section h2 {
  margin: 14px 0 17px;
  color: #111827;
  font-size: clamp(36px, 3.2vw, 45px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.swipe-intro {
  margin: 0;
  color: #526174;
  font-size: 15px;
  line-height: 1.7;
}

.swipe-points {
  display: grid;
  gap: 28px;
  margin-top: 42px;
}

.swipe-point {
  display: grid;
  grid-template-columns: 33px 1fr;
  gap: 15px;
  align-items: start;
}

.point-icon {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(196, 10, 98, 0.1);
  color: var(--velvet);
}

.point-icon svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.swipe-point h3 {
  margin: 0 0 7px;
  color: #111827;
  font-size: 13px;
  font-weight: 800;
}

.swipe-point p {
  margin: 0;
  color: #526174;
  font-size: 11px;
  line-height: 1.55;
}

.download-label {
  margin-top: 34px;
  color: #111827;
  font-size: 12px;
  font-weight: 800;
}

.swipe-store-row {
  display: flex;
  gap: 14px;
  margin-top: 14px;
}

.compact-store {
  width: 151px;
  height: 65px;
  padding: 0 17px;
  border-radius: 8px;
  font-size: 13px;
}

.compact-store small {
  font-size: 8px;
}

.compact-store .apple-icon,
.compact-store .play-icon {
  transform: scale(0.72);
  transform-origin: left center;
}

.scan-card {
  display: grid;
  grid-template-columns: 108px 1fr;
  gap: 24px;
  align-items: center;
  margin-top: 30px;
  padding-top: 29px;
  border-top: 1px solid rgba(15, 23, 42, 0.12);
}

.qr-code {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
  width: 90px;
  height: 90px;
  padding: 14px;
  border-radius: 10px;
  background: #f4f6f8;
}

.qr-code span {
  border-radius: 2px;
  background: #21304a;
}

.qr-code span:nth-child(2),
.qr-code span:nth-child(5),
.qr-code span:nth-child(8),
.qr-code span:nth-child(10),
.qr-code span:nth-child(13),
.qr-code span:nth-child(15) {
  background: transparent;
}

.scan-card h3 {
  margin: 0 0 8px;
  color: #111827;
  font-size: 13px;
  font-weight: 800;
}

.scan-card p {
  max-width: 300px;
  margin: 0;
  color: #526174;
  font-size: 11px;
  line-height: 1.55;
}

.swipe-phone-wrap {
  display: grid;
  place-items: center;
  min-height: 700px;
}

.swipe-phone-wrap img {
  width: min(31vw, 390px);
  min-width: 310px;
  height: auto;
  filter: drop-shadow(0 30px 38px rgba(34, 10, 24, 0.18));
}

.rooms-section {
  width: 100%;
  padding: 66px 6vw 72px;
  background: linear-gradient(180deg, #fff 0%, #fbfbfc 100%);
  color: var(--ink);
}

.rooms-section h2 {
  margin: 0;
  color: #111827;
  font-size: clamp(34px, 3.2vw, 45px);
  font-weight: 800;
  line-height: 1.12;
  text-align: center;
  letter-spacing: -0.04em;
}

.rooms-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  width: min(1120px, 100%);
  margin: 62px auto 0;
}

.room-card {
  position: relative;
  overflow: hidden;
  min-height: 122px;
  padding: 22px 23px;
  border-radius: 9px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(191, 8, 88, 0.96), rgba(196, 10, 98, 0.78)),
    radial-gradient(circle at 76% 34%, rgba(255, 255, 255, 0.22), transparent 34%),
    #b50754;
  box-shadow: 0 14px 28px rgba(106, 13, 58, 0.1);
}

.room-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.24;
  background:
    radial-gradient(circle at 22% 25%, rgba(255, 255, 255, 0.7) 0 9%, transparent 19%),
    linear-gradient(135deg, transparent 0 38%, rgba(255, 255, 255, 0.35) 39% 40%, transparent 41% 100%);
}

.room-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(126, 0, 57, 0.02), rgba(126, 0, 57, 0.28));
}

.room-card > * {
  position: relative;
  z-index: 1;
}

.room-card span {
  display: inline-flex;
  align-items: center;
  min-height: 18px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.92);
  font-size: 9px;
  font-weight: 600;
}

.room-card h3 {
  margin: 12px 0 13px;
  color: #fff;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.1;
}

.room-card p {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  color: rgba(255, 255, 255, 0.95);
  font-size: 11px;
  font-weight: 500;
}

.room-card svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.room-fitness {
  background:
    linear-gradient(90deg, rgba(164, 4, 72, 0.94), rgba(196, 10, 98, 0.76)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.16) 0 10px, transparent 10px 34px),
    #b50754;
}

.room-travel {
  background:
    linear-gradient(90deg, rgba(196, 10, 98, 0.88), rgba(204, 60, 121, 0.8)),
    radial-gradient(circle at 86% 28%, rgba(255, 255, 255, 0.4), transparent 21%),
    #c40a62;
}

.room-food {
  background:
    linear-gradient(90deg, rgba(177, 6, 82, 0.95), rgba(196, 10, 98, 0.7)),
    radial-gradient(circle at 22% 70%, rgba(255, 255, 255, 0.22), transparent 30%),
    #b50754;
}

.room-music {
  background:
    linear-gradient(90deg, rgba(196, 10, 98, 0.86), rgba(216, 63, 126, 0.72)),
    linear-gradient(135deg, transparent 0 48%, rgba(255, 255, 255, 0.3) 49% 50%, transparent 51% 100%),
    #c40a62;
}

.room-tech {
  background:
    linear-gradient(90deg, rgba(141, 2, 63, 0.95), rgba(196, 10, 98, 0.76)),
    radial-gradient(circle at 74% 28%, rgba(255, 255, 255, 0.24), transparent 28%),
    #9c0848;
}

.profile-section {
  width: 100%;
  padding: 72px 6vw 84px;
  background:
    radial-gradient(circle at 22% 23%, rgba(255, 224, 239, 0.46), transparent 24%),
    linear-gradient(180deg, #fff 0%, #fff 100%);
  color: var(--ink);
}

.profile-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(390px, 1.08fr);
  align-items: center;
  gap: 94px;
  width: min(1050px, 100%);
  margin: 0 auto;
}

.profile-phone-wrap {
  display: grid;
  justify-items: center;
}

.profile-phone-wrap img {
  width: min(31vw, 390px);
  min-width: 310px;
  height: auto;
  filter: drop-shadow(0 28px 36px rgba(34, 10, 24, 0.16));
}

.profile-copy {
  max-width: 560px;
}

.profile-section h2 {
  max-width: 520px;
  margin: 16px 0 20px;
  color: #111827;
  font-size: clamp(39px, 3.5vw, 50px);
  font-weight: 800;
  line-height: 0.96;
  letter-spacing: -0.05em;
}

.profile-intro {
  max-width: 540px;
  margin: 0;
  color: #526174;
  font-size: 16px;
  line-height: 1.72;
}

.profile-points {
  display: grid;
  gap: 35px;
  margin-top: 58px;
}

.profile-point {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 18px;
  align-items: start;
}

.profile-icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: rgba(196, 10, 98, 0.1);
  color: var(--velvet);
}

.profile-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.profile-point h3 {
  margin: 0 0 8px;
  color: #111827;
  font-size: 14px;
  font-weight: 800;
}

.profile-point p {
  max-width: 470px;
  margin: 0;
  color: #526174;
  font-size: 11px;
  line-height: 1.6;
}

.pricing-section {
  width: 100%;
  padding: 72px 6vw 88px;
  background: #fff;
  color: var(--ink);
}

.pricing-section h2 {
  margin: 0;
  color: #111827;
  font-size: clamp(36px, 3.4vw, 48px);
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  letter-spacing: -0.045em;
}

.billing-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  margin: 34px auto 48px;
  padding: 5px;
  border-radius: 999px;
  background: #f5f6f8;
}

.billing-toggle span {
  display: grid;
  place-items: center;
  min-width: 92px;
  height: 38px;
  border-radius: 999px;
  color: #526174;
  font-size: 12px;
  font-weight: 700;
}

.billing-toggle .active {
  background: #fff;
  color: #111827;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 24px;
  width: min(960px, 100%);
  margin: 0 auto;
}

.plan-card {
  position: relative;
  min-height: 566px;
  padding: 34px 28px 32px;
  border: 1px solid rgba(15, 23, 42, 0.16);
  border-radius: 10px;
  background: #fff;
}

.featured-plan {
  min-height: 590px;
  margin-top: -14px;
  border: 4px solid var(--velvet);
  box-shadow: 0 30px 42px rgba(15, 23, 42, 0.2);
}

.popular-ribbon {
  position: absolute;
  left: 50%;
  top: -24px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 43px;
  padding: 0 22px;
  border-radius: 8px;
  background: #f5a000;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  transform: translateX(-50%);
  white-space: nowrap;
}

.popular-ribbon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.plan-card h3 {
  margin: 0;
  color: #111827;
  font-size: 20px;
  font-weight: 800;
}

.plan-subtitle {
  margin: 7px 0 34px;
  color: #7b8494;
  font-size: 11px;
}

.plan-price {
  display: flex;
  align-items: baseline;
  gap: 3px;
  min-height: 54px;
  margin-bottom: 25px;
  color: #8b94a3;
}

.plan-price strong {
  color: #8b94a3;
  font-size: 44px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.06em;
}

.premium-price strong {
  color: var(--velvet);
}

.vip-price strong {
  color: #f5a000;
}

.plan-price span {
  font-size: 12px;
}

.plan-button {
  display: grid;
  place-items: center;
  width: 100%;
  height: 30px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 700;
}

.plan-button.muted {
  background: #f3f4f6;
  color: #111827;
}

.plan-button.primary {
  background: linear-gradient(90deg, #c40a62, #9d0848);
  color: #fff;
  box-shadow: 0 8px 14px rgba(196, 10, 98, 0.32);
}

.plan-card ul {
  display: grid;
  gap: 15px;
  margin: 46px 0 0;
  padding: 0;
  list-style: none;
}

.featured-plan ul {
  margin-top: 44px;
}

.plan-card li {
  position: relative;
  padding-left: 25px;
  color: #526174;
  font-size: 11px;
  line-height: 1.2;
}

.plan-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -1px;
  color: #22c55e;
  font-size: 14px;
  font-weight: 800;
}

.safety-section {
  width: 100%;
  padding: 74px 6vw 84px;
  background: #fff;
  color: var(--ink);
}

.safety-layout {
  display: grid;
  grid-template-columns: minmax(390px, 0.95fr) minmax(360px, 1.05fr);
  align-items: center;
  gap: 96px;
  width: min(1120px, 100%);
  margin: 0 auto;
}

.safety-copy {
  max-width: 560px;
}

.safety-section h2 {
  margin: 12px 0 22px;
  color: #111827;
  font-size: clamp(36px, 3.3vw, 46px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.safety-intro {
  max-width: 540px;
  margin: 0;
  color: #526174;
  font-size: 16px;
  line-height: 1.72;
}

.safety-list {
  display: grid;
  gap: 34px;
  margin-top: 58px;
}

.safety-item {
  display: grid;
  grid-template-columns: 37px 1fr;
  gap: 18px;
  align-items: start;
}

.safety-icon {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(196, 10, 98, 0.1);
  color: var(--velvet);
}

.safety-icon svg,
.safety-shield svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.safety-item h3 {
  margin: 0 0 8px;
  color: #111827;
  font-size: 13px;
  font-weight: 800;
}

.safety-item p {
  max-width: 500px;
  margin: 0;
  color: #526174;
  font-size: 11px;
  line-height: 1.6;
}

.safety-card {
  display: grid;
  justify-items: center;
  width: min(100%, 500px);
  margin-left: auto;
  padding: 40px 44px 40px;
  border-radius: 18px;
  background: #f9e8ef;
  color: #111827;
  text-align: center;
}

.safety-shield {
  display: grid;
  place-items: center;
  width: 106px;
  height: 106px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: var(--velvet);
  color: #fff;
}

.safety-shield svg {
  width: 48px;
  height: 48px;
  stroke-width: 1.7;
}

.safety-card strong {
  display: block;
  color: #111827;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.safety-card > p {
  max-width: 380px;
  margin: 16px 0 30px;
  color: #526174;
  font-size: 13px;
  line-height: 1.65;
}

.safety-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  width: 100%;
}

.safety-stats div {
  min-height: 74px;
  padding: 14px 12px;
  border: 1px solid rgba(196, 10, 98, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
}

.safety-stats b {
  display: block;
  color: var(--velvet);
  font-size: 26px;
  font-weight: 800;
  line-height: 1.1;
}

.safety-stats span {
  display: block;
  margin-top: 6px;
  color: #526174;
  font-size: 10px;
}

.stories-section {
  width: 100%;
  padding: 82px 6vw 92px;
  background: #fff;
  color: var(--ink);
}

.stories-section h2 {
  margin: 0;
  color: #111827;
  font-size: clamp(36px, 3.4vw, 48px);
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  letter-spacing: -0.045em;
}

.stories-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  width: min(1060px, 100%);
  margin: 58px auto 0;
}

.story-card {
  min-height: 310px;
  padding: 32px 28px 26px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 8px;
  background: #fff;
}

.story-top {
  display: flex;
  align-items: center;
  gap: 34px;
  margin-bottom: 27px;
}

.story-avatars {
  display: flex;
  align-items: center;
}

.avatar {
  width: 31px;
  height: 31px;
  border: 2px solid #fff;
  border-radius: 999px;
  background:
    radial-gradient(circle at 45% 28%, #f7d6be 0 13%, transparent 14%),
    linear-gradient(135deg, #23324d, #c40a62);
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.18);
}

.avatar + .avatar {
  margin-left: -10px;
}

.avatar-two {
  background:
    radial-gradient(circle at 47% 27%, #9a5b38 0 13%, transparent 14%),
    linear-gradient(135deg, #0f172a, #f0a23a);
}

.avatar-three {
  background:
    radial-gradient(circle at 48% 27%, #d6a47b 0 13%, transparent 14%),
    linear-gradient(135deg, #0f766e, #c40a62);
}

.avatar-four {
  background:
    radial-gradient(circle at 50% 27%, #8b4a2f 0 13%, transparent 14%),
    linear-gradient(135deg, #2f1e46, #22c55e);
}

.avatar-five {
  background:
    radial-gradient(circle at 50% 27%, #c68c61 0 13%, transparent 14%),
    linear-gradient(135deg, #111827, #60a5fa);
}

.avatar-six {
  background:
    radial-gradient(circle at 50% 27%, #f0c8a0 0 13%, transparent 14%),
    linear-gradient(135deg, #7c2d12, #c40a62);
}

.stars {
  color: #f5b000;
  font-size: 17px;
  letter-spacing: 0.04em;
}

.story-quote {
  min-height: 94px;
  margin: 0;
  color: #526174;
  font-size: 12px;
  line-height: 1.68;
}

.story-divider {
  height: 1px;
  margin: 31px -28px 22px;
  background: rgba(15, 23, 42, 0.08);
}

.story-card h3 {
  margin: 0 0 5px;
  color: #111827;
  font-size: 12px;
  font-weight: 800;
}

.story-location {
  display: block;
  margin-bottom: 12px;
  color: #526174;
  font-size: 10px;
}

.story-card small {
  display: inline-flex;
  align-items: center;
  min-height: 18px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(196, 10, 98, 0.1);
  color: var(--velvet);
  font-size: 9px;
  font-weight: 700;
}

.final-cta {
  width: 100%;
  padding: 52px 22px 70px;
  background: linear-gradient(125deg, #c40a62 0%, #9b0846 100%);
  color: #fff;
  text-align: center;
}

.final-cta h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 4vw, 58px);
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: -0.045em;
}

.final-cta p {
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 17px;
}

.final-store-row {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 48px;
}

.cta-notes {
  display: flex;
  justify-content: center;
  gap: 43px;
  margin-top: 46px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
}

.cta-notes span::before {
  content: "✓";
  margin-right: 7px;
}

.site-footer {
  width: 100%;
  padding: 50px 6vw 26px;
  background: #0f1828;
  color: #d9e1ee;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.45fr repeat(4, 1fr);
  gap: 54px;
  width: min(1120px, 100%);
  margin: 0 auto;
}

.footer-logo .brand-mark {
  width: 50px;
  height: 42px;
  font-size: 44px;
}

.footer-logo strong {
  color: #f21a79;
  font-size: 17px;
}

.footer-logo small {
  color: rgba(255, 255, 255, 0.65);
  font-size: 8px;
}

.footer-brand p {
  max-width: 230px;
  margin: 26px 0 0;
  color: rgba(217, 225, 238, 0.76);
  font-size: 12px;
  line-height: 1.7;
}

.footer-column {
  display: grid;
  align-content: start;
  gap: 14px;
}

.footer-column h3 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.footer-column a {
  color: rgba(217, 225, 238, 0.78);
  font-size: 11px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1120px, 100%);
  margin: 48px auto 0;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom p {
  margin: 0;
  color: rgba(217, 225, 238, 0.58);
  font-size: 11px;
}

.social-links {
  display: flex;
  gap: 14px;
}

.social-links a {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

@keyframes copyEnter {
  from {
    opacity: 0;
    transform: translateX(-88px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

@keyframes phoneEnter {
  from {
    opacity: 0;
    transform: translateX(120px) scale(0.92);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

@keyframes circleEnter {
  from {
    transform: translateX(-92px) scale(0.72);
  }
  to {
    transform: translateX(0) scale(1);
  }
}

@media (max-width: 1060px) {
  .site-header {
    grid-template-columns: 1fr auto;
    padding: 0 22px;
  }

  .desktop-nav {
    display: none;
  }

  .hero-copy {
    width: 58vw;
    padding-left: 32px;
  }

  .phone-wrap {
    right: -8vw;
  }
}

@media (max-width: 760px) {
  .hero {
    min-height: 100svh;
  }

  .hub-strip {
    height: 30px;
    gap: 9px;
    padding: 0 12px;
    font-size: 8px;
    letter-spacing: 0.1em;
  }

  .hub-strip span:last-child,
  .hub-strip i {
    display: none;
  }

  .site-header {
    height: 66px;
    padding: 0 15px;
  }

  .brand {
    gap: 8px;
  }

  .brand-mark {
    width: 44px;
    height: 42px;
    font-size: 46px;
  }

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

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

  .download-button {
    min-width: 46px;
    width: 46px;
    height: 44px;
    border-radius: 12px;
  }

  .download-button span {
    display: none;
  }

  .hero-stage {
    min-height: auto;
    display: flex;
    flex-direction: column;
  }

  .hero-copy {
    width: 100%;
    max-width: 100vw;
    padding: 20px 22px 0;
    overflow: hidden;
  }

  .trust-pill {
    min-width: 0;
    height: 36px;
    padding: 0 15px;
    font-size: 12px;
  }

  .hero h1 {
    margin: 26px 0 18px;
    font-size: clamp(42px, 13vw, 58px);
    line-height: 1.05;
  }

  .hero-copy p {
    max-width: 95%;
    font-size: 15px;
    line-height: 1.55;
  }

  .store-row {
    gap: 10px;
    margin-top: 22px;
  }

  .store-badge {
    width: 145px;
    height: 55px;
    padding: 0 13px;
    gap: 10px;
    font-size: 14px;
    border-radius: 10px;
  }

  .store-badge small {
    font-size: 9px;
  }

  .apple-icon {
    transform: scale(0.78);
    transform-origin: left center;
  }

  .play-icon {
    transform: scale(0.78);
    transform-origin: left center;
  }

  .proof-row {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    gap: 8px;
    margin-top: 20px;
    max-width: calc(100vw - 44px);
  }

  .proof-row span {
    height: 34px;
    padding: 0 12px;
    font-size: 12px;
  }

  .phone-wrap {
    position: relative;
    right: auto;
    bottom: auto;
    align-self: center;
    width: min(116vw, 455px);
    margin-top: -10px;
    margin-bottom: -205px;
  }

  .stats-band {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 8px;
    min-height: 230px;
    padding: 42px 20px 36px;
  }

  .stat-item svg {
    width: 27px;
    height: 27px;
  }

  .stat-item strong {
    font-size: 31px;
  }

  .stat-item span {
    font-size: 12px;
  }

  .how-section {
    padding: 40px 22px 52px;
  }

  .section-intro {
    margin-top: 14px;
    font-size: 13px;
  }

  .process-layout {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 34px;
  }

  .process-visual {
    min-height: auto;
  }

  .process-circle {
    left: 5%;
    width: min(64vw, 285px);
  }

  .process-visual img {
    width: min(108%, 520px);
  }

  .process-list {
    gap: 22px;
  }

  .process-step {
    grid-template-columns: 28px 1fr;
    gap: 12px;
  }

  .mini-mark {
    font-size: 27px;
  }

  .process-step h3 {
    font-size: 15px;
  }

  .process-step p {
    font-size: 12px;
  }

  .features-section {
    min-height: auto;
    padding: 40px 18px 54px;
  }

  .features-stage {
    display: grid;
    height: auto;
    margin-top: 34px;
  }

  .feature-orbit {
    top: 215px;
    width: min(88vw, 390px);
  }

  .feature-circle {
    top: 220px;
    width: min(80vw, 345px);
  }

  .hand-phone {
    position: relative;
    left: auto;
    bottom: auto;
    justify-self: center;
    width: min(112vw, 470px);
    margin: 18px 0 22px;
    transform: translateX(-15%);
  }

  .feature-card {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    width: 100%;
    min-height: 0;
    margin-top: 12px;
    padding: 17px 18px;
  }

  .swipe-section {
    padding: 42px 22px 56px;
  }

  .swipe-content {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .swipe-copy {
    max-width: none;
  }

  .swipe-section h2 {
    font-size: clamp(34px, 10vw, 44px);
  }

  .swipe-store-row {
    flex-wrap: wrap;
  }

  .scan-card {
    grid-template-columns: 92px 1fr;
    gap: 18px;
  }

  .qr-code {
    width: 82px;
    height: 82px;
    padding: 12px;
  }

  .swipe-phone-wrap {
    min-height: auto;
  }

  .swipe-phone-wrap img {
    width: min(78vw, 330px);
    min-width: 0;
  }

  .rooms-section {
    padding: 44px 22px 54px;
  }

  .rooms-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 34px;
  }

  .room-card {
    min-height: 112px;
  }

  .profile-section {
    padding: 48px 22px 60px;
  }

  .profile-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .profile-phone-wrap {
    order: 2;
  }

  .profile-copy {
    order: 1;
    max-width: none;
  }

  .profile-section h2 {
    font-size: clamp(36px, 10vw, 46px);
  }

  .profile-phone-wrap img {
    width: min(78vw, 330px);
    min-width: 0;
  }

  .profile-points {
    gap: 24px;
    margin-top: 34px;
  }

  .pricing-section {
    padding: 48px 22px 60px;
  }

  .billing-toggle {
    margin: 26px auto 34px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .plan-card,
  .featured-plan {
    min-height: 0;
    margin-top: 0;
  }

  .safety-section {
    padding: 48px 22px 60px;
  }

  .safety-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .safety-list {
    gap: 24px;
    margin-top: 34px;
  }

  .safety-card {
    width: 100%;
    margin: 0;
    padding: 34px 22px;
  }

  .safety-stats {
    grid-template-columns: 1fr;
  }

  .stories-section {
    padding: 48px 22px 60px;
  }

  .stories-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }

  .story-card {
    min-height: 0;
  }

  .story-quote {
    min-height: 0;
  }

  .final-cta {
    padding: 46px 22px 54px;
  }

  .final-store-row,
  .cta-notes {
    flex-wrap: wrap;
  }

  .cta-notes {
    gap: 16px;
    margin-top: 32px;
  }

  .site-footer {
    padding: 42px 22px 24px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
    margin-top: 34px;
  }

  .phone {
    width: min(72vw, 305px);
  }

  .aurora-one {
    width: 125vw;
    height: 330px;
  }

  .aurora-two {
    top: 220px;
    width: 86vw;
    height: 180px;
  }
}
