
:root{
  --navy-980:#06121b;
  --navy-950:#091a27;
  --navy-920:#0d2233;
  --navy-900:#122b3f;
  --navy-850:#17364c;
  --navy-800:#1b425d;
  --steel-750:#304a5f;
  --steel-700:#425c70;
  --steel-650:#557085;
  --mist-200:#dde6ec;
  --mist-150:#e7edf1;
  --mist-120:#edf2f5;
  --mist-100:#f3f6f8;
  --ink:#152735;
  --muted:#5f7484;
  --muted2:#8093a1;
  --line:#c9d5de;
  --line2:#b9c8d3;
  --accent:#6f8ea5;
  --accent-dark:#274257;
  --ok:#3a765f;
  --shadow:0 18px 40px rgba(12,27,39,.08);
  --radius:18px;
  --sidebar:286px;
  --topbar:74px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:linear-gradient(180deg,#d9e3ea 0%,#e7edf1 28%,#edf2f5 100%);color:var(--ink);font-family:Inter,"Segoe UI",Arial,sans-serif}
img{display:block;max-width:100%}
a{color:inherit}
button,input,textarea,select{font:inherit}
.app{min-height:100vh}
.sidebar{
  position:fixed;inset:0 auto 0 0;width:var(--sidebar);
  background:linear-gradient(180deg,var(--navy-980),var(--navy-920) 55%,var(--navy-900));
  color:#d7e4ec;border-right:1px solid rgba(255,255,255,.08);overflow:auto;z-index:50
}
.sidebar-inner{min-height:100%;display:flex;flex-direction:column;padding:22px 18px}
.brand{display:flex;align-items:center;gap:13px;padding:7px 8px 18px;border-bottom:1px solid rgba(255,255,255,.08)}
.brand img{width:44px;height:44px;border-radius:11px;object-fit:cover;box-shadow:0 8px 18px rgba(0,0,0,.18)}
.brand strong{display:block;color:#fff;font-size:14px;letter-spacing:.08em}
.brand small{display:block;color:#8ba7ba;font-size:10px;margin-top:4px;letter-spacing:.12em}
.nav-section{margin-top:20px}
.nav-label{font-size:9px;color:#7591a3;letter-spacing:.18em;font-weight:800;padding:0 10px 8px}
.nav{display:grid;gap:4px}
.nav button{
  width:100%;border:0;background:transparent;color:#c3d4df;text-align:left;display:flex;align-items:center;gap:10px;
  padding:10px 11px;border-radius:11px;cursor:pointer;transition:.18s ease
}
.nav button:hover{background:rgba(255,255,255,.06);color:#fff}
.nav button.active{background:linear-gradient(90deg,#223f54,#183244);color:#fff;box-shadow:inset 3px 0 0 #c0d0db}
.nav-icon{width:29px;height:29px;border:1px solid rgba(255,255,255,.12);border-radius:8px;display:grid;place-items:center;font-size:9px;font-weight:900;color:#a1b5c2;background:rgba(255,255,255,.035)}
.nav button.active .nav-icon{background:#d8e3ea;color:#13293d;border-color:#d8e3ea}
.nav-text{font-size:12.5px;font-weight:650}
.sidebar-foot{margin-top:auto;padding:18px 9px 4px;border-top:1px solid rgba(255,255,255,.08)}
.sidebar-foot .support{display:flex;align-items:center;gap:8px;font-size:11px;color:#9db4c3}
.status-dot{width:8px;height:8px;background:#6ea289;border-radius:50%;box-shadow:0 0 0 4px rgba(110,162,137,.12)}
.sidebar-foot a{display:block;text-decoration:none;color:#fff;font-size:13px;font-weight:750;margin-top:10px}
.sidebar-foot small{display:block;color:#7e99ab;margin-top:5px;font-size:10px}
.topbar{
  position:fixed;left:var(--sidebar);right:0;top:0;height:var(--topbar);
  background:rgba(232,238,243,.92);backdrop-filter:blur(14px);border-bottom:1px solid var(--line);display:flex;
  align-items:center;justify-content:space-between;padding:0 28px;z-index:40
}
.top-left{display:flex;align-items:center;gap:14px}
.menu-btn{display:none;border:1px solid var(--line);background:#eef3f6;width:40px;height:40px;border-radius:10px;cursor:pointer}
.page-title small{display:block;color:var(--muted2);font-size:9px;letter-spacing:.16em;font-weight:800;text-transform:uppercase}
.page-title h1{font-size:18px;margin:2px 0 0;color:var(--ink)}
.top-actions{display:flex;align-items:center;gap:10px}
.top-chip{border:1px solid var(--line);background:#e9eff3;border-radius:10px;padding:8px 11px;font-size:10px;color:var(--muted);white-space:nowrap}
.top-chip strong{color:var(--ink);font-size:11px}
.btn{border:0;border-radius:11px;padding:10px 14px;font-weight:760;font-size:11px;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:8px}
.btn.primary{background:var(--accent-dark);color:#fff}
.btn.primary:hover{background:#173141}
.btn.secondary{background:#e8eef2;border:1px solid var(--line2);color:var(--ink)}
.btn.soft{background:#d8e4ec;color:#17364c}
.workspace{margin-left:var(--sidebar);padding-top:var(--topbar);min-height:100vh}
.content{padding:28px;max-width:1540px;margin:0 auto}
.breadcrumb{display:flex;gap:8px;align-items:center;font-size:10px;color:var(--muted2);margin-bottom:18px}
.breadcrumb b{color:var(--steel-700)}
.page{display:none}
.page.active{display:block;animation:fade .18s ease}
@keyframes fade{from{opacity:.25;transform:translateY(3px)}to{opacity:1;transform:none}}
.hero{
  position:relative;overflow:hidden;background:linear-gradient(120deg,var(--navy-980),var(--navy-900) 55%,var(--navy-800));
  border-radius:24px;min-height:470px;box-shadow:var(--shadow);color:white;border:1px solid rgba(255,255,255,.05)
}
.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;min-height:470px}
.hero-copy{padding:48px 48px 42px;position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center}
.eyebrow{font-size:9px;letter-spacing:.18em;text-transform:uppercase;font-weight:850;color:#6f8797;margin-bottom:12px}
.hero .eyebrow{color:#a8bdca}
.hero h2{font-size:54px;line-height:1.01;letter-spacing:-.05em;margin:0;max-width:640px}
.hero h2 span{color:#bfd0dc}
.hero p{max-width:680px;color:#c8d6df;line-height:1.72;font-size:14px;margin:18px 0 25px}
.hero-actions{display:flex;gap:10px;flex-wrap:wrap}
.hero .btn.secondary{background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.14);color:#fff}
.hero-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:28px}
.hero-stat{padding:14px 14px 13px;background:rgba(255,255,255,.06);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.08);border-radius:12px}
.hero-stat b{display:block;font-size:16px;color:#fff}
.hero-stat span{font-size:9.5px;color:#9db4c3}
.hero-visual{position:relative;min-height:470px}
.hero-visual .main-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.72) contrast(1.03)}
.hero-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(15,35,52,.7) 0%,rgba(15,35,52,.18) 40%,rgba(7,18,27,.05) 100%)}
.hero-caption{position:absolute;right:22px;bottom:22px;z-index:2;background:rgba(8,21,31,.82);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.13);padding:13px 14px;border-radius:12px;max-width:300px}
.hero-caption small{display:block;color:#9fb5c4;font-size:9px;letter-spacing:.13em}
.hero-caption b{display:block;margin-top:4px;font-size:12px}
.status-row{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin:18px 0 24px}
.status-card,.panel-card,.sector,.maint,.brand-card,.contact-item,.form,.pdf-card,.compare-wrap,.checklist,.process-item{
  background:linear-gradient(180deg,#eef3f6,#e7edf1);border:1px solid var(--line);border-radius:16px;box-shadow:0 6px 22px rgba(18,42,59,.04)
}
.status-card{padding:14px 15px}
.status-card span{display:block;color:var(--muted2);font-size:9px;text-transform:uppercase;letter-spacing:.11em;font-weight:750}
.status-card b{display:block;font-size:12px;margin-top:5px;color:var(--ink)}
.status-card b.ok{color:var(--ok)}
.section{margin-top:26px}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:16px}
.section-head h2{font-size:28px;letter-spacing:-.028em;margin:0;color:#10212f}
.section-head p{max-width:620px;margin:0;color:var(--muted);line-height:1.58;font-size:12px}
.card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.module-card{
  background:linear-gradient(180deg,#eaf0f4,#e2ebf0);border:1px solid var(--line);border-radius:16px;overflow:hidden;
  box-shadow:0 7px 24px rgba(18,42,59,.04);cursor:pointer;transition:.2s ease
}
.module-card:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:#aebfca}
.module-card img{width:100%;height:160px;object-fit:cover;filter:saturate(.76)}
.module-body{padding:16px}
.module-code{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}
.module-code span:first-child{font-size:9px;font-weight:900;letter-spacing:.12em;color:var(--accent-dark)}
.module-code span:last-child{font-size:9px;color:var(--muted2)}
.module-card h3{font-size:15px;margin:0 0 7px}
.module-card p{font-size:11px;line-height:1.58;color:var(--muted);margin:0}
.two-col{display:grid;grid-template-columns:1.15fr .85fr;gap:16px}
.three-col{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.four-col{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.photo-card{border-radius:16px;overflow:hidden;position:relative;min-height:270px;background:var(--navy-900)}
.photo-card img{width:100%;height:100%;min-height:270px;object-fit:cover}
.photo-card .overlay{position:absolute;inset:auto 0 0 0;padding:45px 18px 16px;background:linear-gradient(transparent,rgba(6,18,27,.9));color:white}
.photo-card .overlay small{color:#a9bdca;font-size:9px;letter-spacing:.1em}
.photo-card .overlay b{display:block;font-size:13px;margin-top:3px}
.detail-hero{display:grid;grid-template-columns:1fr .8fr;background:linear-gradient(180deg,#eaf0f4,#e4ebf0);border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:var(--shadow)}
.detail-copy{padding:34px}
.detail-copy h2{font-size:37px;letter-spacing:-.038em;margin:5px 0 12px}
.detail-copy p{color:var(--muted);line-height:1.7;font-size:13px}
.detail-photo{min-height:330px}
.detail-photo img{width:100%;height:100%;object-fit:cover;filter:saturate(.76)}
.bullet-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:18px}
.bullet{display:flex;gap:10px;border:1px solid #d6e0e7;border-radius:11px;padding:11px;background:#eef3f6;font-size:10.5px;line-height:1.45}
.bullet:before{content:"";width:7px;height:7px;background:var(--steel-650);border-radius:50%;margin-top:4px;flex:0 0 auto}
.process{display:grid;grid-template-columns:repeat(6,1fr);gap:8px}
.process-item{padding:15px}
.process-item span{display:block;font-size:9px;color:var(--accent-dark);font-weight:900}
.process-item b{display:block;font-size:11px;margin-top:7px}
.process-item p{font-size:9.5px;line-height:1.45;color:var(--muted);margin:6px 0 0}
.compare-wrap{padding:18px}
.compare-frame{position:relative;height:500px;border-radius:14px;overflow:hidden;background:#111}
.compare-frame img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.compare-after{clip-path:inset(0 50% 0 0)}
.compare-line{position:absolute;top:0;bottom:0;left:50%;width:2px;background:#fff;box-shadow:0 0 0 1px rgba(0,0,0,.2);z-index:3;pointer-events:none}
.compare-range{width:100%;margin-top:14px;accent-color:var(--accent-dark)}
.compare-label{position:absolute;top:14px;z-index:4;background:rgba(6,18,27,.82);color:white;border-radius:8px;padding:6px 9px;font-size:9px;letter-spacing:.08em}
.compare-label.before{left:14px}.compare-label.after{right:14px}
.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.gallery button{border:0;padding:0;background:transparent;border-radius:13px;overflow:hidden;cursor:pointer;position:relative;min-height:190px}
.gallery img{width:100%;height:100%;min-height:190px;object-fit:cover;transition:.22s ease;filter:saturate(.78)}
.gallery button:hover img{transform:scale(1.025);filter:saturate(.95)}
.gallery span{position:absolute;inset:auto 8px 8px 8px;background:rgba(6,18,27,.82);color:white;border-radius:8px;padding:7px 9px;font-size:9px;text-align:left}
.brand-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}
.brand-card{padding:18px}
.brand-mark{height:52px;border-radius:10px;background:linear-gradient(135deg,var(--navy-950),var(--navy-800));display:flex;align-items:center;padding:0 14px;color:white;font-weight:900;letter-spacing:.04em}
.brand-card h3{margin:14px 0 6px;font-size:14px}
.brand-card p{margin:0;color:var(--muted);font-size:10.5px;line-height:1.55;min-height:48px}
.brand-card .meta{font-size:9px;color:var(--accent-dark);margin:12px 0}
.brand-card a{font-size:10px;text-decoration:none;font-weight:800;color:var(--navy-800)}
.sector-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.sector{padding:17px}
.sector small{color:var(--accent-dark);font-size:9px;font-weight:850;letter-spacing:.1em}
.sector h3{font-size:14px;margin:7px 0}
.sector p{font-size:10.5px;color:var(--muted);line-height:1.5;margin:0}
.ref-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.ref{background:linear-gradient(180deg,#eaf0f4,#e4ebf0);border:1px solid var(--line);border-radius:12px;padding:14px;font-size:10.5px;font-weight:750;min-height:62px;display:flex;align-items:center}
.maint-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.maint{padding:20px}
.maint.featured{border-color:#8ea4b4;box-shadow:0 0 0 2px rgba(79,127,162,.08)}
.maint small{font-size:9px;color:var(--accent-dark);font-weight:900;text-transform:uppercase;letter-spacing:.12em}
.maint h3{font-size:17px;margin:8px 0 13px}
.maint ul{padding-left:18px;margin:0;color:var(--muted);font-size:10.5px;line-height:1.75}
.check-wrap{display:grid;grid-template-columns:1fr 290px;gap:16px}
.checklist{padding:10px 18px}
.check-row{display:flex;gap:11px;padding:11px 0;border-bottom:1px solid #dbe5eb;align-items:flex-start}
.check-row:last-child{border-bottom:0}
.check-row input{margin-top:2px;accent-color:var(--accent-dark)}
.check-row label{font-size:10.5px;line-height:1.45;cursor:pointer}
.score-card{position:sticky;top:calc(var(--topbar) + 18px);align-self:start;background:linear-gradient(155deg,var(--navy-950),var(--navy-850));color:white;border-radius:16px;padding:22px}
.score-card small{color:#a8bcc8;font-size:9px;letter-spacing:.12em}
.score-num{font-size:44px;font-weight:800;margin:8px 0 2px}
.score-card p{font-size:10.5px;color:#c4d3dd;line-height:1.55}
.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:16px}
.contact-list{display:grid;gap:10px}
.contact-item{padding:16px}
.contact-item small{display:block;color:var(--muted2);font-size:9px;text-transform:uppercase;letter-spacing:.11em}
.contact-item a,.contact-item b{display:block;color:var(--ink);font-size:12px;font-weight:800;text-decoration:none;margin-top:5px}
.form{padding:20px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:11px}
.field{display:grid;gap:6px}
.field.full{grid-column:1/-1}
.field label{font-size:9px;color:var(--muted);font-weight:750}
.field input,.field textarea,.field select{border:1px solid var(--line2);background:#f2f6f8;border-radius:9px;padding:11px 12px;color:var(--ink);font-size:11px;outline:none}
.field input:focus,.field textarea:focus,.field select:focus{border-color:#96aab8;box-shadow:0 0 0 3px rgba(79,127,162,.08)}
.field textarea{min-height:105px;resize:vertical}
.pdf-card{padding:22px;display:grid;grid-template-columns:100px 1fr auto;gap:18px;align-items:center}
.pdf-icon{height:120px;background:linear-gradient(145deg,var(--navy-950),var(--navy-800));color:#fff;border-radius:12px;display:grid;place-items:center;font-size:20px;font-weight:900}
.pdf-card h3{margin:0;font-size:17px}.pdf-card p{font-size:10.5px;color:var(--muted);line-height:1.5}
.lightbox{position:fixed;inset:0;background:rgba(3,10,16,.9);z-index:90;display:none;align-items:center;justify-content:center;padding:28px}
.lightbox.open{display:flex}
.lightbox img{max-width:94vw;max-height:88vh;border-radius:12px;box-shadow:0 30px 80px rgba(0,0,0,.45)}
.lightbox button{position:absolute;top:22px;right:24px;border:0;background:#eff4f7;color:#111;width:38px;height:38px;border-radius:50%;cursor:pointer}
.toast{position:fixed;right:24px;bottom:24px;background:var(--navy-950);color:white;padding:12px 15px;border-radius:10px;font-size:10px;z-index:100;opacity:0;transform:translateY(10px);pointer-events:none;transition:.2s}
.toast.show{opacity:1;transform:none}
.footer-note{text-align:center;color:var(--muted2);font-size:9px;padding:30px 10px 6px}
@media(max-width:1200px){
  .card-grid{grid-template-columns:repeat(2,1fr)}
  .status-row{grid-template-columns:repeat(3,1fr)}
  .gallery{grid-template-columns:repeat(3,1fr)}
  .ref-grid{grid-template-columns:repeat(3,1fr)}
  .process{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:900px){
  :root{--sidebar:0px}
  .sidebar{transform:translateX(-100%);width:286px;transition:.2s}
  .sidebar.open{transform:none}
  .topbar{left:0;padding:0 14px}
  .workspace{margin-left:0}
  .menu-btn{display:grid;place-items:center}
  .top-chip.hide-tablet{display:none}
  .hero-grid,.detail-hero,.two-col,.contact-grid,.check-wrap{grid-template-columns:1fr}
  .hero-visual{min-height:340px}
  .hero h2{font-size:42px}
  .score-card{position:relative;top:auto}
  .sector-grid,.brand-grid,.maint-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
  .content{padding:16px}
  .top-actions .top-chip{display:none}
  .page-title h1{font-size:15px}
  .hero-copy{padding:30px 22px}
  .hero h2{font-size:35px}
  .hero-stats,.status-row,.card-grid,.three-col,.four-col,.gallery,.sector-grid,.brand-grid,.ref-grid,.maint-grid,.process{grid-template-columns:1fr}
  .hero-visual{min-height:280px}
  .bullet-grid,.form-grid{grid-template-columns:1fr}
  .compare-frame{height:390px}
  .pdf-card{grid-template-columns:70px 1fr}
  .pdf-card .pdf-actions{grid-column:1/-1}
}

/* V5 - Görsel doğruluk düzeni */
.representative-gallery{grid-template-columns:repeat(4,1fr)}
.rep-card{position:relative;min-height:260px;border-radius:15px;overflow:hidden;background:#0d2233;border:1px solid var(--line);box-shadow:var(--shadow)}
.rep-card img{width:100%;height:100%;min-height:260px;object-fit:cover;filter:saturate(.82) contrast(1.02)}
.rep-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 42%,rgba(5,17,26,.92) 100%)}
.rep-overlay{position:absolute;left:16px;right:16px;bottom:15px;z-index:2;color:white}
.rep-overlay small{display:block;color:#a8bdca;font-size:8.5px;letter-spacing:.13em;margin-bottom:4px}
.rep-overlay b{display:block;font-size:13px}
.rep-overlay span{display:block;color:#c0d0da;font-size:9.5px;margin-top:4px;line-height:1.45}
.gallery-cta{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:24px}
.gallery-cta h2{margin:0 0 7px;font-size:23px}
.gallery-cta p{margin:0;color:var(--muted);font-size:11px;line-height:1.55;max-width:760px}
@media(max-width:1100px){.representative-gallery{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.representative-gallery{grid-template-columns:1fr}.gallery-cta{display:block}.gallery-cta .btn{margin-top:14px}}

/* V6 PRE-FINAL — kurumsal kalite ve servis detayları */
body{background:linear-gradient(180deg,#d5e0e7 0%,#e1e9ee 30%,#e9eef2 100%)}
.content{padding:30px 32px 34px}
.hero{box-shadow:0 22px 55px rgba(8,25,38,.16)}
.module-card{position:relative}
.image-shell{position:relative;width:100%;height:100%;overflow:hidden;background:linear-gradient(135deg,#10283a,#213e52)}
.image-shell img{width:100%;height:100%;object-fit:cover;display:block}
.image-fallback{display:none;position:absolute;inset:0;align-items:center;justify-content:center;flex-direction:column;color:#dbe7ed;text-align:center;padding:20px;background:linear-gradient(135deg,#10283a,#29475b)}
.image-fallback b{font-size:13px}.image-fallback span{font-size:9px;color:#9db1bf;margin-top:5px}
.image-error .image-fallback{display:flex}
.module-image{height:165px}
.detail-image{min-height:360px}
.visual-source{position:absolute;left:10px;bottom:10px;z-index:3;background:rgba(7,21,33,.82);color:#d9e5eb;border:1px solid rgba(255,255,255,.14);border-radius:7px;padding:5px 7px;font-size:8px;letter-spacing:.05em;max-width:calc(100% - 20px)}
.module-body{min-height:156px}
.service-detail-hero{min-height:410px}
.service-lead b{color:#1c3445}
.service-callout{margin-top:18px;border-left:3px solid #526f84;background:rgba(210,222,230,.55);padding:14px 15px;border-radius:0 10px 10px 0}
.service-callout small{display:block;font-size:8px;letter-spacing:.14em;color:#526b7c;font-weight:850}
.service-callout p{margin:6px 0 0;font-size:11px;line-height:1.6;color:#435b6b}
.service-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:11px}
.service-step{background:linear-gradient(180deg,#eaf0f4,#e1e9ee);border:1px solid var(--line);border-radius:15px;padding:18px;min-height:165px;box-shadow:0 7px 22px rgba(18,42,59,.035)}
.service-step span{font-size:9px;letter-spacing:.12em;color:#526f84;font-weight:900}.service-step h3{margin:9px 0 7px;font-size:14px}.service-step p{margin:0;color:var(--muted);font-size:10.3px;line-height:1.56}
.card-title{font-size:20px;margin:0 0 13px;letter-spacing:-.02em}
.deliverables{display:grid;gap:8px}.deliverable{display:flex;align-items:center;gap:9px;background:#edf2f5;border:1px solid #ced9e0;border-radius:10px;padding:10px 11px;font-size:10.5px;font-weight:650}.deliverable span{display:grid;place-items:center;width:20px;height:20px;background:#233f52;color:#fff;border-radius:50%;font-size:9px}
.small-note{font-size:9px;line-height:1.5;color:var(--muted2);margin:14px 0 0}
.positioning,.field-cta{display:flex;align-items:center;justify-content:space-between;gap:30px;background:linear-gradient(115deg,#102638,#193a50);color:#fff;border-radius:18px;padding:25px 26px;box-shadow:0 16px 38px rgba(8,25,38,.12)}
.positioning h2,.field-cta h2{margin:0;font-size:24px;letter-spacing:-.025em}.positioning p,.field-cta p{margin:8px 0 0;max-width:710px;color:#bed0dc;font-size:11px;line-height:1.6}.positioning .eyebrow,.field-cta .eyebrow{color:#9fb5c3}
.positioning-points{display:grid;grid-template-columns:repeat(3,auto);gap:8px}.positioning-points b{border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.06);padding:8px 10px;border-radius:9px;font-size:9px;color:#dce7ed}
.gallery span{font-weight:650}
.ref{border-left:3px solid #4f6d82}
.brand-card{transition:.18s}.brand-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}
@media(max-width:1000px){.service-steps{grid-template-columns:1fr 1fr}.positioning,.field-cta{align-items:flex-start;flex-direction:column}.positioning-points{grid-template-columns:repeat(3,1fr)}}
@media(max-width:640px){.content{padding:16px}.service-steps{grid-template-columns:1fr}.positioning-points{grid-template-columns:1fr 1fr}.detail-image{min-height:260px}.module-image{height:190px}}

.architecture-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.architecture-card{background:linear-gradient(180deg,#e9f0f4,#dfe8ed);border:1px solid var(--line);border-radius:15px;padding:19px;min-height:170px;box-shadow:0 7px 24px rgba(18,42,59,.035)}
.architecture-card span{font-size:9px;color:#526f84;font-weight:900;letter-spacing:.12em}.architecture-card h3{font-size:15px;margin:11px 0 8px}.architecture-card p{font-size:10.4px;color:var(--muted);line-height:1.6;margin:0}
.visual-source{opacity:.78;font-size:7.5px}
@media(max-width:1000px){.architecture-grid{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.architecture-grid{grid-template-columns:1fr}}


/* =========================================================
   NEXIS V7 FINAL ADAY — Screenshot bazlı son kurumsal rafine
   ========================================================= */
:root{
  --final-bg:#cfd9e1;
  --final-panel:#dbe4ea;
  --final-panel-2:#e3e9ee;
  --final-line:#b9c7d1;
  --final-dark:#0a1d2b;
  --final-dark-2:#102f45;
  --final-steel:#29485e;
}
body{
  background:
    radial-gradient(circle at 75% 0%,rgba(255,255,255,.20),transparent 30%),
    linear-gradient(180deg,#c8d4dd 0%,#d8e2e8 52%,#ccd8e0 100%);
}
.topbar{
  background:rgba(210,221,229,.96);
  border-bottom-color:#afbec9;
  box-shadow:0 4px 18px rgba(12,27,39,.045);
}
.content{padding:30px 32px 34px}
.brand img{width:50px;height:50px}
.brand strong{font-size:15px}
.brand small{font-size:9.5px}
.nav-text{font-size:13px}
.page-title small{font-size:9.5px}
.page-title h1{font-size:19px}

.hero{min-height:430px;border-radius:22px}
.hero-grid{min-height:430px;grid-template-columns:1.01fr .99fr}
.hero-copy{padding:46px 48px}
.hero h2{font-size:52px;max-width:610px}
.hero p{font-size:14.5px;max-width:650px}
.hero-visual{min-height:430px}
.hero-visual .main-photo{
  filter:saturate(.70) contrast(1.04) brightness(.88);
  object-position:center;
}
.hero-visual:after{
  background:
    linear-gradient(90deg,rgba(8,27,41,.84) 0%,rgba(10,31,46,.28) 45%,rgba(5,17,27,.06) 100%),
    linear-gradient(0deg,rgba(7,20,31,.18),transparent 40%);
}
.hero-caption{background:rgba(7,24,36,.86)}
.hero-stat{background:rgba(255,255,255,.075)}
.hero-stat span{font-size:10px}

.status-row{gap:10px}
.status-card{
  background:linear-gradient(180deg,#dfe7ec,#d7e1e7);
  border-color:#b8c6d0;
  box-shadow:0 4px 16px rgba(15,37,53,.035);
}
.status-card span{font-size:9.5px}
.status-card b{font-size:12.5px}

.section{margin-top:30px}
.section-head{
  align-items:center;
  border-left:3px solid #486a82;
  padding-left:14px;
}
.section-head h2{font-size:29px}
.section-head p{font-size:12.5px;line-height:1.62}
.eyebrow{font-size:9.5px;color:#526f83}

.module-card{
  background:linear-gradient(180deg,#dfe7ec,#d6e0e7);
  border-color:#b6c5cf;
  box-shadow:0 7px 20px rgba(12,29,42,.045);
}
.module-card:hover{border-color:#819aad;box-shadow:0 18px 38px rgba(12,29,42,.10)}
.module-card .image-shell{height:175px}
.module-card img{height:175px;filter:saturate(.72) contrast(1.03)}
.module-body{padding:17px}
.module-card h3{font-size:15.5px}
.module-card p{font-size:11.5px;line-height:1.62}
.visual-source{display:none!important}

.section-band-dark{
  background:linear-gradient(135deg,#0b2131,#13364d);
  color:#f1f6f8;
  border:1px solid rgba(255,255,255,.06);
  padding:24px;
  border-radius:21px;
  box-shadow:0 15px 34px rgba(7,23,34,.10);
}
.section-band-dark .section-head{border-left-color:#9ab1c1}
.section-band-dark .section-head h2{color:#fff}
.section-band-dark .section-head p{color:#b9cbd6}
.section-band-dark .eyebrow{color:#91acbd}
.section-band-dark .architecture-grid{gap:10px}
.section-band-dark .architecture-card{
  background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.035));
  border:1px solid rgba(255,255,255,.12);
  color:#fff;
  min-height:145px;
  padding:17px;
}
.section-band-dark .architecture-card span{color:#9eb6c6}
.section-band-dark .architecture-card h3{color:#fff;font-size:14px}
.section-band-dark .architecture-card p{color:#b8cbd6;font-size:10.5px;line-height:1.58}

.section-band-steel{
  background:linear-gradient(135deg,#b9c8d2,#c9d5dd);
  border:1px solid #a9bac5;
  padding:22px 24px;
  border-radius:21px;
}
.section-band-steel .process{
  position:relative;
  gap:10px;
}
.section-band-steel .process:before{
  content:"";
  position:absolute;
  top:29px;
  left:4%;
  right:4%;
  height:2px;
  background:#8299a9;
  opacity:.35;
}
.section-band-steel .process-item{
  position:relative;
  z-index:1;
  background:linear-gradient(180deg,#dde6eb,#d2dde4);
  border:1px solid #aebfca;
  min-height:125px;
  padding:16px;
}
.section-band-steel .process-item span{
  width:27px;height:27px;border-radius:50%;
  display:grid;place-items:center;
  background:#1b3f57;color:#fff;
  font-size:9px;
  box-shadow:0 0 0 5px #c4d1d9;
}
.section-band-steel .process-item b{font-size:11.5px;margin-top:11px}
.section-band-steel .process-item p{font-size:10px;line-height:1.5}

.field-cta{
  background:linear-gradient(120deg,#0a1f2e,#153e57);
  border:1px solid rgba(255,255,255,.06);
  box-shadow:0 16px 38px rgba(9,28,42,.12);
}
.final-cta .cta-actions{display:flex;gap:9px;flex-wrap:wrap}
.final-cta .btn.secondary{
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.17);
  color:#fff;
}

.detail-hero{
  background:linear-gradient(180deg,#dfe7ec,#d6e0e7);
  border-color:#b5c4ce;
}
.panel-card,.sector,.maint,.brand-card,.contact-item,.form,.pdf-card,.compare-wrap,.checklist,.process-item{
  background:linear-gradient(180deg,#e0e8ed,#d7e1e7);
  border-color:#bac8d1;
}
.bullet{background:#e3e9ed;border-color:#c2cfd7}
.ref{background:linear-gradient(180deg,#dfe7ec,#d7e1e7);border-color:#bac8d1}

.footer-note{font-size:9.5px;color:#617887}

@media(max-width:900px){
  .content{padding:20px}
  .section-band-dark,.section-band-steel{padding:18px}
  .hero h2{font-size:42px}
}
@media(max-width:640px){
  .content{padding:14px}
  .hero{min-height:auto}
  .hero-copy{padding:28px 22px}
  .hero h2{font-size:34px}
  .section-head{display:block}
  .section-head p{margin-top:9px}
  .section-band-steel .process:before{display:none}
  .final-cta .cta-actions{margin-top:14px}
}


/* =========================================================
   V8 SIDEBAR RAFINE — ikon kutulari yerine sade kurumsal navigasyon
   ========================================================= */
.sidebar{
  box-shadow: 10px 0 34px rgba(5,18,28,.10);
}
.brand{
  padding: 8px 10px 20px;
}
.brand img{
  width:48px;
  height:48px;
  border-radius:12px;
}
.brand strong{
  font-size:14.5px;
  letter-spacing:.07em;
}
.brand small{
  font-size:9.5px;
  color:#90a8b8;
  letter-spacing:.12em;
}
.nav{
  display:grid;
  gap:6px;
}
.nav button{
  width:100%;
  border:1px solid transparent;
  background:transparent;
  color:#c7d7e1;
  text-align:left;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:11px 14px 11px 13px;
  border-radius:12px;
  cursor:pointer;
  transition:.18s ease;
}
.nav button:hover{
  background:rgba(255,255,255,.05);
  border-color:rgba(255,255,255,.06);
  color:#fff;
}
.nav button.active{
  background:linear-gradient(90deg,#203a4f,#173145);
  color:#fff;
  border-color:rgba(190,213,225,.12);
  box-shadow:inset 3px 0 0 #d4e2ea,0 10px 24px rgba(4,16,26,.14);
}
.nav-main{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
}
.nav-bullet{
  width:8px;
  height:8px;
  border-radius:999px;
  background:rgba(176,198,212,.40);
  box-shadow:0 0 0 4px rgba(255,255,255,.02);
  flex:0 0 auto;
  transition:.18s ease;
}
.nav button:hover .nav-bullet{
  background:#dce8ef;
}
.nav button.active .nav-bullet{
  background:#ffffff;
  box-shadow:0 0 0 5px rgba(203,220,230,.15);
}
.nav-text{
  font-size:12.9px;
  font-weight:650;
  letter-spacing:.01em;
  line-height:1.25;
}
.nav-arrow{
  color:#6f8899;
  font-size:15px;
  line-height:1;
  opacity:.82;
  transform:translateX(0);
  transition:.18s ease;
}
.nav button:hover .nav-arrow,
.nav button.active .nav-arrow{
  color:#dbe7ee;
  opacity:1;
  transform:translateX(1px);
}
.nav button[data-code]::after{
  content: attr(data-code);
  display:none;
}
.nav-icon{
  display:none !important;
}
.nav-label{
  padding:0 12px 9px;
  font-size:9px;
  color:#7790a0;
}
.sidebar-foot{
  margin-top:auto;
  padding:18px 12px 6px;
  border-top:1px solid rgba(255,255,255,.08);
}
.sidebar-foot a{
  font-size:13px;
}
@media(max-width:900px){
  .nav button{
    padding:11px 13px;
  }
}


/* =========================================================
   V9 HERO RAFINE — daha açıklayıcı ve daha profesyonel giriş alanı
   ========================================================= */
.hero{
  min-height: 560px;
}
.hero-grid{
  min-height: 560px;
  grid-template-columns: 1.04fr .96fr;
}
.hero-copy{
  padding: 48px 50px 44px;
}
.hero h2{
  font-size: 56px;
  line-height: 1.02;
  letter-spacing: -.05em;
  max-width: 720px;
  margin-bottom: 16px;
}
.hero h2 span{
  color:#bed1dc;
}
.hero p{
  max-width: 690px;
  color:#d1dde4;
  line-height: 1.8;
  font-size: 15px;
  margin: 0 0 22px;
}
.hero-points{
  display:grid;
  gap:10px;
  margin:0 0 22px;
}
.hero-point{
  display:grid;
  gap:4px;
  padding:12px 14px;
  border-radius:12px;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.09);
  backdrop-filter: blur(4px);
}
.hero-point b{
  color:#fff;
  font-size:12.5px;
  letter-spacing:.01em;
}
.hero-point span{
  color:#b7cad6;
  font-size:11px;
  line-height:1.58;
}
.hero-actions{
  margin-top: 4px;
  gap:12px;
}
.hero-actions .btn{
  min-height: 46px;
  font-size: 11.5px;
  padding: 12px 16px;
}
.hero-stats{
  margin-top: 22px;
  grid-template-columns: repeat(4,1fr);
  gap:10px;
}
.hero-stat{
  min-height: 92px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:15px 15px 14px;
}
.hero-stat b{
  font-size:18px;
  margin-bottom:4px;
}
.hero-stat span{
  font-size:10px;
  line-height:1.45;
}
.hero-visual{
  min-height: 560px;
}
.hero-caption{
  right:24px;
  bottom:24px;
  max-width: 345px;
  padding: 15px 16px;
}
.hero-caption small{
  display:block;
  margin-bottom:5px;
}
.hero-caption b{
  display:block;
  font-size:12.5px;
  margin-top:0;
}
.hero-caption span{
  display:block;
  margin-top:7px;
  color:#c0d1db;
  font-size:10.2px;
  line-height:1.55;
}
@media(max-width:1200px){
  .hero{
    min-height: 600px;
  }
  .hero-grid{
    min-height: 600px;
  }
  .hero h2{
    font-size: 50px;
  }
}
@media(max-width:900px){
  .hero,
  .hero-grid,
  .hero-visual{
    min-height:auto;
  }
  .hero-copy{
    padding:34px 30px;
  }
  .hero h2{
    font-size:42px;
  }
  .hero-stats{
    grid-template-columns:repeat(2,1fr);
  }
}
@media(max-width:640px){
  .hero-copy{
    padding:28px 22px;
  }
  .hero h2{
    font-size:34px;
  }
  .hero p{
    font-size:14px;
  }
  .hero-stats{
    grid-template-columns:1fr 1fr;
  }
  .hero-point{
    padding:11px 12px;
  }
}


/* =========================================================
   V10 ILETISIM — E-posta ana kanal
   ========================================================= */
.contact-item.contact-primary{
  background:linear-gradient(135deg,#15384f,#102d41);
  border-color:#31566d;
  color:#fff;
}
.contact-item.contact-primary small{
  color:#a9c0ce;
}
.contact-item.contact-primary a{
  color:#fff;
  font-size:14px;
}
.contact-item span{
  display:block;
  margin-top:6px;
  color:var(--muted);
  font-size:9.8px;
  line-height:1.5;
}
.contact-item.contact-primary span{
  color:#b9cbd6;
}
.contact-item.contact-secondary{
  opacity:.88;
}
.mail-submit{
  width:100%;
  min-height:44px;
  justify-content:center;
}
.form-note{
  display:block;
  margin-top:8px;
  color:var(--muted);
  font-size:9.5px;
}


/* =========================================================
   V11 HAKKIMIZDA — detayli "Neden NEXIS?" kurumsal sayfasi
   ========================================================= */
.about-hero{
  display:grid;
  grid-template-columns:1.12fr .88fr;
  min-height:510px;
  background:linear-gradient(180deg,#dfe7ec,#d5e0e7);
  border:1px solid #b6c5cf;
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 14px 36px rgba(12,29,42,.07);
}
.about-copy{
  padding:42px 42px 38px;
}
.about-copy h2{
  margin:6px 0 18px;
  font-size:39px;
  line-height:1.08;
  letter-spacing:-.04em;
}
.about-copy h2 span{
  color:#47677d;
}
.about-copy p{
  color:var(--muted);
  font-size:12.8px;
  line-height:1.78;
  margin:0 0 14px;
}
.about-copy .about-lead{
  font-size:13.4px;
  color:#4f6676;
}
.about-copy p b{
  color:#213848;
}
.about-facts{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:9px;
  margin-top:24px;
}
.about-facts>div{
  background:rgba(255,255,255,.28);
  border:1px solid #b8c7d0;
  border-radius:13px;
  padding:14px;
  min-height:98px;
}
.about-facts small{
  display:block;
  color:#638096;
  font-size:8.5px;
  font-weight:850;
  letter-spacing:.13em;
}
.about-facts b{
  display:block;
  margin-top:7px;
  font-size:14px;
}
.about-facts span{
  display:block;
  color:var(--muted);
  font-size:9.3px;
  line-height:1.45;
  margin-top:4px;
}
.about-visual{
  position:relative;
  min-height:510px;
  background:#0a1d2b;
}
.about-visual img{
  width:100%;
  height:100%;
  object-fit:cover;
  filter:saturate(.72) contrast(1.04) brightness(.88);
}
.about-visual:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(16,47,69,.25),rgba(5,17,26,.02)),
             linear-gradient(0deg,rgba(5,17,26,.38),transparent 48%);
}
.about-visual-note{
  position:absolute;
  z-index:2;
  left:22px;
  right:22px;
  bottom:22px;
  background:rgba(7,24,36,.86);
  border:1px solid rgba(255,255,255,.13);
  color:#fff;
  padding:14px 16px;
  border-radius:12px;
  backdrop-filter:blur(8px);
}
.about-visual-note small{
  display:block;
  color:#a8bdca;
  font-size:8.5px;
  letter-spacing:.13em;
  margin-bottom:5px;
}
.about-visual-note b{
  font-size:12px;
  line-height:1.45;
}

.why-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
}
.why-card{
  position:relative;
  background:linear-gradient(180deg,#e0e8ed,#d5e0e7);
  border:1px solid #b7c6d0;
  border-radius:15px;
  padding:19px 18px 18px;
  min-height:210px;
  box-shadow:0 7px 22px rgba(12,29,42,.035);
}
.why-card>span{
  display:grid;
  place-items:center;
  width:31px;
  height:31px;
  border-radius:9px;
  background:#183b53;
  color:#fff;
  font-size:9px;
  font-weight:900;
  margin-bottom:16px;
}
.why-card h3{
  font-size:14px;
  margin:0 0 9px;
}
.why-card p{
  margin:0;
  color:var(--muted);
  font-size:10.5px;
  line-height:1.65;
}

.about-dark-band{
  background:linear-gradient(135deg,#091f2f,#12374f);
  color:#fff;
  border:1px solid rgba(255,255,255,.06);
  border-radius:21px;
  padding:25px;
  box-shadow:0 15px 34px rgba(7,23,34,.10);
}
.about-dark-band .section-head{
  border-left-color:#a3b8c6;
}
.about-dark-band .section-head h2{
  color:#fff;
}
.about-dark-band .section-head p{
  color:#b9cbd6;
}
.about-dark-band .eyebrow{
  color:#98b0c0;
}
.value-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
}
.value-card{
  padding:17px;
  border-radius:13px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.11);
}
.value-card h3{
  margin:0 0 7px;
  font-size:13px;
  color:#fff;
}
.value-card p{
  margin:0;
  color:#b8cbd6;
  font-size:10.4px;
  line-height:1.6;
}

.about-workflow{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:11px;
}
.workflow-card{
  display:flex;
  gap:13px;
  align-items:flex-start;
  padding:17px;
  border-radius:14px;
  background:linear-gradient(180deg,#e0e8ed,#d6e0e7);
  border:1px solid #b7c6d0;
}
.workflow-card>span{
  display:grid;
  place-items:center;
  width:32px;
  height:32px;
  border-radius:50%;
  background:#173c55;
  color:#fff;
  font-size:9px;
  font-weight:900;
  flex:0 0 auto;
}
.workflow-card b{
  display:block;
  font-size:12.5px;
  margin:2px 0 5px;
}
.workflow-card p{
  margin:0;
  color:var(--muted);
  font-size:10px;
  line-height:1.55;
}

.about-promise{
  display:flex;
  justify-content:space-between;
  gap:30px;
  align-items:center;
  padding:27px;
  background:linear-gradient(120deg,#0a1e2d,#16425c);
  color:#fff;
  border-radius:18px;
  box-shadow:0 14px 34px rgba(8,26,39,.12);
}
.about-promise h2{
  margin:0 0 8px;
  font-size:23px;
  max-width:850px;
}
.about-promise p{
  margin:0;
  color:#bcced9;
  font-size:10.8px;
  line-height:1.6;
  max-width:820px;
}
.promise-actions{
  display:flex;
  gap:9px;
  flex:0 0 auto;
}
.about-promise .btn.secondary{
  background:rgba(255,255,255,.08);
  color:#fff;
  border-color:rgba(255,255,255,.16);
}

@media(max-width:1200px){
  .why-grid{grid-template-columns:repeat(2,1fr)}
  .about-facts{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:900px){
  .about-hero{grid-template-columns:1fr}
  .about-visual{min-height:330px}
  .value-grid,.about-workflow{grid-template-columns:1fr 1fr}
  .about-promise{display:block}
  .promise-actions{margin-top:16px}
}
@media(max-width:640px){
  .about-copy{padding:27px 22px}
  .about-copy h2{font-size:31px}
  .why-grid,.value-grid,.about-workflow{grid-template-columns:1fr}
  .about-facts{grid-template-columns:1fr 1fr}
  .why-card{min-height:auto}
  .promise-actions{display:grid}
}


/* =========================================================
   V12 HAKKIMIZDA GÖRSEL GÜNCELLEME — kullanıcı kolajı
   ========================================================= */
.about-visual img{
  object-position:center center;
  filter:saturate(.90) contrast(1.01) brightness(.94);
}
.about-visual:after{
  background:linear-gradient(90deg,rgba(16,47,69,.10),rgba(5,17,26,.02)),
             linear-gradient(0deg,rgba(5,17,26,.24),transparent 46%);
}


/* =========================================================
   V14 CCTV — NEXIS + HIKVISION entegre güvenlik ekosistemi
   ========================================================= */
.hikvision-section{
  background:linear-gradient(135deg,#0a1f2e 0%,#123a52 72%,#173e56 100%);
  color:#fff;
  border:1px solid rgba(255,255,255,.07);
  border-radius:22px;
  padding:28px;
  box-shadow:0 18px 42px rgba(7,24,36,.13);
}
.hikvision-head{display:grid;grid-template-columns:1.25fr .75fr;gap:28px;align-items:end}
.hikvision-brandline{display:flex;align-items:center;gap:12px;margin-bottom:12px}
.hikvision-brandline span{font-size:9px;letter-spacing:.16em;color:#9eb6c6;font-weight:850}
.hikvision-brandline b{font-size:15px;letter-spacing:.08em;color:#fff;border-left:1px solid rgba(255,255,255,.18);padding-left:12px}
.hikvision-head h2{font-size:30px;letter-spacing:-.03em;margin:0 0 11px;color:#fff}
.hikvision-head p{font-size:12px;line-height:1.7;color:#c0d1db;margin:0;max-width:850px}
.hikvision-head p b{color:#fff}
.hikvision-principle{background:rgba(255,255,255,.065);border:1px solid rgba(255,255,255,.12);border-radius:14px;padding:17px}
.hikvision-principle small{display:block;color:#9db4c3;font-size:8.5px;letter-spacing:.13em}
.hikvision-principle b{display:block;font-size:13px;margin-top:7px;color:#fff}
.hikvision-principle span{display:block;font-size:9.8px;line-height:1.5;color:#b7cad5;margin-top:6px}
.hikvision-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:22px}
.hikvision-grid article{background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.10);border-radius:14px;padding:17px;min-height:155px}
.hikvision-grid article>span{display:grid;place-items:center;width:29px;height:29px;border-radius:8px;background:#e7eef2;color:#15364c;font-size:8.5px;font-weight:900;margin-bottom:13px}
.hikvision-grid h3{margin:0 0 7px;font-size:13px;color:#fff}
.hikvision-grid p{margin:0;font-size:10px;line-height:1.6;color:#b9ccd7}
.hikvision-platform{display:grid;grid-template-columns:1fr .82fr;gap:16px;margin-top:16px;padding:20px;border-radius:15px;background:#e0e8ed;color:var(--ink);border:1px solid #b8c7d0}
.platform-copy h3{font-size:20px;line-height:1.18;margin:3px 0 9px;color:#142a3a}
.platform-copy p{margin:0;color:var(--muted);font-size:10.8px;line-height:1.65}
.platform-points{display:grid;gap:8px}
.platform-points>div{padding:12px 13px;border:1px solid #becbd4;border-radius:11px;background:#d7e2e8}
.platform-points b{display:block;font-size:11.5px;color:#17364b}
.platform-points span{display:block;font-size:9.4px;color:#5b7282;line-height:1.5;margin-top:3px}
.hikvision-links{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:16px;padding-top:16px;border-top:1px solid rgba(255,255,255,.12)}
.hikvision-links small{display:block;color:#9fb5c4;font-size:8.5px;letter-spacing:.13em}
.hikvision-links span{display:block;color:#b6c8d3;font-size:9.5px;margin-top:4px}
.official-actions{display:flex;gap:7px;flex-wrap:wrap;justify-content:flex-end}
.hikvision-section .official-actions .btn.secondary{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.16);color:#fff}
.hikvision-section .official-actions .btn.primary{background:#dce7ed;color:#15344a}
@media(max-width:1050px){.hikvision-head,.hikvision-platform{grid-template-columns:1fr}.hikvision-grid{grid-template-columns:repeat(2,1fr)}.hikvision-links{display:block}.official-actions{justify-content:flex-start;margin-top:12px}}
@media(max-width:640px){.hikvision-section{padding:20px}.hikvision-grid{grid-template-columns:1fr}.hikvision-head h2{font-size:24px}.official-actions{display:grid}.official-actions .btn{justify-content:center}}


/* V15 — CCTV sayfasında dış bağlantı yok, NEXIS içinde kalır */
.hikvision-links.internal-only{
  background:linear-gradient(135deg,#d8e4eb,#cddbe4);
  border:1px solid #afc0cb;
}
.hikvision-links.internal-only small{
  color:#355b73;
}
.hikvision-links.internal-only span{
  max-width:760px;
  line-height:1.58;
}


/* =========================================================
   V16 SPACING / DENSITY REFINEMENT
   Servis detay sayfalarındaki sıkışık alanları rahatlatır
   ========================================================= */
.two-col{
  grid-template-columns: 1.06fr .94fr;
  gap: 18px;
  align-items:start;
}

.panel-card{
  padding: 21px 20px 18px;
}

.card-title{
  font-size: 22px;
  margin: 0 0 16px;
  letter-spacing: -.024em;
  line-height: 1.15;
}

.bullet-grid{
  gap: 12px;
  margin-top: 20px;
}

.bullet{
  align-items:flex-start;
  padding: 13px 14px;
  font-size: 11.5px;
  line-height: 1.58;
  min-height: 58px;
}

.bullet:before{
  margin-top: 6px;
}

.deliverables{
  gap: 10px;
  margin-top: 2px;
}

.deliverable{
  align-items:flex-start;
  gap: 11px;
  padding: 13px 14px;
  font-size: 11.5px;
  line-height: 1.58;
  min-height: 58px;
  white-space: normal;
}

.deliverable span{
  width: 22px;
  height: 22px;
  margin-top: 1px;
  flex: 0 0 auto;
}

.small-note{
  font-size: 10px;
  line-height: 1.6;
  margin: 16px 2px 0;
}

.service-steps{
  gap: 12px;
}

.service-step{
  padding: 19px 18px;
  min-height: 176px;
}

.service-step h3{
  margin: 10px 0 8px;
  font-size: 15px;
}

.service-step p{
  font-size: 10.8px;
  line-height: 1.62;
}

.section-head{
  margin-bottom: 18px;
}

.section-head p{
  line-height: 1.66;
}

@media(max-width:1280px){
  .two-col{
    grid-template-columns: 1fr;
  }
  .panel-card{
    padding: 20px 18px 18px;
  }
}

@media(max-width:900px){
  .bullet-grid{
    grid-template-columns: 1fr;
  }
  .service-steps{
    grid-template-columns: 1fr 1fr;
  }
}

@media(max-width:640px){
  .card-title{
    font-size: 20px;
  }
  .deliverable,
  .bullet{
    font-size: 11px;
    min-height: unset;
  }
  .service-steps{
    grid-template-columns: 1fr;
  }
}


/* =========================================================
   V17 GLOBAL READABILITY REFINEMENT
   Küçük açıklama alanları, bilgi bantları ve not kutularında
   kontrast / boyut / boşluk iyileştirmesi
   ========================================================= */

/* Genel küçük başlık ve açıklamalar */
.eyebrow{
  color:#556f81;
  font-size:9.4px;
  letter-spacing:.19em;
}

.section-head p{
  color:#556c7c;
  font-size:12.4px;
  line-height:1.72;
}

.small-note,
.form-note,
.contact-item span,
.module-card p,
.service-step p,
.workflow-card p,
.why-card p,
.value-card p,
.about-promise p,
.platform-copy p,
.platform-points span{
  color:#4f6676;
}

.small-note{
  font-size:10.2px;
  line-height:1.68;
}

/* Açık zeminli bilgilendirme kutuları */
.service-callout{
  background:linear-gradient(180deg,rgba(219,230,236,.88),rgba(210,223,231,.82));
  border-left:4px solid #355a73;
  padding:16px 17px;
  border-radius:0 12px 12px 0;
}

.service-callout small{
  color:#35586f;
  font-size:8.9px;
  letter-spacing:.15em;
}

.service-callout p{
  color:#304a5b;
  font-size:11.2px;
  line-height:1.7;
  margin-top:7px;
}

/* Hikvision / benzeri aksiyon bandı */
.hikvision-links{
  gap:22px;
  margin-top:18px;
  padding-top:18px;
}

.hikvision-links.internal-only{
  padding:18px 18px;
  border-radius:14px;
  background:linear-gradient(135deg,#dde8ee,#d3e0e8);
  border:1px solid #afc0cb;
  box-shadow:0 6px 18px rgba(12,29,42,.04);
}

.hikvision-links.internal-only small{
  color:#35586f;
  font-size:9px;
  letter-spacing:.14em;
  font-weight:900;
}

.hikvision-links.internal-only span{
  color:#486171;
  font-size:10.8px;
  line-height:1.72;
  margin-top:6px;
  max-width:880px;
}

/* Açık zeminli platform kutuları */
.hikvision-platform{
  background:linear-gradient(180deg,#e3ebf0,#dbe5eb);
  border-color:#b8c7d0;
}

.platform-copy h3{
  color:#163042;
}

.platform-copy p{
  font-size:11.2px;
  line-height:1.72;
}

.platform-points>div{
  background:#dce6eb;
  border-color:#c0cdd5;
  padding:13px 14px;
}

.platform-points b{
  color:#18384d;
  font-size:11.8px;
}

.platform-points span{
  font-size:10.1px;
  line-height:1.62;
  margin-top:4px;
}

/* Buton okunurluğu ve dengesi */
.official-actions{
  gap:9px;
}

.official-actions .btn{
  min-height:42px;
  padding:0 16px;
  font-size:11.2px;
  font-weight:800;
  letter-spacing:-.01em;
  white-space:nowrap;
}

.hikvision-links.internal-only .btn.secondary{
  background:#edf3f7;
  border-color:#b9c7d0;
  color:#173246;
}

.hikvision-links.internal-only .btn.primary{
  background:#173a52;
  border-color:#173a52;
  color:#fff;
}

/* Benzer açık kutularda yardımcı yazılar */
.contact-item small,
.service-step span,
.status-card span,
.module-code span:last-child{
  color:#627b8d;
}

.contact-item a,
.contact-item b{
  font-size:12.4px;
}

.contact-item span{
  font-size:10.2px;
  line-height:1.6;
}

.about-visual-note small{
  font-size:8.9px;
}

.about-visual-note b{
  font-size:12.3px;
  line-height:1.5;
}

/* Koyu bantlar içindeki yazıları da bir tık belirginleştir */
.positioning p,
.field-cta p,
.about-promise p{
  color:#c7d7e0;
  font-size:11.2px;
  line-height:1.7;
}

.positioning .eyebrow,
.field-cta .eyebrow{
  color:#aac0cf;
}

/* Responsive */
@media(max-width:1100px){
  .hikvision-links.internal-only{
    padding:16px;
  }
  .official-actions .btn{
    min-height:40px;
  }
}

@media(max-width:760px){
  .hikvision-links.internal-only span,
  .platform-copy p,
  .section-head p{
    font-size:11px;
  }
  .official-actions{
    display:grid;
    width:100%;
  }
  .official-actions .btn{
    width:100%;
    justify-content:center;
  }
}


/* =========================================================
   V18 — NEXIS / HIKVISION DETAYLI ÇÖZÜM MERKEZİ
   ========================================================= */
.hikvision-solution-center{
  margin-top:18px;
  border-radius:18px;
  overflow:hidden;
  background:linear-gradient(180deg,#dbe6ec,#d0dde5);
  border:1px solid #aebfca;
  box-shadow:0 10px 28px rgba(8,26,39,.07);
}

.hikvision-solution-intro{
  display:grid;
  grid-template-columns:1.35fr .65fr;
  gap:22px;
  padding:24px;
  background:linear-gradient(135deg,#dfe9ee,#d4e1e8);
  border-bottom:1px solid #b6c5cf;
}

.hikvision-solution-intro small,
.hikvision-project-copy small,
.hikvision-customer-value small{
  display:block;
  color:#355a72;
  font-size:9px;
  letter-spacing:.15em;
  font-weight:900;
  margin-bottom:8px;
}

.hikvision-solution-intro h3,
.hikvision-project-copy h3,
.hikvision-customer-value h3{
  margin:0 0 11px;
  color:#122b3c;
  font-size:21px;
  line-height:1.2;
  letter-spacing:-.02em;
}

.hikvision-solution-intro p,
.hikvision-project-copy p,
.hikvision-customer-value p{
  margin:0 0 10px;
  color:#405a6b;
  font-size:11.2px;
  line-height:1.76;
}

.hikvision-solution-intro p b,
.hikvision-project-copy p b{
  color:#1d3b4f;
}

.hikvision-solution-promise{
  align-self:stretch;
  border-radius:14px;
  padding:18px;
  background:linear-gradient(145deg,#12364d,#0d293b);
  color:#fff;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.hikvision-solution-promise span{
  color:#a9bfcc;
  font-size:8.8px;
  letter-spacing:.14em;
  font-weight:850;
}

.hikvision-solution-promise b{
  margin-top:9px;
  font-size:15px;
  line-height:1.35;
}

.hikvision-solution-promise p{
  color:#bfd0da;
  font-size:10.2px;
  line-height:1.6;
  margin:10px 0 0;
}

.hikvision-benefit-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:11px;
  padding:20px 24px 24px;
}

.hikvision-benefit-grid article{
  background:linear-gradient(180deg,#e5edf1,#dce6eb);
  border:1px solid #bdcad3;
  border-radius:14px;
  padding:17px;
  min-height:205px;
}

.hikvision-benefit-grid article>span{
  display:grid;
  place-items:center;
  width:30px;
  height:30px;
  border-radius:9px;
  background:#1c435d;
  color:#fff;
  font-size:8.8px;
  font-weight:900;
  margin-bottom:13px;
}

.hikvision-benefit-grid h4{
  margin:0 0 8px;
  color:#173247;
  font-size:13px;
  line-height:1.35;
}

.hikvision-benefit-grid p{
  margin:0;
  color:#506878;
  font-size:10.4px;
  line-height:1.66;
}

.hikvision-project-model{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:18px;
  padding:22px 24px;
  border-top:1px solid #b6c5cf;
  border-bottom:1px solid #b6c5cf;
  background:linear-gradient(135deg,#cbd9e2,#d6e2e9);
}

.hikvision-project-points{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:9px;
}

.hikvision-project-points>div{
  padding:13px 14px;
  border-radius:12px;
  background:#e5edf1;
  border:1px solid #bac8d1;
}

.hikvision-project-points b{
  display:block;
  color:#17364b;
  font-size:11.5px;
  margin-bottom:4px;
}

.hikvision-project-points span{
  display:block;
  color:#526b7b;
  font-size:9.9px;
  line-height:1.55;
}

.hikvision-customer-value{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:20px 24px;
  background:linear-gradient(135deg,#dce7ed,#d2dfe7);
}

.hikvision-customer-value>div:first-child{
  max-width:850px;
}

.hikvision-customer-value p{
  margin-bottom:0;
}

.hikvision-customer-value .official-actions{
  flex:0 0 auto;
}

@media(max-width:1150px){
  .hikvision-solution-intro,
  .hikvision-project-model{
    grid-template-columns:1fr;
  }
  .hikvision-benefit-grid{
    grid-template-columns:1fr 1fr;
  }
  .hikvision-customer-value{
    align-items:flex-start;
    flex-direction:column;
  }
}

@media(max-width:700px){
  .hikvision-solution-intro,
  .hikvision-benefit-grid,
  .hikvision-project-model,
  .hikvision-customer-value{
    padding:16px;
  }
  .hikvision-benefit-grid,
  .hikvision-project-points{
    grid-template-columns:1fr;
  }
  .hikvision-benefit-grid article{
    min-height:auto;
  }
  .hikvision-solution-intro h3,
  .hikvision-project-copy h3,
  .hikvision-customer-value h3{
    font-size:19px;
  }
}


/* =========================================================
   V19 — CCTV ÜST ALAN DOLULUK / HİYERARŞİ
   ========================================================= */
.cctv-hero-callout{
  margin-top:18px;
  border-left:4px solid #355d76;
  background:linear-gradient(180deg,rgba(218,229,236,.92),rgba(207,221,230,.86));
  padding:15px 17px;
  border-radius:0 12px 12px 0;
}

.cctv-hero-callout small{
  display:block;
  color:#31566d;
  font-size:8.8px;
  letter-spacing:.15em;
  font-weight:900;
}

.cctv-hero-callout p{
  margin:7px 0 0;
  color:#344e5f;
  font-size:11.1px;
  line-height:1.66;
}

.cctv-hero-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:15px;
}

.cctv-mini-card{
  min-height:112px;
  padding:13px 14px;
  border-radius:12px;
  background:linear-gradient(180deg,#e5edf2,#dce6ec);
  border:1px solid #b9c8d2;
  box-shadow:0 5px 15px rgba(12,29,42,.025);
}

.cctv-mini-card>span{
  display:inline-grid;
  place-items:center;
  width:24px;
  height:24px;
  border-radius:7px;
  background:#1b435c;
  color:#fff;
  font-size:8px;
  font-weight:900;
  margin-bottom:8px;
}

.cctv-mini-card b{
  display:block;
  color:#173246;
  font-size:11.8px;
  margin-bottom:5px;
}

.cctv-mini-card p{
  margin:0;
  color:#526a7a;
  font-size:9.8px;
  line-height:1.55;
}

.cctv-integration-line{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:7px;
  margin-top:13px;
  padding:11px 12px;
  border-radius:11px;
  background:#15364d;
  border:1px solid #284d65;
}

.cctv-integration-line span{
  color:#edf5f8;
  font-size:8.6px;
  letter-spacing:.08em;
  font-weight:850;
}

.cctv-integration-line i{
  color:#8faabd;
  font-style:normal;
  font-size:11px;
}

.cctv-hero-actions{
  display:flex;
  gap:9px;
  flex-wrap:wrap;
  margin-top:14px;
}

.cctv-hero-actions .btn{
  min-height:41px;
  padding:0 14px;
}

.cctv-hero-actions .btn.secondary{
  background:#e6edf2;
  border-color:#b9c7d0;
  color:#173247;
}

@media(max-width:1100px){
  .cctv-hero-grid{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:640px){
  .cctv-hero-grid{
    grid-template-columns:1fr;
  }
  .cctv-integration-line{
    gap:5px;
  }
  .cctv-hero-actions{
    display:grid;
  }
  .cctv-hero-actions .btn{
    width:100%;
    justify-content:center;
  }
}


/* =========================================================
   V20 — CCTV hero görsel entegrasyonu
   ========================================================= */
.detail-visual img{
  object-fit:cover;
  object-position:center center;
}

.page-cctv .detail-visual img,
.detail-visual.cctv-visual img{
  object-position:center center;
}
\n\n/* =========================================================\n   V21 — CCTV sayfası gerçekçi operasyon merkezi görseli\n   ========================================================= */\n.service-detail-hero .detail-photo .image-shell,\n.service-detail-hero .detail-photo .detail-image{\n  width:100%;\n  height:100%;\n}\n.service-detail-hero .detail-photo img{\n  width:100%;\n  height:100%;\n  object-fit:cover;\n  object-position:center 48%;\n  filter:saturate(.88) contrast(1.02) brightness(.96);\n}\n

/* =========================================================
   V23 — CCTV SAHA KEŞFİ & İHTİYAÇ ANALİZİ
   ========================================================= */
.cctv-discovery-section{
  background:linear-gradient(180deg,#dfe8ed,#d5e1e7);
  border:1px solid #b3c3cd;
  border-radius:22px;
  padding:26px;
  box-shadow:0 12px 32px rgba(12,29,42,.055);
}

.cctv-discovery-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:22px;
  border-bottom:1px solid #bdcad2;
  padding-bottom:18px;
}

.cctv-discovery-head h2{
  margin:0;
  color:#102839;
  font-size:29px;
  letter-spacing:-.03em;
}

.cctv-discovery-index{
  display:grid;
  place-items:center;
  width:54px;
  height:54px;
  border-radius:14px;
  background:#14384f;
  color:#fff;
  font-size:18px;
  font-weight:900;
  flex:0 0 auto;
}

.cctv-discovery-intro{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  padding:20px 0;
}

.cctv-discovery-intro p{
  margin:0;
  color:#405a6a;
  font-size:11.8px;
  line-height:1.78;
}

.cctv-discovery-intro b{
  color:#18384c;
}

.cctv-discovery-body{
  display:grid;
  grid-template-columns:.72fr 1.28fr;
  gap:20px;
  padding:20px;
  border-radius:17px;
  background:linear-gradient(135deg,#12364d,#0c283a);
}

.cctv-discovery-copy{
  padding:5px 8px 5px 2px;
}

.cctv-discovery-copy small,
.cctv-discovery-principle small{
  display:block;
  color:#a9bfcc;
  font-size:8.8px;
  letter-spacing:.14em;
  font-weight:900;
  margin-bottom:8px;
}

.cctv-discovery-copy h3{
  margin:0 0 10px;
  color:#fff;
  font-size:18px;
  line-height:1.32;
  letter-spacing:-.02em;
}

.cctv-discovery-copy p{
  margin:0;
  color:#bdcfda;
  font-size:10.6px;
  line-height:1.7;
}

.cctv-discovery-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:8px;
}

.cctv-discovery-item{
  min-height:72px;
  display:flex;
  align-items:center;
  gap:10px;
  padding:11px 12px;
  border-radius:11px;
  background:rgba(255,255,255,.075);
  border:1px solid rgba(255,255,255,.12);
}

.cctv-discovery-item span{
  display:grid;
  place-items:center;
  width:25px;
  height:25px;
  flex:0 0 auto;
  border-radius:7px;
  background:#dce7ed;
  color:#18374b;
  font-size:8px;
  font-weight:900;
}

.cctv-discovery-item b{
  color:#f3f7f9;
  font-size:10.4px;
  line-height:1.35;
}

.cctv-discovery-principle{
  display:flex;
  gap:16px;
  align-items:center;
  margin-top:17px;
  padding:18px 20px;
  border-radius:15px;
  background:linear-gradient(135deg,#c8d8e1,#d8e4ea);
  border:1px solid #adbec9;
}

.cctv-discovery-principle-icon{
  display:grid;
  place-items:center;
  width:46px;
  height:46px;
  border-radius:12px;
  background:#143a52;
  color:#fff;
  font-size:18px;
  font-weight:900;
  flex:0 0 auto;
}

.cctv-discovery-principle small{
  color:#42657b;
  margin-bottom:5px;
}

.cctv-discovery-principle h3{
  margin:0 0 5px;
  color:#143146;
  font-size:16px;
  line-height:1.35;
}

.cctv-discovery-principle p{
  margin:0;
  color:#526a79;
  font-size:10.4px;
  line-height:1.6;
}

@media(max-width:1100px){
  .cctv-discovery-intro,
  .cctv-discovery-body{
    grid-template-columns:1fr;
  }
  .cctv-discovery-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:640px){
  .cctv-discovery-section{
    padding:18px;
  }
  .cctv-discovery-grid{
    grid-template-columns:1fr;
  }
  .cctv-discovery-head h2{
    font-size:24px;
  }
  .cctv-discovery-intro{
    gap:12px;
  }
  .cctv-discovery-principle{
    align-items:flex-start;
  }
}


/* =========================================================
   V24 FINAL — CCTV UÇTAN UCA TEKNİK SAYFA
   ========================================================= */
.cctv-lifecycle-final{
  border-radius:22px;
  overflow:hidden;
  background:linear-gradient(180deg,#dce7ed,#d1dee6);
  border:1px solid #afc0ca;
  box-shadow:0 14px 36px rgba(9,28,42,.065);
}

.cctv-lifecycle-title{
  padding:28px;
  background:linear-gradient(135deg,#0a2030,#123b53);
  color:#fff;
}

.cctv-lifecycle-title h2{
  margin:0 0 10px;
  max-width:980px;
  color:#fff;
  font-size:30px;
  line-height:1.16;
  letter-spacing:-.03em;
}

.cctv-lifecycle-title p{
  max-width:980px;
  margin:0;
  color:#bed0da;
  font-size:11.5px;
  line-height:1.72;
}

.cctv-lifecycle-title .eyebrow{
  color:#9fb8c8;
}

.cctv-lifecycle-flow{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:7px;
  margin-top:20px;
  padding:12px 14px;
  border-radius:12px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.11);
}

.cctv-lifecycle-flow span{
  color:#eff6f9;
  font-size:8.3px;
  letter-spacing:.08em;
  font-weight:850;
}

.cctv-lifecycle-flow i{
  color:#7f9daf;
  font-style:normal;
  font-size:11px;
}

.cctv-stage-list{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  padding:20px;
}

.cctv-stage-card{
  padding:20px;
  border-radius:16px;
  background:linear-gradient(180deg,#e5edf2,#dce6ec);
  border:1px solid #b9c8d1;
  min-height:100%;
}

.cctv-stage-card.stage-alt{
  background:linear-gradient(180deg,#d8e4ea,#cfdee6);
}

.cctv-stage-header{
  display:grid;
  grid-template-columns:48px 1fr;
  gap:14px;
  padding-bottom:14px;
  margin-bottom:13px;
  border-bottom:1px solid #becbd3;
}

.cctv-stage-no{
  display:grid;
  place-items:center;
  width:48px;
  height:48px;
  border-radius:13px;
  background:#153a52;
  color:#fff;
  font-size:15px;
  font-weight:900;
}

.cctv-stage-header small{
  display:block;
  color:#557489;
  font-size:8.3px;
  letter-spacing:.13em;
  font-weight:900;
  margin-bottom:5px;
}

.cctv-stage-header h3{
  margin:0 0 7px;
  color:#142f42;
  font-size:17px;
  line-height:1.25;
  letter-spacing:-.02em;
}

.cctv-stage-header p{
  margin:0;
  color:#506979;
  font-size:10.4px;
  line-height:1.65;
}

.cctv-stage-items{
  display:grid;
  gap:7px;
}

.cctv-stage-item{
  display:grid;
  grid-template-columns:25px 1fr;
  gap:9px;
  align-items:start;
  padding:9px 10px;
  border-radius:10px;
  background:rgba(244,248,250,.62);
  border:1px solid rgba(175,192,202,.68);
}

.cctv-stage-item>span{
  display:grid;
  place-items:center;
  width:24px;
  height:24px;
  border-radius:7px;
  background:#d1dfe7;
  color:#27495e;
  font-size:7.8px;
  font-weight:900;
}

.cctv-stage-item p{
  margin:1px 0 0;
  color:#405b6c;
  font-size:9.8px;
  line-height:1.53;
}

.cctv-final-delivery{
  padding:26px;
  border-radius:22px;
  background:linear-gradient(180deg,#dce7ed,#d1dfe7);
  border:1px solid #afc0ca;
  box-shadow:0 12px 32px rgba(9,28,42,.055);
}

.cctv-final-delivery-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:28px;
  padding-bottom:18px;
  border-bottom:1px solid #b9c7d0;
}

.cctv-final-delivery-head h2{
  margin:0 0 8px;
  color:#102b3e;
  font-size:27px;
  line-height:1.2;
  letter-spacing:-.03em;
}

.cctv-final-delivery-head p{
  max-width:900px;
  margin:0;
  color:#506979;
  font-size:10.8px;
  line-height:1.7;
}

.cctv-output-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:18px;
}

.cctv-output-card{
  display:grid;
  grid-template-columns:31px 1fr;
  gap:12px;
  align-items:start;
  padding:13px 14px;
  border-radius:12px;
  background:#e6edf1;
  border:1px solid #bdcad2;
}

.cctv-output-card>span{
  display:grid;
  place-items:center;
  width:29px;
  height:29px;
  border-radius:50%;
  background:#173e56;
  color:#fff;
  font-size:10px;
  font-weight:900;
}

.cctv-output-card b{
  display:block;
  color:#18364a;
  font-size:11.5px;
  margin-bottom:4px;
}

.cctv-output-card p{
  margin:0;
  color:#526a7a;
  font-size:9.8px;
  line-height:1.55;
}

.cctv-final-statement{
  margin-top:18px;
  padding:20px 22px;
  border-radius:15px;
  background:linear-gradient(135deg,#0b2232,#16425b);
  color:#fff;
}

.cctv-final-statement small{
  display:block;
  color:#a7bdca;
  font-size:8.6px;
  letter-spacing:.14em;
  font-weight:900;
  margin-bottom:7px;
}

.cctv-final-statement h3{
  margin:0 0 7px;
  color:#fff;
  font-size:18px;
  line-height:1.32;
}

.cctv-final-statement p{
  margin:0;
  color:#bfd0da;
  font-size:10.5px;
  line-height:1.65;
}

@media(max-width:1100px){
  .cctv-stage-list,
  .cctv-output-grid{
    grid-template-columns:1fr;
  }
  .cctv-final-delivery-head{
    align-items:flex-start;
    flex-direction:column;
  }
}

@media(max-width:640px){
  .cctv-lifecycle-title,
  .cctv-final-delivery{
    padding:18px;
  }
  .cctv-stage-list{
    padding:12px;
  }
  .cctv-stage-card{
    padding:15px;
  }
  .cctv-stage-header{
    grid-template-columns:40px 1fr;
  }
  .cctv-stage-no{
    width:40px;
    height:40px;
  }
  .cctv-lifecycle-title h2{
    font-size:24px;
  }
  .cctv-final-delivery-head h2{
    font-size:22px;
  }
}


/* =========================================================
   V25 — CCTV 01→10 numaralandırma netliği
   ========================================================= */
.cctv-stage-card:first-child{
  grid-column:1 / -1;
  background:linear-gradient(135deg,#c9dce6,#d9e6ec);
  border-color:#9fb5c3;
}
.cctv-stage-card:first-child .cctv-stage-no{
  background:#0f3650;
  box-shadow:0 0 0 5px rgba(15,54,80,.08);
}


/* V26 — gereksiz keşif etiketi kaldırıldı */
.cctv-stage-card:first-child .cctv-stage-header:after{
  content:none !important;
  display:none !important;
}


/* =========================================================
   V28 FINAL — NETWORK / YANGIN / IT DETAY SAYFALARI
   ========================================================= */
.service-final-hero-callout{
  margin-top:18px;
  padding:15px 17px;
  border-left:4px solid #355d76;
  border-radius:0 12px 12px 0;
  background:linear-gradient(180deg,rgba(218,229,236,.92),rgba(207,221,230,.86));
}
.service-final-hero-callout small{
  display:block;color:#31566d;font-size:8.8px;letter-spacing:.15em;font-weight:900;
}
.service-final-hero-callout p{
  margin:7px 0 0;color:#344e5f;font-size:11.1px;line-height:1.66;
}
.service-final-hero-grid{
  display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:15px;
}
.service-final-mini-card{
  min-height:112px;padding:13px 14px;border-radius:12px;
  background:linear-gradient(180deg,#e5edf2,#dce6ec);
  border:1px solid #b9c8d2;
}
.service-final-mini-card>span{
  display:inline-grid;place-items:center;width:24px;height:24px;border-radius:7px;
  background:#1b435c;color:#fff;font-size:8px;font-weight:900;margin-bottom:8px;
}
.service-final-mini-card b{display:block;color:#173246;font-size:11.8px;margin-bottom:5px}
.service-final-mini-card p{margin:0;color:#526a7a;font-size:9.8px;line-height:1.55}
.service-final-flow{
  display:flex;align-items:center;flex-wrap:wrap;gap:7px;margin-top:13px;padding:11px 12px;
  border-radius:11px;background:#15364d;border:1px solid #284d65;
}
.service-final-flow span{color:#edf5f8;font-size:8.6px;letter-spacing:.08em;font-weight:850}
.service-final-flow i{color:#8faabd;font-style:normal;font-size:11px}
.service-final-actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:14px}
.service-final-actions .btn{min-height:41px;padding:0 14px}
.service-final-actions .btn.secondary{
  background:#e6edf2;border-color:#b9c7d0;color:#173247;
}

.service-lifecycle-final{
  border-radius:22px;overflow:hidden;
  background:linear-gradient(180deg,#dce7ed,#d1dee6);
  border:1px solid #afc0ca;
  box-shadow:0 14px 36px rgba(9,28,42,.065);
}
.service-lifecycle-title{
  padding:28px;background:linear-gradient(135deg,#0a2030,#123b53);color:#fff;
}
.service-lifecycle-title h2{
  margin:0 0 10px;max-width:1000px;color:#fff;font-size:30px;line-height:1.16;letter-spacing:-.03em;
}
.service-lifecycle-title p{
  max-width:1000px;margin:0;color:#bed0da;font-size:11.5px;line-height:1.72;
}
.service-lifecycle-title .eyebrow{color:#9fb8c8}
.service-lifecycle-flow{
  display:flex;flex-wrap:wrap;align-items:center;gap:7px;margin-top:20px;padding:12px 14px;
  border-radius:12px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.11);
}
.service-lifecycle-flow span{
  display:grid;place-items:center;min-width:30px;height:26px;padding:0 8px;border-radius:7px;
  background:rgba(255,255,255,.09);color:#eff6f9;font-size:8px;font-weight:900;
}
.service-lifecycle-flow i{color:#7f9daf;font-style:normal;font-size:11px}
.service-stage-list{
  display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:20px;
}
.service-stage-card{
  padding:20px;border-radius:16px;background:linear-gradient(180deg,#e5edf2,#dce6ec);
  border:1px solid #b9c8d1;min-height:100%;
}
.service-stage-card.stage-alt{background:linear-gradient(180deg,#d8e4ea,#cfdee6)}
.service-stage-header{
  display:grid;grid-template-columns:48px 1fr;gap:14px;padding-bottom:14px;margin-bottom:13px;
  border-bottom:1px solid #becbd3;
}
.service-stage-no{
  display:grid;place-items:center;width:48px;height:48px;border-radius:13px;
  background:#153a52;color:#fff;font-size:15px;font-weight:900;
}
.service-stage-header small{
  display:block;color:#557489;font-size:8.3px;letter-spacing:.13em;font-weight:900;margin-bottom:5px;
}
.service-stage-header h3{
  margin:0 0 7px;color:#142f42;font-size:17px;line-height:1.25;letter-spacing:-.02em;
}
.service-stage-header p{margin:0;color:#506979;font-size:10.4px;line-height:1.65}
.service-stage-items{display:grid;gap:7px}
.service-stage-item{
  display:grid;grid-template-columns:25px 1fr;gap:9px;align-items:start;padding:9px 10px;
  border-radius:10px;background:rgba(244,248,250,.62);border:1px solid rgba(175,192,202,.68);
}
.service-stage-item>span{
  display:grid;place-items:center;width:24px;height:24px;border-radius:7px;
  background:#d1dfe7;color:#27495e;font-size:7.8px;font-weight:900;
}
.service-stage-item p{margin:1px 0 0;color:#405b6c;font-size:9.8px;line-height:1.53}

.service-final-delivery{
  padding:26px;border-radius:22px;background:linear-gradient(180deg,#dce7ed,#d1dfe7);
  border:1px solid #afc0ca;box-shadow:0 12px 32px rgba(9,28,42,.055);
}
.service-final-delivery-head{
  display:flex;justify-content:space-between;align-items:center;gap:28px;padding-bottom:18px;
  border-bottom:1px solid #b9c7d0;
}
.service-final-delivery-head h2{
  margin:0 0 8px;color:#102b3e;font-size:27px;line-height:1.2;letter-spacing:-.03em;
}
.service-final-delivery-head p{
  max-width:900px;margin:0;color:#506979;font-size:10.8px;line-height:1.7;
}
.service-output-grid{
  display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:18px;
}
.service-output-card{
  display:grid;grid-template-columns:31px 1fr;gap:12px;align-items:start;padding:13px 14px;
  border-radius:12px;background:#e6edf1;border:1px solid #bdcad2;
}
.service-output-card>span{
  display:grid;place-items:center;width:29px;height:29px;border-radius:50%;
  background:#173e56;color:#fff;font-size:10px;font-weight:900;
}
.service-output-card b{display:block;color:#18364a;font-size:11.5px;margin-bottom:4px}
.service-output-card p{margin:0;color:#526a7a;font-size:9.8px;line-height:1.55}
.service-final-statement{
  margin-top:18px;padding:20px 22px;border-radius:15px;
  background:linear-gradient(135deg,#0b2232,#16425b);color:#fff;
}
.service-final-statement small{
  display:block;color:#a7bdca;font-size:8.6px;letter-spacing:.14em;font-weight:900;margin-bottom:7px;
}
.service-final-statement h3{margin:0;color:#fff;font-size:18px;line-height:1.32}

@media(max-width:1100px){
  .service-stage-list,.service-output-grid{grid-template-columns:1fr}
  .service-final-delivery-head{align-items:flex-start;flex-direction:column}
}
@media(max-width:640px){
  .service-final-hero-grid{grid-template-columns:1fr}
  .service-final-actions{display:grid}
  .service-final-actions .btn{width:100%;justify-content:center}
  .service-lifecycle-title,.service-final-delivery{padding:18px}
  .service-stage-list{padding:12px}
  .service-stage-card{padding:15px}
  .service-stage-header{grid-template-columns:40px 1fr}
  .service-stage-no{width:40px;height:40px}
  .service-lifecycle-title h2{font-size:24px}
  .service-final-delivery-head h2{font-size:22px}
}


/* =========================================================
   V31 — SEKTÖRLER SAYFASI FOTOĞRAFLI YAPI
   ========================================================= */
.sector-hero{
  display:grid;
  grid-template-columns:1.6fr .9fr;
  gap:16px;
  margin-bottom:18px;
}
.sector-hero-copy,
.sector-hero-side,
.sector-photo-card,
.sector-summary-panel{
  background:linear-gradient(180deg,#e5edf2,#dbe6ec);
  border:1px solid var(--line);
  border-radius:18px;
  box-shadow:0 10px 26px rgba(8,28,42,.04);
}
.sector-hero-copy{
  padding:24px 24px 20px;
}
.sector-hero-copy small,
.sector-summary-panel small{
  display:block;
  color:var(--accent-dark);
  font-size:8.6px;
  font-weight:900;
  letter-spacing:.16em;
  margin-bottom:8px;
}
.sector-hero-copy h3{
  margin:0 0 10px;
  font-size:29px;
  line-height:1.15;
  letter-spacing:-.03em;
  color:var(--navy-900);
  max-width:720px;
}
.sector-hero-copy p{
  margin:0;
  max-width:760px;
  color:var(--muted);
  font-size:11.1px;
  line-height:1.75;
}
.sector-hero-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:16px;
}
.sector-hero-tags span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:30px;
  padding:0 12px;
  border-radius:999px;
  background:#15384f;
  border:1px solid #284a60;
  color:#eef5f8;
  font-size:9px;
  font-weight:850;
  letter-spacing:.05em;
}
.sector-hero-side{
  padding:16px;
  display:grid;
  gap:12px;
}
.sector-hero-metric{
  padding:16px;
  border-radius:14px;
  background:linear-gradient(135deg,#0e2637,#164560);
  border:1px solid #2a4c62;
}
.sector-hero-metric b{
  display:block;
  color:#fff;
  font-size:13px;
  margin-bottom:6px;
}
.sector-hero-metric p{
  margin:0;
  color:#c4d3dc;
  font-size:10px;
  line-height:1.65;
}

.sector-photo-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}
.sector-photo-card{
  overflow:hidden;
}
.sector-photo-card .image-shell{
  border:none;
  border-radius:0;
  background:#d6e2e8;
  min-height:auto;
}
.sector-photo-card .image-shell img{
  width:100%;
  height:208px;
  object-fit:cover;
  display:block;
}
.sector-photo-card .visual-source{
  bottom:10px;
  left:10px;
}
.sector-photo-body{
  padding:16px 16px 18px;
}
.sector-topline small{
  display:block;
  color:var(--accent-dark);
  font-size:8.7px;
  font-weight:900;
  letter-spacing:.14em;
  margin-bottom:5px;
}
.sector-topline h3{
  font-size:18px;
  margin:0 0 10px;
  color:var(--navy-900);
  line-height:1.25;
}
.sector-photo-body p{
  margin:0;
  color:var(--muted);
  font-size:10.5px;
  line-height:1.72;
  min-height:74px;
}
.sector-tags{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-top:14px;
}
.sector-tags span{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 10px;
  border-radius:999px;
  background:#edf3f6;
  border:1px solid #c4d1d9;
  color:#294557;
  font-size:8.7px;
  font-weight:800;
}

.sector-summary-panel{
  margin-top:18px;
  padding:20px 22px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  background:linear-gradient(135deg,#0d2638,#16445d);
  border-color:#284c63;
}
.sector-summary-panel h3{
  margin:0 0 8px;
  color:#fff;
  font-size:23px;
  line-height:1.2;
  letter-spacing:-.03em;
  max-width:840px;
}
.sector-summary-panel p{
  margin:0;
  color:#bfd0da;
  font-size:10.8px;
  line-height:1.7;
  max-width:900px;
}
.sector-summary-panel .btn{white-space:nowrap}

@media(max-width:1180px){
  .sector-photo-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:980px){
  .sector-hero{grid-template-columns:1fr}
  .sector-summary-panel{flex-direction:column;align-items:flex-start}
}
@media(max-width:640px){
  .sector-photo-grid{grid-template-columns:1fr}
  .sector-hero-copy{padding:18px}
  .sector-hero-copy h3{font-size:23px}
  .sector-photo-card .image-shell img{height:190px}
  .sector-summary-panel{padding:18px}
  .sector-summary-panel h3{font-size:20px}
}


/* V32 - sektörlere ait görseller ve kart düzeni */
.sector-photo-grid-v32{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}
.sector-photo-grid-v32 .sector-photo-card{min-height:100%;overflow:hidden}
.sector-photo-grid-v32 .image-shell{height:210px;overflow:hidden}
.sector-photo-grid-v32 .image-shell img{width:100%;height:100%;object-fit:cover;object-position:center}
.sector-photo-grid-v32 .sector-photo-body{padding:16px 16px 18px}
.sector-photo-grid-v32 .sector-photo-body p{min-height:92px}
@media(max-width:1400px){.sector-photo-grid-v32{grid-template-columns:repeat(3,1fr)}}
@media(max-width:1000px){.sector-photo-grid-v32{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.sector-photo-grid-v32{grid-template-columns:1fr}.sector-photo-grid-v32 .image-shell{height:190px}}


/* =========================================================
   V33 — BAKIM MODELLERİ FINAL GENİŞLETME
   ========================================================= */
.maintenance-page{padding-bottom:30px}

.maintenance-hero{
  display:grid;
  grid-template-columns:1.45fr .75fr;
  gap:16px;
  margin-bottom:24px;
}
.maintenance-hero-copy{
  padding:25px;
  border-radius:20px;
  background:linear-gradient(180deg,#e3ecf1,#d7e4ea);
  border:1px solid #b5c5cf;
}
.maintenance-hero-copy>small,
.maintenance-sla small,
.maintenance-contract-copy>small,
.maintenance-final-cta small{
  display:block;
  color:#456b81;
  font-size:8.7px;
  letter-spacing:.15em;
  font-weight:900;
  margin-bottom:8px;
}
.maintenance-hero-copy h3{
  margin:0 0 10px;
  max-width:830px;
  color:#102b3e;
  font-size:28px;
  line-height:1.16;
  letter-spacing:-.03em;
}
.maintenance-hero-copy p{
  margin:0;
  color:#4e6777;
  font-size:11.2px;
  line-height:1.78;
  max-width:950px;
}
.maintenance-hero-copy p b{color:#18384c}
.maintenance-flow{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:7px;
  margin-top:18px;
  padding:11px 12px;
  border-radius:11px;
  background:#14384f;
}
.maintenance-flow span{
  color:#eef5f8;
  font-size:8px;
  font-weight:900;
  letter-spacing:.06em;
}
.maintenance-flow i{
  color:#8da8ba;
  font-size:10px;
  font-style:normal;
}
.maintenance-hero-side{
  display:grid;
  gap:10px;
}
.maintenance-kpi{
  padding:17px;
  border-radius:16px;
  background:linear-gradient(135deg,#0d2637,#16445e);
  border:1px solid #294d63;
}
.maintenance-kpi small{
  display:block;
  color:#9fb7c6;
  font-size:8px;
  letter-spacing:.14em;
  font-weight:900;
}
.maintenance-kpi b{
  display:block;
  margin:7px 0 5px;
  color:white;
  font-size:13px;
}
.maintenance-kpi p{
  margin:0;
  color:#c2d2db;
  font-size:9.8px;
  line-height:1.55;
}

.maintenance-section-title{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:20px;
  margin:25px 0 14px;
}
.maintenance-section-title h2{
  margin:0;
  color:#102b3e;
  font-size:25px;
  line-height:1.2;
  letter-spacing:-.025em;
}
.maintenance-section-title>p{
  max-width:600px;
  margin:0;
  color:#657d8d;
  font-size:10.3px;
  line-height:1.65;
  text-align:right;
}

.maintenance-plan-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}
.maintenance-plan{
  display:flex;
  flex-direction:column;
  padding:20px;
  border-radius:18px;
  background:linear-gradient(180deg,#e6edf2,#dce7ed);
  border:1px solid #bac8d1;
  box-shadow:0 8px 22px rgba(11,31,45,.04);
}
.maintenance-plan.featured{
  border-color:#6f94aa;
  box-shadow:0 0 0 2px rgba(43,89,116,.09),0 12px 28px rgba(11,31,45,.06);
}
.maintenance-plan.critical{
  background:linear-gradient(180deg,#dce7ed,#cfdee6);
}
.maintenance-plan-head small{
  display:block;
  color:#43687f;
  font-size:8.7px;
  letter-spacing:.15em;
  font-weight:900;
}
.maintenance-plan-head h3{
  margin:7px 0 8px;
  color:#112e42;
  font-size:19px;
  line-height:1.25;
}
.maintenance-plan-head p{
  margin:0;
  min-height:76px;
  color:#536c7c;
  font-size:10px;
  line-height:1.65;
}
.maintenance-plan-meta{
  display:grid;
  gap:7px;
  margin:15px 0;
}
.maintenance-plan-meta>div{
  padding:10px 11px;
  border-radius:10px;
  background:#eef4f7;
  border:1px solid #c6d2da;
}
.maintenance-plan-meta span{
  display:block;
  color:#6b8494;
  font-size:7.7px;
  letter-spacing:.1em;
  font-weight:850;
  margin-bottom:3px;
}
.maintenance-plan-meta b{
  display:block;
  color:#19384c;
  font-size:9.8px;
  line-height:1.4;
}
.maintenance-plan-list{
  display:grid;
  gap:6px;
  margin-bottom:16px;
}
.maintenance-plan-item{
  display:grid;
  grid-template-columns:24px 1fr;
  gap:8px;
  align-items:start;
  padding:8px 9px;
  border-radius:9px;
  background:rgba(247,250,252,.68);
  border:1px solid #c8d4db;
}
.maintenance-plan-item>span{
  display:grid;
  place-items:center;
  width:22px;
  height:22px;
  border-radius:6px;
  background:#193f57;
  color:#fff;
  font-size:7px;
  font-weight:900;
}
.maintenance-plan-item p{
  margin:1px 0 0;
  color:#455f70;
  font-size:9px;
  line-height:1.48;
}
.maintenance-plan>.btn{
  margin-top:auto;
  width:100%;
  justify-content:center;
  min-height:40px;
}
.maintenance-plan>.btn.secondary{
  background:#eef3f6;
  color:#16374d;
  border-color:#bdcbd3;
}

.maintenance-system-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:11px;
}
.maintenance-system-card{
  display:grid;
  grid-template-columns:44px 1fr;
  gap:13px;
  align-items:start;
  padding:16px;
  border-radius:14px;
  background:#e4edf1;
  border:1px solid #bac9d2;
}
.maintenance-system-card>span{
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  border-radius:11px;
  background:#143a52;
  color:white;
  font-size:9px;
  font-weight:900;
}
.maintenance-system-card h3{
  margin:0 0 5px;
  color:#17364a;
  font-size:13px;
}
.maintenance-system-card p{
  margin:0;
  color:#526b7b;
  font-size:9.7px;
  line-height:1.58;
}

.maintenance-cycle{
  margin-top:25px;
  padding:22px;
  border-radius:20px;
  background:linear-gradient(135deg,#0b2232,#16445d);
  border:1px solid #284c62;
}
.maintenance-cycle-head{
  display:flex;
  justify-content:space-between;
  gap:20px;
  margin-bottom:15px;
}
.maintenance-cycle-head .eyebrow{color:#9fb8c7}
.maintenance-cycle-head h2{
  margin:0;
  color:white;
  font-size:24px;
  letter-spacing:-.025em;
}
.maintenance-cycle-head>p{
  max-width:580px;
  margin:0;
  color:#b9ccd7;
  font-size:10px;
  line-height:1.65;
  text-align:right;
}
.maintenance-cycle-grid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:8px;
}
.maintenance-cycle-card{
  padding:13px;
  border-radius:12px;
  background:rgba(255,255,255,.075);
  border:1px solid rgba(255,255,255,.12);
}
.maintenance-cycle-card>span{
  display:grid;
  place-items:center;
  width:26px;
  height:26px;
  border-radius:7px;
  background:#dce8ee;
  color:#17384d;
  font-size:8px;
  font-weight:900;
}
.maintenance-cycle-card h3{
  margin:9px 0 5px;
  color:white;
  font-size:11px;
}
.maintenance-cycle-card p{
  margin:0;
  color:#bfd0da;
  font-size:8.7px;
  line-height:1.5;
}

.maintenance-sla{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:18px;
  margin-top:25px;
  padding:22px;
  border-radius:19px;
  background:linear-gradient(180deg,#dfe9ee,#d4e1e8);
  border:1px solid #afc1cc;
}
.maintenance-sla small{color:#456b81}
.maintenance-sla h2{
  margin:0 0 9px;
  color:#112f43;
  font-size:23px;
  line-height:1.22;
}
.maintenance-sla>div>p{
  margin:0;
  color:#4f6878;
  font-size:10.5px;
  line-height:1.72;
}
.maintenance-sla>div>p b{color:#17384d}
.maintenance-sla-points{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
}
.maintenance-sla-points>div{
  padding:12px;
  border-radius:11px;
  background:#edf3f6;
  border:1px solid #c2d0d8;
}
.maintenance-sla-points span{
  display:inline-grid;
  place-items:center;
  width:23px;
  height:23px;
  border-radius:6px;
  background:#173d55;
  color:#fff;
  font-size:7px;
  font-weight:900;
}
.maintenance-sla-points b{
  display:block;
  margin:7px 0 4px;
  color:#19384c;
  font-size:10px;
}
.maintenance-sla-points p{
  margin:0;
  color:#607786;
  font-size:8.6px;
  line-height:1.45;
}

.maintenance-report-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}
.maintenance-report-card{
  display:grid;
  grid-template-columns:30px 1fr;
  gap:11px;
  padding:13px 14px;
  border-radius:12px;
  background:#e7eef2;
  border:1px solid #bfccd4;
}
.maintenance-report-card>span{
  display:grid;
  place-items:center;
  width:28px;
  height:28px;
  border-radius:50%;
  background:#163d55;
  color:white;
  font-size:9px;
  font-weight:900;
}
.maintenance-report-card b{
  display:block;
  color:#19374a;
  font-size:10.8px;
  margin-bottom:3px;
}
.maintenance-report-card p{
  margin:0;
  color:#5c7382;
  font-size:9px;
  line-height:1.5;
}

.maintenance-contract{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:16px;
  margin-top:24px;
  padding:22px;
  border-radius:19px;
  background:#e1eaf0;
  border:1px solid #b7c6cf;
}
.maintenance-contract-copy>small{color:#486d83}
.maintenance-contract-copy h2{
  margin:0 0 8px;
  color:#123044;
  font-size:22px;
}
.maintenance-contract-copy p{
  margin:0;
  color:#526a79;
  font-size:10.3px;
  line-height:1.7;
}
.maintenance-contract-list{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
}
.maintenance-contract-list>div{
  display:grid;
  grid-template-columns:26px 1fr;
  gap:8px;
  align-items:center;
  padding:10px;
  border-radius:10px;
  background:#eff4f7;
  border:1px solid #c3d0d7;
}
.maintenance-contract-list span{
  display:grid;
  place-items:center;
  width:24px;
  height:24px;
  border-radius:7px;
  background:#173d55;
  color:white;
  font-size:7px;
  font-weight:900;
}
.maintenance-contract-list b{
  color:#244357;
  font-size:9.6px;
}

.maintenance-final-cta{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:24px;
  margin-top:20px;
  padding:21px 23px;
  border-radius:17px;
  background:linear-gradient(135deg,#0b2232,#174660);
  border:1px solid #2a4f65;
}
.maintenance-final-cta small{color:#9fb9c8}
.maintenance-final-cta h3{
  margin:0 0 6px;
  color:white;
  font-size:19px;
  line-height:1.3;
}
.maintenance-final-cta p{
  margin:0;
  color:#bfd0da;
  font-size:10px;
  line-height:1.6;
}

@media(max-width:1200px){
  .maintenance-plan-grid{grid-template-columns:1fr}
  .maintenance-plan-head p{min-height:auto}
  .maintenance-system-grid{grid-template-columns:1fr 1fr}
  .maintenance-cycle-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:900px){
  .maintenance-hero,
  .maintenance-sla,
  .maintenance-contract{grid-template-columns:1fr}
  .maintenance-section-title,
  .maintenance-cycle-head,
  .maintenance-final-cta{align-items:flex-start;flex-direction:column}
  .maintenance-section-title>p,
  .maintenance-cycle-head>p{text-align:left}
  .maintenance-report-grid{grid-template-columns:1fr}
}
@media(max-width:640px){
  .maintenance-system-grid,
  .maintenance-cycle-grid,
  .maintenance-sla-points,
  .maintenance-contract-list{grid-template-columns:1fr}
  .maintenance-hero-copy{padding:18px}
  .maintenance-hero-copy h3{font-size:23px}
  .maintenance-section-title h2{font-size:21px}
}


/* =========================================================
   V34 — NEXİS HIKVISION FLIPBOOK KATALOĞU
   ========================================================= */
.catalog-page{padding-bottom:30px}
.hik-catalog-hero{display:grid;grid-template-columns:340px 1fr;gap:22px;padding:22px;border-radius:22px;background:linear-gradient(135deg,#0a1f2e,#133f58);border:1px solid #2b5269;box-shadow:0 18px 42px rgba(8,26,39,.14)}
.hik-catalog-cover-mini{min-height:420px;padding:25px;border-radius:16px;background:linear-gradient(160deg,#071822 0%,#0d2e43 57%,#bf2027 57.5%,#9f1218 100%);border:1px solid rgba(255,255,255,.13);color:#fff;display:flex;flex-direction:column}
.hik-mini-top{font-size:10px;letter-spacing:.11em;font-weight:900;color:#d8e6ed}.hik-mini-top span{color:#72bfe8;margin:0 4px}
.hik-catalog-cover-mini h3{margin:58px 0 12px;font-size:42px;line-height:.98;letter-spacing:-.04em;color:#fff}
.hik-catalog-cover-mini p{margin:0;color:#c2d4dd;font-size:11px;line-height:1.65;max-width:250px}
.hik-mini-line{height:1px;background:rgba(255,255,255,.26);margin:auto 0 13px}.hik-catalog-cover-mini small{font-size:8px;letter-spacing:.12em;color:#fff;font-weight:900}
.hik-catalog-copy{padding:12px 9px;color:#fff}.hik-catalog-copy>small{display:block;color:#92b5c7;font-size:8.6px;letter-spacing:.15em;font-weight:900;margin-bottom:11px}
.hik-catalog-copy h2{max-width:920px;margin:0 0 12px;color:#fff;font-size:32px;line-height:1.17;letter-spacing:-.03em}.hik-catalog-copy>p{max-width:970px;margin:0;color:#bfd1da;font-size:11.2px;line-height:1.75}
.hik-catalog-chips{display:flex;flex-wrap:wrap;gap:7px;margin-top:18px}.hik-catalog-chips span{padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);font-size:8.4px;font-weight:800;color:#eaf2f5}
.hik-catalog-actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:18px}.hik-catalog-actions .secondary{background:#e6eef2;color:#14354a;border-color:#aac0cc}.hik-local-note{margin-top:15px;padding:11px 13px;border-radius:10px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.1);color:#bcd0da;font-size:9.5px;line-height:1.55}.hik-local-note b{color:#fff}
.catalog-secondary-title{margin:26px 0 13px}.catalog-secondary-title h2{margin:0;color:#102d41;font-size:24px}.catalog-secondary-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.catalog-secondary-grid>div{padding:17px;border-radius:14px;background:#e3edf2;border:1px solid #b9c8d1}.catalog-secondary-grid small{color:#547487;font-size:7.7px;font-weight:900;letter-spacing:.13em}.catalog-secondary-grid h3{margin:7px 0 5px;color:#16364a;font-size:15px}.catalog-secondary-grid b{display:block;color:#35576b;font-size:9.7px;margin-bottom:7px}.catalog-secondary-grid p{margin:0;color:#5a7281;font-size:9.5px;line-height:1.55}
.modal-lock{overflow:hidden}.hik-modal{position:fixed;inset:0;z-index:9999;padding:20px;background:rgba(2,12,19,.86);backdrop-filter:blur(12px);opacity:0;pointer-events:none;transition:.22s ease}.hik-modal.open{opacity:1;pointer-events:auto}.hik-modal-shell{width:min(1480px,96vw);height:min(930px,94vh);margin:auto;border-radius:20px;background:linear-gradient(180deg,#0a1c29,#102c3e);border:1px solid #29495d;box-shadow:0 30px 100px rgba(0,0,0,.48);display:grid;grid-template-rows:auto auto 1fr auto;overflow:hidden}.hik-modal-shell:fullscreen{width:100vw;height:100vh;border-radius:0}
.hik-modal-top{display:flex;align-items:center;justify-content:space-between;padding:13px 17px;border-bottom:1px solid rgba(255,255,255,.08)}.hik-modal-top>div:first-child{display:flex;align-items:center;gap:11px}.hik-modal-top small{font-size:8px;letter-spacing:.15em;color:#8eaabb;font-weight:900}.hik-modal-top b{font-size:12px;color:#fff}.hik-modal-tools{display:flex;gap:7px}.hik-modal-tools button{width:34px;height:34px;border-radius:9px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.07);color:#fff;font-size:18px;cursor:pointer}
.hik-group-nav{display:flex;gap:6px;overflow-x:auto;padding:9px 12px;border-bottom:1px solid rgba(255,255,255,.07);scrollbar-width:thin}.hik-group-nav button{flex:0 0 auto;padding:7px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.05);color:#b9cbd5;font-size:8px;font-weight:800;cursor:pointer}.hik-group-nav button.active{background:#dfeaf0;color:#14374d;border-color:#dfeaf0}
.hik-book-wrap{position:relative;min-height:0;display:grid;grid-template-columns:60px 1fr 60px;align-items:center;padding:10px 12px 6px}.hik-book-stage{position:relative;justify-self:center;width:min(650px,62vw);height:100%;max-height:730px;aspect-ratio:595/842;perspective:1800px}.hik-book-page,.hik-book-under{position:absolute;inset:0;border-radius:5px;overflow:hidden;background:#f4f6f7;box-shadow:0 16px 45px rgba(0,0,0,.35)}.hik-book-under{z-index:1}.hik-book-page{z-index:2;transform-style:preserve-3d;backface-visibility:hidden}.hik-book-edge{position:absolute;top:1%;bottom:1%;left:-7px;width:8px;border-radius:5px 0 0 5px;background:linear-gradient(90deg,#8797a0,#dfe6e9);box-shadow:-5px 5px 15px rgba(0,0,0,.2);z-index:0}.hik-book-stage.turn-next .hik-book-page{transform-origin:left center;animation:hikTurnNext .56s cubic-bezier(.55,.05,.35,1) forwards}.hik-book-stage.turn-prev .hik-book-page{transform-origin:right center;animation:hikTurnPrev .56s cubic-bezier(.55,.05,.35,1) forwards}@keyframes hikTurnNext{0%{transform:rotateY(0)}50%{filter:brightness(.72);box-shadow:-25px 18px 50px rgba(0,0,0,.38)}100%{transform:rotateY(-178deg);filter:brightness(.85)}}@keyframes hikTurnPrev{0%{transform:rotateY(0)}50%{filter:brightness(.72);box-shadow:25px 18px 50px rgba(0,0,0,.38)}100%{transform:rotateY(178deg);filter:brightness(.85)}}
.hik-paper{width:100%;height:100%;position:relative;background:#fff}.hik-paper-image img{width:100%;height:100%;object-fit:contain;background:#fff}.hik-page-ribbon{position:absolute;left:10px;right:10px;bottom:9px;display:flex;justify-content:space-between;align-items:center;padding:6px 9px;border-radius:8px;background:rgba(7,30,44,.91);color:#fff;backdrop-filter:blur(5px)}.hik-page-ribbon span{font-size:7.5px;font-weight:850;letter-spacing:.07em}.hik-page-ribbon b{display:grid;place-items:center;width:23px;height:23px;border-radius:6px;background:#e6eef2;color:#173b52;font-size:8px}
.hik-custom-page{padding:7.8% 7.5%;box-sizing:border-box;overflow:hidden}.hik-cover-page{background:linear-gradient(155deg,#06151f 0%,#0c2d41 62%,#b51e25 62.5%,#8e1117 100%);color:#fff}.hik-cover-top{display:flex;justify-content:space-between;gap:15px;font-size:8px;letter-spacing:.14em;font-weight:900;color:#b9cfdb}.hik-cover-top i{font-style:normal;color:#e8f1f4}.hik-cover-main{margin-top:19%}.hik-cover-main small{color:#9ec2d5;font-size:7.7px;letter-spacing:.12em;font-weight:900}.hik-cover-main h2{margin:12px 0 16px;font-size:31px;line-height:1.1;color:#fff;letter-spacing:-.04em}.hik-cover-main h2 em{font-style:normal;color:#8dc7e6}.hik-cover-main p{max-width:420px;margin:0;color:#c9d8e0;font-size:10px;line-height:1.72}.hik-cover-bottom{position:absolute;left:7.5%;right:7.5%;bottom:6.5%;display:flex;justify-content:space-between;align-items:end;border-top:1px solid rgba(255,255,255,.2);padding-top:11px}.hik-cover-bottom b{font-size:9px}.hik-cover-bottom span{max-width:270px;text-align:right;color:#e5edf1;font-size:7.5px}
.hik-intro-page,.hik-groups-page{background:linear-gradient(180deg,#edf3f6,#dce7ed);color:#153246}.hik-page-eyebrow{font-size:7.5px;letter-spacing:.15em;font-weight:900;color:#52788e}.hik-intro-page>h2,.hik-groups-page>h2{font-size:27px;line-height:1.13;letter-spacing:-.04em;color:#102e42;margin:10px 0 13px}.hik-lead{font-size:9.8px;line-height:1.7;color:#536c7c}.hik-intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:15px}.hik-intro-grid>div,.hik-groups-grid>div{padding:12px;border-radius:10px;background:rgba(255,255,255,.62);border:1px solid #becdd6}.hik-intro-grid span,.hik-groups-grid span{display:grid;place-items:center;width:25px;height:25px;border-radius:7px;background:#153c54;color:#fff;font-size:7px;font-weight:900}.hik-intro-grid b,.hik-groups-grid b{display:block;margin:7px 0 4px;font-size:10px;color:#18394e}.hik-intro-grid p,.hik-groups-grid p{margin:0;font-size:7.8px;line-height:1.5;color:#607887}.hik-intro-note{margin-top:12px;padding:11px;border-radius:9px;background:#173e56;color:#d6e3e9;font-size:8px;line-height:1.55}.hik-intro-note b{color:#fff}.hik-groups-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-top:14px}.hik-groups-grid>div{display:grid;grid-template-columns:28px 1fr;column-gap:9px;align-items:start}.hik-groups-grid span{grid-row:1/3}.hik-groups-grid b{margin:0 0 3px}.hik-groups-grid p{grid-column:2}
.hik-close-page{background:linear-gradient(155deg,#071a27,#123e56);color:#fff}.hik-close-page h2{font-size:34px;line-height:1.07;margin:14% 0 16px;color:#fff;letter-spacing:-.04em}.hik-close-page>p{max-width:430px;color:#c5d6df;font-size:10px;line-height:1.72}.hik-close-flow{display:flex;flex-wrap:wrap;gap:6px;align-items:center;margin-top:25px;padding:12px;border-radius:11px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.11)}.hik-close-flow span{font-size:7px;font-weight:900;color:#eaf2f5}.hik-close-flow i{font-style:normal;color:#8aa7b8}.hik-close-contact{position:absolute;left:7.5%;right:7.5%;bottom:7%;display:grid;gap:5px;padding-top:13px;border-top:1px solid rgba(255,255,255,.18)}.hik-close-contact b{font-size:11px}.hik-close-contact span{color:#a9c0cd;font-size:8px}
.hik-arrow{width:44px;height:64px;border-radius:13px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.07);color:#fff;font-size:32px;cursor:pointer;transition:.16s}.hik-arrow:hover{background:#e7eff3;color:#12364c;transform:scale(1.04)}.hik-prev{justify-self:start}.hik-next{justify-self:end}.hik-modal-bottom{display:grid;grid-template-columns:auto 1fr minmax(230px,auto);gap:13px;align-items:center;padding:10px 15px;border-top:1px solid rgba(255,255,255,.08);color:#b8cbd5}.hik-counter{font-size:9px;font-weight:900;color:#fff}.hik-progress{height:4px;border-radius:999px;background:rgba(255,255,255,.09);overflow:hidden}.hik-progress i{display:block;height:100%;width:0;background:#76bde1;transition:.2s}.hik-page-label{text-align:right;font-size:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
@media(max-width:1100px){.hik-catalog-hero{grid-template-columns:270px 1fr}.hik-catalog-cover-mini{min-height:360px}.hik-catalog-cover-mini h3{font-size:34px}.catalog-secondary-grid{grid-template-columns:1fr}.hik-book-stage{width:min(600px,72vw)}}
@media(max-width:760px){.hik-catalog-hero{grid-template-columns:1fr}.hik-catalog-cover-mini{min-height:300px}.hik-catalog-cover-mini h3{margin-top:40px}.hik-book-wrap{grid-template-columns:42px 1fr 42px;padding:7px}.hik-book-stage{width:min(520px,77vw)}.hik-arrow{width:36px;height:52px;font-size:26px}.hik-modal{padding:0}.hik-modal-shell{width:100vw;height:100vh;border-radius:0}.hik-modal-bottom{grid-template-columns:auto 1fr}.hik-page-label{display:none}.hik-intro-grid,.hik-groups-grid{grid-template-columns:1fr}.hik-custom-page{padding:7%}.hik-cover-main h2{font-size:25px}.hik-intro-page>h2,.hik-groups-page>h2{font-size:22px}}


/* =========================================================
   V35 — MARKALAR & ÜRÜN GRUPLARI
   ========================================================= */
.brand-page{padding-bottom:28px}
.brand-hero{
  display:grid;
  grid-template-columns:1.45fr .75fr;
  gap:15px;
  margin-bottom:26px;
}
.brand-hero-copy{
  padding:25px;
  border-radius:19px;
  background:linear-gradient(180deg,#e3edf2,#d6e3ea);
  border:1px solid #b5c5cf;
}
.brand-hero-copy>small,
.brand-future small{
  display:block;
  color:#456b81;
  font-size:8.7px;
  font-weight:900;
  letter-spacing:.15em;
  margin-bottom:8px;
}
.brand-hero-copy h3{
  max-width:900px;
  margin:0 0 11px;
  color:#102c3f;
  font-size:28px;
  line-height:1.15;
  letter-spacing:-.03em;
}
.brand-hero-copy p{
  max-width:950px;
  margin:0;
  color:#4e6878;
  font-size:11px;
  line-height:1.77;
}
.brand-hero-copy p b{color:#17394e}
.brand-hero-tags{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-top:16px;
}
.brand-hero-tags span{
  min-height:28px;
  display:inline-flex;
  align-items:center;
  padding:0 10px;
  border-radius:999px;
  color:#eef6f9;
  background:#153a52;
  border:1px solid #284d64;
  font-size:7.8px;
  font-weight:900;
  letter-spacing:.06em;
}
.brand-hero-rules{
  display:grid;
  gap:9px;
}
.brand-hero-rules>div{
  padding:16px;
  border-radius:15px;
  background:linear-gradient(135deg,#0d2637,#17455f);
  border:1px solid #294e64;
}
.brand-hero-rules small{
  display:block;
  color:#9db6c5;
  font-size:7.8px;
  font-weight:900;
  letter-spacing:.12em;
}
.brand-hero-rules b{
  display:block;
  margin:7px 0 4px;
  color:#fff;
  font-size:12.5px;
}
.brand-hero-rules p{
  margin:0;
  color:#c0d0d9;
  font-size:9.4px;
  line-height:1.5;
}

.brand-section-head{
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:20px;
  margin:23px 0 13px;
}
.brand-section-head h2{
  margin:0;
  color:#102c3f;
  font-size:25px;
  letter-spacing:-.025em;
}
.brand-section-head>p{
  max-width:630px;
  margin:0;
  color:#657d8d;
  font-size:10.2px;
  line-height:1.6;
  text-align:right;
}
.brand-section-head.passive-head{
  margin-top:29px;
}

.brand-group-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}
.brand-group-card{
  padding:18px;
  border-radius:16px;
  background:linear-gradient(180deg,#e6eef2,#dce7ed);
  border:1px solid #bac9d2;
  box-shadow:0 7px 20px rgba(10,31,45,.035);
}
.brand-group-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  margin-bottom:11px;
}
.brand-group-top>span{
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  border-radius:9px;
  background:#153c54;
  color:white;
  font-size:8px;
  font-weight:900;
}
.brand-group-top small{
  color:#5b788a;
  font-size:7.6px;
  font-weight:900;
  letter-spacing:.12em;
}
.brand-group-card h3{
  margin:0 0 11px;
  color:#153348;
  font-size:15px;
  line-height:1.3;
}
.brand-name-list{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  margin-bottom:13px;
}
.brand-name-list b{
  display:inline-flex;
  align-items:center;
  min-height:29px;
  padding:0 10px;
  border-radius:8px;
  background:#edf3f6;
  border:1px solid #c2cfd7;
  color:#28485c;
  font-size:8.7px;
  font-weight:850;
}
.brand-name-list b.brand-first{
  color:white;
  background:#214c65;
  border-color:#315b73;
}
.brand-group-card p{
  margin:0;
  color:#536c7c;
  font-size:9.6px;
  line-height:1.62;
}
.passive-card{
  background:linear-gradient(180deg,#dde8ed,#d4e1e8);
}

.brand-principles{
  margin-top:27px;
  padding:21px;
  border-radius:19px;
  background:linear-gradient(135deg,#0b2232,#16445d);
  border:1px solid #294e64;
}
.brand-principles-head{
  display:flex;
  justify-content:space-between;
  gap:20px;
  margin-bottom:14px;
}
.brand-principles-head .eyebrow{color:#9fb8c7}
.brand-principles-head h2{
  margin:0;
  color:white;
  font-size:23px;
}
.brand-principles-head>p{
  max-width:590px;
  margin:0;
  color:#b9ccd6;
  font-size:10px;
  line-height:1.6;
  text-align:right;
}
.brand-principle-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:8px;
}
.brand-principle-grid>div{
  padding:13px;
  border-radius:12px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.11);
}
.brand-principle-grid span{
  display:grid;
  place-items:center;
  width:27px;
  height:27px;
  border-radius:7px;
  background:#dce8ee;
  color:#173a50;
  font-size:8px;
  font-weight:900;
}
.brand-principle-grid h3{
  margin:9px 0 5px;
  color:#fff;
  font-size:11px;
}
.brand-principle-grid p{
  margin:0;
  color:#bdd0da;
  font-size:8.8px;
  line-height:1.52;
}

.brand-future{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:22px;
  margin-top:18px;
  padding:20px 22px;
  border-radius:17px;
  background:#e1eaf0;
  border:1px solid #b8c7d0;
}
.brand-future h3{
  margin:0 0 7px;
  color:#143247;
  font-size:18px;
  line-height:1.3;
}
.brand-future p{
  max-width:950px;
  margin:0;
  color:#556d7d;
  font-size:9.8px;
  line-height:1.62;
}

@media(max-width:1180px){
  .brand-group-grid{grid-template-columns:1fr 1fr}
  .brand-principle-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:900px){
  .brand-hero{grid-template-columns:1fr}
  .brand-section-head,
  .brand-principles-head,
  .brand-future{align-items:flex-start;flex-direction:column}
  .brand-section-head>p,
  .brand-principles-head>p{text-align:left}
}
@media(max-width:640px){
  .brand-group-grid,
  .brand-principle-grid{grid-template-columns:1fr}
  .brand-hero-copy{padding:18px}
  .brand-hero-copy h3{font-size:23px}
}


/* =========================================================
   V36 — MARKA AMBLEMLERİ + DETAYLI ÜRÜN TERCİH GEREKÇELERİ
   ========================================================= */
.brand-page-v36{padding-bottom:30px}
.brand-v36-intro{
  display:grid;
  grid-template-columns:1.55fr .65fr;
  gap:14px;
  margin-bottom:14px;
}
.brand-v36-intro-copy,
.brand-v36-disclaimer{
  padding:21px;
  border-radius:17px;
  border:1px solid #b7c7d0;
}
.brand-v36-intro-copy{
  background:linear-gradient(180deg,#e3edf2,#d7e4ea);
}
.brand-v36-intro-copy>small,
.brand-v36-final small{
  display:block;color:#496f85;font-size:8.4px;font-weight:900;letter-spacing:.14em;margin-bottom:7px
}
.brand-v36-intro-copy h3{
  margin:0 0 8px;color:#102d40;font-size:25px;line-height:1.18;letter-spacing:-.03em
}
.brand-v36-intro-copy p{
  margin:0;color:#506979;font-size:10.7px;line-height:1.72
}
.brand-v36-intro-copy b{color:#17384c}
.brand-v36-disclaimer{
  background:linear-gradient(135deg,#0c2536,#17455f);
  color:white;
}
.brand-v36-disclaimer b{display:block;font-size:12px;margin-bottom:6px}
.brand-v36-disclaimer p{margin:0;color:#c1d1da;font-size:9.5px;line-height:1.58}

.brand-matrix{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:8px;
  margin:14px 0 22px;
}
.brand-matrix-item{
  display:grid;grid-template-columns:31px 1fr;gap:10px;align-items:start;
  padding:12px;border-radius:11px;background:#e7eef2;border:1px solid #c0cdd5;
}
.brand-matrix-item>span{
  display:grid;place-items:center;width:29px;height:29px;border-radius:8px;
  background:#173d55;color:white;font-size:7.5px;font-weight:900;
}
.brand-matrix-item b{display:block;color:#1c3b4f;font-size:10.3px;margin-bottom:3px}
.brand-matrix-item p{margin:0;color:#607786;font-size:8.8px;line-height:1.48}

.brand-group-stack{display:grid;gap:15px}
.brand-detailed-group{
  padding:20px;
  border-radius:18px;
  background:linear-gradient(180deg,#e4edf2,#d9e5eb);
  border:1px solid #b7c6cf;
  box-shadow:0 8px 22px rgba(9,31,46,.04);
}
.brand-detailed-group.passive{
  background:linear-gradient(180deg,#dce7ed,#d2e0e7);
}
.brand-detailed-head{
  display:grid;grid-template-columns:54px 1fr;gap:14px;
  padding-bottom:14px;border-bottom:1px solid #becbd3;
}
.brand-detailed-code{
  display:grid;place-items:center;width:52px;height:52px;border-radius:13px;
  background:#143a52;color:white;font-size:11px;font-weight:900;
}
.brand-detailed-head small{
  display:block;color:#58768a;font-size:8px;font-weight:900;letter-spacing:.13em;margin-bottom:4px
}
.brand-detailed-head h2{
  margin:0 0 6px;color:#123044;font-size:20px;line-height:1.25
}
.brand-detailed-head p{
  margin:0;color:#566e7d;font-size:9.8px;line-height:1.62;max-width:1050px
}

.brand-group-why{
  margin:13px 0;padding:12px 14px;border-radius:11px;
  background:#15384f;border:1px solid #2c526a;
}
.brand-group-why b{
  display:block;color:#a7becb;font-size:7.8px;letter-spacing:.11em;margin-bottom:4px
}
.brand-group-why p{margin:0;color:#d1dde4;font-size:9.5px;line-height:1.6}

.brand-detail-list{display:grid;gap:8px}
.brand-detail-row{
  display:grid;grid-template-columns:125px 1fr;gap:15px;align-items:stretch;
  padding:12px;border-radius:12px;background:#eef4f7;border:1px solid #c2d0d8;
}
.brand-logo-box{
  position:relative;display:flex;align-items:center;justify-content:center;
  min-height:78px;border-radius:10px;background:white;border:1px solid #d2dde3;
  padding:10px;
}
.brand-logo-box img{
  width:64px;height:64px;object-fit:contain;image-rendering:auto
}
.brand-logo-fallback{
  display:none;place-items:center;width:52px;height:52px;border-radius:12px;
  background:#173d55;color:white;font-size:13px;font-weight:900;
}
.brand-detail-main{padding:1px 2px}
.brand-detail-title{
  display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:5px
}
.brand-detail-title h3{margin:0;color:#17364a;font-size:13px}
.brand-detail-title>span{
  display:inline-flex;align-items:center;min-height:25px;padding:0 9px;border-radius:999px;
  background:#d8e5eb;border:1px solid #bdcbd3;color:#315267;font-size:7.5px;font-weight:900;letter-spacing:.05em
}
.brand-use{
  color:#426176;font-size:8.4px;font-weight:850;letter-spacing:.03em;margin-bottom:6px
}
.brand-detail-main p{
  margin:0;color:#536c7b;font-size:9.3px;line-height:1.58
}
.brand-detail-main p b{color:#24465b}

.brand-v36-final{
  display:flex;justify-content:space-between;align-items:center;gap:22px;
  margin-top:18px;padding:20px 22px;border-radius:17px;
  background:linear-gradient(135deg,#0b2232,#174660);border:1px solid #294f66;
}
.brand-v36-final small{color:#9fb9c8}
.brand-v36-final h3{margin:0 0 6px;color:white;font-size:18px;line-height:1.3}
.brand-v36-final p{margin:0;color:#bfd0da;font-size:9.7px;line-height:1.58;max-width:950px}

@media(max-width:1050px){
  .brand-v36-intro{grid-template-columns:1fr}
  .brand-matrix{grid-template-columns:1fr 1fr}
}
@media(max-width:800px){
  .brand-detail-row{grid-template-columns:92px 1fr}
  .brand-logo-box{min-height:68px}
  .brand-logo-box img{width:52px;height:52px}
  .brand-v36-final{align-items:flex-start;flex-direction:column}
}
@media(max-width:640px){
  .brand-matrix{grid-template-columns:1fr}
  .brand-detail-row{grid-template-columns:1fr}
  .brand-logo-box{min-height:74px}
  .brand-detail-title{align-items:flex-start;flex-direction:column}
  .brand-v36-intro-copy h3{font-size:21px}
}


/* =========================================================
   V37 — YÜKSEK KALİTELİ MARKA LOGOLARI
   Google favicon kullanımı kaldırıldı.
   SVG / yüksek çözünürlüklü logo + net tipografik fallback.
   ========================================================= */
.brand-detail-row{
  grid-template-columns:180px 1fr;
}

.brand-logo-box{
  min-height:88px;
  padding:14px 16px;
  overflow:hidden;
  background:#ffffff;
}

.brand-logo-box img{
  width:auto !important;
  height:auto !important;
  max-width:145px;
  max-height:55px;
  object-fit:contain;
  image-rendering:auto;
  transform:translateZ(0);
}

.brand-logo-box.text-logo-only{
  background:linear-gradient(180deg,#ffffff,#f5f8fa);
}

.brand-logo-fallback{
  width:100%;
  height:auto;
  min-height:54px;
  padding:8px 10px;
  align-items:center;
  justify-content:center;
  border-radius:9px;
  background:transparent;
  color:#17384d;
  font-size:15px;
  line-height:1.15;
  font-weight:900;
  letter-spacing:-.02em;
  text-align:center;
  white-space:normal;
}

.brand-logo-box.text-logo-only .brand-logo-fallback{
  border:1px solid #d6e0e5;
  background:#f7fafb;
}

@media(max-width:900px){
  .brand-detail-row{
    grid-template-columns:155px 1fr;
  }
  .brand-logo-box img{
    max-width:125px;
    max-height:50px;
  }
}
@media(max-width:640px){
  .brand-detail-row{
    grid-template-columns:1fr;
  }
  .brand-logo-box{
    min-height:82px;
  }
  .brand-logo-box img{
    max-width:170px;
    max-height:55px;
  }
}


/* =========================================================
   V38 — FINAL BRAND CLEANUP
   ========================================================= */
.brand-status-legend{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:8px;
  margin:0 0 16px;
}
.brand-status-legend>div{
  position:relative;
  padding:13px 13px 12px 17px;
  border-radius:12px;
  background:#e8eff3;
  border:1px solid #c1ced6;
}
.brand-status-legend b{
  display:block;
  color:#1d3c50;
  font-size:9.6px;
  margin-bottom:4px;
}
.brand-status-legend p{
  margin:0;
  color:#617988;
  font-size:8.5px;
  line-height:1.45;
}
.status-dot{
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:4px;
  border-radius:12px 0 0 12px;
  background:#45697f;
}
.status-dot.primary{background:#0f425f}
.status-dot.corporate{background:#456b82}
.status-dot.project{background:#738b9a}
.status-dot.legacy{background:#9baab3}

.brand-role-explain{
  margin:0 0 6px;
  color:#6a808e;
  font-size:8.35px;
  line-height:1.45;
  font-style:italic;
}

.brand-eval-tags{
  display:flex;
  flex-wrap:wrap;
  gap:5px;
  margin-top:9px;
}
.brand-eval-tags span{
  display:inline-flex;
  align-items:center;
  min-height:25px;
  padding:0 8px;
  border-radius:999px;
  background:#dbe7ed;
  border:1px solid #c0ced6;
  color:#34566b;
  font-size:7.7px;
  font-weight:800;
  letter-spacing:.02em;
}

.brand-detail-title>span{
  max-width:210px;
  text-align:center;
}

.brand-detailed-group{
  scroll-margin-top:84px;
}

.brand-detailed-group.active .brand-detailed-code{
  background:#123b53;
}
.brand-detailed-group.passive .brand-detailed-code{
  background:#385c70;
}

@media(max-width:1180px){
  .brand-status-legend{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
  .brand-status-legend{grid-template-columns:1fr}
}


/* =========================================================
   V39 — GENEL BAKIŞ FINAL CLEANUP
   ========================================================= */
.overview-kicker{
  display:inline-flex;
  align-items:center;
  min-height:29px;
  margin:8px 0 12px;
  padding:0 11px;
  border-radius:999px;
  background:#173f57;
  border:1px solid #315d75;
  color:#f3f8fa;
  font-size:8px;
  font-weight:900;
  letter-spacing:.12em;
}

.overview-hero-v39 .hero-copy>p b{
  color:#173b51;
}

.overview-difference-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
}
.overview-difference-card{
  padding:16px;
  border-radius:14px;
  background:linear-gradient(180deg,#e7eef2,#dce7ed);
  border:1px solid #bdcad3;
}
.overview-difference-card>span{
  display:grid;
  place-items:center;
  width:30px;
  height:30px;
  border-radius:8px;
  background:#173d55;
  color:white;
  font-size:8px;
  font-weight:900;
}
.overview-difference-card h3{
  margin:9px 0 5px;
  color:#17364a;
  font-size:12px;
}
.overview-difference-card p{
  margin:0;
  color:#576f7f;
  font-size:9.2px;
  line-height:1.55;
}

.overview-output-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
}
.overview-output-card{
  display:grid;
  grid-template-columns:42px 1fr;
  gap:12px;
  padding:15px;
  border-radius:13px;
  background:#e5edf2;
  border:1px solid #bccad3;
}
.overview-output-card>span{
  display:grid;
  place-items:center;
  width:40px;
  height:40px;
  border-radius:10px;
  background:#153a52;
  color:white;
  font-size:8px;
  font-weight:900;
}
.overview-output-card h3{
  margin:0 0 4px;
  color:#17364a;
  font-size:11px;
}
.overview-output-card p{
  margin:0;
  color:#5c7382;
  font-size:8.9px;
  line-height:1.5;
}

.overview-sector-band{
  padding:22px;
  border-radius:19px;
  background:linear-gradient(135deg,#0b2232,#16445d);
  border:1px solid #294d63;
}
.overview-sector-band .section-head .eyebrow{color:#a3bbc9}
.overview-sector-band .section-head h2{color:#fff}
.overview-sector-band .section-head p{color:#bcced8}

.overview-sector-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:9px;
}
.overview-sector-card{
  appearance:none;
  text-align:left;
  padding:14px;
  border-radius:12px;
  background:rgba(255,255,255,.075);
  border:1px solid rgba(255,255,255,.13);
  cursor:pointer;
  transition:.18s ease;
}
.overview-sector-card:hover{
  transform:translateY(-2px);
  background:rgba(255,255,255,.11);
}
.overview-sector-card b{
  display:block;
  color:#fff;
  font-size:11px;
  margin-bottom:5px;
}
.overview-sector-card span{
  display:block;
  min-height:40px;
  color:#c1d1da;
  font-size:8.7px;
  line-height:1.5;
}
.overview-sector-card i{
  display:block;
  margin-top:7px;
  color:#e7f0f4;
  font-size:7.8px;
  font-style:normal;
  font-weight:850;
}

.overview-final-cta h2{
  max-width:840px;
}

@media(max-width:1100px){
  .overview-difference-grid,
  .overview-output-grid,
  .overview-sector-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:680px){
  .overview-difference-grid,
  .overview-output-grid,
  .overview-sector-grid{grid-template-columns:1fr}
}


/* =========================================================
   V41 — GERÇEK SAHA FOTOĞRAFLARI
   ========================================================= */
.field-real-hero{
  display:grid;
  grid-template-columns:1.4fr .6fr;
  gap:15px;
  margin-top:8px;
  padding:22px;
  border-radius:18px;
  background:linear-gradient(135deg,#0b2333,#16455f);
  border:1px solid #294e64;
}
.field-real-hero small{
  display:block;color:#9fb8c7;font-size:8px;letter-spacing:.14em;font-weight:900;margin-bottom:7px;
}
.field-real-hero h3{
  margin:0 0 8px;color:#fff;font-size:22px;line-height:1.25;
}
.field-real-hero p{
  margin:0;color:#bfd0da;font-size:10px;line-height:1.65;
}
.field-real-tags{
  display:flex;flex-wrap:wrap;align-content:center;gap:7px;
}
.field-real-tags span{
  display:inline-flex;align-items:center;min-height:31px;padding:0 11px;border-radius:999px;
  background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);
  color:#edf5f8;font-size:8px;font-weight:850;
}

.field-gallery-v41{
  grid-template-columns:repeat(4,1fr);
  gap:11px;
}
.field-gallery-v41 .field-gallery-card{
  min-height:235px;background:#dbe6ec;border:1px solid #b8c8d1;
}
.field-gallery-v41 .field-gallery-card img{
  height:235px;min-height:235px;object-fit:cover;filter:none;
}
.field-gallery-v41 .field-gallery-card:hover img{filter:none}
.field-gallery-caption{
  inset:auto 8px 8px 8px !important;
  padding:9px 10px !important;
  background:rgba(7,23,33,.88) !important;
  backdrop-filter:blur(5px);
}
.field-gallery-caption small{
  display:block;color:#93b0c2;font-size:7px;font-weight:900;letter-spacing:.12em;margin-bottom:3px;
}
.field-gallery-caption b{
  display:block;color:#fff;font-size:9.5px;margin-bottom:3px;
}
.field-gallery-caption em{
  display:block;color:#c7d5dd;font-size:7.7px;line-height:1.38;font-style:normal;font-weight:500;
}
.field-category{
  border-top:1px solid rgba(84,112,129,.12);
  padding-top:20px;
}
.real-field-strip{padding-top:18px}
.real-field-strip .field-gallery-v41{grid-template-columns:repeat(4,1fr)}
.real-field-strip .field-gallery-card{min-height:205px}
.real-field-strip .field-gallery-card img{height:205px;min-height:205px}
.real-field-strip-link{
  display:flex;justify-content:flex-end;margin-top:10px;
}

.field-standard-v41{
  display:grid;grid-template-columns:.85fr 1.15fr;gap:18px;padding:21px;border-radius:18px;
  background:#e1eaf0;border:1px solid #b8c7d0;
}
.field-standard-v41 h2{
  margin:0 0 7px;color:#143247;font-size:21px;
}
.field-standard-v41>div>p{
  margin:0;color:#586f7e;font-size:9.7px;line-height:1.62;
}
.field-standard-grid{
  display:grid;grid-template-columns:1fr 1fr;gap:8px;
}
.field-standard-grid>div{
  padding:12px;border-radius:11px;background:#eff4f7;border:1px solid #c2cfd7;
}
.field-standard-grid span{
  display:grid;place-items:center;width:25px;height:25px;border-radius:7px;
  background:#173d55;color:white;font-size:7px;font-weight:900;
}
.field-standard-grid b{
  display:block;margin:7px 0 3px;color:#1d3c50;font-size:10px;
}
.field-standard-grid p{
  margin:0;color:#617887;font-size:8.4px;line-height:1.45;
}

@media(max-width:1180px){
  .field-gallery-v41{grid-template-columns:repeat(3,1fr)}
  .real-field-strip .field-gallery-v41{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:850px){
  .field-real-hero,.field-standard-v41{grid-template-columns:1fr}
  .field-gallery-v41{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:560px){
  .field-gallery-v41,.real-field-strip .field-gallery-v41{grid-template-columns:1fr}
  .field-gallery-v41 .field-gallery-card,.field-gallery-v41 .field-gallery-card img{
    height:235px;min-height:235px;
  }
  .field-standard-grid{grid-template-columns:1fr}
}

/* Public release cleanup */
.page-title h1{margin-top:0}

.ref-grid.rich{grid-template-columns:repeat(3,1fr);gap:16px}
.ref-highlight{display:grid;grid-template-columns:1.25fr .9fr;gap:18px;padding:22px;margin-bottom:16px;background:linear-gradient(180deg,#eef4f8,#e7eef3)}
.ref-highlight small{color:var(--accent-dark);font-size:9px;font-weight:900;letter-spacing:.12em}
.ref-highlight h3{margin:8px 0 10px;font-size:24px;line-height:1.15}
.ref-highlight p{margin:0;color:var(--muted);font-size:11px;line-height:1.7}
.ref-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;align-self:center}
.ref-stat{background:#f6fafc;border:1px solid var(--line);border-radius:14px;padding:16px;text-align:center}
.ref-stat b{display:block;font-size:18px;color:var(--navy-900);margin-bottom:6px}
.ref-stat span{display:block;font-size:10px;color:var(--muted);line-height:1.4}
.ref-card{padding:0;overflow:hidden;background:#f2f7fa}
.ref-card-media{height:190px;overflow:hidden;background:#dfe8ee}
.ref-card-media img{width:100%;height:100%;object-fit:cover;display:block}
.ref-card-body{padding:16px 16px 18px}
.ref-card-body small{display:block;color:var(--accent-dark);font-size:9px;font-weight:900;letter-spacing:.12em;margin-bottom:6px}
.ref-card-body h3{font-size:16px;line-height:1.25;margin:0 0 8px;color:var(--navy-900)}
.ref-card-body p{font-size:10.5px;line-height:1.7;color:var(--muted);margin:0 0 12px;min-height:72px}
.ref-tags{display:flex;flex-wrap:wrap;gap:8px}
.ref-tags span{display:inline-flex;align-items:center;padding:7px 10px;border-radius:999px;background:#e8f0f5;border:1px solid var(--line);font-size:9.5px;font-weight:800;color:var(--navy-800)}
@media (max-width:1100px){.ref-grid.rich{grid-template-columns:repeat(2,1fr)}.ref-highlight{grid-template-columns:1fr}.ref-stats{grid-template-columns:repeat(3,1fr)}}
@media (max-width:760px){.ref-grid.rich{grid-template-columns:1fr}.ref-stats{grid-template-columns:1fr}.ref-card-media{height:170px}.ref-highlight h3{font-size:20px}}

/* Referanslar — gerçek fotoğraf, sade sunum */
.refs-clean .section-head{margin-bottom:14px}
.ref-grid-real{grid-template-columns:repeat(3,1fr);gap:14px}
.ref-real-card{overflow:hidden;border:1px solid var(--line);border-radius:14px;background:#eef4f7;box-shadow:0 5px 16px rgba(18,49,67,.035)}
.ref-real-media{position:relative;height:210px;overflow:hidden;background:#dce6ec}
.ref-real-media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .25s ease}
.ref-real-card:hover .ref-real-media img{transform:scale(1.025)}
.ref-active-badge{position:absolute;top:10px;left:10px;padding:7px 10px;border-radius:999px;background:#123e56;color:#fff;font-size:8px;font-weight:900;letter-spacing:.1em;box-shadow:0 4px 12px rgba(0,0,0,.16)}
.ref-real-body{padding:13px 14px 15px}
.ref-real-body small{display:block;color:var(--accent-dark);font-size:8px;font-weight:900;letter-spacing:.12em;margin-bottom:5px}
.ref-real-body h3{margin:0;color:var(--navy-900);font-size:14px;line-height:1.3}
@media(max-width:1050px){.ref-grid-real{grid-template-columns:repeat(2,1fr)}}
@media(max-width:650px){.ref-grid-real{grid-template-columns:1fr}.ref-real-media{height:190px}}


/* Referanslar sade görünüm */
.ref-real-body{
  padding:14px 16px 16px !important;
}
.ref-real-body h3{
  margin:0 !important;
}
.ref-active-badge{
  display:none !important;
}


/* =========================================================
   SEO PRODUCTION — MOBILE FINAL POLISH
   ========================================================= */
.nav a{width:100%;border:0;background:transparent;color:#c3d4df;text-align:left;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 11px;border-radius:11px;cursor:pointer;transition:.18s ease;text-decoration:none;box-sizing:border-box}
.nav a:hover{background:rgba(255,255,255,.06);color:#fff}
.nav a.active{background:linear-gradient(90deg,#24445b,#18374c);color:#fff;box-shadow:inset 3px 0 #dce9f0;border:1px solid rgba(255,255,255,.10)}
.nav a .nav-main{display:flex;align-items:center;gap:10px;min-width:0}.nav a .nav-text{font-size:11px;font-weight:720;line-height:1.25}.nav a .nav-arrow{color:#88a3b4;font-size:14px}
.breadcrumb a{color:inherit;text-decoration:none}.breadcrumb a:hover{color:var(--ink)}
.sidebar-overlay{display:none}
@media(max-width:900px){
  .sidebar{width:min(82vw,320px)}
  .sidebar-overlay{display:block;position:fixed;inset:0;background:rgba(4,16,25,.52);opacity:0;visibility:hidden;transition:.2s;z-index:45}
  .sidebar-overlay.show{opacity:1;visibility:visible}
  body.menu-open{overflow:hidden}
  .nav a{min-height:44px}
}
@media(max-width:640px){
  :root{--topbar:68px}
  .topbar{height:68px;padding:0 12px;gap:8px}
  .top-left{gap:10px;min-width:0}.page-title{min-width:0}.page-title h1{font-size:14px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .menu-btn{width:40px;height:40px;flex:0 0 40px}
  .top-actions{gap:6px;flex:0 0 auto}.top-actions .btn{min-height:40px;padding:8px 10px;font-size:10px;white-space:nowrap}
  .btn{min-height:42px;touch-action:manipulation}
  .nav a{font-size:12px}
  input,select,textarea{font-size:16px!important}
  .form input,.form select,.form textarea{font-size:16px!important}
  .content{padding-left:14px;padding-right:14px}
  .contact-item a{overflow-wrap:anywhere}
  .ref-real-media{height:190px}
}


/* Kullanıcı tarafından seçilen hizmet görselleri */
img.service-fit-contain{
  object-fit:contain !important;
  background:#f7f9fb;
  padding:10px;
  filter:none !important;
}
img.service-fit-cover{
  object-fit:cover !important;
  filter:none !important;
}
.detail-photo img.service-fit-contain{
  object-position:center;
}
.module-image img.service-fit-contain{
  padding:7px;
}
