/* FINAL PROFESSIONAL THANK YOU PAGE */

.ty-page{
  background:
    linear-gradient(135deg,rgba(7,21,41,.96),rgba(16,35,61,.90)),
    url("../images/about-scale.jpg");
  background-size:cover;
  background-position:center;
  min-height:680px;
  display:flex;
  align-items:center;
  color:#fff;
  padding:86px 0;
}

.ty-wrap{
  display:flex;
  justify-content:center;
}

.ty-card{
  width:min(860px,100%);
  background:rgba(255,255,255,.96);
  color:#08111f;
  border-radius:22px;
  padding:48px;
  text-align:center;
  box-shadow:0 32px 90px rgba(0,0,0,.28);
  border:1px solid rgba(216,164,55,.35);
}

.ty-mark{
  width:88px;
  height:88px;
  border-radius:50%;
  display:grid;
  place-items:center;
  margin:0 auto 22px;
  background:#071529;
  color:#d8a437;
  box-shadow:0 18px 40px rgba(8,17,31,.18);
}

.ty-mark i{
  font-size:46px;
}

.ty-kicker{
  color:#d8a437;
  text-transform:uppercase;
  letter-spacing:.16em;
  font-size:12px;
  font-weight:900;
}

.ty-card h1{
  color:#08111f;
  font-size:clamp(34px,4.5vw,58px);
  line-height:1.06;
  margin:14px auto;
  max-width:720px;
}

.ty-card p{
  color:#5f6b7a;
  max-width:680px;
  margin:0 auto;
  font-size:17px;
  line-height:1.75;
}

.ty-next{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:0;
  margin:34px 0 30px;
  border:1px solid #e5eaf0;
  border-radius:14px;
  overflow:hidden;
  background:#fff;
}

.ty-next div{
  padding:22px 18px;
  border-right:1px solid #e5eaf0;
}

.ty-next div:last-child{
  border-right:0;
}

.ty-next strong{
  display:block;
  color:#d8a437;
  font-size:26px;
  line-height:1;
  margin-bottom:8px;
}

.ty-next span{
  color:#08111f;
  font-weight:900;
  font-size:14px;
}

.ty-actions{
  display:flex;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
}

.ty-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:15px 22px;
  border-radius:7px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.06em;
  font-size:12px;
}

.ty-btn.gold{
  background:#d8a437;
  color:#071529;
}

.ty-btn.outline{
  border:1px solid #071529;
  color:#071529;
}

.ty-note{
  margin:28px auto 0;
  max-width:620px;
  display:flex;
  justify-content:center;
  gap:10px;
  align-items:center;
  color:#5f6b7a;
  font-size:14px;
  padding-top:22px;
  border-top:1px solid #e5eaf0;
}

.ty-note i{
  color:#d8a437;
  font-size:20px;
}

@media(max-width:700px){
  .ty-page{
    min-height:auto;
    padding:52px 0;
  }

  .ty-card{
    padding:30px 22px;
    border-radius:16px;
  }

  .ty-next{
    grid-template-columns:1fr;
  }

  .ty-next div{
    border-right:0;
    border-bottom:1px solid #e5eaf0;
  }

  .ty-next div:last-child{
    border-bottom:0;
  }

  .ty-actions{
    display:grid;
    grid-template-columns:1fr;
  }

  .ty-btn{
    width:100%;
  }

  .ty-note{
    align-items:flex-start;
    text-align:left;
  }
}

.ty-reference{
  margin:28px auto 0;
  max-width:420px;
  background:#071529;
  color:#fff;
  border-radius:14px;
  padding:18px;
  border:1px solid rgba(216,164,55,.45);
}

.ty-reference span{
  display:block;
  color:#d8a437;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-weight:900;
}

.ty-reference strong{
  display:block;
  font-size:28px;
  margin-top:6px;
  letter-spacing:.05em;
}
