@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/pxiEyp8kv8JHgFVrJJfecg.woff2") format("woff2");
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2") format("woff2");
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2") format("woff2");
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2") format("woff2");
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("fonts/pxiByp8kv8JHgFVrLBT5Z1xlFQ.woff2") format("woff2");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmUiAo.woff2") format("woff2");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2") format("woff2");
}

:root {
  --blue: #004aad;
  --top-bar: #02285b;
  --yellow: #ffcc08;
  --yellow-dark: #e1bc00;
  --footer: #1f1929;
  --comments-blue: #385898;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: #000;
  background: #fff;
  font-family: "Roboto", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.no-select {
  user-select: none;
}

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

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

button {
  border: 0;
  background: transparent;
  font: inherit;
  cursor: pointer;
}

[hidden] {
  display: none !important;
}

.alert-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 136px;
  padding: 20px 16px;
  background: var(--top-bar);
}

.alert-bar p {
  width: 100%;
  max-width: 1040px;
  margin: 0;
  color: #fff;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
}

.alert-bar strong {
  color: #ffff00;
  font-weight: 500;
}

.hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 90px 10px 120px;
  background: #fff;
}

.video-headline {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 36px;
  padding: 7px 8px 9px;
  background: #fafafa;
  color: #111;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}

.video-headline p {
  margin: 0;
  font-size: 16px;
  line-height: 1.1;
}

.video-headline h1 {
  margin: 3px 0 2px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.12;
}

.video-headline span {
  color: #9d0b36;
}

.video-shell {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

.video-shell vturb-smartplayer {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.logo-strip {
  width: 43%;
  max-width: 768px;
  margin-top: 70px;
}

.delayed-sections {
  background: #fff;
}

.pre-offer {
  padding: 50px 10px;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.14) 0%, #fff 55%);
  text-align: center;
}

.cta-button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  margin-right: auto;
  margin-left: auto;
  padding: 12px 24px;
  border-radius: 32px;
  background: linear-gradient(353deg, var(--yellow) 0%, var(--yellow-dark) 100%);
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.05;
  text-align: center;
}

.cta-wide {
  width: 46%;
  max-width: 520px;
}

.offer-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  background: var(--blue);
}

.offer-banner h1 {
  max-width: 1040px;
  margin: 0;
  padding: 22px 0;
  color: #fff;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}

.offer-banner span {
  color: #ffff00;
}

.product-offer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5% 10px;
  background: #fff;
}

.product-image {
  width: 75%;
  max-width: 850px;
}

.cta-product {
  width: 360px;
  max-width: calc(100vw - 32px);
  margin-top: 0;
}

.second-offer {
  padding-top: 5%;
  padding-bottom: 5%;
}

.guarantee-section {
  padding: 50px 20px;
  background: var(--blue);
}

.guarantee-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  max-width: 780px;
  margin: 0 auto;
}

.guarantee-seal {
  width: 180px;
  flex: 0 0 auto;
}

.guarantee-copy {
  color: #fff;
  font-family: "Poppins", Arial, sans-serif;
}

.guarantee-copy h2 {
  margin: 0 0 8px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

.guarantee-copy p {
  max-width: 510px;
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
}

.testimonials-section {
  padding: 55px 20px 0;
  background: #efefef;
}

.content-wide {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}

.testimonials-section h2,
.testimonials-section h3 {
  margin: 0;
  color: #000;
  font-family: "Poppins", Arial, sans-serif;
  text-align: center;
}

.testimonials-section h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
}

.testimonials-section h3 {
  margin-top: 72px;
  margin-bottom: 64px;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.25;
}

.testimonial-card {
  margin-bottom: 22px;
  padding: 24px 26px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.stars {
  color: #fbbf24;
  font-size: 16px;
  line-height: 1;
}

.testimonial-card h4 {
  margin: 8px 0 2px;
  color: #111827;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.testimonial-card .location {
  margin: 0 0 14px;
  color: #6b7280;
  font-size: 13px;
  font-style: italic;
}

.testimonial-card p {
  margin: 0;
  color: #374151;
  font-size: 14px;
  line-height: 1.6;
}

.testimonials-section .cta-wide {
  width: 42%;
  max-width: 520px;
  margin-top: 34px;
  margin-bottom: 44px;
}

.faq-section {
  padding: 40px 20px;
  background: #fff;
}

.faq-section h2 {
  margin: 0 0 28px;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.faq-item {
  overflow: hidden;
  border-radius: 5px;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 14px 18px;
  background: #0059bc;
  color: #fff;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  text-align: left;
}

.faq-icon {
  flex: 0 0 auto;
  margin-left: 18px;
  font-size: 16px;
}

.faq-answer {
  padding: 20px 24px;
  background: #0a6b68;
  color: #fff;
  font-size: 15px;
  line-height: 1.6;
}

.faq-answer p {
  margin: 0;
}

.comments-section {
  padding: 40px 20px;
  background: #fff;
}

.comments-box {
  max-width: 1120px;
  margin: 0 auto;
}

.comments-header {
  padding-bottom: 20px;
  border-bottom: 1px solid #e9ebee;
}

.comments-header p {
  margin: 0;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.comment-thread {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 12px;
}

.comment {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-family: Arial, Helvetica, sans-serif;
}

.avatar {
  width: 48px;
  height: 48px;
  object-fit: cover;
  flex: 0 0 auto;
}

.avatar-small {
  width: 36px;
  height: 36px;
}

.comment-body {
  min-width: 0;
  width: 100%;
}

.comment-body h3 {
  margin: 0;
  color: var(--comments-blue);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.comment-body p {
  margin: 4px 0 6px;
  color: #1c1e21;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.12px;
}

.comment-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  color: #90949c;
  font-size: 12px;
  line-height: 16px;
}

.comment-actions span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.comment-actions span:not(:last-child)::after {
  content: "·";
  margin-left: 4px;
  color: #1c1e21;
}

.comment-actions span:nth-child(-n+2) {
  color: #4267b2;
  cursor: pointer;
}

.like-count img {
  width: 14px;
  height: 14px;
}

.replies {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 10px;
  margin-left: 0;
  padding-left: 8px;
  border-left: 1px dotted #d3d6db;
}

.comments-footer {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 20px;
  padding-top: 8px;
  border-top: 1px solid #e9ebee;
}

.comments-footer img {
  width: 14px;
  height: 14px;
}

.comments-footer p {
  margin: 0;
  color: #385898;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.comments-closed {
  max-width: 1120px;
  margin: 22px auto 0;
  color: #000;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}

.site-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  padding: 40px 30px;
  background: var(--footer);
}

.site-footer p {
  margin: 0;
  color: #fff;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

@media (max-width: 768px) {
  .hero-section {
    padding-top: 30px;
    padding-right: 10px;
    padding-bottom: 70px;
    padding-left: 10px;
  }

  .logo-strip {
    width: 67%;
    margin-top: 44px;
  }

  .product-image {
    width: 91%;
  }

  .testimonials-section {
    padding-top: 48px;
  }
}

@media (max-width: 520px) {
  .alert-bar {
    min-height: 0;
    padding: 8px 18px 9px;
  }

  .alert-bar p {
    max-width: 335px;
    font-size: 14px;
    line-height: 1.35;
  }
}

@media (max-width: 480px) {
  .video-shell,
  .video-headline,
  .video-shell vturb-smartplayer {
    max-width: calc(100vw - 32px);
  }

  .video-headline {
    margin-bottom: 32px;
    padding: 7px 8px 8px;
  }

  .video-headline p {
    font-size: 16px;
  }

  .video-headline h1 {
    font-size: 20px;
  }

  .pre-offer {
    padding: 50px 10px;
  }

  .cta-button {
    min-height: 50px;
    font-size: 19px;
  }

  .cta-wide,
  .testimonials-section .cta-wide {
    width: 100%;
  }

  .offer-banner h1 {
    padding: 18px 0;
    font-size: 20px;
    line-height: 1.45;
  }

  .product-offer {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .cta-product {
    width: 148px;
    font-size: 17px;
  }

  .guarantee-section {
    padding: 36px 12px;
  }

  .guarantee-wrap {
    gap: 10px;
    align-items: center;
  }

  .guarantee-seal {
    width: 124px;
  }

  .guarantee-copy h2 {
    font-size: 20px;
  }

  .guarantee-copy p {
    font-size: 9px;
    line-height: 1.35;
  }

  .testimonials-section h2 {
    font-size: 28px;
  }

  .testimonials-section h3 {
    margin-top: 42px;
    margin-bottom: 42px;
    font-size: 26px;
  }

  .testimonial-card {
    padding: 16px;
  }

  .testimonial-card p {
    font-size: 12px;
  }

  .faq-section {
    padding: 40px 12px;
  }

  .faq-question {
    padding: 12px 14px;
    font-size: 10px;
  }

  .faq-answer {
    padding: 15px 18px;
    font-size: 10px;
  }

  .comments-section {
    padding: 20px 16px;
  }

  .comment-body p {
    font-size: 12px;
    line-height: 17px;
  }

  .comments-closed {
    font-size: 12px;
  }

  .site-footer {
    min-height: 94px;
    padding: 30px;
  }
}
