:root {
  --ink: #211326;
  --plum: #43104f;
  --plum-2: #6f39bd;
  --rose: #c86b82;
  --peach: #fff1ea;
  --peach-2: #ffe2d5;
  --lilac: #f1e9ff;
  --violet-soft: #efe4ff;
  --gold: #bc7a13;
  --muted: #756b78;
  --line: rgba(89, 45, 101, .14);
  --card: rgba(255, 255, 255, .78);
  --shadow: 0 28px 80px rgba(69, 36, 80, .12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Poppins", Arial, sans-serif;
  background:
    radial-gradient(circle at 0 38%, rgba(255, 195, 204, .28), transparent 22%),
    radial-gradient(circle at 100% 20%, rgba(239, 228, 255, .52), transparent 25%),
    linear-gradient(115deg, #fffaf7 0%, #fff7f2 42%, #fff 72%, #fcf7ff 100%);
}

body:before,
body:after {
  content: "";
  position: fixed;
  pointer-events: none;
  z-index: 0;
}

body:before {
  left: -40px;
  bottom: 210px;
  width: 250px;
  height: 250px;
  background:
    radial-gradient(circle at 32% 32%, rgba(234, 135, 155, .30) 0 10%, transparent 11%),
    radial-gradient(circle at 64% 42%, rgba(246, 181, 193, .24) 0 12%, transparent 13%),
    radial-gradient(circle at 40% 68%, rgba(163, 119, 210, .18) 0 13%, transparent 14%);
  filter: blur(.2px);
  opacity: .9;
}

body:after {
  right: 68px;
  bottom: 360px;
  width: 210px;
  height: 210px;
  background:
    radial-gradient(circle at 40% 38%, rgba(160, 125, 217, .24) 0 12%, transparent 13%),
    radial-gradient(circle at 68% 60%, rgba(214, 183, 247, .24) 0 13%, transparent 14%);
  opacity: .55;
}

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

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

.site-header,
main,
.site-footer {
  position: relative;
  z-index: 1;
}

.site-header {
  display: grid;
  grid-template-columns: 255px 1fr;
  align-items: center;
  gap: 28px;
  width: min(100% - 72px, 1440px);
  margin: 0 auto;
  padding: 26px 0 12px;
}

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

.brand img {
  width: 58px;
  height: 58px;
  object-fit: cover;
  object-position: center;
  border-radius: 14px;
}

.brand span {
  display: grid;
  gap: 0;
}

.brand strong {
  color: var(--plum);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 36px;
  font-weight: 700;
  line-height: .86;
}

.brand small {
  color: #88748f;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(18px, 3vw, 52px);
  color: #141018;
  font-size: 14px;
  font-weight: 600;
}

.nav-links a {
  position: relative;
  padding: 13px 0;
}

.nav-links a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 2px;
  transform: scaleX(0);
  transform-origin: center;
  background: var(--plum-2);
  border-radius: 99px;
  transition: transform .2s ease;
}

.nav-links a:hover:after,
.nav-links a.active:after {
  transform: scaleX(1);
}

.hero {
  display: grid;
  grid-template-columns: minmax(410px, .98fr) minmax(460px, 1.02fr);
  align-items: center;
  gap: 28px;
  width: min(100% - 72px, 1440px);
  min-height: clamp(940px, 68vw, 1040px);
  margin: 0 auto;
  padding: 28px 0 140px;
  overflow: visible;
}

.hero-copy {
  max-width: 550px;
  padding-top: 28px;
}

.soft-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 26px;
  padding: 13px 22px;
  color: #b46057;
  background: linear-gradient(135deg, #fff2ea, #fff8f4);
  border: 1px solid rgba(224, 144, 111, .32);
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(205, 126, 115, .08);
  font-size: 14px;
  font-weight: 500;
}

.soft-pill span,
.section-title span {
  color: #bd8424;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin: 0 0 24px;
  color: var(--plum);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(82px, 8.2vw, 126px);
  line-height: .82;
  letter-spacing: 0;
}

h1 span {
  color: var(--rose);
}

.hero-text {
  max-width: 480px;
  margin-bottom: 36px;
  color: #4d4350;
  font-size: 20px;
  line-height: 1.58;
}

.trust-panel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 490px;
  margin-bottom: 30px;
  padding: 16px;
  background: rgba(255, 255, 255, .72);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 18px 44px rgba(83, 45, 96, .07);
}

.trust-panel div {
  display: grid;
  grid-template-columns: 34px 1fr;
  grid-template-rows: auto auto;
  column-gap: 10px;
  align-items: center;
  min-width: 0;
}

.trust-panel div + div {
  border-left: 1px solid rgba(89, 45, 101, .1);
  padding-left: 16px;
}

.mini-icon {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  font-size: 19px;
}

.mini-icon svg,
.large-icon svg,
.why-grid svg,
.support-icon svg,
.social-row svg {
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.store-logo svg {
  width: 100%;
  height: 100%;
  display: block;
}

.mini-icon.coral {
  color: #e26f62;
  background: #fff0ee;
}

.mini-icon.violet {
  color: #7d55d0;
  background: #f2edff;
}

.mini-icon.purple {
  color: #743fc3;
  background: #f4eaff;
}

.trust-panel strong {
  font-size: 14px;
}

.trust-panel small {
  color: var(--muted);
  font-size: 12px;
}

.download-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.store-badge {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 235px;
  min-height: 94px;
  padding: 18px 20px;
  background: linear-gradient(135deg, #fff, #faf3ff);
  border: 1px solid rgba(111, 57, 189, .14);
  border-radius: 14px;
  box-shadow: 0 18px 45px rgba(89, 45, 101, .08);
}

.store-badge span:last-child {
  display: grid;
  gap: 1px;
  color: #2e2532;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}

.store-badge small,
.store-badge em {
  color: #6d6170;
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .08em;
}

.store-logo {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
}

.apple-logo svg {
  fill: #4e596d;
}

.hero-visual {
  position: relative;
  min-height: clamp(730px, 56vw, 850px);
}

.hero-visual:before {
  content: "";
  position: absolute;
  inset: 110px 6% 60px 9%;
  background:
    radial-gradient(circle at 34% 40%, rgba(255, 211, 212, .36), transparent 35%),
    radial-gradient(circle at 80% 26%, rgba(240, 223, 255, .42), transparent 36%);
  border-radius: 50%;
  filter: blur(10px);
}

.phone-frame {
  position: absolute;
  overflow: hidden;
  border-radius: 58px;
  filter: drop-shadow(0 28px 38px rgba(28, 17, 31, .21));
  transform-origin: bottom center;
}

.phone-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.phone-main {
  z-index: 2;
  left: 4%;
  top: 12px;
  width: min(30vw, 410px);
  transform: rotate(-2deg);
}

.phone-product {
  z-index: 1;
  right: 4%;
  top: 86px;
  width: min(26vw, 340px);
  transform: rotate(5deg);
}

.journey-section,
.benefit-panel,
.why-section,
.support-banner {
  width: min(100% - 72px, 1320px);
  margin: 0 auto;
}

.journey-section {
  position: relative;
  z-index: 3;
  padding: 92px 0 38px;
}

.section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin-bottom: 58px;
  text-align: center;
}

.section-title h2,
.why-section h2 {
  margin: 0;
  color: var(--plum);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(38px, 4vw, 52px);
  font-weight: 700;
  line-height: 1.05;
}

.journey-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.journey-card {
  min-height: 405px;
  padding: 50px 28px 35px;
  text-align: center;
  background: rgba(255, 255, 255, .62);
  border: 1px solid rgba(217, 150, 115, .28);
  border-radius: 24px;
  box-shadow: 0 18px 46px rgba(96, 54, 84, .05);
  transition: transform .2s ease, box-shadow .2s ease;
}

.journey-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 70px rgba(96, 54, 84, .1);
}

.large-icon {
  display: grid;
  place-items: center;
  width: 106px;
  height: 106px;
  margin: 0 auto 28px;
  border-radius: 999px;
  font-size: 52px;
}

.large-icon.lavender {
  color: #7641c8;
  background: var(--violet-soft);
}

.large-icon.peach {
  color: #e38165;
  background: #fff0e7;
}

.large-icon.purple {
  color: #743fc3;
  background: #f1e7ff;
}

.large-icon.coral {
  color: #e76c5c;
  background: #fff0eb;
}

.journey-card h3 {
  margin-bottom: 18px;
  font-size: 22px;
  font-weight: 600;
}

.journey-card p {
  min-height: 80px;
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.62;
}

.journey-card a {
  color: var(--plum-2);
  font-size: 16px;
  font-weight: 700;
}

.journey-card a span {
  margin-left: 8px;
  font-size: 21px;
}

.benefit-panel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 8px;
  margin-bottom: 76px;
  padding: 32px 28px;
  background: rgba(255, 255, 255, .56);
  border: 1px solid rgba(217, 150, 115, .26);
  border-radius: 24px;
  box-shadow: 0 16px 42px rgba(96, 54, 84, .04);
  gap: 0;
}

.benefit-panel div {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 16px;
  padding: 4px 28px;
  text-align: left;
}

.benefit-panel div + div {
  border-left: 1px solid rgba(217, 150, 115, .28);
}

.benefit-panel strong {
  display: block;
  margin-bottom: 4px;
  color: var(--plum-2);
  font-size: 20px;
  font-weight: 600;
}

.benefit-panel small {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.benefit-panel span {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  color: #7a4bc4;
  background: #f3ecff;
  border-radius: 999px;
  font-size: 28px;
}

.benefit-panel svg {
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.why-section {
  padding-bottom: 58px;
}

.why-section h2 {
  margin-bottom: 36px;
  text-align: center;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.why-grid article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: center;
  min-height: 118px;
  padding: 24px 24px;
  background: rgba(255, 255, 255, .58);
  border: 1px solid rgba(217, 150, 115, .25);
  border-radius: 18px;
}

.why-grid span {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  color: #8352c9;
  background: #f4edff;
  border-radius: 999px;
  font-size: 25px;
}

.why-grid h3 {
  margin-bottom: 5px;
  font-size: 15px;
}

.why-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.42;
}

.support-banner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 30px;
  min-height: 194px;
  margin-bottom: 64px;
  padding: 35px 48px;
  overflow: hidden;
  background:
    radial-gradient(circle at 94% 58%, rgba(174, 142, 219, .27), transparent 20%),
    radial-gradient(circle at 88% 74%, rgba(219, 146, 165, .18), transparent 16%),
    linear-gradient(110deg, rgba(255,255,255,.78), rgba(248,238,255,.72));
  border: 1px solid rgba(127, 82, 185, .26);
  border-radius: 24px;
  box-shadow: 0 20px 52px rgba(83, 45, 96, .08);
}

.support-banner:after {
  content: "";
  position: absolute;
  right: 32px;
  bottom: 20px;
  width: 170px;
  height: 120px;
  background:
    radial-gradient(ellipse at 20% 55%, rgba(163, 119, 210, .36) 0 13%, transparent 14%),
    radial-gradient(ellipse at 38% 40%, rgba(187, 149, 225, .30) 0 12%, transparent 13%),
    radial-gradient(ellipse at 58% 60%, rgba(218, 144, 165, .28) 0 11%, transparent 12%),
    radial-gradient(ellipse at 76% 42%, rgba(163, 119, 210, .28) 0 12%, transparent 13%);
  opacity: .85;
}

.support-icon {
  display: grid;
  place-items: center;
  width: 94px;
  height: 94px;
  color: var(--plum-2);
  background: rgba(255, 255, 255, .74);
  border-radius: 999px;
  font-size: 42px;
}

.support-banner p {
  margin-bottom: 4px;
  color: #4e4350;
  font-size: 17px;
}

.support-banner h2 {
  margin-bottom: 8px;
  color: var(--plum);
  font-size: 34px;
}

.support-banner span {
  color: var(--muted);
}

.support-banner a {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 185px;
  justify-content: center;
  padding: 21px 26px;
  color: #fff;
  background: linear-gradient(135deg, #6f39bd, #7e55d7);
  border-radius: 10px;
  font-weight: 700;
  box-shadow: 0 18px 36px rgba(111, 57, 189, .22);
}

.site-footer {
  background: rgba(255, 255, 255, .72);
}

.footer-main {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1.2fr 1fr;
  gap: 48px;
  width: min(100% - 72px, 1320px);
  margin: 0 auto;
  padding: 56px 0 38px;
}

.footer-logo {
  margin-bottom: 12px;
}

.footer-logo img {
  width: 52px;
  height: 52px;
}

.footer-logo strong {
  font-size: 32px;
}

.footer-brand-block p {
  max-width: 300px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.social-row {
  display: flex;
  gap: 16px;
  margin-top: 20px;
}

.social-row a {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: #743fc3;
  background: #fff;
  border: 1px solid rgba(111, 57, 189, .18);
  border-radius: 999px;
  font-size: 17px;
  font-weight: 700;
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-column h3 {
  margin-bottom: 10px;
  color: #27202c;
  font-size: 13px;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.footer-column a {
  color: #5d5361;
  font-size: 13px;
}

.footer-column a:hover {
  color: var(--plum-2);
}

.mini-store {
  display: grid;
  grid-template-columns: 28px 1fr;
  align-items: center;
  column-gap: 10px;
  width: 166px;
  padding: 12px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
}

.mini-store span {
  grid-row: span 2;
  font-size: 23px;
}

.mini-store strong {
  font-size: 15px;
  line-height: 1;
}

.mini-store small {
  color: var(--muted);
  font-size: 8px;
  font-weight: 700;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: min(100% - 72px, 1320px);
  margin: 0 auto;
  padding: 24px 0;
  color: #6e6370;
  border-top: 1px solid rgba(217, 150, 115, .25);
  font-size: 12px;
}

.floral {
  position: absolute;
  pointer-events: none;
  z-index: 2;
  opacity: .86;
}

.floral:before,
.floral:after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.floral-left {
  left: -18px;
  top: 430px;
  bottom: auto;
  width: 340px;
  height: 300px;
  background:
    radial-gradient(ellipse at 15% 78%, rgba(229, 132, 153, .46) 0 8%, transparent 9%),
    radial-gradient(ellipse at 26% 63%, rgba(247, 177, 190, .42) 0 10%, transparent 11%),
    radial-gradient(ellipse at 42% 77%, rgba(237, 150, 169, .36) 0 9%, transparent 10%),
    radial-gradient(ellipse at 56% 61%, rgba(162, 120, 211, .42) 0 10%, transparent 11%),
    radial-gradient(ellipse at 72% 76%, rgba(192, 158, 229, .36) 0 9%, transparent 10%),
    radial-gradient(ellipse at 82% 54%, rgba(225, 168, 188, .25) 0 7%, transparent 8%);
}

.floral-left:before {
  left: 68px;
  bottom: 16px;
  width: 2px;
  height: 230px;
  background: linear-gradient(rgba(190, 132, 44, .58), rgba(190, 132, 44, 0));
  transform: rotate(45deg);
  box-shadow:
    42px -16px 0 -1px rgba(190, 132, 44, .34),
    86px -26px 0 -1px rgba(190, 132, 44, .28),
    130px -4px 0 -1px rgba(190, 132, 44, .25);
}

.floral-left:after {
  left: 105px;
  bottom: 74px;
  width: 150px;
  height: 86px;
  background:
    radial-gradient(ellipse at 15% 50%, rgba(202, 158, 222, .42) 0 23%, transparent 24%),
    radial-gradient(ellipse at 38% 36%, rgba(239, 174, 187, .38) 0 20%, transparent 21%),
    radial-gradient(ellipse at 58% 64%, rgba(202, 158, 222, .30) 0 19%, transparent 20%),
    radial-gradient(ellipse at 80% 42%, rgba(239, 174, 187, .28) 0 18%, transparent 19%);
  transform: rotate(-28deg);
}

.floral-right {
  right: 26px;
  bottom: 42px;
  width: 190px;
  height: 190px;
  background:
    radial-gradient(ellipse at 30% 68%, rgba(174, 135, 214, .26) 0 10%, transparent 11%),
    radial-gradient(ellipse at 56% 76%, rgba(222, 132, 154, .22) 0 8%, transparent 9%);
  opacity: .45;
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: auto;
  }

  .nav-links {
    order: 3;
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 6px;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

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

  .hero-visual {
    min-height: 710px;
  }

  .phone-main {
    width: min(52vw, 430px);
    left: 12%;
  }

  .phone-product {
    width: min(42vw, 350px);
    right: 8%;
  }

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

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

@media (max-width: 760px) {
  body:before,
  body:after {
    display: none;
  }

  .site-header,
  .hero,
  .journey-section,
  .benefit-panel,
  .why-section,
  .support-banner,
  .footer-main,
  .footer-bottom {
    width: min(100% - 32px, 1320px);
  }

  .site-header {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-top: 18px;
  }

  .nav-links {
    grid-column: 1 / -1;
    order: 3;
    justify-content: flex-start;
    gap: 22px;
  }

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

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

  .hero {
    display: flex;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 40px;
    overflow: visible;
  }

  h1 {
    font-size: clamp(70px, 22vw, 96px);
  }

  .hero-text {
    font-size: 17px;
  }

  .trust-panel,
  .benefit-panel {
    grid-template-columns: 1fr;
  }

  .trust-panel div + div,
  .benefit-panel div + div {
    border-left: 0;
    border-top: 1px solid rgba(89, 45, 101, .1);
    padding-left: 0;
    padding-top: 14px;
    margin-top: 14px;
  }

  .benefit-panel div {
    grid-template-columns: auto 1fr;
    text-align: left;
  }

  .download-row {
    flex-direction: column;
  }

  .store-badge {
    width: 100%;
  }

  .hero-visual {
    width: 100%;
    min-height: 560px;
    overflow: hidden;
  }

  .phone-main {
    left: 2%;
    top: 0;
    width: min(73vw, 330px);
  }

  .phone-product {
    right: 0;
    top: 82px;
    width: min(58vw, 260px);
  }

  .floral-left {
    top: 635px;
    left: -46px;
    opacity: .46;
    transform: scale(.8);
  }

  .floral-right {
    display: none;
  }

  .section-title {
    gap: 10px;
    margin-bottom: 30px;
  }

  .journey-grid,
  .why-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

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

  .journey-card p {
    min-height: auto;
  }

  .benefit-panel {
    gap: 12px;
    padding: 24px 20px;
  }

  .support-banner {
    grid-template-columns: 1fr;
    padding: 28px 22px;
  }

  .support-banner:after {
    display: none;
  }

  .support-banner a {
    width: 100%;
  }

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

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-bottom div {
    gap: 18px;
    flex-wrap: wrap;
  }
}
