.theme-map-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 48px; align-items: center; max-width: 1180px; margin: 0 auto; padding: 80px 24px; }
.theme-map-heading > span { color: var(--primary); font-size: .68rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.theme-map-heading h2 { margin: 14px 0; color: var(--primary); font-family: inherit; font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1; }
.theme-map-heading p { color: #64748b; line-height: 1.8; }
.theme-map-heading a { display: inline-block; margin-top: 16px; padding: 12px 16px; color: #fff; background: var(--primary); border-radius: 6px; font-size: .72rem; font-weight: 700; text-decoration: none; }
.theme-map { width: 100%; height: 320px; border: 0; border-radius: 12px; box-shadow: 0 12px 28px rgba(15, 23, 42, .12); }
iframe.theme-map { border: 1px solid #e2e8f0; }
@media (max-width: 760px) { .theme-map-section { display: block; padding: 58px 24px; } .theme-map { margin-top: 30px; height: 280px; } }
