/* Auto-scoped from haber_landing/styles.css. All rules apply within `.haber-tema-page`. */
.haber-tema-page {
  --bg: #eef3fb;
  --bg-deep: #0f1318;
  --bg-deep-soft: #161c23;
  --surface: #ffffff;
  --surface-soft: #f5f8fd;
  --surface-border: rgba(17, 24, 39, 0.08);
  --surface-border-dark: rgba(255, 255, 255, 0.08);
  --text: #0b0f14;
  --text-soft: #4b5567;
  --text-muted: #7d8796;
  --text-on-dark: #f7f9fc;
  --accent: #f2712a;
  --accent-strong: #faa733;
  --blue-soft: #dfe8f5;
  --purple: #cb4cff;
  --shadow-xl: 0 42px 90px rgba(16, 24, 40, 0.12);
  --shadow-lg: 0 24px 60px rgba(16, 24, 40, 0.08);
  --radius-xl: 36px;
  --radius-lg: 28px;
  --radius-md: 22px;
  --container: 1240px;
}

.haber-tema-page * {
  box-sizing: border-box;
}

.haber-tema-page {
  margin: 0;
  font-family: "Instrument Sans", sans-serif;
  color: var(--text);
  background: var(--bg);
}

.haber-tema-page.menu-open {
  overflow: hidden;
}

.haber-tema-page a {
  color: inherit;
  text-decoration: none;
}

.haber-tema-page video {
  display: block;
  width: 100%;
  height: auto;
}

.haber-tema-page .section-light {
  background: transparent;
}

.haber-tema-page .section-dark {
  position: relative;
  background: var(--bg-deep);
  color: var(--text-on-dark);
}

.haber-tema-page .section-inner {
  width: min(calc(100% - 32px), var(--container));
  margin: 0 auto;
}

.haber-tema-page .section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: var(--text-muted);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.haber-tema-page .section-label::before {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
}

.haber-tema-page .section-label-dark {
  color: var(--accent);
}

.haber-tema-page .hero {
  padding: 24px 0 0;
}

.haber-tema-page .hero-inner {
  display: grid;
  gap: 52px;
  padding-top: 72px;
}

.haber-tema-page .hero-shell {
  position: relative;
  overflow: hidden;
  padding-bottom: 340px;
  background:
    radial-gradient(circle at 16% 10%, rgba(203, 76, 255, 0.16), transparent 22%),
    radial-gradient(circle at 82% 12%, rgba(242, 113, 42, 0.1), transparent 18%),
    radial-gradient(circle at 50% 26%, rgba(124, 151, 197, 0.18), transparent 28%),
    linear-gradient(180deg, #080d12 0%, #101620 52%, #18212d 100%);
}

.haber-tema-page .hero-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 18%),
    radial-gradient(circle at 20% 100%, rgba(255, 255, 255, 0.04), transparent 30%);
  pointer-events: none;
}

.haber-tema-page .hero-copy {
  max-width: 980px;
  position: relative;
  z-index: 2;
}

.haber-tema-page .hero-shell .hero-copy {
  padding-top: 64px;
}

.haber-tema-page .hero h1, .haber-tema-page .intro-headline h2, .haber-tema-page .theme-copy h2, .haber-tema-page .split-copy h2, .haber-tema-page .ops-heading h2, .haber-tema-page .pricing-inner h2, .haber-tema-page .final-cta-inner h2 {
  margin: 0;
  font-weight: 700;
  letter-spacing: -0.065em;
  line-height: 0.93;
}

.haber-tema-page .hero h1 {
  max-width: 11ch;
  font-size: clamp(4rem, 8vw, 8.2rem);
}

.haber-tema-page .hero h1>span {
  display: block;
}

.haber-tema-page .hero-line {
  display: block;
}

.haber-tema-page .hero-inline-lock {
  white-space: nowrap;
}

.haber-tema-page .hero h1 .hero-rotator {
  display: inline-flex;
  align-items: baseline;
  width: 11ch;
  margin-left: 0.12em;
  color: var(--accent);
  vertical-align: baseline;
  white-space: nowrap;
}

.haber-tema-page .hero h1 .hero-rotator-word {
  position: relative;
  display: inline-block;
  min-height: 1em;
  min-width: 0.08em;
  line-height: 1;
  vertical-align: baseline;
}

.haber-tema-page .hero h1 .hero-rotator-word::after {
  content: "";
  position: absolute;
  top: 0.08em;
  right: -0.12em;
  width: 0.06em;
  height: 0.9em;
  background: currentColor;
  animation: hero-caret 1s steps(1) infinite;
}

.haber-tema-page .hero-lead, .haber-tema-page .story-copy p, .haber-tema-page .theme-copy p, .haber-tema-page .split-copy p, .haber-tema-page .ops-card p, .haber-tema-page .pricing-inner p, .haber-tema-page .cta-copy, .haber-tema-page .cta-stat {
  color: var(--text-soft);
  font-size: clamp(1.04rem, 1.2vw, 1.28rem);
  line-height: 1.58;
}

.haber-tema-page .hero-lead {
  max-width: 58ch;
  margin: 24px 0 0;
}

.haber-tema-page .hero-shell .section-label {
  color: rgba(247, 249, 252, 0.5);
}

.haber-tema-page .hero-shell .section-label::before {
  background: rgba(247, 249, 252, 0.35);
}

.haber-tema-page .hero-shell .hero h1 {
  color: var(--text-on-dark);
}

.haber-tema-page .hero-shell .hero-lead {
  color: rgba(247, 249, 252, 0.74);
}

.haber-tema-page .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.haber-tema-page .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: -0.02em;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.haber-tema-page .button:hover, .haber-tema-page .button:focus-visible {
  transform: translateY(-2px);
}

.haber-tema-page .button-primary {
  background: var(--text);
  color: var(--text-on-dark);
}

.haber-tema-page .hero-shell .button-primary {
  background: var(--accent);
  color: var(--text);
}

.haber-tema-page .button-secondary {
  border-color: var(--surface-border);
  background: rgba(255, 255, 255, 0.72);
  color: var(--text);
}

.haber-tema-page .hero-shell .button-secondary {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-on-dark);
}

.haber-tema-page .button-accent {
  background: var(--accent);
  color: var(--text);
}

@keyframes hero-caret {

  0%,
  48% {
    opacity: 1;
  }

  49%,
  100% {
    opacity: 0;
  }
}

.haber-tema-page .button-ghost {
  border-color: var(--surface-border-dark);
  color: var(--text-on-dark);
  background: transparent;
}

.haber-tema-page .pricing-pill {
  padding: 12px 16px;
  border: 1px solid rgba(11, 15, 20, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  color: var(--text-soft);
}

.haber-tema-page .hero-stage {
  position: relative;
  z-index: 3;
  margin-bottom: -176px;
  padding-top: 6px;
}

.haber-tema-page .stage-shell {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 38px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 46px 120px rgba(4, 8, 16, 0.38);
}

.haber-tema-page .stage-topbar {
  display: flex;
  gap: 8px;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(11, 15, 20, 0.06);
}

.haber-tema-page .stage-topbar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(11, 15, 20, 0.12);
}

.haber-tema-page .stage-media {
  background:
    linear-gradient(180deg, rgba(230, 236, 246, 0.7), rgba(230, 236, 246, 0.15)),
    var(--surface);
}

.haber-tema-page .hero-video {
  aspect-ratio: 1854 / 960;
  object-fit: cover;
}

.haber-tema-page .floating-chip {
  position: absolute;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  background: rgba(15, 19, 24, 0.78);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.22);
  animation: float 8s ease-in-out infinite;
  backdrop-filter: blur(14px);
}

.haber-tema-page .floating-chip span, .haber-tema-page .theme-meta span, .haber-tema-page .module-title, .haber-tema-page .pricing-pill span {
  display: block;
  color: var(--text-muted);
  font-size: 0.82rem;
}

.haber-tema-page .floating-chip strong, .haber-tema-page .pricing-pill strong {
  display: block;
  margin-top: 6px;
  font-size: 1rem;
  letter-spacing: -0.03em;
}

.haber-tema-page .floating-chip span, .haber-tema-page .floating-chip strong {
  color: rgba(247, 249, 252, 0.86);
}

.haber-tema-page .floating-chip-a {
  top: -12px;
  right: 34px;
}

.haber-tema-page .floating-chip-b {
  bottom: 38px;
  left: 30px;
  animation-delay: -2s;
}

.haber-tema-page .floating-chip-c {
  right: 20px;
  bottom: 120px;
  animation-delay: -4s;
}

.haber-tema-page .hero-divider {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 390px;
  pointer-events: none;
  z-index: 1;
}

.haber-tema-page .hero-divider-rim, .haber-tema-page .hero-divider-fill {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.haber-tema-page .hero-divider-rim {
  bottom: 286px;
  width: min(calc(100% - 72px), 1180px);
  height: 1px;
  background: transparent;
}

.haber-tema-page .hero-divider-fill {
  bottom: -1px;
  width: calc(100% + 120px);
  height: 340px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(238, 243, 251, 0.94) 22%, var(--bg) 58%),
    var(--bg);
  border-top-left-radius: 52% 100%;
  border-top-right-radius: 52% 100%;
  box-shadow: none;
}

.haber-tema-page .story-strip {
  position: relative;
  z-index: 2;
  padding: 10px 0 92px;
  overflow-x: hidden;
}

.haber-tema-page .builder-story-section {
  padding: 88px 0 96px;
  overflow-x: hidden;
}

.haber-tema-page .editor-features {
  display: grid;
  gap: 34px;
}

.haber-tema-page .editor-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 34px;
  align-items: center;
}

.haber-tema-page .editor-feature-reverse {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
}

.haber-tema-page .editor-feature-media {
  overflow: visible;
}

.haber-tema-page .editor-feature-media img {
  display: block;
  width: 100%;
  height: auto;
}

.haber-tema-page .editor-feature-copy {
  max-width: 34rem;
}

.haber-tema-page .editor-feature-copy h2 {
  margin: 0;
  color: var(--text);
  font-size: clamp(2.2rem, 3.8vw, 4rem);
  line-height: 0.96;
  letter-spacing: -0.06em;
}

.haber-tema-page .editor-feature-copy p {
  margin: 18px 0 0;
  color: var(--text-soft);
  font-size: clamp(1.02rem, 1.08vw, 1.16rem);
  line-height: 1.68;
}

.haber-tema-page .editor-feature-reverse .editor-feature-media {
  order: 2;
}

.haber-tema-page .editor-feature-reverse .editor-feature-copy {
  order: 1;
}

.haber-tema-page .intro-headline {
  max-width: 960px;
}

.haber-tema-page .intro-headline h2, .haber-tema-page .theme-copy h2, .haber-tema-page .split-copy h2, .haber-tema-page .ops-heading h2, .haber-tema-page .pricing-inner h2, .haber-tema-page .final-cta-inner h2 {
  font-size: clamp(3rem, 5vw, 5.4rem);
}

.haber-tema-page .story-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
  gap: 10px;
  align-items: start;
  margin-top: 32px;
}

.haber-tema-page .story-copy {
  position: relative;
  z-index: 2;
  padding: 18px 28px 0 0;
  margin-right: -56px;
}

.haber-tema-page .story-copy h3, .haber-tema-page .ops-card h3 {
  margin: 0 0 16px;
  font-size: clamp(1.9rem, 2.4vw, 2.5rem);
  line-height: 1.05;
  letter-spacing: -0.05em;
}

.haber-tema-page .story-copy h3 {
  max-width: 12ch;
  margin-top: 0;
  margin-bottom: 0;
  font-size: clamp(2.1rem, 3.2vw, 3.6rem);
  line-height: 0.96;
  letter-spacing: -0.06em;
  text-wrap: balance;
}

.haber-tema-page .story-copy p {
  max-width: 46ch;
  margin: 16px 0 0;
  font-size: clamp(1rem, 1.05vw, 1.14rem);
  line-height: 1.68;
}

.haber-tema-page .story-detail-list {
  display: grid;
  gap: 10px;
  max-width: 52ch;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  color: var(--text-soft);
  font-size: 0.98rem;
  line-height: 1.55;
}

.haber-tema-page .story-detail-list li {
  position: relative;
  padding-left: 18px;
}

.haber-tema-page .story-detail-list li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent-strong);
}

.haber-tema-page .feature-bullets, .haber-tema-page .ops-card ul {
  margin: 24px 0 0;
  padding-left: 18px;
  color: var(--text-soft);
}

.haber-tema-page .feature-bullets li+li, .haber-tema-page .ops-card li+li {
  margin-top: 10px;
}

.haber-tema-page .story-visual {
  position: relative;
  min-height: 800px;
  margin-right: calc(50% - 50vw);
  padding-right: 0;
  z-index: 1;
}

.haber-tema-page .story-video-shell {
  overflow: hidden;
  border: 1px solid rgba(11, 15, 20, 0.08);
  border-radius: 34px 0 0 34px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: var(--shadow-xl);
  width: min(100%, 1080px);
  margin-left: -42px;
}

.haber-tema-page .story-video-topbar {
  display: flex;
  gap: 8px;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(11, 15, 20, 0.06);
  background: linear-gradient(180deg, rgba(248, 250, 255, 0.96), rgba(242, 246, 252, 0.88));
}

.haber-tema-page .story-video-topbar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(11, 15, 20, 0.14);
}

.haber-tema-page .story-video-frame {
  padding: 14px;
  background:
    radial-gradient(circle at 12% 12%, rgba(242, 113, 42, 0.18), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(203, 76, 255, 0.14), transparent 26%),
    linear-gradient(180deg, rgba(233, 239, 248, 0.92), rgba(245, 248, 253, 0.84));
}

.haber-tema-page .story-video {
  aspect-ratio: 1854 / 1180;
  border-radius: 24px;
  object-fit: cover;
  box-shadow: 0 18px 44px rgba(16, 24, 40, 0.16);
}

.haber-tema-page .theme-section {
  padding: 96px 0;
}

.haber-tema-page .theme-section .section-inner.theme-showcase {
  display: block;
  width: calc(100vw - 48px);
  max-width: none;
  margin-left: calc(50% - 50vw + 24px);
  margin-right: 0;
  margin-bottom: 42px;
}

.haber-tema-page .theme-showcase-head {
  display: grid;
  gap: 12px;
  max-width: 760px;
  margin: 0 0 28px;
}

.haber-tema-page .theme-showcase-head h2 {
  margin: 0;
  color: var(--text-on-dark);
  font-size: clamp(2.1rem, 3.6vw, 3.8rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.haber-tema-page .theme-showcase-head p {
  margin: 0;
  color: rgba(247, 249, 252, 0.68);
  font-size: 1.02rem;
  line-height: 1.6;
}

.haber-tema-page .theme-mosaic {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.haber-tema-page .theme-mosaic-column {
  display: grid;
  align-content: start;
  gap: 14px;
}

.haber-tema-page .theme-mosaic-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.04);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 18px 44px rgba(0, 0, 0, 0.18);
}

.haber-tema-page .theme-mosaic-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 18%),
    linear-gradient(180deg, transparent 60%, rgba(8, 13, 18, 0.12));
  pointer-events: none;
  z-index: 1;
}

.haber-tema-page .theme-mosaic-card-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.haber-tema-page .theme-mosaic-copy, .haber-tema-page .theme-mosaic-note {
  display: grid;
  align-content: center;
  gap: 12px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.03);
}

.haber-tema-page .theme-mosaic-copy span {
  color: rgba(247, 249, 252, 0.58);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.haber-tema-page .theme-mosaic-copy h2, .haber-tema-page .theme-mosaic-note strong {
  margin: 0;
  color: var(--text-on-dark);
  font-size: clamp(1.4rem, 2vw, 2rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.haber-tema-page .theme-mosaic-copy p {
  margin: 0;
  color: rgba(247, 249, 252, 0.68);
  font-size: 0.98rem;
  line-height: 1.55;
}

.haber-tema-page .theme-mosaic-note {
  justify-content: center;
  background:
    linear-gradient(135deg, rgba(242, 113, 42, 0.12), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.03);
}

.haber-tema-page .theme-mosaic-note span {
  color: rgba(247, 249, 252, 0.52);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.haber-tema-page .theme-mosaic-note-soft {
  background:
    linear-gradient(135deg, rgba(82, 117, 255, 0.16), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.03);
}

.haber-tema-page .tile-a {}

.haber-tema-page .tile-b {}

.haber-tema-page .tile-c {}

.haber-tema-page .tile-d {}

.haber-tema-page .tile-e {}

.haber-tema-page .tile-f {}

.haber-tema-page .tile-g {}

.haber-tema-page .tile-h {}

.haber-tema-page .tile-i {}

.haber-tema-page .theme-mosaic-copy {
  min-height: 280px;
}

.haber-tema-page .theme-mosaic-note {
  min-height: 230px;
}

.haber-tema-page .theme-section .section-inner {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 42px;
  align-items: start;
}

.haber-tema-page .theme-copy {
  position: sticky;
  top: 120px;
}

.haber-tema-page .theme-copy p, .haber-tema-page .ops-card p, .haber-tema-page .pricing-inner p, .haber-tema-page .cta-copy {
  color: rgba(247, 249, 252, 0.72);
}

.haber-tema-page .inline-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--accent);
  font-size: 1.2rem;
  font-weight: 700;
}

.haber-tema-page .theme-gallery {
  column-count: 2;
  column-gap: 18px;
}

.haber-tema-page .theme-card {
  display: inline-block;
  width: 100%;
  margin: 0 0 18px;
  break-inside: avoid;
  overflow: hidden;
  border: 1px solid var(--surface-border-dark);
  border-radius: 0;
  background: var(--bg-deep-soft);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.haber-tema-page .theme-card-media {
  display: block;
  width: 100%;
  height: auto;
  border-bottom: 1px solid var(--surface-border-dark);
}

.haber-tema-page .theme-preview {
  min-height: 260px;
  border-bottom: 1px solid var(--surface-border-dark);
}

.haber-tema-page .theme-card-tall .theme-preview {
  min-height: 420px;
}

.haber-tema-page .theme-preview-editorial {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0 14%, transparent 14% 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.88) 0 56%, rgba(223, 232, 245, 0.95) 56% 100%);
}

.haber-tema-page .theme-preview-finance {
  background:
    linear-gradient(180deg, rgba(20, 24, 31, 0.8), rgba(20, 24, 31, 0.92)),
    linear-gradient(90deg, rgba(203, 76, 255, 0.2), rgba(242, 113, 42, 0.1));
  position: relative;
}

.haber-tema-page .theme-preview-finance::before, .haber-tema-page .theme-preview-sports::before, .haber-tema-page .theme-preview-local::before, .haber-tema-page .theme-preview-magazine::before, .haber-tema-page .theme-preview-editorial::before {
  content: "";
  display: block;
  width: calc(100% - 36px);
  height: calc(100% - 36px);
  margin: 18px;
  border-radius: 22px;
}

.haber-tema-page .theme-preview-finance::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0 26%, transparent 26% 100%),
    linear-gradient(180deg, rgba(203, 76, 255, 0.28), rgba(203, 76, 255, 0.08));
}

.haber-tema-page .theme-preview-sports {
  background:
    linear-gradient(180deg, rgba(17, 24, 39, 0.08), rgba(17, 24, 39, 0.12)),
    #f7fbff;
}

.haber-tema-page .theme-preview-sports::before {
  background:
    linear-gradient(90deg, rgba(17, 24, 39, 0.05) 0 65%, rgba(98, 153, 255, 0.18) 65% 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(231, 239, 249, 0.94));
}

.haber-tema-page .theme-preview-local {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)),
    linear-gradient(180deg, #edf3fc, #dfe8f5);
}

.haber-tema-page .theme-preview-local::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0 38%, rgba(17, 24, 39, 0.04) 38% 100%);
}

.haber-tema-page .theme-preview-magazine {
  background:
    linear-gradient(135deg, rgba(203, 76, 255, 0.18), rgba(255, 119, 77, 0.24)),
    #fff7f1;
}

.haber-tema-page .theme-preview-magazine::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.95) 0 58%, rgba(17, 24, 39, 0.06) 58% 100%);
}

.haber-tema-page .theme-preview-editorial::before {
  background:
    linear-gradient(180deg, rgba(17, 24, 39, 0.05) 0 20%, rgba(255, 255, 255, 0.1) 20% 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 248, 252, 0.96));
}

.haber-tema-page .theme-meta {
  padding: 18px 18px 20px;
}

.haber-tema-page .theme-meta strong {
  display: block;
  margin-top: 6px;
  color: var(--text-on-dark);
  font-size: 1.08rem;
  letter-spacing: -0.03em;
}

.haber-tema-page .workflow-section {
  padding: 92px 0 96px;
}

.haber-tema-page .workflow-heading {
  max-width: 880px;
  margin-bottom: 36px;
}

.haber-tema-page .workflow-heading h2 {
  margin: 0;
  font-size: clamp(2.4rem, 4vw, 3.8rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.haber-tema-page .workflow-heading p {
  max-width: 64ch;
  margin: 18px 0 0;
  color: var(--text-soft);
  font-size: clamp(1rem, 1.05vw, 1.14rem);
  line-height: 1.62;
}

.haber-tema-page .workflow-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.haber-tema-page .workflow-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 30px 32px 28px;
  border: 1px solid rgba(11, 15, 20, 0.07);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.78));
  box-shadow: 0 22px 50px rgba(16, 24, 40, 0.06);
}

.haber-tema-page .workflow-step {
  align-self: flex-start;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(11, 15, 20, 0.06);
  color: var(--text);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.haber-tema-page .workflow-card h3 {
  margin: 4px 0 0;
  font-size: clamp(1.4rem, 1.8vw, 1.7rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.haber-tema-page .workflow-card p {
  margin: 0;
  color: var(--text-soft);
  font-size: 1rem;
  line-height: 1.62;
}

.haber-tema-page .workflow-card ul {
  margin: 6px 0 0;
  padding-left: 18px;
  color: var(--text-soft);
  font-size: 0.96rem;
}

.haber-tema-page .workflow-card li + li {
  margin-top: 6px;
}

.haber-tema-page .ai-section {
  padding: 96px 0 100px;
}

.haber-tema-page .ai-section .section-inner {
  display: grid;
  gap: 36px;
}

.haber-tema-page .ai-heading {
  max-width: 880px;
}

.haber-tema-page .ai-heading h2 {
  margin: 0;
  color: var(--text-on-dark);
  font-size: clamp(2.6rem, 4.4vw, 4.2rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.haber-tema-page .ai-heading p {
  max-width: 60ch;
  margin: 18px 0 0;
  color: rgba(247, 249, 252, 0.72);
  font-size: clamp(1rem, 1.1vw, 1.18rem);
  line-height: 1.6;
}

.haber-tema-page .ai-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
  gap: 18px;
}

.haber-tema-page .ai-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 30px 32px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 24px 60px rgba(0, 0, 0, 0.22);
}

.haber-tema-page .ai-card-large {
  background:
    radial-gradient(circle at 12% 0%, rgba(242, 113, 42, 0.18), transparent 38%),
    radial-gradient(circle at 100% 100%, rgba(203, 76, 255, 0.18), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
}

.haber-tema-page .ai-tag {
  align-self: flex-start;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(242, 113, 42, 0.16);
  color: var(--accent);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.haber-tema-page .ai-card h3 {
  margin: 0;
  color: var(--text-on-dark);
  font-size: clamp(1.6rem, 2.2vw, 2.1rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.haber-tema-page .ai-card p {
  margin: 0;
  color: rgba(247, 249, 252, 0.74);
  font-size: 1rem;
  line-height: 1.62;
}

.haber-tema-page .ai-card ul {
  margin: 4px 0 0;
  padding-left: 18px;
  color: rgba(247, 249, 252, 0.7);
  font-size: 0.96rem;
}

.haber-tema-page .ai-card li + li {
  margin-top: 6px;
}

.haber-tema-page .ai-card code, .haber-tema-page .ops-card code {
  padding: 2px 6px;
  border-radius: 6px;
  background: rgba(11, 15, 20, 0.08);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.92em;
}

.haber-tema-page .ai-card code {
  background: rgba(255, 255, 255, 0.08);
  color: var(--accent);
}

.haber-tema-page .ai-presets {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px dashed rgba(255, 255, 255, 0.08);
}

.haber-tema-page .ai-presets > span {
  display: block;
  margin-bottom: 12px;
  color: rgba(247, 249, 252, 0.5);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.haber-tema-page .ai-presets > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.haber-tema-page .ai-preset {
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(247, 249, 252, 0.86);
  font-size: 0.88rem;
  font-weight: 600;
}

.haber-tema-page .ai-task-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}

.haber-tema-page .ai-task-pills span {
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(247, 249, 252, 0.92);
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.haber-tema-page .ai-providers {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 28px;
  align-items: center;
  justify-content: space-between;
  padding: 22px 26px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.03);
}

.haber-tema-page .ai-providers-label {
  color: rgba(247, 249, 252, 0.62);
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.haber-tema-page .ai-provider-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.haber-tema-page .ai-provider-pill {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(247, 249, 252, 0.84);
  font-size: 0.92rem;
  font-weight: 600;
}

.haber-tema-page .ai-provider-pill strong {
  color: var(--text-on-dark);
  font-weight: 700;
  letter-spacing: -0.01em;
}

.haber-tema-page .data-section {
  padding: 96px 0;
}

.haber-tema-page .split-section {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: 40px;
  align-items: center;
}

.haber-tema-page .role-showcase {
  overflow: visible;
}

.haber-tema-page .role-showcase img {
  display: block;
  width: 100%;
  height: auto;
}

.haber-tema-page .feature-bullets li {
  font-size: 1rem;
}

.haber-tema-page .operations-section {
  padding: 0 0 112px;
}

.haber-tema-page .ops-heading {
  max-width: 980px;
}

.haber-tema-page .ops-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 32px;
}

.haber-tema-page .ops-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 28px;
  border: 1px solid rgba(11, 15, 20, 0.07);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 40px rgba(16, 24, 40, 0.05);
}

.haber-tema-page .ops-card h3 {
  margin: 0;
  font-size: clamp(1.3rem, 1.6vw, 1.5rem);
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.haber-tema-page .ops-card p, .haber-tema-page .ops-card ul {
  color: var(--text-soft);
}

.haber-tema-page .ops-card p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.6;
}

.haber-tema-page .ops-card ul {
  margin: 4px 0 0;
  padding-left: 18px;
  font-size: 0.94rem;
}

.haber-tema-page .ops-card li + li {
  margin-top: 6px;
}

.haber-tema-page .ops-card-highlight {
  background:
    linear-gradient(180deg, rgba(11, 15, 20, 0.96), rgba(22, 28, 35, 0.96));
  border-color: rgba(255, 255, 255, 0.06);
  color: var(--text-on-dark);
}

.haber-tema-page .ops-card-highlight h3, .haber-tema-page .ops-card-highlight strong {
  color: var(--text-on-dark);
}

.haber-tema-page .ops-card-highlight p, .haber-tema-page .ops-card-highlight ul {
  color: rgba(247, 249, 252, 0.74);
}

.haber-tema-page .ops-card-highlight code {
  background: rgba(255, 255, 255, 0.08);
  color: var(--accent);
}

.haber-tema-page .ops-pill {
  align-self: flex-start;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(242, 113, 42, 0.16);
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.haber-tema-page .catalog-section {
  padding: 96px 0 100px;
}

.haber-tema-page .catalog-heading {
  max-width: 880px;
  margin-bottom: 36px;
}

.haber-tema-page .catalog-heading h2 {
  margin: 0;
  font-size: clamp(2.4rem, 4vw, 3.8rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.haber-tema-page .catalog-heading p {
  max-width: 64ch;
  margin: 18px 0 0;
  color: var(--text-soft);
  font-size: clamp(1rem, 1.05vw, 1.14rem);
  line-height: 1.62;
}

.haber-tema-page .catalog-grid {
  column-count: 3;
  column-gap: 16px;
}

.haber-tema-page .catalog-card {
  display: inline-block;
  width: 100%;
  margin: 0 0 16px;
  padding: 24px 26px 26px;
  break-inside: avoid;
  border: 1px solid rgba(11, 15, 20, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 14px 32px rgba(16, 24, 40, 0.04);
}

.haber-tema-page .catalog-num {
  display: inline-block;
  margin-bottom: 12px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(11, 15, 20, 0.06);
  color: var(--text);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.haber-tema-page .catalog-card h3 {
  margin: 0 0 14px;
  font-size: 1.18rem;
  line-height: 1.18;
  letter-spacing: -0.03em;
}

.haber-tema-page .catalog-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.haber-tema-page .catalog-card li {
  position: relative;
  padding: 5px 0 5px 16px;
  color: var(--text-soft);
  font-size: 0.92rem;
  line-height: 1.45;
  border-top: 1px dashed rgba(11, 15, 20, 0.06);
}

.haber-tema-page .catalog-card li:first-child {
  border-top: 0;
}

.haber-tema-page .catalog-card li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent-strong);
}

.haber-tema-page .catalog-card-wide {
  break-inside: avoid;
}

.haber-tema-page .catalog-blocks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 18px;
}

.haber-tema-page .catalog-blocks ul li {
  font-size: 0.9rem;
}

.haber-tema-page .catalog-card-accent {
  background:
    linear-gradient(180deg, rgba(11, 15, 20, 0.96), rgba(22, 28, 35, 0.96));
  border-color: rgba(255, 255, 255, 0.06);
  color: var(--text-on-dark);
}

.haber-tema-page .catalog-card-accent h3 {
  color: var(--text-on-dark);
}

.haber-tema-page .catalog-card-accent .catalog-num {
  background: rgba(242, 113, 42, 0.16);
  color: var(--accent);
}

.haber-tema-page .catalog-card-accent li {
  color: rgba(247, 249, 252, 0.78);
  border-top-color: rgba(255, 255, 255, 0.06);
}

.haber-tema-page .catalog-card-accent li::before {
  background: var(--accent);
}

.haber-tema-page .catalog-pill {
  margin-top: 14px;
  padding: 10px 14px;
  border-radius: 14px;
  background: rgba(242, 113, 42, 0.12);
  color: var(--accent);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
}

.haber-tema-page .pricing-section {
  padding: 90px 0 54px;
  text-align: center;
}

.haber-tema-page .pricing-inner {
  max-width: 980px;
}

.haber-tema-page .pricing-inner p {
  max-width: 720px;
  margin: 18px auto 0;
}

.haber-tema-page .pricing-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 30px;
}

.haber-tema-page .pricing-actions {
  justify-content: center;
  margin-top: 28px;
}

.haber-tema-page .pricing-pill {
  min-width: 220px;
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(247, 249, 252, 0.7);
}

.haber-tema-page .pricing-pill strong {
  color: var(--text-on-dark);
}

.haber-tema-page .final-cta {
  padding: 12px 0 96px;
  text-align: center;
}

.haber-tema-page .final-cta-inner {
  max-width: 920px;
}

.haber-tema-page .cta-stat {
  max-width: 740px;
  margin: 8px auto 0;
  color: rgba(247, 249, 252, 0.62);
}

.haber-tema-page .final-cta-inner h2 {
  margin-top: 18px;
  font-size: clamp(3.4rem, 7vw, 6rem);
}

.haber-tema-page .cta-copy {
  max-width: 720px;
  margin: 16px auto 0;
}

.haber-tema-page .final-cta .hero-actions {
  justify-content: center;
}

@keyframes float {

  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -10px, 0);
  }
}

@media (max-width: 1080px) {

  .haber-tema-page .story-shell, .haber-tema-page .editor-feature, .haber-tema-page .editor-feature-reverse, .haber-tema-page .theme-section .section-inner, .haber-tema-page .split-section {
    grid-template-columns: 1fr;
  }

  .haber-tema-page .ops-grid, .haber-tema-page .workflow-grid, .haber-tema-page .ai-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .haber-tema-page .catalog-grid {
    column-count: 2;
  }

  .haber-tema-page .theme-mosaic {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .haber-tema-page .theme-section .section-inner.theme-showcase {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .haber-tema-page .theme-copy {
    position: static;
  }

  .haber-tema-page .editor-feature-reverse .editor-feature-media, .haber-tema-page .editor-feature-reverse .editor-feature-copy {
    order: initial;
  }

  .haber-tema-page .hero h1 {
    max-width: 12ch;
  }

  .haber-tema-page .hero-stage {
    margin-bottom: -148px;
  }

  .haber-tema-page .role-showcase {
    border-radius: 26px;
  }
}

@media (max-width: 820px) {

  .haber-tema-page .hero {
    padding-top: 34px;
  }

  .haber-tema-page .hero-inner {
    padding-top: 64px;
  }

  .haber-tema-page .floating-chip {
    position: relative;
    inset: auto;
    margin-top: 12px;
  }

  .haber-tema-page .hero-stage {
    margin-bottom: -112px;
  }

  .haber-tema-page .hero-divider {
    height: 236px;
  }

  .haber-tema-page .hero-divider-rim {
    bottom: 156px;
  }

  .haber-tema-page .hero-divider-fill {
    height: 190px;
  }



  .haber-tema-page .editor-features {
    gap: 26px;
  }

  .haber-tema-page .theme-showcase {
    margin-bottom: 34px;
  }

  .haber-tema-page .theme-mosaic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .haber-tema-page .story-visual {
    min-height: auto;
    margin-right: 0;
  }

  .haber-tema-page .story-copy h3 {
    max-width: none;
  }

  .haber-tema-page .story-copy {
    padding: 0;
    margin-right: 0;
  }

  .haber-tema-page .story-video-shell {
    width: 100%;
    border-radius: 34px;
  }

}

@media (max-width: 640px) {

  .haber-tema-page .hero-inner {
    padding-top: 58px;
  }

  .haber-tema-page .hero-actions, .haber-tema-page .pricing-strip {
    flex-direction: column;
    align-items: stretch;
  }

  .haber-tema-page .button, .haber-tema-page .pricing-pill {
    width: 100%;
  }

  .haber-tema-page .theme-section, .haber-tema-page .data-section, .haber-tema-page .operations-section, .haber-tema-page .pricing-section, .haber-tema-page .final-cta {
    padding-top: 72px;
  }


  .haber-tema-page .editor-feature {
    gap: 20px;
  }

  .haber-tema-page .editor-feature-media {
    border-radius: 0;
  }

  .haber-tema-page .story-shell {
    margin-top: 24px;
  }

  .haber-tema-page .hero-stage {
    margin-bottom: -86px;
  }

  .haber-tema-page .hero-divider {
    height: 190px;
  }

  .haber-tema-page .hero-divider-rim {
    bottom: 118px;
  }

  .haber-tema-page .hero-divider-fill {
    height: 148px;
  }

  .haber-tema-page .story-visual {
    min-height: auto;
    margin-right: 0;
  }

  .haber-tema-page .story-copy {
    padding: 0;
    margin-right: 0;
  }

  .haber-tema-page .theme-gallery {
    column-count: 1;
  }

  .haber-tema-page .theme-mosaic {
    grid-template-columns: 1fr;
  }

  .haber-tema-page .theme-section .section-inner.theme-showcase {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .haber-tema-page .theme-mosaic-copy, .haber-tema-page .theme-mosaic-note {
    min-height: auto;
  }

  .haber-tema-page .ops-grid, .haber-tema-page .workflow-grid, .haber-tema-page .ai-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .haber-tema-page .ops-card, .haber-tema-page .workflow-card, .haber-tema-page .ai-card {
    padding: 24px;
    border-radius: 22px;
  }

  .haber-tema-page .ai-providers {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }

  .haber-tema-page .ai-section {
    padding: 76px 0 84px;
  }

  .haber-tema-page .workflow-section {
    padding: 72px 0 80px;
  }

  .haber-tema-page .catalog-grid {
    column-count: 1;
  }

  .haber-tema-page .catalog-section {
    padding: 76px 0 84px;
  }

  .haber-tema-page .catalog-blocks {
    grid-template-columns: 1fr;
  }
}


/* ========== Demo önizleme bölümü ========== */
.haber-tema-page .demo-section {
  padding: 110px 0 100px;
  position: relative;
}

.haber-tema-page .demo-heading {
  max-width: 880px;
  margin-bottom: 48px;
}

.haber-tema-page .demo-heading h2 {
  margin: 0;
  color: var(--text);
  font-size: clamp(2.4rem, 4vw, 3.8rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.haber-tema-page .demo-heading p {
  max-width: 60ch;
  margin: 18px 0 0;
  color: var(--text-soft);
  font-size: clamp(1rem, 1.05vw, 1.16rem);
  line-height: 1.6;
}

.haber-tema-page .demo-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.haber-tema-page .demo-card {
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden;
  border: 1px solid rgba(11, 15, 20, 0.08);
  border-radius: 22px;
  background: #ffffff;
  text-decoration: none !important;
  color: inherit;
  box-shadow: 0 14px 32px rgba(16, 24, 40, 0.06);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.haber-tema-page .demo-card:hover,
.haber-tema-page .demo-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(242, 113, 42, 0.45);
  box-shadow: 0 24px 50px rgba(242, 113, 42, 0.16);
}

/* First card spans 2 columns to balance 7-card grid (1 wide + 6 normal = 8 col units / 3-col layout fits 3 rows) */
.haber-tema-page .demo-grid .demo-card:first-child {
  grid-column: span 2;
}

.haber-tema-page .demo-card:first-child .demo-preview {
  height: 300px;
}

/* Browser-style preview pane */
.haber-tema-page .demo-preview {
  position: relative;
  height: 220px;
  border-bottom: 1px solid rgba(11, 15, 20, 0.06);
  overflow: hidden;
}

.haber-tema-page .demo-preview-bar {
  position: absolute;
  top: 0; left: 0; right: 0;
  display: flex;
  gap: 6px;
  padding: 10px 14px;
  background: rgba(11, 15, 20, 0.72);
  backdrop-filter: blur(6px);
  z-index: 2;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.haber-tema-page .demo-preview-bar span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
}

.haber-tema-page .demo-preview-bar span:nth-child(1) { background: #ff5f57; }
.haber-tema-page .demo-preview-bar span:nth-child(2) { background: #febc2e; }
.haber-tema-page .demo-preview-bar span:nth-child(3) { background: #28c840; }

/* The theme-specific art surface */
.haber-tema-page .demo-preview-art {
  position: absolute;
  top: 32px; left: 0; right: 0; bottom: 0;
  background: var(--demo-bg, linear-gradient(135deg, #1f2937, #111827));
  overflow: hidden;
}

/* Header strip + content block mockup overlay (universal) */
.haber-tema-page .demo-preview-art::before {
  content: "";
  position: absolute;
  top: 10%;
  left: 6%;
  right: 6%;
  height: 8%;
  background: var(--demo-strip, rgba(255, 255, 255, 0.92));
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

.haber-tema-page .demo-preview-art::after {
  content: "";
  position: absolute;
  bottom: 10%;
  left: 6%;
  right: 6%;
  top: 26%;
  background:
    linear-gradient(180deg, var(--demo-hero, rgba(255, 255, 255, 0.16)) 0 58%, transparent 58%),
    linear-gradient(90deg, var(--demo-block, rgba(255, 255, 255, 0.78)) 0 30%, transparent 30% 35%, var(--demo-block, rgba(255, 255, 255, 0.78)) 35% 65%, transparent 65% 70%, var(--demo-block, rgba(255, 255, 255, 0.78)) 70%) bottom / 100% 32% no-repeat;
  border-radius: 4px;
}

/* Theme palettes */
.haber-tema-page .demo-default {
  --demo-bg: linear-gradient(135deg, #eef3fb 0%, #dfe8f5 100%);
  --demo-strip: #0b0f14;
  --demo-hero: #c9d6ec;
  --demo-block: #ffffff;
}
.haber-tema-page .demo-spor {
  --demo-bg: linear-gradient(135deg, #0a2540 0%, #143a6b 60%, #0e7c4a 100%);
  --demo-strip: rgba(255, 255, 255, 0.95);
  --demo-hero: rgba(74, 222, 128, 0.55);
  --demo-block: rgba(255, 255, 255, 0.85);
}
.haber-tema-page .demo-magazin {
  --demo-bg: linear-gradient(135deg, #ffd3a5 0%, #fd6585 60%, #cb4cff 100%);
  --demo-strip: rgba(255, 255, 255, 0.95);
  --demo-hero: rgba(255, 255, 255, 0.4);
  --demo-block: rgba(255, 255, 255, 0.9);
}
.haber-tema-page .demo-elegance {
  --demo-bg: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #4c2a85 100%);
  --demo-strip: #faa733;
  --demo-hero: rgba(250, 167, 51, 0.18);
  --demo-block: rgba(255, 255, 255, 0.8);
}
.haber-tema-page .demo-teknoloji {
  --demo-bg: linear-gradient(135deg, #020617 0%, #0c4a6e 50%, #06b6d4 120%);
  --demo-strip: #67e8f9;
  --demo-hero: rgba(103, 232, 249, 0.25);
  --demo-block: rgba(255, 255, 255, 0.85);
}
.haber-tema-page .demo-genel {
  --demo-bg: linear-gradient(135deg, #f5f5f4 0%, #d6d3d1 100%);
  --demo-strip: #b91c1c;
  --demo-hero: #a8a29e;
  --demo-block: #ffffff;
}
.haber-tema-page .demo-saglik {
  --demo-bg: linear-gradient(135deg, #ecfdf5 0%, #a7f3d0 60%, #6ee7b7 100%);
  --demo-strip: #047857;
  --demo-hero: rgba(255, 255, 255, 0.6);
  --demo-block: #ffffff;
}

/* Card body */
.haber-tema-page .demo-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 22px 24px 22px;
  flex: 1;
}

.haber-tema-page .demo-tag {
  align-self: flex-start;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(242, 113, 42, 0.16);
  color: var(--accent);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.haber-tema-page .demo-title {
  margin-top: 4px;
  color: var(--text);
  font-size: 1.45rem;
  letter-spacing: -0.03em;
  line-height: 1.12;
}

.haber-tema-page .demo-desc {
  color: var(--text-soft);
  font-size: 0.96rem;
  line-height: 1.55;
}

.haber-tema-page .demo-cta {
  margin-top: auto;
  padding-top: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--accent);
  font-weight: 700;
  font-size: 0.96rem;
  letter-spacing: -0.01em;
}

.haber-tema-page .demo-cta-arrow {
  display: inline-block;
  transition: transform 200ms ease;
}

.haber-tema-page .demo-card:hover .demo-cta-arrow,
.haber-tema-page .demo-card:focus-visible .demo-cta-arrow {
  transform: translate(3px, -3px);
}

@media (max-width: 1080px) {
  .haber-tema-page .demo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .haber-tema-page .demo-grid .demo-card:first-child { grid-column: span 2; }
}

@media (max-width: 640px) {
  .haber-tema-page .demo-section { padding: 80px 0 72px; }
  .haber-tema-page .demo-grid { grid-template-columns: 1fr; }
  .haber-tema-page .demo-grid .demo-card:first-child { grid-column: span 1; }
  .haber-tema-page .demo-card:first-child .demo-preview,
  .haber-tema-page .demo-preview { height: 160px; }
}

/* Demo card preview images */
.haber-tema-page .demo-preview-img {
  position: absolute;
  top: 32px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 32px);
  object-fit: cover;
  object-position: top center;
  display: block;
  transition: transform 600ms cubic-bezier(0.16, 1, 0.3, 1);
}

.haber-tema-page .demo-card:hover .demo-preview-img,
.haber-tema-page .demo-card:focus-visible .demo-preview-img {
  transform: scale(1.04);
}
