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

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #111827;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
}

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

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

ul {
  list-style: none;
}

.site-header {
  width: 100%;
  background: #ffffff;
}
.site-header__container {
  max-width: 1092px;
  width: 100%;
  margin: 0 auto;
  padding: 0 32px;
  border-bottom: 1px solid #e5e7eb;
}
.site-header__top-bar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px 0;
  width: 100%;
}
.site-header__utility {
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}
.site-header__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #6b7280;
  line-height: 1.3;
}
.site-header__meta-city {
  white-space: nowrap;
}
.site-header__meta-divider {
  display: block;
  width: 1px;
  height: 14px;
  background-color: #6b7280;
  flex-shrink: 0;
}
.site-header__weather {
  display: flex;
  align-items: center;
  gap: 4px;
}
.site-header__weather-icon {
  font-size: 16px;
  line-height: 1;
  flex-shrink: 0;
}
.site-header__temp {
  color: #f59e0b;
  white-space: nowrap;
}
.site-header__date {
  white-space: nowrap;
}
.site-header__search {
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 282px;
  width: 100%;
  padding: 9px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  cursor: pointer;
}
.site-header__search-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.site-header__search-placeholder {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #6b7280;
  line-height: 1.3;
  white-space: nowrap;
}
.site-header__main-nav {
  display: flex;
  align-items: center;
  width: 100%;
}
.site-header__nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-wrap: nowrap;
}
.site-header__nav-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 12px;
}
.site-header__nav-link {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #374151;
  line-height: 1.6;
  white-space: nowrap;
  transition: color 0.2s;
}
.site-header__nav-link:hover {
  color: #1e3a8a;
}
.site-header__nav-divider {
  display: block;
  width: 1px;
  height: 20px;
  background-color: #d1d5db;
  flex-shrink: 0;
}

.portal-logo {
  display: flex;
  align-items: center;
  gap: 20px;
  min-width: 320px;
  flex-shrink: 0;
  text-decoration: none;
}
.portal-logo__mark {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
}
.portal-logo__mark img {
  width: 70px;
  height: 70px;
}
.portal-logo__name {
  font-family: "DM Serif Display", serif;
  font-size: clamp(24px, 3.5vw, 38px);
  font-weight: 400;
  font-style: normal;
  color: #374151;
  line-height: 1.1;
  letter-spacing: -0.38px;
}

.page {
  width: 100%;
}
.page__container {
  max-width: 1156px;
  width: 100%;
  margin: 0 auto;
  padding: 0 32px;
}

.site-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 32px;
  width: 100%;
}

.article {
  flex: 0 0 720px;
  max-width: 720px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.hero {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 24px;
}
.hero__breadcrumbs {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #6b7280;
  line-height: 1.5;
}
.hero__breadcrumb-link {
  text-decoration: underline;
  cursor: pointer;
}
.hero__breadcrumb-sep {
  color: #6b7280;
}
.hero__breadcrumb-current {
  color: #6b7280;
}
.hero__title {
  font-family: "Merriweather", serif;
  font-size: clamp(28px, 5vw, 42px);
  font-weight: 700;
  font-style: normal;
  color: #1e3a8a;
  line-height: 1.2;
}
.hero__title--green {
  color: #16a34a;
}
.hero__opening {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hero__compare-slider {
  position: relative;
  width: 100%;
  height: 402px;
  border-radius: 8px;
  overflow: hidden;
  cursor: col-resize;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
}
.hero__compare-sharp {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  display: block;
  max-width: none;
}
.hero__compare-blur-wrap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  clip-path: inset(0 50% 0 0);
}
.hero__compare-blurred {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  filter: blur(10px);
  display: block;
}
.hero__compare-divider {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 100%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: col-resize;
}
.hero__compare-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}
.hero__compare-btn img {
  width: 20px;
  height: 10px;
  display: block;
}
.hero__urgent-caption {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 0;
}
.hero__pulse-icon {
  position: relative;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero__pulse-dot {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #dc2626;
  z-index: 3;
}
.hero__pulse-ring {
  position: absolute;
  border-radius: 50%;
  background-color: rgba(220, 38, 38, 0.3);
  animation: pulse-expand 2s ease-out infinite;
}
.hero__pulse-ring--1 {
  width: 10px;
  height: 10px;
  animation-delay: 0s;
}
.hero__pulse-ring--2 {
  width: 10px;
  height: 10px;
  animation-delay: 0.7s;
}
.hero__urgent-text {
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  max-width: 608px;
  padding-top: 2px;
}
.hero__urgent-p {
  font-family: "Inter", sans-serif;
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 400;
  color: #dc2626;
  line-height: 1.6;
}
.hero__urgent-p strong {
  font-weight: 700;
}
.hero__lead {
  font-family: "Inter", sans-serif;
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 700;
  color: #111827;
  line-height: 1.5;
}

@keyframes pulse-expand {
  0% {
    width: 10px;
    height: 10px;
    opacity: 0.8;
  }
  100% {
    width: 32px;
    height: 32px;
    opacity: 0;
  }
}
.article-body {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 24px;
}
.article-body__display {
  padding: 0;
}
.article-body__display-text {
  border-left: 2px solid #1e40af;
  padding: 16px 24px;
}
.article-body__display-p {
  font-family: "Merriweather", serif;
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 700;
  color: #1e3a8a;
  line-height: 1.35;
}
.article-body__display-regular {
  font-weight: 400;
}
.article-body__display-bold {
  font-weight: 700;
}
.article-body__specialist {
  display: flex;
  align-items: center;
  gap: 32px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 16px 24px;
}
.article-body__specialist-media {
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  border-radius: 999px;
  overflow: hidden;
}
.article-body__specialist-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.article-body__specialist-info {
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  justify-content: center;
}
.article-body__specialist-name {
  font-family: "Inter", sans-serif;
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 600;
  color: #111827;
  line-height: 1.5;
}
.article-body__specialist-title {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #111827;
  line-height: 1.3;
}
.article-body__text {
  font-family: "Inter", sans-serif;
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 400;
  color: #111827;
  line-height: 1.6;
}
.article-body__text--danger-bold {
  font-weight: 700;
  color: #dc2626;
  font-size: clamp(17px, 1.6vw, 20px);
}
.article-body__text--danger {
  color: #dc2626;
  font-weight: 700;
}
.article-body__text--bold-lg {
  font-weight: 700;
  font-size: clamp(17px, 1.6vw, 20px);
}
.article-body__heading {
  display: flex;
  align-items: center;
  padding-top: 24px;
}
.article-body__h2 {
  font-family: "Merriweather", serif;
  font-size: clamp(20px, 2.5vw, 24px);
  font-weight: 700;
  color: #111827;
  line-height: 1.3;
}
.article-body__charts {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.article-body__chart-wrap {
  flex: 1 0 0;
  min-width: 250px;
  border-radius: 8px;
  overflow: hidden;
}
.article-body__chart-img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.symptoms-box {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  padding: 33px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1), 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  margin-top: 24px;
}
.symptoms-box__text-wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.symptoms-box__title {
  font-family: "Merriweather", serif;
  font-size: clamp(18px, 2.2vw, 22px);
  font-weight: 700;
  color: #1e3a8a;
  line-height: 1.4;
}
.symptoms-box__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-left: 16px;
}
.symptoms-box__item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Inter", sans-serif;
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 400;
  color: #111827;
  line-height: 1.6;
}
.symptoms-box__check {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.symptoms-box__media {
  width: 100%;
  max-width: 434px;
  border-radius: 8px;
  overflow: hidden;
}
.symptoms-box__img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.symptoms-box__conclusion {
  font-family: "Inter", sans-serif;
  font-size: clamp(17px, 1.6vw, 20px);
  font-weight: 400;
  color: #111827;
  line-height: 1.6;
  width: 100%;
}
.symptoms-box__conclusion strong {
  font-weight: 700;
}
.symptoms-box__conclusion--danger {
  color: #dc2626;
  font-weight: 700;
}

.process-steps {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 24px;
}
.process-steps__step {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  justify-content: center;
}
.process-steps__circle {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
}
.process-steps__circle img {
  width: 100px;
  height: 100px;
}
.process-steps__text {
  flex: 1 0 0;
  min-width: 250px;
  font-family: "Inter", sans-serif;
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 400;
  color: #111827;
  line-height: 1.6;
}
.process-steps__text--brand {
  font-weight: 700;
  color: #1e3a8a;
}

.info-box {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 32px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  margin-top: 24px;
}
.info-box__title {
  font-family: "Merriweather", serif;
  font-size: clamp(18px, 2.2vw, 22px);
  font-weight: 700;
  color: #1e3a8a;
  line-height: 1.4;
}
.info-box__title--green {
  color: #16a34a;
}
.info-box__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-left: 16px;
}
.info-box__item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Inter", sans-serif;
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 400;
  color: #111827;
  line-height: 1.6;
}
.info-box__item strong {
  font-weight: 600;
}
.info-box__check {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.info-box__check--green {
  filter: hue-rotate(136deg);
}
.info-box__footer-text {
  font-family: "Inter", sans-serif;
  font-size: clamp(17px, 1.6vw, 20px);
  font-weight: 700;
  color: #111827;
  line-height: 1.6;
}

.testimonials {
  display: flex;
  flex-direction: column;
  padding-top: 32px;
}
.testimonials__item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 32px;
  justify-content: center;
  padding: 32px 0;
  position: relative;
}
.testimonials__item--bordered {
  border-bottom: 1px solid #e5e7eb;
}
.testimonials__quote-icon {
  position: absolute;
  left: 217px;
  top: 73px;
  width: 81px;
  height: 71px;
  pointer-events: none;
  z-index: 0;
}
.testimonials__quote-icon img {
  width: 81px;
  height: 71px;
}
.testimonials__author {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-shrink: 0;
  width: 200px;
  z-index: 1;
}
.testimonials__author-media {
  width: 200px;
  height: 200px;
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
}
.testimonials__author-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.testimonials__author-caption {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 2px;
}
.testimonials__author-name {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #374151;
  line-height: 1.3;
}
.testimonials__author-city {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #6b7280;
  line-height: 1.3;
}
.testimonials__content {
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  gap: 16px;
  min-width: 250px;
  z-index: 1;
}
.testimonials__headline {
  font-family: "Inter", sans-serif;
  font-size: clamp(17px, 1.6vw, 20px);
  font-weight: 700;
  color: #374151;
  line-height: 1.6;
}
.testimonials__text {
  font-family: "Inter", sans-serif;
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 400;
  color: #111827;
  line-height: 1.6;
}
.testimonials__text strong {
  font-weight: 600;
}

.info-box-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-top: 24px;
}
.info-box-wrap__product-media {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  margin-bottom: -120px;
  z-index: 2;
  position: relative;
}
.info-box-wrap__product-img {
  width: 357px;
  height: 269px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.info-box-wrap__box {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 120px 32px 32px;
  background: rgba(239, 246, 255, 0.4);
  border: 1px solid #bfdbfe;
  border-radius: 16px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.info-box-wrap__header {
  display: flex;
  align-items: center;
  justify-content: center;
}
.info-box-wrap__title {
  font-family: "Merriweather", serif;
  font-size: clamp(20px, 2.5vw, 24px);
  font-weight: 700;
  color: #1e3a8a;
  line-height: 1.3;
  text-align: center;
  max-width: 522px;
}
.info-box-wrap__text {
  font-family: "Inter", sans-serif;
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 400;
  color: #111827;
  line-height: 1.6;
}
.info-box-wrap__text strong {
  font-weight: 700;
}
.info-box-wrap__feature {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.info-box-wrap__feature-header {
  display: flex;
  align-items: center;
  gap: 16px;
}
.info-box-wrap__check {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  filter: hue-rotate(136deg);
}
.info-box-wrap__feature-title {
  font-family: "Inter", sans-serif;
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 700;
  color: #1e3a8a;
  line-height: 1.6;
}
.info-box-wrap__before-after {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
.info-box-wrap__ba-wrap {
  flex: 1 0 0;
  min-width: 0;
  height: 231px;
  max-height: 231px;
  border-radius: 8px;
  overflow: hidden;
}
.info-box-wrap__ba-wrap--after {
  border: 2px solid #22c55e;
}
.info-box-wrap__ba-wrap--before {
  border: 2px solid #dc2626;
}
.info-box-wrap__ba-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.info-box-wrap__caption {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 16px;
  border-bottom: 1px solid #bfdbfe;
}
.info-box-wrap__caption-line {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #6b7280;
  line-height: 1.3;
}
.info-box-wrap__caption-line strong {
  font-weight: 700;
  color: #6b7280;
}
.info-box-wrap__caption--green {
  font-weight: 700;
  color: #16a34a;
}
.info-box-wrap__caption--danger {
  font-weight: 700;
  color: #dc2626;
}

.editors-note-wrap {
  margin-top: 24px;
}

.editors-note {
  background: #f9fafb;
  border-left: 2px solid #1e40af;
  border-radius: 8px;
  padding: 32px;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1), 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}
.editors-note__text-wrap {
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  gap: 8px;
  padding-right: 10px;
}
.editors-note__header {
  display: flex;
  align-items: center;
  gap: 8px;
}
.editors-note__icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.editors-note__label {
  font-family: "Inter", sans-serif;
  font-size: clamp(17px, 1.6vw, 20px);
  font-weight: 700;
  color: #1e3a8a;
  line-height: 1.6;
  white-space: nowrap;
}
.editors-note__text {
  font-family: "Inter", sans-serif;
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 400;
  color: #374151;
  line-height: 1.6;
}
.editors-note__text strong {
  font-weight: 700;
  color: #374151;
}
.editors-note__text--danger {
  font-weight: 700;
  color: #dc2626;
}

.cta {
  padding: 24px 0;
}
.cta__link {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: clamp(18px, 2.2vw, 24px);
  font-weight: 700;
  color: #0000ee;
  text-decoration: underline;
  text-decoration-style: solid;
  line-height: 1.3;
  text-align: center;
  padding: 8px 16px;
  cursor: pointer;
}
.cta__link:hover {
  opacity: 0.8;
}

.comments {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 48px;
}
.comments__heading {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.comments__title {
  font-family: "Merriweather", serif;
  font-size: clamp(20px, 2.5vw, 24px);
  font-weight: 700;
  color: #111827;
  line-height: 1.3;
}
.comments__subtitle {
  font-family: "Inter", sans-serif;
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 400;
  color: #111827;
  line-height: 1.6;
}
.comments__subtitle strong {
  font-weight: 700;
}
.comments__list {
  display: flex;
  flex-direction: column;
}
.comments__comment {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  max-width: 684px;
  padding: 24px 0 25px;
  border-bottom: 1px solid #d1d5db;
}
.comments__avatar {
  position: relative;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  overflow: hidden;
}
.comments__avatar--initials {
  display: flex;
  align-items: center;
  justify-content: center;
}
.comments__avatar-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.comments__avatar-letter {
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
.comments__content {
  flex: 1 0 0;
  min-width: 0;
}
.comments__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap-y: 4px;
  margin-bottom: 8px;
}
.comments__left {
  display: flex;
  flex: 1 0 0;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 12px;
}
.comments__name {
  font-family: "Inter", sans-serif;
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 600;
  color: #111827;
  line-height: 1.6;
  white-space: nowrap;
}
.comments__badge {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #dbeafe;
  padding: 4px 8px;
  border-radius: 999px;
  flex-shrink: 0;
}
.comments__badge-icon {
  width: 12px;
  height: 12px;
  filter: hue-rotate(224deg);
}
.comments__badge-text {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #1d4ed8;
  line-height: 1;
  letter-spacing: 0.36px;
  white-space: nowrap;
}
.comments__time {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #6b7280;
  line-height: 1.5;
  white-space: nowrap;
  flex-shrink: 0;
}
.comments__text {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #374151;
  line-height: 1.6;
  margin-bottom: 8px;
}
.comments__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 16px;
}
.comments__rating {
  display: flex;
  align-items: center;
}
.comments__like {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}
.comments__reply {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}
.comments__action-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.comments__action-count {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #6b7280;
  line-height: 1.3;
  text-align: center;
  white-space: nowrap;
}
.comments__action-label {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #6b7280;
  line-height: 1.3;
  white-space: nowrap;
}
.comments__cta {
  padding-top: 8px;
}

.aside {
  flex: 0 0 340px;
  max-width: 340px;
  display: flex;
  flex-direction: column;
  padding-top: 24px;
}
.aside__related {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-bottom: 8px;
}
.aside__related-title {
  font-family: "Merriweather", serif;
  font-size: clamp(20px, 2.5vw, 24px);
  font-weight: 700;
  color: #111827;
  line-height: 1.3;
}
.aside__articles-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.aside__article {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #cdcdcd;
}
.aside__article-media {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
}
.aside__article-img {
  width: 64px;
  height: 64px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  display: block;
}
.aside__article-text {
  flex: 1 0 0;
  min-width: 0;
}
.aside__article-link {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #111827;
  line-height: 1.6;
  display: block;
}
.aside__article-link:hover {
  color: #1e3a8a;
}
.aside__sticky-wrap {
  flex: 1 0 0;
}
.aside__sticky {
  position: sticky;
  top: 24px;
  padding: 32px 0;
}
.aside__editors-note {
  display: flex;
  flex-direction: column;
  gap: 24px;
  background: #eff6ff;
  border-left: 2px solid #1e40af;
  border-radius: 8px;
  padding: 32px;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1), 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}
.aside__editors-note-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-right: 10px;
}
.aside__editors-note-header {
  display: flex;
  align-items: center;
  gap: 8px;
}
.aside__editors-note-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.aside__editors-note-label {
  font-family: "Inter", sans-serif;
  font-size: clamp(17px, 1.6vw, 20px);
  font-weight: 700;
  color: #1e3a8a;
  line-height: 1.6;
  white-space: nowrap;
}
.aside__editors-note-body {
  font-family: "Inter", sans-serif;
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 400;
  color: #374151;
  line-height: 1.6;
}
.aside__editors-note-body strong {
  font-weight: 700;
  color: #374151;
}
.aside__editors-note-body--danger {
  font-weight: 700;
  color: #dc2626;
}
.aside__cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 32px;
  background: #f59e0b;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
}
.aside__cta-btn-text {
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #111827;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
.aside__cta-btn-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

@media (max-width: 1024px) {
  .site-wrapper {
    gap: 24px;
  }
  .article {
    flex: 1 1 0;
    max-width: 100%;
  }
  .aside {
    flex: 0 0 280px;
    max-width: 280px;
  }
  .portal-logo {
    min-width: unset;
    gap: 12px;
  }
  .testimonials__quote-icon {
    display: none;
  }
}
@media (max-width: 768px) {
  .page__container {
    padding: 0 16px;
  }
  .site-header__container {
    padding: 0 16px;
  }
  .site-wrapper {
    flex-direction: column;
  }
  .article {
    flex: none;
    width: 100%;
    max-width: 100%;
  }
  .aside {
    display: none;
  }
  .portal-logo {
    min-width: unset;
  }
  .portal-logo__mark {
    width: 48px;
    height: 48px;
  }
  .portal-logo__mark img {
    width: 48px;
    height: 48px;
  }
  .portal-logo__name {
    font-size: clamp(20px, 5vw, 28px);
  }
  .site-header__main-nav {
    display: none;
  }
  .site-header__top-bar {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 16px 0;
  }
  .site-header__logo {
    order: 2;
    justify-content: center;
  }
  .site-header__utility {
    order: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 0;
  }
  .site-header__meta {
    justify-content: center;
  }
  .site-header__search {
    display: none;
  }
  .hero__compare-slider {
    height: 260px;
  }
  .testimonials__item {
    flex-direction: column;
  }
  .testimonials__author {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .testimonials__author-media {
    width: 140px;
    height: 140px;
    flex-shrink: 0;
  }
  .testimonials__author-caption {
    align-items: center;
    text-align: center;
  }
  .info-box-wrap__product-img {
    width: 350px;
    height: auto;
  }
  .info-box-wrap__ba-wrap {
    height: 120px;
  }
  .symptoms-box {
    padding: 20px;
  }
  .info-box {
    padding: 20px;
  }
  .info-box-wrap__box {
    padding: 100px 20px 20px;
  }
  .editors-note {
    padding: 20px;
  }
  .process-steps__step {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 480px) {
  .page__container {
    padding: 0 12px;
  }
  .site-header__container {
    padding: 0 12px;
  }
  .hero__compare-slider {
    height: 200px;
  }
  .hero__title {
    font-size: clamp(24px, 7vw, 36px);
  }
  .article-body__display-p {
    font-size: clamp(20px, 5vw, 26px);
  }
  .article-body__specialist {
    flex-direction: column;
    gap: 16px;
  }
  .symptoms-box {
    padding: 16px;
    gap: 20px;
  }
  .info-box {
    padding: 16px;
  }
  .info-box-wrap__box {
    padding: 100px 16px 16px;
  }
  .editors-note {
    padding: 16px;
  }
  .comments__comment {
    max-width: 100%;
  }
  .cta__link {
    font-size: clamp(16px, 4vw, 20px);
  }
}
.call-page {
  background-color: #f3f4f6;
  min-height: 100vh;
  padding: 24px 8px;
}
.call-page__inner {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.15);
  max-width: 1156px;
  width: 100%;
  margin: 0 auto;
}

.site-wrapper {
  padding: 0 32px 32px;
}

.call-offer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 48px 0;
  background-color: #ffffff;
}
.call-offer__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  max-width: 680px;
  width: 100%;
  text-align: center;
}
.call-offer__h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: clamp(34px, 4.5vw, 56px);
  line-height: 1.2;
  color: #16a34a;
  white-space: nowrap;
}
.call-offer__subtitle {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.5;
  color: #374151;
}
.call-offer__subtitle--green {
  color: #16a34a;
}
.call-offer__refund-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 24px 48px;
  padding-bottom: 16px;
  width: 100%;
}
.call-offer__media-wrap {
  flex-shrink: 0;
}
.call-offer__product-image {
  max-width: 357px;
  width: 100%;
  height: auto;
  display: block;
}
.call-offer__text-wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1 0 0;
  min-width: 300px;
  max-width: 442px;
  padding: 16px 0;
}
.call-offer__urgency-text {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.6;
  color: #111827;
}
.call-offer__urgency-text--red {
  color: #dc2626;
}
.call-offer__body-text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 1.3vw, 18px);
  line-height: 1.6;
  color: #111827;
}
.call-offer__alert-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 24px;
  background-color: #f3f4f6;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  flex-shrink: 0;
}
.call-offer__alert-bar-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.call-offer__alert-bar-text {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  color: #6b7280;
  text-align: center;
  white-space: nowrap;
}
.call-offer__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
}
.call-offer__cta-text {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.6;
  color: #3d3d3d;
  text-align: center;
  width: 100%;
}
.call-offer__cta-text--green {
  color: #16a34a;
}
.call-offer__button-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 24px;
  width: 100%;
}
.call-offer__divider {
  width: 100%;
  height: 1px;
  background-color: #e7e7e7;
  flex-shrink: 0;
}
.call-offer__info-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.call-offer__info-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
  width: 100%;
}
.call-offer__info-item {
  display: flex;
  flex: 1 0 0;
  gap: 8px;
  align-items: flex-start;
  min-width: 220px;
  max-width: 300px;
}
.call-offer__info-icon-wrap {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.call-offer__info-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.call-offer__info-content {
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
}
.call-offer__info-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  color: #111827;
}
.call-offer__info-line {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #111827;
}
.call-offer__contact-note {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: 1.6;
  color: #3d3d3d;
  text-align: center;
  width: 100%;
}
.call-offer__uwaga {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0 8px;
  max-width: 592px;
  width: 100%;
}
.call-offer__uwaga-header {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 34px;
  flex-shrink: 0;
}
.call-offer__uwaga-icon-wrap {
  display: flex;
  align-items: flex-start;
  padding-top: 4px;
  flex-shrink: 0;
}
.call-offer__uwaga-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.call-offer__uwaga-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  color: #dc2626;
  white-space: nowrap;
}
.call-offer__uwaga-text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: #111827;
  flex: 1 0 0;
  min-width: 270px;
}
.call-offer__uwaga-text strong {
  font-weight: 700;
}

.btn-primary {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 578px;
  width: 100%;
  min-height: 63px;
  padding: 16px 8px 16px 32px;
  background: linear-gradient(to bottom, #66bb6a, #43a047);
  border: none;
  border-bottom: 4px solid #2e7d32;
  border-radius: 8px;
  box-shadow: 0px 10px 20px 0px rgba(67, 160, 71, 0.3);
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  outline: none;
  font-family: inherit;
}
.btn-primary__text {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: clamp(18px, 2vw, 26px);
  line-height: 1.1;
  color: #ffffff;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  flex: 1 0 0;
  text-align: left;
}
.btn-primary__icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 38px;
}
.btn-primary__icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  filter: brightness(0) invert(1);
}

.btn-phone-revealed {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 16px;
  max-width: 578px;
  width: 100%;
  min-height: 70px;
  padding: 16px 32px;
  background: #ffffff;
  border: 3px solid #16a34a;
  border-radius: 8px;
  box-shadow: 0px 4px 20px 0px rgba(22, 163, 74, 0.2);
  text-decoration: none;
  cursor: pointer;
}
.btn-phone-revealed__icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  filter: invert(40%) sepia(70%) saturate(500%) hue-rotate(100deg) brightness(85%) contrast(95%);
}
.btn-phone-revealed__number {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.1;
  color: #16a34a;
  letter-spacing: 1px;
}

@media (max-width: 1024px) {
  .call-page__inner {
    max-width: 100%;
  }
  .site-wrapper {
    padding: 0 24px 24px;
  }
}
@media (max-width: 768px) {
  .call-page {
    padding: 16px 8px;
  }
  .site-wrapper {
    padding: 0 16px 24px;
  }
  .call-page__inner .site-header__container {
    padding-bottom: 8px;
  }
  .call-page__inner .site-header__top-bar {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 20px 0;
  }
  .call-page__inner .site-header__logo {
    order: 2;
    min-width: unset;
  }
  .call-page__inner .site-header__utility {
    order: 1;
    align-items: center;
    width: 100%;
  }
  .call-page__inner .site-header__meta {
    justify-content: center;
  }
  .call-page__inner .site-header__search {
    display: none;
  }
  .call-page__inner .site-header__main-nav {
    display: none;
  }
  .call-offer {
    padding: 32px 0;
    gap: 16px;
  }
  .call-offer__h1 {
    white-space: normal;
  }
  .call-offer__refund-info {
    gap: 16px 32px;
  }
  .call-offer__text-wrap {
    gap: 16px;
    padding: 8px 0;
    min-width: unset;
    max-width: 100%;
  }
  .call-offer__alert-bar {
    width: 100%;
  }
  .call-offer__alert-bar-text {
    white-space: normal;
  }
  .call-offer__cta {
    gap: 16px;
  }
  .call-offer__uwaga-text {
    text-align: center;
    min-width: unset;
  }
  .call-offer__info-wrap {
    flex-direction: column;
    align-items: center;
  }
  .call-offer__info-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 280px;
    min-width: unset;
    width: 100%;
  }
  .call-offer__info-icon-wrap {
    justify-content: center;
  }
  .call-offer__info-content {
    align-items: center;
  }
}
@media (max-width: 480px) {
  .call-page__inner .portal-logo__name {
    font-size: 24px;
  }
  .call-offer__product-image {
    max-width: 280px;
  }
  .call-offer__info-item {
    max-width: 100%;
  }
}/*# sourceMappingURL=style.css.map */