:root {
  --navy: #061426;
  --navy-2: #0e2c4f;
  --red: #d71920;
  --gold: #b89b62;
  --ink: #182132;
  --muted: #687386;
  --line: #e9edf3;
  --soft: #f7f8fa;
  --white: #ffffff;
  --shadow: 0 18px 44px rgba(8, 27, 51, .09);
  --shadow-soft: 0 12px 30px rgba(8, 27, 51, .06);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { overflow-x: hidden; }
body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  color: var(--ink);
  background: #fbfcfd;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(8, 27, 51, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 27, 51, .035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, #000 0%, transparent 60%);
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 16px max(22px, calc((100vw - 1200px) / 2));
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid rgba(233, 237, 243, .8);
  backdrop-filter: blur(18px);
}
.brand { display: flex; align-items: center; gap: 12px; margin-right: auto; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 6px;
  background: var(--navy);
  color: var(--white);
  font-weight: 800;
}
.brand strong { display: block; font-size: 16px; letter-spacing: 0; }
.brand small { color: var(--muted); font-size: 12px; }
.main-nav { display: flex; align-items: center; gap: 20px; font-size: 14px; font-weight: 650; }
.main-nav a { color: #263247; }
.main-nav a:hover { color: var(--red); }
.header-cta, .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border-radius: 4px;
  border: 1px solid transparent;
  font-weight: 800;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
.header-cta::after, .btn::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-105%);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.22), transparent);
  transition: transform .45s ease;
}
.header-cta:hover::after, .btn:hover::after { transform: translateX(105%); }
.header-cta, .btn-primary { background: linear-gradient(135deg, #d71920, #a90f18); color: var(--white); box-shadow: 0 16px 32px rgba(215, 25, 32, .28); }
.btn-dark { background: var(--navy); color: var(--white); }
.btn-light { background: var(--white); color: var(--navy); border-color: rgba(255,255,255,.62); }
.btn-ghost { background: rgba(255,255,255,.06); color: var(--white); border-color: rgba(255,255,255,.24); }
.btn-line { background: var(--white); color: var(--navy); border-color: var(--line); }
.btn-large { min-height: 52px; padding: 14px 22px; }
.btn:hover, .header-cta:hover { transform: translateY(-1px); box-shadow: var(--shadow); }
.nav-toggle { display: none; border: 0; background: var(--navy); color: var(--white); border-radius: 6px; width: 42px; height: 42px; font-size: 20px; }
.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  gap: 68px;
  align-items: center;
  min-height: calc(100vh - 78px);
  padding: 96px max(22px, calc((100vw - 1200px) / 2)) 78px;
  background:
    radial-gradient(circle at 14% 20%, rgba(215, 25, 32, .22), transparent 25%),
    radial-gradient(circle at 86% 18%, rgba(184, 155, 98, .18), transparent 23%),
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(104deg, rgba(6, 20, 38, .99) 0%, rgba(6, 20, 38, .96) 60%, rgba(13, 32, 55, .92) 60%),
    linear-gradient(135deg, #061426, #0e2c4f);
  background-size: auto, 76px 76px, 76px 76px, auto, auto;
  color: var(--white);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(130deg, transparent 0 54%, rgba(215,25,32,.18) 54.2%, transparent 54.6%),
    linear-gradient(25deg, transparent 0 74%, rgba(184,155,98,.18) 74.2%, transparent 74.5%);
}
.hero-atmosphere {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.hero-atmosphere span {
  position: absolute;
  border: 1px solid rgba(255,255,255,.08);
  transform: rotate(-10deg);
}
.hero-atmosphere span:nth-child(1) { width: 420px; height: 170px; right: 3%; top: 14%; }
.hero-atmosphere span:nth-child(2) { width: 280px; height: 280px; left: 42%; bottom: 8%; border-color: rgba(215,25,32,.18); }
.hero-atmosphere span:nth-child(3) { width: 620px; height: 1px; left: 8%; bottom: 18%; background: rgba(184,155,98,.35); border: 0; }
.hero-copy, .hero-visual { position: relative; z-index: 1; }
.hero h1, .text-hero h1 {
  margin: 18px 0 22px;
  font-size: clamp(48px, 6vw, 92px);
  line-height: .98;
  letter-spacing: 0;
  max-width: 860px;
}
.hero p { max-width: 740px; font-size: 18px; color: #dbe4ef; }
.hero-lead { font-size: 21px; line-height: 1.72; border-left: 3px solid var(--red); padding-left: 22px; }
.eyebrow {
  display: inline-flex;
  color: var(--red);
  font-weight: 800;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 780px;
  margin-top: 40px;
  padding-top: 26px;
  border-top: 1px solid rgba(255,255,255,.16);
}
.hero-proof div { display: grid; gap: 4px; }
.hero-proof strong { color: var(--white); font-size: 14px; }
.hero-proof span { color: #aebdd0; font-size: 13px; line-height: 1.45; }
.hero-signal {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.hero-signal span {
  padding: 8px 11px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  color: #d7e2ef;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.hero-visual { position: relative; }
.hero-visual picture {
  display: block;
  overflow: hidden;
  border-radius: 6px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(240,243,247,.98) 100%);
  box-shadow: 0 36px 86px rgba(0,0,0,.38);
  border: 1px solid rgba(255,255,255,.16);
}
.hero-visual img {
  width: 100%;
  aspect-ratio: 4 / 4.85;
  object-fit: cover;
}
.hero-visual .hero-portrait {
  object-fit: contain;
  object-position: center bottom;
  padding: 18px 18px 0;
}
.hero-panel {
  position: absolute;
  left: -34px;
  bottom: 32px;
  width: min(360px, 86%);
  padding: 22px;
  border-radius: 6px;
  background: var(--white);
  color: var(--ink);
  box-shadow: 0 22px 48px rgba(0,0,0,.22);
  border-left: 4px solid var(--red);
}
.hero-panel small { color: var(--red); font-weight: 900; text-transform: uppercase; letter-spacing: .08em; font-size: 11px; }
.hero-panel strong { display: block; margin: 6px 0; color: var(--navy); font-size: 26px; line-height: 1.1; }
.hero-panel span { color: var(--muted); font-size: 14px; }
.remax-pill {
  position: absolute;
  top: 22px;
  right: 22px;
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(255,255,255,.96);
  color: var(--navy);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  box-shadow: 0 14px 30px rgba(0,0,0,.18);
}
.expertise-marquee {
  overflow: hidden;
  width: 100%;
  border-bottom: 1px solid rgba(233,237,243,.8);
  background: #fff;
}
.expertise-marquee div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.expertise-marquee span {
  position: relative;
  padding: 22px 34px;
  color: var(--navy);
  font-weight: 900;
  white-space: nowrap;
}
.expertise-marquee span::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 14px;
  border-radius: 50%;
  background: var(--red);
  vertical-align: middle;
}
.section { padding: 104px 0; }
.section-title { width: min(830px, calc(100% - 40px)); margin: 0 auto 46px; text-align: center; }
.section-title h2, .about-band h2, .valuation-section h2, .final-cta h2, .social-band h2 {
  margin: 12px 0 14px;
  font-size: clamp(34px, 4.2vw, 62px);
  line-height: 1.04;
  color: var(--navy);
  letter-spacing: 0;
}
.section-title p { color: var(--muted); margin: 0; font-size: 17px; }
.section-title::after {
  content: "";
  display: block;
  width: 74px;
  height: 3px;
  margin: 24px auto 0;
  background: linear-gradient(90deg, var(--red), var(--gold));
}
.service-grid, .portfolio-grid, .blog-grid, .testimonial-grid, .why-grid, .landing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.section-kicker {
  width: min(1120px, calc(100% - 44px));
  margin: 0 auto 48px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 46px;
  align-items: end;
}
.section-kicker h2 {
  margin: 10px 0 0;
  color: var(--navy);
  font-size: clamp(34px, 4vw, 60px);
  line-height: 1.04;
  letter-spacing: 0;
}
.section-kicker p { margin: 0; color: var(--muted); font-size: 18px; }
.process-section {
  padding: 112px 0;
  background:
    linear-gradient(90deg, rgba(6,20,38,.035) 1px, transparent 1px),
    linear-gradient(rgba(6,20,38,.035) 1px, transparent 1px),
    #fff;
  background-size: 70px 70px;
}
.process-timeline {
  width: min(1120px, calc(100% - 44px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--navy);
}
.process-timeline article {
  position: relative;
  min-height: 260px;
  padding: 34px 30px 0 0;
  border-right: 1px solid var(--line);
}
.process-timeline article::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 8px #fff;
}
.process-timeline span { color: var(--red); font-weight: 900; font-size: 13px; }
.process-timeline h3 { color: var(--navy); font-size: 24px; margin: 18px 0 10px; }
.process-timeline p { color: var(--muted); margin: 0; }
.decision-section {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 54px;
  align-items: start;
  padding: 112px max(22px, calc((100vw - 1200px) / 2));
  background:
    radial-gradient(circle at 10% 20%, rgba(215,25,32,.18), transparent 26%),
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px),
    var(--navy);
  background-size: auto, 68px 68px, 68px 68px, auto;
  color: #fff;
}
.decision-copy { position: sticky; top: 110px; }
.decision-copy h2 {
  margin: 12px 0 18px;
  color: #fff;
  font-size: clamp(38px, 4.6vw, 68px);
  line-height: 1.02;
}
.decision-copy p { color: #c7d2e1; font-size: 18px; }
.decision-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: rgba(255,255,255,.12);
}
.decision-grid article {
  min-height: 240px;
  padding: 28px;
  background: rgba(255,255,255,.045);
}
.decision-grid article:last-child { grid-column: 1 / -1; min-height: 180px; }
.decision-grid span {
  display: block;
  width: 42px;
  height: 3px;
  background: linear-gradient(90deg, var(--red), var(--gold));
}
.decision-grid h3 { margin: 34px 0 12px; color: #fff; font-size: 26px; }
.decision-grid p { margin: 0; color: #c7d2e1; }
.service-card, .portfolio-card, .blog-card, blockquote, .landing-grid a {
  border: 1px solid rgba(233,237,243,.9);
  border-radius: 6px;
  background: var(--white);
  box-shadow: none;
}
.service-card { padding: 30px; }
.service-card .icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 6px;
  background: #eef3f8;
  color: var(--red);
  font-weight: 800;
}
.service-card h3, .portfolio-card h3, .blog-card h3 { margin: 18px 0 10px; color: var(--navy); line-height: 1.25; letter-spacing: 0; }
.service-card p, .portfolio-card p, .blog-card p, blockquote p { color: var(--muted); }
.service-card a, .blog-card a { color: var(--red); font-weight: 800; }
.about-band, .valuation-section, .social-band, .final-cta {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 64px;
  align-items: center;
  padding: 102px max(22px, calc((100vw - 1200px) / 2));
  background: var(--soft);
}
.about-band img, .wide-img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: var(--shadow-soft);
}
.filters { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-bottom: 24px; }
.filters button {
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: 999px;
  padding: 10px 16px;
  color: var(--navy);
  font-weight: 800;
}
.filters button.active, .filters button:hover { background: var(--navy); color: var(--white); }
.portfolio-rail {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  overflow: hidden;
  padding: 6px 0 0;
}
.portfolio-card {
  position: relative;
  overflow: hidden;
  min-height: 620px;
  background: var(--navy);
  color: #fff;
  border: 0;
  transition: transform .25s ease, box-shadow .25s ease;
  box-shadow: 0 24px 60px rgba(6,20,38,.15);
}
.portfolio-card:hover { transform: translateY(-6px); box-shadow: 0 34px 78px rgba(6,20,38,.24); }
.portfolio-media { position: relative; overflow: hidden; }
.portfolio-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6,20,38,.08), rgba(6,20,38,.84));
}
.portfolio-media img { width: 100%; height: 310px; object-fit: cover; transition: transform .45s ease; }
.portfolio-card:hover .portfolio-media img { transform: scale(1.045); }
.portfolio-media span {
  position: absolute;
  left: 16px;
  top: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  z-index: 2;
  background: rgba(6,20,38,.82);
  color: #fff;
  border: 1px solid rgba(255,255,255,.18);
  font-size: 12px;
  font-weight: 900;
}
.portfolio-content {
  position: relative;
  z-index: 2;
  margin-top: -92px;
  padding: 0 26px 28px;
}
.portfolio-meta-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.portfolio-meta-row em {
  color: #fff;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.portfolio-content h3 { color: #fff; font-size: 26px; }
.portfolio-content p {
  display: -webkit-box;
  min-height: 78px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #d7e2ef;
}
.portfolio-card dl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 20px 0;
}
.portfolio-card dl div { padding-top: 14px; border-top: 1px solid rgba(255,255,255,.14); }
.portfolio-card dt { color: #aebdd0; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.portfolio-card dd { margin: 4px 0 0; color: #fff; font-weight: 800; }
.portfolio-card strong { display: block; color: #fff; font-size: 18px; }
.portfolio-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.portfolio-tags span {
  padding: 7px 10px;
  background: rgba(255,255,255,.1);
  color: #fff;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}
.portfolio-card .btn-dark { background: #fff; color: var(--navy); }
.portfolio-card .btn-line { background: transparent; color: #fff; border-color: rgba(255,255,255,.28); }
.region-section {
  padding: 112px 0;
  background:
    radial-gradient(circle at 86% 10%, rgba(184,155,98,.16), transparent 24%),
    var(--navy);
  color: #fff;
}
.region-section .section-kicker h2,
.region-section .section-kicker p { color: #fff; }
.region-map {
  width: min(1120px, calc(100% - 44px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background:
    linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px),
    rgba(255,255,255,.08);
  background-size: 54px 54px;
}
.region-map a {
  position: relative;
  min-height: 230px;
  padding: 26px;
  background: rgba(8,27,51,.86);
  border: 1px solid rgba(255,255,255,.1);
  overflow: hidden;
}
.region-map a:nth-child(1), .region-map a:nth-child(6) { grid-column: span 2; }
.region-map i {
  position: absolute;
  right: 24px;
  top: 24px;
  width: 16px;
  height: 16px;
  border: 2px solid var(--red);
  border-radius: 50%;
}
.region-map i::after {
  content: "";
  position: absolute;
  inset: -12px;
  border: 1px solid rgba(207,31,43,.35);
  border-radius: 50%;
}
.region-map strong { display: block; font-size: 24px; color: #fff; }
.region-map span { display: block; margin-top: 8px; color: #b9c5d5; font-weight: 800; }
.region-map p { margin: 28px 0; color: #d6deea; }
.region-map em { color: #fff; font-style: normal; font-weight: 900; border-bottom: 2px solid var(--red); }
.profile-section {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 68px;
  align-items: center;
  padding: 112px max(22px, calc((100vw - 1200px) / 2));
  background:
    linear-gradient(90deg, var(--navy) 0 38%, #fff 38% 100%);
}
.profile-portrait { position: relative; background: #f4f6f8; border: 1px solid var(--line); }
.profile-portrait img {
  width: 100%;
  aspect-ratio: 4 / 4.7;
  object-fit: contain;
  object-position: center bottom;
  padding: 22px 22px 0;
}
.profile-portrait span {
  position: absolute;
  left: 22px;
  bottom: 22px;
  padding: 9px 13px;
  background: var(--navy);
  color: #fff;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: .08em;
}
.profile-copy h2 { margin: 12px 0 20px; color: var(--navy); font-size: clamp(36px, 4vw, 64px); line-height: 1.03; }
.profile-copy p { color: #475467; font-size: 18px; max-width: 760px; }
.profile-copy > strong { display: block; margin-top: 24px; color: var(--navy); font-size: 34px; font-weight: 800; }
.profile-copy::after {
  content: "Teknik Bakış / Saha Deneyimi / RE/MAX ATA Güvencesi";
  display: block;
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.audience-section { padding: 104px 0; }
.audience-grid {
  display: grid;
  grid-template-columns: 1.1fr .95fr .95fr;
  gap: 0;
}
.audience-grid article {
  min-height: 320px;
  padding: 34px;
  background: var(--navy);
  color: #fff;
}
.audience-grid article:nth-child(2) { background: #f4f6f8; color: var(--navy); }
.audience-grid article:nth-child(3) { background: #fff; color: var(--navy); border: 1px solid var(--line); }
.audience-grid span { color: var(--red); font-weight: 900; }
.audience-grid h3 { margin: 30px 0 14px; font-size: 28px; line-height: 1.1; }
.audience-grid p { color: inherit; opacity: .78; }
.audience-grid a { display: inline-flex; margin-top: 22px; font-weight: 900; border-bottom: 2px solid var(--red); }
.blog-card {
  padding: 30px;
  background: #fff;
  border-left: 3px solid var(--red);
  box-shadow: 0 18px 42px rgba(6,20,38,.06);
}
.blog-card h3 { font-size: 21px; }
.blog-card p { margin-bottom: 22px; }
.blog-card small { display: block; margin-bottom: 18px; color: var(--muted); font-weight: 800; }
.tag { color: var(--red); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.card-actions { display: flex; gap: 10px; margin-top: 18px; flex-wrap: wrap; }
.why-band {
  padding: 104px max(22px, calc((100vw - 1200px) / 2));
  background:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px),
    var(--navy);
  background-size: 58px 58px;
  color: var(--white);
}
.why-band .section-title h2, .why-band .section-title p { color: var(--white); }
.why-grid div {
  display: flex;
  gap: 14px;
  padding: 20px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 6px;
  background: rgba(255,255,255,.045);
  font-weight: 700;
}
.why-grid span { color: var(--red); font-weight: 900; }
.valuation-section {
  background:
    radial-gradient(circle at 14% 18%, rgba(215,25,32,.18), transparent 26%),
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px),
    var(--navy);
  background-size: auto, 68px 68px, 68px 68px, auto;
  color: #fff;
}
.valuation-section h2 { color: #fff; }
.valuation-section p { color: #c7d2e1; }
.valuation-section.standalone { min-height: 620px; }
.lead-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  padding: 28px;
  background: rgba(255,255,255,.98);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 6px;
  box-shadow: var(--shadow-soft);
}
.valuation-section .lead-form::before {
  content: "Bilgileriniz gizli tutulur · Ön görüşme ücretsizdir · En kısa sürede dönüş yapılır";
  grid-column: 1 / -1;
  color: var(--navy);
  font-weight: 850;
  padding: 12px 14px;
  background: #f5f7fa;
  border-left: 3px solid var(--red);
}
.strategy-form fieldset { display: none; border: 0; padding: 0; margin: 0; grid-column: 1 / -1; }
.strategy-form fieldset.active { display: grid; gap: 14px; animation: formIn .22s ease; }
.strategy-form legend { margin-bottom: 12px; color: var(--navy); font-size: 22px; font-weight: 900; }
.form-progress { grid-column: 1 / -1; display: flex; gap: 8px; margin-bottom: 6px; }
.form-progress span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #eef2f6;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}
.form-progress span.active { background: var(--red); color: #fff; }
.choice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.choice-grid label { cursor: pointer; }
.choice-grid input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.choice-grid span {
  display: grid;
  place-items: center;
  min-height: 58px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  color: var(--navy);
  font-weight: 900;
}
.choice-grid input:checked + span { border-color: var(--red); box-shadow: inset 0 0 0 1px var(--red); }
.form-actions { display: flex; gap: 10px; flex-wrap: wrap; }
@keyframes formIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.magazine-section { padding: 104px 0; }
.magazine-grid {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 30px;
}
.featured-article {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  min-height: 460px;
  background: var(--navy);
  color: #fff;
}
.featured-article img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.95) contrast(1.08); }
.featured-article div { padding: 38px; align-self: end; }
.featured-article h3 { font-size: clamp(30px, 3vw, 46px); line-height: 1.08; margin: 16px 0; }
.featured-article p { color: #d6deea; }
.featured-article small { display: block; margin-bottom: 22px; color: #aebdd0; font-weight: 800; }
.featured-article a { color: #fff; font-weight: 900; border-bottom: 2px solid var(--red); }
.article-list { display: grid; gap: 18px; }
.trust-board {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 22px;
}
.trust-board blockquote { border: 1px solid var(--line); background: #fff; box-shadow: 0 18px 42px rgba(6,20,38,.05); }
.trust-board .featured-quote {
  position: relative;
  grid-row: span 2;
  padding: 48px;
  background:
    radial-gradient(circle at 12% 10%, rgba(215,25,32,.2), transparent 24%),
    var(--navy);
  color: #fff;
}
.trust-board .featured-quote::before {
  content: "“";
  position: absolute;
  right: 34px;
  top: 18px;
  color: rgba(255,255,255,.08);
  font-size: 130px;
  line-height: 1;
  font-weight: 900;
}
.trust-board .featured-quote p { color: #fff; font-size: 28px; line-height: 1.35; }
.trust-board .featured-quote cite { color: #fff; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.lead-form label { display: grid; gap: 7px; font-size: 13px; color: var(--navy); font-weight: 800; }
.lead-form input, .lead-form select, .lead-form textarea, .admin-form input, .admin-form textarea, .admin-form select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 12px 13px;
  font: inherit;
  background: var(--white);
  color: var(--ink);
}
.lead-form .choice-grid input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  opacity: 0;
  pointer-events: none;
}
.full { grid-column: 1 / -1; }
.landing-grid a { padding: 28px; font-weight: 800; color: var(--navy); }
.landing-grid span { display: block; margin-top: 18px; color: var(--red); font-size: 14px; }
blockquote { margin: 0; padding: 30px; }
blockquote span { color: var(--red); letter-spacing: .08em; font-size: 14px; }
blockquote p { font-size: 17px; color: #344054; }
blockquote cite { display: block; margin-top: 20px; color: var(--navy); font-weight: 900; font-style: normal; }
blockquote small { display: block; margin-top: 3px; color: var(--muted); }
.trust-testimonials blockquote { border-top: 3px solid var(--red); }
.social-band { background: var(--white); border-top: 1px solid rgba(233,237,243,.7); }
.video-placeholder, .map-box {
  display: grid;
  place-items: center;
  min-height: 260px;
  border: 1px dashed #b7c1cf;
  border-radius: 6px;
  background: #f8fafc;
  color: var(--muted);
  font-weight: 800;
}
.final-cta {
  grid-template-columns: 1fr auto;
  background:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px),
    var(--navy);
  background-size: 64px 64px;
  color: var(--white);
  border-top: 4px solid var(--red);
}
.final-cta h2 { color: var(--white); max-width: 780px; }
.final-cta p { color: #c7d2e1; max-width: 720px; margin: 0; }
.site-footer {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 24px;
  padding: 34px max(22px, calc((100vw - 1200px) / 2)) 92px;
  background: #061326;
  color: #d4deec;
}
.site-footer a { margin-right: 16px; color: #fff; font-weight: 700; }
.credit { grid-column: 1 / -1; margin: 0; font-size: 13px; color: #9fb0c6; }
.credit a { color: #9fb0c6; }
.notice {
  border-radius: 8px;
  background: #e8f7ee;
  color: #116231;
  border: 1px solid #b9e6c8;
  padding: 14px 16px;
  margin-top: 20px;
  font-weight: 700;
}
.text-hero, .detail-hero {
  padding: 86px max(20px, calc((100vw - 1180px) / 2));
  background: var(--navy);
  color: var(--white);
}
.text-hero p { max-width: 780px; color: #d7e2ef; font-size: 18px; }
.content-page, .article-page, .detail-layout { padding: 70px 0; }
.content-page p, .article-page p, .detail-layout p { font-size: 18px; color: #3d485b; }
.detail-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  align-items: center;
}
.detail-hero img { border-radius: 8px; aspect-ratio: 16 / 11; object-fit: cover; }
.detail-hero h1 { font-size: clamp(34px, 4vw, 58px); line-height: 1.08; }
.detail-layout {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 42px;
}
.feature-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; padding: 0; list-style: none; }
.feature-list li { padding: 14px; background: var(--soft); border-radius: 8px; font-weight: 700; }
.article-page { max-width: 880px; }
.article-page h1 { color: var(--navy); font-size: clamp(34px, 4vw, 58px); line-height: 1.08; }
.article-page img { border-radius: 8px; margin: 24px 0; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.inline-cta { margin-top: 36px; padding: 28px; border-radius: 8px; background: var(--soft); }
.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 20px;
  z-index: 70;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25d366;
  color: var(--white);
  font-weight: 900;
  box-shadow: var(--shadow);
}
.mobile-action-bar { display: none; }
.install-body { min-height: 100vh; display: grid; place-items: center; background: var(--soft); padding: 20px; }
.install-card { width: min(620px, 100%); background: var(--white); border-radius: 8px; padding: 34px; box-shadow: var(--shadow); }
.install-card h1 { color: var(--navy); margin-top: 8px; }

.admin-shell { display: grid; grid-template-columns: 260px 1fr; min-height: 100vh; background: var(--soft); }
.admin-sidebar { background: var(--navy); color: var(--white); padding: 26px; }
.admin-sidebar a { display: block; padding: 11px 0; color: #d7e2ef; font-weight: 700; }
.admin-main { padding: 30px; }
.admin-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin: 24px 0; }
.stat, .admin-panel { background: var(--white); border: 1px solid var(--line); border-radius: 8px; padding: 20px; box-shadow: 0 8px 30px rgba(11,31,58,.05); }
.stat strong { display: block; color: var(--navy); font-size: 30px; }
.admin-table { width: 100%; border-collapse: collapse; background: var(--white); border-radius: 8px; overflow: hidden; }
.admin-table th, .admin-table td { padding: 13px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.admin-form { display: grid; gap: 14px; max-width: 920px; }
.admin-form .two { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }

@media (max-width: 980px) {
  .site-header { flex-wrap: wrap; }
  .nav-toggle { display: inline-grid; place-items: center; }
  .main-nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 0 8px;
  }
  .main-nav.open { display: flex; }
  .header-cta { display: none; }
  .hero, .about-band, .valuation-section, .social-band, .final-cta, .detail-hero, .detail-layout, .section-kicker, .profile-section, .magazine-grid, .featured-article, .trust-board, .decision-section {
    grid-template-columns: 1fr;
  }
  .hero {
    min-height: auto;
    background:
      radial-gradient(circle at 20% 8%, rgba(215,25,32,.2), transparent 28%),
      linear-gradient(180deg, #061426 0%, #0e2c4f 100%);
    padding-top: 58px;
    gap: 42px;
  }
  .hero h1 { max-width: 100%; }
  .hero-proof { grid-template-columns: 1fr; gap: 14px; }
  .hero-visual { max-width: 620px; }
  .hero-panel { left: 18px; bottom: 18px; }
  .trust-strip, .service-grid, .portfolio-grid, .blog-grid, .testimonial-grid, .why-grid, .landing-grid, .admin-grid, .process-timeline, .region-map, .audience-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .process-timeline { border-top: 0; gap: 1px; background: var(--line); }
  .process-timeline article { background: #fff; border-right: 0; border-top: 1px solid var(--navy); padding: 28px; min-height: 220px; }
  .decision-copy { position: static; }
  .decision-grid { grid-template-columns: 1fr; }
  .decision-grid article:last-child { grid-column: auto; }
  .region-map a:nth-child(1), .region-map a:nth-child(6) { grid-column: span 1; }
  .portfolio-rail { grid-template-columns: repeat(2, 1fr); }
  .profile-section { gap: 36px; }
  .featured-article img { height: 320px; }
  .admin-shell { grid-template-columns: 1fr; }
  .admin-sidebar { position: static; }
}

@media (max-width: 640px) {
  .container, .section-title { width: min(100% - 28px, 1180px); }
  .site-header { padding: 12px 14px; }
  .brand-mark { width: 40px; height: 40px; }
  .brand strong { font-size: 14px; }
  .brand small { display: none; }
  .hero h1, .text-hero h1 { font-size: 40px; line-height: 1.02; }
  .hero p, .hero-lead { font-size: 16px; line-height: 1.68; }
  .hero-lead { padding-left: 14px; }
  .hero, .section, .about-band, .valuation-section, .social-band, .final-cta, .text-hero, .detail-hero { padding-left: 14px; padding-right: 14px; }
  .section, .about-band, .valuation-section, .social-band, .why-band { padding-top: 72px; padding-bottom: 72px; }
  .section-title { margin-bottom: 30px; }
  .section-title h2, .about-band h2, .valuation-section h2, .final-cta h2, .social-band h2 { font-size: 30px; }
  .cta-row { gap: 10px; }
  .hero .btn { width: 100%; }
  .hero-visual img { aspect-ratio: 4 / 4.2; }
  .hero-visual .hero-portrait { padding: 10px 10px 0; }
  .hero-panel {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    margin-top: 12px;
  }
  .remax-pill { top: 14px; right: 14px; }
  .trust-strip, .service-grid, .portfolio-grid, .blog-grid, .testimonial-grid, .why-grid, .landing-grid, .lead-form, .feature-list, .site-footer, .admin-form .two, .admin-grid, .process-timeline, .region-map, .audience-grid, .choice-grid {
    grid-template-columns: 1fr;
  }
  .expertise-marquee span { padding: 16px 22px; }
  .service-grid, .portfolio-grid, .blog-grid, .testimonial-grid, .why-grid, .landing-grid { gap: 18px; }
  .section-kicker { width: min(100% - 28px, 1180px); gap: 18px; margin-bottom: 28px; }
  .section-kicker h2 { font-size: 32px; }
  .section-kicker p { font-size: 16px; }
  .process-section, .region-section, .profile-section, .audience-section, .magazine-section, .decision-section { padding-top: 72px; padding-bottom: 72px; }
  .process-timeline, .region-map { width: min(100% - 28px, 1180px); }
  .process-timeline article { min-height: auto; }
  .portfolio-rail { grid-template-columns: 1fr; overflow: visible; padding-bottom: 0; }
  .portfolio-media img { height: 220px; }
  .portfolio-content { padding: 20px; }
  .portfolio-content p { min-height: auto; }
  .portfolio-card dl { grid-template-columns: 1fr; gap: 8px; }
  .card-actions .btn { width: 100%; }
  .blog-card { padding: 22px; }
  blockquote { padding: 24px; }
  .region-map a { min-height: 210px; }
  .profile-copy h2 { font-size: 34px; }
  .decision-copy h2 { font-size: 34px; }
  .profile-copy > strong { font-size: 28px; }
  .audience-grid article { min-height: auto; padding: 26px; }
  .featured-article { min-height: auto; }
  .featured-article img { height: 230px; }
  .featured-article div { padding: 24px; }
  .trust-board .featured-quote { padding: 28px; }
  .trust-board .featured-quote p { font-size: 22px; }
  .final-cta .cta-row .btn { width: 100%; }
  .whatsapp-float { display: none; }
  .mobile-action-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 80;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: var(--white);
    border-top: 1px solid var(--line);
    box-shadow: 0 -10px 30px rgba(11,31,58,.1);
  }
  .mobile-action-bar a { padding: 13px 8px; text-align: center; font-weight: 900; color: var(--navy); }
  .mobile-action-bar a:nth-child(2) { background: #25d366; color: var(--white); }
  body { padding-bottom: 54px; }
}

/* Ultra premium visual refresh */
.site-header {
  background: rgba(6, 20, 38, .82);
  border-bottom-color: rgba(255,255,255,.1);
  box-shadow: 0 18px 60px rgba(0,0,0,.22);
}
.brand strong, .main-nav a { color: #fff; }
.brand small { color: #b9c5d5; }
.brand-mark {
  background: linear-gradient(135deg, var(--red), #771016);
  box-shadow: 0 12px 32px rgba(215,25,32,.25);
}
.nav-toggle { background: var(--red); }
.hero {
  isolation: isolate;
  grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr);
  min-height: calc(100vh - 20px);
  background:
    radial-gradient(circle at 72% 44%, rgba(215,25,32,.22), transparent 21%),
    radial-gradient(circle at 84% 26%, rgba(255,255,255,.16), transparent 18%),
    linear-gradient(115deg, rgba(6,20,38,1) 0%, rgba(8,25,48,.98) 52%, rgba(14,44,79,.92) 100%);
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  pointer-events: none;
  background: linear-gradient(to top, rgba(6,20,38,.96), transparent);
  z-index: 0;
}
.ankara-skyline {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 34%;
  z-index: 0;
  opacity: .26;
  fill: rgba(255,255,255,.08);
  stroke: rgba(255,255,255,.22);
  stroke-width: 2;
}
.ankara-skyline path:first-child { fill: rgba(6,20,38,.52); stroke: none; }
.hero h1 {
  max-width: 900px;
  text-transform: none;
  text-shadow: 0 18px 60px rgba(0,0,0,.36);
}
.hero-lead {
  background: linear-gradient(90deg, rgba(255,255,255,.08), transparent);
  padding-top: 16px;
  padding-bottom: 16px;
}
.hero-visual {
  align-self: end;
  min-height: 620px;
  display: grid;
  place-items: end center;
}
.hero-visual picture {
  width: min(560px, 100%);
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow: visible;
  filter: drop-shadow(0 42px 70px rgba(0,0,0,.52));
}
.hero-visual img {
  aspect-ratio: auto;
  height: min(760px, 82vh);
  object-fit: contain;
}
.hero-visual .hero-portrait {
  padding: 0;
  transform: translateY(30px);
  transition: transform .45s ease, filter .45s ease;
}
.hero-visual:hover .hero-portrait {
  transform: translateY(18px) scale(1.018);
  filter: brightness(1.08) contrast(1.03);
}
.portrait-glow {
  position: absolute;
  inset: 6% 2% 2% 16%;
  z-index: -1;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255,255,255,.42) 0%, rgba(215,25,32,.2) 24%, transparent 62%);
  filter: blur(16px);
  opacity: .72;
  transition: opacity .4s ease, transform .4s ease;
}
.hero-visual:hover .portrait-glow { opacity: 1; transform: scale(1.08); }
.hero-visual::after {
  content: "";
  position: absolute;
  inset: 8% -8% 0 22%;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 38%, rgba(255,255,255,.34) 48%, transparent 58%);
  transform: translateX(-80%);
  opacity: 0;
  transition: transform .7s ease, opacity .7s ease;
}
.hero-visual:hover::after { transform: translateX(60%); opacity: .75; }
.hero-panel {
  left: 18px;
  bottom: 44px;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(16px);
}
.remax-pill {
  top: 42px;
  right: 20px;
  border: 1px solid rgba(255,255,255,.34);
}
.expertise-marquee {
  background: linear-gradient(90deg, #07172b, #0d2747);
  border: 0;
}
.expertise-marquee span {
  color: #fff;
  padding-top: 24px;
  padding-bottom: 24px;
}
.process-timeline article,
.decision-grid article,
.region-map a,
.audience-grid article,
.blog-card,
.trust-board blockquote,
.lead-form {
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease;
}
.process-timeline article:hover,
.decision-grid article:hover,
.region-map a:hover,
.audience-grid article:hover,
.blog-card:hover,
.trust-board blockquote:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 70px rgba(6,20,38,.16);
}
.portfolio-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 0 42%, rgba(255,255,255,.18) 50%, transparent 58%);
  opacity: 0;
  transform: translateX(-90%);
  transition: transform .65s ease, opacity .65s ease;
}
.portfolio-card:hover::after {
  opacity: 1;
  transform: translateX(90%);
}
.portfolio-card {
  min-height: 650px;
  border: 1px solid rgba(255,255,255,.08);
}
.portfolio-media img { height: 340px; }
.portfolio-content h3 { font-size: 29px; }
.valuation-section {
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}
.lead-form {
  box-shadow: 0 34px 90px rgba(0,0,0,.28);
}
.final-cta {
  min-height: 360px;
  background:
    radial-gradient(circle at 74% 26%, rgba(215,25,32,.22), transparent 24%),
    linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px),
    #061426;
}
@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-visual {
    min-height: 500px;
    align-items: end;
  }
  .hero-visual img { height: min(560px, 68vh); }
  .hero-visual .hero-portrait { transform: translateY(18px); }
}
@media (max-width: 640px) {
  .site-header { background: rgba(6,20,38,.94); }
  .main-nav a { color: #fff; }
  .hero { padding-top: 42px; gap: 20px; }
  .hero h1 { font-size: 42px; }
  .hero-visual {
    min-height: 380px;
    order: -1;
  }
  .hero-visual picture { width: min(330px, 92%); }
  .hero-visual img { height: 390px; }
  .hero-panel {
    display: none;
  }
  .remax-pill { top: 10px; right: 8px; }
  .ankara-skyline { height: 24%; opacity: .2; }
  .portfolio-card { min-height: 600px; }
  .portfolio-media img { height: 300px; }
}

/* Premium rescue pass: tighten hierarchy, remove awkward voids, polish motion */
.site-header {
  padding-top: 13px;
  padding-bottom: 13px;
}
.hero {
  align-items: end;
  min-height: clamp(720px, 88vh, 860px);
  padding-top: 70px;
  padding-bottom: 0;
  grid-template-columns: minmax(0, .92fr) minmax(430px, 1.08fr);
}
.hero h1 {
  max-width: 780px;
  font-size: clamp(54px, 5.3vw, 82px);
  line-height: .94;
  text-wrap: balance;
}
.hero-copy {
  align-self: center;
  padding-bottom: 64px;
}
.hero-lead {
  max-width: 660px;
  font-size: clamp(17px, 1.15vw, 20px);
}
.hero-proof {
  max-width: 660px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.hero-visual {
  min-height: 650px;
  place-items: end center;
}
.hero-visual img {
  height: min(720px, 78vh);
}
.hero-visual .hero-portrait {
  transform: translateY(10px);
}
.hero-panel {
  bottom: 86px;
  left: 8px;
}
.remax-pill {
  top: 86px;
}
.ankara-skyline {
  height: 28%;
}
.expertise-marquee span {
  font-size: 13px;
  letter-spacing: .04em;
}
.section-kicker {
  align-items: center;
}
.section-kicker h2 {
  font-size: clamp(38px, 3.7vw, 58px);
  text-wrap: balance;
}
.decision-section,
.region-section,
.valuation-section,
.final-cta {
  position: relative;
  overflow: hidden;
}
.decision-section::after,
.region-section::after,
.valuation-section::after,
.final-cta::after {
  content: "";
  position: absolute;
  inset: auto -10% -18% 42%;
  height: 260px;
  pointer-events: none;
  background: radial-gradient(circle, rgba(215,25,32,.24), transparent 62%);
  filter: blur(8px);
}
.portfolio-rail {
  align-items: stretch;
}
.portfolio-card {
  min-height: 560px;
  display: grid;
  grid-template-rows: auto 1fr;
  border-radius: 0;
}
.portfolio-media img {
  height: 285px;
}
.portfolio-content {
  margin-top: -72px;
  padding: 0 24px 26px;
}
.portfolio-content h3 {
  font-size: clamp(24px, 1.8vw, 30px);
  line-height: 1.08;
}
.portfolio-content p {
  min-height: 70px;
  font-size: 15px;
}
.card-actions .btn {
  min-height: 44px;
  padding: 11px 14px;
  font-size: 14px;
}
.region-section .section-kicker {
  grid-template-columns: .78fr 1.22fr;
  margin-bottom: 56px;
}
.region-section .section-kicker h2 {
  max-width: 720px;
  font-size: clamp(38px, 4.1vw, 64px);
}
.region-map {
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 34px 90px rgba(0,0,0,.18);
}
.region-map a {
  min-height: 250px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.015)),
    rgba(8,27,51,.9);
}
.region-map a:hover {
  background:
    linear-gradient(145deg, rgba(215,25,32,.14), rgba(255,255,255,.025)),
    rgba(8,27,51,.96);
}
.profile-section {
  background:
    radial-gradient(circle at 14% 26%, rgba(215,25,32,.2), transparent 24%),
    linear-gradient(90deg, var(--navy) 0 44%, #f8fafc 44% 100%);
}
.profile-portrait {
  border: 0;
  background:
    radial-gradient(circle at 50% 24%, rgba(255,255,255,.94), rgba(233,238,245,.8) 44%, rgba(6,20,38,.12) 100%);
  box-shadow: 0 38px 90px rgba(0,0,0,.24);
}
.profile-portrait img {
  padding: 0;
}
.audience-grid article {
  position: relative;
  overflow: hidden;
}
.audience-grid article::after {
  content: "";
  position: absolute;
  right: -50px;
  bottom: -50px;
  width: 160px;
  height: 160px;
  border: 1px solid rgba(215,25,32,.24);
  transform: rotate(18deg);
}
.magazine-section {
  background: #f8fafc;
  width: 100%;
  max-width: none;
  padding-left: max(22px, calc((100vw - 1200px) / 2));
  padding-right: max(22px, calc((100vw - 1200px) / 2));
}
.magazine-section .section-title {
  width: min(900px, 100%);
}
.featured-article,
.blog-card,
.trust-board blockquote {
  border-radius: 0;
}
.social-band {
  background:
    linear-gradient(135deg, #07172b 0%, #0d2747 100%);
  color: #fff;
  border-top: 0;
}
.social-band h2 {
  color: #fff;
  max-width: 650px;
}
.social-band p {
  color: #c7d2e1;
  max-width: 620px;
}
.video-placeholder {
  min-height: 320px;
  border: 1px solid rgba(255,255,255,.16);
  background:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px),
    rgba(255,255,255,.055);
  background-size: 42px 42px;
  color: #fff;
  text-align: center;
}
.video-placeholder strong {
  display: block;
  font-size: 24px;
}
.video-placeholder span {
  color: #c7d2e1;
  max-width: 360px;
}
.trust-board .featured-quote {
  min-height: 430px;
}
.section.container:has(.trust-board) .section-title h2 {
  font-size: clamp(40px, 4.4vw, 68px);
}
.final-cta {
  min-height: auto;
  padding-top: 90px;
  padding-bottom: 90px;
}
.site-footer {
  padding-top: 28px;
}
@media (max-width: 980px) {
  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-bottom: 42px;
  }
  .hero-copy {
    padding-bottom: 0;
  }
  .hero h1 {
    font-size: clamp(46px, 8vw, 70px);
  }
  .hero-visual {
    min-height: 470px;
    order: -1;
  }
  .hero-visual img {
    height: 520px;
  }
  .hero-panel {
    display: none;
  }
  .region-section .section-kicker {
    grid-template-columns: 1fr;
  }
  .profile-section {
    background: var(--navy);
  }
  .profile-copy h2,
  .profile-copy p,
  .profile-copy > strong {
    color: #fff;
  }
}
@media (max-width: 640px) {
  .hero {
    padding-top: 22px;
    gap: 16px;
  }
  .hero-visual {
    min-height: 335px;
  }
  .hero-visual img {
    height: 350px;
  }
  .hero h1 {
    font-size: 36px;
    line-height: 1;
  }
  .hero-lead {
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .hero-proof,
  .hero-signal {
    display: none;
  }
  .portfolio-card {
    min-height: 540px;
  }
  .portfolio-media img {
    height: 250px;
  }
  .region-map a {
    min-height: 210px;
  }
  .magazine-section {
    padding-left: 14px;
    padding-right: 14px;
  }
  .social-band {
    gap: 26px;
  }
}

/* V3 complete premium redesign */
:root {
  --luxury-black: #030913;
  --luxury-navy: #07172a;
  --luxury-blue: #0d3158;
  --luxury-red: #dc1522;
  --luxury-gold: #c8a45d;
  --luxury-ice: #eef4fb;
}
body {
  background: var(--luxury-black);
}
.site-header {
  width: min(1500px, calc(100% - 44px));
  left: 50%;
  transform: translateX(-50%);
  top: 18px;
  border-radius: 0;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(3,9,19,.72);
  box-shadow: 0 24px 70px rgba(0,0,0,.34);
}
.brand-mark {
  border-radius: 0;
  background: linear-gradient(145deg, #f22532, #8b0d15);
}
.header-cta {
  border-radius: 0;
  min-width: 150px;
}
.hero {
  min-height: 100vh;
  grid-template-columns: minmax(0, .82fr) minmax(420px, 1.18fr);
  gap: 36px;
  align-items: stretch;
  padding: 138px max(28px, calc((100vw - 1500px) / 2)) 0;
  background:
    radial-gradient(circle at 76% 32%, rgba(220,21,34,.24), transparent 18%),
    radial-gradient(circle at 64% 62%, rgba(200,164,93,.16), transparent 20%),
    linear-gradient(115deg, rgba(3,9,19,1) 0%, rgba(6,20,38,.98) 49%, rgba(11,42,76,.93) 100%);
}
.hero::before {
  background:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(120deg, transparent 0 58%, rgba(220,21,34,.18) 58.1%, transparent 58.45%);
  background-size: 84px 84px, 84px 84px, auto;
}
.hero::after {
  height: 52%;
  background: linear-gradient(to top, rgba(3,9,19,1), rgba(3,9,19,.18), transparent);
}
.ankara-skyline {
  height: 30%;
  opacity: .32;
  fill: rgba(255,255,255,.07);
  stroke: rgba(255,255,255,.28);
}
.hero-copy {
  align-self: center;
  padding: 0 0 76px;
  max-width: 700px;
}
.hero-prelude {
  display: inline-grid;
  gap: 4px;
  margin-bottom: 24px;
  padding-left: 18px;
  border-left: 3px solid var(--luxury-red);
}
.hero-prelude span {
  color: #fff;
  font-size: 20px;
  font-weight: 950;
  letter-spacing: .02em;
}
.hero-prelude em {
  color: #b9c5d5;
  font-size: 12px;
  font-style: normal;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .14em;
}
.hero h1 {
  display: grid;
  gap: 2px;
  margin: 0 0 28px;
  max-width: 760px;
  font-size: clamp(58px, 6.2vw, 104px);
  line-height: .82;
  letter-spacing: -.02em;
}
.hero h1 span:nth-child(2) {
  color: transparent;
  -webkit-text-stroke: 1.4px rgba(255,255,255,.88);
  text-shadow: none;
}
.hero h1 span:nth-child(3) {
  color: var(--luxury-red);
}
.hero-lead {
  max-width: 610px;
  margin: 0;
  padding: 20px 22px;
  border-left: 0;
  border-top: 1px solid rgba(255,255,255,.16);
  border-bottom: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.045);
  color: #d7e2ef;
}
.hero .cta-row {
  margin-top: 30px;
  gap: 14px;
}
.hero .btn {
  border-radius: 0;
  min-height: 58px;
  padding-inline: 26px;
}
.hero-proof,
.hero-signal {
  display: none;
}
.hero-visual {
  min-height: auto;
  align-self: stretch;
  display: grid;
  place-items: end center;
  isolation: isolate;
}
.hero-orbit {
  position: absolute;
  width: min(640px, 82%);
  aspect-ratio: 1;
  right: 4%;
  bottom: 4%;
  z-index: -1;
  border: 1px solid rgba(255,255,255,.12);
  transform: rotate(-12deg);
}
.hero-orbit::before,
.hero-orbit::after {
  content: "";
  position: absolute;
  inset: 11%;
  border: 1px solid rgba(220,21,34,.2);
}
.hero-orbit::after {
  inset: 23%;
  border-color: rgba(200,164,93,.22);
}
.portrait-glow {
  inset: 5% 4% 2% 14%;
  background:
    radial-gradient(circle, rgba(255,255,255,.5) 0%, rgba(220,21,34,.18) 28%, rgba(200,164,93,.1) 42%, transparent 68%);
  filter: blur(24px);
}
.hero-visual picture {
  width: min(650px, 100%);
  transform: translateX(10px);
}
.hero-visual img {
  height: min(820px, 88vh);
  max-height: none;
}
.hero-visual .hero-portrait {
  transform: translateY(26px);
}
.hero-visual:hover .hero-portrait {
  transform: translateY(14px) scale(1.022);
}
.hero-panel {
  left: 30px;
  bottom: 118px;
  width: 310px;
  border-radius: 0;
}
.remax-pill {
  top: 104px;
  right: 20px;
  border-radius: 0;
}
.hero-metrics {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(820px, 96%);
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(3,9,19,.66);
  backdrop-filter: blur(18px);
}
.hero-metrics div {
  padding: 20px 24px;
  border-right: 1px solid rgba(255,255,255,.1);
}
.hero-metrics div:last-child {
  border-right: 0;
}
.hero-metrics strong {
  display: block;
  color: #fff;
  font-size: 22px;
}
.hero-metrics span {
  color: #aebdd0;
  font-size: 13px;
}
.expertise-marquee {
  background: var(--luxury-red);
}
.expertise-marquee span {
  color: #fff;
}
.expertise-marquee span::before {
  background: #fff;
}
.process-section,
.magazine-section,
.section.container:has(.portfolio-rail),
.audience-section {
  background:
    linear-gradient(rgba(6,20,38,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6,20,38,.035) 1px, transparent 1px),
    #f4f7fb;
  background-size: 72px 72px;
}
.section-title h2,
.section-kicker h2 {
  letter-spacing: -.02em;
}
.portfolio-card {
  min-height: 620px;
  box-shadow: 0 26px 80px rgba(3,9,19,.24);
}
.portfolio-media img {
  height: 330px;
}
.portfolio-content {
  margin-top: -96px;
  padding: 0 28px 30px;
}
.portfolio-content h3 {
  color: #fff !important;
}
.portfolio-content p {
  color: #d7e2ef !important;
}
.region-section {
  background:
    radial-gradient(circle at 82% 20%, rgba(220,21,34,.18), transparent 22%),
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px),
    var(--luxury-black);
  background-size: auto, 76px 76px, 76px 76px, auto;
}
.region-map {
  gap: 12px;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.region-map a {
  border: 1px solid rgba(255,255,255,.14);
  background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.025));
  backdrop-filter: blur(10px);
}
.region-map a:hover {
  border-color: rgba(220,21,34,.5);
  background: linear-gradient(145deg, rgba(220,21,34,.18), rgba(255,255,255,.035));
}
.profile-section {
  background:
    linear-gradient(105deg, var(--luxury-black) 0 46%, #f7f9fc 46% 100%);
}
.social-band {
  padding-top: 96px;
  padding-bottom: 96px;
}
.video-placeholder {
  border-radius: 0;
}
.final-cta {
  grid-template-columns: .8fr 1.2fr;
}
@media (max-width: 980px) {
  .site-header {
    top: 0;
    width: 100%;
    transform: translateX(-50%);
    border-left: 0;
    border-right: 0;
  }
  .hero {
    padding-top: 104px;
    grid-template-columns: 1fr;
  }
  .hero-visual {
    order: 0;
    min-height: 520px;
  }
  .hero-copy {
    order: 1;
  }
  .hero-metrics {
    position: relative;
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 640px) {
  .hero {
    padding: 86px 14px 30px;
  }
  .hero h1 {
    font-size: 48px;
    line-height: .88;
  }
  .hero-visual {
    min-height: 360px;
  }
  .hero-visual picture {
    width: min(360px, 98%);
  }
  .hero-visual img {
    height: 400px;
  }
  .remax-pill {
    top: 16px;
    right: 6px;
  }
  .hero-metrics {
    grid-template-columns: 1fr;
  }
  .hero-metrics div {
    padding: 14px 16px;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.1);
  }
  .portfolio-card {
    min-height: 570px;
  }
  .portfolio-media img {
    height: 280px;
  }
  .final-cta {
    grid-template-columns: 1fr;
  }
}
