.slider {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.slider .swiper {
  padding-bottom: 30px;
}
.slider .ite2m {
  transition: all .6s;
}
.slider .ite2m.swiper-slide-prev,
.slider .ite2m.swiper-slide-next {
  opacity: .5;
  transform: scale(.7);
}
.slider .ite2m.swiper-slide-active {
  transform: scale(.7) !important;
}
.slider .swiper-pagination-bullets {
  text-align: center;
  bottom: -20px;
}
.slider .section-slider .-pagination {
  text-align: center;
  bottom: -20px;
  margin-left: 10%;
}
.slider .swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #000;
  opacity: 1;
  border: 1px solid #fff;
}
.slider .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #A10326;
}
.card {
  max-width: 780px;
  width: 100%;
  background: #ffffff;
  border-radius: 32px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.06), 0 8px 20px rgba(0,0,0,0.03);
  padding: 40px 36px;
  transition: all 0.2s;
  margin: 30px auto;
}
@media (max-width: 520px) {
  .card {
    padding: 0px 18px;
  }
}
.ti2tle {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #1a1a1a;
  margin-bottom: 12px;
}
.t2itle span {
  background: #f0ebe2;
  padding: 0 8px;
  border-radius: 12px;
}
.subhead {
  font-size: 16px;
  line-height: 1.5;
  color: #4a4a4a;
  margin-bottom: 32px;
  border-left: 4px solid #c7b7a4;
  padding-left: 18px;
  background: #faf8f5;
  border-radius: 0 12px 12px 0;
  padding: 14px 18px;
}
.subhead strong {
  font-weight: 600;
  color: #1a1a1a;
}
.section {
  margin-top: 30px;
}
.section-title {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.01em;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
.section-title .emoji-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eae4db;
  border-radius: 40px;
  width: 28px;
  height: 28px;
  font-size: 18px;
}
.step-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.step-list li {
  font-size: 15px;
  line-height: 1.5;
  color: #2b2b2b;
  padding-left: 28px;
  position: relative;
  align-items: flex-start;
  gap: 8px;
}
.step-list li::before {
  content: "•";
  position: absolute;
  left: 10px;
  top: -9px;
  font-size: 26px;
  color: #b8a48b;
  font-weight: 300;
}
.step-list li strong {
  font-weight: 600;
  color: #1a1a1a;
}
.step-list li .light-hint {
  display: inline-block;
  background: #f1ede8;
  border-radius: 20px;
  padding: 0 12px;
  font-size: 13px;
  font-weight: 500;
  color: #4d3e2f;
  margin-left: 4px;
}
.bullet-sub {
  padding-left: 28px;
  margin-top: 2px;
  font-size: 14px;
  color: #4f4f4f;
  list-style: none;
}
.bullet-sub li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 6px;
}
.bullet-sub li::before {
  content: "—";
  position: absolute;
  left: -3px;
  color: #b8a48b;
  top: -3px;
  font-size: 19px;
}
.divider {
  height: 1px;
  background: #e7dfd6;
  margin: 34px 0 28px 0;
  width: 100%;
}
.important-box {
  background: #f7f3ed;
  border-radius: 20px;
  padding: 22px 24px;
  margin: 24px 0 28px 0;
}
.important-box .section-title {
  margin-bottom: 10px;
}
.important-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.important-box ul li {
  font-size: 14.5px;
  line-height: 1.5;
  color: #2b2b2b;
  padding-left: 22px;
  position: relative;
  margin-bottom: 10px;
}
.important-box ul li:last-child {
  margin-bottom: 0;
}
.important-box ul li::before {
  content: "•";
  position: absolute;
  left: 10px;
  top: -9px;
  font-size: 26px;
  color: #b8a48b;
  font-weight: 300;
}
.free-badge {
  display: inline-block;
  background: #d5ff9a;
  padding: 16px 18px;
  border-radius: 40px;
  font-weight: 600;
  font-size: 15px;
  color: #1f1a15;
  letter-spacing: 0.3px;
  margin-top: 6px;
}
.contact-block {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  align-items: center !important;
  justify-content: space-between;
  gap: 16px 12px;
  background: #f5f1eb;
  border-radius: 28px;
  padding: 18px 24px;
}
.contact-block img {
  width: 20px;
  height: 20px;
}
.contact-label {
  font-weight: 500;
  font-size: 16px;
  color: #1f1a15;
  display: flex;
  align-items: center;
  align-items: flex-start;
  gap: 8px;
}
.contact-label .heart {
  color: #b4835a;
}
.button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 60px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  text-decoration: none;
  transition: all 0.15s ease;
  border: none;
  cursor: pointer;
  background: #ffffff;
  color: #1a1a1a;
  box-shadow: 0 2px 6px rgba(0,0,0,0.02);
  border: 1px solid #d6cdc2;
  background: white;
  min-width: 120px;
}
.btn-primary {
  background: #2b251f;
  border: 1px solid #2b251f;
  color: white;
  box-shadow: 0 4px 10px rgba(0,0,0,0.03);
}
.btn-primary:hover {
  background: #1a1511;
  border-color: #1a1511;
  transform: scale(0.97);
  box-shadow: 0 6px 14px rgba(0,0,0,0.05);
}
.btn-outline {
  background: transparent;
  border: 1px solid #c8bcae;
  color: #2b251f;
}
.btn-outline:hover {
  background: #ece4db;
  border-color: #b09b86;
  transform: scale(0.97);
}
.btn .icon {
  font-size: 18px;
  line-height: 1;
}
.btn-tg {
  background: #27a6e5;
  border-color: #27a6e5;
  color: white;
}
.btn-tg:hover {
  background: #1d8ec7;
  border-color: #1d8ec7;
}
.btn-max {
  background: #1d1d1f;
  border-color: #1d1d1f;
  color: white;
}
.btn-max:hover {
  background: #3d3d3f;
  border-color: #3d3d3f;
}
.footnote {
  font-size: 13px;
  color: #6b6258;
  margin-top: 20px;
  text-align: center;
  border-top: 1px solid #e7dfd6;
  padding-top: 22px;
}
@media (max-width: 520px) {
  .contact-block {
    flex-direction: column;
    align-items: stretch;
  }
  .button-group {
    width: 100%;
    justify-content: stretch;
  }
  .btn {
    flex: 1;
    justify-content: center;
    min-width: unset;
  }
  .title {
    font-size: 24px;
  }
}
