@import url('/myblaze-theme.css');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--mono);
  font-size: 16px;
  min-height: 100vh;
  line-height: 1.55;
}
a { color: var(--green); text-decoration: none; }
a:hover { text-decoration: underline; }

.wrap { max-width: 640px; margin: 0 auto; padding: 1.5rem 1.25rem 3rem; }
@media (min-width: 720px) and (max-width: 959px) {
  .wrap { padding: 2.5rem 1.5rem 4rem; max-width: 720px; }
}

/* ── Home landing — sezioni a tutta larghezza ── */
.home-body {
  overflow-x: clip;
  background: var(--bg);
}
.home-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 1.25rem 1.25rem 0.5rem;
  text-align: center;
}
.home-logo-link {
  display: inline-flex;
  text-decoration: none;
  color: inherit;
  border-radius: 6px;
  transition: opacity 0.15s;
}
.home-logo-link:hover { text-decoration: none; opacity: 0.9; }
.home-logo-link:focus-visible {
  outline: 2px solid var(--mb-green);
  outline-offset: 4px;
}
.home-logo {
  font-family: var(--serif);
  font-size: clamp(2.5rem, 12vw, 4.5rem);
  font-weight: 300;
  font-style: italic;
  line-height: 0.88;
  letter-spacing: -0.03em;
  color: var(--text);
  margin: 0;
}
.home-logo em {
  color: var(--green);
  font-style: normal;
  font-weight: 400;
}
.home-tagline {
  font-size: clamp(0.78rem, 3.2vw, 0.95rem);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0;
  max-width: 22rem;
}
.home-tagline-faint {
  display: block;
  margin-top: 0.3rem;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: none;
  color: var(--faint);
  font-style: italic;
}
.home-main { display: flex; flex-direction: column; }

.home-section { width: 100%; }
.home-section__inner {
  max-width: 42rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}

/* Fade-in on scroll */
.home-section--fade {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
.home-section--fade.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .home-section--fade {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Sezione 1 — Hero (tipografia ampia, ispirata a landing editoriali outdoor) */
.home-hero {
  position: relative;
  min-height: min(78vh, 580px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 3rem 1.25rem 3.5rem;
  margin-top: 0.5rem;
}
.home-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: var(--bg);
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
    url('https://images.pexels.com/photos/13484865/pexels-photo-13484865.jpeg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.home-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 44rem;
  width: 100%;
}
.home-hero__title {
  display: flex;
  flex-direction: column;
  gap: 0.2em;
  font-family: var(--serif);
  font-weight: 300;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: var(--text);
  margin: 0 0 1.25rem;
}
.home-hero__title-main {
  display: block;
  font-size: clamp(2.15rem, 9.5vw, 3.35rem);
}
.home-hero__title-accent {
  display: block;
  font-size: clamp(1.95rem, 8.5vw, 3rem);
  color: var(--green);
  font-weight: 500;
}
.home-hero__subtitle {
  font-size: clamp(1.0625rem, 4.2vw, 1.25rem);
  color: var(--muted);
  line-height: 1.55;
  margin: 0 auto 2rem;
  max-width: 26em;
  font-weight: 400;
}
.home-hero__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
}
.btn--hero {
  min-width: 13.5rem;
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.home-hero__login {
  font-size: calc(0.88rem + 2pt);
  color: var(--faint);
  margin: 0;
}
.home-hero__login a {
  color: var(--green);
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 4px;
}

/* Lead preservato */
.home-lead-band {
  padding: 2.75rem 1.25rem 2rem;
  text-align: center;
}
.home-lead {
  color: var(--muted);
  font-size: clamp(1.0625rem, 4vw, 1.125rem);
  line-height: 1.7;
  max-width: 40em;
  margin: 0 auto;
}
.home-lead--emotional {
  font-size: clamp(1.125rem, 4.5vw, 1.25rem);
  line-height: 1.65;
}
/* Titoli sezione home — stesso stile di «Indicazioni Chiare» */
.home-lead-kicker,
.home-body .home-section__title:not(.home-section__title--small) {
  font-family: var(--mono);
  font-size: 32px;
  font-weight: 700;
  color: var(--green);
  letter-spacing: 0.01em;
}
.home-lead-kicker {
  margin: 0 auto 1rem;
}

/* Sezione 2 — Poetico */
.home-poetic {
  background: var(--surface);
  padding: clamp(2.5rem, 8vw, 4rem) 1.25rem;
  text-align: center;
}
.home-poetic__title {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 0.28em;
  font-size: clamp(1.75rem, 6.5vw, 2.15rem);
  line-height: 1.15;
  margin: 0 auto 1.25rem;
  max-width: 36em;
}
.home-poetic__title-q {
  font-family: var(--mono);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--green);
}
.home-poetic__brand {
  font-family: var(--serif);
  font-weight: 300;
  font-style: italic;
  letter-spacing: -0.03em;
  color: var(--text);
}
.home-poetic__brand em {
  color: var(--green);
  font-style: normal;
  font-weight: 400;
}
.home-poetic__text {
  font-family: var(--serif);
  font-size: clamp(1.2rem, 4.8vw, 1.5rem);
  font-weight: 300;
  font-style: italic;
  line-height: 1.72;
  color: var(--muted);
  max-width: 36em;
  margin: 0 auto;
}
.home-poetic__text .blaze-word {
  font-weight: 700;
  font-style: normal;
}
.home-poetic__text .blaze-highlight {
  color: var(--mb-green);
  font-style: italic;
  font-weight: 600;
}

/* Missione */
.home-mission {
  padding: 2rem 1.25rem;
  text-align: center;
  border-top: 1px solid var(--border2);
  border-bottom: 1px solid var(--border2);
  background: linear-gradient(165deg, var(--surface) 0%, var(--surface2) 100%);
}
.home-mission .mission-text {
  font-family: var(--serif);
  font-size: clamp(1.125rem, 3.5vw, 1.35rem);
  font-weight: 300;
  font-style: normal;
  line-height: 1.58;
  color: var(--text);
  max-width: 34em;
  margin: 0 auto;
}
.myblaze-wordmark {
  font-family: var(--serif);
  font-weight: 300;
  font-style: italic;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
.myblaze-wordmark em {
  color: var(--green);
  font-style: normal;
  font-weight: 400;
}

/* Sezione 3 — Features */
.home-features {
  padding: 2.5rem 0 2rem;
}
.home-section__title {
  line-height: 1.2;
  margin-bottom: 1rem;
  text-align: center;
}
.home-section__title--small {
  font-family: var(--serif);
  font-size: clamp(1.5rem, 5vw, 1.85rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--text);
}
.home-features .panel-intro {
  text-align: center;
  margin-bottom: 1.75rem;
  font-size: clamp(1.0625rem, 3.8vw, 1.125rem);
  line-height: 1.65;
  color: var(--muted);
}

/* Home — CTA catalogo (rifugi e sentieri) */
.home-catalog-cta {
  padding: 2.5rem 0 2rem;
}
.home-catalog-cta__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin: 0;
}
.home-catalog-cta__buttons .btn {
  min-height: 44px;
  flex: 1 1 auto;
  min-width: min(100%, 15rem);
  text-align: center;
}
.feature-block__icon {
  color: var(--green);
  margin-bottom: 0.85rem;
  line-height: 0;
}
.feature-block__icon svg {
  display: block;
  width: 36px;
  height: 36px;
}
.home-features .feature-block__icon svg {
  width: 40px;
  height: 40px;
}

/* Sezione 4 — Audience */
.home-audience {
  padding: 2.5rem 0;
  background: var(--bg);
}
.home-audience__layout {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.home-audience__visual {
  display: none;
}
.home-audience__text {
  color: var(--muted);
  font-size: clamp(1rem, 3.5vw, 1.0625rem);
  line-height: 1.62;
  max-width: 42em;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 600px) {
  .home-audience__text {
    font-size: 1.0625rem;
    line-height: 1.58;
  }
}

/* Sezione 5 — Onestà */
.home-honesty {
  padding: 2rem 0 2.5rem;
}
.home-honesty p {
  color: var(--muted);
  font-size: clamp(1rem, 3.5vw, 1.0625rem);
  line-height: 1.65;
  margin-bottom: 1rem;
}
.home-honesty p:last-child { margin-bottom: 0; }
.home-honesty .honest-note {
  margin-top: 1rem;
  padding: 1rem 1.15rem;
  background: var(--mb-green-soft);
  border-radius: var(--radius-md);
  font-size: 0.9rem;
  line-height: 1.55;
}

.home-truth {
  padding: 2.5rem 0 3rem;
}
.home-truth p {
  color: var(--muted);
  font-size: clamp(1rem, 3.5vw, 1.0625rem);
  line-height: 1.65;
  text-align: center;
}

/* Sezione 6 — CTA finale (full-bleed come hero) */
.home-final-cta {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: clamp(340px, 48vh, 520px);
  padding: clamp(3rem, 8vw, 4.5rem) 0 clamp(3rem, 7vw, 4rem);
}
.home-final-cta__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: var(--bg);
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url('https://images.pexels.com/photos/34409873/pexels-photo-34409873.jpeg');
  background-size: cover;
  background-position: center 32%;
  background-repeat: no-repeat;
}
.home-final-cta__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 36rem;
  margin: 0 auto;
  padding: 0 1.25rem;
  box-sizing: border-box;
}
.home-cta-box__text {
  font-family: var(--serif);
  color: var(--text);
  font-size: clamp(1.25rem, 5vw, 1.65rem);
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: -0.02em;
  margin: 0 0 1.5rem;
}
.btn--final {
  min-width: 12rem;
  padding: 14px 32px;
  font-size: 16px;
  margin-bottom: 1rem;
}
.home-final-cta__note {
  font-size: 0.8rem;
  color: var(--faint);
  line-height: 1.5;
  margin: 0;
  max-width: 32em;
  margin-left: auto;
  margin-right: auto;
}

/* Desktop largo — solo ≥ 1024px (mobile invariato) */
@media (min-width: 1024px) {
  .home-header {
    max-width: 1100px;
    margin: 0 auto;
    padding: 1.75rem 80px 1rem;
  }
  .home-logo { font-size: 5rem; }
  .home-tagline { font-size: 1rem; max-width: none; }

  .home-section__inner,
  .home-lead-band,
  .home-mission {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 80px;
    padding-right: 80px;
    box-sizing: border-box;
  }
  .home-section__inner {
    max-width: 1100px;
    width: 100%;
    padding-left: 80px;
    padding-right: 80px;
  }

  .home-hero {
    min-height: 580px;
    padding: 5rem 80px 5.5rem;
  }
  .home-hero__inner {
    max-width: 52rem;
    margin: 0 auto;
  }
  .home-hero__title-main {
    font-size: 4.25rem;
  }
  .home-hero__title-accent {
    font-size: 3.75rem;
  }
  .home-hero__subtitle {
    font-size: 1.375rem;
    margin-bottom: 2.25rem;
  }
  .btn--hero {
    font-size: 17px;
    padding: 16px 40px;
    min-width: 15rem;
  }

  .home-lead-band {
    padding-top: 2.75rem;
    padding-bottom: 2.25rem;
  }
  .home-lead--emotional {
    font-size: 1.35rem;
    max-width: 52em;
  }

  .home-poetic {
    padding: 6rem 80px;
  }
  .home-poetic__title {
    font-size: 2.75rem;
    margin-bottom: 1.5rem;
  }
  .home-poetic__text {
    max-width: 44rem;
    font-size: 1.65rem;
    line-height: 1.75;
  }

  .home-mission {
    padding: 3.25rem 80px;
  }
  .home-mission .mission-text {
    font-size: 1.45rem;
    max-width: 42em;
  }

  .home-lead-kicker,
  .home-body .home-section__title:not(.home-section__title--small) {
    font-size: 42px;
  }
  .home-lead-kicker {
    margin-bottom: 1.25rem;
  }
  .home-section__title {
    margin-bottom: 1.15rem;
  }
  .home-section__title--small {
    font-size: 2.25rem;
  }

  .home-features {
    padding: 3.5rem 0 3rem;
  }
  .home-features .home-section__inner {
    padding-left: 80px;
    padding-right: 80px;
  }
  .home-features .panel-intro {
    font-size: 1.2rem;
    margin-bottom: 2.25rem;
  }
  .home-features .feature-blocks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  .home-features .feature-block {
    padding: 1.5rem 1.75rem;
  }
  .home-features .feature-title {
    font-size: 1.65rem;
  }
  .home-features .feature-block li {
    font-size: 1.0625rem;
  }

  .home-audience {
    padding: 3.5rem 0;
  }
  .home-audience__layout {
    display: grid;
    grid-template-columns: 1fr minmax(200px, 280px);
    gap: 3.5rem;
    align-items: center;
  }
  .home-audience__visual {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .home-audience__svg {
    width: 100%;
    max-width: 240px;
    height: auto;
    color: var(--mb-green);
  }
  .home-audience__copy .home-section__title {
    text-align: left;
  }
  .home-audience__text {
    text-align: left;
    margin: 0;
    font-size: 1.125rem;
    line-height: 1.65;
    max-width: none;
  }

  .home-honesty {
    padding: 3rem 0 3.5rem;
  }
  .home-honesty .home-section__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem 2.5rem;
    align-items: start;
  }
  .home-honesty .home-section__title {
    grid-column: 1 / -1;
    text-align: left;
  }
  .home-honesty p {
    font-size: 1.125rem;
    margin-bottom: 0;
  }
  .home-honesty .honest-note {
    margin-top: 0;
    font-size: 1.0625rem;
    padding: 1.35rem 1.6rem;
  }

  .home-truth {
    padding: 3rem 0 4rem;
  }
  .home-truth p {
    font-size: 1.125rem;
    text-align: left;
  }
  .home-truth .home-section__title {
    text-align: left;
  }

  .home-final-cta {
    min-height: 480px;
    padding: 5rem 0;
  }
  .home-final-cta__inner {
    max-width: 800px;
    padding: 0 80px;
  }
  .home-cta-box__text {
    font-size: 2rem;
  }
  .btn--final {
    font-size: 18px;
    padding: 17px 44px;
    min-width: 15rem;
    font-weight: 600;
  }
  .home-final-cta__note {
    font-size: 0.88rem;
  }
}

.top-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 2rem;
}
.brand {
  font-family: var(--serif);
  font-size: 1.5rem;
  font-weight: 300;
  font-style: italic;
  color: var(--text);
  letter-spacing: -0.02em;
  text-decoration: none;
}
.brand:hover { text-decoration: none; color: var(--text); }
.brand em { color: var(--green); font-style: normal; }
.nav-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.top-nav--minimal { margin-bottom: 0.5rem; }
.nav-spacer { flex: 1; }

/* Schede pubbliche — campi quota, comune, telefono affiancati */
.pub-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 1rem 0;
}
@media (min-width: 480px) {
  .pub-detail-grid {
    grid-template-columns: repeat(auto-fill, minmax(9.5rem, 1fr));
  }
}
@media (min-width: 768px) {
  .pub-detail-grid {
    grid-template-columns: repeat(auto-fill, minmax(11rem, 1fr));
  }
}
.pub-detail-grid .detail-item {
  background: var(--surface2);
  border: 1px solid var(--border2);
  border-radius: var(--radius-md);
  padding: 10px 12px;
  min-width: 0;
  box-sizing: border-box;
}
.pub-detail-grid .detail-item-label {
  font-size: 11px;
  color: var(--muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.pub-detail-grid .detail-item-val {
  font-size: clamp(0.9375rem, 3.8vw, 1rem);
  color: var(--text);
  margin-top: 4px;
  overflow-wrap: anywhere;
}
.pub-detail-grid .detail-item--full {
  grid-column: 1 / -1;
}
.pub-detail-grid .detail-item--full .detail-item-val {
  white-space: pre-line;
  line-height: 1.65;
}

.text-bright { color: var(--text); font-weight: 500; }
.panel-intro { margin-bottom: 1.25rem; }
.panel-quote {
  margin-top: 1rem;
  padding-left: 1rem;
  border-left: 2px solid var(--green2);
  font-style: italic;
}

.feature-blocks { display: flex; flex-direction: column; gap: 1.25rem; }
@media (min-width: 600px) {
  .feature-blocks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
}
.feature-block {
  background: var(--surface2);
  border: 1px solid var(--panel-border);
  border-radius: var(--radius-md);
  padding: 1.35rem 1.4rem;
  box-shadow: var(--shadow-panel);
}
.feature-title {
  font-family: var(--serif);
  font-size: clamp(1.25rem, 4.5vw, 1.45rem);
  font-weight: 600;
  color: var(--green);
  margin-bottom: 0.75rem;
  letter-spacing: -0.01em;
}
.feature-block ul { list-style: none; padding: 0; }
.feature-block li {
  position: relative;
  padding-left: 1rem;
  margin-bottom: 0.75rem;
  font-size: clamp(0.9375rem, 3.5vw, 1rem);
  color: var(--muted);
  line-height: 1.58;
}
.feature-block li::before {
  content: '·';
  position: absolute;
  left: 0;
  color: var(--green2);
  font-weight: bold;
}
.honest-note {
  margin-top: 1rem;
  padding: 0.85rem 1.15rem;
  background: var(--mb-green-soft);
  border-radius: var(--radius-md);
  font-size: 0.88rem;
  line-height: 1.55;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  min-width: 44px;
  padding: 10px 18px;
  font-family: var(--mono);
  font-size: 14px;
  letter-spacing: 0.04em;
  border-radius: var(--radius-full);
  border: 1px solid var(--border2);
  background: var(--surface2);
  color: var(--muted);
  cursor: pointer;
  text-decoration: none;
  transition: border-color 0.15s, color 0.15s, background 0.15s, box-shadow 0.15s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}
.btn:hover { border-color: var(--mb-green); color: var(--text); text-decoration: none; }
.btn-primary {
  background: var(--mb-green);
  border-color: var(--mb-green);
  color: var(--mb-green-on);
  font-weight: 500;
  box-shadow: 0 4px 14px rgba(143, 201, 106, 0.35);
}
.btn-primary:hover {
  background: var(--mb-green);
  border-color: var(--mb-green);
  filter: brightness(0.94);
  color: var(--mb-green-on);
}

.panel {
  background: var(--surface);
  border: 1px solid var(--panel-border);
  border-radius: var(--radius-lg);
  padding: 1.35rem 1.5rem;
  margin-bottom: 1.25rem;
  box-shadow: var(--shadow-panel);
}
.panel h2 {
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 0.75rem;
}
.panel p, .panel li { color: var(--muted); font-size: 0.9rem; }
.panel ul { padding-left: 1.2rem; margin-top: 0.5rem; }
.panel li { margin-bottom: 0.35rem; }

.steps { display: flex; flex-direction: column; gap: 1rem; }
.step {
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  gap: 12px;
  align-items: start;
}
.step-num {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid var(--border2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green);
  font-size: 0.85rem;
}

.auth-card.panel { border: 1px solid var(--panel-border); }
.auth-card { max-width: 420px; margin: 0 auto; }
.auth-card h1 {
  font-family: var(--serif);
  font-size: 1.75rem;
  font-weight: 300;
  margin-bottom: 0.5rem;
}
.auth-card .sub { color: var(--muted); font-size: 0.9rem; margin-bottom: 1.5rem; }

.field { margin-bottom: 1rem; }
.field label {
  display: block;
  font-size: 0.8rem;
  color: var(--muted);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.field input {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  font-size: 16px;
  font-family: var(--mono);
  background: var(--surface2);
  border: 1px solid var(--border2);
  border-radius: var(--radius-md);
  color: var(--text);
  outline: none;
}
.field input:focus { border-color: var(--green); box-shadow: 0 0 0 3px var(--mb-green-soft); }

.form-error {
  color: var(--danger);
  font-size: 0.85rem;
  margin-bottom: 1rem;
  min-height: 1.2em;
}
.form-foot {
  margin-top: 1.25rem;
  font-size: 0.9rem;
  color: var(--muted);
  text-align: center;
}

/* Pagine legali */
.legal-page {
  max-width: 42rem;
  margin: 0 auto 1rem;
}
.legal-page__header {
  margin-bottom: 1.75rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--border2);
}
.legal-page h1 {
  font-family: var(--serif);
  font-size: clamp(1.5rem, 5vw, 1.85rem);
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}
.legal-page__subtitle {
  font-size: 0.9rem;
  color: var(--muted);
  margin: 0;
}
.legal-page__section {
  margin-bottom: 1.5rem;
}
.legal-page__section:last-child {
  margin-bottom: 0;
}
.legal-page h2 {
  font-family: var(--serif);
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--text);
  margin-bottom: 0.65rem;
}
.legal-page p,
.legal-page li {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.65;
}
.legal-page p {
  margin-bottom: 0.75rem;
}
.legal-page p:last-child {
  margin-bottom: 0;
}
.legal-page ul {
  padding-left: 1.25rem;
  margin: 0.5rem 0 0.75rem;
}
.legal-page li {
  margin-bottom: 0.35rem;
}
.legal-page a {
  color: var(--green);
  word-break: break-word;
}
.legal-page__updated {
  margin-top: 1rem;
  color: var(--faint);
}

