@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Playfair+Display:wght@600;700&display=swap');

:root {
  --bg-hero: linear-gradient(135deg, #0f766e, #0284c7);
  --primary: #16a34a;
  --primary-soft: rgba(22, 163, 74, 0.1);
  --ink: #0f172a;
  --muted: #64748b;
  --card-shadow: 0 12px 32px rgba(15, 23, 42, 0.12);
  --card-shadow-hover: 0 16px 36px rgba(15, 23, 42, 0.16);
  --ring: 0 0 0 4px rgba(22, 163, 74, 0.15);
}

body {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--ink);
  background: #f8fafc;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Playfair Display', 'Inter', serif;
  letter-spacing: -0.02em;
}

.logo-img {
  height: 52px;
  width: auto;
  margin-left: 5px;
}

.hero-section {
  background-image: var(--bg-hero);
  color: #fff;
  padding: 4.5rem 0 3.5rem;
}

.hero-section .lead {
  color: rgba(255, 255, 255, 0.92) !important;
  text-shadow: 0 8px 24px rgba(15, 23, 42, 0.35);
}

.hero-card {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 1rem;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.25);
  /* Hero karti icinde metinler beyaz yerine koyu olsun */
  color: #111827;
}

.hero-card h3,
.hero-card p,
.hero-card li {
  color: #111827;
}

.page-header-section {
  padding: 3rem 0 2rem;
  background: linear-gradient(135deg, #f8fafc, #e2f6ff);
  border-bottom: 1px solid #e5e7eb;
}

.content-card,
.info-card {
  background: #ffffff;
  border-radius: 1rem;
  padding: 1.5rem 1.75rem;
  box-shadow: var(--card-shadow);
  color: #111827;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.content-card:hover,
.info-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--card-shadow-hover);
}

.footer {
  background: #020617;
  color: #e5e7eb;
}

.footer .footer-link {
  color: #9ca3af;
  text-decoration: none;
  transition: color 200ms ease;
}

.footer .footer-link:hover {
  color: #e5e7eb;
}

.footer-logo {
  max-height: 70px;
  width: auto;
}

.navbar {
  border-bottom: 1px solid rgba(148, 163, 184, 0.2);
  backdrop-filter: blur(6px);
}

.navbar-toggler {
  margin-right: 5px;
}

.nav-link {
  color: var(--ink);
  transition: color 180ms ease;
}

.nav-link.active {
  color: var(--primary) !important;
  font-weight: 600;
}

.nav-link:hover {
  color: var(--primary);
}

.dropdown-menu {
  border-radius: 0.75rem;
  border: 1px solid rgba(148, 163, 184, 0.2);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.12);
  padding: 0.5rem;
  min-width: 220px;
}

.dropdown-item {
  border-radius: 0.5rem;
  padding: 0.55rem 0.75rem;
  color: var(--ink);
  transition: background 160ms ease, color 160ms ease;
}

.dropdown-item:hover,
.dropdown-item:focus {
  background: rgba(22, 163, 74, 0.12);
  color: var(--primary);
}

.dropdown-item.active,
.dropdown-item:active {
  background: rgba(22, 163, 74, 0.18);
  color: var(--primary);
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    text-align: right;
  }

  .navbar-collapse .navbar-nav {
    align-items: flex-end;
  }

  .navbar .dropdown-menu {
    right: 0;
    left: auto;
  }

  .btn,
  .btn-lg {
    min-height: 44px;
  }

  .btn-lg {
    padding: 0.75rem 1.1rem;
    font-size: 1rem;
  }

  .btn-assistant,
  .btn-voice-start {
    padding: 0.7rem 1.1rem;
  }
}

.btn-assistant {
  border: none;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.01em;
  padding: 0.55rem 1.1rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #2563eb, #14b8a6);
  box-shadow: 0 12px 22px rgba(37, 99, 235, 0.28);
  position: relative;
  overflow: hidden;
  transition: transform 200ms ease, box-shadow 200ms ease, filter 200ms ease;
}

.btn-assistant::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.35), transparent 55%);
  opacity: 0.75;
  pointer-events: none;
}

.btn-assistant:hover,
.btn-assistant:focus-visible {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 16px 28px rgba(14, 116, 144, 0.35);
  filter: brightness(1.02);
}

.btn-assistant:active {
  transform: translateY(0);
  box-shadow: 0 10px 18px rgba(14, 116, 144, 0.25);
}

.btn-voice-start {
  border: none;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.01em;
  padding: 0.55rem 1.1rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #16a34a, #22d3ee);
  box-shadow: 0 12px 22px rgba(22, 163, 74, 0.28);
  position: relative;
  overflow: hidden;
  transition: transform 200ms ease, box-shadow 200ms ease, filter 200ms ease;
}

.btn-voice-start::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.35), transparent 55%);
  opacity: 0.75;
  pointer-events: none;
}

.btn-voice-start:hover,
.btn-voice-start:focus-visible {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 16px 28px rgba(20, 184, 166, 0.35);
  filter: brightness(1.02);
}

.btn-voice-start:active {
  transform: translateY(0);
  box-shadow: 0 10px 18px rgba(20, 184, 166, 0.25);
}

.instagram-embed-card {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.instagram-embed-card .instagram-media {
  margin: 0 !important;
  width: 100% !important;
}

.menu-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.menu-card {
  background: #ffffff;
  border-radius: 1rem;
  box-shadow: var(--card-shadow);
  padding: 1.5rem;
}

.menu-item {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.5rem 0;
  border-bottom: 1px dashed rgba(148, 163, 184, 0.35);
  font-size: 0.98rem;
}

.menu-item:last-child {
  border-bottom: none;
}

.menu-category-nav {
  position: sticky;
  top: 72px;
  z-index: 1010;
  background: #fff;
  border-bottom: 1px solid rgba(148, 163, 184, 0.2);
}

.menu-category-links {
  display: flex;
  gap: 1rem;
  padding: 0.75rem 0;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.menu-category-links::-webkit-scrollbar {
  display: none;
}

.menu-category-links a {
  white-space: nowrap;
  color: var(--ink);
  text-decoration: none;
  font-weight: 500;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.12);
  transition: background 150ms ease, color 150ms ease;
}

.menu-category-links a:hover {
  color: #fff;
  background: var(--primary);
}

.menu-card h2 {
  scroll-margin-top: 120px;
}

.menu-item .price {
  font-weight: 600;
  color: var(--primary);
  white-space: nowrap;
}

@media (min-width: 992px) {
  .menu-items-columns {
    column-count: 2;
    column-gap: 1.5rem;
  }

  .menu-items-columns .menu-item {
    break-inside: avoid;
  }
}

.reservation-gallery .gallery-grid {
  margin-bottom: 0;
}

.reservation-calendar {
  border: 1px solid rgba(148, 163, 184, 0.3);
  border-radius: 0.75rem;
  padding: 1rem;
  background: #f8fafc;
}

.reservation-calendar .calendar-header {
  font-weight: 600;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.35rem;
}

.calendar-day {
  font-size: 0.75rem;
  font-weight: 600;
  text-align: center;
  color: var(--muted);
}

.calendar-date {
  border: 1px solid rgba(148, 163, 184, 0.3);
  background: #fff;
  border-radius: 0.5rem;
  padding: 0.45rem 0;
  font-size: 0.85rem;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.calendar-date:hover {
  border-color: var(--primary);
  color: var(--primary);
}

.calendar-date:disabled,
.time-option:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  pointer-events: none;
}

.calendar-nav {
  border: 1px solid rgba(148, 163, 184, 0.3);
  background: #fff;
  border-radius: 999px;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.calendar-nav:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.calendar-empty {
  height: 32px;
}

.restaurant-time-block .btn {
  padding: 0.65rem 1rem;
  font-size: 1rem;
}

.area-option-btn {
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  border-radius: 999px;
}

.people-count-value {
  font-size: 1.1rem;
}

.people-count-btn {
  padding: 0.6rem 1.25rem;
  font-size: 1rem;
}

@media (max-width: 767.98px) {
  .menu-card {
    padding: 1.25rem;
  }
}

.btn-primary {
  background-color: var(--primary);
  border-color: var(--primary);
  box-shadow: 0 10px 22px rgba(22, 163, 74, 0.2);
}

.btn-outline-primary {
  color: var(--primary);
  border-color: var(--primary);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.btn-outline-primary:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(22, 163, 74, 0.2);
}

.btn-success,
.btn-danger,
.btn-warning {
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.btn-success:hover,
.btn-danger:hover,
.btn-warning:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
}

.btn:focus {
  box-shadow: var(--ring);
}

.lead,
.text-muted {
  color: var(--muted) !important;
}

.object-fit-cover {
  object-fit: cover;
}

.gallery-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(12, 1fr);
}

.gallery-item {
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
  min-height: 160px;
  box-shadow: var(--card-shadow);
  background: #0f172a;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

.gallery-item-large {
  grid-column: span 7;
  grid-row: span 2;
  min-height: 380px;
}

.gallery-item-medium {
  grid-column: span 5;
  min-height: 180px;
}

.gallery-item-wide {
  grid-column: span 7;
  min-height: 200px;
}

.gallery-item-small {
  grid-column: span 5;
  min-height: 200px;
}

.gallery-strip {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.gallery-card {
  border-radius: 1rem;
  overflow: hidden;
  background: #0f172a;
  min-height: 180px;
  box-shadow: var(--card-shadow);
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.gallery-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--card-shadow-hover);
}

.gallery-card:hover img {
  transform: scale(1.04);
}

@media (max-width: 991.98px) {
  .gallery-item-large,
  .gallery-item-medium,
  .gallery-item-wide,
  .gallery-item-small {
    grid-column: span 12;
  }
}

@media (max-width: 767.98px) {
  .navbar-brand {
    margin-left: 0;
    margin-right: auto;
  }

  .navbar {
    justify-content: space-between;
  }

  .navbar .container {
    justify-content: space-between;
  }

  .navbar-nav {
    align-items: center;
  }

  .navbar-collapse {
    text-align: center;
  }

  .hero-section {
    padding-top: 3rem;
  }

  .hero-section .display-5 {
    font-size: 2rem;
  }

  .hero-section .lead {
    font-size: 1rem;
  }

  .hero-section .btn-lg {
    width: 100%;
  }

  .hero-section .btn-lg + .btn-lg {
    margin-top: 0.75rem;
  }

  .page-header-section {
    padding: 2.25rem 0 1.5rem;
  }

  .content-card,
  .info-card {
    padding: 1.25rem;
  }

  .logo-img {
    height: 44px;
    margin-left: 5px;
  }

  .gallery-item {
    min-height: 180px;
  }

  .gallery-item-large {
    min-height: 240px;
  }

  .gallery-card {
    min-height: 160px;
  }

  .gallery-grid {
    gap: 0.75rem;
  }

  .gallery-strip {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  }

  .branch-actions {
    flex-direction: column;
    align-items: stretch !important;
  }

  .branch-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .footer .row > div {
    text-align: center;
  }

  .footer .text-md-end {
    text-align: center !important;
  }
}

