/* Markalar için — arch-public tasarım dili + sayfa layout */

.biz-page {
  --biz-header-h: 64px;
  --biz-shell: min(1280px, calc(100% - 48px));
  --biz-ink: var(--ink, #09090b);
  --biz-muted: var(--muted, #71717a);
  --biz-body: #3f3f46;
  --biz-line: var(--line, #e4e4e7);
  --biz-soft: #fff;
  --biz-gold: #b8956a;
  --biz-amber: #ed8936;
  --biz-motion-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --biz-motion-duration: 0.88s;
  --biz-motion-delay: 0ms;
  padding-top: var(--biz-header-h);
  background: #fff;
  overflow-x: clip;
  color: var(--biz-ink);
  font-family: "Cosmica", "Inter", ui-sans-serif, system-ui, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

.biz-page a { color: inherit; text-decoration: none; }
.biz-page button,
.biz-page input,
.biz-page select,
.biz-page textarea { font: inherit; }

.biz-shell {
  width: var(--biz-shell);
  margin-inline: auto;
}

/* ─── Header ─── */
.biz-top {
  position: fixed;
  inset: 0 0 auto;
  z-index: 500;
  height: var(--biz-header-h);
  background: #fff;
  border-bottom: 1px solid var(--biz-line);
}

.biz-top__row {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 24px;
}

.biz-top__brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.biz-top__sep {
  width: 1px;
  height: 18px;
  background: #d4d4d8;
}

.biz-top__badge {
  font-size: 13px;
  font-weight: 500;
  color: var(--biz-muted);
  letter-spacing: -0.01em;
}

.biz-top__nav {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.biz-top__nav a {
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 500;
  color: #27272a;
  border-radius: 8px;
  letter-spacing: -0.01em;
}

.biz-top__nav a:hover { background: #f4f4f5; }

/* ─── Split sections ─── */
.biz-band {
  padding: clamp(72px, 8vw, 104px) 0;
}

/* ─── Hero (tam ekran) ─── */
.biz-hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100dvh - var(--biz-header-h));
  padding: clamp(48px, 6vw, 80px) 0;
  overflow: hidden;
}

.biz-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.biz-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: none;
  border-radius: 0;
}

.biz-hero__scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(9, 9, 11, 0.52) 0%, rgba(9, 9, 11, 0.68) 100%);
}

.biz-hero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
}

.biz-hero__copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-inline: auto;
  width: min(100%, 960px);
}

.biz-hero__actions {
  justify-content: center;
  margin-top: clamp(24px, 3vw, 32px);
}

.biz-page .biz-hero .arch-public-btn--ghost.biz-hero__btn-ghost {
  background: rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.42) !important;
  backdrop-filter: blur(8px);
}

.biz-page .biz-hero .arch-public-btn--ghost.biz-hero__btn-ghost:hover,
.biz-page .biz-hero .arch-public-btn--ghost.biz-hero__btn-ghost:focus-visible {
  background: rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.72) !important;
  box-shadow:
    0 4px 20px rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.45),
    0 0 0 4px rgba(255, 255, 255, 0.12);
  opacity: 1;
  transform: translateY(-1px);
}

.biz-band,
.biz-band--soft,
.biz-band--form,
.biz-logos-band {
  background: #fff;
}

.biz-split {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(32px, 4vw, 56px);
  align-items: center;
}

.biz-split--reverse .biz-visual { order: -1; }

.biz-copy { min-width: 0; }

/* Sağ kolon metni — header Başvur butonunun sağ kenarıyla hizalı */
#yeni .biz-copy,
#projeler .biz-copy,
#bim .biz-copy {
  margin-inline-start: auto;
  width: fit-content;
  max-width: 100%;
}

#yeni .biz-copy p,
#projeler .biz-copy p,
#bim .biz-copy p {
  max-width: none;
}

.biz-eyebrow {
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--biz-muted);
}

.biz-eyebrow--gold { color: var(--biz-gold); }

.biz-eyebrow--line::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  margin-top: 10px;
  border-radius: 99px;
  background: var(--biz-amber);
}

.biz-copy h1,
.biz-copy h2 {
  margin: 0;
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.12;
  color: var(--biz-ink);
}

.biz-copy h1 {
  font-size: clamp(32px, 3.8vw, 46px);
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.biz-copy h2 { font-size: clamp(26px, 2.8vw, 36px); }

.biz-copy p {
  margin: 14px 0 0;
  max-width: 500px;
  font-size: 15px;
  line-height: 1.65;
  color: var(--biz-body);
}

.biz-hero .biz-copy h1 {
  max-width: none;
  width: 100%;
  color: #fff;
  text-wrap: balance;
}

.biz-hero .biz-copy p {
  margin-inline: auto;
  max-width: min(720px, 92%);
  width: 100%;
  font-size: clamp(15px, 1.6vw, 18px);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.92);
  text-wrap: balance;
}

.biz-copy__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.biz-visual {
  min-width: 0;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

.biz-visual img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 16px;
  transform: scale(1.12);
  transform-origin: center center;
}

.biz-split--reverse .biz-visual img {
  transform-origin: center left;
}

.biz-split:not(.biz-split--reverse) .biz-visual img {
  transform-origin: center right;
}

/* Katalog mockup — tam görünsün, yazıdan ayrılsın */
#katalog.biz-band {
  overflow: visible;
}

#katalog .biz-split {
  grid-template-columns: minmax(0, 0.76fr) minmax(0, 1.24fr);
  gap: clamp(40px, 5vw, 72px);
}

#katalog .biz-visual {
  justify-content: flex-end;
  margin-left: clamp(20px, 3.5vw, 48px);
}

#katalog .biz-visual img {
  transform: none;
  width: 100%;
  max-width: 100%;
  border-radius: 12px;
}

/* ─── Buttons (dış çerçeve glow — iç parlamasız) ─── */
.biz-page .arch-public-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 46px;
  padding: 0 22px;
  border-radius: var(--r-pill, 1000px);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.01em;
  white-space: nowrap;
  cursor: pointer;
  transition:
    color 0.2s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    transform 0.2s ease,
    background-color 0.22s ease;
}

.biz-page .arch-public-btn--primary {
  background: var(--biz-ink);
  color: #fff !important;
  border: 1px solid var(--biz-ink);
}

.biz-page .arch-public-btn--primary:hover,
.biz-page .arch-public-btn--primary:focus-visible {
  background: var(--biz-ink);
  border-color: var(--biz-ink);
  color: #fff !important;
  box-shadow:
    0 4px 18px rgba(9, 9, 11, 0.24),
    0 0 0 1px rgba(9, 9, 11, 0.55),
    0 0 0 4px rgba(9, 9, 11, 0.1);
  transform: translateY(-1px);
}

.biz-page .arch-public-btn--ghost {
  background: #fff;
  color: var(--biz-ink) !important;
  border: 1px solid #d4d4d8;
}

.biz-page .arch-public-btn--ghost:hover,
.biz-page .arch-public-btn--ghost:focus-visible {
  background: #fff;
  color: var(--biz-ink) !important;
  border-color: rgba(9, 9, 11, 0.28);
  box-shadow:
    0 2px 12px rgba(0, 0, 0, 0.08),
    0 0 0 1px rgba(9, 9, 11, 0.12),
    0 0 0 4px rgba(9, 9, 11, 0.06);
  transform: translateY(-1px);
}

.biz-page .biz-hero .arch-public-btn--primary:hover,
.biz-page .biz-hero .arch-public-btn--primary:focus-visible {
  box-shadow:
    0 6px 24px rgba(0, 0, 0, 0.32),
    0 0 0 1px rgba(255, 255, 255, 0.35),
    0 0 0 4px rgba(255, 255, 255, 0.1);
}

.biz-page .arch-public-btn--arrow::after {
  content: " →";
}

/* Header Başvur — arch-public-btn (46px) üstüne yazılmalı */
.biz-page .arch-public-btn.biz-top__cta {
  height: 30px;
  min-height: 30px;
  padding: 0 14px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.015em;
  flex-shrink: 0;
}

/* ─── Görünürlük grid ─── */
.biz-visibility__title {
  margin: 0 0 clamp(36px, 4vw, 48px);
  font-size: clamp(26px, 2.8vw, 36px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.12;
  text-align: center;
}

.biz-visibility__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.biz-visibility-card {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 24px;
  border: 1px solid var(--biz-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 20px rgba(9, 9, 11, 0.04);
}

.biz-visibility-card__icon {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--biz-line);
  display: flex;
  align-items: center;
  justify-content: center;
}

.biz-visibility-card__icon svg { width: 22px; height: 22px; color: var(--biz-ink); }

.biz-visibility-card h3 {
  margin: 0 0 4px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.biz-visibility-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: var(--biz-body);
}

/* ─── Başvuru ─── */
.biz-basvuru__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(40px, 5vw, 72px);
  align-items: start;
}

.biz-basvuru__visual {
  align-items: flex-start;
  justify-content: flex-end;
}

.biz-basvuru__main h2 {
  margin: 0;
  font-size: clamp(26px, 2.8vw, 36px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.biz-basvuru__lead {
  margin: 14px 0 0;
  max-width: 520px;
  font-size: 15px;
  line-height: 1.65;
  color: var(--biz-body);
}

.biz-basvuru__trust {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 20px 0 0;
  font-size: 13px;
  color: var(--biz-body);
}

.biz-basvuru__trust svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: #16a34a;
}

.biz-basvuru__visual img {
  transform: scale(1.14);
  transform-origin: center left;
  max-height: none;
}

/* Referans markalar */
.biz-logos-band {
  padding-top: clamp(40px, 5vw, 56px);
  padding-bottom: clamp(56px, 7vw, 80px);
  border-top: 1px solid var(--biz-line);
}

.biz-logos-band__title {
  margin: 0 auto clamp(24px, 3vw, 32px);
  width: 100%;
  max-width: none;
  font-size: clamp(26px, 2.8vw, 36px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.12;
  text-align: center;
  color: var(--biz-ink);
}

@media (min-width: 900px) {
  .biz-logos-band__title {
    white-space: nowrap;
  }
}

.biz-logos-band__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px clamp(28px, 5vw, 56px);
}

.biz-logos-band__row span {
  font-size: clamp(15px, 1.6vw, 18px);
  font-weight: 700;
  font-style: italic;
  color: #a1a1aa;
  letter-spacing: -0.02em;
}

/* Form section (standalone, centered) */
.biz-band--form {
  padding-top: clamp(48px, 6vw, 72px);
  padding-bottom: clamp(72px, 8vw, 104px);
  background: #fff;
}

.biz-form-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(18px, 2.2vw, 24px);
}

.biz-form-section__title {
  margin: 0;
  width: min(100%, 837px);
  font-size: clamp(26px, 2.8vw, 36px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.12;
  text-align: center;
  color: var(--biz-ink);
}

.biz-form-section__card,
.biz-brand-apply.biz-form-section__card {
  width: min(100%, 837px);
  margin-inline: auto;
  padding: clamp(24px, 3vw, 32px);
  border: 1px solid var(--biz-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 8px 32px rgba(9, 9, 11, 0.06);
}

/* Marka başvurusu formu (marka-basvuru ile aynı) */
.biz-brand-apply {
  --ink: #09090b;
  --ink-2: #18181b;
  --muted: #71717a;
  --line: #e4e4e7;
  --soft: #f4f4f5;
  --white: #ffffff;
  font-family: "Cosmica", "Inter", ui-sans-serif, system-ui, -apple-system, sans-serif;
  color: var(--ink);
}

.biz-brand-apply button,
.biz-brand-apply input,
.biz-brand-apply select,
.biz-brand-apply textarea {
  font: inherit;
}

.biz-brand-apply .register-form__actions--brand {
  max-width: none;
  padding-top: 4px;
}

.biz-brand-apply .register-form__submit {
  transition:
    box-shadow 0.22s ease,
    transform 0.2s ease,
    border-color 0.22s ease,
    background 0.22s ease;
}

.biz-brand-apply .register-form__submit:hover:not(:disabled) {
  box-shadow:
    0 4px 18px rgba(9, 9, 11, 0.24),
    0 0 0 1px rgba(9, 9, 11, 0.38),
    0 0 0 4px rgba(9, 9, 11, 0.08);
  transform: translateY(-1px);
}

.biz-brand-apply .register-form__submit:focus-visible {
  box-shadow:
    0 0 0 1px rgba(9, 9, 11, 0.38),
    0 0 0 4px rgba(9, 9, 11, 0.12);
}

.biz-brand-apply .register-form__recaptcha-wrap {
  min-height: 78px;
  margin-bottom: 0;
}

.biz-brand-apply.is-success {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 320px;
}

.biz-brand-apply.is-success .register-apply-success {
  max-width: 420px;
  margin-inline: auto;
  text-align: center;
}

.biz-hidden { display: none !important; }

/* ─── Motion (business page only) ─── */
.biz-motion {
  opacity: 0;
  transition:
    opacity var(--biz-motion-duration) var(--biz-motion-ease),
    transform var(--biz-motion-duration) var(--biz-motion-ease);
  transition-delay: var(--biz-motion-delay);
  will-change: opacity, transform;
}

.biz-motion--up { transform: translate3d(0, 26px, 0); }
.biz-motion--from-left { transform: translate3d(-28px, 0, 0); }
.biz-motion--from-right { transform: translate3d(28px, 0, 0); }
.biz-motion--fade { transform: translate3d(0, 10px, 0); }
.biz-motion--hero { transform: translate3d(0, 22px, 0); }
.biz-motion--header { transform: translate3d(0, -10px, 0); }

.biz-motion--in,
.biz-page--hero-in .biz-motion--hero,
.biz-page--header-in .biz-motion--header {
  opacity: 1;
  transform: none;
}

.biz-hero__media img.biz-hero__media-img {
  transform: scale(1.05);
  transition: transform 1.6s var(--biz-motion-ease);
}

.biz-page--hero-in .biz-hero__media img.biz-hero__media-img {
  transform: scale(1);
}

@media (prefers-reduced-motion: reduce) {
  .biz-motion,
  .biz-hero__media img.biz-hero__media-img {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .biz-page .arch-public-btn:hover,
  .biz-page .arch-public-btn:focus-visible,
  .biz-brand-apply .register-form__submit:hover:not(:disabled) {
    transform: none;
  }
}

/* ─── Responsive ─── */
@media (max-width: 960px) {
  .biz-top__nav { display: none; }
  .biz-split,
  .biz-basvuru__grid { grid-template-columns: 1fr; gap: 36px; }
  .biz-split--reverse .biz-visual { order: 0; }
  .biz-visibility__grid { grid-template-columns: 1fr; }
  #yeni .biz-copy,
  #projeler .biz-copy,
  #bim .biz-copy {
    margin-inline-start: 0;
    width: 100%;
  }
}

@media (max-width: 720px) {
  .biz-shell { width: calc(100% - 32px); }
  .biz-hero__actions {
    flex-direction: column;
    width: 100%;
  }
  .biz-hero__actions .arch-public-btn { width: 100%; }
  .biz-split { grid-template-columns: 1fr; }
  #katalog .biz-visual {
    margin-left: 0;
    justify-content: center;
  }
  #katalog .biz-visual img,
  .biz-visual img,
  .biz-basvuru__visual img {
    transform: scale(1.04);
    transform-origin: center center;
  }
  #katalog .biz-visual img {
    transform: none;
  }
  .biz-brand-apply .register-form__row { grid-template-columns: 1fr; }
  .biz-copy__actions { flex-direction: column; }
  .biz-copy__actions .arch-public-btn { width: 100%; }
}
