:root {
  --bg: #fff7fd;
  --bg-alt: #f7f1ff;
  --text: #2a1c3d;
  --muted: #6f6180;
  --pink: #f5b8e8;
  --pink-strong: #e87fd0;
  --blue: #93b6ff;
  --blue-deep: #6a7cf0;
  --gold: #f5ddb0;
  --white: #ffffff;
  --shadow: 0 20px 50px rgba(91, 67, 140, 0.18);
  --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(245,184,232,0.35), transparent 30%),
    radial-gradient(circle at top right, rgba(147,182,255,0.28), transparent 28%),
    linear-gradient(180deg, #fff9fe 0%, #fbf7ff 35%, #fefcff 100%);
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(1160px, calc(100% - 32px)); margin: 0 auto; }

.hero {
  position: relative;
  overflow: hidden;
  padding-bottom: 60px;
  background:
    radial-gradient(circle at 15% 20%, rgba(245,184,232,0.45), transparent 26%),
    radial-gradient(circle at 80% 10%, rgba(147,182,255,0.4), transparent 24%),
    linear-gradient(135deg, rgba(255,255,255,0.96), rgba(248,240,255,0.96));
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0;
}

.brand {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  font-weight: 700;
}

.top-cta, .btn {
  border-radius: 999px;
  transition: .25s ease;
}

.top-cta {
  padding: 12px 20px;
  background: linear-gradient(135deg, var(--pink-strong), var(--blue-deep));
  color: #fff;
  font-weight: 600;
  box-shadow: var(--shadow);
}

.top-cta:hover, .btn:hover, .floating-whatsapp:hover { transform: translateY(-2px); }

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  align-items: center;
  gap: 42px;
  padding: 30px 0 0;
}

.eyebrow, .section-tag {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.75);
  border: 1px solid rgba(147,182,255,0.35);
  color: var(--blue-deep);
  font-weight: 600;
  font-size: .92rem;
}

.hero h1, h2, h3, h4 {
  font-family: 'Cormorant Garamond', serif;
  line-height: .98;
}

.hero h1 {
  font-size: clamp(3rem, 5vw, 5.2rem);
  margin: 18px 0 16px;
}

.lead {
  font-size: 1.08rem;
  color: var(--muted);
  max-width: 620px;
}

.hero-badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 24px 0;
}

.hero-badges span, .trust-grid div {
  padding: 11px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.82);
  border: 1px solid rgba(232,127,208,0.18);
  color: var(--text);
}

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 24px;
  font-weight: 600;
}

.btn-primary {
  background: linear-gradient(135deg, var(--pink-strong), var(--blue-deep));
  color: #fff;
  box-shadow: var(--shadow);
}

.btn-secondary {
  background: rgba(255,255,255,.85);
  border: 1px solid rgba(106,124,240,.18);
}

.large { padding: 18px 28px; }

.mini-proof {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 14px;
  margin-top: 18px;
}

.mini-proof div {
  background: rgba(255,255,255,0.78);
  padding: 16px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(124,98,170,0.08);
}

.mini-proof strong { display: block; margin-bottom: 6px; }
.mini-proof span { color: var(--muted); font-size: .94rem; }

.hero-visual img {
  width: 100%;
  border-radius: 34px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(255,255,255,.7);
}

.trust-strip {
  padding: 16px 0;
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 12px;
}

.section { padding: 88px 0; }
.about, .love-section {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 44px;
  align-items: center;
}
.about-media img, .love-media img {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.section-heading { max-width: 760px; margin-bottom: 34px; }
.section-heading.center { text-align: center; margin-inline: auto; }

h2 {
  font-size: clamp(2.3rem, 3.6vw, 4rem);
  margin: 16px 0;
}

.about-copy p, .love-copy p, .section-heading p, details p {
  color: var(--muted);
  line-height: 1.75;
}

.text-link {
  color: var(--blue-deep);
  font-weight: 700;
}

.services-section {
  background: linear-gradient(180deg, rgba(255,255,255,.5), rgba(247,241,255,.86));
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 22px;
}

.service-card {
  background: rgba(255,255,255,0.84);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(98, 74, 146, 0.1);
  border: 1px solid rgba(147,182,255,.18);
}

.service-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.card-body { padding: 22px; }
.card-body h3 { font-size: 2rem; margin: 0 0 10px; }
.card-body p { color: var(--muted); margin: 0; line-height: 1.7; }

.check-list {
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
  margin: 22px 0 28px;
}

.check-list li {
  background: rgba(255,255,255,0.8);
  border-radius: 18px;
  padding: 14px 16px;
  box-shadow: 0 8px 20px rgba(98, 74, 146, 0.06);
}

.check-list li::before {
  content: '✦';
  color: var(--pink-strong);
  margin-right: 10px;
}

.cta-panel { padding-top: 10px; }
.cta-inner {
  background: linear-gradient(135deg, rgba(245,184,232,.6), rgba(147,182,255,.5));
  border-radius: 34px;
  padding: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  box-shadow: var(--shadow);
}

.faq-grid {
  display: grid;
  gap: 16px;
  max-width: 900px;
  margin: 0 auto;
}

details {
  background: rgba(255,255,255,.88);
  border-radius: 22px;
  padding: 20px 22px;
  box-shadow: 0 10px 26px rgba(98, 74, 146, 0.08);
}
summary {
  cursor: pointer;
  font-weight: 600;
  color: var(--text);
}
summary::-webkit-details-marker { display: none; }
details p { margin: 12px 0 0; }

.site-footer {
  padding: 28px 0 36px;
  background: #21152f;
  color: rgba(255,255,255,.88);
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 20px;
}
.site-footer h3, .site-footer h4 {
  font-size: 1.8rem;
  margin: 0 0 10px;
}
.site-footer p { margin: 0; color: rgba(255,255,255,.72); line-height: 1.6; }
.site-footer a { color: #ffd9f8; }

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 50;
  padding: 15px 18px;
  background: linear-gradient(135deg, #25D366, #44e48b);
  color: #fff;
  font-weight: 700;
  border-radius: 999px;
  box-shadow: 0 15px 28px rgba(37,211,102,.28);
}

@media (max-width: 980px) {
  .hero-grid, .about, .love-section, .footer-grid, .trust-grid, .cards-grid, .mini-proof {
    grid-template-columns: 1fr;
  }
  .cta-inner { flex-direction: column; text-align: center; }
}

@media (max-width: 640px) {
  .topbar { gap: 12px; flex-direction: column; align-items: flex-start; }
  .hero { padding-bottom: 34px; }
  .section { padding: 64px 0; }
  .hero-actions { flex-direction: column; }
  .btn, .top-cta { width: 100%; }
  .card-body h3 { font-size: 1.7rem; }
}
