.ten-thanks{--ink:#0a1f33;--blue:#005eb8;--blue-soft:#6bb0ee;--serif:"Cormorant Garamond",Georgia,serif;--sans:"Inter",-apple-system,sans-serif;align-items:center;background:radial-gradient(120% 90% at 85% 5%,rgba(0,94,184,.2),transparent 55%),linear-gradient(180deg,#00060f,#00101f 60%,#00060f);color:#fff;display:flex;font-family:var(--sans);justify-content:center;min-height:70vh;overflow:hidden;padding:7rem 1.5rem;position:relative}.ten-thanks *{box-sizing:border-box}.ten-thanks .thx-wrap{margin:0 auto;max-width:640px;text-align:center}.ten-thanks .thx-icon{align-items:center;animation:thxPop .6s cubic-bezier(.16,1,.3,1) both;background:rgba(67,197,101,.14);border:1px solid rgba(67,197,101,.42);border-radius:50%;color:#43c565;display:flex;height:88px;justify-content:center;margin:0 auto 1.8rem;width:88px}.ten-thanks .thx-icon svg{animation:thxCheck .5s ease .35s forwards;height:40px;stroke-dasharray:30;stroke-dashoffset:30;width:40px}.ten-thanks .thx-kicker{color:var(--blue-soft);font-size:.78rem;font-weight:700;letter-spacing:.16em;margin:0 0 1rem;text-transform:uppercase}.ten-thanks .thx-title{color:#fff;font-family:var(--serif);font-size:clamp(2.6rem,6vw,4.6rem);font-weight:300;letter-spacing:.02em;line-height:1;margin:0 0 1.3rem}.ten-thanks .thx-msg{color:#b9c6d4;font-size:1.1rem;line-height:1.7;margin:0 auto 2.4rem;max-width:520px}.ten-thanks .thx-msg p{margin:0 0 .8rem}.ten-thanks .thx-msg p:last-child{margin-bottom:0}.ten-thanks .thx-msg a{color:var(--blue-soft);text-decoration:underline}.ten-thanks .thx-btn{align-items:center;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.3);border-radius:10px;color:#fff;cursor:pointer;display:inline-flex;font-family:var(--sans);font-size:.98rem;font-weight:600;gap:.6rem;padding:.95rem 1.9rem;text-decoration:none;transition:transform .3s cubic-bezier(.16,1,.3,1),background .3s,border-color .3s}.ten-thanks .thx-btn svg{height:17px;width:17px}.ten-thanks .thx-btn:hover{background:hsla(0,0%,100%,.12);border-color:hsla(0,0%,100%,.55);color:#fff;transform:translateY(-2px)}@keyframes thxPop{0%{opacity:0;transform:scale(.6)}to{opacity:1;transform:scale(1)}}@keyframes thxCheck{to{stroke-dashoffset:0}}@media(max-width:640px){.ten-thanks{min-height:auto;padding:5rem 1.2rem}.ten-thanks .thx-icon{height:74px;width:74px}.ten-thanks .thx-icon svg{height:34px;width:34px}}