/* ================================================================
   PawCatch — marketing site
   Warm butter-cream, chunky rounded type, holographic accents.
   Matches the app: Fredoka display / Nunito body, cream + brown +
   burnt-orange + gold, big radii, soft shadows, playful motion.
   ================================================================ */

/* Turkish-complete Fredoka builds shipped with the app (OFL 1.1) —
   Google's Fredoka lacks Ğ/ğ/İ/Ş/ş, so we self-host the fixed fonts. */
@font-face {
  font-family: "PawCatch Rounded";
  src: url("../fonts/PawCatchRounded-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "PawCatch Rounded";
  src: url("../fonts/PawCatchRounded-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "PawCatch Rounded";
  src: url("../fonts/PawCatchRounded-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}

:root {
  --bg-top: #FFF9E8;
  --bg-mid: #FBEFD0;
  --bg-warm: #F7E5B8;
  --surface: #FFFCF7;
  --surface-soft: #FFF6E3;
  --ink: #38270F;
  --ink-soft: #5E5348;
  --ink-faint: #8A7B65;
  --accent: #CE5320;
  --accent-deep: #AC3F14;
  --gold: #B77722;
  --gold-soft: #E9CD8F;
  --gold-faint: #F5E4C2;
  --green: #2F6047;
  --blue: #285778;
  --purple: #7C5CBF;
  --line: rgba(111, 82, 47, 0.16);
  --shadow-soft: 0 10px 30px -12px rgba(76, 51, 18, 0.22);
  --shadow-pop: 0 24px 60px -20px rgba(76, 51, 18, 0.35);
  --r-lg: 32px;
  --r-md: 22px;
  --r-sm: 14px;
  --font-display: "PawCatch Rounded", "Fredoka", "Nunito", system-ui, sans-serif;
  --font-body: "Nunito", system-ui, -apple-system, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--ink);
  background:
    radial-gradient(1200px 700px at 85% -6%, rgba(233, 205, 143, 0.5), transparent 60%),
    radial-gradient(900px 600px at -10% 30%, rgba(255, 246, 223, 0.9), transparent 55%),
    linear-gradient(180deg, var(--bg-top) 0%, var(--bg-mid) 45%, var(--bg-warm) 100%);
  background-attachment: fixed;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* soft paw-print wallpaper */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240' viewBox='0 0 240 240'%3E%3Cg fill='%23B77722' fill-opacity='0.05'%3E%3Cg transform='translate(36 40) rotate(-18)'%3E%3Cellipse cx='0' cy='10' rx='13' ry='11'/%3E%3Cellipse cx='-13' cy='-7' rx='5.5' ry='7'/%3E%3Cellipse cx='-4' cy='-13' rx='5.5' ry='7'/%3E%3Cellipse cx='6' cy='-12' rx='5.5' ry='7'/%3E%3Cellipse cx='14' cy='-5' rx='5' ry='6.5'/%3E%3C/g%3E%3Cg transform='translate(170 160) rotate(14)'%3E%3Cellipse cx='0' cy='10' rx='13' ry='11'/%3E%3Cellipse cx='-13' cy='-7' rx='5.5' ry='7'/%3E%3Cellipse cx='-4' cy='-13' rx='5.5' ry='7'/%3E%3Cellipse cx='6' cy='-12' rx='5.5' ry='7'/%3E%3Cellipse cx='14' cy='-5' rx='5' ry='6.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  z-index: 0;
}

main, header, footer { position: relative; z-index: 1; }

img { max-width: 100%; display: block; }

a { color: inherit; }

.shell { max-width: 1180px; margin: 0 auto; padding: 0 24px; }

/* ---------------- typography ---------------- */

h1, h2, h3, .display {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.01em;
}

h1 { font-size: clamp(2.6rem, 6vw, 4.3rem); font-weight: 700; }
h2 { font-size: clamp(1.9rem, 3.6vw, 2.7rem); }
h3 { font-size: 1.25rem; font-weight: 600; }

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

.eyebrow {
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 0.8rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 14px;
}

.lead {
  font-size: clamp(1.05rem, 1.6vw, 1.2rem);
  color: var(--ink-soft);
  max-width: 34em;
}

.section-head { max-width: 640px; margin-bottom: 40px; }
.section-head .lead { margin-top: 14px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }

/* ---------------- buttons & chips ---------------- */

.btn-store {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #1D150C;
  color: #FFF9EC;
  border-radius: 16px;
  padding: 12px 22px 12px 18px;
  text-decoration: none;
  transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.25s ease;
  box-shadow: 0 12px 28px -12px rgba(29, 21, 12, 0.55);
}
.btn-store:hover { transform: translateY(-3px) scale(1.02); box-shadow: 0 18px 36px -12px rgba(29, 21, 12, 0.55); }
.btn-store svg { width: 26px; height: 26px; flex: none; }
.btn-store .btn-store-txt { display: flex; flex-direction: column; line-height: 1.15; text-align: left; }
.btn-store .btn-store-txt small { font-size: 0.68rem; font-weight: 600; opacity: 0.85; }
.btn-store .btn-store-txt strong { font-family: var(--font-display); font-size: 1.18rem; font-weight: 600; letter-spacing: 0.01em; }

.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  color: var(--ink);
  text-decoration: none;
  padding: 13px 22px;
  border-radius: 16px;
  border: 2px solid var(--line);
  background: rgba(255, 252, 247, 0.6);
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.btn-ghost:hover { border-color: var(--gold); background: var(--surface); transform: translateY(-2px); }

.chip-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(255, 252, 247, 0.75);
  border: 1.5px solid var(--line);
  border-radius: 999px;
  padding: 7px 15px;
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--ink-soft);
}
.chip .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); }
.chip .dot.gold { background: var(--gold); }
.chip .dot.orange { background: var(--accent); }

/* ---------------- nav ---------------- */

.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background: rgba(255, 249, 232, 0.72);
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.nav.scrolled { border-bottom-color: var(--line); box-shadow: 0 8px 30px -18px rgba(76, 51, 18, 0.3); }

.nav-inner {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 14px 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.35rem;
  color: var(--ink);
  margin-right: auto;
}
.brand img { width: 40px; height: 40px; border-radius: 11px; box-shadow: var(--shadow-soft); }

.nav-links { display: flex; gap: 24px; }
.nav-links a {
  text-decoration: none;
  font-weight: 700;
  font-size: 0.94rem;
  color: var(--ink-soft);
  transition: color 0.2s ease;
}
.nav-links a:hover { color: var(--accent); }

.lang-switch {
  display: flex;
  border: 1.5px solid var(--line);
  border-radius: 999px;
  overflow: hidden;
  font-size: 0.8rem;
  font-weight: 800;
}
.lang-switch a {
  padding: 6px 13px;
  text-decoration: none;
  color: var(--ink-faint);
  transition: background 0.2s, color 0.2s;
}
.lang-switch a.active { background: var(--ink); color: var(--bg-top); }
.lang-switch a:not(.active):hover { color: var(--ink); }

.nav .btn-store { padding: 8px 16px 8px 13px; border-radius: 13px; box-shadow: none; }
.nav .btn-store svg { width: 20px; height: 20px; }
.nav .btn-store .btn-store-txt small { display: none; }
.nav .btn-store .btn-store-txt strong { font-size: 0.95rem; }

/* ---------------- hero ---------------- */

.hero { padding: 64px 0 40px; }
.hero-grid {
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  gap: 48px;
  align-items: center;
  min-height: 78vh;
}
.hero-copy .lead { margin-top: 22px; }
.hero-cta { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin-top: 34px; }

/* holographic card scene */
.holo-scene {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 40px 0 30px;
  perspective: 1100px;
}

.holo-card {
  position: relative;
  width: min(340px, 78vw);
  aspect-ratio: 672 / 900;
  border-radius: 22px;
  background: url("../img/cards/mythic.webp") center / cover;
  box-shadow: var(--shadow-pop), 0 0 70px -12px rgba(124, 92, 191, 0.55);
  transform: rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg));
  transition: transform 0.18s ease-out;
  will-change: transform;
  animation: cardFloat 6s ease-in-out infinite;
}
.holo-scene:hover .holo-card { animation-play-state: paused; }

/* rainbow foil that follows the pointer */
.holo-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(115deg,
    rgba(255, 93, 143, 0.55) 0%,
    rgba(255, 209, 102, 0.55) 20%,
    rgba(93, 220, 155, 0.55) 40%,
    rgba(54, 197, 240, 0.55) 60%,
    rgba(167, 139, 250, 0.55) 80%,
    rgba(255, 93, 143, 0.55) 100%);
  background-size: 260% 260%;
  background-position: calc(var(--mx, 50) * 1%) calc(var(--my, 50) * 1%);
  mix-blend-mode: overlay;
  opacity: var(--foil, 0.32);
  pointer-events: none;
}

/* moving glare */
.holo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(420px 300px at calc(var(--mx, 50) * 1%) calc(var(--my, 30) * 1%),
    rgba(255, 255, 255, 0.5), transparent 55%);
  opacity: 0.55;
  pointer-events: none;
}

.holo-card .holo-pet {
  position: absolute;
  left: 50%;
  top: 13%;
  width: 62%;
  transform: translateX(-50%);
  filter: drop-shadow(0 14px 22px rgba(30, 15, 50, 0.45));
}

.holo-plate {
  position: absolute;
  left: 50%;
  bottom: 11%;
  transform: translateX(-50%);
  background: rgba(26, 14, 46, 0.62);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 14px;
  color: #FFF6E9;
  padding: 9px 22px;
  text-align: center;
  white-space: nowrap;
}
.holo-plate strong {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  display: block;
  line-height: 1.2;
}
.holo-plate span {
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.28em;
  opacity: 0.85;
}

.holo-badge {
  position: absolute;
  top: 5.5%;
  left: 7%;
  background: rgba(26, 14, 46, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #F3E8FF;
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  padding: 5px 12px;
}
.holo-badge::before { content: "●  "; color: #C4A5FF; }

.holo-hint {
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.83rem;
  font-weight: 700;
  color: var(--ink-faint);
  white-space: nowrap;
}

/* floating stickers around the card */
.float-sticker {
  position: absolute;
  filter: drop-shadow(0 12px 20px rgba(76, 51, 18, 0.3));
  animation: floatY 5.2s ease-in-out infinite;
  pointer-events: none;
  z-index: 2;
}
.float-sticker.fs-1 { width: 130px; top: 4%; left: -2%; animation-delay: -1.2s; rotate: -8deg; }
.float-sticker.fs-2 { width: 110px; bottom: 9%; right: -1%; animation-delay: -3s; rotate: 7deg; animation-duration: 6.4s; }
.float-sticker.fs-3 { width: 92px; top: 55%; left: -7%; animation-delay: -2s; rotate: 5deg; animation-duration: 7s; }

.spark {
  position: absolute;
  font-size: 1.3rem;
  color: var(--gold);
  animation: twinkle 2.8s ease-in-out infinite;
  pointer-events: none;
}
.spark.s1 { top: 8%; right: 8%; animation-delay: -0.6s; }
.spark.s2 { bottom: 16%; left: 4%; font-size: 1rem; animation-delay: -1.6s; }
.spark.s3 { top: 40%; right: -3%; font-size: 0.95rem; animation-delay: -2.3s; }

@keyframes cardFloat {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -12px; }
}
@keyframes floatY {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -14px; }
}
@keyframes twinkle {
  0%, 100% { opacity: 0.25; scale: 0.8; }
  50% { opacity: 1; scale: 1.15; }
}

/* ---------------- marquee ---------------- */

.marquee {
  border-top: 1.5px solid var(--line);
  border-bottom: 1.5px solid var(--line);
  background: rgba(255, 252, 247, 0.5);
  overflow: hidden;
  padding: 15px 0;
  margin: 30px 0 0;
}
.marquee-track {
  display: flex;
  gap: 44px;
  width: max-content;
  animation: marquee 30s linear infinite;
}
.marquee span {
  display: inline-flex;
  align-items: center;
  gap: 44px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1rem;
  color: var(--ink-soft);
  white-space: nowrap;
}
.marquee .paw { color: var(--gold); opacity: 0.8; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------------- how it works ---------------- */

.section { padding: 96px 0 20px; }

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.step-card {
  background: var(--surface);
  border: 1.5px solid var(--line);
  border-radius: var(--r-md);
  padding: 30px 28px 28px;
  box-shadow: var(--shadow-soft);
  position: relative;
  overflow: hidden;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease;
}
.step-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-pop); }
.step-num {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 2px var(--gold-soft);
  margin-bottom: 14px;
}
.step-card h3 { margin-bottom: 8px; }
.step-card p { color: var(--ink-soft); font-size: 0.98rem; }
.step-emoji {
  position: absolute;
  top: 22px;
  right: 22px;
  font-size: 1.7rem;
  opacity: 0.9;
}

/* ---------------- feature rows ---------------- */

.feature-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  padding: 54px 0;
}
.feature-row.flip .feature-copy { order: 2; }
.feature-row.flip .shot-panel { order: 1; }

.feature-copy .eyebrow { margin-bottom: 10px; }
.feature-copy h2 { margin-bottom: 16px; }
.feature-copy p { color: var(--ink-soft); max-width: 30em; }

.feature-list { list-style: none; margin-top: 22px; display: grid; gap: 12px; }
.feature-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 0.98rem;
  color: var(--ink-soft);
}
.feature-list li strong { color: var(--ink); }
.feature-list .tick {
  flex: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--gold-faint);
  color: var(--gold);
  font-size: 0.8rem;
  font-weight: 800;
  margin-top: 2px;
}

/* screenshot panels */
.shot-panel {
  border-radius: var(--r-lg);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 44px 44px 0;
  min-height: 420px;
  position: relative;
  box-shadow: var(--shadow-soft);
}
.shot-panel img.phone {
  width: min(330px, 74%);
  border-radius: 40px 40px 0 0;
  box-shadow: 0 30px 60px -18px rgba(50, 32, 8, 0.45);
}
.shot-panel.tint-gold { background: linear-gradient(160deg, #FBEDCB, #F3D99E); }
.shot-panel.tint-lavender { background: linear-gradient(160deg, #F0EAFB, #DCD2F3); }
.shot-panel.tint-cream { background: linear-gradient(160deg, #FFF4DB, #F7E3B4); }
.shot-panel.tint-peach { background: linear-gradient(160deg, #FCEBD4, #F5D4AC); }
.shot-panel.tint-sage { background: linear-gradient(160deg, #EDF3E4, #D8E5C8); }
.shot-panel.tint-sky { background: linear-gradient(160deg, #E8F1F7, #CFE2EF); }

.shot-panel .cosmetic-float {
  position: absolute;
  width: 84px;
  filter: drop-shadow(0 10px 16px rgba(76, 51, 18, 0.3));
  animation: floatY 5.6s ease-in-out infinite;
}
.shot-panel .cf-1 { top: 9%; left: 8%; animation-delay: -0.8s; rotate: -10deg; }
.shot-panel .cf-2 { top: 30%; right: 7%; animation-delay: -2.4s; rotate: 9deg; width: 74px; }
.shot-panel .cf-3 { bottom: 20%; left: 6%; animation-delay: -3.6s; rotate: 6deg; width: 70px; }
.shot-panel .cf-4 { bottom: 8%; right: 9%; animation-delay: -1.7s; rotate: -7deg; width: 62px; }

/* ---------------- rarity showcase ---------------- */

.rarity-strip { padding-top: 26px; }
.rarity-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 38px;
}
.rarity-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 672 / 900;
  box-shadow: var(--shadow-soft);
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.35s ease;
}
.rarity-card img { width: 100%; height: 100%; object-fit: cover; }
.rarity-card:hover { transform: translateY(-10px) rotate(-1.2deg) scale(1.02); box-shadow: var(--shadow-pop); }
.rarity-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 38%, rgba(255, 255, 255, 0.5) 50%, transparent 62%);
  transform: translateX(-120%);
  transition: transform 0.7s ease;
}
.rarity-card:hover::after { transform: translateX(120%); }

.rarity-label {
  margin-top: 14px;
  text-align: center;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.02rem;
}
.rarity-label .tier-dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  margin-right: 7px;
}
.tier-dot.t-common { background: #4E9B6F; }
.tier-dot.t-uncommon { background: #3E8FC4; }
.tier-dot.t-rare { background: #8C6BD6; }
.tier-dot.t-mythic { background: linear-gradient(135deg, #FF5D8F, #FFD166, #36C5F0); }
.rarity-sub { text-align: center; color: var(--ink-faint); font-size: 0.85rem; font-weight: 700; }

/* ---------------- Türkiye panel ---------------- */

.turkiye { padding: 96px 0 30px; }
.turkiye-panel {
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-pop);
  min-height: 430px;
  display: flex;
  align-items: stretch;
}
.turkiye-panel > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.turkiye-copy {
  position: relative;
  align-self: center;
  margin: 48px;
  max-width: 440px;
  background: rgba(255, 250, 236, 0.82);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1.5px solid rgba(255, 255, 255, 0.65);
  border-radius: var(--r-md);
  padding: 34px 34px 30px;
  box-shadow: var(--shadow-soft);
}
.turkiye-copy h2 { margin-bottom: 12px; font-size: clamp(1.6rem, 2.6vw, 2.1rem); }
.turkiye-copy p { color: var(--ink-soft); font-size: 0.99rem; }
.turkiye-copy .heart { color: var(--accent); }

/* ---------------- gallery ---------------- */

.gallery-section { padding: 80px 0 30px; }
.gallery {
  display: flex;
  gap: 22px;
  overflow-x: auto;
  padding: 10px 24px 26px;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: var(--gold-soft) transparent;
}
.gallery::-webkit-scrollbar { height: 8px; }
.gallery::-webkit-scrollbar-thumb { background: var(--gold-soft); border-radius: 99px; }
.gallery img {
  height: 520px;
  width: auto;
  border-radius: 24px;
  scroll-snap-align: center;
  box-shadow: var(--shadow-soft);
  transition: transform 0.35s ease;
  flex: none;
}
.gallery img:hover { transform: translateY(-6px); }

/* ---------------- FAQ ---------------- */

.faq { padding: 80px 0 20px; }
.faq-list { max-width: 780px; margin: 0 auto; }
.faq-item {
  border-bottom: 1.5px solid var(--line);
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 6px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.12rem;
  transition: color 0.2s ease;
}
.faq-item summary:hover { color: var(--accent); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 1.4rem;
  color: var(--gold);
  transition: transform 0.3s ease;
  flex: none;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p {
  padding: 0 6px 24px;
  color: var(--ink-soft);
  max-width: 44em;
}

/* ---------------- CTA ---------------- */

.cta { padding: 90px 0 40px; }
.cta-panel {
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
  background:
    radial-gradient(600px 300px at 80% 0%, rgba(255, 255, 255, 0.55), transparent 60%),
    linear-gradient(150deg, #F6E2AE, #EEC978 55%, #E5B95C);
  padding: 74px 40px 78px;
  text-align: center;
  box-shadow: var(--shadow-pop);
}
.cta-panel h2 { font-size: clamp(2rem, 4.4vw, 3.1rem); max-width: 15em; margin: 0 auto; }
.cta-panel .lead { margin: 16px auto 34px; }
.cta-icon {
  width: 88px;
  height: 88px;
  border-radius: 22px;
  margin: 0 auto 24px;
  box-shadow: 0 16px 34px -10px rgba(76, 51, 18, 0.45);
}
.cta-sticker {
  position: absolute;
  width: 150px;
  bottom: -26px;
  right: 4%;
  rotate: 9deg;
  filter: drop-shadow(0 12px 22px rgba(76, 51, 18, 0.35));
  animation: floatY 6s ease-in-out infinite;
}
.cta-sticker.left { right: auto; left: 4%; rotate: -10deg; width: 130px; animation-delay: -2.8s; }
.cta-paws { position: absolute; font-size: 1.5rem; color: rgba(120, 84, 26, 0.35); }
.cta-paws.p1 { top: 22px; left: 8%; rotate: -16deg; }
.cta-paws.p2 { top: 60px; right: 12%; rotate: 12deg; }

/* ---------------- footer ---------------- */

footer {
  padding: 46px 0 40px;
  border-top: 1.5px solid var(--line);
  margin-top: 40px;
}
.footer-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 36px;
}
.footer-grid .brand { font-size: 1.15rem; margin-right: auto; }
.footer-grid .brand img { width: 34px; height: 34px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 22px; }
.footer-links a {
  text-decoration: none;
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--ink-soft);
}
.footer-links a:hover { color: var(--accent); }
.footer-note {
  width: 100%;
  color: var(--ink-faint);
  font-size: 0.85rem;
  font-weight: 600;
}

/* ---------------- legal & support pages ---------------- */

.legal-hero { padding: 74px 0 8px; max-width: 780px; }
.legal-hero h1 { font-size: clamp(2.2rem, 4.6vw, 3.2rem); }
.legal-hero .lead { margin-top: 16px; }
.legal-hero .updated {
  margin-top: 14px;
  color: var(--ink-faint);
  font-weight: 700;
  font-size: 0.88rem;
}

.legal-layout {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 40px;
  align-items: start;
  padding: 44px 0 30px;
}

.toc {
  position: sticky;
  top: 92px;
  display: flex;
  flex-direction: column;
  gap: 9px;
  background: var(--surface);
  border: 1.5px solid var(--line);
  border-radius: var(--r-md);
  padding: 22px;
}
.toc-title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.98rem;
  margin-bottom: 4px;
}
.toc a {
  text-decoration: none;
  color: var(--ink-soft);
  font-weight: 700;
  font-size: 0.87rem;
  transition: color 0.2s ease;
}
.toc a:hover { color: var(--accent); }

.legal-card {
  background: var(--surface);
  border: 1.5px solid var(--line);
  border-radius: var(--r-lg);
  padding: 46px 50px;
  box-shadow: var(--shadow-soft);
  min-width: 0;
}
.legal-copy h2 {
  font-size: 1.4rem;
  margin: 36px 0 12px;
  scroll-margin-top: 96px;
}
.legal-copy h2:first-of-type { margin-top: 22px; }
.legal-copy h3 {
  font-size: 1.08rem;
  margin: 24px 0 10px;
}
.legal-copy p { color: var(--ink-soft); margin-bottom: 14px; }
.legal-copy ul { margin: 0 0 16px 22px; color: var(--ink-soft); }
.legal-copy li { margin-bottom: 8px; }
.legal-copy a { color: var(--accent); font-weight: 700; }
.legal-copy strong { color: var(--ink); }

.notice {
  background: var(--gold-faint);
  border: 1.5px solid var(--gold-soft);
  border-radius: var(--r-md);
  padding: 18px 22px;
}
.notice p { margin: 0; }

.definition-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 0 0 16px;
}
.definition {
  background: var(--surface-soft);
  border: 1.5px solid var(--line);
  border-radius: var(--r-sm);
  padding: 14px 18px;
}
.definition dt { font-weight: 800; color: var(--ink); margin-bottom: 4px; }
.definition dd { margin: 0; color: var(--ink-soft); font-size: 0.95rem; }

.contact-panel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  background:
    radial-gradient(500px 260px at 85% 0%, rgba(255, 255, 255, 0.5), transparent 60%),
    linear-gradient(150deg, #F6E2AE, #EEC978);
  border-radius: var(--r-lg);
  padding: 42px 46px;
  box-shadow: var(--shadow-soft);
  margin: 50px 0 20px;
}
.contact-panel h2 { margin-bottom: 10px; }
.contact-panel p { color: var(--ink-soft); max-width: 34em; }
.contact-panel .contact-note { font-size: 0.88rem; font-weight: 700; color: var(--ink-faint); }
.btn-mail {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--ink);
  color: var(--bg-top);
  border-radius: 16px;
  padding: 15px 26px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.25s ease;
  box-shadow: 0 12px 28px -12px rgba(29, 21, 12, 0.5);
}
.btn-mail:hover { transform: translateY(-3px); box-shadow: 0 18px 36px -12px rgba(29, 21, 12, 0.5); }

@media (max-width: 860px) {
  .legal-layout { grid-template-columns: 1fr; gap: 26px; }
  .toc { position: static; flex-direction: row; flex-wrap: wrap; gap: 8px 18px; }
  .toc-title { width: 100%; }
  .legal-card { padding: 32px 26px; }
  .definition-grid { grid-template-columns: 1fr; }
  .contact-panel { padding: 32px 28px; }
}

/* ---------------- reveal animations ---------------- */

.reveal {
  opacity: 0;
  transform: translateY(30px);
}
.reveal.in {
  opacity: 1;
  transform: none;
  transition: opacity 0.75s ease, transform 0.75s cubic-bezier(0.22, 0.8, 0.3, 1);
}
.reveal.d1.in { transition-delay: 0.08s; }
.reveal.d2.in { transition-delay: 0.16s; }
.reveal.d3.in { transition-delay: 0.24s; }
.reveal.d4.in { transition-delay: 0.32s; }

/* ---------------- responsive ---------------- */

@media (max-width: 1020px) {
  .nav-links { display: none; }
  .hero-grid { gap: 30px; }
}

@media (max-width: 860px) {
  .hero { padding-top: 36px; }
  .hero-grid { grid-template-columns: 1fr; min-height: 0; }
  .holo-scene { padding-top: 24px; }
  .feature-row { grid-template-columns: 1fr; gap: 34px; padding: 44px 0; }
  .feature-row.flip .feature-copy { order: 1; }
  .feature-row.flip .shot-panel { order: 2; }
  .steps-grid { grid-template-columns: 1fr; }
  .rarity-grid { grid-template-columns: repeat(2, 1fr); }
  .turkiye-copy { margin: 26px; }
  .gallery img { height: 420px; }
  .section { padding-top: 70px; }
}

@media (max-width: 560px) {
  .shot-panel { padding: 30px 24px 0; min-height: 320px; }
  .shot-panel img.phone { width: min(280px, 86%); }
  .turkiye-panel { min-height: 0; flex-direction: column; }
  .turkiye-panel > img { position: static; height: 220px; }
  .turkiye-copy { margin: 0; border-radius: 0; border: none; box-shadow: none; background: var(--surface); max-width: none; }
  .gallery img { height: 360px; }
  .cta-sticker { width: 110px; }
  .cta-sticker.left { display: none; }
  .float-sticker.fs-3 { display: none; }
}

/* ---------------- reduced motion ---------------- */

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .holo-card, .float-sticker, .cta-sticker, .spark,
  .shot-panel .cosmetic-float { animation: none; }
  .marquee-track { animation: none; }
  .reveal { opacity: 1; transform: none; }
  * { transition-duration: 0.01ms !important; }
}
