/* Yükseliş İnşaat — Spaciaz/Elementor birebir klon */
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@300;400;500;600;700&display=swap");

html:has(.insaat-corp-page.yz-clone) {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.insaat-corp-page.yz-clone {
  --yz-primary: #c8884d;
  --yz-primary-hover: #a86f3d;
  --yz-green: #3d7a52;
  --yz-green-dark: #2d5c3f;
  --yz-green-light: #e8f2eb;
  --yz-accent: #2d5c3f;
  --yz-text: #3a4038;
  --yz-text-light: #6b756c;
  --yz-bg: #ffffff;
  --yz-bg-light: #f4f8f5;
  --yz-footer-bg: #242527;
  --yz-border: #dde5df;
  --yz-max: 1320px;
  --yz-font: "Lexend", system-ui, sans-serif;

  font-family: var(--yz-font);
  color: var(--yz-text);
  background: var(--yz-bg);
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.insaat-corp-page.yz-clone .yz-page-main,
.insaat-corp-page.yz-clone #yz-page-mount,
.insaat-corp-page.yz-clone .breadcrumb-wrap,
.insaat-corp-page.yz-clone .yz-sp-header,
.insaat-corp-page.yz-clone .yz-sp-footer {
  font-family: var(--yz-font) !important;
}

.insaat-corp-page.yz-clone #site-header,
.insaat-corp-page.yz-clone #site-footer {
  display: none !important;
}

.insaat-corp-page.yz-clone.yz-ready .page-hero-dogus,
.insaat-corp-page.yz-clone.yz-ready .editorial-section:not(.yz-keep),
.insaat-corp-page.yz-clone.yz-ready #sector-detail-mount,
.insaat-corp-page.yz-clone.yz-ready #ih-service-detail-mount,
.insaat-corp-page.yz-clone.yz-ready .contact-grid,
.insaat-corp-page.yz-clone.yz-ready .projects-category-shell,
.insaat-corp-page.yz-clone.yz-ready .category-table-layout,
.insaat-corp-page.yz-clone.yz-ready .contact-map {
  display: none !important;
}

/* Eski main icerigini gizle — yeni icerik yuklenince */
.insaat-corp-page.yz-clone.yz-ready main > *:not(#yz-page-mount):not(.yz-page-main) {
  display: none !important;
}

/* Sayfa gecisi: icerigi JS yerine oturtana kadar ara kareyi gostermeyelim.
   "yz-js" sinifini sayfanin kendi satir ici betigi ekler, boylece JS kapaliyken
   hicbir sey gizlenmez. "yz-reveal" ise 1,5 saniye sonra devreye giren guvenlik
   agi: veri hic gelmese bile icerik gorunur olur. */
html.yz-js:not(.yz-reveal) .insaat-corp-page.yz-clone.yz-defer:not(.yz-ready) main,
html.yz-js:not(.yz-reveal)
  .insaat-corp-page.yz-clone.yz-defer:not(.yz-ready)
  .breadcrumb-wrap
  .hfe-page-title-wrapper {
  opacity: 0;
}

.insaat-corp-page.yz-clone.yz-defer main,
.insaat-corp-page.yz-clone.yz-defer .breadcrumb-wrap .hfe-page-title-wrapper {
  transition: opacity 0.22s ease;
}

.insaat-corp-page.yz-clone main {
  padding: 0 !important;
  margin: 0 !important;
  max-width: none !important;
}

.insaat-corp-page.yz-clone > main,
.insaat-corp-page.yz-clone .yz-page-main {
  padding: 0;
  background: #fff;
}

/* ── Header (Spaciaz) ── */
#corp-chrome-header {
  height: 0;
  min-height: 0;
  overflow: visible;
}

#corp-chrome-breadcrumb {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
}

.yz-sp-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 300;
  background: #fff;
  border-bottom: 1px solid var(--yz-border);
  transition: background 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.yz-sp-header.is-scrolled {
  background: rgba(255, 255, 255, 0.98);
  border-bottom-color: rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
}

/* ── Header (Spaciaz) — logo hizası ana sayfa corp-header ile aynı ── */
.yz-sp-header {
  --yz-header-max: 1200px;
  --yz-header-gutter: 3rem;
}

.yz-sp-header-inner {
  width: min(var(--yz-header-max), calc(100% - var(--yz-header-gutter)));
  margin: 0 auto;
  height: 100px;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 0;
}

.yz-sp-logo-nav {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 2rem;
  flex: 1;
  min-width: 0;
}

.yz-sp-header .hfe-site-logo {
  flex-shrink: 0;
  justify-self: start;
}

.yz-sp-header .main-navigation {
  min-width: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

.yz-sp-header .primary-navigation {
  width: 100%;
  display: flex;
  justify-content: center;
}

.yz-sp-header .hfe-site-logo-img {
  height: 88px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
  display: block;
}

.yz-sp-header .main-navigation ul.menu {
  display: flex;
  align-items: center;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.yz-sp-header .menu-item {
  position: relative;
}

.yz-sp-header .menu-item > a {
  display: block;
  padding: 40px 12px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--yz-text);
  text-decoration: none;
  transition: color 0.2s;
}

.yz-sp-header .menu-item > a:hover,
.yz-sp-header .menu-item.current-menu-item > a,
.yz-sp-header .menu-item.current-menu-ancestor > a {
  color: var(--yz-accent);
}

.yz-sp-header .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 240px;
  background: #fff;
  border: 1px solid var(--yz-border);
  border-radius: 8px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
  padding: 0.5rem 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s, visibility 0.2s;
  list-style: none;
  margin: 0;
  z-index: 50;
}

.yz-sp-header .menu-item:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.yz-sp-header .sub-menu a {
  display: block;
  padding: 0.65rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  color: var(--yz-text);
  text-decoration: none;
}

.yz-sp-header .sub-menu a:hover {
  color: var(--yz-accent);
  background: var(--yz-bg-light);
}

.yz-sp-social {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-left: 1px solid var(--yz-primary);
  padding-left: 1rem;
  flex-shrink: 0;
}

.yz-sp-social a {
  color: var(--yz-primary);
  display: flex;
  width: 24px;
  height: 24px;
  transition: color 0.2s, transform 0.2s;
}

.yz-sp-social a:hover {
  color: var(--yz-primary-hover);
  transform: translateY(-1px);
}

.yz-sp-social svg {
  width: 18px;
  height: 18px;
}

.yz-mobile-only { display: none; }

.yz-menu-btn {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: #2b2b2b;
  border: none;
  border-radius: 10px;
  padding: 13px 15px;
  cursor: pointer;
  flex-shrink: 0;
}

.yz-menu-btn span {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
}

/* ── Breadcrumb (Spaciaz) ── */
.breadcrumb-wrap {
  position: relative;
  /* box-sizing: border-box oldugu icin yukseklige dolgu dahildir:
     460px = 320px govde + 65px ust + 75px alt (orijinal olcu). */
  min-height: 460px;
  display: flex;
  align-items: flex-end;
  margin: 0;
  padding: calc(100px + 3.5rem + env(safe-area-inset-top, 0px)) 0 75px;
  background-color: #1a2e22;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  border-radius: 0;
  box-sizing: border-box;
  overflow: hidden;
}

.breadcrumb-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(26, 46, 34, 0.88) 0%,
    rgba(45, 74, 54, 0.72) 45%,
    rgba(200, 136, 77, 0.28) 100%
  );
}

.breadcrumb-wrap .hfe-page-title-wrapper {
  position: relative;
  z-index: 1;
  width: min(var(--yz-max), calc(100% - 3rem));
  margin: 0 auto;
  padding-left: max(1rem, env(safe-area-inset-left, 0px));
  padding-right: max(1rem, env(safe-area-inset-right, 0px));
}

.breadcrumb-wrap h1.elementor-heading-title {
  margin: 0 0 1rem;
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #fff;
}

.hfe-breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.hfe-breadcrumbs a,
.hfe-breadcrumbs .hfe-breadcrumbs-text {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
}

.hfe-breadcrumbs a:hover { color: var(--yz-primary); }

.hfe-breadcrumbs-separator-icon {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--yz-primary);
  border-radius: 1px;
}

/* ── Content shell ── */
.yz-content-page {
  padding: 3rem 0 5rem;
}

.yz-content-inner {
  width: min(var(--yz-max), calc(100% - 60px));
  margin: 0 auto;
  padding: 0 15px;
}

.yz-content-page .lead.text-center {
  text-align: center;
  font-size: 1.0625rem;
  line-height: 1.75;
  color: var(--yz-text);
  max-width: 820px;
  margin: 0 auto 2.5rem;
}

/* ── Elementor counters ── */
.yz-counter-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin: 2rem 0 3rem;
}

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

.elementor-counter {
  background: var(--yz-bg-light);
  border-radius: 12px;
  padding: 1.75rem 1.25rem;
  text-align: center;
}

.elementor-counter-title {
  display: block;
  font-size: 0.875rem;
  color: var(--yz-text-light);
  margin-bottom: 0.65rem;
}

.elementor-counter-number-wrapper {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.15rem;
}

.elementor-counter-number {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--yz-green);
  line-height: 1;
}

.elementor-counter-number-suffix {
  font-size: 0.45em;
  color: var(--yz-primary-hover);
  font-weight: 700;
}

/* ── Service style 1 (Spaciaz) ── */
.yz-services-section {
  background: var(--yz-bg-light);
  padding: 4rem 0 5rem;
}

.yz-services-section h2.elementor-heading-title {
  margin: 0 0 3rem;
  font-size: clamp(1.85rem, 3.5vw, 2.65rem);
  font-weight: 700;
  color: var(--yz-text);
  letter-spacing: -0.02em;
}

.d-grid.column-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
}

.service-item.service-style-1 {
  display: flex;
  flex-direction: column;
}

.service-style-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.service-content { position: relative; }

.service-post-thumbnail {
  overflow: hidden;
  aspect-ratio: 3 / 2;
  background: #e8e8e8;
}

.service-post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.service-item:hover .service-post-thumbnail img {
  transform: scale(1.06);
}

.service-button-wrap {
  display: flex;
  align-items: center;
  margin-top: -1.65rem;
  padding-left: 1.5rem;
  position: relative;
  z-index: 2;
}

.service-button {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  background: var(--yz-accent);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  flex-shrink: 0;
  transition: background 0.3s, transform 0.3s;
}

.service-button svg {
  width: 20px;
  height: 20px;
}

.service-button .btn-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-item:hover .service-button {
  background: var(--yz-primary);
  transform: scale(1.06);
}

.decor-border {
  flex: 1;
  height: 1px;
  background: var(--yz-border);
  margin-left: 0.65rem;
  margin-right: 0.5rem;
  transition: background 0.3s;
}

.service-item:hover .decor-border {
  background: rgba(45, 92, 63, 0.55);
}

.service-info {
  padding: 1.35rem 0.5rem 0 1.75rem;
}

.service-title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.3rem, 2vw, 1.875rem);
  font-weight: 700;
  line-height: 1.2;
}

.service-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.25s;
}

.service-item:hover .service-title a {
  color: var(--yz-primary-hover);
}

.service-info .description p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: var(--yz-text-light);
}

/* ── Section headings (Spaciaz left bar) ── */
.yz-heading-bar {
  margin-bottom: 2.5rem;
}

.yz-heading-bar .elementor-heading-title {
  margin: 0;
  padding: 0 0 0 8px;
  border-left: 5px solid var(--yz-primary);
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--yz-text);
}

.yz-subheading-lg {
  margin: 0 0 2rem;
  font-size: clamp(1.5rem, 2.5vw, 2.25rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--yz-text);
}

/* ── Section headings ── */
.yz-section-heading {
  margin: 0 0 2rem;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.yz-section-kicker {
  margin: 0 0 0.75rem;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--yz-primary-hover);
}

.yz-section--cream {
  background: var(--yz-bg-light);
  padding: 4rem 0;
}

.yz-section { padding: 4rem 0; }

/* ── Kurumsal about ── */
.yz-about-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}

.yz-about-split h6.elementor-heading-title {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.7;
  margin: 0 0 1.5rem;
  color: var(--yz-text);
}

.yz-about-split p {
  font-size: 1rem;
  line-height: 1.85;
  color: var(--yz-text-light);
  margin: 0 0 1rem;
}

.yz-about-split img {
  width: 100%;
  border-radius: 12px;
  display: block;
}

.yz-about-media {
  position: relative;
}

.yz-about-quote-panel {
  background: var(--yz-bg-light);
  border-radius: 12px;
  padding: 1.5rem;
  margin-top: -3rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  position: relative;
  z-index: 2;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
}

.yz-about-quote-panel p {
  font-style: italic;
  color: var(--yz-text);
  margin: 0 0 0.75rem;
  font-size: 0.95rem;
  line-height: 1.7;
}

.yz-about-quote-panel h6 {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--yz-text-light);
}

.yz-about-quote-panel h5 {
  margin: 0.25rem 0 0;
  font-size: 1rem;
  font-weight: 700;
  color: var(--yz-text);
}

.yz-quote-box {
  background: var(--yz-bg-light);
  border-left: 4px solid var(--yz-primary);
  padding: 1.5rem;
  margin-top: 1.5rem;
  border-radius: 0 8px 8px 0;
}

.yz-quote-box p {
  font-style: italic;
  color: var(--yz-text);
  margin: 0 0 0.75rem;
}

.yz-quote-box cite {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--yz-text-light);
  font-style: normal;
}

/* ── VM cards ── */
.yz-vm-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin: 2rem 0;
}

.yz-vm-card {
  background: var(--yz-bg-light);
  border-radius: 12px;
  padding: 2rem;
}

.yz-vm-card .yz-vm-label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--yz-primary-hover);
  margin-bottom: 1rem;
}

.yz-vm-card .yz-vm-label::before {
  content: "◆";
  font-size: 0.6rem;
}

.yz-vm-card p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.75;
  color: var(--yz-text-light);
}

.elementor-icon-list-items {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
}

.elementor-icon-list-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--yz-primary-hover);
}

.elementor-icon-list-icon::before {
  content: "◆";
  font-size: 0.55rem;
}

/* ── Values (icon box row) ── */
.yz-values-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.yz-value-card,
.yz-values-grid .elementor-icon-box-wrapper {
  background: var(--yz-bg-light);
  border-radius: 12px;
  padding: 1.5rem 1.25rem;
  text-align: center;
  height: 100%;
}

.yz-values-grid .elementor-icon-box-icon .elementor-icon {
  width: 44px;
  height: 44px;
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--yz-green);
  border-radius: 50%;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
}

.yz-values-grid .elementor-icon-box-icon svg {
  width: 20px;
  height: 20px;
}

.yz-values-grid .elementor-icon-box-title {
  display: block;
  margin: 0 0 0.65rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--yz-text);
}

.yz-values-grid .elementor-icon-box-description {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.65;
  color: var(--yz-text-light);
}

.yz-value-card h4 {
  margin: 0 0 0.65rem;
  font-size: 1rem;
  font-weight: 700;
}

.yz-value-card p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.65;
  color: var(--yz-text-light);
}

/* ── YKS horizontal timeline ── */
.yks-timeline-wrapper {
  padding: 2rem 0 1rem;
}

.yks-timeline {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}

.yks-timeline::after {
  content: "";
  position: absolute;
  width: 4px;
  background: var(--yz-primary);
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -2px;
  border-radius: 2px;
  z-index: 0;
}

.yks-container {
  padding: 10px 50px;
  position: relative;
  width: 50%;
  box-sizing: border-box;
}

.yks-left { left: 0; }
.yks-right { left: 50%; }

.yks-year-badge {
  position: absolute;
  width: 60px;
  height: 60px;
  background: var(--yz-primary);
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  font-weight: 700;
  color: #fff;
  font-size: 1rem;
  z-index: 2;
  top: 25px;
  right: -30px;
  box-shadow: 0 0 0 5px #fff;
}

.yks-right .yks-year-badge {
  left: -30px;
  right: auto;
}

.yks-content {
  padding: 1.75rem;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.1);
  border-top: 4px solid var(--yz-primary);
  text-align: center;
}

.yks-content h3 {
  margin: 0 0 0.75rem;
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.yks-content p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--yz-text-light);
}

/* ── Timeline (legacy vertical) ── */
.yz-timeline {
  border-left: 2px solid var(--yz-primary);
  padding-left: 2rem;
  margin-top: 2rem;
}

.yz-timeline-item {
  position: relative;
  padding: 0 0 2rem 1.5rem;
}

.yz-timeline-item::before {
  content: "";
  position: absolute;
  left: -2.45rem;
  top: 0.35rem;
  width: 12px;
  height: 12px;
  background: var(--yz-primary);
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px var(--yz-primary);
}

.yz-timeline-year {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--yz-primary-hover);
  margin-bottom: 0.35rem;
}

.yz-timeline-item h4 {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
}

.yz-timeline-item p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--yz-text-light);
}

/* ── Contact icon boxes ── */
.yz-contact-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  margin-bottom: 3.5rem;
}

.yz-contact-top img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

.yz-icon-box-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  margin-bottom: 3.5rem;
}

.elementor-icon-box-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--yz-bg-light);
  border-radius: 12px;
  padding: 2rem 1.5rem 1.5rem;
  text-align: center;
  height: 100%;
  min-height: 100%;
}

.elementor-icon-box-icon {
  margin-bottom: 1rem;
  flex-shrink: 0;
}

.elementor-icon-box-icon .elementor-icon {
  width: 52px;
  height: 52px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--yz-green);
  border-radius: 50%;
  color: #fff;
}

.elementor-icon-box-icon svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.elementor-icon-box-title {
  margin: 0 0 0.65rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--yz-text);
}

.elementor-icon-box-title a {
  color: inherit;
  text-decoration: none;
}

.elementor-icon-box-description {
  margin: 0 0 1.25rem;
  font-size: 0.9rem;
  color: var(--yz-text);
  line-height: 1.65;
  flex: 1;
}

.yz-icon-box-btn {
  display: block;
  width: 100%;
  margin-top: auto;
  padding: 0.7rem 1rem;
  border: 1px solid var(--yz-primary);
  border-radius: 6px;
  background: transparent;
  color: var(--yz-primary-hover);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-align: center;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.yz-icon-box-btn:hover {
  background: var(--yz-primary);
  border-color: var(--yz-primary);
  color: var(--yz-accent);
}

/* ── Contact form ── */
.yz-form-wrap {
  padding-top: 0.5rem;
}

.yz-form-wrap h3 {
  margin: 0 0 0.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--yz-text);
}

.yz-form-wrap .text-muted {
  color: var(--yz-text-light);
  margin: 0 0 1.75rem;
  font-size: 0.95rem;
  line-height: 1.6;
}

.yz-form-wrap .row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 1.25rem;
}

.yz-form-wrap .column-100 { grid-column: 1 / -1; }

.yz-form-wrap input,
.yz-form-wrap select,
.yz-form-wrap textarea {
  width: 100%;
  padding: 0.9rem 1rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-family: inherit;
  font-size: 0.9375rem;
  color: var(--yz-text);
  background: #fff;
  box-sizing: border-box;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.yz-form-wrap input::placeholder,
.yz-form-wrap textarea::placeholder {
  color: #9a9a9a;
}

.yz-form-wrap input:focus,
.yz-form-wrap select:focus,
.yz-form-wrap textarea:focus {
  outline: none;
  border-color: var(--yz-primary);
  box-shadow: 0 0 0 3px rgba(61, 122, 82, 0.18);
}

.yz-form-wrap select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23404040' d='M1.4.6 6 5.2 10.6.6 12 2l-6 6-6-6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.5rem;
  cursor: pointer;
}

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

.yz-form-wrap .elementor-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.95rem 2rem;
  background: var(--yz-green-dark);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-family: inherit;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: background 0.2s;
}

.yz-form-wrap .elementor-button svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.yz-form-wrap .elementor-button:hover {
  background: var(--yz-green);
}

.yz-form-wrap .form-status {
  margin: 0.75rem 0 0;
  font-size: 0.9rem;
  line-height: 1.5;
}

.yz-form-wrap .form-status a {
  color: var(--yz-primary-hover);
}

/* ── Projects grid ── */
.yz-projects-layout {
  display: grid;
  grid-template-columns: minmax(220px, 260px) minmax(0, 1fr);
  gap: 2.5rem;
  align-items: start;
}

.yz-project-filters {
  position: sticky;
  top: 110px;
}

.yz-project-filters h4 {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--yz-text-light);
  margin: 0 0 1rem;
}

.yz-project-search {
  width: 100%;
  margin-bottom: 1rem;
  padding: 0.75rem 1rem;
  border: 1px solid var(--yz-border);
  border-radius: 8px;
  font-family: inherit;
  font-size: 0.9375rem;
  color: var(--yz-text);
  background: #fff;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.yz-project-search:focus {
  outline: none;
  border-color: var(--yz-primary);
  box-shadow: 0 0 0 3px rgba(200, 136, 77, 0.2);
}

.yz-project-filter-list {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.yz-project-filter {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0.7rem 0.9rem;
  border: none;
  border-radius: 8px;
  font-family: inherit;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.45;
  color: var(--yz-text);
  background: transparent;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.yz-project-filter:hover,
.yz-project-filter.is-active {
  color: var(--yz-primary-hover);
  background: rgba(200, 136, 77, 0.14);
}

.yz-project-filter--all {
  margin-top: 0.5rem;
  padding-top: 0.85rem;
  border-top: 1px solid var(--yz-border);
  border-radius: 0;
  font-weight: 700;
}

.yz-project-filter--all:hover,
.yz-project-filter--all.is-active {
  border-radius: 8px;
}

.yz-project-results {
  min-width: 0;
}

.yz-project-empty {
  margin: 2rem 0 0;
  padding: 2rem;
  text-align: center;
  color: var(--yz-text-light);
  background: var(--yz-bg-light);
  border-radius: 12px;
  font-size: 0.95rem;
}

.yz-project-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.yz-project-card[hidden] {
  display: none !important;
}

.yz-project-card {
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--yz-border);
  transition: box-shadow 0.3s, transform 0.3s;
}

.yz-project-card:hover {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

.yz-project-card img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
}

.yz-project-card-body {
  padding: 1.25rem;
}

.yz-project-card-body h4 {
  margin: 0.35rem 0 0;
  font-size: 1rem;
  font-weight: 700;
}

.yz-project-card-body p {
  margin: 0.5rem 0 0;
  font-size: 0.875rem;
  color: var(--yz-text-light);
  line-height: 1.6;
}

.yz-project-tag {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--yz-primary-hover);
}

/* ── Footer (Spaciaz) ── */
#corp-chrome-footer {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
}

.yz-sp-footer {
  background: var(--yz-footer-bg);
  color: #fff;
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
  border-radius: 0;
}

.yz-footer-curve {
  display: block;
  position: relative;
  left: 50%;
  right: auto;
  width: 100vw;
  max-width: none;
  margin: 0 0 0 -50vw;
  padding: 0;
  height: 80px;
  background: #fff;
  border-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 50% 100%;
  border-bottom-right-radius: 50% 100%;
  line-height: 0;
  flex-shrink: 0;
  box-sizing: border-box;
}

.yz-footer-inner {
  width: min(var(--yz-max), calc(100% - 60px));
  margin: 0 auto;
  padding: 3.25rem 15px 3rem;
  display: grid;
  grid-template-columns: minmax(260px, 1.35fr) minmax(180px, 1fr) minmax(260px, 1.15fr);
  gap: 2.5rem 4rem;
  align-items: start;
}

.yz-footer-brand {
  max-width: 380px;
}

.yz-footer-brand img {
  width: auto;
  height: auto;
  max-height: 120px;
  max-width: 140px;
  margin-bottom: 1.5rem;
  display: block;
  object-fit: contain;
  background: #242527;
}

.yz-footer-brand p {
  font-size: 0.9375rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.78);
  margin: 0 0 1.5rem;
}

.yz-footer-social {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.yz-footer-social a {
  color: var(--yz-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  transition: color 0.2s, transform 0.2s;
}

.yz-footer-social a:hover {
  color: #fff;
  transform: translateY(-2px);
}

.yz-footer-social svg {
  width: 20px;
  height: 20px;
}

.yz-footer-col h4 {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 0 1.5rem;
  line-height: 1.2;
}

.yz-footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.yz-footer-col li + li {
  margin-top: 0.15rem;
}

.yz-footer-col li a {
  display: block;
  padding: 0.55rem 0;
  color: #fff;
  text-decoration: none;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.45;
  transition: color 0.2s;
}

.yz-footer-col li a:hover { color: var(--yz-primary); }

.yz-footer-col--contact {
  max-width: 340px;
}

.yz-footer-contact-item {
  margin-bottom: 1.5rem;
}

.yz-footer-contact-item:last-child {
  margin-bottom: 0;
}

.yz-footer-contact-label {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.48);
  margin-bottom: 0.45rem;
}

.yz-footer-contact-value {
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.55;
  color: #fff;
  text-decoration: none;
  display: block;
}

.yz-footer-contact-value--text {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.92);
}

.yz-footer-contact-value:hover { color: var(--yz-primary); }

.yz-footer-bar {
  border-top: 1px dashed rgba(255, 255, 255, 0.22);
  padding: 1.35rem 0 1rem;
  margin-top: 0;
}

.yz-footer-bar-inner {
  width: min(var(--yz-max), calc(100% - 60px));
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.62);
}

.yz-footer-legal {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.yz-footer-legal a {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  transition: color 0.2s;
}

.yz-footer-legal a:hover { color: var(--yz-primary); }

/* ── Service detail ── */
.yz-detail-layout {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 3rem;
  align-items: start;
}

.yz-detail-aside {
  background: var(--yz-bg-light);
  border-radius: 12px;
  padding: 1.5rem;
}

.yz-detail-aside h4 {
  margin: 0 0 1rem;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--yz-text-light);
}

.yz-detail-aside ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.yz-detail-aside li a {
  display: block;
  padding: 0.55rem 0;
  font-size: 0.9rem;
  color: var(--yz-text);
  text-decoration: none;
  border-bottom: 1px solid var(--yz-border);
}

.yz-detail-aside li.is-active a,
.yz-detail-aside li a:hover {
  color: var(--yz-primary-hover);
}

.yz-map-wrap {
  margin-top: 1.5rem;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 16 / 7;
}

.yz-map-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .d-grid.column-3,
  .yz-project-cards,
  .yz-values-grid,
  .yz-counter-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .yz-footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }

  .yz-footer-brand {
    grid-column: 1 / -1;
    max-width: none;
  }

  .yz-footer-col--contact {
    max-width: none;
  }

  .yz-projects-layout {
    grid-template-columns: 1fr;
  }

  .yz-icon-box-grid {
    grid-template-columns: 1fr;
  }

  .yz-contact-top {
    grid-template-columns: 1fr;
  }

  .yz-project-filters {
    position: static;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
  }
}

@media (max-width: 768px) {
  .yz-sp-header {
    z-index: 80;
    background: #fff !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }

  .yz-sp-header .main-navigation {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: min(320px, 92vw);
    height: 100vh;
    height: 100svh;
    max-height: none;
    background: #fff;
    padding: calc(100px + env(safe-area-inset-top, 0px)) 0 calc(1rem + env(safe-area-inset-bottom, 0px));
    overflow-x: hidden;
    overflow-y: hidden;
    border: none;
    border-left: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 0;
    box-shadow: -12px 0 40px rgba(0, 0, 0, 0.14);
    z-index: 70;
    -webkit-overflow-scrolling: touch;
    visibility: visible;
    opacity: 1;
    transform: translateX(100%);
    pointer-events: none;
    transition: transform 0.35s ease;
    box-sizing: border-box;
  }

  .yz-sp-header .main-navigation.is-open {
    transform: translateX(0);
    pointer-events: auto;
    overflow-y: auto;
  }

  .yz-sp-header .main-navigation {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .yz-sp-header .main-navigation::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }

  .yz-sp-header .main-navigation.is-open ul.menu {
    flex-direction: column;
    align-items: stretch;
    padding: 0;
    margin: 0;
  }

  .yz-sp-header .menu-item > a {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0.9rem 1.25rem;
    text-align: left;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #1f2933;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
  }

  .yz-sp-header .menu-item > a:hover {
    color: #1f2933;
    background: rgba(0, 0, 0, 0.03);
  }

  .yz-sp-header .menu-item.current-menu-item > a,
  .yz-sp-header .menu-item.current-menu-ancestor > a {
    color: var(--yz-primary);
  }

  .yz-sp-header .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    box-shadow: none;
    border: none;
    padding: 0;
    display: none;
    background: #f7f8f9;
    width: 100%;
    margin: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
  }

  .yz-sp-header .sub-menu a {
    padding: 0.72rem 1.25rem 0.72rem 1.65rem;
    text-align: left;
    color: #4b5563;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: none;
  }

  .yz-sp-header .sub-menu a:hover {
    color: #1f2933;
    background: rgba(0, 0, 0, 0.03);
  }

  .yz-sp-header .menu-item:last-child > a {
    border-bottom: 0;
  }

  .yz-sp-header .sub-menu li:last-child a {
    border-bottom: 0;
  }

  body.yz-nav-open {
    overflow: hidden;
  }

  body.yz-nav-open::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 60;
    pointer-events: auto;
  }

  .yz-sp-header .menu-item.is-sub-open > .sub-menu { display: block; }

  .yz-mobile-only,
  .yz-menu-btn { display: flex; }

  .yz-sp-social { display: none; }

  .yz-sp-header-inner {
    gap: 1rem;
  }

  .yz-sp-logo-nav {
    order: 1;
    flex: 1;
    justify-content: flex-start;
    width: auto;
    grid-template-columns: auto;
  }

  .yz-menu-btn {
    order: 2;
    margin-left: auto;
    position: relative;
    z-index: 81;
  }

  .breadcrumb-wrap {
    /* 348px = 220px govde + 80px ust + 48px alt (orijinal mobil olcu). */
    min-height: 348px;
    padding: calc(100px + 2.5rem + env(safe-area-inset-top, 0px)) 0 3rem;
  }

  .yz-about-split,
  .yz-vm-grid,
  .yz-contact-top,
  .yz-detail-layout,
  .yz-form-wrap .row,
  .yz-icon-box-grid {
    grid-template-columns: 1fr;
  }
  .d-grid.column-3,
  .yz-project-cards,
  .yz-values-grid,
  .yz-counter-grid {
    grid-template-columns: 1fr;
  }

  .yz-footer-inner {
    grid-template-columns: 1fr;
    width: min(var(--yz-max), 100%);
    padding: 2.5rem 1.25rem 2rem;
    box-sizing: border-box;
  }

  .yz-footer-curve {
    height: 64px;
  }

  .yz-footer-bar {
    padding-bottom: env(safe-area-inset-bottom, 0px);
  }

  .yz-footer-bar-inner {
    width: min(var(--yz-max), 100%);
    padding: 0 1.25rem;
    box-sizing: border-box;
  }

  .yz-sp-footer {
    padding-bottom: 0;
  }

  .yks-timeline::after { left: 25px; }
  .yks-container { width: 100%; padding-left: 75px; padding-right: 10px; }
  .yks-left, .yks-right { left: 0; }
  .yks-year-badge { left: 0 !important; right: auto; width: 50px; height: 50px; line-height: 50px; font-size: 0.85rem; }
}
