:root,
body.page-home {
  --pk-primary: #006d77;
  --pk-primary-dark: #005a62;
  --pk-primary-light: #d0eeeb;
  --pk-primary-soft: #ecf8f7;
  --pk-navy: #1d2d35;
  --pk-navy-light: #2a4550;
  --pk-bg: #f6f8f8;
  --pk-white: #ffffff;
  --pk-text: #1e2d3d;
  --pk-muted: #64748b;
  --pk-border: #e2e8f0;
  --pk-radius: 14px;
  --pk-radius-lg: 20px;
  --pk-radius-xl: 28px;
  --pk-shadow: 0 4px 24px rgba(30, 45, 61, 0.08);
  --pk-shadow-lg: 0 16px 48px rgba(30, 45, 61, 0.12);
  --pk-container: 1200px;
}

body.page-home {
  background: var(--pk-bg);
  color: var(--pk-text);
}

.pk-section {
  padding: 4rem 0;
}

.bg-white {
  background: #fff;
}

.pk-home .pk-hero h1 em {
  font-style: normal;
  color: var(--pk-primary);
}

i[class^="ri-"],
i[class*=" ri-"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 1em;
  height: 1em;
  line-height: 1;
  overflow: hidden;
  vertical-align: -0.125em;
}

.text-teal-700,
.text-teal-800,
.hover\:text-teal-800:hover {
  color: var(--pk-primary) !important;
}

/* Layout */
.pk-container {
  width: 100%;
  max-width: var(--pk-container);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .pk-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.pk-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  font-weight: 700;
  font-size: 0.875rem;
  border-radius: 12px;
  padding: 0.65rem 1.35rem;
  transition: transform 0.15s, box-shadow 0.2s, background 0.2s;
  text-decoration: none;
  border: none;
  cursor: pointer;
  white-space: nowrap;
}

.pk-btn:active {
  transform: scale(0.98);
}

.pk-btn--primary {
  background: var(--pk-primary);
  color: white;
  box-shadow: 0 4px 14px rgba(0, 109, 119, 0.35);
}

.pk-btn--primary:hover {
  background: var(--pk-primary-dark);
}

.pk-btn--outline {
  background: white;
  color: var(--pk-text);
  border: 2px solid var(--pk-border);
}

.pk-btn--outline:hover {
  border-color: var(--pk-primary);
  color: var(--pk-primary-dark);
}

.pk-btn--navy {
  background: var(--pk-navy);
  color: white;
}

.pk-btn--navy:hover {
  background: var(--pk-navy-light);
}

.pk-btn--white {
  background: white;
  color: var(--pk-primary-dark);
}

.pk-btn--ghost {
  background: transparent;
  color: var(--pk-text);
  border: 2px solid var(--pk-border);
}

.pk-btn--ghost:hover {
  border-color: var(--pk-primary);
  color: var(--pk-primary-dark);
  background: var(--pk-primary-soft);
}
.pk-hero {
  position: relative;
  overflow: hidden;
  padding: 3rem 0 4rem;
  background:
    radial-gradient(ellipse 85% 65% at 8% -5%, rgba(167, 243, 208, 0.55), transparent 58%),
    radial-gradient(ellipse 70% 55% at 98% 8%, rgba(0, 109, 119, 0.18), transparent 52%),
    radial-gradient(ellipse 55% 45% at 72% 88%, rgba(110, 231, 183, 0.28), transparent 55%),
    radial-gradient(ellipse 40% 35% at 18% 72%, rgba(204, 251, 241, 0.65), transparent 60%),
    linear-gradient(180deg, #ffffff 0%, #f0fdfa 48%, var(--pk-bg) 100%);
  text-align: center;
}

.pk-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(0, 109, 119, 0.04) 0%, transparent 38%),
    repeating-linear-gradient(135deg, rgba(0, 109, 119, 0.025) 0 1px, transparent 1px 22px);
  pointer-events: none;
  z-index: 0;
}

.pk-hero__deco {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.pk-hero .pk-container {
  position: relative;
  z-index: 1;
}

.pk-hero__deco-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(48px);
}

.pk-hero__deco-blob--1 {
  top: -6rem;
  left: -4rem;
  width: min(22rem, 58vw);
  height: min(22rem, 58vw);
  background: radial-gradient(circle, rgba(52, 211, 153, 0.42) 0%, rgba(16, 185, 129, 0.12) 45%, transparent 72%);
}

.pk-hero__deco-blob--2 {
  top: -3rem;
  right: -5rem;
  width: min(20rem, 52vw);
  height: min(20rem, 52vw);
  background: radial-gradient(circle, rgba(0, 109, 119, 0.28) 0%, rgba(45, 212, 191, 0.1) 50%, transparent 70%);
}

.pk-hero__deco-blob--3 {
  bottom: -4rem;
  left: 50%;
  transform: translateX(-50%);
  width: min(28rem, 80vw);
  height: min(12rem, 30vw);
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(167, 243, 208, 0.35) 0%, transparent 68%);
}

.pk-hero__deco-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(0, 109, 119, 0.1);
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.5), rgba(236, 253, 245, 0.15) 40%, transparent 70%);
}

.pk-hero__deco-ring--1 {
  top: 12%;
  right: 8%;
  width: clamp(5rem, 14vw, 9rem);
  height: clamp(5rem, 14vw, 9rem);
  opacity: 0.85;
}

.pk-hero__deco-ring--2 {
  bottom: 18%;
  left: 6%;
  width: clamp(4rem, 11vw, 7rem);
  height: clamp(4rem, 11vw, 7rem);
  border-color: rgba(16, 185, 129, 0.15);
  opacity: 0.7;
}

.pk-hero__brand {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.pk-hero__brand-link {
  display: inline-flex;
  text-decoration: none;
}

.pk-hero__logo-img {
  display: block;
  height: auto;
  width: min(220px, 72vw);
  max-height: 52px;
}

.pk-hero__seo-lead {
  max-width: 560px;
  margin: 0.75rem auto 0;
  font-size: 1rem;
  line-height: 1.55;
  color: var(--pk-muted);
  font-weight: 500;
}

.pk-home-seo__title {
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 0.75rem;
}

.pk-home-seo__lead {
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--pk-muted);
  max-width: 52rem;
  margin-bottom: 2rem;
}

.pk-home-seo__block {
  margin-bottom: 1.75rem;
  max-width: 52rem;
}

.pk-home-seo__heading {
  font-size: 1.125rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
  color: var(--pk-text);
}

.pk-home-seo__text {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--pk-muted);
}

.pk-home-seo__highlights {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  margin: 2rem 0;
}

@media (min-width: 640px) {
  .pk-home-seo__highlights {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .pk-home-seo__highlights {
    grid-template-columns: repeat(4, 1fr);
  }
}

.pk-home-seo__highlight {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 1rem 1.1rem;
  border-radius: 14px;
  border: 1px solid var(--pk-border);
  background: var(--pk-bg);
  text-decoration: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.pk-home-seo__highlight strong {
  font-size: 0.9375rem;
  color: var(--pk-text);
}

.pk-home-seo__highlight span {
  font-size: 0.8125rem;
  color: var(--pk-muted);
  line-height: 1.45;
}

.pk-home-seo__highlight:hover {
  border-color: var(--pk-primary);
  box-shadow: var(--pk-shadow);
}

.pk-home-seo__links-wrap {
  margin-top: 2rem;
}

/* SEO crawl linkleri: HTML'de kalır, ekranda hiç yer kaplamaz */
.pk-home-seo__seo-only {
  position: absolute !important;
  left: -9999px !important;
  top: 0 !important;
  width: 1px !important;
  height: 1px !important;
  max-height: 1px !important;
  max-width: 1px !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  z-index: -1 !important;
}

.pk-home-seo__links-title {
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
}

.pk-hero h1 {
  font-size: clamp(1.75rem, 4.5vw, 2.75rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.03em;
  max-width: 680px;
  margin: 0 auto;
}

.pk-hero h1 em {
  font-style: normal;
  color: var(--pk-primary);
}

.pk-hero__avatars {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.25rem;
  min-height: 44px;
}

.pk-hero__avatars > a,
.pk-hero__avatars > span,
.pk-hero__avatars .pk-hero__avatar {
  display: inline-flex;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 3px solid #fff;
  margin-left: -10px;
  overflow: hidden;
  background: #ecfdf5;
  box-shadow: var(--pk-shadow);
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}

.pk-hero__avatars > a img,
.pk-hero__avatars > span img,
.pk-hero__avatars .pk-hero__avatar img,
.pk-hero__avatars .pk-img-fallback {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.pk-hero__avatars > a:first-child,
.pk-hero__avatars > span:first-child,
.pk-hero__avatars .pk-hero__avatar:first-child {
  margin-left: 0;
}

.pk-hero__avatars > a:hover,
a.pk-hero__avatar:hover {
  transform: translateY(-3px) scale(1.06);
  z-index: 3;
  box-shadow: 0 8px 20px rgba(15, 118, 110, 0.22);
}

.pk-hero-search {
  max-width: 720px;
  margin: 2rem auto 0;
}

/* Ana sayfa arama + konum kutusu */
.pk-hero-search__box {
  max-width: 720px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid rgba(0, 109, 119, 0.14);
  border-radius: 22px;
  box-shadow:
    0 2px 4px rgba(15, 23, 42, 0.03),
    0 16px 40px rgba(0, 109, 119, 0.11);
  overflow: hidden;
}

.pk-hero-search__box .pk-search-bar {
  margin: 0;
  max-width: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  border-bottom: 1px solid rgba(0, 109, 119, 0.08);
  padding: 0.65rem 0.65rem 0.65rem 1.15rem;
}

.pk-hero-search__box .pk-search-bar:focus-within {
  box-shadow: inset 0 -1px 0 rgba(0, 109, 119, 0.12);
}

.pk-hero-search__location {
  margin: 0;
}

.pk-hero-search__location--action {
  display: flex;
  align-items: flex-end;
  gap: 0.75rem;
  padding: 0.75rem 1rem 1rem;
  border-top: 1px solid rgba(0, 109, 119, 0.08);
  background: #fafcfc;
}

.pk-hero-search__location--action .pk-loc-picker {
  flex: 1;
  min-width: 0;
}

.pk-hero-search__location--action .pk-loc-picker__row {
  gap: 0.65rem;
}

.pk-hero-search__search-btn {
  flex-shrink: 0;
  border-radius: 999px !important;
  padding: 0.55rem 1.15rem !important;
  min-height: 42px;
  font-size: 0.875rem !important;
}

.pk-hero-search__submit {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  padding: 0 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
  margin-bottom: 0.1rem;
}

.pk-hero-search__submit i {
  font-size: 1.25rem;
  line-height: 1;
}

.pk-search-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 720px;
  margin: 0 auto;
  padding: 0.5rem 0.5rem 0.5rem 1.25rem;
  background: white;
  border-radius: 999px;
  border: 1px solid var(--pk-border);
  box-shadow: var(--pk-shadow-lg);
  gap: 0.5rem;
}

.pk-search-bar input {
  flex: 1;
  min-width: 140px;
  border: none;
  outline: none;
  font-size: 0.9375rem;
  padding: 0.75rem 0;
  background: transparent;
}

.pk-search-bar .pk-divider {
  width: 1px;
  height: 28px;
  background: var(--pk-border);
  display: none;
}

@media (min-width: 640px) {
  .pk-search-bar .pk-divider {
    display: block;
  }
}

.pk-store-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.25rem;
  width: 100%;
}

.pk-store-badge {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.55rem;
  min-width: 0;
  min-height: 46px;
  padding: 0.5rem 0.9rem 0.5rem 0.75rem;
  background: #fff;
  border: 1px solid rgba(0, 109, 119, 0.15);
  border-radius: 14px;
  color: var(--pk-primary-dark);
  text-decoration: none;
  box-shadow: 0 2px 10px rgba(0, 109, 119, 0.08);
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.pk-store-badge:hover {
  transform: translateY(-1px);
  background: var(--pk-primary-soft);
  border-color: rgba(0, 109, 119, 0.28);
  box-shadow: 0 6px 18px rgba(0, 109, 119, 0.12);
  color: var(--pk-primary-dark);
}

.pk-store-badge[aria-disabled="true"] {
  opacity: 0.65;
  cursor: default;
  pointer-events: none;
}

.pk-store-badge[aria-disabled="true"]:hover {
  transform: none;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 109, 119, 0.08);
}

.pk-store-badge__icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.pk-store-badge__icon .store-badge-svg {
  width: 100%;
  height: 100%;
  display: block;
}

.pk-store-badge__icon .store-badge-svg--apple {
  color: var(--pk-navy);
}

.pk-store-badge__icon .store-badge-img--google {
  width: auto;
  height: 28px;
  max-width: 26px;
  display: block;
  flex-shrink: 0;
  object-fit: contain;
}

.pk-store-badge__text {
  display: flex;
  flex-direction: column;
  line-height: 1.12;
  text-align: left;
}

.pk-store-badge__text small {
  font-size: 0.58rem;
  font-weight: 600;
  color: var(--pk-muted);
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.pk-store-badge__text strong {
  font-size: 0.92rem;
  font-weight: 800;
  color: var(--pk-primary-dark);
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.pk-hero .pk-store-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin: 1.15rem auto 0;
  width: 100%;
}

.pk-store-badges--inline,
.pk-store-badges--hero {
  justify-content: center;
}

.pk-hero .pk-store-badge {
  flex: 0 0 auto;
  min-width: 13.5rem;
  min-height: 64px;
  padding: 0.9rem 1.35rem 0.9rem 1.1rem;
  border-radius: 20px;
  gap: 0.75rem;
}

.pk-hero .pk-store-badge__icon {
  width: 32px;
  height: 32px;
}

.pk-hero .pk-store-badge__icon .store-badge-svg {
  width: 32px;
  height: 32px;
}

.pk-hero .pk-store-badge__icon .store-badge-img--google {
  width: auto;
  height: 32px;
  max-width: 30px;
}

.pk-hero .pk-store-badge__text small {
  font-size: 0.72rem;
}

.pk-hero .pk-store-badge__text strong {
  font-size: 1.1rem;
}

.pk-hero__topics {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}

.pk-home-topics {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1.1rem;
  margin-bottom: 1.75rem;
  width: 100%;
}

.pk-select {
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 48px;
  padding: 0.75rem 1rem;
  border: 1px solid var(--pk-border);
  border-radius: 16px;
  font-size: 1rem;
  line-height: 1.35;
  outline: none;
  background: #fafaf9;
  color: var(--pk-text);
  transition: border-color 0.15s, box-shadow 0.15s, background 0.15s;
}

.pk-input:focus,
.pk-select:focus {
  border-color: var(--pk-primary);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(0, 109, 119, 0.12);
}
.pk-seo-links {
  padding-bottom: 2.5rem;
}

.pk-seo-links__group {
  margin-bottom: 1.75rem;
}

.pk-seo-links__title {
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
  color: var(--pk-text);
}

.pk-seo-links__list--full {
  max-height: none !important;
  overflow: visible !important;
}

.pk-home-seo__city-block {
  margin: 0.85rem 0 1.1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #e2e8f0;
}
.pk-home-seo__city-name {
  margin: 0 0 0.45rem;
  font-size: 1rem;
  font-weight: 800;
}
.pk-home-seo__city-name a {
  color: #0f172a;
  text-decoration: none;
}
.pk-home-seo__city-name a:hover { color: #0d9488; }
.pk-home-seo__district-block {
  margin: 0.55rem 0 0.75rem;
}
.pk-home-seo__district-name {
  margin: 0 0 0.35rem;
  font-size: 0.9rem;
  font-weight: 700;
}
.pk-home-seo__district-name a {
  color: #334155;
  text-decoration: none;
}

.pk-seo-links__list a {
  display: inline-flex;
  padding: 0.4rem 0.85rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--pk-primary-dark);
  background: var(--pk-primary-light);
  border-radius: 999px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.pk-seo-links__list a:hover {
  background: var(--pk-primary);
  color: #fff;
}
.pk-loc-picker {
  width: 100%;
  min-width: 0;
}

.pk-loc-picker__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.pk-loc-picker__col {
  min-width: 0;
}

.pk-loc-picker__label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--pk-muted);
}

.pk-loc-picker .pk-select {
  min-height: 44px;
  padding: 0.6rem 2rem 0.6rem 0.75rem;
  font-size: 0.9375rem;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.65rem center;
  appearance: none;
  -webkit-appearance: none;
}

.pk-loc-picker .pk-select:disabled {
  opacity: 0.65;
  cursor: not-allowed;
  background-color: #f8fafc;
}

.pk-hero-search__nearby {
  padding: 0.9rem 1rem 1rem;
  border-top: 1px solid var(--pk-border);
  background: #fafcfc;
}

.pk-hero-search__nearby-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-weight: 600;
}
