/* ══ HERO ══ */
#bu-hero {
  position: relative; min-height: 480px; overflow: hidden;
  background: linear-gradient(160deg, #061a0a 0%, #0a3318 30%, #0b4a30 55%, #0a5840 75%, #006065 100%);
  display: flex; align-items: center;
}
.h-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 50px 50px; }
.h-circle1 { position: absolute; width: 700px; height: 700px; border-radius: 50%; border: 1px solid rgba(255,255,255,.04); top: -260px; right: -180px; }
.h-circle2 { position: absolute; width: 400px; height: 400px; border-radius: 50%; border: 1px solid rgba(193,228,27,.06); bottom: -160px; left: -80px; }
.h-glow { position: absolute; width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(circle, rgba(0,148,62,.2) 0%, transparent 70%); top: -120px; left: -60px; }
.h-arabic { position: absolute; right: 5%; top: 50%; transform: translateY(-50%); font-family: 'Amiri', serif; font-size: 220px; color: rgba(255,255,255,.03); user-select: none; line-height: 1; }
.h-content { position: relative; z-index: 2; max-width: 1200px; margin: 0 auto; padding: 80px 20px; width: 100%; }
.h-eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.h-eyebrow .line { width: 36px; height: 2px; background: var(--gold); border-radius: 1px; }
.h-eyebrow span { font-size: 11px; font-weight: 700; color: var(--gold); text-transform: uppercase; letter-spacing: 2px; }
.h-title { font-family: 'Playfair Display', serif; font-size: 50px; font-weight: 800; color: #fff; line-height: 1.15; margin-bottom: 18px; max-width: 680px; text-shadow: 0 2px 20px rgba(0,0,0,.4); }
.h-title em { font-style: italic; color: var(--gold); }
.h-desc { font-size: 15px; color: rgba(255,255,255,.72); line-height: 1.8; max-width: 560px; margin-bottom: 32px; }
.h-counters { display: flex; gap: 32px; flex-wrap: wrap; }
.h-counter { text-align: center; }
.h-counter .num { font-family: 'Playfair Display', serif; font-size: 36px; font-weight: 800; color: #fff; line-height: 1; }
.h-counter .num sup { font-size: 18px; }
.h-counter .lbl { font-size: 11px; color: rgba(255,255,255,.6); font-weight: 500; margin-top: 3px; }
.h-divider-v { width: 1px; height: 44px; background: rgba(255,255,255,.15); margin-top: 6px; }

/* Sector tabs in hero bottom */
.sector-tabs-hero { position: absolute; bottom: 0; left: 0; right: 0; background: rgba(0,0,0,.25); backdrop-filter: blur(10px); border-top: 1px solid rgba(255,255,255,.1); }
.sector-tabs-hero .inner { max-width: 1200px; margin: 0 auto; padding: 0 20px; display: flex; }
.stab { flex: 1; display: flex; align-items: center; justify-content: center; gap: 10px; padding: 16px 20px; cursor: pointer; border-bottom: 3px solid transparent; transition: all .25s; text-decoration: none; border-right: 1px solid rgba(255,255,255,.07); }
.stab:last-child { border-right: none; }
.stab .stab-icon { width: 36px; height: 36px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 18px; transition: all .25s; }
.stab .stab-text .stab-name { font-size: 13px; font-weight: 700; color: rgba(255,255,255,.75); transition: color .25s; }
.stab .stab-text .stab-count { font-size: 11px; color: rgba(255,255,255,.4); }
.stab.rs .stab-icon { background: rgba(192,57,43,.25); color: #f1948a; }
.stab.pp .stab-icon { background: rgba(108,52,131,.25); color: #c39bd3; }
.stab.sk .stab-icon { background: rgba(26,82,118,.25); color: #7fb3d3; }
.stab.active .stab-text .stab-name { color: #fff; }
.stab.rs.active { border-bottom-color: var(--rs-2); background: rgba(192,57,43,.1); }
.stab.pp.active { border-bottom-color: var(--pp-2); background: rgba(108,52,131,.1); }
.stab.sk.active { border-bottom-color: var(--sk-2); background: rgba(26,82,118,.1); }

/* ══ PAGE LAYOUT ══ */
.page-wrap { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* ══ BREADCRUMB ══ */
#breadcrumb { background: #fff; border-bottom: 1px solid var(--border); padding: 10px 0; }
#breadcrumb .inner { max-width: 1200px; margin: 0 auto; padding: 0 20px; display: flex; align-items: center; gap: 6px; font-size: 12px; color: var(--text-muted); }
#breadcrumb a { color: var(--green-1); text-decoration: none; }
#breadcrumb ion-icon { font-size: 11px; }

/* ══ SECTOR SECTION COMMON ══ */
.sector-section { padding: 72px 0; }
.sector-section:nth-child(odd) { background: var(--light-bg); }
.sector-section:nth-child(even) { background: #fff; }

.sec-header { display: grid; grid-template-columns: auto 1fr auto; gap: 24px; align-items: center; margin-bottom: 48px; }
.sec-icon-big { width: 72px; height: 72px; border-radius: 20px; display: flex; align-items: center; justify-content: center; font-size: 34px; flex-shrink: 0; }
.sec-header-text .eyebrow { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 5px; }
.sec-header-text h2 { font-family: 'Playfair Display', serif; font-size: 32px; font-weight: 800; color: var(--text-dark); line-height: 1.2; }
.sec-header-text h2 em { font-style: italic; }
.sec-header-stats { display: flex; gap: 20px; }
.sec-stat { text-align: center; padding: 12px 16px; border-radius: 12px; min-width: 80px; }
.sec-stat .n { font-family: 'Playfair Display', serif; font-size: 26px; font-weight: 800; line-height: 1; }
.sec-stat .l { font-size: 10px; font-weight: 600; margin-top: 3px; line-height: 1.3; }

/* RS colour vars */
.rs .sec-icon-big { background: var(--rs-light); color: var(--rs-1); border: 1px solid var(--rs-border); }
.rs .sec-header-text .eyebrow { color: var(--rs-1); }
.rs .sec-header-text h2 em { color: var(--rs-2); }
.rs .sec-stat { background: var(--rs-light); border: 1px solid var(--rs-border); }
.rs .sec-stat .n { color: var(--rs-1); }
.rs .sec-stat .l { color: var(--rs-1); opacity: .75; }

/* PP colour vars */
.pp .sec-icon-big { background: var(--pp-light); color: var(--pp-1); border: 1px solid var(--pp-border); }
.pp .sec-header-text .eyebrow { color: var(--pp-1); }
.pp .sec-header-text h2 em { color: var(--pp-2); }
.pp .sec-stat { background: var(--pp-light); border: 1px solid var(--pp-border); }
.pp .sec-stat .n { color: var(--pp-1); }
.pp .sec-stat .l { color: var(--pp-1); opacity: .75; }

/* SK colour vars */
.sk .sec-icon-big { background: var(--sk-light); color: var(--sk-1); border: 1px solid var(--sk-border); }
.sk .sec-header-text .eyebrow { color: var(--sk-1); }
.sk .sec-header-text h2 em { color: var(--sk-2); }
.sk .sec-stat { background: var(--sk-light); border: 1px solid var(--sk-border); }
.sk .sec-stat .n { color: var(--sk-1); }
.sk .sec-stat .l { color: var(--sk-1); opacity: .75; }

/* ══ INTRO PROSE BLOCK ══ */
.intro-prose-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; margin-bottom: 48px; }
.intro-prose { font-size: 15px; line-height: 1.9; color: #2a3a2a; }
.intro-prose p { margin-bottom: 16px; }
.intro-prose p:last-child { margin-bottom: 0; }
.intro-prose strong { font-weight: 700; color: var(--text-dark); }
.intro-prose a { text-decoration: underline; text-decoration-style: dotted; text-underline-offset: 3px; }
.rs .intro-prose a { color: var(--rs-2); }
.pp .intro-prose a { color: var(--pp-2); }
.sk .intro-prose a { color: var(--sk-2); }

/* Blockquote */
.sector-blockquote { position: relative; }
.bq-inner { border-radius: 0 14px 14px 0; padding: 24px 28px 24px 32px; position: relative; overflow: hidden; }
.bq-inner::before { content: '\201C'; position: absolute; top: -15px; left: 14px; font-family: 'Playfair Display', serif; font-size: 110px; line-height: 1; user-select: none; }
.bq-inner p { font-family: 'Playfair Display', serif; font-style: italic; font-size: 17px; font-weight: 600; line-height: 1.75; margin-bottom: 12px; position: relative; z-index: 1; }
.bq-inner cite { font-size: 12px; font-style: normal; font-weight: 700; display: flex; align-items: center; gap: 8px; }
.bq-inner cite::before { content: ''; display: block; width: 22px; height: 2px; border-radius: 1px; flex-shrink: 0; }
.rs .bq-inner { background: rgba(231,76,60,.06); border-left: 5px solid var(--rs-2); }
.rs .bq-inner::before { color: rgba(192,57,43,.1); }
.rs .bq-inner p { color: var(--text-dark); }
.rs .bq-inner cite { color: var(--rs-1); }
.rs .bq-inner cite::before { background: var(--rs-2); }
.pp .bq-inner { background: rgba(142,68,173,.06); border-left: 5px solid var(--pp-2); }
.pp .bq-inner::before { color: rgba(108,52,131,.1); }
.pp .bq-inner p { color: var(--text-dark); }
.pp .bq-inner cite { color: var(--pp-1); }
.pp .bq-inner cite::before { background: var(--pp-2); }
.sk .bq-inner { background: rgba(41,128,185,.06); border-left: 5px solid var(--sk-2); }
.sk .bq-inner::before { color: rgba(26,82,118,.1); }
.sk .bq-inner p { color: var(--text-dark); }
.sk .bq-inner cite { color: var(--sk-1); }
.sk .bq-inner cite::before { background: var(--sk-2); }

/* Feature ul */
.feature-ul { list-style: none; margin: 0; }
.feature-ul li { display: flex; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--border); font-size: 14px; color: var(--text-mid); align-items: flex-start; line-height: 1.6; }
.feature-ul li:last-child { border-bottom: none; }
.feature-ul li .fi { width: 28px; height: 28px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 14px; flex-shrink: 0; }
.rs .feature-ul li .fi { background: var(--rs-light); color: var(--rs-1); }
.pp .feature-ul li .fi { background: var(--pp-light); color: var(--pp-1); }
.sk .feature-ul li .fi { background: var(--sk-light); color: var(--sk-1); }

/* ══ CARD GRID ══ */
.cards-label { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; }
.cards-label h3 { font-size: 18px; font-weight: 700; color: var(--text-dark); font-family: 'Playfair Display', serif; }
.cards-label::before { content: ''; display: block; width: 5px; height: 20px; border-radius: 3px; flex-shrink: 0; background: var(--gradient-v); }
.rs .cards-label::before { background: linear-gradient(to bottom, var(--rs-1), var(--rs-2)); }
.pp .cards-label::before { background: linear-gradient(to bottom, var(--pp-1), var(--pp-2)); }
.sk .cards-label::before { background: linear-gradient(to bottom, var(--sk-1), var(--sk-2)); }
.cards-label .view-all { margin-left: auto; font-size: 12px; font-weight: 600; text-decoration: none; padding: 5px 14px; border-radius: 20px; border: 1.5px solid; transition: all .2s; }
.rs .cards-label .view-all { color: var(--rs-1); border-color: var(--rs-1); }
.rs .cards-label .view-all:hover { background: var(--rs-1); color: #fff; }
.pp .cards-label .view-all { color: var(--pp-1); border-color: var(--pp-1); }
.pp .cards-label .view-all:hover { background: var(--pp-1); color: #fff; }
.sk .cards-label .view-all { color: var(--sk-1); border-color: var(--sk-1); }
.sk .cards-label .view-all:hover { background: var(--sk-1); color: #fff; }

.unit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }

/* ══ UNIT CARD ══ */
.unit-card { background: var(--card-bg); border-radius: 18px; overflow: hidden; border: 1px solid var(--border); transition: all .3s; cursor: pointer; text-decoration: none; color: inherit; display: flex; flex-direction: column; }
.unit-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }

/* Card header image area */
.uc-header { position: relative; height: 180px; overflow: hidden; }
.uc-img { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 56px; position: relative; }
.uc-img::before { content: ''; position: absolute; inset: 0; background-image: repeating-linear-gradient(45deg, rgba(255,255,255,.04) 0, rgba(255,255,255,.04) 1px, transparent 0, transparent 50%); background-size: 22px 22px; }
/* RS gradients */
.rs .unit-card:nth-child(1) .uc-img { background: linear-gradient(135deg, #922b21, #c0392b); }
.rs .unit-card:nth-child(2) .uc-img { background: linear-gradient(135deg, #a93226, #e74c3c); }
.rs .unit-card:nth-child(3) .uc-img { background: linear-gradient(135deg, #7b241c, #b03a2e); }
.rs .unit-card:nth-child(4) .uc-img { background: linear-gradient(135deg, #c0392b, #a93226); }
.rs .unit-card:nth-child(5) .uc-img { background: linear-gradient(135deg, #b03a2e, #922b21); }
.rs .unit-card:nth-child(6) .uc-img { background: linear-gradient(135deg, #922b21, #7b241c); }
/* PP gradients */
.pp .unit-card:nth-child(1) .uc-img { background: linear-gradient(135deg, #6c3483, #8e44ad); }
.pp .unit-card:nth-child(2) .uc-img { background: linear-gradient(135deg, #76448a, #9b59b6); }
.pp .unit-card:nth-child(3) .uc-img { background: linear-gradient(135deg, #5b2c6f, #7d3c98); }
.pp .unit-card:nth-child(4) .uc-img { background: linear-gradient(135deg, #7d3c98, #6c3483); }
.pp .unit-card:nth-child(5) .uc-img { background: linear-gradient(135deg, #8e44ad, #76448a); }
.pp .unit-card:nth-child(6) .uc-img { background: linear-gradient(135deg, #6c3483, #5b2c6f); }
/* SK gradients */
.sk .unit-card:nth-child(1) .uc-img { background: linear-gradient(135deg, #1a5276, #2980b9); }
.sk .unit-card:nth-child(2) .uc-img { background: linear-gradient(135deg, #1f618d, #3498db); }
.sk .unit-card:nth-child(3) .uc-img { background: linear-gradient(135deg, #154360, #1a5276); }
.sk .unit-card:nth-child(4) .uc-img { background: linear-gradient(135deg, #2980b9, #1f618d); }
.sk .unit-card:nth-child(5) .uc-img { background: linear-gradient(135deg, #1a5276, #154360); }
.sk .unit-card:nth-child(6) .uc-img { background: linear-gradient(135deg, #154360, #2980b9); }

.uc-img ion-icon { position: relative; z-index: 1; color: rgba(255,255,255,.25); }
.uc-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.55) 0%, transparent 60%); }
.uc-badges { position: absolute; top: 12px; left: 12px; display: flex; gap: 6px; flex-wrap: wrap; }
.uc-badge { font-size: 9px; font-weight: 800; padding: 3px 9px; border-radius: 10px; text-transform: uppercase; letter-spacing: .4px; }
.uc-badge.akred { background: var(--gold); color: var(--text-dark); }
.uc-badge.type { background: rgba(255,255,255,.18); color: #fff; border: 1px solid rgba(255,255,255,.25); }
.uc-city { position: absolute; bottom: 10px; left: 12px; font-size: 11px; color: rgba(255,255,255,.85); font-weight: 600; display: flex; align-items: center; gap: 5px; }
.uc-city ion-icon { font-size: 13px; }
.uc-fav { position: absolute; top: 12px; right: 12px; width: 30px; height: 30px; border-radius: 50%; background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.25); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 14px; }

/* Card body */
.uc-body { padding: 18px 20px; flex: 1; display: flex; flex-direction: column; }
.uc-name { font-size: 15px; font-weight: 800; color: var(--text-dark); line-height: 1.3; margin-bottom: 6px; font-family: 'Playfair Display', serif; }
.uc-sub { font-size: 12px; color: var(--text-muted); line-height: 1.5; margin-bottom: 14px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; flex: 1; }
.uc-info-row { display: flex; flex-direction: column; gap: 5px; margin-bottom: 14px; }
.uc-info { display: flex; gap: 8px; align-items: flex-start; font-size: 12px; color: var(--text-mid); }
.uc-info ion-icon { font-size: 14px; flex-shrink: 0; margin-top: 1px; }
.rs .uc-info ion-icon { color: var(--rs-1); }
.pp .uc-info ion-icon { color: var(--pp-1); }
.sk .uc-info ion-icon { color: var(--sk-1); }

/* Layanan tags ul */
.uc-services { list-style: none; display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: 16px; }
.uc-services li { font-size: 10px; font-weight: 600; padding: 3px 10px; border-radius: 10px; border: 1px solid; }
.rs .uc-services li { background: var(--rs-light); color: var(--rs-1); border-color: var(--rs-border); }
.pp .uc-services li { background: var(--pp-light); color: var(--pp-1); border-color: var(--pp-border); }
.sk .uc-services li { background: var(--sk-light); color: var(--sk-1); border-color: var(--sk-border); }

/* Card footer */
.uc-footer { display: flex; justify-content: space-between; align-items: center; padding-top: 14px; border-top: 1px solid var(--border); }
.uc-contact { font-size: 11px; color: var(--text-muted); display: flex; align-items: center; gap: 5px; }
.uc-contact ion-icon { font-size: 13px; }
.uc-btn { display: flex; align-items: center; gap: 5px; font-size: 11px; font-weight: 700; padding: 6px 14px; border-radius: 14px; text-decoration: none; transition: all .2s; }
.rs .uc-btn { background: var(--rs-light); color: var(--rs-1); border: 1px solid var(--rs-border); }
.rs .uc-btn:hover { background: var(--rs-1); color: #fff; }
.pp .uc-btn { background: var(--pp-light); color: var(--pp-1); border: 1px solid var(--pp-border); }
.pp .uc-btn:hover { background: var(--pp-1); color: #fff; }
.sk .uc-btn { background: var(--sk-light); color: var(--sk-1); border: 1px solid var(--sk-border); }
.sk .uc-btn:hover { background: var(--sk-1); color: #fff; }

/* ══ ALERT BOX ══ */
.sector-alert { border-radius: 12px; padding: 16px 20px; margin: 32px 0; display: flex; gap: 14px; align-items: flex-start; }
.sa-icon { width: 38px; height: 38px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0; }
.sa-body .sa-title { font-size: 13px; font-weight: 700; margin-bottom: 4px; }
.sa-body p { font-size: 13px; line-height: 1.65; margin: 0; color: var(--text-mid); }
.rs .sector-alert { background: rgba(231,76,60,.07); border: 1px solid rgba(231,76,60,.2); }
.rs .sector-alert .sa-icon { background: rgba(231,76,60,.12); color: var(--rs-1); }
.rs .sector-alert .sa-title { color: var(--rs-1); }
.pp .sector-alert { background: rgba(142,68,173,.07); border: 1px solid rgba(142,68,173,.2); }
.pp .sector-alert .sa-icon { background: rgba(142,68,173,.12); color: var(--pp-1); }
.pp .sector-alert .sa-title { color: var(--pp-1); }
.sk .sector-alert { background: rgba(41,128,185,.07); border: 1px solid rgba(41,128,185,.2); }
.sk .sector-alert .sa-icon { background: rgba(41,128,185,.12); color: var(--sk-1); }
.sk .sector-alert .sa-title { color: var(--sk-1); }

/* ══ STATS BAND ══ */
.stats-band { border-radius: 20px; padding: 32px 40px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 48px; }
.rs .stats-band { background: linear-gradient(135deg, #922b21, #c0392b, #e74c3c); }
.pp .stats-band { background: linear-gradient(135deg, #5b2c6f, #6c3483, #8e44ad); }
.sk .stats-band { background: linear-gradient(135deg, #154360, #1a5276, #2980b9); }
.sb-item { text-align: center; padding: 0 18px; border-right: 1px solid rgba(255,255,255,.15); }
.sb-item:last-child { border-right: none; }
.sb-num { font-family: 'Playfair Display', serif; font-size: 38px; font-weight: 800; color: #fff; line-height: 1; margin-bottom: 5px; }
.sb-num sup { font-size: 20px; }
.sb-label { font-size: 11px; color: rgba(255,255,255,.7); font-weight: 500; line-height: 1.4; }

/* ══ MAP STRIP ══ */
.map-strip { background: var(--green-6); border-radius: 18px; padding: 30px; margin-top: 40px; display: flex; align-items: center; gap: 24px; }
.map-icon { width: 56px; height: 56px; border-radius: 14px; background: rgba(193,228,27,.15); border: 1px solid rgba(193,228,27,.3); display: flex; align-items: center; justify-content: center; font-size: 28px; color: var(--gold); flex-shrink: 0; }
.map-info { flex: 1; }
.map-info h4 { font-size: 15px; font-weight: 700; color: #fff; margin-bottom: 5px; }
.map-info p { font-size: 13px; color: rgba(255,255,255,.6); line-height: 1.5; }
.map-btn { display: flex; align-items: center; gap: 7px; padding: 10px 22px; border-radius: 20px; background: var(--gold); color: var(--text-dark); font-size: 12px; font-weight: 800; text-decoration: none; transition: opacity .2s; white-space: nowrap; }
.map-btn:hover { opacity: .88; }

/* ══ CTA ══ */
#bu-cta { background: var(--green-6); padding: 80px 0; }
.cta-inner { text-align: center; }
.cta-arabic { font-family: 'Amiri', serif; font-size: 28px; color: rgba(255,255,255,.25); margin-bottom: 12px; }
.cta-title { font-family: 'Playfair Display', serif; font-size: 36px; font-weight: 800; color: #fff; margin-bottom: 14px; }
.cta-title em { font-style: italic; color: var(--gold); }
.cta-sub { font-size: 15px; color: rgba(255,255,255,.6); max-width: 520px; margin: 0 auto 32px; line-height: 1.75; }
.cta-btns { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }
.btn-primary { display: flex; align-items: center; gap: 8px; padding: 13px 26px; border-radius: 28px; background: var(--gradient-h); color: #fff; font-weight: 700; font-size: 13px; text-decoration: none; border: 2px solid rgba(255,255,255,.15); transition: all .25s; }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,148,62,.4); }
.btn-outline { display: flex; align-items: center; gap: 8px; padding: 13px 26px; border-radius: 28px; background: transparent; color: rgba(255,255,255,.8); font-weight: 700; font-size: 13px; text-decoration: none; border: 2px solid rgba(255,255,255,.22); transition: all .25s; }
.btn-outline:hover { background: rgba(255,255,255,.08); }

/* ══ FOOTER ══ */
#footer { background: var(--gradient-v); padding: 36px 0 0; }
#footer .inner { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.footer-top { display: flex; gap: 40px; padding-bottom: 28px; border-bottom: 1px solid rgba(0,0,0,.1); }
.footer-brand { flex: 1.5; }
.footer-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.footer-logo .fe { width: 44px; height: 44px; border-radius: 50%; background: rgba(0,0,0,.15); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 16px; font-weight: 800; }
.footer-logo .fn .main { font-size: 14px; font-weight: 700; color: var(--text-dark); }
.footer-logo .fn .sub { font-size: 10px; color: var(--text-mid); }
.footer-brand p { font-size: 12px; color: var(--text-mid); line-height: 1.7; max-width: 240px; }
.fsocial { display: flex; gap: 6px; margin-top: 12px; }
.fsocial a { width: 30px; height: 30px; border-radius: 50%; background: rgba(0,0,0,.15); display: flex; align-items: center; justify-content: center; color: var(--text-dark); font-size: 13px; text-decoration: none; transition: background .2s; }
.fsocial a:hover { background: rgba(0,0,0,.3); }
.footer-col { flex: 1; }
.footer-col h4 { font-size: 12px; font-weight: 700; color: var(--text-dark); margin-bottom: 12px; padding-bottom: 7px; border-bottom: 2px solid rgba(0,0,0,.12); }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 6px; }
.footer-col ul li a { font-size: 12px; color: var(--text-mid); text-decoration: none; display: flex; align-items: center; gap: 5px; }
.footer-col ul li a::before { content: '›'; color: var(--text-dark); font-weight: 700; }
.footer-col ul li a:hover { color: var(--text-dark); }
#bottombar { background: var(--green-6); padding: 12px 0; }
#bottombar .bi { max-width: 1200px; margin: 0 auto; padding: 0 20px; display: flex; justify-content: space-between; align-items: center; }
#bottombar p { font-size: 11px; color: rgba(255,255,255,.65); }
#bottombar a { color: var(--gold); text-decoration: none; }

/* WA */
.wa-float { position: fixed; bottom: 28px; right: 28px; z-index: 9999; }
.wa-main-btn { width: 52px; height: 52px; border-radius: 50%; background: #25D366; border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 16px rgba(37,211,102,.4); color: #fff; font-size: 26px; transition: transform .2s; }
.wa-main-btn:hover { transform: scale(1.08); }
.wa-options { position: absolute; bottom: 64px; right: 0; display: flex; flex-direction: column; gap: 8px; opacity: 0; pointer-events: none; transform: translateY(10px); transition: all .25s; }
.wa-options.open { opacity: 1; pointer-events: all; transform: translateY(0); }
.wa-option { display: flex; align-items: center; gap: 10px; background: #fff; border-radius: 28px; padding: 7px 14px 7px 7px; box-shadow: 0 4px 14px rgba(0,0,0,.12); cursor: pointer; text-decoration: none; color: var(--text-dark); white-space: nowrap; transition: transform .2s; }
.wa-option:hover { transform: translateX(-4px); }
.wa-option .wa-icon { width: 32px; height: 32px; border-radius: 50%; background: #25D366; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 16px; }
.wa-option .wa-name { font-size: 12px; font-weight: 700; }
.wa-option .wa-sub { font-size: 10px; color: #888; }

/* Responsive */
@media (max-width: 1024px) {
  .unit-grid { grid-template-columns: repeat(2, 1fr); }
  .intro-prose-wrap { grid-template-columns: 1fr; gap: 28px; }
  .stats-band { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .sb-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,.15); padding-bottom: 16px; }
  .sb-item:nth-child(2n) { border-bottom: none; }
}
@media (max-width: 768px) {
  nav { display: none; }
  .unit-grid { grid-template-columns: 1fr; }
  .h-title { font-size: 34px; }
  .sector-tabs-hero .inner { flex-direction: column; }
  .stab { border-right: none; border-bottom: 1px solid rgba(255,255,255,.07); }
  .sec-header { grid-template-columns: auto 1fr; }
  .sec-header-stats { display: none; }
  .stats-band { grid-template-columns: repeat(2, 1fr); padding: 24px; }
  .map-strip { flex-direction: column; text-align: center; }
}