.elementor-428 .elementor-element.elementor-element-f1f48f8{--display:flex;}.elementor-428 .elementor-element.elementor-element-61f0e4a{width:100%;max-width:100%;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-61f0e4a *//* Global reset */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; font-family: 'Lora', Georgia, serif; }

/* Global elements */
body { color: #2c2c2a; background: #fff; margin: 0; }
img { display: block; }

/* Site nav */
nav { background: #fff; border-bottom: 1px solid rgba(0,0,0,0.08); padding: 8px 36px; display: flex; align-items: center; justify-content: space-between; position: sticky; top: 0; z-index: 100; }
.nav-logo { display: flex; align-items: center; gap: 12px; }
.nav-logo-text { color: #1a3a5c; font-size: 14px; font-weight: 700; letter-spacing: 0.05em; line-height: 1.3; }
.nav-logo-text span { display: block; color: #2d7a3a; font-size: 11px; font-weight: 400; font-style: italic; letter-spacing: 0.08em; }
nav ul { list-style: none; display: flex; gap: 24px; }
nav ul a { color: #444; text-decoration: none; font-size: 13px; transition: color 0.2s; }
nav ul a:hover { color: #1a3a5c; }
nav ul a.active { color: #1a3a5c; font-weight: 600; border-bottom: 2px solid #4a9e58; padding-bottom: 2px; }
.nav-cta { background: #4a9e58; color: #fff !important; padding: 9px 22px; border-radius: 4px; font-size: 15px; font-weight: 700; }
.nav-cta:hover { background: #2d7a3a !important; }
.logo-svg { width: 52px; height: 52px; flex-shrink: 0; border-radius: 4px; }
.nav-hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; background: none; border: none; }
.nav-hamburger span { display: block; width: 24px; height: 2px; background: #444; border-radius: 2px; transition: all 0.3s; }
.nav-mobile-menu { display: none; position: absolute; top: 100%; left: 0; right: 0; background: #fff; border-top: 1px solid rgba(0,0,0,0.08); border-bottom: 1px solid rgba(0,0,0,0.08); padding: 12px 0; z-index: 200; }
.nav-mobile-menu a { display: block; padding: 12px 24px; color: #444; text-decoration: none; font-size: 15px; border-bottom: 1px solid rgba(0,0,0,0.05); }
.nav-mobile-menu a:last-child { border-bottom: none; }
.nav-mobile-menu .nav-cta { margin: 12px 24px; display: block; text-align: center; border-radius: 4px; border-bottom: none; }
.nav-mobile-menu.open { display: block; }

/* Site footer */
footer { background: #0d1e2e; padding: 24px 36px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
footer p { color: rgba(255,255,255,0.4); font-size: 12px; }
footer a { color: rgba(255,255,255,0.45); font-size: 12px; text-decoration: none; }
footer a:hover { color: #fff; }

/* Responsive — nav & footer */
@media (max-width: 768px) {
  nav { padding: 10px 20px; position: relative; }
  nav ul { display: none; }
  .nav-hamburger { display: flex; }
  footer { padding: 20px 24px; flex-direction: column; align-items: flex-start; gap: 8px; }
}/* End custom CSS */