/* =========================================================
   VERTEX — Premium İnşaat Teması
   Koyu antrasit + altın, keskin mimari hatlar, Barlow Condensed
   ========================================================= */
:root {
  --primary: #c89b4a;
  --primary-dark: #a97f33;
  --on-primary: #0e1013;
  --secondary: #c89b4a;
  --dark: #0e1013;
  --dark-2: #171a1f;
  --text: #33363c;
  --muted: #74777e;
  --bg: #ffffff;
  --surface: #f6f3ee;
  --surface-2: #ece7df;
  --border: #e6e0d6;
  --radius: 2px;
  --radius-sm: 2px;
  --radius-btn: 0;
  --shadow: 0 18px 40px -22px rgba(14, 16, 19, .35);
  --shadow-lg: 0 30px 70px -30px rgba(14, 16, 19, .5);
  --font-body: "Manrope", system-ui, sans-serif;
  --font-head: "Barlow Condensed", "Arial Narrow", sans-serif;
  --container: 1320px;
  --header-h: 86px;
}
body { font-size: 15.5px; }
h1, h2, h3, h4 { text-transform: uppercase; letter-spacing: .01em; font-weight: 700; }
h3 { letter-spacing: .02em; }
::selection { background: var(--primary); color: var(--dark); }

/* ---------- Butonlar ---------- */
.btn { border-radius: 0; text-transform: uppercase; letter-spacing: .08em; font-size: .82rem; font-weight: 700; }
.vx-btn { display: inline-flex; align-items: center; gap: 10px; padding: 16px 26px; font-weight: 700; font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; border: 1px solid transparent; transition: all .3s var(--ease); }
.vx-btn i { font-size: 1.2em; transition: transform .3s; }
.vx-btn:hover i { transform: translate(3px, -3px); }
.vx-btn-gold { background: var(--primary); color: var(--dark); }
.vx-btn-gold:hover { background: #fff; color: var(--dark); }
.vx-btn-ghost { border-color: rgba(255,255,255,.45); color: #fff; }
.vx-btn-ghost:hover { background: #fff; color: var(--dark); }
.vx-btn-dark { background: var(--dark); color: #fff; }
.vx-btn-dark:hover { background: var(--primary); color: var(--dark); }
.vx-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; font-size: .8rem; color: var(--dark); border-bottom: 2px solid var(--primary); padding-bottom: 4px; }
.vx-link:hover { color: var(--primary-dark); }
.vx-label { display: inline-flex; align-items: center; gap: 12px; font-size: .78rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: var(--primary-dark); margin-bottom: 14px; }
.vx-label::before { content: ""; width: 34px; height: 2px; background: var(--primary); }
.vx-title { font-size: clamp(2.2rem, 4.4vw, 3.6rem); line-height: 1; margin: 0 0 22px; color: var(--dark); }
.vx-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: 48px; flex-wrap: wrap; }
.vx-head .vx-title { margin: 0; max-width: 720px; }
.vx-head-center { justify-content: center; text-align: center; }
.vx-head-center .vx-label::after { content: ""; width: 34px; height: 2px; background: var(--primary); }
.vx-center { text-align: center; margin-top: 48px; }

/* ---------- Header ---------- */
.vx-header { position: relative; z-index: 200; background: var(--dark); }
.vx-header.is-overlay { position: absolute; left: 0; right: 0; top: 0; background: transparent; }
.vx-topbar { border-bottom: 1px solid rgba(255,255,255,.1); font-size: .8rem; color: rgba(255,255,255,.72); }
.vx-topbar-inner { display: flex; justify-content: space-between; align-items: center; min-height: 44px; gap: 18px; }
.vx-topbar-left { display: flex; gap: 24px; align-items: center; }
.vx-topbar-left a, .vx-topbar-left span { color: inherit; display: inline-flex; gap: 6px; align-items: center; }
.vx-topbar-left a:hover { color: var(--primary); }
.vx-topbar-left i { color: var(--primary); }
.vx-topbar-right { display: flex; align-items: center; gap: 14px; color: #fff; }
.vx-topbar .social-links a { width: 28px; height: 28px; background: transparent; color: rgba(255,255,255,.7); font-size: 15px; }
.vx-topbar .lang-current { border-color: rgba(255,255,255,.25); color: #fff; }
.vx-bar-inner { display: flex; align-items: center; gap: 28px; min-height: var(--header-h); }
.vx-header.is-scrolled .vx-bar { position: fixed; left: 0; right: 0; top: 0; background: rgba(14,16,19,.97); box-shadow: 0 10px 30px rgba(0,0,0,.25); animation: vxDown .4s var(--ease); }
.vx-header.is-scrolled .vx-bar-inner { min-height: 72px; }
@keyframes vxDown { from { transform: translateY(-100%); } to { transform: none; } }
.vx-logo { color: #fff; }
.vx-logo .logo-mark { border-radius: 0; background: transparent; border: 2px solid var(--primary); color: var(--primary); width: 46px; height: 46px; }
.vx-logo .logo-text strong { font-size: 1.7rem; letter-spacing: .12em; font-weight: 800; }
.vx-logo .logo-text small { color: var(--primary); letter-spacing: .32em; font-size: .62rem; }
.vx-nav { justify-content: flex-end; }
.vx-nav .nav-menu > li > a { color: #fff; text-transform: uppercase; font-size: .82rem; letter-spacing: .1em; padding: 12px 14px; font-weight: 700; }
.vx-nav .nav-menu > li > a:hover, .vx-nav .nav-menu > li.is-active > a { color: var(--primary); }
.vx-nav .nav-menu > li.is-active > a::after { content: ""; position: absolute; left: 14px; right: 14px; bottom: 4px; height: 2px; background: var(--primary); }
.vx-nav .nav-menu .submenu { border-radius: 0; background: var(--dark-2); border-top: 2px solid var(--primary); padding: 10px 0; }
.vx-nav .nav-menu .submenu a { color: rgba(255,255,255,.8); border-radius: 0; padding: 10px 22px; font-size: .88rem; }
.vx-nav .nav-menu .submenu a:hover { background: rgba(255,255,255,.04); color: var(--primary); padding-left: 28px; }
.vx-actions { display: flex; align-items: center; gap: 12px; }
.vx-icon-btn { width: 46px; height: 46px; display: grid; place-items: center; color: #fff; border: 1px solid rgba(255,255,255,.2); font-size: 18px; }
.vx-icon-btn:hover { border-color: var(--primary); color: var(--primary); }
.vx-cta { display: inline-flex; align-items: center; gap: 8px; background: var(--primary); color: var(--dark); padding: 14px 22px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; font-size: .78rem; }
.vx-cta:hover { background: #fff; color: var(--dark); }
.vx-toggle { background: transparent; border: 1px solid rgba(255,255,255,.25); border-radius: 0; }
.vx-toggle span { background: #fff; }
@media (max-width: 1180px) { .vx-hide-md { display: none !important; } .vx-nav .nav-menu > li > a { padding: 12px 9px; font-size: .76rem; } }
@media (max-width: 1080px) {
  .vx-cta, .vx-icon-btn { display: none; }
  .vx-nav { background: var(--dark); }
  .vx-nav .nav-menu > li { border-color: rgba(255,255,255,.08) !important; }
  .vx-nav .nav-menu > li > a { color: #fff !important; }
  .vx-nav .submenu-toggle { background: rgba(255,255,255,.06) !important; color: #fff !important; }
  .vx-nav .nav-menu .submenu { background: transparent; border: 0; }
  .vx-nav .nav-menu > li.is-active > a::after { display: none; }
  .vx-topbar-left a + a { display: none; }
}
@media (max-width: 640px) { .vx-topbar .social-links { display: none; } }

/* ---------- Hero slider ---------- */
.vx-hero { position: relative; height: 100vh; min-height: 680px; max-height: 1000px; background: var(--dark); overflow: hidden; color: #fff; }
.vx-slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity 1.2s ease, visibility 1.2s; }
.vx-slide.is-active { opacity: 1; visibility: visible; z-index: 1; }
.vx-slide-bg { position: absolute; inset: 0; background-size: cover; background-position: center; transform: scale(1.12); transition: transform 8s linear; }
.vx-slide.is-active .vx-slide-bg { transform: scale(1); }
.vx-slide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(14,16,19,.92) 0%, rgba(14,16,19,.6) 45%, rgba(14,16,19,.15) 100%), linear-gradient(0deg, rgba(14,16,19,.7), transparent 40%); }
.vx-slide-content { position: relative; z-index: 2; height: 100%; display: flex; flex-direction: column; justify-content: center; padding-top: 130px; padding-bottom: 120px; }
.vx-eyebrow { display: inline-flex; align-items: center; gap: 14px; color: var(--primary); font-weight: 700; letter-spacing: .28em; text-transform: uppercase; font-size: .8rem; margin-bottom: 22px; }
.vx-eyebrow::before { content: ""; width: 48px; height: 2px; background: var(--primary); }
.vx-hero-title { color: #fff; font-size: clamp(3rem, 7.4vw, 6.6rem); line-height: .92; max-width: 960px; margin: 0 0 26px; font-weight: 800; }
.vx-hero-text { max-width: 560px; font-size: 1.1rem; color: rgba(255,255,255,.78); margin-bottom: 36px; }
.vx-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.vx-slide .vx-eyebrow, .vx-slide .vx-hero-title, .vx-slide .vx-hero-text, .vx-slide .vx-hero-actions { opacity: 0; transform: translateY(30px); transition: all .9s var(--ease); }
.vx-slide.is-active .vx-eyebrow { opacity: 1; transform: none; transition-delay: .3s; }
.vx-slide.is-active .vx-hero-title { opacity: 1; transform: none; transition-delay: .45s; }
.vx-slide.is-active .vx-hero-text { opacity: 1; transform: none; transition-delay: .6s; }
.vx-slide.is-active .vx-hero-actions { opacity: 1; transform: none; transition-delay: .75s; }
.vx-hero-ui { position: absolute; left: 0; right: 0; bottom: 0; z-index: 5; display: flex; justify-content: space-between; align-items: flex-end; pointer-events: none; }
.vx-hero-nav { display: flex; align-items: center; gap: 18px; padding-bottom: 42px; pointer-events: auto; }
.vx-hero-nav button { width: 52px; height: 52px; border: 1px solid rgba(255,255,255,.3); background: transparent; color: #fff; font-size: 20px; }
.vx-hero-nav button:hover { background: var(--primary); border-color: var(--primary); color: var(--dark); }
.vx-dots { display: flex; gap: 8px; }
.vx-dots button { width: 36px; height: 3px; border: 0; background: rgba(255,255,255,.3); padding: 0; }
.vx-dots button.is-active { background: var(--primary); width: 60px; }
.vx-hero-stats { display: grid; grid-template-columns: repeat(3, auto); background: var(--primary); color: var(--dark); pointer-events: auto; }
.vx-hero-stats div { padding: 26px 34px; border-right: 1px solid rgba(14,16,19,.15); display: flex; flex-direction: column; }
.vx-hero-stats strong { font-family: var(--font-head); font-size: 2.6rem; line-height: 1; font-weight: 800; }
.vx-hero-stats em { font-style: normal; }
.vx-hero-stats span { font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 700; }
.vx-scroll { position: absolute; left: 50%; bottom: 30px; z-index: 6; width: 26px; height: 42px; border: 2px solid rgba(255,255,255,.5); border-radius: 14px; transform: translateX(-50%); }
.vx-scroll span { position: absolute; left: 50%; top: 8px; width: 3px; height: 8px; background: var(--primary); transform: translateX(-50%); animation: vxScroll 1.8s infinite; }
@keyframes vxScroll { 0% { opacity: 1; top: 8px; } 100% { opacity: 0; top: 24px; } }
@media (max-width: 900px) { .vx-hero-stats { display: none; } .vx-scroll { display: none; } .vx-hero { min-height: 620px; } }

/* ---------- Hakkımızda ---------- */
.vx-about { background: var(--bg); }
.vx-about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
@media (max-width: 1000px) { .vx-about-grid { grid-template-columns: 1fr; gap: 60px; } }
.vx-about-media { position: relative; padding: 0 60px 60px 0; }
.vx-about-media::before { content: ""; position: absolute; left: -26px; top: -26px; width: 55%; height: 60%; border: 2px solid var(--primary); z-index: 0; }
.vx-about-img1 { position: relative; width: 100%; aspect-ratio: 4/4.6; object-fit: cover; z-index: 1; }
.vx-about-img2 { position: absolute; right: 0; bottom: 0; width: 46%; aspect-ratio: 1; object-fit: cover; z-index: 2; border: 10px solid #fff; }
.vx-about-badge { position: absolute; left: 30px; bottom: 90px; z-index: 3; background: var(--dark); color: #fff; padding: 26px 30px; display: flex; flex-direction: column; border-left: 4px solid var(--primary); }
.vx-about-badge strong { font-family: var(--font-head); font-size: 3.6rem; line-height: .9; color: var(--primary); }
.vx-about-badge em { font-style: normal; }
.vx-about-badge span { text-transform: uppercase; letter-spacing: .14em; font-size: .72rem; font-weight: 700; }
.vx-lead { font-size: 1.05rem; color: var(--muted); margin-bottom: 30px; }
.vx-why { list-style: none; margin: 0 0 36px; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 24px 28px; }
@media (max-width: 560px) { .vx-why { grid-template-columns: 1fr; } }
.vx-why li { display: flex; gap: 14px; }
.vx-why i { flex-shrink: 0; width: 50px; height: 50px; display: grid; place-items: center; background: var(--surface); color: var(--primary-dark); font-size: 24px; }
.vx-why strong { display: block; font-family: var(--font-head); text-transform: uppercase; font-size: 1.15rem; color: var(--dark); letter-spacing: .02em; }
.vx-why span { font-size: .88rem; color: var(--muted); }
.vx-about-actions { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
.vx-call { display: flex; align-items: center; gap: 14px; color: var(--dark); font-family: var(--font-head); font-size: 1.5rem; font-weight: 700; }
.vx-call i { width: 54px; height: 54px; border-radius: 50%; border: 2px solid var(--primary); display: grid; place-items: center; color: var(--primary-dark); font-size: 22px; }
.vx-call small { display: block; font-family: var(--font-body); font-size: .72rem; color: var(--muted); text-transform: uppercase; letter-spacing: .12em; }

/* ---------- Rakamlar ---------- */
.vx-stats { background: var(--dark); color: #fff; position: relative; overflow: hidden; }
.vx-stats::before { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(90deg, rgba(255,255,255,.03) 0 1px, transparent 1px 110px); }
.vx-stats-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); }
@media (max-width: 800px) { .vx-stats-grid { grid-template-columns: repeat(2, 1fr); } }
.vx-stat { padding: 54px 26px; border-right: 1px solid rgba(255,255,255,.08); display: flex; flex-direction: column; gap: 6px; }
.vx-stat:last-child { border-right: 0; }
.vx-stat i { color: var(--primary); font-size: 30px; margin-bottom: 8px; }
.vx-stat strong { font-family: var(--font-head); font-size: clamp(2.8rem, 5vw, 4.4rem); line-height: 1; font-weight: 800; }
.vx-stat em { font-style: normal; color: var(--primary); }
.vx-stat > span { text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; color: rgba(255,255,255,.65); font-weight: 600; }

/* ---------- Hizmetler ---------- */
.vx-services { background: var(--surface); }
.vx-service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 2px; background: var(--border); }
@media (max-width: 1100px) { .vx-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .vx-service-grid { grid-template-columns: 1fr; } }
.vx-service { position: relative; display: flex; flex-direction: column; justify-content: space-between; min-height: 380px; padding: 34px 30px; background: #fff; color: var(--dark); overflow: hidden; isolation: isolate; }
.vx-service-bg { position: absolute; inset: 0; z-index: -1; opacity: 0; transition: opacity .5s var(--ease); }
.vx-service-bg img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.1); transition: transform 1s var(--ease); }
.vx-service-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(14,16,19,.95), rgba(14,16,19,.45)); }
.vx-service:hover .vx-service-bg { opacity: 1; }
.vx-service:hover .vx-service-bg img { transform: scale(1); }
.vx-service-top { display: flex; justify-content: space-between; align-items: flex-start; }
.vx-service-top i { font-size: 46px; color: var(--primary); transition: color .3s; }
.vx-service-top em { font-family: var(--font-head); font-style: normal; font-size: 3.4rem; line-height: 1; font-weight: 800; color: transparent; -webkit-text-stroke: 1px #cfc6b8; transition: all .3s; }
.vx-service-body { display: flex; flex-direction: column; gap: 12px; }
.vx-service-body strong { font-family: var(--font-head); font-size: 1.7rem; text-transform: uppercase; line-height: 1.05; transition: color .3s; }
.vx-service-body > span { color: var(--muted); font-size: .9rem; transition: color .3s; }
.vx-service-body b { display: inline-flex; gap: 6px; align-items: center; text-transform: uppercase; letter-spacing: .12em; font-size: .75rem; color: var(--primary-dark); }
.vx-service:hover { color: #fff; }
.vx-service:hover .vx-service-body strong { color: #fff; }
.vx-service:hover .vx-service-body > span { color: rgba(255,255,255,.75); }
.vx-service:hover .vx-service-top em { -webkit-text-stroke-color: var(--primary); }
.vx-service:hover .vx-service-body b { color: var(--primary); }
.page-services .grid-3 { gap: 2px; background: var(--border); }

/* ---------- Projeler ---------- */
.vx-projects { background: var(--dark); color: #fff; }
.vx-head-light .vx-title { color: #fff; }
.vx-filter { display: flex; flex-wrap: wrap; gap: 6px; }
.vx-filter button { background: transparent; border: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.75); padding: 10px 18px; text-transform: uppercase; letter-spacing: .1em; font-size: .74rem; font-weight: 700; }
.vx-filter button:hover, .vx-filter button.is-active { background: var(--primary); border-color: var(--primary); color: var(--dark); }
.vx-project-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 290px; gap: 14px; }
.vx-project-cell.is-wide { grid-column: span 2; grid-row: span 2; }
.vx-project-cell.is-hidden { display: none; }
@media (max-width: 1000px) { .vx-project-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .vx-project-grid { grid-template-columns: 1fr; } .vx-project-cell.is-wide { grid-column: auto; grid-row: span 1; } }
.vx-project { position: relative; display: block; height: 100%; min-height: 290px; overflow: hidden; color: #fff; background: #222; }
.vx-project img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease), filter .6s; }
.vx-project::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(14,16,19,.92) 0%, rgba(14,16,19,.1) 60%); transition: opacity .4s; }
.vx-project:hover img { transform: scale(1.08); }
.vx-project-info { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 26px; display: flex; flex-direction: column; gap: 4px; }
.vx-project-info small { color: var(--primary); text-transform: uppercase; letter-spacing: .16em; font-size: .7rem; font-weight: 700; }
.vx-project-info strong { font-family: var(--font-head); text-transform: uppercase; font-size: 1.7rem; line-height: 1.05; }
.vx-project-meta { display: flex; flex-wrap: wrap; gap: 14px; font-size: .82rem; color: rgba(255,255,255,.7); }
.vx-project-meta em { font-style: normal; display: inline-flex; align-items: center; gap: 4px; }
.vx-project-arrow { position: absolute; right: 20px; top: 20px; z-index: 2; width: 48px; height: 48px; background: var(--primary); color: var(--dark); display: grid; place-items: center; font-size: 22px; transform: scale(0); transition: transform .4s var(--ease); }
.vx-project:hover .vx-project-arrow { transform: scale(1); }
.vx-status { position: absolute; left: 20px; top: 20px; z-index: 2; padding: 6px 12px; font-size: .66rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; background: rgba(14,16,19,.75); color: #fff; backdrop-filter: blur(6px); }
.vx-status-devam { background: var(--primary); color: var(--dark); }
.vx-status-planlanan { background: #fff; color: var(--dark); }
.page-projects .grid-3, .page-project .grid-3 { gap: 14px; }
.page-projects .vx-project, .page-project .vx-project { min-height: 360px; }

/* ---------- Süreç ---------- */
.vx-process { background: #fff; }
.vx-steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; counter-reset: s; position: relative; }
@media (max-width: 900px) { .vx-steps { grid-template-columns: 1fr 1fr; gap: 30px 0; } }
@media (max-width: 520px) { .vx-steps { grid-template-columns: 1fr; } }
.vx-steps li { position: relative; padding: 40px 30px; border-left: 1px solid var(--border); transition: background .3s; }
.vx-steps li:hover { background: var(--surface); }
.vx-step-no { position: absolute; right: 24px; top: 20px; font-family: var(--font-head); font-size: 4.6rem; line-height: 1; font-weight: 800; color: transparent; -webkit-text-stroke: 1px var(--border); }
.vx-steps li i { font-size: 44px; color: var(--primary); display: block; margin-bottom: 24px; }
.vx-steps h3 { font-size: 1.5rem; margin-bottom: 10px; }
.vx-steps p { color: var(--muted); margin: 0; font-size: .92rem; }
.vx-steps li::before { content: ""; position: absolute; left: -1px; top: 40px; width: 3px; height: 44px; background: var(--primary); }

/* ---------- Yorumlar / Referans ---------- */
.vx-testimonials { background: var(--surface); }
.testimonial-card { border-radius: 0; border: 0; padding: 40px 34px; position: relative; box-shadow: var(--shadow); }
.testimonial-card::before { content: "“"; position: absolute; right: 26px; top: 6px; font-family: Georgia, serif; font-size: 7rem; line-height: 1; color: var(--surface-2); }
.testimonial-card blockquote { font-size: 1.02rem; position: relative; }
.t-stars { color: var(--primary); }
.t-initials { background: var(--dark); color: var(--primary); border-radius: 0; }
.vx-clients { background: #fff; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.vx-clients-row { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); }
@media (max-width: 900px) { .vx-clients-row { grid-template-columns: repeat(3, minmax(0, 1fr)); } .vx-client span { font-size: 1rem; overflow-wrap: anywhere; } }
@media (max-width: 480px) { .vx-clients-row { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.vx-client { display: grid; place-items: center; min-height: 120px; border-right: 1px solid var(--border); padding: 18px; text-align: center; }
.vx-client:last-child { border-right: 0; }
.vx-client span { font-family: var(--font-head); font-size: 1.35rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: #b3ab9f; transition: color .3s; }
.vx-client:hover span { color: var(--dark); }
.vx-client img { max-height: 54px; filter: grayscale(1); opacity: .6; }

/* ---------- Blog kartları ---------- */
.post-card { border-radius: 0; border: 0; background: transparent; }
.post-card:hover { box-shadow: none; }
.post-card .card-media { aspect-ratio: 16/11; }
.post-card .card-body { padding: 24px 0 0; }
.post-card .card-title { font-size: 1.45rem; line-height: 1.08; }
.post-card .card-cat { color: var(--primary-dark); }
.post-card .card-link { color: var(--dark); text-transform: uppercase; letter-spacing: .1em; font-size: .75rem; }

/* ---------- Teklif bandı ---------- */
.vx-quote { position: relative; padding: clamp(70px, 9vw, 120px) 0; color: #fff; background: var(--dark) var(--qbg, none) center / cover no-repeat; isolation: isolate; }
.vx-quote::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(14,16,19,.95) 30%, rgba(14,16,19,.7)); z-index: -1; }
.vx-quote-grid { display: grid; grid-template-columns: 1fr 480px; gap: 70px; align-items: center; }
@media (max-width: 1000px) { .vx-quote-grid { grid-template-columns: 1fr; gap: 40px; } }
.vx-quote .vx-title { color: #fff; }
.vx-quote-text p { color: rgba(255,255,255,.72); font-size: 1.05rem; max-width: 560px; }
.vx-quote-list { list-style: none; padding: 0; margin: 30px 0 0; display: grid; gap: 14px; }
.vx-quote-list li { display: flex; align-items: center; gap: 14px; font-size: 1.1rem; }
.vx-quote-list i { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); color: var(--primary); font-size: 20px; }
.vx-quote-list a { color: #fff; }
.vx-quote-box { background: #fff; color: var(--text); padding: 40px 36px; border-top: 4px solid var(--primary); }
.vx-quote-box h3 { font-size: 1.8rem; margin-bottom: 18px; }

/* ---------- Form öğeleri ---------- */
input[type=text], input[type=email], input[type=tel], input[type=number], input[type=date], input[type=search], select, textarea { border-radius: 0; border-width: 1px; background: #fbfaf8; }
.choice span, .qw-option-box, .file-drop, .search-inline, .search-inline .btn, .chip, .pagination a, .pagination span, .faq-item, .card, .widget, .alert, .quote-box, .order-box, .card-pad, .contact-card, .doc-list li { border-radius: 0 !important; }
.qw-steps li span, .mini-steps li::before { border-radius: 0; }
.inline-quote { background: var(--dark); border-left: 4px solid var(--primary); }

/* ---------- İç sayfa başlığı ---------- */
.vx-page-hero { position: relative; background: var(--dark); color: #fff; padding: 110px 0 90px; overflow: hidden; isolation: isolate; }
.vx-page-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; z-index: -2; }
.vx-page-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(14,16,19,.94) 35%, rgba(14,16,19,.55)); z-index: -1; }
.vx-page-hero h1 { color: #fff; font-size: clamp(2.6rem, 6vw, 5rem); line-height: .95; margin: 18px 0 14px; font-weight: 800; max-width: 1000px; }
.vx-page-hero p { color: rgba(255,255,255,.72); max-width: 680px; font-size: 1.05rem; margin: 0; }
.vx-page-hero .breadcrumb li, .vx-page-hero .breadcrumb a { text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; font-weight: 700; }
.vx-page-hero .breadcrumb a { color: var(--primary); }
.vx-page-hero-line { position: absolute; left: 0; bottom: 0; width: 34%; height: 5px; background: var(--primary); }

/* ---------- İç sayfa ayrıntıları ---------- */
.widget { background: var(--surface); border: 0; }
.widget-title { font-size: 1.35rem; border-bottom-color: var(--surface-2); }
.widget-contact { background: var(--dark); color: #fff; }
.widget-contact .widget-title { color: #fff; border-color: rgba(255,255,255,.1); }
.widget-contact .contact-list a { color: #fff; }
.widget-contact .contact-list i { background: rgba(255,255,255,.06); border-radius: 0; }
.widget-links li.active > a { color: var(--primary-dark); }
.check-list i { border-radius: 0; color: var(--dark); }
.feature-box { border-radius: 0; border-left: 4px solid var(--primary); }
.project-info { border-radius: 0; background: var(--dark); color: #fff; border: 0; }
.project-info .info-title { color: #fff; }
.project-info .info-list > div { border-color: rgba(255,255,255,.1); }
.project-info .info-list dt { color: rgba(255,255,255,.6); }
.project-info .info-list dd, .project-info .info-list dd a { color: #fff; }
.section-subtitle { font-size: clamp(1.8rem, 3vw, 2.6rem); }
.cta-band { background: var(--primary); color: var(--dark); }
.cta-band .btn-primary { background: var(--dark); color: #fff; border-color: var(--dark); }
.cta-band .btn-outline { color: var(--dark); border-color: var(--dark); }
.cta-band .btn-outline:hover { background: var(--dark); color: #fff; }
.error-code { color: var(--primary); }
.chip.is-active { color: var(--dark); }
.pagination .pg-current { color: var(--dark); }
.team-photo { border-radius: 0; }
.team-photo .t-initials { border-radius: 0; background: var(--dark); color: var(--primary); }

/* ---------- Footer ---------- */
.vx-footer { background: var(--dark); color: rgba(255,255,255,.62); font-size: .92rem; }
.vx-footer-top { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 70px 0; border-bottom: 1px solid rgba(255,255,255,.08); flex-wrap: wrap; }
.vx-footer-top h2 { color: #fff; font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1; margin: 0; max-width: 700px; }
.vx-footer-top h2 span { color: var(--primary); }
.vx-footer-top-actions { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
.vx-footer-phone { color: #fff; font-family: var(--font-head); font-size: 2rem; font-weight: 700; display: flex; flex-direction: column; line-height: 1.1; }
.vx-footer-phone small { font-family: var(--font-body); font-size: .72rem; text-transform: uppercase; letter-spacing: .14em; color: var(--primary); }
.vx-footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.3fr; gap: 50px; padding: 70px 0; }
@media (max-width: 900px) { .vx-footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .vx-footer-grid { grid-template-columns: 1fr; } }
.vx-footer h3 { color: #fff; font-size: 1.3rem; margin-bottom: 22px; position: relative; padding-bottom: 12px; }
.vx-footer h3::after { content: ""; position: absolute; left: 0; bottom: 0; width: 30px; height: 2px; background: var(--primary); }
.vx-footer-about .vx-logo { margin-bottom: 20px; }
.vx-footer-about p { max-width: 380px; }
.vx-footer a { color: rgba(255,255,255,.62); }
.vx-footer a:hover { color: var(--primary); }
.vx-footer-links { list-style: none; margin: 0; padding: 0; display: grid; gap: 11px; }
.vx-footer-links a::before { content: "— "; color: var(--primary); }
.vx-footer-contact { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.vx-footer-contact li { display: flex; gap: 12px; }
.vx-footer-contact i { color: var(--primary); font-size: 18px; }
.vx-footer .social-links a { border-radius: 0; background: rgba(255,255,255,.05); color: #fff; }
.vx-footer .social-links a:hover { background: var(--primary); color: var(--dark) !important; }
.vx-footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 22px 0; font-size: .82rem; }
.vx-footer-bottom-inner { display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; }

/* ---------- İletişim butonları ---------- */
.fc-phone { background: var(--primary); color: var(--dark); }
.fc-phone:hover { color: var(--dark); }
.fc-btn { border-radius: 0; }
.fc-whatsapp::before { border-radius: 0; }
.mobile-bar .mb-quote { color: var(--dark); }
