body{
    font-family: "Poppins", sans-serif;
    background: black;
    color: white;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.header-icerik{
    background: #00000087;
    padding: 25px 60px 25px 60px;
    border-radius: 200px;
    margin-top: 30px;
    margin-bottom: 30px;
    backdrop-filter: blur(6px);
}

.header-icerik .coreLogo{
    width: 100px;
}

.header-icerik .row{
    align-items: center;
}

.coreMenuler{
    display: flex;
    justify-content: center;
    margin: 0;
}

.coreMenuler li{
    color: white;
    list-style: none;
    width: max-content;
    text-align: center;
    padding: 0px 20px 0px 20px;
}

.coreMenuler li a{
    color: white;
    text-decoration: none;
    transition: ease .4s;
    font-weight: 300;
}

.text-right{
    text-align: right;
}

.headerIletisimButon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 24px;
    border-radius: 999px;
    color: #f1f7ff;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.2px;
    text-decoration: none;
    border: 1px solid #1f2337;
    position: relative;
    background: black;
}

.headerIletisimButon::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -3.5px;
    transform: translateX(-50%);
    width: 70px;
    height: 5px;
    background: radial-gradient(ellipse at center, rgb(1 184 250), rgb(0 189 255 / 28%), transparent 70%);
    pointer-events: none;
}

.coreKarsilama h1{
    font-size: 41px;
    font-weight: 600;
}

.coreKarsilama p{
    font-size: 22px;
    font-weight: 300;
    color: #d5d5d5;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 50px;
}

.coreKarsilama{
    padding-top: 100px;
}

.coreKarsilama button{
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 34px 10px 55px;
  border-radius: 999px;
  background: black;
  color: #f4fbff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .2px;
  border: 1px solid transparent;
  cursor: pointer;
  user-select: none;
  box-shadow: 20px 0px 60px rgb(0 188 254 / 63%);
  background-image: linear-gradient(black, black), linear-gradient(90deg, rgb(30 61 164), rgb(0 188 254) /* SAĞ border rengi */);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  z-index: 1;
}

.coreKarsilama button img{
    width: 28px;
    position: absolute;
    left: 18px;
}

.coreKarsilamav2 .coreYazi{
    width: 100%;
    position: absolute;
    margin-top: 41px;
}

.coreKarsilamav2 .coreMockup{
    z-index: 1;
    position: relative;
    left: 0;
    right: 0;
    width: 60%;
    margin: 0 auto;
    display: flex;
}

.coreKarsilamav2{
    position: relative;
}

.coreKarsilamav2::before{
  content: "";
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translate(-50%, -10%);
  width: 100%;
  height: 980px;
  border-radius: 50%;
  background: radial-gradient(circle, rgb(30 61 164), rgb(30 61 164 / 56%), #00000000 70%);
  filter: blur(18px);
  pointer-events: none;
}

.coreBasliklari{
    text-align: center;
}

.coreBasliklari h5{
    font-size: 26px;
    color: #cbcbcb;
    font-weight: 600;
    margin-bottom: 20px;
}

.coreBasliklari h3{
    font-size: 41px;
    font-weight: 600;
    margin-bottom: 20px;
}

.coreBasliklari p{
    color: #d2d2d2;
    font-size: 21px;
}

.coreGoogleGorseli{
    display: flex;
    margin: 0 auto;
    height: 440px;
    width: 100%;
    object-fit: contain;
    border-radius: 20px;
}

.coreBasliklari{
    margin-bottom: 70px;
}

.coreGoogleAciklama{
    text-align: center;
    color: #d2d2d2;
    font-size: 21px;
    margin-top: 80px;
}

.ikincilButon{
    display: flex;
    margin: 0 auto;
    justify-content: center;
    text-decoration: none;
}

.ikincilButon button{
    background: #ffffff;
    font-weight: 700;
    color: #3f3f3f;
    padding: 10px 20px 10px 20px;
    border: none;
    border-radius: 30px;
    margin-top: 30px;
}

.hizmetlerimizSection{
    background: #f9f9f9;
    padding-top: 120px;
    margin-top: 0px;
    padding-bottom: 120px;
}

.darkBasliklar *{
    color: black !important;
}

.darkBasliklar h3{
    font-size: 58px;
    line-height: 60px;
}

.hizmetlerRow{
    justify-content: center;
}

.hizmetlerRow img{
    width: 70%;
    height: 200px;
    object-fit: contain;
}

.hizmetlerRow .hizmetlerKart{
    background-color: white;
    text-align: center;
    box-shadow: 0px 0px 15px #00000012;
    border-radius: 10px;
    padding: 60px 60px;
    box-shadow: none !important;
    background-color: transparent !important;
}

.hizmetlerRow h3{
    text-align: center;
    color: black;
    font-weight: 600;
    font-size: 32px;
    margin-top: 20px;
}

.hizmetlerRow p{
    color: black;
    margin-top: 30px;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 50px;
}

.hizmetlerRow a{
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .2px;
  background: linear-gradient(    90deg,    #00c6fb,    #2141aa  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  text-decoration: none;
}

.nasilYapiyoruzRow img{
    width: 80%;
    height: 250px;
    object-fit: cover;
    display: flex;
    margin: 0 auto;
    border-radius: 10px;
}

.nasilYapiyoruzRow{
    align-items: center;
    justify-content: center;
    margin-top: 200px;
    margin-bottom: 200px;
    text-align: center;
}

.nasilYapiyoruzRow p{
    width: 440px;
    line-height: 35px;
    color: #d0d0d1;
    font-size: 20px;
    margin: 0 auto;
    margin-top: 20px;
    text-align: left;
}

.nasilYapiyoruzRow h4{
    font-size: 42px;
    font-weight: 600;
    width: 440px;
    margin: 0 auto;
    text-align: left;
}

.nasilYapiyoruzRowTers img{
    margin-left: 0;
}

.nasilyapiyoruzSection{
    padding-top: 120px;
    padding-bottom: 120px;
    background-image: url(/kurumsal/resim/arkaplan.avif);
    background-size: cover;
}

.referanslarimizSection{
    background: #f9f9f9;
    padding-top: 120px;
    margin-top: 0px;
    padding-bottom: 120px;
}

.h3fix h3{
    font-size: 43px !important;
}

.h3fix *{
    color: #000a2c !important;
}

.referanslarRow{
    justify-content: center;
}

.referanslarRow img{
    width: 100%;
}

.kesfetSection{
    padding-top: 120px;
    padding-bottom: 40px;
    z-index: 2;
    position: relative;
}

  :root{
    --nav-size: 52px;
    --radius: 14px;
    --shadow: 0 20px 60px rgba(0,0,0,.35);
    --text: #0d1b2a;
    --muted: #4b5563;
    --brand: #0b1b5c;
  }

  /* sayfa ortalama */
  .heroWrap{
    width: min(1160px, calc(100% - 40px));
    margin: 60px auto;
    position: relative;
  }

  /* Swiper container */
  .heroSwiper{
    position: relative;
  }

  /* slide kartı */
  .heroCard{
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    background: #fff;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    min-height: 420px;
    text-decoration: none;
  }

  .heroMedia{
    position: relative;
    background: #0b1220;
  }
  .heroMedia img{
    width: 100%;
    height: 533px;
    object-fit: cover;
    display: block;
  }

  .heroContent{
    padding: 44px 54px 44px 34px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 18px;
    color: var(--text);
  }

  .heroKicker{
    font-size: 16px;
    font-weight: 600;
    color: #000b2e;
  }

  .heroTitle{
    margin: 0;
    font-size: clamp(28px, 3.1vw, 44px);
    line-height: 1.12;
    letter-spacing: -0.6px;
    font-weight: 600;
    font-size: 40px;
    color: #000b2e;
  }

  .heroDesc{
    margin: 0;
    font-size: 22px;
    line-height: 37px;
    color: #000b2e;
    max-width: 46ch;
  }

  .heroDate{
    margin-top: 26px;
    font-size: 14px;
    color: #1e2746;
    font-weight: 500;
  }

  .heroNav{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: var(--nav-size);
    height: var(--nav-size);
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 10px 25px rgba(0,0,0,.25);
    display: grid;
    place-items: center;
    cursor: pointer;
    z-index: 10;
    user-select: none;
  }

  .heroNav svg{
    width: 40px;
    height: 40px;
    stroke: #0b1b5c;
    stroke-width: 3;
    fill: none;
  }

  .heroNavPrev{left: -80px;}
  .heroNavNext{right: -80px;}

  .heroNav:hover{
    box-shadow: 0 14px 30px rgba(0,0,0,.32);
    transform: translateY(-50%) scale(1.03);
    transition: .18s ease;
  }

  .swiper-button-next,
  .swiper-button-prev{
    display: none;
  }

  @media (max-width: 900px){
    .heroCard{
      grid-template-columns: 1fr;
      min-height: unset;
    }
    .heroMedia{ height: 260px; }
    .heroContent{ padding: 28px 22px 30px; }
    .heroNavPrev{ left: 8px; }
    .heroNavNext{ right: 8px; }
  }

  .coreFooter{
  position: relative;
  padding: 0px 0 20px;
  
   /* sayfa zemini */
  background-image: url(/kurumsal/resim/arkaplan.avif);
  background-size: cover;
}

/* arkadaki mavimsi glow */
.coreFooter__bg{position: absolute;left: 50%;top: 0%;transform: translate(-50%, -10%);width: 100%;height: 500px;border-radius: 50%;background: radial-gradient(circle, rgb(0 161 255 / 65%), rgb(0 161 255 / 8%), transparent 70%);filter: blur(18px);pointer-events: none;z-index: -1;}

/* (opsiyonel) hafif yıldız dokusu: istersen sil */
.coreFooter::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity: .55;
}

.coreFooter__wrap{
  width: min(1180px, calc(100% - 46px));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* panel */
.coreFooter__panel{
  border-radius: 28px;
  background: #000000bf;
  box-shadow:
    0 30px 90px rgba(0,0,0,.55),
    inset 0 1px 0 rgba(255,255,255,.04);
  overflow: hidden; /* çizgiler panel içinde bitsin */
}

/* 4 kolon grid */
.coreFooter__grid{
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr 1fr;
}

/* kolonlar arası dikey çizgiler */
.coreFooter__col{
  padding: 62px 46px;
  position: relative;
}

.coreFooter__col:not(:last-child){
  border-right: 1px solid rgba(255,255,255,.08);
}

/* yatay çizgi (başlık alanının altı) */
.coreFooter__col::after{
  content:"";
  position:absolute;
  left: 0;
  right: 0;
  top: 110px;                  /* çizginin bittiği yer hissi burada */
  height: 1px;
  background: rgba(255,255,255,.08);
}

/* başlıklar */
.coreFooter__head{
  color: rgba(255,255,255,.92);
  font-weight: 400;
  font-size: 18px;
  letter-spacing: .2px;
  margin-bottom: 44px;
  text-align: left; /* görseldeki gibi */
  margin-top: -10px;
}

/* brand kolonu farklı */
.coreFooter__brand .coreFooter__head{ text-align:left; }

/* Core. logo */
.coreFooter__logo{
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -0.6px;
  color: #ffffff;
  margin-bottom: 7px;
  top: -10px;
  position: relative;
}
.coreFooter__logo span{
  color: #ffffff;
  opacity: .95;
}

/* link listeleri */
.coreFooter__links{
  display: flex;
  flex-direction: column;
  gap: 16px;
  top: 20px;
  position: relative;
}

.coreFooter__links a{
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
  transition: .18s ease;
}

.coreFooter__links a:hover{
  color: #ffffff;
  transform: translateX(2px);
}

/* brand kolonundaki linkler solda kalsın */
.coreFooter__brand{
  text-align: left;
}
.coreFooter__brand .coreFooter__links a{
  width: fit-content;
}

/* diğer kolon linkleri ortalı */
.coreFooter__col:not(.coreFooter__brand) .coreFooter__links{
  align-items: start;
}
.coreFooter__col:not(.coreFooter__brand) .coreFooter__links a{
  text-align: left;
}

/* responsive */
@media (max-width: 980px){
  .coreFooter__grid{
    grid-template-columns: 1fr 1fr;
  }
  .coreFooter__col{
    padding: 34px 26px;
  }
  .coreFooter__col:nth-child(2){
    border-right: none;
  }
  .coreFooter__col::after{
    top: 98px;
  }
}

@media (max-width: 560px){
  .coreFooter{
    padding: 70px 0 60px;
  }
  .coreFooter__grid{
    grid-template-columns: 1fr;
  }
  .coreFooter__col{
    border-right: none !important;
  }
  .coreFooter__col::after{
    top: 6px;
  }
  .coreFooter__head{
    text-align: left;
  }
  .coreFooter__col:not(.coreFooter__brand) .coreFooter__links{
    align-items: flex-start;
  }
}

.coreFooter__logo img{
  width: 100px;
  margin-top: -43px;
}

.copy{
  width: 100%;
  text-align: center;
}

.copy img{
  width: 25px;
}

.copy p{
  color: #c9c9c9;
}

.copy a{
  color: #c9c9c9;
  text-decoration: none;
}

.copy{
  margin-top: 40px;
  z-index: 1;
  position: relative;
}

.karsilamaSection{
    background-image: url(/kurumsal/resim/arkaplan.avif);
    background-size: cover;
    padding-bottom: 120px;
    padding-top: 110px;
}

header{
  position: absolute;
  width: 100%;
}

/* HEADER fixed + scroll anim */
header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.header-icerik{
  transition: margin-top .4s ease, box-shadow .4s ease;
}

/* en üstteyken 30px, scroll sonrası 0px */
header.is-scrolled .header-icerik{
  margin-top: 10px;
  box-shadow: 0 18px 60px rgba(0,0,0,.35);
  padding: 15px 40px 15px 40px;
}
header:not(.is-scrolled) .header-icerik{
  margin-top: 30px;
}

/* MOBILE HAMBURGER */
.coreHeaderRight{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}

.coreBurger{
  display: none; /* sadece mobil */
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: #00000000;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
  padding: 0;
  border: none;
}

.coreBurger span{
  width: 20px;
  height: 2px;
  background: #eaf3ff;
  border-radius: 10px;
  display: block;
  opacity: .95;
}


/* Menü açıkken scroll kilidi */
body.menu-open{
  overflow: hidden;
}

.referanslarRow .col-lg-2{
  margin-bottom: 20px;
}

.mobilozelLogo{
  display: none;
}

/* Responsive: mobilde desktop menü/buton gizle, burger göster */
@media (max-width: 991.98px){
  .coreBurger{ display: inline-flex; }

  /* header panel mobilde daha kompakt olsun */
  .header-icerik{
    padding: 4px 18px;
    border-radius: 0px;
  }

  /* mobilde header hep fixed olduğu için margin-top sabit 0 daha temiz */
  header:not(.is-scrolled) .header-icerik{
    margin-top: 0px;
  }
}

	.masaustundeYok{
		display: none;
	}

.mobildevar{
		display: none;
	}

@media screen and (max-width: 768px){
  .coreKarsilama h1 {
    font-size: 28px;
  }

  .coreKarsilama p {
    font-size: 19px;
  }

  .coreKarsilama {
    padding-top: 40px;
  }

  header .container{
    padding: 0;
  }

  .coreKarsilamav2 .coreMockup {
    width: 100%;
  }

  .coreKarsilamav2 .coreYazi {
    margin-top: 41px;
    top: 40px;
  }

  .coreKarsilamav2::before {
    left: 50%;
    top: -20%;
    height: 600px;
  }

  .nasilYapiyoruzRow p {
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
  }

  .nasilYapiyoruzRow h4 {
    width: 100%;
    text-align: center;
    font-size: 32px;
    margin-top: 30px;
  }

  .coreBasliklari h5 {
    font-size: 20px;
  }

  .coreBasliklari h3 {
    font-size: 24px;
  }

  .coreBasliklari p {
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .coreGoogleAciklama {
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 40px;
  }

  .darkBasliklar h3 {
      font-size: 35px;
      line-height: 39px;
  }

  .hizmetlerRow .hizmetlerKart {
    padding: 50px 20px;
    margin-bottom: 40px;
  }

  .hizmetlerimizSection {
    padding-top: 80px;
    padding-bottom: 10px;
  }

  .nasilyapiyoruzSection {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .nasilYapiyoruzRow {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .mobilFlexColReverse {
    flex-direction: column-reverse;
  }

  .h3fix h3 {
    font-size: 34px !important;
  }

  .referanslarRow .col-lg-2{
    width: 33%;
  }

  .referanslarimizSection {
    padding-top: 80px;
    padding-bottom: 50px;
}

.kesfetSection {
    padding-top: 10px;
}

.mobilOzelKesfetFont{
  font-size: 31px !important;
}

.heroMedia img {
    height: 340px;
}

.heroMedia {
    height: 340px;
}

.heroTitle {
    line-height: 40px;
    font-size: 27px;
  }

  .heroDesc {
    font-size: 18px;
    line-height: 28px;
}

  .heroNav {
      top: -6%;
      display: none;
  }

  .coreFooter__grid {
    grid-template-columns: 1fr 1fr !important;
  }

  .mobildeHidden{
    visibility: hidden !important;
  }

  .mobilozelLogo{
    position: absolute;
    top: 27px;
    left: 0;
    right: 0;
    display: flex;
    margin: 0 auto;
    text-align: center;
    width: 120px;
    justify-content: center;
    align-items: center;
    display: inline-block;
  }

  .coreFooter__head {
    color: white;
    font-size: 15px;
    text-align: left;
  }

  .coreFooter__col {
    padding: 33px 20px !important;
  }

  .coreFooter__panel {
    padding-bottom: 20px;
    padding-top: 90px;
  }

  .copy {
      margin-top: 40px;
  }

  .coreFooter {
    padding: 70px 0 0px;
}

.coreFooter__bg {
    top: 20%;
    background: radial-gradient(circle, rgb(0 161 255 / 65%), rgb(0 161 255 / 68%), transparent 70%);
}
	
	.header-icerik {
		padding: 10px 20px !important;
		margin: 20px !important;
		border-radius: 50px;
	}
	
	.coreGoogleGorseli {
    	height: 200px;
    	margin-top: -30px;
 }
	
	.mobildeYok{
		display: none;
	}
	
	.coreFooter__head {
    font-weight: 600;
    margin-bottom: 4px;
}
	
	.coreFooter__head {
    text-align: center;
}
	
	.coreFooter__brand .coreFooter__head {
    text-align: center;
}
	
	.coreFooter__links {
    align-items: center;
}
	
	.coreFooter__col:not(.coreFooter__brand) .coreFooter__links {
    align-items: center;
}
	
		.masaustundeYok{
		display: block;
	}
	
	.bayrakmobil{
		display: none;
	}

	.mobildevar{
		display: inline-block;
	}
	
	.mobildevar img{
		width: 25px;
	}
	
}

.headerIletisimButon{
  transition: border-color .25s ease, box-shadow .25s ease;
}

.headerIletisimButon:hover{
  border-color: rgb(0 189 255); /* alttaki ışık rengiyle uyumlu */
  box-shadow: 0 0 0 3px rgb(0 189 255 / 14%); /* opsiyonel: hafif glow */
}

/* klavyeyle (Tab) gelince de aynı etki */
.headerIletisimButon:focus-visible{
  outline: none;
  border-color: rgb(0 189 255);
  box-shadow: 0 0 0 3px rgb(0 189 255 / 18%);
}

.bilisimvadisi{
    width: 170px;
    display: flex;
    margin: 0 auto;
    position: relative;
    margin-top: 40px;
    z-index: 2;
}

.hakkimizdaKarsilaSection{
    padding-bottom: 390px;
    padding-top: 160px;
}

.hakkimizdaKarsila h1{
    font-size: 49px;
    font-weight: 600;
    text-align: center;
    z-index: 2;
    position: relative;
    top: 175px;
}

.hakkimizdaKarsila img{
    width: 100%;
    height: 490px;
    object-fit: contain;
    position: absolute;
    top: 0px;
    display: flex;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.hakkimizdaKarsila{
  position: relative;
}

.downButon{
  background: white;
  color: #2c52b5;
  font-weight: 700;
  border: none;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  font-size: 25px;
  margin: 0 auto;
  z-index: 2;
  position: relative;
  top: 250px;
}

.hakkimizdaDevamV1{
    padding-bottom: 110px;
    padding-top: 120px;
}

.hakkimizdaDevam1kart{
    padding: 30px 30px 210px 30px !important;
    position: relative;
    background-image: url(/kurumsal/resim/misyon.svg);
    background-size: cover;
    background-color: black;
    border-radius: 15px !important;
    background-repeat: no-repeat;
}

.hakkimizdaDevam1kart *{
  color: white !important;
}

.hakkimizdaDevam1Row h3 {
    font-size: 36px;
}

.hakkimizdaDevam1Row p {
    margin-top: 20px;
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 20px;
}

.hakkimizdaDevam1Row a {
    background: none;
    -webkit-text-fill-color: white;
    font-size: 15px;
}

.hakkimizdaDevam1Row img {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
}

.hakkimizdaDevam1kartTuruncu{
      background-image: url(/kurumsal/resim/vizyon.svg);
}

.hakkimizdaDevam2kart{
  background: none !important;
  padding: 20px 20px !important;
}

.hakkimizdaDevam2kart h3{
  color: white !important;
  font-size: 28px;
}

.hakkimizdaDevam2kart p{
  color: #d5d5d5 !important;
  font-size: 17px;
  font-weight: 300;
  margin-top: 14px;
}

.hakkimizdaNasilYapiyoruz .coreBasliklari{
  margin-bottom: 20px;
}

/* =========================
   PRICING SECTION (Birebir)
========================= */
.hizmetlerimizSection1{
  position: relative;
  padding: 110px 0 120px;
  overflow: hidden;
}

/* TOP AREA */
.pricingTop{
  text-align: center;
  margin-bottom: 46px;
}

/* Switch pill */
.billingSwitch{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid #1f2337;
  background: black;
}

.billingBtn{
  border: 0;
  background: transparent;
  color: white;
  padding: 5px 22px;
  border-radius: 999px;
  font-weight: 600;
  cursor: pointer;
  transition: .18s ease;
  font-size: 24px;
  width: 300px;
}

.billingBadge{
  margin-left: 6px;
  padding: 6px 43px;
  border-radius: 999px;
  background-image: linear-gradient(90deg, #002631, #060d21);
  color: #00bdff;
  font-weight: 600;
  font-size: 13px;
  position: relative;
  top: -3px;
  font-size: 15px;
}

/* category pills */
.planTabs{
  margin-top: 18px;
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.planTab{
  padding: 8px 32px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.16);
  background: black;
  color: rgba(255,255,255,.85);
  font-weight: 400;
  font-size: 16px;
  cursor: pointer;
  transition: .18s ease;
  position: relative;
  margin-top: 20px;
}

.planTab.is-active{
  box-shadow: inset 0 0 0 1px rgba(0,189,255,.20);
  border-color: rgba(0,189,255,.35);
}

/* GRID */
.pricingGrid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
  align-items: stretch;
  margin-top: 50px;
}

/* CARD */
.pricingCard{
  position: relative;
}

/* dış çizgi hissi + iç highlight */
.pricingCard::before{
  content:"";
}

.planList::before{
  content:"";
  position:absolute;
  left: 22px;
  right: 22px;
  top: -22px;
  height: 4px;
  border-radius: 999px;
  background: radial-gradient(ellipse at center, rgb(30 34 52), rgb(30 34 52), transparent 70%);
  filter: blur(0px);
  pointer-events:none;
  opacity: .9;
  z-index: 2;
}

/* alttaki mavi çizgi glow */
.planList::after{
  content:"";
  position:absolute;
  left: 22px;
  right: 22px;
  bottom: -22px;
  height: 4px;
  border-radius: 999px;
  background: radial-gradient(ellipse at center, rgb(30 34 52), rgb(30 34 52), transparent 70%);
  filter: blur(0px);
  pointer-events:none;
  opacity: .9;
  z-index: 2;
}

.pricingCard__inner{
  position: relative;
  z-index: 2;
  padding: 26px 35px 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: black;
  border: 6px solid #1f2337;
  border-radius: 22px;
}

.pricingCard.is-featured{
  border-color: rgba(0,189,255,.34);
  box-shadow: 0 30px 80px rgba(0,0,0,.6), 0 0 0 1px rgba(0,189,255,.10);
}

/* TITLES & PRICE */
.planName{
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: rgba(255,255,255,.92);
  margin-top: 6px;
}

.planPrice{
  text-align: center;
  margin-top: -8px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 6px;
  padding-bottom: 5px;
}

.priceNumber{
  font-size: 42px;
  font-weight: 500;
  letter-spacing: -1px;
  color: #fff;
}

.priceSuffix{
  font-size: 15px;
  font-weight: 600;
  color: rgba(255,255,255,.70);
}

.planSpecial{
  text-align: center;
  margin-top: -2px;
  font-size: 38px;
  font-weight: 500;
  letter-spacing: -1px;
  color: #fff;
  padding-bottom: 5px;
}

/* LIST */
.planList{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-top: 40px;
  flex: 1;
  align-items: center;
  position: relative;
}

.planList li{
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgb(255 255 255 / 92%);
  font-size: 13.5px;
  font-weight: 300;
}

.planList li.disabled{
  opacity: .30;
}

.i{
  width: 18px;
  height: 18px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.i.ok{
  background: #5fc08f;
  color: white;
}

.i.no{
  color: rgb(255 255 255);
  font-size: 14px;
}

/* CTA */
.planCta{
  margin-top: 46px;
  display: flex;
  justify-content: center;
}

.planBtn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 34px;
  border-radius: 999px;
  background: linear-gradient(to left, #172D9D, #00BDFF);
  color: white;
  text-decoration: none;
  font-weight: 400;
  transition: ease .4s;
  font-size: 18px;
}

.planBtn:hover{
  box-shadow: 0 0px 20px rgb(0 189 255 / 39%);
  filter: brightness(1.02);
}

/* Responsive */
@media (max-width: 992px){
  .pricingGrid{
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 40px;
  }
  .planSpecial{ font-size: 40px; }
}

.billingBadge span{
  background: linear-gradient(90deg, #00c6fb, #2141aa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  text-decoration: none;
}

.billingYil{
  position: relative;
  /* right: -80px; */
}

.planTab::before{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1.5px;
    transform: translateX(-50%);
    width: 110px;
    height: 5px;
    background: radial-gradient(ellipse at center, rgb(1 184 250), rgb(0 189 255 / 28%), transparent 70%);
    pointer-events: none;
}

.pricingCard__inner::before{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    width: 380px;
    height: 16px;
    background: radial-gradient(ellipse at center, rgb(1 184 250), rgb(0 189 255 / 28%), transparent 70%);
    pointer-events: none;
    z-index: 1;
}

.coreFaqWrap{
  margin-top: 50px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
}

.coreFaqBox{
  width: min(680px, 100%);
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgb(0 0 0 / 8%);
  border: 1px solid rgba(0,0,0,.04);
}

/* her item */
.coreFaqItem{
  background: #fff;
}

/* satır çizgileri */
.coreFaqItem + .coreFaqItem{
  border-top: 1px solid rgba(0,0,0,.06);
}

/* başlık butonu (satır) */
.coreFaqBtn{
  width: 100%;
  border: 0;
  background: transparent;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  cursor: pointer;
  text-align: left;
}

.coreFaqQ{
  font-size: 14.5px;
  font-weight: 500;
  color: #111827;
  line-height: 1.35;
}

/* sağ ok */
.coreFaqIcon{
  width: 38px;
  height: 38px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.coreFaqIcon svg{
  width: 26px;
  height: 26px;
  stroke: #2141aa;      /* görseldeki mavi */
  stroke-width: 2.8;
  fill: none;
  transition: transform .26s ease;
}

/* panel animasyonu */
.coreFaqPanel{
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: grid-template-rows .28s ease, opacity .20s ease;
}

.coreFaqA{
  overflow: hidden;
  min-height: 0;
  padding: 0 22px;
  color: #374151;
  font-size: 14px;
  line-height: 1.55;
}

/* açıkken */
.coreFaqItem.is-open .coreFaqPanel{
  grid-template-rows: 1fr;
  opacity: 1;
}

.coreFaqItem.is-open .coreFaqA{
  padding: 0 22px 18px;
}

.coreFaqItem.is-open .coreFaqIcon svg{
  transform: rotate(180deg);
}

/* motion reduce */
@media (prefers-reduced-motion: reduce){
  .coreFaqPanel,
  .coreFaqIcon svg{
    transition: none !important;
  }
}

.footerBaslik{
    font-size: 41px;
    font-weight: 600;
    text-align: center;
    padding-top: 130px;
    margin-bottom: 50px;
    z-index: 3;
    position: relative;
}

.footerButon{
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 10px 34px 10px 55px;
    border-radius: 999px;
    background: black;
    color: #f4fbff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .2px;
    border: 1px solid transparent;
    cursor: pointer;
    user-select: none;
    box-shadow: 20px 0px 60px rgb(0 188 254 / 63%);
    background-image: linear-gradient(black, black), linear-gradient(90deg, rgb(30 61 164), rgb(0 188 254) /* SAĞ border rengi */);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    margin: 0 auto;
    display: flex;
    margin-bottom: 0px;
    z-index: 3;
}

.footerButon img{
    width: 28px;
    position: absolute;
    left: 18px;
}

.footerImg{
    width: min(1180px, calc(100% - 46px));
    display: flex;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    margin-top: -50px;
}

/* =========================
   KEŞFET SAYFASI (birebir)
========================= */
.kesfetPage{
  background: #f4f4f4;   /* görseldeki açık zemin */
  padding: 80px 0 40px;
}

.kesfetGrid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

/* kart genel */
.kesfetCard{
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
}

.kesfetLink{
  display: grid;
  grid-template-rows: 260px 1fr;
  text-decoration: none;
  color: inherit;
  height: 100%;
}

.kesfetMedia{
  background: #0b1220;
}

.kesfetMedia img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.kesfetBody{
  padding: 22px 26px 24px;
}

.kesfetKicker{
  font-size: 14px;
  font-weight: 600;
  color: #000b2e;
  margin-bottom: 10px;
}

.kesfetTitle{
  margin: 0;
  color: #000b2e;
  font-weight: 600;
  line-height: 31px;
}

.kesfetTitle--small{
  font-size: 28px;
}

.kesfetDesc{
  margin: 14px 0 0;
  font-size: 18px;
  line-height: 26px;
  color: #000b2e;
  max-width: 56ch;
}

.kesfetDate{
  margin-top: 22px;
  font-size: 12px;
  color: #111827;
  font-weight: 500;
}

/* FEATURED (üstteki büyük kart) */
.kesfetCard--featured{
  grid-column: 1 / -1; /* iki kolonu kapla */
  border-radius: 14px;
}

.kesfetCard--featured .kesfetLink{
  grid-template-rows: 1fr;
  grid-template-columns: 1.05fr 1fr; /* görseldeki gibi */
  min-height: 360px;
}

.kesfetCard--featured .kesfetBody{
  padding: 30px 110px 30px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.kesfetCard--featured .kesfetTitle{
  font-size: 36px; /* görseldeki büyük başlık */
  line-height: 41px;
}

.kesfetCard--featured .kesfetDate{
  margin-top: 26px;
}

/* hover çok minimal */
.kesfetCard:hover{
  transform: translateY(-1px);
  transition: .18s ease;
}

/* responsive */
@media (max-width: 992px){
  .kesfetGrid{
    grid-template-columns: 1fr;
  }

  .kesfetCard--featured .kesfetLink{
    grid-template-columns: 1fr;
  }

  .kesfetCard--featured .kesfetMedia{
    height: 280px;
  }

  .kesfetCard--featured .kesfetTitle{
    font-size: 30px;
  }
}

.dahaFazlaButon{
    padding: 8px 32px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.16);
    background: black;
    color: rgba(255,255,255,.85);
    font-weight: 400;
    font-size: 16px;
    cursor: pointer;
    transition: .18s ease;
    position: relative;
    margin: 0 auto;
    display: flex;
    margin-top: 40px;
}

.dahaFazlaButon:hover{
    padding: 8px 52px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.247);
}








/* =========================
   FORM (birebir)
========================= */
.iletisimSection{
  position: relative;
  padding: 90px 0 110px;
  overflow: hidden;
}

/* yıldız / gradient arkaplan hissi */
.iletisimSection::before{
}

.coreFormWrap{
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.coreForm{
  width: min(650px, 100%);
  border-radius: 18px;
  background: black;
  border: 6px solid #1f2337;
  padding: 26px 26px 34px;
  position: relative;
}

/* alttaki mavi çizgi */
.coreForm::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    width: 380px;
    height: 16px;
    background: radial-gradient(ellipse at center, rgb(1 184 250), rgb(0 189 255 / 28%), transparent 70%);
    pointer-events: none;
    z-index: 1;
}

.formGrid2{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.formGrid1{
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 14px;
}

.coreInput, .coreTextarea{
  width: 100%;
  border-radius: 10px;
  border: 1px solid #1f2337;
  background: rgba(0,0,0,.35);
  color: #ffffff;
  padding: 12px 14px;
  font-size: 14px;
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease;
  height: 38px;
  text-align: center;
}

/* placeholder beyaz */
.coreInput::placeholder,
.coreTextarea::placeholder{
  color: rgba(255,255,255,.55);
}

.coreTextarea{
  min-height: 140px;
  resize: vertical;
  padding-top: 14px;
}

/* hover/focus turkuaz */
.coreInput:hover,
.coreTextarea:hover{
  border-color: rgb(0 199 252);
  box-shadow: none !important;
}

.coreInput:focus,
.coreTextarea:focus{
  border-color: rgba(0,189,255,.75);
  box-shadow: 0 0 0 3px rgba(0,189,255,.16);
}

.formTitle{
  margin-top: 18px;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 400;
  color: rgba(255,255,255,.85);
  text-align: center;
}

/* =========================
   SERVICE CARDS
========================= */
.serviceGrid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 8px;
}

.serviceCard{
  position: relative;
  border-radius: 12px;
  border: 2px solid #1f2337;
  background: rgba(0,0,0,.35);
  height: 140px;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
  display: grid;
  place-items: center;
}

/* kart içi bg image layer (hover/selected) */
.serviceCard::before{
  content:"";
  position:absolute; inset:0;
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.03);
  transition: opacity .20s ease, transform .22s ease;
}

/* üstüne koyu cam layer */
.serviceCard::after{
  content:"";
  position:absolute;
  inset:0;
  /* background: linear-gradient(180deg, rgba(0,0,0,.55), rgba(0,0,0,.72)); */
  opacity: 0;
  transition: opacity .20s ease;
}

/* içerikler üste gelsin */
.serviceDot, .serviceText{
  position: relative;
  z-index: 2;
}

.serviceDot{
  width: 100%;
  height: 80px;
  border-radius: 999px;
  /* background: #ffffff; */
  margin-bottom: -30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.serviceText{
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.05;
  text-align: center;
}

.serviceText .sub{
  display:block;
  margin-top: 4px;
  font-weight: 600;
}

/* hover */
.serviceCard:hover{
  border-color: rgb(0 199 252);
  transform: translateY(-1px);
}
.serviceCard:hover::before,
.serviceCard:hover::after{
  opacity: 1;
}
.serviceCard:hover::before{
  transform: scale(1.00);
}

/* selected */
.serviceCard.is-selected{
  border-color: rgba(0,189,255,.75);
  box-shadow: 0 0 0 3px rgba(0,189,255,.18);
}
.serviceCard.is-selected::before,
.serviceCard.is-selected::after{
  opacity: 1;
}

.kvkkLine{
  display:flex;
  align-items:center;
  gap:10px;
  margin-top:14px;
  color:rgba(255,255,255,.72);
  font-size:12px;
  user-select:none;
  justify-content:center;
  cursor:pointer;
}

/* input gizli ama çalışır durumda */
.kvkkLine input{
  position:absolute;
  opacity:0;
  width:1px;
  height:1px;
}

/* kutu */
.kvkkCheck{
  width:16px;
  height:16px;
  border-radius:999px;
  border:1px solid rgba(46,229,157,.45);
  background: rgba(46,229,157,.12);
  position:relative;
}

/* tik: varsayılan KAPALI */
.kvkkCheck::after{
  content:"";
  position:absolute;
  left:4px;
  top:5px;
  width:6px;
  height:3px;
  border-left:2px solid #2ee59d;
  border-bottom:2px solid #2ee59d;
  transform: rotate(-45deg);
  opacity:0;              /* kritik */
  transition: opacity .15s ease;
}

/* sadece checked iken tik görünsün */
.kvkkLine input:checked + .kvkkCheck::after{
  opacity:1;
}

/* (isteğe bağlı) focus */
.kvkkLine input:focus-visible + .kvkkCheck{
  box-shadow: 0 0 0 3px rgba(0,189,255,.16);
  border-color: rgba(0,189,255,.75);
}

.formSubmit{
  display: flex;
  justify-content: center;
  margin-top: 18px;
}

.coreSubmitBtn{
  border: 0;
  padding: 12px 46px;
  border-radius: 999px;
  background: linear-gradient(to left, #172D9D, #00BDFF);
  color: #001022;
  font-weight: 800;
  cursor: pointer;
  transition: ease .4s;
  font-size: 18px;
  font-weight: 400;
  color: white;
}

.coreSubmitBtn:hover{
  transform: translateY(-1px);
  filter: brightness(1.02);
  padding: 12px 76px;
}

/* responsive */
@media (max-width: 768px){
  .formGrid2{ grid-template-columns: 1fr; }
  .serviceGrid{ grid-template-columns: repeat(2, 1fr); }
}

.iletisimKarsila h1{
  top: 0px;
}

.iletisimKarsila{
  padding-top: 220px;
  padding-bottom: 0px;
}

.iletisimKarsila p{
    color: #d5d5d5;
    font-size: 20px;
    text-align: center;
    font-weight: 300;
}

@media screen and (max-width: 768px) {
  .nasilYapiyoruzRow img {
    object-fit: contain;
 }  

 .hakkimizdaKarsilaSection {
    padding-bottom: 290px;
    padding-top: 110px;
}

.hakkimizdaKarsila h1 {
    font-size: 42px;
}

.hakkimizdaDevam1Row h3 {
    font-size: 33px;
}

.hakkimizdaDevamV1 {
    padding-bottom: 30px;
}

.hakkimizdaDevam2kart {
    padding: 0px 30px !important;
}

.hakkimizdaDevam2kart h3 {
    margin-top: 0px;
}

.refKarsilaSection {
    padding-top: 10px;
}

.refKarsilaSection h1 {
    font-size: 35px;
}

.kesKarsilaSection {
    padding-top: 10px;
}

.kesKarsilaSection h1 {
    font-size: 35px;
}

.kesfetCard--featured .kesfetBody {
    padding: 30px 30px 30px 30px;
}

.footerBaslik {
    font-size: 24px;
    padding: 0px 40px;
}

.footerButon {
    font-size: 14px;
}

.footerImg {
    margin-top: 10px;
}

.billingSwitch {
    padding: 26px 30px;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-direction: column;
    background: #000000ad;
    border: none;
    border-radius: 30px;
}

.billingYil {
    right: 0px;
}

.billingBadge {
    padding: 3px 12px;
    top: -1px;
}

.billingBtn {
    font-size: 19px;
    padding: 5px 12px;
    width: 100%;
    background: black;
    border: 1px solid #1f2337;
}

.planTab {
    width: 100%;
    margin-top: 0px;
}

.pricingCard {
    margin-bottom: 10px;
}

.hizmetlerimizSection {
    padding-bottom: 40px;
}

.iletisimKarsila{
  padding-top: 150px;
  padding-bottom: 0px;
}

.iletisimKarsila h1{
  font-size: 35px;
}

.iletisimKarsila p{
  font-size: 17px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 20px;
}

.iletisimSection {
    padding: 90px 0 30px;
}

}

/* Yıllık seçilince altta çıkan mesaj */
.yearlyToast{
  position: fixed;
  left: 50%;
  bottom: 18px;
  transform: translate(-50%, 22px);
  opacity: 0;
  pointer-events: none;
  z-index: 99999;

  background: rgba(0,0,0,.72);
  border: 1px solid rgba(0,189,255,.55);
  border-radius: 999px;
  padding: 12px 18px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;

  box-shadow: 0 22px 70px rgba(0,189,255,.16);
  backdrop-filter: blur(8px);
  transition: transform .34s ease, opacity .34s ease;
}

.yearlyToast::after{
  content:"";
  position:absolute;
  left: 18px;
  right: 18px;
  bottom: -4px;
  height: 6px;
  border-radius: 999px;
  background: radial-gradient(ellipse at center, rgba(0,189,255,.85), rgba(0,189,255,.18), transparent 70%);
  pointer-events:none;
}

.yearlyToast.is-show{
  opacity: 1;
  transform: translate(-50%, 0);
}

:root{
  --bill-c1:#172D9D;
  --bill-c2:#00BDFF;
  --bill-mix: color-mix(in srgb, var(--bill-c1) 50%, var(--bill-c2) 50%);
  --bill-speed: 1.8s; /* hız */
}

/* angle animasyonu */
@property --spin {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

/* aktif buton */
.billingBtn{
  position: relative;
  border-radius: 999px;
}

.billingBtn.is-active{
  isolation: isolate;
}

/* BORDER: 50/50 + yumuşak geçiş + sol->üst başlangıç */
.billingBtn.is-active::before{
  content:"";
  position:absolute;
  inset: -2px;
  border-radius: 999px;
  padding: 2px; /* border kalınlığı */

  /* sol (270deg) başlangıç: c1 üst yarımda, c2 alt yarımda */
  background: conic-gradient(
    from calc(270deg + var(--spin)),
    /* c1 üst yarım (yaklaşık %50) */
    var(--bill-c1) 0% 46%,
    var(--bill-mix) 48% 52%,
    /* c2 alt yarım (yaklaşık %50) */
    var(--bill-c2) 54% 96%,
    var(--bill-mix) 98% 100%
  );

  /* sadece border ring görünsün (içi boş) */
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;

  z-index: -1;
  animation: billSpin var(--bill-speed) linear infinite;
}

/* GLOW/BOX-SHADOW: aynı gradient + blur */
.billingBtn.is-active::after{
  content:"";
  position:absolute;
  inset: -14px;
  border-radius: 999px;

  background: conic-gradient(
    from calc(270deg + var(--spin)),
    rgba(23,45,157,.95) 0% 46%,
    rgba(0,189,255,.35) 48% 52%,
    rgba(0,189,255,.95) 54% 96%,
    rgba(23,45,157,.35) 98% 100%
  );

  filter: blur(16px);
  opacity: .30;
  pointer-events:none;
  z-index: -2;

  animation: billSpin var(--bill-speed) linear infinite;
}

@keyframes billSpin{
  to{ --spin: 360deg; }
}

/* motion reduce */
@media (prefers-reduced-motion: reduce){
  .billingBtn.is-active::before,
  .billingBtn.is-active::after{ animation:none !important; }
}

.planTabs .planTab:focus{
	border-color: rgb(0 189 255) !important;
	box-shadow: 0px 0px 30px rgb(0 189 255 / 50%) !important;
}

.planTab.is-active{
	border-color: rgb(0 189 255) !important;
	box-shadow: 0px 0px 30px rgb(0 189 255 / 50%) !important;
}

.planDesc{
	text-align: center;
	font-size: 16px;
	color: #00c7fc;
	font-weight: 300;
}

.kgradyal{
	background: linear-gradient(90deg, #2b118d 0%, #00d9f9 40%, #ffd692 90%);
	text-align: center;
	margin-bottom: 50px;
}

.kgradyal img{
	width: 700px;
	margin-top: -140px;
}

.gradYazi1{
  background: linear-gradient(
    90deg,
    #2b52b6 0%,
    #00d9f9 16.66%,
    #ffdca0 33.33%,
    #2b52b6 50%,
    #00d9f9 66.66%,
    #ffdca0 83.33%,
    #2b52b6 100%
  );
  background-size: 200% 100%;
  animation: gradLoop 1.5s linear infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
}

@keyframes gradLoop{
  from { background-position: 0% 50%; }
  to   { background-position: 100% 50%; }
}

.kgradyal2{
    background: linear-gradient(90deg, #ffdead 0%, #ffac36 50%, #aa1c00 100%);
    text-align: center;
    margin-bottom: 50px;
}

.kgradyal2 img{
	width: 700px;
	margin-top: -140px;
}


.gradYazi2{
  background: linear-gradient(
    90deg,
    #ffdead 0%,
    #ffac36 16.66%,
    #d34e0e 33.33%,
    #ffdead 50%,
    #ffac36 66.66%,
    #d34e0e 83.33%,
    #ffdead 100%
  );
  background-size: 200% 100%;
  animation: gradLoop 1.5s linear infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
}

@keyframes gradLoop{
  from { background-position: 0% 50%; }
  to   { background-position: 100% 50%; }
}

.serviceDot img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@media screen and (max-width: 768px){
	.kgradyal img {
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}
	
	.kgradyal {
		height: 120px;
		position: relative;
	}
	
		.kgradyal2 img {
		width: 100%;
		/* margin-top: -110px; */
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
	}
	
	.kgradyal2 {
		height: 120px;
		position: relative;
	}
	
	.kdetaySect .container *{
		padding: 0px !important;
	}
	
	.kTarihb {
		margin-top: 20px !important;
	}
	
	.kdetaySect{
		text-align: center;
	}
	
	.kBaslikB{
		width: 100% !important;
	}
}

.coreFooterDahili a{
	text-decoration: none;
}

/* =========================
   iOS SETTINGS STYLE MOBILE MENU
========================= */

.coreMobileMenu{
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: rgba(0,0,0,.92);
  opacity: 0;
  pointer-events: none;
  transition: opacity .24s ease;
}

.coreMobileMenu.is-open{
  opacity: 1;
  pointer-events: auto;
}

/* menü sheet */
.coreMobileMenu__sheet{
  width: 100%;
  margin: 0px auto 0;
  padding: 16px 14px 18px;
  border-radius: 0px;
  background: #020202de; /* iOS dark */
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 30px 90px rgba(0,0,0,.65);
  backdrop-filter: blur(10px);
  transform: translateY(10px);
  transition: transform .28s ease;
  height: 100vh;
  background-image: url(/kurumsal/resim/arkaplan.avif);
  background-size: cover;
  background-repeat: no-repeat;
  overflow: auto;
}

.coreMobileMenu.is-open .coreMobileMenu__sheet{
  transform: translateY(0);
}

.coreMobileMenu__top{
  display:flex;
  align-items:center;
  justify-content:center;
  padding: 8px 8px 14px;
}

.coreMobileMenu__brand img{
  width: 112px;
  opacity: .98;
  margin-bottom: 0px;
  margin-top: 10px;
}

/* group */
.coreMobileMenu__group{
  border-radius: 11px;
  overflow: hidden;
  background: rgb(0 0 0 / 64%);
  border: 1px solid rgba(255,255,255,.06);
  margin-top: 20px;
  background: linear-gradient(to left, #00bdff1f, #172d9d00);
}

/* row */
.iosRow{
  display:flex;
  align-items:center;
  gap: 12px;
  padding: 7px 14px;
  text-decoration:none;
  color: rgba(255,255,255,.94);
  font-weight: 600;
  letter-spacing: .1px;
  position: relative;
}

.iosRow + .iosRow{
  border-top: 1px solid rgba(255,255,255,.08); /* iOS separator */
}

.iosRow:active{
  background: rgba(255,255,255,.06);
}

/* icon box (hepsinde aynı gradient) */
.iosIcon{
  width: 30px;
  height: 30px;
  border-radius: 6px;
  display:grid;
  place-items:center;
  flex: 0 0 auto;
  background: linear-gradient(to left, #00BDFF, #172D9D);
  box-shadow: 0 10px 24px rgba(0,189,255,.18);
}

.iosIcon svg{
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.iosLabel{
  font-size: 15px;
  font-weight: 400;
}

.iosChevron{
  margin-left:auto;
  opacity: .70;
  display:grid;
  place-items:center;
}
.iosChevron svg{
  width: 18px;
  height: 18px;
  fill: none;
  stroke: rgb(255 255 255 / 43%);
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* ===== Slide to close ===== */
.coreMobileMenu__closeArea{
  margin-top: 14px;
  width: 80%;
  margin: 0 auto;
  margin-top: 30px;
}

.slideClose__track{
  position: relative;
  height: 54px;
  border-radius: 999px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(0,0,0,.12));
  background-color: #ffffffc4;
  border: 1px solid rgba(255,255,255,.10);
  display:flex;
  align-items:center;
  gap: 10px;
  padding: 0 0px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 18px 50px rgba(0,0,0,.45);
  backdrop-filter: blur(4px);
}

/* soldaki power icon */
.slideClose__icon{
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display:grid;
  place-items:center;
  background: white;
  border: 1px solid rgba(255,255,255,.10);
  flex: 0 0 auto;
  position: absolute;
  left: 0;
}
.slideClose__icon svg{
  width: 25px;
  height: 25px;
  fill: none;
  stroke: #ff2a2a;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* yazı */
.slideClose__text{
  position: absolute;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .2px;
  color: black;
  user-select: none;
  white-space: nowrap;
  overflow: hidden;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}

/* iPhone shine loop */
.slideClose__text::after{
  content: attr(data-text);
  position:absolute;
  inset: 0;
  color: transparent;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255,255,255,0) 35%,
    rgba(255,255,255,.95) 50%,
    rgba(255,255,255,0) 65%,
    transparent 100%
  );
  background-size: 220% 100%;
  background-position: 0% 50%;
  -webkit-background-clip: text;
  background-clip: text;
  animation: slideShine 2.2s linear infinite;
  pointer-events:none;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}

@keyframes slideShine{
  from{ background-position: 0% 50%; }
  to  { background-position: 100% 50%; }
}

/* thumb */
.slideClose__thumb{
  margin-left: auto;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.45);
  display:grid;
  place-items:center;
  cursor: grab;
  flex: 0 0 auto;
  transform: translateX(0);
  transition: transform .22s ease;
}

.slideClose__thumb:active{ cursor: grabbing; }

.slideClose__thumb svg{
  width: 20px;
  height: 20px;
  fill: none;
  stroke: rgba(255,255,255,.9);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* drag sırasında transition kapansın */
.slideClose__track.is-dragging .slideClose__thumb{
  transition: none !important;
}

/* mobilde sadece */
@media (min-width: 992px){
  .coreMobileMenu{ display:none; }
}

/* Thumb (power button) */
.slideClose__thumb{
  width: 50px;
  height: 50px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.10);
  background: #ffffff;
  display: grid;
  place-items: center;
  cursor: grab;
  flex: 0 0 auto;
  transform: translateX(0);
  transition: transform .22s ease;
  touch-action: none;              /* << sürükleme için kritik */
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  z-index: 2;
  margin-left: 0;
}

.slideClose__thumb:active{ cursor: grabbing; }

.slideClose__thumb svg{
  width: 25px;
  height: 25px;
  fill: none;
  stroke: #ff2a2a;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Drag sırasında transition kapansın */
.slideClose__track.is-dragging .slideClose__thumb{
  transition: none !important;
}

/* Kapanırken hafif fade + gauss (blur) */
.coreMobileMenu{
  transition: opacity .24s ease;
}

.coreMobileMenu__sheet{
  transition: transform .28s ease, filter .28s ease;
  filter: blur(0);
}

.coreMobileMenu.is-closing{
  opacity: 0;
}

.coreMobileMenu.is-closing .coreMobileMenu__sheet{
  transform: translateY(10px);
  filter: blur(8px);
}

.pGrad{
  /* Tile'lanabilir desen: başı ve sonu aynı */
  background-image: linear-gradient(
    180deg,
    #8d8d8d 0%,
    #ffffff 25%,
    #8d8d8d 50%,
    #ffffff 75%,
    #8d8d8d 100%
  );

  /* Döngü uzunluğunu büyüt */
  background-size: 100% 300%;
  background-position: 50% 0%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  animation: gradLooper 30s linear infinite;
  will-change: background-position;
  font-weight: 400 !important;
  display: block;
}

@keyframes gradLooper{
  /* 300% kullandık, tam döngü için 0 -> 200% kaydır */
  from { background-position: 50% 0%; }
  to   { background-position: 50% 200%; }
}



.pGrad2{
  /* Tile'lanabilir desen: başı ve sonu aynı */
  background-image: linear-gradient(
    180deg,
    #8d8d8d 0%,
    #ffffff 25%,
    #8d8d8d 50%,
    #ffffff 75%,
    #8d8d8d 100%
  );

  /* Döngü uzunluğunu büyüt */
  background-size: 100% 300%;
  background-position: 50% 0%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  animation: gradLooper2 30s linear infinite;
  will-change: background-position;
  font-weight: 400 !important;
  display: block;
}

@keyframes gradLooper2{
  /* 300% kullandık, tam döngü için 0 -> 200% kaydır */
  from { background-position: 50% 0%; }
  to   { background-position: 50% 200%; }
}

.serviceText p{
	font-weight: 500;
}

.serviceText span{
	font-weight: 300;
}

.talepTamam{
	width: max-content;
	text-align: center;
	margin: 0 auto;
	padding: 10px 20px;
	color: white;
	border-radius: 40px;
	border: 2px solid #00BDFF;
	box-shadow: 0px 0px 10px #172D9D;
	margin-top: 20px;
	margin-bottom: 30px;
}