/* ============================================================
   Chef's Merge — oyun sitesi v2 (modern rebuild)
   Gerçek oyun sanatı (PieceArt/TruckArt portları) + derinlik:
   katmanlı ışık, cam yüzeyler, bento kartlar, parallax dokular.
   ============================================================ */
:root {
  --sky-a: #ffb75e; --sky-b: #ff7a5c; --sky-c: #c2436b; --sky-d: #7b2d43;
  --ink: #3d2a24; --muted: #8d6e63; --paper: #fff8ee; --card: #ffffff;
  --line: #f0e2cc;
  --green-a: #81c784; --green-b: #2e7d32; --green-edge: #1b4d1e;
  --gold: #ffd54f; --berry: #7b2d43; --footer: #2b1b16;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; color: var(--ink);
  font-family: 'Baloo 2', 'Trebuchet MS', system-ui, sans-serif;
  background: var(--paper); overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; }
a { color: inherit; }
.piece { display: block; }

/* ---------- NAV ---------- */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 50;
  display: flex; align-items: center; gap: 12px;
  padding: 14px clamp(16px, 4vw, 44px);
  color: #fff; transition: background .3s, box-shadow .3s, padding .3s;
}
.nav.scrolled {
  background: rgba(43, 21, 28, .82);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 rgba(255,255,255,.08), 0 10px 30px rgba(30, 5, 15, .35);
  padding-top: 10px; padding-bottom: 10px;
}
.nav .brand { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 19px; text-decoration: none; white-space: nowrap; letter-spacing: .2px; }
.nav .brand svg { width: 36px; height: 36px; filter: drop-shadow(0 3px 4px rgba(0,0,0,.3)); }
.nav .links { margin-left: auto; display: flex; gap: clamp(8px, 2.6vw, 30px); font-weight: 700; font-size: 15px; align-items: center; }
.nav .links a { text-decoration: none; opacity: .85; padding: 6px 2px; white-space: nowrap; transition: opacity .15s; }
.nav .links a:hover { opacity: 1; }
.nav .cta {
  background: linear-gradient(#ffe082, #ffb300); color: #5a2b00;
  border-radius: 999px; padding: 8px 18px; font-weight: 800; font-size: 14px;
  box-shadow: 0 3px 0 #8a5a00, inset 0 1px 0 rgba(255,255,255,.6);
  text-decoration: none; white-space: nowrap;
}
@media (max-width: 640px) { .nav .links a.hide-m { display: none; } }

/* ---------- HERO ---------- */
.hero {
  position: relative; overflow: hidden; color: #fff;
  background:
    radial-gradient(1200px 700px at 78% -10%, rgba(255,236,170,.55), transparent 55%),
    radial-gradient(900px 600px at -10% 40%, rgba(255,120,120,.35), transparent 60%),
    linear-gradient(168deg, var(--sky-a) 0%, var(--sky-b) 42%, var(--sky-c) 78%, var(--sky-d) 100%);
  padding: 130px clamp(16px, 4vw, 44px) 0;
}
.hero::after { /* ince tanecik dokusu — düz gradyanı "boyalı" hissettirir */
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
}
.cloud { position: absolute; pointer-events: none; z-index: 1; }
.cloud svg { fill: rgba(255,255,255,.9); filter: drop-shadow(0 10px 18px rgba(140,30,60,.25)); }
.cloud.c1 { top: 96px; left: -70px; width: 170px; animation: drift 55s linear infinite; }
.cloud.c2 { top: 250px; right: -90px; width: 230px; opacity: .55; animation: drift 75s linear infinite reverse; }
@keyframes drift { from { transform: translateX(-160px); } to { transform: translateX(calc(100vw + 280px)); } }

.hero-grid {
  position: relative; z-index: 2;
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: 1.05fr .95fr;
  gap: clamp(20px, 4vw, 60px); align-items: center;
}
@media (max-width: 860px) { .hero-grid { grid-template-columns: 1fr; text-align: center; } }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.35);
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  border-radius: 999px; padding: 7px 16px; font-weight: 700; font-size: 13.5px;
  letter-spacing: .6px;
}
.eyebrow .dot { width: 8px; height: 8px; border-radius: 50%; background: #7CFC9B; box-shadow: 0 0 10px #7CFC9B; animation: glowpulse 2s ease-in-out infinite; }
@keyframes glowpulse { 50% { opacity: .4; } }

.hero h1 {
  font-size: clamp(42px, 6.6vw, 74px); line-height: .98; font-weight: 800;
  margin: 20px 0 0; letter-spacing: -.5px; text-wrap: balance;
  text-shadow: 0 4px 0 rgba(120, 25, 45, .35), 0 14px 40px rgba(90, 10, 30, .3);
}
.hero h1 .accent { color: var(--gold); }
.hero .lead {
  margin: 20px 0 0; font-size: clamp(16px, 2vw, 18.5px); font-weight: 600;
  line-height: 1.6; max-width: 30em; color: rgba(255,255,255,.94);
}
@media (max-width: 860px) { .hero .lead { margin-inline: auto; } }

.badges { display: flex; gap: 14px; margin-top: 30px; flex-wrap: wrap; align-items: center; }
@media (max-width: 860px) { .badges { justify-content: center; } }
.store-badge {
  display: inline-flex; align-items: center; gap: 11px;
  background: rgba(10, 8, 12, .92); color: #fff; text-decoration: none;
  border: 1px solid rgba(255,255,255,.35); border-radius: 15px;
  padding: 10px 22px 11px; transition: transform .15s, box-shadow .15s;
  box-shadow: 0 10px 24px rgba(40, 5, 20, .4);
}
.store-badge:hover { transform: translateY(-2px); box-shadow: 0 16px 32px rgba(40, 5, 20, .5); }
.store-badge .apple { font-size: 30px; line-height: 1; }
.store-badge .txt { text-align: left; line-height: 1.12; }
.store-badge .txt small { display: block; font-size: 10.5px; font-weight: 600; opacity: .8; letter-spacing: .4px; }
.store-badge .txt b { font-size: 19px; font-weight: 800; }
.notify-hint { font-size: 13px; font-weight: 600; opacity: .8; }

.hero-chips { display: flex; gap: 10px; margin-top: 26px; flex-wrap: wrap; }
@media (max-width: 860px) { .hero-chips { justify-content: center; } }
.chip {
  background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.3);
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  border-radius: 12px; padding: 8px 14px; font-size: 13.5px; font-weight: 700;
}
.chip b { color: var(--gold); font-weight: 800; }

/* --- Telefon sahnesi --- */
.hero-visual { position: relative; display: grid; place-items: center; padding: 10px 0 30px; }
.hero-visual .halo {
  position: absolute; width: 130%; aspect-ratio: 1; border-radius: 50%;
  background: radial-gradient(closest-side, rgba(255,222,150,.5), rgba(255,180,120,.15) 55%, transparent 72%);
  filter: blur(8px); animation: glowpulse 5s ease-in-out infinite;
}
.phone {
  position: relative; z-index: 2;
  width: clamp(240px, 30vw, 305px); border-radius: 44px;
  background: linear-gradient(160deg, #47393b, #17100f 40%);
  padding: 11px; transform: rotate(-4deg);
  box-shadow:
    0 40px 80px rgba(60, 5, 30, .55),
    0 12px 28px rgba(60, 5, 30, .4),
    inset 0 0 0 2.5px #6b5a55, inset 0 0 0 5px #0c0808;
  animation: phonefloat 7s ease-in-out infinite;
}
@keyframes phonefloat { 0%,100% { transform: rotate(-4deg) translateY(0); } 50% { transform: rotate(-3deg) translateY(-12px); } }
.phone .island { position: absolute; top: 22px; left: 50%; transform: translateX(-50%); width: 32%; height: 21px; background: #000; border-radius: 12px; z-index: 3; }
.phone .screen {
  border-radius: 34px; overflow: hidden; position: relative;
  background: linear-gradient(172deg, #ffb75e, #ef5d67 70%, #d14a70);
  padding: 54px 10px 16px;
}
.phone .goalbar { display: flex; justify-content: center; gap: 7px; padding-bottom: 9px; }
.phone .goal {
  display: flex; align-items: center; gap: 4px;
  background: rgba(90, 20, 40, .55); border: 1px solid rgba(255,255,255,.35);
  border-radius: 999px; padding: 3px 9px 3px 4px;
  color: #fff; font-weight: 800; font-size: 12px;
}
.phone .goal svg { width: 20px; height: 20px; }
.phone .moves { text-align: center; color: #fff; font-weight: 800; font-size: 12.5px; opacity: .95; padding-bottom: 7px; letter-spacing: .4px; text-shadow: 0 1.5px 0 rgba(120,20,40,.5); }
.gboard {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 4.5px;
  background: rgba(94, 22, 44, .5); border-radius: 15px; padding: 6.5px;
  border: 1.5px solid rgba(255,255,255,.3);
  box-shadow: inset 0 3px 10px rgba(60, 5, 25, .4);
}
.gtile {
  aspect-ratio: 1; border-radius: 8.5px; padding: 7%;
  background: linear-gradient(165deg, #fff8ec, #ffe3c0);
  border: 1px solid rgba(255,255,255,.85);
  box-shadow: 0 2.5px 0 rgba(130, 45, 25, .4);
}
.gtile svg { width: 100%; height: 100%; }
.gtile.hot { background: linear-gradient(165deg, #fff6c8, #ffd54f); animation: tilepulse 1.7s ease-in-out infinite; box-shadow: 0 0 14px rgba(255, 214, 79, .8), 0 2.5px 0 rgba(130, 45, 25, .4); }
.gtile.spec { background: linear-gradient(165deg, #e7f6ff, #a5d9f5); }
@keyframes tilepulse { 50% { transform: scale(1.09); } }

/* Şef Kemal key art — telefonun yanından selam verir */
.kemal {
  position: absolute; z-index: 4;
  width: clamp(150px, 16vw, 210px);
  bottom: -14px; left: -15%;
  filter: drop-shadow(0 20px 26px rgba(70, 8, 32, .45));
  animation: kemalbob 5.5s ease-in-out infinite;
  transform-origin: bottom center;
}
.kemal svg { width: 100%; height: auto; display: block; }
@keyframes kemalbob {
  0%, 100% { transform: rotate(-2deg); }
  50%      { transform: rotate(2.5deg) translateY(-7px); }
}
@media (max-width: 860px) { .kemal { left: 0; width: 150px; bottom: -8px; } }

/* etrafta süzülen GERÇEK taşlar */
.orbit { position: absolute; z-index: 3; pointer-events: none; filter: drop-shadow(0 14px 16px rgba(80, 10, 35, .35)); animation: orbfloat 6s ease-in-out infinite; }
.orbit svg { width: 100%; height: 100%; }
.orbit.o1 { width: 84px; top: 2%; left: -4%; animation-delay: -1.2s; }
.orbit.o2 { width: 64px; top: 12%; right: -2%; animation-delay: -3.1s; }
.orbit.o3 { width: 74px; bottom: 16%; left: -8%; animation-delay: -2s; }
.orbit.o4 { width: 58px; bottom: 6%; right: 0%; animation-delay: -4.4s; }
@keyframes orbfloat { 0%,100% { transform: translateY(0) rotate(-8deg); } 50% { transform: translateY(-18px) rotate(6deg); } }
@media (max-width: 860px) { .orbit.o1 { left: 4%; } .orbit.o3 { left: 0; } }

/* --- Yol + kamyon (hero tabanı) --- */
.road-strip { position: relative; height: 130px; margin: 26px calc(-1 * clamp(16px, 4vw, 44px)) 0; z-index: 2; }
.road-strip .hill {
  position: absolute; bottom: 58px; left: 0; right: 0; height: 90px; opacity: .5;
  background:
    radial-gradient(120px 70px at 12% 100%, #93365a 98%, transparent),
    radial-gradient(200px 96px at 34% 100%, #7e2c4d 98%, transparent),
    radial-gradient(160px 80px at 58% 100%, #93365a 98%, transparent),
    radial-gradient(220px 100px at 85% 100%, #7e2c4d 98%, transparent);
}
.road-strip .road { position: absolute; inset: auto 0 0 0; height: 66px; background: linear-gradient(#4a3330, #38251f); border-top: 5px solid #5d4037; }
.road-strip .dashes {
  position: absolute; bottom: 28px; left: 0; right: 0; height: 5px;
  background: repeating-linear-gradient(90deg, #ffd54f 0 46px, transparent 46px 96px);
  animation: roll 1.4s linear infinite; opacity: .9;
}
@keyframes roll { to { background-position: -96px 0; } }
.road-strip .truck {
  position: absolute; bottom: 22px; left: 50%; width: 158px; margin-left: -79px;
  filter: drop-shadow(0 10px 8px rgba(0,0,0,.35));
  animation: truckbob .5s ease-in-out infinite alternate;
}
@keyframes truckbob { to { transform: translateY(-4px); } }

/* ---------- BÖLÜMLER ---------- */
section.band { padding: clamp(56px, 9vw, 110px) clamp(16px, 4vw, 44px); position: relative; }
.inner { max-width: 1060px; margin: 0 auto; }
.kicker { color: #d95b2e; font-weight: 800; letter-spacing: 4px; font-size: 13px; text-transform: uppercase; margin: 0; }
h2.title { font-size: clamp(30px, 4.6vw, 46px); font-weight: 800; margin: 8px 0 10px; letter-spacing: -.4px; line-height: 1.08; text-wrap: balance; }
p.sub { color: var(--muted); max-width: 44em; font-size: 17px; line-height: 1.6; margin: 0; }
.center { text-align: center; }
.center p.sub { margin-inline: auto; }

/* Bento ızgara */
.bento { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; margin-top: 44px; }
.bcard {
  border-radius: 26px; padding: 30px; position: relative; overflow: hidden;
  background: var(--card); border: 1px solid var(--line);
  box-shadow: 0 2px 0 rgba(255,255,255,.9) inset, 0 18px 40px rgba(150, 90, 40, .1);
  transition: transform .25s ease, box-shadow .25s ease;
}
.bcard:hover { transform: translateY(-6px); box-shadow: 0 2px 0 rgba(255,255,255,.9) inset, 0 30px 60px rgba(150, 90, 40, .18); }
.bcard h3 { margin: 0 0 8px; font-size: 22px; font-weight: 800; letter-spacing: -.2px; }
.bcard p { margin: 0; color: #6d564c; font-size: 15px; line-height: 1.62; max-width: 34em; }
.bcard .tag { display: inline-block; font-size: 11.5px; font-weight: 800; letter-spacing: 2px; color: #d95b2e; margin-bottom: 10px; }
.b7 { grid-column: span 7; } .b5 { grid-column: span 5; }
.b6 { grid-column: span 6; } .b12 { grid-column: span 12; }
@media (max-width: 820px) { .b7, .b5, .b6, .b12 { grid-column: span 12; } }

/* Kart sahneleri */
.scene { margin-top: 22px; }
.scene-stamps { display: flex; gap: 18px; flex-wrap: wrap; align-items: center; }
.pstamp { width: 108px; color: #b23b3b; transform: rotate(-7deg); position: relative; }
.pstamp svg.ring { width: 100%; height: auto; }
.pstamp .city { position: absolute; inset: auto 0 -4px; text-align: center; font-weight: 800; font-size: 11px; letter-spacing: 2px; color: #8d6e63; }
.pstamp:nth-child(2) { transform: rotate(5deg); color: #2e6da4; }
.pstamp:nth-child(3) { transform: rotate(-3deg); color: #2e7d32; }
.pstamp:nth-child(4) { transform: rotate(8deg); color: #8e24aa; }

.lb { border-radius: 18px; overflow: hidden; border: 1px solid var(--line); box-shadow: 0 12px 26px rgba(150, 90, 40, .12); }
.lb .lb-head { background: linear-gradient(#ffb74d, #f57c00); color: #fff; font-weight: 800; letter-spacing: 1.5px; font-size: 12.5px; padding: 10px 16px; }
.lb .row { display: flex; align-items: center; gap: 12px; padding: 11px 16px; font-weight: 700; font-size: 15px; background: #fff; border-top: 1px solid #f7ecd9; }
.lb .rank { width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center; font-size: 13px; font-weight: 800; background: #f3e7d2; color: #8d6e63; }
.lb .row.gold .rank { background: linear-gradient(#ffe082, #ffb300); color: #5a2b00; }
.lb .row.you { background: #fff6df; }
.lb .row.you .name::after { content: "SEN"; margin-left: 8px; background: #d95b2e; color: #fff; font-size: 10px; padding: 2px 8px; border-radius: 99px; letter-spacing: 1px; }
.lb .pts { margin-left: auto; font-weight: 800; color: #f57c00; display: flex; align-items: center; gap: 4px; }
.lb .pts::after { content: "★"; color: #ffb300; }

.duel-wrap { display: flex; align-items: center; justify-content: center; gap: 18px; }
.mini { display: grid; grid-template-columns: repeat(3, 34px); gap: 5px; background: rgba(123, 45, 67, .1); padding: 8px; border-radius: 13px; border: 1px solid var(--line); }
.mini i { width: 34px; height: 34px; border-radius: 8px; background: linear-gradient(165deg, #fff8ec, #ffe3c0); border: 1px solid #fff; box-shadow: 0 2px 0 rgba(130, 45, 25, .25); padding: 3px; }
.mini i svg { width: 100%; height: 100%; display: block; }
.vsb {
  width: 58px; height: 58px; border-radius: 50%; flex: none;
  background: radial-gradient(circle at 35% 30%, #ffe082, #f57c00);
  border: 3px solid #fff; color: #7b2d43; display: grid; place-items: center;
  font-weight: 800; font-size: 20px; box-shadow: 0 8px 18px rgba(160, 80, 0, .45);
  animation: tilepulse 2.2s ease-in-out infinite;
}

.bcard.night { background: linear-gradient(165deg, #2c2440, #1a1430); border-color: #453a63; color: #efeaff; }
.bcard.night h3 { color: #fff; }
.bcard.night p { color: #c9c0e8; }
.bcard.night .tag { color: #ffd54f; }
.garage-mock { display: flex; align-items: center; gap: 26px; margin-top: 20px; flex-wrap: wrap; }
.garage-mock .bay {
  position: relative; width: 210px; padding: 26px 20px 16px; border-radius: 18px;
  background: linear-gradient(#3b3158, #241d3d); border: 1px solid #55487c;
  box-shadow: 0 0 40px rgba(255, 200, 90, .12) inset;
}
.garage-mock .string { position: absolute; top: 10px; left: 14px; right: 14px; display: flex; justify-content: space-between; }
.garage-mock .string i { width: 8px; height: 8px; border-radius: 50%; background: #ffd54f; box-shadow: 0 0 10px #ffd54f; animation: glowpulse 1.6s ease-in-out infinite; }
.garage-mock .string i:nth-child(2n) { animation-delay: .8s; background: #ff8a65; box-shadow: 0 0 10px #ff8a65; }
.garage-mock .bay svg { width: 100%; height: auto; filter: drop-shadow(0 8px 10px rgba(0,0,0,.45)); }
.garage-mock ul { list-style: none; margin: 0; padding: 0; font-size: 14.5px; font-weight: 700; display: grid; gap: 9px; }
.garage-mock li { display: flex; align-items: center; gap: 9px; }
.garage-mock li::before { content: "✦"; color: var(--gold); }

/* ---------- DÜNYA BANDI ---------- */
.world { background: linear-gradient(178deg, var(--berry), #4a1a29 70%, #38131f); color: #fff; overflow: hidden; }
.world .kicker { color: var(--gold); }
.world h2.title { color: #fff; }
.world p.sub { color: rgba(255,255,255,.82); }
.stats { display: flex; gap: clamp(18px, 5vw, 64px); margin: 40px 0 10px; flex-wrap: wrap; justify-content: center; }
.stat { text-align: center; position: relative; padding: 0 8px; }
.stat b { display: block; font-size: clamp(44px, 7vw, 66px); font-weight: 800; line-height: 1; background: linear-gradient(#ffe082, #ffb300); -webkit-background-clip: text; background-clip: text; color: transparent; filter: drop-shadow(0 3px 0 rgba(0,0,0,.35)); }
.stat span { font-size: 13px; font-weight: 800; letter-spacing: 3px; opacity: .85; }
.marquee { overflow: hidden; margin-top: 34px; -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); }
.marquee .track { display: inline-flex; white-space: nowrap; animation: marq 46s linear infinite; padding: 8px 0; font-size: 19px; font-weight: 700; color: rgba(255,255,255,.92); }
.marquee.rev .track { animation-direction: reverse; animation-duration: 58s; font-size: 26px; }
@keyframes marq { to { transform: translateX(-50%); } }
.marquee .track span { padding-right: 26px; }
.marquee .track .pc { display: inline-block; width: 30px; height: 30px; vertical-align: -8px; margin-right: 6px; }

/* ---------- SSS ---------- */
.faq { max-width: 740px; margin: 40px auto 0; }
.faq details {
  background: #fff; border: 1px solid var(--line); border-radius: 18px;
  padding: 16px 22px; margin: 12px 0; transition: box-shadow .2s, border-color .2s;
}
.faq details[open] { box-shadow: 0 14px 30px rgba(150, 90, 40, .12); border-color: #ffcc80; }
.faq summary { font-weight: 800; cursor: pointer; font-size: 16.5px; list-style: none; display: flex; align-items: center; gap: 10px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; margin-left: auto; color: #d95b2e; font-size: 22px; font-weight: 700; transition: transform .2s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq p { margin: 12px 0 4px; color: #5d4037; line-height: 1.65; font-size: 15px; }

.candy-btn { display: inline-block; border-radius: 17px; padding-bottom: 5px; background: var(--green-edge); text-decoration: none; transition: transform .12s; }
.candy-btn:hover { transform: translateY(-2px); }
.candy-btn:active { transform: translateY(2px); }
.candy-btn span {
  display: inline-block; background: linear-gradient(var(--green-a), var(--green-b));
  border: 1.5px solid rgba(255,255,255,.55); border-radius: 17px;
  color: #fff; font-weight: 800; font-size: 16.5px; padding: 13px 32px;
}

/* ---------- FOOTER ---------- */
footer.big { background: var(--footer); color: #cbb9ae; padding: 54px clamp(16px, 4vw, 44px) 30px; }
footer.big .inner { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 34px; }
@media (max-width: 640px) { footer.big .inner { grid-template-columns: 1fr; } }
footer.big .brand { display: flex; align-items: center; gap: 11px; color: #fff; font-weight: 800; font-size: 21px; }
footer.big .brand svg { width: 40px; height: 40px; }
footer.big p { font-size: 14px; line-height: 1.65; margin: 12px 0 0; max-width: 30em; }
footer.big h4 { color: #ffcc80; font-size: 12.5px; letter-spacing: 2.5px; margin: 6px 0 12px; }
footer.big ul { list-style: none; padding: 0; margin: 0; }
footer.big li { margin: 9px 0; font-size: 15px; }
footer.big a { color: #efe6df; text-decoration: none; }
footer.big a:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
footer.big .fine { border-top: 1px solid rgba(255,255,255,.12); margin-top: 38px; padding-top: 18px; text-align: center; font-size: 12.5px; color: #8d7266; }

/* Görünürlük animasyonu */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .65s cubic-bezier(.2,.7,.3,1), transform .65s cubic-bezier(.2,.7,.3,1); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; } .reveal.d2 { transition-delay: .16s; } .reveal.d3 { transition-delay: .24s; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}

/* ============================================================
   ALT SAYFALAR (gizlilik / destek)
   ============================================================ */
.subpage-bg { background: linear-gradient(172deg, var(--sky-a), var(--sky-b) 46%, var(--sky-c) 82%, var(--sky-d)); min-height: 100vh; }
.wrap { max-width: 800px; margin: 0 auto; padding: 104px 20px 64px; }
main.page {
  background: var(--paper); border-radius: 26px; padding: 34px clamp(20px, 4vw, 44px);
  border: 1px solid rgba(255,255,255,.7); box-shadow: 0 30px 70px rgba(70, 10, 35, .4);
  line-height: 1.66;
}
main.page h1 { font-size: 32px; margin: 0 0 4px; letter-spacing: -.3px; }
main.page h2 { font-size: 19px; margin: 28px 0 6px; color: #6d4c41; }
main.page p, main.page li { font-size: 15.5px; }
main.page .date { color: var(--muted); font-size: 13px; margin: 0 0 14px; }
main.page a { color: #c2436b; font-weight: 700; }
main.page table { border-collapse: collapse; width: 100%; font-size: 14px; }
main.page th, main.page td { border: 1px solid var(--line); padding: 8px 10px; text-align: left; vertical-align: top; }
main.page th { background: #fff3e0; }
main.page .faq { margin-top: 10px; }
footer.site { text-align: center; color: rgba(255,255,255,.9); font-size: 13.5px; padding-top: 30px; }
footer.site a { color: #fff; }
