/* ================================
   FONTLAR
================================ */
@font-face {
  font-family: 'Montserrat';
  src: url('./fonts/static/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('./fonts/static/Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}


@font-face {
  font-family: 'Gotham Rounded';
  src: url('./fonts/GothanRounded-Bold.otf') format('truetype');
  font-weight: 700;
}
@font-face {
  font-family: 'Gotham Rounded';
  src: url('fonts/Gotham Rounded Medium.otf') format('truetype');
  font-weight: 500;
}

/* ================================
   GLOBAL
================================ */
/* ================================
   ENHANCED HEADER WITH SCROLL ANIMATIONS
================================ */
.st-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 5%; /* Increased padding for bigger header */
  height: 100px; /* Bigger initial height */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  z-index: 1000;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Bigger initial logo */
.st-logo-img {
  height: 70px; /* Much bigger initial logo */
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Scrolled state - smaller header */
.st-header.scrolled {
  height: 70px;
  padding: 10px 5%;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(10px);
}

.st-header.scrolled .st-logo-img {
  height: 50px; /* Smaller logo when scrolled */
}

/* Navigation and button aligned to right */
.st-nav {
margin-top: 30px;
  margin-left: auto;
  margin-right: 30px;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
/* Scroll reveal animations */
section:not(.section.dark.m-0) {
  will-change: transform, opacity;
}

/* Ensure the dark section doesn't get any reveal effects */
.section.dark.m-0 {
  opacity: 1 !important;
  transform: none !important;
}

.st-nav-list {
  display: flex;
  gap: 25px; /* Slightly more gap for bigger header */
  list-style: none;
  transition: all 0.4s ease;
}

.st-nav-link {
  font-weight: 500;
  color: #003C7E;
  font-size: 16px; /* Slightly bigger text */
  transition: all 0.3s ease;
}

.st-header.scrolled .st-nav-link {
  font-size: 15px; /* Slightly smaller when scrolled */
}


.st-cta-btn {
  background: #0b6bcf;
  color: #fff;
  padding: 12px 25px; /* Slightly bigger button */
  border-radius: 25px;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border: 1px solid #0b6bcf;
}
.st-cta-button a:hover {
  background-color: transparent;
  border: 1px solid #0b6bcf;
  color: #0b6bcf;
}



.st-header.scrolled .st-cta-btn {
  padding: 10px 20px; /* Slightly smaller when scrolled */
  font-size: 14px;
}

.st-menu-toggle {
  display: none;
  font-size: 28px;
  cursor: pointer;
}


.custom-padding{
  padding-top: 70px;
}

.st-global-reset {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.st-html, .st-body {
  overflow-x: hidden;
}

.st-body {
  font-family: 'Gotham Rounded', sans-serif;
  font-weight: 500;
  color: #222;
}

.st-link {
  text-decoration: none;
  color: inherit;
}

/* ================================
   HEADER
================================ */




/* ================================
   HERO
================================ */
.st-hero {
  background: url('slider.png') no-repeat center center/cover;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 5%;
  margin-top: 50px;
}

.st-hero-content {
  color: #fff;
  max-width: 600px;
}

.st-hero-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 48px;
  margin-bottom: 20px;
  font-weight: 700;
  color: white;
}

.st-hero-description {
  font-size: 18px;
  margin-bottom: 30px;
  font-family: 'Gotham Rounded';
  font-weight: 500;
}

.st-btn-primary {
  background: #fff;
  color: #0b6bcf;
  padding: 12px 28px;
  border-radius: 30px;
  font-weight: 600;
}

/* ================================
   NEDEN S TAKİP
================================ */
.st-neden {
  display: flex;
  gap: 90px;
  justify-content: center;
  align-items: center;
  padding: 200px 5%;
  flex-wrap: wrap;
}

.st-neden-img {
  max-width: 500px;
}

.st-section-title {
  font-family: 'Gotham Rounded';
  font-weight: 700;
  font-size: 34px;
  color: #003C7E;
  margin-bottom: 15px;
}

.st-section-text {
  color: #444;
  max-width: 500px;
  margin-bottom: 25px;
  font-family: 'Gotham Rounded';
  font-weight: 500;
}

/* ================================
   📦 NEDEN KART YAPISI
================================ */
.st-neden-left {
  display: flex;
  justify-content: center;
  align-items: center;
}

.st-neden-box {
  position: relative;
  background: transparent;
  border-radius: 0px 20px 20px 20px;
  overflow: hidden;
  max-width: 500px;
  max-height: 700px;
  text-align: center;


}

.st-full-image-img {
  width: 100%;
  display: block;
}
.st-box-header {
  position: relative;
}

.st-box-content {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0;
  z-index: 2;
}

.st-subtitle {
  color: #ffd600;
  font-size: 14px;
  margin-bottom: 10px;
}

.st-box-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 25px;
  color: white;
}

.st-neden-cta-btn {
  background: #ffffff;
  color: #024b91;
  padding: 15px 30px;
  border-radius: 25px;
  border: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.st-neden-cta-btn:hover {
  background: #ffd600;
  color: #024b91;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

/* ================================
   📅 Gün ikonları
================================ */
.st-gun-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin-top: 25px;
  flex-wrap: wrap;
}

.st-gun-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  gap: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.st-gun-icon {
  width: 30px;
  height: 30px;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.st-gun-item:hover .st-gun-icon {
  opacity: 1;
}

.st-aktif .st-gun-icon {
  opacity: 1;
}

.st-aktif .st-gun-label {
  color: #003C7E;
  font-weight: 600;
}

/* ================================
   S TAKİP ÖZELLİKLERİ
================================ */
.st-ozellikler {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: #403a68;
  color: #fff;
  padding: 80px 5%;
  gap: 50px;
  flex-wrap: wrap;
  position: relative;
}

.st-ozellikler-left {
  flex: 1 1 250px;
}

.st-ozellikler-title {
  font-size: 34px;
  font-family: 'Gotham Rounded';
  font-weight: 700;
  margin-bottom: 20px;
}

.st-ozellikler-list {
  list-style: none;
  font-family: 'Gotham Rounded';
  font-weight: 500;
}

.st-ozellikler-item {
  font-size: 25px;
  margin-bottom: 10px;
  padding-left: 15px;
  position: relative;
}

.st-ozellikler-item::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #00c8ff;
  font-size: 20px;
}

/* Orta Alan */
.st-ozellikler-container {
  flex: 2 1 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  position: relative;
}

/* Telefon */
.st-phone-mockup {
  position: relative;
  flex-shrink: 0;
}

.st-phone-img {
  width: 270px;
  max-width: 100%;
  display: block;
  border-radius: 25px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.5);
  position: relative;
  z-index: 2;
}

/* Feature Group */
.st-feature-group {
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex: 1;
  min-width: 200px;
  position: relative;
}

.st-left-group {
  align-items: flex-end;
  text-align: right;
}

.st-right-group {
  align-items: flex-start;
  text-align: left;
}

/* Feature Box */
.st-feature-box {
  display: flex;
  align-items: center;
  background: #403a68;
  padding: 15px 20px;
  border-radius: 12px;
  max-width: 300px;
  transition: background 0.3s;
  position: relative;
}

.st-feature-box:hover {
  background: #4c457d;
}

.st-feature-icon {
  font-size: 26px;
  margin-right: 15px;
}

.st-left-group .st-feature-box,
.st-right-group .st-feature-box {
  flex-direction: row;
}

.st-feature-title {
  font-size: 18px;
  margin-bottom: 5px;
}

.st-feature-description {
  font-size: 14px;
  opacity: 0.9;
}

.st-feature-box::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 50px;
  height: 2px;
  background: #fff;
  transform: translateY(-50%);
}

.st-left-group .st-feature-box::after {
  right: -50px;
}

.st-right-group .st-feature-box::after {
  left: -50px;
}

/* ================================
   ARAYÜZ
================================ */
.st-arayuz {
  padding: 100px 5%;
  text-align: center;
  background: #f5f7fa;
}

.st-arayuz-title {
  font-family: 'Gotham Rounded';
  font-weight: 700;
  font-size: 34px;
  color: #003C7E;
  margin-bottom: 15px;
}

.st-arayuz-text {
  color: #444;
  margin-bottom: 50px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Gotham Rounded';
  font-weight: 500;
}

.st-arayuz-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.st-arayuz-image {
  max-width: 250px;
  border-radius: 10px;
  max-height: 500px;
  margin-top: 37px;
}

.st-2-arayuz-image-1 {
  max-width: 300px;
  border-radius: 10px;
}

/* Mobile responsiveness for both images */
@media (max-width: 768px) {
  .st-arayuz-image,
  .st-2-arayuz-image-1 {
    max-width: 90%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .st-arayuz-image {
    margin-top: 20px; /* Reduced margin on mobile */
  }
}

/* For very small screens */
@media (max-width: 480px) {
  .st-arayuz-image,
  .st-2-arayuz-image-1 {
    max-width: 95%;
  }

  .st-arayuz-image {
    margin-top: 15px; /* Even smaller margin on very small screens */
  }
}
/* If the parent container uses flexbox */
@media (max-width: 768px) {
  .st-arayuz-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .st-arayuz-image,
  .st-2-arayuz-image-1 {
    max-width: 90%;
    width: auto; /* Maintain aspect ratio */
  }
}
/* ================================
   FİYATLANDIRMA
================================ */
.st-pricing-section {
  background: #e9eef4;
  text-align: center;
  padding: 100px 5%;
}

.st-pricing-title {
  font-family: 'Gotham Rounded';
  font-weight: 700;
  font-size: 34px;
  color: #003C7E;
  margin-bottom: 10px;
}

.st-pricing-description {
  font-family: 'Gotham Rounded';
  font-weight: 500;
  max-width: 600px;
  margin: 0 auto 50px;
  color: #444;
}

.st-pricing-cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
}

.st-pricing-card {
  background: #fff;
  border-radius: 15px;
  padding: 30px 20px;
  width: 300px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.st-pricing-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.st-pricing-card-featured {
  background: #003C7E;
  color: #fff;
  transform: scale(1.05);
}

.st-plan-name {
  font-size: 22px;
  margin-bottom: 15px;
  font-family: 'Gotham Rounded';
  font-weight: 700;
  color: black;
}

.st-price {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}

.st-currency {
  font-size: 28px;
}

.st-period {
  font-size: 14px;
  display: block;
  margin-top: 5px;
  opacity: 0.7;
}

.st-pricing-features {
  list-style: none;
  text-align: left;
  margin-bottom: 25px;
  font-family: 'Gotham Rounded';
  font-weight: 500;
}

.st-pricing-feature {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}

.st-pricing-card-featured .st-pricing-feature {
  border-color: rgba(255,255,255,0.3);
}

.st-price-button {
  display: inline-block;
  padding: 12px 25px;
  background: #003C7E;
  color: #fff;
  border-radius: 25px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s ease;
}

.st-pricing-card-featured .st-price-button {
  background: #fff;
  color: #003C7E;
}

.st-price-button:hover {
  background: #00285a;
}

/* ================================
   FOOTER
================================ */
.st-main-footer {
  background: #fff;
  padding: 60px 5% 30px;
  color: #222;
  border-top: 1px solid #eee;
  font-family: 'Gotham Rounded';
  font-weight: 500;
}

.st-footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1300px;
  margin: 0 auto;
}

.st-footer-column {
  flex: 1 1 220px;
  min-width: 200px;
}

.st-footer-logo-img {
  max-width: 150px;
  margin-bottom: 15px;
}

.st-footer-description {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.st-footer-column-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  color: black !important;
}

.st-footer-list {
  list-style: none;
}

.st-footer-list-item {
  margin-bottom: 10px;
  font-size: 14px;
}

.st-footer-link {
  color: #222;
  transition: color 0.3s;
}

.st-footer-link:hover {
  color: #003C7E;
}

.st-footer-social {
  display: flex;
  gap: 10px;
}

.st-social-link {
  color: #003C7E;
  font-size: 16px;
  transition: color 0.3s;
}

.st-social-link:hover {
  color: #000;
}

.st-contact-info {
  list-style: none;
}

.st-contact-item {
  margin-bottom: 10px;
  font-size: 14px;
}

.st-contact-item i {
  margin-right: 8px;
  color: #003C7E;
}

.st-footer-bottom {
  text-align: center;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #eee;
  font-size: 13px;
  color: #777;
}

.st-copyright {
  margin: 0;
}

/* ================================
   RESPONSIVE
================================ */
@media (max-width: 992px) {
  .st-ozellikler {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .st-ozellikler-container {
    flex-direction: column;
    gap: 20px;
  }

  .st-left-group,
  .st-right-group {
    align-items: center;
    text-align: center;
  }

  .st-feature-box {
    justify-content: center;
  }

  .st-feature-box::after {
    display: none;
  }

  .st-pricing-cards {
    flex-direction: column;
    align-items: center;
  }

  .st-pricing-card {
    width: 90%;
    max-width: 350px;
  }

  .st-neden-box {
    max-width: 300px;
  }
}

@media (max-width: 768px) {
  .st-nav {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    background: #fff;
    display: none;
    flex-direction: column;
    align-items: center;
    margin-top: 0px;
  }

  .st-nav-active {
    display: flex;
  }

  .st-nav-list {
    flex-direction: column;
    gap: 15px;
    padding: 20px 0;
  }

  .st-menu-toggle {
    display: block;
  }

  .st-cta-btn {
    display: none;
  }

  .st-hero-title {
    font-size: 32px;
    color: white;
  }

  .st-neden {
    flex-direction: column;
    text-align: center;
  }

  .st-section-title {
    font-size: 28px;
  }


}

/* ================================
   📱 MOBİL RESPONSIVE
================================ */
@media (max-width: 992px) {
  .custom-padding{
    padding-top: 0px;
  }

  /* HEADER */
  .st-header {
    flex-wrap: wrap;
    height: auto;
    padding: 15px 5%;
  }

  .st-nav {
    display: none;
    flex-direction: column;
    width: 100%;
    background: #fff;
    text-align: center;
    margin-top: 10px;
    padding: 15px 0;
  }

  .st-nav-active {
    display: flex;
  }

  .st-nav-list {
    flex-direction: column;
    gap: 15px;
  }

  .st-cta-btn {
    display: none;
  }

  .st-menu-toggle {
    display: block;
    font-size: 28px;
    cursor: pointer;
  }

  /* HERO */
  .st-hero {
    height: auto;
    padding: 120px 5% 80px;
    background-position: center;
  }

  .st-hero-title {
    font-size: 28px;
    line-height: 1.3;
    color: white;
  }

  .st-hero-description {
    font-size: 16px;
  }

  .st-btn-primary {
    padding: 10px 20px;
    font-size: 14px;
  }

  /* NEDEN S TAKİP */
  .st-neden {
    flex-direction: column;
    text-align: center;
    gap: 30px;
    padding: 80px 5%;
  }

  .st-neden-left,
  .st-neden-right {
    max-width: 100%;
  }

  .st-neden-box {
    max-width: 320px;
    margin: 0 auto;
  }

  .st-section-title {
    font-size: 26px;
  }

  .st-section-text {
    font-size: 14px;
  }

  .st-gun-icons {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  .st-gun-icon {
    width: 28px;
    height: 28px;
  }

  /* ÖZELLİKLER */
  .st-ozellikler {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 40px;
    padding: 60px 5%;
  }

  .st-ozellikler-left {
    text-align: center;
  }

  .st-ozellikler-list {
    text-align: center;
  }

  .st-ozellikler-container {
    flex-direction: column;
    gap: 30px;
  }

  .st-left-group,
  .st-right-group {
    align-items: center;
    text-align: center;
  }

  .st-feature-box {
    justify-content: center;
    max-width: 280px;
    flex-direction: row;
  }

  .st-feature-box::after {
    display: none;
  }

  .st-phone-img {
    width: 180px;
  }

  /* ARAYÜZ */
  .st-arayuz {
    padding: 60px 5%;
  }

  .st-arayuz-title {
    font-size: 28px;
  }

  .st-arayuz-text {
    font-size: 14px;
  }

  .st-arayuz-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }



  /* FİYATLANDIRMA */
  .st-pricing-cards {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .st-pricing-card {
    width: 90%;
    max-width: 350px;
  }

  .st-pricing-title {
    font-size: 26px;
  }

  /* FOOTER */
  .st-footer-container {
    flex-direction: column;
    text-align: center;
    gap: 25px;
  }

  .st-footer-column {
    flex: 1 1 100%;
  }

  .st-footer-social {
    justify-content: center;
  }

  .st-social-link {
    margin: 0 5px;
  }

  .st-footer-bottom {
    font-size: 12px;
    padding-top: 10px;
  }
}

/* Çok küçük ekranlar için ekstra düzen */
@media (max-width: 480px) {
  .st-hero-title {
    font-size: 22px;
    color: white;
  }

  .st-neden-box {
    max-width: 280px;
  }

  .st-feature-box {
    flex-direction: column;
    text-align: center;
  }

  .st-feature-icon {
    margin-bottom: 8px;
  }

  .st-price {
    font-size: 32px;
  }
}