:root{
    --vx-primary: #0b63c7;   /* kurumsal mavi */
    --vx-primary-600:#0a57ad;
    --vx-primary-50:#f5f9ff;
    --vx-text:#1f2937;
    --vx-muted:#6b7280;
    --vx-card:#f8fbff;
    --vx-white:#ffffff;
  }

  header{
    margin-bottom: 100px !important;
  }

#mainmenu a{color: #0a57ad !important;}
#mainmenu a:hover{color: #0b63c7;}
#mainmenu li li a{background: #f7faff;}
#mainmenu li li a:hover{background: #0a57ad !important; color:#fff !important;}

  .vx-container{
    width:min(1100px, 92%);
    margin-inline:auto;
  }

  /* About */
  .vx-about{
    padding: clamp(40px, 6vw, 72px) 0 0;
    text-align:center;
  }
  .vx-title{
    font-size: clamp(26px, 4vw, 36px);
    color: var(--vx-primary);
    line-height:1.2;
    margin:0 0 12px;
    font-weight: 700;
  }

  .vx-lead{
    color: var(--vx-text);
    font-size: clamp(16px, 2.5vw, 18px);
    line-height:1.7;
    max-width: 850px;
    margin: 0 auto;
    padding-bottom: 40px;
  }

  /* Services */
  .vx-services{
    padding: clamp(40px, 6vw, 80px) 0;
    background: var(--vx-white);
  }
  .vx-grid{
    display:grid;
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(16px, 3vw, 28px);
  }
  @media (max-width: 1024px){
    .vx-grid{ grid-template-columns: repeat(2, 1fr); }
  }
  @media (max-width: 560px){
    .vx-grid{ grid-template-columns: 1fr; }
  }

  .vx-card{
    background: var(--vx-card);
    border-radius: 16px;
    padding: clamp(18px, 3vw, 24px);
    box-shadow: 0 8px 24px rgba(11,99,199,0.06);
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
  }
  .vx-link{
    display:block;
    text-decoration:none;
    color: inherit;
  }
  .vx-card:hover{
    transform: translateY(-6px);
    box-shadow: 0 16px 36px rgba(11,99,199,0.12);
    background: #eaf3ff;
  }

  .vx-icon{
    width:64px;height:64px;
    display:grid;place-items:center;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--vx-primary), var(--vx-primary-600));
    margin-bottom: 16px;
  }
  .vx-icon i{
    font-size: 34px;
    color: #fff;
    line-height:1;
  }
  .vx-card-title{
    font-size: clamp(18px, 2.8vw, 20px);
    color: var(--vx-primary);
    margin: 8px 0 8px;
    font-weight: 700;
  }
  .vx-card-text{
    color: var(--vx-muted);
    font-size: 15px;
    line-height:1.6;
  }

  /* Reveal-up animation */
  .reveal-up{
    opacity:0;
    transform: translateY(24px);
    will-change: transform, opacity;
  }
  .reveal-up.is-visible{
    opacity:1;
    transform: translateY(0);
    transition: opacity .6s ease, transform .6s ease;
  }

   /* Hizmetler */

   .vx-alt-services{
  background: linear-gradient(135deg, #0b63c7, #0a57ad);
  padding: clamp(50px, 6vw, 90px) 0;
  color:#fff;
}
.vx-section-title-white{
  text-align:center;
  font-size: clamp(28px, 4vw, 38px);
  margin-bottom: 40px;
  color:#fff;
}
.vx-row{
  display:flex;
  align-items:center;
  gap:24px;
  margin-bottom: 40px;
}
.vx-row.reverse{
  flex-direction: row-reverse;
}
.vx-icon-alt{
  flex-shrink:0;
  width:70px;height:70px;
  display:grid;place-items:center;
  border-radius: 50%;
  background:rgba(255,255,255,0.15);
  font-size:32px;
}
.vx-content h3{
  font-size:22px;
  margin-bottom: 10px;
  color:#fff;
}
.vx-content p{
  font-size:16px;
  line-height:1.6;
  color:#f0f4ff;
}
@media(max-width:768px){
  .vx-row, .vx-row.reverse{flex-direction: column;text-align:center;}
}
.reveal-left{opacity:0;transform:translateX(-40px);}
.reveal-right{opacity:0;transform:translateX(40px);}
.reveal-left.is-visible,.reveal-right.is-visible{
  opacity:1;transform:translateX(0);transition:all .7s ease;
}


/* BLOG */

.vx-container{width:min(1100px,92%);margin-inline:auto}
  .vx-blog{padding: clamp(48px,6vw,88px) 0;background:#fff}
  .vx-blog-header{text-align:center;max-width:860px;margin:0 auto 28px}
  .vx-blog-title{font-size:clamp(28px,4.2vw,36px);color:#0b63c7;margin:0 0 8px;font-weight:800}
  .vx-blog-sub{font-size:16px;color:#556072}

  .vx-blog-grid{
    display:grid;
    grid-template-columns: 1.2fr .8fr;
    gap: clamp(18px,3vw,28px);
  }
  @media(max-width: 980px){
    .vx-blog-grid{grid-template-columns:1fr}
  }

  .vx-post{
    background:#f7faff;
    border-radius:18px;
    padding: clamp(18px,3vw,26px);
    box-shadow:0 10px 30px rgba(11,99,199,.08);
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
    position:relative;
    overflow:hidden;
  }
  .vx-feature{
    min-height: 100%;
    background: linear-gradient(135deg,#0b63c7 0%, #0a57ad 100%);
    color:#fff;
  }
  .vx-feature .vx-post-excerpt{color:#eef4ff}
  .vx-post:before{
    content:"";
    position:absolute;inset:auto -10% -10% auto;
    width:220px;height:220px;border-radius:50%;
    background: radial-gradient(closest-side, rgba(11,99,199,.18), rgba(11,99,199,0));
    transform: translate(14%,14%);
    pointer-events:none;
  }
  .vx-post:hover{transform:translateY(-6px);box-shadow:0 18px 44px rgba(11,99,199,.16);background:#eef5ff}
  .vx-feature:hover{background: linear-gradient(135deg,#0a57ad,#0b63c7)}

  .vx-post-badge{
    display:inline-flex;align-items:center;gap:8px;
    font-size:12px;font-weight:700;
    padding:6px 10px;border-radius:999px;
    background:#eaf3ff;color:#0b63c7;margin-bottom:12px
  }
  .vx-feature .vx-post-badge{background:rgba(255,255,255,.18);color:#fff}

  .vx-post-title{font-size:clamp(18px,3vw,22px);margin:6px 0 10px;color:#0b63c7}
  .vx-feature .vx-post-title{color:#fff}
  .vx-post-excerpt{font-size:15px;line-height:1.65;color:#4b5563}
  .vx-post-actions{display:flex;gap:14px;align-items:center;margin-top:14px;flex-wrap:wrap}
  .vx-btn{
    display:inline-block;text-decoration:none;
    padding:10px 16px;border-radius:12px;
    background:#0b63c7;color:#fff;font-weight:700
  }
  .vx-btn:hover{filter:brightness(1.05); color: #fff;}
  .vx-link{color:#0b63c7;text-decoration:none;font-weight:700}
  .vx-link:hover{text-decoration:underline}

  .vx-link-1{color:#fff;text-decoration:none;font-weight:700}
  .vx-link-1:hover{text-decoration:underline; color: #f0f4ff;}

  /* Reveal animations */
  .reveal-up{opacity:0;transform:translateY(22px)}
  .reveal-left{opacity:0;transform:translateX(-28px)}
  .reveal-right{opacity:0;transform:translateX(28px)}
  .is-visible{opacity:1;transform:none;transition:all .7s cubic-bezier(.2,.75,.2,1)}