:root {
  --bg: #faf6f7;
  --bg-deep: #1d1323;
  --card: #ffffff;
  --text: #1b1720;
  --muted: #5f5a68;
  --line: #eadfea;
  --gold: #c89b5b;
  --gold-deep: #9f7440;
  --plum: #6a355d;
  --rose: #b86887;
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: Inter, system-ui, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 12% -8%, rgba(255,175,120,.34), transparent 32%),
    radial-gradient(circle at 88% -2%, rgba(181,104,135,.32), transparent 36%),
    radial-gradient(circle at 52% 105%, rgba(112,88,192,.20), transparent 38%),
    linear-gradient(155deg, #fff8f1 0%, #fff3f8 32%, #f4efff 100%);
}
.container { width: min(1200px, 92%); margin: 0 auto; }

.topbar {
  position: sticky; top: 0; z-index: 30;
  background: rgba(255,251,249,.84);
  border-bottom: 1px solid #efe4eb;
  backdrop-filter: blur(10px);
}
.nav { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; gap: 14px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--text); font-weight: 700; }
.brand img {
  width: 36px; height: 36px; border-radius: 50%;
  border: 1px solid #dcc6d4;
  box-shadow: 0 0 0 3px rgba(200,155,91,.18);
}
.nav-links { display: flex; gap: 22px; }
.nav-links a { color: #4f4655; text-decoration: none; font-weight: 600; }

.hero {
  padding: 78px 0 44px;
  background: linear-gradient(135deg, rgba(255,255,255,.45), rgba(255,255,255,.1));
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 30px;
  align-items: start;
}
.hero-logo-xl {
  width: min(32vw, 520px);
  min-width: 300px;
  max-width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #e5cdb5;
  box-shadow:
    0 0 0 8px rgba(200,155,91,.17),
    0 24px 60px rgba(106,53,93,.25);
  margin-bottom: 22px;
}
.eyebrow {
  font-size: 1.05rem;
  color: var(--plum);
  letter-spacing: .02em;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 0 10px;
}
h1 {
  margin: 0;
  font-family: Manrope, Inter, sans-serif;
  font-size: clamp(2.35rem, 5.8vw, 4.8rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
}
.lead {
  margin: 18px 0 10px;
  font-size: clamp(1.12rem, 1.9vw, 1.52rem);
  line-height: 1.58;
  color: #3c3444;
  max-width: 58ch;
}
.reassure {
  margin: 0 0 24px;
  font-size: 1.16rem;
  font-weight: 700;
  color: var(--gold-deep);
}
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-card {
  background: linear-gradient(145deg, #fff, #fbf7fb);
  border: 1px solid #e8d9e6;
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 16px 40px rgba(82, 44, 75, .12);
}
.hero-card h3 {
  margin: 0 0 12px;
  font-size: 1.45rem;
  font-family: Manrope, Inter, sans-serif;
  color: #2c2333;
}
.hero-card ul { margin: 0; padding-left: 18px; display: grid; gap: 10px; font-size: 1.06rem; color: #3f3645; }
.section-media {
  width: 100%;
  border-radius: 14px;
  border: 1px solid #e5d5e2;
  margin-bottom: 12px;
  object-fit: cover;
  max-height: 340px;
}
.section-banner {
  width: 100%;
  border-radius: 16px;
  border: 1px solid #e5d5e2;
  margin-top: 14px;
  margin-bottom: 16px;
  object-fit: cover;
  max-height: 360px;
}

.section { padding: 34px 0; }
.section-head h2, .quiz h2 {
  margin: 0;
  font-family: Manrope, Inter, sans-serif;
  font-size: clamp(1.95rem, 3.2vw, 2.75rem);
  letter-spacing: -.02em;
}
.section-head p { margin: 9px 0 0; color: var(--muted); font-size: 1.1rem; }

.cards { margin-top: 20px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.card {
  background: linear-gradient(170deg, #ffffff, #fff7ef 45%, #fff1f8 100%);
  border: 1px solid #ecdbe4;
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 12px 30px rgba(65,40,60,.08);
  display: grid;
  gap: 10px;
}
.card.featured {
  border: 1px solid #dcb58a;
  background: linear-gradient(145deg, #fffef8, #ffeeda 45%, #fde3ef 100%);
  box-shadow: 0 18px 36px rgba(200,155,91,.25);
}
.tag {
  margin: 0;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, #f8e7d0, #f3d7e5);
  color: #60394f;
  font-size: .84rem;
  font-weight: 800;
}
.card h3 { margin: 0; font-size: 1.46rem; font-family: Manrope, Inter, sans-serif; }
.card p { margin: 0; color: var(--muted); font-size: 1.03rem; line-height: 1.56; }
.price {
  font-size: 2rem;
  font-weight: 800;
  font-family: Manrope, Inter, sans-serif;
  background: linear-gradient(90deg, var(--gold-deep), var(--plum));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.profiles { margin-top: 16px; display:grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.profiles article {
  background: linear-gradient(160deg, #fff, #faf3f8);
  border: 1px solid #ecdfe8;
  border-radius: 14px;
  padding: 14px;
}
.profiles h3 { margin: 0 0 6px; font-family: Manrope, Inter, sans-serif; font-size: 1.16rem; }
.profiles p { margin: 0; color: var(--muted); }

.quiz-box {
  border: 1px solid #e8d6e3;
  background: linear-gradient(135deg, #fff3d8, #ffe9f2 40%, #eee6ff 100%);
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 18px 40px rgba(106,53,93,.12);
}
.quiz-box p { margin: 10px 0 16px; font-size: 1.12rem; color: #433b4c; max-width: 62ch; }
.quiz-points { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.quiz-points span {
  border: 1px solid #e7cad9;
  color: #6a355d;
  background: #fff;
  border-radius: 999px;
  padding: 7px 11px;
  font-size: .92rem;
  font-weight: 700;
}

.btn {
  border: 1px solid transparent;
  background: linear-gradient(90deg, var(--gold-deep), var(--rose));
  color: #fff;
  text-decoration: none;
  border-radius: 12px;
  padding: 12px 16px;
  display: inline-block;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(166,94,104,.25);
}
.btn:hover { filter: brightness(1.03); }
.btn-ghost {
  background: transparent;
  border-color: #d9bdcd;
  color: #5b2f4f;
  box-shadow: none;
}
.btn-sm { padding: 8px 12px; font-size: .92rem; }

footer { border-top: 1px solid #eadde7; margin-top: 30px; }
.footer { display: flex; justify-content: space-between; padding: 20px 0 26px; color: var(--muted); }
.footer a { color: var(--plum); text-decoration: none; font-weight: 700; }

@media (max-width: 1100px) {
  .hero-logo-xl { width: min(42vw, 500px); min-width: 250px; }
}
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; }
  .cards { grid-template-columns: 1fr; }
  .profiles { grid-template-columns: 1fr; }
  .hero-logo-xl { width: min(62vw, 460px); min-width: 220px; }
}
@media (max-width: 760px) {
  .nav-links { display: none; }
  .hero { padding-top: 48px; }
  .lead { font-size: 1.08rem; }
  .hero-logo-xl { width: 72vw; min-width: 0; }
}
