:root {
  --pink: #f48fb1;
  --pink-dark: #d94f82;
  --pink-soft: #ffe1ec;
  --white: #ffffff;
  --milk: #fff8fb;
  --text: #2d1720;
  --muted: #7b5964;
  --shadow: 0 20px 60px rgba(217, 79, 130, .18);
  --radius: 28px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: Inter, Arial, sans-serif;
  color: var(--text);
  background: linear-gradient(135deg, #ffe4ee 0%, #ffffff 45%, #fff7fb 100%);
  min-height: 100vh;
}

a { color: inherit; text-decoration: none; }
button, .btn { cursor: pointer; border: 0; font: inherit; }

.site-header {
  min-height: 100vh;
  padding: 24px 6vw 70px;
  background:
    radial-gradient(circle at 20% 15%, rgba(244,143,177,.45), transparent 28%),
    radial-gradient(circle at 80% 30%, rgba(255,255,255,.9), transparent 24%),
    linear-gradient(145deg, #ffd8e7, #fff);
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  background: rgba(255,255,255,.64);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255,255,255,.85);
  border-radius: 999px;
  box-shadow: var(--shadow);
  position: sticky;
  top: 16px;
  z-index: 10;
}

.logo {
  font-size: 26px;
  font-weight: 900;
  letter-spacing: -1px;
}
.logo span { color: var(--pink-dark); }
.nav-links { display: flex; gap: 8px; flex-wrap: wrap; }
.nav-links a {
  padding: 10px 15px;
  border-radius: 999px;
  color: var(--muted);
  transition: .25s;
}
.nav-links a:hover, .nav-links a.active {
  color: var(--white);
  background: var(--pink-dark);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
  gap: 40px;
  align-items: center;
  padding-top: 110px;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 12px;
  font-weight: 800;
  color: var(--pink-dark);
  margin-bottom: 14px;
}
.hero h1 {
  font-size: clamp(58px, 10vw, 128px);
  line-height: .88;
  letter-spacing: -6px;
  margin-bottom: 24px;
}
.hero-text {
  max-width: 650px;
  color: var(--muted);
  font-size: 21px;
  line-height: 1.6;
}
.hero-actions { display: flex; gap: 14px; margin-top: 34px; flex-wrap: wrap; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 24px;
  border-radius: 999px;
  font-weight: 800;
}
.primary { background: var(--pink-dark); color: #fff; box-shadow: var(--shadow); }
.secondary { background: #fff; color: var(--pink-dark); border: 1px solid #ffd0e1; }
.hero-card {
  min-height: 460px;
  border-radius: 44px;
  background: rgba(255,255,255,.55);
  border: 1px solid rgba(255,255,255,.88);
  backdrop-filter: blur(24px);
  box-shadow: var(--shadow);
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 25px;
  transform: rotate(2deg);
}
.product-visual.big {
  height: 260px;
  border-radius: 36px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 72px;
  font-weight: 900;
  background: linear-gradient(135deg, #d94f82, #f9a9c7, #fff);
  box-shadow: inset 0 0 50px rgba(255,255,255,.35);
}
.hero-card p { color: var(--muted); line-height: 1.6; }

.section { padding: 90px 6vw; }
.section-title { max-width: 760px; margin-bottom: 34px; }
.section-title h2 { font-size: clamp(34px, 5vw, 62px); line-height: 1; letter-spacing: -2px; }
.centered { text-align: center; margin-left: auto; margin-right: auto; }
.intro-grid, .catalog-grid, .review-grid { display: grid; gap: 22px; }
.intro-grid { grid-template-columns: repeat(3, 1fr); }
.info-card, .product-card, .panel, .review-grid article {
  background: rgba(255,255,255,.76);
  border: 1px solid rgba(255,255,255,.9);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.info-card { padding: 30px; }
.info-card span {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--pink-soft);
  color: var(--pink-dark);
  font-weight: 900;
  margin-bottom: 18px;
}
.info-card h3, .product-card h3 { font-size: 22px; margin-bottom: 10px; }
.info-card p, .product-card p { color: var(--muted); line-height: 1.55; }

.catalog-grid { grid-template-columns: repeat(3, 1fr); }
.product-card {
  overflow: hidden;
  padding: 18px;
  transition: .28s;
}
.product-card:hover { transform: translateY(-8px); }
.product-img {
  height: 190px;
  border-radius: 22px;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 900;
  font-size: 30px;
  margin-bottom: 18px;
}
.gradient-1 { background: linear-gradient(135deg, #f7b2cc, #fff); }
.gradient-2 { background: linear-gradient(135deg, #e05b91, #ffc5d9); }
.gradient-3 { background: linear-gradient(135deg, #ff7cad, #fff1f6); }
.gradient-4 { background: linear-gradient(135deg, #bf3f73, #fbd4e2); }
.gradient-5 { background: linear-gradient(135deg, #f2aac5, #f8e1ea); }
.gradient-6 { background: linear-gradient(135deg, #ffcadb, #ffffff); }
.product-card strong {
  display: block;
  color: var(--pink-dark);
  font-size: 24px;
  margin: 18px 0;
}
.product-card button {
  width: 100%;
  padding: 13px 18px;
  border-radius: 18px;
  background: var(--text);
  color: #fff;
  font-weight: 800;
  transition: .2s;
}
.product-card button:hover { background: var(--pink-dark); }

.split-section { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.panel { padding: 34px; }
.panel h2 { font-size: 40px; letter-spacing: -1px; margin-bottom: 24px; }
.buyer-list { display: grid; gap: 14px; }
.buyer-list div, .schedule li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding: 16px;
  background: #fff7fb;
  border-radius: 18px;
}
.buyer-list span {
  color: var(--pink-dark);
  font-weight: 900;
}
.buyer-list small { color: var(--muted); }
.schedule { list-style: none; display: grid; gap: 14px; }
.schedule span { color: var(--muted); }
.schedule b { color: var(--pink-dark); }

.reviews { background: linear-gradient(180deg, transparent, rgba(255,255,255,.65)); }
.review-grid { grid-template-columns: repeat(3, 1fr); }
.review-grid article { padding: 30px; }
.review-grid p { color: var(--muted); line-height: 1.65; margin-bottom: 20px; }
.review-grid b { color: var(--pink-dark); }

.footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding: 60px 6vw;
  background: #2d1720;
  color: #fff;
}
.footer p { color: #f3ccd9; line-height: 1.7; max-width: 560px; margin-top: 14px; }
.footer-logo span { color: #ff9abe; }
.contact-menu { display: grid; gap: 12px; }
.contact-menu h3 { font-size: 24px; margin-bottom: 6px; }
.contact-menu a {
  color: #f3ccd9;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255,255,255,.07);
}
.contact-menu a:hover { background: var(--pink-dark); color: #fff; }

.reveal { opacity: 0; transform: translateY(20px); transition: .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .navbar { align-items: flex-start; flex-direction: column; gap: 14px; border-radius: 26px; }
  .hero, .split-section, .footer { grid-template-columns: 1fr; }
  .intro-grid, .catalog-grid, .review-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 60px; }
  .hero h1 { letter-spacing: -3px; }
}
