﻿/* ========================================
   Ã–ZEL YAZILIM GELÄ°ÅTÄ°RME - TECH PARTNER THEME
   ======================================== */

:root {
    --tech-primary: #2563eb;
    --tech-secondary: #0ea5e9;
    --tech-accent: #6366f1;
    --tech-dark: #0f172a;
    --tech-gray: #64748b;
    --tech-light: #f1f5f9;
    --tech-code-bg: #1e293b;
    --tech-gradient: linear-gradient(135deg, #2563eb, #0ea5e9);
}

/* Base Styles */
.tech-section {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}

.tech-bg-light {
    background: #fff;
}

.tech-bg-gray {
    background: #f8fafc;
}

.tech-eyebrow {
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--tech-primary);
    margin-bottom: 20px;
    display: inline-block;
    background: rgba(37, 99, 235, 0.1);
    padding: 8px 16px;
    border-radius: 4px;
    font-family: 'Courier New', monospace;
}

.tech-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 800;
    color: var(--tech-dark);
    line-height: 1.1;
    margin-bottom: 24px;
    letter-spacing: -1px;
}

.tech-desc {
    font-size: 1.25rem;
    color: var(--tech-gray);
    line-height: 1.8;
    max-width: 600px;
    margin-bottom: 40px;
}

.text-gradient-tech {
    background: var(--tech-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ========================================
   01. HERO SECTION
   ======================================== */
/* ========================================
   01. HERO SECTION (REDESIGNED)
   ======================================== */
.software-hero {
    position: relative;
    padding: 140px 0 100px;
    overflow: hidden;
    background: #ffffff;
    /* Light base */
    color: var(--tech-dark);
}

/* Dynamic Background */
.software-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at center, rgba(37, 99, 235, 0.04) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(99, 102, 241, 0.04) 0%, transparent 40%);
    animation: heroBgRotate 20s linear infinite;
    z-index: 0;
}

@keyframes heroBgRotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.software-hero .row {
    position: relative;
    z-index: 2;
}

/* Badge */
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: rgba(37, 99, 235, 0.06);
    border: 1px solid rgba(37, 99, 235, 0.15);
    border-radius: 50px;
    font-size: 0.9rem;
    color: var(--tech-primary);
    margin-bottom: 24px;
    backdrop-filter: blur(10px);
}

.hero-badge i {
    font-size: 0.8rem;
}

/* Typography */
.hero-title-new {
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 24px;
    letter-spacing: -1px;
    color: var(--tech-dark);
    background: linear-gradient(to right, var(--tech-dark) 30%, var(--tech-primary));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-desc-new {
    font-size: 1.25rem;
    color: var(--tech-gray);
    line-height: 1.8;
    margin-bottom: 40px;
    font-weight: 400;
}

/* Buttons */
.hero-actions {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

.btn-hero-glow {
    background: var(--tech-primary);
    color: #fff;
    padding: 16px 40px;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(37, 99, 235, 0.25);
    border: 1px solid transparent;
}

.btn-hero-glow:hover {
    background: #1d4ed8;
    transform: translateY(-2px);
    box-shadow: 0 15px 35px rgba(37, 99, 235, 0.35);
    color: #fff;
}

.btn-hero-glass {
    background: #fff;
    color: var(--tech-primary);
    padding: 16px 40px;
    border-radius: 50px;
    font-weight: 600;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.btn-hero-glass:hover {
    background: #f8fafc;
    border-color: var(--tech-primary);
    color: var(--tech-primary);
    transform: translateY(-2px);
}

/* 3D Browser Mockup */
.browser-mockup-wrapper {
    position: relative;
    perspective: 2000px;
    margin-left: 80px;
}

.browser-mockup {
    background: #fff;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 50px 100px -20px rgba(0, 0, 0, 0.12);
    transform: rotateX(8deg) scale(0.95);
    transition: transform 0.3s ease;
    overflow: hidden;
    position: relative;
}

.browser-mockup:hover {
    transform: rotateX(5deg) scale(0.97);
}

.browser-header {
    background: #f1f5f9;
    padding: 12px 20px;
    display: flex;
    gap: 8px;
    border-bottom: 1px solid #e2e8f0;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.dot.red {
    background: #fd5d5d;
}

.dot.yellow {
    background: #fdbb2d;
}

.dot.green {
    background: #27c93f;
}

.browser-body {
    padding: 0;
    background: #fff url('../images/crm-dashboard-demo.png') center center / cover no-repeat;
    height: 400px;
    position: relative;
    display: flex;
}

/* Dashboard UI Mock CSS */
.dash-sidebar {
    width: 200px;
    border-right: 1px solid #f1f5f9;
    height: 100%;
    background: #f8fafc;
}

.dash-main {
    flex: 1;
    padding: 25px;
    background: #fff;
}

.dash-header-bar {
    height: 40px;
    margin-bottom: 25px;
    background: #f1f5f9;
    border-radius: 6px;
    width: 60%;
}

.dash-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.dash-widget {
    height: 120px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
}

.dash-chart {
    height: 180px;
    background: linear-gradient(180deg, rgba(37, 99, 235, 0.05) 0%, transparent 100%);
    margin-top: 25px;
    border-radius: 12px;
    border: 1px solid rgba(37, 99, 235, 0.1);
}

/* Floating Elements */
.float-badge {
    position: absolute;
    background: #fff;
    color: var(--tech-dark);
    padding: 10px 20px;
    border-radius: 12px;
    font-weight: 700;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 10;
    border: 1px solid #f1f5f9;
    animation: floatBadge 6s ease-in-out infinite;
}

.fb-1 {
    top: 10%;
    right: -20px;
}

.fb-2 {
    bottom: 20%;
    left: -30px;
    animation-delay: 1s;
}

@keyframes floatBadge {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}


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

.btn-tech-primary {
    position: relative;
    overflow: hidden;
    background: var(--tech-dark);
    color: #fff;
    padding: 18px 36px;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--tech-dark);
    box-shadow: 0 4px 15px rgba(15, 23, 42, 0.3);
    z-index: 1;
}

.btn-tech-primary::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: 0.5s;
    z-index: -1;
}

.btn-tech-primary:hover {
    background: var(--tech-primary);
    border-color: var(--tech-primary);
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(37, 99, 235, 0.3);
}

.btn-tech-primary:hover::after {
    left: 100%;
}

.btn-tech-primary:hover i {
    transform: translateX(5px);
}

.btn-tech-outline {
    background: transparent;
    border: 1px solid #cbd5e1;
    color: var(--tech-dark);
    padding: 18px 36px;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.btn-tech-outline:hover {
    background: var(--tech-dark);
    color: #fff;
    border-color: var(--tech-dark);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.15);
}

/* Hero Visual - Abstract Tech */
.hero-tech-visual {
    position: relative;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tech-grid-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(37, 99, 235, 0.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(37, 99, 235, 0.1) 1px, transparent 1px);
    background-size: 40px 40px;
    opacity: 0.5;
    mask-image: radial-gradient(circle, black 40%, transparent 80%);
    -webkit-mask-image: radial-gradient(circle, black 40%, transparent 80%);
}

.tech-card-float {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 12px;
    padding: 20px;
    position: absolute;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    gap: 15px;
    animation: float 6s ease-in-out infinite;
}

.tech-card-1 {
    top: 20%;
    right: 10%;
    animation-delay: 0s;
}

.tech-card-2 {
    bottom: 20%;
    left: 10%;
    animation-delay: 1s;
}

.tech-card-3 {
    top: 40%;
    left: 40%;
    animation-delay: 2s;
    z-index: 2;
    transform: scale(1.1);
}

.tech-icon-box {
    width: 40px;
    height: 40px;
    background: var(--tech-light);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--tech-primary);
}

.tech-code-snippet {
    font-family: monospace;
    font-size: 0.8rem;
    color: var(--tech-gray);
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}

/* ========================================
   RESTORED & NEW SECTIONS FOR JSON CONTENT
   ======================================== */

/* FEATURE GRID (Restored) */
.dev-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.dev-card {
    background: #ffffff;
    border: 1px solid rgba(226, 232, 240, 0.8);
    padding: 40px 30px;
    border-radius: 20px;
    transition: all 0.5s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

/* Animated gradient border effect */
.dev-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 2px;
    background: linear-gradient(135deg, transparent 40%, var(--tech-primary) 50%, var(--tech-secondary) 60%, transparent 70%);
    background-size: 300% 300%;
    background-position: 0% 50%;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: all 0.5s ease;
}

.dev-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px -12px rgba(37, 99, 235, 0.15);
}

.dev-card:hover::before {
    opacity: 1;
    background-position: 100% 50%;
}

/* Modern icon styling */
.dev-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(99, 102, 241, 0.08));
    color: var(--tech-primary);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    margin-bottom: 25px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

/* Icon glow effect on hover */
.dev-card:hover .dev-icon {
    background: var(--tech-gradient);
    color: #fff;
    box-shadow:
        0 0 0 4px rgba(37, 99, 235, 0.1),
        0 8px 25px rgba(37, 99, 235, 0.25);
    transform: scale(1.05);
}

.dev-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--tech-dark);
    margin-bottom: 12px;
    transition: color 0.3s ease;
}

.dev-card:hover h3 {
    color: var(--tech-primary);
}

.dev-card p {
    color: var(--tech-gray);
    margin: 0;
    line-height: 1.7;
    font-size: 0.95rem;
}



/* FAQ (Restored) */
.tech-faq-item {
    border-bottom: 1px solid #e2e8f0;
    margin-bottom: 0;
}

.tech-faq-header {
    padding: 24px 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tech-faq-header h4 {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
    color: var(--tech-dark);
    transition: color 0.3s ease;
}

.tech-faq-icon {
    width: 24px;
    height: 24px;
    position: relative;
}

.tech-faq-icon::before,
.tech-faq-icon::after {
    content: '';
    position: absolute;
    background: var(--tech-dark);
    transition: all 0.3s ease;
}

.tech-faq-icon::before {
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
    margin-top: -1px;
}

.tech-faq-icon::after {
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -1px;
}

.tech-faq-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.tech-faq-content {
    padding-bottom: 24px;
    color: var(--tech-gray);
    line-height: 1.7;
}

.tech-faq-item.active .tech-faq-icon::after {
    transform: rotate(90deg);
}

.tech-faq-item.active .tech-faq-header h4 {
    color: var(--tech-primary);
}

/* CTA (Restored) */
.tech-cta-box {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 50%, #1e40af 100%);
    border-radius: 30px;
    padding: 80px;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(37, 99, 235, 0.3);
}

.tech-cta-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.2) 0%, transparent 60%);
    pointer-events: none;
}

.tech-cta-title {
    color: white;
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 20px;
}

.tech-cta-text {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.25rem;
    max-width: 600px;
    margin: 0 auto 40px;
}

.tech-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.btn-cta-tech {
    background: #fff;
    color: var(--tech-primary);
    padding: 18px 40px;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.btn-cta-tech:hover {
    background: transparent;
    color: #fff;
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

/* TRUST BAR (New) */
.trust-bar {
    padding: 40px 0;
    border-bottom: 1px solid #e2e8f0;
    margin-bottom: 60px;
}


.trust-item {
    text-align: center;
    padding: 30px 20px;
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

/* Gradient overlay on hover */
.trust-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.03), rgba(99, 102, 241, 0.03));
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
}

.trust-item:hover::before {
    opacity: 1;
}

.trust-item:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 40px -10px rgba(37, 99, 235, 0.15);
    border-color: rgba(37, 99, 235, 0.2);
}

.trust-icon {
    font-size: 2.5rem;
    color: var(--tech-secondary);
    margin-bottom: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background: rgba(14, 165, 233, 0.08);
    border-radius: 16px;
    transition: all 0.4s ease;
    position: relative;
    z-index: 1;
}

.trust-item:hover .trust-icon {
    background: linear-gradient(135deg, #2563eb, #0ea5e9);
    color: #fff;
    transform: rotateY(360deg) scale(1.1);
    box-shadow: 0 10px 30px rgba(37, 99, 235, 0.3);
}

.trust-label {
    font-weight: 700;
    color: var(--tech-dark);
    margin-bottom: 8px;
    font-size: 1.15rem;
    letter-spacing: -0.3px;
    position: relative;
    z-index: 1;
    transition: color 0.3s ease;
}

.trust-item:hover .trust-label {
    color: var(--tech-primary);
}

.trust-desc {
    font-size: 0.9rem;
    color: var(--tech-gray);
    position: relative;
    z-index: 1;
    transition: color 0.3s ease;
}

.trust-item:hover .trust-desc {
    color: #475569;
}

/* SPLIT INFO (New) */
.split-info-card {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    margin-bottom: 20px;
    border: 1px solid #f1f5f9;
    transition: all 0.3s ease;
}

.split-info-card:hover {
    border-color: var(--tech-primary);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.split-info-title {
    font-weight: 700;
    color: var(--tech-dark);
    margin-bottom: 10px;
    font-size: 1.1rem;
}

.split-info-desc {
    font-size: 0.9rem;
    color: var(--tech-gray);
    line-height: 1.5;
    margin: 0;
}

.info-bullet-list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.info-bullet-list li {
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--tech-gray);
    font-weight: 500;
}

.info-bullet-list li i {
    color: var(--tech-primary);
    margin-top: 5px;
}

/* USE CASE TABS (New) */
.use-case-nav {
    justify-content: center;
    border-bottom: none;
    margin-bottom: 40px;
    gap: 15px;
}

.use-case-link {
    border: 1px solid #cbd5e1 !important;
    border-radius: 50px !important;
    padding: 12px 30px !important;
    color: var(--tech-gray) !important;
    font-weight: 600 !important;
    background: transparent;
}

.use-case-link.active {
    background: var(--tech-dark) !important;
    color: #fff !important;
    border-color: var(--tech-dark) !important;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.2);
}

.use-case-content {
    background: #fff;
    border-radius: 20px;
    padding: 50px;
    border: 1px solid #e2e8f0;
    position: relative;
    overflow: hidden;
}

.use-case-content::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.05) 0%, transparent 70%);
    border-radius: 50%;
}

.outcome-list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.outcome-item {
    background: #f0f9ff;
    padding: 8px 16px;
    border-radius: 8px;
    color: var(--tech-primary);
    font-size: 0.9rem;
    font-weight: 600;
    border: 1px solid rgba(37, 99, 235, 0.1);
}

/* TECH PRINCIPLES (New) */
.principles-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.principle-item {
    margin-bottom: 25px;
    border-left: 3px solid var(--tech-secondary);
    padding-left: 20px;
}

.principle-title {
    font-weight: 700;
    color: var(--tech-dark);
    margin-bottom: 5px;
    font-size: 1.1rem;
}

.principle-desc {
    font-size: 0.9rem;
    color: var(--tech-gray);
    line-height: 1.6;
}

.delivery-item {
    background: #f8fafc;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 15px;
    border: 1px solid #e2e8f0;
}

.delivery-title {
    font-weight: 700;
    color: var(--tech-dark);
    margin-bottom: 5px;
}

.delivery-desc {
    font-size: 0.85rem;
    color: var(--tech-gray);
    margin: 0;
}

/* PREMIUM TECH EFFECTS (Restored & Custom) */
.tech-glass {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
}

.tech-glow-text {
    text-shadow: 0 0 10px rgba(37, 99, 235, 0.3), 0 0 20px rgba(37, 99, 235, 0.2);
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .dev-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .process-line {
        display: none;
    }

    .process-steps {
        grid-template-columns: 1fr;
        gap: 40px;
    }

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

@media (max-width: 768px) {
    .dev-grid {
        grid-template-columns: 1fr;
    }

    .tech-cta-buttons {
        flex-direction: column;
    }

    .outcome-list {
        flex-direction: column;
        gap: 10px;
    }
}

/* ======================================== */
/*   USE CASES / SENARYOLAR SECTION        */
/* ======================================== */

.use-case-nav {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    border: none;
}

.use-case-link {
    background: #fff;
    color: var(--tech-dark);
    border: 1px solid #e2e8f0;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.use-case-link:hover {
    background: #f8fafc;
    border-color: var(--tech-primary);
    color: var(--tech-primary);
    -webkit-text-fill-color: var(--tech-primary);
    background-clip: border-box;
    -webkit-background-clip: border-box;
}


.nav-pills .use-case-link.active {
    background: var(--tech-gradient) !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    background-clip: border-box !important;
    -webkit-background-clip: border-box !important;
    border-color: transparent !important;
    box-shadow: 0 4px 15px rgba(37, 99, 235, 0.25);
}

.nav-pills .use-case-link.active:hover,
.nav-pills .use-case-link.active:focus {
    background: var(--tech-gradient) !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    background-clip: border-box !important;
    -webkit-background-clip: border-box !important;
    border-color: transparent !important;
    box-shadow: 0 6px 20px rgba(37, 99, 235, 0.35);
}

.use-case-content {
    background: #fff;
    padding: 50px;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    min-height: 300px;
}

.use-case-content h3 {
    font-size: 2rem;
    font-weight: 800;
    color: var(--tech-dark);
    margin-bottom: 20px;
}

.outcome-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 25px;
}

.outcome-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px;
    background: #f8fafc;
    border-radius: 10px;
    color: var(--tech-dark);
    font-weight: 500;
    transition: all 0.3s ease;
}

.outcome-item:hover {
    background: rgba(37, 99, 235, 0.05);
    transform: translateX(5px);
}

.outcome-item i {
    color: var(--tech-primary);
    font-size: 1.1rem;
}

/* ======================================== */
/*   FAQ CARDS - PREMIUM DESIGN            */
/* ======================================== */

.faq-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 30px;
    border: 1px solid #e2e8f0;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
    position: relative;
    overflow: hidden;
}

.faq-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--tech-gradient);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.faq-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(37, 99, 235, 0.12);
    border-color: rgba(37, 99, 235, 0.2);
}

.faq-card:hover::before {
    transform: scaleX(1);
}

.faq-icon {
    width: 70px;
    height: 70px;
    background: rgba(37, 99, 235, 0.06);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    transition: all 0.4s ease;
}

.faq-icon i {
    font-size: 2rem;
    color: var(--tech-primary);
    transition: all 0.4s ease;
}

.faq-card:hover .faq-icon {
    background: var(--tech-gradient);
    transform: scale(1.1);
    box-shadow: 0 10px 20px rgba(37, 99, 235, 0.25);
}

.faq-card:hover .faq-icon i {
    color: #ffffff;
}

.faq-card h4 {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--tech-dark);
    margin-bottom: 15px;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.faq-card:hover h4 {
    color: var(--tech-primary);
}

.faq-card p {
    color: var(--tech-gray);
    line-height: 1.7;
    margin: 0;
    font-size: 0.95rem;
}

/* ======================================== */
/*   SOLUTION GRID - 2x2 CARDS             */
/* ======================================== */

.solution-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.solution-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.solution-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(37, 99, 235, 0.1);
    border-color: rgba(37, 99, 235, 0.2);
}

.solution-icon {
    width: 50px;
    height: 50px;
    background: rgba(37, 99, 235, 0.08);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.solution-icon i {
    font-size: 1.4rem;
    color: var(--tech-primary);
}

.solution-card:hover .solution-icon {
    background: var(--tech-gradient);
}

.solution-card:hover .solution-icon i {
    color: #ffffff;
}

.solution-card h4 {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--tech-dark);
    margin-bottom: 12px;
}

.solution-card p {
    font-size: 0.9rem;
    color: var(--tech-gray);
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 768px) {
    .solution-grid {
        grid-template-columns: 1fr;
    }
}