*{
  box-sizing:border-box;
  margin:0;
  padding:0;
}

html,
body{
  width:100%;
  min-height:100%;
  overflow-x:hidden;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  text-rendering:optimizeLegibility;
}

body{
  background:#fff;
  color:#111;
  font-family:Inter,Arial,Helvetica,sans-serif;
}

a{
  color:inherit;
  text-decoration:none;
}

button,
select{
  font:inherit;
}

button,
a,
select{
  -webkit-tap-highlight-color:transparent;
}

img,
svg{
  display:block;
}

.news-page{
  width:100%;
  min-height:100vh;
  overflow:hidden;
  background:#fff;
}

.news-shell{
  width:100%;
  max-width:1120px;
  margin:0 auto;
  padding-left:22px;
  padding-right:22px;
}

.news-hero{
  border-bottom:1px solid #e9e9e9;
  background:#f3f3f3;
}

.news-hero-inner{
  min-height:360px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding-top:72px;
  padding-bottom:72px;
  text-align:center;
}

.news-eyebrow,
.news-section-label{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:0 12px;
  border:1px solid #dfdfdf;
  border-radius:999px;
  background:#fff;
  color:#555;
  font-size:13px;
  line-height:1;
  font-weight:800;
}

.news-eyebrow{
  margin-bottom:22px;
}

.news-hero h1{
  max-width:900px;
  color:#111;
  font-size:46px;
  line-height:1.02;
  letter-spacing:-1.6px;
  font-weight:800;
}

.news-hero p{
  max-width:760px;
  margin-top:24px;
  color:#484848;
  font-size:17px;
  line-height:1.7;
}

.news-content{
  padding-top:66px;
  padding-bottom:76px;
}

.news-toolbar{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:28px;
  margin-bottom:30px;
}

.news-section-label{
  margin-bottom:16px;
  background:#f7f7f7;
}

.news-toolbar h2,
.news-newsletter h2{
  color:#111;
  font-size:34px;
  line-height:1.08;
  letter-spacing:-.9px;
  font-weight:800;
}

.news-filter{
  flex:0 0 auto;
  display:flex;
  align-items:center;
  gap:10px;
  color:#555;
  font-size:13px;
  font-weight:700;
}

.news-select-wrap{
  position:relative;
  display:block;
}

.news-select-wrap select{
  min-width:176px;
  height:42px;
  padding:0 40px 0 14px;
  border:1px solid #e1e1e1;
  border-radius:10px;
  outline:none;
  appearance:none;
  background:#f6f6f6;
  color:#111;
  font-size:13px;
  font-weight:700;
  cursor:pointer;
}

.news-select-wrap select:focus-visible{
  border-color:#111;
  box-shadow:0 0 0 3px rgba(0,0,0,.08);
}

.news-select-wrap svg{
  position:absolute;
  top:50%;
  right:13px;
  width:16px;
  height:16px;
  pointer-events:none;
  transform:translateY(-50%);
  fill:none;
  stroke:#111;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.news-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:20px;
}

.news-card{
  min-width:0;
  display:flex;
  overflow:hidden;
  border:1px solid #e4e4e4;
  border-radius:20px;
  background:#fff;
  box-shadow:0 16px 34px rgba(0,0,0,.035);
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}

.news-card-link{
  width:100%;
  min-width:0;
  min-height:100%;
  display:flex;
  flex-direction:column;
  color:inherit;
  cursor:pointer;
  outline:none;
}

.news-card-link:focus-visible{
  box-shadow:inset 0 0 0 3px #111;
}

.news-card:hover,
.news-card:focus-within{
  transform:translateY(-2px);
  border-color:#cfcfcf;
  box-shadow:0 20px 44px rgba(0,0,0,.07);
}

.news-card[hidden]{
  display:none !important;
}

.news-card-media{
  width:100%;
  aspect-ratio:16/9;
  overflow:hidden;
  background:#efefef;
}

.news-card-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  transition:transform .28s ease;
}

.news-card:hover .news-card-media img{
  transform:scale(1.025);
}

.news-card-body{
  flex:1;
  display:flex;
  flex-direction:column;
  padding:20px 20px 22px;
}

.news-card-meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:13px;
  color:#686868;
  font-size:12px;
  line-height:1.35;
  font-weight:700;
}

.news-card-meta span:first-child{
  color:#235fc7;
}

.news-card h3{
  color:#111;
  font-size:21px;
  line-height:1.18;
  letter-spacing:-.45px;
  font-weight:800;
}

.news-card p{
  margin-top:12px;
  color:#4a4a4a;
  font-size:14px;
  line-height:1.62;
}

.news-card-readmore{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-top:auto;
  padding-top:20px;
  color:#111;
  font-size:13px;
  line-height:1;
  font-weight:800;
}

.news-card-readmore svg{
  width:17px;
  height:17px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
  transition:transform .18s ease;
}

.news-card:hover .news-card-readmore svg,
.news-card-link:focus-visible .news-card-readmore svg{
  transform:translateX(3px);
}

.news-empty{
  margin-bottom:24px;
  padding:28px;
  border:1px solid #e4e4e4;
  border-radius:18px;
  background:#f7f7f7;
  color:#444;
  font-size:15px;
  line-height:1.6;
  text-align:center;
}

.news-pagination{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  margin-top:36px;
}

.news-page-control,
.news-page-number{
  min-width:40px;
  height:40px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid #dedede;
  border-radius:10px;
  background:#fff;
  color:#111;
  font-size:13px;
  line-height:1;
  font-weight:800;
  cursor:pointer;
  transition:background .18s ease,color .18s ease,border-color .18s ease;
}

.news-page-control{
  min-width:72px;
  padding:0 14px;
}

.news-page-number[aria-current="page"],
.news-page-control:hover:not(:disabled),
.news-page-control:focus-visible:not(:disabled),
.news-page-number:hover,
.news-page-number:focus-visible{
  border-color:#111;
  background:#111;
  color:#fff;
  outline:none;
}

.news-page-control:disabled{
  opacity:.38;
  cursor:not-allowed;
}

.news-page-numbers{
  display:flex;
  gap:8px;
}

.news-newsletter{
  padding-bottom:88px;
}

.news-newsletter-box{
  display:grid;
  grid-template-columns:1fr;
  gap:28px;
  align-items:end;
  padding:32px 24px;
  border-radius:26px;
  background:#111;
  color:#fff;
}

.news-section-label-dark{
  border-color:rgba(255,255,255,.28);
  background:rgba(255,255,255,.1);
  color:#fff;
}

.news-newsletter h2{
  max-width:760px;
  color:#fff;
}

.news-newsletter p{
  max-width:720px;
  margin-top:16px;
  color:rgba(255,255,255,.68);
  font-size:16px;
  line-height:1.65;
}

.news-newsletter-link{
  min-height:52px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  justify-self:start;
  padding:0 22px;
  border-radius:12px;
  background:#fff;
  color:#111;
  font-size:15px;
  font-weight:800;
  transition:transform .18s ease,opacity .18s ease;
}

.news-newsletter-link:hover,
.news-newsletter-link:focus-visible{
  transform:translateY(-1px);
  opacity:.9;
  outline:none;
}

@media (max-width:767px){
  .news-hero-inner{
    min-height:330px;
    padding-top:58px;
    padding-bottom:58px;
  }

  .news-hero h1{
    font-size:39px;
    letter-spacing:-1.25px;
  }

  .news-hero p{
    font-size:16px;
  }

  .news-content{
    padding-top:54px;
    padding-bottom:66px;
  }

  .news-toolbar{
    align-items:stretch;
    flex-direction:column;
    gap:22px;
  }

  .news-toolbar h2,
  .news-newsletter h2{
    font-size:31px;
  }

  .news-filter{
    align-items:stretch;
    flex-direction:column;
    gap:8px;
  }

  .news-select-wrap select{
    width:100%;
  }

  .news-card h3{
    font-size:20px;
  }

  .news-pagination{
    gap:8px;
  }

  .news-page-control{
    min-width:64px;
    padding:0 10px;
  }
}

@media (min-width:768px){
  .news-shell{
    padding-left:40px;
    padding-right:40px;
  }

  .news-hero-inner{
    min-height:410px;
    padding-top:88px;
    padding-bottom:88px;
  }

  .news-hero h1{
    font-size:58px;
    letter-spacing:-2.1px;
  }

  .news-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:22px;
  }

  .news-newsletter-box{
    padding:40px;
  }
}

@media (min-width:1024px){
  .news-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:22px 20px;
  }

  .news-newsletter-box{
    grid-template-columns:minmax(0,1fr) auto;
    gap:48px;
    padding:48px;
  }

  .news-newsletter h2{
    font-size:46px;
    letter-spacing:-1.35px;
  }

  .news-newsletter-link{
    justify-self:end;
  }
}

@media (prefers-reduced-motion:reduce){
  *,
  *::before,
  *::after{
    scroll-behavior:auto !important;
    transition:none !important;
  }
}


/* Güncel Haberler sayfasına özel görünüm */
.news-hero{
  background:linear-gradient(180deg,#f1f1f1 0%,#f7f7f7 100%);
}

.news-hero-inner{
  min-height:370px;
}

.news-title-row{
  display:flex;
  align-items:baseline;
  gap:14px;
}

.news-count{
  color:#6a6a6a;
  font-size:13px;
  line-height:1;
  font-weight:700;
  white-space:nowrap;
}

.news-card{
  border-radius:18px;
}

.news-card-media{
  position:relative;
  aspect-ratio:16/10;
}

.news-card-media::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,0) 45%,rgba(0,0,0,.34) 100%);
  pointer-events:none;
}

.news-card-category{
  position:absolute;
  z-index:1;
  left:14px;
  bottom:14px;
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 10px;
  border-radius:999px;
  background:rgba(255,255,255,.94);
  color:#111;
  font-size:11px;
  line-height:1;
  font-weight:800;
  backdrop-filter:blur(8px);
}

.news-card-meta{
  justify-content:flex-start;
  gap:10px;
}

.news-card-meta span::before{
  content:"•";
  margin-right:10px;
  color:#a0a0a0;
}

.news-card h3{
  font-size:22px;
}

.news-resources{
  padding-top:4px;
  padding-bottom:92px;
}

.news-resources-head{
  margin-bottom:28px;
}

.news-resources-head h2{
  max-width:760px;
  color:#111;
  font-size:34px;
  line-height:1.08;
  letter-spacing:-.9px;
  font-weight:800;
}

.news-resource-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:16px;
}

.news-resource-card{
  min-width:0;
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:18px;
  min-height:138px;
  padding:24px;
  border:1px solid #e4e4e4;
  border-radius:20px;
  background:#f7f7f7;
  transition:transform .18s ease,border-color .18s ease,background .18s ease;
}

.news-resource-card:hover,
.news-resource-card:focus-visible{
  transform:translateY(-2px);
  border-color:#cfcfcf;
  background:#fff;
  outline:none;
}

.news-resource-icon{
  width:54px;
  height:54px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:15px;
  background:#111;
  color:#fff;
}

.news-resource-icon svg{
  width:27px;
  height:27px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.news-resource-card > span:nth-child(2){
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:7px;
}

.news-resource-card strong{
  color:#111;
  font-size:17px;
  line-height:1.2;
  font-weight:800;
}

.news-resource-card small{
  color:#555;
  font-size:13px;
  line-height:1.55;
}

.news-resource-card > svg{
  width:21px;
  height:21px;
  fill:none;
  stroke:#111;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
  transition:transform .18s ease;
}

.news-resource-card:hover > svg,
.news-resource-card:focus-visible > svg{
  transform:translateX(3px);
}

@media (max-width:767px){
  .news-title-row{
    align-items:flex-start;
    flex-direction:column;
    gap:8px;
  }

  .news-resources-head h2{
    font-size:31px;
  }

  .news-resource-card{
    grid-template-columns:auto minmax(0,1fr);
    min-height:0;
    padding:21px;
  }

  .news-resource-card > svg{
    display:none;
  }
}

@media (min-width:768px){
  .news-card--lead{
    grid-column:span 2;
  }

  .news-card--lead .news-card-media{
    aspect-ratio:2/1;
  }

  .news-card--lead h3{
    font-size:28px;
  }

  .news-resource-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (min-width:1024px){
  .news-resource-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}
