/* Theme: 46 Nautica */
:root { --primary: #1e3a8a; --accent: #d97706; --bg: #f8fafc; --text: #0f172a; }
body { font-family: 'Montserrat', sans-serif; background: var(--bg); color: var(--text); line-height: 1.6; margin: 0; padding: 0; }
.container { max-width: 1050px; margin: 0 auto; padding: 0 20px; }
.site-header { background: #1e3a8a; padding: 20px 0; border-bottom: 4px solid var(--accent); }
.header-inner { display: flex; justify-content: space-between; align-items: center; }
.logo a { font-size: 26px; font-weight: 900; color: #fff; text-decoration: none; text-transform: uppercase; letter-spacing: 2px; }
.logo a::after { content: ' ⚓'; color: var(--accent); }
.main-nav ul { list-style: none; padding: 0; margin: 0; display: flex; gap: 20px; }
.main-nav a { color: #e2e8f0; text-decoration: none; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; transition: color 0.2s; }
.main-nav a:hover { color: var(--accent); }
.hero-section { height: 400px; background-size: cover; background-position: center; position: relative; display: flex; justify-content: center; align-items: center; }
.hero-overlay { position: absolute; inset: 0; background: rgba(30, 58, 138, 0.6); }
.hero-content { position: relative; z-index: 1; text-align: center; }
.hero-title { color: #fff; font-size: 45px; font-weight: 900; text-transform: uppercase; letter-spacing: 2px; text-shadow: 0 2px 12px rgba(0,0,0,0.5); }
.site-content { padding: 60px 0; min-height: 50vh; }
.site-content h1, .site-content h2 { color: var(--primary); font-weight: 800; text-transform: uppercase; border-bottom: 2px solid #e2e8f0; padding-bottom: 8px; }
.site-footer { background: #0f172a; color: #94a3b8; padding: 45px 0; font-size: 13px; border-top: 3px solid var(--primary); }
.footer-inner { display: flex; justify-content: space-between; align-items: center; }
.footer-links a { color: #94a3b8; text-decoration: none; margin-left: 15px; }
.footer-links a:hover { color: var(--accent); }
.widget-box { background: #fff; border: 1px solid #e2e8f0; border-radius: 4px; box-shadow: 0 4px 6px -1px rgba(0,0,0,0.01); }
.widget-title { color: var(--primary); border-bottom: 2px solid #e2e8f0; }
