@font-face {
  font-family: "SonartOutfit";
  src: url("../../fonts/outfit/outfit-variable.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SonartRaleway";
  src: url("../../fonts/raleway/raleway-variable.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --mk-v1-header-offset: 90px;
}

body.mk-page-v1 {
  background: #000;
}

body.mk-page-v1 .sa-logos-section {
  background: linear-gradient(180deg, #000 0%, #070707 100%);
}

.mk-hero-v1 {
  min-height: 100svh;
  background: radial-gradient(circle at 65% 35%, #140a26 0%, #08080f 45%, #000 100%);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  position: relative;
}

.mk-hero-v1__canvas {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.mk-hero-v1__scene {
  position: relative;
  width: 100%;
  height: 100svh;
  z-index: 1;
}

.mk-hero-v1__layer {
  position: absolute;
  inset: 0;
}

.mk-hero-v1__layer--mid {
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mk-hero-v1__layer--front {
  z-index: 8;
  overflow: hidden;
}

.mk-hero-v1__float-logo {
  position: absolute;
  width: clamp(46px, 6.4vw, 92px);
  height: clamp(46px, 6.4vw, 92px);
  --mk-bubble-logo-scale: 0.86;
  background: rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.36);
  will-change: transform;
}

.mk-hero-v1__float-logo img {
  display: block;
  flex: 0 0 auto;
  width: calc(100% * var(--mk-bubble-logo-scale));
  height: calc(100% * var(--mk-bubble-logo-scale));
  max-width: calc(100% * var(--mk-bubble-logo-scale));
  max-height: calc(100% * var(--mk-bubble-logo-scale));
  object-fit: contain;
  filter: brightness(0) invert(1) opacity(0.9);
}

.mk-hero-v1__float-logo--sultan {
  --mk-bubble-logo-scale: 0.9;
}

.mk-hero-v1__float-logo--emmioglu {
  width: clamp(56px, 7.2vw, 108px);
  height: clamp(56px, 7.2vw, 108px);
  --mk-bubble-logo-scale: 0.88;
}

.mk-hero-v1__text-content {
  text-align: center;
  position: relative;
  z-index: 10;
  padding-top: var(--mk-v1-header-offset);
}

.mk-hero-v1__title {
  font-size: clamp(48px, 10vw, 120px);
  font-weight: 800;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  text-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  margin: 0;
  padding: 0;
}

.mk-hero-v1__title-line {
  display: block;
}

.mk-hero-v1__title-line--accent {
  color: #c4b8d4;
}

.mk-hero-v1__subtitle {
  font-size: clamp(16px, 2.5vw, 24px);
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  margin-top: 20px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.mk-text-band {
  position: relative;
  background: #000;
  overflow: hidden;
  min-height: calc(100svh - var(--mk-v1-header-offset));
  padding: clamp(24px, 4vh, 56px) 0;
  display: flex;
  align-items: center;
}

.mk-text-band--intro {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.mk-text-band--outro {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.mk-text-band .container {
  width: 100%;
}

.mk-text-band__title {
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
  max-width: min(1400px, 92vw);
  line-break: strict;
  word-break: keep-all;
  overflow-wrap: normal;
}

.mk-text-band__title .word {
  white-space: nowrap;
}

.mk-text-band__title .word,
.mk-text-band__title .char {
  display: inline-block;
  will-change: transform, opacity;
}

.mk-text-line {
  display: block;
  white-space: nowrap;
}

.mk-text-band__title--intro {
  line-height: 1.06;
}

.mk-text-band__title--outro {
  text-align: left;
  color: #ffffff;
  line-height: 1;
}

.font-19 {
  font-family: "SonartRaleway", "Inter", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.font-13 {
  font-family: "SonartOutfit", "Inter", sans-serif;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.font-upper {
  text-transform: uppercase;
}

.font-medium {
  font-size: clamp(2rem, 4.8vw, 5rem);
}

.font-height-medium {
  line-height: 1;
}

.mk-text-band__title--intro .font-medium {
  font-size: clamp(1.75rem, min(4.9vw, 7.2vh), 4.7rem);
}

.mk-text-band__title--outro .font-medium {
  font-size: clamp(1.65rem, min(4.2vw, 6.1vh), 4.1rem);
}

.sa-logos-section {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  background: linear-gradient(180deg, #050505 0%, #111 100%);
  padding: 120px 0;
  overflow: hidden;
}

.sa-logos-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(220, 38, 38, 0.08) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.04) 0%, transparent 50%);
  pointer-events: none;
  z-index: 1;
}

.sa-logos-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 80px;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

.sa-logos-title {
  font-size: clamp(2.3rem, 5vw, 4rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(40px);
  clip-path: inset(0 0 100% 0);
  will-change: transform, opacity, clip-path;
}

.sa-logos-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 30px;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
}

.sa-logo-item {
  position: relative;
  aspect-ratio: 1;
  background: #fff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  will-change: transform;
  overflow: hidden;
  transition:
    opacity 0.5s ease,
    transform 0.18s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: 0s;
  content-visibility: auto;
  contain-intrinsic-size: 200px;
  contain: layout paint style;
  backface-visibility: hidden;
}

.sa-logos-grid.sa-logos-grid--ready .sa-logo-item {
  opacity: 0;
  transform: translateY(30px);
  transition-delay: calc(var(--mk-logo-index, 0) * 0.014s);
}

.sa-logos-grid.sa-logos-grid--visible .sa-logo-item {
  opacity: 1;
  transform: translateY(0);
}

.sa-logo-item img {
  width: 116%;
  height: 116%;
  max-width: none;
  max-height: none;
  object-fit: contain;
  opacity: 0.92;
  transform: translate3d(0, 0, 0);
  transition: transform 0.24s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.2s ease;
  will-change: transform;
}

.sa-logo-item img[src*="ozde-mobilya.png"] {
  width: 240%;
  height: 240%;
}

.sa-logo-item img[src*="inci-insaat.png"],
.sa-logo-item img[src*="goksu-inci.png"] {
  width: 92%;
  height: 92%;
}

.sa-logo-item img[src*="net-city.png"],
.sa-logo-item img[src*="net-royal.png"] {
  width: 84%;
  height: 84%;
}

.sa-logo-item img[src*="sivas-termal.png"] {
  width: 86%;
  height: 86%;
}

@media (max-width: 1024px) {
  .sa-logo-item img[src*="ozde-mobilya.png"] {
    width: 220%;
    height: 220%;
  }

  .sa-logo-item img[src*="inci-insaat.png"],
  .sa-logo-item img[src*="goksu-inci.png"] {
    width: 90%;
    height: 90%;
  }

  .sa-logo-item img[src*="net-city.png"],
  .sa-logo-item img[src*="net-royal.png"] {
    width: 82%;
    height: 82%;
  }

  .sa-logo-item img[src*="sivas-termal.png"] {
    width: 84%;
    height: 84%;
  }
}

@media (hover: hover) and (pointer: fine) {
  .sa-logo-item:hover {
    transform: translate3d(0, 0, 0) scale(1.12) !important;
  }

  .sa-logo-item:hover img {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1.03);
  }
}

@media (max-width: 1024px) {
  .mk-text-band__title {
    max-width: 94vw;
  }

  .mk-text-band__title--intro .font-medium {
    font-size: clamp(1.6rem, min(5.3vw, 6.9vh), 3.5rem);
  }

  .mk-text-band__title--outro .font-medium {
    font-size: clamp(1.45rem, min(4.9vw, 5.8vh), 3.2rem);
  }
}

@media (max-width: 768px) {
  :root {
    --mk-v1-header-offset: 70px;
  }

  .mk-hero-v1 {
    min-height: 100svh;
  }

  .mk-hero-v1__scene {
    height: 100svh;
  }

  .mk-hero-v1__float-logo {
    width: clamp(34px, 7.2vw, 56px);
    height: clamp(34px, 7.2vw, 56px);
    opacity: 0.82;
    --mk-bubble-logo-scale: 0.88;
  }

  .mk-hero-v1__float-logo--emmioglu {
    width: clamp(42px, 8.6vw, 66px);
    height: clamp(42px, 8.6vw, 66px);
    --mk-bubble-logo-scale: 0.9;
  }

  .mk-hero-v1__title {
    font-size: clamp(44px, 9.2vw, 72px);
  }

  .mk-hero-v1__subtitle {
    font-size: clamp(15px, 2.8vw, 19px);
    margin-top: 15px;
  }

  .mk-text-band {
    overflow-x: hidden;
    min-height: unset;
    padding: clamp(60px, 10vh, 100px) 0;
  }

  .mk-text-band__title {
    max-width: 100%;
    word-break: break-word;
    overflow-wrap: break-word;
  }

  .mk-text-line {
    white-space: normal;
  }

  .mk-text-band__title--outro {
    text-align: center;
  }

  .mk-text-band__title--intro .font-medium {
    font-size: clamp(1.3rem, min(5.5vw, 5.5vh), 2.6rem);
  }

  .mk-text-band__title--outro .font-medium {
    font-size: clamp(1.2rem, min(5vw, 5vh), 2.3rem);
  }

  .sa-logos-section {
    padding: 80px 0;
  }

  .sa-logos-header {
    margin-bottom: 60px;
  }

  .sa-logos-title {
    font-size: clamp(1.6rem, 5vw, 2.4rem);
  }

  .sa-logos-grid {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 20px;
  }

  .sa-logo-item {
    padding: 20px;
    border-radius: 16px;
  }

  .sa-logo-item img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    transform: translate3d(0, 0, 0);
  }

  .sa-logo-item img[src*="ozde-mobilya.png"] {
    width: 186%;
    height: 186%;
  }

  .sa-logo-item img[src*="inci-insaat.png"],
  .sa-logo-item img[src*="goksu-inci.png"] {
    width: 88%;
    height: 88%;
  }

  .sa-logo-item img[src*="net-city.png"],
  .sa-logo-item img[src*="net-royal.png"] {
    width: 80%;
    height: 80%;
  }

  .sa-logo-item img[src*="sivas-termal.png"] {
    width: 82%;
    height: 82%;
  }

  .sa-logo-item:hover {
    transform: translate3d(0, 0, 0) scale(1.08) !important;
  }
}

@media (max-width: 480px) {
  :root {
    --mk-v1-header-offset: 60px;
  }

  .mk-hero-v1 {
    min-height: 100svh;
  }

  .mk-hero-v1__scene {
    height: 100svh;
  }

  .mk-hero-v1__float-logo {
    width: clamp(26px, 8vw, 40px);
    height: clamp(26px, 8vw, 40px);
    --mk-bubble-logo-scale: 0.9;
  }

  .mk-hero-v1__float-logo--emmioglu {
    width: clamp(31px, 9.3vw, 46px);
    height: clamp(31px, 9.3vw, 46px);
    --mk-bubble-logo-scale: 0.9;
  }

  .mk-hero-v1__title {
    font-size: clamp(42px, 11vw, 58px);
    line-height: 1.15;
  }

  .mk-hero-v1__subtitle {
    font-size: 14px;
    margin-top: 12px;
  }

  .mk-text-band__title--intro .font-medium {
    font-size: clamp(1.1rem, 5.2vw, 2rem);
  }

  .mk-text-band__title--outro .font-medium {
    font-size: clamp(1rem, 4.8vw, 1.8rem);
  }

  .sa-logos-grid {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 15px;
  }

  .sa-logo-item {
    padding: 15px;
    border-radius: 12px;
  }

  .sa-logo-item img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
  }

  .sa-logo-item img[src*="ozde-mobilya.png"] {
    width: 164%;
    height: 164%;
  }

  .sa-logo-item img[src*="inci-insaat.png"],
  .sa-logo-item img[src*="goksu-inci.png"] {
    width: 84%;
    height: 84%;
  }

  .sa-logo-item img[src*="net-city.png"],
  .sa-logo-item img[src*="net-royal.png"] {
    width: 76%;
    height: 76%;
  }

  .sa-logo-item img[src*="sivas-termal.png"] {
    width: 78%;
    height: 78%;
  }
}
@media (max-width: 375px) {
  :root {
    --mk-v1-header-offset: 55px;
  }

  .mk-hero-v1 {
    min-height: 100svh;
  }

  .mk-hero-v1__scene {
    height: 100svh;
  }

  .mk-hero-v1__title {
    font-size: clamp(34px, 10.6vw, 44px);
  }

  .mk-hero-v1__float-logo {
    width: clamp(24px, 8.4vw, 36px);
    height: clamp(24px, 8.4vw, 36px);
    --mk-bubble-logo-scale: 0.9;
  }

  .mk-hero-v1__float-logo--emmioglu {
    width: clamp(28px, 9.2vw, 42px);
    height: clamp(28px, 9.2vw, 42px);
    --mk-bubble-logo-scale: 0.9;
  }

  .sa-logo-item img[src*="ozde-mobilya.png"] {
    width: 148%;
    height: 148%;
  }

  .sa-logo-item img[src*="inci-insaat.png"],
  .sa-logo-item img[src*="goksu-inci.png"] {
    width: 80%;
    height: 80%;
  }

  .sa-logo-item img[src*="net-city.png"],
  .sa-logo-item img[src*="net-royal.png"] {
    width: 72%;
    height: 72%;
  }

  .sa-logo-item img[src*="sivas-termal.png"] {
    width: 74%;
    height: 74%;
  }

  .mk-hero-v1__subtitle {
    font-size: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .sa-logos-title {
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
  }
}
