:root{
  --blue:#075fa9;
  --blue-deep:#064884;
  --blue-ink:#0a3c75;
  --green:#178b24;
  --green-deep:#0d761b;
  --lime:#75c52d;
  --ink:#102f52;
  --text:#3e4a53;
  --muted:#73808a;
  --line:#e3e9ed;
  --soft:#f6f8f9;
  --white:#fff;
  --shadow:0 10px 26px rgba(25,55,76,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:#eef2f3}
body{margin:0;font-family:Arial,"Helvetica Neue",sans-serif;color:var(--text);background:#eef2f3;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,select,textarea{font:inherit}
.container{width:min(1090px,calc(100% - 56px));margin-inline:auto}
body>.site-header,body>main,body>.footer{width:min(1210px,calc(100% - 28px));margin-inline:auto;background:#fff}
body>.site-header{margin-top:14px;border-radius:18px 18px 0 0}
body>main{overflow:hidden}
body>.footer{border-radius:0 0 18px 18px;margin-bottom:14px}

/* HEADER — referans ölçüler */
.site-header{position:relative;z-index:50;background:#fff;box-shadow:0 1px 0 rgba(0,0,0,.025)}
.site-header.scrolled{box-shadow:0 8px 28px rgba(23,50,70,.08)}
.nav-wrap{height:72px;display:flex;align-items:center;gap:18px}
.brand{width:178px;flex:0 0 178px;display:flex;align-items:center}
.brand img{width:158px;height:56px;object-fit:contain;object-position:left center}
.nav{margin-left:auto;height:100%;display:flex;align-items:center;gap:25px;text-transform:uppercase;font-size:8px;font-weight:800;color:#1f272d;white-space:nowrap}
.nav>a{height:100%;display:flex;align-items:center;gap:4px;position:relative}
.nav>a small{font-size:9px;color:#6d767d}
.nav>a.active{color:var(--green)}
.nav>a.active:after{content:"";position:absolute;left:0;right:0;bottom:17px;height:2px;background:var(--green)}
.nav-actions{display:flex;align-items:center;gap:10px;margin-left:10px}
.language-switch{height:31px;border:1px solid #8cc388;border-radius:5px;display:flex;align-items:center;gap:5px;padding:0 8px;font-size:7px;color:#79838a;background:#fff}
.language-switch b{color:var(--green)}
.quote-btn{height:36px;padding:0 17px;border-radius:5px;background:linear-gradient(180deg,#199929,#0c7b19);color:#fff;display:flex;align-items:center;gap:8px;text-transform:uppercase;font-size:8px;font-weight:900;box-shadow:0 5px 14px rgba(13,121,29,.18)}
.quote-btn svg{width:14px;height:14px;fill:none;stroke:#e6ef32;stroke-width:1.9}
.menu-toggle{display:none;border:0;background:transparent;width:36px;height:34px;padding:7px}.menu-toggle span{display:block;height:2px;background:#0a4e8c;margin:5px 0}.mobile-language{display:none}

/* HERO — solda beyaz, sağda fabrika */
.home-hero{position:relative;background:#fff;padding-bottom:54px;overflow:visible}
.hero-layout{position:relative;min-height:352px}
.hero-copy{position:relative;z-index:5;width:45%;padding-top:54px}
.hero-copy h1{margin:0 0 19px;text-transform:uppercase;line-height:1.06;letter-spacing:-1.2px}
.hero-copy h1 span,.hero-copy h1 strong{display:block;font-size:34px;font-weight:900}
.hero-copy h1 span{color:#0c376b}.hero-copy h1 strong{color:#158a25;margin-top:4px}
.hero-copy p{max-width:385px;font-size:11px;line-height:1.72;color:#3d4952;margin:0 0 25px}
.hero-buttons{display:flex;gap:14px}.btn{height:39px;border-radius:5px;padding:0 20px;display:inline-flex;align-items:center;justify-content:center;gap:16px;text-transform:uppercase;font-size:8px;font-weight:900}.btn span{font-size:16px;line-height:1}
.btn-green{background:linear-gradient(180deg,#199928,#0b7b19);color:#fff;border:1px solid #0b7a1b;box-shadow:0 5px 14px rgba(20,126,31,.15)}
.btn-outline-green{border:1px solid #198b29;color:#29343b;background:#fff}
.hero-image-wrap{position:absolute;right:-28px;top:0;width:65%;height:352px;z-index:1;overflow:hidden}
.hero-image-wrap img{width:100%;height:100%;object-fit:cover;object-position:center 48%}
.hero-image-wrap:before{content:"";position:absolute;inset:0;z-index:2;background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.98) 5%,rgba(255,255,255,.90) 12%,rgba(255,255,255,.58) 24%,rgba(255,255,255,.10) 43%,rgba(255,255,255,0) 62%)}
/* hero altındaki üç çizgi — referanstaki sırayla mavi / beyaz / yeşil */
.hero-ribbons{position:absolute;left:0;right:0;bottom:35px;height:72px;z-index:2;overflow:hidden;pointer-events:none}
.hero-ribbons svg{width:100%;height:100%;display:block}
.hero-ribbons svg path:first-child{stroke:#0a61ab!important;stroke-width:15!important}
.hero-ribbons svg path:nth-child(2){stroke:#319524!important;stroke-width:7!important}
.hero-ribbons svg path:nth-child(3){stroke:#fff!important;stroke-width:5!important}
.hero-stats{position:relative;z-index:6;background:#fff;box-shadow:0 10px 27px rgba(27,55,73,.14);border:1px solid #e2e7ea;border-radius:12px;height:75px;margin-top:0;display:grid;grid-template-columns:repeat(4,1fr);padding:0 7px}
.stat-card{display:flex;align-items:center;justify-content:center;gap:13px;position:relative;padding:0 17px}.stat-card:not(:last-child):after{content:"";position:absolute;right:0;top:17px;bottom:17px;width:1px;background:#e0e5e8}
.stat-icon{width:39px;height:39px;display:grid;place-items:center;flex:0 0 auto}.stat-icon svg{width:35px;height:35px;fill:none;stroke:currentColor;stroke-width:1.7}.stat-icon.blue{color:#0a63b9}.stat-icon.green{color:#23982b}
.stat-card b{display:block;color:#111f2d;font-size:15px;line-height:1.05}.stat-card small{display:block;color:#59656e;font-size:8px;margin-top:4px}

/* ÜRÜN GRUPLARI */
.category-section{padding:23px 0 14px;background:#fff}
.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.category-card{border:1px solid #e1e6ea;border-radius:9px;overflow:hidden;background:#fff;box-shadow:0 3px 11px rgba(20,46,63,.025)}
.category-photo{height:151px;position:relative;overflow:visible}.category-photo img{width:100%;height:100%;object-fit:cover;border-radius:9px 9px 0 0}.animal-icon{position:absolute;left:18px;bottom:-20px;width:46px;height:46px;border-radius:50%;background:#fff;display:grid;place-items:center;box-shadow:0 4px 13px rgba(18,52,75,.12);z-index:2}.animal-icon svg{width:25px;height:25px;fill:currentColor;stroke:currentColor;stroke-width:.2}.category-card.blue .animal-icon,.category-card.blue h3,.category-card.blue a{color:#075eb0}.category-card.lime .animal-icon,.category-card.lime h3,.category-card.lime a{color:#62b71a}
.category-body{padding:28px 17px 17px;min-height:129px}.category-body h3{font-size:13px;text-transform:uppercase;margin:0 0 9px;font-weight:900}.category-body p{font-size:8.5px;line-height:1.55;color:#48545d;margin:0 0 13px;min-height:28px}.category-body a{font-size:7.5px;font-weight:900;text-transform:uppercase}.category-body a span{font-size:13px;margin-left:2px}
.category-section:after{content:"↻  Ürünlerimiz dinamik olarak güncellenebilir.";display:block;text-align:center;color:#7a858d;font-size:8px;margin:17px 0 0}

/* ÜRETİM AKIŞI */
.process-section{padding:17px 0 30px;background:#fff;border-top:1px solid #edf0f2;border-bottom:1px solid #edf0f2}
.process-title{text-align:center;margin-bottom:21px}.process-title h2{display:flex;justify-content:center;align-items:center;gap:7px;margin:0;color:#123f74;text-transform:uppercase;font-size:15px;letter-spacing:.1px}.title-leaf{display:inline-flex!important;color:#3aa72d!important;font-style:normal!important}.title-leaf svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2}.process-title p{font-size:8px;line-height:1.5;color:#69757e;margin:6px auto 0;max-width:455px}
.process-flow{display:grid;grid-template-columns:repeat(8,1fr);position:relative;align-items:start}.process-flow:before{content:"";position:absolute;left:5%;right:5%;top:29px;height:2px;background:repeating-linear-gradient(90deg,#0a63b4 0 4px,transparent 4px 9px);opacity:.9}.process-flow:after{content:"";position:absolute;left:28%;right:28%;top:29px;height:2px;background:repeating-linear-gradient(90deg,#4aa92c 0 4px,transparent 4px 9px);opacity:1}
.process-step{text-align:center;position:relative;z-index:2}.process-icon{width:52px;height:52px;border-radius:50%;border:1px solid #d8e0e4;background:#fff;display:grid;place-items:center;margin:0 auto 8px;color:#21982a}.process-icon svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:1.5}.process-step b{display:block;color:#0a2d50;font-size:9px;margin-bottom:5px}.process-step span{display:block;font-size:7.5px;color:#26333c;line-height:1.35}

/* HAKKIMIZDA */
.about-home{padding:28px 0 30px;background:#fff}.about-layout{display:grid;grid-template-columns:34% 66%;gap:31px;align-items:start}.mini-title{display:none}.about-copy h2{display:flex;align-items:center;gap:7px;margin:4px 0 10px;color:#123f74;text-transform:uppercase;font-size:15px}.about-copy p{font-size:8.5px;line-height:1.68;color:#5f6c74;margin:0 0 10px}.about-copy ul{list-style:none;padding:0;margin:10px 0 15px}.about-copy li{font-size:8px;margin:7px 0;color:#2f3f49;padding-left:20px;position:relative}.about-copy li:before{content:"✓";position:absolute;left:0;color:#159125;font-weight:900;font-size:13px;top:-2px}.small-outline{height:29px;border:1px solid #6daf59;border-radius:4px;padding:0 12px;display:inline-flex;align-items:center;gap:14px;color:#4b923f;text-transform:uppercase;font-size:7px;font-weight:900}
.about-media{position:relative;padding-bottom:35px}.about-media>img{width:100%;height:219px;object-fit:cover;border-radius:8px}.play{position:absolute;left:50%;top:91px;transform:translate(-50%,-50%);width:50px;height:50px;border-radius:50%;border:2px solid rgba(255,255,255,.96);background:rgba(255,255,255,.14);color:#fff;font-size:17px;display:grid;place-items:center;backdrop-filter:blur(2px)}
.about-stats{position:absolute;left:-28px;right:17px;bottom:0;min-height:62px;background:#fff;border-radius:9px;border:1px solid #e1e7e9;box-shadow:0 9px 24px rgba(16,50,73,.11);display:grid;grid-template-columns:repeat(4,1fr);padding:7px 8px}.about-stats>div{display:grid;grid-template-columns:30px 1fr;grid-template-rows:auto auto;align-items:center;position:relative;padding:0 9px}.about-stats>div:not(:last-child):after{content:"";position:absolute;right:0;top:9px;bottom:9px;width:1px;background:#e0e5e8}.about-stats span{grid-row:1/3;color:#2ba02e}.about-stats svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.5}.about-stats b{font-size:11px;color:#1b2c38}.about-stats small{font-size:6.8px;color:#6f7b84}

/* BİLGİ MERKEZİ */
.knowledge-home{padding:18px 0 44px;background:#fff;border-top:1px solid #eff2f3}.knowledge-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.knowledge-head h2{display:flex;align-items:center;gap:7px;margin:0;color:#123f74;text-transform:uppercase;font-size:15px}.knowledge-head>a{height:28px;display:flex;align-items:center;border:1px solid #72af5a;border-radius:4px;padding:0 11px;color:#458b39;font-size:7px;text-transform:uppercase;font-weight:900}
.home-articles{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.home-articles article{border:1px solid #e2e6e9;border-radius:7px;overflow:hidden;background:#fff;position:relative;padding-bottom:12px}.home-articles article>img{height:87px;width:100%;object-fit:cover}.article-label{position:absolute;top:74px;left:10px;border-radius:3px;background:#299d26;color:#fff;padding:4px 7px;font-size:6px;font-weight:900}.home-articles h3{font-size:10px;line-height:1.34;color:#172f48;margin:14px 11px 6px}.home-articles p{font-size:7px;line-height:1.45;color:#6d7981;margin:0 11px 10px;min-height:24px}.home-articles a{font-size:6.8px;font-weight:900;color:#075daa;text-transform:uppercase;margin:0 11px}

/* FOOTER — referanstaki beyaz/yeşil kıvrım + doygun mavi blok */
.footer{position:relative;margin-top:0!important;background:#0250A7!important;color:#fff;padding:45px 0 0;overflow:visible}
.footer-wave{position:absolute;left:0;right:0;top:-44px;height:49px;overflow:hidden;pointer-events:none}.footer-wave svg{width:100%;height:100%;display:block}.footer-wave svg path:first-child{fill:#075ba8!important}.footer-wave svg path:nth-child(2){stroke:#73c32a!important;stroke-width:5!important}.footer-wave svg path:nth-child(3){stroke:#fff!important;stroke-width:6!important}
.footer-grid{display:grid;grid-template-columns:1.25fr .82fr .9fr 1.12fr;gap:42px;position:relative;z-index:2}.footer-brand .footer-logo{width:144px;height:58px;object-fit:contain;object-position:left center}.footer-brand p{font-size:7.5px;line-height:1.65;color:#eef6fb;max-width:214px;margin:10px 0}.footer h4{font-size:8.5px;margin:2px 0 12px;text-transform:uppercase;color:#fff}.footer a{display:block;color:#fff;font-size:7.5px;margin:6px 0;opacity:.98}.footer-contact p{font-size:7.5px;line-height:1.55;margin:6px 0;color:#eff7fc}.footer-contact b{display:inline-block;width:18px;color:#fff}.socials{display:flex;gap:7px;margin-top:12px}.socials a{margin:0;width:23px;height:23px;border:1px solid rgba(255,255,255,.9);border-radius:50%;display:grid;place-items:center;font-size:7px;font-weight:900}.footer-bottom{margin-top:26px;border-top:1px solid rgba(255,255,255,.19);height:41px;display:flex;align-items:center;justify-content:space-between;color:#e6f2fa;font-size:6.8px}.footer-bottom span:last-child{display:flex;gap:9px;align-items:center}.footer-bottom a{margin:0}.footer-bottom i{width:1px;height:9px;background:rgba(255,255,255,.48)}

/* Tablet / mobil */
@media(max-width:980px){
 body>.site-header,body>main,body>.footer{width:calc(100% - 14px)}.container{width:min(100% - 34px,1090px)}.nav-wrap{height:68px}.brand{flex-basis:145px;width:145px}.brand img{width:137px}.menu-toggle{display:block;margin-left:auto}.nav-actions{display:none}.nav{position:absolute;top:68px;left:0;right:0;height:auto;background:#fff;display:none;flex-direction:column;align-items:stretch;gap:0;padding:10px 18px 20px;box-shadow:0 20px 35px rgba(10,49,77,.12)}.menu-open .nav{display:flex}.nav>a{padding:12px 0;height:auto;border-bottom:1px solid #edf1f3}.nav>a:after{display:none}.mobile-language{display:flex;gap:10px;padding-top:13px;font-size:9px}.mobile-language b{color:#179127}
 .hero-layout{min-height:600px}.hero-copy{width:100%;padding-top:38px}.hero-copy h1 span,.hero-copy h1 strong{font-size:31px}.hero-image-wrap{top:246px;right:-17px;left:-17px;width:auto;height:304px}.hero-image-wrap:before{background:linear-gradient(180deg,#fff 0%,rgba(255,255,255,.15) 26%,rgba(255,255,255,0) 58%)}.hero-ribbons{bottom:47px}.hero-stats{grid-template-columns:1fr 1fr;height:auto;min-height:144px}.stat-card{height:72px}.stat-card:nth-child(2):after{display:none}.stat-card:nth-child(-n+2){border-bottom:1px solid #e1e7ea}
 .category-grid{grid-template-columns:1fr 1fr}.process-flow{grid-template-columns:repeat(4,1fr);gap:24px 0}.process-flow:before,.process-flow:after{display:none}.about-layout{grid-template-columns:1fr}.about-stats{left:18px}.home-articles{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr;gap:28px}.product-grid{grid-template-columns:1fr 1fr}.product-filters{grid-template-columns:1fr 1fr}.contact-grid,.product-detail{grid-template-columns:1fr}
}
@media(max-width:560px){
 body>.site-header{margin-top:6px;border-radius:12px 12px 0 0}body>.footer{margin-bottom:6px;border-radius:0 0 12px 12px}.container{width:calc(100% - 26px)}.home-hero{padding-bottom:34px}.hero-layout{min-height:548px}.hero-copy h1 span,.hero-copy h1 strong{font-size:26px}.hero-copy p{font-size:10px}.hero-buttons{display:grid;gap:8px}.btn{width:100%}.hero-image-wrap{top:263px;height:230px}.hero-ribbons{bottom:43px;height:47px}.hero-stats{border-radius:8px}.stat-card{padding:0 10px;gap:8px}.stat-card:nth-child(odd):after{display:block}.stat-card:nth-child(2):after{display:none}.stat-icon{width:30px;height:30px}.stat-icon svg{width:28px;height:28px}.stat-card b{font-size:12px}.stat-card small{font-size:7px}.category-grid{grid-template-columns:1fr;gap:16px}.category-photo{height:165px}.process-flow{grid-template-columns:repeat(2,1fr)}.about-media>img{height:190px}.about-stats{position:relative;left:auto;right:auto;bottom:auto;margin:-24px 8px 0;grid-template-columns:1fr 1fr;height:auto}.about-stats>div{min-height:52px}.about-stats>div:nth-child(2):after{display:none}.home-articles{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:22px}.footer-bottom{height:auto;padding:13px 0;align-items:flex-start;flex-direction:column;gap:8px}.product-grid,.product-filters,.spec-list,.timeline{grid-template-columns:1fr}.page-hero h1{font-size:28px}
}

/* SUB PAGES */.page-hero{padding:44px 0 35px;background:linear-gradient(130deg,#f6fafc,#fff);border-bottom:1px solid #e8eef1}.page-hero h1{font-size:34px;color:#153e72;margin:0 0 9px}.page-hero p{max-width:700px;color:#66747d;line-height:1.7}.content-section{padding:48px 0}.content-section h2{color:#153e72}.content-section p{line-height:1.8;color:#66737c}.products-section{background:#f8fafb;padding:28px 0 55px}.products-toolbar{background:#fff;border:1px solid #e2e8eb;border-radius:9px;padding:14px;margin-bottom:16px;box-shadow:0 5px 16px rgba(22,51,72,.04)}.product-filters{display:grid;grid-template-columns:1.1fr 1fr 1fr auto;gap:10px}.product-filters input,.product-filters select{height:38px;border:1px solid #dfe6ea;border-radius:5px;padding:0 11px;font-size:9px;background:#fff}.product-filters button{border:0;border-radius:5px;background:#168a22;color:#fff;padding:0 20px;text-transform:uppercase;font-size:8px;font-weight:900}.filter-chips{display:flex;gap:8px;margin-bottom:14px;flex-wrap:wrap}.filter-chip{border:1px solid #dce4e8;border-radius:99px;background:#fff;padding:7px 12px;font-size:8px;color:#40515c}.filter-chip.active{background:#075ba8;color:#fff;border-color:#075ba8}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.product-card{background:#fff;border:1px solid #dfe5e8;border-radius:7px;overflow:hidden;box-shadow:0 4px 13px rgba(20,48,69,.035)}.product-photo{height:150px;background:#eef4f5;display:grid;place-items:center;overflow:hidden}.product-photo img{width:100%;height:100%;object-fit:cover}.product-card-body{padding:12px}.tag{font-size:7px;color:#5a9e2d;font-weight:900;text-transform:uppercase}.product-card h3{font-size:12px;color:#075bac;text-transform:uppercase;margin:5px 0}.product-card p{font-size:8px;line-height:1.45;color:#68747d;margin:0 0 9px}.product-meta{display:flex;gap:8px;flex-wrap:wrap;margin:8px 0}.product-meta span{font-size:7px;color:#69777f}.product-card a{font-size:8px;color:#075cab;font-weight:900}.contact-grid,.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:40px}.contact-form{background:#f7f9fa;border:1px solid #e3e8ea;border-radius:10px;padding:25px}.contact-form label{display:block;font-size:9px;font-weight:800;margin:12px 0}.contact-form input,.contact-form textarea,.contact-form select{width:100%;border:1px solid #dbe3e6;border-radius:5px;background:#fff;padding:11px;margin-top:6px}.contact-line{padding:13px 0;border-bottom:1px solid #e2e8eb;display:flex;justify-content:space-between;font-size:10px}.contact-line span{color:#6f7b84}.spec-list{display:grid;grid-template-columns:1fr 1fr;gap:9px}.spec-list>div{border:1px solid #e0e6e9;border-radius:6px;padding:11px}.detail-visual{background:#f7fafb;border-radius:10px;padding:35px}.big-bag{height:330px;background:linear-gradient(150deg,#0b69af,#073d73);border-radius:8px;color:#fff;display:grid;place-items:center;text-align:center;font-weight:900;font-size:28px}.lead{font-size:14px;line-height:1.8;color:#687780}.timeline{display:grid;grid-template-columns:1fr 1fr;gap:11px}.timeline>div{border:1px solid #e0e6e9;border-radius:7px;padding:16px;display:flex;gap:14px}.timeline b{color:#075dac}.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.article-grid article{background:#fff;border:1px solid #e0e6e9;border-radius:8px;padding:18px}.article-grid h3{color:#153e72}

/* V4 referans-kompakt düzeltmeleri — tasarım görselinin dikey oranları */
@media(min-width:981px){
  .nav-wrap{height:66px}
  .brand img{height:52px;width:151px}
  .nav>a.active:after{bottom:14px}
  .hero-layout{min-height:315px}
  .hero-copy{padding-top:44px}
  .hero-copy h1 span,.hero-copy h1 strong{font-size:32px}
  .hero-copy p{margin-bottom:22px}
  .hero-image-wrap{height:315px}
  .home-hero{padding-bottom:49px}
  .hero-ribbons{bottom:33px;height:64px}
  .hero-stats{height:70px}
  .stat-card:not(:last-child):after{top:15px;bottom:15px}
  .category-section{padding-top:18px;padding-bottom:10px}
  .category-photo{height:128px}
  .category-body{padding:25px 16px 14px;min-height:111px}
  .category-body h3{font-size:12px;margin-bottom:7px}
  .category-body p{font-size:8px;margin-bottom:10px}
  .category-section:after{margin-top:12px}
  .process-section{padding:14px 0 23px}
  .process-title{margin-bottom:16px}
  .process-icon{width:48px;height:48px}
  .process-flow:before,.process-flow:after{top:27px}
  .about-home{padding:22px 0 24px}
  .about-media>img{height:184px}
  .play{top:76px;width:46px;height:46px}
  .about-media{padding-bottom:32px}
  .about-stats{min-height:58px}
  .knowledge-home{padding:14px 0 36px}
  .article-grid.home-articles{grid-template-columns:repeat(4,1fr);gap:13px}
  .home-articles article>img{height:72px}
  .article-label{top:60px}
  .home-articles h3{font-size:9px;margin-top:13px}
  .home-articles p{font-size:6.7px;min-height:21px}
  .footer{padding-top:38px}
  .footer-wave{top:-38px;height:43px}
  .footer-brand .footer-logo{height:48px;width:136px}
  .footer-grid{gap:36px}
  .footer-bottom{margin-top:20px;height:36px}
}

/* =========================================================
   ONAYLI ANA SAYFA TASARIMI — 2026-09-03
   Referans görsel kilitli: logo renkleri, kalın dalgalar,
   kompakt sayfa, daha okunaklı tipografi.
   ========================================================= */
:root{
  --brand-blue:#075ca8;
  --brand-blue-dark:#084878;
  --brand-green-dark:#294b35;
  --brand-green:#799a38;
  --brand-green-bright:#168a24;
}
@media(min-width:981px){
  body>.site-header,body>main,body>.footer{width:min(1140px,calc(100% - 72px));}
  .container{width:min(1018px,calc(100% - 70px));}
  body>.site-header{margin-top:12px;border-radius:16px 16px 0 0;}
  body>.footer{margin-bottom:12px;border-radius:0 0 16px 16px;}

  .nav-wrap{height:70px;gap:17px;}
  .brand{width:174px;flex-basis:174px;}
  .brand img{width:156px;height:55px;object-fit:contain;image-rendering:auto;}
  .nav{gap:23px;font-size:8.6px;}
  .nav>a.active:after{bottom:15px;height:2px;}
  .quote-btn{height:37px;font-size:8.5px;padding:0 17px;}
  .language-switch{font-size:7.5px;}

  .home-hero{padding-bottom:56px;}
  .hero-layout{min-height:322px;}
  .hero-copy{padding-top:43px;width:46%;}
  .hero-copy h1{margin-bottom:18px;letter-spacing:-1px;}
  .hero-copy h1 span,.hero-copy h1 strong{font-size:33px;}
  .hero-copy p{font-size:10.8px;line-height:1.68;max-width:380px;margin-bottom:23px;}
  .hero-buttons{gap:14px;}
  .btn{height:39px;font-size:8.4px;padding:0 19px;}
  .hero-image-wrap{height:322px;right:-35px;width:66%;}
  .hero-image-wrap img{object-position:center 48%;}
  .hero-ribbons{bottom:24px;height:92px;z-index:3;}
  .hero-stats{height:72px;margin-top:0;border-radius:11px;box-shadow:0 10px 28px rgba(29,53,70,.16);}
  .stat-card{gap:12px;padding:0 15px;}
  .stat-icon{width:39px;height:39px;}
  .stat-card b{font-size:15.7px;}
  .stat-card small{font-size:8.4px;}

  .category-section{padding-top:18px;padding-bottom:10px;}
  .category-section:after{display:none!important;}
  .category-grid{gap:25px;}
  .category-photo{height:132px;}
  .category-body{padding:25px 16px 15px;min-height:116px;}
  .category-body h3{font-size:12.6px;margin-bottom:7px;}
  .category-body p{font-size:8.4px;line-height:1.5;margin-bottom:10px;}
  .category-body a{font-size:7.8px;}

  .process-section{padding:11px 0 22px;border-top:0;}
  .process-title{margin-bottom:15px;}
  .process-title h2{font-size:15.4px;}
  .process-title p{font-size:8.3px;}
  .process-icon{width:47px;height:47px;margin-bottom:7px;}
  .process-icon svg{width:24px;height:24px;}
  .process-flow:before,.process-flow:after{top:25px;}
  .process-step b{font-size:9.1px;}
  .process-step span{font-size:7.7px;}

  .about-home{padding:18px 0 22px;}
  .about-layout{grid-template-columns:32% 68%;gap:26px;}
  .about-copy h2{font-size:15.4px;margin-top:2px;}
  .about-copy p{font-size:8.6px;line-height:1.62;}
  .about-copy li{font-size:8.2px;margin:6px 0;}
  .about-media{padding-bottom:31px;}
  .about-media>img{height:170px;border-radius:7px;}
  .play{display:none!important;}
  .about-stats{left:-23px;right:11px;min-height:57px;}
  .about-stats b{font-size:10px;}
  .about-stats small{font-size:6.8px;}

  .knowledge-home{padding:11px 0 31px;}
  .knowledge-head h2{font-size:15.4px;}
  .knowledge-head>a{font-size:7.6px;}
  .article-grid.home-articles{gap:12px;}
  .home-articles article>img{height:69px;}
  .article-label{top:57px;font-size:5.9px;}
  .home-articles h3{font-size:9.5px;line-height:1.25;margin-top:13px;}
  .home-articles p{font-size:7px;line-height:1.45;min-height:22px;}
  .home-articles a{font-size:6.9px;}

  .footer{padding-top:48px;background:#0250A7!important;}
  .footer-wave{top:-57px;height:65px;}
  .footer-wave svg{height:100%;}
  .footer-grid{gap:38px;grid-template-columns:1.15fr .78fr .84fr 1.15fr;}
  .footer-brand .footer-logo{width:149px;height:55px;object-fit:contain;object-position:left center;filter:none!important;}
  .footer-brand p{font-size:8px;line-height:1.62;}
  .footer h4{font-size:9px;}
  .footer a,.footer-contact p{font-size:8px;}
  .footer-bottom{margin-top:20px;height:36px;font-size:7.2px;}
}

/* Dalga renkleri doğrudan logodaki ana renklerle eşleşir. */
.hero-ribbons svg path:first-child{fill:var(--brand-blue)!important;stroke:none!important;}
.hero-ribbons svg path:nth-child(2){stroke:var(--brand-green)!important;stroke-width:11!important;}
.hero-ribbons svg path:nth-child(3){stroke:#fff!important;stroke-width:8!important;}
.footer-wave svg path:first-child{fill:#0250A7!important;}
.footer-wave svg path:nth-child(2){stroke:var(--brand-green)!important;stroke-width:10!important;}
.footer-wave svg path:nth-child(3){stroke:#fff!important;stroke-width:8!important;}
.footer{background:#0250A7!important;}

@media(max-width:980px){
  .hero-ribbons{height:74px;bottom:37px;}
  .footer-wave{height:58px;top:-51px;}
  .footer-brand .footer-logo{filter:none!important;}
}
@media(max-width:560px){
  .hero-ribbons{height:58px;bottom:39px;}
  .footer-wave{height:48px;top:-42px;}
}
