:root {
  color-scheme: light;
  --mobile-safe-bottom: max(12px, env(safe-area-inset-bottom));
}

html {
  min-width: 320px;
  min-height: 100%;
  background: #093637;
  scroll-behavior: smooth;
}

body {
  min-width: 0;
  min-height: 100%;
  height: auto;
  overflow-x: hidden;
}

body,
button,
input {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

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

.content {
  width: 100%;
  max-width: 768px;
  min-width: 0;
  margin-inline: auto;
  padding: 18px clamp(12px, 4vw, 24px) 116px;
}

.content > .row,
.content section.row {
  width: 100%;
  min-width: 0;
  margin-inline: 0;
}

.box,
.box-body,
.trust-intro,
.contact-actions,
.testimonial-section,
.proof-carousel,
.test-wrap,
.box-about {
  min-width: 0;
  max-width: 100%;
}

.logo-brand {
  width: min(238px, 68vw);
  min-height: 0;
  margin: 0 auto;
}

.logo-brand img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.box-body {
  height: auto;
  min-height: 94px;
  padding: 4px 10px 10px;
}

.btn,
.contact-action,
.testimonial-cta,
.bottom-proof,
.list {
  touch-action: manipulation;
}

.video-embed {
  display: block;
  width: 100%;
  max-width: 560px;
  aspect-ratio: 16 / 9;
  height: auto;
  margin: 12px auto;
  border: 0;
  border-radius: 12px;
  background: #061f20;
}

.video-facade {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  width: 100%;
  max-width: 560px;
  aspect-ratio: 16 / 9;
  margin: 12px auto;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(145deg, #062e2e, #0b5c50);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  text-align: left;
}

.video-facade:hover,
.video-facade:focus-visible {
  background: linear-gradient(145deg, #084940, #08705d);
}

.video-facade:focus-visible {
  outline: 3px solid rgba(142, 220, 255, 0.8);
  outline-offset: 3px;
}

.video-facade-icon {
  display: grid;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  place-items: center;
  padding-left: 3px;
  border-radius: 50%;
  color: #073c35;
  background: #8ff2cf;
  font-size: 20px;
}

.video-facade strong,
.video-facade small {
  display: block;
  word-break: normal;
}

.video-facade strong {
  font-size: 15px;
}

.video-facade small {
  margin-top: 4px;
  color: #c7e8df;
  font-size: 11px;
  font-weight: 500;
}

.desktop-sidebar {
  position: fixed;
  inset: 0 auto 0 0;
  z-index: 1002;
  display: block;
  width: min(336px, calc(100vw - 24px));
  max-width: 336px;
  height: 100dvh;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  color: #111;
  background: #f2f6f5;
  box-shadow: 16px 0 42px rgba(0, 0, 0, 0.34);
  transform: translateX(-105%);
  transition: transform 220ms ease;
  visibility: hidden;
  content-visibility: hidden;
}

.desktop-sidebar.is-open {
  transform: translateX(0);
  visibility: visible;
  content-visibility: visible;
}

.desktop-sidebar nav {
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
}

.desktop-sidebar .sidebar-nav {
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0 12px 28px;
}

.desktop-sidebar .sidebar-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: start;
  gap: 9px;
}

.desktop-sidebar .sidebar-nav > .sidebar-brand,
.desktop-sidebar .sidebar-nav > .sidebar-header2,
.desktop-sidebar .sidebar-nav > .testimonial-nav {
  grid-column: 1 / -1;
}

.desktop-sidebar .sidebar-brand {
  position: sticky;
  top: 0;
  z-index: 2;
  height: 58px;
  margin: 0 -4px 3px;
  border-radius: 0 0 15px 15px;
  font-size: 18px;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(0, 77, 153, 0.2);
}

.desktop-sidebar .sidebar-header2 {
  width: 100%;
  padding: 0;
  font-size: 14px;
}

.desktop-sidebar .sidebar-header2 a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 48px;
  padding: 9px 13px;
  border: 1px solid #d6e5e1;
  border-radius: 13px;
  color: #17312e;
  background: #fff;
  box-shadow: 0 5px 14px rgba(7, 50, 45, 0.08);
  font-weight: 700;
  word-break: normal;
}

.desktop-sidebar .sidebar-header2 .icons {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  margin: 0 10px 0 0;
  background-size: 28px 28px;
}

.desktop-sidebar .sidebar-nav > li {
  display: block;
  width: auto;
  min-width: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #dbe6e3;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 5px 14px rgba(7, 50, 45, 0.08);
}

.desktop-sidebar .sidebar-nav > li:hover {
  animation: none;
  -webkit-animation: none;
}

.desktop-sidebar .sidebar-nav > li > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-height: 76px;
  padding: 9px 8px;
  color: #17312e;
  background: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  overflow-wrap: anywhere;
  word-break: normal;
}

.desktop-sidebar .sidebar-nav > li > a:hover,
.desktop-sidebar .sidebar-nav > li > a:focus-visible {
  color: #073c35;
  background: #eaf8f3;
}

.desktop-sidebar .sidebar-nav > li > a i,
.desktop-sidebar .sidebar-nav > li > a i img {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  object-fit: contain;
}

.desktop-sidebar .sidebar-nav > li.testimonial-nav {
  border-color: #a7dfce;
  background: #073c35;
  box-shadow: 0 8px 20px rgba(7, 60, 53, 0.2);
}

.desktop-sidebar .sidebar-nav > li.testimonial-nav > a {
  flex-direction: row;
  justify-content: flex-start;
  gap: 11px;
  min-height: 58px;
  padding: 10px 14px;
  color: #fff;
  background: linear-gradient(135deg, #073c35, #0b6455);
  font-size: 14px;
  text-align: left;
}

.desktop-sidebar .testimonial-menu-icon {
  display: grid;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.14);
  font-size: 19px;
}

.desktop-sidebar .testimonial-menu-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 2px;
}

.desktop-sidebar .testimonial-menu-copy strong,
.desktop-sidebar .testimonial-menu-copy small {
  word-break: normal;
}

.desktop-sidebar .testimonial-menu-copy small {
  color: #bfe7dc;
  font-size: 11px;
  font-weight: 600;
}

.site-menu-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1001;
  display: none;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.56);
}

.site-menu-backdrop.is-open {
  display: block;
}

body.menu-open {
  overflow: hidden;
}

.native-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
  width: 100%;
  aspect-ratio: 9 / 16;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
}

.native-carousel::-webkit-scrollbar {
  display: none;
}

.native-carousel .proof-slide {
  width: 100%;
  height: 100%;
  scroll-snap-align: center;
  scroll-snap-stop: always;
}

.native-carousel .proof-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-section {
  width: 100%;
  margin: 18px 0 28px;
  padding: 22px 14px 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 20px;
  color: #fff;
  background: linear-gradient(145deg, #062e2e, #0c5248);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.testimonial-section .testimonial-kicker {
  margin: 0 0 8px;
  color: #8ff2cf;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
  word-break: normal;
}

.testimonial-section h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(22px, 5vw, 26px);
  line-height: 1.2;
  overflow-wrap: normal;
  word-break: normal;
}

.testimonial-section .testimonial-copy {
  max-width: 520px;
  margin: 10px auto 18px;
  color: #d9f1eb;
  font-size: 14px;
  line-height: 1.6;
  overflow-wrap: normal;
  word-break: normal;
}

.testimonial-section .proof-carousel {
  max-width: 400px;
  margin: 0 auto;
  overflow-x: auto;
  overflow-y: hidden;
  border-radius: 16px;
  background: #061f20;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}

.testimonial-section .proof-slide {
  position: relative;
  margin: 0;
  background: #fff;
}

.testimonial-section .proof-badge {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  padding: 10px 12px;
  border-radius: 10px;
  color: #fff;
  background: rgba(5, 31, 31, 0.9);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  text-align: left;
  overflow-wrap: normal;
  word-break: normal;
}

.testimonial-section .carousel-help {
  margin: 12px 0;
  color: #bfe2da;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  overflow-wrap: normal;
  word-break: normal;
}

.testimonial-section .testimonial-cta {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 14px auto 0;
  padding: 14px 18px;
  border-radius: 12px;
  color: #053c35;
  background: #8ff2cf;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
  overflow-wrap: normal;
  word-break: normal;
}

.testimonial-section .testimonial-cta:hover,
.testimonial-section .testimonial-cta:focus-visible {
  color: #053c35;
  background: #aaf8dd;
  text-decoration: none;
}

.testimonial-section .testimonial-note {
  margin: 12px 0 0;
  color: #a9cfc6;
  font-size: 11px;
  line-height: 1.5;
  text-align: center;
  overflow-wrap: normal;
  word-break: normal;
}

.list-wrap {
  position: fixed;
  right: auto;
  bottom: var(--mobile-safe-bottom);
  left: 50%;
  z-index: 900;
  width: min(410px, calc(100vw - 28px));
  max-width: none;
  margin: 0;
  transform: translateX(-50%);
  transition: opacity 180ms ease, transform 180ms ease;
}

.bottom-actions {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 10px;
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  cursor: default;
  animation: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.bottom-actions .list,
.bottom-actions .bottom-proof {
  min-width: 0;
  min-height: 52px;
}

.bottom-actions .list {
  display: grid;
  width: 52px;
  height: 52px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  color: #fff;
  background: #062e2e;
  box-shadow: 0 9px 24px rgba(0, 0, 0, 0.32);
  cursor: pointer;
  font-size: 0;
  line-height: 1;
}

.bottom-actions .list::before {
  content: "";
  width: 20px;
  height: 15px;
  background:
    linear-gradient(currentColor 0 0) top / 100% 2px no-repeat,
    linear-gradient(currentColor 0 0) center / 100% 2px no-repeat,
    linear-gradient(currentColor 0 0) bottom / 100% 2px no-repeat;
}

.bottom-actions .list:hover,
.bottom-actions .list:focus-visible {
  background: #0a5147;
}

.bottom-actions .list:focus-visible,
.bottom-actions .bottom-proof:focus-visible {
  outline: 3px solid rgba(142, 220, 255, 0.75);
  outline-offset: 3px;
}

.bottom-actions .bottom-proof {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 17px;
  color: #fff;
  background: linear-gradient(135deg, #168fc7, #2ab2e6);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.3);
  font-size: 14px;
  font-weight: 800;
  text-overflow: ellipsis;
  text-decoration: none;
  white-space: nowrap;
  animation: none;
}

.bottom-actions .bottom-proof:hover,
.bottom-actions .bottom-proof:focus-visible {
  color: #fff;
  background: #138bc4;
  text-decoration: none;
}

.bottom-actions .bottom-proof .icon-telegram {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  margin: 0 7px 0 0;
  background-size: 22px 22px;
}

body.livechat-open .list-wrap {
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, calc(100% + 28px));
}

body.livechat-open .mobile-dock {
  opacity: 0;
  pointer-events: none;
  transform: translateY(calc(100% + 28px));
}

.site-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: none;
  place-items: center;
  padding: max(54px, env(safe-area-inset-top)) 14px max(20px, env(safe-area-inset-bottom));
  background: rgba(1, 20, 19, 0.94);
}

.site-lightbox.is-open {
  display: grid;
}

.site-lightbox img {
  display: block;
  max-width: min(940px, 100%);
  max-height: calc(100dvh - 84px);
  width: auto;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.site-lightbox button {
  position: absolute;
  top: max(10px, env(safe-area-inset-top));
  right: 14px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  color: #fff;
  background: #073c35;
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
}

.localized-guide {
  width: 100%;
  margin: 22px auto 0;
  padding: clamp(20px, 4vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 22px;
  color: #17312e;
  background: #fff;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.16);
  word-break: normal;
  overflow-wrap: anywhere;
}

.localized-guide h1,
.localized-guide h2,
.localized-guide h3,
.localized-guide h4,
.localized-guide p,
.localized-guide li,
.localized-guide dt,
.localized-guide dd,
.localized-guide summary {
  word-break: normal;
}

.localized-guide h1,
.localized-guide > header h2 {
  margin: 0;
  color: #073c35;
  font-size: clamp(26px, 5vw, 40px);
  line-height: 1.15;
}

.localized-guide section > h2,
.localized-guide section > h3 {
  margin: 34px 0 12px;
  color: #073c35;
  font-size: clamp(21px, 3vw, 27px);
  line-height: 1.25;
}

.localized-guide .guide-card h3,
.localized-guide .guide-card h4 {
  margin: 0 0 7px;
  color: #0a5147;
  font-size: 16px;
}

.localized-guide p,
.localized-guide li,
.localized-guide dd {
  margin: 0;
  color: #405d58;
  font-size: 15px;
  line-height: 1.75;
}

.localized-guide p + p {
  margin-top: 12px;
}

.guide-kicker {
  margin: 0 0 10px !important;
  color: #08705d !important;
  font-size: 12px !important;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.guide-lead {
  margin-top: 15px !important;
  color: #294943 !important;
  font-size: 17px !important;
}

.guide-reviewed {
  margin-top: 13px !important;
  color: #6e8782 !important;
  font-size: 12px !important;
}

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

.guide-card {
  min-width: 0;
  padding: 16px;
  border: 1px solid #d4e6e1;
  border-radius: 15px;
  background: #f4faf8;
}

.localized-guide ol,
.localized-guide ul {
  margin: 12px 0 0;
  padding-left: 23px;
}

.localized-guide li + li {
  margin-top: 8px;
}

.guide-note {
  margin-top: 24px;
  padding: 18px;
  border-left: 5px solid #168b62;
  border-radius: 12px;
  background: #eaf8f3;
}

.guide-note strong {
  display: block;
  margin-bottom: 5px;
  color: #073c35;
}

.guide-faq {
  border-top: 1px solid #dbe8e4;
}

.guide-faq details {
  border-bottom: 1px solid #dbe8e4;
  padding: 4px 0;
}

.guide-faq summary {
  padding: 14px 4px;
  color: #073c35;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
}

.guide-faq details p {
  padding: 0 4px 15px;
}

.localized-guide a {
  color: #08705d;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.ugc-community {
  margin-top: 30px;
}

.ugc-community-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 340px));
  justify-content: center;
  gap: 15px;
}

.ugc-community-grid figure {
  width: 100%;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid #c8ddd7;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(7, 50, 45, 0.1);
}

.ugc-community-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  height: auto;
  object-fit: cover;
}

.ugc-community-grid figcaption {
  padding: 12px 14px;
  color: #54706b;
  font-size: 12px;
  line-height: 1.55;
}

.ugc-consent-note {
  margin: 14px 0 0;
  color: #6c8882;
  font-size: 11px;
  line-height: 1.65;
  text-align: center;
}

.info-footer {
  width: min(768px, 100%);
  margin: 18px auto 0;
  padding: 24px clamp(14px, 4vw, 28px) 118px;
  color: #d8eee9;
  text-align: center;
}

.info-footer strong {
  display: block;
  color: #fff;
  font-size: 15px;
}

.info-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px 16px;
  margin-top: 12px;
}

.info-footer a {
  color: #baf1df;
  font-size: 13px;
  font-weight: 700;
}

.info-footer p {
  margin: 12px 0 0;
  color: #abcac3;
  font-size: 11px;
  line-height: 1.6;
}

@supports (content-visibility: auto) {
  .localized-guide,
  .ugc-community,
  .info-footer,
  .proof-card {
    content-visibility: auto;
    contain-intrinsic-size: auto 700px;
  }
}

@media (max-width: 560px) {
  html {
    min-width: 0;
    scrollbar-width: none;
  }

  ::-webkit-scrollbar {
    width: 0;
    height: 0;
  }

  .content {
    padding: 14px 12px 112px;
  }

  .list-wrap {
    right: 78px;
    left: 12px;
    width: auto;
    transform: none;
  }

  .bottom-actions {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 8px;
  }

  .bottom-actions .list {
    width: 48px;
    height: 48px;
    min-height: 48px;
  }

  .bottom-actions .bottom-proof {
    min-height: 48px;
    padding: 9px 10px;
    border-radius: 15px;
    font-size: clamp(11px, 3.5vw, 13px);
  }

  body.menu-open .list-wrap,
  body.menu-open .mobile-dock {
    opacity: 0;
    pointer-events: none;
    transform: translateY(calc(100% + 28px));
  }

  body.livechat-open .list-wrap {
    transform: translateY(calc(100% + 28px));
  }

  .trust-intro {
    margin-top: 10px;
    padding: 17px 14px;
  }

  .trust-intro h1 {
    font-size: clamp(19px, 6vw, 23px);
  }

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

  .contact-action {
    min-width: 0;
    padding-inline: 8px;
    font-size: 14px;
  }

  .testimonial-section {
    padding-inline: 12px;
  }

  .bottom-proof {
    font-size: clamp(11px, 3.6vw, 14px);
    white-space: nowrap;
  }

  .bottom-proof .icon-telegram {
    flex: 0 0 22px;
  }

  .localized-guide {
    margin-top: 16px;
    padding: 21px 16px;
    border-radius: 18px;
  }

  .guide-grid {
    grid-template-columns: 1fr;
  }

  .ugc-community-grid {
    grid-template-columns: 1fr;
  }

  .info-footer {
    padding-bottom: 112px;
  }
}

@media (max-width: 350px) {
  .contact-actions {
    grid-template-columns: 1fr;
  }

  .bottom-actions {
    grid-template-columns: 46px minmax(0, 1fr);
  }

  .bottom-actions .list {
    width: 46px;
    height: 46px;
    min-height: 46px;
  }

  .bottom-actions .bottom-proof {
    padding-inline: 8px;
  }
}

@media (min-width: 900px) {
  .content {
    padding-top: 28px;
  }

  .list-wrap {
    width: min(430px, calc(100vw - 40px));
  }
}

@media (max-width: 780px) {
  .ugc-community-grid {
    grid-template-columns: minmax(0, 340px);
    justify-items: center;
  }

  .mobile-dock {
    right: 78px;
    left: 12px;
    gap: 10px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .mobile-dock a {
    min-width: 0;
    border-radius: 16px;
    box-shadow: 0 9px 24px rgba(0, 0, 0, 0.28);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .desktop-sidebar {
    transition: none;
  }

  .bottom-actions .bottom-proof {
    animation: none;
  }
}
