.bty-page{background-color:#f5f5f5;min-height:100vh;display:flex;flex-direction:column}.bty-main{flex:1;display:flex;justify-content:center;align-items:center;padding:40px 20px}.bty-step{width:100%;max-width:700px}.bty-step--thank-you{animation:fadeIn 0.5s ease-in}@keyframes fadeIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.bty-request-completed{background-color:#fff;border-radius:12px;box-shadow:0 2px 16px rgb(0 0 0 / .08);padding:40px;text-align:center}.bty-request-completed h2{font-size:28px;font-weight:600;color:#222;margin:0 0 16px 0;line-height:1.3}.bty-message{font-size:16px;color:#666;margin-bottom:32px;line-height:1.6}.bty-request-summary{text-align:left;background-color:#f9f9f9;border-radius:8px;padding:24px;margin:32px 0;border-left:4px solid #0274fc}.bty-request-summary>p{font-size:14px;color:#666;margin:0 0 8px 0;font-weight:500}.bty-request-summary>h3{font-size:24px;font-weight:600;color:#222;margin:0 0 20px 0}.bty-resume{display:flex;flex-direction:column;gap:12px}.bty-resume p{margin:0;font-size:14px;color:#555;display:flex;justify-content:space-between;align-items:center}.bty-resume p span:first-child{font-weight:600;color:#222}.bty-resume p span:last-child{color:#0274fc;font-weight:500}.bty-request-instructions{background-color:#e3f2fd;border-radius:8px;padding:20px;margin:32px 0;font-size:14px;color:#0c5ba7;line-height:1.8}.bty-request-instructions b{font-weight:600}.bty-request-instructions a{color:#0274fc;text-decoration:none;font-weight:600;word-break:break-all}.bty-request-instructions a:hover{text-decoration:underline}.bty-btn-primary{display:inline-block;background:linear-gradient(135deg,#0274fc 0%,#02cbff 100%);color:#fff;padding:14px 40px;border-radius:6px;text-decoration:none;font-weight:600;font-size:14px;transition:transform 0.2s ease,box-shadow 0.2s ease;margin-top:20px;border:none;cursor:pointer}.bty-btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgb(2 116 252 / .3)}.bty-btn-primary:active{transform:translateY(0)}@media (max-width:768px){.bty-page{padding:20px 0}.bty-main{padding:20px}.bty-request-completed{padding:24px}.bty-request-completed h2{font-size:22px;margin-bottom:12px}.bty-message{font-size:14px;margin-bottom:24px}.bty-request-summary{padding:16px;margin:24px 0}.bty-request-summary>h3{font-size:20px}.bty-resume p{font-size:13px;flex-direction:column;align-items:flex-start}.bty-resume p span:last-child{margin-top:4px}.bty-request-instructions{font-size:13px;padding:16px;margin:24px 0}.bty-btn-primary{padding:12px 32px;font-size:13px;margin-top:16px;width:100%;box-sizing:border-box}}@media (max-width:480px){.bty-request-completed{padding:16px}.bty-request-completed h2{font-size:18px}.bty-message{font-size:13px}.bty-request-summary>h3{font-size:18px}.bty-request-instructions{font-size:12px;padding:12px}}