@charset "UTF-8";

/* SEO Makinesi - Site Haritası Final */

.smk-sitemap-page,
.smk-sitemap-page *{
  box-sizing:border-box;
}

.smk-sitemap-page{
  width:100%;
  overflow:hidden;
  background:#fff;
  color:#071225;
  font-family:inherit;
}

.smk-sitemap-container{
  width:min(1344px, calc(100% - 48px));
  margin:0 auto;
}

.smk-sitemap-hero{
  position:relative;
  padding:74px 0 54px;
  background:
    radial-gradient(circle at 13% 10%, rgba(66,133,244,.10), transparent 34%),
    radial-gradient(circle at 92% 8%, rgba(52,168,83,.10), transparent 30%),
    linear-gradient(180deg,#fff 0%,#f7faff 100%);
  border-bottom:1px solid rgba(15,23,42,.08);
}

.smk-sitemap-hero::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:4px;
  background:linear-gradient(90deg,#4285f4 0 25%,#ea4335 25% 50%,#fbbc05 50% 75%,#34a853 75% 100%);
}

.smk-sitemap-breadcrumb{
  display:flex;
  align-items:center;
  gap:9px;
  margin-bottom:18px;
  color:#94a3b8;
  font-size:13px;
  font-weight:800;
}

.smk-sitemap-breadcrumb a{
  color:#94a3b8;
  text-decoration:none;
}

.smk-sitemap-breadcrumb strong{
  color:#2563eb;
}

.smk-sitemap-head{
  max-width:920px;
}

.smk-sitemap-badge{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:7px 14px;
  border-radius:999px;
  background:#eaf2ff;
  color:#0f5be8;
  font-size:13px;
  font-weight:900;
}

.smk-sitemap-head h1{
  max-width:880px;
  margin:18px 0 0;
  color:#071225;
  font-size:clamp(42px,4.2vw,64px);
  line-height:1.04;
  letter-spacing:-.055em;
  font-weight:950;
}

.smk-sitemap-head p{
  max-width:820px;
  margin:20px 0 0;
  color:#223754;
  font-size:18px;
  line-height:1.65;
  font-weight:650;
}

.smk-sitemap-line{
  width:min(420px,80vw);
  height:5px;
  margin:22px 0 0;
  display:grid;
  grid-template-columns:2fr 1fr 1fr 2fr;
  gap:6px;
}

.smk-sitemap-line span{
  border-radius:999px;
}

.smk-sitemap-line .b1{background:#4285f4;}
.smk-sitemap-line .b2{background:#ea4335;}
.smk-sitemap-line .b3{background:#fbbc05;}
.smk-sitemap-line .b4{background:#34a853;}

.smk-sitemap-stats{
  width:min(860px,100%);
  margin:26px 0 0;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}

.smk-sitemap-stat{
  min-height:86px;
  padding:14px 12px;
  border-radius:22px;
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  box-shadow:0 16px 38px rgba(15,23,42,.06);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}

.smk-sitemap-stat strong{
  color:#071225;
  font-size:28px;
  line-height:1;
  font-weight:950;
  letter-spacing:-.04em;
}

.smk-sitemap-stat span{
  margin-top:7px;
  color:#64748b;
  font-size:13px;
  font-weight:850;
}

.smk-sitemap-content{
  padding:58px 0 78px;
  background:#fff;
}

.smk-sitemap-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
  align-items:stretch;
}

.smk-sitemap-card{
  min-width:0;
  min-height:250px;
  padding:25px 24px;
  border-radius:26px;
  background:#fff;
  border:1px solid rgba(15,23,42,.09);
  box-shadow:0 18px 44px rgba(15,23,42,.06);
  position:relative;
  overflow:hidden;
}

.smk-sitemap-wide{
  grid-column:span 2;
}

.smk-sitemap-card::before{
  content:"";
  position:absolute;
  left:0;
  top:24px;
  bottom:24px;
  width:4px;
  border-radius:999px;
  background:linear-gradient(180deg,#4285f4,#34a853);
}

.smk-sitemap-title-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin:0 0 18px;
}

.smk-sitemap-title-row h2{
  margin:0;
  color:#071225;
  font-size:22px;
  line-height:1.22;
  font-weight:950;
  letter-spacing:-.025em;
}

.smk-sitemap-title-row span{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:36px;
  min-height:30px;
  padding:5px 11px;
  border-radius:999px;
  background:#eaf2ff;
  color:#2563eb;
  font-size:12px;
  font-weight:950;
}

.smk-sitemap-links{
  display:grid;
  gap:9px;
  position:relative;
  z-index:2;
}

.smk-sitemap-two{
  grid-template-columns:repeat(2,minmax(0,1fr));
}

.smk-sitemap-links a{
  min-height:42px;
  padding:10px 12px 10px 14px;
  border-radius:15px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  color:#0f172a;
  background:rgba(66,133,244,.075);
  border:1px solid rgba(66,133,244,.06);
  text-decoration:none;
  font-size:14px;
  line-height:1.36;
  font-weight:850;
  transition:.2s ease;
}

.smk-sitemap-links a::after{
  content:"→";
  color:#2563eb;
  font-size:15px;
  font-weight:950;
}

.smk-sitemap-links a:hover{
  color:#fff;
  background:linear-gradient(135deg,#2563eb,#34a853);
  border-color:transparent;
  text-decoration:none;
  transform:translateX(3px);
  box-shadow:0 12px 26px rgba(37,99,235,.18);
}

.smk-sitemap-links a:hover::after{
  color:#fff;
}

.smk-sitemap-empty{
  min-height:42px;
  padding:11px 13px;
  border-radius:15px;
  display:flex;
  align-items:center;
  color:#64748b;
  background:rgba(100,116,139,.09);
  font-size:14px;
  line-height:1.5;
  font-weight:750;
}

.smk-sitemap-cta{
  margin-top:22px;
  padding:32px;
  border-radius:28px;
  background:linear-gradient(135deg,#2563eb,#0f58d6);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  box-shadow:0 20px 44px rgba(37,99,235,.18);
}

.smk-sitemap-cta span{
  display:block;
  margin-bottom:8px;
  color:rgba(255,255,255,.75);
  font-size:13px;
  font-weight:900;
}

.smk-sitemap-cta h2{
  margin:0;
  color:#fff;
  font-size:28px;
  line-height:1.16;
  letter-spacing:-.035em;
  font-weight:950;
}

.smk-sitemap-cta p{
  margin:10px 0 0;
  color:rgba(255,255,255,.82);
  font-size:15px;
  line-height:1.6;
  font-weight:650;
}

.smk-sitemap-cta a{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:0 24px;
  border-radius:14px;
  background:#fff;
  color:#0f58d6;
  text-decoration:none;
  font-size:15px;
  font-weight:950;
}

@media(max-width:1200px){
  .smk-sitemap-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }

  .smk-sitemap-wide{
    grid-column:span 3;
  }
}

@media(max-width:991px){
  .smk-sitemap-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .smk-sitemap-wide{
    grid-column:span 2;
  }

  .smk-sitemap-stats{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .smk-sitemap-cta{
    align-items:flex-start;
    flex-direction:column;
  }
}

@media(max-width:720px){
  .smk-sitemap-container{
    width:min(100% - 22px,100%);
  }

  .smk-sitemap-hero{
    padding:62px 0 42px;
  }

  .smk-sitemap-head h1{
    font-size:36px;
    line-height:1.08;
  }

  .smk-sitemap-head p{
    font-size:16px;
    line-height:1.65;
  }

  .smk-sitemap-grid,
  .smk-sitemap-two{
    grid-template-columns:1fr;
  }

  .smk-sitemap-wide{
    grid-column:auto;
  }

  .smk-sitemap-content{
    padding:42px 0 62px;
  }

  .smk-sitemap-card{
    min-height:0;
    border-radius:22px;
    padding:22px 20px;
  }

  .smk-sitemap-cta{
    padding:24px;
    border-radius:22px;
  }

  .smk-sitemap-cta h2{
    font-size:23px;
  }

  .smk-sitemap-cta a{
    width:100%;
  }
}
