@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-text-strong: #17231E;
      --color-heading: #14231D;
      --color-body: #26362F;
      --color-muted: #596964;
      --color-subtle: #728078;
      --color-soft: #718078;
      --color-meta: #7A8781;
      --color-primary: #167449;
      --color-primary-strong: #12643F;
      --color-surface-soft: #F3F6F4;
      --color-surface-input: #FBFDFC;
      --color-surface-faint: #F7FAF8;
      --color-border-soft: #DFE7E3;
      --color-border-input: #D9E1DD;
      --color-border-muted: #D8E2DD;
      --color-danger: #A23838;
      --color-danger-strong: #842525;
      --color-warning: #9A6719;
      --color-info: #315E9A;
      --color-info-bg: #EEF5FF;
      --color-warning-bg: #FFF5DF;
      --color-success-bg: #E8F6EE;
      --color-danger-bg: #F9EAEA;

      --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: var(--color-primary-10);
      --color-primary-08: rgba(22, 116, 73, 0.08);
      --color-primary-09: rgba(22, 116, 73, 0.09);
      --color-primary-10: rgba(22, 116, 73, 0.10);
      --color-primary-12: rgba(22, 116, 73, 0.12);
      --border: var(--color-primary-10);
      --shadow: var(--color-primary-08);
      --card-shadow: var(--shadow-ink-soft);
      --shadow-ink-soft: rgba(15, 29, 23, 0.08);
      --shadow-ink-md: rgba(15, 29, 23, 0.14);
      --shadow-ink-lg: rgba(15, 29, 23, 0.18);
      --shadow-soft: 0 20px 48px var(--shadow-ink-soft);
      --shadow-floating: 0 28px 72px var(--shadow-ink-md);
      --radius-md: 12px;
      --radius-lg: 16px;
      --radius-xl: 28px;
      --radius-2xl: 30px;
      --radius-pill: 999px;
      --font-size-xs: 12px;
      --font-size-sm: 14px;
      --font-size-md: 16px;
      --space-2xs: 6px;
      --space-xs: 8px;
      --space-sm: 16px;
      --space-md: 24px;
      --space-lg: 32px;
      --space-xl: 48px;
      --space-2xl: 64px;
      --scroll-section-gap: clamp(28px, 4.2vw, 56px);
      --scroll-header-gap: clamp(8px, 1vw, 14px);
      --scroll-content-gap: clamp(16px, 1.8vw, 24px);
      --section-space-y: 48px;
      --section-stack-gap: 32px;
      --section-header-gap: 16px;
      --section-content-gap: 24px;
      --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;
    }

    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-top: 0;
      margin-right: calc(50% - 50vw);
      margin-bottom: 0;
      margin-left: 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: 520px !important;
      min-height: 520px !important;
      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%;
    }

    .home-hero-card .hero-copy {
      align-content: flex-start;
      align-self: stretch;
    }

    .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.88) 0%, rgba(7, 14, 12, 0.76) 28%, rgba(7, 14, 12, 0.48) 50%, rgba(7, 14, 12, 0.14) 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%);
      z-index: 2;
      pointer-events: none;
    }

    .hero-topbar {
      position: absolute;
      top: 30px;
      left: max(38px, calc((100% - 1180px) / 2));
      right: max(38px, calc((100% - 1180px) / 2));
      z-index: 7;
      display: grid;
      grid-template-columns: auto 1fr auto;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      column-gap: 32px;
    }

    .hero-logo {
      grid-column: 1;
      flex: none;
      min-width: 0;
      color: var(--brand-wordmark-hero);
      font-size: clamp(23px, 1.9vw, 27px);
      font-weight: 900;
      letter-spacing: -0.06em;
      line-height: 1;
      text-decoration: none;
      white-space: nowrap;
      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 {
      grid-column: 2;
      display: flex;
      align-items: center;
      justify-self: end;
      gap: 34px;
      margin-left: 0;
    }

    .hero-nav a {
      color: rgba(255, 255, 255, 0.95);
      font-size: var(--font-size-sm);
      font-weight: 600;
      text-decoration: none;
      letter-spacing: -0.01em;
      text-shadow: 0 8px 20px var(--shadow-ink-md);
    }

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

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

    .hero-title {
      max-width: 690px;
      font-family: "Helvetica Custom", Arial, sans-serif;
      font-size: clamp(44px, 3.5vw, 52px);
      line-height: 1.055;
      letter-spacing: -1.9px;
      margin: 0 0 18px;
      text-align: left;
      font-weight: 900;
      color: var(--color-surface);
      text-shadow: 0 18px 42px rgba(15, 29, 23, 0.32);
      transform: none;
      text-wrap: balance;
    }
    .hero-trust-row {
      display: flex;
      align-items: center;
      gap: 26px;
      margin-top: 28px;
      flex-wrap: wrap;
    }

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

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

    .hero-trust-icon {
      display: inline-grid;
      align-items: center;
      justify-content: center;
      place-items: center;
      width: 46px;
      height: 46px;
      min-width: 46px;
      min-height: 46px;
      padding: 0;
      border-radius: var(--radius-pill);
      background: rgba(22, 116, 73, 0.74);
      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 var(--shadow-ink-md);
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
    }

    .hero-trust-icon svg {
      width: 20px;
      height: 20px;
      max-width: 20px;
      max-height: 20px;
      stroke: currentColor;
      stroke-width: 2;
      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: var(--font-size-md);
      font-weight: 600;
      line-height: 1.4;
      letter-spacing: -0.02em;
      text-shadow: 0 8px 24px var(--shadow-ink-lg);
    }

    .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%, var(--color-primary) 100%);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      -webkit-text-fill-color: #23a862;
      display: inline-block;
      font-weight: 900;
      line-height: inherit;
      vertical-align: baseline;
      box-shadow: none;
      text-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
      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.webp") no-repeat center 52%;
      background-size: cover;
      transform: none;
      z-index: 1;
      opacity: 1;
      filter: saturate(1.04) contrast(1.04) brightness(0.90) drop-shadow(0 28px 40px 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% - 48px), 1180px);
      margin: -132px auto 0;
      display: grid;
      gap: 14px;
    }

        .hero-filter-shell {
      overflow: visible;
      border: 1px solid rgba(218, 225, 221, 0.96);
      border-radius: 18px;
      background: rgba(255, 255, 255, 0.985);
      box-shadow: 0 24px 60px rgba(15, 29, 23, 0.13);
      backdrop-filter: blur(14px);
      -webkit-backdrop-filter: blur(14px);
    }

    .hero-filter-header {
      display: flex;
      align-items: center;
      gap: 24px;
      min-height: 56px;
      padding: 0 24px;
      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: 56px;
      padding: 0 4px;
      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: -1px;
      left: 0;
      height: 3px;
      border-radius: var(--radius-pill);
      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: 10px;
      padding: 16px 24px 12px;
      min-width: 0;
      max-width: 100%;
    }

    .hero-filter-grid {
      display: grid;
      grid-template-columns:
        minmax(0, 0.90fr)
        minmax(0, 0.90fr)
        minmax(0, 1.12fr)
        minmax(0, 1.12fr)
        minmax(0, 1.22fr)
        minmax(0, 0.82fr)
        minmax(0, 0.82fr);
      gap: 11px;
      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 {
      min-height: 15px;
      color: var(--color-muted);
      font-size: var(--font-size-xs);
      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: 45px;
      height: 45px;
      padding: 0 42px 0 14px;
      border: 1px solid rgba(203, 213, 208, 0.95);
      border-radius: 10px;
      background: var(--color-surface);
      color: var(--color-text);
      font-size: var(--font-size-sm);
      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 var(--color-primary-08);
      outline: none;
    }

    .hero-filter-custom-trigger {
      width: 100%;
      min-width: 0;
      min-height: 46px;
      height: 46px;
      padding: 0 16px;
      border: 1px solid var(--shadow-ink-md);
      border-radius: 13px;
      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: var(--font-size-sm);
      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 var(--color-primary-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 var(--shadow-ink-md);
      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: var(--radius-md);
      background: transparent;
      color: var(--color-text);
      display: flex;
      align-items: center;
      min-height: 42px;
      padding: 0 12px;
      font: inherit;
      font-size: var(--font-size-sm);
      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: var(--color-primary-08);
      color: var(--color-primary);
      outline: none;
    }

    .hero-filter-custom-option.is-selected {
      background: var(--color-primary-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: var(--font-size-sm);
      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: 210px;
      min-height: 46px;
      padding: 0 24px;
      border: none;
      border-radius: 10px;
      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 16px 30px rgba(22, 116, 73, 0.20);
      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: 0;
      padding-left: 2px;
      color: var(--color-primary);
      font-size: 11px;
      font-weight: 700;
      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: var(--radius-md);
      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-image {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 0;
    }

    .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: var(--radius-pill);
      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);
    }

    .other-city-card {
      height: 168px;
      box-sizing: border-box;
      border-radius: var(--radius-md);
      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;
      width: 100%;
      min-height: 0;
      padding: var(--section-space-y) 0 0;
    }

    .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: start;
      gap: 18px;
    }

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

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

    .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 {
      position: relative;
      z-index: 1;
      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 var(--color-primary-10);
      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 var(--shadow-ink-soft);
    }

    .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: var(--font-size-sm);
      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 var(--color-primary-10);
      border-radius: var(--radius-2xl);
      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 var(--color-primary-10);
      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: visible;
      padding: 42px 24px 28px;
      min-height: auto;
      border-radius: 0;
      border: none;
      background: transparent;
      color: var(--color-text);
      box-shadow: none;
      display: grid;
      grid-template-columns: 1fr;
      gap: 24px;
      align-items: center;
      justify-items: center;
      text-align: center;
      isolation: isolate;
    }

    .home-cta-band::after {
      display: none;
    }

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

    .home-cta-copy {
      display: grid;
      gap: 14px;
      max-width: 760px;
      justify-items: center;
      text-align: center;
    }

    .home-cta-copy h2 {
      max-width: 760px;
      display: block;
      margin: 0;
      font-size: clamp(32px, 3vw, 46px);
      line-height: 1.08;
      letter-spacing: -1.5px;
      white-space: normal;
      color: var(--color-text);
    }

    .home-cta-copy h2 > span {
      color: var(--color-primary);
    }

    .home-cta-copy p {
      max-width: 650px;
      margin: 0;
      font-size: 17px;
      line-height: 1.6;
      color: var(--color-muted);
    }

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

    .home-cta-note {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      width: fit-content;
      margin-top: 2px;
      font-size: 14px;
      line-height: 1.4;
      font-weight: 600;
      color: var(--color-muted);
    }

    .home-cta-note svg {
      width: 20px;
      height: 20px;
      flex: 0 0 auto;
      fill: none;
      stroke: currentColor;
      stroke-width: 1.8;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

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

    .home-cta-button {
      border: none;
      cursor: pointer;
      min-height: 58px;
      min-width: 230px;
      padding: 0 30px;
      border-radius: var(--radius-pill);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      line-height: 1;
      text-align: center;
      font-size: 17px;
      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-primary);
      color: #fff;
      box-shadow: 0 12px 28px rgba(22, 116, 73, 0.22);
    }

    .home-cta-button--light:hover {
      background: #125f3d;
    }

    .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: var(--font-size-md);
      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: var(--font-size-xs);
      line-height: 1.22;
      letter-spacing: -0.25px;
      color: var(--color-text);
      font-weight: 800;
    }

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

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

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

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

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




    .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: var(--font-size-sm);
      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: var(--radius-lg);
      padding: 14px 18px;
      background: var(--primary);
      color: var(--color-surface);
      font-size: var(--font-size-md);
      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;
    }

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

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

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

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

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

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

      .home-hero-card,
      .home-hero-card .hero-layout,
      .home-hero-card .hero-visual {
        height: auto;
        min-height: auto;
      }
      .hero-trust-row {
        gap: 24px;
        margin-top: 26px;
      }

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

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

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

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

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

      .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: var(--radius-xl);
      }

      .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);
        grid-template-columns: 1fr;
      }

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

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

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

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

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

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

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

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

      .workflow-step p {
        max-width: 220px;
        font-size: var(--font-size-sm);
      }

    }

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

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

      .city-name,
      .why-card h3,
      .pricing-panel-clean .pricing-tier 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;
      }

      section {
        padding: 32px 16px;
      }

      .panel {
        padding: 0;
      }

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

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

      .home-hero-card {
        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-topbar {
        top: 18px;
        left: 18px;
        right: 18px;
        row-gap: 10px;
      }

      .hero-logo {
        font-size: 19px;
      }
      .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;
      }

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

      .hero-title {
        max-width: 92vw;
        line-height: 1.06;
      }
      .hero-filter-shell {
        border-radius: 22px;
      }
      .hero-filter-header {
        min-height: 58px;
        padding: 14px 18px 12px;
      }
      .hero-filter-field select {
        font-size: 13px;
      }

      .hero-filter-submit {
        min-width: 180px;
        min-height: 42px;
        font-size: var(--font-size-sm);
      }

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

      #hizmetlerimiz {
        padding-bottom: 12px;
      }

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

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

      .why-main {
        padding: 22px 28px;
      }

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

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

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

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

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

      .home-cta-actions,
      .home-cta-button {
        width: 100%;
      }
      .faq-aside {
        padding: 24px;
      }

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

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

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

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

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

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

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

      .workflow-step h3 {
        font-size: var(--font-size-md);
      }

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

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

    }

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

      #hizmetlerimiz .endeks-main-card {
        border-radius: 20px !important;
        padding: 14px !important;
        min-height: auto !important;
      }

    }

    #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: min(1440px, 100%) !important;
      margin: 0 auto !important;
      gap: 18px !important;
    }













    @media (max-width: 640px) {
      #hizmetlerimiz .endeks-dashboard {
        padding: 10px 14px 6px !important;
        border-radius: 24px !important;
      }
    }

#fiyatlandirma::before,
#fiyatlandirma::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

#fiyatlandirma::before {
  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;
}

#fiyatlandirma::after {
  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%);
  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(-18px);
}

.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;
  gap: var(--section-header-gap);
  margin-top: 0;
  text-align: center;
}

.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: var(--radius-2xl);
  border: 1px solid var(--color-primary-10);
  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: 18px;
  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: 0;
  min-height: 36px;
  padding: 9px 16px;
  border-radius: var(--radius-pill);
  border: 0;
  background: var(--color-primary-08);
  color: var(--primary);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.1px;
  margin-top: -6px;
}

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

.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-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;
  margin-top: -2px;
}

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

.pricing-panel-clean .pricing-tier--featured .pricing-tier-price strong,
.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,
.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,
.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-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 var(--color-primary-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,
.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 var(--color-primary-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: var(--radius-lg);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: var(--font-size-md);
  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 {
  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 var(--color-primary-10);
  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 var(--color-primary-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--featured .pricing-tier-content,
  .pricing-panel-clean .pricing-tier--cap .pricing-tier-content {
    gap: 14px;
  }

  .pricing-panel-clean .pricing-tier--featured .pricing-tier-price strong,
  .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,
  .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 var(--color-primary-08);
  }
}

@media (max-width: 640px) {
  .pricing-panel-clean {
    transform: translateY(-22px);
  }

  .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 {
    padding: 8px;
  }
}

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

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

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

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

  #neden-vera .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 .why-main::after {
    content: none;
  }

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

  #neden-vera .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 .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 .why-card {
    min-width: 0;
    min-height: 276px;
    padding: 28px 24px 26px;
    border-radius: var(--radius-xl);
    border: 1px solid var(--color-primary-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 .why-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px var(--shadow-ink-soft);
  }

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

  #neden-vera .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 .why-icon svg {
    width: 30px;
    height: 30px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  #neden-vera .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 .why-card-rule {
    display: block;
    width: 34px;
    height: 3px;
    border-radius: var(--radius-pill);
    background: var(--color-primary);
  }

  #neden-vera .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 .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 .why-desc {
      font-size: var(--font-size-md);
      line-height: 1.72;
    }

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

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

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

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

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

  #neden-vera #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 #nasil-calisiyoruz .workflow-panel::before {
    content: none;
  }

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

  #neden-vera #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 #nasil-calisiyoruz .workflow-title .accent {
    color: var(--color-primary);
  }

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

  #neden-vera #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 var(--color-primary-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 #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 #nasil-calisiyoruz .workflow-step::after {
    content: none;
  }

  #neden-vera #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 #nasil-calisiyoruz .workflow-step--visual .workflow-step-head {
    min-height: 244px;
  }

  #neden-vera #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 #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 var(--color-primary-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 #nasil-calisiyoruz .workflow-step--visual:first-child .workflow-step-visual,
  #neden-vera #nasil-calisiyoruz .workflow-step--visual:nth-child(3) .workflow-step-visual {
    margin-top: 0;
    padding: 2px;
  }

  #neden-vera #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 #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 #nasil-calisiyoruz .workflow-step p {
    max-width: none;
    margin: 0;
    color: var(--color-muted);
    font-size: var(--font-size-md);
    line-height: 1.68;
    font-weight: 500;
  }

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

  @media (max-width: 900px) {
    #neden-vera #nasil-calisiyoruz .workflow-title {
      font-size: 32px;
      line-height: 1.1;
      letter-spacing: -1.4px;
    }

    #neden-vera #nasil-calisiyoruz .workflow-desc {
      font-size: var(--font-size-md);
    }

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

    #neden-vera #nasil-calisiyoruz .workflow-step {
      min-height: 0;
      padding: 18px 16px;
      border-radius: var(--radius-xl);
    }

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

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

  }

  @media (max-width: 520px) {
    #neden-vera #nasil-calisiyoruz .workflow-track {
      grid-template-columns: 1fr;
      gap: 18px;
    }

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

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

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

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

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

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

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

  }


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;
}
.cities-header,
.pricing-header,
.workflow-header{
  gap: var(--scroll-header-gap) !important;
  margin-bottom: var(--scroll-content-gap) !important;
}

.cities-panel,
.workflow-panel,
.why-panel{
  gap: var(--scroll-content-gap) !important;
}

.faq-grid{
  transform: none !important;
}

.pricing-cards-flow,
.why-cards,
.workflow-track,
.cities-grid{
  align-items: stretch !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;
  }
}
@media (max-width: 520px){
  section{
    scroll-margin-top: 78px !important;
  }

  .cities-header,
  .pricing-header,
  .workflow-header{
    margin-bottom: 14px !important;
  }
}
.cities-title,
.pricing-title,
.workflow-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 var(--shadow-ink-md);
}

.pricing-tier {
  min-height: 538px;
  border-radius: var(--radius-2xl);
  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: var(--radius-lg);
}

.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));
  }
}
@media (max-width: 900px) {
  .hero-title {
    font-size: clamp(36px, 8vw, 46px);
    letter-spacing: -1.4px;
  }

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

  .pricing-benefit + .pricing-benefit {
    border-left: 0;
    border-top: 1px solid var(--color-primary-08);
  }
}

@media (max-width: 640px) {
  .hero-filter-header {
    overflow-x: auto;
    scrollbar-width: none;
  }

  .hero-filter-header::-webkit-scrollbar {
    display: none;
  }
}

section {
  padding-top: 42px;
  padding-bottom: 42px;
}

#ana-sayfa {
  padding-top: 0 !important;
  padding-bottom: 0 !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,
.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-header {
  gap: 8px !important;
}

.pricing-cards-flow {
  margin-top: 4px !important;
  gap: 18px !important;
}

.pricing-benefits {
  margin-top: 0 !important;
}

#hizmetlerimiz {
  padding-top: 22px !important;
  padding-bottom: 28px !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.why-panel {
  margin-top: 0 !important;
}

#neden-vera .why-cards,
.workflow-track {
  gap: 18px !important;
}

#neden-vera .why-grid {
  gap: 30px !important;
}

#neden-vera #nasil-calisiyoruz {
  padding-top: 24px !important;
  margin-top: 0 !important;
}

#neden-vera #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: 8px !important;
}

@media (max-width: 900px) {
  section {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  #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) {
  section {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  #hizmet-verdigimiz-sehirler,
  #fiyatlandirma,
  #hizmetlerimiz,
  #neden-vera,
  #sss,
  .faq-section {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }

  .pricing-panel-clean {
    transform: none !important;
  }
}

/* === Simetri ve düzen revizyonu: hero/filtre konumu korunarak === */
/* 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,
.faq-aside {
  gap: var(--section-header-gap);
}

.cities-title,
.pricing-title,
.workflow-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-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-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;
}

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

@media (max-width: 900px) {
  :root {
    --section-space-y: 40px;
    --section-stack-gap: 28px;
    --section-header-gap: 10px;
    --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-header-gap: 8px;
    --section-content-gap: 18px;
  }
}

/* === AŞAMA 5: FRONTEND AUTH NAVBAR === */


.hero-auth-actions {
  grid-column: 3;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex: none;
}

.hero-auth-actions[hidden],
.hero-user-menu[hidden],
.hero-user-dropdown[hidden] {
  display: none !important;
}

.hero-auth-button,
.hero-user-menu-button,
.hero-user-dropdown button {
  appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  margin: 0;
  font-family: inherit;
  cursor: pointer;
}

.hero-auth-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  min-height: 42px;
  padding: 0 18px;
  border-radius: var(--radius-pill);
  font-size: var(--font-size-sm);
  font-weight: 750;
  line-height: 1;
  letter-spacing: -0.01em;
  white-space: nowrap;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease;
}

.hero-auth-button:hover {
  transform: translateY(-1px);
}

.hero-auth-button--secondary {
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(7, 14, 12, 0.18);
  color: var(--color-surface);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 10px 24px rgba(7, 14, 12, 0.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.hero-auth-button--secondary:hover {
  border-color: var(--color-surface);
  background: rgba(255, 255, 255, 0.14);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 14px 30px rgba(7, 14, 12, 0.16);
}

.hero-auth-button--primary {
  border: 1px solid var(--color-primary);
  background: var(--color-primary);
  color: var(--color-surface);
  box-shadow: 0 12px 26px rgba(22, 116, 73, 0.28);
}

.hero-auth-button--primary:hover {
  border-color: var(--color-primary-strong);
  background: var(--color-primary-strong);
  box-shadow: 0 16px 32px rgba(22, 116, 73, 0.34);
}

.hero-user-menu {
  position: relative;
  grid-column: 3;
  justify-self: end;
}

.hero-user-menu-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  max-width: 230px;
  min-height: 42px;
  padding: 0 17px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--radius-pill);
  background: rgba(7, 14, 12, 0.2);
  color: var(--color-surface);
  font-size: var(--font-size-sm);
  font-weight: 750;
  line-height: 1;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 12px 26px rgba(7, 14, 12, 0.14);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease;
}

.hero-user-menu-button:hover {
  transform: translateY(-1px);
  border-color: var(--color-surface);
  background: rgba(255, 255, 255, 0.14);
}

#authUserDisplayName {
  display: block;
  overflow: hidden;
  max-width: 175px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hero-user-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 50;
  display: grid;
  width: 205px;
  padding: 8px;
  border: 1px solid rgba(226, 232, 240, 0.96);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 22px 55px rgba(15, 29, 23, 0.2);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.hero-user-dropdown button {
  width: 100%;
  padding: 11px 12px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: var(--color-text-strong);
  text-align: left;
  font-size: var(--font-size-sm);
  font-weight: 650;
  transition:
    background-color 0.18s ease,
    color 0.18s ease;
}

.hero-user-dropdown button:hover {
  background: var(--color-primary-09);
  color: var(--color-primary);
}

#logoutButton {
  margin-top: 4px;
  border-top: 1px solid rgba(226, 232, 240, 0.92);
  border-radius: 0 0 10px 10px;
  color: var(--color-danger);
}

#logoutButton:hover {
  background: rgba(162, 56, 56, 0.08);
  color: var(--color-danger-strong);
}

.hero-auth-button:focus-visible,
.hero-user-menu-button:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.5);
  outline-offset: 3px;
}

.hero-user-dropdown button:focus-visible {
  outline: 3px solid rgba(22, 116, 73, 0.3);
  outline-offset: 1px;
}

@media (max-width: 900px) {
  .hero-topbar {
    column-gap: 18px;
  }
  .hero-auth-actions,
  .hero-user-menu {
    grid-column: 3;
  }

  .hero-auth-actions {
    gap: 8px;
  }

  .hero-auth-button {
    min-width: 88px;
    min-height: 40px;
    padding: 0 14px;
    font-size: 13px;
  }

  .hero-user-menu-button {
    min-height: 40px;
    max-width: 190px;
    padding: 0 14px;
    font-size: 13px;
  }
}

@media (max-width: 700px) {
  .hero-topbar {
    top: 20px;
    left: 20px;
    right: 20px;
    flex-wrap: wrap;
    justify-content: center;
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 12px;
    row-gap: 14px;
  }

  .hero-logo {
    width: auto;
    text-align: left;
  }

  .hero-auth-actions,
  .hero-user-menu {
    grid-column: 2;
    justify-self: end;
  }
}

@media (max-width: 480px) {
  .hero-topbar {
    top: 16px;
    left: 14px;
    right: 14px;
    column-gap: 8px;
  }

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

  .hero-auth-actions {
    gap: 6px;
  }

  .hero-auth-button {
    min-width: auto;
    min-height: 36px;
    padding: 0 10px;
    font-size: var(--font-size-xs);
  }

  .hero-user-menu-button {
    min-height: 36px;
    max-width: 150px;
    padding: 0 10px;
    font-size: var(--font-size-xs);
  }

  #authUserDisplayName {
    max-width: 105px;
  }

  .hero-user-dropdown {
    width: 180px;
  }
}

/* === AŞAMA 5A: AUTH MODALLARI === */
.auth-modal-overlay { padding: 24px; }
.auth-modal-panel {
  position: relative;
  width: min(100%, 460px);
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  padding: 34px;
  border-radius: 24px;
  background: var(--color-surface);
  box-shadow: 0 28px 90px rgba(8, 30, 21, 0.28);
}
.auth-modal-panel--wide { width: min(100%, 640px); }
.auth-modal-close { top: 18px; right: 18px; }
.auth-modal-heading { padding-right: 34px; margin-bottom: 24px; }
.auth-modal-kicker { display:block; margin-bottom:8px; color:var(--color-primary); font-size:12px; font-weight:800; letter-spacing:.12em; }
.auth-modal-heading h3 { margin:0; color:var(--color-heading); font-size:30px; line-height:1.1; }
.auth-modal-heading p { margin:10px 0 0; color:#64716b; font-size:14px; line-height:1.55; }
.auth-form { display:grid; gap:16px; }
.auth-form-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px; }
.auth-field { display:grid; gap:7px; }
.auth-field--full { grid-column:1/-1; }
.auth-field > span { color:var(--color-body); font-size:13px; font-weight:750; }
.auth-field input {
  width:100%; min-height:48px; box-sizing:border-box; padding:0 14px;
  border:1px solid var(--color-border-input); border-radius:12px; background:var(--color-surface-input);
  color:var(--color-text-strong); font:inherit; outline:none;
  transition:border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}
.auth-field input:focus { border-color:var(--color-primary); background:#fff; box-shadow:0 0 0 4px rgba(22,116,73,.12); }
.auth-consent { display:flex; align-items:flex-start; gap:10px; color:#52605a; font-size:13px; line-height:1.45; cursor:pointer; }
.auth-consent input { width:17px; height:17px; margin-top:1px; accent-color:var(--color-primary); }
.auth-feedback { min-height:20px; color:#64716b; font-size:13px; line-height:1.45; }
.auth-feedback.is-error { color:var(--color-danger); }
.auth-feedback.is-success { color:var(--color-primary); }
.auth-submit-button, .auth-switch-button { min-height:48px; border-radius:12px; font:inherit; font-weight:780; cursor:pointer; }
.auth-submit-button { border:1px solid var(--color-primary); background:var(--color-primary); color:#fff; box-shadow:0 12px 25px rgba(22,116,73,.22); }
.auth-submit-button:hover { background:var(--color-primary-strong); border-color:var(--color-primary-strong); }
.auth-switch-button { border:0; background:transparent; color:var(--color-primary); }
.auth-switch-button:hover { background:rgba(22,116,73,.07); }
.auth-submit-button:disabled, .auth-switch-button:disabled { opacity:.6; cursor:not-allowed; }
@media (max-width:620px) {
  .auth-modal-overlay { padding:14px; }
  .auth-modal-panel { max-height:calc(100vh - 28px); padding:28px 20px 22px; border-radius:20px; }
  .auth-modal-heading h3 { font-size:26px; }
  .auth-form-grid { grid-template-columns:1fr; }
  .auth-field--full { grid-column:auto; }
}


/* === AŞAMA 6B: HESABIM VE TALEPLERİM === */
.account-modal-feedback {
  min-height: 20px;
  margin-bottom: 10px;
  color: var(--color-danger);
  font-size: 13px;
  font-weight: 650;
}

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

.account-request-card {
  width: 100%;
  display: grid;
  grid-template-columns:
    minmax(220px, 1.8fr)
    minmax(190px, 1fr)
    minmax(130px, auto);
  align-items: center;
  gap: 18px;
  padding: 18px 20px;
  border: 1px solid var(--color-border-soft);
  border-radius: 15px;
  background: var(--color-surface);
  color: inherit;
  text-align: left;
  cursor: pointer;
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}

.account-request-card:hover {
  border-color: rgba(22, 116, 73, 0.32);
  box-shadow: 0 12px 26px rgba(18, 53, 38, 0.07);
}

.account-request-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.account-request-card-top > div {
  display: grid;
  gap: 5px;
}

.account-request-number {
  color: var(--color-primary);
  font-size: var(--font-size-xs);
  font-weight: 850;
  letter-spacing: 0.025em;
}

.account-request-date {
  color: var(--color-meta);
  font-size: 11px;
  font-weight: 700;
}

.account-request-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 6px 10px;
  border-radius: var(--radius-pill);
  font-size: var(--font-size-xs);
  font-weight: 800;
  white-space: nowrap;
}

.account-request-status.is-active {
  background: var(--color-info-bg);
  color: var(--color-info);
}

.account-request-status.is-payment {
  background: var(--color-warning-bg);
  color: var(--color-warning);
}

.account-request-status.is-completed {
  background: var(--color-success-bg);
  color: var(--color-primary);
}

.account-request-status.is-cancelled {
  background: var(--color-danger-bg);
  color: var(--color-danger);
}

.account-request-card-top,
.account-request-card-body,
.account-request-card-footer {
  min-width: 0;
}

.account-request-card-body {
  display: grid;
  gap: 5px;
}

.account-request-card-body strong,
.account-request-card-body span {
  overflow-wrap: anywhere;
}

.account-request-card-body strong {
  color: var(--color-body);
  font-size: var(--font-size-sm);
}

.account-request-card-body > span:not(.account-request-result-message) {
  color: var(--color-subtle);
  font-size: var(--font-size-xs);
}

.account-request-card-footer {
  display: flex;
  justify-content: flex-end;
}

.account-request-detail-link {
  color: var(--color-primary);
  font-size: var(--font-size-xs);
  font-weight: 800;
  white-space: nowrap;
}

.account-request-result-message {
  color: #44534c;
  font-size: 13px;
  line-height: 1.45;
}

.account-loading,
.account-empty-state {
  display: grid;
  place-items: center;
  gap: 8px;
  min-height: 160px;
  padding: 24px;
  border: 1px dashed var(--color-border-muted);
  border-radius: var(--radius-lg);
  color: var(--color-soft);
  text-align: center;
}

.account-empty-state strong {
  color: var(--color-body);
}

.account-back-button {
  margin-bottom: 18px;
  padding: 9px 12px;
  border: 0;
  border-radius: 10px;
  background: var(--color-primary-08);
  color: var(--color-primary);
  font: inherit;
  font-size: 13px;
  font-weight: 750;
  cursor: pointer;
}

.account-payment-button {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  border-radius: var(--radius-md);
  background: var(--color-primary);
  color: var(--color-surface);
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 12px 25px rgba(22, 116, 73, 0.22);
}

.account-payment-button:hover {
  background: var(--color-primary-strong);
}

@media (max-width: 900px) {
  .account-request-card {
    grid-template-columns:
      minmax(220px, 1.5fr)
      minmax(160px, 1fr);
  }

  .account-request-card-footer {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }
}

@media (max-width: 620px) {
  .account-request-card {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .account-request-card-top,
  .account-request-card-footer {
    align-items: flex-start;
  }

  .account-request-card-footer {
    grid-column: auto;
  }
}


/* === AŞAMA 6C: KULLANICI DASHBOARD === */

body.dashboard-mode {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background: var(--color-surface-soft);
}

body.dashboard-mode.modal-open {
  overflow: hidden;
}

.user-dashboard[hidden] {
  display: none !important;
}

.user-dashboard {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 264px minmax(0, 1fr);
  background: var(--color-surface-soft);
  color: var(--color-text-strong);
}

.dashboard-sidebar {
  position: fixed;
  inset: 0 auto 0 0;
  z-index: 80;
  width: 264px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding: 24px 18px;
  box-sizing: border-box;
  background:
    radial-gradient(circle at top left, rgba(39, 159, 100, 0.14), transparent 28%),
    linear-gradient(180deg, #10281e 0%, #0a1f17 100%);
  color: var(--color-surface);
  box-shadow: 18px 0 50px rgba(8, 30, 21, 0.12);
}

.dashboard-sidebar-header {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dashboard-logo {
  color: var(--color-surface);
  font-size: 22px;
  font-weight: 850;
  letter-spacing: -0.04em;
  text-decoration: none;
}

.dashboard-logo span {
  color: #54d49b;
}

.dashboard-mobile-close {
  display: none;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.09);
  color: var(--color-surface);
  font-size: 24px;
  cursor: pointer;
}

.dashboard-navigation {
  display: grid;
  gap: 7px;
  margin-top: 24px;
}

.dashboard-nav-button,
.dashboard-logout-button {
  width: 100%;
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 0 14px;
  border: 0;
  border-radius: var(--radius-md);
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
  font: inherit;
  font-size: var(--font-size-sm);
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  transition:
    background-color 0.18s ease,
    color 0.18s ease,
    transform 0.18s ease;
}

.dashboard-nav-button:hover,
.dashboard-logout-button:hover {
  background: rgba(255, 255, 255, 0.08);
  color: var(--color-surface);
}

.dashboard-nav-button.is-active {
  background: linear-gradient(
    90deg,
    rgba(84, 212, 155, 0.2),
    rgba(84, 212, 155, 0.08)
  );
  color: var(--color-surface);
  box-shadow: inset 3px 0 0 #54d49b;
}

.dashboard-nav-icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.dashboard-nav-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dashboard-sidebar-footer {
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.dashboard-logout-button {
  color: rgba(255, 184, 184, 0.88);
}

.dashboard-logout-button:hover {
  background: rgba(196, 68, 68, 0.15);
  color: #ffd2d2;
}

.dashboard-main {
  min-width: 0;
  grid-column: 2;
  min-height: 100vh;
}

.dashboard-topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 32px;
  box-sizing: border-box;
  border-bottom: 1px solid #e0e7e3;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.dashboard-topbar-left {
  display: flex;
  align-items: center;
  gap: 16px;
}

.dashboard-page-eyebrow {
  display: block;
  margin-bottom: 5px;
  color: var(--color-primary);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.14em;
}

.dashboard-page-title {
  margin: 0;
  color: var(--color-text-strong);
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.dashboard-mobile-menu {
  display: none;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid #dce5e0;
  border-radius: 11px;
  background: var(--color-surface);
  color: #1e352b;
  cursor: pointer;
}

.dashboard-mobile-menu svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}

.dashboard-user-summary {
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 0;
}

.dashboard-user-avatar {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--color-primary);
  color: var(--color-surface);
  font-size: var(--font-size-md);
  font-weight: 850;
}

.dashboard-user-copy {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.dashboard-user-copy strong,
.dashboard-user-copy span {
  max-width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dashboard-user-copy strong {
  color: #22332b;
  font-size: var(--font-size-sm);
}

.dashboard-user-copy span {
  color: #76837d;
  font-size: var(--font-size-xs);
}

.dashboard-content {
  width: 100%;
  max-width: 1380px;
  min-height: calc(100vh - 82px);
  margin: 0 auto;
  padding: 34px;
  box-sizing: border-box;
}

.dashboard-section {
  animation: dashboardSectionEnter 0.22s ease;
}

.dashboard-section[hidden] {
  display: none !important;
}

@keyframes dashboardSectionEnter {
  from {
    opacity: 0;
    transform: translateY(6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.dashboard-section-heading {
  margin-bottom: 24px;
}

.dashboard-section-heading > span {
  display: block;
  margin-bottom: 8px;
  color: var(--color-primary);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.13em;
}

.dashboard-section-heading h2 {
  margin: 0;
  color: var(--color-text-strong);
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.12;
  letter-spacing: -0.045em;
}

.dashboard-section-heading p {
  max-width: 760px;
  margin: 12px 0 0;
  color: #697871;
  font-size: 15px;
  line-height: 1.65;
}

.dashboard-sidebar-backdrop {
  position: fixed;
  inset: 0;
  z-index: 70;
  background: rgba(5, 19, 13, 0.52);
}

@media (max-width: 900px) {
  .user-dashboard {
    grid-template-columns: 1fr;
  }

  .dashboard-sidebar {
    width: min(310px, 86vw);
    transform: translateX(-104%);
    transition: transform 0.22s ease;
  }

  .dashboard-sidebar.is-mobile-open {
    transform: translateX(0);
  }

  .dashboard-mobile-close,
  .dashboard-mobile-menu {
    display: inline-flex;
  }

  .dashboard-main {
    grid-column: 1;
  }

  .dashboard-topbar {
    padding: 12px 20px;
  }

  .dashboard-content {
    padding: 26px 20px;
  }
}

@media (max-width: 560px) {
  .dashboard-topbar {
    min-height: 72px;
    gap: 12px;
    padding: 10px 14px;
  }

  .dashboard-page-eyebrow {
    display: none;
  }

  .dashboard-page-title {
    font-size: 20px;
  }

  .dashboard-user-copy {
    display: none;
  }

  .dashboard-user-avatar {
    width: 38px;
    height: 38px;
  }

  .dashboard-content {
    min-height: calc(100vh - 72px);
    padding: 22px 14px;
  }

  .dashboard-section-heading h2 {
    font-size: 27px;
  }

}


/* Dashboard görünümünde public siteyi kesin olarak gizle */
#publicSiteView[hidden],
#publicSiteFooter[hidden],
#userDashboardView[hidden],
body.dashboard-mode #publicSiteView,
body.dashboard-mode #publicSiteFooter,
body:not(.dashboard-mode) #userDashboardView {
  display: none !important;
}


/* === DASHBOARD YENİ TALEP FORMU === */
.dashboard-request-shell {
  padding: 24px;
  border: 1px solid #dde6e1;
  border-radius: 18px;
  background: var(--color-surface);
}

.dashboard-request-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 22px;
  border-bottom: 1px solid #e4ebe7;
}

.dashboard-request-tab {
  padding: 11px 16px;
  border: 0;
  border-bottom: 3px solid transparent;
  background: transparent;
  color: var(--color-soft);
  font: inherit;
  font-weight: 750;
  cursor: pointer;
}

.dashboard-request-tab.is-active {
  border-bottom-color: var(--color-primary);
  color: var(--color-primary);
}

.dashboard-request-form {
  display: grid;
  gap: 20px;
}

.dashboard-request-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

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

.dashboard-request-field > span {
  color: #33433c;
  font-size: 13px;
  font-weight: 750;
}

.dashboard-request-field select {
  width: 100%;
  min-height: 48px;
  padding: 0 13px;
  border: 1px solid var(--color-border-muted);
  border-radius: 11px;
  background: var(--color-surface-input);
  color: var(--color-text-strong);
  font: inherit;
  outline: none;
}

.dashboard-request-field select:focus {
  border-color: var(--color-primary);
  box-shadow: 0 0 0 4px var(--color-primary-10);
}

.dashboard-request-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.dashboard-request-clear,
.dashboard-request-submit {
  min-height: 46px;
  padding: 0 20px;
  border-radius: 11px;
  font: inherit;
  font-weight: 780;
  cursor: pointer;
}

.dashboard-request-clear {
  border: 1px solid var(--color-border-muted);
  background: var(--color-surface);
  color: #53625b;
}

.dashboard-request-submit {
  border: 1px solid var(--color-primary);
  background: var(--color-primary);
  color: var(--color-surface);
}

.dashboard-request-feedback {
  min-height: 22px;
}

@media (max-width: 900px) {
  .dashboard-request-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .dashboard-request-shell {
    padding: 18px 14px;
  }

  .dashboard-request-grid {
    grid-template-columns: 1fr;
  }

  .dashboard-request-tabs {
    overflow-x: auto;
  }

  .dashboard-request-actions {
    flex-direction: column-reverse;
  }

  .dashboard-request-clear,
  .dashboard-request-submit {
    width: 100%;
  }
}


/* === DASHBOARD ÖDEMELERİM === */
.dashboard-payments-list {
  display: grid;
  gap: 12px;
}

.dashboard-payment-row {
  display: grid;
  grid-template-columns:
    minmax(220px, 1.8fr)
    minmax(145px, 0.9fr)
    minmax(105px, 0.55fr)
    minmax(135px, 0.75fr)
    minmax(130px, auto);
  align-items: center;
  gap: 18px;
  padding: 18px 20px;
  border: 1px solid var(--color-border-soft);
  border-radius: 15px;
  background: var(--color-surface);
}

.dashboard-payment-primary,
.dashboard-payment-cell {
  min-width: 0;
  display: grid;
  gap: 5px;
}

.dashboard-payment-primary strong,
.dashboard-payment-primary span,
.dashboard-payment-cell strong {
  overflow-wrap: anywhere;
}

.dashboard-payment-primary strong {
  color: var(--color-body);
  font-size: var(--font-size-sm);
}

.dashboard-payment-primary > span:last-child {
  color: var(--color-subtle);
  font-size: var(--font-size-xs);
}

.dashboard-payment-number {
  color: var(--color-primary);
  font-size: var(--font-size-xs);
  font-weight: 850;
  letter-spacing: 0.025em;
}

.dashboard-payment-cell > span {
  color: var(--color-meta);
  font-size: 11px;
  font-weight: 700;
}

.dashboard-payment-cell > strong {
  color: var(--color-body);
  font-size: 13px;
}

.dashboard-payment-status {
  width: fit-content;
  padding: 6px 9px;
  border-radius: var(--radius-pill);
  font-size: 11px !important;
  font-weight: 800;
}

.dashboard-payment-status.is-paid {
  background: #e6f5ec;
  color: var(--color-primary);
}

.dashboard-payment-status.is-waiting {
  background: #fff4dc;
  color: #946313;
}

.dashboard-payment-status.is-failed {
  background: #fae8e8;
  color: var(--color-danger);
}

.dashboard-payment-status.is-preparing {
  background: #edf1ef;
  color: #68766f;
}

.dashboard-payment-action {
  display: flex;
  justify-content: flex-end;
}

.dashboard-payment-button {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border-radius: 10px;
  background: var(--color-primary);
  color: var(--color-surface);
  font-size: var(--font-size-xs);
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.dashboard-payment-button:hover {
  background: var(--color-primary-strong);
}

.dashboard-payment-paid-label,
.dashboard-payment-preparing {
  font-size: var(--font-size-xs);
  font-weight: 750;
  text-align: right;
}

.dashboard-payment-paid-label {
  color: var(--color-primary);
}

.dashboard-payment-preparing {
  color: var(--color-meta);
}

@media (max-width: 1100px) {
  .dashboard-payment-row {
    grid-template-columns:
      minmax(220px, 1.5fr)
      repeat(2, minmax(120px, 0.8fr));
  }

  .dashboard-payment-primary {
    grid-row: span 2;
  }

  .dashboard-payment-action {
    justify-content: flex-start;
  }
}

@media (max-width: 700px) {
  .dashboard-payment-row {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }

  .dashboard-payment-primary {
    grid-column: 1 / -1;
    grid-row: auto;
    padding-bottom: 12px;
    border-bottom: 1px solid #edf1ef;
  }

  .dashboard-payment-action {
    grid-column: 1 / -1;
  }

  .dashboard-payment-button {
    width: 100%;
  }

  .dashboard-payment-paid-label,
  .dashboard-payment-preparing {
    text-align: left;
  }
}

@media (max-width: 460px) {
  .dashboard-payment-row {
    grid-template-columns: 1fr;
  }

  .dashboard-payment-primary,
  .dashboard-payment-action {
    grid-column: auto;
  }
}


/* === DASHBOARD HESABIM === */
.dashboard-profile-content {
  display: grid;
  gap: 18px;
}

.dashboard-profile-summary {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 22px;
  border: 1px solid var(--color-border-soft);
  border-radius: var(--radius-lg);
  background: var(--color-surface);
}

.dashboard-profile-avatar {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--color-primary);
  color: var(--color-surface);
  font-size: 24px;
  font-weight: 850;
}

.dashboard-profile-summary-copy {
  display: grid;
  gap: 7px;
}

.dashboard-profile-summary-copy > strong {
  color: #203128;
  font-size: 20px;
}

.dashboard-profile-status {
  width: fit-content;
  padding: 5px 10px;
  border-radius: var(--radius-pill);
  background: #e7f5ed;
  color: var(--color-primary);
  font-size: var(--font-size-xs);
  font-weight: 800;
}

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

.dashboard-profile-field {
  display: grid;
  gap: 7px;
  padding: 18px;
  border: 1px solid var(--color-border-soft);
  border-radius: 14px;
  background: var(--color-surface);
}

.dashboard-profile-field span {
  color: #78857f;
  font-size: var(--font-size-xs);
  font-weight: 700;
}

.dashboard-profile-field strong {
  color: var(--color-body);
  font-size: var(--font-size-sm);
  overflow-wrap: anywhere;
}

.dashboard-profile-note {
  padding: 16px 18px;
  border: 1px solid #dce6e1;
  border-radius: 13px;
  background: var(--color-surface-faint);
  color: #68766f;
  font-size: 13px;
  line-height: 1.6;
}

@media (max-width: 620px) {
  .dashboard-profile-fields {
    grid-template-columns: 1fr;
  }
}


/* === KULLANICI UYGUN İLAN SONUÇLARI === */
.account-results-summary {
  display: grid;
  grid-template-columns:
    minmax(130px, 0.65fr)
    minmax(210px, 1.4fr)
    minmax(210px, 1.4fr)
    minmax(130px, 0.7fr);
  gap: 12px;
  margin-bottom: 22px;
}

.account-results-summary > div {
  min-width: 0;
  display: grid;
  gap: 7px;
  padding: 15px;
  border: 1px solid #e0e8e4;
  border-radius: 13px;
  background: var(--color-surface);
}

.account-results-summary span {
  color: #78857f;
  font-size: 11px;
  font-weight: 700;
}

.account-results-summary strong {
  color: var(--color-body);
  font-size: 13px;
  overflow-wrap: anywhere;
}

.account-result-state {
  min-height: 220px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 9px;
  padding: 30px;
  border: 1px dashed #cfdbd5;
  border-radius: var(--radius-lg);
  background: var(--color-surface);
  text-align: center;
}

.account-result-state strong {
  color: var(--color-body);
  font-size: 18px;
}

.account-result-state p {
  max-width: 600px;
  margin: 0;
  color: var(--color-soft);
  font-size: var(--font-size-sm);
  line-height: 1.6;
}

.account-result-state .account-payment-button {
  min-width: 170px;
  margin-top: 10px;
}

.account-listing-results {
  display: grid;
  gap: 16px;
}

.account-listing-results-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}

.account-listing-results-heading span {
  display: block;
  margin-bottom: 5px;
  color: var(--color-primary);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.13em;
}

.account-listing-results-heading h3 {
  margin: 0;
  color: var(--color-text-strong);
  font-size: 26px;
}

.account-listing-results-heading p {
  margin: 0;
  color: var(--color-soft);
  font-size: 13px;
}

.account-listing-list {
  display: grid;
  gap: 11px;
}

.account-listing-row {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) minmax(150px, auto);
  align-items: center;
  gap: 16px;
  padding: 18px;
  border: 1px solid #dee7e2;
  border-radius: 15px;
  background: var(--color-surface);
}

.account-listing-index {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #edf6f1;
  color: var(--color-primary);
  font-size: var(--font-size-xs);
  font-weight: 850;
}

.account-listing-main {
  min-width: 0;
  display: grid;
  gap: 8px;
}

.account-listing-main h4 {
  margin: 0;
  color: #203128;
  font-size: 15px;
  line-height: 1.4;
}

.account-listing-location {
  color: #6f7d76;
  font-size: var(--font-size-xs);
}

.account-listing-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 15px;
  color: #738078;
  font-size: 11px;
}

.account-listing-meta strong {
  color: #44544c;
}

.account-listing-side {
  display: grid;
  justify-items: end;
  gap: 11px;
}

.account-listing-price {
  color: var(--color-text-strong);
  font-size: 17px;
  white-space: nowrap;
}

.account-listing-open {
  min-height: 39px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border-radius: 10px;
  background: var(--color-primary);
  color: var(--color-surface);
  font-size: var(--font-size-xs);
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.account-listing-open:hover {
  background: var(--color-primary-strong);
}

.account-listing-link-missing {
  color: #8a9690;
  font-size: var(--font-size-xs);
}

@media (max-width: 900px) {
  .account-results-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

  .hero-nav {
    display: none;
  }

  .hero-copy {
    padding-inline: 22px;
    transform: none;
  }

  .hero-copy .desc {
    font-size: 18px;
  }
}

@media (max-width: 650px) {
  .account-results-summary {
    grid-template-columns: 1fr;
  }

  .account-listing-results-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .account-listing-row {
    grid-template-columns: 34px minmax(0, 1fr);
  }

  .account-listing-side {
    grid-column: 2;
    width: 100%;
    justify-items: stretch;
  }

  .account-listing-open {
    width: 100%;
  }

  .account-listing-price {
    white-space: normal;
  }
}

/* === Hero filtre ve hero metni konsolide responsive kurallar? === */
@media (max-width: 520px) {
  .hero-filter-showcase {
    width: min(calc(100% - 24px), 1240px);
    margin-top: -42px;
  }

  .hero-filter-form {
    padding: 18px 16px 10px;
    gap: 14px;
  }
}

@media (max-width: 1180px) {
  .hero-filter-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .hero-filter-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding-top: 88px;
  }
}

/* === Hero metin alan? konsolide kurallar? === */
.hero-copy {
  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%, 1180px);
  max-width: 1180px;
  min-height: calc(var(--section-card-height) - 2px);
  margin: 0 auto;
  padding: 118px 24px 0;
  transform: none;
}

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

@media (max-width: 1024px) {
  .hero-copy {
    padding-inline: 28px;
  }
}

@media (max-width: 700px) {
  .hero-copy {
    align-items: center;
  }
}

@media (max-width: 420px) {
  .hero-copy .desc {
    margin-bottom: 28px;
  }
}


/* === REGISTER MODAL REDESIGN 20260825 === */

#registerModal.auth-modal-overlay {
  padding: 12px;
  align-items: center;
  justify-content: center;
}

#registerModal .auth-register-panel {
  width: min(680px, calc(100vw - 24px));
  max-height: calc(100vh - 24px);
  overflow-y: auto;
  padding: 24px 28px 20px;
  border: 1px solid rgba(22, 116, 73, 0.10);
  border-radius: 22px;
  background: #ffffff;
  box-shadow:
    0 30px 80px rgba(8, 30, 21, 0.18),
    0 3px 14px rgba(8, 30, 21, 0.06);
  scrollbar-width: thin;
}

#registerModal .auth-modal-close {
  top: 16px;
  right: 16px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #f1f7f4;
  color: #167449;
  font-size: 22px;
  line-height: 1;
  box-shadow: none;
}

#registerModal .auth-modal-close:hover {
  background: #e7f2ec;
}

#registerModal .auth-register-header {
  padding-right: 44px;
  margin-bottom: 18px;
}

#registerModal .auth-modal-kicker {
  display: block;
  margin: 0 0 5px;
  color: #167449;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 850;
  letter-spacing: .10em;
}

#registerModal .auth-register-header h3 {
  margin: 0;
  color: #17231e;
  font-size: 30px;
  line-height: 1.08;
  letter-spacing: -0.8px;
  font-weight: 800;
}

#registerModal .auth-register-header p {
  max-width: 560px;
  margin: 6px 0 0;
  color: #6d7872;
  font-size: 13px;
  line-height: 1.45;
}

#registerModal .auth-register-form {
  display: grid;
  gap: 12px;
}

#registerModal .auth-register-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px 14px;
}

#registerModal .auth-field {
  min-width: 0;
  display: grid;
  gap: 5px;
}

#registerModal .auth-field > span {
  color: #27352f;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 750;
}

#registerModal .auth-field > input,
#registerModal .auth-phone-field,
#registerModal .auth-password-field {
  min-height: 44px;
  border: 1px solid #dce5e0;
  border-radius: 11px;
  background: #fbfcfb;
  transition:
    border-color .18s ease,
    box-shadow .18s ease,
    background .18s ease;
}

#registerModal .auth-field > input {
  width: 100%;
  height: 44px;
  min-height: 44px;
  box-sizing: border-box;
  padding: 0 13px;
  color: #1d2c25;
  font-size: 14px;
  outline: none;
}

#registerModal .auth-field input::placeholder {
  color: #a0aaa5;
}

#registerModal .auth-field > input:focus,
#registerModal .auth-phone-field:focus-within,
#registerModal .auth-password-field:focus-within {
  border-color: #167449;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(22, 116, 73, .10);
}

#registerModal .auth-phone-field {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
}

#registerModal .auth-phone-prefix {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 11px 0 13px;
  border-right: 1px solid #e1e8e4;
  color: #47564f;
  font-size: 14px;
  font-weight: 750;
  background: #f4f8f6;
}

#registerModal .auth-phone-field input {
  width: 100%;
  height: 42px;
  min-width: 0;
  padding: 0 12px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #1d2c25;
  font: inherit;
  font-size: 14px;
}

#registerModal .auth-password-field {
  position: relative;
  display: flex;
  align-items: center;
}

#registerModal .auth-password-field input {
  width: 100%;
  height: 42px;
  min-width: 0;
  padding: 0 42px 0 13px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #1d2c25;
  font: inherit;
  font-size: 14px;
}

#registerModal .auth-password-toggle {
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #8b9691;
  cursor: pointer;
}

#registerModal .auth-password-toggle:hover,
#registerModal .auth-password-toggle.is-visible {
  background: #eef5f1;
  color: #167449;
}

#registerModal .auth-password-toggle svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#registerModal .auth-register-consents {
  display: grid;
  gap: 6px;
  padding: 10px 12px;
  border: 1px solid #e5ece8;
  border-radius: 11px;
  background: #fafcfb;
}

#registerModal .auth-consent {
  display: grid;
  grid-template-columns: 17px minmax(0, 1fr);
  align-items: start;
  gap: 8px;
  color: #66736d;
  font-size: 11.5px;
  line-height: 1.35;
  cursor: pointer;
}

#registerModal .auth-consent input {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: #167449;
}

#registerModal .auth-consent strong {
  color: #167449;
  font-weight: 750;
}

#registerModal .auth-feedback {
  min-height: 16px;
  margin: -2px 0;
  font-size: 12px;
  line-height: 1.3;
}

#registerModal .auth-register-submit {
  width: 100%;
  min-height: 46px;
  border-radius: 11px;
  border: 1px solid #167449;
  background: #167449;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 10px 22px rgba(22, 116, 73, .18);
}

#registerModal .auth-register-submit:hover {
  background: #115f3b;
  border-color: #115f3b;
}

#registerModal .auth-register-login {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-height: 22px;
  color: #8a9590;
  font-size: 12px;
}

#registerModal .auth-register-login .auth-switch-button {
  min-height: auto;
  padding: 2px 4px;
  border-radius: 5px;
  color: #167449;
  font-size: 12px;
  font-weight: 800;
}

#registerModal .auth-register-login .auth-switch-button:hover {
  background: rgba(22, 116, 73, .06);
}

@media (max-width: 620px) {
  #registerModal.auth-modal-overlay {
    padding: 10px;
    align-items: flex-start;
  }

  #registerModal .auth-register-panel {
    width: 100%;
    max-height: calc(100vh - 20px);
    padding: 22px 18px 18px;
    border-radius: 18px;
  }

  #registerModal .auth-register-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  #registerModal .auth-register-header {
    margin-bottom: 16px;
  }

  #registerModal .auth-register-header h3 {
    font-size: 27px;
  }
}

@media (max-height: 760px) and (min-width: 621px) {
  #registerModal .auth-register-panel {
    padding-top: 18px;
    padding-bottom: 16px;
  }

  #registerModal .auth-register-header {
    margin-bottom: 12px;
  }

  #registerModal .auth-register-header p {
    margin-top: 4px;
  }

  #registerModal .auth-register-form {
    gap: 9px;
  }

  #registerModal .auth-register-grid {
    gap: 8px 12px;
  }

  #registerModal .auth-register-consents {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}


/* === REGISTER MODAL CLOSE FIX 20260825 === */
#registerModal .auth-modal-close {
  position: absolute !important;
  top: 18px !important;
  right: 18px !important;
  left: auto !important;
  bottom: auto !important;
  z-index: 10;
}


/* === REGISTER MODAL ICON POLISH 20260825 === */

#registerModal .auth-register-header {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
}

#registerModal .auth-register-header-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #edf6f1;
  color: #167449;
}

#registerModal .auth-register-header-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#registerModal .auth-register-header-copy {
  min-width: 0;
}

#registerModal .auth-input-icon-field {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 44px;
  border: 1px solid #dce5e0;
  border-radius: 11px;
  background: #fbfcfb;
  transition:
    border-color .18s ease,
    box-shadow .18s ease,
    background .18s ease;
}

#registerModal .auth-input-icon-field:focus-within {
  border-color: #167449;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(22, 116, 73, .10);
}

#registerModal .auth-input-icon {
  width: 36px;
  display: grid;
  place-items: center;
  color: #167449;
  flex: 0 0 auto;
}

#registerModal .auth-input-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#registerModal .auth-input-icon-field input {
  width: 100%;
  height: 42px;
  min-width: 0;
  padding: 0 12px 0 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #1d2c25;
  font: inherit;
  font-size: 14px;
}

#registerModal .auth-phone-field {
  grid-template-columns: auto 36px 1fr;
}

#registerModal .auth-phone-icon {
  display: grid;
  place-items: center;
  color: #167449;
}

#registerModal .auth-phone-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#registerModal .auth-phone-help {
  margin-top: 1px;
  color: #7b8781;
  font-size: 10.5px;
  line-height: 1.3;
}

#registerModal .auth-phone-help::first-letter {
  color: #167449;
}

@media (max-height: 760px) and (min-width: 621px) {
  #registerModal .auth-register-header {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 10px;
  }

  #registerModal .auth-register-header-icon {
    width: 42px;
    height: 42px;
  }

  #registerModal .auth-phone-help {
    font-size: 10px;
  }
}


/* === REGISTER ROW ALIGN FIX 20260825 === */

#registerModal .auth-register-grid {
  align-items: start;
}

#registerModal .auth-field {
  grid-template-rows: auto 44px 14px;
}

#registerModal .auth-field:has(.auth-password-field),
#registerModal .auth-field:has(.auth-input-icon-field):not(.auth-field--email):not(:has(.auth-phone-field)) {
  grid-template-rows: auto 44px;
}

#registerModal .auth-input-icon-field,
#registerModal .auth-phone-field,
#registerModal .auth-password-field,
#registerModal .auth-field > input {
  height: 44px;
  min-height: 44px;
  box-sizing: border-box;
}

#registerModal .auth-input-icon-field input,
#registerModal .auth-phone-field input,
#registerModal .auth-password-field input {
  height: 42px;
  min-height: 42px;
}

#registerModal .auth-field-help {
  display: block;
  min-height: 14px;
  margin: 0;
  font-size: 10.5px;
  line-height: 14px;
}

#registerModal .auth-field-help--empty {
  visibility: hidden;
}

#registerModal .auth-field--email .auth-input-icon-field {
  height: 44px;
  min-height: 44px;
}



/* === REGISTER INPUT SINGLE SURFACE FIX 20260825 === */

/* İkon + input tek bir kutu/yüzey gibi davranır */
#registerModal .auth-input-icon-field {
  overflow: hidden;
}

/* İç input hiçbir ikinci kutu veya sınır oluşturmaz */
#registerModal .auth-input-icon-field input,
#registerModal .auth-input-icon-field input:hover,
#registerModal .auth-input-icon-field input:focus,
#registerModal .auth-input-icon-field input:focus-visible,
#registerModal .auth-input-icon-field input:active {
  appearance: none !important;
  -webkit-appearance: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

/* İkon alanında da ayırıcı/sınır bulunmaz */
#registerModal .auth-input-icon {
  border: 0 !important;
  border-right: 0 !important;
  background: transparent !important;
}

/* Focus yalnızca dış kutuya uygulanır */
#registerModal .auth-input-icon-field:focus-within {
  border-color: #167449 !important;
  background: #fff !important;
  box-shadow: 0 0 0 3px rgba(22, 116, 73, 0.10) !important;
}

/* Normal yazı imlecini geri getir */
#registerModal .auth-input-icon-field input {
  caret-color: #1d2c25 !important;
}


/* === REGISTER PHONE SINGLE SURFACE FIX 20260825 === */

#registerModal .auth-phone-field {
  overflow: hidden;
  grid-template-columns: auto 34px minmax(0, 1fr);
}

/* +90 artık ayrı kutu gibi görünmez */
#registerModal .auth-phone-prefix {
  height: 100%;
  padding: 0 6px 0 13px;
  border: 0 !important;
  border-right: 0 !important;
  background: transparent !important;
  color: #26372f;
  font-weight: 750;
}

/* Telefon ikonu da aynı yüzeyin parçasıdır */
#registerModal .auth-phone-icon {
  width: 34px;
  height: 100%;
  border: 0 !important;
  background: transparent !important;
}

/* İç input ikinci yüzey/focus oluşturmaz */
#registerModal .auth-phone-field input,
#registerModal .auth-phone-field input:hover,
#registerModal .auth-phone-field input:focus,
#registerModal .auth-phone-field input:focus-visible,
#registerModal .auth-phone-field input:active {
  appearance: none !important;
  -webkit-appearance: none !important;
  height: 42px;
  min-width: 0;
  padding: 0 12px 0 0;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  caret-color: #1d2c25 !important;
}

/* Focus yalnızca dış telefon kutusunda görünür */
#registerModal .auth-phone-field:focus-within {
  border-color: #167449 !important;
  background: #fff !important;
  box-shadow: 0 0 0 3px rgba(22, 116, 73, 0.10) !important;
}


/* === LOGIN MODAL REDESIGN 20260825 === */

#loginModal.auth-modal-overlay {
  padding: 12px;
  align-items: center;
  justify-content: center;
}

#loginModal .auth-login-panel {
  width: min(500px, calc(100vw - 24px));
  max-height: calc(100vh - 24px);
  overflow-y: auto;
  padding: 26px 28px 22px;
  border: 1px solid rgba(22, 116, 73, 0.10);
  border-radius: 22px;
  background: #fff;
  box-shadow:
    0 30px 80px rgba(8, 30, 21, 0.18),
    0 3px 14px rgba(8, 30, 21, 0.06);
}

#loginModal .auth-modal-close {
  position: absolute !important;
  top: 18px !important;
  right: 18px !important;
  left: auto !important;
  bottom: auto !important;
  z-index: 10;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #f1f7f4;
  color: #167449;
  font-size: 22px;
  line-height: 1;
  box-shadow: none;
}

#loginModal .auth-modal-close:hover {
  background: #e7f2ec;
}

#loginModal .auth-login-header {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding-right: 44px;
  margin-bottom: 20px;
}

#loginModal .auth-login-header-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #edf6f1;
  color: #167449;
}

#loginModal .auth-login-header-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#loginModal .auth-login-header-copy {
  min-width: 0;
}

#loginModal .auth-modal-kicker {
  display: block;
  margin: 0 0 5px;
  color: #167449;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 850;
  letter-spacing: .10em;
}

#loginModal .auth-login-header h3 {
  margin: 0;
  color: #17231e;
  font-size: 30px;
  line-height: 1.08;
  letter-spacing: -0.8px;
  font-weight: 800;
}

#loginModal .auth-login-header p {
  margin: 6px 0 0;
  color: #6d7872;
  font-size: 13px;
  line-height: 1.45;
}

#loginModal .auth-login-form {
  display: grid;
  gap: 13px;
}

#loginModal .auth-field {
  display: grid;
  gap: 5px;
}

#loginModal .auth-field > span {
  color: #27352f;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 750;
}

#loginModal .auth-login-input-field,
#loginModal .auth-login-password-field {
  position: relative;
  display: flex;
  align-items: center;
  height: 46px;
  min-height: 46px;
  overflow: hidden;
  border: 1px solid #dce5e0;
  border-radius: 11px;
  background: #fbfcfb;
  transition:
    border-color .18s ease,
    box-shadow .18s ease,
    background .18s ease;
}

#loginModal .auth-login-input-field:focus-within,
#loginModal .auth-login-password-field:focus-within {
  border-color: #167449;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(22, 116, 73, .10);
}

#loginModal .auth-login-input-icon {
  width: 38px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: #167449;
}

#loginModal .auth-login-input-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#loginModal .auth-login-input-field input,
#loginModal .auth-login-input-field input:hover,
#loginModal .auth-login-input-field input:focus,
#loginModal .auth-login-input-field input:focus-visible,
#loginModal .auth-login-input-field input:active,
#loginModal .auth-login-password-field input,
#loginModal .auth-login-password-field input:hover,
#loginModal .auth-login-password-field input:focus,
#loginModal .auth-login-password-field input:focus-visible,
#loginModal .auth-login-password-field input:active {
  appearance: none !important;
  -webkit-appearance: none !important;
  width: 100%;
  height: 44px;
  min-width: 0;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  color: #1d2c25;
  font: inherit;
  font-size: 14px;
  caret-color: #1d2c25;
}

#loginModal .auth-login-input-field input {
  padding: 0 12px 0 0;
}

#loginModal .auth-login-password-field input {
  padding: 0 42px 0 13px;
}

#loginModal input::placeholder {
  color: #a0aaa5;
}

#loginModal .auth-password-toggle {
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #8b9691;
  cursor: pointer;
}

#loginModal .auth-password-toggle:hover,
#loginModal .auth-password-toggle.is-visible {
  background: #eef5f1;
  color: #167449;
}

#loginModal .auth-password-toggle svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#loginModal .auth-feedback {
  min-height: 16px;
  margin: -2px 0;
  font-size: 12px;
  line-height: 1.3;
}

#loginModal .auth-login-submit {
  width: 100%;
  min-height: 46px;
  border-radius: 11px;
  border: 1px solid #167449;
  background: #167449;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 10px 22px rgba(22, 116, 73, .18);
}

#loginModal .auth-login-submit:hover {
  background: #115f3b;
  border-color: #115f3b;
}

#loginModal .auth-login-register {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-height: 22px;
  color: #8a9590;
  font-size: 12px;
}

#loginModal .auth-login-register .auth-switch-button {
  min-height: auto;
  padding: 2px 4px;
  border-radius: 5px;
  color: #167449;
  font-size: 12px;
  font-weight: 800;
}

#loginModal .auth-login-register .auth-switch-button:hover {
  background: rgba(22, 116, 73, .06);
}

@media (max-width: 620px) {
  #loginModal.auth-modal-overlay {
    padding: 10px;
  }

  #loginModal .auth-login-panel {
    width: 100%;
    padding: 22px 18px 18px;
    border-radius: 18px;
  }

  #loginModal .auth-login-header {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 10px;
  }

  #loginModal .auth-login-header-icon {
    width: 42px;
    height: 42px;
  }

  #loginModal .auth-login-header h3 {
    font-size: 27px;
  }
}


/* === FORGOT PASSWORD MODAL DESIGN 20260825 === */

#forgotPasswordModal.auth-modal-overlay,
#forgotPasswordVerificationModal.auth-modal-overlay,
#forgotPasswordNewPasswordModal.auth-modal-overlay {
  padding: 12px;
  align-items: center;
  justify-content: center;
}

#forgotPasswordModal .auth-login-panel,
#forgotPasswordVerificationModal .auth-login-panel,
#forgotPasswordNewPasswordModal .auth-login-panel {
  width: min(500px, calc(100vw - 24px));
  max-height: calc(100vh - 24px);
  overflow-y: auto;
  padding: 26px 28px 22px;
  border: 1px solid rgba(22, 116, 73, 0.10);
  border-radius: 22px;
  background: #fff;
  box-shadow:
    0 30px 80px rgba(8, 30, 21, 0.18),
    0 3px 14px rgba(8, 30, 21, 0.06);
}

#forgotPasswordModal .auth-modal-close,
#forgotPasswordVerificationModal .auth-modal-close,
#forgotPasswordNewPasswordModal .auth-modal-close {
  position: absolute !important;
  top: 18px !important;
  right: 18px !important;
  left: auto !important;
  bottom: auto !important;
  z-index: 10;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #f1f7f4;
  color: #167449;
  font-size: 22px;
  line-height: 1;
  box-shadow: none;
}

#forgotPasswordModal .auth-modal-close:hover,
#forgotPasswordVerificationModal .auth-modal-close:hover,
#forgotPasswordNewPasswordModal .auth-modal-close:hover {
  background: #e7f2ec;
}

#forgotPasswordModal .auth-login-header,
#forgotPasswordVerificationModal .auth-login-header,
#forgotPasswordNewPasswordModal .auth-login-header {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding-right: 44px;
  margin-bottom: 20px;
}

#forgotPasswordModal .auth-login-header-icon,
#forgotPasswordVerificationModal .auth-login-header-icon,
#forgotPasswordNewPasswordModal .auth-login-header-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #edf6f1;
  color: #167449;
}

#forgotPasswordModal .auth-login-header-icon svg,
#forgotPasswordVerificationModal .auth-login-header-icon svg,
#forgotPasswordNewPasswordModal .auth-login-header-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#forgotPasswordModal .auth-modal-kicker,
#forgotPasswordVerificationModal .auth-modal-kicker,
#forgotPasswordNewPasswordModal .auth-modal-kicker {
  display: block;
  margin: 0 0 5px;
  color: #167449;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 850;
  letter-spacing: .10em;
}

#forgotPasswordModal .auth-login-header h3,
#forgotPasswordVerificationModal .auth-login-header h3,
#forgotPasswordNewPasswordModal .auth-login-header h3 {
  margin: 0;
  color: #17231e;
  font-size: 30px;
  line-height: 1.08;
  letter-spacing: -0.8px;
  font-weight: 800;
}

#forgotPasswordModal .auth-login-header p,
#forgotPasswordVerificationModal .auth-login-header p,
#forgotPasswordNewPasswordModal .auth-login-header p {
  margin: 6px 0 0;
  color: #6d7872;
  font-size: 13px;
  line-height: 1.45;
}

#forgotPasswordModal .auth-login-form,
#forgotPasswordVerificationModal .auth-login-form,
#forgotPasswordNewPasswordModal .auth-login-form {
  display: grid;
  gap: 13px;
}

#forgotPasswordModal .auth-field,
#forgotPasswordVerificationModal .auth-field,
#forgotPasswordNewPasswordModal .auth-field {
  display: grid;
  gap: 5px;
}

#forgotPasswordModal .auth-field > span,
#forgotPasswordVerificationModal .auth-field > span,
#forgotPasswordNewPasswordModal .auth-field > span {
  color: #27352f;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 750;
}

#forgotPasswordModal .auth-phone-field,
#forgotPasswordNewPasswordModal .auth-login-password-field {
  position: relative;
  display: flex;
  align-items: center;
  height: 46px;
  min-height: 46px;
  overflow: hidden;
  border: 1px solid #dce5e0;
  border-radius: 11px;
  background: #fbfcfb;
}

#forgotPasswordModal .auth-phone-field {
  display: grid;
  grid-template-columns: auto 34px minmax(0, 1fr);
}

#forgotPasswordModal .auth-phone-field:focus-within,
#forgotPasswordNewPasswordModal .auth-login-password-field:focus-within {
  border-color: #167449;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(22, 116, 73, .10);
}

#forgotPasswordModal .auth-phone-prefix {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 6px 0 13px;
  border: 0 !important;
  background: transparent !important;
  color: #26372f;
  font-size: 14px;
  font-weight: 750;
}

#forgotPasswordModal .auth-phone-icon {
  width: 34px;
  height: 100%;
  display: grid;
  place-items: center;
  color: #167449;
}

#forgotPasswordModal .auth-phone-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#forgotPasswordModal .auth-phone-field input,
#forgotPasswordModal .auth-phone-field input:focus,
#forgotPasswordNewPasswordModal .auth-login-password-field input,
#forgotPasswordNewPasswordModal .auth-login-password-field input:focus {
  appearance: none !important;
  -webkit-appearance: none !important;
  width: 100%;
  height: 44px;
  min-width: 0;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  color: #1d2c25;
  font: inherit;
  font-size: 14px;
  caret-color: #1d2c25;
}

#forgotPasswordModal .auth-phone-field input {
  padding: 0 12px 0 0;
}

#forgotPasswordNewPasswordModal .auth-login-password-field input {
  padding: 0 42px 0 13px;
}

#forgotPasswordVerificationModal .auth-field > input {
  width: 100%;
  height: 46px;
  box-sizing: border-box;
  padding: 0 13px;
  border: 1px solid #dce5e0;
  border-radius: 11px;
  outline: 0;
  background: #fbfcfb;
  color: #1d2c25;
  font-size: 15px;
  letter-spacing: .12em;
  text-align: center;
}

#forgotPasswordVerificationModal .auth-field > input:focus {
  border-color: #167449;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(22, 116, 73, .10);
}

#forgotPasswordModal .auth-field-help {
  display: block;
  min-height: 14px;
  margin: 0;
  color: #7b8781;
  font-size: 10.5px;
  line-height: 14px;
}

#forgotPasswordNewPasswordModal .auth-password-toggle {
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #8b9691;
  cursor: pointer;
}

#forgotPasswordNewPasswordModal .auth-password-toggle:hover,
#forgotPasswordNewPasswordModal .auth-password-toggle.is-visible {
  background: #eef5f1;
  color: #167449;
}

#forgotPasswordNewPasswordModal .auth-password-toggle svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#forgotPasswordModal .auth-login-submit,
#forgotPasswordVerificationModal .auth-login-submit,
#forgotPasswordNewPasswordModal .auth-login-submit {
  width: 100%;
  min-height: 46px;
  border-radius: 11px;
  border: 1px solid #167449;
  background: #167449;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 10px 22px rgba(22, 116, 73, .18);
}

#forgotPasswordModal .auth-login-submit:hover,
#forgotPasswordVerificationModal .auth-login-submit:hover,
#forgotPasswordNewPasswordModal .auth-login-submit:hover {
  background: #115f3b;
  border-color: #115f3b;
}

#loginModal .auth-login-forgot-row {
  display: flex;
  justify-content: flex-end;
  margin-top: -4px;
}

#loginModal .auth-forgot-password-button {
  padding: 2px 0;
  border: 0;
  background: transparent;
  color: #167449;
  font-size: 12px;
  font-weight: 750;
  cursor: pointer;
}

#loginModal .auth-forgot-password-button:hover {
  text-decoration: underline;
}

@media (max-width: 620px) {
  #forgotPasswordModal .auth-login-panel,
  #forgotPasswordVerificationModal .auth-login-panel,
  #forgotPasswordNewPasswordModal .auth-login-panel {
    width: 100%;
    padding: 22px 18px 18px;
    border-radius: 18px;
  }

  #forgotPasswordModal .auth-login-header,
  #forgotPasswordVerificationModal .auth-login-header,
  #forgotPasswordNewPasswordModal .auth-login-header {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 10px;
  }

  #forgotPasswordModal .auth-login-header-icon,
  #forgotPasswordVerificationModal .auth-login-header-icon,
  #forgotPasswordNewPasswordModal .auth-login-header-icon {
    width: 42px;
    height: 42px;
  }

  #forgotPasswordModal .auth-login-header h3,
  #forgotPasswordVerificationModal .auth-login-header h3,
  #forgotPasswordNewPasswordModal .auth-login-header h3 {
    font-size: 27px;
  }
}
