
:root {
  --ink: #081210;
  --ink-2: #10231f;
  --paper: #f3f1e8;
  --paper-2: #e7e3d7;
  --acid: #dcff4f;
  --mint: #4de0c1;
  --coral: #ff765a;
  --white: #fffef8;
  --muted: #5f6a65;
  --line: rgba(8, 18, 16, .14);
  --shadow: 0 24px 80px rgba(8, 18, 16, .14);
  --radius: 26px;
  --container: min(1180px, calc(100% - 36px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .18;
  background-image: radial-gradient(rgba(8,18,16,.28) .55px, transparent .55px);
  background-size: 8px 8px;
  z-index: 30;
  mix-blend-mode: multiply;
}
a { color: inherit; }
img, svg { max-width: 100%; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }
.skip-link {
  position: fixed; left: 16px; top: -100px; z-index: 999;
  background: var(--acid); color: var(--ink); padding: 12px 16px; border-radius: 12px;
  font-weight: 850; text-decoration: none;
}
.skip-link:focus { top: 16px; }
.container { width: var(--container); margin-inline: auto; }
.section { padding: 104px 0; }
.section-tight { padding: 72px 0; }
.section-dark { background: var(--ink); color: var(--white); }
.section-mint { background: var(--mint); }
.eyebrow {
  display: inline-flex; gap: 10px; align-items: center; margin: 0 0 18px;
  text-transform: uppercase; letter-spacing: .16em; font-size: .76rem; font-weight: 900;
}
.eyebrow::before { content: ""; width: 28px; height: 3px; background: currentColor; border-radius: 99px; }
h1,h2,h3,p { margin-top: 0; }
h1,h2,h3 { line-height: 1.02; letter-spacing: -.045em; }
h1 { font-size: clamp(3.4rem, 8vw, 7.4rem); max-width: 11ch; margin-bottom: 24px; }
h2 { font-size: clamp(2.4rem, 5vw, 5.1rem); max-width: 13ch; margin-bottom: 24px; }
h3 { font-size: clamp(1.25rem, 2vw, 1.7rem); margin-bottom: 12px; }
.lead { font-size: clamp(1.1rem, 2vw, 1.34rem); max-width: 690px; color: #33423d; }
.section-dark .lead { color: #c7d0cc; }
.kicker { font-family: Georgia, serif; font-style: italic; font-weight: 400; }
.sr-only { position:absolute!important; width:1px!important; height:1px!important; padding:0!important; margin:-1px!important; overflow:hidden!important; clip:rect(0,0,0,0)!important; white-space:nowrap!important; border:0!important; }

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(243,241,232,.9); backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 950; letter-spacing: -.04em; }
.brand-mark {
  width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center;
  background: var(--ink); color: var(--acid); border: 2px solid var(--ink); box-shadow: 5px 5px 0 var(--acid);
  font-size: .86rem; line-height: 1; letter-spacing: -.08em;
}
.brand-name { display: grid; line-height: 1; }
.brand-name span:first-child { font-size: 1.02rem; }
.brand-name span:last-child { font-size: .7rem; letter-spacing: .14em; color: var(--muted); margin-top: 5px; }
.nav-links { display: flex; align-items: center; gap: 24px; }
.nav-links a { text-decoration: none; font-size: .91rem; font-weight: 760; }
.nav-links a:hover { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 5px; }
.nav-toggle { display: none; border: 0; background: var(--ink); color: var(--white); border-radius: 12px; padding: 10px 12px; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 0 20px; border-radius: 999px; border: 2px solid var(--ink);
  font-weight: 900; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 8px 0 rgba(8,18,16,.18); }
.btn-primary { background: var(--acid); color: var(--ink); }
.btn-dark { background: var(--ink); color: var(--white); }
.btn-ghost { background: transparent; color: inherit; }
.section-dark .btn-ghost { border-color: rgba(255,255,255,.5); }
.btn-small { min-height: 44px; padding-inline: 17px; font-size: .9rem; }
.icon { width: 20px; height: 20px; flex: 0 0 auto; }

.hero { position: relative; overflow: hidden; padding: 92px 0 72px; }
.hero::after {
  content: "55"; position: absolute; right: -2vw; top: 0; z-index: -1;
  font-weight: 1000; font-size: clamp(12rem, 31vw, 31rem); line-height: .75;
  color: transparent; -webkit-text-stroke: 2px rgba(8,18,16,.08); transform: rotate(-7deg);
}
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(350px, .92fr); gap: 58px; align-items: center; }
.hero-copy .lead { max-width: 620px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 32px 0 34px; }
.hero-note { display: flex; flex-wrap: wrap; gap: 18px 28px; padding-top: 24px; border-top: 1px solid var(--line); font-size: .9rem; font-weight: 760; }
.hero-note span { display: inline-flex; align-items: center; gap: 9px; }
.pulse-dot { width: 9px; height: 9px; background: var(--mint); border-radius: 50%; box-shadow: 0 0 0 8px rgba(77,224,193,.18); }
.route-card {
  position: relative; min-height: 530px; overflow: hidden; border-radius: 42px;
  background: var(--ink); color: var(--white); border: 1px solid rgba(255,255,255,.09); box-shadow: var(--shadow);
}
.route-grid {
  position: absolute; inset: 0; opacity: .22;
  background-image: linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px);
  background-size: 42px 42px;
}
.route-path { position: absolute; inset: 8% 7%; }
.route-card-content { position: absolute; inset: auto 26px 26px 26px; z-index: 2; padding: 24px; border-radius: 26px; background: rgba(243,241,232,.96); color: var(--ink); }
.route-card-content strong { display: block; font-size: 1.35rem; letter-spacing: -.035em; margin-bottom: 6px; }
.route-card-content p { margin: 0 0 18px; color: var(--muted); }
.location-chip { position: absolute; z-index: 3; padding: 10px 14px; border-radius: 999px; font-size: .8rem; font-weight: 900; }
.location-a { left: 24px; top: 30px; background: var(--acid); color: var(--ink); }
.location-b { right: 22px; top: 46%; background: var(--coral); color: var(--ink); }

.signal-strip { background: var(--acid); border-block: 2px solid var(--ink); overflow: hidden; }
.signal-track { display: flex; width: max-content; animation: marquee 28s linear infinite; }
.signal-track span { padding: 14px 30px; font-weight: 950; text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; white-space: nowrap; }
.signal-track span::after { content: "◆"; margin-left: 30px; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section-head { display: flex; justify-content: space-between; gap: 40px; align-items: flex-end; margin-bottom: 48px; }
.section-head p { max-width: 540px; margin-bottom: 8px; color: var(--muted); }
.section-dark .section-head p { color: #c7d0cc; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card {
  min-height: 280px; padding: 28px; border-radius: var(--radius); background: var(--white); border: 1px solid var(--line);
  display: flex; flex-direction: column; justify-content: space-between; transition: transform .2s ease, border-color .2s ease;
}
.service-card:hover { transform: translateY(-5px); border-color: var(--ink); }
.service-card .number { font-size: .78rem; font-weight: 950; letter-spacing: .14em; }
.service-card p { color: var(--muted); margin-bottom: 0; }
.service-card:nth-child(2), .service-card:nth-child(5) { background: var(--mint); }
.service-card:nth-child(3) { background: var(--ink); color: var(--white); }
.service-card:nth-child(3) p { color: #bdc8c3; }
.service-card:nth-child(6) { background: var(--acid); }
.card-icon { width: 46px; height: 46px; border: 2px solid currentColor; border-radius: 15px; display: grid; place-items: center; margin-bottom: 32px; }

.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.process-step { position: relative; padding-top: 26px; border-top: 2px solid var(--ink); }
.process-step::before { content: attr(data-step); position: absolute; top: -16px; left: 0; background: var(--paper); padding-right: 12px; font-weight: 950; }
.process-step p { color: var(--muted); }
.callout {
  margin-top: 58px; padding: 34px; border-radius: 32px; background: var(--ink); color: var(--white);
  display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 28px;
}
.callout h3 { font-size: clamp(1.8rem, 3vw, 3rem); max-width: 18ch; margin: 0; }

.scenario-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; align-items: start; }
.scenario-poster { position: sticky; top: 108px; padding: 38px; border-radius: 34px; background: var(--coral); min-height: 520px; display: flex; flex-direction: column; justify-content: space-between; }
.scenario-poster .big { font-size: clamp(4.7rem, 10vw, 8rem); font-weight: 1000; line-height: .78; letter-spacing: -.08em; }
.scenario-list { display: grid; gap: 12px; }
.scenario-item { padding: 24px 26px; border-radius: 22px; border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.055); }
.scenario-item p { margin: 6px 0 0; color: #c9d1ce; }

.area-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 58px; align-items: start; }
.area-copy { position: sticky; top: 110px; }
.district-cloud { display: flex; flex-wrap: wrap; gap: 10px; }
.district-cloud span { padding: 12px 16px; border: 2px solid var(--ink); border-radius: 999px; font-weight: 850; background: rgba(255,255,255,.28); }
.area-panel { margin-top: 28px; padding: 26px; background: var(--white); border-radius: 28px; border: 1px solid var(--line); }
.area-panel strong { display: block; font-size: 1.25rem; margin-bottom: 7px; }

.fact-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.fact { padding: 26px; border: 1px solid rgba(255,255,255,.16); border-radius: 24px; }
.fact strong { display: block; color: var(--acid); font-size: 2rem; letter-spacing: -.06em; }
.fact p { color: #c5ceca; margin-bottom: 0; }

.faq-list { max-width: 880px; margin: 0 auto; }
details { border-top: 1px solid var(--line); }
details:last-child { border-bottom: 1px solid var(--line); }
summary { list-style: none; cursor: pointer; padding: 24px 52px 24px 0; font-weight: 900; font-size: 1.12rem; position: relative; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 8px; top: 18px; font-size: 1.7rem; font-weight: 500; }
details[open] summary::after { content: "–"; }
details p { padding: 0 52px 24px 0; color: var(--muted); margin: 0; }

.guide-banner { display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; padding: 42px; border-radius: 36px; background: var(--mint); border: 2px solid var(--ink); box-shadow: 9px 9px 0 var(--ink); }
.guide-banner h2 { font-size: clamp(2.1rem, 4vw, 4.1rem); margin-bottom: 16px; }
.guide-banner p { max-width: 670px; margin-bottom: 0; }

.contact-stage { padding: 110px 0; background: var(--acid); border-top: 2px solid var(--ink); }
.contact-stage h2 { max-width: 15ch; }
.contact-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.contact-number { font-size: clamp(1.8rem, 5vw, 4.2rem); font-weight: 1000; letter-spacing: -.06em; text-decoration: none; display: inline-block; border-bottom: 5px solid var(--ink); line-height: 1.1; }

.site-footer { background: var(--ink); color: var(--white); padding: 46px 0 112px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 42px; }
.footer-links { display: grid; gap: 9px; align-content: start; }
.footer-links a { color: #ced6d2; text-decoration: none; }
.footer-links a:hover { color: var(--acid); }
.footer-note { color: #89958f; font-size: .82rem; margin-top: 38px; }
.mobile-contact { display: none; }

/* Article */
.article-hero { padding: 72px 0 46px; }
.breadcrumbs { display: flex; gap: 8px; flex-wrap: wrap; font-size: .82rem; color: var(--muted); margin-bottom: 26px; }
.breadcrumbs a { text-underline-offset: 3px; }
.article-hero h1 { max-width: 13ch; font-size: clamp(3rem, 7vw, 6.7rem); }
.answer-box { margin-top: 34px; padding: 26px; border-radius: 24px; background: var(--acid); border: 2px solid var(--ink); max-width: 860px; }
.answer-box strong { display: block; text-transform: uppercase; letter-spacing: .12em; font-size: .74rem; margin-bottom: 7px; }
.article-layout { display: grid; grid-template-columns: 270px minmax(0, 780px); gap: 68px; align-items: start; padding-bottom: 110px; }
.toc { position: sticky; top: 100px; border-left: 3px solid var(--ink); padding-left: 18px; }
.toc strong { display: block; margin-bottom: 13px; }
.toc a { display: block; padding: 7px 0; color: var(--muted); text-decoration: none; font-size: .88rem; }
.toc a:hover { color: var(--ink); }
.article-body { font-size: 1.05rem; }
.article-body h2 { font-size: clamp(2rem, 4vw, 3.7rem); max-width: 17ch; margin-top: 84px; scroll-margin-top: 105px; }
.article-body h2:first-child { margin-top: 0; }
.article-body h3 { font-size: 1.55rem; margin-top: 42px; scroll-margin-top: 105px; }
.article-body p, .article-body li { color: #2f3b37; }
.article-body ul, .article-body ol { padding-left: 1.25rem; }
.article-body li { margin-bottom: .55rem; }
.article-body blockquote { margin: 34px 0; padding: 24px 28px; background: var(--mint); border-left: 7px solid var(--ink); border-radius: 0 22px 22px 0; font-size: 1.18rem; font-weight: 760; }
.info-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 26px 0; }
.info-card { padding: 22px; border-radius: 20px; background: var(--white); border: 1px solid var(--line); }
.info-card strong { display: block; margin-bottom: 8px; }
.checklist { margin: 28px 0; padding: 28px; border-radius: 24px; background: var(--ink); color: var(--white); }
.checklist li { color: #d3dbd7; }
.district-section { padding: 24px 0; border-top: 1px solid var(--line); }
.district-section:last-child { border-bottom: 1px solid var(--line); }
.table-wrap { overflow-x: auto; margin: 28px 0; }
table { width: 100%; border-collapse: collapse; min-width: 620px; background: var(--white); }
th, td { padding: 16px; text-align: left; border: 1px solid var(--line); vertical-align: top; }
th { background: var(--ink); color: var(--white); }
.article-cta { margin: 56px 0 0; padding: 34px; background: var(--coral); border-radius: 30px; border: 2px solid var(--ink); }
.article-cta h2 { margin: 0 0 18px; }
.article-meta { color: var(--muted); font-size: .86rem; margin-top: 18px; }

.error-page { min-height: 100vh; display: grid; place-items: center; padding: 30px; }
.error-card { max-width: 720px; text-align: center; padding: 54px; border: 2px solid var(--ink); border-radius: 34px; background: var(--white); box-shadow: 10px 10px 0 var(--acid); }
.error-code { font-size: clamp(5rem, 20vw, 12rem); font-weight: 1000; line-height: .8; letter-spacing: -.1em; }

@media (max-width: 980px) {
  .nav-links { position: fixed; inset: 77px 18px auto; display: none; flex-direction: column; align-items: stretch; padding: 24px; background: var(--white); border: 2px solid var(--ink); border-radius: 24px; box-shadow: var(--shadow); }
  .nav-links.is-open { display: flex; }
  .nav-toggle { display: inline-flex; }
  .desktop-cta { display: none; }
  .hero-grid, .scenario-grid, .area-layout, .article-layout { grid-template-columns: 1fr; }
  .route-card { min-height: 460px; }
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .section-head { align-items: start; flex-direction: column; }
  .scenario-poster, .area-copy, .toc { position: static; }
  .fact-grid { grid-template-columns: repeat(2, 1fr); }
  .article-layout { gap: 34px; }
  .toc { display: grid; grid-template-columns: repeat(2, 1fr); border-left: 0; border-top: 3px solid var(--ink); padding: 18px 0 0; }
  .toc strong { grid-column: 1/-1; }
}
@media (max-width: 680px) {
  :root { --container: min(100% - 24px, 1180px); }
  .section { padding: 76px 0; }
  .section-tight { padding: 55px 0; }
  .brand-name span:last-child { display: none; }
  h1 { font-size: clamp(3.15rem, 16vw, 5.2rem); }
  h2 { font-size: clamp(2.35rem, 11vw, 3.7rem); }
  .hero { padding-top: 56px; }
  .hero-grid { gap: 40px; }
  .hero-actions .btn { width: 100%; }
  .route-card { min-height: 430px; border-radius: 30px; }
  .route-card-content { inset: auto 16px 16px; }
  .card-grid, .process-grid, .fact-grid, .info-grid, .footer-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 240px; }
  .callout, .guide-banner { grid-template-columns: 1fr; }
  .guide-banner { padding: 28px; box-shadow: 6px 6px 0 var(--ink); }
  .scenario-poster { min-height: 360px; }
  .contact-number { font-size: clamp(2rem, 11vw, 3.2rem); }
  .toc { grid-template-columns: 1fr; }
  .article-body h2 { margin-top: 64px; }
  .mobile-contact {
    display: grid; grid-template-columns: 1fr 1fr; position: fixed; z-index: 120; left: 10px; right: 10px; bottom: 10px;
    border: 2px solid var(--ink); border-radius: 18px; overflow: hidden; box-shadow: 0 12px 45px rgba(8,18,16,.28);
  }
  .mobile-contact a { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 56px; font-weight: 950; text-decoration: none; }
  .mobile-contact a:first-child { background: var(--acid); }
  .mobile-contact a:last-child { background: var(--mint); border-left: 2px solid var(--ink); }
  .site-footer { padding-bottom: 106px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms!important; animation-iteration-count: 1!important; transition-duration: .01ms!important; }
}
@media print {
  .site-header, .mobile-contact, .signal-strip, .hero-actions, .contact-stage { display:none!important; }
  body { background:#fff; color:#000; }
  .article-layout { grid-template-columns:1fr; }
  .toc { position:static; }
}

/* v2 content architecture */
.service-link { color: inherit; text-decoration: none; }
.district-links a { padding: 12px 16px; border: 2px solid var(--ink); border-radius: 999px; font-weight: 850; background: rgba(255,255,255,.28); text-decoration:none; }
.district-links a:hover { background: var(--ink); color: var(--acid); }
.district-card-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.district-card { display:block; padding:26px; min-height:280px; border:1px solid var(--line); border-radius:26px; background:var(--white); text-decoration:none; }
.district-card:nth-child(3n+2){background:var(--mint)} .district-card:nth-child(3n){background:var(--acid)}
.district-card span { display:inline-grid; place-items:center; width:42px; height:42px; border-radius:13px; background:var(--ink); color:var(--acid); font-weight:950; }
.district-card h3 { margin-top:32px; } .district-card p { color:var(--muted); } .district-card b { display:block; margin-top:18px; }
.route-region { margin:34px 0; padding:26px; border:1px solid var(--line); border-radius:24px; background:var(--white); }
.route-region h3 { margin-top:0; }
.province-cloud { display:flex; flex-wrap:wrap; gap:8px; }
.province-cloud span { padding:8px 11px; border-radius:999px; background:var(--paper-2); font-size:.84rem; font-weight:760; }
.related-links { margin-top:48px; padding:24px; border-radius:22px; background:var(--paper-2); }
.related-links strong { display:block; margin-bottom:12px; }
.related-links a { display:inline-block; margin:4px 12px 4px 0; font-size:.88rem; }
@media(max-width:980px){.district-card-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){.district-card-grid{grid-template-columns:1fr}.district-card{min-height:0}}


/* v3 — saha odaklı, kurumsal ve daha az dijital görsel yenileme */
:root {
  --ink: #24211f;
  --ink-2: #36312e;
  --paper: #f5f1e8;
  --paper-2: #e7e0d5;
  --acid: #c7352f;
  --mint: #d3a13a;
  --coral: #8b433b;
  --white: #fffdf8;
  --muted: #6b645e;
  --line: rgba(36, 33, 31, .16);
  --shadow: 0 18px 48px rgba(36, 33, 31, .12);
  --radius: 16px;
}
body { background: var(--paper); }
body::before { display: none; }
:focus-visible { outline-color: var(--acid); }
.section { padding: 92px 0; }
.section-dark { background: var(--ink); }
.section-mint { background: #e9e2d7; }
h1,h2,h3 { line-height: 1.08; letter-spacing: -.025em; }
h1 { font-size: clamp(3rem, 6.6vw, 6.15rem); max-width: 12ch; }
h2 { font-size: clamp(2.25rem, 4.4vw, 4.25rem); max-width: 15ch; }
.kicker { font-family: inherit; font-style: normal; font-weight: 900; color: var(--acid); }
.eyebrow { letter-spacing: .11em; }
.eyebrow::before { height: 2px; background: var(--acid); }

.site-header { background: rgba(255,253,248,.98); backdrop-filter: none; border-bottom: 1px solid var(--line); }
.nav-wrap { min-height: 74px; }
.brand-mark {
  width: 48px; height: 48px; border-radius: 7px; background: var(--acid); color: var(--white);
  border: 0; box-shadow: none; position: relative;
}
.brand-mark::after { content:""; position:absolute; left:0; right:0; bottom:0; height:5px; background:var(--mint); }
.brand-name span:first-child { letter-spacing: -.02em; }
.nav-links a { font-weight: 720; }
.nav-links a:hover { color: var(--acid); text-decoration: none; }
.nav-toggle { background: var(--ink); border-radius: 7px; }

.btn { min-height: 52px; border-radius: 8px; border-width: 1.5px; box-shadow: none; }
.btn:hover { transform: translateY(-1px); box-shadow: 0 5px 14px rgba(36,33,31,.13); }
.btn-primary { background: var(--acid); color: var(--white); border-color: var(--acid); }
.btn-dark { background: var(--ink); color: var(--white); }
.btn-ghost { background: rgba(255,253,248,.3); }

.hero { padding: 84px 0 68px; background: linear-gradient(180deg, #fffdf8 0%, var(--paper) 100%); }
.hero::after { display:none; }
.hero-grid { gap: 64px; }
.hero-note { border-top-color: var(--line); }
.pulse-dot { background: var(--acid); box-shadow: 0 0 0 6px rgba(199,53,47,.12); }
.route-card { min-height: 515px; border-radius: 18px; background: var(--ink); border: 1px solid rgba(255,255,255,.1); box-shadow: var(--shadow); }
.route-card::before { content:""; position:absolute; z-index:4; left:0; right:0; top:0; height:11px; background:repeating-linear-gradient(135deg,var(--mint) 0 18px,var(--ink) 18px 36px); }
.route-grid { opacity:.12; background-image: linear-gradient(25deg, transparent 0 48%, rgba(255,255,255,.15) 49% 51%, transparent 52% 100%); background-size: 120px 120px; }
.route-card-content { border-radius: 12px; padding: 25px; background: var(--white); }
.location-chip { border-radius: 5px; letter-spacing:.05em; }
.location-a { background: var(--mint); color: var(--ink); }
.location-b { background: var(--acid); color: var(--white); }
.route-path > path:first-child { stroke: var(--acid)!important; stroke-dasharray: 2 17; }
.route-path > circle:first-of-type { fill: var(--mint)!important; }
.route-path > circle:last-of-type { fill: var(--acid)!important; }
.route-path g rect { fill: var(--white)!important; }
.route-path g path:first-of-type { fill: var(--acid)!important; }
.route-path g circle { fill: var(--ink)!important; stroke: var(--white)!important; }

.signal-strip { background: var(--ink); border: 0; }
.signal-track { width:100%; animation:none; justify-content:center; flex-wrap:wrap; }
.signal-track span { padding:13px 22px; color:var(--white); letter-spacing:.08em; font-size:.74rem; }
.signal-track span::after { content:"/"; color:var(--mint); margin-left:22px; }
.signal-track span:nth-child(n+7) { display:none; }

.service-card { min-height: 265px; border-radius: 14px; border: 1px solid var(--line); border-top: 5px solid var(--acid); background: var(--white)!important; color:var(--ink)!important; box-shadow: 0 7px 20px rgba(36,33,31,.045); }
.service-card:nth-child(even) { border-top-color: var(--mint); }
.service-card:nth-child(3n) { border-top-color: var(--ink); }
.service-card p, .service-card:nth-child(3) p { color:var(--muted); }
.service-card:hover { transform:translateY(-3px); border-left-color:var(--line); border-right-color:var(--line); border-bottom-color:var(--line); box-shadow:0 13px 28px rgba(36,33,31,.09); }
.card-icon { border-radius:7px; color:var(--acid); }

.process-step { border-top-color:var(--ink); }
.callout { border-radius:14px; border-left:7px solid var(--mint); }
.scenario-poster { min-height:500px; border-radius:14px; background:var(--white); color:var(--ink); border:1px solid var(--line); border-top:7px solid var(--acid); }
.scenario-poster .big { color:var(--acid); letter-spacing:-.055em; }
.scenario-item { border-radius:10px; background:rgba(255,255,255,.045); }

.district-cloud span, .district-links a { border:1px solid var(--line); border-radius:7px; background:var(--white); }
.district-links a:hover { background:var(--acid); color:var(--white); border-color:var(--acid); }
.area-panel { border-radius:12px; border-left:5px solid var(--acid); }
.fact { border-radius:10px; }
.fact strong { color:var(--mint); }

.guide-banner { border-radius:14px; background:var(--white); border:1px solid var(--line); border-left:8px solid var(--acid); box-shadow:none; }
.contact-stage { background:#e9e2d7; border-top:8px solid var(--acid); }
.contact-number { color:var(--acid); border-bottom:3px solid var(--acid); }
.site-footer { background:var(--ink); }
.footer-links a:hover { color:var(--mint); }

.answer-box { border-radius:10px; background:#eee6d9; border:1px solid var(--line); border-left:6px solid var(--acid); }
.article-hero h1 { font-size:clamp(2.8rem,6vw,5.7rem); }
.toc { border-left-color:var(--acid); }
.article-body blockquote { background:#e9e2d7; border-left-color:var(--acid); border-radius:0 10px 10px 0; }
.info-card { border-radius:10px; }
.checklist { border-radius:12px; border-left:6px solid var(--mint); }
table { border-radius:10px; overflow:hidden; }
th { background:var(--ink); }
.article-cta { background:#eee6d9; border-radius:12px; border:1px solid var(--line); border-left:7px solid var(--acid); }
.error-card { border-radius:14px; box-shadow:8px 8px 0 var(--mint); }

.district-card { border-radius:12px; background:var(--white)!important; border-top:5px solid var(--acid); box-shadow:0 7px 20px rgba(36,33,31,.045); }
.district-card:nth-child(even) { border-top-color:var(--mint); }
.district-card:nth-child(3n) { border-top-color:var(--ink); }
.district-card span { border-radius:6px; background:var(--ink); color:var(--white); }
.route-region, .related-links { border-radius:12px; }
.province-cloud span { border-radius:5px; }

@media (max-width:980px) {
  .nav-links { border-radius:12px; background:var(--white); }
}
@media (max-width:680px) {
  h1 { font-size:clamp(2.8rem,14vw,4.5rem); }
  h2 { font-size:clamp(2.15rem,10vw,3.35rem); }
  .route-card { border-radius:14px; }
  .guide-banner { box-shadow:none; }
  .mobile-contact { border-radius:10px; border:0; box-shadow:0 10px 35px rgba(36,33,31,.28); }
  .mobile-contact a:first-child { background:var(--acid); color:var(--white); }
  .mobile-contact a:last-child { background:#2f7d57; color:var(--white); border-left:1px solid rgba(255,255,255,.25); }
  .signal-track { display:grid; grid-template-columns:repeat(2,1fr); }
  .signal-track span { padding:11px 10px; text-align:center; border-bottom:1px solid rgba(255,255,255,.1); }
  .signal-track span::after { display:none; }
}


/* v4 content architecture */
.hub-hero{padding-bottom:70px}.hub-intro{max-width:900px;font-size:1.12rem;line-height:1.8;margin-bottom:60px}.content-cluster{margin:70px 0}.seo-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.seo-card{display:flex;flex-direction:column;min-height:250px;padding:28px;background:var(--white);border:1px solid var(--line);border-top:5px solid var(--acid);border-radius:12px;text-decoration:none;color:var(--ink);transition:.2s ease}.seo-card:nth-child(even){border-top-color:var(--mint)}.seo-card:nth-child(3n){border-top-color:var(--ink)}.seo-card:hover{transform:translateY(-3px);box-shadow:0 14px 30px rgba(36,33,31,.09)}.seo-card h3{font-size:1.4rem;margin:18px 0 12px}.seo-card p{color:var(--muted);line-height:1.65}.seo-card-badge{align-self:flex-start;background:#eee6d9;border-radius:5px;padding:6px 9px;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.seo-card-link{margin-top:auto;padding-top:18px;font-weight:800;color:var(--acid)}.quick-link-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.quick-link-grid a{display:flex;flex-direction:column;padding:24px;background:var(--white);border:1px solid var(--line);border-left:5px solid var(--acid);border-radius:9px;color:var(--ink);text-decoration:none}.quick-link-grid strong{font-size:1.15rem}.quick-link-grid span{margin-top:8px;color:var(--muted)}.route-chip-grid{display:flex;flex-wrap:wrap;gap:12px}.route-chip-grid a{padding:13px 17px;border:1px solid rgba(255,255,255,.22);border-radius:6px;color:var(--white);text-decoration:none;font-weight:750}.route-chip-grid a:hover{background:var(--mint);color:var(--ink);border-color:var(--mint)}.job-preview-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.job-preview-grid a{padding:28px;background:#eee6d9;border-left:6px solid var(--acid);border-radius:9px;text-decoration:none;color:var(--ink)}.job-preview-grid span{display:block;color:var(--muted);font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.07em;margin-bottom:10px}.job-preview-grid strong{font-size:1.22rem}.job-route{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px;padding:25px;background:#eee6d9;border:1px solid var(--line);border-radius:10px;margin-bottom:36px}.job-route div{display:flex;flex-direction:column}.job-route span{font-size:.75rem;text-transform:uppercase;letter-spacing:.07em;color:var(--muted);font-weight:800}.job-route strong{font-size:1.35rem;margin-top:6px}.job-route-arrow{font-size:2rem!important;color:var(--acid)!important}.section-clusters{background:#f0ebe2}.article-body a:not(.btn){text-decoration-thickness:2px;text-underline-offset:3px}.article-body ol li,.article-body ul li{margin-bottom:8px}
@media(max-width:980px){.seo-card-grid{grid-template-columns:repeat(2,1fr)}.quick-link-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){.seo-card-grid,.quick-link-grid,.job-preview-grid{grid-template-columns:1fr}.seo-card{min-height:220px}.job-route{grid-template-columns:1fr}.job-route-arrow{transform:rotate(90deg);justify-self:start}.content-cluster{margin:50px 0}}


/* v5 — transport services and mobile overflow repair */
main, section, article, aside, .container, .article-layout, .article-body, .route-region, .province-cloud { min-width:0; }
.article-body { max-width:100%; overflow-wrap:break-word; }
.table-wrap { width:100%; max-width:100%; overflow-x:auto; -webkit-overflow-scrolling:touch; }
.table-wrap table { margin:0; }
.transport-option-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:26px 0 40px}
.transport-option{display:flex;min-width:0;min-height:175px;flex-direction:column;padding:22px;background:var(--white);border:1px solid var(--line);border-left:5px solid var(--acid);border-radius:10px;color:var(--ink);text-decoration:none}
.transport-option:nth-child(even){border-left-color:var(--mint)}
.transport-option strong{font-size:1.2rem;line-height:1.2}
.transport-option span{margin-top:10px;color:var(--muted);line-height:1.55}
.transport-option b{margin-top:auto;padding-top:14px;color:var(--acid);font-size:.86rem}
@media(max-width:680px){
  html,body{max-width:100%;overflow-x:hidden}
  .container{width:calc(100% - 24px);max-width:100%}
  .article-layout,.article-body,.route-region,.province-cloud{width:100%;max-width:100%}
  .article-hero h1,.article-body h2,.article-body h3{max-width:100%}
  .route-region{padding:18px;overflow:hidden}
  .province-cloud{display:grid;grid-template-columns:minmax(0,1fr);gap:10px}
  .province-cloud span{display:block;width:100%;max-width:100%;padding:11px 12px;white-space:normal;overflow-wrap:anywhere;word-break:normal}
  .transport-option-grid{grid-template-columns:minmax(0,1fr)}
  .transport-option{min-height:0}
  .table-wrap{margin-inline:0}
  .table-wrap table{min-width:620px}
}


/* v6 — semantic expansion, quote flow and trust blocks */
.service-fact-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:0 0 38px}.service-fact-strip>div{padding:17px;background:var(--white);border:1px solid var(--line);border-top:4px solid var(--acid);border-radius:8px}.service-fact-strip>div:nth-child(2){border-top-color:var(--mint)}.service-fact-strip>div:nth-child(3){border-top-color:var(--ink)}.service-fact-strip strong,.service-fact-strip span{display:block}.service-fact-strip strong{font-size:1.08rem}.service-fact-strip span{font-size:.85rem;color:var(--muted);margin-top:5px}.cta-secondary{margin:18px 0 0}.cta-secondary a{font-weight:800;text-underline-offset:4px}.quote-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:46px;align-items:start;padding-bottom:100px}.quote-form{display:grid;gap:20px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.quote-form label{display:grid;gap:8px;font-weight:800}.quote-form input,.quote-form select,.quote-form textarea{width:100%;border:1px solid var(--line);border-radius:8px;background:var(--white);color:var(--ink);padding:14px 15px;outline:none}.quote-form input:focus,.quote-form select:focus,.quote-form textarea:focus{border-color:var(--acid);box-shadow:0 0 0 3px rgba(199,53,47,.12)}.quote-note{padding:16px 18px;background:#eee6d9;border-left:5px solid var(--mint);border-radius:7px;color:var(--muted)}.quote-help{position:sticky;top:100px;padding:28px;background:var(--ink);color:var(--white);border-radius:12px}.quote-help h3{margin-top:24px}.quote-help h3:first-child{margin-top:0}.quote-help li{color:#d5d0cb}.quote-help a{color:#f0c65c;font-weight:800}.quote-form .btn{width:max-content}.content-cluster>h2{max-width:18ch}.seo-card-grid{align-items:stretch}.seo-card{min-width:0}.seo-card h3{overflow-wrap:anywhere}
@media(max-width:980px){.quote-layout{grid-template-columns:1fr}.quote-help{position:static}.service-fact-strip{grid-template-columns:1fr}.nav-links{overflow-y:auto;max-height:calc(100vh - 100px)}}
@media(max-width:680px){.form-grid{grid-template-columns:1fr}.quote-form .btn{width:100%}.service-fact-strip{gap:8px}.seo-card-grid{grid-template-columns:1fr}.quick-link-grid{grid-template-columns:1fr}}

/* v6.0.1 — very long emphasized headings wrap safely on narrow phones */
.kicker{overflow-wrap:anywhere;word-break:normal}
