﻿/* davet.link public — palette locked to landing design */

/* Tailwind preflight uyumu — sayfa içeriği brand sınıflarıyla çizilir */
.brand-page h1,
.brand-page h2,
.brand-page h3,
.brand-page p,
.brand-page ul,
.brand-page ol {
  margin: 0;
}
.brand-page a {
  color: inherit;
  text-decoration: none;
}
.brand-page img {
  display: block;
  max-width: 100%;
  height: auto;
}

:root {
  --dl-canvas: #f7f3ee;
  --dl-mist: #ede9fe;
  --dl-ink: #111827;
  --dl-ink-soft: #6b7280;
  --dl-line: #e5e7eb;
  --dl-accent: #7c3aed;
  --dl-footer: #faf7f2;
  --dl-max: 80rem;
  --dl-gutter: 1rem;
  --dl-radius: 16px;
  --dl-control-h: 40px;
  --dl-shadow: 0 1px 2px rgb(17 24 39 / 0.05);
  --dl-header-h: calc(3.5rem + 1px);
  --color-bg: var(--dl-canvas);
  --color-surface: #fff;
  --color-surface-2: #faf7f2;
  --color-border: var(--dl-line);
  --color-text: var(--dl-ink);
  --color-muted: var(--dl-ink-soft);
  --color-primary: #7c3aed;
  --color-primary-hover: #6d28d9;
  --color-primary-subtle: #ede9fe;
  --color-foreground: var(--dl-ink);
  --font-serif: "Poppins", ui-sans-serif, system-ui, sans-serif;
  --font-sans: "Poppins", ui-sans-serif, system-ui, sans-serif;
  --font-display: "Poppins", ui-sans-serif, system-ui, sans-serif;
  --radius-control: var(--dl-radius);
  --radius-container: 1.5rem;
  --shadow-raised: 0 10px 28px rgb(17 24 39 / 0.08);
  --shadow-card: var(--dl-shadow);
}
.brand-page {
  color: var(--dl-ink-soft);
  font-family: var(--font-sans);
  font-size: 1.0625rem;
  line-height: 1.65;
}
@media (min-width: 480px) {
  :root { --dl-gutter: 1.25rem; }
  .brand-page { font-size: 1.125rem; }
}
@media (min-width: 768px) {
  :root { --dl-gutter: 1.75rem; --dl-header-h: calc(3.75rem + 1px); }
  .brand-page { font-size: 1.1875rem; }
}

.brand-page img,
.brand-page svg,
.brand-page video,
.brand-page iframe {
  max-width: 100%;
}
.brand-shell__frame {
  overflow-x: clip;
}
.brand-shell--nav-open {
  overflow: hidden;
}
.brand-main {
  min-width: 0;
  max-width: 100%;
  overflow-x: clip;
}

/* Header / body / footer ortak içerik genişliği */
.site-wrap,
.brand-header__bar,
.brand-footer__inner,
.brand-page {
  width: 100%;
  max-width: var(--dl-max);
  margin-inline: auto;
  padding-inline: var(--dl-gutter);
  box-sizing: border-box;
  min-width: 0;
}

/* Header */
.brand-mark {
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 2.4vw, 1.85rem);
  font-weight: 500;
  line-height: 1.1;
  color: var(--dl-ink);
  text-decoration: none;
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .brand-mark {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 100%;
  }
}
.brand-mark__mark {
  display: none;
}
.brand-mark__logo {
  display: block;
  height: 1.75rem;
  width: auto;
  max-width: min(9.5rem, 48vw);
  object-fit: contain;
  /* Logo beyaz; açık header’da siyaha çek */
  filter: brightness(0);
}
@media (min-width: 768px) {
  .brand-mark__logo {
    height: 2.35rem;
    max-width: 13rem;
  }
}
.brand-mark--text {
  display: inline-flex;
  align-items: center;
}
.brand-mark__word {
  font-family: var(--font-sans);
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--dl-ink);
}
.brand-mark__dot {
  color: var(--dl-accent);
}
.brand-header__login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: var(--dl-control-h);
  padding: 0.5rem 0.9rem;
  border-radius: var(--dl-radius);
  border: 1px solid var(--dl-line);
  background: #fff;
  color: var(--dl-ink);
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
}
.brand-header__login:hover {
  border-color: var(--dl-accent);
  color: var(--dl-accent);
}
.brand-header__actions--drawer {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.brand-header__actions--drawer .brand-header__login,
.brand-header__actions--drawer .brand-header__cta {
  width: 100%;
  text-align: center;
}

.brand-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: color-mix(in srgb, var(--dl-canvas) 92%, transparent);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--dl-line);
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}
.brand-header__bar {
  box-sizing: border-box;
  min-height: 3.75rem;
  padding-block: 0.65rem;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.65rem;
}
@media (min-width: 768px) {
  .brand-header__bar {
    min-height: 4.75rem;
    padding-block: 0.85rem;
    gap: 1.25rem;
  }
}

.brand-nav--desktop {
  display: none;
  flex: 1 1 auto;
  justify-content: center;
  align-items: center;
  gap: 1.75rem;
  flex-wrap: nowrap;
  min-width: 0;
}

.brand-nav--desktop .brand-nav-link {
  white-space: nowrap;
  flex-shrink: 0;
}

.brand-header__end {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-left: auto;
  flex-shrink: 0;
}

.brand-header__actions--bar {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

/* Dil seçici: yalnız mobilde üst barda gizli (çekmecede gösterilir) */
.brand-header__actions--bar .lang-switch {
  display: none;
}

.brand-header__menu {
  width: 2.5rem;
  height: var(--dl-control-h);
  border: 1px solid var(--dl-line);
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0;
}

.brand-header__menu-icon {
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
  width: 1.1rem;
}

.brand-header__menu-icon span {
  display: block;
  height: 1.5px;
  background: var(--dl-ink);
}

/* Tablet+ : masaüstü nav; hamburger yalnız gerçek mobilde */
@media (min-width: 768px) {
  .brand-nav--desktop {
    display: flex;
  }

  .brand-header__actions--bar .lang-switch {
    display: inline-flex;
  }

  .brand-header__menu {
    display: none !important;
  }

  .brand-nav-sheet {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .brand-header__menu {
    display: inline-flex;
  }

  /* Üst barda uzun CTA taşıyor; dil+CTA çekmecede */
  .brand-header__actions--bar {
    display: none;
  }

  .brand-header__end {
    gap: 0.5rem;
  }

  .brand-page {
    padding-block: 1.75rem 3rem;
  }

  .brand-page__h1 {
    font-size: clamp(1.85rem, 8vw, 2.5rem);
    overflow-wrap: anywhere;
  }

  .brand-page__lead,
  .brand-section__text {
    font-size: 1.05rem;
    max-width: none;
  }

  .brand-hub-cat {
    min-height: 0;
  }

  .brand-hub-cat__go {
    display: inline;
  }

  .brand-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.75rem 1.25rem;
  }
  .brand-footer__brand {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .brand-footer__tagline {
    max-width: 18rem;
  }
  .brand-footer__col {
    min-width: 0;
  }
  .brand-footer__heading {
    text-align: center;
  }
  .brand-footer__links {
    align-items: center;
    text-align: center;
  }
  .brand-footer__cta {
    grid-column: 1 / -1;
  }

  .site-hero__title,
  .site-cta__title {
    overflow-wrap: anywhere;
  }
}

.brand-nav-link {
  font-family: var(--font-sans);
  font-size: 1rem;
  font-weight: 500;
  color: var(--dl-ink-soft);
  text-decoration: none;
}
.brand-nav-link:hover,
.brand-nav-link.is-active {
  color: var(--dl-ink);
}
.brand-nav-link.is-active {
  box-shadow: inset 0 -2px 0 var(--dl-accent);
}

/* Dil + CTA: tek satır, ortak yükseklik (önbellek kırıcıyla birlikte) */
.brand-header__controls {
  display: flex;
  align-items: stretch;
  gap: 0.75rem;
  height: var(--dl-control-h);
}

.brand-header__controls > .lang-switch--public,
.brand-header__controls > .brand-header__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box !important;
  height: 100% !important;
  min-height: 0 !important;
  max-height: none !important;
  padding-block: 0 !important;
  margin: 0;
  line-height: 1 !important;
  border-radius: 10px;
  font-family: var(--font-sans);
  font-size: 0.8125rem;
  font-weight: 500;
}

.brand-header__controls > .lang-switch--public {
  align-items: stretch;
  padding-inline: 0 !important;
  border: 0;
  background: transparent;
  overflow: visible;
}

.lang-switch__select {
  appearance: none;
  box-sizing: border-box;
  height: 100%;
  min-height: 0;
  margin: 0;
  padding: 0 1.85rem 0 0.7rem;
  border: 1px solid var(--dl-line);
  border-radius: 10px;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%235c5a56' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E") no-repeat right 0.55rem center / 1rem;
  color: var(--dl-ink);
  font-family: var(--font-sans);
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  box-shadow: none;
}
.lang-switch__select:focus {
  outline: 0;
  border-color: color-mix(in srgb, var(--dl-accent) 55%, var(--dl-line));
  box-shadow: 0 0 0 3px rgb(196 165 116 / 0.25);
}

.brand-header__actions .lang-switch__seg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  min-width: 2.5rem;
  padding: 0 0.7rem;
  font-family: var(--font-sans);
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-decoration: none;
  color: var(--dl-ink-soft);
  line-height: 1;
  border: 0;
  background: transparent;
  transition: background 0.15s ease, color 0.15s ease;
}
.brand-header__actions .lang-switch__seg:hover {
  color: var(--dl-ink);
  background: var(--dl-mist);
}
.brand-header__actions .lang-switch__seg.is-active {
  background: var(--dl-accent);
  color: #fff;
}
.brand-header__actions .lang-switch__seg.is-active:hover {
  background: var(--color-primary-hover);
  color: #fff;
}

.brand-header__controls > .brand-header__cta {
  padding-inline: 0.85rem !important;
  border: 1px solid var(--dl-accent);
  background: var(--dl-accent);
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}
.brand-header__controls > .brand-header__cta:hover {
  background: var(--color-primary-hover);
  border-color: var(--color-primary-hover);
  color: #fff;
}

.brand-header__logout {
  display: inline-flex;
  align-items: stretch;
  margin: 0;
  height: 100%;
}
.brand-header__logout-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 100%;
  min-height: var(--dl-control-h);
  padding-inline: 0.85rem;
  border: 1px solid var(--dl-line);
  border-radius: var(--dl-radius);
  background: #fff;
  color: var(--dl-ink);
  font: inherit;
  font-weight: 600;
  font-size: 0.875rem;
  white-space: nowrap;
  cursor: pointer;
}
.brand-header__logout-btn:hover {
  border-color: var(--dl-accent);
  color: var(--dl-accent);
}
.brand-header__actions--drawer .brand-header__logout {
  width: 100%;
  height: auto;
}
.brand-header__actions--drawer .brand-header__logout-btn {
  width: 100%;
  min-height: 2.75rem;
}

/* Sayfa içi primary CTA (header dışı) */
.ui-btn--primary,
a.ui-btn--primary,
.btn,
.btn.primary,
a.btn.primary,
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: var(--dl-control-h);
  padding: 0.65rem 1.15rem;
  border-radius: var(--dl-radius);
  border: 1px solid var(--dl-accent);
  background: var(--dl-accent);
  color: #fff !important;
  font-family: var(--font-sans);
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}
.ui-btn--primary:hover,
a.ui-btn--primary:hover,
.btn:hover,
.btn.primary:hover,
a.btn:hover,
a.btn.primary:hover,
.btn-primary:hover {
  background: var(--color-primary-hover);
  border-color: var(--color-primary-hover);
  color: #fff !important;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .brand-nav--desktop {
    gap: 0.85rem;
  }

  .brand-nav--desktop .brand-nav-link {
    font-size: 0.9rem;
  }

  .brand-header__controls {
    gap: 0.5rem;
  }

  .brand-header__controls > .brand-header__cta {
    max-width: 12.5rem;
    padding-inline: 0.7rem !important;
    font-size: 0.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

/* Primary'nin tersi: açık zemin, koyu yazı, aynı boyut */
.ui-btn--secondary,
a.ui-btn--secondary,
.btn.secondary,
a.btn.secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: var(--dl-control-h);
  padding: 0.65rem 1.15rem;
  border-radius: 0.75rem;
  border: 1px solid var(--dl-line);
  background: #fff;
  color: var(--dl-ink);
  font-family: var(--font-sans);
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}
.ui-btn--secondary:hover,
a.ui-btn--secondary:hover,
.btn.secondary:hover,
a.btn.secondary:hover {
  background: var(--dl-mist);
  border-color: var(--dl-accent);
  color: var(--dl-accent);
}

.brand-page__aside,
.landing-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-top: 2rem;
}

/* —— Mobil çekmece: dil + CTA aynı genişlik —— */
.brand-header__actions--drawer {
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid var(--dl-line);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.85rem;
  flex-shrink: 0;
}
.brand-header__actions--drawer .brand-header__controls {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.75rem;
  height: auto !important;
  width: 100%;
  min-width: 0;
}
.brand-header__actions--drawer .lang-switch--public {
  display: flex !important;
  align-items: stretch;
  align-self: stretch;
  width: 100% !important;
  max-width: 100%;
  height: 2.75rem !important;
  min-height: 2.75rem !important;
  padding: 0 !important;
  border: 0;
  border-radius: 0;
  background: transparent;
  overflow: visible;
  box-sizing: border-box;
}
.brand-header__actions--drawer .lang-switch__select {
  width: 100%;
  height: 2.75rem;
}
.brand-header__actions--drawer .lang-switch__seg {
  flex: 1 1 0;
  min-width: 0;
  padding: 0 0.75rem;
  font-size: 0.8125rem;
}
.brand-header__actions--drawer .brand-header__cta {
  display: inline-flex !important;
  width: 100%;
  max-width: 100%;
  height: auto !important;
  min-height: 2.75rem;
  padding: 0.7rem 1rem !important;
  white-space: normal;
  text-align: center;
  line-height: 1.3 !important;
  box-sizing: border-box;
}

/* Mobil menü paneli — sınıf ile aç/kapa (x-show yerine) */
.brand-nav-sheet {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: block;
  pointer-events: none;
  visibility: hidden;
}
.brand-nav-sheet.is-open {
  pointer-events: auto;
  visibility: visible;
}
.brand-nav-sheet__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  padding: 0;
  margin: 0;
  background: rgb(20 20 20 / 0.4);
  opacity: 0;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.brand-nav-sheet.is-open .brand-nav-sheet__backdrop {
  opacity: 1;
}
.brand-nav-sheet__panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(20rem, 100vw - 2.5rem);
  max-width: 100%;
  height: 100%;
  height: 100dvh;
  background: var(--dl-canvas);
  padding: 1.15rem 1.15rem calc(1.15rem + env(safe-area-inset-bottom, 0px));
  display: flex;
  flex-direction: column;
  gap: 1rem;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  box-shadow: -12px 0 40px rgb(20 20 20 / 0.12);
  transform: translateX(100%);
  transition: transform 0.22s ease;
  box-sizing: border-box;
}
.brand-nav--drawer {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
}
.brand-nav-sheet.is-open .brand-nav-sheet__panel {
  transform: translateX(0);
}
.brand-nav-sheet__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid var(--dl-line);
}
.brand-nav-sheet__top .brand-mark__logo {
  height: 1.85rem;
  max-width: 9.5rem;
}
.brand-nav-sheet__close {
  border: 1px solid var(--dl-line);
  background: #fff;
  border-radius: var(--dl-radius);
  font-size: 1.5rem;
  line-height: 1;
  color: var(--dl-ink);
  cursor: pointer;
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.brand-nav--drawer .brand-nav-link {
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--dl-line);
  box-shadow: none;
  font-size: 1.05rem;
}

.brand-shell .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Footer */
.brand-footer {
  background: var(--dl-footer);
  color: var(--dl-ink-soft);
  margin-top: auto;
  border-top: 1px solid var(--dl-line);
}
.brand-footer__inner {
  padding-block: 3rem 1.75rem;
}
@media (min-width: 768px) {
  .brand-footer__inner {
    padding-block: 3.5rem 2rem;
  }
}
.brand-footer__grid {
  display: grid;
  gap: 2rem;
}
@media (min-width: 720px) and (max-width: 1099px) {
  .brand-footer__grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 1.5rem 1.25rem;
  }
  .brand-footer__brand {
    grid-column: span 2;
  }
  .brand-footer__col {
    grid-column: span 2;
  }
  .brand-footer__cta {
    grid-column: span 2;
  }
}
@media (min-width: 1100px) {
  .brand-footer__grid {
    grid-template-columns: 1.25fr 1fr 1fr 1fr 1.15fr;
    gap: 1.75rem 1.5rem;
    align-items: start;
  }
}
.brand-footer__logo {
  display: inline-block;
  text-decoration: none;
  line-height: 0;
}
.brand-footer__logo-img {
  display: block;
  height: 2.1rem;
  width: auto;
  max-width: 12rem;
  object-fit: contain;
  filter: none;
}
.brand-footer__tagline {
  margin: 0.65rem 0 0;
  font-size: 1.05rem;
  color: var(--dl-ink-soft);
  max-width: 18rem;
}
.brand-footer__heading {
  margin: 0 0 0.85rem;
  font-family: var(--font-sans);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--dl-accent);
}
body.brand-footer__heading {
  color: var(--dl-accent);
  font-family: var(--font-sans);
}
.brand-footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.brand-footer__links a {
  color: var(--dl-ink-soft);
  text-decoration: none;
  font-size: 1.05rem;
}
.brand-footer__links a:hover {
  color: var(--dl-accent);
}
.brand-footer__cta {
  padding: 1rem 1.1rem;
  border: 1px solid color-mix(in srgb, var(--dl-accent) 35%, var(--dl-line));
  border-radius: var(--dl-radius);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.brand-footer__cta-text {
  margin: 0 0 0.85rem;
  font-size: 1.15rem;
  color: var(--dl-ink);
  line-height: 1.4;
}
.brand-footer__cta-btn {
  background: var(--dl-accent) !important;
  border-color: var(--dl-accent) !important;
  color: #fff !important;
}
.brand-footer__bottom {
  margin: 2rem 0 0;
  padding-top: 1rem;
  border-top: 1px solid var(--dl-line);
  font-size: 0.95rem;
  color: var(--dl-ink-soft);
  text-align: center;
}

.landing-page,
.landing-page__inner {
  margin: 0;
  max-width: none;
  padding: 0;
  background: var(--dl-canvas);
}
.landing-page__glow {
  display: none;
}

/* —— HOME —— */
/* İlk ekran: hero + siyah bant; bandın altı viewport altına hizalı */
.site-fold {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  min-height: calc(100vh - var(--dl-header-h));
  min-height: calc(100svh - var(--dl-header-h));
  min-height: calc(100dvh - var(--dl-header-h));
}
.site-fold > .site-hero {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 0;
}
.site-fold > .site-band {
  flex: 0 0 auto;
  margin-top: auto;
}
@media (max-width: 899px) {
  .site-fold .site-hero__media {
    order: 1;
  }
  .site-fold .site-hero__copy {
    order: 2;
  }
}

.site-hero {
  padding-block: 2.25rem 2.5rem;
}
@media (min-width: 900px) {
  .site-hero {
    padding-block: 3rem 3.5rem;
  }
}
.site-hero__grid {
  display: grid;
  gap: 1.75rem;
  align-items: center;
}
@media (min-width: 900px) {
  .site-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    gap: 2.5rem 3rem;
  }
}
.site-hero__copy {
  order: 1;
  min-width: 0;
}
.site-hero__media {
  order: 2;
  margin: 0;
  border-radius: var(--dl-radius);
  overflow: hidden;
  background: var(--dl-mist);
  aspect-ratio: 4 / 3;
}
@media (min-width: 900px) {
  .site-hero__media {
    aspect-ratio: 5 / 4;
    min-height: 22rem;
  }
}
.site-hero__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.6vw, 2.05rem);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: var(--dl-ink);
  max-width: 16em;
}
.site-hero__lede {
  margin: 1rem 0 0;
  max-width: 36rem;
  font-family: var(--font-sans);
  font-size: clamp(1.05rem, 1.6vw, 1.2rem);
  line-height: 1.6;
  color: var(--dl-ink-soft);
}
.site-hero__actions {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem 1.25rem;
}
@media (max-width: 639px) {
  .site-hero__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
  }
  .site-hero__actions > .ui-btn,
  .site-hero__actions > a.ui-btn {
    width: 100%;
    min-height: 3rem;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .site-hero__actions > .site-link {
    width: 100%;
    min-height: 3rem;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid var(--dl-line);
    border-radius: var(--dl-radius);
    border-bottom: 1px solid var(--dl-line);
    background: #fff;
    font-size: 1rem;
  }
  .site-hero__actions > .site-link:hover {
    border-color: color-mix(in srgb, var(--dl-accent) 55%, var(--dl-line));
    border-bottom-color: color-mix(in srgb, var(--dl-accent) 55%, var(--dl-line));
  }
}
.site-link {
  color: var(--dl-ink);
  font-family: var(--font-sans);
  font-size: 1.05rem;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid var(--dl-accent);
}
.site-link:hover {
  border-bottom-color: var(--dl-ink);
}
.site-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  filter: saturate(0.88) brightness(1.03);
}

.site-section {
  padding-block: 3.25rem;
}
@media (min-width: 768px) {
  .site-section {
    padding-block: 4rem;
  }
}
.site-section--soft {
  background: transparent;
  border-radius: 0;
  margin-top: 0.5rem;
}
.site-section__label {
  margin: 0 0 0.55rem;
  font-family: var(--font-sans);
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--dl-accent);
}
.site-section__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 500;
  color: var(--dl-ink);
  line-height: 1.2;
}
.site-section__text {
  margin: 0.85rem 0 0;
  max-width: 36rem;
  font-size: 1.15rem;
  color: var(--dl-ink-soft);
}

.site-band {
  border-block: 1px solid var(--dl-line);
  background: var(--dl-accent);
  color: #fff;
  padding-block: 1.35rem;
}
.site-band__inner {
  text-align: center;
}
.site-band__text {
  margin: 0 auto;
  max-width: 40rem;
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.4vw, 1.55rem);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.01em;
}

.site-features {
  list-style: none;
  margin: 1.75rem 0 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}
@media (min-width: 768px) {
  .site-features {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
  }
}
.site-features__item {
  padding: 1.25rem 0 0;
  border-top: 2px solid var(--dl-accent);
  background: transparent;
}
.site-features__title {
  margin: 0.85rem 0 0;
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--dl-ink);
}
.site-features__body {
  margin: 0.55rem 0 0;
  font-size: 1.05rem;
  line-height: 1.55;
  color: var(--dl-ink-soft);
}

.site-proof {
  padding-block: 2.75rem 3.25rem;
  border-block: 1px solid var(--dl-line);
}
@media (min-width: 768px) {
  .site-proof {
    padding-block: 3.5rem 4rem;
  }
}
.site-proof__grid {
  display: grid;
  gap: 1.75rem;
  align-items: center;
}
@media (min-width: 860px) {
  .site-proof__grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.7fr);
    gap: 2.25rem 2.75rem;
  }
}
.site-proof__copy {
  min-width: 0;
}
.site-proof__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 3.6vw, 2.55rem);
  font-weight: 500;
  color: var(--dl-ink);
  line-height: 1.2;
  text-align: left;
}
.site-proof__title::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2px;
  margin: 1rem 0 0;
  background: var(--dl-accent);
}
.site-proof__lead {
  margin: 1rem 0 0;
  max-width: 34rem;
  font-size: 1.15rem;
  line-height: 1.6;
  color: var(--dl-ink-soft);
  text-align: left;
}
.site-proof__points {
  list-style: none;
  margin: 1.35rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
  max-width: 28rem;
  text-align: left;
}
.site-proof__points li {
  position: relative;
  padding: 0.55rem 0.75rem 0.55rem 1.85rem;
  border: 1px solid var(--dl-line);
  border-radius: 10px;
  background: #fff;
  color: var(--dl-ink);
  font-size: 0.98rem;
  line-height: 1.4;
}
.site-proof__points li::before {
  content: "";
  position: absolute;
  left: 0.75rem;
  top: 50%;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: var(--dl-accent);
  transform: translateY(-50%);
}
.site-proof__copy .ui-btn {
  margin-top: 1.35rem;
}
@media (max-width: 639px) {
  .site-proof__copy .ui-btn,
  .site-proof__copy a.ui-btn {
    display: flex;
    width: 100%;
    max-width: 28rem;
    min-height: 3rem;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .site-cta__btn {
    display: flex;
    width: 100%;
    max-width: 28rem;
    margin-inline: auto;
    box-sizing: border-box;
  }
}
.site-proof__media {
  margin: 0;
  max-width: 18rem;
  justify-self: center;
  overflow: hidden;
  border-radius: var(--dl-radius);
  border: 1px solid var(--dl-line);
  background: #fff;
}
@media (min-width: 860px) {
  .site-proof__media {
    max-width: 20rem;
    justify-self: end;
  }
}
.site-proof__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  filter: saturate(0.92) brightness(1.01);
}

/* —— Occasions: denser scrolling rail —— */
.site-occ {
  background: transparent;
  padding-block: 2.5rem 2.75rem;
  border-block: 1px solid var(--dl-line);
  overflow: hidden;
}
@media (min-width: 768px) {
  .site-occ {
    padding-block: 3rem 3.25rem;
  }
}
.site-occ__head {
  max-width: 34rem;
  margin-bottom: 1.35rem;
}
@media (min-width: 768px) {
  .site-occ__head {
    margin-bottom: 1.6rem;
  }
}
.site-occ__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.85rem);
  font-weight: 500;
  color: var(--dl-ink);
  line-height: 1.15;
}
.site-occ__title::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2px;
  margin-top: 0.85rem;
  background: var(--dl-accent);
}
.site-occ__lead {
  margin: 0.9rem 0 0;
  font-size: 1.15rem;
  line-height: 1.55;
  color: var(--dl-ink-soft);
}
.site-occ__rail {
  margin-inline: calc(var(--dl-gutter, 1rem) * -0.15);
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent);
}
.site-occ__rail::-webkit-scrollbar {
  display: none;
}
.site-occ__rail:focus-visible {
  outline: 2px solid rgb(196 165 116 / 0.55);
  outline-offset: 4px;
}
.site-occ__track {
  display: flex;
  width: max-content;
  gap: 1rem;
  padding-inline: var(--dl-gutter, 1rem);
  padding-block: 0.35rem 0.5rem;
  animation: site-occ-marquee 55s linear infinite;
}
.site-occ__rail:hover .site-occ__track,
.site-occ__rail:focus-within .site-occ__track {
  animation-play-state: paused;
}
.site-occ__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1rem;
  flex-shrink: 0;
}
.site-occ__tile {
  display: flex;
  flex-direction: column;
  width: 10.5rem;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid var(--dl-line);
  background: #fff;
  text-decoration: none;
  color: var(--dl-ink);
  isolation: isolate;
  box-shadow: 0 1px 2px rgb(20 20 20 / 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
@media (min-width: 640px) {
  .site-occ__tile {
    width: 12rem;
  }
}
@media (min-width: 1024px) {
  .site-occ__tile {
    width: 13rem;
  }
}
.site-occ__tile:hover {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--dl-accent) 40%, var(--dl-line));
  box-shadow: 0 14px 28px rgb(20 20 20 / 0.1);
  color: var(--dl-ink);
}
.site-occ__visual {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: var(--dl-mist);
}
.site-occ__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.92) brightness(1.01);
  transition: transform 0.4s ease, filter 0.4s ease;
}
.site-occ__tile:hover .site-occ__img {
  transform: scale(1.05);
  filter: saturate(1) brightness(1.03);
}
.site-occ__band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.45rem;
  min-height: 2.75rem;
  padding: 0.65rem 0.85rem;
  background: var(--dl-accent);
  color: #fff;
}
.site-occ__name {
  font-family: var(--font-sans);
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: #fff;
}
.site-occ__go {
  flex-shrink: 0;
  font-family: var(--font-sans);
  font-size: 0.95rem;
  color: #ede9fe;
  transition: transform 0.2s ease;
}
.site-occ__tile:hover .site-occ__go {
  transform: translateX(3px);
}
.site-occ__more {
  margin: 1.35rem 0 0;
}
.site-occ__all {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: var(--font-sans);
  font-size: 1.05rem;
  font-weight: 500;
  color: var(--dl-ink);
  text-decoration: none;
  border-bottom: 1px solid var(--dl-accent);
  padding-bottom: 0.1rem;
}
.site-occ__all:hover {
  border-bottom-color: var(--dl-ink);
  color: var(--dl-ink);
}
@keyframes site-occ-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 0.5rem));
  }
}
@media (prefers-reduced-motion: reduce) {
  .site-occ__track {
    animation: none;
  }
  .site-occ__tile,
  .site-occ__img,
  .site-occ__go {
    transition: none;
  }
  .site-occ__tile:hover {
    transform: none;
  }
  .site-occ__tile:hover .site-occ__img {
    transform: none;
  }
}

.site-steps {
  list-style: none;
  margin: 1.75rem 0 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}
@media (min-width: 768px) {
  .site-steps {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }
}
.site-steps li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem 1rem;
  align-items: start;
  background: #fff;
  border: 1px solid var(--dl-line);
  border-radius: var(--dl-radius);
  padding: 1.25rem 1.2rem;
}
.site-steps__num {
  display: grid;
  place-items: center;
  box-sizing: border-box;
  width: 2.75rem;
  height: 2.75rem;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  font-family: var(--font-sans);
  font-size: 1.35rem;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  color: var(--dl-accent);
  border: 1.5px solid color-mix(in srgb, var(--dl-accent) 45%, var(--dl-line));
  border-radius: 999px;
  line-height: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .site-steps__num {
    width: 3.15rem;
    height: 3.15rem;
    font-size: 1.55rem;
  }
}
.site-steps__copy {
  min-width: 0;
}
.site-steps__title {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--dl-ink);
  font-family: var(--font-serif);
}
.site-steps__body {
  margin: 0.45rem 0 0;
  font-size: 1.1rem;
  color: var(--dl-ink-soft);
  line-height: 1.55;
}

.site-cta {
  margin-top: 2rem;
  padding: 2.5rem 1.5rem;
  text-align: center;
  border: 1px solid var(--dl-line);
  border-radius: 1.5rem;
  background: #fff;
  box-shadow: var(--dl-shadow);
  color: var(--dl-ink);
}
@media (min-width: 768px) {
  .site-cta {
    padding: 3.25rem 2.5rem;
  }
}
.site-cta__inner {
  max-width: 100%;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.site-cta__title {
  margin: 0 auto;
  max-width: 18ch;
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 3.8vw, 2.75rem);
  font-weight: 500;
  color: var(--dl-ink);
  line-height: 1.2;
}
.site-cta__title::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2px;
  margin: 1rem auto 0;
  background: var(--dl-accent);
}
.site-cta__text {
  margin: 1.15rem auto 1.85rem;
  max-width: 38rem;
  font-family: var(--font-sans);
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  line-height: 1.6;
  color: var(--dl-ink-soft);
}
.site-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.7rem 1.4rem;
  border-radius: 0.75rem;
  border: 1px solid var(--dl-accent);
  background: var(--dl-accent);
  color: #fff !important;
  font-family: var(--font-sans);
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  box-shadow: var(--dl-shadow);
  transition: background 0.15s ease, color 0.15s ease, transform 0.15s ease;
}
.site-cta__title + .site-cta__btn {
  margin-top: 1.25rem;
}
.site-cta__btn:hover {
  background: var(--color-primary-hover);
  border-color: var(--color-primary-hover);
  color: #fff !important;
  transform: translateY(-1px);
}
@media (prefers-reduced-motion: reduce) {
  .site-cta__btn {
    transition: none;
  }
  .site-cta__btn:hover {
    transform: none;
  }
}

/* Interior — ana sayfa yüzeyi: krem zemin üstünde beyaz kartlar */
.brand-page {
  position: relative;
  padding-block: 2.5rem 4rem;
  background: transparent;
}
.brand-blog-show {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}
.brand-blog-show > .brand-page__label {
  margin: 0;
}
.brand-blog-show > .brand-page__hero {
  margin-bottom: 0;
}
.brand-blog-show > .brand-blog-show__media {
  display: block;
  width: 100%;
  max-height: 28rem;
  object-fit: cover;
  border-radius: 12px;
}
.brand-blog-show > .brand-page__actions {
  margin-top: 0;
}
.brand-page__hero,
.brand-blog-index__head,
.brand-hub__hero,
.brand-faq-hub__head,
.brand-faq-page__head,
.brand-words .brand-page__hero,
.brand-error .brand-page__hero {
  position: relative;
  margin-bottom: 1.75rem;
  padding: 1.75rem 1.5rem;
  border: 1px solid var(--dl-line);
  border-radius: 1.5rem;
  background: #fff;
  box-shadow: var(--dl-shadow);
}
@media (min-width: 640px) {
  .brand-page__hero,
  .brand-blog-index__head,
  .brand-hub__hero,
  .brand-faq-hub__head,
  .brand-faq-page__head,
  .brand-words .brand-page__hero,
  .brand-error .brand-page__hero {
    padding: 2rem 2.25rem;
  }
}
@media (min-width: 768px) {
  .brand-page {
    padding-block: 3rem 5rem;
  }
}
.brand-page__label,
.brand-section__label {
  margin: 0 0 0.55rem;
  font-family: var(--font-sans);
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--dl-accent);
}
.brand-page__h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.35rem, 5vw, 3.5rem);
  font-weight: 500;
  color: var(--dl-ink);
  line-height: 1.15;
}
.brand-page__lead,
.brand-section__text {
  margin: 0.9rem 0 0;
  max-width: min(54rem, 100%);
  font-size: 1.2rem;
  color: var(--dl-ink-soft);
}
.brand-page__h1 + .brand-page__lead {
  margin-top: 1.25rem;
}
.brand-page__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.35rem;
}
@media (max-width: 639px) {
  .brand-page__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
  }
  .brand-page__actions > .ui-btn,
  .brand-page__actions > a.ui-btn {
    width: 100%;
    min-height: 3rem;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
.brand-page__links {
  margin: 1rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
}
.brand-page__links a,
.brand-aside__links a,
.brand-inline-link {
  color: var(--dl-ink);
  text-decoration: none;
  border-bottom: 1px solid var(--dl-accent);
}
.brand-crumb {
  margin-bottom: 1.25rem;
  font-size: 1rem;
  color: var(--dl-ink-soft);
}
.brand-crumb a {
  color: inherit;
  text-decoration: none;
}
.brand-crumb__sep {
  margin: 0 0.3rem;
  opacity: 0.5;
}
.brand-section {
  margin-top: 2.75rem;
}
.brand-section__title {
  margin: 0 0 1.35rem;
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3.2vw, 2.25rem);
  font-weight: 500;
  color: var(--dl-ink);
  line-height: 1.2;
}

/* —— Invitation category detail —— */
.brand-cat__hero {
  display: grid;
  gap: 1.5rem;
  align-items: center;
  margin: 0 0 0.25rem;
}
@media (min-width: 900px) {
  .brand-cat__hero {
    grid-template-columns: minmax(0, 1.2fr) minmax(11rem, 15rem);
    gap: 2rem 2.5rem;
  }
}
.brand-cat__copy .brand-page__h1 {
  max-width: 18em;
}
.brand-cat__copy .brand-page__h1::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2px;
  margin-top: 0.4rem;
  background: var(--dl-accent);
}
.brand-cat__copy .brand-page__lead {
  max-width: none;
}
.brand-cat__media {
  margin: 0;
  justify-self: center;
  width: min(100%, 14rem);
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: var(--dl-radius);
  border: 1px solid var(--dl-line);
  background: var(--dl-mist);
}
@media (min-width: 900px) {
  .brand-cat__media {
    width: 100%;
    max-width: 15rem;
    justify-self: end;
  }
}
.brand-cat__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.92) brightness(1.01);
}
.brand-cat__highlights,
.brand-cat__steps {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.brand-cat__highlights .brand-section__title,
.brand-cat__steps .brand-section__title {
  margin-bottom: 0;
}
.brand-cat__highlights .brand-hub-steps,
.brand-cat__steps .brand-hub-steps {
  margin-top: 0;
}
.brand-cat__guide {
  margin-top: 3rem;
  max-width: none;
  width: 100%;
}
.brand-cat__guide.brand-prose,
.brand-cat .brand-prose {
  max-width: none;
  width: 100%;
}
.brand-cat__faqs {
  margin-top: 3rem;
  max-width: none;
  width: 100%;
}
.brand-cat__designs {
  margin-top: 3.25rem;
}
.brand-cat .brand-aside {
  margin-top: 3rem;
}
@media (max-width: 639px) {
  .brand-cat__media {
    order: -1;
    width: min(100%, 11.5rem);
  }
  .brand-cat__hero {
    justify-items: start;
  }
}

/* —— Digital invitation hub —— */
.brand-hub__hero {
  display: grid;
  gap: 1.25rem;
  align-items: center;
  margin-bottom: 0.5rem;
  text-align: center;
}
.brand-hub__hero-copy .brand-page__lead {
  margin-inline: auto;
}
.brand-hub__hero-copy .brand-page__h1::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2px;
  margin-top: 0.4rem;
  margin-inline: auto;
  background: var(--dl-accent);
}
.brand-hub__hero-actions {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 0;
}
.brand-hub__hero-actions > .ui-btn,
.brand-hub__hero-actions > a.ui-btn {
  flex: 1 1 0;
  width: auto;
  min-width: 0;
  min-height: 2.75rem;
  padding-inline: 0.65rem;
  white-space: normal;
  text-align: center;
  line-height: 1.25;
}
@media (min-width: 900px) {
  .brand-hub__hero {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.7fr);
    gap: 1.5rem 3rem;
    text-align: left;
  }
  .brand-hub__hero-copy {
    grid-column: 1;
    grid-row: 1;
  }
  .brand-hub__hero-media {
    grid-column: 2;
    grid-row: 1 / span 2;
    max-width: 20rem;
    justify-self: end;
  }
  .brand-hub__hero-actions {
    grid-column: 1;
    grid-row: 2;
    justify-content: flex-start;
  }
  .brand-hub__hero-actions > .ui-btn,
  .brand-hub__hero-actions > a.ui-btn {
    flex: 0 0 auto;
    padding-inline: 1.15rem;
  }
  .brand-hub__hero-copy .brand-page__lead {
    margin-inline: 0;
  }
  .brand-hub__hero-copy .brand-page__h1::after {
    margin-inline: 0;
  }
}
.brand-hub__hero-media {
  margin: 0;
  max-width: 18rem;
  justify-self: center;
  overflow: hidden;
  border-radius: var(--dl-radius);
  border: 1px solid var(--dl-line);
  background: #fff;
}
@media (min-width: 900px) {
  .brand-hub__hero-media {
    max-width: 20rem;
  }
}
.brand-hub__hero-media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}
.brand-hub__head .brand-page__h1::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2px;
  margin-top: 0.4rem;
  background: var(--dl-accent);
}
.brand-hub__features,
.brand-hub__cats {
  margin-top: 3.25rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .brand-hub__features,
  .brand-hub__cats {
    margin-top: 4rem;
  }
}
.brand-hub__features {
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}
.brand-hub__features .brand-section__title,
.brand-hub__cats .brand-section__title {
  margin-bottom: 0;
}
.brand-hub-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1.15rem;
}
@media (min-width: 768px) {
  .brand-hub-steps {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}
.brand-hub-steps li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  align-items: center;
  padding: 1.15rem 1.1rem;
  border: 1px solid var(--dl-line);
  border-radius: var(--dl-radius);
  background: #fff;
}
.brand-hub-steps__num {
  display: grid;
  place-items: center;
  box-sizing: border-box;
  width: 2.75rem;
  height: 2.75rem;
  flex-shrink: 0;
  border-radius: 999px;
  border: 1.5px solid color-mix(in srgb, var(--dl-accent) 50%, var(--dl-line));
  font-family: var(--font-sans);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  color: var(--dl-accent);
  background: #fff;
}
.brand-hub-steps__title {
  margin: 0;
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
  color: var(--dl-ink);
}
.brand-hub-steps__text {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.45;
  color: var(--dl-ink-soft);
}
.brand-hub-steps__title + .brand-hub-steps__text {
  margin-top: 0.35rem;
}
.brand-hub__cats-head {
  max-width: 38rem;
  margin-bottom: 0;
}
.brand-hub-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
.brand-hub-grid > li {
  flex: 0 1 calc((100% - 1rem) / 2);
  max-width: calc((100% - 1rem) / 2);
  min-width: 0;
}
@media (min-width: 700px) {
  .brand-hub-grid {
    gap: 1.15rem;
  }
  .brand-hub-grid > li {
    flex-basis: calc((100% - 2 * 1.15rem) / 3);
    max-width: calc((100% - 2 * 1.15rem) / 3);
  }
}
@media (min-width: 1024px) {
  .brand-hub-grid {
    gap: 1.25rem;
  }
  .brand-hub-grid > li {
    flex-basis: calc((100% - 3 * 1.25rem) / 4);
    max-width: calc((100% - 3 * 1.25rem) / 4);
  }
}

/* —— Blog hub (visual categories) —— */
.brand-blog-hub__head {
  max-width: 40rem;
  margin-bottom: 2rem;
}
.brand-blog-hub__head .brand-page__h1::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2px;
  margin-top: 0.4rem;
  background: var(--dl-accent);
}
.brand-blog-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 700px) {
  .brand-blog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.15rem;
  }
}
@media (min-width: 1100px) {
  .brand-blog-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.25rem;
  }
}
.brand-blog-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--dl-line);
  border-radius: 16px;
  background: #fff;
  color: var(--dl-ink);
  text-decoration: none;
  box-shadow: 0 1px 2px rgb(20 20 20 / 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.brand-blog-card:hover {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--dl-accent) 40%, var(--dl-line));
  box-shadow: 0 14px 28px rgb(20 20 20 / 0.1);
  color: var(--dl-ink);
}
.brand-blog-card__visual {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: var(--dl-mist);
}
.brand-blog-card__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.4s ease;
}
.brand-blog-card:hover .brand-blog-card__visual img {
  transform: scale(1.05);
}
.brand-blog-card__band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.45rem;
  min-height: 2.75rem;
  padding: 0.65rem 0.85rem;
  background: var(--dl-accent);
  color: #fff;
}
.brand-blog-card__name {
  font-family: var(--font-sans);
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.25;
}
.brand-blog-card__go {
  opacity: 0.75;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.brand-blog-card:hover .brand-blog-card__go {
  opacity: 1;
  transform: translateX(2px);
}

.brand-blog-cat__hero {
  display: grid;
  gap: 1.5rem;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 900px) {
  .brand-blog-cat__hero {
    grid-template-columns: minmax(0, 1.2fr) minmax(11rem, 14rem);
    gap: 2rem 2.25rem;
  }
}
.brand-blog-cat__copy .brand-page__h1::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2px;
  margin-top: 0.4rem;
  background: var(--dl-accent);
}
.brand-blog-cat__media {
  margin: 0;
  width: min(100%, 12.5rem);
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: var(--dl-radius);
  border: 1px solid var(--dl-line);
  background: var(--dl-mist);
  justify-self: start;
}
@media (min-width: 900px) {
  .brand-blog-cat__media {
    width: 100%;
    justify-self: end;
  }
}
.brand-blog-cat__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.brand-blog-post-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1.15rem;
}
@media (min-width: 700px) {
  .brand-blog-post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
  }
}
.brand-blog-post {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid var(--dl-line);
  border-radius: 16px;
  background: #fff;
  color: var(--dl-ink);
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.brand-blog-post:hover {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--dl-accent) 40%, var(--dl-line));
  box-shadow: 0 12px 24px rgb(20 20 20 / 0.08);
  color: var(--dl-ink);
}
.brand-blog-post__visual {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--dl-mist);
}
.brand-blog-post__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.brand-blog-post:hover .brand-blog-post__visual img {
  transform: scale(1.04);
}
.brand-blog-post__body {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  padding: 1rem 1.05rem 1.15rem;
}
.brand-blog-post__title {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.3;
  color: var(--dl-ink);
}
.brand-blog-post__lead {
  font-family: var(--font-sans);
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--dl-ink-soft);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.brand-blog-post__go {
  margin-top: auto;
  padding-top: 0.35rem;
  font-family: var(--font-sans);
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--dl-accent);
}

.brand-article__head {
  max-width: 42rem;
}
.brand-article__head .brand-page__h1::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2px;
  margin-top: 0.4rem;
  background: var(--dl-accent);
}
.brand-article__media {
  margin: 1.5rem 0 2rem;
  max-width: 46rem;
  overflow: hidden;
  border-radius: var(--dl-radius);
  border: 1px solid var(--dl-line);
  background: var(--dl-mist);
}
.brand-article__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.brand-article__head {
  max-width: 42rem;
}
.brand-article__head .brand-page__h1::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2px;
  margin-top: 0.4rem;
  background: var(--dl-accent);
}
.brand-article__media {
  margin: 1.5rem 0 2rem;
  max-width: 46rem;
  overflow: hidden;
  border-radius: var(--dl-radius);
  border: 1px solid var(--dl-line);
  background: var(--dl-mist);
}
.brand-article__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.brand-hub-cat {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
  min-height: 0;
  padding: 0;
  border: 1px solid var(--dl-line);
  border-radius: 16px;
  background: #fff;
  color: var(--dl-ink);
  text-decoration: none;
  box-shadow: 0 1px 2px rgb(20 20 20 / 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.brand-hub-cat:hover {
  border-color: color-mix(in srgb, var(--dl-accent) 45%, var(--dl-line));
  background: #fff;
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgb(20 20 20 / 0.1);
  color: var(--dl-ink);
}
.brand-hub-cat__visual {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: var(--dl-mist);
}
.brand-hub-cat__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.92) brightness(1.01);
  transition: transform 0.4s ease, filter 0.4s ease;
}
.brand-hub-cat:hover .brand-hub-cat__visual img {
  transform: scale(1.05);
  filter: saturate(1) brightness(1.03);
}
.brand-hub-cat__band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.45rem;
  min-height: 2.75rem;
  padding: 0.65rem 0.9rem;
  background: var(--dl-accent);
  color: #fff;
}
.brand-hub-cat__name {
  font-family: var(--font-sans);
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: #fff;
}
.brand-hub-cat__go {
  flex-shrink: 0;
  color: #ede9fe;
  font-size: 1rem;
  transition: transform 0.15s ease;
}
.brand-hub-cat:hover .brand-hub-cat__go {
  transform: translateX(3px);
}
.brand-hub__cta {
  margin-top: 2rem;
  margin-inline: 0;
  padding: 1.5rem 1rem;
}
.brand-hub__cta .site-cta__title {
  max-width: none;
  font-size: clamp(1.45rem, 6vw, 2.75rem);
}
.brand-hub__cta .site-cta__btn {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  padding-inline: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .brand-hub-cat,
  .brand-hub-cat__go,
  .brand-hub-cat__visual img {
    transition: none;
  }
  .brand-hub-cat:hover {
    transform: none;
  }
  .brand-hub-cat:hover .brand-hub-cat__go,
  .brand-hub-cat:hover .brand-hub-cat__visual img {
    transform: none;
  }
}

.brand-steps {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.25rem;
}
@media (min-width: 768px) {
  .brand-steps {
    grid-template-columns: repeat(3, 1fr);
  }
}
.brand-step {
  background: #fff;
  border: 1px solid var(--dl-line);
  border-radius: var(--dl-radius);
  padding: 1.1rem;
}
.brand-step__num {
  color: var(--dl-accent);
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 0.95rem;
}
.brand-step__title {
  margin: 0.35rem 0;
  font-size: 1.25rem;
  color: var(--dl-ink);
  font-family: var(--font-serif);
  font-weight: 600;
}
.brand-step__text {
  margin: 0;
  color: var(--dl-ink-soft);
  font-size: 1.1rem;
}
.brand-link-list,
.brand-cat-grid {
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
}
.brand-link-list li,
.brand-cat-grid li {
  border-top: 1px solid var(--dl-line);
}
.brand-link-list li:last-child,
.brand-cat-grid li:last-child {
  border-bottom: 1px solid var(--dl-line);
}
/* İlgili liste altına hr kalsın; Keşfetmeye devam edin üstünde çift çizgi olmasın */
.brand-section:has(.brand-link-list):has(+ .brand-aside) + .brand-aside {
  border-top: none;
}
.brand-link-list a,
.brand-cat-grid a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 0;
  color: var(--dl-ink);
  text-decoration: none;
  font-family: var(--font-serif);
  font-size: 1.2rem;
  font-weight: 500;
}
.brand-link-list__hint {
  color: var(--dl-ink-soft);
  font-size: 1rem;
}
.brand-cat-grid__plain {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.brand-cat-grid__title {
  font-weight: 500;
}
.brand-cat-grid__img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 0.5rem;
}
.brand-design-grid {
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}
@media (min-width: 640px) {
  .brand-design-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.brand-design-grid a {
  color: var(--dl-ink);
  text-decoration: none;
}
.brand-design-grid__img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--dl-radius);
}
.brand-design-grid__title {
  display: block;
  margin-top: 0.65rem;
  font-family: var(--font-serif);
  font-size: 1.2rem;
  font-weight: 500;
}
.brand-media {
  margin: 1.5rem 0 0;
  border-radius: var(--dl-radius);
  overflow: hidden;
  background: var(--dl-mist);
}
.brand-media img {
  display: block;
  width: 100%;
}
.brand-bullets {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
}
.brand-bullets li {
  padding: 0.65rem 0;
  border-top: 1px solid var(--dl-line);
  color: var(--dl-ink-soft);
}
.brand-bullets li:last-child {
  border-bottom: 1px solid var(--dl-line);
}

/* —— SSS pages —— */
.brand-faq-hub__head {
  max-width: 40rem;
  margin-bottom: 2rem;
}
.brand-faq-hub__head .brand-page__h1::after,
.brand-faq-page__head .brand-page__h1::after,
.brand-faq-cat__copy .brand-page__h1::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2px;
  margin-top: 0.4rem;
  background: var(--dl-accent);
}
.brand-faq-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 700px) {
  .brand-faq-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.15rem;
  }
}
@media (min-width: 1100px) {
  .brand-faq-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.25rem;
  }
}
.brand-faq-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--dl-line);
  border-radius: var(--dl-radius);
  background: #fff;
  color: var(--dl-ink);
  text-decoration: none;
  box-shadow: 0 1px 2px rgb(20 20 20 / 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.brand-faq-card:hover {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--dl-accent) 40%, var(--dl-line));
  box-shadow: 0 14px 28px rgb(20 20 20 / 0.1);
  color: var(--dl-ink);
}
.brand-faq-card__visual {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: var(--dl-mist);
}
.brand-faq-card__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.4s ease;
}
.brand-faq-card:hover .brand-faq-card__visual img {
  transform: scale(1.05);
}
.brand-faq-card__band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.45rem;
  min-height: 2.75rem;
  padding: 0.65rem 0.85rem;
  background: var(--dl-accent);
  color: #fff;
}
.brand-faq-card__name {
  font-family: var(--font-sans);
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.25;
}
.brand-faq-card__go {
  opacity: 0.75;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.brand-faq-card:hover .brand-faq-card__go {
  opacity: 1;
  transform: translateX(2px);
}

.brand-faq-cat__hero {
  display: grid;
  gap: 1.5rem;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 900px) {
  .brand-faq-cat__hero {
    grid-template-columns: minmax(0, 1.2fr) minmax(11rem, 14rem);
    gap: 2rem 2.25rem;
  }
}
.brand-faq-cat__media {
  margin: 0;
  width: min(100%, 12.5rem);
  aspect-ratio: 1 / 1;
  border-radius: var(--dl-radius);
  overflow: hidden;
  background: var(--dl-mist);
}
@media (min-width: 900px) {
  .brand-faq-cat__media {
    width: 100%;
  }
}
.brand-faq-cat__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-faq {
  margin-top: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.brand-faq__item {
  border: 1px solid var(--dl-line);
  border-radius: var(--dl-radius);
  background: #fff;
  overflow: hidden;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.brand-faq__item[open] {
  border-color: color-mix(in srgb, var(--dl-accent) 45%, var(--dl-line));
  background: color-mix(in srgb, var(--dl-mist) 55%, #fff);
}
.brand-faq__summary {
  list-style: none;
  cursor: pointer;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.85rem;
  align-items: center;
  padding: 1.05rem 1.55rem 1.05rem 1.15rem;
  color: var(--dl-ink);
}
.brand-faq__summary::-webkit-details-marker {
  display: none;
}
.brand-faq__index {
  display: grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  border: 1.5px solid color-mix(in srgb, var(--dl-accent) 45%, var(--dl-line));
  background: #fff;
  font-family: var(--font-sans);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--dl-accent);
  line-height: 1;
}
.brand-faq__question {
  font-family: var(--font-serif);
  font-size: clamp(1.05rem, 2.2vw, 1.25rem);
  font-weight: 600;
  line-height: 1.35;
  min-width: 0;
  padding-inline-end: 0.25rem;
}
.brand-faq__toggle {
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  flex-shrink: 0;
  margin-inline-end: 0.15rem;
}
.brand-faq__toggle::before,
.brand-faq__toggle::after {
  content: "";
  position: absolute;
  background: var(--dl-accent);
  transition: transform 0.15s ease, opacity 0.15s ease;
}
.brand-faq__toggle::before {
  left: 0.2rem;
  right: 0.2rem;
  top: 50%;
  height: 1.5px;
  transform: translateY(-50%);
}
.brand-faq__toggle::after {
  top: 0.2rem;
  bottom: 0.2rem;
  left: 50%;
  width: 1.5px;
  transform: translateX(-50%);
}
.brand-faq__item[open] .brand-faq__toggle::after {
  opacity: 0;
  transform: translateX(-50%) rotate(90deg);
}
.brand-faq .brand-faq__body {
  padding: 0 1.15rem 1rem 4.5rem;
  margin: 0;
  font-family: var(--font-sans);
  font-size: 1.05rem;
  line-height: 1.55;
  color: var(--dl-ink-soft);
  white-space: normal;
  border: 0;
}
.brand-faq .brand-faq__body p {
  margin: 0;
}
@media (max-width: 640px) {
  .brand-faq .brand-faq__body {
    padding-left: 1.15rem;
    padding-bottom: 0.9rem;
  }
  .brand-faq__summary {
    padding-inline: 1rem 1.4rem;
    gap: 0.7rem;
  }
  .brand-faq__index {
    width: 2.15rem;
    height: 2.15rem;
    font-size: 0.8rem;
  }
}

.brand-faq-foot {
  margin-top: 2.75rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--dl-line);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem 1.25rem;
}
.brand-faq-foot--split {
  justify-content: space-between;
}
.brand-faq-foot__text {
  margin: 0;
  color: var(--dl-ink-soft);
  font-size: 1.05rem;
}
.brand-faq-foot__link,
.brand-faq-foot__back {
  color: var(--dl-ink);
  text-decoration: none;
  border-bottom: 1px solid var(--dl-accent);
  font-weight: 500;
}
.brand-faq-foot__link:hover,
.brand-faq-foot__back:hover {
  color: var(--dl-accent);
}
@media (prefers-reduced-motion: reduce) {
  .brand-faq-card,
  .brand-faq-card__go,
  .brand-faq-card__visual img,
  .brand-faq__toggle::before,
  .brand-faq__toggle::after {
    transition: none;
  }
  .brand-faq-card:hover {
    transform: none;
  }
  .brand-faq-card:hover .brand-faq-card__go {
    transform: none;
  }
  .brand-faq-card:hover .brand-faq-card__visual img {
    transform: none;
  }
}

.brand-aside {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--dl-line);
}
.brand-aside__title {
  margin: 0;
  font-weight: 600;
  color: var(--dl-ink);
}
.brand-aside__links {
  list-style: none;
  margin: 0.75rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.1rem;
}
.brand-prose {
  margin-top: 1.5rem;
  color: var(--dl-ink-soft);
  line-height: 1.7;
  max-width: none;
  width: 100%;
}
.brand-page__body.brand-prose,
.brand-page .brand-prose {
  max-width: none;
  width: 100%;
}
.brand-prose > :first-child {
  margin-top: 0;
}
.brand-prose h2,
.brand-prose h3 {
  margin: 2rem 0 0.75rem;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  line-height: 1.25;
  color: var(--dl-ink);
}
.brand-prose p {
  margin: 0 0 1rem;
}
.brand-prose__list {
  margin: 0 0 1.25rem;
  padding-left: 1.15rem;
  display: grid;
  gap: 0.55rem;
}
.brand-prose__list li {
  padding-left: 0.15rem;
}
.brand-prose__list li::marker {
  color: var(--dl-accent);
}
.brand-prose a {
  color: var(--dl-ink);
  text-decoration: none;
  border-bottom: 1px solid var(--dl-accent);
}
.brand-prose a:hover {
  color: var(--dl-accent);
}
.brand-prose__table-wrap {
  margin: 0.5rem 0 1.5rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid var(--dl-line);
  border-radius: var(--dl-radius);
  background: #fff;
}
.brand-prose__table {
  width: 100%;
  min-width: 18rem;
  border-collapse: collapse;
  font-size: 0.95rem;
}
.brand-prose__table th,
.brand-prose__table td {
  padding: 0.75rem 1rem;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--dl-line);
}
.brand-prose__table th {
  font-family: var(--font-sans);
  font-weight: 600;
  color: var(--dl-ink);
  background: var(--dl-mist);
}
.brand-prose__table td {
  color: var(--dl-ink-soft);
}
.brand-prose__table tr:last-child td {
  border-bottom: 0;
}
.brand-page__head {
  margin-bottom: 0.25rem;
}
.brand-legal-section {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--dl-line);
}
.brand-legal-section h2 {
  margin: 0 0 0.5rem;
  font-family: var(--font-serif);
  font-size: 1.45rem;
  color: var(--dl-ink);
}
.brand-legal-section p {
  margin: 0;
  color: var(--dl-ink-soft);
}
.brand-legal .brand-page__hero {
  margin-bottom: 0;
}
.brand-legal .brand-page__h1::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2px;
  margin-top: 0.4rem;
  background: var(--dl-accent);
}
.brand-legal__body {
  margin-top: 1.75rem;
}
.brand-legal .brand-aside {
  margin-top: 2.5rem;
}
.brand-empty {
  margin: 2rem 0;
  text-align: center;
  color: var(--dl-ink-soft);
}
.text-muted,
.text-muted-foreground {
  color: var(--dl-ink-soft);
}
.text-primary {
  color: var(--dl-ink);
}
input,
textarea,
select {
  border-color: var(--dl-line);
  border-radius: var(--dl-radius);
  background: #fff;
  color: var(--dl-ink);
}

/* —— Error / 404 —— */
.brand-error {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100svh - var(--dl-header-h, 4.1rem) - 12rem);
  text-align: center;
}
.brand-error__inner {
  width: 100%;
  max-width: 36rem;
  margin-inline: auto;
}
.brand-error__code {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-size: clamp(4.5rem, 14vw, 7.5rem);
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: -0.04em;
  color: color-mix(in srgb, var(--dl-accent) 55%, var(--dl-mist));
}
.brand-error .brand-page__h1 {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
}
.brand-error .brand-page__lead {
  margin-inline: auto;
}
.brand-error .brand-page__actions {
  justify-content: center;
}
@media (max-width: 639px) {
  .brand-error .brand-page__actions {
    align-items: stretch;
  }
}

/* —— Davetiye sözleri —— */
.brand-words .brand-page__hero {
  margin-bottom: 2rem;
}
.brand-words-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  width: 100%;
}
.brand-words-grid > li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
@media (min-width: 700px) {
  .brand-words-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.35rem;
  }
  .brand-words-grid > li {
    display: flex;
    min-height: 100%;
  }
}
.brand-words-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  column-gap: 1rem;
  row-gap: 0.45rem;
  align-items: start;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 1.25rem 1.35rem;
  border: 1px solid var(--dl-line);
  border-radius: 16px;
  background: #fff;
  color: var(--dl-ink);
  text-decoration: none;
  box-shadow: 0 1px 2px rgb(20 20 20 / 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.brand-words-card:hover {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--dl-accent) 40%, var(--dl-line));
  box-shadow: 0 12px 24px rgb(20 20 20 / 0.08);
  color: var(--dl-ink);
}
.brand-words-card__title {
  display: block;
  grid-column: 1;
  grid-row: 1;
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2vw, 1.35rem);
  font-weight: 500;
  line-height: 1.25;
  color: var(--dl-ink);
}
.brand-words-card__desc {
  display: block;
  grid-column: 1;
  grid-row: 2;
  font-size: 0.98rem;
  line-height: 1.5;
  color: var(--dl-ink-soft);
}
.brand-words-card__go {
  display: block;
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  color: var(--dl-accent);
  font-size: 1.25rem;
  line-height: 1;
  transition: transform 0.15s ease;
}
.brand-words-card:hover .brand-words-card__go {
  transform: translateX(3px);
}
.brand-words-samples {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.75rem;
  counter-reset: words-sample;
}
.brand-words-sample {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  align-items: start;
  padding: 1rem 1.15rem;
  border: 1px solid var(--dl-line);
  border-radius: 14px;
  background: #fff;
  counter-increment: words-sample;
}
.brand-words-sample::before {
  content: counter(words-sample);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.75rem;
  height: 1.75rem;
  padding: 0 0.35rem;
  border-radius: 999px;
  background: var(--dl-mist);
  color: var(--dl-ink);
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1;
}
.brand-words-sample__text {
  margin: 0;
  color: var(--dl-ink);
  font-size: 1.05rem;
  line-height: 1.55;
}

/* —— Blog index —— */
.brand-blog-index__head {
  text-align: left;
  margin-bottom: 2rem;
}
.brand-blog-index .brand-hub-cat__visual {
  aspect-ratio: 16 / 10;
}
.brand-blog-index__copy {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  flex: 1;
  padding: 0.9rem 0.95rem 0.75rem;
  min-height: 0;
}
.brand-blog-index__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.3;
  color: var(--dl-ink);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.brand-blog-index__desc {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.45;
  color: var(--dl-ink-soft);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.brand-pager .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 2.5rem 0 0;
}
.brand-pager .pagination__pages {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.brand-pager .pagination .button,
.brand-pager .pagination a.button,
.brand-pager .pagination span.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: var(--dl-control-h);
  min-width: 2.75rem;
  padding: 0.5rem 0.95rem;
  border: 1px solid var(--dl-line);
  border-radius: var(--dl-radius);
  background: #fff;
  color: var(--dl-ink);
  font-family: var(--font-sans);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 1px 2px rgb(20 20 20 / 0.04);
}
.brand-pager .pagination a.button:hover {
  border-color: var(--dl-accent);
  background: var(--dl-mist);
  color: var(--dl-accent);
  text-decoration: none;
}
.brand-pager .pagination .button.active {
  border-color: var(--dl-accent);
  background: var(--dl-accent);
  color: #fff;
  box-shadow: none;
}
.brand-pager .pagination [aria-disabled="true"] {
  opacity: 0.45;
  pointer-events: none;
}
.brand-pager .pagination__ellipsis {
  display: inline-flex;
  min-width: 2rem;
  min-height: var(--dl-control-h);
  align-items: center;
  justify-content: center;
  color: var(--dl-ink-soft);
  user-select: none;
}

.pagination {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  margin: 2rem 0 0;
  flex-wrap: wrap;
}
.pagination a {
  color: var(--dl-ink, #1a1a1a);
  text-decoration: none;
  font-weight: 600;
}
.pagination a:hover {
  text-decoration: underline;
}

/* Form / alert utilities — landing chrome ile uyumlu */
.brand-page .stack { display: grid; gap: 1rem; }
.brand-page .muted { color: #6b7280; }
.brand-page .form-row,
.brand-page .form-field { display: grid; gap: 0.4rem; margin-bottom: 0; }
.brand-page .form-row label,
.brand-page .form-field label { font-size: 0.9rem; font-weight: 500; color: #111827; }
.brand-page .form-row input,
.brand-page .form-row select,
.brand-page .form-row textarea,
.brand-page .form-control {
  width: 100%; box-sizing: border-box; min-height: 2.75rem;
  padding: 0.65rem 0.85rem; border: 1px solid #e5e7eb; border-radius: 0.75rem;
  background: #fff; color: #111827; font: inherit;
}
.brand-page .form-row textarea { min-height: 7rem; resize: vertical; }
.brand-page .form-row input:focus,
.brand-page .form-row select:focus,
.brand-page .form-row textarea:focus {
  border-color: #7c3aed; outline: 0; box-shadow: 0 0 0 3px rgb(124 58 237 / 0.22);
}
.brand-page .field-error { margin: 0.25rem 0 0; color: #b42318; font-size: 0.8125rem; }
.brand-page .alert { margin-bottom: 1.25rem; border: 1px solid; padding: 0.875rem 1rem; border-radius: 0.75rem; font-size: 0.875rem; }
.brand-page .alert.success { border-color: rgb(16 185 129 / 0.25); background: #ecfdf5; color: #047857; }
.brand-page .alert.error { border-color: rgb(239 68 68 / 0.25); background: #fef2f2; color: #b91c1c; }