@charset "utf-8";
/*
 * MOBILE CSS Document
 * Responsividade para Track One
 */

/* ============================
   FAQ - Mobile (max-width: 768px)
   ============================ */

@media screen and (max-width: 768px) {
    .faq-categories-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 16px;
    }

    .faq-search-container {
        margin: 0 16px;
    }

    .search-input-wrapper {
        flex-direction: column;
        align-items: stretch;
    }

    #faq-search {
        padding: 16px 20px;
        text-align: center;
    }

    .search-icon {
        display: none;
    }

    .clear-search {
        position: relative;
        right: auto;
        align-self: center;
        margin-top: 8px;
    }

    .scroll-to-top {
        bottom: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
    }

    .faq-section-title {
        margin: 30px 16px;
    }

    .faq-section-title h2 {
        font-size: 18px;
    }

    .faq-section-title i {
        font-size: 24px;
    }

    .faq-item {
        margin: 16px;
    }
}

/* ============================
   Desktop View (min-width: 1024px)
   ============================ */

@media screen and (min-width: 1024px) {
    /* Estilos específicos para desktop */
}

/* ============================
   Tablet View (768px - 1024px)
   ============================ */

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .mobile-modules-grid {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 0 16px;
    }

    .module-category {
        padding: 24px;
    }

    .qr-scanner-section {
        padding: 32px 24px;
    }

    .qr-content {
        grid-template-columns: 1fr;
        gap: 32px;
        text-align: center;
    }

    .advanced-features {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 0 16px;
    }

    .mobile-app-highlights {
        grid-template-columns: repeat(4, 1fr);
        gap: 16px;
        padding: 0 16px;
    }
}

/* ============================
   Mobile Portrait View (max-width: 480px)
   ============================ */

@media screen and (max-width: 480px) and (orientation: portrait) {
    .mobile-modules-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 12px;
    }

    .module-category {
        padding: 20px;
    }

    .category-title {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .category-title i {
        font-size: 24px;
    }

    .module-features .feature-item {
        padding: 16px;
    }

    .module-features .feature-text h4 {
        font-size: 14px;
    }

    .module-features .feature-text p {
        font-size: 13px;
    }

    .qr-scanner-section {
        padding: 24px 16px;
        margin: 40px 3vw;
        width: auto;
    }

    .qr-content {
        grid-template-columns: 1fr;
        gap: 24px;
        text-align: center;
        padding-bottom: 30px;
    }

    .qr-info {
        padding-right: 0;
    }

    .feature-title {
        font-size: 24px;
        text-align: center;
    }

    .feature-title i {
        font-size: 28px;
    }

    .feature-description {
        font-size: 16px;
        text-align: center;
    }

    .qr-entities {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .phone-frame {
        width: 160px;
        height: 280px;
        padding: 16px;
    }

    .advanced-features {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 12px;
        margin: 40px auto;
        width: auto;
    }

    .feature-column {
        padding: 24px;
    }

    .feature-column h4 {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .phone-mockup-main {
        width: 240px;
        height: 460px;
        padding: 20px;
    }

    .mobile-app-highlights {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        padding: 12px;
        margin-top: 32px;
        width: auto;
    }

    .highlight-item {
        padding: 16px 12px;
        min-height: 80px;
    }

    .highlight-item i {
        font-size: 28px;
        margin-bottom: 8px;
    }

    .highlight-item span {
        font-size: 11px;
    }
}

/* ============================
   Mobile Landscape View (max-width: 640px landscape)
   ============================ */

@media screen and (max-width: 640px) and (orientation: landscape) {
    .mobile-modules-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        padding: 0 12px;
    }

    .qr-content {
        grid-template-columns: 1.5fr 1fr;
        gap: 24px;
    }

    .advanced-features {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .mobile-app-highlights {
        grid-template-columns: repeat(4, 1fr);
        gap: 12px;
    }
}

/* ============================
   Mobile Phones General (max-width: 640px)
   ============================ */

@media screen and (max-width: 640px) {
    .module-category {
        padding: 20px;
        margin-bottom: 16px;
    }

    .module-category:hover {
        transform: none;
    }

    .module-features .feature-item:hover {
        transform: none;
        background: rgba(255, 255, 255, 0.9);
    }

    .entity-item:hover {
        transform: none;
    }

    .feature-column:hover {
        transform: none;
    }

    .highlight-item:hover {
        transform: none;
    }

    /* Better touch targets for mobile */
    .module-features .feature-item {
        min-height: 80px;
    }

    .entity-item {
        min-height: 56px;
        padding: 16px;
    }

    .highlight-item {
        min-height: 100px;
        padding: 20px 16px;
    }

    /* Larger tap targets */
    .scan-area {
        width: 100px;
        height: 100px;
    }
}

/* ============================
   Phone Mockup QR (max-width: 768px)
   ============================ */

@media screen and (max-width: 768px) {
    .phone-mockup-qr {
        width: 280px;
        height: 570px;
    }

    .scanner-frame {
        width: 180px;
        height: 180px;
    }
}

/* ============================
   Dashboard Slider - Responsividade
   ============================ */

/* Tablet - 1024px */
@media screen and (max-width: 1024px) {
    .dashboard-track {
        min-height: 550px;
    }

    .dashboard-slider {
        padding: 0 70px;
    }

    .slider-btn {
        width: 45px;
        height: 45px;
    }

    .slider-btn i {
        font-size: 28px;
    }

    .dashboard-caption h3 {
        font-size: 22px;
    }

    .dashboard-caption p {
        font-size: 15px;
    }
}

/* Mobile Large - 768px */
@media screen and (max-width: 768px) {
    .dashboard {
        padding: 0 16px;
    }

    .dashboard-track {
        min-height: 480px;
    }

    .dashboard-slider {
        padding: 0 60px;
    }

    .slider-btn {
        width: 40px;
        height: 40px;
    }

    .slider-btn i {
        font-size: 24px;
    }

    .dashboard-caption h3 {
        font-size: 20px;
    }

    .dashboard-caption p {
        font-size: 14px;
    }

    .dashboard-dots {
        margin-top: 32px;
        margin-bottom: 40px;
    }
}

/* Mobile Small - 480px */
@media screen and (max-width: 480px) {
    .dashboard-track {
        min-height: 400px;
    }

    .slider-btn {
        width: 36px;
        height: 36px;
    }

    .slider-btn i {
        font-size: 20px;
    }

    .dashboard-caption h3 {
        font-size: 18px;
    }

    .dashboard-caption p {
        font-size: 13px;
    }

    .dashboard-dots {
        margin-top: 28px;
        margin-bottom: 32px;
    }

    .dashboard-dots .dot {
        width: 10px;
        height: 10px;
    }

    .dashboard-dots .dot.active {
        width: 28px;
    }
}

/* ============================
   Header Navigation - Responsividade
   ============================ */

/* Tablet - 1024px */
@media screen and (max-width: 1024px) {
    .btn-glass.small {
        font-size: 12px;
        padding: 8px 16px;
    }
}

/* Mobile Large - 768px and below */
@media screen and (max-width: 768px) {
    body {
        overflow-x: hidden;
    }

    .mobile-menu-toggle {
        display: flex;
        margin-right: 4vw;
    }

    #content nav {
        height: 70px;
    }

    #content header {
        padding: 15px;
    }

    #content header.pages {
        height: 85px !important;
    }

    #logo.logo-header {
        margin-top: -5px;
        margin-left: 3vw;
    }

    #content header {
        padding: 0;
        height: 385px;
    }

    #content header.pages {
        height: 118px !important;
    }

    .header-content .title {
        font-size: 24px;
        line-height: 32px;
        margin-top: 70px;
        padding: 0 20px;
    }

    .header-content .subtitle {
        font-size: 18px;
        margin: 20px 0 40px 0;
        padding: 0 20px;
    }

    .segments .segment {
        width: 100%;
        height: 160px;
    }

    .benefits .container,
    .segments .container {
        padding: 0 10vw;
        flex-direction: column;
    }

    .benefits .benefit {
        border-right: none !important;
        padding: 20px 0;
    }

    .benefits-content.right,
    .benefits-content.left {
        grid-template-columns: 1fr;
        margin: 50px 0;
    }

    .benefits-content .benefits-image {
        display: none;
    }

    .benefits-description {
        line-height: 24px;
    }

    .segment-features {
        flex-direction: column;
    }

    .slider-btn {
        display: none;
    }

    .segments-grid {
        padding: 0 2vw;
    }

    .dashboard-slider {
        padding: 0 10vw;
    }

    .demonstration {
        display: none;
    }

    #content footer .container {
        grid-template-columns: 1fr;
    }

    .footer-itens-column {
        width: 100%;
        margin: 0 !important;
        padding: 0 !important;
        text-align: center;
    }

    .footer-itens-column:not(:last-child) {
        display: none;
    }

    .logo-footer,
    .footer-terms {
        display: none;
    }

    .footer-description {
        text-align: center;
        margin-bottom: 20px;
    }

    .footer-social-icons {
        justify-content: center;
    }

    .title-pages-mark {
        font-size: 20px;
        line-height: 28px;
        padding: 0 4vw;
    }

    .subtitle-pages-mark {
        font-size: 16px;
        line-height: 24px;
        padding: 20px 4vw 4px 4vw !important;
    }

    #content nav > div {
        align-items: flex-start !important;
        padding-top: 5vh !important;
    }

    .nav-menu {
        position: fixed;
        top: 0;
        left: -100vw;
        width: 100vw;
        height: 100vh;
        background: linear-gradient(to bottom, var(--color-gradient-1), var(--color-gradient-2));
        box-shadow: 5px 0 15px rgba(0, 0, 0, 0.3);
        transition: left 0.3s ease;
        z-index: 101;
        overflow-y: auto;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    .nav-menu.active {
        left: 0;
    }

    .menu-desktop {
        display: none !important;
    }

    .menu-mobile {
        margin-left: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: center;
        gap: 4px;
        padding-right: 40px;
        list-style: none;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    .menu-mobile li {
        margin: 0 10px;
        position: relative;
    }

    .menu-mobile li a {
        font-family: var(--font-montserrat);
        color: var(--color-white);
        font-size: 14px;
        font-weight: 500;
        padding: 12px;
        text-transform: uppercase;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        gap: 4px;
    }

    .menu-mobile li a.active {
        background: rgba(255, 255, 255, 0.2);
        border-radius: 4px;
        font-weight: 600;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .menu-mobile li a:hover {
        background-color: rgba(255, 255, 255, 0.1);
        border-radius: 4px;
    }

    ul.menu-mobile li a i {
        font-size: 22px;
        margin-right: 3px;
        vertical-align: -4px;
        font-weight: 300;
    }

    .section-title {
        font-size: 20px;
        padding: 0 10vw;
    }

    .header-info .button,
    .desktop-login {
        display: none !important;
    }

    /* Header content adjustments */
    .header-content {
        grid-template-columns: 1fr;
        gap: 40px;
        margin-top: 20px;
    }

    .header-info {
        height: auto;
        text-align: center;
        align-items: center;
    }

    .header-image {
        display: none;
    }

    .feature-icon i {
        font-size: 66px;
    }
    
    .contact-content,
    .pricing-cards,
    .mission-content,
    .team-features,
    .step-item,
    .timeline-item,
    .results-grid,
    .use-cases-content,
    .solutions-grid {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 0 12px;
    }

    .contact-option,
    .faq-contact-options {
        grid-template-columns: 1fr;
    }

    .step-number {
        font-size: 18px;
        width: 25px;
        height: 25px;
        margin-bottom: -35px;
    }

    .section-cta {
        padding: 30px 20px;
    }

    .timeline-item::after {
        display: none;
    }

    .timeline-year {
        font-size: 18px;
        margin-bottom: -22px;
    }

    .pricing-footer {
        display: none;
    }

    .pricing-card {
        padding: 24px;
        margin-bottom: 20px;
    }

    .contact-form {
        padding: 30px 26px;
    }

    .form-row {
        grid-template-columns: 1fr;
    }
}

/* Mobile Small - 480px and below */
@media screen and (max-width: 480px) {
    body {
        overflow-x: hidden;
    }
}