:root {
  color-scheme: light;
  --cream: #fff7f1;
  --paper: #fffdfb;
  --blush: #ffe4e9;
  --pink: #f45b8a;
  --rose: #f9b8c7;
  --coral: #ff6b78;
  --teal: #007f71;
  --mint: #cdf3e8;
  --lavender: #ded2ff;
  --purple: #7a5dc8;
  --ink: #082838;
  --soft-ink: #53626f;
  --line: rgba(244, 91, 138, 0.16);
  --glass: rgba(255, 255, 255, 0.68);
  --shadow: 0 30px 90px rgba(80, 42, 59, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(255, 252, 248, 0.72) 0%, rgba(255, 248, 248, 0.42) 48%, rgba(255, 232, 242, 0.12) 100%),
    url("assets/floura-site-background.png") center top / cover no-repeat fixed,
    linear-gradient(145deg, #fff9f3, #fff4f7 48%, #ffe1ec);
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: auto auto 0 0;
  width: 34vw;
  height: 34vw;
  pointer-events: none;
  opacity: 0.38;
  background:
    radial-gradient(ellipse at 20% 100%, rgba(83, 142, 115, 0.08), transparent 56%),
    radial-gradient(ellipse at 10% 80%, rgba(244, 91, 138, 0.1), transparent 46%);
}

body::after {
  inset: 12% 0 auto auto;
  transform: rotate(18deg);
  background:
    radial-gradient(ellipse at 70% 20%, rgba(83, 142, 115, 0.07), transparent 50%),
    radial-gradient(ellipse at 62% 18%, rgba(244, 91, 138, 0.1), transparent 42%);
}

.petal-field {
  position: fixed;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}

.petal-field span {
  position: absolute;
  top: -12vh;
  width: 18px;
  height: 34px;
  border-radius: 100% 0 100% 0;
  background: linear-gradient(150deg, rgba(244, 91, 138, 0.44), rgba(255, 215, 226, 0.22));
  filter: blur(0.2px);
  opacity: 0.34;
}

.petal-field i {
  position: absolute;
  width: 34px;
  height: 25px;
  opacity: 0.18;
  filter: blur(0.2px);
}

.petal-field i::before,
.petal-field i::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 18px;
  height: 25px;
  border-radius: 100% 100% 10% 10%;
  background: linear-gradient(180deg, #ff8db6, rgba(244, 91, 138, 0.56));
  transform-origin: 50% 100%;
}

.petal-field i::before {
  transform: translateX(-80%) rotate(-24deg);
}

.petal-field i::after {
  transform: translateX(-20%) rotate(24deg);
}

.petal-field span:nth-child(1) { left: 7%; width: 14px; height: 26px; opacity: 0.22; animation-delay: -3s; animation-duration: 22s; }
.petal-field span:nth-child(2) { left: 18%; opacity: 0.28; animation-delay: -11s; animation-duration: 26s; }
.petal-field span:nth-child(3) { left: 29%; width: 12px; height: 24px; opacity: 0.2; animation-delay: -6s; animation-duration: 24s; }
.petal-field span:nth-child(4) { left: 41%; width: 20px; height: 38px; opacity: 0.3; animation-delay: -15s; animation-duration: 28s; }
.petal-field span:nth-child(5) { left: 52%; opacity: 0.24; animation-delay: -8s; animation-duration: 23s; }
.petal-field span:nth-child(6) { left: 63%; width: 15px; height: 29px; opacity: 0.34; animation-delay: -18s; animation-duration: 27s; }
.petal-field span:nth-child(7) { left: 72%; width: 22px; height: 42px; opacity: 0.25; animation-delay: -2s; animation-duration: 30s; }
.petal-field span:nth-child(8) { left: 84%; opacity: 0.22; animation-delay: -13s; animation-duration: 25s; }
.petal-field span:nth-child(9) { left: 91%; width: 13px; height: 25px; opacity: 0.18; animation-delay: -19s; animation-duration: 29s; }
.petal-field span:nth-child(10) { left: 35%; opacity: 0.2; animation-delay: -22s; animation-duration: 31s; }
.petal-field span:nth-child(11) { left: 57%; width: 13px; height: 24px; opacity: 0.18; animation-delay: -24s; animation-duration: 27s; }
.petal-field span:nth-child(12) { left: 78%; opacity: 0.26; animation-delay: -7s; animation-duration: 33s; }
.petal-field span:nth-child(13) { left: 3%; width: 12px; height: 23px; opacity: 0.2; animation-delay: -16s; animation-duration: 24s; }
.petal-field span:nth-child(14) { left: 13%; width: 20px; height: 40px; opacity: 0.24; animation-delay: -27s; animation-duration: 32s; }
.petal-field span:nth-child(15) { left: 24%; width: 16px; height: 30px; opacity: 0.3; animation-delay: -4s; animation-duration: 21s; }
.petal-field span:nth-child(16) { left: 46%; width: 13px; height: 26px; opacity: 0.22; animation-delay: -13s; animation-duration: 25s; }
.petal-field span:nth-child(17) { left: 68%; width: 17px; height: 33px; opacity: 0.28; animation-delay: -21s; animation-duration: 28s; }
.petal-field span:nth-child(18) { left: 88%; width: 19px; height: 37px; opacity: 0.22; animation-delay: -9s; animation-duration: 30s; }
.petal-field span:nth-child(19) { left: 96%; width: 12px; height: 22px; opacity: 0.18; animation-delay: -25s; animation-duration: 34s; }
.petal-field span:nth-child(20) { left: 32%; width: 21px; height: 39px; opacity: 0.2; animation-delay: -18s; animation-duration: 29s; }
.petal-field span:nth-child(21) { left: 51%; width: 14px; height: 27px; opacity: 0.2; animation-delay: -30s; animation-duration: 36s; }
.petal-field span:nth-child(22) { left: 61%; width: 22px; height: 42px; opacity: 0.26; animation-delay: -5s; animation-duration: 31s; }
.petal-field span:nth-child(23) { left: 73%; width: 11px; height: 22px; opacity: 0.18; animation-delay: -15s; animation-duration: 27s; }
.petal-field span:nth-child(24) { left: 82%; width: 18px; height: 34px; opacity: 0.24; animation-delay: -23s; animation-duration: 35s; }
.petal-field span:nth-child(25) { left: 5%; width: 17px; height: 32px; opacity: 0.24; animation-delay: -29s; animation-duration: 38s; }
.petal-field span:nth-child(26) { left: 11%; width: 12px; height: 24px; opacity: 0.18; animation-delay: -34s; animation-duration: 26s; }
.petal-field span:nth-child(27) { left: 20%; width: 18px; height: 35px; opacity: 0.28; animation-delay: -1s; animation-duration: 28s; }
.petal-field span:nth-child(28) { left: 27%; width: 13px; height: 25px; opacity: 0.2; animation-delay: -37s; animation-duration: 34s; }
.petal-field span:nth-child(29) { left: 38%; width: 20px; height: 39px; opacity: 0.26; animation-delay: -26s; animation-duration: 32s; }
.petal-field span:nth-child(30) { left: 44%; width: 14px; height: 28px; opacity: 0.21; animation-delay: -6s; animation-duration: 29s; }
.petal-field span:nth-child(31) { left: 49%; width: 22px; height: 43px; opacity: 0.24; animation-delay: -31s; animation-duration: 40s; }
.petal-field span:nth-child(32) { left: 55%; width: 12px; height: 23px; opacity: 0.18; animation-delay: -17s; animation-duration: 25s; }
.petal-field span:nth-child(33) { left: 66%; width: 20px; height: 38px; opacity: 0.26; animation-delay: -12s; animation-duration: 36s; }
.petal-field span:nth-child(34) { left: 70%; width: 14px; height: 27px; opacity: 0.2; animation-delay: -40s; animation-duration: 33s; }
.petal-field span:nth-child(35) { left: 76%; width: 21px; height: 41px; opacity: 0.24; animation-delay: -35s; animation-duration: 39s; }
.petal-field span:nth-child(36) { left: 86%; width: 13px; height: 26px; opacity: 0.18; animation-delay: -3s; animation-duration: 30s; }
.petal-field span:nth-child(37) { left: 92%; width: 19px; height: 37px; opacity: 0.22; animation-delay: -28s; animation-duration: 37s; }
.petal-field span:nth-child(38) { left: 98%; width: 11px; height: 22px; opacity: 0.18; animation-delay: -20s; animation-duration: 31s; }
.petal-field span:nth-child(39) { left: 58%; width: 16px; height: 31px; opacity: 0.2; animation-delay: -44s; animation-duration: 42s; }
.petal-field span:nth-child(40) { left: 16%; width: 15px; height: 29px; opacity: 0.2; animation-delay: -46s; animation-duration: 35s; }
.petal-field span:nth-child(41) { left: 9%; width: 20px; height: 38px; opacity: 0.22; animation-delay: -48s; animation-duration: 41s; }
.petal-field span:nth-child(42) { left: 22%; width: 12px; height: 23px; opacity: 0.2; animation-delay: -51s; animation-duration: 32s; }
.petal-field span:nth-child(43) { left: 31%; width: 18px; height: 34px; opacity: 0.24; animation-delay: -53s; animation-duration: 37s; }
.petal-field span:nth-child(44) { left: 42%; width: 15px; height: 29px; opacity: 0.21; animation-delay: -49s; animation-duration: 30s; }
.petal-field span:nth-child(45) { left: 64%; width: 21px; height: 40px; opacity: 0.24; animation-delay: -55s; animation-duration: 43s; }
.petal-field span:nth-child(46) { left: 79%; width: 13px; height: 25px; opacity: 0.2; animation-delay: -47s; animation-duration: 34s; }
.petal-field span:nth-child(47) { left: 89%; width: 20px; height: 39px; opacity: 0.22; animation-delay: -50s; animation-duration: 39s; }
.petal-field span:nth-child(48) { left: 94%; width: 14px; height: 28px; opacity: 0.19; animation-delay: -52s; animation-duration: 31s; }
.petal-field span:nth-child(49) { left: 2%; width: 18px; height: 34px; opacity: 0.24; animation-delay: -9s; animation-duration: 18s; }
.petal-field span:nth-child(50) { left: 6%; width: 12px; height: 23px; opacity: 0.18; animation-delay: -14s; animation-duration: 16s; }
.petal-field span:nth-child(51) { left: 15%; width: 21px; height: 40px; opacity: 0.26; animation-delay: -7s; animation-duration: 22s; }
.petal-field span:nth-child(52) { left: 26%; width: 13px; height: 26px; opacity: 0.22; animation-delay: -19s; animation-duration: 17s; }
.petal-field span:nth-child(53) { left: 33%; width: 19px; height: 36px; opacity: 0.24; animation-delay: -4s; animation-duration: 15s; }
.petal-field span:nth-child(54) { left: 45%; width: 15px; height: 29px; opacity: 0.22; animation-delay: -21s; animation-duration: 20s; }
.petal-field span:nth-child(55) { left: 54%; width: 23px; height: 43px; opacity: 0.25; animation-delay: -12s; animation-duration: 24s; }
.petal-field span:nth-child(56) { left: 60%; width: 12px; height: 24px; opacity: 0.18; animation-delay: -3s; animation-duration: 14s; }
.petal-field span:nth-child(57) { left: 67%; width: 17px; height: 33px; opacity: 0.25; animation-delay: -18s; animation-duration: 19s; }
.petal-field span:nth-child(58) { left: 74%; width: 22px; height: 42px; opacity: 0.28; animation-delay: -6s; animation-duration: 21s; }
.petal-field span:nth-child(59) { left: 81%; width: 13px; height: 25px; opacity: 0.2; animation-delay: -16s; animation-duration: 15s; }
.petal-field span:nth-child(60) { left: 87%; width: 19px; height: 37px; opacity: 0.26; animation-delay: -11s; animation-duration: 18s; }
.petal-field span:nth-child(61) { left: 93%; width: 12px; height: 23px; opacity: 0.19; animation-delay: -5s; animation-duration: 13s; }
.petal-field span:nth-child(62) { left: 97%; width: 20px; height: 38px; opacity: 0.22; animation-delay: -24s; animation-duration: 23s; }
.petal-field span:nth-child(63) { left: 39%; width: 11px; height: 22px; opacity: 0.18; animation-delay: -2s; animation-duration: 12s; }
.petal-field span:nth-child(64) { left: 70%; width: 16px; height: 31px; opacity: 0.24; animation-delay: -26s; animation-duration: 17s; }

.petal-field i:nth-of-type(1) { left: 9%; top: 20%; }
.petal-field i:nth-of-type(2) { left: 83%; top: 16%; transform: scale(0.76) rotate(10deg); }
.petal-field i:nth-of-type(3) { left: 75%; top: 64%; transform: scale(0.62) rotate(-18deg); }

main {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 44px 0 26px;
}

.hero {
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.98fr);
  gap: clamp(28px, 5vw, 78px);
  align-items: center;
  position: relative;
}

.hero-copy {
  position: relative;
  z-index: 4;
}

.brand,
.mini-logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.5rem, 5vw, 4rem);
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
  text-decoration: none;
}

.brand-logo-image {
  display: block;
  width: clamp(54px, 5.2vw, 74px);
  height: auto;
  transform: translateY(5px);
  filter: drop-shadow(0 10px 18px rgba(244, 91, 138, 0.2));
}

.logo-flower {
  position: relative;
  width: 50px;
  height: 42px;
  margin-top: 7px;
  display: inline-grid;
  place-items: center;
  filter: drop-shadow(0 8px 14px rgba(244, 91, 138, 0.2));
}

.logo-flower i {
  position: absolute;
  bottom: 2px;
  left: 50%;
  width: 19px;
  height: 32px;
  border-radius: 100% 100% 10% 10%;
  background: linear-gradient(180deg, rgba(255, 147, 183, 0.95), rgba(244, 91, 138, 0.74));
  transform-origin: 50% 100%;
  mix-blend-mode: multiply;
}

.logo-flower::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 50%;
  width: 9px;
  height: 16px;
  border-radius: 60% 60% 20% 20%;
  background: rgba(255, 230, 236, 0.58);
  transform: translateX(-50%);
  z-index: 1;
}

.logo-flower i:nth-child(1) { transform: translateX(-50%) translateY(-7px); background: linear-gradient(180deg, #ff79b3, rgba(255, 178, 204, 0.8)); }
.logo-flower i:nth-child(2) { width: 23px; height: 29px; transform: translateX(-83%) rotate(-32deg); background: linear-gradient(180deg, #ff708b, rgba(244, 91, 138, 0.66)); }
.logo-flower i:nth-child(3) { width: 23px; height: 29px; transform: translateX(-17%) rotate(32deg); background: linear-gradient(180deg, #ff708b, rgba(244, 91, 138, 0.66)); }
.logo-flower i:nth-child(4) { width: 24px; height: 23px; transform: translateX(-112%) rotate(-12deg); background: linear-gradient(180deg, #ff73b6, rgba(255, 102, 152, 0.6)); }
.logo-flower i:nth-child(5) { width: 24px; height: 23px; transform: translateX(12%) rotate(12deg); background: linear-gradient(180deg, #ff73b6, rgba(255, 102, 152, 0.6)); }

.logo-flower.small {
  width: 14px;
  height: 14px;
  margin-top: 4px;
}

.logo-flower.small i {
  width: 5px;
  height: 9px;
}

.eyebrow {
  margin: 62px 0 18px;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: 0;
}

h1 {
  max-width: 640px;
  font-size: clamp(4rem, 8.6vw, 6.8rem);
  line-height: 0.95;
}

h1 strong {
  display: block;
  color: var(--pink);
  font-weight: 400;
}

.intro {
  max-width: 520px;
  margin: 28px 0 28px;
  color: var(--ink);
  font-size: clamp(1.12rem, 2vw, 1.34rem);
  line-height: 1.55;
}

.waitlist-form {
  width: min(100%, 520px);
  display: grid;
  gap: 13px;
}

.email-field > span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.field-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 12px;
}

label {
  display: grid;
  gap: 7px;
  color: var(--soft-ink);
  font-size: 0.76rem;
  font-weight: 800;
}

input {
  width: 100%;
  min-height: 70px;
  border: 1px solid rgba(8, 40, 56, 0.06);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 248, 250, 0.96)) padding-box,
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(244, 91, 138, 0.46), rgba(255, 190, 208, 0.26)) border-box;
  color: var(--ink);
  font: inherit;
  font-size: 1rem;
  padding: 0 24px;
  outline: none;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    inset 0 -10px 22px rgba(244, 91, 138, 0.035),
    0 18px 42px rgba(66, 35, 49, 0.11);
  transition:
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

input:focus {
  background:
    linear-gradient(135deg, white, #fff7fa) padding-box,
    linear-gradient(135deg, rgba(244, 91, 138, 0.72), rgba(255, 204, 219, 0.52)) border-box;
  border-color: rgba(244, 91, 138, 0.52);
  box-shadow:
    0 0 0 5px rgba(244, 91, 138, 0.1),
    0 18px 44px rgba(244, 91, 138, 0.12);
}

input.is-invalid {
  border-color: rgba(244, 91, 138, 0.82);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    inset 0 -10px 22px rgba(244, 91, 138, 0.055),
    0 0 0 5px rgba(244, 91, 138, 0.11),
    0 18px 42px rgba(244, 91, 138, 0.16);
}

input::placeholder {
  color: rgba(83, 98, 111, 0.72);
  font-weight: 650;
}

button {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 68px;
  border: 0;
  border-radius: 24px;
  color: white;
  background: linear-gradient(135deg, #ff83a8 0%, #f45b8a 48%, #ff6b78 100%);
  font: inherit;
  font-size: 1.1rem;
  font-weight: 850;
  cursor: pointer;
  box-shadow: 0 18px 42px rgba(244, 91, 138, 0.28);
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    opacity 160ms ease;
}

button::before {
  content: "";
  position: absolute;
  inset: 1px 1px auto;
  height: 48%;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0));
  z-index: 0;
  pointer-events: none;
}

button > * {
  position: relative;
  z-index: 1;
}

button:hover {
  transform: translateY(-1px);
  box-shadow: 0 24px 54px rgba(244, 91, 138, 0.34);
}

button:disabled {
  cursor: wait;
  opacity: 0.62;
  transform: none;
}

.form-note {
  margin: 0;
  color: var(--soft-ink);
  font-size: 0.9rem;
  line-height: 1.5;
  text-align: center;
}

.form-note.success {
  color: #08715c;
}

.form-note.error {
  color: #a43f50;
}

.email-field {
  position: relative;
}

.form-email-icon {
  position: absolute;
  left: 22px;
  top: 50%;
  z-index: 2;
  width: 36px;
  height: 36px;
  transform: translateY(-50%);
  pointer-events: none;
  filter: drop-shadow(0 8px 12px rgba(244, 91, 138, 0.14));
}

.email-field input,
.compact input {
  padding-left: 74px;
}

.social-proof {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 26px;
  color: var(--soft-ink);
}

.social-proof strong {
  display: inline-block;
  padding: 2px 0;
}

.social-proof p {
  margin: 0;
  line-height: 1.4;
}

.social-proof strong {
  color: var(--pink);
}

.avatar-stack {
  display: block;
  width: 118px;
  height: auto;
  flex: 0 0 auto;
  filter: drop-shadow(0 12px 18px rgba(55, 36, 48, 0.14));
}

.hero-visual {
  position: relative;
  z-index: 3;
  min-height: 710px;
  display: grid;
  place-items: center;
  overflow: visible;
}

.iphone {
  position: relative;
  z-index: 2;
  width: min(420px, 88vw);
  transform: perspective(1250px) rotateZ(8deg) rotateY(-16deg) rotateX(2deg);
  transform-style: preserve-3d;
  filter: drop-shadow(0 54px 68px rgba(30, 23, 32, 0.3));
}

.iphone-render-wrap {
  position: relative;
  z-index: 4;
  width: min(535px, 94vw);
  transform: translateX(2%);
  filter:
    drop-shadow(0 42px 60px rgba(30, 23, 32, 0.24))
    drop-shadow(0 0 36px rgba(244, 91, 138, 0.18));
}

.iphone-render-wrap::before {
  content: "";
  position: absolute;
  inset: 14% 6% 4% 10%;
  z-index: -1;
  border-radius: 45%;
  background:
    radial-gradient(ellipse at 50% 50%, rgba(255, 174, 197, 0.32), transparent 62%),
    radial-gradient(ellipse at 48% 78%, rgba(58, 34, 43, 0.22), transparent 54%);
  filter: blur(20px);
}

.iphone-render-wrap > img:first-child {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
  -webkit-mask-image: none;
  mask-image: none;
}

.iphone::before {
  content: "";
  position: absolute;
  inset: 18px -20px 18px 20px;
  border-radius: 58px;
  background: linear-gradient(100deg, rgba(255, 255, 255, 0.16), rgba(15, 13, 16, 0.78) 34%, #050507 78%);
  transform: translateZ(-28px) translateX(21px);
  z-index: 0;
}

.iphone::after {
  content: "";
  position: absolute;
  inset: 18px -10px 18px auto;
  width: 34px;
  border-radius: 0 50px 50px 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.52), rgba(75, 70, 78, 0.72), rgba(8, 7, 9, 0.95));
  transform: translateZ(-6px);
  z-index: 1;
}

.phone-side {
  position: absolute;
  top: 36px;
  bottom: 32px;
  width: 18px;
  border-radius: 18px;
  background: linear-gradient(90deg, #07070a, #3e3a42, #0c0b0d);
  transform: translateZ(-24px);
  z-index: 0;
}

.side-left {
  left: -11px;
}

.side-right {
  right: -18px;
}

.phone-button {
  position: absolute;
  width: 6px;
  height: 72px;
  right: -17px;
  border-radius: 8px;
  background: linear-gradient(180deg, #77717b, #1d1b21);
  z-index: 1;
}

.button-one {
  top: 150px;
}

.button-two {
  top: 248px;
  height: 94px;
}

.phone-frame {
  aspect-ratio: 1206 / 2622;
  padding: 0;
  border: 13px solid #101014;
  border-radius: 58px;
  background: #fff4f7;
  overflow: hidden;
  position: relative;
  z-index: 2;
  box-shadow:
    inset 0 0 0 2px rgba(255, 255, 255, 0.18),
    inset 0 0 0 1px rgba(255, 255, 255, 0.42),
    0 0 0 2px rgba(255, 255, 255, 0.76),
    16px 14px 0 rgba(22, 18, 24, 0.28);
}

.phone-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(105deg, rgba(255, 255, 255, 0.26), transparent 28%, transparent 70%, rgba(255, 255, 255, 0.18)),
    radial-gradient(circle at 18% 2%, rgba(255, 255, 255, 0.46), transparent 22%);
}

.phone-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.phone-app-overlay {
  position: absolute;
  inset: 0 0 auto;
  z-index: 3;
  height: 19%;
  padding: 7% 5.3% 0;
  background:
    linear-gradient(180deg, #fff8f5 0%, #fff8f5 78%, rgba(255, 248, 245, 0) 100%);
  color: #23161d;
  pointer-events: none;
}

.phone-status {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  font: 800 0.68rem/1 Inter, ui-sans-serif, system-ui, sans-serif;
}

.phone-island {
  width: 30%;
  min-width: 62px;
  max-width: 106px;
  height: 22px;
  border-radius: 999px;
  background: #050507;
}

.phone-signal {
  justify-self: end;
  width: 54px;
  height: 13px;
  background:
    radial-gradient(circle at 12% 50%, #c6c1c1 0 2px, transparent 2.4px),
    radial-gradient(circle at 31% 50%, #c6c1c1 0 2px, transparent 2.4px),
    radial-gradient(circle at 50% 50%, #c6c1c1 0 2px, transparent 2.4px),
    radial-gradient(circle at 69% 50%, #c6c1c1 0 2px, transparent 2.4px),
    linear-gradient(#111, #111) right 0 top 1px / 18px 10px no-repeat;
  border-radius: 3px;
}

.phone-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-top: 9%;
}

.phone-heading span {
  display: block;
  margin-bottom: 6px;
  color: #857780;
  font: 600 0.78rem/1.1 Inter, ui-sans-serif, system-ui, sans-serif;
}

.phone-heading strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 5vw, 2.25rem);
  font-weight: 700;
  line-height: 0.92;
  letter-spacing: 0;
}

.phone-actions {
  display: flex;
  gap: 10px;
}

.phone-actions span {
  position: relative;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 22px rgba(80, 42, 59, 0.08);
}

.phone-actions span::before,
.phone-actions span::after {
  content: "";
  position: absolute;
}

.phone-bell::before {
  width: 14px;
  height: 15px;
  border: 3px solid var(--pink);
  border-radius: 10px 10px 5px 5px;
  border-top-width: 2px;
}

.phone-bell::after {
  width: 7px;
  height: 7px;
  top: 9px;
  right: 10px;
  border-radius: 50%;
  background: var(--pink);
}

.phone-gear::before {
  width: 19px;
  height: 19px;
  background: var(--pink);
  clip-path: polygon(45% 0, 55% 0, 61% 22%, 78% 12%, 88% 22%, 78% 39%, 100% 45%, 100% 55%, 78% 61%, 88% 78%, 78% 88%, 61% 78%, 55% 100%, 45% 100%, 39% 78%, 22% 88%, 12% 78%, 22% 61%, 0 55%, 0 45%, 22% 39%, 12% 22%, 22% 12%, 39% 22%);
}

.phone-gear::after {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff8f5;
}

.petal {
  position: absolute;
  z-index: 2;
  width: 44px;
  height: 82px;
  border-radius: 100% 0 100% 0;
  background: linear-gradient(160deg, rgba(244, 91, 138, 0.5), rgba(255, 255, 255, 0.3));
  filter: blur(0.2px);
}

.floating-lotus {
  position: absolute;
  z-index: 2;
  width: 58px;
  height: 42px;
  opacity: 0.34;
  filter: blur(0.1px) drop-shadow(0 10px 24px rgba(244, 91, 138, 0.14));
}

.floating-lotus i {
  position: absolute;
  bottom: 2px;
  left: 50%;
  width: 26px;
  height: 38px;
  border-radius: 100% 100% 8% 8%;
  background: linear-gradient(180deg, rgba(255, 126, 181, 0.72), rgba(244, 91, 138, 0.42));
  transform-origin: 50% 100%;
  mix-blend-mode: multiply;
}

.floating-lotus i:nth-child(1) { transform: translateX(-50%) translateY(-7px); }
.floating-lotus i:nth-child(2) { height: 30px; transform: translateX(-80%) rotate(-34deg); }
.floating-lotus i:nth-child(3) { height: 30px; transform: translateX(-20%) rotate(34deg); }
.floating-lotus i:nth-child(4) { height: 24px; transform: translateX(-112%) rotate(-12deg); }
.floating-lotus i:nth-child(5) { height: 24px; transform: translateX(12%) rotate(12deg); }

.lotus-one {
  top: 19%;
  left: 6%;
  transform: rotate(-14deg) scale(0.8);
}

.lotus-two {
  right: 2%;
  top: 50%;
  transform: rotate(12deg) scale(0.68);
}

.petal-a {
  top: 9%;
  left: 8%;
  transform: rotate(32deg);
}

.petal-b {
  top: 20%;
  right: 4%;
  transform: rotate(-28deg) scale(0.8);
}

.petal-c {
  bottom: 24%;
  left: 0;
  transform: rotate(-12deg) scale(0.7);
}

.flower-stem {
  position: absolute;
  right: 2%;
  bottom: 13%;
  width: 160px;
  height: 260px;
  border-right: 5px solid rgba(72, 126, 93, 0.48);
  border-radius: 0 0 80px 0;
  transform: rotate(8deg);
}

.flower-stem::before,
.flower-stem::after,
.flower-stem span::before,
.flower-stem span::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 34px;
  border-radius: 70px 0;
  background: linear-gradient(135deg, rgba(78, 132, 98, 0.52), rgba(255, 255, 255, 0.2));
}

.flower-stem::before {
  right: -12px;
  top: 64px;
  transform: rotate(-38deg);
}

.flower-stem::after {
  right: -74px;
  top: 118px;
  transform: rotate(42deg);
}

.flower-stem span::before {
  right: -18px;
  bottom: 38px;
  background: linear-gradient(135deg, rgba(244, 91, 138, 0.58), rgba(255, 255, 255, 0.24));
  transform: rotate(-22deg) scale(1.25);
}

.flower-stem span::after {
  right: -70px;
  bottom: 28px;
  background: linear-gradient(135deg, rgba(244, 91, 138, 0.46), rgba(255, 255, 255, 0.24));
  transform: rotate(42deg) scale(0.92);
}

.trust-strip,
.privacy-band,
.final-cta,
.social-follow {
  position: relative;
  z-index: 1;
  margin-top: 22px;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 24px;
  background: var(--glass);
  box-shadow: var(--shadow);
  backdrop-filter: blur(22px);
}

.trust-strip article {
  display: grid;
  grid-template-columns: 68px 1fr;
  grid-template-rows: auto auto 1fr;
  column-gap: 14px;
  row-gap: 5px;
  align-items: start;
  min-height: 214px;
  padding: 18px;
  border: 1px solid rgba(8, 40, 56, 0.055);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.58), rgba(255, 247, 250, 0.36));
}

.trust-strip .premium-icon,
.shield-mark,
.mini-premium {
  display: grid;
  place-items: center;
  border-radius: 50%;
}

.trust-strip .premium-icon {
  width: 68px;
  height: 68px;
  object-fit: cover;
  background: transparent;
  box-shadow:
    0 13px 28px rgba(75, 39, 55, 0.09);
  grid-column: 1;
  grid-row: 1 / span 3;
}

.trust-strip article:nth-child(2) .premium-icon {
  background:
    radial-gradient(circle at 32% 24%, rgba(255, 255, 255, 0.96), transparent 31%),
    linear-gradient(145deg, #ffdce4, rgba(255, 255, 255, 0.78));
  color: var(--pink);
}

.trust-strip article:nth-child(3) .premium-icon {
  background:
    radial-gradient(circle at 32% 24%, rgba(255, 255, 255, 0.96), transparent 31%),
    linear-gradient(145deg, #e9ddff, rgba(255, 255, 255, 0.78));
  color: var(--purple);
}

.trust-strip article:nth-child(4) .premium-icon {
  background:
    radial-gradient(circle at 32% 24%, rgba(255, 255, 255, 0.96), transparent 31%),
    linear-gradient(145deg, #ffe6d7, rgba(255, 255, 255, 0.78));
  color: #ff714d;
}

.trust-strip article:nth-child(5) .premium-icon {
  background:
    radial-gradient(circle at 32% 24%, rgba(255, 255, 255, 0.96), transparent 31%),
    linear-gradient(145deg, #ffe0ea, rgba(255, 255, 255, 0.78));
  color: var(--pink);
}

.trust-strip article:nth-child(6) .premium-icon {
  background:
    radial-gradient(circle at 32% 24%, rgba(255, 255, 255, 0.96), transparent 31%),
    linear-gradient(145deg, #d9f6ef, rgba(255, 255, 255, 0.78));
  color: var(--teal);
}

.trust-strip article:nth-child(7) .premium-icon {
  background:
    radial-gradient(circle at 32% 24%, rgba(255, 255, 255, 0.96), transparent 31%),
    linear-gradient(145deg, #f0e7ff, rgba(255, 255, 255, 0.78));
  color: var(--purple);
}

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

.premium-icon.lock::before,
.mini-premium.lock::before {
  width: 19px;
  height: 15px;
  border: 3px solid currentColor;
  border-radius: 4px;
  bottom: 14px;
}

.premium-icon.lock::after,
.mini-premium.lock::after {
  width: 18px;
  height: 16px;
  border: 3px solid currentColor;
  border-bottom: 0;
  border-radius: 14px 14px 0 0;
  top: 12px;
}

.premium-icon.heart::before,
.premium-icon.woman::before {
  width: 23px;
  height: 23px;
  background: currentColor;
  transform: rotate(45deg);
  border-radius: 5px 5px 0 5px;
}

.premium-icon.heart::after,
.premium-icon.woman::after {
  width: 23px;
  height: 23px;
  background:
    radial-gradient(circle at 30% 30%, currentColor 0 42%, transparent 44%),
    radial-gradient(circle at 70% 30%, currentColor 0 42%, transparent 44%);
  transform: translateY(-8px);
}

.premium-icon.woman::before {
  width: 12px;
  height: 12px;
  top: 12px;
  border-radius: 50%;
  transform: none;
}

.premium-icon.woman::after {
  width: 26px;
  height: 20px;
  bottom: 11px;
  border: 3px solid currentColor;
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
  background: none;
  transform: none;
}

.premium-icon.star::before,
.premium-icon.science::before {
  width: 30px;
  height: 30px;
  background: currentColor;
  clip-path: polygon(50% 0, 62% 35%, 98% 35%, 69% 56%, 80% 92%, 50% 70%, 20% 92%, 31% 56%, 2% 35%, 38% 35%);
}

.premium-icon.science::before {
  width: 18px;
  height: 26px;
  border: 3px solid currentColor;
  border-top: 0;
  border-radius: 0 0 10px 10px;
  background: none;
  clip-path: none;
  bottom: 11px;
}

.premium-icon.science::after {
  width: 24px;
  height: 3px;
  top: 15px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 9px 0 rgba(244, 91, 138, 0.32);
}

.premium-icon.calendar::before {
  width: 29px;
  height: 26px;
  border: 3px solid currentColor;
  border-radius: 5px;
}

.premium-icon.calendar::after {
  width: 23px;
  height: 3px;
  top: 21px;
  background: currentColor;
}

.premium-icon.calendar {
  color: #ff714d;
}

.premium-icon.brain::before {
  width: 29px;
  height: 22px;
  border: 3px solid currentColor;
  border-radius: 48% 52% 44% 56%;
  box-shadow:
    inset 9px 0 0 rgba(255, 255, 255, 0.32),
    inset -7px 0 0 rgba(255, 255, 255, 0.18);
}

.premium-icon.brain::after {
  width: 18px;
  height: 14px;
  border-left: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  border-radius: 0 0 0 12px;
  transform: translate(5px, 7px) rotate(15deg);
}

.premium-icon.rhythm::before {
  width: 28px;
  height: 28px;
  border: 3px solid currentColor;
  border-radius: 50%;
}

.premium-icon.rhythm::after {
  width: 18px;
  height: 18px;
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
  border-radius: 50%;
  transform: rotate(32deg);
}

.premium-icon.shield-check::before {
  width: 25px;
  height: 29px;
  background: currentColor;
  clip-path: polygon(50% 0, 88% 14%, 84% 66%, 50% 100%, 16% 66%, 12% 14%);
}

.premium-icon.shield-check::after {
  width: 13px;
  height: 8px;
  border-left: 3px solid white;
  border-bottom: 3px solid white;
  transform: rotate(-45deg) translate(1px, -1px);
}

.trust-strip strong {
  display: block;
  grid-column: 2;
  grid-row: 1;
  font-size: 1.02rem;
  line-height: 1.2;
}

.trust-strip em {
  grid-column: 2;
  grid-row: 2;
  color: var(--ink);
  font-size: 0.88rem;
  font-style: normal;
  font-weight: 760;
  line-height: 1.3;
}

.trust-strip p {
  margin: 0;
  color: var(--soft-ink);
  font-size: 0.84rem;
  grid-column: 2;
  grid-row: 3;
  line-height: 1.42;
}

.privacy-band,
.final-cta,
.social-follow {
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 22px 70px rgba(80, 42, 59, 0.08);
  backdrop-filter: blur(18px);
}

.privacy-band {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 24px;
  align-items: center;
  padding: 26px 32px;
}

.shield-mark {
  width: 140px;
  height: 140px;
  position: relative;
  overflow: hidden;
  background: #fff2f4;
  color: var(--pink);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.85),
    0 22px 44px rgba(244, 91, 138, 0.13);
}

.shield-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.05);
}

.mini-premium {
  flex: 0 0 auto;
  position: relative;
  width: 34px;
  height: 34px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  object-fit: cover;
  border-radius: 50%;
  background: transparent;
  box-shadow:
    0 11px 20px rgba(80, 42, 59, 0.09);
}

.mini-premium.user::before {
  width: 11px;
  height: 11px;
  border: 2px solid currentColor;
  border-radius: 50%;
  top: 7px;
}

.mini-premium.user::after {
  width: 19px;
  height: 9px;
  border: 2px solid currentColor;
  border-radius: 12px 12px 0 0;
  border-bottom: 0;
  bottom: 7px;
}

.mini-premium.hidden::before {
  width: 18px;
  height: 11px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.mini-premium.hidden::after {
  width: 24px;
  height: 2px;
  background: currentColor;
  transform: rotate(-35deg);
}

.mini-premium.delete::before {
  width: 14px;
  height: 16px;
  border: 2px solid currentColor;
  border-radius: 2px;
  bottom: 5px;
}

.mini-premium.delete::after {
  width: 17px;
  height: 2px;
  background: currentColor;
  top: 7px;
}

.mini-premium.star::before {
  width: 16px;
  height: 16px;
  background: currentColor;
  clip-path: polygon(50% 0, 62% 35%, 98% 35%, 69% 56%, 80% 92%, 50% 70%, 20% 92%, 31% 56%, 2% 35%, 38% 35%);
}

.mini-premium.early::before {
  width: 21px;
  height: 21px;
  background: linear-gradient(145deg, #ff5c91, #ff94b6);
  clip-path: polygon(50% 0, 59% 32%, 92% 18%, 70% 49%, 100% 70%, 64% 65%, 50% 100%, 36% 65%, 0 70%, 30% 49%, 8% 18%, 41% 32%);
  filter: drop-shadow(0 4px 5px rgba(244, 91, 138, 0.2));
}

.mini-premium.early::after {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: white;
}

.mini-premium.phone::before {
  width: 14px;
  height: 22px;
  border: 2.5px solid currentColor;
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.28), transparent);
}

.mini-premium.phone::after {
  width: 6px;
  height: 2px;
  bottom: 6px;
  border-radius: 999px;
  background: currentColor;
}

.mini-premium.woman::before {
  width: 11px;
  height: 11px;
  top: 7px;
  border-radius: 50%;
  background: currentColor;
}

.mini-premium.woman::after {
  width: 22px;
  height: 12px;
  bottom: 6px;
  border: 2.5px solid currentColor;
  border-bottom: 0;
  border-radius: 16px 16px 0 0;
}

.mini-premium.globe::before {
  width: 17px;
  height: 17px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.mini-premium.globe::after {
  width: 2px;
  height: 16px;
  background: currentColor;
  border-radius: 999px;
}

.mini-premium.shield-check::before,
.mini-premium.no-sale::before {
  width: 17px;
  height: 19px;
  background: currentColor;
  clip-path: polygon(50% 0, 88% 14%, 84% 66%, 50% 100%, 16% 66%, 12% 14%);
}

.mini-premium.shield-check::after {
  width: 10px;
  height: 6px;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  transform: rotate(-45deg) translate(1px, -1px);
}

.mini-premium.no-sale::after {
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: white;
  transform: rotate(-35deg);
}

.privacy-band h2,
.final-cta h2 {
  font-size: clamp(2rem, 4vw, 3rem);
}

.privacy-band p {
  margin: 8px 0 20px;
  color: var(--teal);
  font-weight: 750;
}

.privacy-band ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.privacy-band li {
  display: flex;
  align-items: center;
  min-height: 74px;
  padding: 13px 18px 13px 13px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 20px;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.96), transparent 42%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.8), rgba(255, 242, 247, 0.5));
  color: var(--ink);
  font-size: 0.96rem;
  font-weight: 820;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    0 14px 34px rgba(80, 42, 59, 0.055);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.privacy-band li:hover {
  transform: translateY(-3px);
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 1), transparent 44%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 235, 244, 0.62));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    0 22px 44px rgba(244, 91, 138, 0.12);
}

.trust-pillar-icon {
  flex: 0 0 auto;
  width: 54px;
  height: 54px;
  margin-right: 14px;
  border-radius: 50%;
  object-fit: cover;
  filter:
    drop-shadow(0 10px 18px rgba(244, 91, 138, 0.13))
    drop-shadow(0 0 12px rgba(255, 255, 255, 0.7));
  transform-origin: 50% 70%;
}

.final-cta {
  display: grid;
  grid-template-columns: 1fr minmax(320px, 520px);
  gap: 28px;
  align-items: center;
  padding: 34px 36px;
  background: linear-gradient(135deg, rgba(255, 224, 229, 0.86), rgba(255, 250, 246, 0.78));
}

.final-cta p {
  color: var(--soft-ink);
  line-height: 1.5;
}

.final-subtitle {
  max-width: 560px;
  margin: 8px 0 0;
  font-size: 1.16rem;
  font-weight: 760;
}

.launch-list {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  color: var(--soft-ink);
  font-size: 1rem;
  font-weight: 750;
}

.launch-list li {
  display: flex;
  align-items: center;
}

.compact {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.58), rgba(255, 240, 246, 0.34));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 24px 58px rgba(244, 91, 138, 0.1);
}

.compact .form-email-icon {
  left: 22px;
  width: 42px;
  height: 42px;
}

.compact button,
.compact .form-note {
  grid-column: 1 / -1;
}

.compact input {
  min-height: 80px;
  border-radius: 24px;
  font-size: 1.06rem;
}

.social-follow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px 28px;
  padding: 26px 34px;
  text-align: left;
  background: linear-gradient(135deg, #ff83a8 0%, #f45b8a 48%, #ff6b78 100%);
  border-color: rgba(255, 255, 255, 0.34);
  box-shadow: 0 20px 52px rgba(244, 91, 138, 0.2);
}

.social-follow p {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: 0.98rem;
  font-weight: 780;
  line-height: 1.45;
}

.social-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
  grid-column: 1;
  grid-row: 2;
}

.social-link {
  position: relative;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  min-height: 0;
  padding: 0;
  border-radius: 50%;
  color: #f45b8a;
  font-size: 0;
  text-decoration: none;
  background: #fff;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.9),
    0 10px 22px rgba(97, 24, 58, 0.16);
  transition:
    transform 160ms ease,
    box-shadow 160ms ease;
}

.social-link::before {
  content: "";
  position: absolute;
  inset: auto;
  color: currentColor;
}

.social-link::after {
  content: "";
  position: absolute;
  inset: auto;
}

.social-link.instagram::before {
  width: 22px;
  height: 22px;
  border: 3px solid currentColor;
  border-radius: 8px;
}

.social-link.instagram::after {
  width: 7px;
  height: 7px;
  border: 3px solid currentColor;
  border-radius: 50%;
  box-shadow: 7px -7px 0 -4px currentColor;
}

.social-link.tiktok::before,
.social-link.tiktok::after {
  display: none;
}

.social-link.tiktok img {
  display: block;
  width: 36px;
  height: 36px;
}

.social-link:hover {
  transform: translateY(-2px);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.95),
    0 15px 28px rgba(97, 24, 58, 0.24);
}

.footer-legal {
  grid-column: 2;
  grid-row: 1 / span 2;
  justify-self: end;
  display: grid;
  gap: 8px;
  text-align: right;
}

.footer-legal a {
  justify-self: end;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 780;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.58);
  transition:
    opacity 160ms ease,
    border-color 160ms ease;
}

.footer-legal a:hover {
  opacity: 0.86;
  border-color: rgba(255, 255, 255, 0.95);
}

.copyright {
  margin: 0;
  white-space: nowrap;
  font-size: 0.98rem;
  font-weight: 820;
}

.policy-shell {
  min-height: 100vh;
  width: min(100% - 36px, 960px);
  padding: 42px 0 72px;
}

.policy-brand {
  margin: 0 auto 28px;
}

.policy-card {
  padding: clamp(28px, 5vw, 64px);
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 244, 248, 0.78)),
    rgba(255, 255, 255, 0.78);
  box-shadow:
    0 26px 80px rgba(118, 61, 83, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(18px);
}

.policy-card h1 {
  margin: 10px 0 10px;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(2.45rem, 7vw, 5rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.policy-card h2 {
  margin: 34px 0 10px;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(1.55rem, 3vw, 2.2rem);
  letter-spacing: 0;
}

.policy-card p {
  margin: 0 0 16px;
  max-width: 760px;
  color: #435669;
  font-size: 1.06rem;
  font-weight: 560;
  line-height: 1.75;
}

.policy-card a {
  color: #f45b8a;
  font-weight: 800;
}

.policy-updated {
  color: #8b7180 !important;
  font-size: 0.94rem !important;
  font-weight: 800 !important;
}

.policy-note {
  margin-top: 34px !important;
  padding: 18px 20px;
  border: 1px solid rgba(244, 91, 138, 0.18);
  border-radius: 20px;
  background: rgba(255, 235, 242, 0.62);
}

@media (max-width: 940px) {
  main {
    width: min(100% - 28px, 720px);
    padding-top: 28px;
  }

  .hero,
  .final-cta,
  .privacy-band {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .eyebrow {
    margin-top: 42px;
  }

  .hero-visual {
    min-height: 650px;
    margin-top: 10px;
  }

  .iphone-render-wrap {
    width: min(560px, 104vw);
    transform: translateX(0);
  }

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

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

  .trust-strip article {
    border: 1px solid rgba(8, 40, 56, 0.055);
    padding: 16px 4px;
  }

  .trust-strip article:last-child {
    border-bottom: 1px solid rgba(8, 40, 56, 0.055);
  }
}

@media (max-width: 620px) {
  body {
    background:
      linear-gradient(90deg, rgba(255, 252, 248, 0.80) 0%, rgba(255, 248, 248, 0.54) 48%, rgba(255, 232, 242, 0.20) 100%),
      url("assets/floura-site-background.png") 58% top / auto 100vh no-repeat fixed,
      linear-gradient(145deg, #fff9f3, #fff4f7 50%, #ffe1ec);
  }

  body::before,
  body::after {
    opacity: 0.45;
  }

  main {
    width: calc(100% - 24px);
    padding-top: 22px;
  }

  .brand {
    font-size: 3rem;
  }

  .brand-logo-image {
    width: 52px;
    transform: translateY(3px);
  }

  .logo-flower {
    width: 40px;
    height: 32px;
    margin-top: 2px;
  }

  .eyebrow {
    margin-top: 28px;
  }

  h1 {
    font-size: clamp(3.15rem, 15vw, 4.55rem);
    max-width: 8.5ch;
  }

  .intro {
    font-size: 1.08rem;
  }

  .waitlist-form {
    max-width: none;
  }

  input,
  button {
    min-height: 62px;
    border-radius: 22px;
  }

  .field-grid,
  .compact {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 500px;
    margin: 0 -8px -8px;
    overflow: visible;
  }

  .iphone-render-wrap {
    width: min(390px, 104vw);
    transform: translateX(1%);
    filter: drop-shadow(0 32px 44px rgba(30, 23, 32, 0.24));
  }

  .flower-stem {
    display: none;
  }

  .petal {
    opacity: 0.48;
  }

  .trust-strip {
    padding: 14px;
    border-radius: 22px;
  }

  .trust-strip article {
    grid-template-columns: 48px 1fr;
    column-gap: 10px;
    min-height: 0;
    padding: 14px;
  }

  .trust-strip .premium-icon {
    width: 46px;
    height: 46px;
  }

  .privacy-band {
    padding: 24px 20px;
  }

  .shield-mark {
    width: 112px;
    height: 112px;
    justify-self: center;
  }

  .privacy-band ul {
    gap: 10px;
  }

  .privacy-band li {
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    min-height: 138px;
    padding: 18px 14px;
    text-align: center;
  }

  .trust-pillar-icon {
    width: 68px;
    height: 68px;
    margin-right: 0;
  }

  .final-cta {
    padding: 24px 20px;
  }

  .social-follow {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 22px 18px;
    text-align: center;
  }

  .social-actions {
    width: 100%;
    justify-content: center;
  }

  .social-link {
    flex: 0 0 42px;
  }

  .footer-legal {
    grid-column: 1;
    grid-row: auto;
    justify-self: center;
    text-align: center;
  }

  .footer-legal a {
    justify-self: center;
  }

  .copyright {
    white-space: normal;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .petal-field span {
    animation-name: petalFall;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  }

  .petal-field i,
  .floating-lotus {
    animation: lotusBob 9s ease-in-out infinite;
  }

  .petal-field i:nth-of-type(2),
  .lotus-two {
    animation-delay: -4s;
  }

  .iphone-render-wrap {
    animation: float 5.8s ease-in-out infinite;
  }

  .trust-pillar-icon {
    animation: iconFloat 7.4s ease-in-out infinite;
  }

  .privacy-band li:nth-child(2) .trust-pillar-icon,
  .privacy-band li:nth-child(5) .trust-pillar-icon {
    animation-delay: -2.2s;
  }

  .privacy-band li:nth-child(3) .trust-pillar-icon,
  .privacy-band li:nth-child(6) .trust-pillar-icon {
    animation-delay: -4.4s;
  }

  .petal-a {
    animation: drift 6.4s ease-in-out infinite;
  }

  .petal-b {
    animation: drift 7.2s ease-in-out infinite reverse;
  }

  @keyframes float {
    0%,
    100% {
      translate: 0 0;
    }
    50% {
      translate: 0 -12px;
    }
  }

  @keyframes drift {
    0%,
    100% {
      translate: 0 0;
    }
    50% {
      translate: 16px -18px;
    }
  }

  @keyframes petalFall {
    0% {
      translate: 0 -12vh;
      rotate: 0deg;
    }
    45% {
      translate: 34px 48vh;
      rotate: 118deg;
    }
    100% {
      translate: -24px 116vh;
      rotate: 248deg;
    }
  }

  @keyframes lotusBob {
    0%,
    100% {
      translate: 0 0;
    }
    50% {
      translate: 0 -14px;
    }
  }

  @keyframes iconFloat {
    0%,
    100% {
      translate: 0 0;
      rotate: 0deg;
    }
    50% {
      translate: 0 -4px;
      rotate: 1.2deg;
    }
  }

}
