
:root{
  --bg:#08111f;
  --surface:#0e1a2b;
  --surface-2:#13233a;
  --card:#ffffff;
  --text:#122033;
  --muted:#5a6b80;
  --line:#d9e1ea;
  --brand:#d22b2b;
  --brand-dark:#9f1c1c;
  --accent:#f6b21a;
  --white:#fff;
  --shadow:0 20px 60px rgba(6,20,38,.12);
  --radius:22px;
  --container:min(1180px, calc(100% - 32px));
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Arial, Helvetica, sans-serif;
  color:var(--text);
  background:#f4f7fb;
  line-height:1.6;
}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
.container{width:var(--container);margin:0 auto}
.topbar{
  background:#07101d;
  color:#dbe8f7;
  font-size:14px;
}
.topbar .container{display:flex;justify-content:space-between;gap:12px;padding:10px 0;flex-wrap:wrap}
.topbar a{color:#fff}
.header{
  position:sticky;top:0;z-index:1000;
  backdrop-filter:saturate(160%) blur(12px);
  background:rgba(9,18,31,.88);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.nav{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:70px}
.brand{display:flex;align-items:center;gap:12px;color:#fff;font-weight:700;font-size:15px;letter-spacing:.02em;min-width:0;flex:0 1 auto}
.brand img{height:40px;width:auto;object-fit:contain;background:#fff;padding:5px 9px;border-radius:12px;flex:0 0 auto}
.nav-links{display:flex;align-items:center;gap:6px;flex-wrap:nowrap;min-width:0}
.nav-links a{
  color:#f3f6fb;padding:9px 11px;border-radius:12px;font-size:13px;font-weight:800;letter-spacing:.01em;
  transition:.25s ease;
}
.nav-links a:hover,.nav-links a.active{background:rgba(255,255,255,.09);color:#fff}
.nav-cta{display:flex;align-items:center;gap:8px;flex:0 0 auto}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  padding:13px 18px;border-radius:14px;font-weight:700;border:0;cursor:pointer;
  transition:transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:linear-gradient(135deg,var(--brand),#f04c23);color:#fff;box-shadow:0 12px 30px rgba(210,43,43,.22)}
.btn-secondary{background:#fff;color:var(--bg)}
.btn-outline{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.2)}
.btn-light{background:#fff;color:var(--brand)}
.mobile-toggle{display:none;background:transparent;border:0;color:#fff;font-size:28px}
.hero{
  position:relative;
  background:
    linear-gradient(100deg, rgba(5,12,23,.88) 0%, rgba(8,17,31,.78) 40%, rgba(8,17,31,.35) 100%),
    var(--hero-image) center/cover no-repeat;
  color:#fff;
}
.hero .container{display:grid;grid-template-columns:1.2fr .8fr;gap:32px;padding:86px 0 78px}
.badge{
  display:inline-flex;align-items:center;gap:10px;
  padding:9px 14px;border-radius:999px;background:rgba(255,255,255,.1);
  border:1px solid rgba(255,255,255,.12);font-size:13px;font-weight:700;letter-spacing:.04em;
}
.hero h1{font-size:clamp(34px,5vw,62px);line-height:1.05;margin:18px 0 16px}
.hero p{font-size:18px;color:#e7edf7;max-width:720px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}
.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:30px}
.hero-card{
  background:rgba(255,255,255,.08);padding:20px;border-radius:18px;border:1px solid rgba(255,255,255,.12)
}
.hero-card strong{display:block;font-size:28px;color:#fff}
.hero-visual{
  align-self:stretch;display:flex;align-items:end;justify-content:end
}
.floating-panel{
  margin-top:60px;background:rgba(255,255,255,.92);color:var(--text);padding:24px;border-radius:24px;
  box-shadow:var(--shadow);max-width:420px
}
.floating-panel h3{margin:0 0 10px;font-size:20px}
.section{padding:76px 0}
.section-dark{background:#0a1424;color:#fff}
.section-head{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:30px;flex-wrap:wrap}
.section-head h2{font-size:clamp(28px,4vw,42px);line-height:1.12;margin:0}
.section-head p{margin:0;max-width:700px;color:var(--muted)}
.section-dark .section-head p{color:#b8c6d9}
.grid{display:grid;gap:22px}
.grid-3{grid-template-columns:repeat(3,1fr)}
.grid-4{grid-template-columns:repeat(4,1fr)}
.card{
  background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);
  overflow:hidden;border:1px solid #eef3f8
}
.card-body{padding:24px}
.product-card img{height:240px;width:100%;object-fit:cover;background:#f0f4f8}
.product-card h3{font-size:22px;margin:0 0 10px}
.product-card p{color:var(--muted);margin:0 0 18px}
.tag-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}
.tag{padding:7px 10px;border-radius:999px;background:#eef4fb;color:#234; font-size:12px;font-weight:700}
.features{
  display:grid;grid-template-columns:repeat(4,1fr);gap:18px
}
.feature{
  background:#fff;padding:22px;border-radius:22px;box-shadow:var(--shadow)
}
.feature h3{margin:0 0 8px;font-size:20px}
.feature p{margin:0;color:var(--muted)}
.banner{
  background:linear-gradient(135deg,#0d1a2e,#162d4d);
  color:#fff;border-radius:28px;padding:34px;display:grid;grid-template-columns:1.2fr .8fr;gap:22px;align-items:center;
  box-shadow:var(--shadow)
}
.banner p{color:#d8e4f5}
.split{
  display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:center
}
.split .visual img{border-radius:26px;box-shadow:var(--shadow);height:100%;object-fit:cover}
.list{display:grid;gap:12px;padding:0;margin:0;list-style:none}
.list li{
  position:relative;padding-left:26px
}
.list li::before{
  content:"";position:absolute;left:0;top:11px;width:11px;height:11px;background:var(--brand);border-radius:50%
}
.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.gallery img{border-radius:22px;height:240px;width:100%;object-fit:cover;box-shadow:var(--shadow)}
.logo-wall{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.logo-box{
  background:#fff;border-radius:22px;padding:24px;display:flex;align-items:center;justify-content:center;
  min-height:150px;box-shadow:var(--shadow)
}
.logo-box img{max-height:72px;width:auto;object-fit:contain}
.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:24px}
.contact-card{background:#fff;border-radius:24px;padding:28px;box-shadow:var(--shadow)}
.contact-card h3{margin-top:0}
.contact-meta{display:grid;gap:14px}
.contact-meta strong{display:block}
.map-frame{
  width:100%;min-height:420px;border:0;border-radius:24px;box-shadow:var(--shadow)
}
.page-hero{
  background:
    linear-gradient(100deg, rgba(6,14,26,.9) 0%, rgba(6,14,26,.76) 42%, rgba(6,14,26,.46) 100%),
    var(--hero-image) center/cover no-repeat;
  color:#fff;
}
.page-hero .container{padding:62px 0 56px}
.page-hero h1{font-size:clamp(34px,5vw,54px);margin:12px 0 12px}
.page-hero p{max-width:760px;color:#e6edf8;font-size:18px}
.spec-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.spec-box{background:#fff;border-radius:22px;padding:22px;box-shadow:var(--shadow)}
.spec-box h4{margin:0 0 10px}
.footer{
  background:#08111f;color:#d7e1ec;padding:36px 0 22px;margin-top:40px
}
.footer-grid{display:grid;grid-template-columns:1.1fr 1fr 1fr 1fr;gap:24px}
.footer h4{margin:0 0 14px;color:#fff}
.footer a{color:#d7e1ec}
.footer p{margin:0 0 10px}
.footer-bottom{
  border-top:1px solid rgba(255,255,255,.1);margin-top:22px;padding-top:18px;
  display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap;font-size:14px
}
.breadcrumbs{display:flex;gap:10px;flex-wrap:wrap;font-size:14px;color:#dce8f4}
.breadcrumbs span{opacity:.85}
.cta-strip{
  background:linear-gradient(135deg,var(--brand),#f5643b);
  color:#fff;border-radius:26px;padding:28px 32px;display:flex;justify-content:space-between;gap:24px;align-items:center;flex-wrap:wrap
}
.table-wrap{overflow:auto}
table{width:100%;border-collapse:collapse;background:#fff;border-radius:20px;overflow:hidden;box-shadow:var(--shadow)}
th,td{padding:15px 16px;text-align:left;border-bottom:1px solid #edf2f7}
th{background:#0d1a2e;color:#fff}
@media (max-width:1024px){
  .hero .container,.split,.contact-grid,.banner,.footer-grid{grid-template-columns:1fr}
  .grid-4{grid-template-columns:repeat(2,1fr)}
  .grid-3,.gallery,.features,.logo-wall,.spec-grid{grid-template-columns:repeat(2,1fr)}
  .hero-stats{grid-template-columns:1fr 1fr 1fr}
}
@media (max-width:760px){
  .topbar .container{justify-content:center}
  .mobile-toggle{display:block}
  .nav{min-height:72px}
  .nav-links{
    display:none;position:absolute;left:16px;right:16px;top:82px;background:#0e1a2b;padding:16px;border-radius:18px;
    flex-direction:column;align-items:stretch;box-shadow:var(--shadow)
  }
  .nav-links.open{display:flex}
  .nav-links a{padding:12px 14px}
  .nav-cta{display:none}
  .hero .container{padding:56px 0}
  .hero-stats,.grid-4,.grid-3,.gallery,.features,.logo-wall,.spec-grid{grid-template-columns:1fr}
  .floating-panel{margin-top:24px}
  .brand span{display:none}
}


body.menu-open{overflow:hidden}
.header{box-shadow:0 10px 30px rgba(2,8,18,.18)}
.nav{position:relative}
.nav-links{flex:1;justify-content:center;min-width:0;overflow:auto;scrollbar-width:none}
.nav-links a{position:relative;font-size:13px;padding:9px 10px;white-space:nowrap}
.nav-links a::after{content:"";position:absolute;left:12px;right:12px;bottom:7px;height:2px;border-radius:10px;background:linear-gradient(90deg,var(--accent),#fff0);transform:scaleX(0);transform-origin:left;transition:transform .25s ease}
.nav-links a:hover::after,.nav-links a.active::after{transform:scaleX(1)}
.nav-links a:hover,.nav-links a.active{background:linear-gradient(180deg, rgba(246,178,26,.18), rgba(255,255,255,.08));box-shadow:inset 0 0 0 1px rgba(246,178,26,.25)}
.nav-cta .btn{padding:10px 13px;font-size:13px;border-radius:12px}
.hero-slider{position:relative;overflow:hidden}
.hero-slide{display:none;min-height:100%;background-size:cover;background-position:center}
.hero-slide.active{display:block}
.hero-slide::before{content:"";position:absolute;inset:0;background:linear-gradient(100deg, rgba(5,12,23,.88) 0%, rgba(8,17,31,.78) 40%, rgba(8,17,31,.35) 100%)}
.hero-slide .container{position:relative;z-index:1;display:grid;grid-template-columns:1.2fr .8fr;gap:32px;padding:86px 0 78px}
.slider-dots{display:flex;gap:10px;justify-content:center;padding:0 0 22px;position:relative;z-index:2;margin-top:-8px}
.slider-dot{width:12px;height:12px;border-radius:999px;border:1px solid rgba(255,255,255,.45);background:rgba(255,255,255,.22);cursor:pointer;transition:.25s ease}
.slider-dot.active{width:34px;background:var(--accent);border-color:var(--accent)}
.card,.feature,.logo-box,.contact-card,.spec-box,.floating-panel,.banner,.cta-strip,.hero-card{transition:transform .26s ease, box-shadow .26s ease, border-color .26s ease}
.card:hover,.feature:hover,.logo-box:hover,.contact-card:hover,.spec-box:hover,.banner:hover{transform:translateY(-6px);box-shadow:0 24px 65px rgba(6,20,38,.18)}
.product-card img,.gallery img,.banner .visual img{transition:transform .4s ease, filter .35s ease}
.product-card:hover img,.gallery img:hover,.banner:hover .visual img{transform:scale(1.04);filter:saturate(1.05)}
.section .section-head p,.feature p,.product-card p,.spec-box p,.contact-card p,.footer p{max-width:100%}
.quick-actions{position:fixed;right:16px;bottom:18px;display:flex;flex-direction:column;gap:12px;z-index:999}
.quick-actions a,.quick-actions button{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:18px;border:0;box-shadow:0 16px 40px rgba(0,0,0,.20);font-size:22px;background:#fff;color:var(--bg);cursor:pointer}
.quick-actions .wa{background:#25d366;color:#fff}
.quick-actions .call{background:linear-gradient(135deg,var(--brand),#f04c23);color:#fff}
.quick-actions .top{background:#08111f;color:#fff;opacity:0;pointer-events:none;transform:translateY(8px)}
.quick-actions .top.visible{opacity:1;pointer-events:auto;transform:translateY(0)}
.section-alt{background:linear-gradient(180deg,#f7f9fc 0,#eef3f8 100%)}
.mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.mini-card{background:#fff;border-radius:20px;padding:24px;box-shadow:var(--shadow);border:1px solid #edf2f7}
.mini-card h3{margin:0 0 10px;font-size:21px}
.mini-card p{margin:0 0 18px;color:var(--muted)}
.city-links{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.city-links a{display:block;padding:14px 15px;background:#fff;border-radius:16px;border:1px solid #e7eef5;box-shadow:var(--shadow);font-weight:700;color:var(--text);transition:.22s ease}
.city-links a:hover{background:#0d1a2e;color:#fff;transform:translateY(-4px)}
.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.form-group{display:grid;gap:8px}
.form-group label{font-weight:700}
.form-group input,.form-group select,.form-group textarea{width:100%;padding:14px 16px;border:1px solid #dce7f2;border-radius:16px;font:inherit;background:#fff;color:var(--text)}
.form-group textarea{min-height:140px;resize:vertical}
.form-group.full{grid-column:1/-1}
.notice{padding:14px 16px;border-radius:16px;background:#eef7ff;border:1px solid #d6ebff;color:#24415f}
.product-table td:first-child{font-weight:700;width:32%}
.sticky-bar{position:fixed;left:0;right:0;bottom:0;z-index:995;background:rgba(8,17,31,.94);backdrop-filter:blur(10px);border-top:1px solid rgba(255,255,255,.08);display:none}
.sticky-bar .container{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:10px 0}
.sticky-bar a{display:flex;align-items:center;justify-content:center;border-radius:14px;padding:12px 14px;color:#fff;font-weight:700}
.sticky-bar a.call{background:linear-gradient(135deg,var(--brand),#f04c23)}
.sticky-bar a.wa{background:#25d366}
.seo-breadcrumb{font-size:13px;color:#7f8ea3;margin:0 0 16px}
.seo-breadcrumb a{color:#55657a}
.table-clean td,.table-clean th{font-size:15px}
.hero-card span{display:block;color:#dce7f2}
@media (max-width:1180px){
  .nav-links{gap:4px}
  .nav-links a{font-size:12px;padding:8px 9px}
  .brand span{font-size:15px}
  .nav-cta .btn{padding:9px 10px;font-size:12px}
}
@media (max-width:1024px){
  .hero-slide .container{grid-template-columns:1fr}
  .city-links{grid-template-columns:repeat(3,1fr)}
  .mini-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:760px){
  .header{position:sticky}
  .nav{gap:10px}
  .brand img{height:40px}
  .nav-links{top:74px;right:0;left:0;margin:0 12px;max-height:calc(100vh - 110px);overflow:auto;border:1px solid rgba(255,255,255,.08)}
  .nav-links a{font-size:15px}
  .hero-slide .container{padding:56px 0 42px}
  .slider-dots{padding-bottom:14px}
  .form-grid,.mini-grid,.city-links{grid-template-columns:1fr}
  .quick-actions{right:12px;bottom:86px}
  .sticky-bar{display:block}
}

.sticky-bar{display:none;position:fixed;left:0;right:0;bottom:0;z-index:998;background:rgba(8,17,31,.96);border-top:1px solid rgba(255,255,255,.08);backdrop-filter:blur(8px)}
.sticky-bar .container{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:10px 12px}
.sticky-bar a{display:flex;align-items:center;justify-content:center;min-height:48px;border-radius:14px;font-weight:800;color:#fff}
.sticky-bar .call{background:linear-gradient(135deg,var(--brand),#f04c23)}
.sticky-bar .wa{background:#25d366}


/* 2026 premium refinements */
.brand{font-size:16px;max-width:240px}
.brand img{height:40px}
.nav{gap:10px;min-height:70px}
.nav-links{gap:4px}
.nav-links a{font-size:12px;padding:8px 10px;font-weight:800}
.nav-links a::after{left:10px;right:10px;bottom:6px}
.nav-cta .btn{padding:9px 12px;font-size:12px}
.hero h1,.page-hero h1{letter-spacing:-.02em}
.reference-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.reference-card{background:#fff;border-radius:24px;padding:26px;box-shadow:var(--shadow);border:1px solid #ecf1f6;position:relative;overflow:hidden}
.reference-card::before{content:"";position:absolute;inset:0 auto auto 0;width:100%;height:4px;background:linear-gradient(90deg,var(--accent),var(--brand))}
.reference-logo{height:76px;display:flex;align-items:center;justify-content:center;margin-bottom:18px;border-radius:18px;background:linear-gradient(180deg,#fff,#f5f8fc);border:1px solid #edf2f7}
.reference-logo img{max-height:52px;max-width:180px;object-fit:contain}
.reference-logo .wordmark{font-size:24px;font-weight:900;letter-spacing:.04em;color:#0d1a2e}
.reference-card h3{margin:0 0 8px;font-size:20px}
.reference-card p{margin:0;color:var(--muted);font-size:14px}
.premium-panel{background:linear-gradient(135deg,#091321,#13263f);color:#fff;border-radius:28px;padding:32px;box-shadow:var(--shadow)}
.premium-panel p{color:#dbe6f3}
.action-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.action-card{background:#fff;border-radius:24px;padding:28px;box-shadow:var(--shadow);border:1px solid #eaf0f6}
.action-card h3{margin:0 0 10px;font-size:22px}
.action-card p{margin:0 0 18px;color:var(--muted)}
.action-card .icon{width:58px;height:58px;border-radius:18px;background:linear-gradient(135deg,#fff1c9,#ffe1b1);display:flex;align-items:center;justify-content:center;font-size:26px;margin-bottom:18px}
.info-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:24px}
.info-chip{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:18px;padding:16px}
.info-chip strong{display:block;font-size:20px;color:#fff}
.tech-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:24px}
.tech-card{background:#fff;border-radius:24px;padding:26px;box-shadow:var(--shadow);border:1px solid #ecf1f6}
.tech-card h3{margin-top:0}
.metric-list{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.metric-item{padding:16px;border-radius:18px;background:#f4f8fc;border:1px solid #e6eef6}
.metric-item strong{display:block;color:#0d1a2e;font-size:18px}
.surface-dark{background:linear-gradient(135deg,#07101d,#10233a);color:#fff}
.surface-dark p,.surface-dark li{color:#d7e2ef}
.surface-dark .tech-card{background:rgba(255,255,255,.96);color:#122033}
.kicker{display:inline-flex;align-items:center;gap:10px;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#f6b21a;margin-bottom:12px}
.hero-slide .floating-panel h3{font-size:22px}
.product-intro{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:18px}
.notice-box{padding:18px;border-radius:20px;background:#f6f9fc;border:1px solid #e8eef6}
.notice-box h4{margin:0 0 8px}
.sticky-bar .container{display:none}
.footer-grid p a{opacity:.95}
.dropdown-note{font-size:14px;color:#c7d3e2}
@media (max-width:1180px){
  .brand span{font-size:14px}
  .nav-links a{font-size:11px;padding:8px 8px}
}
@media (max-width:1024px){
  .reference-grid,.action-grid,.product-intro,.tech-grid,.info-strip{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:760px){
  .reference-grid,.action-grid,.product-intro,.tech-grid,.metric-list,.info-strip{grid-template-columns:1fr}
  .brand img{height:38px}
  .nav-links{top:78px}
}

/* 2026-03 technical product visuals refinement */
.product-card{
  background:linear-gradient(180deg,#ffffff 0%,#f7faff 100%);
  border:1px solid #e8eef5;
}
.product-card img{
  height:180px;
  width:100%;
  object-fit:contain;
  padding:18px 18px 14px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,0) 65%),
    radial-gradient(circle at top right, rgba(246,178,26,.18), transparent 32%),
    linear-gradient(135deg,#0d1a2e 0%,#132846 52%,#0e1c30 100%);
  border-bottom:1px solid rgba(13,26,46,.08);
}
.product-card h3{
  font-size:20px;
  line-height:1.25;
}
.product-card .card-body{
  padding:22px;
}
.product-card .tag-row{
  margin-bottom:12px;
}
.product-card .tag{
  font-size:11px;
  padding:6px 10px;
  background:#edf3fa;
  color:#1f3550;
}
.product-card p{
  font-size:15px;
}
.section-dark .product-card{
  background:linear-gradient(180deg,#ffffff 0%,#f7fbff 100%);
}
@media (max-width:760px){
  .product-card img{height:160px;padding:16px 16px 12px}
  .product-card h3{font-size:18px}
  .product-card .card-body{padding:18px}
}

.brand span{display:block;max-width:170px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.product-card > a.image-link{display:block;overflow:hidden;background:#f0f4f8}
.product-card > a.image-link img{transition:transform .28s ease, filter .28s ease}
.product-card:hover > a.image-link img{transform:scale(1.04);filter:contrast(1.04)}
.product-card h3 a{color:inherit}
.product-card h3 a:hover{color:var(--brand)}
@media (max-width:1180px){.brand span{max-width:145px}.nav-cta .btn{padding:10px 11px;font-size:12px}}


/* refined header sizing */
.brand{font-size:14px;gap:10px}
.brand span{max-width:150px}
.brand img{height:36px;padding:4px 8px}
.nav{gap:8px}
.nav-links a{font-size:12px;padding:8px 9px}
.nav-cta .btn{padding:10px 12px;font-size:12px}
@media (max-width:1180px){.brand span{max-width:132px}.nav-links a{font-size:11px;padding:8px 8px}}
@media (max-width:980px){.brand span{max-width:118px}}
.gallery a{display:block;overflow:hidden;border-radius:22px}
.gallery a img{display:block}
.related-products{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.related-products .mini-product{background:#fff;border-radius:22px;box-shadow:var(--shadow);overflow:hidden;border:1px solid #eef3f8}
.related-products .mini-product img{height:170px;width:100%;object-fit:cover;background:#f0f4f8}
.related-products .mini-product .body{padding:18px}
.related-products .mini-product h3{margin:0 0 8px;font-size:19px}
.related-products .mini-product p{margin:0 0 14px;color:var(--muted)}
@media (max-width:1024px){.related-products{grid-template-columns:repeat(2,1fr)}}
@media (max-width:760px){.related-products{grid-template-columns:1fr}}


/* 2026-03 content and visibility refinements */
.brand{max-width:250px}
.brand span{max-width:none;white-space:normal;overflow:visible;text-overflow:clip;line-height:1.05;font-size:13px}
@media (max-width:1180px){.brand{max-width:220px}.brand span{font-size:12px}}
@media (max-width:980px){.brand{max-width:190px}.brand span{font-size:11px}}
@media (max-width:760px){.brand span{display:none}}
.related-products .mini-product img{height:170px;object-fit:contain;padding:14px;background:linear-gradient(135deg,#0d1a2e 0%,#17355c 100%)}
.reference-logo{height:118px;padding:12px;background:linear-gradient(180deg,#fff,#eef4fb)}
.reference-logo img{width:100%;height:92px;max-width:230px;max-height:none;object-fit:contain;filter:drop-shadow(0 8px 18px rgba(9,20,40,.14))}
.reference-card{padding:22px 22px 20px}
.reference-card h3{font-size:18px;line-height:1.25;min-height:46px}
.reference-card p{font-size:14px}
.gallery img{background:#fff}


/* 2026-03 visibility and hover emphasis fix */
.product-card,
.product-card .card-body,
.product-card h3,
.product-card h3 a,
.product-card p,
.product-card .tag,
.related-products .mini-product,
.related-products .mini-product h3,
.related-products .mini-product h3 a,
.related-products .mini-product p{
  color:#0f2238 !important;
}
.product-card,
.related-products .mini-product{
  transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.product-card:hover,
.related-products .mini-product:hover{
  transform:translateY(-6px);
  box-shadow:0 18px 40px rgba(3,15,34,.18);
  border-color:rgba(199,34,42,.28);
}
.product-card h3 a,
.related-products .mini-product h3 a{
  text-decoration:none;
  background-image:linear-gradient(var(--brand),var(--brand));
  background-repeat:no-repeat;
  background-position:0 100%;
  background-size:0 2px;
  transition:color .25s ease, background-size .25s ease, text-shadow .25s ease;
}
.product-card:hover h3 a,
.product-card h3 a:hover,
.related-products .mini-product:hover h3 a,
.related-products .mini-product h3 a:hover{
  color:var(--brand) !important;
  background-size:100% 2px;
  text-shadow:0 0 1px rgba(199,34,42,.08);
}
.product-card:hover .tag,
.related-products .mini-product:hover .tag{
  background:#fff1f1;
  color:#b81922 !important;
  border-color:rgba(184,25,34,.14);
}
.product-card .card-body,
.related-products .mini-product .body{
  position:relative;
}
.product-card .card-body::before,
.related-products .mini-product .body::before{
  content:"";
  position:absolute;
  left:22px;
  top:0;
  width:54px;
  height:3px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--brand),#f6b21a);
  opacity:.18;
  transition:opacity .25s ease,width .25s ease;
}
.product-card:hover .card-body::before,
.related-products .mini-product:hover .body::before{
  opacity:1;
  width:86px;
}
.product-card > a.image-link{background:#0f1f34}
.product-card > a.image-link img{filter:drop-shadow(0 10px 18px rgba(0,0,0,.2));}
.product-card:hover > a.image-link img{transform:scale(1.04);filter:drop-shadow(0 14px 24px rgba(0,0,0,.24)) contrast(1.04)}

.brand{min-width:0}
.brand span{
  max-width:none;
  overflow:visible;
  text-overflow:clip;
  white-space:nowrap;
  font-size:13px;
  letter-spacing:.01em;
}
@media (max-width:1180px){
  .brand span{max-width:150px;font-size:12px;overflow:hidden;text-overflow:ellipsis}
}
@media (max-width:980px){
  .brand span{max-width:120px}
}

/* 2026-03 global readability and emphasis fix */
.brand{
  max-width:230px;
  align-items:center;
}
.brand span{
  display:block;
  max-width:165px !important;
  white-space:normal !important;
  overflow:visible !important;
  text-overflow:clip !important;
  font-size:12px !important;
  line-height:1.05 !important;
  letter-spacing:0 !important;
}
@media (max-width:1180px){
  .brand{max-width:200px}
  .brand span{max-width:140px !important;font-size:11px !important}
}
@media (max-width:980px){
  .brand{max-width:180px}
  .brand span{max-width:120px !important;font-size:10px !important}
}

.product-card,
.related-products .mini-product,
.tech-card,
.notice-box,
.metric-item,
.spec-box,
.logo-box,
.reference-card,
.contact-card,
.table-wrap table{
  color:#10243a !important;
}
.product-card h2,
.product-card h3,
.product-card h4,
.product-card p,
.product-card li,
.product-card a,
.related-products .mini-product h2,
.related-products .mini-product h3,
.related-products .mini-product h4,
.related-products .mini-product p,
.related-products .mini-product li,
.related-products .mini-product a,
.tech-card h2,
.tech-card h3,
.tech-card h4,
.tech-card p,
.tech-card li,
.notice-box h2,
.notice-box h3,
.notice-box h4,
.notice-box p,
.notice-box li,
.metric-item strong,
.metric-item span,
.spec-box h3,
.spec-box h4,
.spec-box p,
.spec-box li,
.reference-card h3,
.reference-card p,
.contact-card h3,
.contact-card p,
.contact-card li,
.table-wrap td,
.table-wrap th{
  color:#10243a !important;
}
.surface-dark .metric-item,
.surface-dark .spec-box,
.surface-dark .notice-box{
  background:#ffffff;
  border-color:#e5edf6;
}
.surface-dark .metric-item strong,
.surface-dark .metric-item span,
.surface-dark .spec-box h3,
.surface-dark .spec-box h4,
.surface-dark .spec-box p,
.surface-dark .spec-box li,
.surface-dark .notice-box h4,
.surface-dark .notice-box p,
.surface-dark .notice-box li{
  color:#10243a !important;
}
.product-card,
.related-products .mini-product,
.tech-card,
.notice-box,
.metric-item,
.spec-box,
.reference-card{
  position:relative;
  transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease, background .28s ease;
}
.product-card::after,
.related-products .mini-product::after,
.tech-card::after,
.notice-box::after,
.metric-item::after,
.spec-box::after,
.reference-card::after{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:4px;
  border-radius:24px 0 0 24px;
  background:linear-gradient(180deg,var(--brand),#f6b21a);
  opacity:.14;
  transition:opacity .25s ease, width .25s ease;
}
.product-card:hover::after,
.related-products .mini-product:hover::after,
.tech-card:hover::after,
.notice-box:hover::after,
.metric-item:hover::after,
.spec-box:hover::after,
.reference-card:hover::after{
  opacity:1;
  width:6px;
}
.product-card:hover,
.related-products .mini-product:hover,
.tech-card:hover,
.notice-box:hover,
.metric-item:hover,
.spec-box:hover,
.reference-card:hover{
  transform:translateY(-6px);
  box-shadow:0 24px 60px rgba(7,20,39,.16);
  border-color:rgba(210,43,43,.22);
}
.product-card h3 a,
.related-products .mini-product h3 a,
.tech-card h2,
.tech-card h3,
.notice-box h4,
.metric-item strong,
.spec-box h4,
.reference-card h3{
  text-shadow:none !important;
}
.product-card:hover h3 a,
.related-products .mini-product:hover h3 a,
.product-card h3 a:hover,
.related-products .mini-product h3 a:hover{
  color:var(--brand) !important;
  background-size:100% 2px;
}
.product-card p,
.related-products .mini-product p,
.tech-card p,
.notice-box p,
.metric-item span,
.spec-box p,
.reference-card p{
  color:#42566d !important;
}
.product-card .tag,
.related-products .mini-product .tag{
  background:#eef4fb !important;
  color:#17314d !important;
  border:1px solid #dbe7f3;
}
.product-card:hover .tag,
.related-products .mini-product:hover .tag{
  background:#fff1f1 !important;
  color:#b21f27 !important;
  border-color:#efc6c8;
}
.gallery a,
.related-products .mini-product > a,
.product-card > a.image-link{
  background:#f3f7fb;
}
.gallery img,
.related-products .mini-product img,
.product-card > a.image-link img{
  opacity:1 !important;
}


/* 2026-03 premium landing page refinements */
.section-dark .product-card .btn-primary,
.section-dark .product-card .btn-primary:visited,
.product-card .btn-primary,
.related-products .mini-product .btn-primary{
  color:#fff !important;
}
.product-card .btn-primary:hover,
.related-products .mini-product .btn-primary:hover{
  box-shadow:0 16px 36px rgba(210,43,43,.28);
}
.product-card h3 a,
.related-products .mini-product h3 a{
  color:#10243a !important;
}
.product-card:hover h3 a,
.related-products .mini-product:hover h3 a{
  color:var(--brand) !important;
}
.surface-dark table,
.surface-dark .table-wrap table{
  background:#fff;
}
.surface-dark th{color:#fff !important;background:#0d1a2e}
.surface-dark td{color:#10243a !important;background:#fff}
.sector-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.sector-card{background:#fff;border:1px solid #e8eef5;border-radius:24px;padding:24px;box-shadow:var(--shadow);position:relative;overflow:hidden}
.sector-card::before{content:"";position:absolute;inset:0 0 auto 0;height:4px;background:linear-gradient(90deg,var(--brand),var(--accent))}
.sector-card h3{margin:6px 0 10px;font-size:21px;color:#10243a}
.sector-card p{margin:0;color:#496076}
.home-reference-band{background:linear-gradient(135deg,#0a1424,#142842);border-radius:28px;padding:28px;display:grid;grid-template-columns:1fr auto;gap:22px;align-items:center;box-shadow:var(--shadow)}
.home-reference-list{display:flex;flex-wrap:wrap;gap:12px}
.home-reference-list span{display:inline-flex;align-items:center;padding:12px 16px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);color:#fff;font-weight:700}
.hero-slide .floating-panel p a{color:var(--brand-dark);font-weight:700}
.hero-slide .floating-panel .btn{margin-top:8px}
@media (max-width:1024px){.sector-grid{grid-template-columns:repeat(2,1fr)}.home-reference-band{grid-template-columns:1fr}}
@media (max-width:760px){.sector-grid{grid-template-columns:1fr}.home-reference-list span{width:100%;justify-content:center}}


/* 2026-03-28 final polish */
.brand{flex:0 0 auto;min-width:auto;font-size:13px;gap:8px}
.brand img{height:34px;padding:4px 7px}
.brand span{display:block;max-width:none;overflow:visible;text-overflow:clip;white-space:nowrap;font-size:13px;line-height:1.1;font-weight:800}
.nav-links{justify-content:center}
.nav-links a{font-size:12px;padding:8px 9px}
.nav-cta .btn{padding:10px 12px;font-size:12px}

.product-card h3,
.related-products .mini-product h3,
.mini-card h3,
.metric-item strong,
.notice-box h4,
.tech-card h3,
.spec-box h4,
.table-wrap h3,
.table-clean th,
.table-clean td,
.product-table th,
.product-table td{color:#122033}

.product-card h3 a,
.related-products .mini-product h3 a,
.mini-card h3 a{color:#122033;transition:color .25s ease,text-shadow .25s ease}
.product-card h3 a:hover,
.related-products .mini-product h3 a:hover,
.mini-card h3 a:hover{color:var(--brand);text-shadow:0 0 0 rgba(0,0,0,0)}

.product-card .btn,
.related-products .mini-product .btn,
.mini-card .btn,
.btn.btn-primary{color:#fff !important}
.btn.btn-primary:hover,
.product-card .btn:hover,
.related-products .mini-product .btn:hover,
.mini-card .btn:hover{color:#fff !important;box-shadow:0 18px 40px rgba(210,43,43,.28)}

.section-dark table,
.surface-dark table{background:#fff}
.section-dark td,
.surface-dark td{color:#122033;background:#fff}
.section-dark th,
.surface-dark th{background:#0d1a2e;color:#fff}
.section-dark tr:nth-child(even) td,
.surface-dark tr:nth-child(even) td{background:#f7faff}
.metric-item{background:#fff;border:1px solid #e8eef5}
.metric-item span{color:#4e6179}
.notice-box.surface-dark{background:linear-gradient(135deg,#0c1728,#132843);border-color:rgba(255,255,255,.08)}
.notice-box.surface-dark h4,
.notice-box.surface-dark p,
.notice-box.surface-dark li{color:#eef4fb}
.notice-box.surface-dark .btn{color:var(--brand) !important}

.reference-logo{height:92px;padding:14px 16px}
.reference-logo img{width:100%;max-width:170px;max-height:58px;object-fit:contain;filter:contrast(1.02) saturate(1.02)}
.reference-card{text-align:center}
.reference-card h3{font-size:19px;line-height:1.25}
.reference-card p{min-height:40px}

.hero-slide .floating-panel,
.floating-panel{background:linear-gradient(180deg,rgba(255,255,255,.94),rgba(248,251,255,.98));color:#122033;border:1px solid rgba(13,26,46,.08)}
.hero-slide .floating-panel h3,
.floating-panel h3{color:#122033}
.hero-slide .floating-panel p,
.floating-panel p{color:#4d6177}

@media (max-width:1180px){
  .brand span{font-size:12px}
  .nav-links a{font-size:11px;padding:8px 8px}
}
@media (max-width:980px){
  .brand span{font-size:11px}
}
@media (max-width:760px){
  .brand span{display:none}
}

/* 2026-03 color system and contrast fixes */
:root{
  --text-strong:#102033;
  --text-soft:#4f6075;
  --text-on-dark:#ffffff;
  --text-on-dark-soft:rgba(255,255,255,.86);
  --panel-dark-start:#081322;
  --panel-dark-end:#102742;
  --brand-red:#d22b2b;
  --brand-red-hover:#b61f1f;
  --brand-underline:#f6b21a;
}

body,
.card,
.feature,
.spec-box,
.contact-card,
.tech-card,
.notice-box,
.metric-item,
.mini-card,
.reference-card,
.logo-box,
.product-card,
.related-products .mini-product,
.table-wrap table{
  color:var(--text-strong);
}

p, li, td, span{color:inherit}
.product-card p,
.related-products .mini-product p,
.mini-card p,
.metric-item span,
.notice-box p,
.contact-card p,
.spec-box p,
.tech-card p,
.section-head p,
.hero-card span,
.footer p,
.footer a,
.table-clean td,
.table-clean th,
td{
  color:var(--text-soft);
}

.section-dark .section-head h2,
.section-dark .section-head p,
.surface-dark .section-head h2,
.surface-dark .section-head p,
.surface-dark h1,
.surface-dark h2,
.surface-dark h3,
.surface-dark h4,
.surface-dark strong,
.surface-dark .kicker,
.surface-dark .list li,
.surface-dark th,
.surface-dark td,
.surface-dark p,
.surface-dark span,
.notice-box.surface-dark,
.notice-box.surface-dark *,
.premium-panel,
.premium-panel *,
.banner,
.banner *,
.hero,
.hero *,
.page-hero,
.page-hero *{
  color:var(--text-on-dark);
}

.surface-dark p,
.surface-dark li,
.surface-dark td,
.surface-dark span,
.notice-box.surface-dark p,
.notice-box.surface-dark li,
.notice-box.surface-dark td,
.notice-box.surface-dark span,
.premium-panel p,
.banner p,
.hero p,
.page-hero p,
.hero-card span,
.section-dark .section-head p{
  color:var(--text-on-dark-soft) !important;
}

.notice-box.surface-dark,
.surface-dark,
.offer-box,
.teklif-kutu,
.card-dark,
.gradient-dark{
  background:linear-gradient(135deg,var(--panel-dark-start),var(--panel-dark-end)) !important;
  border-color:rgba(255,255,255,.08) !important;
}

.notice-box.surface-dark .btn,
.surface-dark .btn-light,
.surface-dark .btn-secondary,
.offer-box .btn,
.teklif-kutu .btn{
  background:#fff !important;
  color:var(--brand-red) !important;
  border:1px solid rgba(255,255,255,.18) !important;
}
.notice-box.surface-dark .btn:hover,
.surface-dark .btn-light:hover,
.surface-dark .btn-secondary:hover,
.offer-box .btn:hover,
.teklif-kutu .btn:hover{
  background:var(--brand-red) !important;
  color:#fff !important;
}

.product-card h3,
.product-card h3 a,
.related-products .mini-product h3,
.related-products .mini-product h3 a,
.mini-product h3,
.mini-product h3 a{
  color:var(--text-strong) !important;
}
.product-card:hover h3 a,
.product-card h3 a:hover,
.related-products .mini-product:hover h3 a,
.related-products .mini-product h3 a:hover{
  color:var(--brand-red) !important;
}
.product-card h3 a,
.related-products .mini-product h3 a{
  text-decoration:none;
  box-shadow:inset 0 -2px 0 rgba(246,178,26,.35);
  transition:color .22s ease, box-shadow .22s ease, text-shadow .22s ease;
}
.product-card:hover h3 a,
.product-card h3 a:hover,
.related-products .mini-product:hover h3 a,
.related-products .mini-product h3 a:hover{
  box-shadow:inset 0 -3px 0 rgba(210,43,43,.28);
  text-shadow:0 0 0 rgba(0,0,0,0);
}

.section-dark .product-card,
.section-dark .product-card .card-body,
.section-dark .product-card p,
.section-dark .product-card h3,
.section-dark .product-card h3 a,
.section-dark .product-card .tag,
.section-dark .related-products .mini-product,
.section-dark .related-products .mini-product .body,
.section-dark .related-products .mini-product p,
.section-dark .related-products .mini-product h3,
.section-dark .related-products .mini-product h3 a{
  color:var(--text-strong) !important;
}

.btn-primary,
a.btn-primary,
.product-card .btn-primary,
.related-products .btn-primary,
.section-dark .product-card .btn-primary,
.section-dark .related-products .btn-primary{
  color:#fff !important;
}
.btn-primary:hover,
a.btn-primary:hover,
.product-card .btn-primary:hover,
.related-products .btn-primary:hover{
  background:linear-gradient(135deg,var(--brand-red-hover),#d83818) !important;
  color:#fff !important;
}

th{
  background:#0c1b2e;
  color:#fff !important;
}
.surface-dark table,
.surface-dark table tbody,
.surface-dark table tr,
.surface-dark table td,
.surface-dark table th{
  color:#fff !important;
}
.surface-dark table td{
  color:rgba(255,255,255,.9) !important;
  border-bottom:1px solid rgba(255,255,255,.08) !important;
}
.surface-dark .table-wrap table{
  background:rgba(255,255,255,.04) !important;
}

.reference-logo{
  height:84px;
  padding:14px;
}
.reference-logo img{
  max-width:170px;
  width:auto;
  max-height:50px;
}
.logo-box{
  min-height:160px;
}
.logo-box img{
  max-width:170px;
  max-height:56px;
}

.brand{
  font-size:13px;
  gap:9px;
}
.brand span{
  max-width:none !important;
  white-space:nowrap;
  overflow:visible;
  text-overflow:clip;
  font-size:13px;
  line-height:1.1;
}
.brand img{
  height:34px;
}

@media (max-width:1180px){
  .brand span{font-size:12px}
}
@media (max-width:980px){
  .brand span{max-width:none !important}
}
@media (max-width:760px){
  .brand span{display:none}
}

/* 2026-03-28 publish-ready contrast fixes */
.hero-slide .floating-panel,
.floating-panel{
  background:linear-gradient(180deg,rgba(255,255,255,.97),rgba(247,250,255,.99)) !important;
  color:#122033 !important;
  border:1px solid rgba(13,26,46,.10) !important;
}
.hero-slide .floating-panel h3,
.floating-panel h3,
.hero-slide .floating-panel strong,
.floating-panel strong{
  color:#122033 !important;
}
.hero-slide .floating-panel p,
.floating-panel p{
  color:#41556c !important;
}
.hero-slide .floating-panel a:not(.btn),
.floating-panel a:not(.btn){
  color:#122033 !important;
  font-weight:700;
}
.hero-slide .floating-panel a:not(.btn):hover,
.floating-panel a:not(.btn):hover{
  color:#0a2748 !important;
}

.surface-dark,
.section-dark,
.premium-panel,
.banner{
  color:#ffffff !important;
}
.surface-dark .section-head h2,
.surface-dark .section-head p,
.section-dark .section-head h2,
.section-dark .section-head p,
.surface-dark > .container > .section-head h2,
.surface-dark > .container > .section-head p{
  color:#ffffff !important;
}
.surface-dark .notice-box.surface-dark,
.surface-dark .notice-box.surface-dark *,
.notice-box.surface-dark,
.notice-box.surface-dark *{
  color:#ffffff !important;
}
.surface-dark .notice-box.surface-dark p,
.surface-dark .notice-box.surface-dark li,
.notice-box.surface-dark p,
.notice-box.surface-dark li{
  color:rgba(255,255,255,.88) !important;
}
.surface-dark .notice-box.surface-dark .btn,
.notice-box.surface-dark .btn{
  background:#ffffff !important;
  color:#10243a !important;
  border:1px solid rgba(255,255,255,.18) !important;
}
.surface-dark .notice-box.surface-dark .btn:hover,
.notice-box.surface-dark .btn:hover{
  background:#d22b2b !important;
  color:#ffffff !important;
}

.surface-dark .table-wrap table,
.section-dark .table-wrap table,
.surface-dark table,
.section-dark table{
  background:#ffffff !important;
  border-radius:20px;
}
.surface-dark table th,
.section-dark table th{
  background:#0d1a2e !important;
  color:#ffffff !important;
}
.surface-dark table td,
.section-dark table td{
  background:#ffffff !important;
  color:#122033 !important;
  border-bottom:1px solid #e7eef6 !important;
}
.surface-dark table tr:nth-child(even) td,
.section-dark table tr:nth-child(even) td{
  background:#f7faff !important;
}

.tech-card,
.notice-box,
.metric-item,
.spec-box,
.contact-card,
.reference-card,
.logo-box,
.product-card,
.related-products .mini-product,
.mini-card{
  color:#122033 !important;
}
.tech-card h2,.tech-card h3,.tech-card h4,
.notice-box h2,.notice-box h3,.notice-box h4,
.metric-item strong,
.spec-box h3,.spec-box h4,
.contact-card h3,
.reference-card h3,
.product-card h3,
.product-card h3 a,
.related-products .mini-product h3,
.related-products .mini-product h3 a,
.mini-card h3,
.mini-card h3 a{
  color:#122033 !important;
}
.tech-card p,.notice-box p,.metric-item span,.spec-box p,.contact-card p,.reference-card p,
.product-card p,.related-products .mini-product p,.mini-card p{
  color:#4a5f76 !important;
}
.product-card:hover h3 a,
.product-card h3 a:hover,
.related-products .mini-product:hover h3 a,
.related-products .mini-product h3 a:hover,
.mini-card:hover h3 a,
.mini-card h3 a:hover{
  color:#d22b2b !important;
}

.reference-logo{
  height:96px !important;
  padding:16px !important;
}
.reference-logo img{
  width:100% !important;
  max-width:180px !important;
  height:60px !important;
  object-fit:contain !important;
}


/* 2026-03-28 publish-ready button and contrast system */
:root{
  --btn-text-dark:#0f172a;
  --btn-text-soft:#334155;
  --btn-border:#d22b2b;
}

.btn,
a.btn,
button.btn{
  position:relative;
  font-weight:800;
  letter-spacing:.01em;
  text-decoration:none;
}
.btn *{color:inherit !important}

.btn-primary,
a.btn-primary,
button.btn-primary,
.btn-primary:link,
.btn-primary:visited{
  background:linear-gradient(135deg,var(--brand),#f04c23) !important;
  color:#ffffff !important;
  border:1px solid transparent !important;
}
.btn-primary:hover,
a.btn-primary:hover,
button.btn-primary:hover{
  color:#ffffff !important;
  background:linear-gradient(135deg,var(--brand-dark),#d93a1c) !important;
  box-shadow:0 16px 36px rgba(210,43,43,.28);
}

.btn-secondary,
.btn-light,
a.btn-secondary,
a.btn-light,
button.btn-secondary,
button.btn-light,
.btn-secondary:link,
.btn-secondary:visited,
.btn-light:link,
.btn-light:visited{
  background:#ffffff !important;
  color:var(--btn-text-dark) !important;
  border:1px solid rgba(210,43,43,.18) !important;
  box-shadow:0 12px 26px rgba(15,23,42,.10);
}
.btn-secondary:hover,
.btn-light:hover,
a.btn-secondary:hover,
a.btn-light:hover,
button.btn-secondary:hover,
button.btn-light:hover{
  background:var(--brand) !important;
  color:#ffffff !important;
  border-color:var(--brand) !important;
}

.btn-outline,
a.btn-outline,
button.btn-outline,
.btn-outline:link,
.btn-outline:visited{
  background:transparent !important;
  color:var(--btn-text-dark) !important;
  border:1px solid rgba(210,43,43,.34) !important;
}
.btn-outline:hover,
a.btn-outline:hover,
button.btn-outline:hover{
  background:var(--brand) !important;
  color:#ffffff !important;
  border-color:var(--brand) !important;
}

.header .btn-outline,
.hero .btn-outline,
.hero-slide .btn-outline,
.page-hero .btn-outline,
.cta-strip .btn-outline,
.section-dark .btn-outline,
.surface-dark .btn-outline,
.sticky-bar .btn-outline{
  color:#ffffff !important;
  border-color:rgba(255,255,255,.34) !important;
  background:rgba(255,255,255,.06) !important;
}
.header .btn-outline:hover,
.hero .btn-outline:hover,
.hero-slide .btn-outline:hover,
.page-hero .btn-outline:hover,
.cta-strip .btn-outline:hover,
.section-dark .btn-outline:hover,
.surface-dark .btn-outline:hover,
.sticky-bar .btn-outline:hover{
  background:#ffffff !important;
  color:var(--btn-text-dark) !important;
  border-color:#ffffff !important;
}

.hero .btn-secondary,
.hero-slide .btn-secondary,
.page-hero .btn-secondary,
.cta-strip .btn-light,
.cta-strip .btn-secondary,
.section-dark .btn-light,
.section-dark .btn-secondary,
.surface-dark .btn-light,
.surface-dark .btn-secondary,
.hero .btn-light,
.hero-slide .btn-light{
  background:#ffffff !important;
  color:var(--btn-text-dark) !important;
  border-color:#ffffff !important;
}
.hero .btn-secondary:hover,
.hero-slide .btn-secondary:hover,
.page-hero .btn-secondary:hover,
.cta-strip .btn-light:hover,
.cta-strip .btn-secondary:hover,
.section-dark .btn-light:hover,
.section-dark .btn-secondary:hover,
.surface-dark .btn-light:hover,
.surface-dark .btn-secondary:hover,
.hero .btn-light:hover,
.hero-slide .btn-light:hover{
  background:var(--brand) !important;
  color:#ffffff !important;
  border-color:var(--brand) !important;
}

.floating-panel,
.floating-panel h3,
.floating-panel p,
.floating-panel strong,
.floating-panel a,
.floating-panel a:link,
.floating-panel a:visited{
  color:var(--btn-text-dark) !important;
}
.floating-panel p{color:var(--btn-text-soft) !important}
.floating-panel strong{color:var(--btn-text-dark) !important}
.floating-panel a:hover{color:var(--brand-dark) !important}

.cta-strip p[style],
.cta-strip [style*="color:#fff"],
.cta-strip [style*="color: #fff"]{
  color:#ffffff !important;
}


/* 2026-03-28 final publish fixes */
.surface-dark .feature,
.section-dark .feature,
.surface-dark .features .feature,
.section-dark .features .feature,
.hizmet-yaklasimi .feature,
.service-card,
.service-box,
.service-section{
  background:rgba(255,255,255,.06) !important;
  border:1px solid rgba(255,255,255,.10) !important;
  color:#ffffff !important;
}

.surface-dark .feature *,
.section-dark .feature *,
.surface-dark .features .feature *,
.section-dark .features .feature *,
.hizmet-yaklasimi .feature *,
.service-card *,
.service-box *,
.service-section *{
  color:#ffffff !important;
}

.surface-dark .feature p,
.section-dark .feature p,
.surface-dark .features .feature p,
.section-dark .features .feature p,
.hizmet-yaklasimi .feature p,
.service-card p,
.service-box p,
.service-section p{
  color:rgba(255,255,255,.88) !important;
}

.surface-dark .feature h2,
.surface-dark .feature h3,
.surface-dark .feature h4,
.section-dark .feature h2,
.section-dark .feature h3,
.section-dark .feature h4,
.hizmet-yaklasimi .feature h2,
.hizmet-yaklasimi .feature h3,
.hizmet-yaklasimi .feature h4,
.service-card h2,
.service-card h3,
.service-card h4,
.service-box h2,
.service-box h3,
.service-box h4,
.service-section h2,
.service-section h3,
.service-section h4{
  color:#ffffff !important;
}

.surface-dark .feature:hover,
.section-dark .feature:hover,
.service-card:hover,
.service-box:hover,
.service-section:hover{
  background:rgba(255,255,255,.09) !important;
  box-shadow:0 18px 44px rgba(0,0,0,.28) !important;
}

.hero-slide .floating-panel .btn-secondary,
.hero-slide .floating-panel .btn-light,
.floating-panel .btn-secondary,
.floating-panel .btn-light,
.hero-slide .floating-panel .btn-outline,
.floating-panel .btn-outline{
  color:#10243a !important;
}


/* Footer map enhancement */
.footer-enhanced{background:linear-gradient(135deg,#0f172a,#111827)!important;color:#fff!important}.footer-grid-enhanced{display:grid;grid-template-columns:1.3fr 1fr 1fr 1.2fr;gap:28px;align-items:start}.footer-enhanced h4{color:#fff!important;margin-bottom:14px}.footer-enhanced p,.footer-enhanced a{color:rgba(255,255,255,.88)!important}.footer-enhanced a:hover{color:#fff!important;text-decoration:none}.footer-contact-list p{margin-bottom:8px}.footer-map{border-radius:14px;overflow:hidden;box-shadow:0 12px 30px rgba(0,0,0,.28);border:1px solid rgba(255,255,255,.08)}.footer-map iframe{display:block;width:100%;height:190px;border:0}.footer-map-note{margin-top:10px;color:rgba(255,255,255,.74)!important;line-height:1.6}.footer-bottom-enhanced{border-top:1px solid rgba(255,255,255,.12);margin-top:18px;padding-top:18px}@media (max-width: 991px){.footer-grid-enhanced{grid-template-columns:1fr 1fr}}@media (max-width: 640px){.footer-grid-enhanced{grid-template-columns:1fr}.footer-map iframe{height:220px}}
