﻿
    :root{
      --lacivert:#06111f;
      --lacivert2:#0b2038;
      --sari:#ffc400;
      --yesil:#25d366;
      --beyaz:#fff;
      --metin:#111827;
      --gri:#667085;
      --zemin:#f6f8fb;
      --cizgi:#e7ecf3;
      --golge:0 24px 70px rgba(6,17,31,.16);
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:"Inter",Arial,Helvetica,sans-serif;
      color:var(--metin);
      background:#fff;
    }
    a{text-decoration:none;color:inherit}
    .container{width:min(1180px,92%);margin:auto}

    header{
      position:sticky;
      top:0;
      z-index:50;
      background:rgba(6,17,31,.96);
      backdrop-filter:blur(14px);
      color:#fff;
      border-bottom:1px solid rgba(255,255,255,.08);
    }
    .nav{
      height:82px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:22px;
    }
    .logo img{
      width:178px;
      display:block;
      border-radius:8px;
    }
    nav{
      display:flex;
      gap:22px;
      color:#e5e7eb;
      font-size:14px;
      font-weight:700;
    }
    .header-actions{display:flex;align-items:center;gap:10px}
    .call{
      padding:12px 16px;
      border:1px solid rgba(255,255,255,.16);
      border-radius:999px;
      font-weight:900;
      white-space:nowrap;
    }
    .top-btn{
      background:var(--sari);
      color:var(--lacivert);
      padding:13px 18px;
      border-radius:999px;
      font-weight:900;
      white-space:nowrap;
    }

    .hero{
      background:
        radial-gradient(circle at 16% 20%,rgba(255,196,0,.22),transparent 32%),
        radial-gradient(circle at 80% 20%,rgba(255,255,255,.10),transparent 28%),
        linear-gradient(135deg,#06111f 0%,#071a31 55%,#0c2948 100%);
      color:#fff;
      padding:82px 0 92px;
      overflow:hidden;
    }
    .hero-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:42px;
      align-items:center;
    }
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:9px 14px;
      border:1px solid rgba(255,255,255,.16);
      background:rgba(255,255,255,.08);
      border-radius:999px;
      font-size:14px;
      font-weight:800;
      margin-bottom:18px;
    }
    h1{
      font-size:clamp(40px,6vw,72px);
      line-height:.98;
      letter-spacing:-2.4px;
      margin:0 0 20px;
    }
    h1 span{color:var(--sari)}
    .lead{
      color:#dbe4ef;
      font-size:20px;
      line-height:1.6;
      margin:0 0 26px;
      max-width:860px;
    }
    .hero-buttons{
      display:flex;
      gap:12px;
      flex-wrap:wrap;
      margin-bottom:28px;
    }
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:9px;
      border:0;
      border-radius:17px;
      padding:16px 21px;
      font-size:16px;
      font-weight:900;
      cursor:pointer;
      font-family:inherit;
      transition:.18s ease;
    }
    .btn:hover{transform:translateY(-2px)}
    .btn-yellow{background:var(--sari);color:var(--lacivert)}
    .btn-white{background:#fff;color:var(--lacivert)}
    .btn-green{background:var(--yesil);color:#fff}

    .trust{
      display:grid;
      grid-template-columns:repeat(3,minmax(0,1fr));
      gap:12px;
    }
    .trust-item{
      padding:15px;
      border-radius:18px;
      border:1px solid rgba(255,255,255,.14);
      background:rgba(255,255,255,.075);
      font-weight:900;
    }
    .trust-item small{
      display:block;
      color:#cbd5e1;
      font-weight:600;
      margin-top:4px;
    }

    .hero-photo{
      position:relative;
      border-radius:28px;
      overflow:hidden;
      min-height:420px;
      box-shadow:0 34px 90px rgba(0,0,0,.30);
      border:1px solid rgba(255,255,255,.16);
      background:#111827;
    }
    .hero-photo img{
      width:100%;
      height:100%;
      min-height:420px;
      object-fit:cover;
      display:block;
      opacity:.96; object-position:center;
    }
    .photo-badge{
      position:absolute;
      left:22px;
      right:22px;
      bottom:22px;
      border-radius:22px;
      padding:18px;
      background:rgba(6,17,31,.88);
      color:#fff;
      backdrop-filter:blur(12px);
      border:1px solid rgba(255,255,255,.12);
    }
    .photo-badge b{color:var(--sari)}

    .quick-offer-wrap{
      background:#fff;
      margin-top:-36px;
      position:relative;
      z-index:9;
      padding-bottom:52px;
    }
    .quick-offer{
      background:var(--sari);
      color:var(--lacivert);
      border-radius:24px;
      padding:26px 28px;
      display:grid;
      grid-template-columns:1.1fr 1.9fr;
      gap:22px;
      align-items:center;
      box-shadow:0 26px 65px rgba(6,17,31,.14);
    }
    .quick-offer-kicker{
      text-transform:uppercase;
      letter-spacing:.13em;
      font-size:12px;
      font-weight:900;
      margin-bottom:6px;
    }
    .quick-offer h2{
      margin:0;
      font-size:25px;
      line-height:1.15;
      letter-spacing:-.5px;
    }
    .quick-form{
      display:grid;
      grid-template-columns:1fr 1fr 1fr .7fr auto;
      gap:8px;
      align-items:center;
    }
    .quick-form input,
    .quick-form select{
      width:100%;
      height:47px;
      border:0;
      border-radius:11px;
      background:#fffdf4;
      color:var(--lacivert);
      font-size:14px;
      padding:0 14px;
      outline:none;
      font-family:inherit;
    }
    .quick-form input:focus,
    .quick-form select:focus{
      box-shadow:0 0 0 3px rgba(6,17,31,.16);
    }
    .quick-btn{
      height:47px;
      border:0;
      border-radius:999px;
      background:var(--lacivert);
      color:#fff;
      padding:0 20px;
      font-weight:900;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      cursor:pointer;
      white-space:nowrap;
      font-family:inherit;
    }
    .quick-btn svg{width:18px;height:18px;flex:0 0 auto}

    section{padding:68px 0}
    .soft{background:var(--zemin)}
    .title{
      max-width:820px;
      margin:0 auto 38px;
      text-align:center;
    }
    .title h2{
      margin:0 0 12px;
      color:var(--lacivert);
      font-size:clamp(30px,4vw,48px);
      line-height:1.08;
      letter-spacing:-1.2px;
    }
    .title p{
      margin:0;
      color:var(--gri);
      font-size:18px;
      line-height:1.65;
    }

    .info-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:24px;
      align-items:start;
    }
    .info-card{
      background:#fff;
      border:1px solid var(--cizgi);
      border-radius:28px;
      padding:30px;
      box-shadow:0 12px 36px rgba(15,23,42,.06);
    }
    .info-card h3{
      margin:0 0 12px;
      color:var(--lacivert);
      font-size:25px;
      letter-spacing:-.6px;
    }
    .info-card p{
      margin:0;
      color:var(--gri);
      line-height:1.75;
      font-size:16px;
    }
    .checks{
      list-style:none;
      padding:0;
      margin:18px 0 0;
      display:grid;
      gap:12px;
    }
    .checks li{
      display:flex;
      align-items:flex-start;
      gap:10px;
      color:#263243;
      font-weight:700;
      line-height:1.45;
    }
    .checks li:before{
      content:"✓";
      width:24px;
      height:24px;
      border-radius:999px;
      background:var(--sari);
      color:var(--lacivert);
      display:grid;
      place-items:center;
      flex:0 0 auto;
      font-weight:900;
    }

    .steps{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:16px;
    }
    .step{
      background:#fff;
      border:1px solid var(--cizgi);
      border-radius:24px;
      padding:24px;
      box-shadow:0 12px 36px rgba(15,23,42,.06);
    }
    .step b{
      display:inline-grid;
      place-items:center;
      width:44px;
      height:44px;
      border-radius:15px;
      background:var(--lacivert);
      color:var(--sari);
      margin-bottom:18px;
      font-size:18px;
    }
    .step h3{
      margin:0 0 8px;
      color:var(--lacivert);
      font-size:20px;
    }
    .step p{
      margin:0;
      color:var(--gri);
      line-height:1.6;
      font-size:15px;
    }

    .pricing-section{
      background:linear-gradient(135deg,#06111f 0%,#0b2038 100%);
      color:#fff;
      overflow:hidden;
    }
    .pricing-section .title h2{color:#fff}
    .pricing-section .title p{color:#dbe4ef}
    .pricing-kicker{
      color:var(--sari);
      text-transform:uppercase;
      letter-spacing:.13em;
      font-size:13px;
      font-weight:900;
      margin-bottom:14px;
    }
    .pricing-grid{
      display:grid;
      grid-template-columns:1.18fr .82fr;
      gap:24px;
      align-items:start;
    }
    .price-list{
      background:rgba(255,255,255,.055);
      border:1px solid rgba(255,255,255,.13);
      border-radius:24px;
      overflow:hidden;
      box-shadow:0 24px 70px rgba(0,0,0,.20);
    }
    .price-row{
      width:100%;
      display:grid;
      grid-template-columns:1.15fr .95fr .7fr;
      gap:14px;
      align-items:center;
      border:0;
      background:transparent;
      color:#fff;
      padding:16px 20px;
      text-align:left;
      cursor:pointer;
      font-family:inherit;
      border-bottom:1px solid rgba(255,255,255,.055);
      transition:.18s ease;
    }
    .price-row:hover,
    .price-row.active{
      background:var(--sari);
      color:var(--lacivert);
    }
    .price-row.active .p-note,
    .price-row:hover .p-note{color:rgba(6,17,31,.72)}
    .p-name{
      font-weight:700;
      font-size:15px;
      line-height:1.35;
      letter-spacing:-.02em;
    }
    .p-note{
      color:#cbd5e1;
      font-size:13px;
      font-weight:400;
    }
    .p-price{
      text-align:right;
      font-size:21px;
      font-weight:700;
      white-space:nowrap;
      letter-spacing:-.03em;
    }
    .p-price small{
      font-size:11px;
      font-weight:600;
      margin-left:1px;
    }
    .price-calc{
      position:sticky;
      top:104px;
      background:#fff;
      color:var(--lacivert);
      border:1px solid var(--cizgi);
      border-radius:24px;
      padding:26px;
      box-shadow:0 30px 75px rgba(0,0,0,.26);
    }
    .calc-kicker{
      color:#667085;
      text-transform:uppercase;
      letter-spacing:.08em;
      font-size:12px;
      font-weight:800;
      margin-bottom:8px;
    }
    .price-calc h3{
      margin:0 0 18px;
      font-size:27px;
      font-weight:800;
      letter-spacing:-.7px;
    }
    .price-calc label{
      display:block;
      margin:12px 0 7px;
      font-weight:800;
      font-size:14px;
      color:var(--lacivert);
    }
    .price-calc input,
    .price-calc select{
      width:100%;
      padding:14px 15px;
      border:1px solid #d6dee8;
      border-radius:15px;
      font-size:16px;
      outline:none;
      font-family:inherit;
      background:#fff;
    }
    .calc-line{
      border-top:1px dashed #d6dee8;
      margin:20px 0;
    }
    .calc-result{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
    }
    .calc-result span{color:#475467;font-weight:600}
    .calc-result strong{
      color:var(--lacivert);
      font-size:30px;
      font-weight:800;
      white-space:nowrap;
      letter-spacing:-.04em;
    }
    .calc-note{
      color:#667085;
      font-size:13px;
      line-height:1.55;
      margin:0 0 14px;
      font-weight:400;
    }
    .calc-btn{
      width:100%;
      border-radius:999px;
    }

    .faq{
      max-width:900px;
      margin:auto;
      display:grid;
      gap:13px;
    }
    details{
      background:#fff;
      border:1px solid var(--cizgi);
      border-radius:20px;
      padding:20px 22px;
      box-shadow:0 10px 28px rgba(15,23,42,.05);
    }
    summary{
      cursor:pointer;
      font-weight:900;
      color:var(--lacivert);
      font-size:18px;
    }
    details p{
      color:var(--gri);
      line-height:1.65;
      margin:12px 0 0;
    }

    .cta{
      background:linear-gradient(135deg,var(--lacivert),#123456);
      color:#fff;
      border-radius:36px;
      padding:42px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:22px;
      box-shadow:var(--golge);
    }
    .cta h2{
      font-size:38px;
      line-height:1.1;
      margin:0 0 8px;
    }
    .cta p{
      margin:0;
      color:#dbe4ef;
    }

    footer{
      background:#020914;
      color:#b6c2d1;
      padding:34px 0;
      text-align:center;
      line-height:1.8;
    }
    }
  
    /* MOBİL UYUM DÜZELTMELERİ */
    

      .logo img{
        width:138px;
      }

      .top-btn{
        padding:11px 14px;
      }

      .trust{
        gap:8px;
      }

      .trust-item{
        padding:12px 10px;
        font-size:14px;
      }

      .quick-offer h2{
        font-size:24px;
      }
    }

  
    @media(max-width:768px){

      html,body{
        overflow-x:hidden !important;
        width:100%;
        max-width:100%;
      }

      *{
        max-width:100%;
      }

      .container{
        width:100% !important;
        max-width:100% !important;
        padding-left:16px !important;
        padding-right:16px !important;
        margin:0 auto !important;
      }

      header{
        width:100%;
      }

      .nav{
        display:flex;
        align-items:center;
        justify-content:space-between;
        gap:12px;
        height:auto;
        padding:14px 0;
      }

      nav{
        display:none !important;
      }

      .logo{
        flex:0 0 auto;
      }

      .logo img{
        width:140px !important;
        height:auto;
        display:block;
      }

      .header-actions{
        margin-left:auto;
      }

      .call{
        display:none !important;
      }

      .top-btn{
        padding:12px 16px !important;
        font-size:14px !important;
        border-radius:999px;
        white-space:nowrap;
      }

      .hero{
        padding:40px 0 50px !important;
      }

      .hero-grid{
        display:block !important;
      }

      .hero-grid > div{
        width:100% !important;
      }

      h1{
        font-size:42px !important;
        line-height:1.02 !important;
        letter-spacing:-1.4px !important;
        margin-bottom:18px !important;
      }

      .lead{
        font-size:18px !important;
        line-height:1.6 !important;
        max-width:100% !important;
      }

      .hero-buttons{
        display:flex;
        flex-wrap:wrap;
        gap:10px;
      }

      .hero-buttons .btn{
        flex:1;
        min-width:140px;
        justify-content:center;
      }

      .trust{
        display:grid !important;
        grid-template-columns:1fr !important;
        gap:12px !important;
      }

      .trust-item{
        width:100%;
      }

      .quick-offer-wrap{
        padding:24px 0 36px !important;
      }

      .quick-offer{
        display:block !important;
        width:100% !important;
        padding:22px !important;
        border-radius:24px !important;
      }

      .quick-offer h2{
        font-size:24px !important;
        line-height:1.15 !important;
        margin-bottom:18px;
      }

      .quick-form{
        display:grid !important;
        grid-template-columns:1fr !important;
        gap:10px !important;
        width:100% !important;
      }

      .quick-form input,
      .quick-form select,
      .quick-btn{
        width:100% !important;
        min-width:0 !important;
      }

      .info-grid{
        display:grid !important;
        grid-template-columns:1fr !important;
        gap:16px !important;
      }

      .info-card{
        width:100% !important;
        padding:22px !important;
      }

      .steps{
        grid-template-columns:1fr !important;
      }

      .cta{
        flex-direction:column !important;
        text-align:center;
      }
    }


    /* ÖRNEK GÖRSELDEKİ MOBİL TASARIM */
    @media(max-width:768px){
      html, body{
        width:100% !important;
        max-width:100% !important;
        overflow-x:hidden !important;
        background:#fff !important;
      }

      *{
        box-sizing:border-box;
      }

      .container{
        width:100% !important;
        max-width:100% !important;
        padding-left:22px !important;
        padding-right:22px !important;
        margin:0 auto !important;
      }

      header{
        position:relative !important;
        width:100% !important;
        background:#06111f !important;
      }

      .nav{
        width:100% !important;
        height:86px !important;
        padding:12px 0 !important;
        display:flex !important;
        align-items:center !important;
        justify-content:space-between !important;
        gap:12px !important;
      }

      nav,
      .header-actions .call{
        display:none !important;
      }

      .logo img{
        width:158px !important;
        max-width:158px !important;
      }

      .top-btn{
        display:inline-flex !important;
        align-items:center !important;
        justify-content:center !important;
        background:#ffc400 !important;
        color:#06111f !important;
        padding:13px 18px !important;
        border-radius:999px !important;
        font-size:15px !important;
        font-weight:900 !important;
        white-space:nowrap !important;
      }

      .hero{
        width:100% !important;
        padding:44px 0 56px !important;
        background:
          radial-gradient(circle at 12% 20%,rgba(255,196,0,.18),transparent 36%),
          linear-gradient(135deg,#06111f 0%,#071a31 54%,#0c2948 100%) !important;
      }

      .hero-grid{
        display:block !important;
        width:100% !important;
      }

      .eyebrow{
        font-size:14px !important;
        padding:9px 13px !important;
        margin-bottom:18px !important;
      }

      h1{
        font-size:42px !important;
        line-height:1.05 !important;
        letter-spacing:-1.5px !important;
        margin:0 0 20px !important;
        max-width:100% !important;
      }

      .lead{
        font-size:18px !important;
        line-height:1.65 !important;
        max-width:100% !important;
        margin-bottom:28px !important;
      }

      .hero-buttons{
        display:flex !important;
        gap:12px !important;
        flex-wrap:nowrap !important;
        margin-bottom:26px !important;
      }

      .hero-buttons .btn{
        min-width:0 !important;
        flex:0 0 auto !important;
        padding:15px 20px !important;
        border-radius:16px !important;
        font-size:16px !important;
      }

      .trust{
        display:grid !important;
        grid-template-columns:repeat(3,1fr) !important;
        gap:10px !important;
      }

      .trust-item{
        padding:14px 12px !important;
        border-radius:16px !important;
        font-size:15px !important;
        line-height:1.15 !important;
        min-height:104px !important;
      }

      .trust-item small{
        font-size:12px !important;
        line-height:1.25 !important;
        margin-top:7px !important;
      }

      .quick-offer-wrap{
        margin-top:0 !important;
        padding:30px 0 46px !important;
        background:#fff !important;
      }

      .quick-offer{
        display:block !important;
        width:100% !important;
        background:#ffc400 !important;
        color:#1c1930 !important;
        border-radius:28px !important;
        padding:30px 26px !important;
        box-shadow:0 26px 60px rgba(6,17,31,.14) !important;
      }

      .quick-offer-kicker{
        font-size:13px !important;
        letter-spacing:.16em !important;
        font-weight:900 !important;
        margin-bottom:12px !important;
      }

      .quick-offer h2{
        font-size:34px !important;
        line-height:1.08 !important;
        letter-spacing:-1px !important;
        margin:0 0 28px !important;
        max-width:100% !important;
      }

      .quick-form{
        display:grid !important;
        grid-template-columns:1fr !important;
        gap:14px !important;
        width:100% !important;
      }

      .quick-form input,
      .quick-form select{
        width:100% !important;
        height:66px !important;
        border-radius:16px !important;
        border:0 !important;
        background:#fffdf4 !important;
        font-size:20px !important;
        padding:0 20px !important;
        color:#1c1930 !important;
      }

      .quick-form input::placeholder{
        color:#a7a7a7 !important;
      }

      .quick-btn{
        width:100% !important;
        height:66px !important;
        border-radius:999px !important;
        background:#1c1930 !important;
        color:#fff !important;
        font-size:20px !important;
        font-weight:900 !important;
        margin-top:4px !important;
      }

      section{
        padding:58px 0 !important;
      }

      .title{
        max-width:100% !important;
        margin-bottom:32px !important;
      }

      .title h2{
        font-size:32px !important;
        line-height:1.12 !important;
        letter-spacing:-.8px !important;
      }

      .title p{
        font-size:17px !important;
        line-height:1.7 !important;
      }

      .info-grid,
      .steps,
      .pricing-grid{
        display:grid !important;
        grid-template-columns:1fr !important;
        gap:18px !important;
      }

      .info-card,
      .step{
        width:100% !important;
        border-radius:24px !important;
        padding:26px !important;
      }

      footer{
        padding-bottom:40px !important;
      }

      body{
        padding-bottom:0 !important;
      }

      
    }

    @media(max-width:390px){
      .container{
        padding-left:18px !important;
        padding-right:18px !important;
      }

      .logo img{
        width:142px !important;
      }

      h1{
        font-size:38px !important;
      }

      .quick-offer{
        padding:26px 22px !important;
      }

      .quick-offer h2{
        font-size:30px !important;
      }

      .quick-form input,
      .quick-form select,
      .quick-btn{
        height:60px !important;
        font-size:18px !important;
      }

      .trust-item{
        padding:12px 10px !important;
        font-size:14px !important;
      }
    }


    @media(max-width:768px){
      .cta{
        width:100% !important;
        display:flex !important;
        flex-direction:column !important;
        align-items:center !important;
        justify-content:center !important;
        text-align:center !important;
        gap:20px !important;
        padding:28px 22px !important;
        border-radius:26px !important;
        overflow:hidden !important;
      }

      .cta > div{
        width:100% !important;
      }

      .cta h2{
        font-size:28px !important;
        line-height:1.15 !important;
        letter-spacing:-.6px !important;
        margin:0 0 10px !important;
      }

      .cta p{
        font-size:16px !important;
        line-height:1.6 !important;
        margin:0 !important;
      }

      .cta .btn{
        width:100% !important;
        max-width:320px !important;
        padding:15px 18px !important;
        border-radius:999px !important;
      }
    }


.before-after-section{
  padding:80px 0;
  background:#f6f8fb;
}

.before-after-section .ba-title{
  max-width:820px;
  margin:0 auto 42px;
  text-align:center;
}

.before-after-section .ba-title span{
  color:#ffc400;
  font-size:14px;
  font-weight:900;
  letter-spacing:2px;
}

.before-after-section .ba-title h2{
  color:#06111f;
  font-size:clamp(30px,4vw,48px);
  line-height:1.08;
  margin:14px 0 12px;
  letter-spacing:-1px;
}

.before-after-section .ba-title p{
  color:#667085;
  font-size:18px;
  line-height:1.7;
  margin:0;
}

.before-after-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}

.before-after-card{
  background:#fff;
  border:1px solid #e7ecf3;
  border-radius:28px;
  overflow:hidden;
  box-shadow:0 12px 36px rgba(15,23,42,.07);
}

.ba-images{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:0;
}

.ba-image{
  position:relative;
  min-height:260px;
  background:#e7ecf3;
  overflow:hidden;
}

.ba-image img{
  width:100%;
  height:100%;
  min-height:260px;
  object-fit:cover;
  display:block;
}

.ba-label{
  position:absolute;
  left:12px;
  top:12px;
  background:#06111f;
  color:#fff;
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
  padding:8px 11px;
  border-radius:999px;
}

.ba-image.after .ba-label{
  background:#ffc400;
  color:#06111f;
}

.ba-content{
  padding:24px;
}

.ba-content h3{
  color:#06111f;
  font-size:23px;
  margin:0 0 9px;
  letter-spacing:-.4px;
}

.ba-content p{
  color:#667085;
  line-height:1.65;
  margin:0 0 18px;
}

.ba-content a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#06111f;
  color:#ffc400;
  padding:13px 16px;
  border-radius:999px;
  font-weight:900;
  text-decoration:none;
}

.before-after-note{
  margin-top:26px;
  background:#fff8d8;
  border:1px solid rgba(255,196,0,.45);
  color:#3b2f00;
  border-radius:22px;
  padding:18px 22px;
  line-height:1.65;
  font-weight:650;
  text-align:center;
}

@media(max-width:980px){
  .before-after-grid{
    grid-template-columns:1fr;
  }
  .ba-image,
  .ba-image img{
    min-height:300px;
  }
}

@media(max-width:620px){
  .before-after-section{
    padding:55px 0;
  }
  .before-after-grid{
    gap:18px;
  }
  .ba-images{
    grid-template-columns:1fr 1fr;
  }
  .ba-image,
  .ba-image img{
    min-height:210px;
  }
  .ba-content{
    padding:22px;
  }
}


.ba-single-image{
  position:relative;
  background:#e7ecf3;
  overflow:hidden;
}

.ba-single-image img{
  width:100%;
  height:330px;
  object-fit:cover;
  display:block;
}

.before-after-note{
  display:none !important;
}

@media(max-width:980px){
  .ba-single-image img{
    height:auto;
    min-height:0;
  }
}



/* JS'siz Çalışan Canlı Destek Widget */
.support-chat{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:2147483000;
  font-family:"Inter",Arial,sans-serif;
}

.support-chat input[type="checkbox"]{
  display:none;
}

.support-chat-button{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  background:#0b1220;
  color:#fff;
  border-radius:999px;
  padding:16px 20px;
  cursor:pointer;
  box-shadow:0 18px 45px rgba(6,17,31,.35);
  font-weight:900;
  font-size:15px;
  user-select:none;
}

.support-chat-button svg{
  width:24px;
  height:24px;
}

.support-chat-panel{
  position:absolute;
  right:0;
  bottom:76px;
  width:360px;
  max-width:calc(100vw - 28px);
  background:#ffc400;
  border-radius:28px;
  padding:24px;
  box-shadow:0 24px 70px rgba(6,17,31,.28);
  opacity:0;
  visibility:hidden;
  transform:translateY(16px);
  transition:.22s ease;
}

#supportChatToggle:checked ~ .support-chat-panel{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}

.support-chat-close{
  position:absolute;
  top:12px;
  right:14px;
  width:34px;
  height:34px;
  border-radius:50%;
  background:#06111f;
  color:#fff;
  display:grid;
  place-items:center;
  font-size:22px;
  line-height:1;
  cursor:pointer;
  user-select:none;
}

.support-chat-panel small{
  display:block;
  color:#06111f;
  font-weight:900;
  letter-spacing:.14em;
  margin-bottom:8px;
}

.support-chat-panel h3{
  margin:0 0 18px;
  color:#06111f;
  font-size:27px;
  line-height:1.1;
  letter-spacing:-.8px;
}

.support-chat-field{
  margin-bottom:12px;
}

.support-chat-field input,
.support-chat-field select{
  width:100%;
  border:0;
  border-radius:17px;
  padding:15px 16px;
  background:#fffdf2;
  color:#06111f;
  font-size:16px;
  font-family:inherit;
  outline:none;
  box-sizing:border-box;
}

.support-chat-submit{
  width:100%;
  border:0;
  border-radius:999px;
  background:#1e1a2f;
  color:#fff;
  padding:16px 18px;
  font-size:17px;
  font-weight:900;
  cursor:pointer;
  font-family:inherit;
  margin-top:6px;
}

.support-chat-note{
  color:#06111f;
  font-size:12px;
  line-height:1.45;
  margin-top:12px;
  opacity:.85;
  text-align:center;
  font-weight:700;
}

@media(max-width:620px){
  .support-chat{
    right:14px;
    bottom:14px;
  }

  .support-chat-button{
    padding:14px 16px;
  }

  .support-chat-panel{
    right:0;
    bottom:70px;
    width:calc(100vw - 28px);
    padding:22px;
    border-radius:24px;
  }

  .support-chat-panel h3{
    font-size:24px;
  }
}



/* FİYAT LİSTESİ MOBİL AÇILIR TASARIM */
.calc-product-control{display:block;}
@media(max-width:980px){
  .pricing-section{padding:58px 0 46px;}
  .pricing-section .title{margin-bottom:28px;}
  .pricing-section .title h2{font-size:30px;letter-spacing:-.6px;}
  .pricing-section .title p{font-size:16px;line-height:1.55;}
  .pricing-grid{grid-template-columns:1fr;gap:28px;}
  .price-list{border-radius:15px;overflow:hidden;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.14);}
  .price-row{display:none;}
  .price-row.active{display:grid;grid-template-columns:minmax(0,1fr) auto 14px;grid-template-areas:"name price arrow";align-items:center;column-gap:12px;min-height:72px;padding:18px;border-radius:15px;background:rgba(255,255,255,.055);color:#fff;position:relative;}
  .price-row.active:after{content:"⌄";grid-area:arrow;color:var(--sari);font-size:20px;line-height:1;justify-self:end;transition:.18s ease;}
  .price-row.active .p-name{grid-area:name;font-size:15px;font-weight:800;line-height:1.25;}
  .price-row.active .p-note{display:none;}
  .price-row.active .p-price{grid-area:price;color:var(--sari);font-size:18px;font-weight:800;text-align:right;white-space:nowrap;}
  .price-row.active .p-price small{color:var(--sari);font-size:11px;font-weight:700;}
  body.price-list-open .price-list{display:grid;gap:0;}
  body.price-list-open .price-row{display:grid !important;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"name price" "note price";align-items:center;column-gap:12px;row-gap:6px;min-height:76px;padding:16px 18px;border-radius:0;background:#141a2c;color:#fff;border-bottom:1px solid rgba(255,255,255,.07);}
  body.price-list-open .price-row:first-child{border-radius:15px 15px 0 0;}
  body.price-list-open .price-row:last-child{border-bottom:0;border-radius:0 0 15px 15px;}
  body.price-list-open .price-row.active{background:var(--sari);color:var(--lacivert);}
  body.price-list-open .price-row.active:after{display:none;}
  body.price-list-open .price-row .p-name{grid-area:name;min-width:0;font-size:14px;font-weight:800;line-height:1.25;letter-spacing:-.02em;}
  body.price-list-open .price-row .p-note{grid-area:note;display:block;min-width:0;color:#aeb8c7;font-size:12px;font-weight:500;line-height:1.25;}
  body.price-list-open .price-row.active .p-note{color:rgba(6,17,31,.68);}
  body.price-list-open .price-row .p-price{grid-area:price;align-self:center;justify-self:end;text-align:right;color:#fff;font-size:20px;font-weight:800;line-height:1;letter-spacing:-.04em;white-space:nowrap;}
  body.price-list-open .price-row .p-price small{color:#cbd5e1;font-size:11px;font-weight:700;letter-spacing:-.02em;margin-left:2px;}
  body.price-list-open .price-row.active .p-price, body.price-list-open .price-row.active .p-price small{color:var(--lacivert);}
  .price-calc{position:static;background:#0b0f1d;color:#fff;border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:20px;box-shadow:none;}
  .calc-product-control{display:none;}
  .calc-kicker{color:#b9c2d0;}
  .price-calc h3{display:none;}
  .price-calc label{color:#dbe4ef;font-size:15px;font-weight:800;}
  .price-calc input{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.16);color:#fff;max-width:112px;margin-left:auto;margin-top:-34px;display:block;text-align:center;font-weight:800;}
  .calc-result strong{color:var(--sari);font-size:34px;font-weight:800;letter-spacing:-.04em;}
  .calc-result span{color:#cbd5e1;font-weight:500;}
  .calc-note{color:#b9c2d0;}
}
@media(max-width:380px){
  body.price-list-open .price-row{padding:15px 14px;column-gap:8px;}
  body.price-list-open .price-row .p-name{font-size:13px;}
  body.price-list-open .price-row .p-note{font-size:11px;}
  body.price-list-open .price-row .p-price{font-size:18px;}
  body.price-list-open .price-row .p-price small{font-size:10px;}
}


