/*
Theme Name: SEO Ads Tasarım
Theme URI: https://seoadstasarim.com
Description: seoadstasarim.com — GeneratePress child theme. Tüm sayfalar profesyonel tasarım.
Author: SEO Ads Tasarım
Author URI: https://seoadstasarim.com
Template: generatepress
Version: 3.3.0
Text Domain: seoadstasarim
*/

/* ===== GOOGLE FONTS ===== */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap');

/* ===== CSS VARIABLES ===== */
:root {
    --navy: #0c1e3c;
    --navy-mid: #132d54;
    --navy-light: #1a3a5c;
    --blue: #2563eb;
    --blue-light: #60a5fa;
    --orange: #f97316;
    --orange-dark: #ea580c;
    --orange-light: rgba(249,115,22,.08);
    --amber: #fbbf24;
    --dark: #0a0f1a;
    --g900: #111827;
    --g700: #374151;
    --g500: #6b7280;
    --g400: #9ca3af;
    --g200: #e5e7eb;
    --g100: #f3f4f6;
    --g50: #f9fafb;
    --white: #fff;
    --wa: #25d366;
    --wa-d: #1ebe5d;
    --success: #10b981;
    --r: 12px;
    --rl: 20px;
    --rxl: 28px;
    --tr: all .35s cubic-bezier(.22,1,.36,1);
    --shadow-sm: 0 1px 3px rgba(0,0,0,.08);
    --shadow-md: 0 4px 16px rgba(0,0,0,.1);
    --shadow-lg: 0 8px 40px rgba(0,0,0,.12);
    --shadow-xl: 0 16px 64px rgba(0,0,0,.14);
}

/* ===== RESET & BASE ===== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.sat-page {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    color: var(--g700);
    background: var(--white);
    line-height: 1.7;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    margin: 0; padding: 0;
}
body.sat-page h1, body.sat-page h2, body.sat-page h3,
body.sat-page h4, body.sat-page h5, body.sat-page h6 {
    font-family: 'Outfit', sans-serif !important;
    color: var(--navy);
    line-height: 1.15;
}
body.sat-page a { text-decoration: none; color: inherit; transition: var(--tr); }
body.sat-page img { max-width: 100%; display: block; }

/* GP default elementleri gizle */
body.sat-page .site-header,
body.sat-page .site-footer,
body.sat-page .site-content,
body.sat-page #page,
body.sat-page .site-info { display: none !important; }

/* WP admin bar fix */
body.admin-bar .sat-header { top: 32px; }
@media(max-width:782px) { body.admin-bar .sat-header { top: 46px; } }

/* ===== CONTAINER ===== */
.sat-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* ===== BUTTONS ===== */
.sat-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    padding: 12px 28px; border-radius: var(--r); font-family: 'Outfit', sans-serif;
    font-weight: 600; font-size: .92rem; cursor: pointer; border: 2px solid transparent;
    transition: var(--tr); white-space: nowrap;
}
.sat-btn-orange { background: var(--orange); color: #fff; border-color: var(--orange); box-shadow: 0 4px 16px rgba(249,115,22,.35); }
.sat-btn-orange:hover { background: var(--orange-dark); border-color: var(--orange-dark); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(249,115,22,.4); color: #fff; }
.sat-btn-navy { background: var(--navy); color: #fff; box-shadow: 0 4px 16px rgba(12,30,60,.25); }
.sat-btn-navy:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(12,30,60,.35); color: #fff; }
.sat-btn-wa { background: var(--wa); color: #fff; box-shadow: 0 4px 16px rgba(37,211,102,.35); }
.sat-btn-wa:hover { background: var(--wa-d); transform: translateY(-2px); color: #fff; }
.sat-btn-out-w { background: transparent; border-color: rgba(255,255,255,.4); color: #fff; }
.sat-btn-out-w:hover { background: rgba(255,255,255,.1); border-color: #fff; color: #fff; }
.sat-btn-white { background: #fff; color: var(--navy); box-shadow: 0 4px 24px rgba(0,0,0,.08); }
.sat-btn-white:hover { transform: translateY(-2px); box-shadow: 0 8px 40px rgba(0,0,0,.1); color: var(--navy); }
.sat-btn-lg { padding: 16px 36px; font-size: 1rem; border-radius: 14px; }
.sat-btn-sm { padding: 10px 22px; font-size: .85rem; }

/* ===== TOPBAR ===== */
.sat-topbar { background: var(--navy); color: rgba(255,255,255,.7); font-size: 13px; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.06); }
.sat-topbar-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
.sat-topbar-left, .sat-topbar-right { display: flex; align-items: center; gap: 20px; }
.sat-topbar a { color: rgba(255,255,255,.7); }
.sat-topbar a:hover { color: var(--orange); }

/* ===== HEADER ===== */
.sat-header { background: var(--white); position: sticky; top: 0; z-index: 1000; transition: var(--tr); }
.sat-header.scrolled { box-shadow: 0 2px 20px rgba(0,0,0,.08); background: rgba(255,255,255,.97); backdrop-filter: blur(12px); }
.sat-header-inner { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.sat-logo { display: flex; align-items: center; gap: 12px; }
.sat-logo-icon { width: 44px; height: 44px; background: linear-gradient(135deg, var(--orange), var(--orange-dark)); border-radius: 12px; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 12px rgba(249,115,22,.3); }
.sat-logo-icon svg { width: 24px; height: 24px; }
.sat-logo-text { font-family: 'Outfit', sans-serif; font-weight: 800; font-size: 1.25rem; color: var(--navy); line-height: 1.1; }
.sat-logo-text span { color: var(--orange); }
.sat-logo-sub { font-size: 9px; font-weight: 400; color: var(--g400); letter-spacing: .1em; display: block; }
.sat-nav { display: flex; align-items: center; gap: 2px; }
.sat-nav a { padding: 8px 16px; font-size: 14px; font-weight: 600; color: var(--g700); border-radius: 8px; }
.sat-nav a:hover, .sat-nav a.active { color: var(--orange); background: rgba(249,115,22,.04); }
.sat-header-cta { display: flex; align-items: center; gap: 10px; }

/* Hamburger */
.sat-hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 10px; z-index: 1001; background: none; border: none; }
.sat-hamburger span { width: 26px; height: 2.5px; background: var(--navy); border-radius: 3px; transition: var(--tr); display: block; }

/* ===== PAGE HERO (İç Sayfalar) ===== */
.sat-page-hero {
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 50%, var(--navy-light) 100%);
    padding: 72px 0 64px;
    position: relative;
    overflow: hidden;
}
.sat-page-hero::before {
    content: '';
    position: absolute; inset: 0;
    background-image: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
                      linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
    background-size: 60px 60px;
}
.sat-page-hero::after {
    content: '';
    position: absolute;
    top: -50%; right: -20%;
    width: 500px; height: 500px;
    background: radial-gradient(circle, rgba(249,115,22,.08), transparent 70%);
}
.sat-page-hero .sat-container { position: relative; z-index: 2; }
.sat-page-hero-tag {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 12px; font-weight: 700; text-transform: uppercase;
    letter-spacing: .12em; color: var(--orange); margin-bottom: 16px;
}
.sat-page-hero-tag::before { content: ''; width: 24px; height: 2px; background: var(--orange); border-radius: 2px; }
.sat-page-hero h1 {
    color: #fff !important;
    font-size: clamp(2rem, 3.5vw, 2.8rem);
    font-weight: 900;
    letter-spacing: -.02em;
    margin-bottom: 16px;
}
.sat-page-hero-desc {
    color: rgba(255,255,255,.6);
    font-size: 1.05rem;
    max-width: 640px;
    line-height: 1.8;
    margin-bottom: 24px;
}
.sat-breadcrumb {
    display: flex; align-items: center; gap: 8px;
    font-size: 13px; color: rgba(255,255,255,.4);
}
.sat-breadcrumb a { color: rgba(255,255,255,.5); }
.sat-breadcrumb a:hover { color: var(--orange); }
.sat-breadcrumb .sep { margin: 0 4px; }

/* ===== PAGE CONTENT (İç Sayfalar) ===== */
.sat-page-content {
    padding: 80px 0;
}
.sat-page-content .sat-content-area {
    max-width: 880px;
    margin: 0 auto;
}
/* WP Editor içerik stilleri */
.sat-content-area h2 {
    font-size: 1.7rem; font-weight: 800; margin: 48px 0 16px;
    padding-bottom: 12px; border-bottom: 2px solid var(--g100);
}
.sat-content-area h2:first-child { margin-top: 0; }
.sat-content-area h3 {
    font-size: 1.25rem; font-weight: 700; margin: 36px 0 12px;
    color: var(--navy); display: flex; align-items: center; gap: 10px;
}
.sat-content-area h4 { font-size: 1.1rem; font-weight: 700; margin: 24px 0 10px; }
.sat-content-area p { margin-bottom: 18px; font-size: 15.5px; line-height: 1.85; color: var(--g700); }
.sat-content-area ul, .sat-content-area ol { margin: 0 0 20px 24px; }
.sat-content-area li { margin-bottom: 8px; font-size: 15px; line-height: 1.75; }
.sat-content-area a { color: var(--orange); font-weight: 600; }
.sat-content-area a:hover { color: var(--orange-dark); text-decoration: underline; }
.sat-content-area img { border-radius: var(--r); margin: 24px 0; box-shadow: var(--shadow-md); }
.sat-content-area blockquote {
    border-left: 4px solid var(--orange);
    padding: 20px 24px;
    margin: 24px 0;
    background: var(--g50);
    border-radius: 0 var(--r) var(--r) 0;
    font-style: italic;
    color: var(--g500);
}

/* İçerik içi Feature Box (h3 + p grupları) */
.sat-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 32px 0;
}
.sat-feature-card {
    background: var(--white);
    border: 1px solid var(--g100);
    border-radius: var(--rl);
    padding: 28px 24px;
    transition: var(--tr);
}
.sat-feature-card:hover {
    border-color: rgba(249,115,22,.15);
    box-shadow: var(--shadow-md);
    transform: translateY(-4px);
}
.sat-feature-card h4 { margin-top: 0; font-size: 1.05rem; }
.sat-feature-card p { font-size: 14px; color: var(--g500); margin-bottom: 0; }

/* ===== SECTION COMMON ===== */
.sat-stag { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: var(--orange); margin-bottom: 14px; }
.sat-stag::before { content: ''; width: 24px; height: 2px; background: var(--orange); border-radius: 2px; }
.sat-sh { font-size: clamp(1.8rem, 3vw, 2.4rem); font-weight: 800; letter-spacing: -.02em; margin-bottom: 14px; }
.sat-ssub { color: var(--g500); font-size: 1.05rem; max-width: 580px; line-height: 1.8; }
.sat-sc { text-align: center; }
.sat-sc .sat-ssub { margin: 0 auto; }

/* ===== HERO (Anasayfa) ===== */
.sat-hero { position: relative; padding: 100px 0 90px; overflow: hidden; background: radial-gradient(ellipse 80% 60% at 70% 20%, rgba(249,115,22,.04) 0%, transparent 60%), radial-gradient(ellipse 60% 80% at 20% 80%, rgba(37,99,235,.04) 0%, transparent 60%), linear-gradient(180deg, var(--g50) 0%, var(--white) 100%); }
.sat-hero::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(12,30,60,.02) 1px, transparent 1px), linear-gradient(90deg, rgba(12,30,60,.02) 1px, transparent 1px); background-size: 60px 60px; mask-image: radial-gradient(ellipse 70% 50% at 50% 50%, black 30%, transparent 80%); }
.sat-hero .sat-container { position: relative; z-index: 2; }
.sat-hero-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 64px; align-items: center; }
.sat-hero-tag { display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 1px solid var(--g200); padding: 7px 16px 7px 8px; border-radius: 100px; font-size: 13px; font-weight: 600; color: var(--g700); margin-bottom: 28px; box-shadow: 0 1px 2px rgba(0,0,0,.05); animation: satFadeUp .6s ease both; }
.sat-hero-tag-dot { width: 28px; height: 28px; background: var(--orange); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 11px; color: #fff; }
.sat-hero h1 { font-size: clamp(2.2rem, 4.5vw, 3.6rem); font-weight: 900; letter-spacing: -.03em; margin-bottom: 20px; animation: satFadeUp .6s ease .1s both; }
.sat-hero h1 .t-orange { color: var(--orange); }
.sat-hero h1 .t-blue { color: var(--blue); }
.sat-hero-desc { font-size: 1.1rem; color: var(--g500); max-width: 540px; margin-bottom: 36px; line-height: 1.8; animation: satFadeUp .6s ease .2s both; }
.sat-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 52px; animation: satFadeUp .6s ease .3s both; }
.sat-hero-metrics { display: flex; gap: 40px; animation: satFadeUp .6s ease .4s both; }
.sat-hm-val { font-family: 'Outfit', sans-serif; font-size: 1.8rem; font-weight: 900; color: var(--navy); letter-spacing: -.02em; }
.sat-hm-val .accent { color: var(--orange); }
.sat-hm-label { font-size: 12px; color: var(--g400); font-weight: 500; margin-top: 2px; }

/* Hero Visual */
.sat-hero-visual { animation: satFadeUp .8s ease .2s both; position: relative; }
.sat-dash-card { background: var(--navy); border-radius: var(--rxl); padding: 32px; color: #fff; box-shadow: var(--shadow-xl); position: relative; overflow: hidden; }
.sat-dash-card::after { content: ''; position: absolute; top: 0; right: 0; width: 200px; height: 200px; background: radial-gradient(circle, rgba(249,115,22,.12), transparent 70%); }
.sat-dc-hdr { display: flex; justify-content: space-between; align-items: center; margin-bottom: 28px; position: relative; z-index: 2; }
.sat-dc-title { font-size: 14px; color: rgba(255,255,255,.5); font-weight: 500; }
.sat-dc-badge { background: rgba(16,185,129,.15); color: var(--success); padding: 4px 12px; border-radius: 100px; font-size: 12px; font-weight: 700; }
.sat-dc-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 24px; position: relative; z-index: 2; }
.sat-dc-stat { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.06); border-radius: 16px; padding: 20px; text-align: center; }
.sat-dc-stat-icon { font-size: 1.5rem; margin-bottom: 8px; }
.sat-dc-stat-val { font-family: 'Outfit', sans-serif; font-size: 1.6rem; font-weight: 800; }
.sat-dc-stat-val.orange { color: var(--orange); }
.sat-dc-stat-val.blue { color: var(--blue-light); }
.sat-dc-stat-val.green { color: var(--success); }
.sat-dc-stat-val.amber { color: var(--amber); }
.sat-dc-stat-label { font-size: 11px; color: rgba(255,255,255,.4); margin-top: 4px; }
.sat-dc-bar { background: rgba(255,255,255,.06); border-radius: 8px; height: 8px; overflow: hidden; position: relative; z-index: 2; }
.sat-dc-bar-fill { height: 100%; border-radius: 8px; background: linear-gradient(90deg, var(--orange), var(--amber)); width: 0; animation: satBarGrow 2s ease 1s forwards; }
.sat-dc-bar-lbl { display: flex; justify-content: space-between; font-size: 11px; color: rgba(255,255,255,.4); margin-top: 8px; position: relative; z-index: 2; }
.sat-fb { position: absolute; background: #fff; border-radius: 14px; padding: 12px 18px; box-shadow: var(--shadow-lg); display: flex; align-items: center; gap: 10px; z-index: 10; animation: satFloat 3s ease-in-out infinite; }
.sat-fb-speed { top: -16px; right: -16px; }
.sat-fb-seo { bottom: 24px; left: -24px; animation-delay: 1.5s; }
.sat-fb-ic { width: 36px; height: 36px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1rem; }
.sat-fb-speed .sat-fb-ic { background: rgba(16,185,129,.1); }
.sat-fb-seo .sat-fb-ic { background: rgba(37,99,235,.1); }
.sat-fb-lbl { font-size: 11px; color: var(--g400); }
.sat-fb-v { font-family: 'Outfit', sans-serif; font-weight: 800; font-size: 15px; }
.sat-fb-speed .sat-fb-v { color: var(--success); }
.sat-fb-seo .sat-fb-v { color: var(--blue); }

/* ===== TRUSTED ===== */
.sat-trusted { padding: 48px 0; border-bottom: 1px solid var(--g100); }
.sat-trusted-label { text-align: center; font-size: 11px; text-transform: uppercase; letter-spacing: .2em; color: var(--g400); font-weight: 600; margin-bottom: 24px; }
.sat-trusted-row { display: flex; justify-content: center; align-items: center; gap: 48px; flex-wrap: wrap; }
.sat-trusted-item { font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 1rem; color: var(--g200); }

/* ===== SERVICES ===== */
.sat-services { padding: 110px 0; }
.sat-services-head { margin-bottom: 60px; }
.sat-sg { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.sat-svc { background: #fff; border: 1px solid var(--g100); border-radius: var(--rl); padding: 36px 28px 32px; transition: var(--tr); position: relative; overflow: hidden; }
.sat-svc::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--orange), var(--amber)); transform: scaleX(0); transition: var(--tr); transform-origin: left; }
.sat-svc:hover { border-color: rgba(249,115,22,.15); box-shadow: var(--shadow-lg); transform: translateY(-6px); }
.sat-svc:hover::after { transform: scaleX(1); }
.sat-svc-ic { width: 56px; height: 56px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; margin-bottom: 22px; }
.sat-svc-ic.o { background: rgba(249,115,22,.08); }
.sat-svc-ic.b { background: rgba(37,99,235,.08); }
.sat-svc-ic.g { background: rgba(16,185,129,.08); }
.sat-svc-ic.p { background: rgba(139,92,246,.08); }
.sat-svc-ic.r { background: rgba(244,63,94,.08); }
.sat-svc-ic.n { background: rgba(12,30,60,.06); }
.sat-svc h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: 10px; }
.sat-svc p { font-size: 14px; color: var(--g500); line-height: 1.75; margin-bottom: 18px; }
.sat-svc-lnk { font-size: 13px; font-weight: 700; color: var(--orange); display: inline-flex; align-items: center; gap: 6px; }
.sat-svc-lnk:hover { gap: 12px; color: var(--orange); }

/* ===== WHY US ===== */
.sat-why { padding: 110px 0; background: var(--g50); }
.sat-why-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.sat-why-content .sat-sh { margin-bottom: 14px; }
.sat-why-content > .sat-ssub { margin-bottom: 40px; }
.sat-wl { display: flex; flex-direction: column; gap: 24px; }
.sat-wi { display: flex; gap: 18px; align-items: flex-start; }
.sat-wi-ic { width: 48px; height: 48px; min-width: 48px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; background: var(--orange-light); border: 1px solid rgba(249,115,22,.1); }
.sat-wi h4 { font-size: 1rem; font-weight: 700; margin-bottom: 4px; }
.sat-wi p { font-size: 14px; color: var(--g500); line-height: 1.7; }
.sat-wsc { background: var(--navy); border-radius: var(--rxl); padding: 44px; color: #fff; position: relative; overflow: hidden; }
.sat-wsc::before { content: ''; position: absolute; top: -30%; right: -20%; width: 300px; height: 300px; background: radial-gradient(circle, rgba(249,115,22,.1), transparent 70%); }
.sat-wsc-t { font-size: 14px; color: rgba(255,255,255,.5); font-weight: 500; margin-bottom: 32px; position: relative; z-index: 2; }
.sat-wsc-g { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; position: relative; z-index: 2; }
.sat-wsc-i { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.06); border-radius: 16px; padding: 22px; text-align: center; }
.sat-wsc-v { font-family: 'Outfit', sans-serif; font-size: 2rem; font-weight: 900; }
.sat-wsc-v.o { color: var(--orange); }
.sat-wsc-v.bl { color: var(--blue-light); }
.sat-wsc-v.gr { color: var(--success); }
.sat-wsc-v.wh { color: #fff; }
.sat-wsc-l { font-size: 12px; color: rgba(255,255,255,.4); margin-top: 4px; }

/* ===== PROCESS ===== */
.sat-process { padding: 110px 0; }
.sat-process-head { margin-bottom: 64px; }
.sat-pt { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; position: relative; }
.sat-pt::before { content: ''; position: absolute; top: 36px; left: 14%; right: 14%; height: 2px; background: linear-gradient(90deg, var(--orange), var(--blue), var(--success), var(--amber)); opacity: .2; }
.sat-ps { text-align: center; padding: 0 12px; position: relative; }
.sat-ps-n { width: 56px; height: 56px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Outfit', sans-serif; font-weight: 900; font-size: 1.2rem; color: #fff; margin: 0 auto 22px; position: relative; z-index: 2; box-shadow: 0 4px 16px rgba(0,0,0,.15); }
.sat-ps-n.n1 { background: var(--orange); }
.sat-ps-n.n2 { background: var(--blue); }
.sat-ps-n.n3 { background: var(--success); }
.sat-ps-n.n4 { background: var(--amber); }
.sat-ps h3 { font-size: 1rem; font-weight: 700; margin-bottom: 8px; }
.sat-ps p { font-size: 13px; color: var(--g500); line-height: 1.7; }

/* ===== REVIEWS ===== */
.sat-reviews { padding: 110px 0; background: var(--navy); color: #fff; position: relative; overflow: hidden; }
.sat-reviews::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 40% 50% at 10% 50%, rgba(249,115,22,.06), transparent), radial-gradient(ellipse 40% 50% at 90% 30%, rgba(37,99,235,.06), transparent); }
.sat-reviews .sat-stag { color: #fdba74; }
.sat-reviews .sat-stag::before { background: #fdba74; }
.sat-reviews .sat-sh { color: #fff; }
.sat-reviews .sat-ssub { color: rgba(255,255,255,.5); }
.sat-reviews-head { margin-bottom: 60px; position: relative; z-index: 2; }
.sat-rg { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; position: relative; z-index: 2; }
.sat-rc { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.06); border-radius: var(--rl); padding: 32px; transition: var(--tr); }
.sat-rc:hover { background: rgba(255,255,255,.07); transform: translateY(-4px); }
.sat-rc-stars { color: var(--amber); font-size: 14px; letter-spacing: 2px; margin-bottom: 16px; }
.sat-rc-text { font-size: 14px; color: rgba(255,255,255,.65); line-height: 1.85; margin-bottom: 24px; font-style: italic; }
.sat-rc-author { display: flex; align-items: center; gap: 14px; }
.sat-rc-av { width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 14px; color: #fff; }
.sat-rc-av.a1 { background: linear-gradient(135deg, var(--orange), var(--orange-dark)); }
.sat-rc-av.a2 { background: linear-gradient(135deg, var(--blue), var(--navy)); }
.sat-rc-av.a3 { background: linear-gradient(135deg, var(--success), #059669); }
.sat-rc-name { font-weight: 700; font-size: 14px; }
.sat-rc-role { font-size: 12px; color: rgba(255,255,255,.35); }

/* ===== CTA SECTION ===== */
.sat-cta-s { padding: 110px 0; }
.sat-cta-box { background: linear-gradient(135deg, var(--orange), var(--orange-dark)); border-radius: var(--rxl); padding: 80px 64px; text-align: center; position: relative; overflow: hidden; }
.sat-cta-box::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 20% 50%, rgba(255,255,255,.08), transparent 50%), radial-gradient(circle at 80% 30%, rgba(0,0,0,.06), transparent 40%); }
.sat-cta-box h2 { color: #fff; font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 900; margin-bottom: 16px; position: relative; z-index: 2; }
.sat-cta-box > p { color: rgba(255,255,255,.85); font-size: 1.1rem; margin-bottom: 40px; position: relative; z-index: 2; }
.sat-cta-btns { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; position: relative; z-index: 2; }

/* İç sayfa mini CTA */
.sat-cta-mini { padding: 80px 0; }
.sat-cta-mini .sat-cta-box { padding: 60px 48px; }

/* ===== FAQ ===== */
.sat-faq { padding: 110px 0; background: var(--g50); }
.sat-faq-head { margin-bottom: 56px; }
.sat-faq-list { max-width: 780px; margin: 0 auto; display: flex; flex-direction: column; gap: 10px; }
.sat-faq-item { background: #fff; border-radius: var(--r); border: 1px solid var(--g100); overflow: hidden; transition: var(--tr); }
.sat-faq-item:hover { border-color: rgba(249,115,22,.2); }
.sat-faq-q { padding: 22px 28px; font-family: 'Outfit', sans-serif; font-weight: 600; font-size: 16px; color: var(--navy); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.sat-faq-q::after { content: '+'; font-size: 1.4rem; color: var(--orange); font-weight: 400; min-width: 24px; text-align: center; transition: var(--tr); }
.sat-faq-item.open .sat-faq-q::after { transform: rotate(45deg); }
.sat-faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.sat-faq-a-inner { padding: 0 28px 22px; font-size: 14px; color: var(--g500); line-height: 1.85; }

/* ===== FOOTER ===== */
.sat-footer { background: var(--dark); color: rgba(255,255,255,.5); padding: 80px 0 32px; }
.sat-footer-grid { display: grid; grid-template-columns: 1.8fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 56px; }
.sat-footer-brand .sat-logo { margin-bottom: 18px; }
.sat-footer-brand .sat-logo-text { color: #fff; }
.sat-footer-brand p { font-size: 14px; line-height: 1.8; margin-bottom: 24px; }
.sat-footer-soc { display: flex; gap: 10px; }
.sat-footer-soc a { width: 40px; height: 40px; border-radius: 10px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.06); display: flex; align-items: center; justify-content: center; font-size: 14px; }
.sat-footer-soc a:hover { background: var(--orange); border-color: var(--orange); color: #fff; }
.sat-footer-col h4 { font-family: 'Outfit', sans-serif; font-size: 14px; font-weight: 700; color: #fff; margin-bottom: 22px; }
.sat-footer-col a { display: block; font-size: 14px; padding: 5px 0; }
.sat-footer-col a:hover { color: var(--orange); padding-left: 6px; }
.sat-footer-bottom { border-top: 1px solid rgba(255,255,255,.06); padding-top: 28px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; font-size: 12px; }

/* ===== WHATSAPP FIXED ===== */
.wa-fixed { position: fixed; bottom: 28px; right: 28px; z-index: 999; width: 62px; height: 62px; background: var(--wa); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; box-shadow: 0 6px 28px rgba(37,211,102,.45); transition: var(--tr); animation: waPulse 2s infinite; text-decoration: none; }
.wa-fixed:hover { transform: scale(1.1); color: white; }
.wa-fixed svg { width: 28px; height: 28px; }
@keyframes waPulse { 0% { box-shadow: 0 0 0 0 rgba(37,211,102,.45); } 70% { box-shadow: 0 0 0 18px rgba(37,211,102,0); } 100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); } }

/* ===== MOBİL CTA BAR ===== */
.mobile-cta-bar { display: none; }
@media (max-width: 768px) {
    .mobile-cta-bar { position: fixed; bottom: 0; left: 0; right: 0; z-index: 999; background: #fff; border-top: 1px solid var(--g200); padding: 10px 16px; display: flex !important; gap: 10px; }
    .mobile-cta-bar a { flex: 1; text-align: center; padding: 14px; border-radius: 12px; font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 14px; display: flex; align-items: center; justify-content: center; gap: 8px; text-decoration: none; color: white; }
    .mobile-cta-bar .mc-call { background: var(--navy); }
    .mobile-cta-bar .mc-wa { background: var(--wa); }
    body.sat-page { padding-bottom: 80px; }
    .wa-fixed { bottom: 90px; }
}

/* ===== ANIMATIONS ===== */
@keyframes satFadeUp { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }
@keyframes satFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@keyframes satBarGrow { to { width: 92%; } }
.sat-reveal { opacity: 0; transform: translateY(32px); transition: opacity .7s ease, transform .7s ease; }
.sat-reveal.visible { opacity: 1; transform: translateY(0); }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
    .sat-hero-layout { grid-template-columns: 1fr; gap: 40px; }
    .sat-hero-visual { max-width: 500px; }
    .sat-sg { grid-template-columns: repeat(2, 1fr); }
    .sat-why-layout { grid-template-columns: 1fr; }
    .sat-rg { grid-template-columns: repeat(2, 1fr); }
    .sat-footer-grid { grid-template-columns: repeat(2, 1fr); }
    .sat-pt { grid-template-columns: repeat(2, 1fr); gap: 28px; }
    .sat-pt::before { display: none; }
    .sat-feature-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
    .sat-topbar { display: none; }
    .sat-nav { display: none; flex-direction: column; position: absolute; top: 76px; left: 0; right: 0; background: #fff; padding: 20px; box-shadow: var(--shadow-lg); z-index: 1000; border-top: 1px solid var(--g100); }
    .sat-nav.open { display: flex; }
    .sat-nav a { padding: 12px 16px; border-bottom: 1px solid var(--g50); }
    .sat-hamburger { display: flex; }
    .sat-header-cta { display: none; }
    .sat-hero { padding: 56px 0 48px; }
    .sat-hero h1 { font-size: 1.9rem; }
    .sat-hero-desc { font-size: 1rem; }
    .sat-hero-visual { display: none; }
    .sat-hero-metrics { gap: 20px; flex-wrap: wrap; }
    .sat-hm-val { font-size: 1.4rem; }
    .sat-services, .sat-why, .sat-process, .sat-cta-s, .sat-faq { padding: 72px 0; }
    .sat-sh { font-size: 1.6rem; }
    .sat-sg { grid-template-columns: 1fr; }
    .sat-rg { grid-template-columns: 1fr; }
    .sat-footer-grid { grid-template-columns: 1fr; gap: 32px; }
    .sat-cta-box { padding: 48px 24px; }
    .sat-cta-box h2 { font-size: 1.6rem; }
    .sat-cta-btns { flex-direction: column; align-items: center; }
    .sat-cta-btns .sat-btn { width: 100%; }
    .sat-footer-bottom { flex-direction: column; text-align: center; }
    .sat-page-hero { padding: 48px 0 40px; }
    .sat-page-hero h1 { font-size: 1.6rem !important; }
    .sat-page-content { padding: 48px 0; }
    .sat-cta-mini { padding: 48px 0; }
}
@media (max-width: 480px) {
    .sat-hero h1 { font-size: 1.6rem; }
    .sat-hero-actions { flex-direction: column; }
    .sat-hero-actions .sat-btn { width: 100%; }
}
