
:root{
  --bg:#020611;--bg2:#061224;--navy:#07182d;--panel:rgba(7,20,39,.76);--panel2:rgba(10,31,58,.66);
  --line:rgba(85,180,255,.34);--line2:rgba(144,90,255,.25);--blue:#2ca8ff;--blue2:#0b63ff;
  --cyan:#79dcff;--purple:#7a58ff;--green:#9bff2c;--text:#f7fbff;--muted:#a9c2df;--soft:#dcecff;
  --shadow:0 28px 90px rgba(0,0,0,.48);--radius:26px;--max:1180px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}.container{width:min(var(--max),calc(100% - 44px));margin-inline:auto}.site-bg{position:fixed;inset:0;z-index:-10;overflow:hidden;background:radial-gradient(circle at 22% 12%,rgba(27,106,255,.22),transparent 27%),radial-gradient(circle at 88% 18%,rgba(123,88,255,.18),transparent 30%),radial-gradient(circle at 50% 105%,rgba(0,165,255,.12),transparent 26%),linear-gradient(135deg,#01040a 0%,#061325 42%,#020610 100%)}.site-bg:before{content:"";position:absolute;inset:0;opacity:.72;background-image:radial-gradient(circle,rgba(174,221,255,.95) 0 1px,transparent 1.4px),radial-gradient(circle,rgba(79,168,255,.55) 0 1px,transparent 1.2px);background-position:0 0,28px 40px;background-size:150px 150px,210px 210px;animation:starsDrift 90s linear infinite}.site-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(rgba(80,170,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(80,170,255,.035) 1px,transparent 1px);background-size:82px 82px;mask-image:radial-gradient(circle at center,black 0 45%,transparent 82%)}.nebula{position:absolute;border-radius:999px;filter:blur(38px);opacity:.72;animation:nebulaFloat 24s ease-in-out infinite alternate}.nebula.one{width:560px;height:560px;background:rgba(11,90,255,.16);left:-170px;top:12%}.nebula.two{width:680px;height:680px;background:rgba(103,71,255,.15);right:-240px;top:10%;animation-duration:30s}.nebula.three{width:470px;height:470px;background:rgba(0,205,255,.11);left:42%;bottom:-210px;animation-duration:34s}.shooting-star{position:absolute;top:18%;left:-22%;width:210px;height:2px;border-radius:999px;background:linear-gradient(90deg,transparent,#bdeaff,transparent);filter:drop-shadow(0 0 8px #58c4ff);opacity:0;transform:rotate(-18deg);animation:shootStar 18s linear infinite}.shooting-star:nth-child(5){top:36%;animation-delay:5.5s;animation-duration:22s}.shooting-star:nth-child(6){top:57%;animation-delay:11s;animation-duration:26s}.shooting-star:nth-child(7){top:76%;animation-delay:16s;animation-duration:30s}@keyframes shootStar{0%,72%{transform:translateX(0) translateY(0) rotate(-18deg);opacity:0}76%{opacity:.95}100%{transform:translateX(160vw) translateY(42vh) rotate(-18deg);opacity:0}}@keyframes starsDrift{to{background-position:0 900px,28px 1040px}}@keyframes nebulaFloat{to{transform:translate3d(42px,-34px,0) scale(1.06)}}
.site-header{position:sticky;top:0;z-index:80;display:flex;align-items:center;gap:20px;padding:13px min(5vw,70px);background:rgba(2,7,16,.72);backdrop-filter:blur(22px);border-bottom:1px solid rgba(90,176,255,.22)}.brand{display:flex;align-items:center;gap:12px}.brand img{width:134px;height:60px;object-fit:contain;filter:drop-shadow(0 0 18px rgba(44,168,255,.48))}.brand span{display:none}.main-nav{display:flex;align-items:center;gap:8px;margin-left:auto}.main-nav a{padding:10px 14px;border-radius:999px;color:#d7eaff;font-weight:800;font-size:14px}.main-nav a:hover,.main-nav .active{background:rgba(44,168,255,.14);box-shadow:inset 0 0 0 1px rgba(90,184,255,.28);color:#fff}.header-cta,.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:13px 20px;font-weight:900;letter-spacing:-.02em;border:1px solid rgba(121,220,255,.3);transition:.25s}.header-cta,.btn.primary{background:linear-gradient(135deg,#128bff,#7957ff);box-shadow:0 16px 42px rgba(20,137,255,.32);color:#fff}.btn.ghost{background:rgba(255,255,255,.055);color:#eaf6ff}.btn:hover,.header-cta:hover{transform:translateY(-2px);filter:brightness(1.08)}.nav-toggle{display:none;margin-left:auto;background:transparent;border:1px solid var(--line);border-radius:12px;padding:9px}.nav-toggle span{display:block;width:24px;height:2px;background:#fff;margin:5px}.section-pad{padding:92px 0}.section-pad.small{padding:78px 0 60px}.no-top{padding-top:0}.alt{background:linear-gradient(180deg,rgba(9,43,85,.24),rgba(5,12,28,.04));border-block:1px solid rgba(82,170,255,.12)}.eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:12px;letter-spacing:.13em;text-transform:uppercase;color:#9ee1ff;background:rgba(42,143,255,.12);border:1px solid rgba(72,168,255,.28);padding:8px 12px;border-radius:999px;font-weight:900}.eyebrow.green{color:#bcff56;border-color:rgba(166,255,61,.35);background:rgba(124,255,32,.08)}h1,h2,h3{line-height:1.03;margin:0;letter-spacing:-.055em}h1{font-size:clamp(44px,6.5vw,88px);margin-top:20px;text-shadow:0 0 36px rgba(55,168,255,.25)}h2{font-size:clamp(34px,4.1vw,60px)}h3{font-size:24px}.lead,.hero-copy p,.page-hero p,.section-head p,.split-feature p{font-size:clamp(18px,1.5vw,22px);color:var(--muted);max-width:780px}.blue-word{background:linear-gradient(90deg,#fff,#74d5ff,#2579ff);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-grid{display:grid;grid-template-columns:1fr 1.02fr;gap:48px;align-items:center;min-height:calc(100vh - 92px)}.hero-actions{display:flex;gap:13px;flex-wrap:wrap;margin-top:28px}.mini-stats{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.mini-stats div{min-width:126px;padding:15px 16px;border:1px solid var(--line);background:rgba(255,255,255,.045);border-radius:18px}.mini-stats b{display:block;color:#fff;font-size:25px}.mini-stats small{color:var(--muted)}
.glass,.hero-visual,.image-wide,.image-card,.split-feature,.cta-panel,.service-slide,.cards-grid article,.project-grid article,.contact-cards article,.contact-form,details,.trust-strip article,.resource-table,.profile-section,.footer-people,.livechat-panel{border:1px solid var(--line);background:linear-gradient(180deg,rgba(14,35,64,.74),rgba(3,12,25,.72));box-shadow:var(--shadow);border-radius:var(--radius);overflow:hidden}.hero-visual{position:relative;min-height:560px;padding:24px;perspective:1200px;isolation:isolate}.hero-visual:before{content:"";position:absolute;inset:-1px;background:radial-gradient(circle at 50% 20%,rgba(62,184,255,.24),transparent 24%),radial-gradient(circle at 74% 64%,rgba(127,82,255,.16),transparent 30%);z-index:-1}.logo-stage{position:absolute;inset:46px 42px 44px;display:grid;place-items:center;transform-style:preserve-3d;transition:transform .18s ease}.stage-logo{width:min(78%,520px);filter:drop-shadow(0 22px 44px rgba(0,0,0,.65)) drop-shadow(0 0 30px rgba(72,185,255,.38));animation:logoBreathe 8s ease-in-out infinite}.floating-eagle{position:absolute;top:8%;left:50%;width:min(54%,360px);transform:translateX(-50%);filter:drop-shadow(0 0 18px rgba(122,215,255,.28));animation:eagleFloat 16s ease-in-out infinite;opacity:.96;z-index:3}.orbit{position:absolute;width:78%;aspect-ratio:1;border-radius:50%;border:1px solid rgba(88,183,255,.28);transform:rotateX(72deg);animation:orbitSpin 28s linear infinite}.orbit.two{width:61%;animation-duration:36s;border-color:rgba(128,96,255,.24)}.orbit.three{width:44%;animation-duration:44s;animation-direction:reverse}.holo-chip{position:absolute;display:inline-flex;padding:10px 13px;border-radius:16px;color:#dff4ff;background:rgba(6,22,44,.76);border:1px solid rgba(93,184,255,.35);box-shadow:0 10px 34px rgba(0,0,0,.36);font-weight:900;font-size:13px}.chip-a{top:28px;right:34px}.chip-b{bottom:38px;right:44px}.chip-c{bottom:34px;left:34px}.chip-d{top:34px;left:34px}.scan-line{position:absolute;left:0;right:0;top:0;height:2px;background:linear-gradient(90deg,transparent,#65d3ff,transparent);opacity:.7;animation:scan 6s ease-in-out infinite}@keyframes logoBreathe{50%{transform:translateY(-10px) scale(1.015)}}@keyframes eagleFloat{0%,100%{transform:translateX(-50%) translateY(0) rotate(-2deg)}25%{transform:translateX(-44%) translateY(-16px) rotate(2deg)}50%{transform:translateX(-52%) translateY(-6px) rotate(0deg)}75%{transform:translateX(-58%) translateY(-14px) rotate(-2deg)}}@keyframes orbitSpin{to{transform:rotateX(72deg) rotateZ(360deg)}}@keyframes scan{0%,100%{top:8%;opacity:0}45%{opacity:.8}60%{top:88%;opacity:0}}.trust-strip{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-top:-34px;position:relative;z-index:6}.trust-strip article{padding:18px;min-height:108px}.trust-strip strong{display:block;font-size:21px;color:#fff}.trust-strip span{color:var(--muted);font-size:14px}.split-feature{display:grid;grid-template-columns:.72fr 1.28fr;gap:26px;align-items:center;padding:28px}.split-feature img,.image-wide img,.image-card img,.profile-section img{width:100%;display:block;border-radius:calc(var(--radius) - 10px)}.text-link{color:var(--cyan);font-weight:900}.section-head{margin-bottom:30px}.profile-preview-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px}.image-card{display:block;padding:10px;position:relative}.image-card span{position:absolute;left:24px;bottom:24px;background:rgba(3,8,18,.74);border:1px solid var(--line);border-radius:999px;padding:9px 14px;font-weight:900}.cta-panel{display:flex;justify-content:space-between;align-items:center;gap:26px;padding:34px}.page-hero h1{max-width:1040px}.image-wide{padding:10px}.cards-grid,.project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.cards-grid article,.project-grid article{padding:24px}.cards-grid p,.project-grid p{color:var(--muted)}.cards-grid .wide,.project-grid .wide{grid-column:span 3}.carousel{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center}.service-track{display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;padding:12px 4px}.service-track::-webkit-scrollbar{height:9px}.service-track::-webkit-scrollbar-thumb{background:rgba(67,161,255,.45);border-radius:999px}.service-slide{scroll-snap-align:center;min-width:min(360px,82vw);padding:28px}.service-slide span{color:var(--cyan);font-weight:900}.service-slide p{color:var(--muted)}.car-btn{width:48px;height:48px;border-radius:999px;border:1px solid var(--line);background:rgba(255,255,255,.08);color:#fff;font-size:32px;cursor:pointer}.resource-table{padding:24px;display:grid;gap:12px}.resource-row{display:grid;grid-template-columns:1.1fr 1fr;gap:16px;padding:16px;border:1px solid rgba(97,181,255,.16);border-radius:16px;background:rgba(255,255,255,.04)}.resource-row b{color:#fff}.resource-row span{color:var(--cyan);font-weight:900}.accordion{display:grid;gap:14px}details{padding:0}summary{cursor:pointer;padding:22px 24px;font-size:22px;font-weight:900;list-style:none}summary::-webkit-details-marker{display:none}details p{padding:0 24px 24px;margin:0;color:var(--muted);font-size:18px}.profile-section{padding:10px}.profile-section + .profile-section{margin-top:28px}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.contact-cards{display:grid;gap:16px}.contact-cards article{padding:24px}.contact-cards a{display:block;color:#73c8ff;text-decoration:underline;font-weight:800}.contact-cards span{color:#fff}.contact-form{padding:24px;display:grid;gap:12px}.contact-form input,.contact-form select,.contact-form textarea,.livechat-panel input,.livechat-panel select,.livechat-panel textarea{width:100%;background:rgba(255,255,255,.08);border:1px solid rgba(90,174,255,.26);border-radius:14px;padding:14px 16px;color:#fff;font:inherit}.contact-form option,.livechat-panel option{color:#000}.form-note,.fineprint{color:var(--muted);font-size:13px}.site-footer{padding:70px 0 26px;background:rgba(2,7,18,.82);border-top:1px solid var(--line)}.footer-banner-wrap{margin-bottom:34px}.footer-banner{width:100%;display:block;border-radius:18px;border:1px solid var(--line);box-shadow:0 16px 60px rgba(0,0,0,.36)}.footer-people{padding:22px;margin-bottom:28px}.people-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.person-mini{display:grid;grid-template-columns:150px 1fr;gap:16px;align-items:center;background:rgba(255,255,255,.045);border:1px solid rgba(86,177,255,.18);border-radius:18px;padding:12px}.person-mini img{width:150px;height:92px;object-fit:cover;border-radius:14px}.person-mini b{display:block;font-size:20px}.person-mini span{color:var(--muted)}.footer-grid{display:grid;grid-template-columns:1.1fr .7fr 1fr 1fr;gap:30px}.footer-logo{max-width:210px}.site-footer p,.site-footer a{color:var(--muted)}.site-footer a{display:block;margin:8px 0}.footer-partner{border:1px solid rgba(166,255,36,.25);border-radius:20px;padding:18px;background:rgba(120,255,20,.05)}.footer-partner span{color:var(--green);text-transform:uppercase;font-size:12px;letter-spacing:.12em;font-weight:900}.footer-partner img{width:130px;display:block;margin:10px 0}.partner-link{color:#d5ff80!important;font-weight:900}.footer-bottom{display:flex;justify-content:space-between;gap:18px;border-top:1px solid rgba(255,255,255,.1);margin-top:34px;padding-top:20px;color:#8aa6c5}.floating-actions{position:fixed;right:20px;bottom:20px;display:grid;gap:12px;z-index:90}.float-btn{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#168bff,#7b55ff);border:1px solid rgba(146,211,255,.45);box-shadow:0 12px 35px rgba(0,0,0,.42),0 0 24px rgba(55,168,255,.34);font-size:24px;cursor:pointer;color:#fff}.float-btn.whatsapp{background:linear-gradient(135deg,#13c7a8,#24b9ff)}.livechat-panel{position:fixed;right:92px;bottom:22px;z-index:95;width:min(410px,calc(100vw - 32px));padding:20px;display:none}.livechat-panel.open{display:block;animation:panelIn .24s ease}.livechat-head{display:flex;justify-content:space-between;gap:10px;align-items:start;margin-bottom:12px}.livechat-close{background:rgba(255,255,255,.08);border:1px solid var(--line);color:#fff;border-radius:12px;width:34px;height:34px;cursor:pointer}.livechat-panel form{display:grid;gap:10px}.quick-chips{display:flex;gap:8px;flex-wrap:wrap}.quick-chips button{background:rgba(47,151,255,.12);border:1px solid rgba(92,185,255,.26);border-radius:999px;color:#dff4ff;padding:7px 10px;cursor:pointer}.status{font-size:13px;color:var(--cyan);min-height:18px}@keyframes panelIn{from{opacity:0;transform:translateY(16px) scale(.98)}}.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:translateY(0)}@media(max-width:980px){.site-header{padding-inline:20px}.nav-toggle{display:block}.main-nav{position:absolute;left:18px;right:18px;top:86px;display:none;flex-direction:column;background:rgba(2,8,18,.96);border:1px solid var(--line);border-radius:22px;padding:16px}.main-nav.open{display:flex}.header-cta{display:none}.hero-grid,.split-feature,.contact-grid{grid-template-columns:1fr}.hero-grid{min-height:auto}.hero-visual{min-height:480px}.trust-strip,.cards-grid,.project-grid,.footer-grid,.profile-preview-grid,.people-grid{grid-template-columns:1fr}.cards-grid .wide,.project-grid .wide{grid-column:auto}.section-pad{padding:64px 0}.brand img{width:112px}.cta-panel{display:block}.cta-panel .btn{margin-top:18px}.livechat-panel{right:16px;bottom:154px}.resource-row{grid-template-columns:1fr}.person-mini{grid-template-columns:112px 1fr}.person-mini img{width:112px;height:80px}}@media(max-width:640px){.container{width:min(100% - 28px,var(--max))}h1{font-size:42px}.section-pad{padding:48px 0}.hero-actions .btn{width:100%}.footer-bottom{display:block}.image-card span{position:static;display:block;margin:10px}.hero-visual{min-height:400px;padding:10px}.holo-chip{display:none}.stage-logo{width:92%}.floating-eagle{width:62%}.livechat-panel{bottom:150px}.trust-strip{margin-top:10px}.mini-stats div{min-width:100%}}


/* === Cross-browser compatibility + font consistency patch (Chrome / Firefox / Edge) === */
html,body,button,input,select,textarea,a,p,span,div,li,summary,details,label,strong,small,h1,h2,h3,h4,h5,h6{
  font-family: Inter, Arial, Helvetica, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
img{max-width:100%;height:auto;}
.site-bg{background-color:#020611;transform:translateZ(0);will-change:auto;}
.site-bg:after{
  -webkit-mask-image: radial-gradient(circle at center,#000 0 45%,transparent 82%);
  mask-image: radial-gradient(circle at center,#000 0 45%,transparent 82%);
}
.site-header,.livechat-panel,.glass,.hero-visual,.image-wide,.image-card,.split-feature,.cta-panel,.service-slide,.cards-grid article,.project-grid article,.contact-cards article,.contact-form,details,.trust-strip article,.resource-table,.profile-section,.footer-people{
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}
@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))){
  .site-header{background:rgba(2,7,16,.96)}
  .livechat-panel,.glass,.hero-visual,.image-wide,.image-card,.split-feature,.cta-panel,.service-slide,.cards-grid article,.project-grid article,.contact-cards article,.contact-form,details,.trust-strip article,.resource-table,.profile-section,.footer-people{background:rgba(6,18,36,.94)}
}
.profile-preview-grid .image-card span,.person-mini b,.person-mini span,.footer-people *,.profile-section *,.contact-cards *{
  font-family: Inter, Arial, Helvetica, sans-serif !important;
  letter-spacing: normal;
}
.profile-preview-grid .image-card span{font-size:15px;line-height:1.25;max-width:calc(100% - 48px);}
.person-mini b{font-size:18px;line-height:1.15;font-weight:900;}
.person-mini span{font-size:14px;line-height:1.35;}
.footer-people .eyebrow{letter-spacing:.13em;}
.stage-logo,.floating-eagle,.image-card img,.person-mini img{transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden;}
.float-btn,.livechat-panel{font-family:Inter,Arial,Helvetica,sans-serif!important;}
/* Keep the premium galaxy visible and slow across browsers */
.shooting-star{animation-duration:32s!important;}
.shooting-star:nth-of-type(5){animation-delay:6s!important;animation-duration:36s!important;}
.shooting-star:nth-of-type(6){animation-delay:14s!important;animation-duration:40s!important;}
.shooting-star:nth-of-type(7){animation-delay:22s!important;animation-duration:46s!important;}
@media(max-width:980px){.profile-preview-grid .image-card span{font-size:14px}.person-mini b{font-size:16px}.person-mini span{font-size:13px}}


/* === HOMEPAGE / FOOTER PEOPLE IMAGE SIZE FIX ===
   Fixes tiny profile thumbnails in Chrome/Firefox/Edge and makes the
   Michelle/Bryce sections look premium on the homepage and footer. */
.profile-preview-grid{
  align-items:stretch;
}
.profile-preview-grid .image-card{
  padding:14px !important;
  display:flex !important;
  flex-direction:column !important;
  gap:14px !important;
  min-height:auto !important;
}
.profile-preview-grid .image-card img{
  width:100% !important;
  height:auto !important;
  aspect-ratio:16/9 !important;
  object-fit:cover !important;
  object-position:center !important;
  border-radius:20px !important;
  display:block !important;
  box-shadow:0 18px 55px rgba(0,0,0,.38),0 0 28px rgba(64,171,255,.18) !important;
}
.profile-preview-grid .image-card span{
  position:static !important;
  display:block !important;
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding:14px 16px !important;
  border-radius:16px !important;
  background:linear-gradient(135deg,rgba(9,35,66,.86),rgba(4,13,30,.84)) !important;
  border:1px solid rgba(87,180,255,.28) !important;
  color:#f7fbff !important;
  font-size:17px !important;
  line-height:1.25 !important;
  font-weight:900 !important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.035) !important;
}
.footer-people{
  padding:28px !important;
  border-radius:26px !important;
}
.people-grid{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:24px !important;
  align-items:stretch !important;
}
.person-mini{
  display:flex !important;
  flex-direction:column !important;
  gap:14px !important;
  padding:16px !important;
  border-radius:22px !important;
  background:linear-gradient(180deg,rgba(14,35,64,.78),rgba(3,12,25,.74)) !important;
  border:1px solid rgba(92,185,255,.25) !important;
  box-shadow:0 18px 58px rgba(0,0,0,.30),0 0 22px rgba(57,166,255,.12) !important;
}
.person-mini img{
  width:100% !important;
  height:auto !important;
  aspect-ratio:16/9 !important;
  object-fit:cover !important;
  object-position:center !important;
  border-radius:18px !important;
  display:block !important;
  box-shadow:0 16px 45px rgba(0,0,0,.34) !important;
}
.person-mini b{
  display:block !important;
  color:#f7fbff !important;
  font-size:22px !important;
  line-height:1.1 !important;
  font-weight:900 !important;
  letter-spacing:-.03em !important;
}
.person-mini span{
  display:block !important;
  color:#a9c2df !important;
  font-size:15px !important;
  line-height:1.35 !important;
  margin-top:4px !important;
}
@media(max-width:980px){
  .people-grid,.profile-preview-grid{grid-template-columns:1fr !important;}
  .person-mini b{font-size:20px !important;}
}
@media(max-width:640px){
  .profile-preview-grid .image-card,.person-mini{padding:12px !important;}
  .profile-preview-grid .image-card span{font-size:15px !important;}
}


/* === Final people showcase fix: consistent typography, spacing and photo/name layout === */
.people-showcase-section{position:relative;}
.people-showcase-section .section-head{max-width:980px;}
.people-showcase-section .section-head p{margin-top:14px;}
.people-feature-grid{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:28px !important;
  align-items:stretch !important;
}
.people-feature-card{
  position:relative !important;
  display:grid !important;
  grid-template-columns:260px 1fr !important;
  gap:24px !important;
  align-items:center !important;
  min-height:310px !important;
  padding:24px !important;
  border-radius:30px !important;
  border:1px solid rgba(92,185,255,.36) !important;
  background:
    radial-gradient(circle at 18% 20%,rgba(61,171,255,.17),transparent 32%),
    linear-gradient(135deg,rgba(13,34,62,.88),rgba(4,12,28,.82)) !important;
  box-shadow:0 26px 76px rgba(0,0,0,.36),0 0 40px rgba(45,157,255,.12) !important;
  overflow:hidden !important;
  font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif !important;
  color:#f7fbff !important;
}
.people-feature-card:before{
  content:"";position:absolute;inset:0;pointer-events:none;
  background:linear-gradient(120deg,transparent 0 35%,rgba(112,203,255,.08) 48%,transparent 62%);
  opacity:.8;
}
.people-feature-card.algoa-person{
  border-color:rgba(164,255,48,.34) !important;
  background:
    radial-gradient(circle at 20% 22%,rgba(154,255,47,.12),transparent 31%),
    linear-gradient(135deg,rgba(11,33,54,.9),rgba(4,13,26,.84)) !important;
}
.person-photo-wrap{
  position:relative;z-index:1;width:100%;aspect-ratio:4/3;border-radius:24px;
  overflow:hidden;border:1px solid rgba(179,222,255,.40);
  background:rgba(255,255,255,.06);box-shadow:0 18px 48px rgba(0,0,0,.36),0 0 22px rgba(64,178,255,.15);
}
.people-feature-card.algoa-person .person-photo-wrap{border-color:rgba(178,255,80,.38);}
.person-photo-wrap img{width:100%;height:100%;object-fit:cover;display:block;border-radius:0 !important;transform:none !important;}
.person-content{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;min-width:0;}
.person-tag{display:inline-flex;align-self:flex-start;padding:8px 12px;border-radius:999px;background:rgba(45,154,255,.13);border:1px solid rgba(96,188,255,.34);color:#9ee1ff;font-size:11px;letter-spacing:.14em;text-transform:uppercase;font-weight:900;line-height:1;}
.person-tag.green{background:rgba(154,255,47,.10);border-color:rgba(166,255,61,.38);color:#baff55;}
.people-feature-card h3{margin:16px 0 6px !important;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif !important;font-size:clamp(30px,3vw,43px) !important;line-height:1.02 !important;letter-spacing:-.045em !important;font-weight:900 !important;color:#fff !important;text-shadow:0 0 26px rgba(60,174,255,.18) !important;}
.people-feature-card p{margin:0 0 16px !important;color:#b8d3ee !important;font-size:17px !important;line-height:1.35 !important;font-weight:700 !important;}
.people-feature-card ul{display:flex !important;flex-wrap:wrap !important;gap:9px !important;margin:0 !important;padding:0 !important;list-style:none !important;}
.people-feature-card li{padding:8px 10px !important;border-radius:999px !important;background:rgba(255,255,255,.07) !important;border:1px solid rgba(111,195,255,.20) !important;color:#dcecff !important;font-size:13px !important;line-height:1.1 !important;font-weight:800 !important;}
.people-feature-card.algoa-person li{border-color:rgba(166,255,61,.20) !important;}
@media(max-width:1100px){.people-feature-card{grid-template-columns:210px 1fr !important;padding:20px !important}.people-feature-grid{gap:20px !important}.people-feature-card h3{font-size:32px !important}}
@media(max-width:860px){.people-feature-grid{grid-template-columns:1fr !important}.people-feature-card{grid-template-columns:190px 1fr !important}}
@media(max-width:600px){.people-feature-card{grid-template-columns:1fr !important}.person-photo-wrap{max-width:320px}.people-feature-card h3{font-size:30px !important}}


/* === Michelle requested refinement pack === */
.main-nav .nav-profile-link{color:#d7ebff;opacity:.96;font-weight:800}
.main-nav .nav-profile-link:hover{color:#fff}
.footer-contact-stack{display:grid;gap:14px}
.footer-contact-item{display:grid;gap:4px;margin:0}
.footer-contact-item strong{color:#fff;font-size:17px;line-height:1.1}
.footer-contact-item a,.footer-contact-item span{display:block;margin:0;color:var(--muted)}
.footer-contact-item a{color:#9ed8ff;font-weight:700;text-decoration:none}
.footer-contact-item a:hover{color:#fff}
.footer-contact-item span{font-weight:600}
.footer-grid>div h3{margin-top:0}
.people-grid{gap:16px!important}
.person-mini{padding:14px!important}
.person-mini span{font-size:14px!important}
.person-summary{margin:0 0 16px;color:#d8e8f7;font-size:16px;line-height:1.55;font-weight:500}
.assistant-head-copy{display:flex;align-items:flex-start;gap:14px;min-width:0}
.chatbot-avatar{display:grid;place-items:center;flex:0 0 56px;width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#2da0ff,#7a5bff);box-shadow:0 10px 30px rgba(0,0,0,.28),0 0 20px rgba(64,176,255,.25);font-size:28px}
.assistant-emoji{font-size:22px;line-height:1}
.float-btn{font-family:Inter,Arial,Helvetica,sans-serif!important;font-weight:900}
.livechat-panel{border:1px solid rgba(114,193,255,.26)}
.livechat-head{align-items:flex-start}
.quick-chips{margin-bottom:12px}
.contact-cards article{min-height:180px;display:flex;flex-direction:column;justify-content:center}
.contact-cards article p{color:#b9d3f0;font-weight:700}
.contact-cards article span{margin-top:8px;font-weight:700}
.contact-cards article a{margin-top:6px}
.contact-cards article h3{margin-bottom:10px}
.contact-grid{align-items:stretch}
.btn[target="_blank"]::after{content:" ↗";font-size:.92em}
@media(max-width:980px){.assistant-head-copy{gap:12px}.chatbot-avatar{width:50px;height:50px;font-size:24px}.footer-contact-item strong{font-size:16px}}


/* === 2026-06-29 premium refinement pack: about page, company profile embed, Callie chat === */
.premium-about-hero{padding-top:112px!important;padding-bottom:70px!important}
.about-hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:28px;align-items:stretch}
.about-hero-copy{padding-right:12px}
.about-hero-copy p{max-width:900px}
.about-mini-stats div{background:rgba(255,255,255,.055)!important;min-height:104px;display:flex;flex-direction:column;justify-content:flex-start}
.about-hero-card{padding:28px;display:grid;align-content:start;gap:16px}
.about-hero-card h3{margin:0;font-size:32px;color:#fff}
.about-hero-card p{margin:0;color:#c8dbef;font-size:18px;line-height:1.6}
.about-highlight-list{display:flex;flex-wrap:wrap;gap:10px}
.about-highlight-list span{display:inline-flex;padding:10px 12px;border-radius:999px;border:1px solid rgba(114,196,255,.28);background:rgba(255,255,255,.06);font-weight:800;color:#e7f4ff;font-size:13px}
.about-profile-band{padding-top:0!important}
.premium-profile-shell{display:grid;grid-template-columns:.88fr 1.12fr;gap:28px;align-items:stretch;padding:26px;border:1px solid rgba(93,184,255,.28);border-radius:30px;background:linear-gradient(180deg,rgba(12,31,58,.88),rgba(4,12,28,.88));box-shadow:0 24px 76px rgba(0,0,0,.36),0 0 38px rgba(50,167,255,.08)}
.profile-shell-copy{display:flex;flex-direction:column;justify-content:center}
.profile-shell-copy h2{margin:16px 0 12px;font-size:clamp(34px,3.9vw,58px)}
.profile-shell-copy p{color:#bfd7ee;font-size:18px;line-height:1.7;max-width:680px}
.premium-checklist{margin:18px 0 0;padding:0;list-style:none;display:grid;gap:10px}
.premium-checklist li{position:relative;padding-left:24px;color:#e9f4ff;font-weight:700}
.premium-checklist li:before{content:"✓";position:absolute;left:0;top:0;color:#9df257;font-weight:900}
.profile-embed-card{display:grid;grid-template-rows:auto 1fr;border:1px solid rgba(93,184,255,.24);border-radius:24px;overflow:hidden;background:rgba(3,10,24,.72);min-height:720px}
.profile-embed-toolbar{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:14px 18px;border-bottom:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.04)}
.profile-embed-toolbar span{font-weight:900;color:#fff}
.profile-embed-toolbar a{color:#8ed6ff;font-weight:800;text-decoration:none}
.profile-embed-frame{width:100%;height:100%;min-height:660px;border:0;background:#fff}
.premium-people-section .section-head{margin-bottom:26px}
.portrait-photo-wrap{aspect-ratio:4/5!important;align-self:stretch;max-height:430px}
.portrait-photo-wrap img{object-fit:cover!important;object-position:center top!important}
.premium-people-card{min-height:430px!important;grid-template-columns:280px 1fr!important;align-items:stretch!important}
.premium-people-card .person-content{justify-content:center}
.chat-conversation{display:grid;gap:10px;max-height:240px;overflow:auto;padding:4px 2px 8px;margin-bottom:12px}
.chat-bubble{padding:12px 14px;border-radius:16px;line-height:1.45;font-size:14px}
.chat-bubble.assistant{background:rgba(46,154,255,.14);border:1px solid rgba(104,192,255,.24);color:#eaf7ff;border-top-left-radius:6px}
.chat-bubble.user{background:rgba(128,96,255,.18);border:1px solid rgba(170,146,255,.26);color:#fff;border-top-right-radius:6px;justify-self:end}
.chat-fields{display:grid;gap:10px;margin-bottom:12px}
.chat-helper-copy{font-size:12px;color:#9db7d3;margin-top:-2px;margin-bottom:2px}
.livechat-panel{width:min(440px,calc(100vw - 32px))!important;padding:18px 18px 16px!important}
.livechat-panel .status{margin-top:2px}
.float-btn.whatsapp{font-size:22px}
@media(max-width:1100px){.about-hero-grid,.premium-profile-shell{grid-template-columns:1fr!important}.profile-embed-card{min-height:620px}.premium-people-card{grid-template-columns:220px 1fr!important}}
@media(max-width:720px){.premium-about-hero{padding-top:86px!important}.premium-people-card{grid-template-columns:1fr!important}.portrait-photo-wrap{max-width:320px;margin-inline:auto}.profile-embed-card{min-height:520px}.profile-embed-frame{min-height:470px}}


/* === 2026-06-29 premium refinement v2 === */
body[data-page="about"] .site-header{backdrop-filter:blur(20px);background:rgba(3,10,24,.76)!important;border-bottom:1px solid rgba(88,152,255,.16)}
.premium-about-hero{padding-top:156px!important;padding-bottom:84px!important}
.about-hero-grid{grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr)!important;gap:34px!important;align-items:start!important}
.about-hero-copy h1{font-size:clamp(46px,5.5vw,88px)!important;line-height:.94!important;letter-spacing:-0.05em!important;max-width:820px;margin:14px 0 24px!important}
.about-hero-copy p{font-size:21px!important;line-height:1.65!important;max-width:860px;color:#c7ddf3!important}
.about-hero-card{background:linear-gradient(180deg,rgba(8,27,54,.96),rgba(4,12,26,.95))!important;border:1px solid rgba(145,216,86,.22)!important;border-radius:30px!important;box-shadow:0 25px 80px rgba(0,0,0,.4), inset 0 1px 0 rgba(255,255,255,.05)!important;position:relative;overflow:hidden}
.about-hero-card:before{content:"";position:absolute;inset:-30% auto auto -20%;width:280px;height:280px;background:radial-gradient(circle,rgba(144,255,82,.12),transparent 65%);pointer-events:none}
.about-highlight-list span{background:rgba(255,255,255,.05)!important;border-color:rgba(128,188,255,.2)!important;padding:12px 14px!important}
.about-mini-stats{margin-top:26px!important}
.about-mini-stats div{border-radius:24px!important;padding:22px 20px!important;border:1px solid rgba(103,185,255,.18)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}
.about-mini-stats b{font-size:26px!important;margin-bottom:8px;display:block}
.about-mini-stats small{font-size:14px!important;line-height:1.45!important;color:#c4dbef!important}
.premium-profile-shell{padding:32px!important;border-radius:32px!important;gap:34px!important}
.profile-shell-copy h2{font-size:clamp(34px,4vw,62px)!important;line-height:1.02!important}
.profile-shell-copy p{font-size:18px!important}
.profile-embed-card{min-height:820px!important;border-radius:28px!important;box-shadow:0 20px 64px rgba(0,0,0,.36)!important}
.profile-embed-frame{min-height:760px!important}
.premium-people-section{padding-top:40px!important}
.premium-people-section .section-head h2{font-size:clamp(32px,4vw,58px)!important}
.people-feature-grid{gap:28px!important}
.premium-people-card{grid-template-columns:340px 1fr!important;gap:24px!important;padding:22px!important;border-radius:28px!important;min-height:520px!important;background:linear-gradient(180deg,rgba(6,22,45,.96),rgba(4,12,27,.94))!important;border:1px solid rgba(104,186,255,.20)!important;box-shadow:0 20px 70px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.03)!important}
.premium-people-card.algoa-person{border-color:rgba(156,232,84,.24)!important}
.portrait-photo-wrap{aspect-ratio:4/5!important;min-height:0!important;max-height:none!important;height:100%!important;border-radius:24px!important;overflow:hidden!important;background:linear-gradient(180deg,rgba(255,255,255,.1),rgba(255,255,255,.03))!important;box-shadow:0 16px 48px rgba(0,0,0,.34), inset 0 0 0 1px rgba(255,255,255,.08)!important}
.portrait-photo-wrap img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center top!important;transform:none!important}
.premium-people-card .person-content{padding:8px 2px!important;justify-content:flex-start!important}
.premium-people-card .person-content h3{font-size:clamp(40px,4vw,62px)!important;line-height:.95!important;margin:10px 0 10px!important;letter-spacing:-0.04em!important}
.premium-people-card .person-content p{font-size:19px!important;line-height:1.45!important;margin-bottom:12px!important;max-width:600px}
.premium-people-card .person-summary{font-size:16px!important;line-height:1.65!important;color:#d8e9f7!important;margin-bottom:16px!important}
.premium-people-card ul{gap:10px!important}
.premium-people-card li{padding:12px 14px!important;font-size:14px!important;font-weight:800!important;letter-spacing:-.01em}
.livechat-panel{width:min(430px,calc(100vw - 32px))!important;right:22px!important;bottom:96px!important;border-radius:28px!important;border:1px solid rgba(110,176,255,.22)!important;background:linear-gradient(180deg,rgba(7,20,43,.98),rgba(5,12,27,.98))!important;box-shadow:0 28px 80px rgba(0,0,0,.48)!important}
.livechat-head{margin-bottom:14px!important}
.faq-note{font-size:13px!important;opacity:.95}
.quick-chips{display:flex;flex-wrap:wrap;gap:10px!important;margin-bottom:12px!important}
.quick-chips button{font-size:13px!important;padding:10px 13px!important;border-radius:999px!important;background:rgba(255,255,255,.04)!important;border:1px solid rgba(98,166,255,.18)!important}
.quick-chips button:hover{border-color:rgba(151,220,77,.34)!important;transform:translateY(-1px)}
.chat-fields input,.chat-fields select,#liveChatForm textarea{background:rgba(255,255,255,.04)!important;border:1px solid rgba(109,176,255,.18)!important;border-radius:16px!important}
.chat-fields input:focus,.chat-fields select:focus,#liveChatForm textarea:focus{border-color:rgba(148,224,78,.45)!important;box-shadow:0 0 0 3px rgba(122,212,62,.1)!important}
.float-btn{box-shadow:0 12px 26px rgba(0,0,0,.35)!important}
.float-btn.whatsapp{background:linear-gradient(180deg,#2ef87a,#14a95a)!important;color:#082715!important}
@media(max-width:1200px){.premium-about-hero{padding-top:138px!important}.about-hero-grid{grid-template-columns:1fr!important}.premium-people-card{grid-template-columns:280px 1fr!important}.about-hero-copy h1{font-size:clamp(42px,7vw,72px)!important}.profile-embed-card{min-height:720px!important}.profile-embed-frame{min-height:680px!important}}
@media(max-width:820px){.premium-about-hero{padding-top:122px!important;padding-bottom:68px!important}.premium-people-card{grid-template-columns:1fr!important}.portrait-photo-wrap{max-width:340px!important;margin-inline:auto;height:auto!important}.premium-people-card .person-content h3{font-size:clamp(34px,8vw,48px)!important}.profile-embed-card{min-height:560px!important}.profile-embed-frame{min-height:520px!important}.livechat-panel{right:14px!important;left:14px!important;width:auto!important}}


/* === 2026-06-29 about refresh v3 === */
body[data-page="about"] .site-header{padding-block:18px!important}
.premium-about-hero{padding-top:172px!important;padding-bottom:88px!important}
.about-hero-grid{align-items:start!important;gap:42px!important}
.about-hero-copy h1{font-size:clamp(50px,5.9vw,92px)!important;line-height:.93!important;max-width:760px!important}
.about-hero-copy p{max-width:760px!important}
.about-hero-card{padding:30px!important;gap:18px!important;min-height:100%!important}
.about-hero-card h3{font-size:clamp(30px,3.2vw,48px)!important;line-height:1.02!important;max-width:360px}
.about-highlight-list{display:flex;flex-wrap:wrap;gap:12px!important}
.about-highlight-list span{font-size:13px!important;padding:12px 14px!important}
.about-capabilities-section{padding-top:48px!important}
.capability-showcase{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.capability-panel{border:1px solid rgba(99,177,255,.18);background:linear-gradient(180deg,rgba(8,25,49,.96),rgba(4,12,26,.95));border-radius:28px;padding:28px;box-shadow:0 18px 56px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.03)}
.capability-panel.primary{border-color:rgba(103,182,255,.22)}
.capability-panel.accent{border-color:rgba(151,224,82,.24);background:linear-gradient(180deg,rgba(8,26,43,.96),rgba(4,12,24,.96))}
.capability-panel.wide{grid-column:1 / -1;display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:center}
.capability-panel h3{font-size:clamp(28px,3vw,42px);line-height:1.08;margin:10px 0 14px;color:#fff}
.capability-panel p{font-size:17px;line-height:1.72;color:#d8e7f3;margin:0 0 16px}
.capability-panel ul{display:flex;flex-wrap:wrap;gap:10px;padding:0;margin:0;list-style:none}
.capability-panel li{padding:12px 14px;border-radius:999px;background:rgba(255,255,255,.04);border:1px solid rgba(104,179,255,.18);font-weight:800;color:#ecf6ff;font-size:13px}
.capability-metrics{display:grid;grid-template-columns:1fr;gap:12px}
.capability-metrics div{padding:18px;border-radius:20px;background:rgba(255,255,255,.04);border:1px solid rgba(104,179,255,.14)}
.capability-metrics strong{display:block;font-size:24px;line-height:1;color:#fff;margin-bottom:8px}
.capability-metrics span{display:block;color:#c9def0;font-size:14px;line-height:1.5}
.livechat-panel{width:min(405px,calc(100vw - 32px))!important;padding:0!important;overflow:hidden!important}
.livechat-shell{padding:18px 18px 16px;background:linear-gradient(180deg,rgba(7,20,43,.99),rgba(5,12,27,.99))}
.livechat-head{padding-bottom:14px!important;border-bottom:1px solid rgba(109,176,255,.12);margin-bottom:14px!important}
.assistant-head-copy{display:flex;gap:14px;align-items:flex-start}
.chatbot-avatar{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,#2b8fff,#7b55ff);font-size:22px;box-shadow:0 10px 26px rgba(0,0,0,.3)}
.livechat-head h3{margin:8px 0 6px!important;font-size:24px!important;line-height:1.02!important}
.livechat-head .fineprint{font-size:13px!important;line-height:1.55!important;color:#bdd4ea!important;margin:0}
.chat-section-label{font-size:12px;text-transform:uppercase;letter-spacing:.14em;color:#9ec4ea;font-weight:800;margin:0 0 10px 2px}
.quick-chips{margin-bottom:14px!important}
.quick-chips button{padding:10px 12px!important;background:rgba(255,255,255,.03)!important}
.chat-conversation{display:grid;gap:10px;margin-bottom:14px;max-height:144px;overflow:auto;padding-right:4px}
.chat-bubble.assistant.compact{padding:12px 14px!important;font-size:14px!important;line-height:1.55!important;border-radius:18px!important;background:rgba(255,255,255,.04)!important;border:1px solid rgba(104,179,255,.18)!important;color:#eaf5ff!important}
.chat-fields{display:grid;gap:10px;margin-bottom:12px}
.chat-fields input,.chat-fields select,#liveChatForm textarea{padding:14px 15px!important;border-radius:16px!important;background:rgba(255,255,255,.035)!important}
#liveChatForm{display:grid;gap:10px}
.chat-helper-copy{font-size:12px;color:#aac8e3;line-height:1.5}
#liveChatForm .btn.primary{width:100%;justify-content:center;padding-block:14px!important;border-radius:16px!important;font-size:16px!important}
.status{font-size:13px!important;line-height:1.4!important}
.footer-grid{padding-top:12px}
@media(max-width:1180px){.premium-about-hero{padding-top:154px!important}.capability-showcase{grid-template-columns:1fr}.capability-panel.wide{grid-template-columns:1fr}.about-hero-copy h1{font-size:clamp(44px,8vw,72px)!important}}
@media(max-width:820px){.premium-about-hero{padding-top:132px!important;padding-bottom:72px!important}.about-hero-grid{gap:26px!important}.livechat-panel{right:14px!important;left:14px!important;width:auto!important}.livechat-head h3{font-size:22px!important}}


/* === Final compact About + Callie fix v4 === */
body[data-page="about"] .site-header{background:rgba(3,10,24,.86)!important;border-bottom:1px solid rgba(88,152,255,.16)!important;backdrop-filter:blur(20px)!important}
body[data-page="about"] .premium-about-hero{padding-top:126px!important;padding-bottom:58px!important}
body[data-page="about"] .about-hero-grid{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(360px,520px)!important;gap:34px!important;align-items:start!important}
body[data-page="about"] .about-hero-copy h1{font-size:clamp(42px,5vw,68px)!important;line-height:1.01!important;letter-spacing:-.055em!important;max-width:720px!important;margin:12px 0 18px!important}
body[data-page="about"] .about-hero-copy p{font-size:18px!important;line-height:1.62!important;max-width:720px!important;color:#c7ddf3!important}
body[data-page="about"] .about-mini-stats{margin-top:22px!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important}
body[data-page="about"] .about-mini-stats div{min-height:92px!important;padding:18px!important;border-radius:20px!important;background:rgba(255,255,255,.04)!important}
body[data-page="about"] .about-mini-stats b{font-size:24px!important;line-height:1!important;margin-bottom:7px!important}
body[data-page="about"] .about-mini-stats small{font-size:13px!important;line-height:1.45!important;color:#c4d9ef!important}
body[data-page="about"] .about-hero-card{padding:26px!important;border-radius:26px!important;min-height:auto!important;background:linear-gradient(180deg,rgba(8,25,49,.96),rgba(4,12,26,.96))!important;box-shadow:0 18px 54px rgba(0,0,0,.34)!important}
body[data-page="about"] .about-hero-card h3{font-size:clamp(28px,3.2vw,40px)!important;line-height:1.03!important;margin:10px 0 10px!important;letter-spacing:-.04em!important}
body[data-page="about"] .about-hero-card p{font-size:16px!important;line-height:1.58!important;color:#d2e5f5!important}
body[data-page="about"] .about-highlight-list{gap:10px!important;margin-top:4px!important}
body[data-page="about"] .about-highlight-list span{font-size:12px!important;padding:10px 12px!important;background:rgba(255,255,255,.04)!important;border-color:rgba(104,179,255,.18)!important}
.about-capabilities-section{padding-top:42px!important}
.capability-showcase{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.capability-panel{border:1px solid rgba(99,177,255,.18);background:linear-gradient(180deg,rgba(8,25,49,.96),rgba(4,12,26,.95));border-radius:26px;padding:26px;box-shadow:0 18px 54px rgba(0,0,0,.32),inset 0 1px 0 rgba(255,255,255,.03)}
.capability-panel.accent{border-color:rgba(151,224,82,.24)}
.capability-panel.wide{grid-column:1/-1;display:grid;grid-template-columns:1.1fr .9fr;gap:24px;align-items:center}
.capability-panel h3{font-size:clamp(26px,2.8vw,38px);line-height:1.08;margin:10px 0 12px;color:#fff;letter-spacing:-.035em}
.capability-panel p{font-size:16px;line-height:1.68;color:#d8e7f3;margin:0 0 14px}
.capability-panel ul{display:flex;flex-wrap:wrap;gap:9px;padding:0;margin:0;list-style:none}
.capability-panel li{padding:10px 12px;border-radius:999px;background:rgba(255,255,255,.04);border:1px solid rgba(104,179,255,.18);font-weight:800;color:#ecf6ff;font-size:12px}
.capability-metrics{display:grid;gap:10px}.capability-metrics div{padding:16px;border-radius:18px;background:rgba(255,255,255,.04);border:1px solid rgba(104,179,255,.14)}.capability-metrics strong{display:block;font-size:22px;color:#fff;margin-bottom:6px}.capability-metrics span{display:block;color:#c9def0;font-size:13px;line-height:1.45}
.footer-people{display:none!important}
.livechat-panel{width:min(390px,calc(100vw - 24px))!important;right:18px!important;bottom:84px!important;max-height:calc(100vh - 108px)!important;padding:0!important;overflow:auto!important;border-radius:24px!important;background:linear-gradient(180deg,rgba(7,20,43,.99),rgba(5,12,27,.99))!important;box-shadow:0 28px 80px rgba(0,0,0,.48)!important}
.livechat-shell.compact-chat{padding:16px!important}.livechat-head.compact{padding-bottom:12px!important;margin-bottom:12px!important;border-bottom:1px solid rgba(109,176,255,.12)!important}.assistant-head-copy{display:flex!important;gap:12px!important;align-items:flex-start!important}.chatbot-avatar{width:40px!important;height:40px!important;border-radius:13px!important;font-size:20px!important;display:grid!important;place-items:center!important;background:linear-gradient(135deg,#2b8fff,#7b55ff)!important;flex:0 0 40px!important}.livechat-head h3{font-size:22px!important;line-height:1.05!important;margin:6px 0 4px!important}.livechat-head .fineprint{font-size:12.5px!important;line-height:1.42!important;margin:0!important;color:#bfd4ea!important}.quick-chips.compact{display:flex!important;flex-wrap:wrap!important;gap:8px!important;margin:0 0 10px!important}.quick-chips.compact button{font-size:12px!important;padding:8px 11px!important;border-radius:999px!important;background:rgba(255,255,255,.035)!important;border:1px solid rgba(104,179,255,.20)!important;color:#e9f6ff!important}.chat-conversation.compact{max-height:78px!important;overflow:auto!important;margin-bottom:10px!important;padding-right:4px!important}.chat-bubble.assistant.compact{font-size:13px!important;line-height:1.42!important;padding:10px 12px!important;border-radius:15px!important;background:rgba(255,255,255,.045)!important;border:1px solid rgba(104,179,255,.18)!important;color:#eaf5ff!important}.chat-submit-form{display:grid!important;gap:10px!important}.chat-submit-form textarea{min-height:92px!important;max-height:120px!important;padding:13px 14px!important;border-radius:16px!important;background:rgba(255,255,255,.04)!important;border:1px solid rgba(104,179,255,.20)!important;color:#fff!important}.chat-submit-form .btn.primary{width:100%!important;justify-content:center!important;border-radius:16px!important;padding:13px 16px!important;font-size:15px!important}.chat-followup{margin-top:10px;border:1px solid rgba(104,179,255,.15);border-radius:16px;background:rgba(255,255,255,.025);overflow:hidden}.chat-followup summary{font-size:13px!important;padding:11px 13px!important;font-weight:900;color:#cce7ff;cursor:pointer}.chat-followup .chat-fields.compact{display:grid!important;gap:8px!important;padding:0 12px 12px!important}.chat-followup input,.chat-followup select{padding:11px 12px!important;border-radius:13px!important;background:rgba(255,255,255,.04)!important;border:1px solid rgba(104,179,255,.18)!important;color:#fff!important}.status{font-size:12.5px!important;line-height:1.35!important;min-height:16px!important}.float-btn.whatsapp{background:linear-gradient(180deg,#2ef87a,#14a95a)!important;color:#092516!important}
@media(max-width:1180px){body[data-page="about"] .about-hero-grid{grid-template-columns:1fr!important}body[data-page="about"] .premium-about-hero{padding-top:118px!important}.capability-showcase{grid-template-columns:1fr}.capability-panel.wide{grid-template-columns:1fr}}
@media(max-width:720px){body[data-page="about"] .premium-about-hero{padding-top:106px!important}body[data-page="about"] .about-mini-stats{grid-template-columns:1fr!important}.livechat-panel{right:12px!important;left:12px!important;width:auto!important;bottom:86px!important}}


/* === Interactive CallTech Ads / Service Highlights Pack v5 === */
.interactive-posts-section{
  position:relative;
  overflow:hidden;
  padding-top:76px!important;
  padding-bottom:76px!important;
}
.interactive-posts-section:before{
  content:"";
  position:absolute;
  inset:10% auto auto 6%;
  width:360px;
  height:360px;
  background:radial-gradient(circle,rgba(60,170,255,.12),transparent 68%);
  pointer-events:none;
}
.interactive-post-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
}
.interactive-post-card{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(96,180,255,.20);
  background:linear-gradient(180deg,rgba(9,28,55,.86),rgba(3,11,24,.92));
  border-radius:28px;
  box-shadow:0 20px 70px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.05);
  cursor:pointer;
  transform-style:preserve-3d;
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
}
.interactive-post-card:hover{
  transform:translateY(-8px) rotateX(1deg) rotateY(-1deg);
  border-color:rgba(125,210,255,.48);
  box-shadow:0 30px 90px rgba(0,0,0,.46),0 0 35px rgba(61,175,255,.12);
}
.interactive-post-card img{
  width:100%;
  aspect-ratio:16/9;
  object-fit:cover;
  display:block;
  filter:saturate(1.08) contrast(1.06);
}
.interactive-post-copy{
  padding:20px;
  display:grid;
  gap:10px;
}
.interactive-post-copy span{
  color:#8bd8ff;
  font-size:12px;
  letter-spacing:.13em;
  text-transform:uppercase;
  font-weight:900;
}
.interactive-post-copy h3{
  color:#fff;
  font-size:24px;
  line-height:1.05;
  margin:0;
  letter-spacing:-.03em;
}
.interactive-post-copy p{
  color:#bfd7ee;
  font-size:15px;
  line-height:1.55;
  margin:0;
}
.mini-link{
  justify-self:start;
  margin-top:4px;
  border:1px solid rgba(125,210,255,.28);
  background:rgba(255,255,255,.055);
  color:#eff9ff;
  border-radius:999px;
  padding:10px 14px;
  font-weight:900;
  cursor:pointer;
}
.highlight-modal{
  position:fixed;
  inset:0;
  z-index:200;
  display:none;
}
.highlight-modal.open{display:block;}
.highlight-modal-backdrop{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.76);
  backdrop-filter:blur(10px);
}
.highlight-modal-panel{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:min(1120px,calc(100vw - 34px));
  max-height:92vh;
  display:grid;
  grid-template-columns:1.35fr .65fr;
  gap:0;
  overflow:hidden;
  border-radius:30px;
  border:1px solid rgba(125,205,255,.30);
  background:linear-gradient(180deg,rgba(9,26,52,.98),rgba(3,10,22,.98));
  box-shadow:0 34px 120px rgba(0,0,0,.65),0 0 40px rgba(54,165,255,.13);
}
.highlight-modal-close{
  position:absolute;
  right:14px;
  top:14px;
  z-index:3;
  width:42px;
  height:42px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(0,0,0,.38);
  color:#fff;
  font-size:28px;
  line-height:1;
  cursor:pointer;
}
.highlight-modal-image-wrap{
  background:#020817;
  display:grid;
  place-items:center;
  min-height:520px;
}
.highlight-modal-image-wrap img{
  width:100%;
  height:100%;
  max-height:92vh;
  object-fit:contain;
  display:block;
}
.highlight-modal-copy{
  padding:34px;
  align-self:center;
}
.highlight-modal-copy h3{
  color:#fff;
  font-size:clamp(30px,3vw,48px);
  line-height:1.02;
  margin:14px 0;
  letter-spacing:-.04em;
}
.highlight-modal-copy p{
  color:#cde1f2;
  font-size:17px;
  line-height:1.65;
}
body.modal-open{overflow:hidden;}
/* Keep About top layout controlled */
body[data-page="about"] .premium-about-hero{
  padding-top:132px!important;
  padding-bottom:58px!important;
}
body[data-page="about"] .about-hero-grid{
  gap:34px!important;
  align-items:start!important;
}
body[data-page="about"] .about-hero-copy h1{
  font-size:clamp(42px,5.1vw,76px)!important;
  line-height:.95!important;
  max-width:720px!important;
}
body[data-page="about"] .about-hero-copy p{
  font-size:18px!important;
  line-height:1.6!important;
}
body[data-page="about"] .about-hero-card h3{
  font-size:clamp(28px,3vw,42px)!important;
}
body[data-page="about"] .about-hero-card p{
  font-size:16px!important;
}
/* Callie compact usable layout */
.livechat-panel{
  width:min(390px,calc(100vw - 28px))!important;
  max-height:calc(100vh - 108px)!important;
  overflow:auto!important;
}
.livechat-shell{padding:16px!important;}
.livechat-head{margin-bottom:10px!important;padding-bottom:10px!important;}
.livechat-head h3{font-size:21px!important;margin:6px 0 4px!important;}
.livechat-head .fineprint{font-size:12.5px!important;line-height:1.45!important;}
.chatbot-avatar{width:40px!important;height:40px!important;font-size:20px!important;}
.quick-chips{gap:8px!important;margin-bottom:10px!important;}
.quick-chips button{padding:8px 11px!important;font-size:12.5px!important;}
.chat-conversation{max-height:108px!important;margin-bottom:10px!important;}
.chat-bubble{font-size:13px!important;padding:10px 12px!important;}
.chat-section-label{font-size:11px!important;margin-bottom:7px!important;}
.chat-fields{gap:8px!important;margin-bottom:8px!important;}
.chat-fields input,.chat-fields select,#liveChatForm textarea{padding:12px 13px!important;font-size:14px!important;}
#liveChatForm textarea{min-height:86px!important;}
.chat-helper-copy{font-size:11.5px!important;line-height:1.4!important;}
#liveChatForm .btn.primary{padding:12px 14px!important;}
@media(max-width:1060px){
  .interactive-post-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .highlight-modal-panel{grid-template-columns:1fr;overflow:auto;}
  .highlight-modal-image-wrap{min-height:340px;}
}
@media(max-width:720px){
  .interactive-post-grid{grid-template-columns:1fr;}
  .interactive-posts-section{padding-top:54px!important;padding-bottom:54px!important;}
  .highlight-modal-copy{padding:24px;}
  .highlight-modal-panel{max-height:92vh;}
  body[data-page="about"] .premium-about-hero{padding-top:116px!important;}
  .livechat-panel{right:12px!important;left:12px!important;width:auto!important;bottom:92px!important;}
}
