/* ===========================
   AT: Atölye’de Ne Yok? (Site uyumlu)
   Aksan rengi: #00B2E3 (sitedeki turkuaz)
   =========================== */

.at-no-wrap{
  padding: 56px 0;
  background: transparent; /* siteyle uyum: bant gibi durmasın */
}

.at-no-container{
  width: min(1140px, calc(100% - 32px));
  margin: 0 auto;
}

.at-no-head{
  text-align: center;
  margin-bottom: 26px;
}

.at-no-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 10px 30px rgba(2,6,23,.05);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .8px;
  color: rgba(15,23,42,.75);
}

.at-no-title{
  margin: 14px 0 8px 0;
  font-size: 34px;
  line-height: 1.15;
  letter-spacing: -0.4px;
  color: #0f172a;
  font-weight: 800;
}

.at-no-sub{
  margin: 0 auto;
  max-width: 720px;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(15,23,42,.68);
}

/* Cards */
.at-no-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.at-no-card{
  background: #ffffff;
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 18px;
  padding: 22px 22px 20px 22px;
  box-shadow: 0 18px 55px rgba(2,6,23,.06);
  transition: transform .18s ease, box-shadow .18s ease;
}

.at-no-card:hover{
  transform: translateY(-3px);
  box-shadow: 0 22px 70px rgba(2,6,23,.08);
}

.at-no-card-title{
  margin: 14px 0 8px 0;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 800;
  color: #0f172a;
  text-align: center;
}

.at-no-card-text{
  margin: 0;
  font-size: 13.5px;
  line-height: 1.6;
  color: rgba(15,23,42,.68);
  text-align: center;
}

/* Icon (emoji yok, sade rozet + çizgisel ikon) */
.at-no-ic{
  width: 44px;
  height: 44px;
  margin: 0 auto;
  border-radius: 14px;
  background: rgba(0,178,227,.08);
  border: 1px solid rgba(0,178,227,.22);
  position: relative;
}

/* 1) motivasyon: konuşma balonu + çizgi */
.at-no-ic--motivation:before{
  content:"";
  position:absolute;
  left: 12px;
  top: 12px;
  width: 20px;
  height: 16px;
  border: 2px solid rgba(15,23,42,.55);
  border-radius: 8px;
  background: transparent;
}
.at-no-ic--motivation:after{
  content:"";
  position:absolute;
  left: 16px;
  top: 25px;
  width: 12px;
  height: 2px;
  background: rgba(15,23,42,.55);
  box-shadow: 0 5px 0 rgba(15,23,42,.40);
  border-radius: 2px;
}

/* 2) timing: saat */
.at-no-ic--timing:before{
  content:"";
  position:absolute;
  left: 12px;
  top: 12px;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(15,23,42,.55);
  border-radius: 999px;
}
.at-no-ic--timing:after{
  content:"";
  position:absolute;
  left: 22px;
  top: 16px;
  width: 2px;
  height: 10px;
  background: rgba(15,23,42,.55);
  transform-origin: bottom center;
  transform: rotate(20deg);
  border-radius: 2px;
}

/* 3) plan: belge + madde */
.at-no-ic--plan:before{
  content:"";
  position:absolute;
  left: 14px;
  top: 12px;
  width: 18px;
  height: 20px;
  border: 2px solid rgba(15,23,42,.55);
  border-radius: 6px;
}
.at-no-ic--plan:after{
  content:"";
  position:absolute;
  left: 18px;
  top: 18px;
  width: 10px;
  height: 2px;
  background: rgba(15,23,42,.55);
  box-shadow: 0 6px 0 rgba(15,23,42,.45);
  border-radius: 2px;
}

/* CTA */
.at-no-cta{
  margin-top: 22px;
  text-align: center;
}

.at-no-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 14px;
  background: #00B2E3;         /* site turkuaz */
  color: #ffffff;
  text-decoration: none;
  font-weight: 800;
  font-size: 13px;
  box-shadow: 0 16px 40px rgba(0,178,227,.22);
  border: 1px solid rgba(0,178,227,.35);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.at-no-btn:hover{
  transform: translateY(-2px);
  background: #009fcd;
  box-shadow: 0 18px 48px rgba(0,178,227,.28);
}

.at-no-note{
  margin-top: 10px;
  font-size: 13px;
  color: rgba(15,23,42,.62);
}

/* Responsive */
@media (max-width: 992px){
  .at-no-grid{ grid-template-columns: 1fr; }
  .at-no-title{ font-size: 28px; }
}
