/* =====================================================================
   Fenomedya - Public Stylesheet
   Lacivert + mor + turuncu tilki kurumsal tema
   ===================================================================== */

:root {
  /* Lacivert taban + mor & turuncu vurgu (orijinal palet) */
  --fm-bg: #030712;
  --fm-bg-soft: #071225;
  --fm-navy: #0a1633;
  --fm-navy-2: #101f46;
  --fm-card: rgba(16, 31, 70, 0.72);
  --fm-card-solid: #101f46;

  --fm-purple: #6d35ff;
  --fm-purple-soft: #9b7cff;
  --fm-purple-dark: #3b1b91;

  --fm-fox: #ff8a3d;
  --fm-fox-dark: #d95f19;
  --fm-fox-light: #ffb36b;

  --fm-white: #ffffff;
  --fm-text: #eef3ff;
  --fm-muted: #aeb7cc;
  --fm-muted-2: #74809a;

  --fm-border: rgba(255, 255, 255, 0.10);
  --fm-border-strong: rgba(155, 124, 255, 0.28);

  --fm-success: #39d98a;
  --fm-warning: #ffcc66;
  --fm-danger: #ff5c7a;

  --fm-radius: 24px;
}

/* ------------------------------------------------------------------ */
/* Inter fallback (metric override) — web font yüklenirken layout      */
/* kaymasını (CLS) önler: sistem fontu Inter ile aynı yeri kaplar.     */
/* ------------------------------------------------------------------ */
@font-face {
  font-family: 'Inter Fallback';
  src: local('Arial');
  ascent-override: 90.20%;
  descent-override: 22.48%;
  line-gap-override: 0.00%;
  size-adjust: 107.40%;
}

/* ------------------------------------------------------------------ */
/* Reset                                                               */
/* ------------------------------------------------------------------ */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: 'Inter', 'Inter Fallback', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: var(--fm-text);
  background:
    radial-gradient(circle at top left, rgba(109, 53, 255, 0.22), transparent 32%),
    radial-gradient(circle at top right, rgba(255, 138, 61, 0.12), transparent 28%),
    linear-gradient(180deg, #030712 0%, #071225 52%, #030712 100%);
  background-attachment: fixed;
  min-height: 100vh;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { line-height: 1.15; font-weight: 800; letter-spacing: -0.02em; margin: 0 0 .5em; }
p { margin: 0 0 1em; }
ul { margin: 0; padding: 0; list-style: none; }

/* ------------------------------------------------------------------ */
/* Layout                                                              */
/* ------------------------------------------------------------------ */
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 96px 0; }
.section-tight { padding: 64px 0; }
.text-muted { color: var(--fm-muted); }
.gradient-text {
  background: linear-gradient(90deg, #ffffff, #9b7cff, #ff8a3d);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.section-heading { max-width: 100%; margin-bottom: 42px; }
.section-heading.center { margin-inline: auto; text-align: center; }
.section-kicker {
  display: inline-block;
  color: var(--fm-fox);
  font-size: 13px; font-weight: 800;
  text-transform: uppercase; letter-spacing: .14em;
  margin-bottom: 12px;
}
.section-heading h2 { font-size: clamp(24px, 3.2vw, 38px); }
.section-heading p { color: var(--fm-muted); font-size: 17px; margin: 0; max-width: 100%; }
.section-heading.center p { margin-inline: auto; }

/* ------------------------------------------------------------------ */
/* Buttons                                                             */
/* ------------------------------------------------------------------ */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 10px; min-height: 46px; padding: 0 22px;
  border-radius: 999px; font-weight: 700; font-size: 15px;
  border: 1px solid transparent; cursor: pointer;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  background: linear-gradient(135deg, var(--fm-purple), var(--fm-purple-soft));
  color: #fff; box-shadow: 0 6px 18px rgba(109, 53, 255, 0.22);
}
.btn-fox {
  background: linear-gradient(135deg, var(--fm-fox), var(--fm-fox-dark));
  color: #fff; box-shadow: 0 4px 14px rgba(255, 138, 61, 0.18);
}
.header .btn-fox {
  box-shadow: 0 2px 8px rgba(255, 138, 61, 0.12);
}
.header .btn-fox:hover {
  box-shadow: 0 3px 12px rgba(255, 138, 61, 0.22);
}
.btn-outline {
  border: 1px solid var(--fm-border-strong);
  color: var(--fm-text); background: rgba(255, 255, 255, 0.04);
}
.btn-outline:hover { border-color: var(--fm-purple-soft); background: rgba(155,124,255,0.10); }
.btn-block { width: 100%; }
.btn-sm { min-height: 38px; padding: 0 16px; font-size: 14px; }

/* ------------------------------------------------------------------ */
/* Cards                                                               */
/* ------------------------------------------------------------------ */
.fm-card {
  background: linear-gradient(180deg, rgba(16,31,70,0.78), rgba(7,18,37,0.78));
  border: 1px solid var(--fm-border);
  border-radius: var(--fm-radius);
  box-shadow: 0 24px 80px rgba(0,0,0,0.24);
}
.fm-card-hover { transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.fm-card-hover:hover { transform: translateY(-6px); border-color: var(--fm-border-strong); }

/* ------------------------------------------------------------------ */
/* Header                                                              */
/* ------------------------------------------------------------------ */
.header {
  position: sticky; top: 0; z-index: 100;
  backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
  background: #0f0f10;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; gap: 20px; }
.header-logo img { height: var(--fm-logo-h, 40px); width: auto; }
.nav-links { display: flex; align-items: center; gap: 6px; }
.nav-link {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 14px; border-radius: 10px;
  color: rgba(255,255,255,0.72); font-weight: 500; font-size: 15px;
  position: relative; transition: color .2s ease, background .2s ease;
}
.nav-link svg { opacity: 0.72; transition: opacity .2s ease; }
.nav-link:hover { color: #fff; background: rgba(255,255,255,0.07); }
.nav-link:hover svg { opacity: 1; }
.nav-link.active { color: var(--fm-purple-soft); background: rgba(109,53,255,0.16); }
.nav-link.active svg { opacity: 1; }
.nav-link.active::after {
  content: ''; position: absolute; left: 50%; bottom: -1px; transform: translateX(-50%);
  width: 22px; height: 3px; border-radius: 2px;
  background: linear-gradient(90deg, var(--fm-purple-soft), var(--fm-fox));
}
.header-actions { display: flex; align-items: center; gap: 16px; }

/* Language dropdown */
.lang-dropdown { position: relative; display: inline-block; }
.lang-dropdown-btn {
  display: inline-flex; align-items: center; gap: 8px;
  min-height: 38px; padding: 0 14px; border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--fm-border);
  color: var(--fm-text); font-size: 14px; font-weight: 700;
  cursor: pointer; transition: all .2s ease;
}
.lang-dropdown-btn:hover,
.lang-dropdown.is-open .lang-dropdown-btn {
  background: rgba(255, 255, 255, 0.10);
  border-color: var(--fm-border-strong);
}
.lang-globe { opacity: 0.75; }
.lang-arrow {
  display: inline-block;
  font-size: 9px;
  opacity: 0.65;
  transition: transform .25s ease;
  transform-origin: center;
}
.lang-dropdown.is-open .lang-arrow { transform: rotate(180deg); }

.lang-dropdown-menu {
  position: absolute; right: 0; top: calc(100% + 8px);
  min-width: 175px; z-index: 1000;
  background: #0d1326;
  border: 1px solid var(--fm-border-strong);
  border-radius: 16px;
  padding: 6px;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.65), 0 0 1px rgba(255,255,255,0.15);
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  display: none;
  flex-direction: column; gap: 4px;
}
.lang-dropdown.is-open .lang-dropdown-menu { display: flex; animation: fmFadeDown .2s ease forwards; }

@keyframes fmFadeDown {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: translateY(0); }
}

.lang-dropdown-item {
  display: flex; align-items: center; gap: 10px;
  width: 100%; padding: 8px 12px; border-radius: 10px;
  font-size: 13.5px; font-weight: 500; color: #cbd5e1;
  transition: background .18s ease, color .18s ease;
}
.lang-dropdown-item:hover {
  background: rgba(109, 53, 255, 0.16); color: #fff;
}
.lang-dropdown-item.active {
  background: rgba(109, 53, 255, 0.24); color: #fff; font-weight: 700;
}
.lang-check { margin-left: auto; color: var(--fm-fox); font-weight: 800; font-size: 13px; }

.locale-flag {
  width: 20px; height: 14px; border-radius: 3px;
  overflow: hidden; display: inline-block; flex-shrink: 0;
  box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

/* Mobile Lang List */
.mobile-lang-list {
  display: flex; flex-direction: column; gap: 6px; width: 100%;
  padding: 12px 0; border-top: 1px solid var(--fm-border); margin: 12px 0;
}
.mobile-lang-item {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 14px; border-radius: 10px; font-size: 15px; font-weight: 600;
  color: #cbd5e1; background: rgba(255,255,255,0.03);
}
.mobile-lang-item.active {
  background: rgba(109, 53, 255, 0.22); color: #fff;
}

/* Mobile nav */
.nav-toggle {
  display: none; width: 44px; height: 44px; border: 1px solid var(--fm-border);
  border-radius: 12px; background: rgba(255,255,255,0.04); cursor: pointer;
  align-items: center; justify-content: center;
}
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after {
  content: ''; display: block; width: 20px; height: 2px; background: var(--fm-text); position: relative; transition: .25s;
}
.nav-toggle span::before { position: absolute; top: -6px; }
.nav-toggle span::after { position: absolute; top: 6px; }
.mobile-menu { display: none; }

/* ------------------------------------------------------------------ */
/* Hero                                                                */
/* ------------------------------------------------------------------ */
.hero { padding: 80px 0 96px; position: relative; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 48px; align-items: center; }
.hero-title { font-size: clamp(40px, 6vw, 76px); line-height: 0.98; letter-spacing: -0.05em; font-weight: 800; margin-bottom: 22px; }
.hero-subtitle { font-size: 19px; color: var(--fm-muted); max-width: 540px; margin-bottom: 32px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 36px; }
.hero-trust { display: flex; gap: 28px; flex-wrap: wrap; }
.hero-trust .item { display: flex; flex-direction: column; }
.hero-trust .item strong { font-size: 22px; }
.hero-trust .item span { font-size: 13px; color: var(--fm-muted); }

.hero-visual { position: relative; min-height: 460px; display: flex; align-items: center; justify-content: center; }
.hero-orb {
  position: absolute; width: 360px; height: 360px; border-radius: 50%;
  background: radial-gradient(circle, rgba(109,53,255,0.40), transparent 66%);
  filter: blur(24px);
}

/* Hero yörünge (orbit) — kesik çember etrafında uçuşan ikon rozetleri */
.orbit { position: relative; width: min(460px, 96%); aspect-ratio: 1; z-index: 2; }
.orbit-ring { position: absolute; inset: 0; width: 100%; height: 100%; }
.orbit-center {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 108px; height: 108px; border-radius: 50%; z-index: 3;
  display: flex; align-items: center; justify-content: center;
  background: #000000;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.75), inset 0 0 0 1px rgba(255,255,255,0.08);
}
.orbit-center img { width: 62px; height: 62px; position: relative; z-index: 2; }
.oc-glow {
  position: absolute; inset: -16px; border-radius: 50%;
  background: radial-gradient(circle, rgba(109,53,255,0.55), transparent 70%);
  filter: blur(10px); animation: ocPulse 3.6s ease-in-out infinite;
}
.orbit-icon {
  position: absolute; transform: translate(-50%, -50%);
  width: var(--s); height: var(--s); border-radius: 50%; z-index: 2;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 12px 30px rgba(0,0,0,0.38);
  animation: floaty 5.5s ease-in-out infinite; animation-delay: var(--d);
}
.orbit-icon svg { width: 46%; height: 46%; stroke: #fff; fill: none; stroke-width: 2; }
.orbit-icon.oi-lg svg { stroke-width: 1.8; }
.oi-fox    { background: linear-gradient(135deg, #ffb877, #ff7a2e); }
.oi-purple { background: linear-gradient(135deg, #a98bff, #6d35ff); }
.oi-blue   { background: linear-gradient(135deg, #57a6ff, #2b6fbf); }
.oi-teal   { background: linear-gradient(135deg, #44e39a, #1ba87e); }
.oi-pink   { background: linear-gradient(135deg, #ff85ad, #e0457a); }
.oi-green  { background: linear-gradient(135deg, #82de72, #34a43a); }

@keyframes floaty { 0%,100% { transform: translate(-50%,-50%) translateY(0); } 50% { transform: translate(-50%,-50%) translateY(-11px); } }
@keyframes ocPulse { 0%,100% { opacity: .55; transform: scale(1); } 50% { opacity: .9; transform: scale(1.07); } }
@media (prefers-reduced-motion: reduce) { .orbit-icon, .oc-glow { animation: none; } }

/* ------------------------------------------------------------------ */
/* Services                                                            */
/* ------------------------------------------------------------------ */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { padding: 28px; border-radius: var(--fm-radius); }
.service-icon {
  width: 52px; height: 52px; border-radius: 14px; display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--fm-purple), var(--fm-fox)); margin-bottom: 18px;
}
.service-icon svg { width: 26px; height: 26px; stroke: #fff; fill: none; }
.service-card h3 { font-size: 20px; margin-bottom: 8px; }
.service-card p { color: var(--fm-muted); font-size: 15px; margin: 0; }

/* ------------------------------------------------------------------ */
/* Project grid                                                        */
/* ------------------------------------------------------------------ */
.projects-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.project-card { overflow: hidden; border-radius: 28px; display: flex; flex-direction: column; }
.project-card-image { aspect-ratio: 16 / 10; overflow: hidden; position: relative; }
.project-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.project-card:hover .project-card-image img { transform: scale(1.06); }
.project-placeholder {
  width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, #0a1633, #101f46);
}
.project-placeholder img { width: 64px; height: 64px; opacity: .85; }
.project-card-body { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.project-badge {
  align-self: flex-start; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase;
  color: var(--fm-fox); margin-bottom: 12px;
}
.project-card-body h3 { font-size: 21px; margin-bottom: 8px; }
.project-card-body p { color: var(--fm-muted); font-size: 15px; flex: 1; margin-bottom: 16px; }
.project-link { display: inline-flex; align-items: center; gap: 8px; color: var(--fm-purple-soft); font-weight: 700; font-size: 14px; }
.project-link .arrow { transition: transform .22s ease, color .22s ease; }
.project-card:hover .project-link .arrow { transform: translateX(4px); color: var(--fm-fox); }
/* Turuncu pill CTA buton (kart içinde) */
.project-cta { align-self: flex-start; }
.project-cta .arrow { display: inline-flex; transition: transform .22s ease; }
.project-card:hover .project-cta .arrow { transform: translateX(3px); }

/* Pagination */
.pagination { display: flex; justify-content: center; gap: 8px; margin-top: 48px; }
.pagination a, .pagination span {
  min-width: 42px; height: 42px; display: inline-flex; align-items: center; justify-content: center;
  border-radius: 12px; border: 1px solid var(--fm-border); font-weight: 700; color: var(--fm-muted);
}
.pagination a:hover { border-color: var(--fm-border-strong); color: #fff; }
.pagination .current { background: linear-gradient(135deg, var(--fm-purple), var(--fm-purple-soft)); color: #fff; border-color: transparent; }

/* ------------------------------------------------------------------ */
/* Trust / stats                                                       */
/* ------------------------------------------------------------------ */
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.trust-card { padding: 24px; border-radius: 20px; text-align: center; }
.trust-card .ico {
  width: 46px; height: 46px; margin: 0 auto 14px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(155,124,255,0.14); color: var(--fm-purple-soft);
}
.trust-card .ico svg { width: 24px; height: 24px; stroke: currentColor; fill: none; }
.trust-card strong { display: block; font-size: 16px; }

/* ------------------------------------------------------------------ */
/* CTA                                                                 */
/* ------------------------------------------------------------------ */
.cta-band { position: relative; overflow: hidden; padding: 56px; border-radius: 32px; text-align: center;
  background: linear-gradient(135deg, rgba(109,53,255,0.32), rgba(16,31,70,0.85));
  border: 1px solid var(--fm-border-strong); }
.cta-band::after {
  content: ''; position: absolute; right: -40px; bottom: -40px; width: 220px; height: 220px;
  background: url('../img/logo-fenomedya-icon.svg') no-repeat center/contain; opacity: .07;
}
.cta-band h2 { font-size: clamp(26px, 3.4vw, 40px); max-width: 100%; margin: 0 auto 12px; }
.cta-band p { color: var(--fm-muted); max-width: 100%; margin: 0 auto 28px; }
.cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ------------------------------------------------------------------ */
/* Page hero (inner pages)                                             */
/* ------------------------------------------------------------------ */
.page-hero { padding: 64px 0 32px; }
.breadcrumb { display: flex; gap: 8px; font-size: 14px; color: var(--fm-muted); margin-bottom: 18px; }
.breadcrumb a:hover { color: var(--fm-purple-soft); }
.page-hero h1 { font-size: clamp(34px, 5vw, 56px); margin-bottom: 14px; text-wrap: balance; }
.page-hero p { color: var(--fm-muted); font-size: 18px; max-width: 100%; line-height: 1.6; }
.project-hero-inner { max-width: 100%; margin-inline: auto; text-align: center; }

/* About (tek sayfa / dikey bölümlü yapı) */
.about-article { max-width: 840px; margin-inline: auto; padding: 40px 46px; border-radius: var(--fm-radius);
  background: linear-gradient(180deg, rgba(16,31,70,0.78), rgba(7,18,37,0.78)); border: 1px solid var(--fm-border);
  box-shadow: 0 24px 80px rgba(0,0,0,0.24); font-size: 17px; line-height: 1.85; }
.about-article h2 { font-size: 26px; margin: 30px 0 12px; }
.about-article h2:first-child { margin-top: 0; }
.about-article p { color: #d7def0; margin-bottom: 14px; }

.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.value-card { padding: 26px; border-radius: 20px; }
.value-card .v-ico { width: 46px; height: 46px; border-radius: 12px; display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--fm-purple), var(--fm-fox)); margin-bottom: 16px; }
.value-card .v-ico svg { stroke: #fff; fill: none; }
.value-card h3 { font-size: 17px; margin-bottom: 6px; }
.value-card p { color: var(--fm-muted); font-size: 14px; margin: 0; }

/* Ne yaparız */
.doing-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.doing-card { display: flex; align-items: flex-start; gap: 18px; padding: 28px; border-radius: 20px; }
.doing-card .d-ico { flex: 0 0 auto; width: 46px; height: 46px; border-radius: 12px; display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--fm-purple), var(--fm-fox)); }
.doing-card .d-ico svg { stroke: #fff; fill: none; }
.doing-card h3 { font-size: 18px; margin-bottom: 8px; }
.doing-card p { color: var(--fm-muted); font-size: 15px; margin: 0; }

/* Kurumsal tescil paneli (Companies House kamuya açık verileri) */
.corp-panel { padding: 34px 44px 38px; border-radius: 24px; }
.corp-head { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; padding-bottom: 26px; border-bottom: 1px solid var(--fm-border); }
.corp-head img { width: 56px; height: 56px; }
.corp-id { flex: 1 1 260px; }
.corp-name { font-size: 22px; font-weight: 800; letter-spacing: -0.01em; }
.corp-sub { color: var(--fm-purple-soft); font-size: 14px; margin-top: 2px; }
.corp-verify { flex: 0 0 auto; }
.corp-verify svg { stroke: currentColor; fill: none; }

.corp-facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 44px; margin: 0; padding: 6px 0 0; }
.corp-row { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; padding: 15px 0; border-bottom: 1px solid var(--fm-border); }
.corp-row-wide { grid-column: 1 / -1; }
.corp-row dt { flex: 0 0 auto; color: var(--fm-muted); font-size: 14px; }
.corp-row dd { margin: 0; font-size: 15px; font-weight: 600; text-align: right; }
.corp-row dd.mono { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; letter-spacing: .05em; color: var(--fm-fox-light); }

.corp-sic { margin-top: 32px; }
.corp-sic h3 { font-size: 17px; margin-bottom: 4px; }
.corp-sic-sub { color: var(--fm-muted-2); font-size: 14px; margin-bottom: 18px; }
.corp-sic ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.corp-sic li { display: flex; align-items: center; gap: 12px; padding: 12px 16px; border-radius: 14px;
  background: rgba(255,255,255,0.035); border: 1px solid var(--fm-border); }
.sic-code { flex: 0 0 auto; padding: 3px 9px; border-radius: 8px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 13px; font-weight: 700;
  color: var(--fm-purple-soft); background: rgba(109,53,255,0.16); border: 1px solid rgba(155,124,255,0.28); }
.sic-text { color: var(--fm-muted); font-size: 14px; line-height: 1.5; }

/* ------------------------------------------------------------------ */
/* Project detail                                                      */
/* ------------------------------------------------------------------ */
.project-cover { aspect-ratio: 16 / 9; object-fit: cover; width: 100%; border-radius: 24px; margin: 24px 0 40px; }
.project-content { max-width: 860px; margin-inline: auto; font-size: 18px; line-height: 1.85; }
.project-content h2 { font-size: 28px; margin-top: 36px; }
.project-content p { color: #d7def0; }
.project-content ul { list-style: disc; padding-left: 22px; color: #d7def0; }
.project-content ul li { margin-bottom: 8px; }
.project-content a { color: var(--fm-purple-soft); text-decoration: underline; }
.project-meta { display: flex; gap: 18px; flex-wrap: wrap; color: var(--fm-muted); font-size: 14px; margin-bottom: 8px; }

/* ------------------------------------------------------------------ */
/* Contact                                                             */
/* ------------------------------------------------------------------ */
.contact-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 40px; align-items: start; }
.contact-info .info-row { display: flex; gap: 14px; margin-bottom: 22px; align-items: flex-start; }
.contact-info .info-row .ico {
  width: 44px; height: 44px; border-radius: 12px; flex: none;
  display: flex; align-items: center; justify-content: center;
  background: rgba(155,124,255,0.14); color: var(--fm-purple-soft);
}
.contact-info .info-row .ico svg { width: 22px; height: 22px; stroke: currentColor; fill: none; }
.contact-info .info-row .label { font-size: 13px; color: var(--fm-muted); text-transform: uppercase; letter-spacing: .08em; }
.contact-info .info-row a, .contact-info .info-row span.value { color: var(--fm-text); font-weight: 600; }
.contact-social { display: flex; gap: 12px; margin-top: 24px; }
.contact-social a {
  width: 42px; height: 42px; border-radius: 12px; display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--fm-border); color: var(--fm-muted); transition: .2s;
}
.contact-social a:hover { border-color: var(--fm-border-strong); color: var(--fm-purple-soft); }
.contact-social a svg { display: block; fill: currentColor; stroke: none; }

.contact-form { padding: 32px; border-radius: 24px; }
.form-row { margin-bottom: 18px; }
.form-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-label { display: block; font-size: 14px; font-weight: 600; margin-bottom: 8px; color: var(--fm-text); }
.form-control {
  width: 100%; border: 1px solid var(--fm-border); background: rgba(255, 255, 255, 0.045);
  color: var(--fm-text); border-radius: 14px; padding: 14px 16px; font-size: 15px;
  font-family: inherit; transition: border-color .2s, box-shadow .2s;
}
.form-control::placeholder { color: var(--fm-muted-2); }
.form-control:focus { outline: none; border-color: var(--fm-purple-soft); box-shadow: 0 0 0 4px rgba(109, 53, 255, 0.16); }
textarea.form-control { min-height: 150px; resize: vertical; }
.form-check { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; color: var(--fm-muted); }
.form-check input { margin-top: 4px; accent-color: var(--fm-purple); }

/* reCAPTCHA: widget sabit 304px; formda ortalanır, dar ekranda ölçeklenir */
.g-recaptcha { display: inline-block; max-width: 100%; }
.captcha-row { display: flex; justify-content: center; }
@media (max-width: 380px) {
  .captcha-row .g-recaptcha { transform: scale(.85); transform-origin: center top; height: 66px; }
}
.hp-field { position: absolute; left: -9999px; opacity: 0; height: 0; width: 0; overflow: hidden; }

/* ------------------------------------------------------------------ */
/* Alerts                                                              */
/* ------------------------------------------------------------------ */
.alert { padding: 14px 18px; border-radius: 14px; margin-bottom: 20px; font-size: 15px; border: 1px solid; }
.alert-success { background: rgba(57,217,138,0.10); border-color: rgba(57,217,138,0.40); color: #9ff0c4; }
.alert-danger { background: rgba(255,92,122,0.10); border-color: rgba(255,92,122,0.40); color: #ffb3c1; }
.alert-warning { background: rgba(255,204,102,0.10); border-color: rgba(255,204,102,0.40); color: #ffe2a8; }

/* ------------------------------------------------------------------ */
/* Empty state                                                         */
/* ------------------------------------------------------------------ */
.empty-state { text-align: center; padding: 60px 20px; }
.empty-state img { width: 64px; margin: 0 auto 16px; opacity: .7; }
.empty-state p { color: var(--fm-muted); }

.section-cta { padding: 0 0 24px; }
.section:has(.cta-band) { padding-bottom: 24px; }

/* ------------------------------------------------------------------ */
/* Footer                                                              */
/* ------------------------------------------------------------------ */
/* AutogramSales tarzı koyu, sabit footer */
.footer { background: #0f0f10; color: rgba(255,255,255,0.7); padding: 36px 0 24px; margin-top: 28px; border-top: 1px solid rgba(255,255,255,0.06); }
.footer-grid { display: grid; grid-template-columns: 1.9fr 1fr 1fr 1.25fr; gap: 32px; align-items: start; }
.footer-brand .footer-logo { height: var(--fm-logo-h, 40px); width: auto; margin-top: -8px; margin-bottom: 12px; }
.footer-tagline { color: rgba(255,255,255,0.6); font-size: 14.5px; line-height: 1.75; max-width: 330px; margin-bottom: 20px; }
.footer-social { display: flex; gap: 10px; }
.footer-social a { width: 38px; height: 38px; border: 1px solid rgba(255,255,255,0.16); border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; color: #ffffff; transition: .2s; }
.footer-social a:hover { color: #fff; border-color: var(--fm-purple-soft); background: rgba(109,53,255,0.20); transform: translateY(-2px); }
.footer-social a svg { display: block; fill: currentColor; stroke: none; }
.footer-heading { color: #fff; font-size: 15px; font-weight: 700; margin: 0 0 16px; }
.footer-list { list-style: none; margin: 0; padding: 0; }
.footer-list li { margin-bottom: 11px; }
.footer-link { color: rgba(255,255,255,0.6); font-size: 14.5px; text-decoration: none; transition: color .15s ease; }
.footer-link:hover { color: #fff; }
.footer-address { color: rgba(255,255,255,0.5); font-size: 13.5px; line-height: 1.7; }
.footer-divider { border: none; border-top: 1px solid rgba(255,255,255,0.12); margin: 36px 0 20px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.footer-copyright { color: rgba(255,255,255,0.5); font-size: 14px; }
.footer-legal { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.footer-legal a, .footer-legal-btn { color: rgba(255,255,255,0.55); font-size: 13.5px; text-decoration: none; transition: color .15s ease; }
.footer-legal a:hover, .footer-legal-btn:hover { color: #fff; }
/* font-family: inherit (font kısayolu değil) — kısayol yukarıdaki font-size'ı ezip
   butonu diğer yasal linklerden büyük gösteriyordu. */
.footer-legal-btn { background: none; border: none; cursor: pointer; padding: 0; font-family: inherit; }

/* Çerez onay banner'ı */
.cookie-banner {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 200;
  background: rgba(12, 18, 36, 0.97); backdrop-filter: blur(14px);
  border-top: 1px solid var(--fm-border-strong);
  box-shadow: 0 -10px 40px rgba(0,0,0,0.4);
  transform: translateY(110%); transition: transform .35s ease; padding: 18px 0;
}
.cookie-banner.show { transform: translateY(0); }
.cookie-inner { display: flex; align-items: center; gap: 24px; justify-content: space-between; flex-wrap: wrap; }
.cookie-text { flex: 1; min-width: 260px; }
.cookie-text strong { display: block; font-size: 15px; margin-bottom: 4px; }
.cookie-text p { margin: 0; color: var(--fm-muted); font-size: 13.5px; line-height: 1.6; }
.cookie-text a { color: var(--fm-purple-soft); text-decoration: underline; }
.cookie-actions { display: flex; gap: 10px; flex-shrink: 0; }
@media (max-width: 640px) { .cookie-actions { width: 100%; } .cookie-actions .btn { flex: 1; } }

/* ------------------------------------------------------------------ */
/* 404                                                                 */
/* ------------------------------------------------------------------ */
.error-page { text-align: center; padding: 120px 20px; }
.error-page .code { font-size: 110px; font-weight: 800; line-height: 1; }
.error-page h1 { font-size: 30px; margin: 12px 0; }
.error-page p { color: var(--fm-muted); margin-bottom: 28px; }

/* ------------------------------------------------------------------ */
/* Turnstile & Captcha                                                */
/* ------------------------------------------------------------------ */
.turnstile-row,
.captcha-row {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin: 20px 0 !important;
  width: 100% !important;
  text-align: center;
}
.turnstile-row .cf-turnstile,
.captcha-row .g-recaptcha {
  display: inline-flex !important;
  justify-content: center !important;
  margin: 0 auto !important;
}

/* ------------------------------------------------------------------ */
/* Responsive                                                          */
/* ------------------------------------------------------------------ */
@media (max-width: 992px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 300px; }
  .about-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .projects-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 768px) {
  .section { padding: 64px 0; }
  .nav-links, .header-actions .lang-switch, .header-actions .btn { display: none; }
  .nav-toggle { display: flex; }
  .hero-title { font-size: 42px; letter-spacing: -0.04em; }
  .services-grid { grid-template-columns: 1fr; }
  .form-grid-2 { grid-template-columns: 1fr; }
  .cta-band { padding: 40px 24px; }
  .about-article { padding: 30px 24px; }
  .doing-grid { grid-template-columns: 1fr; }
  .corp-panel { padding: 28px 24px 30px; }
  .corp-head { align-items: flex-start; }
  .corp-verify { width: 100%; }
  .corp-facts { grid-template-columns: 1fr; gap: 0; }
  .corp-row { flex-direction: column; align-items: flex-start; gap: 4px; }
  .corp-row dd { text-align: left; }
  .corp-sic ul { grid-template-columns: 1fr; }

  .mobile-menu {
    display: block; position: fixed; inset: 72px 0 0; z-index: 99;
    background: rgba(3,7,18,0.98); backdrop-filter: blur(20px);
    padding: 28px 24px; transform: translateX(100%); transition: transform .3s ease;
    overflow-y: auto;
  }
  .mobile-menu.open { transform: translateX(0); }
  .mobile-menu a.m-link { display: flex; align-items: center; gap: 14px; padding: 16px 0; font-size: 20px; font-weight: 700; border-bottom: 1px solid var(--fm-border); color: var(--fm-text); }
  .mobile-menu a.m-link.active { color: var(--fm-purple-soft); }
  .mobile-menu a.m-link svg { opacity: 0.8; }
  .mobile-menu .lang-switch { margin: 24px 0; }
  .mobile-menu .btn { width: 100%; margin-top: 8px; }
  body.menu-open { overflow: hidden; }
}
@media (max-width: 576px) {
  .projects-grid { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-trust { gap: 18px; }
}
