/*================================================
Aztra Branding Colors Override
Atomic Tangerine: #F7862E
Rich Black: #040404
Platinum: #EDEDED
=================================================*/

/* Global Background */
body.dark-theme {
    background: #040404 !important;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}

/* Better Typography */
h1, h2, h3, h4, h5, h6 {
    letter-spacing: -0.02em;
    font-weight: 700;
}

p {
    line-height: 1.8;
}

/* Hero Section */
.hero-section-2 {
    background: #040404 !important;
}

/* About Section */
.about-section {
    background: #040404 !important;
    padding: 120px 0 !important;
}

.about-section .content-title {
    margin-bottom: 60px !important;
}

.about-section .content-title h2 {
    font-size: 48px !important;
    margin-bottom: 20px !important;
}

.about-section p {
    font-size: 18px !important;
    line-height: 2 !important;
    margin-bottom: 30px !important;
}

/* Features Section 2 - Servicios */
.features-section-2 {
    background: #040404 !important;
    background-image: none !important;
    padding: 120px 0 90px !important;
}

.features-section-2 .content-title {
    margin-bottom: 70px !important;
}

.features-section-2 .content-title h2 {
    font-size: 48px !important;
    margin-bottom: 20px !important;
}

.features-section-2 .feature-box {
    background: rgba(237, 237, 237, 0.03) !important;
    border: 1px solid rgba(237, 237, 237, 0.1) !important;
    padding: 75px 35px 40px !important;
    margin-bottom: 40px !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    position: relative !important;
    min-height: 200px !important;
}

.features-section-2 .feature-box:hover {
    transform: translateY(-10px) !important;
}

.features-section-2 .feature-box:hover:before {
    background: #040404 !important;
}

.features-section-2 .feature-box:hover:after {
    background-image: linear-gradient(90deg, rgba(110, 102, 255, 0) 0%, #F7862E 50%, rgba(255,255,255,0) 100%) !important;
}

.features-section-2 .feature-box .icon {
    color: #F7862E !important;
    font-size: 70px !important;
    margin-bottom: 30px !important;
}

.features-section-2 .feature-box h3 {
    color: #EDEDED !important;
    font-size: 24px !important;
    margin-bottom: 20px !important;
    margin-top: 10px !important;
}

.features-section-2 .feature-box p {
    color: #EDEDED !important;
    opacity: 0.9;
    font-size: 16px !important;
    line-height: 1.8 !important;
}

.features-section-2 .feature-box span {
    position: absolute !important;
    top: 30px !important;
    right: 30px !important;
    color: #F7862E !important;
    font-size: 22px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 45px !important;
    height: 45px !important;
    background: rgba(247, 134, 46, 0.1) !important;
    border-radius: 10px !important;
    transition: all 0.3s ease !important;
    z-index: 10 !important;
    font-weight: normal !important;
}

.features-section-2 .feature-box span i {
    font-size: 22px !important;
    line-height: 1 !important;
}

.features-section-2 .feature-box:hover span {
    background: rgba(247, 134, 46, 0.2) !important;
    transform: scale(1.15) rotate(5deg) !important;
}

/* Process Section - Como trabajamos */
.process-wrap {
    background: #040404 !important;
    padding: 120px 0 90px !important;
}

.process-content {
    margin-bottom: 70px !important;
}

.process-content h2 {
    color: #EDEDED !important;
    font-size: 48px !important;
    margin-bottom: 20px !important;
}

.process-item {
    padding: 40px 30px !important;
    margin-bottom: 40px !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.process-item:hover {
    transform: translateY(-10px) !important;
}

.process-item span {
    background: #F7862E !important;
    color: #040404 !important;
    width: 70px !important;
    height: 70px !important;
    font-size: 28px !important;
    margin-bottom: 25px !important;
}

.process-item h4 {
    color: #EDEDED !important;
    font-size: 22px !important;
    margin-bottom: 20px !important;
}

.process-item p {
    color: #EDEDED !important;
    opacity: 0.9;
    font-size: 16px !important;
    line-height: 1.8 !important;
}

/* Contact Section */
.contact-section {
    background: #040404 !important;
    padding: 120px 0 !important;
}

.contact-form-wrap {
    background: rgba(237, 237, 237, 0.03) !important;
    border: 1px solid rgba(237, 237, 237, 0.1) !important;
    padding: 60px 50px !important;
    border-radius: 20px !important;
}

.contact-form-wrap h2 {
    color: #EDEDED !important;
    font-size: 42px !important;
    margin-bottom: 40px !important;
}

.contact-form-wrap .form-group {
    margin-bottom: 30px !important;
}

.contact-form-wrap .form-control {
    background: rgba(237, 237, 237, 0.05) !important;
    border: 1px solid rgba(237, 237, 237, 0.1) !important;
    color: #EDEDED !important;
    padding: 15px 20px !important;
    font-size: 16px !important;
    border-radius: 10px !important;
    transition: all 0.3s ease !important;
}

.contact-form-wrap .form-control::placeholder {
    color: rgba(237, 237, 237, 0.5) !important;
}

.contact-form-wrap .form-control:focus {
    border-color: #F7862E !important;
    box-shadow: 0 0 0 0.2rem rgba(247, 134, 46, 0.25) !important;
    background: rgba(237, 237, 237, 0.08) !important;
}

/* Buttons */
.default-btn {
    background-color: #F7862E !important;
    color: #040404 !important;
    border: none !important;
    padding: 16px 40px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    border-radius: 50px !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 4px 15px rgba(247, 134, 46, 0.3) !important;
}

.default-btn:hover {
    background-color: #EDEDED !important;
    color: #040404 !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 25px rgba(247, 134, 46, 0.4) !important;
}

/* Subtitles */
.subtitle-aztra {
    color: #F7862E !important;
}

/* Content Title */
.content-title h2 {
    color: #EDEDED !important;
}

.content-title p {
    color: #EDEDED !important;
    opacity: 0.9;
}

/* Lead text */
.lead {
    color: #EDEDED !important;
    opacity: 0.9;
}

/* Features Text */
.features-text {
    position: relative !important;
    padding-top: 80px !important;
}

.features-text span {
    position: absolute !important;
    top: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    color: #F7862E !important;
    font-size: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 70px !important;
    height: 70px !important;
    background: rgba(247, 134, 46, 0.1) !important;
    border-radius: 15px !important;
    transition: all 0.3s ease !important;
}

.features-text:hover span {
    background: rgba(247, 134, 46, 0.2) !important;
    transform: translateX(-50%) scale(1.1) !important;
}

.features-text h3 {
    color: #F7862E !important;
    margin-top: 20px !important;
}

.features-text p {
    color: #EDEDED !important;
    opacity: 0.9;
}

/* Footer */
.footer-area {
    background: #040404 !important;
    border-top: 1px solid rgba(237, 237, 237, 0.1);
}

.footer-widget h4 {
    color: #F7862E !important;
}

.footer-widget ul li a {
    color: #EDEDED !important;
}

.footer-widget ul li a:hover {
    color: #F7862E !important;
}

.footer-widget .ft-number,
.footer-widget .ft-mail {
    color: #EDEDED !important;
}

.footer-widget .ft-number:hover,
.footer-widget .ft-mail:hover {
    color: #F7862E !important;
}

.footer-copyright {
    background: #040404 !important;
    border-top: 1px solid rgba(237, 237, 237, 0.1);
}

.footer-copyright p {
    color: #EDEDED !important;
    opacity: 0.7;
}

/* Social Icons */
.social-profile li a {
    color: #EDEDED !important;
    border: 1px solid rgba(237, 237, 237, 0.2) !important;
}

.social-profile li a:hover {
    background: #F7862E !important;
    color: #040404 !important;
    border-color: #F7862E !important;
}

/* Navbar */
.navbar-area {
    background: #040404 !important;
}

.navbar-nav .nav-link {
    color: #EDEDED !important;
}

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

/* Responsive Navbar */
.responsive-navbar {
    background: #040404 !important;
}

.accordion-link {
    color: #EDEDED !important;
}

.accordion-link:hover {
    color: #F7862E !important;
}

/* Offcanvas */
.offcanvas-contact-info h4 {
    color: #F7862E !important;
}

/* Hero Content */
.hero-content-2 h2 {
    color: #EDEDED !important;
}

.hero-content-2 .sub-head {
    color: #F7862E !important;
}

.hero-content-2 .sub-title-2 p {
    color: #EDEDED !important;
    opacity: 0.9;
}

/* About Content */
.about-content p {
    color: #EDEDED !important;
    opacity: 0.9;
}

/* Process Wrap */
.process-wrap {
    background: #040404 !important;
}

.process-content .content-title h2 {
    color: #EDEDED !important;
}

.process-item-wrap .process-item {
    background: rgba(237, 237, 237, 0.03) !important;
    border: 1px solid rgba(237, 237, 237, 0.1) !important;
}

.process-item-wrap .process-item:hover {
    background: rgba(237, 237, 237, 0.05) !important;
    border-color: #F7862E !important;
}

/* Scrollbar */
::-webkit-scrollbar {
    width: 10px;
    background: #040404;
}

::-webkit-scrollbar-thumb {
    background: #F7862E;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: #EDEDED;
}

/* Selection */
::selection {
    background: #F7862E;
    color: #040404;
}

::-moz-selection {
    background: #F7862E;
    color: #040404;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Focus States for Accessibility */
a:focus,
button:focus,
input:focus,
textarea:focus {
    outline: 2px solid #F7862E !important;
    outline-offset: 2px !important;
}

/* Loading State */
.loading {
    position: relative;
    pointer-events: none;
    opacity: 0.6;
}

/* Card Hover Effects */
.card,
.feature-box,
.analytics-feature-card,
.benefit-item,
.use-case-item {
    will-change: transform;
}

/* Responsive Spacing */
@media (max-width: 991px) {
    .brand-analytics-section {
        padding: 80px 0 !important;
    }

    .features-section-2 {
        padding: 80px 0 60px !important;
    }

    .process-wrap {
        padding: 80px 0 60px !important;
    }

    .contact-section {
        padding: 80px 0 !important;
    }

    .about-section {
        padding: 80px 0 !important;
    }
}

@media (max-width: 767px) {
    .brand-analytics-section {
        padding: 60px 0 !important;
    }

    .features-section-2 {
        padding: 60px 0 40px !important;
    }

    .process-wrap {
        padding: 60px 0 40px !important;
    }

    .contact-section {
        padding: 60px 0 !important;
    }

    .about-section {
        padding: 60px 0 !important;
    }

    h2 {
        font-size: 32px !important;
    }

    h3 {
        font-size: 24px !important;
    }

    .contact-form-wrap {
        padding: 40px 30px !important;
    }
}

