.gl-why { background: #fff; color: var(--gl-ink); }
.gl-main:has(.gl-why) { padding-bottom: 0; }
body:has(.gl-why) .gl-sitefooter--compact { padding: 30px 24px; }
body:has(.gl-why) .gl-sitefooter__compact-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 24px; max-width: 1280px; margin-inline: auto; }
body:has(.gl-why) .gl-sitefooter__compact-inner p { margin: 0; font-size: 14px; }
body:has(.gl-why) .gl-sitefooter__compact-inner > a { color: white; font-size: 14px; }
.gl-why .gl-shell { max-width: 1100px; }
.gl-why-hero { position: relative; display: grid; grid-template-columns: 1.6fr 1fr; align-items: center; gap: 48px; padding-block: 76px 54px; overflow: hidden; }
.gl-why-hero__copy { position: relative; z-index: 1; }
.gl-why-eyebrow { margin: 0 0 20px; color: #98641e; font-size: 12px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.gl-why h1 { margin: 0; color: var(--gl-navy); font-size: clamp(34px, 4.3vw, 56px); line-height: 1.13; letter-spacing: -.04em; }
.gl-why-hero__lede { max-width: 550px; margin: 26px 0; font-size: 17px; line-height: 1.8; }
.gl-why-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 28px; }
.gl-why-link { display: inline-flex; align-items: center; gap: 12px; color: var(--gl-navy); font-size: 14px; font-weight: 650; text-decoration: underline; text-underline-offset: 4px; }
.gl-why-link svg { width: 20px; height: 20px; }
.gl-why-question { display: grid; place-items: center; aspect-ratio: 1; border-radius: 50%; background: repeating-radial-gradient(circle, transparent 0 16px, rgba(198,151,73,.09) 17px 18px); }
.gl-why-question::after { content: '?'; font-size: 300px; font-weight: 300; line-height: 1; color: white; -webkit-text-stroke: 1px var(--gl-gold); }
.gl-why-values { padding-block: 30px 60px; border-top: 1px solid var(--gl-line); }
.gl-why-values__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 26px; padding-top: 12px; }
.gl-why-values article + article { padding-left: 26px; border-left: 1px solid var(--gl-line); }
.gl-why-value-icon { display: inline-flex; align-items: center; justify-content: center; width: 56px; height: 56px; flex-shrink: 0; border-radius: 50%; background: var(--gl-gold-soft); color: var(--gl-navy); }
.gl-why-value-icon svg { width: 30px; height: 30px; }
.gl-why-values h3 { margin: 16px 0 10px; font-size: 16px; }
.gl-why-values p { margin: 0; font-size: 14px; line-height: 1.85; }
.gl-why-questions { display: grid; gap: 16px; padding-bottom: 60px; scroll-margin-top: 120px; }
.gl-why-faq, .gl-why-support { border: 1px solid var(--gl-line); border-radius: 10px; box-shadow: 0 2px 14px rgba(10,22,40,.04); }
.gl-why-faq summary { display: flex; align-items: center; gap: 22px; padding: 22px 26px; list-style: none; cursor: pointer; }
.gl-why-faq summary::-webkit-details-marker { display: none; }
.gl-why-faq summary:focus-visible, .gl-why a:focus-visible { outline: 3px solid var(--gl-gold-deep); outline-offset: 4px; border-radius: 6px; }
.gl-why-faq h2 { flex: 1; margin: 0; color: var(--gl-navy); font-size: 18px; line-height: 1.5; }
.gl-why-faq summary > svg { width: 18px; height: 18px; flex-shrink: 0; }
.gl-why-faq[open] summary > svg { transform: rotate(180deg); }
.gl-why-faq__icon { display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; width: 54px; height: 54px; border-radius: 50%; color: var(--gl-gold); background: var(--gl-navy); }
.gl-why-faq__icon svg { width: 28px; height: 28px; }
.gl-why-faq__answer { padding: 0 64px 30px 102px; font-size: 15px; line-height: 1.9; }
.gl-why-faq__answer p { margin: 0 0 18px; }
.gl-why-faq__answer p:last-child { margin-bottom: 0; }
.gl-why-faq__answer ul { padding-left: 22px; margin: 0 0 18px; }
.gl-why-support { display: flex; align-items: center; gap: 26px; padding: 30px; }
.gl-why-support h2 { margin: 0 0 8px; font-size: 20px; }
.gl-why-support p { margin: 0 0 16px; line-height: 1.7; }
.gl-why-cta { background: var(--gl-navy); color: white; padding-block: 48px; }
.gl-why-cta__inner { display: flex; align-items: center; justify-content: center; gap: 32px; }
.gl-why-cta__icon { display: grid; place-items: center; flex-shrink: 0; width: 100px; height: 100px; border: 1px solid var(--gl-gold); border-radius: 50%; color: var(--gl-gold); }
.gl-why-cta__icon svg { width: 54px; height: 54px; }
.gl-why-cta h2 { margin: 0; font-size: clamp(22px, 3vw, 30px); }
.gl-why-cta p { margin: 14px 0 24px; color: #dfe5ee; line-height: 1.7; }
@media (max-width: 760px) {
    .gl-why-hero { grid-template-columns: 1fr; padding-block: 46px 38px; }
    .gl-why-question { position: absolute; width: 300px; right: -100px; top: 0; opacity: .22; }
    .gl-why-values__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
    .gl-why-values article + article { padding-left: 0; border-left: 0; }
    .gl-why-faq summary { gap: 12px; padding: 18px 16px; }
    .gl-why-faq h2 { font-size: 16px; }
    .gl-why-faq__icon { width: 42px; height: 42px; }
    .gl-why-faq__icon svg { width: 24px; height: 24px; }
    .gl-why-faq__answer { padding: 0 20px 24px; }
    .gl-why-support { align-items: flex-start; gap: 16px; padding: 22px 18px; }
    .gl-why-cta__inner { align-items: flex-start; gap: 20px; }
    .gl-why-cta__icon { width: 56px; height: 56px; }
    .gl-why-cta__icon svg { width: 30px; height: 30px; }
}
