/*
Theme Name: SemperLinc
Theme URI: https://semperlinc.com
Author: SemperLinc LLC
Author URI: https://semperlinc.com
Description: Official SemperLinc website theme - Cybersecurity, IT Leadership, AI Readiness
Version: 1.0
License: Private
Text Domain: semperlinc
*/

/* ===== RESET AND BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --navy: #0B1B35; --navy2: #0E2040; --blue: #2B78E4; --blue2: #1C5FBF;
  --blue-lt: #5B9CF5; --teal: #00A878; --orchid: #7C3AED;
  --sky: #0EA5E9; --red: #DC2626; --gold: #D97706;
  --slate: #5A6A84; --off: #F5F6FA; --off2: #E8ECF4;
  --bdr: rgba(11,27,53,0.10); --ink: #0D1829;
}
html { scroll-behavior: smooth; }
body { font-family: 'Barlow', sans-serif; color: var(--ink); background: #fff; overflow-x: hidden; font-size: 15px; line-height: 1.6; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; }
strong { font-weight: 700; }

/* ===== NAV ===== */
#sl-nav { position: sticky; top: 0; z-index: 999; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--bdr); }
.nav-inner { max-width: 1200px; margin: 0 auto; padding: 0 32px; height: 60px; display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.sl-logo { font-family: 'Barlow Condensed', sans-serif; font-size: 20px; font-weight: 900; letter-spacing: .07em; color: var(--navy); display: flex; align-items: center; gap: 8px; }
.sl-logo span { color: var(--blue); }
.logo-sq { width: 28px; height: 28px; background: var(--navy); border-radius: 5px; display: flex; align-items: center; justify-content: center; }
.logo-sq-in { width: 11px; height: 11px; border: 2.5px solid var(--blue-lt); border-radius: 2px; }
.nav-links { display: flex; align-items: center; gap: 4px; flex-wrap: wrap; }
.nav-links .nl { font-size: 12px; font-weight: 500; color: var(--slate); padding: 5px 10px; border-radius: 5px; transition: all .15s; }
.nav-links .nl:hover { color: var(--navy); background: var(--off); }
.nav-cta { background: var(--navy); color: #fff !important; padding: 8px 16px; border-radius: 6px; font-size: 12px; font-weight: 600; letter-spacing: .03em; transition: background .15s; }
.nav-cta:hover { background: var(--blue) !important; }
.nav-toggle { display: none; background: none; border: none; font-size: 22px; cursor: pointer; padding: 4px 8px; color: var(--navy); }

/* ===== CONTAINER ===== */
.container { max-width: 1100px; margin: 0 auto; padding: 0 32px; }
.section-pad { padding: 72px 0; }
.section-pad.bg-off { background: var(--off); }
.section-pad.bg-navy { background: var(--navy); }

/* ===== TYPOGRAPHY ===== */
.eyebrow { font-family: 'Barlow Condensed', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--blue); display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.eyebrow::before { content: ''; width: 20px; height: 2px; background: var(--blue); display: block; flex-shrink: 0; }
.eyebrow.teal { color: var(--teal); }.eyebrow.teal::before { background: var(--teal); }
.eyebrow.orchid { color: var(--orchid); }.eyebrow.orchid::before { background: var(--orchid); }
.eyebrow.sky { color: var(--sky); }.eyebrow.sky::before { background: var(--sky); }
.eyebrow.red { color: var(--red); }.eyebrow.red::before { background: var(--red); }
.eyebrow.white { color: rgba(255,255,255,.4); }.eyebrow.white::before { background: rgba(255,255,255,.2); }
h1, h2, h3 { font-family: 'Barlow Condensed', sans-serif; font-weight: 900; letter-spacing: .02em; text-transform: uppercase; line-height: .95; }
h1 { font-size: clamp(36px,5.5vw,72px); color: var(--navy); margin-bottom: 1rem; }
h2 { font-size: clamp(24px,3.5vw,46px); color: var(--navy); margin-bottom: 1rem; }
h3 { font-size: 18px; color: var(--navy); margin-bottom: .4rem; }
h4 { font-family: 'Barlow Condensed', sans-serif; font-size: 14px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--navy); margin-bottom: 4px; }
h1 span, h2 span { color: var(--blue); }
h1.white, h2.white { color: #fff; }
.blue-lt { color: var(--blue-lt); }
.teal { color: var(--teal); }.orchid { color: var(--orchid); }.sky { color: var(--sky); }.red { color: var(--red); }.green { color: #4ADE80; }.orchid-muted { color: var(--orchid); opacity: .75; }
.white { color: #fff; }.white-muted { color: rgba(255,255,255,.55); }.white-muted strong { color: #fff; }
p { color: var(--slate); line-height: 1.8; }
.body-lg { font-size: 15px; color: var(--slate); line-height: 1.8; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }

/* ===== BUTTONS ===== */
.btn-dark, .btn-outline, .btn-white, .btn-ghost, .btn-orchid { display: inline-flex; align-items: center; padding: 11px 22px; border-radius: 6px; font-family: 'Barlow', sans-serif; font-weight: 600; font-size: 13px; transition: all .15s; cursor: pointer; border: none; letter-spacing: .02em; }
.btn-dark { background: var(--navy); color: #fff; }.btn-dark:hover { background: var(--blue); color: #fff; }
.btn-outline { background: transparent; color: var(--navy); border: 1.5px solid var(--bdr); }.btn-outline:hover { border-color: var(--navy); color: var(--navy); }
.btn-white { background: #fff; color: var(--navy); font-weight: 700; }.btn-white:hover { transform: translateY(-2px); }
.btn-ghost { background: transparent; color: rgba(255,255,255,.7); border: 1.5px solid rgba(255,255,255,.2); }.btn-ghost:hover { border-color: rgba(255,255,255,.5); color: #fff; }
.btn-orchid { background: transparent; color: var(--orchid); border: 1.5px solid rgba(124,58,237,.25); }.btn-orchid:hover { background: #F0EBFF; }
.orchid-btn { background: var(--orchid) !important; color: #fff !important; }.orchid-btn:hover { background: #6D28D9 !important; }
.cta-row { display: flex; gap: 1rem; flex-wrap: wrap; align-items: center; }
.sm-btn { padding: 7px 14px !important; font-size: 11px !important; }

/* ===== HERO ===== */
.hero { padding: 90px 0 80px; background: #fff; position: relative; overflow: hidden; }
.hero-grid { position: absolute; inset: 0; background-image: linear-gradient(var(--bdr) 1px,transparent 1px), linear-gradient(90deg,var(--bdr) 1px,transparent 1px); background-size: 52px 52px; opacity: .4; pointer-events: none; }
.hero-inner { max-width: 1100px; margin: 0 auto; padding: 0 32px; position: relative; }
.pre-label { font-family: 'Barlow Condensed', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--blue); margin-bottom: 1.5rem; display: flex; align-items: center; gap: 10px; }
.pre-label::before { content: ''; width: 20px; height: 2px; background: var(--blue); }
.hero h1 { max-width: 780px; }
.hero .stroke { color: transparent; -webkit-text-stroke: 2px var(--blue); }
.hero-sub { font-size: 16px; color: var(--slate); max-width: 520px; line-height: 1.8; margin-bottom: 2rem; }
.hero-sub strong { color: var(--navy); }
.hero-trust { display: flex; gap: 2rem; flex-wrap: wrap; padding-top: 2rem; border-top: 1px solid var(--bdr); margin-top: 2rem; }
.trust-item { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--slate); }
.trust-item strong { color: var(--navy); }
.tdot { width: 5px; height: 5px; border-radius: 50%; background: var(--blue); flex-shrink: 0; }

/* ===== STATS STRIP ===== */
.stats-strip { background: var(--navy); display: grid; grid-template-columns: repeat(4,1fr); }
.stat-block { padding: 28px 32px; border-right: 1px solid rgba(255,255,255,.07); }
.stat-block:last-child { border-right: none; }
.stat-val { font-family: 'Bebas Neue', sans-serif; font-size: 40px; color: #fff; line-height: 1; display: flex; align-items: baseline; gap: 4px; }
.stat-val em { font-size: 16px; color: var(--blue-lt); font-style: normal; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; }
.stat-label { font-size: 10px; color: rgba(255,255,255,.35); letter-spacing: .04em; text-transform: uppercase; margin-top: 4px; }

/* ===== PROBLEM SECTION ===== */
.problem-list { margin-top: 1.5rem; }
.prob-item { background: #fff; border: 1px solid var(--bdr); border-radius: 10px; padding: 1.25rem 1.5rem; display: flex; gap: 1rem; align-items: flex-start; margin-bottom: .875rem; transition: border-color .2s; }
.prob-item:hover { border-color: rgba(43,120,228,.2); }
.prob-num { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: var(--off2); line-height: 1; flex-shrink: 0; min-width: 30px; }

/* ===== COST CARD ===== */
.cost-card { background: #fff; border: 1.5px solid var(--bdr); border-radius: 12px; padding: 2rem; }
.cost-title { font-family: 'Barlow Condensed', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--slate); margin-bottom: 1.25rem; }
.cost-row { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.cost-label { font-size: 13px; color: var(--slate); min-width: 120px; }
.cost-label.hl { color: var(--teal); font-weight: 600; }
.cost-bar { flex: 1; height: 10px; background: var(--off); border-radius: 5px; overflow: hidden; }
.bar-fill { height: 100%; border-radius: 5px; }
.bar-fill.red { background: var(--red); }.bar-fill.orange { background: #F97316; }.bar-fill.teal { background: var(--teal); }
.cost-amount { font-size: 13px; font-weight: 600; color: var(--ink); min-width: 50px; text-align: right; }
.cost-amount.hl { color: var(--teal); }
.savings-badge { display: inline-flex; align-items: center; gap: 6px; background: #E5F7F2; border: 1px solid rgba(0,168,120,.2); color: var(--teal); font-size: 12px; font-weight: 600; padding: 5px 12px; border-radius: 6px; margin-top: 1rem; }
.divider { height: 1px; background: var(--bdr); margin: 1.25rem 0; }
.inc-row { display: flex; justify-content: space-between; padding: 4px 0; font-size: 13px; color: var(--slate); }
.inc-yes { color: var(--teal); font-weight: 600; font-size: 12px; }

/* ===== SERVICES GRID ===== */
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; margin-top: 2.5rem; }
.svc-card { background: var(--off); border: 1px solid var(--bdr); border-radius: 10px; padding: 1.75rem; display: block; transition: all .2s; position: relative; overflow: hidden; }
.svc-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: var(--blue); transform: scaleX(0); transform-origin: left; transition: transform .3s; }
.svc-card:hover { border-color: rgba(43,120,228,.25); transform: translateY(-3px); box-shadow: 0 8px 24px rgba(43,120,228,.07); }
.svc-card:hover::before { transform: scaleX(1); }
.svc-num { font-family: 'Bebas Neue', sans-serif; font-size: 40px; color: var(--off2); line-height: 1; margin-bottom: 1rem; }
.svc-more { font-size: 12px; font-weight: 600; color: var(--blue); margin-top: .75rem; }

/* ===== INDUSTRY STRIP ===== */
.industry-strip { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: rgba(255,255,255,.06); border-radius: 10px; overflow: hidden; margin-top: 2.5rem; }
.ind-tile { background: var(--navy); padding: 1.5rem 1.25rem; text-align: center; transition: background .2s; display: block; }
.ind-tile:hover { background: var(--navy2); }
.ind-bar { width: 32px; height: 3px; background: var(--blue); border-radius: 2px; margin: 0 auto .75rem; }
.ind-tile h4 { font-family: 'Barlow Condensed', sans-serif; font-size: 13px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: #fff; margin-bottom: 3px; }
.ind-tile p { font-size: 10px; color: rgba(255,255,255,.3); }

/* ===== TEAM PAIR ===== */
.team-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; margin-top: 2.5rem; }
.team-card { background: var(--off); border: 1px solid var(--bdr); border-radius: 10px; overflow: hidden; display: block; transition: all .2s; }
.team-card:hover { border-color: rgba(43,120,228,.25); transform: translateY(-3px); }
.team-photo { height: 160px; display: flex; align-items: center; justify-content: center; position: relative; }
.team-photo.navy { background: var(--navy); }
.team-photo.purple { background: #2D1A5E; }
.team-ini { font-family: 'Bebas Neue', sans-serif; font-size: 80px; color: rgba(255,255,255,.06); user-select: none; }
.photo-note { position: absolute; bottom: 10px; font-size: 9px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.18); }
.team-body { padding: 1.5rem; }
.team-name { font-family: 'Barlow Condensed', sans-serif; font-size: 22px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; color: var(--navy); margin-bottom: 3px; }
.team-role { font-size: 11px; font-weight: 600; letter-spacing: .03em; margin-bottom: .75rem; }
.team-role.blue { color: var(--blue); }.team-role.orchid { color: var(--orchid); }

/* ===== CTA BAND ===== */
.cta-band { padding: 72px 0; background: var(--navy); position: relative; overflow: hidden; }
.cta-band::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.015) 1px,transparent 1px), linear-gradient(90deg,rgba(255,255,255,.015) 1px,transparent 1px); background-size: 52px 52px; }
.cta-center { text-align: center; position: relative; }
.cta-center h2 { color: #fff; }
.cta-center h2 span { color: var(--blue-lt); }
.cta-center p { color: rgba(255,255,255,.45); max-width: 380px; margin: 0 auto 1.75rem; font-size: 14px; line-height: 1.8; }
.cta-center .cta-row { justify-content: center; }
.live-line { display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 11px; color: rgba(255,255,255,.3); margin-top: 1.25rem; }
.ldot { width: 6px; height: 6px; border-radius: 50%; background: #4ADE80; animation: blink 2s infinite; display: inline-block; flex-shrink: 0; }
@keyframes blink { 0%,100%{opacity:1}50%{opacity:.2} }
.purple-band { background: linear-gradient(135deg,#2D1A5E 0%,var(--navy) 100%); }
.dark-band { background: linear-gradient(135deg,#062030 0%,var(--navy) 100%); }

/* ===== PAGE HERO ===== */
.page-hero { padding: 60px 0 50px; border-bottom: 1px solid var(--bdr); }
.page-hero h1 { max-width: 640px; }
.hero-sub-sm { font-size: 15px; color: var(--slate); max-width: 520px; line-height: 1.8; margin-top: .5rem; }

/* ===== DARK HERO ===== */
.dark-hero { padding: 80px 0 64px; background: var(--navy); position: relative; overflow: hidden; }
.dark-hero::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.013) 1px,transparent 1px), linear-gradient(90deg,rgba(255,255,255,.013) 1px,transparent 1px); background-size: 52px 52px; pointer-events: none; }
.dark-hero .container { position: relative; }
.dark-stats { display: flex; gap: 3rem; flex-wrap: wrap; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,.08); margin-top: 2rem; }
.dark-stat-val { font-family: 'Bebas Neue', sans-serif; font-size: 38px; color: #fff; line-height: 1; }
.dark-stat-val span { color: #4ADE80; }
.dark-stat-val.green span { color: #4ADE80; }
.dark-stat-val.orchid span { color: #C4B5FD; }
.dark-stat-label { font-size: 10px; color: rgba(255,255,255,.3); text-transform: uppercase; letter-spacing: .04em; margin-top: 3px; }
.alert-bar { background: rgba(220,38,38,.14); border: 1px solid rgba(220,38,38,.28); border-radius: 8px; padding: 1.125rem 1.375rem; max-width: 560px; margin-bottom: 2rem; }
.alert-bar h4 { font-family: 'Barlow Condensed', sans-serif; font-size: 13px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: #F87171; margin-bottom: 4px; }
.alert-bar p { font-size: 13px; color: rgba(255,255,255,.45); line-height: 1.65; }

/* ===== SERVICES DETAIL ===== */
.services-detail { padding: 0; }
.svc-row { display: grid; grid-template-columns: 220px 1fr; gap: 3rem; align-items: start; padding: 3rem 32px; border-bottom: 1px solid var(--bdr); max-width: 1100px; margin: 0 auto; }
.svc-left { position: sticky; top: 76px; }
.svc-big-num { font-family: 'Bebas Neue', sans-serif; font-size: 56px; color: var(--off2); line-height: 1; }
.svc-bar { width: 40px; height: 3px; background: var(--blue); border-radius: 2px; margin: .5rem 0 .75rem; }
.svc-right p { font-size: 14px; color: var(--slate); line-height: 1.85; margin-bottom: 1.5rem; }
.bullet-list { list-style: none; display: flex; flex-direction: column; gap: 9px; margin-bottom: 1.5rem; }
.bullet-list li { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; color: var(--slate); line-height: 1.65; }
.bullet-list li::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--blue); flex-shrink: 0; margin-top: 7px; }
.tag-row { display: flex; flex-wrap: wrap; gap: 5px; }
.tag { font-family: 'Barlow Condensed', sans-serif; font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 3px 9px; border-radius: 4px; background: rgba(43,120,228,.07); color: var(--blue); border: 1px solid rgba(43,120,228,.13); }
.tag.teal { background: rgba(0,168,120,.07); color: var(--teal); border-color: rgba(0,168,120,.14); }
.tag.green { background: rgba(74,222,128,.12); color: #4ADE80; border-color: rgba(74,222,128,.2); }
.tag.orchid { background: rgba(124,58,237,.07); color: var(--orchid); border-color: rgba(124,58,237,.14); }

/* ===== DR PAGE ===== */
.dr-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; margin-top: 2.75rem; }
.dr-card { background: var(--off); border: 1px solid var(--bdr); border-radius: 10px; padding: 2rem; transition: all .2s; }
.dr-card:hover { border-color: rgba(0,168,120,.25); transform: translateY(-2px); }
.dr-card.wide { grid-column: span 2; background: var(--navy); border-color: transparent; display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: center; }
.dr-bar { width: 40px; height: 3px; background: var(--teal); border-radius: 2px; margin-bottom: 1rem; }
.dr-bar.green { background: #4ADE80; }
.dark-bullets { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.dark-bullets li { display: flex; gap: 9px; align-items: flex-start; font-size: 13px; color: rgba(255,255,255,.55); line-height: 1.65; }
.dark-bullets li::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: #4ADE80; flex-shrink: 0; margin-top: 6px; }
.timeline { max-width: 700px; margin-top: 2.75rem; }
.tl-item { display: grid; grid-template-columns: 80px 1fr; gap: 2rem; padding: 2rem 0; border-bottom: 1px solid var(--bdr); }
.tl-item:last-child { border-bottom: none; }
.tl-num { font-family: 'Bebas Neue', sans-serif; font-size: 44px; color: rgba(0,168,120,.18); line-height: 1; }
.tl-time { display: inline-block; background: #E5F7F2; color: var(--teal); font-family: 'Barlow Condensed', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 2px 8px; border-radius: 4px; margin-top: .5rem; }

/* ===== BEC PAGE ===== */
.bec-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; margin-top: 2.5rem; }
.bec-card { background: var(--off); border: 1px solid var(--bdr); border-radius: 10px; padding: 1.75rem; transition: all .2s; }
.bec-card:hover { border-color: rgba(220,38,38,.2); transform: translateY(-2px); }
.bec-bar { width: 32px; height: 3px; background: var(--red); border-radius: 2px; margin-bottom: 1rem; }
.step-list { display: flex; flex-direction: column; gap: .875rem; }
.step { display: flex; gap: .875rem; background: #fff; border: 1px solid var(--bdr); border-radius: 8px; padding: 1.125rem 1.375rem; }
.step-num { font-family: 'Bebas Neue', sans-serif; font-size: 28px; color: var(--blue); line-height: 1; flex-shrink: 0; min-width: 24px; }

/* ===== INDUSTRIES ===== */
.industry-cards { display: flex; flex-direction: column; gap: 1rem; }
.ind-card { display: grid; grid-template-columns: 180px 1fr; border: 1px solid var(--bdr); border-radius: 12px; overflow: hidden; transition: all .2s; }
.ind-card:hover { border-color: rgba(43,120,228,.2); box-shadow: 0 4px 20px rgba(43,120,228,.06); }
.ind-side { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 2rem 1.25rem; gap: .875rem; border-right: 1px solid rgba(255,255,255,.07); text-align: center; }
.ind-side h3 { font-family: 'Barlow Condensed', sans-serif; font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #fff; }
.ind-side-bar { width: 28px; height: 3px; border-radius: 2px; background: rgba(255,255,255,.3); }
.ind-side-num { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: rgba(255,255,255,.1); line-height: 1; }
.ind-side.navy { background: var(--navy); }.ind-side.blue { background: var(--blue2); }.ind-side.green-dark { background: #0A3D2E; }.ind-side.purple { background: #2D1A5E; }.ind-side.amber { background: #7C3500; }.ind-side.slate { background: #1A2840; }
.ind-body { padding: 2rem 2.5rem; }
.ind-body > p { font-size: 13px; margin-bottom: 1.375rem; line-height: 1.8; }
.spec-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.spec-item { background: var(--off); border: 1px solid var(--bdr); border-radius: 5px; padding: .625rem .875rem; font-size: 11px; color: var(--slate); display: flex; gap: 7px; align-items: flex-start; }
.spec-item::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--teal); flex-shrink: 0; margin-top: 4px; }

/* ===== HNW ===== */
.hnw-featured { background: var(--navy); border-radius: 12px; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; margin-bottom: 1.25rem; }
.hnw-feat-body { padding: 2.5rem 2.75rem; }
.hnw-feat-list { list-style: none; padding: 2.5rem 2.75rem; background: rgba(255,255,255,.03); border-left: 1px solid rgba(255,255,255,.06); display: flex; flex-direction: column; gap: 10px; }
.hnw-feat-list li { font-size: 13px; color: rgba(255,255,255,.55); display: flex; gap: 10px; align-items: flex-start; line-height: 1.65; }
.hnw-feat-list li::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: #C4B5FD; flex-shrink: 0; margin-top: 6px; }
.hnw-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.hnw-card { background: var(--off); border: 1px solid var(--bdr); border-radius: 10px; padding: 1.75rem; transition: all .2s; }
.hnw-card:hover { border-color: rgba(124,58,237,.25); transform: translateY(-2px); }
.hnw-bar { width: 32px; height: 3px; background: var(--orchid); border-radius: 2px; margin-bottom: 1rem; }
.check-card { background: #fff; border: 1.5px solid var(--bdr); border-radius: 12px; padding: 2rem; }
.check-card h4 { font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--navy); margin-bottom: 1.25rem; }
.check-list { display: flex; flex-direction: column; gap: 1.125rem; }
.check-item { display: flex; gap: 12px; align-items: flex-start; }
.check-icon { width: 20px; height: 20px; border-radius: 50%; background: #E5F7F2; border: 1px solid rgba(0,168,120,.2); display: flex; align-items: center; justify-content: center; color: var(--teal); font-size: 9px; font-weight: 900; flex-shrink: 0; margin-top: 2px; }
.check-item strong { font-weight: 700; color: var(--navy); display: block; margin-bottom: 2px; font-size: 13px; }
.check-item p { font-size: 12px; color: var(--slate); line-height: 1.6; }

/* ===== LINC IQ ===== */
.linc-badge { display: inline-flex; align-items: center; gap: 10px; background: rgba(14,165,233,.12); border: 1px solid rgba(14,165,233,.22); padding: 8px 18px; border-radius: 6px; margin-bottom: 2rem; }
.linc-badge span { font-family: 'Barlow Condensed', sans-serif; font-size: 20px; font-weight: 900; letter-spacing: .1em; color: var(--sky); }
.linc-badge em { font-size: 10px; color: rgba(255,255,255,.35); font-style: normal; }
.liq-list { margin-top: 2.75rem; }
.liq-row { display: grid; grid-template-columns: 56px 1fr; gap: 2rem; padding: 2.5rem 0; border-bottom: 1px solid var(--bdr); align-items: start; }
.liq-row:first-child { padding-top: 0; }
.liq-row:last-child { border-bottom: none; }
.liq-step { font-family: 'Bebas Neue', sans-serif; font-size: 44px; color: rgba(14,165,233,.15); line-height: 1; }
.liq-sub { font-family: 'Barlow Condensed', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--sky); margin-bottom: .875rem; }
.liq-row p { margin-bottom: 1.125rem; font-size: 13px; }
.why-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; margin-top: 2.5rem; }
.why-card { background: #fff; border: 1px solid var(--bdr); border-radius: 10px; padding: 2rem; transition: all .2s; }
.why-card:hover { border-color: rgba(14,165,233,.25); transform: translateY(-2px); }
.why-bar { width: 32px; height: 3px; border-radius: 2px; margin-bottom: 1rem; }
.why-bar.sky { background: var(--sky); }

/* ===== SOCIAL ===== */
.connectwell-badge { display: inline-flex; align-items: center; gap: 10px; background: rgba(124,58,237,.14); border: 1px solid rgba(124,58,237,.28); padding: 8px 18px; border-radius: 6px; margin-bottom: 2rem; }
.connectwell-badge span { font-family: 'Barlow Condensed', sans-serif; font-size: 16px; font-weight: 900; letter-spacing: .08em; color: #9D5CF6; }
.connectwell-badge em { font-size: 10px; color: rgba(255,255,255,.32); font-style: normal; }
.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; margin-top: 2.75rem; }
.price-card { background: var(--off); border: 1px solid var(--bdr); border-radius: 12px; padding: 2rem; position: relative; transition: all .2s; }
.price-card:hover { border-color: rgba(124,58,237,.25); transform: translateY(-2px); }
.price-card.featured { border: 2px solid var(--orchid); background: #F0EBFF; }
.price-popular { position: absolute; top: -11px; left: 50%; transform: translateX(-50%); background: var(--orchid); color: #fff; font-family: 'Barlow Condensed', sans-serif; font-size: 9px; font-weight: 700; letter-spacing: .1em; padding: 3px 12px; border-radius: 4px; white-space: nowrap; }
.price-tier { font-family: 'Barlow Condensed', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--orchid); margin-bottom: .875rem; }
.price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 48px; color: var(--navy); line-height: 1; margin-bottom: .25rem; }
.price-card.featured .price-amount { color: var(--orchid); }
.price-per { font-size: 18px; color: var(--slate); font-family: 'Barlow Condensed', sans-serif; }
.price-features { list-style: none; display: flex; flex-direction: column; gap: 8px; margin: 1.25rem 0; }
.price-features li { font-size: 13px; color: var(--slate); display: flex; gap: 8px; align-items: flex-start; line-height: 1.55; }
.price-features li::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--orchid); flex-shrink: 0; margin-top: 6px; }
.price-cta { display: block; text-align: center; padding: 11px; border-radius: 6px; font-family: 'Barlow Condensed', sans-serif; font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; border: 1.5px solid var(--bdr); color: var(--slate); transition: all .2s; }
.price-cta:hover { border-color: var(--orchid); color: var(--orchid); }
.featured-cta { background: var(--orchid) !important; color: #fff !important; border-color: var(--orchid) !important; }
.social-who { display: flex; flex-direction: column; gap: .875rem; margin-top: 2rem; }
.sw-item { display: flex; gap: 1rem; background: #fff; border: 1px solid var(--bdr); border-radius: 10px; padding: 1.25rem 1.5rem; transition: border-color .2s; }
.sw-item:hover { border-color: rgba(124,58,237,.2); }
.sw-bar { width: 3px; height: 36px; background: var(--orchid); border-radius: 2px; flex-shrink: 0; margin-top: 2px; }
.sw-item h4 { font-size: 14px; margin-bottom: 2px; }
.bridget-ref-card { background: #F0EBFF; border: 1.5px solid rgba(124,58,237,.22); border-radius: 12px; padding: 2.25rem; }
.brc-label { font-family: 'Barlow Condensed', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--orchid); margin-bottom: 1.125rem; }
.brc-name { font-family: 'Barlow Condensed', sans-serif; font-size: 22px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; color: var(--navy); margin-bottom: 2px; }
.brc-role { font-size: 11px; color: var(--orchid); font-weight: 600; letter-spacing: .03em; margin-bottom: 1.125rem; }
.brc-role + p { font-size: 13px; line-height: 1.8; margin-bottom: 1.25rem; }

/* ===== PATRICK ===== */
.bio-hero { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.bio-photo-wrap { height: 320px; border-radius: 12px; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.08); }
.bio-photo-wrap.navy { background: rgba(255,255,255,.04); }
.bio-photo-wrap.purple { background: linear-gradient(135deg,#2D1A5E 0%,#4C2882 100%); }
.bio-ini { font-family: 'Bebas Neue', sans-serif; font-size: 100px; color: rgba(255,255,255,.06); user-select: none; }
.bio-photo-note { position: absolute; bottom: 14px; font-size: 9px; color: rgba(255,255,255,.18); letter-spacing: .08em; text-transform: uppercase; }
.bio-role { font-family: 'Barlow Condensed', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.35); margin-bottom: 1.25rem; }
.mil-badge { display: inline-flex; align-items: center; background: rgba(217,119,6,.1); border: 1px solid rgba(217,119,6,.22); color: var(--gold); font-family: 'Barlow Condensed', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 14px; border-radius: 6px; margin-bottom: 1.25rem; }
.career-timeline { margin-top: 2.75rem; }
.ct-item { display: grid; grid-template-columns: 180px 1fr; gap: 2.25rem; padding: 2.25rem 0; border-bottom: 1px solid var(--bdr); }
.ct-item:first-child { padding-top: 0; }
.ct-item:last-child { border-bottom: none; }
.ct-years { font-family: 'Barlow Condensed', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--blue); }
.ct-org { font-size: 12px; color: var(--slate); font-weight: 500; margin-top: 4px; }
.ct-right p { font-size: 13px; line-height: 1.85; }
.highlight-block { background: var(--off); border: 1px solid var(--bdr); border-radius: 8px; padding: 1rem 1.25rem; margin-top: .875rem; font-size: 13px; color: var(--slate); line-height: 1.75; border-left: 3px solid var(--teal); }
.highlight-block strong { color: var(--navy); font-weight: 700; }
.quote-card { background: #fff; border: 1.5px solid var(--bdr); border-radius: 12px; padding: 2.25rem; }
.quote-mark { font-family: 'Bebas Neue', sans-serif; font-size: 72px; color: rgba(43,120,228,.1); line-height: .8; margin-bottom: .875rem; }
.quote-text { font-size: 18px; color: var(--navy); line-height: 1.6; font-style: italic; margin-bottom: 1.25rem; }
.quote-attr { font-size: 12px; color: var(--blue); font-weight: 600; letter-spacing: .03em; }
.quote-stats { display: grid; grid-template-columns: 1fr 1fr; gap: .875rem; margin-top: 1.375rem; }
.qs { background: var(--off); border: 1px solid var(--bdr); border-radius: 8px; padding: 1rem; }
.qs-val { font-family: 'Barlow Condensed', sans-serif; font-size: 22px; font-weight: 800; color: var(--blue); line-height: 1; margin-bottom: 3px; }
.qs-label { font-size: 11px; color: var(--slate); }

/* ===== BRIDGET ===== */
.bio-header { background: var(--off); border-bottom: 1px solid var(--bdr); padding: 52px 0; }
.bio-header .bio-hero { align-items: start; }
.bio-header h1 { color: var(--navy); }
.bio-header .bio-role { color: rgba(124,58,237,.75); }
.skill-chips { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 1.625rem; }
.skill-chip { font-size: 10px; font-weight: 500; padding: 4px 10px; border-radius: 4px; border: 1px solid var(--bdr); color: var(--slate); }
.pkg-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; margin-top: 2.75rem; }
.pkg-card { background: var(--off); border: 1px solid var(--bdr); border-radius: 12px; padding: 2rem; position: relative; transition: all .2s; }
.pkg-card:hover { border-color: rgba(124,58,237,.25); transform: translateY(-2px); }
.pkg-card.featured-pkg { border: 2px solid var(--orchid); background: #F0EBFF; }
.pkg-popular { position: absolute; top: -11px; left: 50%; transform: translateX(-50%); background: var(--orchid); color: #fff; font-family: 'Barlow Condensed', sans-serif; font-size: 9px; font-weight: 700; letter-spacing: .1em; padding: 3px 12px; border-radius: 4px; white-space: nowrap; }
.pkg-tier { font-family: 'Barlow Condensed', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--orchid); margin-bottom: .875rem; }
.pkg-tier.gold { color: var(--gold); }
.pkg-price { font-family: 'Bebas Neue', sans-serif; font-size: 44px; color: var(--navy); line-height: 1; margin-bottom: .25rem; }
.pkg-card.featured-pkg .pkg-price { color: var(--orchid); }
.pkg-price-sm { font-size: 18px; color: var(--slate); font-family: 'Barlow Condensed', sans-serif; }
.pkg-period { font-size: 11px; color: var(--slate); margin-bottom: 1.375rem; }
.pkg-features { list-style: none; display: flex; flex-direction: column; gap: 8px; margin-bottom: 1.375rem; }
.pkg-features li { font-size: 12px; color: var(--slate); display: flex; gap: 8px; align-items: flex-start; line-height: 1.55; }
.pkg-features li::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--orchid); flex-shrink: 0; margin-top: 6px; }
.pkg-features.dark-pkg li { color: rgba(255,255,255,.55); }
.pkg-features.dark-pkg li::before { background: var(--gold); }
.pkg-cta { display: block; text-align: center; padding: 11px; border-radius: 6px; font-family: 'Barlow Condensed', sans-serif; font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; border: 1.5px solid var(--bdr); color: var(--slate); transition: all .2s; }
.pkg-cta:hover { border-color: var(--orchid); color: var(--orchid); }
.pkg-cta.featured-pkg-cta { background: var(--orchid); color: #fff; border-color: var(--orchid); }
.pkg-cta.gold-cta { background: var(--gold); color: var(--navy); border-color: var(--gold); font-size: 14px; padding: 13px; }
.concierge-card { background: var(--navy); border-radius: 12px; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; margin-top: 1rem; }
.con-left { padding: 2.5rem 2.75rem; }
.con-right { padding: 2.5rem 2.75rem; background: rgba(255,255,255,.03); border-left: 1px solid rgba(255,255,255,.06); }
.con-price { font-family: 'Bebas Neue', sans-serif; font-size: 44px; color: #fff; line-height: 1; margin-bottom: .25rem; }
.con-period { font-size: 11px; color: rgba(255,255,255,.35); margin-bottom: 1.25rem; }
.con-left p { font-size: 13px; color: rgba(255,255,255,.45); line-height: 1.8; margin-top: .875rem; }
.career-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 2.25rem; }
.career-item { background: #fff; border: 1px solid var(--bdr); border-radius: 10px; padding: 1.625rem; transition: border-color .2s; }
.career-item:hover { border-color: rgba(124,58,237,.2); }
.career-year { font-family: 'Barlow Condensed', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--orchid); margin-bottom: 5px; }
.career-item h4 { font-size: 14px; margin-bottom: 4px; }
.career-item p { font-size: 12px; line-height: 1.65; }
.quote-band { padding: 56px 0; }
.orchid-band { background: var(--orchid); }
.quote-center { text-align: center; }
.qb-mark { font-family: 'Bebas Neue', sans-serif; font-size: 80px; color: rgba(255,255,255,.14); line-height: .8; margin-bottom: 1rem; }
.qb-text { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(20px,3vw,32px); font-weight: 700; color: #fff; max-width: 700px; margin: 0 auto 1rem; line-height: 1.15; letter-spacing: .01em; }
.qb-attr { font-size: 13px; color: rgba(255,255,255,.48); }

/* ===== TEAM PAGE ===== */
.leadership-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.leader-card { border: 1px solid var(--bdr); border-radius: 12px; overflow: hidden; }
.leader-photo { height: 200px; display: flex; align-items: center; justify-content: center; position: relative; }
.leader-photo.navy { background: var(--navy); }.leader-photo.purple { background: #2D1A5E; }
.leader-ini { font-family: 'Bebas Neue', sans-serif; font-size: 80px; color: rgba(255,255,255,.06); user-select: none; }
.leader-note { position: absolute; bottom: 12px; font-size: 9px; color: rgba(255,255,255,.18); letter-spacing: .08em; text-transform: uppercase; }
.leader-body { padding: 2.25rem; }
.leader-name { font-family: 'Barlow Condensed', sans-serif; font-size: 28px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; color: var(--navy); margin-bottom: 3px; }
.leader-role { font-family: 'Barlow Condensed', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 1.25rem; }
.leader-role.blue { color: var(--blue); }.leader-role.orchid { color: var(--orchid); }
.leader-body > p { font-size: 13px; margin-bottom: 1.25rem; line-height: 1.8; }
.leader-quote { background: var(--off); border-radius: 8px; border-left: 3px solid var(--blue); padding: 1.25rem; font-size: 13px; color: var(--slate); font-style: italic; line-height: 1.75; margin-bottom: 1.25rem; }
.leader-quote.orchid-quote { border-left-color: var(--orchid); }
.leader-links { display: flex; gap: .875rem; flex-wrap: wrap; align-items: center; }
.contact-link { font-size: 13px; font-weight: 600; }
.contact-link.blue { color: var(--blue); }.contact-link.orchid { color: var(--orchid); }
.eng-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; margin-top: 2rem; }
.eng-card { background: #fff; border: 1px solid var(--bdr); border-radius: 10px; padding: 1.5rem; display: flex; gap: 1rem; align-items: flex-start; }
.eng-avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--navy); display: flex; align-items: center; justify-content: center; font-family: 'Barlow Condensed', sans-serif; font-size: 14px; font-weight: 900; color: var(--blue-lt); flex-shrink: 0; }
.eng-name { font-family: 'Barlow Condensed', sans-serif; font-size: 16px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; color: var(--navy); margin-bottom: 1px; }
.eng-role { font-size: 11px; font-weight: 600; color: var(--blue); margin-bottom: .375rem; letter-spacing: .03em; }
.eng-card p { font-size: 12px; line-height: 1.65; }
.kaseya-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.kaseya-cards { display: flex; flex-direction: column; gap: 1rem; }
.kas-card { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07); border-radius: 10px; padding: 1.5rem; display: flex; gap: 1.125rem; align-items: flex-start; }
.kas-icon { width: 38px; height: 38px; border-radius: 6px; background: rgba(43,120,228,.2); display: flex; align-items: center; justify-content: center; font-family: 'Barlow Condensed', sans-serif; font-size: 14px; font-weight: 900; color: var(--blue-lt); flex-shrink: 0; }
.kas-card h4 { font-size: 14px; color: #fff; margin-bottom: 3px; }
.kas-card p { font-size: 12px; color: rgba(255,255,255,.42); line-height: 1.65; }
.values-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; margin-top: 2.5rem; }
.val-card { background: var(--off); border: 1px solid var(--bdr); border-radius: 10px; padding: 2rem; }
.val-num { font-family: 'Bebas Neue', sans-serif; font-size: 44px; color: var(--off2); line-height: 1; margin-bottom: .875rem; }
.val-card p { font-size: 12px; line-height: 1.7; }

/* ===== CONTACT ===== */
.contact-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 5rem; align-items: start; }
.expect-list { display: flex; flex-direction: column; gap: .875rem; margin-top: 2rem; margin-bottom: 2rem; }
.expect-item { display: flex; gap: 1rem; background: var(--off); border: 1px solid var(--bdr); border-radius: 10px; padding: 1.25rem 1.5rem; }
.expect-num { font-family: 'Bebas Neue', sans-serif; font-size: 30px; color: var(--blue); line-height: 1; flex-shrink: 0; }
.expect-item h4 { margin-bottom: 2px; }
.expect-item p { font-size: 12px; line-height: 1.65; }
.direct-contact { background: var(--off); border: 1px solid var(--bdr); border-radius: 10px; padding: 1.25rem; }
.dc-title { font-family: 'Barlow Condensed', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--navy); margin-bottom: 8px; }
.dc-row { font-size: 13px; color: var(--slate); margin-bottom: 3px; }
.dc-row a { color: var(--blue); font-weight: 500; }.dc-row a.orchid { color: var(--orchid); }
.contact-form-wrap { background: var(--off); border: 1.5px solid var(--bdr); border-radius: 12px; padding: 2.75rem; }
.cf-title { font-family: 'Barlow Condensed', sans-serif; font-size: 24px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; color: var(--navy); margin-bottom: .375rem; }
.cf-sub { font-size: 13px; color: var(--slate); margin-bottom: 1.75rem; }
.sl-form .form-group { margin-bottom: 1rem; }
.sl-form .form-row.two-fields { display: grid; grid-template-columns: 1fr 1fr; gap: .875rem; }
.sl-form label { font-size: 12px; font-weight: 600; color: var(--navy); display: block; margin-bottom: 5px; }
.sl-form input, .sl-form select, .sl-form textarea { width: 100%; padding: 10px 13px; border: 1.5px solid var(--bdr); border-radius: 6px; background: #fff; color: var(--ink); font-family: 'Barlow', sans-serif; font-size: 13px; outline: none; transition: border-color .15s; }
.sl-form input:focus, .sl-form select:focus, .sl-form textarea:focus { border-color: var(--blue); }
.sl-form textarea { resize: vertical; min-height: 80px; }
.form-submit { width: 100%; padding: 13px; border-radius: 6px; background: var(--navy); color: #fff; border: none; font-family: 'Barlow Condensed', sans-serif; font-size: 15px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; transition: background .15s; margin-top: .375rem; }
.form-submit:hover { background: var(--blue); }
.form-note { font-size: 10px; color: var(--slate); text-align: center; margin-top: .625rem; }

/* ===== FOOTER ===== */
#sl-footer { background: #060B18; padding: 56px 0 32px; border-top: 1px solid rgba(255,255,255,.05); }
.footer-inner { max-width: 1100px; margin: 0 auto; padding: 0 32px; }
.footer-grid { display: grid; grid-template-columns: 2.2fr 1fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; }
.footer-logo { font-family: 'Barlow Condensed', sans-serif; font-size: 20px; font-weight: 900; letter-spacing: .07em; color: #fff; display: flex; align-items: center; gap: 9px; margin-bottom: 1rem; }
.footer-logo span { color: var(--blue-lt); }
.fl-sq { width: 24px; height: 24px; background: rgba(91,156,245,.15); border-radius: 4px; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(91,156,245,.25); }
.fl-sq-in { width: 10px; height: 10px; border: 2px solid var(--blue-lt); border-radius: 2px; }
.footer-brand p { font-size: 12px; color: rgba(255,255,255,.25); max-width: 240px; line-height: 1.75; }
.footer-live { display: flex; align-items: center; gap: 7px; font-size: 11px; color: var(--teal); font-weight: 500; margin-top: 1rem; }
.footer-tagline { font-family: 'Barlow Condensed', sans-serif; font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: rgba(255,255,255,.18); margin-top: .625rem; }
.footer-col h5 { font-family: 'Barlow Condensed', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.25); margin-bottom: 1.125rem; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.footer-col ul li a { font-size: 12px; color: rgba(255,255,255,.3); transition: color .15s; }
.footer-col ul li a:hover { color: rgba(255,255,255,.75); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.05); padding-top: 1.375rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: .875rem; }
.footer-bottom p { font-size: 11px; color: rgba(255,255,255,.14); }

/* ===== PURPLE HERO ===== */
.purple-hero { background: linear-gradient(135deg, #1A0D35 0%, var(--navy) 60%); }

/* ===== RESPONSIVE ===== */
@media(max-width:1024px) {
  .two-col, .bio-hero, .svc-row, .ct-item, .dr-card.wide, .hnw-featured, .concierge-card, .kaseya-inner { grid-template-columns: 1fr; }
  .svc-left { position: static; }
  .svc-row { padding: 2.25rem 32px; }
  .pkg-grid, .pricing-grid, .services-grid, .career-grid { grid-template-columns: 1fr 1fr; }
}
@media(max-width:768px) {
  .nav-links { display: none; position: absolute; top: 60px; left: 0; right: 0; background: rgba(255,255,255,.98); padding: 16px; flex-direction: column; border-bottom: 1px solid var(--bdr); }
  #sl-nav.open .nav-links { display: flex; }
  .nav-toggle { display: block; }
  .services-grid, .pkg-grid, .pricing-grid, .dr-grid, .bec-grid, .hnw-grid, .why-grid, .eng-grid, .values-grid, .leadership-pair, .team-pair, .industry-strip, .stats-strip, .career-grid { grid-template-columns: 1fr; }
  .stats-strip { grid-template-columns: 1fr 1fr; }
  .ind-card { grid-template-columns: 1fr; }
  .ind-side { border-right: none; border-bottom: 1px solid rgba(255,255,255,.07); flex-direction: row; justify-content: flex-start; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .svc-row { grid-template-columns: 1fr; }
  .hero { padding: 60px 0 52px; }
  .section-pad { padding: 52px 0; }
  h1 { font-size: clamp(30px,8vw,56px); }
  h2 { font-size: clamp(22px,6vw,36px); }
}
