.tool-hack-page .tool-hack-hero {
    border-radius: 0 0 2rem 2rem;
}

.tool-hack-step {
    background: #9f1239;
    opacity: 0.55;
}

.tool-hack-step.is-done,
.tool-hack-step.is-active {
    background: #e11d48;
    opacity: 1;
}

.tool-hack-step.is-active {
    box-shadow: 0 0 0 2px rgba(225, 29, 72, 0.25);
}

.tool-hack-process.hidden {
    display: none;
}

.tool-hack-faq summary::-webkit-details-marker {
    display: none;
}

.tool-hack-faq[open] summary {
    border-radius: 0.75rem 0.75rem 0 0;
}

.tool-hack-start-btn:active {
    transform: scale(0.99);
}

.tool-hack-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 0.75rem;
    background: #dc2626;
    color: #fff !important;
    text-decoration: none;
    box-shadow: 0 10px 24px -12px rgb(220 38 38 / 0.8);
}

.tool-hack-cta-btn:hover {
    background: #b91c1c;
    color: #fff !important;
}

.tool-hack-packages-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.75rem;
    background: #0f172a;
    color: #fff !important;
    text-decoration: none;
}

.tool-hack-packages-btn:hover {
    background: #1e293b;
    color: #fff !important;
}

.dark .tool-hack-packages-btn {
    background: #fff;
    color: #0f172a !important;
}

.dark .tool-hack-packages-btn:hover {
    background: #e2e8f0;
    color: #0f172a !important;
}

.tool-hack-service-card {
    text-decoration: none;
    color: inherit;
}

.tool-hack-contact-bar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}

.tool-hack-contact-title {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.4;
}

.tool-hack-contact-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
}

.tool-hack-contact-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    background: rgb(255 255 255 / 0.15);
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #fff !important;
    text-decoration: none;
    backdrop-filter: blur(4px);
    transition: background-color 0.15s ease;
}

.tool-hack-contact-link:hover {
    background: rgb(255 255 255 / 0.25);
    color: #fff !important;
}

@media (min-width: 640px) {
    .tool-hack-contact-bar {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 1.5rem;
    }

    .tool-hack-page .tool-hack-hero {
        border-radius: 0 0 2.5rem 2.5rem;
    }
}
