/* Editorial and crawlable model pages; the original V7 app keeps its own layout. */
:root{--green:#2d5a27;--pale:#e8f3e8;--sand:#cdaa7d;--ink:#1a1a1a;--muted:#596257;--paper:#fff;--line:#e5ebe2;--shadow:0 12px 34px rgba(20,45,17,.09)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#f5f8f3;color:var(--ink);font-family:Poppins,Arial,sans-serif;line-height:1.72}.site-header{position:sticky;top:0;z-index:30;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:8px max(5vw,20px);background:rgba(255,255,255,.96);border-bottom:1px solid rgba(45,90,39,.08);box-shadow:0 5px 18px rgba(10,30,10,.05);backdrop-filter:blur(12px)}.site-logo{display:flex;align-items:center;flex:0 0 auto}.site-logo img{width:144px;height:72px;object-fit:contain}.site-nav{display:flex;justify-content:flex-end;align-items:center;gap:clamp(9px,1.8vw,22px);flex-wrap:wrap}.site-nav a,.site-footer a{color:var(--green);text-decoration:none}.site-nav a{font-size:.91rem;font-weight:600}.site-nav a:hover,.site-footer a:hover{text-decoration:underline;text-underline-offset:4px}.site-main{width:min(1160px,91vw);min-height:65vh;margin:0 auto;padding:30px 0 76px}.breadcrumbs{display:flex;gap:9px;flex-wrap:wrap;margin:0 0 20px;color:var(--muted);font-size:.88rem}.breadcrumbs a{color:var(--green);text-decoration:none}.page-hero{padding:clamp(28px,6vw,60px);border-radius:30px;background:linear-gradient(125deg,#fff,#f0f7ed);box-shadow:var(--shadow);margin-bottom:28px}.eyebrow,.product-type,.article-category{display:inline-flex;align-items:center;border-radius:100px;background:var(--pale);color:var(--green);padding:5px 13px;font-size:.82rem;font-weight:700;letter-spacing:.02em}.page-hero h1{max-width:930px;margin:14px 0 15px;color:var(--green);font-size:clamp(2rem,5vw,3.45rem);line-height:1.14;letter-spacing:-.035em}.page-hero p{max-width:850px;margin:0;color:#515b50;font-size:1.06rem}.section-card,.article-body,.cta-panel{padding:clamp(22px,4vw,38px);border:1px solid rgba(45,90,39,.06);border-radius:25px;background:var(--paper);box-shadow:0 7px 22px rgba(20,45,17,.045);margin:24px 0}.section-card h2,.article-body h2{color:var(--green);font-size:clamp(1.42rem,2.7vw,2rem);line-height:1.28;margin:0 0 12px}.section-card h3,.article-body h3{color:var(--green);line-height:1.34;margin:25px 0 8px}.section-card p,.article-body p{color:#50584e;margin:0 0 16px}.article-body p:last-child{margin-bottom:0}.article-body ul,.section-card ul{padding-left:1.3em;color:#50584e}.article-body li,.section-card li{margin:0 0 8px}.model-grid,.post-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px;margin:24px 0}.model-card,.post-card{display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 6px 18px rgba(20,45,17,.04);color:inherit;text-decoration:none;transition:transform .2s,box-shadow .2s}.model-card:hover,.post-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.model-card img,.post-card img{display:block;width:100%;aspect-ratio:16/10;object-fit:cover;background:#ecf1e9}.model-card-content,.post-card-content{display:flex;flex:1;flex-direction:column;padding:18px 19px 20px}.model-card h2,.model-card h3,.post-card h2{color:var(--green);font-size:1.08rem;line-height:1.4;margin:9px 0}.model-card p,.post-card p{color:#626b5f;font-size:.93rem;margin:0 0 13px}.card-link{margin-top:auto;color:var(--green);font-size:.92rem;font-weight:700}.post-meta{display:flex;gap:10px;flex-wrap:wrap;color:#737a70;font-size:.82rem}.article-hero-image{display:block;width:100%;max-height:500px;aspect-ratio:16/8;object-fit:cover;border-radius:24px;box-shadow:var(--shadow);margin:22px 0}.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:24px;align-items:start}.article-toc{position:sticky;top:116px;padding:22px;border:1px solid var(--line);border-radius:20px;background:#fff}.article-toc strong{display:block;color:var(--green);margin-bottom:10px}.article-toc a{display:block;color:#50584e;text-decoration:none;font-size:.88rem;padding:5px 0}.article-toc a:hover{color:var(--green);text-decoration:underline}.article-body section{scroll-margin-top:105px}.note{padding:17px 19px;border-left:4px solid var(--sand);border-radius:4px 15px 15px 4px;background:#faf7f0;color:#515348;margin:20px 0}.cta-panel{display:flex;align-items:center;justify-content:space-between;gap:20px;background:var(--green);color:#fff}.cta-panel h2{margin:0 0 6px;color:#fff;font-size:1.3rem}.cta-panel p{margin:0;color:#e8f3e8}.cta-button{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;padding:12px 20px;border-radius:100px;background:#fff;color:var(--green);font-weight:700;text-decoration:none}.cta-button:hover{background:var(--pale)}.specs{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:12px;margin:22px 0}.spec{padding:17px;border-radius:17px;background:#f4f8f1}.spec span{display:block;color:#687064;font-size:.83rem}.spec strong{display:block;color:var(--green);font-size:1.04rem}.gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:12px;margin:18px 0}.gallery figure{margin:0;overflow:hidden;border-radius:17px;background:#eff2ec}.gallery img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}.gallery figcaption{padding:8px 11px;color:#60695d;font-size:.78rem}.clean-route-footer{display:flex;justify-content:center;gap:10px 22px;flex-wrap:wrap;padding:23px 5%;background:rgba(255,255,255,.65)}.site-footer{padding:34px max(5vw,20px) 20px;background:#edf3ea;color:#4f594c}.site-footer strong{color:var(--green)}.site-footer p{margin:6px 0 15px}.site-footer nav{display:flex;flex-wrap:wrap;gap:8px 19px;margin:15px 0}.site-footer nav a,.footer-contact a{font-size:.9rem}.footer-contact{display:flex;flex-wrap:wrap;gap:9px 20px}.copyright{border-top:1px solid #dce5d8;padding-top:15px;margin-top:22px!important;font-size:.84rem}.home-guide-preview{display:flex;align-items:center;justify-content:space-between;gap:24px;margin:60px auto 30px;padding:clamp(24px,5vw,42px);border:1px solid rgba(45,90,39,.08);border-radius:28px;background:linear-gradient(120deg,#fff,#f1f7ee);box-shadow:0 10px 30px rgba(25,55,22,.06)}.home-guide-preview h2{max-width:640px;color:var(--green);font-size:clamp(1.4rem,3vw,2rem);margin:9px 0}.home-guide-preview p{max-width:680px;color:#5e665c;margin:0}.home-guide-eyebrow{color:var(--green);font-weight:700;font-size:.84rem;text-transform:uppercase;letter-spacing:.08em}.home-guide-button{display:inline-flex;gap:10px;align-items:center;flex:0 0 auto;padding:13px 20px;border-radius:100px;background:var(--green);color:#fff!important;text-decoration:none;font-weight:700}.home-guide-button:hover{background:#21451d}.urun-resim-link{display:block}.urun-resim-link img{display:block}.urun-baslik-link{color:inherit;text-decoration:none}.urun-baslik-link:hover{text-decoration:underline;text-underline-offset:3px}.urun-detay-link{text-align:center;text-decoration:none}
@media(max-width:780px){.site-header{align-items:flex-start;flex-direction:column;gap:2px;padding:7px 5vw 12px}.site-logo img{width:124px;height:58px}.site-nav{justify-content:flex-start;gap:7px 16px}.site-nav a{font-size:.84rem}.site-main{padding-top:21px}.article-layout{grid-template-columns:1fr}.article-toc{position:static;order:-1}.cta-panel,.home-guide-preview{align-items:flex-start;flex-direction:column}.article-hero-image{aspect-ratio:4/3}.model-grid,.post-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr))}}
@media(max-width:460px){.model-grid,.post-grid{grid-template-columns:1fr}.page-hero{border-radius:22px}.section-card,.article-body,.cta-panel{border-radius:20px}.gallery{grid-template-columns:repeat(2,minmax(0,1fr))}}
