/* Thank You – Contact (Inbox Notice) */

.ty-page {
  padding: clamp(32px, 6vw, 80px) 16px;
}

.ty-card {
  max-width: 760px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: clamp(24px, 4vw, 48px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
}

.ty-header {
  margin-bottom: 24px;
}

.ty-title {
  margin: 0 0 12px;
  font-size: clamp(26px, 2.2vw, 38px);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.ty-intro {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.78);
}

.ty-info {
  margin-top: 24px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 12px;
}

.ty-subtitle {
  margin: 0 0 12px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(0, 0, 0, 0.65);
}

.ty-list {
  margin: 0;
  padding-left: 18px;
}

.ty-list li {
  margin-bottom: 8px;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.8);
}

.ty-actions {
  display: flex;
  gap: 12px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.ty-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 18px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid transparent;
  transition: background 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.ty-btn--primary {
  background: #111;
  color: #fff;
  border-color: #111;
}

.ty-btn--secondary {
  background: transparent;
  color: #111;
  border-color: rgba(0, 0, 0, 0.25);
}

.ty-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
}

.ty-divider {
  margin: 28px 0 16px;
  border: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.08);
}

.ty-note {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.65);
}

@media (max-width: 640px) {
  .ty-actions .ty-btn {
    width: 100%;
  }
}
