/*
Theme Name: Cada Sinal Conta
Theme URI: https://www.ipsen.com/br/
Author: Dalí Digital
Description: Landing page educativa sobre pLGG.
Version: 1.0.0
Text Domain: cada-sinal-conta
*/

:root {
  --gold: #EBBE6C;
  --gold-dark: #CC9E4B;
  --navy: #132E55;
  --blue: #55769A;
  --light-blue: #A8C3E0;
  --gray: #D9D9D9;
  --white: #fff;
  --max: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 82px;
}

body {
  margin: 0;
  color: var(--navy);
  font-family: "brevia", sans-serif;
  font-size: 18px;
  line-height: 1.35;
  background: #fff;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.container {
  width: min(calc(100% - 40px), var(--max));
  margin-inline: auto;
}

.section {
  padding: 82px 0;
}

.section-title {
  text-align: center;
  font-size: 48px;
  line-height: 1.05;
  margin: 0 0 24px;
  font-weight: 800;
}

.section-title .accent {
  color: var(--gold-dark);
}

.section-intro {
  max-width: 790px;
  margin: 0 auto 30px;
  text-align: center;
}

.site-header {
  height: 76px;
  background: rgba(85, 118, 154, .97);
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 20;
}

.nav-wrap {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 30px;
}

.header-brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 5px;
  color: #fff;
  font-family: "brevia", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}

.header-brand strong {
  font-weight: 700;
}

.header-brand img {
  width: 17.4px;
  height: 29.2px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 54px;
  margin-left: auto;
  font-family: "brevia", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
}

.main-nav a {
  text-align: center;
  transition: .2s;
}

.main-nav a:hover {
  color: var(--gold);
}

.socials {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 11px;
}

.socials a,
.footer-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.socials img {
  width: 24px;
  height: 26px;
  object-fit: contain;
}

.menu-toggle {
  display: none;
  background: none;
  border: 0;
  color: #fff;
  font-size: 28px;
  margin-left: auto;
}

.hero {
  background: radial-gradient(circle at 72% 45%, #244c78 0, transparent 27%), var(--navy);
  color: #fff;
  width: 100%;
  height: 575px;
  overflow: hidden;
}

.hero-grid {
  position: relative;
  height: 100%;
}

.hero-copy {
  position: absolute;
  top: 36.5px;
  left: 139px;
  width: 447px;
}

.hero-logo {
  width: 306.5px;
  height: auto;
  margin: 0 0 28px;
  object-fit: contain;
}

.hero-copy p {
  width: 447px;
  min-height: 123px;
  margin: 0;
  font-family: "brevia", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 219px;
  height: 52px;
  padding: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #964B24 0%, #FFDD90 19%, #BA7A35 51%, #F9E18C 78%, #CF7328 100%);
  color: var(--navy);
  font-family: "brevia", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  margin-top: 30px;
}

.hero-art {
  position: absolute;
  top: -4.5px;
  left: 604px;
  width: 358px;
  height: 543px;
  object-fit: contain;
}

.story {
  background: var(--gold);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.story-decoration {
  position: absolute;
  top: 106.5px;
  left: calc(50% + 332.57px);
  width: 200px;
}

.story .section-title {
  font-family: "brevia", sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.story > .container > p {
  font-family: "brevia", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}

.story .video {
  position: relative;
  max-width: 835px;
  margin: 35px auto 0;
  box-shadow: 0 10px 25px rgba(19, 46, 85, .14);
}

.story .video img {
  width: 100%;
}

.video-open {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.video-modal {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
}

.video-modal[hidden] {
  display: none;
}

.video-modal-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: rgba(7, 20, 39, .86);
  cursor: pointer;
}

.video-modal-content {
  position: relative;
  z-index: 1;
  width: min(960px, 100%);
}

.video-modal-player {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  background: #000;
}

.video-modal-player iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-modal-close {
  position: absolute;
  z-index: 2;
  right: -14px;
  bottom: calc(100% + 10px);
  width: 40px;
  height: 40px;
  padding: 0;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  font-size: 30px;
  line-height: 34px;
  cursor: pointer;
}

body.video-modal-open {
  overflow: hidden;
}

.what-grid {
  width: 998px;
  max-width: 100%;
  margin-inline: auto;
}

.info-carousel {
  display: grid;
  grid-template-columns: repeat(2, 483px);
  gap: 32px;
  width: 998px;
  max-width: 100%;
}

.plgg-mark {
  width: min(630px, 100%);
  margin: 0 auto 30px;
}

.pillar-guides {
  position: relative;
  width: 1010px;
  height: 132px;
  max-width: 100%;
  margin: 30px auto 0;
}

.pillar-guide {
  position: absolute;
  top: 0;
  height: auto;
}

.pillar-guide-glioma {
  left: 93px;
  width: 70px;
}

.pillar-guide-low-grade {
  left: 505.83px;
  width: 27px;
}

.pillar-guide-pediatric {
  left: 840px;
  width: 50px;
}

.pillars {
  display: grid;
  grid-template-columns: repeat(3, 270px);
  gap: 100px;
  width: 1010px;
  max-width: 100%;
  margin: 0 auto 25px;
}

.pillar {
  position: relative;
  border-radius: 26px;
  padding: 18px;
  color: #fff;
  text-align: center;
  width: 270px;
  height: 166.82px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "brevia", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.35;
}

.pillar-mobile-guide {
  display: none;
}

.pillar strong {
  display: block;
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 700;
}

.pillar:nth-child(1) {
  background: var(--navy);
}

.pillar:nth-child(2) {
  background: var(--blue);
}

.pillar:nth-child(3) {
  background: var(--gold-dark);
}

.info-card {
  border: 2px solid var(--blue);
  background: var(--gray);
  border-radius: 18px;
  width: 483px;
  height: 270px;
  padding: 28px 30px;
  display: flex;
  gap: 28px;
  align-items: center;
  color: var(--navy);
  font-family: "brevia", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.35;
}

.info-card img {
  flex: 0 0 auto;
  object-fit: contain;
}

.info-card:nth-child(1) img {
  width: 169px;
  height: 169px;
}

.info-card:nth-child(2) img {
  width: 179px;
  height: 108px;
}

.info-card:nth-child(3) img {
  width: 163px;
  height: 157px;
}

.info-card:nth-child(4) img {
  width: 177px;
  height: 155px;
}

.info-card strong,
.info-card span {
  display: block;
}

.info-card strong {
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 700;
}

.highlight {
  width: 940px;
  max-width: 100%;
  margin: 32px auto 0;
  height: 164.31px;
  background: linear-gradient(90deg, #c98c3e 0%, #ffe994 51%, #e9a047 100%);
  border: 2px solid var(--navy);
  border-radius: 18px;
  padding: 8px 48px;
  display: flex;
  align-items: center;
  gap: 42px;
  color: var(--navy);
  font-family: "brevia", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}

.highlight img {
  flex: 0 0 auto;
  width: 112px;
  height: 145px;
  object-fit: contain;
}

.highlight span {
  display: block;
}

.highlight strong {
  display: block;
  margin-bottom: 2px;
  font-size: 26px;
  font-weight: 700;
}

.symptoms {
  position: relative;
  background: var(--blue);
  color: #fff;
}

.symptoms-connector {
  position: absolute;
  z-index: 2;
  top: calc(-1 * clamp(129px, 15.56vw, 224px));
  left: clamp(18px, 9.375%, 105px);
  width: clamp(22px, 2.639vw, 38px);
  height: clamp(186px, 22.36vw, 322px);
}

.symptom-hero {
  position: relative;
  width: 100%;
  height: min(50.98vw, 734px);
  min-height: 555px;
  background: url("images/Rectangle-33.jpg") center center / cover no-repeat;
  overflow: hidden;
}

.symptom-hero-copy {
  position: absolute;
  top: 155px;
  left: calc(50% - 503px);
  width: 560px;
  height: 400px;
}

.symptom-hero h2 {
  position: absolute;
  top: 85px;
  left: 0;
  width: 200px;
  margin: 0;
  color: #fff;
  text-align: left;
  font-family: "brevia", sans-serif;
  font-size: 55px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1;
}

.symptom-hero h2 strong {
  color: var(--gold);
  font-weight: 700;
}

.symptom-hero .question {
  position: absolute;
  top: 0;
  left: 158px;
  margin: 0;
  font-family: "brevia", sans-serif;
  font-size: 400px;
  color: var(--gold);
  font-weight: 600;
  line-height: 1;
}

.symptom-content {
  position: relative;
  padding-top: 82px;
  padding-bottom: 82px;
}

@media (max-width: 1300px) {
  .symptom-hero-copy {
    top: 90px;
  }
}

.symptom-list {
  display: grid;
  grid-template-columns: repeat(3, 302px);
  column-gap: 38px;
  row-gap: 44px;
  width: 982px;
  max-width: 100%;
  margin: 42px 0;
  margin-inline: auto;
}

.symptom {
  position: relative;
  display: flex;
  align-items: center;
  background: var(--navy);
  border-radius: 40px;
  width: 302px;
  height: 80px;
  padding: 8px 18px 8px 112px;
  font-family: "brevia", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.35;
}

.symptom img {
  position: absolute;
  top: 50%;
  left: -18px;
  transform: translateY(-50%);
  object-fit: contain;
}

.symptom strong {
  font-weight: 400;
}

.symptom:nth-child(1) strong,
.symptom:nth-child(4) strong {
  font-weight: 800;
}

.symptom:nth-child(1) img {
  width: 124px;
  height: 125px;
}

.symptom:nth-child(2) img {
  width: 132px;
  height: 133px;
}

.symptom:nth-child(3) img,
.symptom:nth-child(4) img,
.symptom:nth-child(7) img {
  width: 134px;
  height: 136px;
}

.symptom:nth-child(5) img,
.symptom:nth-child(8) img {
  width: 125px;
  height: 126px;
}

.symptom:nth-child(6) img,
.symptom:nth-child(9) img {
  width: 120px;
  height: 121px;
}

@media (max-width: 1022px) {
  .symptom-list {
    grid-template-columns: repeat(2, 302px);
    width: 642px;
  }
}

@media (max-width: 700px) {
  .symptom-list {
    grid-template-columns: 302px;
    width: 302px;
  }
}

.symptom-tip {
  width: 940px;
  max-width: 100%;
  height: 164px;
  margin: 38px auto;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 24px;
  background: linear-gradient(90deg, #c98c3e 0%, #ffe994 51%, #e9a047 100%);
  color: var(--navy);
  border: 2px solid var(--navy);
  border-radius: 18px;
  font-family: "brevia", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}

.symptom-tip img {
  flex: 0 0 auto;
  width: 123px;
  height: 138px;
  object-fit: contain;
}

.symptom-tip > div {
  width: 755px;
  max-width: 100%;
}

.symptom-tip strong,
.symptom-tip span {
  display: block;
}

.symptom-tip strong {
  margin-bottom: 6px;
  font-size: 26px;
  font-weight: 700;
}

.tip {
  background: linear-gradient(90deg, var(--gold-dark), #f8df94, var(--gold-dark));
  color: var(--navy);
  border: 2px solid var(--navy);
  border-radius: 18px;
  padding: 25px 35px;
  margin: 38px 0;
}

.treatments {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 1134px;
  max-width: calc(100vw - 40px);
  height: 545px;
  background: #fff;
  color: var(--navy);
  border: 2px solid var(--navy);
  border-radius: 50px;
  padding: 47px 65px 0;
  overflow: hidden;
}

.treatments h2 {
  margin: 0;
  font-family: "brevia", sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}

.treatments > p {
  width: 979px;
  max-width: 100%;
  margin: 18px 0 0;
  font-family: "brevia", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}

.treatment-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(5, 184px);
  gap: 16px;
  width: 984px;
  max-width: 100%;
  margin-top: 32px;
}

.treatment {
  background: var(--gold);
  border: 2px solid var(--navy);
  border-radius: 20px;
  text-align: center;
  width: 184px;
  height: 271px;
  padding: 14px 12px;
  font-family: "brevia", sans-serif;
  color: var(--navy);
}

.treatment img {
  object-fit: contain;
  margin: 0 auto 8px;
}

.treatment strong {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.treatment span {
  display: block;
  width: 158px;
  max-width: 100%;
  margin: 4px auto 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
}

.treatment:nth-child(1) img {
  width: 79px;
  height: 82px;
}

.treatment:nth-child(2) img {
  width: 93px;
  height: 90px;
}

.treatment:nth-child(3) img {
  width: 84px;
  height: 76px;
}

.treatment:nth-child(4) img {
  width: 73px;
  height: 76px;
}

.treatment:nth-child(5) img {
  width: 81px;
  height: 80px;
}

.treatment-path {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 0;
  width: 832px;
  height: 98px;
  transform: translateX(-50%);
}

#convivendo .section-title {
  font-family: "brevia", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
}

#convivendo > .container > .section-intro {
  font-family: "brevia", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(4, 212px);
  column-gap: 18px;
  row-gap: 15px;
  width: 902px;
  max-width: 100%;
  margin: 18px auto 0;
}

.support-board {
  width: 1000px;
  max-width: 100%;
  height: 590px;
  margin-inline: auto;
  background: var(--gold);
  border: 2px solid var(--navy);
  border-radius: 22px;
  padding: 22px 46px;
}

.support-board > h3 {
  width: 261px;
  height: 40px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  background: #132E55;
  color: #fff;
  font-family: "brevia", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}

.support-board > p {
  margin: 18px 0 0;
  font-family: "brevia", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}

.support-card {
  background: #fff;
  border-radius: 18px;
  text-align: center;
  width: 212px;
  height: 130px;
  padding: 10px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "brevia", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}

.support-card img {
  flex: 0 0 auto;
  object-fit: contain;
  margin: 0 auto 5px;
}

.support-card:nth-child(1) img { width: 70px; height: 70px; }
.support-card:nth-child(2) img { width: 71px; height: 72px; }
.support-card:nth-child(3) img { width: 71px; height: 74px; }
.support-card:nth-child(4) img { width: 73px; height: 73px; }
.support-card:nth-child(5) img { width: 77px; height: 71px; }
.support-card:nth-child(6) img { width: 71px; height: 71px; }
.support-card:nth-child(7) img { width: 66px; height: 75px; }
.support-card:nth-child(8) img { width: 59px; height: 75px; }
.support-card:nth-child(9) img { width: 70px; height: 71px; }
.support-card:nth-child(10) img { width: 71px; height: 71px; }
.support-card:nth-child(11) img { width: 75px; height: 75px; }

.support-card span {
  line-height: 1.2;
}

.advice-grid {
  display: grid;
  grid-template-columns: repeat(2, 485px);
  gap: 30px;
  width: 1000px;
  max-width: 100%;
  margin-top: 30px;
  margin-inline: auto;
}

.advice {
  width: 485px;
  height: 450px;
  border: 2px solid var(--navy);
  border-radius: 20px;
  padding: 42px 28px 28px;
  background: var(--light-blue);
  color: var(--navy);
  font-family: "brevia", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}

.advice:nth-child(2) {
  background: var(--gray);
}

.advice h3 {
  width: 261px;
  height: 40px;
  margin: 0 0 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  background: #132E55;
  color: #fff;
  font-family: "brevia", sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.advice ul {
  margin: 0;
  padding-left: 22px;
}

.advice li + li {
  margin-top: 14px;
}

.conversation-tip {
  position: relative;
  width: 870px;
  max-width: calc(100% - 70px);
  height: 150px;
  margin: 45px auto 0;
  padding: 24px 30px 24px 100px;
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, #c98c3e 0%, #ffe994 51%, #e9a047 100%);
  border: 2px solid var(--navy);
  border-radius: 18px;
  color: var(--navy);
  font-family: "brevia", sans-serif;
}

.conversation-tip img {
  position: absolute;
  top: 5px;
  left: -70px;
  width: 145px;
  height: 140px;
  object-fit: contain;
}

.conversation-tip > div {
  width: 630px;
  max-width: 100%;
}

.conversation-tip strong,
.conversation-tip span {
  display: block;
}

.conversation-tip strong {
  margin-bottom: 6px;
  font-size: 26px;
  font-weight: 700;
}

.conversation-tip span {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.faq {
  background: var(--gold);
}

.accordion {
  max-width: 920px;
  margin: auto;
}

.faq-item {
  margin-bottom: 14px;
}

.faq-question {
  width: 100%;
  border: 0;
  border-radius: 9px;
  background: #fff;
  color: var(--navy);
  padding: 22px 30px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-family: "brevia", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  cursor: pointer;
}

.faq-question span {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: var(--gold-dark);
  font-size: 25px;
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .3s;
}

.faq-answer>div {
  overflow: hidden;
  background: var(--blue);
  color: #fff;
  border-radius: 0 0 9px 9px;
}

.faq-answer p {
  padding: 22px 30px;
  margin: 0;
}

.faq-item.open .faq-answer {
  grid-template-rows: 1fr;
}

.faq-item.open .faq-question {
  border-radius: 9px 9px 0 0;
}

.materials-grid {
  display: grid;
  grid-template-columns: repeat(2, 485px);
  gap: 30px;
  width: 1000px;
  max-width: 100%;
  margin: auto;
}

.material {
  width: 485px;
  height: 462px;
  border: 2px solid var(--navy);
  background: var(--light-blue);
  border-radius: 20px;
  padding: 28px 46px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--navy);
  font-family: "brevia", sans-serif;
}

.material:nth-child(2) {
  background: var(--gray);
}

.material img {
  flex: 0 0 auto;
  object-fit: contain;
  margin: 0 auto 14px;
}

.material:nth-child(1) img {
  width: 94px;
  height: 115px;
}

.material:nth-child(2) img {
  width: 120px;
  height: 120px;
}

.material .material-button {
  display: block;
  align-self: stretch;
  width: 100%;
  background: var(--navy);
  color: #fff;
  border-radius: 99px;
  padding: 8px;
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: 700;
  transition: transform .2s ease, background-color .2s ease;
}

.material .material-button:hover,
.material .material-button:focus-visible {
  background: #1d4577;
  transform: translateY(-2px);
}

.material .material-button:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

.material h3,
.material p {
  width: 290px;
  max-width: 100%;
  margin: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
}

.material p {
  margin-top: 18px;
  font-weight: 400;
}

.material > a:not(.material-button) {
  align-self: flex-start;
  margin-top: auto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.glossary {
  background: var(--gray);
}

.glossary-grid {
  display: grid;
  grid-template-columns: repeat(2, 484px);
  column-gap: 32px;
  row-gap: 18px;
  width: 1000px;
  max-width: 100%;
  margin-inline: auto;
}

.term {
  width: 484px;
  height: 322px;
  background: #fff;
  border: 2px solid var(--navy);
  border-radius: 20px;
  padding: 28px 18px 28px 28px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  color: var(--navy);
  font-family: "brevia", sans-serif;
}

.term[hidden] {
  display: none;
}

.letter {
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background: #f4e5bf;
  color: var(--gold-dark);
  display: grid;
  place-items: center;
  font-size: 44px;
  font-weight: 800;
  line-height: 1;
}

.term h3, .term p {
  margin: 0;
}

.term h3 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
}

.term p {
  width: 360px;
  max-width: 100%;
  margin-top: 4px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.35;
}

.glossary-filter,
.glossary-load-more,
.carousel-dots {
  display: none;
}

.site-footer {
  background: var(--navy);
  color: #fff;
  padding: 70px 0 45px;
  text-align: center;
}

.footer-top {
  position: relative;
  min-height: 316px;
  border-bottom: 1px solid var(--light-blue);
}

.footer-logo {
  width: 250px;

  margin: 0 auto;
}

.footer-socials {
  position: absolute;
  right: 0;
  bottom: 18px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.footer-socials img {
  width: 24px;
  height: 26px;
  object-fit: contain;
}

.footer-nav {
  width: 828px;
  max-width: 100%;
  margin: 28px auto 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-family: "brevia", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

.disclaimer {
  max-width: 1080px;
  margin: 48px auto;
  font-family: "brevia", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}

.ipsen-logo {
  width: 190px;
  margin: 0 auto;
}

@media (max-width: 1080px) {
  .treatment-grid {
    grid-template-columns: repeat(5, 175px);
}
.main-nav {
  gap: 35px;
}
.symptoms-connector {
  top: -120px;
}

}

@media (max-width: 1024px) {
  html,
  body {
    touch-action: pan-x pan-y;
  }

  a,
  button {
    touch-action: manipulation;
  }

  .story-decoration {
    display: none;
  }
  .cta {
    margin: 20px 100px 10px;
  }

  .pillar-guides {
    display: none;
  }

  .nav-wrap {
    gap: 14px;
  }

  .header-brand {
    order: 1;
  }

  .socials {
    order: 2;
    margin-left: auto;
  }

  .menu-toggle {

    
    order: 3;
    margin-left: 0;
  }

  .main-nav {
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    background: var(--navy);
    padding: 55px;
    display: flex;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
      opacity .4s ease-in-out,
      visibility 0s linear .4s;
  }
  .main-nav.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition-delay: 0s;
  }
  .menu-toggle {
    display: block;
  }
  .hero-grid {
    height: auto;
    padding: 60px 0;
  }

  .hero {
    height: auto;
    min-height: 555px;
  }

  .hero-copy {
    position: static;
    width: min(100%, 447px);
  }

  .hero-copy p {
    width: 100%;
    min-height: 0;
    margin: 0 100px 10px;
  }

  .hero-logo {
    height: auto;
    margin: 0 100px 10px;
    width: 400px;
  }

  .hero-art {
    position: static;
    width: 330px;
    height: auto;
    margin: -560px 550px 150px;
  }
  .advice-grid, .materials-grid, .glossary-grid {
    grid-template-columns: 1fr;
  }
  .glossary-grid {
    width: 484px;
  }
  .materials-grid {
    width: 485px;
  }
  .advice-grid {
    width: 485px;
  }
  .what-grid {
    width: 100%;
  }
  .info-card {
    flex: 0 0 min(82vw, 483px);
    width: min(82vw, 483px);
    min-height: 270px;
    scroll-snap-align: center;
  }
  .symptom-list {
    grid-template-columns: 1fr;
  }
  .pillars {
    margin-top: 42px;
  }
  .treatment-grid {
    grid-template-columns: repeat(2, 184px);
    justify-content: center;
    width: 384px;
    margin-inline: auto;
  }
  .treatments {
    height: auto;
    min-height: 505px;
    padding-bottom: 110px;
  }
  .treatment-path {
    width: min(832px, calc(100% - 36px));
    height: auto;
  }
  .support-grid {
    grid-template-columns: repeat(2, 212px);
    width: 442px;
    justify-content: center;
  }
  .support-board {
    height: auto;
  }
  .footer-nav {
    justify-content: center;
  }

  .pillars,
  .info-carousel,
  .treatment-grid {
    display: flex;
    width: 100%;
    max-width: none;
    justify-content: flex-start;
    gap: 16px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 9%;
    padding-inline: 9%;
    box-sizing: border-box;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .pillars {
    align-items: flex-start;
    padding-top: 105px;
  }

  .pillar-mobile-guide {
    position: absolute;
    bottom: calc(100% + 12px);
    left: 50%;
    display: block;
    width: 52px;
    max-height: 92px;
    transform: translateX(-50%);
    object-fit: contain;
  }

  .pillar:nth-child(2) .pillar-mobile-guide {
    width: 25px;
  }

  .pillars::-webkit-scrollbar,
  .info-carousel::-webkit-scrollbar,
  .treatment-grid::-webkit-scrollbar {
    display: none;
  }

  .pillar,
  .treatment {
    flex: 0 0 auto;
    scroll-snap-align: center;
  }

  .carousel-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 14px 0 30px;
  }

  .carousel-dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #b9c0c8;
    cursor: pointer;
  }

  .carousel-dot.active {
    background: var(--navy);
  }

  .highlight {
    margin-top: 34px;
    background: (180deg, #c98c3e 0%, #ffe994 100%, #e9a047 100%);
  }

  .treatment-path {
    display: none;
  }

  .glossary-filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin: -18px auto 30px;
  }

  .glossary-filter button {
    min-width: 34px;
    height: 34px;
    padding: 0 10px;
    border: 1px solid var(--navy);
    border-radius: 18px;
    background: #fff;
    color: var(--navy);
    font-family: "brevia", sans-serif;
    font-size: 15px;
    cursor: pointer;
  }

  .glossary-filter button.active {
    background: var(--navy);
    color: #fff;
  }

  .glossary-load-more {
    display: block;
    min-width: 180px;
    height: 46px;
    margin: 30px auto 0;
    padding: 0 24px;
    border: 0;
    border-radius: 24px;
    background: var(--navy);
    color: #fff;
    font-family: "brevia", sans-serif;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
  }

  .glossary-load-more[hidden] {
    display: none;
  }
}

@media (max-width: 1000px) {
  body {
    font-size: 16px;
  }

.section-title {
  font-size: 26px;
}

.advice ul {
  font-size: 16px;
}

.support-board > p {
  font-size: 16px;
  width: 300px;
  text-align: center;
}

#convivendo > .container > .section-intro {
  font-size: 16px;
  width: 300px;
}

.treatments > p {
  width: 300px;
  font-size: 16px;
  text-align: center;
}

.story > .container > p {
  font-size: 16px;
}
.section-intro {
  width: 300px;
  font-size: 16px;
}
.symptom-content {
  padding-top: 52px;
}

.symptoms-connector {
  position: absolute;
  z-index: 2;
  top: -85px;
  left: 38px;
  width: 15px;

}
  .hero-grid {
    position: relative;
    height: 540px;
    padding: 0;
  }
  .hero {
    height: 540px;
    min-height: 438px;
  }
  .hero-copy {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
  }
  .hero-logo {
    position: absolute;
    top: 24px;
    left: -35px;
    width: 241px;
    margin: 0;
    object-fit: contain;
  }
  .hero-copy p {
    position: absolute;
    top: 243px;
    left: -35px;
    width: 310px;
    margin: 0;
    font-size: 16px;
    line-height: 1.28;
  }
  .cta {
    position: absolute;
    top: 365px;
    left: 48px;
    width: 164px;
    height: 40px;
    margin: 0;
    transform: translateX(-50%);
    font-size: 15px;
  }
  .hero-art {
    position: absolute;
    z-index: 1;
    top: 37px;
    left: 400px;
    width: 280px;
    margin: 0;
    object-fit: contain;
  }
  .info-card {
    flex-direction: column;
    justify-content: center;
    height: auto;
    min-height: 360px;
    overflow: hidden;
    text-align: center;
  }

  .info-carousel {
    align-items: stretch;
    overflow-y: hidden;
  }

  .info-card:nth-child(1) img {
    width: 75px;
    height: 75px;
  }

  .info-card:nth-child(2) img {
    width: 96px;
    height: 58px;
  }

  .info-card:nth-child(3) img {
    width: 77px;
    height: 74px;
  }

  .info-card:nth-child(4) img {
    width: 75px;
    height: 65px;
  }
  .highlight {
    height: auto;
    padding: 24px;
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }
  .symptom-tip {
    height: auto;
    padding: 24px;
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }
  .container {
    width: min(calc(100% - 28px), var(--max));
  }
  .section {
    padding: 58px 0;
  }
  .story .section-title {
    font-size: 30px;
  }
  .symptom-hero {
    min-height: 243px;
    background-position: 5% center;
  }
  .symptom-hero h2 {
    top: 0px;
    left: 0;
    width: 90px;
    font-size: 25px;
  }
  .symptom-hero-copy {
    top: 60px;
    left: 28px;
    width: calc(100% - 56px);
    height: 355px;
  }
  .symptom-hero .question {
    top: -23px;
    left: 72px;
    font-size: 160px;
  }
  .symptom-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    column-gap: 12px;
    row-gap: 18px;
  }
  .symptom {
    width: 100%;
    height: 54px;
    padding: 6px 8px 6px 58px;
    font-size: 12px;
  }
  .symptom img {
    left: -4px;
    width: 58px !important;
  }
  .symptom:nth-child(9) {
    grid-column: 1 / -1;
    justify-self: center;
    width: calc(50% - 6px);
  }
  #convivendo .section-title {
    font-size: 26px;
  }
  .support-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: 10px;
  }
  .support-card {
    width: 100%;
    height: 130px;
    font-size: 14px;
  }
  .support-board {
    padding: 22px 18px;
  }
  .support-board > h3 {
    width: 100%;
  }
  .advice-grid {
    width: 100%;
  }
  .materials-grid {
    width: 100%;
  }
  .material {
    width: 100%;
    height: auto;
    min-height: 462px;
    padding-inline: 24px;
  }
  .advice {
    width: 100%;
    height: auto;
    min-height: 410px;
  }
  .advice h3 {
    width: 100%;
  }
  .conversation-tip {
    max-width: 100%;
    height: auto;
    margin-top: 105px;
    padding: 85px 20px 24px;
    text-align: center;
  }
  .conversation-tip img {
    top: -70px;
    left: 20%;
    transform: translateX(-50%);
  }
  .footer-top {
    min-height: 0;
    padding-bottom: 22px;
  }
  .footer-logo {
    width: 230px;
    height: auto;
    padding: 0 0 20px 0;
  }
  .footer-socials {
    position: static;
    justify-content: center;
    margin-top: 18px;
  }
  .footer-nav {
    flex-direction: column;
  }
  .treatments {
    padding: 25px 18px 15px;
  }
  .treatments h2 {
    font-size: 26px;
    text-align: center;
  }
  .treatment-grid {
    width: 100%;
  }
  .term {
    width: 340px;
    height: auto;
    min-height: 0;
    margin-inline: auto;
    padding: 14px;
    gap: 7px;
    border-radius: 24px;
  }

  .letter {
    flex-basis: 30px;
    width: 30px;
    height: 32px;
    border-radius: 7px;
    font-size: 18px;
  }

  .term h3,
  .term p {
    font-size: 16px;
  }

  .term p {
    width: auto;
    line-height: 1.12;
  }
  .term > div {
    min-width: 0;
  }
  .site-header {
    height: 68px;
  }

  .socials {
    order: 2;
    display: flex;
    gap: 8px;
    margin-left: auto;
  }

  .socials img {
    width: 19px;
    height: 21px;
  }

  .header-brand {
    order: 1;
    gap: 3px;
    font-size: 14px;
  }

  .header-brand img {
    width: 13px;
    height: 22px;
  }

  .menu-toggle {
    order: 3;
    margin-left: 8px;
    padding: 0;
    font-size: 34px;
    line-height: 1;
  }

  .main-nav {
    top: 68px;
  }
}


@media (max-width: 560px) {
  body {
    font-size: 16px;
  }

.disclaimer {
  font-size: 12px;
}

.section-title {
  font-size: 26px;
}

.advice ul {
  font-size: 16px;
}

.support-board > p {
  font-size: 16px;
  width: 300px;
  text-align: center;
}

#convivendo > .container > .section-intro {
  font-size: 16px;
  width: 300px;
}

.treatments > p {
  width: 300px;
  font-size: 16px;
  text-align: center;
}

.story > .container > p {
  font-size: 16px;
}
.section-intro {
  width: 300px;
  font-size: 16px;
}
.symptom-content {
  padding-top: 52px;
}

.symptoms-connector {
  position: absolute;
  z-index: 2;
  top: -85px;
  left: 38px;
  width: 15px;

}
  .hero-grid {
    position: relative;
    height: 540px;
    padding: 0;
  }
  .hero {
    height: 540px;
    min-height: 438px;
  }
  .hero-copy {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
  }
  .hero-logo {
    position: absolute;
    top: 24px;
    left: -145px;
    width: 141px;
    height: 105px;
    margin: 0;
    object-fit: contain;
  }
  .hero-copy p {
    position: absolute;
    top: 143px;
    left: -133px;
    width: 190px;
    margin: 0;
    font-size: 16px;
    line-height: 1.28;
  }
  .cta {
    position: absolute;
    top: 400px;
    left: 45px;
    width: 164px;
    height: 40px;
    margin: 0;
    transform: translateX(-50%);
    font-size: 15px;
  }
  .hero-art {
    position: absolute;
    z-index: 1;
    top: 87.5px;
    left: 200px;
    /* left: calc(50vw - 22.5px); */
    width: 215px;
    /* height: 276px; */
    margin: 0;
    object-fit: contain;
  }
  .info-card {
    flex-direction: column;
    justify-content: center;
    height: auto;
    min-height: 360px;
    overflow: hidden;
    text-align: center;
  }

  .info-carousel {
    align-items: stretch;
    overflow-y: hidden;
  }

  .info-card:nth-child(1) img {
    width: 75px;
    height: 75px;
  }

  .info-card:nth-child(2) img {
    width: 96px;
    height: 58px;
  }

  .info-card:nth-child(3) img {
    width: 77px;
    height: 74px;
  }

  .info-card:nth-child(4) img {
    width: 75px;
    height: 65px;
  }
  .highlight {
    height: auto;
    padding: 24px;
    flex-direction: column;
    gap: 16px;
    text-align: center;
    background: linear-gradient(180deg, #c98c3e 0%, #ffe994 100%, #e9a047 100%);
  }
  .symptom-tip {
    height: auto;
    padding: 24px;
    flex-direction: column;
    gap: 16px;
    text-align: center;
    background: linear-gradient(180deg, #c98c3e 0%, #ffe994 100%, #e9a047 100%);
  }
  .container {
    width: min(calc(100% - 28px), var(--max));
  }
  .section {
    padding: 58px 0;
  }
  .story .section-title {
    font-size: 30px;
  }
  .symptom-hero {
    min-height: 243px;
    background-position: 5% center;
  }
  .symptom-hero h2 {
    top: 0px;
    left: 0;
    width: 90px;
    font-size: 25px;
  }
  .symptom-hero-copy {
    top: 60px;
    left: 28px;
    width: calc(100% - 56px);
    height: 355px;
  }
  .symptom-hero .question {
    top: -23px;
    left: 72px;
    font-size: 160px;
  }
  .symptom-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    column-gap: 12px;
    row-gap: 18px;
  }
  .symptom {
    width: 100%;
    height: 54px;
    padding: 6px 8px 6px 58px;
    font-size: 12px;
  }
  .symptom img {
    left: -4px;
    width: 58px !important;
  }
  .symptom:nth-child(9) {
    grid-column: 1 / -1;
    justify-self: center;
    width: calc(50% - 6px);
  }
  #convivendo .section-title {
    font-size: 26px;
  }
  .support-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: 10px;
  }
  .support-card {
    width: 100%;
    height: 130px;
    font-size: 14px;
  }
  .support-board {
    padding: 22px 18px;
  }
  .support-board > h3 {
    width: 100%;
  }
  .advice-grid {
    width: 100%;
  }
  .materials-grid {
    width: 100%;
  }
  .material {
    width: 100%;
    height: auto;
    min-height: 462px;
    padding-inline: 24px;
  }
  .advice {
    width: 100%;
    height: auto;
    min-height: 410px;
  }
  .advice h3 {
    width: 100%;
  }
  .conversation-tip {
    max-width: 100%;
    height: auto;
    margin-top: 105px;
    padding: 85px 20px 24px;
    text-align: center;
    background: linear-gradient(180deg, #c98c3e 0%, #ffe994 100%, #e9a047 100%);
  }
  .conversation-tip img {
    top: -70px;
    left: 20%;
    transform: translateX(-50%);
  }
  .footer-top {
    min-height: 0;
    padding-bottom: 22px;
  }
  .footer-logo {
    width: 200px;
    height: auto;
  }
  .footer-socials {
    position: static;
    justify-content: center;
    margin-top: 18px;
  }
  .footer-nav {
    flex-direction: column;
  }
  .treatments {
    padding: 25px 18px 15px;
  }
  .treatments h2 {
    font-size: 26px;
    text-align: center;
  }
  .treatment-grid {
    width: 100%;
  }
  .term {
    width: 340px;
    height: auto;
    min-height: 0;
    margin-inline: auto;
    padding: 14px;
    gap: 7px;
    border-radius: 24px;
  }

  .letter {
    flex-basis: 30px;
    width: 30px;
    height: 32px;
    border-radius: 7px;
    font-size: 18px;
  }

  .term h3,
  .term p {
    font-size: 16px;
  }

  .term p {
    width: auto;
    line-height: 1.12;
  }
  .term > div {
    min-width: 0;
  }
  .site-header {
    height: 68px;
  }

  .socials {
    order: 2;
    display: flex;
    gap: 8px;
    margin-left: auto;
  }

  .socials img {
    width: 19px;
    height: 21px;
  }

  .header-brand {
    order: 1;
    gap: 3px;
    font-size: 14px;
  }

  .header-brand img {
    width: 13px;
    height: 22px;
  }

  .menu-toggle {
    order: 3;
    margin-left: 8px;
    padding: 0;
    font-size: 34px;
    line-height: 1;
  }

  .main-nav {
    top: 68px;
  }
}
