/* ============================================
   Furkan Bircan — site stylesheet (rebuild)
   ============================================ */
:root{
  --dark:#081203;
  --dark2:#0D1609;
  --card-dark:#16241B;
  --green:#324F3C;
  --mint:#BFE8AC;
  --mint2:#E2F3D9;
  --light:#EAEFEA;
  --gray:#F7F7F7;
  --ink:#111111;
  --white:#ffffff;
  --navy:#232E63;
  --maroon:#4B0D0D;
  --radius:28px;
  --shadow:0 10px 40px rgba(0,0,0,.10);
  --font:'Satoshi','Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:var(--font);color:var(--ink);background:var(--white);-webkit-font-smoothing:antialiased;overflow-x:hidden}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
ul{list-style:none}
.container{max-width:1400px;margin:0 auto;padding:0 24px}

/* ---------- Header ---------- */
.site-header{position:sticky;top:0;z-index:1000;padding:10px 14px;transition:padding .3s}
.header-inner{background:var(--dark);border-radius:22px;display:flex;align-items:center;justify-content:space-between;padding:14px 28px;box-shadow:var(--shadow)}
.site-header.transparent{position:absolute;left:0;right:0;top:0;padding:0}
.site-header.transparent .header-inner{background:transparent;box-shadow:none;border-radius:0;padding:22px 40px}
.logo img{height:44px;width:auto}
.page-title-center{color:var(--white);font-size:clamp(22px,3.4vw,44px);font-weight:500;letter-spacing:.5px;text-align:center;flex:1;padding:0 16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.main-nav{display:flex;align-items:center;gap:34px}
.main-nav a,.main-nav .drop-toggle{color:var(--white);font-size:15px;font-weight:500;cursor:pointer;position:relative;background:none;border:none;font-family:inherit}
.main-nav a:hover,.main-nav a.active{text-decoration:underline;text-underline-offset:6px}
.dropdown{position:relative}
.main-nav .drop-toggle{display:inline-flex;align-items:center;gap:7px;white-space:nowrap}
.main-nav .drop-toggle:after{content:"";width:7px;height:7px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:translateY(-2px) rotate(45deg);transition:transform .2s ease}
.dropdown.open>.drop-toggle:after{transform:translateY(1px) rotate(-135deg)}
.drop-menu{position:absolute;top:calc(100% + 14px);right:0;background:var(--dark);border:1px solid rgba(255,255,255,.10);border-radius:18px;padding:12px;min-width:270px;max-width:min(320px,90vw);max-height:min(70vh,520px);overflow-y:auto;overscroll-behavior:contain;display:none;flex-direction:column;gap:2px;box-shadow:0 18px 44px rgba(0,0,0,.4);z-index:2000}
.dropdown:after{content:"";position:absolute;left:0;right:0;top:100%;height:16px;pointer-events:none}
.dropdown:hover .drop-menu,.dropdown.open .drop-menu{display:flex}
.dropdown:hover:after{pointer-events:auto}
.drop-menu a{display:block;padding:11px 14px;border-radius:10px;font-size:14px;line-height:1.35;white-space:normal}
.drop-menu a:hover{background:var(--card-dark);text-decoration:none}
.burger{display:none;background:none;border:none;cursor:pointer;width:40px;height:40px;position:relative;flex:0 0 auto}
.burger span{display:block;width:24px;height:2px;background:#fff;margin:5px auto;transition:.3s}
body.nav-open{overflow:hidden}
body.nav-open .wa-float{display:none}
body.nav-open .page-hero,body.nav-open .site-header{z-index:1700}
/* ---------- Page hero band ---------- */
.page-hero{background:var(--dark);margin:10px 14px;border-radius:26px;padding:56px 40px;display:flex;align-items:center;justify-content:space-between;gap:24px;position:relative;z-index:100}
.page-hero:before{content:"";position:absolute;inset:0;border-radius:inherit;background:
  radial-gradient(60% 120% at 50% 0%,rgba(191,232,172,.10),transparent 60%);pointer-events:none}
.page-hero .logo{position:relative;z-index:2}
.page-hero h1{color:var(--white);font-weight:500;font-size:clamp(34px,5vw,64px);text-align:center;flex:1;position:relative;z-index:2}
.page-hero .main-nav{position:relative;z-index:2}

/* ---------- Buttons ---------- */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:16px 34px;border-radius:14px;font-weight:600;font-size:16px;cursor:pointer;transition:transform .25s ease, box-shadow .25s ease;border:1px solid transparent}
.btn:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(0,0,0,.18)}
.btn-light{background:var(--white);color:var(--ink)}
.btn-dark{background:var(--dark);color:var(--white)}
.btn-pill{border-radius:999px}
.btn-block{width:100%}

/* ---------- Floating WhatsApp ---------- */
.wa-float{position:fixed;right:26px;bottom:26px;z-index:1200;width:62px;height:62px;border-radius:50%;background:#25D366;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px rgba(0,0,0,.25);transition:transform .25s}
.wa-float:hover{transform:scale(1.08)}
.wa-float svg{width:34px;height:34px;fill:#fff}

/* ---------- Reveal animations ---------- */
.reveal{opacity:0;transform:translateY(36px);transition:opacity .8s ease,transform .8s ease}
.reveal.visible{opacity:1;transform:none}
.reveal-d1{transition-delay:.12s}
.reveal-d2{transition-delay:.24s}
.reveal-d3{transition-delay:.36s}

/* ---------- HOME hero ---------- */
.hero-home{position:relative;min-height:100vh;background:#000;color:var(--white);display:flex;flex-direction:column;justify-content:center;overflow:hidden}
.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.9}
.hero-shade{position:absolute;inset:0;background:radial-gradient(80% 90% at 50% 40%,rgba(8,40,20,.35),rgba(0,0,0,.72))}
.hero-person{position:absolute;left:0;bottom:0;height:92%;width:auto;object-fit:contain;object-position:left bottom;z-index:2;pointer-events:none}
.hero-content{position:relative;z-index:3;text-align:center;padding:120px 20px 60px}
.hero-content h1{font-size:clamp(44px,7.4vw,110px);line-height:1.08;font-weight:500;letter-spacing:-1px;color:#dfe8de}
.hero-content h1 .line-italic{font-style:italic;font-weight:500;color:var(--mint);display:block}
.hero-content h1 .line{display:block}
.hero-exp{margin-top:56px;display:flex;align-items:center;justify-content:center;gap:14px;color:#e8efe6}
.hero-exp .laurel{font-size:34px;opacity:.85}
.hero-exp .num{font-size:44px;font-weight:400}
.hero-exp .lbl{text-align:left;font-size:15px;line-height:1.25;opacity:.9}
.hero-nav{position:absolute;top:0;left:0;right:0;z-index:5;display:flex;align-items:center;justify-content:space-between;padding:26px 44px}

/* ---------- Testimonials (home) ---------- */
.testimonials{background:var(--dark);margin:12px;border-radius:26px;padding:60px 8px 60px;color:var(--white);position:relative}
.testimonials h2{font-size:clamp(28px,3.6vw,46px);font-weight:500;padding:0 48px;margin-bottom:44px}
.testi-track{display:flex;gap:0;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}
.testi-track::-webkit-scrollbar{display:none}
.testi-card{min-width:33.33%;scroll-snap-align:start;padding:0 34px;border-left:1px solid rgba(255,255,255,.14);display:flex;flex-direction:column;gap:20px}
.testi-card:first-child{border-left:none}
.testi-bubble{background:#121D12;border:1px solid rgba(255,255,255,.06);border-radius:18px;padding:22px;font-size:14.5px;line-height:1.55;color:#cfd8cd}
.testi-name{display:inline-flex;align-items:center;gap:10px;background:#121D12;border-radius:999px;padding:8px 18px 8px 8px;font-size:14px;width:max-content}
.testi-name img{width:30px;height:30px;border-radius:50%}
.testi-video{border-radius:16px;overflow:hidden;aspect-ratio:16/9;background:#000}
.testi-video iframe{width:100%;height:100%;border:0}
.carousel-arrows{display:flex;gap:12px;justify-content:center;margin-top:34px}
.carousel-arrows button{width:46px;height:46px;border-radius:50%;border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.08);color:#fff;font-size:18px;cursor:pointer;transition:.25s}
.carousel-arrows button:hover{background:rgba(255,255,255,.2)}
.arrows-dark button{border-color:rgba(0,0,0,.2);background:rgba(0,0,0,.05);color:var(--ink)}
.arrows-dark button:hover{background:rgba(0,0,0,.12)}

/* ---------- Services grid (home) ---------- */
.services{background:var(--gray);margin:12px;border-radius:26px;padding:60px 40px}
.services h2{font-size:clamp(30px,4vw,52px);font-weight:500;margin-bottom:40px}
.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.svc-card{border-radius:18px;padding:26px;min-height:250px;display:flex;flex-direction:column;justify-content:space-between;font-size:clamp(20px,1.9vw,28px);font-weight:600;line-height:1.2;transition:transform .3s ease,box-shadow .3s ease;border:1px solid rgba(0,0,0,.06)}
.svc-card:hover{transform:translateY(-6px);box-shadow:0 16px 34px rgba(0,0,0,.14)}
.svc-card .emoji{font-size:40px}
.svc-dark{background:var(--green);color:var(--mint)}
.svc-light{background:var(--light);color:var(--green)}

/* ---------- Story sections (home) ---------- */
.story-title{text-align:center;font-size:clamp(30px,4.4vw,56px);font-weight:500;margin:90px 20px 20px}
.story{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;max-width:1200px;margin:70px auto;padding:0 32px}
.story .img-wrap{border-radius:26px;overflow:hidden}
.story .img-wrap img{width:100%;max-width:480px;margin:0 auto;border-radius:26px}
.story h3{font-size:clamp(34px,4.6vw,58px);font-weight:500;margin-bottom:18px}
.story p{font-size:clamp(17px,1.6vw,22px);line-height:1.5;color:#222}
.story p + p{margin-top:16px}
.story.flip .img-wrap{order:2}

/* ---------- Danışanlar carousel ---------- */
.clients{padding:70px 0 90px;overflow:hidden}
.clients h2{font-size:clamp(26px,3.2vw,40px);font-weight:500;padding:0 44px;margin-bottom:36px}
.clients-track{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;padding:0 44px;scrollbar-width:none}
.clients-track::-webkit-scrollbar{display:none}
.client-card{position:relative;min-width:256px;height:392px;border-radius:8px;overflow:hidden;scroll-snap-align:start;background:#eee}
.client-card img{width:100%;height:100%;object-fit:cover}
.client-card .cap{position:absolute;left:0;right:0;bottom:0;padding:14px;background:linear-gradient(transparent,rgba(0,0,0,.72));color:#fff}
.client-card .cap b{display:block;font-size:15px;letter-spacing:.4px}
.client-card .cap span{font-size:11.5px;opacity:.85}

/* ---------- Footer ---------- */
.site-footer{background:var(--gray);margin:12px;border-radius:26px;padding:26px}
.footer-card{background:var(--white);border-radius:20px;padding:34px 40px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:26px}
.footer-card img{height:56px;width:auto}
.footer-links{display:flex;flex-wrap:wrap;gap:8px 26px;font-size:15px;color:#333}
.footer-links a:hover{text-decoration:underline}
.footer-bottom{display:flex;flex-wrap:wrap;gap:10px 30px;justify-content:center;padding:26px 10px 6px;font-size:15px;color:#444}
.footer-bottom a:hover{text-decoration:underline}

/* ---------- Marquee banner ---------- */
.marquee{overflow:hidden;border-radius:20px;padding:34px 0;position:relative}
.marquee-inner{display:flex;gap:60px;width:max-content;animation:marq 22s linear infinite;font-size:clamp(26px,3.4vw,44px);font-weight:500;white-space:nowrap}
@keyframes marq{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.marquee-green{background:linear-gradient(180deg,#EAF7E4,#D3EFC7);color:#3F7A3F}
.marquee-purple{background:linear-gradient(180deg,#E7E9FA,#C9CDF2);color:#5B63C7}

/* ---------- Section cards (service pages) ---------- */
.section-card{background:var(--gray);margin:12px;border-radius:26px;padding:48px 40px;overflow:hidden}
.section-card.white{background:var(--white);border:1px solid #eee}
.section-card.dark{background:var(--card-dark);color:var(--white)}
.section-card.navy{background:var(--navy);color:var(--white)}
.split{display:grid;grid-template-columns:1.05fr 1fr;gap:44px;align-items:center}
.split.flip>.split-img{order:2}
.split-img img{width:100%;max-width:560px;margin:0 auto}
.big-line{font-size:clamp(30px,4vw,54px);font-weight:500;line-height:1.15}
.big-line em{font-weight:700}
.lead{font-size:clamp(17px,1.7vw,22px);line-height:1.55;margin-top:18px}
.check-list{margin-top:22px;display:flex;flex-direction:column;gap:14px}
.check-list li{display:flex;gap:12px;align-items:flex-start;font-size:15.5px;line-height:1.45}
.check-list .ck{flex:none;width:20px;height:20px;border-radius:50%;border:1.6px solid currentColor;display:inline-flex;align-items:center;justify-content:center;font-size:11px;margin-top:2px}

/* ---------- Pricing cards ---------- */
.pricing{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:26px;max-width:1240px;margin:60px auto;padding:0 26px;align-items:start}
.price-card{border-radius:24px;padding:34px 30px;color:var(--white);background:var(--card-dark);box-shadow:var(--shadow);transition:transform .3s}
.price-card:hover{transform:translateY(-6px)}
.price-card.maroon{background:var(--maroon)}
.price-card.featured{transform:scale(1.03)}
.price-card .plan{font-style:italic;font-size:20px;font-weight:600}
.price-card .plan-note{font-size:13.5px;opacity:.75;margin-top:8px}
.price-card .amount{font-size:56px;font-weight:500;margin:14px 0 22px}
.price-card .btn{width:100%;margin-bottom:24px}
.price-card ul{display:flex;flex-direction:column;gap:12px}
.price-card li{display:flex;gap:10px;font-size:14.5px;line-height:1.4;align-items:flex-start}
.price-card li .ck{flex:none;width:18px;height:18px;border-radius:50%;border:1.5px solid rgba(255,255,255,.75);display:inline-flex;align-items:center;justify-content:center;font-size:10px;margin-top:2px}
.price-card .sub{font-weight:700;margin-top:10px;font-size:15px}
.amz{width:56px;opacity:.95;float:right;filter:invert(1)}
.price-row{display:flex;justify-content:space-between;gap:14px;align-items:center}
.price-tag{background:#fff;color:var(--ink);border-radius:12px;padding:10px 18px;font-weight:700;font-size:20px;white-space:nowrap}

/* ---------- Feature grid (UK page) ---------- */
.feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:34px}
.feature{background:var(--white);border-radius:16px;padding:24px;display:flex;gap:20px;align-items:flex-start;border:1px solid #eee}
.feature .fico{font-size:34px;background:var(--gray);border-radius:14px;padding:10px}
.feature b{display:block;font-size:17px;margin-bottom:6px}
.feature p{font-size:14.5px;color:#555;line-height:1.5}

/* ---------- FAQ ---------- */
.faq-wrap{background:var(--dark2);margin:12px;border-radius:26px;padding:54px 40px;color:var(--white)}
.faq-wrap h2{font-size:clamp(28px,3.6vw,46px);font-weight:500;margin-bottom:36px}
.faq-item{background:#F4F8F2;color:var(--ink);border-radius:16px;margin-bottom:14px;overflow:hidden;transition:background .3s}
.faq-item.open{background:#E9E9E9}
.faq-q{width:100%;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:22px 24px;font-size:17px;font-weight:600;background:none;border:none;cursor:pointer;text-align:left;font-family:inherit;color:inherit}
.faq-q .ic{font-size:22px;font-weight:300;color:#9aa39a;transition:transform .3s}
.faq-item.open .faq-q .ic{transform:rotate(45deg)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .45s ease}
.faq-a-inner{padding:0 24px 22px;font-size:14.5px;line-height:1.6;color:#555}
.faq-a-inner p+p{margin-top:12px}

/* ---------- Quote / ask section (SSS bottom) ---------- */
.ask{display:grid;grid-template-columns:1.2fr 1fr;gap:40px;align-items:end;max-width:1300px;margin:40px auto 0;padding:0 40px}
.ask h2{font-size:clamp(30px,4vw,54px);font-weight:500;margin-bottom:26px}
.ask h4{font-size:clamp(20px,2vw,27px);margin-top:26px}
.ask p{font-size:clamp(15px,1.6vw,19px);line-height:1.45;margin-top:6px;color:#333}
.ask img{width:100%;max-width:520px}

/* ---------- Legal pages ---------- */
.legal{max-width:900px;margin:60px auto 90px;padding:0 26px}
.legal h2{font-size:22px;margin:34px 0 10px}
.legal p,.legal li{font-size:16px;line-height:1.65;color:#333}
.legal ul{list-style:disc;padding-left:22px;display:flex;flex-direction:column;gap:6px;margin-top:8px}

/* ---------- Contact ---------- */
.contact-card{background:var(--white);border-radius:22px;padding:44px;max-width:900px;margin:34px auto;min-height:420px;display:flex;justify-content:space-between;gap:30px;background-image:radial-gradient(60% 80% at 15% 100%,rgba(255,214,120,.35),transparent 60%),radial-gradient(55% 75% at 92% 90%,rgba(150,222,120,.4),transparent 60%);box-shadow:var(--shadow)}
.contact-card .addr b{font-size:19px}
.contact-card .addr span{display:block;font-size:15px;color:#444;margin-top:4px}
.contact-card .tel{text-align:right;font-size:18px;font-weight:600}

/* ---------- Timeline (hakkımda) ---------- */
.tl{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:center;max-width:1150px;margin:64px auto;padding:0 30px}
.tl .ph{border-radius:22px;overflow:hidden;max-width:440px;margin:0 auto}
.tl .ph img{width:100%;border-radius:22px}
.tl p{font-size:clamp(18px,1.9vw,26px);line-height:1.4}
.tl.flip .ph{order:2}
.about-quote{display:grid;grid-template-columns:minmax(0,400px) 1fr;gap:50px;align-items:center;padding:70px 50px;text-align:left;position:relative;overflow:hidden;border-radius:26px;margin:12px;background:var(--gray)}
.about-quote .bgimg{position:relative;width:100%;max-width:400px;height:auto;object-fit:contain;border-radius:20px;opacity:1}
.about-quote h2{position:relative;font-size:clamp(28px,3.4vw,48px);font-weight:500;line-height:1.25}
.about-quote h2 em{font-weight:700}
.kimdir{background:var(--white);border:1px solid #eee;border-radius:26px;margin:12px;padding:70px 50px}
.kimdir h2{font-size:clamp(36px,5vw,64px);font-weight:500;line-height:1.1}

/* ---------- Videolu / generic service hero ---------- */
.svc-hero{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;max-width:1300px;margin:30px auto;padding:20px 34px}
.svc-hero img{width:100%;max-width:560px;margin:0 auto}
.svc-hero h2{font-size:clamp(30px,3.8vw,52px);font-weight:500;line-height:1.15}
.svc-hero .em{font-style:italic;font-weight:700}
.svc-hero p{font-size:clamp(17px,1.8vw,23px);line-height:1.5;margin-top:14px}

/* ---------- Video embed block ---------- */
.video-embed{border-radius:22px;overflow:hidden;aspect-ratio:16/9;background:#000;box-shadow:var(--shadow)}
.video-embed iframe{width:100%;height:100%;border:0}

/* ---------- Responsive ---------- */
@media (max-width:1080px){
  .services-grid{grid-template-columns:repeat(2,1fr)}
  .testi-card{min-width:50%}
  .feature-grid{grid-template-columns:1fr}
}
/* ---- Mobil / tablet menü (hizmetler açılır listesi dahil) ---- */
@media (max-width:1024px){
  .main-nav{position:fixed;inset:0;background:rgba(8,18,3,.98);flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0;
    padding:92px 22px calc(40px + env(safe-area-inset-bottom));
    overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;
    transform:translateX(100%);transition:transform .35s ease;z-index:1500;text-align:center}
  .main-nav.open{transform:none}
  .main-nav>a,.main-nav .drop-toggle{font-size:20px;padding:15px 8px;width:100%;justify-content:center;border-bottom:1px solid rgba(255,255,255,.09)}
  .dropdown{position:static;width:100%}
  .dropdown:after{display:none}
  .main-nav .drop-toggle{border-bottom:1px solid rgba(255,255,255,.09)}
  .drop-menu{position:static;background:rgba(255,255,255,.04);border:0;border-radius:12px;box-shadow:none;
    min-width:0;max-width:none;max-height:none;overflow:visible;
    display:none;padding:6px;margin:8px 0 14px;text-align:center}
  .dropdown:hover .drop-menu{display:none}
  .dropdown.open .drop-menu{display:flex}
  .main-nav .drop-menu a{font-size:16px;padding:13px 10px;border-radius:8px;color:#d6e6cc;border:0}
  .burger{display:block;z-index:1600}
  .burger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
  .burger.open span:nth-child(2){opacity:0}
  .burger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
  .page-hero h1{font-size:clamp(26px,4vw,40px)}
}
@media (max-width:820px){
  .page-hero{flex-wrap:wrap;padding:34px 22px}
  .page-hero h1{font-size:30px;order:3;width:100%;margin-top:16px}
  .split,.svc-hero,.story,.tl,.ask{grid-template-columns:1fr;gap:28px}
  .about-quote{grid-template-columns:1fr;gap:26px;padding:44px 24px;text-align:center}
  .about-quote .bgimg{max-width:260px;margin:0 auto}
  .split.flip>.split-img,.story.flip .img-wrap,.tl.flip .ph{order:0}
  .testi-card{min-width:86%}
  .hero-person{opacity:.85;height:56%;max-width:70%}
  .hero-content{padding-top:150px}
  .hero-nav{padding:20px 22px}
  .services{padding:40px 22px}
  .services-grid{grid-template-columns:1fr}
  .svc-card{min-height:170px}
  .contact-card{flex-direction:column}
  .contact-card .tel{text-align:left}
  .footer-card{flex-direction:column;align-items:flex-start}
  .faq-wrap{padding:38px 20px}
  .section-card{padding:34px 22px}
  .clients-track{padding:0 22px}
  .clients h2,.testimonials h2{padding:0 22px}
}

/* ============================================
   BLOG — liste, kart ve yazi detayi
   (mevcut renk/tipografi diliyle ayni)
   ============================================ */
.blog-intro{max-width:1000px;margin:70px auto 10px;padding:0 30px;text-align:center}
.blog-intro h2{font-size:clamp(30px,4.4vw,58px);font-weight:500;line-height:1.15}
.blog-intro h2 em{font-weight:700;font-style:italic}
.blog-intro p{font-size:clamp(16px,1.7vw,21px);line-height:1.55;color:#555;margin-top:18px;max-width:660px;margin-left:auto;margin-right:auto}

.blog-wrap{max-width:1300px;margin:0 auto 90px;padding:0 26px}

.blog-filters{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin:44px 0 10px}
.chip{background:var(--gray);color:#444;border:1px solid #e6e6e6;border-radius:999px;padding:10px 20px;font:600 14.5px var(--font);cursor:pointer;transition:background .2s,color .2s,transform .2s}
.chip:hover{transform:translateY(-2px)}
.chip.on{background:var(--dark);color:var(--mint);border-color:var(--dark)}

.blog-state{text-align:center;color:#666;font-size:17px;padding:70px 20px;line-height:1.6}
.blog-state a{text-decoration:underline;text-underline-offset:4px}

.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:26px;margin-top:34px}

.post-card{background:var(--white);border:1px solid #eee;border-radius:24px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 4px 18px rgba(0,0,0,.05);transition:transform .3s ease,box-shadow .3s ease}
.post-card:hover{transform:translateY(-6px);box-shadow:0 18px 44px rgba(0,0,0,.13)}
.post-card .pc-img{aspect-ratio:16/10;overflow:hidden;background:var(--gray)}
.post-card .pc-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.post-card:hover .pc-img img{transform:scale(1.05)}
.pc-img-empty{display:flex;align-items:center;justify-content:center;background:linear-gradient(140deg,var(--dark),var(--green))}
.pc-img-empty span{font-size:64px;font-weight:700;color:var(--mint);opacity:.85}
.pc-body{padding:24px 24px 26px;display:flex;flex-direction:column;flex:1}
.pc-meta{display:flex;flex-wrap:wrap;align-items:center;gap:10px;font-size:12.5px;color:#888;margin-bottom:12px}
.pc-cat{background:var(--mint2);color:#2C4A31;border-radius:999px;padding:5px 12px;font-weight:700;font-size:12px;letter-spacing:.2px}
.pc-draft{background:#FFE9B8;color:#7A5400}
.pc-body h3{font-size:21px;font-weight:600;line-height:1.3;margin-bottom:10px}
.pc-body p{font-size:14.8px;line-height:1.6;color:#606060;flex:1}
.pc-more{margin-top:18px;font-weight:600;font-size:14.5px;color:var(--green)}
.post-card:hover .pc-more{text-decoration:underline;text-underline-offset:4px}

/* ---------- Yazi detayi ---------- */
.post{max-width:820px;margin:60px auto 0;padding:0 26px}
.post-head .post-back{display:inline-block;font-size:14.5px;color:#666;margin-bottom:22px}
.post-head .post-back:hover{text-decoration:underline;text-underline-offset:4px}
.post-head .pc-cat{display:inline-block;margin-bottom:16px}
.post-head h1{font-size:clamp(30px,4.4vw,52px);font-weight:600;line-height:1.18;letter-spacing:-.4px}
.post-meta{display:flex;flex-wrap:wrap;gap:8px;align-items:center;color:#888;font-size:14.5px;margin-top:18px}
.post-cover{border-radius:24px;overflow:hidden;margin:36px 0 8px;box-shadow:var(--shadow)}
.post-cover img{width:100%;max-height:520px;object-fit:cover}

.post-body{font-size:17.5px;line-height:1.78;color:#2a2a2a;margin-top:38px}
.post-body>*+*{margin-top:20px}
.post-body h2{font-size:clamp(24px,3vw,32px);font-weight:600;line-height:1.25;margin-top:46px}
.post-body h3{font-size:clamp(20px,2.4vw,25px);font-weight:600;line-height:1.3;margin-top:36px}
.post-body h4{font-size:19px;font-weight:600;margin-top:28px}
.post-body a{color:var(--green);font-weight:600;text-decoration:underline;text-underline-offset:3px}
.post-body a:hover{color:var(--dark)}
.post-body strong,.post-body b{font-weight:700}
.post-body ul,.post-body ol{padding-left:24px;display:flex;flex-direction:column;gap:9px}
.post-body ul{list-style:disc}
.post-body ol{list-style:decimal}
.post-body li::marker{color:var(--green)}
.post-body blockquote{border-left:4px solid var(--mint);background:var(--gray);border-radius:0 16px 16px 0;padding:20px 26px;font-size:19px;line-height:1.6;color:#333;font-style:italic}
.post-body img{width:100%;border-radius:20px;margin:14px 0;box-shadow:var(--shadow)}
.post-body figure{margin:26px 0}
.post-body figcaption{font-size:13.5px;color:#888;text-align:center;margin-top:10px}
.post-body hr{border:none;border-top:1px solid #e8e8e8;margin:38px 0}
.post-body code{background:var(--gray);border-radius:6px;padding:2px 7px;font-size:15px;font-family:ui-monospace,Menlo,Consolas,monospace}
.post-body pre{background:var(--dark);color:var(--mint2);border-radius:16px;padding:20px 24px;overflow:auto;font-size:14.5px;line-height:1.6}
.post-body pre code{background:none;padding:0;color:inherit}
.post-body table{width:100%;border-collapse:collapse;font-size:15.5px}
.post-body th,.post-body td{border:1px solid #e8e8e8;padding:12px 14px;text-align:left}
.post-body th{background:var(--gray);font-weight:600}
.post-body iframe{width:100%;aspect-ratio:16/9;border:0;border-radius:18px}

.post-tags{display:flex;flex-wrap:wrap;gap:9px;margin-top:44px}
.post-tags span{background:var(--gray);color:#555;border-radius:999px;padding:7px 15px;font-size:13.5px;font-weight:500}

.post-cta{background:var(--card-dark);color:var(--white);border-radius:26px;padding:44px 38px;margin:56px 0 10px;text-align:center}
.post-cta h3{font-size:clamp(22px,2.8vw,30px);font-weight:600;line-height:1.3}
.post-cta p{font-size:16.5px;opacity:.82;margin:12px 0 26px}
.post-cta .btn-dark{background:var(--mint);color:var(--dark)}

.post-more{max-width:1300px;margin:80px auto 90px;padding:0 26px}
.post-more h2{font-size:clamp(24px,3vw,36px);font-weight:500;margin-bottom:6px}

@media (max-width:820px){
  .blog-intro{margin-top:44px}
  .blog-grid{grid-template-columns:1fr;gap:20px}
  .post{margin-top:36px}
  .post-body{font-size:16.5px}
  .post-cta{padding:34px 22px}
}
