/*
Theme Name: RRAHBRIDGE
Theme URI: https://www.rrahbridge.com
Author: RRAHBRIDGE Ltd
Author URI: https://www.rrahbridge.com
Description: Official WordPress theme for RRAHBRIDGE Ltd - Strategy-Led Consultancy. Modern, vibrant design with navy and orange brand colours.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: rrahbridge
Tags: business, consultancy, custom-colors, custom-logo, full-width-template
*/

@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400;600;700;800&family=Inter:wght@300;400;500;600&family=Poppins:wght@400;500;600;700&display=swap');

/* ============================================================
   BRAND: Navy #1B2A4A | Orange #E8431A | Light #EEF2FF | Peach #F4A89A
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; font-size: 16px; line-height: 1.7; color: #374151; background: #F7F8FA; -webkit-font-smoothing: antialiased; }
h1,h2,h3,h4,h5,h6 { font-family: 'Syne', sans-serif; font-weight: 800; line-height: 1.15; color: #1B2A4A; }
a { color: inherit; text-decoration: none; transition: color 0.2s; }
a:hover { color: #E8431A; }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }

.rrah-container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* Buttons */
.btn-primary,.btn-secondary,.btn-outline,.btn-white { display: inline-flex; align-items: center; gap: 8px; font-family: 'Syne', sans-serif; font-weight: 700; font-size: 15px; padding: 14px 32px; border-radius: 50px; border: none; cursor: pointer; text-decoration: none; transition: opacity 0.2s, gap 0.2s; }
.btn-primary { background: #E8431A; color: #fff; }
.btn-primary:hover { opacity: 0.9; color: #fff; gap: 14px; }
.btn-secondary { background: #1B2A4A; color: #fff; }
.btn-secondary:hover { opacity: 0.85; color: #fff; }
.btn-outline { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,0.5); padding: 12px 32px; }
.btn-outline:hover { border-color: #fff; background: rgba(255,255,255,0.08); color: #fff; }
.btn-white { background: #fff; color: #E8431A; }
.btn-white:hover { opacity: 0.9; color: #E8431A; }

.orange-bar { width: 48px; height: 4px; background: #E8431A; border-radius: 2px; margin-bottom: 20px; }

.section-label { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.section-label::before,.section-label::after { content: ''; display: block; width: 40px; height: 1px; background: #E8431A; }
.section-label span { font-family: 'Syne', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; color: #E8431A; }

/* ── Navbar ── */
#site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; transition: background .3s, box-shadow .3s; }
#site-header.scrolled { background: #fff; box-shadow: 0 2px 20px rgba(0,0,0,.08); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.site-logo img { height: 52px; width: auto; }
.main-nav { display: flex; align-items: center; gap: 4px; }
.main-nav a { font-family: 'Syne', sans-serif; font-weight: 600; font-size: 16px; padding: 8px 16px; border-radius: 8px; color: #fff; transition: color .2s; }
#site-header.scrolled .main-nav a { color: #1B2A4A; }
.main-nav a:hover,.main-nav a.current-menu-item { color: #E8431A; }
.nav-cta { background: #E8431A !important; color: #fff !important; padding: 10px 24px !important; border-radius: 50px !important; }
.nav-cta:hover { opacity: .9; color: #fff !important; }
.menu-toggle { display: none; background: none; border: none; cursor: pointer; flex-direction: column; gap: 5px; padding: 4px; }
.menu-toggle span { display: block; width: 24px; height: 2px; background: #fff; border-radius: 2px; transition: background .3s; }
#site-header.scrolled .menu-toggle span { background: #1B2A4A; }
@media(max-width:768px){
  .menu-toggle { display: flex; }
  .main-nav { display: none; position: absolute; top: 72px; left: 0; right: 0; background: #fff; flex-direction: column; padding: 16px; box-shadow: 0 8px 24px rgba(0,0,0,.1); gap: 4px; }
  .main-nav.open { display: flex; }
  .main-nav a { color: #1B2A4A !important; width: 100%; }
}

/* ── Footer ── */
#site-footer { background: #0F1A2E; color: #9CA3AF; padding: 64px 0 32px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
@media(max-width:768px){ .footer-grid { grid-template-columns: 1fr; gap: 32px; } }
.footer-logo img { height: 52px; margin-bottom: 16px; }
.footer-tagline { font-size: 14px; line-height: 1.7; max-width: 280px; }
.footer-heading { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 14px; color: #fff; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 16px; }
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links a { font-size: 14px; color: #9CA3AF; transition: color .2s; }
.footer-links a:hover { color: #E8431A; }
.footer-social { display: flex; gap: 12px; margin-top: 20px; }
.footer-social a { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,.08); display: flex; align-items: center; justify-content: center; color: #9CA3AF; transition: background .2s, color .2s; }
.footer-social a:hover { background: #E8431A; color: #fff; }
.footer-social svg { width: 18px; height: 18px; fill: currentColor; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding-top: 24px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 13px; }

/* ── Page Hero ── */
.page-hero { background: #0F1A2E; padding: 128px 0 80px; position: relative; overflow: hidden; }
.page-hero::after { content: ''; position: absolute; top: 0; right: 0; width: 500px; height: 500px; border-radius: 50%; background: #E8431A; opacity: .05; transform: translate(30%,-30%); pointer-events: none; }
.page-hero h1 { color: #fff; font-size: clamp(2.5rem,5vw,4rem); margin-bottom: 20px; }
.page-hero p { color: #BFDBFE; font-size: 18px; max-width: 560px; }

/* ── Home Hero ── */
.home-hero { position: relative; min-height: 100vh; display: flex; align-items: center; overflow: hidden; }
.home-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.home-hero-overlay { position: absolute; inset: 0; background: linear-gradient(135deg,rgba(15,26,46,.93) 0%,rgba(27,42,74,.75) 55%,rgba(232,67,26,.18) 100%); }
.home-hero-content { position: relative; z-index: 10; padding: 112px 0 80px; max-width: 720px; }
.home-hero h1 { color: #fff; font-size: clamp(3rem,6vw,5rem); line-height: 1.05; margin-bottom: 24px; }
.home-hero h1 span { color: #E8431A; }
.home-hero p { color: #BFDBFE; font-size: 18px; max-width: 520px; margin-bottom: 40px; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 16px; }

/* ── About Intro ── */
.about-intro { padding: 96px 0; background: #fff; }
.about-intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
@media(max-width:900px){ .about-intro-grid { grid-template-columns: 1fr; } }
.about-intro-img { border-radius: 16px; overflow: hidden; box-shadow: 0 24px 64px rgba(0,0,0,.12); }
.about-intro-img img { width: 100%; height: 480px; object-fit: cover; }
.about-intro h2 { font-size: clamp(2rem,4vw,3rem); margin-bottom: 24px; }
.about-intro h2 span { color: #E8431A; }
.about-intro p { color: #6B7280; margin-bottom: 20px; }
.about-pillars { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin: 32px 0; }
@media(max-width:600px){ .about-pillars { grid-template-columns: 1fr; } }
.pillar-card { background: #EEF2FF; border-radius: 12px; padding: 16px; }
.pillar-card h4 { font-size: 15px; color: #1B2A4A; margin-bottom: 6px; }
.pillar-card p { font-size: 12px; color: #6B7280; line-height: 1.6; }

/* ── Services Grid ── */
.services-section { padding: 96px 0; background: #EEF2FF; }
.services-section .section-header { text-align: center; margin-bottom: 64px; }
.services-section h2 { font-size: clamp(2rem,4vw,3rem); margin-bottom: 16px; }
.services-section h2 span { color: #E8431A; }
.services-section .subtitle { color: #6B7280; font-size: 18px; max-width: 480px; margin: 0 auto; }
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
@media(max-width:900px){ .services-grid { grid-template-columns: repeat(2,1fr); } }
@media(max-width:600px){ .services-grid { grid-template-columns: 1fr; } }
.service-card { background: #fff; border-radius: 16px; padding: 32px; border: 1px solid transparent; transition: box-shadow .3s, transform .3s, border-color .3s; }
.service-card:hover { box-shadow: 0 20px 48px rgba(0,0,0,.1); transform: translateY(-4px); border-color: rgba(232,67,26,.2); }
.service-card-top { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 20px; }
.service-icon { width: 48px; height: 48px; border-radius: 12px; background: #FFF0EB; display: flex; align-items: center; justify-content: center; color: #E8431A; font-size: 22px; transition: background .3s, color .3s; }
.service-card:hover .service-icon { background: #E8431A; color: #fff; }
.service-number { font-family: 'Syne', sans-serif; font-weight: 800; font-size: 40px; color: #F3F4F6; transition: color .3s; }
.service-card:hover .service-number { color: rgba(232,67,26,.15); }
.service-card h3 { font-size: 18px; color: #1B2A4A; margin-bottom: 12px; }
.service-card p { font-size: 14px; color: #6B7280; line-height: 1.7; }
.services-cta { text-align: center; margin-top: 48px; }

/* ── Founder ── */
.founder-section { padding: 96px 0; overflow: hidden; background: #F7F8FA; }
.founder-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
@media(max-width:900px){ .founder-grid { grid-template-columns: 1fr; } }
.founder-name { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 20px; color: #E8431A; margin-bottom: 4px; }
.founder-title { font-size: 14px; color: #9CA3AF; margin-bottom: 24px; }
.founder-content p { color: #6B7280; margin-bottom: 16px; }
.founder-badges { display: flex; flex-wrap: wrap; gap: 10px; margin: 24px 0 32px; }
.badge { font-family: 'Syne', sans-serif; font-size: 12px; font-weight: 600; padding: 6px 16px; border-radius: 50px; border: 1px solid rgba(27,42,74,.2); color: #1B2A4A; background: #EEF2FF; }
.founder-image { position: relative; }
.founder-image img { border-radius: 16px; width: 100%; max-height: 560px; object-fit: cover; object-position: top; box-shadow: 0 24px 64px rgba(0,0,0,.12); position: relative; z-index: 10; }
.founder-image::before { content: ''; position: absolute; top: -24px; left: -24px; width: 128px; height: 128px; border-radius: 16px; background: #E8431A; opacity: .2; z-index: 1; }
.founder-image::after { content: ''; position: absolute; bottom: -24px; right: -24px; width: 192px; height: 192px; border-radius: 50%; background: #1B2A4A; opacity: .08; z-index: 1; }

/* ── CTA Banner ── */
.cta-section { padding: 96px 0; background: #E8431A; position: relative; overflow: hidden; text-align: center; }
.cta-section::before { content: ''; position: absolute; top: 0; right: 0; width: 384px; height: 384px; border-radius: 50%; background: rgba(255,255,255,.1); transform: translate(30%,-30%); }
.cta-section::after { content: ''; position: absolute; bottom: 0; left: 0; width: 256px; height: 256px; border-radius: 50%; background: rgba(255,255,255,.1); transform: translate(-30%,30%); }
.cta-section h2 { color: #fff; font-size: clamp(2rem,4vw,3rem); margin-bottom: 20px; position: relative; z-index: 1; }
.cta-section p { color: rgba(255,255,255,.85); font-size: 18px; max-width: 520px; margin: 0 auto 40px; position: relative; z-index: 1; }
.cta-buttons { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; position: relative; z-index: 1; }

/* ── Services Full Page ── */
.services-page { padding: 96px 0; background: #fff; }
.services-page-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 32px; }
@media(max-width:768px){ .services-page-grid { grid-template-columns: 1fr; } }
.service-full-card { background: #fff; border: 1px solid #E5E7EB; border-radius: 20px; padding: 40px; transition: box-shadow .3s, transform .3s; }
.service-full-card:hover { box-shadow: 0 20px 48px rgba(0,0,0,.08); transform: translateY(-4px); }
.service-icon-lg { width: 64px; height: 64px; border-radius: 16px; background: #FFF0EB; display: flex; align-items: center; justify-content: center; font-size: 28px; color: #E8431A; margin-bottom: 20px; }
.service-full-card h3 { font-size: 22px; color: #1B2A4A; margin-bottom: 12px; }
.service-full-card > p { color: #6B7280; margin-bottom: 20px; font-size: 15px; }
.service-includes { margin-top: 20px; }
.service-includes h4 { font-family: 'Syne', sans-serif; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: #9CA3AF; margin-bottom: 12px; }
.service-includes li { display: flex; align-items: flex-start; gap: 8px; font-size: 14px; color: #374151; margin-bottom: 8px; }
.service-includes li::before { content: '✓'; color: #E8431A; font-weight: 700; flex-shrink: 0; }
.engagement-section { padding: 96px 0; background: #EEF2FF; }
.engagement-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 48px; }
@media(max-width:768px){ .engagement-grid { grid-template-columns: 1fr; } }
.engagement-card { background: #fff; border-radius: 20px; padding: 40px 32px; text-align: center; border: 2px solid transparent; transition: border-color .3s, box-shadow .3s; }
.engagement-card.featured { border-color: #E8431A; box-shadow: 0 20px 48px rgba(232,67,26,.12); }
.engagement-tier { font-family: 'Syne', sans-serif; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .15em; color: #E8431A; margin-bottom: 12px; }
.engagement-card h3 { font-size: 24px; color: #1B2A4A; margin-bottom: 16px; }
.engagement-card > p { font-size: 14px; color: #6B7280; margin-bottom: 24px; }
.engagement-features { display: flex; flex-direction: column; gap: 10px; text-align: left; margin-bottom: 32px; }
.engagement-features li { display: flex; align-items: flex-start; gap: 8px; font-size: 14px; color: #374151; }
.engagement-features li::before { content: '✓'; color: #E8431A; font-weight: 700; flex-shrink: 0; }

/* ── Blog ── */
.blog-featured { padding: 64px 0; background: #fff; border-bottom: 1px solid #F3F4F6; }
.featured-label { font-family: 'Syne', sans-serif; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .15em; color: #E8431A; margin-bottom: 24px; }
.featured-card { display: grid; grid-template-columns: 2fr 3fr; border-radius: 20px; overflow: hidden; box-shadow: 0 20px 48px rgba(0,0,0,.1); border: 1px solid #F3F4F6; }
@media(max-width:768px){ .featured-card { grid-template-columns: 1fr; } }
.featured-card-visual { min-height: 240px; background: linear-gradient(135deg,#0F1A2E 0%,#1B2A4A 60%,#E8431A 100%); display: flex; align-items: flex-end; padding: 32px; }
.featured-card-body { padding: 40px; display: flex; flex-direction: column; justify-content: space-between; }
.featured-card-body h2 { font-size: clamp(1.5rem,3vw,2rem); color: #1B2A4A; margin-bottom: 16px; }
.featured-card-body > p { color: #6B7280; margin-bottom: 24px; font-size: 15px; }
.post-meta { display: flex; align-items: center; gap: 16px; font-size: 13px; color: #9CA3AF; }
.blog-section { padding: 64px 0 96px; background: #FAFAFA; }
.blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
@media(max-width:900px){ .blog-grid { grid-template-columns: repeat(2,1fr); } }
@media(max-width:600px){ .blog-grid { grid-template-columns: 1fr; } }
.blog-card { background: #fff; border-radius: 16px; overflow: hidden; border: 1px solid #F3F4F6; transition: box-shadow .3s, transform .3s; }
.blog-card:hover { box-shadow: 0 20px 48px rgba(0,0,0,.08); transform: translateY(-4px); }
.blog-card-top { height: 6px; }
.blog-card-body { padding: 28px; }
.blog-card-meta { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.category-badge { font-family: 'Syne', sans-serif; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; padding: 4px 12px; border-radius: 50px; color: #fff; }
.read-time { font-size: 12px; color: #9CA3AF; }
.blog-card h3 { font-family: 'Poppins', sans-serif; font-size: 17px; font-weight: 600; color: #1B2A4A; margin-bottom: 12px; line-height: 1.4; transition: color .2s; }
.blog-card:hover h3 { color: #E8431A; }
.blog-card p { font-size: 14px; color: #6B7280; line-height: 1.7; margin-bottom: 20px; }
.blog-card-footer { display: flex; align-items: center; justify-content: space-between; padding-top: 16px; border-top: 1px solid #F9FAFB; }
.post-date { font-size: 12px; color: #9CA3AF; }
.read-more { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 13px; color: #E8431A; display: flex; align-items: center; gap: 4px; }

/* ── Single Post ── */
.single-post { padding: 96px 0; }
.post-container { max-width: 760px; margin: 0 auto; }
.post-header { margin-bottom: 48px; }
.post-header h1 { font-family: 'Poppins', sans-serif; font-size: clamp(2rem,4vw,3rem); font-weight: 700; color: #1B2A4A; margin-bottom: 20px; }
.post-content { font-size: 17px; line-height: 1.8; color: #374151; }
.post-content h2 { font-size: 1.75rem; color: #1B2A4A; margin: 40px 0 16px; }
.post-content h3 { font-size: 1.4rem; color: #1B2A4A; margin: 32px 0 12px; }
.post-content p { margin-bottom: 20px; }
.post-content ul,.post-content ol { padding-left: 24px; margin-bottom: 20px; }
.post-content li { margin-bottom: 8px; }
.post-content blockquote { border-left: 4px solid #E8431A; padding: 16px 24px; background: #FFF0EB; border-radius: 0 8px 8px 0; margin: 32px 0; font-style: italic; color: #4B5563; }
.post-back { margin-bottom: 32px; }
.post-back a { font-family: 'Syne', sans-serif; font-weight: 600; font-size: 14px; color: #1B2A4A; display: inline-flex; align-items: center; gap: 6px; }
.post-back a:hover { color: #E8431A; }

/* ── Contact ── */
.contact-section { padding: 96px 0; background: #fff; }
.contact-grid { display: grid; grid-template-columns: 2fr 3fr; gap: 64px; }
@media(max-width:900px){ .contact-grid { grid-template-columns: 1fr; } }
.contact-info h2 { font-size: clamp(1.75rem,3vw,2.5rem); margin-bottom: 24px; }
.contact-info > p { color: #6B7280; margin-bottom: 32px; }
.contact-item { display: flex; align-items: center; gap: 16px; margin-bottom: 24px; text-decoration: none; }
.contact-icon { width: 48px; height: 48px; border-radius: 12px; background: #FFF0EB; display: flex; align-items: center; justify-content: center; font-size: 20px; color: #E8431A; flex-shrink: 0; transition: background .2s, color .2s; }
.contact-item:hover .contact-icon { background: #E8431A; color: #fff; }
.contact-item-text strong { display: block; font-family: 'Syne', sans-serif; font-weight: 700; font-size: 14px; color: #1B2A4A; margin-bottom: 2px; }
.contact-item-text span { font-size: 14px; color: #6B7280; }
.expect-box { background: #EEF2FF; border-radius: 16px; padding: 24px; margin-top: 32px; }
.expect-box h4 { font-family: 'Syne', sans-serif; font-weight: 700; color: #1B2A4A; margin-bottom: 16px; }
.expect-list li { display: flex; align-items: flex-start; gap: 8px; font-size: 14px; color: #6B7280; margin-bottom: 10px; }
.expect-list li::before { content: '✓'; color: #E8431A; font-weight: 700; flex-shrink: 0; }
.contact-form-wrap { background: #fff; border: 1px solid #F3F4F6; border-radius: 20px; padding: 40px; box-shadow: 0 4px 24px rgba(0,0,0,.04); }
.contact-form-wrap h3 { font-size: 24px; color: #1B2A4A; margin-bottom: 32px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 20px; }
@media(max-width:600px){ .form-row { grid-template-columns: 1fr; } }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-family: 'Syne', sans-serif; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: #6B7280; margin-bottom: 8px; }
.form-group input,.form-group textarea,.form-group select { width: 100%; padding: 12px 16px; border: 1px solid #E5E7EB; border-radius: 12px; font-family: 'Inter', sans-serif; font-size: 14px; color: #374151; background: #fff; transition: border-color .2s; outline: none; }
.form-group input:focus,.form-group textarea:focus { border-color: #1B2A4A; }
.form-group textarea { resize: none; }
.form-submit { width: 100%; }
.form-note { font-size: 12px; color: #9CA3AF; text-align: center; margin-top: 12px; }

/* ── 404 ── */
.not-found { min-height: 60vh; display: flex; align-items: center; justify-content: center; text-align: center; padding: 96px 0; }
.not-found h1 { font-size: 6rem; color: #E8431A; opacity: .3; margin-bottom: 16px; }
.not-found h2 { font-size: 2rem; color: #1B2A4A; margin-bottom: 16px; }
.not-found p { color: #6B7280; margin-bottom: 32px; }

/* ── About Page ── */
.values-section { padding: 96px 0; background: #EEF2FF; }
.values-section h2 { font-size: clamp(2rem,4vw,3rem); text-align: center; margin-bottom: 16px; }
.values-section h2 span { color: #E8431A; }
.values-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 48px; }
@media(max-width:768px){ .values-grid { grid-template-columns: 1fr; } }
.value-card { background: #fff; border-radius: 16px; padding: 32px; text-align: center; }
.value-icon { width: 56px; height: 56px; border-radius: 50%; background: #FFF0EB; display: flex; align-items: center; justify-content: center; font-size: 24px; margin: 0 auto 16px; }
.value-card h3 { font-size: 18px; color: #1B2A4A; margin-bottom: 10px; }
.value-card p { font-size: 14px; color: #6B7280; line-height: 1.7; }
.process-section { padding: 96px 0; background: #fff; }
.process-section h2 { font-size: clamp(2rem,4vw,3rem); text-align: center; margin-bottom: 16px; }
.process-section h2 span { color: #E8431A; }
.process-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; margin-top: 48px; }
@media(max-width:900px){ .process-steps { grid-template-columns: repeat(2,1fr); } }
@media(max-width:600px){ .process-steps { grid-template-columns: 1fr; } }
.process-step { text-align: center; padding: 24px; }
.step-number { font-family: 'Syne', sans-serif; font-weight: 800; font-size: 48px; color: #E8431A; opacity: .25; margin-bottom: 12px; }
.process-step h3 { font-size: 17px; color: #1B2A4A; margin-bottom: 10px; }
.process-step p { font-size: 14px; color: #6B7280; }

/* ── Utilities ── */
.text-center { text-align: center; }
.mt-12 { margin-top: 48px; }

/* ============================================================
   LATEST BLOG SECTION - Homepage teaser
   ============================================================ */

.latest-blog-section { padding: 96px 0; background: #fff; }
.latest-blog-section .section-header { text-align: center; margin-bottom: 64px; }
.latest-blog-section h2 { font-size: clamp(2rem,4vw,3rem); margin-bottom: 16px; }
.latest-blog-section h2 span { color: #E8431A; }
.latest-blog-section .subtitle { color: #6B7280; font-size: 18px; max-width: 480px; margin: 0 auto; }
.latest-blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 32px; margin-bottom: 48px; }
@media(max-width:900px){ .latest-blog-grid { grid-template-columns: repeat(2,1fr); } }
@media(max-width:600px){ .latest-blog-grid { grid-template-columns: 1fr; } }
.latest-blog-card { background: #fff; border: 1px solid #F3F4F6; border-radius: 16px; overflow: hidden; transition: box-shadow .3s, transform .3s; box-shadow: 0 2px 12px rgba(0,0,0,.04); }
.latest-blog-card:hover { box-shadow: 0 16px 40px rgba(0,0,0,.1); transform: translateY(-4px); }
.latest-blog-img { height: 200px; overflow: hidden; }
.latest-blog-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.latest-blog-card:hover .latest-blog-img img { transform: scale(1.05); }
.latest-blog-body { padding: 28px; display: flex; flex-direction: column; }
.latest-blog-meta { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.latest-blog-date { font-size: 12px; color: #9CA3AF; }
.latest-blog-title { font-family: 'Poppins', sans-serif; font-size: 18px; font-weight: 600; color: #1B2A4A; margin-bottom: 12px; line-height: 1.35; flex: 1; }
.latest-blog-title a { color: inherit; }
.latest-blog-title a:hover { color: #E8431A; }
.latest-blog-excerpt { font-size: 14px; color: #6B7280; line-height: 1.6; margin-bottom: 16px; flex: 1; }
.latest-blog-link { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 13px; color: #E8431A; display: inline-flex; align-items: center; gap: 4px; transition: gap .2s; }
.latest-blog-link:hover { gap: 8px; }
.latest-blog-cta { text-align: center; }

/* ============================================================
   BLOG LISTING - Clean image-card layout matching rrahbridge.com/blog
   ============================================================ */

/* -- Blog Listing Section -- */
.blog-listing-section { padding: 72px 0 104px; background: #EEF2FF; }

/* -- Posts Grid: 2-column -- */
.blog-posts-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px; }
@media(max-width:900px){ .blog-posts-grid { grid-template-columns: 1fr; } }

/* -- Post Card -- */
.blog-post-card { background: #fff; border-radius: 16px; overflow: hidden; box-shadow: 0 4px 20px rgba(27,42,74,.09); transition: transform .25s, box-shadow .25s; display: flex; flex-direction: column; }
.blog-post-card:hover { transform: translateY(-6px); box-shadow: 0 16px 48px rgba(27,42,74,.14); }

/* -- Card Image -- */
.blog-post-card-img-link { display: block; overflow: hidden; }
.blog-post-card-img-wrap { height: 240px; overflow: hidden; }
.blog-post-card-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; display: block; }
.blog-post-card:hover .blog-post-card-img-wrap img { transform: scale(1.05); }

/* -- Card Body -- */
.blog-post-card-body { padding: 32px; flex: 1; display: flex; flex-direction: column; }

/* -- Card Meta -- */
.blog-post-card-meta { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; flex-wrap: wrap; }
.blog-post-cat-label { font-family: 'Syne', sans-serif; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; color: #E8431A; border-bottom: 2px solid #E8431A; padding-bottom: 2px; }
.blog-post-read-time { font-size: 12px; color: #9CA3AF; }

/* -- Card Title -- */
.blog-post-card-title { font-family: 'Poppins', sans-serif; font-size: 18px; font-weight: 600; color: #1B2A4A; margin-bottom: 12px; line-height: 1.35; flex: 1; }
.blog-post-card-title a { color: inherit; }
.blog-post-card-title a:hover { color: #E8431A; }

/* -- Card Excerpt -- */
.blog-post-card-excerpt { font-size: 14px; color: #6B7280; line-height: 1.75; margin-bottom: 20px; }

/* -- Card Footer -- */
.blog-post-card-footer { display: flex; align-items: center; justify-content: space-between; padding-top: 16px; border-top: 1px solid #F3F4F6; margin-top: auto; }
.blog-post-date { font-size: 12px; color: #9CA3AF; }
.blog-post-read-more { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 13px; color: #E8431A; display: inline-flex; align-items: center; gap: 4px; transition: gap .2s; }
.blog-post-read-more:hover { gap: 8px; color: #E8431A; }

/* -- Pagination -- */
.blog-pagination { margin-top: 56px; text-align: center; }
.blog-pagination .nav-links { display: flex; align-items: center; justify-content: center; gap: 8px; flex-wrap: wrap; }
.blog-pagination .page-numbers { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 14px; padding: 10px 18px; border-radius: 50px; color: #1B2A4A; border: 2px solid #E5E7EB; transition: background .2s, color .2s, border-color .2s; }
.blog-pagination .page-numbers.current { background: #E8431A; color: #fff; border-color: #E8431A; }
.blog-pagination .page-numbers:hover { background: #1B2A4A; color: #fff; border-color: #1B2A4A; }

/* -- Blog Empty -- */
.blog-empty { text-align: center; padding: 96px 0; color: #9CA3AF; font-size: 16px; }

/* -- Admin CTA bar -- */
.blog-admin-bar { background: #1B2A4A; padding: 20px 0; }
.blog-admin-bar .rrah-container { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.blog-admin-bar span { color: rgba(255,255,255,.6); font-size: 14px; }

/* ============================================================
   SINGLE POST STYLES
   ============================================================ */

/* -- Post Hero -- */
.post-hero { background: #1B2A4A; padding: 120px 0 60px; }
.post-breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 13px; color: rgba(255,255,255,.5); margin-bottom: 24px; flex-wrap: wrap; }
.post-breadcrumb a { color: rgba(255,255,255,.6); }
.post-breadcrumb a:hover { color: #E8431A; }
.post-breadcrumb span { color: rgba(255,255,255,.3); }
.post-meta-top { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; flex-wrap: wrap; }
.post-cat-chip { font-family: 'Syne', sans-serif; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; color: #E8431A; border: 1px solid rgba(232,67,26,.5); padding: 4px 14px; border-radius: 50px; }
.post-read-time-chip { font-size: 12px; color: rgba(255,255,255,.5); }
.post-title { font-size: clamp(1.75rem,4vw,3rem); color: #fff; line-height: 1.2; margin-bottom: 32px; max-width: 800px; }
.post-author-row { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.post-author-avatar { width: 44px; height: 44px; border-radius: 50%; background: #E8431A; display: flex; align-items: center; justify-content: center; font-family: 'Syne', sans-serif; font-weight: 800; font-size: 18px; color: #fff; flex-shrink: 0; }
.post-author-info { display: flex; flex-direction: column; gap: 2px; }
.post-author-name { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 14px; color: #fff; }
.post-author-role { font-size: 12px; color: rgba(255,255,255,.5); }
.post-hero-date { font-size: 13px; color: rgba(255,255,255,.5); margin-left: auto; }

/* -- Featured Image -- */
.post-featured-image { padding: 40px 0 0; background: #F7F8FA; }
.post-thumb-img { border-radius: 12px; width: 100%; max-height: 480px; object-fit: cover; box-shadow: 0 8px 32px rgba(27,42,74,.10); }

/* -- Post Layout -- */
.post-content-section { padding: 64px 0 96px; background: #F7F8FA; }
.post-layout { display: grid; grid-template-columns: 1fr 340px; gap: 48px; align-items: start; }
@media(max-width:1024px){ .post-layout { grid-template-columns: 1fr; } }

/* -- Post Body -- */
.post-body { background: #fff; border-radius: 20px; padding: 48px; box-shadow: 0 2px 20px rgba(27,42,74,.06); }
@media(max-width:640px){ .post-body { padding: 32px 24px; } }
.post-content { font-size: 17px; line-height: 1.85; color: #374151; }
.post-content h2 { font-family: 'Poppins', sans-serif; font-size: 1.75rem; font-weight: 700; color: #1B2A4A; margin: 48px 0 16px; padding-top: 8px; border-top: 2px solid #F3F4F6; }
.post-content h3 { font-family: 'Poppins', sans-serif; font-size: 1.35rem; font-weight: 700; color: #1B2A4A; margin: 36px 0 12px; }
.post-content p { margin-bottom: 22px; }
.post-content ul, .post-content ol { padding-left: 28px; margin-bottom: 22px; }
.post-content li { margin-bottom: 10px; }
.post-content blockquote { border-left: 4px solid #E8431A; padding: 20px 28px; background: #FFF0EB; border-radius: 0 12px 12px 0; margin: 36px 0; font-style: italic; color: #4B5563; font-size: 18px; line-height: 1.7; }
.post-content strong { color: #1B2A4A; }
.post-content a { color: #E8431A; text-decoration: underline; text-underline-offset: 3px; }

/* -- Post Tags -- */
.post-tags { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-top: 40px; padding-top: 32px; border-top: 1px solid #F3F4F6; }
.post-tags-label { font-family: 'Syne', sans-serif; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: #9CA3AF; }
.post-tag { background: #EEF2FF; color: #1B2A4A; font-size: 12px; font-weight: 600; padding: 4px 14px; border-radius: 50px; }

/* -- Share Row -- */
.post-share-row { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-top: 32px; padding-top: 24px; border-top: 1px solid #F3F4F6; }
.post-share-row span { font-family: 'Syne', sans-serif; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: #9CA3AF; }
.share-btn { font-family: 'Syne', sans-serif; font-size: 12px; font-weight: 700; padding: 10px 20px; border-radius: 50px; transition: all .3s ease; border: 2px solid transparent; cursor: pointer; display: inline-flex; align-items: center; gap: 6px; }
.share-btn:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,.15); }
.share-linkedin { background: #0A66C2; color: #fff; }
.share-linkedin:hover { background: #095195; color: #fff; }
.share-twitter { background: #000; color: #fff; }
.share-twitter:hover { background: #1a1a1a; color: #fff; }
.share-facebook { background: #1877F2; color: #fff; }
.share-facebook:hover { background: #0A66C2; color: #fff; }

/* ============================================================
   BLOG POST CUSTOM BLOCKS
   Styles for stat strips, callout boxes, insight boxes,
   pull quotes, proof boxes, CTA blocks, and references.
   These render inside .post-content on single post pages.
   ============================================================ */
/* -- Stat Strip -- */
.post-content .stat-strip { display: flex; flex-wrap: wrap; gap: 16px; margin: 2.5rem 0; }
.post-content .stat-card { background: #1B2A4A; border-radius: 12px; padding: 28px 24px; flex: 1; min-width: 180px; text-align: center; }
.post-content .stat-card .number { font-family: 'Syne', sans-serif; font-size: 2.6rem; font-weight: 800; color: #fff; display: block; line-height: 1; margin-bottom: 10px; }
.post-content .stat-card .context { font-size: 0.82rem; color: #BFDBFE; font-weight: 400; line-height: 1.5; }
/* -- Callout Box -- */
.post-content .callout { background: #1B2A4A; border-left: 5px solid #E8431A; border-radius: 0 12px 12px 0; padding: 28px 32px; margin: 2.5rem 0; }
.post-content .callout p { font-family: 'Syne', sans-serif; font-size: 1.2rem; color: #fff; margin: 0; line-height: 1.6; font-style: italic; }
.post-content .callout .attribution { font-family: 'Inter', sans-serif; font-size: 0.78rem; color: rgba(255,255,255,.55); margin-top: 12px; font-style: normal; font-weight: 500; letter-spacing: 0.04em; display: block; }
/* -- Insight Box -- */
.post-content .insight-box { background: #EEF2FF; border-radius: 12px; padding: 28px 32px; margin: 2.2rem 0; border-left: 4px solid #1B2A4A; }
.post-content .insight-box .label { font-family: 'Syne', sans-serif; font-size: 0.7rem; font-weight: 700; color: #1B2A4A; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 16px; display: block; }
.post-content .insight-box ul { list-style: none; padding: 0; }
.post-content .insight-box ul li { font-size: 0.97rem; color: #374151; padding: 10px 0; border-bottom: 1px solid rgba(27,42,74,.1); line-height: 1.6; }
.post-content .insight-box ul li:last-child { border-bottom: none; }
.post-content .insight-box ul li::before { content: "→"; color: #E8431A; margin-right: 10px; font-weight: 700; }
/* -- Pull Quote -- */
.post-content .pull-quote { border-top: 2px solid #1B2A4A; border-bottom: 2px solid #1B2A4A; padding: 24px 0; margin: 2.5rem 0; }
.post-content .pull-quote p { font-family: 'Syne', sans-serif; font-size: 1.35rem; color: #1B2A4A; font-style: italic; margin: 0; line-height: 1.5; font-weight: 700; }
/* -- Proof Box -- */
.post-content .proof-box { background: #1B2A4A; border-radius: 12px; padding: 28px 32px; margin: 2.5rem 0; }
.post-content .proof-box .label { font-family: 'Syne', sans-serif; font-size: 0.7rem; font-weight: 700; color: #E8431A; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 12px; display: block; }
.post-content .proof-box p { color: #fff; margin: 0; font-size: 1.05rem; line-height: 1.7; }
.post-content .proof-box strong { color: #E8431A; }
/* -- CTA Block -- */
.post-content .cta-block { background: linear-gradient(135deg, #1B2A4A 0%, #2D3E5F 100%); border-radius: 12px; padding: 40px; margin: 3rem 0; text-align: center; border: 2px solid #E8431A; }
.post-content .cta-block h3 { color: #fff; margin-bottom: 12px; }
.post-content .cta-block p { color: rgba(255,255,255,.85); margin-bottom: 20px; }
.post-content .cta-block .btn-primary { display: inline-block; }
/* -- References -- */
.post-content .references { background: #F7F8FA; border-radius: 12px; padding: 32px; margin-top: 2.5rem; border: 1px solid #E5E7EB; }
.post-content .references h2 { font-family: 'Syne', sans-serif; font-size: 0.75rem; font-weight: 700; color: #9CA3AF; letter-spacing: 0.14em; text-transform: uppercase; margin: 0 0 20px; border-top: none; padding-top: 0; }
.post-content .references ol { padding-left: 20px; }
.post-content .references ol li { font-size: 0.83rem; color: #6B7280; margin-bottom: 10px; line-height: 1.6; }
.post-content .references ol li a { color: #E8431A; text-decoration: underline; word-break: break-all; }
