/* ==================================================
   HİZMETLER — ASIL BAŞARI
================================================== */

.services-success {
    position: relative;
    padding: 110px 0 120px;
    overflow: hidden;
    background:
      radial-gradient(
        circle at 85% 50%,
        rgba(45, 165, 255, 0.08),
        transparent 35%
      );
  }
  
  
  /* =========================
     WRAPPER
  ========================= */
  
  .services-success-wrapper {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.85fr);
    align-items: center;
    gap: 90px;
  }
  
  
  /* =========================
     CONTENT
  ========================= */
  
  .services-success-content {
    max-width: 680px;
  }
  
  
  /* BADGE */
  
  .services-section-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
  
    padding: 9px 15px;
  
    border: 1px solid rgba(79, 140, 255, 0.2);
    border-radius: 50px;
  
    background: rgba(79, 140, 255, 0.06);
  
    color: #70b4ff;
  
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.7px;
    text-transform: uppercase;
  
    backdrop-filter: blur(10px);
  }
  
  .services-section-badge i {
    font-size: 13px;
  }
  
  
  /* TITLE */
  
  .services-success-content h2 {
    margin: 25px 0 22px;
  
    max-width: 650px;
  
    color: #ffffff;
  
    font-size: clamp(38px, 4vw, 62px);
    line-height: 1.08;
    font-weight: 600;
    letter-spacing: -2px;
  }
  
  .services-success-content h2 span {
    display: block;
  
    background: linear-gradient(
      90deg,
      #ffffff 0%,
      #66b5ff 65%,
      #2da5ff 100%
    );
  
    -webkit-background-clip: text;
    background-clip: text;
  
    -webkit-text-fill-color: transparent;
  }
  
  
  /* DESCRIPTION */
  
  .services-success-description {
    max-width: 610px;
  
    margin: 0 0 38px;
  
    color: rgba(220, 230, 242, 0.68);
  
    font-size: 16px;
    line-height: 1.8;
  }
  
  
  /* =========================
     FEATURES
  ========================= */
  
  .services-success-features {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  
  
  .services-success-feature {
    display: flex;
    align-items: center;
    gap: 17px;
  
    padding: 15px 18px;
  
    border: 1px solid rgba(255, 255, 255, 0.055);
    border-radius: 15px;
  
    background: rgba(255, 255, 255, 0.025);
  
    transition:
      transform 0.3s ease,
      border-color 0.3s ease,
      background 0.3s ease;
  }
  
  
  .services-success-feature:hover {
    transform: translateX(6px);
  
    border-color: rgba(79, 140, 255, 0.22);
  
    background: rgba(79, 140, 255, 0.045);
  }
  
  
  .services-feature-icon {
    flex: 0 0 45px;
  
    width: 45px;
    height: 45px;
  
    display: flex;
    align-items: center;
    justify-content: center;
  
    border-radius: 12px;
  
    color: #67b3ff;
  
    background: rgba(45, 165, 255, 0.09);
  
    border: 1px solid rgba(45, 165, 255, 0.12);
  
    box-shadow:
      0 0 25px rgba(45, 165, 255, 0.07);
  }
  
  
  .services-success-feature h3 {
    margin: 0 0 4px;
  
    color: #ffffff;
  
    font-size: 15px;
    font-weight: 600;
  }
  
  
  .services-success-feature p {
    margin: 0;
  
    color: rgba(210, 220, 235, 0.52);
  
    font-size: 13px;
    line-height: 1.5;
  }
  
  
  /* =========================
     VISUAL
  ========================= */
  
  .services-success-visual {
    position: relative;
  
    min-height: 530px;
  
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  
  /* GLOW */
  
  .services-visual-glow {
    position: absolute;
  
    width: 360px;
    height: 360px;
  
    border-radius: 50%;
  
    background: rgba(45, 165, 255, 0.13);
  
    filter: blur(90px);
  
    pointer-events: none;
  }
  
  
  /* GRID */
  
  .services-visual-grid {
    position: absolute;
  
    inset: 25px;
  
    opacity: 0.25;
  
    background-image:
      linear-gradient(
        rgba(255,255,255,0.035) 1px,
        transparent 1px
      ),
      linear-gradient(
        90deg,
        rgba(255,255,255,0.035) 1px,
        transparent 1px
      );
  
    background-size: 35px 35px;
  
    mask-image: radial-gradient(
      circle,
      black 20%,
      transparent 75%
    );
  
    -webkit-mask-image: radial-gradient(
      circle,
      black 20%,
      transparent 75%
    );
  }
  
  
  /* MAIN CARD */
  
  .services-visual-card {
    position: relative;
  
    width: min(100%, 440px);
    min-height: 480px;
  
    padding: 28px;
  
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 28px;
  
    background:
      linear-gradient(
        145deg,
        rgba(255,255,255,0.075),
        rgba(255,255,255,0.018)
      );
  
    box-shadow:
      0 30px 80px rgba(0, 0, 0, 0.35),
      inset 0 1px 0 rgba(255,255,255,0.06);
  
    backdrop-filter: blur(18px);
  
    transform: perspective(1000px) rotateY(-5deg);
  
    transition: transform 0.5s ease;
  }
  
  
  .services-visual-card:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
  }
  
  
  /* CARD TOP */
  
  .services-visual-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  
  .services-visual-top span {
    display: flex;
    align-items: center;
    gap: 8px;
  
    color: rgba(220,230,242,0.6);
  
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1.2px;
  }
  
  
  .services-visual-top span i {
    color: #4f8cff;
    font-size: 8px;
  }
  
  
  .services-visual-top > i {
    color: rgba(255,255,255,0.35);
    font-size: 18px;
  }
  
  
  /* CENTER */
  
  .services-visual-center {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  
  /* SHIELD RING */
  
  .services-shield-ring {
    width: 210px;
    height: 210px;
  
    display: flex;
    align-items: center;
    justify-content: center;
  
    border-radius: 50%;
  
    border: 1px solid rgba(79, 140, 255, 0.25);
  
    background:
      radial-gradient(
        circle,
        rgba(45,165,255,0.12),
        rgba(45,165,255,0.02) 60%,
        transparent 70%
      );
  
    box-shadow:
      0 0 50px rgba(45,165,255,0.10),
      inset 0 0 40px rgba(45,165,255,0.05);
  }
  
  
  .services-shield-inner {
    width: 125px;
    height: 125px;
  
    display: flex;
    align-items: center;
    justify-content: center;
  
    border-radius: 50%;
  
    border: 1px solid rgba(79,140,255,0.35);
  
    background:
      linear-gradient(
        145deg,
        rgba(79,140,255,0.16),
        rgba(79,140,255,0.035)
      );
  
    box-shadow:
      0 0 45px rgba(45,165,255,0.15);
  }
  
  
  .services-shield-inner i {
    color: #62b0ff;
  
    font-size: 48px;
  
    filter:
      drop-shadow(
        0 0 15px rgba(45,165,255,0.45)
      );
  }
  
  
  /* CARD BOTTOM */
  
  .services-visual-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
  
    gap: 15px;
  }
  
  
  .services-visual-bottom > div {
    padding: 16px;
  
    border-radius: 14px;
  
    border: 1px solid rgba(255,255,255,0.055);
  
    background: rgba(255,255,255,0.025);
  }
  
  
  .services-visual-bottom strong {
    display: block;
  
    margin-bottom: 5px;
  
    color: #ffffff;
  
    font-size: 22px;
    font-weight: 600;
  }
  
  
  .services-visual-bottom span {
    display: block;
  
    color: rgba(210,220,235,0.5);
  
    font-size: 10px;
    line-height: 1.4;
  }
  
  
  /* =========================
     FLOATING CARD
  ========================= */
  
  .services-floating-card {
    position: absolute;
  
    right: -15px;
    bottom: 140px;
  
    display: flex;
    align-items: center;
    gap: 12px;
  
    padding: 13px 17px;
  
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 14px;
  
    background: rgba(10, 20, 34, 0.82);
  
    box-shadow:
      0 20px 45px rgba(0,0,0,0.35);
  
    backdrop-filter: blur(15px);
  
    animation: servicesFloat 4s ease-in-out infinite;
  }
  
  
  .services-floating-icon {
    width: 34px;
    height: 34px;
  
    display: flex;
    align-items: center;
    justify-content: center;
  
    border-radius: 10px;
  
    color: #6bb7ff;
  
    background: rgba(45,165,255,0.1);
  }
  
  
  .services-floating-card strong {
    display: block;
  
    color: #ffffff;
  
    font-size: 12px;
    font-weight: 600;
  }
  
  
  .services-floating-card span {
    display: block;
  
    margin-top: 2px;
  
    color: rgba(210,220,235,0.45);
  
    font-size: 10px;
  }
  
  
  @keyframes servicesFloat {
  
    0%,
    100% {
      transform: translateY(0);
    }
  
    50% {
      transform: translateY(-8px);
    }
  
  }
  
  
  /* ==================================================
     RESPONSIVE
  ================================================== */
  
  @media (max-width: 1000px) {
  
    .services-success-wrapper {
      grid-template-columns: 1fr;
      gap: 65px;
    }
  
    .services-success-content {
      max-width: 750px;
    }
  
    .services-success-visual {
      min-height: 500px;
    }
  
  }
  
  
  @media (max-width: 600px) {
  
    .services-success {
      padding: 75px 0 80px;
    }
  
    .services-success-content h2 {
      margin-top: 20px;
  
      font-size: 38px;
  
      letter-spacing: -1.3px;
    }
  
    .services-success-description {
      font-size: 14px;
      line-height: 1.7;
    }
  
    .services-success-feature {
      padding: 13px;
    }
  
    .services-feature-icon {
      width: 40px;
      height: 40px;
      flex-basis: 40px;
    }
  
    .services-success-feature h3 {
      font-size: 14px;
    }
  
    .services-success-feature p {
      font-size: 12px;
    }
  
    .services-success-visual {
      min-height: 420px;
    }
  
    .services-visual-card {
      min-height: 400px;
  
      padding: 20px;
  
      border-radius: 22px;
  
      transform: none;
    }
  
    .services-shield-ring {
      width: 160px;
      height: 160px;
    }
  
    .services-shield-inner {
      width: 100px;
      height: 100px;
    }
  
    .services-shield-inner i {
      font-size: 38px;
    }
  
    .services-floating-card {
      right: -5px;
      bottom: 110px;
    }
  
    .services-visual-bottom strong {
      font-size: 18px;
    }
  
  }
/* ==================================================
02 — NEDEN KIZILELMA GÜVENLİK?
================================================== */

.kg-why-security {
    position: relative;
    padding: 110px 0;
    overflow: hidden;
    background:
      radial-gradient(
        circle at 15% 50%,
        rgba(45, 165, 255, 0.07),
        transparent 35%
      ),
      radial-gradient(
        circle at 85% 20%,
        rgba(79, 140, 255, 0.05),
        transparent 30%
      );
  }
  
  
  /* SECTION HEADING */
  
  .kg-section-heading {
    max-width: 760px;
    margin: 0 auto 60px;
    text-align: center;
  }
  
  .kg-section-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
  
    padding: 8px 15px;
  
    border: 1px solid rgba(79, 140, 255, 0.22);
    border-radius: 999px;
  
    background: rgba(79, 140, 255, 0.06);
  
    color: #7db8ff;
  
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
  }
  
  .kg-section-badge i {
    font-size: 12px;
  }
  
  
  .kg-section-heading h2 {
    margin: 18px 0 16px;
  
    color: #fff;
  
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: -1.3px;
  }
  
  .kg-section-heading h2 span {
    background: linear-gradient(
      90deg,
      #4f8cff,
      #2da5ff
    );
  
    -webkit-background-clip: text;
    background-clip: text;
  
    -webkit-text-fill-color: transparent;
  }
  
  
  .kg-section-heading p {
    max-width: 650px;
    margin: 0 auto;
  
    color: rgba(255, 255, 255, 0.58);
  
    font-size: 15px;
    line-height: 1.8;
  }
  
  
  /* WHY GRID */
  
  .kg-why-grid {
    display: grid;
  
    grid-template-columns:
      repeat(4, minmax(0, 1fr));
  
    gap: 20px;
  }
  
  
  /* CARD */
  
  .kg-why-card {
    position: relative;
  
    min-height: 340px;
  
    padding: 30px 26px 25px;
  
    display: flex;
    flex-direction: column;
  
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 22px;
  
    background:
      linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.055),
        rgba(255, 255, 255, 0.018)
      );
  
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
  
    overflow: hidden;
  
    transition:
      transform 0.35s ease,
      border-color 0.35s ease,
      box-shadow 0.35s ease;
  }
  
  
  /* CARD GLOW */
  
  .kg-why-card::before {
    content: "";
  
    position: absolute;
  
    width: 170px;
    height: 170px;
  
    top: -90px;
    right: -70px;
  
    border-radius: 50%;
  
    background: rgba(45, 165, 255, 0.13);
  
    filter: blur(35px);
  
    opacity: 0;
  
    transition: opacity 0.35s ease;
  }
  
  
  /* HOVER */
  
  .kg-why-card:hover {
    transform: translateY(-7px);
  
    border-color: rgba(79, 140, 255, 0.28);
  
    box-shadow:
      0 20px 50px rgba(0, 0, 0, 0.22),
      0 0 35px rgba(45, 165, 255, 0.06);
  }
  
  .kg-why-card:hover::before {
    opacity: 1;
  }
  
  
  /* ICON */
  
  .kg-why-icon {
    width: 54px;
    height: 54px;
  
    display: flex;
    align-items: center;
    justify-content: center;
  
    margin-bottom: 28px;
  
    border: 1px solid rgba(79, 140, 255, 0.22);
    border-radius: 15px;
  
    background:
      linear-gradient(
        145deg,
        rgba(79, 140, 255, 0.14),
        rgba(45, 165, 255, 0.05)
      );
  
    color: #69adff;
  
    font-size: 20px;
  
    box-shadow:
      inset 0 0 20px rgba(79, 140, 255, 0.04);
  }
  
  
  /* CONTENT */
  
  .kg-why-content {
    position: relative;
    z-index: 1;
  }
  
  .kg-why-content h3 {
    margin: 0 0 11px;
  
    color: #fff;
  
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
  }
  
  .kg-why-content p {
    margin: 0;
  
    color: rgba(255, 255, 255, 0.55);
  
    font-size: 14px;
    line-height: 1.75;
  }
  
  
  /* 7/24 */
  
  .kg-why-service {
    position: relative;
    z-index: 1;
  
    display: flex;
    align-items: baseline;
    gap: 9px;
  
    margin-top: auto;
    padding-top: 28px;
  }
  
  .kg-why-service strong {
    color: #fff;
  
    font-size: 28px;
    font-weight: 700;
  
    line-height: 1;
    letter-spacing: -0.8px;
  
    text-shadow:
      0 0 20px rgba(45, 165, 255, 0.25);
  }
  
  .kg-why-service span {
    color: rgba(255, 255, 255, 0.45);
  
    font-size: 12px;
    font-weight: 500;
  
    letter-spacing: 0.2px;
  }
  
  
  /* ==================================================
  RESPONSIVE
  ================================================== */
  
  @media (max-width: 1100px) {
  
    .kg-why-grid {
      grid-template-columns:
        repeat(2, minmax(0, 1fr));
    }
  
  }
  
  
  @media (max-width: 700px) {
  
    .kg-why-security {
      padding: 80px 0;
    }
  
    .kg-section-heading {
      margin-bottom: 40px;
    }
  
    .kg-section-heading h2 {
      font-size: 32px;
    }
  
    .kg-section-heading p {
      font-size: 14px;
    }
  
    .kg-why-grid {
      grid-template-columns: 1fr;
      gap: 15px;
    }
  
    .kg-why-card {
      min-height: 300px;
      padding: 25px 22px;
    }
  
  }
/* ==================================================
03 — HİZMET KAPSAMIMIZ
================================================== */

.kg-services {
    position: relative;
    padding: 110px 0;
  
    overflow: hidden;
  
    background:
      radial-gradient(
        circle at 85% 50%,
        rgba(45, 165, 255, 0.055),
        transparent 35%
      );
  }
  
  
  /* SECTION HEADING */
  
  .kg-services-heading {
    margin-bottom: 55px;
  }
  
  
  /* SERVICES LAYOUT */
  
  .kg-services-layout {
    display: grid;
  
    grid-template-columns:
      minmax(300px, 0.75fr)
      minmax(0, 1.25fr);
  
    gap: 28px;
  
    align-items: stretch;
  }
  
  
  /* ================================================
  SERVICE LIST
  ================================================ */
  
  .kg-services-list {
    display: flex;
    flex-direction: column;
    gap: 9px;
  }
  
  
  /* SERVICE ITEM */
  
  .kg-service-item {
    position: relative;
  
    width: 100%;
    min-height: 68px;
  
    display: flex;
    align-items: center;
  
    gap: 15px;
  
    padding: 11px 15px;
  
    border: 1px solid rgba(255, 255, 255, 0.065);
    border-radius: 15px;
  
    background:
      rgba(255, 255, 255, 0.025);
  
    color: rgba(255, 255, 255, 0.65);
  
    text-align: left;
  
    cursor: pointer;
  
    transition:
      background 0.3s ease,
      border-color 0.3s ease,
      transform 0.3s ease,
      color 0.3s ease;
  }
  
  
  .kg-service-item:hover {
    transform: translateX(4px);
  
    color: #fff;
  
    border-color:
      rgba(79, 140, 255, 0.22);
  
    background:
      rgba(79, 140, 255, 0.055);
  }
  
  
  /* ACTIVE */
  
  .kg-service-item.active {
  
    color: #fff;
  
    border-color:
      rgba(79, 140, 255, 0.35);
  
    background:
      linear-gradient(
        110deg,
        rgba(79, 140, 255, 0.14),
        rgba(45, 165, 255, 0.045)
      );
  
    box-shadow:
      0 8px 30px rgba(0, 0, 0, 0.12);
  }
  
  
  .kg-service-item.active::before {
  
    content: "";
  
    position: absolute;
  
    left: -1px;
    top: 13px;
    bottom: 13px;
  
    width: 3px;
  
    border-radius: 0 4px 4px 0;
  
    background:
      linear-gradient(
        180deg,
        #4f8cff,
        #2da5ff
      );
  
    box-shadow:
      0 0 14px rgba(45, 165, 255, 0.45);
  }
  
  
  /* ICON */
  
  .kg-service-icon {
  
    flex: 0 0 43px;
  
    width: 43px;
    height: 43px;
  
    display: flex;
    align-items: center;
    justify-content: center;
  
    border-radius: 12px;
  
    border: 1px solid
      rgba(79, 140, 255, 0.16);
  
    background:
      rgba(79, 140, 255, 0.07);
  
    color: #69adff;
  
    font-size: 16px;
  
    transition:
      background 0.3s ease,
      border-color 0.3s ease;
  }
  
  
  .kg-service-item.active .kg-service-icon {
  
    background:
      rgba(79, 140, 255, 0.14);
  
    border-color:
      rgba(79, 140, 255, 0.3);
  }
  
  
  /* NAME */
  
  .kg-service-name {
  
    flex: 1;
  
    font-size: 14px;
    font-weight: 600;
  
    line-height: 1.35;
  }
  
  
  /* ARROW */
  
  .kg-service-arrow {
  
    font-size: 11px;
  
    opacity: 0.25;
  
    transform: translateX(-3px);
  
    transition:
      opacity 0.3s ease,
      transform 0.3s ease;
  }
  
  
  .kg-service-item:hover .kg-service-arrow,
  .kg-service-item.active .kg-service-arrow {
  
    opacity: 1;
  
    transform: translateX(0);
  
    color: #69adff;
  }
  
  
  /* ================================================
  DETAIL
  ================================================ */
  
  .kg-service-detail {
  
    position: relative;
  
    display: grid;
  
    grid-template-columns: 0.85fr 1.15fr;
  
    min-height: 530px;
  
    overflow: hidden;
  
    border-radius: 24px;
  
    border: 1px solid
      rgba(255, 255, 255, 0.07);
  
    background:
      linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.055),
        rgba(255, 255, 255, 0.018)
      );
  
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  
    box-shadow:
      0 25px 70px rgba(0, 0, 0, 0.15);
  }
  
  
  /* IMAGE */
  
  .kg-service-image {
  
    position: relative;
  
    min-height: 530px;
  
    overflow: hidden;
  }
  
  
  .kg-service-image img {
  
    width: 100%;
    height: 100%;
  
    display: block;
  
    object-fit: cover;
  
    transition:
      transform 0.7s ease;
  }
  
  
  .kg-service-detail:hover
  .kg-service-image img {
  
    transform: scale(1.035);
  }
  
  
  /* IMAGE OVERLAY */
  
  .kg-service-image-overlay {
  
    position: absolute;
  
    inset: 0;
  
    background:
      linear-gradient(
        90deg,
        rgba(5, 12, 22, 0.08),
        rgba(5, 12, 22, 0.48)
      );
  }
  
  
  /* IMAGE BADGE */
  
  .kg-service-image-badge {
  
    position: absolute;
  
    left: 20px;
    bottom: 20px;
  
    display: inline-flex;
    align-items: center;
  
    gap: 8px;
  
    padding: 9px 13px;
  
    border-radius: 10px;
  
    border: 1px solid
      rgba(255, 255, 255, 0.12);
  
    background:
      rgba(5, 12, 22, 0.55);
  
    backdrop-filter: blur(10px);
  
    color: rgba(255, 255, 255, 0.88);
  
    font-size: 11px;
    font-weight: 500;
  }
  
  
  .kg-service-image-badge i {
  
    color: #69adff;
  
    font-size: 12px;
  }
  
  
  /* ================================================
  CONTENT
  ================================================ */
  
  .kg-service-content {
  
    padding: 42px 38px;
  
    display: flex;
    flex-direction: column;
  
    justify-content: center;
  }
  
  
  /* LABEL */
  
  .kg-service-content-label {
  
    display: block;
  
    margin-bottom: 10px;
  
    color: #69adff;
  
    font-size: 10px;
    font-weight: 700;
  
    letter-spacing: 1.6px;
  }
  
  
  /* TITLE */
  
  .kg-service-content h3 {
  
    margin: 0 0 17px;
  
    color: #fff;
  
    font-size: clamp(25px, 3vw, 34px);
  
    line-height: 1.15;
  
    font-weight: 700;
  
    letter-spacing: -0.7px;
  }
  
  
  /* DESCRIPTION */
  
  .kg-service-description {
  
    margin: 0 0 28px;
  
    color:
      rgba(255, 255, 255, 0.56);
  
    font-size: 14px;
  
    line-height: 1.8;
  }
  
  
  /* INFO */
  
  .kg-service-info {
  
    display: grid;
  
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
  
    gap: 25px;
  
    padding-top: 25px;
  
    border-top:
      1px solid rgba(255, 255, 255, 0.07);
  }
  
  
  /* INFO BLOCK */
  
  .kg-service-info-block h4 {
  
    display: flex;
    align-items: center;
  
    gap: 8px;
  
    margin: 0 0 14px;
  
    color: #fff;
  
    font-size: 13px;
    font-weight: 600;
  }
  
  
  .kg-service-info-block h4 i {
  
    color: #69adff;
  
    font-size: 12px;
  }
  
  
  /* LIST */
  
  .kg-service-info-block ul {
  
    display: flex;
    flex-direction: column;
  
    gap: 7px;
  
    padding: 0;
    margin: 0;
  
    list-style: none;
  }
  
  
  .kg-service-info-block li {
  
    position: relative;
  
    padding-left: 14px;
  
    color:
      rgba(255, 255, 255, 0.47);
  
    font-size: 11px;
  
    line-height: 1.5;
  }
  
  
  .kg-service-info-block li::before {
  
    content: "";
  
    position: absolute;
  
    left: 0;
    top: 7px;
  
    width: 4px;
    height: 4px;
  
    border-radius: 50%;
  
    background: #4f8cff;
  
    box-shadow:
      0 0 7px rgba(79, 140, 255, 0.5);
  }
  
  
  /* ================================================
  RESPONSIVE
  ================================================ */
  
  @media (max-width: 1050px) {
  
    .kg-services-layout {
  
      grid-template-columns:
        1fr;
  
    }
  
  
    .kg-services-list {
  
      display: grid;
  
      grid-template-columns:
        repeat(2, minmax(0, 1fr));
  
      gap: 10px;
    }
  
  
    .kg-service-detail {
  
      grid-template-columns:
        0.8fr 1.2fr;
    }
  
  }
  
  
  @media (max-width: 750px) {
  
    .kg-services {
  
      padding: 80px 0;
    }
  
  
    .kg-services-list {
  
      grid-template-columns:
        1fr;
    }
  
  
    .kg-service-detail {
  
      grid-template-columns: 1fr;
  
      min-height: auto;
    }
  
  
    .kg-service-image {
  
      min-height: 280px;
  
      max-height: 320px;
    }
  
  
    .kg-service-content {
  
      padding: 30px 23px;
    }
  
  
    .kg-service-info {
  
      grid-template-columns: 1fr;
  
      gap: 22px;
    }
  
  }
  
  
  @media (max-width: 480px) {
  
    .kg-service-item {
  
      min-height: 63px;
  
      padding: 9px 12px;
    }
  
  
    .kg-service-icon {
  
      width: 39px;
      height: 39px;
  
      flex-basis: 39px;
    }
  
  
    .kg-service-name {
  
      font-size: 13px;
    }
  
  
    .kg-service-content h3 {
  
      font-size: 26px;
    }
  
  }

/* ==================================================
04 — OPERASYON SÜRECİMİZ
================================================== */

.services-process {
  position: relative;
  padding: 120px 0;
  background: #08111f;
  overflow: hidden;
}

.services-process::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  top: 10%;
  left: -280px;
  border-radius: 50%;
  background: rgba(45, 165, 255, 0.06);
  filter: blur(90px);
  pointer-events: none;
}


/* SECTION HEADER */

.services-section-header {
  max-width: 760px;
  margin: 0 auto 75px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.services-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 15px;
  margin-bottom: 20px;
  border: 1px solid rgba(79, 140, 255, 0.22);
  border-radius: 100px;
  background: rgba(79, 140, 255, 0.06);
  color: #5da8ff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
}

.services-section-kicker i {
  font-size: 12px;
}

.services-section-header h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -1.2px;
}

.services-section-header h2 span {
  display: block;
  margin-top: 5px;
  background: linear-gradient(90deg, #fff, #65b8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.services-section-header p {
  max-width: 650px;
  margin: 20px auto 0;
  color: #8998aa;
  font-size: 15px;
  line-height: 1.8;
}


/* TIMELINE */

.services-process-timeline {
  position: relative;
  max-width: 1050px;
  margin: 0 auto;
}

.services-process-timeline::before {
  content: "";
  position: absolute;
  top: 52px;
  bottom: 52px;
  left: 31px;
  width: 1px;
  background: linear-gradient(
    to bottom,
    transparent,
    rgba(79, 140, 255, 0.35) 10%,
    rgba(79, 140, 255, 0.35) 90%,
    transparent
  );
}


/* PROCESS ITEM */

.process-item {
  position: relative;
  display: grid;
  grid-template-columns: 64px 72px 1fr;
  gap: 22px;
  align-items: start;
  margin-bottom: 28px;
  z-index: 2;
}

.process-item:last-child {
  margin-bottom: 0;
}


/* NUMBER */

.process-number {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 1px solid rgba(79, 140, 255, 0.22);
  border-radius: 18px;
  background: #0a1626;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.2);
  z-index: 3;
}

.process-number span {
  color: #5da8ff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
}


/* ICON */

.process-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border: 1px solid rgba(79, 140, 255, 0.18);
  border-radius: 20px;
  background:
    linear-gradient(
      145deg,
      rgba(79, 140, 255, 0.13),
      rgba(45, 165, 255, 0.025)
    );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 12px 35px rgba(0, 0, 0, 0.18);
}

.process-icon i {
  color: #5da8ff;
  font-size: 23px;
}


/* CONTENT */

.process-content {
  min-height: 170px;
  padding: 27px 30px;
  border: 1px solid rgba(255, 255, 255, 0.055);
  border-radius: 20px;
  background: rgba(10, 22, 38, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.025),
    0 15px 45px rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(14px);
  transition: 0.35s ease;
}

.process-item:hover .process-content {
  border-color: rgba(79, 140, 255, 0.18);
  transform: translateX(5px);
}

.process-step {
  display: block;
  margin-bottom: 8px;
  color: #5da8ff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.7px;
}

.process-content h3 {
  margin: 0;
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: -0.3px;
}

.process-content p {
  max-width: 720px;
  margin: 10px 0 18px;
  color: #8998aa;
  font-size: 13px;
  line-height: 1.75;
}


/* BADGES */

.process-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.process-badges span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.025);
  color: #9aa8b8;
  font-size: 10px;
  font-weight: 500;
}

.process-badges i {
  color: #5da8ff;
  font-size: 10px;
}


/* MOBILE */

@media (max-width: 768px) {

  .services-process {
    padding: 80px 0;
  }

  .services-section-header {
    margin-bottom: 50px;
  }

  .services-section-header h2 {
    font-size: 31px;
  }

  .services-section-header p {
    font-size: 13px;
    line-height: 1.7;
  }

  .services-process-timeline::before {
    left: 24px;
    top: 35px;
    bottom: 35px;
  }

  .process-item {
    grid-template-columns: 48px 1fr;
    gap: 15px;
    margin-bottom: 20px;
  }

  .process-number {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }

  .process-number span {
    font-size: 11px;
  }

  .process-icon {
    display: none;
  }

  .process-content {
    min-height: auto;
    padding: 22px 20px;
    border-radius: 17px;
  }

  .process-content h3 {
    font-size: 18px;
  }

  .process-content p {
    font-size: 12px;
    line-height: 1.7;
  }

  .process-badges {
    gap: 6px;
  }

  .process-badges span {
    padding: 6px 9px;
    font-size: 9px;
  }

  .process-item:hover .process-content {
    transform: none;
  }
}

/* ==================================================
05 — SIK KULLANILAN SENARYOLAR
================================================== */

.security-scenarios {
    position: relative;
    padding: 120px 0;
    background: #08111f;
    overflow: hidden;
  }
  
  .security-scenarios::after {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    right: -280px;
    top: 20%;
    border-radius: 50%;
    background: rgba(45, 165, 255, 0.055);
    filter: blur(100px);
    pointer-events: none;
  }
  
  
  /* GRID */
  
  .security-scenarios-grid {
    position: relative;
    z-index: 2;
  
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  
    max-width: 1150px;
    margin: 0 auto;
  }
  
  
  /* CARD */
  
  .scenario-card {
    position: relative;
  
    min-height: 245px;
    padding: 28px;
  
    display: flex;
    flex-direction: column;
  
    border: 1px solid rgba(255, 255, 255, 0.055);
    border-radius: 22px;
  
    background:
      linear-gradient(
        145deg,
        rgba(15, 31, 51, 0.92),
        rgba(8, 19, 33, 0.86)
      );
  
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.025),
      0 20px 50px rgba(0, 0, 0, 0.16);
  
    overflow: hidden;
  
    transition:
      transform 0.35s ease,
      border-color 0.35s ease,
      box-shadow 0.35s ease;
  }
  
  
  /* LIGHT EFFECT */
  
  .scenario-card::before {
    content: "";
  
    position: absolute;
    width: 170px;
    height: 170px;
  
    top: -90px;
    right: -70px;
  
    border-radius: 50%;
  
    background: rgba(79, 140, 255, 0.08);
  
    filter: blur(35px);
  
    transition: 0.4s ease;
  }
  
  .scenario-card:hover::before {
    background: rgba(79, 140, 255, 0.15);
  }
  
  
  /* HOVER */
  
  .scenario-card:hover {
    transform: translateY(-6px);
  
    border-color: rgba(79, 140, 255, 0.2);
  
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.035),
      0 25px 65px rgba(0, 0, 0, 0.25);
  }
  
  
  /* ICON */
  
  .scenario-icon {
    position: relative;
    z-index: 2;
  
    width: 52px;
    height: 52px;
  
    display: flex;
    align-items: center;
    justify-content: center;
  
    border-radius: 15px;
  
    border: 1px solid rgba(79, 140, 255, 0.17);
  
    background: rgba(79, 140, 255, 0.07);
  
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.03);
  }
  
  .scenario-icon i {
    color: #5da8ff;
    font-size: 19px;
  }
  
  
  /* CONTENT */
  
  .scenario-content {
    position: relative;
    z-index: 2;
  
    flex: 1;
  
    padding-top: 22px;
  }
  
  .scenario-number {
    display: block;
  
    margin-bottom: 6px;
  
    color: rgba(93, 168, 255, 0.65);
  
    font-size: 9px;
    font-weight: 700;
  
    letter-spacing: 1.5px;
  }
  
  .scenario-content h3 {
    margin: 0;
  
    color: #fff;
  
    font-size: 18px;
    line-height: 1.35;
  
    font-weight: 600;
  
    letter-spacing: -0.25px;
  }
  
  .scenario-content p {
    margin: 9px 0 0;
  
    color: #8998aa;
  
    font-size: 12px;
    line-height: 1.7;
  }
  
  
  /* ARROW */
  
  .scenario-arrow {
    position: absolute;
  
    right: 24px;
    bottom: 24px;
  
    width: 31px;
    height: 31px;
  
    display: flex;
    align-items: center;
    justify-content: center;
  
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 9px;
  
    background: rgba(255, 255, 255, 0.025);
  
    transition: 0.35s ease;
  }
  
  .scenario-arrow i {
    color: #63758b;
    font-size: 10px;
  }
  
  .scenario-card:hover .scenario-arrow {
    border-color: rgba(79, 140, 255, 0.25);
    background: rgba(79, 140, 255, 0.08);
  }
  
  .scenario-card:hover .scenario-arrow i {
    color: #5da8ff;
  }
  
  
  /* ==================================================
  RESPONSIVE
  ================================================== */
  
  @media (max-width: 950px) {
  
    .security-scenarios-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  
  }
  
  
  @media (max-width: 650px) {
  
    .security-scenarios {
      padding: 80px 0;
    }
  
    .security-scenarios-grid {
      grid-template-columns: 1fr;
      gap: 14px;
    }
  
    .scenario-card {
      min-height: 215px;
      padding: 23px;
      border-radius: 18px;
    }
  
    .scenario-content {
      padding-top: 18px;
    }
  
    .scenario-content h3 {
      font-size: 17px;
    }
  
    .scenario-content p {
      font-size: 11px;
    }
  
    .scenario-arrow {
      right: 20px;
      bottom: 20px;
    }
  
  }

/* ==================================================
06 — HİZMET VERDİĞİMİZ ALANLAR
================================================== */

.service-areas {
    position: relative;
    padding: 120px 0;
  
    background:
      radial-gradient(
        circle at 10% 50%,
        rgba(45, 165, 255, 0.045),
        transparent 30%
      ),
      #08111f;
  
    overflow: hidden;
  }
  
  
  /* GRID */
  
  .service-areas-grid {
    position: relative;
    z-index: 2;
  
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  
    gap: 16px;
  
    max-width: 1200px;
    margin: 0 auto;
  }
  
  
  /* CARD */
  
  .service-area-card {
    position: relative;
  
    min-height: 185px;
  
    padding: 24px;
  
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  
    border-radius: 20px;
  
    border: 1px solid rgba(255, 255, 255, 0.055);
  
    background:
      linear-gradient(
        145deg,
        rgba(15, 31, 51, 0.88),
        rgba(8, 19, 33, 0.82)
      );
  
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.025),
      0 18px 45px rgba(0, 0, 0, 0.13);
  
    overflow: hidden;
  
    transition:
      transform 0.35s ease,
      border-color 0.35s ease,
      box-shadow 0.35s ease;
  }
  
  
  /* CARD LIGHT */
  
  .service-area-card::before {
    content: "";
  
    position: absolute;
  
    width: 150px;
    height: 150px;
  
    right: -80px;
    bottom: -80px;
  
    border-radius: 50%;
  
    background: rgba(79, 140, 255, 0.07);
  
    filter: blur(35px);
  
    transition: 0.4s ease;
  }
  
  .service-area-card:hover::before {
    background: rgba(79, 140, 255, 0.14);
  }
  
  
  /* HOVER */
  
  .service-area-card:hover {
    transform: translateY(-5px);
  
    border-color: rgba(79, 140, 255, 0.19);
  
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.035),
      0 24px 55px rgba(0, 0, 0, 0.22);
  }
  
  
  /* ICON */
  
  .service-area-icon {
    position: relative;
    z-index: 2;
  
    width: 47px;
    height: 47px;
  
    display: flex;
    align-items: center;
    justify-content: center;
  
    border-radius: 13px;
  
    border: 1px solid rgba(79, 140, 255, 0.15);
  
    background: rgba(79, 140, 255, 0.065);
  }
  
  .service-area-icon i {
    color: #5da8ff;
  
    font-size: 17px;
  
    transition: 0.35s ease;
  }
  
  .service-area-card:hover .service-area-icon i {
    transform: scale(1.08);
  }
  
  
  /* CONTENT */
  
  .service-area-content {
    position: relative;
    z-index: 2;
  
    margin-top: 20px;
  }
  
  .service-area-content > span {
    display: block;
  
    margin-bottom: 5px;
  
    color: rgba(93, 168, 255, 0.55);
  
    font-size: 9px;
    font-weight: 700;
  
    letter-spacing: 1.5px;
  }
  
  .service-area-content h3 {
    margin: 0;
  
    color: #fff;
  
    font-size: 16px;
    line-height: 1.35;
  
    font-weight: 600;
  
    letter-spacing: -0.2px;
  }
  
  .service-area-content p {
    margin: 7px 0 0;
  
    color: #8292a6;
  
    font-size: 11px;
    line-height: 1.6;
  }
  
  
  /* ==================================================
  RESPONSIVE
  ================================================== */
  
  @media (max-width: 1050px) {
  
    .service-areas-grid {
      grid-template-columns: repeat(3, 1fr);
    }
  
  }
  
  
  @media (max-width: 760px) {
  
    .service-areas {
      padding: 90px 0;
    }
  
    .service-areas-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 13px;
    }
  
    .service-area-card {
      min-height: 175px;
      padding: 21px;
      border-radius: 17px;
    }
  
  }
  
  
  @media (max-width: 500px) {
  
    .service-areas-grid {
      grid-template-columns: 1fr;
    }
  
    .service-area-card {
      min-height: 165px;
    }
  
  }