
:root{
  --red:#d71920;--dark:#111827;--soft:#f5f6f8;--muted:#6b7280;--line:#e5e7eb;
}
*{box-sizing:border-box}
body{margin:0;font-family:Arial,Helvetica,sans-serif;background:var(--soft);color:var(--dark)}
a{text-decoration:none;color:inherit}
.header{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:10}
.nav{max-width:1180px;margin:auto;display:flex;align-items:center;justify-content:space-between;padding:14px 18px}
.logo{display:flex;align-items:center;gap:12px;font-weight:800}
.logo img{height:42px}
.menu{display:flex;gap:18px;align-items:center;font-size:14px}
.btn{background:var(--red);color:#fff;padding:11px 16px;border-radius:10px;border:0;font-weight:700;cursor:pointer}
.btn.dark{background:#111827}
.btn.light{background:#fff;color:var(--red);border:1px solid var(--red)}
.hero{background:linear-gradient(135deg,#111827,#2b0f12 60%,#d71920);color:white}
.hero-in{max-width:1180px;margin:auto;padding:65px 18px;display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:center}
.hero h1{font-size:44px;margin:0 0 15px}
.hero p{font-size:18px;line-height:1.6;color:#f3f4f6}
.card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px;box-shadow:0 8px 22px rgba(0,0,0,.05)}
.grid{max-width:1180px;margin:28px auto;padding:0 18px;display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.grid3{max-width:1180px;margin:28px auto;padding:0 18px;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.card h3{margin:0 0 10px}
.muted{color:var(--muted)}
.price{font-size:22px;color:var(--red);font-weight:800}
.footer{background:#111827;color:white;margin-top:40px;padding:30px 18px;text-align:center}
.login-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px;background:linear-gradient(135deg,#111827,#d71920)}
.login{width:390px;background:#fff;border-radius:20px;padding:28px;box-shadow:0 15px 40px rgba(0,0,0,.25)}
.login img{height:48px;margin-bottom:12px}
input,select,textarea{width:100%;padding:12px;border:1px solid var(--line);border-radius:10px;margin:8px 0 14px;font-size:14px}
.sidebar{position:fixed;left:0;top:0;bottom:0;width:250px;background:#111827;color:white;padding:20px}
.sidebar img{background:white;padding:7px;border-radius:8px;max-width:170px}
.side-link{display:block;padding:12px 10px;border-radius:10px;margin:6px 0;color:#e5e7eb}
.side-link.active,.side-link:hover{background:#d71920;color:white}
.main{margin-left:250px;padding:24px}
.topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.table{width:100%;border-collapse:collapse;background:#fff;border-radius:14px;overflow:hidden}
.table th,.table td{padding:13px;border-bottom:1px solid var(--line);text-align:left;font-size:14px}
.table th{background:#f9fafb}
.badge{padding:6px 9px;border-radius:999px;background:#fee2e2;color:#b91c1c;font-size:12px;font-weight:700}
.row{display:grid;grid-template-columns:2fr 1fr;gap:18px}
@media(max-width:850px){
 .hero-in,.grid,.grid3,.stats,.row{grid-template-columns:1fr}
 .menu{display:none}.sidebar{position:relative;width:auto}.main{margin-left:0}
 .hero h1{font-size:32px}
}

.form-note{background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;padding:12px;border-radius:10px;margin:12px 0}
.success{background:#ecfdf5;border:1px solid #bbf7d0;color:#166534;padding:12px;border-radius:10px;margin:12px 0}

.print-area{background:#fff;padding:26px;border-radius:14px;border:1px solid var(--line)}
.quote-head{display:flex;justify-content:space-between;gap:18px;border-bottom:2px solid var(--red);padding-bottom:14px;margin-bottom:18px}
.quote-head img{height:54px}
.actions{display:flex;gap:10px;flex-wrap:wrap;margin:14px 0}
.kpi{font-size:13px;color:var(--muted)}
@media print{
  .sidebar,.topbar,.actions,.no-print{display:none!important}
  .main{margin:0;padding:0}
  body{background:#fff}
  .print-area{border:0;box-shadow:none}
}

.notice-board{max-width:1180px;margin:28px auto;padding:0 18px}
.notice-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}
.notice-list{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.notice-card{background:#fff;border:1px solid var(--line);border-left:6px solid var(--red);border-radius:16px;padding:18px;box-shadow:0 8px 20px rgba(0,0,0,.05)}
.notice-card h3{margin:0 0 8px;color:#111827}
.notice-date{font-size:12px;color:var(--muted);font-weight:700}
.notice-empty{background:#fff;border:1px dashed var(--line);border-radius:16px;padding:22px;color:var(--muted)}
@media(max-width:850px){.notice-list{grid-template-columns:1fr}}

.project-tools{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.project-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px;box-shadow:0 8px 22px rgba(0,0,0,.05)}
.project-card h3{margin-top:0}
.timeline{border-left:3px solid var(--red);padding-left:16px}
.timeline p{background:#fff;border:1px solid var(--line);padding:12px;border-radius:10px}
@media(max-width:850px){.project-tools{grid-template-columns:1fr}}

.erp-flow{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:16px 0}
.erp-step{background:#fff;border:1px solid var(--line);border-radius:14px;padding:16px;text-align:center}
.erp-step b{display:block;color:#d71920;margin-bottom:6px}
.cargo-box{background:#f9fafb;border:1px solid var(--line);border-radius:14px;padding:16px;margin-top:14px}
@media(max-width:850px){.erp-flow{grid-template-columns:1fr}}

.product-img{width:70px;height:70px;object-fit:cover;border-radius:10px;border:1px solid var(--line);background:#f3f4f6}
.preview-img{max-width:160px;max-height:120px;border-radius:12px;border:1px solid var(--line);margin:10px 0;display:none}

.home-card{background:#fff;color:#111827;border-radius:24px;padding:30px;box-shadow:0 18px 45px rgba(0,0,0,.18)}
.home-card h2{font-size:30px;margin:0 0 6px;color:#111827}
.home-card .subtitle{color:#d71920;font-weight:800;margin-bottom:16px}
.home-list{display:grid;grid-template-columns:1fr 1fr;gap:10px 16px;margin:18px 0}
.home-list span{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:10px;font-weight:700;color:#374151}
.home-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}
.hero p.home-desc{color:#374151;font-size:15px;line-height:1.6}
.hero-in{grid-template-columns:1fr 1fr}
@media(max-width:850px){.home-list{grid-template-columns:1fr}.hero-in{grid-template-columns:1fr}}

.analytics-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:18px}
.chart-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px;box-shadow:0 8px 22px rgba(0,0,0,.05)}
.chart-card h2{margin:0 0 12px}
.chart-wrap{height:280px;position:relative}
.chart-wrap canvas{width:100%;height:100%}
.filter-row{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:18px}
@media(max-width:900px){.analytics-grid,.filter-row{grid-template-columns:1fr}}

.service-tabs{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:18px}
.service-note{background:#f9fafb;border:1px solid var(--line);border-radius:12px;padding:12px;margin-top:10px}

.file-preview{background:#f9fafb;border:1px solid var(--line);border-radius:12px;padding:12px;margin:8px 0 14px;color:#374151}
.file-preview img{max-width:180px;max-height:140px;border-radius:10px;border:1px solid var(--line);display:block;margin-top:8px}

.stock-low{background:#fff7ed!important}
.stock-critical{background:#fee2e2!important}
.stock-ok{background:#ecfdf5!important}
.stock-actions{display:flex;gap:8px;flex-wrap:wrap}

.crm-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.crm-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px;box-shadow:0 8px 22px rgba(0,0,0,.05)}
.crm-note{background:#f9fafb;border:1px solid var(--line);border-radius:12px;padding:12px;margin:8px 0}
@media(max-width:900px){.crm-grid{grid-template-columns:1fr}}

.tabs{display:flex;gap:10px;flex-wrap:wrap;margin:15px 0}
.tab-btn{background:#fff;border:1px solid var(--line);padding:10px 14px;border-radius:10px;cursor:pointer;font-weight:700}
.tab-btn.active{background:#d71920;color:#fff}
.lifecycle-box{display:none}
.lifecycle-box.active{display:block}
.doc-chip{display:inline-block;background:#f3f4f6;border:1px solid var(--line);border-radius:999px;padding:7px 10px;margin:4px;font-size:13px}

.permission-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.permission-item{background:#f9fafb;border:1px solid var(--line);border-radius:12px;padding:12px}
.permission-item label{font-weight:700}
@media(max-width:900px){.permission-grid{grid-template-columns:1fr}}

.user-center-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.role-badge{display:inline-block;background:#111827;color:#fff;border-radius:999px;padding:6px 10px;font-size:12px;margin:3px}
.log-item{background:#f9fafb;border:1px solid var(--line);border-radius:12px;padding:10px;margin:8px 0}
@media(max-width:900px){.user-center-grid{grid-template-columns:1fr}}

.enterprise-hero{background:radial-gradient(circle at top left,#d71920 0,#111827 38%,#050608 100%);color:#fff;padding:70px 18px}
.enterprise-wrap{max-width:1180px;margin:auto;display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:center}
.enterprise-title{font-size:46px;line-height:1.1;margin:0 0 14px;font-weight:900}
.enterprise-subtitle{font-size:20px;color:#f3f4f6;line-height:1.6}
.enterprise-panel{background:rgba(255,255,255,.96);color:#111827;border-radius:28px;padding:28px;box-shadow:0 22px 55px rgba(0,0,0,.3)}
.enterprise-panel h2{margin-top:0;font-size:30px}
.enterprise-modules{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;max-width:1180px;margin:28px auto;padding:0 18px}
.enterprise-module{background:#fff;border:1px solid var(--line);border-radius:20px;padding:22px;box-shadow:0 8px 22px rgba(0,0,0,.06)}
.enterprise-module h3{margin:0 0 10px;color:#d71920}
.enterprise-dashboard{max-width:1180px;margin:28px auto;padding:0 18px;display:grid;grid-template-columns:1.2fr .8fr;gap:18px}
.enterprise-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px;box-shadow:0 8px 22px rgba(0,0,0,.06)}
.mock-row{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e5e7eb;padding:12px 0}
.mock-bar{height:12px;border-radius:999px;background:#d71920;margin:8px 0}
.mock-bar.dark{background:#111827}
.mock-bar.gray{background:#9ca3af}
.enterprise-badge{display:inline-block;background:#fee2e2;color:#991b1b;border-radius:999px;padding:8px 12px;font-weight:800;margin-bottom:12px}
@media(max-width:900px){.enterprise-wrap,.enterprise-modules,.enterprise-dashboard{grid-template-columns:1fr}.enterprise-title{font-size:34px}}

.accounting-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:18px}
.installment-paid{background:#ecfdf5!important}
.installment-waiting{background:#fff7ed!important}
.installment-late{background:#fee2e2!important}
@media(max-width:900px){.accounting-summary{grid-template-columns:1fr}}

.admin-hub{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.hub-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:22px;box-shadow:0 8px 22px rgba(0,0,0,.06)}
.hub-card h3{margin:0 0 10px;color:#d71920}
.hub-card p{color:#6b7280;min-height:44px}
.hub-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}
.compact-sidebar .side-link{font-size:13px;padding:10px}
@media(max-width:900px){.admin-hub{grid-template-columns:1fr}}

.ticker-wrap{background:#111827;color:#fff;overflow:hidden;white-space:nowrap;border-top:3px solid #d71920}
.ticker-text{display:inline-block;padding:12px 0;font-weight:800;animation:tickerMove 22s linear infinite}
@keyframes tickerMove{0%{transform:translateX(100%)}100%{transform:translateX(-100%)}}
.home-slider{max-width:1180px;margin:28px auto;padding:0 18px}
.slider-box{height:320px;border-radius:24px;overflow:hidden;position:relative;background:#111827;box-shadow:0 14px 35px rgba(0,0,0,.18)}
.slider-box img{width:100%;height:100%;object-fit:cover;display:none}
.slider-box img.active{display:block}
.slider-caption{position:absolute;left:24px;bottom:24px;background:rgba(0,0,0,.62);color:#fff;padding:14px 18px;border-radius:14px;font-weight:800}
.slider-thumb{width:90px;height:55px;object-fit:cover;border-radius:8px;border:1px solid var(--line)}

.logo img{height:58px;max-width:260px;object-fit:contain}
.sidebar img{background:white;padding:8px;border-radius:10px;max-width:190px}
.enterprise-panel img,.quote-head img{object-fit:contain}

.notice-img{width:100%;height:130px;object-fit:cover;border-radius:12px;margin-bottom:12px;border:1px solid var(--line)}
.notice-preview{max-width:220px;max-height:140px;border-radius:12px;border:1px solid var(--line);display:none;margin:10px 0}

/* Kurumsal Duyuru Portalı */
.notice-board{
  max-width:1400px!important;
  margin:34px auto!important;
  padding:0 24px!important;
}
.notice-title{
  background:linear-gradient(135deg,#0b1220,#111827);
  color:#fff;
  border-radius:22px;
  padding:24px 28px;
  box-shadow:0 14px 35px rgba(0,0,0,.18);
}
.notice-title h2{
  font-size:34px;
  margin:0;
}
.notice-title .badge{
  background:#d71920;
  color:#fff;
}
.notice-list{
  display:grid!important;
  grid-template-columns:2fr 1fr 1fr!important;
  gap:22px!important;
  margin-top:22px;
}
.notice-card{
  min-height:230px;
  border-radius:22px!important;
  border:1px solid #e5e7eb!important;
  border-left:0!important;
  padding:22px!important;
  position:relative;
  overflow:hidden;
}
.notice-card:first-child{
  grid-row:span 2;
  min-height:500px;
  background:linear-gradient(135deg,#111827,#1f2937);
  color:#fff;
}
.notice-card:first-child h3{
  color:#fff;
  font-size:32px;
}
.notice-card:first-child p{
  color:#f3f4f6;
  font-size:17px;
  line-height:1.6;
}
.notice-card:first-child .notice-date{
  color:#fecaca;
}
.notice-img{
  height:180px!important;
  border-radius:18px!important;
}
.notice-card:first-child .notice-img{
  height:280px!important;
}
.notice-card h3{
  font-size:22px;
}
.notice-card::after{
  content:"";
  position:absolute;
  right:-40px;
  bottom:-40px;
  width:130px;
  height:130px;
  background:rgba(215,25,32,.08);
  border-radius:50%;
}
.portal-modules{
  max-width:1400px;
  margin:30px auto;
  padding:0 24px;
}
.portal-modules h2{
  border-left:5px solid #d71920;
  padding-left:12px;
}
.portal-module-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.portal-module-card{
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:18px;
  padding:22px;
  box-shadow:0 8px 24px rgba(0,0,0,.06);
}
.portal-module-card h3{
  margin:0 0 10px;
  color:#111827;
}
.portal-module-card span{
  font-size:32px;
}
@media(max-width:1000px){
  .notice-list{grid-template-columns:1fr!important}
  .notice-card:first-child{grid-row:auto;min-height:auto}
  .portal-module-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:650px){
  .portal-module-grid{grid-template-columns:1fr}
}

/* Modern kurumsal ana sayfa - duyuru odaklı */
body{background:#f4f6f8}
.modern-home-hero{
  background:linear-gradient(135deg,#07111f,#111827 58%,#7f1117);
  color:#fff;
  padding:70px 24px;
  position:relative;
  overflow:hidden;
}
.modern-home-hero:after{
  content:"";
  position:absolute;
  right:-120px;top:-120px;
  width:420px;height:420px;
  background:rgba(215,25,32,.22);
  border-radius:50%;
}
.modern-hero-inner{
  max-width:1400px;
  margin:auto;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:30px;
  align-items:center;
  position:relative;
  z-index:1;
}
.modern-hero-title{
  font-size:58px;
  line-height:1.05;
  margin:0 0 18px;
  font-weight:900;
}
.modern-hero-title span{color:#d71920}
.modern-hero-text{
  font-size:20px;
  line-height:1.6;
  max-width:620px;
  color:#f3f4f6;
}
.hero-visual{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.18);
  border-radius:28px;
  padding:26px;
  box-shadow:0 24px 60px rgba(0,0,0,.35);
}
.hero-visual img{
  width:100%;
  max-height:260px;
  object-fit:contain;
  background:#fff;
  border-radius:18px;
  padding:18px;
}
.home-slider{display:none!important}
.portal-modules{display:none!important}
.notice-board{
  max-width:1400px!important;
  margin:28px auto!important;
  padding:0 24px!important;
}
.notice-title{
  background:#fff!important;
  color:#111827!important;
  box-shadow:0 10px 30px rgba(0,0,0,.06)!important;
  border-left:6px solid #d71920;
}
.notice-title h2{font-size:34px!important}
.notice-list{
  display:grid!important;
  grid-template-columns:1.35fr 1fr!important;
  gap:22px!important;
}
.notice-card{
  min-height:300px!important;
  border-radius:22px!important;
  border:1px solid #e5e7eb!important;
  border-left:0!important;
  padding:26px!important;
  background:linear-gradient(135deg,#111827,#1f2937)!important;
  color:#fff!important;
  box-shadow:0 16px 40px rgba(0,0,0,.14)!important;
}
.notice-card:nth-child(1){
  grid-row:span 2;
  min-height:620px!important;
  background:linear-gradient(135deg,#1b0b0e,#d71920)!important;
}
.notice-card:nth-child(2){background:linear-gradient(135deg,#08233f,#0b5cad)!important}
.notice-card:nth-child(3){background:linear-gradient(135deg,#062b1d,#166534)!important}
.notice-card:nth-child(4){background:linear-gradient(135deg,#3b1d05,#b45309)!important}
.notice-card h3{
  color:#fff!important;
  font-size:30px!important;
  margin-top:12px!important;
}
.notice-card p{color:#f8fafc!important;font-size:17px;line-height:1.6}
.notice-card:first-child h3{font-size:42px!important}
.notice-card:first-child p{font-size:20px}
.notice-date{color:#fecaca!important}
.notice-img{
  width:100%!important;
  height:240px!important;
  object-fit:cover!important;
  border-radius:18px!important;
  border:1px solid rgba(255,255,255,.24)!important;
}
.notice-card:first-child .notice-img{height:360px!important}
.corporate-strip{
  max-width:1400px;
  margin:24px auto;
  padding:0 24px;
}
.corporate-strip-inner{
  background:#0b1220;
  color:#fff;
  border-radius:18px;
  padding:22px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}
.corporate-strip-item{
  border-right:1px solid rgba(255,255,255,.15);
  padding:8px 18px;
}
.corporate-strip-item:last-child{border-right:0}
.corporate-strip-item b{display:block;color:#fff;font-size:18px}
.corporate-strip-item span{color:#d1d5db}
.references{
  max-width:1400px;
  margin:34px auto;
  padding:0 24px;
  text-align:center;
}
.ref-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.ref-card{
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:18px;
  padding:24px;
  font-weight:900;
  color:#111827;
  box-shadow:0 10px 28px rgba(0,0,0,.06);
}
.newsletter{
  background:#d71920;
  color:#fff;
  padding:28px 24px;
  margin-top:30px;
}
.newsletter-inner{
  max-width:1400px;
  margin:auto;
  display:flex;
  justify-content:space-between;
  gap:18px;
  align-items:center;
}
.newsletter input{max-width:420px;margin:0;background:#fff}
@media(max-width:900px){
  .modern-hero-inner,.notice-list,.corporate-strip-inner,.ref-grid{grid-template-columns:1fr!important}
  .modern-hero-title{font-size:40px}
  .notice-card:nth-child(1){grid-row:auto;min-height:auto!important}
}

/* Duyuru görselleri netlik ve hover büyüme efekti */
.notice-list{
  overflow:visible!important;
}
.notice-card{
  transition:transform .28s ease, box-shadow .28s ease, z-index .28s ease!important;
  cursor:pointer;
}
.notice-card:hover{
  transform:scale(1.045);
  z-index:20;
  box-shadow:0 28px 70px rgba(0,0,0,.28)!important;
}
.notice-img{
  height:320px!important;
  object-fit:contain!important;
  background:#ffffff!important;
  padding:10px!important;
  filter:none!important;
  opacity:1!important;
}
.notice-card:first-child .notice-img{
  height:430px!important;
  object-fit:contain!important;
}
.notice-card:hover .notice-img{
  transform:scale(1.03);
  transition:transform .28s ease;
}
.notice-card h3,
.notice-card p{
  position:relative;
  z-index:2;
}
@media(max-width:900px){
  .notice-card:hover{transform:scale(1.01)}
  .notice-img,
  .notice-card:first-child .notice-img{height:auto!important;max-height:420px!important}
}

.ref-logo-preview,.ref-img-preview{max-width:200px;max-height:130px;border:1px solid #e5e7eb;border-radius:12px;background:#fff;padding:8px;display:none;margin:10px 0}
.references{max-width:1400px;margin:40px auto;padding:0 24px;text-align:center}
.ref-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:18px}
.ref-card{background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:24px;box-shadow:0 10px 28px rgba(0,0,0,.06);text-align:left}
.ref-card img{width:100%;height:110px;object-fit:contain;background:#f9fafb;border-radius:12px;padding:10px;margin-bottom:12px}
.ref-card h3{margin:0 0 8px;color:#111827}
.ref-card p{color:#6b7280;font-size:14px}
@media(max-width:900px){.ref-grid{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.ref-grid{grid-template-columns:1fr}}

/* Duyuru panosu 1080x1920 dikey format */
.notice-board{
  max-width:1500px!important;
}
.notice-list{
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(300px,1fr))!important;
  align-items:start!important;
  gap:26px!important;
}
.notice-card{
  aspect-ratio:1080/1920!important;
  min-height:auto!important;
  max-height:none!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-start!important;
  padding:18px!important;
  overflow:hidden!important;
}
.notice-card:first-child{
  aspect-ratio:1080/1920!important;
  grid-row:auto!important;
  min-height:auto!important;
}
.notice-img{
  width:100%!important;
  height:68%!important;
  object-fit:cover!important;
  object-position:center!important;
  border-radius:18px!important;
  background:#fff!important;
  padding:0!important;
}
.notice-card:first-child .notice-img{
  height:68%!important;
}
.notice-date{
  margin-top:12px!important;
}
.notice-card h3{
  font-size:22px!important;
  line-height:1.2!important;
}
.notice-card:first-child h3{
  font-size:26px!important;
}
.notice-card p{
  font-size:15px!important;
  line-height:1.45!important;
}
.notice-card:hover{
  transform:scale(1.035)!important;
  z-index:30!important;
}

/* Admin duyuru görsel ölçü bilgilendirme */
.notice-size-info{
  background:#fff7ed;
  border:1px solid #fed7aa;
  color:#9a3412;
  padding:12px;
  border-radius:12px;
  margin:10px 0;
  font-weight:700;
}

:root{
  --ticker-speed:22s;
  --ticker-bg:#111827;
  --ticker-color:#ffffff;
  --ticker-font-size:16px;
  --ticker-weight:800;
  --ticker-direction:normal;
  --ticker-play-state:running;
}
.ticker-wrap{background:var(--ticker-bg)!important;color:var(--ticker-color)!important}
.ticker-text{
  color:var(--ticker-color)!important;
  font-size:var(--ticker-font-size)!important;
  font-weight:var(--ticker-weight)!important;
  animation-duration:var(--ticker-speed)!important;
  animation-direction:var(--ticker-direction)!important;
  animation-play-state:var(--ticker-play-state)!important;
}
.cms-preview{background:#111827;color:#fff;border-radius:14px;padding:14px;overflow:hidden;margin-top:12px}
.cms-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
@media(max-width:900px){.cms-grid{grid-template-columns:1fr}}

/* Duyuru panosu görseldeki gibi kurumsal logo kart */
.notice-list{
  grid-template-columns:repeat(auto-fit,minmax(420px,1fr))!important;
  gap:28px!important;
}
.notice-card{
  aspect-ratio:16/9!important;
  min-height:360px!important;
  background:linear-gradient(135deg,#111827,#281b2f 60%,#8b111b)!important;
  border-radius:26px!important;
  padding:28px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
  border:1px solid rgba(255,255,255,.18)!important;
  box-shadow:0 22px 55px rgba(0,0,0,.20)!important;
}
.notice-card:first-child{
  aspect-ratio:16/9!important;
  min-height:420px!important;
  grid-row:auto!important;
}
.notice-card::before{
  content:"";
  position:absolute;
  inset:34px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:24px;
  background:rgba(255,255,255,.06);
  pointer-events:none;
}
.notice-card::after{
  content:"";
  position:absolute;
  right:-90px;
  top:-90px;
  width:280px;
  height:280px;
  background:rgba(215,25,32,.35);
  border-radius:50%;
}
.notice-img{
  position:relative!important;
  z-index:3!important;
  width:86%!important;
  height:70%!important;
  object-fit:contain!important;
  background:#ffffff!important;
  border-radius:20px!important;
  padding:28px!important;
  box-shadow:0 16px 40px rgba(0,0,0,.20)!important;
}
.notice-card:first-child .notice-img{
  height:72%!important;
}
.notice-card h3,
.notice-card p,
.notice-date{
  display:none!important;
}
.notice-card:hover{
  transform:scale(1.04)!important;
  box-shadow:0 32px 80px rgba(0,0,0,.32)!important;
}
.notice-card:hover .notice-img{
  transform:scale(1.04)!important;
}
@media(max-width:900px){
  .notice-list{grid-template-columns:1fr!important}
  .notice-card,.notice-card:first-child{min-height:280px!important}
  .notice-img{width:88%!important;height:68%!important}
}

/* Sadece görsel duyuru yapısı */
.notice-card h3,.notice-card p,.notice-date{display:none!important}
.notice-card{padding:28px!important}
.notice-img{display:block!important}
.image-only-note{
  background:#ecfdf5;
  border:1px solid #bbf7d0;
  color:#166534;
  padding:12px;
  border-radius:12px;
  margin:10px 0;
  font-weight:700;
}

/* Görsel Duyuru Yükleme - Kurumsal Admin Tasarımı */
.visual-upload-page{
  background:#f4f7fb;
}
.visual-upload-shell{
  max-width:1220px;
}
.visual-upload-card{
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:20px;
  padding:26px;
  box-shadow:0 18px 45px rgba(15,23,42,.08);
}
.visual-upload-title{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:6px;
}
.visual-upload-title .icon{
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  border-radius:12px;
  background:#fee2e2;
  color:#d71920;
  font-size:24px;
}
.visual-alert{
  display:flex;
  gap:14px;
  align-items:center;
  background:linear-gradient(90deg,#fff1f2,#fff);
  border:1px solid #fca5a5;
  color:#991b1b;
  border-radius:14px;
  padding:18px;
  margin:22px 0;
  font-weight:800;
}
.visual-alert b{
  color:#d71920;
  font-size:18px;
}
.visual-grid{
  display:grid;
  grid-template-columns:.9fr 1.6fr;
  gap:24px;
}
.visual-info{
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:16px;
  padding:20px;
}
.visual-info-item{
  display:flex;
  gap:14px;
  align-items:flex-start;
  border-bottom:1px solid #eef2f7;
  padding:16px 0;
}
.visual-info-item:last-child{border-bottom:0}
.visual-info-icon{
  width:46px;
  height:46px;
  flex:0 0 46px;
  display:grid;
  place-items:center;
  border-radius:12px;
  background:#fff5f5;
  color:#d71920;
  font-size:24px;
  border:1px solid #fee2e2;
}
.visual-info-item strong{
  display:block;
  color:#111827;
  margin-bottom:4px;
}
.visual-upload-zone{
  border:2px dashed #b9c2cf;
  border-radius:16px;
  padding:34px;
  text-align:center;
  background:#fbfdff;
}
.visual-upload-zone .cloud{
  font-size:48px;
  color:#9ca3af;
}
.visual-upload-zone p{
  color:#4b5563;
  margin:10px 0;
}
.visual-preview-box{
  margin-top:24px;
}
.visual-preview-frame{
  background:#f8fafc;
  border:1px solid #e5e7eb;
  border-radius:18px;
  padding:12px;
}
.visual-preview-frame img{
  width:100%;
  aspect-ratio:16/9;
  object-fit:cover;
  border-radius:14px;
  display:none;
}
.visual-actions-footer{
  display:flex;
  justify-content:flex-end;
  gap:14px;
  border-top:1px solid #eef2f7;
  padding-top:22px;
  margin-top:22px;
}
.btn-outline{
  background:#fff!important;
  color:#111827!important;
  border:1px solid #94a3b8!important;
}
.btn-red-outline{
  background:#fff!important;
  color:#d71920!important;
  border:1px solid #fca5a5!important;
}
@media(max-width:950px){
  .visual-grid{grid-template-columns:1fr}
}

/* Kayan yazı tam yönetim ayarları */
:root{
  --ticker-speed:22s;
  --ticker-bg:#111827;
  --ticker-color:#ffffff;
  --ticker-font-size:16px;
  --ticker-font-weight:800;
  --ticker-direction:normal;
  --ticker-play-state:running;
}
.ticker-wrap{
  background:var(--ticker-bg)!important;
  color:var(--ticker-color)!important;
}
.ticker-text{
  color:var(--ticker-color)!important;
  font-size:var(--ticker-font-size)!important;
  font-weight:var(--ticker-font-weight)!important;
  animation-duration:var(--ticker-speed)!important;
  animation-direction:var(--ticker-direction)!important;
  animation-play-state:var(--ticker-play-state)!important;
}
.ticker-settings-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}
.ticker-settings-grid label{
  font-weight:800;
  margin-bottom:6px;
  display:block;
}
.ticker-preview-box{
  border-radius:14px;
  overflow:hidden;
  border:1px solid #e5e7eb;
  margin-top:12px;
}
.ticker-help{
  background:#fef2f2;
  border:1px solid #fecaca;
  color:#991b1b;
  padding:12px;
  border-radius:12px;
  margin-bottom:12px;
  font-weight:700;
}
@media(max-width:900px){.ticker-settings-grid{grid-template-columns:1fr}}

/* Yeni kurumsal web ana sayfa tasarımı */
body{
  background:#f6f7f9!important;
  color:#111827;
}
.header{
  background:#fff!important;
  box-shadow:0 6px 24px rgba(15,23,42,.08)!important;
  border-bottom:1px solid #e5e7eb;
}
.nav{
  max-width:1500px!important;
  padding:16px 28px!important;
}
.logo img{
  height:70px!important;
  max-width:310px!important;
  object-fit:contain!important;
}
.menu a{
  color:#111827!important;
  font-weight:800!important;
}
.menu a:hover{
  color:#d71920!important;
}
.top-contact{
  background:#05080f;
  color:#fff;
  padding:9px 28px;
  font-size:14px;
}
.top-contact-inner{
  max-width:1500px;
  margin:auto;
  display:flex;
  justify-content:space-between;
  gap:18px;
  flex-wrap:wrap;
}
.main-hero-slider{
  max-width:1500px;
  margin:24px auto 10px;
  padding:0 24px;
}
.hero-banner{
  position:relative;
  min-height:520px;
  border-radius:26px;
  overflow:hidden;
  background:linear-gradient(135deg,#03070d,#071526 50%,#001e3d);
  box-shadow:0 22px 55px rgba(0,0,0,.22);
}
.hero-banner::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 75% 45%,rgba(0,120,255,.32),transparent 32%),
    radial-gradient(circle at 35% 30%,rgba(215,25,32,.22),transparent 28%);
}
.hero-content{
  position:relative;
  z-index:2;
  min-height:520px;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:28px;
  align-items:center;
  padding:55px 70px;
  color:#fff;
}
.hero-title{
  font-size:66px;
  line-height:1.02;
  margin:0 0 18px;
  font-weight:950;
  letter-spacing:-2px;
}
.hero-title span{color:#e30613}
.hero-sub{
  font-size:24px;
  margin:0 0 20px;
}
.hero-services{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px 22px;
  margin:24px 0;
}
.hero-service{
  display:flex;
  gap:12px;
  align-items:flex-start;
  font-weight:700;
}
.hero-service i{
  width:38px;
  height:38px;
  border:2px solid #e30613;
  color:#e30613;
  border-radius:8px;
  display:grid;
  place-items:center;
  font-style:normal;
  flex:0 0 38px;
}
.hero-visual-box{
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.16);
  border-radius:22px;
  padding:22px;
}
.hero-visual-box img{
  width:100%;
  border-radius:18px;
  background:#fff;
  object-fit:contain;
  max-height:310px;
  padding:18px;
}
.hero-bottom-red{
  position:absolute;
  left:55px;
  right:55px;
  bottom:0;
  height:64px;
  background:#d71920;
  color:#fff;
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  align-items:center;
  text-align:center;
  font-weight:900;
  font-size:22px;
  border-radius:18px 18px 0 0;
  z-index:3;
}
.hero-arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:48px;
  height:48px;
  border-radius:50%;
  background:rgba(0,0,0,.55);
  color:#fff;
  display:grid;
  place-items:center;
  z-index:4;
  font-size:28px;
}
.hero-arrow.left{left:18px}
.hero-arrow.right{right:18px}
.service-tiles{
  max-width:1500px;
  margin:26px auto;
  padding:0 24px;
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:18px;
}
.service-tile{
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:18px;
  padding:26px 22px;
  box-shadow:0 12px 28px rgba(15,23,42,.07);
  display:flex;
  gap:16px;
  align-items:center;
  min-height:130px;
}
.service-tile .sicon{
  width:64px;
  height:64px;
  border-radius:50%;
  background:#fff1f2;
  color:#d71920;
  display:grid;
  place-items:center;
  font-size:30px;
  flex:0 0 64px;
}
.service-tile h3{
  margin:0 0 7px;
  font-size:18px;
  color:#111827;
}
.service-tile p{
  margin:0;
  color:#4b5563;
  line-height:1.45;
}
.quality-strip{
  max-width:1500px;
  margin:20px auto 34px;
  padding:0 24px;
}
.quality-inner{
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:20px;
  box-shadow:0 12px 28px rgba(15,23,42,.07);
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:0;
  overflow:hidden;
}
.quality-item{
  display:flex;
  align-items:center;
  gap:18px;
  padding:26px;
  border-right:1px solid #e5e7eb;
}
.quality-item:last-child{border-right:0}
.quality-icon{
  color:#d71920;
  font-size:38px;
}
.quality-item b{
  display:block;
  font-size:18px;
}
.quality-item span{
  color:#4b5563;
}
.notice-board{
  max-width:1500px!important;
  margin:30px auto!important;
}
.notice-title{
  display:none!important;
}
.notice-list{
  grid-template-columns:repeat(auto-fit,minmax(430px,1fr))!important;
}
.notice-card{
  aspect-ratio:16/9!important;
  min-height:auto!important;
  padding:0!important;
  border-radius:22px!important;
  background:#111827!important;
  overflow:hidden!important;
}
.notice-card::before,.notice-card::after{
  display:none!important;
}
.notice-img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  padding:0!important;
  background:transparent!important;
  border-radius:0!important;
  box-shadow:none!important;
}
.notice-card:hover{
  transform:scale(1.025)!important;
}
@media(max-width:1100px){
  .hero-content{grid-template-columns:1fr;padding:40px 34px 92px}
  .hero-title{font-size:44px}
  .hero-bottom-red{left:24px;right:24px;font-size:16px}
  .service-tiles{grid-template-columns:1fr 1fr}
  .quality-inner{grid-template-columns:1fr 1fr}
}
@media(max-width:650px){
  .service-tiles,.quality-inner{grid-template-columns:1fr}
  .hero-services{grid-template-columns:1fr}
  .hero-bottom-red{grid-template-columns:1fr;height:auto;padding:12px;gap:8px}
}

/* Referans Yönetim Paneli */
.ref-admin-preview{
  max-width:180px;
  max-height:110px;
  object-fit:contain;
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:12px;
  padding:8px;
  display:none;
  margin:10px 0;
}
.ref-home-section{
  max-width:1500px;
  margin:34px auto;
  padding:0 24px;
}
.ref-home-section h2{
  text-align:center;
  font-size:30px;
  margin-bottom:20px;
}
.ref-home-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(230px,1fr));
  gap:18px;
}
.ref-home-card{
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:18px;
  padding:22px;
  text-align:center;
  box-shadow:0 10px 28px rgba(15,23,42,.07);
}
.ref-home-card img{
  width:100%;
  height:110px;
  object-fit:contain;
  margin-bottom:10px;
}
.ref-home-card h3{
  margin:0 0 6px;
  color:#111827;
}
.ref-home-card p{
  color:#6b7280;
  margin:0;
  font-size:14px;
}

/* Sade referans formu */
#refWebsite,#refDate{display:none!important}
.ref-home-card{transition:transform .25s ease,box-shadow .25s ease}
.ref-home-card:hover{transform:translateY(-6px);box-shadow:0 18px 45px rgba(15,23,42,.14)}


.cost-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.cost-summary{display:grid;gap:10px}
.cost-summary div{display:flex;justify-content:space-between;align-items:center;border:1px solid var(--line);border-radius:12px;padding:13px;background:#f9fafb}
.cost-summary span{color:var(--muted);font-weight:700}.cost-summary b{font-size:19px;color:#111827}.cost-summary .big{background:#fee2e2;border-color:#fecaca}.cost-summary .big b{font-size:26px;color:#d71920}
.section-head{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}
@media(max-width:900px){.cost-grid{grid-template-columns:1fr}}

.dealer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
@media(max-width:900px){.dealer-grid{grid-template-columns:1fr}}
