body {
    background-color: #f8f9fa;
    color: #212529;
}

a {
    text-decoration: none;
}

.card {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
}

.card img {
    width: 100%;
}

.lead {
    color: #495057;
}

.btn {
    border-radius: 10px;
}

.rounded-3 {
    border-radius: 18px !important;
}

/* HEADER */
.site-navbar {
    background: #ffffff;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.site-brand {
    color: #111 !important;
    text-decoration: none;
    max-width: 60%;
    overflow: hidden;
}

.site-logo {
    max-height: 72px;
    width: auto;
    max-width: 260px;
    object-fit: contain;
    display: block;
    flex-shrink: 0;
}

.site-brand-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.15;
    min-width: 0;
}

.site-brand-name {
    font-size: 1.9rem;
    font-weight: 700;
    color: #111;
    letter-spacing: 0.2px;
}

.site-brand-tagline {
    color: #333;
    font-size: 0.8rem;
    margin-top: 4px;
    font-weight: 500;
}

.site-nav-link {
    color: #555 !important;
    font-weight: 500;
    padding: 0.45rem 0.75rem !important;
    border-radius: 10px;
    transition: background 0.25s ease, color 0.25s ease;
}

.site-nav-link:hover,
.site-nav-link:focus {
    background: rgba(0, 0, 0, 0.05);
    color: #111 !important;
}

.site-btn-accent {
    background: var(--site-accent);
    border-color: var(--site-accent);
    color: #111;
    font-weight: 600;
}

.site-btn-accent:hover {
    background: var(--site-accent);
    border-color: var(--site-accent);
    color: #111;
    opacity: 0.92;
}

/* FOOTER */
.site-footer {
    background: #f8f9fa;
}

.footer-title {
    font-size: 1.15rem;
    font-weight: 600;
    color: #1f2937;
}

.footer-meta {
    color: #4b5563;
    font-size: 1rem;
}

.footer-socials {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

/* GALLERY */
.gallery-thumb img {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.gallery-thumb:hover img {
    transform: scale(1.02);
    box-shadow: 0 10px 24px rgba(0,0,0,0.18);
}

#galleryLightbox .modal-content {
    border-radius: 18px;
}

#galleryPrevBtn,
#galleryNextBtn,
#prevBtn,
#nextBtn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 1.5rem;
    line-height: 1;
    padding: 0;
}

/* SOCIAL PRO */
.social-pro {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
}

.social-pro:hover {
    transform: translateY(-4px) scale(1.08);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
    opacity: 0.95;
    color: #fff;
}

.social-pro.facebook { background: #1877f2; }
.social-pro.instagram { background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af, #515bd4); }
.social-pro.linkedin { background: #0a66c2; }
.social-pro.telegram { background: #229ED9; }
.social-pro.youtube { background: #ff0000; }
.social-pro.tiktok { background: #111111; }

/* WHATSAPP FLOAT */
.whatsapp-float {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 28px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
    z-index: 9999;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.whatsapp-float:hover {
    transform: scale(1.08);
    color: #fff;
}

/* SOCIAL SIDEBAR */
.social-sidebar {
    position: fixed;
    top: 40%;
    left: 0;
    z-index: 999;
}

.social-sidebar a {
    display: block;
    width: 45px;
    height: 45px;
    margin-bottom: 5px;
    color: #fff;
    text-align: center;
    line-height: 45px;
    transition: 0.3s;
}

.social-sidebar a:hover {
    width: 60px;
}

.social-sidebar .facebook { background: #1877f2; }
.social-sidebar .instagram { background: #dd2a7b; }
.social-sidebar .telegram { background: #229ED9; }

/* GENERIC ELEMENTS */
.text-primary {
    color: var(--site-primary) !important;
}

.btn-primary,
.bg-primary {
    background-color: var(--site-primary) !important;
    border-color: var(--site-primary) !important;
}

footer {
    font-size: 0.95rem;
}

/* MOBILE */
@media (max-width: 991.98px) {
    .site-brand-name {
        font-size: 1.05rem;
    }

    .site-logo {
        max-height: 40px;
    }

    .site-nav-link {
        padding-left: 0.4rem !important;
        padding-right: 0.4rem !important;
    }
}

@media (max-width: 1199.98px) {
    .site-logo {
        max-height: 60px;
        max-width: 220px;
    }

    .site-brand-name {
        font-size: 1.45rem;
    }
}

@media (max-width: 991.98px) {
    .site-brand {
        max-width: 100%;
    }

    .site-logo {
        max-height: 52px;
        max-width: 180px;
    }

    .site-brand-name {
        font-size: 1.15rem;
    }

    .site-brand-tagline {
        font-size: 0.72rem;
    }
}

@media (max-width: 575.98px) {
    .site-logo {
        max-height: 44px;
        max-width: 140px;
    }

    .site-brand-name {
        font-size: 1rem;
    }

    .site-brand-tagline {
        display: none;
    }
}

.site-logo {
    max-height: 56px;
    max-width: 180px;
    object-fit: contain;
}
.site-navbar {
    background: #ffffff;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    z-index: 1000;
}
.hero-premium {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    background:
        linear-gradient(135deg, rgba(0,0,0,0.70), rgba(0,0,0,0.35)),
        linear-gradient(135deg, var(--site-secondary), var(--site-primary));
    color: #fff;
    padding: 70px 0;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(255,255,255,0.12), transparent 35%);
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-badge {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,0.14);
    color: #fff;
    font-size: 0.9rem;
    margin-bottom: 18px;
}

.hero-title {
    font-size: 3rem;
    line-height: 1.08;
    font-weight: 800;
    margin-bottom: 16px;
}

.hero-subtitle {
    font-size: 1.08rem;
    color: rgba(255,255,255,0.88);
    max-width: 700px;
    margin-bottom: 24px;
}

.hero-mini-info {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    color: rgba(255,255,255,0.9);
    font-size: 0.96rem;
}

.hero-card {
    position: relative;
    z-index: 2;
    background: rgba(255,255,255,0.95);
    color: #1f2937;
    border-radius: 22px;
    padding: 28px;
}

.hero-check-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hero-check-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
}

.hero-check-list i {
    color: var(--site-primary);
    margin-top: 4px;
}

.section-head {
    gap: 20px;
    flex-wrap: wrap;
}

.section-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 6px;
}

.section-subtitle {
    color: #6b7280;
    margin-bottom: 0;
}

.premium-card {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.premium-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(0,0,0,0.10);
}

.premium-thumb {
    height: 220px;
    object-fit: cover;
}

.contact-strip {
    background: #fff;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 22px;
    padding: 34px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.04);
}

@media (max-width: 991.98px) {
    .hero-premium {
        padding: 50px 0;
    }

    .hero-title {
        font-size: 2.25rem;
    }

    .section-title {
        font-size: 1.7rem;
    }
}

@media (max-width: 575.98px) {
    .hero-title {
        font-size: 1.9rem;
    }

    .hero-card {
        padding: 22px;
    }

    .contact-strip {
        padding: 24px;
    }
}
.hero-premium {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    background:
        linear-gradient(135deg, rgba(0,0,0,0.70), rgba(0,0,0,0.35)),
        linear-gradient(135deg, var(--site-secondary), var(--site-primary));
    color: #fff;
    padding: 70px 0;
    background-size: cover;
    background-position: center;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(255,255,255,0.12), transparent 35%);
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-badge {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,0.14);
    color: #fff;
    font-size: 0.9rem;
    margin-bottom: 18px;
}

.hero-title {
    font-size: 3rem;
    line-height: 1.08;
    font-weight: 800;
    margin-bottom: 16px;
}

.hero-subtitle {
    font-size: 1.08rem;
    color: rgba(255,255,255,0.88);
    max-width: 700px;
    margin-bottom: 24px;
}

.hero-mini-info {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    color: rgba(255,255,255,0.9);
    font-size: 0.96rem;
}

.hero-card {
    position: relative;
    z-index: 2;
    background: rgba(255,255,255,0.95);
    color: #1f2937;
    border-radius: 22px;
    padding: 28px;
}

.hero-check-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hero-check-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
}

.hero-check-list i {
    color: var(--site-primary);
    margin-top: 4px;
}

.section-head {
    gap: 20px;
    flex-wrap: wrap;
}

.section-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 6px;
}

.section-subtitle {
    color: #6b7280;
    margin-bottom: 0;
}

.premium-card {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.premium-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(0,0,0,0.10);
}

.premium-thumb {
    height: 220px;
    object-fit: cover;
}

.stats-section {
    margin-top: -10px;
}

.stat-box {
    background: #fff;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 20px;
    padding: 24px 18px;
    text-align: center;
    box-shadow: 0 6px 20px rgba(0,0,0,0.04);
}

.stat-number {
    font-size: 2rem;
    font-weight: 800;
    color: var(--site-primary);
    line-height: 1;
    margin-bottom: 8px;
}

.stat-label {
    color: #4b5563;
    font-size: 0.96rem;
}

.contact-strip {
    background: #fff;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 22px;
    padding: 34px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.04);
}

@media (max-width: 991.98px) {
    .hero-premium {
        padding: 50px 0;
    }

    .hero-title {
        font-size: 2.25rem;
    }

    .section-title {
        font-size: 1.7rem;
    }
}

@media (max-width: 575.98px) {
    .hero-title {
        font-size: 1.9rem;
    }

    .hero-card {
        padding: 22px;
    }

    .contact-strip {
        padding: 24px;
    }

    .stat-number {
        font-size: 1.6rem;
    }
}
.page-hero {
    background: linear-gradient(135deg, rgba(13,110,253,0.10), rgba(0,0,0,0.03));
    border-radius: 22px;
    padding: 42px 32px;
    border: 1px solid rgba(0,0,0,0.06);
}

.page-title {
    font-size: 2.4rem;
    font-weight: 800;
    margin-bottom: 12px;
    color: #1f2937;
}

.page-subtitle {
    font-size: 1.05rem;
    color: #596273;
    max-width: 820px;
    margin-bottom: 0;
}

.page-hero-inner {
    max-width: 920px;
}

.info-panel,
.form-panel {
    background: #fff;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 22px;
    padding: 28px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.04);
}

.contact-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin-bottom: 18px;
}

.contact-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(13,110,253,0.12);
    color: var(--site-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.mini-card {
    background: #f8fafc;
    border: 1px solid rgba(0,0,0,0.06);
    border-radius: 16px;
    padding: 18px;
}

.form-control-lg,
.form-select-lg {
    border-radius: 12px;
}

@media (max-width: 575.98px) {
    .page-hero {
        padding: 28px 20px;
    }

    .page-title {
        font-size: 1.9rem;
    }

    .info-panel,
    .form-panel {
        padding: 22px;
    }
}
.dash-card {
    border-radius: 20px;
    padding: 24px;
    color: #fff;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.dash-card-primary { background: linear-gradient(135deg, #0d6efd, #3b82f6); }
.dash-card-success { background: linear-gradient(135deg, #198754, #22c55e); }
.dash-card-warning { background: linear-gradient(135deg, #f59e0b, #fbbf24); color: #111; }
.dash-card-dark { background: linear-gradient(135deg, #1f2937, #374151); }

.dash-card-icon {
    font-size: 1.6rem;
    margin-bottom: 14px;
    opacity: 0.95;
}

.dash-card-value {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 8px;
}

.dash-card-label {
    font-size: 1rem;
    font-weight: 600;
}

.dash-card-sub {
    font-size: 0.9rem;
    margin-top: 8px;
    opacity: 0.95;
}

.panel-card {
    background: #fff;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 20px;
    padding: 22px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.04);
}

.panel-card-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    flex-wrap: wrap;
}

.panel-card-head h3 {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 700;
}

.simple-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.simple-list li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(0,0,0,0.06);
}

.simple-list li:last-child {
    border-bottom: 0;
}

.simple-list a {
    color: #1f2937;
    font-weight: 600;
}

.simple-list a:hover {
    color: var(--site-primary);
}