/*
 * =========================================================================
 * @stylesheet  Premium Design System (Custom Craft Edition)
 * @author      UI/UX Design Studio (Custom Handcrafted CSS)
 * @copyright   All Rights Reserved © 2026
 * @structure   CSS Variable Tokens, Reset Rules, Layout Layouts, Custom Animations
 * =========================================================================
 */
    :root {
      --bg: #070408;
      --panel: rgba(18, 10, 16, .82);
      --line: rgba(255, 210, 156, .26);
      --text: #fff8ef;
      --muted: #d9b8aa;
      --gold: #ffd28e;
      --amber: #ffad5c;
      --ruby: #dc1f4f;
      --rose: #ff4f8b;
      --plum: #7a2d68;
      --card-radius: 8px;
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    }

    * {
      box-sizing: border-box;
    }

    html {
      background: #050306;
    }

    body {
      margin: 0;
      color: var(--text);
      background-color: #050306;
      background: linear-gradient(180deg, #070407 0%, #030304 100%);
      min-height: 100vh;
      overflow-x: hidden;
    }

    body::before {
      content: "";
      display: none;
      position: fixed;
      inset: 0;
      pointer-events: none;
      background-image: none;
      background-size: auto;
      opacity: .18;
      z-index: 0;
      transform: translateZ(0);
      backface-visibility: hidden;
    }

    body::after {
      content: "♡  ✿  ♡        ✿  ♡       ♡  ✿";
      display: none;
      position: fixed;
      inset: 120px 0 auto;
      height: 70vh;
      pointer-events: none;
      color: rgba(255, 152, 178, .14);
      font-family: Georgia, "Times New Roman", serif;
      font-size: clamp(2.4rem, 7vw, 6rem);
      line-height: 2.2;
      word-spacing: 2.8rem;
      text-align: center;
      text-shadow: 0 0 26px rgba(255, 85, 139, .22), 0 0 56px rgba(255, 193, 130, .13);
      opacity: .42;
      z-index: 0;
      transform: translateZ(0);
      backface-visibility: hidden;
    }

    @keyframes ambientDrift {
      from { background-position: 0 0, 0 0, 0 0; }
      to { background-position: 17rem 0, 21rem 21rem, -13rem 13rem; }
    }

    @keyframes roseFloat {
      0%, 100% { transform: translateY(0); opacity: .68; }
      50% { transform: translateY(-12px); opacity: .9; }
    }

    @keyframes glowPulse {
      0%, 100% { opacity: .58; filter: saturate(1); }
      50% { opacity: .94; filter: saturate(1.35); }
    }

    @keyframes heartBeat {
      0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: .72; }
      50% { transform: translate(-50%, -50%) scale(1.08); opacity: .98; }
    }

    @keyframes shineSweep {
      from { transform: translateX(-140%) skewX(-16deg); }
      to { transform: translateX(140%) skewX(-16deg); }
    }

    @keyframes sparkleFloat {
      0%, 100% { opacity: .54; transform: translateY(0); }
      50% { opacity: 1; transform: translateY(-5px); }
    }

    @keyframes floralBreath {
      from { opacity: calc(var(--floral-opacity) * .76); }
      to { opacity: var(--floral-opacity); }
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    .shell {
      position: relative;
      z-index: 1;
      width: min(1340px, calc(100% - 28px));
      margin: 0 auto;
      padding: 14px 0 38px;
    }

    .topbar {
      position: sticky;
      top: 12px;
      z-index: 20;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 16px;
      min-height: 58px;
      padding: 8px 12px;
      border: 1px solid rgba(255, 210, 142, .44);
      border-radius: 10px;
      background:
        linear-gradient(180deg, rgba(29, 10, 14, .96), rgba(5, 4, 6, .94)),
        linear-gradient(90deg, rgba(255, 210, 142, .18), rgba(255, 65, 111, .13) 42%, rgba(255, 173, 92, .16));
      box-shadow: 0 8px 24px rgba(0, 0, 0, .34), inset 0 -1px 0 rgba(255, 73, 126, .18);
    }

    .brand {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      min-width: max-content;
      font-family: Georgia, "Times New Roman", serif;
      font-size: clamp(1.65rem, 2.8vw, 2.55rem);
      line-height: .92;
      font-weight: 700;
      letter-spacing: 0;
      color: var(--gold);
      text-shadow: 0 0 20px rgba(255, 188, 104, .46);
    }

    .brand-mark,
    .section-mark {
      width: 34px;
      aspect-ratio: 1;
      display: grid;
      place-items: center;
      transform: rotate(45deg);
      border: 1px solid rgba(255, 210, 142, .85);
      border-radius: 7px;
      background: linear-gradient(145deg, #ff3c7b, #7b1548 54%, #ffd28e);
      box-shadow: none;
    }

    .brand-mark::before,
    .section-mark::before {
      content: "";
      display: none;
      width: 56%;
      aspect-ratio: 1;
      border: 2px solid rgba(255,255,255,.86);
      border-left: 0;
      border-top: 0;
      transform: rotate(0deg);
    }

    .svg-defs {
      display: none;
    }

    .icon {
      width: 1.15em;
      height: 1.15em;
      flex: 0 0 auto;
      fill: none;
      stroke: currentColor;
      stroke-width: 1.8;
      stroke-linecap: round;
      stroke-linejoin: round;
      filter: none;
    }

    .brand-mark .icon,
    .section-mark .icon {
      width: 72%;
      height: 72%;
      transform: rotate(-45deg);
      color: #fff0d6;
    }

    .nav a,
    .chip,
    .mini-btn,
    .bottom-nav a {
      gap: 7px;
    }

    .nav .icon,
    .chip .icon {
      width: 1.05rem;
      height: 1.05rem;
      color: #ffd28e;
    }

    .nav {
      display: flex;
      justify-content: flex-end;
      gap: 6px;
    }

    .nav a,
    .chip,
    .action {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 34px;
      padding: 0 12px;
      border-radius: 8px;
      border: 1px solid rgba(255, 210, 142, .24);
      background: rgba(255, 255, 255, .028);
      color: #f8ddca;
      font-size: .8rem;
      font-weight: 700;
      white-space: nowrap;
    }

    .nav a.active,
    .action.primary {
      color: #fff5e7;
      background: linear-gradient(135deg, rgba(255, 66, 123, .5), rgba(255, 174, 91, .22));
      border-color: rgba(255, 186, 145, .72);
      box-shadow: inset 0 0 10px rgba(255, 80, 132, .12);
    }

    .nav a.ad-link {
      color: #eafff2;
      background: linear-gradient(135deg, rgba(24, 176, 91, .95), rgba(18, 106, 64, .94));
      border-color: rgba(80, 255, 158, .46);
      box-shadow: inset 0 0 10px rgba(255, 255, 255, .06);
    }

    /* SEO H1 - Arama motorları için görünür, tasarımla uyumlu */
    .site-h1 {
      text-align: center;
      font-family: Georgia, "Times New Roman", serif;
      font-size: clamp(.75rem, 1.1vw, .95rem);
      font-weight: 400;
      letter-spacing: .08em;
      color: rgba(255, 211, 142, .28);
      padding: 10px 20px 4px;
      margin: 0;
      text-transform: uppercase;
      pointer-events: none;
      user-select: none;
    }

    /* Pasif span etiketler (link olmadan) */
    .seo-tags span {
      display: inline-flex;
      align-items: center;
      padding: 4px 12px;
      border-radius: 20px;
      font-size: .72rem;
      color: rgba(255, 211, 142, .38);
      background: rgba(255, 211, 142, .04);
      border: 1px solid rgba(255, 211, 142, .08);
      cursor: default;
    }

    .section {
      --accent: var(--rose);
      --accent-soft: rgba(255, 79, 139, .16);
      --section-bg-top: #18070e;
      --section-bg-bottom: #060405;
      --floral-opacity: 0;
      --floral-size: clamp(250px, 30vw, 430px);
      --heart-motif: none;
      --lips-motif: none;
      position: relative;
      isolation: isolate;
      content-visibility: auto;
      contain-intrinsic-size: 720px;
      margin-top: 14px;
      padding: 16px;
      border: 1px solid color-mix(in srgb, var(--accent) 70%, #4e0b1f);
      border-radius: 14px;
      background: linear-gradient(180deg, var(--section-bg-top), var(--section-bg-bottom));
      box-shadow:
        inset 0 0 0 1px rgba(255, 211, 142, .1),
        inset 0 0 24px color-mix(in srgb, var(--accent) 12%, transparent),
        0 12px 30px rgba(0, 0, 0, .34);
      overflow: hidden;
    }

    .section::before {
      content: "";
      display: none;
      position: absolute;
      inset: 0;
      pointer-events: none;
      background: none;
      opacity: .34;
      z-index: 0;
    }

    .section::after {
      content: "";
      display: none;
      position: absolute;
      inset: 7px;
      pointer-events: none;
      border: 1px solid color-mix(in srgb, var(--accent) 48%, rgba(255, 211, 142, .62));
      border-radius: 10px;
      background: none;
      box-shadow: none;
      opacity: .48;
      z-index: 0;
      animation: none;
    }

    .section.vip {
      --accent: #ffd28e;
      --accent-soft: rgba(126, 31, 31, .62);
      --section-bg-top: #2a090d;
      --section-bg-bottom: #070405;
      --floral-opacity: 0;
      --floral-size: clamp(280px, 34vw, 500px);
      border-color: rgba(255, 218, 158, .86);
      background: linear-gradient(180deg, var(--section-bg-top), var(--section-bg-bottom));
      box-shadow: inset 0 0 34px rgba(255, 201, 126, .16), 0 14px 36px rgba(0, 0, 0, .36);
    }

    .section.popular {
      --accent: #ff4f8b;
      --accent-soft: rgba(97, 8, 39, .46);
      --section-bg-top: #1d0611;
      --section-bg-bottom: #070405;
      --floral-opacity: 0;
      background: linear-gradient(180deg, var(--section-bg-top), var(--section-bg-bottom));
    }

    .section.recommended {
      --accent: #e11d48;
      --accent-soft: rgba(160, 20, 50, .32);
      --section-bg-top: #1f050c;
      --section-bg-bottom: #070204;
      --floral-opacity: 0;
      background: linear-gradient(180deg, var(--section-bg-top), var(--section-bg-bottom));
    }

    .section.popular::before {
      background: none;
      opacity: .5;
    }

    .section.recommended::before {
      background: none;
      opacity: .42;
    }

    .section-floral {
      display: none;
      position: absolute;
      top: -20px;
      bottom: -20px;
      left: -24px;
      z-index: 0;
      width: var(--floral-size);
      height: calc(100% + 40px);
      object-fit: fill;
      opacity: calc(var(--floral-opacity) * .72);
      pointer-events: none;
      filter: none;
    }

    .section-floral-right {
      right: -24px;
      left: auto;
      transform: scaleX(-1);
    }

    .section.vip .section-floral {
      filter: none;
    }

    .section.recommended .section-floral {
      filter: none;
    }

    .section-head {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: 1fr auto 1fr;
      align-items: center;
      gap: 10px;
      margin-bottom: 14px;
      overflow: hidden;
    }

    .section-head::before,
    .section-head::after {
      content: "";
      height: 1px;
      background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--accent) 82%, var(--gold)), transparent);
      box-shadow: none;
    }

    .section-title {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      font-family: Georgia, "Times New Roman", serif;
      font-size: clamp(1rem, 2vw, 1.95rem);
      line-height: 1.25;
      color: #ffe2c0;
      text-align: center;
      text-shadow: 0 0 16px color-mix(in srgb, var(--accent) 72%, transparent), 0 0 34px rgba(255, 65, 111, .24);
      white-space: normal;
      word-break: keep-all;
      overflow-wrap: break-word;
      max-width: 100%;
    }

    .section-mark {
      width: 24px;
      border-radius: 6px;
      background: linear-gradient(145deg, var(--accent), #3c102b 54%, var(--gold));
      box-shadow: none;
    }

    .grid {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: repeat(var(--cols), minmax(0, 1fr));
      gap: 12px;
    }

    .section.vip .grid {
      --cols: 4;
    }

    .section.popular .grid {
      --cols: 6;
      contain: layout paint;
    }

    .section.popular .grid::-webkit-scrollbar {
      display: none;
    }

    .section.popular .card {
      min-width: 0;
    }

    .section.recommended .grid {
      --cols: 6;
    }

    .card {
      position: relative;
      min-width: 0;
      border-radius: var(--card-radius);
      border: 1px solid color-mix(in srgb, var(--accent) 58%, rgba(255, 210, 142, .24));
      background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(9, 5, 8, .96));
      box-shadow: inset 0 0 14px rgba(255,255,255,.025), 0 7px 16px rgba(0, 0, 0, .32);
      overflow: hidden;
      isolation: isolate;
      contain: layout paint;
      transition: border-color .16s ease, background-color .16s ease;
    }

    .card::before {
      content: "";
      display: none;
      position: absolute;
      inset: 0;
      pointer-events: none;
      background: linear-gradient(115deg, transparent 0%, rgba(255,255,255,.16) 44%, transparent 58%);
      opacity: .46;
      z-index: 3;
      transform: translateX(-140%) skewX(-16deg);
      animation: none;
    }

    .section.vip .card:hover::before {
      display: none;
      animation: none;
    }

    .card:hover {
      border-color: color-mix(in srgb, var(--accent) 78%, var(--gold));
      box-shadow: inset 0 0 16px rgba(255,255,255,.04), 0 9px 20px rgba(0, 0, 0, .34);
    }

    .card.is-ad-preview {
      background:
        linear-gradient(135deg, rgba(255, 79, 139, .14), transparent 42%),
        linear-gradient(180deg, rgba(58, 8, 20, .96), rgba(8, 4, 7, .98));
      border-color: color-mix(in srgb, var(--accent) 46%, rgba(255, 210, 142, .34));
    }

    .card.is-ad-preview .visual {
      border: none;
      box-shadow: none;
      margin: 0;
      border-radius: var(--card-radius) var(--card-radius) 0 0;
    }

    .card.is-ad-preview .visual::after {
      display: none;
    }

    .section.vip .visual {
      aspect-ratio: 4 / 5;
      margin: 10px;
      background: linear-gradient(180deg, #10070b, #020203 72%);
      border-color: rgba(255, 215, 153, .68);
      box-shadow: inset 0 0 24px rgba(255, 204, 132, .1), inset 0 -16px 24px rgba(0, 0, 0, .44);
    }

    .section.vip .card-body {
      padding: 0 13px 13px;
    }

    .section.vip .card {
      border-color: rgba(255, 211, 142, .62);
      background: linear-gradient(180deg, rgba(60, 12, 27, .92), rgba(13, 5, 8, .98));
      box-shadow: inset 0 0 16px rgba(255, 208, 142, .06), 0 8px 18px rgba(0, 0, 0, .34);
    }

    .section.vip .badge {
      color: #321307;
      background: linear-gradient(135deg, #ffe4ad, #ffb45f 58%, #a9263f);
      border-color: rgba(255, 242, 207, .8);
      text-shadow: none;
    }

    .section.vip .card-corner {
      color: #fff1d0;
      background: rgba(86, 20, 34, .78);
      border-color: rgba(255, 224, 170, .72);
    }

    .section.vip .name {
      font-size: clamp(1.05rem, 1.32vw, 1.4rem);
    }

    .badge {
      position: absolute;
      top: 8px;
      left: -32px;
      z-index: 5;
      width: 112px;
      height: 24px;
      display: grid;
      place-items: center;
      transform: rotate(-38deg);
      background: linear-gradient(135deg, color-mix(in srgb, var(--accent) 85%, #17070f), #381222);
      border-top: 1px solid rgba(255,255,255,.26);
      border-bottom: 1px solid rgba(255,210,142,.4);
      color: #fff1e6;
      font-size: .66rem;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: 0;
      box-shadow: 0 4px 10px rgba(0,0,0,.24);
    }

    .card-corner {
      position: absolute;
      top: 16px;
      right: 16px;
      z-index: 5;
      width: 38px;
      height: 38px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      color: #ffd28e;
      background: rgba(12, 5, 9, .76);
      border: 1px solid rgba(255, 210, 142, .52);
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
      backdrop-filter: blur(4px);
    }

    .card-corner .icon {
      width: 20px;
      height: 20px;
    }

    .visual {
      position: relative;
      display: block;
      aspect-ratio: 4 / 5;
      margin: 8px;
      border-radius: 6px;
      overflow: hidden;
      background: linear-gradient(180deg, #0a0709, #020203 74%);
      box-shadow:
        inset 0 0 14px color-mix(in srgb, var(--accent) 8%, transparent),
        inset 0 -14px 20px rgba(0, 0, 0, .42);
    }

    a.visual {
      cursor: pointer;
    }

    .visual::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(180deg, transparent 58%, rgba(0, 0, 0, .52));
      opacity: .42;
      z-index: 2;
    }

    .visual.has-photo {
      aspect-ratio: 4 / 5;
      background-color: #020202;
    }

    .section.vip .visual.has-photo {
      aspect-ratio: 4 / 5;
      margin: 10px;
      background: #020202;
    }

    .visual-photo {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: 58% 16%;
    }

    .ad-preview-photo {
      object-position: center;
    }

    .visual::after {
      display: none;
    }

    .spark::before,
    .spark::after {
      content: "♥";
      position: absolute;
      color: rgba(255, 128, 166, .42);
      font-size: 1.25rem;
      text-shadow: 0 0 12px rgba(255, 82, 139, .64);
    }

    .spark::before {
      right: 16%;
      top: 18%;
    }

    .spark::after {
      left: 17%;
      bottom: 18%;
      font-size: .95rem;
    }

    .card-body {
      padding: 0 10px 11px;
    }

    .name-row {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 8px;
      min-height: 28px;
    }

    .name {
      min-width: 0;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      color: #ffe1b8;
      font-family: Georgia, "Times New Roman", serif;
      font-size: clamp(.92rem, 1.05vw, 1.18rem);
      font-weight: 700;
      letter-spacing: 0;
      transition: color .2s ease;
    }

    .card:hover .name {
      color: var(--accent);
    }

    .city {
      display: inline-flex;
      align-items: center;
      gap: 5px;
      color: #ffc0ce;
      font-size: .72rem;
      white-space: nowrap;
    }

    .city::before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50% 50% 50% 0;
      transform: rotate(-45deg);
      background: color-mix(in srgb, var(--accent) 82%, var(--gold));
      box-shadow: none;
    }

    .meta {
      display: flex;
      align-items: center;
      justify-content: stretch;
      gap: 10px;
      margin-top: 8px;
      padding-top: 8px;
      border-top: 1px solid rgba(255, 210, 142, .16);
    }

    .actions {
      display: grid;
      grid-template-columns: 1fr;
      gap: 7px;
      min-width: 0;
      flex: 1;
      justify-content: stretch;
    }

    .actions .mini-btn {
      flex: 1;
    }

    .mini-btn {
      min-height: 38px;
      padding: 0 12px;
      border-radius: 7px;
      border: 1px solid color-mix(in srgb, var(--accent) 64%, rgba(255, 210, 142, .32));
      background: linear-gradient(135deg, color-mix(in srgb, var(--accent) 44%, rgba(255,255,255,.03)), rgba(255, 210, 142, .12));
      color: #fff4e8;
      font-size: clamp(.82rem, .74vw, .92rem);
      font-weight: 800;
      white-space: nowrap;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      box-shadow: none;
    }

    .mini-btn .icon {
      width: 14px;
      height: 14px;
    }

    .mini-btn.chat {
      border-color: color-mix(in srgb, var(--accent) 78%, rgba(255,255,255,.2));
      background: linear-gradient(135deg, color-mix(in srgb, var(--accent) 58%, transparent), rgba(255, 210, 142, .1));
      color: #fff6f0;
    }

    .mini-btn.profile-link {
      border-color: color-mix(in srgb, var(--accent) 76%, var(--gold));
      background: linear-gradient(135deg, color-mix(in srgb, var(--accent) 62%, rgba(255,255,255,.04)), rgba(255, 210, 142, .2));
      box-shadow: inset 0 0 10px color-mix(in srgb, var(--accent) 14%, transparent);
    }

    .mini-btn.reach-link {
      position: relative;
      overflow: hidden;
      border-color: rgba(181, 255, 204, .7);
      background:
        linear-gradient(135deg, rgba(255, 232, 168, .22), transparent 38%),
        linear-gradient(135deg, #2ee778 0%, #129b56 54%, #075237 100%);
      color: #f4fff8;
      text-shadow: 0 1px 8px rgba(0, 60, 32, .56);
      box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, .12),
        0 6px 14px rgba(0, 0, 0, .2);
    }

    .mini-btn.reach-link::after {
      content: "";
      display: none;
      position: absolute;
      inset: 0;
      background: linear-gradient(110deg, transparent 0 34%, rgba(255, 255, 255, .34) 45%, transparent 58%);
      transform: translateX(-130%) skewX(-18deg);
      opacity: .62;
      pointer-events: none;
    }

    .mini-btn.reach-link .icon {
      width: 12px;
      height: 12px;
      filter: none;
    }

    .bottom-nav {
      display: none;
      position: sticky;
      bottom: 12px;
      z-index: 30;
      grid-template-columns: repeat(5, 1fr);
      gap: 6px;
      margin-top: 18px;
      padding: 8px;
      border: 1px solid rgba(255, 210, 142, .26);
      border-radius: 14px;
      background: rgba(10, 6, 10, .92);
      box-shadow: 0 12px 40px rgba(0,0,0,.55);
    }

    .bottom-nav a {
      min-height: 44px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      border-radius: 8px;
      color: #f4cfc1;
      font-size: .75rem;
      font-weight: 800;
    }

    .bottom-nav .icon {
      width: 1.05rem;
      height: 1.05rem;
    }

    .bottom-nav a.active {
      color: #fff;
      background: linear-gradient(135deg, rgba(255, 72, 132, .42), rgba(255, 173, 92, .18));
    }

    .bottom-nav a.whatsapp-link {
      color: #eafff2;
      background: linear-gradient(135deg, rgba(24, 176, 91, .72), rgba(18, 106, 64, .78));
    }

    .legal-footer {
      position: relative;
      overflow: hidden;
      margin-top: 18px;
      padding: 16px 18px;
      border: 1px solid rgba(255, 210, 142, .2);
      border-radius: 10px;
      background: linear-gradient(180deg, rgba(255,255,255,.024), rgba(255,255,255,.01)), rgba(8, 4, 7, .72);
      color: rgba(240, 206, 197, .62);
      text-align: center;
      box-shadow: inset 0 0 18px rgba(255, 75, 128, .035);
    }

    .legal-footer::before {
      content: "";
      position: absolute;
      top: 10px;
      left: 12%;
      right: 12%;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(255, 210, 142, .28), rgba(255, 79, 139, .16), rgba(255, 210, 142, .28), transparent);
      box-shadow: none;
    }

    .legal-footer strong {
      display: block;
      margin-bottom: 7px;
      color: rgba(255, 226, 192, .72);
      font-family: Georgia, "Times New Roman", serif;
      font-size: 1.05rem;
      text-shadow: none;
    }

    .legal-footer p {
      max-width: 980px;
      margin: 0 auto;
      font-size: .78rem;
      line-height: 1.62;
    }

    .footer-about {
      text-align: left;
      margin-bottom: 18px;
    }

    .footer-about strong {
      display: block;
      margin-bottom: 8px;
      color: rgba(255, 226, 192, .85);
      font-family: Georgia, "Times New Roman", serif;
      font-size: 1.05rem;
      letter-spacing: 0.5px;
      text-shadow: none;
    }

    .footer-about p {
      color: rgba(240, 206, 197, .5);
      font-size: .8rem;
      line-height: 1.68;
      max-width: 100%;
      margin: 0;
      text-align: justify;
    }

    .footer-seo-links {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
      margin-bottom: 16px;
      text-align: left;
    }

    .seo-group {
      display: flex;
      flex-direction: column;
      gap: 8px;
    }

    .seo-group strong {
      color: rgba(255, 226, 192, .85);
      font-family: Georgia, "Times New Roman", serif;
      font-size: .92rem;
      letter-spacing: 0.5px;
    }

    .seo-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 6px 12px;
    }

    .seo-tags a {
      color: rgba(240, 206, 197, .5);
      font-size: .78rem;
      transition: color 0.2s ease;
    }

    .seo-tags a:hover {
      color: var(--gold);
    }

    .footer-divider {
      border: 0;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(255, 210, 142, .16), transparent);
      margin: 16px 0;
    }

    .back-to-top {
      position: fixed;
      bottom: 24px;
      right: 24px;
      z-index: 90;
      width: 46px;
      height: 46px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      border: 1px solid rgba(255, 210, 142, .44);
      background: rgba(8, 4, 7, .92);
      color: #ffe8c6;
      cursor: pointer;
      opacity: 0;
      visibility: hidden;
      transform: scale(0.8) translateY(10px);
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.45), inset 0 0 10px rgba(255, 75, 125, .1);
      backdrop-filter: blur(8px);
      outline: none;
    }

    .back-to-top.show {
      opacity: 1;
      visibility: visible;
      transform: scale(1) translateY(0);
    }

    .back-to-top:hover {
      transform: scale(1.06) translateY(-2px);
      color: #fff;
      border-color: rgba(255, 210, 142, .75);
    }

    .back-to-top .icon {
      width: 20px;
      height: 20px;
    }

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

      .nav {
        grid-column: 1 / -1;
        order: 3;
        justify-content: start;
        overflow-x: auto;
        padding-bottom: 2px;
      }

      .section.vip .grid {
        --cols: 3;
      }

      .section.popular .grid,
      .section.recommended .grid {
        --cols: 4;
      }
    }

    @media (max-width: 720px) {
      .shell {
        width: min(100% - 20px, 520px);
        padding-top: 10px;
      }

      .topbar {
        top: 8px;
        min-height: 62px;
        padding: 10px;
        display: flex;
        justify-content: center;
      }

      .brand {
        font-size: 2rem;
      }

      .brand-mark {
        width: 32px;
      }

      .nav {
        display: none;
      }

      .chip:not(.demo) {
        display: none;
      }

      .section {
        padding: 14px;
        margin-top: 14px;
      }

      .section.vip {
        --floral-opacity: .16;
        --floral-size: 210px;
      }

      .section.vip .section-floral {
        top: 6px;
        bottom: auto;
        height: 260px;
        opacity: .1;
        filter: saturate(.65) brightness(.55);
      }

      .section-head {
        gap: 10px;
      }

      .section-title {
        font-size: clamp(1.32rem, 6.7vw, 1.85rem);
      }

      .section.vip .grid,
      .section.recommended .grid {
        --cols: 2;
        gap: 10px;
      }

      .section.popular .grid {
        --cols: 2;
        gap: 10px;
      }

      .card-body {
        padding: 0 10px 10px;
      }

      .name-row {
        display: block;
      }

      .name {
        display: block;
        font-size: 1.05rem;
      }

      .city {
        margin-top: 4px;
        font-size: .72rem;
      }

      .meta {
        display: block;
        margin-top: 9px;
        padding-top: 9px;
      }

      .actions {
        margin-top: 8px;
      }

      .mini-btn {
        flex: 1;
        padding-inline: 6px;
        min-height: 34px;
        font-size: .76rem;
      }

      .meta {
        display: grid;
        gap: 8px;
      }

      .actions {
        grid-template-columns: 1fr;
        width: 100%;
      }

      .section.vip .card::before,
      .section::after,
      .mini-btn.reach-link::after {
        animation: none;
      }

      .card,
      .section,
      .section.vip .card,
      .visual,
      .topbar,
      .bottom-nav,
      .mini-btn {
        box-shadow: none;
      }

      .visual::before,
      .visual::after {
        opacity: .22;
        animation: none;
      }

      .bottom-nav {
        display: grid;
      }

      .card-corner {
        width: 30px;
        height: 30px;
        top: 12px;
        right: 12px;
      }

      .card-corner .icon {
        width: 16px;
        height: 16px;
      }

      .footer-seo-links {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 14px;
      }

      .seo-tags {
        justify-content: center;
      }

      /* Mobilde uzun başlıkların taşmamasını engelle */
      .section-head {
        grid-template-columns: 20px auto 20px;
        gap: 6px;
      }

      .section-title {
        font-size: clamp(.9rem, 4vw, 1.2rem);
        gap: 7px;
      }

      .section-mark {
        width: 18px;
        min-width: 18px;
      }

      .footer-about {
        text-align: center;
      }

      .footer-about p {
        text-align: center;
      }

      .back-to-top {
        bottom: 84px;
        right: 16px;
        width: 40px;
        height: 40px;
      }

      .back-to-top .icon {
        width: 18px;
        height: 18px;
      }
    }

    @media (max-width: 390px) {
      .section.vip .grid,
      .section.popular .grid,
      .section.recommended .grid {
        gap: 8px;
      }

      .section {
        padding: 10px;
      }

      .visual {
        margin: 8px;
      }

      .bottom-nav a {
        font-size: .62rem;
      }

      .bottom-nav .icon {
        width: .92rem;
        height: .92rem;
      }
    }
