/* Start custom CSS for html, class: .elementor-element-2e3dc0d *//* =========================================================
     Ecom Rehberlik - CSS (Eksiksiz)
     - Sadece bu sayfayı hedefler: .wv-ecom-guide
     - Renkler: #47415d #f3f0ff #9699bf #1181c8 #cce9ff
     ========================================================= */

  :root{
    --wv-1:#47415d;
    --wv-2:#f3f0ff;
    --wv-3:#9699bf;
    --wv-4:#1181c8;
    --wv-5:#cce9ff;

    --wv-shadow: 0 14px 34px rgba(71,65,93,.10);
    --wv-shadow-sm: 0 10px 24px rgba(71,65,93,.06);
    --wv-radius: 18px;
  }

  /* Sayfa kapsayıcı */
  .wv-ecom-guide{ color: var(--wv-1); }

  /* HERO */
  .wv-ecomGuideHero{ padding-top: 26px; }
  .wv-ecomGuideHero__row{
    display:grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 18px;
    align-items: stretch;
  }
  .wv-ecomGuideHero__chips{
    display:flex;
    gap:8px;
    flex-wrap:wrap;
    margin-top: 14px;
  }

  /* Right summary card (kontrast fix) */
  .wv-ecomGuideCard{
    background: linear-gradient(180deg, rgba(243,240,255,.92) 0%, rgba(204,233,255,.28) 100%);
    border: 1px solid rgba(71,65,93,.16);
    border-radius: var(--wv-radius);
    padding: 16px;
    box-shadow: var(--wv-shadow);
    height: 100%;
    display:flex;
    flex-direction:column;
  }
  .wv-ecomGuideCard *{ opacity: 1; } /* global opacity override fix */
  .wv-ecomGuideCard__top{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap: 10px;
    margin-bottom: 10px;
  }
  .wv-ecomGuideCard__kicker{
    font-weight: 950;
    font-size: 12px;
    letter-spacing: .2px;
    color: rgba(71,65,93,.82);
  }
  .wv-ecomGuideCard__title{
    margin: 6px 0 0;
    font-size: 20px;
    line-height: 1.25;
    color: var(--wv-1);
  }
  .wv-ecomGuideCard__list{
    margin: 0;
    padding-left: 18px;
    color: rgba(71,65,93,.92);
  }
  .wv-ecomGuideCard__list li{ margin: 10px 0; }
  .wv-ecomGuideCard__cta{
    margin-top: 12px;
    display:flex;
    gap:10px;
    flex-wrap:wrap;
  }
  .wv-ecomGuideCard__note{
    margin-top: auto;
    padding-top: 10px;
    color: rgba(71,65,93,.75);
  }

  /* Buttons (soluk görünüm fix) */
  .wv-ecom-guide a.wv-btn{ text-decoration:none; }

  .wv-ecom-guide .wv-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap: 8px;
    padding: 12px 16px;
    border-radius: 999px;
    font-weight: 950;
    line-height: 1;
    border: 1px solid transparent;
    transition: transform .15s ease, box-shadow .15s ease, filter .15s ease, background .15s ease, border-color .15s ease;
    user-select: none;
    white-space: nowrap;
  }

  .wv-ecom-guide .wv-btn--primary{
    background: var(--wv-4) !important;
    border: 1px solid rgba(17,129,200,.35) !important;
    color:#fff !important;
    box-shadow: 0 12px 26px rgba(17,129,200,.18);
  }
  .wv-ecom-guide .wv-btn--primary:hover{
    filter: brightness(.98);
    transform: translateY(-1px);
    box-shadow: 0 16px 34px rgba(17,129,200,.22);
  }

  .wv-ecom-guide .wv-btn--ghost{
    background: rgba(243,240,255,.75);
    border: 1px solid rgba(150,153,191,.35);
    color: var(--wv-1);
  }
  .wv-ecom-guide .wv-btn--ghost:hover{
    background: rgba(204,233,255,.35);
    border-color: rgba(17,129,200,.30);
    transform: translateY(-1px);
    box-shadow: 0 12px 26px rgba(71,65,93,.10);
  }

  .wv-ecom-guide .wv-btn--soft{
    background: rgba(204,233,255,.35);
    border: 1px solid rgba(17,129,200,.25);
    color: var(--wv-1);
  }
  .wv-ecom-guide .wv-btn--soft:hover{
    background: rgba(204,233,255,.55);
    border-color: rgba(17,129,200,.35);
    transform: translateY(-1px);
    box-shadow: 0 12px 26px rgba(71,65,93,.10);
  }

  .wv-ecom-guide .wv-btn--ghost-inv{
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.20);
    color:#fff;
  }
  .wv-ecom-guide .wv-btn--ghost-inv:hover{
    background: rgba(255,255,255,.14);
    border-color: rgba(255,255,255,.26);
    transform: translateY(-1px);
  }

  /* Layout: sticky nav + content */
  .wv-ecomGuideGrid{
    display:grid;
    grid-template-columns: 320px 1fr;
    gap: 18px;
    align-items: start;
    margin-top: 14px;
  }

  /* Sticky menu kesin */
  .wv-ecomGuideNav{
    position: sticky;
    top: 18px;
    z-index: 2;
    align-self: start;
  }
  .wv-ecomGuideNav__box{
    border: 1px solid rgba(71,65,93,.14);
    border-radius: var(--wv-radius);
    background: #fff;
    box-shadow: 0 12px 28px rgba(71,65,93,.07);
    padding: 14px;
  }
  .wv-ecomGuideNav__title{ font-weight: 950; margin-bottom: 10px; }
  .wv-ecomGuideNav__link{
    display:block;
    padding: 10px 10px;
    border-radius: 12px;
    text-decoration:none;
    color: var(--wv-1);
    border: 1px solid rgba(71,65,93,.10);
    background: rgba(243,240,255,.60);
    margin: 8px 0;
    font-weight: 900;
  }
  .wv-ecomGuideNav__link:hover{
    border-color: rgba(17,129,200,.30);
    background: rgba(204,233,255,.38);
    transform: translateY(-1px);
  }
  .wv-ecomGuideNav__divider{
    height: 1px;
    background: rgba(71,65,93,.12);
    margin: 12px 0;
  }
  .wv-ecomGuideNav__miniTitle{ font-weight: 950; margin-bottom: 8px; }
  .wv-ecomGuideNav__miniBtn{
    display:block;
    text-align:center;
    padding: 10px 10px;
    border-radius: 999px;
    text-decoration:none;
    font-weight: 950;
    border: 1px solid rgba(71,65,93,.18);
    margin: 8px 0;
    color: var(--wv-1);
    background: #fff;
  }
  .wv-ecomGuideNav__miniBtn:hover{
    border-color: rgba(17,129,200,.35);
    box-shadow: 0 10px 22px rgba(71,65,93,.10);
    transform: translateY(-1px);
  }

  /* Blocks */
  .wv-ecomBlock{
    border: 1px solid rgba(71,65,93,.12);
    border-radius: var(--wv-radius);
    background: #fff;
    padding: 18px;
    margin-bottom: 14px;
    box-shadow: var(--wv-shadow-sm);
  }
  .wv-ecomBlock--muted{
    background: linear-gradient(180deg, rgba(243,240,255,.75), rgba(255,255,255,1));
  }
  .wv-ecomBlock__head{ margin-bottom: 14px; }

  /* Split points */
  .wv-ecomSplit{
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }
  .wv-ecomPoint{
    display:flex;
    gap: 12px;
    border: 1px solid rgba(71,65,93,.12);
    border-radius: 16px;
    padding: 14px;
    background: rgba(204,233,255,.18);
  }
  .wv-ecomPoint__ic{
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display:grid;
    place-items:center;
    background: rgba(243,240,255,.92);
    border: 1px solid rgba(150,153,191,.35);
    color: var(--wv-4);
    flex: 0 0 auto;
  }
  .wv-ecomPoint__ic svg{ width: 22px; height: 22px; }
  .wv-ecomPoint h3{ margin:0 0 6px; font-size: 16px; }
  .wv-ecomPoint p{ margin:0; opacity:.86; line-height:1.6; }

  /* Coverage cards */
  .wv-ecomCards{
    display:grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 14px;
  }
  .wv-ecomCard{
    border: 1px solid rgba(71,65,93,.14);
    border-radius: 16px;
    background: #fff;
    padding: 14px;
  }
  .wv-ecomCard__top{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom: 10px;
  }
  .wv-ecomCard__ic{
    width: 40px;
    height: 40px;
    border-radius: 14px;
    display:grid;
    place-items:center;
    background: rgba(204,233,255,.45);
    border: 1px solid rgba(17,129,200,.22);
    color: var(--wv-4);
  }
  .wv-ecomCard__ic svg{ width: 20px; height: 20px; }
  .wv-ecomCard h3{ margin:0; font-size: 16px; }
  .wv-ecomCard ul{ margin:0; padding-left: 18px; opacity:.92; }
  .wv-ecomCard li{ margin: 7px 0; }

  /* Deliverables */
  .wv-ecomDeliver{
    display:grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 14px;
  }
  .wv-ecomDeliver__item{
    border: 1px solid rgba(71,65,93,.12);
    border-radius: 16px;
    padding: 14px;
    background: rgba(243,240,255,.55);
  }
  .wv-ecomDeliver__item h3{ margin:0 0 6px; font-size: 16px; }
  .wv-ecomDeliver__item p{ margin:0; opacity:.86; line-height:1.6; }

  /* Plans */
  .wv-ecomPlans{
    display:grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 14px;
    align-items: stretch;
  }
  .wv-ecomPlan{
    border: 1px solid rgba(71,65,93,.14);
    border-radius: var(--wv-radius);
    background: #fff;
    padding: 16px;
    position: relative;
    box-shadow: 0 12px 28px rgba(71,65,93,.07);
  }
  .wv-ecomPlan--featured{
    background: linear-gradient(180deg, rgba(204,233,255,.35), rgba(255,255,255,1));
    border-color: rgba(17,129,200,.28);
  }
  .wv-ecomPlan__badge{
    position:absolute;
    top: 12px;
    right: 12px;
    font-size: 12px;
    font-weight: 950;
    padding: 6px 10px;
    border-radius: 999px;
    background: var(--wv-4);
    color:#fff;
  }
  .wv-ecomPlan h3{ margin:0 0 8px; }
  .wv-ecomPlan__p{ margin:0 0 10px; opacity:.86; line-height:1.6; }
  .wv-ecomPlan ul{ margin:0; padding-left:18px; }
  .wv-ecomPlan li{ margin: 7px 0; }
  .wv-ecomPlan__cta{ display:flex; gap:10px; flex-wrap:wrap; margin-top: 12px; }

  /* Steps */
  .wv-ecomSteps{
    list-style:none;
    margin:0;
    padding:0;
    display:grid;
    gap: 12px;
  }
  .wv-ecomSteps li{
    display:flex;
    gap: 12px;
    border: 1px solid rgba(71,65,93,.12);
    border-radius: 16px;
    background: #fff;
    padding: 14px;
  }
  .wv-ecomSteps__n{
    width: 44px;
    height: 44px;
    border-radius: 16px;
    display:grid;
    place-items:center;
    background: rgba(243,240,255,.92);
    border: 1px solid rgba(150,153,191,.35);
    font-weight: 950;
    flex: 0 0 auto;
  }
  .wv-ecomSteps__b h3{ margin:0 0 6px; font-size: 16px; }
  .wv-ecomSteps__b p{ margin:0; opacity:.86; line-height:1.6; }

  /* Inline CTA */
  .wv-ecomInlineCta{
    margin-top: 14px;
    border: 1px solid rgba(17,129,200,.22);
    border-radius: var(--wv-radius);
    background: linear-gradient(180deg, rgba(204,233,255,.35), rgba(243,240,255,.45));
    padding: 14px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap: 12px;
    flex-wrap:wrap;
  }
  .wv-ecomInlineCta h3{ margin:0 0 6px; }
  .wv-ecomInlineCta p{ margin:0; opacity:.86; }

  /* FAQ Accordion */
  .wv-faq{ display:grid; gap:10px; }
  .wv-faq__item{
    border: 1px solid rgba(71,65,93,.14);
    border-radius: 16px;
    background: #fff;
    box-shadow: var(--wv-shadow-sm);
    overflow: hidden;
  }
  .wv-faq__q{
    list-style:none;
    cursor:pointer;
    padding: 14px;
    font-weight: 950;
    color: var(--wv-1);
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap: 12px;
    background: linear-gradient(180deg, rgba(243,240,255,.55), rgba(255,255,255,1));
  }
  .wv-faq__q::-webkit-details-marker{ display:none; }
  .wv-faq__q::after{
    content:"+";
    width: 34px;
    height: 34px;
    border-radius: 12px;
    display:grid;
    place-items:center;
    border: 1px solid rgba(71,65,93,.16);
    background: rgba(204,233,255,.35);
    color: var(--wv-1);
    font-weight: 950;
    flex: 0 0 auto;
  }
  .wv-faq__item[open] .wv-faq__q::after{
    content:"–";
    background: rgba(17,129,200,.10);
    border-color: rgba(17,129,200,.28);
  }
  .wv-faq__q:hover{
    background: linear-gradient(180deg, rgba(204,233,255,.22), rgba(255,255,255,1));
  }
  .wv-faq__a{
    padding: 0 14px 14px;
    color: rgba(71,65,93,.88);
    line-height: 1.7;
    border-top: 1px solid rgba(71,65,93,.08);
  }

  /* Other services grid */
  .wv-otherServices__grid{
    display:grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: 12px;
    margin-top: 12px;
  }
  .wv-otherService{
    display:flex;
    gap: 12px;
    padding: 14px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid rgba(71,65,93,.12);
    text-decoration:none;
    color: var(--wv-1);
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
  }
  .wv-otherService:hover{
    transform: translateY(-2px);
    box-shadow: 0 16px 36px rgba(71,65,93,.10);
    border-color: rgba(17,129,200,.28);
  }
  .wv-otherService__ic{
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display:grid;
    place-items:center;
    background: rgba(204,233,255,.45);
    border: 1px solid rgba(17,129,200,.20);
    color: var(--wv-4);
    flex: 0 0 auto;
  }
  .wv-otherService__ic svg{ width: 22px; height: 22px; }
  .wv-otherService__t{ font-weight: 950; margin: 0 0 4px; }
  .wv-otherService__p{
    margin: 0;
    opacity: .85;
    line-height: 1.5;
    font-size: 13.5px;
  }

  /* Bottom CTA */
  .wv-ecomBottomCta{ padding: 0; }
  .wv-ecomBottomCta__box{
    background: linear-gradient(90deg, rgba(71,65,93,1), rgba(71,65,93,.92));
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 22px;
    padding: 18px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap: 14px;
    flex-wrap:wrap;
  }

  /* Responsive */
  @media (max-width: 1100px){
    .wv-ecomGuideHero__row{ grid-template-columns: 1fr; }
    .wv-ecomGuideGrid{ grid-template-columns: 1fr; }
    .wv-ecomGuideNav{ position: relative; top: 0; }
    .wv-ecomSplit{ grid-template-columns: 1fr; }
    .wv-ecomCards{ grid-template-columns: 1fr; }
    .wv-ecomDeliver{ grid-template-columns: 1fr; }
    .wv-ecomPlans{ grid-template-columns: 1fr; }
    .wv-otherServices__grid{ grid-template-columns: repeat(2, minmax(0,1fr)); }
  }
  @media (max-width: 640px){
    .wv-otherServices__grid{ grid-template-columns: 1fr; }
  }/* End custom CSS */