/*
 * DOULAR_SAUDE_MATERNA_CSS_SM1_V1
 */

.sm-site-main {
  min-height: 100vh;
}

.sm-page {
  --sm-green: #445626;
  --sm-green-dark: #33431d;
  --sm-terra: #d4785f;
  --sm-terra-dark: #ab482c;
  --sm-coral: #ea6f53;
  --sm-gold: #ffd98f;
  --sm-paper: #fffaf7;
  --sm-cream: #fff4ec;
  --sm-pink: #fff7fb;
  --sm-text: #30342e;
  --sm-muted: #746b65;
  --sm-line: #eadfd9;
  --sm-white: #ffffff;
  --sm-shadow:
    0 22px 64px rgba(67, 47, 37, .10);

  display: grid;
  gap: 28px;
  width: min(100%, 1540px);
  margin: 0 auto;
  padding: 34px 32px 64px;
  color: var(--sm-text);
  font-family: inherit;
}

.sm-page *,
.sm-page *::before,
.sm-page *::after {
  box-sizing: border-box;
}

.sm-hero {
  display: grid;
  grid-template-columns:
    minmax(0, 1.18fr)
    minmax(330px, .82fr);
  gap: 30px;
  align-items: center;
  min-height: 560px;
  overflow: hidden;
  padding: clamp(32px, 5vw, 70px);
  border: 1px solid rgba(212, 120, 95, .28);
  border-radius: 36px;
  background:
    radial-gradient(
      circle at 91% 14%,
      rgba(255, 217, 143, .92),
      transparent 31%
    ),
    radial-gradient(
      circle at 8% 90%,
      rgba(234, 111, 83, .12),
      transparent 34%
    ),
    linear-gradient(
      135deg,
      #fffaf7,
      #fff0e9
    );
  box-shadow: var(--sm-shadow);
}

.sm-eyebrow,
.sm-section-head > div > span,
.sm-rights-copy > span,
.sm-source strong,
.sm-doular-manifesto > div > span {
  color: var(--sm-terra-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .10em;
  text-transform: uppercase;
}

.sm-hero h1 {
  max-width: 920px;
  margin: 12px 0 0;
  color: var(--sm-text);
  font-family:
    Fraunces,
    Georgia,
    'Times New Roman',
    serif;
  font-size: clamp(42px, 6vw, 76px);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -.045em;
}

.sm-hero-copy > p {
  max-width: 790px;
  margin: 22px 0 0;
  color: var(--sm-muted);
  font-size: 17px;
  line-height: 1.78;
}

.sm-hero-actions,
.sm-values,
.sm-rights-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sm-hero-actions {
  margin-top: 25px;
}

.sm-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 11px 20px;
  border: 1px solid var(--sm-green);
  border-radius: 999px;
  background: var(--sm-green);
  color: #fff;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
  transition:
    transform .18s ease,
    box-shadow .18s ease,
    background .18s ease;
}

.sm-button:hover {
  background: var(--sm-green-dark);
  box-shadow:
    0 13px 28px rgba(68, 86, 38, .20);
  transform: translateY(-2px);
}

.sm-button.is-soft {
  border-color: var(--sm-line);
  background: rgba(255, 255, 255, .78);
  color: var(--sm-green);
}

.sm-values {
  margin-top: 20px;
}

.sm-values span,
.sm-rights-tags span {
  display: inline-flex;
  min-height: 31px;
  align-items: center;
  padding: 7px 11px;
  border: 1px solid rgba(68, 86, 38, .16);
  border-radius: 999px;
  background: rgba(255, 255, 255, .68);
  color: var(--sm-green);
  font-size: 12px;
  font-weight: 800;
}

.sm-hero-art {
  display: grid;
  position: relative;
  min-height: 410px;
  place-items: center;
  isolation: isolate;
}

.sm-orbit {
  position: absolute;
  border: 1px solid rgba(68, 86, 38, .14);
  border-radius: 50%;
}

.sm-orbit.is-one {
  width: 360px;
  height: 360px;
}

.sm-orbit.is-two {
  width: 260px;
  height: 260px;
  border-color: rgba(212, 120, 95, .22);
}

.sm-mother-symbol,
.sm-baby-symbol {
  display: grid;
  position: absolute;
  place-items: center;
  text-align: center;
  box-shadow:
    0 20px 50px rgba(67, 47, 37, .12);
}

.sm-mother-symbol {
  z-index: 2;
  width: 230px;
  height: 230px;
  border: 7px solid rgba(255, 255, 255, .72);
  border-radius:
    48% 52% 45% 55%
    / 56% 42% 58% 44%;
  background:
    linear-gradient(
      145deg,
      #f7c1ad,
      #d4785f
    );
  color: #fff;
  transform: translate(-36px, 22px);
}

.sm-baby-symbol {
  z-index: 3;
  width: 146px;
  height: 146px;
  border: 6px solid rgba(255, 255, 255, .82);
  border-radius: 50%;
  background:
    linear-gradient(
      145deg,
      #fff3ba,
      #ffd98f
    );
  color: var(--sm-green);
  transform: translate(92px, -96px);
}

.sm-heart {
  font-size: 42px;
  line-height: 1;
}

.sm-baby-symbol > span {
  font-size: 32px;
}

.sm-mother-symbol strong,
.sm-baby-symbol strong {
  font-family:
    Fraunces,
    Georgia,
    serif;
  font-size: 25px;
}

.sm-mother-symbol small,
.sm-baby-symbol small {
  max-width: 150px;
  font-size: 11px;
  line-height: 1.4;
}

.sm-alert {
  display: grid;
  grid-template-columns:
    58px minmax(0, 1fr);
  gap: 17px;
  align-items: center;
  padding: 21px 24px;
  border: 1px solid #d6e4cb;
  border-radius: 22px;
  background:
    linear-gradient(
      135deg,
      #f2f7ed,
      #fffaf7
    );
}

.sm-alert-icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 18px;
  background: #fff;
  font-size: 25px;
  box-shadow:
    0 10px 24px rgba(67, 47, 37, .07);
}

.sm-alert strong {
  color: var(--sm-green);
  font-size: 16px;
}

.sm-alert p {
  margin: 6px 0 0;
  color: var(--sm-muted);
  font-size: 13px;
  line-height: 1.65;
}

.sm-calendar,
.sm-topics,
.sm-rights,
.sm-doular-manifesto,
.sm-source {
  border: 1px solid var(--sm-line);
  border-radius: 28px;
  background: var(--sm-white);
  box-shadow:
    0 13px 40px rgba(67, 47, 37, .06);
}

.sm-calendar,
.sm-topics {
  padding: clamp(24px, 4vw, 42px);
}

.sm-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.sm-section-head h2,
.sm-rights h2,
.sm-doular-manifesto h2 {
  margin: 7px 0 0;
  color: var(--sm-text);
  font-family:
    Fraunces,
    Georgia,
    serif;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -.025em;
}

.sm-section-head > p {
  max-width: 490px;
  margin: 0;
  color: var(--sm-muted);
  font-size: 13px;
  line-height: 1.6;
}

.sm-calendar-grid {
  display: grid;
  grid-template-columns:
    repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.sm-calendar-grid article {
  min-width: 0;
  padding: 20px;
  border: 1px solid var(--sm-line);
  border-radius: 20px;
  background:
    linear-gradient(
      180deg,
      #fff,
      #fffaf7
    );
}

.sm-calendar-number {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 12px;
  background: #eef5e9;
  color: var(--sm-green);
  font-size: 12px;
  font-weight: 900;
}

.sm-calendar-grid strong {
  display: block;
  margin-top: 15px;
  color: var(--sm-text);
  font-size: 15px;
}

.sm-calendar-grid p {
  margin: 7px 0 0;
  color: var(--sm-muted);
  font-size: 13px;
  line-height: 1.5;
}

.sm-calendar-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px 16px;
  margin-top: 15px;
  padding: 15px 18px;
  border-radius: 16px;
  background: var(--sm-green);
  color: #fff;
  text-align: center;
}

.sm-calendar-note strong {
  font-size: 14px;
}

.sm-calendar-note span {
  font-size: 13px;
  opacity: .82;
}

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

.sm-topic-card {
  display: grid;
  min-width: 0;
  min-height: 285px;
  align-content: start;
  padding: 23px;
  border: 1px solid var(--sm-line);
  border-radius: 22px;
  background:
    linear-gradient(
      180deg,
      #fff,
      #fffdfb
    );
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition:
    transform .18s ease,
    border-color .18s ease,
    box-shadow .18s ease;
}

.sm-topic-card:hover {
  border-color: rgba(212, 120, 95, .40);
  box-shadow:
    0 20px 42px rgba(67, 47, 37, .09);
  transform: translateY(-4px);
}

.sm-topic-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 15px;
  background: #f4f6ef;
  font-size: 22px;
}

.sm-topic-kicker {
  margin-top: 18px;
  color: var(--sm-terra-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.sm-topic-card > strong {
  margin-top: 7px;
  color: var(--sm-text);
  font-family:
    Fraunces,
    Georgia,
    serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.18;
}

.sm-topic-card > p {
  margin: 11px 0 0;
  color: var(--sm-muted);
  font-size: 13px;
  line-height: 1.62;
}

.sm-topic-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-self: end;
  margin-top: 22px;
  padding-top: 15px;
  border-top: 1px solid var(--sm-line);
  color: var(--sm-green);
  font-size: 12px;
  font-weight: 850;
}

.sm-topic-action b {
  font-size: 17px;
}

.sm-rights {
  display: grid;
  grid-template-columns:
    minmax(0, 1.15fr)
    minmax(350px, .85fr);
  gap: 28px;
  padding: clamp(26px, 5vw, 54px);
  background:
    radial-gradient(
      circle at 5% 95%,
      rgba(234, 111, 83, .10),
      transparent 36%
    ),
    linear-gradient(
      135deg,
      #fff7f3,
      #fff
    );
}

.sm-rights-copy > p {
  max-width: 770px;
  margin: 17px 0 0;
  color: var(--sm-muted);
  font-size: 15px;
  line-height: 1.75;
}

.sm-rights-tags {
  margin-top: 20px;
}

.sm-protection-card {
  display: grid;
  gap: 10px;
  align-content: start;
  padding: 22px;
  border: 1px solid rgba(68, 86, 38, .18);
  border-radius: 22px;
  background: var(--sm-green);
  color: #fff;
}

.sm-protection-card > span {
  margin-bottom: 4px;
  color: var(--sm-gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.sm-protection-card > a {
  display: grid;
  grid-template-columns:
    60px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 16px;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  text-decoration: none;
}

.sm-protection-card > a:hover {
  background: rgba(255, 255, 255, .13);
}

.sm-protection-card > a > b {
  display: grid;
  height: 48px;
  place-items: center;
  border-radius: 13px;
  background: var(--sm-gold);
  color: var(--sm-green);
  font-size: 18px;
}

.sm-protection-card strong,
.sm-protection-card small {
  display: block;
}

.sm-protection-card strong {
  font-size: 13px;
}

.sm-protection-card small {
  margin-top: 4px;
  color: rgba(255, 255, 255, .72);
  font-size: 11px;
  line-height: 1.4;
}

.sm-protection-card > p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, .78);
  font-size: 12px;
  line-height: 1.55;
}

.sm-doular-manifesto {
  display: grid;
  grid-template-columns:
    72px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  padding: clamp(25px, 4vw, 42px);
  background:
    linear-gradient(
      135deg,
      #f2f7ed,
      #fffaf7
    );
}

.sm-manifesto-mark {
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  border-radius: 22px;
  background: #fff;
  font-size: 30px;
  box-shadow:
    0 13px 30px rgba(67, 47, 37, .08);
}

.sm-doular-manifesto p {
  max-width: 970px;
  margin: 13px 0 0;
  color: var(--sm-muted);
  font-size: 14px;
  line-height: 1.7;
}

.sm-source {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 22px 25px;
}

.sm-source p {
  max-width: 820px;
  margin: 6px 0 0;
  color: var(--sm-muted);
  font-size: 12px;
  line-height: 1.55;
}

.sm-source > a {
  display: inline-flex;
  flex: 0 0 auto;
  min-height: 42px;
  align-items: center;
  padding: 9px 14px;
  border: 1px solid var(--sm-green);
  border-radius: 999px;
  color: var(--sm-green);
  font-size: 12px;
  font-weight: 850;
  text-decoration: none;
}

.sm-dialog {
  width: min(720px, calc(100% - 28px));
  max-height: min(780px, calc(100dvh - 28px));
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 28px;
  background: transparent;
  box-shadow: var(--sm-shadow);
}

.sm-dialog::backdrop {
  background: rgba(31, 28, 26, .68);
  backdrop-filter: blur(7px);
}

.sm-dialog-shell {
  display: grid;
  max-height: inherit;
  overflow: hidden;
  background: #fff;
}

.sm-dialog header {
  display: grid;
  grid-template-columns:
    54px minmax(0, 1fr)
    42px;
  gap: 14px;
  align-items: center;
  padding: 22px 23px;
  border-bottom: 1px solid var(--sm-line);
  background:
    linear-gradient(
      135deg,
      #fffaf7,
      #fff0e9
    );
}

.sm-dialog-icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 17px;
  background: #fff;
  font-size: 25px;
}

.sm-dialog header > div > span {
  color: var(--sm-terra-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.sm-dialog h2 {
  margin: 5px 0 0;
  color: var(--sm-text);
  font-family:
    Fraunces,
    Georgia,
    serif;
  font-size: 31px;
  font-weight: 600;
  line-height: 1.1;
}

.sm-dialog-close {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--sm-line);
  border-radius: 50%;
  background: #fff;
  color: var(--sm-text);
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.sm-dialog-body {
  overflow-y: auto;
  padding: 23px;
}

.sm-dialog-lead {
  margin: 0;
  color: var(--sm-muted);
  font-size: 15px;
  line-height: 1.65;
}

.sm-dialog ul {
  display: grid;
  gap: 11px;
  margin: 19px 0 0;
  padding: 0;
  list-style: none;
}

.sm-dialog li {
  display: grid;
  grid-template-columns:
    28px minmax(0, 1fr);
  gap: 10px;
  align-items: flex-start;
  padding: 14px;
  border: 1px solid var(--sm-line);
  border-radius: 15px;
  background: #fffdfb;
}

.sm-dialog li > span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: #eef5e9;
  color: var(--sm-green);
  font-size: 12px;
  font-weight: 900;
}

.sm-dialog li p {
  margin: 2px 0 0;
  color: var(--sm-text);
  font-size: 13px;
  line-height: 1.58;
}

.sm-dialog-note {
  margin-top: 17px;
  padding: 16px;
  border: 1px solid #d6e4cb;
  border-radius: 16px;
  background: #f3f8ef;
}

.sm-dialog-note strong {
  color: var(--sm-green);
  font-size: 13px;
}

.sm-dialog-note p {
  margin: 6px 0 0;
  color: #64705b;
  font-size: 13px;
  line-height: 1.55;
}

body.sm-dialog-open {
  overflow: hidden;
}

@media (max-width: 1200px) {
  .sm-card-grid {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
  }

  .sm-calendar-grid {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .sm-page {
    padding: 24px 18px 48px;
  }

  .sm-hero,
  .sm-rights {
    grid-template-columns: 1fr;
  }

  .sm-hero-art {
    min-height: 360px;
  }

  .sm-section-head {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 680px) {
  .sm-page {
    gap: 20px;
    padding: 18px 12px 38px;
  }

  .sm-hero {
    min-height: 0;
    padding: 28px 20px;
    border-radius: 25px;
  }

  .sm-hero h1 {
    font-size: 42px;
  }

  .sm-hero-copy > p {
    font-size: 15px;
  }

  .sm-hero-art {
    min-height: 300px;
    transform: scale(.88);
  }

  .sm-calendar-grid,
  .sm-card-grid {
    grid-template-columns: 1fr;
  }

  .sm-calendar-note,
  .sm-source {
    align-items: flex-start;
    flex-direction: column;
    text-align: left;
  }

  .sm-alert,
  .sm-doular-manifesto {
    grid-template-columns: 1fr;
  }

  .sm-topic-card {
    min-height: 0;
  }

  .sm-dialog header {
    grid-template-columns:
      48px minmax(0, 1fr)
      38px;
    padding: 18px;
  }

  .sm-dialog-icon {
    width: 48px;
    height: 48px;
  }

  .sm-dialog h2 {
    font-size: 26px;
  }

  .sm-dialog-body {
    padding: 18px;
  }
}
