.site-primary-header-wrap { box-shadow: 0 2px 12px rgba(15,34,56,0.08); }
.main-header-menu > .menu-item > a { font-weight: 600; letter-spacing: 0.2px; }
.ast-site-identity .site-title, .ast-site-identity .site-title a { font-weight: 700; color: #0f2238; }
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4 { color: #0f2238; }
.entry-content .wp-block-group[style*="border-color:#d6dde5"] { background: #fff; box-shadow: 0 10px 26px rgba(15,34,56,0.06); }
.site-footer { background: #0f2238; }
.site-footer, .site-footer p, .site-footer a, .site-footer h1, .site-footer h2, .site-footer h3, .site-footer h4 { color: #fff; }
.wpcf7-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.wpcf7-form label:nth-last-of-type(1), .wpcf7-form label:nth-last-of-type(2) { grid-column: 1 / -1; }
.wpcf7-form input, .wpcf7-form textarea { width: 100%; margin-top: 8px; border: 1px solid #d7dee7; border-radius: 6px; padding: 12px 14px; box-sizing: border-box; }
.wpcf7-form textarea { min-height: 130px; }
.wpcf7-form input[type="submit"] { grid-column: 1 / -1; width: auto; background: #1f75ff; color: #fff; border: none; border-radius: 6px; padding: 14px 24px; }
@media (max-width: 920px) { .wpcf7-form { grid-template-columns: 1fr; } }
