:root{
  --bg-main:#010409;
  --bg-soft:#0b1220;
  --glass-bg:rgba(255,255,255,0.03);
  --glass-border:rgba(255,255,255,0.10);
  --text-main:#ffffff;
  --text-soft:rgba(255,255,255,0.70);
  --text-dim:rgba(255,255,255,0.50);
  --brand-gradient:linear-gradient(54deg, #5cd6b3 3.08%, #04b8c4 3.09%, #4bfa8a 98.66%);
  --container:1200px;
  --radius-xl:36px;
  --radius-lg:28px;
  --radius-md:20px;
  --transition:0.35s cubic-bezier(0.4,0,0.2,1);
}

*{
  box-sizing:border-box;
}



body{
  margin:0;
  background:var(--bg-main);
  color:var(--text-main);
  font-family:'Space Grotesk', sans-serif;
}

.container{
  width:min(var(--container), calc(100vw - 40px));
  margin:0 auto;
}

.btn-primary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:14px 30px;
  border-radius:999px;
  background:var(--brand-gradient);
  color:#000;
  font-weight:700;
  text-decoration:none;
  transition:var(--transition);
}

.btn-secondary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:14px 30px;
  border-radius:999px;
  border:1px solid var(--glass-border);
  background:var(--glass-bg);
  color:#fff;
  text-decoration:none;
  transition:var(--transition);
}
/* ===== CONTACT CTA / FOOTER - REF STYLE OVERRIDE ===== */

.contact-cta{
  position: relative;
  z-index: 999;
  padding: 50px 0;
  overflow: hidden;
  margin-top: -7%;
  display: block;
}

.contact-cta_glow{
  position: absolute;
  left: 0;
  bottom: -140px;
  width: 720px;
  height: 720px;
  border-radius: 50%;
  /* background:
    radial-gradient(circle at 35% 35%,
      rgba(72,250,138,0.30) 0%,
      rgba(4,184,196,0.22) 28%,
      rgba(50,87,209,0.20) 52%,
      rgba(1,4,9,0) 78%); */
  filter: blur(40px);
  pointer-events: none;
  z-index: 0;
}

.contact-cta_inner{
  position: relative;
  z-index: 2;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 5%;
}

.contact-cta_panel{
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: stretch;
  min-height: 610px;
  border-radius: 34px;
  overflow: visible;
  background:
    radial-gradient(circle at 18% 80%, rgba(50,87,209,0.95) 0%, rgba(50,87,209,0.18) 28%, transparent 52%),
    radial-gradient(circle at 82% 24%, rgba(92,214,179,0.85) 0%, rgba(92,214,179,0.18) 30%, transparent 56%),
    linear-gradient(90deg, #7fd8d1 0%, #74d4cf 26%, #5cb8ff 52%, #58d0b2 77%, #6fe08d 100%);
}

.contact-cta_left{
  padding: 82px 72px 64px 64px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contact-cta_left h2{
  margin: 0;
  max-width: 640px;
  font-size: clamp(34px, 3.2vw, 40px);
  line-height: 1.04;
  letter-spacing: -0.045em;
  color: #fff;
  font-weight: 400;
}

.contact-cta_left h2 strong{
  display: inline;
  font-weight: 800;
  color: #fff;
}

.contact-cta_stats{
  display: grid;
  grid-template-columns: repeat(2, minmax(160px, 1fr));
  gap: 44px 56px;
  margin-top: 52px;
  max-width: 560px;
}

.contact-cta_stat span{
  display: block;
  font-size: clamp(34px, 2vw, 58px);
  line-height: 0.95;
  font-weight: 800;
  letter-spacing: -0.05em;
  color: #fff;
  margin-bottom: 8px;
}

.contact-cta_stat small{
  display: block;
  font-size: 15px;
  line-height: 1.2;
  color: rgba(255,255,255,0.88);
  font-weight: 500;
}

.contact-cta_formCard{
  position: relative;
  width: min(100%, 470px);
  margin: -22px 72px -22px auto;
  background: #f5f5f5;
  border-radius: 30px;
  padding: 42px 36px 34px;
  box-shadow:
    0 24px 60px rgba(0,0,0,0.18),
    0 1px 0 rgba(255,255,255,0.65) inset;
  color: #111;
}

.contact-cta_formCard h3{
  margin: 0;
  font-size: clamp(28px, 2.2vw, 50px);
  line-height: 1.02;
  letter-spacing: -0.045em;
  color: #141414;
  font-weight: 500;
}

.contact-cta_formCard p{
  margin: 22px 0 24px;
  font-size: 14px;
  line-height: 1.45;
  color: rgba(20,20,20,0.62);
}

.contact-cta_form{
  display: flex;
  flex-direction: column;
  gap: 0;
}

.contact-cta_form input,
.contact-cta_form textarea{
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(20,20,20,0.10);
  background: transparent;
  padding: 16px 2px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 14px;
  color: #111;
  outline: none;
  border-radius: 0;
  box-shadow: none;
}

.contact-cta_form input::placeholder,
.contact-cta_form textarea::placeholder{
  color: rgba(20,20,20,0.45);
}

.contact-cta_form textarea{
  min-height: 96px;
  resize: vertical;
}

/* ===== FOOTER ===== */

.site-footer{
    background: #010409;
    background-image: url("../img/footer-background.png");
    background-size: 50%;
    background-position: left bottom;
    background-repeat: no-repeat;
    position: relative;
    z-index: 99;
}

.site-footer.site-footer-home {background: #0104092b;}

.site-footer_glow{
  position: absolute;
  left: 0;
  bottom: -220px;
  width: 720px;
  height: 720px;
  border-radius: 50%;
  /* background:
    radial-gradient(circle at 35% 35%,
      rgba(72,250,138,0.26) 0%,
      rgba(4,184,196,0.18) 28%,
      rgba(50,87,209,0.18) 55%,
      rgba(1,4,9,0) 78%); */
  filter: blur(48px);
  pointer-events: none;
  z-index: 0;
}

.site-footer_inner{
  position: relative;
  z-index: 2;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 5%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 50px;
}

.site-footer_left{
  min-width: 0;
}

.site-footer_menu{
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.site-footer_menu a{
  color: rgba(255,255,255,0.88);
  text-decoration: none;
  font-size: 16px;
  line-height: 1.2;
  transition: 0.3s ease;
}

.site-footer_menu a:hover,
.site-footer_socials a:hover,
.site-footer_contact a:hover{
  opacity: 1;
  color: #fff;
}

.site-footer_line{
  height: 1px;
  margin: 26px 0 20px;
  background: rgba(255,255,255,0.08);
  display: flex;
  justify-content: center;
  position: relative;
  max-width: 1360px;
}

.site-footer_socials{
  display: flex;
  flex-wrap: wrap;
  gap: 42px;
}

.site-footer_socials a{
  color: rgba(255,255,255,0.58);
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s ease;
}

.site-footer_right{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
  text-align: right;
}

.site-footer_logo span{
  display: block;
  color: rgba(255,255,255,0.82);
  font-size: 22px;
  line-height: 0.95;
  text-transform: lowercase;
}

.site-footer_logo strong{
  display: block;
  color: #fff;
  font-size: 58px;
  line-height: 0.9;
  letter-spacing: -0.05em;
  font-weight: 800;
}

.site-footer_contact{
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.site-footer_contact a{
  color: rgba(255,255,255,0.64);
  text-decoration: none;
  font-size: 16px;
  line-height: 1.25;
}

.site-footer_bottom{
  position: relative;
  z-index: 2;
  max-width: 1360px;
  margin: 18px auto 0;
  padding: 0 5%;
  display: flex;
  justify-content: space-between;
}

.site-footer_bottom span{
  color: rgba(255,255,255,0.34);
  font-size: 14px;
  line-height: 3.2;
}

.site-footer_bottom span a {color: rgba(255,255,255,0.34);
  font-size: 14px;
  line-height: 3.2;text-decoration: none;}

.site-footer_glow{
  position: absolute;
  inset: auto 0 0 0;
  height: 260px;
  background:
    radial-gradient(circle at 15% 60%, rgba(92,214,179,0.10), transparent 30%),
    radial-gradient(circle at 55% 20%, rgba(4,184,196,0.12), transparent 28%),
    radial-gradient(circle at 85% 50%, rgba(75,250,138,0.08), transparent 30%);
  pointer-events: none;
}

.site-footer_inner{
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 60px;
}

.site-footer_left,
.site-footer_right{
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.site-footer_menu,
.site-footer_socials{
  display: flex;
  flex-wrap: wrap;
}

.site-footer_menu a,
.site-footer_socials a,
.site-footer_contact a{
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  transition: 0.3s ease;
}

.site-footer_menu a:hover,
.site-footer_socials a:hover,
.site-footer_contact a:hover{
  background: linear-gradient(54deg, #5cd6b3 3.08%, #04b8c4 3.09%, #4bfa8a 98.66%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.site-footer_line{
  width: 100%;
  height: 1px;
  background: rgba(255,255,255,0.1);
}

.site-footer_logo span{
  display: block;
  color: rgba(255,255,255,0.7);
  font-size: 18px;
  text-transform: lowercase;
}

.site-footer_logo strong{
  display: block;
  margin-top: 4px;
  font-size: 34px;
  line-height: 1;
  background: linear-gradient(54deg, #5cd6b3 3.08%, #04b8c4 3.09%, #4bfa8a 98.66%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.site-footer_contact{
  display: flex;
  flex-direction: column;
}

.site-footer_bottom{
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 32px auto 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.5);
  font-size: 13px;
}

.site-footer_glow{
  position: absolute;
  inset: auto 0 0 0;
  height: 260px;
  background:
    radial-gradient(circle at 15% 60%, rgba(92,214,179,0.10), transparent 30%),
    radial-gradient(circle at 55% 20%, rgba(4,184,196,0.12), transparent 28%),
    radial-gradient(circle at 85% 50%, rgba(75,250,138,0.08), transparent 30%);
  pointer-events: none;
}

.site-footer_menu a,
.site-footer_socials a,
.site-footer_contact a{
  color: rgba(255,255,255,0.7);
}

.site-footer_menu a:hover,
.site-footer_socials a:hover,
.site-footer_contact a:hover{
  background: linear-gradient(54deg, #5cd6b3 3.08%, #04b8c4 3.09%, #4bfa8a 98.66%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.site-footer_logo {
	width: 80px;
}
.site-footer_logo img {
	width: 100%;
}
/* ===== RESPONSIVE ===== */

@media (max-width: 1100px){
  .contact-cta_panel{
    grid-template-columns: 1fr;
  }

  .contact-cta_left{
    padding: 52px 34px 34px;
  }

  .contact-cta_formCard{
    width: calc(100% - 48px);
    margin: 0 24px 24px;
  }

  .site-footer_inner{
    flex-direction: column;
    align-items: flex-start;
  }

  .site-footer_right{
    align-items: flex-start;
    text-align: left;
  }

  .site-footer_line{
    width: 100%;
  }

  .site-footer_bottom{
    justify-content: flex-start;
  }
}
.site-footer_menu, .site-footer_logo {display:none}
@media (max-width: 768px){
  .contact-cta{
    padding: 80px 0 24px;
  }

  .contact-cta_left h2{
    font-size: 34px;
  }

  .contact-cta_stats{
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  .contact-cta_formCard{
    padding: 28px 22px 24px;
    border-radius: 24px;
  }

  .contact-cta_formCard h3{
    font-size: 30px;
  }

  .site-footer_logo strong{
    font-size: 44px;
  }

  .site-footer_socials{
    gap: 22px;
  }
}
:root {
  --container: min(1200px, 90vw); /* Sabit 1200px yerine esnek yapı */
}

.container {
  width: var(--container);
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px; /* Kenar boşlukları güvenliği */
}

@media (max-width: 768px) {
  .main-title {
    font-size: clamp(32px, 10vw, 48px) !important; /* Başlığın mobilde devasa kalmasını önler */
    line-height: 1.1;
  }
}