/* Gemi paket detay */
.gemi-page {
  font-family: var(--site-font-sans, "Poppins", system-ui, sans-serif);
  background: #f1f5f9;
  padding-bottom: 48px;
}
.gemi-hero {
  background: linear-gradient(135deg, #0c4a6e 0%, #0f172a 55%, #172554 100%);
  color: #fff;
  padding: 40px 20px 48px;
  position: relative;
  overflow: hidden;
}
.gemi-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cpath fill='%23ffffff' fill-opacity='.05' d='M0 0h50v50H0zm50 50h50v50H50z'/%3E%3C/svg%3E");
  pointer-events: none;
}
.gemi-hero-inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.gemi-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #7dd3fc;
  margin-bottom: 12px;
}
.gemi-hero h1 {
  margin: 0 0 12px;
  font-size: clamp(1.6rem, 3.5vw, 2.1rem);
  font-weight: 800;
  letter-spacing: -0.03em;
}
.gemi-breadcrumb {
  font-size: 13px;
  color: rgba(226, 232, 240, 0.88);
}
.gemi-breadcrumb a {
  color: #bae6fd;
  text-decoration: none;
  font-weight: 600;
}
.gemi-breadcrumb a:hover {
  text-decoration: underline;
}
.gemi-body {
  max-width: 1100px;
  margin: -32px auto 0;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
.gemi-card {
  background: #fff;
  border-radius: 18px;
  padding: 28px 28px 30px;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12), 0 0 0 1px rgba(15, 23, 42, 0.06);
}
.gemi-card-header {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e2e8f0;
}
.gemi-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(135deg, #e0f2fe, #dbeafe);
  color: #0369a1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  flex-shrink: 0;
}
.gemi-type {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #2563eb;
  margin-bottom: 4px;
}
.gemi-card h2 {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 800;
  color: #0f172a;
}
.gemi-desc {
  font-size: 15px;
  line-height: 1.75;
  color: #475569;
}
.gemi-empty {
  text-align: center;
  padding: 40px 24px;
  color: #64748b;
  font-size: 15px;
}
.gemi-empty a {
  color: #2563eb;
  font-weight: 700;
}
