/* /public_html/components/css/kurumsal/ucretsiz-araclar.css */

.qt-tools-page{
  --qti-ink:#101526;
  --qti-ink2:#1d2250;
  --qti-muted:#64708a;
  --qti-muted2:#7b86a0;
  --qti-lav:#6a7eff;
  --qti-lav2:#8ea2ff;
  --qti-cyan:#61f2ff;
  --qti-pink:#ff7ac8;
  --qti-yellow:#ffd76a;
  --qti-line:rgba(106,126,255,.14);
  --qti-line2:rgba(106,126,255,.24);
  --qti-soft:rgba(106,126,255,.065);
  --qti-card:rgba(255,255,255,.92);
  --qti-shadow:0 10px 28px rgba(24,32,64,.07);
  --qti-shadow2:0 18px 48px rgba(24,32,64,.11);
  background:#f8faff;
}

.qt-tools,
.qt-tools *{
  box-sizing:border-box;
}

.qt-tools{
  max-width:100%;
  min-width:0;
  overflow-x:hidden;
  color:var(--qti-ink);
  font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  background:
    radial-gradient(760px 260px at 0% 0%,rgba(106,126,255,.11),transparent 62%),
    radial-gradient(620px 240px at 100% 1%,rgba(97,242,255,.07),transparent 60%),
    radial-gradient(440px 180px at 55% -6%,rgba(255,122,200,.045),transparent 64%),
    linear-gradient(180deg,#fbfcff,#f7f9ff 48%,#fff);
}

.qt-tools a{
  color:inherit;
  text-decoration:none;
}

.qt-tools button,
.qt-tools input{
  font:inherit;
}

.qt-tools-shell{
  width:min(1240px,calc(100% - 28px));
  margin:0 auto;
  min-width:0;
}

/* Hero */

.qt-tools-hero{
  position:relative;
  overflow:hidden;
  border-bottom:1px solid var(--qti-line);
}

.qt-tools-hero::before{
  content:"";
  position:absolute;
  inset:auto -12% -180px -12%;
  height:300px;
  pointer-events:none;
  background:radial-gradient(closest-side at 50% 50%,rgba(106,126,255,.10),transparent 72%);
}

.qt-tools-hero .qt-tools-shell{
  position:relative;
  z-index:1;
  padding:18px 0 22px;
}

.qt-tools-breadcrumb{
  display:flex;
  align-items:center;
  gap:8px;
  max-width:100%;
  margin:0 0 14px;
  color:var(--qti-muted);
  font-size:11.5px;
  line-height:1.2;
  font-weight:850;
  white-space:nowrap;
  overflow:auto;
  scrollbar-width:none;
}

.qt-tools-breadcrumb::-webkit-scrollbar{
  display:none;
}

.qt-tools-breadcrumb a{
  color:var(--qti-lav);
}

.qt-tools-breadcrumb strong{
  color:var(--qti-ink2);
  font-weight:950;
}

.qt-tools-heroGrid{
  display:grid;
  grid-template-columns:minmax(0,1fr) 310px;
  gap:18px;
  align-items:center;
}

.qt-tools-heroCopy{
  min-width:0;
}

.qt-tools-kicker{
  display:inline-flex;
  align-items:center;
  min-height:25px;
  padding:0 10px;
  border:1px solid rgba(106,126,255,.16);
  border-radius:999px;
  color:var(--qti-lav);
  background:rgba(106,126,255,.08);
  font-size:10px;
  line-height:1;
  font-weight:1000;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.qt-tools-hero h1{
  max-width:760px;
  margin:11px 0 0;
  color:var(--qti-ink2);
  font-size:clamp(30px,4.2vw,54px);
  line-height:.98;
  font-weight:1000;
  letter-spacing:-.06em;
}

.qt-tools-hero p{
  max-width:720px;
  margin:12px 0 0;
  color:var(--qti-muted);
  font-size:14.5px;
  line-height:1.58;
  font-weight:650;
}

.qt-tools-searchCard{
  max-width:720px;
  margin-top:14px;
  padding:8px;
  border:1px solid var(--qti-line);
  border-radius:18px;
  background:rgba(255,255,255,.80);
  box-shadow:0 8px 22px rgba(24,32,64,.055);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}

.qt-tools-searchCard label{
  display:block;
  margin:0 0 6px 4px;
  color:var(--qti-ink2);
  font-size:11.5px;
  line-height:1.2;
  font-weight:950;
}

.qt-tools-searchBox{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:7px;
}

.qt-tools-searchBox input{
  width:100%;
  min-height:42px;
  padding:0 13px;
  border:1px solid var(--qti-line2);
  border-radius:14px;
  background:#fff;
  color:var(--qti-ink);
  font-size:13.5px;
  line-height:1.2;
  font-weight:800;
  outline:none;
}

.qt-tools-searchBox input::placeholder{
  color:rgba(100,112,138,.68);
}

.qt-tools-searchBox input:focus{
  border-color:rgba(106,126,255,.44);
  box-shadow:0 0 0 4px rgba(106,126,255,.085);
}

.qt-tools-searchBox button{
  min-height:42px;
  padding:0 12px;
  border:1px solid var(--qti-line2);
  border-radius:14px;
  color:var(--qti-lav);
  background:#fff;
  font-size:11.5px;
  line-height:1;
  font-weight:950;
  cursor:pointer;
}

.qt-tools-heroActions{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:11px;
}

.qt-tools-btn{
  min-height:38px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 14px;
  border-radius:999px;
  font-size:12px;
  line-height:1;
  font-weight:950;
  transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease;
}

.qt-tools-btn:hover{
  transform:translateY(-1px);
}

.qt-tools-btn--primary{
  color:#fff;
  background:
    radial-gradient(110px 52px at 30% 12%,rgba(255,255,255,.24),transparent 58%),
    linear-gradient(135deg,var(--qti-lav),var(--qti-lav2));
  box-shadow:0 10px 22px rgba(106,126,255,.20);
}

.qt-tools-btn--ghost{
  color:var(--qti-ink2);
  border:1px solid var(--qti-line2);
  background:rgba(255,255,255,.80);
}

/* Hero orbit */

.qt-tools-orbit{
  position:relative;
  min-height:250px;
  border:1px solid var(--qti-line);
  border-radius:28px;
  background:
    radial-gradient(240px 120px at 50% 48%,rgba(106,126,255,.14),transparent 64%),
    radial-gradient(190px 100px at 72% 18%,rgba(97,242,255,.10),transparent 64%),
    rgba(255,255,255,.74);
  box-shadow:var(--qti-shadow2);
  overflow:hidden;
}

.qt-tools-orbit::before{
  content:"";
  position:absolute;
  inset:28px;
  border:1px dashed rgba(106,126,255,.22);
  border-radius:999px;
}

.qt-tools-orbitCore,
.qt-tools-orbitItem{
  position:absolute;
  display:grid;
  place-items:center;
  text-align:center;
  border:1px solid rgba(106,126,255,.16);
  background:linear-gradient(180deg,#fff,#f8faff);
  box-shadow:0 10px 24px rgba(24,32,64,.07);
}

.qt-tools-orbitCore{
  left:50%;
  top:50%;
  width:112px;
  height:112px;
  border-radius:30px;
  transform:translate(-50%,-50%);
}

.qt-tools-orbitCore b{
  color:var(--qti-ink2);
  font-size:36px;
  line-height:1;
  font-weight:1000;
  letter-spacing:-.06em;
}

.qt-tools-orbitCore span,
.qt-tools-orbitItem span{
  color:var(--qti-muted);
  font-size:10.5px;
  line-height:1;
  font-weight:950;
}

.qt-tools-orbitItem{
  width:82px;
  height:64px;
  border-radius:19px;
}

.qt-tools-orbitItem b{
  color:var(--qti-lav);
  font-size:21px;
  line-height:1;
  font-weight:1000;
}

.qt-tools-orbitItem--one{
  left:20px;
  top:28px;
}

.qt-tools-orbitItem--two{
  right:20px;
  top:38px;
}

.qt-tools-orbitItem--three{
  right:44px;
  bottom:28px;
}

/* Feature strip */

.qt-tools-featureStrip{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:8px;
  margin-top:14px;
}

.qt-tools-featureMini{
  min-width:0;
  min-height:52px;
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:9px;
  padding:9px 10px;
  border:1px solid var(--qti-line);
  border-radius:16px;
  background:rgba(255,255,255,.80);
  box-shadow:0 7px 18px rgba(24,32,64,.04);
  transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease;
}

.qt-tools-featureMini:hover{
  transform:translateY(-2px);
  border-color:rgba(106,126,255,.28);
  box-shadow:var(--qti-shadow);
}

.qt-tools-featureMini span{
  color:var(--qti-lav);
  font-size:10.5px;
  line-height:1;
  font-weight:1000;
}

.qt-tools-featureMini b{
  min-width:0;
  color:var(--qti-ink2);
  font-size:12.5px;
  line-height:1.2;
  font-weight:950;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.qt-tools-featureMini em{
  font-style:normal;
  color:#fff;
  background:linear-gradient(135deg,var(--qti-lav),var(--qti-lav2));
  min-height:25px;
  display:inline-flex;
  align-items:center;
  padding:0 8px;
  border-radius:999px;
  font-size:10px;
  line-height:1;
  font-weight:950;
}

/* Catalog */

.qt-tools-catalog .qt-tools-shell{
  padding:20px 0 44px;
}

.qt-tools-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 300px;
  align-items:start;
  gap:16px;
}

.qt-tools-main{
  min-width:0;
}

.qt-tools-toolbar{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:14px;
  margin-bottom:10px;
}

.qt-tools-sectionHead{
  min-width:0;
}

.qt-tools-sectionHead span,
.qt-tools-nextCopy span{
  color:var(--qti-lav);
  font-size:10.5px;
  line-height:1;
  font-weight:1000;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.qt-tools-sectionHead h2,
.qt-tools-nextCopy h2{
  margin:8px 0 0;
  color:var(--qti-ink2);
  font-size:clamp(22px,2.7vw,34px);
  line-height:1.04;
  font-weight:1000;
  letter-spacing:-.045em;
}

.qt-tools-sectionHead p,
.qt-tools-nextCopy p{
  max-width:720px;
  margin:8px 0 0;
  color:var(--qti-muted);
  font-size:13.5px;
  line-height:1.58;
  font-weight:650;
}

.qt-tools-viewSwitch{
  flex:0 0 auto;
  display:flex;
  gap:5px;
  padding:4px;
  border:1px solid var(--qti-line);
  border-radius:999px;
  background:rgba(255,255,255,.76);
}

.qt-tools-viewSwitch button{
  min-height:29px;
  padding:0 10px;
  border:0;
  border-radius:999px;
  background:transparent;
  color:var(--qti-muted);
  font-size:11px;
  line-height:1;
  font-weight:950;
  cursor:pointer;
}

.qt-tools-viewSwitch button.is-active{
  color:#fff;
  background:linear-gradient(135deg,var(--qti-lav),var(--qti-lav2));
  box-shadow:0 7px 16px rgba(106,126,255,.15);
}

.qt-tools-catRail{
  display:flex;
  gap:6px;
  max-width:100%;
  overflow:auto;
  padding:2px 0 7px;
  margin-bottom:4px;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:none;
}

.qt-tools-catRail::-webkit-scrollbar{
  display:none;
}

.qt-tools-catRail button{
  flex:0 0 auto;
  min-height:34px;
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:0 11px;
  border:1px solid var(--qti-line);
  border-radius:999px;
  background:linear-gradient(180deg,#fff,#f9faff);
  color:var(--qti-ink2);
  font-size:11.5px;
  line-height:1;
  font-weight:950;
  cursor:pointer;
  transition:transform .15s ease,border-color .15s ease,color .15s ease;
}

.qt-tools-catRail button:hover{
  transform:translateY(-1px);
  border-color:rgba(106,126,255,.3);
  color:var(--qti-lav);
}

.qt-tools-catRail button.is-active{
  color:#fff;
  border-color:transparent;
  background:linear-gradient(135deg,var(--qti-ink2),#303b85);
}

.qt-tools-catRail b{
  min-width:20px;
  min-height:20px;
  display:grid;
  place-items:center;
  border-radius:999px;
  background:rgba(255,255,255,.22);
  font-size:10px;
  line-height:1;
  font-weight:1000;
}

.qt-tools-catRail button:not(.is-active) b{
  color:var(--qti-lav);
  background:rgba(106,126,255,.09);
}

.qt-tools-resultLine{
  display:flex;
  justify-content:space-between;
  gap:10px;
  margin:0 0 9px;
  color:var(--qti-muted);
  font-size:11.5px;
  line-height:1.35;
  font-weight:850;
}

.qt-tools-resultLine span:first-child{
  color:var(--qti-ink2);
  font-weight:1000;
}

/* Cards */

.qt-tools-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:9px;
}

.qt-tools-card{
  position:relative;
  min-width:0;
  min-height:164px;
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:10px;
  padding:12px;
  border:1px solid var(--qti-line);
  border-radius:19px;
  background:
    radial-gradient(220px 100px at 0 0,rgba(106,126,255,.07),transparent 64%),
    linear-gradient(180deg,rgba(255,255,255,.96),rgba(248,250,255,.94));
  box-shadow:0 7px 20px rgba(24,32,64,.048);
  transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease;
  overflow:hidden;
}

.qt-tools-card:hover{
  transform:translateY(-2px);
  border-color:rgba(106,126,255,.28);
  box-shadow:var(--qti-shadow);
}

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

.qt-tools-card.is-planned{
  opacity:.78;
}

.qt-tools-card.is-planned .qt-tools-cardGo{
  color:var(--qti-muted);
  background:rgba(100,112,138,.10);
}

.qt-tools-cardIcon{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:14px;
  color:var(--qti-lav);
  background:linear-gradient(145deg,rgba(106,126,255,.12),rgba(97,242,255,.08));
  box-shadow:inset 0 0 0 1px rgba(106,126,255,.15);
}

.qt-tools-cardIcon svg{
  width:22px;
  height:22px;
  display:block;
}

.qt-tools-cardBody{
  min-width:0;
  display:block;
  padding-bottom:30px;
}

.qt-tools-cardMeta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:7px;
  margin-bottom:7px;
}

.qt-tools-cardMeta small{
  min-width:0;
  color:var(--qti-lav);
  font-size:10px;
  line-height:1;
  font-weight:1000;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.qt-tools-cardMeta em{
  flex:0 0 auto;
  min-height:20px;
  display:inline-flex;
  align-items:center;
  padding:0 7px;
  border-radius:999px;
  color:var(--qti-lav);
  background:rgba(106,126,255,.09);
  font-size:9px;
  line-height:1;
  font-style:normal;
  font-weight:1000;
}

.qt-tools-card strong{
  display:block;
  color:var(--qti-ink2);
  font-size:15.5px;
  line-height:1.18;
  font-weight:1000;
  letter-spacing:-.02em;
}

.qt-tools-cardText{
  display:block;
  margin-top:7px;
  color:var(--qti-muted);
  font-size:12.2px;
  line-height:1.45;
  font-weight:650;
}

.qt-tools-cardTags{
  display:flex;
  flex-wrap:wrap;
  gap:4px;
  margin-top:8px;
}

.qt-tools-cardTags i{
  min-height:20px;
  display:inline-flex;
  align-items:center;
  padding:0 7px;
  border-radius:999px;
  background:rgba(106,126,255,.055);
  color:var(--qti-muted);
  font-size:9.5px;
  line-height:1;
  font-style:normal;
  font-weight:850;
}

.qt-tools-cardGo{
  position:absolute;
  right:10px;
  bottom:10px;
  min-height:28px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 9px;
  border-radius:999px;
  color:#fff;
  background:linear-gradient(135deg,var(--qti-lav),var(--qti-lav2));
  font-size:10.5px;
  line-height:1;
  font-weight:1000;
}

.qt-tools-empty{
  margin-top:10px;
  padding:18px;
  border:1px dashed var(--qti-line2);
  border-radius:20px;
  background:rgba(255,255,255,.76);
  text-align:center;
}

.qt-tools-empty b{
  display:block;
  color:var(--qti-ink2);
  font-size:16px;
  font-weight:1000;
}

.qt-tools-empty span{
  display:block;
  margin-top:6px;
  color:var(--qti-muted);
  font-size:12.5px;
  font-weight:750;
}

/* Next / roadmap */

.qt-tools-next{
  display:grid;
  grid-template-columns:minmax(0,1fr) 300px;
  gap:14px;
  margin-top:14px;
  padding:16px;
  border-radius:22px;
  color:#fff;
  background:
    radial-gradient(460px 160px at 0 0,rgba(142,162,255,.23),transparent 64%),
    radial-gradient(320px 140px at 100% 100%,rgba(97,242,255,.10),transparent 64%),
    linear-gradient(135deg,#101526,#1d2250);
  box-shadow:0 18px 44px rgba(24,32,64,.16);
}

.qt-tools-nextCopy span{
  color:var(--qti-cyan);
}

.qt-tools-nextCopy h2,
.qt-tools-nextCopy p{
  color:#fff;
}

.qt-tools-nextCopy p{
  color:rgba(255,255,255,.74);
}

.qt-tools-nextList{
  display:grid;
  gap:7px;
}

.qt-tools-nextList a{
  min-width:0;
  min-height:44px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:9px;
  padding:0 11px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:14px;
  background:rgba(255,255,255,.07);
}

.qt-tools-nextList b{
  min-width:0;
  color:#fff;
  font-size:12.5px;
  line-height:1.2;
  font-weight:950;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.qt-tools-nextList span{
  flex:0 0 auto;
  color:rgba(255,255,255,.66);
  font-size:10.5px;
  font-weight:850;
}

/* Sidebar alanı sadece yerleşim için. Tasarım tools-common.css dosyasından gelir. */

.qt-tools-layout > .qt-tools-side{
  min-width:0;
  align-self:start;
}

/* Responsive */

@media (max-width:1180px){
  .qt-tools-heroGrid,
  .qt-tools-layout,
  .qt-tools-next{
    grid-template-columns:1fr;
  }

  .qt-tools-orbit{
    min-height:auto;
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:7px;
    padding:9px;
    border-radius:22px;
  }

  .qt-tools-orbit::before{
    display:none;
  }

  .qt-tools-orbitCore,
  .qt-tools-orbitItem{
    position:static;
    width:auto;
    height:76px;
    transform:none;
    border-radius:16px;
  }
}

@media (max-width:940px){
  .qt-tools-shell{
    width:100%;
    padding-left:10px;
    padding-right:10px;
  }

  .qt-tools-hero .qt-tools-shell{
    padding-top:14px;
    padding-bottom:18px;
  }

  .qt-tools-hero h1{
    font-size:clamp(28px,9.5vw,44px);
  }

  .qt-tools-hero p{
    font-size:13.8px;
    line-height:1.55;
  }

  .qt-tools-featureStrip{
    display:flex;
    overflow:auto;
    gap:7px;
    padding-bottom:3px;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
  }

  .qt-tools-featureStrip::-webkit-scrollbar{
    display:none;
  }

  .qt-tools-featureMini{
    flex:0 0 220px;
  }

  .qt-tools-toolbar{
    display:grid;
    gap:10px;
  }

  .qt-tools-viewSwitch{
    width:100%;
    overflow:auto;
    justify-content:flex-start;
    scrollbar-width:none;
  }

  .qt-tools-viewSwitch::-webkit-scrollbar{
    display:none;
  }

  .qt-tools-viewSwitch button{
    flex:0 0 auto;
  }

  .qt-tools-resultLine{
    display:grid;
    gap:3px;
  }

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

  .qt-tools-card{
    min-height:154px;
    border-radius:18px;
    padding:11px;
  }

  .qt-tools-cardIcon{
    width:39px;
    height:39px;
    border-radius:13px;
  }

  .qt-tools-cardIcon svg{
    width:21px;
    height:21px;
  }
}

@media (max-width:620px){
  .qt-tools-searchBox{
    grid-template-columns:minmax(0,1fr) 72px;
    gap:6px;
  }

  .qt-tools-searchBox input{
    min-height:40px;
    padding:0 11px;
    font-size:13px;
    border-radius:13px;
  }

  .qt-tools-searchBox button{
    min-height:40px;
    padding:0 7px;
    border-radius:13px;
    font-size:10.8px;
  }

  .qt-tools-heroActions{
    display:grid;
    grid-template-columns:1fr 1fr;
  }

  .qt-tools-btn{
    width:100%;
  }

  .qt-tools-orbit{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .qt-tools-orbitCore,
  .qt-tools-orbitItem{
    height:70px;
  }

  .qt-tools-orbitCore b{
    font-size:28px;
  }

  .qt-tools-grid{
    grid-template-columns:1fr;
  }

  .qt-tools-card{
    min-height:auto;
  }

  .qt-tools-cardBody{
    padding-bottom:31px;
  }

  .qt-tools-cardText,
  .qt-tools-cardTags i{
    overflow-wrap:anywhere;
  }

  .qt-tools-next{
    padding:14px;
    border-radius:20px;
  }

  .qt-tools-nextList a{
    min-height:42px;
  }
}

@media (max-width:420px){
  .qt-tools-shell{
    padding-left:8px;
    padding-right:8px;
  }

  .qt-tools-hero h1{
    font-size:28px;
    line-height:1.02;
  }

  .qt-tools-kicker{
    font-size:9.5px;
  }

  .qt-tools-searchCard{
    padding:7px;
    border-radius:17px;
  }

  .qt-tools-searchBox{
    grid-template-columns:1fr;
  }

  .qt-tools-searchBox button{
    width:100%;
  }

  .qt-tools-heroActions{
    grid-template-columns:1fr;
  }

  .qt-tools-featureMini{
    flex-basis:205px;
  }

  .qt-tools-card{
    grid-template-columns:1fr;
  }

  .qt-tools-cardGo{
    position:static;
    width:max-content;
    margin-top:9px;
  }

  .qt-tools-cardBody{
    padding-bottom:0;
  }

  .qt-tools-cardMeta{
    align-items:flex-start;
  }

  .qt-tools-catRail button{
    min-height:33px;
    padding:0 9px;
    font-size:11px;
  }

  .qt-tools-sectionHead h2,
  .qt-tools-nextCopy h2{
    font-size:21px;
  }
}

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