:root {
  --pink: #b24bb0;
  --pink-deep: #8a2e88;
  --pink-soft: #f8eaf5;
  --pink-pale: #fff8fc;
  --cream: #fffdfb;
  --ink: #322531;
  --muted: #725f70;
  --line: rgba(138, 46, 136, 0.12);
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(83, 39, 77, 0.12);
  --shadow-soft: 0 16px 42px rgba(83, 39, 77, 0.08);
  --radius-lg: 32px;
  --radius-md: 22px;
  --radius-sm: 14px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(178, 75, 176, 0.08), transparent 34rem),
    var(--cream);
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

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

button,
input {
  font: inherit;
}

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1180px, calc(100% - 40px));
  margin: 18px auto 0;
  padding: 12px 14px 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 999px;
  background: rgba(255, 253, 251, 0.86);
  box-shadow: 0 12px 40px rgba(61, 32, 58, 0.06);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.brand-mark {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: linear-gradient(145deg, var(--pink), var(--pink-deep));
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.05em;
  box-shadow: 0 8px 22px rgba(138, 46, 136, 0.22);
}

.brand-text {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.nav {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 600;
}

.nav a {
  padding: 11px 16px;
  border-radius: 999px;
}

.nav a:hover {
  background: var(--pink-pale);
}

.nav .nav-cta {
  color: var(--white);
  background: var(--pink-deep);
}

.nav .nav-cta:hover {
  background: #742572;
}


/* ============================================================
   AL BANAT'S — PAGES LÉGALES
   ============================================================ */

.legal-page {
  margin: 0;
  min-height: 100vh;
  color: #2f2028;
  background:
    radial-gradient(circle at top left, rgba(255, 230, 240, 0.9), transparent 34rem),
    linear-gradient(180deg, #fffafd 0%, #fff7fa 100%);
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  line-height: 1.7;
}

/* ------------------------------------------------------------
   HEADER
   ------------------------------------------------------------ */

.legal-page header {
  padding: 18px 0 0;
  background: transparent;
}

.legal-page header .container {
  width: min(100% - 32px, 900px);
  margin-inline: auto;
}

.legal-page .brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;

  padding: 10px 14px 10px 10px;

  color: #4b2639;
  text-decoration: none;

  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(234, 219, 226, 0.9);
  border-radius: 18px;

  box-shadow:
    0 8px 24px rgba(75, 38, 57, 0.05);

  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.legal-page .brand-mark {
  display: grid;
  place-items: center;

  width: 42px;
  height: 42px;

  flex-shrink: 0;

  border-radius: 14px;

  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.03em;

  background:
    linear-gradient(
      145deg,
      #b744a4 0%,
      #8e3c82 100%
    );

  box-shadow:
    0 6px 14px rgba(183, 68, 164, 0.22);
}

.legal-page .brand > div:last-child {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.legal-page .brand-title {
  display: block;

  color: #4b2639;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
}

.legal-page .brand-subtitle {
  display: block;

  margin-top: 2px;

  color: #8b737f;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.3;
}

/* ------------------------------------------------------------
   DOCUMENT
   ------------------------------------------------------------ */

.legal-page .doc {
  padding: 22px 0 42px;
}

.legal-page .doc > .container {
  width: min(100% - 32px, 900px);
  margin-inline: auto;
}

.legal-page .doc .card {
  position: relative;

  padding: 42px 46px 48px;

  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.98),
      rgba(255, 253, 254, 0.98)
    );

  border: 1px solid #eadbe2;
  border-radius: 30px;

  box-shadow:
    0 24px 70px rgba(75, 38, 57, 0.08),
    0 3px 12px rgba(75, 38, 57, 0.03);

  overflow: hidden;
}

.legal-page .doc .card::before {
  content: "";

  position: absolute;
  inset: 0 0 auto 0;

  height: 5px;

  background:
    linear-gradient(
      90deg,
      #4b2639,
      #a1438e,
      #ff8fc0
    );
}

/* ------------------------------------------------------------
   PETIT LABEL
   ------------------------------------------------------------ */

.legal-page .eyebrow {
  display: inline-flex;
  align-items: center;

  margin-bottom: 14px;
  padding: 7px 11px;

  border-radius: 999px;

  color: #8e3c82;

  background: #fff0f6;
  border: 1px solid #f6d8e6;

  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* ------------------------------------------------------------
   TITRES
   ------------------------------------------------------------ */

.legal-page .doc h1 {
  margin: 0 0 10px;

  color: #321e29;

  font-size: clamp(30px, 5vw, 46px);
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.legal-page .meta {
  margin: 0 0 28px;

  color: #907984;

  font-size: 12px;
  font-weight: 600;
}

.legal-page .doc h2 {
  margin: 38px 0 15px;

  color: #4b2639;

  font-size: 22px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.legal-page .doc h3 {
  margin: 26px 0 10px;

  color: #713d58;

  font-size: 16px;
  font-weight: 800;
}

/* ------------------------------------------------------------
   TEXTE
   ------------------------------------------------------------ */

.legal-page .doc p,
.legal-page .doc li {
  color: #4d3b44;

  font-size: 14px;
  line-height: 1.8;
}

.legal-page .doc p {
  margin: 0 0 16px;
}

.legal-page .doc ul,
.legal-page .doc ol {
  margin: 12px 0 20px;
  padding-left: 22px;
}

.legal-page .doc li + li {
  margin-top: 8px;
}

.legal-page .doc strong {
  color: #3d2633;
  font-weight: 800;
}

.legal-page .doc a {
  color: #8e3c82;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

/* ------------------------------------------------------------
   ENCADRÉ "EN BREF"
   ------------------------------------------------------------ */

.legal-page .notice {
  position: relative;

  margin: 26px 0 32px;
  padding: 18px 20px 18px 22px;

  color: #4d3541;

  background:
    linear-gradient(
      135deg,
      #fff1f6 0%,
      #fff8fb 100%
    );

  border: 1px solid #f1d7e3;
  border-radius: 18px;

  font-size: 13px;
  line-height: 1.7;
}

.legal-page .notice::before {
  content: "";

  position: absolute;
  left: 0;
  top: 15px;
  bottom: 15px;

  width: 4px;

  border-radius: 999px;

  background: #b744a4;
}

/* ------------------------------------------------------------
   TABLEAU
   ------------------------------------------------------------ */

.legal-page .table {
  width: 100%;

  margin: 20px 0 30px;

  border-collapse: separate;
  border-spacing: 0;

  overflow: hidden;

  border: 1px solid #eadbe2;
  border-radius: 18px;

  background: #ffffff;
}

.legal-page .table th,
.legal-page .table td {
  padding: 13px 16px;

  border-bottom: 1px solid #f1e7ec;

  text-align: left;
  vertical-align: top;

  font-size: 13px;
}

.legal-page .table th {
  width: 34%;

  color: #4b2639;

  background: #fff6f9;

  font-weight: 800;
}

.legal-page .table td {
  color: #5b4852;
}

.legal-page .table tr:last-child th,
.legal-page .table tr:last-child td {
  border-bottom: 0;
}

/* ------------------------------------------------------------
   BOUTONS
   ------------------------------------------------------------ */

.legal-page .actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;

  margin-top: 34px;
}

.legal-page .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 44px;
  padding: 0 18px;

  border-radius: 14px;

  color: #ffffff !important;
  text-decoration: none !important;

  background: #4b2639;

  border: 1px solid #4b2639;

  font-size: 12px;
  font-weight: 800;

  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease,
    background 0.15s ease;
}

.legal-page .button:hover {
  transform: translateY(-1px);

  box-shadow:
    0 8px 18px rgba(75, 38, 57, 0.14);
}

.legal-page .button.secondary {
  color: #4b2639 !important;

  background: #ffffff;

  border-color: #eadbe2;
}

/* ------------------------------------------------------------
   FOOTER
   ------------------------------------------------------------ */

.legal-page footer {
  padding: 0 0 32px;

  background: transparent;
}

.legal-page footer .container {
  width: min(100% - 32px, 900px);
  margin-inline: auto;
}

.legal-page .footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 18px;

  padding: 18px;

  color: #947d88;

  font-size: 10px;
}

.legal-page .footer-links a {
  color: #713d58;
  text-decoration: none;
  font-weight: 700;
}

/* ------------------------------------------------------------
   MOBILE
   ------------------------------------------------------------ */

@media (max-width: 640px) {

  .legal-page header {
    padding-top: 12px;
  }

  .legal-page header .container,
  .legal-page .doc > .container,
  .legal-page footer .container {
    width: min(100% - 24px, 900px);
  }

  .legal-page .brand {
    width: 100%;
    box-sizing: border-box;

    padding: 9px 11px;
  }

  .legal-page .brand-mark {
    width: 38px;
    height: 38px;

    border-radius: 12px;
  }

  .legal-page .brand-title {
    font-size: 13px;
  }

  .legal-page .brand-subtitle {
    font-size: 9.5px;
  }

  .legal-page .doc {
    padding-top: 14px;
  }

  .legal-page .doc .card {
    padding: 28px 20px 32px;

    border-radius: 24px;
  }

  .legal-page .eyebrow {
    margin-bottom: 12px;

    font-size: 9px;
  }

  .legal-page .doc h1 {
    font-size: 30px;
    line-height: 1.12;
  }

  .legal-page .meta {
    margin-bottom: 22px;

    font-size: 11px;
  }

  .legal-page .doc h2 {
    margin-top: 32px;

    font-size: 20px;
  }

  .legal-page .doc p,
  .legal-page .doc li {
    font-size: 13px;
    line-height: 1.75;
  }

  .legal-page .notice {
    margin: 22px 0 28px;
    padding: 16px 16px 16px 19px;

    font-size: 12px;
  }

  .legal-page .table,
  .legal-page .table tbody,
  .legal-page .table tr,
  .legal-page .table th,
  .legal-page .table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  .legal-page .table {
    border-radius: 16px;
  }

  .legal-page .table tr {
    padding: 13px 15px;

    border-bottom: 1px solid #f1e7ec;
  }

  .legal-page .table tr:last-child {
    border-bottom: 0;
  }

  .legal-page .table th,
  .legal-page .table td {
    padding: 0;

    border: 0;
  }

  .legal-page .table th {
    margin-bottom: 4px;

    background: transparent;

    font-size: 11px;
  }

  .legal-page .table td {
    font-size: 12.5px;
    line-height: 1.55;
  }

  .legal-page .actions {
    flex-direction: column;
  }

  .legal-page .button {
    width: 100%;
    box-sizing: border-box;
  }
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 0.88fr);
  gap: 72px;
  align-items: center;
  width: min(1180px, calc(100% - 40px));
  min-height: 720px;
  margin: 0 auto;
  padding: 80px 0 90px;
}

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

.eyebrow {
  margin: 0 0 14px;
  color: var(--pink-deep);
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.eyebrow.light {
  color: rgba(255, 255, 255, 0.72);
}

.hero h1,
.section-heading h2,
.waitlist-copy h2,
.coming-soon h2 {
  margin: 0;
  font-family: "Poppins", sans-serif;
  letter-spacing: -0.05em;
  line-height: 1.08;
}

.hero h1 {
  max-width: 720px;
  font-size: clamp(48px, 6.2vw, 78px);
  font-weight: 700;
}

.hero h1 span {
  color: var(--pink);
}

.hero-description {
  max-width: 610px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

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

.button-primary {
  color: var(--white);
  background: var(--pink-deep);
  box-shadow: 0 14px 28px rgba(138, 46, 136, 0.18);
}

.button-secondary {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.7);
}

.hero-note {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 24px;
  color: var(--muted);
  font-size: 14px;
}

.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--pink);
  box-shadow: 0 0 0 7px rgba(178, 75, 176, 0.08);
}

.hero-visual {
  position: relative;
  min-height: 610px;
}

.soft-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
}

.orb-one {
  top: 55px;
  right: 12px;
  width: 390px;
  height: 390px;
  background: linear-gradient(145deg, #fae9f6, #f5d9ef);
}

.orb-two {
  right: 225px;
  bottom: 40px;
  width: 220px;
  height: 220px;
  background: rgba(255, 240, 248, 0.95);
}

.phone {
  position: absolute;
  overflow: hidden;
  width: 258px;
  height: 530px;
  padding: 9px;
  border: 1px solid rgba(72, 35, 69, 0.12);
  border-radius: 42px;
  background: #211920;
  box-shadow: var(--shadow);
}

.phone::before {
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 50%;
  width: 80px;
  height: 22px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #211920;
  content: "";
}

.phone-front {
  z-index: 3;
  top: 24px;
  right: 34px;
  transform: rotate(3deg);
}

.phone-back {
  z-index: 2;
  top: 92px;
  right: 240px;
  transform: rotate(-8deg) scale(0.94);
  opacity: 0.92;
}

.phone-screen {
  height: 100%;
  padding: 44px 18px 18px;
  border-radius: 34px;
  background: linear-gradient(180deg, #fffdfd 0%, #fff7fb 100%);
}

.soft-screen {
  background: linear-gradient(180deg, #fff9fc, #f7e4f3);
}

.app-topbar,
.mini-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mini-logo {
  display: inline-grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--pink-deep);
  font-size: 10px;
  font-weight: 800;
}

.avatar-stack {
  display: flex;
}

.avatar-stack span,
.story-row span,
.post-avatar {
  display: block;
  border-radius: 50%;
  background: linear-gradient(145deg, #d99ad1, #f3d3ea);
}

.avatar-stack span {
  width: 28px;
  height: 28px;
  margin-left: -7px;
  border: 2px solid white;
}

.small-kicker {
  margin: 24px 0 2px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.11em;
}

.screen-title {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  letter-spacing: -0.05em;
}

.story-row {
  display: flex;
  gap: 10px;
  margin: 20px 0;
}

.story-row span {
  width: 42px;
  height: 42px;
  border: 3px solid #f6e1f2;
  outline: 1px solid rgba(178, 75, 176, 0.24);
}

.post-card {
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: white;
  box-shadow: var(--shadow-soft);
}

.post-meta {
  display: flex;
  align-items: center;
  gap: 10px;
}

.post-avatar {
  width: 34px;
  height: 34px;
}

.post-meta div {
  display: grid;
  line-height: 1.25;
}

.post-meta strong {
  font-size: 11px;
}

.post-meta small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 9px;
}

.post-image {
  display: grid;
  height: 205px;
  place-items: center;
  margin-top: 12px;
  border-radius: 16px;
  background:
    radial-gradient(circle at 72% 32%, rgba(255,255,255,0.65), transparent 18%),
    linear-gradient(145deg, #e5b1dd, #f9e4f4 48%, #d48ac9);
}

.post-image span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  color: var(--pink-deep);
  background: rgba(255, 255, 255, 0.84);
  font-size: 25px;
}

.post-footer {
  display: flex;
  justify-content: space-between;
  padding-top: 12px;
  color: var(--pink-deep);
}

.mini-pill {
  width: 56px;
  height: 14px;
  border-radius: 999px;
  background: rgba(138, 46, 136, 0.1);
}

.feature-preview {
  margin-top: 48px;
}

.preview-tag {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--pink-deep);
  background: rgba(255, 255, 255, 0.68);
  font-size: 10px;
  font-weight: 800;
}

.feature-preview h3 {
  margin: 15px 0 7px;
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  line-height: 1.18;
  letter-spacing: -0.04em;
}

.feature-preview p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.mini-cards {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.mini-cards div {
  height: 52px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.62);
}

.floating-card {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 195px;
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,0.75);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(14px);
}

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

.floating-card strong {
  font-size: 12px;
}

.floating-card small {
  margin-top: 1px;
  color: var(--muted);
  font-size: 9px;
}

.floating-icon {
  display: grid;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 12px;
  color: var(--pink-deep);
  background: var(--pink-soft);
}

.floating-one {
  right: 230px;
  bottom: 72px;
}

.floating-two {
  right: -12px;
  bottom: 135px;
}

.promise-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  justify-content: center;
  padding: 25px 20px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  background: rgba(255, 248, 252, 0.65);
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.separator {
  color: var(--pink);
}

.features-section,
.manifesto-section,
.waitlist-section,
.coming-soon {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.features-section {
  padding: 120px 0;
}

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

.section-heading h2 {
  font-size: clamp(36px, 5vw, 55px);
}

.section-heading > p:last-child {
  max-width: 640px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 17px;
}

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

.feature-card {
  position: relative;
  min-height: 290px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 10px 34px rgba(67, 37, 63, 0.04);
}

.feature-highlight {
  background: linear-gradient(145deg, #fff6fb, #f8e8f5);
}

.feature-number {
  position: absolute;
  top: 22px;
  right: 22px;
  color: rgba(138, 46, 136, 0.28);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.feature-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 16px;
  color: var(--pink-deep);
  background: var(--pink-soft);
  font-size: 21px;
}

.feature-card h3 {
  margin: 28px 0 10px;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  letter-spacing: -0.03em;
}

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

.manifesto-section {
  padding: 10px 0 120px;
}

.manifesto-card {
  padding: clamp(38px, 7vw, 82px);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 85% 20%, rgba(178, 75, 176, 0.08), transparent 20rem),
    var(--pink-pale);
}

.manifesto-card blockquote {
  max-width: 930px;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: clamp(30px, 4.5vw, 52px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.05em;
}

.manifesto-copy {
  max-width: 560px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 17px;
}

.waitlist-section {
  padding-bottom: 120px;
}

.waitlist-card {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 60px;
  padding: clamp(34px, 6vw, 72px);
  border-radius: var(--radius-lg);
  color: white;
  background:
    radial-gradient(circle at 90% 15%, rgba(255,255,255,0.16), transparent 22rem),
    linear-gradient(145deg, #8a2e88, #6f216e);
  box-shadow: 0 34px 80px rgba(87, 32, 84, 0.2);
}

.waitlist-copy h2 {
  font-size: clamp(34px, 4.2vw, 49px);
}

.waitlist-copy > p:not(.eyebrow) {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
}

.waitlist-points {
  display: grid;
  gap: 7px;
  margin-top: 26px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
}

.waitlist-form {
  align-self: center;
  padding: 26px;
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}

.waitlist-form > label:first-child {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 700;
}

.input-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

.input-row input {
  width: 100%;
  min-width: 0;
  height: 52px;
  padding: 0 16px;
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 14px;
  outline: none;
  color: var(--ink);
  background: white;
}

.input-row input:focus {
  box-shadow: 0 0 0 4px rgba(255,255,255,0.16);
}

.input-row button {
  min-width: 142px;
  height: 52px;
  padding: 0 18px;
  border: 0;
  border-radius: 14px;
  color: var(--pink-deep);
  background: white;
  font-weight: 800;
  cursor: pointer;
}

.input-row button:disabled {
  cursor: wait;
  opacity: 0.7;
}

.consent-line {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  margin-top: 16px;
  color: rgba(255,255,255,0.8);
  font-size: 12px;
}

.consent-line input {
  width: 16px;
  height: 16px;
  margin: 2px 0 0;
  accent-color: white;
}

.privacy-note {
  margin: 12px 0 0;
  color: rgba(255,255,255,0.65);
  font-size: 11px;
}

.privacy-note a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.form-message {
  min-height: 20px;
  margin-top: 14px;
  font-size: 13px;
  font-weight: 700;
}

.form-message.success {
  color: #ffffff;
}

.form-message.error {
  color: #ffe2e8;
}

.coming-soon {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 110px;
}

.coming-soon h2 {
  font-size: clamp(32px, 4vw, 48px);
}

.coming-soon p:last-child {
  margin: 12px 0 0;
  color: var(--muted);
}

.store-badges {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.store-badge {
  min-width: 160px;
  padding: 12px 18px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: white;
  box-shadow: var(--shadow-soft);
}

.store-badge small,
.store-badge strong {
  display: block;
}

.store-badge small {
  color: var(--muted);
  font-size: 10px;
}

.store-badge strong {
  margin-top: 1px;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
}

.site-footer {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 30px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #fffafc;
}

.footer-brand p {
  max-width: 420px;
  color: var(--muted);
  font-size: 14px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
}

.footer-links a:hover {
  color: var(--pink-deep);
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  justify-content: space-between;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: #927d8e;
  font-size: 11px;
}

@media (max-width: 960px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-top: 70px;
  }

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

  .hero-visual {
    width: min(620px, 100%);
    min-height: 600px;
    margin: 0 auto;
  }

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

  .waitlist-card {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .coming-soon {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 700px) {
  .site-header {
    width: min(100% - 24px, 1180px);
    margin-top: 12px;
  }

  .nav > a:not(.nav-cta) {
    display: none;
  }

  .nav .nav-cta {
    padding: 9px 13px;
    font-size: 12px;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
  }

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

  .hero,
  .features-section,
  .manifesto-section,
  .waitlist-section,
  .coming-soon,
  .site-footer {
    width: min(100% - 24px, 1180px);
  }

  .hero {
    min-height: 0;
    padding: 60px 0 72px;
  }

  .hero h1 {
    font-size: clamp(42px, 13.2vw, 61px);
  }

  .hero-description {
    font-size: 16px;
  }

  .hero-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .hero-visual {
    min-height: 520px;
    transform: scale(0.88);
    transform-origin: top center;
    margin-bottom: -60px;
  }

  .phone-front {
    right: 1%;
  }

  .phone-back {
    right: 43%;
  }

  .floating-one {
    left: 0;
    right: auto;
    bottom: 62px;
  }

  .floating-two {
    right: -4px;
    bottom: 122px;
  }

  .promise-strip {
    gap: 11px;
    font-size: 11px;
  }

  .features-section {
    padding: 84px 0;
  }

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

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

  .manifesto-section {
    padding-bottom: 84px;
  }

  .manifesto-card {
    border-radius: 25px;
  }

  .waitlist-section {
    padding-bottom: 84px;
  }

  .waitlist-card {
    padding: 30px 20px;
    border-radius: 25px;
  }

  .input-row {
    grid-template-columns: 1fr;
  }

  .input-row button {
    width: 100%;
  }

  .store-badges {
    width: 100%;
    flex-direction: column;
  }

  .store-badge {
    width: 100%;
  }

  .site-footer {
    padding: 26px 22px;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
  }
}
