/* site.css - Haste IT theme */

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background-color: #f7f7f9;
}

.navbar-brand span.brand-accent {
    color: #ff6600;
}

.bg-haste-dark {
    background-color: #111319;
}

.text-haste {
    color: #ff6600 !important;
}

.btn-haste {
    background-color: #ff6600;
    border-color: #ff6600;
    color: #fff;
}

.btn-haste:hover {
    background-color: #e25500;
    border-color: #e25500;
    color: #fff;
}

.hero {
    background: radial-gradient(circle at top left, #ff6600 0, #111319 55%, #000 100%);
    color: #fff;
    padding: 5rem 0;
}

.hero h1 {
    font-weight: 700;
}

.hero .lead {
    font-size: 1.1rem;
    max-width: 640px;
}

.badge-plan {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.card-pricing {
    border-radius: 1rem;
    border: 1px solid #e3e3e7;
}

.card-pricing.featured {
    border: 2px solid #ff6600;
    box-shadow: 0 0.5rem 1.2rem rgba(0, 0, 0, 0.16);
}

.card-pricing .card-header {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.card-pricing .price {
    font-size: 1.8rem;
    font-weight: 700;
}

.card-pricing .price small {
    font-size: 0.75rem;
    font-weight: 400;
}

.list-check li::before {
    content: "✔";
    color: #ff6600;
    margin-right: 0.4rem;
}

.list-check {
    list-style: none;
    padding-left: 0;
}

.footer {
    background-color: #111319;
    color: #9ea1b0;
    font-size: 0.9rem;
}

.footer a {
    color: #ff6600;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.section-heading {
    font-weight: 700;
}

.badge-soft {
    background-color: rgba(255, 102, 0, 0.2);
    color: #ff6600;
}

.icon-circle {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 102, 0, 0.1);
    color: #ff6600;
    margin-right: 0.75rem;
}
