/* ===== Kerem Altay Kripto Analisti - Binance Theme ===== */

/* --- Sayfa Açılış Animasyonu (tüm sayfalar) --- */
@keyframes pageFadeIn {
  from { opacity: 0; transform: translateY(6px); }
  to   { opacity: 1; transform: translateY(0); }
}

body {
  animation: pageFadeIn 0.45s ease forwards;
}

/* --- Reset & Base --- */
html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --binance-yellow: #F0B90B;
  --binance-dark: #000000;
  --binance-dark2: #0a0a0a;
  --binance-dark3: #1a1a1a;
  --binance-text: #f0f0f0;
  --binance-gray: #8a8a8a;
  --binance-green: #0ECB81;
  --binance-red: #F6465D;
  --binance-yellow-hover: #d4a30a;
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Inter', system-ui, sans-serif;
  background-color: #050505;
  color: var(--binance-text);
  line-height: 1.6;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Typed slogan */
.typed-slogan {
  margin-top: 4px;
  margin-bottom: 8px;
  height: 26px;
  font-size: 16px;
  color: #aaa;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
}

.typed-prefix {
  color: #D4A017;
  margin-right: 6px;
  font-weight: 600;
  font-style: normal;
}

.typed-cursor {
  color: #D4A017;
  font-size: 18px;
  font-weight: 400;
  animation: blink 0.6s infinite;
}

@keyframes blink {
  0%, 50%  { opacity: 1; }
  51%, 100% { opacity: 0; }
}

/* Cursor glow */
.cursor-glow {
  position: fixed;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212,160,23,0.08) 0%, rgba(212,160,23,0.03) 30%, transparent 70%);
  pointer-events: none;
  z-index: 3;
  transform: translate(-50%, -50%);
  transition: left 0.3s ease-out, top 0.3s ease-out;
  will-change: left, top;
}

@media (hover: none) {
  .cursor-glow { display: none; }
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}


/* --- Social Proof Hero --- */
.sp-section {
  position: relative;
  background: linear-gradient(135deg, #0A0A0A 0%, #111111 25%, #0D0B08 50%, #0F0A05 75%, #0A0A0A 100%);
  overflow: hidden;
  flex: 1;
  display: flex;
  align-items: center;
  padding-top: 72px;
}

.sp-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 600px 400px at 75% 15%, rgba(212, 160, 23, 0.10) 0%, rgba(212, 160, 23, 0.03) 40%, transparent 70%);
  pointer-events: none;
  z-index: 1;
}

.sp-section::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 400px 300px at 15% 85%, rgba(245, 197, 66, 0.05) 0%, transparent 60%);
  pointer-events: none;
  z-index: 1;
}

#spCanvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.sp-noise-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  opacity: 0.03;
  mix-blend-mode: overlay;
  background: repeating-conic-gradient(#ffffff 0% 25%, transparent 0% 50%) 0 0 / 3px 3px;
}

.sp-bottom-fade {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(to bottom, transparent 0%, rgba(5,5,5,1) 100%);
  pointer-events: none;
  z-index: 5;
}

.sp-bottom-fade::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 60px;
  right: 60px;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(212,160,23,0.2), transparent);
}

.sp-scroll-indicator {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 6;
  color: rgba(212, 160, 23, 0.4);
  animation: scrollBounce 2s ease-in-out infinite;
  transition: opacity 0.4s ease;
}

.sp-scroll-indicator.hidden {
  opacity: 0;
  pointer-events: none;
}

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

.sp-container {
  position: relative;
  z-index: 4;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 80px 40px;
  text-align: left;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.sp-logo-ring {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  padding: 3px;
  background: linear-gradient(135deg, #f5c542 0%, #e8a800 25%, #c47f00 50%, #e8a800 75%, #f5c542 100%);
  margin-bottom: 14px;
  flex-shrink: 0;
}

.sp-logo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #0a0a0a;
  display: block;
}

.sp-metric-block {
  margin-bottom: 20px;
}

.sp-counter {
  display: block;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: clamp(56px, 8vw, 96px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -2px;
  background: linear-gradient(135deg, #D4A017 0%, #F5C542 60%, #D4A017 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 10px;
}

.sp-title {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: clamp(16px, 2.2vw, 24px);
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #e8e8e8;
  margin: 0;
  line-height: 1.35;
}

.sp-gold { color: #D4A017; }

.stats-row {
  display: flex;
  gap: 0;
  margin-top: 20px;
  margin-bottom: 24px;
}

.stat-card {
  display: flex;
  flex-direction: column;
  gap: 5px;
  background: transparent;
  border: none;
  padding: 0 28px 0 0;
}

.stat-card + .stat-card {
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  padding-left: 24px;
}

.stat-number {
  font-size: 24px;
  font-weight: 700;
  color: #E8E8E8;
  display: block;
  line-height: 1.2;
  font-variant-numeric: tabular-nums;
}

.stat-label {
  font-size: 11px;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: block;
}

.sp-actions {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}

.sp-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 30px;
  background: linear-gradient(135deg, #F5C542 0%, #D4A017 100%);
  color: #0a0a0a;
  font-weight: 700;
  font-size: 0.9rem;
  border-radius: 8px;
  text-decoration: none;
  transition: box-shadow 0.25s ease, transform 0.15s ease, opacity 0.2s;
}

.sp-btn-primary svg { width: 15px; height: 15px; }

.sp-btn-primary:hover {
  opacity: 0.9;
  box-shadow: 0 4px 28px rgba(212, 160, 23, 0.38);
  transform: translateY(-1px);
}

.sp-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 30px;
  background: transparent;
  border: 1.5px solid rgba(212, 160, 23, 0.6);
  color: #D4A017;
  font-weight: 600;
  font-size: 0.9rem;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.22s ease, border-color 0.22s ease, transform 0.15s ease;
}

.sp-btn-outline svg { width: 15px; height: 15px; }

.sp-btn-outline:hover {
  background: rgba(212, 160, 23, 0.08);
  border-color: rgba(212, 160, 23, 0.9);
  transform: translateY(-1px);
}

.sp-left {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.phone-mockup-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: phoneEntry 0.9s ease-out 0.3s both;
}

@keyframes phoneEntry {
  from { opacity: 0; transform: translateX(50px); }
  to   { opacity: 1; transform: translateX(0); }
}

.phone-mockup-img { max-height: 65vh; width: auto; display: block; }

.phone-screen-overlay {
  position: absolute;
  top: 2%; left: 4%;
  width: 92%; height: 96%;
  border-radius: 44px;
  overflow: hidden;
  background: transparent;
}

.hero {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  padding: 100px 40px 80px;
  background: transparent;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.hero-fullwidth { background: var(--binance-dark); }
.hero-content { max-width: 640px; }

.hero-big-number {
  font-size: 5rem;
  font-weight: 900;
  color: var(--binance-yellow);
  line-height: 1;
  letter-spacing: -1px;
  font-style: italic;
}

.hero-trust-text {
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.15;
  margin-top: 8px;
  margin-bottom: 32px;
  font-style: italic;
  text-transform: uppercase;
}

.hero-trust-text .highlight { color: var(--binance-yellow); }
.hero-badges { display: flex; gap: 40px; }
.hero-badge { display: flex; align-items: center; gap: 10px; }
.hero-badge .badge-icon { display: flex; align-items: center; }
.hero-badge .badge-icon svg { width: 28px; height: 28px; stroke-width: 1.8; }

.hero-badge strong {
  display: block;
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--binance-yellow);
  font-style: italic;
}

.hero-badge span:last-child {
  font-size: 0.8rem;
  color: var(--binance-gray);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.hero h1 { font-size: 3rem; font-weight: 800; margin-bottom: 16px; line-height: 1.2; }
.hero h1 .highlight { color: var(--binance-yellow); }
.hero p { font-size: 1.15rem; color: var(--binance-gray); margin-bottom: 36px; line-height: 1.7; }

.btn-primary {
  display: inline-block;
  background: var(--binance-yellow);
  color: var(--binance-dark);
  font-weight: 700;
  font-size: 1rem;
  padding: 14px 36px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
}

.btn-primary:hover { background: var(--binance-yellow-hover); transform: translateY(-1px); }

.btn-outline {
  display: inline-block;
  border: 1.5px solid var(--binance-yellow);
  color: var(--binance-yellow);
  font-weight: 600;
  font-size: 1rem;
  padding: 13px 36px;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, transform 0.15s;
  margin-left: 12px;
}

.btn-outline:hover {
  background: var(--binance-yellow);
  color: var(--binance-dark);
  transform: translateY(-1px);
}

.section { padding: 80px 40px; }
.section-title { font-size: 2rem; font-weight: 700; text-align: center; margin-bottom: 12px; }
.section-title .highlight { color: var(--binance-yellow); }
.section-subtitle { text-align: center; color: var(--binance-gray); margin-bottom: 48px; font-size: 1.05rem; }

.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 28px;
  max-width: 1100px;
  margin: 0 auto;
}

.card {
  background: var(--binance-dark2);
  border: 1px solid var(--binance-dark3);
  border-radius: 12px;
  padding: 32px 28px;
  transition: border-color 0.25s, transform 0.2s;
}

.card:hover { border-color: var(--binance-yellow); transform: translateY(-4px); }
.card-icon { margin-bottom: 16px; color: var(--binance-yellow); }
.card-icon svg { width: 36px; height: 36px; stroke-width: 1.8; }
.card h3 { font-size: 1.2rem; font-weight: 700; margin-bottom: 10px; color: var(--binance-text); }
.card p { color: var(--binance-gray); font-size: 0.95rem; line-height: 1.6; }

.stats-bar {
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
  padding: 48px 40px;
  background: var(--binance-dark2);
  border-top: 1px solid var(--binance-dark3);
  border-bottom: 1px solid var(--binance-dark3);
}

.stat-item { text-align: center; }
.stat-number { font-size: 2.2rem; font-weight: 800; color: var(--binance-yellow); }
.stat-label { font-size: 0.9rem; color: var(--binance-gray); margin-top: 4px; }

.analysis-table { width: 100%; max-width: 1000px; margin: 0 auto; border-collapse: collapse; }
.analysis-table thead { background: var(--binance-dark3); }
.analysis-table th, .analysis-table td { padding: 14px 20px; text-align: left; font-size: 0.95rem; }
.analysis-table th { color: var(--binance-gray); font-weight: 600; text-transform: uppercase; font-size: 0.8rem; letter-spacing: 0.5px; }
.analysis-table tbody tr { border-bottom: 1px solid var(--binance-dark3); transition: background 0.15s; }
.analysis-table tbody tr:hover { background: var(--binance-dark2); }

.badge-long { background: rgba(14, 203, 129, 0.15); color: var(--binance-green); padding: 4px 12px; border-radius: 4px; font-weight: 600; font-size: 0.85rem; }
.badge-short { background: rgba(246, 70, 93, 0.15); color: var(--binance-red); padding: 4px 12px; border-radius: 4px; font-weight: 600; font-size: 0.85rem; }
.price-green { color: var(--binance-green); font-weight: 600; }
.price-red { color: var(--binance-red); font-weight: 600; }

.contact-wrapper { max-width: 600px; margin: 0 auto; }
.form-group { margin-bottom: 24px; }
.form-group label { display: block; font-size: 0.9rem; font-weight: 600; color: var(--binance-gray); margin-bottom: 8px; }
.form-group input, .form-group textarea, .form-group select {
  width: 100%; padding: 12px 16px;
  background: var(--binance-dark3);
  border: 1px solid var(--binance-dark3);
  border-radius: 8px;
  color: var(--binance-text);
  font-size: 0.95rem; font-family: inherit;
  transition: border-color 0.2s;
}
.form-group input:focus, .form-group textarea:focus, .form-group select:focus { outline: none; border-color: var(--binance-yellow); }
.form-group textarea { resize: vertical; min-height: 120px; }

html:has(body.scrollable) { overflow: auto; height: auto; }
body.scrollable { overflow: auto; height: auto; display: block; }
.page-content { min-height: calc(100vh - 72px - 65px); background: #000; padding-top: 72px; }

@media (max-width: 768px) {
  .hero { padding: 60px 20px 50px; }
  .hero-big-number { font-size: 3rem; }
  .hero-trust-text { font-size: 1.8rem; }
  .hero-badges { gap: 24px; flex-wrap: wrap; }
  .hero h1 { font-size: 2rem; }
  .section { padding: 50px 20px; }
  .stats-bar { gap: 30px; padding: 32px 20px; }
  .btn-outline { margin-left: 0; margin-top: 12px; }
}

@media (hover: none) { .cursor-glow { display: none !important; } }

.sidebar-label, .pnl-eyebrow, .results-eyebrow { color: #999 !important; }
.sidebar-stat-desc, .sidebar-coin, .activity-time, .members-goal, .ai-stat-desc, .ai-about-text { color: #aaa !important; }

@media (min-width: 769px) and (max-width: 1200px) {
  .page-layout { padding: 80px 40px 40px; gap: 0; }
  .results-section, .pnl-section { padding-left: 0; padding-right: 0; }
  .sp-container { padding: 0 40px; }
  .keremai-layout { padding: 10px 20px; }
  .chat-container { max-width: 680px; }
}

a:focus-visible, button:focus-visible { outline: 2px solid #D4A017; outline-offset: 3px; border-radius: 4px; }
::selection { background: rgba(212, 160, 23, 0.25); color: #fff; }
img { -webkit-user-drag: none; user-drag: none; pointer-events: none; }
body { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
