/* İz Medya — marka tasarım sistemi
   Palet ve tipografi, izmedya.com'un gerçek marka kimliğinden (ink #111013,
   sinyal-yeşili #C1ED00, Inter/Space Grotesk) türetilmiştir. İmza öğesi:
   "iz" kelimesinin altını çizen, sayfa yüklenince kendini çizen bir çizgi —
   markanın "iz bırakmak" temasının doğrudan tipografik karşılığı. */

:root {
  --ink: #111013;
  --ink-2: #1c1c20;
  --paper: #F7F7F4;
  --paper-2: #EFEFE9;
  --signal: #C1ED00;
  --signal-ink: #16190a;
  --graphite: #5B5B63;
  --line: #E3E3DD;
  --line-on-dark: rgba(255, 255, 255, 0.14);
  --white: #FFFFFF;

  --font-display: 'Space Grotesk', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-body: 'Space Grotesk', -apple-system, BlinkMacSystemFont, sans-serif;

  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --radius-pill: 999px;

  --bs-body-font-family: var(--font-body);
  --bs-body-color: var(--ink);
  --bs-link-color: var(--ink);
  --bs-link-hover-color: var(--ink);
}

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

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--white);
}

img { max-width: 100%; height: auto; }

h1, h2, h3, .display-heading {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--ink);
}

a { color: inherit; }

:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 3px;
}
.on-dark :focus-visible,
.hero :focus-visible,
.site-footer :focus-visible,
.home-footer :focus-visible {
  outline-color: var(--signal);
}

@supports (content-visibility: auto) {
  .why-iz-section,
  .intro-section,
  .home-contact,
  .home-journal,
  .home-footer { content-visibility: auto; contain-intrinsic-size: auto 760px; }
}

.skip-link {
  position: absolute;
  top: -3rem;
  left: 1rem;
  background: var(--ink);
  color: var(--white);
  padding: 0.6rem 1.1rem;
  border-radius: var(--radius-sm);
  z-index: 2000;
}
.skip-link:focus { top: 1rem; }

/* --- Eyebrow / etiket ------------------------------------------------- */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--graphite);
}
.eyebrow::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: var(--signal);
  flex-shrink: 0;
}
.on-dark .eyebrow { color: rgba(255, 255, 255, 0.65); }

/* --- "iz" imza vurgusu -------------------------------------------------
   Markanin adindaki/sloganindaki "iz" kelimesi sinyal rengiyle vurgulanir
   ve altina sayfa yuklenince kendini cizen bir SVG cizgi eklenir. */
.iz-mark {
  position: relative;
  color: var(--signal);
  display: inline-block;
}
.iz-mark svg {
  position: absolute;
  left: 0;
  bottom: -0.08em;
  width: 100%;
  height: 0.3em;
  overflow: visible;
}
.iz-mark svg path {
  fill: none;
  stroke: var(--signal);
  stroke-width: 5;
  stroke-linecap: round;
  stroke-dasharray: 220;
  stroke-dashoffset: 220;
  animation: iz-trace 1.1s 0.35s cubic-bezier(.25, 1, .5, 1) forwards;
}
@media (prefers-reduced-motion: reduce) {
  .iz-mark svg path { animation: none; stroke-dashoffset: 0; }
}
@keyframes iz-trace {
  to { stroke-dashoffset: 0; }
}

/* --- Butonlar ----------------------------------------------------------- */
.btn {
  border-radius: var(--radius-pill);
  font-weight: 600;
  padding: 0.75rem 1.6rem;
  transition: transform 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.btn:hover { transform: translateY(-1px); }
@media (prefers-reduced-motion: reduce) {
  .btn:hover { transform: none; }
}

.btn-ink {
  background: var(--ink);
  border: 1px solid var(--ink);
  color: var(--white);
}
.btn-ink:hover { background: #000; color: var(--white); }

.btn-signal {
  background: var(--signal);
  border: 1px solid var(--signal);
  color: var(--signal-ink);
}
.btn-signal:hover { background: #aed900; border-color: #aed900; color: var(--signal-ink); }

.btn-ghost-light {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: var(--white);
}
.btn-ghost-light:hover { background: rgba(255, 255, 255, 0.08); color: var(--white); border-color: rgba(255,255,255,0.6); }

.btn-ghost-dark {
  background: transparent;
  border: 1px solid var(--line);
  color: var(--ink);
}
.btn-ghost-dark:hover { background: var(--paper-2); color: var(--ink); }

/* --- Navigasyon ----------------------------------------------------------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.brand-mark {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.35rem;
  letter-spacing: -0.01em;
  color: var(--ink);
  display: inline-flex;
  align-items: baseline;
  gap: 0.15rem;
}
.brand-mark .brand-iz { color: var(--ink); position: relative; }
.brand-mark .brand-iz::after {
  content: "";
  position: absolute;
  left: 0.05em;
  right: 0.05em;
  bottom: -0.05em;
  height: 0.14em;
  background: var(--signal);
  border-radius: 2px;
}
.brand-mark .brand-rest { color: var(--graphite); font-weight: 500; }

.site-header .nav-link {
  color: var(--ink);
  font-weight: 500;
  font-size: 0.95rem;
  padding: 0.5rem 0.9rem !important;
}
.site-header .nav-link.active { color: var(--ink); font-weight: 700; }
.site-header .nav-link:hover { color: var(--graphite); }

/* --- Hero ----------------------------------------------------------------- */
.hero {
  background: var(--ink);
  color: var(--white);
  padding: 4.5rem 0 5.5rem;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(60% 50% at 85% 0%, rgba(193, 237, 0, 0.14), transparent 70%);
  pointer-events: none;
}
.hero .container { position: relative; }
.hero h1 {
  color: var(--white);
  font-size: clamp(2.2rem, 4.2vw, 3.6rem);
  line-height: 1.08;
  font-weight: 600;
}
.hero .lead {
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.1rem;
  max-width: 34rem;
}

.hero-panel {
  background: var(--ink-2);
  border: 1px solid var(--line-on-dark);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
}
.hero-panel .rating-number {
  font-family: var(--font-display);
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--signal);
  line-height: 1;
}
.hero-panel .stars i { color: var(--signal); font-size: 0.95rem; }
.hero-panel hr { border-color: var(--line-on-dark); }
.hero-stat-row { display: flex; justify-content: space-between; gap: 1rem; }
.hero-stat-row .num { font-family: var(--font-display); font-weight: 700; font-size: 1.3rem; color: var(--white); }
.hero-stat-row .label { color: rgba(255,255,255,0.6); font-size: 0.78rem; }

/* --- Guven seridi (partner/teknoloji) --------------------------------------- */
.trust-strip {
  padding: 1.75rem 0;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}
.trust-strip .trust-label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--graphite);
  font-weight: 700;
  white-space: nowrap;
}
.trust-strip .trust-items {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 1.75rem;
}
.trust-strip .trust-item {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1rem;
  color: var(--graphite);
  opacity: 0.85;
}

/* --- Bolum genel -------------------------------------------------------- */
.section { padding: 4.5rem 0; }
.section-soft { background: var(--paper); }
.section-title { font-weight: 600; letter-spacing: -0.02em; }

/* --- Iki sutunlu hizmet pillar'lari --------------------------------------- */
.pillar {
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  height: 100%;
}
.pillar-light {
  background: var(--white);
  border: 1px solid var(--line);
}
.pillar-dark {
  background: var(--ink);
  color: var(--white);
}
.pillar-dark .text-secondary,
.pillar-dark p { color: rgba(255, 255, 255, 0.68) !important; }
.pillar h3 { font-size: 1.6rem; margin-bottom: 0.5rem; }
.pillar-dark h3 { color: var(--white); }
.pillar-tags { display: flex; flex-wrap: wrap; gap: 0.55rem; margin: 1.5rem 0; }
.pillar-tag {
  display: inline-flex;
  align-items: center;
  border-radius: var(--radius-pill);
  padding: 0.45rem 0.95rem;
  font-size: 0.85rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.15s ease, border-color .15s ease;
}
.pillar-light .pillar-tag { background: var(--paper); border: 1px solid var(--line); color: var(--ink); }
.pillar-light .pillar-tag:hover { background: var(--paper-2); }
.pillar-dark .pillar-tag { background: rgba(255,255,255,0.06); border: 1px solid var(--line-on-dark); color: var(--white); }
.pillar-dark .pillar-tag:hover { background: rgba(255,255,255,0.12); }

/* --- Hizmet karti / genel bilgi karti -------------------------------------- */
.card-service {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  height: 100%;
  background: var(--white);
}
.card-service:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 32px -20px rgba(17, 16, 19, 0.25);
}
@media (prefers-reduced-motion: reduce) {
  .card-service:hover { transform: none; }
}
.icon-wrap {
  width: 3rem;
  height: 3rem;
  border-radius: var(--radius-sm);
  background: var(--paper-2);
  color: var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
}

/* --- Kartlar (blog/referans) --------------------------------------------- */
.card-post, .card-case {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  height: 100%;
  background: var(--white);
}
.card-post:hover, .card-case:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 32px -20px rgba(17, 16, 19, 0.25);
}
@media (prefers-reduced-motion: reduce) {
  .card-post:hover, .card-case:hover { transform: none; }
}

.badge-tag {
  background: var(--paper-2);
  color: var(--ink);
  font-weight: 600;
  border-radius: var(--radius-pill);
  padding: 0.3rem 0.75rem;
  font-size: 0.75rem;
}

/* --- Istatistik/oy karti --------------------------------------------------- */
.stat-tile { text-align: center; }
.stat-tile .stat-number {
  font-family: var(--font-display);
  font-size: 2.1rem;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.02em;
}

/* --- SSS ----------------------------------------------------------------- */
.faq-item summary {
  cursor: pointer;
  font-weight: 600;
  color: var(--ink);
  padding: 1.1rem 0;
  list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  float: right;
  font-weight: 400;
  color: var(--signal);
  background: var(--ink);
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.faq-item[open] summary::after { content: "\2212"; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item p { padding-bottom: 1.1rem; color: var(--graphite); }

/* --- Lead formu ------------------------------------------------------------ */
.lead-form-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
}
.form-control, .form-select {
  border-radius: var(--radius-sm);
  border-color: var(--line);
  padding: 0.65rem 0.9rem;
}
.form-control:focus, .form-select:focus {
  border-color: var(--ink);
  box-shadow: 0 0 0 0.2rem rgba(17, 16, 19, 0.08);
}

/* --- Footer ---------------------------------------------------------------- */
.site-footer {
  background: var(--ink);
  color: rgba(255, 255, 255, 0.7);
  position: relative;
}
.site-footer::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--signal), transparent);
}
.site-footer a { text-decoration: none; color: rgba(255,255,255,0.75); }
.site-footer a:hover { color: var(--signal); }
.site-footer h2, .site-footer h3 { color: var(--white); }

.breadcrumb-nav { font-size: 0.85rem; }
.breadcrumb-nav a { color: var(--graphite); text-decoration: none; }
.breadcrumb-nav a:hover { color: var(--ink); }

/* --- 2026 ana sayfa ----------------------------------------------------- */
.hero {
  min-height: calc(100svh - 73px);
  padding: clamp(3rem, 7vh, 5.5rem) 0 2rem;
  display: flex;
  align-items: center;
}
.hero::before {
  background: radial-gradient(55% 65% at 74% 34%, rgba(193, 237, 0, .12), transparent 65%);
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .07;
  pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.2) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, #000, transparent 58%);
}
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(420px, .97fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 5.5rem);
}
.hero-copy { position: relative; z-index: 2; padding: 1.5rem 0 2rem; }
.hero h1 { font-size: clamp(3.15rem, 5.7vw, 6.3rem); line-height: .96; letter-spacing: -.055em; max-width: 830px; }
.hero .lead { font-size: clamp(1.02rem, 1.25vw, 1.22rem); line-height: 1.65; max-width: 39rem; }
.hero-proof { display: flex; gap: clamp(1.5rem, 4vw, 3.5rem); margin-top: clamp(2.5rem, 6vh, 5rem); }
.hero-proof div { display: grid; gap: .15rem; }
.hero-proof strong { color: var(--white); font: 600 1.35rem/1 var(--font-display); }
.hero-proof span { color: rgba(255,255,255,.48); font-size: .76rem; }
.hero-visual { position: relative; aspect-ratio: .83; min-height: 540px; max-height: 720px; border-radius: 2px 2px 88px 2px; overflow: hidden; background: var(--ink-2); }
.hero-visual::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.13); border-radius: inherit; pointer-events: none; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) contrast(1.04); }
.hero-visual-note, .hero-rating { position: absolute; z-index: 2; backdrop-filter: blur(16px); background: rgba(17,16,19,.76); border: 1px solid rgba(255,255,255,.16); color: white; }
.hero-visual-note { left: 1.25rem; top: 1.25rem; display: flex; align-items: center; gap: .7rem; padding: .8rem 1rem; border-radius: 99px; }
.hero-visual-note span:last-child { display: grid; font: 600 .82rem/1.3 var(--font-display); }
.hero-visual-note small { font: 400 .62rem/1.3 var(--font-body); color: rgba(255,255,255,.56); }
.pulse-dot { width: .55rem; height: .55rem; border-radius: 50%; background: var(--signal); box-shadow: 0 0 0 6px rgba(193,237,0,.12); }
.hero-rating { right: 1.25rem; bottom: 1.25rem; display: flex; align-items: center; gap: .8rem; padding: .9rem 1.1rem; border-radius: 14px; }
.hero-rating > strong { font: 600 2rem/1 var(--font-display); color: var(--signal); }
.hero-rating > span { display: grid; }
.hero-rating .stars { color: var(--signal); font-size: .7rem; letter-spacing: .05em; }
.hero-rating small { color: rgba(255,255,255,.58); font-size: .67rem; }
.hero-scroll { position: relative; z-index: 2; color: rgba(255,255,255,.54); text-decoration: none; text-transform: uppercase; letter-spacing: .14em; font-size: .65rem; display: inline-flex; align-items: center; gap: .65rem; margin-top: 1.2rem; }
.hero-scroll i { color: var(--signal); }
.trust-strip { padding: 0; background: var(--white); }
.trust-line { min-height: 94px; display: flex; align-items: center; gap: 3rem; }
.trust-items { flex: 1; justify-content: space-between; align-items: center; gap: 1.2rem !important; }
.trust-strip .trust-item { color: #74747a; letter-spacing: -.02em; }
.service-marquee { width: calc(100% - 16px); min-height: 80px; margin: 2px auto 0; display: flex; align-items: center; overflow: hidden; border: 1px solid rgba(18,20,16,.08); border-radius: 14px; background: linear-gradient(105deg,#c8f500 0%,var(--brand-lime) 48%,#b9e500 100%); box-shadow: 0 10px 30px rgba(18,20,16,.14),0 2px 7px rgba(18,20,16,.08); }
.service-marquee-track { display: flex; width: max-content; will-change: transform; }
.service-marquee-group { flex: 0 0 auto; display: flex; align-items: center; gap: clamp(24px,2.4vw,46px); padding-right: clamp(24px,2.4vw,46px); white-space: nowrap; }
.service-marquee-group span { color: var(--charcoal); font: 700 clamp(15px,1.15vw,19px)/1 "Space Grotesk",sans-serif; letter-spacing: -.025em; }
.service-marquee-group i { width: 14px; height: 14px; flex: 0 0 auto; display: grid; place-items: center; color: rgba(18,20,16,.52); font-style: normal; }
.service-marquee-group i::before { content: "✦"; font-size: 11px; line-height: 1; }

.why-iz-section { padding: 34px clamp(18px,3vw,52px) 24px; background: var(--background); }
.why-iz-panel { display: grid; grid-template-columns: minmax(400px,.95fr) minmax(580px,1.35fr); max-width: 1720px; margin: 0 auto; overflow: hidden; border: 1px solid var(--border); border-radius: 6px; background: var(--surface); box-shadow: 0 8px 24px rgba(18,20,16,.045); color: var(--text-primary); }
.why-iz-panel::before { display: none; }
.why-iz-intro { position: relative; padding: clamp(52px,5vw,86px); border-right: 1px solid var(--border); }
.why-iz-kicker { display: flex; align-items: center; gap: 13px; margin: 0 0 32px; color: #718500; font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.why-iz-kicker::before { content: ""; width: 28px; height: 2px; background: var(--brand-lime); }
.why-iz-intro h2 { margin: 0; max-width: 660px; color: var(--text-primary); font: 700 clamp(38px,3.25vw,59px)/1.01 "Space Grotesk",sans-serif; letter-spacing: -.052em; }
.why-iz-intro h2 em { color: #829900; font-style: normal; }
.why-iz-intro > p:not(.why-iz-kicker) { max-width: 530px; margin: 29px 0 0; color: var(--text-secondary); font-size: 15px; line-height: 1.75; }
.why-iz-intro > a { display: inline-flex; align-items: center; gap: 12px; margin-top: 34px; padding-bottom: 7px; border-bottom: 1px solid #a8bd43; color: var(--text-primary); font-size: 13px; font-weight: 700; text-decoration: none; }
.why-iz-intro > a i { color: #829900; transition: transform .25s ease; }
.why-iz-intro > a:hover i { transform: translate(3px,-3px); }
.why-iz-grid { display: grid; grid-template-columns: 1fr 1fr; }
.why-iz-item { position: relative; min-height: 270px; padding: clamp(34px,3.2vw,54px); border-bottom: 1px solid var(--border); border-left: 1px solid var(--border); background: var(--surface); transition: background-color .25s ease; }
.why-iz-item:nth-child(n+3) { border-bottom: 0; }
.why-iz-item:hover { background: #f7f9ee; }
.why-iz-item > i { display: block; margin-bottom: 34px; color: #7c9200; font-size: 27px; }
.why-iz-no { position: absolute; top: 28px; right: 30px; color: #a1a79b; font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.why-iz-item h3 { margin: 0 0 15px; color: var(--text-primary); font: 700 clamp(21px,1.55vw,27px)/1.08 "Space Grotesk",sans-serif; letter-spacing: -.035em; }
.why-iz-item p { max-width: 310px; margin: 0; color: var(--text-secondary); font-size: 13px; line-height: 1.65; }
@media (max-width: 991.98px) {
  .why-iz-panel { grid-template-columns: 1fr; }
  .why-iz-intro { border-right: 0; border-bottom: 1px solid var(--border); }
}
@media (max-width: 575.98px) {
  .why-iz-section { padding: 24px 12px 18px; }
  .why-iz-intro { padding: 42px 25px; }
  .why-iz-grid { grid-template-columns: 1fr; }
  .why-iz-item { min-height: auto; padding: 34px 25px; border-left: 0; }
  .why-iz-item:nth-child(3) { border-bottom: 1px solid var(--border); }
}

/* Sosyal medya yonetimi: neden Iz Medya */
.social-reasons { padding: 0 0 clamp(90px,8vw,140px); background: var(--background); }
.social-reasons-head { display: block; margin-bottom: clamp(38px,4vw,58px); }
.social-reasons-head h2 { margin: 0; color: var(--text-primary); font: 700 clamp(40px,3.8vw,64px)/1.04 "Space Grotesk",sans-serif; letter-spacing: -.05em; }
.social-reasons-head > p { max-width: 680px; margin: 22px 0 0; color: var(--text-secondary); font: 500 15px/1.78 "Space Grotesk",sans-serif; }
.social-reasons-panel { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); overflow: hidden; border: 1px solid rgba(18,20,16,.075); border-radius: 5px 5px 42px 5px; background: rgba(251,252,248,.92); box-shadow: 0 24px 60px rgba(18,20,16,.065),0 50px 100px rgba(18,20,16,.035); }
.social-reasons-panel article { display: grid; min-height: 225px; grid-template-columns: 44px minmax(0,1fr); gap: clamp(22px,2.3vw,36px); align-content: center; padding: clamp(38px,4vw,62px); border-top: 1px solid var(--border); border-left: 1px solid var(--border); transition: background-color .22s ease; }
.social-reasons-panel article:nth-child(-n+2) { border-top: 0; }
.social-reasons-panel article:nth-child(odd) { border-left: 0; }
.social-reasons-panel article:hover { background: rgba(193,237,0,.045); }
.social-reasons-panel i { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(137,164,21,.22); border-radius: 12px; background: rgba(193,237,0,.1); color: #7f9717; font-size: 18px; }
.social-reasons-panel h3 { margin: 3px 0 13px; color: var(--text-primary); font: 700 clamp(21px,1.7vw,27px)/1.15 "Space Grotesk",sans-serif; letter-spacing: -.03em; }
.social-reasons-panel p { max-width: 530px; margin: 0; color: var(--text-secondary); font: 500 14px/1.75 "Space Grotesk",sans-serif; }
@media (max-width: 767.98px) {
  .social-reasons-head { padding-inline: 12px; }
  .social-reasons-head h2 { font-size: 40px; }
  .social-reasons-panel { grid-template-columns: 1fr; border-radius: 5px 5px 34px 5px; }
  .social-reasons-panel article { min-height: 0; padding: 35px 27px; border-top: 1px solid var(--border) !important; border-left: 0; }
  .social-reasons-panel article:first-child { border-top: 0 !important; }
}

/* Iletisim — sade editoryal duzen */
.home-page.contact-page .contact-hero {
  min-height: 500px;
  padding-top: 94px;
  border: 0;
  border-bottom: 1px solid var(--border);
  background: #f7f8f3;
}
.home-page.contact-page .contact-hero::before,
.home-page.contact-page .contact-hero::after { display: none; }
.home-page.contact-page .contact-hero-inner {
  display: flex;
  align-items: flex-end;
  padding-top: 110px;
  padding-bottom: 78px;
}
.home-page.contact-page .contact-hero-copy { max-width: 900px; }
.home-page.contact-page .contact-hero-copy h1 {
  max-width: none;
  color: var(--text-primary);
  font-size: clamp(54px,6vw,92px);
  line-height: .98;
}
.home-page.contact-page .contact-hero-copy > p:last-child {
  max-width: 670px;
  margin-top: 28px;
  font-size: 16px;
}
.home-page.contact-page .contact-main {
  padding: clamp(70px,8vw,125px) 0 clamp(90px,9vw,150px);
}
.home-page.contact-page .contact-panel {
  grid-template-columns: minmax(320px,.72fr) minmax(520px,1.28fr);
  overflow: visible;
  border: 1px solid var(--border);
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(18,20,16,.06);
}
.home-page.contact-page .contact-details {
  min-height: 680px;
  padding: clamp(45px,4.5vw,72px);
  border-right: 1px solid var(--border);
  background: #f4f6ee;
  color: var(--text-primary);
}
.home-page.contact-page .contact-details::before { display: none; }
.home-page.contact-page .contact-details .about-label { color: #788d1c; }
.home-page.contact-page .contact-details-copy h2 {
  color: var(--text-primary);
  font-size: clamp(31px,2.5vw,42px);
  letter-spacing: -.04em;
}
.home-page.contact-page .contact-details-copy > p:last-child {
  max-width: 350px;
  color: var(--text-secondary);
  font-size: 14px;
}
.home-page.contact-page .contact-links { margin: 65px 0 0; }
.home-page.contact-page .contact-links > a,
.home-page.contact-page .contact-links > div {
  display: block;
  min-height: 0;
  padding: 25px 0;
  border-color: rgba(18,20,16,.12);
  color: var(--text-primary);
  background: transparent;
}
.home-page.contact-page .contact-links > a:hover {
  padding-inline: 0;
  color: #708500;
  background: transparent;
}
.home-page.contact-page .contact-links span { font-size: 14px; }
.home-page.contact-page .contact-links small { color: #858b80; }
.home-page.contact-page .contact-form-area {
  padding: clamp(45px,5vw,78px);
  background: #fff;
}
.home-page.contact-page .contact-form-head { margin-bottom: 42px; }
.home-page.contact-page .contact-form-head h2 { font-size: clamp(34px,3vw,48px); }
.home-page.contact-page .contact-form-area .form-control,
.home-page.contact-page .contact-form-area .form-select {
  border: 0;
  border-bottom: 1px solid #cfd4ca;
  border-radius: 0;
  background-color: transparent;
  padding-inline: 0;
  box-shadow: none;
}
.home-page.contact-page .contact-form-area .form-control:focus,
.home-page.contact-page .contact-form-area .form-select:focus {
  border-color: #7f9614;
  box-shadow: none;
}
.home-page.contact-page .contact-form-area textarea.form-control {
  min-height: 110px;
  padding-top: 15px;
}
.home-page.contact-page .contact-form-area .lead-form-card .btn {
  width: auto;
  min-width: 170px;
  border-radius: 2px;
  box-shadow: none;
}
@media (max-width: 991.98px) {
  .home-page.contact-page .contact-panel { width: calc(100% - 36px); grid-template-columns: 1fr; }
  .home-page.contact-page .contact-details { min-height: 0; border-right: 0; border-bottom: 1px solid var(--border); }
}
@media (max-width: 575.98px) {
  .home-page.contact-page .contact-hero { min-height: 440px; padding-top: 78px; }
  .home-page.contact-page .contact-hero-inner { width: calc(100% - 36px); padding-top: 76px; padding-bottom: 55px; }
  .home-page.contact-page .contact-hero-copy h1 { font-size: 49px; }
  .home-page.contact-page .contact-panel { width: calc(100% - 20px); }
  .home-page.contact-page .contact-details,
  .home-page.contact-page .contact-form-area { padding: 40px 24px; }
  .home-page.contact-page .contact-links { margin-top: 42px; }
  .home-page.contact-page .contact-form-area .lead-form-card .btn { width: 100%; }
}

/* Ortak navigasyon: uzun sayfalarda ustte sabit */
.home-page .site-header {
  position: sticky !important;
  inset: auto !important;
  top: 0 !important;
  z-index: 1100;
  background: rgba(251,252,248,.92) !important;
  background-image: none !important;
  border-bottom: 1px solid rgba(18,20,16,.07) !important;
  box-shadow: 0 10px 30px rgba(18,20,16,.055) !important;
  -webkit-backdrop-filter: blur(18px) saturate(135%);
  backdrop-filter: blur(18px) saturate(135%);
}
.home-page.inner-page .inner-hero { padding-top: 0; }
@media (max-width: 1199.98px) {
  .home-page .site-header { background: rgba(251,252,248,.97) !important; }
}
.why-iz-story { grid-template-columns: minmax(0,1.05fr) minmax(420px,.95fr); min-height: 500px; max-width: 1560px; border: 0; border-radius: 18px; box-shadow: 0 38px 85px rgba(18,20,16,.085),0 12px 30px rgba(18,20,16,.04); transform: translateY(-3px); }
.why-iz-visual { position: relative; min-height: 500px; margin: 0; overflow: hidden; background: #dfe3d7; }
.why-iz-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 55%,rgba(18,20,16,.62)); pointer-events: none; }
.why-iz-visual img { width: 100%; height: 100%; display: block; object-fit: cover; filter: saturate(.82) contrast(.98); transition: transform .8s cubic-bezier(.22,1,.36,1),filter .5s ease; }
.why-iz-story:hover .why-iz-visual img { transform: scale(1.018); filter: saturate(.95) contrast(1); }
.why-iz-visual figcaption { position: absolute; right: 34px; bottom: 28px; left: 34px; z-index: 1; display: flex; align-items: center; gap: 13px; color: #fff; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.why-iz-visual figcaption i { width: 4px; height: 4px; border-radius: 50%; background: var(--brand-lime); }
.why-iz-message { position: relative; display: flex; flex-direction: column; justify-content: center; padding: clamp(40px,4vw,66px); border-left: 0; background: linear-gradient(110deg,rgba(246,248,239,.72),var(--surface) 18%); }
.why-iz-message .why-iz-kicker { margin-bottom: 25px; }
.why-iz-quote-mark { position: absolute; top: clamp(38px,4vw,64px); right: clamp(36px,4vw,68px); color: rgba(130,153,0,.13); font: 700 clamp(100px,9vw,160px)/1 Georgia,serif; pointer-events: none; }
.why-iz-message h2 { position: relative; max-width: 620px; margin: 0; color: var(--text-primary); font: 600 clamp(28px,2.25vw,40px)/1.15 "Space Grotesk",sans-serif; letter-spacing: -.042em; }
.why-iz-message > p:not(.why-iz-kicker) { max-width: 590px; margin: 23px 0 0; color: var(--text-secondary); font-size: 14px; line-height: 1.72; }
.why-iz-founder-quote { position: relative; width: fit-content; max-width: 560px; margin: 2.2em 0 0 auto; padding: 15px 19px; border: 0; border-radius: 10px; background: linear-gradient(285deg,rgba(193,237,0,.085),rgba(193,237,0,.018)); color: var(--text-primary); font: 600 clamp(16px,1.2vw,20px)/1.38 "Space Grotesk",sans-serif; letter-spacing: -.02em; text-align: right; }
.why-iz-founder-quote::before { content: ""; position: absolute; top: 18px; right: 0; bottom: 18px; width: 3px; border-radius: 999px; background: var(--brand-lime); box-shadow: 0 0 18px rgba(193,237,0,.28); }
.why-iz-signature { width: clamp(165px,15vw,225px); margin: 18px 0 0 auto; }
.why-iz-signature img { display: block; width: 100%; height: auto; mix-blend-mode: multiply; }
@media (max-width: 991.98px) {
  .why-iz-story { grid-template-columns: 1fr; }
  .why-iz-visual { min-height: 420px; }
  .why-iz-message { border: 0; background: linear-gradient(180deg,rgba(246,248,239,.72),var(--surface) 12%); }
}
@media (max-width: 575.98px) {
  .why-iz-visual { min-height: 330px; }
  .why-iz-message { padding: 42px 25px 48px; }
  .why-iz-message h2 { font-size: 30px; }
}
.intro-section { padding: clamp(30px,3.2vw,48px) clamp(18px,3vw,52px) clamp(28px,3vw,44px); background: var(--background); }
.intro-section > .container { max-width: 1560px; }
.service-directory-intro { max-width: 900px; margin: 0 auto clamp(42px,5vw,68px); text-align: center; }
.service-directory-intro > p { display: flex; align-items: center; justify-content: center; gap: 14px; margin: 0 0 18px; color: #768900; font: 700 11px/1 "Inter",sans-serif; letter-spacing: .15em; text-transform: uppercase; }
.service-directory-intro > p::before, .service-directory-intro > p::after { content: ""; width: 24px; height: 1px; background: #a5bb34; }
.intro-section .service-directory-intro .section-title { margin: 0; color: var(--text-primary); font: 650 clamp(36px,3.4vw,55px)/1.08 "Inter",sans-serif; letter-spacing: -.045em; }
.section-intro { color: var(--graphite); line-height: 1.7; }
.expertise-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.expertise-card { min-height: 560px; padding: clamp(2rem, 4vw, 3.5rem); position: relative; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; }
.expertise-card h3 { font-size: clamp(2rem, 3.2vw, 3.25rem); line-height: 1.04; letter-spacing: -.045em; margin-bottom: 1.3rem; }
.expertise-card p:not(.eyebrow) { max-width: 31rem; line-height: 1.65; }
.expertise-no { position: absolute; right: 2rem; top: 1.6rem; font: 500 .8rem var(--font-display); opacity: .5; }
.expertise-marketing { background: var(--signal); color: var(--signal-ink); border-radius: 3px 3px 3px 64px; }
.expertise-marketing .eyebrow, .expertise-marketing h3 { color: var(--signal-ink); }
.expertise-marketing .eyebrow::before { background: var(--ink); }
.expertise-tech { background: var(--ink); color: rgba(255,255,255,.7); border-radius: 3px 64px 3px 3px; }
.expertise-tech h3 { color: var(--white); }
.expertise-links { display: grid; margin-top: 2.3rem; border-top: 1px solid currentColor; }
.expertise-links a { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: .8rem 0; text-decoration: none; font-size: .82rem; border-bottom: 1px solid currentColor; border-color: rgba(17,16,19,.18); }
.expertise-tech .expertise-links { border-color: rgba(255,255,255,.16); }
.expertise-tech .expertise-links a { color: rgba(255,255,255,.78); border-color: rgba(255,255,255,.16); }
.circle-link { position: absolute; right: 2rem; bottom: 2rem; width: 3.4rem; height: 3.4rem; border-radius: 50%; display: grid; place-items: center; text-decoration: none; transition: transform .2s ease; }
.circle-link:hover { transform: rotate(-30deg); }
.expertise-marketing .circle-link { background: var(--ink); color: var(--signal); }
.expertise-tech .circle-link { background: var(--signal); color: var(--ink); }

.service-map { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.service-map-panel { position: relative; min-width: 0; padding: clamp(32px,3.4vw,54px); overflow: hidden; border-radius: 18px; box-shadow: 0 24px 60px rgba(18,20,16,.08); }
.service-map-marketing { border: 1px solid #dce2c5; background: linear-gradient(145deg,#fbfcf8 0%,#f3f8de 100%); color: var(--text-primary); }
.service-map-marketing::before { content: ""; position: absolute; top: 0; right: 0; left: 0; height: 4px; background: var(--brand-lime); }
.service-map-tech { border: 1px solid rgba(255,255,255,.07); background: linear-gradient(145deg,#20231d 0%,#11130f 100%); color: #fff; }
.service-map-tech::before { content: ""; position: absolute; width: 380px; height: 380px; right: -230px; bottom: -270px; border-radius: 50%; background: rgba(193,237,0,.09); pointer-events: none; }
.service-map-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 25px; border-bottom: 1px solid rgba(18,20,16,.13); }
.service-map-tech .service-map-head { border-color: rgba(255,255,255,.13); }
.service-map-index { color: #859b08; font-size: 12px; font-weight: 700; letter-spacing: .13em; }
.service-map-tech .service-map-index { color: var(--brand-lime); }
.service-map-count { font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; opacity: .58; }
.service-map-title { padding: clamp(32px,3.5vw,52px) 0 35px; }
.service-map-title > p { margin: 0 0 16px; color: #788d00; font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.service-map-tech .service-map-title > p { color: var(--brand-lime); }
.service-map-title h3 { margin: 0; font: 700 clamp(31px,2.55vw,45px)/1.02 "Space Grotesk",sans-serif; letter-spacing: -.048em; }
.service-map-title > span { display: block; max-width: 520px; margin-top: 20px; color: var(--text-secondary); font-size: 14px; line-height: 1.7; }
.service-map-tech .service-map-title > span { color: rgba(255,255,255,.58); }
.service-map-links { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(18,20,16,.13); }
.service-map-links a { min-width: 0; display: grid; grid-template-columns: 29px 1fr auto; align-items: center; gap: 10px; min-height: 59px; padding: 10px 15px 10px 0; border-bottom: 1px solid rgba(18,20,16,.13); color: inherit; text-decoration: none; transition: padding-left .25s ease,background-color .25s ease; }
.service-map-links a:nth-child(odd) { border-right: 1px solid rgba(18,20,16,.13); }
.service-map-links a:nth-child(even) { padding-left: 15px; }
.service-map-links small { color: #8b9186; font-size: 9px; font-weight: 700; letter-spacing: .08em; }
.service-map-links a span { min-width: 0; overflow: hidden; font-size: 12.5px; font-weight: 650; line-height: 1.25; text-overflow: ellipsis; }
.service-map-links a i { color: #7d9300; font-size: 13px; opacity: 0; transform: translate(-5px,5px); transition: opacity .25s ease,transform .25s ease; }
.service-map-links a:hover { padding-left: 8px; background: rgba(193,237,0,.08); }
.service-map-links a:nth-child(even):hover { padding-left: 23px; }
.service-map-links a:hover i { opacity: 1; transform: translate(0); }
.service-map-tech .service-map-links { border-color: rgba(255,255,255,.13); }
.service-map-tech .service-map-links a { border-color: rgba(255,255,255,.13); color: rgba(255,255,255,.88); }
.service-map-tech .service-map-links a:nth-child(odd) { border-color: rgba(255,255,255,.13); }
.service-map-tech .service-map-links small { color: rgba(255,255,255,.35); }
.service-map-tech .service-map-links a i { color: var(--brand-lime); }
.service-map-tech .service-map-links a:hover { background: rgba(193,237,0,.055); }
.service-map-foot { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 29px; }
.service-map-foot > span { color: var(--text-secondary); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.service-map-foot a { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; color: inherit; font-size: 12px; font-weight: 700; text-decoration: none; }
.service-map-foot a i { color: #7d9300; transition: transform .25s ease; }
.service-map-foot a:hover i { transform: translateX(4px); }
.service-map-tech .service-map-foot > span { color: rgba(255,255,255,.4); }
.service-map-tech .service-map-foot a i { color: var(--brand-lime); }

.service-directory { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border: 0; border-radius: 20px; background: var(--surface); box-shadow: 0 42px 95px rgba(18,20,16,.12),0 14px 34px rgba(18,20,16,.06); transform: translateY(-3px); }
.service-directory-column { position: relative; min-width: 0; padding: clamp(40px,4vw,66px); }
.service-directory, .service-directory * { font-family: "Inter",sans-serif; }
.service-directory-marketing { background: linear-gradient(145deg,#fdfefb 0%,#f2f7dc 100%); }
.service-directory-tech { background: linear-gradient(145deg,#252921 0%,#131510 100%); color: #fff; }
.service-directory-column + .service-directory-column { border-left: 4px solid var(--background); }
.service-directory-column::before { content: ""; position: absolute; top: 0; right: 0; left: 0; height: 2px; }
.service-directory-marketing::before { background: linear-gradient(90deg,var(--brand-lime),rgba(193,237,0,.08)); }
.service-directory-tech::before { background: linear-gradient(90deg,var(--brand-lime),rgba(193,237,0,.08)); }
.service-directory-column header { display: grid; grid-template-columns: 54px 1fr; gap: 20px; align-items: start; min-height: 145px; padding-bottom: 34px; }
.service-directory-icon { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid #dfe5c8; border-radius: 12px; background: rgba(193,237,0,.1); color: #718500; font-size: 21px; }
.service-directory-tech .service-directory-icon { border-color: rgba(193,237,0,.3); background: rgba(193,237,0,.09); color: var(--brand-lime); }
.service-directory-column header p { margin: 0 0 12px; color: #778b00; font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.service-directory-tech header p { color: #596158; }
.service-directory-column header h3 { margin: 0; color: var(--text-primary); font: 650 clamp(28px,2.05vw,37px)/1.07 "Inter",sans-serif; letter-spacing: -.042em; }
.service-directory-column header small { padding-top: 4px; color: #969c91; font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.service-directory-tech header p { color: var(--brand-lime); }
.service-directory-tech header h3 { color: #fff; }
.service-directory-tech header small { color: rgba(255,255,255,.42); }
.service-directory-column > ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(221,225,213,.72); }
.service-family { border-bottom: 1px solid rgba(221,225,213,.72); }
.service-family > button { width: 100%; min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 0 4px; border: 0; background: transparent; color: #292c27; text-align: left; cursor: pointer; }
.service-family > button strong { font-size: 15px; font-weight: 600; letter-spacing: -.018em; }
.service-family > button > i { position: relative; width: 28px; height: 28px; display: block; flex: 0 0 28px; border: 1px solid #d9ded2; border-radius: 50%; color: #798f00; font-size: 0; line-height: 0; transition: transform .3s ease,background-color .3s ease,border-color .3s ease; }
.service-family > button > i::before,
.service-family > button > i::after { content: ""; position: absolute; top: 50%; left: 50%; display: block; border-radius: 2px; background: currentColor; transform: translate(-50%,-50%); }
.service-family > button > i::before { width: 9px; height: 2px; }
.service-family > button > i::after { width: 2px; height: 9px; }
.service-directory-marketing .service-family > button > i { color: #8da600; -webkit-text-stroke: .65px currentColor; }
.service-directory-tech .service-family > button > i { -webkit-text-stroke: .65px currentColor; }
.service-submenu { display: grid; grid-template-rows: 0fr; opacity: 0; transition: grid-template-rows .38s cubic-bezier(.22,1,.36,1),opacity .25s ease; }
.service-submenu > ul { min-height: 0; margin: 0; padding: 0 4px; overflow: hidden; list-style: none; }
.service-submenu li { border-top: 1px solid rgba(221,225,213,.55); }
.service-submenu a { position: relative; display: block; padding: 11px 12px 11px 22px; color: #666d62; font-size: 12px; font-weight: 500; text-decoration: none; transition: color .2s ease,padding-left .2s ease; }
.service-submenu a::before { content: ""; position: absolute; top: 50%; left: 4px; width: 7px; height: 1px; background: #94aa19; }
.service-submenu a:hover { padding-left: 27px; color: var(--text-primary); }
.service-family:hover .service-submenu, .service-family:focus-within .service-submenu, .service-family.is-open .service-submenu { grid-template-rows: 1fr; opacity: 1; }
.service-family:hover > button > i, .service-family:focus-within > button > i, .service-family.is-open > button > i { border-color: var(--brand-lime); background: var(--brand-lime); color: var(--charcoal); transform: rotate(45deg); }
.service-directory-tech > ol { border-color: rgba(255,255,255,.13); }
.service-directory-tech .service-family { border-color: rgba(255,255,255,.13); }
.service-directory-tech .service-family > button { color: rgba(255,255,255,.9); }
.service-directory-tech .service-family > button > i { border-color: rgba(255,255,255,.18); color: var(--brand-lime); }
.service-directory-tech .service-family:hover > button > i,
.service-directory-tech .service-family:focus-within > button > i,
.service-directory-tech .service-family.is-open > button > i { color: #11140e; -webkit-text-stroke: .65px #11140e; transform: none; }
.service-directory-tech .service-submenu li { border-color: rgba(255,255,255,.1); }
.service-directory-tech .service-submenu a { color: rgba(255,255,255,.58); }
.service-directory-tech .service-submenu a:hover { color: #fff; }
.service-directory-column > a { display: inline-flex; align-items: center; gap: 11px; margin-top: 28px; padding-bottom: 6px; border-bottom: 1px solid #a7b94d; color: var(--text-primary); font-size: 12px; font-weight: 700; text-decoration: none; }
.service-directory-column > a i { color: #7b9100; transition: transform .2s ease; }
.service-directory-column > a:hover i { transform: translate(3px,-3px); }
.service-directory-column > .service-directory-cta { min-height: 52px; display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 30px; padding: 14px 20px; border: 1px solid var(--brand-lime); border-radius: 8px; background: var(--brand-lime); color: var(--charcoal); box-shadow: 0 8px 20px rgba(18,20,16,.08); font-size: 13px; font-weight: 700; letter-spacing: -.015em; transition: background-color .2s ease,border-color .2s ease,transform .2s ease; }
.service-directory-column > .service-directory-cta i { color: var(--charcoal); }
.service-directory-column > .service-directory-cta:hover { border-color: var(--brand-lime-hover); background: var(--brand-lime-hover); transform: translateY(-2px); }
.service-directory-column > .service-directory-cta:hover i { transform: translateX(3px); }

@media (max-width: 991.98px) {
  .service-directory { grid-template-columns: 1fr; }
  .service-directory-column + .service-directory-column { border-top: 1px solid var(--border); border-left: 0; }
}
@media (max-width: 575.98px) {
  .service-directory-column { padding: 30px 22px; }
  .service-directory-column header { grid-template-columns: 48px 1fr; min-height: auto; }
  .service-directory-column header small { display: none; }
}

@property --partner-border-angle { syntax: "<angle>"; inherits: false; initial-value: 0deg; }
.partner-showcase { position: relative; isolation: isolate; width: 100%; margin: 0 0 2px; padding: clamp(38px,4vw,56px) 0 clamp(50px,5vw,76px); overflow: hidden; background-color: #f8faf3; background-image: linear-gradient(rgba(18,20,16,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(18,20,16,.035) 1px,transparent 1px),radial-gradient(circle at 8% 2%,rgba(193,237,0,.22),transparent 34%),radial-gradient(circle at 96% 94%,rgba(193,237,0,.16),transparent 34%); background-size: 40px 40px,40px 40px,auto,auto; box-shadow: 0 28px 70px rgba(18,20,16,.055); }
.partner-showcase::before { content: ""; position: absolute; z-index: 2; inset: 0; padding: 2px; pointer-events: none; background: conic-gradient(from var(--partner-border-angle),transparent 0 76%,rgba(18,20,16,.08) 80%,rgba(18,20,16,.95) 87%,#050605 90%,rgba(18,20,16,.25) 94%,transparent 98%); -webkit-mask: linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; filter: drop-shadow(0 0 7px rgba(5,6,5,.32)); animation: partner-border-crawl 9s linear infinite; }
.partner-showcase-inner { position: relative; z-index: 1; width: 80%; max-width: 1540px; margin: 0 auto; }
@keyframes partner-border-crawl { to { --partner-border-angle: 360deg; } }
.partner-showcase-head { max-width: 760px; margin: 0 auto 46px; padding-inline: 24px; text-align: center; }
.partner-showcase-icon { width: 74px; height: 74px; display: grid; place-items: center; margin: 0 auto 27px; border: 1px dashed var(--brand-lime); border-radius: 50%; color: var(--charcoal); font-size: 27px; }
.partner-showcase-head > p { margin: 0 0 14px; color: #718500; font: 700 10px/1 "Inter",sans-serif; letter-spacing: .18em; text-transform: uppercase; }
.partner-showcase-head h2 { margin: 0; color: var(--text-primary); font: 700 clamp(38px,3.5vw,58px)/1.04 "Inter",sans-serif; letter-spacing: -.05em; }
.partner-showcase-head > span { display: block; max-width: 680px; margin: 23px auto 0; color: var(--text-secondary); font: 500 15px/1.75 "Inter",sans-serif; }
.partner-rows { display: grid; gap: 18px; }
.partner-row { overflow: hidden; mask-image: linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent); }
.partner-track { display: flex; width: max-content; will-change: transform; }
.partner-group { flex: 0 0 auto; display: flex; gap: 18px; padding-right: 18px; }
.partner-logo { width: clamp(145px,10vw,188px); height: 88px; display: grid; place-items: center; padding: 17px 22px; border: 1px solid rgba(221,225,213,.72); border-radius: 14px; background: rgba(255,255,255,.9); box-shadow: 0 9px 24px rgba(18,20,16,.045); }
.partner-logo img { display: block; max-width: 100%; max-height: 48px; width: auto; height: auto; object-fit: contain; filter: grayscale(1); opacity: .58; transition: filter .25s ease,opacity .25s ease,transform .25s ease; }
.partner-logo:hover img { filter: grayscale(0); opacity: 1; transform: scale(1.04); }
.partner-showcase-cta { min-height: 54px; width: fit-content; display: flex; align-items: center; gap: 12px; margin: 48px auto 0; padding: 14px 24px; border-radius: 999px; background: var(--charcoal); color: #fff; box-shadow: 0 13px 30px rgba(18,20,16,.16); font: 700 13px/1 "Inter",sans-serif; text-decoration: none; transition: transform .25s ease,background-color .25s ease; }
.partner-showcase-cta i { color: var(--brand-lime); }
.partner-showcase-cta:hover { background: #272b23; color: #fff; transform: translateY(-2px); }
@media (max-width: 991.98px) {
  .partner-showcase-inner { width: calc(100% - 32px); }
}
@media (max-width: 575.98px) {
  .partner-showcase-inner { width: calc(100% - 20px); }
  .partner-logo { width: 138px; height: 76px; }
  .partner-showcase-head > span { font-size: 14px; }
}

.home-contact { padding: clamp(72px,7vw,112px) clamp(18px,4vw,72px); overflow: hidden; background: #f2f4ed; }
.home-contact-shell { width: min(80%,1540px); min-height: 680px; display: grid; grid-template-columns: minmax(0,.92fr) minmax(540px,1.08fr); margin: 0 auto; overflow: hidden; border: 1px solid rgba(18,20,16,.1); border-radius: 24px; background: #171a15; box-shadow: 0 36px 90px rgba(18,20,16,.17); }
.home-contact-message { position: relative; isolation: isolate; display: flex; align-items: flex-end; padding: clamp(48px,5vw,82px); overflow: hidden; color: #fff; background: radial-gradient(circle at 12% 14%,rgba(193,237,0,.14),transparent 30%),linear-gradient(145deg,#20251d 0%,#11130f 72%); }
.home-contact-message::before { content: ""; position: absolute; z-index: -1; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to bottom,#000,transparent 84%); }
.home-contact-message::after { content: "İZ"; position: absolute; z-index: -1; top: 10%; left: -2%; color: transparent; font: 800 clamp(150px,17vw,310px)/.75 "Inter",sans-serif; letter-spacing: -.13em; -webkit-text-stroke: 1px rgba(193,237,0,.11); transform: rotate(-6deg); }
.home-contact-watermark { position: absolute; z-index: -1; top: 10%; right: -12%; width: min(64%,420px); opacity: .035; filter: invert(1) grayscale(1); transform: rotate(-8deg); }
.home-contact-copy { max-width: 610px; }
.home-contact-eyebrow { display: flex; align-items: center; gap: 13px; margin: 0 0 24px; color: var(--brand-lime); font: 700 10px/1 "Inter",sans-serif; letter-spacing: .19em; text-transform: uppercase; }
.home-contact-eyebrow span { width: 30px; height: 1px; background: var(--brand-lime); }
.home-contact-copy h2 { margin: 0; color: #fff; font: 650 clamp(38px,3.5vw,61px)/1.02 "Inter",sans-serif; letter-spacing: -.055em; }
.home-contact-copy h2 em { color: var(--brand-lime); font-style: normal; }
.home-contact-lead { max-width: 550px; margin: 30px 0 0; color: rgba(255,255,255,.62); font: 450 15px/1.8 "Inter",sans-serif; }
.home-contact-promises { display: flex; flex-wrap: wrap; gap: 14px 24px; margin-top: 38px; color: rgba(255,255,255,.82); font: 600 11px/1.4 "Inter",sans-serif; }
.home-contact-promises span { display: inline-flex; align-items: center; gap: 8px; }
.home-contact-promises i { color: var(--brand-lime); font-size: 16px; }
.home-contact-form { padding: clamp(42px,4vw,70px); background: linear-gradient(150deg,#fff 0%,#f8faef 100%); }
.home-contact-form-head { margin-bottom: 30px; }
.home-contact-form-head span { display: block; margin-bottom: 9px; color: var(--text-primary); font: 700 clamp(25px,2vw,32px)/1.1 "Inter",sans-serif; letter-spacing: -.035em; }
.home-contact-form-head p { margin: 0; color: var(--text-secondary); font: 450 13px/1.6 "Inter",sans-serif; }
.home-contact .lead-form-card { padding: 0 !important; border: 0; border-radius: 0; background: transparent; }
.home-contact .lead-form-card .form-label { margin-bottom: 8px; color: #565d52; font: 650 10px/1 "Inter",sans-serif; letter-spacing: .07em; text-transform: uppercase; }
.home-contact .lead-form-card .form-control,.home-contact .lead-form-card .form-select { min-height: 52px; border: 1px solid #dde2d5; border-radius: 8px; background-color: rgba(255,255,255,.82); color: var(--text-primary); font: 500 13px/1.4 "Inter",sans-serif; }
.home-contact .lead-form-card textarea.form-control { min-height: 104px; resize: vertical; }
.home-contact .lead-form-card .form-control:focus,.home-contact .lead-form-card .form-select:focus { border-color: #9eb600; box-shadow: 0 0 0 3px rgba(193,237,0,.16); }
.home-contact .lead-form-card .btn { min-height: 54px; width: 100%; border: 0; border-radius: 8px; background: var(--brand-lime); color: var(--charcoal); font: 700 13px/1 "Inter",sans-serif; box-shadow: 0 12px 26px rgba(114,136,0,.18); }
.home-contact .lead-form-card .btn:hover { background: var(--brand-lime-hover); transform: translateY(-2px); }
.home-contact .lead-form-card > p { color: #7c8278 !important; text-align: center; font-size: 10px !important; }
@media (max-width: 1199.98px) {
  .home-contact-shell { width: 92%; grid-template-columns: .9fr 1.1fr; }
}
@media (max-width: 991.98px) {
  .home-contact { padding: 50px 18px; }
  .home-contact-shell { width: 100%; grid-template-columns: 1fr; }
  .home-contact-message { min-height: 480px; }
}
@media (max-width: 575.98px) {
  .home-contact { padding: 28px 10px; }
  .home-contact-shell { border-radius: 16px; }
  .home-contact-message,.home-contact-form { padding: 34px 24px; }
  .home-contact-message { min-height: 430px; }
}

.home-journal { padding: clamp(76px,8vw,126px) clamp(18px,4vw,72px); background: #fbfcf8; }
.home-journal-inner { width: min(80%,1540px); margin: 0 auto; }
.home-journal-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: clamp(42px,5vw,70px); }
.home-journal-head p { margin: 0 0 20px; color: #778b00; font: 700 10px/1 "Inter",sans-serif; letter-spacing: .18em; text-transform: uppercase; }
.home-journal-head h2 { margin: 0; color: var(--text-primary); font: 650 clamp(38px,3.7vw,62px)/1.02 "Inter",sans-serif; letter-spacing: -.055em; }
.home-journal-head > a { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; margin-bottom: 6px; padding: 15px 19px; border: 1px solid #dce1d4; border-radius: 8px; color: var(--text-primary); background: #fff; box-shadow: 0 8px 20px rgba(18,20,16,.045); font: 700 12px/1 "Inter",sans-serif; text-decoration: none; transition: transform .25s ease,border-color .25s ease; }
.home-journal-head > a i { color: #7d9300; }
.home-journal-head > a:hover { border-color: #b7ca52; color: var(--text-primary); transform: translateY(-2px); }
.home-journal-grid { display: grid; grid-template-columns: 1.16fr 1fr 1fr; gap: 2px; overflow: hidden; border: 1px solid #dfe3d8; border-radius: 18px; background: #dfe3d8; box-shadow: 0 26px 65px rgba(18,20,16,.075); }
.home-journal-card { min-width: 0; background: #fff; }
.home-journal-card > a { min-height: 470px; display: flex; flex-direction: column; padding: clamp(30px,3vw,46px); color: var(--text-primary); text-decoration: none; background: linear-gradient(155deg,#fff 0%,#f8faf3 100%); transition: background-color .35s ease; }
.home-journal-card.is-featured > a { background: radial-gradient(circle at 92% 8%,rgba(193,237,0,.22),transparent 34%),linear-gradient(145deg,#20241d,#12140f); color: #fff; }
.home-journal-card-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.home-journal-card-top span { color: #718500; font: 700 9px/1 "Inter",sans-serif; letter-spacing: .16em; text-transform: uppercase; }
.home-journal-card-top time { color: #8a9086; font: 600 10px/1 "Inter",sans-serif; letter-spacing: .04em; }
.home-journal-card.is-featured .home-journal-card-top span { color: var(--brand-lime); }
.home-journal-card.is-featured .home-journal-card-top time { color: rgba(255,255,255,.5); }
.home-journal-card-body { margin: auto 0; padding: 42px 0; }
.home-journal-index { display: block; margin-bottom: 28px; color: #a0a69b; font: 600 11px/1 "Inter",sans-serif; letter-spacing: .15em; }
.home-journal-card.is-featured .home-journal-index { color: rgba(193,237,0,.5); }
.home-journal-card h3 { margin: 0; color: inherit; font: 650 clamp(24px,2vw,34px)/1.09 "Inter",sans-serif; letter-spacing: -.042em; }
.home-journal-card p { display: -webkit-box; margin: 24px 0 0; overflow: hidden; color: var(--text-secondary); font: 450 13px/1.7 "Inter",sans-serif; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.home-journal-card.is-featured p { color: rgba(255,255,255,.58); }
.home-journal-card-foot { display: flex; align-items: center; justify-content: space-between; padding-top: 24px; border-top: 1px solid #e3e7dc; font: 700 11px/1 "Inter",sans-serif; }
.home-journal-card-foot i { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: #edf4cd; color: #657700; transition: transform .25s ease,background-color .25s ease; }
.home-journal-card.is-featured .home-journal-card-foot { border-color: rgba(255,255,255,.13); }
.home-journal-card.is-featured .home-journal-card-foot i { background: var(--brand-lime); color: var(--charcoal); }
.home-journal-card > a:hover .home-journal-card-foot i { background: var(--brand-lime); color: var(--charcoal); transform: translateX(4px); }
@media (max-width: 1199.98px) {
  .home-journal-inner { width: 92%; }
  .home-journal-grid { grid-template-columns: 1fr 1fr; }
  .home-journal-card.is-featured { grid-column: 1 / -1; }
  .home-journal-card.is-featured > a { min-height: 400px; }
}
@media (max-width: 767.98px) {
  .home-journal { padding: 60px 18px; }
  .home-journal-inner { width: 100%; }
  .home-journal-head { align-items: flex-start; flex-direction: column; }
  .home-journal-grid { grid-template-columns: 1fr; }
  .home-journal-card.is-featured { grid-column: auto; }
  .home-journal-card > a,.home-journal-card.is-featured > a { min-height: 390px; }
}

/* Sosyal medya yonetimi: premium surec alani */
.social-intro { padding: clamp(80px,7vw,120px) 0 clamp(55px,5vw,80px); background: var(--background); }
.social-intro-inner { max-width: 1540px; }
.social-intro-inner h2 { max-width: 980px; margin: 0 0 30px; color: var(--text-primary); font: 700 clamp(39px,3.8vw,64px)/1.04 "Space Grotesk",sans-serif; letter-spacing: -.05em; }
.social-intro-inner p { max-width: 1120px; margin: 0 0 18px; color: var(--text-secondary); font: 500 16px/1.82 "Space Grotesk",sans-serif; }
.social-intro-inner p:last-child { margin-bottom: 0; }
.social-process { padding: 0 0 clamp(85px,8vw,135px); overflow: hidden; background: radial-gradient(circle at 8% 20%,rgba(193,237,0,.1),transparent 22%),var(--background); }
.social-process-shell { position: relative; }
.social-process-head { margin-bottom: clamp(34px,4vw,52px); }
.social-process-head h2 { max-width: 1000px; margin: 0; color: var(--text-primary); font: 700 clamp(39px,3.8vw,64px)/1.04 "Space Grotesk",sans-serif; letter-spacing: -.05em; }
.social-process-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: clamp(18px,2vw,28px); }
.social-process-grid article { position: relative; min-height: 170px; padding: clamp(28px,2.8vw,42px); border: 1px solid rgba(18,20,16,.065); border-radius: 18px; background: rgba(255,255,255,.82); box-shadow: 0 14px 35px rgba(18,20,16,.045),0 3px 10px rgba(18,20,16,.025); transition: border-color .22s ease,box-shadow .22s ease,transform .22s ease; }
.social-process-grid article:hover { border-color: rgba(158,190,20,.25); box-shadow: 0 20px 45px rgba(18,20,16,.075),0 4px 12px rgba(18,20,16,.035); transform: translateY(-3px); }
.social-process-grid article i { position: absolute; top: clamp(29px,2.8vw,43px); left: clamp(28px,2.8vw,42px); color: #91ad13; font-size: 18px; line-height: 1; }
.social-process-grid h3 { margin: 0 0 13px; padding-left: 30px; color: var(--text-primary); font: 700 clamp(19px,1.5vw,23px)/1.2 "Space Grotesk",sans-serif; letter-spacing: -.025em; }
.social-process-grid p { max-width: 590px; margin: 0; color: var(--text-secondary); font: 500 14px/1.72 "Space Grotesk",sans-serif; }
@media (max-width: 991.98px) {
  .social-process-grid article { min-height: 185px; }
}
@media (max-width: 575.98px) {
  .social-intro { padding: 65px 0 48px; }
  .social-intro-inner { width: calc(100% - 48px); }
  .social-intro-inner h2 { font-size: 38px; }
  .social-intro-inner p { font-size: 15px; line-height: 1.72; }
  .social-process { padding: 0 0 72px; }
  .social-process-shell { width: calc(100% - 24px); }
  .social-process-head { padding-inline: 12px; }
  .social-process-head h2 { font-size: 38px; }
  .social-process-grid { grid-template-columns: 1fr; }
  .social-process-grid article { min-height: 0; padding: 29px 25px 31px; border-radius: 14px; }
  .social-process-grid article:hover { transform: none; }
  .social-process-grid article i { top: 30px; left: 25px; }
}

/* Sosyal medya yonetimi: avantajlar ve 360 hizmet */
.social-advantages { padding: 0 0 clamp(52px,5vw,76px); background: transparent; }
.social-advantages h2,.social-full-service h2 { margin: 0; color: var(--text-primary); font: 700 clamp(39px,3.7vw,62px)/1.04 "Space Grotesk",sans-serif; letter-spacing: -.05em; }
.social-advantages h2 { margin-bottom: clamp(34px,4vw,52px); }
.social-advantages-panel { position: relative; overflow: hidden; padding: clamp(38px,4.5vw,68px); border: 1px solid rgba(18,20,16,.07); border-radius: 5px 5px 38px 5px; background: rgba(255,255,255,.76); box-shadow: 0 20px 50px rgba(18,20,16,.045); }
.social-advantages-panel::after { content: ""; position: absolute; width: 180px; height: 180px; right: -80px; bottom: -95px; border-radius: 50%; background: rgba(193,237,0,.14); filter: blur(24px); pointer-events: none; }
.social-advantages-panel ul { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px clamp(45px,7vw,115px); margin: 0; padding: 0; list-style: none; }
.social-advantages-panel li { position: relative; padding-left: 29px; color: #525b50; font: 600 14px/1.55 "Space Grotesk",sans-serif; }
.social-advantages-panel li::before { content: "✓"; position: absolute; top: 0; left: 0; color: #84a000; font-size: 15px; font-weight: 800; }
.social-full-service { padding: clamp(30px,3vw,48px) 0 clamp(90px,7vw,125px); background: transparent; }
.social-full-service-head { display: block; margin-bottom: clamp(38px,4vw,56px); }
.social-full-service-head > p { max-width: 680px; margin: 22px 0 0; color: var(--text-secondary); font: 500 15px/1.78 "Space Grotesk",sans-serif; }
.social-full-service-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border-top: 1px solid rgba(18,20,16,.11); border-bottom: 1px solid rgba(18,20,16,.11); }
.social-full-service-grid article { position: relative; min-height: 275px; padding: clamp(34px,3.3vw,52px) clamp(24px,2.7vw,42px); border-left: 1px solid rgba(18,20,16,.11); transition: background-color .22s ease; }
.social-full-service-grid article:first-child { border-left: 0; }
.social-full-service-grid article:hover { background: rgba(255,255,255,.54); }
.social-full-service-grid i { display: block; margin-bottom: clamp(55px,6vw,88px); color: #83a000; font-size: 21px; }
.social-full-service-grid h3 { margin: 0 0 14px; color: var(--text-primary); font: 700 clamp(20px,1.55vw,25px)/1.16 "Space Grotesk",sans-serif; letter-spacing: -.03em; }
.social-full-service-grid p { margin: 0; color: var(--text-secondary); font: 500 13px/1.72 "Space Grotesk",sans-serif; }
@media (max-width: 991.98px) {
  .social-full-service-grid { grid-template-columns: repeat(2,1fr); }
  .social-full-service-grid article:nth-child(odd) { border-left: 0; }
  .social-full-service-grid article:nth-child(n+3) { border-top: 1px solid rgba(18,20,16,.11); }
}
@media (max-width: 575.98px) {
  .social-advantages h2,.social-full-service h2 { font-size: 38px; }
  .social-advantages-panel { padding: 34px 27px; border-radius: 5px 5px 30px 5px; }
  .social-advantages-panel ul { grid-template-columns: 1fr; gap: 17px; }
  .social-full-service-head { padding-inline: 12px; }
  .social-full-service-grid { grid-template-columns: 1fr; }
  .social-full-service-grid article { min-height: 0; padding: 34px 12px 38px; border-top: 1px solid rgba(18,20,16,.11) !important; border-left: 0; }
  .social-full-service-grid article:first-child { border-top: 0 !important; }
  .social-full-service-grid i { margin-bottom: 35px; }
}

/* Hizmet detayi: icerige ozel premium hero */
.service-faq { padding: clamp(85px,7vw,120px) 0 clamp(95px,8vw,140px); background: transparent; }
.service-faq-head { max-width: 860px; margin-bottom: clamp(40px,4.5vw,62px); }
.service-faq-head h2 { margin: 0; color: var(--text-primary); font: 700 clamp(38px,3.25vw,54px)/1.04 "Space Grotesk",sans-serif; letter-spacing: -.05em; text-wrap: balance; }
.service-faq-head > p:last-child { max-width: 680px; margin: 22px 0 0; color: var(--text-secondary); font: 500 15px/1.78 "Space Grotesk",sans-serif; }
.service-faq-list { border-top: 1px solid rgba(18,20,16,.12); }
.service-faq-item { border-bottom: 1px solid rgba(18,20,16,.12); }
.service-faq-item summary { display: grid; grid-template-columns: minmax(0,1fr) 38px; gap: 24px; align-items: center; padding: 26px 4px; color: var(--text-primary); cursor: pointer; list-style: none; font: 700 clamp(17px,1.35vw,21px)/1.35 "Space Grotesk",sans-serif; letter-spacing: -.02em; }
.service-faq-item summary::-webkit-details-marker { display: none; }
.service-faq-item summary i { position: relative; display: block; width: 34px; height: 34px; border: 1px solid rgba(123,147,20,.25); border-radius: 50%; transition: background-color .22s ease,transform .22s ease; }
.service-faq-item summary i::before,.service-faq-item summary i::after { content: ""; position: absolute; top: 50%; left: 50%; width: 12px; height: 1.5px; background: #789016; transform: translate(-50%,-50%); }
.service-faq-item summary i::after { transform: translate(-50%,-50%) rotate(90deg); transition: transform .22s ease; }
.service-faq-item[open] summary i { background: var(--brand-lime); }
.service-faq-item[open] summary i::after { transform: translate(-50%,-50%) rotate(0); }
.service-faq-item > div { max-width: 820px; padding: 0 60px 27px 4px; }
.service-faq-item p { margin: 0; color: var(--text-secondary); font: 500 14px/1.82 "Space Grotesk",sans-serif; }
.service-faq-item summary:hover { color: #718617; }
@media (max-width: 575.98px) {
  .service-faq-head { padding-inline: 12px; }
  .service-faq-head h2 { font-size: 38px; }
  .service-faq-item summary { grid-template-columns: minmax(0,1fr) 34px; gap: 15px; padding: 22px 4px; }
  .service-faq-item > div { padding-right: 12px; }
}

.service-detail-layout { display: grid; width: min(92%,1680px); margin: 0 auto; grid-template-columns: minmax(0,1fr) 410px; gap: clamp(45px,5vw,88px); align-items: start; }
.service-detail-main { min-width: 0; }
.service-detail-main .about-shell { width: 100%; }
.service-detail-main .social-intro { padding-top: clamp(80px,7vw,120px); }
.service-detail-main .social-process,.service-detail-main .social-reasons,.service-detail-main .social-advantages { background: transparent; }
.service-detail-main .social-full-service { background: transparent; }
.service-detail-main .social-advantages h2,.service-detail-main .social-full-service h2 { max-width: 820px; font-size: clamp(38px,3.25vw,54px); text-wrap: balance; }
.service-detail-main .social-intro { padding-bottom: clamp(42px,4vw,58px); }
.service-detail-main .social-process { padding-bottom: clamp(72px,6vw,92px); }
.service-detail-main .social-reasons { padding-bottom: clamp(72px,6vw,92px); }
.service-detail-main .social-advantages { padding-bottom: clamp(48px,4vw,66px); }
.service-detail-main .social-full-service { padding-top: clamp(24px,2.5vw,38px); padding-bottom: clamp(48px,4vw,66px); }
.service-detail-main .service-faq { padding-top: clamp(46px,4vw,64px); padding-bottom: clamp(78px,6vw,105px); }
.service-detail-tail { padding-inline: 0; }
.marketing-service-content { color: var(--text-primary); }
.marketing-service-content > h2 { max-width: 850px; margin: clamp(72px,6vw,96px) 0 24px; color: var(--text-primary); font: 700 clamp(36px,3.15vw,52px)/1.05 "Space Grotesk",sans-serif; letter-spacing: -.048em; text-wrap: balance; }
.marketing-service-content > h2:first-child { margin-top: 28px; }
.marketing-service-content > h3 { position: relative; margin: 38px 0 13px; padding: 25px 0 0 25px; border-top: 1px solid rgba(18,20,16,.1); color: var(--text-primary); font: 700 clamp(20px,1.6vw,25px)/1.18 "Space Grotesk",sans-serif; letter-spacing: -.028em; }
.marketing-service-content > h3::before { content: ""; position: absolute; top: 32px; left: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--brand-lime); }
.marketing-service-content > p { max-width: 900px; margin: 0 0 18px; color: var(--text-secondary); font: 500 15px/1.82 "Space Grotesk",sans-serif; }
.marketing-service-content > ul,.marketing-service-content > ol { display: grid; gap: 13px; max-width: 900px; margin: 25px 0 0; padding: 30px clamp(28px,3vw,42px) 30px 52px; border: 1px solid rgba(18,20,16,.07); border-radius: 5px 5px 28px 5px; background: rgba(255,255,255,.72); color: #525b50; box-shadow: 0 15px 38px rgba(18,20,16,.04); font: 550 14px/1.65 "Space Grotesk",sans-serif; }
.marketing-service-content > ul li::marker,.marketing-service-content > ol li::marker { color: #829d0c; font-weight: 750; }
.marketing-service-content a { color: #718617; text-underline-offset: 3px; }
.marketing-intro { padding: clamp(80px,7vw,112px) 0 clamp(55px,5vw,78px); }
.marketing-intro h2,.marketing-showcase-head h2 { max-width: 880px; margin: 0; color: var(--text-primary); font: 700 clamp(38px,3.25vw,54px)/1.04 "Space Grotesk",sans-serif; letter-spacing: -.05em; text-wrap: balance; }
.marketing-intro p,.marketing-showcase-head p { max-width: 900px; margin: 23px 0 0; color: var(--text-secondary); font: 500 15px/1.82 "Space Grotesk",sans-serif; }
.marketing-intro p + p,.marketing-showcase-head p + p { margin-top: 16px; }
.marketing-showcase { padding: 0 0 clamp(74px,6vw,96px); }
.marketing-showcase-head { margin-bottom: clamp(34px,4vw,52px); }
.marketing-showcase-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: clamp(16px,1.8vw,24px); }
.marketing-showcase-grid article { display: grid; min-height: 170px; grid-template-columns: 32px minmax(0,1fr); gap: 18px; align-content: start; padding: clamp(28px,2.8vw,42px); border: 1px solid rgba(18,20,16,.065); border-radius: 16px; background: rgba(255,255,255,.78); box-shadow: 0 14px 34px rgba(18,20,16,.04); transition: border-color .22s ease,box-shadow .22s ease,transform .22s ease; }
.marketing-showcase-grid article:hover { border-color: rgba(145,173,19,.24); box-shadow: 0 19px 42px rgba(18,20,16,.065); transform: translateY(-2px); }
.marketing-showcase-grid i { margin-top: 3px; color: #89a510; font-size: 18px; }
.marketing-showcase-grid h3 { margin: 0 0 12px; color: var(--text-primary); font: 700 clamp(19px,1.45vw,23px)/1.18 "Space Grotesk",sans-serif; letter-spacing: -.028em; }
.marketing-showcase-grid p { max-width: 560px; margin: 0; color: var(--text-secondary); font: 500 14px/1.72 "Space Grotesk",sans-serif; }
.marketing-showcase.is-reasons .marketing-showcase-grid { gap: 0; overflow: hidden; border: 1px solid rgba(18,20,16,.075); border-radius: 5px 5px 38px 5px; background: rgba(251,252,248,.9); box-shadow: 0 22px 55px rgba(18,20,16,.055); }
.marketing-showcase.is-reasons .marketing-showcase-grid article { min-height: 210px; border: 0; border-top: 1px solid var(--border); border-left: 1px solid var(--border); border-radius: 0; background: transparent; box-shadow: none; transform: none; }
.marketing-showcase.is-reasons .marketing-showcase-grid article:nth-child(-n+2) { border-top: 0; }
.marketing-showcase.is-reasons .marketing-showcase-grid article:nth-child(odd) { border-left: 0; }
.marketing-showcase.is-reasons .marketing-showcase-grid article:hover { background: rgba(193,237,0,.04); }
.marketing-showcase.is-process .marketing-showcase-grid { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 0; border-top: 1px solid rgba(18,20,16,.12); border-bottom: 1px solid rgba(18,20,16,.12); }
.marketing-showcase.is-process .marketing-showcase-grid article { display: block; min-height: 270px; padding: clamp(32px,3vw,46px) clamp(22px,2.5vw,36px); border: 0; border-left: 1px solid rgba(18,20,16,.11); border-radius: 0; background: transparent; box-shadow: none; transform: none; }
.marketing-showcase.is-process .marketing-showcase-grid article:first-child { border-left: 0; }
.marketing-showcase.is-process .marketing-showcase-grid i { display: block; margin-bottom: clamp(50px,5vw,76px); }
.marketing-showcase-list { overflow: hidden; padding: clamp(36px,4vw,60px); border: 1px solid rgba(18,20,16,.07); border-radius: 5px 5px 36px 5px; background: rgba(255,255,255,.76); box-shadow: 0 18px 45px rgba(18,20,16,.045); }
.marketing-showcase-list ul,.marketing-intro ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px clamp(40px,6vw,90px); margin: 0; padding: 0; list-style: none; }
.marketing-showcase-list li,.marketing-intro li { position: relative; padding-left: 27px; color: #525b50; font: 600 14px/1.58 "Space Grotesk",sans-serif; }
.marketing-showcase-list li::before,.marketing-intro li::before { content: "✓"; position: absolute; left: 0; color: #84a000; font-weight: 800; }
@media (max-width: 991.98px) {
  .marketing-showcase.is-process .marketing-showcase-grid { grid-template-columns: repeat(2,1fr); }
  .marketing-showcase.is-process .marketing-showcase-grid article:nth-child(odd) { border-left: 0; }
  .marketing-showcase.is-process .marketing-showcase-grid article:nth-child(n+3) { border-top: 1px solid rgba(18,20,16,.11); }
}
@media (max-width: 575.98px) {
  .marketing-service-content > h2 { margin-top: 62px; font-size: 37px; }
  .marketing-service-content > h3 { margin-top: 31px; }
  .marketing-service-content > ul,.marketing-service-content > ol { padding: 26px 24px 26px 43px; }
  .marketing-intro { padding: 64px 0 48px; }
  .marketing-intro h2,.marketing-showcase-head h2 { font-size: 37px; }
  .marketing-showcase-grid,.marketing-showcase.is-process .marketing-showcase-grid,.marketing-showcase-list ul,.marketing-intro ul { grid-template-columns: 1fr; }
  .marketing-showcase-grid article { min-height: 0; padding: 29px 25px 31px; border-radius: 14px; }
  .marketing-showcase-grid article:hover { transform: none; }
  .marketing-showcase.is-reasons .marketing-showcase-grid article { min-height: 0; border-top: 1px solid var(--border) !important; border-left: 0; }
  .marketing-showcase.is-reasons .marketing-showcase-grid article:first-child { border-top: 0 !important; }
  .marketing-showcase.is-process .marketing-showcase-grid article { min-height: 0; padding: 34px 12px 38px; border-top: 1px solid rgba(18,20,16,.11) !important; border-left: 0; }
  .marketing-showcase.is-process .marketing-showcase-grid article:first-child { border-top: 0 !important; }
  .marketing-showcase.is-process .marketing-showcase-grid i { margin-bottom: 34px; }
  .marketing-showcase-list { padding: 32px 25px; }
}
.service-detail-sidebar { position: relative; align-self: stretch; padding-top: clamp(80px,7vw,120px); }
.service-detail-sticky { position: sticky; top: 112px; max-height: calc(100vh - 132px); overflow-y: auto; border: 1px solid rgba(18,20,16,.075); border-radius: 5px 5px 36px 5px; background: rgba(251,252,248,.96); box-shadow: 0 24px 65px rgba(18,20,16,.09),0 55px 110px rgba(18,20,16,.055); scrollbar-width: none; }
.service-detail-sticky::-webkit-scrollbar { display: none; }
.service-form-intro { padding: 30px 30px 0; }
.service-form-intro span { color: #788e17; font: 750 10px/1 "Inter",sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.service-form-intro h2 { margin: 13px 0 9px; color: var(--text-primary); font: 700 29px/1.08 "Space Grotesk",sans-serif; letter-spacing: -.04em; }
.service-form-intro p { max-width: 320px; margin: 0; color: var(--text-secondary); font: 500 13px/1.6 "Space Grotesk",sans-serif; }
.service-detail-sticky .lead-form-card { padding: 26px 30px 30px !important; border: 0; border-radius: 0; background: transparent; }
.service-detail-sticky .lead-form-card .row { --bs-gutter-x: 12px; --bs-gutter-y: 14px; }
.service-detail-sticky .form-label { margin-bottom: 7px; color: #4e554b; font: 650 11px/1.2 "Inter",sans-serif; letter-spacing: .015em; }
.service-detail-sticky .form-control,.service-detail-sticky .form-select { min-height: 48px; border: 1px solid #dce1d6; border-radius: 8px; background-color: rgba(255,255,255,.82); color: var(--text-primary); font: 550 13px/1.4 "Inter",sans-serif; }
.service-detail-sticky textarea.form-control { min-height: 94px; resize: vertical; }
.service-detail-sticky .form-control:focus,.service-detail-sticky .form-select:focus { border-color: #93ad1c; box-shadow: 0 0 0 3px rgba(193,237,0,.15); }
.service-detail-sticky .lead-form-card .btn { width: 100%; min-height: 50px; border: 0; border-radius: 8px; background: var(--brand-lime); color: var(--charcoal); font: 750 13px/1 "Inter",sans-serif; box-shadow: 0 12px 25px rgba(116,139,0,.16); }
.service-detail-sticky .lead-form-card .btn:hover { background: var(--brand-lime-hover); transform: translateY(-1px); }
.service-detail-sticky .lead-form-card > p { color: #7a8175 !important; text-align: center; font-size: 10px !important; line-height: 1.5; }
.service-related { padding: 24px 30px 28px; border-top: 1px solid var(--border); }
.service-related h2 { margin: 0 0 13px; color: var(--text-primary); font: 700 14px/1.2 "Space Grotesk",sans-serif; }
.service-related ul { margin: 0; padding: 0; list-style: none; }
.service-related li + li { border-top: 1px solid var(--border); }
.service-related a { display: flex; align-items: center; justify-content: space-between; padding: 11px 0; color: var(--text-secondary); font: 600 12px/1.4 "Inter",sans-serif; text-decoration: none; }
.service-related a:hover { color: #718617; }
.service-detail-cta { clear: both; }
.service-detail-cta .about-cta-button { text-decoration: none; }
@media (max-width: 1199.98px) {
  .service-detail-layout { width: min(92%,1120px); grid-template-columns: minmax(0,1fr) 360px; gap: 38px; }
  .service-form-intro { padding-inline: 24px; }
  .service-detail-sticky .lead-form-card { padding-inline: 24px !important; }
}
@media (max-width: 991.98px) {
  .service-detail-layout { display: flex; width: min(92%,760px); flex-direction: column; }
  .service-detail-main,.service-detail-sidebar { width: 100%; }
  .service-detail-sidebar { padding-top: 0; padding-bottom: 80px; }
  .service-detail-sticky { position: static; max-height: none; overflow: visible; }
}

.home-page.inner-page .service-detail-hero { min-height: 680px; background: #151713; }
.home-page.inner-page .service-detail-hero::before,.home-page.inner-page .service-detail-hero::after { display: none; }
.service-hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.service-hero-shade { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg,rgba(249,250,245,.96) 0%,rgba(249,250,245,.5) 80px,rgba(249,250,245,0) 150px),linear-gradient(90deg,#f9faf5 0%,rgba(249,250,245,.98) 28%,rgba(249,250,245,.86) 43%,rgba(249,250,245,.13) 67%,rgba(249,250,245,0) 100%); }
.service-detail-hero .inner-hero-container { z-index: 2; min-height: 586px; justify-content: center; }
.service-detail-hero .inner-hero-copy { width: min(47%,700px); max-width: none; margin: 0; padding: 52px 0 25px; text-align: left; }
.service-detail-hero .inner-kicker { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 25px; }
.service-detail-hero .inner-kicker::before { content: ""; width: 26px; height: 2px; background: var(--brand-lime); }
.service-detail-hero .inner-hero-copy h1 { max-width: 680px; margin: 0; font-size: clamp(52px,5.2vw,84px); line-height: .98; text-wrap: balance; }
.service-detail-hero .inner-hero-copy > p:last-child { max-width: 610px; margin: 30px 0 0; color: #596155; font-size: 17px; line-height: 1.72; }
@media (max-width: 767.98px) {
  .home-page.inner-page .service-detail-hero { min-height: 690px; }
  .service-hero-image { object-position: 69% center; }
  .service-hero-shade { background: linear-gradient(180deg,rgba(249,250,245,.99) 0%,rgba(249,250,245,.96) 49%,rgba(249,250,245,.78) 72%,rgba(249,250,245,.22) 100%); }
  .service-detail-hero .inner-hero-container { min-height: 596px; justify-content: flex-start; padding-top: 92px; }
  .service-detail-hero .inner-hero-copy { width: 100%; padding: 35px 0 0; }
  .service-detail-hero .inner-hero-copy h1 { max-width: 560px; font-size: clamp(43px,12.5vw,58px); }
  .service-detail-hero .inner-hero-copy > p:last-child { max-width: 540px; font-size: 15px; line-height: 1.65; }
}

/* Alt sayfalarda header + hero tek parca premium yuzey */
.breadcrumb-nav,
.inner-breadcrumb { display: none !important; }
.home-page.inner-page { background: var(--surface); }
.home-page.inner-page .site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 1000;
  height: 94px;
  background: transparent;
  background-image: none;
  border: 0;
  box-shadow: none;
}
.home-page.inner-page .site-header::after {
  display: none;
}
.home-page.inner-page .inner-hero {
  min-height: 680px;
  padding-top: 94px;
  border: 0;
  background-color: #f8faf4;
  background-image:
    radial-gradient(circle at 76% 5%, rgba(193,237,0,.13), transparent 30%),
    radial-gradient(circle at 20% 76%, rgba(193,237,0,.055), transparent 27%),
    linear-gradient(110deg, #fbfcf8 0%, #f8faf4 54%, #f4f8e9 100%);
}
.home-page.inner-page .inner-hero-grid {
  opacity: 1;
  background-image:
    linear-gradient(rgba(18,20,16,.023) 1px, transparent 1px),
    linear-gradient(90deg,rgba(18,20,16,.023) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(90deg, transparent 2%, #000 18%, #000 82%, transparent 98%);
}
.home-page.inner-page .inner-hero-container {
  min-height: 586px;
  justify-content: center;
  padding-top: 70px;
  padding-bottom: 76px;
}
.home-page.inner-page .inner-hero-copy { transform: translateY(12px); }
.home-page.inner-page .inner-hero::before {
  width: 330px;
  height: 330px;
  top: 160px;
  border-color: rgba(174,218,0,.52);
  background: radial-gradient(circle, rgba(193,237,0,.22), rgba(193,237,0,.065) 42%, transparent 70%);
  box-shadow: 0 0 110px rgba(193,237,0,.08);
}
.home-page.inner-page .inner-hero::after {
  right: 5vw;
  bottom: -90px;
  opacity: .72;
  -webkit-text-stroke-color: rgba(18,20,16,.04);
}
.home-page.inner-page .inner-hero-mark {
  right: clamp(24px, 6vw, 105px);
  bottom: 58px;
  padding: 16px 20px;
  border: 1px solid rgba(18,20,16,.07);
  border-radius: 10px;
  background: rgba(255,255,255,.4);
  backdrop-filter: blur(8px);
}
.home-page.inner-page .about-story {
  position: relative;
  z-index: 4;
  margin-top: -58px;
  padding-top: 0;
  background: transparent;
}
.home-page.inner-page .about-story::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 58px 0 0;
  background:
    radial-gradient(circle at 17% 8%, rgba(193,237,0,.075), transparent 24%),
    linear-gradient(180deg, #f8faf4 0%, var(--background) 20%, var(--background) 100%);
}
.home-page.inner-page .about-story-grid {
  position: relative;
  align-items: center;
  padding: 34px;
  border: 1px solid rgba(18,20,16,.055);
  border-radius: 24px 24px 72px 24px;
  background: rgba(251,252,248,.76);
  box-shadow: 0 22px 42px rgba(39,43,35,.08), 0 58px 120px rgba(39,43,35,.14);
  backdrop-filter: blur(16px);
  transform: translateY(-18px);
}
.home-page.inner-page .about-story-grid::after {
  content: "";
  position: absolute;
  z-index: -2;
  right: 5%;
  bottom: -28px;
  left: 5%;
  height: 55px;
  border-radius: 50%;
  background: rgba(24,28,20,.18);
  filter: blur(34px);
  opacity: .62;
}
.home-page.inner-page .about-story-grid::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 180px;
  height: 180px;
  top: -46px;
  right: 18%;
  border-radius: 50%;
  background: rgba(193,237,0,.12);
  filter: blur(45px);
}
.home-page.inner-page .about-story-visual {
  min-height: 610px;
  border-radius: 16px 16px 58px 16px;
  box-shadow: 0 24px 58px rgba(18,20,16,.16);
  transform: translateY(-34px);
}
.home-page.inner-page .about-story-copy {
  padding: 28px clamp(8px,2vw,30px) 28px 0;
  transform: translateY(-22px);
}
.home-page.inner-page .about-signature {
  position: relative;
  width: fit-content;
  margin-top: -4px;
  padding: 0;
  background: transparent;
}
.home-page.inner-page .about-signature img {
  display: block;
  width: clamp(185px,15vw,245px);
  height: auto;
  mix-blend-mode: multiply;
  opacity: .9;
}
@media (max-width: 991.98px) {
  .home-page.inner-page .about-story { margin-top: -34px; }
  .home-page.inner-page .about-story-grid { padding: 22px; border-radius: 20px 20px 54px 20px; transform: translateY(-10px); }
  .home-page.inner-page .about-story-visual { min-height: 0; transform: translateY(-22px); }
  .home-page.inner-page .about-story-copy { padding: 8px 12px 26px; transform: none; }
}
@media (max-width: 767.98px) {
  .home-page.inner-page .about-story { margin-top: -22px; }
  .home-page.inner-page .about-story-grid { width: calc(100% - 24px); padding: 12px; border-radius: 16px 16px 42px 16px; transform: translateY(-6px); }
  .home-page.inner-page .about-story-visual { transform: translateY(-14px); }
  .home-page.inner-page .about-story-copy { padding: 10px 10px 30px; }
}
@media (max-width: 1199.98px) {
  .home-page.inner-page .site-header { height: 82px; }
  .home-page.inner-page .inner-hero { padding-top: 82px; }
}
@media (max-width: 767.98px) {
  .home-page.inner-page .inner-hero { min-height: 610px; }
  .home-page.inner-page .inner-hero-container { min-height: 528px; padding: 52px 20px 58px; }
  .home-page.inner-page .inner-hero-copy { transform: none; }
  .home-page.inner-page .inner-hero::before { width: 250px; height: 250px; top: 165px; }
}

/* Ana sayfa blog — sakin, eşit ve editoryal kart düzeni */
.home-journal { background: linear-gradient(180deg,#fbfcf8 0%,#f5f7f0 100%); }
.home-journal-head { max-width: 820px; display: block; margin: 0 auto clamp(44px,5vw,68px); text-align: center; }
.home-journal-head p { margin-bottom: 17px; }
.home-journal-head h2 { text-wrap: balance; }
.home-journal-head > span { display: block; max-width: 620px; margin: 22px auto 0; color: var(--text-secondary); font: 450 14px/1.75 "Inter",sans-serif; }
.home-journal-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; overflow: visible; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.home-journal-card { overflow: hidden; border: 1px solid #dde2d7; border-radius: 16px; background: #fff; box-shadow: 0 16px 40px rgba(18,20,16,.055); transition: transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s ease,border-color .35s ease; }
.home-journal-card:hover { border-color: #c8d58d; box-shadow: 0 25px 55px rgba(18,20,16,.1); transform: translateY(-6px); }
.home-journal-card > a,.home-journal-card.is-featured > a { min-height: 520px; padding: 0; color: var(--text-primary); background: #fff; }
.home-journal-visual { position: relative; height: 210px; display: block; margin: 0; padding: 0; overflow: hidden; background: #e8ebe3; }
.home-journal-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 58%,rgba(18,20,16,.2)); pointer-events: none; }
.home-journal-visual img { width: 100%; height: 100%; display: block; object-fit: cover; filter: saturate(.78) contrast(.98); transition: transform .7s cubic-bezier(.22,1,.36,1),filter .4s ease; }
.home-journal-card > a:hover .home-journal-visual img { transform: scale(1.045); filter: saturate(.96) contrast(1); }
.home-journal-card-top { margin: 28px 30px 0; }
.home-journal-card-top span,.home-journal-card.is-featured .home-journal-card-top span { color: #758800; }
.home-journal-card-top time,.home-journal-card.is-featured .home-journal-card-top time { color: #8a9086; }
.home-journal-card-body { margin: 0; padding: 25px 30px 30px; }
.home-journal-card h3 { font-size: clamp(23px,1.65vw,29px); }
.home-journal-card p,.home-journal-card.is-featured p { color: var(--text-secondary); }
.home-journal-card-foot,.home-journal-card.is-featured .home-journal-card-foot { min-height: 50px; width: calc(100% - 60px); justify-content: space-between; margin: auto 30px 30px; padding: 13px 17px; border: 1px solid var(--brand-lime); border-radius: 8px; background: var(--brand-lime); color: var(--charcoal); box-shadow: 0 9px 22px rgba(114,136,0,.14); transition: background-color .25s ease,border-color .25s ease,transform .25s ease; }
.home-journal-card-foot i,.home-journal-card.is-featured .home-journal-card-foot i { width: auto; height: auto; border-radius: 0; background: transparent; color: var(--charcoal); font-size: 15px; }
.home-journal-card > a:hover .home-journal-card-foot { border-color: var(--brand-lime-hover); background: var(--brand-lime-hover); transform: translateY(-2px); }
.home-journal-card > a:hover .home-journal-card-foot i { background: transparent; color: var(--charcoal); transform: translateX(4px); }
.home-journal-all { min-height: 52px; width: fit-content; display: flex; align-items: center; gap: 14px; margin: 40px auto 0; padding: 14px 21px; border: 1px solid var(--brand-lime); border-radius: 8px; background: var(--brand-lime); color: var(--charcoal); box-shadow: 0 10px 24px rgba(114,136,0,.15); font: 700 12px/1 "Inter",sans-serif; text-decoration: none; transition: transform .25s ease,background-color .25s ease,border-color .25s ease; }
.home-journal-all:hover { border-color: var(--brand-lime-hover); background: var(--brand-lime-hover); color: var(--charcoal); transform: translateY(-2px); }
.home-journal-all i { color: var(--charcoal); }
.home-journal-all-mobile { display: none; }
@media (max-width: 1199.98px) {
  .home-journal-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .home-journal-card:last-child { grid-column: 1 / -1; }
}
@media (max-width: 767.98px) {
  .home-journal-grid { grid-template-columns: 1fr; }
  .home-journal-card:last-child { grid-column: auto; }
  .home-journal-card > a,.home-journal-card.is-featured > a { min-height: 490px; }
}

.home-footer { padding: 10px 8px 18px; background: #f5f7f0; font-family: "Inter",sans-serif; }
.home-footer-frame { position: relative; width: 100%; display: grid; grid-template-columns: minmax(350px,.64fr) minmax(0,1.56fr); margin: 0 auto; overflow: hidden; border: 1px solid rgba(255,255,255,.07); border-radius: 20px; background: #111310; color: rgba(255,255,255,.68); box-shadow: 0 32px 85px rgba(18,20,16,.2); }
.home-footer-frame::before { content: ""; position: absolute; z-index: 2; top: 0; right: 0; left: 0; height: 3px; background: linear-gradient(90deg,transparent 3%,var(--brand-lime) 28%,rgba(193,237,0,.2) 68%,transparent 97%); }
.home-footer-top { position: relative; isolation: isolate; grid-column: 1 / -1; display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; padding: clamp(54px,5vw,82px) clamp(52px,5vw,92px); overflow: hidden; border-bottom: 1px solid rgba(255,255,255,.09); background: radial-gradient(circle at 88% 10%,rgba(193,237,0,.13),transparent 28%),#121410; }
.home-footer-top::after { content: ""; position: absolute; z-index: -1; width: 440px; height: 440px; right: -145px; top: -270px; border: 1px solid rgba(193,237,0,.18); border-radius: 50%; box-shadow: 0 0 0 42px rgba(193,237,0,.025),0 0 0 84px rgba(193,237,0,.018); }
.home-footer-top p { margin: 0 0 20px; color: var(--brand-lime); font: 750 10px/1 "Inter",sans-serif; letter-spacing: .2em; text-transform: uppercase; }
.home-footer-top h2 { margin: 0; color: #fff; font: 700 clamp(38px,4vw,68px)/1.01 "Inter",sans-serif; letter-spacing: -.058em; }
.home-footer-top h2 em { color: rgba(255,255,255,.38); font-style: normal; }
.home-footer-top > a { min-width: 224px; min-height: 60px; display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; flex: 0 0 auto; padding: 16px 20px; border: 1px solid var(--brand-lime); border-radius: 9px; background: var(--brand-lime); color: var(--charcoal); box-shadow: 0 14px 34px rgba(105,126,0,.18); font: 750 14px/1 "Inter",sans-serif; text-decoration: none; transition: transform .25s ease,background-color .25s ease; }
.home-footer-top > a:hover { background: var(--brand-lime-hover); color: var(--charcoal); transform: translateY(-3px); }
.home-footer-brand { position: relative; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; min-height: 440px; padding: clamp(54px,4.5vw,82px); overflow: hidden; border-right: 1px solid rgba(255,255,255,.08); background: linear-gradient(145deg,#252824 0%,#1c1f1b 100%); }
.home-footer-brand::after { content: "İZ"; position: absolute; right: -20px; bottom: 38px; color: transparent; font: 800 170px/.7 "Inter",sans-serif; letter-spacing: -.12em; -webkit-text-stroke: 1px rgba(193,237,0,.07); pointer-events: none; }
.home-footer-logo { position: relative; z-index: 1; display: inline-flex; }
.home-footer-logo img { width: clamp(210px,15vw,270px); height: auto; filter: grayscale(1) invert(1) brightness(2); }
.home-footer-brand > p { position: relative; z-index: 1; max-width: 440px; margin: 38px 0 0; color: rgba(255,255,255,.74); font: 600 16px/1.72 "Inter",sans-serif; letter-spacing: -.018em; }
.home-footer-tags { position: relative; z-index: 1; display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin-top: auto; color: rgba(255,255,255,.42); font: 700 9px/1 "Inter",sans-serif; letter-spacing: .15em; text-transform: uppercase; }
.home-footer-tags i { width: 4px; height: 4px; border-radius: 50%; background: var(--brand-lime); }
.home-footer-contact { position: relative; z-index: 1; min-height: 56px; display: inline-flex; align-items: center; justify-content: space-between; gap: 42px; margin-top: auto; padding: 15px 21px; border-radius: 8px; background: var(--brand-lime); color: var(--charcoal) !important; font: 750 14px/1 "Inter",sans-serif; text-decoration: none; transition: background-color .25s ease,transform .25s ease; }
.home-footer-contact:hover { background: var(--brand-lime-hover); transform: translateY(-2px); }
.home-footer-nav { display: grid; grid-template-columns: .78fr 1.42fr 1fr .8fr; gap: 0; align-content: center; padding: clamp(48px,4vw,68px) clamp(30px,3.2vw,58px); background: #111310; }
.home-footer-nav-card { min-width: 0; padding: 4px clamp(26px,3vw,54px); }
.home-footer-nav-card:first-child { padding-left: 0; }
.home-footer-nav-card + .home-footer-nav-card { border-left: 1px solid rgba(255,255,255,.09); }
.home-footer-nav h3 { margin: 0 0 31px; color: #fff; font: 750 21px/1 "Inter",sans-serif; letter-spacing: -.03em; }
.home-footer-nav a { width: fit-content; display: block; margin-top: 18px; color: rgba(255,255,255,.64); font: 650 16px/1.35 "Inter",sans-serif; letter-spacing: -.018em; text-decoration: none; transition: color .2s ease; }
.home-footer-nav a:hover { color: #fff; transform: none; }
.home-footer-nav .home-footer-all-link { display: inline-flex; align-items: center; gap: 11px; margin-top: 28px; padding-bottom: 5px; border-bottom: 1px solid rgba(193,237,0,.45); color: var(--brand-lime); font-size: 12px; }
.home-footer-nav .home-footer-all-link:hover { color: var(--brand-lime-hover); }
.home-footer-all-link i { transition: transform .2s ease; }
.home-footer-all-link:hover i { transform: translateX(4px); }
.home-footer-services > div { display: grid; grid-template-columns: 1fr 1fr; column-gap: 28px; }
.home-footer-services > h3 { text-align: center; }
.home-footer-info { width: 100% !important; display: flex !important; align-items: center; gap: 12px; margin: 0 0 20px !important; padding: 0 !important; color: rgba(255,255,255,.74) !important; font-size: 15px !important; line-height: 1.5 !important; }
.home-footer-info > i { width: 32px; height: 32px; display: grid; flex: 0 0 32px; place-items: center; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; color: var(--brand-lime); font-size: 12px; }
.home-footer-info > span { min-width: 0; overflow-wrap: anywhere; }
.home-footer-social > span { display: flex; align-items: center; gap: 12px; margin-top: 18px; color: rgba(255,255,255,.66); font: 650 16px/1.35 "Inter",sans-serif; }
.home-footer-social > span i { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; color: var(--brand-lime); font-size: 12px; }
.home-footer-bottom { grid-column: 1 / -1; min-height: 82px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; padding: 18px clamp(34px,4vw,72px); border-top: 1px solid rgba(255,255,255,.08); background: #0d0f0c; color: rgba(255,255,255,.52); font: 600 13px/1.4 "Inter",sans-serif; }
.home-footer-bottom p { margin: 0; }
.home-footer-bottom > div { display: flex; align-items: center; gap: 26px; }
.home-footer-legal { justify-self: end; }
.home-footer-legal span { position: relative; color: rgba(255,255,255,.5); }
.home-footer-legal span + span::before { content: ""; position: absolute; top: 50%; left: -14px; width: 3px; height: 3px; border-radius: 50%; background: var(--brand-lime); transform: translateY(-50%); }
.home-footer-bottom a { display: inline-flex; align-items: center; gap: 8px; color: rgba(255,255,255,.62); text-decoration: none; }
.home-footer-bottom a:hover { color: var(--brand-lime); }
.home-footer-bottom i { color: var(--brand-lime); }
.home-footer-bottom > span { justify-self: end; }
@media (max-width: 1199.98px) {
  .home-footer-frame { grid-template-columns: 1fr; }
  .home-footer-top { align-items: flex-start; flex-direction: column; }
  .home-footer-brand { grid-template-columns: auto 1fr; min-height: auto; }
  .home-footer-tags { grid-column: 1 / -1; }
  .home-footer-nav { grid-template-columns: 1fr 1.35fr; row-gap: 52px; }
  .home-footer-nav-card:nth-child(3) { padding-left: 0; border-left: 0; }
  .home-footer-nav { padding-block: 64px; }
}
@media (max-width: 767.98px) {
  .home-footer { padding: 8px 6px 14px; }
  .home-footer-frame { border-radius: 17px; }
  .home-footer-top { padding: 46px 28px; }
  .home-footer-top h2 { font-size: 38px; }
  .home-footer-top > a { width: 100%; }
  .home-footer-brand { grid-template-columns: 1fr; gap: 24px; min-height: auto; padding: 38px 28px; }
  .home-footer-tags { grid-column: auto; }
  .home-footer-nav { grid-template-columns: 1fr; gap: 0; padding: 46px 28px; }
  .home-footer-nav-card { padding: 34px 0; }
  .home-footer-nav-card:first-child { padding-top: 0; }
  .home-footer-nav-card + .home-footer-nav-card { border-top: 1px solid rgba(255,255,255,.09); border-left: 0; }
  .home-footer-nav > div:last-child { grid-column: auto; padding-bottom: 0; }
  .home-footer-services > div { grid-template-columns: 1fr; }
  .home-footer-bottom { grid-template-columns: 1fr; padding: 28px; }
  .home-footer-bottom > div { align-items: flex-start; flex-direction: column; gap: 12px; }
  .home-footer-bottom > .home-footer-legal { align-items: center; flex-direction: row; gap: 26px; justify-self: start; }
  .home-footer-bottom > span { justify-self: start; }
}

@media (max-width: 1199.98px) {
  .service-map { grid-template-columns: 1fr; }
}
@media (max-width: 575.98px) {
  .service-map-panel { padding: 28px 22px; border-radius: 14px; }
  .service-map-links { grid-template-columns: 1fr; }
  .service-map-links a:nth-child(odd) { border-right: 0; }
  .service-map-links a:nth-child(even) { padding-left: 0; }
  .service-map-links a:nth-child(even):hover { padding-left: 8px; }
  .service-map-foot { align-items: flex-start; flex-direction: column; }
}

/* Alt sayfalar: ortak breadcrumb hero ve Hakkimizda */
.about-shell{width:min(80%,1540px);margin-inline:auto}.inner-page .site-header{position:absolute;inset:0 0 auto;z-index:1000;background:transparent;background-image:none;border-bottom:0;box-shadow:none}.inner-page .site-header .nav-link{color:var(--charcoal)}.inner-page .inner-hero{padding-top:94px}.inner-hero{position:relative;min-height:650px;overflow:hidden;isolation:isolate;background:#f7f8f5;color:var(--text-primary);border-top:1px solid var(--border)}.inner-hero:before{content:"";position:absolute;width:360px;height:360px;left:50%;top:120px;border-radius:50%;border:2px dashed rgba(174,218,0,.65);background:radial-gradient(circle,rgba(193,237,0,.28),rgba(193,237,0,.07) 38%,transparent 68%);transform:translateX(-50%)}.inner-hero:after{content:"İZ";position:absolute;right:clamp(20px,7vw,120px);bottom:-75px;color:transparent;font:700 clamp(180px,22vw,390px)/1 "Space Grotesk",sans-serif;letter-spacing:-.11em;-webkit-text-stroke:1px rgba(18,20,16,.045)}.inner-hero-grid{position:absolute;inset:0;z-index:-1;opacity:.35;background-image:linear-gradient(rgba(18,20,16,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(18,20,16,.025) 1px,transparent 1px);background-size:64px 64px;mask-image:linear-gradient(90deg,transparent,#000 20%,#000 80%,transparent)}.inner-hero-container{position:relative;min-height:556px;padding-top:32px;padding-bottom:70px;display:flex;flex-direction:column;justify-content:space-between}.inner-breadcrumb{z-index:2;display:flex;align-items:center;gap:11px;color:var(--text-secondary);font:600 12px/1 "Inter",sans-serif;letter-spacing:.02em}.inner-breadcrumb a{color:var(--text-secondary);text-decoration:none}.inner-breadcrumb a:hover{color:var(--charcoal)}.inner-breadcrumb i{color:var(--brand-lime-hover);font-size:9px}.inner-hero-copy{position:relative;z-index:2;max-width:960px;margin-inline:auto;text-align:center}.inner-kicker,.about-label{margin:0 0 20px;color:#7f9717;text-transform:uppercase;letter-spacing:.13em;font:700 12px/1.2 "Inter",sans-serif}.inner-hero h1{margin:0;color:#20283b;font:700 clamp(50px,5vw,78px)/1.02 "Space Grotesk",sans-serif;letter-spacing:-.055em}.inner-hero h1 span{color:#7e921f}.inner-hero-copy>p:last-child{max-width:720px;margin:28px auto 0;color:#657086;font:600 17px/1.7 "Space Grotesk",sans-serif}.inner-hero-mark{position:absolute;z-index:2;right:0;bottom:58px;display:flex;align-items:center;gap:14px}.inner-hero-mark span{color:#8ca51a;font:700 48px/1 "Space Grotesk",sans-serif;letter-spacing:-.06em}.inner-hero-mark small{padding-left:14px;border-left:1px solid var(--border);color:var(--text-secondary);font:600 11px/1.35 "Inter",sans-serif;text-transform:uppercase;letter-spacing:.08em}
.about-story{padding:clamp(80px,9vw,150px) 0;background:var(--background)}.about-story-grid{display:grid;grid-template-columns:minmax(0,1.06fr) minmax(390px,.94fr);gap:clamp(55px,7vw,120px);align-items:center}.about-story-visual{position:relative;margin:0;min-height:650px;overflow:hidden;border-radius:4px 4px 80px 4px;background:#ddd}.about-story-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(12,14,10,.42))}.about-story-visual img{width:100%;height:100%;position:absolute;object-fit:cover}.about-story-visual figcaption{position:absolute;z-index:2;left:30px;bottom:28px;display:flex;align-items:center;gap:15px;color:#fff;font:600 13px/1.35 "Inter",sans-serif}.about-story-visual figcaption i{width:50px;height:50px;display:grid;place-items:center;border-radius:50%;background:var(--brand-lime);color:var(--charcoal);font-size:22px}.about-story-copy h2,.about-section-head h2,.about-expertise h2,.about-cta h2{margin:0;color:var(--text-primary);font:700 clamp(38px,3.6vw,62px)/1.06 "Space Grotesk",sans-serif;letter-spacing:-.05em}.about-story-copy h2 em{color:#879f1b;font-style:normal}.about-story-copy>p:not(.about-label){margin:25px 0 0;color:var(--text-secondary);font:500 16px/1.8 "Space Grotesk",sans-serif}.about-story-copy blockquote{margin:36px 0 24px;padding:24px 0 24px 28px;border-left:3px solid var(--brand-lime);color:var(--text-primary);font:600 20px/1.5 "Space Grotesk",sans-serif}.about-signature{display:flex;align-items:center;gap:18px}.about-signature img{width:150px}.about-signature>span{display:grid;color:var(--text-primary);font:700 13px/1.4 "Inter",sans-serif}.about-signature small{color:var(--text-secondary);font-weight:500}
.about-principles{padding:clamp(80px,8vw,130px) 0;background:#151812;color:#fff}.about-section-head{display:grid;grid-template-columns:1.35fr .65fr;gap:60px;align-items:end;margin-bottom:70px}.about-section-head h2{max-width:820px;color:#fff}.about-section-head>p{margin:0;max-width:430px;color:rgba(255,255,255,.55);font:500 16px/1.75 "Space Grotesk",sans-serif}.about-principle-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(255,255,255,.13)}.about-principle-grid article{min-height:390px;padding:38px clamp(25px,3vw,52px);border-left:1px solid rgba(255,255,255,.13);transition:background .25s}.about-principle-grid article:last-child{border-right:1px solid rgba(255,255,255,.13)}.about-principle-grid article:hover{background:rgba(193,237,0,.055)}.about-principle-grid span{color:rgba(255,255,255,.35);font:600 12px/1 "Inter",sans-serif}.about-principle-grid i{display:block;margin:75px 0 32px;color:var(--brand-lime);font-size:42px}.about-principle-grid h3{color:#fff;font-size:27px}.about-principle-grid p{max-width:340px;color:rgba(255,255,255,.52);font:500 14px/1.75 "Space Grotesk",sans-serif}
.about-direction{position:relative;padding:0 0 clamp(80px,8vw,130px);background:var(--background)}.about-direction-panel{position:relative;overflow:hidden;padding:clamp(48px,5vw,82px) clamp(30px,4.5vw,76px) 0;border-radius:10px 10px 64px 10px;background:#191c16;color:#fff;box-shadow:0 34px 80px rgba(18,20,16,.15)}.about-direction-panel:before{content:"";position:absolute;width:440px;height:440px;top:-310px;right:5%;border:85px solid rgba(193,237,0,.075);border-radius:50%}.about-direction-panel:after{content:"";position:absolute;inset:0;pointer-events:none;opacity:.04;background-image:linear-gradient(rgba(255,255,255,.3) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.3) 1px,transparent 1px);background-size:62px 62px;mask-image:linear-gradient(90deg,transparent,#000 20%,#000)}.about-direction-head{position:relative;z-index:1;display:grid;grid-template-columns:1.25fr .75fr;gap:clamp(40px,8vw,130px);align-items:end;padding-bottom:clamp(46px,5vw,75px)}.about-direction-head h2{max-width:850px;margin:0;color:#fff;font:700 clamp(38px,3.7vw,64px)/1.04 "Space Grotesk",sans-serif;letter-spacing:-.052em}.about-direction-head>p{max-width:460px;margin:0 0 5px;color:rgba(255,255,255,.56);font:500 15px/1.8 "Space Grotesk",sans-serif}.about-direction-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(255,255,255,.13)}.about-direction-grid article{position:relative;display:flex;min-height:430px;padding:42px clamp(25px,3vw,48px) 38px;flex-direction:column;border-left:1px solid rgba(255,255,255,.13);transition:background-color .25s ease,transform .25s ease}.about-direction-grid article:first-child{border-left:0}.about-direction-grid article:hover{background:rgba(193,237,0,.045);transform:translateY(-5px)}.about-direction-meta{display:flex;align-items:center;justify-content:space-between;margin-bottom:auto}.about-direction-meta span{color:rgba(255,255,255,.34);font:600 11px/1 "Inter",sans-serif;letter-spacing:.1em}.about-direction-meta i{display:grid;width:52px;height:52px;place-items:center;border:1px solid rgba(193,237,0,.28);border-radius:50%;color:var(--brand-lime);font-size:22px}.about-direction-grid h3{margin:65px 0 20px;color:#fff;font:700 clamp(26px,2vw,34px)/1.1 "Space Grotesk",sans-serif;letter-spacing:-.035em}.about-direction-grid p{max-width:390px;margin:0;color:rgba(255,255,255,.58);font:500 14px/1.78 "Space Grotesk",sans-serif}.about-direction-grid small{display:flex;align-items:center;gap:10px;margin-top:30px;color:rgba(255,255,255,.76);font:600 11px/1.3 "Inter",sans-serif;letter-spacing:.035em}.about-direction-grid small:before{content:"";width:22px;height:2px;background:var(--brand-lime)}
@media(max-width:991.98px){.about-direction-head{grid-template-columns:1fr;gap:24px}.about-direction-grid{grid-template-columns:1fr}.about-direction-grid article{min-height:330px;border-top:1px solid rgba(255,255,255,.13);border-left:0}.about-direction-grid article:first-child{border-top:0}.about-direction-meta{margin-bottom:35px}.about-direction-grid h3{margin-top:20px}}@media(max-width:767.98px){.about-direction{padding-bottom:70px}.about-direction-panel{width:calc(100% - 24px);padding:44px 22px 0;border-radius:8px 8px 42px 8px}.about-direction-head{padding-bottom:40px}.about-direction-head h2{font-size:38px}.about-direction-grid article{min-height:0;padding:34px 4px 38px}.about-direction-grid article:hover{transform:none}.about-direction-grid h3{font-size:28px}}

/* Hakkimizda: kurumsal yon — ana sayfayla ayni editoryal dil */
.home-page.inner-page .about-direction {
  padding: clamp(36px,5vw,80px) 0 clamp(95px,9vw,150px);
  background:
    radial-gradient(circle at 85% 12%,rgba(193,237,0,.08),transparent 24%),
    var(--background);
}
.home-page.inner-page .about-direction-panel {
  overflow: visible;
  padding: 0;
  border: 1px solid rgba(18,20,16,.07);
  border-radius: 4px 4px 44px 4px;
  background: rgba(251,252,248,.94);
  color: var(--text-primary);
  box-shadow: 0 24px 60px rgba(18,20,16,.075),0 55px 120px rgba(18,20,16,.055);
}
.home-page.inner-page .about-direction-panel::before {
  width: 118px;
  height: 118px;
  top: -34px;
  right: 7%;
  border: 0;
  border-radius: 50%;
  background: rgba(193,237,0,.16);
  filter: blur(28px);
}
.home-page.inner-page .about-direction-panel::after { display: none; }
.home-page.inner-page .about-direction-head {
  grid-template-columns: minmax(0,1.12fr) minmax(300px,.58fr);
  gap: clamp(50px,8vw,145px);
  padding: clamp(52px,6vw,92px) clamp(32px,5.5vw,92px) clamp(48px,5vw,76px);
  border-bottom: 1px solid var(--border);
}
.home-page.inner-page .about-direction-head .about-label {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #788d1c;
}
.home-page.inner-page .about-direction-head .about-label::before {
  content: none;
  display: none;
}
.about-label::before,
.about-label::after { content: none !important; display: none !important; }
.home-page.inner-page .about-direction-head h2 {
  max-width: 900px;
  color: var(--text-primary);
  font-size: clamp(40px,3.65vw,64px);
}
.home-page.inner-page .about-direction-head > p {
  position: relative;
  max-width: 420px;
  padding-left: 25px;
  color: var(--text-secondary);
  font-size: 15px;
}
.home-page.inner-page .about-direction-head > p::before {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 0;
  width: 2px;
  background: var(--brand-lime);
}
.home-page.inner-page .about-direction-grid {
  grid-template-columns: 1.12fr 1fr 1fr;
  border: 0;
}
.home-page.inner-page .about-direction-grid article {
  min-height: 350px;
  padding: clamp(42px,4.5vw,72px) clamp(28px,4vw,66px) clamp(45px,4vw,64px);
  border: 0;
  border-left: 1px solid var(--border);
  background: transparent;
  color: var(--text-primary);
  transform: none;
  transition: background-color .22s ease;
}
.home-page.inner-page .about-direction-grid article:first-child { border-left: 0; }
.home-page.inner-page .about-direction-grid article:hover {
  background: rgba(193,237,0,.045);
  transform: none;
}
.home-page.inner-page .about-direction-grid .about-direction-mission {
  background: linear-gradient(145deg,rgba(193,237,0,.12),rgba(193,237,0,.035) 60%,transparent);
}
.home-page.inner-page .about-direction-meta {
  display: block;
  margin: 0 0 clamp(65px,7vw,115px);
}
.home-page.inner-page .about-direction-meta span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #7d921f;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.home-page.inner-page .about-direction-meta span::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brand-lime);
}
.home-page.inner-page .about-direction-grid h3 {
  margin: 0 0 21px;
  color: var(--text-primary);
  font-size: clamp(27px,2vw,36px);
}
.home-page.inner-page .about-direction-grid p {
  max-width: 420px;
  color: var(--text-secondary);
  font-size: 14px;
  line-height: 1.82;
}
@media (max-width: 991.98px) {
  .home-page.inner-page .about-direction-head { grid-template-columns: 1fr; gap: 28px; }
  .home-page.inner-page .about-direction-grid { grid-template-columns: 1fr; }
  .home-page.inner-page .about-direction-grid article { min-height: 0; border-top: 1px solid var(--border); border-left: 0; }
  .home-page.inner-page .about-direction-meta { margin-bottom: 42px; }
}
@media (max-width: 767.98px) {
  .home-page.inner-page .about-direction-panel { width: calc(100% - 24px); border-radius: 4px 4px 34px 4px; }
  .home-page.inner-page .about-direction-head { padding: 46px 26px 42px; }
  .home-page.inner-page .about-direction-head h2 { font-size: 37px; }
  .home-page.inner-page .about-direction-grid article { padding: 38px 26px 42px; }
  .home-page.inner-page .about-direction-meta { margin-bottom: 34px; }
}

/* Kurumsal yon v2: tam genislik, guclu editoryal ritim */
.home-page.inner-page .about-direction {
  padding: 32px 0 110px;
  background: var(--background);
}
.home-page.inner-page .about-direction-panel {
  width: 100%;
  max-width: none;
  margin: 0;
  border: 0;
  border-top: 1px solid #d8ddcf;
  border-bottom: 1px solid #d8ddcf;
  border-radius: 0;
  background: #f2f5ea;
  box-shadow: none;
}
.home-page.inner-page .about-direction-panel::before,
.home-page.inner-page .about-direction-panel::after { display: none; }
.home-page.inner-page .about-direction-head {
  width: min(84%, 1600px);
  margin: 0 auto;
  padding: 76px 0 68px;
  grid-template-columns: minmax(0,1.25fr) minmax(300px,.55fr);
  gap: clamp(60px,9vw,170px);
  border-bottom: 0;
}
.home-page.inner-page .about-direction-head .about-label {
  margin-bottom: 25px;
  font-size: 11px;
  letter-spacing: .16em;
}
.home-page.inner-page .about-direction-head h2 {
  max-width: 880px;
  font-size: clamp(44px,4.15vw,72px);
  line-height: .99;
  letter-spacing: -.058em;
}
.home-page.inner-page .about-direction-head > p {
  max-width: 420px;
  margin-bottom: 3px;
  padding-left: 28px;
  font-size: 15px;
  font-weight: 550;
  line-height: 1.72;
  letter-spacing: -.015em;
}
.home-page.inner-page .about-direction-grid {
  width: 100%;
  grid-template-columns: 1.18fr 1fr 1fr;
  border-top: 1px solid #d8ddcf;
}
.home-page.inner-page .about-direction-grid article {
  min-height: 370px;
  padding: 58px clamp(42px,5vw,92px) 62px;
  justify-content: flex-start;
  border-left: 1px solid #d8ddcf;
  background: #f8faf4;
}
.home-page.inner-page .about-direction-grid article:first-child { border-left: 0; }
.home-page.inner-page .about-direction-grid article:hover { background: #f8faf4; }
.home-page.inner-page .about-direction-grid .about-direction-mission,
.home-page.inner-page .about-direction-grid .about-direction-mission:hover {
  background: #171a14;
}
.home-page.inner-page .about-direction-meta { margin: 0 0 70px; }
.home-page.inner-page .about-direction-meta span {
  color: #73851e;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .18em;
}
.home-page.inner-page .about-direction-mission .about-direction-meta span { color: var(--brand-lime); }
.home-page.inner-page .about-direction-grid h3 {
  margin: 0 0 24px;
  color: #171914;
  font-size: clamp(30px,2.35vw,42px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.05em;
}
.home-page.inner-page .about-direction-mission h3 { color: #fff; }
.home-page.inner-page .about-direction-grid p {
  max-width: 460px;
  color: #62685d;
  font-family: "Space Grotesk",sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.72;
  letter-spacing: -.012em;
}
.home-page.inner-page .about-direction-mission p { color: rgba(255,255,255,.61); }
@media (max-width: 1199.98px) {
  .home-page.inner-page .about-direction-head { width: calc(100% - 80px); }
  .home-page.inner-page .about-direction-grid article { padding-inline: 42px; }
}
@media (max-width: 991.98px) {
  .home-page.inner-page .about-direction-head { width: calc(100% - 64px); padding: 66px 0 58px; grid-template-columns: 1fr; gap: 28px; }
  .home-page.inner-page .about-direction-grid { grid-template-columns: 1fr; }
  .home-page.inner-page .about-direction-grid article { min-height: 0; padding: 48px 42px 52px; border-top: 1px solid #d8ddcf; border-left: 0; }
  .home-page.inner-page .about-direction-grid article:first-child { border-top: 0; }
  .home-page.inner-page .about-direction-meta { margin-bottom: 45px; }
}
@media (max-width: 767.98px) {
  .home-page.inner-page .about-direction { padding: 18px 0 72px; }
  .home-page.inner-page .about-direction-panel { width: 100%; border-radius: 0; }
  .home-page.inner-page .about-direction-head { width: calc(100% - 40px); padding: 52px 0 46px; }
  .home-page.inner-page .about-direction-head h2 { font-size: 40px; line-height: 1.02; }
  .home-page.inner-page .about-direction-head > p { padding-left: 20px; }
  .home-page.inner-page .about-direction-grid article { padding: 42px 24px 46px; }
  .home-page.inner-page .about-direction-meta { margin-bottom: 38px; }
  .home-page.inner-page .about-direction-grid h3 { font-size: 32px; }
}

/* Kurumsal yon v3: Inter tipografi + yukseltilmis kart kompozisyonu */
.home-page.inner-page .about-direction {
  position: relative;
  overflow: hidden;
  padding: 48px 0 125px;
  background-color: #f8faf4;
  background-image:
    radial-gradient(circle at 76% 5%,rgba(193,237,0,.13),transparent 30%),
    radial-gradient(circle at 9% 92%,rgba(193,237,0,.2),rgba(193,237,0,.07) 24%,transparent 43%),
    linear-gradient(110deg,#fbfcf8 0%,#f8faf4 54%,#f4f8e9 100%),
    radial-gradient(circle,rgba(18,20,16,.045) .7px,transparent .8px);
  background-size: auto,auto,auto,16px 16px;
}
.home-page.inner-page .about-direction::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -150px;
  bottom: -210px;
  border: 1px solid rgba(126,146,31,.2);
  border-radius: 50%;
}
.home-page.inner-page .about-direction-panel {
  width: min(84%,1600px);
  margin: 0 auto;
  overflow: visible;
  border: 0;
  background: transparent;
}
.home-page.inner-page .about-direction-head {
  width: 100%;
  margin: 0;
  padding: 0 0 66px;
  display: block;
  text-align: center;
}
.home-page.inner-page .about-direction-head .about-label {
  justify-content: center;
  margin-bottom: 24px;
  color: #687718;
  font-family: "Inter",sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .13em;
}
.home-page.inner-page .about-direction-head h2 {
  max-width: 900px;
  margin-inline: auto;
  color: #171914;
  font-family: "Inter",sans-serif;
  font-size: clamp(38px,3.15vw,54px);
  font-weight: 750;
  line-height: 1.06;
  letter-spacing: -.048em;
}
.home-page.inner-page .about-direction-head > p {
  max-width: 650px;
  margin: 25px auto 0;
  padding: 0;
  color: #60665b;
  font-family: "Inter",sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.68;
  letter-spacing: -.018em;
}
.home-page.inner-page .about-direction-head > p::before { display: none; }
.home-page.inner-page .about-story { padding-bottom: 0; }
.home-page.inner-page .about-direction-grid {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: clamp(18px,2vw,32px);
  border: 0;
}
.home-page.inner-page .about-direction-grid::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 5%;
  bottom: -38px;
  left: 5%;
  height: 80px;
  border-radius: 50%;
  background: rgba(18,20,16,.18);
  filter: blur(40px);
  opacity: .5;
}
.home-page.inner-page .about-direction-grid article,
.home-page.inner-page .about-direction-grid article:first-child {
  position: relative;
  min-height: 285px;
  overflow: hidden;
  padding: clamp(42px,3.2vw,54px) clamp(32px,3vw,54px) clamp(40px,3vw,50px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border: 1px solid rgba(18,20,16,.075);
  border-radius: 14px;
  background: rgba(251,252,248,.95);
  box-shadow: 0 16px 30px rgba(18,20,16,.07),0 36px 72px rgba(18,20,16,.085);
  transform: translateY(0);
  transition: transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}
.home-page.inner-page .about-direction-grid article::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  top: -92px;
  right: -65px;
  border: 26px solid rgba(193,237,0,.09);
  border-radius: 50%;
}
.home-page.inner-page .about-direction-grid article:nth-child(2),
.home-page.inner-page .about-direction-grid article:nth-child(3) { transform: translateY(0); }
.home-page.inner-page .about-direction-grid article:hover {
  background: rgba(251,252,248,.98);
  border-color: rgba(126,146,31,.24);
  box-shadow: 0 20px 36px rgba(18,20,16,.08),0 44px 90px rgba(18,20,16,.12);
  transform: translateY(-8px);
}
.home-page.inner-page .about-direction-grid article:nth-child(2):hover,
.home-page.inner-page .about-direction-grid article:nth-child(3):hover { transform: translateY(-8px); }
.home-page.inner-page .about-direction-grid .about-direction-mission,
.home-page.inner-page .about-direction-grid .about-direction-mission:hover {
  border-color: #171a14 !important;
  background-color: #171a14 !important;
  background-image: linear-gradient(145deg,#23271f 0%,#171a14 62%,#11130f 100%) !important;
}
.home-page.inner-page .about-direction-meta { display: none; }
.home-page.inner-page .about-direction-meta span {
  color: #6e7e1b;
  font-family: "Inter",sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .12em;
}
.home-page.inner-page .about-direction-grid h3 {
  margin: 0 0 28px;
  color: #171914;
  font-family: "Inter",sans-serif;
  font-size: clamp(27px,1.8vw,34px);
  font-weight: 750;
  line-height: 1.08;
  letter-spacing: -.038em;
}
.home-page.inner-page .about-direction-grid p {
  max-width: 430px;
  margin: 0;
  color: #62685d;
  font-family: "Inter",sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: -.015em;
}
.home-page.inner-page .about-direction-mission h3 { color: #fff !important; }
.home-page.inner-page .about-direction-mission p { color: rgba(255,255,255,.88) !important; font-weight: 550; }
@media (max-width: 1199.98px) {
  .home-page.inner-page .about-direction-panel { width: calc(100% - 64px); }
  .home-page.inner-page .about-direction-grid article { padding-inline: 30px; }
}
@media (max-width: 991.98px) {
  .home-page.inner-page .about-direction { padding: 42px 0 105px; }
  .home-page.inner-page .about-direction-grid { grid-template-columns: 1fr; gap: 20px; }
  .home-page.inner-page .about-direction-grid article,
  .home-page.inner-page .about-direction-grid article:nth-child(2),
  .home-page.inner-page .about-direction-grid article:nth-child(3) { min-height: 285px; transform: none; }
  .home-page.inner-page .about-direction-grid h3 { margin-top: 0; }
}
@media (max-width: 767.98px) {
  .home-page.inner-page .about-direction { padding: 34px 0 84px; }
  .home-page.inner-page .about-direction-panel { width: calc(100% - 28px); }
  .home-page.inner-page .about-direction-head { padding-bottom: 48px; }
  .home-page.inner-page .about-direction-head h2 { font-size: 38px; }
  .home-page.inner-page .about-direction-head > p { margin-top: 20px; padding: 0; }
  .home-page.inner-page .about-direction-grid article { min-height: 0; padding: 36px 26px 38px; border-radius: 12px; }
  .home-page.inner-page .about-direction-grid h3 { margin-top: 0; font-size: 28px; }
  .home-page.inner-page .about-direction-grid p { font-size: 14px; }
}

/* Hakkimizda: ekip */
.about-team {
  position: relative;
  padding: clamp(90px,9vw,150px) 0;
  overflow: hidden;
  background-color: #f8faf4;
  background-image:
    radial-gradient(circle at 8% 12%,rgba(193,237,0,.1),transparent 22%),
    radial-gradient(circle,rgba(18,20,16,.045) .7px,transparent .8px);
  background-size: auto,16px 16px;
}
.about-team::after {
  content: "EKİP";
  position: absolute;
  right: -20px;
  bottom: -55px;
  color: transparent;
  font: 750 clamp(130px,16vw,290px)/1 "Inter",sans-serif;
  letter-spacing: -.08em;
  -webkit-text-stroke: 1px rgba(18,20,16,.035);
}
.about-team-head {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0,1.05fr) minmax(300px,.55fr);
  gap: clamp(50px,8vw,135px);
  align-items: end;
  margin-bottom: clamp(52px,6vw,86px);
}
.about-team-head h2 {
  max-width: 820px;
  margin: 0;
  color: var(--text-primary);
  font: 750 clamp(40px,3.6vw,62px)/1.04 "Inter",sans-serif;
  letter-spacing: -.052em;
}
.about-team-head > p {
  max-width: 430px;
  margin: 0 0 5px;
  color: var(--text-secondary);
  font: 500 15px/1.75 "Inter",sans-serif;
  letter-spacing: -.015em;
}
.about-team-leads {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 24px;
  width: min(72%,1080px);
  margin: 0 auto 24px;
}
.about-team-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 18px;
}
.about-team-grid .team-card:last-child { grid-column: 2 / 4; width: calc(50% - 9px); justify-self: center; }
.team-card {
  position: relative;
  min-height: 220px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border: 1px solid rgba(18,20,16,.07);
  border-radius: 12px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 14px 30px rgba(18,20,16,.055),0 28px 60px rgba(18,20,16,.045);
  backdrop-filter: blur(10px);
  transition: transform .24s ease,border-color .24s ease,box-shadow .24s ease;
}
.team-card:hover {
  z-index: 3;
  border-color: rgba(126,146,31,.22);
  box-shadow: 0 19px 36px rgba(18,20,16,.07),0 38px 78px rgba(18,20,16,.09);
  transform: translateY(-7px);
}
.team-card-lead {
  min-height: 255px;
  padding: 38px 40px;
  flex-direction: row;
  align-items: flex-end;
  gap: 28px;
  background: linear-gradient(140deg,#1d201a,#12140f);
  border-color: #1b1e18;
  box-shadow: 0 22px 50px rgba(18,20,16,.16),0 44px 90px rgba(18,20,16,.11);
}
.team-card-icon {
  width: 64px;
  height: 64px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: #eef2e8;
  color: #20251b;
  font-size: 27px;
}
.team-card-lead .team-card-icon { background: var(--brand-lime); color: var(--charcoal); }
.team-card h3 {
  margin: 0 0 8px;
  color: var(--text-primary);
  font: 750 20px/1.15 "Inter",sans-serif;
  letter-spacing: -.035em;
}
.team-card p {
  margin: 0;
  color: #747b6d;
  font: 700 10px/1.4 "Inter",sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.team-card-lead h3 { color: #fff; font-size: clamp(24px,2vw,32px); }
.team-card-lead p { color: rgba(255,255,255,.58); font-size: 11px; }
.team-card-lead p b { padding-inline: 5px; color: var(--brand-lime); }
.team-card-index {
  position: absolute;
  top: 30px;
  right: 34px;
  color: rgba(255,255,255,.28);
  font: 600 11px/1 "Inter",sans-serif;
}
@media (max-width: 1199.98px) {
  .about-team-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .about-team-grid .team-card:last-child { grid-column: auto; width: auto; }
  .about-team-leads { width: 86%; }
}
@media (max-width: 991.98px) {
  .about-team-head { grid-template-columns: 1fr; gap: 24px; }
  .about-team-leads { width: 100%; }
  .about-team-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 767.98px) {
  .about-team { padding: 78px 0 90px; }
  .about-team-head h2 { font-size: 39px; }
  .about-team-leads,.about-team-grid { grid-template-columns: 1fr; }
  .team-card,.team-card-lead { min-height: 190px; padding: 28px; }
  .team-card-lead { align-items: flex-end; }
  .team-card-icon { width: 56px; height: 56px; border-radius: 13px; font-size: 24px; }
  .team-card-index { top: 25px; right: 26px; }
}

/* Ekip v2: tipografik kurumsal dizin */
.about-team {
  padding: clamp(95px,9vw,145px) 0;
  background: #f5f7f0;
}
.about-team::after { display: none; }
.about-team-head {
  display: block;
  max-width: 850px;
  margin: 0 auto clamp(55px,6vw,82px);
  text-align: center;
}
.about-team-head .about-label { margin-bottom: 23px; }
.about-team-head h2 { max-width: 850px; font-size: clamp(40px,3.5vw,60px); }
.about-team-head > p { max-width: 650px; margin: 24px auto 0; font-size: 15px; }
.about-team-leads {
  width: min(76%,1120px);
  gap: 20px;
  margin-bottom: 20px;
}
.about-team-leads .team-card-lead {
  min-height: 230px;
  padding: 38px 42px;
  display: grid;
  grid-template-columns: 92px 1fr;
  align-items: center;
  gap: 28px;
  border: 1px solid rgba(18,20,16,.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(18,20,16,.065),0 38px 78px rgba(18,20,16,.055);
}
.about-team-leads .team-card-lead::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg,var(--brand-lime),rgba(193,237,0,.08));
}
.team-monogram {
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #171a14;
  color: var(--brand-lime);
  font: 750 25px/1 "Inter",sans-serif;
  letter-spacing: -.04em;
}
.about-team-leads .team-card-lead h3 { color: #171914; font-size: clamp(25px,2vw,32px); }
.about-team-leads .team-card-lead p { color: #72796b; }
.about-team-leads .team-card-lead p b { color: #84991f; }
.about-team-grid {
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(18,20,16,.08);
  border-radius: 8px 8px 30px 8px;
  background: rgba(255,255,255,.76);
  box-shadow: 0 22px 55px rgba(18,20,16,.06);
}
.about-team-grid .team-card,
.about-team-grid .team-card:last-child {
  width: auto;
  min-height: 155px;
  padding: 30px 34px;
  display: grid;
  grid-template-columns: 32px 1fr;
  align-items: center;
  gap: 18px;
  grid-column: auto;
  border: 0;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}
.about-team-grid .team-card:nth-child(3n) { border-right: 0; }
.about-team-grid .team-card:nth-last-child(-n+3) { border-bottom: 0; }
.about-team-grid .team-card:hover {
  border-color: var(--border);
  background: rgba(193,237,0,.07);
  box-shadow: inset 0 3px 0 var(--brand-lime);
  transform: none;
}
.about-team-grid .team-card > span {
  color: #93998e;
  font: 650 10px/1 "Inter",sans-serif;
  letter-spacing: .08em;
}
.about-team-grid .team-card h3 { margin-bottom: 7px; font-size: 18px; }
.about-team-grid .team-card p { color: #747b6d; }
@media (max-width: 991.98px) {
  .about-team-leads { width: 100%; }
  .about-team-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .about-team-grid .team-card:nth-child(3n) { border-right: 1px solid var(--border); }
  .about-team-grid .team-card:nth-child(2n) { border-right: 0; }
  .about-team-grid .team-card:nth-last-child(-n+3) { border-bottom: 1px solid var(--border); }
  .about-team-grid .team-card:last-child { border-bottom: 0; }
}
@media (max-width: 767.98px) {
  .about-team-leads { grid-template-columns: 1fr; }
  .about-team-leads .team-card-lead { min-height: 190px; padding: 30px; grid-template-columns: 72px 1fr; }
  .team-monogram { width: 72px; height: 72px; font-size: 21px; }
  .about-team-grid { grid-template-columns: 1fr; }
  .about-team-grid .team-card { min-height: 125px; border-right: 0 !important; border-bottom: 1px solid var(--border) !important; }
  .about-team-grid .team-card:last-child { border-bottom: 0 !important; }
}

/* Ekip v3: minimal premium */
.about-team{padding:clamp(85px,8vw,125px) 0;background:#f7f9f3;background-image:none}.about-team-head{margin-bottom:clamp(44px,5vw,66px)}.about-team-head h2{font-size:clamp(38px,3.25vw,54px);line-height:1.04}.about-team-head>p{margin-top:20px}.about-team-leads{width:min(68%,1040px);gap:16px;margin-bottom:16px}.about-team-leads .team-card-lead{min-height:158px;padding:28px 32px;grid-template-columns:62px 1fr;gap:22px;border-radius:6px;box-shadow:0 14px 32px rgba(18,20,16,.055)}.about-team-leads .team-card-lead:before{height:2px}.team-monogram{width:62px;height:62px;font-size:18px}.about-team-leads .team-card-lead h3{margin-bottom:7px;font-size:clamp(22px,1.6vw,27px)}.about-team-leads .team-card-lead p{font-size:9px;letter-spacing:.07em}.about-team-grid{border-radius:6px 6px 22px 6px;box-shadow:0 14px 35px rgba(18,20,16,.045)}.about-team-grid .team-card,.about-team-grid .team-card:last-child{min-height:112px;padding:24px 30px;display:flex;align-items:center}.about-team-grid .team-card h3{margin-bottom:6px;font-size:16px}.about-team-grid .team-card p{font-size:9px;letter-spacing:.065em}.about-team-grid .team-card:hover{background:rgba(193,237,0,.055);box-shadow:inset 0 2px 0 var(--brand-lime)}
@media(max-width:1199.98px){.about-team-leads{width:82%}}@media(max-width:991.98px){.about-team-leads{width:100%}}@media(max-width:767.98px){.about-team{padding:72px 0 84px}.about-team-leads .team-card-lead{min-height:140px;padding:24px;grid-template-columns:56px 1fr}.team-monogram{width:56px;height:56px;font-size:17px}.about-team-grid .team-card{min-height:98px;padding:22px 24px}}

/* Ekip v4: cardsiz editoryal dizin */
.about-team{padding:clamp(100px,10vw,170px) 0;background:#171a14;color:#fff}.team-editorial{display:grid;grid-template-columns:minmax(330px,.72fr) minmax(0,1.28fr);gap:clamp(70px,10vw,180px);align-items:start}.team-editorial-intro{position:sticky;top:45px}.team-editorial-intro .about-label{color:var(--brand-lime)}.team-editorial-intro h2{margin:0;color:#fff;font:750 clamp(50px,4.6vw,78px)/.96 "Inter",sans-serif;letter-spacing:-.065em}.team-editorial-intro h2 em{color:var(--brand-lime);font-style:normal}.team-editorial-intro>p:not(.about-label){max-width:440px;margin:32px 0 0;color:rgba(255,255,255,.55);font:500 15px/1.75 "Inter",sans-serif;letter-spacing:-.015em}.team-editorial-stamp{display:flex;align-items:center;gap:16px;width:max-content;margin-top:58px}.team-editorial-stamp span{color:transparent;font:750 46px/1 "Inter",sans-serif;letter-spacing:-.08em;-webkit-text-stroke:1px rgba(193,237,0,.6)}.team-editorial-stamp small{padding-left:15px;border-left:1px solid rgba(255,255,255,.16);color:rgba(255,255,255,.42);font:650 9px/1.45 "Inter",sans-serif;text-transform:uppercase;letter-spacing:.12em}.team-roster{border-top:1px solid rgba(255,255,255,.15)}.team-roster-row{position:relative;display:grid;grid-template-columns:44px minmax(150px,1fr) minmax(180px,.75fr);gap:20px;align-items:center;min-height:94px;padding:20px 18px;border-bottom:1px solid rgba(255,255,255,.12);transition:background-color .22s ease,padding-left .22s ease}.team-roster-row:hover{padding-left:28px;background:rgba(193,237,0,.055)}.team-roster-row>span{color:rgba(255,255,255,.27);font:600 10px/1 "Inter",sans-serif;letter-spacing:.08em}.team-roster-row h3{margin:0;color:#fff;font:700 clamp(20px,1.65vw,28px)/1.1 "Inter",sans-serif;letter-spacing:-.035em}.team-roster-row p{margin:0;color:rgba(255,255,255,.43);font:650 10px/1.5 "Inter",sans-serif;text-transform:uppercase;letter-spacing:.09em}.team-roster-lead{min-height:118px;background:rgba(255,255,255,.025)}.team-roster-lead h3{font-size:clamp(25px,2vw,34px)}.team-roster-lead p{color:rgba(255,255,255,.67)}.team-roster-lead>span{color:var(--brand-lime)}.team-roster-lead i{position:absolute;right:20px;color:var(--brand-lime);font-size:17px;opacity:.65;transition:transform .22s ease}.team-roster-lead:hover i{transform:translate(4px,-4px)}
@media(max-width:991.98px){.team-editorial{grid-template-columns:1fr;gap:70px}.team-editorial-intro{position:relative;top:auto}.team-editorial-intro h2{font-size:58px}.team-editorial-intro>p:not(.about-label){max-width:620px}.team-editorial-stamp{margin-top:40px}}@media(max-width:767.98px){.about-team{padding:85px 0 100px}.team-editorial{gap:55px}.team-editorial-intro h2{font-size:47px}.team-roster-row{grid-template-columns:28px 1fr;gap:13px;min-height:90px;padding:20px 6px}.team-roster-row p{grid-column:2;margin-top:-8px}.team-roster-row:hover{padding-left:12px}.team-roster-lead{min-height:108px}.team-roster-lead i{right:7px}}

/* Ekip v5: referans yerlesimi */
.about-team{padding:clamp(85px,8vw,130px) 0;background-color:#f7f9f4;background-image:linear-gradient(rgba(18,20,16,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(18,20,16,.025) 1px,transparent 1px);background-size:48px 48px;color:var(--text-primary)}.team-showcase{max-width:1280px}.team-showcase-head{text-align:center;margin-bottom:52px}.team-showcase-head .about-label{margin-bottom:15px;color:#75881c}.team-showcase-head h2{margin:0;color:var(--text-primary);font:750 clamp(38px,3.1vw,52px)/1 "Inter",sans-serif;letter-spacing:-.05em}.team-showcase-head>p:last-child{margin:17px 0 0;color:var(--text-secondary);font:500 14px/1.6 "Inter",sans-serif}.team-founders{display:grid;grid-template-columns:repeat(2,240px);justify-content:center;gap:18px;margin-bottom:18px}.team-members{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.team-person{position:relative;min-height:190px;padding:26px 22px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border:1px solid rgba(18,20,16,.07);border-radius:12px;background:rgba(255,255,255,.92);box-shadow:0 12px 28px rgba(18,20,16,.045);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.team-person:hover{border-color:rgba(126,146,31,.22);box-shadow:0 18px 38px rgba(18,20,16,.08);transform:translateY(-6px)}.team-person-founder{min-height:205px}.team-person-icon{width:58px;height:58px;margin-bottom:18px;display:grid;place-items:center;border-radius:15px;background:#edf0eb;color:#1c2219;font-size:25px}.team-person-icon-lime,.team-person-founder .team-person-icon{background:#f0f8d9;color:#51620d}.team-person h3{margin:0 0 8px;color:var(--text-primary);font:750 16px/1.15 "Inter",sans-serif;letter-spacing:-.025em}.team-person p{margin:0;color:#737b6d;font:700 9px/1.4 "Inter",sans-serif;letter-spacing:.07em;text-transform:uppercase}.team-person-founder p{max-width:190px}.team-person-last{grid-column:2 / 4;width:calc(50% - 8px);justify-self:center}
@media(max-width:991.98px){.team-members{grid-template-columns:repeat(3,minmax(0,1fr))}.team-person-last{grid-column:auto;width:auto}.team-founders{grid-template-columns:repeat(2,minmax(0,240px))}}@media(max-width:767.98px){.about-team{padding:72px 0 90px}.team-showcase-head{margin-bottom:40px}.team-founders,.team-members{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.team-founders{margin-bottom:12px}.team-person,.team-person-founder{min-height:175px;padding:22px 14px}.team-person-icon{width:52px;height:52px;font-size:22px}.team-person-last{grid-column:1 / 3;width:calc(50% - 6px)}}@media(max-width:479.98px){.team-founders,.team-members{grid-template-columns:1fr}.team-person-last{grid-column:auto;width:auto}}

.home-page.inner-page .about-team {
  position: relative;
  isolation: isolate;
  background-color: var(--background);
  background-image:
    radial-gradient(circle at center,rgba(193,237,0,.46) 0%,rgba(193,237,0,.24) 28%,rgba(174,218,0,.09) 52%,transparent 74%),
    linear-gradient(115deg,var(--background) 0%,#fbfcf8 50%,var(--background) 100%);
  background-size: 92% 138%,100% 100%;
  --team-glow-x: 140%;
  --team-glow-y: 50%;
  background-position: var(--team-glow-x) var(--team-glow-y),center;
  background-repeat: no-repeat;
  animation: none !important;
  overflow: hidden;
}
.home-page.inner-page .about-team::before {
  content: none;
  display: none;
}
.home-page.inner-page .team-showcase { position: relative; z-index: 1; }
@keyframes iz-team-bg-flow {
  0%,100% { background-position: 140% 100%,center; }
  12.5% { background-position: 112% 128%,center; }
  25% { background-position: 50% 140%,center; }
  37.5% { background-position: -12% 128%,center; }
  50% { background-position: -40% 50%,center; }
  62.5% { background-position: -12% -28%,center; }
  75% { background-position: 50% -40%,center; }
  87.5% { background-position: 112% -28%,center; }
}

/* Ekip: kompakt premium olcek */
.home-page.inner-page .about-direction { padding-bottom: 34px; }
.home-page.inner-page .about-team { padding: 42px 0 clamp(54px,5vw,76px); }
.home-page.inner-page .team-showcase { max-width: 1120px; }
.home-page.inner-page .team-showcase-head { margin-bottom: 32px; }
.home-page.inner-page .team-showcase-head .about-label { margin-bottom: 11px; }
.home-page.inner-page .team-showcase-head h2 { font-size: clamp(34px,2.65vw,44px); }
.home-page.inner-page .team-showcase-head > p:last-child { margin-top: 12px; font-size: 12px; }
.home-page.inner-page .team-founders {
  grid-template-columns: repeat(2,200px);
  gap: 12px;
  margin-bottom: 12px;
}
.home-page.inner-page .team-members { gap: 11px; }
.home-page.inner-page .team-person,
.home-page.inner-page .team-person-founder {
  min-height: 128px;
  padding: 16px 14px;
  border-radius: 9px;
}
.home-page.inner-page .team-person-founder { min-height: 142px; }
.home-page.inner-page .team-person-icon {
  width: 44px;
  height: 44px;
  margin-bottom: 11px;
  border-radius: 11px;
  font-size: 19px;
}
.home-page.inner-page .team-person h3 { margin-bottom: 5px; font-size: 14px; }
.home-page.inner-page .team-person p { font-size: 8px; line-height: 1.3; }
@media (max-width: 767.98px) {
  .home-page.inner-page .about-direction { padding-bottom: 24px; }
  .home-page.inner-page .about-team { padding: 34px 0 64px; }
  .home-page.inner-page .team-founders { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .home-page.inner-page .team-person,
  .home-page.inner-page .team-person-founder { min-height: 126px; padding: 15px 10px; }
}

/* Ekip kartlari: tribün dalgasi */
.home-page.inner-page .team-person { isolation: isolate; }
.home-page.inner-page .team-person::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -20%;
  border-radius: inherit;
  background: radial-gradient(circle at 50% 58%,rgba(193,237,0,.3),rgba(193,237,0,.12) 35%,transparent 68%);
  opacity: 0;
  transform: scale(.72);
  transition: opacity .28s ease,transform .5s ease;
  pointer-events: none;
}
.home-page.inner-page .team-person.is-wave-active {
  z-index: 4;
  border-color: rgba(151,181,20,.38);
  background: rgba(252,254,244,.98);
  box-shadow: 0 18px 34px rgba(91,111,0,.14),0 34px 65px rgba(55,67,0,.12);
  transform: translateY(-11px) scale(1.025);
}
.home-page.inner-page .team-person.is-wave-active::after { opacity: 1; transform: scale(1); }
.home-page.inner-page .team-person.is-wave-active .team-person-icon {
  background: var(--brand-lime);
  color: var(--charcoal);
  box-shadow: 0 8px 18px rgba(108,132,0,.16);
}

/* Iletisim: ana sayfa ve Hakkimizda ile ortak premium dil */
.contact-page { background: var(--background); }
.contact-hero { position: relative; min-height: 690px; display: flex; overflow: hidden; isolation: isolate; padding-top: 94px; border-top: 1px solid var(--border); background: radial-gradient(circle at 77% 44%,rgba(193,237,0,.17),transparent 22%),linear-gradient(145deg,#fbfcf8 0%,#f3f5ed 100%); }
.contact-hero::before { content: ""; position: absolute; z-index: -1; width: clamp(310px,34vw,650px); aspect-ratio: 1; right: 8%; top: 16%; border: 1px solid rgba(122,145,20,.2); border-radius: 50%; box-shadow: 0 0 0 70px rgba(193,237,0,.035),0 0 0 140px rgba(193,237,0,.025); }
.contact-hero::after { content: "KONUŞALIM"; position: absolute; z-index: -1; right: -2%; bottom: -4%; color: transparent; font: 700 clamp(82px,12vw,220px)/.8 "Space Grotesk",sans-serif; letter-spacing: -.07em; -webkit-text-stroke: 1px rgba(18,20,16,.045); white-space: nowrap; }
.contact-hero-grid { position: absolute; z-index: -2; inset: 0; opacity: .65; background-image: linear-gradient(rgba(18,20,16,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(18,20,16,.025) 1px,transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(90deg,#000,transparent 75%); }
.contact-hero-inner { position: relative; display: grid; grid-template-columns: minmax(0,1fr) minmax(260px,.34fr); align-items: end; gap: clamp(45px,8vw,150px); padding-top: clamp(95px,10vw,170px); padding-bottom: clamp(75px,8vw,125px); }
.contact-hero-copy { max-width: 940px; }
.contact-hero-copy h1 { margin: 0; color: var(--text-primary); font: 700 clamp(52px,5.8vw,94px)/.98 "Space Grotesk",sans-serif; letter-spacing: -.065em; }
.contact-hero-copy h1 span { color: #829919; }
.contact-hero-copy > p:last-child { max-width: 720px; margin: 31px 0 0; color: var(--text-secondary); font: 500 17px/1.75 "Space Grotesk",sans-serif; }
.contact-hero-note { align-self: end; display: flex; align-items: flex-start; gap: 18px; padding: 24px 0 6px; border-top: 1px solid rgba(18,20,16,.18); }
.contact-hero-note-icon { flex: 0 0 46px; width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--charcoal); color: var(--brand-lime); font-size: 18px; }
.contact-hero-note p { margin: 4px 0 0; color: #596053; font: 600 12px/1.65 "Inter",sans-serif; }
.contact-main { position: relative; padding: clamp(75px,8vw,130px) 0; background: var(--background); }
.contact-panel { display: grid; grid-template-columns: minmax(360px,.78fr) minmax(520px,1.22fr); overflow: hidden; border: 1px solid rgba(18,20,16,.1); border-radius: 8px 8px 58px 8px; box-shadow: 0 28px 70px rgba(18,20,16,.1),0 65px 130px rgba(18,20,16,.06); }
.contact-details { position: relative; isolation: isolate; display: flex; flex-direction: column; min-height: 760px; padding: clamp(48px,5vw,82px); overflow: hidden; background: radial-gradient(circle at 15% 12%,rgba(193,237,0,.13),transparent 29%),#171a15; color: #fff; }
.contact-details::before { content: "İZ"; position: absolute; z-index: -1; right: -5%; bottom: -4%; color: transparent; font: 700 clamp(150px,18vw,310px)/.75 "Space Grotesk",sans-serif; letter-spacing: -.12em; -webkit-text-stroke: 1px rgba(193,237,0,.11); }
.contact-details-copy h2 { margin: 0; color: #fff; font: 700 clamp(42px,4vw,67px)/1 "Space Grotesk",sans-serif; letter-spacing: -.055em; }
.contact-details-copy > p:last-child { max-width: 440px; margin: 24px 0 0; color: rgba(255,255,255,.55); font: 500 15px/1.75 "Space Grotesk",sans-serif; }
.contact-details .about-label { color: var(--brand-lime); }
.contact-links { display: grid; margin: clamp(55px,7vw,100px) 0 40px; font-style: normal; }
.contact-links > a,.contact-links > div { display: grid; grid-template-columns: 42px minmax(0,1fr) 24px; align-items: center; gap: 15px; min-height: 90px; border-top: 1px solid rgba(255,255,255,.13); color: #fff; text-decoration: none; transition: padding .2s ease,background-color .2s ease; }
.contact-links > :last-child { border-bottom: 1px solid rgba(255,255,255,.13); }
.contact-links > a:hover { padding-inline: 10px; background: rgba(193,237,0,.045); color: #fff; }
.contact-links > * > i:first-child { color: var(--brand-lime); font-size: 20px; }
.contact-links > * > i:last-child { color: rgba(255,255,255,.42); }
.contact-links span { min-width: 0; overflow-wrap: anywhere; font: 600 14px/1.45 "Inter",sans-serif; }
.contact-links small { display: block; margin-bottom: 7px; color: rgba(255,255,255,.38); font: 650 9px/1 "Inter",sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.contact-details-foot { display: flex; flex-wrap: wrap; gap: 10px 25px; margin-top: auto; color: rgba(255,255,255,.48); font: 600 10px/1 "Inter",sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.contact-details-foot span + span::before { content: ""; display: inline-block; width: 4px; height: 4px; margin: 0 25px 2px 0; border-radius: 50%; background: var(--brand-lime); }
.contact-form-area { padding: clamp(48px,5vw,82px); background: linear-gradient(150deg,#fff 0%,#f8faef 100%); }
.contact-form-head { max-width: 620px; margin-bottom: 38px; }
.contact-form-head h2 { margin: 0; color: var(--text-primary); font: 700 clamp(36px,3vw,52px)/1.05 "Space Grotesk",sans-serif; letter-spacing: -.05em; }
.contact-form-head > p:last-child { max-width: 540px; margin: 20px 0 0; color: var(--text-secondary); font: 500 14px/1.7 "Space Grotesk",sans-serif; }
.contact-form-area .lead-form-card { padding: 0 !important; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.contact-form-area .lead-form-card .row { --bs-gutter-x: 22px; --bs-gutter-y: 19px; }
.contact-form-area .form-label { margin-bottom: 9px; color: #596053; font: 650 10px/1 "Inter",sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.contact-form-area .form-control,.contact-form-area .form-select { min-height: 56px; padding-inline: 16px; border: 1px solid #dce1d5; border-radius: 7px; background-color: rgba(255,255,255,.86); color: var(--text-primary); font: 500 13px/1.4 "Inter",sans-serif; }
.contact-form-area textarea.form-control { min-height: 130px; padding-block: 15px; resize: vertical; }
.contact-form-area .form-control:focus,.contact-form-area .form-select:focus { border-color: #95ac21; box-shadow: 0 0 0 3px rgba(193,237,0,.15); }
.contact-form-area .lead-form-card .btn { min-height: 56px; min-width: 190px; border: 0; border-radius: 7px; background: var(--charcoal); color: #fff; font: 700 13px/1 "Inter",sans-serif; box-shadow: 0 13px 26px rgba(18,20,16,.15); }
.contact-form-area .lead-form-card .btn:hover { background: #292d25; color: #fff; transform: translateY(-2px); }
.contact-form-area .lead-form-card > p { color: #7c8278 !important; font-size: 10px !important; }
.contact-prep { padding: 0 0 clamp(90px,9vw,145px); background: var(--background); }
.contact-prep-panel { overflow: hidden; border-radius: 8px 8px 48px 8px; background: var(--brand-lime); box-shadow: 0 24px 55px rgba(91,111,0,.14); }
.contact-prep-panel > header { display: grid; grid-template-columns: minmax(0,1fr) minmax(290px,.55fr); column-gap: clamp(45px,9vw,150px); padding: clamp(50px,6vw,88px); border-bottom: 1px solid rgba(18,20,16,.13); }
.contact-prep-panel > header .about-label { grid-column: 1 / -1; color: rgba(18,20,16,.58); }
.contact-prep-panel h2 { margin: 0; color: var(--charcoal); font: 700 clamp(40px,4vw,66px)/1.03 "Space Grotesk",sans-serif; letter-spacing: -.055em; }
.contact-prep-panel > header > p:last-child { align-self: end; margin: 0; color: rgba(18,20,16,.66); font: 550 14px/1.75 "Space Grotesk",sans-serif; }
.contact-prep-list { display: grid; grid-template-columns: repeat(3,1fr); }
.contact-prep-list article { min-height: 300px; padding: clamp(38px,4vw,62px); border-left: 1px solid rgba(18,20,16,.13); }
.contact-prep-list article:first-child { border-left: 0; }
.contact-prep-list i { display: block; margin-bottom: 58px; font-size: 28px; }
.contact-prep-list h3 { margin: 0 0 14px; font: 700 24px/1.15 "Space Grotesk",sans-serif; letter-spacing: -.035em; }
.contact-prep-list p { max-width: 340px; margin: 0; color: rgba(18,20,16,.65); font: 500 13px/1.7 "Space Grotesk",sans-serif; }
@media (max-width: 1199.98px) { .contact-panel { grid-template-columns: minmax(330px,.8fr) minmax(0,1.2fr); } .contact-details,.contact-form-area { padding: 55px 45px; } }
@media (max-width: 991.98px) { .contact-hero { min-height: 620px; } .contact-hero-inner { grid-template-columns: 1fr; align-items: end; gap: 38px; } .contact-hero-note { max-width: 360px; } .contact-panel { width: calc(100% - 36px); grid-template-columns: 1fr; } .contact-details { min-height: 620px; } .contact-prep-panel > header { grid-template-columns: 1fr; gap: 24px; } .contact-prep-list { grid-template-columns: 1fr; } .contact-prep-list article { min-height: 0; border-top: 1px solid rgba(18,20,16,.13); border-left: 0; } .contact-prep-list i { margin-bottom: 34px; } }
@media (max-width: 575.98px) { .contact-hero { min-height: 610px; padding-top: 78px; } .contact-hero-inner { width: calc(100% - 36px); padding-top: 74px; padding-bottom: 58px; } .contact-hero-copy h1 { font-size: 48px; } .contact-hero-copy > p:last-child { font-size: 15px; line-height: 1.65; } .contact-main { padding: 50px 0 68px; } .contact-panel { width: calc(100% - 20px); border-radius: 7px 7px 34px 7px; } .contact-details,.contact-form-area { padding: 42px 25px; } .contact-details { min-height: 570px; } .contact-details-copy h2 { font-size: 43px; } .contact-links { margin-top: 45px; } .contact-links > a,.contact-links > div { grid-template-columns: 34px minmax(0,1fr) 18px; gap: 10px; } .contact-details-foot { gap: 10px 15px; } .contact-details-foot span + span::before { margin-right: 15px; } .contact-form-head h2 { font-size: 37px; } .contact-form-area .lead-form-card .btn { width: 100%; } .contact-prep { padding-bottom: 75px; } .contact-prep-panel { width: calc(100% - 20px); border-radius: 7px 7px 34px 7px; } .contact-prep-panel > header { padding: 44px 25px; } .contact-prep-panel h2 { font-size: 39px; } .contact-prep-list article { padding: 38px 25px 42px; } }

/* Hakkimizda: lime CTA + proje formu */
.home-page.inner-page .about-cta { padding: 58px 0 34px; background: var(--background); }
.home-page.inner-page .about-cta-card {
  min-height: 290px;
  border: 1px solid rgba(18,20,16,.08);
  border-radius: 10px 10px 54px 10px;
  background: linear-gradient(120deg,#c9f115 0%,var(--brand-lime) 48%,#add900 100%);
  box-shadow: 0 22px 45px rgba(91,111,0,.15),0 54px 105px rgba(55,67,0,.18);
  transform: translateY(-12px);
}
.home-page.inner-page .about-cta-card::after { border-color: rgba(18,20,16,.07); }
.home-page.inner-page .about-cta .about-label { color: rgba(18,20,16,.62); }
.home-page.inner-page .about-cta h2 { color: var(--charcoal); }
.home-page.inner-page .about-cta-button {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  border-color: var(--charcoal);
  background: var(--charcoal);
  color: #fff;
  box-shadow: 0 14px 28px rgba(18,20,16,.18);
}
.home-page.inner-page .about-cta-button i { color: var(--brand-lime); }
.home-page.inner-page .about-cta-button:hover { border-color: #000; background: #000; color: #fff; }
.project-modal .modal-content { overflow: hidden; border: 0; border-radius: 18px; background: var(--surface); box-shadow: 0 35px 100px rgba(18,20,16,.28); }
.project-modal .modal-header { align-items: flex-start; padding: 32px 36px 24px; border-bottom: 1px solid var(--border); }
.project-modal .modal-header .about-label { margin-bottom: 10px; }
.project-modal .modal-title { color: var(--text-primary); font: 750 32px/1.05 "Inter",sans-serif; letter-spacing: -.04em; }
.project-modal .btn-close { margin-top: 2px; }
.project-modal .modal-body { padding: 0; }
.project-modal .lead-form-card { border: 0; border-radius: 0; background: transparent; }
.project-modal .lead-form-card .btn { width: 100%; min-height: 52px; border-radius: 8px; background: var(--brand-lime); border-color: var(--brand-lime); color: var(--charcoal); }
@media (max-width: 767.98px) {
  .home-page.inner-page .about-cta { padding: 42px 0 24px; }
  .home-page.inner-page .about-cta-card { min-height: 0; padding: 40px 27px; transform: translateY(-7px); }
  .home-page.inner-page .about-cta-button { width: 100%; }
  .project-modal .modal-dialog { margin: 12px; }
  .project-modal .modal-header { padding: 25px 22px 20px; }
  .project-modal .modal-title { font-size: 27px; }
}

/* Header: Pazarlama ve BT mega menuleri */
.home-page .mega-nav { position: static; align-self: stretch; display: flex; align-items: center; }
.home-page .mega-nav::before {
  content: "";
  position: fixed;
  z-index: 1199;
  top: 68px;
  right: 0;
  left: 0;
  height: 34px;
  display: none;
}
.home-page .mega-nav:hover::before,
.home-page .mega-nav:focus-within::before,
.home-page .mega-nav.is-open::before { display: block; }
.home-page .mega-nav-toggle { border: 0; background: transparent; }
.home-page .mega-nav-toggle .nav-chevron { transition: transform .2s ease; }
.home-page .mega-nav-toggle::before {
  content: "";
  position: absolute;
  right: 3px;
  bottom: 17px;
  left: 3px;
  height: 2px;
  background: var(--brand-lime);
  opacity: 0;
  transform: scaleX(.2);
  transition: opacity .22s ease,transform .32s cubic-bezier(.16,1,.3,1);
}
.home-page .mega-nav:hover .mega-nav-toggle::before,
.home-page .mega-nav:focus-within .mega-nav-toggle::before,
.home-page .mega-nav.is-open .mega-nav-toggle::before { opacity: 1; transform: scaleX(1); }
.home-page .mega-nav.is-open .mega-nav-toggle .nav-chevron,
.home-page .mega-nav:hover .mega-nav-toggle .nav-chevron { transform: rotate(180deg); }
.home-page .mega-panel {
  position: fixed;
  z-index: 1200;
  top: 94px;
  left: 50%;
  width: min(calc(100vw - 64px),1420px);
  padding: 13px;
  overflow: hidden;
  visibility: hidden;
  border: 1px solid rgba(221,225,213,.9);
  border-radius: 18px;
  background: linear-gradient(145deg,var(--surface),var(--background));
  box-shadow: 0 3px 0 rgba(255,255,255,.5) inset,0 14px 24px rgba(18,20,16,.07),0 34px 70px rgba(18,20,16,.14),0 70px 120px rgba(18,20,16,.08);
  opacity: 0;
  transform: translate(-50%,-16px) scale(.985);
  transform-origin: 50% 0;
  filter: blur(5px);
  clip-path: inset(0 0 100% 0 round 18px);
  pointer-events: none;
  transition: opacity .2s ease,transform .38s cubic-bezier(.16,1,.3,1),filter .28s ease,clip-path .42s cubic-bezier(.16,1,.3,1),visibility 0s linear .42s;
  backdrop-filter: blur(18px);
}
.home-page .mega-panel::before { content: none; display: none; }
.mega-border-runner { position: absolute; z-index: 5; inset: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; }
.mega-border-runner rect { fill: none; vector-effect: non-scaling-stroke; }
.mega-border-snake {
  x: 1.5px;
  y: 1.5px;
  width: calc(100% - 3px);
  height: calc(100% - 3px);
  rx: 16.5px;
  ry: 16.5px;
  stroke: var(--brand-lime);
  stroke-width: 3px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 420px 5000px;
  stroke-dashoffset: 0;
  filter: drop-shadow(0 0 2px rgba(193,237,0,.8));
  will-change: stroke-dashoffset;
}
.home-page .mega-nav:hover .mega-panel,
.home-page .mega-nav:focus-within .mega-panel,
.home-page .mega-nav.is-open .mega-panel {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%,0) scale(1);
  filter: blur(0);
  clip-path: inset(0 0 0 0 round 18px);
  pointer-events: auto;
  transition-delay: 0s;
}
.mega-panel-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); overflow: hidden; border: 1px solid rgba(18,20,16,.065); border-radius: 12px; background: var(--surface); box-shadow: 0 1px 0 rgba(255,255,255,.55) inset,0 8px 22px rgba(18,20,16,.045); }
.mega-panel,.mega-panel * { font-family: "Inter",sans-serif; }
.mega-column { min-width: 0; padding: 28px clamp(23px,2.4vw,40px) 32px; border-left: 1px solid var(--border); }
.mega-column:first-child { border-left: 0; }
.mega-column h3 { position: relative; margin: 0 0 20px; padding: 0 0 15px; border-bottom: 1px solid var(--border); color: #181b16; font: 800 12px/1.2 "Inter",sans-serif; letter-spacing: .035em; text-transform: uppercase; }
.mega-column h3::before { content: none; display: none; }
.mega-column ul { margin: 0; padding: 0; list-style: none; }
.mega-column li + li { margin-top: 4px; }
.mega-column a { position: relative; display: block; padding: 7px 0; color: #686e63; font: 650 14px/1.35 "Inter",sans-serif; letter-spacing: -.018em; text-decoration: none; transition: color .18s ease,padding-left .18s ease; }
.mega-column a::before { content: ""; position: absolute; top: 50%; left: 0; width: 0; height: 2px; background: var(--brand-lime-hover); transform: translateY(-50%); transition: width .18s ease; }
.mega-column a:hover,.mega-column a:focus-visible { padding-left: 18px; color: var(--charcoal); }
.mega-column a:hover::before,.mega-column a:focus-visible::before { width: 10px; }
@media (max-width: 1399.98px) {
  .home-page .navbar-nav { gap: clamp(9px,1.2vw,20px); }
  .home-page .site-header .nav-link { font-size: 14px; }
}
@media (max-width: 1199.98px) {
  .home-page .mega-nav { position: relative; display: block; }
  .home-page .mega-nav::before { display: none !important; }
  .mega-border-runner { display: none; }
  .home-page .mega-nav-toggle { width: 100%; justify-content: space-between; }
  .home-page .mega-panel { position: static; width: 100%; max-height: 0; padding: 0; border: 0; border-radius: 8px; box-shadow: none; opacity: 1; visibility: visible; filter: none; clip-path: none; transform: none; pointer-events: none; transition: max-height .35s ease,margin .25s ease; backdrop-filter: none; }
  .home-page .mega-nav:hover .mega-panel,.home-page .mega-nav:focus-within .mega-panel { max-height: 0; transform: none; pointer-events: none; }
  .home-page .mega-nav.is-open .mega-panel { max-height: 1100px; margin: 8px 0 14px; pointer-events: auto; }
  .mega-panel-grid { grid-template-columns: 1fr 1fr; }
  .mega-column { padding: 22px; border-top: 1px solid var(--border); border-left: 0; }
}
@media (max-width: 575.98px) {
  .mega-panel-grid { grid-template-columns: 1fr; }
  .mega-column { padding: 20px 18px; }
}
.about-expertise{padding:clamp(80px,9vw,150px) 0;background:var(--surface)}.about-expertise-grid{display:grid;grid-template-columns:minmax(330px,.7fr) minmax(0,1.3fr);gap:clamp(60px,8vw,140px);align-items:center}.about-expertise-intro>p:not(.about-label){margin:25px 0 34px;color:var(--text-secondary);font:500 16px/1.75 "Space Grotesk",sans-serif}.about-expertise-cards{border-top:1px solid var(--border)}.about-expertise-cards article{display:grid;grid-template-columns:95px 1fr;gap:28px;padding:42px 12px;border-bottom:1px solid var(--border)}.about-expertise-cards article>i{color:var(--brand-lime-hover);font-size:43px}.about-expertise-cards small{color:#899077;text-transform:uppercase;letter-spacing:.1em;font:700 10px/1 "Inter",sans-serif}.about-expertise-cards h3{max-width:650px;margin:13px 0;font-size:clamp(25px,2.2vw,36px);line-height:1.1}.about-expertise-cards p{margin:0;color:var(--text-secondary);font-size:14px}.about-cta{padding:0 0 clamp(80px,8vw,130px);background:var(--surface)}.about-cta-card{min-height:320px;padding:clamp(42px,5vw,82px);display:flex;align-items:center;justify-content:space-between;gap:50px;overflow:hidden;position:relative;border-radius:8px 8px 60px 8px;background:#1b1e18}.about-cta-card:after{content:"";position:absolute;width:340px;height:340px;right:16%;bottom:-250px;border:70px solid rgba(193,237,0,.08);border-radius:50%}.about-cta h2{max-width:850px;color:#fff;font-size:clamp(36px,3.5vw,58px)}.about-cta .hero-btn{position:relative;z-index:2;flex:0 0 auto}
@media(max-width:1199.98px){.about-shell{width:calc(100% - 64px)}.inner-hero-mark{right:32px}.about-story-grid{grid-template-columns:1fr 1fr;gap:55px}.about-story-visual{min-height:570px}}@media(max-width:991.98px){.inner-hero-mark{display:none}.about-story-grid,.about-expertise-grid{grid-template-columns:1fr}.about-story-visual{min-height:0;aspect-ratio:4/3}.about-section-head{grid-template-columns:1fr;gap:24px}.about-principle-grid{grid-template-columns:1fr}.about-principle-grid article{min-height:290px;border-right:1px solid rgba(255,255,255,.13);border-bottom:1px solid rgba(255,255,255,.13)}.about-principle-grid i{margin-top:42px}.about-cta-card{align-items:flex-start;flex-direction:column}}@media(max-width:767.98px){.about-shell{width:calc(100% - 36px)}.inner-hero,.inner-hero-container{min-height:470px}.inner-hero-container{padding:30px 20px 48px}.inner-hero h1{font-size:45px}.inner-hero-copy>p:last-child{font-size:15px}.about-story-visual{aspect-ratio:.88;border-radius:3px 3px 45px 3px}.about-story-copy h2,.about-section-head h2,.about-expertise h2{font-size:38px}.about-principle-grid article{padding:32px 26px}.about-expertise-cards article{grid-template-columns:54px 1fr;gap:16px;padding:34px 0}.about-expertise-cards article>i{font-size:34px}.about-cta-card{min-height:0;padding:42px 28px;border-radius:6px 6px 38px 6px}.about-cta .hero-btn{width:100%}}

@media (max-width: 991.98px) {
  .hero { min-height: auto; padding-top: 3.5rem; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: clamp(3rem, 11vw, 5rem); }
  .hero-visual { aspect-ratio: 16/10; min-height: 0; max-height: none; }
  .hero-scroll { display: none; }
  .trust-line { padding: 1.5rem 0; align-items: flex-start; flex-direction: column; gap: 1rem; }
  .trust-items { justify-content: flex-start; }
  .expertise-grid { grid-template-columns: 1fr; }
}
@media (max-width: 575.98px) {
  .hero { padding-top: 2.4rem; }
  .hero h1 { font-size: clamp(2.8rem, 14vw, 4rem); }
  .hero-actions .btn { width: 100%; }
  .hero-proof { justify-content: space-between; gap: .75rem; }
  .hero-proof strong { font-size: 1.1rem; }
  .hero-proof span { font-size: .66rem; }
  .hero-visual { aspect-ratio: .9; border-radius: 2px 2px 48px 2px; }
  .hero-rating { right: .8rem; bottom: .8rem; }
  .hero-visual-note { left: .8rem; top: .8rem; }
  .expertise-card { min-height: 580px; padding: 2rem 1.5rem; }
  .circle-link { right: 1.5rem; bottom: 1.5rem; }
}

/* --- Ana sayfa: premium header + above the fold ------------------------- */
:root {
  --brand-lime: #C1ED00;
  --brand-lime-hover: #AEDA00;
  --soft-lime: #EBF6B9;
  --background: #F6F8EF;
  --surface: #FBFCF8;
  --charcoal: #121410;
  --dark-surface: #1B1E18;
  --secondary-dark: #272B23;
  --text-primary: #171914;
  --text-secondary: #686D62;
  --border: #DDE1D5;
}

.home-page { font-family: "Space Grotesk", sans-serif; background: var(--background); color: var(--text-primary); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
.home-page .site-header { position: relative; height: 94px; background-color: var(--surface); background-image: radial-gradient(circle at 82% 50%,rgba(193,237,0,.11) 0,rgba(193,237,0,.045) 22%,transparent 48%),linear-gradient(105deg,#fbfcf8 0%,#f9fbf2 58%,#f5f9e7 100%); border-color: var(--border); box-shadow: 0 1px 6px rgba(18,20,16,.025); backdrop-filter: none; }
.home-page .site-header .navbar { height: 100%; padding: 0; }
.header-container { max-width: 1720px; height: 100%; margin: auto; padding-inline: clamp(32px,4vw,72px); }
.home-page .brand-mark { position: relative; gap: 0; font: 700 38px/1 "Space Grotesk", sans-serif; letter-spacing: -.065em; color: var(--charcoal); }
.home-page .brand-mark img { display: block; width: 170px; height: auto; }
.home-page .brand-mark .brand-rest, .home-page .brand-mark .brand-iz { color: var(--charcoal); font-weight: 700; }
.home-page .brand-mark .brand-iz::after { display: none; }
.brand-dot { position: absolute; width: 7px; height: 7px; left: 3px; top: -1px; border-radius: 50%; background: var(--brand-lime); }
.home-page .navbar-collapse { height: 100%; }
.home-page .navbar-nav { height: 100%; gap: clamp(16px,1.9vw,34px); }
.home-page .site-header .nav-link { position: relative; display: flex; align-items: center; height: 100%; padding: 0 3px !important; font-family: "Inter", sans-serif; font-size: 16px; font-weight: 650; line-height: 1; letter-spacing: -.018em; white-space: nowrap; color: #080a07; text-rendering: geometricPrecision; transition: color .2s ease; }
.home-page .site-header .nav-link:hover, .home-page .site-header .nav-link:focus-visible { color: #000; }
.home-page .site-header .nav-link.active { color: #000; font-weight: 700; }
.home-page .site-header .nav-link::after { content: ""; position: absolute; left: 50%; bottom: 17px; width: 0; height: 2px; background: var(--brand-lime); transform: translateX(-50%); transition: width .2s ease; }
.home-page .site-header .nav-link:hover::after { width: 22px; }
.home-page .site-header .nav-link.active::after { width: 30px; }
.home-page .eyebrow::before,
.home-page .why-iz-kicker::before,
.home-page .service-directory-intro > p::before,
.home-page .service-directory-intro > p::after,
.home-page .hero-eyebrow::before,
.home-page .service-kicker::before,
.home-page .home-contact-eyebrow > span { display: none; }
.home-page .why-iz-kicker,
.home-page .hero-eyebrow,
.home-page .service-kicker,
.home-page .home-contact-eyebrow { gap: 0; }
.nav-chevron { margin-left: 9px; color: #171a14; font-size: 10px; -webkit-text-stroke: .25px currentColor; }
.header-quote { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 13px; min-height: 56px; padding: 15px 24px; border: 1px solid var(--brand-lime); border-radius: 8px; background: var(--brand-lime); color: var(--charcoal); box-shadow: 0 8px 20px rgba(18,20,16,.08); font-family: "Space Grotesk", sans-serif; font-size: 15px; font-weight: 700; letter-spacing: -.025em; }
.header-quote:hover { background: var(--brand-lime-hover); border-color: var(--brand-lime-hover); color: var(--charcoal); }

.home-page .home-hero { display: block; min-height: calc(100svh - 176px); padding: 0; background: var(--background); color: var(--text-primary); overflow: hidden; }
.home-page .home-hero::before, .home-page .home-hero::after { display: none; }
.hero-layout { display: grid; grid-template-columns: minmax(610px,48%) minmax(360px,28%) minmax(320px,24%); min-height: calc(100svh - 176px); }
.home-page .hero-copy { z-index: 3; display: flex; flex-direction: column; justify-content: center; padding: clamp(54px,6vh,78px) clamp(42px,4.2vw,78px) 44px clamp(44px,5vw,94px); background-color: var(--background); background-image: radial-gradient(circle, rgba(23,25,20,.08) .7px, transparent .8px); background-size: 15px 15px; background-position: 0 0; }
.home-page .hero-copy::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(100deg, transparent 0 12%, var(--background) 45%); }
.hero-eyebrow, .service-kicker { display: flex; align-items: center; gap: 14px; margin: 0 0 clamp(28px,4vh,46px); text-transform: uppercase; letter-spacing: .08em; font-size: 13px; font-weight: 700; }
.hero-eyebrow::before, .service-kicker::before { content: ""; width: 18px; height: 2px; flex: 0 0 auto; background: var(--brand-lime); }
.home-page .hero h1 { margin: 0; max-width: 720px; color: var(--text-primary); font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: clamp(66px,5.15vw,92px); line-height: .93; letter-spacing: -.055em; }
.home-page .hero h1 span { color: var(--brand-lime-hover); }
.home-page .hero .lead { max-width: 560px; margin: clamp(24px,3.5vh,34px) 0 0; color: var(--text-secondary); font: 500 18px/1.68 "Space Grotesk", sans-serif; letter-spacing: -.018em; }
.home-page .hero-actions { display: flex; flex-wrap: wrap; gap: 18px; margin-top: clamp(28px,4vh,40px); }
.hero-btn { min-height: 56px; display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; padding: 15px 25px; border-radius: 8px; font-family: "Space Grotesk", sans-serif; font-size: 15px; font-weight: 700; letter-spacing: -.025em; }
.hero-btn i, .hero-service-copy a i { color: var(--brand-lime-hover); transition: transform .2s ease; }
.hero-btn-primary { background: var(--brand-lime); border-color: var(--brand-lime); color: var(--charcoal); }
.hero-btn-primary:hover { background: var(--brand-lime-hover); border-color: var(--brand-lime-hover); color: var(--charcoal); }
.hero-btn-primary i { color: var(--charcoal); }
.hero-btn-secondary { background: transparent; border-color: var(--border); color: var(--text-primary); }
.hero-btn-secondary:hover { background: var(--surface); border-color: var(--text-primary); color: var(--text-primary); }
.hero-btn:hover i, .hero-service-copy a:hover i { transform: translateX(3px); }
.hero-benefits { position: relative; display: grid; grid-template-columns: repeat(4,1fr); width: 100%; max-width: 730px; margin-top: clamp(38px,6vh,66px); padding: 26px 18px; overflow: hidden; border: 1px solid rgba(255,255,255,.06); border-radius: 12px; background: linear-gradient(135deg,#1b1e18 0%,#11130f 100%); box-shadow: 0 18px 45px rgba(18,20,16,.13); }
.hero-benefits::before { content: ""; position: absolute; top: 0; right: 0; left: 0; height: 2px; background: linear-gradient(90deg,var(--brand-lime),rgba(193,237,0,.08) 68%,transparent); }
.hero-benefit { min-width: 0; padding: 2px 20px; border-left: 1px solid rgba(255,255,255,.1); display: grid; grid-template-columns: 1fr; align-content: start; transition: transform .25s ease; }
.hero-benefit:first-child { border-left: 0; }
.hero-benefit:hover { transform: translateY(-3px); }
.hero-benefit > i { margin-bottom: 17px; color: var(--brand-lime); font-size: 31px; line-height: 1; }
.hero-benefit:nth-child(even) > i { color: var(--brand-lime); }
.hero-benefit strong { margin-bottom: 8px; color: #fff; font-family: "Space Grotesk", sans-serif; font-size: 13.5px; font-weight: 700; letter-spacing: -.015em; line-height: 1.25; white-space: nowrap; }
.hero-benefit span { max-width: 135px; color: #aeb4aa; font-family: "Space Grotesk", sans-serif; font-size: 11.5px; font-weight: 500; line-height: 1.5; letter-spacing: -.005em; }

.hero-service { position: relative; min-width: 0; overflow: hidden; isolation: isolate; background: var(--surface); }
.hero-service-slide { position: absolute; inset: 0; z-index: 0; overflow: hidden; visibility: hidden; background: var(--surface); backface-visibility: hidden; contain: paint; }
.hero-service-slide.is-active { visibility: visible; }
.hero-service-slide.is-sliding { z-index: 2; visibility: visible; pointer-events: none; }
.hero-service-slide:not(.hero-welcome-slide)::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg,rgba(251,252,248,.98) 0%,rgba(251,252,248,.92) 29%,rgba(251,252,248,.2) 58%,transparent 77%); pointer-events: none; }
.hero-service .hero-service-image { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; opacity: 1; backface-visibility: hidden; }
.hero-service-copy { position: absolute; inset: 0 auto auto 0; z-index: 2; width: 100%; max-width: 430px; padding: clamp(70px,9vh,104px) clamp(30px,3vw,58px); }
.hero-welcome-slide { background-color: #f5f8e8; background-image: radial-gradient(circle at 50% 42%,rgba(193,237,0,.2),transparent 42%),radial-gradient(circle,rgba(18,20,16,.07) .7px,transparent .8px); background-size: auto,16px 16px; }
.hero-welcome-slide .hero-service-copy { top: 50%; left: 50%; max-width: 390px; padding: 32px; text-align: center; transform: translate(-50%,-50%); }
.hero-welcome-slide .service-kicker { justify-content: center; color: #667521; }
.hero-welcome-slide h2 { font-size: clamp(29px,2.15vw,38px); }
.hero-welcome-slide .hero-service-copy > p:not(.service-kicker) { margin-inline: auto; }
.hero-service-copy .service-kicker { margin-bottom: 22px; color: #69705f; text-transform: uppercase; letter-spacing: .12em; font-family: "Space Grotesk", sans-serif; font-size: 12px; font-weight: 700; line-height: 1.2; }
.hero-service-copy .service-kicker::before { width: 24px; height: 2px; }
.hero-service-copy h2 { max-width: 360px; margin: 0 0 20px; color: var(--text-primary); font: 700 clamp(27px,2vw,35px)/1.08 "Space Grotesk", sans-serif; letter-spacing: -.045em; text-wrap: balance; }
.hero-service-copy > p:not(.service-kicker) { max-width: 350px; margin: 0; color: #555b50; font-family: "Space Grotesk", sans-serif; font-size: 14px; font-weight: 500; line-height: 1.72; letter-spacing: -.012em; }
.hero-service-link { position: absolute; inset: 0; z-index: 4; overflow: hidden; text-decoration: none; cursor: pointer; }
.hero-service-link::before { content: ""; position: absolute; inset: 0; background: rgba(193,237,0,.24); opacity: 0; transition: opacity .45s ease; }
.hero-service-link:hover::before, .hero-service-link:focus-visible::before { opacity: 1; }
.hero-service-link:focus-visible { outline: 3px solid var(--brand-lime); outline-offset: -5px; }
@media (hover: none) {
  .hero-service-link:active::before { opacity: 1; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-service img, .hero-service-copy, .hero-service-link::before { transition: none; }
}
.hero-service-it, .hero-service-marketing { width: auto; margin-left: 0; clip-path: none; }
.hero-service-it { border-left: 1px solid var(--border); }
.hero-service-marketing { border-left: 1px solid var(--surface); }
.hero-service-marketing .hero-service-copy { padding-left: clamp(55px,5vw,92px); }
.hero-service-marketing .hero-welcome-slide .hero-service-copy { padding: 32px; }

@media (max-width: 1399.98px) {
  .hero-layout { grid-template-columns: minmax(520px,46%) 29% 25%; }
  .home-page .hero-copy { padding-left: clamp(38px,4.2vw,62px); padding-right: 36px; }
  .home-page .hero h1 { font-size: clamp(57px,5.1vw,76px); }
  .home-page .hero .lead { font-size: 16px; }
  .hero-benefit { padding-inline: 12px; }
  .hero-benefit strong { font-size: 13px; }
  .hero-service-copy { padding-inline: 34px; }
  .hero-service-marketing .hero-service-copy { padding-left: 65px; }
}

@media (max-width: 1199.98px) {
  .home-page .site-header { height: 82px; }
  .home-page .navbar-collapse { height: auto; background: var(--surface); margin: 0 -32px; padding: 18px 32px 26px; border-bottom: 1px solid var(--border); }
  .home-page .navbar-nav { height: auto; align-items: stretch !important; }
  .home-page .site-header .nav-link { height: auto; padding: 10px 0 !important; }
  .home-page .site-header .nav-link::after { display: none; }
  .header-quote { margin-top: 12px; }
  .hero-layout { grid-template-columns: 1fr 1fr; min-height: auto; }
  .home-page .hero-copy { grid-column: 1/-1; min-height: 670px; padding: 72px clamp(40px,7vw,88px) 60px; }
  .home-page .hero h1 { font-size: 64px; }
  .hero-service { min-height: 680px; }
  .hero-service-it, .hero-service-marketing { width: auto; margin-left: 0; clip-path: none; border: 0; }
  .hero-service + .hero-service { border-left: 6px solid var(--surface); }
  .hero-service-marketing .hero-service-copy { padding-left: clamp(34px,5vw,64px); }
}

@media (max-width: 767.98px) {
  .header-container { padding-inline: 20px; }
  .home-page .brand-mark { font-size: 31px; }
  .home-page .brand-mark img { width: 150px; }
  .home-page .navbar-collapse { margin-inline: -20px; padding-inline: 20px; }
  .hero-layout { display: block; }
  .home-page .hero-copy { min-height: auto; padding: 54px 22px 45px; }
  .hero-eyebrow { margin-bottom: 28px; font-size: 11px; }
  .home-page .hero h1 { font-size: 42px; line-height: 1; }
  .home-page .hero .lead { margin-top: 24px; font-size: 16px; line-height: 1.7; }
  .home-page .hero-actions { display: grid; gap: 12px; }
  .hero-btn { width: 100%; }
  .hero-benefits { grid-template-columns: 1fr 1fr; gap: 0; margin-top: 42px; padding: 12px; }
  .hero-benefit { padding: 20px 16px; border-top: 1px solid rgba(255,255,255,.1); }
  .hero-benefit:nth-child(odd) { padding-left: 0; border-left: 0; }
  .hero-benefit:nth-child(-n+2) { border-top: 0; }
  .hero-service { min-height: 620px; border-left: 0 !important; border-top: 6px solid var(--surface) !important; }
  .hero-service-copy, .hero-service-marketing .hero-service-copy { padding: 58px 30px; }
  .hero-service-copy .service-kicker { font-size: 11px; }
  .hero-service-copy h2 { font-size: clamp(28px,8vw,34px); }
}

/* Iletisim: tam genislik konum haritasi */
.home-page.contact-page .contact-main { padding-bottom: clamp(75px,8vw,120px); }
.home-page.contact-page .contact-map {
  width: 100%;
  height: clamp(420px,48vw,650px);
  overflow: hidden;
  border-top: 1px solid var(--border);
  background: #e9ece4;
}
.home-page.contact-page .contact-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(1) contrast(.92) opacity(.88);
  transition: filter .35s ease;
}
.home-page.contact-page .contact-map:hover iframe { filter: grayscale(.15) contrast(.96) opacity(1); }
@media (max-width: 767.98px) {
  .home-page.contact-page .contact-map { height: 420px; }
  .home-page.contact-page .contact-map iframe { filter: grayscale(.45) contrast(.94); }
}

/* Iletisim: tek parca, yukseltilmis iletisim grubu */
.home-page.contact-page .contact-main {
  padding: clamp(76px,8vw,128px) 0 clamp(90px,9vw,138px);
  background:
    radial-gradient(circle at 13% 15%,rgba(193,237,0,.09),transparent 23%),
    #f4f6ef;
}
.home-page.contact-page .contact-panel {
  grid-template-columns: minmax(360px,.8fr) minmax(520px,1.2fr);
  overflow: hidden;
  border: 1px solid rgba(18,20,16,.08);
  border-radius: 22px;
  background: #171a15;
  box-shadow:
    0 2px 0 rgba(255,255,255,.7) inset,
    0 26px 55px rgba(18,20,16,.12),
    0 70px 130px rgba(18,20,16,.11);
  transform: translateY(-2px);
}
.home-page.contact-page .contact-details {
  min-height: 720px;
  padding: clamp(52px,5vw,80px);
  border: 0;
  background:
    radial-gradient(circle at 5% 7%,rgba(193,237,0,.12),transparent 28%),
    linear-gradient(145deg,#20241d 0%,#151713 78%);
  color: #fff;
}
.home-page.contact-page .contact-details .about-label { color: var(--brand-lime); }
.home-page.contact-page .contact-details-copy h2 {
  color: #fff;
  font-size: clamp(36px,3vw,48px);
}
.home-page.contact-page .contact-details-copy > p:last-child {
  color: rgba(255,255,255,.58);
}
.home-page.contact-page .contact-links { margin-top: clamp(60px,7vw,94px); }
.home-page.contact-page .contact-links > a,
.home-page.contact-page .contact-links > div {
  padding: 27px 0;
  border-color: rgba(255,255,255,.14);
  color: #fff;
}
.home-page.contact-page .contact-links > a:hover {
  color: var(--brand-lime);
}
.home-page.contact-page .contact-links small { color: rgba(255,255,255,.4); }
.home-page.contact-page .contact-form-area {
  padding: clamp(52px,5vw,82px);
  background: linear-gradient(145deg,#fff 0%,#f9faF5 100%);
}
.home-page.contact-page .contact-form-area .form-control,
.home-page.contact-page .contact-form-area .form-select {
  background-color: transparent;
}
.home-page.contact-page .contact-form-area .lead-form-card .btn {
  background: var(--charcoal);
  border-radius: 7px;
  box-shadow: 0 12px 24px rgba(18,20,16,.14);
}
.home-page.contact-page .contact-map {
  border-top: 0;
}
@media (max-width: 991.98px) {
  .home-page.contact-page .contact-panel {
    width: calc(100% - 36px);
    grid-template-columns: 1fr;
    border-radius: 18px;
  }
  .home-page.contact-page .contact-details { min-height: 580px; }
}
@media (max-width: 575.98px) {
  .home-page.contact-page .contact-panel {
    width: calc(100% - 20px);
    border-radius: 14px;
  }
  .home-page.contact-page .contact-details { min-height: 530px; }
}

/* Iletisim: sakin, basic premium son duzen */
.home-page.contact-page .contact-main {
  padding: clamp(68px,7vw,108px) 0 clamp(78px,8vw,120px);
  background: #f5f6f1;
}
.home-page.contact-page .contact-panel {
  grid-template-columns: minmax(300px,.68fr) minmax(500px,1.32fr);
  border: 1px solid #e0e3da;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 22px 55px rgba(18,20,16,.075);
  transform: none;
}
.home-page.contact-page .contact-details {
  min-height: 630px;
  padding: clamp(42px,4vw,64px);
  border-right: 1px solid #e3e6dd;
  background: #fafbf7;
  color: var(--text-primary);
}
.home-page.contact-page .contact-details .about-label { color: #7c901e; }
.home-page.contact-page .contact-details-copy h2 {
  color: var(--text-primary);
  font-size: clamp(29px,2.25vw,38px);
  line-height: 1.08;
  letter-spacing: -.035em;
}
.home-page.contact-page .contact-details-copy > p:last-child {
  max-width: 310px;
  margin-top: 18px;
  color: #70776d;
  font-size: 13px;
  line-height: 1.7;
}
.home-page.contact-page .contact-links { margin-top: 52px; }
.home-page.contact-page .contact-links > a,
.home-page.contact-page .contact-links > div {
  padding: 22px 0;
  border-color: #dfe3da;
  color: var(--text-primary);
}
.home-page.contact-page .contact-links > a:hover { color: #718600; }
.home-page.contact-page .contact-links span { font-size: 13px; font-weight: 600; }
.home-page.contact-page .contact-links small {
  margin-bottom: 8px;
  color: #8a9086;
  font-size: 9px;
}
.home-page.contact-page .contact-form-area {
  padding: clamp(42px,4.5vw,68px);
  background: #fff;
}
.home-page.contact-page .contact-form-head { margin-bottom: 34px; }
.home-page.contact-page .contact-form-head h2 {
  font-size: clamp(31px,2.5vw,42px);
  letter-spacing: -.04em;
}
.home-page.contact-page .contact-form-head > p:last-child {
  max-width: 500px;
  margin-top: 15px;
  font-size: 13px;
}
.home-page.contact-page .contact-form-area .lead-form-card .row {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 17px;
}
.home-page.contact-page .contact-form-area .form-label {
  margin-bottom: 7px;
  color: #747b71;
  font-size: 9px;
  letter-spacing: .07em;
}
.home-page.contact-page .contact-form-area .form-control,
.home-page.contact-page .contact-form-area .form-select {
  min-height: 49px;
  border-bottom-color: #d5d9d1;
  color: var(--text-primary);
  font-size: 13px;
}
.home-page.contact-page .contact-form-area textarea.form-control { min-height: 92px; }
.home-page.contact-page .contact-form-area .lead-form-card .btn {
  min-width: 150px;
  min-height: 50px;
  border-radius: 5px;
  background: var(--charcoal);
  box-shadow: none;
  font-size: 12px;
}
.home-page.contact-page .contact-form-area .lead-form-card > p {
  margin-top: 12px !important;
  text-align: left;
}
@media (max-width: 991.98px) {
  .home-page.contact-page .contact-panel { grid-template-columns: 1fr; }
  .home-page.contact-page .contact-details {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid #e3e6dd;
  }
}
@media (max-width: 575.98px) {
  .home-page.contact-page .contact-panel { border-radius: 10px; }
  .home-page.contact-page .contact-details,
  .home-page.contact-page .contact-form-area { padding: 36px 23px; }
  .home-page.contact-page .contact-links { margin-top: 38px; }
}

/* Iletisim: Hakkimizda hero uyumu ve rafine form yuzeyi */
.home-page.contact-page .contact-hero {
  min-height: 650px;
  padding-top: 94px;
  border-top: 1px solid var(--border);
  border-bottom: 0;
  background: #f7f8f5;
}
.home-page.contact-page .contact-hero::before {
  display: block;
  width: 350px;
  height: 350px;
  left: 50%;
  right: auto;
  top: 120px;
  border: 2px dashed rgba(174,218,0,.55);
  border-radius: 50%;
  background: radial-gradient(circle,rgba(193,237,0,.24),rgba(193,237,0,.06) 40%,transparent 69%);
  box-shadow: none;
  transform: translateX(-50%);
}
.home-page.contact-page .contact-hero::after {
  content: "İZ";
  display: block;
  right: clamp(20px,7vw,120px);
  bottom: -75px;
  color: transparent;
  font: 700 clamp(180px,22vw,390px)/1 "Space Grotesk",sans-serif;
  letter-spacing: -.11em;
  -webkit-text-stroke: 1px rgba(18,20,16,.045);
}
.home-page.contact-page .contact-hero-inner {
  min-height: 556px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 70px;
}
.home-page.contact-page .contact-hero-copy {
  max-width: 920px;
  margin-inline: auto;
  text-align: center;
}
.home-page.contact-page .contact-hero-copy h1 {
  font-size: clamp(52px,5vw,78px);
  line-height: 1.02;
  letter-spacing: -.055em;
}
.home-page.contact-page .contact-hero-copy h1 span { color: #7e921f; }
.home-page.contact-page .contact-hero-copy > p:last-child {
  max-width: 700px;
  margin: 28px auto 0;
  color: #657086;
  font-size: 16px;
  line-height: 1.72;
}
.home-page.contact-page .contact-main {
  padding: clamp(72px,8vw,118px) 0 clamp(82px,8vw,128px);
  background: var(--background);
}
.home-page.contact-page .contact-panel {
  width: min(76%,1460px);
  grid-template-columns: minmax(290px,.62fr) minmax(500px,1.38fr);
  border: 1px solid rgba(18,20,16,.075);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(18,20,16,.055),0 45px 90px rgba(18,20,16,.045);
}
.home-page.contact-page .contact-details {
  min-height: 590px;
  padding: clamp(40px,3.8vw,58px);
  background: #f8f9f5;
}
.home-page.contact-page .contact-details-copy h2 { font-size: clamp(27px,2vw,34px); }
.home-page.contact-page .contact-details-copy > p:last-child {
  max-width: 290px;
  font-size: 12.5px;
}
.home-page.contact-page .contact-links { margin-top: 43px; }
.home-page.contact-page .contact-links > a,
.home-page.contact-page .contact-links > div { padding: 19px 0; }
.home-page.contact-page .contact-form-area { padding: clamp(40px,4vw,60px); }
.home-page.contact-page .contact-form-head { margin-bottom: 29px; }
.home-page.contact-page .contact-form-head h2 { font-size: clamp(29px,2.4vw,39px); }
.home-page.contact-page .contact-form-head > p:last-child { max-width: 470px; font-size: 12.5px; }
.home-page.contact-page .contact-form-area .lead-form-card .row {
  --bs-gutter-x: 26px;
  --bs-gutter-y: 14px;
}
.home-page.contact-page .contact-form-area .form-control,
.home-page.contact-page .contact-form-area .form-select { min-height: 46px; }
.home-page.contact-page .contact-form-area textarea.form-control { min-height: 84px; }
.home-page.contact-page .contact-form-area .lead-form-card .btn {
  min-height: 47px;
  min-width: 142px;
  margin-top: 20px !important;
}
@media (max-width: 1199.98px) {
  .home-page.contact-page .contact-panel { width: 88%; }
}
@media (max-width: 991.98px) {
  .home-page.contact-page .contact-panel { width: calc(100% - 36px); grid-template-columns: 1fr; }
  .home-page.contact-page .contact-details { min-height: 0; }
}
@media (max-width: 575.98px) {
  .home-page.contact-page .contact-hero { min-height: 560px; padding-top: 78px; }
  .home-page.contact-page .contact-hero::before { width: 270px; height: 270px; top: 130px; }
  .home-page.contact-page .contact-hero-inner { min-height: 482px; padding: 35px 18px 55px; }
  .home-page.contact-page .contact-hero-copy h1 { font-size: 48px; }
  .home-page.contact-page .contact-panel { width: calc(100% - 20px); }
}

/* Iletisim: ilk ekranda form grubunu gorunur tut */
.home-page.contact-page .contact-hero {
  min-height: 445px;
}
.home-page.contact-page .contact-hero::before {
  width: 245px;
  height: 245px;
  top: 112px;
}
.home-page.contact-page .contact-hero::after {
  bottom: -118px;
  font-size: clamp(140px,18vw,290px);
}
.home-page.contact-page .contact-hero-inner {
  min-height: 351px;
  padding-top: 24px;
  padding-bottom: 34px;
}
.home-page.contact-page .contact-hero-copy h1 {
  font-size: clamp(48px,4.4vw,68px);
}
.home-page.contact-page .contact-hero-copy > p:last-child {
  max-width: 650px;
  margin-top: 20px;
  font-size: 14px;
}
.home-page.contact-page .contact-main {
  padding-top: 46px;
}
@media (max-width: 575.98px) {
  .home-page.contact-page .contact-hero { min-height: 430px; }
  .home-page.contact-page .contact-hero::before { width: 220px; height: 220px; top: 120px; }
  .home-page.contact-page .contact-hero-inner { min-height: 352px; padding: 28px 18px 38px; }
  .home-page.contact-page .contact-hero-copy h1 { font-size: 44px; }
  .home-page.contact-page .contact-main { padding-top: 28px; }
}

/* Iletisim formu: referanstaki sik ve minimal oranlar */
.home-page.contact-page .contact-panel {
  width: min(90%,1500px);
  grid-template-columns: minmax(360px,.92fr) minmax(560px,1.08fr);
  border-color: rgba(18,20,16,.18);
  border-radius: 18px;
  background: #151812;
  box-shadow: 0 22px 54px rgba(18,20,16,.09);
}
.home-page.contact-page .contact-details {
  min-height: 555px;
  justify-content: center;
  padding: clamp(44px,4.5vw,72px);
  border: 0;
  background:
    radial-gradient(circle at 4% 4%,rgba(193,237,0,.12),transparent 28%),
    #151812;
  color: #fff;
}
.home-page.contact-page .contact-details .about-label { color: var(--brand-lime); }
.home-page.contact-page .contact-details-copy h2 {
  color: #fff;
  font-size: clamp(38px,3.4vw,57px);
  line-height: 1.02;
  letter-spacing: -.055em;
}
.home-page.contact-page .contact-details-copy > p:last-child {
  max-width: 390px;
  margin-top: 22px;
  color: rgba(255,255,255,.55);
  font-size: 12.5px;
  line-height: 1.7;
}
.home-page.contact-page .contact-links {
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 20px;
  margin: 48px 0 0;
}
.home-page.contact-page .contact-links > a,
.home-page.contact-page .contact-links > div {
  min-width: 0;
  padding: 17px 0 0;
  border-top: 1px solid rgba(255,255,255,.16);
  border-bottom: 0;
  color: #fff;
}
.home-page.contact-page .contact-links > :last-child { border-bottom: 0; }
.home-page.contact-page .contact-links > a:hover { color: var(--brand-lime); }
.home-page.contact-page .contact-links span {
  overflow-wrap: anywhere;
  font-size: 10.5px;
  line-height: 1.5;
}
.home-page.contact-page .contact-links small {
  color: rgba(255,255,255,.38);
  font-size: 8px;
}
.home-page.contact-page .contact-form-area {
  min-height: 555px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(38px,4vw,62px);
  background: #fbfcf8;
}
.home-page.contact-page .contact-form-head { margin-bottom: 25px; }
.home-page.contact-page .contact-form-head h2 {
  font-size: clamp(28px,2.2vw,36px);
  line-height: 1.08;
}
.home-page.contact-page .contact-form-head > p:last-child {
  margin-top: 9px;
  font-size: 11px;
  line-height: 1.55;
}
.home-page.contact-page .contact-form-area .lead-form-card .row {
  --bs-gutter-x: 17px;
  --bs-gutter-y: 11px;
}
.home-page.contact-page .contact-form-area .form-label {
  margin-bottom: 5px;
  font-size: 8px;
}
.home-page.contact-page .contact-form-area .form-control,
.home-page.contact-page .contact-form-area .form-select {
  min-height: 43px;
  padding: 9px 12px;
  border: 1px solid #d9ddd3;
  border-radius: 6px;
  background: #fff;
  font-size: 11px;
}
.home-page.contact-page .contact-form-area textarea.form-control {
  min-height: 76px;
  padding-top: 11px;
}
.home-page.contact-page .contact-form-area .lead-form-card .btn {
  width: 100%;
  min-height: 45px;
  margin-top: 14px !important;
  border-radius: 6px;
  background: var(--brand-lime);
  color: var(--charcoal);
  font-size: 11px;
}
.home-page.contact-page .contact-form-area .lead-form-card .btn:hover {
  background: var(--brand-lime-hover);
  color: var(--charcoal);
}
.home-page.contact-page .contact-form-area .lead-form-card > p {
  margin-top: 9px !important;
  text-align: center;
  font-size: 8px !important;
}
@media (max-width: 1199.98px) {
  .home-page.contact-page .contact-panel { width: calc(100% - 48px); }
  .home-page.contact-page .contact-links { grid-template-columns: 1fr; gap: 0; }
}
@media (max-width: 991.98px) {
  .home-page.contact-page .contact-panel { grid-template-columns: 1fr; }
  .home-page.contact-page .contact-details,
  .home-page.contact-page .contact-form-area { min-height: 0; }
}
@media (max-width: 575.98px) {
  .home-page.contact-page .contact-panel { width: calc(100% - 20px); border-radius: 12px; }
  .home-page.contact-page .contact-details,
  .home-page.contact-page .contact-form-area { padding: 36px 24px; }
  .home-page.contact-page .contact-details-copy h2 { font-size: 39px; }
  .home-page.contact-page .contact-links { margin-top: 35px; }
}

/* Iletisim: acik tonlu minimal premium kart */
.home-page.contact-page .contact-main {
  padding: 52px 0 110px;
  background: #f5f7f0;
}
.home-page.contact-page .contact-panel {
  width: min(78%,1320px);
  grid-template-columns: minmax(280px,.7fr) minmax(520px,1.3fr);
  overflow: hidden;
  border: 1px solid rgba(18,20,16,.1);
  border-radius: 16px;
  background: #fff;
  box-shadow:
    0 1px 0 rgba(255,255,255,.85) inset,
    0 20px 42px rgba(18,20,16,.07),
    0 55px 90px rgba(18,20,16,.055);
  transform: translateY(-4px);
}
.home-page.contact-page .contact-details {
  min-height: 520px;
  justify-content: flex-start;
  padding: 48px 46px;
  border-right: 1px solid #dde2d5;
  background: linear-gradient(145deg,#f1f5df 0%,#e9efda 100%);
  color: var(--text-primary);
  font-family: "Inter",sans-serif;
}
.home-page.contact-page .contact-details::before { display: none; }
.home-page.contact-page .contact-details .about-label {
  margin-bottom: 14px;
  color: #748800;
  font: 700 9px/1 "Inter",sans-serif;
  letter-spacing: .12em;
}
.home-page.contact-page .contact-details-copy h2 {
  color: var(--text-primary);
  font: 650 clamp(30px,2.4vw,39px)/1.05 "Inter",sans-serif;
  letter-spacing: -.045em;
}
.home-page.contact-page .contact-details-copy > p:last-child {
  max-width: 300px;
  margin-top: 17px;
  color: #687063;
  font: 450 11px/1.7 "Inter",sans-serif;
}
.home-page.contact-page .contact-links {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin: 36px 0 0;
}
.home-page.contact-page .contact-links > a,
.home-page.contact-page .contact-links > div {
  display: block;
  padding: 16px 0;
  border-top: 1px solid rgba(18,20,16,.13);
  border-bottom: 0;
  color: var(--text-primary);
}
.home-page.contact-page .contact-links > :last-child { border-bottom: 1px solid rgba(18,20,16,.13); }
.home-page.contact-page .contact-links > a:hover {
  padding-inline: 0;
  color: #6f8200;
  background: transparent;
}
.home-page.contact-page .contact-links span {
  color: inherit;
  font: 600 10.5px/1.5 "Inter",sans-serif;
}
.home-page.contact-page .contact-links small {
  margin-bottom: 6px;
  color: #7d8477;
  font: 650 7.5px/1 "Inter",sans-serif;
  letter-spacing: .11em;
}
.home-page.contact-page .contact-form-area {
  min-height: 520px;
  padding: 46px 52px;
  background: #fff;
  font-family: "Inter",sans-serif;
}
.home-page.contact-page .contact-form-head { margin-bottom: 24px; }
.home-page.contact-page .contact-form-head h2 {
  font: 650 clamp(27px,2vw,34px)/1.08 "Inter",sans-serif;
  letter-spacing: -.04em;
}
.home-page.contact-page .contact-form-head > p:last-child {
  margin-top: 8px;
  color: #747b71;
  font: 450 10px/1.55 "Inter",sans-serif;
}
.home-page.contact-page .contact-form-area .lead-form-card .row {
  --bs-gutter-x: 16px;
  --bs-gutter-y: 10px;
}
.home-page.contact-page .contact-form-area .form-label {
  margin-bottom: 5px;
  color: #6f766b;
  font: 650 7.5px/1 "Inter",sans-serif;
  letter-spacing: .08em;
}
.home-page.contact-page .contact-form-area .form-control,
.home-page.contact-page .contact-form-area .form-select {
  min-height: 40px;
  padding: 8px 11px;
  border: 1px solid #d9ddd4;
  border-radius: 5px;
  background: #fdfefb;
  font: 500 10px/1.4 "Inter",sans-serif;
}
.home-page.contact-page .contact-form-area textarea.form-control {
  min-height: 70px;
  padding-top: 10px;
}
.home-page.contact-page .contact-form-area .lead-form-card .btn {
  min-height: 42px;
  margin-top: 13px !important;
  border-radius: 5px;
  box-shadow: 0 8px 17px rgba(105,126,0,.12);
  font: 700 10px/1 "Inter",sans-serif;
}
.home-page.contact-page .contact-form-area .lead-form-card > p {
  margin-top: 8px !important;
  color: #8a9086 !important;
  font: 450 7.5px/1.45 "Inter",sans-serif !important;
}
@media (max-width: 1199.98px) {
  .home-page.contact-page .contact-panel { width: calc(100% - 48px); }
}
@media (max-width: 991.98px) {
  .home-page.contact-page .contact-panel { grid-template-columns: 1fr; }
  .home-page.contact-page .contact-details,
  .home-page.contact-page .contact-form-area { min-height: 0; }
  .home-page.contact-page .contact-details { border-right: 0; border-bottom: 1px solid #dde2d5; }
}
@media (max-width: 575.98px) {
  .home-page.contact-page .contact-main { padding: 30px 0 70px; }
  .home-page.contact-page .contact-panel { width: calc(100% - 20px); border-radius: 11px; }
  .home-page.contact-page .contact-details,
  .home-page.contact-page .contact-form-area { padding: 34px 23px; }
  .home-page.contact-page .contact-details-copy h2 { font-size: 33px; }
  .home-page.contact-page .contact-links { margin-top: 28px; }
}

/* Iletisim: form olculerini sol blokla dengele */
.home-page.contact-page .contact-form-head,
.home-page.contact-page .contact-form-area .lead-form-card {
  width: min(100%,560px);
  margin-right: auto;
  margin-left: auto;
}
.home-page.contact-page .contact-form-head { margin-bottom: 21px; }
.home-page.contact-page .contact-form-head h2 { font-size: clamp(25px,1.8vw,31px); }
.home-page.contact-page .contact-form-area .lead-form-card .row {
  --bs-gutter-x: 14px;
  --bs-gutter-y: 9px;
}
.home-page.contact-page .contact-form-area .form-control,
.home-page.contact-page .contact-form-area .form-select {
  min-height: 36px;
  height: 36px;
  padding: 6px 9px;
  font-size: 9.5px;
}
.home-page.contact-page .contact-form-area textarea.form-control {
  min-height: 60px;
  height: 60px;
  padding-top: 8px;
}
.home-page.contact-page .contact-form-area .lead-form-card .btn {
  min-height: 38px;
  height: 38px;
  margin-top: 11px !important;
  font-size: 9px;
}
@media (max-width: 575.98px) {
  .home-page.contact-page .contact-form-head,
  .home-page.contact-page .contact-form-area .lead-form-card { width: 100%; }
}

/* Iletisim: iki tarafi esit olcege getir */
.home-page.contact-page .contact-panel {
  width: min(74%,1160px);
  grid-template-columns: repeat(2,minmax(0,1fr));
}
.home-page.contact-page .contact-details,
.home-page.contact-page .contact-form-area {
  min-height: 490px;
}
.home-page.contact-page .contact-details { padding: 42px 44px; }
.home-page.contact-page .contact-form-area { padding: 42px 44px; }
.home-page.contact-page .contact-form-head,
.home-page.contact-page .contact-form-area .lead-form-card {
  width: min(100%,420px);
}
.home-page.contact-page .contact-form-head { margin-bottom: 18px; }
.home-page.contact-page .contact-form-head h2 { font-size: 26px; }
.home-page.contact-page .contact-form-head > p:last-child { font-size: 9px; }
.home-page.contact-page .contact-form-area .lead-form-card .row {
  --bs-gutter-x: 11px;
  --bs-gutter-y: 8px;
}
.home-page.contact-page .contact-form-area .form-control,
.home-page.contact-page .contact-form-area .form-select {
  min-height: 33px;
  height: 33px;
  padding: 5px 8px;
  font-size: 9px;
}
.home-page.contact-page .contact-form-area textarea.form-control {
  min-height: 52px;
  height: 52px;
}
.home-page.contact-page .contact-form-area .lead-form-card .btn {
  min-height: 35px;
  height: 35px;
  margin-top: 9px !important;
}
@media (max-width: 1199.98px) {
  .home-page.contact-page .contact-panel { width: calc(100% - 48px); }
}
@media (max-width: 991.98px) {
  .home-page.contact-page .contact-panel { grid-template-columns: 1fr; }
  .home-page.contact-page .contact-details,
  .home-page.contact-page .contact-form-area { min-height: 0; }
}
@media (max-width: 575.98px) {
  .home-page.contact-page .contact-panel { width: calc(100% - 20px); }
  .home-page.contact-page .contact-details,
  .home-page.contact-page .contact-form-area { padding: 34px 23px; }
}

/* Iletisim: okunabilir Inter tipografi */
.home-page.contact-page .contact-details,
.home-page.contact-page .contact-form-area,
.home-page.contact-page .contact-details-copy h2,
.home-page.contact-page .contact-form-head h2,
.home-page.contact-page .contact-form-area input,
.home-page.contact-page .contact-form-area select,
.home-page.contact-page .contact-form-area textarea,
.home-page.contact-page .contact-form-area button {
  font-family: "Inter",sans-serif;
}
.home-page.contact-page .contact-details .about-label {
  font-size: 10px;
}
.home-page.contact-page .contact-details-copy > p:last-child {
  font-size: 13px;
  line-height: 1.65;
}
.home-page.contact-page .contact-links span {
  font-size: 13px;
  line-height: 1.45;
}
.home-page.contact-page .contact-links small {
  font-size: 9px;
}
.home-page.contact-page .contact-form-head h2 {
  font-size: 29px;
}
.home-page.contact-page .contact-form-head > p:last-child {
  font-size: 12px;
  line-height: 1.55;
}
.home-page.contact-page .contact-form-area .form-label {
  font-size: 10px;
  letter-spacing: .055em;
}
.home-page.contact-page .contact-form-area .form-control,
.home-page.contact-page .contact-form-area .form-select {
  min-height: 36px;
  height: 36px;
  font-size: 12px;
}
.home-page.contact-page .contact-form-area textarea.form-control {
  min-height: 58px;
  height: 58px;
}
.home-page.contact-page .contact-form-area .lead-form-card .btn {
  min-height: 38px;
  height: 38px;
  font-size: 12px;
}
.home-page.contact-page .contact-form-area .lead-form-card > p {
  font-size: 9px !important;
}

/* Blog arsivi: kurumsal editoryal kartlar */
.home-page.blog-page { background: var(--background); }
.blog-archive-hero {
  position: relative;
  overflow: hidden;
  padding: 94px 0 0;
  border-bottom: 1px solid var(--border);
  background:
    radial-gradient(circle at 78% 35%,rgba(193,237,0,.13),transparent 24%),
    #f6f8f2;
}
.blog-archive-hero::after {
  content: "BLOG";
  position: absolute;
  right: 6%;
  bottom: -50px;
  color: transparent;
  font: 700 clamp(120px,18vw,310px)/.8 "Inter",sans-serif;
  letter-spacing: -.08em;
  -webkit-text-stroke: 1px rgba(18,20,16,.045);
  pointer-events: none;
}
.blog-archive-hero-inner {
  position: relative;
  z-index: 1;
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 58px 0 64px;
}
.blog-archive-hero h1 {
  max-width: 900px;
  margin: 0;
  color: var(--text-primary);
  font: 700 clamp(48px,5vw,78px)/1 "Inter",sans-serif;
  letter-spacing: -.06em;
}
.blog-archive-hero h1 span { color: #7b901b; }
.blog-archive-hero-inner > p:last-child {
  max-width: 680px;
  margin: 25px 0 0;
  color: var(--text-secondary);
  font: 450 15px/1.75 "Inter",sans-serif;
}
.blog-archive { padding: clamp(75px,8vw,125px) 0 clamp(100px,10vw,160px); background: #fbfcf8; }
.blog-archive-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: clamp(38px,5vw,68px);
}
.blog-archive-head h2 {
  margin: 0;
  color: var(--text-primary);
  font: 650 clamp(35px,3.3vw,54px)/1.05 "Inter",sans-serif;
  letter-spacing: -.05em;
}
.blog-archive-head > p {
  margin: 0 0 6px;
  color: #7c8478;
  font: 550 11px/1 "Inter",sans-serif;
  letter-spacing: .03em;
}
.blog-archive-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 26px;
}
.blog-archive-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #e0e4db;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 14px 35px rgba(18,20,16,.045);
  transition: transform .28s ease,box-shadow .28s ease,border-color .28s ease;
}
.blog-archive-card.is-featured { grid-column: span 2; }
.blog-archive-card:hover {
  border-color: #d3d9ca;
  box-shadow: 0 22px 48px rgba(18,20,16,.09);
  transform: translateY(-5px);
}
.blog-archive-card > a { height: 100%; display: flex; flex-direction: column; color: var(--text-primary); text-decoration: none; }
.blog-archive-image { position: relative; aspect-ratio: 16/10; margin: 0; overflow: hidden; background: #e9ece4; }
.blog-archive-card.is-featured .blog-archive-image { aspect-ratio: 2/1; }
.blog-archive-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 66%,rgba(18,20,16,.12)); pointer-events: none; }
.blog-archive-image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .55s cubic-bezier(.16,1,.3,1); }
.blog-archive-card:hover .blog-archive-image img { transform: scale(1.035); }
.blog-archive-content { flex: 1; display: flex; flex-direction: column; padding: clamp(24px,2.3vw,35px); }
.blog-archive-meta { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 22px; }
.blog-archive-meta span { color: #748800; font: 700 9px/1 "Inter",sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.blog-archive-meta time { color: #8b9187; font: 550 9px/1 "Inter",sans-serif; }
.blog-archive-content h2 { margin: 0; color: var(--text-primary); font: 650 clamp(20px,1.65vw,28px)/1.18 "Inter",sans-serif; letter-spacing: -.035em; }
.blog-archive-card.is-featured .blog-archive-content h2 { max-width: 760px; font-size: clamp(27px,2.3vw,39px); }
.blog-archive-content > p { display: -webkit-box; margin: 17px 0 0; overflow: hidden; color: #747b71; font: 450 12px/1.7 "Inter",sans-serif; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.blog-archive-link { display: flex; align-items: center; gap: 10px; margin-top: auto; padding-top: 28px; color: var(--text-primary); font: 650 10px/1 "Inter",sans-serif; }
.blog-archive-link i { color: #819700; transition: transform .22s ease; }
.blog-archive-card:hover .blog-archive-link i { transform: translateX(4px); }
@media (max-width: 991.98px) {
  .blog-archive-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .blog-archive-card.is-featured { grid-column: span 2; }
}
@media (max-width: 767.98px) {
  .blog-archive-hero { padding-top: 78px; }
  .blog-archive-hero-inner { width: calc(100% - 36px); min-height: 390px; padding: 50px 0; }
  .blog-archive-hero h1 { font-size: 47px; }
  .blog-archive-head { display: block; }
  .blog-archive-head > p { margin-top: 20px; }
  .blog-archive-grid { grid-template-columns: 1fr; gap: 18px; }
  .blog-archive-card.is-featured { grid-column: auto; }
  .blog-archive-card.is-featured .blog-archive-image,.blog-archive-image { aspect-ratio: 16/10; }
  .blog-archive-card:hover { transform: none; }
}

/* Blog: hero gecisini sikilastir */
.home-page.blog-page .blog-archive-hero { border-bottom: 0; }
.home-page.blog-page .blog-archive {
  padding-top: 30px;
}
.home-page.blog-page .blog-archive-head {
  margin-bottom: 34px;
}
@media (max-width: 767.98px) {
  .home-page.blog-page .blog-archive { padding-top: 22px; }
  .home-page.blog-page .blog-archive-head { margin-bottom: 27px; }
}

/* Blog detay: yesilimsi premium baslik alani */
.home-page.blog-article-page { background: #fbfcf8; }
.blog-article-hero {
  padding: 94px 0 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 40%,rgba(193,237,0,.08),transparent 28%),
    #fbfcf8;
}
.blog-article-hero-inner {
  min-height: 410px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 68px 0 58px;
}
.blog-article-title-card {
  position: relative;
  width: min(78%,1080px);
  min-height: 190px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 42px clamp(35px,6vw,95px);
  border: 1px solid rgba(121,143,24,.16);
  border-radius: 16px;
  background:
    radial-gradient(circle at 50% 120%,rgba(193,237,0,.18),transparent 48%),
    linear-gradient(135deg,rgba(255,255,255,.95),rgba(246,250,232,.92));
  box-shadow: 0 20px 55px rgba(18,20,16,.055);
  text-align: center;
}
.blog-article-title-card::after {
  content: "";
  position: absolute;
  width: 210px;
  height: 210px;
  right: -115px;
  bottom: -145px;
  border: 1px solid rgba(127,151,23,.12);
  border-radius: 50%;
  pointer-events: none;
}
.blog-article-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 17px;
  color: #7a891f;
  font: 650 9px/1 "Inter",sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.blog-article-meta time { color: #8a9186; letter-spacing: .05em; }
.blog-article-meta time::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 1px;
  margin: 0 18px 3px 0;
  background: #b7c58d;
}
.blog-article-title-card h1 {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0;
  color: var(--text-primary);
  font: 650 clamp(31px,3.1vw,50px)/1.08 "Inter",sans-serif;
  letter-spacing: -.052em;
  text-wrap: balance;
}
.blog-article-body { padding-top: 42px !important; background: #fbfcf8; }
@media (max-width: 991.98px) {
  .blog-article-title-card { width: 92%; }
}
@media (max-width: 767.98px) {
  .blog-article-hero { padding-top: 78px; }
  .blog-article-hero-inner { width: calc(100% - 24px); min-height: 350px; padding: 42px 0; }
  .blog-article-title-card { width: 100%; min-height: 180px; padding: 36px 23px; border-radius: 12px; }
  .blog-article-title-card h1 { font-size: 31px; }
  .blog-article-meta { gap: 10px; margin-bottom: 14px; font-size: 8px; }
  .blog-article-meta time::before { width: 12px; margin-right: 10px; }
}

/* Blog detay: kutusuz baslik ve belirgin yesil hero gecisi */
.home-page.blog-article-page .blog-article-hero {
  background:
    radial-gradient(ellipse at 18% 40%,rgba(193,237,0,.25) 0%,rgba(193,237,0,.11) 23%,transparent 50%),
    radial-gradient(ellipse at 78% 72%,rgba(174,218,0,.18) 0%,rgba(193,237,0,.07) 28%,transparent 56%),
    linear-gradient(120deg,#f8faef 0%,#fbfcf8 46%,#f3f8df 100%);
}
.home-page.blog-article-page .blog-article-hero-inner {
  min-height: 305px;
  justify-content: flex-start;
  padding: 40px 0 34px;
}
.home-page.blog-article-page .blog-article-title-card {
  width: min(100%,920px);
  min-height: 0;
  align-items: flex-start;
  overflow: visible;
  margin-right: auto;
  margin-left: max(0px,calc((100% - 1355px)/2));
  padding: 24px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: left;
}
.home-page.blog-article-page .blog-article-title-card::after { display: none; }
.home-page.blog-article-page .blog-article-title-card h1 {
  max-width: 920px;
  text-align: left;
}
@media (max-width: 767.98px) {
  .home-page.blog-article-page .blog-article-title-card {
    width: 100%;
    min-height: 0;
    padding: 24px 8px;
  }
}

/* Blog detay: genis gorsel ve rahat okuma kolonu */
.home-page.blog-article-page .blog-article-body {
  padding: 0 0 clamp(95px,9vw,150px) !important;
}
.blog-article-shell { padding-top: 0; }
.blog-article-cover {
  width: min(100%,920px);
  aspect-ratio: 16/9;
  margin: 0 0 clamp(48px,6vw,76px) max(0px,calc((100% - 1355px)/2));
  overflow: hidden;
  border-radius: 5px;
  background: transparent;
}
.blog-article-cover img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.blog-article-layout {
  display: grid;
  grid-template-columns: minmax(0,920px) minmax(260px,330px);
  justify-content: center;
  align-items: start;
  gap: clamp(55px,7vw,105px);
}
.blog-article-content {
  min-width: 0;
  color: #363b34;
  font: 450 16px/1.82 "Inter",sans-serif;
}
.blog-article-content > p { margin: 0 0 24px; }
.blog-article-content h2 {
  margin: 54px 0 20px;
  color: var(--text-primary);
  font: 650 clamp(27px,2.3vw,37px)/1.16 "Inter",sans-serif;
  letter-spacing: -.04em;
}
.blog-article-content h3 {
  margin: 38px 0 16px;
  color: var(--text-primary);
  font: 650 23px/1.25 "Inter",sans-serif;
  letter-spacing: -.025em;
}
.blog-article-content img {
  max-width: 100%;
  height: auto;
  margin: 28px 0;
  border-radius: 3px;
}
.blog-article-content ul,.blog-article-content ol { margin: 20px 0 28px; padding-left: 22px; }
.blog-article-content li { margin-bottom: 9px; }
.blog-article-aside { position: sticky; top: 120px; min-width: 0; }
.blog-aside-form {
  padding: 30px 28px 26px;
  border: 1px solid rgba(18,20,16,.08);
  border-radius: 14px;
  background: linear-gradient(145deg,#fff 0%,#f8faef 100%);
  box-shadow: 0 18px 42px rgba(18,20,16,.075),0 42px 80px rgba(18,20,16,.05);
}
.blog-aside-form .about-label { margin-bottom: 10px; font-size: 9px; }
.blog-aside-form > h2 {
  margin: 0;
  color: var(--text-primary);
  font: 650 25px/1.08 "Inter",sans-serif;
  letter-spacing: -.04em;
}
.blog-aside-form > p:not(.about-label) {
  margin: 12px 0 23px;
  color: #747b71;
  font: 450 11px/1.6 "Inter",sans-serif;
}
.blog-aside-form .lead-form-card { padding: 0 !important; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.blog-aside-form .lead-form-card .row { --bs-gutter-x: 12px; --bs-gutter-y: 11px; }
.blog-aside-form .lead-form-card .form-label { margin-bottom: 5px; color: #747b71; font: 650 8px/1 "Inter",sans-serif; letter-spacing: .06em; text-transform: uppercase; }
.blog-aside-form .lead-form-card .form-control,.blog-aside-form .lead-form-card .form-select {
  min-height: 39px;
  padding: 7px 10px;
  border: 1px solid #dce1d6;
  border-radius: 5px;
  background: rgba(255,255,255,.82);
  font: 500 10px/1.4 "Inter",sans-serif;
}
.blog-aside-form .lead-form-card textarea.form-control { min-height: 68px; }
.blog-aside-form .lead-form-card .btn {
  width: 100%;
  min-height: 42px;
  margin-top: 14px !important;
  border: 0;
  border-radius: 5px;
  background: var(--charcoal);
  color: #fff;
  box-shadow: none;
  font: 700 10px/1 "Inter",sans-serif;
}
.blog-aside-form .lead-form-card > p { margin-top: 9px !important; font-size: 8px !important; line-height: 1.45; }
.blog-related-posts {
  margin-top: 26px;
  padding: 30px 27px 25px;
  overflow: hidden;
  border: 1px solid rgba(18,20,16,.1);
  border-radius: 14px;
  background: linear-gradient(145deg,#f2f6e3 0%,#fff 72%);
  box-shadow: 0 18px 38px rgba(18,20,16,.07),0 40px 70px rgba(18,20,16,.04);
}
.blog-related-posts .about-label { margin-bottom: 9px; font-size: 8px; }
.blog-related-posts > h2 { margin: 0 0 22px; color: var(--text-primary); font: 700 23px/1.1 "Inter",sans-serif; letter-spacing: -.04em; }
.blog-related-viewport {
  position: relative;
  height: 250px;
  overflow: hidden;
  border-top: 1px solid rgba(18,20,16,.1);
  border-bottom: 1px solid rgba(18,20,16,.1);
  mask-image: linear-gradient(to bottom,transparent,#000 12%,#000 88%,transparent);
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.blog-related-viewport::-webkit-scrollbar { display: none; width: 0; height: 0; }
.blog-related-track { animation: blog-related-up 48s linear infinite; will-change: transform; }
.blog-related-viewport:hover .blog-related-track,
.blog-related-viewport:focus-within .blog-related-track { animation-play-state: paused; }
.blog-related-posts ul { margin: 0; padding: 0; list-style: none; }
.blog-related-posts li { border-top: 1px solid #e5e8e0; }
.blog-related-posts li:first-child { border-top: 0; }
.blog-related-posts a { display: grid; grid-template-columns: minmax(0,1fr) 18px; gap: 13px; align-items: center; padding: 16px 0; color: #555d52; font: 550 10.5px/1.5 "Inter",sans-serif; text-decoration: none; }
.blog-related-posts a i { color: #819700; font-size: 12px; transition: transform .2s ease; }
.blog-related-posts a:hover { color: var(--text-primary); }
.blog-related-posts a:hover i { transform: translate(2px,-2px); }
@keyframes blog-related-up {
  from { transform: translateY(0); }
  to { transform: translateY(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .blog-related-track { animation: none; }
  .blog-related-viewport { height: 250px; overflow: hidden; mask-image: none; }
  .blog-related-track ul[aria-hidden="true"] { display: none; }
}
@media (max-width: 1199.98px) {
  .blog-article-layout { grid-template-columns: minmax(0,1fr) 290px; gap: 52px; }
}
@media (max-width: 991.98px) {
  .blog-article-layout { grid-template-columns: 1fr; }
  .blog-article-aside { position: static; max-width: 620px; }
  .blog-article-cover { margin-left: 0; }
}
@media (max-width: 767.98px) {
  .blog-article-shell { width: calc(100% - 24px); }
  .blog-article-cover { width: 100%; margin-bottom: 42px; }
  .blog-article-content { font-size: 15px; line-height: 1.76; }
  .blog-article-content h2 { margin-top: 42px; font-size: 28px; }
}
.home-page.blog-article-page .blog-article-cta {
  padding-top: 10px;
  padding-bottom: 58px;
}
@media (max-width: 767.98px) {
  .home-page.blog-article-page .blog-article-cta {
    padding-top: 0;
    padding-bottom: 35px;
  }
}

/* Hizmet detay: erisilebilir breadcrumb, mevcut hero tasarimini korur */
.home-page.service-detail-page .service-breadcrumb {
  position: relative;
  z-index: 4;
  align-self: flex-start;
  max-width: 100%;
  overflow: hidden;
  color: rgba(255,255,255,.7);
  white-space: nowrap;
}
.home-page.service-detail-page .service-breadcrumb a,
.home-page.service-detail-page .service-breadcrumb span { color: inherit; }
.home-page.service-detail-page .service-breadcrumb a:hover { color: #fff; }
.home-page.service-detail-page .service-breadcrumb i { color: var(--brand-lime); }
@media (max-width: 767.98px) {
  .home-page.service-detail-page .service-breadcrumb {
    width: 100%;
    font-size: 10px;
    text-overflow: ellipsis;
  }
}

/* Blog semantik katmani: mevcut kompozisyonu degistirmeden okunabilir bilgi izleri. */
.blog-article-byline {
  display: flex; flex-wrap: wrap; gap: 8px 18px;
  margin: 0 0 28px; padding: 0 0 16px;
  border-bottom: 1px solid rgba(24,27,20,.1);
  color: #69705f; font-family: var(--font-body); font-size: 13px;
}
.blog-context-links { margin-top: 46px; padding-top: 28px; border-top: 1px solid rgba(24,27,20,.1); }
.blog-context-links h2 { margin-bottom: 12px; }
.blog-context-links ul { margin: 14px 0 0; padding-left: 20px; }
.blog-context-links li + li { margin-top: 7px; }
.blog-context-links a { color: #536900; text-underline-offset: 3px; }
.blog-primary-sources { margin-top: 32px; padding: 22px 24px; border-left: 3px solid var(--brand-lime); background: #f7f9f0; }
.blog-primary-sources h2 { margin: 0 0 10px; font-size: 22px; }
.blog-primary-sources ul { margin: 0; padding-left: 19px; }
.blog-primary-sources p { margin: 10px 0 0; color: #69705f; font-size: 13px; }
.blog-primary-sources a { color: #536900; text-underline-offset: 3px; }
@media (max-width: 767.98px) {
  .blog-article-byline { display: flex; gap: 7px 14px; margin-bottom: 21px; padding-bottom: 12px; font-size: 11px; }
}

/* Ana sayfa mobil kabuk: dikey menu, sabit hero gorseli ve tasma guvenligi. */
.hero-mobile-visual { display: none; }
.hero-primary-content { display: contents; }
.mobile-nav-brand,.mobile-nav-note { display: none; }
.mobile-menu-lines { width: 25px; display: grid; gap: 5px; }
.mobile-menu-lines i { display: block; width: 100%; height: 2px; border-radius: 2px; background: var(--charcoal); transition: transform .28s ease,opacity .2s ease; }

@media (max-width: 767.98px) {
  html,body { max-width: 100%; overflow-x: clip; }
  body.mobile-nav-open { overflow: hidden; }
  .home-page main,.home-page .home-hero,.home-page section,.home-page footer { max-width: 100%; }
  .home-page .site-header {
    position: sticky; z-index: 1400; top: 0; height: 72px;
    border-bottom: 1px solid rgba(18,20,16,.08);
    background:
      radial-gradient(circle at 88% 28%,rgba(193,237,0,.24) 0,rgba(193,237,0,.09) 24%,transparent 48%),
      linear-gradient(112deg,#fbfcf8 0%,#f7faec 58%,#eef6cf 100%) !important;
    box-shadow: 0 8px 26px rgba(76,91,20,.07);
  }
  .home-page .site-header .navbar,.home-page .header-container { height: 72px; }
  .home-page .header-container { width: 100%; padding: 0 17px; }
  .home-page .brand-mark img { width: 142px; }
  .home-page .header-container > .brand-mark { transition: filter .3s ease,opacity .3s ease; }
  body.mobile-nav-open.home-page .header-container > .brand-mark { filter: blur(5px); opacity: .42; }
  .home-page .mobile-menu-toggle {
    position: relative; z-index: 1403; width: 46px; height: 46px;
    display: grid; place-items: center; margin-left: auto; padding: 0;
    border: 1px solid rgba(18,20,16,.09) !important; border-radius: 50%;
    background: linear-gradient(145deg,rgba(255,255,255,.94),rgba(239,248,204,.9));
    box-shadow: 0 8px 22px rgba(98,119,15,.11),inset 0 0 0 1px rgba(193,237,0,.15);
  }
  .home-page .mobile-menu-toggle:focus { box-shadow: 0 0 0 3px rgba(193,237,0,.25); }
  .home-page .mobile-menu-toggle[aria-expanded="true"] .mobile-menu-lines i:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .home-page .mobile-menu-toggle[aria-expanded="true"] .mobile-menu-lines i:nth-child(2) { opacity: 0; }
  .home-page .mobile-menu-toggle[aria-expanded="true"] .mobile-menu-lines i:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .home-page .navbar-collapse.collapse,
  .home-page .navbar-collapse.collapsing {
    position: fixed; z-index: 1401; top: 0; right: 0; bottom: 0;
    display: block !important; visibility: hidden; width: min(88vw,380px); height: 100dvh !important;
    margin: 0; padding: 92px 22px 30px; overflow-x: hidden; overflow-y: auto;
    border: 0; border-left: 1px solid rgba(18,20,16,.09);
    background: linear-gradient(155deg,#fff 0%,#f4f7e8 100%);
    box-shadow: -28px 0 70px rgba(18,20,16,.16);
    opacity: 0; transform: translateX(104%); transform-origin: 100% 50%;
    transition: transform .42s cubic-bezier(.16,1,.3,1),opacity .22s ease,visibility 0s linear .42s;
  }
  .home-page .navbar-collapse.show {
    visibility: visible; opacity: 1; transform: translateX(0);
    transition-delay: 0s;
  }
  .home-page .mobile-nav-brand {
    position: absolute; top: 27px; left: 22px; z-index: 2;
    display: block; width: 132px; line-height: 0;
  }
  .home-page .mobile-nav-brand img { width: 100%; height: auto; }
  .home-page .mobile-nav-note {
    display: block; margin-top: 27px; padding: 21px 3px 0;
    border-top: 1px solid rgba(18,20,16,.11);
  }
  .home-page .mobile-nav-note > span {
    display: block; margin-bottom: 12px; color: #7b9311;
    font: 700 9px/1.2 "Inter",sans-serif; letter-spacing: .13em; text-transform: uppercase;
  }
  .home-page .mobile-nav-note p {
    max-width: 290px; margin: 0 0 14px; color: #606558;
    font: 500 12.5px/1.6 "Inter",sans-serif;
  }
  .home-page .mobile-nav-note a {
    display: inline-block; color: var(--charcoal);
    font: 700 12px/1.2 "Inter",sans-serif; text-decoration: none;
  }
  .home-page .mobile-nav-note a:hover { color: #718617; }
  .home-page:has(.navbar-collapse.show)::before {
    content: ""; position: fixed; z-index: 1399; inset: 0;
    background: rgba(18,20,16,.28); backdrop-filter: blur(3px);
  }
  .home-page .navbar-nav { display: flex; gap: 0; width: 100%; }
  .home-page .site-header .nav-link {
    min-height: 51px; width: 100%; justify-content: space-between;
    padding: 13px 3px !important; border-bottom: 1px solid rgba(18,20,16,.09);
    font: 650 15px/1.25 "Inter",sans-serif; white-space: normal;
  }
  .home-page .mega-panel-grid { grid-template-columns: 1fr; }
  .home-page .mega-column { padding: 18px 13px; }
  .home-page .mega-column h3 { margin-bottom: 11px; padding-bottom: 10px; font-size: 10px; }
  .home-page .mega-column a { padding: 7px 0; font-size: 13px; }
  .home-page .header-quote { width: 100%; justify-content: space-between; margin: 20px 0 0; }

  .home-page .home-hero { min-height: 0; }
  .home-page .hero-layout { display: block; min-height: 0; }
  .home-page .hero-copy {
    position: relative; display: flex; min-height: 0; padding: 10px 10px 30px;
    overflow: hidden; background-size: 18px 18px;
  }
  .home-page .hero-primary-content {
    position: absolute; z-index: 4; top: clamp(190px,55vw,235px); right: 31px; left: 31px;
    display: block; color: #fff; pointer-events: none;
  }
  .home-page .hero-primary-content > * { pointer-events: auto; }
  .home-page .hero-eyebrow { margin: 0 0 15px; color: var(--brand-lime); font-size: 9px; letter-spacing: .13em; }
  .home-page .hero h1 { margin: 0; color: #fff; font-size: clamp(36px,10.8vw,44px); line-height: .98; letter-spacing: -.06em; text-shadow: 0 3px 24px rgba(0,0,0,.24); }
  .home-page .hero h1 span { color: var(--brand-lime); }
  .home-page .hero .lead { max-width: 310px; margin: 15px 0 0; color: rgba(255,255,255,.78); font-size: 12px; line-height: 1.55; }
  .home-page .hero-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 18px 0 0; }
  .home-page .hero-actions .hero-btn { min-width: 0; min-height: 43px; gap: 8px; padding: 11px 12px; border-radius: 6px; font-size: 10.5px; white-space: nowrap; }
  .home-page .hero-actions .hero-btn-secondary { border-color: rgba(255,255,255,.5); background: rgba(18,20,16,.26); color: #fff; backdrop-filter: blur(9px); }
  .home-page .hero-actions .hero-btn-secondary i { color: var(--brand-lime); }
  .hero-mobile-visual {
    position: relative; order: 1; height: auto; aspect-ratio: 3 / 4;
    width: 100%; flex: 0 0 auto; display: block; margin: 0; overflow: hidden;
    border-radius: 7px 7px 0 7px; color: #fff; background: #242821;
    box-shadow: 0 22px 48px rgba(18,20,16,.15);
    animation: mobile-door-in .78s cubic-bezier(.16,1,.3,1) both;
  }
  .hero-mobile-slide::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg,rgba(7,9,6,.05) 15%,rgba(7,9,6,.28) 43%,rgba(7,9,6,.9) 100%); pointer-events: none; }
  .hero-mobile-slide { position: absolute; z-index: 0; inset: 0; visibility: hidden; overflow: hidden; background: #242821; backface-visibility: hidden; transform-origin: 0 50%; }
  .hero-mobile-slide.is-active { z-index: 1; visibility: visible; }
  .hero-mobile-slide.is-door-leaving { z-index: 2; visibility: visible; box-shadow: 18px 0 34px rgba(0,0,0,.18); will-change: transform; }
  .hero-mobile-slide img { width: 100%; height: 100%; object-fit: cover; object-position: 55% center; }
  .hero-mobile-visual-link { position: absolute; z-index: 3; inset: 0; }
  .home-page .hero-primary-content { z-index: 5; }
  .home-page .hero-benefits { order: 2; grid-template-columns: 1fr 1fr; margin-top: 12px; border-radius: 9px; }
  .home-page .hero-benefit { min-width: 0; padding: 17px 12px; }
  .home-page .hero-benefit > i { margin-bottom: 11px; font-size: 23px; }
  .home-page .hero-benefit strong { white-space: normal; font-size: 12px; }
  .home-page .hero-benefit span { font-size: 10px; }
  .home-page .hero-service { display: none; }

  .why-iz-section { padding: 46px 12px; }
  .why-iz-panel { width: 100%; display: block; border-radius: 10px 10px 38px 10px; }
  .why-iz-visual { min-height: 0; aspect-ratio: 4/3; }
  .why-iz-visual figcaption { right: 17px; bottom: 16px; left: 17px; gap: 7px; font-size: 8px; }
  .why-iz-message { padding: 36px 24px 39px; }
  .why-iz-message h2 { font-size: 29px; }
  .why-iz-message > p:not(.why-iz-kicker) { font-size: 13px; }
  .why-iz-founder-quote { margin-left: 0; font-size: 15px; text-align: left; }
  .why-iz-signature { margin-left: 0; }

  .home-page .intro-section { padding: 58px 12px; }
  .home-page .intro-section > .container { max-width: 100%; padding: 0; }
  .service-directory-intro { margin-bottom: 30px; padding-inline: 10px; text-align: left; }
  .service-directory-intro > p { justify-content: flex-start; }
  .service-directory-intro .section-title { font-size: 37px; }
  .service-directory { grid-template-columns: 1fr; border-radius: 12px 12px 34px 12px; }
  .service-directory-column { padding: 34px 22px; }
  .service-directory-column + .service-directory-column { border-top: 5px solid var(--background); border-left: 0; }
  .service-directory-column header { grid-template-columns: 43px 1fr; gap: 14px; min-height: 0; padding-bottom: 27px; }
  .service-directory-icon { width: 41px; height: 41px; }
  .service-directory-column header h3 { font-size: 27px; }
  .service-family > button { min-width: 0; }
  .service-family > button strong { min-width: 0; overflow-wrap: anywhere; }
  .service-directory-column > .service-directory-cta { width: 100%; }

  .partner-showcase { padding: 54px 0 60px; }
  .partner-showcase-inner { width: 100%; }
  .partner-showcase-head { margin-bottom: 33px; padding-inline: 22px; }
  .partner-showcase-icon { width: 58px; height: 58px; margin-bottom: 20px; }
  .partner-showcase-head h2 { font-size: 38px; }
  .partner-showcase-head > span { font-size: 13px; }
  .partner-row { max-width: 100%; overflow: hidden; }
  .partner-logo { flex-basis: 150px; min-width: 150px; }

  .home-contact { padding: 58px 12px; }
  .home-contact-shell { width: 100%; min-height: 0; grid-template-columns: 1fr; border-radius: 12px 12px 36px 12px; }
  .home-contact-message,.home-contact-form { min-width: 0; padding: 38px 23px; }
  .home-contact-message { min-height: 430px; align-items: flex-end; }
  .home-contact-copy h2 { font-size: 37px; }
  .home-contact-lead { margin-top: 21px; font-size: 13px; }
  .home-contact-promises { display: grid; margin-top: 25px; }
  .home-contact .lead-form-card .row { --bs-gutter-x: 12px; }
  .home-contact .lead-form-card [class*="col-"] { width: 100%; }

  .home-journal { padding: 62px 12px; }
  .home-journal-inner { width: 100%; }
  .home-journal-head { margin-bottom: 32px; padding-inline: 8px; text-align: left; }
  .home-journal-head { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: end; gap: 13px; }
  .home-journal-head > div { min-width: 0; }
  .home-journal-head h2 { font-size: 38px; }
  .home-journal-head > span { grid-column: 1 / -1; margin: 5px 0 0; font-size: 13px; }
  .home-journal-all-mobile {
    min-height: 36px; display: inline-flex; align-items: center; gap: 7px;
    margin-bottom: 4px; padding: 9px 11px; border: 1px solid var(--brand-lime); border-radius: 8px;
    background: var(--brand-lime) !important; color: var(--charcoal) !important;
    box-shadow: 0 10px 24px rgba(114,136,0,.15);
    font: 700 10px/1 "Inter",sans-serif; text-decoration: none; white-space: nowrap;
    transition: transform .25s ease,background-color .25s ease,border-color .25s ease;
  }
  .home-journal-all-mobile:hover { border-color: var(--brand-lime-hover); background: var(--brand-lime-hover) !important; color: var(--charcoal) !important; transform: translateY(-2px); }
  .home-journal-all-mobile i { color: var(--charcoal); font-size: 11px; }
  .home-journal-grid { grid-template-columns: 1fr; gap: 15px; }
  .home-journal-card > a,.home-journal-card.is-featured > a { min-height: 0; }
  .home-journal-visual { height: 190px; }
  .home-journal-card-top { margin: 22px 22px 0; }
  .home-journal-card-body { padding: 21px 22px 25px; }
  .home-journal-card h3 { font-size: 23px; }
  .home-journal-card-foot,.home-journal-card.is-featured .home-journal-card-foot { width: calc(100% - 44px); margin: auto 22px 22px; }
  .home-journal-all { display: none; }

  .home-footer { padding: 6px; }
  .home-footer-frame { width: 100%; grid-template-columns: 1fr; border-radius: 12px; }
  .home-footer-brand { min-width: 0; padding: 35px 23px; }
  .home-footer-brand > p { margin-top: 24px; font-size: 14px; }
  .home-footer-nav { grid-template-columns: 1fr; padding: 38px 23px; }
  .home-footer-nav-card { min-width: 0; padding: 27px 0; }
  .home-footer-services > div { grid-template-columns: 1fr; }
  .home-footer-bottom { grid-template-columns: 1fr; padding: 25px 23px; }
}

@keyframes mobile-door-in {
  from { opacity: 0; transform: perspective(1100px) translateX(24%) rotateY(-10deg); clip-path: inset(0 0 0 72% round 7px); }
  to { opacity: 1; transform: perspective(1100px) translateX(0) rotateY(0); clip-path: inset(0 0 0 0 round 7px); }
}
@media (max-width: 340px) {
  .home-page .hero-primary-content { top: 168px; right: 25px; left: 25px; }
  .home-page .hero h1 { font-size: 34px; }
  .home-page .hero .lead { display: none; }
  .home-page .hero-actions { margin-top: 15px; }
  .home-page .hero-actions .hero-btn { padding-inline: 9px; font-size: 9.5px; }
}

/* Mobil iç sayfalarda sticky header zaten akışta: yinelenen üst boşlukları kaldır. */
@media (max-width: 767.98px) {
  .home-page.inner-page .site-header {
    position: sticky;
    z-index: 1400;
    top: 0;
  }
  .home-page.inner-page .inner-hero:not(.service-detail-hero):not(.contact-hero) {
    min-height: 440px;
    padding-top: 0;
  }
  .home-page.inner-page .inner-hero:not(.service-detail-hero):not(.contact-hero) .inner-hero-container {
    min-height: 440px;
    padding: 34px 18px 38px;
  }
  .home-page.inner-page .inner-hero:not(.service-detail-hero):not(.contact-hero)::before {
    width: 220px;
    height: 220px;
    top: 92px;
  }

  .home-page.inner-page .service-detail-hero {
    min-height: 540px;
    padding-top: 0;
  }
  .service-detail-hero .inner-hero-container {
    min-height: 540px;
    padding-top: 54px;
    padding-bottom: 42px;
  }

  .home-page.contact-page .contact-hero {
    min-height: 320px;
    padding-top: 0;
  }
  .home-page.contact-page .contact-hero-inner {
    min-height: 320px;
    padding: 26px 18px 30px;
  }
  .home-page.contact-page .contact-hero::before {
    width: 200px;
    height: 200px;
    top: 58px;
  }

  .home-page .blog-archive-hero,
  .home-page .blog-article-hero {
    padding-top: 0;
  }
  .home-page .blog-archive-hero-inner {
    min-height: 320px;
    padding: 34px 0 38px;
  }
  .home-page .blog-article-hero-inner {
    min-height: 230px;
    padding: 28px 0 32px;
  }

  /* Hizmet detayları: içeriğin üzerinde/altında biriken zorunlu yükseklikleri temizle. */
  .home-page.inner-page .service-detail-hero {
    min-height: 0;
  }
  .home-page.inner-page .service-detail-hero .inner-hero-container {
    min-height: 0;
    gap: 20px;
    justify-content: flex-start;
    padding: 30px 20px 38px;
  }
  .home-page.inner-page .service-detail-hero .inner-hero-copy {
    padding: 0;
  }
  .home-page.inner-page .service-detail-hero .inner-kicker {
    margin-bottom: 17px;
  }
  .home-page.inner-page .service-detail-hero .inner-hero-copy > p:last-child {
    margin-top: 22px;
  }

  .service-detail-main .social-intro {
    padding-top: 38px;
    padding-bottom: 34px;
  }
  .service-detail-main .social-process,
  .service-detail-main .social-reasons {
    padding-bottom: 54px;
  }
  .service-detail-main .social-advantages {
    padding-bottom: 42px;
  }
  .service-detail-main .social-full-service {
    padding-top: 18px;
    padding-bottom: 42px;
  }
  .service-detail-main .service-faq,
  .service-faq {
    padding-top: 50px;
    padding-bottom: 64px;
  }
  .marketing-intro {
    padding-top: 40px;
    padding-bottom: 42px;
  }
  .marketing-showcase {
    padding-bottom: 54px;
  }

  /* Mobil kart hiyerarşisi: ikon ve başlık aynı satır, açıklama hemen altında. */
  .social-full-service-grid article {
    display: grid;
    grid-template-columns: 26px minmax(0,1fr);
    column-gap: 12px;
    row-gap: 13px;
    align-items: center;
    padding-top: 27px;
    padding-bottom: 29px;
  }
  .social-full-service-grid i {
    grid-column: 1;
    grid-row: 1;
    margin: 0;
  }
  .social-full-service-grid h3 {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
  }
  .social-full-service-grid p {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .marketing-showcase.is-process .marketing-showcase-grid article {
    display: grid;
    grid-template-columns: 26px minmax(0,1fr);
    gap: 13px;
    align-items: start;
    padding-top: 28px;
    padding-bottom: 30px;
  }
  .marketing-showcase.is-process .marketing-showcase-grid i {
    margin: 2px 0 0;
  }

  /* Blog hero başlıkları mobilde tek kolon ve sol hizalı kalır. */
  .home-page.blog-article-page .blog-article-hero-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
  }
  .home-page.blog-article-page .blog-article-title-card {
    width: 100%;
    align-items: flex-start;
    padding: 0;
    text-align: left;
  }
  .home-page.blog-article-page .blog-article-title-card h1 {
    width: 100%;
    max-width: 100%;
    margin: 0;
    font-size: clamp(30px,9vw,39px);
    line-height: 1.05;
    text-align: left;
    overflow-wrap: anywhere;
  }
  .home-page.blog-page .blog-archive-hero-inner,
  .home-page.blog-page .blog-archive-hero h1,
  .home-page.blog-page .blog-archive-hero-inner > p:last-child {
    text-align: left;
    align-items: flex-start;
  }

  .home-page.blog-article-page .blog-context-links {
    margin-top: 38px;
    padding-top: 30px;
    border-top: 1px solid rgba(18,20,16,.12);
  }
  .home-page.blog-article-page .blog-context-links h2 {
    margin: 0 0 14px;
    font-size: 28px;
    line-height: 1.08;
  }
  .home-page.blog-article-page .blog-context-links > p {
    margin: 0 0 22px;
    padding: 15px 16px;
    border-left: 3px solid var(--brand-lime);
    border-radius: 0 8px 8px 0;
    background: rgba(193,237,0,.07);
    color: #596053;
    font-size: 13px;
    line-height: 1.65;
  }
  .home-page.blog-article-page .blog-context-links > p a {
    color: #607500;
    font-weight: 700;
    text-decoration-thickness: 1px;
  }
  .home-page.blog-article-page .blog-context-links ul {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .home-page.blog-article-page .blog-context-links li,
  .home-page.blog-article-page .blog-context-links li + li {
    margin: 0;
  }
  .home-page.blog-article-page .blog-context-links li a {
    display: grid;
    grid-template-columns: minmax(0,1fr) 18px;
    gap: 12px;
    align-items: center;
    padding: 14px 15px;
    border: 1px solid rgba(18,20,16,.09);
    border-radius: 8px;
    background: rgba(255,255,255,.72);
    color: #343a30;
    box-shadow: 0 8px 22px rgba(18,20,16,.025);
    font-size: 13px;
    font-weight: 650;
    line-height: 1.5;
    text-decoration: none;
  }
  .home-page.blog-article-page .blog-context-links li a::after {
    content: "↗";
    color: #789200;
    font-size: 14px;
    text-align: right;
  }
}
