@import url('https://fonts.googleapis.com/css2?family=Comic+Relief:wght@400;700&display=swap');
:root {
  /* Header & Footer */
  --main-red: #e44b36;
  --footer-bg: #1b1c1e;
  --footer-text: #fff;
  --footer-link: #e44b36;
  --footer-link-hover: #fff;
  /* IN THE PRESS block */
  --press-black: #19191b;
  --press-red: #e44b36;
  --press-purple: #3a2358;
  --press-bg: #fff;
  --press-card-bg: #faf7f4;
}

body {
  font-family: 'Montserrat', Arial, sans-serif;
  margin: 0;
  background: #fff;
  color: #1b1c1e;

}
html, body {
  overflow-x: hidden;
}
.container {
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

/* ===== HEADER ===== */
.new-header {
  background: #fff;
  border-bottom: 2px solid #efefef;
  padding: 0;
}
.header-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
}
.logo {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #1b1c1e;
   margin-left: -25px;
}
.logo span {
  color: var(--main-red);
}
.main-nav {
  display: flex;
  gap: 28px;
}
.main-nav a {
  color: #1b1c1e;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.06rem;
  padding: 3px 0;
  position: relative;
  transition: color 0.2s;
}
.main-nav a.red,
.main-nav a:hover {
  color: var(--main-red);
}
.main-nav a::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(0);
  bottom: -12px; /* можно подогнать под твой дизайн */
  width: 16px;
  height: 8px;
  background: transparent;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid var(--main-red);
  opacity: 0;
  transition: opacity 0.22s, transform 0.22s;
  pointer-events: none;
}

.main-nav a.red::after,
.main-nav a:hover::after {
  opacity: 1;
  transform: translateX(-50%) scaleY(1);
}
.login-btn {
  background: var(--main-red);
  color: #fff;
  border-radius: 18px;
  padding: 8px 22px;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.2s;
}
.login-btn:hover {
  background: #ba2918;
}

/* ===== FOOTER ===== */
.new-footer {
  background: var(--footer-bg);
  color: var(--footer-text);
  padding: 38px 0 0 0;
  font-size: 15px;
  margin-top: 0px;
}
.footer-flex {
  display: flex;
  justify-content: center;
}
.footer-main {
  max-width: 500px;
  width: 100%;
  text-align: center;
}
.footer-logo {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.07em;
  margin-bottom: 14px;
  color: #fff;
}
.footer-logo span {
  color: var(--main-red);
}
.footer-main p {
  color: #dadada;
  margin: 0 0 18px 0;
  font-size: 1.07rem;
  line-height: 1.5;
}
.footer-links {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-bottom: 14px;
}
.footer-links a {
  color: var(--footer-link);
  text-decoration: none;
  font-size: 15px;
  transition: color 0.2s;
}
.footer-links a:hover {
  color: var(--footer-link-hover);
  text-decoration: underline;
}
.footer-socials {
  margin-bottom: 18px;
}
.footer-socials a {
  color: var(--main-red);
  font-size: 1.45rem;
  margin: 0 9px;
  display: inline-block;
  transition: color 0.2s;
}
.footer-socials a:hover {
  color: #fff;
}
.footer-copy {
  color: #aaaaaa;
  font-size: 13px;
  margin-bottom: 7px;
}

/* ===== PRESS BLOCK ===== */
.press-block {
  background: var(--press-bg);
  padding: 44px 0 0 0;
  max-width: 1200px;
  margin: 0 auto;
  font-family: 'Montserrat', Arial, sans-serif;
}

.press-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 18px;
  letter-spacing: 0.01em;
  color: var(--press-black);
  margin-left: 32px;
}

.press-main-feature {
  display: flex;
  align-items: flex-start;
  gap: 26px;
  margin-bottom: 32px;
  margin-left: 32px;
  margin-right: 32px;
  flex-wrap: wrap;
}
.press-main-img-right {
  margin-left: auto;
}
.press-main-img-right img {
  width: 180px;
  border-radius: 10px;
  object-fit: cover;
  display: block;
}
.press-tag {
  display: inline-block;
  background: var(--press-black);
  color: #fff; 
  font-size: 0.95rem;
  font-weight: bold;
  padding: 3px 12px;
  border-radius: 4px;
  margin-bottom: 12px;
  letter-spacing: 0.05em;
}
.press-main-head {
  font-size: 1.09rem;
  font-weight: bold;
  color: var(--press-black);
  margin-bottom: 3px;
}
.press-main-desc {
  font-size: 1rem;
  color: #222;
  margin-bottom: 7px;
}

.press-content {
  display: flex;
  gap: 32px;
  justify-content: center;
  margin: 0 32px 44px 32px;
  flex-wrap: wrap;
}
.press-main-card {
  background: var(--press-card-bg);
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(58,35,88,0.05);
  padding: 0 0 20px 0;
  max-width: 610px;
  flex: 2;
  min-width: 290px;
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
.press-main-image {
  width: 100%;
  height: 200px;       
  border-radius: 12px 12px 0 0;
  object-fit: cover;
}
.press-main-meta {
  font-size: 0.87rem;
  color: var(--press-purple);
  font-weight: bold;
  margin: 16px 0 4px 18px;
  letter-spacing: 0.01em;
}
.press-main-title {
  font-weight: bold;
  font-size: 1.07rem;
  color: var(--press-black);
  margin: 0 0 7px 18px;
}
.press-main-text {
  color: #222;
  font-size: 0.98rem;
  margin-left: 18px;
}

.press-side-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
  min-width: 270px;
}
.press-side-card {
  background: #fff;
  border-radius: 9px;
  box-shadow: 0 1px 7px rgba(58,35,88,0.06);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin-bottom: 3px;
}
.press-side-card img {
  width: 100%;
  height: 150px;      
  object-fit: cover;
  border-radius: 9px 9px 0 0;
}
.press-side-meta {
  font-size: 0.83rem;
  color: var(--press-red);
  font-weight: 600;
  margin: 11px 0 3px 10px;
  letter-spacing: 0.01em;
}
.press-side-title {
  color: var(--press-black);
  font-weight: 500;     
  font-size: 1.01rem;
  margin: 0 0 11px 10px;
}
/* ===== ADAPTIVE ===== */
/* --- Хедер --- */
@media (max-width: 700px) {
  .header-flex, .main-nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 13px;
  }
  .header-flex {
    height: auto;
    padding: 16px 0;
  }
}

/* --- Футер --- */
@media (max-width: 700px) {
  .footer-flex {
    flex-direction: column;
    align-items: center;
    gap: 14px;
  }
  .footer-links {
    flex-wrap: wrap;
    gap: 12px;
  }
  .footer-socials a {
    font-size: 1.2rem;
    margin: 0 6px;
  }
  .footer-main {
    max-width: 100%;
    padding: 0 10px;
    font-size: 14px;
  }
  .new-footer {
    padding-top: 24px;
  }
  .footer-copy {
    text-align: center;
    font-size: 12px;
  }
  .container {
    padding-left: 8px;
    padding-right: 8px;
  }
}

/* --- Мелкие экраны --- */
@media (max-width: 430px) {
  .logo, .footer-logo {
    font-size: 1.1rem;
  }
  .footer-main p {
    font-size: 0.97rem;
  }
}

@media (max-width: 900px) {
  .press-content {
    flex-direction: column;
    gap: 22px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .press-main-feature {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .press-main-img-right { margin-left: 0; margin-top: 14px;}
  .press-title { margin-left: 10px; }
}
@media (max-width: 600px) {
  .press-main-image { height: 100px; }
  .press-side-card img { height: 55px; }
  .press-main-card { padding-bottom: 12px; }
  .press-title { font-size: 1.3rem; }
}
.wide-photo-section {
  width: 100%;
  margin: 0;
  padding: 0;
}

.wide-photo-img-wrap {
  width: 100%;
  overflow: hidden;
  background: #000;
}

.wide-photo-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
}

.wide-photo-text {
  max-width: 800px;
  margin: -50px auto 0 auto;
  background: var(--main-red, #e44b36);
  border-radius: 18px;
  box-shadow: 0 6px 28px rgba(50,40,80,0.09);
  padding: 38px 34px 30px 34px;
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
}

.wide-photo-text h2 {
  font-size: 2.2rem;
  margin-bottom: 18px;
  font-weight: bold;
  letter-spacing: 0.01em;
}

.wide-photo-text p {
  font-size: 1.12rem;
  line-height: 1.6;
}

@media (max-width: 900px) {
  .wide-photo-img { height: 220px; }
  .wide-photo-text { max-width: 97vw; padding: 24px 6vw 18px 6vw; }
  .wide-photo-text h2 { font-size: 1.3rem;}
}
@media (max-width: 500px) {
  .wide-photo-img { height: 120px; }
  .wide-photo-text { max-width: 99vw; padding: 13px 2vw 10px 2vw;}
}
.rings-story-section {
  display: flex;
  align-items: flex-start;
  background: #faf7f4;
  border-radius: 0 0 8px 8px;
  padding: 44px 0 36px 0;
  max-width: 100vw;
  margin: 0 auto 30px auto;
  gap: 32px;
  justify-content: center;
}

.rings-story-left {
  flex: 0 0 360px;
  padding-left: 44px;
  padding-right: 24px;
}

.rings-story-left h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 13px;
  color: #19191b;
}

.rings-story-left p {
  color: #222;
  font-size: 1.04rem;
  margin-bottom: 24px;
}

.rings-story-btn {
  display: inline-block;
  padding: 10px 24px;
  border: 2px solid #e44b36;
  color: #e44b36;
  background: #fff;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: background 0.18s, color 0.18s;
}

.rings-story-btn:hover {
  background: #e44b36;
  color: #fff;
}

.rings-story-cards {
  display: flex;
  gap: 22px;
  flex: 1;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.rings-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 1px 8px rgba(60,30,40,0.07);
  padding: 20px 18px 16px 18px;
  width: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: box-shadow 0.18s;
}

.rings-card img {
  width: 74px;
  height: 74px;
  border-radius: 11px;
  object-fit: cover;
  margin-bottom: 13px;
  box-shadow: 0 0 0 2px #f0ede9;
}

.rings-card-title {
  font-weight: bold;
  color: #19191b;
  margin-bottom: 2px;
  font-size: 1.08rem;
}

.rings-card-desc {
  font-size: 1.1rem;
  color: #252323;
  text-align: center;
  margin-bottom: 12px;
}

.rings-card-price {
  font-size: 1.03rem;
  color: #e44b36;
  font-weight: bold;
}

@media (max-width: 1000px) {
  .rings-story-section {
    flex-direction: column;
    align-items: stretch;
    gap: 22px;
    padding-left: 0;
    padding-right: 0;
  }
  .rings-story-left {
    padding-left: 18px;
    padding-right: 18px;
    margin-bottom: 18px;
    text-align: center;
    flex: none;
  }
  .rings-story-cards {
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .rings-card { width: 95vw; max-width: 320px; margin: 0 auto; }
  .rings-story-cards { flex-direction: column; gap: 13px; }
  .rings-story-section { padding: 30px 0 16px 0; }
}
.contact-red-section {
  background: #e44b36;
  padding: 54px 0 10px 0;
  color: #fff;
  font-family: 'Montserrat', Arial, sans-serif;
}

.contact-red-content {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 32px;
}

.contact-red-header {
  text-align: center;
  margin-bottom: 38px;
}
.contact-red-header h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 14px;
  letter-spacing: 0.01em;
}
.contact-red-header p {
  font-size: 1.09rem;
  color: #fff;
  opacity: 0.93;
}

.contact-red-list {
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
}

.contact-red-item {
  min-width: 220px;
  max-width: 260px;
  text-align: center;
  margin-bottom: 14px;
}

.contact-red-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  font-size: 2.2rem;
  color: #fff;
  background: rgba(25,25,27,0.13);
  border-radius: 50%;
  margin-bottom: 14px;
  box-shadow: 0 1px 6px rgba(0,0,0,0.10);
  transition: background 0.18s, color 0.18s;
}
.contact-red-item:hover .contact-red-icon {
  background: #fff;
  color: #e44b36;
}

.contact-red-item-title {
  font-weight: bold;
  color: #fff;
  margin-bottom: 7px;
  font-size: 1.07rem;
  letter-spacing: 0.01em;
}

.contact-red-item-text {
  font-size: 1.05rem;
  color: #fff;
  opacity: 0.92;
  word-break: break-word;
}
.contact-red-item-text a {
  color: #fff;
  text-decoration: underline dotted;
  transition: color 0.18s;
}
.contact-red-item-text a:hover {
  color: #19191b;
}

@media (max-width: 900px) {
  .contact-red-content { padding: 0 8px; }
  .contact-red-list { gap: 24px;}
}
@media (max-width: 700px) {
  .contact-red-list { flex-direction: column; gap: 8px; }
  .contact-red-item { max-width: 99vw; min-width: 0;}
  .contact-red-header h2 { font-size: 1.4rem;}
}
.benefits-section {
  background: #fafbfc;
  padding: 46px 0 48px 0;
  text-align: center;
}
.benefits-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 38px;
  color: #19191b;
  letter-spacing: 0.01em;
}
.benefits-list {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

.benefits-card {
  background: #fff;
  border-radius: 17px;
  box-shadow: 0 2px 24px rgba(32,38,74,0.08);
  max-width: 370px;
  min-width: 260px;
  padding: 0 20px 25px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: box-shadow 0.15s;
}
.benefits-card:hover {
  box-shadow: 0 8px 36px rgba(32,38,74,0.14);
}

.benefits-img {
  width: 360px;
  height: 240px;
  object-fit: cover;
  border-radius: 12px 12px 0 0;
  margin-top: -22px;
  margin-bottom: 18px;
  box-shadow: 0 4px 14px rgba(80,50,0,0.03);
  background: #ececec;
  display: block;
  max-width: 95vw;
}

.benefits-card-title {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.07rem;
  color: #181818;
}
.benefits-card-desc {
  font-size: 1.02rem;
  color: #313232;
  line-height: 1.45;
}

@media (max-width: 900px) {
  .benefits-list {
    gap: 18px;
  }
  .benefits-card {
    max-width: 97vw;
    padding-left: 7vw;
    padding-right: 7vw;
  }
  .benefits-img {
    width: 95vw;
    min-width: 0;
    max-width: 100%;
    height: 120px;
  }
}
@media (max-width: 600px) {
  .benefits-title { font-size: 1.15rem; margin-bottom: 20px;}
  .benefits-list { flex-direction: column; align-items: center;}
  .benefits-card { padding: 0 2vw 15px 2vw; }
  .benefits-img { height: 90px; margin-top: -9px; }
}
.loyalty-creative-section {
  background: #fff;
  padding: 52px 0 32px 0;
  font-family: 'Montserrat', Arial, sans-serif;
}

.loyalty-creative-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 44px;
  max-width: 1200px;
  margin: 0 auto 34px auto;
  padding: 0 24px;
}

.loyalty-creative-main {
  flex: 1 1 400px;
  max-width: 460px;
}
.loyalty-creative-main h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 18px;
  line-height: 1.18;
  letter-spacing: 0.01em;
}
.loyalty-green {
  color: #36d236;
  font-weight: bold;
}
.loyalty-features {
  padding-left: 18px;
  margin-bottom: 20px;
}
.loyalty-features li {
  color: #212122;
  font-size: 1.08rem;
  margin-bottom: 5px;
  list-style: disc inside;
}
.loyalty-join-btn {
  display: inline-block;
  background: #e44b36;
  color: #fff;
  border-radius: 7px;
  padding: 11px 28px;
  font-size: 1.09rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  text-decoration: none;
  margin-top: 6px;
  box-shadow: 0 2px 8px rgba(228,75,54,0.09);
  transition: background 0.16s;
}
.loyalty-join-btn:hover {
  background: #ba2918;
}

.loyalty-creative-sideimg {
  flex: 0 0 210px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loyalty-creative-sideimg img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 17px;
  box-shadow: 0 4px 24px rgba(40,32,24,0.09);
  background: #e5f2e3;
}

.loyalty-creative-benefits {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 18px;
  justify-content: center;
  align-items: flex-start;
  padding: 0 18px;
  flex-wrap: wrap;
}
.loyalty-benefit-card {
  flex: 1 1 160px;
  max-width: 220px;
  min-width: 150px;
  background: #faf7f4;
  border-radius: 14px;
  box-shadow: 0 1px 8px rgba(60,30,40,0.04);
  text-align: center;
  padding: 25px 14px 20px 14px;
  margin-bottom: 8px;
  transition: box-shadow 0.18s, background 0.18s;
}
.loyalty-benefit-card:hover {
  background: #fff8f5;
  box-shadow: 0 4px 16px rgba(228,75,54,0.13);
}
.loyalty-benefit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  font-size: 1.8rem;
  color: #e44b36;
  background: #fff;
  border-radius: 50%;
  margin-bottom: 12px;
  box-shadow: 0 1px 7px rgba(228,75,54,0.08);
}
.loyalty-benefit-title {
  font-weight: bold;
  margin-bottom: 5px;
  color: #181818;
  font-size: 1.05rem;
}
.loyalty-benefit-desc {
  font-size: 0.99rem;
  color: #292928;
  line-height: 1.44;
}


@media (max-width: 900px) {
  .loyalty-creative-content { flex-direction: column; gap: 24px; align-items: stretch; }
  .loyalty-creative-sideimg { justify-content: center; }
  .loyalty-creative-benefits { flex-wrap: wrap; gap: 10px; }
}
@media (max-width: 600px) {
  .loyalty-creative-section { padding: 30px 0 18px 0; }
  .loyalty-creative-main h2 { font-size: 1.15rem;}
  .loyalty-benefit-card { min-width: 95vw; max-width: 97vw; }
  .loyalty-creative-benefits { flex-direction: column; align-items: center; padding: 0 2vw;}
}
.simple-carousel-section {
  background: #fafbfc;
  padding: 50px 0 40px 0;
  font-family: 'Montserrat', Arial, sans-serif;
}
.simple-carousel-title {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #19191b;
  margin-bottom: 30px;
}
.simple-carousel {
  max-width: 1150px;
  margin: 0 auto;
  border-radius: 18px;
  box-shadow: 0 3px 24px rgba(60,30,40,0.10);
  overflow: hidden;
  background: #fff;
  position: relative;
}
.simple-carousel .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
}
.simple-carousel img {
  width: 100%;
  max-height: 390px;
  object-fit: cover;
  display: block;
}
.simple-carousel-caption {
  margin-top: 16px;
  font-size: 1.22rem;
  color: #e44b36;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.02em;
  margin-bottom: 18px;
}

.swiper-pagination-bullet {
  background: #e44b36;
  opacity: 0.5;
}
.swiper-pagination-bullet-active {
  background: #e44b36;
  opacity: 1;
}
.swiper-button-prev, .swiper-button-next {
  color: #e44b36;
  --swiper-navigation-size: 38px;
  top: 44%;
}

@media (max-width: 1200px) {
  .simple-carousel { max-width: 98vw; }
}
@media (max-width: 700px) {
  .simple-carousel-title { font-size: 1.13rem; }
  .simple-carousel img { max-height: 170px; }
  .simple-carousel-caption { font-size: 1rem; }
}
.quickstart-section {
  background: #fff;
  padding: 58px 0 52px 0;
  max-width: 1380px;
  margin: 0 auto 32px auto;
  border-radius: 24px;
  box-shadow: 0 2px 30px rgba(60,30,40,0.07);
  font-family: 'Montserrat', Arial, sans-serif;
  text-align: center;
}

.quickstart-title {
  font-size: 2.15rem;
  font-weight: bold;
  color: #19191b;
  margin-bottom: 42px;
  letter-spacing: 0.01em;
}

.quickstart-steps {
  display: flex;
  gap: 44px;
  justify-content: center;
  margin-bottom: 38px;
  flex-wrap: wrap;
}

.quickstart-step {
  background: #faf7f4;
  border-radius: 18px;
  box-shadow: 0 1px 8px rgba(60,30,40,0.04);
  padding: 32px 30px 26px 30px;
  min-width: 250px;
  max-width: 330px;
  flex: 1 1 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: box-shadow 0.15s, background 0.17s;
}
.quickstart-step:hover {
  background: #fff0ec;
  box-shadow: 0 4px 18px rgba(228,75,54,0.13);
}
.quickstart-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  font-size: 2.2rem;
  color: #fff;
  background: #e44b36;
  border-radius: 50%;
  margin-bottom: 16px;
  box-shadow: 0 1px 8px rgba(228,75,54,0.10);
  transition: background 0.18s, color 0.18s;
}
.quickstart-step:hover .quickstart-icon {
  background: #19191b;
  color: #e44b36;
}
.quickstart-step-title {
  font-weight: bold;
  font-size: 1.13rem;
  margin-bottom: 8px;
  color: #19191b;
}
.quickstart-step-desc {
  color: #262626;
  font-size: 1.02rem;
  opacity: 0.92;
}

.quickstart-btn {
  display: inline-block;
  background: #e44b36;
  color: #fff;
  font-weight: bold;
  border-radius: 11px;
  padding: 15px 48px;
  font-size: 1.19rem;
  letter-spacing: 0.04em;
  text-decoration: none;
  margin-top: 8px;
  box-shadow: 0 2px 8px rgba(228,75,54,0.08);
  transition: background 0.18s;
}
.quickstart-btn:hover {
  background: #19191b;
  color: #e44b36;
}

@media (max-width: 1000px) {
  .quickstart-steps {
    gap: 18px;
  }
  .quickstart-step {
    max-width: 98vw;
    padding: 18px 6vw 12px 6vw;
  }
}
@media (max-width: 600px) {
  .quickstart-title { font-size: 1.23rem; }
  .quickstart-steps { flex-direction: column; gap: 12px; }
  .quickstart-step { padding: 18px 3vw 10px 3vw; }
}
.cookie-banner {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  background: #19191b;
  color: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 32px rgba(32,32,64,0.16);
  padding: 20px 32px 20px 24px;
  display: flex;
  align-items: center;
  gap: 22px;
  z-index: 9999;
  max-width: 96vw;
  min-width: 260px;
  font-family: 'Montserrat', Arial, sans-serif;
  animation: cookie-slideup 0.8s;
}

@keyframes cookie-slideup {
  from { opacity: 0; transform: translateX(-50%) translateY(50px);}
  to   { opacity: 1; transform: translateX(-50%) translateY(0);}
}

.cookie-icon {
  font-size: 2.3rem;
  color: #e44b36;
  background: #fff;
  border-radius: 50%;
  padding: 6px 13px 6px 10px;
  box-shadow: 0 1px 8px rgba(228,75,54,0.11);
}

.cookie-text {
  font-size: 1.06rem;
  line-height: 1.4;
  flex: 1 1 220px;
}
.cookie-text a {
  color: #e44b36;
  text-decoration: underline;
  font-weight: bold;
  transition: color 0.2s;
}
.cookie-text a:hover {
  color: #fff;
}

.cookie-accept {
  background: #e44b36;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 10px 26px;
  font-size: 1.04rem;
  font-weight: bold;
  margin-left: 14px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.cookie-accept:hover {
  background: #fff;
  color: #e44b36;
}

@media (max-width: 600px) {
  .cookie-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 17px 9px 15px 14px;
    font-size: 0.98rem;
    gap: 12px;
  }
  .cookie-accept { width: 100%; margin: 0; margin-top: 8px; }
  .cookie-icon { font-size: 1.7rem; padding: 3px 6px 3px 6px;}
}
.scroll-top-btn {
  position: fixed;
  right: 34px;
  bottom: 34px;
  width: 54px;
  height: 54px;
  background: #e44b36;
  color: #fff;
  border: none;
  border-radius: 50%;
  box-shadow: 0 4px 18px rgba(60,30,40,0.17);
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s, background 0.2s, color 0.2s;
}
.scroll-top-btn:hover {
  background: #19191b;
  color: #e44b36;
}

.scroll-top-btn.show {
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 700px) {
  .scroll-top-btn {
    right: 12px;
    bottom: 12px;
    width: 44px;
    height: 44px;
    font-size: 1.3rem;
  }
}
.info-section {
  background: #fff;
  max-width: 1600px;
  margin: 48px auto 44px auto;
  border-radius: 22px;
  box-shadow: 0 2px 24px rgba(32,38,74,0.07);
  padding: 42px 36px 38px 36px;
  font-family: 'Montserrat', Arial, sans-serif;
  text-align: center;
}

.info-title {
  font-size: 2rem;
  font-weight: bold;
  color: #e44b36;
  margin-bottom: 28px;
  letter-spacing: 0.01em;
}

.info-text {
  color: #222;
  font-size: 1.14rem;
  line-height: 1.6;
}

.info-text p {
  margin-bottom: 18px;
}

@media (max-width: 700px) {
  .info-section { padding: 24px 6vw 20px 6vw; }
  .info-title { font-size: 1.15rem; }
  .info-text { font-size: 1rem; }
}
.about-company-section {
  background: #fff;
  padding: 60px 0 44px 0;
  font-family: 'Montserrat', Arial, sans-serif;
  box-shadow: 0 4px 32px rgba(32,38,74,0.08);
}

.about-company-inner {
  display: flex;
  gap: 54px;
  max-width: 1240px;
  margin: 0 auto;
  align-items: flex-start;
  border-radius: 26px;
  background: #faf7f4;
  box-shadow: 0 1px 12px rgba(228,75,54,0.09);
  overflow: hidden;
}

.about-company-photo {
  flex: 0 0 400px;
  min-width: 260px;
  background: #222;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-company-photo img {
  width: 100%;
  max-width: 400px;
  height: 100%;
  min-height: 320px;
  max-height: 420px;
  object-fit: cover;
  border-radius: 0 0 0 0;
  box-shadow: 0 2px 24px rgba(40,20,30,0.09);
}

.about-company-content {
  flex: 1 1 540px;
  padding: 44px 42px 40px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-company-title {
  font-size: 2.2rem;
  font-weight: bold;
  color: #e44b36;
  margin-bottom: 20px;
  letter-spacing: 0.01em;
  line-height: 1.14;
}
.about-company-title span {
  color: #19191b;
  background: #ffe7e2;
  border-radius: 7px;
  padding: 2px 12px;
  margin-left: 10px;
  font-size: 1.2em;
}

.about-company-text {
  color: #232323;
  font-size: 1.14rem;
  line-height: 1.66;
  margin-bottom: 32px;
}
.about-company-text p {
  margin-bottom: 13px;
}

.about-company-extra {
  display: flex;
  gap: 36px;
  margin-top: 12px;
  flex-wrap: wrap;
}
.about-company-extra > div {
  text-align: center;
  font-size: 1.08rem;
  color: #19191b;
}
.about-company-highlight {
  font-size: 2rem;
  font-weight: bold;
  color: #e44b36;
  letter-spacing: 0.02em;
  margin-bottom: 3px;
  display: inline-block;
}

@media (max-width: 950px) {
  .about-company-inner {
    flex-direction: column;
    gap: 0;
    padding: 0;
  }
  .about-company-photo {
    max-width: 100vw;
    min-width: 0;
  }
  .about-company-photo img {
    min-height: 160px;
    max-height: 240px;
  }
  .about-company-content {
    padding: 34px 5vw 24px 5vw;
  }
  .about-company-extra { gap: 18px;}
}
@media (max-width: 600px) {
  .about-company-title { font-size: 1.16rem; }
  .about-company-content { padding: 16px 2vw 10px 2vw;}
  .about-company-highlight { font-size: 1.17rem;}
  .about-company-extra > div { font-size: 0.99rem;}
}
.mechanic-section {
  background: #fff;
  margin: 50px auto 0 auto;
  padding: 48px 0;
  font-family: 'Montserrat', Arial, sans-serif;
  box-shadow: 0 2px 24px rgba(32,38,74,0.07);
  border-radius: 24px;
  max-width: 1200px;
  transition: box-shadow 0.2s;
}

.mechanic-section:not(:last-child) {
  margin-bottom: 34px;
}

.mechanic-inner {
  display: flex;
  align-items: center;
  gap: 46px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 18px;
  flex-wrap: wrap;
}

.mechanic-content {
  flex: 1 1 360px;
}

.mechanic-title {
  font-size: 2rem;
  font-weight: bold;
  color: #e44b36;
  margin-bottom: 16px;
  letter-spacing: 0.01em;
}
.mechanic-text {
  font-size: 1.12rem;
  color: #232323;
  line-height: 1.55;
}
.mechanic-text ul {
  margin: 20px 0 0 22px;
  padding: 0;
  color: #3a2358;
  font-size: 1.01rem;
}
.mechanic-text li {
  margin-bottom: 6px;
  list-style: disc inside;
}

.mechanic-image {
  flex: 0 0 360px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mechanic-image img {
  width: 350px;
  max-width: 90vw;
  height: 240px;
  border-radius: 18px;
  box-shadow: 0 3px 22px rgba(228,75,54,0.13);
  object-fit: cover;
  background: #eee;
}

.mechanic-section.mechanic-combat {
  background: #faf7f4;
}
.mechanic-section.mechanic-progression {
  background: #f8fafc;
}
.mechanic-section .mechanic-title {
  color: #e44b36;
}

@media (max-width: 900px) {
  .mechanic-inner {
    flex-direction: column;
    gap: 20px;
    padding: 0 3vw;
  }
  .mechanic-image img {
    width: 95vw;
    height: 160px;
  }
}
@media (max-width: 600px) {
  .mechanic-title { font-size: 1.17rem;}
  .mechanic-section { padding: 23px 0;}
}
.mechanic-wide-feature {
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.mechanic-wide-bg {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
  height: 420px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #111;
}

.mechanic-wide-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 300px;
  display: block;
}

.mechanic-wide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #19191bd8 18%, #0000 90%);
  z-index: 1;
}

.mechanic-wide-content {
  position: absolute;
  left: 10vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  max-width: 700px;
  background: rgba(25,25,27,0.82);
  padding: 36px 44px 30px 44px;
  border-radius: 20px;
  color: #fff;
  font-family: 'Montserrat', Arial, sans-serif;
  box-shadow: 0 2px 28px rgba(25,25,27,0.18);
}

.mechanic-wide-content h2 {
  margin: 0 0 20px 0;
  font-size: 2.5rem;
  font-weight: bold;
  color: #e44b36;
  letter-spacing: 0.01em;
}

.mechanic-wide-content p {
  font-size: 1.23rem;
  margin: 0;
  color: #fff;
  line-height: 1.5;
}

@media (max-width: 1000px) {
  .mechanic-wide-bg { height: 270px; }
  .mechanic-wide-content {
    padding: 22px 8vw 15px 8vw;
    max-width: 92vw;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .mechanic-wide-content h2 { font-size: 1.2rem; }
  .mechanic-wide-content p { font-size: 1.01rem; }
}



.bp-hero {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 320px;
  overflow: hidden;
  border-bottom: 2px solid #e44b36;
  margin-bottom: 0;
}
.bp-hero img {
  width: 100vw;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  margin: 0;
  border-radius: 0 0 20px 20px;
}

.bp-section {
  max-width: 900px;
  margin: 42px auto 0 auto;
  padding: 48px 36px 44px 36px;
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 6px 36px #e44b3622;
  color: #19191b;
  font-family: 'Montserrat', Arial, sans-serif;
  text-align: left;
  position: relative;
}

.bp-section h2 {
  font-size: 2rem;
  font-weight: 900;
  color: #e44b36;
  margin-bottom: 28px;
  text-align: center;
  letter-spacing: 0.01em;
}

.bp-section p {
  font-size: 1.21rem;
  margin-bottom: 0;
  color: #181818;
  line-height: 1.72;
  text-align: center;
}

.bp-list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 730px;
}
.bp-list li {
  background: #faf7f4;
  border-left: 4px solid #e44b36;
  margin-bottom: 18px;
  padding: 18px 24px 16px 20px;
  border-radius: 10px;
  font-size: 1.15rem;
  color: #2a2a2a;
  font-weight: 500;
  box-shadow: 0 1px 7px #e44b3620;
}

.bp-buy-btn {
  display: block;
  margin: 36px auto 0 auto;
  background: #e44b36;
  color: #fff;
  border: none;
  font-size: 1.15rem;
  font-weight: 700;
  border-radius: 24px;
  padding: 15px 44px;
  cursor: pointer;
  transition: background 0.17s;
  box-shadow: 0 2px 12px #e44b3630;
  letter-spacing: 0.03em;
}
.bp-buy-btn:hover {
  background: #bb3220;
}

@media (max-width: 700px) {
  .bp-section { padding: 21px 6vw 18px 6vw; }
  .bp-hero { height: 145px; }
  .bp-section h2 { font-size: 1.13rem; }
  .bp-list li { font-size: 0.99rem; }
}
.faq-section {
  max-width: 850px;
  margin: 60px auto 60px auto;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 8px 40px #e44b3615;
  padding: 48px 26px 42px 26px;
  font-family: 'Montserrat', Arial, sans-serif;
}
.faq-title {
  color: #e44b36;
  font-size: 2.1rem;
  font-weight: 900;
  margin-bottom: 32px;
  text-align: center;
  letter-spacing: 0.02em;
}
.faq-list {
  margin: 0 auto;
  max-width: 710px;
}
.faq-item {
  margin-bottom: 18px;
  border-radius: 14px;
  box-shadow: 0 1px 8px #e44b3630;
  background: #faf7f4;
  overflow: hidden;
  border-left: 4px solid #e44b36;
}
.faq-question {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  padding: 22px 20px 20px 20px;
  font-size: 1.17rem;
  font-weight: 700;
  text-align: left;
  color: #e44b36;
  cursor: pointer;
  transition: background 0.18s;
  position: relative;
  letter-spacing: 0.01em;
}
.faq-question:after {
  content: "▼";
  color: #e44b36;
  float: right;
  font-size: 1.2em;
  margin-top: 0.1em;
  transition: transform 0.24s;
}
.faq-item.active .faq-question:after {
  transform: rotate(-180deg);
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.34s cubic-bezier(0.4,0,0.2,1);
  background: #fff;
  color: #181818;
  font-size: 1.09rem;
  padding: 0 22px;
}
.faq-item.active .faq-answer {
  padding: 14px 22px 22px 22px;
  max-height: 300px;
  transition: max-height 0.54s cubic-bezier(0.4,0,0.2,1);
}

@media (max-width: 700px) {
  .faq-section { padding: 16px 4vw 22px 4vw; }
  .faq-title { font-size: 1.19rem; }
  .faq-question { font-size: 0.97rem; }
}
.bp-rewards {
  background: #fff;
  margin-top: 48px;
  margin-bottom: 30px;
  text-align: center;
}

.bp-rewards-list {
  display: flex;
  justify-content: center;
  gap: 34px;
  flex-wrap: wrap;
  margin: 38px 0 0 0;
}

.bp-reward-card {
  background: #faf7f4;
  border-radius: 18px;
  box-shadow: 0 2px 16px #e44b3611;
  padding: 32px 22px 24px 22px;
  width: 210px;
  min-width: 170px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 2px solid #fff3ee;
  transition: box-shadow 0.2s, border 0.2s;
}
.bp-reward-card:hover {
  border: 2px solid #e44b36;
  box-shadow: 0 4px 26px #e44b3624;
}
.bp-reward-card img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  margin-bottom: 18px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #e44b36;
  padding: 6px;
  box-shadow: 0 1px 7px #e44b3614;
}
.bp-reward-title {
  font-weight: 700;
  color: #e44b36;
  font-size: 1.12rem;
  margin-bottom: 10px;
  margin-top: 5px;
}
.bp-reward-desc {
  color: #1b1c1e;
  font-size: 0.99rem;
  line-height: 1.47;
  opacity: 0.97;
}

@media (max-width: 900px) {
  .bp-rewards-list { flex-direction: column; gap: 17px; }
  .bp-reward-card { width: 92%; max-width: 340px; margin: 0 auto;}
}
.policy-section {
  max-width: 1200px;
  margin: 48px auto 48px auto;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 6px 32px #e44b3620;
  padding: 50px 38px 42px 38px;
  color: #19191b;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.12rem;
  line-height: 1.65;
  word-break: break-word;

}
.policy-section h1, .policy-section h2 {
  color: #e44b36;
  font-weight: 800;
  margin-bottom: 16px;
}
.policy-section h1 {
  font-size: 2.15rem;
  margin-bottom: 30px;
  text-align: center;
}
.policy-section h2 {
  font-size: 1.22rem;
  margin-top: 36px;
  margin-bottom: 11px;
}
.policy-section a {
  color: #e44b36;
  text-decoration: underline;
  font-weight: 600;
  transition: color 0.17s;
}
.policy-section a:hover {
  color: #3a2358;
}
@media (max-width: 700px) {
  .policy-section { padding: 22px 4vw 18px 4vw; }
  .policy-section h1 { font-size: 1.12rem; }
  .policy-section h2 { font-size: 1rem; }
}
.reviews-section {
  margin-top: 48px;
  margin-bottom: 48px;
  font-family: "Comic Relief", system-ui;
}

.reviews-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 32px;
  color: #222;
}

.reviews-list {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
}

.review-card {
  background: #fdf9f6;
  border-radius: 16px;
  padding: 32px 28px;
  min-width: 280px;
  max-width: 340px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;     
  z-index: 1;
  transition: box-shadow 0.28s cubic-bezier(.41,.69,.36,1.01), transform 0.28s cubic-bezier(.41,.69,.36,1.01), border 0.25s;
  will-change: box-shadow, transform;
}
.review-card:hover {
  box-shadow: 0 12px 36px rgba(228,75,54,0.14);
  transform: translateY(-10px) scale(1.025);
}
.review-card::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 70%;
  width: 140%;
  height: 80%;
  transform: translate(-50%, -50%) scale(0.95);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(228,75,54,0.14) 0%, rgba(228,75,54,0.07) 50%, transparent 85%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s, transform 0.4s;
  z-index: 0;
}

.review-card:hover::before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.08);
}
.review-stars {
  font-size: 2rem;
  margin-bottom: 16px;
  color: #ffa726;
  user-select: none;
}

.review-author {
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 1.15rem;
  color: #444;
}

.review-text {
  font-size: 1rem;
  color: #555;
  text-align: center;
  line-height: 1.5;
}
.reviews-slider {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  flex-wrap: nowrap;
  overflow: hidden;
  position: relative;
  min-height: 260px;
}

.review-card {
  flex: 0 0 320px;
  opacity: 0;
  pointer-events: none;
  transform: scale(0.95) translateY(25px);
  transition: opacity 0.5s, transform 0.5s;
  position: relative;
  margin: 0;
  z-index: 1;
}
.review-card.active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}
.review-card {
  display: none;
}
.review-card.active {
  display: flex;
  flex-direction: column;
}
@media (max-width: 900px) {
  .reviews-list {
    gap: 16px;
  }
  .review-card {
    min-width: 220px;
    max-width: 95vw;
    padding: 24px 12px;
  }
}

@media (max-width: 600px) {
  .reviews-title {
    font-size: 1.5rem;
    margin-bottom: 18px;
  }
  .reviews-list {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .review-card {
    min-width: unset;
    max-width: 98vw;
    width: 98vw;
    padding: 14px 4px;
  }
  .review-stars {
    font-size: 1.2rem;
    margin-bottom: 8px;
  }
  .review-author {
    font-size: 1rem;
    margin-bottom: 5px;
  }
  .review-text {
    font-size: 0.95rem;
  }
}
