body.otg-thank-you-page {
    background: linear-gradient(180deg, #f1f5f9 0%, #ffffff 45%, #fdf2f8 100%);
}

body.otg-thank-you-page .ts-page-hero {
    display: none !important;
}

body.otg-thank-you-page .site__main {
    padding: clamp(40px, 6vw, 96px) 0 clamp(56px, 8vw, 120px);
}

body.otg-thank-you-page .site__main > .ts-wrap {
    max-width: 1200px;
    padding-inline: clamp(1.25rem, 4vw, 2.75rem);
}

.ts_ty_subheading {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.55;
    margin: 0 auto;
    max-width: 780px;
    color: #4c5364;
}
.ts_ty_content {
    padding: clamp(2.5rem, 5vw, 3.5rem) clamp(1.5rem, 4vw, 3rem) clamp(2rem, 4vw, 3rem);
    width: 100%;
    max-width: 1100px;
    margin: clamp(2rem, 4vw, 3rem) auto 0;
    background: #fff;
    border-radius: 32px;
    box-shadow: 0 40px 80px rgba(15, 23, 42, 0.08);
}
.ts_ty_content_left {
    float: left;
    margin-right: 2%;
    width: 49%;
}
.ts_ty_content_right {
    float: right;
    width: 49%;
}
.ts_ty_content_footer {
    clear: both;
    padding-top: 3rem;
    text-align: center;
    font-size: 1.25rem;
    width: 100%;
}
.ts_ty_content_btn {
    padding-top: 2rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.tsty-btn {
    border-radius: 999px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    margin-bottom: 0;
    padding: 0.95rem 1.85rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.15);
    border: none;
}
.tsty-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 22px 50px rgba(15, 23, 42, 0.2);
}
.tsty-btn:focus-visible {
    outline: 3px solid rgba(59, 130, 246, 0.35);
    outline-offset: 2px;
}
.tsty-btn_download {
    background: linear-gradient(130deg, #111827, #1f3b91);
    color: #fff;
}
.tsty-btn_download:hover {
    background: linear-gradient(130deg, #0f172a, #243fa5);
}
.tsty-btn_support {
    background: linear-gradient(130deg, #ff7a18, #ffb347);
    color: #fff;
}
.tsty-btn_support:hover {
    background: linear-gradient(130deg, #ff6a00, #ff9a3c);
}
.ts_ty_intro-grid {
    display: flex;
    gap: clamp(1rem, 3vw, 1.75rem);
    flex-wrap: wrap;
    margin-bottom: 2.25rem;
}
.ts_ty_card {
    background: #ffffff;
    border: 1px solid #e6e8eb;
    border-radius: 18px;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.06);
    padding: clamp(1.5rem, 3vw, 2rem);
    flex: 1;
    min-width: 260px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.ts_ty_card:hover {
    transform: translateY(-4px);
    box-shadow: 0 25px 60px rgba(15, 23, 42, 0.1);
}
.ts_ty_card--primary {
    border-color: #c5d8ff;
}
.ts_ty_card--secondary {
    border-color: #ffe4ba;
}
.ts_ty_card--info {
    max-width: 640px;
    margin: 0 auto 2rem;
}
.ts_ty_badge {
    display: inline-flex;
    align-items: center;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    background: #eef2ff;
    color: #3949ab;
    padding: 0.25rem 0.65rem;
    border-radius: 999px;
    margin-bottom: 0.75rem;
}
.ts_ty_badge--muted {
    background: #f5f5f7;
    color: #475467;
}
.ts_ty_domain-card {
    border: 1px solid #e4e7ec;
    border-radius: 20px;
    padding: clamp(1.5rem, 3vw, 2.25rem);
    background: linear-gradient(145deg, #f8fafc, #edf2ff);
    margin-bottom: 2.5rem;
}
.ts_ty_domain-label {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0.25rem 0 0.5rem;
    color: #0f172a;
}
.ts_ty_domain-label--pending {
    color: #475467;
}
.ts_ty_domain-hint {
    margin: 0;
    color: #475467;
}
.ts_ty_choice-status {
    margin-top: 1rem;
}
.ts_ty_choice-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 600;
    background: #ecfeff;
    color: #0f766e;
}
.ts_ty_choice-pill--pending {
    background: #fff4e6;
    color: #b54708;
}
.ts_ty_steps {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}
.ts_ty_step-card {
    flex: 1;
    min-width: 280px;
    border: 1px solid #e4e7ec;
    border-radius: 12px;
    padding: 1.5rem;
    background: #fff;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
}
.ts_ty_step-head h3 {
    margin: 0.35rem 0;
}
.ts_ty_nameservers {
    list-style: none;
    padding-left: 1rem;
    margin: 1rem 0;
    color: #1f2933;
}
.ts_ty_nameservers li {
    margin-bottom: 0.25rem;
}
.ts_ty_dns-records {
    border: 1px solid #e4e7ec;
    border-radius: 10px;
    margin: 1rem 0;
    overflow: hidden;
}
.ts_ty_dns-records-header,
.ts_ty_dns-record {
    display: grid;
    grid-template-columns: 1fr 1fr 2fr 1fr;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
}
.ts_ty_dns-records-header {
    background: #f4f4f5;
    font-weight: 600;
    color: #1f2933;
}
.ts_ty_dns-record:nth-child(even) {
    background: #fbfbfc;
}
.ts_ty_choice_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 1rem;
    padding: 0.95rem 1rem;
    border-radius: 999px;
    border: 1px solid #cfd8e3;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    background: #fff;
    color: #1d2939;
}
.ts_ty_choice_btn:hover {
    border-color: #2563eb;
    color: #2563eb;
    box-shadow: 0 10px 18px rgba(37, 99, 235, 0.15);
}
.ts_ty_choice_btn.is-selected {
    background: #dbeafe;
    border-color: #1d4ed8;
    color: #1d4ed8;
}
.ts_ty_choice_btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}
.ts_ty_tip {
    margin-top: 1.5rem;
    padding: 1rem 1.25rem;
    border-radius: 8px;
    background: #fef3c7;
    color: #92400e;
    font-weight: 500;
}
.ts_ty_empty {
    color: #475467;
    font-style: italic;
}
/* Mobile */
@media (max-width: 912px) {
    .ts_ty_content_left {
        float: none;
        margin-right: 0;
        width: 100%;
    }
    .ts_ty_content_right {
        float: none;
        padding-top: 3rem;
        width: 100%;
    }
    .ts_ty_intro-grid,
    .ts_ty_steps {
        flex-direction: column;
    }
    .ts_ty_dns-records-header,
    .ts_ty_dns-record {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .ts_ty_subheading {
        padding-inline: 1.25rem;
    }
}