/* ============ SHARED PAGE COMPONENTS (subpages) ============ */
main{position:relative;z-index:2}
.page-hero{padding:120px 0 45px;text-align:center;position:relative}
.page-hero .crumb{display:flex;gap:8px;justify-content:center;align-items:center;font-size:13px;color:var(--muted);margin-bottom:14px}
.page-hero .crumb a:hover{color:var(--orange)}
.page-hero .crumb span{opacity:.5}
.page-hero h1{font-size:clamp(36px,5.2vw,72px);margin-bottom:14px;text-transform:capitalize}
.page-hero h1 em{font-style:normal}
.page-hero p{color:var(--muted);font-size:clamp(15px,1.2vw,17px);max-width:620px;margin:0 auto}
.sec{padding:48px 0;position:relative}
.sec-tight{padding:32px 0}
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.lead-muted{color:var(--muted);font-size:15px;line-height:1.7;margin-bottom:14px}
.eyebrow{font-size:12px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:var(--orange);display:inline-block;margin-bottom:12px}
.eyebrow.alt{color:var(--cyan)}
.card{padding:26px;border-radius:20px;transition:transform .4s,border-color .4s}
.card:hover{transform:translateY(-6px);border-color:rgba(255,107,53,.4)}
.card .ci{width:54px;height:54px;border-radius:14px;background:var(--glass2);border:1px solid var(--bd);display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.card .ci svg{width:26px;height:26px;color:var(--orange)}
.card h3{font-size:20px;margin-bottom:10px}
.card p{font-size:14px;color:var(--muted);line-height:1.7}
.card .ci.cy svg{color:var(--cyan)}.card .ci.pu svg{color:var(--purple)}.card .ci.bl svg{color:var(--blue)}
.card .more{margin-top:18px;display:inline-flex;align-items:center;gap:7px;font-size:13px;font-weight:600;color:var(--orange);transition:gap .2s}
.card:hover .more{gap:12px}

/* lead capture form */
.lead{padding:38px;border-radius:24px;position:relative;overflow:hidden}
.lead h3{font-size:clamp(22px,2.4vw,30px);margin-bottom:8px}
.lead .sub{color:var(--muted);font-size:14px;margin-bottom:24px}
.field{margin-bottom:16px}
.field label{display:block;font-size:13px;font-weight:600;margin-bottom:7px;color:#cfd0e0}
.field input,.field select,.field textarea{width:100%;background:var(--bg2);border:1px solid var(--bd);border-radius:12px;padding:13px 15px;color:var(--text);font-family:'Inter',sans-serif;font-size:14px;transition:.25s;outline:none}
.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--orange);box-shadow:0 0 0 3px rgba(255,107,53,.15)}
.field textarea{resize:vertical;min-height:110px}
.field.row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}
.field.row .field{margin-bottom:0}
.form-note{font-size:12px;color:var(--muted);margin-top:12px;text-align:center}
.form-ok{display:none;text-align:center;padding:30px}
.form-ok.show{display:block}
.form-ok .ok-ic{width:64px;height:64px;border-radius:50%;background:var(--grad);display:flex;align-items:center;justify-content:center;margin:0 auto 18px}
.form-ok .ok-ic svg{width:32px;height:32px;color:#fff}
.btn-full{width:100%;justify-content:center}

/* service detail */
.svc-hero{display:grid;grid-template-columns:1.1fr .9fr;gap:56px;align-items:center;padding:150px 0 60px}
.svc-hero .ci-big{width:74px;height:74px;border-radius:20px;background:var(--glass2);border:1px solid var(--bd);display:flex;align-items:center;justify-content:center;margin-bottom:22px}
.svc-hero .ci-big svg{width:38px;height:38px;color:var(--orange)}
.svc-hero h1{font-size:clamp(34px,4.6vw,62px);margin-bottom:18px}
.feat-list{display:flex;flex-direction:column;gap:14px;margin:26px 0 32px}
.feat-list li{display:flex;gap:13px;align-items:flex-start;list-style:none;color:#cfd0e0;font-size:15px}
.feat-list .tick{width:24px;height:24px;border-radius:7px;background:rgba(255,107,53,.15);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}
.feat-list .tick svg{width:14px;height:14px;color:var(--orange)}

/* blog */
.blog-list{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.cat-tabs{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;margin-bottom:46px}
.cat-tabs button{background:var(--glass);border:1px solid var(--bd);color:var(--muted);font-family:'Inter';font-size:13px;font-weight:600;padding:9px 18px;border-radius:100px;cursor:pointer;transition:.25s}
.cat-tabs button.on,.cat-tabs button:hover{background:var(--grad);border-color:transparent;color:#fff}
.feature-post{display:grid;grid-template-columns:1.1fr 1fr;border-radius:24px;overflow:hidden;margin-bottom:46px}
.feature-post .fp-img{min-height:340px;position:relative;display:flex;align-items:center;justify-content:center}
.feature-post .fp-img svg{width:120px;height:120px;opacity:.9}
.feature-post .fp-body{padding:44px;display:flex;flex-direction:column;justify-content:center}
.feature-post h2{font-size:clamp(24px,2.6vw,38px);margin:14px 0;line-height:1.2}

/* single blog article */
.article{max-width:760px;margin:0 auto}
.article .meta{display:flex;gap:16px;align-items:center;color:var(--muted);font-size:13px;margin-bottom:22px;flex-wrap:wrap}
.article .meta .au{display:flex;align-items:center;gap:9px}
.article .meta .av{width:34px;height:34px;border-radius:50%;background:var(--grad)}
.article .cover{height:380px;border-radius:22px;margin:0 0 40px;display:flex;align-items:center;justify-content:center}
.article .cover svg{width:120px;height:120px;opacity:.9}
.prose{font-size:17px;line-height:1.9;color:#cdd0e0}
.prose h2{font-size:28px;margin:42px 0 16px;color:#fff}
.prose h3{font-size:21px;margin:32px 0 12px;color:#fff}
.prose p{margin-bottom:20px}
.prose ul{margin:0 0 20px 22px}.prose li{margin-bottom:10px}
.prose blockquote{border-left:3px solid var(--orange);padding:6px 0 6px 22px;margin:28px 0;color:#fff;font-size:20px;font-style:italic}
.prose a{color:var(--orange);text-decoration:underline}
.prose .imgblock{width:100%;border-radius:16px;margin:28px 0;min-height:240px;display:flex;align-items:center;justify-content:center}
.prose .imgblock svg{width:90px;height:90px;opacity:.85}
.share{display:flex;gap:10px;align-items:center;margin:40px 0;padding:22px 0;border-top:1px solid var(--bd);border-bottom:1px solid var(--bd)}
.share span{font-size:13px;color:var(--muted);margin-right:6px}
.share a{width:40px;height:40px;border-radius:11px;background:var(--glass);border:1px solid var(--bd);display:flex;align-items:center;justify-content:center;transition:.2s}
.share a:hover{background:var(--grad);border-color:transparent}
.share svg{width:17px;height:17px;color:var(--muted)}.share a:hover svg{color:#fff}

/* contact */
.contact-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:48px;align-items:start}
.cinfo-item{display:flex;gap:16px;padding:20px;border-radius:16px;margin-bottom:14px}
.cinfo-item .ci{width:46px;height:46px;border-radius:12px;background:var(--glass2);border:1px solid var(--bd);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.cinfo-item .ci svg{width:22px;height:22px;color:var(--orange)}
.cinfo-item h4{font-size:15px;margin-bottom:3px}
.cinfo-item p{font-size:14px;color:var(--muted)}

/* sticky live chat + back to top */
#chatBtn{position:fixed;right:24px;bottom:24px;width:60px;height:60px;border-radius:50%;background:var(--grad);background-size:150%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:9000;border:none;box-shadow:0 12px 34px rgba(168,85,247,.5);transition:transform .3s}
#chatBtn:hover{transform:scale(1.08)}
#chatBtn svg{width:26px;height:26px;color:#fff}
#chatBtn .badge{position:absolute;top:-3px;right:-3px;width:20px;height:20px;border-radius:50%;background:#FF4D6D;color:#fff;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;border:2px solid var(--bg)}
#chatPanel{position:fixed;right:24px;bottom:96px;width:340px;max-width:calc(100vw - 32px);height:460px;max-height:calc(100vh - 130px);background:rgba(12,13,28,.92);backdrop-filter:blur(22px);border:1px solid var(--bd);border-radius:22px;z-index:9001;display:flex;flex-direction:column;overflow:hidden;opacity:0;visibility:hidden;transform:translateY(20px) scale(.96);transition:.3s;box-shadow:0 30px 80px rgba(0,0,0,.6)}
#chatPanel.open{opacity:1;visibility:visible;transform:translateY(0) scale(1)}
.chat-head{padding:18px;display:flex;align-items:center;gap:12px;border-bottom:1px solid var(--bd);background:rgba(255,255,255,.03)}
.chat-head .av{width:42px;height:42px;border-radius:50%;background:var(--grad);display:flex;align-items:center;justify-content:center;position:relative}
.chat-head .av svg{width:22px;height:22px;color:#fff}
.chat-head .av .on{position:absolute;bottom:0;right:0;width:11px;height:11px;border-radius:50%;background:#2ecc71;border:2px solid #0c0d1c}
.chat-head h4{font-size:15px}.chat-head .st{font-size:12px;color:#2ecc71}
.chat-head .x{margin-left:auto;cursor:pointer;color:var(--muted);padding:4px}
.chat-body{flex:1;padding:18px;overflow-y:auto;display:flex;flex-direction:column;gap:12px}
.cmsg{max-width:82%;padding:11px 15px;border-radius:15px;font-size:14px;line-height:1.5}
.cmsg.bot{align-self:flex-start;background:var(--glass2);border:1px solid var(--bd);border-bottom-left-radius:4px}
.cmsg.me{align-self:flex-end;background:var(--grad);color:#fff;border-bottom-right-radius:4px}
.chat-quick{display:flex;flex-wrap:wrap;gap:8px;padding:0 18px 10px}
.chat-quick button{background:var(--glass);border:1px solid var(--bd);color:#cfd0e0;font-size:12px;padding:7px 12px;border-radius:100px;cursor:pointer;transition:.2s}
.chat-quick button:hover{border-color:var(--orange);color:#fff}
.chat-input{display:flex;gap:8px;padding:14px;border-top:1px solid var(--bd)}
.chat-input input{flex:1;background:var(--bg2);border:1px solid var(--bd);border-radius:100px;padding:11px 16px;color:var(--text);font-family:'Inter';font-size:14px;outline:none}
.chat-input input:focus{border-color:var(--orange)}
.chat-input button{width:42px;height:42px;border-radius:50%;background:var(--grad);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.chat-input button svg{width:18px;height:18px;color:#fff}
#toTop{position:fixed;left:24px;bottom:24px;width:46px;height:46px;border-radius:50%;background:var(--glass);backdrop-filter:blur(10px);border:1px solid var(--bd);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:9000;opacity:0;visibility:hidden;transition:.3s}
#toTop.show{opacity:1;visibility:visible}
#toTop:hover{border-color:var(--orange)}
#toTop svg{width:20px;height:20px;color:#fff}

@media(max-width:900px){
  .grid-2,.svc-hero,.contact-grid,.feature-post{grid-template-columns:1fr;gap:34px}
  .grid-3,.blog-list{grid-template-columns:1fr 1fr}
  .grid-4{grid-template-columns:repeat(2,1fr)}
  .svc-hero{padding-top:130px}
}
@media(max-width:600px){
  .grid-3,.blog-list,.grid-4{grid-template-columns:1fr}
  .field.row{grid-template-columns:1fr;gap:0}
  .field.row .field{margin-bottom:16px}
  .page-hero{padding-top:130px}
}

/* ============ EXTRA: service hero showcase, FAQ, team, founder ============ */
.svc-show{position:relative;width:100%;height:clamp(380px,44vw,470px);border-radius:24px;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:28px}
.svc-show .sglow{position:absolute;width:320px;height:320px;border-radius:50%;filter:blur(80px);opacity:.32;top:-60px;right:-40px}
.svc-show::after{content:'';position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.05) 1px,transparent 1px);background-size:22px 22px;opacity:.5;pointer-events:none}

/* FAQ */
.faq{max-width:840px;margin:0 auto}
.faq details{border:1px solid var(--bd);border-radius:16px;background:var(--glass);margin-bottom:12px;overflow:hidden;transition:border-color .3s}
.faq details[open]{border-color:rgba(255,107,53,.4)}
.faq summary{list-style:none;cursor:pointer;padding:20px 24px;font-family:'Space Grotesk';font-weight:600;font-size:16px;display:flex;justify-content:space-between;align-items:center;gap:16px}
.faq summary::-webkit-details-marker{display:none}
.faq summary .pl{width:22px;height:22px;flex-shrink:0;position:relative}
.faq summary .pl::before,.faq summary .pl::after{content:'';position:absolute;background:var(--orange);border-radius:2px}
.faq summary .pl::before{top:10px;left:3px;right:3px;height:2px}
.faq summary .pl::after{left:10px;top:3px;bottom:3px;width:2px;transition:transform .3s}
.faq details[open] summary .pl::after{transform:scaleY(0)}
.faq details .a{padding:0 24px 22px;color:var(--muted);font-size:15px;line-height:1.75}

/* process steps (numbered) */
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.step{padding:28px 24px;border-radius:18px;position:relative}
.step .n{font-family:'Space Grotesk';font-weight:700;font-size:40px;line-height:1;background:var(--grad);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:14px}
.step h4{font-size:17px;margin-bottom:8px}.step p{font-size:14px;color:var(--muted);line-height:1.6}

/* pills row */
.pillrow{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}
.pillrow span{background:var(--glass2);border:1px solid var(--bd);font-size:14px;padding:10px 20px;border-radius:100px;color:#cfd0e0;font-weight:500}

/* team member cards */
.tmember{padding:26px;border-radius:20px;text-align:center;transition:transform .4s,border-color .4s}
.tmember:hover{transform:translateY(-6px);border-color:rgba(255,107,53,.4)}
.tmember .av{width:96px;height:96px;border-radius:50%;margin:0 auto 16px;background:var(--grad);display:flex;align-items:center;justify-content:center;font-family:'Space Grotesk';font-weight:700;font-size:32px;color:#fff;box-shadow:0 10px 26px rgba(168,85,247,.4)}
.tmember h3{font-size:18px}.tmember .role{font-size:13px;color:var(--orange);margin:3px 0 12px}
.tmember .bio{font-size:13px;color:var(--muted);line-height:1.6;margin-bottom:14px}
.tmember .tm-soc{display:flex;gap:8px;justify-content:center}
.tmember .tm-soc a{width:30px;height:30px;border-radius:8px;background:var(--glass2);border:1px solid var(--bd);display:flex;align-items:center;justify-content:center;transition:.2s}
.tmember .tm-soc svg{width:14px;height:14px;color:var(--muted)}
.tmember .tm-soc a:hover{background:var(--grad);border-color:transparent}.tmember .tm-soc a:hover svg{color:#fff}
.dept-title{font-family:'Space Grotesk';font-weight:600;font-size:14px;letter-spacing:2px;text-transform:uppercase;color:var(--cyan);margin:46px 0 22px;text-align:center}

/* founder spotlight */
.founder{display:grid;grid-template-columns:.75fr 1.25fr;gap:48px;align-items:center;border-radius:28px;padding:46px;position:relative;overflow:hidden}
.founder .fav{width:100%;aspect-ratio:1;max-width:300px;border-radius:24px;background:var(--grad);display:flex;align-items:center;justify-content:center;font-family:'Space Grotesk';font-weight:700;font-size:84px;color:#fff;box-shadow:0 20px 60px rgba(168,85,247,.45);position:relative;z-index:1}
.founder blockquote{font-size:clamp(18px,2.1vw,28px);line-height:1.5;font-family:'Space Grotesk';font-weight:500;margin-bottom:22px;color:#fff;position:relative;z-index:1}
.founder .nm{font-family:'Space Grotesk';font-weight:700;font-size:18px}
.founder .sig{font-size:14px;color:var(--muted)}

@media(max-width:900px){.steps{grid-template-columns:repeat(2,1fr)}.founder{grid-template-columns:1fr;gap:30px;text-align:center}.founder .fav{margin:0 auto}}
@media(max-width:600px){.steps{grid-template-columns:1fr}}

.fbot a{color:inherit;transition:.2s}.fbot a:hover{color:var(--orange)}

.hp{position:absolute!important;left:-9999px;top:auto;width:1px;height:1px;opacity:0;pointer-events:none}

.form-note svg{width:13px;height:13px;vertical-align:-2px;margin-right:3px}
.testi-stars svg{width:15px;height:15px;fill:currentColor;stroke:none;display:inline-block;vertical-align:-2px;margin-right:1px}
