.dlt-thankyou {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 560px;
  padding: 48px 20px;
  background: #fff;
  overflow: hidden;
  isolation: isolate;
}
.dlt-thankyou::before,
.dlt-thankyou::after {
  content: '';
  position: absolute;
  pointer-events: none;
  z-index: 0;
  border-radius: 999px;
}
.dlt-thankyou::before {
  width: 280px;
  height: 280px;
  top: -130px;
  right: -90px;
  background: radial-gradient(circle at center, rgba(31,160,242,.08), rgba(31,160,242,0) 70%);
}
.dlt-thankyou::after {
  width: 220px;
  height: 220px;
  left: -90px;
  bottom: -90px;
  background: radial-gradient(circle at center, rgba(10,36,72,.05), rgba(10,36,72,0) 72%);
}
.dlt-thankyou__card {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 880px;
  padding: 56px 48px 42px;
  text-align: center;
  background: #fff;
  border: 1px solid #D8EBF9;
  border-radius: 32px;
  box-shadow: 0 20px 56px rgba(10, 36, 72, .08);
  overflow: hidden;
}
.dlt-thankyou__card::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 148px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #42BFFF 0%, #1E93EB 100%);
}
.dlt-thankyou__card::after {
  content: '';
  position: absolute;
  inset: 12px;
  border-radius: 24px;
  border: 1px solid rgba(227, 241, 251, .95);
  pointer-events: none;
}
.dlt-thankyou__top-icon,
.dlt-thankyou__heart,
.dlt-thankyou__notice-icon,
.dlt-thankyou__divider-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #169EEA;
  background: linear-gradient(180deg, #FFFFFF 0%, #EFF8FF 100%);
}
.dlt-thankyou__top-icon {
  position: relative;
  width: 88px;
  height: 88px;
  margin: 16px 0 24px;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,.88);
  background: linear-gradient(135deg, #25B6FA 0%, #0877D7 100%);
  color: #fff;
  box-shadow: 0 18px 34px rgba(20,132,216,.24), inset 0 1px 0 rgba(255,255,255,.38);
  font-size: 34px;
  overflow: visible;
}
.dlt-thankyou__top-icon::before {
  content: '';
  position: absolute;
  inset: -8px;
  z-index: -1;
  border-radius: 36px;
  border: 1px solid rgba(31,160,242,.20);
  background: rgba(237,248,255,.72);
  box-shadow: 0 0 0 6px rgba(31,160,242,.035);
}
.dlt-thankyou__top-icon::after {
  content: '';
  position: absolute;
  right: -5px;
  top: -5px;
  width: 16px;
  height: 16px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: #6ED0FF;
  box-shadow: 0 5px 12px rgba(13,119,201,.18);
}
.dlt-thankyou__top-icon i,
.dlt-thankyou__heart i,
.dlt-thankyou__notice-icon i,
.dlt-thankyou__divider-icon i,
.dlt-thankyou__top-icon svg,
.dlt-thankyou__heart svg,
.dlt-thankyou__notice-icon svg,
.dlt-thankyou__divider-icon svg {
  display: block;
  width: 1em;
  height: 1em;
}
.dlt-thankyou__top-icon i,
.dlt-thankyou__top-icon svg,
.dlt-thankyou__notice-icon i,
.dlt-thankyou__notice-icon svg {
  position: relative;
  z-index: 2;
}
.dlt-thankyou__top-icon i,
.dlt-thankyou__notice-icon i {
  color: inherit;
}
.dlt-thankyou__top-icon svg,
.dlt-thankyou__notice-icon svg,
.dlt-thankyou__top-icon svg *,
.dlt-thankyou__notice-icon svg * {
  fill: currentColor;
  stroke: currentColor;
}
.dlt-thankyou__title {
  margin: 0;
  color: #0A2448;
  font-size: clamp(46px, 6vw, 72px);
  line-height: 0.98;
  font-weight: 600;
  font-family: "Brush Script MT", "Segoe Script", "Snell Roundhand", cursive;
}
.dlt-thankyou__title-accent {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 16px auto 22px;
}
.dlt-thankyou__title-accent-line {
  width: 72px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(49,168,242,.15) 0%, #31A8F2 100%);
}
.dlt-thankyou__title-accent-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #31A8F2;
  box-shadow: 0 0 0 8px rgba(49,168,242,.08);
}
.dlt-thankyou__heart {
  width: 54px;
  height: 54px;
  margin: 0 auto 18px;
  border-radius: 18px;
  border: 1px solid #D5EDFB;
  font-size: 22px;
  box-shadow: 0 10px 24px rgba(49,168,242,.08);
}
.dlt-thankyou__heading {
  margin: 0 0 14px;
  color: #0B1F3A;
  font-size: clamp(28px, 3.6vw, 42px);
  line-height: 1.16;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.dlt-thankyou__description {
  max-width: 610px;
  margin: 0 auto 28px;
  color: #5A6B82;
  font-size: 20px;
  line-height: 1.7;
}
.dlt-thankyou__notice {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  width: 100%;
  max-width: 640px;
  margin: 0 auto 28px;
  padding: 22px 26px 22px 30px;
  border: 1px solid #D8ECFA;
  border-radius: 24px;
  background: linear-gradient(135deg, #FBFDFF 0%, #F1F8FF 58%, #F7FBFF 100%);
  box-shadow: 0 18px 38px rgba(18, 99, 166, 0.08);
  text-align: left;
  transform-origin: center center;
}

.dlt-thankyou__notice::before {
  content: '';
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, #31A8F2 0%, #0E7FDC 100%);
}
.dlt-thankyou__notice-icon {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  font-size: 24px;
  color: #fff;
  border: 1px solid rgba(255,255,255,.82);
  background: linear-gradient(135deg, #25B6FA 0%, #0877D7 100%);
  box-shadow: 0 14px 24px rgba(20,132,216,.20), inset 0 1px 0 rgba(255,255,255,.32);
}
.dlt-thankyou__notice-icon::after {
  content: '';
  position: absolute;
  inset: 7px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 12px;
  pointer-events: none;
}
.dlt-thankyou__highlight-text {
  position: relative;
  display: block;
  color: #1479D1;
  font-size: clamp(20px, 2.8vw, 30px);
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.dlt-thankyou__highlight-text::before {
  content: 'Next Step';
  display: block;
  margin-bottom: 6px;
  color: #79A9CF;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.dlt-thankyou__divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.dlt-thankyou__divider::before,
.dlt-thankyou__divider::after {
  content: '';
  width: 108px;
  max-width: 18vw;
  height: 1px;
  background: #C7E3F5;
}
.dlt-thankyou__divider-icon {
  width: 38px;
  height: 38px;
  border-radius: 14px;
  font-size: 15px;
  border: 1px solid #E1F0FB;
  box-shadow: 0 8px 16px rgba(49,168,242,.08);
}
@media (max-width: 1024px) {
  .dlt-thankyou {
    min-height: 520px;
    padding: 40px 18px;
  }
  .dlt-thankyou__card {
    max-width: 760px;
    padding: 50px 34px 38px;
  }
  .dlt-thankyou__description {
    font-size: 18px;
  }
  .dlt-thankyou__notice {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .dlt-thankyou {
    min-height: auto;
    padding: 26px 14px;
  }
  .dlt-thankyou::before,
  .dlt-thankyou::after {
    display: none;
  }
  .dlt-thankyou__card {
    padding: 42px 20px 28px;
    border-radius: 24px;
    box-shadow: 0 14px 32px rgba(10,36,72,.07);
  }
  .dlt-thankyou__card::before {
    width: 120px;
  }
  .dlt-thankyou__card::after {
    inset: 10px;
    border-radius: 18px;
  }
  .dlt-thankyou__top-icon {
    width: 74px;
    height: 74px;
    border-radius: 22px;
    font-size: 30px;
    margin: 10px 0 18px;
  }
  .dlt-thankyou__title-accent {
    margin: 12px auto 16px;
  }
  .dlt-thankyou__title-accent-line {
    width: 52px;
  }
  .dlt-thankyou__heart {
    width: 46px;
    height: 46px;
    margin-bottom: 14px;
    border-radius: 15px;
  }
  .dlt-thankyou__heading {
    margin-bottom: 10px;
  }
  .dlt-thankyou__description {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .dlt-thankyou__notice {
    flex-direction: row;
    align-items: center;
    gap: 12px;
    padding: 18px 16px 18px 20px;
    border-radius: 20px;
    margin-bottom: 22px;
  }
  .dlt-thankyou__notice::before {
    top: 14px;
    bottom: 14px;
  }
  .dlt-thankyou__notice-icon {
    width: 48px;
    height: 48px;
    border-radius: 15px;
    font-size: 20px;
  }
  .dlt-thankyou__highlight-text {
    font-size: 18px;
  }
  .dlt-thankyou__highlight-text::before {
    font-size: 11px;
    margin-bottom: 4px;
  }
  .dlt-thankyou__divider::before,
  .dlt-thankyou__divider::after {
    width: 70px;
  }
}

.dlt-thankyou__home-button-wrap {
  display: flex;
  justify-content: center;
  margin: 4px 0 0;
}
.dlt-thankyou__home-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  padding: 14px 28px;
  border: 1px solid transparent;
  border-radius: 14px;
  background: #109DE8;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(16,157,232,.18);
  --dlt-home-button-scale: 1;
  transform: scale(var(--dlt-home-button-scale));
  transform-origin: center center;
  transition: transform .25s ease, background-color .25s ease, box-shadow .25s ease, color .25s ease;
}
.dlt-thankyou__home-button:hover,
.dlt-thankyou__home-button:focus {
  background: #0878C8;
  color: #fff;
  transform: translateY(-2px) scale(var(--dlt-home-button-scale));
  box-shadow: 0 18px 34px rgba(8,120,200,.22);
}
.dlt-thankyou__home-button:focus-visible {
  outline: 3px solid rgba(16,157,232,.22);
  outline-offset: 4px;
}
@media (max-width: 767px) {
  .dlt-thankyou__home-button {
    width: 100%;
    min-width: 0;
  }
}
