:root {
    --baseqat-primary: #23443c;
    --baseqat-primary-soft: #eaf3f0;
    --baseqat-dark: #17231f;
    --baseqat-muted: #6c757d;
}

html {
    font-size: 15px;
}

body.baseqat-body {
    background: #f8faf9;
    color: var(--baseqat-dark);
}

.navbar-brand {
    color: var(--baseqat-primary) !important;
    letter-spacing: .3px;
}

.btn-primary {
    background: var(--baseqat-primary);
    border-color: var(--baseqat-primary);
}

    .btn-primary:hover {
        background: #182f2a;
        border-color: #182f2a;
    }

.btn-outline-primary {
    color: var(--baseqat-primary);
    border-color: var(--baseqat-primary);
}

    .btn-outline-primary:hover {
        background: var(--baseqat-primary);
        border-color: var(--baseqat-primary);
    }

.hero-section {
    padding: 90px 0;
    background: linear-gradient(135deg, #ffffff 0%, #eaf3f0 100%);
}

.hero-badge {
    display: inline-flex;
    padding: 8px 14px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #dbe8e4;
    color: var(--baseqat-primary);
    font-size: 13px;
    margin-bottom: 18px;
}

.hero-title {
    font-size: 44px;
    line-height: 1.25;
    font-weight: 800;
}

.hero-subtitle {
    font-size: 20px;
    color: var(--baseqat-muted);
    margin-top: 18px;
}

.content-card {
    background: #fff;
    border: 1px solid #e8eeee;
    border-radius: 20px;
    padding: 28px;
    box-shadow: 0 10px 30px rgba(0,0,0,.03);
}

.pricing-card {
    background: #fff;
    border: 1px solid #e5ece9;
    border-radius: 22px;
    padding: 28px;
    height: 100%;
    position: relative;
    transition: .2s;
}

    .pricing-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 18px 40px rgba(0,0,0,.06);
    }

    .pricing-card.featured {
        border: 2px solid var(--baseqat-primary);
    }

.featured-label {
    position: absolute;
    top: -14px;
    inset-inline-start: 24px;
    background: var(--baseqat-primary);
    color: #fff;
    border-radius: 999px;
    padding: 6px 14px;
    font-size: 12px;
}

.price-number {
    font-size: 34px;
    font-weight: 800;
    color: var(--baseqat-primary);
}

.form-card {
    max-width: 920px;
    margin: 40px auto;
    background: #fff;
    border-radius: 22px;
    padding: 30px;
    border: 1px solid #e8eeee;
    box-shadow: 0 14px 35px rgba(0,0,0,.04);
}

.section-title {
    font-weight: 800;
    margin-bottom: 14px;
}

.text-muted-soft {
    color: var(--baseqat-muted);
}

.validation-summary-errors {
    color: #b42318;
    background: #fff1f0;
    padding: 12px;
    border-radius: 12px;
    margin-bottom: 18px;
}
