/* ===== TABLET RESPONSIVE CSS ===== */
/* For devices with min-width: 641px and max-width: 1368px with touch support */

/* Hide mobile tools container on tablet */
.mobile-tools-container {
    display: none !important;
}

/* Ensure tablet dropdown anchors to the navbar and sits above hero/overlays */
.navbar{
  position: relative;      /* anchor for top-full absolute dropdown */
  z-index: 200;            /* higher than .hero/.black-cover */
  overflow: visible;       /* don't clip the dropdown */
}

/* Alpine: prevent flash */
[x-cloak]{ display:none !important; }

/* Tablet-only behavior - now handled in main styles.css */

/* Tablet-only dropdown menu - Consolidated Media Query */
@media screen and (min-width: 641px) and (max-width: 1368px) and (hover: none) and (pointer: coarse) {
    /* Tablet navigation now handled in main styles.css */
    
    /* Tablet menu styles now handled in main styles.css */
    
    /* Tablet navigation link styles now handled in main styles.css */
    
}

/* Tablet menu elements now handled in main styles.css */

@media screen and (min-width: 641px) and (max-width: 1368px) and (hover: none) and (pointer: coarse) {

/* Tablet Navigation */

.nav-container {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: clamp(0.5rem, 2vw, 1rem) clamp(0.5rem, 3vw, 1.5rem) !important;
}

.nav-left {
    flex: 1 !important;
    margin-left: 0.5rem !important;
    margin-right: auto !important;
}

.nav-title {
    font-size: clamp(1.2rem, 3vw, 1.8rem) !important;
    margin: 0 !important;
    font-weight: 700 !important;
    margin-left: clamp(-0.5rem, -1vw, 0rem) !important;
}

.teku-text {
    color: white !important;
}

.ai-text {
    color: #00bcd4 !important;
}

.nav-right {
    display: none !important;
}

/* Tablet hamburger menu button positioning */
.hamburger-menu {
    display: flex !important;
    position: relative !important;
    z-index: 1001 !important;
    margin-left: auto !important;
    margin-right: 0.5rem !important;
}

/* Tablet hamburger menu styles now handled in main styles.css */

/* Language Selector Positioning for Tablet */
.language-toggle {
    position: fixed !important;
    top: clamp(120px, 15vh, 140px) !important;
    right: clamp(15px, 2vw, 25px) !important;
    z-index: 1002 !important;
    background: rgba(0, 188, 212, 0.1) !important;
    border: 1px solid #00bcd4 !important;
    color: white !important;
    padding: clamp(0.4rem, 1vw, 0.8rem) clamp(0.8rem, 2vw, 1.5rem) !important;
    border-radius: 20px !important;
    font-size: clamp(0.8rem, 2vw, 1rem) !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    backdrop-filter: blur(10px) !important;
}

.language-toggle:hover {
    background: rgba(0, 188, 212, 0.2) !important;
    transform: translateY(-2px) !important;
}

/* Hero Section - Optimized for both portrait and landscape */
.hero .hero-container {
    padding: clamp(1.5rem, 4vw, 3rem) clamp(1rem, 3vw, 2.5rem) !important;
    gap: clamp(1.5rem, 4vw, 3rem) !important;
    grid-template-columns: 1fr !important;
    text-align: center !important;
    align-items: center !important;
    display: grid !important;
    max-width: 100% !important;
    margin: 0 auto !important;
}

/* Landscape mode adjustments for hero */
@media screen and (min-width: 641px) and (max-width: 1368px) and (hover: none) and (pointer: coarse) and (orientation: landscape) {
    .hero .hero-container {
        grid-template-columns: 1fr 1fr !important;
        gap: clamp(2rem, 5vw, 4rem) !important;
        text-align: left !important;
        padding: clamp(1.5rem, 4vw, 3rem) clamp(2rem, 5vw, 4rem) !important;
    }
    
    .hero .hero-content {
        order: 1 !important;
        text-align: left !important;
        padding: 0 clamp(1rem, 3vw, 2.5rem) 0 0 !important;
    }
    
    .hero .hero-visual {
        order: 2 !important;
        justify-self: center !important;
    }
    
    .hero .hero-buttons {
        justify-content: flex-start !important;
        flex-direction: row !important;
    }
}

/* Reorder content for tablet - AI graphic first, then text */
.hero .hero-visual {
    order: 1 !important;
    justify-self: center !important;
    margin-right: 0 !important;
    margin-bottom: 2rem !important;
    display: flex !important;
}

.hero .hero-content {
    order: 2 !important;
    text-align: center !important;
    justify-self: center !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 1rem !important;
}

.hero .hero-title {
    font-size: clamp(2rem, 5vw, 3.5rem) !important;
    line-height: 1.2 !important;
    margin-bottom: clamp(0.8rem, 2vw, 1.5rem) !important;
    margin-top: clamp(4rem, 8vh, 7rem) !important;
}

.pt-BR .hero .hero-title {
    font-size: clamp(1.6rem, 4vw, 2.8rem) !important;
}

.hero [data-translate="hero-title-1"] {
    margin-bottom: -1.5rem !important;
    margin-top: 1rem;
}

.hero [data-translate="hero-title-2"] {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
}

.hero .white-text {
    margin-top: -1rem !important;
    margin-bottom: 0 !important;
}

.hero .hero-subtitle {
    font-size: clamp(1rem, 2.5vw, 1.4rem) !important;
    margin: clamp(-1.5rem, -3vw, -2rem) 0rem 0rem clamp(0.3rem, 1vw, 0.8rem) !important;
    padding: clamp(0.8rem, 2vw, 1.5rem) !important;
    text-align: center !important;
    margin-bottom: clamp(-0.8rem, -2vw, -1.2rem) !important;
}

.hero .hero-abstract-graphic {
    width: clamp(280px, 40vw, 400px) !important;
    height: clamp(280px, 40vw, 400px) !important;
    margin: 0 auto !important;
}

.hero .ai-voice-gif {
    margin-left: 0 !important;
    margin-bottom: 0 !important;
    width: fit-content !important;
    margin-top: 25vh !important;
}

    .hero .hero-buttons {
        gap: clamp(0.6rem, 2vw, 1.2rem) !important;
        justify-content: center !important;
        flex-direction: column !important;
        align-items: center !important;
        margin-top: clamp(2rem, 4vw, 3rem) !important;
    }

.hero .btn {
    padding: clamp(0.6rem, 2vw, 1rem) clamp(1.2rem, 3vw, 2rem) !important;
    font-size: clamp(0.8rem, 2vw, 1.1rem) !important;
    width: 100% !important;
    max-width: clamp(180px, 25vw, 250px) !important;
    text-align: center !important;
}

/* Work Section - Tablet */
.work-section {
    padding: clamp(1.5rem, 4vw, 3rem) clamp(1rem, 3vw, 2.5rem) !important;
    margin: 0 auto !important;
}

.work-section .container {
    padding: 0 clamp(0.8rem, 2vw, 1.5rem) !important;
    max-width: 100% !important;
    margin: 0 auto !important;
}

.work-section h1 {
    text-align: center !important;
    margin-bottom: clamp(1.5rem, 3vw, 2.5rem) !important;
    font-size: clamp(2rem, 5vw, 3rem) !important;
    margin-top: clamp(1.5rem, 3vw, 2.5rem) !important;
}

.video-grid {
    grid-template-columns: 1fr !important;
    gap: clamp(1.5rem, 3vw, 2.5rem) !important;
    margin-top: clamp(3rem, 6vw, 5rem) !important;
}

/* Landscape mode adjustments for work section */
@media screen and (min-width: 641px) and (max-width: 1368px) and (hover: none) and (pointer: coarse) and (orientation: landscape) {
    .video-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: clamp(2rem, 4vw, 3rem) !important;
    }
}

.video-card {
    margin: 0 auto !important;
    max-width: 100% !important;
    border-radius: 12px !important;
    width: clamp(85%, 90vw, 95%) !important;
}

.video-description {
    padding: clamp(1.2rem, 3vw, 2rem) !important;
}

.video-description h3 {
    font-size: clamp(1rem, 2.5vw, 1.4rem) !important;
    margin-bottom: clamp(0.6rem, 1.5vw, 1rem) !important;
}

.video-description p {
    font-size: clamp(0.8rem, 2vw, 1.1rem) !important;
    line-height: 1.5 !important;
}

/* Services Section - Tablet */
.services-section {
    padding: clamp(1.5rem, 4vw, 3rem) clamp(1rem, 3vw, 2.5rem) !important;
    margin: 0 auto !important;
}

.services-section .container {
    padding: 0 clamp(0.8rem, 2vw, 1.5rem) !important;
    max-width: 100% !important;
    margin: 0 auto !important;
}

.services-section h1 {
    text-align: center !important;
    margin-bottom: clamp(2rem, 4vw, 3.5rem) !important;
    font-size: clamp(2rem, 5vw, 3rem) !important;
    margin-top: clamp(1.5rem, 3vw, 2.5rem) !important;
}

.services-grid {
    grid-template-columns: 1fr !important;
    gap: clamp(2rem, 4vw, 3rem) !important;
    margin-top: clamp(2.5rem, 5vw, 4rem) !important;
    padding: 0 clamp(0.5rem, 1.5vw, 1rem) !important;
}

/* Landscape mode adjustments for services section */
@media screen and (min-width: 641px) and (max-width: 1368px) and (hover: none) and (pointer: coarse) and (orientation: landscape) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: clamp(2.5rem, 5vw, 3.5rem) !important;
        padding: 0 clamp(1rem, 2vw, 1.5rem) !important;
    }
    
    .service-card {
        min-height: clamp(400px, 50vh, 500px) !important;
        padding: clamp(1.5rem, 3vw, 2.5rem) !important;
    }
    
    .service-card h3 {
        font-size: clamp(1.3rem, 3vw, 1.7rem) !important;
        margin-bottom: clamp(1rem, 2vw, 1.5rem) !important;
    }
    
    .service-card p {
        font-size: clamp(0.9rem, 2vw, 1.2rem) !important;
        line-height: 1.6 !important;
        margin-bottom: clamp(1.5rem, 3vw, 2.5rem) !important;
    }
}

.service-card {
    margin: 0 auto !important;
    max-width: 100% !important;
    width: clamp(85%, 90vw, 95%) !important;
    padding: clamp(1.2rem, 3vw, 2rem) !important;
    height: auto !important;
    min-height: clamp(350px, 45vh, 450px) !important;
}

.service-card h3 {
    font-size: clamp(1.1rem, 2.5vw, 1.5rem) !important;
    margin-bottom: clamp(0.8rem, 2vw, 1.2rem) !important;
}

.service-card p {
    font-size: clamp(0.8rem, 2vw, 1.1rem) !important;
    line-height: 1.5 !important;
    margin-bottom: clamp(1.2rem, 2.5vw, 1.8rem) !important;
}

.service-btn {
    font-size: clamp(0.75rem, 2vw, 1rem) !important;
    padding: clamp(0.6rem, 2vw, 1rem) clamp(1.2rem, 3vw, 2rem) !important;
    width: 100% !important;
    max-width: clamp(180px, 25vw, 250px) !important;
}

/* How It Works Section - Tablet */
.how-it-works {
    padding: clamp(1.5rem, 4vw, 3rem) clamp(1rem, 3vw, 2.5rem) !important;
    margin: 0 auto !important;
}

.how-it-works .container {
    padding: 0 clamp(0.8rem, 2vw, 1.5rem) !important;
    max-width: 100% !important;
    margin: 0 auto !important;
}

.how-it-works h1 {
    text-align: center !important;
    margin-bottom: clamp(1.5rem, 3vw, 2.5rem) !important;
    font-size: clamp(2rem, 5vw, 3rem) !important;
    margin-top: clamp(2rem, 4vw, 3.5rem) !important;
}

.process-steps {
    grid-template-columns: 1fr !important;
    gap: clamp(1.2rem, 2.5vw, 2rem) !important;
    margin-top: clamp(1.5rem, 3vw, 2.5rem) !important;
    padding: 0 clamp(0.5rem, 1.5vw, 1rem) !important;
}

/* Landscape mode adjustments for how it works section */
@media screen and (min-width: 641px) and (max-width: 1368px) and (hover: none) and (pointer: coarse) and (orientation: landscape) {
    .process-steps {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: clamp(1.5rem, 3vw, 2.5rem) !important;
        padding: 0 clamp(1rem, 2vw, 1.5rem) !important;
    }
    
    .step {
        padding: clamp(1.5rem, 3vw, 2.5rem) !important;
        padding-bottom: clamp(2rem, 4vw, 3rem) !important;
    }
    
    .step h3 {
        font-size: clamp(1.1rem, 2.5vw, 1.5rem) !important;
        margin-bottom: clamp(0.8rem, 2vw, 1.2rem) !important;
        margin-top: 0 !important;
    }
    
    .step p {
        font-size: clamp(0.9rem, 2vw, 1.2rem) !important;
        line-height: 1.6 !important;
    }
}

.step {
    margin: 0 auto !important;
    max-width: 100% !important;
    padding: clamp(1.2rem, 3vw, 2rem) !important;
    min-height: auto !important;
    padding-bottom: clamp(1.5rem, 3vw, 2.5rem) !important;
}

.step h3 {
    font-size: clamp(1rem, 2.5vw, 1.4rem) !important;
    margin-bottom: clamp(0.6rem, 1.5vw, 1rem) !important;
    margin-top: clamp(-0.8rem, -2vw, -1.2rem) !important;
}

.step p {
    font-size: clamp(0.8rem, 2vw, 1.1rem) !important;
    line-height: 1.5 !important;
}

/* Reduce spacing between step number and content */
.step-number {
    margin-bottom: 0.5rem !important;
}

.step-content {
    margin-top: 0.5rem !important;
}

/* FAQ Section - Tablet */
.faq-section {
    padding: clamp(1.5rem, 4vw, 3rem) clamp(1rem, 3vw, 2.5rem) !important;
    margin: 0 auto !important;
}

.faq-section .container {
    padding: 0 clamp(0.8rem, 2vw, 1.5rem) !important;
    max-width: 100% !important;
    margin: 0 auto !important;
}

.faq-section h1 {
    text-align: center !important;
    margin-bottom: clamp(1.5rem, 3vw, 2.5rem) !important;
    font-size: clamp(2rem, 5vw, 3rem) !important;
    margin-top: clamp(1.5rem, 3vw, 2.5rem) !important;
}

.faq-items {
    margin: clamp(1.5rem, 3vw, 2.5rem) auto 0 !important;
    max-width: 100% !important;
}

.accordion-item {
    margin-bottom: clamp(0.8rem, 2vw, 1.2rem) !important;
    border-radius: 12px !important;
}

.accordion-button {
    padding: clamp(1.2rem, 3vw, 2rem) !important;
    font-size: clamp(0.9rem, 2vw, 1.2rem) !important;
}

.accordion-body {
    padding: clamp(0.8rem, 2vw, 1.5rem) clamp(1.2rem, 3vw, 2rem) clamp(1.2rem, 3vw, 2rem) !important;
    font-size: clamp(0.8rem, 2vw, 1.1rem) !important;
    line-height: 1.5 !important;
}

/* Tools & Technologies Section - Tablet */
.tools-section {
    padding: clamp(2rem, 5vw, 4rem) clamp(1.5rem, 4vw, 3rem) clamp(1rem, 2vw, 2rem) clamp(1rem, 3vw, 2.5rem) !important;
    margin: 0 auto !important;
    min-height: auto !important;
    position: relative !important;
    overflow: visible !important;
}

.tools-section .container {
    padding: 0 !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    position: relative !important;
    z-index: 10 !important;
}

.tools-section .tools-content {
    display: flex !important;
    flex-direction: column !important;
    gap: clamp(1.5rem, 3vw, 2.5rem) !important;
    text-align: center !important;
    align-items: center !important;
    position: relative !important;
    z-index: 10 !important;
    background: transparent !important;
    padding: 0 !important;
    border-radius: 0 !important;
    margin: 0 !important;
    backdrop-filter: none !important;
}

.tools-section .tools-text {
    text-align: center !important;
    padding: 0 clamp(0.8rem, 2vw, 1.5rem) !important;
    margin: 0 auto !important;
    order: 1 !important;
    position: relative !important;
    z-index: 20 !important;
    display: block !important;
}

.tools-section .tools-text-title {
    text-align: center !important;
    margin-left: 0 !important;
    margin-bottom: clamp(-0.3rem, -1vw, -0.8rem) !important;
    font-size: clamp(2rem, 5vw, 3rem) !important;
    color: #00bcd4 !important;
    margin-top: clamp(1rem, 2vw, 2rem) !important;
}

.tools-section .tools-text-desc {
    text-align: center !important;
    margin: 0 auto !important;
    max-width: 95% !important;
}

.tools-section .tools-text-desc p {
    color: white !important;
    font-size: clamp(0.9rem, 2vw, 1.2rem) !important;
    line-height: 1.5 !important;
    text-align: center !important;
}

/* Tools icons - responsive grid layout for tablet */
.tools-section .tools-icons {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: clamp(0.6rem, 1.5vw, 1.2rem) !important;
    justify-content: center !important;
    align-items: center !important;
    margin: clamp(1.5rem, 3vw, 2.5rem) auto !important;
    max-width: 100% !important;
    position: relative !important;
    z-index: 10 !important;
    padding: 0 clamp(0.8rem, 2vw, 1.5rem) !important;
    order: 2 !important;
}

/* Landscape mode adjustments for tools section */
@media screen and (min-width: 641px) and (max-width: 1368px) and (hover: none) and (pointer: coarse) and (orientation: landscape) {
    .tools-section .tools-icons {
        grid-template-columns: repeat(6, 1fr) !important;
        gap: clamp(0.8rem, 2vw, 1.5rem) !important;
        margin: clamp(2.5rem, 5vw, 4rem) auto !important;
        padding: 0 clamp(1.5rem, 3vw, 2.5rem) !important;
    }
    
    .tools-section .tools-text-title {
        font-size: clamp(2.5rem, 6vw, 3.5rem) !important;
        margin-bottom: clamp(0.8rem, 2vw, 1.2rem) !important;
        margin-top: clamp(1.5rem, 3vw, 2.5rem) !important;
    }
    
    .tools-section .tools-text-desc {
        max-width: 85% !important;
    }
    
    .tools-section .tools-text-desc p {
        font-size: clamp(1rem, 2.5vw, 1.3rem) !important;
        line-height: 1.6 !important;
    }
    
    .tools-section .icon-item {
        padding: clamp(0.8rem, 2vw, 1.2rem) clamp(0.4rem, 1vw, 0.8rem) !important;
        min-width: clamp(70px, 10vw, 90px) !important;
        min-height: clamp(70px, 10vw, 90px) !important;
    }
    
    .tools-section .icon-item img {
        width: clamp(24px, 4vw, 32px) !important;
        height: clamp(24px, 4vw, 32px) !important;
        margin-bottom: clamp(0.3rem, 1vw, 0.5rem) !important;
    }
    
    .tools-section .icon-item i {
        font-size: clamp(1.4rem, 3vw, 1.8rem) !important;
        margin-bottom: clamp(0.3rem, 1vw, 0.5rem) !important;
    }
    
    .tools-section .icon-item span {
        font-size: clamp(0.6rem, 1.5vw, 0.8rem) !important;
    }
}

.tools-section .icon-column {
    display: contents !important;
}

.tools-section .icon-column-1 {
    display: contents !important;
}

.tools-section .icon-column-2 {
    display: contents !important;
}

.tools-section .icon-item {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    padding: clamp(0.6rem, 1.5vw, 1rem) clamp(0.4rem, 1vw, 0.8rem) !important;
    background: rgba(255, 255, 255, 0.08) !important;
    border-radius: 12px !important;
    min-width: clamp(60px, 8vw, 80px) !important;
    min-height: clamp(60px, 8vw, 80px) !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    transition: all 0.3s ease !important;
    position: relative !important;
    overflow: hidden !important;
}

.tools-section .icon-item::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%) !important;
    border-radius: 16px !important;
    opacity: 0 !important;
    transition: opacity 0.3s ease !important;
}

.tools-section .icon-item:hover {
    transform: translateY(-4px) scale(1.02) !important;
    border-color: rgba(0, 188, 212, 0.3) !important;
    background: rgba(255, 255, 255, 0.12) !important;
    box-shadow: 0 8px 25px rgba(0, 188, 212, 0.15) !important;
}

.tools-section .icon-item:hover::before {
    opacity: 1 !important;
}

.tools-section .icon-item img {
    width: clamp(20px, 3vw, 28px) !important;
    height: clamp(20px, 3vw, 28px) !important;
    object-fit: contain !important;
    margin-bottom: clamp(0.2rem, 0.5vw, 0.4rem) !important;
    opacity: 0.9 !important;
    position: relative !important;
    z-index: 2 !important;
}

.tools-section .icon-item i {
    font-size: clamp(1.2rem, 2.5vw, 1.6rem) !important;
    color: #00bcd4 !important;
    margin-bottom: clamp(0.2rem, 0.5vw, 0.4rem) !important;
    opacity: 0.9 !important;
    position: relative !important;
    z-index: 2 !important;
}

/* WhatsApp icon specific styling for tablet */
.tools-section .icon-item .fa-whatsapp {
    color: #25D366 !important; /* WhatsApp green color */
}

/* RAG icon specific styling for tablet */
.tools-section .icon-item .fa-brain {
    color: #FFB6C1 !important; /* Light pink color */
}

/* Custom APIs icon specific styling for tablet */
.tools-section .icon-item .fa-code {
    color: #8A2BE2 !important; /* Purple color */
}

.tools-section .icon-item span {
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: clamp(0.55rem, 1.2vw, 0.75rem) !important;
    text-align: center !important;
    font-weight: 500 !important;
    position: relative !important;
    z-index: 2 !important;
    line-height: 1.1 !important;
}

/* Static grid layout - no animations needed */

/* Hide duplicate cards in tablet version only (not mobile) - Show only original cards */
@media screen and (min-width: 641px) and (max-width: 1368px) and (hover: none) and (pointer: coarse) {
    .tools-section .icon-column-1 .icon-item:nth-child(n+12),
    .tools-section .icon-column-2 .icon-item:nth-child(n+6) {
        display: none !important;
    }
}

/* Footer Section - Tablet */
.footer {
    padding: clamp(3rem, 6vw, 5rem) 0 clamp(1.5rem, 3vw, 2.5rem) !important;
}

.footer-content {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr !important;
    gap: clamp(1.5rem, 3vw, 2.5rem) !important;
    margin-bottom: clamp(2.5rem, 5vw, 4rem) !important;
}

/* Landscape mode adjustments for footer */
@media screen and (min-width: 641px) and (max-width: 1368px) and (hover: none) and (pointer: coarse) and (orientation: landscape) {
    .footer {
        padding: clamp(4rem, 8vw, 6rem) 0 clamp(2rem, 4vw, 3.5rem) !important;
    }
    
    .footer-content {
        gap: clamp(2.5rem, 5vw, 3.5rem) !important;
        margin-bottom: clamp(3.5rem, 7vw, 5rem) !important;
        max-width: clamp(1000px, 90vw, 1300px) !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
    .footer-section h3,
    .footer-section h4 {
        font-size: clamp(1.1rem, 2.5vw, 1.4rem) !important;
        margin-bottom: clamp(1.2rem, 2.5vw, 1.8rem) !important;
    }
    
    .footer-section p {
        font-size: clamp(1rem, 2vw, 1.2rem) !important;
        margin-bottom: clamp(0.6rem, 1.5vw, 1rem) !important;
    }
    
    .footer-section ul li a {
        font-size: clamp(0.9rem, 2vw, 1.1rem) !important;
        padding: clamp(0.2rem, 0.5vw, 0.4rem) 0 !important;
    }
}

/* Show all footer sections on tablet */
.footer-section:first-child,
.footer-section:nth-child(2),
.footer-section:last-child {
    display: block !important;
}

/* First column - Teku AI (left aligned) */
.footer-section:first-child {
    text-align: left !important;
    order: 1 !important;
}

/* Second column - Navigation (center aligned) */
.footer-section:nth-child(2) {
    text-align: center !important;
    order: 2 !important;
}

/* Third column - Social Media (right aligned) */
.footer-section:last-child {
    text-align: right !important;
    order: 3 !important;
}

.footer-section h3,
.footer-section h4 {
    color: cyan !important;
    margin-bottom: 1rem !important;
    margin-top: 0 !important;
}

.footer-section p {
    color: white !important;
    margin-bottom: 0.5rem !important;
    opacity: 0.9 !important;
    margin-top: 0 !important;
    font-size: 1rem;
}

.footer-section ul {
    list-style: none !important;
    padding-left: 0 !important;
    margin: 0 !important;
}

/* Lists alignment */
.footer-section:first-child ul {
    text-align: left !important;
}

.footer-section:nth-child(2) ul {
    text-align: center !important;
}

.footer-section:last-child ul {
    text-align: right !important;
}

.footer-section ul li {
    margin-bottom: 0.5rem !important;
}

.footer-section ul li a {
    color: white !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
    display: inline-block !important;
    padding: 0.25rem 0 !important;
}

.footer-section ul li a:hover {
    color: #00bcd4 !important;
}

/* Default: Show Portuguese links, hide English links */
.footer-section:last-child ul li a[data-translate="social-instagram-pt"],
.footer-section:last-child ul li a[data-translate="social-youtube-pt"] {
    display: inline-block !important;
}

.footer-section:last-child ul li a[data-translate="social-instagram-en"],
.footer-section:last-child ul li a[data-translate="social-linkedin-en"] {
    display: none !important;
}

/* When English language is active: Show English links, hide Portuguese links */
body.en .footer-section:last-child ul li a[data-translate="social-instagram-en"],
body.en .footer-section:last-child ul li a[data-translate="social-linkedin-en"] {
    display: inline-block !important;
}

body.en .footer-section:last-child ul li a[data-translate="social-instagram-pt"],
body.en .footer-section:last-child ul li a[data-translate="social-youtube-pt"] {
    display: none !important;
}

/* When Portuguese language is active: Show Portuguese links, hide English links */
body.pt-BR .footer-section:last-child ul li a[data-translate="social-instagram-pt"],
body.pt-BR .footer-section:last-child ul li a[data-translate="social-youtube-pt"] {
    display: inline-block !important;
}

body.pt-BR .footer-section:last-child ul li a[data-translate="social-instagram-en"],
body.pt-BR .footer-section:last-child ul li a[data-translate="social-linkedin-en"] {
    display: none !important;
}

.footer-bottom {
    text-align: center !important;
    padding-top: 2rem !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    opacity: 0.7 !important;
}

.footer-bottom p {
    margin: 0 !important;
    color: white !important;
    font-size: 0.9rem !important;
}

/* Hide footer email on tablet (same as desktop) */
.footer-email-mobile {
    display: none !important;
}

/* Contact Section Button - Tablet Size Adjustment */
.contact-method {
    max-width: clamp(350px, 50vw, 500px) !important;
    width: 100% !important;
    padding: clamp(1.5rem, 3vw, 2.5rem) !important;
}

.contact-method i {
    font-size: clamp(1.3rem, 3vw, 1.8rem) !important;
    margin-bottom: clamp(0.2rem, 0.5vw, 0.4rem) !important;
    margin-right: clamp(0.3rem, 0.8vw, 0.5rem) !important;
}

.contact-link {
    font-size: clamp(0.9rem, 2vw, 1.2rem) !important;
    margin-bottom: clamp(0.3rem, 0.8vw, 0.5rem) !important;
}

.contact-method p {
    font-size: clamp(0.7rem, 1.5vw, 1rem) !important;
}

/* Contact Section - Tablet */
.contact-section {
    padding: clamp(3rem, 6vw, 5rem) 0 clamp(0.5rem, 1vw, 1rem) 0 !important;
}

/* Landscape mode adjustments for contact section */
@media screen and (min-width: 641px) and (max-width: 1368px) and (hover: none) and (pointer: coarse) and (orientation: landscape) {
    .contact-section {
        padding: clamp(4rem, 8vw, 6rem) 0 clamp(1.5rem, 3vw, 2.5rem) 0 !important;
    }
    
    .contact-content h1 {
        font-size: clamp(2.5rem, 6vw, 3.5rem) !important;
        margin-bottom: clamp(2rem, 4vw, 3rem) !important;
        margin-top: clamp(0.8rem, 2vw, 1.5rem) !important;
    }
    
    .contact-content p {
        font-size: clamp(1rem, 2.5vw, 1.3rem) !important;
        line-height: 1.6 !important;
        max-width: 85% !important;
        margin: 0 auto clamp(2.5rem, 5vw, 3.5rem) auto !important;
    }
    
    .contact-method {
        max-width: clamp(450px, 60vw, 600px) !important;
        padding: clamp(2rem, 4vw, 3rem) !important;
    }
    
    .contact-method i {
        font-size: clamp(1.5rem, 3.5vw, 2rem) !important;
        margin-bottom: clamp(0.4rem, 1vw, 0.6rem) !important;
        margin-right: clamp(0.4rem, 1vw, 0.6rem) !important;
    }
    
    .contact-link {
        font-size: clamp(1rem, 2.5vw, 1.4rem) !important;
        margin-bottom: clamp(0.4rem, 1vw, 0.6rem) !important;
    }
}

/* Contact Section Text - Tablet */
.contact-content h1 {
    font-size: clamp(2rem, 5vw, 3rem) !important;
    margin-bottom: clamp(1.5rem, 3vw, 2.5rem) !important;
    text-align: center !important;
    max-width: 95% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0 clamp(0.8rem, 2vw, 1.5rem) !important;
    margin-top: clamp(0.5rem, 1vw, 1rem) !important;
}

.contact-content p {
    font-size: clamp(0.8rem, 2vw, 1.1rem) !important;
    line-height: 1.4 !important;
    max-width: 75% !important;
    margin: 0 auto clamp(1.5rem, 3vw, 2.5rem) auto !important;
    text-align: center !important;
    padding: 0 clamp(1.5rem, 3vw, 2.5rem) !important;
}

/* Fix background behind nav bar */
.hero {
    padding-top: 0px !important;
}

.circuit-board-bg {
    top: 0 !important;
}

.black-cover {
    top: 0 !important;
}

/* Remove spotlight effect on tablet */
.hero::after {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

/* Our Work Section Accordion - Tablet Only */
.mobile-tablet-accordion-title {
    cursor: pointer !important;
    user-select: none !important;
    position: relative !important;
    transition: all 0.3s ease !important;
    padding-right: 2rem !important;
}

.mobile-tablet-accordion-title:hover {
    color: #00bcd4 !important;
}

.mobile-tablet-accordion-title::after {
    content: "âŒ„" !important;
    position: absolute !important;
    right: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    font-size: 1.5rem !important;
    color: #00bcd4 !important;
    transition: transform 0.3s ease !important;
    font-weight: bold !important;
}

.mobile-tablet-accordion-title[aria-expanded="true"]::after {
    content: "âˆ’" !important;
    transform: translateY(-50%) rotate(0deg) !important;
}

.mobile-tablet-accordion-content {
    overflow: hidden !important;
    transition: all 0.3s ease !important;
}

.mobile-tablet-accordion-content p {
    margin-top: 1rem !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
}

}

/* ===== TABLET LANDSCAPE SPECIFIC OPTIMIZATIONS ===== */
/* For tablets in landscape mode with optimized card sizes and spacing */
@media screen and (min-width: 768px) and (max-width: 1368px) and (orientation: landscape) and (hover: none) and (pointer: coarse) {
    
    /* Hero Section - Landscape Optimized */
    .hero .hero-container {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding: clamp(10rem, 3vw, 5rem) clamp(2rem, 5vw, 4rem) !important;
        gap: clamp(1.5rem, 4vw, 3rem) !important;
    }
    
    /* Hero Left Content Container */
    .hero .hero-content {
        flex: 1 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        text-align: left !important;
        order: 1 !important;
        padding-left: clamp(1rem, 3vw, 2rem) !important;
    }
    
    .hero .hero-title {
        font-size: clamp(3rem, 3vw, 2rem) !important;
        margin-top: clamp(6rem, 8vh, 6rem) !important;
        margin-bottom: clamp(-1rem, -2vw, -1.5rem) !important;
        text-align: left !important;
        width: 100% !important;
    }
    
    .pt-BR .hero .hero-title {
        font-size: clamp(3rem, 2.8vw, 1.8rem) !important;
        text-align: left !important;
        width: 100% !important;
    }
    
    .hero .hero-subtitle {
        font-size: clamp(1.1rem, 2vw, 1.3rem) !important;
        margin: clamp(-1rem, -2vw, -1.5rem) 0rem 0rem 0rem !important;
        padding: clamp(0.6rem, 1vw, 0.6rem) !important;
        margin-top: clamp(-0.5rem, -1vw, -0.8rem) !important;
        margin-left: clamp(-0.6rem, -1vw, -0.8rem) !important;
        text-align: left !important;
        width: 60% !important;
    }
    
    /* Adjust spacing between hero titles in landscape */
    .hero [data-translate="hero-title-1"] {
        margin-bottom: clamp(-1.5rem, -2vw, -1.8rem) !important;
        margin-top: clamp(0.8rem, 1.5vw, 1.2rem) !important;
        text-align: left !important;
        width: 100% !important;
    }
    
    .hero [data-translate="hero-title-2"] {
        margin-top: clamp(-1rem, -1.5vw, -1.2rem) !important;
        margin-bottom: clamp(-1rem, -1.5vw, -1.2rem) !important;
        text-align: left !important;
        width: 100% !important;
    }
    
    .hero .white-text {
        margin-top: clamp(-1.5rem, -2vw, -1.5rem) !important;
        margin-bottom: 0 !important;
        text-align: left !important;
        width: 100% !important;

    }
    
    /* Hero Right Content Container */
    .hero .hero-visual {
        flex: 1 !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        order: 2 !important;
    }
    
    .hero .hero-abstract-graphic {
        width: clamp(200px, 28vw, 280px) !important;
        height: clamp(600px, 28vw, 280px) !important;
    }s
    
    .hero .ai-voice-gif {
        margin-bottom: 15rem !important;    
    }
    
    /* Hero Buttons Container */
    .hero .hero-buttons {
        display: flex !important;
        gap: clamp(1rem, 2vw, 1.5rem) !important;
        justify-content: flex-start !important;
        align-items: flex-start !important;
        width: 100% !important;
        margin-top: clamp(1.5rem, 3vw, 2.5rem) !important;
    }
    
    .hero .btn {
        max-width: clamp(160px, 20vw, 220px) !important;
        padding: clamp(0.5rem, 1.5vw, 0.8rem) clamp(1rem, 2.5vw, 1.8rem) !important;
        font-size: clamp(1.25rem, 1.8vw, 1rem) !important;
        text-align: center !important;
    }
    
    /* Work Section - Landscape Optimized */
    .work-section {
        padding: clamp(1.2rem, 3vw, 2.5rem) clamp(1.5rem, 4vw, 3rem) !important;
    }
    
    .work-section h1 {
        font-size: clamp(2.5rem, 3.2vw, 2rem) !important;
        margin-bottom: clamp(1rem, 2vw, 1.6rem) !important;
        margin-top: clamp(1rem, 2vw, 1.6rem) !important;
    
    }

    .video-grid {
        gap: clamp(1.2rem, 2.5vw, 0.5rem) !important;
        margin-top: clamp(2rem, 5vw, 4rem) !important;
    }
    
    .video-card {
        max-width: clamp(620px, 36vw, 780px) !important;
        width: clamp(400px, 34vw, 460px) !important;
    }
    
    .video-description {
        padding: clamp(0.8rem, 2vw, 1.4rem) !important;
    }
    
    .video-description h3 {
        font-size: clamp(0.8rem, 1.8vw, 1.1rem) !important;
        margin-bottom: clamp(0.4rem, 1vw, 0.7rem) !important;
    }
    
    .video-description p {
        font-size: clamp(0.7rem, 1.6vw, 0.9rem) !important;
    }
    
    /* Services Section - Landscape Optimized */
    .services-section {
        padding: clamp(2rem, 4vw, 3rem) clamp(1.5rem, 4vw, 3rem) !important;
        min-height: 350px !important;
        overflow: visible !important;
    }
    
    .services-section h1 {
        font-size: clamp(2.5rem, 3.2vw, 2rem) !important;
        margin-bottom: clamp(3rem, 2.5vw, 3rem) !important;
        margin-top: clamp(1rem, 2vw, 1.6rem) !important;
    }
    
    .services-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
        gap: 0.2rem !important;
        margin-top: clamp(2rem, 4vw, 3.5rem) !important;
        padding: clamp(3rem, 1vw, 3rem) !important;
        overflow-x: auto !important;
        overflow-y: visible !important;
        display: grid !important;
        grid-auto-flow: column !important;
        justify-content: start !important;
        min-height: 200px !important;
    }
    
    .service-card {
        max-width: 200px !important;
        width: 200px !important;
        padding: clamp(0.4rem, 0.8vw, 0.6rem) !important;
        min-height: 250px !important;
        flex-shrink: 0 !important;
    }
    
    .service-card h3 {
        font-size: clamp(0.7rem, 1.2vw, 0.9rem) !important;
        margin-bottom: clamp(0.2rem, 0.5vw, 0.3rem) !important;
    }
    
    .service-card p {
        font-size: clamp(0.5rem, 1vw, 0.7rem) !important;
        margin-bottom: clamp(0.3rem, 0.7vw, 0.5rem) !important;
    }
    
    .service-btn {
        max-width: clamp(80px, 10vw, 120px) !important;
        padding: clamp(0.25rem, 0.6vw, 0.4rem) clamp(0.5rem, 1vw, 0.7rem) !important;
        font-size: clamp(0.5rem, 1vw, 0.65rem) !important;
    }
    
    /* How It Works Section - Landscape Optimized */
    .how-it-works {
        padding: clamp(1.2rem, 3vw, 2.5rem) clamp(1.5rem, 4vw, 3rem) !important;
    }
    
    .how-it-works h1 {
        font-size: clamp(2.5rem, 3.2vw, 2rem) !important;
        margin-bottom: clamp(1rem, 2vw, 1.6rem) !important;
        margin-top: clamp(1.2rem, 2.5vw, 2rem) !important;
    }
    
    .process-steps {
        gap: clamp(1rem, 2vw, 1.8rem) !important;
        margin-top: clamp(1.2rem, 2.5vw, 2rem) !important;
        padding: 0 clamp(0.8rem, 2vw, 1.5rem) !important;
    }
    
    .step {
        max-width: clamp(240px, 28vw, 350px) !important;
        padding: clamp(0.8rem, 2vw, 1.4rem) !important;
        padding-bottom: clamp(1rem, 2.2vw, 1.6rem) !important;
    }
    
    .step h3 {
        font-size: clamp(0.8rem, 1.8vw, 1.1rem) !important;
        margin-bottom: clamp(0.4rem, 1vw, 0.7rem) !important;
        margin-top: clamp(-0.5rem, -1.2vw, -0.8rem) !important;
    }
    
    .step p {
        font-size: clamp(0.7rem, 1.6vw, 0.9rem) !important;
    }
    
    /* Hide step 4 in landscape tablet */
    .step:nth-child(4) {
        display: none !important;
    }
    
    /* FAQ Section - Landscape Optimized */
    .faq-section {
        padding: clamp(1.2rem, 3vw, 2.5rem) clamp(1.5rem, 4vw, 3rem) !important;
    }
    
    .faq-section h1 {
        font-size: clamp(1.5rem, 3.2vw, 2rem) !important;
        margin-bottom: clamp(1rem, 2vw, 1.6rem) !important;
        margin-top: clamp(1rem, 2vw, 1.6rem) !important;
    }
    
    .faq-items {
        margin: clamp(1.2rem, 2.5vw, 2rem) auto 0 !important;
        max-width: clamp(600px, 70vw, 900px) !important;
    }
    
    .accordion-item {
        margin-bottom: clamp(0.6rem, 1.5vw, 1rem) !important;
    }
    
    .accordion-button {
        padding: clamp(1rem, 2.5vw, 1.8rem) !important;
        font-size: clamp(0.85rem, 2vw, 1.1rem) !important;
    }
    
    .accordion-body {
        padding: clamp(0.6rem, 1.5vw, 1.2rem) clamp(1rem, 2.5vw, 1.8rem) clamp(1rem, 2.5vw, 1.8rem) !important;
        font-size: clamp(0.75rem, 1.8vw, 1rem) !important;
    }
    
    /* Tools Section - Landscape Optimized */
    .tools-section {
        padding: clamp(1.5rem, 4vw, 3rem) clamp(1.5rem, 4vw, 3rem) clamp(0.8rem, 2vw, 1.5rem) clamp(1rem, 3vw, 2.5rem) !important;
    }
    
    .tools-section .tools-text-title {
        font-size: clamp(2.5rem, 3.2vw, 2rem) !important;
        margin-bottom: clamp(-0.1rem, -0.3vw, -0.4rem) !important;
        margin-top: clamp(0.6rem, 1.2vw, 1.2rem) !important;
    }
    
    .tools-section .tools-text-desc {
        max-width: 80% !important;
    }
    
    .tools-section .tools-text-desc p {
        font-size: clamp(0.8rem, 2vw, 1.1rem) !important;
    }
    
    .tools-section .tools-icons {
        display: grid !important;
        grid-template-columns: repeat(4, 1fr) !important;
        grid-template-rows: repeat(4, auto) !important;
        gap: clamp(0.5rem, 1.2vw, 1rem) !important;
        margin: clamp(1rem, 2vw, 1.5rem) auto !important;
        padding: 0 clamp(1rem, 2vw, 1.5rem) !important;
        max-width: 100% !important;
        justify-items: center !important;
        align-items: center !important;
    }
    
    .tools-section .icon-item {
        padding: clamp(0.7rem, 1.5vw, 1rem) clamp(0.5rem, 1vw, 0.8rem) !important;
        min-width: clamp(90px, 12vw, 120px) !important;
        min-height: clamp(90px, 12vw, 120px) !important;
        width: 100% !important;
        max-width: clamp(110px, 14vw, 140px) !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    .tools-section .icon-item img {
        width: clamp(24px, 3vw, 32px) !important;
        height: clamp(24px, 3vw, 32px) !important;
        margin-bottom: clamp(0.2rem, 0.5vw, 0.4rem) !important;
    }
    
    .tools-section .icon-item i {
        font-size: clamp(1.4rem, 2.8vw, 1.8rem) !important;
        margin-bottom: clamp(0.2rem, 0.5vw, 0.4rem) !important;
    }
    
    .tools-section .icon-item span {
        font-size: clamp(0.6rem, 1.2vw, 0.8rem) !important;
        text-align: center !important;
        line-height: 1.2 !important;
    }
    
    /* Footer Section - Landscape Optimized */
    .footer {
        padding: clamp(2.5rem, 5vw, 4rem) 0 clamp(1.2rem, 2.5vw, 2rem) !important;
    }
    
    .footer-content {
        gap: clamp(1.2rem, 2.5vw, 2rem) !important;
        margin-bottom: clamp(2rem, 4vw, 3.5rem) !important;
        max-width: clamp(800px, 85vw, 1100px) !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
    .footer-section h3,
    .footer-section h4 {
        font-size: clamp(1rem, 2.2vw, 1.3rem) !important;
        margin-bottom: clamp(0.8rem, 2vw, 1.2rem) !important;
    }
    
    .footer-section p {
        font-size: clamp(0.85rem, 1.8vw, 1.1rem) !important;
        margin-bottom: clamp(0.4rem, 1vw, 0.8rem) !important;
    }
    
    .footer-section ul li a {
        font-size: clamp(0.8rem, 1.8vw, 1rem) !important;
        padding: clamp(0.15rem, 0.4vw, 0.3rem) 0 !important;
    }
    
    /* Contact Section - Landscape Optimized */
    .contact-section {
        padding: clamp(2.5rem, 5vw, 4rem) 0 clamp(0.4rem, 0.8vw, 0.8rem) 0 !important;
    }
    
    .contact-content h1 {
        font-size: clamp(1.5rem, 3.2vw, 2rem) !important;
        margin-bottom: clamp(1rem, 2vw, 1.6rem) !important;
        margin-top: clamp(0.3rem, 0.6vw, 0.8rem) !important;
    }
    
    .contact-content p {
        font-size: clamp(0.75rem, 1.8vw, 1rem) !important;
        max-width: 70% !important;
        margin: 0 auto clamp(1.2rem, 2.5vw, 2rem) auto !important;
        padding: 0 clamp(1.2rem, 2.5vw, 2rem) !important;
    }
    
    .contact-method {
        max-width: clamp(300px, 35vw, 450px) !important;
        padding: clamp(1.2rem, 2.5vw, 2rem) !important;
    }
    
    .contact-method i {
        font-size: clamp(1.1rem, 2.5vw, 1.6rem) !important;
        margin-bottom: clamp(0.15rem, 0.4vw, 0.3rem) !important;
        margin-right: clamp(0.25rem, 0.6vw, 0.4rem) !important;
    }
    
    .contact-link {
        font-size: clamp(0.8rem, 2vw, 1.1rem) !important;
        margin-bottom: clamp(0.25rem, 0.6vw, 0.4rem) !important;
    }
    
    .contact-method p {
        font-size: clamp(0.65rem, 1.5vw, 0.9rem) !important;
    }
    
    /* Language Toggle - Landscape Optimized */
    .language-toggle {
        top: clamp(123px, 12vh, 120px) !important;
        right: clamp(12px, 1.5vw, 20px) !important;
        padding: clamp(0.3rem, 0.8vw, 0.6rem) clamp(0.6rem, 1.5vw, 1.2rem) !important;
        font-size: clamp(0.7rem, 1.8vw, 0.9rem) !important;
    }
    
    /* Navigation - Landscape Optimized */
    .nav-container {
        padding: clamp(0.4rem, 1.5vw, 0.8rem) clamp(0.8rem, 2.5vw, 1.5rem) !important;
    }
    
    .nav-title {
        font-size: clamp(1rem, 2.5vw, 1.6rem) !important;
        margin-left: clamp(-0.3rem, -0.8vw, 0rem) !important;
    }
    
}