:root {
  --pink: #ef2d86;
  --plum: #6c244e;
  --cream: #fff8f1;
  --ink: #33232d;
  --line: rgba(108, 36, 78, 0.15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}
a { color: var(--plum); }
.legal-header {
  position: sticky;
  top: 0;
  z-index: 5;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 248, 241, 0.96);
  backdrop-filter: blur(12px);
}
.legal-nav {
  width: min(100% - 32px, 1040px);
  min-height: 78px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.legal-logo { width: 116px; height: 62px; object-fit: contain; }
.back-link { font-weight: 850; text-decoration: none; }
.legal-main { width: min(100% - 32px, 900px); margin: auto; padding: 4rem 0 5rem; }
.legal-hero { padding-bottom: 2rem; border-bottom: 2px solid var(--pink); }
.eyebrow {
  margin: 0 0 0.45rem;
  color: var(--pink);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}
h1 {
  margin: 0;
  color: var(--plum);
  font-size: clamp(2.35rem, 7vw, 4.6rem);
  line-height: 1;
  letter-spacing: 0;
}
.lead { max-width: 66ch; margin: 1rem 0 0; font-size: 1.08rem; }
.legal-content { padding-top: 1.5rem; }
.legal-content section { padding: 1.4rem 0; border-bottom: 1px solid var(--line); }
h2 { margin: 0 0 0.65rem; color: var(--plum); font-size: 1.35rem; letter-spacing: 0; }
.legal-content p, .legal-content ul { margin: 0.55rem 0; }
.legal-content li + li { margin-top: 0.35rem; }
.faq-list { display: grid; gap: 0.65rem; }
.faq-list details {
  padding: 1rem 1.1rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}
.faq-list summary { cursor: pointer; color: var(--plum); font-weight: 900; }
.faq-list p { margin: 0.75rem 0 0; }
.notice { padding: 1rem; border-left: 4px solid var(--pink); background: #fff; }
.shipping-trust { border-top: 1px solid var(--line); background: #fff; }
.shipping-trust-inner {
  width: min(100% - 32px, 1040px);
  min-height: 100px;
  margin: auto;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  align-items: center;
  gap: 1.2rem;
}
.shipping-trust img {
  width: 150px;
  height: 48px;
  border-radius: 4px;
  object-fit: cover;
}
.shipping-trust-inner div { display: grid; gap: 0.15rem; }
.shipping-trust strong { color: var(--plum); }
.shipping-trust span { color: #69445e; }
.payment-trust { border-top: 1px solid var(--line); background: #f8fbff; }
.payment-trust-inner {
  width: min(100% - 32px, 1040px);
  min-height: 96px;
  margin: auto;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  align-items: center;
  gap: 1.2rem;
}
.payment-trust img {
  width: 150px;
  height: auto;
  object-fit: contain;
}
.payment-trust-inner div { display: grid; gap: 0.15rem; }
.payment-trust strong { color: var(--plum); }
.payment-trust span { color: #69445e; }
.site-footer { color: #fff; background: #57203f; }
.footer-grid {
  width: min(100% - 32px, 1040px);
  margin: auto;
  padding: 2.5rem 0;
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 2rem;
}
.footer-grid div { display: grid; align-content: start; gap: 0.55rem; }
.footer-grid strong { color: #fff; }
.footer-grid p { margin: 0; color: rgba(255, 255, 255, 0.78); }
.footer-grid a {
  width: fit-content;
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
}
.footer-grid a:hover { color: #fff; text-decoration: underline; }
.footer-bottom {
  width: min(100% - 32px, 1040px);
  margin: auto;
  padding: 1rem 0 1.35rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
}
.footer-bottom a {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.72rem;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.18s ease;
}
.footer-bottom a:hover { color: #fff; }
.whatsapp-button {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 8;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  color: #fff;
  background: #168b49;
  box-shadow: 0 10px 30px rgba(22, 139, 73, 0.3);
  font-weight: 900;
  text-decoration: none;
}
.whatsapp-button svg { width: 23px; fill: currentColor; }
@media (max-width: 760px) {
  .legal-main { padding-top: 2.5rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .footer-bottom { flex-direction: column; }
  .shipping-trust-inner { grid-template-columns: 110px minmax(0, 1fr); }
  .shipping-trust img { width: 110px; height: 36px; }
  .payment-trust-inner { grid-template-columns: 110px minmax(0, 1fr); }
  .payment-trust img { width: 110px; height: auto; }
  .whatsapp-button span { display: none; }
}
