
/* Minor polish for blocks + subtle hover + RTL friendliness */
:root{
  --shinra-shadow: 0 10px 30px rgba(15,46,90,.12);
}
.wp-site-blocks{scroll-behavior:smooth}
.is-style-elevated{box-shadow:var(--shinra-shadow); border-radius:20px}
a, .wp-block-button__link{transition:all .2s ease-in-out}
.wp-block-button__link:hover{transform:translateY(-2px)}
html[dir="rtl"] .wp-block-navigation__responsive-container-open {
  margin-left: 0; margin-right: auto;
}
/* Hero */
.sh-hero{min-height:70vh; display:grid; place-items:center; background:linear-gradient(135deg,#F3EDE1 0%, #ffffff 60%);}
.sh-hero .title{font-size:clamp(2rem,4vw,4rem); color:#0F2E5A}
.sh-hero .subtitle{color:#6B7280}
.badge{background:#E9EEF7; color:#0F2E5A; padding:.35rem .6rem; border-radius:999px; font-weight:600; font-size:.9rem}
/* Cards */
.card{padding:2rem; border-radius:18px; background:#fff; box-shadow:var(--shinra-shadow)}
/* Sections */
.section{padding:4rem 1rem}
.section .section-title{font-size:2rem; margin-bottom:1.25rem; color:#0F2E5A}
/* Footer */
.site-footer{background:#0F2E5A; color:#fff}
.site-footer a{color:#fff; opacity:.9}
