/* ==========================================================================
   GABINETE 89 - CUSTOM BRAND STYLES
   ========================================================================== */

/* Override primary colors with Gabinete 89 brand colors */
:root {
    --primary-color: #1e3a5f !important;
    --primary-gradient: linear-gradient(135deg, #1e3a5f, #142942) !important;
    --secondary-color: #c49b3a !important;
    --secondary-gradient: linear-gradient(135deg, #d4af37, #c49b3a) !important;
    --bg-dark: #1e3a5f !important;
    --text-gold: #c49b3a !important;
    --border-gold: #c49b3a !important;
    --shadow-gold: 0 4px 20px rgba(196, 155, 58, 0.15) !important;
}

/* Custom Button Styles */
.btn-primary {
    background: var(--secondary-gradient) !important;
    color: var(--text-white) !important;
    box-shadow: 0 4px 20px rgba(196, 155, 58, 0.2) !important;
    border: 2px solid transparent !important;
    font-weight: 600 !important;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #e6c650, #d4af37) !important;
    color: var(--text-white) !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 30px rgba(196, 155, 58, 0.3) !important;
}

/* Custom Hero Section */
.hero {
    background: linear-gradient(135deg, #1e3a5f 0%, #142942 100%) !important;
    color: var(--text-white);
}

.hero-overlay {
    background: linear-gradient(135deg, rgba(30, 58, 95, 0.95), rgba(20, 41, 66, 0.85)) !important;
}

.hero-title {
    color: var(--text-white) !important;
}

.hero-description {
    color: rgba(255, 255, 255, 0.9) !important;
}

.hero-badge {
    background: rgba(196, 155, 58, 0.15) !important;
    border: 2px solid rgba(196, 155, 58, 0.4) !important;
    color: #d4af37 !important;
    font-weight: 700 !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.hero-particles {
    background-image:
        radial-gradient(circle at 20% 50%, rgba(196, 155, 58, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(30, 58, 95, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 60% 80%, rgba(212, 175, 55, 0.08) 0%, transparent 50%) !important;
}

/* Custom Stats */
.stat-number {
    color: #d4af37 !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.stat-label {
    color: rgba(255, 255, 255, 0.8) !important;
}

/* Custom Timeline Icons */
.timeline-icon {
    background: linear-gradient(135deg, #1e3a5f, #c49b3a) !important;
}

.step-number {
    color: var(--text-white) !important;
    font-weight: 800 !important;
}

/* Custom Service Cards */
.service-card.featured {
    background: linear-gradient(135deg, #1e3a5f, #142942) !important;
    border: 3px solid #c49b3a !important;
    box-shadow: 0 8px 32px rgba(196, 155, 58, 0.2) !important;
}

.service-badge {
    background: #c49b3a !important;
    color: var(--text-white) !important;
    font-weight: 700 !important;
}

.price-amount {
    color: #d4af37 !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.service-card.featured .price-amount {
    color: #d4af37 !important;
}

/* Custom Requirement Cards */
.requirement-card::before {
    background: var(--secondary-gradient) !important;
}

.requirement-card:hover {
    border-color: #c49b3a !important;
    box-shadow: 0 12px 28px rgba(196, 155, 58, 0.15) !important;
}

/* Custom Header */
.header {
    background: rgba(255, 255, 255, 0.98) !important;
    border-bottom: 1px solid rgba(196, 155, 58, 0.1) !important;
}

.nav-link:hover, .nav-link.active {
    color: #c49b3a !important;
}

.nav-link::after {
    background: #c49b3a !important;
}

/* Custom Logo Styles */
.logo-text-main {
    color: #1e3a5f !important;
    font-weight: 800 !important;
}

.logo-text-sub {
    color: #c49b3a !important;
    font-weight: 600 !important;
}

/* Custom Countdown */
.countdown-section {
    background: linear-gradient(135deg, #1e3a5f, #142942) !important;
}

.countdown-item {
    background: rgba(196, 155, 58, 0.15) !important;
    border: 2px solid rgba(196, 155, 58, 0.3) !important;
    backdrop-filter: blur(10px);
}

.countdown-number {
    color: #d4af37 !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

/* Custom Form Elements */
.form-input:focus,
.form-select:focus,
.form-textarea:focus {
    border-color: #c49b3a !important;
    box-shadow: 0 0 0 3px rgba(196, 155, 58, 0.1) !important;
}

.checkbox-input:checked+.checkbox-mark {
    background: #c49b3a !important;
    border-color: #c49b3a !important;
}

.radio-input:checked+.radio-mark {
    border-color: #c49b3a !important;
    background: #c49b3a !important;
}

/* Custom FAQ */
.faq-icon {
    color: #c49b3a !important;
}

.faq-item:hover {
    border-color: #c49b3a !important;
}

/* Custom Footer */
.footer {
    background: linear-gradient(135deg, #1e3a5f, #142942) !important;
}

/* Custom CTA Section */
.cta-section {
    background: linear-gradient(135deg, #1e3a5f, #142942) !important;
}

/* Custom Date Markers */
.date-item.current .date-marker {
    border-color: #c49b3a !important;
    background: #c49b3a !important;
}

.date-item.upcoming .date-marker {
    border-color: #d4af37 !important;
    background: #d4af37 !important;
}

/* Custom Status Tags */
.status-tag.current {
    background: rgba(196, 155, 58, 0.15) !important;
    color: #c49b3a !important;
    border: 1px solid rgba(196, 155, 58, 0.3) !important;
}

.status-tag.upcoming {
    background: rgba(212, 175, 55, 0.15) !important;
    color: #d4af37 !important;
    border: 1px solid rgba(212, 175, 55, 0.3) !important;
}

/* Custom Highlight Elements */
.highlight {
    background: linear-gradient(135deg, #1e3a5f, #c49b3a) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

/* Custom Back to Top */
.back-to-top {
    background: var(--secondary-gradient) !important;
}

.back-to-top:hover {
    box-shadow: 0 8px 30px rgba(196, 155, 58, 0.3) !important;
}

/* Custom Service Guarantee */
.service-guarantee {
    background: rgba(196, 155, 58, 0.1) !important;
    border: 1px solid rgba(196, 155, 58, 0.2) !important;
}

.guarantee-icon {
    color: #c49b3a !important;
}

.guarantee-text strong {
    color: #c49b3a !important;
}

/* Custom Result Container */
.result-container.eligible {
    background: rgba(196, 155, 58, 0.1) !important;
    border: 2px solid rgba(196, 155, 58, 0.3) !important;
    color: #c49b3a !important;
}

/* Custom Pricing Info */
.complete-pricing {
    background: linear-gradient(135deg, rgba(30, 58, 95, 0.05), rgba(196, 155, 58, 0.02)) !important;
    border: 2px solid rgba(196, 155, 58, 0.1) !important;
}

.total-amount {
    color: #c49b3a !important;
    font-weight: 800 !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* Custom Contact Forms */
.complete-contact {
    background: linear-gradient(135deg, rgba(30, 58, 95, 0.05), rgba(196, 155, 58, 0.02)) !important;
    border: 2px solid rgba(196, 155, 58, 0.1) !important;
}

.consultation-contact {
    background: rgba(196, 155, 58, 0.05) !important;
    border: 1px solid rgba(196, 155, 58, 0.1) !important;
}

/* Custom Timeline Gradient */
.process-timeline::before {
    background: linear-gradient(to bottom, #1e3a5f, #c49b3a) !important;
}

.timeline-dates::before {
    background: linear-gradient(to bottom,
            #9ca3af 25%,
            #c49b3a 25% 50%,
            #d4af37 50% 75%,
            #dc2626 75%) !important;
}

/* Animation Enhancement */
@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(196, 155, 58, 0.4);
    }

    50% {
        transform: scale(1.05);
        box-shadow: 0 0 20px 10px rgba(196, 155, 58, 0.2);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(196, 155, 58, 0);
    }
}

/* Professional Touch */
.service-card,
.requirement-card,
.hero-card {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.service-card:hover,
.requirement-card:hover {
    transform: translateY(-8px) !important;
}

/* Gold Accent Lines */
.section-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: var(--secondary-gradient);
    margin: 1rem auto 0;
    border-radius: 2px;
}

/* Mobile Optimizations */
@media (max-width: 768px) {
    .hero-badge {
        font-size: 0.8rem !important;
        padding: 0.4rem 0.8rem !important;
    }

    .service-card.featured {
        transform: none !important;
        margin: 1rem 0 !important;
    }

    .countdown-item {
        padding: 1rem 0.5rem !important;
    }
}