/* Styles for the static product content in each landing page's HTML.
 * Palette mirrors MariaProtege/site/index.html so the block reads as one site.
 * Rationale for the whole arrangement lives in vite.config.ts (not served).
 */

.mp-landing {
  --wine: #6e1e2e;
  --wine-dark: #4d121f;
  --terracotta: #c2542f;
  --marigold: #e8a13d;
  --cream: #faf4ea;
  --cream-dark: #f1e6d4;
  --ink: #2e2118;
  --ink-soft: #6b5a4c;

  font-family: 'Inter', system-ui, sans-serif;
  color: var(--ink);
  background: var(--cream);
  border-top: 1px solid rgba(110, 30, 46, 0.16);
  padding: 56px 20px 8px;
}

.mp-landing__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.mp-landing h2,
.mp-landing h3 {
  font-family: 'Fraunces', Georgia, serif;
  line-height: 1.15;
  color: var(--wine);
}

.mp-landing h2 {
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  margin: 0 0 10px;
}

.mp-landing h3 {
  font-size: 1.05rem;
  margin: 0 0 8px;
}

.mp-landing p {
  margin: 0 0 14px;
  line-height: 1.65;
  color: var(--ink-soft);
}

.mp-landing__eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  padding: 5px 12px;
  border-radius: 999px;
  background: var(--marigold);
  color: var(--wine-dark);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.mp-landing__lede {
  max-width: 720px;
  font-size: 1.05rem;
}

.mp-landing__bilingual {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin: 28px 0 36px;
}

.mp-landing__lang {
  padding: 20px 22px;
  border: 1px solid rgba(110, 30, 46, 0.14);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 25px rgba(77, 18, 31, 0.06);
}

.mp-landing__lang-tag {
  display: block;
  margin-bottom: 10px;
  color: var(--terracotta);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.mp-landing__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
  margin: 0 0 36px;
}

.mp-landing__card {
  padding: 20px 22px;
  border: 1px solid rgba(110, 30, 46, 0.14);
  border-radius: 16px;
  background: #fff;
}

.mp-landing__card p {
  margin: 0;
  font-size: 0.94rem;
}

.mp-landing ol.mp-landing__steps {
  margin: 0 0 36px;
  padding-left: 20px;
  max-width: 760px;
}

.mp-landing ol.mp-landing__steps li {
  margin-bottom: 10px;
  line-height: 1.6;
  color: var(--ink-soft);
}

.mp-landing__faq {
  margin-bottom: 36px;
  max-width: 820px;
}

.mp-landing__faq details {
  padding: 14px 18px;
  border: 1px solid rgba(110, 30, 46, 0.14);
  border-radius: 12px;
  background: #fff;
  margin-bottom: 10px;
}

.mp-landing__faq summary {
  font-weight: 600;
  color: var(--wine);
  cursor: pointer;
}

.mp-landing__faq details p {
  margin: 12px 0 0;
  font-size: 0.94rem;
}

.mp-landing__disclosure {
  max-width: 820px;
  padding: 18px 20px;
  border-left: 3px solid var(--marigold);
  background: var(--cream-dark);
  border-radius: 0 12px 12px 0;
  font-size: 0.88rem;
}

.mp-landing__disclosure p {
  margin: 0;
  color: var(--ink-soft);
}

.mp-landing__disclosure p + p {
  margin-top: 10px;
}

/* Footer -------------------------------------------------------------- */

.mp-sitefoot {
  font-family: 'Inter', system-ui, sans-serif;
  background: #4d121f;
  color: #f1e6d4;
  padding: 34px 20px;
}

.mp-sitefoot__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.mp-sitefoot__brand {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 1.2rem;
  margin-bottom: 8px;
}

.mp-sitefoot p {
  margin: 0 0 10px;
  font-size: 0.88rem;
  line-height: 1.6;
  color: rgba(241, 230, 212, 0.82);
}

/* Phone numbers read as a labelled pair on desktop and wrap cleanly on mobile.
 * The country label is what makes them useful — a bare number tells a visitor
 * in Tucson nothing about whether it is a local call. */
.mp-sitefoot__contact {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 10px;
}

.mp-sitefoot__contact strong {
  color: #f1e6d4;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.mp-sitefoot__contact a {
  font-size: 0.95rem;
  font-weight: 600;
}

.mp-sitefoot__contact span {
  color: rgba(241, 230, 212, 0.4);
}

@media (max-width: 480px) {
  /* Stack the two numbers rather than let a label orphan from its number. */
  .mp-sitefoot__contact {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 4px 10px;
  }
  .mp-sitefoot__contact span {
    display: none;
  }
}

.mp-sitefoot nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-bottom: 14px;
}

.mp-sitefoot a {
  color: #f6c46b;
  font-size: 0.88rem;
  text-decoration: none;
}

.mp-sitefoot a:hover {
  text-decoration: underline;
}

.mp-sitefoot__legal {
  font-size: 0.78rem;
  color: rgba(241, 230, 212, 0.62);
}

@media (max-width: 640px) {
  .mp-landing {
    padding-top: 40px;
  }
}
