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

.tid-date-content {
  width: 100%;
  overflow-x: hidden;
  color: #162033;
  font-family: Arial, Helvetica, sans-serif;
}

.tid-date-content,
.tid-date-content div,
.tid-date-content section,
.tid-date-content article {
  box-sizing: border-box;
}

.tid-date-content .tid-date-section {
  position: relative;
}

.tid-date-content .tid-date-section-white {
  background: #ffffff;
}

.tid-date-content .tid-date-section-soft {
  background: #f7f9fc;
}

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

.tid-date-content .tid-date-heading {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.tid-date-content .tid-date-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(29, 155, 240, 0.2);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(29, 155, 240, 0.1), rgba(111, 66, 193, 0.08));
  color: #1267a7;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.tid-date-content .tid-date-heading h2 {
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
}

.tid-date-content .tid-date-heading p {
  margin: 14px auto 0;
  color: #5b6678;
  line-height: 1.7;
}

.tid-date-content .tid-date-grid {
  display: grid;
  align-items: stretch;
}

.tid-date-content .tid-date-card,
.tid-date-content .tid-date-benefit {
  position: relative;
  height: 100%;
  border: 1px solid rgba(18, 103, 167, 0.12);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
  overflow: hidden;
}

.tid-date-content .tid-date-card::before,
.tid-date-content .tid-date-benefit::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #1d9bf0, #6f42c1, #00b8a9);
  opacity: 0.9;
}

.tid-date-content .tid-date-card:hover,
.tid-date-content .tid-date-benefit:hover {
  transform: translateY(-6px);
  border-color: rgba(29, 155, 240, 0.32);
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.11);
}

.tid-date-content .tid-date-card h3,
.tid-date-content .tid-date-benefit h3,
.tid-date-content .tid-date-step h3 {
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.tid-date-content .tid-date-card p,
.tid-date-content .tid-date-benefit p,
.tid-date-content .tid-date-step p {
  margin: 10px 0 0;
  color: #5b6678;
  line-height: 1.65;
}

.tid-date-content .tid-date-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #1d9bf0, #6f42c1);
  box-shadow: 0 12px 24px rgba(29, 155, 240, 0.24);
}

.tid-date-content .tid-date-icon::before,
.tid-date-content .tid-date-icon::after {
  content: "";
  position: absolute;
  border-color: #ffffff;
}

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

.tid-date-content .tid-icon-clock::after {
  width: 8px;
  height: 7px;
  left: 22px;
  top: 15px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}

.tid-date-content .tid-icon-signal::before {
  width: 20px;
  height: 20px;
  left: 11px;
  top: 12px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}

.tid-date-content .tid-icon-signal::after {
  width: 12px;
  height: 2px;
  left: 17px;
  top: 22px;
  background: #ffffff;
  border: 0;
  box-shadow: 0 6px 0 #ffffff;
}

.tid-date-content .tid-icon-check::before {
  width: 18px;
  height: 10px;
  left: 14px;
  top: 16px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}

.tid-date-content .tid-icon-search::before {
  width: 16px;
  height: 16px;
  left: 12px;
  top: 12px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}

.tid-date-content .tid-icon-search::after {
  width: 10px;
  height: 2px;
  left: 26px;
  top: 28px;
  background: #ffffff;
  border: 0;
  transform: rotate(45deg);
}

.tid-date-content .tid-icon-copy::before {
  width: 15px;
  height: 18px;
  left: 17px;
  top: 12px;
  border: 2px solid #ffffff;
  border-radius: 4px;
}

.tid-date-content .tid-icon-copy::after {
  width: 15px;
  height: 18px;
  left: 11px;
  top: 17px;
  border: 2px solid rgba(255, 255, 255, 0.75);
  border-radius: 4px;
}

.tid-date-content .tid-icon-lock::before {
  width: 18px;
  height: 15px;
  left: 13px;
  top: 20px;
  border: 2px solid #ffffff;
  border-radius: 5px;
}

.tid-date-content .tid-icon-lock::after {
  width: 14px;
  height: 12px;
  left: 15px;
  top: 10px;
  border: 2px solid #ffffff;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}

.tid-date-content .tid-date-steps {
  display: grid;
  gap: 18px;
}

.tid-date-content .tid-date-step {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border: 1px solid rgba(29, 155, 240, 0.16);
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff, #fbfdff);
  box-shadow: 0 18px 46px rgba(17, 24, 39, 0.07);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.tid-date-content .tid-date-step:hover {
  transform: translateY(-4px);
  border-color: rgba(29, 155, 240, 0.34);
  box-shadow: 0 24px 56px rgba(17, 24, 39, 0.1);
}

.tid-date-content .tid-date-step::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: linear-gradient(180deg, #1d9bf0, #6f42c1);
}

.tid-date-content .tid-date-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  border-radius: 20px;
  background: linear-gradient(135deg, #1d9bf0, #6f42c1);
  box-shadow: 0 14px 30px rgba(29, 155, 240, 0.24);
}

.tid-date-content .tid-date-badge {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(29, 155, 240, 0.1);
  color: #1267a7;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.tid-date-content .tid-date-benefit-mark {
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1d9bf0, #00b8a9);
  position: relative;
  box-shadow: 0 12px 26px rgba(0, 184, 169, 0.2);
}

.tid-date-content .tid-date-benefit-mark::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 9px;
  left: 12px;
  top: 14px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}

.tid-date-content .tid-reveal {
  opacity: 0;
  transform: translateY(18px);
}

.tid-date-content .tid-reveal.tid-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 560ms ease, transform 560ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

@media (min-width: 320px) and (max-width: 374px) {
  .tid-date-content .tid-date-section {
    padding: 48px 0;
  }

  .tid-date-content .tid-date-container {
    padding: 0 14px;
  }

  .tid-date-content .tid-date-heading h2 {
    font-size: 25px;
  }

  .tid-date-content .tid-date-heading p {
    font-size: 14px;
  }

  .tid-date-content .tid-date-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }

  .tid-date-content .tid-date-card,
  .tid-date-content .tid-date-benefit {
    padding: 24px 20px;
    border-radius: 18px;
  }

  .tid-date-content .tid-date-card h3,
  .tid-date-content .tid-date-benefit h3,
  .tid-date-content .tid-date-step h3 {
    font-size: 18px;
  }

  .tid-date-content .tid-date-card p,
  .tid-date-content .tid-date-benefit p,
  .tid-date-content .tid-date-step p {
    font-size: 14px;
  }

  .tid-date-content .tid-date-steps {
    margin-top: 28px;
  }

  .tid-date-content .tid-date-step {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 20px;
  }

  .tid-date-content .tid-date-step-number {
    width: 54px;
    height: 54px;
    font-size: 18px;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .tid-date-content .tid-date-section {
    padding: 56px 0;
  }

  .tid-date-content .tid-date-container {
    padding: 0 18px;
  }

  .tid-date-content .tid-date-heading h2 {
    font-size: 28px;
  }

  .tid-date-content .tid-date-heading p {
    font-size: 15px;
  }

  .tid-date-content .tid-date-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }

  .tid-date-content .tid-date-card,
  .tid-date-content .tid-date-benefit {
    padding: 26px 22px;
  }

  .tid-date-content .tid-date-card h3,
  .tid-date-content .tid-date-benefit h3,
  .tid-date-content .tid-date-step h3 {
    font-size: 19px;
  }

  .tid-date-content .tid-date-card p,
  .tid-date-content .tid-date-benefit p,
  .tid-date-content .tid-date-step p {
    font-size: 14.5px;
  }

  .tid-date-content .tid-date-steps {
    margin-top: 30px;
  }

  .tid-date-content .tid-date-step {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px 22px;
  }

  .tid-date-content .tid-date-step-number {
    width: 56px;
    height: 56px;
    font-size: 18px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .tid-date-content .tid-date-section {
    padding: 64px 0;
  }

  .tid-date-content .tid-date-container {
    padding: 0 22px;
  }

  .tid-date-content .tid-date-heading h2 {
    font-size: 31px;
  }

  .tid-date-content .tid-date-heading p {
    font-size: 16px;
  }

  .tid-date-content .tid-date-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }

  .tid-date-content .tid-date-card,
  .tid-date-content .tid-date-benefit {
    padding: 30px 26px;
  }

  .tid-date-content .tid-date-card h3,
  .tid-date-content .tid-date-benefit h3,
  .tid-date-content .tid-date-step h3 {
    font-size: 20px;
  }

  .tid-date-content .tid-date-card p,
  .tid-date-content .tid-date-benefit p,
  .tid-date-content .tid-date-step p {
    font-size: 15px;
  }

  .tid-date-content .tid-date-steps {
    margin-top: 34px;
  }

  .tid-date-content .tid-date-step {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 30px 26px;
  }

  .tid-date-content .tid-date-step-number {
    width: 58px;
    height: 58px;
    font-size: 19px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .tid-date-content .tid-date-section {
    padding: 78px 0;
  }

  .tid-date-content .tid-date-container {
    padding: 0 30px;
  }

  .tid-date-content .tid-date-heading h2 {
    font-size: 38px;
  }

  .tid-date-content .tid-date-heading p {
    font-size: 17px;
  }

  .tid-date-content .tid-date-grid-three,
  .tid-date-content .tid-date-grid-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }

  .tid-date-content .tid-date-card,
  .tid-date-content .tid-date-benefit {
    padding: 30px 28px;
  }

  .tid-date-content .tid-date-card h3,
  .tid-date-content .tid-date-benefit h3,
  .tid-date-content .tid-date-step h3 {
    font-size: 21px;
  }

  .tid-date-content .tid-date-card p,
  .tid-date-content .tid-date-benefit p,
  .tid-date-content .tid-date-step p {
    font-size: 15.5px;
  }

  .tid-date-content .tid-date-steps {
    margin-top: 42px;
  }

  .tid-date-content .tid-date-step {
    gap: 24px;
    padding: 30px 32px;
  }

  .tid-date-content .tid-date-step-number {
    width: 64px;
    height: 64px;
    font-size: 20px;
  }
}

@media (min-width: 1024px) {
  .tid-date-content .tid-date-section {
    padding: 92px 0;
  }

  .tid-date-content .tid-date-container {
    padding: 0 32px;
  }

  .tid-date-content .tid-date-heading h2 {
    font-size: 44px;
  }

  .tid-date-content .tid-date-heading p {
    font-size: 17px;
  }

  .tid-date-content .tid-date-grid-three,
  .tid-date-content .tid-date-grid-benefits {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }

  .tid-date-content .tid-date-card,
  .tid-date-content .tid-date-benefit {
    padding: 32px 30px;
  }

  .tid-date-content .tid-date-card h3,
  .tid-date-content .tid-date-benefit h3,
  .tid-date-content .tid-date-step h3 {
    font-size: 22px;
  }

  .tid-date-content .tid-date-card p,
  .tid-date-content .tid-date-benefit p,
  .tid-date-content .tid-date-step p {
    font-size: 15.5px;
  }

  .tid-date-content .tid-date-steps {
    margin-top: 48px;
  }

  .tid-date-content .tid-date-step {
    gap: 28px;
    padding: 34px 38px;
  }

  .tid-date-content .tid-date-step-number {
    width: 68px;
    height: 68px;
    font-size: 21px;
  }
}