:root {
  --cex-red: #d00012;
  --cex-red-dark: #a9000f;
  --cex-ink: #111417;
  --cex-muted: #5d6369;
  --cex-line: #dfe3e6;
  --cex-soft: #f4f6f7;
  --cex-paper: #ffffff;
}

html { scroll-behavior: smooth; }
body.cex-page { background: var(--cex-paper); color: var(--cex-ink); }
body.cex-page.menu-lock { overflow: hidden; }
.cex-page *, .cex-page *::before, .cex-page *::after { box-sizing: border-box; }
.cex-main { overflow: clip; }
.cex-main .container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.cex-main a { text-underline-offset: 3px; }

.cex-breadcrumb {
  border-top: 1px solid #eceeef;
  border-bottom: 1px solid #e5e7e9;
  background: #fafbfb;
}
.cex-breadcrumb ol {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 46px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: auto;
  scrollbar-width: none;
  white-space: nowrap;
  font-size: 13px;
}
.cex-breadcrumb li:not(:last-child)::after { content: "/"; margin-left: 8px; color: #a0a5aa; }
.cex-breadcrumb a { color: #4b5156; text-decoration: none; }
.cex-breadcrumb [aria-current="page"] { color: var(--cex-red); font-weight: 700; }

.cex-hero { padding: 46px 0 36px; background: linear-gradient(135deg, #0b0e11 0%, #171b1f 72%, #22282d 100%); color: #fff; }
.cex-hero-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr); gap: 42px; align-items: center; }
.cex-eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 13px; color: #ff4655; font: 700 13px/1.2 var(--font-open-sans), Arial, sans-serif; letter-spacing: .11em; text-transform: uppercase; }
.cex-eyebrow::before { content: ""; width: 32px; height: 2px; background: currentColor; }
.cex-hero h1 { max-width: 780px; margin: 0; font: 700 clamp(34px, 4vw, 56px)/1.06 var(--font-oswald), "Arial Narrow", Arial, sans-serif; letter-spacing: -.02em; }
.cex-answer { max-width: 790px; margin: 20px 0 0; color: #e6e9eb; font-size: clamp(16px, 1.5vw, 19px); line-height: 1.65; }
.cex-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.cex-button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 9px; padding: 0 22px; border: 1px solid var(--cex-red); background: var(--cex-red); color: #fff !important; text-decoration: none; font: 700 14px/1 var(--font-oswald), Arial, sans-serif; letter-spacing: .035em; text-transform: uppercase; transition: .2s ease; }
.cex-button:hover { background: var(--cex-red-dark); border-color: var(--cex-red-dark); transform: translateY(-1px); }
.cex-button--ghost { background: transparent; border-color: #6f777e; }
.cex-button--ghost:hover { background: #fff; border-color: #fff; color: var(--cex-ink) !important; }
.cex-hero-visual { position: relative; width: 100%; min-width: 0; height: 220px; border: 1px solid #ffffff2e; background: #0f1316; box-shadow: 0 18px 44px #0008; overflow: hidden; }
.cex-hero-visual img { display: block; width: 100%; height: 100%; object-fit: cover; }
.cex-hero-visual::after { content: ""; position: absolute; inset: auto 0 0; height: 4px; background: var(--cex-red); }

.cex-facts { background: #fff; border-bottom: 1px solid var(--cex-line); box-shadow: 0 8px 24px #1114170a; }
.cex-facts-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.cex-fact { min-height: 92px; padding: 18px 22px; border-right: 1px solid var(--cex-line); }
.cex-fact:last-child { border-right: 0; }
.cex-fact small { display: block; margin-bottom: 5px; color: var(--cex-red); font-weight: 800; font-size: 11px; letter-spacing: .09em; text-transform: uppercase; }
.cex-fact strong { display: block; color: var(--cex-ink); font-size: 15px; line-height: 1.4; }

.cex-section { padding: 68px 0; }
.cex-section--soft { background: var(--cex-soft); }
.cex-section--dark { background: #111417; color: #fff; }
.cex-section-heading { max-width: 780px; margin-bottom: 30px; }
.cex-section-heading .cex-kicker { display: block; margin-bottom: 8px; color: var(--cex-red); font-weight: 800; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.cex-section-heading h2 { margin: 0; font: 700 clamp(28px, 3vw, 40px)/1.15 var(--font-oswald), "Arial Narrow", Arial, sans-serif; }
.cex-section-heading p { margin: 12px 0 0; color: var(--cex-muted); font-size: 17px; line-height: 1.7; }
.cex-section--dark .cex-section-heading p { color: #c9ced2; }
.cex-prose { max-width: 880px; }
.cex-prose p { margin: 0 0 19px; color: #343a3f; font-size: 16px; line-height: 1.78; }
.cex-prose p:last-child { margin-bottom: 0; }
.cex-lead-letter::first-letter { float: left; margin: 8px 9px 0 0; color: var(--cex-red); font: 700 58px/.72 var(--font-oswald), Arial, sans-serif; }

.cex-profile-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin-top: 30px; }
.cex-profile-item { border: 1px solid var(--cex-line); border-top: 3px solid var(--cex-red); background: #fff; padding: 20px; min-height: 122px; }
.cex-profile-item small { display: block; margin-bottom: 8px; color: #777d82; font-weight: 700; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.cex-profile-item strong { display: block; font-size: 15px; line-height: 1.5; }

.cex-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.cex-card { border: 1px solid var(--cex-line); background: #fff; padding: 24px; box-shadow: 0 9px 25px #1114170a; }
.cex-card-index { display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 18px; border: 1px solid #f0aab0; color: var(--cex-red); font: 700 15px/1 var(--font-oswald), Arial, sans-serif; }
.cex-card h3 { margin: 0 0 9px; font: 700 21px/1.25 var(--font-oswald), Arial, sans-serif; }
.cex-card p { margin: 0; color: var(--cex-muted); font-size: 15px; line-height: 1.67; }

.cex-table-wrap { overflow-x: auto; border: 1px solid var(--cex-line); background: #fff; }
.cex-table { width: 100%; border-collapse: collapse; min-width: 720px; }
.cex-table th { background: #181c20; color: #fff; padding: 15px 17px; text-align: left; font-size: 13px; letter-spacing: .04em; }
.cex-table td { padding: 16px 17px; border-bottom: 1px solid var(--cex-line); vertical-align: top; color: #3f454a; font-size: 14px; line-height: 1.55; }
.cex-table tr:last-child td { border-bottom: 0; }
.cex-table td:first-child { width: 25%; color: var(--cex-ink); font-weight: 700; }
.cex-status { display: inline-flex; min-width: 82px; justify-content: center; padding: 5px 8px; border-radius: 100px; font-size: 10px; font-weight: 900; letter-spacing: .07em; }
.cex-status--evet { background: #e5f5eb; color: #176c38; }
.cex-status--hayir { background: #f2f3f4; color: #50565b; }
.cex-status--kosullu { background: #fff0d6; color: #8a5300; }

.cex-split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(330px, .72fr); gap: 30px; align-items: start; }
.cex-list-card { border: 1px solid var(--cex-line); background: #fff; padding: 26px; }
.cex-list-card h3 { margin: 0 0 18px; font: 700 24px/1.2 var(--font-oswald), Arial, sans-serif; }
.cex-check-list { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
.cex-check-list li { position: relative; padding-left: 26px; color: #41474c; font-size: 15px; line-height: 1.55; }
.cex-check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--cex-red); font-weight: 900; }
.cex-callout { border-left: 4px solid var(--cex-red); background: #171b1f; color: #fff; padding: 26px; }
.cex-callout small { display: block; color: #ff6370; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.cex-callout h3 { margin: 9px 0 12px; font: 700 25px/1.2 var(--font-oswald), Arial, sans-serif; }
.cex-callout p { margin: 0; color: #d2d6d9; line-height: 1.7; }

.cex-process { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 0; counter-reset: cex-step; }
.cex-step { position: relative; padding: 54px 20px 20px; border-top: 2px solid #ef9aa1; counter-increment: cex-step; }
.cex-step::before { content: counter(cex-step, decimal-leading-zero); position: absolute; top: -20px; left: 18px; display: grid; place-items: center; width: 40px; height: 40px; border: 2px solid var(--cex-red); border-radius: 50%; background: #fff; color: var(--cex-red); font: 700 13px/1 var(--font-oswald), Arial, sans-serif; }
.cex-step h3 { margin: 0 0 8px; font: 700 19px/1.25 var(--font-oswald), Arial, sans-serif; }
.cex-step p { margin: 0; color: var(--cex-muted); font-size: 14px; line-height: 1.6; }

.cex-related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.cex-related-card { display: flex; flex-direction: column; min-height: 210px; border: 1px solid #343a40; background: #171b1f; color: #fff !important; padding: 24px; text-decoration: none; transition: .22s ease; }
.cex-related-card:hover { border-color: var(--cex-red); transform: translateY(-3px); }
.cex-related-card small { color: #ff6370; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.cex-related-card h3 { margin: 13px 0 9px; font: 700 22px/1.25 var(--font-oswald), Arial, sans-serif; }
.cex-related-card p { margin: 0 0 18px; color: #c9ced2; font-size: 14px; line-height: 1.55; }
.cex-related-card span { margin-top: auto; font-weight: 800; color: #fff; }

.cex-faq { display: grid; gap: 10px; }
.cex-faq details { border: 1px solid var(--cex-line); background: #fff; }
.cex-faq summary { position: relative; cursor: pointer; padding: 20px 56px 20px 22px; list-style: none; color: var(--cex-ink); font-weight: 800; line-height: 1.45; }
.cex-faq summary::-webkit-details-marker { display: none; }
.cex-faq summary::after { content: "+"; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); color: var(--cex-red); font-size: 24px; }
.cex-faq details[open] summary::after { content: "−"; }
.cex-faq details p { margin: 0; padding: 0 22px 21px; color: var(--cex-muted); line-height: 1.7; }

.cex-contact { padding: 68px 0; background: linear-gradient(135deg, #a9000f, #d00012); color: #fff; }
.cex-contact-grid { display: grid; grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr); gap: 44px; align-items: start; }
.cex-contact-copy h2 { margin: 0 0 16px; font: 700 clamp(30px, 3vw, 43px)/1.12 var(--font-oswald), Arial, sans-serif; }
.cex-contact-copy p { margin: 0 0 24px; color: #ffe8ea; line-height: 1.7; }
.cex-contact-links { display: grid; gap: 10px; }
.cex-contact-links a { display: flex; align-items: center; gap: 12px; min-height: 54px; border: 1px solid #ffffff5c; padding: 10px 15px; color: #fff; text-decoration: none; font-weight: 700; }
.cex-contact-links a:hover { background: #ffffff14; }
.cex-form { border: 1px solid #eceeef; background: #fff; color: var(--cex-ink); padding: 28px; box-shadow: 0 18px 50px #5e00064a; }
.cex-form h3 { margin: 0 0 18px; font: 700 25px/1.2 var(--font-oswald), Arial, sans-serif; }
.cex-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.cex-field { display: grid; gap: 6px; }
.cex-field--wide { grid-column: 1 / -1; }
.cex-field label { font-size: 12px; font-weight: 800; color: #4c5257; }
.cex-field input, .cex-field select, .cex-field textarea { width: 100%; min-height: 48px; border: 1px solid #cfd4d7; border-radius: 0; background: #fff; color: var(--cex-ink); padding: 11px 12px; font: 400 15px/1.4 var(--font-open-sans), Arial, sans-serif; }
.cex-field textarea { min-height: 124px; resize: vertical; }
.cex-field input:focus, .cex-field select:focus, .cex-field textarea:focus { outline: 3px solid #d0001221; border-color: var(--cex-red); }
.cex-consent { grid-column: 1 / -1; margin: 0; color: #686e73; font-size: 12px; line-height: 1.55; }
.cex-form button { grid-column: 1 / -1; min-height: 52px; border: 0; background: var(--cex-ink); color: #fff; cursor: pointer; font: 700 15px/1 var(--font-oswald), Arial, sans-serif; letter-spacing: .04em; }
.cex-form button:hover { background: #292f34; }
.cex-form button:disabled { opacity: .6; cursor: wait; }
.cex-form-status { grid-column: 1 / -1; min-height: 22px; margin: 0; font-size: 13px; font-weight: 700; }
.cex-form-status[data-state="success"] { color: #16713a; }
.cex-form-status[data-state="error"] { color: #b00010; }
.cex-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.cex-review { padding: 18px 0; border-top: 1px solid var(--cex-line); background: #f5f6f7; }
.cex-review .container { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 20px; color: #60666b; font-size: 12px; }
.cex-review a { color: #343a3f; }

.cex-root-directory { border-top: 1px solid var(--cex-line); }
.cex-root-directory .cex-related-card { min-height: 190px; }
.cex-root-directory .cex-related-card p { margin-bottom: 0; }

.cex-page .back-to-top { opacity: 0; visibility: hidden; transform: translateY(8px); transition: .2s ease; }
.cex-page .back-to-top.cex-show { opacity: 1; visibility: visible; transform: none; }

@media (max-width: 1120px) {
  .cex-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr); gap: 26px; }
  .cex-facts-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cex-fact:nth-child(2) { border-right: 0; }
  .cex-fact:nth-child(-n+2) { border-bottom: 1px solid var(--cex-line); }
  .cex-profile-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cex-process { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px 0; }
}

@media (max-width: 820px) {
  .cex-main .container { width: min(100% - 30px, 1180px); }
  .cex-hero { padding: 34px 0 28px; }
  .cex-hero-grid, .cex-split, .cex-contact-grid { grid-template-columns: 1fr; }
  .cex-hero-visual { order: -1; height: auto; min-height: 0; max-height: 210px; aspect-ratio: 20 / 7; }
  .cex-section { padding: 52px 0; }
  .cex-card-grid, .cex-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cex-process { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 560px) {
  .cex-main .container { width: min(100% - 24px, 1180px); }
  .cex-breadcrumb ol { min-height: 42px; }
  .cex-hero h1 { font-size: clamp(31px, 10.2vw, 43px); }
  .cex-answer { font-size: 16px; }
  .cex-hero-actions { display: grid; }
  .cex-button { width: 100%; }
  .cex-hero-visual { max-height: 190px; }
  .cex-facts-grid, .cex-profile-grid, .cex-card-grid, .cex-related-grid, .cex-process, .cex-form-grid { grid-template-columns: 1fr; }
  .cex-fact { min-height: 0; border-right: 0; border-bottom: 1px solid var(--cex-line); }
  .cex-fact:last-child { border-bottom: 0; }
  .cex-section { padding: 44px 0; }
  .cex-card, .cex-list-card, .cex-callout, .cex-form { padding: 20px; }
  .cex-step { padding-left: 18px; }
  .cex-field--wide, .cex-consent, .cex-form button, .cex-form-status { grid-column: auto; }
  .cex-review .container { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .cex-button, .cex-related-card, .cex-page .back-to-top { transition: none; }
}
