.app-promotion-panel {
    position: relative;
    overflow: hidden;
    padding: clamp(28px, 5vw, 64px);
    border: 1px solid #dbe7f9;
    border-radius: 28px;
    background: radial-gradient(ellipse at 100% 0, #d5e6ff, transparent 60%), linear-gradient(120deg, #f1f7ff, #e9f1ff);
}
.app-promotion-panel.has-image { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); align-items: center; gap: 40px; }
.app-promotion-copy { max-width: 650px; min-width: 0; }
.app-promotion-eyebrow { display: block; margin-bottom: 16px; color: #155bd7; font-size: 11px; font-weight: 800; letter-spacing: 1.5px; overflow-wrap: anywhere; }
.app-promotion-copy h2 { margin: 0 0 18px; color: #101d38; font: 800 clamp(28px, 3.5vw, 44px)/1.15 Manrope, sans-serif; letter-spacing: -1px; overflow-wrap: anywhere; }
.app-promotion-copy p { margin: 0; color: #4b5f7a; font-size: 16px; line-height: 1.8; white-space: pre-line; overflow-wrap: anywhere; }
.app-promotion-buttons { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.app-download-button { display: inline-flex; align-items: center; gap: 12px; max-width: 100%; padding: 14px 19px; border: 1px solid #101d38; border-radius: 12px; background: #101d38; color: #fff; text-decoration: none; font-size: 13px; font-weight: 700; transition: background .15s; }
.app-download-button i { font-size: 25px; flex-shrink: 0; }
.app-download-button span { overflow-wrap: anywhere; min-width: 0; }
.app-download-button:hover { color: #fff; background: #155bd7; border-color: #155bd7; }
.app-download-button:focus-visible { outline: 3px solid #155bd7; outline-offset: 4px; }
.app-promotion-visual { display: flex; justify-content: center; min-width: 0; }
.app-promotion-visual img { display: block; max-width: 100%; width: auto; max-height: 400px; height: auto; object-fit: contain; border-radius: 16px; }
@media (max-width: 767px) {
    .app-promotion-panel.has-image { grid-template-columns: minmax(0, 1fr); gap: 28px; }
    .app-promotion-visual img { max-height: 300px; }
    .app-promotion-panel { border-radius: 20px; }
}
