@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --pink: #ff4f9a;
  --pink-soft: #ffd7ea;
  --rose: #ff7db7;
  --purple: #8e5cff;
  --violet: #bb6bff;
  --dark: #1d1d22;
  --muted: #696873;
  --milk: #fff7fb;
  --white: #ffffff;
  --shadow: 0 28px 80px rgba(174, 55, 126, .16);
  --radius: 34px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: 'Manrope', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--dark);
  background:
    radial-gradient(circle at 10% 10%, #ffe4f1 0, transparent 28%),
    radial-gradient(circle at 90% 5%, #efe0ff 0, transparent 26%),
    linear-gradient(180deg, #fffafd 0%, #fff7fb 52%, #ffffff 100%);
}

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

.page {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.header {
  position: sticky;
  top: 16px;
  z-index: 20;
  margin: 16px 0 36px;
  padding: 14px 16px 14px 22px;
  border: 1px solid rgba(255, 79, 154, .14);
  background: rgba(255, 255, 255, .78);
  backdrop-filter: blur(22px);
  border-radius: 999px;
  box-shadow: 0 18px 50px rgba(50, 20, 40, .08);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo img {
  height: 44px;
  display: block;
}

.nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 15px;
  font-weight: 700;
  color: #37333b;
}

.nav a { opacity: .8; }
.nav a:hover { opacity: 1; color: var(--pink); }

.header-btn,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 800;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.header-btn,
.btn.primary {
  color: #fff;
  background: linear-gradient(135deg, var(--pink), var(--purple));
  box-shadow: 0 18px 34px rgba(255, 79, 154, .28);
}

.btn.secondary {
  background: #fff;
  color: var(--dark);
  border: 1px solid rgba(255, 79, 154, .18);
}

.header-btn:hover,
.btn:hover {
  transform: translateY(-3px);
}

.burger {
  display: none;
  width: 46px;
  height: 46px;
  border: 0;
  background: #fff;
  border-radius: 50%;
  padding: 12px;
}

.burger span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--dark);
  border-radius: 2px;
}

.section {
  margin: 34px 0;
  padding: 68px;
  border-radius: var(--radius);
}

.hero {
  min-height: 660px;
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  align-items: center;
  gap: 44px;
  background: rgba(255,255,255,.66);
  box-shadow: var(--shadow);
  overflow: hidden;
  position: relative;
}

.hero::before {
  content: "";
  position: absolute;
  inset: auto -12% -34% auto;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffd1e6, #d9bdff);
  filter: blur(12px);
  opacity: .7;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--pink);
  font-weight: 900;
  letter-spacing: .02em;
}

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

h1 {
  font-size: clamp(54px, 8vw, 108px);
  line-height: .92;
  letter-spacing: -0.07em;
  margin-bottom: 24px;
}

h1 span {
  display: block;
  background: linear-gradient(135deg, var(--pink), var(--purple));
  -webkit-background-clip: text;
  color: transparent;
}

h2 {
  font-size: clamp(36px, 5vw, 68px);
  line-height: .98;
  letter-spacing: -0.055em;
  margin-bottom: 22px;
}

h3 {
  font-size: 24px;
  letter-spacing: -0.03em;
  margin-bottom: 12px;
}

.lead,
.wide-text,
.emotions p,
.seller-panel p,
.final p {
  font-size: 22px;
  line-height: 1.5;
  color: var(--muted);
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

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

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

.orb-1 {
  width: 310px;
  height: 310px;
  right: 40px;
  top: 20px;
  background: linear-gradient(135deg, #ff519b, #955cff);
  opacity: .25;
}

.orb-2 {
  width: 210px;
  height: 210px;
  left: 20px;
  bottom: 20px;
  background: linear-gradient(135deg, #ffb0d1, #ffd58e);
  opacity: .48;
}

.gift-card {
  position: absolute;
  inset: 60px 40px auto auto;
  width: 360px;
  height: 410px;
  padding: 42px;
  border-radius: 44px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 35px 90px rgba(83, 33, 67, .18);
  border: 1px solid rgba(255,255,255,.72);
  backdrop-filter: blur(18px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 2;
}

.flower {
  position: absolute;
  inset: 44px 0 auto 0;
  margin: auto;
  width: 210px;
  height: 210px;
}

.flower span {
  position: absolute;
  width: 116px;
  height: 150px;
  border-radius: 80% 20% 80% 20%;
  background: linear-gradient(145deg, #ff4f9a, #c96bff);
  transform-origin: bottom center;
  opacity: .88;
}

.flower span:nth-child(1) { left: 47px; top: -8px; transform: rotate(0deg); }
.flower span:nth-child(2) { left: -5px; top: 36px; transform: rotate(-58deg); background: linear-gradient(145deg, #ff65ad, #ed78b8); }
.flower span:nth-child(3) { right: -5px; top: 36px; transform: rotate(58deg); background: linear-gradient(145deg, #ff8bc5, #a95cff); }
.flower span:nth-child(4) { left: 50px; top: 74px; transform: rotate(180deg) scale(.72); background: #7f2a87; opacity: .65; }

.gift-card strong {
  font-size: 34px;
  line-height: 1;
  letter-spacing: -0.045em;
}

.gift-card p {
  color: var(--muted);
  margin: 10px 0 0;
}

.floating-card {
  position: absolute;
  z-index: 4;
  padding: 18px 20px;
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(255, 79, 154, .12);
  border-radius: 24px;
  box-shadow: 0 18px 50px rgba(83, 33, 67, .12);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.05;
}

.floating-card small {
  font-size: 13px;
  color: var(--muted);
  font-weight: 800;
}

.card-a { left: 0; top: 100px; }
.card-b { right: 0; bottom: 120px; }
.card-c { left: 34px; bottom: 62px; }

.about {
  background: #fff;
  box-shadow: var(--shadow);
}

.section-title {
  max-width: 840px;
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  padding: 0;
}

.stat {
  min-height: 190px;
  padding: 32px;
  border-radius: 32px;
  background: linear-gradient(180deg, #fff, #fff7fb);
  box-shadow: 0 22px 60px rgba(83, 33, 67, .09);
}

.stat strong {
  display: block;
  font-size: 44px;
  letter-spacing: -0.055em;
  margin-bottom: 12px;
}

.stat span {
  color: var(--muted);
  font-weight: 800;
}

.services {
  background: linear-gradient(135deg, #1f1d27, #34203e);
  color: #fff;
  box-shadow: var(--shadow);
}

.services .eyebrow { color: #ffb2d4; }
.services h2 { color: #fff; }

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 42px;
}

.service-card {
  padding: 34px;
  min-height: 300px;
  border-radius: 32px;
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.14);
}

.service-card p {
  color: rgba(255,255,255,.68);
  line-height: 1.55;
}

.icon {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  margin-bottom: 28px;
  border-radius: 22px;
  background: rgba(255,255,255,.14);
  font-size: 32px;
}

.categories {
  background: #fff;
  box-shadow: var(--shadow);
}

.category-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}

.category-row div {
  padding: 18px 22px;
  border-radius: 999px;
  background: #fff3f9;
  border: 1px solid rgba(255, 79, 154, .14);
  font-weight: 900;
}

.emotions {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 40px;
  align-items: end;
  background:
    radial-gradient(circle at 80% 20%, rgba(255,255,255,.55), transparent 32%),
    linear-gradient(135deg, #ff5ba2, #8f5cff);
  color: #fff;
  box-shadow: var(--shadow);
}

.emotions .eyebrow,
.emotions p {
  color: rgba(255,255,255,.82);
}

.sellers {
  padding: 0;
}

.seller-panel {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 36px;
  padding: 58px;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.final {
  text-align: center;
  background: linear-gradient(180deg, #fff, #fff1f8);
  box-shadow: var(--shadow);
}

.final img {
  width: 260px;
  max-width: 80%;
  margin-bottom: 30px;
}

.center {
  justify-content: center;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 32px 8px 48px;
  color: var(--muted);
  font-weight: 700;
}

@media (max-width: 920px) {
  .page { width: min(100% - 24px, 1180px); }
  .nav, .header-btn { display: none; }
  .burger { display: block; }
  .section { padding: 36px 24px; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-visual { min-height: 460px; }
  .gift-card { right: 20px; width: min(340px, 88vw); }
  .stats, .service-grid, .emotions, .seller-panel { grid-template-columns: 1fr; }
  .footer { flex-direction: column; }
  h1 { font-size: 64px; }
}

@media (max-width: 560px) {
  .logo img { height: 36px; }
  .header { top: 8px; }
  .btn { width: 100%; }
  .hero-actions { width: 100%; }
  .stats { gap: 12px; }
  .stat { min-height: 150px; }
  .floating-card { display: none; }
  h1 { font-size: 52px; }
}
