:root {
  --ink: #171115;
  --muted: #756870;
  --rose: #f25b72;
  --coral: #ff8d67;
  --gold: #d5a446;
  --wine: #74263a;
  --cream: #fff8f3;
  --paper: #ffffff;
  --line: rgba(47, 29, 34, 0.12);
  --shadow: 0 28px 90px rgba(70, 40, 38, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 18% 6%, rgba(242, 91, 114, 0.12), transparent 28rem),
    radial-gradient(circle at 88% 12%, rgba(213, 164, 70, 0.16), transparent 24rem),
    linear-gradient(180deg, #fffaf7 0%, #fff 46%, #fff7f1 100%);
  font-family: "Avenir Next", "Helvetica Neue", ui-sans-serif, system-ui, sans-serif;
  line-height: 1.5;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

.site-header {
  position: fixed;
  z-index: 30;
  top: 16px;
  left: 50%;
  width: min(1120px, calc(100% - 32px));
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 10px 12px 10px 18px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 42px rgba(62, 36, 36, 0.14);
  transform: translateX(-50%);
  backdrop-filter: blur(18px);
}
.brand { width: 160px; flex: 0 0 auto; }
.brand img { width: 100%; }
.nav-links {
  display: flex;
  gap: 26px;
  color: var(--muted);
  font-size: 0.93rem;
  font-weight: 850;
}
.nav-links a:hover { color: var(--wine); }
.nav-cta,
.primary-button,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 999px;
  font-weight: 900;
  white-space: nowrap;
}
.nav-cta,
.primary-button {
  color: #fff;
  background: linear-gradient(135deg, var(--wine), var(--rose) 58%, var(--coral));
  box-shadow: 0 14px 30px rgba(218, 80, 88, 0.28);
}
.nav-cta { padding: 0 20px; }
.primary-button { padding: 0 28px; }
.secondary-button {
  padding: 0 26px;
  border: 1px solid rgba(116, 38, 58, 0.18);
  color: var(--wine);
  background: rgba(255, 255, 255, 0.82);
}

.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: center;
  overflow: hidden;
  padding: 128px clamp(22px, 6vw, 86px) 82px;
}
.hero::before {
  position: absolute;
  inset: 0 0 auto;
  height: 62%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.7), rgba(255, 231, 222, 0.58));
  content: "";
  z-index: -2;
}
.hero::after {
  position: absolute;
  right: -14vw;
  top: 16vh;
  width: 58vw;
  height: 58vw;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 141, 103, 0.26), transparent 62%);
  content: "";
  z-index: -1;
}
.hero-content {
  width: min(690px, 100%);
}
.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}
h1,h2,h3,p { margin-top: 0; }
h1 {
  margin-bottom: 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 7.4vw, 7.1rem);
  line-height: 0.92;
  letter-spacing: 0;
}
h2 {
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.25rem, 5vw, 4.7rem);
  line-height: 0.99;
  letter-spacing: 0;
}
h3 { margin-bottom: 10px; font-size: 1.34rem; line-height: 1.12; }
.hero-copy {
  max-width: 650px;
  color: var(--muted);
  font-size: clamp(1.1rem, 1.65vw, 1.35rem);
  font-weight: 680;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 34px 0 28px; }
.store-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 24px;
}
.store-button {
  min-width: 178px;
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 9px 17px 9px 14px;
  border: 1px solid rgba(23, 17, 21, 0.16);
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(145deg, #171115, #332026);
  box-shadow: 0 18px 42px rgba(23, 17, 21, 0.18);
}
.store-button small,
.store-button strong {
  display: block;
  line-height: 1.08;
}
.store-button small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.72rem;
  font-weight: 750;
}
.store-button strong {
  color: #fff;
  font-size: 1.03rem;
  font-weight: 950;
}
.store-icon {
  width: 30px;
  height: 30px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  color: #fff;
  font-size: 1.75rem;
  line-height: 1;
}
.google-play {
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 7px 18px 18px 7px;
  background: linear-gradient(135deg, #33d17a 0 34%, #43b3ff 35% 60%, #ffd23f 61% 78%, #ff6b5f 79%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.store-buttons-light { margin: 24px 0 0; }
.store-buttons-light .store-button {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: none;
  backdrop-filter: blur(12px);
}
.hero-proof { display: flex; flex-wrap: wrap; gap: 10px; }
.hero-proof span {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(116, 38, 58, 0.14);
  border-radius: 999px;
  color: var(--wine);
  background: rgba(255, 255, 255, 0.76);
  font-size: 0.88rem;
  font-weight: 850;
}

.app-stage {
  position: relative;
  min-height: 660px;
}
.phone {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border: 10px solid #181115;
  border-radius: 38px;
  background: #181115;
  box-shadow: 0 30px 80px rgba(43, 23, 28, 0.24);
}
.phone img { width: 100%; height: 100%; object-fit: cover; }
.phone-main {
  z-index: 3;
  right: 28%;
  top: 2%;
  width: min(32vw, 330px);
  transform: rotate(-3deg);
}
.phone-side {
  width: min(24vw, 245px);
  opacity: 0.88;
}
.phone-left {
  z-index: 2;
  left: 0;
  bottom: 8%;
  transform: rotate(-8deg);
}
.phone-right {
  z-index: 1;
  right: 2%;
  bottom: 0;
  transform: rotate(8deg);
}
.floating-cube {
  position: absolute;
  z-index: 4;
  right: 8%;
  top: 6%;
  width: min(15vw, 150px);
  filter: drop-shadow(0 24px 34px rgba(242, 91, 114, 0.32));
}

.trust-strip {
  width: min(1160px, calc(100% - 32px));
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: -30px auto 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--line);
  box-shadow: var(--shadow);
}
.trust-strip div { padding: 26px; background: rgba(255, 255, 255, 0.94); }
.trust-strip strong { display: block; margin-bottom: 6px; font-size: 1.02rem; }
.trust-strip span { color: var(--muted); font-weight: 650; }

.section {
  width: min(1160px, calc(100% - 32px));
  margin: 108px auto 0;
}
.editorial {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}
.section-copy > p:not(.eyebrow),
.section-heading > p,
.final-cta p {
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(1.06rem, 1.55vw, 1.22rem);
  font-weight: 650;
}
.feature-list { display: grid; gap: 16px; }
.feature-list article,
.plan-card,
.premium-visual,
.safety-card,
.safety-grid article {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 50px rgba(77, 48, 42, 0.08);
}
.feature-list article { padding: 22px; }
.feature-list span {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 950;
}
.feature-list p { margin-bottom: 0; color: var(--muted); font-weight: 620; }

.product-showcase {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  align-items: end;
}
.product-showcase figure {
  margin: 0;
  padding: 14px 14px 18px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(255,248,243,0.9));
  box-shadow: var(--shadow);
}
.product-showcase img {
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  border-radius: 22px;
}
.product-showcase figcaption {
  margin-top: 14px;
  color: var(--wine);
  font-weight: 900;
  text-align: center;
}

.section-heading { max-width: 900px; margin-bottom: 36px; }
.premium-grid {
  display: grid;
  grid-template-columns: minmax(240px, 0.8fr) minmax(260px, 0.8fr) minmax(240px, 0.8fr);
  gap: 20px;
  align-items: stretch;
}
.plan-card { padding: 28px; }
.premium-plan {
  color: #fff;
  background: linear-gradient(145deg, #5d1d2d, #bd4656 58%, #f18960);
  box-shadow: 0 28px 70px rgba(162, 61, 66, 0.28);
}
.plan-label {
  display: inline-flex;
  margin-bottom: 20px;
  padding: 7px 12px;
  border-radius: 999px;
  color: var(--wine);
  background: rgba(213, 164, 70, 0.16);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}
.premium-plan .plan-label { color: #fff; background: rgba(255, 255, 255, 0.18); }
.plan-card p { color: inherit; opacity: 0.78; font-weight: 650; }
.plan-card ul { display: grid; gap: 12px; margin: 24px 0 0; padding: 0; list-style: none; }
.plan-card li { position: relative; padding-left: 24px; font-weight: 800; }
.plan-card li::before { position: absolute; left: 0; content: "✓"; color: var(--gold); }
.premium-visual {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 12px;
  min-height: 340px;
  padding: 28px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 35%, rgba(255, 141, 103, 0.22), transparent 16rem),
    linear-gradient(180deg, rgba(255,255,255,0.92), rgba(255,248,243,0.9));
}
.premium-visual img {
  width: min(190px, 56%);
  filter: drop-shadow(0 24px 36px rgba(242, 91, 114, 0.28));
}
.premium-visual strong { font-size: 1.35rem; }
.premium-visual span { color: var(--muted); font-weight: 700; }

.safety-section {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1fr);
  gap: 20px;
  align-items: stretch;
}
.safety-card {
  padding: clamp(28px, 5vw, 54px);
  color: #fff;
  background:
    linear-gradient(145deg, rgba(24, 18, 24, 0.94), rgba(116, 38, 58, 0.9)),
    radial-gradient(circle at 80% 20%, rgba(242,91,114,0.35), transparent 18rem);
}
.safety-card p:not(.eyebrow) { color: rgba(255, 255, 255, 0.82); }
.safety-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.safety-grid article { padding: 24px; }
.safety-grid strong { display: block; margin-bottom: 8px; font-size: 1.18rem; }
.safety-grid span { color: var(--muted); font-weight: 650; }

.final-cta {
  width: min(1160px, calc(100% - 32px));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin: 108px auto 48px;
  padding: clamp(30px, 5vw, 58px);
  border-radius: 30px;
  color: #fff;
  background: linear-gradient(135deg, #171115, #74263a 58%, #d65363);
  box-shadow: var(--shadow);
}
.final-cta h2 { max-width: 800px; }
.final-cta p { color: rgba(255, 255, 255, 0.82); }

@media (max-width: 980px) {
  .site-header { top: 10px; width: calc(100% - 20px); }
  .nav-links { display: none; }
  .brand { width: 145px; }
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 112px;
  }
  .app-stage {
    min-height: 560px;
    order: -1;
  }
  .phone-main { right: 30%; width: min(48vw, 300px); }
  .phone-left { left: 8%; width: min(34vw, 210px); }
  .phone-right { right: 8%; width: min(34vw, 210px); }
  .trust-strip,
  .editorial,
  .product-showcase,
  .premium-grid,
  .safety-section,
  .safety-grid,
  .final-cta { grid-template-columns: 1fr; }
  .final-cta { display: grid; }
}

@media (max-width: 640px) {
  .site-header { min-height: 56px; padding: 8px 9px 8px 13px; border-radius: 18px; }
  .brand { width: 126px; }
  .nav-cta { min-height: 40px; padding: 0 13px; font-size: 0.8rem; }
  .hero { padding: 96px 18px 58px; gap: 22px; }
  .app-stage { min-height: 430px; }
  .phone { border-width: 7px; border-radius: 30px; }
  .phone-main { right: 25%; width: min(58vw, 250px); }
  .phone-left { left: 0; bottom: 4%; width: min(38vw, 170px); }
  .phone-right { right: 0; bottom: 2%; width: min(38vw, 170px); }
  .floating-cube { width: 92px; right: 2%; top: 8%; }
  h1 { font-size: clamp(3rem, 16vw, 4.7rem); }
  h2 { font-size: clamp(2.05rem, 11vw, 3.2rem); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .primary-button,
  .secondary-button { width: 100%; }
  .store-buttons { display: grid; grid-template-columns: 1fr; }
  .store-button { width: 100%; justify-content: center; }
  .trust-strip { margin-top: 0; width: 100%; border-radius: 0; border-left: 0; border-right: 0; }
  .section { margin-top: 76px; width: min(100% - 24px, 1160px); }
  .final-cta { width: min(100% - 24px, 1160px); margin-top: 76px; }
}
