/* Base structure matching the provided HTML, controls override specific values */
.wh-container {
    max-width: 1536px;
    margin-left: auto;
    margin-right: auto;
    padding: 3.5rem 2rem 4rem; /* pt-14 pb-16 px-8 */
}

.wh-inner {
    max-width: 48rem; /* max-w-3xl */
}

.wh-subtitle {
    font-size: 0.75rem; /* text-xs */
    line-height: 1rem;
    letter-spacing: 2px;
    font-weight: 600;
}

.wh-title {
    letter-spacing: -0.05em; /* tracking-tighter */
    margin-top: 0.5rem;
    margin-bottom: 0;
}

.wh-desc {
    margin-top: 1rem;
    font-size: 1.25rem; /* text-xl */
    line-height: 1.75rem;
    max-width: 32rem; /* max-w-lg */
}

.wh-btn-wrapper {
    margin-top: 1.75rem; /* mt-7 */
}

.wh-btn {
    display: inline-flex;
    align-items: center;
    padding: 0.875rem 2rem; /* px-8 py-3.5 */
    font-weight: 600;
    border-radius: 1rem; /* rounded-2xl */
    font-size: 0.875rem; /* text-sm */
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
}
