/* ============================================
   THANK YOU PAGE
   ============================================ */
body.enterprisehub-page-thank-you .ast-container,
body.enterprisehub-page-thank-you #primary,
body.enterprisehub-page-thank-you .content-area,
body.enterprisehub-page-thank-you article,
body.enterprisehub-page-thank-you .entry-content,
body.enterprisehub-page-thank-you .site-content,
body.page-template-page-thank-you .ast-container,
body.page-template-page-thank-you #primary,
body.page-template-page-thank-you .content-area,
body.page-template-page-thank-you article,
body.page-template-page-thank-you .entry-content,
body.page-template-page-thank-you .site-content {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}
body.enterprisehub-page-thank-you .ast-container,
body.page-template-page-thank-you .ast-container { display: block !important; }

body.enterprisehub-page-thank-you #primary,
body.page-template-page-thank-you #primary { flex: 1 1 100% !important; }

body.enterprisehub-page-thank-you #secondary,
body.page-template-page-thank-you #secondary { display: none !important; }

.ty {
    font-family: var(--font-body);
    color: var(--color-body);
    background: var(--color-bg-muted, #F8FAFC);
}

.ty-container {
    max-width: 640px;
    margin: 0 auto;
    padding: 0 24px;
}

.ty-hero {
    padding: 120px 0;
    display: flex;
    align-items: center;
    min-height: 70vh;
}

.ty-card {
    width: 100%;
    background: var(--color-bg, #fff);
    border: 1px solid var(--color-border, #E5E7EB);
    padding: 56px 48px;
    text-align: center;
}

.ty-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    background: var(--color-success, #16A34A);
    color: #fff;
    border-radius: 50%;
    margin-bottom: 24px;
}

.ty-eyebrow {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--color-accent, #0067FF);
    margin-bottom: 12px;
}

.ty-title {
    font-size: clamp(26px, 3.4vw, 34px);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: var(--color-heading, #0F172A);
    margin: 0 0 16px;
}

.ty-lead {
    font-size: 16px;
    line-height: 1.65;
    color: var(--color-body, #364151);
    margin: 0 0 32px;
}

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

.ty-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 28px;
    border-radius: 0;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform 0.18s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.ty-btn-whatsapp {
    background: #25D366;
    color: #fff;
    box-shadow: 0 6px 16px rgba(37, 211, 102, 0.28);
}

.ty-btn-whatsapp:hover {
    background: #1FAF54;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(37, 211, 102, 0.32);
}

.ty-btn-call {
    background: var(--color-accent, #0067FF);
    color: #fff;
    box-shadow: 0 6px 16px rgba(0, 103, 255, 0.25);
}

.ty-btn-call:hover {
    background: #0052cc;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(0, 103, 255, 0.32);
}

.ty-hours {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13.5px;
    color: var(--color-body, #364151);
    margin: 0 0 28px;
}

.ty-back-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: var(--color-heading, #0F172A);
    text-decoration: none;
    padding-top: 20px;
    border-top: 1px solid var(--color-border, #E5E7EB);
}

.ty-back-link:hover {
    color: var(--color-accent, #0067FF);
}

@media (max-width: 600px) {
    .ty-hero { padding: 64px 0; }
    .ty-card { padding: 40px 24px; }
    .ty-actions { flex-direction: column; align-items: stretch; }
}
