/* ALIFY 3.0 thank-you pages */
.thankyou-page{background:#0D0D0D;color:#FFFFFF;min-height:72vh}
.thankyou-hero{padding:clamp(72px,9vw,128px) 0 88px;border-bottom:1px solid rgba(227,219,169,.24)}
.thankyou-hero__grid{display:grid;grid-template-columns:minmax(160px,.55fr) minmax(0,1.45fr);gap:clamp(40px,8vw,112px);align-items:start}
.thankyou-hero__signal{aspect-ratio:1/1;max-width:280px;background:#384166;border-top:3px solid #0CDC2A;display:flex;flex-direction:column;justify-content:space-between;padding:24px}
.thankyou-hero__signal span{font-family:var(--font-label,monospace);font-size:clamp(52px,7vw,96px);line-height:1;color:#0CDC2A}
.thankyou-hero__signal small{font-family:var(--font-label,monospace);font-size:12px;letter-spacing:.1em;color:#E3DBA9}
.thankyou-hero__copy{max-width:860px}
.thankyou-hero__copy h1{max-width:14ch;margin:14px 0 24px}
.thankyou-hero__copy .lead{max-width:62ch;color:#F7F7F5}
.thankyou-hero__actions{display:flex;flex-wrap:wrap;gap:16px;margin-top:36px}
.thankyou-next{padding:80px 0 104px;background:#111111}
.thankyou-next__head{display:grid;grid-template-columns:1fr 2fr;gap:32px;margin-bottom:44px}
.thankyou-next__head h2{max-width:18ch;margin:0}
.thankyou-next__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid #384166}
.thankyou-next__item{display:grid;grid-template-columns:54px 1fr;gap:22px;padding:30px 24px 34px 0;border-bottom:1px solid #384166}
.thankyou-next__item:nth-child(odd){padding-right:32px;border-right:1px solid #384166}
.thankyou-next__item:nth-child(even){padding-left:32px}
.thankyou-next__item>span{font-family:var(--font-label,monospace);font-size:12px;letter-spacing:.1em;color:#0CDC2A}
.thankyou-next__item h3{margin:0 0 8px;color:#FFFFFF}
.thankyou-next__item p{margin:0;color:#E3DBA9;max-width:46ch}
@media(max-width:767px){.thankyou-hero{padding:56px 0 64px}.thankyou-hero__grid{grid-template-columns:1fr;gap:32px}.thankyou-hero__signal{max-width:176px}.thankyou-next{padding:56px 0 72px}.thankyou-next__head{grid-template-columns:1fr;gap:12px}.thankyou-next__grid{grid-template-columns:1fr}.thankyou-next__item,.thankyou-next__item:nth-child(odd),.thankyou-next__item:nth-child(even){padding:24px 0;border-right:0}.thankyou-hero__actions{align-items:stretch;flex-direction:column}.thankyou-hero__actions .button{justify-content:space-between;width:100%}}
