/*
Theme Name: 3AdamDijital Blog Category
Theme URI: https://3adamdijital.com
Author: 3AdamDijital
Description: 3AdamDijital için çok sayfalı, Blog kısmı kategori olarak çalışan WordPress teması.
Version: 2.1.0
Requires at least: 5.8
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: 3adamdijital
*/


*{margin:0;padding:0;box-sizing:border-box}
:root{
  --blue:#2563FF;
  --green:#ADFF2F;
  --green-dark:#8FD400;
  --pink:#FF6B8A;
  --teal:#00C9B1;
  --orange:#FF9A3C;
  --yellow:#FFD60A;
  --bg:#F5F3EE;
  --black:#111111;
  --white:#FFFFFF;
}
body{font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;background:var(--bg);color:var(--black);overflow-x:hidden}
.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}

/* NAV */
nav{
  background:var(--white);
  padding:0 3rem;
  height:70px;
  display:flex;align-items:center;justify-content:space-between;
  border-bottom:none;
  position:sticky;top:0;z-index:100;
  box-shadow:0 2px 20px rgba(0,0,0,0.06);
}
.logo{
  font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;
  font-size:22px;font-weight:900;
  color:var(--black);
  letter-spacing:-0.5px;
}
.logo .blue{color:var(--blue)}
.logo .dot{color:var(--green);font-size:28px;line-height:0;vertical-align:-4px}
.nav-links{display:flex;align-items:center;gap:2rem}
.nav-links a{
  font-size:14px;font-weight:500;
  color:#444;text-decoration:none;
  transition:color 0.2s;
}
.nav-links a:hover{color:var(--blue)}
.lang-wrap{display:flex;align-items:center;gap:6px;background:#F0F0F0;border-radius:20px;padding:4px}
.lang-btn{
  padding:5px 14px;border-radius:16px;font-size:12px;font-weight:700;
  border:none;cursor:pointer;background:transparent;color:#888;
  font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;transition:all 0.2s;
}
.lang-btn.active{background:var(--blue);color:#fff}
.nav-cta{
  background:var(--green);color:var(--black) !important;
  padding:10px 22px;border-radius:10px;
  font-size:13px;font-weight:700;
  display:flex;align-items:center;gap:8px;
}
.nav-cta::before{content:'🎯';font-size:14px}

/* HERO */
.hero{
  min-height:88vh;
  background:linear-gradient(135deg,#F5F3EE 55%,#EAF4FF 100%);
  padding:3rem 3rem 2rem;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:2rem;
  align-items:center;
  position:relative;
  overflow:hidden;
}
.hero::before{
  content:'';
  position:absolute;top:-100px;right:200px;
  width:500px;height:500px;
  background:radial-gradient(circle,rgba(37,99,255,0.06) 0%,transparent 70%);
  border-radius:50%;
  pointer-events:none;
}
.hero-left{position:relative;z-index:2}
.hero-badge{
  display:inline-flex;align-items:center;gap:8px;
  background:var(--white);
  border:2px solid var(--blue);
  border-radius:30px;
  padding:6px 16px;
  font-size:12px;font-weight:700;
  color:var(--blue);
  letter-spacing:0.05em;
  text-transform:uppercase;
  margin-bottom:1.5rem;
}
.hero-badge span{
  background:var(--blue);color:#fff;
  border-radius:20px;padding:2px 8px;font-size:10px;
}
h1{
  font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;
  font-size:clamp(2.8rem,5vw,4.2rem);
  font-weight:900;
  line-height:1.08;
  margin-bottom:1.5rem;
  letter-spacing:-1.5px;
  color:var(--black);
}
h1 .blue{color:var(--blue)}
h1 .underline{
  position:relative;display:inline-block;
}
h1 .underline::after{
  content:'';
  position:absolute;bottom:-4px;left:0;right:0;
  height:4px;background:var(--green);
  border-radius:2px;
}
.hero-desc{
  font-size:16px;font-weight:400;
  color:#555;line-height:1.7;
  max-width:440px;
  margin-bottom:2rem;
}
.hero-desc strong{color:var(--black);font-weight:700}
.hero-btns{display:flex;gap:1rem;flex-wrap:wrap;align-items:center}
.btn-main{
  background:var(--green);color:var(--black);
  padding:14px 28px;
  border-radius:12px;
  font-size:15px;font-weight:700;
  text-decoration:none;
  display:flex;align-items:center;gap:8px;
  transition:all 0.2s;
  box-shadow:0 4px 16px rgba(173,255,47,0.4);
}
.btn-main:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(173,255,47,0.5)}
.btn-outline{
  background:transparent;color:var(--blue);
  border:2px solid var(--blue);
  padding:12px 24px;
  border-radius:12px;
  font-size:15px;font-weight:600;
  text-decoration:none;
  transition:all 0.2s;
}
.btn-outline:hover{background:var(--blue);color:#fff}
.hero-trust{
  display:flex;align-items:center;gap:1rem;
  margin-top:2rem;
}
.trust-avatars{display:flex}
.trust-avatars span{
  width:32px;height:32px;border-radius:50%;
  border:2px solid var(--white);
  background:var(--blue);color:#fff;
  font-size:11px;font-weight:700;
  display:flex;align-items:center;justify-content:center;
  margin-left:-8px;
}
.trust-avatars span:first-child{margin-left:0}
.trust-avatars span:nth-child(2){background:var(--pink)}
.trust-avatars span:nth-child(3){background:var(--teal)}
.trust-text{font-size:13px;color:#666;font-weight:500}
.trust-text strong{color:var(--black)}

/* HERO RIGHT - Photo Collage */
.hero-right{
  position:relative;
  height:500px;
}
.photo-card{
  position:absolute;
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 12px 40px rgba(0,0,0,0.12);
}
.photo-card img{width:100%;height:100%;object-fit:cover}
.photo-card.p1{
  width:200px;height:230px;
  top:0;right:60px;
  background:linear-gradient(135deg,#FFD60A,#FF9A3C);
}
.photo-card.p2{
  width:180px;height:200px;
  bottom:20px;left:20px;
  background:linear-gradient(135deg,#00C9B1,#2563FF);
}
.photo-card.p3{
  width:170px;height:190px;
  bottom:40px;right:10px;
  background:linear-gradient(135deg,#FF6B8A,#FF9A3C);
}
.photo-person{
  width:100%;height:100%;
  display:flex;align-items:center;justify-content:center;
  font-size:4rem;
}
.float-badge{
  position:absolute;
  background:var(--white);
  border-radius:14px;
  padding:10px 16px;
  display:flex;align-items:center;gap:10px;
  box-shadow:0 8px 24px rgba(0,0,0,0.1);
  font-size:13px;font-weight:600;
  white-space:nowrap;
}
.float-badge.fb1{top:50px;left:0}
.float-badge.fb2{top:160px;right:-10px}
.float-badge.fb3{bottom:80px;left:60px}
.badge-icon{
  width:32px;height:32px;border-radius:8px;
  display:flex;align-items:center;justify-content:center;
  font-size:16px;
}
.badge-icon.blue{background:#EEF2FF}
.badge-icon.green{background:#F0FFF0}
.badge-icon.orange{background:#FFF7ED}
.badge-num{font-size:15px;font-weight:800;color:var(--black)}
.badge-label{font-size:11px;color:#888;font-weight:500}

/* Doodle SVG decorations */
.doodle{position:absolute;pointer-events:none}
.doodle.rocket{top:10px;right:0;width:80px;opacity:0.7}
.doodle.bulb{bottom:160px;left:50px;width:60px;opacity:0.6}
.doodle.arrow{top:260px;left:160px;width:100px;opacity:0.4}

/* STATS */
.stats{
  background:var(--blue);
  padding:2rem 3rem;
  display:grid;grid-template-columns:repeat(4,1fr);
}
.stat{
  text-align:center;padding:1rem;
  border-right:1px solid rgba(255,255,255,0.15);
}
.stat:last-child{border:none}
.stat-n{
  font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;
  font-size:2.2rem;font-weight:900;
  color:#fff;display:block;
}
.stat-n em{color:var(--green);font-style:normal}
.stat-l{font-size:12px;color:rgba(255,255,255,0.6);text-transform:uppercase;letter-spacing:0.08em;margin-top:4px}

/* SERVICES */
.services{padding:5rem 3rem;background:var(--white)}
.sec-head{text-align:center;margin-bottom:3.5rem}
.sec-tag{
  display:inline-block;
  background:var(--blue);color:#fff;
  font-size:11px;font-weight:700;letter-spacing:0.1em;
  text-transform:uppercase;
  padding:6px 16px;border-radius:20px;
  margin-bottom:1rem;
}
h2{
  font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;
  font-size:clamp(1.8rem,3vw,2.6rem);
  font-weight:900;letter-spacing:-0.5px;
  color:var(--black);
  margin-bottom:0.75rem;
}
.sec-sub{font-size:15px;color:#888;max-width:440px;margin:0 auto;line-height:1.6}
.services-grid{
  display:grid;grid-template-columns:repeat(3,1fr);
  gap:1.5rem;max-width:1100px;margin:0 auto;
}
.svc{
  border-radius:20px;
  padding:2rem;
  position:relative;overflow:hidden;
  transition:transform 0.2s;
  cursor:default;
}
.svc:hover{transform:translateY(-4px)}
.svc.c1{background:#EEF2FF}
.svc.c2{background:#F0FFF9}
.svc.c3{background:#FFF0F6}
.svc.c4{background:#FFFBEA}
.svc.c5{background:#F0F7FF}
.svc.c6{background:#F5F0FF}
.svc-num{
  position:absolute;top:1.5rem;right:1.5rem;
  font-size:13px;font-weight:800;
  opacity:0.15;color:var(--black);
}
.svc-icon{
  font-size:2.2rem;margin-bottom:1rem;display:block;
}
.svc h3{font-size:16px;font-weight:700;margin-bottom:0.5rem;color:var(--black)}
.svc p{font-size:13px;color:#666;line-height:1.6}
.svc-tag{
  display:inline-block;
  background:rgba(37,99,255,0.1);color:var(--blue);
  font-size:11px;font-weight:700;
  padding:3px 10px;border-radius:20px;
  margin-top:1rem;
}
.svc.c3 .svc-tag{background:rgba(255,107,138,0.1);color:var(--pink)}
.svc.c4 .svc-tag{background:rgba(255,154,60,0.1);color:var(--orange)}
.svc.c5 .svc-tag{background:rgba(0,201,177,0.1);color:var(--teal)}
.svc.c6 .svc-tag{background:rgba(130,80,255,0.12);color:#8250FF}

/* HOW */
.how{padding:5rem 3rem;background:var(--bg)}
.steps-wrap{
  display:grid;grid-template-columns:repeat(4,1fr);
  gap:1.5rem;max-width:1100px;margin:0 auto;
  position:relative;
}
.steps-wrap::before{
  content:'';
  position:absolute;top:36px;left:15%;right:15%;
  height:2px;
  background:repeating-linear-gradient(90deg,var(--blue) 0,var(--blue) 8px,transparent 8px,transparent 16px);
  z-index:0;
}
.step-item{text-align:center;padding:1.5rem 1rem;position:relative;z-index:1}
.step-circle{
  width:72px;height:72px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  font-size:1.6rem;
  margin:0 auto 1.25rem;
  font-weight:900;font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;
  border:3px solid var(--white);
  box-shadow:0 4px 16px rgba(0,0,0,0.1);
}
.step-circle.s1{background:var(--blue);color:#fff}
.step-circle.s2{background:var(--green);color:var(--black)}
.step-circle.s3{background:var(--pink);color:#fff}
.step-circle.s4{background:var(--teal);color:#fff}
.step-item h3{font-size:15px;font-weight:700;margin-bottom:0.5rem}
.step-item p{font-size:13px;color:#777;line-height:1.6}

/* WHY */
.why{padding:5rem 3rem;background:var(--white)}
.why-grid{
  display:grid;grid-template-columns:1fr 1fr;
  gap:4rem;align-items:center;max-width:1100px;margin:0 auto;
}
.why-left .sec-tag{text-align:left}
.why-left h2{text-align:left;margin-bottom:1rem}
.why-left p{font-size:15px;color:#555;line-height:1.8;margin-bottom:1.5rem}
.why-items{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.why-item{
  background:var(--bg);
  border-radius:16px;padding:1.25rem;
}
.why-item-icon{font-size:1.5rem;margin-bottom:0.5rem;display:block}
.why-item h4{font-size:14px;font-weight:700;margin-bottom:0.25rem}
.why-item p{font-size:12px;color:#888;line-height:1.5;margin:0}
.why-right{
  background:var(--bg);border-radius:24px;padding:2rem;
  position:relative;
}
.cert-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.cert{
  background:var(--white);border-radius:16px;
  padding:1.5rem;text-align:center;
  border:1px solid #F0F0F0;
}
.cert-icon{font-size:2rem;display:block;margin-bottom:0.5rem}
.cert-title{font-size:13px;font-weight:700;color:var(--black)}
.cert-sub{font-size:11px;color:#aaa;margin-top:2px}
.rating{
  background:var(--blue);color:#fff;
  border-radius:16px;padding:1.5rem;
  text-align:center;margin-top:1rem;
}
.rating-num{
  font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;
  font-size:3rem;font-weight:900;color:#fff;display:block;
}
.stars{color:var(--yellow);font-size:18px;margin:4px 0}
.rating-label{font-size:13px;color:rgba(255,255,255,0.7)}

/* LOCATIONS */
.locs{padding:4rem 3rem;background:var(--blue);text-align:center}
.locs h2{color:#fff;margin-bottom:0.75rem}
.locs p{color:rgba(255,255,255,0.6);font-size:15px;margin-bottom:2rem}
.loc-pills{display:flex;flex-wrap:wrap;gap:0.75rem;justify-content:center;max-width:800px;margin:0 auto}
.loc-pill{
  background:rgba(255,255,255,0.12);
  border:1px solid rgba(255,255,255,0.2);
  border-radius:12px;padding:10px 20px;
  font-size:13px;font-weight:600;color:#fff;
  display:flex;align-items:center;gap:8px;
  backdrop-filter:blur(4px);
}
.loc-pill.main{background:var(--green);color:var(--black);border-color:var(--green)}

/* CTA */
.cta{
  padding:6rem 3rem;
  background:var(--bg);
  text-align:center;
  position:relative;overflow:hidden;
}
.cta::before{
  content:'🚀';
  position:absolute;top:2rem;right:8%;
  font-size:5rem;opacity:0.08;
  transform:rotate(15deg);
}
.cta::after{
  content:'💡';
  position:absolute;bottom:2rem;left:6%;
  font-size:4rem;opacity:0.08;
}
.cta h2{margin-bottom:1rem;font-size:clamp(1.8rem,3vw,2.8rem)}
.cta h2 .blue{color:var(--blue)}
.cta p{font-size:16px;color:#888;margin-bottom:2rem;max-width:480px;margin-left:auto;margin-right:auto}
.contact-row{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;margin-top:2.5rem}
.contact-chip{
  background:var(--white);
  border:1px solid #E8E8E8;
  border-radius:12px;padding:12px 20px;
  font-size:14px;font-weight:500;
  display:flex;align-items:center;gap:10px;
  color:#444;
}
.contact-chip span.ci{font-size:18px}

/* FOOTER */
footer{
  background:var(--black);
  padding:2rem 3rem;
  display:flex;align-items:center;justify-content:space-between;
  flex-wrap:wrap;gap:1rem;
}
.f-logo{
  font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;
  font-size:18px;font-weight:900;color:#fff;
}
.f-logo .blue{color:var(--green)}
footer p{font-size:12px;color:#555}
.f-links{display:flex;gap:1.5rem}
.f-links a{font-size:12px;color:#555;text-decoration:none;transition:color 0.2s}
.f-links a:hover{color:#fff}


/* HERO ONLY ANIMATIONS */
.hero-left > *{animation:heroFadeUp .75s ease both}
.hero-badge{animation-delay:.05s}
h1{animation-delay:.14s}
.hero-desc{animation-delay:.24s}
.hero-btns{animation-delay:.34s}
.hero-trust{animation-delay:.44s}
@keyframes heroFadeUp{from{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}
.photo-card{animation:heroFloat 5.5s ease-in-out infinite}
.photo-card.p2{animation-delay:.8s}
.photo-card.p3{animation-delay:1.3s}
@keyframes heroFloat{0%,100%{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-16px) rotate(1.5deg)}}
.float-badge{animation:badgeFloat 4.8s ease-in-out infinite}
.float-badge.fb2{animation-delay:.7s}
.float-badge.fb3{animation-delay:1.2s}
@keyframes badgeFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
.doodle path,.doodle circle{stroke-dasharray:120;stroke-dashoffset:120;animation:drawLine 3s ease forwards infinite alternate}
@keyframes drawLine{to{stroke-dashoffset:0}}
.btn-main{position:relative;overflow:hidden}
.btn-main::after{content:'';position:absolute;inset:0;background:linear-gradient(120deg,transparent,rgba(255,255,255,.45),transparent);transform:translateX(-130%);animation:buttonShine 3.5s ease-in-out infinite}
@keyframes buttonShine{0%,55%{transform:translateX(-130%)}100%{transform:translateX(130%)}}

/* CONTACT WITH MAP */
.contact{padding:5.5rem 3rem;background:#fff}
.contact-wrap{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:.9fr 1.1fr .95fr;gap:2rem;align-items:stretch}
.contact-info h2{text-align:left;margin:1rem 0}
.contact-info p{font-size:15px;color:#666;line-height:1.7;margin-bottom:1.6rem}
.contact-list{display:grid;gap:1rem}
.contact-item{display:flex;align-items:center;gap:12px;font-size:14px;color:#222}
.contact-item span{width:42px;height:42px;border:1px solid rgba(37,99,255,.18);border-radius:50%;display:grid;place-items:center;background:#f7faff}
.map-card,.contact-form{background:#fff;border:1px solid #ececec;border-radius:22px;box-shadow:0 18px 45px rgba(0,0,0,.06);overflow:hidden}
.map-card iframe{width:100%;height:100%;min-height:430px;border:0;display:block}
.contact-form{padding:1.5rem;display:grid;gap:1rem}
.contact-form input,.contact-form textarea{width:100%;border:1px solid #e7e7e7;border-radius:12px;padding:14px 16px;font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;font-size:14px;outline:none;transition:.2s;background:#fff}
.contact-form textarea{min-height:130px;resize:vertical}
.contact-form input:focus,.contact-form textarea:focus{border-color:var(--blue);box-shadow:0 0 0 4px rgba(37,99,255,.08)}
.form-submit{border:0;justify-content:center;font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;cursor:pointer}
@media(max-width:1000px){.contact-wrap{grid-template-columns:1fr}.map-card iframe{height:360px}}
@media(max-width:640px){.contact{padding:4rem 1.25rem}.map-card iframe{height:320px}}



/* LOGO + EXTRA SECTIONS */
.logo{display:flex;align-items:center}
.logo-mark{width:34px;height:34px;margin-right:8px;object-fit:contain}
.trusted-platforms{padding:3rem 3rem;background:var(--white);border-top:1px solid rgba(0,0,0,.04)}
.trusted-inner{max-width:1100px;margin:0 auto;background:#fff;border:1px solid #eee;border-radius:22px;padding:1.5rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;box-shadow:0 18px 45px rgba(0,0,0,.045)}
.trusted-title{font-size:12px;font-weight:800;letter-spacing:.1em;color:#555}
.platform-logos{display:flex;align-items:center;gap:2rem;flex-wrap:wrap}
.platform-logos img{width:38px;height:38px;object-fit:contain;filter:grayscale(100%);opacity:.72;transition:.25s ease}
.platform-logos img:hover{filter:none;opacity:1;transform:translateY(-4px)}
.portfolio{padding:5rem 3rem;background:var(--bg)}
.portfolio-grid,.blog-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.portfolio-card,.blog-card{background:#fff;border-radius:22px;padding:2rem;border:1px solid #eee;box-shadow:0 18px 45px rgba(0,0,0,.045);transition:.25s ease;min-height:260px}
.portfolio-card:hover,.blog-card:hover{transform:translateY(-6px);box-shadow:0 24px 60px rgba(0,0,0,.08)}
.portfolio-card span,.blog-card span{display:inline-block;background:rgba(37,99,255,.1);color:var(--blue);font-size:11px;font-weight:800;padding:5px 12px;border-radius:20px;margin-bottom:1rem}
.portfolio-card h3,.blog-card h3{font-size:20px;line-height:1.25;margin-bottom:1rem;color:var(--black)}
.portfolio-card p,.blog-card p{font-size:14px;color:#666;line-height:1.7}
.pc1{background:linear-gradient(135deg,#fff,#EEF2FF)}
.pc2{background:linear-gradient(135deg,#fff,#F0FFF9)}
.pc3{background:linear-gradient(135deg,#fff,#FFF0F6)}
.blog{padding:5rem 3rem;background:#fff}
@media(max-width:900px){.portfolio-grid,.blog-grid{grid-template-columns:1fr}.trusted-inner{align-items:flex-start;flex-direction:column}}


/* === AGGRESSIVE FULL WIDTH FIX v2 === */
html{
  margin:0 !important;
  padding:0 !important;
  width:100% !important;
  max-width:100% !important;
  overflow-x:hidden !important;
}

body{
  margin:0 !important;
  padding:0 !important;
  width:100% !important;
  max-width:100% !important;
  overflow-x:hidden !important;
  background:linear-gradient(135deg,#F5F3EE 55%,#EAF4FF 100%) !important;
}

body::before,
body::after{
  display:none !important;
}

nav,
.hero,
.stats,
.services,
.how,
.why,
.trusted-platforms,
.portfolio,
.blog,
.contact,
footer{
  width:100vw !important;
  max-width:100vw !important;
  margin-left:calc(50% - 50vw) !important;
  margin-right:calc(50% - 50vw) !important;
  left:auto !important;
  right:auto !important;
  box-sizing:border-box !important;
}

nav{
  top:0 !important;
  margin-top:0 !important;
  border-radius:0 !important;
  box-shadow:0 2px 20px rgba(0,0,0,.06) !important;
}

.hero{
  min-height:calc(100vh - 70px) !important;
  margin-top:0 !important;
  padding:4.4rem clamp(2rem,5vw,5rem) 3rem !important;
  grid-template-columns:minmax(420px,.9fr) minmax(520px,1.1fr) !important;
  gap:clamp(2rem,4vw,5rem) !important;
}

.hero-left{
  max-width:620px !important;
}

.hero h1{
  font-size:clamp(3.4rem,5.6vw,6.2rem) !important;
  line-height:.95 !important;
}

.hero-desc{
  font-size:18px !important;
  max-width:560px !important;
}

.hero-right{
  height:620px !important;
  min-height:620px !important;
  width:100% !important;
}

.photo-card.p1{
  width:250px !important;
  height:280px !important;
  top:10px !important;
  right:100px !important;
}

.photo-card.p2{
  width:240px !important;
  height:250px !important;
  bottom:25px !important;
  left:85px !important;
}

.photo-card.p3{
  width:235px !important;
  height:255px !important;
  bottom:55px !important;
  right:45px !important;
}

.float-badge.fb1{
  top:95px !important;
  left:40px !important;
}

.float-badge.fb2{
  top:210px !important;
  right:18px !important;
}

.float-badge.fb3{
  bottom:100px !important;
  left:130px !important;
}

.doodle.rocket{
  top:20px !important;
  right:15px !important;
}

.doodle.bulb{
  bottom:170px !important;
  left:95px !important;
}

.doodle.arrow{
  top:315px !important;
  left:280px !important;
}

section,
div{
  box-sizing:border-box;
}

#services,
#hakkimizda,
#referanslar,
#blog,
#contact{
  scroll-margin-top:82px;
}

@media(max-width:1100px){
  .hero{
    grid-template-columns:1fr !important;
    padding:3.4rem 1.4rem 3rem !important;
  }
  .hero-right{
    height:520px !important;
    min-height:520px !important;
  }
}

@media(max-width:700px){
  nav{
    padding:0 1rem !important;
  }
  .nav-links{
    display:none !important;
  }
  .hero{
    padding:2.6rem 1rem 2rem !important;
  }
  .hero h1{
    font-size:3.2rem !important;
  }
  .hero-right{
    height:440px !important;
    min-height:440px !important;
  }
  .photo-card.p1{
    right:10px !important;
    width:190px !important;
    height:210px !important;
  }
  .photo-card.p2{
    left:10px !important;
    width:180px !important;
    height:190px !important;
  }
  .photo-card.p3{
    right:0 !important;
    width:170px !important;
    height:180px !important;
  }
}


/* === LIGHTHOUSE ACCESSIBILITY + PERFORMANCE FIXES === */
.stat-l{color:rgba(255,255,255,.86)!important}
.cert-sub{color:#5f6875!important}
footer p,.f-links a{color:#b8c0cc!important}
.sec-sub{color:#5f6875!important}
.trust-text{color:#384150!important}
.badge-label{color:#4b5563!important}
.hero-desc{color:#384150!important}
.why-item p{color:#596273!important}
.contact-info p{color:#4b5563!important}
.platform-logos img{filter:none!important;opacity:.92!important}
.nav-links a{color:#2f3744!important}
.lang-btn{color:#596273!important}
.doodle{opacity:.78!important}
img{max-width:100%;height:auto}


.platform-logos img{display:none!important}
.platform-logos .platform-pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 14px;
  border-radius:14px;
  background:#fff;
  border:1px solid #ececec;
  box-shadow:0 8px 20px rgba(0,0,0,.04);
  font-size:13px;
  font-weight:800;
  color:#202633;
  transition:.25s ease;
}
.platform-logos .platform-pill:hover{
  transform:translateY(-4px);
  border-color:rgba(37,99,255,.24);
}
.platform-logos .platform-dot{
  width:10px;
  height:10px;
  border-radius:50%;
  display:inline-block;
}
.platform-dot.google{background:#4285F4}
.platform-dot.meta{background:#0866FF}
.platform-dot.tiktok{background:#111}
.platform-dot.shopify{background:#95BF47}
.platform-dot.wordpress{background:#21759B}
.platform-dot.analytics{background:#E37400}


/* === PERFORMANCE FINAL FIX === */
/* Daha hafif animasyon: Lighthouse TBT düşürme */
.photo-card,
.float-badge,
.doodle path,
.doodle circle,
.btn-main::after{
  will-change:transform;
}

@media (max-width: 768px){
  .photo-card,
  .float-badge{
    animation-duration: 8s !important;
  }

  .doodle path,
  .doodle circle{
    animation:none !important;
    stroke-dashoffset:0 !important;
  }

  .btn-main::after{
    animation:none !important;
    display:none !important;
  }
}

@media (prefers-reduced-motion: reduce){
  *,
  *::before,
  *::after{
    animation-duration:.001ms !important;
    animation-iteration-count:1 !important;
    scroll-behavior:auto !important;
    transition:none !important;
  }
}

/* Logo tıklanabilir alan */
.logo-link{
  display:flex;
  align-items:center;
  text-decoration:none;
  color:inherit;
}

.logo-link:hover{
  opacity:.92;
}


/* === MULTI PAGE SECTIONS === */
.page-hero{
  padding:5rem 3rem 4rem;
  background:linear-gradient(135deg,#F5F3EE 55%,#EAF4FF 100%);
  text-align:center;
}
.page-hero .sec-tag{margin-bottom:1rem}
.page-hero h1{
  font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;
  font-size:clamp(2.8rem,5vw,5rem);
  line-height:.95;
  letter-spacing:-2px;
  margin-bottom:1rem;
}
.page-hero p{
  max-width:760px;
  margin:0 auto;
  color:#4b5563;
  font-size:18px;
  line-height:1.7;
}
.page-content{
  padding:5rem 3rem;
  background:#fff;
}
.content-wrap{
  max-width:1100px;
  margin:0 auto;
}
.grid-2{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:2rem;
}
.grid-3{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1.5rem;
}
.info-card{
  background:#fff;
  border:1px solid #eee;
  border-radius:22px;
  padding:2rem;
  box-shadow:0 18px 45px rgba(0,0,0,.045);
}
.info-card h3{
  font-size:21px;
  margin-bottom:.75rem;
}
.info-card p,.info-card li{
  color:#5f6875;
  font-size:15px;
  line-height:1.75;
}
.info-card ul{
  padding-left:1.1rem;
  display:grid;
  gap:.55rem;
}
.service-detail{
  background:linear-gradient(135deg,#fff,#F7FAFF);
  border:1px solid #eee;
  border-radius:24px;
  padding:2rem;
  min-height:250px;
  position:relative;
  overflow:hidden;
  transition:.25s ease;
}
.service-detail:hover{transform:translateY(-6px);box-shadow:0 24px 60px rgba(0,0,0,.08)}
.service-detail span{
  display:inline-flex;
  width:52px;
  height:52px;
  border-radius:16px;
  align-items:center;
  justify-content:center;
  background:rgba(37,99,255,.1);
  color:var(--blue);
  font-size:26px;
  margin-bottom:1rem;
}
.service-detail h3{font-size:22px;margin-bottom:.7rem}
.service-detail p{color:#5f6875;line-height:1.7;font-size:15px}
.ref-card{
  background:#fff;
  border:1px solid #eee;
  border-radius:24px;
  padding:2rem;
  box-shadow:0 18px 45px rgba(0,0,0,.045);
}
.ref-card small{
  display:inline-block;
  background:rgba(37,99,255,.1);
  color:var(--blue);
  font-weight:800;
  border-radius:20px;
  padding:5px 12px;
  margin-bottom:1rem;
}
.ref-card h3{font-size:22px;margin-bottom:.75rem}
.ref-card p{color:#5f6875;line-height:1.7}
.blog-list{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1.5rem;
}
.blog-item{
  background:#fff;
  border:1px solid #eee;
  border-radius:22px;
  padding:1.75rem;
  box-shadow:0 18px 45px rgba(0,0,0,.045);
}
.blog-item h2,.blog-item h3{
  font-size:22px;
  line-height:1.25;
  margin-bottom:.75rem;
}
.blog-item p{
  color:#5f6875;
  line-height:1.7;
  font-size:15px;
}
.blog-item a.read-more{
  display:inline-flex;
  margin-top:1rem;
  color:var(--blue);
  font-weight:800;
}
.single-wrap{
  max-width:860px;
  margin:0 auto;
  font-size:18px;
  line-height:1.85;
}
.single-wrap h2,.single-wrap h3{margin:2rem 0 1rem}
.single-wrap p{margin-bottom:1rem;color:#374151}
@media(max-width:900px){
  .grid-2,.grid-3,.blog-list{grid-template-columns:1fr}
  .page-hero,.page-content{padding-left:1.25rem;padding-right:1.25rem}
}
