/*
Theme Name: MishaadTech
Theme URI: https://mishaad.com
Author: MishaadTech
Author URI: https://mishaad.com
Description: Professional Odoo ERP consulting theme for Australian businesses across 8 industries. Upload, activate, publish. All pages, menus and content created automatically. Fully editable via WordPress native editors.
Version: 5.0.0
License: GNU General Public License v2 or later
Text Domain: mishaadtech
Tags: business, consulting, erp, odoo, manufacturing, distribution, retail, hospitality, construction
*/

/* ══════════════════════════════════════════════════
   MISHAADTECH v5 — DESIGN TOKENS
   ══════════════════════════════════════════════════ */
:root {
  /* Core palette */
  --blue:        #2563EB;
  --blue-d:      #1D4ED8;
  --blue-l:      #EFF6FF;
  --blue-m:      #DBEAFE;
  --orange:      #F97316;
  --orange-d:    #EA580C;
  --orange-l:    #FFF7ED;
  --orange-m:    #FED7AA;
  --green:       #059669;
  --green-l:     #ECFDF5;
  --green-m:     #A7F3D0;
  --purple:      #7C3AED;
  --purple-l:    #F5F3FF;
  --purple-m:    #DDD6FE;
  --yellow:      #FBBF24;
  --teal:        #0891B2;
  --teal-l:      #ECFEFF;
  --teal-m:      #A5F3FC;
  --rose:        #E11D48;
  --rose-l:      #FFF1F2;
  --rose-m:      #FECDD3;
  --amber:       #D97706;
  --amber-l:     #FFFBEB;
  --amber-m:     #FDE68A;
  --red:         #DC2626;
  --red-l:       #FEF2F2;
  /* Neutrals */
  --text:        #0F172A;
  --text-m:      #334155;
  --text-s:      #64748B;
  --text-xs:     #94A3B8;
  --border:      #E2E8F0;
  --white:       #FFFFFF;
  --bg:          #F8FAFF;
  --bg2:         #F1F5F9;
  /* Radii */
  --r:           14px;
  --r-lg:        20px;
  --r-xl:        24px;
  /* Shadows */
  --sh:          0 4px 24px rgba(37,99,235,.10);
  --sh-lg:       0 12px 48px rgba(37,99,235,.16);
}

/* ══════════════════════════════════════════════════
   RESET & BASE
   ══════════════════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html  { scroll-behavior: smooth; }
body  { font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; background: var(--bg); color: var(--text); line-height: 1.65; overflow-x: hidden; font-size: 16px; }
h1,h2,h3,h4,h5,h6 { font-family: 'Plus Jakarta Sans', sans-serif; line-height: 1.18; letter-spacing: -.02em; color: var(--text); }
a   { text-decoration: none; color: var(--blue); }
a:hover { color: var(--blue-d); }
img { max-width: 100%; height: auto; display: block; }
p   { margin-bottom: 1rem; }
ul  { list-style: none; }
button { font-family: inherit; cursor: pointer; }
input, select, textarea { font-family: inherit; }

/* WP alignment helpers */
.alignleft  { float: left; margin-right: 1.5rem; margin-bottom: 1rem; }
.alignright { float: right; margin-left: 1.5rem; margin-bottom: 1rem; }
.aligncenter { display: block; margin: 0 auto 1rem; }
.wp-block-image { margin-bottom: 1.5rem; }

/* ══════════════════════════════════════════════════
   NAVIGATION
   ══════════════════════════════════════════════════ */
.mt-nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; height: 70px; background: rgba(255,255,255,.97); backdrop-filter: blur(12px); border-bottom: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; padding: 0 5%; transition: box-shadow .3s; }
.mt-nav.scrolled { box-shadow: 0 4px 24px rgba(0,0,0,.08); }
.site-logo { font-size: 1.4rem; font-weight: 800; color: var(--text); letter-spacing: -.03em; text-decoration: none; }
.site-logo .lo { color: var(--blue); }
.nav-wrap { display: flex; align-items: center; gap: 1.75rem; }
#primary-menu { display: flex; align-items: center; gap: 1.5rem; list-style: none; }
#primary-menu li a { font-size: .875rem; font-weight: 600; color: var(--text-m); transition: color .2s; text-decoration: none; }
#primary-menu li a:hover,
#primary-menu li.current-menu-item > a,
#primary-menu li.current_page_item > a { color: var(--blue); }
.nav-book { background: var(--blue) !important; color: var(--white) !important; padding: .58rem 1.3rem; border-radius: 8px; font-weight: 700 !important; font-size: .85rem !important; box-shadow: 0 4px 14px rgba(37,99,235,.3); transition: all .2s !important; text-decoration: none !important; }
.nav-book:hover { background: var(--blue-d) !important; transform: translateY(-1px); color: var(--white) !important; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; background: none; border: none; }
.hamburger span { display: block; width: 24px; height: 2.5px; background: var(--text); border-radius: 2px; transition: all .3s; }
.mob-nav { display: none; position: fixed; top: 70px; left: 0; right: 0; background: var(--white); border-bottom: 2px solid var(--border); padding: 1.4rem 5%; flex-direction: column; z-index: 999; box-shadow: 0 12px 32px rgba(0,0,0,.1); }
.mob-nav.open { display: flex; }
.mob-nav ul { list-style: none; display: flex; flex-direction: column; }
.mob-nav ul li a { display: block; font-size: 1rem; font-weight: 600; color: var(--text-m); padding: .7rem 0; border-bottom: 1px solid var(--border); text-decoration: none; }
.mob-cta { margin-top: .8rem; }
.mob-cta a { display: block; text-align: center; background: var(--blue); color: #fff !important; padding: .85rem; border-radius: 8px; font-weight: 700; text-decoration: none; }

/* ══════════════════════════════════════════════════
   BUTTONS
   ══════════════════════════════════════════════════ */
.btn { display: inline-flex; align-items: center; gap: .45rem; padding: .88rem 1.8rem; border-radius: 10px; font-weight: 700; font-size: .92rem; border: none; cursor: pointer; transition: all .2s; font-family: inherit; text-decoration: none; }
.btn-blue { background: var(--blue); color: var(--white); box-shadow: 0 6px 18px rgba(37,99,235,.28); }
.btn-blue:hover { background: var(--blue-d); transform: translateY(-2px); box-shadow: 0 10px 28px rgba(37,99,235,.38); color: var(--white); }
.btn-orange { background: var(--orange); color: var(--white); box-shadow: 0 6px 18px rgba(249,115,22,.28); }
.btn-orange:hover { background: var(--orange-d); transform: translateY(-2px); color: var(--white); }
.btn-green { background: var(--green); color: var(--white); box-shadow: 0 6px 18px rgba(5,150,105,.28); }
.btn-green:hover { background: #047857; transform: translateY(-2px); color: var(--white); }
.btn-outline { background: transparent; color: var(--blue); border: 2px solid var(--blue); }
.btn-outline:hover { background: var(--blue); color: var(--white); }
.btn-white { background: var(--white); color: var(--blue); box-shadow: 0 6px 18px rgba(0,0,0,.15); }
.btn-white:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(0,0,0,.2); color: var(--blue); }
.btn-outline-white { background: transparent; color: var(--white); border: 2px solid rgba(255,255,255,.4); }
.btn-outline-white:hover { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.7); color: var(--white); }
.btn-sm { padding: .6rem 1.2rem; font-size: .82rem; }

/* ══════════════════════════════════════════════════
   LAYOUT HELPERS
   ══════════════════════════════════════════════════ */
.sec   { padding: 80px 5%; }
.sec-w { background: var(--white); }
.sec-b { background: var(--bg); }
.lbl  { display: inline-flex; align-items: center; font-size: .71rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; padding: .33rem .9rem; border-radius: 100px; margin-bottom: .9rem; }
.lb   { background: var(--blue-l);   color: var(--blue); }
.lo   { background: var(--orange-l); color: var(--orange-d); }
.lg   { background: var(--green-l);  color: var(--green); }
.lp   { background: var(--purple-l); color: var(--purple); }
.lt   { background: var(--teal-l);   color: var(--teal); }
.lr   { background: var(--rose-l);   color: var(--rose); }
.la   { background: var(--amber-l);  color: var(--amber); }
.lw   { background: rgba(255,255,255,.2); color: #fff; }
.sh  { font-size: clamp(1.8rem,3vw,2.6rem); font-weight: 800; margin-bottom: .9rem; letter-spacing: -.025em; }
.shw { color: var(--white); }
.sub { font-size: 1rem; color: var(--text-s); max-width: 520px; line-height: 1.75; margin-bottom: 2.5rem; }
.subw{ color: rgba(255,255,255,.72); }
.tc  { text-align: center; }
.tc .sub { margin: 0 auto 2.5rem; }

/* Icon backgrounds */
.ibl  { background: var(--blue-l); }
.ior  { background: var(--orange-l); }
.igr  { background: var(--green-l); }
.ipu  { background: var(--purple-l); }
.ite  { background: var(--teal-l); }
.iro  { background: var(--rose-l); }
.iam  { background: var(--amber-l); }

/* Gradient text */
.gb  { background: linear-gradient(135deg,var(--blue),var(--purple)); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; }
.go  { background: linear-gradient(135deg,var(--orange),var(--yellow)); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; }
.gg  { background: linear-gradient(135deg,var(--green),var(--teal)); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; }

/* ══════════════════════════════════════════════════
   HERO
   ══════════════════════════════════════════════════ */
.hero { min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: center; padding: 130px 5% 70px; background: var(--white); position: relative; overflow: hidden; }
.hbg1 { position: absolute; top: -100px; right: -60px; width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(circle,rgba(37,99,235,.07) 0%,transparent 70%); pointer-events: none; }
.hbg2 { position: absolute; bottom: -80px; left: -40px; width: 350px; height: 350px; border-radius: 50%; background: radial-gradient(circle,rgba(249,115,22,.06) 0%,transparent 70%); pointer-events: none; }
.hdots{ position: absolute; right: 5%; top: 15%; width: 180px; height: 180px; background-image: radial-gradient(circle,rgba(37,99,235,.18) 1.5px,transparent 1.5px); background-size: 18px 18px; pointer-events: none; }
.hbadge { display: inline-flex; align-items: center; gap: .5rem; background: var(--blue-l); border: 1px solid rgba(37,99,235,.2); color: var(--blue); font-size: .78rem; font-weight: 700; padding: .38rem .95rem; border-radius: 100px; margin-bottom: 1.4rem; }
.ldot { width: 8px; height: 8px; border-radius: 50%; background: var(--blue); animation: blink 2s ease infinite; }
@keyframes blink { 0%,100%{opacity:1}50%{opacity:.3} }
.hero h1 { font-size: clamp(2.2rem,3.8vw,3.4rem); font-weight: 800; margin-bottom: 1.1rem; }
.hero p  { font-size: 1rem; color: var(--text-s); max-width: 480px; margin-bottom: 1.75rem; line-height: 1.75; }
.hacts  { display: flex; gap: .9rem; flex-wrap: wrap; margin-bottom: 2.25rem; }
.hstats { display: flex; gap: 2rem; padding-top: 1.75rem; border-top: 1px solid var(--border); }
.sn { font-size: 1.65rem; font-weight: 800; color: var(--text); }
.su { color: var(--blue); font-size: 1.1rem; }
.sl { font-size: .75rem; color: var(--text-xs); margin-top: .1rem; }

/* Dashboard card */
.dash-card { background: var(--white); border-radius: 18px; box-shadow: var(--sh-lg); border: 1px solid var(--border); overflow: hidden; }
.dash-top  { background: linear-gradient(135deg,var(--blue),#3B82F6); padding: 1.1rem 1.4rem; display: flex; align-items: center; justify-content: space-between; }
.dash-tt   { font-weight: 800; color: #fff; font-size: .9rem; }
.lbadge    { background: rgba(255,255,255,.2); color: #fff; font-size: .68rem; font-weight: 700; padding: .22rem .65rem; border-radius: 100px; display: flex; align-items: center; gap: .35rem; }
.lbadge::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: #4ADE80; animation: blink 1.5s ease infinite; }
.dash-body { padding: 1.1rem; }
.dash-mg   { display: grid; grid-template-columns: 1fr 1fr; gap: .65rem; margin-bottom: .9rem; }
.dm   { background: var(--bg); border: 1px solid var(--border); border-radius: 9px; padding: .85rem; transition: border-color .2s; }
.dm:hover { border-color: var(--blue); }
.di { font-size: 1.25rem; margin-bottom: .4rem; }
.dl { font-size: .7rem; font-weight: 700; color: var(--text); }
.dv { font-size: .65rem; color: var(--text-s); margin-top: .1rem; }
.dash-ms   { display: flex; flex-direction: column; gap: .45rem; }
.dmr  { display: flex; justify-content: space-between; align-items: center; padding: .55rem .8rem; background: var(--bg); border-radius: 7px; border: 1px solid var(--border); }
.dml  { font-size: .74rem; color: var(--text-s); }
.dmv  { font-size: .8rem; font-weight: 700; color: var(--green); }

/* ══════════════════════════════════════════════════
   TRUST BAR
   ══════════════════════════════════════════════════ */
.trust-bar  { background: var(--blue); padding: 20px 5%; display: flex; align-items: center; gap: 1.75rem; flex-wrap: wrap; }
.tlbl  { font-size: .72rem; font-weight: 700; color: rgba(255,255,255,.55); text-transform: uppercase; letter-spacing: .08em; white-space: nowrap; }
.titems{ display: flex; gap: 1.5rem; flex-wrap: wrap; align-items: center; flex: 1; justify-content: center; }
.tit   { font-size: .78rem; font-weight: 700; color: rgba(255,255,255,.5); letter-spacing: .04em; text-transform: uppercase; }

/* ══════════════════════════════════════════════════
   PAIN POINTS
   ══════════════════════════════════════════════════ */
.pgrid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--border); border-radius: var(--r); overflow: hidden; border: 1px solid var(--border); }
.pc    { background: var(--white); padding: 1.75rem 1.5rem; transition: background .2s; }
.pc:hover { background: #FAFBFF; }
.pc::before { content: '\201C'; font-size: 3.5rem; color: var(--blue); opacity: .1; line-height: 1; display: block; margin-bottom: .4rem; }
.pc p  { font-size: .88rem; color: var(--text-m); line-height: 1.7; font-style: italic; }
.chip  { display: inline-flex; align-items: center; font-size: .72rem; font-weight: 700; padding: .28rem .7rem; border-radius: 100px; margin-top: .9rem; }
.cb    { background: var(--blue-l);   color: var(--blue); }
.co    { background: var(--orange-l); color: var(--orange-d); }
.cg    { background: var(--green-l);  color: var(--green); }
.cp    { background: var(--purple-l); color: var(--purple); }
.ct    { background: var(--teal-l);   color: var(--teal); }
.cr    { background: var(--rose-l);   color: var(--rose); }
.ca    { background: var(--amber-l);  color: var(--amber); }

/* ══════════════════════════════════════════════════
   MODULE CARDS
   ══════════════════════════════════════════════════ */
.mgrid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.1rem; }
.mc    { background: var(--white); border: 1.5px solid var(--border); border-radius: var(--r); padding: 1.75rem; transition: all .25s; position: relative; overflow: hidden; }
.mc::after { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; opacity: 0; transition: opacity .25s; }
.mc.mbl::after { background: linear-gradient(90deg,var(--blue),#60A5FA); }
.mc.mor::after { background: linear-gradient(90deg,var(--orange),var(--yellow)); }
.mc.mgr::after { background: linear-gradient(90deg,var(--green),#34D399); }
.mc.mpu::after { background: linear-gradient(90deg,var(--purple),#A78BFA); }
.mc.mte::after { background: linear-gradient(90deg,var(--teal),#22D3EE); }
.mc.mro::after { background: linear-gradient(90deg,var(--rose),#FB7185); }
.mc.mam::after { background: linear-gradient(90deg,var(--amber),var(--yellow)); }
.mc:hover { border-color: var(--blue); transform: translateY(-4px); box-shadow: var(--sh-lg); }
.mc:hover::after { opacity: 1; }
.mci { width: 48px; height: 48px; border-radius: 11px; display: flex; align-items: center; justify-content: center; margin-bottom: 1.1rem; }
.mci svg { flex-shrink: 0; }
.mc h3 { font-size: 1rem; font-weight: 800; margin-bottom: .5rem; }
.mc p  { font-size: .83rem; color: var(--text-s); line-height: 1.68; margin-bottom: 0; }

/* ══════════════════════════════════════════════════
   HOMEPAGE 8-INDUSTRY OVERVIEW GRID
   ══════════════════════════════════════════════════ */
.ind-overview { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.1rem; }
.ind-ov-card  { background: var(--white); border: 1.5px solid var(--border); border-radius: var(--r); padding: 1.5rem; display: flex; flex-direction: column; align-items: flex-start; gap: .65rem; transition: all .25s; text-decoration: none; color: inherit; }
.ind-ov-card:hover { transform: translateY(-4px); box-shadow: var(--sh-lg); color: inherit; }
.ind-ov-icon  { width: 52px; height: 52px; border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ind-ov-name  { font-size: .95rem; font-weight: 800; color: var(--text); }
.ind-ov-desc  { font-size: .8rem; color: var(--text-s); line-height: 1.6; flex: 1; }
.ind-ov-link  { font-size: .8rem; font-weight: 700; color: var(--blue); display: flex; align-items: center; gap: .25rem; margin-top: auto; }

/* Industry accent borders */
.ind-ov-card.ind-mfg:hover  { border-color: var(--blue); }
.ind-ov-card.ind-dst:hover  { border-color: var(--orange); }
.ind-ov-card.ind-ret:hover  { border-color: var(--green); }
.ind-ov-card.ind-hos:hover  { border-color: var(--purple); }
.ind-ov-card.ind-pro:hover  { border-color: var(--blue-d); }
.ind-ov-card.ind-nfp:hover  { border-color: var(--teal); }
.ind-ov-card.ind-age:hover  { border-color: var(--rose); }
.ind-ov-card.ind-con:hover  { border-color: var(--amber); }

/* ══════════════════════════════════════════════════
   INDUSTRIES HUB PAGE
   ══════════════════════════════════════════════════ */
.hub-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.4rem; }
.hub-card { background: var(--white); border: 1.5px solid var(--border); border-radius: var(--r-xl); padding: 2rem; display: flex; flex-direction: column; gap: 1rem; transition: all .25s; text-decoration: none; color: inherit; position: relative; overflow: hidden; }
.hub-card::after { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 5px; border-radius: var(--r-xl) var(--r-xl) 0 0; }
.hub-card.ind-mfg::after { background: linear-gradient(90deg,var(--blue),#60A5FA); }
.hub-card.ind-dst::after { background: linear-gradient(90deg,var(--orange),var(--yellow)); }
.hub-card.ind-ret::after { background: linear-gradient(90deg,var(--green),#34D399); }
.hub-card.ind-hos::after { background: linear-gradient(90deg,var(--purple),#A78BFA); }
.hub-card.ind-pro::after { background: linear-gradient(90deg,var(--blue-d),var(--blue)); }
.hub-card.ind-nfp::after { background: linear-gradient(90deg,var(--teal),#22D3EE); }
.hub-card.ind-age::after { background: linear-gradient(90deg,var(--rose),#FB7185); }
.hub-card.ind-con::after { background: linear-gradient(90deg,var(--amber),var(--yellow)); }
.hub-card:hover { transform: translateY(-5px); box-shadow: var(--sh-lg); color: inherit; }
.hub-icon { width: 60px; height: 60px; border-radius: 14px; display: flex; align-items: center; justify-content: center; }
.hub-card h3 { font-size: 1.05rem; font-weight: 800; margin-bottom: .25rem; }
.hub-card p  { font-size: .84rem; color: var(--text-s); line-height: 1.65; flex: 1; margin-bottom: 0; }
.hub-cta { font-size: .82rem; font-weight: 700; color: var(--blue); display: flex; align-items: center; gap: .3rem; margin-top: auto; }

/* ══════════════════════════════════════════════════
   EXISTING INDUSTRY CARDS (2-col: Mfg / Dst)
   ══════════════════════════════════════════════════ */
.igrid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; }
.ind   { border-radius: var(--r-xl); padding: 2.25rem; transition: all .2s; }
.ind:hover { transform: translateY(-4px); box-shadow: var(--sh-lg); }
.imfg  { background: linear-gradient(145deg,#EFF6FF,#DBEAFE); border: 1.5px solid rgba(37,99,235,.15); }
.idst  { background: linear-gradient(145deg,#FFF7ED,#FED7AA); border: 1.5px solid rgba(249,115,22,.2); }
.iic   { font-size: 2.2rem; margin-bottom: 1.25rem; }
.ind h3 { font-size: 1.4rem; font-weight: 800; margin-bottom: .65rem; }
.imfg h3 { color: var(--blue-d); }
.idst h3 { color: var(--orange-d); }
.ind > p { font-size: .875rem; color: var(--text-m); line-height: 1.7; margin-bottom: 1.4rem; }
.flist   { list-style: none; margin-bottom: 1.75rem; display: flex; flex-direction: column; gap: .5rem; }
.flist li { font-size: .82rem; color: var(--text-m); display: flex; align-items: flex-start; gap: .55rem; line-height: 1.5; }
.fck  { width: 17px; height: 17px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: .6rem; font-weight: 800; color: #fff; flex-shrink: 0; margin-top: 1px; }
.fbl  { background: var(--blue); }
.for  { background: var(--orange); }
.fgr  { background: var(--green); }
.fpu  { background: var(--purple); }
.fte  { background: var(--teal); }
.fro  { background: var(--rose); }
.fam  { background: var(--amber); }
.ilink { display: inline-flex; align-items: center; gap: .45rem; padding: .65rem 1.3rem; border-radius: 8px; font-weight: 700; font-size: .84rem; border: none; cursor: pointer; transition: all .2s; text-decoration: none; }
.imfg .ilink { background: var(--blue); color: #fff; box-shadow: 0 4px 14px rgba(37,99,235,.3); }
.imfg .ilink:hover { background: var(--blue-d); color: #fff; }
.idst .ilink { background: var(--orange); color: #fff; box-shadow: 0 4px 14px rgba(249,115,22,.3); }
.idst .ilink:hover { background: var(--orange-d); color: #fff; }

/* ══════════════════════════════════════════════════
   COMPARISON TABLE
   ══════════════════════════════════════════════════ */
.ctbl { width: 100%; border-collapse: separate; border-spacing: 0; border-radius: var(--r); overflow: hidden; box-shadow: var(--sh); }
.ctbl th { padding: 1rem 1.4rem; text-align: left; font-size: .845rem; font-weight: 800; }
.ctbl th:first-child { background: #F1F5F9; color: var(--text-s); }
.ctbl th:last-child  { background: var(--blue); color: #fff; }
.ctbl td { padding: .85rem 1.4rem; font-size: .845rem; border-bottom: 1px solid var(--border); }
.ctbl tr:last-child td { border-bottom: none; }
.ctbl td:first-child { background: #fff; color: var(--text-s); }
.ctbl td:last-child  { background: var(--blue-l); color: var(--text-m); }
.ctbl td:last-child strong { color: var(--green); font-weight: 700; }

/* ══════════════════════════════════════════════════
   PACKAGES
   ══════════════════════════════════════════════════ */
.pkgrid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.4rem; }
.pkg    { background: #fff; border: 1.5px solid var(--border); border-radius: var(--r-xl); padding: 2rem; position: relative; display: flex; flex-direction: column; transition: all .25s; }
.pkg:hover { transform: translateY(-4px); box-shadow: var(--sh-lg); }
.pkg.fp { border-color: var(--blue); background: linear-gradient(160deg,#fff,var(--blue-l)); box-shadow: 0 8px 32px rgba(37,99,235,.15); }
.ppop   { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg,var(--blue),var(--purple)); color: #fff; font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; padding: .32rem 1rem; border-radius: 100px; white-space: nowrap; box-shadow: 0 4px 12px rgba(37,99,235,.3); }
.pic    { font-size: 1.9rem; margin-bottom: .9rem; }
.pnm    { font-size: 1.2rem; font-weight: 800; margin-bottom: .35rem; }
.pds    { font-size: .845rem; color: var(--text-s); margin-bottom: .9rem; line-height: 1.6; }
.ptl    { display: inline-flex; align-items: center; gap: .35rem; background: var(--orange-l); color: var(--orange-d); font-size: .72rem; font-weight: 700; padding: .28rem .75rem; border-radius: 6px; margin-bottom: 1.4rem; }
.pul    { list-style: none; flex: 1; margin-bottom: 1.6rem; display: flex; flex-direction: column; gap: .58rem; }
.pul li { display: flex; align-items: flex-start; gap: .55rem; font-size: .83rem; color: var(--text-m); }
.pul li::before { content: '✓'; color: var(--green); font-weight: 800; flex-shrink: 0; margin-top: 1px; }
.pcta   { display: block; text-align: center; padding: .8rem; border-radius: 9px; font-weight: 700; font-size: .875rem; cursor: pointer; border: none; font-family: inherit; transition: all .2s; text-decoration: none; }
.fp .pcta { background: var(--blue); color: #fff; box-shadow: 0 4px 14px rgba(37,99,235,.3); }
.fp .pcta:hover { background: var(--blue-d); }
.pkg:not(.fp) .pcta { background: transparent; color: var(--blue); border: 2px solid var(--blue); }
.pkg:not(.fp) .pcta:hover { background: var(--blue); color: #fff; }

/* ══════════════════════════════════════════════════
   PROCESS STEPS
   ══════════════════════════════════════════════════ */
.ptrack { display: grid; grid-template-columns: repeat(4,1fr); position: relative; }
.ptrack::before { content: ''; position: absolute; top: 32px; left: calc(12.5% + 6px); right: calc(12.5% + 6px); height: 2px; background: linear-gradient(90deg,var(--blue),var(--purple),var(--orange),var(--green)); z-index: 0; }
.pstep  { text-align: center; padding: 0 1rem; }
.scc    { width: 64px; height: 64px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 1.05rem; margin: 0 auto 1.4rem; position: relative; z-index: 1; transition: transform .2s; }
.pstep:hover .scc { transform: scale(1.1); }
.s1 { background: linear-gradient(135deg,var(--blue),#60A5FA);   color: #fff; box-shadow: 0 6px 18px rgba(37,99,235,.3); }
.s2 { background: linear-gradient(135deg,var(--purple),#A78BFA); color: #fff; box-shadow: 0 6px 18px rgba(124,58,237,.3); }
.s3 { background: linear-gradient(135deg,var(--orange),var(--yellow)); color: #fff; box-shadow: 0 6px 18px rgba(249,115,22,.3); }
.s4 { background: linear-gradient(135deg,var(--green),#34D399);  color: #fff; box-shadow: 0 6px 18px rgba(5,150,105,.3); }
.pstep h4 { font-size: .95rem; font-weight: 800; margin-bottom: .45rem; }
.pstep p  { font-size: .8rem; color: var(--text-s); line-height: 1.6; margin-bottom: 0; }

/* ══════════════════════════════════════════════════
   WHY US
   ══════════════════════════════════════════════════ */
.wgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.wc    { background: #fff; border: 1.5px solid var(--border); border-radius: var(--r); padding: 1.75rem; display: flex; gap: 1.1rem; align-items: flex-start; transition: all .2s; }
.wc:hover { border-color: var(--blue); box-shadow: var(--sh); }
.wi    { width: 46px; height: 46px; border-radius: 11px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.wc h4 { font-size: .95rem; font-weight: 800; margin-bottom: .35rem; }
.wc p  { font-size: .82rem; color: var(--text-s); line-height: 1.65; margin-bottom: 0; }

/* ══════════════════════════════════════════════════
   TESTIMONIALS
   ══════════════════════════════════════════════════ */
.tgrid  { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.4rem; }
.tcard  { background: #fff; border: 1.5px solid var(--border); border-radius: var(--r); padding: 1.75rem; transition: all .2s; }
.tcard:hover { box-shadow: var(--sh-lg); transform: translateY(-3px); }
.tstars { color: var(--yellow); font-size: .85rem; letter-spacing: .08em; margin-bottom: .9rem; }
.tq     { font-size: .875rem; color: var(--text-m); line-height: 1.75; font-style: italic; margin-bottom: 1.4rem; }
.tau    { display: flex; align-items: center; gap: .7rem; }
.tav    { width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: .82rem; color: #fff; flex-shrink: 0; }
.av1 { background: linear-gradient(135deg,var(--blue),#60A5FA); }
.av2 { background: linear-gradient(135deg,var(--orange),var(--yellow)); }
.av3 { background: linear-gradient(135deg,var(--green),#34D399); }
.tnm { font-weight: 800; font-size: .875rem; }
.trl { font-size: .72rem; color: var(--text-s); margin-top: .08rem; }

/* ══════════════════════════════════════════════════
   GATED CHECKLIST
   ══════════════════════════════════════════════════ */
.cl-sec { padding: 80px 5%; }
.cl-box { background: linear-gradient(135deg,var(--blue),#3B82F6,var(--purple)); border-radius: var(--r-xl); padding: clamp(2rem,4vw,3.5rem); display: grid; grid-template-columns: 1fr auto; gap: 2.5rem; align-items: start; box-shadow: 0 16px 48px rgba(37,99,235,.3); position: relative; overflow: hidden; }
.cl-box::before { content: ''; position: absolute; top: -50px; right: 200px; width: 250px; height: 250px; border-radius: 50%; background: rgba(255,255,255,.05); }
.cl-txt { position: relative; z-index: 1; }
.cl-txt h2 { color: #fff; font-size: clamp(1.5rem,2.5vw,2rem); margin-bottom: .7rem; }
.cl-txt > p { color: rgba(255,255,255,.78); font-size: .92rem; max-width: 440px; margin-bottom: 1.5rem; line-height: 1.7; }
.cl-doc { background: #fff; border-radius: 14px; padding: 1.5rem; text-align: center; min-width: 175px; position: relative; z-index: 1; box-shadow: 0 8px 32px rgba(0,0,0,.15); flex-shrink: 0; }
.cl-doc .dem { font-size: 2.5rem; margin-bottom: .65rem; }
.cl-doc .dtl { font-weight: 800; font-size: .75rem; color: var(--blue); text-transform: uppercase; letter-spacing: .06em; line-height: 1.3; }
.cl-doc .dsb { font-size: .68rem; color: var(--text-s); margin-top: .35rem; }
.cl-doc .dfr { display: inline-block; background: var(--orange-l); color: var(--orange-d); font-size: .65rem; font-weight: 700; padding: .2rem .55rem; border-radius: 4px; margin-top: .55rem; text-transform: uppercase; }
.gform  { background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.25); border-radius: var(--r); padding: 1.5rem; backdrop-filter: blur(8px); }
.gform h3 { color: #fff; font-size: 1rem; font-weight: 800; margin-bottom: .3rem; }
.gform .gnote { font-size: .75rem; color: rgba(255,255,255,.55); margin-bottom: .9rem; }
.gform .fr { margin-bottom: .8rem; }
.gform label { display: block; font-size: .78rem; font-weight: 700; color: rgba(255,255,255,.85); margin-bottom: .35rem; }
.gform input { width: 100%; padding: .72rem 1rem; border: 1.5px solid rgba(255,255,255,.3); border-radius: 8px; background: rgba(255,255,255,.15); color: #fff; font-size: .875rem; font-family: inherit; outline: none; transition: border-color .2s; }
.gform input::placeholder { color: rgba(255,255,255,.5); }
.gform input:focus { border-color: rgba(255,255,255,.7); background: rgba(255,255,255,.2); }
.gsub  { width: 100%; padding: .875rem; background: var(--white); color: var(--blue); border: none; border-radius: 8px; font-family: inherit; font-size: .95rem; font-weight: 800; cursor: pointer; transition: all .2s; display: flex; align-items: center; justify-content: center; gap: .5rem; margin-top: .5rem; }
.gsub:hover { background: #F0F9FF; transform: translateY(-1px); }
.gsub:disabled { opacity: .6; cursor: not-allowed; transform: none; }
.gerr { background: rgba(220,38,38,.2); border: 1px solid rgba(220,38,38,.4); color: #FCA5A5; padding: .75rem 1rem; border-radius: 8px; font-size: .82rem; margin-top: .75rem; display: none; }
.gok  { background: rgba(5,150,105,.2); border: 1px solid rgba(5,150,105,.4); color: #6EE7B7; padding: 1.25rem; border-radius: 8px; font-size: .9rem; text-align: center; display: none; }
.gok strong { display: block; font-size: 1rem; margin-bottom: .4rem; }

/* ══════════════════════════════════════════════════
   FAQ
   ══════════════════════════════════════════════════ */
.flist2  { max-width: 720px; margin: 0 auto; }
.fi   { border: 1.5px solid var(--border); border-radius: var(--r); margin-bottom: .7rem; background: #fff; overflow: hidden; transition: border-color .2s; }
.fi.open { border-color: var(--blue); }
.fq   { width: 100%; text-align: left; padding: 1.1rem 1.4rem; background: none; border: none; cursor: pointer; font-family: inherit; font-size: .9rem; font-weight: 700; color: var(--text); display: flex; justify-content: space-between; align-items: center; gap: 1rem; transition: color .2s; }
.fq:hover { color: var(--blue); }
.fic  { width: 26px; height: 26px; border-radius: 50%; background: var(--blue-l); display: flex; align-items: center; justify-content: center; font-size: .95rem; font-weight: 800; color: var(--blue); flex-shrink: 0; transition: all .3s; }
.fi.open .fic { transform: rotate(45deg); background: var(--blue); color: #fff; }
.fa   { max-height: 0; overflow: hidden; transition: max-height .35s ease, padding .3s; font-size: .9rem; color: var(--text-s); line-height: 1.75; padding: 0 1.4rem; }
.fi.open .fa { max-height: 250px; padding: 0 1.4rem 1.25rem; }

/* ══════════════════════════════════════════════════
   CTA SECTION
   ══════════════════════════════════════════════════ */
.cta-sec { background: linear-gradient(135deg,#1E40AF,var(--blue)); text-align: center; padding: 88px 5%; position: relative; overflow: hidden; }
.cta-sec::before { content: ''; position: absolute; top: -80px; left: -80px; width: 360px; height: 360px; border-radius: 50%; background: rgba(255,255,255,.04); }
.cta-sec::after  { content: ''; position: absolute; bottom: -60px; right: -60px; width: 280px; height: 280px; border-radius: 50%; background: rgba(255,255,255,.04); }
.cta-in { position: relative; z-index: 1; }
.cta-sec h2 { font-size: clamp(1.9rem,3.5vw,2.8rem); color: #fff; margin-bottom: .9rem; }
.cta-sec .sub { color: rgba(255,255,255,.72); font-size: 1rem; max-width: 500px; margin: 0 auto 2.25rem; line-height: 1.7; }
.cacts { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-bottom: 1.75rem; }
.cre   { display: flex; gap: 1.75rem; justify-content: center; flex-wrap: wrap; }
.cre span { font-size: .78rem; color: rgba(255,255,255,.55); display: flex; align-items: center; gap: .35rem; }
.cre span::before { content: '✓'; color: #4ADE80; font-weight: 800; }

/* ══════════════════════════════════════════════════
   CONTACT STRIP
   ══════════════════════════════════════════════════ */
.cstrip { background: var(--text); padding: 1rem 5%; display: flex; align-items: center; justify-content: center; gap: 2.5rem; flex-wrap: wrap; }
.cstrip a { font-size: .85rem; color: rgba(255,255,255,.65); display: flex; align-items: center; gap: .5rem; transition: color .2s; text-decoration: none; }
.cstrip a:hover { color: #fff; }

/* ══════════════════════════════════════════════════
   FOOTER
   ══════════════════════════════════════════════════ */
.site-footer { background: var(--text); padding: 3.5rem 5% 1.75rem; }
.fwrap  { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 2.5rem; margin-bottom: 2.5rem; }
.fbrand .site-logo { color: #fff; font-size: 1.25rem; margin-bottom: .7rem; display: block; }
.fbrand .site-logo .lo { color: #60A5FA; }
.fbrand p { font-size: .82rem; color: rgba(255,255,255,.38); line-height: 1.7; max-width: 270px; margin-bottom: 0; }
.fci  { margin-top: 1rem; display: flex; flex-direction: column; gap: .45rem; }
.fci a { font-size: .78rem; color: rgba(255,255,255,.45); display: flex; align-items: center; gap: .5rem; transition: color .2s; text-decoration: none; }
.fci a:hover { color: #fff; }
.fsoc { display: flex; gap: .65rem; margin-top: 1rem; }
.fsb  { width: 34px; height: 34px; border-radius: 7px; background: rgba(255,255,255,.08); display: flex; align-items: center; justify-content: center; font-size: .78rem; color: rgba(255,255,255,.45); cursor: pointer; transition: all .2s; border: none; font-family: inherit; text-decoration: none; }
.fsb:hover { background: var(--blue); color: #fff; }
.site-footer .widget-title { font-family: 'Plus Jakarta Sans',sans-serif; font-size: .85rem; font-weight: 800; color: #fff; margin-bottom: .9rem; }
.site-footer .widget ul { list-style: none; display: flex; flex-direction: column; gap: .45rem; }
.site-footer .widget ul li a { font-size: .8rem; color: rgba(255,255,255,.38); transition: color .2s; text-decoration: none; display: block; }
.site-footer .widget ul li a:hover { color: #fff; }
.site-footer .widget p { font-size: .8rem; color: rgba(255,255,255,.38); line-height: 1.65; }
.fbot { border-top: 1px solid rgba(255,255,255,.08); padding-top: 1.4rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: .75rem; }
.fcopy { font-size: .76rem; color: rgba(255,255,255,.28); }
.floc  { font-size: .76rem; color: rgba(255,255,255,.32); }

/* ══════════════════════════════════════════════════
   CONTACT PAGE
   ══════════════════════════════════════════════════ */
.cp-wrap { padding: 80px 5%; }
.cp-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 4rem; align-items: start; }
.cf-box  { background: #fff; border: 1.5px solid var(--border); border-radius: var(--r-xl); padding: 2.5rem; box-shadow: var(--sh-lg); }
.cf-box h2 { font-size: 1.5rem; font-weight: 800; margin-bottom: .5rem; }
.cf-intro  { color: var(--text-s); font-size: .9rem; margin-bottom: 1.75rem; }
.cform .fr  { margin-bottom: 1.25rem; }
.cform .f2  { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.cform label { display: block; font-size: .82rem; font-weight: 700; color: var(--text-m); margin-bottom: .45rem; }
.cform label .req { color: var(--red); }
.cform input, .cform select, .cform textarea { width: 100%; padding: .8rem 1rem; border: 1.5px solid var(--border); border-radius: 9px; font-family: inherit; font-size: .875rem; color: var(--text); background: #fff; outline: none; transition: border-color .2s, box-shadow .2s; }
.cform input:focus, .cform select:focus, .cform textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(37,99,235,.1); }
.cform textarea { min-height: 120px; resize: vertical; line-height: 1.6; }
.csub { width: 100%; padding: 1rem; background: var(--blue); color: #fff; border: none; border-radius: 10px; font-family: inherit; font-size: 1rem; font-weight: 700; cursor: pointer; box-shadow: 0 6px 18px rgba(37,99,235,.3); transition: all .2s; margin-top: .5rem; display: flex; align-items: center; justify-content: center; gap: .5rem; }
.csub:hover { background: var(--blue-d); transform: translateY(-2px); }
.cfnote { font-size: .75rem; color: var(--text-xs); text-align: center; margin-top: .75rem; }
.cf-ok  { background: var(--green-l); border: 1.5px solid var(--green-m); color: var(--green); padding: 1.25rem 1.5rem; border-radius: var(--r); font-size: .9rem; display: none; margin-bottom: 1.25rem; }
.cf-ok strong { display: block; font-size: 1rem; margin-bottom: .3rem; }
.cf-err { background: var(--red-l); border: 1.5px solid #FECACA; color: var(--red); padding: .75rem 1rem; border-radius: 8px; font-size: .82rem; margin-top: .75rem; display: none; }
.ci-side { display: flex; flex-direction: column; gap: 1.25rem; }
.ci-card { background: #fff; border: 1.5px solid var(--border); border-radius: var(--r); padding: 1.5rem; display: flex; align-items: flex-start; gap: 1rem; transition: all .2s; }
.ci-card:hover { border-color: var(--blue); box-shadow: var(--sh); }
.ci-ic { width: 46px; height: 46px; border-radius: 11px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ci-card h4 { font-size: .95rem; font-weight: 800; margin-bottom: .25rem; }
.ci-card p, .ci-card a { font-size: .875rem; color: var(--text-s); text-decoration: none; line-height: 1.6; margin-bottom: 0; }
.ci-card a:hover { color: var(--blue); }
.cl-promo { background: linear-gradient(135deg,var(--blue),#3B82F6); border-radius: var(--r); padding: 1.75rem; margin-top: .5rem; }
.cl-promo h4 { color: #fff; font-size: 1rem; font-weight: 800; margin-bottom: .5rem; }
.cl-promo p  { color: rgba(255,255,255,.78); font-size: .85rem; margin-bottom: 1.25rem; }
.cl-promo a  { display: inline-flex; align-items: center; gap: .45rem; background: #fff; color: var(--blue); padding: .7rem 1.4rem; border-radius: 8px; font-weight: 700; font-size: .85rem; text-decoration: none; transition: all .2s; }
.cl-promo a:hover { background: #F0F9FF; transform: translateY(-1px); color: var(--blue); }

/* ══════════════════════════════════════════════════
   PAGE HERO & INNER PAGES
   ══════════════════════════════════════════════════ */
.phero { padding: 110px 5% 56px; background: linear-gradient(135deg,var(--blue-l),#fff); border-bottom: 1px solid var(--border); position: relative; overflow: hidden; }
.phero::after { content: ''; position: absolute; right: -60px; top: -60px; width: 350px; height: 350px; border-radius: 50%; background: radial-gradient(circle,rgba(37,99,235,.08) 0%,transparent 70%); }
.phero h1 { font-size: clamp(1.9rem,3.5vw,2.8rem); font-weight: 800; margin-bottom: .75rem; position: relative; z-index: 1; }
.phero .intro { font-size: 1rem; color: var(--text-s); max-width: 560px; position: relative; z-index: 1; margin-bottom: 0; }
.phero .plbl  { position: relative; z-index: 1; }
.pcontent { padding: 64px 5%; }
.pnarrow  { max-width: 820px; }
.pcontent h2 { font-size: 1.6rem; font-weight: 800; margin: 2rem 0 .75rem; }
.pcontent h3 { font-size: 1.25rem; font-weight: 800; margin: 1.5rem 0 .6rem; }
.pcontent p  { color: var(--text-m); line-height: 1.8; font-size: .95rem; }
.pcontent ul { padding-left: 1.5rem; margin-bottom: 1rem; list-style: disc; }
.pcontent ul li { color: var(--text-m); line-height: 1.8; margin-bottom: .4rem; font-size: .95rem; }

/* Industry page hero variants */
.phero-green  { background: linear-gradient(135deg,var(--green-l),#fff); }
.phero-purple { background: linear-gradient(135deg,var(--purple-l),#fff); }
.phero-teal   { background: linear-gradient(135deg,var(--teal-l),#fff); }
.phero-rose   { background: linear-gradient(135deg,var(--rose-l),#fff); }
.phero-amber  { background: linear-gradient(135deg,var(--amber-l),#fff); }
.phero-navy   { background: linear-gradient(135deg,#EEF2FF,#fff); }

/* ══════════════════════════════════════════════════
   ABOUT PAGE
   ══════════════════════════════════════════════════ */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.about-img  { background: linear-gradient(135deg,var(--blue-l),var(--purple-l)); border-radius: var(--r-xl); aspect-ratio: 4/3; display: flex; align-items: center; justify-content: center; border: 1.5px solid var(--border); overflow: hidden; }
.about-img img { width: 100%; height: 100%; object-fit: cover; border-radius: var(--r-xl); }
.cred-grid  { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.cred-card  { background: #fff; border: 1.5px solid var(--border); border-radius: var(--r); padding: 1.4rem; text-align: center; transition: all .2s; }
.cred-card:hover { border-color: var(--blue); box-shadow: var(--sh); transform: translateY(-2px); }
.cred-ic { font-size: 1.75rem; margin-bottom: .65rem; }
.cred-card h4 { font-size: .85rem; font-weight: 800; margin-bottom: .25rem; }
.cred-card p  { font-size: .75rem; color: var(--text-s); margin-bottom: 0; }
.val-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.1rem; }
.val-c    { background: #fff; border: 1.5px solid var(--border); border-radius: var(--r); padding: 1.6rem; transition: all .2s; }
.val-c:hover { border-color: var(--blue); box-shadow: var(--sh); transform: translateY(-3px); }
.val-ic { margin-bottom: .8rem; }
.val-c h4 { font-size: .92rem; font-weight: 800; margin-bottom: .4rem; }
.val-c p  { font-size: .8rem; color: var(--text-s); line-height: 1.65; margin-bottom: 0; }

/* ══════════════════════════════════════════════════
   BEFORE / AFTER GRID
   ══════════════════════════════════════════════════ */
.ba-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.ba-card { border-radius: var(--r); padding: 1.5rem; }
.ba-bad  { background: var(--red-l); border: 1.5px solid #FECACA; }
.ba-good { background: var(--green-l); border: 1.5px solid var(--green-m); }
.ba-card h4 { font-size: .88rem; font-weight: 800; margin-bottom: 1rem; }
.ba-bad h4  { color: var(--red); }
.ba-good h4 { color: var(--green); }
.ba-ul { list-style: none; display: flex; flex-direction: column; gap: .6rem; }
.ba-ul li { font-size: .82rem; color: var(--text-m); display: flex; align-items: flex-start; gap: .5rem; line-height: 1.5; }
.ba-bad  .ba-ul li::before { content: '✗'; color: var(--red);   font-weight: 800; flex-shrink: 0; }
.ba-good .ba-ul li::before { content: '✓'; color: var(--green); font-weight: 800; flex-shrink: 0; }

/* Case study card */
.cs-card { background: #fff; border: 1.5px solid var(--border); border-radius: var(--r-xl); padding: 2.25rem; margin-top: 1.5rem; }
.cs-results { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; margin-top: 1.5rem; }
.cs-ri { border-radius: var(--r); padding: 1rem; text-align: center; }
.cs-good { background: var(--green-l); border: 1px solid var(--green-m); }
.cs-orange { background: var(--orange-l); border: 1px solid var(--orange-m); }
.cs-blue  { background: var(--blue-l); border: 1px solid var(--blue-m); }
.cs-n { font-size: 1.5rem; font-weight: 800; }
.cs-good .cs-n { color: var(--green); }
.cs-orange .cs-n { color: var(--orange-d); }
.cs-blue .cs-n { color: var(--blue); }
.cs-l { font-size: .72rem; color: var(--text-s); margin-top: .25rem; }

/* Pain points 3-col grid (industry pages) */
.p3grid { display: grid; grid-template-columns: repeat(3,1fr); gap: .9rem; }
.p3c    { background: #fff; border: 1.5px solid var(--border); border-radius: var(--r); padding: 1.4rem; display: flex; align-items: flex-start; gap: .75rem; transition: all .2s; }
.p3c:hover { box-shadow: var(--sh); transform: translateY(-2px); }
.p3c svg { flex-shrink: 0; margin-top: 2px; }
.p3c p   { font-size: .84rem; color: var(--text-m); line-height: 1.6; font-style: italic; margin-bottom: 0; }

/* ══════════════════════════════════════════════════
   ANIMATIONS
   ══════════════════════════════════════════════════ */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ══════════════════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════════════════ */
@media (max-width: 1200px) {
  .hub-grid { grid-template-columns: repeat(3,1fr); }
  .ind-overview { grid-template-columns: repeat(4,1fr); }
}
@media (max-width: 1024px) {
  .hero { grid-template-columns: 1fr; padding-bottom: 60px; }
  .pkgrid { grid-template-columns: 1fr 1fr; }
  .fwrap  { grid-template-columns: 1fr 1fr; }
  .ptrack { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
  .ptrack::before { display: none; }
  .mgrid  { grid-template-columns: 1fr 1fr; }
  .cp-grid { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; }
  .hub-grid { grid-template-columns: repeat(2,1fr); }
  .ind-overview { grid-template-columns: repeat(2,1fr); }
  .ba-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .nav-wrap { display: none; }
  .hamburger { display: flex; }
  .sec    { padding: 60px 5%; }
  .pgrid,.mgrid,.igrid,.pkgrid,.tgrid,.wgrid,.cred-grid,.val-grid { grid-template-columns: 1fr; }
  .cl-box { grid-template-columns: 1fr; }
  .cl-doc { display: flex; align-items: center; gap: 1.25rem; text-align: left; min-width: unset; padding: 1.1rem; }
  .fwrap  { grid-template-columns: 1fr; }
  .fbot   { flex-direction: column; align-items: flex-start; }
  .ptrack { grid-template-columns: 1fr; }
  .cacts  { flex-direction: column; align-items: center; }
  .cstrip { gap: 1rem; }
  .ctbl   { display: block; overflow-x: auto; }
  .hstats { gap: 1.5rem; }
  .cform .f2 { grid-template-columns: 1fr; }
  .hub-grid { grid-template-columns: 1fr; }
  .ind-overview { grid-template-columns: repeat(2,1fr); }
  .p3grid { grid-template-columns: 1fr; }
  .cs-results { grid-template-columns: 1fr; }
  .ba-grid { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .hacts  { flex-direction: column; }
  .cre    { gap: 1rem; }
  .ind-overview { grid-template-columns: 1fr; }
}
