/* AI Servers sayfa düzeni (inline style yerine) */

.ai-server-page #particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}

.ai-showcase-section {
    background: linear-gradient(to bottom, rgba(46, 16, 101, 0.5) 0%, transparent 100%);
    padding: 100px 0 80px;
    color: #fff;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.ai-showcase-section .hero-container {
    text-align: center;
    margin-bottom: 60px;
}

.ai-showcase-section .hero-title {
    font-size: 3.5rem;
    margin-bottom: 20px;
    font-weight: 800;
    letter-spacing: -1px;
}

.ai-showcase-section .hero-description {
    font-size: 1.25rem;
    max-width: 800px;
    margin: 0 auto;
    color: #cbd5e1;
    line-height: 1.7;
}

.showcase-wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 1100px;
    margin: 0 auto;
}

.showcase-content-container {
    position: relative;
    width: 100%;
    height: 500px;
    background: #1e293b;
    border-radius: 12px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    border: 1px solid #334155;
}

.showcase-window-bar {
    height: 40px;
    background: #0f172a;
    display: flex;
    align-items: center;
    padding: 0 15px;
    gap: 8px;
    border-bottom: 1px solid #334155;
}

.showcase-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.showcase-dot--red { background: #ef4444; }
.showcase-dot--yellow { background: #eab308; }
.showcase-dot--green { background: #22c55e; }

.showcase-window-title {
    margin-left: 20px;
    font-family: monospace;
    color: #94a3b8;
    font-size: 0.85rem;
}

.showcase-view {
    display: none;
    height: calc(100% - 40px);
}

.showcase-view.active {
    display: block;
}

.showcase-view-inner {
    display: flex;
    height: 100%;
}

.cursor-sidebar {
    width: 250px;
    background: #1e293b;
    border-right: 1px solid #334155;
    padding: 15px;
}

.showcase-explorer-title {
    color: #cbd5e1;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 0.9rem;
}

.showcase-file {
    color: #94a3b8;
    font-size: 0.85rem;
    margin-bottom: 8px;
}

.showcase-file--active {
    color: #e2e8f0;
    margin-left: 25px;
    padding: 4px;
    background: #334155;
    border-radius: 4px;
}

.showcase-file--indent {
    margin-left: 25px;
}

.showcase-code-pane {
    flex: 1;
    padding: 20px;
    font-family: 'Fira Code', monospace;
    font-size: 0.95rem;
    line-height: 1.6;
    background: #0f172a;
    overflow: hidden;
    position: relative;
}

#auto-typing-code {
    color: #98c379;
    height: 100%;
    width: 100%;
    white-space: pre-wrap;
    font-family: inherit;
}

#typewriter-cursor {
    display: inline-block;
    width: 2px;
    height: 1.2rem;
    background: #60a5fa;
    position: absolute;
    top: 20px;
    left: 20px;
}

#view-claude {
    background: #0f172a;
    color: #f8fafc;
}

.claude-chat-area {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: calc(100% - 80px);
    overflow-y: auto;
}

.claude-chat-bubble--user {
    align-self: flex-end;
    background: #1e293b;
    color: #cbd5e1;
    padding: 12px 16px;
    border-radius: 12px 12px 0 12px;
    max-width: 80%;
    border: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 0.9rem;
}

.claude-chat-bubble--bot {
    align-self: flex-start;
    background: rgba(30, 41, 59, 0.5);
    padding: 12px 16px;
    border-radius: 12px 12px 12px 0;
    max-width: 80%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    gap: 12px;
}

.claude-avatar {
    min-width: 28px;
    width: 28px;
    height: 28px;
    background: #d97757;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.8rem;
}

.claude-sender {
    font-weight: 600;
    margin-bottom: 4px;
    font-size: 0.85rem;
    color: #818cf8;
}

#claude-typing-chat {
    line-height: 1.4;
    color: #cbd5e1;
    font-size: 0.85rem;
    min-height: 1.2rem;
}

.claude-input-bar {
    height: 80px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 10px 20px;
    display: flex;
    gap: 10px;
    background: #0f172a;
    align-items: center;
}

.claude-input-fake {
    flex: 1;
    background: #1e293b;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 8px 15px;
    color: #64748b;
    display: flex;
    align-items: center;
    font-size: 0.85rem;
}

.claude-send-btn {
    width: 40px;
    height: 40px;
    background: #334155;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
}

#view-openclaw {
    background: #0f172a;
    padding: 20px;
}

.openclaw-grid {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 20px;
    height: 100%;
}

.openclaw-panel {
    background: rgba(30, 41, 59, 0.7);
    border-radius: 12px;
    padding: 15px;
    border: 1px solid #334155;
}

.openclaw-panel h3 {
    color: #fff;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1rem;
}

.openclaw-panel h3 i {
    color: #22c55e;
}

#openclaw-terminal {
    background: #000;
    border-radius: 12px;
    padding: 15px;
    font-family: monospace;
    color: #22c55e;
    overflow-y: auto;
    position: relative;
}

.terminal-logs {
    line-height: 1.6;
    font-size: 0.85rem;
}

.terminal-logs .muted {
    color: #94a3b8;
}

.task-node {
    font-size: 0.8rem;
    padding: 8px 10px;
}

.task-node .status-icon {
    margin-left: auto;
}

#view-antigravity {
    background: #18181b;
    padding: 0;
}

.ag-terminal-pane {
    flex: 1;
    padding: 20px;
    border-right: 1px solid #27272a;
    display: flex;
    flex-direction: column;
}

.ag-terminal-label {
    color: #a1a1aa;
    font-family: monospace;
    font-size: 0.8rem;
    margin-bottom: 15px;
}

#ag-terminal-content {
    font-family: monospace;
    color: #e4e4e7;
    flex: 1;
    line-height: 1.6;
    font-size: 0.85rem;
    overflow-y: auto;
}

.ag-prompt {
    color: #a855f7;
}

.ag-sidebar {
    width: 320px;
    background: #27272a;
    padding: 20px;
}

.ag-sidebar h4 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 0.95rem;
}

.ag-metric {
    margin-bottom: 20px;
}

.ag-metric-header {
    display: flex;
    justify-content: space-between;
    color: #a1a1aa;
    font-size: 0.8rem;
    margin-bottom: 6px;
}

.ag-metric-bar {
    height: 6px;
    background: #3f3f46;
    border-radius: 3px;
    overflow: hidden;
}

.ag-metric-bar > div {
    height: 100%;
    transition: width 0.5s ease;
}

#ag-cpu-bar {
    width: 12%;
    background: #10b981;
}

#ag-ram-bar {
    width: 15%;
    background: #a855f7;
}

#ag-success-badge {
    display: none;
    background: rgba(16, 185, 129, 0.1);
    border: 1px solid #10b981;
    padding: 12px;
    border-radius: 8px;
    color: #34d399;
    font-size: 0.85rem;
    margin-top: 25px;
    line-height: 1.4;
    animation: fadeIn 0.5s;
}

#ag-success-badge.is-visible {
    display: block;
}

.showcase-tagline {
    text-align: center;
    margin-top: 50px;
}

.showcase-tagline p {
    color: #cbd5e1;
    max-width: 800px;
    margin: 0 auto;
    font-size: 1.15rem;
    line-height: 1.6;
}

.showcase-tagline strong {
    color: #fff;
}

.nextgen-ai-features {
    padding: 120px 0;
    background-color: transparent;
    position: relative;
    z-index: 2;
}

.nextgen-grid-bg {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 50px 50px;
}

.nextgen-glow {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60vw;
    height: 60vw;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, rgba(168, 85, 247, 0.1) 0%, transparent 60%);
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
}

.nextgen-ai-features .container {
    position: relative;
    z-index: 10;
}

.nextgen-header {
    text-align: center;
    margin-bottom: 80px;
}

.nextgen-header h2 {
    font-size: 3.5rem;
    color: #fff;
    font-weight: 800;
    letter-spacing: -1px;
    margin-bottom: 20px;
}

.nextgen-header .gradient-text {
    color: transparent;
    text-shadow: 0 0 30px rgba(168, 85, 247, 0.4);
    background: linear-gradient(to right, #60a5fa, #a855f7);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nextgen-header p {
    color: #94a3b8;
    font-size: 1.15rem;
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.7;
}

.bento-card--code-bg {
    background-image: linear-gradient(145deg, rgba(15, 23, 42, 0.95) 0%, rgba(30, 27, 75, 0.7) 100%),
        url('https://images.unsplash.com/photo-1555066931-4365d14bab8c?q=80&w=800&auto=format&fit=crop');
    background-size: cover;
    background-position: center;
}

.bento-card--team-bg {
    background-image: linear-gradient(90deg, rgba(15, 23, 42, 0.9) 0%, rgba(15, 23, 42, 0.6) 100%),
        url('https://images.unsplash.com/photo-1504384308090-c894fdcc538d?q=80&w=1200&auto=format&fit=crop');
    background-size: cover;
    background-position: center;
}

.bento-icon--blue {
    color: #60a5fa;
    background: rgba(96, 165, 250, 0.15);
}

.bento-icon--green {
    color: #10b981;
    background: rgba(16, 185, 129, 0.15);
}

.bento-wide .bento-content--row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.bento-wide .bento-content--row > div:first-child {
    flex: 1;
}

.bento-wide h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.bento-wide p {
    font-size: 1.1rem;
    max-width: 500px;
}

.text-accent-purple {
    color: #a855f7;
}

.tech-marquee-section {
    padding: 60px 0;
    background: transparent;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.tech-marquee-section .container {
    margin-bottom: 30px;
}

.tech-marquee-section h3 {
    color: #94a3b8;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.tech-icon--python { color: #facc15; }
.tech-icon--node { color: #22c55e; }
.tech-icon--go { color: #60a5fa; }
.tech-icon--docker { color: #2563eb; }
.tech-icon--react { color: #38bdf8; }
.tech-icon--laravel { color: #ef4444; }
.tech-icon--ubuntu { color: #ea580c; }
.tech-icon--db { color: #94a3b8; }
.tech-icon--aws { color: #f97316; }
.tech-icon--nginx { color: #10b981; }

.showcase-file i,
.showcase-file--active i,
.showcase-file--indent i {
    margin-right: 8px;
}

.showcase-file .fa-folder-open { color: #60a5fa; }
.showcase-file--active .fa-python { color: #facc15; }
.showcase-file--indent .fa-js { color: #fde047; }
/* Showcase TABS */
.showcase-tabs-container::-webkit-scrollbar {
    height: 4px;
}
.showcase-tabs-container::-webkit-scrollbar-track {
    background: transparent;
}
.showcase-tabs-container::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,0.1);
    border-radius: 10px;
}

/* Showcase TABS */
.showcase-tabs {
    display: flex; 
    justify-content: center; 
    gap: 8px; 
    background: rgba(15, 23, 42, 0.6); 
    padding: 6px; 
    border-radius: 16px; 
    border: 1px solid rgba(255,255,255,0.1);
    width: max-content;
    margin: 0 auto;
    backdrop-filter: blur(12px);
    box-shadow: 0 10px 30px -10px rgba(0,0,0,0.5);
}

.showcase-tab {
    padding: 12px 24px;
    background: transparent;
    border: 1px solid transparent;
    color: #94a3b8;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    align-items: center;
    gap: 12px;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
}

.showcase-tab i {
    font-size: 1.1rem;
    transition: transform 0.3s;
}

.showcase-tab:hover {
    color: white;
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.1);
}

.showcase-tab:hover i {
    transform: scale(1.2) rotate(5deg);
}

.showcase-tab.active {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.2), rgba(168, 85, 247, 0.2));
    color: #f8fafc;
    border-color: rgba(129, 140, 248, 0.4);
    box-shadow: 0 0 20px rgba(129, 140, 248, 0.15), inset 0 0 10px rgba(129, 140, 248, 0.1);
}

.showcase-tab.active::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(45deg, transparent, rgba(255,255,255,0.05), transparent);
    transform: translateX(-100%);
    animation: shine 3s infinite;
}

@keyframes shine {
    100% { transform: translateX(100%); }
}

.showcase-tab.active i {
    color: #60a5fa;
    filter: drop-shadow(0 0 8px rgba(96, 165, 250, 0.6));
}

/* Animations */
.cursor-blink { animation: blink 1s step-end infinite; }
@keyframes blink { 50% { opacity: 0; } }

.ag-typing::before {
    content: "Agent sunucu dosyalarını optimize ediyor...";
    animation: typing 4s steps(40, end) infinite;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    vertical-align: bottom;
}
@keyframes typing {
    0% { width: 0; }
    50% { width: 100%; }
    90% { width: 100%; opacity: 1; }
    100% { width: 100%; opacity: 0; }
}

.terminal-text {
    animation: slideUp 12s linear infinite;
}
@keyframes slideUp {
    0% { transform: translateY(100%); }
    20% { transform: translateY(0); }
    80% { transform: translateY(0); }
    100% { transform: translateY(-50px); opacity: 0; }
}

.task-node {
    padding: 12px 15px;
    background: #0f172a;
    border-radius: 8px;
    margin-bottom: 10px;
    color: #94a3b8;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
}
.task-node.running {
    border-left: 3px solid #3b82f6;
    color: white;
}
.task-node.pending {
    border-left: 3px solid #64748b;
}

@keyframes floatUp {
    0% { transform: translateY(0px); }
    100% { transform: translateY(-10px); }
}

/* Bento Grid Layout */
.bento-layout {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: minmax(240px, auto);
    gap: 24px;
}

.bento-card {
    background: rgba(15, 23, 42, 0.6);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 24px;
    padding: 40px;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(20px);
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.bento-large {
    grid-column: span 2;
    background: linear-gradient(145deg, rgba(15, 23, 42, 0.9) 0%, rgba(30, 27, 75, 0.8) 100%);
}

.bento-wide {
    grid-column: span 2;
    background: linear-gradient(90deg, rgba(15,23,42,0.8) 0%, rgba(15,23,42,0.2) 100%);
    border-left: 4px solid #a855f7;
}

@media (max-width: 1024px) {
    .bento-layout {
        grid-template-columns: 1fr;
    }
    .bento-large, .bento-wide, .bento-card {
        grid-column: span 1 !important;
        grid-row: auto !important;
    }
    .bento-content {
        flex-direction: column;
        gap: 20px;
    }
    .bento-huge-icon {
        display: none;
    }
}

.bento-card:hover {
    transform: translateY(-8px) scale(1.01);
    border-color: rgba(168, 85, 247, 0.3);
    box-shadow: 0 30px 60px -15px rgba(0,0,0,0.8), inset 0 0 40px rgba(168,85,247,0.08);
}

.bento-content {
    position: relative;
    z-index: 2;
}

.bento-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    background: rgba(168, 85, 247, 0.15);
    color: #c084fc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 24px;
    transition: all 0.3s;
}

.bento-huge-icon {
    opacity: 0.1; 
    font-size: 8rem; 
    margin: 0; 
    background: transparent; 
    color: white; 
    height: auto; 
    width: auto;
}

.bento-card:hover .bento-icon:not(.bento-huge-icon) {
    transform: scale(1.1) rotate(5deg);
    background: #c084fc;
    color: #fff;
    box-shadow: 0 0 25px rgba(192, 132, 252, 0.6);
}

.bento-card h3 {
    color: white;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 16px;
    line-height: 1.3;
}

.bento-card p {
    color: #94a3b8;
    line-height: 1.6;
    font-size: 1.05rem;
}

/* Glowing buttons */
.btn-glowing {
    padding: 14px 32px;
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
    color: white;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s;
    box-shadow: 0 10px 20px -5px rgba(99, 102, 241, 0.5);
    border: 1px solid transparent;
}
.btn-glowing:hover {
    box-shadow: 0 15px 25px -5px rgba(99, 102, 241, 0.7);
    transform: translateY(-2px);
    color: white;
}
.btn-outline-glow {
    padding: 14px 32px;
    background: rgba(255,255,255,0.03);
    color: #e2e8f0;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s;
    backdrop-filter: blur(5px);
}
.btn-outline-glow:hover {
    background: rgba(255,255,255,0.08);
    border-color: rgba(255,255,255,0.2);
    color: white;
}

/* Premium Button Style */
.btn-premium {
    position: relative;
    padding: 18px 45px;
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
    color: white;
    border-radius: 100px;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    font-size: 1.2rem;
    overflow: hidden;
    box-shadow: 0 15px 35px -5px rgba(99, 102, 241, 0.5), 0 0 20px rgba(124, 58, 237, 0.3);
    border: 1px solid rgba(255,255,255,0.1);
}

.btn-premium::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
}

.btn-premium:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 45px -5px rgba(99, 102, 241, 0.7), 0 0 30px rgba(124, 58, 237, 0.5);
    color: white;
}

.btn-premium:hover::before {
    width: 300px;
    height: 300px;
}

.icon-circle {
    width: 32px;
    height: 32px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.btn-premium:hover .icon-circle {
    transform: translateX(5px) rotate(-15deg);
    background: white;
    color: #4f46e5;
}

/* YENİ EKLENENLER: Marquee ve Comparison */
.marquee-wrapper {
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    position: relative;
    padding: 15px 0;
}
.marquee-wrapper::before, .marquee-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    width: 150px;
    height: 100%;
    z-index: 2;
}
.marquee-wrapper::before {
    left: 0;
    background: linear-gradient(to right, #0b1120 0%, transparent 100%);
}
.marquee-wrapper::after {
    right: 0;
    background: linear-gradient(to left, #0b1120 0%, transparent 100%);
}
.marquee-track {
    display: inline-flex;
    gap: 40px;
    animation: marquee-scroll 35s linear infinite;
}
.marquee-track:hover {
    animation-play-state: paused;
}
.tech-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 28px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 100px;
    color: #e2e8f0;
    font-size: 1.1rem;
    font-weight: 600;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    backdrop-filter: blur(10px);
}
.tech-badge:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-3px) scale(1.05);
    border-color: rgba(255, 255, 255, 0.2);
    color: white;
    box-shadow: 0 10px 25px rgba(0,0,0,0.4), 0 0 15px rgba(255,255,255,0.05);
}
@keyframes marquee-scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-50% - 20px)); }
}

/* Comparison: Eski Usül vs Agentic Sunucu */
.comparison-section {
    position: relative;
    z-index: 2;
    padding: 90px 0 100px;
    overflow: hidden;
}

.comparison-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 60% at 50% 50%, rgba(79, 70, 229, 0.12) 0%, transparent 70%);
    pointer-events: none;
}

.comparison-section__inner {
    position: relative;
    z-index: 1;
    max-width: 1200px;
}

.comp-header {
    text-align: center;
    max-width: 820px;
    margin: 0 auto 56px;
}

.comp-subtitle {
    color: #94a3b8;
    font-size: 1.15rem;
    line-height: 1.7;
    margin: 0;
}

.comparison-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
    align-items: stretch;
}

.comp-box {
    position: relative;
    border-radius: 20px;
    padding: 36px 32px 32px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(15, 23, 42, 0.55);
    backdrop-filter: blur(12px);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.legacy-box {
    background: rgba(15, 23, 42, 0.4);
    border-color: rgba(148, 163, 184, 0.15);
}

.legacy-box:hover {
    border-color: rgba(148, 163, 184, 0.25);
}

.modern-box {
    border-color: rgba(129, 140, 248, 0.45);
    background: linear-gradient(145deg, rgba(30, 27, 75, 0.85) 0%, rgba(15, 23, 42, 0.9) 100%);
    box-shadow:
        0 0 0 1px rgba(129, 140, 248, 0.2),
        0 25px 50px -12px rgba(79, 70, 229, 0.35),
        0 0 60px rgba(168, 85, 247, 0.15);
    transform: scale(1.02);
}

.modern-box:hover {
    transform: scale(1.03);
    box-shadow:
        0 0 0 1px rgba(129, 140, 248, 0.35),
        0 30px 60px -12px rgba(79, 70, 229, 0.45),
        0 0 80px rgba(168, 85, 247, 0.2);
}

.comp-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    pointer-events: none;
    z-index: 0;
}

.comp-glow--purple {
    width: 220px;
    height: 220px;
    top: -60px;
    right: -40px;
    background: rgba(168, 85, 247, 0.35);
}

.comp-glow--blue {
    width: 180px;
    height: 180px;
    bottom: -50px;
    left: -30px;
    background: rgba(59, 130, 246, 0.3);
}

.comp-box-header {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 28px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 1.35rem;
    font-weight: 700;
    color: #e2e8f0;
}

.comp-box-header i {
    font-size: 1.5rem;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    flex-shrink: 0;
}

.legacy-box .comp-box-header i {
    background: rgba(148, 163, 184, 0.12);
    color: #94a3b8;
}

.comp-box-header--modern i {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.35), rgba(168, 85, 247, 0.35));
    color: #fbbf24;
    box-shadow: 0 0 20px rgba(251, 191, 36, 0.25);
}

.comp-list {
    position: relative;
    z-index: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.comp-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    font-size: 1rem;
    line-height: 1.65;
    color: #cbd5e1;
}

.comp-list li i {
    flex-shrink: 0;
    margin-top: 4px;
    font-size: 1.1rem;
}

.legacy-box .comp-list li i {
    color: #f87171;
}

.modern-box .comp-list li i {
    color: #34d399;
}

.comp-list li span {
    flex: 1;
}

@media (max-width: 992px) {
    .comparison-grid {
        gap: 24px;
    }

    .comp-box {
        padding: 28px 24px;
    }

    .modern-box {
        transform: none;
    }
}

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

    .comp-header {
        margin-bottom: 40px;
    }

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

    .modern-box {
        transform: none;
        margin-top: 0;
    }

    .comp-title {
        font-size: clamp(1.5rem, 6vw, 2.2rem);
        white-space: normal;
    }
        
        /* Hero & Showcase Mobile Fixes */
        .hero-title {
            font-size: 2.2rem !important;
            line-height: 1.2 !important;
        }
        .hero-description {
            font-size: 1.05rem !important;
        }
        .showcase-content-container {
            height: 400px !important;
        }
        .showcase-view-inner {
            flex-direction: column !important;
        }
        .cursor-sidebar, .ag-sidebar {
            display: none !important;
        }
        .openclaw-grid {
            grid-template-columns: 1fr !important;
            gap: 15px !important;
        }
        .claude-chat-bubble {
            max-width: 90% !important;
        }

        /* Tabs Mobile Grid */
        .showcase-tabs {
            display: grid !important;
            grid-template-columns: 1fr 1fr !important;
            width: 90% !important;
            gap: 12px !important;
            background: rgba(15, 23, 42, 0.4) !important;
            border: 1px solid rgba(255,255,255,0.05) !important;
            padding: 8px !important;
            border-radius: 20px !important;
        }
        .showcase-tab {
            justify-content: center !important;
            background: rgba(30, 41, 59, 0.4) !important;
            border: 1px solid rgba(255,255,255,0.1) !important;
            padding: 14px 10px !important;
            font-size: 0.9rem !important;
            border-radius: 14px !important;
        }
        .showcase-tab.active {
            background: linear-gradient(135deg, rgba(59, 130, 246, 0.3), rgba(168, 85, 247, 0.3)) !important;
            border-color: rgba(129, 140, 248, 0.5) !important;
        }
    }

/* YENİ EKLENEN CSS: Global Background & Typography Fixes */
.global-tech-bg {
    background-color: #050b14;
    /* Soft cosmic gradient base */
    background-image: radial-gradient(circle at 50% 50%, #0d1930 0%, #050b14 80%);
    position: relative;
    overflow: hidden;
    min-height: 100vh;
}

.comp-title {
    font-size: clamp(1.75rem, 4vw, 2.8rem);
    color: white;
    font-weight: 800;
    letter-spacing: -1px;
    margin-bottom: 15px;
    line-height: 1.2;
}

.comp-title-highlight {
    color: transparent;
    text-shadow: 0 0 30px rgba(96, 165, 250, 0.4);
    background: linear-gradient(to right, #60a5fa, #a855f7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* CTA Banner: Geleceği Bugün Başlatın */
.nextgen-cta-banner {
    position: relative;
    z-index: 2;
    padding: 100px 0;
    overflow: hidden;
    background: linear-gradient(135deg, #1e1b4b 0%, #312e81 35%, #4c1d95 70%, #1e1b4b 100%);
}

.cta-banner-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: 48px 48px;
    mask-image: radial-gradient(ellipse 70% 80% at 50% 50%, black 20%, transparent 75%);
    pointer-events: none;
}

.cta-banner-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
}

.cta-banner-orb--left {
    width: 400px;
    height: 400px;
    top: -120px;
    left: -100px;
    background: rgba(96, 165, 250, 0.35);
    animation: cta-orb-float 8s ease-in-out infinite;
}

.cta-banner-orb--right {
    width: 350px;
    height: 350px;
    bottom: -100px;
    right: -80px;
    background: rgba(168, 85, 247, 0.4);
    animation: cta-orb-float 10s ease-in-out infinite reverse;
}

@keyframes cta-orb-float {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(20px, -15px); }
}

.cta-banner-content {
    position: relative;
    z-index: 1;
    max-width: 780px;
    margin: 0 auto;
    text-align: center;
}

.cta-banner-badge {
    display: inline-block;
    padding: 10px 22px;
    margin-bottom: 24px;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #c4b5fd;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 100px;
    backdrop-filter: blur(8px);
}

.cta-banner-title {
    font-size: clamp(1.75rem, 4.5vw, 3rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    margin: 0 0 20px;
    letter-spacing: -0.5px;
}

.cta-banner-text {
    font-size: 1.15rem;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.85);
    margin: 0 auto 36px;
    max-width: 640px;
}

.cta-banner-actions {
    display: flex;
    justify-content: center;
}

.nextgen-cta-banner .btn-premium {
    margin: 0 auto;
}

/* FAQ Section */
.ai-faq-section {
    position: relative;
    z-index: 2;
    padding: 90px 0 110px;
    background: rgba(5, 11, 20, 0.6);
}

.ai-faq-header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 48px;
}

.ai-faq-title {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: #fff;
    margin: 0 0 12px;
    letter-spacing: -0.5px;
}

.ai-faq-subtitle {
    font-size: 1.1rem;
    color: #94a3b8;
    margin: 0;
    line-height: 1.6;
}

.ai-faq-accordion {
    max-width: 900px;
    margin: 0 auto;
}

.ai-faq-item {
    margin-bottom: 16px;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(15, 23, 42, 0.6);
    backdrop-filter: blur(12px);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.ai-faq-item:hover {
    border-color: rgba(129, 140, 248, 0.25);
}

.ai-faq-item.active {
    border-color: rgba(129, 140, 248, 0.4);
    box-shadow: 0 0 30px rgba(79, 70, 229, 0.15);
}

.ai-faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 22px 28px;
    background: transparent;
    border: none;
    text-align: left;
    font-size: 1.1rem;
    font-weight: 600;
    color: #e2e8f0;
    cursor: pointer;
    transition: color 0.2s ease;
}

.ai-faq-question:hover {
    color: #fff;
}

.ai-faq-toggle {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: 300;
    color: #818cf8;
    background: rgba(99, 102, 241, 0.15);
    border-radius: 8px;
    transition: background 0.2s ease, transform 0.2s ease;
}

.ai-faq-item.active .ai-faq-toggle {
    background: rgba(99, 102, 241, 0.3);
    color: #c4b5fd;
}

.ai-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
}

.ai-faq-item.active .ai-faq-answer {
    max-height: 400px;
}

.ai-faq-answer p {
    margin: 0;
    padding: 0 28px 24px;
    font-size: 1rem;
    line-height: 1.7;
    color: #94a3b8;
}

@media (max-width: 768px) {
    .nextgen-cta-banner {
        padding: 70px 0;
    }

    .cta-banner-badge {
        font-size: 0.75rem;
        padding: 8px 16px;
    }

    .cta-banner-text {
        font-size: 1.05rem;
    }

    .nextgen-cta-banner .btn-premium {
        width: 100%;
        max-width: 320px;
        justify-content: center;
    }

    .ai-faq-section {
        padding: 70px 0 90px;
    }

    .ai-faq-question {
        padding: 18px 20px;
        font-size: 1rem;
    }

    .ai-faq-answer p {
        padding: 0 20px 20px;
    }
}
