* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Inter', sans-serif; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { background: #fff; color: #333; line-height: 1.6; }
main { min-height: 60vh; }
.container { max-width: 1280px; margin: 0 auto; padding: 0 32px; }
img { max-width: 100%; height: auto; }

h1, h2, h3, h4, .logo-text, .card-branding-text, .section-title {
  font-family: 'Montserrat', sans-serif;
}

header { position: sticky; top: 0; z-index: 1000; background: rgba(244,246,251,0.94); padding: 14px 0; border-bottom: 1px solid #e8eaf0; box-shadow: 0 10px 24px rgba(11,43,66,0.04); backdrop-filter: blur(12px); }
.header-inner { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.logo { display: flex; align-items: center; gap: 8px; font-size: 20px; font-weight: 700; color: #0b2b42; text-decoration: none; font-family: 'Montserrat', sans-serif; }
.logo-mark { width: 42px; height: 42px; object-fit: contain; flex-shrink: 0; display: block; }
.logo-mark-fallback { display: inline-flex; align-items: center; justify-content: center; border-radius: 10px; background: #e8f6f5; color: #439e94; font-size: 22px; }
.logo-text { line-height: 1.2; }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 24px; margin-left: auto; }
nav ul { list-style: none; display: flex; gap: 28px; align-items: center; }
nav a { text-decoration: none; color: #0b2b42; font-weight: 500; font-size: 14px; }
nav a.apply-btn { font-weight: 700; }
.header-cta { display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; min-height: 42px; padding: 10px 18px; border-radius: 6px; background: #0f3d61; color: #fff; text-decoration: none; font-size: 14px; font-weight: 700; font-family: 'Montserrat', sans-serif; box-shadow: 0 8px 18px rgba(15,61,97,0.18); transition: background 0.2s, transform 0.2s, box-shadow 0.2s; }
.header-cta:hover { background: #0b2b42; transform: translateY(-1px); box-shadow: 0 10px 22px rgba(15,61,97,0.24); }
.chevron { font-size: 10px; margin-left: 3px; }
[id] { scroll-margin-top: 92px; }
.admin-bar header { top: 32px; }

.hero { background: #0b2b42; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: -1.5%; background: url('../images/site/hero-bg.avif') center/cover no-repeat; transform: scale(1); transform-origin: center; animation: heroBannerDrift 18s ease-in-out infinite alternate; will-change: transform; }
.hero-overlay { background: rgba(11, 43, 66, 0.72); min-height: 640px; padding: 90px 0 140px; display: flex; align-items: center; justify-content: center; position: relative; z-index: 1; }
.hero-content { text-align: center; color: #fff; }
.hero-content h1 { font-size: 40px; font-weight: 800; margin-bottom: 12px; letter-spacing: -0.5px; }
.hero-content h2 { font-size: 20px; font-weight: 600; color: #fff; margin-bottom: 36px; opacity: 0.95; }
.hero-buttons { display: flex; justify-content: center; gap: 16px; margin-bottom: 20px; }
.btn { padding: 11px 26px; border-radius: 5px; text-decoration: none; font-weight: 600; font-size: 15px; transition: all 0.2s; display: inline-block; }
.btn-primary { background: #439e94; color: #fff; border: 2px solid #439e94; }
.btn-primary:hover { background: #368880; }
.btn-outline { background: #0f3d61; color: #ffffff; border: 1px solid rgba(255,255,255,0.5); }
.btn-outline:hover { background: #0b2b42; }
.hero-subtext { font-size: 13px; opacity: 0.88; }

.service-cards-section { margin-top: -70px; position: relative; z-index: 2; padding-bottom: 0; }
.cards-wrapper { display: flex; overflow: hidden; box-shadow: 0 8px 30px rgba(0,0,0,0.15); border-radius: 10px; max-width: 1280px; margin: 0 auto; }
.service-card { flex: 1; padding: 44px 40px; border-radius: 0; }
.service-cards-section .container { padding: 0; }
.card-branding { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.card-branding-text { font-size: 22px; font-weight: 700; line-height: 1.25; }
.card-branding i { font-size: 3rem; }
.service-card .card-content { position: relative; z-index: 1; max-width: 65%; }
.card-light { background: #cbf0ee; color: #0b2b42; position: relative; overflow: hidden; }
.card-light .card-img { position: absolute; right: 0; bottom: 0; top: 0; width: 50%; background: url('../images/site/fingerprinting-card.avif') center/cover no-repeat; }
.card-light .card-img::before { content: ''; position: absolute; inset: 0; background: linear-gradient(to right, #cbf0ee 0%, rgba(203,240,238,0.6) 40%, transparent 100%); }
.card-light p { color: #1a3a50; font-size: 15px; line-height: 1.6; }
.card-dark { background: #0f3d61; color: #fff; position: relative; overflow: hidden; }
.card-dark .card-img { position: absolute; right: 0; bottom: 0; top: 0; width: 48%; background: url('../images/site/clover-duo-carousel.webp') center/cover no-repeat; }
.card-dark .card-img::before { content: ''; position: absolute; inset: 0; background: linear-gradient(to right, #0f3d61 0%, rgba(15,61,97,0.55) 40%, transparent 100%); }
.card-dark p { color: #b8d4e8; font-size: 15px; line-height: 1.6; }

.colorado-reach { padding: 56px 0 32px; background: #fff; overflow: hidden; }
.reach-label { display: inline-flex; align-items: center; gap: 8px; background: #e8f6f5; color: #439e94; font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; padding: 6px 14px; border-radius: 20px; margin-bottom: 16px; }
.reach-label i { font-size: 10px; }
.reach-heading { font-size: 36px; font-weight: 800; color: #0b2b42; line-height: 1.2; margin-bottom: 16px; }
.reach-heading span { color: #439e94; }
.reach-subtext { font-size: 15px; color: #5a7080; max-width: 420px; line-height: 1.7; margin-bottom: 40px; }
.reach-stats { display: flex; gap: 40px; margin-bottom: 48px; }
.stat-num { font-family: 'Montserrat', sans-serif; font-size: 32px; font-weight: 800; color: #0b2b42; line-height: 1; }
.stat-num span { color: #439e94; }
.stat-desc { font-size: 12px; color: #7a94a5; font-weight: 500; margin-top: 4px; text-transform: uppercase; letter-spacing: 0.5px; }
.city-pills { display: flex; flex-wrap: wrap; gap: 10px; }
.city-pill { display: flex; align-items: center; gap: 6px; background: #f4f9f9; border: 1px solid #d5ecea; padding: 7px 14px; border-radius: 20px; font-size: 13px; font-weight: 500; color: #0b2b42; }
.city-pill i { color: #439e94; font-size: 11px; }
.reach-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 0; align-items: end; }
.reach-left { padding: 0; }
.reach-right { position: relative; }
.reach-photo-stack { position: relative; height: 390px; }
.reach-photo-main { position: absolute; right: 0; top: 0; width: 85%; height: 330px; border-radius: 16px; background: url('../images/site/hero-bg.avif') center/cover no-repeat; box-shadow: -8px 8px 40px rgba(0,0,0,0.15); }
.reach-photo-inset { position: absolute; left: 0; bottom: 0; width: 55%; height: 180px; border-radius: 12px; background: url('../images/site/clover-duo-carousel.webp') center/cover no-repeat; box-shadow: 4px 8px 30px rgba(0,0,0,0.18); border: 4px solid #fff; }
.reach-badge { position: absolute; right: 16px; bottom: 20px; background: #0b2b42; color: #fff; border-radius: 12px; padding: 14px 18px; font-family: 'Montserrat', sans-serif; box-shadow: 0 8px 24px rgba(11,43,66,0.3); }
.reach-badge-num { font-size: 26px; font-weight: 800; color: #439e94; line-height: 1; }
.reach-badge-text { font-size: 11px; opacity: 0.7; margin-top: 2px; }

.why-eyebrow, .pkg-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: #439e94; margin-bottom: 12px; }

.service-packages { background: linear-gradient(180deg, #f8fbfd 0%, #fff 100%); padding: 72px 0 90px; border-top: 1px solid #e8f0f5; box-shadow: inset 0 18px 28px rgba(11,43,66,0.03); }
.blog-preview-section { background: linear-gradient(180deg, #f8fbfd 0%, #edf5f8 100%); padding: 90px 0 110px; border-top: 1px solid #e8f0f5; }
.blog-archive-section, .related-posts { background: #fff; padding: 70px 0 110px; }
.packages-layout { display: grid; grid-template-columns: 1fr 2fr; gap: 88px; align-items: start; }
.packages-left h2, .blog-archive-intro h1, .single-post h1, .section-title { font-size: 32px; font-weight: 800; color: #0b2b42; line-height: 1.25; margin-bottom: 16px; }
.packages-left p, .blog-archive-intro p { font-size: 14px; color: #6a8595; line-height: 1.8; margin-bottom: 28px; max-width: 720px; }
.pkg-cta { display: inline-block; background: #439e94; color: #fff; padding: 12px 28px; border-radius: 6px; font-weight: 600; font-size: 14px; text-decoration: none; font-family: 'Montserrat', sans-serif; }
.pkg-cta:hover { background: #368880; }
.packages-grid, .blog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.packages-grid { grid-template-columns: 1fr 1fr; }
.pkg-card { border: 1.5px solid #e8f0f5; border-radius: 14px; padding: 34px 28px 30px; transition: all 0.3s; cursor: pointer; position: relative; min-height: 292px; }
.pkg-card:hover { border-color: #439e94; box-shadow: 0 8px 30px rgba(67,158,148,0.1); }
.pkg-card.featured { background: #0b2b42; border-color: #0b2b42; }
.pkg-card-tag { display: inline-block; font-size: 10px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; padding: 3px 10px; border-radius: 10px; background: #e8f6f5; color: #439e94; margin-bottom: 16px; }
.pkg-card.featured .pkg-card-tag { background: rgba(67,158,148,0.2); color: #439e94; }
.pkg-card h4 { font-size: 17px; font-weight: 700; color: #0b2b42; margin-bottom: 8px; }
.pkg-card.featured h4 { color: #fff; }
.pkg-card p { font-size: 13px; color: #7a94a5; line-height: 1.6; margin-bottom: 16px; }
.pkg-card.featured p { color: #8aafc8; }
.pkg-card ul { list-style: none; }
.pkg-card ul li { font-size: 13px; color: #5a7080; padding: 5px 0; display: flex; align-items: center; gap: 8px; }
.pkg-card.featured ul li { color: #a8c8dc; }
.pkg-card ul li::before { content: '\f00c'; color: #439e94; font-family: 'Font Awesome 6 Free'; font-weight: 900; font-size: 12px; }
.pkg-popular { position: absolute; top: 0; right: 24px; background: #439e94; color: #fff; font-size: 10px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; padding: 5px 14px; border-radius: 0 0 8px 8px; }

.blog-preview-head { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 32px; }
.blog-card { border: 1.5px solid #e8f0f5; border-radius: 14px; overflow: hidden; background: #fff; box-shadow: 0 8px 20px rgba(11,43,66,0.05); display: flex; flex-direction: column; min-height: 100%; }
.blog-card-media { display: block; position: relative; aspect-ratio: 1184 / 864; background: #dfe9f0; }
.blog-card-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.blog-card-media .wp-post-image { width: 100%; height: 100%; object-fit: cover; display: block; }
.blog-card-body { padding: 26px; display: flex; flex: 1; flex-direction: column; }
.blog-card-chip { position: absolute; left: 18px; bottom: 18px; z-index: 1; box-shadow: 0 10px 24px rgba(11,43,66,0.16); }
.blog-card h3 { font-size: 20px; line-height: 1.3; margin: 0 0 10px; }
.blog-card h3 a { color: #0b2b42; text-decoration: none; }
.blog-card p { color: #6a8595; font-size: 14px; line-height: 1.8; }
.blog-chip, .tag-pill { display: inline-flex; align-items: center; padding: 5px 10px; border-radius: 999px; background: #e8f6f5; color: #439e94; text-decoration: none; font-size: 12px; font-weight: 700; letter-spacing: 0.5px; }
.blog-meta-row, .single-post-meta { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 18px; color: #6a8595; font-size: 13px; }
.blog-card .blog-meta-row { margin-top: auto; padding-top: 22px; }
.blog-meta-item { display: inline-flex; align-items: center; gap: 8px; }
.blog-meta-item svg { width: 15px; height: 15px; fill: #439e94; flex-shrink: 0; }
.pagination { margin-top: 36px; }
.pagination-inner { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.pagination-arrow, .page-number { text-decoration: none; color: #0b2b42; border: 1px solid #dbe7ef; padding: 10px 14px; border-radius: 8px; font-weight: 600; }
.page-number.current { background: #0b2b42; color: #fff; border-color: #0b2b42; }
.pagination-numbers { display: flex; gap: 10px; flex-wrap: wrap; }
.pagination-arrow.disabled { opacity: 0.45; }
.breadcrumbs { padding: 26px 0 0; color: #6a8595; font-size: 13px; }
.breadcrumbs a { color: #439e94; text-decoration: none; }
.breadcrumb-sep { margin: 0 8px; color: #8aa2b0; }
.page-hero { background: #f4f6fb; padding-bottom: 12px; }
.contact-page { padding: 48px 0 90px; background: linear-gradient(180deg, #f8fbfd 0%, #edf3f7 100%); }
.contact-hero-card { display: flex; justify-content: space-between; align-items: end; gap: 24px; padding: 36px; margin-bottom: 26px; border-radius: 18px; background: linear-gradient(135deg, #0b2b42 0%, #0f3d61 100%); box-shadow: 0 18px 40px rgba(11,43,66,0.16); }
.contact-hero-card .section-title { color: #fff; margin-bottom: 14px; }
.contact-intro { max-width: 700px; color: #b8d4e8; font-size: 16px; line-height: 1.8; }
.contact-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 20px; }
.contact-card { background: #fff; border: 1px solid #e8f0f5; border-radius: 18px; padding: 28px; box-shadow: 0 12px 30px rgba(11,43,66,0.06); }
.contact-card h2, .contact-card h3 { color: #0b2b42; margin-bottom: 12px; }
.contact-card p { color: #5a7080; }
.contact-card-featured { background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%); }
.contact-detail-list { display: grid; gap: 18px; margin-top: 24px; }
.contact-detail-item { display: flex; align-items: start; gap: 14px; }
.contact-detail-item i { width: 42px; height: 42px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; background: #e8f6f5; color: #439e94; font-size: 16px; flex-shrink: 0; }
.contact-detail-item strong { display: block; color: #0b2b42; margin-bottom: 2px; }
.contact-detail-item span { color: #5a7080; line-height: 1.6; }
.contact-landmark-item i { background: #fff4e8; color: #b66b16; }
.contact-protected-link { background: none; border: 0; padding: 0; color: #5a7080; line-height: 1.6; text-align: left; text-decoration: none; cursor: pointer; font-size: 15px; }
.contact-protected-link:hover { color: #439e94; }
.contact-topic-list { list-style: none; display: grid; gap: 12px; margin-top: 18px; }
.contact-topic-list li { color: #5a7080; display: flex; align-items: start; gap: 10px; }
.contact-topic-list li::before { content: '\f00c'; color: #439e94; font-family: 'Font Awesome 6 Free'; font-weight: 900; font-size: 12px; margin-top: 4px; }
.contact-pricing-panel { margin-top: 28px; overflow: hidden; border: 1px solid #dce8ee; border-radius: 8px; background: #fff; box-shadow: 0 18px 38px rgba(11,43,66,0.08); }
.contact-pricing-head { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 26px 30px; background: #0b2b42; border-bottom: 4px solid #439e94; }
.contact-pricing-head .pkg-eyebrow { color: #8ee1d8; margin-bottom: 8px; }
.contact-pricing-head h2 { color: #fff; font-size: 28px; line-height: 1.15; margin: 0; }
.contact-pricing-head > i { width: 50px; height: 50px; border-radius: 8px; display: inline-flex; align-items: center; justify-content: center; background: rgba(67,158,148,0.18); color: #8ee1d8; font-size: 22px; flex-shrink: 0; }
.contact-pricing-body { display: grid; grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr); gap: 0; }
.contact-pricing-copy { padding: 28px 30px; background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%); }
.pricing-facts { display: grid; gap: 12px; }
.pricing-fact { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 14px 16px; border: 1px solid #d9e9e7; border-radius: 6px; background: #f3fbfa; }
.pricing-fact span { color: #5a7080; font-size: 13px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; }
.pricing-fact strong { color: #0b2b42; font-family: 'Montserrat', sans-serif; font-size: 18px; line-height: 1.2; text-align: right; }
.contact-disclaimer { display: grid; grid-template-columns: 44px minmax(0, 1fr); gap: 16px; align-items: start; padding: 28px 30px; background: #fff8e9; border-left: 1px solid #f1d7a8; }
.contact-disclaimer i { width: 44px; height: 44px; border-radius: 6px; display: inline-flex; align-items: center; justify-content: center; background: #ffe4ae; color: #8a4a08; font-size: 18px; }
.contact-disclaimer strong { display: block; color: #5d3107; font-family: 'Montserrat', sans-serif; font-size: 17px; margin-bottom: 8px; }
.contact-disclaimer p { color: #7b3f0d; line-height: 1.75; font-size: 14px; max-width: 760px; }
.legal-page, .sitemap-page { padding: 48px 0 90px; background: linear-gradient(180deg, #f8fbfd 0%, #edf3f7 100%); }
.legal-page-intro { max-width: 760px; margin-bottom: 28px; }
.legal-page-intro p { color: #5a7080; line-height: 1.8; }
.legal-content, .sitemap-card { background: #fff; border: 1px solid #e8f0f5; border-radius: 18px; padding: 32px; box-shadow: 0 12px 30px rgba(11,43,66,0.06); }
.legal-content h2 { margin: 28px 0 12px; color: #0b2b42; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content p { color: #5a7080; line-height: 1.85; }
.about-page { padding: 48px 0 96px; background: radial-gradient(circle at top right, rgba(67,158,148,0.12), transparent 28%), linear-gradient(180deg, #f8fbfd 0%, #edf3f7 100%); }
.about-hero-card { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(260px, 0.8fr); gap: 28px; align-items: end; padding: 38px; margin-bottom: 24px; border-radius: 22px; background: linear-gradient(135deg, #0b2b42 0%, #0f3d61 100%); box-shadow: 0 20px 46px rgba(11,43,66,0.18); overflow: hidden; position: relative; }
.about-hero-card::after { content: ''; position: absolute; right: -90px; top: -120px; width: 340px; height: 340px; border-radius: 50%; background: rgba(67,158,148,0.18); }
.about-hero-copy { position: relative; z-index: 1; }
.about-hero-copy .section-title { color: #fff; max-width: 720px; }
.about-hero-copy p { max-width: 760px; color: #b8d4e8; font-size: 16px; line-height: 1.85; }
.about-hero-badges { position: relative; z-index: 1; display: grid; gap: 14px; }
.about-hero-badges div { padding: 18px; border-radius: 16px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.1); }
.about-hero-badges strong { display: block; color: #8ee1d8; font-family: 'Montserrat', sans-serif; font-size: 34px; line-height: 1; margin-bottom: 6px; }
.about-hero-badges span { color: #c7dceb; font-size: 13px; line-height: 1.5; }
.about-mission-card, .about-final-card { display: grid; grid-template-columns: 58px minmax(0, 1fr); gap: 20px; align-items: start; padding: 28px; margin-bottom: 34px; border-radius: 18px; background: #fff; border: 1px solid #e8f0f5; box-shadow: 0 12px 30px rgba(11,43,66,0.06); }
.about-icon, .about-final-card > i { width: 52px; height: 52px; border-radius: 14px; display: inline-flex; align-items: center; justify-content: center; background: #e8f6f5; color: #439e94; font-size: 22px; flex-shrink: 0; }
.about-mission-card h2, .about-final-card h2, .about-section-heading h2, .about-security-panel h2, .about-leadership-grid h2 { color: #0b2b42; margin-bottom: 10px; }
.about-mission-card p, .about-final-card p, .about-section-heading p, .about-division-card p, .about-security-panel p, .about-leadership-grid p { color: #5a7080; line-height: 1.8; }
.about-section-heading { max-width: 760px; margin: 0 0 22px; }
.about-section-heading h2, .about-security-panel h2 { font-size: 30px; line-height: 1.2; }
.about-division-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-bottom: 34px; }
.about-division-card { padding: 30px; border-radius: 18px; background: #fff; border: 1px solid #e8f0f5; box-shadow: 0 12px 30px rgba(11,43,66,0.06); }
.about-division-primary { background: linear-gradient(180deg, #ffffff 0%, #f3fbfa 100%); border-color: #cfe9e6; }
.about-division-card h3 { color: #0b2b42; font-size: 22px; margin: 18px 0 10px; }
.about-division-card ul { list-style: none; display: grid; gap: 10px; margin-top: 18px; }
.about-division-card li { color: #5a7080; display: flex; gap: 10px; align-items: start; }
.about-division-card li::before { content: '\f00c'; color: #439e94; font-family: 'Font Awesome 6 Free'; font-weight: 900; font-size: 12px; margin-top: 3px; }
.about-security-panel { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: 28px; align-items: center; margin-bottom: 34px; padding: 34px; border-radius: 22px; background: #0b2b42; box-shadow: 0 18px 42px rgba(11,43,66,0.18); }
.about-security-panel h2 { color: #fff; }
.about-security-panel p { color: #a8c8dc; }
.about-security-grid { display: grid; gap: 14px; }
.about-security-grid div { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 4px 14px; align-items: center; padding: 16px; border-radius: 16px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.08); }
.about-security-grid i { grid-row: span 2; color: #8ee1d8; font-size: 22px; }
.about-security-grid strong { color: #fff; }
.about-security-grid span { color: #8aafc8; font-size: 13px; line-height: 1.5; }
.about-leadership-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-bottom: 34px; }
.about-leadership-grid article { padding: 28px; border-radius: 18px; background: #fff; border: 1px solid #e8f0f5; box-shadow: 0 12px 30px rgba(11,43,66,0.06); }
.about-leadership-grid .about-icon { margin-bottom: 18px; }
.sitemap-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.sitemap-card h2 { color: #0b2b42; margin-bottom: 16px; }
.sitemap-list { list-style: none; display: grid; gap: 10px; }
.sitemap-list a { color: #439e94; text-decoration: none; }
.sanity-hero-section, .sanity-text-section, .sanity-image-section { padding: 70px 0; background: #fff; }
.sanity-hero-inner { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(280px, 1fr); gap: 36px; align-items: center; }
.sanity-hero-inner p { color: #5a7080; line-height: 1.8; max-width: 680px; }
.sanity-hero-inner img, .sanity-image-section img { width: 100%; height: auto; border-radius: 18px; box-shadow: 0 18px 40px rgba(11,43,66,0.12); }
.sanity-image-section figure { margin: 0; }
.sanity-image-section figcaption, .prose figcaption { margin-top: 10px; color: #6a8595; font-size: 13px; text-align: center; }
.sitemap-list a:hover { color: #0b2b42; }
.error-page { padding: 72px 0 96px; background: radial-gradient(circle at top center, rgba(67,158,148,0.08), transparent 26%), linear-gradient(180deg, #f8fbfd 0%, #edf3f7 100%); }
.error-card { background: linear-gradient(135deg, #0b2b42 0%, #0f3d61 100%); border-radius: 24px; padding: 44px; box-shadow: 0 24px 50px rgba(11,43,66,0.2); color: #fff; }
.error-badge { display: inline-flex; align-items: center; justify-content: center; min-width: 86px; height: 40px; padding: 0 16px; border-radius: 999px; background: rgba(67,158,148,0.18); color: #8ee1d8; font-family: 'Montserrat', sans-serif; font-weight: 800; letter-spacing: 0.08em; margin-bottom: 20px; }
.error-card h1 { max-width: 820px; color: #fff; font-size: 42px; line-height: 1.1; margin-bottom: 16px; }
.error-card p { max-width: 720px; color: #b8d4e8; font-size: 17px; line-height: 1.8; }
.error-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 28px 0 34px; }
.error-btn-secondary { background: rgba(255,255,255,0.08); color: #fff; border: 1px solid rgba(255,255,255,0.14); }
.error-btn-secondary:hover { background: rgba(255,255,255,0.14); }
.error-mini-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.error-mini-card { display: block; padding: 20px; border-radius: 16px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.08); text-decoration: none; transition: transform 0.2s, background 0.2s; }
.error-mini-card:hover { transform: translateY(-2px); background: rgba(67,158,148,0.16); }
.error-mini-card strong { display: block; color: #fff; font-size: 17px; margin-bottom: 6px; }
.error-mini-card span { color: #a8c8dc; font-size: 14px; line-height: 1.6; }

.single-post-shell { background: linear-gradient(180deg, #f4f8fb 0%, #ffffff 42%); }
.single-post-shell .breadcrumbs { padding-top: 14px; margin-bottom: 8px; }
.single-post { padding: 0; }
.single-post-hero { max-width: 980px; margin: 0 auto 24px; text-align: center; }
.single-post-kicker { display: flex; justify-content: center; align-items: center; gap: 12px; flex-wrap: wrap; margin-bottom: 14px; }
.single-post-hero h1 { font-size: clamp(34px, 4.2vw, 52px); line-height: 1.08; letter-spacing: -1.4px; margin-bottom: 14px; }
.single-post-excerpt { color: #5f7687; font-size: 18px; line-height: 1.85; max-width: 760px; margin: 0 auto; }
.single-post-hero .single-post-meta { justify-content: center; margin-top: 16px; }
.read-time-pill { display: inline-flex; align-items: center; gap: 7px; padding: 5px 10px; border-radius: 999px; background: #eef5f8; color: #5a7080; font-size: 12px; font-weight: 700; letter-spacing: 0.4px; }
.single-post-image-frame { margin: 0 0 28px; padding: 12px; border-radius: 24px; background: #fff; border: 1px solid #e8f0f5; box-shadow: 0 24px 50px rgba(11,43,66,0.13); }
.single-post-image { width: 100%; height: auto; display: block; border-radius: 18px; margin-bottom: 0; background: #dfe9f0; }
.single-post-image.wp-post-image { width: 100%; height: auto; display: block; }
.footer-legal-links { display: flex; gap: 20px; flex-wrap: wrap; }
.single-post-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 34px; align-items: start; }
.post-content-card { min-width: 0; padding: 40px; border: 1px solid #e8f0f5; border-radius: 22px; background: #fff; box-shadow: 0 14px 34px rgba(11,43,66,0.06); }
.post-content { color: #26445a; font-size: 17px; line-height: 1.85; }
.post-content h2, .post-content h3 { color: #0b2b42; margin: 36px 0 16px; font-family: 'Montserrat', sans-serif; letter-spacing: -0.3px; }
.post-content h2 { font-size: 30px; line-height: 1.2; padding-top: 8px; }
.post-content h3 { font-size: 23px; line-height: 1.25; }
.post-content p, .post-content ul, .post-content ol { margin-bottom: 20px; }
.post-content ul, .post-content ol { padding-left: 20px; }
.post-content a { color: #439e94; }
.post-content blockquote { margin: 28px 0; padding: 22px 24px; border-left: 4px solid #439e94; border-radius: 0 14px 14px 0; background: #f4faf9; color: #34556b; }
.post-sidebar { position: sticky; top: 116px; }
.post-sidebar-card { border: 1px solid #e8f0f5; border-radius: 16px; padding: 22px; margin-bottom: 16px; background: #fff; box-shadow: 0 12px 26px rgba(11,43,66,0.05); }
.post-sidebar-card-highlight { background: linear-gradient(135deg, #0b2b42 0%, #0f3d61 100%); border-color: #0f3d61; }
.post-sidebar-card h3 { color: #0b2b42; margin-bottom: 12px; font-size: 18px; }
.post-sidebar-card p { color: #5a7080; font-size: 14px; line-height: 1.7; margin-bottom: 16px; }
.post-sidebar-card-highlight h3 { color: #fff; }
.post-sidebar-card-highlight p { color: #a8c8dc; }
.sidebar-cta { display: inline-flex; align-items: center; justify-content: center; width: 100%; min-height: 42px; border-radius: 8px; background: #439e94; color: #fff; text-decoration: none; font-weight: 700; font-size: 14px; }
.sidebar-cta:hover { background: #368880; }
.share-links, .tag-list { display: flex; flex-wrap: wrap; gap: 10px; }
.share-links a, .share-links button { width: 36px; height: 36px; border-radius: 8px; background: #e8f6f5; display: flex; align-items: center; justify-content: center; color: #439e94; font-size: 15px; text-decoration: none; transition: all 0.2s; border: none; cursor: pointer; padding: 0; }
.share-links a:hover, .share-links button:hover { background: #439e94; color: #fff; }
.share-x-mark { font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 900; line-height: 1; }
.sidebar-link-list a { color: #439e94; text-decoration: none; }
.sidebar-link-list { list-style: none; }
.sidebar-link-list li + li { margin-top: 10px; }
.toc-list { list-style: none; display: grid; gap: 10px; }
.toc-item a { color: #5a7080; text-decoration: none; line-height: 1.5; }
.toc-item a:hover { color: #439e94; }
.toc-subitem { padding-left: 14px; }
.author-block { display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 24px; margin-top: 42px; padding: 28px; border-radius: 20px; border: 1px solid #dbe7ef; background: linear-gradient(180deg, #f8fbfd 0%, #eef4f7 100%); }
.author-block-image { width: 150px; height: 150px; object-fit: cover; border-radius: 18px; margin: 0; box-shadow: none; background: #dfe9f0; }
.author-block-content h2 { margin: 0 0 6px; }
.author-role { color: #439e94; font-weight: 700; margin-bottom: 12px; }
.author-expertise { display: flex; flex-wrap: wrap; gap: 10px; margin: 18px 0 16px; }
.author-trust-note { margin: 0; padding-top: 14px; border-top: 1px solid #dbe7ef; color: #5a7080; font-size: 14px; }
.related-posts-panel { margin-top: 52px; padding-top: 42px; border-top: 1px solid #e8f0f5; }

footer { background: linear-gradient(180deg, #0c2538 0%, #0a2235 22%, #091d2e 100%); padding: 60px 0 0; }
.footer-top { display: grid; grid-template-columns: 1.8fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,0.08); }
.footer-brand p { font-size: 13px; color: #6a8fa8; line-height: 1.8; margin: 16px 0 24px; max-width: 240px; }
.footer-logo-mark { font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: 800; color: #fff; display: flex; align-items: center; gap: 10px; }
.footer-logo-image { width: 38px; height: 38px; object-fit: contain; flex-shrink: 0; display: block; padding: 4px; border-radius: 10px; background: rgba(255,255,255,0.92); filter: drop-shadow(0 6px 14px rgba(0,0,0,0.28)); }
.footer-logo-fallback { width: 38px; height: 38px; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; background: rgba(67,158,148,0.16); color: #8ee1d8; font-size: 18px; flex-shrink: 0; }
.footer-social-links { display: flex; gap: 10px; }
.footer-social-links a { width: 36px; height: 36px; border-radius: 8px; background: rgba(255,255,255,0.06); display: flex; align-items: center; justify-content: center; color: #8aafc8; font-size: 15px; text-decoration: none; transition: all 0.2s; }
.footer-social-links a:hover { background: #439e94; color: #fff; }
.footer-col-title { font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 700; color: #fff; margin-bottom: 20px; letter-spacing: 0.5px; }
.footer-col a, .footer-col p { font-size: 13px; color: #6a8fa8; text-decoration: none; display: block; line-height: 1.4; margin-bottom: 12px; transition: color 0.2s; }
.footer-col a:hover { color: #439e94; }
.footer-contact-item { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 14px; }
.footer-contact-item i { color: #439e94; font-size: 13px; margin-top: 3px; flex-shrink: 0; }
.footer-contact-item span { font-size: 13px; color: #6a8fa8; line-height: 1.5; }
.footer-landmark-item i { color: #d48a27; }
.footer-landmark-item strong { display: block; color: #0b2b42; font-size: 12px; line-height: 1.3; }
.footer-contact-link { background: none; border: 0; padding: 0; color: #6a8fa8; font-size: 13px; line-height: 1.5; text-align: left; text-decoration: none; cursor: pointer; }
.footer-contact-link:hover { color: #439e94; }
.protected-contact-cta { border: 0; cursor: pointer; }
.protected-contact-cta:hover { color: #fff; }
.footer-bottom-bar { display: flex; justify-content: space-between; align-items: center; padding: 20px 0; font-size: 12px; color: #3d6480; gap: 16px; }
.footer-bottom-bar a { color: #3d6480; text-decoration: none; }
.footer-mountain-strip {
  height: 72px;
  width: 100%;
  background:
    linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(12,37,56,0.3) 44%, rgba(10,34,53,0.88) 100%),
    url("data:image/svg+xml,%3Csvg viewBox='0 0 1200 72' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='0,72 170,24 320,72' fill='%23439e94' opacity='0.08'/%3E%3Cpolygon points='210,72 420,14 620,72' fill='%23439e94' opacity='0.05'/%3E%3Cpolygon points='520,72 735,26 940,72' fill='%23439e94' opacity='0.06'/%3E%3Cpolygon points='820,72 1010,18 1200,72' fill='%23439e94' opacity='0.04'/%3E%3C/svg%3E") bottom center/cover no-repeat;
  margin-bottom: -1px;
  opacity: 0.82;
}

/* ── Hero entrance animations ────────────────────────────── */
@keyframes heroFadeUp {
  from { opacity: 0; transform: translateY(32px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes heroFadeScale {
  from { opacity: 0; transform: scale(0.92); }
  to   { opacity: 1; transform: scale(1); }
}
@keyframes heroBannerDrift {
  from { transform: scale(1) translate3d(0, 0, 0); }
  to   { transform: scale(1.045) translate3d(-0.7%, -0.5%, 0); }
}
.hero-content h1 {
  animation: heroFadeUp 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.1s both;
}
.hero-content h2 {
  animation: heroFadeUp 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.25s both;
}
.hero-buttons {
  animation: heroFadeUp 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.4s both;
}
.hero-subtext {
  animation: heroFadeUp 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.55s both;
}

/* ── Scroll-reveal base ─────────────────────────────────── */
[data-reveal] {
  opacity: 0;
  will-change: opacity, transform;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  transition-duration: 700ms;
  transition-delay: 0ms;
}
[data-reveal="fade-up"]    { transform: translateY(36px); }
[data-reveal="fade-down"]  { transform: translateY(-36px); }
[data-reveal="fade-left"]  { transform: translateX(36px); }
[data-reveal="fade-right"] { transform: translateX(-36px); }
[data-reveal="scale"]      { transform: scale(0.88); }
[data-reveal="fade"]       { transform: none; }

[data-reveal].is-revealed {
  opacity: 1;
  transform: none;
}

/* Reduce motion for accessibility. */
@media (prefers-reduced-motion: reduce) {
  [data-reveal],
  .hero-content h1,
  .hero-content h2,
  .hero-buttons,
  .hero-subtext,
  .hero::before {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }
  [data-reveal],
  .hero-content h1,
  .hero-content h2,
  .hero-buttons,
  .hero-subtext {
    opacity: 1 !important;
  }
}

@media (max-width: 1024px) {
  .blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .single-post-layout { grid-template-columns: 1fr; }
  .post-sidebar { position: static; }
  .author-block { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-pricing-body { grid-template-columns: 1fr; }
  .contact-disclaimer { border-left: 0; border-top: 1px solid #f1d7a8; }
  .sitemap-grid { grid-template-columns: 1fr; }
  .about-hero-card, .about-security-panel { grid-template-columns: 1fr; }
  .about-division-grid, .about-leadership-grid { grid-template-columns: 1fr; }
  .sanity-hero-inner { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  html { scroll-padding-top: 24px; }
  header { position: static; }
  .header-inner { flex-direction: column; gap: 12px; }
  .header-actions { flex-direction: column; gap: 14px; margin-left: 0; width: 100%; }
  nav ul { flex-wrap: wrap; justify-content: center; gap: 16px; }
  .header-cta { width: 100%; max-width: 320px; }
  [id] { scroll-margin-top: 24px; }
  .hero { background: linear-gradient(135deg, #0b2b42 0%, #0f3d61 100%); }
  .hero-overlay { min-height: 440px; padding: 64px 0 96px; background: linear-gradient(180deg, rgba(11, 43, 66, 0.76) 0%, rgba(15, 61, 97, 0.9) 100%); }
  .cards-wrapper { flex-direction: column; }
  .service-card { padding: 34px 28px; }
  .service-card .card-content { max-width: 100%; }
  .card-light .card-content { max-width: 100%; }
  .card-light .card-img, .card-dark .card-img { display: none; }
  .service-cards-section { margin-top: -48px; padding-bottom: 0; }
  .reach-layout { grid-template-columns: 1fr; }
  .reach-right { display: none; }
  .blog-preview-head { flex-direction: column; gap: 20px; align-items: start; }
  .contact-hero-card { flex-direction: column; align-items: start; }
  .packages-layout { grid-template-columns: 1fr; gap: 40px; }
  .packages-grid, .blog-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .hero-content h1 { font-size: 28px; }
  .hero-content h2 { font-size: 18px; margin-bottom: 28px; }
  .hero-buttons { flex-direction: column; align-items: stretch; max-width: 320px; margin: 0 auto 18px; }
  .colorado-reach { padding-top: 40px; }
  .service-packages { padding: 56px 0; }
  .blog-preview-section { padding: 56px 0 64px; }
  .blog-archive-section, .related-posts { padding: 72px 0; }
  .blog-card-body { padding: 20px; }
  .blog-card-chip { left: 14px; bottom: 14px; }
  .about-hero-card { padding: 30px; }
  .about-security-panel { padding: 28px; }
  .single-post { padding: 0; }
  .post-content-card { padding: 28px; }
  .single-post-hero { text-align: left; }
  .single-post-kicker, .single-post-hero .single-post-meta { justify-content: flex-start; }
  .footer-bottom-bar { flex-direction: column; align-items: start; }
  .error-card { padding: 30px; }
  .error-card h1 { font-size: 30px; }
  .error-mini-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  html { scroll-padding-top: 20px; }
  [id] { scroll-margin-top: 20px; }
  .footer-top { grid-template-columns: 1fr; }
  .reach-stats { flex-direction: column; gap: 18px; }
  .container { padding: 0 18px; }
  .hero-content h1 { font-size: 24px; }
  .reach-heading, .packages-left h2, .blog-archive-intro h1, .single-post h1, .section-title { font-size: 28px; }
  .contact-hero-card, .contact-card, .legal-content, .sitemap-card, .author-block, .about-mission-card, .about-final-card, .about-division-card, .about-leadership-grid article { padding: 22px; }
  .contact-pricing-head { padding: 22px; }
  .contact-pricing-copy, .contact-disclaimer { padding: 22px; }
  .pricing-fact { align-items: start; flex-direction: column; gap: 6px; }
  .contact-disclaimer { grid-template-columns: 1fr; }
  .post-content-card { padding: 22px; }
  .post-content { font-size: 16px; }
  .post-content h2 { font-size: 24px; }
  .single-post-image-frame { padding: 8px; border-radius: 18px; }
  .about-hero-card, .about-security-panel { padding: 24px; }
  .about-mission-card, .about-final-card { grid-template-columns: 1fr; }
  .about-security-grid div { grid-template-columns: 1fr; }
}
