/* Toplantı ve yönetim alanları — görsel odaklı hizmet detay sayfası */

.hiz-detail {
  --hd-ink: #171511;
  --hd-muted: #625e56;
  --hd-gold: #9a7848;
  --hd-gold-soft: #f2ece2;
  --hd-cream: #f8f5ef;
  --hd-line: rgba(23, 21, 17, 0.11);
  margin: 0;
  padding: 0 0 clamp(3.5rem, 7vw, 6rem);
  background: #fff;
  color: var(--hd-ink);
}

.hiz-detail__hero {
  position: relative;
  min-height: min(680px, 78vh);
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
}

.hiz-detail__hero-media,
.hiz-detail__hero-shade {
  position: absolute;
  inset: 0;
}

.hiz-detail__hero-media {
  z-index: -2;
}

.hiz-detail__hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.hiz-detail__hero-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(38, 29, 21, 0.78) 0%, rgba(65, 49, 34, 0.46) 52%, rgba(65, 49, 34, 0.12) 100%),
    linear-gradient(0deg, rgba(38, 29, 21, 0.52) 0%, transparent 52%);
}

.hiz-detail__hero-inner {
  width: min(1120px, calc(100% - 2.5rem));
  margin: 0 auto;
  padding: clamp(4rem, 10vw, 7rem) 0 clamp(3rem, 7vw, 5rem);
  color: #fff;
}

.hiz-detail__eyebrow,
.hiz-detail__section-label {
  margin: 0 0 0.8rem;
  color: var(--hd-gold);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.hiz-detail__hero .hiz-detail__eyebrow {
  color: #ddc49d;
}

.hiz-detail__hero h1 {
  max-width: 18ch;
  margin: 0;
  font-size: clamp(2rem, 4.7vw, 3.75rem);
  line-height: 1.06;
  letter-spacing: -0.045em;
  text-shadow: 0 3px 30px rgba(0, 0, 0, 0.35);
}

.hiz-detail__lead {
  max-width: 36rem;
  margin: 1.1rem 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(0.98rem, 1.6vw, 1.1rem);
  line-height: 1.65;
}

.hiz-detail__hero-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.5rem;
  margin-top: 1.6rem;
}

.hiz-detail__hero-cta .btn.primary {
  background: #fff;
  border-color: #fff;
  color: var(--hd-ink);
}

.hiz-detail__hero-link {
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  padding: 0.45rem 0;
}

.hiz-detail__body {
  width: min(1120px, calc(100% - 2.5rem));
  margin: 0 auto;
  padding-top: clamp(3.5rem, 7vw, 6rem);
}

.hiz-detail__intro {
  max-width: 760px;
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.hiz-detail__intro-lead {
  margin: 0;
  color: var(--hd-muted);
  font-size: clamp(1rem, 1.7vw, 1.12rem);
  line-height: 1.7;
}

.hiz-detail__solution {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 5rem);
  margin-bottom: clamp(4rem, 8vw, 7rem);
}

.hiz-detail__solution--reverse .hiz-detail__visual {
  order: 2;
}

.hiz-detail__solution--reverse .hiz-detail__solution-copy {
  order: 1;
}

.hiz-detail__visual {
  position: relative;
  margin: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(154, 120, 72, 0.18), rgba(23, 21, 17, 0.06)),
    var(--hd-cream);
  box-shadow: 0 24px 60px rgba(23, 21, 17, 0.12);
}

.hiz-detail__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.35);
  pointer-events: none;
}

.hiz-detail__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.hiz-detail__visual:hover img {
  transform: scale(1.025);
}

.hiz-detail__visual figcaption {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  padding: 0.5rem 0.7rem;
  background: rgba(15, 14, 12, 0.78);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  backdrop-filter: blur(6px);
}

.hiz-detail__solution-copy {
  position: relative;
}

.hiz-detail__number {
  display: block;
  margin-bottom: 0.9rem;
  color: var(--hd-gold);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.hiz-detail__solution h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.45rem, 2.7vw, 2.15rem);
  line-height: 1.18;
  letter-spacing: -0.035em;
}

.hiz-detail__desc {
  margin: 0 0 1.15rem;
  color: var(--hd-muted);
  font-size: 0.97rem;
  line-height: 1.7;
}

.hiz-detail__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.hiz-detail__list li {
  position: relative;
  padding-left: 1.15rem;
  color: var(--hd-ink);
  font-size: 0.92rem;
  line-height: 1.55;
}

.hiz-detail__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--hd-gold);
}

.hiz-detail__process > .hiz-detail__sizes {
  margin-top: 1.25rem;
  margin-bottom: 0;
}

.hiz-detail__process {
  margin-bottom: clamp(4rem, 8vw, 7rem);
}

.hiz-detail__process > h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.45rem, 2.7vw, 2.15rem);
  line-height: 1.18;
  letter-spacing: -0.035em;
}

.hiz-detail__process > .hiz-detail__intro-lead {
  max-width: 760px;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.hiz-detail__process-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2.5vw, 1.5rem);
}

.hiz-detail__process-step {
  padding: clamp(1.25rem, 3vw, 1.75rem);
  background: var(--hd-cream);
  border: 1px solid var(--hd-line);
}

.hiz-detail__process-step h3 {
  margin: 0 0 0.65rem;
  font-size: 1.05rem;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.hiz-detail__process-step p {
  margin: 0;
  color: var(--hd-muted);
  font-size: 0.92rem;
  line-height: 1.65;
}

.hiz-detail__callout {
  margin: 1.15rem 0 0;
  padding: 0.85rem 1rem;
  background: var(--hd-gold-soft);
  border-left: 3px solid var(--hd-gold);
  color: var(--hd-ink);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.55;
}

.hiz-detail__solution h3 {
  margin: 0 0 1rem;
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
  line-height: 1.25;
  letter-spacing: -0.03em;
}

.hiz-detail__collection-header {
  max-width: 760px;
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.hiz-detail__collection-header h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.45rem, 2.7vw, 2.15rem);
  line-height: 1.18;
  letter-spacing: -0.035em;
}

.hiz-detail__pricing {
  margin-bottom: clamp(4rem, 8vw, 7rem);
  padding: 0;
  background: transparent;
  border: none;
  border-top: 1px solid var(--hd-line);
  padding-top: clamp(2rem, 4vw, 2.75rem);
}

.hiz-detail__pricing h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.45rem, 2.7vw, 2.15rem);
  line-height: 1.18;
  letter-spacing: -0.035em;
}

.hiz-detail__pricing > .hiz-detail__desc {
  max-width: 760px;
  margin-bottom: 1.5rem;
}

.hiz-detail__factors {
  margin: 0 0 1.5rem;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--hd-line);
}

.hiz-detail__factor {
  display: grid;
  gap: 0.35rem;
  padding: 1.15rem 1.25rem 1.15rem 0;
  border-bottom: 1px solid var(--hd-line);
}

.hiz-detail__factor:nth-child(odd) {
  padding-right: 1.5rem;
  border-right: 1px solid var(--hd-line);
}

.hiz-detail__factor:nth-child(even) {
  padding-left: 1.5rem;
}

.hiz-detail__factor dt {
  margin: 0;
  color: var(--hd-ink);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.35;
}

.hiz-detail__factor dd {
  margin: 0;
  color: var(--hd-muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.hiz-detail__pricing-note {
  max-width: 640px;
  margin: 0 0 1.35rem;
  color: var(--hd-muted);
  font-size: 0.95rem;
  line-height: 1.65;
}

.hiz-detail__pricing-cta {
  margin-top: 0;
}

.hiz-detail__pricing-cta.hero__buttons .btn.primary,
.hiz-detail__cta-bar .hero__buttons .btn.primary,
.hiz-detail__cta-actions.hero__buttons .btn.primary {
  background: var(--btn-surface, #fff);
  border: 1px solid var(--btn-border-light, rgba(23, 21, 17, 0.14));
  color: var(--btn-ink, #171511) !important;
  box-shadow: var(--btn-shadow, 0 1px 2px rgba(23, 21, 17, 0.06));
}

.hiz-detail__pricing-cta.hero__buttons .btn.primary:hover,
.hiz-detail__cta-bar .hero__buttons .btn.primary:hover,
.hiz-detail__cta-actions.hero__buttons .btn.primary:hover {
  background: var(--btn-surface-hover, #f7f5f1);
  border-color: var(--btn-border-light-hover, rgba(23, 21, 17, 0.22));
  box-shadow: var(--btn-shadow-hover, 0 2px 8px rgba(23, 21, 17, 0.08));
  color: var(--btn-ink-hover, #171511) !important;
}

.hiz-detail__blog {
  margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
}

.hiz-detail__blog > .hiz-detail__section-label,
.hiz-detail__cross > .hiz-detail__section-label,
.hiz-detail__cta-copy > .hiz-detail__section-label {
  color: var(--hd-muted);
}

.hiz-detail__blog > .hiz-detail__section-label {
  margin-bottom: 0.45rem;
}

.hiz-detail__blog h2 {
  margin: 0 0 1.1rem;
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.hiz-detail__blog-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.hiz-detail__blog-list a,
.hiz-detail__blog-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  padding: 1.15rem 0;
  color: var(--hd-ink);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.45;
  text-decoration: none;
  border: none;
  border-bottom: 1px solid var(--hd-line);
  background: transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.hiz-detail__blog-list a:hover,
.hiz-detail__blog-card:hover {
  border-color: rgba(23, 21, 17, 0.28);
  background: transparent;
  color: var(--hd-ink);
}

.hiz-detail__blog-card:hover .hiz-detail__blog-card-go {
  color: var(--hd-ink);
}

.hiz-detail__blog-card-title {
  flex: 1 1 auto;
}

.hiz-detail__blog-card-go {
  flex: 0 0 auto;
  color: var(--hd-muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: color 0.2s ease;
}

.hiz-detail__blog-card-go::after {
  content: " →";
}

.hiz-detail__blog-list a::after {
  content: " →";
  color: var(--hd-muted);
}

.hiz-detail__areas {
  margin-bottom: clamp(4rem, 8vw, 7rem);
}

.hiz-detail__areas > h2,
.hiz-detail__intro > h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.45rem, 2.7vw, 2.15rem);
  line-height: 1.18;
  letter-spacing: -0.035em;
}

.hiz-detail__areas > .hiz-detail__intro-lead {
  max-width: 760px;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.hiz-detail__areas-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2.5vw, 1.5rem);
}

.hiz-detail__area-card {
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
  border: 1px solid var(--hd-line);
  background: #fff;
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.hiz-detail__area-card:hover {
  border-color: var(--hd-gold);
  box-shadow: 0 16px 42px rgba(54, 40, 27, 0.08);
}

.hiz-detail__area-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}

.hiz-detail__area-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.65rem;
  padding: clamp(1rem, 2.5vw, 1.35rem);
}

.hiz-detail__area-card h3 {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.hiz-detail__area-card p {
  flex: 1;
  margin: 0;
  color: var(--hd-muted);
  font-size: 0.92rem;
  line-height: 1.6;
}

.hiz-detail__area-card span {
  color: var(--hd-gold);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hiz-detail__trust-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2.5vw, 1.5rem);
  margin-bottom: clamp(4rem, 8vw, 7rem);
}

.hiz-detail__trust-item {
  padding: clamp(1.25rem, 3vw, 1.75rem);
  background: var(--hd-cream);
  border: 1px solid var(--hd-line);
}

.hiz-detail__trust-item h3 {
  margin: 0 0 0.65rem;
  font-size: 1rem;
  line-height: 1.35;
}

.hiz-detail__trust-item p {
  margin: 0;
  color: var(--hd-muted);
  font-size: 0.92rem;
  line-height: 1.65;
}

.hiz-detail__sizes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: clamp(-1.5rem, -2vw, -0.5rem) 0 clamp(4rem, 8vw, 7rem);
  background: var(--hd-cream);
  border: 1px solid var(--hd-line);
  box-shadow: 0 16px 42px rgba(54, 40, 27, 0.07);
}

.hiz-detail__size {
  min-height: 125px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  color: var(--hd-ink);
  border-right: 1px solid var(--hd-line);
}

.hiz-detail__size:last-child {
  border-right: 0;
}

.hiz-detail__size-num {
  color: var(--hd-gold);
  font-size: clamp(1.7rem, 3.5vw, 2.5rem);
  font-weight: 800;
  line-height: 1;
}

.hiz-detail__size-label {
  color: var(--hd-muted);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hiz-detail__faq {
  max-width: none;
  margin: clamp(3rem, 6vw, 4.5rem) 0 0;
  padding-top: clamp(2rem, 4vw, 2.75rem);
  border-top: 1px solid var(--hd-line);
}

.hiz-detail__faq > h2 {
  margin: 0 0 1.25rem;
  font-size: clamp(1.45rem, 2.6vw, 2rem);
  letter-spacing: -0.03em;
}

.hiz-detail__faq-item {
  border-top: 1px solid var(--hd-line);
}

.hiz-detail__faq-item:last-child {
  border-bottom: 1px solid var(--hd-line);
}

.hiz-detail__faq-item summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 70px;
  padding: 1rem 3rem 1rem 0;
  cursor: pointer;
  list-style: none;
}

.hiz-detail__faq-item summary::-webkit-details-marker {
  display: none;
}

.hiz-detail__faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0.2rem;
  color: var(--hd-gold);
  font-size: 1.5rem;
  font-weight: 300;
}

.hiz-detail__faq-item[open] summary::after {
  content: "−";
}

.hiz-detail__faq-item h3 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.45;
}

.hiz-detail__faq-item p {
  margin: -0.2rem 0 1.25rem;
  padding-right: 3rem;
  color: var(--hd-muted);
  font-size: 0.92rem;
  line-height: 1.65;
}

.hiz-detail__cross {
  margin-bottom: clamp(1.5rem, 3vw, 2rem);
  padding: 0;
  background: transparent;
  border: none;
}

.hiz-detail__cross > .hiz-detail__section-label {
  margin: 0 0 0.85rem;
}

.hiz-detail__cross-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.35rem;
}

.hiz-detail__cross-nav a {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0;
  color: var(--hd-muted);
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  background: transparent;
  border: none;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.hiz-detail__cross-nav a:hover {
  color: var(--hd-ink);
  border-bottom-color: rgba(23, 21, 17, 0.35);
  background: transparent;
}

.hiz-detail__cross-text {
  flex: 1 1 18rem;
  margin: 0;
  color: var(--hd-muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.hiz-detail__cross-text a {
  color: var(--hd-ink);
  font-weight: 700;
  text-underline-offset: 0.2em;
}

.hiz-detail__cross-link {
  color: var(--hd-ink);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.hiz-detail__cross-link::after {
  content: " →";
  color: var(--hd-muted);
}

.hiz-detail__cta-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.15rem 2rem;
  margin-bottom: 0;
  padding: clamp(1.5rem, 3.5vw, 2rem) 0;
  background: transparent;
  border: none;
  border-top: 1px solid var(--hd-line);
  border-bottom: 1px solid var(--hd-line);
  color: var(--hd-ink);
}

.hiz-detail__cta-copy {
  flex: 1 1 16rem;
  min-width: 0;
}

.hiz-detail__cta-copy > .hiz-detail__section-label {
  margin: 0 0 0.4rem;
}

.hiz-detail__cta-text,
.hiz-detail__cta-bar > p {
  margin: 0;
  color: var(--hd-ink);
  font-size: clamp(1rem, 2vw, 1.15rem);
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: -0.02em;
}

.hiz-detail__cta-actions {
  flex: 0 0 auto;
}

.hiz-detail__cta-bar .btn.primary {
  background: var(--btn-surface, #fff);
  border: 1px solid var(--btn-border-light, rgba(23, 21, 17, 0.14));
  color: var(--btn-ink, #171511) !important;
  box-shadow: var(--btn-shadow, 0 1px 2px rgba(23, 21, 17, 0.06));
}

.hiz-detail__cta-bar .btn.primary:hover {
  background: var(--btn-surface-hover, #f7f5f1);
  border-color: var(--btn-border-light-hover, rgba(23, 21, 17, 0.22));
  box-shadow: var(--btn-shadow-hover, 0 2px 8px rgba(23, 21, 17, 0.08));
  color: var(--btn-ink-hover, #171511) !important;
}

.hiz-detail__cta-bar .btn.secondary {
  background: transparent;
  border-color: rgba(23, 21, 17, 0.2);
  color: var(--hd-ink);
}

.hiz-detail__cta-bar .btn.secondary:hover {
  border-color: var(--hd-ink);
  color: var(--hd-ink);
  background: transparent;
}

@media (max-width: 820px) {
  .hiz-detail__areas-grid,
  .hiz-detail__trust-list {
    grid-template-columns: 1fr;
  }

  .hiz-detail__factors {
    grid-template-columns: 1fr;
  }

  .hiz-detail__factor:nth-child(odd),
  .hiz-detail__factor:nth-child(even) {
    padding-right: 0;
    padding-left: 0;
    border-right: none;
  }

  .hiz-detail__hero {
    min-height: 560px;
  }

  .hiz-detail__solution {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }

  .hiz-detail__solution--reverse .hiz-detail__visual,
  .hiz-detail__solution--reverse .hiz-detail__solution-copy {
    order: initial;
  }

  .hiz-detail__visual {
    aspect-ratio: 16 / 11;
  }
}

@media (max-width: 520px) {
  .hiz-detail__process-grid {
    grid-template-columns: 1fr;
  }

  .hiz-detail__hero {
    min-height: 520px;
  }

  .hiz-detail__hero-inner,
  .hiz-detail__body {
    width: min(100% - 2rem, 1120px);
  }

  .hiz-detail__sizes {
    grid-template-columns: repeat(2, 1fr);
  }

  .hiz-detail__size {
    min-height: 105px;
    border-bottom: 1px solid var(--hd-line);
  }

  .hiz-detail__blog-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.65rem;
  }

  .hiz-detail__cta-bar {
    flex-direction: column;
    align-items: stretch;
  }

  .hiz-detail__cta-actions {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .hiz-detail__cta-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .hiz-detail__faq-item summary {
    padding-right: 2rem;
  }

  .hiz-detail__faq-item p {
    padding-right: 0;
  }
}
