:root {
  --esg-red: #c91018;
  --esg-red-dark: #7d070d;
  --esg-black: #101114;
  --esg-ink: #22242a;
  --esg-muted: #6b7280;
  --esg-line: #e5e7eb;
  --esg-soft: #f6f7f9;
  --esg-white: #ffffff;
  --esg-gold: #d8ad3d;
  --esgepe-logo-width: 184px;
  --esg-radius: 8px;
  --esg-shadow: 0 24px 70px rgba(16, 17, 20, 0.14);
}

* { box-sizing: border-box; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; color: var(--esg-ink); background: var(--esg-white); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(2.3rem, 5vw, 4.8rem); line-height: 0.98; text-transform: uppercase; }
h2 { font-size: clamp(1.8rem, 3vw, 3rem); line-height: 1.08; }
h3 { line-height: 1.2; }
p { text-align: justify; }
.esg-container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.screen-reader-text { position: absolute; left: -9999px; }
.esg-eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--esg-red); font-weight: 800; text-transform: uppercase; font-size: 0.78rem; letter-spacing: 0; }
.esg-eyebrow::before { content: ""; width: 34px; height: 3px; background: var(--esg-red); }
.esg-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 10px 18px; border: 1px solid transparent; border-radius: var(--esg-radius); font-weight: 800; line-height: 1.1; }
.esg-btn-primary { color: var(--esg-white); background: var(--esg-red); border-color: var(--esg-red); }
.esg-btn-outline { color: var(--esg-white); border-color: rgba(255,255,255,.55); }
.esg-btn-outline-dark { color: var(--esg-black); border-color: var(--esg-black); }
.esg-btn-ghost { color: var(--esg-white); background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.32); }
.esg-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }

.site-header { position: sticky; top: 0; z-index: 50; background: var(--esg-white); box-shadow: 0 10px 30px rgba(16,17,20,.07); }
.esg-topbar { color: var(--esg-white); background: var(--esg-black); font-size: .88rem; }
.esg-topbar__inner, .esg-topbar__contact, .esg-topbar__social { display: flex; align-items: center; gap: 16px; }
.esg-topbar__inner { min-height: 38px; justify-content: space-between; }
.esg-topbar a, .esg-topbar span { display: inline-flex; align-items: center; gap: 7px; color: var(--esg-white); }
.esg-main-header__inner { min-height: 78px; display: flex; align-items: center; gap: 18px; justify-content: flex-start; }
.esg-site-brand { display: flex; flex: 0 0 auto; align-items: center; gap: 12px; max-width: 260px; margin-right: 0; }
.custom-logo-link img, .custom-logo { display: block; width: auto !important; max-width: var(--esgepe-logo-width); max-height: 62px; object-fit: contain; }
.esg-logo-mark { width: 54px; height: 54px; display: grid; place-items: center; color: var(--esg-white); background: var(--esg-red); border: 3px solid var(--esg-black); font-weight: 900; clip-path: polygon(50% 0, 90% 14%, 100% 52%, 75% 100%, 25% 100%, 0 52%, 10% 14%); }
.esg-brand-text strong { display: block; color: var(--esg-black); text-transform: uppercase; line-height: 1.1; }
.esg-brand-text small { color: var(--esg-muted); }
.esg-main-nav { flex: 1 1 auto; }
.esg-main-nav .menu { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 14px; align-items: center; justify-content: flex-end; }
.esg-main-nav a { font-weight: 800; font-size: .9rem; white-space: nowrap; }
.esg-header-actions { display: flex; flex: 0 0 auto; gap: 10px; align-items: center; }
.esg-header-actions .esg-btn-outline { color: var(--esg-black); border-color: var(--esg-line); }
.esg-header-search { display: flex; align-items: center; width: 46px; min-width: 46px; overflow: hidden; background: var(--esg-soft); border: 1px solid var(--esg-line); border-radius: var(--esg-radius); transition: width .2s ease; }
.esg-header-search.is-open, .esg-header-search:focus-within { width: min(260px, 22vw); }
.esg-header-search input { width: 0; min-width: 0; min-height: 42px; padding: 0; opacity: 0; background: transparent; border: 0; outline: 0; font: inherit; }
.esg-header-search.is-open input, .esg-header-search:focus-within input { width: 100%; padding: 0 10px; opacity: 1; }
.esg-header-search button { display: inline-grid; flex: 0 0 44px; width: 44px; min-height: 42px; place-items: center; color: var(--esg-black); background: transparent; border: 0; }
.esg-search-submit { display: none !important; }
.esg-header-search.is-open .esg-search-submit, .esg-header-search:focus-within .esg-search-submit { display: inline-grid !important; }
.esg-menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--esg-line); background: #fff; border-radius: var(--esg-radius); }
.esg-menu-toggle span { display: block; width: 20px; height: 2px; background: var(--esg-black); margin: 4px auto; }
.esg-header-cta { white-space: nowrap; }
.esg-mobile-actions, .esg-mobile-search { display: none; }

.esg-hero { position: relative; min-height: 680px; color: var(--esg-white); background: var(--esg-black); overflow: hidden; }
.esg-hero::after { content: ""; position: absolute; inset: auto -8% -18% 24%; height: 220px; background: var(--esg-red); transform: skewY(-7deg); opacity: .95; }
.esg-hero-media { position: absolute; inset: 0; background-color: var(--esg-black); background-image: linear-gradient(100deg, rgba(16,17,20,.94) 0%, rgba(16,17,20,.74) 48%, rgba(125,7,13,.18) 100%), var(--esg-hero-image, linear-gradient(135deg, #101114, #7d070d)); background-position: center, center; background-repeat: no-repeat, no-repeat; background-size: cover, cover; }
.esg-hero-inner { position: relative; z-index: 2; min-height: 680px; display: grid; align-items: center; }
.esg-hero-copy { max-width: 760px; padding: 80px 0 130px; }
.esg-hero h1, .esg-hero p { color: var(--esg-white); }
.esg-hero p { max-width: 650px; font-size: 1.15rem; color: #f3f4f6; text-align: left; }
.esg-hero-slide { display: none; }
.esg-hero-slide.is-active { display: block; }
.esg-slider-dots { display: flex; gap: 8px; margin-top: 22px; }
.esg-slider-dots button { width: 34px; height: 4px; border: 0; background: rgba(255,255,255,.35); }
.esg-slider-dots button.is-active { background: var(--esg-red); }

.esg-trust-strip { position: relative; z-index: 3; margin-top: -44px; padding-bottom: 36px; }
.esg-trust-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.esg-trust-item { min-height: 88px; display: flex; align-items: center; justify-content: center; gap: 10px; padding: 16px; color: var(--esg-black); background: #fff; border: 1px solid var(--esg-line); border-radius: var(--esg-radius); box-shadow: 0 18px 45px rgba(16,17,20,.12); text-align: center; font-weight: 900; }
.esg-trust-item i { width: 28px; height: 28px; display: grid; flex: 0 0 auto; place-items: center; color: var(--esg-white); background: var(--esg-red); border-radius: 50%; font-size: .86rem; }
.esg-section { padding: 82px 0; }
.esg-band { background: var(--esg-soft); }
.esg-dark { color: var(--esg-white); background: linear-gradient(135deg, var(--esg-black), #2b0b0d); }
.esg-dark h2, .esg-dark li { color: var(--esg-white); }
.esg-split { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 44px; align-items: start; }
.esg-section-head { max-width: 720px; margin-bottom: 32px; }
.esg-home-intro { max-width: 920px; }
.esg-home-intro p { font-size: 1.06rem; }
.esg-home-intro .esg-btn { margin-top: 20px; }
.esg-rich-text p:last-child { margin-bottom: 0; }
.esg-card-grid, .esg-news-grid, .esg-client-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.esg-news-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.esg-service-card, .esg-news-card, .esg-client-card, .esg-highlight-box, .esg-contact-panel { padding: 24px; background: #fff; border: 1px solid var(--esg-line); border-radius: var(--esg-radius); box-shadow: 0 12px 35px rgba(16,17,20,.05); }
.esg-service-card i { color: var(--esg-red); font-size: 2rem; margin-bottom: 14px; }
.esg-service-card a, .esg-news-card a { color: var(--esg-red); font-weight: 800; }
.esg-service-carousel { position: relative; }
.esg-carousel-track { display: flex; gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: none; }
.esg-carousel-track::-webkit-scrollbar { display: none; }
.esg-service-slide { display: grid; grid-template-columns: minmax(240px, .85fr) minmax(0, 1.15fr); flex: 0 0 100%; gap: 28px; align-items: stretch; padding: 22px; background: #fff; border: 1px solid var(--esg-line); border-radius: var(--esg-radius); box-shadow: 0 18px 50px rgba(16,17,20,.08); scroll-snap-align: start; }
.esg-service-slide__image, .esg-diklat-image { min-height: 360px; background: var(--esg-soft); border-radius: var(--esg-radius); overflow: hidden; }
.esg-service-slide__image { aspect-ratio: 4 / 5; }
.esg-service-slide__image img, .esg-diklat-image img { width: 100%; height: 100%; object-fit: cover; }
.esg-service-slide__copy { display: grid; align-content: center; gap: 12px; padding: 18px 10px; }
.esg-service-slide__copy h3 { margin: 0; font-size: clamp(1.55rem, 2.4vw, 2.5rem); }
.esg-service-slide__copy p { margin: 0; color: var(--esg-muted); font-size: 1.05rem; }
.esg-image-placeholder { width: 100%; height: 100%; min-height: inherit; display: grid; place-items: center; align-content: center; gap: 12px; padding: 24px; color: var(--esg-muted); background: linear-gradient(135deg, #f9fafb, #eef0f4); text-align: center; font-weight: 800; }
.esg-image-placeholder i { color: var(--esg-red); font-size: 2.4rem; }
.esg-carousel-top-tools { display: flex; justify-content: flex-end; gap: 8px; margin-top: -66px; margin-bottom: 24px; }
.esg-carousel-top-tools button, .esg-carousel-controls button { display: grid; place-items: center; border: 1px solid var(--esg-line); border-radius: var(--esg-radius); background: #fff; color: var(--esg-black); font-weight: 900; }
.esg-carousel-top-tools button { width: 42px; height: 42px; font-size: 1.45rem; }
.esg-carousel-controls { display: flex; align-items: center; justify-content: center; gap: 14px; margin-top: 22px; }
.esg-carousel-controls button { min-height: 40px; padding: 0 14px; }
.esg-carousel-dots { display: flex; gap: 7px; align-items: center; justify-content: center; }
.esg-carousel-dots button { width: 9px; min-width: 9px; height: 9px; min-height: 9px; padding: 0; border: 0; border-radius: 999px; background: #9aa7b7; }
.esg-carousel-dots button.is-active { width: 28px; min-width: 28px; background: var(--esg-red); }
.esg-section-footer { display: flex; justify-content: center; margin-top: 28px; }
.esg-check-list { margin: 0; padding: 0; list-style: none; display: grid; gap: 12px; }
.esg-check-list li { padding-left: 30px; position: relative; }
.esg-check-list li::before { content: "\\2713"; position: absolute; left: 0; top: 0; color: var(--esg-gold); font-weight: 900; }
.esg-check-list.dark li { color: var(--esg-ink); }
.esg-steps { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.esg-steps article { padding: 20px; color: #fff; background: var(--esg-black); border-left: 5px solid var(--esg-red); border-radius: var(--esg-radius); }
.esg-steps span { color: var(--esg-gold); font-weight: 900; }
.esg-recruit-cta, .esg-cta { color: var(--esg-white); background: linear-gradient(135deg, var(--esg-red-dark), var(--esg-red)); }
.esg-recruit-cta h2, .esg-recruit-cta p, .esg-cta h2, .esg-cta p { color: var(--esg-white); }
.cta-strip-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.esg-cta { padding: 64px 0; }
.esg-cta .esg-eyebrow { color: var(--esg-white); }
.esg-cta .esg-eyebrow::before { background: var(--esg-white); }
.esg-cta .cta-strip-inner > div:first-child { max-width: 880px; }
.esg-cta .esg-actions { flex: 0 0 auto; justify-content: flex-end; }
.esg-cta .esg-btn-primary { min-width: 150px; color: var(--esg-red); background: #fff; border-color: #fff; box-shadow: 0 14px 35px rgba(16,17,20,.16); white-space: nowrap; }
.esg-diklat-image { aspect-ratio: 4 / 5; box-shadow: 0 18px 45px rgba(16,17,20,.08); }
.esg-training-panel { display: grid; grid-template-columns: minmax(240px, .85fr) minmax(0, 1.15fr); gap: 28px; align-items: stretch; padding: 22px; background: #fff; border: 1px solid var(--esg-line); border-radius: var(--esg-radius); box-shadow: 0 18px 50px rgba(16,17,20,.08); }
.esg-training-copy { display: grid; align-content: center; justify-items: start; gap: 18px; padding: 18px 10px; }
.esg-training-copy p { margin: 0; color: var(--esg-muted); font-size: 1.05rem; }
.esg-news-carousel { position: relative; }
.esg-news-track { align-items: stretch; }
.esg-news-card { padding: 0; overflow: hidden; }
.esg-news-slide { flex: 0 0 calc((100% - 54px) / 4); scroll-snap-align: start; }
.esg-news-card a { display: grid; gap: 10px; height: 100%; color: var(--esg-black); }
.esg-news-card img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; background: var(--esg-soft); }
.esg-news-card h2, .esg-news-card h3, .esg-news-card p, .esg-news-date, .esg-news-category, .esg-read-more { margin-left: 18px; margin-right: 18px; }
.esg-news-category { width: max-content; margin-top: 16px; padding: 5px 9px; color: var(--esg-red); background: #fff1f2; border-radius: var(--esg-radius); font-size: .78rem; font-weight: 900; text-transform: uppercase; }
.esg-news-date { color: var(--esg-muted); font-size: .86rem; font-weight: 800; }
.esg-news-card h2, .esg-news-card h3 { margin-bottom: 0; font-size: 1.08rem; }
.esg-news-card p { margin-bottom: 0; color: var(--esg-muted); }
.esg-read-more { margin-bottom: 18px; color: var(--esg-red); font-weight: 900; }
.esg-pagination { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 34px; }
.esg-pagination .page-numbers { min-width: 40px; min-height: 40px; display: inline-grid; place-items: center; padding: 8px 12px; border: 1px solid var(--esg-line); border-radius: var(--esg-radius); background: #fff; color: var(--esg-black); font-weight: 800; }
.esg-pagination .current { color: #fff; background: var(--esg-red); border-color: var(--esg-red); }
.esg-empty-state { max-width: 720px; padding: 28px; background: #fff; border: 1px solid var(--esg-line); border-radius: var(--esg-radius); }
.esg-map-embed { overflow: hidden; border-radius: var(--esg-radius); border: 1px solid var(--esg-line); background: var(--esg-soft); }
.esg-map-embed iframe { display: block; width: 100%; min-height: 300px; }

.esg-page-hero { padding: 86px 0; color: var(--esg-white); background: linear-gradient(135deg, var(--esg-black), var(--esg-red-dark)); }
.esg-page-hero h1, .esg-page-hero p { color: var(--esg-white); max-width: 860px; }
.esg-content { max-width: 860px; }
.esg-featured-image { border-radius: var(--esg-radius); margin-bottom: 28px; }
.form-layout { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 36px; align-items: start; }
.esg-form { padding: 26px; background: #fff; border: 1px solid var(--esg-line); border-radius: var(--esg-radius); box-shadow: var(--esg-shadow); }
.esg-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.esg-form label { display: grid; gap: 6px; margin-bottom: 14px; font-weight: 800; color: var(--esg-black); }
.esg-form input, .esg-form select, .esg-form textarea { width: 100%; padding: 12px; border: 1px solid var(--esg-line); border-radius: var(--esg-radius); font: inherit; }
.esg-file-field { position: relative; padding: 14px; border: 1px dashed #c7ccd5; border-radius: var(--esg-radius); background: var(--esg-soft); }
.esg-file-field input[type="file"] { position: absolute; inset: 0; opacity: 0; cursor: pointer; }
.esg-file-help { color: var(--esg-muted); font-size: .86rem; font-weight: 400; }
.esg-file-button { display: inline-flex; justify-content: center; width: max-content; min-height: 38px; padding: 9px 14px; color: #fff; background: var(--esg-black); border-radius: var(--esg-radius); font-weight: 800; }
.esg-file-name { color: var(--esg-muted); font-size: .9rem; font-weight: 400; }
.esg-check { display: flex !important; grid-template-columns: auto 1fr; align-items: start; gap: 10px; font-weight: 400 !important; }
.esg-check input { width: auto; margin-top: 5px; }
.esg-microcopy { color: var(--esg-muted); font-size: .9rem; }
.esg-alert { padding: 14px 16px; border-radius: var(--esg-radius); margin-bottom: 16px; font-weight: 800; }
.esg-alert-success { color: #065f46; background: #d1fae5; }
.esg-alert-error { color: #991b1b; background: #fee2e2; }
.esg-two-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.esg-number-list { padding-left: 22px; }
.esg-table-wrap { overflow-x: auto; }
.esg-table { width: 100%; border-collapse: collapse; background: #fff; }
.esg-table th, .esg-table td { padding: 14px; border: 1px solid var(--esg-line); text-align: left; }
.esg-table th { color: #fff; background: var(--esg-red); }
.esg-client-card { text-align: center; }
.esg-client-card img { max-height: 90px; margin: 0 auto 12px; object-fit: contain; }

.site-footer { color: #e5e7eb; background: var(--esg-black); }
.esg-footer-widgets { display: grid; grid-template-columns: 1.3fr .8fr .8fr 1fr; gap: 28px; padding: 58px 0 32px; }
.site-footer h2, .site-footer h3 { color: #fff; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.site-footer a { color: #fff; }
.esg-footer-logo { display: inline-flex; align-items: center; justify-content: center; max-width: 330px; padding: 10px 12px; margin-bottom: 18px; background: #fff; border: 2px solid var(--esg-red); border-radius: var(--esg-radius); }
.esg-footer-logo img { width: 100%; aspect-ratio: 915 / 258; object-fit: contain; }
.esg-footer-social { display: flex; gap: 10px; }
.esg-footer-bottom { display: grid; justify-items: center; gap: 4px; padding: 18px 76px; border-top: 1px solid rgba(255,255,255,.12); color: #9ca3af; font-size: .92rem; text-align: center; }
.esg-footer-bottom p { margin: 0; text-align: center; }

.esg-floating-whatsapp { position: fixed; right: 18px; bottom: 18px; z-index: 60; display: inline-grid; place-items: center; width: 58px; height: 58px; color: #fff; background: #25d366; border: 3px solid #fff; border-radius: 50%; box-shadow: var(--esg-shadow); font-size: 1.9rem; }
.esg-chat-shell { padding: 16px; }
.esg-chat-log { min-height: 110px; max-height: 220px; overflow: auto; display: grid; gap: 8px; margin-bottom: 10px; }
.esg-chat-bubble { padding: 10px 12px; border-radius: var(--esg-radius); background: var(--esg-soft); }
.esg-chat-user { margin-left: 30px; color: #fff; background: var(--esg-red); }
.esg-chat-input { display: flex; gap: 8px; }
.esg-chat-input input { flex: 1; padding: 10px; border: 1px solid var(--esg-line); border-radius: var(--esg-radius); }
.esg-chat-input button { color: #fff; background: var(--esg-black); border: 0; border-radius: var(--esg-radius); padding: 0 12px; }
.esg-link { display: inline-block; color: var(--esg-red); font-weight: 800; margin-top: 10px; }
.esg-back-to-top { position: fixed; left: 18px; bottom: 18px; z-index: 60; width: 46px; height: 46px; border: 2px solid #fff; border-radius: 50%; color: #fff; background: var(--esg-red); box-shadow: var(--esg-shadow); opacity: 0; pointer-events: none; transition: .2s; font-size: 1.25rem; font-weight: 900; }
.esg-back-to-top.is-visible { opacity: 1; pointer-events: auto; }

@media (max-width: 1180px) {
  .esg-header-actions { display: none; }
  .esg-menu-toggle { display: block; flex: 0 0 auto; }
  .esg-main-header__inner { flex-wrap: wrap; justify-content: space-between; min-height: 74px; }
  .esg-site-brand { order: 1; max-width: calc(100% - 64px); margin-right: 0; }
  .esg-menu-toggle { order: 2; margin-left: auto; }
  .esg-main-nav { display: none; flex: 0 0 100%; order: 3; width: 100%; margin: 0 -18px; padding: 14px 18px 18px; background: #fff; border-top: 1px solid var(--esg-line); }
  .esg-main-nav.is-open { display: block; }
  .esg-main-nav .menu { display: flex; flex-direction: column; gap: 12px; align-items: flex-start; justify-content: flex-start; }
  .esg-main-nav li, .esg-main-nav a { width: 100%; }
  .esg-mobile-search { display: flex; align-items: center; width: 100%; margin-top: 14px; overflow: hidden; background: var(--esg-soft); border: 1px solid var(--esg-line); border-radius: var(--esg-radius); }
  .esg-mobile-search input { width: 100%; min-height: 44px; padding: 0 12px; background: transparent; border: 0; outline: 0; font: inherit; }
  .esg-mobile-search button { width: 44px; min-height: 44px; color: var(--esg-black); background: transparent; border: 0; }
  .esg-mobile-actions { display: flex; gap: 10px; margin-top: 14px; }
  .esg-mobile-actions .esg-menu-cta { width: 100%; }
  .esg-main-header { position: relative; }
  .esg-card-grid, .esg-news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .esg-trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .esg-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .esg-footer-widgets { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  h1 { font-size: 2.4rem; }
  .esg-topbar__inner { justify-content: center; min-height: 44px; gap: 14px; padding: 0; }
  .esg-topbar__contact, .esg-topbar__social { display: flex; flex-direction: row; align-items: center; justify-content: center; gap: 14px; }
  .esg-topbar__contact a span, .esg-topbar__contact > span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); }
  .esg-topbar__contact a, .esg-topbar__social a { width: 32px; height: 32px; justify-content: center; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; }
  .esg-brand-text small { display: none; }
  .custom-logo-link img, .custom-logo { max-width: min(56vw, 210px); max-height: 58px; }
  .esg-hero-media { background-position: center, center; background-size: cover, cover; }
  .esg-hero, .esg-hero-inner { min-height: 620px; }
  .esg-hero-copy { padding: 60px 0 100px; }
  .esg-trust-strip { margin-top: -36px; padding-bottom: 18px; }
  .esg-trust-grid { gap: 10px; }
  .esg-trust-item { min-height: 82px; flex-direction: column; gap: 8px; padding: 12px 8px; font-size: .9rem; }
  .esg-section { padding: 58px 0; }
  .esg-split, .form-layout, .esg-footer-widgets, .cta-strip-inner, .esg-two-list { grid-template-columns: 1fr; display: grid; }
  .esg-card-grid, .esg-news-grid, .esg-client-grid, .esg-steps, .esg-form-grid { grid-template-columns: 1fr; }
  .esg-service-slide { grid-template-columns: 1fr; gap: 18px; padding: 16px; }
  .esg-service-slide__image, .esg-diklat-image { min-height: 0; }
  .esg-service-slide__copy { padding: 4px 2px 10px; }
  .esg-training-panel { grid-template-columns: 1fr; padding: 16px; }
  .esg-training-copy { padding: 4px 2px 10px; }
  .esg-carousel-top-tools { justify-content: flex-end; margin: 0 0 16px; }
  .esg-carousel-controls button { font-size: .86rem; }
  .esg-news-slide { flex-basis: min(86vw, 340px); }
  .esg-section-footer .esg-btn { width: 100%; }
  .cta-strip-inner { text-align: left; }
  .cta-strip-inner p { text-align: left; }
  .cta-strip-inner .esg-actions { justify-content: flex-start; }
  .esg-cta .esg-btn-primary { width: auto; min-width: 160px; }
  .esg-cta { padding: 56px 0 72px; }
  .esg-cta .esg-actions { padding-bottom: 8px; }
  .esg-footer-logo { max-width: 280px; }
  .esg-footer-bottom { padding-left: 60px; padding-right: 60px; }
  .esg-floating-whatsapp { right: 12px; bottom: 12px; }
}
