@import url('device.css');

/* ACAR LIVE — Premium polish layer (dark / champagne gold) */

:root {
  --bg-deep: #07060a;
  --bg-mid: #0e0c12;
  --ink: #f6edd4;
  --ink-soft: #cbb992;
  --gold: #e8c45a;
  --gold-bright: #f5d76e;
  --gold-deep: #b8922e;
  --line: rgba(232, 196, 90, 0.18);
  --glass: rgba(255, 252, 245, 0.045);
  --glass-strong: rgba(255, 252, 245, 0.08);
  --shadow-soft: 0 24px 60px rgba(0, 0, 0, 0.45);
  --radius-lg: 22px;
  --radius-md: 14px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --font-display: "Cinzel", "Times New Roman", serif;
  --font-body: "Figtree", "Segoe UI", sans-serif;
}

html {
  color-scheme: dark;
}

body {
  font-family: var(--font-body);
  letter-spacing: 0.01em;
  background:
    radial-gradient(ellipse 80% 50% at 50% -10%, rgba(232, 196, 90, 0.14), transparent 55%),
    radial-gradient(ellipse 50% 40% at 100% 20%, rgba(120, 90, 40, 0.12), transparent 50%),
    radial-gradient(ellipse 40% 35% at 0% 80%, rgba(232, 196, 90, 0.06), transparent 45%),
    linear-gradient(165deg, var(--bg-deep) 0%, var(--bg-mid) 48%, #09080d 100%);
  color: var(--ink);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.backdrop {
  background:
    radial-gradient(circle at 20% 10%, rgba(232, 196, 90, 0.1), transparent 28%),
    radial-gradient(circle at 85% 30%, rgba(255, 255, 255, 0.04), transparent 22%);
  animation: ambienceDrift 18s ease-in-out infinite alternate;
}

/* ——— Header ——— */
.site-header {
  background: linear-gradient(180deg, rgba(7, 6, 10, 0.92), rgba(7, 6, 10, 0.72));
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px) saturate(1.2);
}

.site-brand-mark {
  background: linear-gradient(145deg, rgba(245, 215, 110, 0.35), rgba(184, 146, 46, 0.12));
  box-shadow: 0 0 0 1px rgba(232, 196, 90, 0.25), 0 8px 24px rgba(0, 0, 0, 0.35);
}

.site-brand-text strong,
.site-brand strong {
  font-family: var(--font-display);
  letter-spacing: 0.12em;
  font-size: 0.95rem;
}

.site-nav-links a {
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: color 0.25s var(--ease), opacity 0.25s var(--ease);
}

.site-nav-links a:hover {
  color: var(--gold-bright);
}

.nav-cta {
  padding: 8px 16px !important;
  border-radius: 999px;
  border: 1px solid rgba(232, 196, 90, 0.35);
  background: rgba(232, 196, 90, 0.1);
}

.nav-cta:hover {
  background: rgba(232, 196, 90, 0.2);
}

/* ——— Buttons ——— */
.btn {
  border-radius: 999px;
  padding: 12px 22px;
  font-weight: 700;
  letter-spacing: 0.03em;
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), background 0.25s var(--ease), border-color 0.25s var(--ease);
}

.btn:active {
  transform: translateY(1px) scale(0.98);
}

.btn-primary {
  background: linear-gradient(135deg, var(--gold-bright), var(--gold-deep));
  color: #1a1406;
  border: none;
  box-shadow: 0 10px 28px rgba(232, 196, 90, 0.28);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(232, 196, 90, 0.38);
}

.btn-secondary {
  background: transparent;
  border: 1px solid rgba(232, 196, 90, 0.28);
  color: var(--ink);
}

.btn-secondary:hover {
  border-color: rgba(232, 196, 90, 0.55);
  background: rgba(232, 196, 90, 0.08);
}

/* ——— Hero pro ——— */
.hero.hero-pro {
  display: grid;
  min-height: calc(100vh - 88px);
  max-width: none;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.hero-pro .hero-bleed {
  position: relative;
  min-height: calc(100vh - 88px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  padding: clamp(28px, 5vw, 72px);
}

.hero-pro .hero-stage-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  z-index: 0;
  filter: saturate(1.05) contrast(1.05);
  transform: scale(1.02);
  animation: heroKen 22s var(--ease) infinite alternate;
}

@keyframes heroKen {
  from { transform: scale(1.02) translateY(0); }
  to { transform: scale(1.08) translateY(-1.5%); }
}

.hero-pro .hero-veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(7, 6, 10, 0.55) 0%, rgba(7, 6, 10, 0.42) 50%, rgba(7, 6, 10, 0.55) 100%),
    linear-gradient(180deg, rgba(7, 6, 10, 0.35) 0%, transparent 35%, rgba(7, 6, 10, 0.85) 100%);
}

.hero-pro .hero-content {
  position: relative;
  z-index: 2;
  max-width: 640px;
  display: grid;
  gap: 18px;
  justify-items: center;
  text-align: center;
  margin: 0;
}

.hero-pro .brand-wordmark {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 6vw, 4.2rem);
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
  color: var(--gold-bright);
  text-shadow: 0 0 40px rgba(232, 196, 90, 0.35);
  animation: brandIn 0.9s var(--ease) both;
}

.hero-pro .hero-kicker {
  margin: 0;
  font-size: clamp(1.15rem, 2.4vw, 1.55rem);
  font-weight: 700;
  color: var(--ink);
  animation: brandIn 0.9s 0.08s var(--ease) both;
}

.hero-pro .hero-copy {
  margin: 0 auto;
  max-width: 34rem;
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--ink-soft);
  animation: brandIn 0.9s 0.16s var(--ease) both;
}

.hero-pro .hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 6px;
  animation: brandIn 0.9s 0.24s var(--ease) both;
}

@keyframes brandIn {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: none; }
}

.hero-pro .hero-phone-float {
  position: relative;
  right: auto;
  bottom: auto;
  z-index: 3;
  width: min(300px, 86vw);
  flex: 0 0 auto;
  animation: phoneFloat 6s ease-in-out infinite;
  filter: drop-shadow(0 30px 50px rgba(0, 0, 0, 0.55));
  pointer-events: auto;
}

/* Ana sayfa = ic oda gorunumu onizlemesi */
.hero-app .hero-app-preview {
  position: relative;
  z-index: 3;
  width: min(560px, 94vw);
  flex: 0 0 auto;
  pointer-events: auto;
  filter: drop-shadow(0 28px 48px rgba(0, 0, 0, 0.5));
}

.home-app-shell {
  width: 100%;
  gap: 12px;
}

.home-app-top {
  padding: 14px 16px;
}

.home-app-title {
  margin: 8px 0 0;
  font-family: var(--font-display);
  letter-spacing: 0.06em;
  font-size: 1.25rem;
  color: var(--gold-bright, #f2d56b);
}

.home-app-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.9fr;
  gap: 12px;
}

.home-app-side {
  display: grid;
  gap: 12px;
  align-content: start;
}

.home-video-tile {
  position: relative;
  aspect-ratio: 16 / 10;
  border-radius: 14px;
  background:
    radial-gradient(circle at 40% 35%, rgba(232, 196, 90, 0.18), transparent 45%),
    linear-gradient(160deg, rgba(20, 18, 28, 0.95), rgba(8, 7, 12, 0.98));
  border: 1px solid rgba(232, 196, 90, 0.22);
  display: grid;
  place-items: center;
  margin: 10px 0;
  overflow: hidden;
}

.home-video-tile .ico-mic {
  transform: scale(1.8);
  opacity: 0.9;
}

.home-video-tile .tile-label,
.home-video-tile .tile-badge {
  position: absolute;
  left: 10px;
  bottom: 10px;
  font-size: 0.75rem;
  padding: 4px 8px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.55);
  color: #f4e7b8;
}

.home-video-tile .tile-badge {
  left: auto;
  right: 10px;
  color: var(--gold, #e8c45a);
}

.home-chat-fake {
  display: grid;
  gap: 6px;
  margin-bottom: 10px;
}

.home-chat-line {
  font-size: 0.86rem;
  padding: 8px 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: var(--ink-soft, #cfc3a8);
}

.home-chat-line.self {
  border-color: rgba(232, 196, 90, 0.22);
  background: rgba(232, 196, 90, 0.08);
}

.home-chat-bar {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.home-chat-input {
  flex: 1;
  min-width: 120px;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 10px;
  border: 1px solid rgba(242, 201, 76, 0.22);
  background: rgba(0, 0, 0, 0.28);
  color: var(--muted, #a89a78);
  font-size: 0.88rem;
}

.home-chip {
  pointer-events: none;
  min-height: 40px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  font-size: 0.85rem;
}

.home-rooms .room-card.room-panel {
  cursor: pointer;
}

.home-footer.room-panel {
  width: min(1120px, 92%);
  margin: 0 auto 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 22px 24px;
}

.live-status {
  color: #7dffb1;
  font-size: 0.85rem;
}

@media (max-width: 900px) {
  .home-app-grid {
    grid-template-columns: 1fr;
  }
  .hero-app .hero-app-preview {
    width: min(520px, 96vw);
  }
}

.hero-pro .hero-phone-float .phone-action {
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-align: left;
}

.hero-pro .hero-phone-float .phone-bell {
  border: 0;
  background: transparent;
  padding: 6px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.hero-pro .hero-phone-float .phone-bell:hover,
.hero-pro .hero-phone-float .phone-nav button:hover {
  background: rgba(232, 196, 90, 0.12);
}

.hero-pro .hero-phone-float .banner-card.phone-action {
  width: 100%;
  border: 0;
  display: flex;
  gap: 12px;
  align-items: center;
}

.hero-pro .hero-phone-float .room-list .room-item.phone-action {
  width: 100%;
  border: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hero-pro .hero-phone-float .phone-large {
  width: 100%;
  margin: 0;
  animation: none;
}

@media (max-width: 860px) {
  .hero-pro .hero-bleed {
    align-items: center;
    justify-content: center;
  }
  .hero-pro .hero-veil {
    background:
      linear-gradient(180deg, rgba(7, 6, 10, 0.45) 0%, rgba(7, 6, 10, 0.72) 45%, rgba(7, 6, 10, 0.92) 100%);
  }
}

/* ——— Sections ——— */
.section-shell {
  position: relative;
  z-index: 1;
  width: min(1120px, 92%);
  margin: 0 auto;
  padding: clamp(48px, 8vw, 88px) 0;
}

.section-heading {
  text-align: center;
  margin-bottom: 36px;
}

.section-heading .eyebrow {
  color: var(--gold);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
}

.section-heading h2 {
  font-family: var(--font-display);
  letter-spacing: 0.06em;
  margin: 8px 0 0;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
}

.info-panel {
  width: min(1120px, 92%);
  margin: 0 auto;
  padding: clamp(40px, 7vw, 72px) 0;
}

.room-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

.room-card {
  background: var(--glass);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 22px;
  box-shadow: var(--shadow-soft);
  transition: transform 0.35s var(--ease), border-color 0.35s var(--ease), background 0.35s var(--ease);
}

.room-card:hover {
  transform: translateY(-6px);
  border-color: rgba(232, 196, 90, 0.4);
  background: var(--glass-strong);
}

.room-card h3 {
  font-family: var(--font-display);
  letter-spacing: 0.04em;
  margin: 10px 0 6px;
}

.room-card p {
  color: var(--ink-soft);
  line-height: 1.5;
  margin: 0;
}

.screens {
  width: min(1120px, 92%);
  margin: 0 auto;
  padding-bottom: clamp(40px, 7vw, 72px);
}

.footer {
  width: min(1120px, 92%);
  margin: 0 auto 40px;
  padding: 28px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(232, 196, 90, 0.1), rgba(255, 255, 255, 0.03));
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}

.footer-title {
  font-family: var(--font-display);
  letter-spacing: 0.05em;
  margin: 0 0 6px;
}

.footer-text {
  margin: 0;
  color: var(--ink-soft);
}

/* ——— Auth ——— */
.auth-body,
.auth-page {
  min-height: 100vh;
}

.auth-card,
.auth-card-play {
  width: min(440px, 92vw);
  border-radius: 24px;
  border: 1px solid var(--line);
  background: linear-gradient(160deg, rgba(20, 18, 26, 0.92), rgba(10, 9, 14, 0.88));
  box-shadow: var(--shadow-soft), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  padding: 28px 26px 24px;
  backdrop-filter: blur(16px);
}

.auth-card h1 {
  font-family: var(--font-display);
  letter-spacing: 0.06em;
  font-size: 1.65rem;
}

.auth-card input,
.auth-card-play input {
  border-radius: 12px !important;
  border: 1px solid rgba(232, 196, 90, 0.16) !important;
  background: rgba(0, 0, 0, 0.35) !important;
  padding: 13px 14px !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.auth-card input:focus,
.auth-card-play input:focus {
  outline: none;
  border-color: rgba(232, 196, 90, 0.55) !important;
  box-shadow: 0 0 0 3px rgba(232, 196, 90, 0.15);
}

.social-row {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.social-row .btn {
  width: 100%;
  justify-content: center;
}

/* ——— Wallet / gifts ——— */
.wallet-wrap {
  width: min(880px, 94%) !important;
  gap: 18px !important;
  padding: 28px 0 48px;
}

.wallet-card,
.account-card,
.auth-card.wallet-shell {
  border-radius: var(--radius-lg) !important;
  border: 1px solid var(--line) !important;
  background: linear-gradient(160deg, rgba(255, 252, 245, 0.06), rgba(255, 252, 245, 0.02)) !important;
  box-shadow: var(--shadow-soft);
}

.coin-big {
  font-family: var(--font-display);
  letter-spacing: 0.04em;
  background: linear-gradient(90deg, var(--gold-bright), #fff3c4);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.pkg-btn {
  border-radius: 14px !important;
  border: 1px solid rgba(232, 196, 90, 0.22) !important;
  background: rgba(0, 0, 0, 0.28) !important;
  transition: transform 0.25s var(--ease), border-color 0.25s var(--ease), background 0.25s var(--ease);
}

.pkg-btn:hover:not(:disabled) {
  transform: translateY(-2px);
  border-color: rgba(232, 196, 90, 0.5) !important;
  background: rgba(232, 196, 90, 0.1) !important;
}

.pkg-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.gift-send-btn {
  border-radius: 16px !important;
  transition: transform 0.25s var(--ease), border-color 0.25s var(--ease);
}

.gift-send-btn:hover {
  transform: translateY(-4px);
  border-color: rgba(232, 196, 90, 0.45) !important;
}

/* ——— Room studio ——— */
.room-studio {
  min-height: 100vh;
  padding: clamp(16px, 3vw, 28px);
  position: relative;
  z-index: 1;
}

.room-studio-shell {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 16px;
}

.room-studio-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 20px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: var(--glass);
}

.room-studio-top h1 {
  margin: 0;
  font-family: var(--font-display);
  letter-spacing: 0.06em;
  font-size: clamp(1.25rem, 2.5vw, 1.7rem);
}

.room-studio-top p {
  margin: 4px 0 0;
  color: var(--ink-soft);
}

.live-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 90, 90, 0.35);
  background: rgba(255, 70, 70, 0.12);
  color: #ffb4b4;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.live-pill::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff4d4d;
  box-shadow: 0 0 0 0 rgba(255, 77, 77, 0.6);
  animation: livePulse 1.6s infinite;
}

@keyframes livePulse {
  0% { box-shadow: 0 0 0 0 rgba(255, 77, 77, 0.55); }
  70% { box-shadow: 0 0 0 10px rgba(255, 77, 77, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 77, 77, 0); }
}

.room-studio-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.7fr);
  gap: 16px;
}

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

.room-panel {
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: linear-gradient(165deg, rgba(255, 252, 245, 0.06), rgba(255, 252, 245, 0.02));
  box-shadow: var(--shadow-soft);
  padding: 16px;
  display: grid;
  gap: 12px;
}

.room-panel .video-stage {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(232, 196, 90, 0.15);
  min-height: 220px;
}

.hd-stage,
.room-panel .video-stage.hd-stage {
  min-height: min(52vh, 520px);
  aspect-ratio: 16 / 9;
  background: #050505;
}

#local-video {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: high-quality;
}

#local-video.active {
  display: block;
}

.remote-video-grid,
.group-video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px;
  width: 100%;
}

.group-video-grid[data-count="1"] {
  grid-template-columns: 1fr;
  min-height: min(48vh, 420px);
}

.group-video-grid[data-count="2"] {
  grid-template-columns: repeat(2, 1fr);
}

.group-video-grid[data-count="3"],
.group-video-grid[data-count="4"] {
  grid-template-columns: repeat(2, 1fr);
}

.group-video-grid.many,
.group-video-grid[data-count="5"],
.group-video-grid[data-count="6"],
.group-video-grid[data-count="7"],
.group-video-grid[data-count="8"] {
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

.remote-video-tile {
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(232, 196, 90, 0.2);
  background: #000;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
  min-height: 140px;
}

.remote-video-tile.local-tile {
  border-color: rgba(232, 196, 90, 0.55);
}

.remote-video-tile video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  image-rendering: high-quality;
}

.remote-video-tile .video-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 2.4rem;
  background: radial-gradient(circle at 40% 30%, rgba(232, 196, 90, 0.12), transparent 55%), #0a090e;
}

.remote-video-tile .video-placeholder.hidden {
  display: none;
}

.remote-video-tile #local-video {
  display: none;
  position: absolute;
  inset: 0;
}

.remote-video-tile #local-video.active,
.remote-video-tile.camera-on #local-video {
  display: block;
}

.tile-label {
  position: absolute;
  left: 8px;
  bottom: 8px;
  z-index: 2;
  padding: 4px 8px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.55);
  color: #fff8e7;
  font-size: 0.78rem;
  font-weight: 700;
  max-width: calc(100% - 16px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tile-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(232, 196, 90, 0.2);
  color: #f5d76e;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

@media (max-width: 700px) {
  .group-video-grid[data-count="2"],
  .group-video-grid[data-count="3"],
  .group-video-grid[data-count="4"] {
    grid-template-columns: 1fr;
  }
}

.hero-pro .hero-stage-bg {
  image-rendering: high-quality;
}

img, video {
  max-width: 100%;
}

/* crisp UI on retina */
@media (min-resolution: 2dppx) {
  .site-brand-mark,
  .btn-primary {
    -webkit-font-smoothing: antialiased;
  }
}

.room-panel .chat-messages {
  min-height: 180px;
  max-height: 280px;
  overflow: auto;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.28);
  padding: 12px;
}

.room-panel .chat-form {
  display: flex;
  gap: 8px;
  align-items: center;
}

.room-panel .chat-form input[type='text'] {
  flex: 1;
  border-radius: 12px;
  border: 1px solid rgba(232, 196, 90, 0.18);
  background: rgba(0, 0, 0, 0.35);
  color: var(--ink);
  padding: 12px 14px;
}

.chat-media-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  padding: 10px 12px;
  cursor: pointer;
  margin: 0;
}

.chat-media {
  display: block;
  max-width: min(100%, 240px);
  max-height: 180px;
  border-radius: 10px;
  margin-top: 6px;
  object-fit: cover;
  background: rgba(0, 0, 0, 0.35);
}

.room-media-strip {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  margin-top: 10px;
  padding-bottom: 4px;
}

.room-media-thumb {
  position: relative;
  flex: 0 0 auto;
  width: 72px;
  height: 72px;
  border: 1px solid rgba(232, 196, 90, 0.22);
  border-radius: 10px;
  overflow: hidden;
  padding: 0;
  background: rgba(0, 0, 0, 0.35);
  cursor: pointer;
}

.room-media-thumb img,
.room-media-thumb video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.room-media-thumb .media-badge {
  position: absolute;
  left: 4px;
  bottom: 4px;
  font-size: 0.65rem;
  padding: 2px 5px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.65);
  color: var(--gold, #e8c45a);
}

.share-feed {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px;
}

.share-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(242, 201, 76, 0.22);
  border-radius: 16px;
  overflow: hidden;
}

.share-card .share-media {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  background: rgba(0, 0, 0, 0.4);
}

.share-card .share-body {
  padding: 12px 14px;
}

.share-card .share-meta {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  font-size: 0.85rem;
  color: var(--muted, #a89a78);
  margin-top: 6px;
}

.room-side-stack {
  display: grid;
  gap: 16px;
  align-content: start;
}

.control-stack {
  display: grid;
  gap: 10px;
}

.room-ctrl-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  width: 100%;
}

.ctrl-ico {
  width: 18px;
  height: 18px;
  position: relative;
  flex: 0 0 18px;
  display: inline-block;
}

.ctrl-ico.mic::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 8px;
  height: 11px;
  border-radius: 6px;
  background: var(--gold, #e8c45a);
}
.ctrl-ico.mic::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 8px;
  width: 12px;
  height: 7px;
  border: 2px solid var(--gold, #e8c45a);
  border-top: 0;
  border-radius: 0 0 10px 10px;
}

.ctrl-ico.cam::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 4px;
  width: 12px;
  height: 10px;
  border-radius: 3px;
  border: 2px solid var(--gold, #e8c45a);
  background: rgba(232, 196, 90, 0.15);
}
.ctrl-ico.cam::after {
  content: "";
  position: absolute;
  right: 0;
  top: 6px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid var(--gold, #e8c45a);
}

.ctrl-ico.gift::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 6px;
  width: 12px;
  height: 10px;
  border-radius: 2px;
  background: var(--gold, #e8c45a);
}
.ctrl-ico.gift::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 2px;
  width: 4px;
  height: 6px;
  border-radius: 2px;
  background: #fff;
  box-shadow: -5px 4px 0 0 rgba(255,255,255,0.35), 5px 4px 0 0 rgba(255,255,255,0.35);
}

#mute-toggle.is-off .ctrl-ico.mic {
  opacity: 0.45;
}

.video-placeholder .ico-mic {
  width: 36px;
  height: 36px;
  transform: scale(1.6);
}

.participant-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.participant-list li {
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(232, 196, 90, 0.12);
}

/* ——— Settings / messages ——— */
.settings-card,
.messages-panel,
.log-card {
  border-radius: var(--radius-lg) !important;
  border: 1px solid var(--line) !important;
  background: var(--glass) !important;
  box-shadow: var(--shadow-soft);
}

/* ——— Comfort ——— */
::selection {
  background: rgba(232, 196, 90, 0.35);
  color: #fff;
}

a {
  color: var(--gold-bright);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* ——— Music player ——— */
.music-player {
  --viz-hue: 45;
  --viz-energy: 0;
  --viz-glow: 0.15;
  --viz-color: #e8c45a;
  --viz-color-soft: rgba(232, 196, 90, 0.35);
  display: grid;
  gap: 12px;
  text-align: left;
  transition: background 0.12s linear, box-shadow 0.12s linear;
  border-radius: 18px;
  padding: 4px;
}

.music-player.is-reactive {
  background: radial-gradient(
    120% 80% at 50% 0%,
    hsla(var(--viz-hue), 70%, 40%, calc(var(--viz-energy) * 0.22)),
    transparent 60%
  );
  box-shadow: 0 0 40px hsla(var(--viz-hue), 80%, 50%, calc(var(--viz-glow) * 0.35));
}

.music-player-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  align-items: flex-start;
}

.music-player-head h3 {
  margin: 0;
  font-family: var(--font-display);
  letter-spacing: 0.05em;
  color: var(--gold-bright);
}

.music-now {
  display: grid;
  gap: 2px;
  text-align: right;
}

.music-lang-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.music-tab {
  border-radius: 999px;
  border: 1px solid rgba(232, 196, 90, 0.25);
  background: rgba(0, 0, 0, 0.28);
  color: var(--ink);
  padding: 8px 14px;
  cursor: pointer;
  font-weight: 700;
}

.music-tab.active,
.music-tab:hover {
  border-color: rgba(232, 196, 90, 0.55);
  background: rgba(232, 196, 90, 0.14);
  color: var(--gold-bright);
}

.music-stage {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(232, 196, 90, 0.18);
  background: #050505;
  min-height: 84px;
  transition: box-shadow 0.1s linear, border-color 0.1s linear;
}

.music-viz {
  display: block;
  width: 100%;
  height: 110px;
  background: #050505;
}

.music-stage audio {
  width: 100%;
  display: block;
  height: 48px;
  position: relative;
  z-index: 2;
}

.music-yt-wrap {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.music-youtube {
  position: relative;
  aspect-ratio: 16 / 9;
  min-height: 220px;
  background: #000;
  border-radius: 12px;
  overflow: hidden;
}

.music-youtube iframe,
.music-youtube .yt-mount,
.music-youtube .yt-mount iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.music-sound-gate {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  cursor: pointer;
  color: #1a1406;
  font-weight: 900;
  font-size: 1.35rem;
  letter-spacing: 0.04em;
  background: rgba(0, 0, 0, 0.55);
  background-image: linear-gradient(135deg, rgba(245, 215, 110, 0.92), rgba(184, 146, 46, 0.88));
}

.music-sound-gate.is-on,
.music-sound-gate:not([hidden]) {
  display: flex;
}

.music-sound-gate[hidden] {
  display: none !important;
}

.music-sound-gate small {
  font-size: 0.85rem;
  font-weight: 700;
  opacity: 0.85;
}

.music-youtube.needs-sound {
  outline: 2px solid #f5d76e;
}

.music-controls {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}

.music-vol-label {
  margin: 0 0 0 4px;
  font-size: 0.85rem;
  color: var(--ink-soft);
}

#music-vol {
  width: 110px;
  accent-color: #e8c45a;
}

.music-unmute-btn {
  width: 100%;
  margin-top: 8px;
}

.music-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
  max-height: 320px;
  overflow: auto;
}

.music-item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(232, 196, 90, 0.12);
  background: rgba(0, 0, 0, 0.28);
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.music-item:hover,
.music-item.active {
  border-color: rgba(232, 196, 90, 0.45);
  background: rgba(232, 196, 90, 0.1);
}

.music-lang-badge {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #1a1406;
  background: linear-gradient(135deg, #f5d76e, #b8922e);
  border-radius: 8px;
  padding: 4px 7px;
}

.music-item-text {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.music-item-text strong {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.music-item-text small {
  color: var(--ink-soft);
}

.music-item-type {
  color: var(--ink-soft);
  font-size: 0.8rem;
}

.music-earn-bar {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(232, 196, 90, 0.22);
  background: linear-gradient(135deg, rgba(232, 196, 90, 0.12), rgba(0, 0, 0, 0.28));
}

.music-earn-bar.is-live {
  border-color: rgba(125, 255, 177, 0.35);
  box-shadow: 0 0 0 1px rgba(125, 255, 177, 0.12);
}

.music-earn-bar.pulse {
  animation: earnPulse 0.55s ease;
}

@keyframes earnPulse {
  0% { transform: scale(1); }
  40% { transform: scale(1.02); }
  100% { transform: scale(1); }
}

.music-earn-main {
  display: grid;
  gap: 2px;
}

.music-earn-main strong {
  color: var(--gold-bright);
}

.music-earn-stats {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  font-weight: 700;
  color: #7dffb1;
}

/* Room background music — local only, never in WebRTC */
.room-bgm {
  display: grid;
  gap: 10px;
}

.room-bgm-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.room-bgm-head strong {
  color: var(--gold-bright);
  font-family: var(--font-display);
  letter-spacing: 0.04em;
}

.room-bgm-badge {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(125, 255, 177, 0.12);
  color: #7dffb1;
  border: 1px solid rgba(125, 255, 177, 0.28);
}

.room-bgm-now {
  font-weight: 700;
  padding: 8px 10px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(232, 196, 90, 0.12);
}

.room-bgm-controls {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.room-bgm-vol-label {
  margin: 0;
  font-size: 0.85rem;
  color: var(--ink-soft);
}

#bgm-vol {
  width: 100%;
}

.music-add-card {
  display: grid;
  gap: 6px;
  padding: 14px;
  border-radius: 14px;
  border: 1px solid rgba(232, 196, 90, 0.2);
  background: rgba(0, 0, 0, 0.22);
}

.music-add-card h3 {
  margin: 0;
  font-size: 1rem;
  color: var(--gold-bright);
}

.music-add-card input,
.music-add-card select {
  width: 100%;
  padding: 11px 12px;
  border-radius: 10px;
  border: 1px solid rgba(232, 196, 90, 0.18);
  background: rgba(0, 0, 0, 0.35);
  color: var(--ink);
}

.music-item-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.music-del {
  border: 0;
  background: rgba(255, 100, 100, 0.15);
  color: #ff8f8f;
  border-radius: 8px;
  width: 28px;
  height: 28px;
  cursor: pointer;
  font-weight: 800;
}

/* ——— Tüm cihazlar: PC / MacBook / iPad / mobil ——— */
:root {
  --safe-top: env(safe-area-inset-top, 0px);
  --safe-bottom: env(safe-area-inset-bottom, 0px);
  --safe-left: env(safe-area-inset-left, 0px);
  --safe-right: env(safe-area-inset-right, 0px);
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  min-height: 100dvh;
  padding-top: var(--safe-top);
  padding-bottom: var(--safe-bottom);
  padding-left: var(--safe-left);
  padding-right: var(--safe-right);
}

.hero-pro,
.room-studio,
.auth-page {
  min-height: 100dvh;
}

.hero-pro {
  min-height: calc(100dvh - 88px);
}

/* iPad / dar laptop */
@media (max-width: 1024px) {
  .room-studio-grid {
    grid-template-columns: 1fr !important;
  }
  .site-nav-links a {
    padding: 10px 14px;
  }
}

@media (max-width: 900px) {
  .room-panel .chat-messages {
    max-height: min(36vh, 240px);
  }
}

/* Telefon */
@media (max-width: 700px) {
  .room-studio-top {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .room-panel .chat-form {
    flex-wrap: wrap;
  }
  .room-panel .chat-form input[type='text'],
  .settings-stack input,
  .settings-stack select,
  .auth-card input {
    flex: 1 1 100%;
    font-size: 16px !important;
    min-height: 44px;
  }
  .room-panel .chat-form .btn,
  .chat-media-btn,
  .btn {
    min-height: 44px;
  }
  .chat-media-btn {
    min-width: 44px;
  }
  .group-video-grid,
  .remote-video-grid {
    grid-template-columns: 1fr !important;
  }
  .site-nav-links a {
    display: block;
    padding: 12px 16px;
  }
  .coin-big {
    font-size: 1.5rem;
    word-break: break-word;
  }
  .wallet-wrap,
  .share-feed {
    width: min(100%, 96vw);
  }
}

@media (hover: none) {
  .room-card:hover,
  .feature-card:hover,
  .pkg-btn:hover {
    transform: none;
  }
}

.live-now-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 12px;
  margin-top: 14px;
}
.live-now-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-decoration: none;
  color: inherit;
  padding: 14px;
  border-radius: 16px;
  border: 1px solid rgba(242, 201, 76, 0.22);
  background: rgba(255, 255, 255, 0.04);
}
.live-now-card:hover {
  border-color: rgba(242, 201, 76, 0.55);
}
.live-now-card .live-pill {
  width: fit-content;
}
.guest-req-actions {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.remote-video-tile.local-tile.is-watching .video-placeholder {
  opacity: 0.7;
}

.tile-rank {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 3;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.62);
  color: #f5d76e;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  max-width: calc(100% - 88px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tile-rank[hidden] { display: none; }

.gift-rank-board {
  margin: 10px 0 0;
  padding: 12px;
  border-radius: 16px;
  border: 1px solid rgba(242, 201, 76, 0.28);
  background: rgba(12, 10, 18, 0.55);
}
.gift-rank-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.gift-rank-head strong { color: var(--gold); }
.gift-rank-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 6px;
}
.gift-rank-item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 8px;
  align-items: center;
  padding: 8px 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.gift-rank-item.rank-1 { border-color: rgba(242, 201, 76, 0.55); }
.gift-rank-item.rank-2 { border-color: rgba(205, 127, 50, 0.45); }
.gift-rank-item.rank-3 { border-color: rgba(192, 192, 192, 0.4); }
.gift-rank-item.is-me { box-shadow: 0 0 0 1px rgba(242, 201, 76, 0.35); }
.gift-rank-ico { font-size: 1.2rem; }
.gift-rank-who { font-weight: 700; }
.gift-rank-item small { color: #a89a78; }
.lucky-box { margin-top: 12px; display: grid; gap: 4px; }
.live-pin {
  margin: 8px 0 0;
  padding: 8px 12px;
  border-radius: 12px;
  border: 1px solid rgba(242, 201, 76, 0.3);
  background: rgba(242, 201, 76, 0.08);
  color: var(--gold);
  font-weight: 700;
}

.duel-board {
  margin: 10px 0 12px;
  padding: 12px;
  border-radius: 16px;
  border: 1px solid rgba(242, 201, 76, 0.35);
  background: linear-gradient(90deg, rgba(180, 40, 70, 0.18), rgba(0, 0, 0, 0.35) 50%, rgba(40, 90, 180, 0.18));
}
.duel-bar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 10px;
  align-items: center;
}
.duel-side {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.35);
  color: inherit;
  cursor: pointer;
  font: inherit;
  text-align: left;
}
.duel-side.duel-b { text-align: right; }
.duel-side strong { font-size: 0.92rem; }
.duel-side span { font-size: 1.45rem; font-weight: 800; color: var(--gold); }
.duel-side.is-picked {
  border-color: rgba(242, 201, 76, 0.85);
  box-shadow: 0 0 0 1px rgba(242, 201, 76, 0.45);
}
.duel-mid {
  display: grid;
  justify-items: center;
  gap: 2px;
  min-width: 72px;
}
.duel-vs {
  font-family: Cinzel, serif;
  letter-spacing: 0.12em;
  color: var(--gold);
  font-weight: 700;
}
#duel-timer { font-variant-numeric: tabular-nums; font-weight: 800; }
.duel-gifts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}
.duel-gift-btn {
  border: 1px solid rgba(242, 201, 76, 0.28);
  background: rgba(0, 0, 0, 0.35);
  color: inherit;
  border-radius: 999px;
  padding: 7px 12px;
  cursor: pointer;
  font: inherit;
}
.duel-gift-btn:hover { border-color: rgba(242, 201, 76, 0.7); }
.duel-challenge, .duel-result {
  margin-top: 10px;
  text-align: center;
}
.duel-result { color: var(--gold); font-weight: 800; font-size: 1.05rem; }
.group-video-grid.duel-on {
  grid-template-columns: 1fr 1fr !important;
}
.remote-video-tile.duel-a {
  border-color: rgba(255, 90, 120, 0.75);
  box-shadow: 0 0 0 2px rgba(255, 90, 120, 0.25);
}
.remote-video-tile.duel-b {
  border-color: rgba(90, 150, 255, 0.75);
  box-shadow: 0 0 0 2px rgba(90, 150, 255, 0.25);
}
.group-video-grid.duel-on .remote-video-tile:not(.duel-a):not(.duel-b) {
  display: none;
}
#duel-cancel { margin-top: 8px; }

.live-stage {
  position: relative;
}
.gift-fx {
  pointer-events: none;
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 6;
}
.gift-fx-item {
  position: absolute;
  left: 12%;
  bottom: 8px;
  font-size: 2.4rem;
  z-index: 6;
  animation: gift-fly 2.4s ease-out forwards;
  text-shadow: 0 8px 24px rgba(0,0,0,.55);
  white-space: nowrap;
}
.gift-fx-item small {
  font-size: 0.85rem;
  color: var(--gold);
  margin-left: 6px;
}
@keyframes gift-fly {
  0% { transform: translateY(20px) scale(0.6); opacity: 0; }
  18% { transform: translateY(0) scale(1.15); opacity: 1; }
  100% { transform: translateY(-140px) scale(1); opacity: 0; }
}
.live-gift-panel {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  place-items: end center;
  background: rgba(0,0,0,.45);
  padding: 16px;
}
.live-gift-panel[hidden] { display: none; }
.live-gift-card {
  width: min(520px, 100%);
  max-height: min(78vh, 640px);
  overflow: auto;
  border-radius: 20px;
  border: 1px solid rgba(242,201,76,.35);
  background: #121018;
  padding: 16px;
  display: grid;
  gap: 12px;
}
.live-gift-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}
.live-gift-head h3 { margin: 0; color: var(--gold); }
.live-gift-to { display: grid; gap: 6px; font-size: .9rem; }
.live-gift-to select {
  min-height: 42px;
  border-radius: 12px;
  border: 1px solid rgba(242,201,76,.25);
  background: rgba(0,0,0,.35);
  color: inherit;
  font: inherit;
  padding: 8px 10px;
}
.live-gift-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
  gap: 8px;
}
.live-gift-item {
  display: grid;
  gap: 4px;
  justify-items: center;
  padding: 12px 8px;
  border-radius: 14px;
  border: 1px solid rgba(242,201,76,.22);
  background: rgba(255,255,255,.04);
  color: inherit;
  cursor: pointer;
  font: inherit;
}
.live-gift-item:hover { border-color: rgba(242,201,76,.7); }
.live-gift-item .ico { font-size: 1.6rem; }
.live-gift-item small { color: #a89a78; }

/* ——— Üst menü: tek sıra, PC + telefon ——— */
.site-navbar {
  max-width: min(1280px, 96vw);
  flex-wrap: nowrap;
}

.site-nav-links {
  flex-wrap: nowrap;
  gap: 4px;
}

.site-nav-links a.nav-core,
.site-nav-links a.nav-cta {
  white-space: nowrap;
}

.site-nav-links a.nav-active {
  color: var(--gold);
  background: rgba(242, 201, 76, 0.1);
}

.nav-more {
  position: relative;
}

.nav-more-btn {
  font: inherit;
  font-weight: 650;
  color: var(--muted);
  background: transparent;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 8px 14px;
  cursor: pointer;
  white-space: nowrap;
}

.nav-more-btn:hover,
.nav-more.open .nav-more-btn {
  color: var(--gold);
  background: rgba(242, 201, 76, 0.08);
}

.nav-more-menu {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 200px;
  padding: 8px;
  border-radius: 16px;
  border: 1px solid rgba(242, 201, 76, 0.22);
  background: rgba(10, 10, 12, 0.97);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.5);
  z-index: 80;
}

.nav-more.open .nav-more-menu {
  display: grid;
  gap: 2px;
}

.nav-more-menu a {
  display: block;
  white-space: nowrap;
}

/* Hero: geniş ekranda sol metin + sağ önizleme */
@media (min-width: 980px) {
  .hero-pro .hero-bleed {
    display: grid;
    grid-template-columns: minmax(280px, 1fr) minmax(340px, 560px);
    align-items: center;
    max-width: min(1280px, 94vw);
    margin: 0 auto;
    min-height: calc(100dvh - 96px);
    gap: clamp(32px, 5vw, 72px);
  }

  .hero-pro .hero-content {
    justify-items: start;
    text-align: left;
  }

  .hero-pro .hero-copy {
    margin: 0;
  }

  .hero-pro .hero-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 979px) {
  .hero.hero-pro,
  .hero-pro .hero-bleed {
    min-height: auto;
  }

  .hero-pro .hero-bleed {
    padding: 28px 16px 40px;
  }

  .hero-app .hero-app-preview {
    width: min(100%, 520px);
  }

  .home-app-side {
    display: none;
  }
}

@media (max-width: 900px) {
  .nav-more-btn {
    display: none;
  }

  .nav-more,
  .nav-more-menu {
    display: contents;
  }

  .nav-more.open .nav-more-menu,
  .nav-more-menu {
    display: contents;
    position: static;
    min-width: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }
}


