body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.navbar-brand img {
    max-height: 44px;
}

.hero-section {
    padding: 6rem 0 4rem;
    background: linear-gradient(135deg, #0d6efd, #0bb1ff);
    color: #fff;
}

.hero-buttons .btn {
    min-width: 210px;
}

.section-padding {
    padding: 4rem 0;
}

.service-card-icon {
    font-size: 2.5rem;
    color: #0d6efd;
}

.testimonial-card {
    border: 1px solid #e9ecef;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.04);
    border-radius: 1rem;
}
.testimonial-name {
    font-weight: 600;
    color: #0d6efd;
}
.testimonial-stars i {
    color: #ffc107;
}
.testimonial-text {
    font-size: 0.95rem;
}

.orcamento-card {
    background-color: #f8f9fa;
}

.footer {
    padding: 2rem 0;
    background-color: #0b2239;
    color: #fff;
}

.footer a {
    color: #f8f9fa;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.sidebar {
    min-height: 100vh;
}

@media (max-width: 767.98px) {
    .hero-section {
        padding-top: 5rem;
    }
}

.hero-carousel .carousel-item {
    min-height: 420px;
    background-position: center;
    background-size: cover;
}
.hero-carousel .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(13,110,253,0.55), rgba(11,177,255,0.45));
}
.hero-carousel .content {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
}

.stats-grid .stats-card {
    background-color: #fff;
    border-color: #e9ecef !important;
}
.stats-grid .stat-number {
    line-height: 1.1;
}
.stats-grid .stat-label {
    font-size: 0.9rem;
}

.services-grid .service-card {
    background-color: #ffffff;
    border-color: #e9ecef !important;
    box-shadow: 0 0 0 rgba(15, 23, 42, 0);
}
.services-grid .service-card h5 {
    font-weight: 500;
}
.services-grid .service-card p {
    font-size: 0.95rem;
}
