/* Gilroy, capped at 600. b/strong are pulled to 600 too — the browser default
   is 700 and there is no 700 face. */
@font-face{font-family:Gilroy;src:url("../fonts/sGilroy-Regular.woff2") format("woff2");
  font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:Gilroy;src:url("../fonts/sGilroy-Medium.woff2") format("woff2");
  font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:Gilroy;src:url("../fonts/sGilroy-Semibold.woff2") format("woff2");
  font-weight:600;font-style:normal;font-display:swap}

/* Nokta Servis — stylesheet. Turkish service-sector layout:
   boxed white content on a light ground, single red accent, narrow column. */
:root{
  /* Two colours, two jobs: black is structure, red is action. */
  --brand:#e01010; --brand-d:#b30c0c; --brand-l:#fdebeb;
  --accent:#e01010; --accent-d:#b30c0c; --accent-l:#fdebeb;
  --dark:#111417; --dark-2:#1c2126;
  --ink:#1a1d20; --ink-2:#43484d; --ink-3:#767b80; --ink-4:#9a9ea2;
  /* Headings sit a shade lighter than body ink: 21px+ at weight 600 reads
     heavy at full black. */
  --head:#3a3a3a;
  --line:#e2e2e2; --line-2:#d6d6d6;
  --bg:#f1f2f3; --box:#fff; --band:#eceded;
  --foot:#16191c; --foot-2:#0d0f11; --foot-tx:#a9aeb3;
  --wrap:1180px; --r:12px; --r-sm:8px;
}
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
/* Backstop only — root causes are fixed (overflow-wrap, min-width:0, no vw).
   `clip` not `hidden`, so position:sticky keeps working. */
html{overflow-x:clip}
body{overflow-x:clip}
body{margin:0;padding:0 0 70px;background:var(--bg);color:var(--ink-2);
  font:13.5px/1.75 Gilroy,"Segoe UI",Tahoma,Verdana,Arial,sans-serif;
  overflow-wrap:anywhere}
/* min-width:auto lets a long word widen the whole track. Reset it. */
.box,.split,.side,.cols li,.grid-lnk a,.feat,.tile,.frm,.wblnc-top>div,.wblnc-corp-in>div{min-width:0}
@media(min-width:900px){body{padding-bottom:0}}
img{max-width:100%;height:auto}
a{color:var(--brand);text-decoration:none}
a:hover{text-decoration:underline}
b,strong{font-weight:600}
h1,h2,h3{margin:0;color:var(--ink);font-weight:600;line-height:1.3}
h1{color:var(--head)}
h1{font-size:21px}
@media(min-width:700px){h1{font-size:26px}}
h2{font-size:17px;margin:26px 0 10px}
h3{font-size:14px;font-weight:600;margin:20px 0 6px}
p{margin:0 0 12px}
ul,ol{margin:0 0 12px;padding-left:18px}
.wrap{max-width:var(--wrap);margin:0 auto;padding:0 14px}
@media(min-width:560px){.wrap{padding:0 16px}}
.skip{position:absolute;left:-9999px}
.skip:focus{left:12px;top:12px;z-index:99;background:#000;color:#fff;padding:8px 16px}
.hp{position:absolute!important;left:-9999px}
.ic{width:18px;height:18px}.ic-sm{width:15px;height:15px}.ic-xs{width:12px;height:12px}
svg{flex:none;vertical-align:-.15em}
.muted{color:var(--ink-3)}
.mt{margin-top:26px}

/* ---------- header ---------- */
/* White bar, single row: logo, inline nav, red phone pill. */
.hdr{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:40}
.hdr-in{display:flex;align-items:center;gap:14px;padding:0 14px;min-height:66px}
@media(min-width:560px){.hdr-in{padding:0 16px}}
.logo{display:inline-flex;align-items:center;flex:none}
.logo:hover{text-decoration:none}
/* One image; height drives it and the width follows the 626x120 intrinsic ratio. */
.logo-img{display:block;width:auto;height:34px}
@media(min-width:600px){.logo-img{height:40px}}

/* Six entries, two of them menus. The bar itself only lays out .nav-l; the
   panels are absolutely positioned so they never change the bar's height. */
.nav{display:none;align-items:center;gap:0;margin:0 auto;min-width:0}
.nav-i{position:relative}
.nav-l{position:relative;display:inline-flex;align-items:center;gap:5px;
  padding:22px 14px;font-size:13px;font-weight:600;color:var(--ink-2);white-space:nowrap}
.nav-l svg{color:var(--ink-4);transition:transform .18s ease}
/* Underline grows from the centre. */
.nav-l::after{content:"";position:absolute;left:50%;right:50%;bottom:14px;height:2px;
  background:var(--brand);border-radius:2px;transition:left .18s ease,right .18s ease}
.nav-l:hover{color:var(--ink);text-decoration:none}
.nav-l:hover::after{left:14px;right:14px}
.nav-l[aria-current]{color:var(--brand)}
.nav-l[aria-current]::after{left:14px;right:14px}
.nav-i:hover .nav-l svg,.nav-i:focus-within .nav-l svg{transform:rotate(180deg);color:var(--brand)}

/* Hover and focus-within, no JS: focusing the parent link opens the panel,
   and Tab then walks into it. */
.nav-sub{position:absolute;top:100%;left:6px;z-index:41;display:none;min-width:216px;
  padding:7px;background:#fff;border:1px solid var(--line);border-radius:var(--r-sm);
  box-shadow:0 18px 40px -22px rgba(17,20,23,.5)}
.nav-i:hover .nav-sub,.nav-i:focus-within .nav-sub{display:block}
.nav-sub a{display:block;padding:8px 11px;border-radius:6px;font-size:12.5px;font-weight:500;
  color:var(--ink-2);white-space:nowrap}
.nav-sub a:hover{background:var(--brand-l);color:var(--brand);text-decoration:none}
.nav-sub a[aria-current]{color:var(--brand);font-weight:600}

.hdr-call{display:none;align-items:center;gap:9px;flex:none;background:var(--brand);
  border-radius:999px;padding:8px 16px}
.hdr-call:hover{background:var(--brand-d);text-decoration:none}
@media(min-width:480px){.hdr-call{display:flex}}
.hdr-call-ic{display:grid;place-items:center;color:#fff}
.hdr-call-tx{display:flex;flex-direction:column;line-height:1.2}
.hdr-call-tx small{font-size:8.5px;letter-spacing:.13em;text-transform:uppercase;color:rgba(255,255,255,.82)}
.hdr-call-tx b{font-size:15px;font-weight:600;color:#fff;white-space:nowrap}

.burger{display:inline-flex;flex:none;background:#fff;border:1px solid var(--line-2);
  border-radius:10px;padding:8px 10px;color:var(--ink);cursor:pointer;margin-left:auto}
.nav-mobile{display:flex;flex-direction:column;background:#fff;border-top:1px solid var(--line);
  max-height:calc(100vh - 66px);overflow-y:auto;overscroll-behavior:contain}
.nav-mobile[hidden]{display:none}
.nav-m,.nav-m-grp>summary{display:flex;justify-content:space-between;align-items:center;gap:10px;
  padding:13px 16px;border-bottom:1px solid var(--line);font-size:13.5px;font-weight:600;
  color:var(--ink-2);cursor:pointer;list-style:none}
.nav-m-grp>summary::-webkit-details-marker{display:none}
.nav-m:hover,.nav-m-grp>summary:hover{background:var(--brand-l);color:var(--brand);text-decoration:none}
.nav-m-grp>summary svg{color:var(--ink-4);transition:transform .18s ease}
.nav-m-grp[open]>summary{color:var(--brand);border-bottom-color:transparent}
.nav-m-grp[open]>summary svg{transform:rotate(180deg);color:var(--brand)}
/* Children are indented and quieter than their heading, so the two levels do
   not read as one long list. */
.nav-m-grp>a{display:flex;justify-content:space-between;align-items:center;gap:10px;
  padding:10px 16px 10px 28px;font-size:12.5px;font-weight:400;color:var(--ink-3);
  background:var(--bg);border-bottom:1px solid var(--line)}
.nav-m-grp>a:last-of-type{border-bottom:1px solid var(--line)}
.nav-m-grp>a:hover{color:var(--brand);text-decoration:none}
.nav-m-grp>a svg{color:var(--ink-4)}

/* Call centre, at the end of the panel: whoever opened the menu and kept
   scrolling is the one most likely to want a person. */
.nav-call{padding:16px;background:var(--dark);color:rgba(255,255,255,.72)}
.nav-call-main{display:flex;align-items:center;gap:12px;margin-bottom:12px;padding:12px 14px;border-radius:var(--r-sm);
  background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);color:#fff}
.nav-call-main:hover{background:var(--brand);border-color:var(--brand);text-decoration:none;color:#fff}
.nav-call-ic{display:grid;place-items:center;width:38px;height:38px;flex:none;border-radius:50%;
  background:var(--brand);color:#fff}
.nav-call-main:hover .nav-call-ic{background:#fff;color:var(--brand)}
.nav-call-tx{display:flex;flex-direction:column;line-height:1.25;margin-right:auto}
.nav-call-tx small{font-size:9px;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.6)}
.nav-call-tx b{font-size:19px;font-weight:600;color:#fff;white-space:nowrap}
.nav-call-note{margin:9px 0 0;text-align:center;font-size:11px;color:rgba(255,255,255,.45)}
/* Six grouped entries need ~984px with the logo and the phone pill; the flat
   nine needed 1120. Lowered to match, so laptops and landscape tablets get the
   bar instead of the burger. */
@media(min-width:1020px){.nav{display:flex}.burger,.nav-mobile{display:none!important}}

/* ---------- page frame ---------- */
.page{padding:20px 0 30px}
@media(min-width:700px){.page{padding:34px 0 40px}}
.ptitle{padding-bottom:11px;border-bottom:1px solid var(--line-2);margin:10px 0 16px}
@media(min-width:700px){.ptitle{padding-bottom:12px;margin:14px 0 22px}}
.ptitle .eyebrow{font-size:10.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-4);margin:0 0 6px}
.inner-hero{display:grid;overflow:hidden;margin:10px 0 18px;border-bottom:1px solid var(--line-2)}
.inner-hero-copy{align-self:center;padding:26px 0 18px;text-align:center}
.inner-hero h1{font-size:30px;letter-spacing:-.4px;line-height:1.15}
.inner-hero-note{margin:10px auto 0;max-width:46ch;color:var(--ink-3);font-size:13.5px;line-height:1.6}
/* Mobilde çağrı numarası zaten yapışkan alt barda ve bölüm bandında duruyor;
   hero'da üçüncü kez tekrarlamak yerine eylem satırı masaüstünde açılıyor. */
.inner-hero-cta{display:none}
.inner-hero-art{display:grid;place-items:center;min-height:120px;padding:0 0 8px}
.inner-hero-art img{display:block;width:100%;height:auto;max-height:170px;object-fit:contain}
@media(min-width:700px){
  .inner-hero{grid-template-columns:minmax(0,1.08fr) minmax(280px,.92fr);min-height:230px;
    margin:14px 0 24px}
  .inner-hero-copy{padding:26px 34px 26px 0;text-align:left}
  .inner-hero h1{font-size:42px;line-height:1.1}
  .inner-hero-note{margin-left:0;font-size:14.5px}
  .inner-hero-cta{display:flex;flex-wrap:wrap;gap:9px;margin-top:18px}
  .inner-hero-art{min-height:230px;padding:0}
  .inner-hero-art img{height:100%;max-height:215px}
}
@media(min-width:1000px){
  .inner-hero{grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);min-height:250px}
  .inner-hero-copy{padding-right:48px}
  .inner-hero h1{font-size:42px}
  .inner-hero-art{min-height:250px}
  .inner-hero-art img{max-height:235px}
}
/* Press list. Outlet and date lead, headline carries the weight — the reader
   is scanning for who published, not for our wording. */
.press{display:grid;gap:10px;margin-top:16px}
.pr{display:flex;align-items:center;gap:12px;padding:13px 14px;border:1px solid var(--line);
  border-radius:var(--r-sm);background:var(--box);color:inherit;text-decoration:none;
  transition:border-color .15s,box-shadow .15s}
.pr:hover{border-color:var(--brand);box-shadow:0 2px 10px rgba(0,0,0,.06)}
.pr-b{display:flex;flex-direction:column;gap:2px;min-width:0}
.pr-b em{color:var(--ink-3);font-size:12px;font-style:normal;letter-spacing:.2px}
.pr-b b{color:var(--head);font-size:14.5px;font-weight:600;line-height:1.45}
.pr-go{margin-left:auto;flex:0 0 auto;color:var(--ink-3)}
.pr:hover .pr-go{color:var(--brand)}

/* Brand kit (/marka-logolarimiz). The preview panel carries its own ground so
   each lockup is shown on the background it is actually meant for — a reverse
   logo on white would look broken and teach the wrong thing. */
.mkgrid{display:grid;gap:12px;margin-top:16px}
@media(min-width:700px){.mkgrid{grid-template-columns:repeat(3,minmax(0,1fr))}}
.mk{margin:0;border:1px solid var(--line);border-radius:var(--r-sm);background:var(--box);overflow:hidden}
.mk-prev{display:grid;place-items:center;min-height:118px;padding:20px}
.mk-prev img{display:block;width:100%;max-width:230px;height:auto}
.mk-sq img{max-width:74px}
.mk-light{background:var(--box)}
.mk-dark{background:var(--foot)}
.mk figcaption{display:flex;flex-direction:column;gap:3px;padding:12px 14px;border-top:1px solid var(--line)}
.mk figcaption b{color:var(--head);font-size:14px;font-weight:600}
.mk figcaption small{color:var(--ink-3);font-size:12px;line-height:1.5}
.mk-dl{display:inline-flex;align-items:center;gap:5px;margin-top:6px;color:var(--brand);
  font-size:12.5px;font-weight:600;text-decoration:none}
.mk-dl:hover{text-decoration:underline}

/* Colour chips. */
.swgrid{display:grid;gap:10px;margin-top:14px}
@media(min-width:620px){.swgrid{grid-template-columns:repeat(3,minmax(0,1fr))}}
.sw{display:flex;align-items:center;gap:12px;padding:12px;border:1px solid var(--line);
  border-radius:var(--r-sm);background:var(--box)}
.sw-c{flex:0 0 42px;height:42px;border-radius:9px;border:1px solid rgba(0,0,0,.08)}
.sw-b{display:flex;flex-direction:column;gap:1px;min-width:0}
.sw-b b{color:var(--head);font-size:13.5px;font-weight:600}
.sw-b code{color:var(--ink-2);font-size:12.5px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}
.sw-b small{color:var(--ink-3);font-size:11.5px}

/* Corporate profile directory (/sosyal-medya-hesaplarimiz). Cards sit on the
   page ground inside their card, the same recess the tile grids use, so the
   list reads as a directory rather than more body copy. */
.socgrid{display:grid;gap:10px;margin-top:16px}
@media(min-width:620px){.socgrid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(min-width:1000px){.socgrid{grid-template-columns:repeat(3,minmax(0,1fr))}}
.soc{display:flex;align-items:center;gap:12px;padding:14px;border:1px solid var(--line);
  border-radius:var(--r-sm);background:var(--box);color:inherit;text-decoration:none;
  transition:border-color .15s,box-shadow .15s,transform .15s}
.soc:hover{border-color:var(--brand);box-shadow:0 2px 10px rgba(0,0,0,.06);transform:translateY(-1px)}
.soc-ic{display:grid;place-items:center;flex:0 0 38px;height:38px;border-radius:9px;
  background:var(--bg);color:var(--brand)}
.soc-b{display:flex;flex-direction:column;gap:1px;min-width:0}
.soc-b b{color:var(--head);font-size:14px;font-weight:600}
.soc-b em{color:var(--ink-3);font-size:12.5px;font-style:normal;
  overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.soc-b small{color:var(--ink-3);font-size:12px}
.soc-go{margin-left:auto;flex:0 0 auto;color:var(--ink-3)}
.soc:hover .soc-go{color:var(--brand)}

.box{background:var(--box);border:1px solid var(--line);border-radius:var(--r);padding:18px;margin-bottom:16px}
@media(min-width:700px){.box{padding:26px 28px;margin-bottom:20px}}
/* Not every section is a card. A section whose content is itself a grid of
   cards gets no card of its own: white on white flattens the page. */
.band{margin-bottom:16px;padding:4px 0}
@media(min-width:700px){.band{margin-bottom:22px;padding:8px 0 4px}}
/* Where a block does stay inside a card, it is recessed onto the page ground
   instead: card grids get a surface to sit on, and the long catalogue pages
   stop being one unbroken sheet of white — the lists and the FAQ read as
   modules rather than more paragraphs. */
.box .tiles,.box .feats,.box .grid-lnk,.box .cols,.box .faq,.box .points,.box .roles,.box .socgrid,.box .mkgrid,.box .swgrid,.box .press{
  background:var(--bg);border-radius:var(--r-sm);padding:12px}
@media(min-width:700px){
  .box .tiles,.box .feats,.box .grid-lnk,.box .cols,.box .faq,.box .points,.box .roles,.box .socgrid,.box .mkgrid,.box .swgrid,.box .press{padding:14px 16px}}
.box .faq{margin-top:14px}
.box .faq details:last-child{border-bottom:0}
/* Justification needs a wide enough measure — on phones it opens rivers of
   white space, so it only kicks in from tablet width up. */
.box-lead{text-align:left}
.faq p{text-align:left}
@media(min-width:700px){.box-lead,.faq p{text-align:justify}}
.crumbs{font-size:11.5px;color:var(--ink-4);padding:8px 0 0;line-height:1.9}
.crumbs a{color:var(--ink-3)}
.crumbs span{margin:0 5px}

/* ---------- headings inside content ---------- */
.sechead{text-align:center;font-size:19px;color:var(--head);margin:0 0 6px}
@media(min-width:560px){.sechead{font-size:22px}}
.subhead{text-align:center;color:var(--ink-3);margin:0 auto 22px;max-width:70ch;font-size:13px}
.rule{border:0;border-top:1px solid var(--line);margin:22px 0}

/* ---------- scope notice (policy) ---------- */
/* Foot of the page, not above the fold. Pages whose FAQ already carries the
   statement omit it. Footer disclaimer stays the primary protection. */
.scope-foot{margin-top:16px}
.scope{display:flex;gap:10px;background:#fff;border:1px solid var(--line);
  border-left:3px solid var(--brand);border-radius:var(--r-sm);padding:13px 15px;margin:0;
  font-size:12px;line-height:1.75;color:var(--ink-3)}
.scope-ic{flex:none;color:var(--brand);margin-top:3px}
.scope-ic svg{width:15px;height:15px}
.scope p{margin:0}
.scope strong{color:var(--ink-2);font-weight:600}

/* ---------- feature strip (outline circle icons) ---------- */
.feats{display:grid;grid-template-columns:repeat(2,1fr);gap:9px;margin:22px 0}
@media(min-width:560px){.feats{grid-template-columns:repeat(3,1fr);gap:10px}}
@media(min-width:900px){.feats{grid-template-columns:repeat(6,1fr);margin:26px 0}}
.feat{border:1px solid var(--line);border-radius:var(--r-sm);padding:14px;background:#fff}
.feat-ic{display:grid;place-items:center;width:34px;height:34px;margin:0 0 9px;border-radius:8px;
  background:var(--brand-l);color:var(--brand)}
.feat-ic svg{width:19px;height:19px;stroke-width:1.7}
.feat{text-align:left}
.feat b{display:block;font-size:11.5px;font-weight:600;color:#3f3f3f;line-height:1.45}
.feat small{display:block;font-size:11px;color:var(--ink-4);line-height:1.5;margin-top:4px}

/* ---------- phone band ---------- */
.phoneband{position:relative;overflow:hidden;background:var(--dark);border:0;
  border-left:4px solid var(--brand);border-radius:var(--r-sm);padding:16px 14px;text-align:center;
  font-size:13.5px;color:rgba(255,255,255,.72);margin:22px 0;line-height:1.9}
/* Decorative only; disabled under prefers-reduced-motion below. */
.phoneband::before{content:"";position:absolute;top:0;bottom:0;width:45%;left:-60%;
  background:linear-gradient(100deg,transparent,rgba(224,16,16,.22),transparent);
  animation:sheen 4.5s ease-in-out infinite}
@keyframes sheen{0%{left:-60%}55%{left:120%}100%{left:120%}}
.phoneband a{position:relative;display:inline-block;color:#fff;font-weight:600;font-size:18px;
  padding:2px 10px;border-radius:999px;animation:glow 2.2s ease-in-out infinite}
.phoneband a[href^="tel:"]{white-space:nowrap}
.phoneband a:hover{text-decoration:none;background:var(--brand);animation:none}
@keyframes glow{
  0%,100%{text-shadow:0 0 0 rgba(224,16,16,0);color:#fff}
  50%{text-shadow:0 0 16px rgba(224,16,16,.95),0 0 34px rgba(224,16,16,.55);color:#ff6b6b}
}
@media(min-width:560px){.phoneband{padding:18px;font-size:15px}.phoneband a{font-size:21px}}
@media(prefers-reduced-motion:reduce){
  .phoneband::before{display:none}
  .phoneband a{animation:none;color:var(--brand)}
}

.ctaband{background:var(--brand);color:#fff;border-radius:var(--r);padding:18px;margin:16px 0;
  display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:center;text-align:center}
.ctaband p{margin:0;font-size:15px}
@media(min-width:640px){.ctaband{padding:18px 26px;justify-content:space-between;text-align:left}
  .ctaband p{font-size:17px}}
.ctaband .btn{background:#2f2f2f;color:#fff;border-color:#2f2f2f}
.ctaband .btn:hover{background:#1c1c1c}

/* Outbound reference link (e.g. the association's own site). */
.linkband{background:var(--band);border:1px solid var(--line);border-radius:var(--r-sm);
  padding:14px 16px;text-align:center;margin:22px 0}
.linkband a{font-weight:600;font-size:13.5px}

/* ---------- district / link lists ---------- */
/* Sentence case, not letter-spaced caps — those read as labels. */
.listhead{font-size:16.5px;font-weight:600;letter-spacing:-.01em;text-transform:none;
  color:var(--head);border-bottom:1px solid var(--line);padding-bottom:9px;margin:30px 0 14px}
@media(min-width:700px){.listhead{font-size:18.5px}}
/* Emphasised key phrases inside body copy. */
.box-lead strong,.prose strong,.box p strong{color:var(--ink);font-weight:600}
/* Two columns fit a phone once overflow-wrap handles long strings. */
.cols{columns:2;column-gap:18px;font-size:12.5px;list-style:none;padding:0;margin:0}
@media(max-width:359px){.cols{columns:1}}
@media(min-width:560px){.cols{column-gap:24px}}
@media(min-width:700px){.cols{columns:3}}
@media(min-width:900px){.cols{columns:4}}
/* Long unbreakable items (e-mail) need the full measure on phones. */
.cols.wide{columns:1}
@media(min-width:560px){.cols.wide{columns:2}}
@media(min-width:900px){.cols.wide{columns:3}}
.cols li{break-inside:avoid;margin-bottom:6px;color:var(--ink-2)}
.cols a{color:var(--ink-2)}
.cols a:hover{color:var(--brand)}
/* Grows the tap target without moving anything visually. */
@media(hover:none){
  .cols li{margin-bottom:2px}
  .cols a,.side a{display:inline-block;padding:5px 0}
  .wblnc li{line-height:1.5}
  .wblnc li a{display:inline-block;padding:5px 0}
  .crumbs a{display:inline-block;padding:3px 0}
}

/* ---------- tiles (service categories) ---------- */
/* fixed counts so an 8-tile row never orphans one */
.tiles{display:grid;grid-template-columns:repeat(2,1fr);gap:9px;margin:20px 0}
@media(min-width:480px){.tiles{grid-template-columns:repeat(3,1fr)}}
@media(min-width:700px){.tiles{grid-template-columns:repeat(4,1fr)}}
.tile{background:#fff;border:1px solid var(--line);border-radius:var(--r-sm);
  padding:16px 8px;text-align:center;color:var(--ink);display:flex;flex-direction:column;
  align-items:center;justify-content:center;gap:9px;min-height:96px;transition:.15s}
.tile:hover{border-color:var(--brand);box-shadow:0 2px 10px rgba(15,107,98,.13);
  text-decoration:none;color:var(--brand)}
.tile svg{width:32px;height:32px;stroke-width:1.4;color:var(--brand)}
.tile:hover svg{color:var(--accent)}
.tile b{font-size:11.5px;font-weight:600;line-height:1.4}

/* ---------- role cards (career) ---------- */
.roles{display:grid;gap:10px;margin:14px 0 0}
@media(min-width:820px){.roles{grid-template-columns:repeat(3,1fr);gap:12px}}
.role{background:#fff;border:1px solid var(--line);border-radius:var(--r-sm);
  border-top:2px solid var(--brand);padding:15px 16px 16px}
.role b{display:block;font-size:14px;color:var(--ink);margin-bottom:6px}
.role p{margin:0 0 10px;font-size:12.5px;line-height:1.75;color:var(--ink-3)}
.role ul{list-style:none;margin:0;padding:0;display:grid;gap:5px}
.role li{position:relative;padding-left:16px;font-size:12px;line-height:1.6;color:var(--ink-2)}
.role li::before{content:"";position:absolute;left:0;top:7px;width:6px;height:6px;
  border-radius:50%;background:var(--brand-l);box-shadow:inset 0 0 0 1.5px var(--brand)}

/* ---------- service points ---------- */
/* Phone-first cards: the number is the point of the page, so it is the loudest
   line and the whole card is the tel: target. */
.points{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:8px}
@media(max-width:359px){.points{grid-template-columns:1fr}}
.point{display:grid;grid-template-columns:40px minmax(0,1fr) 15px;align-items:center;gap:10px;
  min-height:82px;background:#fff;border:1px solid var(--line);border-radius:var(--r-sm);
  padding:11px 10px 11px 11px;color:var(--ink);transition:border-color .16s,box-shadow .16s,transform .16s}
.point:hover{border-color:rgba(224,16,16,.55);box-shadow:0 8px 22px -16px rgba(17,20,23,.55);
  transform:translateY(-1px);text-decoration:none}
.point-icon{position:relative;display:grid;place-items:center;width:40px;height:40px;border-radius:11px;
  background:var(--brand-l);color:var(--brand)}
.point-icon>svg{width:21px;height:21px;stroke-width:1.75}
.point-verified{position:absolute;right:-3px;bottom:-3px;display:grid;place-items:center;width:16px;height:16px;
  border:2px solid #fff;border-radius:50%;background:var(--brand);color:#fff}
.point-verified svg{width:9px;height:9px;stroke-width:2.6}
.point-body{display:flex;min-width:0;flex-direction:column;gap:1px}
.point b{font-size:13px;font-weight:600;color:var(--ink);line-height:1.35}
.point-phone{display:flex;align-items:center;gap:5px;color:var(--brand);font-size:13.5px;font-weight:600;
  line-height:1.45;white-space:nowrap}
.point-phone svg{width:12px;height:12px;stroke-width:2}
.point small{overflow:hidden;color:var(--ink-4);font-size:10.5px;line-height:1.35;text-overflow:ellipsis;
  white-space:nowrap}
.point-go{display:grid;place-items:center;color:var(--ink-4);transition:color .16s,transform .16s}
.point-go svg{width:14px;height:14px}
.point:hover .point-icon{background:var(--brand);color:#fff}
.point:hover .point-go{color:var(--brand);transform:translateX(2px)}
@media(max-width:479px){.point{grid-template-columns:42px minmax(0,1fr) 16px;min-height:86px}}

/* ---------- brand & city grids ---------- */
.grid-lnk{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:7px}
@media(max-width:359px){.grid-lnk{grid-template-columns:1fr}}
.grid-lnk a{display:flex;align-items:center;gap:7px;background:#fff;border:1px solid var(--line);border-radius:var(--r-sm);
  padding:9px 11px;font-size:12.5px;color:#444}
.grid-lnk a:hover{border-color:var(--brand);color:var(--brand);text-decoration:none}
.plate{background:var(--band);border-radius:3px;padding:1px 5px;font-size:11px;color:var(--ink-4)}
.grid-lnk small{display:block;color:var(--ink-4);font-size:11px}
.alpha-nav{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:18px}
.alpha-nav a{background:var(--band);border-radius:3px;padding:3px 9px;font-size:12px;color:#555;font-weight:600}
.alpha-h{font-size:15px;font-weight:600;color:var(--brand);border-bottom:1px solid var(--line);
  padding-bottom:6px;margin:22px 0 12px;scroll-margin-top:20px}

/* ---------- faq ---------- */
.faq{margin:14px 0 0}
.faq details{border-bottom:1px solid var(--line)}
.faq summary{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:12px 2px;
  cursor:pointer;font-weight:600;color:#3f3f3f;font-size:13px;list-style:none}
.faq summary::-webkit-details-marker{display:none}
.faq details[open] summary svg{transform:rotate(180deg)}
.faq summary svg{transition:.2s;color:var(--ink-4)}
.faq p{padding:0 2px 14px;margin:0;color:var(--ink-2)}

/* ---------- forms ---------- */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:10px 20px;border-radius:999px;
  font:inherit;font-size:13px;font-weight:600;border:1px solid transparent;cursor:pointer;transition:.15s;white-space:nowrap}
.btn:hover{text-decoration:none}
.btn-primary{background:var(--accent);color:#fff}
.btn-primary:hover{background:var(--accent-d)}
.btn-ghost{background:#fff;border-color:var(--line-2);color:#444}
.btn-ghost:hover{border-color:var(--brand);color:var(--brand)}
.btn-block{width:100%}
.frm{display:grid;gap:11px}
.frm label{display:grid;gap:5px;font-size:12px;font-weight:600;color:#555}
.frm input,.frm select,.frm textarea{width:100%;font:inherit;font-size:13.5px;font-weight:400;padding:9px 11px;
  border:1px solid var(--line-2);border-radius:var(--r-sm);background:#fff;color:var(--ink);outline:none}
.frm input:focus,.frm select:focus,.frm textarea:focus{border-color:var(--brand);box-shadow:0 0 0 2px var(--brand-l)}
.frm input::placeholder,.frm textarea::placeholder{color:var(--ink-4)}
/* Native select, one skin for the whole site: the OS control looks different on
   every platform, so the arrow is ours and the box matches the text inputs.
   The chevron is an inline SVG — no extra request, and it is the same shape the
   icon set uses. */
.frm select{appearance:none;-webkit-appearance:none;cursor:pointer;padding-right:34px;
  background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%239a9ea2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat:no-repeat;background-position:right 11px center;background-size:15px 15px}
.frm select:hover{border-color:var(--ink-4)}
.frm select:focus{background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e01010' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E")}
/* Nothing chosen yet reads as a placeholder, like the text inputs do. */
.frm select:invalid{color:var(--ink-4)}
.frm select option{color:var(--ink)}
.frm textarea{resize:vertical}
.frm-row{display:grid;gap:11px}
@media(min-width:520px){.frm-row{grid-template-columns:1fr 1fr}}
.chk{display:flex!important;gap:8px;align-items:flex-start;font-size:11.5px;font-weight:400;line-height:1.55;color:var(--ink-3)}
.chk input{width:auto;margin-top:2px;flex:none}
.frm-note{font-size:11px;color:var(--ink-4);margin:0;line-height:1.55}
.lbl{display:block}
.req{font-style:normal;color:var(--brand)}
.frm-ctx{display:flex;align-items:center;gap:7px;margin:0;padding:9px 12px;background:var(--brand-l);
  border-radius:var(--r-sm);font-size:11.5px;color:var(--brand-d)}
.frm-ctx svg{flex:none}
.frm-ctx b{color:var(--ink)}
/* Numbered sequence. Never .cols: newspaper columns reorder a sequence and
   the reader has to hunt for step 2. */
.steps{list-style:none;counter-reset:s;margin:14px 0 0;padding:0;display:grid;gap:10px}
@media(min-width:640px){.steps{grid-template-columns:repeat(2,1fr);gap:12px}}
@media(min-width:1000px){.steps{grid-template-columns:repeat(4,1fr)}}
.steps li{counter-increment:s;position:relative;background:var(--bg);border-radius:var(--r-sm);
  padding:14px 16px 15px}
.steps li::before{content:counter(s);display:grid;place-items:center;width:24px;height:24px;
  margin-bottom:9px;border-radius:50%;background:var(--brand);color:#fff;font-size:11.5px;font-weight:600}
.steps b{display:block;font-size:13px;color:var(--ink);margin-bottom:4px}
.steps span{display:block;font-size:12px;line-height:1.7;color:var(--ink-3)}

/* What happens after submit — removes the main reason people hesitate. */
.frm-next{list-style:none;counter-reset:n;margin:4px 0 0;padding:0;display:grid;gap:7px}
.frm-next li{display:flex;align-items:center;gap:9px;font-size:11.5px;color:var(--ink-3)}
.frm-next b{display:grid;place-items:center;width:18px;height:18px;border-radius:50%;flex:none;
  background:var(--brand-l);color:var(--brand);font-size:10px;font-weight:600}
.frm-alt{margin:2px 0 0;font-size:11.5px;color:var(--ink-3);text-align:center;
  border-top:1px dashed var(--line);padding-top:10px}
.frm-alt a{font-weight:600}
.formbox{background:var(--band);border:1px solid var(--line);border-radius:var(--r);padding:18px;margin:18px 0}
@media(min-width:700px){.formbox{padding:22px 24px;margin:24px 0}}
.formbox h2{margin-top:0}
.searchbig{display:flex;gap:8px;align-items:center;background:#fff;border:1px solid var(--line-2);border-radius:var(--r-sm);
  padding:6px 6px 6px 12px;color:var(--ink-4);max-width:520px}
.searchbig input{flex:1;border:0;outline:none;font:inherit;font-size:14px;background:none}

/* ---------- two column ---------- */
.split{display:grid;gap:22px}
@media(min-width:860px){.split{grid-template-columns:minmax(0,1fr) 290px;align-items:start}}
.side{display:flex;flex-direction:column;gap:16px}
.side .box{padding:18px 20px;margin:0}
.side-h{font-size:12px;font-weight:600;color:#3f3f3f;border-bottom:1px solid var(--line);
  padding-bottom:8px;margin:0 0 10px;letter-spacing:.02em}
.side ul{list-style:none;padding:0;margin:0;font-size:12.5px}
.side li{margin-bottom:5px}
.side a{color:var(--ink-2)}
.side a:hover{color:var(--brand)}

/* ---------- contact map ---------- */
/* The map is the point of the block, so it gets the width and the height; the
   address strip sits under it as a footer rather than beside it. */
.mapbox{padding:0;overflow:hidden}
.mapbox-in{position:relative;height:300px;background:var(--band)}
@media(min-width:700px){.mapbox-in{height:420px}}
.mapbox-in iframe{display:block;width:100%;height:100%;border:0;filter:saturate(.9)}
.mapbox-info{display:grid;gap:14px;padding:18px}
@media(min-width:820px){
  .mapbox-info{grid-template-columns:1fr auto;align-items:center;padding:20px 24px;gap:24px}
}
.mapbox-title{margin:0 0 10px;font-size:13.5px;font-weight:600;color:var(--ink);line-height:1.5}
.mapbox-facts{display:grid;gap:7px;margin:0}
@media(min-width:560px){.mapbox-facts{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px 22px}}
.mapbox-facts p{display:flex;align-items:flex-start;gap:8px;margin:0;font-size:12.5px;line-height:1.6;
  color:var(--ink-2)}
.mapbox-facts svg{flex:none;margin-top:3px;color:var(--brand)}
.mapbox-info .btn{justify-self:start;white-space:nowrap}

/* ---------- registry card ---------- */
/* Label/value rows instead of a paragraph of line breaks: these are the numbers
   a visitor cross-checks against MERSİS, so they get to be scannable. */
.reg{margin:0;font-size:12.5px}
.reg>div{display:flex;justify-content:space-between;align-items:baseline;gap:12px;
  padding:7px 0;border-bottom:1px dashed var(--line)}
.reg>div:last-of-type{border-bottom:0;padding-bottom:0}
.reg dt{flex:none;font-size:10.5px;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-4)}
.reg dd{margin:0;text-align:right;color:var(--ink-2);font-variant-numeric:tabular-nums;
  overflow-wrap:anywhere}
.reg dd.reg-wide{font-size:12px;line-height:1.6}
.reg-note{margin:11px 0 0;font-size:11px;line-height:1.6;color:var(--ink-4)}

/* ---------- stats / result ---------- */
.stats{display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));margin:0 0 22px}
.stats div{background:var(--band);border-radius:var(--r-sm);padding:14px;text-align:center}
.stats b{display:block;font-size:22px;color:var(--brand)}
.stats small{color:var(--ink-3);font-size:11px}
.result{text-align:center;padding:36px 20px}
.result-ic{display:grid;place-items:center;width:52px;height:52px;border-radius:50%;margin:0 auto 14px;
  border:2px solid currentColor}
.result.ok .result-ic{color:#2e8b4f}
.result.err .result-ic{color:var(--brand)}
.result .actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-top:18px}

/* ---------- footer ---------- */
.wblnc{background:var(--foot);color:var(--foot-tx);font-size:12.5px;line-height:1.9}
.wblnc a{color:var(--foot-tx)}
.wblnc a:hover{color:#fff}
/* Button, not a footer link — keeps its own colours. */
.wblnc .btn-primary,.wblnc .btn-primary:hover{color:#fff}
.wblnc .btn-primary{background:var(--brand)}
.wblnc .btn-primary:hover{background:var(--brand-d)}
.wblnc-brand{display:grid;gap:14px;padding-top:30px;padding-bottom:22px;border-bottom:1px solid rgba(255,255,255,.1)}
@media(min-width:760px){.wblnc-brand{grid-template-columns:auto auto;justify-content:space-between;align-items:center;gap:26px}}
.wblnc-brand .btn{justify-self:start}
.wblnc-top{display:grid;gap:20px;padding-top:28px;padding-bottom:24px}
@media(min-width:700px){.wblnc-top{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}}
.wblnc-h{font-size:10.5px;letter-spacing:.13em;text-transform:uppercase;color:#eee;font-weight:400;
  border-bottom:1px solid rgba(255,255,255,.18);padding-bottom:6px;margin:0 0 10px}
.wblnc ul{list-style:none;padding:0;margin:0}
.wblnc li::before{content:"»";margin-right:6px;color:rgba(255,255,255,.45)}
.wblnc-corp{border-top:1px solid rgba(255,255,255,.13);font-size:11.5px;line-height:1.8}
.wblnc-corp-in{display:grid;gap:18px;padding-top:22px;padding-bottom:22px}
@media(min-width:700px){.wblnc-corp-in{grid-template-columns:repeat(auto-fit,minmax(190px,1fr))}}
.wblnc-corp p{margin:0}
.wblnc-corp strong{color:#fff;font-weight:600}
.wblnc-disc{border-top:1px solid rgba(255,255,255,.13)}
.wblnc-disc p{margin:0;padding-top:18px;padding-bottom:18px;text-align:center;font-size:11.5px;line-height:1.8;color:rgba(255,255,255,.72)}
.wblnc-legal{background:var(--foot-2);font-size:11px}
.wblnc-legal-in{display:flex;flex-wrap:wrap;gap:8px 16px;justify-content:center;padding-top:12px;padding-bottom:12px;text-align:center}
.wblnc-legal p{margin:0}

/* ---------- mobile call bar ---------- */
.callbar{position:fixed;inset:auto 0 0 0;z-index:50;display:flex;align-items:center;justify-content:center;gap:12px;
  min-height:60px;padding:9px 16px calc(9px + env(safe-area-inset-bottom));background:var(--accent);color:#fff}
.callbar:hover{text-decoration:none;color:#fff}
.callbar-ic{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#fff;color:var(--accent)}
.callbar-txt{display:flex;flex-direction:column;line-height:1.2}
.callbar-txt small{font-size:10px;text-transform:uppercase;letter-spacing:.12em;opacity:.85}
.callbar-txt b{font-size:17px}
@media(min-width:900px){.callbar{display:none}}
/* The open mobile menu carries its own call centre block — see .nav-call. */
body.menu-open .callbar{display:none}

/* ---------- home hero ---------- */
/* No panel: the transparent artwork sits directly on the page ground. */
.hero{position:relative;overflow:hidden;margin-bottom:16px;background:var(--bg)}
/* Dot grid — the brand mark is a dot, hence dots not appliance line-art. */
.hero-deco{position:absolute;inset:0;pointer-events:none;
  background-image:radial-gradient(rgba(17,20,23,.16) 1.4px, transparent 1.4px);
  background-size:24px 24px;opacity:.5;
  -webkit-mask-image:linear-gradient(115deg,#000,transparent 62%);
  mask-image:linear-gradient(115deg,#000,transparent 62%)}
.hero-in{position:relative;display:grid}
.hero-copy{position:relative;z-index:1;padding:42px 0 22px;text-align:center}
.hero h1{font-size:31px;font-weight:600;line-height:1.1;color:var(--head);letter-spacing:-.9px}
.hero h1 span{color:var(--brand)}
.hero-lead{margin:17px auto 0;max-width:58ch;color:var(--ink-2);font-size:17px;line-height:1.5;font-weight:500}
.hero-note{margin:9px auto 0;max-width:58ch;color:var(--ink-3);font-size:13.5px;line-height:1.6}
.hero-cta{display:flex;flex-wrap:wrap;gap:10px;margin-top:25px;justify-content:center}
.btn-lg{padding:13px 24px;font-size:14.5px}
.hero-visual{position:relative}
.hero-visual img{display:block;width:100%;height:auto;aspect-ratio:3/2;
  object-fit:contain;object-position:center}
@media(max-width:420px){
  .hero-cta{display:grid}
  .hero-cta .btn{width:100%}
}
@media(min-width:700px){
  .hero-copy{padding:54px 0 30px}
  .hero h1{font-size:44px}
  .hero-lead{font-size:19px;margin-top:20px}
  .hero-note{font-size:14px}
}
@media(min-width:900px){
  .hero-in{grid-template-columns:minmax(0,.94fr) minmax(390px,1.06fr);min-height:470px;align-items:stretch}
  /* No left padding: with the hero card gone, the headline lines up with the
     page's own left edge instead of sitting inset from nothing. */
  .hero-copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;
    padding:52px 38px 52px 0;text-align:left}
  .hero h1{font-size:48px}
  .hero-lead{margin-left:0;max-width:46ch}
  .hero-note{margin-left:0;max-width:52ch}
  .hero-cta{justify-content:flex-start}
  .hero-visual{min-height:470px}
  .hero-visual img{height:100%;aspect-ratio:auto;object-fit:contain;object-position:center}
}
@media(min-width:1100px){
  .hero-in{grid-template-columns:minmax(0,.9fr) minmax(500px,1.1fr)}
  .hero-copy{padding-left:0;padding-right:48px}
  .hero h1{font-size:53px}
}

/* ---------- legal documents ---------- */
.legal-intro{font-size:14px;color:var(--ink);border-left:3px solid var(--brand);
  padding-left:14px;margin-bottom:6px}
.legal-list{margin:0 0 14px;padding-left:20px}
.legal-list li{margin-bottom:6px}
/* Tables scroll in their own box; the page never scrolls sideways. */
.tablewrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:0 0 16px;
  border:1px solid var(--line);border-radius:var(--r-sm)}
.legal-table{border-collapse:collapse;width:100%;min-width:420px;font-size:12.5px}
.legal-table th,.legal-table td{padding:10px 13px;text-align:left;vertical-align:top;
  border-bottom:1px solid var(--line)}
.legal-table th{background:var(--band);font-weight:600;color:var(--ink);white-space:nowrap}
.legal-table tbody tr:last-child td{border-bottom:0}
.legal-table td:first-child{font-weight:600;color:var(--ink)}

/* ---------- customer reviews ---------- */
.revs{display:grid;gap:12px;grid-template-columns:1fr;margin-top:18px}
@media(min-width:640px){.revs{grid-template-columns:repeat(2,1fr)}}
@media(min-width:980px){.revs{grid-template-columns:repeat(3,1fr)}}
.rev{margin:0;background:#fff;border:1px solid var(--line);border-radius:var(--r-sm);padding:18px}
.rev-stars{color:var(--brand);font-size:14px;letter-spacing:2px;margin-bottom:9px}
.rev-stars .off{color:var(--line-2)}
.rev blockquote{margin:0 0 12px;font-size:13px;line-height:1.75;color:var(--ink-2)}
.rev figcaption b{display:block;font-size:13px;color:var(--ink)}
.rev figcaption small{color:var(--ink-3);font-size:11.5px}

/* ---------- sector contrast ---------- */
/* Mobile stacks each pair into one card so the answer stays attached to the
   claim; CSS `order` would group all left cells then all right cells. */
.vs{display:block;margin:22px 0 0}
.vs-head{display:none}
.vs-row{border:1px solid var(--line);border-radius:var(--r-sm);overflow:hidden;margin-bottom:10px}
.vs-bad,.vs-good{padding:12px 15px;font-size:12.5px;line-height:1.65}
.vs-bad{background:#f7f8f8;color:var(--ink-3);position:relative;padding-left:38px}
.vs-bad::before{content:"✕";position:absolute;left:15px;top:12px;color:#b9bec2;font-weight:600}
.vs-good{background:#fff;color:var(--ink);font-weight:600;position:relative;padding-left:38px;
  border-top:1px solid var(--line)}
.vs-good::before{content:"✓";position:absolute;left:15px;top:12px;color:var(--brand);font-weight:600}

@media(min-width:820px){
  .vs{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--line);
    border-radius:var(--r);overflow:hidden;margin-bottom:0}
  .vs-row{display:contents}
  .vs-head{display:flex;align-items:center;gap:8px;padding:11px 15px;font-size:11.5px;
    font-weight:600;letter-spacing:.06em;text-transform:uppercase}
  .vs-head-bad{background:#f4f5f6;color:var(--ink-3)}
  .vs-head-good{background:var(--brand);color:#fff}
  .vs-bad,.vs-good{border-top:1px solid var(--line);padding-left:15px}
  .vs-bad::before,.vs-good::before{display:none}
  .vs-good{border-left:1px solid var(--line)}
}
