/* Included app support: shared, static service offer. */
.app-support-inline {
    display:block; margin-top:18px; padding:14px 16px;
    border-left:3px solid #e5b45c; border-radius:0 10px 10px 0;
    background:rgba(13,8,18,.72); color:#f1dfc8;
    font-family:'DM Sans',sans-serif; font-size:.92rem; font-weight:400;
    line-height:1.65; text-align:left; letter-spacing:normal;
}
.app-support-inline strong { display:block; margin-bottom:4px; color:#f6ca80; font-weight:700; }
.app-support-inline a { color:#f6ca80; text-decoration:underline; text-underline-offset:3px; white-space:normal; }
section.app-support {
    padding:clamp(48px,6vw,80px) 24px; scroll-margin-top:90px;
    color:#faf0e8; background:radial-gradient(ellipse at 10% 40%,rgba(214,157,69,.12),transparent 55%),#130c19;
    border-top:1px solid rgba(229,180,92,.22); border-bottom:1px solid rgba(229,180,92,.22);
}
.app-support-inner { max-width:1080px; margin:0 auto; display:grid; grid-template-columns:220px minmax(0,1fr); gap:64px; align-items:center; text-align:left; }
.app-support-number { text-align:center; border:1px solid rgba(229,180,92,.3); border-radius:22px; padding:28px 18px; }
.app-support-number span { display:block; color:#f6ca80; font-family:'Playfair Display',Georgia,serif; font-size:7rem; font-weight:700; line-height:1; }
.app-support-number small { display:block; margin-top:14px; color:#ebd5bb; font-size:.9rem; line-height:1.5; letter-spacing:.06em; }
.app-support-copy .app-support-eyebrow { margin:0 0 12px; color:#f6ca80; font-size:.8rem; letter-spacing:.09em; font-weight:700; }
.app-support-copy h2 { margin:0 0 18px; color:#faf0e8; font-family:'Playfair Display',Georgia,serif; font-size:clamp(2rem,4vw,3rem); line-height:1.15; }
.app-support-copy > p { max-width:700px; margin:0 0 18px; color:#ebd5bb; font-size:1rem; line-height:1.75; }
.app-support-topics { display:grid; gap:7px; margin:0 0 24px; padding-left:20px; color:#ebd5bb; font-size:.94rem; line-height:1.6; }
.app-support-topics li::marker { color:#f6ca80; }
.app-support-contact { display:inline-flex; align-items:center; gap:20px; min-height:48px; padding:12px 20px; border-radius:10px; background:#f6ca80; color:#170d1e; font-family:'DM Sans',sans-serif; font-size:.95rem; font-weight:700; text-decoration:none; }
.app-support-contact:hover { background:#ffe0a6; color:#170d1e; }
.app-support-copy .app-support-footnote { margin:14px 0 0; font-size:.82rem; }
.app-support-footnote a { color:#f6ca80; text-decoration:underline; text-underline-offset:3px; }
.app-support a:focus-visible, .app-support-inline a:focus-visible { outline:3px solid #fff3da; outline-offset:5px; }
@media (max-width:720px) {
    .app-support-inner { grid-template-columns:1fr; gap:24px; }
    .app-support-number { display:flex; align-items:center; justify-content:flex-start; gap:20px; border:0; padding:0; text-align:left; }
    .app-support-number span { font-size:4.5rem; }
    .app-support-number small { margin:0; }
    .app-support-contact { width:100%; justify-content:space-between; }
    .app-support-inline { font-size:.88rem; padding:12px 14px; }
}
