/* The homepage service portfolio reuses the site's navy, gold and typography. */
.support-heading { text-align: center; margin-bottom: 36px; }
.support-heading h2 { font-size: clamp(28px, 3vw, 38px); line-height: 1.6; }
.support-heading > p:last-child { margin-top: 18px; color: #cbd1dd; font-size: 14px; line-height: 1.9; }
.support-offer { border: 1px solid #877044; display: grid; grid-template-columns: .8fr 1.2fr; margin-bottom: 32px; padding: 30px 40px; align-items: center; gap: 32px; }
.support-plan-label { font-size: 14px; font-weight: 600; }
.support-price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px; color: var(--gold); line-height: 1.25; margin-top: 8px; white-space: nowrap; }
.support-price strong { font-family: var(--serif); font-size: 72px; font-weight: 600; letter-spacing: -.02em; }
.support-price > span { font-size: 22px; }
.support-price > small { font-size: 12px; }
.support-owner { color: #cbd1dd; font-size: 12px; margin-top: 12px; }
.support-commitment { border-left: 1px solid #42495d; padding-left: 40px; }
.support-contract { font-size: 23px; font-weight: 600; line-height: 1.5; }
.support-contract > span { display: block; color: #cbd1dd; font-size: 12px; font-weight: 400; margin-top: 8px; }
.support-rhythm { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 22px; border-top: 1px solid #42495d; padding-top: 18px; margin-top: 18px; }
.support-rhythm strong { display: block; color: var(--gold); font-size: 15px; line-height: 1.7; }
.support-rhythm span { display: block; color: #cbd1dd; font-size: 12px; margin-top: 3px; }
.support-areas { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.support-area { border: 1px solid #343e56; padding: 25px 22px 10px; background: #111b33; }
.support-area header { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.support-area-icon { color: var(--gold); width: 28px; height: 28px; }
.support-area h3 { font-family: var(--sans); font-size: 19px; font-weight: 600; line-height: 1.6; white-space: nowrap; }
.support-area ul { list-style: none; padding: 0; }
.support-area li { border-top: 1px solid #343e56; padding: 13px 0 15px; }
.support-area li strong { display: block; font-size: 13px; line-height: 1.85; font-weight: 600; }
.support-area li span { display: block; font-size: 11px; color: #bec7d8; line-height: 1.9; margin-top: 4px; }
.support-next { margin-top: 32px; text-align: center; }
.support-next > p { font-size: 13px; color: #cbd1dd; }
.support-next > div { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 20px 32px; margin-top: 24px; }
@media (max-width: 1150px) {
    .support-areas { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
    .support-area { padding: 26px 28px 12px; }
    .support-area h3 { font-size: 21px; }
    .support-area li strong { font-size: 15px; }
    .support-area li span { font-size: 12px; }
    .support-offer { padding: 30px; grid-template-columns: .8fr 1.2fr; gap: 26px; }
    .support-commitment { padding-left: 26px; }
    .support-contract { font-size: 21px; }
    .support-rhythm { grid-template-columns: 1fr; gap: 12px; }
}
@media (max-width: 767px) {
    .support-heading { margin-bottom: 28px; }
    .support-heading h2 .phrase { display: block; }
    .support-heading > p:last-child { font-size: 12px; }
    .support-offer { grid-template-columns: 1fr; padding: 26px 24px; gap: 24px; margin-bottom: 24px; }
    .support-pricing { text-align: center; }
    .support-plan-label { font-size: 13px; }
    .support-price { justify-content: center; gap: 5px; }
    .support-price strong { font-size: 64px; }
    .support-price > span { font-size: 20px; }
    .support-price > small { font-size: 11px; }
    .support-commitment { padding: 22px 0 0; border-left: 0; border-top: 1px solid #42495d; text-align: center; }
    .support-contract { font-size: 21px; }
    .support-rhythm { grid-template-columns: 1fr; }
    .support-rhythm strong { font-size: 15px; }
    .support-areas { grid-template-columns: 1fr; gap: 18px; }
    .support-area { padding: 22px 24px 8px; }
    .support-area header { margin-bottom: 16px; }
    .support-area h3 { font-size: 21px; }
    .support-area li strong { font-size: 14px; }
    .support-next > div { flex-direction: column; gap: 12px; }
    .support-next .button { width: 100%; font-size: 12px; padding-inline: 18px; }
}
