* { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --bg-main: #f7f3ef;
  --bg-card: #ffffff;
  --bg-soft: #efe8e3;
  --text-main: #2d2725;
  --text-muted: #766c66;
  --accent: #8f6195;
  --accent-hover: #a779ad;
  --line: #e6ded8;
  --shadow: 0 16px 34px rgba(36, 27, 21, 0.08);
}

html { scroll-behavior: smooth; }

body {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  background: var(--bg-main);
  color: var(--text-main);
  line-height: 1.65;
  overflow-x: hidden;
}

.skip-link {
  position: absolute;
  top: -100px;
  left: 0;
  background: var(--accent);
  color: #fff;
  padding: 8px 16px;
  z-index: 9999;
  transition: top 0.3s;
}
.skip-link:focus { top: 0; }

/* Header / Nav */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 16px 34px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(120deg, rgba(143, 97, 149, 0.95), rgba(124, 80, 131, 0.93));
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: 0 14px 34px rgba(57, 31, 62, 0.33);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.site-header.scrolled {
  background: linear-gradient(120deg, rgba(131, 87, 138, 0.98), rgba(110, 69, 117, 0.97));
  border-bottom-color: rgba(255, 255, 255, 0.34);
  box-shadow: 0 18px 40px rgba(46, 24, 50, 0.38);
}

.logo-link { text-decoration: none; color: var(--text-main); }
.logo-link.logo-img {
  display: inline-flex;
  align-items: center;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.logo-img-el {
  height: 42px;
  width: auto;
  display: block;
  filter: drop-shadow(0 3px 10px rgba(28, 15, 31, 0.28));
}
.site-header .logo-link.logo-img {
  display: none;
}
.site-header nav {
  width: 100%;
  display: flex;
  justify-content: center;
}
.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.15);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}
.menu-toggle span {
  width: 18px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.lang-switch {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.28);
}
.lang-btn {
  border: 0;
  background: transparent;
  color: #f7f2f8;
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  padding: 7px 10px;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease;
}
.lang-btn.active,
.lang-btn:hover {
  background: rgba(255, 255, 255, 0.94);
  color: #3a2440;
}

.nav-menu {
  display: flex;
  gap: 8px;
  list-style: none;
  padding: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.28);
}
.nav-menu a {
  color: #f7f2f8;
  text-decoration: none;
  font-size: 0.74rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  opacity: 1;
  padding: 9px 12px;
  border-radius: 999px;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}
.nav-menu a:hover,
.nav-menu a:focus-visible {
  color: #3a2440;
  background: rgba(255, 255, 255, 0.95);
  transform: translateY(-1px);
}

.hero {
  min-height: 88vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  text-align: left;
  padding: 130px 10% 80px;
  position: relative;
  background-image: url("../img/slider..jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(112deg, rgba(126, 72, 134, 0.78) 0%, rgba(83, 50, 96, 0.68) 54%, rgba(44, 29, 54, 0.58) 100%),
    linear-gradient(180deg, rgba(31, 20, 38, 0.46), rgba(31, 20, 38, 0.46));
}
.hero-main {
  position: relative;
  z-index: 1;
  width: min(1200px, 100%);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
}
.hero .hero-content {
  position: relative;
  z-index: 1;
  max-width: 620px;
}
.hero h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.4rem, 6.6vw, 5.2rem);
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
  text-transform: none;
  color: #fff;
  white-space: nowrap;
}
.hero .section-label {
  color: rgba(255, 255, 255, 0.86);
}
.hero .hero-content p:not(.section-label) {
  color: rgba(255, 255, 255, 0.92);
  max-width: 560px;
}
.hero-description {
  color: rgba(255, 255, 255, 0.9);
  max-width: 560px;
  line-height: 1.75;
  margin: 0;
}
.hero .btn-group {
  margin-top: 18px;
}
.hero .cta {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 34px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.75rem;
  transition: all 0.3s;
}
.hero .cta:hover { background: #fff; color: #1f191c; }

.social-hero {
  position: absolute;
  left: 40px;
  bottom: 36px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1;
}
.social-hero a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.social-hero a img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.9;
}
.social-hero a:hover img { opacity: 1; }

.hero-floating-logo {
  position: static;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
  transition: transform 0.3s ease;
}
.hero-floating-logo img {
  display: block;
  width: clamp(210px, 22vw, 340px);
  height: auto;
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.28));
}
.hero-floating-logo:hover {
  transform: scale(1.04);
}
.hero-locations {
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  z-index: 1;
  color: rgba(255, 255, 255, 0.95);
  letter-spacing: 0.1em;
  font-size: 0.8rem;
  text-transform: uppercase;
  white-space: nowrap;
}


.tagline-section {
  padding: 72px 10%;
  text-align: center;
  background: var(--bg-card);
  border-top: 1px solid var(--line);
}
.tagline-section .tagline {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.14rem, 2.1vw, 1.62rem);
  line-height: 1.74;
  max-width: 820px;
  margin: 0 auto;
  color: #5e5450;
}
.locations {
  margin-top: 24px;
  text-align: center;
  letter-spacing: 0.12em;
  font-size: 0.8rem;
  color: var(--text-muted);
  text-transform: uppercase;
}

section { padding: 78px 10%; border-top: 1px solid var(--line); }
.kurumsal,
main > section:nth-of-type(even) { background: var(--bg-card); }
.kurumsal-layout,
.about-highlight-inner,
.service-showcase-inner,
.featured-projects-inner,
.partner-logos-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.section-label {
  font-size: 0.7rem;
  letter-spacing: 0.25em;
  color: var(--accent);
  margin-bottom: 12px;
  text-transform: uppercase;
}
.kurumsal .section-label {
  font-size: 0.95rem;
  letter-spacing: 0.2em;
}
h1, h2 {
  font-family: "Cormorant Garamond", serif;
  color: #2b2422;
}
h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 22px;
  font-weight: 500;
}
h2 {
  font-size: clamp(1.85rem, 3.2vw, 2.6rem);
  margin-bottom: 24px;
  font-weight: 500;
}
main p {
  color: var(--text-muted);
  max-width: 760px;
  line-height: 1.82;
}
.kurumsal p {
  margin-bottom: 18px;
  font-size: 0.98rem;
}
.kurumsal-layout {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kurumsal-copy {
  min-width: 0;
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}
.owner-portrait {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: min(38%, 420px);
  max-width: 420px;
  height: 94%;
  margin: 0;
  z-index: 1;
  overflow: hidden;
  border-radius: 0;
  border: 0;
  background: transparent;
  pointer-events: none;
}
.owner-portrait > img:first-child {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(88%) contrast(98%);
  opacity: 0;
  animation: ownerPortraitFade 5s ease-out forwards, ownerPortraitPulse 7s ease-in-out 5s infinite alternate;
}
.owner-signature {
  position: absolute;
  left: 12px;
  bottom: 10px;
  width: clamp(210px, 62%, 330px);
  height: auto;
  opacity: 1;
  filter: drop-shadow(0 3px 9px rgba(0, 0, 0, 0.32));
}
.kurumsal .btn-group { justify-content: center; }

@keyframes ownerPortraitFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.28;
  }
}
@keyframes ownerPortraitPulse {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 0.28;
  }
}

.btn-group { display: flex; gap: 14px; margin-top: 28px; flex-wrap: wrap; }
.btn {
  padding: 11px 26px;
  text-decoration: none;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  font-size: 0.74rem;
  transition: all 0.25s;
}
.btn-primary {
  background: var(--accent);
  color: #fff;
  border: 1px solid var(--accent);
}
.btn-primary:hover { background: var(--accent-hover); border-color: var(--accent-hover); }
.btn-outline {
  border: 1px solid #b7aaa2;
  color: #4e4440;
  background: #fff;
}
.btn-outline:hover { border-color: var(--accent); color: var(--accent); }

.about-highlight {
  background: var(--bg-card);
  padding-bottom: 52px;
}
.about-highlight-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-highlight .section-label {
  margin-bottom: 10px;
}
.about-highlight h2 {
  margin-bottom: 10px;
}
.about-highlight .about-lead {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.18rem, 2vw, 1.4rem);
  color: #4e4340;
  margin-bottom: 16px;
}
.about-highlight-inner > p:not(.about-lead):not(.section-label) {
  max-width: 700px;
  margin: 0;
  line-height: 1.9;
}
.about-highlight .about-link {
  display: inline-block;
  margin-top: 20px;
  text-decoration: none;
  color: var(--accent);
  letter-spacing: 0.1em;
  font-size: 0.78rem;
  text-transform: uppercase;
}
.about-highlight .about-link:hover {
  color: var(--accent-hover);
}

.faaliyet-hero {
  background-image: url("../projeler/kt-ofis-istanbul/991764_4ade161ece5745b08f10774c3c5bd819~mv2.jpg");
  background-position: center;
}
.faaliyet-intro {
  text-align: center;
}
.faaliyet-intro p {
  margin: 0 auto;
}
.faaliyet-cards h2 {
  margin-bottom: 22px;
}
.faaliyet-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.faaliyet-card {
  background: #fff;
  border: 1px solid #e2d9d3;
  border-radius: 12px;
  padding: 20px 18px;
  box-shadow: var(--shadow);
}
.faaliyet-card h3 {
  font-size: 0.92rem;
  margin-bottom: 10px;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #312826;
}
.faaliyet-card p {
  margin: 0;
  max-width: 100%;
  font-size: 0.9rem;
}
.faaliyet-process {
  background: #fff;
}
.faaliyet-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}
.faaliyet-steps article {
  border: 1px solid #e2d9d3;
  border-radius: 12px;
  padding: 16px 14px;
  background: #fff;
}
.faaliyet-steps span {
  display: inline-block;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  color: var(--accent);
  margin-bottom: 8px;
}
.faaliyet-steps h3 {
  font-size: 0.95rem;
  margin-bottom: 8px;
}
.faaliyet-steps p {
  margin: 0;
  max-width: 100%;
  font-size: 0.88rem;
}

.news-intro {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(120% 150% at 100% -20%, rgba(170, 132, 112, 0.2), rgba(170, 132, 112, 0) 60%),
    radial-gradient(120% 150% at -10% 120%, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%),
    var(--bg-card);
}
.news-intro .tagline {
  max-width: 920px;
}
.news-highlights {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.news-highlights span {
  border: 1px solid #dfd3cc;
  background: rgba(255, 255, 255, 0.8);
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #645854;
}

.magazine-cuts {
  background: #f7f2ee;
}
.news-showcase-head {
  max-width: 1240px;
  margin: 0 auto 26px;
}
.news-showcase-head h2 {
  margin-bottom: 0;
}
.news-editorial {
  background: #fff;
}
.news-editorial-grid {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  gap: 18px;
  align-items: start;
}
.news-editorial-card,
.news-editorial-note {
  border: 1px solid #e6dbd3;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 16px 28px rgba(34, 25, 20, 0.06);
}
.news-editorial-card {
  padding: 22px;
}
.news-editorial-card h2 {
  margin-bottom: 14px;
}
.news-editorial-card p {
  max-width: 100%;
  margin: 0 0 12px;
}
.news-editorial-note {
  padding: 20px;
  background: linear-gradient(180deg, #fff 0%, #faf6f3 100%);
}
.news-editorial-note h3 {
  margin: 0 0 10px;
  font-size: 1.02rem;
  color: #332a27;
}
.news-editorial-note p {
  margin: 0 0 12px;
  max-width: 100%;
  font-size: 0.9rem;
}
.news-editorial-list {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 6px;
  color: #5a4f4a;
  font-size: 0.88rem;
  line-height: 1.6;
}

.magazine-cuts-list {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.magazine-cuts-strip {
  max-width: 1020px;
  margin: 0 auto;
  padding: 18px;
  border: 1px solid #e3d7cf;
  border-radius: 18px;
  background: linear-gradient(180deg, #fff, #f8f3ef);
  box-shadow: 0 24px 40px rgba(34, 25, 20, 0.08);
}
.magazine-cuts-list img {
  width: 100%;
  display: block;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}

.kariyer-hero {
  background-image: url("../projeler/ernst-young-ofis-ankara/991764_590a7ec3964345feaaa6e21570317b13~mv2.jpg");
  background-position: center;
}
.ik-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 22px;
  align-items: start;
}
.ik-info > p {
  max-width: 100%;
}
.ik-benefits {
  margin-top: 20px;
  display: grid;
  gap: 12px;
}
.ik-benefits article {
  background: #fff;
  border: 1px solid #e3d9d3;
  border-radius: 10px;
  padding: 14px;
}
.ik-benefits h3 {
  margin-bottom: 6px;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.ik-benefits p {
  margin: 0;
  max-width: 100%;
  font-size: 0.88rem;
}
.ik-form-card {
  background: #fff;
  border: 1px solid #e3d9d3;
  border-radius: 12px;
  padding: 18px;
  box-shadow: var(--shadow);
}
.ik-form-card h3 {
  margin-bottom: 14px;
  font-size: 1rem;
  color: #322a28;
}
.ik-form {
  display: grid;
  gap: 10px;
}
.ik-form label {
  display: grid;
  gap: 6px;
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #564d49;
}
.ik-form input,
.ik-form textarea {
  border: 1px solid #d6ccc6;
  border-radius: 8px;
  padding: 10px 12px;
  font: inherit;
  font-size: 0.9rem;
  color: #2e2826;
  background: #fff;
}
.ik-form textarea {
  resize: vertical;
}
.ik-form .file-upload input[type="file"] {
  padding: 0;
  border: 0;
  background: transparent;
}
.file-upload-text {
  font-size: 0.75rem;
  text-transform: none;
  letter-spacing: normal;
  color: #7a6f6a;
}
.ik-form button {
  margin-top: 4px;
  border: 1px solid var(--accent);
  background: var(--accent);
  color: #fff;
  border-radius: 8px;
  padding: 11px 14px;
  font-size: 0.78rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  cursor: pointer;
}
.ik-form button:hover {
  background: var(--accent-hover);
  border-color: var(--accent-hover);
}

.contact-hero {
  background-image: url("../projeler/t-solutions-ofis-istanbul/991764_519ef864d48b45dbbb85502c5976b59a~mv2.jpg");
  background-position: center;
}
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 22px;
  align-items: start;
}
.contact-cards {
  margin-top: 18px;
  display: grid;
  gap: 12px;
}
.contact-cards article {
  background: #fff;
  border: 1px solid #e3d9d3;
  border-radius: 12px;
  padding: 15px;
  box-shadow: var(--shadow);
}
.contact-cards h3 {
  margin-bottom: 7px;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #352c29;
}
.contact-cards p {
  margin: 0;
  max-width: 100%;
  font-size: 0.9rem;
}
.contact-form-card {
  background: #fff;
  border: 1px solid #e3d9d3;
  border-radius: 12px;
  padding: 18px;
  box-shadow: var(--shadow);
}
.contact-form-card h3 {
  margin-bottom: 14px;
  font-size: 1rem;
}
.contact-form {
  display: grid;
  gap: 10px;
}
.contact-form label {
  display: grid;
  gap: 6px;
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #5a504c;
}
.contact-form input,
.contact-form textarea {
  border: 1px solid #d6ccc6;
  border-radius: 8px;
  padding: 10px 12px;
  font: inherit;
  font-size: 0.9rem;
  color: #2e2826;
  background: #fff;
}
.contact-form textarea {
  resize: vertical;
}
.contact-form button {
  margin-top: 4px;
  border: 1px solid var(--accent);
  background: var(--accent);
  color: #fff;
  border-radius: 8px;
  padding: 11px 14px;
  font-size: 0.78rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  cursor: pointer;
}
.contact-form button:hover {
  background: var(--accent-hover);
  border-color: var(--accent-hover);
}
.contact-map-wrap {
  position: relative;
}
.contact-map-wrap iframe {
  width: 100%;
  height: 460px;
  border: 0;
  display: block;
}
.map-logo-pin {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -86%);
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 22px rgba(31, 20, 35, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.map-logo-pin::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid rgba(255, 255, 255, 0.92);
}
.map-logo-pin img {
  width: 54px;
  height: auto;
  display: block;
}

/* Blog */
.blog-listing {
  padding-top: 34px;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 22px;
}
.blog-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
}
.blog-card {
  height: 100%;
  background: #fff;
  border: 1px solid #e3d9d3;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}
.blog-card-link:hover .blog-card {
  transform: translateY(-4px);
  box-shadow: 0 16px 30px rgba(40, 29, 43, 0.16);
}
.blog-card img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  display: block;
}
.blog-card-body {
  padding: 16px 16px 18px;
}
.blog-meta {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6f6662;
}
.blog-card h3 {
  margin-bottom: 10px;
  font-size: 1.04rem;
  line-height: 1.4;
  color: #2f262c;
}
.blog-card p {
  margin: 0;
  max-width: 100%;
  color: #4a4240;
  font-size: 0.92rem;
  line-height: 1.6;
}

.blog-article {
  max-width: 1080px;
  margin: 0 auto;
  padding-top: 22px;
  padding-bottom: 30px;
}
.blog-article-hero {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  min-height: 320px;
  display: grid;
  align-items: end;
  border: 1px solid #d7cbc4;
  box-shadow: var(--shadow);
}
.blog-article-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.04) brightness(0.88);
}
.blog-article-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 7, 9, 0.16) 0%, rgba(10, 9, 12, 0.52) 52%, rgba(10, 9, 12, 0.86) 100%),
    radial-gradient(circle at 82% 22%, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0) 44%);
}
.blog-article-hero-content {
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 28px;
  margin: 0 24px 24px;
  max-width: min(860px, calc(100% - 48px));
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: linear-gradient(150deg, rgba(16, 14, 20, 0.72), rgba(16, 14, 20, 0.42));
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
.blog-article-hero-content h1 {
  color: #fff;
  margin-bottom: 10px;
  max-width: 860px;
  text-shadow: 0 4px 16px rgba(0, 0, 0, 0.42);
  font-size: clamp(1.65rem, 3.4vw, 2.35rem);
  line-height: 1.18;
}
.blog-article-hero-content .blog-meta {
  color: rgba(255, 255, 255, 0.94);
  margin: 0;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.72rem;
}
.blog-article-content {
  margin-top: 24px;
  background: #fff;
  border: 1px solid #e3d9d3;
  border-radius: 14px;
  padding: 22px;
  box-shadow: var(--shadow);
}
.blog-article-content p {
  max-width: 100%;
  margin: 0 0 14px;
}
.blog-article-content p:last-child {
  margin-bottom: 0;
}
.blog-article-actions {
  margin-top: 20px;
}

/* Panel */
.panel-premium-page {
  background:
    radial-gradient(circle at 12% 8%, rgba(189, 133, 205, 0.14), transparent 34%),
    radial-gradient(circle at 92% 82%, rgba(255, 184, 123, 0.12), transparent 36%),
    #f4efeb;
}
.panel-admin-header {
  border-bottom: 1px solid rgba(126, 78, 145, 0.14);
  box-shadow: 0 10px 26px rgba(35, 22, 38, 0.08);
}
.panel-admin-nav a.is-active {
  border-bottom-color: var(--accent);
  color: var(--accent);
}
.panel-header-meta {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.68rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #6b5f6f;
}
.panel-dashboard-main {
  padding-top: 10px;
}
.panel-hero {
  max-width: 1240px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 18px;
  padding: 26px 28px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.85), rgba(247, 238, 244, 0.86));
  box-shadow: 0 18px 34px rgba(34, 21, 38, 0.09);
}
.panel-hero h1 {
  margin-bottom: 10px;
}
.panel-hero p {
  margin: 0;
  max-width: 100%;
}
.panel-hero-chips {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.panel-hero-chips span {
  display: inline-flex;
  align-items: center;
  border: 1px solid #dccdde;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 0.7rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #5f4f66;
  background: rgba(255, 255, 255, 0.72);
}
.panel-wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding-top: 24px;
  padding-bottom: 56px;
}
.panel-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-bottom: 18px;
  padding: 14px;
  border: 1px solid #e5dad3;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 26px rgba(40, 27, 35, 0.08);
}
.panel-toolbar form {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.panel-filter-form {
  flex: 1 1 230px;
}
.panel-toolbar label {
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5b514d;
}
.panel-toolbar-actions {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-left: auto;
}
.panel-toolbar select {
  border: 1px solid #d5cac4;
  border-radius: 8px;
  padding: 10px 12px;
  min-width: 210px;
  font: inherit;
  font-size: 0.9rem;
  background: #fff;
}
.panel-danger {
  border-color: #a43434;
  color: #a43434;
}
.panel-danger:hover {
  background: #a43434;
  border-color: #a43434;
  color: #fff;
}
.panel-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}
.panel-stats article {
  border: 1px solid #e4d9d2;
  background: linear-gradient(145deg, #fff, #fcf7f4);
  border-radius: 14px;
  padding: 14px;
  box-shadow: 0 12px 24px rgba(40, 27, 35, 0.08);
}
.panel-stats span {
  display: block;
  font-size: 1.55rem;
  font-weight: 700;
  color: #2f2529;
}
.panel-stats small {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.66rem;
  color: #726864;
}
.panel-table-wrap {
  overflow: auto;
  border: 1px solid #e4d9d2;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(40, 27, 35, 0.08);
}
.panel-data-card {
  border: 1px solid #e4d9d2;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 16px 30px rgba(40, 27, 35, 0.09);
}
.panel-data-head {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  padding: 14px 16px;
  border-bottom: 1px solid #eee4dd;
  background: linear-gradient(180deg, #fcfaf8, #f7f1ed);
}
.panel-data-head h2 {
  margin: 0;
  font-size: 1.05rem;
}
.panel-data-head p {
  margin: 0;
  font-size: 0.78rem;
  color: #6d6160;
}
.panel-type-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 9px;
  border-radius: 999px;
  font-size: 0.64rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  border: 1px solid transparent;
}
.panel-type-badge.is-contact {
  background: #efe6ff;
  color: #5a3f83;
  border-color: #d8c2ff;
}
.panel-type-badge.is-career {
  background: #e3f2ff;
  color: #27557f;
  border-color: #bddfff;
}
.panel-type-badge.is-newsletter {
  background: #e7f8ef;
  color: #236445;
  border-color: #bfe8d0;
}
.panel-type-badge.is-default {
  background: #efefef;
  color: #555;
  border-color: #dbdbdb;
}
.panel-cv-link {
  display: inline-flex;
  align-items: center;
  border: 1px solid #d7cad8;
  border-radius: 8px;
  padding: 4px 8px;
  background: #faf6fb;
  font-size: 0.75rem;
}
.panel-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 980px;
}
.panel-table th,
.panel-table td {
  border-bottom: 1px solid #eee4dd;
  text-align: left;
  padding: 11px 12px;
  font-size: 0.84rem;
  vertical-align: top;
}
.panel-table th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #f7f2ef;
  color: #3a3034;
  font-size: 0.72rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.panel-table tbody tr:nth-child(even) td {
  background: #fcfaf8;
}
.panel-table tbody tr:hover td {
  background: #f4ece8;
}
.panel-table a {
  color: var(--accent);
  font-weight: 600;
  text-decoration: none;
}
.panel-table a:hover {
  text-decoration: underline;
}
.panel-login-card {
  max-width: 100%;
  margin: 0;
  display: grid;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 16px;
  padding: 22px;
  box-shadow: 0 16px 30px rgba(9, 5, 16, 0.35);
  background: rgba(255, 255, 255, 0.92);
}
.panel-login-card label {
  display: block;
  margin-top: 4px;
  font-size: 0.74rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #5a504c;
}
.panel-input-wrap {
  position: relative;
  margin: 6px 0 4px;
}
.panel-input-icon {
  position: absolute;
  left: 11px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: #7b6b87;
  opacity: 0.9;
  pointer-events: none;
}
.panel-input-icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  display: block;
}
.panel-input-wrap input[type="text"],
.panel-input-wrap input[type="password"] {
  width: 100%;
  border: 1px solid #d8cdc7;
  border-radius: 10px;
  padding: 12px 78px 12px 36px;
  font: inherit;
  font-size: 0.92rem;
  color: #2e2826;
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.panel-input-wrap input[type="text"]:focus,
.panel-input-wrap input[type="password"]:focus {
  outline: none;
  border-color: #8c5a9a;
  box-shadow: 0 0 0 3px rgba(140, 90, 154, 0.15);
}
.panel-password-toggle {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  border-radius: 8px;
  padding: 6px 9px;
  font-size: 0.66rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #564a60;
  background: rgba(91, 69, 108, 0.1);
  cursor: pointer;
  transition: all 0.2s ease;
}
.panel-password-toggle:hover {
  background: rgba(91, 69, 108, 0.2);
  color: #3e3148;
}
.panel-login-submit {
  margin-top: 8px;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: linear-gradient(135deg, #8c5a9a 0%, #6e3f80 45%, #9e6db0 100%);
  color: #fff;
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 0.78rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(70, 32, 85, 0.3);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}
.panel-login-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 28px rgba(70, 32, 85, 0.38);
  filter: brightness(1.05);
}
.panel-login-submit.is-loading,
.panel-login-submit:disabled {
  cursor: wait;
  opacity: 0.9;
  filter: saturate(0.9);
}
.panel-login-submit.is-loading::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 8px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.45);
  border-top-color: #fff;
  vertical-align: -2px;
  animation: panelSpin 0.7s linear infinite;
}
.panel-login-caption {
  margin: 2px 0 0;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  color: #706665;
  text-align: center;
}
.panel-login-card.has-error {
  animation: panelLoginShake 0.42s ease-in-out both;
}
.panel-error {
  margin: 4px 0 8px;
  border: 1px solid #e2b2b2;
  background: #fff4f4;
  color: #922f2f;
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 0.86rem;
}
.panel-auth-page {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  background: #0f0b14;
}
.panel-auth-page::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(18, 9, 23, 0.72) 0%, rgba(50, 22, 58, 0.5) 45%, rgba(13, 8, 20, 0.74) 100%),
    url("../img/slider..jpg") center/cover no-repeat;
  transform: scale(1.03);
  z-index: 0;
}
.panel-auth-page::after {
  content: "";
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at 14% 18%, rgba(204, 154, 255, 0.2) 0%, rgba(204, 154, 255, 0) 36%),
    radial-gradient(circle at 85% 76%, rgba(255, 172, 119, 0.16) 0%, rgba(255, 172, 119, 0) 34%);
  z-index: 0;
}
.panel-auth-main {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 28px 18px;
}
.panel-auth-shell {
  width: min(100%, 520px);
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 20px;
  padding: 22px 22px 20px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 24px 48px rgba(6, 3, 10, 0.4);
  animation: panelAuthEnter 460ms ease-out both;
}
.panel-auth-mark {
  width: 76px;
  height: 76px;
  margin: -54px auto 14px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.98), rgba(244, 234, 248, 0.94));
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 14px 28px rgba(7, 3, 12, 0.35), 0 0 0 8px rgba(255, 255, 255, 0.08);
}
.panel-auth-mark img {
  width: 58px;
  height: auto;
  max-height: 44px;
  object-fit: contain;
  display: block;
}
.panel-auth-head {
  margin-bottom: 16px;
}
.panel-auth-head .section-label {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.84);
}
.panel-auth-head h1 {
  margin: 0 0 8px;
  font-size: clamp(1.7rem, 3.2vw, 2.1rem);
  color: #fff;
  text-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
}
.panel-auth-head p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  max-width: 100%;
}
@keyframes panelAuthEnter {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes panelLoginShake {
  0% { transform: translateX(0); }
  20% { transform: translateX(-7px); }
  40% { transform: translateX(7px); }
  60% { transform: translateX(-5px); }
  80% { transform: translateX(5px); }
  100% { transform: translateX(0); }
}
@keyframes panelSpin {
  to { transform: rotate(360deg); }
}
.panel-admin-page {
  background: #f6f1ed;
}
.panel-admin-page .site-header {
  background: rgba(255, 255, 255, 0.94);
}
.panel-header-logout-form {
  margin-left: auto;
}
.panel-header-logout-btn {
  border: 1px solid #b7aaa2;
  background: #fff;
  color: #4e4440;
  border-radius: 8px;
  padding: 9px 12px;
  font-size: 0.74rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  cursor: pointer;
}
.panel-header-logout-btn:hover {
  border-color: var(--accent);
  color: var(--accent);
}

/* Mobile action bar */
.mobile-action-bar,
.mobile-form-modal {
  display: none;
}
.mobile-form-modal {
  position: fixed;
  inset: 0;
  z-index: 2200;
}
.mobile-form-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 8, 15, 0.56);
}
.mobile-form-card {
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  width: min(94vw, 440px);
  background: #fff;
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 14px 34px rgba(26, 15, 34, 0.32);
}
.mobile-form-card h3 {
  margin-bottom: 12px;
}
.mobile-form-close {
  position: absolute;
  right: 8px;
  top: 6px;
  border: 0;
  background: transparent;
  font-size: 1.4rem;
  cursor: pointer;
}
.mobile-quick-form {
  display: grid;
  gap: 8px;
}
.mobile-quick-form label {
  display: grid;
  gap: 5px;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #5b504a;
}
.mobile-quick-form input,
.mobile-quick-form textarea {
  border: 1px solid #d8cdc7;
  border-radius: 8px;
  padding: 10px 12px;
  font: inherit;
}
.mobile-quick-form button {
  border: 1px solid var(--accent);
  background: var(--accent);
  color: #fff;
  border-radius: 9px;
  padding: 10px 12px;
  cursor: pointer;
}

.service-showcase {
  background: #050505;
  border-top: 0;
  padding-top: 50px;
  padding-bottom: 86px;
}
.service-showcase-inner {
  max-width: 1240px;
  margin: 0 auto;
}
.service-showcase h2 {
  color: #fff;
  margin-bottom: 24px;
  text-align: center;
}
.service-showcase-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 22px;
}
.service-showcase-card {
  grid-column: span 2;
  background: #efefef;
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.35);
}
.service-showcase-card img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  display: block;
  border-radius: 4px;
  margin-bottom: 16px;
}
.service-showcase-card h3 {
  font-size: 1.05rem;
  line-height: 1.3;
  margin-bottom: 10px;
  color: #0f1d33;
}
.service-showcase-card p {
  color: #1f2a3b;
  font-size: 0.96rem;
  line-height: 1.55;
  margin-bottom: 16px;
  max-width: 100%;
}
.service-showcase-card a {
  display: inline-block;
  background: #000;
  color: #fff;
  text-decoration: none;
  font-size: 0.8rem;
  padding: 7px 12px;
  border-radius: 2px;
}
.service-showcase-card a:hover {
  background: var(--accent);
}
.service-showcase-card:nth-child(4) {
  grid-column: 2 / span 2;
}
.service-showcase-card:nth-child(5) {
  grid-column: 4 / span 2;
}


.featured-projects {
  background: var(--bg-card);
}
.featured-projects-inner .section-label,
.featured-projects-inner h2 {
  text-align: center;
}
.featured-projects-intro {
  margin: 0 auto 26px;
  text-align: center;
  max-width: 700px;
}
.featured-projects-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.featured-project-card {
  border: 1px solid #e5ddd8;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.featured-project-card img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
}
.featured-project-body {
  padding: 16px 16px 18px;
}
.featured-project-body h3 {
  margin-bottom: 6px;
  font-size: 1rem;
  line-height: 1.35;
  color: #222;
}
.featured-project-body p {
  margin-bottom: 14px;
  font-size: 0.9rem;
  color: #5f5752;
  max-width: 100%;
}
.featured-project-body a {
  display: inline-block;
  background: #000;
  color: #fff;
  text-decoration: none;
  font-size: 0.8rem;
  padding: 7px 12px;
  border-radius: 2px;
}
.featured-project-body a:hover {
  background: var(--accent);
}

.partner-logos-inner .section-label,
.partner-logos-inner h2 {
  text-align: center;
}

.referanslar-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  justify-content: stretch;
  gap: 20px;
  align-items: stretch;
  margin-top: 30px;
}
.referans-item {
  min-height: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e3d9d3;
  background: #fff;
  padding: 16px;
}
.referans-item img {
  max-height: 62px;
  max-width: 100%;
  width: auto;
  object-fit: contain;
  filter: grayscale(100%);
  transition: filter 0.25s ease, transform 0.25s ease;
}
.referans-item:hover img {
  filter: grayscale(0%);
  transform: scale(1.03);
}
.referans-item span {
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #655b56;
  text-align: center;
}

.proje-card {
  cursor: pointer;
}
.proje-card:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

.project-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  background: rgba(22, 14, 27, 0.76);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.project-modal.open {
  display: flex;
}
.project-modal-content {
  position: relative;
  width: min(980px, 100%);
  background: #fff;
  border-radius: 12px;
  padding: 18px 18px 14px;
}
.project-modal-title {
  margin: 0 42px 12px 0;
  font-size: 1rem;
  color: #32292f;
}
.project-modal-close {
  position: absolute;
  top: 10px;
  right: 12px;
  border: 0;
  background: transparent;
  font-size: 1.7rem;
  line-height: 1;
  cursor: pointer;
  color: #5d515a;
}
.project-modal-stage {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}
.project-modal-image {
  width: 100%;
  max-height: 72vh;
  object-fit: cover;
  border-radius: 8px;
}
.project-modal-nav {
  width: 36px;
  height: 36px;
  border: 1px solid #d8cdda;
  border-radius: 999px;
  background: #fff;
  color: #4c3a51;
  font-size: 1.2rem;
  cursor: pointer;
}
.project-modal-counter {
  margin-top: 10px;
  text-align: center;
  font-size: 0.78rem;
  color: #675e6a;
}
body.modal-open {
  overflow: hidden;
}

.hero-contact-modal {
  position: fixed;
  inset: 0;
  z-index: 2100;
  display: none;
}
.hero-contact-modal.open {
  display: block;
}
.hero-contact-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(14, 9, 18, 0.62);
}
.hero-contact-card {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(92vw, 500px);
  background: #fff;
  border-radius: 14px;
  padding: 20px 18px 16px;
  box-shadow: 0 18px 40px rgba(21, 12, 27, 0.35);
}
.hero-contact-card h3 {
  margin: 0 34px 12px 0;
  color: #32292f;
}
.hero-contact-close {
  position: absolute;
  right: 10px;
  top: 8px;
  border: 0;
  background: transparent;
  font-size: 1.55rem;
  line-height: 1;
  color: #5d515a;
  cursor: pointer;
}
.hero-contact-form {
  display: grid;
  gap: 10px;
}
.hero-contact-form label {
  display: grid;
  gap: 6px;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #5b504a;
}
.hero-contact-form input,
.hero-contact-form textarea {
  border: 1px solid #d8cdc7;
  border-radius: 8px;
  padding: 10px 12px;
  font: inherit;
}
.hero-contact-form textarea {
  resize: vertical;
  min-height: 110px;
}
.hero-contact-form button {
  border: 1px solid var(--accent);
  background: var(--accent);
  color: #fff;
  border-radius: 9px;
  padding: 10px 14px;
  cursor: pointer;
}
body.hero-contact-open {
  overflow: hidden;
}

.project-gallery-section h2 {
  margin-bottom: 14px;
}
.project-gallery-grid {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  overflow: hidden;
  scroll-behavior: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding-bottom: 2px;
}
.project-gallery-grid::-webkit-scrollbar {
  display: none;
}
.project-gallery-grid .proje-card {
  position: relative;
  flex: 0 0 clamp(170px, 18vw, 240px);
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #ded4cd;
  background: #fff;
  box-shadow: 0 8px 18px rgba(36, 27, 21, 0.08);
  aspect-ratio: 4/3;
}
.project-gallery-grid .proje-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.project-gallery-grid .proje-card span {
  display: none;
}
.project-gallery-grid .proje-card::before {
  display: none;
}
.project-gallery-section {
  padding-top: 52px;
  padding-bottom: 52px;
}

.site-footer {
  padding: 58px 10% 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(155deg, rgba(64, 40, 72, 0.98), rgba(37, 23, 44, 0.99)),
    radial-gradient(circle at 10% -10%, rgba(255, 255, 255, 0.06), transparent 42%);
}
.footer-top {
  max-width: 1200px;
  margin: 0 auto 30px;
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}
.footer-brand {
  max-width: none;
  margin: 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.footer-brand a {
  display: inline-block;
  text-decoration: none;
}
.footer-brand img {
  width: clamp(130px, 16vw, 180px);
  height: auto;
  display: block;
  filter: brightness(0) invert(1) contrast(1.05);
  opacity: 0.9;
}
.footer-grid {
  max-width: none;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  align-items: start;
}
.footer-grid > div {
  min-width: 0;
  padding: 0 4px;
}
.footer-grid > div > :last-child {
  margin-bottom: 0;
}
.footer-newsletter p {
  margin-bottom: 12px;
}
.newsletter-form {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.newsletter-form input[type="email"] {
  flex: 1 1 180px;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  padding: 10px 12px;
  border-radius: 6px;
  font-size: 0.85rem;
}
.newsletter-form input[type="email"]::placeholder {
  color: rgba(246, 238, 248, 0.76);
}
.newsletter-form button {
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  padding: 10px 14px;
  border-radius: 6px;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.25s ease, transform 0.25s ease;
}
.newsletter-form button:hover {
  background: rgba(255, 255, 255, 0.28);
  transform: translateY(-1px);
}
.footer-grid h3 {
  font-size: 0.66rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 12px;
  min-height: 20px;
}
.footer-grid p, .footer-grid a {
  color: rgba(244, 236, 247, 0.9);
  text-decoration: none;
  font-size: 0.85rem;
  line-height: 1.9;
}
.footer-grid a:hover { color: #ffffff; }
.footer-social { display: flex; gap: 12px; margin-top: 10px; }
.footer-brand .footer-social {
  margin-top: 2px;
  justify-content: center;
}
.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  background: transparent;
  border: 0;
  border-radius: 0;
}
.footer-social a img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  opacity: 0.8;
  filter: brightness(0) invert(1);
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.footer-social a:hover img { opacity: 1; transform: translateY(-1px); }
.footer-bottom {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 0.76rem;
  color: rgba(244, 236, 247, 0.78);
  text-align: center;
}
.footer-bottom a { color: rgba(244, 236, 247, 0.78); text-decoration: none; }
.footer-bottom a:hover { color: #fff; }

@media (max-width: 1200px) {
  .footer-top {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 26px;
  }
}

.back-to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 1100;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: linear-gradient(120deg, rgba(143, 97, 149, 0.96), rgba(110, 69, 117, 0.96));
  color: #fff;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 10px 14px;
  border-radius: 999px;
  box-shadow: 0 10px 22px rgba(42, 24, 47, 0.3);
  cursor: pointer;
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease, background 0.25s ease;
}
.back-to-top.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.back-to-top:hover {
  background: linear-gradient(120deg, rgba(160, 115, 168, 0.98), rgba(124, 83, 132, 0.98));
}

a:focus-visible, button:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

@media (max-width: 900px) {
  .site-header {
    padding: 12px 16px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 0;
  }
  .menu-toggle {
    display: inline-flex;
    z-index: 1100;
  }
  .site-header nav {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px;
    background: linear-gradient(140deg, rgba(47, 29, 54, 0.97), rgba(27, 17, 34, 0.97));
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.28s ease;
    z-index: 1050;
  }
  .site-header.menu-open nav {
    opacity: 1;
    pointer-events: auto;
  }
  .logo-link.logo-img {
    width: fit-content;
    padding: 0;
  }
  .nav-menu {
    width: min(92vw, 420px);
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.08);
  }
  .lang-switch {
    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    width: fit-content;
    z-index: 1060;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.28s ease;
  }
  .site-header.menu-open .lang-switch {
    opacity: 1;
    pointer-events: auto;
  }
  .nav-menu a {
    display: block;
    text-align: center;
    font-size: 0.8rem;
    padding: 12px 14px;
  }
  .site-header.menu-open .menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .site-header.menu-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }
  .site-header.menu-open .menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  body.nav-open {
    overflow: hidden;
  }
  body.mobile-form-open {
    overflow: hidden;
  }
  .mobile-action-bar {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 2100;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    padding: 8px;
    border-radius: 14px;
    background: rgba(33, 21, 40, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(8px);
  }
  .mobile-action-btn {
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    border-radius: 10px;
    font-size: 0.72rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
  }
  .mobile-action-btn svg {
    width: 19px;
    height: 19px;
    fill: currentColor;
    display: block;
  }
  button.mobile-action-btn {
    cursor: pointer;
  }
  .mobile-action-btn.is-primary {
    background: rgba(255, 255, 255, 0.95);
    color: #3e2844;
    border-color: rgba(255, 255, 255, 0.95);
    font-weight: 600;
  }
  .mobile-form-modal.open {
    display: block;
  }
  .hero-contact-modal {
    display: none !important;
  }
  .logo-img-el { height: 34px; }
  body {
    padding-bottom: 78px;
  }
  .hero { min-height: 74vh; padding-top: 116px; }
  .hero-main {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-top: -8px;
    text-align: center;
  }
  .hero .hero-content {
    max-width: min(620px, 100%);
    margin: 0 auto;
    text-align: center;
  }
  .hero .hero-content p:not(.section-label) {
    margin: 0 auto;
  }
  .hero h1 {
    letter-spacing: 0.02em;
    white-space: normal;
  }
  .social-hero {
    position: static;
    left: auto;
    bottom: auto;
    margin: 10px auto 0;
    flex-direction: row;
    justify-content: center;
    gap: 14px;
  }
  .hero-floating-logo {
    order: -1;
    align-self: center;
    margin-top: -14px;
    margin-bottom: 2px;
    padding: 0;
  }
  .hero-floating-logo img {
    width: 196px;
  }
  .hero-floating-logo:hover {
    transform: scale(1.02);
  }
  .hero .btn-group {
    margin-top: 12px;
    justify-content: center;
  }
  .hero-locations {
    bottom: 16px;
    font-size: 0.58rem;
    letter-spacing: 0.02em;
    white-space: nowrap;
    text-align: center;
    width: auto;
    line-height: 1.5;
  }
  .kurumsal-layout {
    position: relative;
    min-height: 480px;
    display: block;
  }
  .kurumsal-copy {
    position: relative;
    z-index: 2;
    padding: 14px 0;
  }
  .owner-portrait {
    position: absolute;
    left: 50%;
    top: 50%;
    right: auto;
    transform: translate(-50%, -50%);
    width: min(96%, 380px);
    max-width: 380px;
    height: 100%;
    margin: 0;
    z-index: 1;
  }
  .owner-portrait > img:first-child {
    object-position: center top;
    opacity: 0.2;
  }
  .owner-signature {
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%);
    width: min(72%, 250px);
    opacity: 0.48;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 24px;
  }
  .footer-top {
    margin-bottom: 24px;
  }
  .newsletter-form {
    flex-direction: column;
  }
  .newsletter-form button {
    width: 100%;
  }
  .footer-brand {
    margin-bottom: 20px;
  }
  .footer-brand img {
    width: 132px;
  }
  .footer-bottom {
    justify-content: center;
    text-align: center;
  }
  .back-to-top {
    right: 14px;
    bottom: 14px;
    font-size: 0.68rem;
    padding: 9px 12px;
  }
  .project-modal {
    padding: 14px;
  }
  .project-modal-content {
    padding: 12px 10px 10px;
  }
  .project-modal-stage {
    gap: 6px;
  }
  .project-modal-nav {
    width: 30px;
    height: 30px;
  }
  .project-gallery-grid {
    gap: 10px;
  }
  .project-gallery-section {
    padding-top: 38px;
    padding-bottom: 38px;
  }
  .service-showcase-grid {
    grid-template-columns: 1fr;
  }
  .service-showcase-card,
  .service-showcase-card:nth-child(4),
  .service-showcase-card:nth-child(5) {
    grid-column: span 1;
  }
  .featured-projects-grid {
    grid-template-columns: 1fr;
  }
  .referanslar-grid {
    grid-template-columns: repeat(2, minmax(130px, 1fr));
  }
  .project-gallery-grid {
    gap: 8px;
  }
  .project-gallery-grid .proje-card {
    flex-basis: min(72vw, 260px);
  }
  .ik-layout {
    grid-template-columns: 1fr;
  }
  .contact-layout {
    grid-template-columns: 1fr;
  }
  .blog-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .blog-article {
    padding-top: 10px;
  }
  .blog-article-hero {
    min-height: 260px;
  }
  .blog-article-hero-content {
    margin: 0 14px 14px;
    max-width: calc(100% - 28px);
    padding: 16px 14px;
    border-radius: 12px;
  }
  .blog-article-content {
    padding: 16px;
  }
  .panel-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .panel-hero {
    padding: 20px;
  }
  .panel-hero-chips {
    gap: 6px;
  }
  .panel-hero-chips span {
    font-size: 0.64rem;
  }
  .panel-toolbar {
    padding: 12px;
  }
  .panel-filter-form,
  .panel-toolbar-actions,
  .panel-toolbar form,
  .panel-toolbar .btn {
    width: 100%;
  }
  .panel-toolbar-actions {
    margin-left: 0;
    gap: 8px;
  }
  .panel-toolbar form {
    justify-content: space-between;
  }
  .panel-toolbar select {
    min-width: 0;
    width: 100%;
  }
  .panel-auth-mark {
    width: 68px;
    height: 68px;
    margin-top: -46px;
  }
  .panel-auth-mark img {
    width: 52px;
    height: auto;
    max-height: 39px;
  }
  .panel-table {
    min-width: 860px;
  }
  .panel-admin-page .site-header {
    justify-content: space-between;
    align-items: center;
    gap: 12px;
  }
  .panel-header-meta > span {
    display: none;
  }
  .panel-admin-page .menu-toggle {
    display: none;
  }
  .panel-admin-page .site-header nav {
    position: static;
    inset: auto;
    width: auto;
    height: auto;
    display: block;
    padding: 0;
    background: transparent;
    opacity: 1;
    pointer-events: auto;
  }
  .panel-admin-page .nav-menu {
    width: auto;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 0;
    border-radius: 0;
    background: transparent;
  }
  .panel-admin-page .nav-menu a {
    padding: 8px 10px;
    font-size: 0.72rem;
  }
  .panel-data-head {
    flex-direction: column;
    align-items: flex-start;
  }
  .panel-header-logout-form {
    width: auto !important;
    margin-left: 0;
  }
  .panel-header-logout-btn {
    padding: 8px 10px;
    font-size: 0.7rem;
  }
  .contact-map-wrap iframe {
    height: 340px;
  }
  .map-logo-pin {
    width: 60px;
    height: 60px;
  }
  .map-logo-pin img {
    width: 44px;
  }
  .faaliyet-grid {
    grid-template-columns: 1fr;
  }
  .faaliyet-steps {
    grid-template-columns: 1fr;
  }
  .news-editorial-grid {
    grid-template-columns: 1fr;
  }
  .news-editorial-card,
  .news-editorial-note {
    padding: 16px;
  }
  .magazine-cuts-strip {
    padding: 10px;
    border-radius: 12px;
  }
  .news-highlights {
    justify-content: flex-start;
  }
  section, .tagline-section, .site-footer { padding-left: 20px; padding-right: 20px; }
}
