:root {
  --gl-ink: #163229;
  --gl-muted: #5f6f68;
  --gl-green: #157a55;
  --gl-green-dark: #0d5239;
  --gl-green-soft: #e6f2eb;
  --gl-cream: #f7f2e8;
  --gl-gold: #d5a13f;
  --gl-line: #dce5df;
}

.green-loads-page { overflow: hidden; color: var(--gl-ink); background: #fff; }
.green-loads-page h1, .green-loads-page h2, .green-loads-page h3 { color: var(--gl-ink); letter-spacing: -.025em; }
.gl-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.gl-shell--narrow { max-width: 850px; }
.gl-eyebrow { margin-bottom: .75rem; color: var(--gl-green); font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.gl-copy { color: var(--gl-muted); font-size: 1.08rem; line-height: 1.75; }

.gl-hero { position: relative; min-height: 700px; display: flex; align-items: center; background: #e9eee9; isolation: isolate; }
.gl-hero__image { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }
.gl-hero__wash { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(247,242,232,.99) 0%, rgba(247,242,232,.96) 30%, rgba(247,242,232,.5) 52%, rgba(247,242,232,.04) 76%); }
.gl-hero__inner { padding-top: 72px; padding-bottom: 72px; }
.gl-hero__copy { max-width: 610px; }
.gl-kicker { display: inline-flex; align-items: center; gap: .55rem; margin-bottom: 1.4rem; padding: .55rem .85rem; border: 1px solid rgba(21,122,85,.25); border-radius: 999px; background: rgba(255,255,255,.72); color: var(--gl-green-dark); font-size: .8rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(6px); }
.gl-hero h1 { max-width: 680px; margin-bottom: 1.35rem; font-size: clamp(2.8rem, 5.3vw, 5.25rem); font-weight: 800; line-height: .98; }
.gl-hero__lead { max-width: 575px; margin-bottom: 1.8rem; color: #365047; font-size: clamp(1.08rem, 1.8vw, 1.35rem); line-height: 1.55; }
.gl-hero__actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.gl-hero .btn, .gl-final-cta .btn { padding: .85rem 1.35rem; border-radius: .65rem; font-weight: 750; }
.gl-btn-primary { border-color: var(--gl-green); background: var(--gl-green); color: #fff; }
.gl-btn-primary:hover, .gl-btn-primary:focus { border-color: var(--gl-green-dark); background: var(--gl-green-dark); color: #fff; }
.gl-btn-quiet { border-color: rgba(22,50,41,.22); background: rgba(255,255,255,.72); color: var(--gl-ink); backdrop-filter: blur(6px); }
.gl-btn-quiet:hover, .gl-btn-quiet:focus { border-color: var(--gl-ink); background: #fff; color: var(--gl-ink); }
.gl-hero__note { display: flex; align-items: center; gap: .6rem; margin: 1.4rem 0 0; color: #466057; font-size: .88rem; }
.gl-hero__note i { color: var(--gl-green); }

.gl-intro, .gl-process, .gl-faq { padding: 110px 0; }
.gl-intro h2, .gl-process h2, .gl-honesty h2, .gl-final-cta h2 { margin-bottom: 1.25rem; font-size: clamp(2rem, 3.8vw, 3.35rem); font-weight: 800; line-height: 1.08; }
.gl-capacity-figure { margin: 0; padding: 16px; border: 1px solid var(--gl-line); border-radius: 24px; background: #fff; box-shadow: 0 24px 60px rgba(18,61,46,.1); }
.gl-capacity-grid { display: grid; grid-template-columns: minmax(0, 1fr) 34px minmax(0, 1fr); align-items: center; gap: 10px; }
.gl-capacity-card { overflow: hidden; border: 1px solid #dfe7e2; border-radius: 15px; background: #faf9f5; }
.gl-capacity-card--matched { border-color: rgba(21,122,85,.38); box-shadow: 0 8px 22px rgba(21,122,85,.1); }
.gl-capacity-card__label { display: flex; align-items: center; justify-content: space-between; gap: .5rem; padding: .85rem 1rem .65rem; }
.gl-capacity-card__label span { color: var(--gl-ink); font-size: .76rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.gl-capacity-card__label small { color: #77847e; font-size: .67rem; }
.gl-capacity-card--matched .gl-capacity-card__label span { color: var(--gl-green); }
.gl-capacity-card img { display: block; width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; }
.gl-capacity-card__footer { display: flex; align-items: center; gap: .45rem; min-height: 48px; padding: .65rem 1rem; border-top: 1px solid #e7ece8; color: #68766f; font-size: .72rem; font-weight: 700; }
.gl-capacity-card--matched .gl-capacity-card__footer { background: #edf7f1; color: var(--gl-green-dark); }
.gl-capacity-card__footer i { color: #99a69f; }
.gl-capacity-card--matched .gl-capacity-card__footer i { color: var(--gl-green); }
.gl-capacity-arrow { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: var(--gl-green); color: #fff; font-size: .8rem; box-shadow: 0 6px 14px rgba(21,122,85,.2); }
.gl-capacity-figure figcaption { padding: 1rem 1rem .2rem; color: var(--gl-muted); font-size: .84rem; text-align: center; }

.gl-criteria { padding: 110px 0; background: var(--gl-cream); }
.gl-section-heading { max-width: 730px; margin: 0 auto 3.25rem; text-align: center; }
.gl-section-heading h2 { margin-bottom: 1rem; font-size: clamp(2.15rem, 4vw, 3.5rem); font-weight: 800; }
.gl-section-heading > p:last-child { color: var(--gl-muted); font-size: 1.08rem; line-height: 1.65; }
.gl-criterion { position: relative; height: 100%; min-height: 310px; padding: 1.7rem; border: 1px solid rgba(21,122,85,.12); border-radius: 18px; background: rgba(255,255,255,.85); box-shadow: 0 14px 30px rgba(41,67,55,.06); }
.gl-criterion__number { position: absolute; top: 1.25rem; right: 1.35rem; color: #bdd4c7; font-size: .85rem; font-weight: 800; letter-spacing: .1em; }
.gl-criterion__icon { display: grid; width: 50px; height: 50px; margin-bottom: 2.2rem; place-items: center; border-radius: 14px; background: var(--gl-green-soft); color: var(--gl-green); font-size: 1.35rem; }
.gl-criterion h3 { margin-bottom: .8rem; font-size: 1.3rem; font-weight: 800; }
.gl-criterion p { margin: 0; color: var(--gl-muted); line-height: 1.65; }
.gl-table-card { margin-top: 3.5rem; overflow: hidden; border: 1px solid rgba(21,122,85,.16); border-radius: 20px; background: #fff; box-shadow: 0 18px 45px rgba(44,66,57,.07); }
.gl-table-card__intro { display: flex; align-items: end; justify-content: space-between; gap: 2rem; padding: 2rem 2rem 1.35rem; }
.gl-table-card__intro h3 { margin: 0; font-size: 1.65rem; font-weight: 800; }
.gl-table-card__intro > p { max-width: 440px; margin: 0; color: var(--gl-muted); line-height: 1.55; }
.gl-table { min-width: 760px; margin: 0; }
.gl-table > :not(caption) > * > * { padding: 1.15rem 2rem; border-color: var(--gl-line); vertical-align: middle; }
.gl-table thead th { border-top: 1px solid var(--gl-line); background: #eef5f0; color: #3d574e; font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; }
.gl-table tbody th { width: 23%; color: var(--gl-ink); font-size: .93rem; }
.gl-table tbody td { color: var(--gl-muted); font-size: .93rem; }

.gl-process { background: #fff; }
.gl-callout { display: flex; gap: .9rem; margin-top: 2rem; padding: 1.15rem; border-left: 4px solid var(--gl-green); border-radius: 0 12px 12px 0; background: var(--gl-green-soft); }
.gl-callout i { margin-top: .2rem; color: var(--gl-green); }
.gl-callout p { margin: 0; color: #436056; line-height: 1.55; }
.gl-callout strong { display: block; color: var(--gl-ink); }
.gl-steps { position: relative; margin: 0; padding: 0; list-style: none; }
.gl-steps::before { position: absolute; top: 34px; bottom: 34px; left: 25px; width: 2px; background: #cce0d5; content: ''; }
.gl-steps li { position: relative; display: grid; grid-template-columns: 52px 1fr; gap: 1.25rem; padding-bottom: 2rem; }
.gl-steps li:last-child { padding-bottom: 0; }
.gl-steps li > span { z-index: 1; display: grid; width: 52px; height: 52px; place-items: center; border: 7px solid #fff; border-radius: 50%; background: var(--gl-green); color: #fff; font-size: .82rem; font-weight: 800; box-shadow: 0 0 0 1px #cce0d5; }
.gl-steps h3 { margin: .15rem 0 .45rem; font-size: 1.2rem; font-weight: 800; }
.gl-steps p { margin: 0; color: var(--gl-muted); line-height: 1.6; }

.gl-comparison { padding: 110px 0; background: #eef3ef; }
.gl-comparison-card { overflow: hidden; border: 1px solid var(--gl-line); border-radius: 20px; background: #fff; box-shadow: 0 18px 45px rgba(44,66,57,.08); }
.gl-comparison-table { min-width: 700px; margin: 0; }
.gl-comparison-table > :not(caption) > * > * { width: 36%; padding: 1.3rem 1.6rem; border-color: var(--gl-line); color: var(--gl-muted); vertical-align: middle; }
.gl-comparison-table > :not(caption) > * > *:first-child { width: 28%; color: var(--gl-ink); font-weight: 750; }
.gl-comparison-table thead th { padding-top: 1.65rem; padding-bottom: 1.65rem; color: var(--gl-ink); font-size: 1.05rem; }
.gl-comparison-table .gl-green-column { background: #edf7f1; color: #315a49; }
.gl-comparison-table thead .gl-green-column { color: var(--gl-green-dark); }

.gl-honesty { padding: 80px 0; background: var(--gl-green-dark); }
.gl-honesty__panel { display: grid; grid-template-columns: 110px 1fr; gap: 2rem; align-items: center; max-width: 960px; margin: 0 auto; }
.gl-honesty__mark { display: grid; width: 110px; height: 110px; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: rgba(255,255,255,.08); color: #bfe7d1; font-size: 2.6rem; }
.gl-honesty .gl-eyebrow { color: #9bd3b5; }
.gl-honesty h2 { margin-bottom: .85rem; color: #fff; }
.gl-honesty p:last-child { max-width: 830px; margin: 0; color: #d7e8df; font-size: 1.05rem; line-height: 1.75; }

.gl-faq-list { border-top: 1px solid var(--gl-line); }
.gl-faq-list details { border-bottom: 1px solid var(--gl-line); }
.gl-faq-list summary { position: relative; padding: 1.5rem 3rem 1.5rem 0; color: var(--gl-ink); font-size: 1.08rem; font-weight: 750; cursor: pointer; list-style: none; }
.gl-faq-list summary::-webkit-details-marker { display: none; }
.gl-faq-list summary::after { position: absolute; top: 1.35rem; right: .25rem; width: 32px; height: 32px; color: var(--gl-green); content: '+'; font-size: 1.6rem; font-weight: 400; line-height: 28px; text-align: center; transition: transform .2s ease; }
.gl-faq-list details[open] summary::after { transform: rotate(45deg); }
.gl-faq-list details p { max-width: 720px; margin: -.35rem 0 1.5rem; color: var(--gl-muted); line-height: 1.7; }

.gl-final-cta { padding: 80px 0; background: #172d25; }
.gl-final-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 3rem; }
.gl-final-cta__copy { max-width: 720px; }
.gl-final-cta .gl-eyebrow { color: #8cd1ad; }
.gl-final-cta h2 { margin-bottom: .6rem; color: #fff; }
.gl-final-cta p:last-child { margin: 0; color: #c9d9d1; font-size: 1.05rem; }
.gl-final-cta__actions { display: flex; flex: 0 0 auto; flex-direction: column; gap: 1rem; align-items: center; }
.gl-btn-light { min-width: 170px; border-color: #fff; background: #fff; color: var(--gl-green-dark); }
.gl-btn-light:hover, .gl-btn-light:focus { border-color: var(--gl-green-soft); background: var(--gl-green-soft); color: var(--gl-green-dark); }
.gl-text-link { color: #d7e8df; font-size: .9rem; font-weight: 700; text-decoration: none; }
.gl-text-link:hover, .gl-text-link:focus { color: #fff; text-decoration: underline; }

@media (max-width: 991.98px) {
  .gl-hero { min-height: 690px; align-items: end; }
  .gl-hero__image { object-position: 67% center; }
  .gl-hero__wash { background: linear-gradient(90deg, rgba(247,242,232,.98) 0%, rgba(247,242,232,.9) 48%, rgba(247,242,232,.2) 100%); }
  .gl-hero__copy { max-width: 570px; }
  .gl-intro, .gl-process, .gl-faq, .gl-criteria, .gl-comparison { padding: 80px 0; }
  .gl-criterion { min-height: 275px; }
  .gl-table-card__intro, .gl-final-cta__inner { align-items: flex-start; flex-direction: column; }
  .gl-final-cta__actions { flex-direction: row; }
}

@media (max-width: 767.98px) {
  .gl-shell { width: min(100% - 28px, 1180px); }
  .gl-hero { min-height: 720px; }
  .gl-hero__image { object-position: 64% center; }
  .gl-hero__wash { background: linear-gradient(180deg, rgba(247,242,232,.8) 0%, rgba(247,242,232,.85) 38%, rgba(247,242,232,.99) 72%); }
  .gl-hero__inner { padding-top: 300px; padding-bottom: 52px; }
  .gl-hero h1 { font-size: clamp(2.65rem, 12vw, 4rem); }
  .gl-hero__lead { font-size: 1.05rem; }
  .gl-capacity-figure { margin-top: 1rem; padding: 10px; border-radius: 16px; }
  .gl-capacity-grid { grid-template-columns: 1fr; gap: 8px; }
  .gl-capacity-arrow { margin: -2px auto; transform: rotate(90deg); }
  .gl-table-card__intro { padding: 1.5rem; }
  .gl-table > :not(caption) > * > * { padding: 1rem 1.4rem; }
  .gl-honesty__panel { grid-template-columns: 1fr; gap: 1.5rem; }
  .gl-honesty__mark { width: 78px; height: 78px; font-size: 2rem; }
  .gl-final-cta__actions { width: 100%; align-items: stretch; flex-direction: column; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  .gl-faq-list summary::after { transition: none; }
}
