
:root{
  --red:#E9070C;
  --black:#171718;
  --text:#303741;
  --muted:#67717d;
  --line:#e7e9ee;
  --soft:#f7f7f4;
  --white:#fff;
  --max:1180px;
  --shadow:0 18px 44px rgba(23,23,24,.075);
  --shadow-sm:0 8px 24px rgba(23,23,24,.052);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans KR","Apple SD Gothic Neo",Arial,sans-serif;
  color:var(--text);
  background:#fff;
  letter-spacing:-.02em;
  word-break:keep-all;
}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
h1,h2,h3,p{margin:0}
.wrap{width:min(var(--max),calc(100% - 40px));margin:0 auto}
.kicker{color:var(--red);font-size:13px;font-weight:850;letter-spacing:.05em;margin-bottom:12px}
h1{font-size:54px;line-height:1.12;letter-spacing:-.045em;color:var(--black);font-weight:850}
h2{font-size:34px;line-height:1.28;letter-spacing:-.035em;color:var(--black);font-weight:830}
h3{font-size:20px;line-height:1.42;color:var(--black);font-weight:800}
.lead{margin-top:14px;color:var(--muted);font-size:18px;line-height:1.75;max-width:820px;font-weight:500}
.text{color:#4D5864;font-size:16px;line-height:1.82;font-weight:500}
.section{padding:88px 0}
.section.alt{background:var(--soft);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.section-head{margin-bottom:30px}
.topbar{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);border-bottom:1px solid var(--line);backdrop-filter:blur(14px)}
.header{height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.logo{width:116px;height:auto}
.nav{display:flex;align-items:center;gap:20px;font-size:15px;font-weight:750;color:#424A54}
.nav a{padding:28px 0}
.nav-btn{height:42px;padding:0 18px;border-radius:12px;display:inline-flex!important;align-items:center;justify-content:center;background:var(--red);color:#fff;font-weight:850}
.hero{padding:42px 0 52px;background:linear-gradient(180deg,#fff 0%,#F8F8F5 100%);border-bottom:1px solid var(--line)}
.hero-grid{display:grid;grid-template-columns:.94fr 1.06fr;gap:42px;align-items:center}
.hero-copy .sub{margin-top:22px;max-width:660px;color:#47515D;font-size:19px;line-height:1.75;font-weight:520}
.hero-copy .note{margin-top:14px;max-width:660px;color:var(--muted);font-size:15px;line-height:1.75}
.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}
.btn{min-height:50px;padding:0 22px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;font-size:15px;font-weight:850;border:1px solid transparent}
.btn.primary{background:var(--red);color:#fff}
.btn.secondary{background:#fff;color:var(--black);border-color:var(--line)}
.photo{overflow:hidden;border-radius:26px;border:1px solid var(--line);box-shadow:var(--shadow);background:#eee}
.photo.hero-photo{height:560px}
.photo img{width:100%;height:100%;object-fit:cover;object-position:center center}
.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:34px;max-width:660px}
.stat,.card{background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow-sm)}
.stat{padding:18px 16px}
.stat strong{display:block;color:var(--black);font-size:26px;font-weight:850;line-height:1.1}
.stat span{display:block;margin-top:6px;color:var(--muted);font-size:13px;font-weight:720}
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.grid-6{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}
.menu-card{padding:24px 22px;min-height:172px}
.menu-card p,.card p{margin-top:9px;color:var(--muted);font-size:15px;line-height:1.66}
.chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}
.chips span{padding:7px 10px;border-radius:999px;background:#F2F3F5;color:#4E5864;font-size:12px;font-weight:750}
.metric{padding:22px 16px}
.metric span{display:block;color:var(--muted);font-size:13px;font-weight:740;margin-bottom:10px}
.metric strong{display:block;color:var(--black);font-size:27px;line-height:1.15;font-weight:850;letter-spacing:-.03em}
.split{display:grid;grid-template-columns:1fr 1fr;gap:26px;align-items:stretch}
.copy-card{padding:36px;display:flex;flex-direction:column;justify-content:center}
.copy-card .text{margin-top:18px}
.statement{margin-top:22px;padding:18px 20px;border-radius:16px;border:1px solid var(--line);background:#FAFAFA;color:#3F4853;font-size:15px;line-height:1.75;font-weight:720}
.subnav{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
.subnav a{padding:10px 14px;border-radius:999px;background:#fff;border:1px solid var(--line);font-size:14px;font-weight:750;color:#4b5562}
.page-hero{padding:64px 0;background:linear-gradient(180deg,#fff 0%,#f8f8f5 100%);border-bottom:1px solid var(--line)}
.page-title{display:grid;grid-template-columns:1fr 360px;gap:32px;align-items:end}
.page-title .photo{height:220px;border-radius:24px}
.table{width:100%;border-collapse:collapse;overflow:hidden;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:var(--shadow-sm)}
.table th,.table td{padding:16px 18px;border-bottom:1px solid var(--line);font-size:15px;line-height:1.6;text-align:left;vertical-align:top}
.table th{width:180px;background:#fafafa;color:#3d4651;font-weight:800}
.table tr:last-child th,.table tr:last-child td{border-bottom:0}
.timeline{position:relative;border-left:2px solid var(--line);padding-left:24px;margin-left:8px}
.time-item{position:relative;margin-bottom:22px}
.time-item:before{content:"";position:absolute;left:-32px;top:4px;width:14px;height:14px;border-radius:50%;background:var(--red);box-shadow:0 0 0 5px #fff}
.time-item strong{display:block;color:var(--black);font-size:20px;margin-bottom:6px}
.badge{display:inline-flex;padding:6px 10px;border-radius:999px;background:#fff3f3;color:var(--red);font-size:12px;font-weight:850;margin-left:6px}
.color-row{display:flex;gap:16px;flex-wrap:wrap;margin-top:18px}
.color-chip{width:160px;border:1px solid var(--line);border-radius:16px;overflow:hidden;background:#fff;box-shadow:var(--shadow-sm)}
.color-swatch{height:72px}
.color-chip p{padding:12px 14px;margin:0;font-size:14px;font-weight:750}
.policy-box{padding:26px;border-radius:22px;border:1px solid var(--line);background:#fff;box-shadow:var(--shadow-sm)}
.policy-box h3{margin-bottom:10px}
.location-box{padding:28px;border-radius:24px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-sm)}
.map-placeholder{height:320px;border:1px solid var(--line);border-radius:24px;background:linear-gradient(135deg,#f3f4f6,#ffffff);display:flex;align-items:center;justify-content:center;color:#66707c;font-weight:800}
.news-row{display:grid;grid-template-columns:58px 1fr 82px;gap:14px;align-items:center;padding:16px 18px;border-bottom:1px solid var(--line)}
.news-row:last-child{border-bottom:0}
.news-no{color:var(--red);font-weight:850}
.news-title{font-weight:700;color:#333B45}
.news-type{color:var(--muted);font-size:13px;text-align:right}
.welfare-row{display:grid;grid-template-columns:72px 1fr;border-top:1px solid var(--line)}
.welfare-row:first-child{border-top:0}
.welfare-row b{display:flex;align-items:center;justify-content:center;background:#f8f8f8;color:#d45a55;font-size:22px;font-weight:500}
.welfare-row span{display:flex;align-items:center;padding:14px 18px;font-size:15px;line-height:1.52;font-weight:680;color:#3B434E}
.contact{padding:74px 0;background:var(--black);color:#fff}
.contact h2{color:#fff}
.contact .lead{color:rgba(255,255,255,.72)}
.contact-grid{display:grid;grid-template-columns:1fr 340px;gap:44px;align-items:center}
.phone-card{background:#fff;color:var(--black);border-radius:22px;padding:24px 26px}
.phone-card span{display:block;color:var(--muted);font-size:13px;font-weight:750;margin-bottom:8px}
.phone-card strong{display:block;color:var(--red);font-size:30px;font-weight:850}
.phone-card small{display:block;margin-top:8px;color:#7A828C;font-size:13px;line-height:1.5}
footer{padding:40px 0;background:var(--soft);border-top:1px solid var(--line)}
.footer-grid{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:start}
.footer-logo{width:150px;height:auto;margin-bottom:12px}
footer p{margin-top:6px;color:#68717C;font-size:14px;line-height:1.65}
.footer-links{display:flex;gap:16px;flex-wrap:wrap;color:#444B55;font-size:14px;font-weight:750}
@media(max-width:1080px){
  .nav{display:none}
  .hero-grid,.split,.grid-2,.page-title,.contact-grid{grid-template-columns:1fr}
  .grid-6{grid-template-columns:repeat(3,1fr)}
  .grid-4{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:760px){
  h1{font-size:38px}
  h2{font-size:28px}
  .wrap{width:min(var(--max),calc(100% - 28px))}
  .section{padding:62px 0}
  .photo.hero-photo{height:420px}
  .stats,.grid-3,.grid-4,.grid-6{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
}


/* CEO message page */
.ceo-message-card{
  max-width:980px;
  margin:0 auto;
  padding:56px 64px;
  border:1px solid var(--line);
  border-radius:28px;
  background:#fff;
  box-shadow:var(--shadow-sm);
}
.ceo-quote{
  color:#4b4f55;
  font-size:32px;
  line-height:1.35;
  font-weight:500;
  letter-spacing:-.04em;
  margin-bottom:34px;
}
.ceo-body p{
  color:#3f4853;
  font-size:17px;
  line-height:2.0;
  font-weight:500;
  margin:0 0 22px;
}
.ceo-sign{
  margin-top:48px;
  text-align:right;
  color:#303741;
  font-size:19px;
  line-height:1.8;
}
.ceo-sign strong{
  font-size:24px;
  letter-spacing:.12em;
  margin-left:12px;
}
.history-layout{
  display:grid;
  grid-template-columns:260px 1fr;
  gap:44px;
  align-items:start;
}
.history-side{
  position:sticky;
  top:104px;
  padding:24px;
  border:1px solid var(--line);
  border-radius:22px;
  background:#fff;
  box-shadow:var(--shadow-sm);
}
.history-side h3{
  color:var(--red);
  margin-bottom:14px;
}
.history-side p{
  color:var(--muted);
  font-size:14px;
  line-height:1.65;
}
.history-list{
  display:grid;
  gap:18px;
}
.history-year{
  display:grid;
  grid-template-columns:120px 1fr;
  gap:20px;
  padding:24px 26px;
  border:1px solid var(--line);
  border-radius:22px;
  background:#fff;
  box-shadow:var(--shadow-sm);
}
.history-year strong{
  color:var(--red);
  font-size:28px;
  line-height:1.1;
  font-weight:800;
}
.history-year ul{
  margin:0;
  padding-left:18px;
}
.history-year li{
  color:#3f4853;
  font-size:16px;
  line-height:1.75;
  margin:2px 0;
}
@media(max-width:900px){
  .ceo-message-card{padding:36px 26px}
  .ceo-quote{font-size:26px}
  .history-layout{grid-template-columns:1fr}
  .history-side{position:static}
  .history-year{grid-template-columns:1fr}
}


/* Vision & values page */
.vision-banner{
  padding:34px 24px;
  border:1px solid var(--line);
  border-radius:24px;
  background:
    linear-gradient(0deg,rgba(255,255,255,.82),rgba(255,255,255,.82)),
    repeating-linear-gradient(0deg,#eef0f3 0,#eef0f3 1px,transparent 1px,transparent 10px),
    repeating-linear-gradient(90deg,#eef0f3 0,#eef0f3 1px,transparent 1px,transparent 10px);
  text-align:center;
  margin-bottom:34px;
}
.vision-banner strong{
  color:var(--red);
  font-size:24px;
  line-height:1.55;
  font-weight:800;
  letter-spacing:-.035em;
}
.vision-content{
  display:grid;
  grid-template-columns:280px 1fr;
  gap:46px;
  align-items:start;
}
.vision-symbol{
  position:sticky;
  top:104px;
  min-height:360px;
  border:1px solid var(--line);
  border-radius:26px;
  background:linear-gradient(135deg,#ffffff,#f4f5f6);
  box-shadow:var(--shadow-sm);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:28px;
}
.gear-mark{
  width:170px;
  height:170px;
  border:22px solid #555;
  border-radius:50%;
  position:relative;
  opacity:.82;
}
.gear-mark:before,
.gear-mark:after{
  content:"";
  position:absolute;
  inset:-46px;
  border:10px solid #777;
  border-left-color:transparent;
  border-bottom-color:transparent;
  border-radius:50%;
  transform:rotate(-18deg);
}
.gear-mark:after{
  inset:-78px;
  border-width:8px;
  opacity:.35;
  transform:rotate(28deg);
}
.value-list{
  display:grid;
  gap:18px;
}
.value-block{
  display:grid;
  grid-template-columns:92px 1fr;
  gap:22px;
  padding:28px 0;
  border-bottom:1px solid var(--line);
}
.value-block:first-child{
  padding-top:0;
}
.value-no{
  color:#4f5359;
  font-size:32px;
  line-height:1;
  font-style:italic;
  font-weight:500;
}
.value-title{
  display:flex;
  align-items:baseline;
  gap:12px;
  margin-bottom:10px;
}
.value-title h3{
  font-size:28px;
  font-weight:500;
  color:#4b4f55;
  letter-spacing:-.04em;
}
.value-body ul{
  margin:0;
  padding-left:18px;
}
.value-body li{
  color:#444d58;
  font-size:17px;
  line-height:1.85;
  font-weight:500;
  margin:2px 0;
}
.value-body p{
  color:#444d58;
  font-size:17px;
  line-height:1.85;
  font-weight:500;
}
@media(max-width:900px){
  .vision-content{grid-template-columns:1fr}
  .vision-symbol{position:static;min-height:220px}
  .value-block{grid-template-columns:1fr;gap:10px}
}


/* NO1 Talent Development page */
.talent-hero-message{
  padding:34px 24px;
  border:1px solid var(--line);
  border-radius:24px;
  background:
    linear-gradient(0deg,rgba(255,255,255,.82),rgba(255,255,255,.82)),
    repeating-linear-gradient(0deg,#eef0f3 0,#eef0f3 1px,transparent 1px,transparent 10px),
    repeating-linear-gradient(90deg,#eef0f3 0,#eef0f3 1px,transparent 1px,transparent 10px);
  text-align:center;
  margin-bottom:34px;
}
.talent-hero-message strong{
  color:var(--red);
  font-size:25px;
  line-height:1.55;
  font-weight:800;
  letter-spacing:-.035em;
}
.talent-hero-message p{
  margin-top:10px;
  color:#666f7a;
  font-size:16px;
  line-height:1.7;
  font-weight:500;
}
.talent-goal{
  display:grid;
  grid-template-columns:1fr 210px 1fr;
  gap:20px;
  align-items:center;
  margin:34px 0 28px;
}
.talent-role{display:grid;gap:22px}
.role-pill{
  padding:16px 18px;
  border-radius:999px;
  background:#f0f0f0;
  color:#555e69;
  font-size:16px;
  line-height:1.45;
  font-weight:750;
  text-align:center;
}
.talent-center{
  width:210px;height:210px;border-radius:50%;
  background:linear-gradient(180deg,#FFD200 0%,#FF8A00 100%);
  color:#fff;display:flex;align-items:center;justify-content:center;text-align:center;
  font-size:24px;line-height:1.35;font-weight:800;
  box-shadow:0 16px 34px rgba(255,138,0,.22);
  margin:0 auto;
}
.talent-principles{
  display:grid;grid-template-columns:repeat(3,1fr);gap:10px;
  padding:18px;border-radius:18px;background:#fff7c8;color:#2f343b;
  font-size:16px;line-height:1.6;font-weight:800;text-align:center;margin-bottom:52px;
}
.red-tab{
  display:inline-flex;padding:14px 24px;background:#d63c37;color:#fff;
  font-size:16px;font-weight:800;margin-bottom:0;
}
.tab-line{height:2px;background:#d63c37;margin-bottom:34px}
.program-gallery{
  display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:34px;
}
.program-photo{
  height:150px;border-radius:18px;overflow:hidden;border:1px solid var(--line);background:#eee;box-shadow:var(--shadow-sm);
}
.program-photo img{width:100%;height:100%;object-fit:cover;object-position:center}
.program-table,.expert-table{
  width:100%;border-collapse:collapse;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-sm);
}
.program-table th,.program-table td,.expert-table th,.expert-table td{
  border:1px solid var(--line);padding:14px 16px;font-size:15px;line-height:1.65;text-align:center;vertical-align:middle;
}
.program-table th,.expert-table th{background:#f6f6f6;color:#303741;font-weight:800}
.expert-table tfoot td{font-weight:850;background:#fafafa}

/* CI page */
.ci-logo-stage{
  padding:58px;
  border:1px solid var(--line);
  border-radius:28px;
  background:#fff;
  box-shadow:var(--shadow-sm);
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:280px;
}
.ci-logo-stage img{width:300px;height:auto}
.ci-rule-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.ci-rule-card{
  padding:24px 22px;
  border:1px solid var(--line);
  border-radius:22px;
  background:#fff;
  box-shadow:var(--shadow-sm);
}
.ci-rule-card p{
  margin-top:9px;
  color:var(--muted);
  font-size:15px;
  line-height:1.66;
}
.ci-color-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.ci-color-card{
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:22px;
  background:#fff;
  box-shadow:var(--shadow-sm);
}
.ci-color-swatch{height:120px}
.ci-color-body{padding:18px}
.ci-color-body strong{display:block;font-size:18px;color:var(--black)}
.ci-color-body span{display:block;margin-top:6px;color:var(--muted);font-size:14px}
@media(max-width:900px){
  .talent-goal{grid-template-columns:1fr}
  .talent-center{width:180px;height:180px}
  .talent-principles,.ci-rule-grid,.ci-color-grid{grid-template-columns:1fr}
  .program-gallery{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
  .program-gallery{grid-template-columns:1fr}
  .program-table,.expert-table{display:block;overflow-x:auto;white-space:nowrap}
  .ci-logo-stage{padding:34px}
  .ci-logo-stage img{width:220px}
}


/* Licenses page */
.notice-banner{
  padding:34px 24px;
  border:1px solid var(--line);
  border-radius:24px;
  background:
    linear-gradient(0deg,rgba(255,255,255,.82),rgba(255,255,255,.82)),
    repeating-linear-gradient(0deg,#eef0f3 0,#eef0f3 1px,transparent 1px,transparent 10px),
    repeating-linear-gradient(90deg,#eef0f3 0,#eef0f3 1px,transparent 1px,transparent 10px);
  text-align:center;
  margin-bottom:34px;
}
.notice-banner strong{
  color:var(--red);
  font-size:24px;
  line-height:1.55;
  font-weight:800;
  letter-spacing:-.035em;
}
.license-table-wrap{
  border:1px solid var(--line);
  border-radius:24px;
  overflow:hidden;
  background:#fff;
  box-shadow:var(--shadow-sm);
}
.license-table{
  width:100%;
  border-collapse:collapse;
}
.license-table thead th{
  background:#f4f4f4;
  color:#303741;
  font-size:16px;
  font-weight:800;
  padding:18px 16px;
  border-bottom:1px solid var(--line);
  border-right:1px solid var(--line);
  text-align:center;
}
.license-table thead th:last-child{border-right:0}
.license-table tbody td{
  font-size:15px;
  color:#3f4853;
  padding:14px 16px;
  border-bottom:1px solid var(--line);
  border-right:1px solid var(--line);
  text-align:center;
  line-height:1.55;
}
.license-table tbody tr:last-child td{border-bottom:0}
.license-table tbody td:last-child{border-right:0}
.license-table tbody td:first-child{
  text-align:left;
  padding-left:22px;
}
@media(max-width:760px){
  .license-table-wrap{overflow:auto}
  .license-table{min-width:760px}
}


/* Certification & awards page */
.dual-section{
  display:grid;
  gap:44px;
}
.section-label{
  font-size:30px;
  line-height:1.2;
  color:var(--black);
  font-weight:800;
  letter-spacing:-.03em;
  margin-bottom:18px;
}
.data-table-wrap{
  border:1px solid var(--line);
  border-radius:24px;
  overflow:hidden;
  background:#fff;
  box-shadow:var(--shadow-sm);
}
.data-table{
  width:100%;
  border-collapse:collapse;
}
.data-table thead th{
  background:#f4f4f4;
  color:#303741;
  font-size:16px;
  font-weight:800;
  padding:18px 16px;
  border-bottom:1px solid var(--line);
  border-right:1px solid var(--line);
  text-align:center;
}
.data-table thead th:last-child{border-right:0}
.data-table tbody td{
  font-size:15px;
  color:#3f4853;
  padding:14px 16px;
  border-bottom:1px solid var(--line);
  border-right:1px solid var(--line);
  text-align:center;
  line-height:1.55;
}
.data-table tbody tr:last-child td{border-bottom:0}
.data-table tbody td:last-child{border-right:0}
.data-table tbody td:first-child{
  text-align:left;
  padding-left:22px;
}
@media(max-width:760px){
  .data-table-wrap{overflow:auto}
  .data-table{min-width:760px}
}


/* Safety policy official page */
.policy-official{
  max-width:980px;
  margin:0 auto;
  border:1px solid var(--line);
  border-radius:28px;
  background:#fff;
  box-shadow:var(--shadow-sm);
  overflow:hidden;
}
.policy-top{
  padding:32px 36px;
  background:linear-gradient(135deg,#3d3d3d 0%,#222 100%);
  color:#ffd13d;
  position:relative;
}
.policy-top h2{
  color:#ffd13d;
  font-size:32px;
  line-height:1.2;
}
.policy-top img{
  position:absolute;
  right:28px;
  top:28px;
  width:112px;
  height:auto;
  background:#fff;
  padding:8px 10px;
  border-radius:8px;
}
.policy-core{
  padding:34px 36px 26px;
  background:
    linear-gradient(180deg,#fff 0%,#fff 68%,#f8f8f6 100%);
}
.core-box{
  border:2px solid #777;
  border-radius:14px;
  padding:14px;
  display:grid;
  gap:14px;
}
.core-row{
  display:grid;
  grid-template-columns:160px 1fr;
  gap:16px;
  align-items:center;
}
.core-label{
  background:#333;
  color:#fff;
  border-radius:6px;
  min-height:56px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:18px;
  font-weight:800;
}
.core-text{
  background:#ffc928;
  border-radius:8px;
  min-height:56px;
  display:flex;
  align-items:center;
  padding:12px 18px;
  color:#252525;
  font-size:18px;
  line-height:1.5;
  font-weight:800;
}
.worker-band{
  margin:28px auto 0;
  max-width:640px;
  background:#555;
  color:#fff;
  border-radius:999px;
  text-align:center;
  padding:13px 24px;
  font-size:20px;
  font-weight:850;
}
.policy-statement{
  margin:0 36px 34px;
  padding:34px 36px;
  background:#ffc928;
  border-radius:18px;
  color:#202020;
}
.policy-statement h3{
  color:#202020;
  text-align:center;
  font-size:27px;
  margin-bottom:24px;
}
.policy-statement .intro{
  color:#202020;
  font-size:18px;
  line-height:1.75;
  font-weight:650;
  margin-bottom:20px;
}
.policy-list{
  display:grid;
  gap:14px;
  margin-top:20px;
}
.policy-item{
  display:grid;
  grid-template-columns:34px 1fr;
  gap:14px;
  align-items:start;
}
.policy-item b{
  color:#202020;
  font-size:18px;
  font-weight:850;
}
.policy-item span{
  color:#202020;
  font-size:17px;
  line-height:1.72;
  font-weight:650;
}
.policy-signature{
  text-align:center;
  padding:0 36px 38px;
  color:#303741;
  font-size:16px;
  line-height:1.8;
}
.policy-signature strong{
  font-size:23px;
  letter-spacing:.16em;
  margin-left:10px;
}
@media(max-width:760px){
  .policy-top img{position:static;margin-top:18px}
  .policy-top,.policy-core{padding:26px 22px}
  .core-row{grid-template-columns:1fr}
  .policy-statement{margin:0 20px 28px;padding:26px 22px}
  .policy-statement h3{font-size:23px}
  .worker-band{font-size:17px}
}


/* Location page */
.location-map-card{
  border:1px solid var(--line);
  border-radius:28px;
  overflow:hidden;
  background:#fff;
  box-shadow:var(--shadow-sm);
}
.location-map{
  position:relative;
  min-height:760px;
  background:#ececec;
  overflow:hidden;
}
.location-map .road{
  position:absolute;
  background:#b9bcc1;
  border-radius:999px;
}
.location-map .road.h1{left:-40px; top:128px; width:520px; height:14px; transform:rotate(-7deg);}
.location-map .road.h2{left:16px; top:254px; width:640px; height:16px; transform:rotate(34deg);}
.location-map .road.h3{left:174px; top:446px; width:334px; height:16px; transform:rotate(57deg);}
.location-map .road.h4{left:420px; top:98px; width:16px; height:320px; transform:rotate(6deg);}
.location-map .road.h5{left:548px; top:142px; width:16px; height:390px; transform:rotate(31deg);}
.location-map .road.h6{left:-40px; top:32px; width:420px; height:10px; transform:rotate(31deg);}
.location-map .road.h7{left:72px; top:528px; width:222px; height:12px; transform:rotate(35deg);}
.location-map .green{
  position:absolute; background:#a8c89c;
}
.location-map .green.g1{right:-40px; bottom:-20px; width:290px; height:240px; clip-path:polygon(18% 0,100% 0,100% 100%,0 100%,0 30%);}
.location-map .green.g2{left:186px; bottom:-26px; width:168px; height:126px; clip-path:polygon(20% 0,100% 0,100% 100%,8% 100%,0 54%);}
.location-map .poi{
  position:absolute;
  color:#383f48;
  font-size:15px;
  font-weight:700;
  text-align:center;
  line-height:1.35;
}
.location-map .poi small{
  display:block; font-size:13px; font-weight:600; color:#535d69;
}
.location-map .poi::before{
  content:"";
  position:absolute;
  left:50%; transform:translateX(-50%);
  top:-12px; width:8px; height:8px;
  background:#222; border-radius:50%;
}
.location-map .station{
  position:absolute;
  width:72px; height:72px; border-radius:50%;
  background:#fff;
  display:flex; align-items:center; justify-content:center;
  text-align:center; line-height:1.18;
  font-size:14px; font-weight:850;
  box-shadow:0 6px 16px rgba(0,0,0,.08);
  border:6px solid #2f4ea1;
  color:#2f4ea1;
}
.location-map .station.blue{border-color:#0f92dd;color:#0f92dd;}
.location-map .station.brown{border-color:#9f7e57;color:#9f7e57;}
.location-map .station span{display:block; font-size:11px; font-weight:800;}
.location-mark{
  position:absolute;
  right:184px; top:182px;
  display:flex; flex-direction:column; align-items:center;
}
.location-pin{
  position:absolute; left:-18px; top:48px;
  width:16px; height:16px; background:#e6332a;
}
.logo-flag{
  background:#fff;
  border:3px solid #e6332a;
  border-radius:10px;
  padding:8px 10px 6px;
  box-shadow:0 4px 12px rgba(0,0,0,.08);
}
.logo-flag img{width:114px; height:auto;}
.logo-caption{
  margin-top:8px;
  background:rgba(255,255,255,.95);
  padding:6px 10px;
  border-radius:999px;
  font-size:16px; font-weight:800; color:#2f343b;
}
.map-info-panel{
  position:absolute;
  top:18px; right:18px;
  width:200px;
  background:rgba(255,255,255,.93);
  border-radius:14px;
  padding:18px 16px;
  box-shadow:0 10px 24px rgba(0,0,0,.08);
}
.map-info-panel h3{
  font-size:18px; line-height:1.35; color:#2f343b;
  text-align:center; margin-bottom:14px;
}
.map-info-panel p{
  font-size:14px; line-height:1.65; color:#545d67;
  margin:10px 0;
}
.map-button{
  display:block; width:100%;
  padding:14px 12px;
  border-radius:8px;
  background:#22b24c;
  color:#fff; text-align:center;
  font-size:18px; font-weight:850;
  margin:10px 0 14px;
}
.map-contact{
  text-align:center; font-size:14px; line-height:1.55; color:#505864; font-weight:700;
}
.location-summary{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-top:28px;
}
.location-summary .card{
  padding:24px 22px;
}
.location-summary .card p{
  margin-top:10px;
  color:var(--muted);
  font-size:15px;
  line-height:1.7;
}
@media(max-width:980px){
  .location-map{min-height:900px;}
  .map-info-panel{position:static; width:auto; margin:18px;}
}
@media(max-width:760px){
  .location-summary{grid-template-columns:1fr;}
  .location-map{min-height:980px;}
  .location-mark{right:120px; top:210px;}
}


/* Business page */
.biz-banner{
  padding:34px 24px;
  border:1px solid var(--line);
  border-radius:24px;
  background:
    linear-gradient(0deg,rgba(255,255,255,.84),rgba(255,255,255,.84)),
    repeating-linear-gradient(0deg,#eef0f3 0,#eef0f3 1px,transparent 1px,transparent 10px),
    repeating-linear-gradient(90deg,#eef0f3 0,#eef0f3 1px,transparent 1px,transparent 10px);
  text-align:center;
  margin-bottom:30px;
}
.biz-banner strong{
  color:var(--red);
  font-size:23px;
  line-height:1.55;
  font-weight:850;
  letter-spacing:-.035em;
}
.biz-copy{
  color:#4c5662;
  font-size:18px;
  line-height:1.9;
  font-weight:520;
  margin-bottom:32px;
}
.biz-gallery{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  margin-bottom:34px;
}
.biz-photo{
  height:210px;
  border-radius:18px;
  overflow:hidden;
  border:1px solid var(--line);
  background:#eee;
  box-shadow:var(--shadow-sm);
}
.biz-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.biz-tab{
  display:inline-flex;
  padding:14px 36px;
  background:#d63c37;
  color:#fff;
  font-size:18px;
  font-weight:850;
  border-radius:0 0 0 0;
}
.biz-tabline{
  height:2px;
  background:#d63c37;
  margin-bottom:34px;
}
.biz-table-wrap{
  border:1px solid var(--line);
  border-radius:22px;
  overflow:hidden;
  background:#fff;
  box-shadow:var(--shadow-sm);
}
.biz-table{
  width:100%;
  border-collapse:collapse;
}
.biz-table td{
  border-right:1px solid var(--line);
  border-bottom:1px solid var(--line);
  padding:22px 18px;
  font-size:16px;
  line-height:1.7;
  color:#3f4853;
  vertical-align:middle;
}
.biz-table tr:last-child td{border-bottom:0}
.biz-table td:last-child{border-right:0}
.biz-table .label{
  width:16%;
  background:#fafafa;
  text-align:center;
  font-weight:850;
  color:#2f3741;
  font-size:18px;
}
.biz-table .desc{
  width:34%;
}
.energy-head{
  display:grid;
  grid-template-columns:220px 1fr;
  align-items:stretch;
  margin:42px 0 22px;
}
.energy-tab{
  background:#d63c37;
  color:#fff;
  font-size:18px;
  font-weight:850;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:16px 18px;
}
.energy-title{
  border-top:2px solid #d63c37;
  border-bottom:2px solid #d63c37;
  padding:16px 22px;
  font-size:24px;
  line-height:1.45;
  font-weight:800;
  color:#2d353f;
  background:#fff;
}
.energy-flow{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:18px;
}
.energy-step{
  min-height:110px;
  padding:22px 18px;
  border-radius:20px;
  background:#f3f3f3;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  color:#505864;
  font-size:18px;
  line-height:1.55;
  font-weight:800;
  box-shadow:var(--shadow-sm);
}
.energy-step small{
  display:block;
  margin-top:4px;
  font-size:15px;
  font-weight:700;
}
@media(max-width:980px){
  .biz-gallery{grid-template-columns:repeat(2,1fr)}
  .energy-flow{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:760px){
  .energy-head{grid-template-columns:1fr}
  .energy-title{font-size:20px}
  .biz-copy{font-size:16px}
  .biz-table-wrap{overflow:auto}
  .biz-table{min-width:900px}
  .biz-gallery{grid-template-columns:1fr}
  .energy-flow{grid-template-columns:1fr}
}


/* Business detail page */
.intro-banner{
  padding:30px 24px;
  border:1px solid var(--line);
  border-radius:24px;
  background:
    linear-gradient(0deg,rgba(255,255,255,.84),rgba(255,255,255,.84)),
    repeating-linear-gradient(0deg,#eef0f3 0,#eef0f3 1px,transparent 1px,transparent 10px),
    repeating-linear-gradient(90deg,#eef0f3 0,#eef0f3 1px,transparent 1px,transparent 10px);
  text-align:center;
}
.intro-banner strong{
  color:var(--red);
  font-size:22px;
  line-height:1.6;
  font-weight:800;
  letter-spacing:-.03em;
}
.photo-row-4{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  margin-top:28px;
}
.photo-row-4 .photo{
  height:190px;
  border-radius:18px;
}
.section-tabline{
  display:flex;
  align-items:center;
  gap:0;
  margin:34px 0 0;
}
.section-tabline .tab{
  background:#d63c37;
  color:#fff;
  padding:14px 36px;
  font-weight:850;
  font-size:17px;
}
.section-tabline .line{
  flex:1;
  height:2px;
  background:#d63c37;
}
.business-matrix{
  width:100%;
  border-collapse:collapse;
  margin-top:24px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:var(--shadow-sm);
}
.business-matrix th,.business-matrix td{
  padding:18px 20px;
  border:1px solid var(--line);
  vertical-align:middle;
}
.business-matrix th{
  width:18%;
  text-align:center;
  background:#f3f3f3;
  color:#303741;
  font-size:16px;
  font-weight:850;
}
.business-matrix td{
  color:#3f4853;
  font-size:15px;
  line-height:1.75;
  font-weight:520;
}
.energy-head{
  display:grid;
  grid-template-columns:220px 1fr;
  margin:36px 0 22px;
}
.energy-head .tab{
  background:#d63c37;
  color:#fff;
  padding:14px 24px;
  font-weight:850;
  font-size:17px;
}
.energy-head .desc{
  border-top:2px solid #d63c37;
  padding:13px 18px 0;
  color:#3b434e;
  font-size:18px;
  font-weight:700;
}
.process-pills{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:18px;
  margin-top:20px;
}
.process-pill{
  min-height:92px;
  border-radius:20px;
  background:#f0f0f0;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:14px;
  color:#49515c;
  font-size:16px;
  line-height:1.55;
  font-weight:800;
}
.process-pill span{
  display:block;
  font-size:14px;
  color:#5c6671;
  margin-top:4px;
  font-weight:700;
}
.business-card a.stretch{
  display:block;
}
@media(max-width:960px){
  .photo-row-4{grid-template-columns:repeat(2,1fr)}
  .process-pills{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:760px){
  .photo-row-4,.process-pills{grid-template-columns:1fr}
  .energy-head{grid-template-columns:1fr}
  .business-matrix{display:block; overflow-x:auto; white-space:nowrap}
}


/* Business detail pages */
.business-subnav{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:22px;
}
.business-subnav a{
  padding:10px 14px;
  border-radius:999px;
  border:1px solid var(--line);
  background:#fff;
  font-size:14px;
  font-weight:760;
  color:#4b5562;
}
.business-subnav a.active{
  background:var(--red);
  color:#fff;
  border-color:var(--red);
}
.grid-banner{
  padding:34px 24px;
  border:1px solid var(--line);
  border-radius:24px;
  background:
    linear-gradient(0deg,rgba(255,255,255,.84),rgba(255,255,255,.84)),
    repeating-linear-gradient(0deg,#eef0f3 0,#eef0f3 1px,transparent 1px,transparent 10px),
    repeating-linear-gradient(90deg,#eef0f3 0,#eef0f3 1px,transparent 1px,transparent 10px);
  text-align:center;
}
.grid-banner strong{
  color:var(--red);
  font-size:24px;
  line-height:1.55;
  font-weight:820;
  letter-spacing:-.035em;
}
.business-intro{
  margin-top:24px;
  color:#444d58;
  font-size:17px;
  line-height:1.9;
  font-weight:520;
}
.section-bar{
  display:inline-flex;
  min-width:180px;
  padding:14px 24px;
  align-items:center;
  justify-content:center;
  background:var(--red);
  color:#fff;
  font-size:18px;
  font-weight:820;
}
.section-bar-line{
  height:2px;
  background:#e3a1a2;
  margin-bottom:26px;
}
.biz-feature{
  display:grid;
  grid-template-columns:1.08fr 1.12fr;
  gap:28px;
  align-items:start;
  margin-bottom:48px;
}
.biz-images-2{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}
.biz-photo{
  height:220px;
  overflow:hidden;
  border-radius:18px;
  border:1px solid var(--line);
  box-shadow:var(--shadow-sm);
  background:#eee;
}
.biz-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.biz-copy{
  color:#3f4853;
}
.biz-copy p{
  font-size:18px;
  line-height:1.85;
  color:#3f4853;
  font-weight:560;
  margin:0 0 14px;
}
.biz-copy ul{
  margin:8px 0 0;
  padding-left:0;
  list-style:none;
}
.biz-copy li{
  font-size:17px;
  line-height:1.82;
  color:#3f4853;
  font-weight:540;
  margin:2px 0;
}
.biz-copy li::before{
  content:"· ";
}
.business-cta{
  margin-top:8px;
  padding:28px 30px;
  border-radius:22px;
  border:1px solid var(--line);
  background:#fafafa;
}
.business-cta h3{
  margin-bottom:10px;
}
.business-cta p{
  color:#5a6470;
  font-size:16px;
  line-height:1.75;
}
.link-card{
  display:block;
}
.link-card .menu-card{
  transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}
.link-card:hover .menu-card{
  transform:translateY(-2px);
  box-shadow:0 14px 32px rgba(23,23,24,.08);
  border-color:#d9dde5;
}
@media(max-width:980px){
  .biz-feature{
    grid-template-columns:1fr;
  }
}
@media(max-width:760px){
  .biz-images-2{
    grid-template-columns:1fr;
  }
  .biz-photo{
    height:240px;
  }
}


/* Hotel/resort business page */
.simple-subnav{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}
.simple-subnav a{padding:10px 14px;border-radius:999px;border:1px solid var(--line);background:#fff;color:#4b5562;font-size:14px;font-weight:760}
.simple-subnav a.active{background:var(--red);color:#fff;border-color:var(--red)}
.photo-row-4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin:26px 0 34px}
.photo-row-4 .photo{height:180px;overflow:hidden;border-radius:16px;border:1px solid var(--line);box-shadow:var(--shadow-sm);background:#eee}
.photo-row-4 .photo img{width:100%;height:100%;object-fit:cover;object-position:center}
.objective-wrap{margin-top:14px}
.objective-title,.service-title{display:inline-flex;min-width:150px;padding:13px 22px;background:var(--red);color:#fff;font-size:18px;font-weight:820}
.objective-line,.service-line{height:2px;background:#e3a1a2;margin-bottom:28px}
.goal-flow{display:grid;grid-template-columns:1fr 80px 1fr 80px 1fr;gap:14px;align-items:center;margin-bottom:40px}
.goal-box{padding:28px 20px;border-radius:18px;background:#f1f1f1;border:1px solid #ececec;min-height:132px;display:flex;flex-direction:column;justify-content:center;text-align:center}
.goal-box strong{font-size:24px;color:#4a4f55;line-height:1.3;letter-spacing:-.04em}
.goal-box p{margin-top:12px;color:#5d6672;font-size:16px;line-height:1.65;font-weight:560}
.goal-arrow{display:flex;align-items:center;justify-content:center;color:#e26c67;font-size:56px;font-weight:900}
.service-grid{display:grid;grid-template-columns:1.15fr .38fr;gap:28px;align-items:start}
.service-table{width:100%;border-collapse:collapse;border:1px solid var(--line);box-shadow:var(--shadow-sm);background:#fff}
.service-table th,.service-table td{border:1px solid var(--line);padding:16px 18px;vertical-align:top}
.service-table th{width:22%;background:#f7f7f7;color:#303741;font-size:17px;font-weight:800}
.service-table td{color:#3f4853;font-size:16px;line-height:1.8;font-weight:530}
.service-table ul{margin:0;padding-left:18px}
.side-benefits{display:grid;gap:18px}
.benefit-box{padding:26px 18px;border-radius:14px;background:#f2f2f2;border:1px solid var(--line);text-align:center;color:#40464d;font-size:24px;line-height:1.35;font-weight:800;min-height:120px;display:flex;align-items:center;justify-content:center}
.business-note{margin-top:30px;padding:24px 26px;border:1px solid var(--line);border-radius:18px;background:#fafafa;color:#55606d;font-size:16px;line-height:1.75}
@media(max-width:1000px){.goal-flow{grid-template-columns:1fr;gap:16px}.goal-arrow{transform:rotate(90deg);font-size:42px}.service-grid{grid-template-columns:1fr}.photo-row-4{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.photo-row-4{grid-template-columns:1fr}.photo-row-4 .photo{height:220px}}


/* Business detail common */
.business-subnav{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:22px;
}
.business-subnav a{
  padding:10px 14px;
  border-radius:999px;
  border:1px solid var(--line);
  background:#fff;
  font-size:14px;
  font-weight:760;
  color:#4b5562;
}
.business-subnav a.active{
  background:var(--red);
  color:#fff;
  border-color:var(--red);
}
.grid-banner{
  padding:34px 24px;
  border:1px solid var(--line);
  border-radius:24px;
  background:
    linear-gradient(0deg,rgba(255,255,255,.84),rgba(255,255,255,.84)),
    repeating-linear-gradient(0deg,#eef0f3 0,#eef0f3 1px,transparent 1px,transparent 10px),
    repeating-linear-gradient(90deg,#eef0f3 0,#eef0f3 1px,transparent 1px,transparent 10px);
  text-align:center;
}
.grid-banner strong{
  color:var(--red);
  font-size:24px;
  line-height:1.55;
  font-weight:820;
  letter-spacing:-.035em;
}
.business-intro{
  margin-top:24px;
  color:#444d58;
  font-size:17px;
  line-height:1.9;
  font-weight:520;
}
.section-bar{
  display:inline-flex;
  min-width:180px;
  padding:14px 24px;
  align-items:center;
  justify-content:center;
  background:var(--red);
  color:#fff;
  font-size:18px;
  font-weight:820;
}
.section-bar-line{
  height:2px;
  background:#e3a1a2;
  margin-bottom:26px;
}
.biz-feature{
  display:grid;
  grid-template-columns:1.08fr 1.12fr;
  gap:28px;
  align-items:start;
  margin-bottom:48px;
}
.biz-images-2{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}
.biz-images-4{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  margin:28px 0 38px;
}
.biz-photo{
  height:220px;
  overflow:hidden;
  border-radius:18px;
  border:1px solid var(--line);
  box-shadow:var(--shadow-sm);
  background:#eee;
}
.biz-images-4 .biz-photo{height:170px}
.biz-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.biz-copy{
  color:#3f4853;
}
.biz-copy p{
  font-size:18px;
  line-height:1.85;
  color:#3f4853;
  font-weight:560;
  margin:0 0 14px;
}
.biz-copy ul{
  margin:8px 0 0;
  padding-left:0;
  list-style:none;
}
.biz-copy li{
  font-size:17px;
  line-height:1.82;
  color:#3f4853;
  font-weight:540;
  margin:2px 0;
}
.biz-copy li::before{content:"· "}
.business-table-wrap{
  border:1px solid var(--line);
  border-radius:22px;
  overflow:hidden;
  background:#fff;
  box-shadow:var(--shadow-sm);
  margin:18px 0 30px;
}
.business-table{
  width:100%;
  border-collapse:collapse;
}
.business-table th,.business-table td{
  border:1px solid var(--line);
  padding:18px 20px;
  font-size:15px;
  line-height:1.65;
  color:#3f4853;
  vertical-align:middle;
}
.business-table th{
  background:#f7f7f7;
  width:190px;
  color:#303741;
  font-weight:820;
  text-align:center;
}
.process-list{
  margin:12px 0 0;
  padding-left:0;
  list-style:none;
}
.process-list li{
  position:relative;
  padding-left:22px;
  margin:10px 0;
  color:#3f4853;
  font-size:16px;
  line-height:1.75;
  font-weight:530;
}
.process-list li::before{
  content:"▶";
  position:absolute;
  left:0;
  color:var(--red);
  font-size:13px;
  top:4px;
}
.business-cta{
  margin-top:8px;
  padding:28px 30px;
  border-radius:22px;
  border:1px solid var(--line);
  background:#fafafa;
}
.business-cta h3{margin-bottom:10px}
.business-cta p{
  color:#5a6470;
  font-size:16px;
  line-height:1.75;
}
.link-card{display:block}
.link-card .menu-card{
  transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}
.link-card:hover .menu-card{
  transform:translateY(-2px);
  box-shadow:0 14px 32px rgba(23,23,24,.08);
  border-color:#d9dde5;
}
@media(max-width:980px){
  .biz-feature{grid-template-columns:1fr}
  .biz-images-4{grid-template-columns:1fr 1fr}
}
@media(max-width:760px){
  .biz-images-2,.biz-images-4{grid-template-columns:1fr}
  .biz-photo,.biz-images-4 .biz-photo{height:240px}
  .business-table-wrap{overflow:auto}
  .business-table{min-width:760px}
}


/* Hotel residence page */
.goal-journey{display:grid;grid-template-columns:1fr 70px 1fr 70px 1fr;gap:16px;align-items:center;margin:28px 0 42px}
.goal-card{background:#f3f3f3;border:1px solid var(--line);border-radius:22px;padding:24px 18px;text-align:center;min-height:126px;display:flex;flex-direction:column;justify-content:center;box-shadow:var(--shadow-sm)}
.goal-card h4{font-size:17px;color:#303741;margin-bottom:10px}
.goal-card p{font-size:15px;line-height:1.65;color:#586270;font-weight:600}
.arrow-step{display:flex;justify-content:center;align-items:center;font-size:56px;line-height:1;color:#f08a8a;font-weight:800}
.ops-layout{display:grid;grid-template-columns:1.65fr .55fr;gap:24px;align-items:start}
.side-benefits{display:grid;gap:18px}
.side-benefit{background:#f4f4f4;border:1px solid var(--line);border-radius:18px;min-height:102px;display:flex;align-items:center;justify-content:center;text-align:center;padding:16px;color:#303741;font-size:17px;line-height:1.5;font-weight:800;box-shadow:var(--shadow-sm)}
.link-card{display:block}
.link-card .menu-card{transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease}
.link-card:hover .menu-card{transform:translateY(-2px);box-shadow:0 14px 32px rgba(23,23,24,.08);border-color:#d9dde5}
@media(max-width:980px){.goal-journey{grid-template-columns:1fr;}.arrow-step{transform:rotate(90deg)}.ops-layout{grid-template-columns:1fr}}


/* Power electrical business page */
.power-points{
  margin-top:20px;
  display:grid;
  gap:20px;
}
.power-point{
  padding:22px 24px;
  border:1px solid var(--line);
  border-radius:20px;
  background:#fff;
  box-shadow:var(--shadow-sm);
}
.power-point h3{
  margin:0 0 10px;
  color:#303741;
  font-size:20px;
}
.power-point ul{
  margin:0;
  padding-left:0;
  list-style:none;
}
.power-point li{
  position:relative;
  padding-left:18px;
  margin:8px 0;
  color:#3f4853;
  font-size:16px;
  line-height:1.72;
  font-weight:540;
}
.power-point li::before{
  content:"•";
  position:absolute;
  left:0;
  top:0;
  color:var(--red);
  font-weight:800;
}


/* References page */
.reference-quicknav{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}
.reference-quicknav a{padding:10px 14px;border-radius:999px;border:1px solid var(--line);background:#fff;color:#4b5562;font-size:14px;font-weight:760}
.reference-section{margin-top:42px}
.reference-section:first-of-type{margin-top:18px}
.reference-head{display:flex;align-items:center;gap:14px;margin-bottom:18px}
.reference-badge{display:inline-flex;align-items:center;justify-content:center;min-width:190px;padding:14px 18px;background:var(--red);color:#fff;font-size:20px;font-weight:820;border-radius:2px}
.reference-line{height:2px;flex:1;background:#ef8f90}
.reference-card{background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:var(--shadow-sm)}
.reference-card img{display:block;width:100%;height:auto}
.reference-desc{padding:18px 22px;color:#576270;font-size:16px;line-height:1.75;font-weight:530;background:#fbfbfb;border-top:1px solid var(--line)}
.reference-grid-note{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:22px}
.reference-mini{padding:16px 14px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:var(--shadow-sm)}
.reference-mini strong{display:block;color:#2f3742;font-size:16px;margin-bottom:6px}
.reference-mini span{display:block;color:#697485;font-size:14px;line-height:1.6}
@media(max-width:980px){.reference-grid-note{grid-template-columns:1fr 1fr}.reference-badge{min-width:150px;font-size:18px}}
@media(max-width:760px){.reference-grid-note{grid-template-columns:1fr}.reference-head{align-items:flex-start;flex-direction:column}.reference-line{width:100%}.reference-badge{width:100%}}


/* =========================================================
   BUSINESS PAGES UNIFIED POLISH v13
   ========================================================= */
body.business-page .page-hero{
  padding:70px 0 58px;
}
body.business-page .page-title{
  grid-template-columns:1fr 360px;
  align-items:center;
}
body.business-page .page-title h1{
  font-size:48px;
  line-height:1.15;
}
body.business-page .page-title .photo{
  height:240px;
}
body.business-page .business-subnav{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-top:26px;
}
body.business-page .business-subnav a{
  padding:10px 14px;
  border-radius:999px;
  border:1px solid var(--line);
  background:#fff;
  color:#4b5562;
  font-size:13px;
  line-height:1;
  font-weight:760;
  white-space:nowrap;
}
body.business-page .business-subnav a.active{
  background:var(--red);
  border-color:var(--red);
  color:#fff;
}
body.business-page .grid-banner{
  padding:34px 26px;
  border:1px solid var(--line);
  border-radius:24px;
  background:
    linear-gradient(0deg,rgba(255,255,255,.86),rgba(255,255,255,.86)),
    repeating-linear-gradient(0deg,#edf0f3 0,#edf0f3 1px,transparent 1px,transparent 10px),
    repeating-linear-gradient(90deg,#edf0f3 0,#edf0f3 1px,transparent 1px,transparent 10px);
  text-align:center;
  margin-bottom:28px;
}
body.business-page .grid-banner strong{
  color:var(--red);
  font-size:24px;
  line-height:1.55;
  font-weight:820;
  letter-spacing:-.035em;
}
body.business-page .business-intro{
  margin:24px 0 26px;
  color:#3f4853;
  font-size:17px;
  line-height:1.9;
  font-weight:520;
}
body.business-page .section-bar{
  display:inline-flex;
  min-width:176px;
  padding:14px 24px;
  align-items:center;
  justify-content:center;
  background:var(--red);
  color:#fff;
  font-size:18px;
  font-weight:820;
  border-radius:0;
}
body.business-page .section-bar-line{
  height:2px;
  background:#e58e91;
  margin:0 0 26px;
}
body.business-page .biz-feature{
  display:grid;
  grid-template-columns:1.05fr 1.08fr;
  gap:30px;
  align-items:start;
  margin-bottom:48px;
}
body.business-page .biz-images-2,
body.business-page .biz-images-4{
  display:grid;
  gap:18px;
}
body.business-page .biz-images-2{
  grid-template-columns:1fr 1fr;
}
body.business-page .biz-images-4{
  grid-template-columns:repeat(4,1fr);
  margin:26px 0 28px;
}
body.business-page .biz-photo{
  height:190px;
  overflow:hidden;
  border-radius:16px;
  border:1px solid var(--line);
  background:#eee;
  box-shadow:0 10px 22px rgba(23,23,24,.08);
}
body.business-page .biz-images-2 .biz-photo{
  height:224px;
}
body.business-page .biz-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
body.business-page .biz-copy p{
  color:#3f4853;
  font-size:17px;
  line-height:1.86;
  font-weight:540;
  margin:0 0 14px;
}
body.business-page .biz-copy ul{
  margin:10px 0 0;
  padding-left:0;
  list-style:none;
}
body.business-page .biz-copy li{
  color:#3f4853;
  font-size:16px;
  line-height:1.82;
  font-weight:530;
  margin:3px 0;
}
body.business-page .biz-copy li::before{
  content:"· ";
}
body.business-page .business-table-wrap{
  border:1px solid var(--line);
  border-radius:22px;
  overflow:hidden;
  background:#fff;
  box-shadow:var(--shadow-sm);
  margin:18px 0 32px;
}
body.business-page .business-table{
  width:100%;
  border-collapse:collapse;
}
body.business-page .business-table th,
body.business-page .business-table td{
  border:1px solid var(--line);
  padding:18px 20px;
  font-size:15px;
  line-height:1.65;
  color:#3f4853;
  vertical-align:middle;
}
body.business-page .business-table th{
  width:190px;
  background:#f6f6f6;
  color:#303741;
  font-weight:820;
  text-align:center;
}
body.business-page .business-cta{
  margin-top:34px;
  padding:30px;
  border-radius:22px;
  border:1px solid var(--line);
  background:#fafafa;
  box-shadow:var(--shadow-sm);
}
body.business-page .business-cta h3{
  margin-bottom:10px;
}
body.business-page .business-cta p{
  color:#5a6470;
  font-size:16px;
  line-height:1.75;
}
body.business-page .process-list{
  margin:12px 0 0;
  padding-left:0;
  list-style:none;
}
body.business-page .process-list li{
  position:relative;
  padding-left:22px;
  margin:10px 0;
  color:#3f4853;
  font-size:16px;
  line-height:1.75;
  font-weight:530;
}
body.business-page .process-list li::before{
  content:"▶";
  position:absolute;
  left:0;
  top:4px;
  color:var(--red);
  font-size:13px;
}
body.business-page .link-card{
  display:block;
}
body.business-page .link-card .menu-card{
  min-height:178px;
  transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}
body.business-page .link-card:hover .menu-card{
  transform:translateY(-2px);
  box-shadow:0 14px 32px rgba(23,23,24,.08);
  border-color:#d9dde5;
}
body.business-page .card.menu-card h3{
  min-height:56px;
}
body.business-page .card.menu-card p{
  min-height:72px;
}
@media(max-width:1080px){
  body.business-page .page-title,
  body.business-page .biz-feature{
    grid-template-columns:1fr;
  }
  body.business-page .grid-4{
    grid-template-columns:repeat(2,1fr);
  }
}
@media(max-width:760px){
  body.business-page .page-title h1{
    font-size:38px;
  }
  body.business-page .grid-4,
  body.business-page .biz-images-2,
  body.business-page .biz-images-4{
    grid-template-columns:1fr;
  }
  body.business-page .biz-photo,
  body.business-page .biz-images-2 .biz-photo{
    height:240px;
  }
  body.business-page .business-table-wrap{
    overflow:auto;
  }
  body.business-page .business-table{
    min-width:760px;
  }
}


/* =========================================================
   Business pages unified design pass
   - consistent spacing, tabs, cards, images, tables, CTA
   ========================================================= */
body.business-page .page-hero{
  background:linear-gradient(180deg,#fff 0%,#f8f8f5 100%);
}
body.business-page .page-title{
  grid-template-columns:1fr 360px;
}
body.business-page .page-title .photo{
  height:240px;
}
body.business-page .business-subnav,
body.business-page .subnav{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:24px;
}
body.business-page .business-subnav a,
body.business-page .subnav a{
  padding:10px 14px;
  border-radius:999px;
  border:1px solid var(--line);
  background:#fff;
  color:#4b5562;
  font-size:14px;
  font-weight:760;
  line-height:1.35;
}
body.business-page .business-subnav a.active,
body.business-page .subnav a.active{
  background:var(--red);
  color:#fff;
  border-color:var(--red);
}
body.business-page .section{
  padding:78px 0;
}
body.business-page .grid-banner,
body.business-page .intro-banner{
  padding:34px 24px;
  border:1px solid var(--line);
  border-radius:24px;
  background:
    linear-gradient(0deg,rgba(255,255,255,.84),rgba(255,255,255,.84)),
    repeating-linear-gradient(0deg,#eef0f3 0,#eef0f3 1px,transparent 1px,transparent 10px),
    repeating-linear-gradient(90deg,#eef0f3 0,#eef0f3 1px,transparent 1px,transparent 10px);
  text-align:center;
  box-shadow:none;
}
body.business-page .grid-banner strong,
body.business-page .intro-banner strong{
  color:var(--red);
  font-size:24px;
  line-height:1.55;
  font-weight:820;
  letter-spacing:-.035em;
}
body.business-page .business-intro,
body.business-page .text{
  color:#444d58;
  font-size:17px;
  line-height:1.9;
  font-weight:520;
}
body.business-page .section-bar,
body.business-page .section-tabline .tab,
body.business-page .energy-head .tab{
  display:inline-flex;
  min-width:180px;
  min-height:48px;
  padding:13px 24px;
  align-items:center;
  justify-content:center;
  background:var(--red);
  color:#fff;
  font-size:18px;
  font-weight:820;
  border-radius:0;
}
body.business-page .section-bar-line,
body.business-page .section-tabline .line{
  height:2px;
  background:#e3a1a2;
  margin-bottom:26px;
}
body.business-page .section-tabline{
  margin-top:42px;
}
body.business-page .energy-head{
  display:flex;
  align-items:center;
  border-bottom:2px solid #e3a1a2;
  margin-top:34px;
  gap:16px;
}
body.business-page .energy-head .desc{
  color:#3f4853;
  font-size:18px;
  font-weight:780;
}
body.business-page .photo-row-4,
body.business-page .biz-images-4{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  margin:28px 0 38px;
}
body.business-page .photo-row-4 .photo,
body.business-page .biz-photo{
  height:176px;
  overflow:hidden;
  border-radius:18px;
  border:1px solid var(--line);
  box-shadow:var(--shadow-sm);
  background:#eee;
}
body.business-page .photo-row-4 .photo img,
body.business-page .biz-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
body.business-page .biz-feature{
  display:grid;
  grid-template-columns:1.05fr 1.15fr;
  gap:30px;
  align-items:start;
  margin-bottom:46px;
}
body.business-page .biz-images-2{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}
body.business-page .biz-images-2 .biz-photo{
  height:220px;
}
body.business-page .biz-copy p{
  color:#3f4853;
  font-size:17px;
  line-height:1.86;
  font-weight:540;
}
body.business-page .biz-copy ul,
body.business-page .process-pills,
body.business-page .process-list{
  margin-top:12px;
}
body.business-page .biz-copy li{
  color:#3f4853;
  font-size:16px;
  line-height:1.78;
  font-weight:520;
}
body.business-page .business-matrix,
body.business-page .business-table{
  width:100%;
  border-collapse:collapse;
  background:#fff;
}
body.business-page .business-matrix th,
body.business-page .business-matrix td,
body.business-page .business-table th,
body.business-page .business-table td{
  border:1px solid var(--line);
  padding:17px 18px;
  font-size:15px;
  line-height:1.65;
  color:#3f4853;
}
body.business-page .business-matrix th,
body.business-page .business-table th{
  background:#f7f7f7;
  color:#303741;
  font-weight:820;
  text-align:center;
}
body.business-page .business-table-wrap{
  border:1px solid var(--line);
  border-radius:22px;
  overflow:hidden;
  background:#fff;
  box-shadow:var(--shadow-sm);
  margin:18px 0 30px;
}
body.business-page .business-cta{
  margin-top:36px;
  padding:28px 30px;
  border-radius:22px;
  border:1px solid var(--line);
  background:#fafafa;
  box-shadow:var(--shadow-sm);
}
body.business-page .business-cta p{
  color:#5a6470;
  font-size:16px;
  line-height:1.75;
}
body.business-page .link-card{
  display:block;
}
body.business-page .link-card .menu-card{
  height:100%;
  transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}
body.business-page .link-card:hover .menu-card{
  transform:translateY(-2px);
  box-shadow:0 14px 32px rgba(23,23,24,.08);
  border-color:#d9dde5;
}
body.business-page .reference-card img{
  width:100%;
  height:auto;
}
@media(max-width:1080px){
  body.business-page .page-title,
  body.business-page .biz-feature{
    grid-template-columns:1fr;
  }
  body.business-page .page-title .photo{
    height:280px;
  }
}
@media(max-width:900px){
  body.business-page .photo-row-4,
  body.business-page .biz-images-4{
    grid-template-columns:1fr 1fr;
  }
}
@media(max-width:760px){
  body.business-page .section{
    padding:60px 0;
  }
  body.business-page .photo-row-4,
  body.business-page .biz-images-4,
  body.business-page .biz-images-2{
    grid-template-columns:1fr;
  }
  body.business-page .photo-row-4 .photo,
  body.business-page .biz-photo,
  body.business-page .biz-images-2 .biz-photo{
    height:240px;
  }
  body.business-page .business-table-wrap{
    overflow:auto;
  }
  body.business-page .business-table,
  body.business-page .business-matrix{
    min-width:760px;
  }
  body.business-page .energy-head{
    align-items:flex-start;
    flex-direction:column;
    gap:10px;
  }
}


/* =========================================================
   FINAL BUSINESS UNIFIED DESIGN PASS v13
   ========================================================= */
body.business-page .page-hero{
  background:linear-gradient(180deg,#fff 0%,#f8f8f5 100%);
}
body.business-page .page-title{
  grid-template-columns:1fr 360px;
}
body.business-page .page-title .photo{
  height:240px;
}
body.business-page .business-subnav,
body.business-page .subnav{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:24px;
}
body.business-page .business-subnav a,
body.business-page .subnav a{
  padding:10px 14px;
  border-radius:999px;
  border:1px solid var(--line);
  background:#fff;
  color:#4b5562;
  font-size:14px;
  font-weight:760;
  line-height:1.35;
}
body.business-page .business-subnav a.active,
body.business-page .subnav a.active{
  background:var(--red);
  color:#fff;
  border-color:var(--red);
}
body.business-page .section{
  padding:78px 0;
}
body.business-page .grid-banner,
body.business-page .intro-banner{
  padding:34px 24px;
  border:1px solid var(--line);
  border-radius:24px;
  background:
    linear-gradient(0deg,rgba(255,255,255,.84),rgba(255,255,255,.84)),
    repeating-linear-gradient(0deg,#eef0f3 0,#eef0f3 1px,transparent 1px,transparent 10px),
    repeating-linear-gradient(90deg,#eef0f3 0,#eef0f3 1px,transparent 1px,transparent 10px);
  text-align:center;
  box-shadow:none;
}
body.business-page .grid-banner strong,
body.business-page .intro-banner strong{
  color:var(--red);
  font-size:24px;
  line-height:1.55;
  font-weight:820;
  letter-spacing:-.035em;
}
body.business-page .business-intro,
body.business-page .text{
  color:#444d58;
  font-size:17px;
  line-height:1.9;
  font-weight:520;
}
body.business-page .section-bar,
body.business-page .section-tabline .tab,
body.business-page .energy-head .tab{
  display:inline-flex;
  min-width:180px;
  min-height:48px;
  padding:13px 24px;
  align-items:center;
  justify-content:center;
  background:var(--red);
  color:#fff;
  font-size:18px;
  font-weight:820;
  border-radius:0;
}
body.business-page .section-bar-line,
body.business-page .section-tabline .line{
  height:2px;
  background:#e3a1a2;
  margin-bottom:26px;
}
body.business-page .section-tabline{
  margin-top:42px;
}
body.business-page .energy-head{
  display:flex;
  align-items:center;
  border-bottom:2px solid #e3a1a2;
  margin-top:34px;
  gap:16px;
}
body.business-page .energy-head .desc{
  color:#3f4853;
  font-size:18px;
  font-weight:780;
}
body.business-page .photo-row-4,
body.business-page .biz-images-4{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  margin:28px 0 38px;
}
body.business-page .photo-row-4 .photo,
body.business-page .biz-photo{
  height:176px;
  overflow:hidden;
  border-radius:18px;
  border:1px solid var(--line);
  box-shadow:var(--shadow-sm);
  background:#eee;
}
body.business-page .photo-row-4 .photo img,
body.business-page .biz-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
body.business-page .biz-feature{
  display:grid;
  grid-template-columns:1.05fr 1.15fr;
  gap:30px;
  align-items:start;
  margin-bottom:46px;
}
body.business-page .biz-images-2{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}
body.business-page .biz-images-2 .biz-photo{
  height:220px;
}
body.business-page .biz-copy p{
  color:#3f4853;
  font-size:17px;
  line-height:1.86;
  font-weight:540;
}
body.business-page .biz-copy li{
  color:#3f4853;
  font-size:16px;
  line-height:1.78;
  font-weight:520;
}
body.business-page .business-matrix,
body.business-page .business-table{
  width:100%;
  border-collapse:collapse;
  background:#fff;
}
body.business-page .business-matrix th,
body.business-page .business-matrix td,
body.business-page .business-table th,
body.business-page .business-table td{
  border:1px solid var(--line);
  padding:17px 18px;
  font-size:15px;
  line-height:1.65;
  color:#3f4853;
}
body.business-page .business-matrix th,
body.business-page .business-table th{
  background:#f7f7f7;
  color:#303741;
  font-weight:820;
  text-align:center;
}
body.business-page .business-table-wrap{
  border:1px solid var(--line);
  border-radius:22px;
  overflow:hidden;
  background:#fff;
  box-shadow:var(--shadow-sm);
  margin:18px 0 30px;
}
body.business-page .business-cta{
  margin-top:36px;
  padding:28px 30px;
  border-radius:22px;
  border:1px solid var(--line);
  background:#fafafa;
  box-shadow:var(--shadow-sm);
}
body.business-page .business-cta p{
  color:#5a6470;
  font-size:16px;
  line-height:1.75;
}
body.business-page .link-card{
  display:block;
}
body.business-page .link-card .menu-card{
  height:100%;
  transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}
body.business-page .link-card:hover .menu-card{
  transform:translateY(-2px);
  box-shadow:0 14px 32px rgba(23,23,24,.08);
  border-color:#d9dde5;
}
body.business-page .reference-card img{
  width:100%;
  height:auto;
}
@media(max-width:1080px){
  body.business-page .page-title,
  body.business-page .biz-feature{
    grid-template-columns:1fr;
  }
  body.business-page .page-title .photo{
    height:280px;
  }
}
@media(max-width:900px){
  body.business-page .photo-row-4,
  body.business-page .biz-images-4{
    grid-template-columns:1fr 1fr;
  }
}
@media(max-width:760px){
  body.business-page .section{
    padding:60px 0;
  }
  body.business-page .photo-row-4,
  body.business-page .biz-images-4,
  body.business-page .biz-images-2{
    grid-template-columns:1fr;
  }
  body.business-page .photo-row-4 .photo,
  body.business-page .biz-photo,
  body.business-page .biz-images-2 .biz-photo{
    height:240px;
  }
  body.business-page .business-table-wrap{
    overflow:auto;
  }
  body.business-page .business-table,
  body.business-page .business-matrix{
    min-width:760px;
  }
  body.business-page .energy-head{
    align-items:flex-start;
    flex-direction:column;
    gap:10px;
  }
}


/* =========================================================
   Safety & Quality page enhancement
   ========================================================= */
body.safety-page .page-hero{
  background:linear-gradient(180deg,#fff 0%,#f8f8f5 100%);
}
body.safety-page .page-title{
  grid-template-columns:1fr 360px;
}
body.safety-page .page-title .photo{
  height:250px;
}
body.safety-page .safety-subnav{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:24px;
}
body.safety-page .safety-subnav a{
  padding:10px 14px;
  border-radius:999px;
  border:1px solid var(--line);
  background:#fff;
  color:#4b5562;
  font-size:14px;
  font-weight:760;
}
.safety-statement{
  padding:40px 34px;
  border-radius:28px;
  border:1px solid var(--line);
  background:
    linear-gradient(135deg,rgba(255,255,255,.92),rgba(255,255,255,.78)),
    repeating-linear-gradient(0deg,#eef0f3 0,#eef0f3 1px,transparent 1px,transparent 10px),
    repeating-linear-gradient(90deg,#eef0f3 0,#eef0f3 1px,transparent 1px,transparent 10px);
  box-shadow:var(--shadow-sm);
}
.safety-statement .eyebrow{
  color:var(--red);
  font-size:15px;
  font-weight:820;
  letter-spacing:.06em;
  margin-bottom:14px;
}
.safety-statement h2{
  font-size:36px;
  line-height:1.25;
  letter-spacing:-.055em;
  margin:0;
}
.safety-statement p{
  margin-top:16px;
  color:#4e5864;
  font-size:17px;
  line-height:1.85;
  max-width:930px;
}
.safety-metrics{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
  margin-top:24px;
}
.safety-metric{
  padding:22px 20px;
  border-radius:22px;
  border:1px solid var(--line);
  background:#fff;
  box-shadow:var(--shadow-sm);
}
.safety-metric strong{
  display:block;
  color:var(--red);
  font-size:28px;
  line-height:1.15;
  letter-spacing:-.04em;
}
.safety-metric span{
  display:block;
  margin-top:8px;
  color:#5b6572;
  font-size:14px;
  line-height:1.55;
  font-weight:650;
}
.safety-block{
  margin-top:56px;
}
.safety-head{
  display:flex;
  align-items:center;
  gap:16px;
  margin-bottom:24px;
}
.safety-head .tab{
  display:inline-flex;
  min-width:190px;
  min-height:48px;
  padding:13px 24px;
  align-items:center;
  justify-content:center;
  background:var(--red);
  color:#fff;
  font-size:18px;
  font-weight:820;
}
.safety-head .line{
  height:2px;
  background:#e3a1a2;
  flex:1;
}
.safety-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.safety-card{
  padding:24px 22px;
  border:1px solid var(--line);
  border-radius:24px;
  background:#fff;
  box-shadow:var(--shadow-sm);
}
.safety-card .num{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  border-radius:50%;
  background:#fff2f2;
  color:var(--red);
  font-weight:860;
  margin-bottom:14px;
}
.safety-card h3{
  margin:0 0 10px;
  color:#2f3742;
  font-size:19px;
  letter-spacing:-.035em;
}
.safety-card p,
.safety-card li{
  color:#5b6572;
  font-size:15px;
  line-height:1.72;
}
.safety-card ul{
  margin:10px 0 0 18px;
  padding:0;
}
.safety-org{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}
.safety-org .org-card{
  padding:24px;
  border:1px solid var(--line);
  border-radius:24px;
  background:#fff;
  box-shadow:var(--shadow-sm);
}
.safety-org .org-card h3{
  margin:0 0 12px;
  color:#2f3742;
  font-size:20px;
}
.safety-org .org-card p{
  color:#5b6572;
  line-height:1.75;
}
.safety-flow{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:12px;
  margin-top:18px;
}
.safety-flow .flow-step{
  padding:18px 12px;
  min-height:116px;
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
  text-align:center;
  box-shadow:var(--shadow-sm);
  position:relative;
}
.safety-flow .flow-step strong{
  display:block;
  color:#2f3742;
  font-size:15px;
  line-height:1.4;
}
.safety-flow .flow-step span{
  display:block;
  margin-top:8px;
  color:#6a7480;
  font-size:13px;
  line-height:1.5;
}
.program-list{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
}
.program-item{
  padding:22px 22px;
  border-radius:22px;
  border:1px solid var(--line);
  background:#fff;
  box-shadow:var(--shadow-sm);
}
.program-item h3{
  margin:0 0 10px;
  color:#2f3742;
  font-size:19px;
}
.program-item p{
  color:#5b6572;
  font-size:15px;
  line-height:1.75;
}
.safety-quote{
  margin-top:52px;
  padding:36px 34px;
  border-radius:28px;
  background:#171718;
  color:#fff;
}
.safety-quote h2{
  color:#fff;
  font-size:30px;
  line-height:1.35;
  margin:0 0 14px;
}
.safety-quote p{
  color:#e8e8e8;
  font-size:16px;
  line-height:1.8;
}
@media(max-width:1080px){
  body.safety-page .page-title,
  .safety-org{
    grid-template-columns:1fr;
  }
  .safety-metrics,
  .safety-grid{
    grid-template-columns:repeat(2,1fr);
  }
  .safety-flow{
    grid-template-columns:repeat(3,1fr);
  }
}
@media(max-width:760px){
  .safety-metrics,
  .safety-grid,
  .program-list,
  .safety-flow{
    grid-template-columns:1fr;
  }
  .safety-head{
    align-items:flex-start;
    flex-direction:column;
  }
  .safety-head .line{
    width:100%;
  }
  .safety-statement h2{
    font-size:28px;
  }
}


/* =========================================================
   Risk assessment & field inspection detail page
   ========================================================= */
body.risk-page .page-hero{
  background:linear-gradient(180deg,#fff 0%,#f8f8f5 100%);
}
.risk-hero-note{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  margin-top:26px;
}
.risk-hero-note .note{
  padding:18px 18px;
  border:1px solid var(--line);
  border-radius:20px;
  background:#fff;
  box-shadow:var(--shadow-sm);
}
.risk-hero-note strong{
  display:block;
  color:var(--red);
  font-size:18px;
  margin-bottom:8px;
}
.risk-hero-note span{
  display:block;
  color:#5b6572;
  font-size:14px;
  line-height:1.62;
}
.risk-tabs{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:24px;
}
.risk-tabs a{
  padding:10px 14px;
  border-radius:999px;
  border:1px solid var(--line);
  background:#fff;
  color:#4b5562;
  font-size:14px;
  font-weight:760;
}
.risk-section{
  margin-top:60px;
}
.risk-head{
  display:flex;
  align-items:center;
  gap:16px;
  margin-bottom:24px;
}
.risk-head .tab{
  display:inline-flex;
  min-height:48px;
  padding:13px 24px;
  align-items:center;
  justify-content:center;
  background:var(--red);
  color:#fff;
  font-size:18px;
  font-weight:820;
}
.risk-head .line{
  height:2px;
  flex:1;
  background:#e3a1a2;
}
.risk-leadbox{
  padding:34px 30px;
  border-radius:26px;
  border:1px solid var(--line);
  background:#fff;
  box-shadow:var(--shadow-sm);
}
.risk-leadbox h2{
  margin:0 0 12px;
  color:#202631;
  font-size:30px;
  line-height:1.32;
  letter-spacing:-.05em;
}
.risk-leadbox p{
  color:#535e6b;
  font-size:17px;
  line-height:1.85;
}
.risk-grid-3{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-top:22px;
}
.risk-grid-4{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
  margin-top:22px;
}
.risk-card{
  padding:22px 20px;
  border:1px solid var(--line);
  border-radius:22px;
  background:#fff;
  box-shadow:var(--shadow-sm);
}
.risk-card h3{
  margin:0 0 10px;
  color:#2f3742;
  font-size:19px;
  letter-spacing:-.035em;
}
.risk-card p,
.risk-card li{
  color:#5b6572;
  font-size:15px;
  line-height:1.72;
}
.risk-card ul{
  margin:8px 0 0 18px;
  padding:0;
}
.risk-chip-list{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}
.risk-chip-list span{
  padding:9px 12px;
  border-radius:999px;
  border:1px solid #ead0d0;
  background:#fff7f7;
  color:#454e5a;
  font-size:14px;
  font-weight:720;
}
.method-timeline{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-top:22px;
}
.method-step{
  padding:26px 22px;
  border-radius:24px;
  border:1px solid var(--line);
  background:#fff;
  box-shadow:var(--shadow-sm);
  position:relative;
}
.method-step .day{
  display:inline-block;
  padding:7px 12px;
  border-radius:999px;
  background:#171718;
  color:#fff;
  font-size:13px;
  font-weight:820;
  margin-bottom:16px;
}
.method-step h3{
  margin:0 0 10px;
  color:#2f3742;
  font-size:20px;
}
.method-step p{
  color:#5b6572;
  font-size:15px;
  line-height:1.75;
}
.risk-table{
  width:100%;
  border-collapse:collapse;
  margin-top:18px;
  background:#fff;
}
.risk-table th,
.risk-table td{
  border:1px solid var(--line);
  padding:15px 16px;
  font-size:15px;
  line-height:1.65;
  color:#46515e;
  vertical-align:top;
}
.risk-table th{
  background:#f7f7f7;
  color:#252d38;
  font-weight:820;
  text-align:left;
}
.risk-table-wrap{
  margin-top:20px;
  border:1px solid var(--line);
  border-radius:22px;
  overflow:hidden;
  box-shadow:var(--shadow-sm);
}
.risk-cta{
  margin-top:44px;
  padding:32px 30px;
  border-radius:26px;
  background:#171718;
  color:#fff;
}
.risk-cta h2{
  color:#fff;
  margin:0 0 12px;
  font-size:28px;
}
.risk-cta p{
  color:#e9e9e9;
  font-size:16px;
  line-height:1.78;
}
.safety-risk-link{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:20px;
  margin-top:28px;
  padding:28px;
  border:1px solid var(--line);
  border-radius:26px;
  background:#fff;
  box-shadow:var(--shadow-sm);
}
.safety-risk-link h3{
  margin:0 0 10px;
  color:#202631;
  font-size:24px;
}
.safety-risk-link p{
  color:#5b6572;
  font-size:16px;
  line-height:1.78;
}
.safety-risk-link .actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
}
@media(max-width:1080px){
  .risk-hero-note,
  .risk-grid-3,
  .method-timeline,
  .safety-risk-link{
    grid-template-columns:1fr;
  }
  .risk-grid-4{
    grid-template-columns:repeat(2,1fr);
  }
  .safety-risk-link .actions{
    justify-content:flex-start;
  }
}
@media(max-width:760px){
  .risk-grid-4{
    grid-template-columns:1fr;
  }
  .risk-head{
    align-items:flex-start;
    flex-direction:column;
  }
  .risk-head .line{
    width:100%;
  }
  .risk-table-wrap{
    overflow:auto;
  }
  .risk-table{
    min-width:760px;
  }
}


/* =========================================================
   Safety signage resource page
   ========================================================= */
body.signage-page .page-hero{
  background:linear-gradient(180deg,#fff 0%,#f8f8f5 100%);
}
.signage-tabs{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:24px;
}
.signage-tabs a{
  padding:10px 14px;
  border-radius:999px;
  border:1px solid var(--line);
  background:#fff;
  color:#4b5562;
  font-size:14px;
  font-weight:760;
}
.signage-visuals{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-top:28px;
}
.signage-shot{
  border:1px solid var(--line);
  border-radius:24px;
  background:#fff;
  box-shadow:var(--shadow-sm);
  overflow:hidden;
}
.signage-shot img{
  width:100%;
  height:260px;
  object-fit:contain;
  background:#fff;
  display:block;
}
.signage-shot figcaption{
  padding:16px 18px;
  border-top:1px solid var(--line);
  color:#424c58;
  font-size:15px;
  line-height:1.6;
  font-weight:650;
}
.signage-section{
  margin-top:58px;
}
.signage-head{
  display:flex;
  align-items:center;
  gap:16px;
  margin-bottom:24px;
}
.signage-head .tab{
  display:inline-flex;
  min-height:48px;
  padding:13px 24px;
  align-items:center;
  justify-content:center;
  background:var(--red);
  color:#fff;
  font-size:18px;
  font-weight:820;
}
.signage-head .line{
  height:2px;
  flex:1;
  background:#e3a1a2;
}
.signage-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.signage-card{
  padding:23px 22px;
  border:1px solid var(--line);
  border-radius:24px;
  background:#fff;
  box-shadow:var(--shadow-sm);
}
.signage-card h3{
  margin:0 0 10px;
  color:#2f3742;
  font-size:19px;
  letter-spacing:-.035em;
}
.signage-card p,
.signage-card li{
  color:#5b6572;
  font-size:15px;
  line-height:1.74;
}
.signage-card ul{
  margin:8px 0 0 18px;
  padding:0;
}
.signage-table-wrap{
  margin-top:22px;
  border:1px solid var(--line);
  border-radius:22px;
  overflow:hidden;
  box-shadow:var(--shadow-sm);
}
.signage-table{
  width:100%;
  border-collapse:collapse;
  background:#fff;
}
.signage-table th,
.signage-table td{
  border:1px solid var(--line);
  padding:15px 16px;
  color:#46515e;
  font-size:15px;
  line-height:1.68;
  vertical-align:top;
}
.signage-table th{
  background:#f7f7f7;
  color:#252d38;
  font-weight:820;
  text-align:left;
}
.download-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-top:20px;
}
.download-card{
  display:block;
  padding:18px 18px;
  border:1px solid var(--line);
  border-radius:20px;
  background:#fff;
  box-shadow:var(--shadow-sm);
}
.download-card strong{
  display:block;
  color:#2f3742;
  font-size:16px;
  margin-bottom:6px;
}
.download-card span{
  display:block;
  color:#697485;
  font-size:14px;
  line-height:1.55;
}
.signage-cta{
  margin-top:42px;
  padding:32px 30px;
  border-radius:26px;
  background:#171718;
  color:#fff;
}
.signage-cta h2{
  color:#fff;
  margin:0 0 12px;
  font-size:28px;
}
.signage-cta p{
  color:#e9e9e9;
  font-size:16px;
  line-height:1.78;
}
@media(max-width:1080px){
  .signage-visuals,
  .signage-grid,
  .download-grid{
    grid-template-columns:1fr 1fr;
  }
}
@media(max-width:760px){
  .signage-visuals,
  .signage-grid,
  .download-grid{
    grid-template-columns:1fr;
  }
  .signage-head{
    align-items:flex-start;
    flex-direction:column;
  }
  .signage-head .line{
    width:100%;
  }
  .signage-table-wrap{
    overflow:auto;
  }
  .signage-table{
    min-width:760px;
  }
}


/* =========================================================
   Major accident alert page
   ========================================================= */
body.major-alert-page .page-hero{
  background:linear-gradient(180deg,#fff 0%,#f8f8f5 100%);
}
.major-tabs{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:24px;
}
.major-tabs a{
  padding:10px 14px;
  border-radius:999px;
  border:1px solid var(--line);
  background:#fff;
  color:#4b5562;
  font-size:14px;
  font-weight:760;
}
.major-summary{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
  margin-top:28px;
}
.major-summary .item{
  padding:22px 20px;
  border:1px solid var(--line);
  border-radius:22px;
  background:#fff;
  box-shadow:var(--shadow-sm);
}
.major-summary strong{
  display:block;
  color:var(--red);
  font-size:30px;
  line-height:1.1;
  letter-spacing:-.045em;
}
.major-summary span{
  display:block;
  margin-top:8px;
  color:#5b6572;
  font-size:14px;
  line-height:1.55;
  font-weight:650;
}
.major-section{
  margin-top:58px;
}
.major-head{
  display:flex;
  align-items:center;
  gap:16px;
  margin-bottom:24px;
}
.major-head .tab{
  display:inline-flex;
  min-height:48px;
  padding:13px 24px;
  align-items:center;
  justify-content:center;
  background:var(--red);
  color:#fff;
  font-size:18px;
  font-weight:820;
}
.major-head .line{
  height:2px;
  flex:1;
  background:#e3a1a2;
}
.major-principle{
  padding:34px 30px;
  border-radius:26px;
  border:1px solid var(--line);
  background:
    linear-gradient(135deg,rgba(255,255,255,.94),rgba(255,255,255,.82)),
    repeating-linear-gradient(0deg,#eef0f3 0,#eef0f3 1px,transparent 1px,transparent 10px),
    repeating-linear-gradient(90deg,#eef0f3 0,#eef0f3 1px,transparent 1px,transparent 10px);
  box-shadow:var(--shadow-sm);
}
.major-principle h2{
  margin:0 0 12px;
  color:#202631;
  font-size:31px;
  line-height:1.32;
  letter-spacing:-.055em;
}
.major-principle p{
  color:#535e6b;
  font-size:17px;
  line-height:1.85;
}
.major-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
  margin-top:24px;
}
.major-card{
  border:1px solid var(--line);
  border-radius:24px;
  background:#fff;
  box-shadow:var(--shadow-sm);
  overflow:hidden;
}
.major-card img{
  display:block;
  width:100%;
  height:420px;
  object-fit:contain;
  background:#eef1f6;
}
.major-card .body{
  padding:18px 20px 20px;
}
.major-card .meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:10px;
}
.major-card .meta span{
  padding:6px 10px;
  border-radius:999px;
  background:#fff2f2;
  color:var(--red);
  font-size:13px;
  font-weight:820;
}
.major-card h3{
  margin:0 0 8px;
  color:#2f3742;
  font-size:18px;
  letter-spacing:-.035em;
  line-height:1.45;
}
.major-card p{
  color:#5b6572;
  font-size:14px;
  line-height:1.65;
}
.major-table-wrap{
  margin-top:24px;
  border:1px solid var(--line);
  border-radius:22px;
  overflow:hidden;
  box-shadow:var(--shadow-sm);
}
.major-table{
  width:100%;
  border-collapse:collapse;
  background:#fff;
}
.major-table th,
.major-table td{
  border:1px solid var(--line);
  padding:15px 16px;
  color:#46515e;
  font-size:15px;
  line-height:1.7;
  vertical-align:top;
}
.major-table th{
  background:#f7f7f7;
  color:#252d38;
  font-weight:820;
  text-align:left;
}
.major-flow{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:14px;
  margin-top:24px;
}
.major-flow .step{
  min-height:142px;
  padding:20px 16px;
  border:1px solid var(--line);
  border-radius:20px;
  background:#fff;
  box-shadow:var(--shadow-sm);
}
.major-flow .step strong{
  display:block;
  color:#2f3742;
  font-size:17px;
  margin-bottom:8px;
}
.major-flow .step span{
  display:block;
  color:#5b6572;
  font-size:14px;
  line-height:1.58;
}
.major-cta{
  margin-top:44px;
  padding:32px 30px;
  border-radius:26px;
  background:#171718;
  color:#fff;
}
.major-cta h2{
  color:#fff;
  margin:0 0 12px;
  font-size:28px;
}
.major-cta p{
  color:#e9e9e9;
  font-size:16px;
  line-height:1.78;
}
@media(max-width:1180px){
  .major-grid{
    grid-template-columns:repeat(2,1fr);
  }
  .major-flow{
    grid-template-columns:repeat(2,1fr);
  }
}
@media(max-width:900px){
  .major-summary{
    grid-template-columns:repeat(2,1fr);
  }
}
@media(max-width:760px){
  .major-grid,
  .major-summary,
  .major-flow{
    grid-template-columns:1fr;
  }
  .major-card img{
    height:auto;
  }
  .major-head{
    align-items:flex-start;
    flex-direction:column;
  }
  .major-head .line{
    width:100%;
  }
  .major-table-wrap{
    overflow:auto;
  }
  .major-table{
    min-width:760px;
  }
}


/* =========================================================
   Rest facility standards page
   ========================================================= */
body.rest-page .page-hero{
  background:linear-gradient(180deg,#fff 0%,#f8f8f5 100%);
}
.rest-tabs{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:24px;
}
.rest-tabs a{
  padding:10px 14px;
  border-radius:999px;
  border:1px solid var(--line);
  background:#fff;
  color:#4b5562;
  font-size:14px;
  font-weight:760;
}
.rest-summary{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
  margin-top:28px;
}
.rest-summary .item{
  padding:22px 20px;
  border:1px solid var(--line);
  border-radius:22px;
  background:#fff;
  box-shadow:var(--shadow-sm);
}
.rest-summary strong{
  display:block;
  color:var(--red);
  font-size:29px;
  line-height:1.1;
  letter-spacing:-.045em;
}
.rest-summary span{
  display:block;
  margin-top:8px;
  color:#5b6572;
  font-size:14px;
  line-height:1.55;
  font-weight:650;
}
.rest-section{
  margin-top:58px;
}
.rest-head{
  display:flex;
  align-items:center;
  gap:16px;
  margin-bottom:24px;
}
.rest-head .tab{
  display:inline-flex;
  min-height:48px;
  padding:13px 24px;
  align-items:center;
  justify-content:center;
  background:var(--red);
  color:#fff;
  font-size:18px;
  font-weight:820;
}
.rest-head .line{
  height:2px;
  flex:1;
  background:#e3a1a2;
}
.rest-principle{
  padding:34px 30px;
  border-radius:26px;
  border:1px solid var(--line);
  background:
    linear-gradient(135deg,rgba(255,255,255,.94),rgba(255,255,255,.82)),
    repeating-linear-gradient(0deg,#eef0f3 0,#eef0f3 1px,transparent 1px,transparent 10px),
    repeating-linear-gradient(90deg,#eef0f3 0,#eef0f3 1px,transparent 1px,transparent 10px);
  box-shadow:var(--shadow-sm);
}
.rest-principle h2{
  margin:0 0 12px;
  color:#202631;
  font-size:31px;
  line-height:1.32;
  letter-spacing:-.055em;
}
.rest-principle p{
  color:#535e6b;
  font-size:17px;
  line-height:1.85;
}
.rest-criteria{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-top:24px;
}
.rest-card{
  padding:23px 22px;
  border:1px solid var(--line);
  border-radius:24px;
  background:#fff;
  box-shadow:var(--shadow-sm);
}
.rest-card .num{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  border-radius:50%;
  background:#fff2f2;
  color:var(--red);
  font-weight:860;
  margin-bottom:14px;
}
.rest-card h3{
  margin:0 0 10px;
  color:#2f3742;
  font-size:19px;
  letter-spacing:-.035em;
}
.rest-card p{
  color:#5b6572;
  font-size:15px;
  line-height:1.75;
}
.rest-table-wrap{
  margin-top:24px;
  border:1px solid var(--line);
  border-radius:22px;
  overflow:hidden;
  box-shadow:var(--shadow-sm);
}
.rest-table{
  width:100%;
  border-collapse:collapse;
  background:#fff;
}
.rest-table th,
.rest-table td{
  border:1px solid var(--line);
  padding:15px 16px;
  color:#46515e;
  font-size:15px;
  line-height:1.7;
  vertical-align:top;
}
.rest-table th{
  background:#f7f7f7;
  color:#252d38;
  font-weight:820;
  text-align:left;
}
.rest-flow{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:14px;
  margin-top:24px;
}
.rest-flow .step{
  min-height:132px;
  padding:20px 16px;
  border:1px solid var(--line);
  border-radius:20px;
  background:#fff;
  box-shadow:var(--shadow-sm);
}
.rest-flow .step strong{
  display:block;
  color:#2f3742;
  font-size:17px;
  margin-bottom:8px;
}
.rest-flow .step span{
  display:block;
  color:#5b6572;
  font-size:14px;
  line-height:1.58;
}
.rest-cta{
  margin-top:44px;
  padding:32px 30px;
  border-radius:26px;
  background:#171718;
  color:#fff;
}
.rest-cta h2{
  color:#fff;
  margin:0 0 12px;
  font-size:28px;
}
.rest-cta p{
  color:#e9e9e9;
  font-size:16px;
  line-height:1.78;
}
@media(max-width:1080px){
  .rest-summary,
  .rest-criteria{
    grid-template-columns:repeat(2,1fr);
  }
  .rest-flow{
    grid-template-columns:repeat(2,1fr);
  }
}
@media(max-width:760px){
  .rest-summary,
  .rest-criteria,
  .rest-flow{
    grid-template-columns:1fr;
  }
  .rest-head{
    align-items:flex-start;
    flex-direction:column;
  }
  .rest-head .line{
    width:100%;
  }
  .rest-table-wrap{
    overflow:auto;
  }
  .rest-table{
    min-width:760px;
  }
}


/* =========================================================
   Customer center basic pages
   ========================================================= */
body.customer-page .page-hero{
  background:linear-gradient(180deg,#fff 0%,#f8f8f5 100%);
}
.customer-subnav{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:24px;
}
.customer-subnav a{
  padding:10px 14px;
  border-radius:999px;
  border:1px solid var(--line);
  background:#fff;
  color:#4b5562;
  font-size:14px;
  font-weight:760;
}
.customer-subnav a.active{
  background:var(--red);
  color:#fff;
  border-color:var(--red);
}
.customer-panel{
  padding:34px 30px;
  border-radius:26px;
  border:1px solid var(--line);
  background:
    linear-gradient(135deg,rgba(255,255,255,.94),rgba(255,255,255,.82)),
    repeating-linear-gradient(0deg,#eef0f3 0,#eef0f3 1px,transparent 1px,transparent 10px),
    repeating-linear-gradient(90deg,#eef0f3 0,#eef0f3 1px,transparent 1px,transparent 10px);
  box-shadow:var(--shadow-sm);
}
.customer-panel h2{
  margin:0 0 12px;
  color:#202631;
  font-size:31px;
  line-height:1.32;
  letter-spacing:-.055em;
}
.customer-panel p{
  color:#535e6b;
  font-size:17px;
  line-height:1.85;
}
.customer-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  margin-top:26px;
}
.customer-card{
  display:block;
  padding:24px 22px;
  border:1px solid var(--line);
  border-radius:24px;
  background:#fff;
  box-shadow:var(--shadow-sm);
  min-height:180px;
  transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}
.customer-card:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 32px rgba(23,23,24,.08);
  border-color:#d9dde5;
}
.customer-card .num{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  border-radius:50%;
  background:#fff2f2;
  color:var(--red);
  font-weight:860;
  margin-bottom:14px;
}
.customer-card h3{
  margin:0 0 10px;
  color:#2f3742;
  font-size:19px;
  letter-spacing:-.035em;
}
.customer-card p{
  color:#5b6572;
  font-size:15px;
  line-height:1.72;
}
.customer-section{
  margin-top:58px;
}
.customer-head{
  display:flex;
  align-items:center;
  gap:16px;
  margin-bottom:24px;
}
.customer-head .tab{
  display:inline-flex;
  min-height:48px;
  padding:13px 24px;
  align-items:center;
  justify-content:center;
  background:var(--red);
  color:#fff;
  font-size:18px;
  font-weight:820;
}
.customer-head .line{
  height:2px;
  flex:1;
  background:#e3a1a2;
}
.customer-form{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
  padding:26px;
  border:1px solid var(--line);
  border-radius:24px;
  background:#fff;
  box-shadow:var(--shadow-sm);
}
.customer-form label{
  display:block;
  color:#2f3742;
  font-size:14px;
  font-weight:820;
}
.customer-form input,
.customer-form select,
.customer-form textarea{
  width:100%;
  margin-top:8px;
  padding:13px 14px;
  border:1px solid var(--line);
  border-radius:14px;
  background:#fafafa;
  color:#323b46;
  font-size:15px;
  font-family:inherit;
}
.customer-form textarea{
  min-height:150px;
  resize:vertical;
}
.customer-form .full{
  grid-column:1/-1;
}
.customer-form .form-note{
  grid-column:1/-1;
  padding:16px 18px;
  border-radius:18px;
  background:#fff7f7;
  color:#5b6572;
  font-size:14px;
  line-height:1.65;
}
.customer-flow{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:14px;
  margin-top:24px;
}
.customer-flow .step{
  min-height:126px;
  padding:20px 16px;
  border:1px solid var(--line);
  border-radius:20px;
  background:#fff;
  box-shadow:var(--shadow-sm);
}
.customer-flow .step strong{
  display:block;
  color:#2f3742;
  font-size:17px;
  margin-bottom:8px;
}
.customer-flow .step span{
  display:block;
  color:#5b6572;
  font-size:14px;
  line-height:1.58;
}
.customer-table-wrap{
  margin-top:22px;
  border:1px solid var(--line);
  border-radius:22px;
  overflow:hidden;
  box-shadow:var(--shadow-sm);
}
.customer-table{
  width:100%;
  border-collapse:collapse;
  background:#fff;
}
.customer-table th,
.customer-table td{
  border:1px solid var(--line);
  padding:15px 16px;
  color:#46515e;
  font-size:15px;
  line-height:1.7;
  vertical-align:top;
}
.customer-table th{
  background:#f7f7f7;
  color:#252d38;
  font-weight:820;
  text-align:left;
}
.news-list{
  display:grid;
  gap:14px;
}
.news-item{
  display:grid;
  grid-template-columns:90px 1fr 110px;
  gap:14px;
  align-items:center;
  padding:18px 20px;
  border:1px solid var(--line);
  border-radius:20px;
  background:#fff;
  box-shadow:var(--shadow-sm);
}
.news-item .tag{
  color:var(--red);
  font-weight:850;
  font-size:14px;
}
.news-item strong{
  color:#2f3742;
  font-size:17px;
}
.news-item span{
  color:#7a8490;
  font-size:14px;
}
.customer-cta{
  margin-top:44px;
  padding:32px 30px;
  border-radius:26px;
  background:#171718;
  color:#fff;
}
.customer-cta h2{
  color:#fff;
  margin:0 0 12px;
  font-size:28px;
}
.customer-cta p{
  color:#e9e9e9;
  font-size:16px;
  line-height:1.78;
}
@media(max-width:1080px){
  .customer-grid{grid-template-columns:repeat(2,1fr)}
  .customer-flow{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:760px){
  .customer-grid,
  .customer-flow,
  .customer-form{grid-template-columns:1fr}
  .customer-form .full{grid-column:auto}
  .customer-head{align-items:flex-start;flex-direction:column}
  .customer-head .line{width:100%}
  .news-item{grid-template-columns:1fr}
  .customer-table-wrap{overflow:auto}
  .customer-table{min-width:760px}
}


/* =========================================================
   FM Practical Hub - Cleaning Guide
   ========================================================= */
body.hub-page .page-hero{
  background:linear-gradient(180deg,#fff 0%,#f8f8f5 100%);
}
.hub-subnav{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:24px;
}
.hub-subnav a{
  padding:10px 14px;
  border-radius:999px;
  border:1px solid var(--line);
  background:#fff;
  color:#4b5562;
  font-size:14px;
  font-weight:760;
}
.hub-subnav a.active{
  background:var(--red);
  color:#fff;
  border-color:var(--red);
}
.hub-panel{
  padding:34px 30px;
  border-radius:26px;
  border:1px solid var(--line);
  background:
    linear-gradient(135deg,rgba(255,255,255,.94),rgba(255,255,255,.82)),
    repeating-linear-gradient(0deg,#eef0f3 0,#eef0f3 1px,transparent 1px,transparent 10px),
    repeating-linear-gradient(90deg,#eef0f3 0,#eef0f3 1px,transparent 1px,transparent 10px);
  box-shadow:var(--shadow-sm);
}
.hub-panel h2{
  margin:0 0 12px;
  color:#202631;
  font-size:31px;
  line-height:1.32;
  letter-spacing:-.055em;
}
.hub-panel p{
  color:#535e6b;
  font-size:17px;
  line-height:1.85;
}
.hub-tool-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  margin-top:26px;
}
.hub-tool-card{
  display:block;
  padding:24px 22px;
  border:1px solid var(--line);
  border-radius:24px;
  background:#fff;
  box-shadow:var(--shadow-sm);
  min-height:172px;
  transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}
.hub-tool-card:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 32px rgba(23,23,24,.08);
  border-color:#d9dde5;
}
.hub-tool-card .num{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  border-radius:50%;
  background:#fff2f2;
  color:var(--red);
  font-weight:860;
  margin-bottom:14px;
}
.hub-tool-card h3{
  margin:0 0 10px;
  color:#2f3742;
  font-size:19px;
  letter-spacing:-.035em;
}
.hub-tool-card p{
  color:#5b6572;
  font-size:15px;
  line-height:1.72;
}
.clean-tool{
  max-width:980px;
  margin:0 auto;
}
.clean-tabs{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:24px 0 22px;
}
.clean-tab{
  border:1px solid var(--line);
  background:#fff;
  border-radius:999px;
  padding:10px 14px;
  font-size:14px;
  font-weight:760;
  cursor:pointer;
  color:#46515e;
}
.clean-tab.on{
  background:var(--red);
  color:#fff;
  border-color:var(--red);
}
.clean-panel{
  display:none;
  padding:28px;
  border:1px solid var(--line);
  border-radius:26px;
  background:#fff;
  box-shadow:var(--shadow-sm);
}
.clean-panel.on{display:block}
.clean-panel h2{
  margin:0 0 16px;
  padding-left:12px;
  border-left:4px solid var(--red);
  font-size:22px;
  color:#202631;
}
.clean-panel h3{
  margin:24px 0 12px;
  font-size:18px;
  color:#2f3742;
}
.clean-table-wrap{
  border:1px solid var(--line);
  border-radius:18px;
  overflow:hidden;
  margin:12px 0 18px;
}
.clean-table{
  width:100%;
  border-collapse:collapse;
  background:#fff;
}
.clean-table th,.clean-table td{
  border:1px solid var(--line);
  padding:13px 14px;
  font-size:15px;
  line-height:1.65;
  text-align:left;
  vertical-align:top;
  color:#46515e;
}
.clean-table th{
  background:#f7f7f7;
  color:#252d38;
  font-weight:820;
}
.clean-table td.item{
  font-weight:820;
  white-space:nowrap;
  color:#2f3742;
}
.clean-flow{
  list-style:none;
  counter-reset:cleanstep;
  padding:0;
  margin:0 0 18px;
}
.clean-flow li{
  counter-increment:cleanstep;
  position:relative;
  padding:14px 14px 14px 52px;
  border:1px solid var(--line);
  border-radius:16px;
  margin-bottom:10px;
  font-size:15px;
  line-height:1.65;
  background:#fff;
}
.clean-flow li::before{
  content:counter(cleanstep);
  position:absolute;
  left:14px;
  top:15px;
  width:26px;
  height:26px;
  background:var(--red);
  color:#fff;
  border-radius:50%;
  text-align:center;
  line-height:26px;
  font-weight:820;
  font-size:13px;
}
.clean-box{
  border-radius:18px;
  padding:18px 20px;
  margin:16px 0;
  font-size:15px;
  line-height:1.75;
}
.clean-warn{background:#fff7e9;border:1px solid #e6b84c}
.clean-danger{background:#fff0f0;border:1px solid var(--red)}
.clean-ok{color:#1a7f37;font-weight:820}
.clean-no{color:var(--red);font-weight:820}
.clean-grade{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin:16px 0;
}
.clean-grade div{
  border-radius:18px;
  padding:18px 18px;
  border:1px solid var(--line);
}
.clean-grade .g-ok{background:#eef8f0;border-color:#8cc89a}
.clean-grade .g-cond{background:#fff8e7;border-color:#e6b84c}
.clean-grade .g-no{background:#fff0f0;border-color:#e9070c}
.clean-grade .n{
  display:block;
  font-size:17px;
  font-weight:850;
  margin-bottom:6px;
}
.clean-steps{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:12px;
  margin:16px 0;
}
.clean-step{
  border:1px solid var(--line);
  border-radius:18px;
  padding:18px 14px;
  text-align:center;
  background:#fff;
}
.clean-step .n{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:28px;
  height:28px;
  border-radius:50%;
  background:var(--red);
  color:#fff;
  font-weight:820;
  margin-bottom:8px;
}
.clean-step .t{
  font-weight:850;
  color:#2f3742;
  margin-bottom:4px;
}
.clean-step .d{
  color:#687281;
  font-size:13px;
  line-height:1.5;
}
.clean-source{
  margin-top:26px;
  padding:18px 20px;
  border-top:1px solid var(--line);
  color:#6f7a86;
  font-size:14px;
  line-height:1.75;
}
.clean-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}
@media(max-width:1080px){
  .hub-tool-grid{grid-template-columns:repeat(2,1fr)}
  .clean-steps{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:760px){
  .hub-tool-grid,
  .clean-grade,
  .clean-steps{grid-template-columns:1fr}
  .clean-panel{padding:20px}
  .clean-table-wrap{overflow:auto}
  .clean-table{min-width:720px}
}
