﻿
    :root{
      --lacivert:#06111f;
      --lacivert2:#0b2038;
      --sari:#ffc400;
      --yesil:#0b1220;
      --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{color:inherit;text-decoration:none}
    .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{
      display:flex;
      align-items:center;
      gap:12px;
      min-width:max-content;
    }
    .logo img{
      width:178px;
      height:auto;
      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;
    }
    .whatsapp{
      background:var(--sari);
      color:var(--lacivert);
      padding:13px 18px;
      border-radius:999px;
      font-weight:900;
      white-space:nowrap;
    }

    .hero{
      background:
        radial-gradient(circle at 12% 18%,rgba(255,196,0,.24),transparent 34%),
        radial-gradient(circle at 74% 22%,rgba(255,255,255,.11),transparent 28%),
        linear-gradient(135deg,#06111f 0%,#071a31 54%,#0c2948 100%);
      color:#fff;
      padding:58px 0 72px;
      overflow:hidden;
    }
    .hero-grid{
      display:grid;
      grid-template-columns:1.03fr .97fr;
      gap:34px;
      align-items:center;
    }
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:9px;
      padding:9px 14px;
      border:1px solid rgba(255,255,255,.17);
      background:rgba(255,255,255,.08);
      border-radius:999px;
      font-weight:900;
      color:#f8fafc;
      margin-bottom:18px;
    }
    h1{
      font-size:clamp(42px,6.5vw,76px);
      line-height:.96;
      letter-spacing:-2.6px;
      margin:0 0 20px;
    }
    h1 span{color:var(--sari)}
    .lead{
      font-size:20px;
      line-height:1.55;
      color:#e2e8f0;
      margin:0 0 28px;
      max-width:660px;
    }
    .hero-buttons{display:flex;gap:13px;flex-wrap:wrap;margin-bottom:24px}
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:10px;
      border:0;
      cursor:pointer;
      border-radius:17px;
      padding:16px 21px;
      font-weight:900;
      font-size:16px;
      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;width:100%}
    .mini-trust{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:12px;
      margin-top:24px;
    }
    .mini{
      padding:15px;
      border-radius:18px;
      border:1px solid rgba(255,255,255,.14);
      background:rgba(255,255,255,.075);
      font-weight:900;
      color:#fff;
    }
    .mini small{display:block;color:#cbd5e1;font-weight:700;margin-top:4px}

    .quote-card{
      background:#fff;
      color:var(--metin);
      border-radius:32px;
      padding:26px;
      box-shadow:0 34px 90px rgba(0,0,0,.30);
      border:1px solid rgba(255,255,255,.2);
      position:relative;
    }
    .quote-card:before{
      content:"";
      position:absolute;
      inset:-10px;
      border-radius:40px;
      border:1px solid rgba(255,196,0,.38);
      pointer-events:none;
    }
    .quote-top{
      display:flex;
      gap:14px;
      align-items:center;
      margin-bottom:20px;
    }
    .quote-icon{
      width:58px;height:58px;border-radius:19px;
      background:var(--lacivert);
      color:var(--sari);
      display:grid;
      place-items:center;
      font-size:28px;
      flex:0 0 auto;
    }
    .quote-card h2{
      font-size:30px;
      line-height:1.08;
      margin:0 0 4px;
      color:var(--lacivert);
      letter-spacing:-.6px;
    }
    .quote-card p{margin:0;color:var(--gri)}
    .field{margin-bottom:13px}
    label{
      display:block;
      font-weight:900;
      color:var(--lacivert);
      margin-bottom:7px;
      font-size:14px;
    }
    input,select,textarea{
      width:100%;
      padding:14px 15px;
      border:1px solid #d6dee8;
      border-radius:15px;
      font-size:16px;
      outline:none;
      font-family:inherit;
      background:#fff;
    }
    input:focus,select:focus,textarea:focus{
      border-color:var(--sari);
      box-shadow:0 0 0 4px rgba(255,196,0,.14);
    }
    textarea{min-height:86px;resize:vertical}
    .form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
    .form-note{
      font-size:12px;
      color:var(--gri);
      text-align:center;
      margin-top:10px;
    }

    .bar{
      transform:translateY(-34px);
      position:relative;
      z-index:5;
    }
    .bar-box{
      background:#fff;
      box-shadow:var(--golge);
      border:1px solid var(--cizgi);
      border-radius:28px;
      padding:22px;
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
    }
    .bar-item{
      display:flex;
      gap:13px;
      align-items:flex-start;
      padding:12px;
      border-right:1px solid var(--cizgi);
    }
    .bar-item:last-child{border-right:0}
    .bar-ico{
      width:46px;height:46px;border-radius:16px;
      background:var(--lacivert);
      color:var(--sari);
      display:grid;
      place-items:center;
      font-size:22px;
      flex:0 0 auto;
    }
    .bar-item b{display:block;color:var(--lacivert);margin-bottom:3px}
    .bar-item span{color:var(--gri);font-size:14px}

    section{padding:64px 0}
    .soft{background:var(--zemin)}
    .title{
      max-width:760px;
      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.6}

    .services{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:18px;
    }
    .service{
      background:#fff;
      border:1px solid var(--cizgi);
      border-radius:26px;
      padding:26px;
      box-shadow:0 12px 36px rgba(15,23,42,.06);
      min-height:220px;
      position:relative;
      overflow:hidden;
    }
    .service:after{
      content:"";
      position:absolute;
      width:120px;height:120px;border-radius:50%;
      background:rgba(255,196,0,.13);
      right:-40px;bottom:-42px;
    }
    .service .num{color:var(--sari);font-size:34px;font-weight:900;margin-bottom:24px}
    .service h3{font-size:23px;margin:0 0 9px;color:var(--lacivert)}
    .service p{margin:0;color:var(--gri);line-height:1.6}

    .split{
      display:grid;
      grid-template-columns:.9fr 1.1fr;
      gap:38px;
      align-items:center;
    }
    .photo-card{
      border-radius:34px;
      overflow:hidden;
      box-shadow:var(--golge);
      background:#111;
      min-height:520px;
    }
    .photo-card img{
      width:100%;
      height:100%;
      min-height:520px;
      object-fit:cover;
      display:block;
    }
    .content h2{
      color:var(--lacivert);
      font-size:clamp(32px,4vw,52px);
      line-height:1.06;
      letter-spacing:-1.4px;
      margin:0 0 16px;
    }
    .content p{color:var(--gri);font-size:18px;line-height:1.7;margin:0 0 22px}
    .checks{padding:0;margin:0;list-style:none;display:grid;gap:13px}
    .checks li{
      display:flex;
      gap:12px;
      align-items:flex-start;
      font-weight:800;
      color:#263243;
    }
    .checks li:before{
      content:"✓";
      width:25px;height:25px;border-radius:50%;
      background:var(--sari);
      color:var(--lacivert);
      display:grid;
      place-items:center;
      font-weight:900;
      flex:0 0 auto;
    }

    .region-box{
      background:linear-gradient(135deg,var(--lacivert),#102945);
      color:#fff;
      border-radius:34px;
      padding:42px;
      display:grid;
      grid-template-columns:1.1fr .9fr;
      gap:28px;
      align-items:center;
      box-shadow:var(--golge);
    }
    .region-box h2{font-size:40px;line-height:1.1;margin:0 0 12px}
    .region-box p{color:#dbe4ef;line-height:1.7;margin:0}
    .districts{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
    }
    .districts span{
      background:rgba(255,255,255,.09);
      border:1px solid rgba(255,255,255,.14);
      padding:10px 13px;
      border-radius:999px;
      color:#fff;
      font-weight:800;
      font-size:14px;
    }

    .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}

    .final{
      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;
    }
    .final h2{font-size:38px;line-height:1.1;margin:0 0 8px}
    .final p{margin:0;color:#dbe4ef}

    footer{
      background:#020914;
      color:#b6c2d1;
      padding:34px 0;
      text-align:center;
      line-height:1.8;
    }

    .mobile-actions{
      display:none;
    }

    .mobile-call,
    .mobile-wa{
      flex:1;
      text-align:center;
      padding:15px;
      border-radius:16px;
      color:#fff;
      font-weight:900;
      box-shadow:0 14px 42px rgba(0,0,0,.25);
    }

    .mobile-call{
      background:#06111f;
    }

    .mobile-wa{
      background:#0b1220;
    }


    .pricing-section{
      background:linear-gradient(135deg,#06111f 0%,#0b2038 100%);
      color:#fff;
      overflow:hidden;
    }
    .pricing-section .title{
      max-width:820px;
    }
    .pricing-section .title h2{
      color:#fff;
      font-weight:800;
      letter-spacing:-1px;
    }
    .pricing-section .title p{
      color:#dbe4ef;
      font-weight:400;
    }
    .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:-0.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:-0.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{
      margin-top:12px;
      font-weight:800;
    }
    .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:-0.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;
    }


    @media(max-width:980px){
      nav{display:none}
      .hero-grid,.split,.region-box{grid-template-columns:1fr}
      .bar-box,.services{grid-template-columns:repeat(2,1fr)}
      .bar-item{border-right:0}
      .mini-trust{grid-template-columns:1fr}
      .photo-card,.photo-card img{min-height:360px}

      .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:-0.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;
      }
    }

    @media(max-width:620px){
      .nav{height:72px}
      .logo img{width:142px}
      .call{display:none}
      .whatsapp{padding:12px 14px;font-size:14px}
      .hero{padding:34px 0 58px}
      h1{letter-spacing:-1.6px}
      .lead{font-size:17px}
      .quote-card{padding:22px;border-radius:25px}
      .quote-card h2{font-size:25px}
      .form-row{grid-template-columns:1fr}
      .bar{transform:translateY(-26px)}
      .bar-box,.services{grid-template-columns:1fr}
      .bar-box{padding:14px;border-radius:22px}
      .bar-item{padding:12px 8px}
      section{padding:52px 0}
      .region-box,.final{padding:26px;border-radius:26px}
      .region-box h2,.final h2{font-size:30px}
      .final{flex-direction:column;text-align:center}
      .mobile-actions{
        display:flex;
        gap:10px;
        position:fixed;
        left:14px;
        right:14px;
        bottom:14px;
        z-index:80;
      }

      body{padding-bottom:92px}
    }
  
.google-reviews-section{
    padding:80px 0;
    background:#f8f9fc;
}

.google-reviews-section .container{
    width:min(1180px,92%);
    margin:auto;
}

.google-reviews-section .section-title{
    text-align:center;
    margin-bottom:42px;
}

.google-reviews-section .section-title span{
    color:#ffc400;
    font-size:14px;
    font-weight:800;
    letter-spacing:2px;
}

.google-reviews-section .section-title h2{
    font-size:42px;
    line-height:1.2;
    color:#06111f;
    margin:14px 0;
    font-weight:800;
}

.google-reviews-section .section-title p{
    max-width:720px;
    margin:auto;
    color:#667085;
    line-height:1.7;
    font-size:17px;
}

@media(max-width:768px){

    .google-reviews-section{
        padding:55px 16px;
    }

    .google-reviews-section .section-title h2{
        font-size:30px;
    }

    .google-reviews-section .section-title p{
        font-size:15px;
    }

}





.blog-section{
    padding:80px 0;
    background:#fff;
}

.blog-section .section-title{
    text-align:center;
    margin-bottom:42px;
}

.blog-section .section-title span{
    color:#ffc400;
    font-size:14px;
    font-weight:800;
    letter-spacing:2px;
}

.blog-section .section-title h2{
    font-size:42px;
    line-height:1.2;
    color:#06111f;
    margin:14px 0;
    font-weight:800;
}

.blog-section .section-title p{
    max-width:720px;
    margin:auto;
    color:#667085;
    line-height:1.7;
    font-size:17px;
}

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

.blog-card{
    background:#f8f9fc;
    border:1px solid #e7ecf3;
    border-radius:26px;
    padding:30px;
    text-decoration:none;
    color:#06111f;
    box-shadow:0 12px 36px rgba(15,23,42,.06);
    transition:.22s ease;
    position:relative;
    overflow:hidden;
}

.blog-card:after{
    content:"";
    position:absolute;
    width:110px;
    height:110px;
    right:-38px;
    bottom:-38px;
    border-radius:50%;
    background:rgba(255,196,0,.18);
}

.blog-card:hover{
    transform:translateY(-6px);
    border-color:#ffc400;
}

.blog-card .blog-tag{
    display:inline-flex;
    background:#06111f;
    color:#ffc400;
    border-radius:999px;
    padding:8px 12px;
    font-size:12px;
    font-weight:900;
    margin-bottom:18px;
}

.blog-card h3{
    margin:0 0 14px;
    font-size:24px;
    line-height:1.2;
    color:#06111f;
    letter-spacing:-.4px;
}

.blog-card p{
    margin:0 0 22px;
    color:#667085;
    line-height:1.65;
    font-size:16px;
}

.blog-card .read-more{
    color:#06111f;
    font-weight:900;
    position:relative;
    z-index:2;
}

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

@media(max-width:768px){
    .blog-section{
        padding:55px 16px;
    }

    .blog-section .section-title h2{
        font-size:30px;
    }

    .blog-section .section-title p{
        font-size:15px;
    }

    .blog-card{
        padding:24px;
        border-radius:22px;
    }
}


.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;
  }
}


.footer-pro-section{
  background:#050505;
  color:#fff;
  padding:72px 0 64px;
  border-top:1px solid rgba(255,255,255,.06);
}

.footer-pro-grid{
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  gap:30px;
  align-items:start;
}

.footer-pro-card{
  background:transparent;
}

.footer-pro-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#0074d9;
  border:1px solid rgba(0,116,217,.45);
  background:rgba(0,116,217,.10);
  border-radius:999px;
  padding:9px 14px;
  font-size:13px;
  font-weight:800;
  margin-bottom:16px;
}

.footer-pro-card h3{
  margin:0 0 8px;
  color:#fff;
  font-size:21px;
  line-height:1.2;
}

.footer-pro-card p{
  margin:0 0 16px;
  color:#c8d0da;
  line-height:1.55;
  font-size:14px;
}

.footer-price-list{
  display:grid;
  gap:0;
  margin:18px 0;
}

.footer-price-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:12px 0;
  border-bottom:1px solid rgba(255,255,255,.10);
  font-size:15px;
}

.footer-price-row b{
  color:#fff;
}

.footer-price-row span{
  color:#0074d9;
  font-weight:900;
  white-space:nowrap;
}

.footer-small-note{
  color:#aeb8c7;
  font-size:12px;
  line-height:1.55;
  margin:12px 0 18px;
}

.footer-pro-btn{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  background:#0874d1;
  color:#fff;
  border-radius:9px;
  padding:15px 18px;
  font-weight:900;
  text-decoration:none;
  transition:.2s ease;
}

.footer-pro-btn:hover{
  transform:translateY(-2px);
  background:#0a82e8;
}

.footer-reason-list{
  display:grid;
  gap:13px;
  margin:18px 0 16px;
}

.footer-reason{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  background:#101010;
  border:1px solid rgba(255,255,255,.08);
  border-radius:8px;
  padding:14px 13px;
}

.footer-reason strong{
  color:#0074d9;
  font-size:15px;
}

.footer-reason span{
  color:#fff;
  font-size:14px;
}

.footer-info-list{
  display:grid;
  gap:0;
  margin:18px 0;
}

.footer-info-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:13px 0;
  border-bottom:1px solid rgba(255,255,255,.10);
}

.footer-info-row b{
  color:#fff;
}

.footer-info-row span,
.footer-info-row a{
  color:#fff;
  font-weight:700;
  text-decoration:none;
}

.footer-quick-links{
  color:#aeb8c7;
  font-size:13px;
  margin:15px 0 18px;
}

.footer-quick-links a{
  color:#fff;
  text-decoration:none;
  font-weight:800;
}

footer{
  background:#020914 !important;
}

@media(max-width:980px){
  .footer-pro-grid{
    grid-template-columns:1fr;
    gap:34px;
  }
}

@media(max-width:620px){
  .footer-pro-section{
    padding:52px 0;
  }

  .footer-pro-card h3{
    font-size:20px;
  }

  .footer-price-row,
  .footer-info-row{
    font-size:14px;
  }
}


.floating-whatsapp-widget{
  position:fixed; right:22px; bottom:22px; z-index:9999;
  font-family:"Inter",Arial,sans-serif;
}
.fw-toggle{
  width:64px; height:64px; border-radius:50%; border:0;
  background:#0b1220; color:#fff; display:grid; place-items:center;
  cursor:pointer; box-shadow:0 18px 45px rgba(37,211,102,.38);
  transition:.2s ease;
}
.fw-toggle:hover{transform:translateY(-3px) scale(1.03)}
.fw-toggle svg{width:34px;height:34px}
.fw-panel{
  position:absolute; right:0; bottom:82px; width:360px; max-width:calc(100vw - 28px);
  background:#ffc400; border-radius:28px; padding:24px;
  box-shadow:0 24px 70px rgba(6,17,31,.28);
  transform:translateY(16px); opacity:0; pointer-events:none; transition:.22s ease;
}
.floating-whatsapp-widget.active .fw-panel{transform:translateY(0); opacity:1; pointer-events:auto}
.fw-close{
  position:absolute; top:12px; right:14px; width:34px; height:34px; border-radius:50%;
  border:0; background:#06111f; color:#fff; font-size:20px; cursor:pointer;
}
.fw-panel small{display:block;color:#06111f;font-weight:900;letter-spacing:.14em;margin-bottom:8px}
.fw-panel h3{margin:0 0 18px;color:#06111f;font-size:28px;line-height:1.1;letter-spacing:-.8px}
.fw-field{margin-bottom:12px}
.fw-field input,.fw-field select{
  width:100%; border:0; border-radius:17px; padding:15px 16px;
  background:#fffdf2; color:#06111f; font-size:16px; font-family:inherit; outline:none;
}
.fw-field input:focus,.fw-field select:focus{box-shadow:0 0 0 3px rgba(6,17,31,.16)}
.fw-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;
  display:flex; align-items:center; justify-content:center; gap:10px; margin-top:6px;
}
.fw-submit svg{width:22px;height:22px}
.fw-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){
  .floating-whatsapp-widget{right:14px;bottom:14px}
  .fw-toggle{width:58px;height:58px}
  .fw-panel{right:0;bottom:74px;width:calc(100vw - 28px);padding:22px;border-radius:24px}
  .fw-panel h3{font-size:25px}
}


/* Canlı Destek Widget - Sabit ve Çalışır Sürüm */
.live-support-widget{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:99999;
  font-family:"Inter",Arial,sans-serif;
}

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

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

.live-support-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);
  display:none;
}

.live-support-widget.open .live-support-panel{
  display:block;
}

.live-support-close{
  position:absolute;
  top:12px;
  right:14px;
  width:34px;
  height:34px;
  border-radius:50%;
  border:0;
  background:#06111f;
  color:#fff;
  font-size:20px;
  cursor:pointer;
}

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

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

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

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

.live-support-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;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  margin-top:6px;
}

.live-support-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){
  .live-support-widget{
    right:14px;
    bottom:14px;
  }

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

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

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


/* 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;
  }
}


