:root {
  --ink: #111318;
  --muted: #616674;
  --pink: #eb1677;
  --pink-dark: #c80d60;
  --pink-soft: #fff0f6;
  --line: #ececf0;
  --surface: #ffffff;
  --shadow: 0 24px 70px rgba(31, 12, 22, .12);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--surface); font-family: "DM Sans", system-ui, sans-serif; font-size: 16px; line-height: 1.6; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 100; padding: 10px 14px; border-radius: 10px; background: var(--ink); color: #fff; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(236,236,240,.9); background: rgba(255,255,255,.92); backdrop-filter: blur(18px); }
.nav-wrap { min-height: 82px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 36px; }
.brand { width: fit-content; display: flex; flex-direction: column; line-height: 1; }
.brand-name { font: 800 27px/1 "Manrope", sans-serif; letter-spacing: .05em; }
.brand-name span { color: var(--pink); margin-inline: 3px; }
.brand-tagline { margin-top: 8px; color: #858996; font-size: 9px; font-weight: 700; letter-spacing: .36em; text-align: center; }
.primary-nav { display: flex; justify-content: center; gap: 34px; font-weight: 600; }
.primary-nav a { position: relative; color: #343740; }
.primary-nav a::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 0; height: 2px; background: var(--pink); transition: width .2s ease; }
.primary-nav a:hover::after, .primary-nav a:focus-visible::after { width: 100%; }
.menu-button { display: none; }

.store-button { display: inline-flex; align-items: center; justify-content: center; gap: 11px; border-radius: 16px; background: #090a0c; color: white; font-weight: 700; box-shadow: 0 12px 25px rgba(0,0,0,.15); transition: transform .2s ease, box-shadow .2s ease; }
.store-button:hover, .store-button:focus-visible { transform: translateY(-2px); box-shadow: 0 16px 32px rgba(0,0,0,.2); }
.store-button img { width: 28px; height: 28px; }
.store-button span { display: grid; line-height: 1.05; font-size: 18px; }
.store-button small { font-size: 8px; letter-spacing: .12em; margin-bottom: 3px; }
.store-button--nav { min-width: 190px; padding: 12px 18px; }
.store-button--hero { min-width: 245px; padding: 15px 23px; }
.store-button--hero img { width: 34px; height: 34px; }
.store-button--hero span { font-size: 22px; }
.store-button--hero small { font-size: 9px; }

.hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero-grid { min-height: 690px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 48px; padding-block: 70px 62px; }
.hero-copy { position: relative; z-index: 3; }
.eyebrow { margin: 0 0 14px; color: var(--pink); font-size: 13px; font-weight: 800; letter-spacing: .18em; }
h1, h2, h3 { font-family: "Manrope", sans-serif; letter-spacing: -.035em; }
h1 { max-width: 590px; margin: 0; font-size: clamp(52px, 5.3vw, 80px); line-height: 1.02; }
h1 span { color: var(--pink); }
.hero-lead { max-width: 570px; margin: 25px 0 32px; color: #484d58; font-size: clamp(19px, 1.7vw, 24px); line-height: 1.5; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 25px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--pink-dark); font-weight: 700; }
.play-circle { width: 35px; height: 35px; display: grid; place-items: center; border: 2px solid var(--pink); border-radius: 50%; color: var(--pink); font-size: 12px; padding-left: 2px; }
.trust-list { display: flex; gap: 0; margin: 42px 0 0; padding: 28px 0 0; border-top: 1px solid var(--line); list-style: none; }
.trust-list li { min-height: 44px; display: flex; align-items: center; gap: 9px; padding-inline: 15px; border-right: 1px solid var(--line); color: #30343d; font-size: 14px; font-weight: 600; line-height: 1.25; }
.trust-list li:first-child { padding-left: 0; }
.trust-list li:last-child { border-right: 0; }
.trust-list img { width: 27px; height: 27px; }

.hero-visual { position: relative; min-height: 580px; }
.phone-preview { position: absolute; z-index: 4; left: 50%; top: 50%; width: 310px; max-height: 590px; object-fit: contain; transform: translate(-50%, -50%); filter: drop-shadow(0 25px 22px rgba(51,22,36,.16)); }
.profile-card { position: absolute; z-index: 3; width: 180px; overflow: hidden; border: 7px solid #fff; border-radius: 24px; background: #fff; box-shadow: var(--shadow); transform: rotate(var(--rotate)); }
.profile-card img { width: 100%; aspect-ratio: .72; object-fit: cover; }
.profile-card--one { --rotate: -5deg; left: 1%; top: 7%; }
.profile-card--two { --rotate: 4deg; right: 0; top: 9%; }
.profile-card--three { --rotate: 4deg; left: 1%; bottom: 3%; }
.profile-card--four { --rotate: -4deg; right: 0; bottom: 4%; }
.verified-dot { position: absolute; right: 13px; bottom: 13px; width: 24px; height: 24px; display: grid; place-items: center; border: 3px solid #fff; border-radius: 50%; background: #2389f4; color: #fff; font-size: 12px; font-weight: 800; }
.visual-note { position: absolute; z-index: 6; margin: 0; padding: 11px 14px; border: 1px solid rgba(235,22,119,.14); border-radius: 14px; background: rgba(255,255,255,.93); color: var(--pink); font: 700 15px/1.2 "Manrope", sans-serif; box-shadow: 0 15px 35px rgba(131,18,71,.1); }
.visual-note--left { left: 19%; top: 30%; transform: rotate(-4deg); }
.visual-note--right { right: 16%; bottom: 30%; transform: rotate(3deg); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.hero-glow--one { width: 620px; height: 620px; right: -160px; top: -150px; background: radial-gradient(circle, rgba(255,214,233,.7), rgba(255,255,255,0) 68%); }
.hero-glow--two { width: 480px; height: 480px; left: -260px; bottom: -260px; background: radial-gradient(circle, rgba(255,229,239,.72), rgba(255,255,255,0) 70%); }

.section { padding-block: 105px; }
.section-heading { max-width: 650px; margin: 0 auto 50px; text-align: center; }
.section-heading h2, .safety-copy h2, .final-cta h2 { margin: 0; font-size: clamp(38px, 4vw, 57px); line-height: 1.1; }
.section-heading > p:last-child, .safety-copy > p, .final-cta p { color: var(--muted); font-size: 19px; }
.steps-section { background: #fff; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.step-card { position: relative; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 14px 45px rgba(22,25,33,.06); transition: transform .25s ease, border-color .25s ease; }
.step-card:hover { transform: translateY(-5px); border-color: #f5a8cb; }
.step-card--featured { background: linear-gradient(145deg, #fff, var(--pink-soft)); }
.step-number { position: absolute; right: 27px; top: 25px; color: #d2d3d8; font: 800 20px/1 "Manrope", sans-serif; }
.icon-disc { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 20px; background: var(--pink-soft); }
.icon-disc img { width: 30px; height: 30px; }
.step-card h3 { margin: 24px 0 8px; font-size: 24px; }
.step-card p { margin: 0; color: var(--muted); }

.safety-section { background: #fafafd; }
.safety-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 90px; }
.safety-copy > p { max-width: 560px; }
.safety-points { display: grid; gap: 8px; margin: 30px 0; }
.safety-points article { display: flex; gap: 17px; padding: 17px; border-radius: 18px; transition: background .2s ease; }
.safety-points article:hover { background: #fff; }
.safety-points img { width: 31px; height: 31px; margin-top: 3px; }
.safety-points h3 { margin: 0 0 3px; font-size: 18px; }
.safety-points p { margin: 0; color: var(--muted); }
.safety-gallery { position: relative; min-height: 560px; }
.safety-gallery figure { position: absolute; margin: 0; overflow: hidden; border: 8px solid white; border-radius: 28px; box-shadow: var(--shadow); }
.safety-gallery figure img { width: 100%; height: 100%; object-fit: cover; }
.gallery-main { z-index: 3; left: 16%; top: 2%; width: 55%; height: 91%; }
.safety-gallery figure:nth-of-type(2) { right: 1%; top: 9%; width: 35%; height: 40%; transform: rotate(4deg); }
.safety-gallery figure:nth-of-type(3) { right: 0; bottom: 3%; width: 37%; height: 41%; transform: rotate(-3deg); }
.verified-label { position: absolute; z-index: 5; left: 3%; bottom: 13%; display: flex; align-items: center; gap: 9px; padding: 13px 17px; border-radius: 14px; background: #fff; font-weight: 700; box-shadow: 0 15px 35px rgba(31,12,22,.14); }
.verified-label img { width: 25px; height: 25px; }

.final-cta { background: #fff; }
.final-cta__inner { position: relative; overflow: hidden; display: flex; align-items: center; justify-content: space-between; gap: 50px; padding: 60px; border-radius: 36px; background: linear-gradient(120deg, #fff0f6, #fff 53%, #ffe2ef); box-shadow: inset 0 0 0 1px rgba(235,22,119,.1); }
.final-cta__inner::after { content: "♥"; position: absolute; right: 29%; top: -70px; color: rgba(235,22,119,.08); font-size: 250px; transform: rotate(-12deg); }
.final-cta__inner > * { position: relative; z-index: 1; }
.final-cta h2 { max-width: 720px; }
.final-cta p { margin-bottom: 0; }

.site-footer { padding: 58px 0 25px; border-top: 1px solid var(--line); }
.footer-grid { display: flex; justify-content: space-between; gap: 40px; }
.brand--footer { margin-bottom: 17px; }
.footer-grid p { color: var(--muted); }
.footer-grid nav { display: flex; flex-wrap: wrap; align-items: flex-start; gap: 25px; font-weight: 600; }
.footer-grid nav a:hover { color: var(--pink); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 35px; padding-top: 22px; border-top: 1px solid var(--line); color: #777b86; font-size: 14px; }

@media (max-width: 1050px) {
  .nav-wrap { grid-template-columns: auto auto 1fr; }
  .menu-button { justify-self: end; }
  .store-button--nav { display: none; }
  .hero-grid { grid-template-columns: 1fr; text-align: center; }
  .hero-copy { max-width: 760px; margin-inline: auto; }
  h1, .hero-lead { margin-inline: auto; }
  .hero-actions, .trust-list { justify-content: center; }
  .hero-visual { width: min(720px, 100%); margin-inline: auto; }
  .safety-grid { grid-template-columns: 1fr; gap: 55px; }
  .safety-copy { max-width: 700px; }
  .safety-gallery { width: min(680px, 100%); margin-inline: auto; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, 620px); }
  .nav-wrap { min-height: 72px; grid-template-columns: auto 1fr; }
  .brand-name { font-size: 23px; }
  .menu-button { display: grid; gap: 5px; width: 43px; height: 43px; place-content: center; border: 0; border-radius: 12px; background: var(--pink-soft); cursor: pointer; }
  .menu-button span { width: 21px; height: 2px; border-radius: 2px; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .primary-nav { position: fixed; inset: 72px 0 auto; display: none; padding: 22px; border-bottom: 1px solid var(--line); background: white; box-shadow: 0 18px 25px rgba(0,0,0,.08); flex-direction: column; align-items: center; gap: 19px; }
  .primary-nav.is-open { display: flex; }
  .hero-grid { min-height: auto; padding-block: 62px 35px; gap: 18px; }
  h1 { font-size: clamp(46px, 14vw, 65px); }
  .hero-lead { font-size: 18px; }
  .hero-actions { flex-direction: column; }
  .trust-list { display: grid; grid-template-columns: 1fr; width: fit-content; margin-inline: auto; text-align: left; }
  .trust-list li { padding: 9px 0; border-right: 0; }
  .hero-visual { min-height: 500px; transform: scale(.92); }
  .phone-preview { width: 270px; }
  .profile-card { width: 125px; border-width: 5px; border-radius: 18px; }
  .visual-note { display: none; }
  .section { padding-block: 75px; }
  .steps-grid { grid-template-columns: 1fr; }
  .safety-gallery { min-height: 455px; }
  .final-cta__inner { padding: 45px 25px; flex-direction: column; align-items: flex-start; }
  .footer-grid, .footer-bottom { flex-direction: column; }
  .footer-grid nav { gap: 16px 22px; }
}

@media (max-width: 430px) {
  .hero-visual { min-height: 430px; transform: none; }
  .phone-preview { width: 220px; max-height: 430px; }
  .profile-card { width: 105px; }
  .profile-card--one, .profile-card--three { left: -2%; }
  .profile-card--two, .profile-card--four { right: -2%; }
  .store-button--hero { min-width: 230px; }
  .safety-gallery { min-height: 390px; }
  .gallery-main { left: 8%; width: 61%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
