:root {
  --hs-primary: #4f8df5;
  --hs-primary-dark: #1e3a8a;
  --hs-red: #b90000;
  --hs-green: #177245;
  --hs-dark: #0f172a;
  --hs-text: #1f2937;
  --hs-muted: #64748b;
  --hs-bg: #f5f7fb;
}

/* GENEL */
body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  background: #f5f7fb;
  color: var(--hs-text);
}

a {
  text-decoration: none;
}

/* HERO */
.hs-hero {
  background:
    radial-gradient(circle at top right, rgba(255,255,255,0.35), transparent 35%),
    linear-gradient(135deg, #6ba6ff 0%, #8fc3ff 45%, #dbeafe 100%);
  padding: 24px 40px 135px;
  position: relative;
}

/* HEADER MENU */
.hs-topbar {
  max-width: 1180px;
  margin: 0 auto;
  background: rgba(255,255,255,0.90);
  border: 1px solid rgba(255,255,255,0.70);
  border-radius: 18px;
  padding: 14px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 18px 45px rgba(15,23,42,0.14);
}

.hs-logo img {
  height: 58px;
  width: auto;
  display: block;
}

.hs-menu {
  display: flex;
  align-items: center;
  gap: 24px;
}

.hs-menu a {
  color: #0f172a;
  font-size: 14px;
  font-weight: 700;
  transition: all .2s ease;
}

.hs-menu a:hover {
  color: var(--hs-red);
}

/* HERO TEXT */
.hs-hero-content {
  max-width: 860px;
  margin: 70px auto 0;
  text-align: center;
  color: #0f172a;
}

.hs-badge {
  display: inline-block;
  background: rgba(255,255,255,0.80);
  color: #1e3a8a;
  border: 1px solid rgba(30,58,138,0.15);
  padding: 9px 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 18px;
}

.hs-hero-content h1 {
  font-size: 44px;
  line-height: 1.15;
  margin: 0 0 18px;
  font-weight: 800;
}

.hs-hero-content p {
  max-width: 720px;
  margin: 0 auto;
  color: #334155;
  font-size: 17px;
  line-height: 1.7;
}

/* SEARCH FORM KART */
.tpwl-search-header {
  background: transparent !important;
  margin-top: -85px !important;
  padding: 0 20px 40px !important;
  position: relative !important;
  z-index: 20 !important;
}

.tpwl-search__wrapper {
  max-width: 1120px !important;
  margin: 0 auto !important;
}

.tpwl__content {
  max-width: 1120px !important;
  min-width: 0 !important;
  width: 100% !important;
}

#tpwl-search {
  background: #fff !important;
  border-radius: 22px !important;
  padding: 22px !important;
  box-shadow: 0 24px 60px rgba(15,23,42,0.18) !important;
}

/* TICKET RESULTS */
.tpwl-main {
  background: #f5f7fb !important;
}

.tpwl-tickets__wrapper {
  padding: 0 20px !important;
}

.tpwl-tickets__wrapper .tpwl__content {
  max-width: 1120px !important;
  margin: 0 auto !important;
}

/* FOOTER */
.hs-footer {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  color: #e2e8f0;
  margin-top: 70px;
  padding: 55px 30px 28px;
  border-top: 4px solid var(--hs-green);
}

.hs-footer-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.7fr 1fr 1fr 1fr;
  gap: 34px;
}

.hs-footer-brand img {
  height: 54px;
  width: auto;
  background: #fff;
  border-radius: 14px;
  padding: 8px 14px;
  margin-bottom: 18px;
}

.hs-footer-brand p {
  color: #cbd5e1;
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

.hs-footer h4 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 16px;
}

.hs-footer-links a {
  display: block;
  color: #cbd5e1;
  font-size: 14px;
  margin-bottom: 10px;
}

.hs-footer-links a:hover {
  color: #fff;
}

.hs-footer-contact strong {
  display: block;
  color: #fff;
  font-size: 24px;
  margin-bottom: 8px;
}

.hs-footer-contact span {
  color: #cbd5e1;
  font-size: 14px;
  line-height: 1.5;
}

.hs-footer-bottom {
  max-width: 1180px;
  margin: 36px auto 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,0.10);
  color: #94a3b8;
  font-size: 13px;
  line-height: 1.6;
}

.hs-footer-bottom p {
  margin: 6px 0;
}

/* COOKIE BANNER */
.tpwl-cookie-banner {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  max-width: 900px;
  background: rgba(15,23,42,0.96);
  color: #fff;
  padding: 18px;
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(0,0,0,0.35);
  display: flex;
  align-items: center;
  gap: 16px;
  z-index: 9999;
}

.tpwl-cookie-banner__text {
  flex: 1;
  font-size: 13px;
  line-height: 1.5;
  color: #e2e8f0;
}

.tpwl-cookie-banner__actions {
  display: flex;
  gap: 10px;
  align-items: center;
}

.tpwl-cookie-banner__base-button {
  border-radius: 10px !important;
  padding: 9px 14px !important;
  font-size: 13px !important;
  text-decoration: none !important;
}

.tpwl-cookie-banner__accept {
  background: #177245 !important;
  color: #fff !important;
  border: none !important;
}

.tpwl-cookie-banner__link {
  background: rgba(255,255,255,0.10) !important;
  color: #bfdbfe !important;
}

/* MOBİL */
@media (max-width: 768px) {
  .hs-hero {
    padding: 18px 14px 105px;
  }

  .hs-topbar {
    flex-direction: column;
    gap: 14px;
    border-radius: 16px;
    padding: 14px;
  }

  .hs-logo img {
    height: 48px;
  }

  .hs-menu {
    width: 100%;
    overflow-x: auto;
    justify-content: flex-start;
    gap: 16px;
    padding-bottom: 4px;
  }

  .hs-menu a {
    white-space: nowrap;
    font-size: 13px;
  }

  .hs-hero-content {
    margin-top: 42px;
  }

  .hs-hero-content h1 {
    font-size: 28px;
  }

  .hs-hero-content p {
    font-size: 15px;
  }

  .tpwl-search-header {
    margin-top: -70px !important;
    padding: 0 12px 28px !important;
  }

  #tpwl-search {
    border-radius: 16px !important;
    padding: 14px !important;
  }

  .hs-footer {
    padding: 42px 18px 26px;
    margin-top: 45px;
  }

  .hs-footer-inner {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .hs-footer-brand img {
    height: 46px;
  }

  .tpwl-cookie-banner {
    width: calc(100% - 24px);
    bottom: 12px;
    flex-direction: column;
    align-items: stretch;
  }

  .tpwl-cookie-banner__actions {
    justify-content: space-between;
  }
}