/* Downtown-style visual homepage (Boulder-inspired) */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,700&family=Outfit:wght@400;500;600;700&display=swap');

.dt-page {
  --dt-ink: #1c1917;
  --dt-muted: #57534e;
  --dt-paper: #faf7f2;
  --dt-line: rgba(28, 25, 23, 0.12);
  --dt-brand: var(--brand-primary, #9b1b2e);
  --dt-brand-dark: var(--brand-primary-dark, #6e1220);
  font-family: 'Outfit', system-ui, sans-serif;
  color: var(--dt-ink);
  background: var(--dt-paper);
}

.dt-page h1,
.dt-page h2,
.dt-page h3,
.dt-page .dt-display {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 700;
  letter-spacing: -0.02em;
}

/* Transparent overlay header (Boulder-like) — sits on video */
.dt-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  width: 100%;
  padding: 0.65rem clamp(1rem, 3vw, 2rem) 0.35rem;
  color: #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.28) 0%, transparent 100%);
  pointer-events: none;
}

.dt-top * { pointer-events: auto; }

.dt-top__utility {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 0.75rem 1rem;
  width: 100%;
  padding-bottom: 0.65rem;
}

.dt-weather {
  justify-self: start;
  grid-column: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.dt-weather i {
  font-size: 1rem;
  opacity: 0.95;
}

.dt-top__logo {
  justify-self: center;
  grid-column: 2;
  display: block;
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  padding: 0;
  color: #fff;
}

.dt-top__logo-svg {
  display: block;
  height: 68px;
  width: auto;
  min-width: 180px;
  max-width: min(280px, 46vw);
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.55)) drop-shadow(0 4px 18px rgba(0, 0, 0, 0.35));
}

.dt-top__logo-img,
.dt-top__logo img {
  max-height: 78px;
  width: auto;
  min-width: 160px;
  background: transparent !important;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.55)) drop-shadow(0 4px 18px rgba(0, 0, 0, 0.35));
}

.dt-search {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 999px;
  overflow: hidden;
  min-width: min(220px, 36vw);
  backdrop-filter: blur(8px);
}

.dt-top__right {
  justify-self: end;
  grid-column: 3;
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.dt-search input {
  flex: 1;
  border: 0;
  background: transparent;
  color: #fff;
  padding: 0.55rem 1rem;
  outline: none;
}

.dt-search input::placeholder { color: rgba(255, 255, 255, 0.8); }

.dt-search button {
  border: 0;
  background: transparent;
  color: #fff;
  padding: 0.55rem 0.9rem;
  cursor: pointer;
}

.dt-mobile-toggle {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.12);
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 0 10px;
}

.dt-mobile-toggle span {
  display: block;
  height: 2px;
  background: #fff;
  border-radius: 2px;
}

/* Semi-transparent horizontal rule under logo row (Boulder) */
.dt-top__rule {
  height: 1px;
  width: 100%;
  background: rgba(255, 255, 255, 0.38);
  margin: 0 0 0.55rem;
}

.dt-top__nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.15rem 1.35rem;
  align-items: center;
  padding-bottom: 0.55rem;
}

.dt-top__nav a,
.dt-nav-btn {
  color: #fff !important;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
  font-weight: 600;
  background: none;
  border: 0;
  padding: 0.35rem 0;
  cursor: pointer;
}

.dt-top__nav a i,
.dt-nav-btn i {
  font-size: 0.65rem;
  opacity: 0.8;
  margin-left: 0.2rem;
}

.dt-top__nav a:hover,
.dt-nav-btn:hover,
.dt-top__nav a.is-active {
  opacity: 0.85;
  text-decoration: underline;
  text-underline-offset: 0.35rem;
}

/* Subpages: sticky translucent dark header */
.dt-top--solid {
  position: sticky;
  top: 0;
  background: rgba(28, 25, 23, 0.92);
  backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08);
}

.dt-top--solid .dt-top__rule {
  background: rgba(255, 255, 255, 0.22);
}

body.downtown-chrome {
  padding-top: 0 !important;
  background: #faf7f2;
}

/* Keep AdSense slots visible (revenue) — only hide legacy red debug styling */
body.downtown-chrome .reklamust,
body.downtown-chrome .reklamalt {
  display: block !important;
  background: transparent;
  border: 0;
  min-height: 90px;
  margin: 0 auto;
  padding: 0.75rem 1rem;
  max-width: 1200px;
}

body.downtown-chrome .ad-sidebar {
  padding: 1rem 0.5rem;
}

body.downtown-chrome .ad-container {
  background: rgba(28, 25, 23, 0.03);
  border: 1px solid rgba(28, 25, 23, 0.06);
  border-radius: 12px;
  min-height: 250px;
  overflow: hidden;
}

body.downtown-chrome .dt-ad-band {
  width: min(1180px, calc(100% - 2rem));
  margin: 0.5rem auto;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.downtown-chrome .reklamalt {
  min-height: 120px;
  margin: 1rem 0 0;
  background: rgba(28, 25, 23, 0.03);
}

body.downtown-chrome .dt-ad-band .adsbygoogle {
  display: block;
  width: 100%;
}

body.downtown-chrome .dt-fullbleed {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  overflow-x: clip;
}

.dt-page {
  width: 100%;
  max-width: none;
}

body.downtown-chrome .dt-top .dropdown-toggle,
body.downtown-chrome .dt-top .header-user-btn,
body.downtown-chrome .dt-top .user-name-short,
body.downtown-chrome .dt-top .btn {
  color: #fff !important;
  background: transparent !important;
  border-color: rgba(255, 255, 255, 0.35) !important;
}

/* Soften login / user CTA in overlay header */
body.downtown-chrome .dt-top .giris-btn,
body.downtown-chrome .dt-top .header-action-btn,
body.downtown-chrome .dt-top a.btn,
body.downtown-chrome .dt-top button.btn,
body.downtown-chrome .dt-top .nav-box.giris-btn {
  background: rgba(255, 255, 255, 0.12) !important;
  border: 1px solid rgba(255, 255, 255, 0.45) !important;
  color: #fff !important;
  box-shadow: none !important;
  border-radius: 999px !important;
  padding: 0.35rem 0.9rem !important;
}

body.downtown-chrome .dt-top .giris-btn:hover,
body.downtown-chrome .dt-top .header-action-btn:hover {
  background: rgba(255, 255, 255, 0.22) !important;
}

@media (max-width: 991px) {
  .dt-search { display: none; }
  .dt-mobile-toggle { display: flex; }
  .dt-top__logo-img,
  .dt-top__logo img { max-height: 56px; }
}

/* ===== Downtown footer (Boulder-inspired) ===== */
.dt-footer {
  background: #1c1917;
  color: rgba(255, 255, 255, 0.88);
  padding: 3.5rem clamp(1.25rem, 4vw, 3rem) 1.5rem;
  margin-top: 0;
}

.dt-footer__inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 2fr;
  gap: 2.5rem;
}

.dt-footer__logo {
  color: #fff;
  display: inline-block;
}

.dt-footer__logo-svg {
  display: block;
  height: 56px;
  width: auto;
  max-width: 240px;
  opacity: 0.95;
}

.dt-footer__logo img {
  max-height: 64px;
  width: auto;
  opacity: 0.95;
}

.dt-footer__tag {
  margin: 0.85rem 0 0;
  max-width: 22rem;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.95rem;
  line-height: 1.5;
}

.dt-footer__cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.dt-footer__cols h4 {
  font-family: 'Outfit', system-ui, sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 0 0.85rem;
  color: #fff;
}

.dt-footer__cols a,
.dt-footer__linkbtn {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  background: none;
  border: 0;
  padding: 0;
  margin: 0 0 0.45rem;
  text-align: left;
  font-size: 0.92rem;
  cursor: pointer;
}

.dt-footer__cols a:hover,
.dt-footer__linkbtn:hover { color: #fff; }

.dt-footer__cols p {
  margin: 0 0 0.65rem;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.9rem;
  line-height: 1.55;
}

.dt-footer__rule {
  max-width: 1180px;
  margin: 2rem auto 1.25rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
}

.dt-footer__bottom {
  max-width: 1180px;
  margin: 0 auto;
}

.dt-footer__disclaimer {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.45);
  margin: 0 0 0.85rem;
  max-width: 48rem;
}

.dt-footer__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.55);
}

.dt-footer__meta a {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
}

.dt-footer__meta a:hover { color: #fff; }

@media (max-width: 900px) {
  .dt-footer__inner { grid-template-columns: 1fr; }
  .dt-footer__cols { grid-template-columns: 1fr 1fr; }
}

/* Soften legacy red heroes / boxed headers on subpages */
body.downtown-chrome .hero-section,
body.downtown-chrome .hero-section-carsi,
body.downtown-chrome .hero-section-modern,
body.downtown-chrome .hero-section-kampanya,
body.downtown-chrome .hero-section-analiz,
body.downtown-chrome .hero-section-basvuru,
body.downtown-chrome .store-hero-section,
body.downtown-chrome .sitemap-hero-section,
body.downtown-chrome .profile-hero,
body.downtown-chrome .register-hero {
  background: linear-gradient(135deg, #2a2422 0%, #4a3538 55%, #1c1917 100%) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  margin-top: 0 !important;
}

body.downtown-chrome .header-box-container,
body.downtown-chrome .header-nav-box,
body.downtown-chrome .footer-top-box {
  background: #1c1917 !important;
}

body.downtown-chrome .btn-primary,
body.downtown-chrome .avm-tab-link.active,
body.downtown-chrome .mobile-action-btn {
  background: var(--brand-primary, #9b1b2e) !important;
  border-color: var(--brand-primary, #9b1b2e) !important;
}

body.downtown-chrome main {
  min-height: 50vh;
}

/* Full-bleed hero — edge to edge, not boxed */
.dt-hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
}

.dt-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.dt-hero__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.dt-hero__media::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--dt-hero-fallback);
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.dt-hero__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 8, 8, 0.35) 0%, rgba(10, 8, 8, 0.22) 42%, rgba(10, 8, 8, 0.55) 100%);
  z-index: 1;
}

.dt-hero__center {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 1.25rem;
  max-width: 920px;
}

.dt-hero__welcome {
  margin: 0;
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 500;
  font-size: clamp(2.4rem, 6vw, 4.4rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
  text-shadow: 0 8px 40px rgba(0, 0, 0, 0.45);
}

.dt-hero__pause {
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 3;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.75);
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  backdrop-filter: blur(4px);
}

.dt-hero__pause:hover {
  background: rgba(0, 0, 0, 0.45);
}

.dt-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: 0;
  border-radius: 999px;
  padding: 0.85rem 1.35rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.dt-btn:hover { transform: translateY(-2px); }

.dt-btn--solid {
  background: #fff;
  color: var(--dt-ink);
}

.dt-btn--ghost {
  background: transparent;
  color: #fff;
  outline: 1.5px solid rgba(255, 255, 255, 0.7);
}

.dt-btn--brand {
  background: var(--dt-brand);
  color: #fff;
}

/* Sections */
.dt-section {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 2.75rem 0;
}

.dt-community--tight {
  padding-top: 0.35rem !important;
  padding-bottom: 1.5rem !important;
}

.dt-welcome .dt-section {
  padding-bottom: 0.75rem;
}

.dt-welcome + .dt-ad-band,
.dt-ad-band + .dt-community--tight {
  margin-top: 0.25rem;
}

.dt-ad-band {
  width: min(1180px, calc(100% - 2rem));
  margin: 0.35rem auto 0.15rem;
  min-height: 110px;
  background: rgba(28, 25, 23, 0.03);
  border: 1px dashed rgba(28, 25, 23, 0.12);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.dt-section__head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
  margin-bottom: 1.75rem;
}

.dt-section__head h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.dt-section__head p {
  margin: 0.35rem 0 0;
  color: var(--dt-muted);
}

.dt-link {
  color: var(--dt-brand);
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.dt-link:hover { text-decoration: underline; }

/* Welcome band */
.dt-welcome {
  background: #fff;
  border-block: 1px solid var(--dt-line);
}

.dt-welcome__grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 2rem;
  align-items: center;
}

.dt-welcome__grid h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin: 0 0 1rem;
}

.dt-welcome__grid p {
  color: var(--dt-muted);
  font-size: 1.1rem;
  line-height: 1.65;
  margin: 0;
}

.dt-stat {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}

.dt-stat__item {
  background: var(--dt-paper);
  border-radius: 1rem;
  padding: 1.1rem;
  text-align: center;
}

.dt-stat__item strong {
  display: block;
  font-family: 'Fraunces', Georgia, serif;
  font-size: 1.8rem;
  color: var(--dt-brand);
}

.dt-stat__item span {
  color: var(--dt-muted);
  font-size: 0.9rem;
}

/* Event / news cards */
.dt-events {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.dt-event {
  background: #fff;
  border-radius: 1.1rem;
  overflow: hidden;
  border: 1px solid var(--dt-line);
  text-decoration: none;
  color: inherit;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  min-height: 100%;
}

.dt-event:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(28, 25, 23, 0.1);
  color: inherit;
}

.dt-event__img {
  aspect-ratio: 16 / 10;
  background: #ddd;
  overflow: hidden;
}

.dt-event__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.dt-event:hover .dt-event__img img { transform: scale(1.06); }

.dt-event__body { padding: 1.1rem 1.2rem 1.3rem; }

.dt-event__meta {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--dt-brand);
  font-weight: 700;
  margin-bottom: 0.4rem;
}

.dt-event__body h3 {
  margin: 0 0 0.4rem;
  font-size: 1.2rem;
  line-height: 1.25;
}

.dt-event__body p {
  margin: 0;
  color: var(--dt-muted);
  font-size: 0.95rem;
}

/* Discovery tiles */
.dt-tiles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.dt-tile {
  position: relative;
  min-height: 280px;
  border-radius: 1.2rem;
  overflow: hidden;
  display: flex;
  align-items: end;
  text-decoration: none;
  color: #fff;
  isolation: isolate;
}

.dt-tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  transition: transform 0.5s ease;
}

.dt-tile::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 25%, rgba(0, 0, 0, 0.72) 100%);
  z-index: -1;
}

.dt-tile:hover img { transform: scale(1.08); }
.dt-tile:hover { color: #fff; }

.dt-tile__copy {
  padding: 1.25rem;
}

.dt-tile__copy h3 {
  margin: 0 0 0.25rem;
  font-size: 1.45rem;
}

.dt-tile__copy span {
  opacity: 0.9;
  font-size: 0.95rem;
}

/* Commerce */
.dt-commerce {
  background: #fff;
  border-block: 1px solid var(--dt-line);
}

.dt-commerce .filter-sidebar {
  position: sticky;
  top: 1rem;
}

.dt-commerce .filter-section {
  background: var(--dt-paper);
  border: 1px solid var(--dt-line);
  border-radius: 1rem;
  padding: 1.1rem;
  margin-bottom: 0.85rem;
}

.dt-commerce .filter-title {
  font-weight: 700;
  margin-bottom: 0.75rem;
  font-size: 0.95rem;
}

.dt-commerce .product-card {
  border: 1px solid var(--dt-line);
  border-radius: 1rem;
  overflow: hidden;
  background: #fff;
  height: 100%;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.dt-commerce .product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(28, 25, 23, 0.12);
}

.dt-commerce .product-image {
  position: relative;
  padding-top: 100%;
  background: #f3f0ea;
  overflow: hidden;
}

.dt-commerce .product-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dt-commerce .product-info { padding: 1rem; }

.dt-commerce .product-title {
  font-weight: 600;
  min-height: 2.6em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.dt-commerce .product-price {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--dt-brand) !important;
}

.dt-commerce .product-old-price {
  color: #a8a29e;
  text-decoration: line-through;
  margin-left: 0.35rem;
  font-size: 0.95rem;
}

.dt-commerce .skeleton {
  background: linear-gradient(90deg, #efeae2 25%, #e4ddd2 50%, #efeae2 75%);
  background-size: 1000px 100%;
  animation: dtShimmer 2s infinite;
}

@keyframes dtShimmer {
  0% { background-position: -1000px 0; }
  100% { background-position: 1000px 0; }
}

.dt-commerce .skeleton-card {
  height: 360px;
  border-radius: 1rem;
}

.category-item {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.35rem;
  border-radius: 0.5rem;
  cursor: pointer;
}

.category-item.active {
  background: color-mix(in srgb, var(--dt-brand) 12%, white);
  color: var(--dt-brand);
  font-weight: 600;
}

.category-children {
  display: none;
  padding-left: 1rem;
}

.category-children.show { display: block; }

.category-toggle.collapsed i { transform: rotate(-90deg); }

.category-item.hidden { display: none; }

.filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: var(--dt-paper);
  border: 1px solid var(--dt-line);
  border-radius: 999px;
  padding: 0.3rem 0.7rem;
  margin: 0.2rem;
  font-size: 0.85rem;
}

.filter-chip .remove { cursor: pointer; font-weight: 700; }

/* Spotlights / promo */
.dt-promos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.dt-promo {
  position: relative;
  border-radius: 1.2rem;
  overflow: hidden;
  min-height: 240px;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: end;
}

.dt-promo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

.dt-promo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,.75));
  z-index: -1;
}

.dt-promo div { padding: 1.25rem; }
.dt-promo h3 { margin: 0 0 0.35rem; font-size: 1.35rem; }
.dt-promo:hover { color: #fff; }

/* Newsletter */
.dt-news {
  background: #1c1917;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.dt-news .dt-section {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 1.5rem;
  align-items: center;
}

.dt-news h2 { margin: 0 0 0.5rem; color: #fff; font-weight: 500; }
.dt-news p { margin: 0; opacity: 0.75; color: rgba(255,255,255,0.85); }

.dt-news__form {
  display: flex;
  gap: 0.5rem;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.18);
  padding: 0.4rem;
  border-radius: 999px;
}

.dt-news__form input {
  flex: 1;
  border: 0;
  background: transparent;
  color: #fff;
  padding: 0.75rem 1rem;
  outline: none;
}

.dt-news__form input::placeholder { color: rgba(255,255,255,0.55); }

.dt-news__form button {
  border: 0;
  border-radius: 999px;
  padding: 0.75rem 1.2rem;
  font-weight: 700;
  background: #fff;
  color: #1c1917;
}

.dt-news__form button:hover {
  background: #f5f5f4;
}

/* Ev Sanatları: commerce-only */
.theme-evsanatlari .dt-community {
  display: none !important;
}

.theme-evsanatlari .dt-hero {
  min-height: min(70vh, 640px);
}

/* Layout polish when downtown home active */
body:has(.dt-page) {
  font-family: 'Outfit', system-ui, sans-serif !important;
}

body:has(.dt-page) .header-modern {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--dt-line) !important;
}

body:has(.dt-page) .header-logo {
  max-height: 52px;
  width: auto;
  height: auto;
  object-fit: contain;
}

body:has(.dt-page) .reklamust {
  display: none;
}

@media (max-width: 991px) {
  .dt-welcome__grid,
  .dt-news .dt-section,
  .dt-events,
  .dt-promos,
  .dt-tiles {
    grid-template-columns: 1fr;
  }

  .dt-tiles {
    grid-template-columns: 1fr 1fr;
  }

  .dt-stat {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .dt-tiles { grid-template-columns: 1fr; }
  .dt-hero { min-height: 78vh; }
}
