/* Admin Central Inc. — Shared stylesheet
   Professional / trust-focused palette for back-office outsourcing brand
   ------------------------------------------------------------------- */
:root {
  --navy-900: #0B2545;
  --navy-800: #13315C;
  --navy-700: #1B3D6E;
  --blue-600: #1E6091;
  --blue-500: #2E86C1;
  --gold: #C9A227;
  --gold-dark: #A4831F;
  --bg: #FFFFFF;
  --bg-soft: #F6F8FB;
  --bg-tint: #EEF3F9;
  --text: #0F172A;
  --text-muted: #475569;
  --text-light: #64748B;
  --border: #E2E8F0;
  --success: #16A34A;
  --shadow-sm: 0 1px 2px rgba(11,37,69,.06);
  --shadow-md: 0 6px 18px rgba(11,37,69,.08);
  --shadow-lg: 0 20px 50px rgba(11,37,69,.12);
  --radius: 10px;
  --radius-lg: 18px;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}
a { color: var(--blue-600); text-decoration: none; }
a:hover { color: var(--navy-900); }
img { max-width: 100%; display: block; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
h1, h2, h3, h4 { color: var(--navy-900); letter-spacing: -.3px; }
.serif { font-family: 'Source Serif 4', Georgia, serif; }

/* Top announcement bar */
.topbar { background: var(--navy-900); color: #fff; font-size: 13px; padding: 8px 0; }
.topbar .container { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.topbar a { color: #fff; }
.topbar .meta { display: flex; gap: 18px; align-items: center; flex-wrap: wrap; }
.badge-pulse { display: inline-flex; align-items: center; gap: 6px; }
.badge-pulse::before { content: ''; width: 8px; height: 8px; background: #4ADE80; border-radius: 50%; box-shadow: 0 0 0 0 rgba(74,222,128,.7); animation: pulse 2s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(74,222,128,.7); } 70% { box-shadow: 0 0 0 8px rgba(74,222,128,0); } 100% { box-shadow: 0 0 0 0 rgba(74,222,128,0); } }

/* Header / Nav */
.header { background: rgba(255,255,255,.95); backdrop-filter: blur(10px); border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 100; }
.nav { display: flex; align-items: center; justify-content: space-between; padding: 16px 0; gap: 24px; }
.logo { display: flex; align-items: center; gap: 10px; font-weight: 800; color: var(--navy-900); font-size: 20px; letter-spacing: -.3px; }
.logo-mark { width: 38px; height: 38px; background: linear-gradient(135deg, var(--navy-900), var(--blue-600)); color: #fff; display: grid; place-items: center; border-radius: 8px; font-weight: 800; font-size: 16px; letter-spacing: -.5px; }
.nav-menu { display: flex; gap: 30px; align-items: center; }
.nav-menu a { color: var(--text); font-weight: 500; font-size: 15px; }
.nav-menu a:hover, .nav-menu a.active { color: var(--blue-600); }

/* Buttons */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 22px; border-radius: 8px; font-weight: 600; font-size: 15px; transition: all .2s ease; border: 1px solid transparent; cursor: pointer; white-space: nowrap; }
.btn-primary { background: var(--gold); color: var(--navy-900); }
.btn-primary:hover { background: var(--gold-dark); color: var(--navy-900); transform: translateY(-1px); box-shadow: var(--shadow-md); }
.btn-secondary { background: var(--navy-900); color: #fff; }
.btn-secondary:hover { background: var(--navy-800); color: #fff; transform: translateY(-1px); }
.btn-outline { background: transparent; color: var(--navy-900); border-color: var(--navy-900); }
.btn-outline:hover { background: var(--navy-900); color: #fff; }
.btn-lg { padding: 16px 30px; font-size: 16px; }
.btn-white { background: #fff; color: var(--navy-900); }
.btn-white:hover { background: var(--bg-soft); }

.menu-toggle { display: none; background: none; border: none; cursor: pointer; }
.menu-toggle span { display: block; width: 24px; height: 2px; background: var(--navy-900); margin: 5px 0; transition: .3s; }

/* Page hero (smaller variant for sub-pages) */
.page-hero { background: linear-gradient(135deg, var(--navy-900) 0%, var(--navy-800) 60%, var(--blue-600) 100%); color: #fff; padding: 80px 0 70px; position: relative; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(circle at 20% 30%, rgba(201,162,39,.12), transparent 40%), radial-gradient(circle at 80% 70%, rgba(46,134,193,.18), transparent 50%); pointer-events: none; }
.page-hero .container { position: relative; }
.page-hero .eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 6px 14px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); border-radius: 999px; font-size: 13px; letter-spacing: .4px; text-transform: uppercase; font-weight: 600; color: #FCE7A3; margin-bottom: 20px; }
.page-hero .eyebrow::before { content: ''; width: 6px; height: 6px; background: var(--gold); border-radius: 50%; }
.page-hero h1 { font-family: 'Source Serif 4', Georgia, serif; font-size: clamp(34px, 4.5vw, 54px); line-height: 1.12; font-weight: 700; color: #fff; margin-bottom: 18px; max-width: 800px; }
.page-hero p.lede { font-size: 18px; line-height: 1.65; color: rgba(255,255,255,.85); max-width: 700px; }
.breadcrumb { display: flex; gap: 8px; align-items: center; font-size: 13px; color: rgba(255,255,255,.75); margin-bottom: 24px; }
.breadcrumb a { color: rgba(255,255,255,.85); }
.breadcrumb a:hover { color: #fff; }
.breadcrumb .sep { opacity: .5; }

/* Sections */
section { padding: 90px 0; }
.section-title { text-align: center; max-width: 720px; margin: 0 auto 56px; }
.section-title .kicker { color: var(--blue-600); font-weight: 700; font-size: 13px; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 12px; display: block; }
.section-title h2 { font-family: 'Source Serif 4', Georgia, serif; font-size: clamp(28px, 3.4vw, 42px); font-weight: 700; color: var(--navy-900); letter-spacing: -.4px; line-height: 1.15; margin-bottom: 16px; }
.section-title p { color: var(--text-muted); font-size: 17px; }

/* Generic cards */
.card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 32px 28px; transition: all .25s ease; }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.card h3 { font-size: 20px; color: var(--navy-900); margin-bottom: 10px; font-weight: 700; }
.card p { color: var(--text-muted); font-size: 15px; }
.card ul { list-style: none; margin-top: 12px; }
.card li { font-size: 14px; color: var(--text); padding: 5px 0 5px 24px; position: relative; }
.card li::before { content: ''; position: absolute; left: 0; top: 12px; width: 14px; height: 2px; background: var(--gold); }
.card-icon { width: 54px; height: 54px; border-radius: 12px; background: linear-gradient(135deg, var(--navy-900), var(--blue-600)); color: #fff; display: grid; place-items: center; margin-bottom: 20px; }

/* Value props */
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.value-card { padding: 28px; border: 1px solid var(--border); border-radius: var(--radius); background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.value-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: rgba(30,96,145,.3); }
.value-icon { width: 48px; height: 48px; border-radius: 10px; background: var(--bg-tint); color: var(--blue-600); display: grid; place-items: center; margin-bottom: 16px; }
.value-card h3 { font-size: 17px; font-weight: 700; color: var(--navy-900); margin-bottom: 8px; }
.value-card p { font-size: 14.5px; color: var(--text-muted); }

/* CTA Band */
.cta-band { background: linear-gradient(135deg, var(--navy-900), var(--blue-600)); color: #fff; }
.cta-band .container { display: grid; grid-template-columns: 1.4fr 1fr; align-items: center; gap: 40px; }
.cta-band h2 { font-family: 'Source Serif 4', serif; color: #fff; font-size: clamp(26px, 3vw, 38px); margin-bottom: 12px; }
.cta-band p { color: rgba(255,255,255,.85); margin-bottom: 24px; font-size: 17px; }
.cta-actions { display: flex; gap: 14px; flex-wrap: wrap; justify-content: flex-end; }

/* FAQ */
.faq { max-width: 820px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-item summary { list-style: none; cursor: pointer; padding: 22px 40px 22px 0; font-weight: 600; font-size: 17px; color: var(--navy-900); position: relative; user-select: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; position: absolute; right: 0; top: 50%; transform: translateY(-50%); font-size: 26px; font-weight: 400; color: var(--blue-600); transition: transform .25s ease; }
.faq-item[open] summary::after { content: '−'; }
.faq-item .answer { padding: 0 0 22px; color: var(--text-muted); line-height: 1.7; }

/* Footer */
.footer { background: var(--navy-900); color: rgba(255,255,255,.75); padding: 72px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 50px; }
.footer h4 { color: #fff; font-size: 14px; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 18px; font-weight: 700; }
.footer ul { list-style: none; }
.footer li { margin-bottom: 10px; }
.footer a { color: rgba(255,255,255,.75); font-size: 14.5px; }
.footer a:hover { color: var(--gold); }
.footer-brand p { font-size: 14.5px; margin: 14px 0 20px; max-width: 320px; }
.footer-contact { font-size: 14.5px; }
.footer-contact div { margin-bottom: 8px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 22px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; font-size: 13px; color: rgba(255,255,255,.55); }
.social-links { display: flex; gap: 12px; margin-top: 12px; }
.social-links a { width: 36px; height: 36px; display: grid; place-items: center; background: rgba(255,255,255,.08); border-radius: 8px; color: #fff; }
.social-links a:hover { background: var(--gold); color: var(--navy-900); }

/* Service detail blocks */
.service-detail { padding: 60px 0; border-bottom: 1px solid var(--border); }
.service-detail:nth-child(even) { background: var(--bg-soft); }
.service-detail .container { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.service-detail.reverse .container > div:first-child { order: 2; }
.service-detail h2 { font-family: 'Source Serif 4', serif; font-size: clamp(26px, 2.8vw, 36px); margin-bottom: 16px; }
.service-detail .pill { display: inline-flex; padding: 4px 10px; background: var(--bg-tint); color: var(--blue-600); border-radius: 999px; font-size: 12px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 14px; }
.service-detail .desc { color: var(--text-muted); font-size: 17px; margin-bottom: 22px; line-height: 1.7; }
.service-detail .feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 20px; margin-bottom: 24px; }
.service-detail .feature-list li { list-style: none; font-size: 14.5px; color: var(--text); padding-left: 26px; position: relative; }
.service-detail .feature-list li::before { content: ''; position: absolute; left: 0; top: 5px; width: 16px; height: 16px; background: var(--gold); border-radius: 50%; }
.service-detail .feature-list li::after { content: ''; position: absolute; left: 4px; top: 9px; width: 8px; height: 4px; border-left: 2px solid var(--navy-900); border-bottom: 2px solid var(--navy-900); transform: rotate(-45deg); }
.service-detail .visual { background: linear-gradient(135deg, var(--navy-900), var(--blue-600)); border-radius: var(--radius-lg); padding: 50px 40px; color: #fff; min-height: 320px; display: flex; flex-direction: column; justify-content: center; box-shadow: var(--shadow-lg); }
.service-detail .visual h4 { color: #fff; font-size: 13px; letter-spacing: 1.5px; text-transform: uppercase; opacity: .8; margin-bottom: 18px; }
.service-detail .visual .stat { font-family: 'Source Serif 4', serif; font-size: 50px; font-weight: 700; line-height: 1; margin-bottom: 8px; color: var(--gold); }
.service-detail .visual .stat-desc { color: rgba(255,255,255,.85); font-size: 16px; margin-bottom: 24px; }
.service-detail .visual ul { list-style: none; }
.service-detail .visual li { font-size: 14.5px; padding: 8px 0 8px 28px; position: relative; border-top: 1px solid rgba(255,255,255,.1); }
.service-detail .visual li:first-child { border-top: none; }
.service-detail .visual li::before { content: ''; position: absolute; left: 4px; top: 14px; width: 14px; height: 7px; border-left: 2px solid var(--gold); border-bottom: 2px solid var(--gold); transform: rotate(-45deg); }

/* Stats */
.stats { background: var(--bg-soft); padding: 70px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; text-align: center; }
.stat-num { font-family: 'Source Serif 4', serif; font-size: 48px; font-weight: 700; color: var(--navy-900); line-height: 1; letter-spacing: -1px; }
.stat-num .small { font-size: 28px; vertical-align: top; }
.stat-label { color: var(--text-muted); font-size: 14.5px; margin-top: 10px; }

/* Industry detail */
.industry-detail { padding: 60px 0; border-bottom: 1px solid var(--border); }
.industry-detail:nth-child(even) { background: var(--bg-soft); }
.industry-detail .container { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.industry-detail h2 { font-family: 'Source Serif 4', serif; font-size: clamp(26px, 2.8vw, 36px); margin-bottom: 14px; }
.industry-detail .pill { display: inline-flex; padding: 4px 10px; background: rgba(201,162,39,.15); color: var(--gold-dark); border-radius: 999px; font-size: 12px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 14px; }
.industry-detail p { color: var(--text-muted); font-size: 16px; line-height: 1.7; margin-bottom: 16px; }
.industry-detail .tasks { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-sm); }
.industry-detail .tasks h4 { color: var(--navy-900); font-size: 14px; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 14px; }
.industry-detail .tasks ul { list-style: none; }
.industry-detail .tasks li { font-size: 14.5px; padding: 8px 0 8px 24px; position: relative; border-top: 1px solid var(--border); color: var(--text); }
.industry-detail .tasks li:first-child { border-top: none; }
.industry-detail .tasks li::before { content: ''; position: absolute; left: 0; top: 14px; width: 12px; height: 6px; border-left: 2px solid var(--gold); border-bottom: 2px solid var(--gold); transform: rotate(-45deg); }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.contact-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 40px; box-shadow: var(--shadow-md); }
.contact-card h2 { font-family: 'Source Serif 4', serif; margin-bottom: 12px; font-size: 28px; }
.contact-card p { color: var(--text-muted); margin-bottom: 24px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
.form-field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 14px; }
.form-field label { font-size: 13px; font-weight: 600; color: var(--text); }
.form-field input, .form-field select, .form-field textarea { padding: 12px 14px; border: 1px solid var(--border); border-radius: 8px; font-size: 14px; font-family: inherit; background: #fff; color: var(--text); transition: border-color .15s, box-shadow .15s; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { outline: none; border-color: var(--blue-500); box-shadow: 0 0 0 3px rgba(46,134,193,.15); }
.consent { font-size: 12px; color: var(--text-light); margin-top: 8px; }
.contact-info-card { padding: 32px; background: var(--navy-900); color: #fff; border-radius: var(--radius-lg); }
.contact-info-card h3 { color: #fff; font-family: 'Source Serif 4', serif; font-size: 22px; margin-bottom: 14px; }
.contact-info-card p { color: rgba(255,255,255,.8); margin-bottom: 24px; }
.contact-item { display: flex; align-items: flex-start; gap: 14px; padding: 16px 0; border-top: 1px solid rgba(255,255,255,.1); }
.contact-item:first-of-type { border-top: none; }
.contact-icon { width: 38px; height: 38px; border-radius: 8px; background: rgba(201,162,39,.15); color: var(--gold); display: grid; place-items: center; flex-shrink: 0; }
.contact-item strong { display: block; color: #fff; font-size: 14px; }
.contact-item span { color: rgba(255,255,255,.75); font-size: 14px; }
.contact-item a { color: rgba(255,255,255,.85); }

/* About page specifics */
.about-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 60px; align-items: center; }
.about-grid h2 { font-family: 'Source Serif 4', serif; font-size: clamp(28px, 3.4vw, 40px); margin-bottom: 18px; }
.about-grid p { color: var(--text-muted); font-size: 16.5px; margin-bottom: 16px; line-height: 1.7; }
.about-visual { background: linear-gradient(135deg, var(--navy-900), var(--blue-600)); border-radius: var(--radius-lg); padding: 48px; color: #fff; box-shadow: var(--shadow-lg); }
.about-visual .quote { font-family: 'Source Serif 4', serif; font-style: italic; font-size: 22px; line-height: 1.5; color: #fff; margin-bottom: 22px; }
.about-visual .quote::before { content: '"'; font-size: 64px; color: var(--gold); line-height: 0; vertical-align: -25px; margin-right: 8px; }
.about-visual .attribution { font-size: 14px; color: rgba(255,255,255,.85); }

.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.value-block { padding: 32px; border-left: 4px solid var(--gold); background: var(--bg-soft); border-radius: 6px; }
.value-block h3 { font-family: 'Source Serif 4', serif; font-size: 22px; margin-bottom: 12px; }
.value-block p { color: var(--text-muted); font-size: 15px; line-height: 1.65; }

/* Floating WhatsApp button — appears bottom-left on every page */
.wa-float { position: fixed; bottom: 24px; left: 24px; width: 56px; height: 56px; background: #25D366; border-radius: 50%; display: grid; place-items: center; box-shadow: 0 8px 24px rgba(37,211,102,.4); z-index: 9998; transition: transform .25s ease, background .2s ease; }
.wa-float:hover { transform: scale(1.08); background: #20BA56; }
.wa-float::before { content: ''; position: absolute; inset: -4px; border-radius: 50%; border: 2px solid #25D366; opacity: .6; animation: wa-ring 2.4s infinite; pointer-events: none; }
@keyframes wa-ring { 0%{transform:scale(1);opacity:.6} 70%{transform:scale(1.3);opacity:0} 100%{transform:scale(1.3);opacity:0} }

/* Calendly book-a-call CTA card */
.calendly-card { padding: 28px; background: linear-gradient(135deg, var(--gold) 0%, #E0B73C 100%); color: var(--navy-900); border-radius: var(--radius-lg); box-shadow: var(--shadow-md); margin-bottom: 24px; }
.calendly-card h3 { color: var(--navy-900); font-family: 'Source Serif 4', serif; font-size: 22px; margin-bottom: 8px; }
.calendly-card p { color: rgba(11,37,69,.85); font-size: 15px; margin-bottom: 16px; }
.cale