/* ═══════════════════════════════════
   SEO.CSS — Yeşil/Emerald accent
═══════════════════════════════════ */
:root {
  --seo-green:  #10b981;
  --seo-green2: #34d399;
  --seo-green3: #6ee7b7;
}

/* HERO */
.seo-hero { padding: 80px 0 90px; position: relative; overflow: hidden; }
.seo-hero-bg { position: absolute; inset: 0; z-index: 0; }
.seo-blob { position: absolute; border-radius: 50%; filter: blur(130px); pointer-events: none; }
.seo-blob-1 { width: 600px; height: 600px; background: radial-gradient(circle, rgba(16,185,129,.12), transparent 65%); top: -200px; right: -100px; }
.seo-blob-2 { width: 400px; height: 400px; background: radial-gradient(circle, rgba(52,211,153,.08), transparent 65%); bottom: -100px; left: -80px; }
.seo-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(16,185,129,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(16,185,129,.025) 1px, transparent 1px); background-size: 56px 56px; }
.seo-hero > .container-xl { position: relative; z-index: 2; }

.seo-eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 6px 18px; border-radius: 20px; font-size: 12px; font-weight: 700; color: var(--seo-green2); background: rgba(16,185,129,.12); border: 1px solid rgba(16,185,129,.25); margin-bottom: 20px; }
.seo-hero-title { font-size: clamp(2.2rem,4.5vw,3.6rem); font-weight: 900; color: #fff; line-height: 1.12; letter-spacing: -.5px; margin-bottom: 16px; }
.seo-hero-title span { background: linear-gradient(90deg, var(--seo-green), var(--seo-green3)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.seo-hero-desc { font-size: 16px; color: rgba(255,255,255,.50); line-height: 1.78; margin-bottom: 28px; max-width: 500px; }

.seo-hero-stats { display: flex; align-items: center; gap: 0; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); border-radius: 16px; padding: 20px 28px; width: fit-content; }
.seo-stat { text-align: center; padding: 0 20px; }
.seo-stat-num { font-size: 32px; font-weight: 900; background: linear-gradient(135deg, var(--seo-green), var(--seo-green3)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.seo-stat-lbl { font-size: 12px; color: rgba(255,255,255,.40); line-height: 1.40; margin-top: 4px; }
.seo-stat-lbl small { font-size: 10px; color: rgba(255,255,255,.25); }
.seo-stat-sep { width: 1px; height: 44px; background: rgba(255,255,255,.10); }

.seo-btn-primary { display: inline-flex; align-items: center; gap: 9px; padding: 13px 26px; border-radius: 50px; background: linear-gradient(135deg, var(--seo-green), #059669); color: #fff; font-size: 15px; font-weight: 700; text-decoration: none; transition: all .24s; box-shadow: 0 8px 28px rgba(16,185,129,.35); }
.seo-btn-primary:hover { box-shadow: 0 14px 40px rgba(16,185,129,.55); transform: translateY(-2px); color: #fff; }
.seo-btn-ghost { display: inline-flex; align-items: center; gap: 8px; padding: 13px 22px; border-radius: 50px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.60); font-size: 15px; font-weight: 600; text-decoration: none; transition: all .22s; }
.seo-btn-ghost:hover { background: rgba(255,255,255,.12); color: #fff; }

/* SERP MOCKUP */
.seo-serp-mockup { background: rgba(13,14,26,.96); border: 1px solid rgba(255,255,255,.10); border-radius: 16px; overflow: hidden; box-shadow: 0 32px 80px rgba(0,0,0,.60); }
.seo-serp-bar { display: flex; align-items: center; gap: 12px; padding: 14px 18px; background: rgba(255,255,255,.04); border-bottom: 1px solid rgba(255,255,255,.07); }
.seo-serp-search { flex: 1; display: flex; align-items: center; gap: 9px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 50px; padding: 8px 16px; font-size: 13.5px; color: rgba(255,255,255,.55); }
.seo-serp-search i { color: var(--seo-green2); }
.seo-serp-tools { color: rgba(255,255,255,.25); font-size: 18px; }
.seo-serp-body { padding: 16px; display: flex; flex-direction: column; gap: 14px; }
.seo-serp-ads-label { font-size: 10px; font-weight: 700; color: rgba(255,255,255,.20); text-transform: uppercase; letter-spacing: .5px; padding: 0 4px; }
.seo-serp-result { padding: 12px 14px; border-radius: 10px; background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.06); }
.seo-serp-ad { border-color: rgba(245,158,11,.15); background: rgba(245,158,11,.04); }
.seo-sr-url { font-size: 11px; color: rgba(255,255,255,.30); margin-bottom: 3px; }
.seo-sr-star { color: #f59e0b; margin-left: 8px; }
.seo-sr-title { font-size: 14px; font-weight: 600; color: #8ab4f8; margin-bottom: 4px; }
.seo-sr-desc { font-size: 12px; color: rgba(255,255,255,.40); line-height: 1.55; }
.seo-sr-desc strong { color: rgba(255,255,255,.70); }
.seo-sr-sitelinks { display: flex; gap: 8px; margin-top: 8px; flex-wrap: wrap; }
.seo-sr-sitelinks a { font-size: 11px; color: #8ab4f8; text-decoration: none; padding: 2px 8px; border-radius: 4px; border: 1px solid rgba(138,180,248,.20); transition: background .18s; }
.seo-sr-sitelinks a:hover { background: rgba(138,180,248,.10); }
.seo-serp-yours { border-color: rgba(16,185,129,.30) !important; background: rgba(16,185,129,.06) !important; }
.seo-serp-1st { position: relative; }
.seo-sr-badge { position: absolute; top: -10px; right: 12px; font-size: 10px; font-weight: 800; padding: 3px 10px; border-radius: 10px; background: var(--seo-green); color: #000; }

/* WHY SECTION */
.seo-why-section { padding: 100px 0; }
.seo-tag { display: inline-flex; padding: 5px 16px; border-radius: 20px; font-size: 12px; font-weight: 700; color: var(--seo-green2); background: rgba(16,185,129,.10); border: 1px solid rgba(16,185,129,.22); margin-bottom: 14px; }
.seo-section-title { font-size: clamp(1.8rem,3vw,2.8rem); font-weight: 900; color: #fff; letter-spacing: -.4px; margin-bottom: 14px; line-height: 1.15; }
.seo-section-title span { background: linear-gradient(90deg, var(--seo-green), var(--seo-green3)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.seo-section-desc { font-size: 15px; color: rgba(255,255,255,.45); line-height: 1.75; max-width: 540px; }

.seo-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 24px; }
.seo-compare-col { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); border-radius: 14px; padding: 20px; }
.seo-compare-good { border-color: rgba(16,185,129,.25); background: rgba(16,185,129,.06); }
.seo-cc-head { display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 800; color: #fff; margin-bottom: 14px; }
.seo-compare-col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.seo-compare-col li { display: flex; align-items: flex-start; gap: 8px; font-size: 13px; color: rgba(255,255,255,.55); line-height: 1.50; }
.seo-compare-bad li i { color: rgba(239,68,68,.70); }
.seo-compare-good li i { color: var(--seo-green2); }

/* BÜYÜME GRAFİĞİ */
.seo-growth-chart { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); border-radius: 20px; padding: 32px; }
.seo-gc-title { font-size: 14px; font-weight: 700; color: rgba(255,255,255,.55); margin-bottom: 24px; }
.seo-gc-bars { display: flex; align-items: flex-end; gap: 8px; height: 160px; }
.seo-gc-bar-wrap { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 8px; height: 100%; justify-content: flex-end; }
.seo-gc-bar { width: 100%; height: var(--h); background: rgba(16,185,129,.35); border-radius: 6px 6px 0 0; transition: height 1s ease; border: 1px solid rgba(16,185,129,.40); }
.seo-gcb-highlight { background: rgba(16,185,129,.75); border-color: rgba(52,211,153,.60); }
.seo-gc-bar-wrap span { font-size: 10px; color: rgba(255,255,255,.25); }
.seo-gc-label { font-size: 12px; color: var(--seo-green2); margin-top: 16px; display: flex; align-items: center; gap: 6px; }

/* HİZMETLER */
.seo-services-section { padding: 0 0 100px; }
.seo-service-card { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); border-radius: 20px; padding: 36px; height: 100%; transition: transform .26s, border-color .26s; }
.seo-service-card:hover { transform: translateY(-5px); border-color: rgba(16,185,129,.22); }
.seo-sc-icon { width: 52px; height: 52px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 18px; }
.seo-service-card h4 { font-size: 17px; font-weight: 800; color: #fff; margin-bottom: 10px; }
.seo-service-card p { font-size: 14px; color: rgba(255,255,255,.45); line-height: 1.70; margin-bottom: 14px; }
.seo-sc-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 6px; }
.seo-sc-list li { font-size: 13px; color: rgba(255,255,255,.40); padding-left: 16px; position: relative; }
.seo-sc-list li::before { content: '→'; position: absolute; left: 0; color: var(--seo-green2); }

/* PAKETLER */
.seo-packages-section { padding: 100px 0; background: rgba(255,255,255,.02); border-top: 1px solid rgba(255,255,255,.06); }
.seo-pkg-card { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); border-radius: 22px; padding: 36px; height: 100%; position: relative; transition: transform .26s; }
.seo-pkg-card:hover { transform: translateY(-5px); }
.seo-pkg-featured { background: linear-gradient(160deg, rgba(16,185,129,.12), rgba(13,14,26,.98) 60%); border-color: rgba(16,185,129,.30); box-shadow: 0 0 0 1px rgba(16,185,129,.10), 0 32px 80px rgba(16,185,129,.10); }
.seo-pkg-badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, var(--seo-green), #059669); color: #fff; font-size: 11px; font-weight: 800; padding: 4px 16px; border-radius: 20px; white-space: nowrap; }
.seo-pkg-name { font-size: 14px; font-weight: 800; color: rgba(255,255,255,.50); text-transform: uppercase; letter-spacing: .5px; margin-bottom: 8px; }
.seo-pkg-price { font-size: 36px; font-weight: 900; color: #fff; margin-bottom: 4px; }
.seo-pkg-price span { font-size: 16px; color: rgba(255,255,255,.35); }
.seo-pkg-desc { font-size: 13px; color: rgba(255,255,255,.35); margin-bottom: 24px; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.07); }
.seo-pkg-list { list-style: none; padding: 0; margin: 0 0 28px; display: flex; flex-direction: column; gap: 10px; }
.seo-pkg-list li { display: flex; align-items: flex-start; gap: 9px; font-size: 14px; color: rgba(255,255,255,.60); }
.seo-pkg-list li i { color: var(--seo-green2); font-size: 13px; flex-shrink: 0; margin-top: 2px; }
.seo-no { opacity: .28 !important; }
.seo-no i { color: rgba(255,255,255,.25) !important; }
.seo-pkg-btn { display: block; text-align: center; padding: 13px; border-radius: 14px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.65); font-size: 15px; font-weight: 700; text-decoration: none; transition: all .22s; }
.seo-pkg-btn:hover { background: rgba(255,255,255,.13); color: #fff; }
.seo-pkg-btn-primary { background: linear-gradient(135deg, var(--seo-green), #059669); border-color: transparent; color: #fff; box-shadow: 0 8px 28px rgba(16,185,129,.35); }
.seo-pkg-btn-primary:hover { box-shadow: 0 14px 40px rgba(16,185,129,.55); color: #fff; }

/* CTA */
.seo-cta-section { padding: 80px 0 100px; }
.seo-cta-card { background: linear-gradient(135deg, rgba(16,185,129,.15), rgba(13,14,26,.98) 70%); border: 1px solid rgba(16,185,129,.25); border-radius: 28px; padding: 72px 40px; text-align: center; position: relative; overflow: hidden; box-shadow: 0 32px 80px rgba(16,185,129,.08); }
.seo-cta-glow { position: absolute; width: 400px; height: 400px; border-radius: 50%; background: radial-gradient(circle, rgba(16,185,129,.15), transparent 65%); top: -150px; left: 50%; transform: translateX(-50%); pointer-events: none; }
.seo-cta-inner { position: relative; z-index: 2; }
.seo-cta-icon { font-size: 48px; color: var(--seo-green2); display: block; margin-bottom: 20px; }
.seo-cta-card h2 { font-size: clamp(1.8rem,3vw,2.6rem); font-weight: 900; color: #fff; margin-bottom: 12px; }
.seo-cta-card p { font-size: 16px; color: rgba(255,255,255,.50); margin-bottom: 28px; }

@media(max-width:768px){
  .seo-hero-stats { flex-wrap: wrap; }
  .seo-stat-sep { display: none; }
  .seo-compare { grid-template-columns: 1fr; }
}
