/* ==========================================================================
   4D STUDIO - High-End Enterprise Dark & Metallic Design System
   ========================================================================== */

:root {
    --color-bg-dark: #070b19;
    --color-bg-dark-alt: #0a1024;
    --color-bg-surface: #0f172a;
    --color-bg-card: rgba(15, 23, 42, 0.75);
    --color-bg-card-hover: rgba(30, 41, 59, 0.85);

    --color-primary: #3b82f6;
    --color-primary-glow: #60a5fa;
    --color-cyan: #00d2ff;
    --color-cyan-glow: rgba(0, 210, 255, 0.35);
    --color-accent-teal: #10b981;

    --color-text-white: #ffffff;
    --color-text-subtle: #cbd5e1;
    --color-text-muted: #94a3b8;

    --color-border-subtle: rgba(255, 255, 255, 0.08);
    --color-border-bright: rgba(59, 130, 246, 0.4);

    --shadow-glow: 0 0 25px rgba(59, 130, 246, 0.25);
    --shadow-card: 0 10px 30px rgba(0, 0, 0, 0.5);
}

/* Global Reset for Dark SaaS Look */
body {
    background-color: var(--color-bg-dark) !important;
    color: var(--color-text-subtle) !important;
    font-family: 'Kumbh Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    overflow-x: hidden;
}

/* ==========================================================================
   HEADER & NAVBAR OVERRIDES (Clean Enterprise Sticky Bar)
   ========================================================================== */
.header-area {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    background: rgba(7, 11, 25, 0.88) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    border-bottom: 1px solid var(--color-border-subtle) !important;
    z-index: 1000 !important;
    padding: 12px 0 !important;
    transition: all 0.3s ease !important;
}

/* KILL OLD TEMPLATE SLANTED SHAPES */
.header-area::before,
.header-area::after {
    display: none !important;
    content: none !important;
    width: 0 !important;
    height: 0 !important;
}

.header__container {
    max-width: 100% !important;
    padding: 0 36px !important;
    margin: 0 !important;
    width: 100% !important;
}

@media (max-width: 768px) {
    .header__container {
        padding: 0 16px !important;
    }
}

.header__main {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
}

.header-area .logo {
    display: inline-flex !important;
    align-items: center !important;
    width: auto !important;
    max-width: 240px !important;
    height: auto !important;
    text-decoration: none !important;
    z-index: 10 !important;
    flex-shrink: 0 !important;
    margin-right: 20px !important;
}

.header-area .logo img {
    max-height: 44px !important;
    width: auto !important;
    max-width: 190px !important;
    height: auto !important;
    display: block !important;
    object-fit: contain !important;
    transition: transform 0.2s ease;
}

.header-area .logo:hover img {
    transform: scale(1.02);
}




/* Clean Nav Menu */
.header__main .main-menu {
    display: flex !important;
    align-items: center !important;
}

.header__main .main-menu ul {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.header__main .main-menu ul li {
    position: relative !important;
    margin: 0 !important;
    padding: 0 !important;
}

.header__main .main-menu ul li a {
    color: var(--color-text-muted) !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    padding: 8px 14px !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    display: inline-block !important;
    letter-spacing: 0.2px !important;
}

.header__main .main-menu ul li a:hover,
.header__main .main-menu ul li a.active {
    color: var(--color-text-white) !important;
    background: rgba(255, 255, 255, 0.06) !important;
}

/* Header Right CTA */
.header-cta-btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 8px 18px !important;
    font-size: 13.5px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    box-shadow: 0 0 15px rgba(59, 130, 246, 0.35) !important;
    transition: all 0.25s ease !important;
    white-space: nowrap !important;
}

.header-cta-btn:hover {
    background: linear-gradient(135deg, #60a5fa 0%, #2563eb 100%) !important;
    box-shadow: 0 0 25px rgba(59, 130, 246, 0.6) !important;
    transform: translateY(-1px) !important;
    color: #ffffff !important;
}

/* ==========================================================================
   HERO SECTION (High-Tech Enterprise Aesthetic)
   ========================================================================== */
.hero-4d {
    position: relative;
    padding: 160px 0 100px 0;
    min-height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background:
        radial-gradient(ellipse 80% 50% at 50% -20%, rgba(59, 130, 246, 0.22), transparent 70%),
        radial-gradient(circle at 80% 20%, rgba(0, 210, 255, 0.08), transparent 40%),
        #070b19;
    overflow: hidden;
}

.hero-grid-bg {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(to right, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 40px 40px;
    mask-image: radial-gradient(ellipse 60% 50% at 50% 50%, #000 70%, transparent 100%);
    -webkit-mask-image: radial-gradient(ellipse 60% 50% at 50% 50%, #000 70%, transparent 100%);
    pointer-events: none;
}

.section-tag-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    border-radius: 9999px;
    background: rgba(59, 130, 246, 0.12);
    border: 1px solid rgba(59, 130, 246, 0.35);
    color: #93c5fd;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 20px;
    backdrop-filter: blur(8px);
}

.section-tag-pill i {
    color: var(--color-cyan);
}

.hero-title-main {
    font-size: 60px;
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -1px;
    background: linear-gradient(180deg, #ffffff 40%, #cbd5e1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 22px;
}

@media (max-width: 991px) {
    .hero-title-main {
        font-size: 42px;
        letter-spacing: -0.5px;
    }
}

@media (max-width: 576px) {
    .hero-title-main {
        font-size: 32px;
    }
}

.hero-subtitle {
    font-size: 18.5px;
    color: #94a3b8;
    line-height: 1.65;
    max-width: 740px;
    margin: 0 auto 36px auto;
}

.hero-tags-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-bottom: 40px;
}

.hero-tag-item {
    background: rgba(15, 23, 42, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 13.5px;
    font-weight: 600;
    color: #e2e8f0;
    transition: all 0.25s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.hero-tag-item:hover {
    border-color: var(--color-cyan);
    background: rgba(59, 130, 246, 0.15);
    color: #ffffff;
    box-shadow: 0 0 15px rgba(0, 210, 255, 0.25);
    transform: translateY(-2px);
}

.hero-tag-item i {
    color: #38bdf8;
}

/* Custom Metallic Buttons */
.btn-metallic {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 30px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    border-radius: 10px;
    transition: all 0.25s ease;
    cursor: pointer;
    text-decoration: none;
}

.btn-metallic-primary {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 25px rgba(37, 99, 235, 0.4);
}

.btn-metallic-primary:hover {
    background: linear-gradient(135deg, #3b82f6 0%, #1e40af 100%);
    box-shadow: 0 6px 30px rgba(59, 130, 246, 0.65);
    transform: translateY(-2px);
    color: #ffffff !important;
}

.btn-metallic-secondary {
    background: rgba(15, 23, 42, 0.8);
    color: #ffffff !important;
    border: 1px solid var(--color-border-subtle);
    backdrop-filter: blur(10px);
}

.btn-metallic-secondary:hover {
    background: rgba(30, 41, 59, 0.9);
    border-color: rgba(255, 255, 255, 0.25);
    transform: translateY(-2px);
    color: #ffffff !important;
}

/* Hero Top Logo */
.hero-top-logo-box {
    margin-bottom: 24px;
    display: inline-block;
}

.hero-top-logo {
    max-height: 80px;
    max-width: 260px;
    height: auto;
    width: auto;
    border-radius: 14px;
    padding: 6px 12px;
    background: rgba(15, 23, 42, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4), 0 0 20px rgba(59, 130, 246, 0.2);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.hero-top-logo:hover {
    transform: translateY(-2px) scale(1.02);
    border-color: var(--color-cyan);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6), 0 0 25px rgba(0, 210, 255, 0.35);
}

/* Hero Panel Image Showcase Widget */
.hero-panel-showcase {
    max-width: 1080px;
    width: 100%;
    margin: 50px auto 0 auto;
    position: relative;
}

.hero-panel-frame {
    background: rgba(11, 19, 43, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 30px 70px -15px rgba(0, 0, 0, 0.85), 0 0 45px rgba(59, 130, 246, 0.25);
    backdrop-filter: blur(16px);
    transition: all 0.35s ease;
}

.hero-panel-frame:hover {
    border-color: rgba(59, 130, 246, 0.5);
    box-shadow: 0 35px 80px -15px rgba(0, 0, 0, 0.9), 0 0 55px rgba(59, 130, 246, 0.35);
}

.hero-panel-topbar {
    background: #090e1a;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-panel-image-wrapper {
    position: relative;
    overflow: hidden;
    background: #070b19;
}

.hero-panel-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.hero-panel-frame:hover .hero-panel-img {
    transform: scale(1.01);
}


/* ==========================================================================
   CARDS & SECTIONS
   ========================================================================== */
.sub-bg {
    background-color: var(--color-bg-dark-alt) !important;
}

.secondary-bg {
    background-color: #050813 !important;
}

.glass-tech-card {
    background: var(--color-bg-card);
    border: 1px solid var(--color-border-subtle);
    border-radius: 16px;
    padding: 36px 30px;
    transition: all 0.35s ease;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    backdrop-filter: blur(12px);
}

.glass-tech-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.8), transparent);
    opacity: 0;
    transition: opacity 0.35s ease;
}

.glass-tech-card:hover {
    background: var(--color-bg-card-hover);
    border-color: var(--color-border-bright);
    transform: translateY(-6px);
    box-shadow: var(--shadow-card), var(--shadow-glow);
}

.glass-tech-card:hover::before {
    opacity: 1;
}

.tech-icon-box {
    width: 60px;
    height: 60px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.15) 0%, rgba(15, 23, 42, 0.8) 100%);
    border: 1px solid rgba(59, 130, 246, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: var(--color-cyan);
    margin-bottom: 24px;
    transition: all 0.3s ease;
}

.glass-tech-card:hover .tech-icon-box {
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    color: #ffffff;
    box-shadow: 0 0 20px rgba(59, 130, 246, 0.5);
    transform: scale(1.05);
}

/* Product Cards */
.product-card {
    background: #0b1329;
    border: 1px solid var(--color-border-subtle);
    border-radius: 20px;
    padding: 32px;
    position: relative;
    transition: all 0.35s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-card:hover {
    border-color: #3b82f6;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6), 0 0 25px rgba(59, 130, 246, 0.25);
    transform: translateY(-6px);
}

.ui-mockup-frame {
    background: #070b19;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    margin-bottom: 24px;
    overflow: hidden;
}

.ui-mockup-topbar {
    background: #0f172a;
    padding: 8px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ui-mockup-dots {
    display: flex;
    gap: 6px;
}

.ui-mockup-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.ui-mockup-body {
    padding: 16px;
    font-size: 13px;
    font-family: monospace;
}

.ui-stat-row {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.ui-stat-pill {
    flex: 1;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 6px;
    padding: 8px;
    text-align: center;
}

.ui-stat-label {
    font-size: 10px;
    color: #94a3b8;
    text-transform: uppercase;
    display: block;
}

.ui-stat-value {
    font-size: 14px;
    font-weight: 700;
    color: #38bdf8;
}

.ui-table-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 8px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.02);
    margin-bottom: 6px;
    border-left: 3px solid #3b82f6;
}

.feature-check-list {
    list-style: none;
    padding: 0;
    margin: 20px 0 28px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-grow: 1;
}

.feature-check-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #cbd5e1;
    font-size: 14.5px;
}

.feature-check-list li i {
    color: #38bdf8;
    font-size: 15px;
    flex-shrink: 0;
}

/* Integration Flow Section */
.integration-flow-section {
    background: radial-gradient(circle at center, rgba(59, 130, 246, 0.1) 0%, rgba(7, 11, 25, 1) 70%);
    padding: 100px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.flow-node-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 40px 0;
}

.flow-node {
    background: #0f172a;
    border: 1px solid rgba(59, 130, 246, 0.35);
    border-radius: 12px;
    padding: 14px 20px;
    color: #ffffff;
    font-weight: 700;
    font-size: 14.5px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.flow-node:hover {
    border-color: var(--color-cyan);
    background: #1e293b;
    box-shadow: 0 0 20px rgba(0, 210, 255, 0.35);
    transform: translateY(-3px);
}

.flow-arrow {
    color: var(--color-cyan);
    font-size: 18px;
}

.integration-pillars-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
    margin-top: 40px;
}

.integration-pillar-item {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--color-border-subtle);
    border-radius: 12px;
    padding: 24px;
    text-align: center;
}

.integration-pillar-item h4 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

.step-number-badge {
    font-size: 32px;
    font-weight: 900;
    background: linear-gradient(135deg, #38bdf8 0%, #3b82f6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: monospace;
    margin-bottom: 12px;
    display: inline-block;
}

.tech-badge-item {
    background: rgba(15, 23, 42, 0.8);
    border: 1px solid var(--color-border-subtle);
    border-radius: 12px;
    padding: 16px 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #ffffff;
    font-weight: 700;
    font-size: 15px;
    transition: all 0.25s ease;
}

.tech-badge-item:hover {
    border-color: #38bdf8;
    background: rgba(30, 58, 138, 0.4);
    box-shadow: 0 0 20px rgba(56, 189, 248, 0.25);
    transform: translateY(-3px);
}

.tech-badge-item i {
    font-size: 20px;
    color: #38bdf8;
}

.evolution-highlight-box {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.12) 0%, rgba(15, 23, 42, 0.8) 100%);
    border: 1px solid rgba(59, 130, 246, 0.35);
    border-radius: 16px;
    padding: 28px;
    margin: 30px 0;
    border-left: 5px solid #3b82f6;
}

.evolution-highlight-box h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}

/* Contact Section High-Tech Background */
#contact.testimonial-area {
    position: relative !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    overflow: hidden;
}

#contact.testimonial-area::before {
    content: '' !important;
    position: absolute !important;
    inset: 0 !important;
    background: radial-gradient(circle at 50% 30%, rgba(7, 11, 25, 0.72) 0%, rgba(7, 11, 25, 0.94) 100%) !important;
    pointer-events: none !important;
    z-index: 1 !important;
}

#contact .container {
    position: relative !important;
    z-index: 2 !important;
}

/* Contact Form & Simulator */
.quote-service-card {

    background: rgba(15, 23, 42, 0.85);
    border: 1px solid var(--color-border-subtle);
    border-radius: 12px;
    padding: 18px 16px;
    cursor: pointer;
    transition: all 0.25s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.quote-service-card:hover {
    border-color: rgba(59, 130, 246, 0.5);
    background: rgba(30, 41, 59, 0.9);
}

.quote-service-card.selected {
    border-color: #00d2ff !important;
    background: rgba(59, 130, 246, 0.25) !important;
    box-shadow: 0 0 15px rgba(0, 210, 255, 0.3);
}

.quote-service-card.selected .selection-indicator i {
    color: #00d2ff !important;
}

.quote-service-card .card-icon {
    font-size: 22px;
    color: #38bdf8;
    margin-bottom: 10px;
}

.quote-service-card h4 {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 6px;
    line-height: 1.3;
}

.simulator-mode-switch {
    background: rgba(11, 19, 43, 0.8);
    border: 1px solid rgba(59, 130, 246, 0.25);
    border-radius: 12px;
    padding: 12px 16px;
}

.mode-toggle-group {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: #090e1a;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    padding: 4px;
    position: relative;
    gap: 4px;
}

@media (max-width: 991px) {
    .mode-toggle-group {
        grid-template-columns: 1fr;
        border-radius: 16px;
    }
}

.btn-mode-toggle {
    border: none;
    background: transparent;
    color: #94a3b8;
    padding: 9px 10px;
    font-size: 12.5px;
    font-weight: 700;
    border-radius: 25px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-align: center;
    white-space: nowrap;
}

.btn-mode-toggle:hover {
    color: #ffffff;
}

.btn-mode-toggle.active {
    background: linear-gradient(135deg, #0052d4, #4364f7, #6fb1fc);
    color: #ffffff !important;
    box-shadow: 0 4px 15px rgba(67, 100, 247, 0.4);
}

/* Scrollbar & Container para Cards do Simulador */
.quote-services-grid,
#simulator-services-grid {
    max-height: 440px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 6px;
    margin-right: -4px;
    scroll-behavior: smooth;
}

/* Custom Sleek Scrollbar */
.quote-services-grid::-webkit-scrollbar,
#simulator-services-grid::-webkit-scrollbar {
    width: 6px;
}

.quote-services-grid::-webkit-scrollbar-track,
#simulator-services-grid::-webkit-scrollbar-track {
    background: rgba(15, 23, 42, 0.6);
    border-radius: 8px;
}

.quote-services-grid::-webkit-scrollbar-thumb,
#simulator-services-grid::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #3b82f6, #1d4ed8);
    border-radius: 8px;
}

.quote-services-grid::-webkit-scrollbar-thumb:hover,
#simulator-services-grid::-webkit-scrollbar-thumb:hover {
    background: #60a5fa;
}

.card-price-tag {
    font-size: 11.5px;
    color: #38bdf8;
    font-weight: 600;
    background: rgba(56, 189, 248, 0.1);
    border: 1px solid rgba(56, 189, 248, 0.2);
    border-radius: 6px;
    padding: 3px 8px;
    display: inline-block;
    margin-top: 6px;
    transition: all 0.25s ease;
}

.quote-service-card.selected .card-price-tag {
    background: rgba(0, 210, 255, 0.2);
    border-color: rgba(0, 210, 255, 0.5);
    color: #00d2ff;
}

.quote-summary-box {
    background: #090e1a;
    border: 1px solid rgba(59, 130, 246, 0.35);
    border-radius: 12px;
    padding: 20px;
    display: flex;
    justify-content: space-around;
}

.quote-summary-box .summary-item {
    text-align: center;
}

.quote-summary-box .summary-item span {
    font-size: 11px;
    color: #94a3b8;
    text-transform: uppercase;
    display: block;
    margin-bottom: 4px;
}

.quote-summary-box .summary-item h3 {
    color: #38bdf8;
    font-size: 22px;
    font-weight: 800;
    margin: 0;
}

.quote-summary-box .summary-item h4 {
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    margin: 0;
}

#contact-form input,
#contact-form textarea {
    width: 100%;
    background: #090e1a !important;
    border: 1px solid var(--color-border-subtle) !important;
    color: #ffffff !important;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.25s ease;
}

#contact-form input:focus,
#contact-form textarea:focus {
    border-color: var(--color-cyan) !important;
    box-shadow: 0 0 15px rgba(0, 210, 255, 0.25);
    background: #0f172a !important;
    outline: none;
}

#contact-form label {
    margin-bottom: 6px;
    font-weight: 600;
    font-size: 13.5px;
}

.form-highlight-pulse {
    animation: glowPulse 1.5s ease-in-out infinite alternate;
}

@keyframes glowPulse {
    from {
        border-color: rgba(59, 130, 246, 0.4);
        box-shadow: 0 0 10px rgba(59, 130, 246, 0.2);
    }

    to {
        border-color: #00d2ff;
        box-shadow: 0 0 30px rgba(0, 210, 255, 0.5);
    }
}

/* Cookie Consent Banner (LGPD) */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    background: rgba(9, 14, 26, 0.96);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-top: 1px solid rgba(59, 130, 246, 0.35);
    box-shadow: 0 -10px 35px rgba(0, 0, 0, 0.7);
    padding: 14px 0;
}

.cookie-banner__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.cookie-banner__text {
    display: flex;
    align-items: center;
    color: #cbd5e1;
    font-size: 13.5px;
    line-height: 1.5;
    flex: 1;
    min-width: 280px;
}

.btn-cookie-accept {
    background: linear-gradient(135deg, #0052d4, #4364f7);
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 25px;
    padding: 8px 26px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.25s ease;
    white-space: nowrap;
    box-shadow: 0 4px 15px rgba(67, 100, 247, 0.4);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-cookie-accept:hover {
    background: linear-gradient(135deg, #1d4ed8, #2563eb);
    transform: translateY(-2px);
    box-shadow: 0 6px 22px rgba(67, 100, 247, 0.6);
}