*{margin:0;padding:0;box-sizing:border-box}
body{font-family:Arial,"Noto Sans Bengali",sans-serif;background:#f8fafc;color:#0f172a;line-height:1.6}
a{text-decoration:none;color:inherit}
.btn{background:#047857;color:white;padding:10px 16px;border-radius:10px;font-weight:900;display:inline-block}
.auth{min-height:100vh;background:linear-gradient(135deg,#047857,#061a33);display:grid;place-items:center;padding:18px}
.login{width:min(430px,100%);background:white;border-radius:22px;padding:28px;box-shadow:0 18px 40px rgba(0,0,0,.22)}
.login h2{color:#047857;margin-bottom:8px}.login p{color:#64748b;font-weight:700;margin:10px 0}
.input{width:100%;padding:13px;border:1px solid #cbd5e1;border-radius:12px;margin:8px 0;font-weight:800}
.button{width:100%;border:0;background:#047857;color:white;padding:13px;border-radius:12px;font-weight:900;cursor:pointer;margin-top:10px}
.error{background:#fee2e2;color:#991b1b;padding:10px;border-radius:12px;margin-bottom:10px;font-weight:800}
.app{display:grid;grid-template-columns:260px 1fr;min-height:100vh}
.side{background:#061a33;color:white;padding:20px}.side h2{margin-bottom:18px}
.side a{display:block;padding:12px;border-radius:12px;margin:6px 0;font-weight:800}.side a:hover,.side .on{background:#16a34a}
.main{padding:22px}.top{display:flex;justify-content:space-between;align-items:center;background:white;padding:16px;border-radius:18px;box-shadow:0 8px 22px rgba(15,23,42,.08);margin-bottom:18px}
.summary{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px}
.sum{background:white;border-radius:16px;padding:18px;box-shadow:0 8px 22px rgba(15,23,42,.08);border-left:6px solid #047857}.sum h3{font-size:30px}
.blue{border-color:#2563eb}.blue h3{color:#2563eb}.red{border-color:#dc2626}.red h3{color:#dc2626}.orange{border-color:#f59e0b}.orange h3{color:#f59e0b}
.panel{background:white;border-radius:18px;padding:22px;box-shadow:0 8px 22px rgba(15,23,42,.08);margin-bottom:18px}
.table{overflow-x:auto}table{width:100%;border-collapse:collapse;min-width:760px}th{background:#047857;color:white;text-align:left;padding:12px}td{padding:12px;border-bottom:1px solid #e5e7eb;font-weight:800}
.status{padding:5px 10px;border-radius:999px;color:white;font-size:12px;font-weight:900}.present,.active{background:#047857}.late{background:#f59e0b}.absent,.inactive{background:#dc2626}
.admin-form-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.future-admin-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:12px}
.future-admin-grid div{background:#f8fafc;border:1px solid #e5e7eb;border-radius:14px;padding:16px;font-weight:900}
.future-admin-grid span{display:block;color:#047857;font-size:12px;margin-top:5px}
@media(max-width:900px){.app{grid-template-columns:1fr}.summary,.admin-form-grid,.future-admin-grid{grid-template-columns:1fr}.top{flex-direction:column;gap:10px;text-align:center}}


/* All future dashboard modules */
.section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}
.section-head p{color:#64748b;font-weight:700;margin-top:4px}
.active-module-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.active-module-grid div{background:#ecfdf5;border:1px solid #bbf7d0;color:#047857;border-radius:14px;padding:14px;font-weight:900}
.future-admin-grid.big{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.future-module-card{background:#f8fafc;border:1px solid #e5e7eb;border-radius:16px;padding:18px;transition:.2s ease}
.future-module-card:hover{transform:translateY(-2px);box-shadow:0 10px 22px rgba(15,23,42,.08)}
.future-module-icon{width:46px;height:46px;border-radius:14px;background:#ecfdf5;display:grid;place-items:center;font-size:24px;margin-bottom:10px}
.future-module-card h4{font-size:16px;color:#0f172a;margin-bottom:6px}
.future-module-card span{display:inline-block;background:#dbeafe;color:#1d4ed8;padding:4px 9px;border-radius:999px;font-size:11px;font-weight:900;margin-bottom:8px}
.future-module-card p{font-size:13px;color:#475569;font-weight:700}
@media(max-width:1100px){.future-admin-grid.big{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.active-module-grid,.future-admin-grid.big{grid-template-columns:1fr}}


/* Payroll CRUD upgrade */
.payroll-form-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;
  align-items:center;
}
.help-text{
  display:block;
  margin-top:10px;
  color:#64748b;
  font-weight:800;
}
.success-box{
  background:#dcfce7;
  color:#166534;
  padding:12px 14px;
  border-radius:14px;
  font-weight:900;
  margin-bottom:14px;
}
.actions{
  display:flex;
  gap:6px;
  flex-wrap:wrap;
}
.small-btn{
  color:white;
  padding:7px 10px;
  border-radius:9px;
  font-size:12px;
  font-weight:900;
}
.small-btn.edit{background:#047857}
.small-btn.paid{background:#2563eb}
.small-btn.delete{background:#dc2626}
.cancel-btn{
  text-align:center;
  background:#64748b!important;
}
.status.paid{background:#047857}
.status.pending{background:#f59e0b}
@media(max-width:900px){
  .payroll-form-grid{grid-template-columns:1fr}
  .actions{flex-direction:column}
}


/* Public website fixed pages */
.container{width:min(1180px,94%);margin:auto}
.pro-header{background:#061a33;color:white;position:sticky;top:0;z-index:50;box-shadow:0 6px 20px rgba(0,0,0,.15)}
.pro-nav{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.pro-brand{display:flex;align-items:center;gap:12px}
.brand-icon{width:58px;height:58px;border:2px solid #41d77b;border-radius:12px;display:grid;place-items:center;font-size:34px}
.pro-brand h2{font-size:26px;color:#fff}.pro-brand p{font-size:12px;color:#dbeafe;font-weight:800}
.pro-menu{display:flex;gap:20px;font-weight:800;flex-wrap:wrap}
.pro-menu a:hover{color:#7bd957}
.nav-actions{display:flex;gap:12px;flex-wrap:wrap}
.login-btn{padding:10px 20px;border:1px solid rgba(255,255,255,.7);border-radius:8px;font-weight:900}
.demo-btn,.green-btn{background:#16a34a;color:white;padding:12px 22px;border-radius:8px;font-weight:900;display:inline-block}
.home-hero{background:linear-gradient(135deg,#ffffff 0%,#ecfdf5 52%,#dbeafe 100%);padding:70px 0}
.home-hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:28px;align-items:center}
.page-badge{display:inline-block;background:#047857;color:white;padding:8px 16px;border-radius:999px;font-weight:900;margin-bottom:14px}
.home-hero h1{font-size:clamp(42px,6vw,68px);line-height:1.12;color:#07152e;margin-bottom:16px}
.home-hero h1 span{color:#16a34a}
.home-hero p{font-size:19px;color:#334155;max-width:650px;font-weight:700}
.hero-buttons{display:flex;gap:14px;flex-wrap:wrap;margin:22px 0}
.outline-btn{padding:12px 22px;border:1px solid #0f172a;border-radius:8px;font-weight:900;background:white}
.home-stat-card{margin-top:28px;background:white;border-radius:16px;padding:18px;display:grid;grid-template-columns:repeat(4,1fr);gap:12px;box-shadow:0 10px 26px rgba(15,23,42,.08)}
.home-stat-card div{border-right:1px solid #e5e7eb}.home-stat-card div:last-child{border-right:0}
.home-stat-card b{font-size:28px;display:block}.home-stat-card small{display:block;color:#64748b;font-weight:800}.home-stat-card strong{font-size:22px}
.hero-visual .machine-card{background:white;border-radius:24px;padding:28px;box-shadow:0 18px 42px rgba(15,23,42,.12)}
.machine-icon{font-size:60px;text-align:center}.machine-card h3{text-align:center;color:#047857;font-size:28px}.machine-card p{text-align:center;color:#64748b;font-weight:800}
.machine-row{display:flex;justify-content:space-between;border-bottom:1px solid #e5e7eb;padding:12px 0;font-weight:900}
.feature-strip,.white-section{padding:55px 0;background:white}.feature-row{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.feature-card{background:white;border:1px solid #eef2f7;border-radius:16px;padding:24px;text-align:center;box-shadow:0 10px 28px rgba(15,23,42,.06)}
.ficon{width:58px;height:58px;margin:0 auto 14px;border-radius:12px;display:grid;place-items:center;color:white;font-size:28px}
.ficon.green{background:#16a34a}.ficon.blue{background:#0ea5e9}.ficon.purple{background:#7c3aed}.ficon.orange{background:#f97316}.ficon.lime{background:#65a30d}.ficon.royal{background:#2563eb}
.dashboard-preview{padding:55px 0;background:#f8fafc}.title{text-align:center;margin-bottom:28px}.title h2{font-size:34px;color:#047857}.title p{color:#64748b;font-weight:800}
.dash-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.dash-card{background:white;border-radius:16px;padding:22px;box-shadow:0 10px 26px rgba(15,23,42,.08);border-left:6px solid #047857}
.dash-card h3{font-size:32px}.dash-card.green h3{color:#047857}.dash-card.blue{border-color:#2563eb}.dash-card.blue h3{color:#2563eb}.dash-card.red{border-color:#dc2626}.dash-card.red h3{color:#dc2626}.dash-card.orange{border-color:#f59e0b}.dash-card.orange h3{color:#f59e0b}
.page-hero{background:linear-gradient(135deg,#047857,#061a33);color:white;padding:80px 0}.page-hero h1{font-size:clamp(34px,5vw,56px);margin-bottom:12px}.page-hero p{font-size:18px;font-weight:700;max-width:850px}
.about-card,.promise-card,.contact-card-main{background:white;border-radius:20px;padding:26px;box-shadow:0 10px 28px rgba(15,23,42,.08);margin-bottom:18px}.about-card h2,.contact-card-main h2{color:#047857}
.promise-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.promise-card{text-align:center;border-top:5px solid #047857}
.footer{background:#061a33;color:white;text-align:center;padding:28px 14px}.footer h3{font-size:24px}.footer p{color:#dbeafe;font-weight:700}.footer-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:14px}.whatsapp{background:#16a34a!important;color:white!important}
.whatsapp-live-chat{position:fixed;right:22px;bottom:22px;z-index:9999;display:flex;align-items:center;gap:10px;background:#25D366;color:white;padding:12px 16px;border-radius:999px;box-shadow:0 12px 30px rgba(37,211,102,.35);font-weight:900}
.wa-icon{width:42px;height:42px;display:grid;place-items:center;background:white;color:#25D366;border-radius:50%;font-size:22px}.wa-text{display:flex;flex-direction:column;line-height:1.15}.wa-text small{font-size:11px}
@media(max-width:900px){.pro-nav{flex-direction:column;padding:16px 0;text-align:center}.pro-menu,.nav-actions{justify-content:center}.home-hero-grid,.home-stat-card,.feature-row,.dash-grid,.promise-grid{grid-template-columns:1fr}.home-stat-card div{border-right:0;border-bottom:1px solid #e5e7eb;padding-bottom:10px}}


/* Employee login access panel */
.access-grid{display:grid;grid-template-columns:1fr 220px;gap:12px;align-items:center;margin-top:12px}
.employee-access-card{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:14px}
.employee-access-card div{background:#f8fafc;border:1px solid #e5e7eb;border-radius:14px;padding:14px}
.employee-access-card small{display:block;color:#64748b;font-weight:800;margin-bottom:5px}
.employee-access-card strong{color:#0f172a;font-weight:900;word-break:break-word}
.access-note{background:#ecfdf5;border:1px solid #bbf7d0;color:#065f46;border-radius:14px;padding:12px;margin-top:14px;font-weight:800}
.login-mini{color:#64748b;font-weight:800}
@media(max-width:900px){.access-grid,.employee-access-card{grid-template-columns:1fr}}


/* Admin profile dropdown */
.admin-profile-wrap{
  position:relative;
  display:inline-block;
  z-index:20;
}
.admin-profile-btn{
  display:flex;
  align-items:center;
  gap:10px;
  background:white;
  border:1px solid #e5e7eb;
  border-radius:16px;
  padding:8px 12px;
  cursor:pointer;
  box-shadow:0 8px 22px rgba(15,23,42,.08);
}
.admin-avatar{
  width:42px;
  height:42px;
  border-radius:50%;
  background:linear-gradient(135deg,#047857,#16a34a);
  color:white;
  display:grid;
  place-items:center;
  font-weight:900;
  border:3px solid #dcfce7;
}
.admin-avatar.big{
  width:52px;
  height:52px;
}
.admin-profile-text{
  text-align:left;
  display:flex;
  flex-direction:column;
  line-height:1.15;
}
.admin-profile-text strong{
  font-size:14px;
  color:#0f172a;
}
.admin-profile-text small{
  font-size:12px;
  color:#64748b;
  font-weight:800;
}
.admin-arrow{
  color:#64748b;
  font-weight:900;
}
.admin-profile-menu{
  position:absolute;
  right:0;
  top:62px;
  width:250px;
  background:white;
  border:1px solid #e5e7eb;
  border-radius:18px;
  box-shadow:0 18px 40px rgba(15,23,42,.16);
  padding:10px;
  display:none;
}
.admin-profile-menu.show{
  display:block;
}
.admin-profile-head{
  display:flex;
  gap:10px;
  align-items:center;
  padding:10px;
  border-bottom:1px solid #e5e7eb;
  margin-bottom:6px;
}
.admin-profile-head strong{
  display:block;
  color:#0f172a;
}
.admin-profile-head small{
  color:#64748b;
  font-weight:800;
}
.admin-profile-menu a{
  display:block;
  padding:11px 12px;
  border-radius:12px;
  font-weight:900;
  color:#0f172a;
}
.admin-profile-menu a:hover{
  background:#ecfdf5;
  color:#047857;
}
.admin-profile-menu .logout-link{
  color:#dc2626;
}
.password-panel{
  max-width:560px;
}
.password-form label{
  display:block;
  margin-top:10px;
  font-weight:900;
  color:#334155;
}
@media(max-width:700px){
  .admin-profile-text{display:none}
  .admin-profile-menu{right:-8px;width:230px}
}


/* ERP same-same dashboard redesign */
.erp-layout{display:grid;grid-template-columns:280px 1fr;min-height:100vh;background:#f8fafc;color:#101828}
.erp-sidebar{background:linear-gradient(180deg,#061a33,#08213f);color:white;padding:22px 15px;position:sticky;top:0;height:100vh;overflow:auto}
.erp-logo{display:flex;align-items:center;gap:12px;margin-bottom:28px}
.erp-logo-icon{width:52px;height:52px;border-radius:14px;background:#16a34a;display:grid;place-items:center;font-size:30px}
.erp-logo h2{font-size:24px;line-height:1}.erp-logo p{font-size:12px;color:#dbeafe;font-weight:800}
.erp-menu a{display:flex;align-items:center;gap:12px;padding:13px 14px;border-radius:10px;margin:7px 0;font-weight:800;color:white}
.erp-menu a span{width:22px;text-align:center}.erp-menu a b{margin-left:auto}.erp-menu a em{margin-left:auto;background:#ef4444;border-radius:50%;width:24px;height:24px;display:grid;place-items:center;font-style:normal;font-size:12px}
.erp-menu a.active,.erp-menu a:hover{background:#16a34a}
.erp-sidebar-profile{background:rgba(255,255,255,.08);border-radius:16px;padding:14px;display:flex;align-items:center;gap:10px;margin-top:26px}
.mini-avatar{width:42px;height:42px;border-radius:50%;background:#16a34a;display:grid;place-items:center;font-weight:900}.erp-sidebar-profile small{display:block;color:#22c55e;font-weight:800}
.erp-main{padding:0 22px 18px;overflow:hidden}
.erp-topbar{height:86px;background:white;margin:0 -22px 22px;padding:0 24px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e5e7eb}
.erp-welcome{display:flex;align-items:center;gap:18px}.hamburger{border:0;background:white;font-size:24px;color:#334155}.erp-welcome h1{font-size:22px}.erp-welcome p{color:#64748b;font-weight:700}
.erp-top-actions{display:flex;align-items:center;gap:14px}.date-card{border:1px solid #e5e7eb;border-radius:10px;padding:9px 14px;display:flex;gap:10px;align-items:center;font-weight:900}.date-card small{display:block;color:#64748b;font-weight:700}
.icon-btn{width:40px;height:40px;border:0;background:white;font-size:22px;position:relative}.icon-btn.notify em{position:absolute;top:0;right:0;background:#ef4444;color:white;border-radius:50%;font-size:11px;width:18px;height:18px;display:grid;place-items:center;font-style:normal}
.erp-profile{position:relative}.erp-profile-btn{border:0;background:white;display:flex;align-items:center;gap:10px;cursor:pointer}.erp-profile-photo{width:42px;height:42px;border-radius:50%;background:#dbeafe;display:grid;place-items:center;font-size:24px}.erp-profile-photo.big{width:54px;height:54px}.erp-profile-info{text-align:left}.erp-profile-info strong{display:block}.erp-profile-info small{color:#64748b;font-weight:800}
.erp-profile-dropdown{display:none;position:absolute;right:0;top:58px;width:255px;background:white;border:1px solid #e5e7eb;border-radius:18px;box-shadow:0 18px 40px rgba(15,23,42,.16);padding:12px;z-index:999}.show-admin-dropdown{display:block}
.erp-profile-head{display:flex;align-items:center;gap:12px;padding:8px;border-bottom:1px solid #e5e7eb;margin-bottom:6px}.erp-profile-head h4{margin:0}.erp-profile-head p{margin:2px 0;color:#64748b;font-size:12px;font-weight:800}
.erp-profile-dropdown a{display:block;padding:10px 12px;border-radius:12px;font-weight:900}.erp-profile-dropdown a:hover{background:#ecfdf5}.danger-link{color:#dc2626}
.erp-stat-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;margin-bottom:22px}
.erp-stat{background:white;border:1px solid #e5e7eb;border-radius:14px;padding:20px;display:flex;align-items:center;gap:15px;box-shadow:0 6px 20px rgba(15,23,42,.05)}
.stat-icon{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;font-size:28px}.erp-stat.green .stat-icon{background:#dcfce7}.erp-stat.blue .stat-icon{background:#dbeafe}.erp-stat.red .stat-icon{background:#fee2e2}.erp-stat.orange .stat-icon{background:#ffedd5}.erp-stat.purple .stat-icon{background:#f3e8ff}
.erp-stat small{color:#475569;font-weight:800}.erp-stat h3{font-size:30px}.erp-stat p{font-weight:800;font-size:13px}.erp-stat.green p{color:#16a34a}.erp-stat.blue p{color:#2563eb}.erp-stat.red p{color:#ef4444}.erp-stat.orange p{color:#f97316}.erp-stat.purple p{color:#7c3aed}
.erp-dashboard-grid{display:grid;grid-template-columns:1.05fr 1.1fr 1.05fr;gap:18px}
.erp-card{background:white;border:1px solid #e5e7eb;border-radius:14px;padding:18px;box-shadow:0 6px 20px rgba(15,23,42,.05)}
.card-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.card-head h3{font-size:16px}.card-head select{border:1px solid #e5e7eb;border-radius:8px;padding:8px;background:white}.card-head a{color:#16a34a;font-weight:900}
.donut-wrap{display:flex;align-items:center;gap:28px}.donut-chart{width:200px;height:200px;border-radius:50%;background:conic-gradient(#16a34a 0 70%,#ef4444 70% 88%,#f97316 88% 100%);display:grid;place-items:center;position:relative}.donut-chart:before{content:"";position:absolute;width:125px;height:125px;background:white;border-radius:50%}.donut-chart span{position:relative;font-size:28px;font-weight:900;text-align:center}.donut-chart small{display:block;font-size:14px;color:#64748b}.legend p{margin:14px 0;font-weight:800}.legend i{display:inline-block;width:11px;height:11px;border-radius:50%;margin-right:10px}.green-dot{background:#16a34a}.red-dot{background:#ef4444}.orange-dot{background:#f97316}.legend b{display:block;margin-left:24px;color:#475569}
.view-link{display:block;text-align:center;margin-top:16px;border-top:1px solid #e5e7eb;padding-top:14px;color:#16a34a;font-weight:900}
.money-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.money-grid div{border:1px solid #e5e7eb;border-radius:10px;padding:17px;background:#f8fafc}.money-grid span{font-size:28px}.money-grid small{display:block;color:#475569}.money-grid h4{font-size:20px;margin-top:5px}
.notice-row{display:flex;align-items:center;gap:12px;padding:12px;border-bottom:1px solid #e5e7eb}.notice-row span{width:44px;height:44px;border-radius:50%;background:#ecfdf5;display:grid;place-items:center}.notice-row small{display:block;color:#64748b}.notice-row i{margin-left:auto;font-style:normal;font-size:22px}
.bar-list p{display:grid;grid-template-columns:120px 1fr 60px;align-items:center;gap:12px;margin:17px 0;font-weight:800}.bar-list span,.progress{height:8px;background:#e5e7eb;border-radius:999px;overflow:hidden}.bar-list b,.progress b{display:block;height:100%;background:#16a34a;border-radius:999px}
.prod-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:16px 0}.prod-stats div{border-right:1px solid #e5e7eb}.prod-stats div:last-child{border-right:0}.prod-stats h3{font-size:24px}.green-text{color:#16a34a}.red-text{color:#ef4444}.blue-text{color:#2563eb}
.worker-list p{display:grid;grid-template-columns:36px 1fr 90px 52px;gap:10px;align-items:center;padding:9px;background:#f8fafc;border-radius:8px;margin:8px 0}.worker-list span{background:#e5e7eb;width:30px;height:30px;border-radius:8px;display:grid;place-items:center;font-weight:900}.worker-list small{color:#475569}.worker-list em{background:#dcfce7;color:#16a34a;border-radius:8px;padding:6px;font-style:normal;font-weight:900;text-align:center}
.erp-footer{color:#64748b;font-size:13px;margin-top:22px}
@media(max-width:1200px){.erp-stat-grid{grid-template-columns:repeat(2,1fr)}.erp-dashboard-grid{grid-template-columns:1fr}}
@media(max-width:800px){.erp-layout{grid-template-columns:1fr}.erp-sidebar{position:relative;height:auto}.erp-topbar{height:auto;flex-direction:column;align-items:flex-start;padding:15px}.erp-top-actions{flex-wrap:wrap}.erp-stat-grid{grid-template-columns:1fr}.donut-wrap{flex-direction:column}.money-grid{grid-template-columns:1fr}}


/* Final professional logo sizing */
.site-logo{
  width:58px;
  height:58px;
  object-fit:contain;
  border-radius:14px;
  background:#061a33;
}
.footer-logo{
  width:90px;
  height:auto;
  display:block;
  margin:0 auto 10px;
  border-radius:14px;
}
.erp-logo-img{
  width:54px;
  height:54px;
  object-fit:contain;
  border-radius:14px;
  background:#061a33;
  flex-shrink:0;
}
.erp-logo{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
}
.erp-logo h2{
  margin:0!important;
}
@media(max-width:700px){
  .site-logo{width:48px;height:48px}
  .erp-logo-img{width:48px;height:48px}
}


/* ===== FINAL PROFESSIONAL HOME LOGO PAGE ===== */
.site-header-logo{
  width:58px;
  height:58px;
  object-fit:contain;
  border-radius:14px;
  background:#061a33;
  flex-shrink:0;
}

.home-clean-hero{
  background:
    radial-gradient(circle at top left, rgba(22,163,74,.13), transparent 35%),
    linear-gradient(135deg,#ffffff 0%,#f8fafc 55%,#ecfdf5 100%);
  padding:70px 0 60px;
  text-align:center;
}

.home-logo-wrap{
  display:flex;
  justify-content:center;
  align-items:center;
  margin-bottom:22px;
}

.home-main-logo{
  width:230px;
  max-width:80%;
  height:auto;
  object-fit:contain;
  filter:drop-shadow(0 18px 35px rgba(15,23,42,.16));
}

.home-hero-content{
  max-width:850px;
  margin:0 auto;
}

.home-badge{
  display:inline-block;
  background:#dcfce7;
  color:#047857;
  padding:9px 18px;
  border-radius:999px;
  font-weight:900;
  margin-bottom:18px;
}

.home-hero-content h1{
  font-size:clamp(42px,7vw,78px);
  color:#061a33;
  line-height:1.05;
  font-weight:900;
  margin-bottom:18px;
}

.home-hero-content p{
  font-size:20px;
  line-height:1.75;
  color:#475569;
  font-weight:700;
  max-width:760px;
  margin:0 auto;
}

.home-actions{
  display:flex;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
  margin-top:30px;
}

.primary-action,
.secondary-action{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:13px 24px;
  border-radius:999px;
  font-weight:900;
  text-decoration:none;
}

.primary-action{
  background:#16a34a;
  color:white;
  box-shadow:0 12px 26px rgba(22,163,74,.25);
}

.secondary-action{
  background:white;
  color:#061a33;
  border:1px solid #d1d5db;
}

.home-feature-section{
  background:white;
  padding:60px 0;
}

.section-title{
  text-align:center;
  margin-bottom:30px;
}

.section-title h2{
  font-size:34px;
  color:#061a33;
  margin-bottom:8px;
}

.section-title p{
  color:#64748b;
  font-weight:700;
}

.home-product-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.home-product-card{
  background:#ffffff;
  border:1px solid #e5e7eb;
  border-radius:22px;
  padding:26px 20px;
  text-align:center;
  box-shadow:0 10px 30px rgba(15,23,42,.06);
  transition:.22s ease;
}

.home-product-card:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 38px rgba(15,23,42,.10);
}

.product-icon{
  width:64px;
  height:64px;
  border-radius:18px;
  display:grid;
  place-items:center;
  margin:0 auto 15px;
  background:#ecfdf5;
  font-size:32px;
}

.home-product-card h3{
  color:#047857;
  font-size:20px;
  margin-bottom:8px;
}

.home-product-card p{
  color:#475569;
  font-weight:700;
}

.home-contact-strip{
  padding:45px 0;
  background:#061a33;
  color:white;
}

.contact-strip-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}

.contact-strip-inner h2{
  font-size:30px;
}

.contact-strip-inner p{
  color:#dbeafe;
  font-weight:700;
}

.whatsapp-live-chat-pro{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:9999;
  display:flex;
  align-items:center;
  gap:10px;
  background:#25D366;
  color:white;
  padding:12px 16px;
  border-radius:999px;
  box-shadow:0 16px 38px rgba(37,211,102,.35);
  font-weight:900;
  text-decoration:none;
  transition:.22s ease;
}

.whatsapp-live-chat-pro:hover{
  transform:translateY(-3px);
}

.chat-icon{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  background:white;
  color:#25D366;
  border-radius:50%;
  font-size:22px;
}

.chat-text{
  display:flex;
  flex-direction:column;
  line-height:1.15;
}

.chat-text strong{
  font-size:15px;
}

.chat-text small{
  font-size:11px;
  opacity:.92;
}

.footer-logo{
  width:82px;
  height:auto;
  display:block;
  margin:0 auto 10px;
  border-radius:14px;
}

@media(max-width:900px){
  .home-product-grid{
    grid-template-columns:repeat(2,1fr);
  }
  .contact-strip-inner{
    flex-direction:column;
    text-align:center;
  }
}

@media(max-width:600px){
  .home-clean-hero{
    padding:48px 0;
  }
  .home-main-logo{
    width:190px;
  }
  .home-product-grid{
    grid-template-columns:1fr;
  }
  .whatsapp-live-chat-pro{
    right:14px;
    bottom:14px;
    padding:10px 12px;
  }
  .chat-icon{
    width:38px;
    height:38px;
  }
}


/* ===== FINAL CHECKED: BANNER + ONE WHATSAPP + MOBILE ===== */
html,body{overflow-x:hidden!important;width:100%}
.home-banner-pro{
  width:100%;
  margin:0 auto;
  overflow:hidden;
  background:#041b3d;
}
.home-banner-pro img{
  width:100%;
  height:520px;
  object-fit:contain;
  object-position:center;
  display:block;
  background:#041b3d;
}
@media(min-width:1200px){
  .home-banner-pro img{height:620px}
}
@media(max-width:992px){
  .home-banner-pro img{height:420px}
}
@media(max-width:768px){
  .home-banner-pro img{height:260px}
}
@media(max-width:480px){
  .home-banner-pro img{height:210px}
}

.single-wa-live-chat{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:99999;
  display:flex;
  align-items:center;
  gap:9px;
  background:#25D366;
  color:#fff!important;
  padding:10px 14px;
  border-radius:999px;
  box-shadow:0 16px 36px rgba(37,211,102,.35);
  text-decoration:none!important;
  font-family:Arial,sans-serif;
}
.single-wa-icon{
  width:40px;height:40px;background:#fff;color:#25D366;border-radius:50%;
  display:grid;place-items:center;font-size:21px;flex-shrink:0;
}
.single-wa-text{display:flex;flex-direction:column;line-height:1.1}
.single-wa-text strong{font-size:14px;font-weight:900}
.single-wa-text small{font-size:11px;font-weight:800;opacity:.92}
@media(max-width:480px){
  .single-wa-live-chat{right:12px;bottom:12px;padding:9px 11px}
  .single-wa-icon{width:36px;height:36px}
}


/* ===== CORPORATE PROFESSIONAL HOMEPAGE UPDATE ===== */
html,body{overflow-x:hidden!important}
.corporate-home{
  background:#f8fafc;
  color:#061a33;
}

.corp-hero{
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(135deg,rgba(255,255,255,.94),rgba(255,255,255,.86)),
    radial-gradient(circle at left top,rgba(22,163,74,.17),transparent 35%),
    radial-gradient(circle at right bottom,rgba(4,120,87,.20),transparent 38%);
  padding:70px 20px 60px;
}

.corp-hero:after{
  content:"";
  position:absolute;
  left:-5%;
  right:-5%;
  bottom:-70px;
  height:170px;
  background:linear-gradient(135deg,#047857,#16a34a);
  transform:skewY(-5deg);
  opacity:.95;
}

.corp-hero-inner{
  position:relative;
  z-index:2;
  width:min(1180px,94%);
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:44px;
  align-items:center;
}

.corp-kicker{
  color:#d97706;
  text-transform:uppercase;
  font-size:14px;
  font-weight:950;
  letter-spacing:.4px;
}

.corp-hero h1{
  margin:16px 0;
  font-size:clamp(42px,5.6vw,76px);
  line-height:1.04;
  letter-spacing:-2px;
  color:#061a33;
  font-weight:950;
}

.corp-hero h1 strong{
  color:#047857;
}

.corp-hero p{
  color:#475569;
  font-size:19px;
  line-height:1.75;
  font-weight:700;
  max-width:690px;
}

.corp-feature-pills{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
  margin:28px 0;
}

.corp-feature-pills span{
  border:1px solid #86efac;
  background:#ffffff;
  border-radius:12px;
  padding:12px 10px;
  color:#064e3b;
  font-weight:900;
  text-align:center;
  font-size:13px;
  box-shadow:0 8px 18px rgba(15,23,42,.05);
}

.corp-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}

.corp-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:14px 24px;
  border-radius:10px;
  text-decoration:none!important;
  font-weight:950;
}

.corp-btn.primary{
  background:#16a34a;
  color:white;
  box-shadow:0 15px 28px rgba(22,163,74,.25);
}

.corp-btn.secondary{
  background:white;
  border:1px solid #16a34a;
  color:#047857;
}

.corp-device-preview{
  position:relative;
  min-height:390px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.mock-laptop{
  width:520px;
  max-width:100%;
  height:310px;
  background:#1f2937;
  border-radius:22px;
  padding:18px 18px 28px;
  box-shadow:0 32px 65px rgba(15,23,42,.26);
  transform:rotate(-2deg);
}

.mock-topbar{
  height:18px;
  border-radius:999px;
  background:#374151;
  margin-bottom:12px;
}

.mock-screen{
  height:238px;
  background:#f8fafc;
  border-radius:14px;
  display:grid;
  grid-template-columns:86px 1fr;
  overflow:hidden;
}

.mock-sidebar{
  background:#061b34;
}

.mock-content{
  padding:16px;
}

.mock-cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
}

.mock-cards span{
  height:52px;
  border-radius:10px;
  display:block;
}

.mock-cards span:nth-child(1){background:#22c55e}
.mock-cards span:nth-child(2){background:#3b82f6}
.mock-cards span:nth-child(3){background:#f59e0b}

.mock-chart{
  height:92px;
  border-radius:14px;
  background:conic-gradient(#16a34a 0 70%,#ef4444 70% 84%,#f97316 84% 100%);
  width:92px;
  margin:18px auto;
  position:relative;
}

.mock-chart:after{
  content:"";
  position:absolute;
  inset:24px;
  background:white;
  border-radius:50%;
}

.mock-lines i{
  display:block;
  height:9px;
  background:#e5e7eb;
  border-radius:999px;
  margin:8px 0;
}

.mock-phone{
  position:absolute;
  right:0;
  bottom:12px;
  width:132px;
  height:240px;
  background:#111827;
  border:8px solid #1f2937;
  border-radius:28px;
  padding:18px 10px;
  box-shadow:0 22px 42px rgba(15,23,42,.25);
}

.phone-card{
  height:52px;
  border-radius:12px;
  margin-bottom:12px;
}

.phone-card.green{background:#22c55e}
.phone-card.blue{background:#3b82f6}
.phone-circle{
  width:58px;
  height:58px;
  border-radius:50%;
  background:conic-gradient(#16a34a 0 76%,#f97316 76% 100%);
  margin:22px auto 0;
}

.corp-stats{
  position:relative;
  z-index:3;
  width:min(1120px,92%);
  margin:-28px auto 0;
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:14px;
}

.corp-stat{
  background:white;
  border-radius:14px;
  padding:18px 14px;
  text-align:center;
  box-shadow:0 12px 28px rgba(15,23,42,.08);
  border:1px solid #e5e7eb;
}

.corp-stat span{
  display:block;
  font-size:28px;
  margin-bottom:8px;
}

.corp-stat strong{
  display:block;
  font-size:24px;
  color:#047857;
}

.corp-stat small{
  color:#64748b;
  font-weight:800;
}

.corp-modules{
  padding:70px 20px;
  background:linear-gradient(180deg,#f8fafc,#ffffff);
}

.corp-section-title{
  text-align:center;
  margin-bottom:34px;
}

.corp-section-title span{
  color:#d97706;
  text-transform:uppercase;
  font-weight:950;
  font-size:13px;
}

.corp-section-title h2{
  font-size:38px;
  color:#061a33;
  margin:8px 0;
}

.corp-section-title p{
  color:#64748b;
  font-weight:700;
}

.corp-module-grid{
  width:min(1120px,94%);
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:16px;
}

.corp-module{
  background:white;
  border:1px solid #e5e7eb;
  border-radius:18px;
  padding:24px 18px;
  text-align:center;
  box-shadow:0 10px 26px rgba(15,23,42,.06);
  transition:.22s ease;
}

.corp-module:hover{
  transform:translateY(-4px);
  box-shadow:0 20px 38px rgba(15,23,42,.10);
}

.corp-module div{
  width:58px;
  height:58px;
  margin:0 auto 14px;
  background:#dcfce7;
  color:#047857;
  border-radius:50%;
  display:grid;
  place-items:center;
  font-size:26px;
}

.corp-module h3{
  font-size:17px;
  color:#061a33;
  margin-bottom:10px;
}

.corp-module p{
  color:#64748b;
  font-weight:700;
  font-size:13px;
  line-height:1.55;
}

.single-wa-live-chat{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:99999;
  display:flex;
  align-items:center;
  gap:9px;
  background:#25D366;
  color:#fff!important;
  padding:10px 14px;
  border-radius:999px;
  box-shadow:0 16px 36px rgba(37,211,102,.35);
  text-decoration:none!important;
  font-family:Arial,sans-serif;
}
.single-wa-icon{
  width:40px;height:40px;background:#fff;color:#25D366;border-radius:50%;
  display:grid;place-items:center;font-size:21px;flex-shrink:0;
}
.single-wa-text{display:flex;flex-direction:column;line-height:1.1}
.single-wa-text strong{font-size:14px;font-weight:900}
.single-wa-text small{font-size:11px;font-weight:800;opacity:.92}

@media(max-width:1100px){
  .corp-hero-inner{grid-template-columns:1fr;text-align:center}
  .corp-hero p{margin:0 auto}
  .corp-actions{justify-content:center}
  .corp-feature-pills{grid-template-columns:repeat(2,1fr)}
  .corp-stats{grid-template-columns:repeat(3,1fr)}
  .corp-module-grid{grid-template-columns:repeat(3,1fr)}
}

@media(max-width:650px){
  .corp-hero{padding:44px 12px 58px}
  .corp-hero h1{font-size:39px}
  .corp-hero p{font-size:16px}
  .corp-feature-pills{grid-template-columns:1fr}
  .corp-device-preview{min-height:300px}
  .mock-laptop{height:230px;padding:12px;transform:none}
  .mock-screen{height:180px;grid-template-columns:52px 1fr}
  .mock-phone{display:none}
  .corp-stats{grid-template-columns:repeat(2,1fr)}
  .corp-module-grid{grid-template-columns:1fr}
  .single-wa-live-chat{right:12px;bottom:12px;padding:9px 11px}
  .single-wa-icon{width:36px;height:36px}
}


/* ===== CSS LOAD FIX + CORPORATE HOMEPAGE FINAL ===== */
html,body{
  margin:0;
  padding:0;
  overflow-x:hidden;
  font-family:Arial, Helvetica, sans-serif;
  background:#f8fafc;
  color:#061a33;
}
a{text-decoration:none;color:inherit}
img{max-width:100%;height:auto}

.site-header,
.header,
.navbar{
  background:#061b34!important;
  color:#fff!important;
  box-shadow:0 4px 18px rgba(15,23,42,.12);
}
.site-header a,
.header a,
.navbar a{
  color:#fff!important;
  font-weight:900;
}

.corporate-home{
  background:#f8fafc;
  color:#061a33;
}

.corp-hero{
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(135deg,rgba(255,255,255,.96),rgba(255,255,255,.88)),
    radial-gradient(circle at left top,rgba(22,163,74,.16),transparent 35%),
    radial-gradient(circle at right bottom,rgba(4,120,87,.20),transparent 38%);
  padding:70px 20px 60px;
}

.corp-hero:after{
  content:"";
  position:absolute;
  left:-5%;
  right:-5%;
  bottom:-70px;
  height:170px;
  background:linear-gradient(135deg,#047857,#16a34a);
  transform:skewY(-5deg);
  opacity:.95;
}

.corp-hero-inner{
  position:relative;
  z-index:2;
  width:min(1180px,94%);
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:44px;
  align-items:center;
}

.corp-kicker{
  color:#d97706;
  text-transform:uppercase;
  font-size:14px;
  font-weight:950;
  letter-spacing:.4px;
}

.corp-hero h1{
  margin:16px 0;
  font-size:clamp(42px,5.6vw,76px);
  line-height:1.04;
  letter-spacing:-2px;
  color:#061a33;
  font-weight:950;
}

.corp-hero h1 strong{color:#047857}

.corp-hero p{
  color:#475569;
  font-size:19px;
  line-height:1.75;
  font-weight:700;
  max-width:690px;
}

.corp-feature-pills{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
  margin:28px 0;
}

.corp-feature-pills span{
  border:1px solid #86efac;
  background:#fff;
  border-radius:12px;
  padding:12px 10px;
  color:#064e3b;
  font-weight:900;
  text-align:center;
  font-size:13px;
  box-shadow:0 8px 18px rgba(15,23,42,.05);
}

.corp-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}

.corp-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:14px 24px;
  border-radius:10px;
  font-weight:950;
}

.corp-btn.primary{
  background:#16a34a;
  color:#fff;
  box-shadow:0 15px 28px rgba(22,163,74,.25);
}

.corp-btn.secondary{
  background:#fff;
  border:1px solid #16a34a;
  color:#047857;
}

.corp-device-preview{
  position:relative;
  min-height:390px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.mock-laptop{
  width:520px;
  max-width:100%;
  height:310px;
  background:#1f2937;
  border-radius:22px;
  padding:18px 18px 28px;
  box-shadow:0 32px 65px rgba(15,23,42,.26);
  transform:rotate(-2deg);
}

.mock-topbar{
  height:18px;
  border-radius:999px;
  background:#374151;
  margin-bottom:12px;
}

.mock-screen{
  height:238px;
  background:#f8fafc;
  border-radius:14px;
  display:grid;
  grid-template-columns:86px 1fr;
  overflow:hidden;
}

.mock-sidebar{background:#061b34}
.mock-content{padding:16px}
.mock-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.mock-cards span{height:52px;border-radius:10px;display:block}
.mock-cards span:nth-child(1){background:#22c55e}
.mock-cards span:nth-child(2){background:#3b82f6}
.mock-cards span:nth-child(3){background:#f59e0b}

.mock-chart{
  height:92px;
  width:92px;
  border-radius:50%;
  margin:18px auto;
  background:conic-gradient(#16a34a 0 70%,#ef4444 70% 84%,#f97316 84% 100%);
  position:relative;
}
.mock-chart:after{
  content:"";
  position:absolute;
  inset:24px;
  background:#fff;
  border-radius:50%;
}
.mock-lines i{
  display:block;
  height:9px;
  background:#e5e7eb;
  border-radius:999px;
  margin:8px 0;
}

.mock-phone{
  position:absolute;
  right:0;
  bottom:12px;
  width:132px;
  height:240px;
  background:#111827;
  border:8px solid #1f2937;
  border-radius:28px;
  padding:18px 10px;
  box-shadow:0 22px 42px rgba(15,23,42,.25);
}
.phone-card{height:52px;border-radius:12px;margin-bottom:12px}
.phone-card.green{background:#22c55e}
.phone-card.blue{background:#3b82f6}
.phone-circle{
  width:58px;
  height:58px;
  border-radius:50%;
  background:conic-gradient(#16a34a 0 76%,#f97316 76% 100%);
  margin:22px auto 0;
}

.corp-stats{
  position:relative;
  z-index:3;
  width:min(1120px,92%);
  margin:-28px auto 0;
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:14px;
}

.corp-stat{
  background:#fff;
  border-radius:14px;
  padding:18px 14px;
  text-align:center;
  box-shadow:0 12px 28px rgba(15,23,42,.08);
  border:1px solid #e5e7eb;
}
.corp-stat span{display:block;font-size:28px;margin-bottom:8px}
.corp-stat strong{display:block;font-size:24px;color:#047857}
.corp-stat small{color:#64748b;font-weight:800}

.corp-modules{
  padding:70px 20px;
  background:linear-gradient(180deg,#f8fafc,#fff);
}
.corp-section-title{text-align:center;margin-bottom:34px}
.corp-section-title span{color:#d97706;text-transform:uppercase;font-weight:950;font-size:13px}
.corp-section-title h2{font-size:38px;color:#061a33;margin:8px 0}
.corp-section-title p{color:#64748b;font-weight:700}

.corp-module-grid{
  width:min(1120px,94%);
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:16px;
}
.corp-module{
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:18px;
  padding:24px 18px;
  text-align:center;
  box-shadow:0 10px 26px rgba(15,23,42,.06);
}
.corp-module div{
  width:58px;
  height:58px;
  margin:0 auto 14px;
  background:#dcfce7;
  color:#047857;
  border-radius:50%;
  display:grid;
  place-items:center;
  font-size:26px;
}
.corp-module h3{font-size:17px;color:#061a33;margin-bottom:10px}
.corp-module p{color:#64748b;font-weight:700;font-size:13px;line-height:1.55}

.single-wa-live-chat{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:99999;
  display:flex;
  align-items:center;
  gap:9px;
  background:#25D366;
  color:#fff!important;
  padding:10px 14px;
  border-radius:999px;
  box-shadow:0 16px 36px rgba(37,211,102,.35);
  text-decoration:none!important;
}
.single-wa-icon{
  width:40px;
  height:40px;
  background:#fff;
  color:#25D366;
  border-radius:50%;
  display:grid;
  place-items:center;
  font-size:21px;
}
.single-wa-text{display:flex;flex-direction:column;line-height:1.1}
.single-wa-text strong{font-size:14px;font-weight:900}
.single-wa-text small{font-size:11px;font-weight:800;opacity:.92}

@media(max-width:1100px){
  .corp-hero-inner{grid-template-columns:1fr;text-align:center}
  .corp-hero p{margin:0 auto}
  .corp-actions{justify-content:center}
  .corp-feature-pills{grid-template-columns:repeat(2,1fr)}
  .corp-stats{grid-template-columns:repeat(3,1fr)}
  .corp-module-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:650px){
  .corp-hero{padding:44px 12px 58px}
  .corp-hero h1{font-size:39px}
  .corp-hero p{font-size:16px}
  .corp-feature-pills{grid-template-columns:1fr}
  .corp-device-preview{min-height:300px}
  .mock-laptop{height:230px;padding:12px;transform:none}
  .mock-screen{height:180px;grid-template-columns:52px 1fr}
  .mock-phone{display:none}
  .corp-stats{grid-template-columns:repeat(2,1fr)}
  .corp-module-grid{grid-template-columns:1fr}
  .single-wa-live-chat{right:12px;bottom:12px;padding:9px 11px}
  .single-wa-icon{width:36px;height:36px}
}
