/* ── Global Sentynel — Shared Styles ── */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; color-scheme: light; }
body { font-family: 'Inter', sans-serif; color: #3F3F3F; background: #fff; font-size: 16px; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

:root {
  --navy: #002641;
  --gold: #FFAC00;
  --gold-dark: #D98F00;
  --light: #F4F7FB;
  --text: #3F3F3F;
  --text-light: #6B7280;
  --white: #FFFFFF;
  --border: #E5E9F0;
}

.container { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
section { padding: 80px 0; }

/* Topbar */
.topbar { background: var(--gold); padding: 8px 0; font-size: 13px; font-weight: 500; }
.topbar .container { display: flex; justify-content: space-between; align-items: center; }
.topbar a { color: var(--navy); font-weight: 600; }
.topbar a:hover { text-decoration: underline; }
.topbar-contact { display: flex; gap: 28px; }
.topbar-contact span { display: flex; align-items: center; gap: 6px; color: var(--navy); }

/* Navbar */
.navbar { background: var(--navy); position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 12px rgba(0,38,65,0.18); }
.navbar .container { display: flex; align-items: center; justify-content: space-between; padding-top: 14px; padding-bottom: 14px; }
.logo { display: flex; align-items: center; gap: 12px; }
.logo-icon { display: flex; align-items: center; justify-content: center; }
.logo-icon svg { width: 48px; height: 48px; }
.logo-icon img { width: 48px; height: 48px; }
.logo-text { color: var(--white); }
.logo-text strong { display: block; font-size: 18px; font-weight: 700; letter-spacing: 0.3px; }
.logo-text span { font-size: 11px; font-weight: 400; letter-spacing: 1.5px; text-transform: uppercase; opacity: 0.7; }
.nav-links { display: flex; align-items: center; gap: 6px; }
.nav-links a { color: rgba(255,255,255,0.85); padding: 8px 14px; border-radius: 6px; font-size: 14px; font-weight: 500; transition: background 0.2s, color 0.2s; }
.nav-links a:hover, .nav-links a.active { color: var(--white); background: rgba(255,255,255,0.1); }
.nav-links .nav-cta { background: var(--gold); color: var(--navy); font-weight: 700; padding: 9px 20px; border-radius: 6px; margin-left: 8px; transition: background 0.2s; }
.nav-links .nav-cta:hover { background: var(--gold-dark); }
.gold-divider { height: 4px; background: linear-gradient(to right, var(--gold), var(--gold-dark), transparent); }

/* Buttons */
.btn-primary { background: var(--gold); color: var(--navy); font-weight: 700; font-size: 15px; padding: 14px 28px; border-radius: 8px; border: none; cursor: pointer; transition: background 0.2s, transform 0.15s; display: inline-flex; align-items: center; gap: 8px; font-family: inherit; }
.btn-primary:hover { background: var(--gold-dark); transform: translateY(-1px); }
.btn-primary-sm { font-size: 13px; padding: 10px 20px; }
.btn-outline { background: transparent; color: var(--white); font-weight: 600; font-size: 15px; padding: 13px 28px; border-radius: 8px; border: 2px solid rgba(255,255,255,0.35); cursor: pointer; transition: border-color 0.2s, background 0.2s; display: inline-flex; align-items: center; gap: 8px; }
.btn-outline:hover { border-color: rgba(255,255,255,0.7); background: rgba(255,255,255,0.07); }
.btn-outline-navy { color: var(--navy); border-color: rgba(0,38,65,0.3); }
.btn-outline-navy:hover { color: var(--navy); border-color: var(--navy); background: rgba(0,38,65,0.05); }

/* Section labels */
.section-label { font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; display: block; }
.section-title { font-size: 36px; font-weight: 800; color: var(--navy); line-height: 1.2; letter-spacing: -0.3px; margin-bottom: 16px; }
.section-title-white { color: var(--white); }
.section-desc { font-size: 16px; color: var(--text-light); max-width: 580px; line-height: 1.7; margin-bottom: 48px; }
.section-desc-white { color: rgba(255,255,255,0.65); }
.section-center { text-align: center; }
.section-center .section-desc { margin-left: auto; margin-right: auto; }

/* Tags */
.tag { font-size: 11px; font-weight: 600; padding: 3px 10px; border-radius: 100px; background: rgba(0,38,65,0.06); color: var(--navy); letter-spacing: 0.3px; }
.tag-gold { background: rgba(255,172,0,0.12); color: #a66d00; }
.service-tags { display: flex; flex-wrap: wrap; gap: 6px; }

/* Breadcrumb */
.breadcrumb { padding: 14px 0; font-size: 13px; color: var(--text-light); display: flex; align-items: center; gap: 6px; }
.breadcrumb a { color: var(--text-light); }
.breadcrumb a:hover { color: var(--navy); }
.breadcrumb-sep { opacity: 0.4; }

/* Check list */
.check-list { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.check-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 15px; color: var(--text); line-height: 1.5; }
.check-list li svg { flex-shrink: 0; margin-top: 2px; }

/* CTA Section */
.cta-section { background: linear-gradient(135deg, #002641 0%, #003d6b 100%); position: relative; overflow: hidden; padding: 70px 0; }
.cta-section::before { content: ''; position: absolute; inset: 0; background: url('https://images.unsplash.com/photo-1558494949-ef010cbdcc31?w=1400&q=80') center/cover no-repeat; opacity: 0.08; }
.cta-inner { position: relative; text-align: center; }
.cta-inner h2 { font-size: 38px; font-weight: 800; color: var(--white); margin-bottom: 14px; letter-spacing: -0.3px; }
.cta-inner p { color: rgba(255,255,255,0.72); font-size: 17px; margin-bottom: 36px; max-width: 520px; margin-left: auto; margin-right: auto; }
.cta-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* Footer */
.footer { background: var(--navy); padding: 56px 0 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 48px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.footer-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.footer-logo .logo-icon svg { width: 28px; height: 28px; }
.footer-logo .logo-icon img { width: 28px; height: 28px; }
.footer-logo strong { color: var(--white); font-size: 16px; font-weight: 700; }
.footer-brand p { color: rgba(255,255,255,0.55); font-size: 14px; line-height: 1.65; margin-bottom: 20px; }
.footer-contact-item { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,0.65); font-size: 13px; margin-bottom: 8px; }
.footer-contact-item a { color: var(--gold); }
.footer-contact-item a:hover { text-decoration: underline; }
.footer-col h4 { color: var(--white); font-size: 14px; font-weight: 700; margin-bottom: 16px; letter-spacing: 0.5px; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.footer-links a { color: rgba(255,255,255,0.55); font-size: 13px; transition: color 0.2s; }
.footer-links a:hover { color: var(--gold); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding: 20px 0; font-size: 12px; color: rgba(255,255,255,0.4); }
.footer-bottom a { color: rgba(255,255,255,0.5); }
.footer-bottom a:hover { color: var(--white); }
.footer-bottom-links { display: flex; gap: 20px; }
