*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Montserrat", sans-serif;
  color: #0d2b31;
  background-color: #ffffff;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease;
}

ul, ol {
  list-style: none;
}

img, video {
  max-width: 100%;
  display: block;
}

button {
  cursor: pointer;
  border: none;
  background: none;
  font-family: inherit;
}

input, textarea, select {
  font-family: inherit;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  font-weight: 700;
}

p {
  line-height: 1.6;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 20px;
}
@media (min-width: 768px) {
  .container {
    padding-inline: 32px;
  }
}

.section-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #0e7687;
}
@media (min-width: 768px) {
  .section-label {
    font-size: 16px;
    letter-spacing: 3.5px;
  }
}

.section-label--light {
  color: #cce7ec;
}

.section-pd {
  padding-block: 48px;
}
@media (min-width: 1024px) {
  .section-pd {
    padding-block: 80px;
  }
}

.btn-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 32px;
  border-radius: 50px;
  background: linear-gradient(to bottom, #fffe4a, #ffc401);
  border-bottom: 6px solid #8e7c02;
  color: #0e0d11;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
  box-shadow: 0 8px 24px rgba(255, 196, 1, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  width: 100%;
}
@media (min-width: 768px) {
  .btn-cta {
    font-size: 18px;
    padding: 18px 48px;
    width: auto;
  }
}
.btn-cta svg, .btn-cta img {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}
.btn-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(255, 196, 1, 0.45);
}
.btn-cta:active {
  transform: translateY(1px);
}

.stars {
  display: flex;
  align-items: center;
  gap: 2px;
}
.stars svg {
  width: 18px;
  height: 18px;
  fill: #e5a93d;
}

.highlight {
  color: #0e7687;
}

.highlight--light {
  color: #cce7ec;
}

.mt-8 {
  margin-top: 8px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-48 {
  margin-top: 48px;
}

.text-center {
  text-align: center;
}

.site-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #ffffff;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  box-shadow: 0 4px 2px rgba(0, 0, 0, 0.25);
}
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 14px;
}
@media (min-width: 768px) {
  .site-header .container {
    padding-block: 18px;
  }
}

.header__logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  line-height: 1;
}

.header__logo-icon {
  width: 232px;
  flex-shrink: 0;
}

.logo-gluco {
  font-family: "Montserrat", sans-serif;
  font-size: 19px;
  font-weight: 600;
  color: #011316;
  line-height: 1;
  letter-spacing: 0.5px;
}
@media (min-width: 768px) {
  .logo-gluco {
    font-size: 23.54px;
  }
}

.logo-serene {
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.5px;
  background: linear-gradient(-90deg, rgb(255, 211, 123) 0%, rgb(164, 130, 61) 27.404%, rgb(255, 213, 128) 65.865%, rgb(164, 130, 61) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
@media (min-width: 768px) {
  .logo-serene {
    font-size: 25.68px;
  }
}

.header__nav {
  display: none;
}
@media (min-width: 768px) {
  .header__nav {
    display: flex;
    align-items: center;
    gap: 32px;
  }
}
.header__nav a {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #083d4a;
  text-decoration: none;
  transition: color 0.3s ease;
}
@media (min-width: 1024px) {
  .header__nav a {
    font-size: 18px;
  }
}
.header__nav a:hover {
  color: #0e7687;
}
.header__nav a:focus-visible {
  outline: 2px solid #0e7687;
  outline-offset: 3px;
  border-radius: 2px;
}

@media (min-width: 768px) {
  .header__mobile-cta {
    display: none;
  }
}
.header__mobile-cta .btn-cta {
  font-size: 12px;
  padding: 9px 16px;
  width: auto;
}

.hero {
  display: flex;
  flex-direction: column;
  background: linear-gradient(90deg, #022e35 0%, #0d424b 24.1%, #0e7687 50.335%, #0d424b 79.735%, #022e35 100%);
}

.hero__visual {
  position: relative;
  background-image: url("../img/hero_image_bg_mobile.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 260px;
  padding-block: 40px 48px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .hero__visual {
    background-image: url("../img/hero_image_bg.png");
    min-height: 520px;
    padding-block: 60px;
    background-size: cover;
    background-position: 40% center;
  }
}
@media (min-width: 1024px) {
  .hero__visual {
    background-image: url("../img/hero_image_bg.png");
    min-height: 616px;
    background-position: center center;
    background-size: cover;
  }
}

.hero__product-img {
  position: absolute;
  bottom: 0;
  z-index: 1;
  max-width: 750px;
  width: 750px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.5));
}
@media (min-width: 480px) {
  .hero__product-img {
    max-width: 800px;
    width: 800px;
  }
}
@media (min-width: 768px) {
  .hero__product-img {
    max-width: 1500px;
    width: 1500%;
  }
}
@media (min-width: 1024px) {
  .hero__product-img {
    max-width: 2000px;
    width: 2000%;
  }
}

.hero__stats-card {
  display: none;
  flex-direction: column;
  gap: 14px;
  width: 100%;
  background: rgba(2, 51, 59, 0.55);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 20px 20px;
}
@media (min-width: 768px) {
  .hero__stats-card {
    position: absolute;
    right: max(40px, (100vw - 1280px) / 2 + 40px);
    top: 63%;
    transform: translateY(-50%);
    width: 279px;
    background: rgba(2, 51, 59, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 24px 20px;
    z-index: 10;
  }
}
@media (min-width: 1024px) {
  .hero__stats-card {
    display: flex;
  }
}

.hero__stats-stars {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
  background: rgba(8, 61, 74, 0.6);
  border: 0.665px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 8px 16px;
}

.hero__stats-rating {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
}

.hero__stats-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
}
@media (min-width: 768px) {
  .hero__stats-list {
    gap: 12px;
  }
}

.hero__stats-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.4;
}

.hero__check-icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

.hero__text {
  background: linear-gradient(90deg, #022e35 0%, #045c69 51%, #022e35 100%);
  border-top: 3px solid #034752;
  padding-block: 40px;
}
@media (min-width: 768px) {
  .hero__text {
    padding-block: 0;
    min-height: 284px;
    display: flex;
    align-items: center;
  }
}

.hero__text-inner {
  display: flex;
  flex-direction: column;
  gap: 28px;
  text-align: center;
  padding-inline: 30px;
}
@media (min-width: 768px) {
  .hero__text-inner {
    flex-direction: row;
    align-items: center;
    gap: 48px;
    text-align: left;
    padding-inline: 32px;
  }
}
@media (min-width: 1024px) {
  .hero__text-inner {
    gap: 72px;
  }
}

.hero__text-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .hero__text-left {
    flex: 0 0 48%;
    gap: 10px;
  }
}

.hero__label {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 6.72px;
  text-transform: uppercase;
  color: #f0ffff;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .hero__label {
    font-size: 13px;
  }
}
@media (min-width: 1024px) {
  .hero__label {
    font-size: 16px;
  }
}

.hero__title {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(26px, 10vw, 48px);
  font-weight: 400;
  line-height: 1.18;
  color: #ffffff;
  text-align: left;
}
@media (min-width: 768px) {
  .hero__title {
    font-size: clamp(32px, 3.7vw, 48px);
  }
}
.hero__title em {
  font-weight: 700;
  font-style: normal;
  display: block;
  background: linear-gradient(-90deg, rgb(255, 211, 123) 0%, rgb(164, 130, 61) 27.404%, rgb(255, 213, 128) 65.865%, rgb(164, 130, 61) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.hero__text-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .hero__text-right {
    align-items: flex-start;
    flex: 1;
  }
}

.hero__desc {
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.65;
  max-width: 44ch;
  margin-inline: auto;
  text-align: left;
}
@media (min-width: 768px) {
  .hero__desc {
    font-size: 17px;
    margin-inline: 0;
  }
}
@media (min-width: 1024px) {
  .hero__desc {
    font-size: 20px;
  }
}
.hero__desc b {
  font-weight: 700;
  color: #ffffff;
}

.hero__text .btn-cta {
  background: linear-gradient(-90deg, #a4823d 0%, #ffd580 51%, #a4823d 100%);
  border-bottom: none;
  border-radius: 100px;
  color: #083d4a;
  box-shadow: 0 6px 20px rgba(164, 130, 61, 0.4);
  text-transform: none;
  letter-spacing: 0.2px;
  font-weight: 700;
  font-size: 16px;
  padding: 16px 36px;
  width: 100%;
}
@media (min-width: 768px) {
  .hero__text .btn-cta {
    font-size: 18px;
    padding: 18px 48px;
    width: auto;
  }
}
.hero__text .btn-cta:hover {
  background: linear-gradient(-90deg, #c9a24e 0%, #ffe099 51%, #c9a24e 100%);
  box-shadow: 0 10px 28px rgba(164, 130, 61, 0.5);
  color: #083d4a;
  transform: translateY(-2px);
}
.hero__text .btn-cta:active {
  transform: translateY(0);
}

.benefits.section-pd {
  padding-block: 0;
}
@media (min-width: 1024px) {
  .benefits.section-pd {
    padding-block: 80px;
  }
}

.benefits {
  background-color: #e8fcff;
}
@media (min-width: 1024px) {
  .benefits {
    background-color: transparent;
    background-image: url("../img/benefits-hand.webp");
    background-repeat: no-repeat;
    background-position: 60% center;
    background-size: cover;
  }
}
.benefits .container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
}
@media (min-width: 1024px) {
  .benefits .container {
    flex-direction: row;
    align-items: center;
    gap: 64px;
  }
}

.benefits__visual {
  width: calc(100% + 40px);
  margin-inline: calc(-1 * 20px);
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .benefits__visual {
    width: calc(100% + 64px);
    margin-inline: calc(-1 * 32px);
  }
}
@media (min-width: 1024px) {
  .benefits__visual {
    flex: 0 0 48%;
    min-height: 520px;
    width: auto;
    margin-inline: 0;
  }
}

.benefits__visual-img {
  display: block;
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 15% center;
  object-position: 15% center;
}
@media (min-width: 768px) {
  .benefits__visual-img {
    height: 400px;
    -o-object-position: 0% center;
    object-position: 0% center;
  }
}
@media (min-width: 1024px) {
  .benefits__visual-img {
    display: none;
  }
}

.benefits__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: left;
  width: 100%;
  padding: 32px 20px 40px;
}
@media (min-width: 768px) {
  .benefits__content {
    padding: 40px 32px 48px;
  }
}
@media (min-width: 1024px) {
  .benefits__content {
    max-width: 560px;
    gap: 24px;
    padding: 0;
  }
}
.benefits__content .section-label {
  display: block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 6.72px;
  text-transform: uppercase;
  color: #083d4a;
}

.benefits__title {
  font-size: clamp(28px, 10vw, 48px);
  font-weight: 700;
  color: #083d4a;
  line-height: 1.2;
}

.benefits__desc {
  font-size: 20px;
  font-weight: 400;
  color: #083d4a;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .benefits__desc {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .benefits__desc {
    font-size: 20px;
  }
}
.benefits__desc b {
  font-weight: 700;
  color: #083d4a;
}

.ingredients {
  background-color: #0e7687;
}
.ingredients .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}

.ingredients__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}

.ingredients__header .section-label {
  display: block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 6.72px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
}

.ingredients__title {
  font-size: clamp(28px, 10vw, 48px);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  text-align: center;
}

.ingredients__subtitle {
  font-size: 20px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
  max-width: 840px;
  text-align: center;
}
@media (min-width: 1024px) {
  .ingredients__subtitle {
    font-size: 20px;
  }
}
.ingredients__subtitle b {
  font-weight: 700;
  color: #ffffff;
}

.ingredients__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .ingredients__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .ingredients__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
}

.ingr-card {
  background: #ffffff;
  border: 1px solid rgba(192, 192, 192, 0.6);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.ingr-card__img {
  width: 100%;
  height: 198px;
  overflow: hidden;
  flex-shrink: 0;
}
.ingr-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.ingr-card__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 28px 32px;
  flex: 1;
}

.ingr-card__name {
  font-size: 24px;
  font-weight: 700;
  color: #083d4a;
  line-height: 1.3;
}

.ingr-card__desc {
  font-size: 20px;
  font-weight: 400;
  color: #083d4a;
  line-height: 1.6;
}

.ingredients__cta {
  display: flex;
  justify-content: center;
}
.ingredients__cta .btn-cta {
  background: linear-gradient(-90deg, #a4823d 0%, #ffd580 51%, #a4823d 100%);
  border-bottom: none;
  border-radius: 100px;
  color: #16324a;
  font-weight: 700;
  font-size: 16px;
  padding: 18px 48px;
  min-width: 280px;
  box-shadow: 0 6px 20px rgba(164, 130, 61, 0.4);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  width: auto;
}
@media (min-width: 768px) {
  .ingredients__cta .btn-cta {
    font-size: 18px;
    min-width: 404px;
  }
}
.ingredients__cta .btn-cta:hover {
  background: linear-gradient(-90deg, #c9a24e 0%, #ffe099 51%, #c9a24e 100%);
  box-shadow: 0 10px 28px rgba(164, 130, 61, 0.5);
  transform: translateY(-2px);
}

.about {
  background-color: #e8fcff;
}
.about .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
@media (min-width: 1024px) {
  .about .container {
    flex-direction: row;
    align-items: center;
    gap: 64px;
  }
}

.about__visual {
  position: relative;
  width: 100%;
  max-width: 480px;
  flex-shrink: 0;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .about__visual {
    width: 48%;
    max-width: none;
    margin-inline: 0;
  }
}
.about__visual::before {
  content: "";
  position: absolute;
  bottom: -21px;
  right: 20px;
  width: 55%;
  height: 55%;
  background: #0e7687;
  border-radius: 16px;
  z-index: 0;
}
.about__visual::after {
  content: "";
  position: absolute;
  top: 28px;
  left: -16px;
  width: 40%;
  height: 40%;
  background: #0e7687;
  border-radius: 16px;
  z-index: 0;
}
.about__visual img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  filter: drop-shadow(0 16px 40px rgba(2, 46, 53, 0.2));
}

.about__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
  width: 100%;
}
@media (min-width: 1024px) {
  .about__content {
    text-align: left;
    max-width: 560px;
    gap: 24px;
  }
}
.about__content .section-label {
  display: block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 5.44px;
  text-transform: uppercase;
  color: #083d4a;
}

.about__title {
  font-size: clamp(28px, 5vw, 48px);
  font-weight: 700;
  color: #083d4a;
  line-height: 1.2;
}

.about__list {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
}

.about__list-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(8, 61, 74, 0.12);
  text-align: left;
}
.about__list-item:first-child {
  border-top: 1px solid rgba(8, 61, 74, 0.12);
}
.about__list-item span:last-child {
  font-size: 15px;
  font-weight: 400;
  color: #083d4a;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .about__list-item span:last-child {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .about__list-item span:last-child {
    font-size: 18px;
  }
}

.about__check {
  width: 28px;
  height: 28px;
  min-width: 28px;
  border-radius: 50%;
  background: #0e7687;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.about__check svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.about__cta {
  display: flex;
  justify-content: center;
  margin-top: 8px;
}
@media (min-width: 1024px) {
  .about__cta {
    justify-content: flex-start;
  }
}
.about__cta .btn-cta {
  background: linear-gradient(-90deg, #a4823d 0%, #ffd580 51%, #a4823d 100%);
  border-bottom: none;
  border-radius: 100px;
  color: #083d4a;
  font-weight: 700;
  font-size: 16px;
  padding: 18px 48px;
  min-width: 280px;
  box-shadow: 0 6px 20px rgba(164, 130, 61, 0.4);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  width: auto;
}
@media (min-width: 768px) {
  .about__cta .btn-cta {
    font-size: 18px;
    min-width: 404px;
  }
}
.about__cta .btn-cta:hover {
  background: linear-gradient(-90deg, #c9a24e 0%, #ffe099 51%, #c9a24e 100%);
  box-shadow: 0 10px 28px rgba(164, 130, 61, 0.5);
  transform: translateY(-2px);
  color: #083d4a;
}

.testimonials {
  background-color: #ffffff;
}
.testimonials .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}

.testimonials__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
  width: 100%;
}
.testimonials__header .section-label {
  display: block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 5.44px;
  text-transform: uppercase;
  color: #083d4a;
}

.testimonials__title {
  font-size: clamp(28px, 5vw, 48px);
  font-weight: 700;
  color: #083d4a;
  line-height: 1.2;
}

.testimonials__subtitle {
  font-size: 16px;
  font-weight: 400;
  color: #083d4a;
  line-height: 1.6;
  max-width: 56ch;
}
@media (min-width: 1024px) {
  .testimonials__subtitle {
    font-size: 18px;
  }
}

.testimonials__avatars {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .testimonials__avatars {
    gap: 22px;
    flex-wrap: nowrap;
  }
}

.testimonials__avatar-item {
  width: 72px;
  height: 72px;
  border-radius: 12px;
  overflow: hidden;
  border: 3px solid #e8fcff;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .testimonials__avatar-item {
    width: 120px;
    height: 120px;
    border-radius: 16px;
    border-width: 4px;
  }
}
@media (min-width: 1280px) {
  .testimonials__avatar-item {
    width: 143px;
    height: 143px;
  }
}
.testimonials__avatar-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.testimonials__grid {
  display: none;
}

.testimonials__swiper {
  width: 100%;
}
.testimonials__swiper .swiper-wrapper {
  align-items: stretch;
}
.testimonials__swiper .swiper-slide {
  height: auto;
  box-sizing: border-box;
}

.testimonials__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.testimonials__nav-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #083D4A;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, transform 0.15s ease;
  flex-shrink: 0;
}
.testimonials__nav-btn svg {
  width: 20px;
  height: 20px;
  stroke: #fff;
  color: #fff;
}
.testimonials__nav-btn:hover {
  background: #0e7687;
}
.testimonials__nav-btn:active {
  transform: scale(0.93);
}
.testimonials__nav-btn:disabled {
  opacity: 0.35;
  cursor: default;
}

.testimonial-card {
  background: #e8fcff;
  border: 1px solid #d7d7d7;
  border-radius: 16px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}
@media (min-width: 1024px) {
  .testimonial-card {
    padding: 40px;
  }
}

.testimonial-card__quote-icon {
  color: #0e7687;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .testimonial-card__quote-icon {
    width: 36px;
    height: 36px;
  }
}
.testimonial-card__quote-icon svg {
  width: 100%;
  height: 100%;
  fill: #0e7687;
}

.testimonial-card__quote {
  font-size: 15px;
  font-weight: 400;
  color: #083d4a;
  line-height: 1.6;
  flex: 1;
}
@media (min-width: 1024px) {
  .testimonial-card__quote {
    font-size: 18px;
  }
}

.testimonial-card__stars {
  display: flex;
  gap: 2px;
}
.testimonial-card__stars svg {
  width: 18px;
  height: 18px;
  fill: #e5a93d;
}

.testimonial-card__divider {
  height: 1px;
  background: rgba(8, 61, 74, 0.15);
  border: none;
  margin: 0;
}

.testimonial-card__footer {
  display: flex;
  align-items: center;
  gap: 14px;
}

.testimonial-card__avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 2px solid #0e7687;
}
.testimonial-card__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.testimonial-card__info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.testimonial-card__name {
  font-size: 16px;
  font-weight: 700;
  color: #0e7687;
  line-height: 1.2;
}

.testimonial-card__verified {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  font-weight: 500;
  color: #0e7687;
}
.testimonial-card__verified svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  stroke: #0e7687;
}

.testimonials__pagination {
  margin-top: 16px;
}
.testimonials__pagination .swiper-pagination-bullet {
  background: rgba(14, 118, 135, 0.3);
  opacity: 1;
}
.testimonials__pagination .swiper-pagination-bullet-active {
  background: #0e7687;
}

.shipping {
  background: linear-gradient(90deg, #022e35 0%, #0d424b 24.1%, #0e7687 50.335%, #0d424b 79.735%, #022e35 100%);
  padding-block: 40px;
}
@media (min-width: 768px) {
  .shipping {
    padding-block: 50px;
  }
}
.shipping .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .shipping .container {
    flex-direction: row;
    text-align: left;
    gap: 32px;
    justify-content: center;
  }
}

.shipping__icon {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
}
@media (min-width: 768px) {
  .shipping__icon {
    width: 100px;
    height: 100px;
  }
}
@media (min-width: 1024px) {
  .shipping__icon {
    width: 120px;
    height: 120px;
  }
}
.shipping__icon svg {
  width: 100%;
  height: 100%;
  stroke: rgba(255, 255, 255, 0.9);
}
.shipping__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.shipping__text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.shipping__title {
  font-size: clamp(20px, 4vw, 36px);
  font-weight: 600;
  color: #ffffff;
  line-height: 1.3;
}
.shipping__title strong {
  font-weight: 700;
}

.shipping__subtitle {
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .shipping__subtitle {
    font-size: 18px;
  }
}

.price {
  text-align: center;
  background: #F5FEFF;
}

.price .area-title .title {
  font-size: clamp(26px, 5vw, 48px);
  font-weight: 700;
  color: #083d4a;
  line-height: 1.2;
}

.price .area-title .subtitle {
  font-size: 18px;
  color: #6e7278;
  margin-bottom: 0;
}

.price .area-kits__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  gap: 24px;
  margin-top: 56px;
  margin-bottom: 40px;
  list-style: none;
  padding: 0;
}

@media (max-width: 1100px) {
  .price .area-kits__list {
    grid-template-columns: 1fr;
    max-width: 440px;
    margin: 32px auto 0;
  }
}
.price .kit-option {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #e8fcff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.price .kit-option--popular {
  background: #fff5e8;
  border-color: #b09100;
  border-bottom-color: #b09100;
  box-shadow: 4px 4px 44px rgba(0, 0, 0, 0.25);
  height: 105%;
  top: -3%;
}

.price .kit-option--popular .kit-option__header {
  background: linear-gradient(-90deg, rgb(255, 211, 123) 0%, rgb(164, 130, 61) 27.404%, rgb(255, 213, 128) 65.865%, rgb(164, 130, 61) 100%);
}

.price .kit-option--popular .kit-option__inner {
  padding-top: 24px;
}
.price .kit-option--popular .kit-option__inner .area-img img {
  max-width: 320px;
}

@media (max-width: 1100px) {
  .price .kit-option--popular {
    order: -1;
    height: auto;
    top: 0;
  }
  .price .kit-option--standard {
    order: -1;
    height: auto;
    top: 0;
  }
  .price .kit-option--popular .kit-option__inner {
    padding-top: 24px;
  }
}
.price .kit-option__link {
  position: absolute;
  inset: 0;
  z-index: 4;
}

.price .kit-option__header {
  background: #083d4a;
  padding: 20px;
}

.price .kit-option__header span {
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.price .kit-option--popular .kit-option__header span {
  color: #083d4a;
}

.price .kit-option__inner {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 24px;
  padding: 24px 30px 40px;
}

@media (max-width: 1100px) {
  .price .kit-option__inner {
    padding: 24px 14px 40px;
  }
}
.price .kit-option__main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.price .kit-option__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-top: auto;
}

.price .kit-option .kit-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.price .kit-option .area-img {
  position: relative;
  width: 100%;
}

.price .kit-option .area-img img {
  max-width: 280px;
  margin: 0 auto;
  display: block;
  width: 100%;
  height: auto;
}

.price .kit-option .kit-col--left > strong:first-of-type {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.35;
  color: #083d4a;
}

.price .kit-option .days {
  display: block;
  margin-top: -10px;
  font-size: 18px;
  color: #6e7278;
}

.price .kit-option .kit-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  text-align: left;
}

.price .kit-option .kit-price strong {
  font-size: 72px;
  font-weight: 700;
  line-height: 1.3;
  color: #083d4a;
  font-feature-settings: "tnum";
}

.price .kit-option .kit-price div {
  font-size: 22px;
  font-weight: 500;
  color: #6e7278;
}

.price .kit-option .divisor {
  display: block;
  width: 100%;
  max-width: 321px;
  height: 1px;
  background: #e0e0e0;
}

.price .kit-option .garantias {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}

.price .kit-option .garantias li {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px 10px 10px 20px;
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 5px;
  font-size: 18px;
  color: #083d4a;
  text-transform: uppercase;
  text-align: left;
}

.price .kit-option .garantia-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  -o-object-fit: contain;
     object-fit: contain;
}

.price .kit-option .garantia-item--off .garantia-icon {
  width: 28px;
  height: 28px;
}

.price .kit-option .btn-cta {
  display: block;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  transition: 0.3s ease;
  position: relative;
  z-index: 5;
}

.price .kit-option .btn-cta img {
  width: 100%;
  height: auto;
  display: block;
}

.price .kit-option .btn-cta:hover {
  transform: translateY(-2px);
}

.price .kit-option .bandeiras {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

@media (max-width: 1100px) {
  .price .kit-option .bandeiras {
    width: 100%;
  }
}
.price .kit-option .bandeiras img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.price .kit-option .valores {
  font-size: 20px;
  font-weight: 600;
  color: #6E7278;
  margin-bottom: 0;
}

@media (max-width: 415px) {
  .price .kit-option .valores {
    font-size: 14px;
  }
  .price .kit-option.kit-option--popular .valores {
    font-weight: bold !important;
  }
  .price .kit-option.kit-option--popular .valores s {
    font-weight: bold !important;
  }
  .price .kit-option.kit-option--popular .valores span {
    font-weight: bold !important;
  }
}
.price .kit-option .valores s {
  margin: 0 4px;
  font-weight: 500;
  color: #6E7278;
  text-decoration: line-through;
}

.price .kit-option .valores span {
  color: #083d4a;
  font-weight: 500;
}

.price .kit-option .save {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 84px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #0e7687;
  color: #fff;
  line-height: 1.15;
  text-align: center;
  transform: rotate(-12deg);
}

.price .kit-option .save strong,
.price .kit-option .save small {
  font-size: 11px;
  font-weight: 500;
}

.price .kit-option .save b {
  font-size: 16px;
  font-weight: 700;
}

@media (max-width: 900px) {
  .price .kit-option .kit-col--left > strong:first-of-type {
    font-size: 24px;
  }
  .price .kit-option .kit-price strong {
    font-size: 56px;
  }
}
@media (max-width: 1100px) {
  .price .kit-option__main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    align-items: center;
  }
  .price .kit-option .kit-col--left {
    align-items: center;
    text-align: center;
  }
  .price .kit-option .kit-col--right {
    align-items: stretch;
    text-align: left;
  }
  .price .kit-option .kit-col--right .kit-price {
    justify-content: flex-start;
  }
  .price .kit-option .kit-col--right .divisor {
    max-width: 100%;
  }
  .price .kit-option .area-img img {
    max-width: 100%;
  }
  .price .kit-option .garantias li {
    font-size: 13px;
    padding: 8px 8px 8px 12px;
    gap: 10px;
  }
  .price .kit-option .garantia-icon {
    width: 28px;
    height: 28px;
  }
  .price .kit-option .garantia-item--off .garantia-icon {
    width: 22px;
    height: 22px;
  }
  .price .kit-option .kit-price strong {
    font-size: 48px;
  }
  .price .kit-option .kit-price div {
    font-size: 16px;
  }
}
.pricing__trust {
  display: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-top: 24px;
  padding-top: 32px;
}
@media (min-width: 768px) {
  .pricing__trust {
    display: flex;
  }
}

.pricing__trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.pricing__trust-item:last-child {
  border-right: none;
}
.pricing__trust-item svg {
  width: 28px;
  height: 28px;
  color: #0e7687;
  flex-shrink: 0;
}
.pricing__trust-item span {
  font-size: 13px;
  font-weight: 600;
  color: #083d4a;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .pricing__trust-item span {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .pricing__trust-item {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    width: 100%;
    justify-content: center;
  }
  .pricing__trust-item:last-child {
    border-bottom: none;
  }
}

.guarantee {
  background: linear-gradient(90deg, #022e35 0%, #0d424b 24.1%, #0e7687 50.335%, #0d424b 79.735%, #022e35 100%);
}
.guarantee .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  text-align: center;
}

.guarantee__badge img {
  width: 180px;
  height: 180px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50px;
}
@media (min-width: 768px) {
  .guarantee__badge img {
    width: 220px;
    height: 220px;
  }
}
@media (min-width: 1024px) {
  .guarantee__badge img {
    width: 254px;
    height: 254px;
    border-radius: 70px;
  }
}

.guarantee__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 800px;
}
.guarantee__content .section-label {
  display: block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 5.44px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
}

.guarantee__title {
  font-family: "Sora", "Montserrat", sans-serif;
  font-size: clamp(26px, 4vw, 36px);
  font-weight: 600;
  color: #ffffff;
  line-height: 1.3;
}
.guarantee__title .highlight--light {
  color: #fed47f;
  -webkit-text-fill-color: #fed47f;
}

.guarantee__desc {
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.7;
  max-width: 760px;
}
@media (min-width: 768px) {
  .guarantee__desc {
    font-size: 17px;
  }
}
@media (min-width: 1024px) {
  .guarantee__desc {
    font-size: 18px;
  }
}
.guarantee__desc b {
  font-weight: 700;
  color: #ffffff;
}
.guarantee__desc a {
  color: #fed47f;
  text-decoration: underline;
}
.guarantee__desc a:hover {
  opacity: 0.85;
}

.guarantee__cta {
  display: flex;
  justify-content: center;
  margin-top: 8px;
}
.guarantee__cta .btn-cta {
  background: linear-gradient(-90deg, #a4823d 0%, #ffd580 51%, #a4823d 100%);
  border-bottom: none;
  border-radius: 100px;
  color: #083d4a;
  font-weight: 700;
  font-size: 16px;
  padding: 18px 48px;
  min-width: 280px;
  box-shadow: 0 6px 20px rgba(164, 130, 61, 0.4);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  width: auto;
}
@media (min-width: 768px) {
  .guarantee__cta .btn-cta {
    font-size: 18px;
    min-width: 404px;
  }
}
.guarantee__cta .btn-cta:hover {
  background: linear-gradient(-90deg, #c9a24e 0%, #ffe099 51%, #c9a24e 100%);
  box-shadow: 0 10px 28px rgba(164, 130, 61, 0.5);
  transform: translateY(-2px);
  color: #083d4a;
}

.faq {
  background-color: #ffffff;
  padding-block: 80px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .faq {
    padding-block: 100px;
  }
}
.faq .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.faq__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
  position: relative;
}

.faq__display {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -87%);
  font-size: 140px;
  font-weight: 900;
  color: rgba(8, 56, 64, 0.06);
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  line-height: 1;
  z-index: 0;
}
@media (min-width: 768px) {
  .faq__display {
    display: block;
  }
}

.faq__title {
  font-size: clamp(26px, 5vw, 48px);
  font-weight: 700;
  color: #0e7687;
  line-height: 1.2;
  position: relative;
  z-index: 1;
}

.faq__accordion {
  width: 100%;
  max-width: 880px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq__item {
  border-radius: 10px;
  overflow: hidden;
  background: #e8fcff;
  transition: background 0.3s ease;
}
.faq__item.is-active {
  background: #0e7687;
}
.faq__item.is-active .faq__question p {
  color: #ffffff;
}
.faq__item.is-active .faq__toggle svg {
  stroke: #ffffff;
  transform: rotate(180deg);
}

.faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.faq__question:focus-visible {
  outline: 2px solid #0e7687;
  outline-offset: -2px;
}
.faq__question p {
  font-size: 16px;
  font-weight: 500;
  color: #083d4a;
  line-height: 1.4;
  transition: color 0.3s ease;
}
@media (min-width: 768px) {
  .faq__question p {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .faq__question p {
    font-size: 20px;
  }
}

.faq__toggle {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.faq__toggle svg {
  width: 100%;
  height: 100%;
  stroke: #083d4a;
  transition: transform 0.3s ease, stroke 0.3s ease;
  fill: none;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.faq__answer.is-open {
  max-height: 500px;
}
.faq__answer p {
  padding: 16px 24px 20px;
  font-size: 15px;
  font-weight: 400;
  color: #083d4a;
  line-height: 1.7;
  background: #ffffff;
}
@media (min-width: 768px) {
  .faq__answer p {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .faq__answer p {
    font-size: 18px;
  }
}

.faq__cta {
  display: flex;
  justify-content: center;
}
.faq__cta .btn-cta {
  background: linear-gradient(-90deg, #a4823d 0%, #ffd580 51%, #a4823d 100%);
  border-bottom: none;
  border-radius: 100px;
  color: #083d4a;
  font-weight: 700;
  font-size: 16px;
  padding: 18px 48px;
  min-width: 280px;
  box-shadow: 0 6px 20px rgba(164, 130, 61, 0.4);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  width: auto;
}
@media (min-width: 768px) {
  .faq__cta .btn-cta {
    font-size: 18px;
    min-width: 404px;
  }
}
.faq__cta .btn-cta:hover {
  background: linear-gradient(-90deg, #c9a24e 0%, #ffe099 51%, #c9a24e 100%);
  box-shadow: 0 10px 28px rgba(164, 130, 61, 0.5);
  transform: translateY(-2px);
  color: #083d4a;
}

.site-footer {
  background: linear-gradient(90deg, #022e35 0%, #0d424b 24.1%, #0e7687 50.335%, #0d424b 79.735%, #022e35 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.footer__logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  padding: 40px 20px 32px;
}
@media (min-width: 768px) {
  .footer__logo {
    padding: 56px 32px 40px;
  }
}
.footer__logo img {
  width: 232px;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}
.footer__logo .logo-gluco {
  font-family: "Montserrat", sans-serif;
  font-size: 19px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.5px;
}
@media (min-width: 768px) {
  .footer__logo .logo-gluco {
    font-size: 23.54px;
  }
}
.footer__logo .logo-serene {
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.5px;
  background: linear-gradient(-90deg, rgb(255, 211, 123) 0%, rgb(164, 130, 61) 27.404%, rgb(255, 213, 128) 65.865%, rgb(164, 130, 61) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
@media (min-width: 768px) {
  .footer__logo .logo-serene {
    font-size: 25.68px;
  }
}

.footer__nav {
  padding: 0 20px 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .footer__nav {
    padding: 0 32px 40px;
  }
}
.footer__nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__nav a {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: color 0.3s ease;
}
@media (min-width: 768px) {
  .footer__nav a {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .footer__nav a {
    font-size: 18px;
  }
}
.footer__nav a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.footer__divider {
  width: calc(100% - 40px);
  max-width: 1041px;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  border: none;
  margin: 0 auto;
}

.footer__disclaimer {
  padding: 32px 20px;
  max-width: 1073px;
  text-align: center;
}
@media (min-width: 768px) {
  .footer__disclaimer {
    padding: 40px 32px;
  }
}
.footer__disclaimer p {
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.7;
}
@media (min-width: 768px) {
  .footer__disclaimer p {
    font-size: 14px;
  }
}

.footer__copyright {
  width: 100%;
  background: #0e7687;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding: 24px 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .footer__copyright {
    padding: 32px 32px;
  }
}
.footer__copyright p {
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
}
@media (min-width: 768px) {
  .footer__copyright p {
    font-size: 16px;
  }
}/*# sourceMappingURL=style.css.map */