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

.ptc-editorial-content {
  width: 100%;
  overflow-x: hidden;
  font-family: Arial, Helvetica, sans-serif;
  color: #172033;
  background: #ffffff;
}

.ptc-editorial-content .ptc-section {
  position: relative;
}

.ptc-editorial-content .ptc-section-white {
  background: #ffffff;
}

.ptc-editorial-content .ptc-section-soft {
  background: linear-gradient(180deg, #fbfcff 0%, #f5f8fb 100%);
}

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

.ptc-editorial-content .ptc-section-header {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.ptc-editorial-content .ptc-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(19, 132, 150, 0.2);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(19, 132, 150, 0.1), rgba(24, 178, 133, 0.1));
  color: #0f7280;
  font-weight: 700;
  line-height: 1.2;
}

.ptc-editorial-content .ptc-section-header h2 {
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.ptc-editorial-content .ptc-section-header p {
  margin: 14px auto 0;
  color: #526174;
  line-height: 1.72;
}

.ptc-editorial-content .ptc-grid {
  display: grid;
  align-items: stretch;
}

.ptc-editorial-content .ptc-card,
.ptc-editorial-content .ptc-benefit-card {
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(20, 35, 58, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 44px rgba(18, 32, 56, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.ptc-editorial-content .ptc-card::before,
.ptc-editorial-content .ptc-benefit-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #138496, #18b285, #f4b860);
  opacity: 0.9;
}

.ptc-editorial-content .ptc-card:hover,
.ptc-editorial-content .ptc-benefit-card:hover {
  transform: translateY(-5px);
  border-color: rgba(19, 132, 150, 0.24);
  box-shadow: 0 24px 58px rgba(18, 32, 56, 0.13);
}

.ptc-editorial-content .ptc-card h3,
.ptc-editorial-content .ptc-benefit-card h3,
.ptc-editorial-content .ptc-step-copy h3 {
  margin: 0;
  color: #142033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.ptc-editorial-content .ptc-card p,
.ptc-editorial-content .ptc-benefit-card p,
.ptc-editorial-content .ptc-step-copy p {
  margin: 10px 0 0;
  color: #5b6878;
  line-height: 1.65;
}

.ptc-editorial-content .ptc-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #138496, #18b285);
  box-shadow: 0 12px 24px rgba(19, 132, 150, 0.22);
}

.ptc-editorial-content .ptc-icon::before,
.ptc-editorial-content .ptc-icon::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}

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

.ptc-editorial-content .ptc-icon-clock::after {
  width: 9px;
  height: 8px;
  top: 16px;
  left: 22px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}

.ptc-editorial-content .ptc-icon-break::before {
  width: 22px;
  height: 16px;
  top: 16px;
  left: 10px;
  border: 2px solid #ffffff;
  border-radius: 4px 4px 8px 8px;
}

.ptc-editorial-content .ptc-icon-break::after {
  width: 8px;
  height: 10px;
  top: 18px;
  right: 9px;
  border: 2px solid #ffffff;
  border-left: 0;
  border-radius: 0 8px 8px 0;
}

.ptc-editorial-content .ptc-icon-overtime::before {
  width: 24px;
  height: 24px;
  top: 11px;
  left: 11px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}

.ptc-editorial-content .ptc-icon-overtime::after {
  width: 12px;
  height: 2px;
  top: 22px;
  left: 17px;
  background: #ffffff;
  box-shadow: 5px -5px 0 -1px #ffffff;
  transform: rotate(-35deg);
}

.ptc-editorial-content .ptc-icon-decimal::before {
  width: 24px;
  height: 20px;
  top: 13px;
  left: 11px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}

.ptc-editorial-content .ptc-icon-decimal::after {
  width: 4px;
  height: 4px;
  right: 13px;
  bottom: 13px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: -8px 0 0 #ffffff;
}

.ptc-editorial-content .ptc-icon-record::before {
  width: 24px;
  height: 26px;
  top: 10px;
  left: 11px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}

.ptc-editorial-content .ptc-icon-record::after {
  width: 14px;
  height: 2px;
  top: 18px;
  left: 16px;
  background: #ffffff;
  box-shadow: 0 6px 0 #ffffff, 0 12px 0 #ffffff;
}

.ptc-editorial-content .ptc-icon-team::before {
  width: 10px;
  height: 10px;
  top: 12px;
  left: 18px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: -9px 8px 0 -1px #ffffff, 9px 8px 0 -1px #ffffff;
}

.ptc-editorial-content .ptc-icon-team::after {
  width: 26px;
  height: 12px;
  left: 10px;
  bottom: 10px;
  border: 2px solid #ffffff;
  border-radius: 12px 12px 5px 5px;
}

.ptc-editorial-content .ptc-steps {
  display: grid;
  gap: 18px;
}

.ptc-editorial-content .ptc-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(20, 35, 58, 0.08);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(18, 32, 56, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.ptc-editorial-content .ptc-step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(24, 178, 133, 0.28);
  box-shadow: 0 24px 58px rgba(18, 32, 56, 0.12);
}

.ptc-editorial-content .ptc-step-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 37px;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, rgba(19, 132, 150, 0), rgba(19, 132, 150, 0.35), rgba(244, 184, 96, 0));
}

.ptc-editorial-content .ptc-step-number {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #138496, #18b285);
  color: #ffffff;
  font-weight: 800;
  box-shadow: 0 14px 30px rgba(19, 132, 150, 0.24);
}

.ptc-editorial-content .ptc-badge {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(244, 184, 96, 0.16);
  color: #8b5d12;
  font-weight: 800;
  line-height: 1.15;
}

.ptc-editorial-content .ptc-benefit-mark {
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #18b285, #f4b860);
  box-shadow: 0 12px 26px rgba(24, 178, 133, 0.22);
}

.ptc-editorial-content .ptc-benefit-mark::before {
  content: "";
  width: 17px;
  height: 9px;
  margin: 13px 0 0 12px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}

.ptc-editorial-content .ptc-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

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

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

  .ptc-editorial-content .ptc-container {
    padding: 0 14px;
  }

  .ptc-editorial-content .ptc-section-header {
    margin-bottom: 26px;
  }

  .ptc-editorial-content .ptc-kicker {
    font-size: 11px;
  }

  .ptc-editorial-content .ptc-section-header h2 {
    font-size: 25px;
  }

  .ptc-editorial-content .ptc-section-header p {
    font-size: 14px;
  }

  .ptc-editorial-content .ptc-grid-six,
  .ptc-editorial-content .ptc-grid-three {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .ptc-editorial-content .ptc-card,
  .ptc-editorial-content .ptc-benefit-card {
    padding: 23px 18px 20px;
  }

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

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

  .ptc-editorial-content .ptc-step-card {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px 18px;
  }

  .ptc-editorial-content .ptc-step-card::before {
    display: none;
  }

  .ptc-editorial-content .ptc-step-number {
    width: 54px;
    height: 54px;
    font-size: 16px;
  }
}

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

  .ptc-editorial-content .ptc-container {
    padding: 0 18px;
  }

  .ptc-editorial-content .ptc-section-header {
    margin-bottom: 30px;
  }

  .ptc-editorial-content .ptc-kicker {
    font-size: 12px;
  }

  .ptc-editorial-content .ptc-section-header h2 {
    font-size: 28px;
  }

  .ptc-editorial-content .ptc-section-header p {
    font-size: 15px;
  }

  .ptc-editorial-content .ptc-grid-six,
  .ptc-editorial-content .ptc-grid-three {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ptc-editorial-content .ptc-card,
  .ptc-editorial-content .ptc-benefit-card {
    padding: 25px 21px 22px;
  }

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

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

  .ptc-editorial-content .ptc-step-card {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 24px 21px;
  }

  .ptc-editorial-content .ptc-step-card::before {
    display: none;
  }

  .ptc-editorial-content .ptc-step-number {
    width: 56px;
    height: 56px;
    font-size: 17px;
  }
}

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

  .ptc-editorial-content .ptc-container {
    padding: 0 22px;
  }

  .ptc-editorial-content .ptc-section-header {
    margin-bottom: 34px;
  }

  .ptc-editorial-content .ptc-kicker {
    font-size: 12px;
  }

  .ptc-editorial-content .ptc-section-header h2 {
    font-size: 31px;
  }

  .ptc-editorial-content .ptc-section-header p {
    font-size: 15.5px;
  }

  .ptc-editorial-content .ptc-grid-six,
  .ptc-editorial-content .ptc-grid-three {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .ptc-editorial-content .ptc-card,
  .ptc-editorial-content .ptc-benefit-card {
    padding: 28px 24px 25px;
  }

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

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

  .ptc-editorial-content .ptc-step-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 27px 24px;
  }

  .ptc-editorial-content .ptc-step-card::before {
    display: none;
  }

  .ptc-editorial-content .ptc-step-number {
    width: 58px;
    height: 58px;
    font-size: 17px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ptc-editorial-content .ptc-section {
    padding: 72px 0;
  }

  .ptc-editorial-content .ptc-container {
    padding: 0 32px;
  }

  .ptc-editorial-content .ptc-section-header {
    margin-bottom: 40px;
  }

  .ptc-editorial-content .ptc-kicker {
    font-size: 12px;
  }

  .ptc-editorial-content .ptc-section-header h2 {
    font-size: 38px;
  }

  .ptc-editorial-content .ptc-section-header p {
    font-size: 16px;
  }

  .ptc-editorial-content .ptc-grid-six,
  .ptc-editorial-content .ptc-grid-three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

  .ptc-editorial-content .ptc-card,
  .ptc-editorial-content .ptc-benefit-card {
    padding: 30px 26px 27px;
  }

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

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

  .ptc-editorial-content .ptc-step-card {
    gap: 24px;
    padding: 30px;
  }

  .ptc-editorial-content .ptc-step-number {
    width: 64px;
    height: 64px;
    font-size: 18px;
  }
}

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

  .ptc-editorial-content .ptc-container {
    padding: 0 28px;
  }

  .ptc-editorial-content .ptc-section-header {
    margin-bottom: 46px;
  }

  .ptc-editorial-content .ptc-kicker {
    font-size: 12px;
  }

  .ptc-editorial-content .ptc-section-header h2 {
    font-size: 44px;
  }

  .ptc-editorial-content .ptc-section-header p {
    font-size: 17px;
  }

  .ptc-editorial-content .ptc-grid-six,
  .ptc-editorial-content .ptc-grid-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }

  .ptc-editorial-content .ptc-card,
  .ptc-editorial-content .ptc-benefit-card {
    padding: 32px 28px 29px;
  }

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

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

  .ptc-editorial-content .ptc-step-card {
    gap: 28px;
    padding: 32px 34px;
  }

  .ptc-editorial-content .ptc-step-number {
    width: 68px;
    height: 68px;
    font-size: 19px;
  }
}