body.hesap-v3-gelismis-x{
        --renk-gece: #0b2540;
        --renk-gece2: #153d50;
        --renk-mavi: #475fd9;
        --renk-mavi-acik: #e9edff;
        --renk-yesil: #3d9c78;
        --renk-yesil-acik: #e8f5ef;
        --renk-mercan: #e98263;
        --renk-mercan-acik: #fff0e9;
        --renk-sari: #efc75e;
        --renk-kagit: #fbfaf7;
        --renk-beyaz: #fff;
        --renk-metin: #10243f;
        --renk-ikincil: #5f6d82;
        --renk-cizgi: #dce3ea;
        --bosluk-1: 1rem;
        --bosluk-2: 2rem;
        --bosluk-3: 4rem;
        --bosluk-4: 7rem;
        --yaricap-kucuk: 13px;
        --yaricap: 22px;
        --yaricap-buyuk: 31px;
        --golge: 0 25px 70px rgba(12, 37, 64, 0.11);
        --golge-hafif: 0 12px 32px rgba(12, 37, 64, 0.07);
        --genislik: 1300px;
      }body.hesap-v3-gelismis-x *{
        box-sizing: border-box;
      }body.hesap-v3-gelismis-x{
        scroll-behavior: smooth;
      }body.hesap-v3-gelismis-x{
        margin: 0;
        background: var(--renk-kagit);
        color: var(--renk-metin);
        font:
          16px/1.7 'Manrope',
          system-ui,
          -apple-system,
          BlinkMacSystemFont,
          'Segoe UI',
          sans-serif;
      }body.hesap-v3-gelismis-x a{
        color: inherit;
        text-decoration: none;
      }body.hesap-v3-gelismis-x button, body.hesap-v3-gelismis-x input, body.hesap-v3-gelismis-x select{
        font: inherit;
      }body.hesap-v3-gelismis-x .ust{
        height: 74px;
        padding: 0 max(24px, calc((100vw - var(--genislik)) / 2));
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: sticky;
        top: 0;
        z-index: 40;
        background: #fffffff0;
        border-bottom: 1px solid var(--renk-cizgi);
        backdrop-filter: blur(18px);
      }body.hesap-v3-gelismis-x .marka{
        font-size: 20px;
        font-weight: 800;
        letter-spacing: -0.04em;
        display: flex;
        gap: 10px;
        align-items: center;
      }body.hesap-v3-gelismis-x .marka b{
        width: 34px;
        height: 34px;
        border-radius: 11px;
        display: grid;
        place-items: center;
        background: linear-gradient(145deg, var(--renk-mavi), #7992ff);
        color: white;
      }body.hesap-v3-gelismis-x .marka i{
        font-style: normal;
        color: var(--renk-yesil);
      }body.hesap-v3-gelismis-x .ust nav{
        display: flex;
        gap: 25px;
        align-items: center;
        font-size: 13px;
        font-weight: 750;
        color: #55667b;
      }body.hesap-v3-gelismis-x .ust nav a:last-child{
        background: var(--renk-gece);
        color: white;
        padding: 10px 14px;
        border-radius: 11px;
      }body.hesap-v3-gelismis-x .crumb{
        width: min(var(--genislik), calc(100% - 48px));
        margin: 23px auto;
        display: flex;
        gap: 9px;
        font-size: 12px;
        color: #637082;
      }body.hesap-v3-gelismis-x .hero{
        width: min(var(--genislik), calc(100% - 48px));
        margin: 35px auto 48px;
        display: grid;
        grid-template-columns: 1.1fr 0.9fr;
        gap: 60px;
        align-items: end;
      }body.hesap-v3-gelismis-x .eyebrow{
        font-size: 11px;
        letter-spacing: 0.14em;
        text-transform: uppercase;
        font-weight: 850;
        color: var(--renk-mavi);
      }body.hesap-v3-gelismis-x .hero h1{
        font-size: clamp(48px, 5.6vw, 78px);
        line-height: 0.97;
        letter-spacing: -0.07em;
        margin: 17px 0 23px;
      }body.hesap-v3-gelismis-x .hero h1 em{
        display: block;
        font-family: 'Lora', Georgia, serif;
        font-weight: 500;
        color: var(--renk-yesil);
      }body.hesap-v3-gelismis-x .hero p{
        font-size: 18px;
        color: var(--renk-ikincil);
        max-width: 720px;
      }body.hesap-v3-gelismis-x .hero-facts{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 9px;
      }body.hesap-v3-gelismis-x .hero-facts div{
        padding: 18px;
        background: white;
        border: 1px solid var(--renk-cizgi);
        border-radius: 16px;
      }body.hesap-v3-gelismis-x .hero-facts strong{
        display: block;
        font-size: 14px;
      }body.hesap-v3-gelismis-x .hero-facts span{
        font-size: 10px;
        color: var(--renk-ikincil);
      }body.hesap-v3-gelismis-x .shell{
        width: min(var(--genislik), calc(100% - 48px));
        margin: auto;
      }body.hesap-v3-gelismis-x .work{
        display: grid;
        grid-template-columns: 395px 1fr;
        gap: 22px;
        align-items: start;
      }body.hesap-v3-gelismis-x .form{
        position: sticky;
        top: 98px;
        padding: 28px;
        border-radius: var(--yaricap-buyuk);
        background: var(--renk-gece);
        color: white;
        box-shadow: var(--golge);
      }body.hesap-v3-gelismis-x .form h2{
        font-size: 25px;
        line-height: 1.2;
        letter-spacing: -0.04em;
        margin: 9px 0 22px;
      }body.hesap-v3-gelismis-x .row{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 9px;
      }body.hesap-v3-gelismis-x .field{
        margin-bottom: 12px;
      }body.hesap-v3-gelismis-x .field label{
        display: block;
        color: #cad7e2;
        font-size: 11px;
        font-weight: 750;
        margin-bottom: 6px;
      }body.hesap-v3-gelismis-x .field input, body.hesap-v3-gelismis-x .field select{
        width: 100%;
        padding: 12px 13px;
        border: 0;
        border-radius: 11px;
        background: white;
        color: var(--renk-metin);
        outline: 0;
      }body.hesap-v3-gelismis-x .seg{
        display: grid;
        grid-template-columns: 1fr 1fr;
        background: #ffffff12;
        border-radius: 11px;
        padding: 4px;
        margin-bottom: 13px;
      }body.hesap-v3-gelismis-x .seg input{
        position: absolute;
        opacity: 0;
      }body.hesap-v3-gelismis-x .seg label{
        text-align: center;
        padding: 9px;
        border-radius: 8px;
        font-size: 11px;
        font-weight: 800;
        color: #b8c7d5;
        cursor: pointer;
      }body.hesap-v3-gelismis-x .seg input:checked + label{
        background: white;
        color: var(--renk-metin);
      }body.hesap-v3-gelismis-x .form > button{
        width: 100%;
        border: 0;
        border-radius: 12px;
        background: var(--renk-mavi);
        color: white;
        padding: 14px;
        font-weight: 850;
      }body.hesap-v3-gelismis-x .privacy{
        font-size: 10px;
        color: #aebdca;
        margin: 13px 0 0;
      }body.hesap-v3-gelismis-x .results{
        display: grid;
        gap: 12px;
      }body.hesap-v3-gelismis-x .main-result{
        padding: 32px;
        border-radius: var(--yaricap-buyuk);
        color: white;
        background: linear-gradient(
          130deg,
          var(--renk-gece),
          var(--renk-gece2)
        );
        box-shadow: var(--golge);
        position: relative;
        overflow: hidden;
      }body.hesap-v3-gelismis-x .main-result:after{
        content: '';
        position: absolute;
        width: 330px;
        height: 330px;
        right: -150px;
        top: -170px;
        border-radius: 50%;
        background: radial-gradient(circle, #475fd980, transparent 68%);
      }body.hesap-v3-gelismis-x .result-head{
        display: flex;
        justify-content: space-between;
        position: relative;
        z-index: 2;
      }body.hesap-v3-gelismis-x .result-head small{
        color: #aebed0;
        font-weight: 700;
      }body.hesap-v3-gelismis-x .result-head span{
        font-size: 10px;
        color: #bce6d2;
        background: #3e9b7921;
        border: 1px solid #a6dec033;
        padding: 7px 10px;
        border-radius: 9px;
      }body.hesap-v3-gelismis-x .kcal{
        font-size: 82px;
        line-height: 1;
        font-weight: 800;
        letter-spacing: -0.075em;
        margin: 17px 0 8px;
        position: relative;
        z-index: 2;
      }body.hesap-v3-gelismis-x .kcal small{
        font-size: 18px;
        letter-spacing: 0;
        color: #bdcbd8;
      }body.hesap-v3-gelismis-x .main-result > p{
        max-width: 600px;
        color: #c6d4df;
        font-size: 13px;
        position: relative;
        z-index: 2;
      }body.hesap-v3-gelismis-x .targets{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
      }body.hesap-v3-gelismis-x .targets-4{
        grid-template-columns: repeat(2, 1fr);
      }body.hesap-v3-gelismis-x .target{
        padding: 20px;
        border-radius: 18px;
        background: white;
        border: 1px solid var(--renk-cizgi);
      }body.hesap-v3-gelismis-x .target span{
        font-size: 10px;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        color: var(--renk-ikincil);
        font-weight: 800;
      }body.hesap-v3-gelismis-x .target strong{
        display: block;
        font-size: 24px;
        margin: 5px 0;
      }body.hesap-v3-gelismis-x .target p{
        font-size: 10px;
        color: var(--renk-ikincil);
        margin: 0;
      }body.hesap-v3-gelismis-x .target:nth-child(2){
        background: var(--renk-yesil-acik);
        border-color: #cae8da;
      }body.hesap-v3-gelismis-x .macro{
        display: grid;
        grid-template-columns: 210px 1fr;
        gap: 28px;
        align-items: center;
        padding: 24px;
        background: white;
        border: 1px solid var(--renk-cizgi);
        border-radius: 20px;
      }body.hesap-v3-gelismis-x .donut{
        width: 175px;
        aspect-ratio: 1;
        border-radius: 50%;
        background: conic-gradient(
          var(--renk-mavi) 0 45%,
          var(--renk-yesil) 45% 75%,
          var(--renk-mercan) 75%
        );
        position: relative;
        margin: auto;
      }body.hesap-v3-gelismis-x .donut:after{
        content: 'Makro\Aörneği';
        white-space: pre;
        position: absolute;
        inset: 28px;
        border-radius: 50%;
        background: white;
        display: grid;
        place-items: center;
        text-align: center;
        font-size: 12px;
        font-weight: 800;
      }body.hesap-v3-gelismis-x .macro-list{
        display: grid;
        gap: 12px;
      }body.hesap-v3-gelismis-x .macro-list div{
        display: grid;
        grid-template-columns: 12px 1fr auto;
        align-items: center;
        gap: 9px;
        border-bottom: 1px solid #edf0f4;
        padding-bottom: 10px;
      }body.hesap-v3-gelismis-x .macro-list i{
        width: 9px;
        height: 9px;
        border-radius: 50%;
        background: var(--renk-mavi);
      }body.hesap-v3-gelismis-x .macro-list div:nth-child(2) i{
        background: var(--renk-yesil);
      }body.hesap-v3-gelismis-x .macro-list div:nth-child(3) i{
        background: var(--renk-mercan);
      }body.hesap-v3-gelismis-x .macro-list span{
        font-size: 12px;
        color: var(--renk-ikincil);
      }body.hesap-v3-gelismis-x .macro-list strong{
        font-size: 13px;
      }body.hesap-v3-gelismis-x .bridge{
        margin: 23px 0 70px;
        padding: 29px 34px;
        border-radius: 22px;
        background: linear-gradient(
          120deg,
          var(--renk-mavi-acik),
          var(--renk-yesil-acik)
        );
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 25px;
      }body.hesap-v3-gelismis-x .bridge h2{
        font-size: 25px;
        letter-spacing: -0.04em;
        margin: 4px 0;
      }body.hesap-v3-gelismis-x .bridge p{
        font-size: 12px;
        color: var(--renk-ikincil);
        margin: 0;
      }body.hesap-v3-gelismis-x .bridge a{
        padding: 13px 16px;
        border-radius: 11px;
        background: var(--renk-mavi);
        color: white;
        font-size: 12px;
        font-weight: 850;
        white-space: nowrap;
      }body.hesap-v3-gelismis-x .toc{
        border: 1px solid var(--renk-cizgi);
        border-radius: 17px;
        background: white;
        margin-bottom: 85px;
      }body.hesap-v3-gelismis-x .toc summary{
        list-style: none;
        padding: 19px 22px;
        font-weight: 800;
        cursor: pointer;
      }body.hesap-v3-gelismis-x .toc nav{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 7px;
        padding: 0 12px 12px;
      }body.hesap-v3-gelismis-x .toc a{
        padding: 11px;
        background: #f3f5f8;
        border-radius: 9px;
        color: #5c6c81;
        font-size: 12px;
      }body.hesap-v3-gelismis-x .article{
        width: min(920px, 100%);
        margin: auto;
      }body.hesap-v3-gelismis-x .article section{
        padding: 58px 0;
        border-top: 1px solid var(--renk-cizgi);
        scroll-margin-top: 95px;
      }body.hesap-v3-gelismis-x .article h2{
        font-size: clamp(34px, 4vw, 50px);
        line-height: 1.08;
        letter-spacing: -0.055em;
        margin: 11px 0 22px;
      }body.hesap-v3-gelismis-x .article h3{
        font-size: 21px;
        letter-spacing: -0.03em;
        margin: 28px 0 8px;
      }body.hesap-v3-gelismis-x .article p{
        color: #57677c;
      }body.hesap-v3-gelismis-x .formula{
        padding: 25px;
        border-radius: 18px;
        background: var(--renk-gece);
        color: white;
        margin: 25px 0;
      }body.hesap-v3-gelismis-x .formula strong{
        font-size: 21px;
        display: block;
      }body.hesap-v3-gelismis-x .formula span{
        font-size: 12px;
        color: #b8c7d5;
      }body.hesap-v3-gelismis-x .table{
        overflow: auto;
        border: 1px solid var(--renk-cizgi);
        border-radius: 17px;
        background: white;
        margin: 25px 0;
      }body.hesap-v3-gelismis-x .table table{
        width: 100%;
        border-collapse: collapse;
        min-width: 690px;
      }body.hesap-v3-gelismis-x .table th, body.hesap-v3-gelismis-x .table td{
        padding: 14px 16px;
        text-align: left;
        border-bottom: 1px solid #e5e9ee;
        font-size: 12px;
      }body.hesap-v3-gelismis-x .table thead{
        background: var(--renk-gece);
        color: white;
      }body.hesap-v3-gelismis-x .callout{
        padding: 24px;
        background: #fff1eb;
        border-left: 4px solid var(--renk-mercan);
        border-radius: 0 16px 16px 0;
        margin: 25px 0;
      }body.hesap-v3-gelismis-x .example{
        padding: 25px;
        background: var(--renk-mavi-acik);
        border-radius: 18px;
      }body.hesap-v3-gelismis-x .faq details{
        border-top: 1px solid var(--renk-cizgi);
      }body.hesap-v3-gelismis-x .faq summary{
        list-style: none;
        padding: 18px 0;
        font-weight: 800;
        cursor: pointer;
      }body.hesap-v3-gelismis-x .faq summary:after{
        content: '+';
        float: right;
        color: var(--renk-mavi);
      }body.hesap-v3-gelismis-x .faq details[open] summary:after{
        content: '−';
      }body.hesap-v3-gelismis-x .related{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 11px;
      }body.hesap-v3-gelismis-x .related a{
        padding: 18px;
        background: white;
        border: 1px solid var(--renk-cizgi);
        border-radius: 15px;
        font-size: 13px;
        font-weight: 800;
      }body.hesap-v3-gelismis-x .review{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        margin: 45px 0 90px;
      }body.hesap-v3-gelismis-x .review div{
        padding: 20px;
        border-radius: 15px;
        background: #f0f3f7;
      }body.hesap-v3-gelismis-x .review small{
        display: block;
        color: var(--renk-ikincil);
      }body.hesap-v3-gelismis-x footer{
        padding: 48px max(24px, calc((100vw - var(--genislik)) / 2));
        background: #081d32;
        color: #bdcad7;
        font-size: 12px;
      }body.hesap-v3-gelismis-x footer strong{
        font-size: 20px;
        color: white;
      }
      @media (max-width: 960px) {body.hesap-v3-gelismis-x .ust nav a:not(:last-child){
          display: none;
        }body.hesap-v3-gelismis-x .hero{
          grid-template-columns: 1fr;
        }body.hesap-v3-gelismis-x .work{
          grid-template-columns: 1fr;
        }body.hesap-v3-gelismis-x .form{
          position: relative;
          top: auto;
        }body.hesap-v3-gelismis-x .toc nav{
          grid-template-columns: 1fr 1fr;
        }
      }
      @media (max-width: 600px) {body.hesap-v3-gelismis-x .ust{
          height: 68px;
          padding: 0 15px;
        }body.hesap-v3-gelismis-x .crumb, body.hesap-v3-gelismis-x .hero, body.hesap-v3-gelismis-x .shell{
          width: calc(100% - 28px);
        }body.hesap-v3-gelismis-x .hero{
          gap: 22px;
        }body.hesap-v3-gelismis-x .hero h1{
          font-size: 45px;
        }body.hesap-v3-gelismis-x .hero p{
          font-size: 15px;
        }body.hesap-v3-gelismis-x .hero-facts{
          grid-template-columns: 1fr;
        }body.hesap-v3-gelismis-x .form, body.hesap-v3-gelismis-x .main-result{
          padding: 23px;
          border-radius: 22px;
        }body.hesap-v3-gelismis-x .kcal{
          font-size: 64px;
        }body.hesap-v3-gelismis-x .targets{
          grid-template-columns: 1fr;
        }body.hesap-v3-gelismis-x .macro{
          grid-template-columns: 1fr;
        }body.hesap-v3-gelismis-x .bridge{
          flex-direction: column;
          align-items: flex-start;
          padding: 24px;
        }body.hesap-v3-gelismis-x .toc nav{
          grid-template-columns: 1fr;
        }body.hesap-v3-gelismis-x .article section{
          padding: 43px 0;
        }body.hesap-v3-gelismis-x .article h2{
          font-size: 36px;
        }body.hesap-v3-gelismis-x .related, body.hesap-v3-gelismis-x .review{
          grid-template-columns: 1fr;
        }body.hesap-v3-gelismis-x .row{
          grid-template-columns: 1fr 1fr;
        }
      }
      /* "Bilgileriniz hazır" gostergesi -- VKI (hesap-v3-basit) sayfasindaki
         .ready bileseniyle ayni davranis, bu sablonun kendi renkleriyle.
         Sartname: 2026-09-06-hesaplama-merkezi-giydirme.md paragraf 4.3 madde 3 */
      body.hesap-v3-gelismis-x .ready{
        display: none;
        margin-bottom: 16px;
        padding: 12px;
        border: 1px solid rgba(168, 223, 194, 0.25);
        background: rgba(168, 223, 194, 0.08);
        border-radius: 12px;
        font-size: 11px;
        color: #bfe8d3;
      }
      body.hesap-v3-gelismis-x .ready button{
        width: auto;
        padding: 0;
        margin: 0;
        background: none;
        color: white;
        text-decoration: underline;
        float: right;
        font-size: 11px;
        border: none;
        cursor: pointer;
      }
body.hesap-v3-gelismis-x footer{display:flex;flex-direction:column;gap:18px}
body.hesap-v3-gelismis-x footer nav{display:flex;flex-wrap:wrap;gap:12px 20px;font-size:12px;font-weight:600}
body.hesap-v3-gelismis-x footer nav a{color:#bdcad7;text-decoration:none}
body.hesap-v3-gelismis-x footer nav a:hover{color:#fff}
body.hesap-v3-gelismis-x .footer-alt{border-top:1px solid rgba(255,255,255,.14);padding-top:16px;font-size:11px;color:#8ea2b8}
body.hesap-v3-gelismis-x .footer-ai{display:flex;flex-wrap:wrap;gap:10px;align-items:center;font-size:11px;color:#8ea2b8}
body.hesap-v3-gelismis-x .footer-ai a{color:#bdcad7}
body.hesap-v3-gelismis-x .footer-ai strong{color:#fff;font-weight:700;margin-right:4px}
body.hesap-v3-gelismis-x .footer-ai small{width:100%;color:#8ea2b8}
body.hesap-v3-gelismis-x .ik-serit{border-bottom:1px solid var(--renk-cizgi);background:var(--renk-kagit)}
body.hesap-v3-gelismis-x .ik-serit-ic{width:min(var(--genislik),calc(100% - 48px));margin:0 auto;padding:8px 0;display:flex;gap:16px;overflow-x:auto;font-size:12px;font-weight:600;color:var(--renk-ikincil);white-space:nowrap}
body.hesap-v3-gelismis-x .ik-serit-ic a{color:inherit;text-decoration:none}
body.hesap-v3-gelismis-x .ik-serit-ic a:hover{color:var(--renk-metin)}
body.hesap-v3-gelismis-x .ik-serit-ic a[aria-current]{color:#3d55d6;font-weight:800}
body.hesap-v3-gelismis-x .ik-serit-ic2 .ik-serit-ic{border-top:1px solid var(--renk-cizgi)}
