@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;1,600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
:root {
  --colorHeaderBg: #184362;
  --colorSurfaceBrand: #2992ce;
  --colorPrimary800: #165076;
  --colorPrimary500: #2992ce;
  --colorPrimary300: #8cc9ed;
  --colorPrimary100: #e4f0fa;
  --colorPrimary50: #f2f8fd;
  --colorPrimary950: #0a1b29;
  --colorOrange400: #ffed00;
  --colorOrange200: #fef08a;
  --colorError: #d1050c;
  --colorGreen600: #00963f;
  --colorNeutral950: #111827;
  --colorNeutral800: #374151;
  --colorNeutral200: #e5e7eb;
  --colorNeutral100: #f3f4f6;
  --colorTextPrimary: #1f2937;
  --colorTextSecondary: #111827;
  --colorTextMuted: #4b5563;
  --colorTextAccent: #1a75af;
  --colorTextInvert: #ffffff;
  --colorSurface: #ffffff;
  --colorSurfaceAlt: #f3f4f6;
  --colorLink: #0000ff;
  --containerMax: 1248px;
  --asideMax: 395px;
  --sectionPaddingX: 32px;
  --sectionPaddingYSm: 24px;
  --radiusSm: 8px;
  --radiusMd: 16px;
  --radiusXs: 4px;
  --radiusFull: 999px;
  --shadowArticle: 0 4px 8px rgba(24, 67, 98, 0.15);
  --shadowCard: 0 3px 6px rgba(0, 0, 0, 0.15);
  --fontPrimary: "Montserrat", sans-serif;
  --fontSizeH1: clamp(1.75rem, 4vw, 2.25rem);
  --fontSizeH2: clamp(1.375rem, 3vw, 1.875rem);
  --fontSizeH3: clamp(1.25rem, 2.5vw, 1.5rem);
  --fontSizeBodyMd: clamp(1rem, 2vw, 1.125rem);
  --fontSizeBodySm: clamp(0.9375rem, 1.5vw, 1rem);
  --fontSizeBodyXs: clamp(0.8125rem, 1.2vw, 0.875rem);
  --fontSizeBodyXxs: 0.75rem;
  --fontSizeLogoPrimary: clamp(1.25rem, 2.5vw, 1.75rem);
  --fontSizeLogoSecondary: clamp(0.6875rem, 1vw, 0.75rem);
  --fontSizeNav: clamp(0.875rem, 1.5vw, 1.125rem);
  --fontSizeCta: clamp(1.25rem, 3vw, 1.875rem);
  --fontSizePriceLg: clamp(2.5rem, 8vw, 4.5rem);
  --fontSizeQuoteMark: clamp(2rem, 5vw, 3.25rem);
  --transitionBase: all 0.2s ease-in-out;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}


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

html {
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  font-family: var(--fontPrimary);
  color: var(--colorTextPrimary);
  background-color: var(--colorSurfaceAlt);
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1.3;
}

p {
  margin: 0;
  padding: 0;
}

a,
button {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}

ul {
  padding: 0;
  margin: 0;
}

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

.text-bold {
  font-weight: 700;
}

.header {
  width: 100%;
}

.main {
  width: 100%;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #111111;
  color: white;
  padding: 20px;
  z-index: 10000;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out;
  font-family: "Roboto", sans-serif;
}
.cookie-banner.show {
  transform: translateY(0);
}
.cookie-banner .cookie-banner-content {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 768px) {
  .cookie-banner .cookie-banner-content {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.cookie-banner .cookie-banner-text {
  flex: 1;
  line-height: 20px;
}
.cookie-banner .cookie-banner-text p {
  margin: 0;
  color: white;
  font-size: 12px;
  line-height: 1.5;
}
.cookie-banner .cookie-banner-text a {
  color: #85ccb1;
  text-decoration: underline;
}
.cookie-banner .cookie-banner-text a:hover {
  color: #85a9b3;
}
.cookie-banner .cookie-banner-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .cookie-banner .cookie-banner-buttons {
    justify-content: flex-end;
    flex-shrink: 0;
  }
}

.cookie-btn {
  padding: 10px 20px;
  border: none;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  font-family: "Roboto", sans-serif;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}
.cookie-btn-accept {
  background-color: #19ae30;
  color: white;
}
.cookie-btn-accept:hover {
  background-color: #158026;
}
.cookie-btn-essential {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: white;
}
.cookie-btn-essential:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.cookie-btn-settings {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: white;
}
.cookie-btn-settings:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.cookie-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10001;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.cookie-modal-overlay.show {
  opacity: 1;
}

.cookie-modal {
  background-color: white;
  color: #333;
  width: 100%;
  max-width: 600px;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  max-height: 90vh;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  font-family: "Roboto", sans-serif;
}
.cookie-modal-header {
  padding: 20px;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cookie-modal-header h2 {
  margin: 0;
  font-size: 20px;
  color: #2e3641;
}
.cookie-modal-close {
  background: none;
  border: none;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  color: #999;
}
.cookie-modal-close:hover {
  color: #333;
}
.cookie-modal-body {
  padding: 20px;
  overflow-y: auto;
  flex: 1;
}
.cookie-modal-body p {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  color: #666;
}
.cookie-modal-footer {
  padding: 20px;
  border-top: 1px solid #eee;
  display: flex;
  justify-content: flex-end;
}

.cookie-category {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f5f5f5;
}
.cookie-category:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.cookie-category-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}
.cookie-category-title {
  font-weight: 700;
  font-size: 16px;
  color: #2e3641;
}
.cookie-category-desc {
  font-size: 13px;
  line-height: 18px;
  color: #777;
  margin: 0;
}

/* Switch Styles */
.cookie-switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
}
.cookie-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.cookie-switch input:checked + .cookie-slider {
  background-color: #19ae30;
}
.cookie-switch input:focus + .cookie-slider {
  box-shadow: 0 0 1px #19ae30;
}
.cookie-switch input:checked + .cookie-slider:before {
  transform: translateX(20px);
}
.cookie-switch input:disabled + .cookie-slider {
  opacity: 0.5;
  cursor: not-allowed;
}

.cookie-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 24px;
}
.cookie-slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

.clause {
  line-height: 20px;
  color: #7f919e;
  margin-bottom: 10px;
}
.clause p {
  font-size: 14px;
}
.clause a {
  color: #7f919e;
  text-decoration: underline;
}
.clause a:hover {
  color: #7f919e;
}

.terms {
  margin-top: 16px;
  font-size: 14px;
  line-height: 20px;
  color: #7f919e;
  margin-bottom: 10px;
}
.terms p {
  font-size: 14px;
}
.terms label {
  cursor: pointer;
}
.terms input[type=checkbox] {
  margin-top: 2px;
  margin-left: 0px;
  cursor: pointer;
  flex-shrink: 0;
}
.terms a {
  color: #7f919e;
  text-decoration: underline;
}

.terms-error {
  color: #e70000;
  font-size: 14px;
  margin: 8px 0;
  display: none;
}
.terms-error.show {
  display: block;
}

.disclaimer {
  font-size: 14px;
  line-height: 20px;
  color: #7f919e;
  margin-bottom: 10px;
}
.disclaimer p {
  font-size: 14px;
}

.topbar {
  width: 100%;
  background-color: var(--colorHeaderBg);
  padding: 12px 32px;
}

.topbar__container {
  max-width: var(--containerMax);
  margin: 0 auto;
  width: 100%;
}

.topbar__logoWrap {
  display: flex;
  align-items: center;
  gap: 16px;
}

.topbar__logo {
  width: 67px;
  height: 67px;
  flex-shrink: 0;
}

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

.topbar__title {
  margin: 0;
  color: var(--colorTextInvert);
  font-weight: 700;
  font-size: var(--fontSizeLogoPrimary);
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.topbar__subtitle {
  margin: 0;
  color: var(--colorTextInvert);
  font-weight: 500;
  font-size: var(--fontSizeLogoSecondary);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.navMenu {
  width: 100%;
  position: relative;
  background-color: var(--colorSurfaceBrand);
  border-bottom: 4px solid var(--colorPrimary800);
  padding: 12px 32px 16px;
  box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.25);
}

.navMenu__container {
  max-width: var(--containerMax);
  margin: 0 auto;
  width: 100%;
}

.navMenu__toggle {
  display: none;
  background: none;
  border: none;
  color: var(--colorTextInvert);
  font-size: 1.5rem;
  cursor: pointer;
  padding: 4px 8px;
  transition: var(--transitionBase);
}
.navMenu__toggle:hover {
  filter: brightness(90%);
}

.navMenu__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0;
}

.navMenu__item {
  display: flex;
  align-items: center;
}

.navMenu__separator {
  color: var(--colorTextInvert);
  opacity: 0.5;
  font-size: 14px;
  line-height: 20px;
  padding: 0 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.navMenu__link {
  display: block;
  padding: 4px 0;
  color: var(--colorTextInvert);
  font-weight: 500;
  font-size: var(--fontSizeNav);
  line-height: 1.5;
  text-transform: uppercase;
  white-space: nowrap;
  transition: var(--transitionBase);
}
.navMenu__link:hover {
  filter: brightness(90%);
}
.navMenu__link--active {
  color: var(--colorOrange400);
  font-weight: 700;
  border-bottom: 2px solid var(--colorOrange400);
}

.bcBar {
  width: 100%;
  background-color: var(--colorSurface);
  border-bottom: 1px solid var(--colorNeutral200);
  padding: 8px 32px 9px;
}

.bcBar__container {
  max-width: var(--containerMax);
  margin: 0 auto;
  width: 100%;
}

.bcBar__inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.bcBar__link {
  color: var(--colorTextAccent);
  font-size: var(--fontSizeBodyXxs);
  line-height: 1.5;
  transition: var(--transitionBase);
}
.bcBar__link:hover {
  filter: brightness(90%);
}

.bcBar__separator {
  color: var(--colorTextMuted);
  font-size: var(--fontSizeBodyXxs);
  line-height: 1.5;
}

.bcBar__current {
  color: var(--colorTextMuted);
  font-size: var(--fontSizeBodyXxs);
  line-height: 1.5;
}

@media (max-width: 950px) {
  .navMenu {
    display: none;
  }
}
@media (max-width: 768px) {
  .topbar {
    padding: 12px 16px;
  }
  .bcBar {
    padding: 8px 16px;
  }
}
.pageLayout {
  width: 100%;
  max-width: var(--containerMax);
  margin: 0 auto;
  padding: 32px 32px 0;
  display: flex;
  gap: 32px;
  align-items: flex-start;
}

.article {
  flex: 1 1 0;
  min-width: 0;
  background-color: var(--colorSurface);
  border-radius: var(--radiusMd);
  box-shadow: var(--shadowArticle);
  padding: 32px 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 80px;
}

.article__head {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0 var(--sectionPaddingX);
}

.article__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--colorError);
  color: var(--colorTextInvert);
  font-weight: 700;
  font-size: var(--fontSizeBodyXxs);
  line-height: 1.5;
  padding: 4px 16px;
  border-radius: var(--radiusXs);
  align-self: flex-start;
}

.article__title {
  margin: 0;
  color: var(--colorTextSecondary);
  font-weight: 700;
  font-size: var(--fontSizeH1);
  line-height: 1.2;
}

.article__lead {
  margin: 0;
  padding-left: 24px;
  border-left: 4px solid var(--colorPrimary500);
  color: var(--colorNeutral800);
  font-weight: 600;
  font-style: italic;
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.7;
}

figure {
  margin: 0;
}

.article__figure {
  width: 100%;
  margin: 0;
  padding: 0;
  align-self: stretch;
}

.article__image {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0;
  aspect-ratio: 821/480;
  -o-object-fit: cover;
     object-fit: cover;
}

.article__caption {
  background-color: var(--colorSurfaceAlt);
  padding: 12px var(--sectionPaddingX);
  text-align: center;
  color: var(--colorTextPrimary);
  font-size: var(--fontSizeBodySm);
  line-height: 1.3;
}

.article__section {
  padding: 0 var(--sectionPaddingX);
}

.article__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: var(--sectionPaddingYSm) 0;
  border-bottom: 1px solid var(--colorNeutral200);
}
.article__content--last {
  border-bottom: none;
}

.article__paragraph {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.article__quoteStart {
  display: flex;
  gap: 4px;
  align-items: flex-start;
}

.article__quoteMark {
  width: 63px;
  height: 56px;
  flex-shrink: 0;
  max-width: 63px;
}

.article__text {
  margin: 0;
  color: var(--colorTextPrimary);
  font-size: var(--fontSizeBodyMd);
  line-height: 1.5;
}

.article__heading {
  margin: 0;
  color: var(--colorTextSecondary);
  font-weight: 700;
  font-size: var(--fontSizeH2);
  line-height: 1.2;
}

.article__quoteBox {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: flex-start;
  background-color: var(--colorPrimary100);
  border-left: 4px solid var(--colorPrimary500);
  padding: var(--sectionPaddingYSm) var(--sectionPaddingX);
  margin: 0;
}

.article__quoteAvatar {
  width: 90px;
  height: 90px;
  border-radius: var(--radiusFull);
  border: 2px solid var(--colorPrimary500);
  overflow: hidden;
  flex-shrink: 0;
}

.article__quoteAvatarImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.article__quoteText {
  margin: 0;
  flex: 1 1 280px;
  color: var(--colorTextAccent);
  font-weight: 600;
  font-style: italic;
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.7;
}

.productCard {
  border: 1px solid var(--colorPrimary500);
  border-radius: var(--radiusSm);
  background-color: var(--colorPrimary50);
  box-shadow: var(--shadowCard);
  overflow: hidden;
  padding-bottom: 20px;
}

.productCard__header {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  background-color: var(--colorPrimary500);
  padding: 16px var(--sectionPaddingX);
}

.productCard__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 16px;
  border-radius: var(--radiusXs);
  color: var(--colorTextInvert);
  font-weight: 700;
  font-size: var(--fontSizeBodySm);
  line-height: 1.5;
}
.productCard__badge--error {
  background-color: var(--colorError);
}
.productCard__badge--ghost {
  background-color: rgba(255, 255, 255, 0.2);
}

.productCard__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  padding: 0 16px;
}
@media (max-width: 768px) {
  .productCard__body {
    grid-template-columns: 1fr;
  }
  .productCard__body img {
    max-width: 300px;
    margin: auto;
  }
}

.productCard__image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.productCard__info {
  flex: 1 1 200px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 32px 16px;
}
@media (max-width: 768px) {
  .productCard__info {
    padding: 0;
  }
}

.productCard__title {
  margin: 0;
  color: var(--colorTextPrimary);
  font-weight: 700;
  font-size: var(--fontSizeH3);
  line-height: 1.25;
}

.productCard__text {
  margin: 0;
  color: var(--colorTextPrimary);
  font-size: var(--fontSizeBodySm);
  line-height: 1.5;
}

.productCard__details {
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.featureList {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: var(--sectionPaddingYSm) 0;
}

.featureList__item {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--colorNeutral200);
}
.featureList__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.featureList__icon {
  width: 94px;
  height: 94px;
  flex-shrink: 0;
}

.featureList__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.featureList__title {
  margin: 0;
  color: var(--colorTextPrimary);
  font-weight: 600;
  font-style: italic;
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.7;
}

.featureList__text {
  margin: 0;
  color: var(--colorTextPrimary);
  font-size: var(--fontSizeBodyMd);
  line-height: 1.5;
}

.ctaLink {
  display: block;
  padding: var(--sectionPaddingYSm) var(--sectionPaddingX);
  color: var(--colorLink);
  font-weight: 700;
  font-size: var(--fontSizeCta);
  line-height: 1.5;
  text-decoration: underline;
  transition: var(--transitionBase);
}
.ctaLink:hover {
  filter: brightness(90%);
}

.comments {
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding: var(--sectionPaddingYSm) var(--sectionPaddingX) 0;
}

.comments__head {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: var(--sectionPaddingYSm) 0;
}

.comments__title {
  margin: 0;
  color: var(--colorTextSecondary);
  font-weight: 700;
  font-size: var(--fontSizeH3);
  line-height: 1.25;
}

.comments__subtitle {
  margin: 0;
  color: var(--colorTextPrimary);
  font-size: var(--fontSizeBodyMd);
  line-height: 1.5;
}

.comment {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.comment__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--colorNeutral100);
  flex-wrap: wrap;
}

.comment__user {
  display: flex;
  align-items: center;
  gap: 16px;
}

.comment__avatar {
  width: 54px;
  height: 54px;
  border-radius: var(--radiusFull);
  border: 1px dashed var(--colorPrimary300);
  background-color: var(--colorNeutral100);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--colorPrimary500);
  font-weight: 700;
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  line-height: 1.1;
  flex-shrink: 0;
}

.comment__name {
  margin: 0;
  color: var(--colorTextPrimary);
  font-weight: 700;
  font-size: var(--fontSizeBodyMd);
  line-height: 1.5;
}

.comment__time {
  margin: 0;
  color: var(--colorTextMuted);
  font-size: var(--fontSizeBodySm);
  line-height: 1.5;
  white-space: nowrap;
}

.comment__text {
  margin: 0;
  color: var(--colorTextMuted);
  font-size: var(--fontSizeBodyMd);
  line-height: 1.5;
}

.comment__likes {
  display: flex;
  align-items: center;
  gap: 10px;
}

.comment__likeIcon {
  width: 24px;
  height: 24px;
}

.comment__likeCount {
  margin: 0;
  color: var(--colorTextMuted);
  font-size: var(--fontSizeBodyMd);
  line-height: 1.5;
}

.aside {
  flex: 1 1 0;
  max-width: var(--asideMax);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.offerCard {
  background-color: var(--colorSurface);
  border-radius: var(--radiusMd);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 24px;
}

.offerCard__header {
  width: 100%;
  background-color: var(--colorGreen600);
  padding: 16px;
  text-align: center;
}

.offerCard__headerTitle {
  margin: 0;
  color: var(--colorTextInvert);
  font-weight: 800;
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  line-height: 1.5;
}

.offerCard__imageWrap {
  display: flex;
  justify-content: center;
  padding: 16px 0;
}

.offerCard__image {
  width: 100%;
  height: auto;
  max-width: 276px;
}

.offerCard__content {
  width: 100%;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.offerCard__priceWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.offerCard__priceOld {
  color: var(--colorTextMuted);
  font-size: var(--fontSizeBodyMd);
  line-height: 1.5;
  text-decoration: line-through;
}

.offerCard__price {
  color: var(--colorError);
  font-weight: 700;
  font-size: var(--fontSizePriceLg);
  line-height: 1.1;
  word-spacing: -10px;
}

.offerCard__priceNote {
  margin: 0;
  color: var(--colorTextMuted);
  font-size: var(--fontSizeBodyXs);
  line-height: 1.5;
  text-align: center;
}

.btnPrimary {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px 8px;
  background-color: var(--colorOrange400);
  border: none;
  border-radius: var(--radiusSm);
  color: var(--colorNeutral950);
  font-weight: 700;
  font-size: var(--fontSizeBodySm);
  line-height: 1.1;
  letter-spacing: 0.01em;
  text-align: center;
  cursor: pointer;
  transition: var(--transitionBase);
}
.btnPrimary:hover {
  filter: brightness(90%);
}

.relatedArticles {
  background-color: var(--colorSurface);
  border-radius: var(--radiusSm);
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.relatedArticles__title {
  margin: 0;
  color: var(--colorTextPrimary);
  font-weight: 800;
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  line-height: 1.5;
}

.relatedArticles__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.relatedArticles__item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  border-bottom: 0.5px solid var(--colorNeutral200);
  transition: var(--transitionBase);
}
.relatedArticles__item:last-child {
  border-bottom: none;
}
.relatedArticles__item:hover {
  filter: brightness(95%);
  cursor: pointer;
}

.relatedArticles__thumb {
  width: 34px;
  height: 34px;
  border-radius: var(--radiusFull);
  border: 1px solid var(--colorNeutral200);
  overflow: hidden;
  flex-shrink: 0;
}

.relatedArticles__thumbImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.relatedArticles__link {
  flex: 1;
  color: var(--colorTextMuted);
  font-size: var(--fontSizeBodyXs);
  line-height: 1.5;
}

.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

.flex {
  display: flex;
  flex-direction: column;
}

.flex-center {
  align-items: center;
}

.font-italic {
  font-style: italic;
}

.footer {
  width: 100%;
  background-color: var(--colorPrimary950);
  border-top: 1px solid var(--colorNeutral200);
  padding: 33px 32px 32px;
  text-align: center;
}

.footer .container {
  max-width: 960px;
}

footer .attachments {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px 24px;
  flex-wrap: wrap;
  margin: 20px 0;
}

.footer .text-gray {
  color: var(--colorNeutral200);
  font-size: 14px;
  line-height: 1.2;
}

.footer .attachments a {
  color: var(--colorNeutral200);
  font-size: 14px;
  text-decoration: underline;
  transition: var(--transitionBase);
}
.footer .attachments a:hover {
  filter: brightness(90%);
}

@media (max-width: 1100px) {
  .pageLayout {
    flex-direction: column;
    padding: 16px 16px 0;
    gap: 24px;
  }
  .aside {
    display: none;
  }
  .article {
    width: 100%;
  }
  .article__head,
  .article__section,
  .comments,
  .ctaLink {
    padding-left: 16px;
    padding-right: 16px;
  }
  .article__caption {
    padding-left: 16px;
    padding-right: 16px;
  }
  .productCard__header,
  .productCard__quoteBox {
    padding-left: 16px;
    padding-right: 16px;
  }
  .featureList__item {
    display: grid;
    grid-template-columns: 94px 1fr;
    -moz-column-gap: 16px;
         column-gap: 16px;
    row-gap: 10px;
    align-items: start;
  }
  .featureList__content {
    display: contents;
  }
  .featureList__icon {
    grid-column: 1;
    grid-row: 1;
  }
  .featureList__title {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
  }
  .featureList__text {
    grid-column: 1/-1;
    grid-row: 2;
  }
  .footer {
    padding: 24px 16px;
  }
}
.main--summary {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 48px 32px;
}

.callPage {
  width: 100%;
  max-width: 886px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.callPage__card {
  background-color: var(--colorSurface);
  border-radius: var(--radiusMd);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  width: 100%;
}

.callPage__beforeCta {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  padding: 16px 0;
}

.callPage__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  padding: 0 var(--sectionPaddingX);
  width: 100%;
}

.callPage__title {
  margin: 0;
  color: var(--colorGreen600);
  font-weight: 700;
  font-size: var(--fontSizeH1);
  line-height: 1.2;
  text-align: center;
}

.callPage__productWrap {
  width: 100%;
  max-width: 456px;
  display: flex;
  justify-content: center;
}

.callPage__productImg {
  width: 100%;
  max-width: 456px;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.callPage__lead {
  margin: 0;
  color: var(--colorTextPrimary);
  font-weight: 700;
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.5;
  text-align: center;
}

.callPage__leadHighlight {
  color: var(--colorError);
}

.callPage__stock {
  margin: 0;
  color: var(--colorTextPrimary);
  font-weight: 700;
  font-size: var(--fontSizeBodyMd);
  line-height: 1.5;
  text-align: center;
}

.callPage__bar {
  background-color: #f0fdf4;
  padding: 20px var(--sectionPaddingX);
  width: 100%;
}

.callPage__barText {
  margin: 0;
  color: var(--colorTextPrimary);
  font-size: var(--fontSizeBodyMd);
  line-height: 1.5;
  text-align: center;
}

.callPage__cta {
  background-color: var(--colorGreen600);
  padding: var(--sectionPaddingX);
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  width: 100%;
}

.callPage__ctaText {
  margin: 0;
  color: var(--colorTextInvert);
  font-weight: 800;
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  line-height: 1.5;
  text-align: center;
}

.callPage__ctaHighlight {
  color: var(--colorOrange400);
}

.callPage__ctaBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px 48px;
  background-color: var(--colorOrange400);
  border: none;
  border-radius: var(--radiusSm);
  color: var(--colorTextSecondary);
  font-weight: 700;
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  line-height: 1.1;
  text-align: center;
  cursor: pointer;
  transition: var(--transitionBase);
  text-decoration: none;
}
.callPage__ctaBtn:hover {
  filter: brightness(90%);
}

.callPage__ctaBtn--revealed {
  letter-spacing: 0.02em;
}

.callPage__info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
  width: 100%;
}

.callPage__infoText {
  margin: 0;
  color: var(--colorTextPrimary);
  font-size: var(--fontSizeBodyXs);
  line-height: 1.5;
}

.callPage__warning {
  margin: 0;
  color: var(--colorError);
  font-weight: 700;
  font-size: var(--fontSizeBodyXs);
  line-height: 1.5;
}

@media (max-width: 768px) {
  .main--summary {
    padding: 24px 16px;
  }
  .callPage__content {
    padding: 0 16px;
  }
  .callPage__bar {
    padding: 20px 16px;
  }
  .callPage__cta {
    padding: 24px 16px;
  }
  .callPage__ctaBtn {
    padding: 16px 24px;
    font-size: clamp(1rem, 4vw, 1.25rem);
  }
}/*# sourceMappingURL=styles.css.map */