/* Business Management page styles */

/* Utilities */
.m-0{margin:0}
.text-center{text-align:center}
.muted{color:#64748b}
.text-gray-500{color:#6b7280}
.text-slate-300{color:#cbd5e1}
.text-slate-400{color:#94a3b8}
.text-blue-400{color:#38bdf8}
.mb-16{margin-bottom:16px}
.mb-18{margin-bottom:18px}
.mb-20{margin-bottom:20px}
.mb-22{margin-bottom:22px}
.mb-28{margin-bottom:28px}
.mb-30{margin-bottom:30px}
.mb-34{margin-bottom:34px}
.mb-40{margin-bottom:40px}
.pt-55{padding-top:55px}
.pb-20{padding-bottom:20px}
.pb-60{padding-bottom:60px}
.gap-16{gap:16px}
.gap-26{gap:26px}
.gap-28{gap:28px}
.hp-trap{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}
.list-inset{margin:0;padding-left:18px}

/* Sections */
.section{padding:60px 0}
.section--light{background:#f8fafc}
.section--pricing{padding:65px 0}
.section--hero{padding:100px 0 60px}
.section__head{text-align:center;margin-bottom:40px}
.section__head.section__head--wide{max-width:860px;margin:0 auto 40px;text-align:center}
.section__head h2{font-weight:700;color:#0f172a;margin:0}
.section__head p{color:#475569;margin:0}

/* Hero */
.bm-hero{background:linear-gradient(120deg,#1e293b 0%,#2563eb 100%);position:relative;overflow:hidden}
.bm-hero__title{font-size:48px;font-weight:700;line-height:1.15;margin-bottom:22px;color:#fff}
.bm-hero__subtitle{display:block;font-size:22px;font-weight:400;color:#93c5fd;margin-top:10px}
.bm-hero__desc{font-size:20px;line-height:1.6;color:#e2e8f0;max-width:640px;margin-bottom:30px}
.bm-hero__actions{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:30px}
.btn-pill-lg{padding:16px 38px;border-radius:50px;font-size:17px;font-weight:600}
.btn-slate{background:#334155!important;border-color:#334155!important}
.bm-hero__stats{display:flex;flex-wrap:wrap;gap:28px;margin-bottom:30px}
.bm-stat{min-width:120px;text-align:center}
.bm-stat__num{font-size:30px;font-weight:700;color:#38bdf8}
.bm-stat__cap{font-size:13px;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px}
.bm-hero__note{margin-top:10px;font-size:12px;color:#64748b;max-width:520px}

/* Card (right column) */
.bm-card{background:#fff;border-radius:16px;padding:38px;box-shadow:0 10px 40px -8px rgba(0,0,0,.25);position:relative}
.bm-card__eyebrow{margin:0;font-size:14px;font-weight:600;color:#2563eb;letter-spacing:.5px;text-transform:uppercase}
.bm-card__title{margin:6px 0 2px;font-size:26px;font-weight:700;color:#0f172a}
.bm-card__sub{display:block;font-size:13px;color:#64748b;margin-bottom:18px}

/* Form */
.bm-form-wrap{margin:0}
.bm-form{list-style:none;margin:0;padding:0}
.bm-form__li{margin-bottom:16px}
.bm-input{width:100%;padding:12px 16px;border:1px solid #cbd5e1;border-radius:8px}
.bm-submit{width:100%;padding:14px 22px;border-radius:8px;font-weight:600;font-size:16px}

/* Methodology timeline (moved from inline <style>) */
.methodology-timeline{position:relative;padding:20px 0}
.methodology-timeline::before{content:'';position:absolute;left:30px;top:60px;bottom:60px;width:2px;background:linear-gradient(to bottom,#2563eb,#1e3a8a);z-index:1}
.methodology-phase{position:relative;margin-bottom:40px;display:flex;gap:20px}
.methodology-phase:last-child{margin-bottom:0}
.phase-icon{flex-shrink:0;position:relative;z-index:2}
.icon-circle{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(37,99,235,.3);margin-bottom:8px}
.phase-number{font-size:12px;font-weight:600;color:#64748b;text-align:center;letter-spacing:.5px}
.phase-content{flex:1;background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;padding:20px;margin-top:5px}
.phase-main{margin-bottom:20px}
.phase-deliverables{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:15px}
@media (min-width:768px){
  .methodology-timeline::before{left:50%;transform:translateX(-50%)}
  .methodology-phase{margin-bottom:60px;align-items:stretch}
  .methodology-phase:nth-child(odd){flex-direction:row}
  .methodology-phase:nth-child(even){flex-direction:row-reverse}
  .methodology-phase:nth-child(odd) .phase-icon{order:1;margin-left:calc(50% - 30px);margin-right:20px}
  .methodology-phase:nth-child(even) .phase-icon{order:1;margin-right:calc(50% - 30px);margin-left:20px}
  .methodology-phase:nth-child(odd) .phase-content{order:0;max-width:calc(50% - 50px);margin-right:auto;display:flex;gap:20px}
  .methodology-phase:nth-child(even) .phase-content{order:0;max-width:calc(50% - 50px);margin-left:auto;display:flex;gap:20px;flex-direction:row-reverse}
  .phase-main,.phase-deliverables{flex:1;margin-bottom:0}
  .phase-content{padding:25px}
}
@media (min-width:1200px){
  .methodology-phase:nth-child(odd) .phase-content,
  .methodology-phase:nth-child(even) .phase-content{max-width:calc(50% - 80px)}
}

/* Industry Solutions */
.bm-industry .section__head h2{font-weight:700;font-size:36px;color:#0f172a}
.bm-industry .section__head p{color:#64748b;max-width:800px;margin:0 auto 60px;font-size:18px}
.bm-card-sm{background:#fff;border-radius:12px;padding:30px;box-shadow:0 8px 30px rgba(0,0,0,0.08);height:100%}
.bm-ic{width:60px;height:60px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.bm-ic--blue{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}
.bm-ic--green{background:linear-gradient(135deg,#10b981,#059669)}
.bm-ic--purple{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}
.bm-ic--amber{background:linear-gradient(135deg,#f59e0b,#d97706)}
.bm-ic--red{background:linear-gradient(135deg,#ef4444,#dc2626)}
.bm-ic--cyan{background:linear-gradient(135deg,#06b6d4,#0891b2)}
.bm-card-sm h3{margin-bottom:15px;color:#1e293b}
.bm-card-sm p{color:#64748b;margin-bottom:20px;line-height:1.6}
.bm-card-sm ul{color:#64748b;padding-left:20px;margin:0}

/* Capabilities */
.section--cap{padding:55px 0 20px;background:#f8fafc}
.bm-cap-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:26px}
.bm-cap-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px 18px}
.bm-cap-card h4{margin:0 0 6px;font-size:17px;font-weight:600;color:#0f172a}
.bm-cap-card p{margin:0;font-size:13.5px;line-height:1.5;color:#4b5563}

/* Minor helpers */
.fa{font-size:inherit}
.icon-24{font-size:24px}
