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

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

.tzc-editorial-sections .tzc-section {
  position: relative;
}

.tzc-editorial-sections .tzc-section-white {
  background: #ffffff;
}

.tzc-editorial-sections .tzc-section-soft {
  background: linear-gradient(180deg, #f8fbff 0%, #f5f7fb 100%);
}

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

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

.tzc-editorial-sections .tzc-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 8px 14px;
  border: 1px solid rgba(24, 137, 214, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(24, 137, 214, 0.1), rgba(92, 70, 214, 0.1));
  color: #1767a8;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.tzc-editorial-sections .tzc-section-head h2 {
  margin: 0;
  color: #101828;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.tzc-editorial-sections .tzc-section-head p {
  margin: 16px auto 0;
  color: #556173;
  line-height: 1.7;
}

.tzc-editorial-sections .tzc-card-grid {
  display: grid;
  align-items: stretch;
}

.tzc-editorial-sections .tzc-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tzc-editorial-sections .tzc-card,
.tzc-editorial-sections .tzc-benefit-card {
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(18, 31, 53, 0.09);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(16, 24, 40, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.tzc-editorial-sections .tzc-card::before,
.tzc-editorial-sections .tzc-benefit-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(24, 137, 214, 0.14), rgba(92, 70, 214, 0.12));
  opacity: 0;
  transition: opacity 240ms ease;
  pointer-events: none;
}

.tzc-editorial-sections .tzc-card:hover,
.tzc-editorial-sections .tzc-benefit-card:hover {
  transform: translateY(-6px);
  border-color: rgba(24, 137, 214, 0.24);
  box-shadow: 0 24px 60px rgba(16, 24, 40, 0.12);
}

.tzc-editorial-sections .tzc-card:hover::before,
.tzc-editorial-sections .tzc-benefit-card:hover::before {
  opacity: 1;
}

.tzc-editorial-sections .tzc-card h3,
.tzc-editorial-sections .tzc-benefit-card h3,
.tzc-editorial-sections .tzc-step-content h3 {
  position: relative;
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.tzc-editorial-sections .tzc-card p,
.tzc-editorial-sections .tzc-benefit-card p,
.tzc-editorial-sections .tzc-step-content p {
  position: relative;
  margin: 10px 0 0;
  color: #5b6678;
  line-height: 1.65;
}

.tzc-editorial-sections .tzc-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #18a0d8, #5c46d6);
  box-shadow: 0 12px 26px rgba(24, 137, 214, 0.24);
}

.tzc-editorial-sections .tzc-icon::before,
.tzc-editorial-sections .tzc-icon::after {
  content: "";
  position: absolute;
  background: #ffffff;
}

.tzc-editorial-sections .tzc-icon-clock::before {
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}

.tzc-editorial-sections .tzc-icon-clock::after {
  width: 10px;
  height: 2px;
  left: 23px;
  top: 23px;
  transform: rotate(-45deg);
  transform-origin: left center;
}

.tzc-editorial-sections .tzc-icon-calendar::before {
  width: 22px;
  height: 18px;
  left: 12px;
  top: 15px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  background: transparent;
}

.tzc-editorial-sections .tzc-icon-calendar::after {
  width: 20px;
  height: 2px;
  left: 13px;
  top: 21px;
}

.tzc-editorial-sections .tzc-icon-globe::before {
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}

.tzc-editorial-sections .tzc-icon-globe::after {
  width: 2px;
  height: 24px;
  left: 22px;
  top: 11px;
}

.tzc-editorial-sections .tzc-icon-sun::before {
  width: 18px;
  height: 18px;
  left: 14px;
  top: 14px;
  border-radius: 50%;
}

.tzc-editorial-sections .tzc-icon-sun::after {
  width: 28px;
  height: 2px;
  left: 9px;
  top: 22px;
  box-shadow: 0 -9px 0 rgba(255, 255, 255, 0.75), 0 9px 0 rgba(255, 255, 255, 0.75);
}

.tzc-editorial-sections .tzc-icon-pin::before {
  width: 20px;
  height: 20px;
  left: 13px;
  top: 10px;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.tzc-editorial-sections .tzc-icon-pin::after {
  width: 6px;
  height: 6px;
  left: 20px;
  top: 17px;
  border-radius: 50%;
  background: #5c46d6;
}

.tzc-editorial-sections .tzc-icon-check::before {
  width: 20px;
  height: 10px;
  left: 13px;
  top: 16px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
  background: transparent;
}

.tzc-editorial-sections .tzc-step-list {
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
}

.tzc-editorial-sections .tzc-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(24, 137, 214, 0.14);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(16, 24, 40, 0.07);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.tzc-editorial-sections .tzc-step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(24, 137, 214, 0.28);
  box-shadow: 0 24px 58px rgba(16, 24, 40, 0.11);
}

.tzc-editorial-sections .tzc-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #18a0d8, #5c46d6);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(24, 137, 214, 0.25);
}

.tzc-editorial-sections .tzc-badge {
  position: relative;
  display: inline-flex;
  width: fit-content;
  margin: 0 0 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(24, 137, 214, 0.1);
  color: #1767a8;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.tzc-editorial-sections .tzc-benefit-mark {
  position: relative;
  display: inline-flex;
  width: 38px;
  height: 38px;
  margin: 0 0 16px;
  border-radius: 50%;
  background: linear-gradient(135deg, #15b8a6, #18a0d8);
  box-shadow: 0 12px 24px rgba(21, 184, 166, 0.22);
}

.tzc-editorial-sections .tzc-benefit-mark::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 8px;
  left: 11px;
  top: 13px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}

.tzc-editorial-sections .tzc-reveal {
  opacity: 0;
  transform: translateY(18px);
}

.tzc-editorial-sections .tzc-reveal.tzc-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 560ms ease, transform 560ms ease;
}

@media (min-width: 320px) and (max-width: 374px) {
  .tzc-editorial-sections .tzc-section {
    padding: 46px 0;
  }

  .tzc-editorial-sections .tzc-container {
    padding: 0 14px;
  }

  .tzc-editorial-sections .tzc-section-head h2 {
    font-size: 27px;
  }

  .tzc-editorial-sections .tzc-section-head p {
    font-size: 15px;
  }

  .tzc-editorial-sections .tzc-card-grid,
  .tzc-editorial-sections .tzc-step-list {
    gap: 16px;
    margin-top: 28px;
  }

  .tzc-editorial-sections .tzc-grid-3 {
    grid-template-columns: 1fr;
  }

  .tzc-editorial-sections .tzc-card,
  .tzc-editorial-sections .tzc-benefit-card {
    padding: 22px;
  }

  .tzc-editorial-sections .tzc-card h3,
  .tzc-editorial-sections .tzc-benefit-card h3,
  .tzc-editorial-sections .tzc-step-content h3 {
    font-size: 18px;
  }

  .tzc-editorial-sections .tzc-card p,
  .tzc-editorial-sections .tzc-benefit-card p,
  .tzc-editorial-sections .tzc-step-content p {
    font-size: 14px;
  }

  .tzc-editorial-sections .tzc-step-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }

  .tzc-editorial-sections .tzc-step-number {
    width: 54px;
    height: 54px;
    font-size: 18px;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .tzc-editorial-sections .tzc-section {
    padding: 52px 0;
  }

  .tzc-editorial-sections .tzc-container {
    padding: 0 18px;
  }

  .tzc-editorial-sections .tzc-section-head h2 {
    font-size: 30px;
  }

  .tzc-editorial-sections .tzc-section-head p {
    font-size: 15.5px;
  }

  .tzc-editorial-sections .tzc-card-grid,
  .tzc-editorial-sections .tzc-step-list {
    gap: 18px;
    margin-top: 30px;
  }

  .tzc-editorial-sections .tzc-grid-3 {
    grid-template-columns: 1fr;
  }

  .tzc-editorial-sections .tzc-card,
  .tzc-editorial-sections .tzc-benefit-card {
    padding: 24px;
  }

  .tzc-editorial-sections .tzc-card h3,
  .tzc-editorial-sections .tzc-benefit-card h3,
  .tzc-editorial-sections .tzc-step-content h3 {
    font-size: 19px;
  }

  .tzc-editorial-sections .tzc-card p,
  .tzc-editorial-sections .tzc-benefit-card p,
  .tzc-editorial-sections .tzc-step-content p {
    font-size: 14.5px;
  }

  .tzc-editorial-sections .tzc-step-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }

  .tzc-editorial-sections .tzc-step-number {
    width: 56px;
    height: 56px;
    font-size: 19px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .tzc-editorial-sections .tzc-section {
    padding: 58px 0;
  }

  .tzc-editorial-sections .tzc-container {
    padding: 0 22px;
  }

  .tzc-editorial-sections .tzc-section-head h2 {
    font-size: 34px;
  }

  .tzc-editorial-sections .tzc-section-head p {
    font-size: 16px;
  }

  .tzc-editorial-sections .tzc-card-grid,
  .tzc-editorial-sections .tzc-step-list {
    gap: 20px;
    margin-top: 34px;
  }

  .tzc-editorial-sections .tzc-grid-3 {
    grid-template-columns: 1fr;
  }

  .tzc-editorial-sections .tzc-card,
  .tzc-editorial-sections .tzc-benefit-card {
    padding: 26px;
  }

  .tzc-editorial-sections .tzc-card h3,
  .tzc-editorial-sections .tzc-benefit-card h3,
  .tzc-editorial-sections .tzc-step-content h3 {
    font-size: 20px;
  }

  .tzc-editorial-sections .tzc-card p,
  .tzc-editorial-sections .tzc-benefit-card p,
  .tzc-editorial-sections .tzc-step-content p {
    font-size: 15px;
  }

  .tzc-editorial-sections .tzc-step-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }

  .tzc-editorial-sections .tzc-step-number {
    width: 60px;
    height: 60px;
    font-size: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .tzc-editorial-sections .tzc-section {
    padding: 74px 0;
  }

  .tzc-editorial-sections .tzc-container {
    padding: 0 30px;
  }

  .tzc-editorial-sections .tzc-section-head h2 {
    font-size: 40px;
  }

  .tzc-editorial-sections .tzc-section-head p {
    font-size: 17px;
  }

  .tzc-editorial-sections .tzc-card-grid,
  .tzc-editorial-sections .tzc-step-list {
    gap: 22px;
    margin-top: 42px;
  }

  .tzc-editorial-sections .tzc-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tzc-editorial-sections .tzc-card,
  .tzc-editorial-sections .tzc-benefit-card {
    padding: 28px;
  }

  .tzc-editorial-sections .tzc-card h3,
  .tzc-editorial-sections .tzc-benefit-card h3,
  .tzc-editorial-sections .tzc-step-content h3 {
    font-size: 21px;
  }

  .tzc-editorial-sections .tzc-card p,
  .tzc-editorial-sections .tzc-benefit-card p,
  .tzc-editorial-sections .tzc-step-content p {
    font-size: 15.5px;
  }

  .tzc-editorial-sections .tzc-step-card {
    gap: 22px;
    padding: 30px;
  }

  .tzc-editorial-sections .tzc-step-number {
    width: 66px;
    height: 66px;
    font-size: 21px;
  }
}

@media (min-width: 1024px) {
  .tzc-editorial-sections .tzc-section {
    padding: 88px 0;
  }

  .tzc-editorial-sections .tzc-container {
    padding: 0 32px;
  }

  .tzc-editorial-sections .tzc-section-head h2 {
    font-size: 46px;
  }

  .tzc-editorial-sections .tzc-section-head p {
    font-size: 17.5px;
  }

  .tzc-editorial-sections .tzc-card-grid {
    gap: 24px;
    margin-top: 48px;
  }

  .tzc-editorial-sections .tzc-step-list {
    gap: 22px;
    margin-top: 48px;
  }

  .tzc-editorial-sections .tzc-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tzc-editorial-sections .tzc-card,
  .tzc-editorial-sections .tzc-benefit-card {
    padding: 30px;
  }

  .tzc-editorial-sections .tzc-card h3,
  .tzc-editorial-sections .tzc-benefit-card h3,
  .tzc-editorial-sections .tzc-step-content h3 {
    font-size: 22px;
  }

  .tzc-editorial-sections .tzc-card p,
  .tzc-editorial-sections .tzc-benefit-card p,
  .tzc-editorial-sections .tzc-step-content p {
    font-size: 16px;
  }

  .tzc-editorial-sections .tzc-step-card {
    gap: 26px;
    padding: 34px;
  }

  .tzc-editorial-sections .tzc-step-number {
    width: 72px;
    height: 72px;
    font-size: 22px;
  }
}