/* Ana sayfa hero: ZAKE kurumsal renklerinin CihazPark icin modern yorumu. */
.home-announcement {
  min-height: 36px;
  height: auto;
  padding: 8px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, .09);
  background: #000f33;
  color: #dce9f7;
  letter-spacing: .07em;
}

.home-announcement span:first-child {
  color: #fff;
  font-weight: 500;
}

.home-announcement span[aria-hidden="true"] { color: #ffea00; }

.home-announcement a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-left: 18px;
  color: #ffea00;
  font-weight: 500;
}

.home-announcement a::after {
  width: 13px;
  height: 13px;
  background: currentColor;
  clip-path: polygon(0 44%, 65% 44%, 42% 21%, 51% 12%, 88% 50%, 51% 88%, 42% 79%, 65% 56%, 0 56%);
  content: "";
}

.hero--zake {
  position: relative;
  isolation: isolate;
  min-height: auto;
  padding: clamp(68px, 7vw, 108px) clamp(28px, 7.5vw, 138px) clamp(44px, 5vw, 72px);
  grid-template-columns: minmax(0, .88fr) minmax(480px, 1.12fr);
  column-gap: clamp(52px, 7vw, 112px);
  row-gap: clamp(38px, 3.2vw, 50px);
  overflow: hidden;
  border-bottom: 1px solid #dbe5f0;
  color: #000f33;
  background:
    radial-gradient(circle at 82% 22%, rgba(17, 112, 196, .15), transparent 29%),
    radial-gradient(circle at 7% 98%, rgba(1, 69, 142, .08), transparent 27%),
    linear-gradient(180deg, #fbfdff 0%, #f4f7fb 100%);
}

.hero--zake::before {
  position: absolute;
  z-index: -1;
  inset: 0 0 0 52%;
  opacity: .38;
  background-image:
    linear-gradient(rgba(17, 112, 196, .13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 112, 196, .13) 1px, transparent 1px);
  background-size: 56px 56px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 30%, #000 82%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 30%, #000 82%, transparent);
  content: "";
}

.hero--zake::after {
  position: absolute;
  z-index: -1;
  top: clamp(48px, 6vw, 88px);
  right: clamp(24px, 5vw, 84px);
  width: 82px;
  height: 82px;
  border-top: 2px solid #ffea00;
  border-right: 2px solid #ffea00;
  opacity: .9;
  content: "";
}

.hero--zake .hero-copy {
  align-self: center;
  max-width: 650px;
  padding-top: 0;
}

.hero--zake .eyebrow {
  gap: 12px;
  color: #01458e;
  font-size: 10px;
  letter-spacing: .16em;
}

.hero--zake .eyebrow span {
  width: 22px;
  height: 2px;
  border-radius: 0;
  background: #ffea00;
  box-shadow: 6px 0 0 #ffea00;
}

.hero--zake h1 {
  max-width: 720px;
  margin: 24px 0 26px;
  color: #000f33;
  font-size: clamp(52px, 5.25vw, 82px);
  line-height: .98;
  letter-spacing: -.072em;
}

.hero--zake h1 em {
  color: #1170c4;
  font-weight: 400;
  letter-spacing: -.065em;
}

.hero--zake .hero-copy > p {
  max-width: 590px;
  margin: 0;
  color: #445056;
  font-size: clamp(15px, 1.12vw, 17px);
  line-height: 1.75;
}

.hero--zake .hero-actions {
  gap: 12px;
  margin-top: 34px;
}

.hero-primary,
.hero-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  gap: 11px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease;
}

.hero-primary {
  background: #01458e;
  box-shadow: 0 12px 28px rgba(1, 69, 142, .22);
  color: #fff;
}

.hero-primary:hover {
  background: #1170c4;
  box-shadow: 0 16px 34px rgba(1, 69, 142, .27);
  transform: translateY(-2px);
}

.hero-secondary {
  border-color: #b8c8d9;
  background: rgba(255, 255, 255, .72);
  color: #000f33;
}

.hero-secondary:hover {
  border-color: #1170c4;
  background: #fff;
  color: #01458e;
  transform: translateY(-2px);
}

.hero-primary svg,
.hero-secondary svg {
  width: 17px;
  height: 17px;
}

.hero-primary:focus-visible,
.hero-secondary:focus-visible,
.hero-domain:focus-visible {
  outline: 3px solid #ffea00;
  outline-offset: 3px;
}

.hero-service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 11px 20px;
  margin: 28px 0 0;
  padding: 0;
  color: #394040;
  font-size: 11px;
  font-weight: 700;
  list-style: none;
}

.hero-service-list li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hero-service-list li::before {
  width: 7px;
  height: 7px;
  border: 2px solid #1170c4;
  border-radius: 50%;
  background: #fff;
  content: "";
}

.hero-showcase {
  position: relative;
  align-self: center;
  min-width: 0;
}

.hero-media {
  position: relative;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  border: 1px solid rgba(17, 112, 196, .2);
  border-radius: clamp(22px, 2.3vw, 34px);
  background: #030e34;
  box-shadow: 0 34px 80px rgba(3, 14, 52, .24);
}

.hero-media::before {
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 14, 52, .08) 42%, rgba(3, 14, 52, .86) 100%);
  pointer-events: none;
  content: "";
}

.hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-media-label,
.hero-media-caption {
  position: absolute;
  z-index: 3;
  left: clamp(18px, 2.2vw, 30px);
  color: #fff;
}

.hero-media-label {
  top: clamp(18px, 2.2vw, 28px);
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  background: rgba(0, 15, 51, .6);
  font: 500 9px/1.2 "DM Mono", monospace;
  letter-spacing: .13em;
  backdrop-filter: blur(8px);
}

.hero-media-label::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffea00;
  box-shadow: 0 0 0 4px rgba(255, 234, 0, .16);
  content: "";
}

.hero-media-caption {
  right: clamp(18px, 2.2vw, 30px);
  bottom: clamp(20px, 2.6vw, 34px);
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.hero-media-caption small {
  display: block;
  margin-bottom: 7px;
  color: #9bc6ef;
  font: 500 9px/1.2 "DM Mono", monospace;
  letter-spacing: .14em;
}

.hero-media-caption strong {
  display: block;
  max-width: 360px;
  font-size: clamp(15px, 1.45vw, 21px);
  line-height: 1.25;
}

.hero-media-caption svg {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  padding: 7px;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 50%;
  color: #ffea00;
}

.hero-float {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 190px;
  padding: 13px 15px;
  border: 1px solid #dce6f1;
  border-radius: 12px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 18px 45px rgba(3, 14, 52, .15);
  color: #000f33;
  backdrop-filter: blur(9px);
}

.hero-float > svg {
  width: 34px;
  height: 34px;
  padding: 8px;
  border-radius: 9px;
  background: #eaf3fc;
  color: #1170c4;
}

.hero-float small,
.hero-float strong { display: block; }

.hero-float small {
  margin-bottom: 3px;
  color: #607080;
  font: 500 8px/1.2 "DM Mono", monospace;
  letter-spacing: .11em;
}

.hero-float strong { font-size: 11px; }

.hero-float--top {
  top: -25px;
  right: -22px;
}

.hero-float--bottom {
  bottom: -25px;
  left: -30px;
}

.hero-domains {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: clamp(8px, 1.5vw, 18px);
  overflow: hidden;
  border: 1px solid #dbe5f0;
  border-radius: 16px;
  background: rgba(255, 255, 255, .8);
  box-shadow: 0 14px 36px rgba(3, 14, 52, .06);
}

.hero-domain {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  min-height: 82px;
  padding: 16px 19px;
  color: #000f33;
  text-decoration: none;
  transition: background-color .2s ease, color .2s ease;
}

.hero-domain + .hero-domain { border-left: 1px solid #dbe5f0; }

.hero-domain:hover {
  background: #01458e;
  color: #fff;
}

.hero-domain-index {
  color: #1170c4;
  font: 500 9px/1 "DM Mono", monospace;
  letter-spacing: .08em;
}

.hero-domain:hover .hero-domain-index { color: #ffea00; }

.hero-domain strong,
.hero-domain small { display: block; }

.hero-domain strong {
  margin-bottom: 4px;
  font-size: 12px;
}

.hero-domain small {
  overflow: hidden;
  color: #687887;
  font-size: 9px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hero-domain:hover small { color: #c7dcf1; }

.hero-domain svg {
  width: 16px;
  height: 16px;
  color: #1170c4;
  transition: transform .2s ease;
}

.hero-domain:hover svg {
  color: #ffea00;
  transform: translate(2px, -2px);
}

@media (max-width: 1180px) {
  .hero--zake {
    padding-right: clamp(28px, 5vw, 64px);
    padding-left: clamp(28px, 5vw, 64px);
    grid-template-columns: minmax(0, .92fr) minmax(440px, 1.08fr);
    column-gap: 54px;
    row-gap: 42px;
  }

  .hero-float--top { right: -8px; }
  .hero-float--bottom { left: -12px; }
}

@media (max-width: 960px) {
  .hero--zake {
    padding-top: 64px;
    grid-template-columns: minmax(0, 1fr);
    gap: 50px;
  }

  .hero--zake::before { inset: 42% 0 0; }
  .hero--zake::after { top: 46%; }
  .hero--zake .hero-copy { max-width: 720px; }
  .hero--zake .hero-copy > p { max-width: 650px; }
  .hero-showcase { width: min(760px, 94%); margin: 0 auto; }
  .hero-domains { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-domain:nth-child(3) { border-left: 0; }
  .hero-domain:nth-child(n + 3) { border-top: 1px solid #dbe5f0; }
}

@media (max-width: 620px) {
  .home-announcement {
    justify-content: space-between;
    padding-right: 18px;
    padding-left: 18px;
  }

  .home-announcement span:not(:first-child) { display: none; }
  .home-announcement a { display: inline-flex; margin-left: 12px; }

  .hero--zake {
    padding: 46px 20px 34px;
    gap: 34px;
  }

  .hero--zake::before { inset: 44% 0 0; background-size: 40px 40px; }
  .hero--zake::after { display: none; }
  .hero--zake h1 { margin: 20px 0 21px; font-size: clamp(44px, 13.2vw, 58px); }
  .hero--zake .hero-copy > p { font-size: 14px; line-height: 1.65; }
  .hero--zake .hero-actions { align-items: stretch; flex-direction: column; margin-top: 28px; }
  .hero-primary,
  .hero-secondary { width: 100%; }
  .hero-service-list { gap: 9px 15px; margin-top: 22px; font-size: 10px; }
  .hero-showcase { width: 100%; }
  .hero-media { border-radius: 20px; }
  .hero-media-label { top: 14px; left: 14px; }
  .hero-media-caption { right: 16px; bottom: 16px; left: 16px; }
  .hero-media-caption strong { max-width: 240px; font-size: 13px; }
  .hero-media-caption svg { width: 26px; height: 26px; }
  .hero-float { display: none; }
  .hero-domains { margin-top: 0; border-radius: 13px; }
  .hero-domain { min-height: 74px; gap: 9px; padding: 13px 12px; }
  .hero-domain-index { display: none; }
  .hero-domain strong { font-size: 11px; }
  .hero-domain small { font-size: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-primary,
  .hero-secondary,
  .hero-domain,
  .hero-domain svg { transition: none; }
}
