﻿:root {
      --ink: #041c33;
      --ink-soft: #163a57;
      --ink-mid: #2a4d6b;
      --paper: #f2f5f8;
      --white: #ffffff;
      --fog: #e6edf4;
      --line: rgba(4, 28, 51, 0.10);
      --muted: #5c7186;
      --sun: #ffe08a;
      --sun-deep: #f0c95a;
      --sun-edge: #e6c45a;
      --sun-ink: #041c33;
      --font: "Figtree", "Segoe UI", sans-serif;
      --ease: cubic-bezier(0.22, 1, 0.36, 1);
      --wrap: min(1100px, calc(100% - 2.5rem));
    }

    *, *::before, *::after { box-sizing: border-box; }
    html:has(body.body-mkt) { scroll-behavior: smooth; }
    body.body-mkt {
      margin: 0;
      font-family: var(--font);
      color: var(--ink);
      background: var(--paper);
      line-height: 1.55;
      -webkit-font-smoothing: antialiased;
    }
    img { max-width: 100%; display: block; }
    a { color: inherit; text-decoration: none; }
    .skip-link {
      position: absolute;
      left: 1rem;
      top: -4rem;
      z-index: 100;
      padding: 0.55rem 0.9rem;
      background: var(--sun);
      color: var(--sun-ink);
      font-weight: 700;
      border-radius: 8px;
    }
    .skip-link:focus { top: 1rem; }
    .mkt-nav-toggle {
      display: none;
      border: 1px solid rgba(255,255,255,.28);
      background: rgba(4,28,51,.35);
      color: #fff;
      font: inherit;
      font-weight: 700;
      font-size: .88rem;
      padding: .45rem .8rem;
      border-radius: 8px;
      cursor: pointer;
    }
    .mkt-chrome--light .mkt-nav-toggle {
      border-color: var(--line);
      background: var(--white);
      color: var(--ink);
    }

    

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 0.4rem;
      min-height: 3.05rem;
      padding: 0.78rem 1.5rem;
      font: 700 0.95rem/1 var(--font);
      letter-spacing: 0.01em;
      border: 1px solid transparent;
      cursor: pointer;
      transition:
        transform 0.2s var(--ease),
        background 0.2s var(--ease),
        border-color 0.2s var(--ease),
        box-shadow 0.2s var(--ease),
        color 0.2s var(--ease);
    }
    .btn:hover { transform: translateY(-1px); }
    .btn:active { transform: translateY(0); }
    .btn-primary {
      background: var(--sun);
      color: var(--sun-ink);
      border-color: var(--sun-edge);
      box-shadow: 0 1px 0 rgba(4, 28, 51, 0.06);
    }
    .btn-primary:hover {
      background: var(--sun-deep);
      border-color: #d9b84a;
    }
    .btn-ghost {
      background: transparent;
      color: #fff;
      border-color: rgba(255,255,255,0.45);
    }
    .btn-ghost:hover {
      border-color: #fff;
      background: rgba(255,255,255,0.1);
    }
    .btn-ghost-dark {
      background: transparent;
      color: var(--ink);
      border-color: rgba(4, 28, 51, 0.2);
    }
    .btn-ghost-dark:hover {
      border-color: var(--ink);
      background: rgba(4, 28, 51, 0.03);
    }

    /* Sticky top chrome (nav) */
    .mkt-chrome {
      position: sticky;
      top: 0;
      z-index: 40;
      transition: background 0.3s var(--ease), backdrop-filter 0.3s var(--ease);
    }
    .mkt-chrome.is-solid {
      background: rgba(4, 28, 51, 0.78);
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
      border-bottom: 1px solid rgba(255,255,255,0.08);
    }
    .mkt-nav {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
      width: var(--wrap);
      margin: 0 auto;
      padding: 0.95rem 0;
    }
    .mkt-nav-logo { height: 28px; width: auto; }
    .mkt-nav-links {
      display: flex;
      align-items: center;
      gap: 1.35rem;
      font-size: 0.9rem;
      font-weight: 600;
      color: rgba(255,255,255,0.86);
    }
    .mkt-nav-links a:not(.btn):hover { color: #fff; }
    .mkt-nav-links .btn {
      min-height: 2.4rem;
      padding: 0.48rem 1rem;
      font-size: 0.86rem;
    }

    /* Hero — full-bleed photo */
    .mkt-hero {
      position: relative;
      margin-top: -4.3rem;
      min-height: calc(100svh - 2.35rem);
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      color: var(--white);
      background: var(--ink);
      overflow: hidden;
    }
    .mkt-hero-media {
      position: absolute;
      inset: 0;
      z-index: 0;
    }
    .mkt-hero-slide {
      position: absolute;
      inset: -12px;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      filter: blur(1.5px);
      transform: scale(1.04);
      opacity: 0;
      transition: opacity 1.1s ease;
      z-index: 0;
    }
    .mkt-hero-slide.is-on {
      opacity: 1;
      z-index: 1;
    }
    .mkt-hero-slide--1 {
      background-image: url("https://cdnmasarezerve.b-cdn.net/logo/arkplan1.jpg");
      background-position: center center;
    }
    .mkt-hero-slide--2 {
      background-image: url("https://cdnmasarezerve.b-cdn.net/logo/arkaplan2.jpg");
      background-position: center center;
    }
    .mkt-hero-media::after {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 2;
      pointer-events: none;
      background:
        linear-gradient(180deg,
          rgba(4,28,51,0.48) 0%,
          rgba(4,28,51,0.22) 40%,
          rgba(4,28,51,0.78) 100%),
        linear-gradient(100deg, rgba(4,28,51,0.42) 0%, transparent 52%);
    }
    .mkt-hero-inner {
      position: relative;
      z-index: 2;
      width: var(--wrap);
      margin: 0 auto;
      padding: 5.5rem 0 clamp(3.4rem, 8vh, 5.5rem);
      display: grid;
      gap: 1.05rem;
      justify-items: start;
    }
    .mkt-hero-brand {
      width: min(280px, 70vw);
      height: auto;
      margin: 0;
      filter: drop-shadow(0 10px 28px rgba(0,0,0,0.28));
      animation: rise 0.9s var(--ease) both;
    }
    .mkt-hero-badge {
      margin: 0.15rem 0 0;
      display: inline-flex;
      align-items: center;
      padding: 0.4rem 0.75rem;
      font-size: 0.78rem;
      font-weight: 800;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      color: var(--sun-ink);
      background: var(--sun);
      border: 1px solid var(--sun-edge);
      animation: rise 0.9s 0.05s var(--ease) both;
    }
    .mkt-hero h1 {
      margin: 0;
      max-width: 18ch;
      font-family: var(--font);
      font-weight: 700;
      font-size: clamp(1.85rem, 4.6vw, 3.05rem);
      line-height: 1.12;
      letter-spacing: -0.03em;
      text-wrap: balance;
      animation: rise 0.9s 0.1s var(--ease) both;
    }
    .mkt-hero-lead {
      margin: 0;
      max-width: 42ch;
      font-size: clamp(1rem, 1.8vw, 1.12rem);
      font-weight: 500;
      line-height: 1.5;
      color: rgba(255,255,255,0.9);
      animation: rise 0.9s 0.16s var(--ease) both;
    }
    .mkt-cta-row {
      display: flex;
      flex-wrap: wrap;
      gap: 0.7rem;
      padding-top: 0.45rem;
      animation: rise 0.9s 0.24s var(--ease) both;
    }
    .mkt-hero-meta {
      margin: 0;
      max-width: 48ch;
      font-size: 0.86rem;
      font-weight: 600;
      line-height: 1.45;
      color: rgba(255,255,255,0.68);
      letter-spacing: 0.01em;
      animation: rise 0.9s 0.32s var(--ease) both;
    }
    .mkt-hero-meta span + span::before {
      content: "·";
      margin: 0 0.45rem;
      opacity: 0.7;
    }
    .mkt-hero-trust {
      margin: 0.15rem 0 0;
      font-size: 0.84rem;
      font-weight: 500;
      color: rgba(255,255,255,0.55);
      animation: rise 0.9s 0.38s var(--ease) both;
    }

    @keyframes rise {
      from { opacity: 0; transform: translateY(18px); }
      to { opacity: 1; transform: translateY(0); }
    }

    .mkt-wrap {
      width: var(--wrap);
      margin: 0 auto;
    }
    .mkt-section {
      padding: clamp(4rem, 9.5vw, 7rem) 0;
    }
    .mkt-reveal {
      opacity: 0;
      transform: translateY(22px);
      transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
    }
    .mkt-reveal.is-in {
      opacity: 1;
      transform: none;
    }
    .mkt-kicker {
      margin: 0 0 0.5rem;
      font-size: 0.76rem;
      font-weight: 700;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--ink-mid);
    }
    .mkt-section h2 {
      margin: 0 0 0.65rem;
      font-family: var(--font);
      font-size: clamp(1.9rem, 3.6vw, 2.6rem);
      font-weight: 600;
      letter-spacing: -0.028em;
      line-height: 1.1;
      text-wrap: balance;
    }
    .mkt-section-lead {
      margin: 0 0 2.6rem;
      max-width: 34ch;
      color: var(--muted);
      font-size: 1.06rem;
      line-height: 1.5;
    }

    .mkt-how { background: var(--white); }
    .mkt-steps {
      list-style: none;
      margin: 0;
      padding: 0;
      display: grid;
      gap: 1.6rem;
      counter-reset: step;
    }
    @media (min-width: 820px) {
      .mkt-steps {
        grid-template-columns: repeat(3, 1fr);
        gap: 2.4rem;
      }
    }
    .mkt-steps li {
      counter-increment: step;
      display: grid;
      gap: 0.7rem;
      padding-top: 1.2rem;
      border-top: 1px solid var(--line);
      position: relative;
    }
    .mkt-steps li::before {
      content: counter(step, decimal-leading-zero);
      font-family: var(--font);
      font-size: 0.92rem;
      font-weight: 600;
      color: var(--ink-mid);
      letter-spacing: 0.06em;
    }
    .mkt-steps li::after {
      content: "";
      position: absolute;
      top: -1px;
      left: 0;
      width: 2.75rem;
      height: 2px;
      background: var(--sun-edge);
    }
    .mkt-steps strong {
      font-family: var(--font);
      font-size: 1.42rem;
      font-weight: 600;
      letter-spacing: -0.02em;
    }
    .mkt-steps span {
      color: var(--muted);
      font-size: 0.98rem;
      line-height: 1.5;
    }
    .mkt-steps em {
      font-style: normal;
      color: var(--ink);
      font-weight: 700;
    }

    /* Mekan tipleri */
    .mkt-venues {
      background: var(--paper);
      border-top: 1px solid var(--line);
    }
    .mkt-venues-grid {
      list-style: none;
      margin: 0;
      padding: 0;
      display: grid;
      gap: 1.25rem;
    }
    @media (min-width: 720px) {
      .mkt-venues-grid { grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
    }
    .mkt-venues-grid li {
      padding: 1.35rem 0 0;
      border-top: 2px solid var(--ink);
      display: grid;
      gap: 0.55rem;
    }
    .mkt-venues-grid svg {
      width: 1.75rem;
      height: 1.75rem;
      color: var(--ink);
    }
    .mkt-venues-grid strong {
      font-size: 1.15rem;
      font-weight: 700;
      letter-spacing: -0.02em;
    }
    .mkt-venues-grid span {
      color: var(--muted);
      font-size: 0.92rem;
      line-height: 1.45;
    }

    /* Defter vs dijital */
    .mkt-compare {
      background: var(--white);
      border-top: 1px solid var(--line);
    }
    .mkt-compare-grid {
      display: grid;
      gap: 1rem;
    }
    @media (min-width: 760px) {
      .mkt-compare-grid { grid-template-columns: 1fr 1fr; gap: 1.25rem; }
    }
    .mkt-compare-col {
      padding: 1.6rem 1.4rem 1.45rem;
      border: 1px solid var(--line);
      background: var(--paper);
      display: grid;
      gap: 0.85rem;
      align-content: start;
    }
    .mkt-compare-col.is-new {
      background: var(--ink);
      color: #fff;
      border-color: var(--ink);
    }
    .mkt-compare-col h3 {
      margin: 0;
      font-size: 1.2rem;
      font-weight: 700;
      letter-spacing: -0.02em;
    }
    .mkt-compare-col.is-new h3 { color: var(--sun); }
    .mkt-compare-col ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: grid;
      gap: 0.55rem;
      font-size: 0.95rem;
      line-height: 1.4;
    }
    .mkt-compare-col:not(.is-new) ul {
      color: var(--muted);
    }
    .mkt-compare-col ul li {
      padding-left: 1.15rem;
      position: relative;
    }
    .mkt-compare-col:not(.is-new) ul li::before {
      content: "–";
      position: absolute;
      left: 0;
      color: #9aa8b5;
      font-weight: 700;
    }
    .mkt-compare-col.is-new ul li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0.45em;
      width: 0.4rem;
      height: 0.4rem;
      background: var(--sun);
    }

    /* Product — full-bleed visual plane */
    .mkt-product {
      padding: 0;
      background: var(--ink);
      color: #fff;
    }
    .mkt-product .mkt-wrap {
      padding: clamp(3.5rem, 8vw, 5.5rem) 0 1.75rem;
    }
    .mkt-product .mkt-kicker { color: rgba(255,224,138,0.85); }
    .mkt-product .mkt-section-lead { color: rgba(255,255,255,0.7); margin-bottom: 1.75rem; }
    .mkt-product-shot {
      position: relative;
      width: 100%;
      aspect-ratio: 16 / 10;
      max-height: 560px;
      overflow: hidden;
      background: #071525;
    }
    .mkt-product-shot img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: center top;
      display: block;
    }
    .mkt-product-bar {
      width: var(--wrap);
      margin: 0 auto;
      padding: 1.35rem 0 2.5rem;
      display: flex;
      flex-wrap: wrap;
      gap: 0.7rem;
      align-items: center;
      justify-content: space-between;
    }
    .mkt-product-bar p {
      margin: 0;
      color: rgba(255,255,255,0.68);
      font-size: 0.95rem;
      font-weight: 500;
      max-width: 36ch;
    }
    .mkt-product-bar .mkt-cta-row { padding: 0; animation: none; }

    .mkt-price { background: var(--white); }
    .mkt-price-grid {
      display: grid;
      gap: 1rem;
    }
    @media (min-width: 760px) {
      .mkt-price-grid {
        grid-template-columns: 1fr 1.06fr;
        gap: 1.15rem;
      }
    }
    .mkt-price-plan {
      padding: 1.9rem 1.65rem 1.65rem;
      border: 1px solid var(--line);
      background: var(--paper);
      display: grid;
      gap: 0.85rem;
      align-content: start;
      transition: border-color 0.2s var(--ease), transform 0.2s var(--ease);
    }
    .mkt-price-plan:hover { border-color: rgba(4,28,51,0.22); }
    .mkt-price-plan.is-featured {
      background: var(--ink);
      color: #fff;
      border-color: var(--ink);
      position: relative;
      transform: translateY(-2px);
    }
    .mkt-price-plan.is-featured::before {
      content: "";
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 4px;
      background: var(--sun);
    }
    .mkt-price-plan h3 {
      margin: 0;
      font-family: var(--font);
      font-size: 1.4rem;
      font-weight: 600;
    }
    .mkt-price-note {
      margin: -0.3rem 0 0;
      font-size: 0.88rem;
      font-weight: 600;
      color: var(--muted);
    }
    .mkt-price-plan.is-featured .mkt-price-note { color: var(--sun); }
    .mkt-price-trust {
      margin: 1.5rem 0 0;
      font-size: 0.92rem;
      font-weight: 500;
      color: var(--muted);
      max-width: 46ch;
    }
    .mkt-price-amount {
      margin: 0.2rem 0 0;
      font-size: clamp(2.35rem, 4vw, 2.85rem);
      font-weight: 700;
      letter-spacing: -0.035em;
      line-height: 1;
      font-variant-numeric: tabular-nums;
    }
    .mkt-price-amount span {
      font-size: 1rem;
      font-weight: 600;
      opacity: 0.62;
      margin-left: 0.15rem;
    }
    .mkt-price-sub {
      margin: -0.35rem 0 0;
      font-size: 0.9rem;
      font-weight: 600;
      color: var(--ink-mid);
    }
    .mkt-price-plan.is-featured .mkt-price-sub { color: rgba(255,224,138,0.92); }
    .mkt-section-lead { max-width: 46ch; }
    .mkt-price-plan ul {
      margin: 0.2rem 0 0.3rem;
      padding: 0;
      list-style: none;
      display: grid;
      gap: 0.5rem;
      font-size: 0.95rem;
      opacity: 0.92;
    }
    .mkt-price-plan ul li {
      padding-left: 1.1rem;
      position: relative;
    }
    .mkt-price-plan ul li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0.55em;
      width: 0.4rem;
      height: 0.4rem;
      background: var(--sun-edge);
    }
    .mkt-price-plan.is-featured ul li::before { background: var(--sun); }
    .mkt-price-plan .btn { width: fit-content; margin-top: 0.3rem; }

    .mkt-faq { background: var(--paper); }
    .mkt-faq-list { border-top: 1px solid var(--line); }
    .mkt-faq-list details {
      border-bottom: 1px solid var(--line);
      padding: 1.2rem 0;
    }
    .mkt-faq-list summary {
      cursor: pointer;
      font-weight: 700;
      font-size: 1.02rem;
      list-style: none;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 1rem;
    }
    .mkt-faq-list summary::-webkit-details-marker { display: none; }
    .mkt-faq-list summary::after {
      content: "";
      width: 0.55rem;
      height: 0.55rem;
      border-right: 2px solid var(--ink-mid);
      border-bottom: 2px solid var(--ink-mid);
      transform: rotate(45deg);
      transition: transform 0.2s var(--ease);
      flex-shrink: 0;
    }
    .mkt-faq-list details[open] summary::after {
      transform: rotate(225deg);
      margin-top: 0.25rem;
    }
    .mkt-faq-list p {
      margin: 0.75rem 0 0.1rem;
      color: var(--muted);
      max-width: 52ch;
      line-height: 1.55;
    }

    .mkt-close {
      position: relative;
      background: var(--ink);
      color: #fff;
      text-align: center;
      overflow: hidden;
    }
    .mkt-close::before {
      content: "";
      position: absolute;
      inset: 0;
      background: radial-gradient(ellipse 80% 70% at 50% 110%, rgba(255,224,138,0.2), transparent 55%);
      pointer-events: none;
    }
    .mkt-close .mkt-wrap {
      position: relative;
      display: grid;
      justify-items: center;
      gap: 1rem;
      padding-block: clamp(4rem, 10vw, 6rem);
    }
    .mkt-close-logo {
      width: min(220px, 54vw);
      height: auto;
      margin-bottom: 0.25rem;
    }
    .mkt-close h2 {
      margin: 0;
      max-width: 22ch;
      font-family: var(--font);
      font-size: clamp(1.7rem, 3.4vw, 2.35rem);
      font-weight: 700;
      line-height: 1.15;
      letter-spacing: -0.025em;
    }
    .mkt-close p {
      margin: 0;
      color: rgba(255,255,255,0.76);
      max-width: 32ch;
      font-size: 1.05rem;
    }
    .mkt-close .mkt-cta-row {
      justify-content: center;
      padding-top: 0.55rem;
      animation: none;
    }

    .mkt-footer {
      background: var(--white);
      border-top: 1px solid var(--line);
      padding: 2.15rem 0 2.5rem;
    }
    .mkt-footer-inner {
      width: var(--wrap);
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      gap: 1.1rem 2rem;
      align-items: center;
      justify-content: space-between;
    }
    .mkt-footer-logo { height: 26px; width: auto; }
    .mkt-footer nav {
      display: flex;
      flex-wrap: wrap;
      gap: 1rem 1.35rem;
      font-size: 0.88rem;
      font-weight: 600;
      color: var(--muted);
    }
    .mkt-footer nav a:hover { color: var(--ink); }
    .mkt-footer-copy {
      width: 100%;
      margin: 0.35rem 0 0;
      font-size: 0.82rem;
      color: var(--muted);
    }

    /* Sağ sabit aksiyonlar */
    .mkt-float {
      position: fixed;
      right: 1rem;
      left: auto;
      bottom: 1.25rem;
      z-index: 55;
      display: flex;
      flex-direction: column;
      gap: 0.65rem;
    }
    .mkt-float a,
    .mkt-float button {
      width: 3.25rem;
      height: 3.25rem;
      display: grid;
      place-items: center;
      border: 0;
      border-radius: 999px;
      cursor: pointer;
      color: #fff;
      box-shadow: 0 8px 22px rgba(4, 28, 51, 0.22);
      transition: transform 0.2s var(--ease), background 0.2s var(--ease), opacity 0.25s var(--ease);
      text-decoration: none;
    }
    .mkt-float a:hover,
    .mkt-float button:hover { transform: translateY(-2px); }
    .mkt-float-wa {
      background: #25D366;
    }
    .mkt-float-wa:hover { background: #1ebe57; }
    .mkt-float-top {
      background: var(--ink);
      opacity: 0;
      pointer-events: none;
      transform: translateY(8px);
    }
    .mkt-float-top.is-on {
      opacity: 1;
      pointer-events: auto;
      transform: none;
    }
    .mkt-float-top:hover { background: var(--ink-soft); }
    .mkt-float svg {
      width: 1.45rem;
      height: 1.45rem;
      display: block;
      flex-shrink: 0;
    }

    @media (max-width: 700px) {
      .mkt-nav-toggle { display: inline-flex; align-items: center; }
      .mkt-nav-links {
        display: none;
        position: absolute;
        top: calc(100% + .35rem);
        right: 0;
        left: auto;
        flex-direction: column;
        align-items: stretch;
        min-width: 12rem;
        padding: .65rem;
        background: var(--white);
        color: var(--ink);
        border: 1px solid var(--line);
        border-radius: 12px;
        box-shadow: 0 18px 40px -18px rgba(0,0,0,.4);
        z-index: 30;
      }
      .mkt-nav { position: relative; }
      .mkt-nav.is-open .mkt-nav-links { display: flex; }
      .mkt-nav-links a:not(.btn) { display: block; color: var(--ink); padding: .45rem .35rem; }
      .mkt-hero-brand { width: min(240px, 78vw); }
      .mkt-product-shot { aspect-ratio: 4 / 3; max-height: none; }
      .mkt-venues-grid { grid-template-columns: 1fr 1fr; }
      .mkt-product-bar { flex-direction: column; align-items: stretch; }
      .mkt-product-bar .btn,
      .mkt-price-plan .btn { width: 100%; }
      .mkt-hero { margin-top: -4.1rem; }
      .mkt-float { right: 0.75rem; left: auto; bottom: 0.9rem; }
      .mkt-float a,
      .mkt-float button { width: 3rem; height: 3rem; }
    }

    @media (prefers-reduced-motion: reduce) {
      .mkt-hero-brand,
      .mkt-hero h1,
      .mkt-hero-lead,
      .mkt-cta-row,
      .mkt-hero-meta,
      .mkt-hero-trust,
      .mkt-reveal {
        animation: none !important;
        transition: none !important;
        transform: none !important;
      }
      .mkt-reveal { opacity: 1; }
      /* Hero arkaplan geçişi bilinçli özellik — kapatma */
      .mkt-hero-slide {
        transition: opacity 0.6s ease !important;
      }
    }

/* —— Alt sayfalar (iletişim / yasal) —— */
.mkt-chrome--light {
  background: var(--white);
  border-bottom: 1px solid var(--line);
}
.mkt-chrome--light .mkt-nav-links {
  color: var(--ink-mid);
}
.mkt-chrome--light .mkt-nav-links a:not(.btn):hover {
  color: var(--ink);
}
.mkt-chrome--light.is-solid {
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}

.mkt-page {
  min-height: 70vh;
  padding: 0;
  background:
    radial-gradient(ellipse 90% 50% at 100% 0%, rgba(255, 224, 138, 0.12), transparent 50%),
    linear-gradient(180deg, var(--fog) 0%, var(--paper) 40%);
}

.mkt-subhero {
  background: var(--ink);
  color: #fff;
  padding: clamp(2.4rem, 6vw, 3.6rem) 0 clamp(2.2rem, 5vw, 3rem);
  position: relative;
  overflow: hidden;
}
.mkt-subhero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 3px;
  background: var(--sun);
}
.mkt-subhero .mkt-wrap {
  position: relative;
  z-index: 1;
}
.mkt-subhero .mkt-kicker {
  color: rgba(255, 224, 138, 0.85);
  margin-bottom: 0.55rem;
}
.mkt-subhero h1 {
  margin: 0 0 0.55rem;
  max-width: 16ch;
  font-size: clamp(1.85rem, 4vw, 2.55rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.12;
  text-wrap: balance;
}
.mkt-subhero-lead {
  margin: 0;
  max-width: 40ch;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.45;
}

.mkt-doc-shell {
  width: var(--wrap);
  margin: 0 auto;
  padding: clamp(2rem, 5vw, 3rem) 0 clamp(3.5rem, 8vw, 5rem);
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 900px) {
  .mkt-doc-shell {
    grid-template-columns: minmax(0, 1fr) 240px;
    gap: 2.25rem;
    align-items: start;
  }
}
.mkt-doc-shell--single {
  grid-template-columns: 1fr !important;
}
.mkt-contact-actions--spaced {
  margin-top: 1.25rem;
}

.mkt-doc {
  background: var(--white);
  border: 1px solid var(--line);
  padding: clamp(1.6rem, 4vw, 2.4rem);
  box-shadow: 0 18px 40px -28px rgba(4, 28, 51, 0.35);
}
.mkt-doc h2 {
  margin: 2rem 0 0.65rem;
  padding-top: 1.35rem;
  border-top: 1px solid var(--line);
  font-size: 1.12rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.mkt-doc > h2:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.mkt-doc p,
.mkt-doc li {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.65;
}
.mkt-doc p { margin: 0 0 0.9rem; }
.mkt-doc ul {
  margin: 0 0 1.1rem;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
}
.mkt-doc ul li {
  position: relative;
  padding-left: 1.15rem;
}
.mkt-doc ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.4rem;
  height: 0.4rem;
  background: var(--sun-edge);
}
.mkt-doc a {
  color: var(--ink);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}
.mkt-doc strong { color: var(--ink); font-weight: 700; }

.mkt-doc-aside {
  display: grid;
  gap: 0.85rem;
  align-content: start;
}
@media (min-width: 900px) {
  .mkt-doc-aside {
    position: sticky;
    top: 5.5rem;
  }
}
.mkt-doc-aside-card {
  background: var(--white);
  border: 1px solid var(--line);
  padding: 1.15rem 1.2rem 1.2rem;
}
.mkt-doc-aside-card h2 {
  margin: 0 0 0.75rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-mid);
}
.mkt-doc-aside-card nav {
  display: grid;
  gap: 0.55rem;
}
.mkt-doc-aside-card a {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding-bottom: 0.15rem;
  width: fit-content;
}
.mkt-doc-aside-card a:hover {
  border-bottom-color: var(--sun-edge);
}
.mkt-doc-aside-card a.is-current {
  color: var(--ink-mid);
  pointer-events: none;
}

/* İletişim — kanal satırları */
.mkt-contact-grid {
  display: grid;
  gap: 0.75rem;
  margin: 0 0 1.5rem;
}
.mkt-contact-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9rem 1.1rem;
  align-items: center;
  padding: 1rem 1.1rem;
  border: 1px solid var(--line);
  background: var(--paper);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s var(--ease), background 0.2s var(--ease);
}
a.mkt-contact-row:hover {
  border-color: rgba(4, 28, 51, 0.28);
  background: #fff;
}
.mkt-contact-row-icon {
  width: 2.6rem;
  height: 2.6rem;
  display: grid;
  place-items: center;
  background: var(--ink);
  color: var(--sun);
}
.mkt-contact-row-icon svg {
  width: 1.15rem;
  height: 1.15rem;
}
.mkt-contact-row-icon.is-wa {
  background: #25D366;
  color: #fff;
}
.mkt-contact-row-text strong {
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 0.15rem;
}
.mkt-contact-row-value {
  font-size: 0.98rem;
  font-weight: 500;
  color: var(--muted);
}
.mkt-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 0.35rem;
}
.mkt-contact-actions .btn { text-decoration: none; }
.mkt-doc-note {
  margin-top: 1.5rem;
  padding-top: 1.15rem;
  border-top: 1px solid var(--line);
  font-size: 0.92rem;
  color: var(--muted);
}

@media (max-width: 700px) {
  .mkt-doc-shell { padding-inline: 0; width: min(100% - 2rem, var(--wrap)); }
}


/* --- KVKK açık rıza kutusu + zorunlu çerez bilgilendirmesi --- */
.guest-consent {
  display: flex;
  align-items: flex-start;
  gap: .55rem;
  margin: .35rem 0 .15rem;
  font-size: .88rem;
  line-height: 1.45;
  font-weight: 500;
}
.guest-consent input[type="checkbox"] {
  flex: 0 0 auto;
  width: 1.15rem;
  height: 1.15rem;
  margin-top: .12rem;
}
.guest-consent a { text-decoration: underline; text-underline-offset: .15em; }

.mr-cookie {
  position: fixed;
  left: 50%;
  bottom: max(1rem, env(safe-area-inset-bottom));
  transform: translateX(-50%);
  z-index: 60;
  width: min(680px, calc(100% - 1.5rem));
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: .75rem 1rem;
  padding: .85rem 1rem;
  background: var(--card, #fff);
  color: var(--text, #0f172a);
  border: 1px solid var(--line, rgba(4, 28, 51, .14));
  border-radius: var(--radius, 12px);
  box-shadow: 0 18px 44px -18px rgba(0, 0, 0, .45);
}
.mr-cookie[hidden] { display: none; }
.mr-cookie-text { margin: 0; font-size: .85rem; line-height: 1.45; flex: 1 1 22rem; }
.mr-cookie-actions { display: flex; align-items: center; gap: .75rem; }
.mr-cookie-link { font-size: .84rem; font-weight: 600; text-decoration: underline; text-underline-offset: .15em; }
@media (max-width: 560px) {
  .mr-cookie { flex-direction: column; align-items: stretch; }
  .mr-cookie-actions { justify-content: space-between; }
}
