:root {
  color-scheme: dark;
  --bg: #0a101c;
  --surface: #101a2a;
  --surface-2: #152236;
  --line: #26354a;
  --text: #f3f7f2;
  --muted: #a6b4c4;
  --soft: #718297;
  --accent: #c9f37b;
  --blue: #8bbdf4;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  overflow-x: clip;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 850px;
  background: radial-gradient(ellipse at 80% 8%, rgba(81,128,144,.17), transparent 45%),
    radial-gradient(ellipse at 8% 35%, rgba(130,162,93,.08), transparent 42%);
  pointer-events: none;
  z-index: -1;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
a:focus-visible, button:focus-visible, input:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }
::selection { background: var(--accent); color: var(--bg); }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: absolute; left: 16px; top: -70px; z-index: 200; background: var(--accent); color: var(--bg); padding: 8px 14px; border-radius: 8px; }
.skip-link:focus { top: 14px; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(10,16,28,.86); border-bottom: 1px solid rgba(202,224,240,.1); backdrop-filter: blur(20px); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-weight: 700;
  letter-spacing: -.03em;
  white-space: nowrap;
  position: relative;
  transition: transform .25s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.brand:hover {
  transform: translateY(-1px);
}
.brand-mark {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, #132235, #0d1726);
  border: 1px solid #4c6356;
  border-radius: 13px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  text-indent: 0;
  text-align: center;
  color: #fff;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  flex-shrink: 0;
  user-select: none;
  overflow: hidden;
  animation: logoBorderAura 4s ease-in-out infinite, logoSpinIdle 8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  transition: transform .75s cubic-bezier(0.34, 1.56, 0.64, 1), border-color .3s, box-shadow .3s;
}
.brand:hover .brand-mark {
  animation: none;
  transform: rotate(360deg) scale(1.12);
  border-color: var(--accent);
  box-shadow: 0 0 30px rgba(201, 243, 123, 0.55), inset 0 0 14px rgba(201, 243, 123, 0.25);
}
.brand:active .brand-mark {
  transform: rotate(720deg) scale(0.96);
  transition: transform .4s ease;
}
.brand-mark::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(201, 243, 123, 0.35), rgba(255, 255, 255, 0.7), transparent);
  transform: skewX(-25deg);
  animation: logoShineSweep 5s ease-in-out infinite;
  pointer-events: none;
}
.brand:hover .brand-mark::before {
  animation: none;
  left: 140%;
  transition: left .6s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.brand-mark span {
  display: none !important;
}
.brand-name {
  font-size: 16px;
  transition: color .2s, text-shadow .2s;
}
.brand:hover .brand-name {
  color: #fff;
  text-shadow: 0 0 16px rgba(201, 243, 123, 0.25);
}
@keyframes logoSpinIdle {
  0%, 70% {
    transform: rotate(0deg);
  }
  85% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes logoShineSweep {
  0%, 70% {
    left: -120%;
  }
  100% {
    left: 140%;
  }
}
@keyframes logoBorderAura {
  0%, 100% {
    border-color: #3b5545;
    box-shadow: 0 0 14px rgba(201, 243, 123, 0.15), inset 0 0 8px rgba(201, 243, 123, 0.05);
  }
  50% {
    border-color: rgba(201, 243, 123, 0.75);
    box-shadow: 0 0 26px rgba(201, 243, 123, 0.35), inset 0 0 14px rgba(201, 243, 123, 0.18);
  }
}
.primary-nav { display: flex; align-items: center; gap: 34px; font-size: 14px; color: #c9d3dc; }
.primary-nav a:hover, .site-footer a:hover { color: var(--accent); }
.primary-nav .nav-contact { color: var(--text); border: 1px solid var(--line); padding: 9px 16px; border-radius: 100px; }
.nav-contact span { margin-left: 6px; color: var(--accent); }
.menu-toggle { display: none; }
.hero { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 64px; min-height: 710px; padding-top: 72px; padding-bottom: 92px; }
.eyebrow, .section-kicker { color: var(--accent); font-size: 12px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 30px; }
.eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 16px var(--accent); }
h1, h2, h3, p { margin-top: 0; }
.hero h1 { font-size: clamp(60px, 6.4vw, 94px); letter-spacing: -.078em; line-height: 1.04; margin: 0 0 30px; max-width: 720px; }
.hero h1 em, .about-section h2 em, .contact-section h2 em { font-family: Georgia, "Times New Roman", serif; font-weight: 400; color: var(--accent); letter-spacing: -.06em; }
.hero-lead { max-width: 590px; color: #b1bdc8; font-size: 18px; line-height: 1.78; margin-bottom: 34px; }
.hero-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.button { min-height: 50px; padding: 12px 20px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; border-radius: 10px; font-size: 14px; font-weight: 750; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--accent); color: #122014; }
.button-primary:hover { background: #dafa9b; }
.button-quiet { border: 1px solid #40526a; color: #e7eef4; }
.button-quiet:hover { border-color: var(--accent); }
.hero-meta { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-top: 55px; font-size: 12px; }
.hero-meta span { color: var(--soft); margin-right: 4px; }
.hero-meta strong { color: #b5c3cf; border-left: 1px solid #3c4a59; padding-left: 14px; font-weight: 500; }
.hero-art { position: relative; min-height: 510px; display: grid; place-items: center; }
.art-orbit { position: absolute; border: 1px solid rgba(201,243,123,.12); border-radius: 50%; width: 490px; height: 490px; }
.orbit-two { width: 620px; height: 620px; border-color: rgba(139,189,244,.07); }
.art-window { position: relative; width: min(100%, 440px); background: linear-gradient(150deg,#1b2b40,#101b2a 65%); border: 1px solid #3b4c5d; border-radius: 18px; box-shadow: 0 35px 100px rgba(0,0,0,.38); transform: rotate(-3deg); }
.window-top { height: 49px; padding: 0 19px; border-bottom: 1px solid #35465a; display: flex; justify-content: space-between; align-items: center; color: #7f92a8; font-size: 11px; }
.window-dots { display: flex; gap: 5px; }
.window-dots i { display: block; width: 7px; height: 7px; background: #64778b; border-radius: 50%; }
.window-dots i:first-child { background: var(--accent); }
.window-body { padding: 32px; }
.mini-label { font-size: 10px; font-weight: 800; letter-spacing: .2em; color: var(--accent); }
.window-body h2 { font-size: 28px; line-height: 1.2; letter-spacing: -.04em; margin: 16px 0 28px; }
.window-body h2 span { color: #96a8ba; }
.flow-row { display: flex; align-items: center; gap: 15px; border-top: 1px solid #344359; padding: 16px 0; }
.flow-row>span:nth-child(2) { display: grid; gap: 1px; flex: 1; }
.flow-row strong { font-size: 13px; }
.flow-row small { color: #8da0b1; font-size: 11px; }
.flow-row b { color: var(--accent); font-size: 17px; }
.flow-icon { width: 34px; height: 34px; border: 1px solid #42536a; border-radius: 9px; display: grid; place-items: center; color: #b3c2d1; font-size: 11px; }
.flow-row.active .flow-icon { background: var(--accent); color: #132115; border-color: var(--accent); }
.art-tag { position: absolute; right: -8px; bottom: 63px; border-radius: 9px; background: #d6e2e3; color: #17222a; padding: 12px 16px; font-weight: 800; font-size: 12px; box-shadow: 0 12px 30px #0005; transform: rotate(5deg); }
.art-tag span { color: #6a8e37; }
.strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #0e1826; }
.strip-inner { display: flex; align-items: center; gap: 36px; min-height: 92px; }
.strip span { font-size: 11px; color: var(--accent); font-weight: 800; letter-spacing: .15em; text-transform: uppercase; white-space: nowrap; }
.strip p { margin: 0; color: #b5c3ce; font-size: 15px; }
.section { padding-top: 125px; padding-bottom: 125px; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 40px; }
.section-kicker { margin-bottom: 18px; }
.section-head h2, .about-section h2, .contact-section h2 { font-size: clamp(38px,4.5vw,60px); letter-spacing: -.065em; line-height: 1.12; margin: 0; }
.accent { color: var(--accent); }
.section-head>p { max-width: 370px; color: var(--muted); margin: 0; font-size: 15px; }
.project-grid { display: grid; grid-template-columns: 1.13fr .87fr; gap: 22px; }
.project-card { background: var(--surface); border: 1px solid var(--line); border-radius: 22px; padding: 26px; display: flex; flex-direction: column; min-height: 580px; transition: transform .25s,border-color .25s; }
.project-card:hover, .article-card:hover, .blog-list-card:hover { transform: translateY(-4px); border-color: #5f7a69; }
.project-top { display: flex; justify-content: space-between; align-items: center; }
.chip { border: 1px solid #4c654f; background: #203627; color: var(--accent); border-radius: 100px; padding: 6px 11px; font-size: 10px; letter-spacing: .12em; font-weight: 800; }
.chip-blue { border-color: #426487; background: #1a304b; color: #a8d0fb; }
.project-arrow { color: var(--accent); font-size: 22px; }
.project-preview, .site-preview { height: 256px; margin: 24px 0 27px; overflow: hidden; border-radius: 14px; }
.project-preview { padding: 26px; background: radial-gradient(circle at 80% 10%,#354a73,#1b2540 65%,#111b2b); border: 1px solid #3f506b; }
.preview-head { display: flex; justify-content: space-between; color: #a1b7d5; font-size: 10px; letter-spacing: .16em; font-weight: 800; margin-bottom: 35px; }
.preview-head span:last-child { color: #98b4db; letter-spacing: .4em; }
.preview-line { height: 10px; width: 65%; margin-bottom: 10px; border-radius: 6px; background: #476284; }
.preview-line.long { width: 85%; height: 18px; background: #97b2d7; }
.preview-metrics { display: flex; gap: 9px; flex-wrap: wrap; margin-top: 35px; }
.preview-metrics span { border: 1px solid #7893b0; border-radius: 5px; color: #d5e4ee; padding: 7px 8px; font-size: 10px; }
.site-preview { background: linear-gradient(135deg,#1b363a,#1a2637 65%,#0e1727); border: 1px solid #355765; padding: 23px 30px; }
.site-preview-nav { display: flex; justify-content: space-between; color: var(--accent); font-size: 14px; font-weight: 800; }
.site-preview-nav span:last-child { letter-spacing: .5em; color: #8ca4aa; font-size: 9px; }
.site-preview-title { font-size: 40px; font-weight: 800; line-height: 1.05; letter-spacing: -.06em; margin-top: 36px; }
.site-preview-title em { font-family: Georgia,serif; color: var(--accent); font-weight: 400; }
.site-preview-button { width: 94px; height: 16px; border-radius: 4px; background: var(--accent); margin-top: 18px; }
.project-card h3 { font-size: 26px; letter-spacing: -.045em; margin-bottom: 12px; }
.project-card>p { color: var(--muted); font-size: 15px; line-height: 1.7; margin-bottom: 24px; }
.text-link { color: var(--accent); font-size: 14px; font-weight: 750; display: inline-flex; gap: 12px; align-items: center; }
.text-link:hover { color: #e0ffa7; }
.project-card .text-link { margin-top: auto; }
.about-section { background: #111d2d; border-top: 1px solid #263b51; border-bottom: 1px solid #263b51; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; }
.about-content>p { font-size: 19px; color: #bfccd5; line-height: 1.75; margin-bottom: 40px; }
.principles { border-top: 1px solid #3a4b5e; }
.principles>div { display: flex; gap: 20px; border-bottom: 1px solid #3a4b5e; padding: 23px 0; }
.principles>div>span { font-size: 11px; color: var(--accent); font-weight: 800; margin-top: 5px; }
.principles h3 { font-size: 17px; margin: 0 0 5px; }
.principles p { color: #9faebd; font-size: 14px; margin: 0; }
.article-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.article-card, .blog-list-card { position: relative; min-height: 300px; background: var(--surface); border: 1px solid var(--line); border-radius: 22px; padding: 28px; display: flex; flex-direction: column; transition: transform .25s,border-color .25s; }
.article-meta { color: var(--accent); font-size: 11px; letter-spacing: .11em; font-weight: 800; margin: 0 0 25px; }
.article-card h3, .blog-list-card h2 { font-size: 22px; line-height: 1.27; letter-spacing: -.04em; margin: 0 0 13px; }
.article-card h3 a:hover, .blog-list-card h2 a:hover { color: var(--accent); }
.article-card>p:not(.article-meta), .blog-list-card>p:not(.article-meta) { color: var(--muted); font-size: 14px; line-height: 1.7; margin-bottom: 20px; }
.card-arrow { color: var(--accent); font-size: 24px; margin-top: auto; align-self: flex-end; }
.section-link { white-space: nowrap; }
.contact-section { background: linear-gradient(115deg,#1c3335,#162337 70%); border-top: 1px solid #36535a; }
.contact-inner { display: flex; align-items: end; justify-content: space-between; gap: 35px; }
.contact-section h2 { font-size: clamp(48px,5.6vw,75px); margin-bottom: 20px; }
.contact-section p:not(.section-kicker) { color: #b6c9cb; margin: 0; }
.contact-inner .button { margin-bottom: 8px; }
.site-footer { background: #080e18; border-top: 1px solid var(--line); }
.footer-inner { min-height: 130px; display: flex; align-items: center; gap: 35px; }
.footer-inner p { color: var(--soft); font-size: 13px; margin: 0 auto 0 0; }
.footer-inner nav { display: flex; gap: 25px; font-size: 13px; color: #9cabb9; }
.page-intro { padding-top: 100px; padding-bottom: 60px; }
.page-intro h1 { font-size: clamp(50px,6vw,78px); letter-spacing: -.07em; line-height: 1.08; margin-bottom: 22px; }
.page-intro>p:last-child { color: var(--muted); font-size: 18px; max-width: 680px; line-height: 1.7; }
.blog-tools { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 30px; }
.filter-list { display: flex; gap: 9px; flex-wrap: wrap; }
.filter-list button { background: #132137; border: 1px solid var(--line); border-radius: 100px; padding: 9px 18px; color: #b8c7d3; font-size: 13px; font-weight: 650; transition: background .2s, border-color .2s, color .2s, transform .15s; }
.filter-list button:hover { background: #1a2b44; border-color: #3b506e; color: #fff; transform: translateY(-1px); }
.filter-list button[aria-pressed="true"], .filter-list button.active { background: var(--accent); color: var(--bg); border-color: var(--accent); box-shadow: 0 0 16px rgba(201,243,123,.25); }
.blog-search-wrap { display: flex; align-items: center; gap: 10px; }
.blog-search { background: #122034; border: 1px solid #40516a; border-radius: 9px; padding: 11px 16px; color: var(--text); min-width: 260px; transition: border-color .2s; }
.blog-search:focus { outline: none; border-color: var(--accent); }
.blog-search::placeholder { color: #8ca0b2; }
.clear-filter-btn { background: none; border: 1px solid #3c4f69; color: #a4b7cc; border-radius: 8px; padding: 8px 12px; font-size: 12px; font-weight: 600; cursor: pointer; transition: all .2s; }
.clear-filter-btn:hover { background: #1c2b42; color: #fff; border-color: var(--accent); }
.blog-list { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; padding-bottom: 100px; }
.blog-list-card { min-height: 320px; }
.blog-list-card[hidden] { display: none; }
.result-status { color: var(--soft); font-size: 13px; margin: 0 0 20px; display: flex; align-items: center; gap: 10px; }
.inline-reset-btn { background: none; border: 0; color: var(--accent); text-decoration: underline; padding: 0; font-size: 13px; cursor: pointer; font-weight: 600; }
.inline-reset-btn:hover { color: #e0ffa7; }
.cat-tag { display: inline-flex; align-items: center; border-radius: 100px; padding: 3px 10px; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; margin-right: 6px; cursor: pointer; text-decoration: none !important; transition: opacity .2s; }
.cat-tag:hover { opacity: .85; }
.cat-web { background: #182e44; color: #8bbdf4; border: 1px solid #2d4868; }
.cat-hukuk { background: #1f3628; color: #c9f37b; border: 1px solid #3d6049; }
.cat-urun { background: #2b2242; color: #d5b8ff; border: 1px solid #4f3b73; }
.cat-gelistirme { background: #33261a; color: #f5b971; border: 1px solid #63452b; }
.article-hero { padding-top: 90px; padding-bottom: 55px; max-width: 850px; }
.breadcrumbs { display: flex; gap: 10px; align-items: center; color: #93a6b9; font-size: 13px; margin-bottom: 45px; }
.breadcrumbs a:hover { color: var(--accent); }
.article-hero h1 { font-size: clamp(44px,5.8vw,74px); letter-spacing: -.07em; line-height: 1.1; margin-bottom: 25px; }
.article-hero .deck { font-size: 20px; line-height: 1.65; color: #bdc9d2; max-width: 740px; margin-bottom: 28px; }
.byline { display: flex; align-items: center; gap: 10px; color: #9eb0c0; font-size: 13px; }
.byline span+span::before { content: "·"; margin-right: 10px; }
.article-layout { display: grid; grid-template-columns: minmax(0,760px) 1fr; gap: 85px; align-items: start; padding-bottom: 110px; }
.article-body { font-size: 17px; color: #c4d0d7; line-height: 1.86; }
.article-body h2, .article-body h3 { color: var(--text); line-height: 1.25; letter-spacing: -.04em; }
.article-body h2 { font-size: 30px; margin: 54px 0 18px; }
.article-body h3 { font-size: 22px; margin: 34px 0 13px; }
.article-body p, .article-body ul, .article-body ol { margin-bottom: 24px; }
.article-body ul, .article-body ol { padding-left: 24px; }
.article-body li { padding-left: 5px; margin-bottom: 9px; }
.article-body a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
.article-body strong { color: #e7f0ed; }
.article-body blockquote, .article-note { border-left: 3px solid var(--accent); background: #132236; border-radius: 0 10px 10px 0; margin: 32px 0; padding: 20px 23px; color: #d5e3df; }
.article-body blockquote p, .article-note p { margin: 0; }
.article-aside { position: sticky; top: 112px; border-top: 1px solid #3a4b60; padding-top: 20px; }
.article-aside h2 { font-size: 11px; color: var(--accent); letter-spacing: .14em; margin-bottom: 18px; }
.article-aside a { display: block; color: #aebeca; font-size: 13px; padding: 9px 0; border-bottom: 1px solid #263448; }
.article-aside a:hover { color: var(--accent); }
.article-end { border-top: 1px solid var(--line); padding-top: 28px; margin-top: 60px; }
.article-end a { font-size: 14px; font-weight: 750; }
.byline-actions { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: 15px; }
.share-btn { display: inline-flex; align-items: center; gap: 8px; background: #132238; border: 1px solid #3c4f69; color: #b8c8d8; border-radius: 8px; padding: 7px 14px; font-size: 12px; font-weight: 650; cursor: pointer; transition: all .2s; }
.share-btn:hover { background: #1c2e47; border-color: var(--accent); color: #fff; }
.share-btn.copied { background: #203627; border-color: var(--accent); color: var(--accent); }
.vendor-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 14px; margin: 24px 0; }
.vendor-card { background: #142032; border: 1px solid #2f4157; border-radius: 12px; padding: 16px 18px; text-decoration: none !important; transition: transform .2s, border-color .2s; }
.vendor-card:hover { transform: translateY(-2px); border-color: var(--accent); }
.vendor-card-title { display: flex; justify-content: space-between; align-items: center; font-weight: 700; font-size: 14px; color: #fff; margin-bottom: 6px; }
.vendor-card-title span { color: var(--accent); font-size: 14px; }
.vendor-card p { font-size: 12px; color: #9bb0c4; margin: 0; line-height: 1.5; }
.gov-box { background: linear-gradient(135deg, #18283a, #101b2a); border: 1px solid #3c546e; border-left: 4px solid var(--accent); border-radius: 12px; padding: 22px 24px; margin: 28px 0; }
.gov-box h3 { font-size: 17px; margin: 0 0 8px; color: #fff; display: flex; align-items: center; gap: 8px; }
.gov-box p { margin: 0 0 14px; font-size: 14px; color: #b7c7d6; line-height: 1.6; }
.gov-box p:last-child { margin-bottom: 0; }
.sources { margin-top: 45px; padding: 22px 26px; border: 1px solid var(--line); border-radius: 14px; background: #111c2b; }
.sources h2 { font-size: 18px; margin: 0 0 12px; }
.sources ul { font-size: 14px; margin: 0; line-height: 1.6; }
.sources li { margin-bottom: 5px; }
@media (max-width: 960px) {
  .hero { grid-template-columns: 1fr; gap: 20px; min-height: auto; padding-top: 85px; }
  .hero-copy { max-width: 760px; }
  .hero-art { min-height: 470px; }
  .project-grid, .about-grid { grid-template-columns: 1fr; }
  .about-grid { gap: 35px; }
  .project-card { min-height: unset; }
  .article-grid, .blog-list { grid-template-columns: repeat(2,1fr); }
  .article-layout { grid-template-columns: 1fr; gap: 0; }
  .article-aside { position: static; grid-row: 1; margin-bottom: 25px; }
  .article-aside a { display: inline-block; margin-right: 20px; border: 0; }
  .section { padding-top: 95px; padding-bottom: 95px; }
}
@media (max-width: 680px) {
  .shell { width: min(100% - 36px,1180px); }
  .header-inner { min-height: 68px; }
  .brand-name { font-size: 14px; }
  .brand-mark { width: 38px; height: 38px; font-size: 14px; border-radius: 11px; }
  .menu-toggle { width: 42px; height: 42px; background: #152437; border: 1px solid #3b4d62; border-radius: 9px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; }
  .menu-toggle span { display: block; width: 19px; height: 2px; background: var(--text); border-radius: 2px; }
  .primary-nav { display: none; position: absolute; left: 0; right: 0; top: 68px; background: #0e1a2b; padding: 18px; flex-direction: column; align-items: stretch; gap: 0; border-bottom: 1px solid #3c4d60; }
  .primary-nav.is-open { display: flex; }
  .primary-nav a { padding: 12px 9px; }
  .primary-nav .nav-contact { border: 0; padding: 12px 9px; }
  .hero { padding-top: 75px; padding-bottom: 65px; }
  .hero h1 { font-size: clamp(54px,12vw,76px); }
  .hero-lead { font-size: 16px; }
  .hero-meta { margin-top: 35px; gap: 9px; }
  .hero-meta span { width: 100%; }
  .hero-meta strong { font-size: 11px; padding-left: 10px; }
  .hero-art { min-height: 350px; }
  .art-orbit { width: 340px; height: 340px; }
  .orbit-two { width: 420px; height: 420px; }
  .art-window { width: min(100% - 16px,390px); }
  .window-body { padding: 23px; }
  .window-body h2 { font-size: 23px; }
  .art-tag { bottom: 15px; right: 0; }
  .strip-inner { min-height: 95px; display: block; padding-top: 20px; padding-bottom: 20px; }
  .strip p { font-size: 13px; margin-top: 7px; }
  .section { padding-top: 76px; padding-bottom: 76px; }
  .section-head { align-items: start; display: block; }
  .section-head>p { margin-top: 18px; }
  .section-head h2, .about-section h2 { font-size: 41px; }
  .project-grid, .article-grid, .blog-list { grid-template-columns: 1fr; }
  .project-preview, .site-preview { height: 210px; }
  .project-card { padding: 20px; }
  .project-card h3 { font-size: 23px; }
  .article-card { min-height: 240px; }
  .section-link { margin-top: 22px; }
  .about-content>p { font-size: 17px; }
  .contact-inner { display: block; }
  .contact-section h2 { font-size: 52px; }
  .contact-inner .button { margin-top: 28px; }
  .footer-inner { display: grid; grid-template-columns: 1fr; gap: 14px; padding-top: 30px; padding-bottom: 30px; }
  .footer-inner p { margin: 0; }
  .footer-inner nav { flex-wrap: wrap; gap: 16px; }
  .page-intro { padding-top: 75px; padding-bottom: 35px; }
  .page-intro h1 { font-size: 54px; }
  .blog-tools { display: block; }
  .filter-list { margin-bottom: 17px; }
  .blog-search { width: 100%; }
  .blog-list { padding-bottom: 75px; }
  .article-hero { padding-top: 55px; }
  .article-hero h1 { font-size: 46px; }
  .article-hero .deck { font-size: 18px; }
  .article-body { font-size: 16px; }
  .article-body h2 { font-size: 27px; }
  .article-aside a { display: block; border-bottom: 1px solid var(--line); }
  .article-layout { padding-bottom: 75px; }
}
/* --- HUKUK PAGE DESIGN EXTENSIONS (PORTFOLIO UNIFIED) --- */
.hukuk-calc-window {
  background: linear-gradient(150deg, #162438, #0d1726 70%);
  border: 1px solid #2f445c;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 25px 80px rgba(0,0,0,.45);
  margin-top: 30px;
}
.calc-layout {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 0;
}
.calc-form {
  padding: 34px;
  border-right: 1px solid #26384e;
}
.calc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 24px;
}
.calc-group.full-width {
  grid-column: 1 / -1;
}
.calc-label {
  display: block;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .08em;
  color: var(--soft);
  text-transform: uppercase;
  margin-bottom: 8px;
}
.calc-input {
  width: 100%;
  background: #111d2e;
  border: 1px solid #334860;
  border-radius: 10px;
  padding: 12px 14px;
  color: var(--text);
  font-size: 15px;
  font-weight: 600;
  transition: border-color .2s, box-shadow .2s;
}
.calc-input:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(201,243,123,.15);
}
.calc-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.calc-output-pane {
  padding: 34px;
  background: #0b1320;
  display: flex;
  flex-direction: column;
}
.output-title {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  color: var(--accent);
  text-transform: uppercase;
  margin-bottom: 18px;
}
.result-content {
  background: #101c2c;
  border: 1px solid #24374c;
  border-radius: 12px;
  padding: 22px;
  font-size: 14px;
  line-height: 1.85;
  flex: 1;
  color: #c9d7e3;
}
.result-content strong {
  color: #fff;
}
.result-content .highlight {
  color: var(--accent);
  font-weight: 750;
}
.demo-error {
  background: rgba(239, 68, 68, 0.15);
  border: 1px solid rgba(239, 68, 68, 0.4);
  color: #fca5a5;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 13px;
  margin-bottom: 16px;
}
.demo-disclaimer {
  font-size: 13px;
  color: var(--soft);
  margin-top: 18px;
  line-height: 1.6;
}

/* Comparison Table */
.comp-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--surface);
}
.comp-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 14px;
}
.comp-table th {
  background: #152438;
  padding: 18px 24px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  color: var(--accent);
  text-transform: uppercase;
  border-bottom: 1px solid var(--line);
}
.comp-table td {
  padding: 18px 24px;
  border-bottom: 1px solid #1c2b3d;
  color: #b5c4d2;
}
.comp-table tr:last-child td {
  border-bottom: 0;
}
.comp-table td strong {
  color: #fff;
}
.comp-table td.text-green {
  color: var(--accent);
  font-weight: 600;
}

/* Modules Grid */
.module-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.module-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  transition: transform .25s, border-color .25s;
}
.module-card:hover {
  transform: translateY(-4px);
  border-color: #5f7a69;
}
.module-card h3 {
  font-size: 20px;
  letter-spacing: -.03em;
  margin: 16px 0 14px;
  color: #fff;
}
.module-card ul {
  padding-left: 18px;
  margin: 0;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.7;
}
.module-card li {
  margin-bottom: 8px;
}
.module-card strong {
  color: #d8e5f0;
}

/* FAQ Accordion */
.faq-wrap {
  display: grid;
  gap: 14px;
  max-width: 900px;
}
.faq-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 20px 24px;
  transition: border-color .2s, background .2s;
}
.faq-card[open] {
  border-color: #4a637d;
  background: #132236;
}
.faq-card summary {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  outline: none;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.faq-card summary::-webkit-details-marker {
  display: none;
}
.faq-card summary::after {
  content: "+";
  color: var(--accent);
  font-size: 22px;
  font-weight: 400;
  transition: transform .2s;
}
.faq-card[open] summary::after {
  content: "−";
}
.faq-card p {
  margin: 14px 0 0;
  font-size: 14px;
  color: var(--muted);
  line-height: 1.75;
}

/* Audience Grid */
.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.audience-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 28px;
  transition: transform .25s, border-color .25s;
}
.audience-card:hover {
  transform: translateY(-4px);
  border-color: #5f7a69;
}
.audience-emoji {
  font-size: 28px;
  margin-bottom: 16px;
  display: block;
}
.audience-card h3 {
  font-size: 20px;
  margin: 0 0 10px;
  color: #fff;
  letter-spacing: -.03em;
}
.audience-card p {
  font-size: 14px;
  color: var(--muted);
  margin: 0;
  line-height: 1.65;
}

@media (max-width: 960px) {
  .calc-layout { grid-template-columns: 1fr; }
  .calc-form { border-right: 0; border-bottom: 1px solid #26384e; }
  .module-grid, .audience-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 680px) {
  .calc-grid, .module-grid, .audience-grid { grid-template-columns: 1fr; }
  .calc-form, .calc-output-pane { padding: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
