:root { --bg-dark: #07030d; --card-bg: rgba(20, 12, 34, 0.45); --accent: #bc47ff; --accent-glow: rgba(188, 71, 255, 0.35); --text-main: #ffffff; --text-muted: #948fa3; }
* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Inter', sans-serif; scroll-behavior: smooth; }
body { background-color: var(--bg-dark); color: var(--text-main); overflow-x: hidden; }
#three-canvas { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; z-index: -1; }

header { position: fixed; top: 0; left: 0; width: 100%; padding: 20px 8%; display: flex; justify-content: space-between; align-items: center; background: rgba(7, 3, 13, 0.6); backdrop-filter: blur(20px); border-bottom: 1px solid rgba(255, 255, 255, 0.04); z-index: 1000; }
.logo { font-size: 22px; font-weight: 900; letter-spacing: 1.5px; }
.logo span { color: var(--accent); }
nav a { color: var(--text-muted); text-decoration: none; margin: 0 18px; font-size: 14px; font-weight: 500; transition: all 0.3s ease; }
nav a:hover, nav a.active { color: var(--text-main); text-shadow: 0 0 12px var(--accent); }
.btn-nav { background: rgba(188, 71, 255, 0.12); color: #dfb2ff; border: 1px solid rgba(188, 71, 255, 0.35); padding: 10px 24px; border-radius: 8px; font-weight: 600; text-decoration:none; transition: all 0.3s ease; }
.btn-nav:hover { background: var(--accent); color: #fff; box-shadow: 0 0 20px var(--accent-glow); }

.section { min-height: 100vh; padding: 120px 8% 60px; display: flex; flex-direction: column; justify-content: center; }
.hero { display: flex; align-items: center; }
.hero-container { max-width: 700px; }
.badge-glow { display: inline-block; padding: 6px 16px; background: rgba(188, 71, 255, 0.08); border: 1px solid rgba(188, 71, 255, 0.25); border-radius: 30px; color: #dfb2ff; font-size: 13px; font-weight: 500; margin-bottom: 25px; }
h1 { font-size: 52px; font-weight: 900; line-height: 1.15; letter-spacing: -1.5px; margin-bottom: 25px; }
.gradient-text { background: linear-gradient(135deg, #ffffff 30%, var(--accent) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.hero p { font-size: 17px; color: var(--text-muted); line-height: 1.6; margin-bottom: 40px; }
.btn-primary, .btn-secondary { padding: 16px 36px; border-radius: 10px; font-size: 15px; font-weight: 700; text-decoration: none; display:inline-block; transition: all 0.3s ease; }
.btn-primary { background: var(--accent); color: #fff; box-shadow: 0 6px 20px rgba(188, 71, 255, 0.3); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(188, 71, 255, 0.5); }
.btn-secondary { background: rgba(255, 255, 255, 0.03); color: #fff; border: 1px solid rgba(255, 255, 255, 0.08); }

.section-header { text-align: center; margin-bottom: 60px; }
.section-header h2 { font-size: 36px; font-weight: 900; margin-bottom: 10px; }
.section-subtitle { color: var(--accent); font-size: 15px; font-weight: 600; }

.pricing-container { display: flex; justify-content: center; gap: 30px; flex-wrap: wrap; }
.price-card { background: rgba(15, 9, 26, 0.75); border: 1px solid rgba(188,71,255,0.1); border-radius: 16px; width: 320px; backdrop-filter: blur(10px); transition: all 0.3s ease; }
.price-card:hover { border-color: var(--accent); transform: translateY(-4px); }
.card-body { padding: 40px 30px; text-align: center; }
.product-img { width: 100%; height: 160px; object-fit: cover; border-radius: 8px; margin-bottom: 15px; }
.price-card h3 { font-size: 22px; margin-bottom: 15px; }
.old-price { font-size: 13px; color: var(--text-muted); text-decoration: line-through; }
.main-price { font-size: 36px; font-weight: 900; color: var(--accent); margin-bottom: 15px; }
.product-desc { color: var(--text-muted); font-size: 14px; line-height: 1.5; margin-bottom: 20px; min-height: 45px; }
.secure-text { font-size: 12px; color: var(--text-muted); margin-bottom: 15px; }
.btn-buy { width: 100%; padding: 14px; background: var(--accent); border: none; color: #fff; border-radius: 8px; font-weight: 700; cursor: pointer; }

/* EKİBİMİZ (TEAM) AKILLI GRID ALANI */
.team-section { background: rgba(4,2,8,0.3); }
.team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; width: 100%; }
.team-card { background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.05); padding: 35px 20px; border-radius: 16px; text-align: center; backdrop-filter: blur(10px); transition: all 0.3s; }
.team-card:hover { border-color: var(--accent); transform: translateY(-5px); background: rgba(188,71,255,0.03); }
.avatar-wrapper { width: 110px; height: 110px; border-radius: 50%; margin: 0 auto 20px; overflow: hidden; border: 3px solid rgba(188,71,255,0.4); box-shadow: 0 0 15px rgba(188,71,255,0.2); }
.avatar-wrapper img { width: 100%; height: 100%; object-fit: cover; }
.team-card h3 { font-size: 18px; font-weight: 700; color: #fff; margin-bottom: 6px; }
.role-text { color: var(--accent); font-size: 13px; font-weight: 600; letter-spacing: 0.5px; }

.modal-overlay { position: fixed; top:0; left:0; width:100%; height:100%; background:rgba(4,2,8,0.85); backdrop-filter:blur(8px); z-index:2000; display:none; justify-content:center; align-items:center; }
.modal-overlay.active { display: flex; }
.modal-box { background: #120a1f; border: 1px solid rgba(188, 71, 255, 0.2); padding: 45px; border-radius: 16px; width: 100%; max-width: 420px; position: relative; }
.modal-close { position: absolute; top: 20px; right: 23px; font-size: 26px; color: var(--text-muted); cursor: pointer; }
.form-input { width: 100%; padding: 14px 16px; background: rgba(0,0,0,0.4); border: 1px solid rgba(255,255,255,0.08); border-radius: 8px; color: #fff; margin-bottom: 18px; outline: none; }
.form-input:focus { border-color: var(--accent); }
.btn-submit { width: 100%; padding: 15px; background: var(--accent); color:#fff; border:none; border-radius:8px; font-weight:700; cursor:pointer; }

#toast-wrapper { position: fixed; bottom: 25px; right: 25px; z-index: 9999; display: flex; flex-direction: column; gap: 12px; }
.live-toast { background: #180d2b; border-left: 4px solid var(--accent); color: #fff; padding: 16px 28px; border-radius: 6px; font-weight: 600; font-size: 14px; box-shadow: 0 10px 25px rgba(0,0,0,0.4); animation: slideIn 0.3s forwards; }
@keyframes slideIn { from { transform: translateX(120%); opacity: 0; } to { transform: translateX(0); opacity: 1; } }
.live-toast.hide { animation: slideOut 0.3s forwards; }
@keyframes slideOut { to { transform: translateX(120%); opacity: 0; } }
