/* Gilroy — scrape/blocks/ltBlock2235313335.html */
@font-face {
  font-family: 'Gilroy';
  src: url('fonts/gilroy-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('fonts/gilroy-500.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('fonts/gilroy-600.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

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

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: 'Gilroy', Roboto, sans-serif;
  font-weight: 400;
  color: #000;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: #d61355; text-decoration: none; }
.accent { color: #F66297; }

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

.container--narrow {
  max-width: 600px;
}

/* ===== HERO ===== */

/* --- Mobile: ltBlock2235313425 --- */
.hero-desktop { display: none; }

.screen--hero {
  background: #F3F3F3;
}

.hero-mobile {
  padding: 45px 0;
}

.hero-mobile-wrap {
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% - 30px);
  box-sizing: border-box;
}

.hero-mobile-card {
  background: #fff;
  border-radius: 20px;
  padding: 15px;
  text-align: center;
}

.hero-title {
  margin: 0 0 15px;
  font-size: 26px;
  line-height: 1.2;
  color: #F66297;
  font-weight: 600;
  text-transform: uppercase;
}

.hero-subtitle {
  font-size: 20px;
  line-height: 1.2;
  color: #F66297;
  font-weight: 500;
}

.hero-mobile-card .hero-subtitle {
  margin: 0 0 -10px;
}

.hero-image img {
  width: 100%;
  margin: 0 auto;
}

.hero-mobile-card .hero-image {
  margin: 0 0 -10px;
}

.hero-text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  color: #000;
}

.hero-mobile-card .hero-text {
  margin: 0 0 20px;
}

.hero-btn-wrap {
  margin: 0 0 5px;
}

.g button.btn.f-btn.btn-hero {
  border: none;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  background-color: #F66297;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  font-family: 'Gilroy', Roboto, sans-serif;
  border-radius: 100px;
  padding: 26px 20px;
  min-height: auto;
  width: 100%;
  transition: all 0.2s;
  outline: none;
}

.g button.btn.f-btn.btn-hero:active {
  transform: translateY(2px);
}

.hero-vpn {
  margin: 0;
  font-size: 14px;
  line-height: 1.2;
  color: #777;
  font-weight: 500;
}

@media (min-width: 992px) and (max-width: 1020px) {
  .hero-mobile-card {
    width: 33.333333%;
    margin-left: 33.333333%;
  }
}

/* --- Desktop: ltBlock2235313467 --- */
@media (min-width: 1021px) {
  .hero-mobile { display: none; }
  .hero-desktop { display: block; }

  .screen--hero {
    padding: 30px 0 0;
    background: #fff;
  }

  .hero-desktop-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .hero-desktop-col--text {
    flex: 0 0 41.666667%;
    margin-left: 8.333333%;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    align-self: center;
    text-align: left;
  }

  .hero-desktop-col--image {
    flex: 0 0 50%;
    padding: 0 15px;
  }

  .hero-desktop-col--text .hero-title {
    font-size: 36px;
    margin: 0 0 15px;
  }

  .hero-desktop-col--text .hero-subtitle {
    font-size: 26px;
    margin: 0 0 60px;
  }

  .hero-desktop-col--text .hero-text {
    font-size: 18px;
    margin: 0 0 60px;
  }

  .hero-desktop-col--text .hero-btn-wrap {
    margin: 0 0 5px;
  }

  .g button.btn.f-btn.btn-hero {
    width: auto;
    padding: 30px 60px;
    min-height: 60px;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .hero-desktop-col--text .hero-vpn {
    font-size: 16px;
    margin: 0 0 30px;
  }

  .hero-desktop-col--image .hero-image {
    margin: 0 0 25px;
  }
}

/* ===== ABOUT ===== */
.screen--about {
  padding: 45px 0;
  background: #F3F3F3;
}

.about-heading {
  margin: 0 0 10px;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
}

.about-heading--desktop { display: none; font-size: 28px; margin-bottom: 20px; }
.about-heading--mobile { display: block; font-size: 22px; }

.about-intro {
  margin: 0 0 10px;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
}

.about-intro--desktop { display: none; font-size: 18px; margin-bottom: 20px; }
.about-intro--mobile { display: block; font-size: 16px; }

@media (min-width: 1021px) {
  .screen--about { padding: 60px 0; }
  .about-heading--desktop { display: block; }
  .about-heading--mobile { display: none; }
  .about-intro--desktop { display: block; }
  .about-intro--mobile { display: none; }
}

/* gc-slider-block — ltBlock2235326132 */
.gc-slider-block {
  border-radius: 30px;
  padding: 15px;
  background: #ffffff;
  font-family: 'Gilroy', sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #000000;
  overflow: hidden;
}

.gc-info-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 10px;
  text-align: left;
}

.gc-info-item:last-child { margin-bottom: 0; }

.gc-info-item > img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  flex-shrink: 0;
}

.gc-info-text span.accent {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  text-align: left;
}

.gc-slider-wrapper {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  padding-bottom: 10px;
  margin-top: 20px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.gc-slider-wrapper::-webkit-scrollbar { height: 6px; }
.gc-slider-wrapper::-webkit-scrollbar-thumb { background: #F66297; border-radius: 1px; }

.gc-slider-item {
  flex: 0 0 auto;
  scroll-snap-align: start;
}

.gc-slider-item img {
  width: 260px;
  height: 260px;
  object-fit: cover;
  border-radius: 30px;
}

@media (min-width: 1021px) {
  .gc-slider-item img {
    width: 300px;
    height: 300px;
  }
}

.gc-slider-text2 {
  font-family: 'Gilroy', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  color: #F66297;
  display: inline-flex;
  align-items: center;
  margin-top: 12px;
}

.gc-slider-text2 .arrow-icon {
  width: 15px;
  height: 15px;
  margin-left: 5px;
}

/* ===== PROGRAMS ===== */
.screen--programs {
  padding: 45px 0;
  background: #F3F3F3;
}

.programs-heading {
  margin: 0 0 10px;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
}

.programs-heading--desktop { display: none; font-size: 32px; margin-bottom: 20px; }
.programs-heading--mobile { display: block; font-size: 26px; }

@media (min-width: 1021px) {
  .programs-heading--desktop { display: block; }
  .programs-heading--mobile { display: none; }
}

/* marathon-screen — ltBlock2235664572 mobile / ltBlock2235663707 desktop */
.marathon-screen {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-family: 'Gilroy', Arial, sans-serif;
}

.marathon-item {
  position: relative;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  padding-bottom: 15px;
  min-height: 180px;
}

.marathon-info {
  position: relative;
  margin-left: 50%;
}

.flagship { border: 2px solid #F66297; }

/* Mobile — ltBlock2235664572 */
@media (max-width: 1020px) {
  .marathon-item > img {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    width: 50%;
    height: 100%;
    margin: 0;
    object-fit: cover;
    display: block;
  }

  .marathon-img {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    width: 50%;
    height: 100%;
    margin: 0;
  }

  .marathon-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .marathon-info {
    padding: 20px;
  }

  .marathon-info .tag {
    color: #F66297;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 4px;
  }

  .marathon-info .title {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
  }

  .marathon-info .text {
    color: #555;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
  }

  .marathon-info .text strong {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
  }

  .flagship .badge {
    background: #F6629730;
    color: #F66297;
    font-size: 14px;
    font-weight: 600;
    border-radius: 100px;
    padding: 6px 20px;
    width: fit-content;
    margin-bottom: 10px;
  }

  .flagship .title {
    font-size: 18px;
    font-weight: 500;
  }

  .marathon-info .btn {
    display: inline-block;
    background: #F66297;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 22px;
    border-radius: 100px;
    text-decoration: none;
    width: fit-content;
    margin-top: 15px;
  }
}

@media (min-width: 1021px) {
  .marathon-item {
    display: flex;
    min-height: 260px;
  }

  .marathon-item > img {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: auto;
    max-width: none;
    object-fit: cover;
    display: block;
  }

  .marathon-img {
    position: absolute;
    left: 0;
    bottom: 0;
    top: auto;
    width: auto;
    height: 100%;
    margin: 0;
  }

  .marathon-img img {
    width: auto;
    height: 100%;
    max-width: none;
    object-fit: cover;
    display: block;
  }

  .marathon-info {
    padding: 20px;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .marathon-info .tag {
    color: #F66297;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 4px;
  }

  .marathon-info .title,
  .flagship .title {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 8px;
  }

  .marathon-info .text {
    color: #555;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 15px;
  }

  .marathon-info .text strong {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
  }

  .flagship .badge {
    background: #F6629730;
    color: #F66297;
    font-size: 14px;
    font-weight: 600;
    border-radius: 100px;
    padding: 6px 20px;
    width: fit-content;
    margin-bottom: 10px;
  }

  .marathon-info .btn {
    display: inline-block;
    background: #F66297;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 22px;
    border-radius: 100px;
    text-decoration: none;
    width: fit-content;
    margin-top: 0;
  }
}

/* ===== FOOTER — ltBlock2235775341 ===== */
.site-footer {
  background: #2c2c2c;
  color: #ccc;
  padding: 32px 0;
  font-size: 14px;
  line-height: 1.6;
}

.site-footer .container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  text-align: center;
}

.site-footer .company-info p { margin: 0 0 8px; }

.site-footer .police a {
  color: #ccc;
  line-height: 1.8;
}

.site-footer .police a:hover { color: #fff; }

.site-footer .social-links {
  display: flex;
  gap: 12px;
}

.site-footer .social-links img {
  width: 32px;
  height: 32px;
}

@media (min-width: 1021px) {
  .site-footer .container {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    text-align: left;
  }
}
