/* ============================================
   NEUROOPS.AI - CUSTOM CSS v6.0
   Complete landing page overrides
   ============================================ */

/* ============================================
   0. SAFETY NET - Force visibility
   ============================================ */
.fade-in, .slide-in-left, .slide-in-right, .scale-in {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
}

/* DISABLED - was hiding everything
.js-animate .fade-in { opacity: 0 !important; }
*/

/* ============================================
   1. GLOBAL SECTION SPACING
   ============================================ */
.section {
    padding: 120px 0 !important;
    position: relative;
}

.section + .section {
    /* No extra spacing needed, 120px is consistent */
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ============================================
   2. SECTION HEADERS - Full brightness
   ============================================ */
.section-header {
    text-align: center;
    margin-bottom: 64px;
}

.section-header h2 {
    color: #ffffff !important;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 16px;
}

.section-header p {
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 1.1rem;
    max-width: 640px;
    margin: 0 auto;
    line-height: 1.7;
}

.badge {
    display: inline-block;
    padding: 8px 20px;
    border-radius: 9999px;
    font-size: 0.85rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    margin-bottom: 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.text-gradient {
    background: linear-gradient(135deg, #A855F7, #3B82F6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ============================================
   3. HERO SECTION
   ============================================ */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 60px;
}

.hero .container {
    padding: 0 5%;
}

.hero-two-col {
    display: grid !important;
    grid-template-columns: 1.2fr 1fr !important;
    gap: 60px !important;
    align-items: center !important;
    opacity: 1 !important;
}

.hero-content {
    position: relative;
    z-index: 2;
    opacity: 1 !important;
}

.hero-content h1 {
    font-size: clamp(2.5rem, 5.5vw, 4rem) !important;
    font-weight: 900 !important;
    line-height: 1.08 !important;
    letter-spacing: -0.03em;
    margin-bottom: 24px;
    color: #ffffff !important;
    opacity: 1 !important;
    animation: none !important;
    transform: none !important;
}

.hero-content .hero-subtitle {
    font-size: clamp(1.05rem, 1.8vw, 1.25rem) !important;
    color: rgba(241, 240, 255, 0.9) !important;
    line-height: 1.7;
    margin-bottom: 32px;
    opacity: 1 !important;
    animation: none !important;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    border: 1px solid rgba(168, 85, 247, 0.3);
    border-radius: 9999px;
    font-size: 0.85rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
    background: rgba(168, 85, 247, 0.1);
    margin-bottom: 24px;
}

.hero-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    opacity: 1 !important;
}

.hero-buttons .btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 32px;
    font-size: 1.05rem;
    font-weight: 700;
    border-radius: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    opacity: 1 !important;
}

.btn-primary, .hero-buttons .btn-primary {
    background: linear-gradient(135deg, #6C5CE7, #A855F7) !important;
    color: #fff !important;
    border: none;
    box-shadow: 0 4px 24px rgba(108, 92, 231, 0.4);
}

.btn-primary:hover {
    box-shadow: 0 8px 32px rgba(108, 92, 231, 0.6);
    transform: translateY(-2px);
}

.btn-secondary, .hero-buttons .btn-secondary {
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    color: #fff !important;
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.12) !important;
}

.btn-accent,
.cta-buttons .btn-accent {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    padding: 16px 32px;
    background: linear-gradient(135deg, #00E676, #00C853) !important;
    color: #0a0a1a !important;
    border: none !important;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1.05rem;
    text-decoration: none;
    transition: all 0.3s;
}

.btn-lg {
    padding: 16px 32px !important;
    font-size: 1.05rem !important;
}

.cta-buttons .btn-secondary {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    padding: 16px 32px;
    background: rgba(255, 255, 255, 0.06) !important;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1.05rem;
    text-decoration: none;
}

.hero-visual {
    display: flex;
    justify-content: center;
    align-items: center;
}

.neural-svg {
    width: 100%;
    max-width: 420px;
    height: auto;
}

/* ============================================
   4. HERO METRICS - Bright and visible
   ============================================ */
.hero-metrics {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 60px;
    opacity: 1 !important;
}

.metric-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    padding: 24px 16px;
    text-align: center;
    backdrop-filter: blur(12px);
}

.metric-value {
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 800;
    margin-bottom: 4px;
    /* gradient set inline per card */
}

.metric-label {
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.9) !important;
    font-weight: 500;
}

/* ============================================
   5. SERVICES GRID
   ============================================ */
.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.service-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 32px 24px;
    backdrop-filter: blur(12px);
    transition: all 0.3s ease;
}

.service-card:hover {
    border-color: rgba(168, 85, 247, 0.3);
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(168, 85, 247, 0.15);
}

.service-card h3 {
    color: #ffffff;
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.service-card p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.92rem;
    line-height: 1.6;
    margin-bottom: 16px;
}

.service-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.service-price {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 700;
    background: rgba(168, 85, 247, 0.12);
    color: #A855F7;
}

.service-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #A855F7;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    transition: gap 0.3s ease;
}

.service-link:hover {
    gap: 10px;
}

/* ============================================
   6. METHODOLOGY STEPS
   ============================================ */
.methodology-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.methodology-step {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 32px 20px 24px;
    text-align: center;
    backdrop-filter: blur(12px);
    transition: all 0.3s ease;
}

.methodology-step:hover {
    border-color: rgba(168, 85, 247, 0.25);
    transform: translateY(-4px);
}

.methodology-step h4 {
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.methodology-step p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.88rem;
    line-height: 1.6;
}

.step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    margin: 0 auto 16px;
}

.step-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ============================================
   7. RESULTS
   ============================================ */
.results-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.result-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 40px 24px;
    text-align: center;
    backdrop-filter: blur(12px);
}

.result-value {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    margin-bottom: 8px;
}

.result-label {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 4px;
}

.result-detail {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.85rem;
}

/* ============================================
   8. COMPARISON TABLE
   ============================================ */
.comparison-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 16px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
}

.comparison-table th,
.comparison-table td {
    padding: 16px 20px;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.92rem;
}

.comparison-table th {
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
    font-weight: 700;
    font-size: 0.95rem;
}

.comparison-table .highlight-col {
    background: rgba(168, 85, 247, 0.08);
    color: #ffffff;
    font-weight: 600;
}

.comparison-table th.highlight-col {
    background: rgba(168, 85, 247, 0.15);
    color: #A855F7;
}

/* ============================================
   9. CASES DE SUCESSO
   ============================================ */
.cases-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.case-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 32px 24px;
    backdrop-filter: blur(12px);
    transition: all 0.3s ease;
    overflow: hidden;
}

.case-card:hover {
    border-color: rgba(168, 85, 247, 0.25);
}

.case-content {
    /* Ensure content doesn't overflow */
}

.case-industry {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 6px;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    background: rgba(168, 85, 247, 0.15);
    color: #A855F7;
    margin-bottom: 12px;
}

.case-card h4 {
    color: #ffffff;
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.case-card p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.case-metrics {
    display: flex !important;
    gap: 16px !important;
    flex-wrap: wrap !important;
}

.case-metric {
    flex: 1;
    min-width: 80px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 12px;
    text-align: center;
}

.case-metric strong {
    display: block;
    font-size: 1.3rem;
    font-weight: 800;
    color: #A855F7;
    margin-bottom: 4px;
}

.case-metric span {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.7);
}

/* ============================================
   10. STACK GRID
   ============================================ */
.stack-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.stack-item {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 28px 16px;
    text-align: center;
    backdrop-filter: blur(12px);
    transition: all 0.3s ease;
}

.stack-item:hover {
    border-color: rgba(168, 85, 247, 0.25);
    transform: translateY(-4px);
}

.stack-item-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stack-item-name {
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 4px;
}

.stack-item-role {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* ============================================
   11. PRICING
   ============================================ */
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    align-items: start;
}

.pricing-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 36px 24px;
    text-align: center;
    backdrop-filter: blur(12px);
    transition: all 0.3s ease;
    position: relative;
}

.pricing-card.popular {
    border-color: rgba(168, 85, 247, 0.5);
    background: rgba(168, 85, 247, 0.08);
    box-shadow: 0 0 40px rgba(168, 85, 247, 0.15);
    overflow: visible !important;
    padding-top: 48px;
}

.popular-badge {
    position: absolute !important;
    top: -14px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    background: linear-gradient(135deg, #A855F7, #3B82F6) !important;
    color: #fff !important;
    padding: 6px 24px;
    border-radius: 20px;
    font-size: 0.82rem;
    font-weight: 700;
    white-space: nowrap;
    z-index: 2;
}

.pricing-name {
    font-size: 1.1rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 12px;
}

.pricing-price {
    font-size: 2.2rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 4px;
}

.pricing-period {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 24px;
}

.pricing-features {
    list-style: none;
    padding: 0;
    margin: 0 0 24px 0;
    text-align: left;
}

.pricing-features li {
    padding: 8px 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    display: flex;
    align-items: center;
    gap: 8px;
}

.pricing-features li::before {
    content: "\2713";
    color: #00E676;
    font-weight: 700;
    flex-shrink: 0;
}

/* ============================================
   12. ABOUT / QUEM SOMOS
   ============================================ */
.about-content {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 48px;
    align-items: start;
}

.about-image {
    text-align: center;
}

.about-image img {
    width: 200px;
    height: 200px;
    border-radius: 24px;
    object-fit: cover;
    box-shadow: 0 0 40px rgba(168, 85, 247, 0.3);
}

.placeholder-avatar {
    width: 200px;
    height: 200px;
    border-radius: 24px;
    background: linear-gradient(135deg, #A855F7, #3B82F6);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.5rem;
    font-weight: 800;
    color: #fff;
    margin: 0 auto;
    box-shadow: 0 0 40px rgba(168, 85, 247, 0.3);
}

.about-text p {
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.7;
    margin-bottom: 16px;
    font-size: 1rem;
}

.about-text strong {
    color: #ffffff;
}

.about-highlights {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 24px;
}

.about-highlight {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
}

.about-highlight-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* ============================================
   13. ECOSYSTEM
   ============================================ */
.ecosystem-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.ecosystem-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 32px;
    backdrop-filter: blur(12px);
    transition: all 0.3s ease;
}

.ecosystem-card:hover {
    border-color: rgba(168, 85, 247, 0.25);
    transform: translateY(-4px);
}

.ecosystem-card h4 {
    color: #ffffff;
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.ecosystem-card p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.92rem;
    line-height: 1.6;
}

.ecosystem-card-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

/* ============================================
   14. FORMS
   ============================================ */
.form-tabs {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-bottom: 40px;
}

.form-tab {
    padding: 12px 32px;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease;
}

.form-tab.active {
    background: linear-gradient(135deg, #6C5CE7, #A855F7);
    color: #ffffff;
    border-color: transparent;
    box-shadow: 0 4px 24px rgba(108, 92, 231, 0.4);
}

.form-tab-content {
    display: none !important;
}

.form-tab-content.active {
    display: block !important;
}

.form-container {
    max-width: 700px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: 40px;
    backdrop-filter: blur(12px);
}

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

.neuroops-form label {
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 8px;
}

.neuroops-form .required {
    color: #FF6B6B;
}

.form-control {
    width: 100%;
    padding: 12px 16px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
    font-size: 0.95rem;
    transition: border-color 0.3s ease;
    font-family: inherit;
}

.form-control:focus {
    outline: none;
    border-color: #A855F7;
    box-shadow: 0 0 0 3px rgba(168, 85, 247, 0.15);
}

.form-control::placeholder {
    color: rgba(255, 255, 255, 0.35);
}

textarea.form-control {
    min-height: 120px;
    resize: vertical;
}

select.form-control {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.5)' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

/* Form Wizard */
.form-progress {
    display: flex;
    gap: 8px;
    margin-bottom: 32px;
}

.form-progress-step {
    flex: 1;
    height: 4px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.1);
    transition: background 0.3s ease;
}

.form-progress-step.active {
    background: linear-gradient(135deg, #A855F7, #3B82F6);
}

.form-step {
    /* display controlled by JS */
}

.form-step.active {
    display: block;
}

.form-nav {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
}

/* Agent option cards */
.agent-options {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 24px;
}

.agent-option input[type="radio"] {
    display: none;
}

.agent-option-label {
    display: block;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.03);
}

.agent-option input[type="radio"]:checked + .agent-option-label {
    border-color: #A855F7;
    background: rgba(168, 85, 247, 0.1);
    box-shadow: 0 0 20px rgba(168, 85, 247, 0.15);
}

.agent-option-label h5 {
    font-size: 0.95rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 4px;
}

.agent-desc {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 8px;
    line-height: 1.4;
}

.agent-price-tag {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: 700;
    background: rgba(168, 85, 247, 0.12);
    color: #A855F7;
}

/* Tier cards */
.tier-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 24px;
}

.tier-card input[type="radio"] {
    display: none;
}

.tier-card-label {
    display: block;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.03);
}

.tier-card input[type="radio"]:checked + .tier-card-label {
    border-color: #A855F7;
    background: rgba(168, 85, 247, 0.1);
}

.tier-card-label h4 {
    color: #ffffff;
    margin-bottom: 8px;
}

.tier-desc {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.6);
}

.tier-price {
    font-size: 1.3rem;
    font-weight: 800;
    color: #A855F7;
    margin: 12px 0;
}

/* Order summary */
.order-summary {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 24px;
}

.order-summary h4 {
    color: #ffffff;
    margin-bottom: 16px;
}

.order-line {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    font-size: 0.92rem;
    color: rgba(255, 255, 255, 0.7);
}

.order-line strong {
    color: #ffffff;
}

.order-line.total {
    border-top: 2px solid rgba(168, 85, 247, 0.3);
    border-bottom: none;
    margin-top: 8px;
    padding-top: 12px;
    font-size: 1.1rem;
    font-weight: 700;
    color: #A855F7;
}

.form-message {
    padding: 16px;
    border-radius: 12px;
    text-align: center;
    font-weight: 600;
}

.form-message.success {
    background: rgba(0, 230, 118, 0.1);
    color: #00E676;
    border: 1px solid rgba(0, 230, 118, 0.3);
}

.form-message.error {
    background: rgba(255, 107, 107, 0.1);
    color: #FF6B6B;
    border: 1px solid rgba(255, 107, 107, 0.3);
}

/* ============================================
   15. CTA SECTION
   ============================================ */
.cta-section {
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-content h2 {
    color: #ffffff;
    font-size: clamp(1.8rem, 3.5vw, 2.5rem);
    font-weight: 800;
    margin-bottom: 16px;
}

.cta-content p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.1rem;
    margin-bottom: 32px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cta-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ============================================
   16. FOOTER
   ============================================ */
.site-footer {
    background: rgba(0, 0, 0, 0.3);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding: 60px 0 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}

.footer-brand p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    line-height: 1.7;
    margin-top: 16px;
}

.footer-column h4 {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 16px;
}

.footer-column a {
    display: block;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    text-decoration: none;
    padding: 4px 0;
    transition: color 0.3s ease;
}

.footer-column a:hover {
    color: #A855F7;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.5);
}

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

.footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.6);
    transition: all 0.3s ease;
}

.footer-social a:hover {
    background: rgba(168, 85, 247, 0.15);
    color: #A855F7;
}

.footer-social a svg {
    width: 18px;
    height: 18px;
}

/* ============================================
   17. SCROLL INDICATOR
   ============================================ */
.scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.82rem;
    animation: scrollBounce 2s ease-in-out infinite;
}

@keyframes scrollBounce {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(8px); }
}

/* ============================================
   18. WHATSAPP FLOAT
   ============================================ */
.whatsapp-float {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 60px;
    height: 60px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    box-shadow: 0 4px 24px rgba(37, 211, 102, 0.4);
    transition: all 0.3s ease;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 32px rgba(37, 211, 102, 0.6);
}

/* ============================================
   19. GLOW ORBS (background decorations)
   ============================================ */
.glow-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.3;
    pointer-events: none;
    z-index: 0;
}

.glow-orb-purple {
    background: radial-gradient(circle, rgba(168, 85, 247, 0.4) 0%, transparent 70%);
}

.glow-orb-blue {
    background: radial-gradient(circle, rgba(59, 130, 246, 0.3) 0%, transparent 70%);
}

.bg-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 60px 60px;
    pointer-events: none;
    z-index: 0;
}

/* ============================================
   20. LOGO
   ============================================ */
.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.logo-text {
    font-weight: 800;
    font-size: 1.2rem;
    color: #ffffff;
}

.logo-text span {
    color: rgba(255, 255, 255, 0.5);
}

/* ============================================
   21. HEADER
   ============================================ */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 16px 0;
    transition: all 0.3s ease;
}

.site-header.scrolled {
    background: rgba(10, 10, 26, 0.9);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    padding: 10px 0;
}

.header-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

.main-nav a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 500;
    transition: color 0.3s ease;
}

.main-nav a:hover {
    color: #ffffff;
}

.header-cta .btn {
    padding: 10px 20px;
    font-size: 0.9rem;
}

.btn-sm,
.header-cta .btn-sm {
    padding: 8px 16px !important;
    font-size: 0.85rem !important;
}

/* Mobile toggle */
.mobile-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
}

.mobile-toggle span {
    width: 24px;
    height: 2px;
    background: #ffffff;
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* ============================================
   22. RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
    .hero-two-col {
        grid-template-columns: 1fr !important;
        gap: 40px !important;
        text-align: center;
    }

    .hero-buttons {
        justify-content: center;
    }

    .hero-metrics {
        grid-template-columns: repeat(2, 1fr);
    }

    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .methodology-steps {
        grid-template-columns: repeat(2, 1fr);
    }

    .pricing-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-content {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .about-highlights {
        align-items: center;
    }

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

    .cases-grid {
        grid-template-columns: 1fr;
    }
}

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

    .hero-metrics {
        grid-template-columns: repeat(2, 1fr);
    }

    .main-nav {
        display: none;
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
        background: rgba(10, 10, 26, 0.95);
        backdrop-filter: blur(20px);
        flex-direction: column;
        padding: 24px;
        gap: 16px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    }

    .main-nav.active {
        display: flex;
    }

    .mobile-toggle {
        display: flex;
    }

    .services-grid,
    .methodology-steps,
    .stack-grid,
    .pricing-grid,
    .results-grid {
        grid-template-columns: 1fr;
    }

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

    .agent-options {
        grid-template-columns: 1fr;
    }

    .tier-cards {
        grid-template-columns: 1fr;
    }

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

    .footer-bottom {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }

    .ecosystem-cards {
        grid-template-columns: 1fr;
    }

    .comparison-table {
        font-size: 0.8rem;
    }

    .comparison-table th,
    .comparison-table td {
        padding: 10px 12px;
    }
}

@media (max-width: 480px) {
    .hero-metrics {
        grid-template-columns: 1fr 1fr;
    }

    .hero-content h1 {
        font-size: 2rem !important;
    }

    .form-container {
        padding: 24px 16px;
    }
}

/* ============================================
   23. ANIMATIONS
   ============================================ */
@keyframes pulse-badge {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.3); }
}

/* ============================================
   24. KILL ALL OPACITY:0 FROM OLD STYLE.CSS
   These override the original theme animations
   that start elements at opacity:0
   ============================================ */
.hero-badge,
.hero h1,
.hero-subtitle,
.hero-metrics,
.hero-cta,
.hero-content,
.hero-visual,
.service-card,
.process-step,
.result-card,
.case-card,
.tech-tag,
.section-header,
.section-tag,
.section-title,
.section-subtitle,
section,
section * {
    opacity: 1 !important;
    animation-fill-mode: none !important;
}

/* Remove all fadeInUp animations that cause invisible content */
.hero-badge,
.hero h1,
.hero-subtitle,
.hero-metrics,
.hero-cta {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
}

/* Force body and main visible */
body, .site-main, main, section {
    opacity: 1 !important;
    visibility: visible !important;
}

/* Override any element with inline opacity:0 */
[style*="opacity: 0"],
[style*="opacity:0"] {
    opacity: 1 !important;
}
