@font-face {
      font-family: "Helvetica Custom";
      src: url("../fonts/Helvetica.otf") format("opentype");
      font-weight: 100 600;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: "Helvetica Custom";
      src: url("../fonts/Helvetica-Bold.otf") format("opentype");
      font-weight: 700 900;
      font-style: normal;
      font-display: swap;
    }

    html,
    body {
      font-family: "Helvetica Custom", Arial, sans-serif;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility;
    }

    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-family: "Helvetica Custom", Arial, sans-serif;
    }

    :root {
      --color-bg: #F8FAFC;
      --color-surface: #FFFFFF;
      --color-text: #0F1D17;
      --color-muted: #596964;
      --color-primary: #167449;

      --bg: var(--color-bg);
      --panel: var(--color-surface);
      --card: var(--color-surface);
      --text: var(--color-text);
      --muted: var(--color-muted);
      --primary: var(--color-primary);
      --brand-wordmark: var(--color-primary);
      --brand-accent: var(--color-primary);
      --brand-wordmark-hero: var(--color-bg);
      --brand-accent-hero: var(--color-primary);

      --primary-soft: rgba(22, 116, 73, 0.10);
      --border: rgba(22, 116, 73, 0.10);
      --shadow: rgba(22, 116, 73, 0.08);
      --card-shadow: rgba(15, 29, 23, 0.08);
      --page-width: 1280px;
      --page-padding: 22px;
      --section-card-height: 500px;
      --hero-card-height: 500px;
      --service-card-height: 118px;
      --hero-copy-width: 540px;
      --hero-visual-width: 620px;
      --hero-scene-width: clamp(1280px, 118vw, 1540px);
      --hero-scene-height: clamp(760px, 62vw, 920px);
      --hero-scene-right: -34px;
      --hero-copy-shift-x: 28px;
      --hero-copy-shift-y: 10px;
      --section-space-y: 40px;
      --section-stack-gap: 28px;
      --section-header-gap: 12px;
      --section-content-gap: 20px;
    }

    @media (max-width: 900px) {
      :root {
        --section-space-y: 32px;
        --section-stack-gap: 24px;
        --section-header-gap: 10px;
        --section-content-gap: 16px;
      }
    }

    @media (max-width: 520px) {
      :root {
        --section-space-y: 24px;
        --section-stack-gap: 20px;
        --section-header-gap: 8px;
        --section-content-gap: 14px;
      }
    }

    body {
      min-height: 100vh;
      background:
        radial-gradient(circle at top center, rgba(248, 250, 252, 0.28), transparent 30%),
        linear-gradient(180deg, var(--color-surface) 0%, var(--color-bg) 100%);
      color: var(--text);
      transition: 0.35s ease;
      position: relative;
      isolation: isolate;
      overflow-x: hidden;
      overscroll-behavior-x: none;
    }

    body.preload *,
    body.preload *::before,
    body.preload *::after {
      transition: none !important;
      animation: none !important;
    }

    body.preload {
      visibility: visible;
    }

    body::before {
      display: none;
    }

    html {
      scroll-behavior: smooth;
      overflow-x: hidden;
      overscroll-behavior-x: none;
    }

    html.modal-open,
    body.modal-open {
      overflow: hidden;
    }

    main {
      display: flex;
      flex-direction: column;
    }

    section {
      width: min(100%, var(--page-width));
      max-width: var(--page-width);
      margin: auto;
      padding: 58px var(--page-padding);
      scroll-margin-top: 96px;
    }

    #ana-sayfa {
      order: 1;
      width: 100vw;
      max-width: none;
      margin-left: calc(50% - 50vw);
      margin-right: calc(50% - 50vw);
      scroll-margin-top: 108px;
      padding: 0 0 8px;
    }

    #hizmet-verdigimiz-sehirler {
      order: 2;
      width: 100vw;
      max-width: none;
      margin-left: calc(50% - 50vw);
      margin-right: calc(50% - 50vw);
      padding: 10px 20px var(--section-space-y);
    }

    #hizmetlerimiz {
      order: 4;
      scroll-margin-top: 108px;
      padding-top: var(--section-space-y);
      padding-bottom: var(--section-space-y);
    }

    #fiyatlandirma {
      order: 3;
      scroll-margin-top: 108px;
      padding-top: var(--section-space-y);
      padding-bottom: var(--section-space-y);
    }

    #nasil-calisiyoruz {
      order: 5;
      scroll-margin-top: 108px;
      padding-top: 0;
      padding-bottom: 0;
    }

    #neden-vera {
      order: 6;
      scroll-margin-top: 92px;
      display: flex;
      align-items: center;
      min-height: calc(100vh - 92px);
      padding-top: var(--section-space-y);
      padding-bottom: var(--section-space-y);
    }

    #neden-vera .why-panel {
      width: 100%;
    }

    #sss {
      order: 7;
    }

    #yesil-bant {
      order: 8;
      padding-top: 18px;
      padding-bottom: 24px;
    }

    #ana-sayfa .panel {
      width: 100%;
      max-width: none;
      background: transparent;
      border: none;
      box-shadow: none;
      padding: 0;
      backdrop-filter: none;
      -webkit-backdrop-filter: none;
    }

    .panel {
      position: relative;
      overflow: visible;
      border-radius: 0;
      transition: 0.35s ease;
    }

    .home-hero-card {
      position: relative;
      margin-bottom: 0;
      height: 500px;
      min-height: 500px;
      padding: 0;
      background: transparent;
      border: none;
      border-radius: 0;
      box-shadow: none;
      overflow: visible;
      isolation: auto;
    }

    .home-hero-card::before {
      display: none;
    }

    .home-hero-card .hero-layout {
      height: 100%;
      min-height: 100%;
      padding: 0;
    }

    .home-hero-card .hero-copy {
      align-content: center;
      align-self: stretch;
      justify-content: center;
      padding-top: 0;
    }

    .home-hero-card .hero-visual {
      height: 100%;
      min-height: 100%;
    }

    .hero-layout {
      position: relative;
      display: grid;
      grid-template-columns: 1fr;
      align-items: center;
      justify-items: center;
      gap: 0;
      min-height: calc(var(--section-card-height) - 2px);
      padding: 0;
      overflow: hidden;
      z-index: 1;
    }

    .hero-layout::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(90deg, rgba(7, 14, 12, 0.82) 0%, rgba(7, 14, 12, 0.72) 24%, rgba(7, 14, 12, 0.48) 42%, rgba(7, 14, 12, 0.16) 66%, rgba(7, 14, 12, 0.08) 100%),
        radial-gradient(circle at 30% 38%, rgba(22, 116, 73, 0.18) 0%, rgba(22, 116, 73, 0.10) 14%, rgba(22, 116, 73, 0) 34%),
        radial-gradient(circle at 78% 22%, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 24%),
        linear-gradient(180deg, rgba(7, 14, 12, 0.42) 0%, rgba(7, 14, 12, 0.12) 38%, rgba(7, 14, 12, 0.18) 68%, rgba(7, 14, 12, 0.46) 100%);
      z-index: 2;
      pointer-events: none;
    }

    .hero-topbar {
      position: absolute;
      top: 36px;
      left: 38px;
      right: 38px;
      z-index: 7;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
    }

    .hero-logo {
      color: var(--brand-wordmark-hero);
      font-size: clamp(21px, 1.8vw, 24px);
      font-weight: 900;
      letter-spacing: -0.06em;
      line-height: 1;
      text-decoration: none;
      text-shadow: 0 12px 28px rgba(15, 29, 23, 0.24);
    }

    .hero-logo-accent {
      color: var(--brand-accent-hero);
      font-size: 0.92em;
      text-shadow:
        0 10px 26px rgba(15, 29, 23, 0.22),
        0 0 18px rgba(22, 116, 73, 0.16);
    }

    .hero-nav {
      display: flex;
      align-items: center;
      gap: 44px;
      margin-left: auto;
    }

    .hero-nav a {
      color: rgba(255, 255, 255, 0.95);
      font-size: 14px;
      font-weight: 600;
      text-decoration: none;
      letter-spacing: -0.01em;
      text-shadow: 0 8px 20px rgba(15, 29, 23, 0.14);
    }

    .hero-nav a:hover {
      color: var(--color-surface);
    }

    .hero-login-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      min-width: 136px;
      min-height: 44px;
      padding: 0 18px;
      border: 1px solid rgba(255, 255, 255, 0.58);
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.04);
      color: var(--color-surface);
      font-size: 14px;
      font-weight: 500;
      text-decoration: none;
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
      transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
    }

    .hero-login-btn svg {
      width: 18px;
      height: 18px;
      stroke: currentColor;
      stroke-width: 1.8;
      fill: none;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .hero-login-btn:hover {
      transform: translateY(-1px);
      box-shadow: 0 18px 32px rgba(15, 29, 23, 0.14);
      border-color: rgba(255, 255, 255, 0.72);
      background: rgba(255, 255, 255, 0.08);
    }

    .hero-copy,
    .hero-content {
      grid-area: 1 / 1;
      position: relative;
      z-index: 5;
      display: flex;
      flex-direction: column;
      align-content: flex-start;
      align-items: flex-start;
      align-self: stretch;
      justify-content: flex-start;
      width: min(100%, 1120px);
      max-width: 1120px;
      min-height: calc(var(--section-card-height) - 2px);
      margin: 0 auto 18px;
      padding: 88px 24px 0;
      transform: translateX(var(--hero-copy-shift-x));
    }

    .hero-copy .eyebrow,
    .hero-copy .hero-title,
    .hero-copy .desc {
      text-align: left;
      margin-left: 0;
      margin-right: 0;
    }

    .hero-copy .eyebrow,
    .hero-copy .segment-wrapper,
    .segment-wrapper,
    .segment-wrapper.hidden {
      display: none;
    }

    .hero-title {
      max-width: 920px;
      font-family: "Helvetica Custom", Arial, sans-serif;
      font-size: 48px;
      line-height: 1.08;
      letter-spacing: -1.5px;
      margin: 0 0 20px;
      text-align: left;
      font-weight: 900;
      color: var(--color-surface);
      text-shadow: 0 18px 42px rgba(15, 29, 23, 0.32);
      transform: none;
    }

    .hero-copy .desc {
      align-self: flex-start;
      width: fit-content;
      max-width: min(100%, 760px);
      font-size: 20px;
      line-height: 1.4;
      font-weight: 500;
      color: rgba(255, 255, 255, 0.94);
      margin: 0;
      text-align: left;
      white-space: normal;
      text-shadow: 0 12px 30px rgba(15, 29, 23, 0.24);
      transform: none;
    }

    .hero-trust-row {
      display: flex;
      align-items: center;
      gap: 34px;
      margin-top: 38px;
      flex-wrap: wrap;
    }

    .hero-trust-item {
      display: flex;
      align-items: center;
      gap: 14px;
      min-width: 0;
      max-width: 255px;
    }

    .hero-trust-item--interactive {
      border: none;
      background: transparent;
      padding: 0;
      color: inherit;
      text-decoration: none;
      text-align: left;
      cursor: pointer;
      transition: transform 0.2s ease, opacity 0.2s ease;
    }

    .hero-trust-item--interactive:hover {
      transform: translateY(-1px);
      opacity: 0.96;
    }

    .hero-trust-item--interactive:focus-visible {
      outline: 2px solid rgba(255, 255, 255, 0.9);
      outline-offset: 6px;
      border-radius: 16px;
    }

    .hero-trust-item--nowrap {
      flex: 0 0 auto;
      max-width: none;
    }

    .hero-trust-icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 48px;
      height: 48px;
      border-radius: 999px;
      background: rgba(22, 116, 73, 0.68);
      border: 1px solid rgba(255, 255, 255, 0.18);
      color: var(--color-surface);
      flex-shrink: 0;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), 0 10px 24px rgba(15, 29, 23, 0.14);
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
    }

    .hero-trust-icon svg {
      width: 32px;
      height: 32px;
      stroke: currentColor;
      stroke-width: 1.9;
      fill: none;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .hero-trust-copy {
      display: grid;
      gap: 2px;
      min-width: 0;
    }

    .hero-trust-copy strong {
      display: block;
      color: var(--color-surface);
      font-size: 16px;
      font-weight: 600;
      line-height: 1.4;
      letter-spacing: -0.02em;
      text-shadow: 0 8px 24px rgba(15, 29, 23, 0.18);
    }

    .hero-trust-item--nowrap .hero-trust-copy strong {
      white-space: nowrap;
    }

    h1 {
      text-align: left;
      font-size: clamp(38px, 4.03vw, 51px);
      letter-spacing: -4px;
      margin-bottom: 14px;
    }

    .hero-title .accent {
      position: relative;
      background: linear-gradient(180deg, #34b56f 0%, #167449 100%);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      -webkit-text-fill-color: var(--color-primary);
      display: inline-block;
      font-weight: 900;
      line-height: inherit;
      vertical-align: baseline;
      box-shadow: none;
      z-index: 0;
    }

    .hero-title .accent::after {
      display: none;
    }

    .title-accent {
      color: var(--color-text);
    }

    .desc {
      max-width: 500px;
      margin: 0;
      text-align: left;
      color: var(--color-muted);
      line-height: 1.75;
      font-size: 17px;
    }

    .hero-visual {
      grid-area: 1 / 1;
      position: relative;
      width: 100%;
      min-width: 100%;
      min-height: var(--hero-card-height);
      pointer-events: none;
      z-index: 1;
    }

    .hero-visual::before,
    .hero-visual::after {
      display: none;
    }

    .hero-visual::before {
      top: 92px;
      left: 90px;
      width: 190px;
      height: 200px;
      background: rgba(248, 250, 252, 0.24);
    }

    .hero-visual::after {
      top: 132px;
      left: 320px;
      width: 150px;
      height: 150px;
      background: rgba(248, 250, 252, 0.18);
    }

    .hero-scene {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      background: url("../images/hero/hero-buildings-clean.png") no-repeat center 52%;
      background-size: cover;
      transform: none;
      z-index: 1;
      opacity: 1;
      filter: saturate(1.08) contrast(1.05) brightness(0.88) drop-shadow(0 32px 45px rgba(15, 29, 23, 0.05));
      mask-image: none;
      -webkit-mask-image: none;
    }

    .hero-filter-showcase {
      position: relative;
      z-index: 8;
      width: min(calc(100% - 40px), 1240px);
      margin: -92px auto 0;
      display: grid;
      gap: 20px;
    }

    .hero-filter-shell {
      overflow: visible;
      border: 1px solid rgba(226, 232, 240, 0.92);
      border-radius: 28px;
      background: rgba(255, 255, 255, 0.96);
      box-shadow: 0 34px 84px rgba(15, 29, 23, 0.18);
      backdrop-filter: blur(14px);
      -webkit-backdrop-filter: blur(14px);
    }

    .hero-filter-header {
      display: flex;
      align-items: center;
      gap: 12px;
      min-height: 66px;
      padding: 14px 24px 12px;
      border-bottom: 1px solid rgba(226, 232, 240, 0.96);
    }

    .hero-filter-title {
      position: relative;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 0;
      min-height: 66px;
      padding: 0 8px;
      border: none;
      background: transparent;
      color: var(--color-muted);
      font-size: 15px;
      font-weight: 700;
      letter-spacing: -0.02em;
      cursor: pointer;
      transition: color 0.2s ease;
    }

    .hero-filter-title::after {
      content: "";
      position: absolute;
      right: 0;
      bottom: -13px;
      left: 0;
      height: 3px;
      border-radius: 999px;
      background: transparent;
      transition: background 0.2s ease;
    }

    .hero-filter-title.is-active {
      color: var(--color-primary);
    }

    .hero-filter-title.is-active::after {
      background: var(--color-primary);
    }

    .hero-filter-form {
      display: grid;
      gap: 24px;
      padding: 28px 32px 26px;
      min-width: 0;
      max-width: 100%;
    }

    .hero-filter-grid {
      display: grid;
      grid-template-columns:
        minmax(0, 0.86fr)
        minmax(0, 0.86fr)
        minmax(0, 1.24fr)
        minmax(0, 1.24fr)
        minmax(0, 1.28fr)
        minmax(0, 0.74fr)
        minmax(0, 0.74fr);
      gap: 16px;
      align-items: end;
      min-width: 0;
      max-width: 100%;
    }

    .hero-filter-field {
      display: grid;
      gap: 8px;
      min-width: 0;
    }

    .hero-filter-field[hidden] {
      display: none;
    }

    .hero-filter-field > span {
      color: var(--color-muted);
      font-size: 12px;
      font-weight: 700;
      letter-spacing: -0.01em;
    }

    .hero-filter-select-shell {
      position: relative;
      width: 100%;
      min-width: 0;
    }

    .hero-filter-select-shell.is-open {
      z-index: 40;
    }

    .hero-filter-select-shell.is-enhanced::after {
      display: none;
    }

    .hero-filter-select-shell::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 18px;
      width: 10px;
      height: 10px;
      border-right: 2px solid var(--color-muted);
      border-bottom: 2px solid var(--color-muted);
      transform: translateY(-60%) rotate(45deg);
      pointer-events: none;
    }

    .hero-filter-select-shell.is-enhanced select {
      position: absolute;
      inset: 0;
      opacity: 0;
      pointer-events: none;
    }

    .hero-filter-field select {
      width: 100%;
      min-width: 0;
      min-height: 44px;
      height: 44px;
      padding: 0 44px 0 16px;
      border: 1px solid rgba(15, 29, 23, 0.14);
      border-radius: 14px;
      background: var(--color-surface);
      color: var(--color-text);
      font-size: 14px;
      font-weight: 500;
      letter-spacing: -0.01em;
      appearance: none;
      transition: border-color 0.2s ease, box-shadow 0.2s ease;
    }

    .hero-filter-field select:hover,
    .hero-filter-field select:focus {
      border-color: rgba(22, 116, 73, 0.26);
      box-shadow: 0 0 0 4px rgba(22, 116, 73, 0.08);
      outline: none;
    }

    .hero-filter-custom-trigger {
      width: 100%;
      min-width: 0;
      min-height: 44px;
      height: 44px;
      padding: 0 16px;
      border: 1px solid rgba(15, 29, 23, 0.14);
      border-radius: 14px;
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.98));
      color: var(--color-text);
      display: inline-flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      font-size: 14px;
      font-weight: 500;
      letter-spacing: -0.01em;
      cursor: pointer;
      transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, transform 0.2s ease;
    }

    .hero-filter-custom-trigger:hover,
    .hero-filter-select-shell.is-open .hero-filter-custom-trigger,
    .hero-filter-custom-trigger:focus-visible {
      border-color: rgba(22, 116, 73, 0.26);
      box-shadow: 0 0 0 4px rgba(22, 116, 73, 0.08);
      outline: none;
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(248, 250, 252, 1));
    }

    .hero-filter-custom-trigger:disabled {
      cursor: default;
      opacity: 0.68;
      background: rgba(248, 250, 252, 0.96);
    }

    .hero-filter-custom-trigger-label {
      min-width: 0;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      text-align: left;
    }

    .hero-filter-custom-trigger-caret {
      width: 10px;
      height: 10px;
      border-right: 2px solid var(--color-muted);
      border-bottom: 2px solid var(--color-muted);
      transform: translateY(-2px) rotate(45deg);
      flex-shrink: 0;
      transition: transform 0.2s ease, border-color 0.2s ease;
    }

    .hero-filter-select-shell.is-open .hero-filter-custom-trigger-caret {
      transform: translateY(2px) rotate(-135deg);
      border-color: var(--color-primary);
    }

    .hero-filter-custom-menu {
      position: absolute;
      top: calc(100% + 8px);
      left: 0;
      right: 0;
      z-index: 30;
      display: grid;
      gap: 4px;
      padding: 8px;
      border: 1px solid rgba(215, 225, 235, 0.96);
      border-radius: 18px;
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(246, 250, 248, 0.99));
      box-shadow: 0 22px 44px rgba(15, 29, 23, 0.14);
      backdrop-filter: blur(16px);
      -webkit-backdrop-filter: blur(16px);
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transform: translateY(-6px);
      transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
      max-height: 220px;
      max-width: 100%;
      overflow-x: hidden;
      overflow-y: auto;
    }

    .hero-filter-custom-option {
      width: 100%;
      border: none;
      border-radius: 12px;
      background: transparent;
      color: var(--color-text);
      display: flex;
      align-items: center;
      min-height: 42px;
      padding: 0 12px;
      font: inherit;
      font-size: 14px;
      font-weight: 500;
      letter-spacing: -0.01em;
      text-align: left;
      cursor: pointer;
      transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
    }

    .hero-filter-custom-option:hover,
    .hero-filter-custom-option:focus-visible {
      background: rgba(22, 116, 73, 0.08);
      color: var(--color-primary);
      outline: none;
    }

    .hero-filter-custom-option.is-selected {
      background: rgba(22, 116, 73, 0.12);
      color: var(--color-primary);
      font-weight: 700;
    }

    .hero-filter-custom-option:disabled {
      cursor: default;
      opacity: 0.48;
    }

    .hero-filter-select-shell.is-open .hero-filter-custom-menu {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      transform: translateY(0);
    }

    .hero-filter-actions {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      flex-wrap: wrap;
      gap: 10px;
    }

    .hero-filter-clear {
      border: none;
      background: transparent;
      color: var(--color-muted);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 42px;
      padding: 0 8px;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: -0.01em;
      cursor: pointer;
      transition: color 0.2s ease, opacity 0.2s ease;
    }

    .hero-filter-clear:hover,
    .hero-filter-clear:focus-visible {
      color: var(--color-primary);
      outline: none;
    }

    .hero-filter-submit {
      width: auto;
      min-width: 220px;
      min-height: 42px;
      padding: 0 26px;
      border: none;
      border-radius: 12px;
      background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary) 100%);
      color: var(--color-surface);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 15px;
      font-weight: 700;
      letter-spacing: -0.02em;
      cursor: pointer;
      box-shadow: 0 18px 34px rgba(22, 116, 73, 0.24);
      transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    }

    .hero-filter-submit:hover {
      transform: translateY(-1px);
      box-shadow: 0 22px 38px rgba(22, 116, 73, 0.26);
      background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary) 100%);
    }

    .hero-filter-feedback {
      min-height: 18px;
      padding-left: 2px;
      font-size: 11px;
      flex-basis: 100%;
      text-align: right;
    }

    .cities-panel {
      width: min(100%, 1440px);
      max-width: none;
      margin: 0 auto;
      padding: 0;
      border-radius: 0;
      background: transparent;
      border: none;
      box-shadow: none;
      display: grid;
      gap: var(--section-stack-gap);
    }

    .cities-header {
      display: grid;
      gap: var(--section-header-gap);
      justify-items: center;
      text-align: center;
      max-width: 100%;
    }

    .cities-title {
      max-width: 980px;
      margin: 0 auto;
      font-size: 46px;
      line-height: 1.05;
      font-weight: 800;
      letter-spacing: -2px;
      color: var(--color-text);
      text-align: center;
    }

    .cities-title .accent {
      color: var(--primary);
    }

    .cities-desc {
      max-width: none;
      margin: 0 auto;
      font-size: 17px;
      line-height: 1.6;
      font-weight: 500;
      color: var(--color-muted);
      text-align: center;
      white-space: nowrap;
    }

    .cities-grid {
      display: grid;
      grid-template-columns: repeat(8, minmax(0, 1fr));
      gap: 14px;
      width: 100%;
      max-width: none;
      margin: 0 auto;
    }

    .city-card {
      position: relative;
      width: 100%;
      height: 168px;
      border-radius: 12px;
      overflow: hidden;
      background-size: cover;
      background-position: center;
      box-shadow: 0 14px 30px rgba(15, 29, 23, .14);
      transition: transform 0.22s ease, box-shadow 0.22s ease;
      isolation: isolate;
    }

    .city-card--interactive {
      cursor: pointer;
    }

    .city-card--interactive:focus-visible {
      outline: 3px solid rgba(22, 116, 73, 0.42);
      outline-offset: 4px;
    }

    .city-card::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(15, 29, 23, 0.02) 0%, rgba(15, 29, 23, 0.28) 45%, rgba(15, 29, 23, 0.82) 100%);
      z-index: 1;
    }

    .city-card:hover,
    .other-city-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 20px 38px rgba(15, 29, 23, 0.16);
    }

    .city-badge {
      position: absolute;
      top: 12px;
      right: 12px;
      z-index: 2;
      background: var(--color-primary);
      color: var(--color-surface);
      font-size: 11px;
      font-weight: 700;
      padding: 6px 10px;
      border-radius: 999px;
      box-shadow: 0 10px 22px rgba(22, 116, 73, 0.28);
    }

    .city-content {
      position: absolute;
      left: 14px;
      right: 14px;
      bottom: 14px;
      z-index: 2;
      color: white;
      display: grid;
      gap: 6px;
      justify-items: center;
      text-align: center;
    }

    .city-meta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
    }

    .city-icon {
      width: 18px;
      height: 18px;
      flex-shrink: 0;
      stroke: var(--color-surface);
      stroke-width: 2;
      fill: none;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .city-name {
      font-size: 18px;
      font-weight: 800;
      line-height: 1.05;
      letter-spacing: -0.4px;
      color: var(--color-surface);
    }

    .city-adana { background-image: url("../images/cities/adana.png"); }
    .city-ankara { background-image: url("../images/cities/ankara.png"); }
    .city-antalya { background-image: url("../images/cities/antalya.png"); }
    .city-bursa { background-image: url("../images/cities/bursa.png"); }
    .city-istanbul { background-image: url("../images/cities/istanbul.png"); }
    .city-izmir { background-image: url("../images/cities/izmir.png"); }
    .city-konya { background-image: url("../images/cities/konya.png"); }

    .other-city-card {
      height: 168px;
      box-sizing: border-box;
      border-radius: 12px;
      border: 2px dashed var(--color-primary);
      background: linear-gradient(180deg,rgba(22, 116, 73, 0.05),var(--color-surface));
      display: grid;
      align-content: center;
      justify-items: center;
      grid-template-rows: auto auto auto;
      gap: 7px;
      text-align: center;
      padding: 14px 10px 12px;
      color: var(--color-primary);
      transition: transform 0.22s ease, box-shadow 0.22s ease;
      box-shadow: 0 14px 30px rgba(15, 29, 23, .08);
    }

    .other-city-card .plus {
      width: 38px;
      height: 38px;
      min-width: 38px;
      min-height: 38px;
      position: relative;
      aspect-ratio: 1 / 1;
      box-sizing: border-box;
      flex: 0 0 38px;
      color: var(--color-surface);
      display: inline-grid;
      place-items: center;
      font-size: 0;
      margin-bottom: 0;
    }

    .other-city-card .plus::before {
      content: "";
      position: absolute;
      inset: 0;
      border-radius: 50%;
      background: var(--color-primary);
      box-shadow: 0 12px 24px rgba(22, 116, 73, 0.22);
      transform: translateY(2px);
    }

    .other-city-card .plus span {
      position: relative;
      z-index: 1;
      display: grid;
      place-items: center;
      width: 100%;
      height: 100%;
      font-size: 18px;
      font-weight: 700;
      line-height: 1;
      transform: none;
    }

    .other-city-title {
      max-width: 120px;
      font-size: 13px;
      font-weight: 800;
      line-height: 1.16;
      letter-spacing: -0.01em;
      color: var(--color-primary);
    }

    .other-city-desc {
      max-width: 122px;
      margin-top: 0;
      font-size: 10px;
      line-height: 1.35;
      color: var(--color-primary);
    }

    .cities-panel > #neden-vera {
      display: block;
      min-height: 0;
      padding: var(--section-space-y) 0 0;
    }

    .cities-panel > #neden-vera .why-panel {
      width: 100%;
    }

    .services-panel {
      scroll-margin-top: 0;
      height: auto;
      min-height: auto;
      padding: 0;
      border-radius: 0;
      background: transparent;
      border: none;
      box-shadow: none;
      display: grid;
      align-content: stretch;
      gap: 18px;
    }

    .services-filter-main {
      align-content: start;
    }

    .services-filter-shell {
      width: min(980px, 100%);
      margin: 0 auto;
      display: grid;
      gap: var(--section-stack-gap);
    }

    .services-filter-shell .tool-form {
      gap: var(--section-content-gap);
    }

    .services-filter-shell .tool-submit {
      width: fit-content;
      min-width: 240px;
    }

    .pricing-header {
      display: grid;
      gap: 4px;
      justify-items: center;
      text-align: center;
    }

    .pricing-shield svg,
    .pricing-tier-icon svg,
    .pricing-benefit-icon svg,
    .pricing-example-heading svg {
      width: 100%;
      height: 100%;
      stroke: currentColor;
      stroke-width: 1.9;
      fill: none;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .pricing-title-wrap {
      display: grid;
      gap: 6px;
      justify-items: center;
    }

    .pricing-title {
      max-width: 980px;
      font-size: 42px;
      line-height: 1.1;
      letter-spacing: -1.4px;
      color: var(--color-text);
      font-weight: 800;
    }

    .pricing-desc {
      width: 100%;
      max-width: none;
      font-size: 18px;
      font-weight: 500;
      line-height: 1.6;
      letter-spacing: -0.1px;
      color: var(--color-primary);
    }

    .pricing-desc strong,
    .pricing-tier-copy strong,
    .pricing-example-value strong,
    .pricing-benefit-copy strong {
      color: var(--primary);
    }

    .pricing-cards-flow {
      display: grid;
      grid-template-columns: repeat(3, minmax(240px, 320px));
      justify-content: center;
      gap: 28px;
      align-items: stretch;
      margin-top: 12px;
    }

    .pricing-tier {
      --tier: var(--primary);
      --tier-soft: rgba(22, 116, 73, 0.14);
      --tier-pill: rgba(22, 116, 73, 0.08);
      --tier-bg-top: rgba(255, 255, 255, 0.98);
      --tier-bg-bottom: rgba(248, 250, 252, 0.92);
      --tier-glow: rgba(22, 116, 73, 0.08);
      --tier-icon-top: rgba(246, 251, 248, 0.98);
      --tier-icon-bottom: rgba(233, 243, 238, 0.88);
      position: relative;
      min-width: 0;
      min-height: 0;
      border-radius: 24px;
      border: 1px solid var(--tier-soft);
      background:
        radial-gradient(circle at 50% 16%, var(--tier-glow), transparent 46%),
        radial-gradient(circle at top center, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.86)),
        linear-gradient(180deg, var(--tier-bg-top), var(--tier-bg-bottom));
      padding: 36px 18px 12px;
      box-shadow: 0 16px 34px rgba(15, 29, 23, 0.05);
      display: grid;
      grid-template-rows: auto minmax(0, 1fr) auto auto;
      justify-items: center;
      gap: 12px;
      text-align: center;
      height: 100%;
      overflow: visible;
    }

    .pricing-tier-badge {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 40px;
      padding: 8px 18px;
      border-radius: 999px;
      border: 1px solid var(--tier-soft);
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), var(--tier-pill));
      color: var(--tier);
      font-size: 13px;
      font-weight: 900;
      letter-spacing: -0.2px;
    }

    .pricing-tier-price {
      display: grid;
      gap: 6px;
      justify-items: center;
      color: var(--tier);
      line-height: 1;
    }

    .pricing-tier-price .currency {
      font-size: 0.72em;
    }

    .pricing-tier-price strong {
      font-size: clamp(40px, 3.9vw, 55px);
      line-height: 1.04;
      letter-spacing: -2px;
      font-weight: 700;
    }

    .pricing-tier-price span {
      font-size: 17px;
      font-weight: 800;
    }

    .pricing-benefits {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      border: 1px solid rgba(22, 116, 73, 0.08);
      border-radius: 22px;
      background: rgba(255, 255, 255, 0.84);
      overflow: hidden;
    }

    .pricing-benefit {
      min-width: 0;
      display: grid;
      grid-template-columns: 62px minmax(0, 1fr);
      gap: 0;
      align-items: start;
      padding: 14px 16px 12px;
    }

    .pricing-benefit + .pricing-benefit {
      border-left: 1px solid rgba(22, 116, 73, 0.08);
    }

    .pricing-benefit-icon {
      width: 62px;
      height: 62px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      color: var(--primary);
      background: linear-gradient(180deg, rgba(248, 250, 252, 0.98), rgba(248, 250, 252, 0.9));
      border: 1px solid rgba(22, 116, 73, 0.12);
      padding: 16px;
    }

    .pricing-benefit-copy {
      display: grid;
      gap: 4px;
    }

    .pricing-benefit-copy h3 {
      font-size: 15px;
      line-height: 1.25;
      color: var(--color-text);
      letter-spacing: -0.4px;
    }

    .pricing-benefit-copy p {
      font-size: 12px;
      line-height: 1.4;
      color: var(--color-muted);
    }

    #fiyatlandirma {
      position: relative;
      isolation: isolate;
      overflow: clip;
    }

    #fiyatlandirma::before {
      content: "";
      position: absolute;
      left: 0;
      top: 154px;
      width: 108px;
      height: 108px;
      background-image: radial-gradient(circle, rgba(22, 116, 73, 0.14) 1.8px, transparent 1.8px);
      background-size: 18px 18px;
      opacity: 0.8;
      pointer-events: none;
    }

    #fiyatlandirma::after {
      content: "";
      position: absolute;
      right: -150px;
      top: 76px;
      width: 620px;
      height: 320px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(248, 250, 252, 0.92) 0%, rgba(248, 250, 252, 0.52) 38%, rgba(248, 250, 252, 0) 72%);
      pointer-events: none;
      z-index: -1;
    }

    .pricing-header {
      display: grid;
      gap: 0;
      justify-items: center;
      text-align: center;
    }

    .pricing-heading-row,
    .pricing-title-wrap {
      display: grid;
      gap: 12px;
      justify-items: center;
    }

    .pricing-title {
      max-width: 980px;
      margin-top: 8px;
      font-size: 42px;
      line-height: 1.1;
      letter-spacing: -1.4px;
      font-weight: 800;
    }

    .pricing-desc {
      max-width: 760px;
      color: var(--color-primary);
      font-size: 18px;
      line-height: 1.6;
      font-weight: 500;
    }

    .pricing-cards-flow {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 22px;
      align-items: stretch;
      justify-content: stretch;
      margin-top: 8px;
    }

    .pricing-tier {
      position: relative;
      min-width: 0;
      min-height: 538px;
      padding: 24px 22px 22px;
      border-radius: 34px;
      border: 1px solid rgba(22, 116, 73, 0.1);
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(248, 250, 252, 0.98) 100%);
      box-shadow: 0 26px 60px rgba(15, 29, 23, 0.08);
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 18px;
      text-align: center;
      height: 100%;
      overflow: hidden;
    }

    .pricing-tier::before {
      content: "";
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at 50% 0%, rgba(22, 116, 73, 0.06), transparent 44%);
      pointer-events: none;
    }

    .pricing-tier-badge {
      position: relative;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 12px 18px;
      border-radius: 999px;
      background: rgba(22, 116, 73, 0.08);
      color: var(--primary);
      font-size: 15px;
      font-weight: 800;
      letter-spacing: -0.2px;
      line-height: 1;
    }

    .pricing-tier-badge svg {
      width: 18px;
      height: 18px;
      stroke: currentColor;
      stroke-width: 2.2;
      fill: none;
      stroke-linecap: round;
      stroke-linejoin: round;
      flex-shrink: 0;
    }

    .pricing-tier h3 {
      position: relative;
      font-size: 23px;
      line-height: 1.14;
      color: var(--color-text);
      letter-spacing: -0.8px;
      font-weight: 800;
    }

    .pricing-tier-price {
      position: relative;
      display: flex;
      align-items: flex-end;
      justify-content: center;
      gap: 10px;
      color: var(--primary);
      line-height: 0.95;
      flex-wrap: wrap;
    }

    .pricing-tier-price strong {
      display: inline-flex;
      align-items: flex-end;
      gap: 8px;
      margin: 0;
      font-size: clamp(58px, 5.2vw, 82px);
      letter-spacing: -4px;
      font-weight: 900;
      color: var(--primary);
    }

    .pricing-tier-price .currency {
      font-size: 0.66em;
      letter-spacing: -1px;
      transform: translateY(-4px);
    }

    .pricing-tier-price > span {
      font-size: 17px;
      font-weight: 700;
      color: var(--color-muted);
      letter-spacing: -0.2px;
    }

    .pricing-card-actions {
      position: relative;
      display: flex;
      width: 100%;
      margin-top: auto;
      padding-top: 10px;
    }

    .pricing-card-button {
      width: 100%;
      min-height: 68px;
      padding: 0 28px;
      border: 0;
      border-radius: 18px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      font-size: 16px;
      font-weight: 700;
      text-decoration: none;
      cursor: pointer;
      transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
      white-space: nowrap;
    }

    .pricing-card-button::after {
      content: "→";
      font-size: 28px;
      font-weight: 400;
      line-height: 1;
      margin-left: 12px;
      transform: translateX(0);
      transition: transform 0.2s ease;
    }

    .pricing-card-button:hover {
      transform: translateY(-1px);
    }

    .pricing-card-button:hover::after {
      transform: translateX(4px);
    }

    .pricing-card-button--primary {
      background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary) 100%);
      color: var(--color-surface);
      box-shadow: 0 20px 34px rgba(22, 116, 73, 0.2);
    }

    .pricing-benefits {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      border: 1px solid rgba(22, 116, 73, 0.1);
      border-radius: 28px;
      background: rgba(255, 255, 255, 0.84);
      box-shadow: 0 18px 42px rgba(15, 29, 23, 0.05);
      backdrop-filter: blur(8px);
      overflow: hidden;
    }

    .pricing-benefit {
      min-width: 0;
      display: grid;
      grid-template-columns: 54px minmax(0, 1fr);
      gap: 16px;
      align-items: center;
      padding: 22px 20px;
    }

    .pricing-benefit + .pricing-benefit {
      border-left: 1px solid rgba(22, 116, 73, 0.08);
    }

    .pricing-benefit-icon {
      width: 46px;
      height: 46px;
      border-radius: 0;
      display: grid;
      place-items: center;
      color: var(--primary);
      background: transparent;
      border: none;
      padding: 0;
    }

    .pricing-benefit-copy {
      display: grid;
      gap: 4px;
      text-align: left;
    }

    .pricing-benefit-copy h3 {
      font-size: 17px;
      line-height: 1.2;
      color: var(--color-text);
      letter-spacing: -0.5px;
      font-weight: 800;
    }

    .pricing-benefit-copy p {
      font-size: 15px;
      line-height: 1.45;
      color: var(--color-muted);
    }

    .why-panel {
      height: auto;
      min-height: auto;
      padding: 0;
      border: none;
      border-radius: 0;
      background: transparent;
      box-shadow: none;
      overflow: visible;
    }

    .why-grid {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
      gap: 22px;
      align-items: start;
    }

    .why-main {
      position: relative;
      overflow: hidden;
      min-height: 404px;
      align-self: start;
      margin-top: 8px;
      padding: 24px 38px;
      border-radius: 34px;
      border: 1px solid rgba(22, 116, 73, 0.2);
      background: linear-gradient(140deg, var(--color-text), var(--color-primary));
      color: var(--color-surface);
      box-shadow: 0 18px 44px rgba(15, 29, 23, 0.12);
      display: grid;
      align-content: space-between;
      gap: 24px;
      isolation: isolate;
    }

    .why-main::after {
      content: "";
      position: absolute;
      right: -110px;
      bottom: -110px;
      width: 310px;
      height: 310px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.09);
      z-index: 0;
    }

    .why-main-copy,
    .why-checks {
      position: relative;
      z-index: 1;
    }

    .why-main-copy {
      display: grid;
      gap: 0;
      align-content: start;
    }

    .why-desc {
      max-width: 560px;
      color: var(--color-surface);
      font-size: 18px;
      font-weight: 500;
      line-height: 1.6;
    }

    .why-cards {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 16px;
      align-items: stretch;
      align-self: start;
      margin-top: 8px;
    }

    .why-card {
      min-width: 0;
      padding: 24px;
      border-radius: 26px;
      border: 1px solid rgba(22, 116, 73, 0.1);
      background: var(--color-surface);
      display: grid;
      gap: 13px;
      align-content: start;
      box-shadow: 0 14px 34px rgba(15, 29, 23, 0.05);
      transition: transform 0.25s ease, box-shadow 0.25s ease;
    }

    .why-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 18px 38px rgba(15, 29, 23, 0.08);
    }

    .why-card:last-child {
      grid-column: 1 / -1;
      transform: none;
    }

    .why-icon {
      width: 48px;
      height: 48px;
      border-radius: 17px;
      background: var(--primary-soft);
      color: var(--primary);
      display: grid;
      place-items: center;
    }

    .why-icon svg {
      width: 28px;
      height: 28px;
      stroke: currentColor;
      stroke-width: 2;
      fill: none;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .why-card h3 {
      font-size: 26px;
      line-height: 1.12;
      letter-spacing: -0.7px;
      color: var(--color-text);
      font-weight: 800;
    }

    .why-card-rule {
      display: none;
    }

    .why-card p {
      font-size: 14px;
      line-height: 1.6;
      color: var(--muted);
    }

    .faq-section {
      padding-top: var(--section-space-y);
      padding-bottom: var(--section-space-y);
    }

    .faq-grid {
      display: grid;
      grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
      gap: var(--section-stack-gap);
      align-items: start;
      transform: translateY(-40px);
    }

    .faq-aside {
      background: var(--color-surface);
      border: 1px solid rgba(22, 116, 73, 0.1);
      border-radius: 30px;
      padding: 28px;
      box-shadow: 0 14px 34px rgba(15, 29, 23, 0.05);
      display: grid;
      gap: var(--section-content-gap);
    }

    .faq-icon {
      width: 56px;
      height: 56px;
      border-radius: 20px;
      background: var(--primary-soft);
      color: var(--primary);
      display: grid;
      place-items: center;
    }

    .faq-icon svg {
      width: 28px;
      height: 28px;
      stroke: currentColor;
      fill: none;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .faq-aside h2 {
      font-size: clamp(30px, 3vw, 34px);
      line-height: 1.08;
      letter-spacing: -1px;
      color: var(--color-text);
    }

    .faq-aside p {
      color: var(--muted);
      line-height: 1.7;
      font-size: 15px;
    }

    .faq-list {
      display: grid;
      gap: 12px;
    }

    .faq-item {
      background: var(--color-surface);
      border: 1px solid rgba(22, 116, 73, 0.1);
      border-radius: 22px;
      overflow: hidden;
      box-shadow: 0 10px 26px rgba(15, 29, 23, 0.04);
    }

    .faq-q {
      width: 100%;
      border: 0;
      background: var(--color-surface);
      padding: 19px 20px;
      text-align: left;
      font-weight: 700;
      font-size: 18px;
      color: var(--color-text);
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 20px;
      cursor: pointer;
    }

    .faq-q span:last-child {
      color: var(--primary);
      font-size: 22px;
      line-height: 1;
      flex-shrink: 0;
    }

    .faq-a {
      display: none;
      padding: 0 20px 19px;
      color: var(--muted);
      line-height: 1.6;
      font-size: 15px;
      font-weight: 400;
    }

    .faq-item.open .faq-a {
      display: block;
    }

    .home-cta-band {
      position: relative;
      overflow: hidden;
      padding: 22px 32px;
      border-radius: 34px;
      border: 1px solid rgba(255, 255, 255, 0.16);
      background: linear-gradient(140deg, var(--color-text), var(--color-primary));
      color: var(--color-surface);
      box-shadow: 0 18px 44px rgba(15, 29, 23, 0.14);
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 18px;
      align-items: center;
      isolation: isolate;
    }

    .home-cta-band::after {
      content: "";
      position: absolute;
      right: -72px;
      bottom: -96px;
      width: 240px;
      height: 240px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.08);
      z-index: 0;
    }

    .home-cta-copy,
    .home-cta-actions {
      position: relative;
      z-index: 1;
    }

    .home-cta-copy {
      display: grid;
      gap: 8px;
      max-width: 760px;
    }

    .home-cta-copy h2 {
      max-width: 680px;
      display: grid;
      gap: 4px;
      font-size: clamp(25px, 2.2vw, 32px);
      line-height: 1.08;
      letter-spacing: -1px;
      white-space: normal;
    }

    .home-cta-copy p {
      max-width: 620px;
      font-size: 15px;
      line-height: 1.6;
      color: rgba(255, 255, 255, 0.82);
    }

    .home-cta-line {
      display: block;
    }

    .home-cta-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      justify-content: flex-end;
    }

    .home-cta-button {
      border: none;
      cursor: pointer;
      min-height: 50px;
      padding: 0 22px;
      border-radius: 999px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      line-height: 1;
      text-align: center;
      font-size: 16px;
      font-weight: 700;
      text-decoration: none;
      transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    }

    .home-cta-button:hover {
      transform: translateY(-1px);
    }

    .home-cta-button--light {
      background: var(--color-surface);
      color: var(--primary);
      box-shadow: 0 12px 30px rgba(15, 29, 23, 0.18);
    }

    .workflow-panel {
      height: auto;
      min-height: auto;
      padding: 0;
      border-radius: 0;
      background: transparent;
      border: none;
      box-shadow: none;
      overflow: visible;
      display: grid;
      align-content: start;
      gap: 18px;
    }

    .workflow-panel::before {
      display: none;
    }

    .workflow-header {
      position: relative;
      z-index: 1;
      display: grid;
      gap: 8px;
      justify-items: center;
      text-align: center;
      margin-top: -6px;
      margin-bottom: 12px;
    }

    .workflow-title {
      max-width: 980px;
      font-size: 42px;
      line-height: 1.1;
      letter-spacing: -1.4px;
      color: var(--color-text);
      font-weight: 800;
    }

    .workflow-desc {
      max-width: 860px;
      font-size: 18px;
      line-height: 1.6;
      font-weight: 500;
      color: var(--color-muted);
      letter-spacing: -0.2px;
    }

    .workflow-track {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      gap: 8px;
      align-items: start;
      margin-bottom: 12px;
    }

    .workflow-step {
      position: relative;
      display: grid;
      justify-items: center;
      text-align: center;
      align-content: start;
      gap: 8px;
      overflow: visible;
    }

    .workflow-step::after {
      content: "";
      position: absolute;
      top: 67px;
      left: calc(50% + 68px);
      width: calc(100% - 116px);
      height: 12px;
      background:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 10' fill='none'%3E%3Cpath d='M1 1l5 4-5 4' stroke='%23167449' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") right center / 8px 10px no-repeat,
        repeating-linear-gradient(
          to right,
          rgba(22, 116, 73, 0.34) 0 7px,
          transparent 7px 12px
        ) left center / calc(100% - 10px) 2px no-repeat;
      opacity: 0.9;
    }

    .workflow-step:last-child::after {
      display: none;
    }

    .workflow-step:first-child::after {
      left: calc(50% + 90px);
      width: calc(100% - 138px);
    }

    .workflow-step-head {
      position: relative;
      width: 100%;
      min-height: 110px;
      display: grid;
      justify-items: center;
      align-content: start;
      gap: 9px;
      margin-top: -6px;
    }

    .workflow-step-badge {
      width: 34px;
      height: 34px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      background: var(--primary);
      color: var(--color-surface);
      font-size: 16px;
      font-weight: 800;
      line-height: 1;
      box-shadow: 0 8px 16px rgba(22, 116, 73, 0.16);
    }

    .workflow-step-copy {
      display: grid;
      gap: 4px;
      justify-items: center;
    }

    .workflow-step h3 {
      font-size: 12px;
      line-height: 1.22;
      letter-spacing: -0.25px;
      color: var(--color-text);
      font-weight: 800;
    }

    .workflow-step p {
      max-width: 210px;
      font-size: 12px;
      line-height: 1.45;
      color: var(--color-text);
      font-weight: 600;
      letter-spacing: -0.15px;
    }

    .tool-form {
      display: grid;
      gap: 0;
    }

    .tool-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px;
    }

    .tool-field {
      display: grid;
      gap: 8px;
    }

    .tool-field[hidden] {
      display: none;
    }

    .tool-field.full {
      grid-column: 1 / -1;
    }

    .ev-bul-modal-panel {
      width: calc(100vw - 68px);
      min-width: calc(100vw - 68px);
      max-width: calc(100vw - 68px);
      max-height: calc(100vh - 48px);
      min-height: auto;
      padding: 16px;
      border-radius: 24px;
      border: none;
      background:
        radial-gradient(circle at top left, rgba(248, 250, 252, 0.94), transparent 34%),
        radial-gradient(circle at bottom right, rgba(248, 250, 252, 0.9), transparent 30%),
        linear-gradient(180deg, rgba(248, 250, 252, 0.98), rgba(248, 250, 252, 0.98));
      box-shadow: 0 30px 70px rgba(15, 29, 23, 0.18);
      position: relative;
      overflow-x: hidden;
      overflow-y: auto;
      margin: 0;
    }

    #endeksModal {
      align-items: center;
      justify-content: center;
      padding: 18px;
    }

    .endeks-modal-panel {
      position: relative;
      width: min(1220px, calc(100vw - 64px));
      max-height: calc(100vh - 64px);
      padding: 0;
      border-radius: 28px;
      border: 1px solid rgba(15, 29, 23, 0.08);
      background: var(--color-surface);
      box-shadow: 0 30px 72px rgba(15, 29, 23, 0.18);
      overflow: hidden;
    }

    .endeks-modal-badge {
      width: 64px;
      height: 64px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 18px;
      background: linear-gradient(180deg, rgba(248, 250, 252, 0.98), rgba(248, 250, 252, 0.94));
      color: var(--color-primary);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85), 0 16px 30px rgba(22, 116, 73, 0.08);
      flex-shrink: 0;
    }

    .endeks-modal-badge svg {
      width: 30px;
      height: 30px;
      stroke: currentColor;
      stroke-width: 1.6;
      fill: none;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .endeks-modal-heading-copy {
      min-width: 0;
    }

    #endeksModal #hizmetlerimiz {
      width: 100%;
      max-width: none;
      margin: 0;
      padding: 0;
      scroll-margin-top: 0;
    }

    #endeksModal #hizmetlerimiz-karti {
      width: 100%;
      margin-top: 0;
    }

    .ev-bul-modal-close {
      position: absolute;
      top: 16px;
      right: 16px;
      z-index: 10;
      background: rgba(255, 255, 255, 0.94);
      border-color: rgba(22, 116, 73, 0.12);
      box-shadow: 0 14px 30px rgba(15, 29, 23, 0.08);
    }

    .ev-bul-page {
      display: grid;
      gap: 12px;
      min-height: auto;
    }

    .ev-bul-layout {
      display: grid;
      grid-template-columns: minmax(220px, 0.48fr) minmax(0, 1fr);
      gap: 12px;
      align-items: start;
    }

    .ev-bul-layout.is-start-screen {
      grid-template-columns: 1fr;
      align-items: center;
      min-height: 100%;
    }

    .ev-bul-layout.is-start-screen .ev-bul-aside {
      max-width: 720px;
      padding-right: 0;
    }

    .ev-bul-layout.is-start-screen .ev-bul-form-card {
      display: none;
    }

    .ev-bul-aside {
      display: grid;
      align-content: start;
      gap: 12px;
      padding: 10px 6px 6px;
    }

    .ev-bul-badge {
      width: fit-content;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 34px;
      padding: 8px 14px;
      border-radius: 999px;
      background: rgba(248, 250, 252, 0.92);
      color: var(--primary);
      border: 1px solid rgba(22, 116, 73, 0.08);
      font-size: 12px;
      font-weight: 900;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .ev-bul-aside-copy {
      display: grid;
      gap: 12px;
      max-width: 320px;
    }

    .ev-bul-display {
      font-size: clamp(34px, 3vw, 48px);
      line-height: 0.98;
      letter-spacing: -1.6px;
      color: var(--color-text);
      margin: 0;
    }

    .ev-bul-aside-copy p {
      font-size: 14px;
      line-height: 1.6;
      color: var(--color-muted);
      margin: 0;
    }

    .ev-bul-start-actions {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-top: 4px;
    }

    .ev-bul-start-button {
      min-width: 180px;
    }

    .ev-bul-form-card {
      position: relative;
      display: grid;
      gap: 12px;
      padding: 16px;
      border-radius: 24px;
      background: rgba(255, 255, 255, 0.98);
      border: 1px solid rgba(22, 116, 73, 0.1);
      box-shadow: 0 22px 50px rgba(15, 29, 23, 0.08);
    }

    .ev-bul-form-card.is-intro-step {
      padding-bottom: 8px;
    }

    .ev-bul-form {
      display: grid;
      gap: 0;
    }

    .ev-bul-intro-stack {
      display: grid;
      gap: 8px;
    }

    .ev-bul-top-actions {
      display: flex;
      justify-content: flex-end;
    }

    .ev-bul-intro-stack > .ev-bul-step-stage {
      display: none;
    }

    .ev-bul-intro-stack > .ev-bul-step-stage.is-visible {
      display: contents;
    }

    .ev-bul-step-panel {
      display: grid;
      gap: 0;
    }

    .ev-bul-step-panel.is-hidden {
      display: none;
    }

    .ev-bul-step-stage {
      display: none;
      gap: 0;
    }

    .ev-bul-step-stage.is-visible {
      display: grid;
    }

    .ev-bul-step-card {
      display: grid;
      gap: 10px;
      padding: 14px;
      border-radius: 20px;
      border: 1px solid rgba(22, 116, 73, 0.1);
      background: rgba(252, 253, 252, 0.98);
    }

    .ev-bul-step-card h4 {
      margin: 0;
      font-size: 16px;
      line-height: 1.2;
      color: var(--color-muted);
    }

    .ev-bul-step-card p {
      margin: 0;
      font-size: 13px;
      line-height: 1.5;
      color: var(--color-muted);
    }

    .ev-bul-step-card-head {
      display: grid;
      gap: 6px;
    }

    .ev-bul-step-card-label {
      font-size: 11px;
      line-height: 1.05;
      font-weight: 900;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: var(--color-muted);
    }

    .ev-bul-category-tabs {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 10px;
    }

    .ev-bul-category-tab {
      min-height: 42px;
      border-radius: 14px;
      border: 1px solid rgba(22, 116, 73, 0.12);
      background: var(--color-surface);
      color: var(--color-muted);
      font-size: 14px;
      font-weight: 800;
      cursor: pointer;
      transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
    }

    .ev-bul-category-tab.is-active {
      background: var(--primary);
      color: var(--color-surface);
      border-color: var(--primary);
      box-shadow: 0 14px 30px rgba(22, 116, 73, 0.18);
    }

    .ev-bul-category-tab:hover {
      transform: translateY(-1px);
    }

    .ev-bul-form-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 10px;
    }

    .ev-bul-chip-groups {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      gap: 0;
    }

    .ev-bul-chip-section {
      display: grid;
      gap: 8px;
    }

    .ev-bul-chip-label {
      font-size: 12px;
      line-height: 1.05;
      font-weight: 900;
      letter-spacing: 0.08em;
      color: var(--color-muted);
      text-transform: uppercase;
    }

    .ev-bul-chip-row {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }

    .ev-bul-chip {
      min-height: 34px;
      padding: 7px 12px;
      border-radius: 999px;
      border: 1px solid rgba(22, 116, 73, 0.14);
      background: var(--color-surface);
      color: var(--color-text);
      font-size: 13px;
      font-weight: 800;
      cursor: pointer;
      transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
    }

    .ev-bul-chip:hover {
      transform: translateY(-1px);
    }

    .ev-bul-chip[aria-pressed="true"] {
      background: rgba(232, 245, 238, 0.95);
      color: var(--primary);
      border-color: rgba(22, 116, 73, 0.34);
    }

    .ev-bul-consent {
      display: grid;
      grid-template-columns: auto minmax(0, 1fr);
      gap: 10px;
      align-items: start;
      padding: 12px 12px 14px;
      border-radius: 18px;
      border: 1px solid rgba(22, 116, 73, 0.12);
      background: linear-gradient(180deg, rgba(251, 253, 252, 0.98), rgba(246, 250, 248, 0.98));
    }

    .ev-bul-consent input {
      width: 22px;
      height: 22px;
      margin-top: 2px;
      accent-color: var(--primary);
      cursor: pointer;
    }

    .ev-bul-consent strong {
      display: block;
      margin-bottom: 4px;
      font-size: 14px;
      line-height: 1.2;
      color: var(--color-muted);
    }

    .ev-bul-consent small {
      display: block;
      font-size: 13px;
      line-height: 1.45;
      color: var(--color-muted);
    }

    .ev-bul-form-footer {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      flex-wrap: wrap;
    }

    .ev-bul-form-footer.is-hidden {
      display: none;
    }

    #evBulFormFeedback {
      min-height: 0;
    }

    #evBulFormFeedback:empty {
      display: none;
    }

    .ev-bul-summary-card {
      display: grid;
      gap: 8px;
      padding: 12px 14px;
      border-radius: 18px;
      border: 1px solid rgba(22, 116, 73, 0.12);
      background: rgba(250, 252, 251, 0.98);
    }

    .ev-bul-summary-card strong {
      font-size: 14px;
      line-height: 1.2;
      color: var(--color-muted);
    }

    .ev-bul-summary-card p {
      margin: 0;
      font-size: 13px;
      line-height: 1.45;
      color: var(--color-muted);
    }

    .ev-bul-nav-actions {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 10px;
      margin-left: auto;
      flex-wrap: wrap;
    }

    .ev-bul-nav-button {
      min-height: 52px;
      border-radius: 16px;
      padding: 0 18px;
      border: 1px solid rgba(22, 116, 73, 0.14);
      background: var(--color-surface);
      color: var(--color-text);
      font-size: 16px;
      font-weight: 700;
      cursor: pointer;
      transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, color 0.18s ease;
    }

    .ev-bul-nav-button:hover {
      transform: translateY(-1px);
    }

    .ev-bul-nav-button--ghost {
      background: rgba(255, 255, 255, 0.92);
      color: var(--color-muted);
    }

    .ev-bul-nav-button[hidden] {
      display: none !important;
    }

    .ev-bul-submit {
      min-width: 0;
      min-height: 52px;
      border-radius: 18px;
      font-size: 14px;
      box-shadow: 0 20px 38px rgba(22, 116, 73, 0.18);
    }

    @media (max-width: 1180px) {
      .ev-bul-layout {
        grid-template-columns: 1fr;
      }

      .ev-bul-aside {
        padding: 8px 4px 0;
      }

      .ev-bul-aside-copy {
        max-width: none;
      }

      .ev-bul-layout.is-start-screen .ev-bul-aside {
        max-width: none;
      }
    }

    @media (max-width: 1100px) {
      .ev-bul-aside {
        padding: 18px 8px 0;
      }

      .ev-bul-trust-grid {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 820px) {
      .ev-bul-chip-groups {
        grid-template-columns: 1fr;
      }

      .ev-bul-field--wide {
        grid-column: 1 / -1;
      }

      .ev-bul-category-tabs {
        grid-template-columns: 1fr;
      }

      .ev-bul-form-footer {
        display: grid;
        justify-content: stretch;
      }

      .ev-bul-nav-actions {
        margin-left: 0;
        justify-content: stretch;
      }

      .ev-bul-nav-button,
      .ev-bul-submit {
        width: 100%;
      }
    }

    @media (max-width: 640px) {
      .ev-bul-modal-panel {
        padding: 14px;
        border-radius: 20px;
      }

      .ev-bul-modal-close {
        top: 14px;
        right: 14px;
      }

      .ev-bul-display {
        font-size: clamp(34px, 12vw, 46px);
        letter-spacing: -1.5px;
      }

      .ev-bul-form-card {
        padding: 18px;
        border-radius: 24px;
      }

      .ev-bul-top-actions {
        justify-content: stretch;
      }

      .ev-bul-start-actions {
        justify-content: stretch;
      }

      .ev-bul-badge--soft {
        display: none;
      }

      .ev-bul-form-grid {
        grid-template-columns: 1fr;
      }

      .ev-bul-consent {
        grid-template-columns: 1fr;
      }

      .ev-bul-top-actions .ev-bul-nav-button {
        width: 100%;
      }

      .ev-bul-start-button {
        width: 100%;
      }

    }

    .services-panel {
      min-height: auto;
      padding: 0;
    }

    .services-filter-main {
      align-content: start;
    }

    .services-filter-shell {
      width: min(1440px, 100%);
      gap: 22px;
    }

    .endeks-dashboard {
      display: grid;
      gap: 0;
    }

    .endeks-dashboard .tool-form {
      margin-top: 10px;
    }

    .endeks-active-chip {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      min-height: 30px;
      padding: 0 11px;
      border-radius: 10px;
      border: 1px solid rgba(22, 116, 73, 0.09);
      background: var(--color-surface);
      color: var(--color-primary);
      font-size: 12px;
      font-weight: 700;
      box-shadow: 0 2px 8px rgba(15, 29, 23, 0.03);
    }

    .endeks-active-title,
    .endeks-clear-button,
    .endeks-active-chip,
    .endeks-main-card .tool-field label,
    .endeks-main-card .tool-field select,
    .endeks-choice-row .option-pill,
    .endeks-status-copy strong,
    .endeks-submit {
      font-size: 14px;
      line-height: 1.2;
    }

    .endeks-submit {
      min-width: 248px;
      min-height: 48px;
      justify-self: end;
      align-self: center;
      margin-top: 8px;
    }

    @media (max-width: 1024px) {
      .endeks-step-grid {
        grid-template-columns: 1fr;
      }

      .endeks-step--property-top,
      .endeks-step--listing-top {
        grid-column: auto;
      }

      .endeks-location-row,
      .endeks-feature-grid {
        grid-template-columns: 1fr;
      }

      .endeks-feature-grid:has(#endeksSectionCountField:not([hidden])) #endeksSectionCountField,
      .endeks-feature-grid:has(#endeksSectionCountField:not([hidden])) #endeksBuildingAgeField {
        grid-column: auto;
      }
    }

    .tool-field label {
      font-size: 13px;
      font-weight: 800;
      color: var(--text);
    }

    .tool-field input,
    .tool-field select,
    .tool-field textarea {
      width: 100%;
      border: 1px solid var(--border);
      background: var(--panel);
      color: var(--text);
      border-radius: 14px;
      padding: 13px 14px;
      font-size: 14px;
      outline: none;
      transition: border-color 0.2s ease, box-shadow 0.2s ease;
    }

    .tool-field textarea {
      min-height: 96px;
      resize: vertical;
    }

    .tool-field input:focus,
    .tool-field select:focus,
    .tool-field textarea:focus {
      border-color: var(--primary);
      box-shadow: 0 0 0 4px var(--shadow);
    }

    .tool-submit {
      border: none;
      border-radius: 16px;
      padding: 14px 18px;
      background: var(--primary);
      color: var(--color-surface);
      font-size: 16px;
      font-weight: 700;
      cursor: pointer;
      box-shadow: 0 12px 24px var(--shadow);
    }

    .tool-feedback {
      min-height: 20px;
      color: var(--color-primary);
      font-size: 13px;
      font-weight: 700;
    }

    .tool-feedback.success {
      color: var(--color-primary);
    }

    .modal-overlay {
      position: fixed;
      inset: 0;
      background: transparent;
      backdrop-filter: none;
      display: none;
      align-items: flex-start;
      justify-content: center;
      padding: 22px;
      overflow-y: auto;
      z-index: 1100;
    }

    .modal-overlay.open,
    .modal-overlay:target {
      display: flex;
    }

    #evBulModal {
      padding: 14px;
      align-items: center;
      justify-content: center;
      overflow: hidden;
    }

    .modal-panel {
      width: min(760px, 100%);
      max-height: calc(100vh - 44px);
      background: var(--panel);
      color: var(--text);
      border: 1px solid var(--border);
      border-radius: 28px;
      padding: 28px;
      box-shadow: 0 24px 60px rgba(15, 29, 23, 0.18);
      overflow-x: hidden;
      overflow-y: auto;
      margin: auto 0;
    }

    .modal-header {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 16px;
      margin-bottom: 22px;
    }

    .modal-header h3 {
      font-size: 22px;
      font-weight: 700;
      line-height: 1.2;
      margin-bottom: 6px;
    }

    .modal-header p {
      color: var(--muted);
      font-size: 14px;
      line-height: 1.6;
    }

    .modal-close {
      width: 42px;
      height: 42px;
      border: 1px solid var(--border);
      background: var(--primary-soft);
      color: var(--primary);
      border-radius: 50%;
      font-size: 20px;
      cursor: pointer;
      flex-shrink: 0;
    }

    .option-row {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
    }

    .option-pill {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 12px 14px;
      border-radius: 999px;
      border: 1px solid var(--border);
      background: var(--panel);
      color: var(--text);
      font-size: 13px;
      font-weight: 800;
      cursor: pointer;
    }

    .option-pill input {
      position: absolute;
      opacity: 0;
      pointer-events: none;
    }

    .option-pill:has(input:checked) {
      background: var(--primary);
      color: var(--color-surface);
      border-color: var(--primary);
      box-shadow: 0 10px 22px var(--shadow);
    }

    .option-pill:has(input:disabled) {
      opacity: 0.48;
      cursor: not-allowed;
    }

    footer {
      padding: 28px 22px;
      text-align: center;
      color: var(--muted);
      font-size: 14px;
    }

    @media (max-width: 1024px) {
      .hero-topbar {
        left: 28px;
        right: 28px;
      }

      .hero-nav {
        gap: 24px;
      }

      .hero-copy {
        padding-left: 28px;
        padding-right: 28px;
      }

      .hero-filter-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .cities-panel {
        padding: 0;
      }

      .cities-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

    @media (max-width: 700px) {
      :root {
        --section-card-height: clamp(400px, 54vh, 520px);
        --hero-card-height: clamp(420px, 66vw, 500px);
        --service-card-height: clamp(104px, 12vh, 124px);
        --hero-scene-width: clamp(920px, 150vw, 1240px);
        --hero-scene-height: clamp(560px, 92vw, 760px);
        --hero-scene-right: -150px;
        --hero-copy-shift-x: 0px;
        --hero-copy-shift-y: 0px;
      }

      .hero-layout {
        grid-template-columns: 1fr;
        min-height: auto;
        gap: 18px;
      }

      .hero-topbar {
        top: 24px;
        left: 24px;
        right: 24px;
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 14px;
      }

      .hero-logo {
        width: 100%;
        text-align: center;
      }

      .hero-nav {
        gap: 18px;
        flex-wrap: wrap;
        justify-content: center;
        margin-left: 0;
      }

      .home-hero-card,
      .home-hero-card .hero-layout,
      .home-hero-card .hero-visual {
        height: auto;
        min-height: auto;
      }

      .hero-copy {
        max-width: 100%;
        align-items: center;
        padding-top: 0;
      }

      .hero-title {
        font-size: 48px;
      }

      .hero-copy .desc {
        max-width: min(100%, 900px);
        font-size: 18px;
      }

      .hero-trust-row {
        gap: 24px;
        margin-top: 26px;
      }

      .hero-trust-item {
        max-width: 220px;
      }

      .hero-trust-item--nowrap {
        max-width: none;
      }

      .hero-copy .hero-cta {
        min-width: 252px;
        min-height: 54px;
        font-size: 16px;
      }

      .hero-filter-showcase {
        width: min(calc(100% - 28px), 980px);
        margin-top: -80px;
      }

      .hero-filter-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .hero-filter-form {
        padding: 22px 22px 22px;
      }

      .hero-visual {
        min-width: 0;
        min-height: 360px;
        height: 360px;
      }

      .hero-scene {
        inset: 0;
        width: 100%;
        height: 100%;
        transform: none;
      }

      #nasil-calisiyoruz {
        padding-top: 0;
      }

      .workflow-panel {
        min-height: auto;
        padding: 0;
        border-radius: 0;
      }

      .home-hero-card {
        padding: 0;
        border-radius: 0;
      }

      .pricing-panel {
        height: auto;
        min-height: auto;
        padding: 8px 0 0;
        border-radius: 0;
      }

      .pricing-title {
        font-size: clamp(36px, 5vw, 48px);
      }

      .pricing-heading-row {
        gap: 12px;
      }

      .pricing-desc {
        font-size: 17px;
      }

      .pricing-cards-flow {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
      }

      .pricing-tier {
        min-height: auto;
        margin-top: 8px;
        padding: 22px 20px 20px;
      }

      .pricing-tier--gold {
        grid-column: 1 / -1;
        max-width: 520px;
        justify-self: center;
      }

      .pricing-tier-price strong {
        font-size: clamp(54px, 7vw, 72px);
      }

      .pricing-tier-free-value {
        font-size: clamp(44px, 6vw, 56px);
      }

      .pricing-card-button {
        min-height: 62px;
        font-size: 17px;
      }

      .pricing-benefits {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .pricing-benefit:nth-child(3) {
        border-left: none;
        border-top: 1px solid rgba(22, 116, 73, 0.08);
      }

      .pricing-benefit:nth-child(4) {
        border-top: 1px solid rgba(22, 116, 73, 0.08);
      }

      .why-panel {
        height: auto;
        min-height: auto;
        padding: 0;
        border-radius: 0;
      }

      #neden-vera {
        display: block;
        min-height: auto;
        padding-top: 44px;
      }

      #neden-vera .why-panel {
        transform: none;
      }

      .why-grid {
        grid-template-columns: 1fr;
        gap: 16px;
      }

      .why-main {
        min-height: 0;
        margin-top: 8px;
        padding: 22px 30px;
        border-radius: 28px;
      }

      .why-cards {
        align-self: start;
        margin-top: 8px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .why-card:last-child {
        grid-column: 1 / -1;
      }

      .faq-grid {
        transform: translateY(-22px);
      }

      .faq-grid {
        grid-template-columns: 1fr;
      }

      .home-cta-band {
        grid-template-columns: 1fr;
        align-items: start;
      }

      .home-cta-actions {
        justify-content: flex-start;
      }

      .why-title,
      .why-desc {
        max-width: none;
      }

      .workflow-title {
        font-size: clamp(30px, 5vw, 42px);
      }

      .workflow-desc {
        font-size: 25.7px;
      }

      .workflow-pill-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        margin-bottom: 26px;
      }

      .workflow-pill {
        min-height: 48px;
        padding: 10px 12px;
        font-size: 12px;
      }

      .workflow-track {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px 18px;
        margin-bottom: 24px;
      }

      .workflow-step-head {
        min-height: 188px;
      }

      .workflow-step-icon {
        width: 104px;
        height: 104px;
      }

      .workflow-step-icon.small-cluster {
        width: 160px;
        height: 104px;
      }

      .workflow-step-icon::after {
        display: none;
      }

      .workflow-step h3 {
        font-size: 18px;
      }

      .workflow-step p {
        max-width: 220px;
        font-size: 14px;
      }

      .workflow-benefits {
        grid-template-columns: 1fr;
      }

      .workflow-benefit-item {
        border-left: none;
        border-top: 1px solid rgba(22, 116, 73, 0.12);
      }

      .workflow-delivery {
        padding-top: 0;
        margin-top: -2px;
      }
    }

    @media (max-width: 768px) {
      .hero-title {
        font-size: 34px;
        line-height: 1.08;
        letter-spacing: -1.2px;
      }

      .cities-title,
      .pricing-title,
      .why-title,
      .workflow-title,
      .pricing-panel-clean .pricing-title {
        font-size: 32px;
        line-height: 1.1;
        letter-spacing: -1.4px;
      }

      .city-name,
      .why-card h3,
      .pricing-panel-clean .pricing-tier h3,
      .modal-header h3 {
        font-size: 22px;
      }
    }

    @media (max-width: 420px) {
      :root {
        --section-card-height: clamp(340px, 60vh, 420px);
        --hero-card-height: auto;
        --service-card-height: clamp(96px, 11vh, 116px);
        --hero-scene-width: clamp(760px, 178vw, 980px);
        --hero-scene-height: clamp(460px, 112vw, 620px);
        --hero-scene-right: -70px;
        --hero-copy-shift-x: 0px;
        --hero-copy-shift-y: 0px;
      }

      section {
        padding: 32px 16px;
      }

      .panel {
        padding: 0;
      }

      .cities-panel {
        padding: 28px 20px;
      }

      .city-card,
      .other-city-card {
        height: 168px;
      }

      .home-hero-card {
        border-radius: 0;
        padding: 0;
        margin-bottom: 0;
        height: auto;
        min-height: 560px;
      }

      .home-hero-card .hero-layout {
        height: auto;
        min-height: auto;
        padding: 14px 0 0;
      }

      .hero-layout {
        grid-template-columns: 1fr;
        gap: 24px;
        min-height: auto;
        padding: 24px 0 0;
      }

      .hero-copy {
        max-width: none;
        align-items: center;
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 0;
      }

      .hero-topbar {
        top: 18px;
        left: 18px;
        right: 18px;
        row-gap: 10px;
      }

      .hero-logo {
        font-size: 19px;
      }

      .hero-nav {
        display: none;
      }

      .hero-login-btn {
        min-width: 122px;
        min-height: 42px;
        padding: 0 16px;
        font-size: 14px;
      }

      .hero-copy .eyebrow,
      .hero-copy h1,
      .hero-copy .desc,
      .hero-trust-copy {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
      }

      .hero-trust-row {
        justify-content: center;
        gap: 18px;
        margin-top: 22px;
      }

      .hero-trust-item {
        justify-content: center;
        max-width: min(100%, 280px);
      }

      .hero-trust-item--nowrap {
        max-width: min(100%, 280px);
      }

      .hero-trust-item--nowrap .hero-trust-copy strong {
        white-space: normal;
      }

      .hero-visual {
        position: relative;
        width: 100%;
        min-width: 0;
        min-height: 340px;
        height: 340px;
        right: auto;
        top: auto;
        margin-top: 8px;
      }

      .hero-visual::before {
        top: 50px;
        left: 30px;
        width: 130px;
        height: 130px;
      }

      .hero-visual::after {
        top: 84px;
        left: 150px;
        width: 110px;
        height: 110px;
      }

      .hero-scene {
        inset: 0;
        width: 100%;
        height: 100%;
        background-size: contain;
        background-size: cover;
        transform: none;
      }

      h1 {
        font-size: 28px;
        letter-spacing: -2px;
      }

      .hero-title {
        max-width: 92vw;
        font-size: 34px;
        line-height: 1.06;
        letter-spacing: -1.2px;
      }

      .hero-copy .desc {
        max-width: min(100%, 420px);
        font-size: 15px;
        line-height: 1.64;
        margin-bottom: 28px;
        white-space: normal;
      }

      .hero-copy .hero-cta-group {
        width: 100%;
        flex-direction: column;
        gap: 10px;
      }

      .hero-copy .hero-cta {
        justify-self: center;
        margin-top: 8px;
        width: min(100%, 272px);
        min-width: 0;
        min-height: 52px;
        padding: 14px 20px;
        font-size: 15px;
      }

      .hero-filter-showcase {
        width: calc(100% - 18px);
        margin-top: -60px;
        gap: 16px;
      }

      .hero-filter-shell {
        border-radius: 22px;
      }

      .hero-filter-grid {
        grid-template-columns: 1fr;
      }

      .hero-filter-header {
        min-height: 58px;
        padding: 14px 18px 12px;
      }

      .hero-filter-form {
        gap: 22px;
        padding: 20px 18px 18px;
      }

      .hero-filter-field select {
        min-height: 44px;
        height: 44px;
        font-size: 13px;
      }

      .hero-filter-submit {
        min-width: 180px;
        min-height: 42px;
        font-size: 14px;
      }

      #hizmet-verdigimiz-sehirler {
        padding: 10px 16px var(--section-space-y);
      }

      .cities-panel {
        padding: 0;
        border-radius: 0;
        gap: var(--section-stack-gap);
      }

      .cities-title {
        font-size: 32px;
        line-height: 1.1;
        letter-spacing: -1.4px;
      }

      .cities-desc {
        white-space: normal;
      }

      .cities-grid {
        grid-template-columns: 1fr;
        gap: 16px;
      }

      .city-card,
      .other-city-card {
        height: 190px;
      }

      .cities-stats {
        grid-template-columns: 1fr;
        gap: 0;
        padding: 22px 20px;
      }

      .cities-stat {
        padding: 4px 0;
      }

      .cities-stat + .cities-stat {
        border-left: none;
        border-top: 1px solid rgba(15, 29, 23, .08);
        padding-top: 18px;
      }

      #hizmetlerimiz {
        padding-bottom: 12px;
      }

      .services-panel {
        height: auto;
        min-height: auto;
        padding: 0;
        border-radius: 0;
      }

      .pricing-panel {
        height: auto;
        min-height: auto;
        padding: 2px 0 0;
        border-radius: 0;
      }

      .pricing-title {
        font-size: 32px;
        line-height: 1.1;
        letter-spacing: -1.4px;
      }

      .pricing-desc {
        font-size: 15px;
      }

      #fiyatlandirma::before {
        top: 122px;
        width: 78px;
        height: 78px;
        background-size: 14px 14px;
      }

      #fiyatlandirma::after {
        right: -180px;
        top: 84px;
        width: 420px;
        height: 240px;
      }

      .pricing-cards-flow {
        grid-template-columns: 1fr;
      }

      .pricing-tier {
        min-height: auto;
        padding: 22px 18px 18px;
      }

      .pricing-tier--gold {
        grid-column: auto;
        max-width: none;
      }

      .pricing-tier-badge {
        font-size: 14px;
        padding: 11px 16px;
      }

      .pricing-tier-icon {
        width: 96px;
        height: 96px;
        margin-top: 6px;
        padding: 24px;
      }

      .pricing-tier--green .pricing-tier-icon {
        margin-top: 18px;
      }

      .pricing-tier h3 {
        font-size: 20px;
      }

      .pricing-tier-price {
        gap: 8px;
      }

      .pricing-tier-price strong {
        font-size: clamp(44px, 14vw, 58px);
        letter-spacing: -3px;
      }

      .pricing-tier-free-value {
        font-size: clamp(38px, 11vw, 48px);
      }

      .pricing-tier-price span,
      .pricing-tier-fixed {
        font-size: 15px !important;
      }

      .pricing-tier-copy {
        font-size: 15px;
      }

      .pricing-card-button {
        min-height: 58px;
        font-size: 16px;
      }

      .pricing-card-button::after {
        font-size: 24px;
        margin-left: 8px;
      }

      .pricing-benefits {
        grid-template-columns: 1fr;
      }

      .pricing-benefit {
        grid-template-columns: 44px minmax(0, 1fr);
        padding: 18px 16px;
      }

      .pricing-benefit + .pricing-benefit {
        border-left: none;
        border-top: 1px solid rgba(22, 116, 73, 0.08);
      }

      .why-panel {
        height: auto;
        min-height: auto;
        padding: 0;
        border-radius: 0;
      }

      #neden-vera {
        display: block;
        min-height: auto;
        padding-top: var(--section-space-y);
        padding-bottom: var(--section-space-y);
      }

      #neden-vera .why-panel {
        transform: none;
      }

      .why-main {
        min-height: 0;
        margin-top: 8px;
        padding: 22px 28px;
        border-radius: 28px;
      }

      .why-cards,
      .why-grid {
        grid-template-columns: 1fr;
      }

      .why-cards {
        margin-top: 8px;
      }

      .why-card:last-child {
        grid-column: auto;
        transform: none;
      }

      .faq-section {
        padding-top: var(--section-space-y);
        padding-bottom: var(--section-space-y);
      }

      .faq-aside,
      .faq-item {
        border-radius: 24px;
      }

      .home-cta-band {
        padding: 20px 18px;
        border-radius: 26px;
      }

      .home-cta-copy h2 {
        font-size: 24px;
        line-height: 1.08;
      }

      .home-cta-actions {
        width: 100%;
      }

      .home-cta-button {
        width: 100%;
      }

      .ev-bul-modal-panel {
        width: 100%;
      }

      .faq-aside {
        padding: 24px;
      }

      .faq-q {
        padding: 17px 18px;
      }

      .faq-a {
        padding: 0 18px 18px;
      }

      .workflow-panel {
        height: auto;
        min-height: auto;
        padding: 0;
        border-radius: 0;
      }

      .workflow-title {
        font-size: 32px;
        line-height: 1.1;
        letter-spacing: -1.4px;
      }

      .workflow-desc {
        font-size: 22.9px;
      }

      .workflow-pill-row {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-bottom: 22px;
      }

      .workflow-pill {
        justify-content: flex-start;
        text-align: left;
      }

      .workflow-track {
        grid-template-columns: 1fr;
        gap: 24px;
        margin-bottom: 22px;
      }

      .why-grid {
        grid-template-columns: 1fr;
      }

      .why-main {
        margin-top: 8px;
        padding: 16px 24px;
        border-radius: 24px;
      }

      .why-cards {
        grid-template-columns: 1fr;
      }

      .workflow-step-head {
        min-height: auto;
      }

      .workflow-step h3 {
        font-size: 16px;
      }

      .workflow-step p {
        max-width: 260px;
        font-size: 13px;
      }

      .workflow-benefit-main,
      .workflow-benefit-item {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
        padding: 18px 16px;
      }

      .workflow-benefit-copy {
        justify-items: center;
      }

      .workflow-benefit-copy h3 {
        font-size: 20px;
      }

      .workflow-benefit-copy h4 {
        font-size: 16px;
      }

      .workflow-delivery-title {
        font-size: 15px;
      }

      .workflow-channel {
        min-width: 0;
        width: 100%;
      }

      .tool-grid {
        grid-template-columns: 1fr;
      }

      #endeksForm .tool-field:has(.option-row) {
        grid-template-columns: 1fr;
        align-items: start;
      }

      #endeksForm .option-row {
        grid-auto-flow: row;
        grid-template-columns: 1fr;
      }

      .endeks-location-row {
        grid-template-columns: 1fr;
      }

      .endeks-detail-row {
        grid-template-columns: 1fr;
      }

      .modal-panel {
        padding: 22px 18px;
        border-radius: 22px;
      }

      .modal-header {
        flex-direction: column;
      }

    }

    #hizmetlerimiz {
      padding-top: var(--section-space-y) !important;
      padding-bottom: var(--section-space-y) !important;
      scroll-margin-top: 96px !important;
    }

    #hizmetlerimiz .services-filter-shell {
      width: 100% !important;
      margin-inline: auto !important;
      gap: var(--section-stack-gap) !important;
    }

    #hizmetlerimiz .endeks-dashboard {
      gap: var(--section-content-gap) !important;
    }

    #hizmetlerimiz #endeksSectionCountField {
      grid-column: auto !important;
    }

    #hizmetlerimiz .endeks-active-chip {
      height: 24px !important;
      padding: 5px 10px !important;
      border-radius: 999px !important;
      font-size: 10px !important;
      line-height: 1 !important;
      white-space: nowrap !important;
      flex: 0 0 auto !important;
    }

    #hizmetlerimiz .endeks-submit {
      width: 100% !important;
      min-width: 0 !important;
      height: 46px !important;
      min-height: 46px !important;
      border-radius: 14px !important;
      font-size: 14px !important;
      font-weight: 900 !important;
      box-shadow: 0 12px 24px rgba(22, 116, 73, 0.16) !important;
    }

    #hizmetlerimiz .tool-feedback {
      margin-top: 8px !important;
    }

    @media (max-width: 1024px) {
      #hizmetlerimiz .endeks-redesign-header,
      #hizmetlerimiz .endeks-step-grid,
      #hizmetlerimiz .endeks-feature-grid,
      #hizmetlerimiz .endeks-footer-row {
        grid-template-columns: 1fr !important;
      }

      #hizmetlerimiz .endeks-redesign-mini::before {
        justify-content: flex-start !important;
        overflow-x: auto !important;
      }

      #hizmetlerimiz .endeks-step--compact:nth-child(1) {
        padding-right: 0 !important;
        border-right: none !important;
      }

      #hizmetlerimiz .endeks-step--compact::after,
      #hizmetlerimiz .endeks-step--location::after,
      #hizmetlerimiz .endeks-step--compact:nth-child(1)::before,
      #hizmetlerimiz .endeks-feature-grid > .tool-field:not([hidden]):not(:first-child)::before {
        content: none !important;
      }

      #hizmetlerimiz .endeks-feature-grid .option-row,
      #hizmetlerimiz #endeksBuildingAgeField .option-row,
      #hizmetlerimiz #endeksRoomTypeField .option-row,
      #hizmetlerimiz #endeksSectionCountField .option-row {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        flex-wrap: wrap !important;
      }
    }

    @media (max-width: 640px) {
      #hizmetlerimiz {
        padding-top: 12px !important;
      }

      #hizmetlerimiz .endeks-redesign-header,
      #hizmetlerimiz .endeks-main-card {
        border-radius: 20px !important;
        padding: 14px !important;
      }

      #hizmetlerimiz .endeks-step-grid {
        min-height: auto !important;
      }

      #hizmetlerimiz .endeks-main-card {
        min-height: auto !important;
      }

      #hizmetlerimiz .endeks-redesign-title {
        font-size: 24px !important;
      }

      #hizmetlerimiz .endeks-choice-row--property,
      #hizmetlerimiz .endeks-choice-row--listing,
      #hizmetlerimiz .endeks-location-row,
      #hizmetlerimiz #endeksHomeTypeField .option-row {
        grid-template-columns: 1fr !important;
      }

      #hizmetlerimiz .endeks-active-head {
        grid-template-columns: 1fr !important;
      }

      #hizmetlerimiz .endeks-active-list {
        flex-wrap: wrap !important;
      }
    }

    #hizmetlerimiz {
      padding-top: var(--section-space-y) !important;
      padding-bottom: var(--section-space-y) !important;
    }

    #hizmetlerimiz .services-filter-shell {
      width: min(1440px, 100%) !important;
      margin: 0 auto !important;
      gap: var(--section-stack-gap) !important;
    }

    #hizmetlerimiz .endeks-dashboard {
      height: auto !important;
      min-height: auto !important;
      padding: 10px 22px 10px !important;
      border-radius: 30px !important;
      border: 1px solid rgba(22, 116, 73, 0.11) !important;
      background:
        radial-gradient(circle at top left, rgba(22, 116, 73, 0.075), transparent 30%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(248, 250, 252, 0.98)) !important;
      box-shadow: 0 16px 42px rgba(15, 29, 23, 0.075) !important;
      display: grid !important;
      gap: var(--section-content-gap) !important;
    }

    @media (max-width: 1024px) {
      #hizmetlerimiz .endeks-dashboard {
        height: auto !important;
        min-height: auto !important;
      }
    }

    #hizmetlerimiz #endeksForm.tool-form {
      display: grid !important;
      gap: var(--section-content-gap) !important;
      width: min(1120px, 100%) !important;
      margin-top: 0 !important;
      margin-inline: auto !important;
      position: relative !important;
      z-index: 1 !important;
    }

    #hizmetlerimiz .endeks-choice-row--property .option-pill span:last-child,
    #hizmetlerimiz .endeks-active-chip {
      white-space: normal !important;
      line-height: 1.15 !important;
      text-align: center !important;
    }

    #hizmetlerimiz #endeksSectionCountField .option-pill {
      min-height: 44px !important;
      height: auto !important;
      padding: 7px 8px !important;
      white-space: normal !important;
      line-height: 1.15 !important;
      text-align: center !important;
    }

    #hizmetlerimiz .endeks-active-chip {
      min-height: 28px !important;
      height: auto !important;
      padding: 6px 11px !important;
      border-radius: 999px !important;
      background: rgba(22, 116, 73, 0.08) !important;
      border: 1px solid rgba(22, 116, 73, 0.12) !important;
      color: var(--primary) !important;
      font-size: 10.5px !important;
      font-weight: 850 !important;
      max-width: 100% !important;
      flex: 0 0 auto !important;
    }

    #hizmetlerimiz .endeks-submit,
    #hizmetlerimiz #endeksSubmitButton {
      align-self: center !important;
      transform: translateY(-2px) !important;
      width: 100% !important;
      min-width: 0 !important;
      min-height: 52px !important;
      height: 52px !important;
      border-radius: 16px !important;
      background: var(--primary) !important;
      color: var(--color-surface) !important;
      display: inline-flex !important;
      align-items: center !important;
      justify-content: center !important;
      font-size: 14px !important;
      font-weight: 900 !important;
      box-shadow: 0 12px 24px rgba(22, 116, 73, 0.16) !important;
    }

    #hizmetlerimiz .tool-feedback,
    #hizmetlerimiz #endeksFormFeedback {
      margin-top: 8px !important;
      font-size: 13px !important;
    }

    #hizmetlerimiz #endeksFormFeedback:empty {
      display: none !important;
      min-height: 0 !important;
      margin-top: 0 !important;
    }

    @media (max-width: 1100px) {
      #hizmetlerimiz .endeks-footer-row {
        min-height: 0 !important;
      }
    }

    @media (max-width: 1024px) {
      #hizmetlerimiz .endeks-step-grid,
      #hizmetlerimiz .endeks-location-row,
      #hizmetlerimiz .endeks-feature-grid,
      #hizmetlerimiz .endeks-footer-row {
        grid-template-columns: 1fr !important;
      }

      #hizmetlerimiz .endeks-choice-groups {
        grid-template-columns: 1fr !important;
      }

      #hizmetlerimiz .endeks-step-grid {
        gap: 12px !important;
      }

      #hizmetlerimiz .endeks-step--compact,
      #hizmetlerimiz .endeks-step--location,
      #hizmetlerimiz .endeks-step--features {
        grid-column: 1 / -1 !important;
      }

      #hizmetlerimiz .endeks-active-head {
        grid-template-columns: 1fr auto !important;
        grid-template-areas:
          "title button"
          "list list" !important;
      }

      #hizmetlerimiz #endeksBuildingAgeField .option-row,
      #hizmetlerimiz #endeksRoomTypeField .option-row,
      #hizmetlerimiz #endeksSectionCountField .option-row,
      #hizmetlerimiz #endeksHomeTypeField .option-row {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
      }
    }

    @media (max-width: 640px) {
      #hizmetlerimiz .endeks-choice-group {
        min-height: auto !important;
      }

      #hizmetlerimiz .endeks-dashboard {
        padding: 10px 14px 6px !important;
        border-radius: 24px !important;
      }

      #hizmetlerimiz .endeks-redesign-title {
        font-size: 18px !important;
        white-space: nowrap !important;
      }

      #hizmetlerimiz .endeks-aciklama {
        white-space: normal !important;
      }

      #hizmetlerimiz .endeks-step,
      #hizmetlerimiz .endeks-footer-row {
        border-radius: 18px !important;
      }

      #hizmetlerimiz .endeks-choice-groups,
      #hizmetlerimiz .endeks-choice-row--property,
      #hizmetlerimiz .endeks-choice-row--listing,
      #hizmetlerimiz .endeks-location-row {
        grid-template-columns: 1fr !important;
      }

      #hizmetlerimiz .endeks-choice-row--property .option-pill,
      #hizmetlerimiz .endeks-choice-row--listing .option-pill {
        min-height: 44px !important;
        height: 44px !important;
        flex-direction: row !important;
      }
    }

#fiyatlandirma {
  position: relative;
  isolation: isolate;
  overflow: clip;
  padding-top: var(--section-space-y);
  padding-bottom: var(--section-space-y);
}

#fiyatlandirma::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 118px;
  width: 92px;
  height: 92px;
  background-image: radial-gradient(circle, rgba(22, 116, 73, 0.13) 1.8px, transparent 1.8px);
  background-size: 16px 16px;
  opacity: 0.7;
  pointer-events: none;
}

#fiyatlandirma::after {
  content: "";
  position: absolute;
  right: -170px;
  top: 72px;
  width: 580px;
  height: 330px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(248, 250, 252, 0.88) 0%, rgba(248, 250, 252, 0.44) 42%, rgba(248, 250, 252, 0) 72%);
  pointer-events: none;
  z-index: -1;
}

.pricing-panel-clean {
  position: relative;
  height: auto;
  min-height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
  display: grid;
  gap: 14px;
  transform: translateY(-40px);
}

.pricing-panel-clean::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 132px;
  width: 34px;
  height: 34px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M20 3C20 12.389 27.611 20 37 20C27.611 20 20 27.611 20 37C20 27.611 12.389 20 3 20C12.389 20 20 12.389 20 3Z' fill='%23cfe8da'/%3E%3C/svg%3E") center / contain no-repeat;
  pointer-events: none;
}

.pricing-panel-clean .pricing-header {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 0;
}

.pricing-panel-clean .pricing-title-wrap {
  display: grid;
  justify-items: center;
  gap: var(--section-header-gap);
  margin-top: 0;
}

.pricing-panel-clean .pricing-title {
  margin: 0;
  max-width: 900px;
  color: var(--color-text);
  font-size: 42px;
  line-height: 1.1;
  letter-spacing: -1.4px;
  font-weight: 800;
}

.pricing-panel-clean .pricing-title-accent {
  color: var(--primary);
}

.pricing-panel-clean .pricing-desc {
  max-width: 680px;
  margin: 0;
  color: var(--color-muted);
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: -0.1px;
  text-align: center;
}

.pricing-panel-clean .pricing-desc strong,
.pricing-panel-clean strong {
  color: var(--primary);
}

.pricing-panel-clean .pricing-cards-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
  justify-content: stretch;
  margin-top: 0;
}

.pricing-panel-clean .pricing-tier {
  position: relative;
  min-width: 0;
  min-height: 308px;
  padding: 16px 22px 0;
  border-radius: 30px;
  border: 1px solid rgba(22, 116, 73, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(248, 250, 252, 0.98) 100%);
  box-shadow: 0 22px 52px rgba(15, 29, 23, 0.075);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.pricing-panel-clean .pricing-tier::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(22, 116, 73, 0.055), transparent 45%);
  pointer-events: none;
}

.pricing-panel-clean .pricing-tier:hover {
  transform: translateY(-4px);
  border-color: rgba(22, 116, 73, 0.18);
  box-shadow: 0 28px 60px rgba(15, 29, 23, 0.1);
}

.pricing-panel-clean .pricing-tier-badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 36px;
  padding: 9px 16px;
  border-radius: 999px;
  border: 0;
  background: rgba(22, 116, 73, 0.08);
  color: var(--primary);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.1px;
}

.pricing-panel-clean .pricing-tier-badge svg {
  width: 17px;
  height: 17px;
  stroke: currentColor;
  stroke-width: 2.1;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}

.pricing-panel-clean .pricing-tier-icon {
  width: 48px;
  height: 48px;
  margin-top: 6px;
  padding: 8px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--primary);
  background: linear-gradient(180deg, rgba(240, 248, 244, 0.98), rgba(233, 243, 238, 0.92));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.pricing-panel-clean .pricing-tier-icon svg,
.pricing-panel-clean .pricing-benefit-icon svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  stroke-width: 1.9;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform: none;
}

.pricing-panel-clean .pricing-tier-badge {
  gap: 0;
  margin-top: -6px;
}

.pricing-panel-clean .pricing-tier-badge svg {
  display: none;
}

.pricing-panel-clean .pricing-tier-content {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin-top: -6px;
  flex: 1 1 auto;
}

.pricing-panel-clean .pricing-tier--featured .pricing-tier-content,
.pricing-panel-clean .pricing-tier--cap .pricing-tier-content {
  justify-content: flex-start;
  gap: 14px;
  margin-top: -2px;
}

.pricing-panel-clean .pricing-tier--trial .pricing-tier-content {
  justify-content: flex-start;
  gap: 10px;
}

.pricing-panel-clean .pricing-tier--trial .pricing-tier-content > p {
  margin-top: 0;
}

.pricing-panel-clean .pricing-tier--featured .pricing-tier-price strong {
  font-size: clamp(54px, 5.1vw, 69px);
  line-height: 0.8;
  letter-spacing: -3.5px;
}

.pricing-panel-clean .pricing-tier--cap .pricing-tier-price strong {
  font-size: clamp(54px, 5.1vw, 69px);
  line-height: 0.8;
  letter-spacing: -3.5px;
}

.pricing-panel-clean .pricing-tier--featured .pricing-tier-price .currency {
  font-size: 0.58em;
  transform: translateY(-5px);
}

.pricing-panel-clean .pricing-tier--cap .pricing-tier-price .currency {
  font-size: 0.58em;
  transform: translateY(-5px);
}

.pricing-panel-clean .pricing-tier--featured .pricing-tier-price > span {
  font-size: 17px;
  padding-bottom: 7px;
}

.pricing-panel-clean .pricing-tier--cap .pricing-tier-price > span {
  font-size: 17px;
  padding-bottom: 7px;
}

.pricing-panel-clean .pricing-tier h3 {
  margin: 0;
  color: var(--color-text);
  font-size: 26px;
  line-height: 1.15;
  letter-spacing: -0.7px;
  font-weight: 700;
}

.pricing-panel-clean .pricing-tier--cap h3 {
  font-size: 26px;
}

.pricing-panel-clean .pricing-tier-heading-placeholder {
  visibility: hidden;
}

.pricing-panel-clean .pricing-tier--trial .pricing-tier-heading-placeholder {
  display: none;
}

.pricing-panel-clean .pricing-tier-price {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 9px;
  color: var(--primary);
  line-height: 0.95;
  flex-wrap: wrap;
  min-height: 62px;
}

.pricing-panel-clean .pricing-tier-price strong {
  display: inline-flex;
  align-items: flex-end;
  gap: 7px;
  margin: 0;
  font-size: clamp(40px, 3.9vw, 52px);
  letter-spacing: -3px;
  font-weight: 900;
  color: var(--primary);
}

.pricing-panel-clean .pricing-tier-price .currency {
  font-size: 0.66em;
  letter-spacing: -1px;
  transform: translateY(-3px);
}

.pricing-panel-clean .pricing-tier-price > span {
  color: var(--color-muted);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.2px;
  padding-bottom: 5px;
}

.pricing-panel-clean .pricing-tier p {
  max-width: 280px;
  margin: 0;
  color: var(--color-muted);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
}

.pricing-panel-clean .pricing-tier-note {
  width: 100%;
  margin-top: auto;
  min-height: 86px;
  padding-top: 20px;
  padding-bottom: 12px;
  border-top: 1px solid rgba(22, 116, 73, 0.12);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
}

.pricing-panel-clean .pricing-tier-note p {
  width: 100%;
  max-width: none;
}

.pricing-panel-clean .pricing-tier--featured .pricing-tier-note {
  padding-top: 16px;
  padding-bottom: 16px;
  align-items: center;
}

.pricing-panel-clean .pricing-tier--cap .pricing-tier-note {
  padding-top: 16px;
  padding-bottom: 16px;
  align-items: center;
}

.pricing-panel-clean .pricing-tier--trial .pricing-card-actions {
  margin-top: auto;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 1px solid rgba(22, 116, 73, 0.12);
  align-items: center;
}

.pricing-panel-clean .pricing-card-actions {
  position: relative;
  display: flex;
  width: 100%;
  margin-top: auto;
  margin-bottom: 12px;
  padding-top: 8px;
}

.pricing-panel-clean .pricing-card-button {
  width: 100%;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.pricing-panel-clean .pricing-card-button::after {
  content: "→";
  margin-left: 8px;
  font-size: 22px;
  line-height: 1;
  font-weight: 400;
  transition: transform 0.2s ease;
}

.pricing-panel-clean .pricing-card-button:hover {
  transform: translateY(-1px);
}

.pricing-panel-clean .pricing-card-button:hover::after {
  transform: translateX(4px);
}

.pricing-panel-clean .pricing-card-button--primary {
  border: 0;
  color: var(--color-surface);
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary) 100%);
  box-shadow: 0 16px 28px rgba(22, 116, 73, 0.2);
}

.pricing-panel-clean .pricing-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: -4px;
  border: 1px solid rgba(22, 116, 73, 0.1);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 16px 38px rgba(15, 29, 23, 0.045);
  backdrop-filter: blur(8px);
  overflow: hidden;
}

.pricing-panel-clean .pricing-benefit {
  min-width: 0;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 18px 18px;
}

.pricing-panel-clean .pricing-benefit + .pricing-benefit {
  border-left: 1px solid rgba(22, 116, 73, 0.08);
}

.pricing-panel-clean .pricing-benefit-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--primary);
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
}

.pricing-panel-clean .pricing-benefit-copy {
  display: grid;
  gap: 3px;
  text-align: left;
}

.pricing-panel-clean .pricing-benefit-copy h3 {
  margin: 0;
  color: var(--color-text);
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: -0.4px;
  font-weight: 800;
}

.pricing-panel-clean .pricing-benefit-copy p {
  margin: 0;
  color: var(--color-muted);
  font-size: 13px;
  line-height: 1.42;
}

@media (max-width: 980px) {
  .pricing-panel-clean .pricing-cards-flow,
  .pricing-panel-clean .pricing-benefits {
    grid-template-columns: 1fr;
  }

  .pricing-panel-clean .pricing-tier {
    min-height: auto;
  }

  .pricing-panel-clean .pricing-tier--trial .pricing-tier-content {
    justify-content: flex-start;
    gap: 10px;
  }

  .pricing-panel-clean .pricing-tier--featured .pricing-tier-content,
  .pricing-panel-clean .pricing-tier--cap .pricing-tier-content {
    justify-content: flex-start;
    gap: 14px;
  }

  .pricing-panel-clean .pricing-tier--featured .pricing-tier-price strong {
    font-size: clamp(47px, 13.8vw, 58px);
    line-height: 0.82;
    letter-spacing: -3px;
  }

  .pricing-panel-clean .pricing-tier--cap .pricing-tier-price strong {
    font-size: clamp(47px, 13.8vw, 58px);
    line-height: 0.82;
    letter-spacing: -3px;
  }

  .pricing-panel-clean .pricing-tier--featured .pricing-tier-price > span {
    font-size: 15px;
    padding-bottom: 6px;
  }

  .pricing-panel-clean .pricing-tier--cap .pricing-tier-price > span {
    font-size: 15px;
    padding-bottom: 6px;
  }

  .pricing-panel-clean .pricing-benefit + .pricing-benefit {
    border-left: 0;
    border-top: 1px solid rgba(22, 116, 73, 0.08);
  }
}

@media (max-width: 640px) {
  #fiyatlandirma {
    padding-top: var(--section-space-y);
  }

  .pricing-panel-clean {
    transform: translateY(-22px);
  }

  .pricing-panel-clean .pricing-title {
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: -1.4px;
  }

  .pricing-panel-clean .pricing-desc {
    font-size: 15px;
  }

  .pricing-panel-clean .pricing-tier {
    border-radius: 24px;
    padding: 22px 18px;
  }

  .pricing-panel-clean .pricing-tier-icon {
    width: 48px;
    height: 48px;
    padding: 8px;
  }
}

  .cities-panel > #neden-vera {
    padding-top: var(--section-space-y);
  }

  #neden-vera-karti.why-panel {
    position: relative;
    padding: 0;
    border-radius: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
  }

  #neden-vera-karti.why-panel::before {
    content: none;
  }

  #neden-vera-karti .why-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--section-stack-gap);
  }

  #neden-vera-karti .why-main {
    min-height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: inherit;
    display: grid;
    justify-items: center;
    text-align: center;
    gap: 0;
  }

  #neden-vera-karti .why-main::after {
    content: none;
  }

  #neden-vera-karti .why-main-copy {
    display: grid;
    justify-items: center;
    gap: var(--section-header-gap);
    max-width: 860px;
  }

  #neden-vera-karti .why-desc {
    max-width: 760px;
    margin: 0;
    color: var(--color-muted);
    font-size: 18px;
    line-height: 1.7;
    font-weight: 500;
    text-align: center;
  }

  #neden-vera-karti .why-cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: var(--section-content-gap);
    margin-top: 0;
    align-items: stretch;
  }

  #neden-vera-karti .why-card,
  #neden-vera-karti .why-card--compact {
    min-width: 0;
    min-height: 276px;
    padding: 28px 24px 26px;
    border-radius: 28px;
    border: 1px solid rgba(22, 116, 73, 0.08);
    background: linear-gradient(180deg, var(--color-surface) 0%, var(--color-surface) 100%);
    box-shadow: 0 14px 34px rgba(15, 29, 23, 0.05);
    display: grid;
    justify-items: center;
    align-content: start;
    gap: 16px;
    text-align: center;
  }

  #neden-vera-karti .why-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(15, 29, 23, 0.08);
  }

  #neden-vera-karti .why-card:last-child {
    grid-column: auto;
  }

  #neden-vera-karti .why-icon {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background: linear-gradient(180deg, rgba(240, 248, 244, 0.98), rgba(233, 243, 238, 0.92));
    color: var(--color-primary);
    display: grid;
    place-items: center;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
  }

  #neden-vera-karti .why-icon svg {
    width: 30px;
    height: 30px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  #neden-vera-karti .why-card h3 {
    margin: 0;
    color: var(--color-text);
    font-size: 20px;
    line-height: 1.28;
    letter-spacing: -0.5px;
    font-weight: 800;
  }

  #neden-vera-karti .why-card-rule {
    display: block;
    width: 34px;
    height: 3px;
    border-radius: 999px;
    background: var(--color-primary);
  }

  #neden-vera-karti .why-card p {
    margin: 0;
    color: var(--color-muted);
    font-size: 15px;
    line-height: 1.8;
    font-weight: 500;
  }

  @media (max-width: 1200px) {
    #neden-vera-karti .why-cards {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (max-width: 768px) {
    .cities-panel > #neden-vera {
      padding-top: calc(var(--section-space-y) + 20px);
    }

    #neden-vera-karti.why-panel {
      padding: 0;
      border-radius: 0;
    }

    #neden-vera-karti .why-main-copy {
      gap: var(--section-header-gap);
    }

    #neden-vera-karti .why-title {
      font-size: 38px;
      line-height: 1.08;
      letter-spacing: -1.8px;
    }

    #neden-vera-karti .why-desc {
      font-size: 16px;
      line-height: 1.72;
    }

    #neden-vera-karti .why-cards {
      gap: var(--section-content-gap);
    }

    #neden-vera-karti .why-card,
    #neden-vera-karti .why-card--compact {
      min-height: 0;
      padding: 24px 20px 22px;
    }
  }

  @media (max-width: 520px) {
    #neden-vera-karti .why-cards {
      grid-template-columns: 1fr;
    }

    #neden-vera-karti .why-title {
      font-size: 32px;
      letter-spacing: -1.4px;
    }

    #neden-vera-karti .why-icon {
      width: 64px;
      height: 64px;
    }

    #neden-vera-karti .why-icon svg {
      width: 26px;
      height: 26px;
    }
  }

  #neden-vera-karti #nasil-calisiyoruz {
    margin-top: 0;
    padding: var(--section-space-y) 0 0;
    scroll-margin-top: 108px;
  }

  #neden-vera-karti #nasil-calisiyoruz .workflow-panel {
    position: relative;
    z-index: 1;
    display: grid;
    gap: var(--section-stack-gap);
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  #neden-vera-karti #nasil-calisiyoruz .workflow-panel::before {
    content: none;
  }

  #neden-vera-karti #nasil-calisiyoruz .workflow-header {
    display: grid;
    gap: var(--section-header-gap);
    justify-items: center;
    text-align: center;
    margin: 0;
    max-width: 100%;
  }

  #neden-vera-karti #nasil-calisiyoruz .workflow-title {
    max-width: 980px;
    margin: 0 auto;
    color: var(--color-text);
    font-size: 46px;
    line-height: 1.05;
    letter-spacing: -2px;
    font-weight: 800;
    text-align: center;
  }

  #neden-vera-karti #nasil-calisiyoruz .workflow-title .accent {
    color: var(--color-primary);
  }

  #neden-vera-karti #nasil-calisiyoruz .workflow-desc {
    max-width: none;
    margin: 0 auto;
    color: var(--color-muted);
    font-size: 17px;
    line-height: 1.6;
    font-weight: 500;
    text-align: center;
  }

  #neden-vera-karti #nasil-calisiyoruz .workflow-track {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
    align-items: stretch;
    margin: 0;
  }

  #neden-vera-karti #nasil-calisiyoruz .workflow-step {
    position: relative;
    min-width: 0;
    min-height: 458px;
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 14px;
    padding: 18px 18px 18px;
    border-radius: 34px;
    border: 1px solid rgba(22, 116, 73, 0.08);
    background: linear-gradient(180deg, var(--color-surface) 0%, var(--color-surface) 100%);
    box-shadow: 0 16px 40px rgba(15, 29, 23, 0.06);
    justify-items: stretch;
    align-content: start;
    text-align: left;
    overflow: hidden;
    isolation: isolate;
  }

  #neden-vera-karti #nasil-calisiyoruz .workflow-step::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at right top, rgba(223, 245, 232, 0.46), transparent 42%);
    pointer-events: none;
  }

  #neden-vera-karti #nasil-calisiyoruz .workflow-step::after {
    content: none;
  }

  #neden-vera-karti #nasil-calisiyoruz .workflow-step-head {
    position: relative;
    width: 100%;
    min-height: 236px;
    display: grid;
    align-items: center;
    justify-items: center;
    padding-top: 0;
    z-index: 1;
  }

  #neden-vera-karti #nasil-calisiyoruz .workflow-step--visual .workflow-step-head {
    min-height: 244px;
  }

  #neden-vera-karti #nasil-calisiyoruz .workflow-step-badge {
    position: absolute;
    top: 0;
    left: 0;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    color: var(--color-surface);
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
    box-shadow: 0 14px 28px rgba(22, 116, 73, 0.18);
  }

  #neden-vera-karti #nasil-calisiyoruz .workflow-step-visual {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 282px;
    margin-top: 0;
    box-sizing: border-box;
    padding: 8px;
    border-radius: 26px;
    border: 1px solid rgba(22, 116, 73, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.98));
    box-shadow: 0 14px 30px rgba(15, 29, 23, 0.06);
    object-fit: contain;
    object-position: center center;
  }

  #neden-vera-karti #nasil-calisiyoruz .workflow-step--visual:first-child .workflow-step-visual,
  #neden-vera-karti #nasil-calisiyoruz .workflow-step--visual:nth-child(3) .workflow-step-visual {
    margin-top: 0;
    padding: 2px;
  }

  #neden-vera-karti #nasil-calisiyoruz .workflow-step-copy {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 8px;
    justify-items: start;
    align-content: start;
    padding-top: 14px;
  }

  #neden-vera-karti #nasil-calisiyoruz .workflow-step h3 {
    max-width: none;
    margin: 0;
    color: var(--color-text);
    font-size: clamp(22px, 1.7vw, 30px);
    line-height: 1.12;
    letter-spacing: -0.9px;
    font-weight: 800;
  }

  #neden-vera-karti #nasil-calisiyoruz .workflow-step p {
    max-width: none;
    margin: 0;
    color: var(--color-muted);
    font-size: 16px;
    line-height: 1.68;
    font-weight: 500;
  }

  @media (max-width: 1280px) {
    #neden-vera-karti #nasil-calisiyoruz .workflow-track {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 24px;
    }
  }

  @media (max-width: 900px) {
    #neden-vera-karti #nasil-calisiyoruz {
      margin-top: 0;
      padding-top: var(--section-space-y);
    }

    #neden-vera-karti #nasil-calisiyoruz .workflow-title {
      font-size: 32px;
      line-height: 1.1;
      letter-spacing: -1.4px;
    }

    #neden-vera-karti #nasil-calisiyoruz .workflow-desc {
      font-size: 16px;
    }

    #neden-vera-karti #nasil-calisiyoruz .workflow-track {
      gap: 20px;
      margin-top: 0;
    }

    #neden-vera-karti #nasil-calisiyoruz .workflow-step {
      min-height: 0;
      padding: 18px 16px;
      border-radius: 28px;
    }

    #neden-vera-karti #nasil-calisiyoruz .workflow-step-head,
    #neden-vera-karti #nasil-calisiyoruz .workflow-step--visual .workflow-step-head {
      min-height: 208px;
    }

    #neden-vera-karti #nasil-calisiyoruz .workflow-step-visual {
      height: 236px;
      margin-top: 0;
    }

    #neden-vera-karti #nasil-calisiyoruz .workflow-step--visual:first-child .workflow-step-visual,
    #neden-vera-karti #nasil-calisiyoruz .workflow-step--visual:nth-child(3) .workflow-step-visual {
      margin-top: 0;
    }

    #neden-vera-karti #nasil-calisiyoruz .workflow-step-copy {
      padding-top: 14px;
    }

    #neden-vera-karti #nasil-calisiyoruz .workflow-scene--result {
      grid-template-columns: 1fr;
      gap: 10px;
    }

    #neden-vera-karti #nasil-calisiyoruz .workflow-result-arrow {
      justify-self: center;
      transform: rotate(90deg);
    }

    #neden-vera-karti #nasil-calisiyoruz .workflow-delivery-phone {
      width: 84%;
    }
  }

  @media (max-width: 520px) {
    #neden-vera-karti #nasil-calisiyoruz {
      margin-top: 0;
      padding-top: var(--section-space-y);
    }

    #neden-vera-karti #nasil-calisiyoruz .workflow-track {
      grid-template-columns: 1fr;
      gap: 18px;
      margin-top: 0;
    }

    #neden-vera-karti #nasil-calisiyoruz .workflow-title {
      font-size: 32px;
      line-height: 1.1;
      letter-spacing: -1.4px;
    }

    #neden-vera-karti #nasil-calisiyoruz .workflow-step {
      padding: 16px 14px;
      border-radius: 24px;
    }

    #neden-vera-karti #nasil-calisiyoruz .workflow-step-head,
    #neden-vera-karti #nasil-calisiyoruz .workflow-step--visual .workflow-step-head {
      min-height: 168px;
    }

    #neden-vera-karti #nasil-calisiyoruz .workflow-step-visual {
      height: 186px;
      margin-top: 0;
    }

    #neden-vera-karti #nasil-calisiyoruz .workflow-step--visual:first-child .workflow-step-visual,
    #neden-vera-karti #nasil-calisiyoruz .workflow-step--visual:nth-child(3) .workflow-step-visual {
      margin-top: 0;
    }

    #neden-vera-karti #nasil-calisiyoruz .workflow-step-badge {
      width: 42px;
      height: 42px;
      font-size: 22px;
    }

    #neden-vera-karti #nasil-calisiyoruz .workflow-step-copy {
      padding-top: 12px;
    }

    #neden-vera-karti #nasil-calisiyoruz .workflow-step h3 {
      font-size: 22px;
    }

    #neden-vera-karti #nasil-calisiyoruz .workflow-step p {
      font-size: 15px;
    }

    #neden-vera-karti #nasil-calisiyoruz .workflow-scene {
      min-height: 236px;
      padding: 14px;
    }

    #neden-vera-karti #nasil-calisiyoruz .workflow-scene-card-row {
      left: 14px;
      right: 14px;
      top: 64px;
    }

    #neden-vera-karti #nasil-calisiyoruz .workflow-scene-mark {
      width: 72px;
      height: 72px;
      bottom: 58px;
      font-size: 36px;
    }

    #neden-vera-karti #nasil-calisiyoruz .workflow-scene-status {
      left: 16px;
      right: 16px;
      bottom: 14px;
      padding: 14px;
    }

    #neden-vera-karti #nasil-calisiyoruz .workflow-delivery-phone {
      width: 92%;
      min-height: 228px;
    }

  #neden-vera-karti #nasil-calisiyoruz .workflow-delivery-channel {
      width: 52px;
      height: 52px;
      font-size: 14px;
    }
  }

    .endeks-hidden-controls {
      display: none !important;
    }

    #endeksModal .modal-panel {
      width: min(1220px, calc(100vw - 64px));
      max-width: none;
      max-height: calc(100vh - 64px);
      padding: 0;
      margin: auto;
      overflow: hidden;
    }

    #endeksModal #hizmetlerimiz .services-filter-shell {
      width: 100% !important;
      max-width: none !important;
      margin: 0 !important;
      padding: 0 !important;
      background: transparent !important;
      border: none !important;
      box-shadow: none !important;
      height: 100%;
    }

    #endeksModal #hizmetlerimiz .endeks-dashboard.endeks-visual-shell {
      max-width: none !important;
      margin: 0 !important;
      padding: 0 !important;
      background: transparent !important;
      border: none !important;
      box-shadow: none !important;
      height: 100%;
    }

    #endeksModal #hizmetlerimiz .endeks-visual-form {
      display: grid;
      width: 100% !important;
      max-width: none !important;
      margin: 0 !important;
      gap: 0;
      height: 100%;
    }

    #endeksModal #hizmetlerimiz #endeksForm.tool-form {
      width: 100% !important;
      max-width: none !important;
      margin: 0 !important;
      margin-inline: 0 !important;
    }

    #endeksModal #hizmetlerimiz .endeks-reference-layout {
      display: grid;
      grid-template-columns: 0.34fr 0.66fr;
      min-height: auto;
      background: var(--color-surface);
    }

    #endeksModal #hizmetlerimiz .endeks-reference-sidebar {
      position: relative;
      display: grid;
      align-content: start;
      gap: 24px;
      padding: 44px 36px;
      border-right: 1px solid rgba(15, 29, 23, 0.08);
      background: linear-gradient(180deg, var(--color-surface) 0%, var(--color-bg) 100%);
    }

    #endeksModal #hizmetlerimiz .endeks-reference-brand {
      display: grid;
      grid-template-columns: auto minmax(0, 1fr);
      gap: 18px;
      align-items: start;
    }

    #endeksModalTitle {
      margin: 0;
      max-width: 220px;
      font-size: clamp(30px, 2.7vw, 48px);
      line-height: 0.98;
      letter-spacing: -0.06em;
      font-weight: 800;
      color: var(--color-text);
    }

    #endeksModalDescription {
      margin: 0;
      max-width: 304px;
      font-size: 16px;
      line-height: 1.68;
      color: var(--color-muted);
    }

    #endeksModal #hizmetlerimiz .endeks-reference-feature-list {
      display: grid;
      gap: 18px;
    }

    #endeksModal #hizmetlerimiz .endeks-reference-feature {
      display: grid;
      grid-template-columns: 52px minmax(0, 1fr);
      gap: 14px;
      align-items: start;
    }

    #endeksModal #hizmetlerimiz .endeks-reference-feature-icon {
      width: 52px;
      height: 52px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 16px;
      background: linear-gradient(180deg, rgba(248, 250, 252, 0.98), rgba(231, 242, 236, 0.96));
      color: var(--color-primary);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
    }

    #endeksModal #hizmetlerimiz .endeks-reference-feature-icon svg {
      width: 22px;
      height: 22px;
      stroke: currentColor;
      stroke-width: 1.8;
      fill: none;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    #endeksModal #hizmetlerimiz .endeks-reference-feature-copy {
      display: grid;
      gap: 4px;
      padding-top: 4px;
    }

    #endeksModal #hizmetlerimiz .endeks-reference-feature-copy strong {
      font-size: 15px;
      line-height: 1.3;
      color: var(--color-muted);
    }

    #endeksModal #hizmetlerimiz .endeks-reference-feature-copy span {
      font-size: 13px;
      line-height: 1.5;
      color: var(--color-muted);
    }

    #endeksModal #hizmetlerimiz .endeks-reference-trust-card {
      position: relative;
      margin-top: 6px;
      display: grid;
      gap: 10px;
      padding: 18px 18px 56px;
      border-radius: 18px;
      border: 1px solid rgba(221, 230, 226, 0.96);
      background:
        radial-gradient(circle at top right, rgba(223, 241, 232, 0.42), transparent 38%),
        linear-gradient(180deg, rgba(246, 250, 248, 0.98), rgba(239, 245, 242, 0.98));
      overflow: hidden;
    }

    #endeksModal #hizmetlerimiz .endeks-reference-trust-head {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      color: var(--color-primary);
    }

    #endeksModal #hizmetlerimiz .endeks-reference-trust-head svg {
      width: 20px;
      height: 20px;
      stroke: currentColor;
      stroke-width: 1.9;
      fill: none;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    #endeksModal #hizmetlerimiz .endeks-reference-trust-card strong {
      font-size: 15px;
      line-height: 1.3;
      color: var(--color-muted);
    }

    #endeksModal #hizmetlerimiz .endeks-reference-trust-card p {
      margin: 0;
      max-width: 286px;
      font-size: 13px;
      line-height: 1.55;
      color: var(--color-muted);
    }

    #endeksModal #hizmetlerimiz .endeks-reference-chart {
      position: absolute;
      right: 16px;
      bottom: 14px;
      width: 38%;
      min-width: 110px;
      height: 48px;
      opacity: 0.7;
      pointer-events: none;
    }

    #endeksModal #hizmetlerimiz .endeks-reference-chart svg {
      width: 100%;
      height: 100%;
    }

    #endeksModal #hizmetlerimiz .endeks-reference-main {
      position: relative;
      display: grid;
      align-content: start;
      gap: 24px;
      padding: 44px 52px;
      background: var(--color-surface);
    }

    #endeksModal #hizmetlerimiz .endeks-reference-form-head {
      display: grid;
      gap: 10px;
      max-width: none;
    }

    #endeksModalFormTitle {
      margin: 0;
      font-size: 20px;
      line-height: 1.2;
      font-weight: 800;
      color: var(--color-text);
      letter-spacing: -0.03em;
    }

    #endeksModalFormDescription {
      margin: 0;
      font-size: 15px;
      line-height: 1.5;
      color: var(--color-muted);
    }

    #endeksModal #hizmetlerimiz .endeks-reference-form-grid {
      display: grid;
      gap: 20px;
      width: 100%;
    }

    #endeksModal #hizmetlerimiz .filter-row-two,
    #endeksModal #hizmetlerimiz .filter-row-three {
      display: grid;
      gap: 20px;
      width: 100%;
    }

    #endeksModal #hizmetlerimiz .filter-row-two {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #endeksModal #hizmetlerimiz .filter-row-three {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    #endeksModal #hizmetlerimiz .filter-field,
    #endeksModal #hizmetlerimiz .filter-row-two > *,
    #endeksModal #hizmetlerimiz .filter-row-three > *,
    #endeksModal #hizmetlerimiz .endeks-visual-field {
      min-width: 0;
      display: grid;
      gap: 8px;
    }

    #endeksModal #hizmetlerimiz .endeks-visual-field--half,
    #endeksModal #hizmetlerimiz .endeks-visual-field--third {
      grid-column: auto;
    }

    #endeksModal #hizmetlerimiz .endeks-visual-field label {
      padding-left: 0;
      margin: 0;
      font-size: 13px;
      font-weight: 700;
      color: var(--color-text);
      letter-spacing: -0.01em;
      line-height: 1.2;
    }

    #endeksModal #hizmetlerimiz .endeks-visual-select-shell {
      position: relative;
      width: 100%;
      min-width: 0;
    }

    #endeksModal #hizmetlerimiz .endeks-select-icon {
      position: absolute;
      left: 18px;
      top: 50%;
      width: 18px;
      height: 18px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: var(--color-primary);
      transform: translateY(-50%);
      z-index: 2;
      pointer-events: none;
    }

    #endeksModal #hizmetlerimiz .endeks-select-icon svg {
      width: 18px;
      height: 18px;
      stroke: currentColor;
      stroke-width: 1.8;
      fill: none;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    #endeksModal #hizmetlerimiz .endeks-visual-select-shell::after {
      right: 18px !important;
      width: 10px !important;
      height: 10px !important;
      border-right-width: 2px !important;
      border-bottom-width: 2px !important;
      border-color: var(--color-muted) !important;
      transform: translateY(-60%) rotate(45deg) !important;
    }

    #endeksModal #hizmetlerimiz .endeks-visual-field select {
      width: 100%;
      min-width: 0;
      min-height: 58px !important;
      height: 58px !important;
      padding: 0 44px 0 46px !important;
      border-radius: 14px !important;
      border: 1px solid rgba(15, 29, 23, 0.14) !important;
      background: var(--color-surface) !important;
      color: var(--color-text) !important;
      box-shadow: none !important;
      font-size: 16px !important;
      font-weight: 600 !important;
      line-height: 1.1 !important;
      letter-spacing: -0.01em;
      appearance: none;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    }

    #endeksModal #hizmetlerimiz .endeks-visual-field select:hover,
    #endeksModal #hizmetlerimiz .endeks-visual-field select:focus {
      border-color: rgba(22, 116, 73, 0.26) !important;
      box-shadow: 0 0 0 4px rgba(22, 116, 73, 0.08) !important;
      transform: none;
    }

    #endeksModal #hizmetlerimiz .endeks-visual-field select:disabled {
      background: rgba(246, 248, 247, 0.98) !important;
      color: var(--color-muted) !important;
      box-shadow: none !important;
    }

    #endeksModal #hizmetlerimiz .endeks-visual-submit {
      width: 100%;
      min-height: 58px !important;
      height: 58px !important;
      border-radius: 14px !important;
      margin-top: 0;
      padding: 0 22px !important;
      display: inline-flex !important;
      align-items: center;
      justify-content: center;
      gap: 10px;
      border: none !important;
      background: var(--color-primary) !important;
      color: var(--color-surface) !important;
      box-shadow: none !important;
      font-size: 17px !important;
      font-weight: 800 !important;
      letter-spacing: -0.02em;
      cursor: pointer;
      transition: background 0.2s ease;
    }

    #endeksModal #hizmetlerimiz .endeks-visual-submit:hover {
      background: var(--color-primary) !important;
    }

    #endeksModal #hizmetlerimiz .endeks-submit-icon {
      width: 20px;
      height: 20px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }

    #endeksModal #hizmetlerimiz .endeks-submit-icon svg {
      width: 20px;
      height: 20px;
      stroke: currentColor;
      stroke-width: 2;
      fill: none;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    #endeksModal #hizmetlerimiz .endeks-submit-label {
      display: inline-block;
    }

    #endeksModal #hizmetlerimiz .endeks-reference-note {
      display: grid;
      grid-template-columns: 20px minmax(0, 1fr);
      gap: 12px;
      align-items: start;
      margin-top: -4px;
      padding-top: 16px;
      border-top: 1px solid rgba(15, 29, 23, 0.08);
      color: var(--color-muted);
      font-size: 13px;
      line-height: 1.6;
    }

    #endeksModal #hizmetlerimiz .endeks-reference-note svg {
      width: 18px;
      height: 18px;
      stroke: var(--color-muted);
      stroke-width: 1.8;
      fill: none;
      stroke-linecap: round;
      stroke-linejoin: round;
      margin-top: 2px;
    }

    #endeksModal #hizmetlerimiz .endeks-reference-note span {
      display: block;
      white-space: pre-line;
    }

    #endeksModal #hizmetlerimiz .endeks-visual-feedback {
      min-height: 18px;
      margin-top: -6px;
      font-size: 12px;
    }

    #endeksModal .modal-close {
      position: absolute;
      top: 34px;
      right: 34px;
      width: 56px;
      height: 56px;
      border-radius: 999px;
      border: 1px solid rgba(219, 227, 234, 0.98);
      background: rgba(248, 249, 249, 0.96);
      box-shadow: 0 14px 30px rgba(15, 29, 23, 0.08);
      z-index: 5;
      color: var(--color-muted);
    }

    #endeksModal .modal-close:hover {
      transform: translateY(-1px);
      box-shadow: 0 18px 34px rgba(15, 29, 23, 0.1);
    }

    @media (max-width: 900px) {
      #endeksModal {
        padding: 12px;
      }

      #endeksModal .endeks-modal-panel,
      #endeksModal .modal-panel {
        width: calc(100vw - 24px);
        max-height: calc(100vh - 24px);
        border-radius: 24px;
      }

      #endeksModal .modal-close {
        top: 16px;
        right: 16px;
        width: 46px;
        height: 46px;
      }

      #endeksModal #hizmetlerimiz .endeks-reference-layout {
        grid-template-columns: 1fr;
      }

      #endeksModal #hizmetlerimiz .endeks-reference-sidebar {
        gap: 20px;
        padding: 28px 24px;
        border-right: 0;
        border-bottom: 1px solid rgba(15, 29, 23, 0.08);
      }

      #endeksModal #hizmetlerimiz .endeks-reference-main {
        gap: 20px;
        padding: 28px 24px;
      }

      #endeksModalTitle {
        max-width: 220px;
        font-size: 30px;
      }

      #endeksModal #hizmetlerimiz .filter-row-two,
      #endeksModal #hizmetlerimiz .filter-row-three {
        grid-template-columns: 1fr;
      }

      #endeksModal #hizmetlerimiz .endeks-reference-note {
        margin-top: 0;
      }

      .endeks-modal-badge {
        width: 60px;
        height: 60px;
        border-radius: 18px;
      }

      .endeks-modal-badge svg {
        width: 28px;
        height: 28px;
      }
    }

:root{
  --scroll-section-gap: clamp(28px, 4.2vw, 56px);
  --scroll-header-gap: clamp(8px, 1vw, 14px);
  --scroll-content-gap: clamp(16px, 1.8vw, 24px);
}

section{
  scroll-margin-top: 104px !important;
}

#hizmet-verdigimiz-sehirler,
#fiyatlandirma,
#hizmetlerimiz,
#nasil-calisiyoruz,
#neden-vera,
#sss,
#yesil-bant{
  padding-top: var(--scroll-section-gap) !important;
  padding-bottom: var(--scroll-section-gap) !important;
}

.hero-filter-showcase{
  margin-top: clamp(-86px, -6vw, -58px) !important;
}

.cities-header,
.pricing-header,
.workflow-header{
  gap: var(--scroll-header-gap) !important;
  margin-bottom: var(--scroll-content-gap) !important;
}

.cities-panel,
.services-filter-shell,
.workflow-panel,
.why-panel{
  gap: var(--scroll-content-gap) !important;
}

.cities-title,
.pricing-title,
.workflow-title,
.faq-aside h2,
.home-cta-copy h2,
.why-card h3{
  margin-top: 0 !important;
}

.cities-desc,
.pricing-desc,
.workflow-desc,
.why-desc,
.faq-aside p,
.home-cta-copy p,
.why-card p{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.faq-grid{
  transform: none !important;
}

.workflow-header{
  margin-top: 0 !important;
}

.pricing-cards-flow,
.why-cards,
.workflow-track,
.cities-grid{
  align-items: stretch !important;
}

.pricing-tier,
.why-card,
.faq-item,
.city-card,
.other-city-card{
  box-sizing: border-box;
}

.home-cta-band{
  align-items: center !important;
}

@media (max-width: 900px){
  section{
    scroll-margin-top: 88px !important;
  }

  #hizmet-verdigimiz-sehirler,
  #fiyatlandirma,
  #hizmetlerimiz,
  #nasil-calisiyoruz,
  #neden-vera,
  #sss,
  #yesil-bant{
    padding-top: clamp(24px, 6vw, 40px) !important;
    padding-bottom: clamp(24px, 6vw, 40px) !important;
  }

  .hero-filter-showcase{
    margin-top: -34px !important;
  }
}

@media (max-width: 520px){
  section{
    scroll-margin-top: 78px !important;
  }

  .cities-header,
  .pricing-header,
  .workflow-header{
    margin-bottom: 14px !important;
  }

  .hero-filter-showcase{
    margin-top: -18px !important;
  }
}

:root {
  --section-space-y: 44px;
  --section-stack-gap: 30px;
  --section-content-gap: 22px;
  --radius-xl: 28px;
  --shadow-soft: 0 20px 48px rgba(15, 29, 23, 0.08);
  --shadow-floating: 0 28px 72px rgba(15, 29, 23, 0.14);
}

section {
  padding-top: var(--section-space-y);
  padding-bottom: var(--section-space-y);
}

#ana-sayfa {
  padding-bottom: 14px;
}

.hero-layout::before {
  background:
    linear-gradient(90deg, rgba(7, 14, 12, 0.80) 0%, rgba(7, 14, 12, 0.68) 26%, rgba(7, 14, 12, 0.42) 48%, rgba(7, 14, 12, 0.12) 74%, rgba(7, 14, 12, 0.06) 100%),
    radial-gradient(circle at 27% 42%, rgba(22, 116, 73, 0.22) 0%, rgba(22, 116, 73, 0.11) 18%, rgba(22, 116, 73, 0) 38%),
    linear-gradient(180deg, rgba(7, 14, 12, 0.34) 0%, rgba(7, 14, 12, 0.08) 46%, rgba(7, 14, 12, 0.38) 100%);
}

.hero-copy,
.hero-content {
  transform: translateX(18px);
  padding-top: 96px;
  margin-bottom: 0;
}

.hero-title {
  max-width: 850px;
  margin-bottom: 18px;
  letter-spacing: -1.7px;
  text-wrap: balance;
}

.hero-copy .desc {
  max-width: 700px;
  line-height: 1.46;
}

.hero-title .accent {
  -webkit-text-fill-color: #23a862;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}

.hero-trust-row {
  gap: 28px;
  margin-top: 34px;
}

.hero-trust-icon {
  width: 46px;
  height: 46px;
  background: rgba(22, 116, 73, 0.74);
}

.hero-scene {
  background-position: center 54%;
  filter: saturate(1.04) contrast(1.04) brightness(0.90) drop-shadow(0 28px 40px rgba(15, 29, 23, 0.05));
}

.hero-filter-showcase {
  margin-top: -82px;
  gap: 18px;
}

.hero-filter-shell {
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-floating);
  border-color: rgba(215, 225, 235, 0.95);
}

.hero-filter-header {
  min-height: 62px;
  padding: 10px 24px 8px;
}

.hero-filter-title {
  min-height: 58px;
}

.hero-filter-title::after {
  bottom: -9px;
}

.hero-filter-form {
  gap: 22px;
  padding: 24px 30px 24px;
}

.hero-filter-grid {
  gap: 14px;
}

.hero-filter-field > span {
  min-height: 15px;
}

.hero-filter-custom-trigger,
.hero-filter-field select {
  min-height: 46px;
  height: 46px;
  border-radius: 13px;
}

.hero-filter-submit {
  min-height: 44px;
  border-radius: 13px;
  box-shadow: 0 16px 30px rgba(22, 116, 73, 0.20);
}

.cities-panel {
  gap: 26px;
}

.cities-title,
.pricing-title,
.workflow-title,
.why-title {
  text-wrap: balance;
}

.cities-desc,
.pricing-desc,
.workflow-desc,
.why-desc {
  text-wrap: pretty;
}

.city-card,
.other-city-card {
  box-shadow: 0 12px 28px rgba(15, 29, 23, 0.11);
}

.city-card:hover,
.other-city-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(15, 29, 23, 0.14);
}

.pricing-cards-flow {
  gap: 20px;
}

.pricing-tier {
  min-height: 538px;
  border-radius: 30px;
  box-shadow: var(--shadow-soft);
  gap: 16px;
}

.pricing-tier-price strong {
  font-size: clamp(54px, 4.7vw, 74px);
  letter-spacing: -3.2px;
}

.pricing-card-button {
  min-height: 64px;
  border-radius: 16px;
}

.pricing-benefits {
  border-radius: 24px;
}

#hizmet-verdigimiz-sehirler,
#fiyatlandirma,
#hizmetlerimiz,
#nasil-calisiyoruz,
#neden-vera,
#sss,
#yesil-bant {
  scroll-margin-top: 104px;
}

.pricing-cards-flow,
.why-cards,
.workflow-track,
.cities-grid {
  align-items: stretch;
}

.hero-login-btn:focus-visible,
.hero-nav a:focus-visible,
.pricing-card-button:focus-visible,
.hero-filter-submit:focus-visible,
.hero-filter-clear:focus-visible {
  outline: 3px solid rgba(22, 116, 73, 0.28);
  outline-offset: 4px;
}

@media (max-width: 1180px) {
  .cities-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .hero-filter-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  :root {
    --section-space-y: 34px;
    --section-stack-gap: 24px;
    --section-content-gap: 18px;
  }

  .hero-copy,
  .hero-content {
    transform: none;
    padding-inline: 22px;
  }

  .hero-title {
    font-size: clamp(36px, 8vw, 46px);
    letter-spacing: -1.4px;
  }

  .hero-copy .desc {
    font-size: 18px;
  }

  .hero-filter-showcase {
    width: min(calc(100% - 28px), 1240px);
    margin-top: -42px;
  }

  .hero-filter-form {
    padding: 22px 22px 12px;
  }

  .hero-filter-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pricing-cards-flow,
  .pricing-benefits {
    grid-template-columns: 1fr;
  }

  .pricing-benefit + .pricing-benefit {
    border-left: 0;
    border-top: 1px solid rgba(22, 116, 73, 0.08);
  }
}

@media (max-width: 640px) {
  .hero-topbar {
    top: 22px;
    left: 20px;
    right: 20px;
    gap: 12px;
  }

  .hero-nav {
    display: none;
  }

  .hero-copy,
  .hero-content {
    padding-top: 88px;
  }

  .hero-trust-row {
    gap: 18px;
  }

  .hero-filter-showcase {
    margin-top: -24px;
  }

  .hero-filter-header {
    overflow-x: auto;
    scrollbar-width: none;
  }

  .hero-filter-header::-webkit-scrollbar {
    display: none;
  }

  .hero-filter-grid,
  .cities-grid {
    grid-template-columns: 1fr;
  }

  .cities-desc {
    white-space: normal;
  }
}

:root {
  --section-space-y: 28px;
  --section-stack-gap: 20px;
  --section-header-gap: 8px;
  --section-content-gap: 16px;
}

section {
  padding-top: 42px;
  padding-bottom: 42px;
}

#ana-sayfa {
  padding-bottom: 0 !important;
}

.home-hero-card {
  height: 500px !important;
  min-height: 500px !important;
}

.hero-filter-showcase {
  margin-top: -77px !important;
  gap: 14px !important;
}

.hero-filter-shell {
  box-shadow: 0 26px 64px rgba(15, 29, 23, 0.145) !important;
}

.hero-filter-form {
  gap: 18px !important;
  padding: 24px 30px 12px !important;
}

#hizmet-verdigimiz-sehirler {
  padding-top: 12px !important;
  padding-bottom: 26px !important;
}

.cities-panel {
  gap: 10px !important;
  padding-top: 38px !important;
}

.cities-header {
  gap: 10px !important;
}

.cities-title,
.pricing-title,
.workflow-title,
.why-title,
.faq-aside h2 {
  margin-bottom: 0 !important;
}

@media (min-width: 1181px) {
  .cities-grid {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }
}

#fiyatlandirma {
  padding-top: 24px !important;
  padding-bottom: 26px !important;
}

.pricing-panel-clean {
  gap: 14px !important;
  transform: translateY(-18px) !important;
}

.pricing-header,
.pricing-heading-row,
.pricing-title-wrap {
  gap: 8px !important;
}

.pricing-cards-flow,
.pricing-panel-clean .pricing-cards-flow {
  margin-top: 4px !important;
  gap: 18px !important;
}

.pricing-benefits,
.pricing-panel-clean .pricing-benefits {
  margin-top: 0 !important;
}

#hizmetlerimiz {
  padding-top: 22px !important;
  padding-bottom: 28px !important;
}

#hizmetlerimiz .services-filter-shell {
  gap: 18px !important;
}

#hizmetlerimiz .endeks-dashboard {
  gap: 14px !important;
}

#nasil-calisiyoruz {
  padding-top: 26px !important;
  padding-bottom: 26px !important;
}

#neden-vera {
  min-height: 0 !important;
  align-items: stretch !important;
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}

.cities-panel > #neden-vera {
  padding-top: 52px !important;
  padding-bottom: 0 !important;
}

#neden-vera-karti.why-panel {
  margin-top: 0 !important;
}

#neden-vera-karti .why-grid,
#neden-vera-karti .why-cards,
#neden-vera-karti #nasil-calisiyoruz .workflow-track,
.workflow-track {
  gap: 18px !important;
}

#neden-vera-karti .why-grid {
  gap: 30px !important;
}

#neden-vera-karti #nasil-calisiyoruz {
  padding-top: 24px !important;
  margin-top: 0 !important;
}

#neden-vera-karti #nasil-calisiyoruz .workflow-panel {
  gap: 18px !important;
}

#sss,
.faq-section {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}

.faq-grid {
  gap: 20px !important;
}

#yesil-bant {
  padding-top: 14px !important;
  padding-bottom: 20px !important;
}

@media (max-width: 900px) {
  :root {
    --section-space-y: 24px;
    --section-stack-gap: 18px;
    --section-header-gap: 8px;
    --section-content-gap: 14px;
  }

  section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .hero-filter-showcase {
    margin-top: -64px !important;
  }

  #hizmet-verdigimiz-sehirler,
  #fiyatlandirma,
  #hizmetlerimiz,
  #neden-vera,
  #sss,
  .faq-section {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
  }

  .pricing-panel-clean {
    transform: translateY(-10px) !important;
  }
}

@media (max-width: 520px) {
  :root {
    --section-space-y: 20px;
    --section-stack-gap: 16px;
    --section-header-gap: 6px;
    --section-content-gap: 12px;
  }

  section {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .hero-filter-showcase {
    margin-top: -42px !important;
    width: min(calc(100% - 24px), 1240px) !important;
  }

  .hero-filter-form {
    padding: 18px 16px 10px !important;
    gap: 14px !important;
  }

  #hizmet-verdigimiz-sehirler,
  #fiyatlandirma,
  #hizmetlerimiz,
  #neden-vera,
  #sss,
  .faq-section {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }

  .pricing-panel-clean {
    transform: none !important;
  }
}

#hizmetlerimiz-bolumu {
  order: 3;
  scroll-margin-top: 108px;
  padding-top: var(--section-space-y);
  padding-bottom: var(--section-space-y);
}

#fiyatlandirma { order: 4; }
#sss { order: 7; }
#yesil-bant { order: 8; }

.hero-nav {
  gap: clamp(24px, 3.2vw, 42px);
}

.services-overview-panel {
  display: grid;
  gap: 24px;
  padding: clamp(24px, 3.4vw, 42px);
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 22px 60px rgba(15, 29, 23, 0.08);
}

.services-overview-header {
  display: grid;
  gap: 10px;
  max-width: 760px;
}

.section-kicker {
  color: var(--color-primary);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.services-overview-header h2 {
  margin: 0;
  color: var(--color-text);
  font-size: clamp(30px, 3.2vw, 44px);
  line-height: 1.08;
  letter-spacing: -0.055em;
}

.services-overview-header p {
  margin: 0;
  color: var(--color-muted);
  font-size: 17px;
  line-height: 1.65;
}

.services-overview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.service-overview-card {
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 230px;
  padding: 24px;
  border: 1px solid rgba(22, 116, 73, 0.1);
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 16px 34px rgba(15, 29, 23, 0.06);
}

.service-overview-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: rgba(22, 116, 73, 0.1);
  color: var(--color-primary);
}

.service-overview-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-overview-card h3 {
  margin: 0;
  color: var(--color-text);
  font-size: 21px;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.service-overview-card p {
  margin: 0;
  color: var(--color-muted);
  font-size: 15px;
  line-height: 1.65;
}

@media (max-width: 900px) {
  .hero-nav { gap: 18px; }
  .services-overview-grid { grid-template-columns: 1fr; }
  .service-overview-card { min-height: auto; }
}

@media (max-width: 640px) {
  .hero-nav a:nth-child(2),
  .hero-nav a:nth-child(4) { display: none; }
  .services-overview-panel { border-radius: 24px; }
}



/* === Simetri ve düzen revizyonu: hero/filtre konumu korunarak === */
:root {
  --space-2xs: 6px;
  --space-xs: 8px;
  --space-sm: 16px;
  --space-md: 24px;
  --space-lg: 32px;
  --space-xl: 48px;
  --space-2xl: 64px;
  --section-space-y: 48px;
  --section-stack-gap: 32px;
  --section-header-gap: 16px;
  --section-content-gap: 24px;
}

/* Hero ve filtre kartı değerleri özellikle sabit bırakıldı. */
.hero-filter-showcase {
  margin: -92px auto 0;
}

#hizmetlerimiz-bolumu,
#hizmetlerimiz-bolumu[aria-labelledby="servicesTitle"] {
  display: none !important;
}

.hero-nav {
  gap: 40px;
}

.hero-nav a[href="#hizmetlerimiz-bolumu"] {
  display: none !important;
}

@media (max-width: 640px) {
  .hero-nav a:nth-child(2),
  .hero-nav a:nth-child(4) {
    display: inline-flex;
  }
}

/* Başlık-açıklama-kart ritmini tek ölçeğe toplar. */
.cities-panel,
.pricing-panel-clean,
.workflow-panel,
.why-panel,
.faq-grid,
.home-cta-band {
  gap: var(--section-stack-gap);
}

.cities-header,
.pricing-header,
.workflow-header,
.why-header,
.faq-aside {
  gap: var(--section-header-gap);
}

.cities-title,
.pricing-title,
.workflow-title,
.why-title,
.faq-aside h2 {
  margin: 0;
}

.cities-desc,
.pricing-desc,
.workflow-desc,
.why-desc,
.faq-aside p {
  margin: 0 auto;
}

.pricing-cards-flow,
.workflow-track,
.faq-list,
.cities-grid {
  gap: var(--section-content-gap);
}

#hizmet-verdigimiz-sehirler,
#fiyatlandirma,
#nasil-calisiyoruz,
#neden-vera,
#sss {
  padding-top: var(--section-space-y);
  padding-bottom: var(--section-space-y);
}

#yesil-bant {
  padding-top: var(--space-lg);
  padding-bottom: var(--space-lg);
}

/* Bölüm ayrımı: kart ölçüsüne dokunmadan daha okunur ritim. */
#fiyatlandirma,
#sss {
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.72), rgba(248, 250, 252, 0.96));
}

#nasil-calisiyoruz,
#neden-vera {
  background: transparent;
}

/* Hero güven ikonları optik olarak eşitlendi. */
.hero-trust-row {
  gap: 32px;
}

.hero-trust-item {
  gap: 14px;
}

.hero-trust-icon {
  width: 56px;
  height: 56px;
  min-width: 56px;
  min-height: 56px;
  padding: 0;
  display: inline-grid;
  place-items: center;
}

.hero-trust-icon svg {
  width: 24px;
  height: 24px;
  max-width: 24px;
  max-height: 24px;
  stroke-width: 2;
}

.hero-trust-icon rect[fill="currentColor"] {
  transform-box: fill-box;
  transform-origin: center;
}

/* Fiyatlandırma ve fayda ikonlarında aynı daire/ikon oranı. */
.pricing-panel-clean .pricing-tier-icon,
.pricing-benefit-icon {
  width: 56px;
  height: 56px;
  min-width: 56px;
  min-height: 56px;
  padding: 14px;
  border-radius: 50%;
}

.pricing-panel-clean .pricing-tier-icon svg,
.pricing-panel-clean .pricing-benefit-icon svg,
.pricing-benefit-icon svg {
  width: 24px;
  height: 24px;
  max-width: 24px;
  max-height: 24px;
}

.pricing-benefit {
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

/* Kartlar arası optik denge: yükseklikler korunur, iç ritim eşitlenir. */
.pricing-panel-clean .pricing-tier {
  gap: 18px;
}

.pricing-panel-clean .pricing-tier-content,
.pricing-tier-note,
.pricing-card-actions {
  width: 100%;
}

.pricing-card-actions {
  margin-top: auto;
}

.pricing-card-button {
  min-height: 64px;
}

/* Ücretsiz deneyin dönüşünde oluşan ağır/boş blur ekranı için modal zemini netleştirildi. */
.modal-overlay {
  background: rgba(15, 29, 23, 0.34);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  isolation: isolate;
}

.modal-overlay.open,
.modal-overlay:target {
  opacity: 1;
  visibility: visible;
}

html:has(.modal-overlay:target),
body:has(.modal-overlay:target) {
  overflow: hidden;
}

.modal-panel {
  position: relative;
  z-index: 2;
  transform: translateZ(0);
  backface-visibility: hidden;
}

body.modal-open .hero-layout,
body.modal-open .hero-filter-showcase,
body.modal-open main {
  filter: none !important;
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .modal-overlay {
    background: rgba(15, 29, 23, 0.58);
  }
}

#freeTrialModal {
  align-items: center;
  justify-content: center;
  padding: 34px;
  background:
    radial-gradient(circle at top center, rgba(255, 255, 255, 0.38), transparent 24%),
    rgba(233, 239, 236, 0.72);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

#freeTrialModal .free-trial-modal-panel {
  width: min(760px, calc(100vw - 64px));
  max-height: calc(100vh - 56px);
  padding: 30px 30px 24px;
  border: 1px solid rgba(22, 116, 73, 0.08);
  border-radius: 28px;
  background:
    radial-gradient(circle at top left, rgba(241, 248, 244, 0.92), transparent 24%),
    radial-gradient(circle at bottom right, rgba(246, 250, 248, 0.92), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(252, 253, 252, 0.98));
  box-shadow:
    0 30px 80px rgba(15, 29, 23, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.free-trial-form {
  display: grid;
  gap: 20px;
}

.free-trial-header {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.free-trial-header-main {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.free-trial-icon-box {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(241, 248, 244, 0.98), rgba(234, 244, 239, 0.92));
  color: #0d8a58;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82), 0 18px 34px rgba(22, 116, 73, 0.08);
  flex-shrink: 0;
}

.free-trial-icon-box svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  stroke-width: 1.9;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.free-trial-heading {
  min-width: 0;
  padding-top: 2px;
}

.free-trial-heading h3 {
  margin: 0 0 6px;
  font-size: clamp(22px, 2vw, 24px);
  line-height: 1.2;
  letter-spacing: -0.04em;
  color: #12212a;
}

.free-trial-heading p {
  margin: 0;
  max-width: 500px;
  font-size: 14px;
  line-height: 1.5;
  color: #6f7f87;
}

#freeTrialModal .free-trial-close {
  width: 48px;
  height: 48px;
  padding: 0;
  border-radius: 14px;
  border: 1px solid rgba(22, 116, 73, 0.12);
  background: linear-gradient(180deg, rgba(241, 248, 244, 0.96), rgba(234, 244, 239, 0.92));
  color: #12212a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 18px 34px rgba(15, 29, 23, 0.08);
}

#freeTrialModal .free-trial-close svg {
  width: 18px;
  height: 18px;
  display: block;
  stroke: currentColor;
  stroke-width: 2.2;
  fill: none;
  stroke-linecap: round;
}

.free-trial-body {
  display: grid;
  gap: 18px;
}

.free-trial-section {
  display: grid;
  gap: 10px;
}

.free-trial-section-label {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.2;
  color: #12212a;
}

.free-trial-phone-field {
  gap: 10px;
}

.free-trial-phone-shell {
  display: flex;
  align-items: center;
  min-height: 58px;
  border-radius: 14px;
  border: 1px solid rgba(15, 29, 23, 0.12);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.free-trial-phone-shell:focus-within {
  border-color: rgba(22, 116, 73, 0.42);
  box-shadow: 0 0 0 5px rgba(22, 116, 73, 0.08);
  transform: translateY(-1px);
}

.free-trial-phone-icon {
  width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0d8a58;
  flex-shrink: 0;
}

.free-trial-phone-icon svg {
  width: 18px;
  height: 18px;
  display: block;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#freeTrialModal .free-trial-phone-input {
  border: none;
  background: transparent;
  padding: 0 16px 0 0;
  border-radius: 0;
  height: 100%;
  font-size: 16px;
  line-height: 1.2;
  color: #12212a;
  box-shadow: none;
}

#freeTrialModal .free-trial-phone-input::placeholder {
  color: #88959c;
}

#freeTrialModal .free-trial-phone-input:focus {
  border-color: transparent;
  box-shadow: none;
}

.free-trial-helper {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: #89969c;
}

.free-trial-channel-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.free-trial-channel-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 12px 16px;
  border-radius: 14px;
  border: 1.5px solid rgba(15, 29, 23, 0.12);
  background: rgba(255, 255, 255, 0.92);
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.free-trial-channel-card:hover {
  transform: translateY(-1px);
}

.free-trial-channel-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.free-trial-channel-card svg,
.free-trial-channel-card img {
  flex-shrink: 0;
}

.free-trial-channel-card-icon-wrap {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.free-trial-channel-card-text {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.3px;
  color: #12212a;
}

.free-trial-channel-card-check {
  margin-left: auto;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #118752;
  color: #ffffff;
  box-shadow: 0 10px 18px rgba(17, 135, 82, 0.24);
  opacity: 0;
  transform: scale(0.92);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.free-trial-channel-card-check svg {
  width: 13px;
  height: 13px;
  display: block;
  stroke: currentColor;
  stroke-width: 2.4;
  fill: none;
}

.free-trial-channel-card--whatsapp .free-trial-channel-card-icon {
  width: 28px;
  height: 28px;
  display: block;
  object-fit: contain;
}

.free-trial-channel-card--telegram .free-trial-channel-card-icon {
  width: 26px;
  height: 26px;
  display: block;
  object-fit: contain;
}

.free-trial-channel-card:has(input:checked) {
  border-color: rgba(17, 135, 82, 0.9);
  background: linear-gradient(180deg, rgba(244, 251, 247, 0.98), rgba(236, 247, 241, 0.92));
  box-shadow: 0 18px 36px rgba(22, 116, 73, 0.08);
}

.free-trial-channel-card:has(input:checked) .free-trial-channel-card-text {
  color: #118752;
}

.free-trial-channel-card:has(input:checked) .free-trial-channel-card-check {
  opacity: 1;
  transform: scale(1);
}

#freeTrialModal .free-trial-feedback {
  min-height: 0;
  margin-top: -4px;
  padding: 0 2px;
  font-size: 13px;
  font-weight: 700;
  color: #c25757;
}

#freeTrialModal .free-trial-feedback:empty {
  display: none;
}

#freeTrialModal .free-trial-feedback.success {
  color: #118752;
}

.free-trial-submit {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  border-radius: 14px;
  background: linear-gradient(90deg, #0c8d5a 0%, #10a264 100%);
  box-shadow: 0 22px 42px rgba(17, 135, 82, 0.2);
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.5px;
}

.free-trial-submit:hover {
  transform: translateY(-1px);
}

.free-trial-submit-arrow {
  position: absolute;
  right: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: currentColor;
}

.free-trial-submit-arrow svg {
  width: 18px;
  height: 18px;
  display: block;
  stroke: currentColor;
  stroke-width: 2.2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.free-trial-trust {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  line-height: 1.55;
  color: #89969c;
}

.free-trial-trust svg {
  width: 18px;
  height: 18px;
  display: block;
  flex-shrink: 0;
}

@media (max-width: 900px) {
  #freeTrialModal {
    padding: 18px;
  }

  #freeTrialModal .free-trial-modal-panel {
    width: min(100%, calc(100vw - 24px));
    max-height: calc(100vh - 24px);
    padding: 24px 18px 20px;
    border-radius: 24px;
  }

  .free-trial-form {
    gap: 18px;
  }

  .free-trial-header,
  .free-trial-header-main {
    gap: 12px;
  }

  .free-trial-header-main {
    flex-direction: column;
  }

  .free-trial-icon-box {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }

  .free-trial-icon-box svg {
    width: 22px;
    height: 22px;
  }

  #freeTrialModal .free-trial-close {
    width: 42px;
    height: 42px;
    border-radius: 12px;
  }

  .free-trial-heading h3 {
    font-size: 21px;
  }

  .free-trial-heading p,
  .free-trial-helper,
  .free-trial-trust {
    font-size: 14px;
  }

  .free-trial-channel-grid {
    grid-template-columns: 1fr;
  }

  .free-trial-channel-card {
    min-height: 56px;
    padding: 12px 14px;
    border-radius: 14px;
  }

  .free-trial-channel-card-text {
    font-size: 15px;
  }

  .free-trial-phone-shell {
    min-height: 56px;
    border-radius: 14px;
  }

  .free-trial-phone-icon {
    width: 44px;
  }

  #freeTrialModal .free-trial-phone-input {
    font-size: 15px;
    padding-right: 14px;
  }

  .free-trial-submit {
    min-height: 56px;
    border-radius: 14px;
    font-size: 16px;
  }

  .free-trial-submit-arrow {
    right: 16px;
  }
}

@media (max-width: 560px) {
  .free-trial-header {
    gap: 12px;
  }

  .free-trial-section {
    gap: 12px;
  }

  .free-trial-section-label {
    font-size: 16px;
  }

  .free-trial-channel-card-check {
    width: 22px;
    height: 22px;
  }

  .free-trial-submit {
    padding-inline: 18px 50px;
    font-size: 15px;
  }

  .free-trial-submit-arrow svg {
    width: 16px;
    height: 16px;
  }
}

@media (max-width: 900px) {
  :root {
    --section-space-y: 40px;
    --section-stack-gap: 28px;
    --section-content-gap: 20px;
  }

  .hero-trust-icon,
  .pricing-panel-clean .pricing-tier-icon,
  .pricing-benefit-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    min-height: 52px;
  }
}

@media (max-width: 520px) {
  :root {
    --section-space-y: 32px;
    --section-stack-gap: 24px;
    --section-content-gap: 18px;
  }
}
