/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

:root {
    --primary: #FF6A00;
    --primary-hover: #e55f00;
    --bg-dark: #0D0D0D;
    --bg-card-dark: #1A1A1A;
    --bg-light: #F7F7F9;
    --bg-white: #FFFFFF;
    --text-light: #FFFFFF;
    --text-muted-light: #A0A0A0;
    --text-dark: #222222;
    --text-muted-dark: #666666;
    --accent-glow: rgba(255, 106, 0, 0.15);
    --accent-glow-strong: rgba(255, 106, 0, 0.4);
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --border-radius: 12px;
    --border-radius-sm: 8px;
    --font-primary: 'Outfit', sans-serif;
    --font-heading: 'Montserrat', sans-serif;
}

body {
    font-family: var(--font-primary);
    background-color: var(--bg-dark);
    color: var(--text-light);
    line-height: 1.6;
    overflow-x: hidden;
}

body.modal-open {
    overflow: hidden;
}

a {
    text-decoration: none;
    color: inherit;
    transition: var(--transition);
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Typography helper classes */
h1, h2, h3, h4 {
    font-family: var(--font-heading);
    font-weight: 700;
    letter-spacing: -0.02em;
}

.text-white { color: var(--text-light) !important; }
.text-dark { color: var(--text-dark) !important; }
.text-gray { color: var(--text-muted-light) !important; }
.font-orange { color: var(--primary) !important; }
.hidden { display: none !important; }

/* Main Container */
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Buttons System */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 28px;
    font-weight: 600;
    font-size: 0.95rem;
    border-radius: var(--border-radius-sm);
    border: 2px solid transparent;
    cursor: pointer;
    transition: var(--transition);
    gap: 10px;
}

.btn-primary {
    background-color: var(--primary);
    color: var(--text-light);
    box-shadow: 0 4px 15px var(--accent-glow-strong);
}

.btn-primary:hover {
    background-color: var(--primary-hover);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 106, 0, 0.5);
}

.btn-accent {
    background-color: var(--primary);
    color: var(--text-light);
    border-color: var(--primary);
    box-shadow: 0 4px 12px rgba(255, 106, 0, 0.3);
}

.btn-accent:hover {
    background-color: transparent;
    color: var(--primary);
    transform: translateY(-2px);
}

.btn-outline {
    background-color: transparent;
    color: var(--text-light);
    border-color: var(--text-light);
}

.btn-outline:hover {
    background-color: var(--text-light);
    color: var(--bg-dark);
    transform: translateY(-2px);
}

.btn-block {
    display: flex;
    width: 100%;
}

.btn-lg {
    padding: 16px 36px;
    font-size: 1.05rem;
}

.btn-whatsapp-direct {
    background-color: #25D366;
    color: white;
    border: none;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
}

.btn-whatsapp-direct:hover {
    background-color: #20ba5a;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(37, 211, 102, 0.5);
}

/* Header & Sticky Navigation */
.main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: var(--transition);
    background-color: rgba(13, 13, 13, 0.2);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 16px 0;
}

.main-header.scrolled {
    background-color: rgba(250, 250, 250, 0.96);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 10px 0;
}

.nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo-link {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo-img {
    height: 48px;
    width: auto;
    object-fit: contain;
    border-radius: 6px;
}

.logo-text {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--primary);
}

.navbar {
    display: flex;
    align-items: center;
    gap: 30px;
}

.nav-list {
    display: flex;
    gap: 24px;
}

.nav-item {
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--text-light);
    position: relative;
    padding: 6px 0;
}

.main-header.scrolled .nav-item {
    color: var(--text-dark);
}

.nav-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--primary);
    transition: var(--transition);
}

.nav-item:hover::after {
    width: 100%;
}

.nav-item:hover {
    color: var(--primary);
}

.mobile-nav-toggle {
    display: none;
    background: none;
    border: none;
    color: var(--text-light);
    font-size: 1.5rem;
    cursor: pointer;
}

.main-header.scrolled .mobile-nav-toggle {
    color: var(--text-dark);
}

/* Hero Section */
.hero-section {
    position: relative;
    min-height: 95vh;
    display: flex;
    align-items: center;
    background-color: var(--bg-dark);
    background-image: url('optica_interior.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 120px;
    padding-bottom: 60px;
    overflow: hidden;
}

/* Background Video */
.hero-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center; /* Mantém o personagem do lado direito da hero section */
    z-index: 1;
}

.hero-video-mobile {
    display: none !important; /* Esconde o vídeo mobile no desktop */
}

.hero-video-desktop {
    display: block !important;
}

/* Fume overlay removed per user request to maintain original video clarity */

.hero-container {
    position: relative;
    z-index: 10;
}

.hero-content {
    max-width: 600px; /* Garante que o texto não sobreponha o personagem na direita */
    animation: fadeInUp 1s ease;
}

.google-badge-hero {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: rgba(26, 26, 26, 0.85);
    border: 1px solid rgba(76, 29, 149, 0.4); /* Destaque roxo bem escuro */
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 24px;
    backdrop-filter: blur(5px);
}

.google-icon {
    color: #4285F4;
}

.stars {
    color: #FFB300;
    letter-spacing: 2px;
}

.rating-text {
    color: var(--text-light);
}

.hero-title {
    font-size: 3rem;
    line-height: 1.15;
    margin-bottom: 20px;
}

.hero-title span {
    color: #5B21B6; /* Roxo Bem Escuro */
    text-transform: capitalize;
}

.hero-subtitle {
    font-size: 1.2rem;
    font-weight: 400;
    color: var(--text-light);
    margin-bottom: 36px;
}

.hero-subtitle strong {
    color: #CC4E00; /* Laranja bem escuro */
    font-weight: 700;
}

.hero-actions {
    display: flex;
    gap: 16px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

/* Sobrescreve o botão primário do Hero para laranja bem escuro */
.hero-section .btn-primary {
    background-color: #CC4E00 !important; /* Laranja bem escuro */
    border-color: #CC4E00 !important;
    box-shadow: 0 4px 15px rgba(204, 78, 0, 0.4) !important;
}

.hero-section .btn-primary:hover {
    background-color: #993D00 !important; /* Laranja queimado ainda mais escuro */
    border-color: #993D00 !important;
    box-shadow: 0 6px 20px rgba(153, 61, 0, 0.6) !important;
}

.hero-highlights {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.highlight-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: rgba(76, 29, 149, 0.15); /* Roxo bem escuro translúcido */
    border: 1px solid rgba(76, 29, 149, 0.4); /* Borda roxo bem escuro */
    color: var(--text-light);
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
}

.highlight-pill i {
    color: #6D28D9; /* Ícones roxo escuro visível */
}

/* Contorno preto somente sobre o nome do visitante para destaque premium */
#visitor-name,
.hero-title span {
    -webkit-text-stroke: 1px #000000 !important;
    text-shadow: 
        1px 1px 0 #000000, 
       -1px -1px 0 #000000, 
        1px -1px 0 #000000, 
       -1px 1px 0 #000000, 
        0px 1px 0 #000000, 
        0px -1px 0 #000000, 
        1px 0px 0 #000000, 
       -1px 0px 0 #000000 !important;
}

.hero-title {
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.9) !important;
}

.hero-subtitle {
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.95) !important;
}

/* Stats Bar Section */
.stats-bar {
    background-color: var(--bg-white);
    color: var(--text-dark);
    padding: 40px 0;
    position: relative;
    z-index: 20;
    box-shadow: 0 -10px 30px rgba(0,0,0,0.15);
}

.stats-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
    min-width: 200px;
}

.stat-icon-wrapper {
    background-color: rgba(255, 106, 0, 0.1);
    color: var(--primary);
    width: 60px;
    height: 60px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 12px;
}

.stat-number-wrapper {
    font-family: var(--font-heading);
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--bg-dark);
    line-height: 1.2;
}

.stat-label {
    font-size: 0.9rem;
    color: var(--text-muted-dark);
    font-weight: 500;
    margin-top: 4px;
}

.stat-item-divider {
    width: 1px;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.1);
}

.static-stat .stat-icon-wrapper {
    background-color: rgba(255, 106, 0, 0.15);
}

.stat-text {
    font-size: 1.7rem;
    font-weight: 800;
    color: var(--primary);
}

/* Standard Section Headers */
.section-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 56px auto;
}

.section-tag {
    display: inline-block;
    color: var(--primary);
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.section-title {
    font-size: 2.2rem;
    line-height: 1.25;
    margin-bottom: 16px;
}

.section-desc {
    font-size: 1rem;
    color: var(--text-muted-light);
}

/* Promocoes Section */
.promocoes-section {
    padding: 100px 0;
    background-color: var(--bg-dark);
}

.promos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
}

.promo-card {
    background-color: var(--bg-card-dark);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: var(--border-radius);
    padding: 40px;
    position: relative;
    display: flex;
    flex-direction: column;
    transition: var(--transition);
    overflow: hidden;
}

.promo-card:hover {
    transform: translateY(-8px);
    border-color: rgba(255, 106, 0, 0.25);
    box-shadow: 0 12px 30px var(--accent-glow);
}

.promo-card.featured {
    border: 2px solid var(--primary);
    box-shadow: 0 8px 24px var(--accent-glow);
}

.promo-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: rgba(255, 255, 255, 0.1);
    color: var(--text-light);
    font-size: 0.75rem;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 20px;
    text-transform: uppercase;
}

.promo-badge.badge-accent {
    background-color: var(--primary);
    color: white;
}

.promo-icon {
    font-size: 2.5rem;
    color: var(--primary);
    margin-bottom: 24px;
}

.promo-title {
    font-size: 1.5rem;
    margin-bottom: 16px;
}

.promo-description {
    color: var(--text-muted-light);
    font-size: 0.95rem;
    margin-bottom: 30px;
    flex-grow: 1;
}

.promo-price-wrapper {
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
}

.price-old {
    font-size: 0.9rem;
    color: var(--text-muted-light);
    text-decoration: line-through;
}

.price-new {
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--primary);
    line-height: 1.1;
}

.price-label {
    font-size: 0.85rem;
    color: var(--text-muted-light);
    text-transform: uppercase;
}

/* Booking Section */
.booking-section {
    padding: 100px 0;
    background-color: #060606;
    border-top: 1px solid rgba(255, 255, 255, 0.03);
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}

.booking-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 60px;
    align-items: center;
}

.booking-title {
    font-size: 2.4rem;
    line-height: 1.2;
    margin-bottom: 20px;
}

.booking-description {
    color: var(--text-muted-light);
    font-size: 1.05rem;
    margin-bottom: 36px;
}

.booking-details-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.detail-item {
    display: flex;
    gap: 16px;
}

.detail-icon {
    background-color: var(--accent-glow);
    color: var(--primary);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.detail-item h4 {
    font-size: 1.1rem;
    margin-bottom: 4px;
}

.detail-item p {
    color: var(--text-muted-light);
    font-size: 0.9rem;
}

/* Booking Card & Form controls */
.booking-card-wrapper {
    position: relative;
}

.booking-card-wrapper::after {
    content: '';
    position: absolute;
    top: -15px;
    right: -15px;
    bottom: -15px;
    left: -15px;
    background: radial-gradient(circle, var(--accent-glow-strong) 0%, transparent 70%);
    z-index: 1;
    pointer-events: none;
}

.booking-card {
    position: relative;
    z-index: 2;
    background-color: var(--bg-card-dark);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--border-radius);
    padding: 40px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
}

.booking-card h3 {
    font-size: 1.6rem;
    margin-bottom: 8px;
}

.booking-card-subtitle {
    color: var(--text-muted-light);
    font-size: 0.85rem;
    margin-bottom: 28px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--text-muted-light);
}

.input-wrapper {
    position: relative;
}

.input-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-muted-light);
    font-size: 0.95rem;
}

.input-wrapper input,
.input-wrapper select {
    width: 100%;
    padding: 14px 16px 14px 44px;
    background-color: rgba(13, 13, 13, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: var(--text-light);
    border-radius: var(--border-radius-sm);
    font-family: var(--font-primary);
    font-size: 0.95rem;
    outline: none;
    transition: var(--transition);
}

.input-wrapper input:focus,
.input-wrapper select:focus {
    border-color: var(--primary);
    box-shadow: 0 0 8px rgba(255, 106, 0, 0.25);
    background-color: rgba(13, 13, 13, 0.9);
}

/* Success Messages */
.booking-success-message {
    text-align: center;
    animation: fadeIn 0.5s ease;
}

.success-icon {
    font-size: 3.5rem;
    color: #25D366;
    margin-bottom: 16px;
}

.booking-success-message h4 {
    font-size: 1.4rem;
    margin-bottom: 12px;
}

.booking-success-message p {
    color: var(--text-muted-light);
    font-size: 0.95rem;
    margin-bottom: 20px;
}

.success-action-text {
    font-weight: 600;
    color: var(--text-light) !important;
}

.success-light-theme h4 {
    color: var(--text-dark);
}

.success-light-theme p {
    color: var(--text-muted-dark);
}

/* Diferenciais Section */
.diferenciais-section {
    padding: 100px 0;
    background-color: var(--bg-dark);
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
    margin-bottom: 70px;
}

.service-box {
    background-color: var(--bg-card-dark);
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: var(--border-radius);
    padding: 36px;
    transition: var(--transition);
}

.service-box:hover {
    border-color: rgba(255, 106, 0, 0.15);
    transform: translateY(-5px);
}

.service-icon {
    color: var(--primary);
    font-size: 2.2rem;
    margin-bottom: 20px;
}

.service-box h3 {
    font-size: 1.3rem;
    margin-bottom: 14px;
}

.service-box p {
    font-size: 0.95rem;
    color: var(--text-muted-light);
}

.seo-text-block {
    background: linear-gradient(135deg, var(--bg-card-dark), #121212);
    border-left: 4px solid var(--primary);
    padding: 40px;
    border-radius: 0 var(--border-radius) var(--border-radius) 0;
    margin-top: 50px;
}

.seo-text-block h3 {
    font-size: 1.4rem;
    margin-bottom: 16px;
}

.seo-text-block p {
    color: var(--text-muted-light);
    font-size: 0.95rem;
    text-align: justify;
}

.seo-text-block em {
    color: var(--text-light);
    font-style: normal;
    font-weight: 600;
}

/* Showcase Section with Tabs */
.gallery-section {
    padding: 100px 0;
    background-color: #060606;
}

/* Tabs Styling */
.tabs-container {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.tab-btn {
    background-color: var(--bg-card-dark);
    color: var(--text-muted-light);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 12px 24px;
    font-size: 0.95rem;
    font-weight: 600;
    border-radius: 30px;
    cursor: pointer;
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-primary);
}

.tab-btn:hover {
    color: var(--text-light);
    border-color: rgba(255, 106, 0, 0.3);
    background-color: rgba(255, 106, 0, 0.04);
}

.tab-btn.active {
    background-color: var(--primary);
    color: var(--text-light);
    border-color: var(--primary);
    box-shadow: 0 4px 15px rgba(255, 106, 0, 0.25);
}

/* Tab Panel Interactivity */
.tab-content-panel {
    display: none;
    animation: fadeIn 0.5s ease;
}

.tab-content-panel.active {
    display: block;
}

/* Frames Grid */
.frames-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

/* Frame Card */
.frame-card {
    background-color: var(--bg-card-dark);
    border-radius: var(--border-radius);
    border: 1px solid rgba(255, 255, 255, 0.04);
    padding: 20px;
    transition: var(--transition);
    display: flex;
    flex-direction: column;
}

.frame-card:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 106, 0, 0.2);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

/* Frame Image Hover Transition */
.frame-image-wrapper {
    position: relative;
    width: 100%;
    height: 220px;
    background-color: transparent; /* Remove o fundo branco por trás das imagens */
    border-radius: var(--border-radius-sm);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.02);
}

.frame-image {
    position: absolute;
    width: 90%;
    height: 90%;
    object-fit: contain; /* Mantém o tamanho original do produto */
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
}

.frame-image.side {
    opacity: 0;
    transform: scale(0.92);
}

.frame-card:hover .frame-image.front,
.frame-card.hovered .frame-image.front {
    opacity: 0;
    transform: scale(1.08);
}

.frame-card:hover .frame-image.side,
.frame-card.hovered .frame-image.side {
    opacity: 1;
    transform: scale(1);
}

/* Frame Badges */
.frame-tag {
    position: absolute;
    top: 12px;
    left: 12px;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 20px;
    background-color: var(--bg-dark);
    color: var(--text-light);
    border: 1px solid rgba(255, 255, 255, 0.1);
    letter-spacing: 0.05em;
    z-index: 5;
}

.frame-tag.bg-primary {
    background-color: var(--primary);
    border-color: var(--primary);
}

/* Frame Info & WhatsApp Redirects */
.frame-info {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.frame-info h3 {
    font-size: 1.25rem;
    color: var(--text-light);
    margin-bottom: 6px;
    font-family: var(--font-heading);
}

.frame-info p {
    font-size: 0.88rem;
    color: var(--text-muted-light);
    margin-bottom: auto;
}

.btn-whatsapp-card {
    background-color: transparent;
    color: #25D366;
    border: 2px solid rgba(37, 211, 102, 0.5);
    font-size: 0.88rem;
    padding: 10px 16px;
    margin-top: 20px;
    width: 100%;
    border-radius: var(--border-radius-sm);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 700;
    transition: var(--transition);
}

.btn-whatsapp-card:hover {
    background-color: #25D366;
    color: white;
    border-color: #25D366;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.35);
}

/* Testimonials Section */
.testimonials-section {
    padding: 100px 0;
    background-color: var(--bg-dark);
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
}

.testimonial-card {
    background-color: var(--bg-card-dark);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: var(--border-radius);
    padding: 36px;
    position: relative;
}

.test-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.test-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 1.1rem;
}

.test-name {
    font-size: 1.1rem;
}

.test-stars {
    color: #FFB300;
    display: block;
    margin-top: 2px;
}

.test-comment {
    color: var(--text-muted-light);
    font-style: italic;
    font-size: 0.95rem;
    margin-bottom: 20px;
}

.test-date {
    display: block;
    font-size: 0.8rem;
    color: var(--text-muted-light);
}

.test-date i {
    color: #4285F4;
    margin-right: 4px;
}

/* Booking Section Alt (Inline) */
.booking-section-alt {
    padding: 80px 0;
    background-color: var(--bg-light);
    color: var(--text-dark);
    position: relative;
    z-index: 10;
}

.booking-alt-container {
    max-width: 1000px;
}

.booking-alt-content {
    text-align: center;
}

.booking-form-inline {
    margin-top: 36px;
}

.form-row {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
}

.booking-form-inline input,
.booking-form-inline select {
    padding: 14px 18px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: var(--bg-white);
    color: var(--text-dark);
    border-radius: var(--border-radius-sm);
    font-family: var(--font-primary);
    font-size: 0.95rem;
    outline: none;
    flex: 1;
    min-width: 200px;
    max-width: 320px;
}

.booking-form-inline input:focus,
.booking-form-inline select:focus {
    border-color: var(--primary);
    box-shadow: 0 0 8px rgba(255, 106, 0, 0.15);
}

/* Location Section */
.location-section {
    padding: 100px 0;
    background-color: var(--bg-dark);
}

.location-grid {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 50px;
    align-items: center;
}

.location-title {
    font-size: 2.2rem;
    margin-bottom: 20px;
}

.location-desc {
    color: var(--text-muted-light);
    margin-bottom: 36px;
}

.nap-details {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 40px;
}

.nap-item {
    display: flex;
    gap: 16px;
}

.nap-icon {
    font-size: 1.5rem;
    color: var(--primary);
    margin-top: 2px;
}

.nap-item h4 {
    font-size: 1.1rem;
    margin-bottom: 4px;
}

.nap-item p {
    color: var(--text-muted-light);
    font-size: 0.95rem;
}

.route-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.btn-route {
    flex: 1;
    min-width: 200px;
}

.btn-waze {
    background-color: #33F;
    color: white;
    box-shadow: 0 4px 12px rgba(51, 51, 255, 0.3);
}

.btn-waze:hover {
    background-color: #11C;
    transform: translateY(-2px);
}

.map-wrapper {
    height: 480px;
    border-radius: var(--border-radius);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

/* FAQ Accordion Section */
.faq-section {
    padding: 100px 0;
    background-color: #060606;
}

.faq-accordion {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq-item {
    background-color: var(--bg-card-dark);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: var(--border-radius-sm);
    overflow: hidden;
    transition: var(--transition);
}

.faq-question {
    width: 100%;
    padding: 24px;
    background: none;
    border: none;
    color: var(--text-light);
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.faq-arrow {
    font-size: 0.95rem;
    color: var(--primary);
    transition: var(--transition);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.4s ease;
    padding: 0 24px;
    background-color: rgba(0, 0, 0, 0.15);
}

.faq-answer p {
    color: var(--text-muted-light);
    font-size: 0.95rem;
    padding-bottom: 24px;
}

/* Active FAQ Item states */
.faq-item.active {
    border-color: rgba(255, 106, 0, 0.25);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.faq-item.active .faq-arrow {
    transform: rotate(180deg);
}

.faq-item.active .faq-answer {
    max-height: 200px; /* Large enough buffer */
    padding: 0 24px;
}

/* Footer Section */
.main-footer {
    background-color: #030303;
    padding: 80px 0 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr 1fr;
    gap: 50px;
    margin-bottom: 60px;
}

.footer-logo-text {
    font-family: var(--font-heading);
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--primary);
    margin-bottom: 16px;
    display: inline-block;
}

.footer-tagline {
    color: var(--text-muted-light);
    font-size: 0.95rem;
    margin-bottom: 24px;
}

.footer-socials {
    display: flex;
    gap: 12px;
}

.footer-socials a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--bg-card-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-light);
    font-size: 1.1rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-socials a:hover {
    background-color: var(--primary);
    color: white;
    transform: translateY(-3px);
}

.footer-nav h4,
.footer-contact h4 {
    font-size: 1.2rem;
    margin-bottom: 24px;
    position: relative;
    padding-bottom: 8px;
}

.footer-nav h4::after,
.footer-contact h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 35px;
    height: 2px;
    background-color: var(--primary);
}

.footer-nav ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-nav a {
    color: var(--text-muted-light);
    font-size: 0.95rem;
}

.footer-nav a:hover {
    color: var(--primary);
    padding-left: 4px;
}

.footer-contact p {
    color: var(--text-muted-light);
    font-size: 0.95rem;
    margin-bottom: 16px;
    line-height: 1.5;
}

.footer-contact i {
    color: var(--primary);
    margin-right: 8px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 30px;
    text-align: center;
}

.footer-bottom p {
    color: var(--text-muted-light);
    font-size: 0.85rem;
}

/* Modals Overlay Base (Entrance Gate and Exit Intent) */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(5, 5, 5, 0.85);
    backdrop-filter: blur(15px);
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 1;
    transition: opacity 0.4s ease;
}

.modal-overlay.hidden {
    display: none !important;
    opacity: 0;
    pointer-events: none;
}

.modal-card {
    background-color: var(--bg-card-dark);
    border: 1px solid rgba(255, 255, 255, 0.1);
    max-width: 500px;
    width: 100%;
    border-radius: var(--border-radius);
    padding: 40px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
    position: relative;
    animation: scaleUp 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.modal-logo-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}

.modal-logo {
    max-height: 60px;
    width: auto;
    object-fit: contain;
    border-radius: 6px;
}

.modal-logo-text-fallback {
    font-size: 1.8rem;
    font-weight: 800;
}

.modal-card h2 {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 12px;
}

.modal-card p {
    color: var(--text-muted-light);
    text-align: center;
    font-size: 0.95rem;
    margin-bottom: 28px;
    line-height: 1.5;
}

.modal-privacy-notice {
    font-size: 0.75rem !important;
    color: var(--text-muted-light) !important;
    margin-top: 16px;
    margin-bottom: 0 !important;
}

.modal-privacy-notice i {
    color: #25d366;
    margin-right: 4px;
}

/* Exit Intent custom additions */
.close-modal-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    color: var(--text-muted-light);
    font-size: 1.8rem;
    cursor: pointer;
    line-height: 1;
}

.close-modal-btn:hover {
    color: var(--text-light);
}

.exit-discount-tag {
    background-color: var(--primary);
    color: white;
    font-weight: 700;
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 0.8rem;
    display: inline-block;
    margin: 0 auto 16px auto;
    text-transform: uppercase;
    text-align: center;
}

.exit-card {
    text-align: center;
    border-color: var(--primary);
}

.exit-subtitle {
    font-weight: 600;
    color: var(--text-light) !important;
    margin-bottom: 20px !important;
}

.exit-success h4 {
    font-size: 1.4rem;
    color: #25D366;
    margin-bottom: 8px;
}

/* Floating WhatsApp Sticky button */
.sticky-whatsapp {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #25D366;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    z-index: 999;
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
    transition: var(--transition);
}

.sticky-whatsapp:hover {
    transform: scale(1.1) rotate(5deg);
    background-color: #20ba5a;
}

.sticky-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #FF0000;
    color: white;
    font-size: 0.65rem;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 10px;
    text-transform: uppercase;
    border: 2px solid white;
}

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

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes scaleUp {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Responsive Breakpoints */
@media (max-width: 992px) {
    .hero-title {
        font-size: 2.5rem;
    }
    
    .booking-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .location-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .map-wrapper {
        height: 380px;
    }
    
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .mobile-nav-toggle {
        display: block;
    }
    
    .navbar {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: rgba(13, 13, 13, 0.98);
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding: 24px;
        flex-direction: column;
        gap: 20px;
        transform: translateY(-150%);
        opacity: 0;
        pointer-events: none;
        transition: transform 0.4s ease, opacity 0.3s ease;
    }
    
    .navbar.active {
        transform: translateY(0);
        opacity: 1;
        pointer-events: all;
    }
    
    .nav-list {
        flex-direction: column;
        align-items: center;
        width: 100%;
        gap: 16px;
    }
    
    .main-header.scrolled .navbar {
        background-color: rgba(250, 250, 250, 0.98);
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    }
    
    .nav-cta {
        width: 100%;
    }
    
    .logo-img {
        height: 36px;
    }
    
    .container {
        padding: 0 16px !important;
    }
    
    h1 {
        font-size: 1.8rem !important;
        line-height: 1.25 !important;
    }
    
    h2 {
        font-size: 1.5rem !important;
        line-height: 1.3 !important;
    }
    
    h3 {
        font-size: 1.25rem !important;
    }
    
    body {
        font-size: 0.9rem !important;
    }
    
    /* Hero Section Mobile Optimization */
    .hero-section {
        position: relative !important;
        padding-top: 130px;
        padding-bottom: 60px;
        min-height: 80vh !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        overflow: hidden !important;
        background-color: var(--bg-dark) !important;
        background-image: none !important;
    }
    
    .hero-video-mobile {
        display: block !important; /* Exibe o vídeo mobile */
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center center !important;
        z-index: 1 !important;
        margin: 0 !important;
        border-radius: 0 !important;
        border: none !important;
        box-shadow: none !important;
        background-color: transparent !important;
    }
    
    .hero-video-desktop {
        display: none !important; /* Oculta o vídeo de desktop no mobile */
    }
    
    .hero-content {
        position: relative !important;
        z-index: 10 !important;
        max-width: 100% !important;
        text-align: center !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        background: transparent !important; /* Sem quadro fumê */
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        border: none !important;
        padding: 0 !important;
        box-shadow: none !important;
    }
    
    .hero-title {
        max-width: 100% !important;
        min-height: auto !important;
        font-size: 1.85rem !important;
        margin-bottom: 16px !important;
        line-height: 1.25 !important;
        text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.9) !important;
    }
    
    .hero-subtitle {
        font-size: 0.95rem !important;
        margin-bottom: 24px;
        color: var(--text-light) !important;
        text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.95) !important;
    }
    
    .hero-actions {
        justify-content: center !important;
        width: 100% !important;
        gap: 12px;
        margin-bottom: 30px;
    }
    
    .hero-actions .btn {
        width: 100%;
        padding: 14px 20px;
    }
    
    .hero-highlights {
        justify-content: center !important;
        width: 100% !important;
        gap: 10px;
    }
    
    .highlight-pill {
        font-size: 0.75rem;
        padding: 5px 12px;
    }
    
    /* Stats Bar Mobile */
    .stats-bar {
        padding: 30px 0;
    }
    
    .stats-container {
        flex-direction: column;
        gap: 24px;
    }
    
    .stat-item-divider {
        display: none;
    }
    
    .stat-item {
        width: 100%;
    }
    
    .stat-number-wrapper {
        font-size: 1.8rem;
    }
    
    .stat-text {
        font-size: 1.4rem;
    }
    
    .stat-label {
        font-size: 0.8rem;
    }
    
    /* Promos Section Mobile */
    .promocoes-section {
        padding: 60px 0;
    }
    
    .section-header {
        margin-bottom: 36px;
    }
    
    .section-title {
        font-size: 1.6rem !important;
    }
    
    .promos-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .promo-card {
        padding: 24px 20px;
    }
    
    .promo-title {
        font-size: 1.3rem;
    }
    
    .price-new {
        font-size: 1.8rem;
    }
    
    /* Booking Section Mobile */
    .booking-section {
        padding: 60px 0;
    }
    
    .booking-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .booking-title {
        font-size: 1.7rem !important;
        text-align: center;
    }
    
    .booking-description {
        text-align: center;
        font-size: 0.95rem;
        margin-bottom: 24px;
    }
    
    .booking-details-list {
        gap: 16px;
    }
    
    .detail-item h4 {
        font-size: 1rem;
    }
    
    .detail-item p {
        font-size: 0.85rem;
    }
    
    .booking-card {
        padding: 24px 16px;
    }
    
    .booking-card h3 {
        font-size: 1.35rem;
        text-align: center;
    }
    
    .booking-card-subtitle {
        text-align: center;
        margin-bottom: 20px;
    }
    
    /* Services Section Mobile */
    .diferenciais-section {
        padding: 60px 0;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 40px;
    }
    
    .service-box {
        padding: 24px;
    }
    
    .service-box h3 {
        font-size: 1.2rem;
    }
    
    .seo-text-block {
        padding: 24px;
        margin-top: 30px;
        border-left: 3px solid var(--primary);
    }
    
    .seo-text-block h3 {
        font-size: 1.2rem;
    }
    
    /* Showcase & Testimonials Mobile */
    .gallery-section,
    .testimonials-section {
        padding: 60px 0;
    }
    
    .tabs-container {
        gap: 8px;
        margin-top: 20px;
    }
    
    .tab-btn {
        padding: 10px 18px;
        font-size: 0.85rem;
    }
    
    .frames-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 30px;
    }
    
    .frame-card {
        padding: 16px;
    }
    
    .frame-image-wrapper {
        height: 180px;
    }
    
    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .testimonial-card {
        padding: 24px 20px;
    }
    
    .test-comment {
        font-size: 0.9rem;
    }
    
    /* Bottom Inline Booking Form Mobile */
    .booking-section-alt {
        padding: 60px 0;
    }
    
    .form-row {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
    
    .booking-form-inline input,
    .booking-form-inline select,
    .booking-form-inline button {
        width: 100%;
        max-width: 100%;
        padding: 12px 16px;
    }
    
    /* Location Section Mobile */
    .location-section {
        padding: 60px 0;
    }
    
    .location-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }
    
    .location-title {
        font-size: 1.7rem !important;
        text-align: center;
    }
    
    .location-desc {
        text-align: center;
        font-size: 0.95rem;
        margin-bottom: 24px;
    }
    
    .nap-details {
        gap: 16px;
    }
    
    .nap-item h4 {
        font-size: 1rem;
    }
    
    .nap-item p {
        font-size: 0.85rem;
    }
    
    .route-actions {
        flex-direction: column;
        gap: 12px;
    }
    
    .btn-route {
        width: 100%;
    }
    
    .map-wrapper {
        height: 280px !important;
    }
    
    /* FAQ Section Mobile */
    .faq-section {
        padding: 60px 0;
    }
    
    .faq-accordion {
        gap: 12px;
    }
    
    .faq-question {
        padding: 16px;
        font-size: 0.95rem !important;
    }
    
    .faq-answer p {
        padding-bottom: 16px;
        font-size: 0.85rem;
    }
    
    /* Footer Mobile */
    .main-footer {
        padding: 50px 0 20px 0;
    }
    
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 36px;
        text-align: center;
    }
    
    .footer-logo-text {
        font-size: 1.6rem;
    }
    
    .footer-tagline {
        font-size: 0.9rem;
        max-width: 400px;
        margin: 0 auto 20px auto;
    }
    
    .footer-socials {
        justify-content: center;
    }
    
    .footer-nav h4::after,
    .footer-contact h4::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .footer-contact p {
        font-size: 0.88rem;
    }
    
    /* Modals Mobile */
    .modal-card {
        padding: 24px 16px;
        width: 95% !important;
        max-width: 380px;
    }
    
    .modal-card h2 {
        font-size: 1.4rem !important;
        margin-bottom: 8px;
    }
    
    .modal-card p {
        font-size: 0.85rem;
        margin-bottom: 20px;
    }
    
    .modal-logo {
        max-height: 48px;
    }
    
    /* Floating Sticky Button Mobile */
    .sticky-whatsapp {
        bottom: 20px;
        right: 20px;
        width: 52px;
        height: 52px;
        font-size: 1.6rem;
    }
}

/* -------------------------------------------------------------------------
   INTERACTIVE CHATBOT STYLES
   ------------------------------------------------------------------------- */
.chatbot-container {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 9999;
}

.chatbot-window {
    position: absolute;
    bottom: 80px;
    right: 0;
    width: 340px;
    max-height: 480px;
    background: rgba(20, 20, 20, 0.95);
    border: 1px solid rgba(255, 106, 0, 0.25);
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s ease;
    transform-origin: bottom right;
}

.chatbot-window.hidden {
    display: none !important;
    opacity: 0;
    transform: scale(0.8) translate(20px, 20px);
    pointer-events: none;
}

.chatbot-header {
    background: linear-gradient(135deg, var(--primary), #D35400);
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.chatbot-avatar {
    position: relative;
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 1.1rem;
}

.avatar-status {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 10px;
    height: 10px;
    background-color: #2ECC71;
    border: 2px solid var(--primary);
    border-radius: 50%;
}

.chatbot-header-info {
    flex: 1;
}

.chatbot-header-info h4 {
    font-size: 0.95rem;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0;
}

.chatbot-header-info p {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

.chatbot-close-btn {
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.2rem;
    cursor: pointer;
    padding: 4px;
    transition: color 0.2s ease;
}

.chatbot-close-btn:hover {
    color: #FFFFFF;
}

.chatbot-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    background: #0D0D0D;
    max-height: 330px;
}

.chat-messages-feed {
    flex: 1;
    padding: 16px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-height: 230px;
    scrollbar-width: thin;
}

.chat-message {
    max-width: 85%;
    padding: 10px 14px;
    border-radius: 12px;
    font-size: 0.88rem;
    line-height: 1.4;
    word-break: break-word;
}

.bot-message {
    background-color: #1A1A1A;
    color: #FFFFFF;
    align-self: flex-start;
    border-bottom-left-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.user-message {
    background-color: var(--primary);
    color: #FFFFFF;
    align-self: flex-end;
    border-bottom-right-radius: 2px;
}

.chat-options {
    padding: 8px 16px 16px 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    background: #0D0D0D;
}

.chat-option-btn {
    background: rgba(255, 106, 0, 0.08);
    border: 1px solid rgba(255, 106, 0, 0.3);
    color: #FFFFFF;
    padding: 8px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
    transition: all 0.2s ease;
}

.chat-option-btn:hover {
    background: var(--primary);
    border-color: var(--primary);
    transform: translateY(-1px);
}

.chat-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #25D366;
    color: #FFFFFF;
    border: none;
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 0.85rem;
    font-weight: 700;
    text-decoration: none;
    margin-top: 6px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    width: 100%;
}

.chat-cta-btn:hover {
    background-color: #1ebd59;
}

.chatbot-footer {
    padding: 10px 12px;
    background: #141414;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    gap: 8px;
}

.chatbot-footer input {
    flex: 1;
    background: #0D0D0D;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 8px 14px;
    color: #FFFFFF;
    font-size: 0.85rem;
    outline: none;
    transition: border-color 0.2s ease;
}

.chatbot-footer input:focus {
    border-color: var(--primary);
}

#chatbot-send-btn {
    background: var(--primary);
    border: none;
    color: #FFFFFF;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

#chatbot-send-btn:hover {
    background-color: #D35400;
}

.typing-indicator {
    display: flex;
    gap: 4px;
    align-items: center;
    padding: 4px 8px;
}

.typing-dot {
    width: 6px;
    height: 6px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    animation: typingBounce 1.4s infinite ease-in-out both;
}

.typing-dot:nth-child(1) { animation-delay: -0.32s; }
.typing-dot:nth-child(2) { animation-delay: -0.16s; }

@keyframes typingBounce {
    0%, 80%, 100% { transform: scale(0); }
    40% { transform: scale(1); }
}

@media (max-width: 768px) {
    .chatbot-container {
        bottom: 16px;
        right: 16px;
    }
    
    .chatbot-window {
        bottom: 72px;
        right: 0;
        width: calc(100vw - 32px);
        max-width: 320px;
        max-height: 400px;
    }
}
