:root {
  --primary-color: #082844;
  --secondary-color: #53687d;
  --accent-color: #00364f;
  --white-color: #ffffff;
  --gray-color: #f3f7fa;
  --border-color: rgba(8, 40, 68, 0.12);
  --dark-gradient: linear-gradient(135deg, #061b2d 0%, #082844 52%, #18223f 100%);
}

body.tug-page {
  background: linear-gradient(180deg, #f8fbfd 0%, #eef4f8 100%);
  color: var(--primary-color);
}

.tug_loader_logo {
  width: 132px;
  height: auto;
  animation: tugLoaderPulse 1.5s ease-in-out infinite;
}

.cs_preloader .cs_progressbar_wrapper,
.cs_preloader .cs_loading_percentage,
.cs_preloader .cs_loading_text {
  display: none !important;
}

@keyframes tugLoaderPulse {
  0%, 100% {
    opacity: 0.45;
    transform: scale(0.94);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
}

.tug-brand {
  display: inline-flex;
  align-items: center;
}

.tug-brand img {
  width: auto;
  height: 76px;
  display: block;
}

.tug_header {
  margin-top: 0 !important;
  padding: 0;
  background: rgba(6, 31, 50, 0.86);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 40px rgba(0, 18, 31, 0.22);
  backdrop-filter: blur(18px);
  width: 100%;
}

.tug_header .cs_main_header_in {
  height: 86px;
  padding: 0;
  background: transparent !important;
}

.tug_header .cs_nav_list > li > a,
.tug_header .cs_site_brand {
  color: var(--white-color);
}

.tug_header .cs_nav_list > li > a {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  text-shadow: 0 1px 18px rgba(0, 0, 0, 0.42);
}

.tug_header .cs_nav_list > li > a:hover,
.tug_header .cs_nav_list > li > a.active {
  color: rgba(255, 255, 255, 0.76);
}

.tug_header .cs_btn_style_1,
.tug_header .cs_btn_style_1:hover,
.tug-btn-dark,
.tug-btn-dark:hover {
  height: 54px;
  padding: 5px 7px 5px 22px;
  background: #feede5 !important;
  border-color: transparent !important;
  color: var(--primary-color) !important;
  box-shadow: 0 16px 40px rgba(0, 18, 31, 0.18);
}

.tug_header .cs_btn_style_1::before,
.tug_header .cs_btn_style_1:hover::before,
.tug-btn-dark::before,
.tug-btn-dark:hover::before {
  background-color: #feede5 !important;
  transform: scale(50) !important;
}

.tug_header .cs_btn_style_1 span,
.tug_header .cs_btn_style_1 i,
.tug-btn-dark span,
.tug-btn-dark i {
  color: var(--primary-color) !important;
}

.tug_header .cs_btn_style_1 .cs_btn_icon,
.tug-btn-dark .cs_btn_icon {
  width: 42px;
  height: 42px;
  background-color: rgb(44 44 44 / 14%) !important;
  color: var(--primary-color) !important;
}

.tug_header .cs_btn_style_1 .cs_btn_icon i,
.tug-btn-dark .cs_btn_icon i {
  color: var(--primary-color) !important;
}

.tug_header.cs_sticky_active {
  background: rgba(6, 31, 50, 0.86);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 40px rgba(0, 18, 31, 0.22);
  backdrop-filter: blur(18px);
}

.tug_header.cs_sticky_active .tug-brand img {
  filter: none;
}

.tug_header.cs_sticky_active .cs_nav_list > li > a,
.tug_header.cs_sticky_active .cs_site_brand {
  color: var(--white-color);
}

.tug_header.cs_sticky_active .cs_nav_list > li > a:hover,
.tug_header.cs_sticky_active .cs_nav_list > li > a.active {
  color: rgba(255, 255, 255, 0.76);
}

.tug-main {
  padding-top: 86px;
}

.tug-container-wide {
  width: min(100% - 48px, 1480px);
  margin-inline: auto;
}

.tug-page-title {
  max-width: 920px;
  font-size: clamp(44px, 5vw, 76px);
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0;
}

.tug-section-title {
  max-width: 860px;
  font-size: clamp(38px, 3.8vw, 56px);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0;
}

.tug-kicker {
  color: var(--accent-color);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 16px;
}

.tug-lead,
.tug-page p {
  color: var(--secondary-color);
  font-size: 17px;
  line-height: 1.75;
}

.tug-page .cs_page_header_style_1 {
  min-height: 430px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.tug-page .cs_page_header_style_1 .cs_overlay {
  background:
    linear-gradient(90deg, rgba(2, 20, 34, 0.9), rgba(2, 20, 34, 0.62), rgba(2, 20, 34, 0.88)) !important;
  opacity: 1;
}

.tug-page .cs_page_header_content {
  padding: 112px 0 92px;
}

.tug-page .cs_page_header_title {
  font-size: clamp(44px, 5vw, 76px) !important;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 18px !important;
}

.tug-page .breadcrumb {
  gap: 10px;
  font-size: 14px;
  font-weight: 700;
}

.tug-page .breadcrumb a,
.tug-page .breadcrumb-item.active {
  color: rgba(255, 255, 255, 0.78);
}

.tug-page .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.48);
}

.tug-page .tug-page-header-lead {
  max-width: 720px;
  margin: 20px auto 0;
  color: rgba(255, 255, 255, 0.82);
}

.tug-page .tug-page-header-compact {
  padding: 0;
  min-height: 250px;
  display: flex;
  align-items: flex-end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.tug-page .tug-page-header-compact .cs_overlay {
  background:
    linear-gradient(90deg, rgba(2, 20, 34, 0.92), rgba(2, 20, 34, 0.66), rgba(2, 20, 34, 0.9)) !important;
}

.tug-page .tug-page-header-compact .cs_page_header_content {
  padding: 52px 0 36px;
  max-width: 760px;
  margin: 0 auto;
}

.tug-page .tug-page-header-compact .cs_page_header_title {
  font-size: clamp(34px, 4vw, 56px) !important;
  line-height: 1.02;
  margin-bottom: 14px !important;
}

.tug-page .breadcrumb.tug-breadcrumb-photo,
.tug-page .tug-page-header-compact .breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.tug-page .breadcrumb.tug-breadcrumb-photo,
.tug-page .tug-page-header-compact .breadcrumb.tug-breadcrumb-photo {
  padding: 10px 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background-image:
    linear-gradient(90deg, rgba(2, 20, 34, 0.84), rgba(2, 20, 34, 0.48)),
    var(--crumb-bg);
  background-size: cover;
  background-position: center;
  box-shadow: 0 14px 34px rgba(0, 18, 31, 0.18);
}

.tug-page .breadcrumb.tug-breadcrumb-photo a,
.tug-page .breadcrumb.tug-breadcrumb-photo .breadcrumb-item,
.tug-page .breadcrumb.tug-breadcrumb-photo .breadcrumb-item.active {
  color: var(--white-color);
}

.tug-page .tug-page-header-compact .tug-page-header-lead {
  max-width: 640px;
  margin-top: 14px;
  font-size: 15px;
  line-height: 1.65;
}

.tug-section {
  padding: 110px 0;
}

.tug-section-sm {
  padding: 84px 0;
}

.tug-grid {
  display: grid;
  gap: 30px;
}

.tug-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tug-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tug-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tug-card {
  background: var(--white-color);
  border: 1px solid var(--border-color);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(8, 40, 68, 0.06);
  display: flex;
  flex-direction: column;
}

.tug-card-body {
  padding: 30px;
  flex: 1;
}

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

.tug-project-card .tug-media {
  height: clamp(250px, 28vw, 340px);
  flex: 0 0 auto;
}

.tug-project-showcase {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 46px 30px;
  align-items: start;
  padding-bottom: 0;
}

.tug-project-showcase .cs_card_style_1 {
  width: 100% !important;
  max-width: none;
}

.tug-project-showcase .cs_card_style_1:nth-child(even) {
  transform: translateY(28px);
}

.tug-project-showcase .cs_card_style_1:nth-child(3) {
  transform: translateY(-8px);
}

.tug-project-showcase .cs_card_style_1:nth-child(4) {
  transform: translateY(20px);
}

.tug-project-showcase .cs_card_thumbnail {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  height: clamp(240px, 27vw, 360px);
  background: #071b2c;
}

.tug-project-showcase .cs_card_thumbnail img,
.tug-project-showcase .tug-project-cover-video,
.tug-project-showcase .tug-project-hover-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
  transition: transform 0.65s ease, opacity 0.35s ease;
}

.tug-project-showcase .tug-project-cover-video {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: #071b2c;
  pointer-events: none;
}

.tug-project-showcase .cs_card_thumbnail img {
  position: relative;
  z-index: 0;
}

.tug-project-showcase .tug-project-hover-video {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0;
  transform: scale(1.03);
  background: #071b2c;
  pointer-events: none;
}

.tug-project-showcase .tug-project-hover-image {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.03);
  transition: transform 0.65s ease, opacity 0.35s ease;
  pointer-events: none;
}

.tug-project-showcase .cs_mouse_point {
  display: none;
}

.tug-project-showcase .cs_card_style_1:hover .cs_card_thumbnail img {
  transform: scale(1.05);
}

.tug-project-showcase .cs_card_style_1:hover .cs_card_thumbnail.has-video img,
.tug-project-showcase .cs_card_style_1:focus-within .cs_card_thumbnail.has-video img {
  opacity: 0.08;
}

.tug-project-showcase .cs_card_style_1:hover .cs_card_thumbnail.has-video .tug-project-hover-video,
.tug-project-showcase .cs_card_style_1:focus-within .cs_card_thumbnail.has-video .tug-project-hover-video {
  opacity: 1;
  transform: scale(1);
}

.tug-project-showcase .cs_card_style_1:hover .tug-project-hover-image,
.tug-project-showcase .cs_card_style_1:focus-within .tug-project-hover-image {
  opacity: 1;
  transform: scale(1);
}

.tug-project-showcase .cs_card_info {
  top: calc(100% - 148px);
  right: 0;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
  background: rgba(243, 247, 250, 0.9);
  backdrop-filter: blur(1px);
  padding: 28px 100px 28px 28px;
  transition: top 0.45s ease, background 0.35s ease, color 0.35s ease;
}

.tug-project-card-kicker {
  display: block;
  margin-bottom: 10px;
  color: rgba(8, 40, 68, 0.54);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  transition: color 0.3s ease;
}

.tug-project-showcase .cs_card_info p {
  margin-bottom: 0;
}

.tug-project-showcase .cs_card_style_1:hover .cs_card_info,
.tug-project-showcase .cs_card_style_1:focus-within .cs_card_info {
  top: 0;
  background: linear-gradient(180deg, rgba(8, 40, 68, 0.14) 0%, rgba(8, 40, 68, 0.72) 58%, rgba(8, 40, 68, 0.84) 100%);
}

.tug-project-showcase .cs_card_style_1:hover .cs_card_info p,
.tug-project-showcase .cs_card_style_1:focus-within .cs_card_info p {
  color: rgba(255, 255, 255, 0.84);
}

.tug-project-showcase .cs_card_style_1:hover .tug-project-card-kicker {
  color: rgba(255, 255, 255, 0.76);
}

.tug-project-extended {
  position: relative;
  margin-top: 56px;
  padding-top: 42px;
  border-top: 1px solid rgba(8, 40, 68, 0.12);
}

.tug-project-extended::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 112px;
  height: 1px;
  background: rgba(8, 40, 68, 0.32);
}

.tug-project-extended-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 28px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}

.tug-project-extended-title {
  max-width: 680px;
  margin: 0;
  color: rgba(8, 40, 68, 0.9);
  font-size: clamp(28px, 2.8vw, 38px);
  line-height: 1.08;
  font-weight: 700;
}

.tug-project-extended-note {
  max-width: 420px;
  margin: 0;
  color: rgba(83, 104, 125, 0.9);
  font-size: 15px;
  line-height: 1.65;
}

.tug-project-muted-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.tug-project-muted-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background: #081f33;
  box-shadow: 0 18px 50px rgba(8, 40, 68, 0.05);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.tug-project-muted-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 58px rgba(8, 40, 68, 0.08);
}

.tug-project-muted-media {
  position: relative;
  display: block;
  height: 290px;
  overflow: hidden;
}

.tug-project-muted-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(3, 18, 30, 0.18) 0%, rgba(3, 18, 30, 0.42) 34%, rgba(3, 18, 30, 0.9) 72%, rgba(3, 18, 30, 0.96) 100%);
  transition: opacity 0.35s ease;
}

.tug-project-muted-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease, opacity 0.35s ease, filter 0.35s ease;
}

.tug-project-muted-card:hover .tug-project-muted-media img {
  transform: scale(1.04);
  filter: saturate(1.06);
}

.tug-project-muted-media:hover::before,
.tug-project-muted-card:hover .tug-project-muted-media::before {
  opacity: 0.96;
}

.tug-project-muted-overlay {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 2;
  padding: 24px 24px 22px;
  color: var(--white-color);
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.24);
}

.tug-project-muted-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}

.tug-project-muted-kicker {
  display: block;
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.tug-project-muted-arrow {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
  transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

.tug-project-muted-card:hover .tug-project-muted-arrow {
  transform: rotate(-12deg);
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.28);
}

.tug-project-muted-card h3 {
  margin: 0 0 10px;
  font-size: 23px;
  line-height: 1.12;
  font-weight: 700;
  color: var(--white-color);
}

.tug-project-muted-card h3 a {
  color: var(--white-color);
}

.tug-project-muted-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  line-height: 1.62;
}

.tug-project-card h2,
.tug-blog-card h2,
.tug-value-card h3 {
  font-size: 26px;
  line-height: 1.18;
  font-weight: 700;
  margin: 0 0 10px;
}

.tug-meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 18px 0 0;
}

.tug-chip {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(8, 40, 68, 0.08);
  color: var(--primary-color);
  font-size: 13px;
  font-weight: 700;
}

.tug-dark-band {
  background: var(--dark-gradient);
  color: var(--white-color);
}

.tug-dark-band .tug-kicker,
.tug-dark-band .tug-section-title,
.tug-dark-band h2,
.tug-dark-band h3 {
  color: var(--white-color);
}

.tug-dark-band p {
  color: rgba(255, 255, 255, 0.76);
}

.tug-dark-band .tug-process h3,
.tug-dark-band .tug-position h3,
.tug-dark-band .tug-process p,
.tug-dark-band .tug-position p {
  color: var(--primary-color);
}

.tug-dark-band .tug-process p,
.tug-dark-band .tug-position p {
  color: var(--secondary-color);
}

.tug-list {
  display: grid;
  gap: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.tug-list li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  color: var(--primary-color);
  font-size: 18px;
  line-height: 1.55;
  font-weight: 600;
}

.tug-list img {
  width: 18px;
  min-width: 18px;
  margin-top: 5px;
}

.tug-split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 70px;
  align-items: center;
}

.tug-split-reverse {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}

.tug-image-tall {
  height: 640px;
  border-radius: 10px;
  overflow: hidden;
}

.tug-image-mid {
  height: 460px;
  border-radius: 10px;
  overflow: hidden;
}

.tug-founder-message {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.72fr);
  gap: clamp(24px, 3vw, 38px);
  align-items: center;
  padding: clamp(22px, 2.4vw, 30px);
  border: 1px solid rgba(8, 40, 68, 0.08);
  border-radius: 24px;
  background: var(--white-color);
}

.tug-founder-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tug-founder-copy h2 {
  margin: 0 0 16px;
  color: var(--primary-color);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: 0;
  max-width: 700px;
}

.tug-founder-copy p {
  max-width: 760px;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.72;
}

.tug-founder-points {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px 18px;
  margin: 10px 0 0 !important;
}

.tug-founder-points li {
  padding-left: 28px;
}

.tug-founder-points .cs_list_info {
  font-size: 17px;
  line-height: 1.35;
}

.tug-founder-signature {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(8, 40, 68, 0.12);
}

.tug-founder-signature__eyebrow,
.tug-founder-signature__role {
  display: block;
}

.tug-founder-signature__eyebrow {
  color: rgba(8, 40, 68, 0.56);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 10px;
}

.tug-founder-signature__name {
  display: block;
  color: var(--primary-color);
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1;
  letter-spacing: 0;
  font-weight: 400;
}

.tug-founder-signature__role {
  margin-top: 6px;
  color: var(--secondary-color);
  font-size: 14px;
}

.tug-founder-portrait {
  position: relative;
  width: min(100%, 470px);
  max-height: 640px;
  justify-self: end;
  border: 0;
  border-radius: 20px;
  background: #dce6ec;
  overflow: hidden;
}

.tug-founder-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.tug-founder-portrait__badge {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  padding: 14px 16px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(7, 26, 42, 0.18), rgba(7, 26, 42, 0.78));
  backdrop-filter: blur(14px);
}

.tug-founder-portrait__badge span {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.tug-founder-portrait__badge strong {
  display: block;
  color: var(--white-color);
  font-size: clamp(16px, 1.5vw, 22px);
  line-height: 1.2;
}

.tug-mini-icon {
  width: 16px;
  min-width: 16px;
  margin-top: 6px;
}

.tug-pill-list li {
  align-items: flex-start;
}

.tug-pill-list .cs_list_info {
  line-height: 1.4;
}

#hakkimizda .cs_about_img_wrapper {
  width: min(48%, 640px);
  padding: 0;
}

#hakkimizda .cs_about_img1 img {
  height: 560px;
  object-position: center top;
}

#hakkimizda .cs_about_img2 {
  right: 34px;
  bottom: 34px;
  width: 96px;
  height: auto;
  padding-left: 0;
  z-index: 2;
}

#hakkimizda .cs_about_img2 img {
  width: 96px;
  height: auto !important;
  border: 0;
  border-radius: 0;
  object-fit: contain;
  filter: brightness(0) invert(1) drop-shadow(0 12px 28px rgba(0, 18, 31, 0.35));
}

#hakkimizda .cs_about_text {
  align-self: center;
  padding-left: 46px;
}

#hakkimizda .cs_section_title {
  max-width: 620px;
  margin-bottom: 0 !important;
}

#hakkimizda .tug-about-lead {
  max-width: 640px;
  margin-bottom: 18px;
  color: var(--secondary-color);
}

#hakkimizda .tug-about-lead + .tug-about-lead {
  margin-top: 0;
  margin-bottom: 34px;
}

#hakkimizda .tug-pill-list {
  gap: 24px 34px;
  margin-bottom: 38px !important;
}

#hakkimizda .tug-pill-list li {
  padding-left: 34px;
}

#hakkimizda .tug-pill-list .cs_list_info {
  font-size: 20px;
  line-height: 1.35;
}

#hakkimizda .tug-mini-icon {
  width: 20px;
  min-width: 20px;
  margin-top: 4px;
}

#hakkimizda .cs_btn_style_1,
#hakkimizda .cs_btn_style_1:hover {
  background: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
  color: var(--white-color) !important;
}

#hakkimizda .cs_btn_style_1::before,
#hakkimizda .cs_btn_style_1:hover::before {
  background-color: var(--primary-color) !important;
}

#hakkimizda .cs_btn_style_1 span,
#hakkimizda .cs_btn_style_1:hover span,
#hakkimizda .cs_btn_style_1 i,
#hakkimizda .cs_btn_style_1:hover i {
  color: var(--white-color) !important;
}

#hakkimizda .cs_btn_style_1 .cs_btn_icon,
#hakkimizda .cs_btn_style_1:hover .cs_btn_icon {
  background-color: rgba(255, 255, 255, 0.14) !important;
  color: var(--white-color) !important;
}

.tug-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.18);
}

.tug-stat {
  padding: 34px;
  background: rgba(255, 255, 255, 0.06);
}

.tug-stat strong {
  display: block;
  color: var(--white-color);
  font-size: 36px;
  line-height: 1;
  margin-bottom: 10px;
}

.tug-stat span {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 600;
}

.tug-detail-hero {
  position: relative;
  min-height: 70vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background-image:
    linear-gradient(180deg, rgba(1, 16, 27, 0.32) 0%, rgba(1, 16, 27, 0.88) 100%),
    var(--detail-bg);
  background-size: cover;
  background-position: center;
}

.tug-detail-hero .container {
  padding-top: 120px;
  padding-bottom: 88px;
  position: relative;
  z-index: 1;
}

.tug-detail-hero h1 {
  max-width: 900px;
  color: var(--white-color);
  font-size: clamp(54px, 7vw, 104px);
  line-height: 0.96;
  font-weight: 700;
}

.tug-detail-hero p {
  max-width: 640px;
  color: rgba(255, 255, 255, 0.82);
}

.tug-detail-landing {
  background-position: center 28%;
  background-size: cover;
}

.tug-detail-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 48px;
  align-items: end;
}

.tug-detail-hero-copy {
  max-width: 820px;
}

.tug-detail-lead {
  font-size: 19px;
  line-height: 1.78;
}

.tug-detail-inline-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.tug-detail-inline-points span {
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  font-weight: 600;
}

.tug-detail-lead-card {
  padding: 28px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 30px 90px rgba(0, 10, 18, 0.28);
  backdrop-filter: blur(20px);
}

.tug-detail-lead-card__top {
  margin-bottom: 22px;
}

.tug-detail-lead-card__top h2 {
  margin: 0 0 10px;
  color: var(--white-color);
  font-size: 30px;
  line-height: 1.08;
  font-weight: 700;
}

.tug-detail-lead-card__top p {
  margin: 0;
  max-width: none;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  line-height: 1.65;
}

.tug-detail-lead-visual {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  min-height: 420px;
  background: rgba(5, 23, 39, 0.65);
}

.tug-detail-lead-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tug-detail-lead-visual__caption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 14px 16px;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(8, 40, 68, 0.2) 0%, rgba(8, 40, 68, 0.78) 100%);
  backdrop-filter: blur(10px);
}

.tug-detail-lead-visual__caption span {
  display: block;
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.tug-detail-lead-visual__caption strong {
  display: block;
  color: var(--white-color);
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
}

.tug-form-compact {
  gap: 14px;
}

.tug-form-compact input,
.tug-form-compact textarea,
.tug-form-compact select {
  min-height: 54px;
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.9);
}

.tug-form-compact textarea {
  min-height: 112px;
}

.tug-detail-metrics-section {
  padding: 56px 0;
}

.tug-detail-metrics {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid rgba(8, 40, 68, 0.1);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(8, 40, 68, 0.1);
}

.tug-detail-metric {
  min-height: 148px;
  padding: 20px 20px;
  background: rgba(255, 255, 255, 0.96);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 12px;
}

.tug-detail-metric strong {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70px;
  width: 100%;
  color: var(--primary-color);
  font-size: clamp(52px, 4.8vw, 72px);
  line-height: 1.14;
  font-weight: 700;
  letter-spacing: 0;
  padding: 0.12em 0 0.16em;
}

.tug-detail-metric strong .tug-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  line-height: 1.14;
  vertical-align: top;
  font-variant-numeric: lining-nums tabular-nums;
  min-width: 3ch;
}

.tug-detail-metric span {
  color: rgba(83, 104, 125, 0.92);
  font-size: 23px;
  line-height: 1.12;
  font-weight: 600;
  max-width: 200px;
  width: 100%;
  text-align: center;
}

.tug-detail-summary-section {
    padding-top: 110px;
}
.tug-detail-summary {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(8, 40, 68, 0.1);
  border-radius: 18px;
  padding: clamp(24px, 3vw, 38px);
  box-shadow: 0 28px 80px rgba(8, 40, 68, 0.06);
}

.tug-detail-summary__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.7fr);
  gap: 30px;
  align-items: end;
  margin-bottom: 26px;
}

.tug-detail-summary__head h2 {
  margin: 0;
  color: var(--primary-color);
  font-size: clamp(34px, 3.4vw, 50px);
  line-height: 1.02;
  font-weight: 700;
}

.tug-detail-summary__head p {
  margin: 0;
  color: var(--secondary-color);
  font-size: 17px;
  line-height: 1.72;
}

.tug-detail-summary__meta {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  background: rgba(8, 40, 68, 0.08);
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 24px;
}

.tug-detail-summary__meta div {
  padding: 18px 18px 20px;
  background: #f8fbfd;
}

.tug-detail-summary__meta strong {
  display: block;
  margin-bottom: 8px;
  color: rgba(8, 40, 68, 0.54);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.tug-detail-summary__meta span {
  color: var(--primary-color);
  font-size: 17px;
  line-height: 1.45;
  font-weight: 600;
}

.tug-detail-summary__visual {
  height: clamp(320px, 48vw, 620px);
  overflow: hidden;
  border-radius: 14px;
  margin-bottom: 22px;
}

.tug-detail-summary__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tug-detail-summary__body {
  max-width: 980px;
}

.tug-detail-summary__body p {
  margin: 0;
  color: var(--secondary-color);
  font-size: 18px;
  line-height: 1.82;
}

.tug-detail-gallery-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.85fr;
  gap: 24px;
}

.tug-detail-gallery-grid .tug-media {
  overflow: hidden;
  border-radius: 14px;
}

.tug-detail-gallery-grid video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tug-detail-gallery-grid .tug-media:nth-child(1) {
  grid-row: span 2;
  height: 780px;
}

.tug-detail-gallery-grid .tug-media:nth-child(2),
.tug-detail-gallery-grid .tug-media:nth-child(3) {
  height: 378px;
}

.tug-detail-gallery-grid .tug-media:nth-child(4) {
  grid-column: span 2;
  height: 320px;
}

.tug-detail-gallery-grid .tug-media:nth-child(5) {
  height: 320px;
}

.tug-detail-gallery-grid .tug-media:nth-child(6) {
  grid-column: span 2;
  height: 320px;
}

.tug-detail-gallery-grid .tug-media:nth-child(7) {
  grid-column: span 2;
  height: 340px;
}

.tug-detail-gallery-grid .tug-media:nth-child(8) {
  height: 340px;
}

.tug-detail-approach {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 30px;
  padding: clamp(28px, 4vw, 44px);
  border-radius: 22px;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.08), transparent 34%),
    linear-gradient(135deg, #07233a 0%, #0a3350 54%, #17304e 100%);
  color: var(--white-color);
  overflow: hidden;
  position: relative;
}

.tug-detail-approach::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 120px 120px;
  mask-image: linear-gradient(135deg, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.15));
  pointer-events: none;
}

.tug-detail-approach > * {
  position: relative;
  z-index: 1;
}

.tug-detail-approach .tug-kicker {
  color: rgba(255, 255, 255, 0.68);
}

.tug-detail-approach__intro h2 {
  margin: 0 0 18px;
  color: var(--white-color);
  font-size: clamp(34px, 3.8vw, 52px);
  line-height: 1.02;
  font-weight: 700;
  max-width: 620px;
}

.tug-detail-approach__intro p:last-child {
  margin: 0;
  max-width: 620px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.78;
}

.tug-detail-approach__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.tug-detail-approach__item {
  min-height: 100%;
  padding: 24px 22px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
}

.tug-detail-approach__item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: var(--white-color);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}

.tug-detail-approach__item h3 {
  margin: 0 0 10px;
  color: var(--white-color);
  font-size: 24px;
  line-height: 1.08;
  font-weight: 700;
}

.tug-detail-approach__item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 16px;
  line-height: 1.7;
}

.tug-detail-story-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.tug-detail-story {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(8, 40, 68, 0.1);
  border-radius: 14px;
  overflow: hidden;
}

.tug-detail-story__media {
  height: 300px;
  overflow: hidden;
}

.tug-detail-story__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tug-detail-story__body {
  padding: 24px;
}

.tug-detail-story__body h3 {
  margin: 0 0 10px;
  color: var(--primary-color);
  font-size: 28px;
  line-height: 1.12;
  font-weight: 700;
}

.tug-detail-story__body p:last-child {
  margin-bottom: 0;
}

.tug-detail-related-projects {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px 24px;
}

.tug-detail-related-projects .cs_card_style_1:nth-child(even),
.tug-detail-related-projects .cs_card_style_1:nth-child(3),
.tug-detail-related-projects .cs_card_style_1:nth-child(4) {
  transform: none;
}

.tug-detail-related-projects .cs_card_info {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  justify-content: flex-end;
  padding: 34px 104px 30px 28px;
  background: linear-gradient(
    180deg,
    rgba(12, 45, 74, 0.02) 0%,
    rgba(16, 56, 89, 0.08) 24%,
    rgba(18, 61, 96, 0.18) 42%,
    rgba(13, 47, 77, 0.54) 68%,
    rgba(10, 37, 61, 0.82) 100%
  );
}

.tug-detail-related-projects .tug-project-card-kicker,
.tug-detail-related-projects .cs_card_title,
.tug-detail-related-projects .cs_card_title a,
.tug-detail-related-projects .cs_card_info p {
  color: var(--white-color);
}

.tug-detail-related-projects .tug-project-card-kicker {
  color: rgba(255, 255, 255, 0.7);
}

.tug-detail-related-projects .cs_card_info p {
  color: rgba(255, 255, 255, 0.84);
}

.tug-detail-related-projects .cs_arrow_btn {
  border-color: rgba(255, 255, 255, 0.36);
  color: var(--white-color);
  background: rgba(255, 255, 255, 0.06);
}

.tug-gallery-mosaic {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 20px;
}

.tug-gallery-mosaic .tug-media {
  border-radius: 12px;
  overflow: hidden;
}

.tug-gallery-mosaic .tug-media:nth-child(1) {
  grid-column: span 5;
  height: 340px;
}

.tug-gallery-mosaic .tug-media:nth-child(2) {
  grid-column: span 3;
  height: 340px;
}

.tug-gallery-mosaic .tug-media:nth-child(3) {
  grid-column: span 4;
  height: 340px;
}

.tug-gallery-mosaic .tug-media:nth-child(4) {
  grid-column: span 4;
  height: 280px;
}

.tug-gallery-mosaic .tug-media:nth-child(5) {
  grid-column: span 4;
  height: 280px;
}

.tug-gallery-mosaic .tug-media:nth-child(6) {
  grid-column: span 4;
  height: 280px;
}

.tug-detail-meta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin: 28px 0 34px;
}

.tug-detail-meta span {
  color: var(--white-color);
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 999px;
  padding: 9px 16px;
  font-weight: 700;
}

.tug-gallery {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 24px;
}

.tug-gallery .tug-media:first-child {
  height: 660px;
}

.tug-gallery-side {
  display: grid;
  gap: 24px;
}

.tug-gallery-side .tug-media {
  height: 318px;
}

.tug-form {
  display: grid;
  gap: 18px;
}

.tug-form input,
.tug-form textarea,
.tug-form select {
  width: 100%;
  min-height: 56px;
  padding: 14px 18px;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  background: var(--white-color);
  color: var(--primary-color);
  font: inherit;
}

.tug-form textarea {
  min-height: 150px;
  resize: vertical;
}

.tug-form input:focus,
.tug-form textarea:focus,
.tug-form select:focus {
  outline: 2px solid rgba(0, 54, 79, 0.18);
  border-color: rgba(0, 54, 79, 0.42);
}

.tug-form-submit {
  min-height: 58px;
  width: 100%;
  padding: 8px 8px 8px 22px;
  border: 0;
  border-radius: 999px;
  background: var(--primary-color);
  color: var(--white-color);
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  margin-top: 2px;
  cursor: pointer;
}

.tug-form-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(0, 18, 31, 0.16);
}

.tug-form-submit:disabled {
  cursor: wait;
  opacity: 0.82;
  transform: none;
  box-shadow: none;
}

.tug-form-submit__icon {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
}

.tug-form-submit__icon i {
  color: var(--white-color);
}

.tug-form-submit__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.tug-form-submit.is-loading .tug-form-submit__label::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.32);
  border-top-color: #fff;
  animation: tugButtonSpin 0.75s linear infinite;
}

.tug-form-submit.is-loading .tug-form-submit__icon {
  opacity: 0.5;
}

@keyframes tugButtonSpin {
  to {
    transform: rotate(360deg);
  }
}

body.tug-page.tug-edition-page {
  background: #071420;
  color: #feede5;
}

.tug-edition-page .tug-kicker {
  color: rgba(254, 237, 229, 0.74);
}

.tug-edition-page .tug-section-title,
.tug-edition-page .tug-page-title,
.tug-edition-page .tug-position h3,
.tug-edition-page .tug-feature-strip strong {
  color: #feede5;
}

.tug-edition-page .tug-lead,
.tug-edition-page .tug-pill-list .cs_list_info {
  color: rgba(254, 237, 229, 0.82);
}

.tug-edition-manifesto {
  position: relative;
  min-height: 100vh;
  background-image: url("../img/tugyeni/arkaplan.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.tug-edition-manifesto__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 18, 27, 0.9) 0%, rgba(5, 18, 27, 0.8) 32%, rgba(5, 18, 27, 0.64) 56%, rgba(5, 18, 27, 0.84) 100%),
    linear-gradient(180deg, rgba(4, 15, 23, 0.32) 0%, rgba(4, 15, 23, 0.1) 22%, rgba(4, 15, 23, 0.46) 100%);
}

.tug-edition-manifesto .container {
  position: relative;
  z-index: 1;
  padding-top: 156px;
  padding-bottom: 110px;
}

.tug-edition-manifesto__grid {
  display: grid;
  grid-template-columns: minmax(250px, 0.45fr) minmax(0, 1fr);
  gap: clamp(44px, 7vw, 110px);
  align-items: start;
}

.tug-edition-manifesto__sticky {
  position: sticky;
  top: 120px;
  left: auto;
  width: 100%;
  transform: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 22px;
  padding-right: clamp(24px, 4vw, 64px);
  border-right: 2px solid rgba(254, 237, 229, 0.34);
  z-index: 2;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.tug-edition-manifesto.is-rail-hidden .tug-edition-manifesto__sticky {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.tug-edition-manifesto__logo-wrap {
  width: min(100%, 340px);
  margin-inline: auto;
}

.tug-edition-manifesto__logo {
  width: 100%;
  height: auto;
  display: block;
  filter: brightness(0) saturate(100%) invert(99%) sepia(12%) saturate(602%) hue-rotate(298deg) brightness(103%) contrast(97%);
  opacity: 0.96;
}

.tug-edition-manifesto__mark {
  color: #feede5;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1;
  font-weight: 800;
}

.tug-edition-manifesto__flow {
  grid-column: 2;
  display: grid;
  gap: 46px;
}

.tug-edition-manifesto__block {
  max-width: 860px;
}

.tug-edition-manifesto__block--lead h1 {
  margin: 0 0 22px;
  color: #feede5;
  font-size: 48px;
  line-height: 0.92;
  font-weight: 400;
}

.tug-edition-manifesto__block h2,
.tug-edition-page .tug-gallery-switcher__head h2 {
  margin: 0 0 18px;
  color: #feede5;
  font-size: clamp(28px, 2.6vw, 42px);
  line-height: 1.12;
}

.tug-edition-manifesto__block p:last-child,
.tug-edition-page .tug-gallery-switcher__head p:last-child {
  margin: 0;
  color: rgba(254, 237, 229, 0.84);
  font-size: 18px;
  line-height: 1.85;
}

.tug-edition-manifesto__block--lead p:last-child {
  font-size: 20px;
}

.tug-gallery-switcher {
  display: grid;
  gap: 28px;
}

.tug-gallery-switcher__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: end;
}

.tug-gallery-tabs {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.tug-gallery-tab {
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid rgba(8, 40, 68, 0.14);
  background: rgba(255, 255, 255, 0.72);
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.tug-gallery-tab:hover,
.tug-gallery-tab:focus-visible {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.96);
  color: var(--primary-color);
}

.tug-gallery-tab.is-active {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--white-color);
}

.tug-gallery-switcher--dark .tug-gallery-tab {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
  color: rgba(254, 237, 229, 0.86);
}

.tug-gallery-switcher--dark .tug-gallery-tab:hover,
.tug-gallery-switcher--dark .tug-gallery-tab:focus-visible {
  background: rgba(255, 255, 255, 0.12);
  color: #feede5;
}

.tug-gallery-switcher--dark .tug-gallery-tab.is-active {
  background: #feede5;
  border-color: #feede5;
  color: #082a43;
}

.tug-gallery-panel[hidden] {
  display: none !important;
}

.tug-gallery-square {
  position: relative;
  aspect-ratio: 1 / 1;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(8, 40, 68, 0.08);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 60px rgba(2, 20, 34, 0.08);
}

.tug-gallery-square img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tug-gallery-square--dark {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 24px 70px rgba(2, 15, 24, 0.2);
}

.tug-detail-gallery-switcher {
  gap: 24px;
}

.tug-detail-gallery-switcher .tug-gallery-switcher__head {
  margin-bottom: 2px;
  padding-inline: 2px;
}

.tug-edition-hero {
  min-height: 100vh;
  align-items: center;
  text-align: center;
  background-image:
    linear-gradient(180deg, rgba(8, 26, 43, 0.32) 0%, rgba(9, 32, 53, 0.56) 46%, rgba(13, 34, 57, 0.22) 100%),
    url("../img/tugyeni/arkaplan.png");
  background-size: cover;
  background-position: center;
}

.tug-edition-hero .container {
  padding-top: 140px;
  padding-bottom: 110px;
}

.tug-edition-hero__inner {
  max-width: 920px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.tug-edition-hero .breadcrumb {
  justify-content: center;
}

.tug-edition-hero .tug-kicker {
  width: 100%;
  text-align: center;
}

.tug-edition-hero h1 {
  max-width: none;
  color: #feede5;
  font-size: clamp(88px, 14vw, 210px);
  line-height: 0.9;
  letter-spacing: 0;
}

.tug-edition-hero .tug-detail-lead {
  max-width: 720px;
  color: rgba(254, 237, 229, 0.84);
}

.tug-edition-hero .tug-detail-inline-points {
  justify-content: center;
}

.tug-edition-hero .tug-detail-inline-points span {
  border-color: rgba(254, 237, 229, 0.18);
  background: rgba(254, 237, 229, 0.08);
  color: rgba(254, 237, 229, 0.88);
}

.tug-edition-summary {
  background:
    linear-gradient(180deg, rgba(6, 29, 46, 0.84) 0%, rgba(10, 42, 66, 0.72) 100%),
    url("../img/tugyeni/tug-logo-bg.png");
  background-size: cover;
  background-position: center;
  border-color: rgba(254, 237, 229, 0.12);
  box-shadow: 0 28px 80px rgba(3, 16, 28, 0.14);
}

.tug-edition-page .tug-detail-summary-section {
  padding-top: 96px;
  padding-bottom: 96px;
}

.tug-edition-summary .tug-kicker,
.tug-edition-summary .tug-detail-summary__head h2,
.tug-edition-summary .tug-detail-summary__head p,
.tug-edition-summary .tug-detail-summary__body p {
  color: #feede5;
}

.tug-edition-summary .tug-detail-summary__head p,
.tug-edition-summary .tug-detail-summary__body p {
  color: rgba(254, 237, 229, 0.82);
}

.tug-edition-summary .tug-detail-summary__meta {
  background: rgba(254, 237, 229, 0.08);
}

.tug-edition-summary .tug-detail-summary__meta div {
  background: rgba(255, 255, 255, 0.06);
}

.tug-edition-summary .tug-detail-summary__meta strong {
  color: rgba(254, 237, 229, 0.56);
}

.tug-edition-summary .tug-detail-summary__meta span {
  color: #feede5;
}

.tug-edition-visual {
  border-color: rgba(254, 237, 229, 0.12);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 24px 80px rgba(3, 16, 28, 0.14);
}

.tug-premium-gallery {
  position: relative;
  overflow: hidden;
  padding: 18px 0 52px;
}

.tug-premium-gallery__track {
  display: grid;
  grid-template-columns: repeat(5, minmax(260px, 1fr));
  gap: 18px;
  animation: tugPremiumDrift 18s ease-in-out infinite alternate;
}

.tug-premium-gallery__item {
  position: relative;
  min-height: 380px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(254, 237, 229, 0.14);
  box-shadow: 0 24px 80px rgba(3, 16, 28, 0.22);
}

.tug-premium-gallery__item:nth-child(even) {
  transform: translateY(34px);
}

.tug-premium-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.95) contrast(1.04);
}

.tug-premium-gallery__item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 18, 30, 0.05), rgba(4, 18, 30, 0.52));
}

@keyframes tugPremiumDrift {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-7%);
  }
}

.tug-career-application {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 1fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
}

.tug-edition-page .tug-pill-list .tug-mini-icon {
  filter: brightness(0) saturate(100%) invert(93%) sepia(15%) saturate(325%) hue-rotate(310deg) brightness(103%) contrast(98%);
}

.tug-edition-approach {
  box-shadow: 0 24px 80px rgba(3, 16, 28, 0.14);
}

.tug-blog-card .tug-media {
  height: clamp(210px, 22vw, 250px);
  flex: 0 0 auto;
}

.tug-project-card .tug-card-body,
.tug-blog-card .tug-card-body {
  min-height: 235px;
}

.tug-blog-card {
  display: flex;
  flex-direction: column;
}

.tug-blog-card .tug-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.tug-blog-card .tug-card-body h2 {
  margin-top: 0 !important;
}

.tug-blog-card .tug-read-more,
.tug-read-more {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--primary-color);
  font-weight: 700;
}

.tug-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--border-color);
  border-radius: 10px;
  overflow: hidden;
  background: var(--white-color);
}

.tug-process-item {
  min-height: 260px;
  padding: 34px;
  border-right: 1px solid var(--border-color);
}

.tug-process-item:last-child {
  border-right: 0;
}

.tug-process-number {
  display: block;
  color: var(--accent-color);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 36px;
}

.tug-process-item h3,
.tug-position h3 {
  font-size: 26px;
  line-height: 1.15;
  font-weight: 700;
  margin-bottom: 14px;
}

.tug-quote-panel {
  padding: clamp(34px, 5vw, 72px);
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(8, 40, 68, 0.92), rgba(12, 38, 76, 0.88)),
    url("../img/tug/tugson1.jpg");
  background-size: cover;
  background-position: center;
  color: var(--white-color);
}

.tug-quote-panel p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.82);
}

.tug-feature-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--border-color);
  border-radius: 10px;
  overflow: hidden;
}

.tug-feature-strip > div {
  padding: 28px;
  background: var(--white-color);
}

.tug-feature-strip strong {
  display: block;
  color: var(--primary-color);
  font-size: 20px;
  line-height: 1.25;
  margin-bottom: 8px;
}

.tug-position {
  background: var(--white-color);
  border: 1px solid var(--border-color);
  border-radius: 10px;
  padding: 30px;
}

.tug-position-meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 20px;
}

#iletisim-cta {
  position: relative;
  z-index: 2;
  padding-top: 72px;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.tug-contact-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.95fr);
  gap: 36px;
  align-items: center;
}

.tug-contact-cta__content,
.tug-contact-cta__actions {
  min-width: 0;
}

.tug-contact-cta__title {
  max-width: 680px;
  margin: 0 0 18px;
  color: var(--white-color);
  font-size: 44px;
  line-height: 1.12;
  letter-spacing: 0;
  font-weight: 700;
}

.tug-contact-cta__text {
  max-width: 560px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 17px;
  line-height: 1.75;
}

.tug-contact-cta__actions {
  display: grid;
  gap: 16px;
  align-content: center;
}

.tug-contact-cta__button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.tug-contact-cta__primary,
.tug-contact-cta__primary:hover {
  min-height: 54px;
  padding: 5px 7px 5px 22px;
  border-radius: 999px;
  border: none;
  background-color: #feede5;
  color: var(--primary-color);
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
  box-shadow: 0 16px 40px rgba(0, 18, 31, 0.18);
}

.tug-contact-cta__primary:hover {
  transform: translateY(-1px);
  background-color: #feede5;
}

.tug-contact-cta__primary span:first-child {
  color: var(--primary-color);
}

.tug-contact-cta__primary-icon {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background-color: rgb(44 44 44 / 14%);
  color: var(--primary-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
}

.tug-contact-cta__ghost {
  min-height: 54px;
  padding: 14px 24px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background-color: rgba(255, 255, 255, 0.06);
  color: var(--white-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  transition: all 0.3s ease;
}

.tug-contact-cta__ghost:hover {
  color: var(--white-color);
  border-color: rgba(255, 255, 255, 0.32);
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-1px);
}

.tug-contact-cta__meta {
  display: grid;
  gap: 12px;
}

.tug-contact-cta__meta-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 0;
  border-radius: 0;
  background-color: transparent;
  border: none;
}

.tug-contact-cta__meta-icon {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.12);
  color: var(--white-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
}

.tug-contact-cta__meta-label {
  display: block;
  margin-bottom: 3px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.tug-contact-cta__meta-value,
.tug-contact-cta__meta-value:hover {
  color: var(--white-color);
  font-size: 16px;
  line-height: 1.5;
}

.tug-category-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.tug-article {
  max-width: 880px;
  margin-inline: auto;
}

.tug-article p {
  font-size: 19px;
  line-height: 1.85;
}

.tug-article h2 {
  font-size: 34px;
  line-height: 1.15;
  font-weight: 700;
  margin-top: 54px;
}

.tug-footer-top {
  display: grid;
  grid-template-columns: 1.45fr 1fr 1fr 1fr;
  gap: 48px 32px;
}

.tug-footer-brand img {
  height: 94px;
  width: auto;
  margin-bottom: 20px;
}

.tug-footer-brand p,
.tug-footer-contact span,
.tug-footer-contact a,
.tug-footer-links a {
  color: rgba(255, 255, 255, 0.72);
}

.tug-footer-title {
  color: var(--white-color);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}

.tug-footer-links,
.tug-footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.tug-footer-contact strong {
  display: block;
  color: var(--white-color);
  font-size: 12px;
  letter-spacing: 0;
  margin-bottom: 4px;
}

.tug-footer-socials {
  display: flex;
  gap: 10px;
  margin-top: 24px;
}

.tug-footer-socials a {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--white-color);
  background: rgba(255, 255, 255, 0.1);
}

.tug-footer-mark {
  width: 25px;
  height: 25px;
  opacity: 0.92;
}

.cs_footer_style_1.cs_primary_bg {
  background: linear-gradient(180deg, #082844 0%, #052033 100%);
}

.cs_footer_bottom_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

[data-aos] {
  opacity: 0;
  transition:
    opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1),
    clip-path 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--aos-delay, 0ms);
  will-change: opacity, transform, clip-path;
}

[data-aos="fade-up"],
[data-aos="title-up"] {
  transform: translate3d(0, 34px, 0);
}

[data-aos="fade-right"] {
  transform: translate3d(-44px, 0, 0);
}

[data-aos="fade-left"] {
  transform: translate3d(44px, 0, 0);
}

[data-aos="zoom-in"] {
  transform: scale(0.94);
}

[data-aos="clip-up"] {
  clip-path: inset(18% 0 0 0);
  transform: translate3d(0, 24px, 0);
}

[data-aos].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  clip-path: inset(0 0 0 0);
}

@media (max-width: 1199px) {
  .tug-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tug-founder-message {
    grid-template-columns: 1fr;
  }

  .tug-founder-portrait {
    width: min(100%, 520px);
    max-height: 560px;
    justify-self: start;
  }

  .tug-founder-points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #hakkimizda .cs_about_text {
    padding-left: 0;
  }

  .tug-split,
  .tug-split-reverse,
  .tug-gallery {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  .tug-brand img {
    height: 62px;
  }

  .tug-founder-message {
    padding: 24px;
    border-radius: 22px;
  }

  .tug-founder-portrait {
    max-height: 480px;
    border-radius: 20px;
  }

  .tug-founder-portrait__badge {
    right: 18px;
    bottom: 18px;
    left: 18px;
  }

  #hakkimizda .cs_about_img_wrapper {
    width: 100%;
  }

  #hakkimizda .cs_about_img1 img {
    height: 420px;
  }

  #hakkimizda .cs_about_img2 img {
    width: 72px;
    height: auto !important;
  }

  .tug_header .cs_main_header_in {
    height: 78px;
    padding: 0 24px;
  }

  .tug-main {
    padding-top: 78px;
  }

  .tug-section,
  .tug-section-sm {
    padding: 76px 0;
  }

  .tug-grid-2,
  .tug-grid-3,
  .tug-footer-top,
  .tug-stat-grid,
  .tug-process,
  .tug-feature-strip {
    grid-template-columns: 1fr;
  }

  .tug-project-muted-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tug-project-showcase {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .tug-contact-cta {
    grid-template-columns: 1fr;
  }

  .tug-contact-cta__title {
    font-size: 38px;
  }

  .tug-detail-hero-grid,
  .tug-detail-approach,
  .tug-detail-approach__grid,
  .tug-detail-summary__head,
  .tug-career-application,
  .tug-detail-story-grid {
    grid-template-columns: 1fr;
  }

  .tug-detail-metrics,
  .tug-detail-summary__meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tug-detail-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tug-detail-gallery-grid .tug-media:nth-child(1) {
    grid-column: span 2;
    grid-row: span 1;
    height: 520px;
  }

  .tug-detail-gallery-grid .tug-media:nth-child(n + 2) {
    grid-column: span 1;
    height: 300px;
  }

  .tug-gallery-mosaic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tug-gallery-mosaic .tug-media {
    grid-column: span 1 !important;
    height: 260px;
  }

  .tug-project-showcase .cs_card_style_1,
  .tug-project-showcase .cs_card_style_1:nth-child(even),
  .tug-project-showcase .cs_card_style_1:nth-child(3),
  .tug-project-showcase .cs_card_style_1:nth-child(4) {
    transform: none;
  }

  .tug-process-item {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--border-color);
  }

  .tug-process-item:last-child {
    border-bottom: 0;
  }

  .tug-image-tall,
  .tug-gallery .tug-media:first-child {
    height: 460px;
  }
}

@media (max-width: 767px) {
  .tug-brand img {
    height: 54px;
  }

  .tug-founder-copy h2 {
    font-size: 30px;
  }

  .tug-founder-copy p {
    font-size: 15px;
  }

  .tug-founder-signature {
    margin-top: 20px;
  }

  .tug-founder-points {
    grid-template-columns: 1fr;
  }

  .tug-founder-points .cs_list_info {
    font-size: 16px;
  }

  .tug-founder-portrait {
    max-height: 420px;
  }

  .tug-founder-portrait__badge strong {
    font-size: 18px;
  }

  .tug_header .cs_main_header_in {
    height: 72px;
    padding: 0 16px;
  }

  .tug-main {
    padding-top: 72px;
  }

  .tug-container-wide {
    width: min(100% - 32px, 1480px);
  }

  .tug-page .tug-page-header-compact {
    padding: 0;
    min-height: 208px;
  }

  .tug-page .tug-page-header-compact .cs_page_header_content {
    padding-top: 40px;
    padding-bottom: 28px;
  }

  .tug-page .tug-page-header-compact .cs_page_header_title {
    font-size: 30px !important;
  }

  .tug-page .tug-page-header-compact .breadcrumb {
    padding: 7px 12px;
    font-size: 12px;
  }

  .tug-page .tug-page-header-compact .tug-page-header-lead {
    font-size: 14px;
  }

  .tug-gallery-switcher__head {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .tug-edition-manifesto .container {
    padding-top: 126px;
    padding-bottom: 84px;
  }

  .tug-edition-manifesto__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .tug-edition-manifesto__flow {
    grid-column: auto;
  }

  .tug-edition-manifesto__sticky {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    transform: none;
    min-height: auto;
    padding-right: 0;
    padding-bottom: 28px;
    border-right: 0;
    border-bottom: 2px solid rgba(254, 237, 229, 0.22);
  }

  .tug-edition-manifesto__block--lead h1 {
    font-size: clamp(54px, 9vw, 92px);
  }

  .tug-edition-manifesto__block h2,
  .tug-edition-page .tug-gallery-switcher__head h2 {
    font-size: 32px;
  }

  .tug-project-extended {
    margin-top: 42px;
    padding-top: 32px;
  }

  .tug-project-muted-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .tug-project-muted-media {
    height: 220px;
  }

  .tug-detail-hero-grid {
    gap: 28px;
  }

  .tug-detail-lead {
    font-size: 17px;
    line-height: 1.68;
  }

  .tug-contact-cta {
    gap: 24px;
  }

  .tug-contact-cta__title {
    font-size: 31px;
  }

  .tug-contact-cta__text {
    font-size: 15px;
  }

  .tug-contact-cta__button-group {
    flex-direction: column;
  }

  .tug-contact-cta__button-group a {
    width: 100%;
  }

  .tug-contact-cta__meta-item {
    align-items: flex-start;
  }

  .tug-detail-inline-points span {
    width: 100%;
    text-align: center;
  }

  .tug-detail-lead-card {
    padding: 22px;
    border-radius: 16px;
  }

  .tug-detail-lead-card__top h2 {
    font-size: 24px;
  }

  .tug-detail-lead-visual {
    min-height: 320px;
  }

  .tug-detail-approach {
    gap: 24px;
    padding: 24px 20px;
    border-radius: 18px;
  }

  .tug-detail-approach__intro h2 {
    font-size: 30px;
  }

  .tug-detail-approach__intro p:last-child {
    font-size: 16px;
    line-height: 1.7;
  }

  .tug-detail-approach__item {
    padding: 20px 18px;
    border-radius: 16px;
  }

  .tug-detail-approach__item h3 {
    font-size: 22px;
  }

  .tug-detail-metrics,
  .tug-detail-summary__meta,
  .tug-detail-gallery-grid,
  .tug-detail-story-grid,
  .tug-gallery-mosaic {
    grid-template-columns: 1fr;
  }

  .tug-detail-metric {
    min-height: 144px;
    padding: 24px 20px;
  }

  .tug-detail-summary__head {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .tug-detail-summary__meta div {
    padding: 16px 16px 18px;
  }

  .tug-detail-summary__visual {
    height: 280px;
  }

  .tug-detail-summary__body p {
    font-size: 16px;
    line-height: 1.72;
  }

  .tug-detail-gallery-grid {
    gap: 18px;
  }

  .tug-detail-gallery-grid .tug-media:nth-child(1),
  .tug-detail-gallery-grid .tug-media:nth-child(2),
  .tug-detail-gallery-grid .tug-media:nth-child(3),
  .tug-detail-gallery-grid .tug-media:nth-child(4),
  .tug-detail-gallery-grid .tug-media:nth-child(5),
  .tug-detail-gallery-grid .tug-media:nth-child(6),
  .tug-detail-gallery-grid .tug-media:nth-child(7),
  .tug-detail-gallery-grid .tug-media:nth-child(8),
  .tug-gallery-mosaic .tug-media {
    grid-column: span 1 !important;
    height: 240px;
  }

  .tug-detail-story__media {
    height: 240px;
  }

  .tug-detail-story__body {
    padding: 22px;
  }

  .tug-detail-story__body h3 {
    font-size: 24px;
  }

  .tug-page .cs_page_header_content,
  .tug-detail-hero .container {
    padding-top: 82px;
    padding-bottom: 64px;
  }

  .tug-page-title {
    font-size: 42px;
  }

  .tug-section-title {
    font-size: 34px;
  }

  .tug-project-card .tug-media,
  .tug-blog-card .tug-media,
  .tug-image-mid,
  .tug-gallery-side .tug-media {
    height: 280px;
  }

  .tug-project-showcase .cs_card_thumbnail {
    height: 280px;
  }

  .tug-project-card .tug-card-body,
  .tug-blog-card .tug-card-body {
    min-height: auto;
  }

  .tug-card-body {
    padding: 24px;
  }
}

@media (max-width: 991px) {
  .tug-edition-hero {
    min-height: auto;
  }

  .tug-edition-manifesto__sticky {
    gap: 22px;
  }

  .tug-edition-manifesto__logo-wrap {
    width: min(100%, 260px);
  }
}

@media (max-width: 767px) {
  .tug-edition-hero h1 {
    font-size: 64px;
  }

  .tug-premium-gallery__track {
    grid-template-columns: 1fr;
    animation: none;
  }

  .tug-premium-gallery__item,
  .tug-premium-gallery__item:nth-child(even) {
    min-height: 260px;
    transform: none;
  }

  .tug-edition-manifesto .container {
    padding-top: 112px;
    padding-bottom: 70px;
  }

  .tug-edition-manifesto__block--lead h1 {
    font-size: 48px;
  }

  .tug-edition-manifesto__block p:last-child {
    font-size: 16px;
    line-height: 1.72;
  }

  .tug-edition-manifesto__block h2,
  .tug-edition-page .tug-gallery-switcher__head h2 {
    font-size: 28px;
  }

  .tug-gallery-tabs {
    gap: 8px;
  }

  .tug-gallery-tab {
    min-height: 40px;
    padding: 9px 14px;
    font-size: 13px;
  }
}

/* ==================================
   TUG GALERI: TIKLANABÄ°LÄ°R Ã–NIZLEME
   ================================== */

.tug-detail-gallery-grid .tug-media {
  cursor: zoom-in;
  position: relative;
}

.tug-detail-gallery-grid .tug-media img {
  transition: transform 0.42s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.tug-detail-gallery-grid .tug-media:hover img {
  transform: scale(1.05);
}

.tug-gallery-hover-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 18, 30, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  opacity: 0;
  transition: background 0.3s ease, opacity 0.3s ease;
  border-radius: 14px;
  pointer-events: none;
}

.tug-gallery-hover-overlay i {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: 18px;
  line-height: 1;
  box-shadow: 0 18px 36px rgba(0, 18, 30, 0.24);
  backdrop-filter: blur(10px);
  transform: translateY(8px) scale(0.94);
  transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

.tug-detail-gallery-grid .tug-media:hover .tug-gallery-hover-overlay {
  background: rgba(0, 18, 30, 0.46);
  opacity: 1;
}

.tug-detail-gallery-grid .tug-media:hover .tug-gallery-hover-overlay i {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.22);
  transform: translateY(0) scale(1);
}

/* Galeri CTA butonu */
.tug-gallery-cta-row {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
}

.tug-gallery-all-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
  border-radius: 999px;
  border: 1.5px solid rgba(0, 54, 79, 0.2);
  background: #fff;
  color: var(--primary-color);
  font-weight: 700;
  font-size: 15px;
  font-family: var(--primary-font, inherit);
  cursor: pointer;
  transition: background 0.25s, color 0.25s, border-color 0.25s, box-shadow 0.25s, transform 0.2s;
  box-shadow: 0 4px 22px rgba(0, 54, 79, 0.07);
}

.tug-gallery-all-btn:hover {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(0, 54, 79, 0.18);
}

.tug-gallery-badge {
  display: inline-block;
  background: rgba(0, 54, 79, 0.08);
  color: var(--primary-color);
  font-size: 12px;
  font-weight: 700;
  padding: 3px 11px;
  border-radius: 99px;
  transition: background 0.25s, color 0.25s;
}

.tug-gallery-all-btn:hover .tug-gallery-badge {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}

/* ==================================
   GALERÄ° TAM EKRAN MODAL
   ================================== */

.tug-gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 9000;
  display: flex;
  flex-direction: column;
  background: #05111a;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s ease;
}

.tug-gallery-modal.is-open {
  opacity: 1;
  pointer-events: all;
}

.tug-gallery-modal__header {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  gap: 16px;
}

.tug-gallery-modal__meta {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.tug-gallery-modal__name {
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tug-gallery-modal__count {
  color: rgba(255, 255, 255, 0.38);
  font-size: 13px;
  white-space: nowrap;
}

.tug-gallery-modal__close {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, color 0.2s;
}

.tug-gallery-modal__close:hover {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.tug-gallery-modal__body {
  flex: 1;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 20px 28px 40px;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.12) transparent;
}

.tug-gallery-modal__body::-webkit-scrollbar {
  width: 5px;
}

.tug-gallery-modal__body::-webkit-scrollbar-track {
  background: transparent;
}

.tug-gallery-modal__body::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.14);
  border-radius: 99px;
}

.tug-gallery-modal__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.tug-gallery-modal__item {
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  background: rgba(255, 255, 255, 0.04);
}

.tug-gallery-modal__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.tug-gallery-modal__item:hover img {
  transform: scale(1.06);
}

.tug-gallery-modal__item-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 18, 30, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  opacity: 0;
  transition: background 0.25s ease, opacity 0.25s ease;
}

.tug-gallery-modal__item:hover .tug-gallery-modal__item-overlay {
  background: rgba(0, 18, 30, 0.46);
  opacity: 1;
}

/* ==================================
   LÄ°GHTBOX
   ================================== */

.tug-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9100;
  background: rgba(0, 0, 0, 0.97);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
}

.tug-lightbox.is-open {
  opacity: 1;
  pointer-events: all;
}

.tug-lightbox__stage {
  position: relative;
  max-width: calc(100vw - 140px);
  max-height: calc(100vh - 80px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.tug-lightbox__img {
  max-width: 100%;
  max-height: calc(100vh - 80px);
  object-fit: contain;
  border-radius: 4px;
  display: block;
  user-select: none;
}

.tug-lightbox__close {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.88);
  font-size: 17px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  backdrop-filter: blur(8px);
  z-index: 9110;
}

.tug-lightbox__close:hover {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.tug-lightbox__nav {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, transform 0.2s;
  backdrop-filter: blur(8px);
  z-index: 9110;
}

.tug-lightbox__nav:hover {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.tug-lightbox__nav--prev {
  left: 20px;
}

.tug-lightbox__nav--next {
  right: 20px;
}

.tug-lightbox__nav--prev:hover {
  transform: translateY(-50%) translateX(-2px);
}

.tug-lightbox__nav--next:hover {
  transform: translateY(-50%) translateX(2px);
}

.tug-lightbox__counter {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.5);
  padding: 6px 18px;
  border-radius: 99px;
  backdrop-filter: blur(8px);
  white-space: nowrap;
  z-index: 9110;
}

@media (max-width: 1024px) {
  .tug-gallery-modal__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .tug-gallery-modal__header {
    padding: 14px 16px;
  }

  .tug-gallery-modal__body {
    padding: 12px 16px 32px;
  }

  .tug-gallery-modal__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 7px;
  }

  .tug-lightbox__stage {
    max-width: calc(100vw - 80px);
  }

  .tug-lightbox__nav {
    width: 40px;
    height: 40px;
    font-size: 15px;
  }

  .tug-lightbox__nav--prev {
    left: 8px;
  }

  .tug-lightbox__nav--next {
    right: 8px;
  }

  .tug-gallery-all-btn {
    padding: 12px 22px;
    font-size: 14px;
  }
}

/* Edition manifesto subtitle & CTA block */
.tug-edition-manifesto__subtitle {
  font-size: clamp(24px, 2.8vw, 38px) !important;
  color: rgba(254, 237, 229, 0.72) !important;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0.01em;
  margin: 0 !important;
}

.tug-edition-manifesto__block--cta {
  margin-top: 32px;
  padding-top: 56px;
  border-top: 1px solid rgba(254, 237, 229, 0.18);
}

.tug-edition-cta {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.tug-edition-cta__label {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(254, 237, 229, 0.55);
}

.tug-edition-cta__title {
  margin: 0 !important;
  font-size: clamp(36px, 4vw, 64px) !important;
  color: #feede5 !important;
  line-height: 1.04 !important;
}

.tug-edition-cta__text {
  margin: 0;
  max-width: 620px;
  color: rgba(254, 237, 229, 0.78) !important;
  font-size: 17px;
  line-height: 1.8;
}

.tug-edition-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
  padding: 16px 32px;
  background: #feede5;
  color: #082844;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  border-radius: 4px;
  text-decoration: none;
  align-self: flex-start;
  transition: background 0.2s, color 0.2s;
}

.tug-edition-cta__btn:hover {
  background: #ffffff;
  color: #082844;
}

.edition-img {
  width: 100%;
  max-width: 860px;
}

.edition-img__grid {
  display: grid;
  gap: clamp(16px, 2vw, 28px);
}

.edition-img__grid--1 {
  grid-template-columns: minmax(0, 1fr);
}

.edition-img__grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.edition-img__grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.edition-img__grid--4 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.edition-img__item {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.06);
}

.edition-img__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: inherit;
}
/* Lead form section */
.lead-form-section {
  background: #0f1f3d;
  padding: 80px 0;
}
.lead-form-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.lead-form-left { color: #fff; }
.lead-form-tag {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #feede5;
  display: block;
  margin-bottom: 16px;
}
.lead-form-left h2 {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 16px;
  font-weight: 300;
}
.lead-form-left h2 strong { font-weight: 700; }
.lead-form-left p { color: rgba(255,255,255,0.65); line-height: 1.7; margin-bottom: 24px; }
.lead-form-trust { list-style: none; padding: 0; margin: 0; }
.lead-form-trust li { color: rgba(255,255,255,0.8); margin-bottom: 10px; font-size: 14px; }
.lead-form-card {
  background: #fff;
  border-radius: 16px;
  padding: 36px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.lead-input {
  width: 100%;
  padding: 14px 16px;
  border: 1.5px solid #e8e8e8;
  border-radius: 8px;
  font-size: 14px;
  outline: none;
  transition: border-color 0.2s;
  box-sizing: border-box;
  font-family: inherit;
  background: #fff;
  color: #0f1f3d;
}
.lead-input:focus { border-color: #0f1f3d; }
.lead-select { appearance: none; cursor: pointer; }
.lead-textarea { resize: vertical; min-height: 80px; }
.lead-submit {
  background: #0f1f3d;
  color: #fff;
  border: none;
  padding: 16px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s, transform 0.1s;
  font-family: inherit;
}
.lead-submit:hover { background: #1a3560; transform: translateY(-1px); }
.lead-privacy { font-size: 11px; color: #999; text-align: center; margin: 0; }

/* Project prev/next navigation */
.project-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 80px;
  border-top: 1px solid #e8e8e8;
  background: #fafafa;
}
.project-nav-item {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #0f1f3d;
  gap: 6px;
  transition: opacity 0.2s;
}
.project-nav-item:hover { opacity: 0.65; }
.project-nav-item.next { align-items: flex-end; }
.project-nav-label { font-size: 12px; color: #999; }
.project-nav-name { font-size: 16px; font-weight: 700; }
.project-nav-center {
  font-size: 13px;
  color: #666;
  text-decoration: none;
  border: 1px solid #ddd;
  padding: 10px 20px;
  border-radius: 20px;
  transition: all 0.2s;
}
.project-nav-center:hover { background: #0f1f3d; color: #fff; border-color: #0f1f3d; }

@media (max-width: 768px) {
  .lead-form-inner { grid-template-columns: 1fr; gap: 40px; padding: 0 20px; }
  .lead-form-section { padding: 60px 0; }
  .project-nav { padding: 30px 24px; }
  .project-nav-name { font-size: 14px; }
}

/* Hero CTA card */
.tug-detail-hero-cta {
  display: flex;
  align-items: flex-end;
}

.tug-hero-cta-card {
  background: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  padding: 28px 26px 24px;
  color: #fff;
  width: 100%;
}

.tug-hero-cta-tag {
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #feede5;
  margin-bottom: 10px;
}

.tug-hero-cta-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.28;
  margin: 0 0 8px;
  color: #fff;
}

.tug-hero-cta-desc {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.68);
  margin: 0 0 20px;
  line-height: 1.6;
}

.tug-hero-cta-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  justify-content: center;
  background:#feede5;
  color: #0f1f3d;
  border: none;
  border-radius: 8px;
  padding: 14px 20px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
  font-family: inherit;
  margin-bottom: 16px;
}

.tug-hero-cta-btn:hover {
  background: #e8bc74;
  transform: translateY(-1px);
}

.tug-hero-cta-trust {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.tug-hero-cta-trust li {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}

/* Contact modal */
.tug-cmodal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.tug-cmodal.is-open {
  opacity: 1;
  pointer-events: all;
}

.tug-cmodal__bd {
  position: absolute;
  inset: 0;
  background: rgba(5, 17, 26, 0.72);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
}

.tug-cmodal__panel {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 40px 36px 36px;
  width: 100%;
  max-width: 480px;
  max-height: 90vh;
  overflow-y: auto;
  scrollbar-width: thin;
}

.tug-cmodal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #e8e8e8;
  background: #f5f5f5;
  color: #333;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.tug-cmodal__close:hover {
  background: #e8e8e8;
}

.tug-cmodal__tag {
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #feede5;
  margin-bottom: 10px;
}

.tug-cmodal__title {
  font-size: 28px;
  font-weight: 700;
  color: #0f1f3d;
  margin: 0 0 6px;
  line-height: 1.2;
}

.tug-cmodal__sub {
  font-size: 14px;
  color: #666;
  margin: 0 0 24px;
  line-height: 1.6;
}

.tug-cmodal__form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
}

.tug-cmodal__input {
  width: 100%;
  padding: 13px 15px;
  border: 1.5px solid #e8e8e8;
  border-radius: 8px;
  font-size: 14px;
  outline: none;
  transition: border-color 0.2s;
  box-sizing: border-box;
  font-family: inherit;
  color: #0f1f3d;
  background: #fff;
}

.tug-cmodal__input:focus {
  border-color: #0f1f3d;
}

.tug-cmodal__select {
  appearance: none;
  cursor: pointer;
}

.tug-cmodal__textarea {
  resize: vertical;
  min-height: 80px;
}

.tug-cmodal__submit {
  width: 100%;
  background: #0f1f3d;
  color: #fff;
  border: none;
  padding: 15px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s, transform 0.1s;
  font-family: inherit;
}

.tug-cmodal__submit:hover {
  background: #1a3560;
  transform: translateY(-1px);
}

.tug-cmodal__privacy {
  font-size: 11px;
  color: #aaa;
  text-align: center;
  margin: 0;
}

.tug-cmodal__trust {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 16px;
  border-top: 1px solid #f0f0f0;
}

.tug-cmodal__trust li {
  font-size: 13px;
  color: #555;
}

@media (max-width: 991px) {
  .tug-detail-hero-grid {
    grid-template-columns: 1fr;
  }
  .tug-hero-cta-card {
    display: none;
  }
}

/* Tamamlanan Projeler section */
.completed-projects-section {
  padding: 80px 0 100px;
  background: #f5f5f3;
}

.completed-projects-inner {
  margin: 0 auto;
}

.completed-projects-header {
  margin-bottom: 48px;
}

.completed-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #596273;
  margin-bottom: 16px;
}

.completed-projects-header h2 {
  font-size: 38px;
  font-weight: 300;
  color: #0f1f3d;
  line-height: 1.2;
  margin: 0;
}

.completed-projects-header h2 strong {
  font-weight: 800;
}

.completed-projects-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.completed-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  cursor: default;
  background: #1a1a2e;
  isolation: isolate;
}

.completed-card-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.72;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.completed-card:hover .completed-card-img {
  opacity: 0.28;
  transform: scale(1.04);
}

.completed-card:focus-visible {
  outline: 3px solid rgba(15, 31, 61, 0.42);
  outline-offset: 4px;
}

.completed-card-badges {
  position: absolute;
  z-index: 2;
  top: 16px;
  left: 16px;
  right: 16px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.completed-card-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 30px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 999px;
  background: rgba(5, 22, 36, 0.82);
  color: #fff;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.02em;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.completed-card-badge--location {
  max-width: calc(100% - 72px);
}

.completed-card-badge--year {
  margin-left: auto;
  font-variant-numeric: tabular-nums;
}

.completed-card-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px 20px;
  background: linear-gradient(to top, rgba(10, 20, 50, 0.85) 0%, transparent 55%);
  transition: background 0.4s ease;
}

.completed-card:hover .completed-card-overlay {
  background: linear-gradient(to top, rgba(10, 20, 50, 0.95) 0%, rgba(10, 20, 50, 0.5) 100%);
}

.completed-card-title {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 6px;
  line-height: 1.22;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.32);
}

.completed-card-location {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 600;
}

.completed-card-location i {
  font-size: 10px;
}

.completed-card-info {
  color: rgba(255, 255, 255, 0.75);
  font-size: 12px;
  line-height: 1.55;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.35s ease 0.05s;
}

.completed-card-info strong {
  display: block;
  margin-bottom: 7px;
  color: #fff;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
}

.completed-card-info p {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
}

.completed-card:hover .completed-card-info {
  max-height: 120px;
  opacity: 1;
}

.completed-card:focus-visible .completed-card-img {
  opacity: 0.28;
  transform: scale(1.04);
}

.completed-card:focus-visible .completed-card-overlay {
  background: linear-gradient(to top, rgba(10, 20, 50, 0.95) 0%, rgba(10, 20, 50, 0.5) 100%);
}

.completed-card:focus-visible .completed-card-info {
  max-height: 120px;
  opacity: 1;
}

@media (hover: none), (pointer: coarse) {
  .completed-card-img {
    opacity: 0.42;
  }

  .completed-card-overlay {
    background: linear-gradient(to top, rgba(10, 20, 50, 0.94) 0%, rgba(10, 20, 50, 0.12) 72%);
  }

  .completed-card-info {
    max-height: 120px;
    opacity: 1;
  }
}

@media (max-width: 1199px) {
  .completed-projects-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .completed-projects-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .completed-projects-header h2 {
    font-size: 28px;
  }
  .completed-projects-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 480px) {
  .completed-projects-grid {
    grid-template-columns: 1fr;
  }
}

/* Page polish */
.tug-page .tug-page-header-compact {
  min-height: 340px;
  align-items: flex-end;
}

.tug-page .tug-page-header-compact .cs_page_header_content {
  padding: 124px 0 48px;
  max-width: 980px;
}

.tug-page .tug-page-header-compact .cs_page_header_title {
  overflow-wrap: anywhere;
}

.tug-page .breadcrumb.tug-breadcrumb-photo,
.tug-page .tug-page-header-compact .breadcrumb {
  max-width: min(100%, 920px);
  white-space: normal;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 6px;
}

.tug-section {
  padding: 96px 0;
}

.tug-section.pt-0 {
  padding-top: 0 !important;
}

.tug-article-heading {
  max-width: 960px;
  margin: 0 auto 36px;
}

.tug-article-heading .tug-section-title {
  max-width: 100%;
}

.tug-contact-layout {
  align-items: stretch;
}

.tug-contact-copy,
.tug-contact-form-card {
  height: 100%;
}

.tug-contact-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 32px;
}

.tug-contact-info-box {
  display: flex;
  min-height: 132px;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border: 1px solid rgba(8, 40, 68, 0.12);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 50px rgba(8, 40, 68, 0.06);
}

.tug-contact-info-box span,
.tug-contact-address strong {
  color: rgba(8, 40, 68, 0.58);
  font-size: 13px;
  font-weight: 700;
}

.tug-contact-info-box strong {
  color: var(--primary-color);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.2;
}

.tug-contact-address {
  display: grid;
  gap: 8px;
  margin-top: 18px;
  padding: 24px;
  border: 1px solid rgba(8, 40, 68, 0.1);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.58);
}

.tug-contact-address span {
  color: var(--secondary-color);
  line-height: 1.7;
}

.tug-contact-form-card .tug-kicker {
  margin-bottom: 24px;
}

.tug-detail-summary {
  padding: clamp(32px, 4.5vw, 64px);
}

.tug-detail-summary__head {
  grid-template-columns: 1fr;
  max-width: 1120px;
  margin-bottom: 34px;
}

.tug-detail-summary__head h2 {
  max-width: 1120px;
  line-height: 1.08;
}

.tug-detail-summary__body {
  max-width: 1180px;
  margin: 0 auto;
}

.tug-detail-summary__intro {
  margin-bottom: 22px;
}

.tug-detail-summary__body p,
.tug-detail-summary__intro p,
.tug-detail-summary__body li {
  color: var(--secondary-color);
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.9;
}

.tug-detail-summary__body p + p,
.tug-detail-summary__intro p + p {
  margin-top: 18px;
}

@media (max-width: 991px) {
  .tug-page .tug-page-header-compact {
    min-height: 310px;
  }

  .tug-page .tug-page-header-compact .cs_page_header_content {
    padding: 112px 0 40px;
  }

  .tug-contact-info-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .tug-section {
    padding: 72px 0;
  }

  .tug-page .tug-page-header-compact {
    min-height: 286px;
  }

  .tug-page .tug-page-header-compact .cs_page_header_content {
    padding: 104px 0 34px;
  }

  .tug-contact-info-box {
    min-height: 112px;
  }
}

/* Project detail compact presentation */
.tug-detail-landing {
  min-height: 100vh;
  min-height: 100svh;
  padding: 150px 0 72px;
}

.tug-detail-hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: 32px;
  align-items: end;
}

.tug-detail-hero-copy h1 {
  max-width: 820px;
  font-size: clamp(38px, 4.2vw, 64px);
  line-height: 1.04;
}

.tug-project-hero-metrics {
  width: min(100%, 760px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.tug-project-hero-metric {
  min-height: 92px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.13);
  box-shadow: 0 18px 44px rgba(0, 18, 31, 0.2);
  backdrop-filter: blur(14px);
}

.tug-project-hero-metric span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.tug-project-hero-metric strong {
  color: var(--white-color);
  font-size: clamp(20px, 2.2vw, 30px);
  line-height: 1;
  font-weight: 700;
}

.tug-detail-hero-copy .breadcrumb {
  max-width: 100%;
  flex-wrap: wrap;
  row-gap: 6px;
}

.tug-hero-cta-card {
  padding: 24px;
  border-radius: 14px;
}

.tug-hero-cta-title {
  font-size: 24px;
}

.tug-hero-cta-desc,
.tug-hero-cta-trust {
  font-size: 14px;
}

.tug-detail-summary-section {
  padding-top: 76px;
}

.tug-detail-summary {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(24px, 3vw, 38px);
  border-radius: 14px;
}

.tug-detail-summary__head {
  max-width: none;
  margin-bottom: 24px;
}

.tug-detail-summary__head h2 {
  max-width: 1040px;
  font-size: clamp(28px, 2.9vw, 42px);
}

.tug-detail-summary__visual {
  height: clamp(260px, 35vw, 440px);
  margin-bottom: 24px;
}

.tug-detail-summary__body {
  max-width: none;
  margin: 0;
  padding: 0;
}

.tug-detail-summary__body p,
.tug-detail-summary__intro p,
.tug-detail-summary__body li {
  font-size: 16px;
  line-height: 1.78;
  max-width: 1040px;
}

.tug-detail-gallery-switcher {
  max-width: 1180px;
  margin: 0 auto;
  padding: 26px;
  border-radius: 14px;
}

.tug-detail-gallery-switcher .tug-gallery-switcher__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.tug-detail-gallery-switcher .tug-kicker {
  margin-bottom: 0;
  font-size: 24px;
  color: var(--secondary-color);
}

.tug-gallery-head-action {
  flex: 0 0 auto;
}

.tug-detail-gallery-switcher .tug-gallery-all-btn {
  min-height: 48px;
  padding: 8px 10px 8px 18px;
  gap: 10px;
  border-radius: 999px;
  border: 1px solid rgba(8, 40, 68, 0.16);
  box-shadow: 0 8px 24px rgba(8, 40, 68, 0.06);
  font-size: 14px;
  white-space: nowrap;
}

.tug-detail-gallery-switcher .tug-gallery-all-btn i {
  font-size: 16px;
}

.tug-detail-gallery-switcher .tug-gallery-badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  font-size: 13px;
}

.tug-detail-gallery-grid {    
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.tug-detail-gallery-grid .tug-media,
.tug-detail-gallery-grid .tug-media:nth-child(1),
.tug-detail-gallery-grid .tug-media:nth-child(2),
.tug-detail-gallery-grid .tug-media:nth-child(3),
.tug-detail-gallery-grid .tug-media:nth-child(4),
.tug-detail-gallery-grid .tug-media:nth-child(5),
.tug-detail-gallery-grid .tug-media:nth-child(6),
.tug-detail-gallery-grid .tug-media:nth-child(7),
.tug-detail-gallery-grid .tug-media:nth-child(8) {
  grid-column: auto;
  grid-row: auto;
  height: 230px;
}

.project-nav {
  padding: 42px 48px;
}

@media (max-width: 991px) {
  .tug-detail-landing {
    min-height: 100vh;
    min-height: 100svh;
    padding: 128px 0 60px;
  }

  .tug-detail-hero-grid {
    grid-template-columns: 1fr;
  }

  .tug-project-hero-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tug-detail-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tug-detail-gallery-switcher .tug-gallery-switcher__head {
    align-items: flex-start;
    flex-direction: column;
  }

  .tug-detail-gallery-grid .tug-media,
  .tug-detail-gallery-grid .tug-media:nth-child(n) {
    height: 220px;
  }
}

@media (max-width: 767px) {
  .tug-detail-landing {
    min-height: 100vh;
    min-height: 100svh;
    padding: 112px 0 48px;
  }

  .tug-detail-summary__visual {
    height: 240px;
  }

  .tug-project-hero-metrics {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 22px;
  }

  .tug-project-hero-metric {
    min-height: 74px;
    padding: 15px 18px;
  }

  .tug-detail-gallery-grid {
    grid-template-columns: 1fr;
  }

  .tug-detail-gallery-switcher .tug-gallery-all-btn {
    width: 100%;
    justify-content: space-between;
  }
}

/* Responsive hardening shared by content pages. */
.tug-page *,
.tug-page *::before,
.tug-page *::after {
  box-sizing: border-box;
}

.tug-page img,
.tug-page video,
.tug-page iframe {
  max-width: 100%;
}

.tug-page table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.tug-page pre {
  max-width: 100%;
  overflow-x: auto;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.tug-page .tug-card,
.tug-page .tug-card-body,
.tug-page .tug-contact-copy,
.tug-page .tug-contact-form-card,
.tug-page .tug-detail-summary,
.tug-page .tug-gallery-switcher {
  min-width: 0;
}

@media (min-width: 1920px) {
  .tug-container-wide {
    width: min(100% - 96px, 1760px);
  }

  .tug-detail-summary,
  .tug-detail-gallery-switcher {
    max-width: 1320px;
  }
}

@media (max-width: 991px) {
  .tug-edition-manifesto .container {
    padding-top: 118px;
    padding-bottom: 80px;
  }

  .tug-edition-manifesto__grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .tug-edition-manifesto__flow {
    grid-column: auto;
    gap: 34px;
  }

  .tug-edition-manifesto__sticky {
    position: relative;
    inset: auto;
    width: min(100%, 320px);
    transform: none;
    align-items: flex-start;
    padding: 0 0 26px;
    border-right: 0;
    border-bottom: 2px solid rgba(254, 237, 229, 0.22);
  }

  .tug-edition-manifesto__logo-wrap {
    width: min(100%, 190px);
    margin-inline: 0;
  }

  .tug-edition-manifesto__mark {
    font-size: 34px;
  }

  .edition-img__grid--3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .project-nav {
    gap: 18px;
    padding-inline: 24px;
  }
}

@media (max-width: 767px) {
  .tug-page-title {
    max-width: 100%;
    font-size: clamp(34px, 11vw, 46px);
    line-height: 1.06;
  }

  .tug-section-title {
    max-width: 100%;
    font-size: clamp(28px, 8.5vw, 36px);
    line-height: 1.12;
  }

  .tug-lead,
  .tug-page p,
  .tug-article p {
    font-size: 16px;
    line-height: 1.72;
  }

  .tug-section,
  .tug-section-sm {
    padding-block: 60px;
  }

  .tug-founder-message {
    padding: 20px;
  }

  .tug-founder-portrait {
    width: 100%;
  }

  .tug-founder-portrait img {
    height: auto;
    aspect-ratio: 11 / 15.56;
  }

  .tug-edition-manifesto .container {
    padding-top: 100px;
    padding-bottom: 64px;
  }

  .tug-edition-manifesto__block--lead h1 {
    font-size: clamp(38px, 12vw, 54px);
    line-height: 0.98;
  }

  .tug-edition-manifesto__subtitle {
    font-size: clamp(21px, 7vw, 28px) !important;
  }

  .tug-edition-manifesto__block h2,
  .tug-edition-page .tug-gallery-switcher__head h2 {
    font-size: clamp(26px, 8vw, 32px);
  }

  .tug-edition-cta__title {
    font-size: clamp(30px, 10vw, 40px) !important;
  }

  .tug-edition-cta__btn {
    width: 100%;
    min-height: 52px;
    justify-content: center;
  }

  .edition-img__grid,
  .edition-img__grid--2,
  .edition-img__grid--3,
  .edition-img__grid--4 {
    grid-template-columns: minmax(0, 1fr);
  }

  .edition-img__item {
    aspect-ratio: 4 / 3;
    border-radius: 18px;
  }

  .tug-detail-landing {
    min-height: auto;
    padding-top: 104px;
  }

  .tug-detail-hero-copy h1 {
    max-width: 100%;
    font-size: clamp(34px, 11vw, 48px);
    overflow-wrap: anywhere;
  }

  .tug-detail-summary,
  .tug-detail-gallery-switcher,
  .tug-contact-form-card {
    padding: 20px;
  }

  .tug-detail-summary__visual {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .tug-detail-gallery-grid .tug-media,
  .tug-detail-gallery-grid .tug-media:nth-child(n) {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .tug-detail-video-card video {
    width: 100%;
    height: auto;
  }

  .tug-gallery-head-action {
    width: 100%;
  }

  .project-nav {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 8px;
    padding: 26px 12px;
  }

  .project-nav-item {
    min-width: 0;
  }

  .project-nav-item.next {
    text-align: right;
  }

  .project-nav-name {
    font-size: 13px;
    line-height: 1.35;
    overflow-wrap: anywhere;
  }

  .project-nav-center {
    min-height: 46px;
    padding-inline: 13px;
    text-align: center;
  }

  .tug-cmodal__bd {
    align-items: flex-end;
    padding: 12px;
  }

  .tug-cmodal__panel {
    max-height: calc(100dvh - 24px);
    padding: 34px 20px 24px;
    border-radius: 18px;
  }

  .tug-gallery-modal__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tug-lightbox__stage {
    max-width: calc(100vw - 32px);
  }

  .tug-form input,
  .tug-form select,
  .tug-form textarea,
  .tug-cmodal input,
  .tug-cmodal select,
  .tug-cmodal textarea {
    font-size: 16px;
  }
}

@media (max-width: 390px) {
  .tug-container-wide {
    width: calc(100% - 24px);
  }

  .tug-page .tug-page-header-compact .cs_page_header_content {
    padding-inline: 4px;
  }

  .tug-page .breadcrumb {
    font-size: 11px;
  }

  .tug-card-body,
  .tug-contact-info-box,
  .tug-contact-address {
    padding: 18px;
  }

  .completed-card-title {
    font-size: 17px;
  }

  .completed-card-badges {
    inset: 12px 12px auto;
  }
}

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

/*===============================================================
 Katalog rozeti (proje kartı + proje detay bannerı)
=================================================================*/
.tug-catalog-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 999px;
  background: rgba(5, 22, 36, 0.82);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  text-decoration: none;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.tug-catalog-badge i {
  font-size: 13px;
}

.tug-catalog-badge:hover,
.tug-catalog-badge:focus-visible {
  background: var(--accent-color);
  color: var(--white-color);
  transform: translateY(-1px);
}

.cs_card_style_1 .tug-catalog-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 3;
}

.tug-detail-catalog-btn {
  width: fit-content;
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 26px;
  padding: 7px 8px 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  background: var(--white-color);
  color: var(--primary-color);
  box-shadow: 0 18px 42px rgba(0, 18, 31, 0.3);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.tug-detail-catalog-btn__file,
.tug-detail-catalog-btn__arrow {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.tug-detail-catalog-btn__file {
  width: 40px;
  height: 40px;
  background: rgba(0, 54, 80, 0.09);
  color: var(--primary-color);
  font-size: 17px;
}

.tug-detail-catalog-btn__arrow {
  width: 44px;
  height: 44px;
  margin-left: 3px;
  background: var(--primary-color);
  color: var(--white-color);
  font-size: 13px;
  transition: transform 0.25s ease, background 0.25s ease;
}

.tug-detail-catalog-btn:hover,
.tug-detail-catalog-btn:focus-visible {
  background: #f4f8fa;
  color: var(--primary-color);
  box-shadow: 0 22px 52px rgba(0, 18, 31, 0.4);
  transform: translateY(-3px);
}

.tug-detail-catalog-btn:hover .tug-detail-catalog-btn__arrow,
.tug-detail-catalog-btn:focus-visible .tug-detail-catalog-btn__arrow {
  background: var(--accent-color);
  transform: rotate(4deg) scale(1.04);
}

@media (max-width: 767px) {
  .cs_card_style_1 .tug-catalog-badge {
    top: 14px;
    left: 14px;
    padding: 7px 12px 7px 10px;
    font-size: 11px;
  }

  .tug-detail-catalog-btn {
    width: 100%;
    min-height: 54px;
    justify-content: space-between;
    margin-top: 20px;
    font-size: 13px;
  }

  .tug-detail-catalog-btn__file {
    width: 36px;
    height: 36px;
  }

  .tug-detail-catalog-btn__arrow {
    width: 40px;
    height: 40px;
  }
}
