@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

.cdc-editorial-wrap {
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.cdc-editorial-wrap,
.cdc-editorial-wrap div,
.cdc-editorial-wrap section,
.cdc-editorial-wrap article {
  box-sizing: border-box;
}

.cdc-editorial-wrap .cdc-section {
  position: relative;
}

.cdc-editorial-wrap .cdc-section-white {
  background: #ffffff;
}

.cdc-editorial-wrap .cdc-section-soft {
  background: linear-gradient(180deg, #fbf8f2 0%, #fffaf1 100%);
}

.cdc-editorial-wrap .cdc-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.cdc-editorial-wrap .cdc-section-head {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.cdc-editorial-wrap .cdc-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin: 0 0 14px;
  padding: 7px 13px;
  border: 1px solid rgba(185, 33, 42, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(185, 33, 42, 0.1), rgba(212, 161, 60, 0.13));
  color: #9b1f29;
  font-size: 13px;
  font-weight: 750;
  line-height: 1;
}

.cdc-editorial-wrap .cdc-section-head h2 {
  margin: 0;
  color: #151a2d;
  font-weight: 820;
  line-height: 1.12;
  letter-spacing: 0;
}

.cdc-editorial-wrap .cdc-section-head p {
  margin: 16px auto 0;
  color: #5e6575;
  line-height: 1.72;
  font-weight: 450;
}

.cdc-editorial-wrap .cdc-card-grid {
  display: grid;
  align-items: stretch;
}

.cdc-editorial-wrap .cdc-card {
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(31, 37, 56, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 46px rgba(25, 30, 45, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
  overflow: hidden;
}

.cdc-editorial-wrap .cdc-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #b9212a, #d4a13c, #1d8a6a);
  opacity: 0.9;
}

.cdc-editorial-wrap .cdc-card:hover {
  transform: translateY(-5px);
  border-color: rgba(185, 33, 42, 0.22);
  box-shadow: 0 22px 60px rgba(25, 30, 45, 0.13);
}

.cdc-editorial-wrap .cdc-card h3 {
  margin: 16px 0 0;
  color: #171d2f;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}

.cdc-editorial-wrap .cdc-card p {
  margin: 10px 0 0;
  color: #626a7a;
  line-height: 1.68;
  font-weight: 430;
}

.cdc-editorial-wrap .cdc-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: linear-gradient(135deg, #b9212a, #d4a13c);
  box-shadow: 0 12px 24px rgba(185, 33, 42, 0.18);
}

.cdc-editorial-wrap .cdc-icon::before,
.cdc-editorial-wrap .cdc-icon::after {
  content: "";
  position: absolute;
  display: block;
}

.cdc-editorial-wrap .cdc-icon-moon::before {
  width: 18px;
  height: 18px;
  top: 12px;
  left: 15px;
  border-radius: 50%;
  box-shadow: -5px 2px 0 0 #ffffff;
}

.cdc-editorial-wrap .cdc-icon-sun::before {
  width: 16px;
  height: 16px;
  top: 15px;
  left: 15px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}

.cdc-editorial-wrap .cdc-icon-zodiac::before {
  width: 20px;
  height: 20px;
  top: 13px;
  left: 13px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}

.cdc-editorial-wrap .cdc-icon-zodiac::after {
  width: 6px;
  height: 6px;
  top: 20px;
  left: 20px;
  border-radius: 50%;
  background: #ffffff;
}

.cdc-editorial-wrap .cdc-icon-festival::before {
  width: 19px;
  height: 22px;
  top: 11px;
  left: 14px;
  border: 2px solid #ffffff;
  border-radius: 10px 10px 8px 8px;
}

.cdc-editorial-wrap .cdc-icon-record::before {
  width: 20px;
  height: 24px;
  top: 11px;
  left: 13px;
  border: 2px solid #ffffff;
  border-radius: 5px;
}

.cdc-editorial-wrap .cdc-icon-balance::before {
  width: 22px;
  height: 2px;
  top: 18px;
  left: 12px;
  background: #ffffff;
}

.cdc-editorial-wrap .cdc-icon-balance::after {
  width: 14px;
  height: 14px;
  top: 20px;
  left: 16px;
  border: 2px solid #ffffff;
  border-top: 0;
  border-radius: 0 0 12px 12px;
}

.cdc-editorial-wrap .cdc-icon-fast::before {
  width: 20px;
  height: 20px;
  top: 13px;
  left: 13px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}

.cdc-editorial-wrap .cdc-icon-fast::after {
  width: 9px;
  height: 2px;
  top: 21px;
  left: 23px;
  background: #ffffff;
  transform: rotate(-24deg);
  transform-origin: left center;
}

.cdc-editorial-wrap .cdc-icon-mobile::before {
  width: 17px;
  height: 25px;
  top: 10px;
  left: 15px;
  border: 2px solid #ffffff;
  border-radius: 5px;
}

.cdc-editorial-wrap .cdc-icon-private::before {
  width: 20px;
  height: 15px;
  top: 20px;
  left: 13px;
  border-radius: 4px;
  background: #ffffff;
}

.cdc-editorial-wrap .cdc-icon-private::after {
  width: 14px;
  height: 12px;
  top: 10px;
  left: 16px;
  border: 2px solid #ffffff;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}

.cdc-editorial-wrap .cdc-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 29px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(29, 138, 106, 0.1);
  color: #146f56;
  font-size: 12px;
  font-weight: 780;
  line-height: 1;
}

.cdc-editorial-wrap .cdc-steps {
  display: grid;
  grid-template-columns: 1fr;
}

.cdc-editorial-wrap .cdc-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border: 1px solid rgba(185, 33, 42, 0.13);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 52px rgba(33, 28, 20, 0.08);
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.cdc-editorial-wrap .cdc-step-card::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: linear-gradient(180deg, #b9212a, #d4a13c);
}

.cdc-editorial-wrap .cdc-step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(185, 33, 42, 0.25);
  box-shadow: 0 24px 66px rgba(33, 28, 20, 0.12);
}

.cdc-editorial-wrap .cdc-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #b9212a, #d4a13c);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 14px 28px rgba(185, 33, 42, 0.2);
}

.cdc-editorial-wrap .cdc-step-content h3 {
  margin: 0;
  color: #171d2f;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.cdc-editorial-wrap .cdc-step-content p {
  margin: 9px 0 0;
  color: #626a7a;
  line-height: 1.68;
  font-weight: 430;
}

.cdc-editorial-wrap .cdc-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms ease;
}

.cdc-editorial-wrap .cdc-reveal.cdc-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 320px) and (max-width: 374px) {
  .cdc-editorial-wrap .cdc-section {
    padding: 52px 0;
  }

  .cdc-editorial-wrap .cdc-container {
    padding: 0 14px;
  }

  .cdc-editorial-wrap .cdc-section-head h2 {
    font-size: 26px;
  }

  .cdc-editorial-wrap .cdc-section-head p {
    font-size: 15px;
  }

  .cdc-editorial-wrap .cdc-card-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }

  .cdc-editorial-wrap .cdc-card {
    padding: 24px 20px 22px;
    border-radius: 18px;
  }

  .cdc-editorial-wrap .cdc-card h3 {
    font-size: 18px;
  }

  .cdc-editorial-wrap .cdc-card p {
    font-size: 14px;
  }

  .cdc-editorial-wrap .cdc-steps {
    gap: 16px;
    margin-top: 28px;
  }

  .cdc-editorial-wrap .cdc-step-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 20px 22px;
  }

  .cdc-editorial-wrap .cdc-step-number {
    width: 54px;
    height: 54px;
    font-size: 17px;
  }

  .cdc-editorial-wrap .cdc-step-content h3 {
    font-size: 18px;
  }

  .cdc-editorial-wrap .cdc-step-content p {
    font-size: 14px;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .cdc-editorial-wrap .cdc-section {
    padding: 58px 0;
  }

  .cdc-editorial-wrap .cdc-container {
    padding: 0 18px;
  }

  .cdc-editorial-wrap .cdc-section-head h2 {
    font-size: 29px;
  }

  .cdc-editorial-wrap .cdc-section-head p {
    font-size: 15.5px;
  }

  .cdc-editorial-wrap .cdc-card-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }

  .cdc-editorial-wrap .cdc-card {
    padding: 26px 22px 24px;
  }

  .cdc-editorial-wrap .cdc-card h3 {
    font-size: 18.5px;
  }

  .cdc-editorial-wrap .cdc-card p {
    font-size: 14.5px;
  }

  .cdc-editorial-wrap .cdc-steps {
    gap: 18px;
    margin-top: 30px;
  }

  .cdc-editorial-wrap .cdc-step-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px 22px 24px;
  }

  .cdc-editorial-wrap .cdc-step-number {
    width: 58px;
    height: 58px;
    font-size: 18px;
  }

  .cdc-editorial-wrap .cdc-step-content h3 {
    font-size: 19px;
  }

  .cdc-editorial-wrap .cdc-step-content p {
    font-size: 14.5px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .cdc-editorial-wrap .cdc-section {
    padding: 64px 0;
  }

  .cdc-editorial-wrap .cdc-container {
    padding: 0 22px;
  }

  .cdc-editorial-wrap .cdc-section-head h2 {
    font-size: 32px;
  }

  .cdc-editorial-wrap .cdc-section-head p {
    font-size: 16px;
  }

  .cdc-editorial-wrap .cdc-card-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }

  .cdc-editorial-wrap .cdc-card {
    padding: 28px 24px 26px;
  }

  .cdc-editorial-wrap .cdc-card h3 {
    font-size: 19px;
  }

  .cdc-editorial-wrap .cdc-card p {
    font-size: 15px;
  }

  .cdc-editorial-wrap .cdc-steps {
    gap: 20px;
    margin-top: 34px;
  }

  .cdc-editorial-wrap .cdc-step-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 28px 24px 26px;
  }

  .cdc-editorial-wrap .cdc-step-number {
    width: 60px;
    height: 60px;
    font-size: 18px;
  }

  .cdc-editorial-wrap .cdc-step-content h3 {
    font-size: 20px;
  }

  .cdc-editorial-wrap .cdc-step-content p {
    font-size: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .cdc-editorial-wrap .cdc-section {
    padding: 78px 0;
  }

  .cdc-editorial-wrap .cdc-container {
    padding: 0 30px;
  }

  .cdc-editorial-wrap .cdc-section-head h2 {
    font-size: 38px;
  }

  .cdc-editorial-wrap .cdc-section-head p {
    font-size: 17px;
  }

  .cdc-editorial-wrap .cdc-card-grid {
    gap: 22px;
    margin-top: 42px;
  }

  .cdc-editorial-wrap .cdc-grid-six,
  .cdc-editorial-wrap .cdc-grid-three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cdc-editorial-wrap .cdc-card {
    padding: 30px 26px 28px;
  }

  .cdc-editorial-wrap .cdc-card h3 {
    font-size: 20px;
  }

  .cdc-editorial-wrap .cdc-card p {
    font-size: 15.5px;
  }

  .cdc-editorial-wrap .cdc-steps {
    gap: 20px;
    margin-top: 42px;
  }

  .cdc-editorial-wrap .cdc-step-card {
    gap: 24px;
    padding: 30px 30px 30px 34px;
  }

  .cdc-editorial-wrap .cdc-step-number {
    width: 66px;
    height: 66px;
    font-size: 19px;
  }

  .cdc-editorial-wrap .cdc-step-content h3 {
    font-size: 21px;
  }

  .cdc-editorial-wrap .cdc-step-content p {
    font-size: 15.5px;
  }
}

@media (min-width: 1024px) {
  .cdc-editorial-wrap .cdc-section {
    padding: 92px 0;
  }

  .cdc-editorial-wrap .cdc-container {
    padding: 0 32px;
  }

  .cdc-editorial-wrap .cdc-section-head h2 {
    font-size: 44px;
  }

  .cdc-editorial-wrap .cdc-section-head p {
    font-size: 17px;
  }

  .cdc-editorial-wrap .cdc-card-grid {
    gap: 24px;
    margin-top: 48px;
  }

  .cdc-editorial-wrap .cdc-grid-six,
  .cdc-editorial-wrap .cdc-grid-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cdc-editorial-wrap .cdc-card {
    padding: 32px 28px 30px;
  }

  .cdc-editorial-wrap .cdc-card h3 {
    font-size: 21px;
  }

  .cdc-editorial-wrap .cdc-card p {
    font-size: 15.5px;
  }

  .cdc-editorial-wrap .cdc-steps {
    gap: 22px;
    margin-top: 48px;
  }

  .cdc-editorial-wrap .cdc-step-card {
    gap: 28px;
    padding: 32px 36px 32px 40px;
  }

  .cdc-editorial-wrap .cdc-step-number {
    width: 72px;
    height: 72px;
    font-size: 20px;
  }

  .cdc-editorial-wrap .cdc-step-content h3 {
    font-size: 22px;
  }

  .cdc-editorial-wrap .cdc-step-content p {
    font-size: 16px;
  }
}