:root {
      --bg1: #071e33;
      --bg2: #0b2743;
      --bg3: #14385a;
      --text: #ffffff;
      --muted: rgba(255,255,255,0.45);
      --line: rgba(255,255,255,0.08);
      --orange: #d28a43;
      --orange2: #f0a25b;
      --panel-shadow: rgba(0,0,0,0.35);
      --ease: cubic-bezier(.22,.61,.36,1);
    }
    body{
background-image: url(/wp-content/uploads/2023/05/line-dark.png) ;
font-family: Arial, Helvetica, sans-serif;
margin: 0px !important;
}

    @media (max-width: 991px) {
  .alfa-hamburger {
    position: relative;
    z-index: 100001;
  }

  .alfa-nav {
    z-index: 100000;
  }

  .alfa-nav.active {
    right: 0;
    pointer-events: auto;
  }
}

@media (max-width: 650px) {
  .alfa-footer-col h3 {
    position: relative;
    z-index: 5;
    pointer-events: auto;
  }
}
    .hero-wrap {
      max-width: 100%;
      padding: 15px;
      margin: 0 auto;
       /* ÇİZGİLİ ARKA PLAN */
    background:
      repeating-linear-gradient(-45deg, #eaeaea, #f7f7f7 1px, transparent 1px, transparent 12px), #f5f5f5;
    }

    .hero {
      position: relative;
      width: 100%;
      min-height: 760px;
      overflow: hidden;
      border-radius: 18px;
      background:
        linear-gradient(135deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0) 35%),
        linear-gradient(180deg, var(--bg1) 0%, #08233c 100%);
      box-shadow: 0 20px 60px rgba(0,0,0,.30);
      isolation: isolate;
    }

    /* sağdaki diagonal shape */
    .hero::before,
    .hero::after {
      content: "";
      position: absolute;
      inset: 0;
      pointer-events: none;
    }

    .hero::before {
      background:
        linear-gradient(125deg, transparent 0 58%, rgba(30, 62, 93, .55) 58% 100%);
      z-index: 0;
    }

    .hero::after {
      background:
        linear-gradient(125deg, transparent 0 70%, rgba(15, 45, 72, .75) 70% 100%);
      z-index: 0;
    }

    .hero-inner {
      position: relative;
      z-index: 2;
      min-height: 760px;
      padding: 34px 42px 34px;
    }

    /* HEADER */
    .hero-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
      position: relative;
      z-index: 10;
    }

    .logo {
      display: flex;
      align-items: center;
      gap: 10px;
      font-weight: 700;
      letter-spacing: 1px;
      font-size: 24px;
      color: #fff;
      text-decoration: none;
      white-space: nowrap;
    }

    .logo-mark {
      width: 38px;
      height: 38px;
      border: 2px solid rgba(255,255,255,.8);
      border-radius: 50%;
      position: relative;
      flex: 0 0 auto;
    }

    .logo-mark::before {
      content: "";
      position: absolute;
      left: 7px;
      top: 8px;
      width: 20px;
      height: 13px;
      border-left: 2px solid rgba(255,255,255,.9);
      border-top: 2px solid rgba(255,255,255,.9);
      transform: skewX(-28deg) rotate(-8deg);
    }

    .nav {
      display: flex;
      align-items: center;
      gap: 28px;
      flex-wrap: wrap;
      justify-content: center;
    }

    .nav a {
      color: rgba(255,255,255,0.86);
      text-decoration: none;
      font-size: 12px;
      letter-spacing: .8px;
      text-transform: uppercase;
      position: relative;
    }

    .nav a:hover {
      color: #fff;
    }

    .nav-right {
      display: flex;
      align-items: center;
      gap: 14px;
    }

    .icon-btn {
      width: 34px;
      height: 34px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border: 1px solid rgba(255,255,255,.16);
      border-radius: 8px;
      color: rgba(255,255,255,.85);
      background: rgba(255,255,255,.02);
      font-size: 15px;
    }

    /* CENTER CONTENT */
    .hero-center {
      position: relative;
      min-height: 610px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .outline-word {
      position: absolute;
      top: 70px;
      left: 50%;
      transform: translateX(-50%);
      font-size: clamp(90px, 16vw, 210px);
      font-weight: 800;
      letter-spacing: 8px;
      color: transparent;
      -webkit-text-stroke: 1px rgba(255,255,255,0.08);
      text-transform: uppercase;
      user-select: none;
      pointer-events: none;
      z-index: 1;
      white-space: nowrap;
    }

    .hero-title {
      position: absolute;
      top: 135px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 5;
      text-align: center;
      font-size: clamp(28px, 2.2vw, 54px);
      font-weight: 400;
      line-height: 1.1;
      width: 90%;
      max-width: 980px;
      color: white;
    }

    .hero-title strong {
      font-weight: 800;
    }

    /* BADGE */
    .hero-badge {
      position: absolute;
      right: 185px;
      top: 185px;
      z-index: 7;
      width: 108px;
      height: 108px;
      display: grid;
      place-items: center;
    }

    .hero-badge svg {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      animation: badgeSpin 18s linear infinite;
    }

    .hero-badge .num {
      position: relative;
      z-index: 2;
      font-size: 38px;
      font-weight: 700;
      color: #fff;
    }

    @keyframes badgeSpin {
      from { transform: rotate(0deg); }
      to   { transform: rotate(360deg); }
    }

    /* PANEL STAGE */
    .panel-stage {
      position: absolute;
      left: 50%;
      bottom: 96px;
      width: min(1050px, 82vw);
      height: 420px;
      transform: translateX(-50%);
      perspective: 1800px;
      perspective-origin: center center;
      z-index: 4;
    }

    .panel-scene {
      position: absolute;
      inset: 0;
      transform-style: preserve-3d;
      transition: transform .18s linear;
      will-change: transform;
    }

    .slide {
      position: absolute;
      inset: 0;
      opacity: 0;
      pointer-events: none;
      transition: opacity .65s var(--ease), transform .65s var(--ease);
      transform: translateY(12px) scale(.985);
    }

    .slide.active {
      opacity: 1;
      pointer-events: auto;
      transform: translateY(0) scale(1);
    }

    .panel-back,
    .panel-front {
      position: absolute;
      left: 50%;
      transform-style: preserve-3d;
      will-change: transform;
    }

    .panel-back {
      width: 800px;
      bottom: 26px;
      transform: translateX(-50%) rotateX(61deg) rotateZ(-10deg) translateZ(-40px);
      filter: drop-shadow(0 25px 30px rgba(0,0,0,.18));
      opacity: .92;
    }

    .panel-front {
      width: 860px;
      bottom: 72px;
      .panel-front {
  transform: translateX(-50%) rotateX(40deg) rotateZ(-6deg) scale(2);
}
      filter: drop-shadow(0 35px 45px var(--panel-shadow));
    }

    .panel-img {
      display: block;
      width: 100%;
      height: auto;
      user-select: none;
      -webkit-user-drag: none;
      pointer-events: none;
      scale: 3;
    }

    /* parlayan sweep efekti */
    .panel-front::after {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(
          105deg,
          transparent 0%,
          transparent 38%,
          rgba(255,255,255,.04) 46%,
          rgba(255,255,255,.28) 50%,
          rgba(255,255,255,.06) 54%,
          transparent 62%,
          transparent 100%
        );
      transform: translateX(-65%);
      animation: shine 4.8s ease-in-out infinite;
      mix-blend-mode: screen;
      pointer-events: none;
    }

    @keyframes shine {
      0%, 18% { transform: translateX(-80%); opacity: .0; }
      25%     { opacity: 1; }
      58%     { transform: translateX(65%); opacity: .95; }
      75%,100%{ transform: translateX(65%); opacity: 0; }
    }

    /* hafif salınım */
    .floaty {
      animation: floaty 4.2s ease-in-out infinite;
    }

    @keyframes floaty {
  0%,100% { transform: translateX(-50%) rotateX(40deg) rotateZ(-6deg) scale(1.3) translateY(0); }
  50%     { transform: translateX(-50%) rotateX(40deg) rotateZ(-6deg) scale(1.3) translateY(-8px); }
}

    .floaty-back {
      animation: floatyBack 4.2s ease-in-out infinite;
    }

    @keyframes floatyBack {
      0%,100% { transform: translateX(-50%) rotateX(61deg) rotateZ(-10deg) translateZ(-40px) translateY(0); }
      50%     { transform: translateX(-50%) rotateX(61deg) rotateZ(-10deg) translateZ(-40px) translateY(-4px); }
    }

    /* FOOTER NAV */
    .hero-footer {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 28px;
      z-index: 8;
      padding: 0 42px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
    }

    .hero-side {
      font-size: 11px;
      letter-spacing: 1.8px;
      text-transform: uppercase;
      color: rgba(255,255,255,.9);
      min-width: 60px;
    }

    .hero-side.right {
      text-align: right;
    }

    .hero-bottom-center {
      display: flex;
      align-items: center;
      gap: 18px;
    }

    .hero-arrow {
      background: transparent;
      border: none;
      color: rgba(255,255,255,.82);
      font-size: 20px;
      cursor: pointer;
      transition: transform .25s ease, color .25s ease, opacity .25s ease;
      opacity: .9;
    }

    .hero-arrow:hover {
      color: #fff;
      transform: scale(1.12);
    }

    .hero-product {
      min-width: 210px;
      text-align: center;
      font-size: 11px;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      color: rgba(255,255,255,.92);
      position: relative;
      padding-right: 16px;
    }

    .hero-product::after {
      content: "";
      position: absolute;
      right: 0;
      top: 50%;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: var(--orange);
      transform: translateY(-50%);
      box-shadow: 0 0 0 4px rgba(210,138,67,.12);
    }

    .hero-next-circle {
      width: 34px;
      height: 34px;
      border: 1px solid rgba(255,255,255,.26);
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
      color: rgba(255,255,255,.9);
    }

    /* responsive */
    @media (max-width: 1200px) {
      .hero-title {
        top: 150px;
      }

      .hero-badge {
        right: 100px;
        top: 195px;
        width: 94px;
        height: 94px;
      }

      .hero-badge .num {
        font-size: 30px;
      }

      .panel-back {
        width: 670px;
      }

      .panel-front {
        width: 730px;
      }
    }

    @media (max-width: 900px) {
      .hero {
        min-height: 720px;
      }

      .hero-inner {
        padding: 24px 22px 28px;
      }

      .nav {
        display: none;
      }

      .hero-title {
        top: 145px;
        font-size: 34px;
      }

      .outline-word {
        top: 95px;
      }

      .hero-badge {
        right: 32px;
        top: 192px;
        width: 82px;
        height: 82px;
      }

      .hero-badge .num {
        font-size: 26px;
      }

      .panel-stage {
        width: 94vw;
        bottom: 100px;
      }

      .panel-back {
        width: 530px;
      }

      .panel-front {
        width: 590px;
      }

      .hero-footer {
        padding: 0 22px;
      }

      .hero-product {
        min-width: auto;
      }
    }

    @media (max-width: 640px) {
   
        .panel-img {

      scale: 1.4;
    }

      .hero {
        min-height: 650px;
        border-radius: 14px;
      }

      .hero-title {
        top: 130px;
        font-size: 26px;
        width: 92%;
      }

      .outline-word {
        top: 96px;
        font-size: 78px;
      }
      .outline-word {
     
      top: 200px;
 
    }

      .hero-badge {
        right: 16px;
        top: 205px;
        width: 70px;
        height: 70px;
      }

      .hero-badge .num {
        font-size: 22px;
      }

      .panel-stage {
        height: 300px;
        bottom: 120px;
      }

      .panel-back {
        width: 390px;
        bottom: 10px;
      }

      .panel-front {
        width: 430px;
        bottom: 50px;
      }

      .hero-footer {
        bottom: 20px;
        gap: 10px;
      }

      .hero-side {
        font-size: 10px;
        min-width: 45px;
      }

      .hero-bottom-center {
        gap: 10px;
      }

      .hero-product {
        font-size: 10px;
        letter-spacing: 1px;
      }
    }




























      .alfa-products-block {
    position: relative;
    width: 100%;
    background: #f5f5f3;
    overflow: hidden;
    padding: 80px 0 90px;
    font-family: Arial, Helvetica, sans-serif;
  }

  .alfa-grid-lines {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
      linear-gradient(to right, rgba(0,0,0,0.045) 1px, transparent 1px);
    background-size: 140px 100%;
    z-index: 0;
  }

  .alfa-products-inner {
    position: relative;
    z-index: 2;
    width: min(1180px, calc(100% - 80px));
    margin: 0 auto;
  }

  .alfa-top-area {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    align-items: center;
    gap: 40px;
    margin-bottom: 70px;
  }

  .alfa-left-content {
    max-width: 760px;
  }

  .alfa-title {
    margin: 0;
    color: #111;
    font-size: 64px;
    line-height: 1.05;
    font-weight: 400;
    letter-spacing: -2px;
  }

  .alfa-title strong {
    font-weight: 700;
  }

  .alfa-desc {
    margin: 48px 0 0 45px;
    max-width: 760px;
    color: #1f1f1f;
    font-size: 21px;
    line-height: 1.65;
    font-weight: 400;
  }

  .alfa-right-content {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .alfa-about-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-width: 165px;
    height: 56px;
    border: 1.5px solid #4e4e4e;
    border-radius: 999px;
    color: #111;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    background: transparent;
    transition: all 0.25s ease;
  }

  .alfa-about-btn span {
    color: #c68a3b;
    font-size: 17px;
    line-height: 1;
  }

  .alfa-about-btn:hover {
    background: #111;
    color: #fff;
    border-color: #111;
  }

.alfa-slider-wrap {
  overflow: hidden;
  padding-top: 80px;
  margin-top: -80px;
}


  .alfa-slider-track {
    display: flex;
    gap: 24px;
    transition: transform 0.55s ease;
    will-change: transform;
  }

  .alfa-card {
  position: relative;
  flex: 0 0 calc((100% - 72px) / 4);
  background: #e9e9e9;
  border-radius: 22px;
  min-height: 315px;
  padding: 190px 26px 28px;
  box-sizing: border-box;
}

 .alfa-card-image {
  position: absolute;
  left: 50%;
  top: 18px;
  transform: translateX(-50%);
  width: 86%;
  height: 180px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  pointer-events: none;
}

.alfa-card-image img {
  max-width: 100%;
  max-height: 180px;
  object-fit: contain;
  display: block;
}

  .alfa-card-body {
    padding-right: 62px;
  }

  .alfa-card-mini-title {
    color: #535353;
    font-size: 15px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 6px;
    text-transform: uppercase;
  }

  .alfa-card-title {
    color: #666;
    font-size: 22px;
    line-height: 1.15;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 8px;
  }

  .alfa-card-code {
    color: #d08b3d;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: uppercase;
  }

  .alfa-card-arrow {
    position: absolute;
    right: 18px;
    bottom: 18px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #d9d9d9;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #cf8735;
    font-size: 24px;
    background: transparent;
    transition: all 0.25s ease;
  }

  .alfa-card-arrow:hover {
    background: #cf8735;
    color: #fff;
    border-color: #cf8735;
  }

  .alfa-bottom-controls {
    margin-top: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 0 6px 0 440px;
  }

  .alfa-progress {
    position: relative;
    width: 530px;
    max-width: 100%;
    height: 2px;
    background: rgba(0,0,0,0.12);
    overflow: hidden;
  }

  .alfa-progress-fill {
    width: 35%;
    height: 100%;
    background: #b9833c;
    transition: width 0.4s ease, transform 0.4s ease;
  }

  .alfa-nav {
    display: flex;
    align-items: center;
    gap: 18px;
  }

  .alfa-nav-btn {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid #d3d3d3;
    background: transparent;
    color: #c2c2c2;
    font-size: 22px;
    cursor: pointer;
    transition: all 0.25s ease;
  }

  .alfa-nav-btn:hover {
    border-color: #111;
    color: #111;
  }

  @media (max-width: 1199px) {
    .alfa-title {
      font-size: 52px;
    }
    .alfa-slider-wrap {
 
    margin-top: -30px !important;
}

    .alfa-desc {
      font-size: 19px;
      margin-left: 25px;
    }

    .alfa-card {
      flex: 0 0 calc((100% - 24px) / 2.5);
    }

    .alfa-bottom-controls {
      padding-left: 0;
      flex-direction: column;
      align-items: flex-start;
    }
  }

  @media (max-width: 991px) {
    .alfa-products-block {
      padding: 60px 0 70px;
    }

    .alfa-products-inner {
      width: min(100%, calc(100% - 32px));
    }

    .alfa-top-area {
      grid-template-columns: 1fr;
      gap: 28px;
      margin-bottom: 50px;
    }

    .alfa-right-content {
      justify-content: flex-start;
    }

    .alfa-title {
      font-size: 42px;
      line-height: 1.1;
      letter-spacing: -1px;
    }

    .alfa-desc {
      margin: 28px 0 0 0;
      font-size: 18px;
      line-height: 1.55;
    }

    .alfa-card {
      flex: 0 0 calc((100% - 20px) / 1.35);
      min-height: 295px;
      padding-top: 116px;
    }

    .alfa-card-title {
      font-size: 20px;
    }

    .alfa-progress {
      width: 100%;
    }
  }

  @media (max-width: 640px) {
    .alfa-grid-lines {
      background-size: 80px 100%;
    }

    .alfa-title {
      font-size: 34px;
    }

    .alfa-desc {
      font-size: 16px;
    }

    .alfa-card {
      flex: 0 0 88%;
      min-height: 280px;
      border-radius: 18px;
      padding: 110px 20px 24px;
    }

    .alfa-card-image {
      top: -60px;
      height: 160px;
    }

    .alfa-card-image img {
      max-height: 160px;
    }

    .alfa-card-title {
      font-size: 18px;
    }

    .alfa-card-code,
    .alfa-card-mini-title {
      font-size: 14px;
    }

    .alfa-card-arrow {
      width: 44px;
      height: 44px;
      font-size: 21px;
    }

    .alfa-nav-btn {
      width: 48px;
      height: 48px;
    }
  }


















    .alfa-performance-block {
    width: 100%;
    padding: 24px;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;


    /* ÇİZGİLİ ARKA PLAN */
    background:
      repeating-linear-gradient(-45deg, #eaeaea, #f7f7f7 1px, transparent 1px, transparent 12px), #f5f5f5;
  }

  .ap-inner {
    background: #07233f;
    border-radius: 42px;
    padding: 72px 70px 60px;
    max-width: 1600px;
    margin: 0 auto;
    color: #fff;
  }

  .ap-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 86px;
  }

  .ap-heading h2 {
    margin: 0;
    font-size: 68px;
    line-height: 1.04;
    font-weight: 300;
    letter-spacing: -1.8px;
    color: #f7f7f7;
  }

  .ap-cta {
    padding-top: 6px;
    flex-shrink: 0;
  }

  .ap-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 168px;
    height: 54px;
    padding: 0 26px;
    border: 1.5px solid rgba(255,255,255,0.75);
    border-radius: 999px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: .25s ease;
  }

  .ap-btn span {
    color: #f57b20;
    font-size: 18px;
    line-height: 1;
  }

  .ap-btn:hover {
    background: #fff;
    color: #07233f;
  }

  .ap-features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 42px;
    margin-bottom: 72px;
  }

  .ap-feature-item {
    min-height: 200px;
    padding:10px;
    border-radius:25px;
  }
    .ap-feature-item:hover {
    background:gray;
    background: #62585863;
  }

  .ap-feature-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ap-feature-icon img {
    max-width: 100%;
    max-height: 100%;
    display: block;
  }

  .ap-feature-item p {
    margin: 0 0 34px;
    color: rgba(255,255,255,0.72);
    font-size: 16px;
    line-height: 1.7;
    font-weight: 300;
  }

  .ap-mini-arrow {
    width: 28px;
    height: 28px;
    border: 1.5px solid rgba(255,255,255,0.8);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    line-height: 1;
    transition: .25s ease;
  }

  .ap-mini-arrow:hover {
    background: #fff;
    color: #07233f;
  }

  .ap-media-row {
    display: grid;
    grid-template-columns: 1.9fr 0.9fr;
    gap: 32px;
    align-items: end;
  }

  .ap-media-card {
    position: relative;
  }

  .ap-media-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ap-media-icon img {
    max-width: 100%;
    max-height: 100%;
    display: block;
  }

  .ap-image-card {
    border-radius: 34px;
    overflow: hidden;
  }

  .ap-main-image {
    width: 100%;
    height: 430px;
    display: block;
    object-fit: cover;
    border-radius: 34px;
  }

  .ap-video-card {
    height: 430px;
    border-radius: 34px;
    overflow: hidden;
    background: #000;
  }

  .ap-video-card video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: brightness(0.45);
  }

  .ap-video-overlay {
    position: absolute;
    inset: 0;
    background:
      linear-gradient(180deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.55) 100%);
    pointer-events: none;
  }

  .ap-video-text {
    position: absolute;
    top: 34px;
    left: 34px;
    z-index: 2;
    color: #fff;
    line-height: 0.98;
  }

  .ap-video-text span,
  .ap-video-text strong {
    display: block;
    font-size: 34px;
    letter-spacing: -1px;
  }

  .ap-video-text span {
    font-weight: 300;
  }

  .ap-video-text strong {
    font-weight: 700;
  }

  .ap-video-corner {
    position: absolute;
    top: 0;
    left: 0;
    width: 46px;
    height: 46px;
    background: #f57b20;
    border-bottom-right-radius: 34px;
    z-index: 2;
  }

  @media (max-width: 1200px) {
    .ap-heading h2 {
      font-size: 54px;
    }

    .ap-features {
      grid-template-columns: repeat(2, 1fr);
    }

    .ap-media-row {
      grid-template-columns: 1fr;
    }

    .ap-video-card,
    .ap-main-image {
      height: 380px;
    }
  }

  @media (max-width: 768px) {
    .alfa-performance-block {
      padding: 12px;
    }

    .ap-inner {
      padding: 38px 24px 30px;
      border-radius: 28px;
    }

    .ap-top {
      flex-direction: column;
      margin-bottom: 50px;
    }
      .ap-feature-item {
        background: #80808063;
  }

    .ap-heading h2 {
      font-size: 38px;
      line-height: 1.08;
      letter-spacing: -1px;
    }

    .ap-features {
      grid-template-columns: 1fr;
      gap: 28px;
      margin-bottom: 40px;
    }

    .ap-feature-item {
      min-height: auto;
    }

    .ap-feature-item p {
      font-size: 15px;
      line-height: 1.6;
      margin-bottom: 20px;
    }

    .ap-main-image,
    .ap-video-card {
      height: 260px;
      border-radius: 22px;
    }

    .ap-video-text {
      top: 22px;
      left: 22px;
    }

    .ap-video-text span,
    .ap-video-text strong {
      font-size: 28px;
    }

    .ap-video-corner {
      width: 34px;
      height: 34px;
      border-bottom-right-radius: 22px;
    }
  }


























   .alfa-surdurulebilir-uretim {
    position: relative;
    width: 100%;
    background: #f5f5f5;
    overflow: hidden;
    padding: 70px 0 90px;
    font-family: Arial, Helvetica, sans-serif;
  }

  .alfa-surdurulebilir-uretim * {
    box-sizing: border-box;
  }

  .alfa-wrap {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
  }

  .alfa-grid-lines {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    display: flex;
    justify-content: space-evenly;
  }

  .alfa-grid-lines span {
    width: 1px;
    height: 100%;
    background: rgba(0, 0, 0, 0.05);
  }

  .alfa-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    margin-bottom: 110px;
  }

  .alfa-top-left {
    max-width: 760px;
    padding-left: 290px;
  }

  .alfa-top-left h2 {
    margin: 0;
    color: #000;
    line-height: 1.05;
    letter-spacing: -1px;
  }

  .alfa-top-left h2 span {
    display: block;
    font-size: 64px;
    font-weight: 300;
  }

  .alfa-top-left h2 strong {
    display: block;
    font-size: 66px;
    font-weight: 800;
  }

  .alfa-top-left p {
    max-width: 760px;
    margin: 70px 0 0 50px;
    font-size: 18px;
    line-height: 1.6;
    color: #101010;
  }

  .alfa-top-right {
    flex-shrink: 0;
    padding-right: 120px;
    padding-top: 70px;
  }

  .alfa-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 170px;
    height: 58px;
    padding: 0 28px;
    border: 1px solid #23364a;
    border-radius: 999px;
    color: #111;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    background: transparent;
    transition: all 0.3s ease;
  }

  .alfa-btn span {
    font-size: 17px;
    color: #d28a52;
    line-height: 1;
  }

  .alfa-btn:hover {
    background: #0f2b46;
    color: #fff;
  }

  .alfa-visual-area {
    position: relative;
    padding-top: 0;
  }

  .alfa-images {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: 1.05fr 1.05fr 1fr 0.95fr;
    gap: 34px;
    align-items: start;
  }

  .alfa-image-card {
    overflow: hidden;
    border-radius: 22px;
    background: #ddd;
    height: 360px;
  }

  .alfa-image-card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }

  .alfa-img-1 {
    margin-top: 0;
  }

  .alfa-img-2 {
    margin-top: 0;
  }

  .alfa-img-3 {
    margin-top: 0;
  }

  .alfa-img-4 {
    margin-top: 0;
  }

  .alfa-stats-box {
    position: relative;
    z-index: 2;
    margin: -130px auto 0;
    background: #112437;
    border-radius: 25px;
    width: calc(100% - 220px);
    min-height: 320px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 170px 50px 42px;
  }

  .alfa-stat-item {
    color: #fff;
    padding: 0 18px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .alfa-stat-icon {
    width: 26px;
    height: 26px;
    margin-bottom: 30px;
  }

  .alfa-stat-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .alfa-stat-value {
    font-size: 27px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 10px;
    white-space: nowrap;
  }

  .alfa-stat-value span {
    font-size: 18px;
    font-weight: 500;
  }

  .alfa-stat-text {
    font-size: 15px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
  }

  @media (max-width: 1500px) {
    .alfa-top-left {
      padding-left: 180px;
    }

    .alfa-top-left h2 span {
      font-size: 54px;
    }

    .alfa-top-left h2 strong {
      font-size: 56px;
    }

    .alfa-top-right {
      padding-right: 40px;
    }
  }

  @media (max-width: 1200px) {
    .alfa-top {
      flex-direction: column;
      align-items: flex-start;
      margin-bottom: 70px;
    }

    .alfa-top-left {
      padding-left: 0;
      max-width: 100%;
    }

    .alfa-top-left p {
      margin: 40px 0 0;
      max-width: 100%;
    }

    .alfa-top-right {
      padding-right: 0;
      padding-top: 0;
    }

    .alfa-images {
      grid-template-columns: repeat(2, 1fr);
    }

    .alfa-stats-box {
      width: calc(100% - 60px);
      grid-template-columns: repeat(2, 1fr);
      padding-top: 170px;
      gap: 10px
      ;
    }
    .alfa-visual-area{
        margin-top: 70px;
    }
  }

  @media (max-width: 767px) {
    .alfa-surdurulebilir-uretim {
      padding: 45px 0 60px;
    }

    .alfa-wrap {
      padding: 0 14px;
    }

    .alfa-top {
      gap: 24px;
      margin-bottom: 40px;
    }

    .alfa-top-left h2 span {
      font-size: 36px;
    }

    .alfa-top-left h2 strong {
      font-size: 38px;
    }

    .alfa-top-left p {
      margin-top: 22px;
      font-size: 15px;
      line-height: 1.6;
    }

    .alfa-btn {
      min-width: 150px;
      height: 50px;
      font-size: 14px;
      padding: 0 20px;
    }

    .alfa-images {
      grid-template-columns: 1fr;
      gap: 16px;
    }

    .alfa-image-card {
      height: 230px;
      border-radius: 16px;
      display: none;
    }

    .alfa-stats-box {
      width: 100%;
      margin-top: -40px;
      padding: 70px 10px 28px;
      min-height: auto;
      grid-template-columns: repeat(2, 1fr);
      gap: 10px
      ;
      border-radius: 18px;
    }

    .alfa-stat-item {
      padding: 0;
      background: #80808080;
        border-radius: 20px;
        padding: 10px;
    }

    .alfa-stat-icon {
      margin-bottom: 16px;
    }

    .alfa-stat-value {
      font-size: 26px;
    }

    .alfa-stat-value span {
      font-size: 16px;
    }

    .alfa-stat-text {
      font-size: 14px;
    }

    .alfa-grid-lines {
      display: none;
    }
  }































    .alfa-feature-block * {
    box-sizing: border-box;
  }

  .alfa-feature-block {
    width: 100%;
    padding: 90px 0 70px;
    font-family: 'Inter', sans-serif;
    position: relative;
    overflow: hidden;

    /* ÇİZGİLİ ARKA PLAN */
    background:
      repeating-linear-gradient(-45deg, #eaeaea, #f7f7f7 1px, transparent 1px, transparent 12px), #f5f5f5;
      
}

  .alfa-feature-inner {
    width: min(1280px, calc(100% - 80px));
    margin: 0 auto;
    position: relative;
    
  }

  .alfa-feature-top {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 48px;
  }

  .alfa-feature-title h2 {
    margin: 0;
    color: #111111;
    font-size: 28px;
    line-height: 1.18;
    font-weight: 400;
    letter-spacing: -0.02em;
  }

  .alfa-feature-title h2 strong {
    display: inline-block;
    font-weight: 800;
    color: #000;
  }

  .alfa-feature-text {
    max-width: 360px;
    color: #2a2a2a;
    font-size: 15px;
    line-height: 1.65;
    font-weight: 400;
  }

  .alfa-feature-slider-wrap {
    position: relative;
  }

  .alfa-feature-slider {
    overflow: hidden;
    width: 100%;
  }

  .alfa-feature-track {
    display: flex;
    gap: 18px;
    transition: transform 0.55s ease;
    will-change: transform;
  }

  .alfa-feature-card {
    flex: 0 0 calc((100% - 54px) / 4);
    min-height: 178px;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    background: #fff;
    padding: 22px 20px 22px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .alfa-card-icon {
    width: 22px;
    height: 22px;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .alfa-card-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .alfa-feature-card p {
    margin: 0;
    color: #212121;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 400;
  }

  .alfa-feature-card p strong {
    font-weight: 700;
  }

  .alfa-arrow {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #d8d8d8;
    background: #fff;
    color: #5b5b5b;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: all 0.25s ease;
    padding: 0;
  }

  .alfa-arrow:hover {
    border-color: #111;
    color: #111;
  }

  .alfa-arrow:disabled {
    opacity: 0.45;
    cursor: not-allowed;
  }

  .alfa-arrow-prev,
  .alfa-arrow-next {
    position: absolute;
    bottom: -58px;
    z-index: 3;
  }

  .alfa-arrow-prev {
    right: 46px;
  }

  .alfa-arrow-next {
    right: 0;
  }

  .alfa-feature-bottom {
    margin-top: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }

  .alfa-progress {
    width: min(440px, 100%);
    height: 1px;
    background: #d7d7d7;
    position: relative;
    overflow: hidden;
  }

  .alfa-progress-fill {
    display: block;
    width: 25%;
    height: 100%;
    background: #8a8a8a;
    transition: transform 0.55s ease, width 0.55s ease;
  }

  .alfa-controls-mobile {
    display: none;
    gap: 10px;
  }

  @media (max-width: 1199px) {
    .alfa-feature-card {
      flex: 0 0 calc((100% - 36px) / 3);
    }

    .alfa-progress-fill {
      width: 33.3333%;
    }
  }

  @media (max-width: 991px) {
    .alfa-feature-block {
      padding: 70px 0 55px;
    }

    .alfa-feature-inner {
      width: calc(100% - 32px);
    }

    .alfa-feature-top {
      grid-template-columns: 1fr;
      gap: 20px;
      margin-bottom: 34px;
    }

    .alfa-feature-title h2 {
      font-size: 25px;
    }

    .alfa-feature-text {
      max-width: 100%;
      font-size: 14px;
    }

    .alfa-feature-card {
      flex: 0 0 calc((100% - 18px) / 2);
      min-height: 170px;
    }

    .alfa-progress-fill {
      width: 50%;
    }
  }

  @media (max-width: 767px) {
    .alfa-feature-title h2 {
      font-size: 22px;
      line-height: 1.22;
    }

    .alfa-feature-card {
      flex: 0 0 84%;
      min-height: 160px;
      padding: 20px 18px;
    }

    .alfa-card-icon {
      width: 20px;
      height: 20px;
      margin-bottom: 24px;
    }

    .alfa-feature-card p {
      font-size: 13px;
      line-height: 1.5;
    }

    .alfa-arrow-prev,
    .alfa-arrow-next {
      display: none;
    }

    .alfa-controls-mobile {
      display: flex;
    }

    .alfa-progress-fill {
      width: 84%;
    }

    .alfa-feature-bottom {
      margin-top: 26px;
    }
  }
































  

    