﻿#parallax-bg { position: fixed; top: 0; left: 0; width: 100%; height: 100vh; z-index: -1; pointer-events: none; overflow: hidden; background: radial-gradient(ellipse at 50% 30%, #0f1d3061 0%, #06101852 70%); }
.code-snippet { position: absolute; white-space: nowrap; font-family: 'Fira Code', 'Consolas', 'Courier New', monospace; font-weight: 400; letter-spacing: 0.3px; will-change: transform; text-shadow: 0 0 12px currentColor; transition: none; }
.snippet-csharp { color: rgba(120, 160, 230, 0.7); }
.snippet-js { color: rgba(210, 185, 110, 0.7); }
.snippet-html { color: rgba(215, 140, 100, 0.7); }
.snippet-css { color: rgba(195, 135, 175, 0.7); }
#main-content { position: relative; z-index: 1; pointer-events: auto; }
.content-section { min-height: 55vh; display: flex; align-items: center; justify-content: center; padding: 60px 40px; backdrop-filter: blur(2px); }
.content-section:nth-child(odd) { background: rgba(8, 12, 28, 0.78); }
.content-section:nth-child(even) { background: rgba(10, 15, 32, 0.72); }
.section-inner { max-width: 800px; width: 100%; text-align: center; }
.section-inner h2 { font-size: 2.6rem; font-weight: 700; margin-bottom: 20px; background: linear-gradient(135deg, #8ab4f8, #c4a0e0); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; letter-spacing: 1px; }
.section-inner p { font-size: 1.15rem; color: #bcc4d8; margin-bottom: 16px; letter-spacing: 0.4px; }
.section-inner .subtitle { font-size: 0.95rem; color: #8899bb; letter-spacing: 0.6px; text-transform: uppercase; }
.cards-row { display: flex; gap: 24px; flex-wrap: wrap; justify-content: center; margin-top: 30px; }
.card { background: rgba(20, 28, 50, 0.85); border: 1px solid rgba(140, 160, 210, 0.2); border-radius: 16px; padding: 28px 22px; flex: 1 1 220px; max-width: 260px; text-align: center; backdrop-filter: blur(6px); box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35); transition: transform 0.3s, border-color 0.3s; }
.card:hover { transform: translateY(-6px); border-color: rgba(160, 180, 230, 0.5); }
.card .card-icon { font-size: 2.6rem; margin-bottom: 14px; display: block; }
.card h4 { font-size: 1.2rem; margin-bottom: 8px; color: #c8d4f0; }
.card p { font-size: 0.9rem; color: #8899bb; line-height: 1.5; }
.hero-section { min-height: 70vh; display: flex; align-items: center; justify-content: center; text-align: center; background: rgba(8, 12, 28, 0.55); backdrop-filter: blur(1px); padding: 40px; }
.hero-section h1 { font-size: 3.4rem; font-weight: 800; letter-spacing: 2px; background: linear-gradient(135deg, #e0e8ff, #b8c8f0, #d4b8e8); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-bottom: 14px; }
.hero-section .hero-sub { font-size: 1.3rem; color: #8899cc; letter-spacing: 0.8px; }
.footer-section { min-height: 30vh; display: flex; align-items: center; justify-content: center; text-align: center; background: rgba(6, 10, 22, 0.9); backdrop-filter: blur(3px); padding: 40px; font-size: 0.95rem; color: #6677aa; letter-spacing: 0.5px; }
@media (max-width: 768px) { .content-section { padding: 40px 20px; min-height: 45vh; } .section-inner h2 { font-size: 1.9rem; } .section-inner p { font-size: 1rem; } .hero-section h1 { font-size: 2.2rem; } .hero-section .hero-sub { font-size: 1rem; } .cards-row { gap: 16px; } .card { flex: 1 1 160px; max-width: 200px; padding: 20px 14px; } .code-snippet { font-size: 9px !important; } }