





/* ===========================
   ARMİKOM LOADING (FINAL / MOBILE FRIENDLY)
   - Sayfayı KİTLEMEZ (arka plan tıklanabilir)
   - Mobilde kasmaz (blur / shadow yok)
   - Hızlı aç/kapan
   =========================== */

/* overlay (tüm ekran ama tıklamayı engellemez) */
#armikom-loading{
  position: fixed;
  inset: 0;
  z-index: 99999;

  display: grid;
  place-items: center;

  /* İstersen çok hafif bir karartma:
     background: rgba(0,0,0,.08);
     Şimdilik tamamen şeffaf: */
  background: transparent;

  opacity: 0;
  visibility: hidden;

  /* ✅ sayfayı kilitlemesin */
  pointer-events: none;

  transition: opacity .18s ease, visibility 0s linear .18s;

  will-change: opacity, transform;
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* görünür */
#armikom-loading.is-show{
  opacity: 1;
  visibility: visible;
  transition: opacity .18s ease, visibility 0s linear 0s;
}

/* loader kutusu */
.armikom-loading__wrap{
  position: relative;
  width: 112px;
  height: 112px;
  display: grid;
  place-items: center;

  /* küçük bir cam efekti istersen aç:
     background: rgba(255,255,255,.06);
     border: 1px solid rgba(255,255,255,.10);
  */
  border-radius: 999px;
}

/* logo */
.armikom-loading__logo{
  width: 64px;
  height: auto;
  display: block;

  /* ✅ mobil performans */
  filter: none;
  transform: translateZ(0);
}

/* dönen halka (hafif) */
.armikom-loading__ring{
  position: absolute;
  inset: -12px;
  border-radius: 999px;

  /* Light mavi */
border: 8px solid rgba(100, 181, 246, .18);
border-left-color: rgba(100, 181, 246, .95);
border-top-color: rgba(100, 181, 246, .95);

  animation: armikomSpin .85s linear infinite;
  will-change: transform;
  pointer-events: none;
}

@keyframes armikomSpin{
  to{ transform: rotate(360deg); }
}

/* mobilde daha küçük + daha hafif */
@media (max-width: 991.98px){
  .armikom-loading__wrap{ width: 92px; height: 92px; }
  .armikom-loading__logo{ width: 54px; }
  .armikom-loading__ring{ inset: -10px; border-width: 7px; }
}

/* Erişilebilirlik: animasyon istemeyenlerde durdur */
@media (prefers-reduced-motion: reduce){
  .armikom-loading__ring{ animation: none; }
}
.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  transition: 0.5s;
  z-index: 99;
}
/*** Button Start ***/

.btn {
  font-weight: 600;
  transition: .5s;
}
.btn-square {
  width: 32px;
  height: 32px;
}
.btn-sm-square {
  width: 34px;
  height: 34px;
}
.btn-md-square {
  width: 44px;
  height: 44px;
}
.btn-lg-square {
  width: 56px;
  height: 56px;
}
.btn-xl-square {
  width: 66px;
  height: 66px;
}
.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}
.btn.btn-primary {
  color: var(--bs-white);
  border: none;
}
.btn.btn-primary:hover {
  background: var(--bs-dark);
  color: var(--bs-primary);
}
.btn.btn-light {
  color: var(--bs-primary);
  border: none;
}
.btn.btn-light:hover {
  color: var(--bs-white);
  background: var(--bs-primary);
}
/* =========================================
   NAVBAR FINAL - ARM-NAVLINKS / ARM-DROPDOWN
   Desktop temiz, mobil korunur
   ========================================= */

/* ---------- genel ---------- */
.navbar-light{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.navbar-light .navbar-brand img{
  max-height: 60px;
  transition: .35s ease;
}

.sticky-top.navbar-light{
  position: fixed;
  background: rgba(10,14,24,.78) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 10px 30px rgba(0,0,0,.20) !important;
}

/* ---------- desktop ---------- */
@media (min-width: 992px){

  #navbarCollapse{
    align-items: center;
  }

  .arm-navlinks{
    align-items: center;
  }

  .arm-navlinks > .nav-link,
  .arm-navlinks > .nav-item > .nav-link,
  .arm-navlinks > .dropdown > .nav-link{
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-right: 25px;
    padding: 30px 0;
    color: rgba(255,255,255,.88) !important;
    font-family: "Inter", sans-serif !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    letter-spacing: .2px;
    line-height: 1;
    text-decoration: none;
    background: transparent !important;
    border: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    -webkit-appearance: none;
    appearance: none;
    transition: color .25s ease, transform .25s ease, opacity .25s ease;
  }

  .sticky-top.navbar-light .arm-navlinks > .nav-link,
  .sticky-top.navbar-light .arm-navlinks > .nav-item > .nav-link,
  .sticky-top.navbar-light .arm-navlinks > .dropdown > .nav-link{
    padding: 22px 0;
  }

  /* kare focus çerçevesini öldür */
  .arm-navlinks > .nav-link:focus,
  .arm-navlinks > .nav-link:active,
  .arm-navlinks > .nav-link:focus-visible,
  .arm-navlinks > .nav-item > .nav-link:focus,
  .arm-navlinks > .nav-item > .nav-link:active,
  .arm-navlinks > .nav-item > .nav-link:focus-visible,
  .arm-navlinks > .dropdown > .nav-link:focus,
  .arm-navlinks > .dropdown > .nav-link:active,
  .arm-navlinks > .dropdown > .nav-link:focus-visible,
  .arm-navlinks > .dropdown > .nav-link.show,
  .arm-navlinks > .show > .nav-link,
  .arm-navlinks .dropdown-toggle:focus,
  .arm-navlinks .dropdown-toggle:active,
  .arm-navlinks .dropdown-toggle.show{
    outline: none !important;
    box-shadow: none !important;
    border-color: transparent !important;
    background: transparent !important;
  }

  /* hover / active yazı rengi */
  .arm-navlinks > .nav-link:hover,
  .arm-navlinks > .nav-link.active,
  .arm-navlinks > .nav-item > .nav-link:hover,
  .arm-navlinks > .nav-item > .nav-link.active,
  .arm-navlinks > .dropdown:hover > .nav-link,
  .arm-navlinks > .dropdown > .nav-link.show{
    color: var(--armikom-blue) !important;
    transform: translateY(-1px);
  }

  /* alt çizgi */
  .arm-navlinks > .nav-link::before,
  .arm-navlinks > .nav-item > .nav-link::before,
  .arm-navlinks > .dropdown > .nav-link::before{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 12px;
    width: 0;
    height: 2px;
    border-radius: 999px;
    background: var(--armikom-blue);
    transition: width .28s ease, left .28s ease;
  }

  /* glow */
  .arm-navlinks > .nav-link::after,
  .arm-navlinks > .nav-item > .nav-link::after,
  .arm-navlinks > .dropdown > .nav-link::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 8px;
    width: 0;
    height: 8px;
    border-radius: 999px;
    background: rgba(10,132,255,.24);
    filter: blur(6px);
    opacity: 0;
    transition: width .28s ease, left .28s ease, opacity .28s ease;
    pointer-events: none;
  }

  /* hover animasyonu */
  .arm-navlinks > .nav-link:hover::before,
  .arm-navlinks > .nav-link.active::before,
  .arm-navlinks > .nav-item > .nav-link:hover::before,
  .arm-navlinks > .nav-item > .nav-link.active::before,
  .arm-navlinks > .dropdown:hover > .nav-link::before,
  .arm-navlinks > .dropdown > .nav-link.show::before{
    width: 100%;
    left: 0;
  }

  .arm-navlinks > .nav-link:hover::after,
  .arm-navlinks > .nav-link.active::after,
  .arm-navlinks > .nav-item > .nav-link:hover::after,
  .arm-navlinks > .nav-item > .nav-link.active::after,
  .arm-navlinks > .dropdown:hover > .nav-link::after,
  .arm-navlinks > .dropdown > .nav-link.show::after{
    width: calc(100% + 6px);
    left: -3px;
    opacity: 1;
  }

  /* dropdown ok */
  .arm-navlinks .dropdown-toggle::after{
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
    font-size: 12px;
    color: currentColor;
    transition: transform .2s ease;
  }

  .arm-navlinks .dropdown:hover > .dropdown-toggle::after{
    transform: translateY(1px);
  }

  /* dropdown */
  .arm-navlinks .dropdown{
    position: relative;
  }

  .arm-navlinks .arm-dropdown{
    display: block;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    top: 100%;
    min-width: 210px;
    margin-top: 0;
    padding: 10px;
    border: 1px solid rgba(255,255,255,.08) !important;
    border-radius: 14px !important;
    background: rgba(10,14,24,.96) !important;
    box-shadow: 0 20px 40px rgba(0,0,0,.28);
    transform: translateY(10px);
    transition: opacity .24s ease, transform .24s ease, visibility .24s ease;
  }

  .arm-navlinks .dropdown:hover > .arm-dropdown{
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .arm-navlinks .arm-dropdown .dropdown-item{
    display: block;
    padding: 10px 14px;
    border-radius: 10px;
    color: rgba(255,255,255,.92) !important;
    background: transparent !important;
    font-size: 15px;
    font-weight: 500;
    transition: background .2s ease, color .2s ease, transform .2s ease;
  }

  .arm-navlinks .arm-dropdown .dropdown-item:hover,
  .arm-navlinks .arm-dropdown .dropdown-item:focus{
    background: rgba(13,110,253,.18) !important;
    color: #fff !important;
    transform: translateX(2px);
  }
}

/* ---------- mobil: koru ---------- */
@media (max-width: 991.98px){

  .sticky-top.navbar-light{
    position: relative;
    background: var(--bs-white) !important;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: none !important;
  }

  .navbar.navbar-expand-lg .navbar-toggler{
    padding: 10px 20px;
    border: 1px solid var(--bs-primary);
    color: var(--bs-primary);
    box-shadow: none !important;
    outline: none !important;
  }

  .navbar-light .navbar-collapse{
    margin-top: 15px;
    border-top: 1px solid #DDDDDD;
  }

  .arm-navlinks > .nav-link,
  .arm-navlinks > .nav-item > .nav-link,
  .arm-navlinks > .dropdown > .nav-link,
  .sticky-top.navbar-light .arm-navlinks > .nav-link,
  .sticky-top.navbar-light .arm-navlinks > .nav-item > .nav-link,
  .sticky-top.navbar-light .arm-navlinks > .dropdown > .nav-link{
    padding: 10px 0;
    margin-left: 0;
    margin-right: 0;
    color: var(--bs-dark) !important;
    transform: none !important;
  }

  .navbar-light .navbar-brand img{
    max-height: 45px;
  }

  .arm-navlinks > .nav-link::before,
  .arm-navlinks > .nav-link::after,
  .arm-navlinks > .nav-item > .nav-link::before,
  .arm-navlinks > .nav-item > .nav-link::after,
  .arm-navlinks > .dropdown > .nav-link::before,
  .arm-navlinks > .dropdown > .nav-link::after{
    display: none !important;
  }

  .arm-navlinks .arm-dropdown{
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  .arm-navlinks .arm-dropdown .dropdown-item{
    color: var(--bs-dark) !important;
  }
}

/* =========================
   ARMİKOM VIDEO HERO v2
   - Cinematic zoom YOK
   - Padding dar
   - Split-light overlay
   - Scroll indicator
   - Button glow
   ========================= */

#site-hero .armikom-hero {
  position: relative;
  min-height: 720px;
  /* 100vh çok uzundu -> daha kontrollü */
  overflow: hidden;
  display: flex;
  align-items: center;
  isolation: isolate;
}
/* VIDEO */

#site-hero .armikom-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
#site-hero .armikom-hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transform: none;
  /* cinematic zoom iptal */
  animation: none;
  /* cinematic zoom iptal */;
}
/* OVERLAY: Split-light (sol koyu, sağ daha parlak) */

#site-hero .armikom-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  /* 1) Solda koyu alan (metin okunurluğu) */
  /* 2) Sağda daha açık alan (video daha belirgin) */
  /* 3) Çok hafif vignette */
  background:
    linear-gradient(90deg,
      rgba(0,0,0,.78) 0%,
      rgba(0,0,0,.62) 28%,
      rgba(0,0,0,.35) 55%,
      rgba(0,0,0,.14) 80%,
      rgba(0,0,0,.06) 100%
    ),
    radial-gradient(70% 80% at 85% 35%,
      rgba(255,255,255,.10) 0%,
      rgba(255,255,255,0) 60%
    ),
    radial-gradient(90% 90% at 50% 50%,
      rgba(0,0,0,.18) 0%,
      rgba(0,0,0,0) 65%
    );
}
/* CONTENT */

#site-hero .armikom-hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
}
#site-hero .armikom-hero__content-inner {
  max-width: 660px;
  padding: 120px 0 70px;
  /* yukarı-aşağı daraltıldı */
  opacity: 0;
  animation: fadeUp .9s ease forwards;
}
/* HERO'da vendor-title-tech görünümü (about ile aynı ama dark zemine uygun) */

#site-hero .vendor-title-tech.about-tech-title {
  color: rgba(255,255,255,.92);
  /* Hoşgeldiniz beyaz */
  font-weight: 800;
  letter-spacing: .01em;
}
/* ARMIKOM span rengi */

#site-hero .vendor-title-tech.about-tech-title span {
  color: var(--armikom-blue, #0A84FF);
}
/* HERO içinde vendor başlık sola yaslansın */

#site-hero .about-orbit-head {
  text-align: left !important;
  margin: 0 !important;
}
#site-hero .vendor-title-tech.about-tech-title {
  text-align: left !important;
  display: inline-block;
}
/* Eğer auto center margin varsa sıfırla */

#site-hero .vendor-title-tech {
  margin-left: 0 !important;
  margin-right: 0 !important;
}


@keyframes fadeUp{
  from{
    opacity: 0;
    transform: translateY(18px);
  }

  to{
    opacity: 1;
    transform: translateY(0);
  }
}
#site-hero .armikom-hero__kicker {
  letter-spacing: .08em;
  text-transform: uppercase;
}
#site-hero .armikom-hero__title {
  font-weight: 750;
  letter-spacing: -0.6px;
  line-height: 1.08;
  margin-bottom: 14px;
}
#site-hero .armikom-hero__desc {
  font-size: 1.12rem;
  opacity: .95;
  margin-bottom: 24px;
}
/* BUTTONS + GLOW */

#site-hero .armikom-hero__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}
/* glow helper */

#site-hero .btn-glow {
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}
#site-hero .btn-glow::after {
  content: "";
  position: absolute;
  inset: -40%;
  background: radial-gradient(circle at 30% 30%, rgba(255,255,255,.25), rgba(255,255,255,0) 55%);
  opacity: 0;
  transition: opacity .25s ease;
  pointer-events: none;
}
#site-hero .btn-glow:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 34px rgba(0,0,0,.35);
  filter: brightness(1.03);
}
#site-hero .btn-glow:hover::after {
  opacity: 1;
}
/* Primary glow (Bootstrap primary rengine uyumlu) */

#site-hero .btn-primary.btn-glow {
  box-shadow: 0 0 0 rgba(0,0,0,0);
}
#site-hero .btn-primary.btn-glow:hover {
  box-shadow:
    0 14px 34px rgba(0,0,0,.35),
    0 0 26px rgba(13,110,253,.45);
  /* bs-primary yaklaşık glow */;
}
/* Light buton glow daha soft */

#site-hero .btn-light.btn-glow:hover {
  box-shadow:
    0 14px 34px rgba(0,0,0,.35),
    0 0 18px rgba(255,255,255,.25);
}
/* NAVBAR: şeffaf başlangıç + scroll sonrası */

#site-hero .navbar {
  width: 100%;
  transition: background .35s ease, backdrop-filter .35s ease;
}
#site-hero .navbar.scrolled {
  backdrop-filter: blur(10px);
  background: rgba(0,0,0,.70);
}

/* ===== Responsive ===== */

@media (max-width: 991px) {
  #site-hero .armikom-hero{
    min-height: 640px;
  }

  #site-hero .armikom-hero__content-inner{
    padding: 105px 0 60px;
  max-width: 92%;
  }

  /* mobilde okunurluk için overlay biraz daha koyu */

  #site-hero .armikom-hero__overlay{
    background:
          linear-gradient(180deg,
            rgba(0,0,0,.78) 0%,
            rgba(0,0,0,.48) 55%,
            rgba(0,0,0,.22) 100%
          );
  };
}


@media (max-width: 575px){
  #site-hero .armikom-hero{
    min-height: 600px;
  }

  #site-hero .armikom-hero__content-inner{
    padding: 92px 0 56px;
  }

  #site-hero .armikom-hero__title{
    font-size: 1.9rem;
  }

  #site-hero .armikom-scroll{
    bottom: 14px;
    font-size: .88rem;
  }
}
/* =========================
   ARMİKOM SCROLL v2 (Daha Net)
   ========================= */

:root {
  --armikom-blue:#0A84FF;
  --bs-primary: #0d6efd;
  --arm-border: rgba(255,255,255,.08);
  --arm-dark-soft: rgba(11,18,32,.88);
  --arm-dark:#0B1220;
  --arm-muted: rgba(11,18,32,.68);
  --arm-text: rgba(255,255,255,.78);
  --phone-shift-x: -58px;
  --phone-shift-y: -18px;
}

/* =========================
   ARMİKOM HEADER (Compact)
   ========================= */

.arm-header{
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 130px 0 34px;
  background: #050B16;
}

/* map + overlay */

.arm-header__bg{
  position: absolute;
  inset: 0;
  z-index: 0;

  background:
    radial-gradient(900px 360px at 50% 35%, rgba(13,110,253,.18), transparent 60%),
    radial-gradient(600px 280px at 20% 60%, rgba(123,114,255,.12), transparent 65%),
    linear-gradient(180deg, rgba(5,11,22,.86), rgba(5,11,22,.92));

  pointer-events: none;
}

  background-repeat: no-repeat;
  background-position: center;
  background-size: 820px auto;

  filter: saturate(1.05);
  opacity: 1;
}

.arm-header__inner{
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: auto;
}

/* =========================
   TITLE
   ========================= */

.arm-header__title{
  margin: 0 0 10px;
  text-align: center;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.05;
  font-size: clamp(38px,3.2vw,52px);
  color: #ffffff;
}

/* ARMİKOM */

.arm-header__title span{
  color: #2E8AF7;
}

/* underline */

.arm-header__title::after{
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  margin: 14px auto 0;
  border-radius: 20px;
  background: #2E8AF7;
}

/* =========================
   TABLET
   ========================= */

@media (max-width: 991.98px){

.arm-header{
  padding: 135px 0 30px;
}

  .arm-header__bg{
    background-size: 620px auto;
    background-position: center center;
    opacity: .95;
  }

  .arm-header__title{
    font-size: clamp(30px, 6vw, 40px);
    line-height: 1.08;
  }

  .arm-header__title::after{
    width: 72px;
    margin-top: 12px;
  }
}

/* =========================
   MOBILE
   ========================= */

@media (max-width: 767.98px){

  .arm-header{
  padding: 135px 0 30px;
}

  .arm-header__bg{
    background-size: 520px auto;
    background-position: center 20px;
    opacity: .92;
  }

  .arm-header__inner{
    max-width: 92%;
  }

  .arm-header__title{
    font-size: clamp(28px, 8vw, 34px);
    line-height: 1.1;
    margin-bottom: 6px;
  }

  .arm-header__title::after{
    width: 64px;
    height: 3px;
    margin-top: 10px;
  }
}

/* =========================
   SMALL MOBILE
   ========================= */

@media (max-width: 575.98px){

 @media (max-width:768px){

  .arm-header{
    padding:135px 0 28px;
  }

}

  .arm-header__bg{
    background-size: 440px auto;
    background-position: center 28px;
  }

  .arm-header__title{
    font-size: 30px;
  }
}
/*** Service Start ***/

.service .service-item {
  background: var(--bs-light);
  border-radius: 10px;
  transition: 0.5s;
}
.service .service-item:hover {
  box-shadow: 0 0 45px rgba(0, 0, 0, .2);
}
.service .service-item .service-img {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: 0.5s;
}
.service .service-item .service-img img {
  transition: 0.5s;
}
.service .service-item:hover .service-img img {
  transform: scale(1.2);
}
/*** Service End ***/

/*** Footer Start ***/

.footer {
  background: var(--bs-secondary);
}
.footer .footer-item {
  display: flex;
  flex-direction: column;
}
.footer .footer-item a {
  line-height: 35px;
  color: var(--bs-body);
  transition: 0.5s;
}
.footer .footer-item p {
  line-height: 35px;
}
.footer .footer-item a:hover {
  color: var(--bs-primary);
}
.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
  transition: 0.5s;
}
.footer .footer-item .footer-btn a:hover {
  background: var(--bs-white);
}
.footer .footer-item .footer-btn a:hover i {
  color: var(--bs-primary);
}
/*** Footer End ***/

/*** copyright Start ***/

.copyright {
  background: var(--bs-dark);
}
/*** copyright end ***/

@media (min-width: 992px) {
  .navbar-light{
    background: #fff !important;
  border-top: 4px solid var(--armikom-blue) !important;
  border-bottom: 1px solid rgba(0,0,0,.10) !important;
  box-shadow: 0 8px 20px rgba(0,0,0,.06);
  }

  .navbar-light .navbar-nav .nav-link,
      .navbar-light .navbar-nav .nav-item .nav-link{
    color: #111 !important;
  }

  /* Hover + Active mavi olsun */

  .navbar-light .navbar-nav .nav-link:hover,
      .navbar-light .navbar-nav .nav-link.active{
    color: var(--armikom-blue) !important;
  }

  /* Menü alt çizgi animasyonu da mavi olsun */

  .navbar-light .navbar-nav .nav-link::before,
      .navbar-light .navbar-nav .nav-link::after{
    background: var(--armikom-blue) !important;
  };
}
/* Tüm primary butonları ArmiKom mavisi yap */

.btn-primary {
  background: var(--armikom-blue) !important;
  border-color: var(--armikom-blue) !important;
  color: #fff !important;
}
.btn-primary:hover {
  background: #084298 !important;
  /* biraz koyu mavi hover */
  border-color: #084298 !important;
  color: #fff !important;
}
/* Light buton (carousel içindeki beyaz buton gibi) */

.btn-light {
  background: #fff !important;
  border: 1px solid var(--armikom-blue) !important;
  color: var(--armikom-blue) !important;
}
.btn-light:hover {
  background: var(--armikom-blue) !important;
  border-color: var(--armikom-blue) !important;
  color: #fff !important;
}
/* Topbar ikonlarını ArmiKom mavisi yap */

.topbar i {
  color: var(--armikom-blue) !important;
}
.demo-btn {
  position: relative;
  overflow: hidden;
  border: none !important;
  background: var(--armikom-blue) !important;
  color: #fff !important;
  font-weight: 600;
  letter-spacing: .3px;
  box-shadow: 0 12px 30px rgba(13,110,253,.35);
  transition: .25s ease;
}
.demo-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 45px rgba(13,110,253,.60);
}
/* üstten kayan parlama */

.demo-btn::before {
  content:"";
  position:absolute;
  top:-50%;
  left:-80%;
  width:70px;
  height:220%;
  background: rgba(255,255,255,.35);
  transform: rotate(25deg);
  animation: demoShine 2.2s infinite;
}
/* shine animasyonu */

@keyframes demoShine {
  0%{
    left:-80%;
  }

  20%{
    opacity:1;
  }

  50%{
    left:120%;
  }

  100%{
    left:120%;
  opacity:0;
  };
}
/* sürekli hafif pulse */

.demo-btn {
  animation: demoPulse 1.8s infinite;
}


@keyframes demoPulse{
  0%{
    transform: translateY(0);
  }

  50%{
    transform: translateY(-1px);
  }

  100%{
    transform: translateY(0);
  }
}

/* Menü yazıları daha belirgin olsun */

.navbar-light .navbar-nav .nav-link {
  font-family: "Inter", sans-serif !important;
  font-weight: 600 !important;
  /* daha kalın */
  font-size: 16px !important;
  letter-spacing: 0.3px;
}
/* Carousel oklarını ArmiKom mavisi yap + düzgün konumlandır */

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
  background: var(--armikom-blue) !important;
  color: #fff !important;
  border: none !important;
  box-shadow: 0 10px 25px rgba(13,110,253,.35);
}
/* Prev solda */

.header-carousel .owl-nav .owl-prev {
  left: 30px !important;
  bottom: 30px !important;
  margin-left: 0 !important;
}
/* Next sağda */

.header-carousel .owl-nav .owl-next {
  left: auto !important;
  right: 30px !important;
  bottom: 30px !important;
}
/* Hover efekti */

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
  background: #084298 !important;
  color: #fff !important;
  box-shadow: 0 14px 35px rgba(13,110,253,.55);
}
/* Demo Talep Et gibi: soldan başla -> sağda bit */

.logo-shine {
  position: relative;
  display: inline-block;
  overflow: hidden;
  /* önemli: ışık logo alanında kalsın */;
}
.logo-shine img {
  display:block;
}
/* mavi shine şeridi */

.logo-shine .shine {
  content:"";
  position:absolute;
  top:-60%;
  left:-60%;
  height:220%;
  transform: rotate(25deg);
  pointer-events:none;
  /* hafif mavi */;
}


@keyframes logoShineDemo{
  0%{
    left:-60%;
    opacity:0;
  }

  10%{
    opacity:1;
  }

  50%{
    left:120%;
    opacity:1;
  }

  100%{
    left:120%;
    opacity:0;
  }
}
/* Logo shine: çok puslu + sona gelmeden kaybolsun */

.logo-shine .shine {
  width: 140px !important;
  background: rgba(13,110,253,.14) !important;
  filter: blur(10px) !important;
  opacity: 0;
}


@keyframes logoShineSoft{
  0%{
    left:-80%;
    opacity:0;
  }

  12%{
    opacity:.65;
  }

  45%{
    opacity:.55;
  }

  70%{
    left:85%;
    opacity:0;
  }

  /* sona gelmeden kaybolur */

  100%{
    left:85%;
    opacity:0;
  }
}
/* Mobil uyumlu logo shine ayarı */

@media (max-width: 991.98px) {
  .logo-shine{
    overflow: hidden;
  max-width: 180px;
  /* logo çok büyümesin */
  }

  .logo-shine img{
    width: 180px !important;
  height: auto !important;
  }

  .logo-shine .shine{
    width: 90px !important;
  /* mobilde daha küçük */
    background: rgba(13,110,253,.10) !important;
  filter: blur(9px) !important;
  animation: logoShineSoft 6s infinite !important;
  /* mobilde daha yavaş */
  };
}
.logo-shine .shine {
  animation: logoShineSoft 4.5s infinite !important;
  /* daha yavaş */;
}
/* =========================================================
   ArmiKom Arayüzleri Keşfedin - FULL CSS (Sıfırdan)
   Kurumsal + Template Uyumlu
   ========================================================= */

/* Genel alan */

.armikom-tab-wrap {
  margin-top: 10px;
}
/* Tabs (üst menüler) */

.armikom-tabs {
  padding: 0;
}
/* Desktop'ta sığmazsa tek satır kaydırılabilir */

@media (min-width: 992px) {
  .armikom-tabs{
    justify-content: flex-start !important;
  overflow-x: auto;
  flex-wrap: nowrap;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px;
  }

  .armikom-tabs .nav-link{
    white-space: nowrap;
  };
}
/* Mobilde zaten kaydırma */

@media (max-width: 991.98px) {
  .armikom-tabs{
    justify-content: flex-start !important;
  }

  .armikom-tabs .nav-link{
    white-space: nowrap;
  };
}
/* Tab button görünümü */

.armikom-tabs .nav-link {
  letter-spacing: .1px;
}
/* Hover */

.armikom-tabs .nav-link:hover {
  transform: translateY(-1px);
}
/* Active (Kurumsal) */

/* İçerik metni (çerçevesiz, kurumsal) */

.armikom-info {
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}
/* Bullet list */

.armikom-list {
  padding-left: 18px;
  margin: 0;
}
.armikom-list li {
  margin: 8px 0;
  line-height: 1.5;
}
/* Görsel kutusu */

.armikom-shot img {
  display: block;
  width: 100%;
  height: auto;
}
/* Hover ile premium hissiyat */

/* İsteğe bağlı: scroll bar tamamen gizlensin */

.armikom-tabs {
  /* Firefox */;
}
.armikom-tabs::-webkit-scrollbar {
  /* Chrome/Safari */;
}


@media (max-width: 991.98px){
  .armikom-shot{
    margin-top: 10px;
  }

  .armikom-tabs .nav-link{
    font-size: 13px;
    padding: 8px 12px;
  }
}
/* =========================================================
   ArmiKom Tabs Taşma Fix (Premium CSS ile uyumlu)
   - Desktop: taşarsa 2 satır
   - Mobil: tek satır + swipe
   - Scrollbar görünmez
   ========================================================= */

/* Desktop: 2 satıra kır, taşma yok */

.armikom-tabs {
  /* <-- asıl çözüm */
  overflow: visible;
}
/* Butonları kompaktlaştır (sığsın) */

.armikom-tabs .nav-link {
  /* daha küçük */
  /* daha küçük */;
}
/* Büyük ekranda bir tık büyüt */

/* Mobil: tek satır + kaydırma (swipe) */

@media (max-width: 991.98px) {
  .armikom-tabs{
    flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 8px;
  }

  /* scrollbar gizle */

  .armikom-tabs{
    scrollbar-width: none;
  /* firefox */
  }

  .armikom-tabs::-webkit-scrollbar{
    display: none;
  /* chrome/safari */
  };
}
/* ============================
   MODERN TAB EFFECT (No Shadow)
   ============================ */

/* Tab butonu: modern görünüm */

.armikom-tabs .nav-link {
  position: relative;
  background: #fff;
  border: 1px solid rgba(0,0,0,.12);
  color: #111;
  border-radius: 999px;
  font-weight: 600;
  transition: .2s ease;
  overflow: hidden;
  /* alt çizgi için */;
}
/* Hover: gölge yok, sadece hafif modern his */

.armikom-tabs .nav-link:hover {
  border-color: rgba(13,110,253,.30);
  color: #0d6efd;
  background: rgba(13,110,253,.04);
}
/* Active: daha premium */

.armikom-tabs .nav-link.active {
  color: #0d6efd;
  border-color: rgba(13,110,253,.45);
  background: rgba(13,110,253,.08);
}
/* Active alt çizgi (modern SaaS çizgisi) */

.armikom-tabs .nav-link.active::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 6px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(13,110,253,0),
    rgba(13,110,253,.95),
    rgba(13,110,253,0)
  );
  opacity: 1;
}
/* Hover'da çizgi hafif görünsün */

.armikom-tabs .nav-link:hover::after {
  content: "";
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 6px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(13,110,253,0),
    rgba(13,110,253,.55),
    rgba(13,110,253,0)
  );
  opacity: .7;
}
.armikom-tabs .nav-link::after {
  transition: .25s ease;
}
.text-primary {
  color: #0d6efd !important;
}
/* Görsel kart premium */

.armikom-shot {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 18px 60px rgba(0,0,0,.12);
  transition: .25s ease;
}
.armikom-shot:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 80px rgba(0,0,0,.16);
}
/* Metinler daha kurumsal */

.armikom-info h3 {
  font-weight: 800;
  letter-spacing: .2px;
}
.armikom-info p {
  color: rgba(0,0,0,.70);
}
/* =========================================================
   ArmiKom Tabs: TEK SATIR (Aşağı Atmaz)
   Desktop + Mobil: swipe/scroll, scrollbar gizli
   ========================================================= */

.armikom-tabs {
  display: flex;
  gap: 8px;
  justify-content: center;
  /* ortalı dursun */
  flex-wrap: nowrap !important;
  /* <-- aşağı atmasın */
  overflow-x: auto;
  /* <-- taşarsa yatay kay */
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 6px;
  /* biraz nefes */
  scrollbar-width: none;
  /* Firefox */;
}
.armikom-tabs::-webkit-scrollbar {
  display: none;
  /* Chrome/Safari */;
}
/* butonları kompakt tut (sığma şansı artsın) */

.armikom-tabs .nav-link {
  white-space: nowrap;
  padding: 8px 12px;
  font-size: 13px;
  line-height: 1.2;
}
/* Büyük ekranda 1 tık büyüsün */

@media (min-width: 1200px) {
  .armikom-tabs .nav-link{
    padding: 9px 14px;
  font-size: 14px;
  };
}
/* Mobilde sola yasla (kullanıcı swipe etsin) */

/* ============================
   ABOUT - ÇÖZÜM EKOSİSTEMİ
   ============================ */

.eco-tag {
  gap: 8px;
}
/* Teknoloji şeridi */

/* ============================
   ABOUT - ÇÖZÜM EKOSİSTEMİ (Beyaz)
   ============================ */

#about-ecosystem {
  background: #ffffff !important;
  /* arka plan beyaz */;
}
.eco-panel {
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 18px;
  padding: 22px 20px;
  box-shadow: 0 18px 60px rgba(0,0,0,.08);
  display: flex;
  flex-direction: column;
}
.eco-panel--primary {
  background: linear-gradient(180deg, rgba(13,110,253,.06), #fff 55%);
  border-color: rgba(13,110,253,.18);
}
.eco-top {
  margin-bottom: 14px;
}
.eco-tag {
  display: inline-flex;
  align-items: center;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: .6px;
  text-transform: uppercase;
  color: var(--bs-primary);
  background: rgba(13,110,253,.10);
  border: 1px solid rgba(13,110,253,.18);
  border-radius: 999px;
  padding: 6px 10px;
  margin-bottom: 10px;
}
.eco-tag--dark {
  color: #111;
  background: rgba(0,0,0,.06);
  border-color: rgba(0,0,0,.10);
}
.eco-title {
  font-weight: 900;
  letter-spacing: .2px;
}
.eco-desc {
  color: rgba(0,0,0,.70);
  line-height: 1.65;
}
.eco-features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 12px;
  margin-bottom: 18px;
}
.eco-item {
  display: flex;
  gap: 12px;
  padding: 12px 12px;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 14px;
  transition: .2s ease;
  background: rgba(255,255,255,.95);
}
.eco-item i {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(13,110,253,.10);
  color: var(--bs-primary);
  font-size: 20px;
  flex: 0 0 auto;
}
.eco-item-title {
  font-weight: 800;
  margin-bottom: 2px;
}
.eco-item-sub {
  font-size: 13px;
  color: rgba(0,0,0,.62);
  line-height: 1.45;
}
.eco-item:hover {
  transform: translateY(-2px);
  border-color: rgba(13,110,253,.22);
}
.eco-actions {
  margin-top: auto;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
/* Teknoloji şeridi */

.eco-strip {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
.eco-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.10);
  background: #fff;
  font-weight: 700;
  font-size: 13px;
  color: rgba(0,0,0,.75);
}
.eco-chip i {
  color: var(--bs-primary);
  font-size: 16px;
}
/* Metrics */

.eco-metric {
  border: 1px solid rgba(0,0,0,.08);
}
.eco-metric:hover {
  border-color: rgba(13,110,253,.22);
}
.eco-metric-num {
  line-height: 1.1;
  color: #111;
}


@media (max-width: 991.98px){
  .eco-panel{
    padding: 18px 16px;
  }
}
/* son */

/* ============================
   ABOUT PREMIUM (Rework)
   ============================ */

.about-premium {
  background:#fff;
}
/* Typography */

.ap-eyebrow {
  letter-spacing:.6px;
  font-size:12px;
}
.ap-title {
  font-weight: 900;
  letter-spacing: .15px;
  line-height: 1.15;
}
.ap-lead {
  color: rgba(0,0,0,.70);
  line-height: 1.75;
  font-size: 16px;
}
/* Mission / Vision */

.ap-mv {
  background:#fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 18px;
  padding: 14px 14px;
  box-shadow: 0 14px 40px rgba(0,0,0,.05);
}
.ap-mv-head {
  display:flex;
  align-items:center;
  gap: 10px;
  margin-bottom: 8px;
}
.ap-mv-head h6 {
  font-weight: 900;
  letter-spacing: .2px;
}
.ap-mv-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(13,110,253,.85);
  box-shadow: 0 0 0 4px rgba(13,110,253,.12);
}
.ap-mv p {
  color: rgba(0,0,0,.62);
  line-height: 1.6;
  margin: 0;
  font-size: 14px;
}
/* Cards */

.ap-card {
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 18px;
  padding: 16px 16px;
  box-shadow: 0 18px 60px rgba(0,0,0,.06);
  position: relative;
  overflow: hidden;
  transition: .22s ease;
}
.ap-card::before {
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:3px;
  background: rgba(13,110,253,.55);
}
.ap-card--soft {
  background: linear-gradient(180deg, rgba(13,110,253,.05), #fff 60%);
  border-color: rgba(13,110,253,.16);
}
.ap-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 70px rgba(0,0,0,.08);
  border-color: rgba(13,110,253,.22);
}
.ap-card-head {
  display:flex;
  align-items:center;
  gap: 10px;
  margin-bottom: 8px;
}
.ap-card h5 {
  font-weight: 900;
  letter-spacing: .15px;
}
.ap-card p {
  color: rgba(0,0,0,.62);
  line-height: 1.6;
  margin: 0;
}
.ap-ico {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(13,110,253,.10);
  color: var(--bs-primary);
  font-size: 20px;
  flex: 0 0 auto;
}
/* Right visual (Logo only premium block) */

.ap-visual {
  border-radius: 22px;
  border: 1px solid rgba(0,0,0,.08);
  background: linear-gradient(180deg, rgba(13,110,253,.06), #fff 60%);
  box-shadow: 0 22px 80px rgba(0,0,0,.10);
  padding: 18px;
  overflow: hidden;
  position: relative;
}
.ap-visual::before {
  content:"";
  position:absolute;
  top:-110px;
  right:-140px;
  width:360px;
  height:360px;
  background: radial-gradient(circle, rgba(13,110,253,.18), rgba(13,110,253,0) 60%);
  filter: blur(2px);
  opacity: .85;
  pointer-events:none;
}
.ap-visual--logoOnly {
  display:flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
  min-height: 380px;
  /* premium boşluk */;
}
/* Logo band */

.ap-logo-head {
  display:flex;
  justify-content:center;
  align-items:center;
  padding: 16px 16px;
  border-radius: 18px;
  border: 1px solid rgba(13,110,253,.18);
  background: linear-gradient(135deg, rgba(13,110,253,.10), rgba(255,255,255,1));
  position: relative;
  overflow: hidden;
}
.ap-logo-head::before {
  content:"";
  position:absolute;
  top:-80px;
  right:-110px;
  width:300px;
  height:300px;
  background: radial-gradient(circle, rgba(13,110,253,.22), rgba(13,110,253,0) 60%);
  filter: blur(2px);
  opacity:.70;
  pointer-events:none;
}
.ap-logo-head--center {
  text-align:center;
}
/* Logo sizing for your 1200x349 logo */

.ap-logo {
  height: clamp(54px, 6vw, 78px);
  width: auto;
  max-width: 100%;
  object-fit: contain;
  display:block;
  z-index:1;
  opacity: .99;
}
.ap-logo--xl {
  height: clamp(58px, 6.5vw, 86px);
}
/* Small caption under logo (kurumsal) */

.ap-logo-caption {
  text-align: center;
  padding: 0 10px;
}
.ap-caption-title {
  font-weight: 900;
  letter-spacing: .2px;
  color: #111;
}
.ap-caption-sub {
  margin-top: 6px;
  color: rgba(0,0,0,.62);
  line-height: 1.6;
  font-size: 14px;
}
/* Responsive */

@media (max-width: 991.98px) {
  .ap-visual{
    box-shadow: 0 18px 60px rgba(0,0,0,.09);
  }

  .ap-title{
    font-size: 28px;
  }

  .ap-visual--logoOnly{
    min-height: 320px;
  };
}


@media (max-width: 575.98px){
  .ap-logo-head{
    padding: 14px 14px;
  }

  .ap-card, .ap-mv{
    box-shadow: 0 12px 34px rgba(0,0,0,.05);
  }
}
/* =========================
   ABOUT SHOWCASE - PREMIUM (WOW compatible)
   ========================= */

.about-showcase {
  padding: 92px 0;
  position: relative;
  overflow: hidden;
}
.about-showcase::before {
  content:"";
  position:absolute;
  inset:-2px;
  background:
    radial-gradient(circle at 18% 10%, rgba(110,231,255,.12), transparent 55%),
    radial-gradient(circle at 80% 0%, rgba(167,139,250,.12), transparent 55%);
  pointer-events:none;
}
.about-showcase-wrap {
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 44px;
  align-items:center;
  position: relative;
  z-index: 2;
}


@media (max-width: 900px){
  .about-showcase-wrap{
    grid-template-columns: 1fr;
  }
}
/* LEFT */

.about-left .about-kicker {
  display:inline-block;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--primary-color);
  background: rgba(48,86,211,.10);
  padding: 8px 12px;
  border-radius: 999px;
}
.about-left .about-title {
  margin-top: 14px;
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.12;
  letter-spacing: -0.02em;
}
.about-left .about-desc {
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.75;
  max-width: 62ch;
  opacity: .92;
}
.about-points {
  margin-top: 18px;
  display:grid;
  gap: 10px;
  padding: 0;
}
.about-points li {
  display:flex;
  gap: 10px;
  align-items:flex-start;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255,255,255,.76);
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 12px 30px rgba(6,26,58,.08);
  font-weight: 700;
}
.tick {
  width: 22px;
  height: 22px;
  border-radius: 8px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background: rgba(48,86,211,.12);
  color: var(--primary-color);
  flex: 0 0 22px;
  margin-top: 1px;
}
.about-badges {
  display:flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}
.badge-chip {
  padding: 8px 12px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 13px;
  background: rgba(10,14,26,.06);
  border: 1px solid rgba(0,0,0,.08);
}
/* RIGHT */

.about-right {
  display:flex;
  flex-direction: column;
  align-items:center;
}
.mock-stage {
  width: min(560px, 100%);
  position: relative;
  padding: 18px 10px 30px;
}
/* Desktop mock */

.mock-desktop {
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(10,14,26,.72);
  backdrop-filter: blur(14px);
  box-shadow: 0 26px 90px rgba(0,0,0,.24);
  transform: perspective(900px) rotateY(-10deg) rotateX(4deg);
}
.mock-topbar {
  display:flex;
  align-items:center;
  gap: 8px;
  padding: 10px 12px;
  background: rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.10);
}
.mock-topbar .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: .9;
}
.mock-topbar .dot.red {
  background: #ff5f57;
}
.mock-topbar .dot.yellow {
  background: #febc2e;
}
.mock-topbar .dot.green {
  background: #28c840;
}
.mock-topbar .mock-title {
  margin-left: 6px;
  font-size: 12px;
  font-weight: 800;
  color: rgba(255,255,255,.88);
}
/* Windows ekran görüntüsü panel gibi dursun */

.mock-media {
  width: 100%;
  display:block;
}
.mock-desktop-media {
  height: 320px;
  object-fit: cover;
  object-position: left top;
}
/* ANDROID MOCKUP */

.mock-android {
  position:absolute;
  right: 10px;
  bottom: -26px;
  width: min(205px, 44%);
  aspect-ratio: 9 / 19.5;
  border-radius: 34px;
  padding: 10px;
  background: linear-gradient(180deg, rgba(255,255,255,.22), rgba(255,255,255,.08));
  border: 1px solid rgba(255,255,255,.22);
  box-shadow:
    0 30px 80px rgba(0,0,0,.34),
    0 0 70px rgba(110,231,255,.12),
    0 0 70px rgba(167,139,250,.10);
  overflow:hidden;
  transform: rotate(8deg);
}
.mock-android::after {
  content:"";
  position:absolute;
  inset: 8px;
  border-radius: 26px;
  border: 1px solid rgba(0,0,0,.10);
  pointer-events:none;
  opacity: .7;
}
.android-top {
  position:absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: 72%;
  height: 26px;
  z-index: 4;
  display:flex;
  align-items:center;
  justify-content:center;
  gap: 10px;
  pointer-events:none;
}
.android-speaker {
  width: 46px;
  height: 6px;
  border-radius: 999px;
  background: rgba(0,0,0,.45);
  border: 1px solid rgba(255,255,255,.10);
}
.android-camera {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(0,0,0,.55);
  border: 1px solid rgba(255,255,255,.12);
}
.mock-android-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 26px;
  background: transparent;
}
/* Better buttons below (shadow + premium) */

.about-actions {
  width: min(560px, 100%);
  display:flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 28px;
  /* daha aşağı */;
}
.about-action {
  display:inline-flex;
  align-items:center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 14px;
  text-decoration:none;
  font-weight: 900;
  font-size: 14px;
  color: rgba(255,255,255,.92);
  background: rgba(10,14,26,.62);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow:
    0 16px 40px rgba(6,26,58,.20),
    inset 0 1px 0 rgba(255,255,255,.10);
  backdrop-filter: blur(10px);
  transform: translateY(0);
}
.about-action:hover {
  transform: translateY(-2px);
  box-shadow:
    0 22px 55px rgba(6,26,58,.26),
    inset 0 1px 0 rgba(255,255,255,.12);
}
.about-action .ic {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
}
/* Responsive */

@media (max-width: 900px) {
  .mock-desktop{
    transform: none;
  }

  .mock-desktop-media{
    height: 240px;
  }

  .mock-android{
    right: 0;
  transform: rotate(6deg);
  };
}
/* =========================
   ABOUT ORBIT (No card bg) + Right small showcase
   ========================= */

.about-orbit-section {
  position: relative;
  padding: 110px 0 90px;
  background: #fff;
  overflow: hidden;
}
/* SOL büyük (orbit) + SAĞ küçük (showcase) */

.about-orbit-layout {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  /* SOL daha büyük */
  gap: 28px;
  align-items: center;
}
/* Sığmama sorunu: min-width baskısını kaldır */

.about-orbit-layout > * {
  min-width: 0;
}


@media (max-width: 992px){
  .about-orbit-layout{
    grid-template-columns: 1fr;
  }
}
/* =========================
   ORBIT (SOL) — background kaldırıldı
   ========================= */

.about-orbit-orbit {
  position: relative;
  padding: 0;
  /* kart gibi olmasın */
  background: none;
  border: none;
  box-shadow: none;
}
/* Bu değerler sığma için yeniden ayarlandı */

.orbit-wrap {
  display:grid;
  grid-template-columns: 1fr minmax(220px, 340px) 1fr;
  gap: 18px;
  align-items:center;
}
.orbit-col {
  display:flex;
  flex-direction:column;
  gap: 16px;
  min-width:0;
}
.orbit-item {
  display:flex;
  gap: 12px;
  align-items:flex-start;
}
.orbit-icon {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  align-items:center;
  justify-content:center;
  background: rgba(48,86,211,.10);
  border: 1px solid rgba(48,86,211,.20);
  box-shadow: 0 12px 34px rgba(15,23,42,.08);
  flex: 0 0 auto;
}
.orbit-icon i {
  color:#3056d3;
  font-size: 20px;
}
.orbit-text h4 {
  margin: 0 0 4px;
  font-size: 15px;
  font-weight: 900;
  color: #3056d3;
}
.orbit-text p {
  margin: 0;
  color: rgba(11,18,32,.68);
  font-size: 13.5px;
  line-height: 1.45;
  max-width: 44ch;
}
/* center sizes küçültme/denge */

.orbit-center {
  display:flex;
  align-items:center;
  justify-content:center;
  min-height: 360px;
  min-width: 0;
}
.orbit-core {
  width: 180px;
  height: 180px;
  border-radius: 999px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(255,255,255,.92);
  border: 10px solid rgba(48,86,211,.18);
  box-shadow: 0 30px 90px rgba(15,23,42,.12);
}
.orbit-core img {
  width: 70%;
  height: auto;
  filter: drop-shadow(0 12px 18px rgba(15,23,42,.12));
}
.orbit-dots {
  position:absolute;
  width: 310px;
  height: 310px;
  border-radius: 999px;
  border: 3px dotted rgba(48,86,211,.22);
  z-index: 1;
}
.orbit-arc {
  position:absolute;
  width: 280px;
  height: 280px;
  border-radius: 999px;
  border: 10px solid rgba(48,86,211,.20);
  border-left-color: transparent;
  border-top-color: transparent;
  transform: rotate(10deg);
  z-index: 2;
}
.orbit-ring {
  position:absolute;
  width: 360px;
  height: 360px;
  border-radius: 999px;
  z-index: 0;
}
.orbit-dot {
  position:absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #3056d3;
  box-shadow: 0 0 0 6px rgba(48,86,211,.14);
  opacity: .95;
}
/* dot positions */

.od-1 {
  left: 18%;
  top: 18%;
}
.od-2 {
  left: 50%;
  top: 9%;
  transform: translateX(-50%);
}
.od-3 {
  right: 18%;
  top: 18%;
}
.od-4 {
  right: 9%;
  top: 50%;
  transform: translateY(-50%);
}
.od-5 {
  right: 18%;
  bottom: 18%;
}
.od-6 {
  left: 50%;
  bottom: 9%;
  transform: translateX(-50%);
}
.od-7 {
  left: 18%;
  bottom: 18%;
}
.od-8 {
  left: 9%;
  top: 50%;
  transform: translateY(-50%);
}
.orbit-bottom {
  gap: 12px;
  align-items:flex-start;
}
.orbit-bottom-icon {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(19,194,150,.12);
  border: 1px solid rgba(19,194,150,.22);
  box-shadow: 0 14px 36px rgba(15,23,42,.10);
  flex: 0 0 auto;
}
.orbit-bottom-icon i {
  color:#13c296;
  font-size: 20px;
}
.orbit-bottom h5 {
  margin: 2px 0 4px;
  color:#3056d3;
  font-weight: 900;
  font-size: 15px;
}
.orbit-bottom p {
  margin: 0;
  color: rgba(11,18,32,.68);
  font-size: 13.5px;
  line-height: 1.45;
}
/* Orbit responsive */

@media (max-width: 992px) {
  .orbit-wrap{
    grid-template-columns: 1fr;
  }

  .orbit-center{
    min-height: 320px;
  };
}
/* =========================
   RIGHT: Showcase (küçük) — background kaldırıldı
   ========================= */

.about-orbit-showcase {
  position: relative;
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
}
.device-stack {
  position: relative;
  min-height: 360px;
  display:flex;
  align-items:center;
  justify-content:center;
}
/* Desktop küçük */

.device-desktop {
  width: min(420px, 100%);
}
.device-topbar {
  height: 32px;
  border-radius: 14px 14px 0 0;
  background: rgba(15,23,42,.04);
  border: 1px solid rgba(15,23,42,.08);
  display:flex;
  align-items:center;
  gap: 8px;
  padding: 0 12px;
}
.device-topbar .dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(15,23,42,.16);
}
.device-topbar .dot.d1 {
  background: rgba(239,68,68,.45);
}
.device-topbar .dot.d2 {
  background: rgba(245,158,11,.45);
}
.device-topbar .dot.d3 {
  background: rgba(34,197,94,.45);
}
.device-title {
  margin-left:auto;
  font-size: 12px;
  font-weight: 900;
  color: rgba(11,18,32,.58);
}
.device-screen {
  overflow:hidden;
  border-radius: 0 0 18px 18px;
  background: #0b1220;
  border: 1px solid rgba(15,23,42,.10);
  box-shadow: 0 22px 60px rgba(15,23,42,.12);
}
.device-screen img {
  width:100%;
  display:block;
  height:auto;
}
.device-stand {
  width: 92px;
  height: 16px;
  margin: 10px auto 0;
  border-radius: 999px;
  background: rgba(15,23,42,.10);
}
.device-base {
  width: 210px;
  height: 12px;
  margin: 8px auto 0;
  border-radius: 999px;
  background: rgba(15,23,42,.08);
}
/* Android daha küçük */

.device-android {
  position:absolute;
  right: 0px;
  bottom: -6px;
  width: 190px;
}
.android-frame {
  border-radius: 26px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(15,23,42,.10);
  box-shadow: 0 26px 70px rgba(15,23,42,.14);
  padding: 10px;
}
.android-notch {
  height: 24px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap: 10px;
}
.android-notch .cam {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: rgba(15,23,42,.22);
}
.android-notch .speaker {
  width: 44px;
  height: 6px;
  border-radius: 999px;
  background: rgba(15,23,42,.16);
}
.android-screen {
  border-radius: 18px;
  overflow:hidden;
  background:#0b1220;
  border: 1px solid rgba(15,23,42,.10);
}
.android-screen img {
  width:100%;
  display:block;
  height:auto;
}
.android-nav {
  height: 24px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap: 10px;
}
.android-nav span {
  width: 10px;
  height: 10px;
  border-radius:999px;
  background: rgba(15,23,42,.14);
}
.android-nav span:nth-child(2) {
  width: 32px;
  height: 10px;
  border-radius:999px;
}
/* Buttons (altta gölgeli) */

.showcase-actions {
  display:flex;
  gap: 10px;
  justify-content:center;
  margin-top: 16px;
  flex-wrap: wrap;
}
.showcase-chip {
  display:inline-flex;
  align-items:center;
  gap: 10px;
  padding: 11px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(15,23,42,.10);
  box-shadow: 0 14px 34px rgba(15,23,42,.12);
  color: rgba(11,18,32,.86);
  font-weight: 900;
  text-decoration:none;
}
.showcase-chip i {
  color:#3056d3;
  font-size: 18px;
}
.showcase-chip:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 44px rgba(15,23,42,.14);
}
.showcase-chip.is-active {
  background: rgba(48,86,211,.10);
  border-color: rgba(48,86,211,.22);
}
/* Small screens */

@media (max-width: 576px) {
  .device-stack{
    min-height: 340px;
  }

  .device-android{
    width: 170px;
  right: -6px;
  };
}
/* =========================================
   ORBIT: Büyük yuvarlak ikonları kaldır -> nokta + çizgi
   ========================================= */

/* Eski büyük yuvarlak icon'u kapat */

.orbit-icon {
  display: none !important;
}
/* Orbit item daha temiz hizalansın */

.orbit-item {
  position: relative;
  padding-left: 28px;
  /* sağ tarafta nokta+çizgi için alan */;
}
/* SOL taraf (text sağa bakıyor) */

.orbit-col-left .orbit-item {
  padding-left: 0;
  padding-right: 28px;
  /* sol tarafta nokta+çizgi için alan */
  text-align: right;
}
/* Küçük nokta (düğüm) */

.orbit-item::before {
  content:"";
  position:absolute;
  top: 12px;
  /* başlık hizası */
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #3056d3;
  box-shadow: 0 0 0 6px rgba(48,86,211,.12);
}
/* Noktadan çıkan ince çizgi */

.orbit-item::after {
  content:"";
  position:absolute;
  top: 16px;
  /* noktanın orta hizası */
  left: 14px;
  width: 22px;
  height: 1px;
  background: rgba(48,86,211,.35);
}
/* SOL tarafta nokta+çizgi sağa geçsin */

.orbit-col-left .orbit-item::before {
  left: auto;
  right: 0;
}
.orbit-col-left .orbit-item::after {
  left: auto;
  right: 14px;
}
/* Metin bloğu ikon yokken tam otursun */

.orbit-text {
  min-width: 0;
}
/* İstersen başlıkları biraz sıkılaştır */

.orbit-text h4 {
  margin-top: -2px;
}
/* =========================================================
   ORBIT - micro alignment fixes (senin istediğin)
   ========================================================= */

/* 0) Tüm sol blok biraz daha sola (genel denge) */

.about-orbit-orbit {
  transform: translateX(-26px);
}


@media (max-width: 992px){
  .about-orbit-orbit{
    transform:none;
  }
}
/* 1) SOL: 2. ve 3. item (Saha&Personel, IoT) hafif içeri (sağa) */

/* 2) SAĞ: 2. ve 3. item (Web&Mobil, İletişim) hafif dışarı (sağa) */

/* 3) ArmiKOM Cloud/On-Prem: logo altına hizala */

.orbit-bottom {
  margin-top: 26px;
  margin-left: auto;
  margin-right: auto;
  /* orbit merkezine göre biraz sola/sağa kaydırmak istersen */
  transform: translateX(-26px);
}


@media (max-width: 992px){
  .orbit-bottom{
    width: 100%;
    transform:none;
  }
}
/* =========================================================
   ORBIT - final alignment (sol dışa aç + cloud alt ortalı)
   ========================================================= */

/* 1) SOL kolonu komple dışa (sola) aç */

.orbit-col-left {
  transform: translateX(-40px);
}
/* Sol tarafta dairesellik: orta satırlar biraz daha fazla dışa */

/* Üst-alt satır çok az dışa (daha yuvarlak görünür) */

.orbit-col-left .orbit-item:nth-child(1),
.orbit-col-left .orbit-item:nth-child(4) {
  transform: translateX(-6px);
}
/* Mobilde bu kaydırmaları kapat */

@media (max-width: 992px) {
  .orbit-col-left,
      .orbit-col-left .orbit-item{
    transform: none !important;
  };
}
/* 2) ArmiKOM Cloud / On-Prem alt ORTA */

.orbit-bottom {
  width: fit-content;
  max-width: 720px;
  margin: 30px auto 0;
  /* <-- alt ortalama */
  justify-content: center;
}
.orbit-col-left .orbit-item:nth-child(2),
.orbit-col-left .orbit-item:nth-child(3) {
  transform: translateX(-42px);
}
.orbit-col-right .orbit-item:nth-child(2),
.orbit-col-right .orbit-item:nth-child(3) {
  transform: translateX(42px);
}
.orbit-bottom {
  display: none !important;
}
/* =========================================
   ORBIT PREMIUM ANIMATION (Glow + Spin)
   - Logo çevresi mavi halka döner
   - Orbit arc (alt mavi yay) döner
   - Premium glow + pulse
   ========================================= */

/* Ortadaki logo alanı üstte kalsın */

.orbit-center {
  position: relative;
}
/* Logo yuvarlağı */

.orbit-core {
  position: relative;
  z-index: 5;
  overflow: visible;
}
/* -----------------------------------------
   1) LOGO ETRAFI DÖNEN HALKA (GLOW)
   ----------------------------------------- */

/* Eski border'ı kapatmak istersen (opsiyonel)
.orbit-core {
  border: none !important;
  }
*/

/* dönen halka (border gibi duran layer) */

.orbit-core::after{
  content:"";
  position:absolute;
  inset:-12px;
  /* dışa taşır */
  border-radius:999px;
  /* halka */
  border: 10px solid rgba(48,86,211,.16);
  border-left-color: rgba(48,86,211,.70);
  border-top-color: rgba(48,86,211,.70);
  /* glow */
  filter: drop-shadow(0 0 14px rgba(48,86,211,.30))
          drop-shadow(0 0 40px rgba(48,86,211,.12));
  animation: orbitSpin 6s linear infinite;
  will-change: transform;
  z-index: -1;
  pointer-events:none;
}
/* içte ikinci ince halka (premium detay) */

.orbit-core::before {
  content:"";
  position:absolute;
  inset:-26px;
  border-radius:999px;
  border: 2px dashed rgba(48,86,211,.20);
  opacity: .65;
  animation: orbitSpinReverse 16s linear infinite;
  will-change: transform;
  z-index: -2;
  pointer-events:none;
}
/* -----------------------------------------
   2) ORBIT ARC (ALT MAVİ YAY) DÖNSÜN
   ----------------------------------------- */

.orbit-arc {
  animation: orbitSpinReverse 12s linear infinite;
  will-change: transform;
  /* glow */
  filter: drop-shadow(0 0 10px rgba(48,86,211,.18))
          drop-shadow(0 0 26px rgba(48,86,211,.10));
}
/* -----------------------------------------
   3) ORBIT DOTS HAFİF PULSE (çok premium)
   ----------------------------------------- */

.orbit-dot {
  animation: orbitPulse 2.8s ease-in-out infinite;
}
.orbit-dot:nth-child(2) {
  animation-delay: .2s;
}
.orbit-dot:nth-child(3) {
  animation-delay: .4s;
}
.orbit-dot:nth-child(4) {
  animation-delay: .6s;
}
.orbit-dot:nth-child(5) {
  animation-delay: .8s;
}
.orbit-dot:nth-child(6) {
  animation-delay: 1s;
}
.orbit-dot:nth-child(7) {
  animation-delay: 1.2s;
}
.orbit-dot:nth-child(8) {
  animation-delay: 1.4s;
}
/* -----------------------------------------
   4) ORBIT DIŞ ÇEMBER (DOTTED) HAFİF CANLI
   ----------------------------------------- */

.orbit-dots {
  animation: orbitGlowPulse 4.2s ease-in-out infinite;
}
/* -----------------------------------------
   KEYFRAMES
   ----------------------------------------- */

@keyframes orbitSpin {
  from{
    transform: rotate(0deg);
  }

  to{
    transform: rotate(360deg);
  };
}


@keyframes orbitSpinReverse{
  from{
    transform: rotate(0deg);
  }

  to{
    transform: rotate(-360deg);
  }
}


@keyframes orbitPulse{
  0%{
    transform: scale(1);
    opacity: .95;
  }

  50%{
    transform: scale(1.08);
    opacity: 1;
  }

  100%{
    transform: scale(1);
    opacity: .95;
  }
}


@keyframes orbitGlowPulse{
  0%{
    opacity: .55;
    filter: blur(0px);
  }

  50%{
    opacity: .95;
    filter: blur(.4px);
  }

  100%{
    opacity: .55;
    filter: blur(0px);
  }
}
/* -----------------------------------------
   Mobilde animasyonu biraz yavaşlat (performans)
   ----------------------------------------- */

@media (max-width: 992px) {
  .orbit-core::after{
    animation-duration: 9s;
  }

  .orbit-core::before{
    animation-duration: 22s;
  }

  .orbit-arc{
    animation-duration: 18s;
  };
}
/* ÜST MENÜ LOGO PARLAYAN ŞERİDİ KALDIR */

.logo-shine .shine {
  display: none !important;
}
/* Carousel taşma + scrollbar zıplama fix */

.header-carousel,
.header-carousel .owl-stage-outer,
.header-carousel .owl-stage {
  overflow: hidden !important;
}
/* 1px yatay taşma olursa tamamen yok et */

html, body {
  overflow-x: hidden !important;
}
/* Resim kesin blok olsun (alt boşluk/hesap farkı olmasın) */

.header-carousel .header-carousel-item {
  height: 700px;
  overflow: hidden;
  /* kritik */;
}
.header-carousel .header-carousel-item img {
  width: 100%;
  height: 700px !important;
  object-fit: cover;
  display: block;
  /* kritik */
  transform-origin: center center;
  animation: image-zoom-scale 10s ease-in-out infinite alternate;
}
/* ESKİ height animasyonu yerine transform scale */

@keyframes image-zoom-scale {
  0%{
    transform: scale(1);
  }

  25%{
    transform: scale(1.06);
  }

  50%{
    transform: scale(1.09);
  }

  75%{
    transform: scale(1.06);
  }

  100%{
    transform: scale(1);
  opacity: .90;
  };
}
/* =========================================
   ABOUT HEAD - PREMIUM
   ========================================= */

/* üst pill */

.about-pill {
  margin-bottom: 14px;
}
/* başlık */

.about-orbit-head h2 b {
  color: #3056d3;
}
/* açıklama */

/* alt çizgi premium detay */

.about-orbit-head p::before {
  content:"";
  display:block;
  width: 64px;
  height: 3px;
  margin: 14px auto 14px;
  border-radius: 999px;
  background: rgba(48,86,211,.35);
}
.about-orbit-section::before {
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 50% 0%, rgba(48,86,211,.08), transparent 55%);
  pointer-events:none;
}
.vendor-title {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: clamp(20px, 2.4vw, 32px);
  line-height: 1.2;
  letter-spacing: -0.4px;
  color: #0b1220;
  position: relative;
  display: inline-block;
}
/* ARMİKOM kelimesini vurgulayalım */

.vendor-title::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 60px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg,#0d6efd,#4dabff);
}
/* Mavi kelime efekti (istersen ARMİKOM'u span içine alabiliriz) */

.vendor-title span {
  background: linear-gradient(90deg,#0d6efd,#4dabff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.vendor-title-tech {
	font-family: "Space Grotesk", sans-serif;
	font-weight: 800;
	font-size: clamp(22px, 2.6vw, 34px);
	line-height: 1.15;
	letter-spacing: -0.5px;
	color: #000;
	position: relative;
	display: inline-block;
}
/* ARMİKOM kelimesi tech gradient */

.vendor-title-tech span {
  background: linear-gradient(90deg,#0d6efd,#00c6ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
/* Altında tech line */

.vendor-title-tech::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 80px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg,#0d6efd,#00c6ff);
  box-shadow: 0 0 12px rgba(13,110,253,.4);
}
/* Hafif glow efekti */

.vendor-title-tech span::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,#0d6efd,#00c6ff);
  filter: blur(14px);
  opacity: .25;
  z-index: -1;
}
/* =========================
   ABOUT HEAD (Soft-Sharp Tech)
   ========================= */

.about-orbit-head {
  text-align: center;
  max-width: 980px;
  margin: 0 auto 30px;
}
/* üst etiket */

.about-pill {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 8px 14px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: .10em;
  text-transform: uppercase;
  color: #0d6efd;
  background: rgba(13,110,253,.10);
  border: 1px solid rgba(13,110,253,.18);
  box-shadow: 0 14px 34px rgba(13,110,253,.10);
  position: relative;
  overflow: hidden;
}
/* hafif "shine" */

.about-pill::after {
  content:"";
  position:absolute;
  top:-60%;
  left:-70%;
  width: 120px;
  height: 220%;
  background: rgba(13,110,253,.18);
  transform: rotate(25deg);
  filter: blur(8px);
  opacity: .55;
  pointer-events:none;
  animation: aboutPillShine 3.8s ease-in-out infinite;
}


@keyframes aboutPillShine{
  0%{
    left:-70%;
    opacity:0;
  }

  18%{
    opacity:.55;
  }

  55%{
    left:120%;
    opacity:.35;
  }

  100%{
    left:120%;
    opacity:0;
  }
}
/* başlık */

.about-orbit-head h2 {
  margin: 14px auto 12px;
  max-width: 860px;
  font-weight: 950;
  letter-spacing: -0.03em;
  line-height: 1.12;
  font-size: clamp(22px, 2.4vw, 38px);
  color: #0b1220;
}
/* vurgu (b) -> tech gradient */

.about-orbit-head h2 b {
  background: linear-gradient(90deg,#0d6efd,#00c6ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 950;
  position: relative;
}
/* alt çizgi tech */

.about-orbit-head h2::after {
  content:"";
  display:block;
  width: 74px;
  height: 3px;
  border-radius: 999px;
  margin: 14px auto 0;
  background: linear-gradient(90deg,#0d6efd,#00c6ff);
  box-shadow: 0 10px 30px rgba(13,110,253,.18);
}
/* açıklama */

.about-orbit-head p {
  margin: 12px auto 0;
  max-width: 720px;
  font-size: 16px;
  line-height: 1.75;
  color: rgba(11,18,32,.68);
}
/* motion hassasiyeti */

@media (prefers-reduced-motion: reduce) {
  .about-pill::after{
    animation:none;
  };
}
/* About içindeki tech başlık boyut ayarı */

.about-tech-title {
  font-size: clamp(18px, 2vw, 26px);
  margin-bottom: 10px;
}
/* =========================
   METRICS - ENTERPRISE PLUS
   ========================= */

.eco-metric{
  position: relative;
  border-radius: 14px;
  background: #ffffff;
  padding: 26px 22px;
  text-align: center;

  /* Daha rafine siyah border */
  border: 1.5px solid #0f0f0f;

  /* Daha derin ama minimal gölge */
  box-shadow: 0 6px 18px rgba(0,0,0,.04);

  transition: transform .25s ease,
              box-shadow .25s ease,
              border-color .25s ease;
}

/* Hover - enterprise hissi */
.eco-metric:hover{
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0,0,0,.10);
  border-color: #000;
}

/* Büyük değer */
.eco-metric-num{
  font-weight: 900;
  font-size: 23px;
  letter-spacing: .6px;
  color: #0d0d0d;
  margin-bottom: 6px;
}

/* Alt açıklama */
.eco-metric-txt{
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .3px;
  color: #555;
}

/* çizgiler (TR -> Dünya) */

.arm-map-line {
  fill: none;
  stroke: rgba(13,110,253,.24);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 5 8;
  animation: dashMove 3.6s linear infinite;
}


@keyframes dashMove{
  to{
    stroke-dashoffset: -60;
  }
}
/* flow packet (akan nokta) */

.arm-flow--2 {
  opacity:.75;
}
.arm-flow--4 {
  opacity:.70;
}
/* node genel */

/* delay */

@keyframes armPulse {
  0%{
    opacity:.10;
  }

  45%{
    opacity:.70;
  }

  100%{
    opacity:.10;
  transform: scale(.85);
  };
}


@keyframes armDot{
  0%{
    opacity: 1;
  }

  45%{
    opacity: .55;
  }

  100%{
    opacity: 1;
  }
}
/* TÜRKİYE merkez: daha büyük + daha hızlı + ring */

@keyframes ringSpin {
  to{
    transform: rotate(360deg);
  };
}
/* TR label */

.arm-tr-label {
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 800;
  font-size: 20px;
  fill: rgba(17,24,39,.92);
  paint-order: stroke;
  stroke: rgba(255,255,255,.85);
  stroke-width: 6px;
  /* beyaz zeminde okunur */
  stroke-linejoin: round;
}
.arm-map-wrap {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background: transparent !important;
}
.arm-map-img {
  width: 100%;
  height: auto;
  display: block;
  background: transparent !important;
}
.arm-map-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: transparent !important;
  pointer-events: none;
}
/* Path'ler görünmesin (çizgi yok) */

.arm-path {
  fill: none;
  stroke: transparent;
  stroke-width: 0;
}
/* Akan ışık paketleri */

.arm-flow.f2 {
  opacity:.70;
}
.arm-flow.f4 {
  opacity:.65;
}
.arm-flow.f9 {
  opacity:.60;
}
/* Dünya node'ları */

.arm-dot {
  fill: var(--bs-primary);
  filter: drop-shadow(0 0 10px rgba(13,110,253,.45));
}
.arm-halo {
  fill: rgba(13,110,253,.16);
  filter: drop-shadow(0 0 18px rgba(13,110,253,.30));
  transform-origin: center;
  animation: armPulse 2.7s ease-in-out infinite;
}
.arm-node .arm-dot {
  animation: armDot 2.7s ease-in-out infinite;
}
/* Delays (yayılım hissi) */

.d1 .arm-halo, .d1 .arm-dot {
  animation-delay: .4s;
}
.d2 .arm-halo, .d2 .arm-dot {
  animation-delay: .8s;
}
.d3 .arm-halo, .d3 .arm-dot {
  animation-delay: 1.2s;
}
.d4 .arm-halo, .d4 .arm-dot {
  animation-delay: 1.6s;
}
.d5 .arm-halo, .d5 .arm-dot {
  animation-delay: 2.0s;
}
.d6 .arm-halo, .d6 .arm-dot {
  animation-delay: 1.0s;
}
.d7 .arm-halo, .d7 .arm-dot {
  animation-delay: 1.4s;
}
.d8 .arm-halo, .d8 .arm-dot {
  animation-delay: 1.8s;
}
.d9 .arm-halo, .d9 .arm-dot {
  animation-delay: 2.2s;
}


@keyframes armPulse{
  0%{
    opacity:.10;
    transform: scale(.85);
  }

  45%{
    opacity:.72;
    transform: scale(1.65);
  }

  100%{
    opacity:.10;
    transform: scale(.85);
  }
}


@keyframes armDot{
  0%{
    opacity: 1;
  }

  45%{
    opacity: .55;
  }

  100%{
    opacity: 1;
  }
}
/* TÜRKİYE: dev, hızlı, daha parlak */

.arm-node--tr .arm-halo {
  animation-duration: 1.55s;
}
.arm-node--tr .arm-dot {
  animation-duration: 1.55s;
}
.arm-node--tr .arm-dot {
  filter: drop-shadow(0 0 22px rgba(13,110,253,.75));
}
/* TR ring (premium) */

.arm-tr-ring {
  fill: none;
  stroke: rgba(13,110,253,.35);
  stroke-width: 3;
  stroke-dasharray: 12 12;
  filter: drop-shadow(0 0 20px rgba(13,110,253,.22));
  transform-origin: 980px 660px;
  animation: ringSpin 7s linear infinite;
}


@keyframes ringSpin{
  to{
    transform: rotate(360deg);
  }
}
/* =========================================================
   ARMİKOM MAP (FULL CSS - FIXED)
   - Desktop: daha büyük GÖRÜNÜR ama sayfa uzamaz (scale)
   - Mobil: aynı kalsın
   ========================================================= */

/* RIGHT COLUMN WRAP */

.arm-map-card {
  width: 100%;
  background: transparent !important;
  margin-left: auto;
  /* sağa yasla */;
}
/* MAP BOX (layout sabit kalsın) */

.arm-map {
  position: relative;
  width: 100%;
  height: 420px;
  /* layout yüksekliği (SABİT) */
  background: transparent !important;
  overflow: hidden;
  /* scale taşmasını kes -> sayfa büyümez */
  border-radius: 14px;
  /* istersen 0 yap */;
}
/* Image + SVG same layer */

.arm-map__img,
.arm-map__svg {
  width: 100%;
  height: 100%;
  background: transparent !important;
  transform-origin: center center;
}
/* IMAGE */

.arm-map__img {
  object-fit: contain;
  display: block;
}
/* SVG overlay */

.arm-map__svg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
/* =========================
   DESKTOP: GÖRSEL BÜYÜT (layout büyümeden)
   ========================= */

@media (min-width: 992px) {
  .arm-map__img,
      .arm-map__svg{
    transform: scale(1.22) translateY(-10px);
  /* <-- büyüt + biraz yukarı al */
  };
}
/* TR merkezini HTML'deki --TRX/--TRY ile alır */

.arm-net {
  transform: translate(calc(var(--TRX) * 1px), calc(var(--TRY) * 1px));
}
/* =========================
   LINKS (dashed beam)
   ========================= */

.arm-link {
  fill: none;
  stroke: rgba(13,110,253,.36);
  stroke-width: 2.8;
  stroke-linecap: round;
  stroke-dasharray: 9 10;
  opacity: .95;
  animation: armDash 3.1s linear infinite;
  filter:
    drop-shadow(0 0 10px rgba(13,110,253,.28))
    drop-shadow(0 0 26px rgba(13,110,253,.18))
    drop-shadow(0 0 56px rgba(13,110,253,.10));
}
.arm-l7, .arm-l8 {
  stroke: rgba(13,110,253,.30);
  opacity: .84;
  stroke-width: 2.4;
  animation-duration: 3.8s;
}


@keyframes armDash{
  to{
    stroke-dashoffset: -160;
  }
}
/* =========================
   FLOW (glow packets)
   ========================= */

.arm-flow {
  fill: var(--bs-primary, #0d6efd);
  opacity: .98;
  filter:
    drop-shadow(0 0 8px rgba(255,255,255,.20))
    drop-shadow(0 0 18px rgba(13,110,253,.90))
    drop-shadow(0 0 44px rgba(13,110,253,.35));
  transform: scale(1.22);
  transform-origin: center;
}
.arm-flow--mini {
  opacity: .86;
  filter:
    drop-shadow(0 0 14px rgba(13,110,253,.62))
    drop-shadow(0 0 36px rgba(13,110,253,.20));
  transform: scale(1.08);
}
.f4, .f7, .f8 {
  filter:
    drop-shadow(0 0 10px rgba(255,255,255,.22))
    drop-shadow(0 0 22px rgba(13,110,253,.98))
    drop-shadow(0 0 60px rgba(13,110,253,.40));
}
/* =========================
   TURKEY (spread strong)
   ========================= */

.arm-tr__glow {
  fill: rgba(13,110,253,.14);
  filter:
    drop-shadow(0 0 30px rgba(13,110,253,.30))
    drop-shadow(0 0 70px rgba(13,110,253,.18));
}
/* shockwave */

.arm-tr__shock {
  fill: none;
  stroke: rgba(13,110,253,.48);
  stroke-width: 2.8;
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
  filter: drop-shadow(0 0 22px rgba(13,110,253,.20));
  animation: shock 2.15s ease-out infinite;
}
.arm-tr__shock.s1 {
  animation-delay: 0s;
}
.arm-tr__shock.s2 {
  animation-delay: 1.075s;
}


@keyframes shock{
  0%{
    transform: scale(.68);
    opacity: .95;
  }

  55%{
    opacity: .28;
  }

  100%{
    transform: scale(5.2);
    opacity: 0;
  }
}
/* pulse */

.arm-tr__pulse {
  fill: none;
  stroke: rgba(13,110,253,.55);
  stroke-width: 2.6;
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
  filter: drop-shadow(0 0 20px rgba(13,110,253,.24));
  animation: trPulse 2.65s ease-out infinite;
}
.arm-tr__pulse.p1 {
  animation-delay: 0s;
}
.arm-tr__pulse.p2 {
  animation-delay: .66s;
}
.arm-tr__pulse.p3 {
  animation-delay: 1.32s;
}
.arm-tr__pulse.p4 {
  animation-delay: 1.98s;
}


@keyframes trPulse{
  0%{
    transform: scale(.48);
    opacity: .95;
  }

  65%{
    opacity: .22;
  }

  100%{
    transform: scale(4.1);
    opacity: 0;
  }
}
/* ring */

.arm-tr__ring {
  fill: none;
  stroke: rgba(13,110,253,.62);
  stroke-width: 3.6;
  stroke-dasharray: 16 12;
  filter:
    drop-shadow(0 0 18px rgba(13,110,253,.34))
    drop-shadow(0 0 46px rgba(13,110,253,.18));
  transform-box: fill-box;
  transform-origin: center;
}


@keyframes trRing{
  to{
    transform: rotate(360deg);
  }
}
.arm-tr__dot {
  fill: var(--bs-primary, #0d6efd);
  filter:
    drop-shadow(0 0 12px rgba(255,255,255,.25))
    drop-shadow(0 0 28px rgba(13,110,253,.98))
    drop-shadow(0 0 66px rgba(13,110,253,.40));
  transform: scale(1.15);
}
.arm-tr__spark {
  fill: rgba(255,255,255,.92);
  opacity: .95;
  animation: trSpark 1.1s ease-in-out infinite;
  filter: drop-shadow(0 0 12px rgba(255,255,255,.35));
}


@keyframes trSpark{
  0%,100%{
    transform: translate(0,0);
    opacity:.65;
  }

  50%{
    transform: translate(2px,-2px);
    opacity:1;
  }
}
/* =========================
   NODES
   ========================= */

.arm-node__halo {
  fill: rgba(13,110,253,.18);
  filter:
    drop-shadow(0 0 18px rgba(13,110,253,.32))
    drop-shadow(0 0 46px rgba(13,110,253,.16));
  transform-box: fill-box;
  transform-origin: center;
  animation: nodeHalo 2.85s ease-in-out infinite;
}
.arm-node__dot {
  fill: var(--bs-primary, #0d6efd);
  filter:
    drop-shadow(0 0 12px rgba(13,110,253,.55))
    drop-shadow(0 0 28px rgba(13,110,253,.22));
  animation: nodeDot 2.85s ease-in-out infinite;
}


@keyframes nodeHalo{
  0%{
    opacity:.12;
    transform: scale(.82);
  }

  45%{
    opacity:.90;
    transform: scale(2.10);
  }

  100%{
    opacity:.12;
    transform: scale(.82);
  }
}


@keyframes nodeDot{
  0%{
    opacity: 1;
  }

  45%{
    opacity: .55;
  }

  100%{
    opacity: 1;
  }
}
/* delays */

.n1  .arm-node__halo, .n1  .arm-node__dot {
  animation-delay: .2s;
}
.n2  .arm-node__halo, .n2  .arm-node__dot {
  animation-delay: .6s;
}
.n3  .arm-node__halo, .n3  .arm-node__dot {
  animation-delay: 1.0s;
}
.n4  .arm-node__halo, .n4  .arm-node__dot {
  animation-delay: 1.4s;
}
.n5  .arm-node__halo, .n5  .arm-node__dot {
  animation-delay: 1.8s;
}
.n6  .arm-node__halo, .n6  .arm-node__dot {
  animation-delay: 2.2s;
}
.n7  .arm-node__halo, .n7  .arm-node__dot {
  animation-delay: .9s;
}
.n8  .arm-node__halo, .n8  .arm-node__dot {
  animation-delay: 1.3s;
}
.n9  .arm-node__halo, .n9  .arm-node__dot {
  animation-delay: 1.7s;
}
.n10 .arm-node__halo, .n10 .arm-node__dot {
  animation-delay: 2.1s;
}
.n11 .arm-node__halo, .n11 .arm-node__dot {
  animation-delay: 1.1s;
}
.n12 .arm-node__halo, .n12 .arm-node__dot {
  animation-delay: 1.5s;
}
/* =========================
   TWINKLES
   ========================= */

.arm-tw {
  fill: rgba(255,255,255,.55);
  opacity: 0;
  filter:
    drop-shadow(0 0 10px rgba(13,110,253,.35))
    drop-shadow(0 0 26px rgba(13,110,253,.18));
  animation: tw 3.9s ease-in-out infinite;
}
.t2 {
  animation-delay: .6s;
}
.t3 {
  animation-delay: 1.2s;
}
.t4 {
  animation-delay: 1.8s;
}
.t5 {
  animation-delay: 2.4s;
}
.t6 {
  animation-delay: 3.0s;
}
.t7 {
  animation-delay: 1.0s;
  animation-duration: 4.5s;
}
.t8 {
  animation-delay: 2.0s;
  animation-duration: 4.3s;
}


@keyframes tw{
  0%{
    opacity: 0;
    transform: scale(.75);
  }

  30%{
    opacity: .85;
    transform: scale(1.35);
  }

  70%{
    opacity: .18;
    transform: scale(1.0);
  }

  100%{
    opacity: 0;
    transform: scale(.75);
  }
}
/* =========================================================
   MOBİL AYNI KALSIN (992 altı)
   ========================================================= */

@media (max-width: 991.98px) {
  .arm-map{
    height: 320px;
  /* mobil küçük kalsın */
    border-radius: 12px;
  }

  /* mobilde büyütme yok */

  .arm-map__img,
      .arm-map__svg{
    transform: none !important;
  }

  .arm-map-card{
    max-width: 520px;
  margin: 0 auto;
  };
}
/* Reduced motion */

@media (prefers-reduced-motion: reduce) {
  .arm-link, .arm-flow, .arm-tr__ring, .arm-tr__pulse, .arm-tr__shock,
      .arm-node__halo, .arm-node__dot, .arm-tw{
    animation: none !important;
  };
}
/* TR'yi sadeleştir */

.arm-tr__shock,
.arm-tr__spark {
  display: none !important;
}
/* pulse sayısını azalt (istersen p2/p3 de kapat) */

.arm-tr__pulse.p2,
.arm-tr__pulse.p3,
.arm-tr__pulse.p4 {
  display: none !important;
}
/* ring daha yavaş */

.arm-tr__ring {
  animation: trRing 14s linear infinite !important;
  opacity: .55;
}
/* =========================================================
   ARMİKOM'A GEÇİŞ (SOL TARAF) — SIKI BOŞLUK + STABİL
   Sadece bu section'ı etkiler.
   ========================================================= */

.armikom-pslike {
  --arm-text: #0B1220;
  --arm-muted: rgba(11,18,32,.68);
  --arm-accent: #0d6efd;
  /* istersen: #34C759 */
  --arm-accent-soft: rgba(13,110,253,.10);
  /* yeşil kullanırsan buna da uyarlayabiliriz */;
}
/* sol kolon genel */

.armikom-pslike .arm-left {
  display:flex;
  flex-direction:column;
  gap: 12px;
  /* sıkı */;
}
/* head alanı (title spacing) */

.armikom-pslike .arm-head {
  margin: 0;
}
/* üst küçük başlık (ARMİKOM...'a Geçiş) */

.armikom-pslike .arm-kicker.vendor-title-tech {
  margin: 0 0 6px !important;
  font-weight: 900 !important;
  letter-spacing: -0.2px;
  font-size: 18px !important;
  line-height: 1.1;
  color: var(--arm-text) !important;
  display:inline-block;
}
/* ARMİKOM gradient (resimdeki gibi tek vurgu) */

.armikom-pslike .arm-kicker.vendor-title-tech span {
  background: linear-gradient(90deg, var(--arm-accent), #00c6ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* büyük başlık */

.armikom-pslike .arm-title {
  margin: 0 0 8px !important;
  font-size: clamp(22px, 2.1vw, 30px) !important;
  line-height: 1.18 !important;
  font-weight: 950 !important;
  letter-spacing: -0.02em;
  color: var(--arm-text) !important;
}
.armikom-pslike .arm-title b {
  color: var(--arm-accent) !important;
  font-weight: 950 !important;
}
/* paragraf */

.armikom-pslike .arm-desc {
  margin: 0 !important;
  color: var(--arm-muted) !important;
  line-height: 1.65 !important;
  font-size: 15px;
}
/* steps */

.armikom-pslike .arm-steps {
  list-style: none;
  padding: 0;
  margin: 8px 0 0 !important;
  display:flex;
  flex-direction:column;
  /* sıkı */;
}
.armikom-pslike .arm-steps li {
  display:flex;
  align-items:flex-start;
  /* sıkı */
  border-bottom: 1px solid rgba(11,18,32,.06);
}
.armikom-pslike .arm-steps li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
/* küçük nokta */

.armikom-pslike .arm-step-dot {
  border-radius: 999px;
  background: var(--arm-accent);
  flex: 0 0 auto;
}
.armikom-pslike .arm-step-text {
  min-width:0;
}
.armikom-pslike .arm-step-text b {
  display:block;
  color: var(--arm-text);
  font-weight: 900;
  line-height: 1.2;
}
.armikom-pslike .arm-step-text span {
  display:block;
  color: rgba(11,18,32,.62);
}
/* CTA */

.armikom-pslike .arm-cta {
  margin-top: 10px;
  /* sıkı */;
}
.armikom-pslike .arm-btn {
  border-radius: 12px;
  font-weight: 800;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* Mobil sıkılaştırma */

@media (max-width: 991.98px) {
  .armikom-pslike .arm-left{
    gap: 10px;
  }

  .armikom-pslike .arm-steps{
    gap: 7px;
  };
}
/* STEP boşluklarını daha sıkı yap */

.armikom-pslike .arm-steps {
  margin-top: 6px !important;
  gap: 6px !important;
  /* 8 -> 6 */;
}
.armikom-pslike .arm-steps li {
  padding: 6px 0 !important;
  /* 8 -> 6 */
  gap: 8px !important;
  /* 10 -> 8 */;
}
.armikom-pslike .arm-step-dot {
  width: 9px !important;
  height: 9px !important;
  margin-top: 5px !important;
  box-shadow: 0 0 0 4px rgba(13,110,253,.10) !important;
  /* halo biraz küçülsün */;
}
.armikom-pslike .arm-step-text b {
  margin-bottom: 1px !important;
  font-size: 13.5px !important;
}
.armikom-pslike .arm-step-text span {
  font-size: 12.8px !important;
  line-height: 1.38 !important;
}
/* ÜST ANA BAŞLIK (BÜYÜK) */

#baslamak .arm-kicker {
  font-size: clamp(26px, 2.8vw, 38px) !important;
  font-weight: 900 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.6px !important;
  margin-bottom: 6px !important;
}
/* ARMİKOM gradient kalsın ama boyu büyümesin ayrı */

#baslamak .arm-kicker span {
  font-size: inherit !important;
}
/* ALT BAŞLIK (DAHA KÜÇÜK) */

#baslamak .arm-title {
  font-size: clamp(18px, 1.6vw, 24px) !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  letter-spacing: -0.2px !important;
  color: rgba(11,18,32,.85) !important;
}
/* Vurgu biraz daha sakin olsun */

#baslamak .arm-title b {
  font-weight: 800 !important;
  background: none !important;
  -webkit-text-fill-color: initial !important;
  color: #0d6efd !important;
}
/* İzleme istasyonu: görsel sol olduğu için hizayı sola çek */

#izleme-istasyonu .arm-media {
  display: flex;
  justify-content: flex-start;
}
/* Mobilde ortala */

@media (max-width: 991.98px) {
  #izleme-istasyonu .arm-media{
    justify-content: center;
  };
}
.arm-hero-visual {
  width: 80%;
  max-width: 115%;
  height: auto;
  display: block;
  margin-left: -19%;
  /* biraz daha sola */
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 28px 60px rgba(11,18,32,.20));
  background-image: url(img/enteg.png);
}
/* Tablet */

@media (max-width: 992px) {
  .arm-hero-visual{
    width: 105%;
  max-width: 105%;
  margin-left: -3%;
  };
}
/* Mobil */

@media (max-width: 768px) {
  .arm-hero-visual{
    width: 100%;
  max-width: 100%;
  margin-left: 0;
  };
}
/* =========================================
   İZLEME İSTASYONU - BAŞLIK HİYERARŞİSİ
   #baslamak ile aynı (kicker büyük, title küçük)
   ========================================= */

#izleme-istasyonu .arm-kicker {
  font-size: clamp(26px, 2.8vw, 38px) !important;
  font-weight: 900 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.6px !important;
  margin-bottom: 6px !important;
}
#izleme-istasyonu .arm-kicker span {
  font-size: inherit !important;
}
/* alt başlık daha küçük */

#izleme-istasyonu .arm-title {
  font-size: clamp(18px, 1.6vw, 24px) !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  letter-spacing: -0.2px !important;
  color: rgba(11,18,32,.85) !important;
  margin-bottom: 12px !important;
}
/* vurguyu baslamak ile aynı sakin yap */

#izleme-istasyonu .arm-title b {
  font-weight: 800 !important;
  background: none !important;
  -webkit-text-fill-color: initial !important;
  color: #0d6efd !important;
}
/* 1) Butonun referans alacağı alan: text tarafı */

#izleme-istasyonu .arm-left {
  position: relative;
}
#izleme-istasyonu .arm-cta {
  position: absolute;
  right: 40px;
  bottom: -25px;
  /* aşağı almak için bunu değiştir */
  z-index: 10;
}
/* 3) Butonun listeye binmemesi için sağda yer aç */

#izleme-istasyonu .arm-steps {
  padding-right: 180px;
  /* buton genişliğine göre 160-220 arası oynat */;
}
/* Mobilde normal akışa dönsün */

@media (max-width: 991.98px) {
  #izleme-istasyonu .arm-cta{
    position: static;
  margin-top: 18px !important;
  text-align: center;
  }

  #izleme-istasyonu .arm-steps{
    padding-right: 0;
  };
}
/* =========================================================
   ARMİKOM SECTIONS — ANIMATION ONLY (NO TITLE SIZE OVERRIDE)
   - Başlık font-size/line-height DEĞİŞTİRMEZ
   ========================================================= */

/* küçük güvenlik: taşma/shift engeli */

#baslamak, #izleme-istasyonu, #entegrasyonlar {
  position: relative;
  overflow: hidden;
}
/* Reveal base */

.arm-reveal {
  opacity: 0;
  filter: blur(2px);
  transition:
    transform .75s cubic-bezier(.2,.9,.2,1),
    opacity .75s ease,
    filter .75s ease;
  will-change: transform, opacity, filter;
}
.arm-reveal.is-inview {
  opacity: 1;
  filter: blur(0);
  transform: none;
}
/* 1) Sağdan gelsin */

.arm-from-right {
  transform: translateX(28px);
}
/* 2) Soldan gelsin */

.arm-from-left {
  transform: translateX(-28px);
}
/* 3) Alttan gelsin */

.arm-from-bottom {
  transform: translateY(18px);
}
/* sıralı gecikme (aynı section içinde akış güzel olsun) */

.arm-delay-1 {
  transition-delay: .00s;
}
.arm-delay-2 {
  transition-delay: .10s;
}
.arm-delay-3 {
  transition-delay: .20s;
}
.arm-delay-4 {
  transition-delay: .30s;
}
/* Reduced motion */

@media (prefers-reduced-motion: reduce) {
  .arm-reveal{
    opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  transition: none !important;
  };
}
/* =========================================
   ENTEGRASYONLAR - BAŞLIK HİYERARŞİSİ
   #baslamak / #izleme-istasyonu ile aynı
   ========================================= */

#entegrasyonlar .arm-kicker {
  font-size: clamp(26px, 2.8vw, 38px) !important;
  font-weight: 900 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.6px !important;
  margin-bottom: 6px !important;
}
#entegrasyonlar .arm-kicker span {
  font-size: inherit !important;
}
/* alt başlık daha küçük */

#entegrasyonlar .arm-title {
  font-size: clamp(18px, 1.6vw, 24px) !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  letter-spacing: -0.2px !important;
  color: rgba(11,18,32,.85) !important;
  margin-bottom: 12px !important;
}
/* vurguyu diğerleri gibi sakin yap */

#entegrasyonlar .arm-title b {
  font-weight: 800 !important;
  background: none !important;
  -webkit-text-fill-color: initial !important;
  color: #0d6efd !important;
}

/* =========================
   
/* ================= ARMİKOM CONTACT (isolated) ================= */

.ac-wrap {
  background: #F3F5F8;
  padding: 60px 0;
}
.ac-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 16px;
}
.ac-head {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 34px;
}
.ac-title {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.4px;
  color: #0B1220;
  margin: 0 0 10px;
}
.ac-title span {
  color: #007BFF;
}
.ac-sub {
	margin: 0;
	color: #000;
	line-height: 1.65;
}
/* Grid */

.ac-grid {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 18px;
  align-items: stretch;
}
/* Cards */

.ac-card {
  border-radius: 20px;
  padding: 26px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(11,18,32,0.08);
  border: 1px solid rgba(11,18,32,0.06);
}
.ac-card--dark {
  background: linear-gradient(160deg, #0B1220, #141E30);
  border: none;
  box-shadow: 0 28px 60px rgba(11,18,32,0.26);
  color: #fff;
}
.ac-card--dark::before {
  content:"";
  position:absolute;
  width: 420px;
  height: 420px;
  top: -180px;
  right: -180px;
  background: radial-gradient(circle, rgba(0,123,255,0.25), transparent 70%);
  animation: acGlow 6s ease-in-out infinite;
  pointer-events:none;
}


@keyframes acGlow{
  0%,100%{
    transform: scale(1);
    opacity:.55;
  }

  50%{
    transform: scale(1.15);
    opacity:.9;
  }
}
.ac-card--light {
  background: #fff;
}
.ac-card--light::before {
  content:"";
  position:absolute;
  inset:-1px;
  background: radial-gradient(900px 220px at 18% 0%, rgba(0,123,255,0.12), transparent 60%);
  pointer-events:none;
}
/* Badge */

.ac-badge {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  margin-bottom: 12px;
}
.ac-badge--dark {
  background: rgba(255,255,255,0.10);
  color: rgba(255,255,255,0.92);
}
.ac-badge--light {
  background: rgba(0,123,255,0.10);
  color: #007BFF;
}
/* Titles */

.ac-cardTitle {
  margin: 0 0 8px;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: -0.4px;
}
.ac-cardDesc {
  margin: 0 0 16px;
  line-height: 1.65;
  color: rgba(255,255,255,0.78);
}
.ac-cardDesc--light {
  color: rgba(11,18,32,0.70);
}
/* Info boxes */

.ac-info {
  display: grid;
  gap: 12px;
  margin-bottom: 14px;
}
.ac-infoItem {
  padding: 14px 14px;
  border-radius: 16px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
}
.ac-card--light .ac-infoItem {
  background: rgba(11,18,32,0.02);
  border: 1px solid rgba(11,18,32,0.06);
}
.ac-infoLabel {
  font-size: 12px;
  color: rgba(255,255,255,0.62);
  margin-bottom: 2px;
}
.ac-card--light .ac-infoLabel {
  color: rgba(11,18,32,0.55);
}
.ac-infoValue {
  font-weight: 700;
  color: #fff;
}
.ac-card--light .ac-infoValue {
  color: #0B1220;
}
.ac-infoValue a {
  color: inherit;
  text-decoration: none;
}
/* Divider */

.ac-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.18), transparent);
  margin: 14px 0 16px;
}
.ac-card--light .ac-divider {
  background: linear-gradient(90deg, transparent, rgba(11,18,32,0.12), transparent);
}
/* Form */

.ac-form {
  position: relative;
  z-index: 1;
}
.ac-row {
  display: grid;
  gap: 8px;
  margin-bottom: 12px;
}
.ac-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.ac-label {
  font-size: 13px;
  font-weight: 700;
  color: rgba(255,255,255,0.72);
}
.ac-label--dark {
  color: rgba(11,18,32,0.72);
}
.ac-input {
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(11,18,32,0.10);
  padding: 12px 14px;
  outline: none;
  background: #fff;
  color: #0B1220;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.ac-input::placeholder {
  color: rgba(11,18,32,0.45);
}
.ac-input:focus {
  border-color: rgba(0,123,255,0.55);
  box-shadow: 0 0 0 6px rgba(0,123,255,0.12);
  transform: translateY(-1px);
}
.ac-input--dark {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  color: #fff;
}
.ac-input--dark::placeholder {
  color: rgba(255,255,255,0.55);
}
.ac-input--dark:focus {
  border-color: rgba(0,123,255,0.55);
  box-shadow: 0 0 0 6px rgba(0,123,255,0.12);
}
/* Textarea */

.ac-textarea {
  resize: vertical;
  min-height: 110px;
}
/* Footer row */

.ac-foot {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 6px;
}
.ac-note {
  font-size: 12px;
  color: rgba(11,18,32,0.55);
  max-width: 520px;
}
/* Button */

.ac-btn {
  width: 100%;
  border: 0;
  border-radius: 14px;
  padding: 12px 16px;
  font-weight: 900;
  letter-spacing: .2px;
  color: #fff;
  background: linear-gradient(135deg, #0066FF, #3FA9FF);
  box-shadow: 0 18px 34px rgba(0,123,255,0.22);
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.ac-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 44px rgba(0,123,255,0.28);
  filter: brightness(1.02);
}
/* Alerts */

.ac-alert {
  display: none;
  margin-top: 12px;
  padding: 12px 14px;
  border-radius: 14px;
  font-weight: 700;
  font-size: 13px;
}
.ac-alert--ok {
  background: rgba(25,135,84,0.14);
  color: #0B4;
  border: 1px solid rgba(25,135,84,0.18);
}
.ac-card--dark .ac-alert--ok {
  background: rgba(25,135,84,0.18);
  color: #d6ffe9;
  border: 1px solid rgba(25,135,84,0.22);
}
.ac-alert--err {
  background: rgba(220,53,69,0.12);
  color: #b20;
  border: 1px solid rgba(220,53,69,0.18);
}
.ac-card--dark .ac-alert--err {
  background: rgba(220,53,69,0.18);
  color: #ffd6dc;
  border: 1px solid rgba(220,53,69,0.22);
}
/* Responsive */

@media (max-width: 992px) {
  .ac-grid{
    grid-template-columns: 1fr;
  }

  .ac-2col{
    grid-template-columns: 1fr;
  };
}


@media (max-width: 575px){
  .ac-wrap{
    padding: 44px 0;
  }

  .ac-title{
    font-size: 24px;
  }

  .ac-card{
    padding: 20px;
  }

  .ac-cardTitle{
    font-size: 22px;
  }
}
/* ================= ARMİKOM FOOTER (no frames, premium blue) ================= */

.arm-footer {
  background: linear-gradient(160deg, #0B1220, #0E1830);
  position: relative;
  overflow: hidden;
}
/* soft glow */

.arm-footer::before {
  content:"";
  position:absolute;
  width: 620px;
  height: 620px;
  right: -260px;
  top: -280px;
  background: radial-gradient(circle, rgba(0,123,255,0.28), transparent 70%);
  pointer-events:none;
}
.arm-footer::after {
  content:"";
  position:absolute;
  inset:0;
  background: radial-gradient(900px 260px at 20% 0%, rgba(0,123,255,0.12), transparent 60%);
  pointer-events:none;
}
/* remove boxy feel */

.arm-footer .arm-footer-item {
  background: transparent;
  border: 0;
  padding: 0;
}
/* brand */

.arm-footer-logo-mark {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: linear-gradient(135deg, #0066FF, #3FA9FF);
  box-shadow: 0 16px 32px rgba(0,123,255,0.25);
  display:inline-block;
}
/* text */

.arm-footer-desc {
  color: rgba(255,255,255,0.72);
  line-height: 1.65;
}
/* links */

.arm-footer-link {
  display:block;
  color: rgba(255,255,255,0.78) !important; /* ?? Sadece buraya !important ekliyoruz */
  text-decoration:none;
  font-weight: 650;
  margin-bottom: 10px;
  transition: transform .15s ease, color .15s ease;
}
.arm-footer-link:hover {
  color:#fff !important; /* ?? Garanti olsun diye hover durumuna da ekleyelim */
  transform: translateX(2px);
}
/* inline */


.arm-footer-inline {
  color: rgba(255,255,255,0.88);
  text-decoration: none;
}
.arm-footer-inline:hover {
  color:#fff;
}
.arm-footer-contact p {
  color: rgba(255,255,255,0.80);
}
/* App store buttons (premium) */

.arm-store-btn--ios i {
  font-size: 18px;
}
.arm-play-ico {
  color:#3FA9FF;
  font-size: 16px;
}
/* Social buttons: keep bootstrap but add subtle premium hover */

.arm-footer-social .btn {
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 14px 30px rgba(0,123,255,0.18);
}
.arm-footer-social .btn:hover {
  transform: translateY(-2px);
}
/* Copyright */

.arm-copyright {
  background: #0B1220;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.arm-copy-link {
  color:#fff;
  text-decoration:none;
  border-bottom: 1px solid rgba(255,255,255,0.22);
}
.arm-copy-text {
  color: rgba(255,255,255,0.70);
}
/* ===== Brand hizası ===== */

.arm-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  margin-bottom: 12px;
}
.arm-footer-logo-img {
  height: 100px;
  width: auto;
  display: block;
  object-fit: contain;
}
.arm-footer-brand-text {
  color:#fff;
  font-weight: 900;
  letter-spacing: .2px;
  font-size: 18px;
  line-height: 1;
}
/* ===== Store buttons (SVG premium) ===== */

.arm-store-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.arm-store-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 14px;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.04);
  transition: transform .15s ease, background .15s ease, border-color .15s ease;
  min-width: 190px;
}
.arm-store-btn:hover {
  transform: translateY(-2px);
  background: rgba(0,123,255,0.12);
  border-color: rgba(0,123,255,0.18);
}
.arm-store-ico {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
}
.arm-store-ico svg {
  width: 18px;
  height: 18px;
  fill: #fff;
  opacity: .92;
}
.arm-store-text {
  display: grid;
  line-height: 1.05;
}
.arm-store-text small {
  color: rgba(255,255,255,0.70);
  font-size: 11px;
}
.arm-store-text strong {
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}
/* Google Play ikonuna hafif mavi vurgu */

.arm-store-btn--google .arm-store-ico {
  background: rgba(0,123,255,0.12);
  border-color: rgba(0,123,255,0.18);
}
/* Mobilde butonlar tam genişlik */

@media (max-width: 575px) {
  .arm-store-btn{
    width: 100%;
  min-width: 0;
  };
}
/* ================================
   ARMİKOM TÜM GÖRSEL STANDARDI
   ================================ */

.arm-visual {
  width: 100%;
  height: 460px;
  /* Desktop hepsi aynı */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
/* Mobil */

@media (max-width: 991.98px) {
  .arm-visual{
    height: 260px;
  };
}
/* Görsel */

.arm-visual__img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  /* kırpma yok, eşit görünür */;
}
/* ===== NAV: ÜSTTE ŞEFFAF, SCROLL'DA OKUNAKLI ===== */

/* navbar zaten senin #site-hero içinde */

#site-hero .navbar {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2000;
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}
/* Üstteyken linkler beyaz */

#site-hero .navbar .nav-link {
  color: rgba(255,255,255,.92) !important;
}
#site-hero .navbar .nav-link:hover,
#site-hero .navbar .nav-link.active {
  color: #fff !important;
}
/* Scroll olunca navbar sabit + koyu blur (beyaz içerikte görünür) */

#site-hero .navbar.is-scrolled {
  position: fixed;
  top: 0;
  background: rgba(10, 14, 24, .78) !important;
  /* koyu cam */
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 10px 30px rgba(0,0,0,.20) !important;
}
/* Scroll olunca linkler yine okunaklı */

#site-hero .navbar.is-scrolled .nav-link {
  color: rgba(255,255,255,.92) !important;
}
/* Scroll olunca dropdown menü (bootstrap) */

#site-hero .navbar.is-scrolled .dropdown-menu {
  background: rgba(10, 14, 24, .92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,.10);
}
#site-hero .navbar.is-scrolled .dropdown-item {
  color: rgba(255,255,255,.90);
}
#site-hero .navbar.is-scrolled .dropdown-item:hover {
  background: rgba(255,255,255,.08);
  color: #fff;
}
/* Fixed olunca içerik zıplamasın diye (scroll'da navbar yüksekliği kadar boşluk) */

body.navbar-offset {
  padding-top: 92px;
  /* navbar yüksekliğin farklıysa 80-110 arası ayarla */;
}
.lang-switch {
  display:inline-flex;
  align-items:center;
  border-left: 1px solid rgba(0,0,0,.12);
}
.lang-btn {
  font:inherit;
  cursor:pointer;
  line-height:1;
}
.lang-btn.is-active {
  opacity:1;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.lang-sep {
  opacity:.35;
  user-select:none;
}
/* ==============================
   MOBILE NAV FIX (<= 991.98px)
   En sona ekle
   ============================== */

@media (max-width: 991.98px) {
  /* Hero üzerindeki absolute/transparent navbar mobilde sorun çıkarır */

  #site-hero .navbar{
    /* fixed de olur ama sticky daha az zıplatır */
    top: 0 !important;
  box-shadow: 0 10px 30px rgba(0,0,0,.10) !important;
  border-bottom: 1px solid rgba(0,0,0,.08) !important;
  z-index: 3000 !important;
  }

  /* Toggler görünür ve tıklanır kalsın */

  #site-hero .navbar .navbar-toggler{
    z-index: 3100;
  }

  /* Açılan menü paneli */

  #site-hero .navbar-collapse{
    background: #ffffff;
  border-top: 1px solid rgba(0,0,0,.10);
  padding: 10px 0;
  margin-top: 10px;
  max-height: calc(100vh - 72px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  }

  /* Link aralıkları */

  #site-hero .navbar-nav .nav-link{
    padding: 12px 16px !important;
  margin-right: 0 !important;
  color: #0b1220 !important;
  font-weight: 700;
  }

  /* Dropdown: mobilde hover ile açma, static akışta göster */

  #site-hero .navbar .dropdown-menu{
    position: static !important;
  transform: none !important;
  visibility: visible !important;
  opacity: 1 !important;
  display: none;
  /* bootstrap JS 'show' class'ı ile açacak */
    border: 0;
    border-left: 2px solid rgba(13,110,253,.25);
    margin: 0 16px 10px;
    padding: 6px 0;
    background: rgba(13,110,253,.04);
    border-radius: 12px;
  }

  /* Dropdown açılınca görünsün */

  #site-hero .navbar .dropdown-menu.show{
    display: block;
  }

  #site-hero .navbar .dropdown-item{
    padding: 10px 12px;
    border-radius: 10px;
  }

  /* Dil switch mobilde satıra otursun, border-left kaldır */

  .lang-switch{
    border-left: 0 !important;
    padding-left: 16px !important;
    padding-top: 10px;
    display: flex !important;
  };
}
/* Bonus: bazen 1px yatay taşma collapse'dan gelir */

.navbar, .navbar * {
  max-width: 100%;
}
.lang-btn {
  opacity: .75;
}
.lang-btn:hover {
  opacity:1;
}


@media (max-width: 991.98px){
  .topbar-left{
    display: none;
  }

  #site-topbar{
    padding: 6px 0;
  }

  #site-topbar .top-social{
    justify-content: center;
  }
}

/* ===========================
   SHOWCASE (PC + MOBILE)
   - Boyutlar: ES Kİ ile aynı (380/340, mobilde 320/290)
   - Telefon: sola + yukarı (ayar değişkenleriyle)
   =========================== */

/* Ayar: buradan oynat (boyut değil, konum) */

.showcase-like {
  width: 100%;
  /* telefonun absolute'u için */
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /* sola yaslı */
  gap: 0;
  padding: 10px 0 0;
}
/* PC (monitör) */

.showcase-like__pc {
  height: 380px;
  /* ESKİ */
  width: auto;
  display: block;
  object-fit: contain;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  filter: drop-shadow(0 14px 28px rgba(0,0,0,.18));
}
/* Telefon */

.showcase-like__mobile {
  height: 340px;
  /* ESKİ */
  width: auto;
  display: block;
  object-fit: contain;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  filter: drop-shadow(0 16px 34px rgba(0,0,0,.22));
  /* <-- üstüne bindir */
  /* sağa dayalı kalsın */
  /* alttan referans */
  transform: translate(var(--phone-shift-x), var(--phone-shift-y));
  margin: 0 !important;
}


@media (max-width: 992px){
  .showcase-like{
    display:inline-block;
    position:relative;
  }

  .showcase-like__pc{
    height:240px;
    margin-left: -20px;
    /* sola kaydırır */
  }

  .showcase-like__mobile{
    position:right;
    height:220px;
    /* ince ayar */
  }
}
/* =========================================
   ORBIT MOBILE OVERRIDE – FULL LEFT ALIGN
   ========================================= */

@media (max-width: 992px) {
  /* Kolon kaydırmaları iptal */

  .orbit-col-left,
      .orbit-col-right{
    transform: none !important;
  }

  /* Tüm item'lar sola hizalansın */

  .orbit-item{
    text-align: left !important;
    padding-left: 28px !important;
    padding-right: 0 !important;
    transform: none !important;
  }

  /* Sol kolonda sağa alınmış padding'i sıfırla */

  .orbit-col-left .orbit-item{
    text-align: left !important;
  padding-left: 28px !important;
  padding-right: 0 !important;
  }

  /* Nokta her zaman solda */

  .orbit-item::before{
    left: 0 !important;
  }

  /* Çizgi her zaman solda */

  .orbit-item::after{
    left: 14px !important;
  right: auto !important;
  };
}
/* 1) Section background = video tonu */

#section-migration.armikom-pslike {
  background:#00030A;
  /* MP4 koyu tonu */;
}
/* (Bootstrap py-5 çok aydınlık hissi verirse) padding'ler kalsın, dokunmuyoruz */

/* Sadece koyu kalan metinleri beyaz yap */

#section-migration .arm-kicker,
#section-migration .arm-title,
#section-migration .arm-desc,
#section-migration .arm-step-text b,
#section-migration .arm-step-text span {
  color: #ffffff !important;
  opacity: 1 !important;
}
/* Başlıktaki mavi <b> kısmına dokunma */

#section-migration .arm-title b {
  color: inherit;
}
#section-migration .arm-map {
  position: relative;
}
/* Mobilde taşma olmasın */

@media (max-width: 991px) {
  #section-migration .arm-map__video{
    width: 100%;
  height: auto;
  };
}
#section-migration .arm-map-card {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}
#section-migration .arm-map {
  background: transparent !important;
  border-radius: 0 !important;
  overflow: hidden;
}
#section-migration .arm-map__video {
  width: 100%;
  height: auto;
  display: block;
  border: none;
  box-shadow: none;
  background: transparent;
}
/* =========================
   INTEGRATIONS – DARK MODE
========================= */

#section-integrations {
  background-color: #00050D;
}
/* Başlık üst satır */

#section-integrations .arm-kicker {
  color: #ffffff !important;
  opacity: 1 !important;
  -webkit-text-fill-color: #ffffff !important;
}
/* ARMİKOM mavi kalacak */

#section-integrations .arm-kicker span {
  -webkit-text-fill-color: unset !important;
}
/* H2 ana başlık */

#section-integrations .arm-title {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}
/* <b> içindeki mavi kısmı koru */

#section-integrations .arm-title b {
  -webkit-text-fill-color: unset !important;
}
/* Açıklama metni */

#section-integrations .arm-desc {
  color: rgba(255,255,255,0.78) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.78) !important;
}
/* Liste başlıkları */

#section-integrations .arm-step-text b {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}
/* Liste alt açıklamaları */

#section-integrations .arm-step-text span {
  color: rgba(255,255,255,0.72) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.72) !important;
}
/* ---------- LANG SWITCH (ArmiKom Blue) ---------- */

.lang-switch {
  gap: 8px;
  padding-left: 8px;
}
.lang-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--armikom-blue);
  border: 1px solid rgba(10,132,255,.85);
  border-radius: 999px;
  background: rgba(255,255,255,.70);
  box-shadow: 0 6px 16px rgba(10,132,255,.12);
  transition: color .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease;
}
/* Hover: siyah olsun */

.lang-btn:hover {
  color: #000;
  border-color: rgba(0,0,0,.55);
  background: rgba(255,255,255,.95);
  box-shadow: 0 10px 24px rgba(0,0,0,.14);
  transform: translateY(-1px);
}
/* Aktif: yine mavi kalsın, biraz daha belirgin */

.lang-btn.is-active {
  color: var(--armikom-blue);
  border-color: rgba(10,132,255,1);
  background: rgba(10,132,255,.10);
  box-shadow: 0 10px 24px rgba(10,132,255,.18);
}
/* Ana container */

/* Topbar içerik navbar ile aynı hizaya gelsin (ortalanma kalksın) */

.armikom-topbar__inner {
  width: 100% !important;
  max-width: none !important;
  /* <<< ortalama sebebi buydu */
  margin: 0 !important;
  /* <<< auto merkezleme kalksın */
  padding-left: 1.5rem !important;
  /* bootstrap px-4 */
  padding-right: 1.5rem !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
}
/* bootstrap px-lg-5 (lg ve üstü) */

@media (min-width: 992px) {
  .armikom-topbar__inner{
    padding-left: 3rem !important;
  padding-right: 3rem !important;
  };
}
/* Sol blok */

/* Sağ blok */

/* Sosyal ikonlar */

.armikom-topbar__social {
  align-items: center;
}
.armikom-topbar__social-btn:hover {
  color: #000;
  border-color: #fff;
}
/* Divider */

/* Dil butonları */

.armikom-topbar__lang-btn {
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: rgba(10,132,255,.10);
}
.armikom-topbar__lang-btn:hover {
  background: #fff;
  color: #000;
  border-color: #fff;
}
.armikom-topbar__lang-btn.is-active {
  background: var(--armikom-blue);
  color: #0B1220;
  border-color: var(--armikom-blue);
}
/* Mobil */

@media (max-width: 991px) {
  .armikom-topbar__left{
    display: none;
  };
}
/* =========================
   ARMİKOM TOPBAR (FULL) - WHITE TEXT
   ========================= */

/* =============================
   TOPBAR (Glass + Sticky)
============================= */

.armikom-topbar {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: linear-gradient(to right, rgba(11,18,32,.94), rgba(11,18,32,.86));
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.armikom-topbar__inner {
  padding: 10px 1.5rem;
}


@media (min-width:992px){
  .armikom-topbar__inner{
    padding-left:3rem;
    padding-right:3rem;
  }
}
.armikom-topbar__left {
  display:flex;
  align-items:center;
  gap:22px;
}
.armikom-topbar__item {
  display:inline-flex;
  align-items:center;
  gap:10px;
  text-decoration:none;
  color: rgba(255,255,255,.92);
  font-size:13px;
  font-weight:600;
}
.armikom-topbar__item:hover {
  color:#fff;
}
.armikom-topbar__icon {
  color:var(--armikom-blue);
  font-size:14px;
}
.armikom-topbar__right {
  display:flex;
  align-items:center;
  gap:16px;
}
.armikom-topbar__social {
  display:flex;
  gap:10px;
}
.armikom-topbar__social-btn {
  width:34px;
  height:34px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(10,132,255,.08);
  border:1px solid rgba(10,132,255,.25);
  color:#fff;
  transition:.2s ease;
}
.armikom-topbar__social-btn:hover {
  background:var(--armikom-blue);
  transform:translateY(-2px);
}
.armikom-topbar__divider {
  width:1px;
  height:20px;
  background:rgba(255,255,255,.15);
}
.armikom-topbar__lang {
  display:flex;
  gap:8px;
}
.armikom-topbar__lang-btn {
  padding:6px 12px;
  border-radius:20px;
  font-size:12px;
  font-weight:700;
  text-decoration:none;
  border:1px solid var(--armikom-blue);
  color:var(--armikom-blue);
  transition:.2s ease;
}
.armikom-topbar__lang-btn.is-active,
.armikom-topbar__lang-btn:hover {
  background:var(--armikom-blue);
  color:#fff;
}
/* =============================
   NAVBAR (Glass continuation)
============================= */

.armikom-navbar {
  position: sticky;
  top: 48px;
  /* topbar yüksekliği */
  z-index: 9998;
  background: rgba(11,18,32,.85);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom:1px solid rgba(255,255,255,.05);
}
/* Menü yazıları */

.armikom-navbar .nav-link {
  color:rgba(255,255,255,.85) !important;
  font-weight:600;
}
.armikom-navbar .nav-link:hover {
  color:#fff !important;
}
.armikom-navbar .nav-link.active {
  color:#fff !important;
}
/* Hamburger */

.armikom-navbar .navbar-toggler {
  border-color:rgba(255,255,255,.25);
}
.armikom-navbar .fa-bars {
  color:#fff;
}
/* Dropdown */

.armikom-navbar .dropdown-menu {
  background: rgba(11,18,32,.95);
  border:1px solid rgba(255,255,255,.08);
}
.armikom-navbar .dropdown-item {
  color:rgba(255,255,255,.85);
}
.armikom-navbar .dropdown-item:hover {
  background:rgba(10,132,255,.12);
  color:#fff;
}
/* =============================
   HERO düzeltme (çakışma önleme)
============================= */

#site-hero {
  margin-top:0;
  padding-top:0;
}
/* =========================================================
   ARMİKOM SAFE PATCH (mevcut siteyi bozmadan küçük düzeltmeler)
   Bunu style.css en altına ekle (veya patch.css olarak ekle)
========================================================= */

/* 1) Showcase mobil görseli: position yoksa kırıyor */

.showcase-like {
  position: relative;
}
.showcase-like__mobile {
  position: absolute;
  z-index: 2;
  right: -70px;
  bottom: -10px;
  max-width: 42vw;
}


@media (max-width: 992px){
  .showcase-like__mobile{
    right: -18px;
    bottom: -6px;
  }
}
/* 2) Navbar scroll class'ı: sadece class gelince devreye girsin (tema bozulmasın) */

.armikom-navbar.is-scrolled {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  /* bootstrap navbar seviyesinde */;
}
/* Navbar fixed olunca içerik üstüne binmesin: sadece küçük ekranlarda padding */

@media (max-width: 992px) {
  #site-hero{
    padding-top: 72px;
  }

  /* navbar yüksekliği kadar */;
}

/* =========================================================
   TOPBAR MOBILE - Sosyal Sol / Dil Sağ
========================================================= */

@media (max-width: 768px) {
  /* Sol blok (adres + mail) tamamen kapat */

  .armikom-topbar__left{
    display: none !important;
  }

  /* Divider kaldır */

  .armikom-topbar__divider{
    display: none !important;
  }

  /* İç kapsayıcı */

  .armikom-topbar__inner{
    padding: 8px 14px;
  }

  /* Sağ blok tam genişlikte çalışsın */

  .armikom-topbar__right{
    width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* kritik nokta */
  }

  /* Sosyal ikonlar solda */

  .armikom-topbar__social{
    display: flex;
  }

  /* Dil butonları sağda */

  .armikom-topbar__lang{
    display: flex;
  gap: 6px;
  };
}
/* =========================
   NAVBAR DROPDOWN FIX
========================= */

.armikom-navbar .dropdown-menu {
  background: rgba(11,18,32,.96) !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px;
  padding: 10px 0;

  box-shadow: 0 20px 50px rgba(0,0,0,.35);
}

.armikom-navbar .dropdown-item {
  color: rgba(255,255,255,.88) !important;
  font-weight: 600;
  padding: 10px 18px;
  transition: .2s ease;
}

.armikom-navbar .dropdown-item:hover {
  background: rgba(10,132,255,.18) !important;
  color: #fff !important;
}

.armikom-navbar .dropdown-toggle::after {
  margin-left: 6px;
}

/* VENDOR STRIP DESKTOP */

.vendor-strip-wrap{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:25px;
    margin-top:25px;
}

.vendor-strip{
    display:block;
    width:100%;
    height:auto;
}

/* Alt alarm strip daha soft */
.vendor-strip-wrap img:last-child{
    opacity:.85;
    transition:opacity .3s ease;
}

.vendor-strip-wrap img:last-child:hover{
    opacity:1;
}


/* ================= MOBILE ================= */

@media (max-width:768px){

    .vendor-strip-wrap{
        display:block;
        overflow-x:auto;
        -webkit-overflow-scrolling:touch;
    }

    .vendor-strip{
        width:1200px;   /* gerçek strip genişliği */
        max-width:none;
    }

    .vendor-strip-wrap::-webkit-scrollbar{
        display:none;
    }
}
/* =========================
   Armikom Mobile Navbar Fix (FINAL)
   ========================= */

.arm-navbar{
  background: transparent; /* desktop görünümünü bozmaz */
}

.arm-logo{
  width: 240px;
  height: auto;
}

/* Desktopta hamburger görünmesin */
@media (min-width: 992px){
  .arm-toggler{ display:none !important; }
}

/* =========================
   ARM BURGER (senin HTML'e göre)
   Küçük + beyaz + garanti görünür
   ========================= */

.arm-toggler{
  border: 2px solid #1e88ff !important;
  border-radius: 16px !important;   /* örnekteki gibi, çok yuvarlak değil */
  width: 50px !important;
  height: 50px !important;
  padding: 0 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  background: rgba(8, 18, 32, .30) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  box-shadow: 0 0 0 5px rgba(30,136,255,.16), 0 12px 28px rgba(0,0,0,.40) !important;
}

/* Bootstrap iconu sen kullanmıyorsun zaten */
.arm-toggler .navbar-toggler-icon{ display:none !important; }

/* 3 çizgi – GARANTİ */
.arm-burger{
  width: 26px;
  height: 18px;
  display: block;
  position: relative;
  background: none !important;
}

/* üst + alt */
.arm-burger::before,
.arm-burger::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 3px;
  background: #fff;
  border-radius: 3px;
  opacity: 1 !important;
}

.arm-burger::before{ top: 0; }
.arm-burger::after{ bottom: 0; }

/* orta çizgi */
.arm-burger{
  background: linear-gradient(#fff,#fff) center/100% 3px no-repeat !important;
}

/* Tıklandığında hafif belirginlik */
.arm-toggler:active .arm-burger,
.arm-toggler:focus .arm-burger{
  filter: drop-shadow(0 1px 2px rgba(0,0,0,.45));
}

/* =========================
   MOBİL AÇILIR MENÜ PANELİ
   ========================= */
@media (max-width: 991.98px){

  /* Panel: yazıları öldüren opacity/filter varsa iptal */
  .navbar .collapse,
  .navbar .collapsing,
  .navbar .collapse.show,
  .navbar-collapse{
    opacity: 1 !important;
    filter: none !important;
    -webkit-filter: none !important;
  }

  /* #navbarCollapse senin id'n: cam panel */
  #navbarCollapse{
    margin-top: 14px;
    padding: 18px 16px;
    border-radius: 28px;
    background: rgba(8, 18, 32, .72) !important;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255,255,255,.08);
    box-shadow: 0 20px 50px rgba(0,0,0,.45);
  }

  /* Menü yazıları: ZORLA beyaz ve görünür */
  .arm-navlinks .nav-link,
  .arm-navlinks .nav-link *,
  .navbar-nav .nav-link,
  .navbar-nav .nav-link *{
    color: #ffffff !important;
    opacity: 1 !important;
    visibility: visible !important;
    filter: none !important;
    -webkit-text-fill-color: #ffffff !important; /* Android/Safari fix */
    text-shadow: 0 1px 2px rgba(0,0,0,0.35) !important;
    font-weight: 600 !important;
  }

  .arm-navlinks .nav-link{
    padding: 12px 10px !important;
    border-radius: 14px;
  }

  .arm-navlinks .nav-link:hover,
  .arm-navlinks .nav-link:focus{
    background: rgba(30,136,255,.18);
    color: #fff !important;
  }

  .arm-navlinks .nav-link.active{
    background: rgba(30,136,255,.28);
    color: #fff !important;
  }

  /* Dropdown menü: beyaz kalmasın (Bootstrap default override) */
  .dropdown-menu,
  .arm-dropdown{
    background: rgba(8, 18, 32, .92) !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255,255,255,.08) !important;
    border-radius: 18px !important;
    padding: 10px !important;
    box-shadow: 0 18px 40px rgba(0,0,0,.45) !important;
  }

  .dropdown-item,
  .dropdown-item *{
    color: #ffffff !important;
    opacity: 1 !important;
    -webkit-text-fill-color: #ffffff !important;
    font-weight: 600 !important;
  }

  .dropdown-item{
    border-radius: 12px;
    padding: 10px 12px;
  }

  .dropdown-item:hover,
  .dropdown-item:focus{
    background: rgba(30,136,255,.22) !important;
    color:#fff !important;
  }

  /* Demo buton */
  .arm-demo{
    width: 100%;
    border-radius: 999px !important;
    padding: 14px 18px !important;
    font-weight: 700;
    margin-top: 14px;
  }
}

/* Desktop dropdown aynı kalsın */
@media (min-width: 992px){
  .arm-dropdown{
    border-radius: 14px;
    overflow: hidden;
  }
}
/* Desktop'ta (lg ve üstü) hamburger asla görünmesin */
@media (min-width: 992px){
  .navbar-toggler.arm-toggler{
    display: none !important;
  }
}
/* HERO temel: alan kesin oluşsun */
.armikom-hero__media{
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* Video kaplasın (desktop) */
.armikom-hero__video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 991.98px){

  .armikom-hero__video{
    display: none !important;
  }

  .armikom-hero__media{
    min-height: 100vh;
    background-image: url("../img/mobil.webp") !important;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }

}
@media (max-width: 991.98px){
  .armikom-scroll{
    bottom: 8px !important;
  }
}
/* =========================
   Vendors Section – Mobile Fit Fix
   ========================= */

@media (max-width: 991.98px){

  .vendor-strip-wrap{
    overflow: hidden;
  }

  .vendor-strip{
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block;
  }

}
@media (max-width: 991.98px){

  .vendor-strip-wrap{
    overflow: hidden;
  }

  .vendor-strip{
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block;
  }

  .vendor-strip-wrap img:last-child{
    margin-top: 10px; /* istediğin kadar artırabilirsin */
  }

}
.bg-breadcrumb{
    background: radial-gradient(circle at 70% 30%, #0b1b3a, #050b1a 60%);
    padding-top: 140px;
    padding-bottom: 120px;
}

/* =========================================================
   CONTACT PAGE ONLY (arm-contact) - NAVBAR GLOW LINE
   Diğer sayfaları etkilemez
   ========================================================= */

.arm-contact .arm-navbar{
  position: relative;
  z-index: 20; /* header bg üstünde kalsın */
}

/* Navbar altına mavi ışık çizgisi */
.arm-contact .arm-navbar::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-1px;
  width:100%;
  height:2px;
  pointer-events:none;

  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(0, 140, 255, 0.35) 20%,
    rgba(0, 140, 255, 0.95) 50%,
    rgba(0, 140, 255, 0.35) 80%,
    transparent 100%
  );

  box-shadow:
    0 0 10px rgba(0,140,255,0.55),
    0 0 22px rgba(0,140,255,0.35);
}

/* Eğer navbar arkasında beyaz/şeffaf katman varsa çizgi daha net görünsün */
.arm-contact .arm-navbar{
  background: rgba(255,255,255,0.92); /* sende zaten beyaz görünüyor */
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

/* Breadcrumb hero kısmına dokunmuyoruz (tasarım değişmesin) */
.arm-contact .arm-header{
  position: relative;
}
/* =========================
   DROPDOWN LINK COLOR FIX
   (Desktop + Mobile güvenli)
   ========================= */

.arm-dropdown a,
.armikom-navbar .dropdown-menu a,
.navbar .dropdown-menu a{
  color:#fff !important;
  opacity: 1 !important;
  -webkit-text-fill-color:#fff !important;
}

.arm-dropdown a:hover,
.armikom-navbar .dropdown-menu a:hover,
.navbar .dropdown-menu a:hover{
  background: rgba(30,136,255,.22) !important;
  color:#fff !important;
}
/* Mobilde/Reduce motion'da animasyonları kapat */
.arm-reduce-motion *,
@media (max-width: 768px) {
  .wow, .animated, .animate__animated,
  .arm-reveal {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }
}
.armikom-loading__logo{
  width: 64px;
  height: auto;
  display: block;
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: transform;
}
.armikom-loading__logo{
  width: 64px;
  height: 64px;
  background-image: url("../img/logotrs.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 2;
}
.arm-header__title,
.arm-header__title.vendor-title-tech,
.arm-header__title.vendor-title-tech.about-tech-title,
.arm-header__title.arm-kicker{
  color: #ffffff !important;
}

.arm-header__title span,
.arm-header__title.vendor-title-tech span,
.arm-header__title.vendor-title-tech.about-tech-title span,
.arm-header__title.arm-kicker span{
  color: #2E8AF7 !important;
  background: none !important;
  -webkit-text-fill-color: #2E8AF7 !important;
}

.arm-header__title:hover,
.arm-header__title.vendor-title-tech:hover,
.arm-header__title.vendor-title-tech.about-tech-title:hover,
.arm-header__title.arm-kicker:hover{
  color: #ffffff !important;
}

.arm-header__title:hover span,
.arm-header__title.vendor-title-tech:hover span,
.arm-header__title.vendor-title-tech.about-tech-title:hover span,
.arm-header__title.arm-kicker:hover span{
  color: #2E8AF7 !important;
  -webkit-text-fill-color: #2E8AF7 !important;
}
/* =========================
   GOOGLE MAP SECTION
   ========================= */

.arm-map-section{
  padding:100px 0 120px;
  background:#e9edf2; /* gri arka plan */
}

/* title */

.arm-map-title{
  color:#ffffff;
}

.arm-map-title span{
  color:#1E88FF;
}

/* subtitle */

.arm-map-sub{
	color:#000;
	margin-top:10px;
}

/* map wrapper */

.arm-map-wrap{
  margin-top:40px;

  width:100%;
  height:420px;

  border-radius:14px;
  overflow:hidden;

  border:2px solid rgba(30,136,255,.45);

  box-shadow:
  0 0 0 1px rgba(30,136,255,.15),
  0 0 25px rgba(30,136,255,.35); /* lighting mavi */
}

.arm-map-wrap iframe{
  width:100%;
  height:100%;
  border:0;
}

/* mobile */

@media (max-width:991px){

  .arm-map-section{
    padding:80px 0 100px;
  }

  .arm-map-wrap{
    height:320px;
  }

}
/* =========================================
   SECTION SHELL
========================================= */

.section-shell{
  width: 100%;
}

@media (min-width: 992px){
  .section-shell{
    max-width: 1320px;
    margin: 0 auto;
    padding-left: 32px;
    padding-right: 32px;
  }
}

/* =========================================
   SECTION SHELL
========================================= */

.section-shell{
  width: 100%;
}

@media (min-width: 992px){
  .section-shell{
    max-width: 1320px;
    margin: 0 auto;
    padding-left: 32px;
    padding-right: 32px;
  }
}

/* =========================================
   ABOUT CODE SECTION
========================================= */

.about-code-section{
  position: relative;
  overflow: hidden;
  padding: 110px 0 80px;
  background:
    radial-gradient(circle at 14% 18%, rgba(47,124,255,0.12), transparent 30%),
    radial-gradient(circle at 84% 16%, rgba(123,114,255,0.10), transparent 28%),
    linear-gradient(180deg, #040715 0%, #050816 100%);
}

.about-code-section,
.about-code-section h2,
.about-code-section p,
.about-code-section span,
.about-code-section div{
  font-family: "Inter", "Plus Jakarta Sans", "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.about-code-grid{
  display: grid;
  grid-template-columns: minmax(0, 620px) minmax(320px, 1fr);
  gap: 56px;
  align-items: center;
}

.about-code-content{
  max-width: 690px;
}

.about-code-title{
  margin: 0 0 30px;
  max-width: 620px;
  font-size: clamp(32px, 3.6vw, 42px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 700;
  color: #ffffff;
}

.about-code-title span{
  background: linear-gradient(90deg, #2f7cff 0%, #7b72ff 52%, #b985ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-code-text{
  max-width: 610px;
}

.about-code-text p{
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.78;
  font-weight: 400;
  color: rgba(255,255,255,0.90);
  text-align: justify;
  text-justify: inter-word;
}

.about-code-text p:last-child{
  margin-bottom: 0;
}

/* =========================================
   VISUAL AREA
========================================= */

.about-code-visual{
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-code-stage{
  position: relative;
  width: min(100%, 580px);
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  isolation: isolate;
  transition: transform .18s ease;
}

.about-code-stage::before{
  content: "";
  position: absolute;
  inset: 12%;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(47,124,255,0.24) 0%, rgba(47,124,255,0.10) 34%, rgba(47,124,255,0) 72%);
  filter: blur(30px);
  z-index: 0;
}

/* =========================================
   PULSE RINGS
========================================= */

.about-code-pulse{
  position: absolute;
  inset: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}

.about-code-pulse--outer{
  width: 88%;
  height: 88%;
  border: 1px solid rgba(73,132,255,0.16);
  box-shadow:
    0 0 30px rgba(47,124,255,0.14),
    inset 0 0 18px rgba(47,124,255,0.04);
  animation: pulseOuter 4.8s ease-in-out infinite;
}

.about-code-pulse--inner{
  width: 64%;
  height: 64%;
  border: 1px solid rgba(160,120,255,0.14);
  box-shadow:
    0 0 24px rgba(123,114,255,0.12),
    inset 0 0 14px rgba(123,114,255,0.04);
  animation: pulseInner 4s ease-in-out infinite;
}

.about-code-ring{
  position: absolute;
  inset: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 1;
}

.about-code-ring--outer{
  width: 88%;
  height: 88%;
  border: 1px solid rgba(89,145,255,0.18);
  box-shadow:
    0 0 40px rgba(47,124,255,0.16),
    0 0 80px rgba(47,124,255,0.06);
}

.about-code-ring--inner{
  width: 64%;
  height: 64%;
  border: 1px solid rgba(146,122,255,0.18);
  box-shadow:
    0 0 34px rgba(123,114,255,0.14),
    0 0 70px rgba(123,114,255,0.05);
}

/* =========================================
   ORBITS
========================================= */

.about-code-orbit{
  position: absolute;
  inset: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 2;
}

.about-code-orbit--outer{
  width: 88%;
  height: 88%;
  animation: orbitRotate 60s linear infinite;
}

.about-code-orbit--inner{
  width: 64%;
  height: 64%;
  animation: orbitRotateReverse 42s linear infinite;
}

.about-code-item{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
}

/* outer 6 items */
.about-code-item--a{ transform: rotate(0deg) translateX(250px); }
.about-code-item--b{ transform: rotate(60deg) translateX(250px); }
.about-code-item--c{ transform: rotate(120deg) translateX(250px); }
.about-code-item--d{ transform: rotate(180deg) translateX(250px); }
.about-code-item--e{ transform: rotate(240deg) translateX(250px); }
.about-code-item--f{ transform: rotate(300deg) translateX(250px); }

/* inner 6 items */
.about-code-item--g{ transform: rotate(15deg) translateX(178px); }
.about-code-item--h{ transform: rotate(75deg) translateX(178px); }
.about-code-item--i{ transform: rotate(135deg) translateX(178px); }
.about-code-item--j{ transform: rotate(195deg) translateX(178px); }
.about-code-item--k{ transform: rotate(255deg) translateX(178px); }
.about-code-item--l{ transform: rotate(315deg) translateX(178px); }

/* =========================================
   CHIPS - PREMIUM
========================================= */

.about-code-chip{
  margin-left: -46px;
  margin-top: -23px;
  min-width: 92px;
  padding: 11px 15px;
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.14) 0%, rgba(255,255,255,0.06) 100%);
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.96);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  letter-spacing: -0.01em;
  white-space: nowrap;
  box-shadow:
    0 14px 30px rgba(0,0,0,0.24),
    0 0 24px rgba(47,124,255,0.14),
    inset 0 1px 0 rgba(255,255,255,0.10),
    inset 0 -1px 0 rgba(255,255,255,0.03);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  animation: chipFloat 4.2s ease-in-out infinite;
}

.about-code-chip--sm{
  min-width: 58px;
  padding: 8px 11px;
  font-size: 10px;
  margin-left: -29px;
  margin-top: -16px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.13) 0%, rgba(255,255,255,0.055) 100%);
  border-color: rgba(255,255,255,0.11);
  box-shadow:
    0 12px 24px rgba(0,0,0,0.22),
    0 0 18px rgba(47,124,255,0.12),
    inset 0 1px 0 rgba(255,255,255,0.09);
}

/* =========================================
   CENTER
========================================= */

.about-code-center{
  position: absolute;
  inset: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-code-center-glow{
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(47,124,255,0.28) 0%, rgba(123,114,255,0.14) 42%, rgba(47,124,255,0) 76%);
  filter: blur(20px);
  opacity: .9;
  animation: centerPulse 3.8s ease-in-out infinite;
}

.about-code-center-card{
  position: relative;
  width: 290px;
  height: 290px;
  border-radius: 50%;
  background: transparent;
  border: none;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

.about-code-center-card::before{
  display: none;
}

.about-code-center-core{
  position: absolute;
  width: 54%;
  height: 54%;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(43,110,255,0.18) 0%, rgba(43,110,255,0.06) 48%, rgba(43,110,255,0) 78%);
  filter: blur(10px);
  animation: corePulse 2.8s ease-in-out infinite;
}

.about-code-logo{
  position: relative;
  z-index: 8;
  width: 140px;
  max-width: none;
  height: auto;
  display: block;
  opacity: 1;
  transform: translateX(4px);
  filter:
    brightness(1.30)
    contrast(1.16)
    saturate(1.12)
    drop-shadow(0 0 12px rgba(255,255,255,0.18))
    drop-shadow(0 0 26px rgba(47,124,255,0.30))
    drop-shadow(0 0 46px rgba(123,114,255,0.22));
  animation: logoHeartbeat 2.8s ease-in-out infinite;
}

/* =========================================
   ANIMATIONS
========================================= */

@keyframes orbitRotate{
  from{ transform: translate(-50%, -50%) rotate(0deg); }
  to{ transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes orbitRotateReverse{
  from{ transform: translate(-50%, -50%) rotate(0deg); }
  to{ transform: translate(-50%, -50%) rotate(-360deg); }
}

@keyframes centerPulse{
  0%,100%{
    transform: scale(1);
    opacity: .70;
  }
  40%{
    transform: scale(1.10);
    opacity: 1;
  }
  60%{
    transform: scale(1.04);
    opacity: .88;
  }
}

@keyframes corePulse{
  0%,100%{
    transform: scale(1);
    opacity: .55;
  }
  40%{
    transform: scale(1.14);
    opacity: .92;
  }
  60%{
    transform: scale(1.06);
    opacity: .74;
  }
}

@keyframes pulseOuter{
  0%,100%{
    transform: translate(-50%, -50%) scale(1);
    opacity: .44;
  }
  40%{
    transform: translate(-50%, -50%) scale(1.06);
    opacity: .95;
  }
  60%{
    transform: translate(-50%, -50%) scale(1.02);
    opacity: .68;
  }
}

@keyframes pulseInner{
  0%,100%{
    transform: translate(-50%, -50%) scale(1);
    opacity: .40;
  }
  40%{
    transform: translate(-50%, -50%) scale(1.08);
    opacity: .90;
  }
  60%{
    transform: translate(-50%, -50%) scale(1.03);
    opacity: .64;
  }
}

@keyframes chipFloat{
  0%,100%{ transform: translateY(0px); }
  50%{ transform: translateY(-6px); }
}

@keyframes logoHeartbeat{
  0%, 100%{
    transform: translateX(4px) scale(1);
  }
  10%{
    transform: translateX(4px) scale(1.04);
  }
  20%{
    transform: translateX(4px) scale(0.995);
  }
  32%{
    transform: translateX(4px) scale(1.08);
  }
  48%{
    transform: translateX(4px) scale(1);
  }
}

/* =========================================
   DESKTOP CONTENT POSITION
========================================= */

@media (min-width: 992px){
  .about-code-content{
    padding-left: 120px;
  }
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 991.98px){
  .about-code-section{
    padding: 90px 0 64px;
  }

  .about-code-grid{
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .about-code-title{
    max-width: 560px;
    margin-bottom: 24px;
    font-size: clamp(30px, 5.4vw, 40px);
  }

  .about-code-text{
    max-width: 100%;
  }

  .about-code-text p{
    font-size: 15px;
    line-height: 1.76;
    margin-bottom: 20px;
  }

  .about-code-stage{
    width: min(100%, 430px);
  }

  .about-code-center-card{
    width: 220px;
    height: 220px;
  }

  .about-code-center-glow{
    width: 220px;
    height: 220px;
  }

  .about-code-logo{
    width: 155px;
    transform: translateX(4px);
  }

  .about-code-item--a{ transform: rotate(0deg) translateX(184px); }
  .about-code-item--b{ transform: rotate(60deg) translateX(184px); }
  .about-code-item--c{ transform: rotate(120deg) translateX(184px); }
  .about-code-item--d{ transform: rotate(180deg) translateX(184px); }
  .about-code-item--e{ transform: rotate(240deg) translateX(184px); }
  .about-code-item--f{ transform: rotate(300deg) translateX(184px); }

  .about-code-item--g{ transform: rotate(15deg) translateX(132px); }
  .about-code-item--h{ transform: rotate(75deg) translateX(132px); }
  .about-code-item--i{ transform: rotate(135deg) translateX(132px); }
  .about-code-item--j{ transform: rotate(195deg) translateX(132px); }
  .about-code-item--k{ transform: rotate(255deg) translateX(132px); }
  .about-code-item--l{ transform: rotate(315deg) translateX(132px); }

  .about-code-chip{
    min-width: 76px;
    padding: 9px 12px;
    font-size: 11px;
    margin-left: -38px;
    margin-top: -19px;
  }

  .about-code-chip--sm{
    min-width: 52px;
    padding: 7px 9px;
    font-size: 9px;
    margin-left: -26px;
    margin-top: -15px;
  }

  @keyframes logoHeartbeat{
    0%, 100%{
      transform: translateX(4px) scale(1);
    }
    10%{
      transform: translateX(4px) scale(1.04);
    }
    20%{
      transform: translateX(4px) scale(0.995);
    }
    32%{
      transform: translateX(4px) scale(1.08);
    }
    48%{
      transform: translateX(4px) scale(1);
    }
  }
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 575.98px){
  .about-code-section{
    padding: 72px 0 54px;
  }

  .about-code-title{
    max-width: 100%;
    margin-bottom: 20px;
    font-size: clamp(26px, 8vw, 32px);
    line-height: 1.1;
  }

  .about-code-text p{
    font-size: 14px;
    line-height: 1.74;
    margin-bottom: 18px;
  }

  .about-code-stage{
    width: min(100%, 310px);
  }

  .about-code-center-card{
    width: 156px;
    height: 156px;
  }

  .about-code-center-glow{
    width: 158px;
    height: 158px;
  }

  .about-code-logo{
    width: 108px;
    transform: translateX(4px);
  }

  .about-code-item--a{ transform: rotate(0deg) translateX(130px); }
  .about-code-item--b{ transform: rotate(60deg) translateX(130px); }
  .about-code-item--c{ transform: rotate(120deg) translateX(130px); }
  .about-code-item--d{ transform: rotate(180deg) translateX(130px); }
  .about-code-item--e{ transform: rotate(240deg) translateX(130px); }
  .about-code-item--f{ transform: rotate(300deg) translateX(130px); }

  .about-code-item--g{ transform: rotate(15deg) translateX(94px); }
  .about-code-item--h{ transform: rotate(75deg) translateX(94px); }
  .about-code-item--i{ transform: rotate(135deg) translateX(94px); }
  .about-code-item--j{ transform: rotate(195deg) translateX(94px); }
  .about-code-item--k{ transform: rotate(255deg) translateX(94px); }
  .about-code-item--l{ transform: rotate(315deg) translateX(94px); }

  .about-code-chip{
    min-width: 60px;
    padding: 7px 9px;
    font-size: 9px;
    margin-left: -30px;
    margin-top: -15px;
  }

  .about-code-chip--sm{
    min-width: 44px;
    padding: 6px 8px;
    font-size: 8px;
    margin-left: -22px;
    margin-top: -12px;
  }

  @keyframes logoHeartbeat{
    0%, 100%{
      transform: translateX(4px) scale(1);
    }
    10%{
      transform: translateX(4px) scale(1.04);
    }
    20%{
      transform: translateX(4px) scale(0.995);
    }
    32%{
      transform: translateX(4px) scale(1.08);
    }
    48%{
      transform: translateX(4px) scale(1);
    }
  }
}

.arm-copyright{
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: 120px;

  display:flex;
  align-items:center;
  justify-content:center;

  background:
    radial-gradient(circle at 20% 50%, rgba(47,124,255,0.08), transparent 35%),
    radial-gradient(circle at 80% 50%, rgba(123,114,255,0.06), transparent 35%),
    linear-gradient(180deg, #050816 0%, #040715 100%);
  border-top: 1px solid rgba(255,255,255,.06);
}

.arm-copyright__content{
  position: relative;
  z-index: 3;
}

#footerCode{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: .55;
  pointer-events: none;
  z-index: 0;
}

.arm-copyright__glow{
  position: absolute;
  inset: -10% -5%;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(260px 130px at var(--mx, 50%) var(--my, 50%), rgba(85,165,255,.14), transparent 70%);
  opacity: .45;
  transition: opacity .25s ease;
  mix-blend-mode: screen;
}

.arm-copyright.is-hovered .arm-copyright__glow{
  opacity: .95;
}

.arm-copy-text{
  color: rgba(255,255,255,.78);
  font-size: 14px;
  position: relative;
  z-index: 4;
}

.arm-mini-link{
  color: rgba(255,255,255,.76);
  text-decoration: none;
  font-size: 14px;
  transition: color .25s ease;
  position: relative;
  z-index: 4;
}

.arm-mini-link:hover{
  color: #8db6ff;
}

.arm-mini-dot{
  margin: 0 8px;
  color: rgba(255,255,255,.38);
  position: relative;
  z-index: 4;
}
.arm-copyright__bar{
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  text-align: center;
  flex-wrap: wrap;
}

.arm-copyright__links{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
}

.arm-copy-text{
  margin: 0;
}

@media (max-width: 575.98px){
  .arm-copyright__bar{
    gap: 10px;
    flex-direction: column;
  }
}

/* =========================================================
   ARM SLOGAN BANNER
========================================================= */

.arm-slogan-banner{
    position: relative;
    padding: 20px 0;
    background: linear-gradient(180deg,#f4f7fb 0%,#eef3f8 100%);
    overflow: hidden;
}

.arm-slogan-banner::after{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    opacity:.18;
    background-image:
        linear-gradient(rgba(20,58,114,0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(20,58,114,0.05) 1px, transparent 1px);
    background-size:40px 40px;
    mask-image: radial-gradient(circle at center, black 40%, transparent 100%);
}

.arm-slogan-inner{
    position: relative;
    z-index: 1;
    min-height: 90px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
}

.arm-slogan-content{
    flex:0 1 720px;
    margin:auto;
    text-align:center;
}

.arm-slogan-eyebrow{
    font-size:22px;
    font-weight:800;
    letter-spacing:.12em;
    text-transform:uppercase;
    color:#163d74;
    margin-bottom:6px;
}

.arm-slogan-eyebrow::after{
    content:"";
    display:block;
    width:55px;
    height:3px;
    margin:6px auto 0;
    border-radius:999px;
    background:linear-gradient(90deg,#3a8df1,#8ed24f);
}

.arm-slogan-title{
    margin:0;
    font-size:15px;
    line-height:1.5;
    font-weight:500;
    color:#000;
}

/* =========================================================
   SIGNAL SHAPE
========================================================= */

.arm-signal-shape{
    position:relative;
    width:135px;
    height:135px;
    flex:0 0 135px;
    z-index: 1;
}

.arm-signal-left{
    transform:scaleX(-1);
}

.arm-wave,
.arm-core{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}

.arm-core{
    width:16px;
    height:16px;
    border-radius:50%;
    background:#2d7ff0;
    box-shadow:0 0 12px rgba(45,127,240,.5);
    animation:corePulse 2.6s ease-in-out infinite;
}

.arm-wave{
    border-radius:50%;
    border-style:solid;
    border-color:transparent;
    border-right-color:currentColor;
    border-top-color:currentColor;
    border-bottom-color:currentColor;
    border-left-color:transparent;
    animation:wavePulse 2.6s ease-in-out infinite;
    filter: drop-shadow(0 0 6px rgba(58,141,241,0.35));
}

.arm-wave-1{
    width:48px;
    height:48px;
    border-width:7px;
    color:#3c92f1;
}

.arm-wave-2{
    width:74px;
    height:74px;
    border-width:7px;
    color:#5fa5f4;
    opacity:.9;
    animation-delay:.2s;
}

.arm-wave-3{
    width:104px;
    height:104px;
    border-width:7px;
    color:#8fd24d;
    opacity:.95;
    animation-delay:.4s;
}

/* =========================================================
   ANIMATIONS
========================================================= */

@keyframes wavePulse{
    0%,100%{
        transform:translate(-50%,-50%) scale(1);
        opacity:.9;
    }

    50%{
        transform:translate(-50%,-50%) scale(1.08);
        opacity:1;
    }
}

@keyframes corePulse{
    0%,100%{
        transform:translate(-50%,-50%) scale(1);
    }

    50%{
        transform:translate(-50%,-50%) scale(1.2);
    }
}

/* =========================================================
   TABLET / MOBILE
========================================================= */

@media (max-width:991px){

    .arm-signal-shape{
        display:none;
    }

    .arm-slogan-banner{
        padding:16px 0;
    }

    .arm-slogan-inner{
        min-height:auto;
        gap:10px;
        justify-content:center;
    }

    .arm-slogan-content{
        flex:0 1 100%;
        max-width:100%;
        padding:0 10px;
    }

    .arm-slogan-eyebrow{
        font-size:16px;
        letter-spacing:.08em;
        margin-bottom:6px;
    }

    .arm-slogan-title{
        font-size:14px;
        line-height:1.45;
    }

    .arm-slogan-eyebrow::after{
        width:50px;
    }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width:575px){

    .arm-slogan-banner{
        padding:14px 0;
    }

    .arm-slogan-content{
        padding:0 8px;
    }

    .arm-slogan-eyebrow{
        font-size:14px;
        letter-spacing:.06em;
        margin-bottom:5px;
    }

    .arm-slogan-title{
        font-size:13px;
        line-height:1.4;
    }

    .arm-slogan-eyebrow::after{
        width:46px;
        margin-top:5px;
    }
}

/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce){
    .arm-wave,
    .arm-core{
        animation:none !important;
    }
}

/* =========================================================
   APPROACH SECTION
========================================================= */

.arm-approach-section{

padding:90px 0;
background:#f7f9fc;

}

.arm-section-title{

font-size:34px;
font-weight:700;
margin-bottom:20px;
color:#163d74;

}

.arm-section-desc{

font-size:16px;
line-height:1.7;
color:#6b7c93;

}


/* =========================================================
   VALUE ITEMS
========================================================= */

.arm-value-item{

display:flex;
gap:16px;
margin-bottom:32px;
transition:all .25s ease;

}

.arm-value-icon{

width:48px;
height:48px;
border-radius:50%;
background:#eaf2fb;
display:flex;
align-items:center;
justify-content:center;
font-size:20px;
color:#2d7ff0;
flex-shrink:0;

}

.arm-value-content h4{

font-size:19px;
margin-bottom:6px;
color:#163d74;

}

.arm-value-content p{

font-size:15px;
color:#6b7c93;
line-height:1.6;

}


/* hover effect */

.arm-value-item:hover{

transform:translateX(6px);

}

.arm-value-item:hover .arm-value-icon{

background:#2d7ff0;
color:#fff;

}


/* =========================================================
   ILLUSTRATION
========================================================= */

.arm-approach-illustration img{

max-width:320px;
opacity:.9;

}


/* =========================================================
   MOBILE
========================================================= */

@media(max-width:991px){

.arm-approach-section{

padding:60px 0;

}

.arm-section-title{

font-size:28px;

}

.arm-approach-illustration{

margin-top:40px;

}

}
/* =========================================
PAGE HEADER
========================================= */

.arm-page-header{

padding:70px 0 50px;
background:#ffffff;

}

/* title */

.arm-page-title{

font-size:35px;
font-weight:700;
letter-spacing:-0.02em;
color:#111;

}

/* ARMİKOM rengi */

.arm-title-accent{

color:#2d7ff0;

}

/* underline */

.arm-title-line{

width:90px;
height:4px;
margin:14px auto 0;

background:linear-gradient(90deg,#2d7ff0,#00c2ff);
border-radius:4px;

}
/* =========================================================
   ARMİKOM CANVAS WORLD TOPBAR — FULL PSEUDO-LINE NİHAİ CSS
   ========================================================= */

/* Sitenin Orijinal Topbar Yapısını Koruma Kuralları */
.armikom-topbar__inner {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}

.armikom-topbar__right {
  display: flex !important;
  align-items: center !important;
  gap: 0 !important; /* Mesafe yönetimini buton çizgileriyle yapacağız */
}

/* Üst Düzey Geçiş Köprüsü Buton Gövdesi */
.arm-topbar-bridge-btn {
  position: relative !important; /* Çizgilerin butona kilitlenmesi için kritik */
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  text-decoration: none !important;
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(10, 132, 255, 0.3) !important;
  padding: 4px 14px 4px 4px !important;
  border-radius: 24px !important;
  
  /* Çizgiler dışarıda kalacağı için butonun dış boşluk dengesi */
  margin: 0 32px !important; 
  
  box-shadow: none !important;
  filter: none !important;
  -webkit-filter: none !important;
  transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease !important;
}

/* =========================================================
   ZORLU EKRANLAR İÇİN ASLA BOZULMAYAN ÇİFT ÇİZGİ TEKNOLOJİSİ
   ========================================================= */

/* 1) SOL ÇİZGİ: Butonun tam sol dış tarafına kilitli dikey ayraç */
.arm-topbar-bridge-btn::before {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  left: -18px !important; /* Butonun sol dış boşluğu */
  transform: translateY(-50%) !important;
  width: 1px !important;
  height: 20px !important;
  background: rgba(255, 255, 255, 0.15) !important;
  display: block !important;
}

/* 2) SAĞ ÇİZGİ: Butonun tam sağ dış tarafına kilitli dikey ayraç */
.arm-topbar-bridge-btn::after {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  right: -18px !important; /* Butonun sağ dış boşluğu */
  transform: translateY(-50%) !important;
  width: 1px !important;
  height: 20px !important;
  background: rgba(255, 255, 255, 0.15) !important;
  display: block !important;
}

.arm-topbar-bridge-btn:hover {
  background: rgba(10, 132, 255, 0.08) !important;
  border-color: #0A84FF !important;
  box-shadow: 0 0 10px rgba(10, 132, 255, 0.25) !important;
}

/* Canvas Dünyanın Alanı */
.arm-canvas-world-wrapper {
  position: relative !important;
  width: 32px !important;
  height: 32px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  overflow: hidden !important;
  will-change: transform;
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

/* Ağırbaşlı ve asil siber kalp ritmi (Heartbeat) */
.arm-topbar-bridge-btn:hover .arm-canvas-world-wrapper {
  animation: armSasaPremiumPulse 1.8s ease-in-out infinite !important;
}

@keyframes armSasaPremiumPulse {
  0% { transform: scale(1); }
  14% { transform: scale(1.12); } 
  28% { transform: scale(1.03); }
  42% { transform: scale(1.16); } 
  70% { transform: scale(1); }
  100% { transform: scale(1); }
}

/* Küre Lens Efekti */
.arm-sphere-shadow {
  position: absolute !important;
  inset: 0 !important;
  border-radius: 50% !important;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.45) 0%, rgba(10, 132, 255, 0.05) 40%, rgba(0, 0, 0, 0.65) 100%) !important;
  pointer-events: none !important;
  z-index: 5 !important;
}

#armWorldCanvas {
  display: block !important;
  border-radius: 50% !important;
  z-index: 4 !important;
}

/* Yazı Alanı Rengi */
.arm-topbar-bridge-btn__text {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-family: "Inter", sans-serif !important;
  font-size: 12.5px !important;
  font-weight: 700 !important;
  letter-spacing: 0.3px !important;
  white-space: nowrap !important;
}

/* Çakışma önlemek için eski artıkları kapatıyoruz */
.armikom-topbar__divider, .arm-btn-start-line, .arm-topbar-custom-divider {
  display: none !important;
}

/* Mobil Koruma */
@media (max-width: 991.98px) {
  .arm-topbar-bridge-btn__text { font-size: 11px !important; }
}
@media (max-width: 480px) {
  .arm-topbar-bridge-btn { padding: 5px !important; margin: 0 24px !important; }
  .arm-topbar-bridge-btn__text { display: none !important; }
  .arm-topbar-bridge-btn::before { left: -12px !important; }
  .arm-topbar-bridge-btn::after { right: -12px !important; }
}

/* =========================================================
   ARMİKOM SİBER SABİT SOSYAL PANEL — REVIZE PREMIUM CSS
   ========================================================= */

.arm-cyber-social-panel {
  position: fixed !important;
  right: 0 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  z-index: 99999 !important;
  pointer-events: none !important;
}

/* Her Bir Satırın Genel Yapısı */
.arm-cyber-social-item {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important; /* İkonları her zaman sağ kenara yaslar */
  text-decoration: none !important;
  position: relative !important;
  pointer-events: auto !important;
  background: transparent !important;
}

/* Sabit Duracak İkon Kutuları (Logolar Her Zaman En Başta/Sağda) */
.arm-cyber-social-icon-box {
  width: 44px !important;
  height: 44px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 18px !important;
  color: #ffffff !important;
  background: #0B1220 !important;
  box-shadow: -4px 0 12px rgba(0, 0, 0, 0.3) !important;
  z-index: 10 !important; /* Yazının üstünde kalması için */
  transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease !important;
}

/* SOLA DOĞRU AÇILACAK GİZLİ YAZI ETİKETLERİ */
.arm-cyber-social-label {
  position: absolute !important;
  right: 44px !important; /* Tam olarak ikon kutusunun sol bittiği yere kilitli */
  height: 44px !important;
  display: flex !important;
  align-items: center !important;
  padding: 0 16px !important;
  font-family: "Inter", sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  letter-spacing: 0.5px !important;
  white-space: nowrap !important;
  background: rgba(11, 18, 32, 0.96) !important;
  backdrop-filter: blur(4px) !important;
  -webkit-backdrop-filter: blur(4px) !important;
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  z-index: 9 !important;
  
  /* Başlangıçta görünmez ve ikonun arkasına gizlenmiş durumda */
  opacity: 0 !important;
  transform: translateX(20px) !important;
  transition: opacity 0.28s ease, transform 0.28s cubic-bezier(0.16, 1, 0.3, 1) !important;
  pointer-events: none !important;
}

/* Üstüne Gelindiğinde Yazının Sola Doğru Yağ Gibi Süzülerek Çıkması */
.arm-cyber-social-item:hover .arm-cyber-social-label {
  opacity: 1 !important;
  transform: translateX(0) !important;
}

/* =========================================================
   BAYILDIĞIN MARKA RENKLERİ VE DIKEY ÇİZGİ PARLAMALARI
   ========================================================= */

/* WhatsApp Ayarları */
.arm-social-whatsapp .arm-cyber-social-icon-box { border-left: 3px solid #25D366 !important; }
.arm-social-whatsapp .arm-cyber-social-label { border-left: 1px solid rgba(37, 211, 102, 0.3) !important; }
.arm-social-whatsapp:hover .arm-cyber-social-icon-box {
  background: #25D366 !important;
  box-shadow: 0 0 15px rgba(37, 211, 102, 0.45) !important;
}

/* Instagram Ayarları */
.arm-social-instagram .arm-cyber-social-icon-box { border-left: 3px solid #E1306C !important; }
.arm-social-instagram .arm-cyber-social-label { border-left: 1px solid rgba(225, 48, 108, 0.3) !important; }
.arm-social-instagram:hover .arm-cyber-social-icon-box {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
  box-shadow: 0 0 15px rgba(225, 48, 108, 0.45) !important;
}

/* LinkedIn Ayarları */
.arm-social-linkedin .arm-cyber-social-icon-box { border-left: 3px solid #0077B5 !important; }
.arm-social-linkedin .arm-cyber-social-label { border-left: 1px solid rgba(0, 119, 181, 0.3) !important; }
.arm-social-linkedin:hover .arm-cyber-social-icon-box {
  background: #0077B5 !important;
  box-shadow: 0 0 15px rgba(0, 119, 181, 0.45) !important;
}

/* E-Posta Ayarları */
.arm-social-email .arm-cyber-social-icon-box { border-left: 3px solid #0A84FF !important; }
.arm-social-email .arm-cyber-social-label { border-left: 1px solid rgba(10, 132, 255, 0.3) !important; }
.arm-social-email:hover .arm-cyber-social-icon-box {
  background: #0A84FF !important;
  box-shadow: 0 0 15px rgba(10, 132, 255, 0.45) !important;
}

/* =========================================================
   RESPONSIVE KORUMA (Mobil Akıllı Ekran Modu)
   ========================================================= */
@media (max-width: 768px) {
  .arm-cyber-social-panel {
    top: auto !important;
    bottom: 20px !important;
    transform: none !important;
    gap: 4px !important;
  }
  .arm-cyber-social-icon-box {
    width: 38px !important;
    height: 38px !important;
    font-size: 16px !important;
  }
  /* Mobilde yazı açılmalarını kapatıp ekranı ferah bırakıyoruz */
  .arm-cyber-social-label { display: none !important; }
}
/* =========================================================
   ARMİKOM METİNSİZ SİBER METRİK İNDİKATÖRLERİ — PREMIUM CSS
   ========================================================= */

.arm-cyber-indicator-group {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important; /* Siber düğümler arası nizami simetri boşluğu */
  background: rgba(255, 255, 255, 0.02) !important;
  padding: 0 14px !important;
  border-radius: 30px !important;
  border: 1px solid rgba(10, 132, 255, 0.15) !important;
  backdrop-filter: blur(4px) !important;
  -webkit-backdrop-filter: blur(4px) !important;
}

/* Her Bir Siber Düğüm (Kapsayıcı) */
.arm-indicator-node {
  position: relative !important;
  width: 32px !important;
  height: 32px !important;
  background: #0B1220 !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  cursor: help; /* Üzerine gelince ne olduğunu yazan küçük ipucu çıksın */
  transition: border-color 0.25s ease !important;
}

/* Düğümlerin İçindeki Şık Mikro Siber Simgeler */
.arm-node-icon {
  font-size: 11px !important;
  color: rgba(255, 255, 255, 0.6) !important;
  z-index: 5 !important;
  transition: color 0.25s ease !important;
}

/* =========================================================
   NABIZ GİBİ DIŞARI DOĞRU GENİŞLEYEN NEON HALKALAR (PULSE)
   ========================================================= */

.arm-node-pulse {
  position: absolute !important;
  inset: -1px !important;
  border-radius: 50% !important;
  z-index: 2 !important;
  pointer-events: none !important;
}

/* 1) Neon Yeşil Nabız (Sistem Aktif) */
.pulse-neon-green { border: 1.5px solid #25D366 !important; animation: armNodePulseEffect 2s infinite ease-in-out !important; }
.arm-indicator-node:hover .pulse-neon-green { animation-duration: 0.8s !important; } /* Üzerine gelince nabız hızlanır */

/* 2) Neon Mavi Nabız (Güvenlik) */
.pulse-neon-blue { border: 1.5px solid #0A84FF !important; animation: armNodePulseEffect 2s infinite ease-in-out 0.5s !important; }
.arm-indicator-node:hover .pulse-neon-blue { animation-duration: 0.8s !important; }

/* 3) Neon Mor Nabız (7/24 Takip) */
.pulse-neon-purple { border: 1.5px solid #B57CFF !important; animation: armNodePulseEffect 2s infinite ease-in-out 1s !important; }
.arm-indicator-node:hover .pulse-neon-purple { animation-duration: 0.8s !important; }

/* 4) Neon Turkuaz Nabız (Sinyal Kulesi) */
.pulse-neon-cyan { border: 1.5px solid #00F0FF !important; animation: armNodePulseEffect 2s infinite ease-in-out 1.5s !important; }
.arm-indicator-node:hover .pulse-neon-cyan { animation-duration: 0.8s !important; }

/* Üzerine Gelince Düğümlerin Canlanması */
.arm-indicator-node:hover {
  border-color: rgba(255, 255, 255, 0.3) !important;
}
.arm-indicator-node:hover .arm-node-icon {
  color: #ffffff !important;
}

/* Dışarı Doğru Patlayan Siber Dalga Algoritması */
@keyframes armNodePulseEffect {
  0% { transform: scale(1); opacity: 0.8; }
  100% { transform: scale(1.6); opacity: 0; }
}
/* Sayfa en aşağı indiğinde sosyal paneli pürüzsüzce gizleyecek kural */
.arm-cyber-social-panel.panel-hidden {
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateY(-50%) scale(0.9) !important;
  pointer-events: none !important;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease !important;
}
/* ==========================================================================
   ?? ARMIKOM SIK SORULAN SORULAR  PREMIUM GECENIN RUHU CSS (TAM SRM)
   ========================================================================== */

/* 1) SSS Alaninin Kendisi ve Iindeki Tm Div'lerin Beyaz Arka Planlarini Zorla Gece Karanligi Yapiyoruz */
#section-sss,
#section-sss div,
#section-sss .container,
#section-sss .row,
#section-sss .col-lg-10,
.arm-sss,
.arm-sss-accordion {
  /* Slider ile kusursuz btnlesen ftristik saf gece karanligi arka plani */
  background-color: #0d111a !important; 
}

/* Blmn st ve alt nefes alma boslugu */
#section-sss {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

/* 2) Baslik Grubu Tasarimi - Siyah stnde Grnr Kar Beyazi */
.arm-kicker, 
.arm-kicker span {
	color: #FFF !important; /* Grnmezlik problemi kesin olarak zld */
	font-family: "Inter", sans-serif !important;
	font-weight: 700 !important;
	font-size: 32px !important;
}
.arm-kicker span {
  color: #0A84FF !important; /* ARMIKOM kelimesi kurumsal mavi kaliyor */
  text-shadow: 0 0 20px rgba(10, 132, 255, 0.3);
}

/* Altindaki Aiklama Yazisi */
#section-sss p.mb-0 {
  color: rgba(255, 255, 255, 0.6) !important; /* Gz yormayan kar beyazi opakligi */
  font-family: "Inter", sans-serif !important;
  font-size: 16px !important;
}

/* 3) Akordeon Kart Kutulari (Kapali / Standart Durum) */
#section-sss .accordion-item.arm-sss-item {
  background: rgba(15, 22, 36, 0.75) !important; /* Sitenizin siber mat i panel rengi */
  border: 1px solid rgba(10, 132, 255, 0.15) !important; /* Ince kurumsal mavi ereve */
  border-radius: 12px !important;
  margin-bottom: 16px !important;
  overflow: hidden !important;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.4) !important; /* Temiz glge, kirli griler yok */
  transition: all 0.3s ease !important;
}

/* zerine gelince (Hover) kutunun parlamasi */
#section-sss .accordion-item.arm-sss-item:hover {
  border-color: rgba(10, 132, 255, 0.4) !important;
  box-shadow: 0 15px 40px rgba(10, 132, 255, 0.08) !important;
  background: rgba(15, 22, 36, 0.9) !important;
}

/* 4) Soru Butonlari (Tiklama Alani) */
#section-sss .accordion-button.arm-sss-button {
  background: transparent !important;
  color: rgba(255, 255, 255, 0.95) !important; /* Kar Beyazi Soru Yazisi */
  font-family: "Inter", sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  padding: 20px 24px !important;
  border: none !important;
  box-shadow: none !important;
  display: flex !important;
  align-items: center !important;
}

/* 5) AIK DURUMDAKI SORU AYARLARI (Mavi / Yesil Canli Sinyal) */
#section-sss .accordion-button.arm-sss-button:not(.collapsed) {
  color: #0A84FF !important; /* Yazi rengi mavi */
  background: rgba(10, 132, 255, 0.06) !important; /* Buton ii hafif mavi saydam katman */
}

/* Sol taraftaki siber yuvarlak noktalar */
#section-sss .arm-sss-dot {
  width: 9px !important;
  height: 9px !important;
  background: #0A84FF !important; /* Kapaliyken mavi nokta */
  border-radius: 50% !important;
  margin-right: 14px !important;
  display: inline-block !important;
  flex-shrink: 0 !important;
  box-shadow: 0 0 10px #0A84FF !important;
  transition: all 0.25s ease !important;
}

/* Soru aikken noktanin canli yesile dnmesi */
#section-sss .accordion-button.arm-sss-button:not(.collapsed) .arm-sss-dot {
  background: #25D366 !important; /* Canli Yesil */
  box-shadow: 0 0 15px #25D366 !important;
}

/* 6) Cevap Alani I Metinleri - Grnmezlik Tamamen zld */
#section-sss .accordion-body.arm-sss-body {
  color: rgba(255, 255, 255, 0.75) !important; /* Siyah zeminde parlayan kar beyazi cevap metni */
  font-family: "Inter", sans-serif !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
  padding: 22px 24px !important;
  border-top: 1px solid rgba(10, 132, 255, 0.1) !important;
  background-color: rgba(10, 14, 24, 0.3) !important; /* Derin mat i arka plan */
}

/* 7) Sagdaki Bootstrap Ailir Ok Simgesini Beyaza evirme */
#section-sss .accordion-button.arm-sss-button::after {
  filter: invert(1) brightness(2) !important;
}

/* ========================================================
   ARMİKOM PREMİUM REFERANSLAR (DAHA DA BÜYÜTÜLMÜŞ LOGOLAR)
   ========================================================  */

.arm-premium-references {
  padding: 45px 0; /* Büyük logolar için dikey alan hafifçe esnetildi */
  background: #ffffff; 
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  overflow: hidden;
  position: relative;
  margin-bottom: 45px; 
}

/* Parlayan Neon Başlık */
.arm-ref-glow-title {
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-weight: 700;
  font-size: 18px; 
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px; 
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  color: #008eff; 
  text-shadow: 0 0 25px rgba(0, 142, 255, 0.45), 0 0 50px rgba(0, 142, 255, 0.2);
}

/* Başlığın altındaki gradyan çizgi */
.arm-ref-glow-title::after {
  content: "";
  display: block;
  width: 70px;
  height: 3px;
  background: linear-gradient(90deg, #0052ff, #00d2ff); 
  border-radius: 99px;
  margin: 12px auto 35px auto; 
}

.arm-marquee-container {
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: 45px; 
  mask-image: linear-gradient(to right, transparent, #000 12%, #000 88%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, #000 12%, #000 88%, transparent);
}

.arm-marquee-group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 45px; 
  min-width: 100%;
  animation: armPremiumScroll 26s linear infinite; 
}

.arm-premium-references:hover .arm-marquee-group {
  animation-play-state: paused;
}

/* 🎯 İSTEDİĞİNİZ GİBİ DAHA DA BÜYÜTÜLEN LOGO AYARLARI */
.arm-marquee-group img {
  max-height: 68px; /* 📐 Logolar 56px'den 68px'e yükseltilerek daha da belirginleştirildi */
  width: auto;
  object-fit: contain; /* En-boy oranını korur, logoları asla yayvanlaştırmaz */
  filter: none !important; 
  opacity: 0.95;
  transition: all 0.25s ease;
}

/* Üzerine gelince logonun hafifçe büyümesi */
.arm-marquee-group img:hover {
  opacity: 1;
  transform: scale(1.03); /* Zaten büyük olduğu için taşmaması adına hover büyümesi hafifletildi */
}

@keyframes armPremiumScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-100%); }
}

/* Mobil Ekranlar İçin Kusursuz Oranlama */
@media (max-width: 991.98px) {
  .arm-premium-references { padding: 35px 0; margin-bottom: 35px; }
  .arm-ref-glow-title { font-size: 15px; }
  .arm-marquee-container { gap: 30px; }
  .arm-marquee-group { gap: 30px; }
  .arm-marquee-group img { max-height: 46px; } /* Mobilde de dengeli şekilde büyütüldü */
}
/* ========================================================
   ARMİKOM BAĞIMSIZ SABİT TELEFON BUTONU (KESİN GÖRÜNÜM)
   ======================================================== */

.arm-fixed-phone-box {
  position: fixed;
  right: 0; /* Sağ kenara sıfır */
  bottom: 180px; /* 🚀 80px'den 180px'e çıkarıldı! Böylece alttaki oktan kurtulup e-postanın hemen altına yerleşir */
  z-index: 99999; /* Her şeyin üstünde kalmasını sağlar */
  display: flex;
  justify-content: flex-end;
  font-family: "Inter", sans-serif;
}

/* Buton Gövdesi ve Koyu Şeffaf Şerit */
.arm-fixed-phone-link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-decoration: none !important;
  height: 48px; /* Görseldeki buton yüksekliği */
  min-width: 48px;
  max-width: 48px; /* İlk başta sadece ikon genişliğinde */
  overflow: hidden;
  border-radius: 4px 0 0 4px; /* Sadece sol köşeler oval */
  background: #0d1b2a; /* Görseldeki koyu lacivert şerit rengi */
  box-shadow: -4px 4px 15px rgba(0, 0, 0, 0.25);
  transition: max-width 0.35s ease-in-out;
}

/* Telefon İkon Kutusu ve Canlı Mavi Renk */
.arm-fixed-phone-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0076fe; /* Görseldeki e-posta butonunun canlı mavisi */
  flex-shrink: 0;
}

.arm-fixed-phone-icon i {
  color: #ffffff;
  font-size: 16px;
  transition: transform 0.3s ease;
}

/* Sola Doğru Açılan Metin Alanı */
.arm-fixed-phone-text {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 0;
  transition: opacity 0.2s ease;
}

/* 🎯 HOVER: FARE ÜSTÜNE GELİNCE SOLA DOĞRU UZAMA */
.arm-fixed-phone-box:hover .arm-fixed-phone-link {
  max-width: 250px; /* Yazının sığacağı genişlik */
}

.arm-fixed-phone-box:hover .arm-fixed-phone-text {
  opacity: 1;
  transition-delay: 0.1s;
}

.arm-fixed-phone-box:hover .arm-fixed-phone-icon i {
  transform: scale(1.1) rotate(15deg);
}

/* Mobil Cihazlar İçin Ayarlar */
@media (max-width: 991.98px) {
  .arm-fixed-phone-box { bottom: 60px; }
  .arm-fixed-phone-link, .arm-fixed-phone-icon { height: 42px; min-width: 42px; max-width: 42px; }
  .arm-fixed-phone-text { font-size: 13px; }
}
/* ========================================================
   ARMİKOM ADCSMART SCROLLYTELLING (STICKY EFFECT) CSS
   ======================================================== */

.arm-scrolly-section {
  padding: 100px 0;
  background: #ffffff; /* Temiz ve premium kurumsal beyaz arka plan */
  font-family: "Inter", sans-serif;
  position: relative;
}

/* --- SOL TARAF: Ekrana Kilitlenen Sabit Kapsayıcı --- */
.arm-sticky-left-box {
  position: -webkit-sticky;
  position: sticky;
  top: 120px; /* Sayfa aşağı kayarken navbar'ın altında kalacağı güvenli mesafe */
  padding-right: 30px;
  margin-bottom: 50px;
}

.arm-scrolly-kicker {
  color: #0076fe; /* Kurumsal canlı parlayan mavi */
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 2.5px;
  display: block;
  margin-bottom: 12px;
}

.arm-scrolly-title {
  color: #0d1b2a;
  font-weight: 800;
  font-size: 36px;
  line-height: 1.25;
  margin-bottom: 20px;
}

.arm-scrolly-desc {
  color: #5c677d;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 35px;
}

/* Sol taraftaki şık grafik/mockup alanı */
.arm-scrolly-mockup {
  width: 100%;
  height: 240px;
  background: linear-gradient(135deg, #0d1b2a, #070e17);
  border-radius: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 20px 40px rgba(13, 27, 42, 0.12);
  overflow: hidden;
}

.arm-mockup-glow {
  position: absolute;
  width: 150px;
  height: 150px;
  background: rgba(0, 118, 254, 0.25);
  filter: blur(50px);
  border-radius: 50%;
}

.arm-mockup-icon {
  color: #0076fe;
  font-size: 72px;
  z-index: 1;
  text-shadow: 0 0 20px rgba(0, 118, 254, 0.4);
}

.arm-mockup-badge {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.8);
  font-size: 11px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 30px;
  letter-spacing: 1px;
}

/* --- SAĞ TARAF: Aşağı İndikçe Akan Büyük Kartlar --- */
.arm-scroll-cards-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px; /* Kartların arasındaki dikey boşluk */
}

/* Her bir akış kartı */
.arm-scroll-card-item {
  display: flex;
  gap: 30px;
  background: #f8f9fa; /* Hafif kırık beyaz premium kart zemin rengi */
  border: 1px solid rgba(0, 0, 0, 0.04);
  padding: 45px;
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
  transition: all 0.4s ease;
}

/* Solundaki dikey çizgi efekti */
.arm-card-icon-line {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.arm-line-dot {
  width: 14px;
  height: 14px;
  background: #0076fe;
  border: 3px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 118, 254, 0.5);
  z-index: 2;
  margin-top: 6px;
}

/* Kartın İç metinleri */
.arm-card-content h4 {
  color: #0d1b2a;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 15px;
  transition: color 0.3s ease;
}

.arm-card-content p {
  color: #5c677d;
  font-size: 15.5px;
  line-height: 1.75;
  margin-bottom: 0;
}

/* --- Mobil Ekranlar İçin Sticky Devre Dışı Bırakma (UX Kuralı) --- */
@media (max-width: 991.98px) {
  .arm-scrolly-section { padding: 60px 0; }
  
  /* Mobilde ekran dar olduğu için kilitlenme kapatılır, her şey normal alt alta akar */
  .arm-sticky-left-box { 
    position: relative; 
    top: 0; 
    padding-right: 0; 
    margin-bottom: 40px;
  }
  
  .arm-scrolly-title { font-size: 28px; }
  .arm-scroll-card-item { padding: 30px; gap: 20px; }
  .arm-card-content h4 { font-size: 19px; }
}
/* =========================================
   ARMİKOM ALARM TAKİP MERKEZİ GRİD STYLES
   ========================================= */
.arm-ahm-section {
  background: #0a0e18; /* Sitenizin ana uzay mavisi arka planı */
  padding: 100px 0;
  width: 100% !important;
  box-sizing: border-box;
  font-family: 'Inter', sans-serif;
}

.arm-ahm-section * {
  box-sizing: border-box;
}

.arm-ahm-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Üst Başlık Alanı */
.arm-ahm-header {
  text-align: center;
  margin-bottom: 60px;
}

.arm-ahm-badge {
  display: inline-block;
  color: #0084ff; /* Sitenizin armikom mavi rengi */
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.arm-ahm-title {
  color: #ffffff;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 20px 0;
}

.arm-blue-glow {
  color: #0084ff;
  text-shadow: 0 0 20px rgba(0, 132, 255, 0.3);
}

.arm-ahm-lead {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  line-height: 1.8;
  max-width: 850px;
  margin: 0 auto;
}

/* Profesyonel 3'lü Grid Sistemi */
.arm-ahm-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* Kart Tasarımları (Cam Efekti) */
.arm-ahm-card {
  background: rgba(13, 19, 33, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  padding: 35px;
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  flex-direction: column;
}

.arm-ahm-card:hover {
  border-color: rgba(0, 132, 255, 0.3);
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

/* Öne Çıkarılan Acil Durum Kartı */
.arm-card-highlight {
  border-color: rgba(220, 53, 69, 0.2);
  background: linear-gradient(145deg, rgba(13, 19, 33, 0.6) 0%, rgba(220, 53, 69, 0.02) 100%);
}
.arm-card-highlight:hover {
  border-color: rgba(220, 53, 69, 0.4);
  box-shadow: 0 20px 40px rgba(220, 53, 69, 0.1);
}
.arm-card-highlight .arm-card-icon i {
  color: #dc3545 !important;
}

/* Kart İçi Detaylar */
.arm-card-icon {
  margin-bottom: 25px;
}

.arm-card-icon i {
  font-size: 28px;
  color: #0084ff;
}

.arm-ahm-card h3 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 15px 0;
  line-height: 1.4;
}

.arm-ahm-card p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 25px 0;
  flex-grow: 1; /* Yazıların boyutu farklı olsa da butonları hizalar */
}

/* Kart Altındaki Teknik Alt Bilgi Etiketi */
.arm-card-tech {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.4);
  font-family: monospace;
  font-size: 11px;
  padding: 6px 12px;
  border-radius: 6px;
  display: inline-block;
  align-self: flex-start;
}

/* =========================================
   RESPONSIVE (MOBIL VE TABLET UYUMU)
   ========================================= */
@media (max-width: 991.98px) {
  .arm-ahm-grid {
    grid-template-columns: repeat(2, 1fr); /* Tabletlerde 2 sütun */
    gap: 20px;
  }
  .arm-ahm-title {
    font-size: 30px;
  }
}

@media (max-width: 767.98px) {
  .arm-ahm-section {
    padding: 60px 0;
  }
  .arm-ahm-grid {
    grid-template-columns: 1fr; /* Mobilde tek sütun */
  }
  .arm-ahm-title {
    font-size: 24px;
  }
  .arm-ahm-card {
    padding: 25px;
  }
}

/* =======================================================
   KORUMALI SAF OK İŞARETLİ YUKARI KAYDIR BUTONU CSS
   ======================================================= */
.arm-back-to-top-clean {
    position: fixed !important;
    right: 30px !important;
    bottom: 30px !important;
    width: 48px !important;
    height: 48px !important;
    background: #0084ff !important; /* Kurumsal Armikom Mavisi */
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    z-index: 99999 !important;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out !important;
    box-shadow: 0 10px 25px rgba(0, 132, 255, 0.3) !important;
    padding: 0 !important;
    
    /* Saf Ok İşaretinin Boyutu ve Kalınlığı */
    font-size: 22px !important;
    font-weight: bold !important;
    line-height: 1 !important;
}

.arm-back-to-top-clean.is-visible {
    opacity: 1;
    visibility: visible;
}

.arm-back-to-top-clean:hover {
    background: #120F2D !important;
    color: #0084ff !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5) !important;
    transform: translateY(-3px);
}

.arm-back-to-top-clean.panel-hidden {
    opacity: 0 !important;
    visibility: hidden !important;
}
/* ==========================================================================
   ARMIKOM PREMIUM SHOWCASE (DEFINITIVE PREMIUM CYBER & SLIM WAVES EDITION)
   ========================================================================== */
.armikom-premium-showcase {
  width: 100%;
  margin: 90px auto;
  box-sizing: border-box;
  overflow: visible !important; /* Disari tasan ok butonlarinin kesilmesini nler */
}

.armikom-premium-showcase * {
  box-sizing: border-box;
}

/* st Baslik Net Beyaz Kontrol */
.armikom-premium-showcase .about-orbit-head h2,
.armikom-premium-showcase .about-orbit-head h2 span {
  color: #ffffff !important;
}

/* Gvde Viewport Alani */
.armikom-showcase-viewport-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative; 
  padding: 0 !important;
  overflow: visible !important;
}

/* SAF GECE KARANLIGI (DEEP NIGHT) PREMIUM SLIDER PANELI */
.armikom-center-stage {
  flex-grow: 1;
  height: 380px; 
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: #0d111a !important; /* OpenAI/Stripe tarzi asil gece siyahi */
  border-radius: 16px;
  box-shadow: 0 25px 65px rgba(0, 0, 0, 0.65) !important;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  transform-origin: center;
  z-index: 5;
}

/* Slayt Geis Animasyonu */
.armikom-scale-animation {
  animation: armikomRevealStageEffect 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

/* Slayt Satir Dzeni */
.armikom-slide-row {
  display: none;
  width: 100%;
  grid-template-columns: 1.35fr 0.65fr;
  align-items: center;
  padding: 0 60px;
  height: 100%;
  gap: 50px;
}

.armikom-slide-row.armikom-slide-active {
  display: grid;
}

/* Sol Stun: KAR BEYAZI Yazi Gruplari */
.armikom-col-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.armikom-col-text h3 {
  font-size: 25px;
  color: #ffffff !important;
  line-height: 1.3;
  margin: 0;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.armikom-main-desc {
  font-size: 14.5px;
  color: rgba(255, 255, 255, 0.85) !important;
  line-height: 1.6;
  margin: 0;
}

/* Teknik Liste Mimarisi */
.armikom-spec-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.armikom-spec-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

/* SOL TARAF: SIBER IKON KUTULARINA CANLI NEFES ALMA VE SINYAL EFEKTI */
.armikom-spec-cyber-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px; 
  height: 32px;
  background: rgba(100, 181, 246, 0.08);
  border: 1px solid rgba(100, 181, 246, 0.3);
  color: var(--armikom-blue, #64b5f6);
  border-radius: 8px;
  font-size: 13px;
  flex-shrink: 0;
  margin-top: 2px;
  position: relative;
  animation: armikomCyberIconPulse 3s infinite ease-in-out;
}

.armikom-spec-cyber-icon i {
  position: relative;
  z-index: 2;
  text-shadow: 0 0 10px rgba(100, 181, 246, 0.8);
}

.armikom-spec-item p {
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.65) !important;
  line-height: 1.5;
  margin: 0;
}

/* Sag Stun: Grsel Alani ve Siber Isik Katmani */
.armikom-col-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.armikom-glow-sphere {
  position: absolute;
  width: 250px;
  height: 250px;
  background: rgba(100, 181, 246, 0.12);
  filter: blur(85px);
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}

/* %100 SAF CSS FTRISTIK SIBER PANEL MOCKUP YAPISI */
.armikom-cyber-panel {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 320px;
  height: 190px;
  background: rgba(15, 22, 36, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  padding: 14px;
  box-shadow: 0 25px 50px rgba(0,0,0,0.5);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.armikom-panel-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding-bottom: 8px;
}

.armikom-panel-dots span {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  margin-right: 4px;
}

.armikom-panel-status {
  font-size: 9px;
  font-family: monospace;
  color: rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  gap: 6px;
  letter-spacing: 0.5px;
}

.armikom-status-pulse {
  width: 6px;
  height: 6px;
  background: #2e7d32;
  border-radius: 50%;
  box-shadow: 0 0 8px #2e7d32;
  animation: armikomPulseGreen 1.5s infinite;
}

.armikom-status-pulse.red {
  background: #c62828;
  box-shadow: 0 0 8px #c62828;
  animation: armikomPulseRed 1.5s infinite;
}

.armikom-panel-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
  justify-content: center;
}

.armikom-panel-body.radar-flex {
  flex-direction: row;
  align-items: center;
  gap: 15px;
}

/* ?? SAG TARAF: KUSURSUZLASTIRILMIS CANLI SINYAL DALGA GRAFIGI ANIMASYONU */
.armikom-wave-chart {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 8px; /* Barlar arasi mesafe profesyonel dzeye getirildi */
  height: 65px;
  padding: 0 10px;
}

.armikom-wave-bar {
  width: 14px; /* ok kalin kaba barlar yerine zarif ince stun yapisi */
  background: linear-gradient(to top, rgba(100, 181, 246, 0.15), rgba(100, 181, 246, 0.95));
  border-radius: 3px 3px 0 0;
  transform-origin: bottom;
  /* Her barin asenkron dalgalanmasi iin zel dngler tanimlandi */
  animation: armikomSignalGrow 1s ease-in-out infinite alternate;
}

/* Barlarin gerek bir sinyal akisi gibi rastgele dalgalanma sreleri */
.armikom-wave-chart .armikom-wave-bar:nth-child(1) { animation-duration: 0.8s; }
.armikom-wave-chart .armikom-wave-bar:nth-child(2) { animation-duration: 1.3s; }
.armikom-wave-chart .armikom-wave-bar:nth-child(3) { animation-duration: 0.9s; }
.armikom-wave-chart .armikom-wave-bar:nth-child(4) { animation-duration: 1.5s; }
.armikom-wave-chart .armikom-wave-bar:nth-child(5) { animation-duration: 1.1s; }
.armikom-wave-chart .armikom-wave-bar:nth-child(6) { animation-duration: 1.4s; }

.armikom-data-stream {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 0 10px;
}

.stream-line {
  height: 4px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 2px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.stream-line.red-line {
  background: rgba(198, 40, 40, 0.15);
  border-left: 3px solid #c62828;
}

/* izgilerin iinden akan siber veri paraciklari (Lazer Akisi) */
.stream-line::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 40%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(100, 181, 246, 0.35), transparent);
  animation: armikomDataFlowEffect 2.2s infinite linear;
}

.stream-line.red-line::after {
  background: linear-gradient(90deg, transparent, rgba(198, 40, 40, 0.75), transparent);
  animation: armikomDataFlowEffect 1.5s infinite linear;
}

/* Ftristik Radar Tarama Tasarimi */
.armikom-radar-circle {
  position: relative;
  width: 80px;
  height: 80px;
  border: 1px solid rgba(100, 181, 246, 0.15);
  border-radius: 50%;
  overflow: hidden;
  background: rgba(10, 14, 24, 0.4);
}

.armikom-radar-circle::before {
  content: "";
  position: absolute;
  inset: 15px;
  border: 1px dashed rgba(100, 181, 246, 0.1);
  border-radius: 50%;
}

.armikom-radar-sweep {
  position: absolute;
  width: 100%;
  height: 100%;
  background: conic-gradient(from 0deg, rgba(100, 181, 246, 0.2) 0deg, transparent 90deg);
  border-radius: 50%;
  animation: armikomRadarSweepAction 3s linear infinite;
}

.radar-ping {
  position: absolute;
  width: 4px;
  height: 4px;
  background: #64b5f6;
  border-radius: 50%;
  box-shadow: 0 0 8px #64b5f6;
  opacity: 0;
  animation: armikomRadarPingAction 2s ease-out infinite;
}

/* OK ISARETLERININ DISARIYA SABITLENMESI */
.armikom-btn-nav {
  position: absolute;
  z-index: 99999 !important;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  background: rgba(10, 14, 24, 0.95) !important;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.armikom-prev { left: -90px !important; }
.armikom-next { right: -90px !important; }

.armikom-btn-nav:hover {
  border-color: rgba(100, 181, 246, 0.95) !important;
  color: #ffffff !important;
  background: rgba(100, 181, 246, 0.15) !important;
  box-shadow: 0 0 20px rgba(100, 181, 246, 0.45) !important;
  transform: translateY(-50%) scale(1.08) !important;
}

/* ?? ULTIMATE SIBER KAPSL NAVIGASYON (PREMIUM PAGINATION) */
.armikom-dashes-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-top: 40px;
}

.armikom-dash-item {
  width: 28px;
  height: 5px; 
  background-color: rgba(255, 255, 255, 0.15) !important;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.armikom-dash-item:hover {
  background-color: rgba(255, 255, 255, 0.35) !important;
  transform: scaleY(1.2);
}

.armikom-dash-item.armikom-dash-active {
  width: 55px; 
  height: 5px;
  background-color: rgba(100, 181, 246, 0.95) !important; 
  box-shadow: 0 0 15px rgba(100, 181, 246, 0.8), 
              0 0 30px rgba(100, 181, 246, 0.4),
              inset 0 1px 0 rgba(255, 255, 255, 0.3);
  border-color: rgba(100, 181, 246, 1);
  transform: scaleY(1);
}

/* ==========================================
   ANIMASYON DNYASI
   ========================================== */
@keyframes armikomRevealStageEffect {
  0% { opacity: 0; transform: translateY(-10px); }
  100% { opacity: 1; transform: translateY(0); }
}

/* --- PARA 1: DIS YAPI VE TASMAYI ENGELLEYEN SABIT KAPSAYICI --- */
.tech-specs-advanced {
    --ts-silver: #8e8e93;
    --ts-gold: #bfa15f;
    --ts-premium: #721c24;
    --ts-border: #f3f4f6;
    --ts-bg-hover: #fafafa;
    --ts-cyber-blue: #00f0ff;
    
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 30px 15px;
    width: 100%;
    box-sizing: border-box;
    /* Dis erevenin stteki section'a arpmasini engellemek iin konumunu sabitliyoruz */
    position: relative; 
}

.tech-specs-advanced * {
    box-sizing: border-box;
}

/* Tablo Ana Basligi */
.tech-specs-advanced .section-title {
    text-align: center;
    font-size: 26px; 
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 35px;
}

/* Dengeli Tablo Kapsayicisi */
.tech-specs-advanced .table-container {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.03);
    padding: 30px;
    max-width: 1150px;
    margin: 0 auto;
    overflow-x: auto;
    /* Ierideki satirlarin akis animasyonu disari tasmasin diye gizliyoruz */
    overflow-y: hidden; 
}

/* Tablo Yapisi */
.tech-specs-advanced table {
    width: 100%;
    border-collapse: collapse;
    min-width: 780px;
    table-layout: fixed;
}
/* --- PARA 2: STUN ORANLARI, BYTLMS METINLER VE TAM HIZALAMA --- */

/* Stun Baslik Hizalamalari */
.tech-specs-advanced th {
    padding: 18px 12px;
    font-weight: 700;
    font-size: 13.5px;
    letter-spacing: 0.5px;
    border-bottom: 2px solid var(--ts-border);
}

.tech-specs-advanced th.col-feature {
    text-align: left;
    color: #1a1a1a;
    width: 43%; /* zellik metin stununun genisligi */
}

/* Paket Basliklari - Tam Stun Ortasi */
.tech-specs-advanced th.col-silver { color: var(--ts-silver); text-align: center; width: 19%; }
.tech-specs-advanced th.col-gold { color: var(--ts-gold); text-align: center; width: 19%; }
.tech-specs-advanced th.col-premium { color: var(--ts-premium); text-align: center; width: 19%; border-bottom: 2px solid var(--ts-premium); }

/* Hcre Ierik Alanlari */
.tech-specs-advanced td {
    padding: 18px 12px; 
    border-bottom: 1px solid var(--ts-border);
    vertical-align: middle;
}

.tech-specs-advanced tr:hover td {
    background-color: var(--ts-bg-hover);
}

/* BYTLMS ZELLIK METINLERI VE IKON HIZASI */
.tech-specs-advanced .feature-content {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 16px; /* Yazi karakteri bytld */
    font-weight: 500;
    color: #2c3e50;
}

/* "VAR" METINLERINI VE IZGILERI STUNLA MILIMETRIK ORTALAYAN YAPI */
.tech-specs-advanced .center-aligner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
}

/* Durum Metinleri */
.tech-specs-advanced .status-text {
    font-weight: 600;
    font-size: 15.5px; /* Var yazilari bytld */
}

.tech-specs-advanced .txt-silver { color: var(--ts-silver); }
.tech-specs-advanced .txt-gold { color: var(--ts-gold); }
.tech-specs-advanced .txt-premium { color: var(--ts-premium); font-weight: 700; }

.tech-specs-advanced .dash {
    color: #d1d5db;
    font-weight: 400;
    font-size: 16px;
}

/* --- PARA 3: IKONLAR VE SATIR BAZLI AKICI GIRIS ANIMASYONU --- */

/* Siber Ikon Ayarlari */
.tech-specs-advanced .cyber-icon {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: #4b5563;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
    transition: stroke 0.2s ease, filter 0.2s ease;
}

/* Satir Hover Durumunda Siber Mavi Neon Efekti */
.tech-specs-advanced tr:hover .cyber-icon {
    stroke: var(--ts-cyber-blue);
    filter: drop-shadow(0 0 6px rgba(0, 240, 255, 0.8));
}

/* ST SECTION'I BOZMAYAN AKICI GIRIS MEKANIZMASI */
/* Tablo satirlari ereve iinden sirayla asagidan yukariya dogru akar */
.tech-specs-advanced tbody tr {
    opacity: 0;
    transform: translateY(20px);
    animation: flowRowsUp 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

/* Satirlarin sirayla akmasi iin gecikme (delay) sreleri */
.tech-specs-advanced tbody tr:nth-child(1) { animation-delay: 0.1s; }
.tech-specs-advanced tbody tr:nth-child(2) { animation-delay: 0.15s; }
.tech-specs-advanced tbody tr:nth-child(3) { animation-delay: 0.2s; }
.tech-specs-advanced tbody tr:nth-child(4) { animation-delay: 0.25s; }
.tech-specs-advanced tbody tr:nth-child(5) { animation-delay: 0.3s; }
.tech-specs-advanced tbody tr:nth-child(6) { animation-delay: 0.35s; }
.tech-specs-advanced tbody tr:nth-child(7) { animation-delay: 0.4s; }
.tech-specs-advanced tbody tr:nth-child(8) { animation-delay: 0.45s; }
.tech-specs-advanced tbody tr:nth-child(9) { animation-delay: 0.5s; }
.tech-specs-advanced tbody tr:nth-child(10) { animation-delay: 0.55s; }
.tech-specs-advanced tbody tr:nth-child(11) { animation-delay: 0.6s; }

@keyframes flowRowsUp {
    0% { opacity: 0; transform: translateY(20px); }
    100% { opacity: 1; transform: translateY(0); }
}

/* --- IKON II SREKLI SIBER HAREKETLER --- */
@keyframes pulse-radar {
    0%, 100% { transform: scale(0.96); opacity: 0.7; }
    50% { transform: scale(1.06); opacity: 1; }
}

@keyframes signal-flow {
    0% { stroke-dashoffset: 24; }
    100% { stroke-dashoffset: 0; }
}

@keyframes float-gear {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes bounce-subtle {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-3px); }
}

/* Animasyon Siniflarinin Ikonlara Atanmasi */
.tech-specs-advanced .anim-radar { animation: pulse-radar 2s infinite ease-in-out; }
.tech-specs-advanced .anim-flow { stroke-dasharray: 4; animation: signal-flow 1.6s infinite linear; }
.tech-specs-advanced .anim-gear { transform-origin: center; animation: float-gear 7s infinite linear; }
.tech-specs-advanced .anim-bounce { animation: bounce-subtle 2.2s infinite ease-in-out; }
}
/* --- BLM 1: GENEL SAYFA DZENI VE ARMIKOM BASLIK STILLERI --- */
.kvkk-page-section {
    --ts-cyber-blue: #00f0ff;      /* Grseldeki canli siber mavi */
    --ts-dark-blue: #007bff;       /* ARMIKOM alt tonu */
    --ts-text-color: #2c3e50;      /* Okunakli kurumsal metin rengi */
    --ts-bg-box: #ffffff;          /* Metin kutusu arka plani */
    --ts-border-color: #eef2f5;    /* Yumusak izgi rengi */
    
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 60px 20px;
    width: 100%;
    box-sizing: border-box;
    position: relative;

    /* DIGER SAYFALARLA UYUMLU SAF GIRIS ANIMASYONU (st blmleri bozmaz) */
    opacity: 0;
    animation: kvkkFadeIn 0.6s ease-out forwards;
}

.kvkk-page-section * {
    box-sizing: border-box;
}

/* --- GRSELDEKI ARMIKOM BASLIK STILININ BIREBIR UYARLAMASI --- */
.kvkk-page-section .armikom-header-wrapper {
    text-align: center;
    margin-bottom: 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Kk st Baslik (Neon Mavi Parlamali) */
.kvkk-page-section .brand-tag {
    font-size: 14px;
    font-weight: 800;
    color: var(--ts-cyber-blue);
    letter-spacing: 2px;
    margin-bottom: 8px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    /* Grseldeki hafif neon mavi parlama efekti */
    text-shadow: 0 0 10px rgba(0, 240, 255, 0.6);
}

/* st Basligin Altindaki Ince Mavi izgi */
.kvkk-page-section .brand-tag::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--ts-cyber-blue);
    margin-top: 4px;
}

/* Ana Baslik Yapisi */
.kvkk-page-section .section-title-modern {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 5px 0 15px 0;
}

/* Basliktaki Canli Mavi Blm (Esnek zmler / KVKK Politikasi) */
.kvkk-page-section .highlight-blue {
    color: var(--ts-cyber-blue);
    text-shadow: 0 0 5px rgba(0, 240, 255, 0.2);
}

/* Basligin En Altindaki ift izgi Efekti */
.kvkk-page-section .double-underline {
    width: 45px;
    height: 4px;
    border-top: 2px solid var(--ts-cyber-blue);
    border-bottom: 2px solid var(--ts-cyber-blue);
    margin-top: 5px;
}

/* --- BLM 2: METIN IERIGI, MADDE DZENLERI VEYA GIRIS ANIMASYONU --- */

/* KVKK Metin Kutusu Kapsayicisi */
.kvkk-page-section .kvkk-container {
    background-color: var(--ts-bg-box);
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.02);
    padding: 40px;
    max-width: 1000px;
    margin: 0 auto;
    border: 1px solid var(--ts-border-color);
}

/* Kurumsal Metin Dzeni */
.kvkk-page-section .kvkk-content {
    color: var(--ts-text-color);
    font-size: 15.5px;
    line-height: 1.7;
}

/* Her Bir KVKK Blok Maddesi */
.kvkk-page-section .kvkk-block {
    margin-bottom: 30px;
}

.kvkk-page-section .kvkk-block:last-child {
    margin-bottom: 0;
}

/* Madde Basliklari */
.kvkk-page-section .kvkk-block h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin-top: 0;
    margin-bottom: 12px;
    border-left: 3px solid var(--ts-cyber-blue);
    padding-left: 12px;
}

/* Paragraflar */
.kvkk-page-section .kvkk-block p {
    margin-top: 0;
    margin-bottom: 12px;
    text-align: justify;
}

/* nemli Vurgular */
.kvkk-page-section .kvkk-block strong {
    color: #1a1a1a;
    font-weight: 600;
}

/* Kanun Maddeleri Alt Listesi */
.kvkk-page-section .kvkk-block ul {
    margin: 10px 0 0 0;
    padding-left: 20px;
}

.kvkk-page-section .kvkk-block li {
    margin-bottom: 8px;
    position: relative;
    list-style-type: none;
    padding-left: 5px;
}

/* Listelerin Solundaki Siber Nokta Efekti */
.kvkk-page-section .kvkk-block li::before {
    content: "";
    color: var(--ts-cyber-blue);
    font-weight: bold;
    display: inline-block;
    width: 15px;
    margin-left: -15px;
}

/* --- SAF GIRIS ANIMASYONU MEKANIZMASI --- */
@keyframes kvkkFadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* Mobil Cihazlar Iin Uyum Bosluklari */
@media (max-width: 768px) {
    .kvkk-page-section {
        padding: 40px 15px;
    }
    .kvkk-page-section .kvkk-container {
        padding: 25px 20px;
    }
    .kvkk-page-section .section-title-modern {
        font-size: 22px;
    }
}

/* --- BLM 1: GENEL SAYFA DZENI VE ARMIKOM BASLIK STILLERI --- */
.privacy-page-section {
    --ts-cyber-blue: #00f0ff;      /* Grseldeki canli siber mavi */
    --ts-dark-blue: #007bff;       /* ARMIKOM alt tonu */
    --ts-text-color: #2c3e50;      /* Okunakli kurumsal metin rengi */
    --ts-bg-box: #ffffff;          /* Metin kutusu arka plani */
    --ts-border-color: #eef2f5;    /* Yumusak izgi rengi */
    
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 60px 20px;
    width: 100%;
    box-sizing: border-box;
    position: relative;

    /* DIGER SAYFALARLA UYUMLU SAF GIRIS ANIMASYONU (st blmleri bozmaz) */
    opacity: 0;
    animation: privacyFadeIn 0.6s ease-out forwards;
}

.privacy-page-section * {
    box-sizing: border-box;
}

/* --- GRSELDEKI ARMIKOM BASLIK STILININ BIREBIR UYARLAMASI --- */
.privacy-page-section .armikom-header-wrapper {
    text-align: center;
    margin-bottom: 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Kk st Baslik (Neon Mavi Parlamali) */
.privacy-page-section .brand-tag {
    font-size: 14px;
    font-weight: 800;
    color: var(--ts-cyber-blue);
    letter-spacing: 2px;
    margin-bottom: 8px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    text-shadow: 0 0 10px rgba(0, 240, 255, 0.6);
}

/* st Basligin Altindaki Ince Mavi izgi */
.privacy-page-section .brand-tag::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--ts-cyber-blue);
    margin-top: 4px;
}

/* Ana Baslik Yapisi */
.privacy-page-section .section-title-modern {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 5px 0 15px 0;
}

/* Basliktaki Canli Mavi Blm */
.privacy-page-section .highlight-blue {
    color: var(--ts-cyber-blue);
    text-shadow: 0 0 5px rgba(0, 240, 255, 0.2);
}

/* Basligin En Altindaki ift izgi Efekti */
.privacy-page-section .double-underline {
    width: 45px;
    height: 4px;
    border-top: 2px solid var(--ts-cyber-blue);
    border-bottom: 2px solid var(--ts-cyber-blue);
    margin-top: 5px;
}
/* --- BLM 2: METIN IERIGI, MADDE DZENLERI VEYA GIRIS ANIMASYONU --- */

/* Gizlilik Metin Kutusu Kapsayicisi */
.privacy-page-section .privacy-container {
    background-color: var(--ts-bg-box);
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.02);
    padding: 40px;
    max-width: 1000px;
    margin: 0 auto;
    border: 1px solid var(--ts-border-color);
}

/* Kurumsal Metin Dzeni */
.privacy-page-section .privacy-content {
    color: var(--ts-text-color);
    font-size: 15.5px;
    line-height: 1.7;
}

/* Her Bir Gizlilik Blok Maddesi */
.privacy-page-section .privacy-block {
    margin-bottom: 30px;
}

.privacy-page-section .privacy-block:last-child {
    margin-bottom: 0;
}

/* Madde Basliklari */
.privacy-page-section .privacy-block h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin-top: 0;
    margin-bottom: 12px;
    border-left: 3px solid var(--ts-cyber-blue);
    padding-left: 12px;
}

/* Paragraflar */
.privacy-page-section .privacy-block p {
    margin-top: 0;
    margin-bottom: 12px;
    text-align: justify;
}

/* nemli Vurgular */
.privacy-page-section .privacy-block strong {
    color: #1a1a1a;
    font-weight: 600;
}

/* Teknik Maddeler Alt Listesi */
.privacy-page-section .privacy-block ul {
    margin: 10px 0 0 0;
    padding-left: 20px;
}

.privacy-page-section .privacy-block li {
    margin-bottom: 12px;
    position: relative;
    list-style-type: none;
    padding-left: 5px;
}

/* Listelerin Solundaki Siber Nokta Efekti */
.privacy-page-section .privacy-block li::before {
    content: "";
    color: var(--ts-cyber-blue);
    font-weight: bold;
    display: inline-block;
    width: 15px;
    margin-left: -15px;
}

/* --- SAF GIRIS ANIMASYONU MEKANIZMASI --- */
@keyframes privacyFadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* Mobil Cihazlar Iin Uyum Bosluklari */
@media (max-width: 768px) {
    .privacy-page-section {
        padding: 40px 15px;
    }
    .privacy-page-section .privacy-container {
        padding: 25px 20px;
    }
    .privacy-page-section .section-title-modern {
        font-size: 22px;
    }
}
/* --- BLM 1: GENEL SAYFA DZENI VE ARMIKOM BASLIK STILLERI --- */
.terms-page-section {
    --ts-cyber-blue: #00f0ff;      /* Grseldeki canli siber mavi */
    --ts-dark-blue: #007bff;       /* ARMIKOM alt tonu */
    --ts-text-color: #2c3e50;      /* Okunakli kurumsal metin rengi */
    --ts-bg-box: #ffffff;          /* Metin kutusu arka plani */
    --ts-border-color: #eef2f5;    /* Yumusak izgi rengi */
    
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 60px 20px;
    width: 100%;
    box-sizing: border-box;
    position: relative;

    /* DIGER SAYFALARLA UYUMLU SAF GIRIS ANIMASYONU (st blmleri bozmaz) */
    opacity: 0;
    animation: termsFadeIn 0.6s ease-out forwards;
}

.terms-page-section * {
    box-sizing: border-box;
}

/* --- GRSELDEKI ARMIKOM BASLIK STILININ BIREBIR UYARLAMASI --- */
.terms-page-section .armikom-header-wrapper {
    text-align: center;
    margin-bottom: 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Kk st Baslik (Neon Mavi Parlamali) */
.terms-page-section .brand-tag {
    font-size: 14px;
    font-weight: 800;
    color: var(--ts-cyber-blue);
    letter-spacing: 2px;
    margin-bottom: 8px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    text-shadow: 0 0 10px rgba(0, 240, 255, 0.6);
}

/* st Basligin Altindaki Ince Mavi izgi */
.terms-page-section .brand-tag::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--ts-cyber-blue);
    margin-top: 4px;
}

/* Ana Baslik Yapisi */
.terms-page-section .section-title-modern {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 5px 0 15px 0;
}

/* Basliktaki Canli Mavi Blm */
.terms-page-section .highlight-blue {
    color: var(--ts-cyber-blue);
    text-shadow: 0 0 5px rgba(0, 240, 255, 0.2);
}

/* Basligin En Altindaki ift izgi Efekti */
.terms-page-section .double-underline {
    width: 45px;
    height: 4px;
    border-top: 2px solid var(--ts-cyber-blue);
    border-bottom: 2px solid var(--ts-cyber-blue);
    margin-top: 5px;
}
/* --- BLM 2: METIN IERIGI, MADDE DZENLERI VEYA GIRIS ANIMASYONU --- */

/* Kullanim Sartlari Metin Kutusu Kapsayicisi */
.terms-page-section .terms-container {
    background-color: var(--ts-bg-box);
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.02);
    padding: 40px;
    max-width: 1000px;
    margin: 0 auto;
    border: 1px solid var(--ts-border-color);
}

/* Kurumsal Metin Dzeni */
.terms-page-section .terms-content {
    color: var(--ts-text-color);
    font-size: 15.5px;
    line-height: 1.7;
}

/* Her Bir Kullanim Sartlari Blok Maddesi */
.terms-page-section .terms-block {
    margin-bottom: 30px;
}

.terms-page-section .terms-block:last-child {
    margin-bottom: 0;
}

/* Madde Basliklari */
.terms-page-section .terms-block h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin-top: 0;
    margin-bottom: 12px;
    border-left: 3px solid var(--ts-cyber-blue);
    padding-left: 12px;
}

/* Paragraflar */
.terms-page-section .terms-block p {
    margin-top: 0;
    margin-bottom: 12px;
    text-align: justify;
}

/* nemli Vurgular */
.terms-page-section .terms-block strong {
    color: #1a1a1a;
    font-weight: 600;
}

/* Hesap Gvenligi Alt Listesi */
.terms-page-section .terms-block ul {
    margin: 10px 0 0 0;
    padding-left: 20px;
}

.terms-page-section .terms-block li {
    margin-bottom: 12px;
    position: relative;
    list-style-type: none;
    padding-left: 5px;
}

/* Listelerin Solundaki Siber Nokta Efekti */
.terms-page-section .terms-block li::before {
    content: "";
    color: var(--ts-cyber-blue);
    font-weight: bold;
    display: inline-block;
    width: 15px;
    margin-left: -15px;
}

/* --- SAF GIRIS ANIMASYONU MEKANIZMASI --- */
@keyframes termsFadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* Mobil Cihazlar Iin Uyum Bosluklari */
@media (max-width: 768px) {
    .terms-page-section {
        padding: 40px 15px;
    }
    .terms-page-section .terms-container {
        padding: 25px 20px;
    }
    .terms-page-section .section-title-modern {
        font-size: 22px;
    }
}
/* --- MOBIL UYUMLULUK: TOPBAR "ARMIKOM KURUMSAL" DZENLEMESI --- */
@media (max-width: 768px) {
    /* Yaziyi tasiyan ana buton alaninin mobilde gizlenmesini engelliyoruz */
    .arm-topbar-bridge-btn {
        display: flex !important;
        align-items: center !important;
        gap: 8px !important;
        width: auto !important;
    }

    /* Mobilde kaybolan veya grnmeyen yaziyi zorla grnr yapiyoruz */
    .arm-topbar-bridge-btn__text {
        display: inline-block !important;
        visibility: visible !important;
        font-size: 13px !important; /* Mobilde yan yana sigmasi iin hafif kltld */
        color: #ffffff !important;
        white-space: nowrap !important; /* Yazinin alt satira kirilmasini nler */
    }
}

/* --- MOBIL UYUMLULUK: ALISAN ANA KOD KUSURSUZ SRM --- */
@media (max-width: 768px) {
  .arm-capsule-quick-v2,
  .arm-capsule-detail-v2,
  .arm-lux-capsule-v2 {
    /* Genislik ayarlariniz milim bozulmadan korundu */
    width: 24px !important;       
    min-width: 24px !important;
    max-width: 24px !important;
    padding: 15px 4px !important; 
    
    /* 
       AYARLANACAK KOD BURASI (I Buton): 
       ok ieri katiysa -12px yerine -6px yapiyoruz. 
       Gerekirse burayi -5px veya -8px olarak esnetebilirsin.
    */
    margin-left: -6px !important;
  }

  div[style*="display: inline-flex"],
  div[style*="inline-flex"] {
    width: 24px !important;
    max-width: 24px !important;
    
    /* 
       AYARLANACAK KOD BURASI (Dis Kutu): 
       Yukaridaki degerle burayi HER ZAMAN birebir ayni tutmalisin.
    */
    margin-left: -6px !important;
  }

  .arm-lux-capsule-v2 span,
  div[style*="inline-flex"] span {
    font-size: 9px !important;       
    letter-spacing: 0.3px !important; 
    margin: 0 !important;
    padding: 0 !important;
    
    /* Sizin buldugunuz, yaziyi tam en sagda tutan mkemmel ayarlariniz: */
    display: block !important;
    text-align: right !important;
    position: relative !important;
    left: 14px !important; 
  }
}

/* --- MOBIL UYUMLULUK: TELEFON BUTONU SIKISMA KESIN ZM --- */
@media (max-width: 768px) {
  .arm-fixed-phone-text {
    display: none !important;
    width: 0 !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }

  .arm-fixed-phone-box,
  .arm-fixed-phone-link {
    width: auto !important;
    height: auto !important;
    z-index: 99999 !important; 
    
    /* ?? BUTTON YUKARI ALMA KODU BURADA: */
    position: fixed !important;  /* Ekrana ivilemek iin bu sart */
    bottom: 220px !important;    /* Bu sayiyi byterek butonu daha da yukari uurabilirsin */
    right: 0px !important;      /* Sag kenara (WhatsApp ile ayni hizaya) sabitleme payi */
  }

  .arm-fixed-phone-icon {
    z-index: 99999 !important;
  }
}
/* --- MOBIL UYUMLULUK: YUKARI KAYDIR BUTONUNU SOLA ALMA --- */
@media (max-width: 768px) {
  .arm-back-to-top-clean,
  #armScrollTopBtn {
    position: fixed !important;
    
    /* ?? BUTTONU SOLA ALMA KODU BURADA:
       Sag kenardan birakilan boslugu byterek butonu sola dogru itiyoruz.
       Su anki yerinden daha ok sola almak iin bu sayiyi (60px) bytebilirsiniz.
    */
    right: 40px !important; 
    
    /* Butonun taban yksekligi (bottom) orijinal yerinde sabit kalir */
    bottom: 20px !important; 
    z-index: 99999 !important;
  }
}
/* --- FORM UYARI KUTULARI DOGRU GSTERIM AYARI --- */
.ac-alert,
#acQuickOk,
#acQuickErr,
#acDetailOk,
#acDetailErr {
  display: none !important; /* Sayfa ilk aildiginda iki kutuyu da saklar */
}

/* JavaScript formu basariyla gnderdiginde bu sinif devreye girer ve yesil isigi yakar */
.ac-alert.is-visible,
#acQuickOk.is-visible,
#acDetailOk.is-visible,
#acQuickErr.is-visible,
#acDetailErr.is-visible {
  display: block !important; 
}

/* ==========================================================================
   ARMIKOM ULTRA-REALISTIK SIBER ENTEGRASYON MERKEZI - NIHAI CSS BLM 1
   ========================================================================== */

/* Ana Siber Alan Kapsayicisi (Basligin semadan disari tasabilmesi iin overflow aildi) */
.arm-cyber-network-section {
  background-color: #04070d;
  padding: 140px 0; /* Dikey dengeli bosluk yapisi */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: visible !important; /* ?? KRITIK: Basligin yukariya, sema disindaki beyaz alana tasmasini saglar */
  position: relative;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  width: 100%;
  box-sizing: border-box;
  /* st ve Alt Parlayan Siber Mavi Neon izgiler */
  border-top: 3px solid #00ffff;
  border-bottom: 3px solid #00ffff;
  box-shadow: inset 0 20px 50px rgba(0,255,255,0.06), inset 0 -20px 50px rgba(0,255,255,0.06);
}

/* ?? BASLIGI DAHA DA YUKARI ALAN VE "Jenerasyon" KELIMESINI BEYAZ YAPAN GNCEL KOD */
.arm-section-main-title {
  position: absolute !important;
  top: -110px !important; /* ?? DEGISTIRILDI: Istediginiz gibi daha da yukariya, tepe noktaya firlatildi */
  left: 50% !important;
  transform: translateX(-50%) !important;
  letter-spacing: -0.5px; /* Grseldeki gibi harfler birbirine yakin kurumsal tonda */
  text-transform: none; /* Byk-kk harfe duyarli filtre */
  white-space: nowrap;
  z-index: 99999 !important; /* Her seyin ama her seyin en stnde durmasi garanti edildi */
  font-size: 0; /* Tarayici iftleme engelleme korumasi */
}

/* ?? 1. YNTEM: Harf Ayristirma Teknolojisi ile I Harfini Sabitleme */
.arm-section-main-title::before {
  content: "ARM\0130 KOM "; /* ?? KRITIK: Tarayiciya dogrudan evrensel noktali byk I kodunu enjekte ettik */
  background: linear-gradient(90deg, #0072ff 0%, #00d2ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 38px;
  font-weight: 700;
  padding-bottom: 8px;
  display: inline-block;
  position: relative;
  border-bottom: 3.5px solid #0096ff;
  border-image: linear-gradient(to right, #0072ff, #00d2ff) 1;
}



/* ? ?? DEGISTIRILDI: Siyah olan "Jenerasyon" kelimesi artik tam Kar Beyazi */
.arm-section-main-title::after {
  content: "Jenerasyon"; /* Sadece bas harfi byk */
  font-size: 38px;
  color: #ffffff !important; /* ?? Siyah renk iptal edildi, jilet gibi kar beyazi yapildi */
  font-weight: 700;
  padding-left: 10px; /* Kelimeler arasi milimetrik mesafe */
  display: inline-block;
  padding-bottom: 8px;
  text-shadow: 0 2px 10px rgba(0,0,0,0.5); /* Yazinin arkadan parlamasi iin hafif glge */
}

/* Semanin Sinirlandirilmis Ana Alan Kapsayicisi */
.arm-network-wrapper {
  position: relative;
  width: 1000px;
  height: 500px;
  margin: 0 auto; /* Sayfada dikey ve yatayda tam ortalama */
}

/* Arka Plandaki Devre izgileri */
.arm-cyber-lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

/* izgilerin Neon Parlama Efektleri */
.line-glow {
  stroke-width: 1.5;
  stroke-dasharray: 4, 8;
  fill: none;
  opacity: 0.35;
}
.green-glow { stroke: #00ff66; filter: drop-shadow(0 0 2px #00ff66); }
.cyan-glow { stroke: #00ffff; filter: drop-shadow(0 0 2px #00ffff); }
.blue-glow { stroke: #0084ff; filter: drop-shadow(0 0 2px #0084ff); }
.pink-glow { stroke: #ff007f; filter: drop-shadow(0 0 2px #ff007f); }
.magenta-glow { stroke: #bd00ff; filter: drop-shadow(0 0 2px #bd00ff); }
.gold-glow { stroke: #ffd700; filter: drop-shadow(0 0 2px #ffd700); }

/* AKAN REALISTIK ISIK PARACIKLARI */
.cyber-particle { z-index: 2; }
.p-green { fill: #00ff66; filter: drop-shadow(0 0 6px #00ff66); }
.p-cyan { fill: #00ffff; filter: drop-shadow(0 0 6px #00ffff); }
.p-blue { fill: #0084ff; filter: drop-shadow(0 0 6px #0084ff); }
.p-pink { fill: #ff007f; filter: drop-shadow(0 0 6px #ff007f); }
.p-magenta { fill: #bd00ff; filter: drop-shadow(0 0 6px #bd00ff); }
.p-gold { fill: #ffd700; filter: drop-shadow(0 0 6px #ffd700); }
/* ==========================================================================
   ARMIKOM ULTRAL-REALISTIK SIBER ENTEGRASYON MERKEZI - NIHAI CSS BLM 2
   ========================================================================== */

/* Genel Dgm (Node) Yapisi */
.arm-node {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 10;
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

/* CANLI DURUM GSTERGELERI (LIVE BADGES) */
.live-badge {
  font-size: 8px;
  font-weight: 800;
  padding: 2px 7px;
  border-radius: 10px;
  margin-bottom: 7px;
  letter-spacing: 0.5px;
  background: rgba(0, 0, 0, 0.8);
  animation: badgeBlink 1.2s ease-in-out infinite alternate;
}
@keyframes badgeBlink {
  0% { opacity: 0.4; }
  100% { opacity: 1; filter: drop-shadow(0 0 4px currentColor); }
}
.badge-green { color: #00ff66; border: 1px solid rgba(0,255,102,0.4); }
.badge-cyan { color: #00ffff; border: 1px solid rgba(0,255,255,0.4); }
.badge-blue { color: #0084ff; border: 1px solid rgba(0,132,255,0.4); }
.badge-pink { color: #ff007f; border: 1px solid rgba(255,0,127,0.4); }
.badge-magenta { color: #bd00ff; border: 1px solid rgba(189,0,255,0.4); }
.badge-gold { color: #ffd700; border: 1px solid rgba(255,215,0,0.4); }

/* ULTRA REALISTIK DONANIM IKON KAPSAYICILARI */
.node-icon-wrapper {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: radial-gradient(circle, #161e2e 0%, #030712 100%);
  border: 1px solid rgba(255,255,255,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0 12px 24px rgba(0,0,0,0.7), inset 0 2px 4px rgba(255,255,255,0.08);
  transition: all 0.4s ease;
}

.cyber-hardware-core {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cyber-layer {
  position: absolute;
  border-radius: 50%;
  border: 1px solid currentColor;
  opacity: 0.15;
}
.layer-outer { width: 85%; height: 85%; border-style: dotted; animation: cyberSpin 25s linear infinite; }
.layer-mid { width: 65%; height: 65%; border-style: dashed; animation: cyberSpin 15s linear infinite reverse; }

.cyber-glow-ring {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px dashed currentColor;
  opacity: 0.25;
  animation: cyberSpin 20s linear infinite;
}
@keyframes cyberSpin { to { transform: rotate(360deg); } }

.cyber-scanner {
  position: absolute;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, currentColor, transparent);
  top: 0;
  opacity: 0;
  pointer-events: none;
}
@keyframes cyberScan {
  0% { top: 0; opacity: 0; }
  40% { opacity: 0.7; }
  100% { top: 100%; opacity: 0; }
}

.cyber-svg-icon {
  width: 22px;
  height: 22px;
  color: rgba(255,255,255,0.65);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 5;
}

/* Renk ember Atamalari */
.ring-green { color: #00ff66; border-color: rgba(0,255,102,0.4); box-shadow: 0 0 15px rgba(0,255,102,0.1); }
.ring-cyan { color: #00ffff; border-color: rgba(0,255,255,0.4); box-shadow: 0 0 15px rgba(0,255,255,0.1); }
.ring-blue { color: #0084ff; border-color: rgba(0,132,255,0.4); box-shadow: 0 0 15px rgba(0,132,255,0.1); }
.ring-pink { color: #ff007f; border-color: rgba(255,0,127,0.4); box-shadow: 0 0 15px rgba(255,0,127,0.1); }
.ring-magenta { color: #bd00ff; border-color: rgba(189,0,255,0.4); box-shadow: 0 0 15px rgba(189,0,255,0.1); }
.ring-gold { color: #ffd700; border-color: rgba(255,215,0,0.4); box-shadow: 0 0 15px rgba(255,215,0,0.1); }

/* HOVER AKSIYONLARI */
.arm-node:hover { transform: translate(-50%, -54%) scale(1.04); z-index: 99; }
.arm-node:hover .node-icon-wrapper { box-shadow: 0 0 35px currentColor, inset 0 0 12px rgba(255,255,255,0.15); border-color: currentColor; }
.arm-node:hover .cyber-layer { opacity: 0.4; color: inherit; }
.arm-node:hover .cyber-glow-ring { opacity: 0.9; animation-duration: 5s; }
.arm-node:hover .cyber-scanner { animation: cyberScan 1.4s linear infinite; }
.arm-node:hover .cyber-svg-icon { color: #ffffff; filter: drop-shadow(0 0 8px currentColor); transform: scale(1.1); }

/* Genel Yazi Kutulari Stili */
.node-label {
  background: rgba(6, 11, 23, 0.96);
  border: 1px solid rgba(255,255,255,0.06);
  box-shadow: 0 10px 25px rgba(0,0,0,0.7), inset 0 1px 1px rgba(255,255,255,0.05);
  backdrop-filter: blur(10px);
  padding: 6px 14px;
  border-radius: 6px;
  margin-top: 8px;
  text-align: center;
  white-space: nowrap;
}
.label-title { display: block; font-size: 11px; font-weight: 700; color: #ffffff; letter-spacing: 0.4px; }
.label-sub { display: block; font-size: 9px; color: rgba(255,255,255,0.4); text-transform: uppercase; }

/* KAR BEYAZI HOVER DETAY PANELI */
.node-details {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  background: linear-gradient(180deg, #090e1a 0%, #03050a 100%);
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 6px;
  padding: 0 10px;
  margin-top: 6px;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 12px 30px rgba(0,0,0,0.8);
  pointer-events: none;
  text-align: center;
  width: 165px;
}
.node-details p { 
  font-size: 10.5px; 
  color: #ffffff !important; /* Kusursuz Kar Beyazi */
  font-weight: 600; 
  margin: 7px 0; 
  line-height: 1.4; 
  text-shadow: 0 2px 4px rgba(0,0,0,0.8);
}
.arm-node:hover .node-details { max-height: 90px; opacity: 1; padding: 7px 10px; border-color: rgba(255,255,255,0.18); }

/* MERKEZI ODAK (GRSELE GRE ASAGI ALINDI, TOPLAR TAM IINE GIRER) */
.arm-center-node { 
  top: 55%; /* Hatlarin ve toplarin tam komuta merkezine batmasi iin dikey kilit */
  left: 50%; 
}
.arm-center-node:hover { transform: translate(-50%, -53%) scale(1.02); }

.center-brain-core {
  position: relative;
  width: 125px; 
  height: 125px;
  background: radial-gradient(circle, rgba(0, 255, 255, 0.18) 0%, #040812 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3.5px solid #00ffff;
  box-shadow: 0 0 50px rgba(0,255,255,0.5), inset 0 0 25px rgba(0,255,255,0.25);
}

/* DEVASE LOGO KALP ATISI */
.arm-center-logo { 
  width: 90px; 
  height: auto; 
  z-index: 5; 
  filter: drop-shadow(0 0 12px rgba(0, 255, 255, 0.7)); 
  animation: logoHeartbeat 1.8s cubic-bezier(0.215, 0.610, 0.355, 1) infinite; 
}
@keyframes logoHeartbeat {
  0%, 100%, 75% { transform: scale(0.90); filter: drop-shadow(0 0 5px rgba(0,255,255,0.4)); }
  12% { transform: scale(1.14); filter: drop-shadow(0 0 25px rgba(0,255,255,0.95)); }
  26% { transform: scale(0.96); filter: drop-shadow(0 0 8px rgba(0,255,255,0.5)); }
  40% { transform: scale(1.05); filter: drop-shadow(0 0 16px rgba(0,255,255,0.8)); }
}

.brain-pulser { position: absolute; width: 100%; height: 100%; border-radius: 50%; border: 2px solid #00ffff; animation: brainPulse 1.8s cubic-bezier(0.16, 1, 0.3, 1) infinite; opacity: 0; z-index: 1; }
.pulse-delay { animation-delay: 0.25s; }
@keyframes brainPulse { 0% { transform: scale(0.95); opacity: 1; filter: drop-shadow(0 0 2px #00ffff); } 70%, 100% { transform: scale(1.9); opacity: 0; } }

/* BASLIK KUTUSUNDAKI ARMIKOM AHM YAZISI ISTEDIGINIZ MAVI TONDA */
.arm-center-node .node-label { background: #00ffff; border: none; border-radius: 6px; padding: 6px 18px; box-shadow: 0 8px 25px rgba(0,255,255,0.4); }
.arm-center-node .label-title { color: #00a8ff; font-size: 12.5px; font-weight: 900; } 
.arm-center-node .label-sub { color: rgba(4,7,13,0.7); font-size: 9.5px; font-weight: 800; }

/* ?? MILIMETRIK KOORDINAT ATAMALARI (AKISMALAR TAMAMEN SIFIRLANDI) */
.pos-left-top     { top: 24%; left: 18%; }
.pos-left-mid     { top: 46%; left: 6%; }  
.pos-left-bottom  { top: 77%; left: 18%; }

/* 24/7 AKTIF FARKLI YANGIN SISTEMLERI */
.pos-top-center   { top: 10%; left: 50%; transform: translate(-50%, -50%); } 
.pos-top-center:hover { transform: translate(-50%, -50%) translateY(-6px); }

.pos-right-top    { top: 24%; left: 82%; }
.pos-right-mid    { top: 50%; left: 93%; } 
.pos-right-bottom { top: 77%; left: 82%; }

/* SYNCED MOBIL UYGULAMA ENTEGRASYONU */
.pos-bottom-center { top: 92%; left: 50%; transform: translate(-50%, -50%); } 
.pos-bottom-center:hover { transform: translate(-50%, -50%) translateY(-6px); }

/* ?? RESPONSIVE: MOBIL SIBER KART LISTESI */
@media (max-width: 992px) {
  .arm-cyber-network-section { padding: 50px 15px; border: none; }
  .arm-section-main-title { position: relative; top: 0; left: 0; transform: none; text-align: center; margin-bottom: 30px; font-size: 24px; }
  .arm-section-main-title::before { background: linear-gradient(90deg, #0072ff 0%, #00d2ff 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-size: 24px; }
  .arm-section-main-title::after { font-size: 24px; color: #ffffff !important; } 
  .arm-network-wrapper { height: auto; width: 100%; display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; }
  .arm-cyber-lines, .cyber-particle, .cyber-scanner, .cyber-layer { display: none !important; }
  .arm-node { position: relative !important; top: auto !important; left: auto !important; transform: none !important; background: linear-gradient(135deg, rgba(17, 24, 39, 0.6) 0%, rgba(6, 11, 23, 0.9) 100%); border: 1px solid rgba(255,255,255,0.06); padding: 24px; border-radius: 12px; box-shadow: 0 12px 25px rgba(0,0,0,0.4); }
  .arm-node:hover { transform: translateY(-4px) !important; border-color: rgba(255,255,255,0.15); }
  .arm-center-node { order: -1; grid-column: 1 / -1; background: none; border: none; box-shadow: none; padding: 15px 0; }
  .node-details { max-height: none; opacity: 1; width: 100%; background: none; border: none; box-shadow: none; padding: 6px 0 0 0; }
  .node-details p { font-size: 11px; color: #ffffff !important; margin: 6px 0; }
}


/* ==========================================================================
   ARMIKOM SIBER SATIS PLANLARI VE GNCEL BASLIK CSS YAPISI - BLM 1
   ========================================================================== */

/* Ana Siber Alan Kapsayicisi (Her seyin ilk stabil oturdugu dzen geri yklendi) */
.arm-cyber-network-section {
  background-color: #04070d;
  padding: 160px 0 220px 0; /* Alt bosluk footer yapismasini engellemek iin korundu */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: visible !important; /* Basligin yukariya, beyaz alana tasmasini saglar */
  position: relative;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  width: 100%;
  box-sizing: border-box;
  /* Parlayan Siber Serit Sinirlari */
  border-top: 3px solid #00ffff;
  border-bottom: 3.5px solid #0096ff; 
  box-shadow: inset 0 20px 50px rgba(0,255,255,0.06), 0 15px 40px rgba(0, 150, 255, 0.25);
}

/* ?? BASLIGI BEYAZ TEPE ALANA ALAN KUSURSUZ ESKI STIL */
.arm-section-main-title {
  position: absolute !important;
  top: -110px !important; /* Semanin disindaki tam beyaz kutunun oldugu tepeye firlatildi */
  left: 50% !important;
  transform: translateX(-50%) !important;
  letter-spacing: -0.5px;
  text-transform: none;
  white-space: nowrap;
  z-index: 99999 !important;
}

/* ?? Grseldeki Gradyan Geisli "ARMIKOM" Yazisi ve Alt izgisi */
.arm-section-main-title::before {
  content: "ARM\0130 KOM "; /* Trke I harfi tarayici hatalarina karsi kilitlendi */
  background: linear-gradient(90deg, #0072ff 0%, #00d2ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 38px;
  font-weight: 700;
  padding-bottom: 8px;
  display: inline-block;
  position: relative;
  border-bottom: 3.5px solid #0096ff;
  border-image: linear-gradient(to right, #0072ff, #00d2ff) 1;
}

/* ? Kar Beyazi "Jenerasyon" Yazisi */
.arm-section-main-title::after {
  content: "Jenerasyon"; 
  font-size: 38px;
  color: #ffffff !important;
  font-weight: 700;
  padding-left: 10px;
  display: inline-block;
  padding-bottom: 8px;
}

/* Semanin Sinirlandirilmis Ana Alan Kapsayicisi */
.arm-network-wrapper {
  position: relative;
  width: 1000px;
  height: 500px;
  margin: 0 auto;
}

/* Arka Plandaki Devre izgileri */
.arm-cyber-lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

/* izgilerin Neon Parlama Efektleri */
.line-glow {
  stroke-width: 1.5;
  stroke-dasharray: 4, 8;
  fill: none;
  opacity: 0.35;
}
.green-glow { stroke: #00ff66; filter: drop-shadow(0 0 2px #00ff66); }
.cyan-glow { stroke: #00ffff; filter: drop-shadow(0 0 2px #00ffff); }
.blue-glow { stroke: #0084ff; filter: drop-shadow(0 0 2px #0084ff); }
.pink-glow { stroke: #ff007f; filter: drop-shadow(0 0 2px #ff007f); }
.magenta-glow { stroke: #bd00ff; filter: drop-shadow(0 0 2px #bd00ff); }
.gold-glow { stroke: #ffd700; filter: drop-shadow(0 0 2px #ffd700); }

/* AKAN REALISTIK ISIK PARACIKLARI */
.cyber-particle { z-index: 2; }
.p-green { fill: #00ff66; filter: drop-shadow(0 0 6px #00ff66); }
.p-cyan { fill: #00ffff; filter: drop-shadow(0 0 6px #00ffff); }
.p-blue { fill: #0084ff; filter: drop-shadow(0 0 6px #0084ff); }
.p-pink { fill: #ff007f; filter: drop-shadow(0 0 6px #ff007f); }
.p-magenta { fill: #bd00ff; filter: drop-shadow(0 0 6px #bd00ff); }
.p-gold { fill: #ffd700; filter: drop-shadow(0 0 6px #ffd700); }

/* ==========================================================================
   ARMIKOM SIBER SATIS PLANLARI - ANIMASYONLU GEIS SISTEMI - BLM 1
   ========================================================================== */

/* ?? 1. GEIS ANIMASYONU MOTORU ( Fade-In & Slide-Up ) */
@keyframes armFadeUp {
  0% {
    opacity: 0;
    transform: translateY(40px); /* Sayfa ailirken asagidan yukari yumusaka szlr */
    filter: blur(4px); /* Siber odaklanma efekti */
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

/* Ana Siber Alan Kapsayicisi (Giris animasyonu enjekte edildi) */
.arm-pricing-section {
  background-color: #04070d; 
  padding: 100px 20px 220px 20px; /* Footer yapismasini nleyen ferah alan */
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  border-bottom: 3.5px solid #0096ff; /* Basligin parlak elektrik mavisi alt sinir izgisi */
  box-shadow: 0 15px 40px rgba(0, 150, 255, 0.25);
  
  /* ?? ANIMASYON AKTIVASYONU: Blm yklendiginde 1 saniyede akici geis yapar */
  animation: armFadeUp 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.arm-pricing-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* st Baslik ve Aiklama Alani */
.arm-pricing-header {
  text-align: center;
  margin-bottom: 70px;
}

/* GRADYAN VE SIYAH BASLIK STILI (ARMIKOM PLANLARI) */
.arm-pricing-subtitle {
  display: block;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
  text-transform: none;
  white-space: nowrap;
  font-size: 0;
}

/* ?? Grseldeki Gradyan Geisli "ARMIKOM" Yazisi ve Snmlenen Alt izgi */
.arm-pricing-subtitle::before {
  content: "ARM\0130 KOM "; /* Trke I harfi kilitli */
  background: linear-gradient(90deg, #0072ff 0%, #00d2ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 38px;
  font-weight: 700;
  padding-bottom: 8px;
  display: inline-block;
  position: relative;
  border-bottom: 3.5px solid #0096ff;
  border-image: linear-gradient(to right, #0072ff, #00d2ff) 1;
}

/* ? "Planlari" Yazisi */
.arm-pricing-subtitle::after {
  content: "Planlari"; 
  font-size: 38px;
  color: #ffffff !important;
  font-weight: 700;
  padding-left: 10px;
  display: inline-block;
  padding-bottom: 8px;
}

.arm-pricing-title {
  font-size: 36px;
  color: #ffffff;
  font-weight: 800;
  margin: 0 0 20px 0;
  line-height: 1.3;
}

.arm-pricing-desc {
  color: rgba(255, 255, 255, 0.6);
  max-width: 800px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.7;
}

/* 3'l Fiyatlandirma Grid Yapisi */
.arm-pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  margin-bottom: 80px;
  align-items: stretch;
}
/* ==========================================================================
   ARMIKOM SIBER SATIS PLANLARI - ANIMASYONLU GEIS SISTEMI - BLM 2
   ========================================================================== */

/* ?? ORTAK SIBER KART MIMARISI (Kademeli belirme animasyonu eklendi) */
.arm-price-card {
  background: linear-gradient(135deg, rgba(22, 30, 46, 0.5) 0%, rgba(11, 15, 26, 0.8) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 40px 30px;
  position: relative;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  opacity: 0; /* Animasyon baslayana kadar gizli tutulur */
  
  /* ?? KADEMELI GEIS: Kartlarin szlme animasyon tetikleyicisi */
  animation: armFadeUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

/* ?? Kartlarin Sirayla Sinematik Gelmesi Iin Zaman Gecikmeleri (Animation Delay) */
.plan-silver  { animation-delay: 0.2s; } /* Ilk nce Silver karti gelir */
.plan-gold    { animation-delay: 0.4s; } /* Saliseler sonra Gold karti gelir */
.plan-premium { animation-delay: 0.6s; } /* En son Premium karti szlr */

.arm-price-card h3 {
  font-size: 22px;
  font-weight: 700;
  margin: 20px 0 15px 0;
  line-height: 1.4;
  color: #ffffff;
}

.plan-text {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 30px 0;
  flex-grow: 1;
}

.plan-badge {
  font-size: 13px;
  font-weight: 900;
  padding: 6px 16px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  align-self: flex-start;
}

.plan-features {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 25px;
}

.feature-item {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #ffffff !important;
  font-weight: 600;
  margin-bottom: 14px;
}
.feature-item span { font-size: 16px; font-weight: 900; margin-right: 12px; }

/* ?? SILVER PAKET HOVER */
.plan-silver .plan-badge { background: rgba(0, 240, 255, 0.1); color: #00f0ff; border: 1px solid rgba(0, 240, 255, 0.3); }
.plan-silver .feature-item span { color: #00f0ff; }
.plan-silver:hover { transform: translateY(-8px) !important; border-color: #00f0ff; box-shadow: 0 0 35px rgba(0, 240, 255, 0.25); }

/* ?? GOLD PAKET HOVER */
.plan-gold .plan-badge { background: rgba(255, 138, 0, 0.1); color: #ff8a00; border: 1px solid rgba(255, 138, 0, 0.3); }
.plan-gold .feature-item span { color: #ff8a00; }
.plan-gold:hover { transform: translateY(-8px) !important; border-color: #ff8a00; box-shadow: 0 0 35px rgba(255, 138, 0, 0.25); }

.popular-plan { border-color: rgba(255, 138, 0, 0.4); background: linear-gradient(135deg, rgba(35, 25, 15, 0.6) 0%, rgba(11, 15, 26, 0.9) 100%); }
.popular-ribbon { position: absolute; top: -14px; right: 25px; background: linear-gradient(90deg, #ff8a00 0%, #ff5500 100%); color: #04070d; font-size: 10px; font-weight: 900; padding: 4px 14px; border-radius: 6px; letter-spacing: 1px; box-shadow: 0 4px 15px rgba(255, 85, 0, 0.4); }

/* ?? PREMIUM PAKET HOVER */
.plan-premium .plan-badge { background: rgba(189, 0, 255, 0.1); color: #bd00ff; border: 1px solid rgba(189, 0, 255, 0.3); }
.plan-premium .feature-item span { color: #bd00ff; }
.plan-premium:hover { transform: translateY(-8px) !important; border-color: #bd00ff; box-shadow: 0 0 35px rgba(189, 0, 255, 0.25); }

/* ?? TABLO ALANI */
.arm-table-title { font-size: 20px; font-weight: 700; color: #ffffff; margin-bottom: 25px; letter-spacing: 0.5px; border-left: 4px solid #00a8ff; padding-left: 15px; }
.arm-table-responsive { width: 100%; overflow-x: auto; border-radius: 12px; border: 1px solid rgba(255, 255, 255, 0.08); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4); }
.arm-comparison-table { width: 100%; border-collapse: collapse; text-align: center; background: rgba(15, 23, 42, 0.3); }
.arm-comparison-table th { background-color: #0e1626; padding: 18px 20px; font-size: 15px; font-weight: 800; color: #ffffff; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
.arm-comparison-table th:nth-child(1) { background-color: #0a0f1d; text-align: left; }
.arm-comparison-table th:nth-child(2) { color: #00f0ff; }
.arm-comparison-table th:nth-child(3) { color: #ff8a00; }
.arm-comparison-table th:nth-child(4) { color: #bd00ff; }
.arm-comparison-table td { padding: 16px 20px; font-size: 14px; color: rgba(255, 255, 255, 0.8); border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
.arm-comparison-table tr:last-child td { border-bottom: none; }
.arm-comparison-table tr:hover td { background-color: rgba(255, 255, 255, 0.02); }
.row-title { text-align: left; font-weight: 700; color: #ffffff; background-color: rgba(10, 15, 29, 0.2); }
.highlight-gold-td { color: #ff8a00 !important; font-weight: 700; }
.highlight-premium-td { color: #bd00ff !important; font-weight: 700; }

/* SIBER (CYBERPUNK) BILGI AL BUTONU */
.arm-main-cta-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.arm-main-pulse-btn {
  background: transparent; 
  color: #00ffff !important; 
  font-size: 16px;
  font-weight: 900;
  font-family: 'Arial Black', 'Impact', sans-serif !important; 
  padding: 16px 65px;
  border-radius: 4px; 
  border: 2px solid #00ffff; 
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 3px; 
  box-shadow: 0 0 15px rgba(0, 255, 255, 0.2), inset 0 0 10px rgba(0, 255, 255, 0.1);
  position: relative;
  transition: all 0.3s ease-in-out;
}
.arm-main-pulse-btn::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  border: 2px solid #00ffff;
  box-shadow: 0 0 25px #00ffff;
  animation: cyberCtaPulse 2s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  opacity: 0;
  pointer-events: none;
}
@keyframes cyberCtaPulse {
  0% { transform: scale(1); opacity: 0.8; }
  100% { transform: scale(1.15, 1.3); opacity: 0; }
}
.arm-main-pulse-btn span { display: none !important; }

.arm-main-pulse-btn:hover {
  background: #00ffff; 
  color: #04070d !important; 
  box-shadow: 0 0 40px #00ffff, 0 0 80px rgba(0, 255, 255, 0.4);
  transform: translateY(-3px) !important; /* Animasyon ezilmesini engellemek iin nemli kilit */
}

/* ?? RESPONSIVE: MOBIL UYUMLULUK */
@media (max-width: 768px) {
  .arm-pricing-section { padding: 60px 15px 120px 15px; border-bottom: 3.5px solid #0096ff; }
  .arm-pricing-title { font-size: 26px; }
  .arm-pricing-grid { grid-template-columns: 1fr; gap: 25px; }
  .arm-price-card { padding: 30px 20px; opacity: 1 !important; animation: none !important; } /* Mobilde performansi korumak iin animasyonu kapatir */
  .popular-ribbon { top: -12px; right: 15px; }
  .arm-comparison-table th, .arm-comparison-table td { padding: 12px 14px; font-size: 13px; }
  .arm-main-pulse-btn { width: 100%; justify-content: center; padding: 16px 20px; letter-spacing: 1px; }
}

/* ==========================================================================
   ARMIKOM %100 MOBIL UYUMLU IZOLE PLATFORM ALANI CSS YAPISI
   ========================================================================== */

/* Ana Blm Kapsayicisi */
.arm-cyber-strips-section {
  width: 100% !important; 
  max-width: 100% !important;
  padding: 80px 0 !important; 
  background-color: transparent !important; 
  box-sizing: border-box !important;
  overflow: hidden !important; /* st blmlerin kaymasini nleyen kalkan */
  position: relative !important;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;

  /* Sabit aik platin gold seritler */
  border-top: 3.5px solid #ffdf80 !important;
  border-bottom: 3.5px solid #ffdf80 !important;
}

/* ?? "ARMIKOM Ekosistem" Basligi Ana Sinifi */
.arm-strips-main-title {
  display: block !important;
  margin: 0 auto 40px auto !important;
  letter-spacing: -0.5px !important;
  text-transform: none !important;
  white-space: nowrap !important;
  font-size: 0 !important; /* ?? HTML'deki eski metni tamamen sifirlayan anahtar kalkan */
  text-align: center !important; /* Basligi tam ekran ortasina kusursuz kilitler */
  width: 100% !important;
}

/* ?? 1. KELIME: Akici elektrik mavisi gradyanli "ARMIKOM" yazisi */
.arm-strips-main-title::before {
  content: "ARM\0130 KOM " !important; /* Trke I harfi kilitli */
  background: linear-gradient(90deg, #0072ff 0%, #00d2ff 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  font-size: 36px !important; 
  font-weight: 700 !important; 
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
  padding-bottom: 8px !important;
  display: inline-block !important;
  position: relative !important;
  border-bottom: 3px solid #0072ff !important; 
  border-image: linear-gradient(to right, #0072ff, #00d2ff) 1 !important;
}

/* ? ?? KESIN ZM: HTML'den bagimsiz olarak kelime zorunlu "Ekosistem" yapildi ve SIMSIYAH tona mhrlendi */
.arm-strips-main-title::after {
  content: "Ekosistem" !important; /* ?? ISTEK: Basligin ikinci kelimesi Ekosistem olarak degistirildi */
  font-size: 36px !important;
  color: #000000 !important; /* Jilet gibi net simsiyah kurumsal renk */
  font-weight: 700 !important; 
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
  padding-left: 10px !important; 
  display: inline-block !important;
  padding-bottom: 8px !important;
  text-transform: none !important;
}

/* Masast Yan Yana 2'li Dzen Sistemi */
.arm-strips-grid-system {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 16px !important; 
  max-width: 950px !important; 
  margin: 0 auto !important; 
  width: 100% !important;
  box-sizing: border-box !important;
}

/* ULTRA-INCE SIBER SATIR MIMARISI */
.arm-strip-item {
  background: rgba(10, 15, 28, 0.95) !important; 
  border: 1px solid rgba(255, 255, 255, 0.05) !important;
  border-left: 3.5px solid rgba(255, 255, 255, 0.15) !important; 
  border-radius: 6px !important;
  padding: 10px 20px !important; 
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  text-decoration: none !important;
  backdrop-filter: blur(12px) !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5) !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
  opacity: 1 !important; 
  transform: none !important;
  animation: none !important;
}

/* SOL BASTAKI BEYAZ INDIRME IKONU */
.arm-strip-download-icon {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: rgba(255, 255, 255, 0.6) !important;
}
.arm-strip-download-icon svg { width: 18px !important; height: 18px !important; }

/* BYTLMS KURUMSAL LOGO YUVASI */
.arm-strip-logo-box {
  width: 42px !important; height: 42px !important;
  background: rgba(4, 7, 13, 0.6) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 5px !important;
  display: flex !important; align-items: center !important; justify-content: center !important;
  padding: 5px !important; box-sizing: border-box !important;
}
.arm-strip-logo-img { width: 100% !important; height: auto !important; object-fit: contain !important; opacity: 0.9 !important; }

/* Yazi Grubu */
.arm-strip-text { display: flex !important; flex-direction: column !important; gap: 2px !important; flex-grow: 1 !important; }
.arm-strip-filename { font-size: 14px !important; font-weight: 700 !important; color: #ffffff !important; letter-spacing: 0.2px !important; }
.arm-strip-meta { font-size: 10.5px !important; color: #ffffff !important; opacity: 0.55 !important; font-weight: 600 !important; text-transform: uppercase !important; letter-spacing: 0.4px !important; }
.arm-strip-arrow { color: rgba(255, 255, 255, 0.15); font-size: 12px; transition: all 0.3s ease; }

/* SIBER HOVER REAKSIYONLARI */
.strip-blue:hover { transform: translateX(4px) !important; border-color: rgba(0, 114, 255, 0.2) !important; border-left-color: #0072ff !important; background: rgba(14, 22, 38, 0.98) !important; }
.strip-blue:hover .arm-strip-download-icon { color: #0072ff !important; filter: drop-shadow(0 0 4px #0072ff); }
.strip-blue:hover .arm-strip-logo-box { border-color: #0072ff !important; }
.strip-blue:hover .arm-strip-filename { color: #0072ff !important; }
.strip-blue:hover .arm-strip-meta { opacity: 0.85 !important; color: #0072ff !important; }
.strip-blue:hover .arm-strip-arrow { color: #0072ff !important; transform: translateX(2px); }

.strip-cyan:hover { transform: translateX(4px) !important; border-color: rgba(0, 255, 255, 0.2) !important; border-left-color: #00ffff !important; background: rgba(14, 22, 38, 0.98) !important; }
.strip-cyan:hover .arm-strip-download-icon { color: #00ffff !important; filter: drop-shadow(0 0 4px #00ffff); }
.strip-cyan:hover .arm-strip-logo-box { border-color: #00ffff !important; }
.strip-cyan:hover .arm-strip-filename { color: #00ffff !important; }
.strip-cyan:hover .arm-strip-meta { opacity: 0.85 !important; color: #00ffff !important; }
.strip-cyan:hover .arm-strip-arrow { color: #00ffff !important; transform: translateX(2px); }

.strip-gold:hover { transform: translateX(4px) !important; border-color: rgba(255, 138, 0, 0.2) !important; border-left-color: #ff8a00 !important; background: rgba(25, 20, 14, 0.98) !important; }
.strip-gold:hover .arm-strip-download-icon { color: #ff8a00 !important; filter: drop-shadow(0 0 4px #ff8a00); }
.strip-gold:hover .arm-strip-logo-box { border-color: #ff8a00 !important; }
.strip-gold:hover .arm-strip-filename { color: #ff8a00 !important; }
.strip-gold:hover .arm-strip-meta { opacity: 0.85 !important; color: #ff8a00 !important; }
.strip-gold:hover .arm-strip-arrow { color: #ff8a00 !important; transform: translateX(2px); }

.strip-purple:hover { transform: translateX(4px) !important; border-color: rgba(189, 0, 255, 0.2) !important; border-left-color: #bd00ff !important; background: rgba(20, 14, 28, 0.98) !important; }
.strip-purple:hover .arm-strip-download-icon { color: #bd00ff !important; filter: drop-shadow(0 0 4px #bd00ff); }
.strip-purple:hover .arm-strip-logo-box { border-color: #bd00ff !important; }
.strip-purple:hover .arm-strip-filename { color: #bd00ff !important; }
.strip-purple:hover .arm-strip-meta { opacity: 0.85 !important; color: #bd00ff !important; }
.strip-purple:hover .arm-strip-arrow { color: #bd00ff !important; transform: translateX(2px); }

/* ?? ?? NIHAI KUSURSUZ MOBIL BALANS KALKANI (SAGA TAM UZATILAN SRM) */
@media (max-width: 768px) {
  .arm-cyber-strips-section { 
    padding: 50px 0 !important; 
    width: 100% !important; 
    margin-left: 0 !important; 
    margin-right: 0 !important; 
    border-top: 2.5px solid #ffdf80 !important; 
    border-bottom: 2.5px solid #ffdf80 !important; 
  }
  
  .arm-strips-main-title::before,
  .arm-strips-main-title::after { 
    font-size: 20px !important; 
  }

  /* ?? KESIN ZM: Sag bosluk 65px'den 50px'e dsrlerek kartlarin sag kenara tam sigmasi ve uzamasi saglandi */
  .arm-strips-grid-system { 
    grid-template-columns: 1fr !important; 
    gap: 12px !important; 
    
    /* ?? NIHAI BALANS: Sag taraftaki bosluk payi 50px yapilarak kartlarin saga tam sifirlanmasi saglandi [No.0].
       Sol bosluk ise 45px olarak sabit tutulup asil kurumsal simetri yakalandi. */
    padding: 0 50px 0 45px !important; 
    
    margin: 0 auto !important;
    width: 100% !important;
    max-width: 100% !important; 
    box-sizing: border-box !important;
  }
  
  .arm-strip-item { 
    padding: 10px 14px !important; 
    gap: 12px !important; 
    width: 100% !important;
    box-sizing: border-box !important;
  }
  
  .arm-strip-filename { font-size: 13px !important; }
  .arm-strip-meta { font-size: 10px !important; }
  .arm-strip-arrow, .arm-strip-download-icon { display: none !important; }
}


/* ==========================================================================
   ARMIKOM JENERASYON SEMASI - KUSURSUZ MOBIL ASIMETRI KALKANI
   ========================================================================== */

@media (max-width: 992px) {
  /* Ana Kapsayici Alani (st bosluk ve blok dzeni kararliligi korundu) */
  .arm-cyber-network-section { 
    padding: 60px 0 !important; 
    border: none !important; 
    margin-top: 140px !important; 
    margin-bottom: 40px !important;
    display: block !important; 
    width: 100% !important;
    box-sizing: border-box !important;
  }
  
  /* BASLIGI TELEFON EKRANINA TAM SIGDIRAN MOBIL AYAR */
  .arm-section-main-title { 
    position: relative !important; 
    top: 0 !important; 
    left: 0 !important; 
    transform: none !important; 
    text-align: center !important; 
    margin-bottom: 40px !important; 
    width: 100% !important;
    font-size: 0 !important;
  }
  .arm-section-main-title::before { font-size: 22px !important; padding-bottom: 4px !important; }
  .arm-section-main-title::after { font-size: 22px !important; color: #ffffff !important; padding-left: 6px !important; padding-bottom: 4px !important; }

  /* ?? KESIN ZM: Sagdaki sosyal medya ikonlarinin kalinligini hesaplayan asimetrik mobil kalkan.
     Sag taraftan 115px kairip sol tarafa 45px pay vererek kartlari gz karari tam ortaladik! */
  .arm-network-wrapper { 
    height: auto !important; 
    width: 100% !important; 
    display: grid !important; 
    grid-template-columns: 1fr !important; /* Kartlari dikey eksende alt alta kilitler */
    gap: 30px !important; 
    /* ?? KRITIK DEGISIKLIK: Sirasiyla st(0) - Sag(115px) - Alt(0) - Sol(45px) bosluklari kilitlendi. 
       Sagdaki ikonlarin baskisi bu asimetrik dengeyle tamamen sifirlandi ve kartlar tam gbege oturdu! */
    padding: 0 115px 0 45px !important; 
    margin: 0 auto !important;
    box-sizing: border-box !important;
  }

  /* Arka plan siber izgileri ve animasyonlari mobilde performansi korumak iin kapali kalir */
  .arm-cyber-lines, .cyber-particle, .cyber-scanner, .cyber-layer { 
    display: none !important; 
  }

  /* MOBIL SIBER KART MIMARISI */
  .arm-node { 
    position: relative !important; 
    top: auto !important; 
    left: auto !important; 
    transform: none !important; 
    background: linear-gradient(135deg, rgba(22, 30, 46, 0.6) 0%, rgba(6, 11, 23, 0.95) 100%) !important; 
    border: 1px solid rgba(255, 255, 255, 0.08) !important; 
    padding: 24px !important; 
    border-radius: 14px !important; 
    box-shadow: 0 12px 25px rgba(0,0,0,0.5) !important;
    width: 100% !important; 
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .arm-node:hover { 
    transform: translateY(-4px) !important; 
    border-color: rgba(255, 255, 255, 0.2) !important; 
  }

  /* Merkez Odak Noktasi Mobil Dzeni */
  .arm-center-node { 
    order: -1 !important; 
    grid-column: 1 / -1 !important; 
    background: none !important; 
    border: none !important; 
    box-shadow: none !important; 
    padding: 15px 0 !important; 
  }

  /* Ailir Bilgi Panelleri */
  .node-details { 
    max-height: none !important; 
    opacity: 1 !important; 
    width: 100% !important; 
    background: none !important; 
    border: none !important; 
    box-shadow: none !important; 
    padding: 8px 0 0 0 !important; 
  }

  .node-details p { 
    font-size: 12px !important; 
    color: #ffffff !important; 
    margin: 6px 0 !important; 
    opacity: 0.8 !important;
  }
}


/* Sinyal Bar Ykseklik Kltme Ayari */
@keyframes armikomSignalGrow { 
0% { transform: scaleY(0.25); }100% { transform: scaleY(0.95); }}@keyframes armikomRadarSweepAction { to { transform: rotate(360deg); } }@keyframes armikomRadarPingAction { 0% { opacity: 0; transform: scale(0.8); } 20% { opacity: 1; } 60% { opacity: 0; transform: scale(1.5); } 100% { opacity: 0; } }@keyframes armikomPulseGreen { 0%, 100% { box-shadow: 0 0 0 0 rgba(46,125,50,0.7); } 70% { box-shadow: 0 0 0 6px rgba(46,125,50,0); } }@keyframes armikomPulseRed { 0%, 100% { box-shadow: 0 0 0 0 rgba(198,40,40,0.7); } 70% { box-shadow: 0 0 0 6px rgba(198,40,40,0); } }@keyframes armikomCyberIconPulse {0%, 100% { transform: scale(1); border-color: rgba(100, 181, 246, 0.3); box-shadow: 0 0 8px rgba(100, 181, 246, 0.15); background: rgba(100, 181, 246, 0.08); }50% { transform: scale(1.05); border-color: rgba(100, 181, 246, 0.8); box-shadow: 0 0 18px rgba(100, 181, 246, 0.5); background: rgba(100, 181, 246, 0.16); }}@keyframes armikomDataFlowEffect { 0% { left: -100%; } 100% { left: 100%; } }/* Mobil Dzen */@media (max-width: 991.98px) {.armikom-center-stage { height: auto; min-height: 400px; }.armikom-slide-row { grid-template-columns: 1fr; padding: 40px 25px; gap: 30px; }.armikom-btn-nav { width: 38px; height: 38px; font-size: 11px; }.armikom-prev { left: 5px !important; }.armikom-next { right: 5px !important; }.armikom-col-visual { min-height: 160px; }.armikom-cyber-panel { max-width: 100%; height: 160px; }

