:root{
  --bg:#0D1117;
  --surface:#141A22;
  --surface-2:#1B232D;
  --border:#2A3441;
  --border-soft:#232B36;
  --text:#E8ECF1;
  --text-dim:#8B96A5;
  --text-faint:#5C6673;
  --accent:#E8A33D;
  --accent-dim:#B8802E;
  --accent-glow:rgba(232,163,61,0.18);
  --teal:#3FBFAE;
  --font-display:'Archivo Expanded', sans-serif;
  --font-head:'Archivo', sans-serif;
  --font-body:'Inter', sans-serif;
  --font-mono:'IBM Plex Mono', monospace;
}
*{box-sizing:border-box; margin:0; padding:0;}
html{scroll-behavior:smooth;}
body{
  background:var(--bg);
  color:var(--text);
  font-family:var(--font-body);
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
a{color:inherit; text-decoration:none;}
ul{list-style:none;}
img{max-width:100%; display:block;}
button{font-family:inherit; cursor:pointer;}
input,select,textarea{font-family:inherit;}

.wrap{max-width:1240px; margin:0 auto; padding:0 32px;}
section{position:relative;}

.ticks{display:flex; gap:4px; align-items:flex-end;}
.ticks span{width:3px; background:var(--border); border-radius:1px;}
.ticks span.on{background:var(--accent);}

.eyebrow{
  display:inline-flex; align-items:center; gap:10px;
  font-family:var(--font-mono); font-size:12px; letter-spacing:0.12em;
  text-transform:uppercase; color:var(--accent); margin-bottom:18px;
}
.eyebrow .dot{width:6px; height:6px; border-radius:50%; background:var(--accent); box-shadow:0 0 8px var(--accent-glow);}

h1,h2,h3{font-family:var(--font-head); font-weight:700; letter-spacing:-0.01em;}

.breadcrumb{display:flex; gap:8px; align-items:center; font-family:var(--font-mono); font-size:11.5px; color:var(--text-faint); margin-bottom:22px; letter-spacing:.02em;}
.breadcrumb a{color:var(--text-faint);}
.breadcrumb a:hover{color:var(--accent);}
.breadcrumb .sep{color:var(--border);}
.breadcrumb .current{color:var(--accent);}

/* ---------- Cookie banner ---------- */
#cookieBanner{
  position:fixed; left:20px; right:20px; bottom:20px; z-index:999;
  background:var(--surface-2); border:1px solid var(--border);
  border-radius:14px; padding:22px 26px; max-width:920px; margin:0 auto;
  box-shadow:0 20px 60px rgba(0,0,0,0.5);
  display:flex; flex-wrap:wrap; gap:20px; align-items:center; justify-content:space-between;
  transform:translateY(140%); transition:transform .5s cubic-bezier(.2,.9,.25,1);
}
#cookieBanner.show{transform:translateY(0);}
#cookieBanner p{font-size:13.5px; color:var(--text-dim); max-width:520px;}
#cookieBanner p b{color:var(--text);}
.cookie-actions{display:flex; gap:10px; flex-wrap:wrap;}
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  padding:11px 20px; border-radius:8px; font-size:13.5px; font-weight:600;
  border:1px solid var(--border); white-space:nowrap; transition:all .2s ease;
}
.btn-ghost{background:transparent; color:var(--text-dim);}
.btn-ghost:hover{color:var(--text); border-color:var(--text-dim);}
.btn-solid{background:var(--accent); color:#161006; border-color:var(--accent);}
.btn-solid:hover{background:#f0b458;}
.btn-outline{background:transparent; color:var(--text); border-color:var(--border);}
.btn-outline:hover{border-color:var(--accent); color:var(--accent);}

#cookieModal{
  position:fixed; inset:0; background:rgba(6,8,11,0.75); backdrop-filter:blur(4px);
  display:none; align-items:center; justify-content:center; z-index:1000; padding:20px;
}
#cookieModal.show{display:flex;}
.modal-card{
  background:var(--surface); border:1px solid var(--border); border-radius:16px;
  max-width:560px; width:100%; padding:30px; max-height:85vh; overflow-y:auto;
}
.modal-card h3{font-size:19px; margin-bottom:6px;}
.modal-card>p{font-size:13.5px; color:var(--text-dim); margin-bottom:22px;}
.pref-row{display:flex; justify-content:space-between; align-items:flex-start; gap:16px; padding:16px 0; border-top:1px solid var(--border-soft);}
.pref-row:first-of-type{border-top:none;}
.pref-row h4{font-size:14.5px; margin-bottom:4px;}
.pref-row p{font-size:12.5px; color:var(--text-faint);}
.switch{position:relative; width:42px; height:24px; flex:none; margin-top:2px;}
.switch input{opacity:0; width:0; height:0;}
.slider{position:absolute; inset:0; background:var(--border); border-radius:20px; transition:.2s;}
.slider:before{content:""; position:absolute; height:18px; width:18px; left:3px; top:3px; background:#fff; border-radius:50%; transition:.2s;}
.switch input:checked + .slider{background:var(--accent);}
.switch input:checked + .slider:before{transform:translateX(18px);}
.switch input:disabled + .slider{background:var(--accent-dim); opacity:.6;}
.modal-actions{display:flex; gap:10px; margin-top:22px; flex-wrap:wrap;}

/* ---------- Header ---------- */
header{
  position:sticky; top:0; z-index:500; background:rgba(13,17,23,0.88);
  backdrop-filter:blur(10px); border-bottom:1px solid var(--border-soft);
}
.nav-inner{display:flex; align-items:center; justify-content:space-between; padding:16px 0;}
.logo{font-family:var(--font-display); font-size:21px; font-weight:800; letter-spacing:0.02em; display:flex; align-items:center; gap:10px;}
.logo-mark{width:26px; height:26px; border-radius:6px; background:conic-gradient(from 220deg, var(--accent), var(--teal), var(--accent)); position:relative; flex:none;}
.logo-mark:after{content:""; position:absolute; inset:5px; background:var(--bg); border-radius:3px;}
nav.primary-nav{display:flex; align-items:center; gap:2px;}
nav.primary-nav>ul{display:flex; gap:6px;}
nav.primary-nav>ul>li{position:relative;}
nav.primary-nav>ul>li>a{
  display:flex; align-items:center; gap:5px; padding:10px 14px; font-size:14px; color:var(--text-dim);
  border-radius:8px; transition:all .15s ease;
}
nav.primary-nav>ul>li:hover>a{color:var(--text); background:var(--surface-2);}
nav.primary-nav>ul>li>a.active{color:var(--accent);}
.caret{width:8px; height:8px; border-right:1.5px solid currentColor; border-bottom:1.5px solid currentColor; transform:rotate(45deg); margin-top:-3px; opacity:.7;}
.dropdown{
  position:absolute; top:calc(100% + 8px); left:0; min-width:230px; background:var(--surface);
  border:1px solid var(--border); border-radius:12px; padding:8px; opacity:0; visibility:hidden;
  transform:translateY(6px); transition:all .18s ease; box-shadow:0 20px 50px rgba(0,0,0,0.45);
}
nav.primary-nav>ul>li:hover .dropdown{opacity:1; visibility:visible; transform:translateY(0);}
.dropdown a{display:block; padding:9px 12px; font-size:13.5px; color:var(--text-dim); border-radius:7px;}
.dropdown a:hover{background:var(--surface-2); color:var(--accent);}
.header-cta{display:flex; align-items:center; gap:12px;}
.menu-toggle{display:none; flex-direction:column; gap:5px; background:none; border:none; padding:6px;}
.menu-toggle span{width:22px; height:2px; background:var(--text);}

/* ---------- Page hero (inner pages) ---------- */
.page-hero{padding:56px 0 64px; position:relative; overflow:hidden;}
.page-hero:before{
  content:""; position:absolute; top:-220px; right:-160px; width:600px; height:600px; border-radius:50%;
  background:radial-gradient(circle, var(--accent-glow), transparent 70%); pointer-events:none;
}
.page-hero h1{font-size:clamp(30px,4vw,46px); line-height:1.14; margin-bottom:18px; font-family:var(--font-display); max-width:820px;}
.page-hero h1 .hl{color:var(--accent);}
.page-hero .sub{font-size:16px; color:var(--text-dim); max-width:620px; margin-bottom:28px;}
.hero-meta-row{display:flex; gap:28px; flex-wrap:wrap; margin-top:32px;}
.hero-meta{border-left:2px solid var(--border); padding-left:14px;}
.hero-meta .n{font-family:var(--font-mono); color:var(--accent); font-size:20px;}
.hero-meta .l{font-size:12px; color:var(--text-faint); margin-top:2px;}

/* ---------- Hero (home) ---------- */
.hero{padding:96px 0 80px; position:relative; overflow:hidden;}
.hero:before{
  content:""; position:absolute; top:-200px; right:-160px; width:640px; height:640px; border-radius:50%;
  background:radial-gradient(circle, var(--accent-glow), transparent 70%); pointer-events:none;
}
.hero-grid{display:grid; grid-template-columns:1.1fr 0.9fr; gap:56px; align-items:center;}
.hero h1{font-size:clamp(32px,4.4vw,52px); line-height:1.12; margin-bottom:22px; font-family:var(--font-display); font-weight:700;}
.hero h1 .hl{color:var(--accent);}
.hero .sub{font-size:16.5px; color:var(--text-dim); max-width:520px; margin-bottom:32px;}
.hero-cta-row{display:flex; align-items:center; gap:20px; flex-wrap:wrap; margin-bottom:40px;}
.trust-badge{
  display:inline-flex; align-items:center; gap:10px; padding:9px 16px 9px 9px; border:1px solid var(--border);
  border-radius:30px; font-size:12.5px; color:var(--text-dim); background:var(--surface);
}
.trust-badge .avatars{display:flex;}
.trust-badge .avatars span{
  width:24px; height:24px; border-radius:50%; border:2px solid var(--surface); margin-left:-8px;
  background:linear-gradient(135deg, var(--accent), var(--teal));
}
.trust-badge .avatars span:first-child{margin-left:0;}
.trust-badge b{color:var(--text);}

.dial-wrap{display:flex; justify-content:center; position:relative;}
.dial{width:320px; height:320px; position:relative;}
.dial svg{width:100%; height:100%;}
.dial-readout{position:absolute; inset:0; display:flex; flex-direction:column; align-items:center; justify-content:center;}
.dial-readout .val{font-family:var(--font-mono); font-size:34px; color:var(--text); font-weight:500;}
.dial-readout .lbl{font-family:var(--font-mono); font-size:11px; letter-spacing:.1em; text-transform:uppercase; color:var(--accent); margin-top:6px;}
.dial-readout .sub2{font-size:11px; color:var(--text-faint); margin-top:2px;}

/* ---------- Section shell ---------- */
.section{padding:88px 0;}
.section-tight{padding:60px 0;}
.section-alt{background:var(--surface);}
.section-head{max-width:640px; margin-bottom:52px;}
.section-head.wide{max-width:760px;}
.section-head h2{font-size:clamp(26px,3vw,36px); line-height:1.2;}
.section-head p{color:var(--text-dim); font-size:15.5px; margin-top:14px;}

/* ---------- Grids / Cards ---------- */
.grid-4{display:grid; grid-template-columns:repeat(4,1fr); gap:18px;}
.grid-3{display:grid; grid-template-columns:repeat(3,1fr); gap:18px;}
.grid-2{display:grid; grid-template-columns:repeat(2,1fr); gap:18px;}
.service-card{
  background:var(--surface); border:1px solid var(--border-soft); border-radius:14px; padding:26px 22px;
  transition:all .2s ease;
}
.service-card:hover{border-color:var(--accent-dim); transform:translateY(-3px); background:var(--surface-2);}
.service-card .idx{font-family:var(--font-mono); font-size:11px; color:var(--accent); margin-bottom:14px;}
.service-card h3{font-size:15.5px; margin-bottom:8px; font-weight:600;}
.service-card p{font-size:13px; color:var(--text-faint);}
.service-card .tags{display:flex; flex-wrap:wrap; gap:6px; margin-top:14px;}
.service-card .tags span{font-family:var(--font-mono); font-size:10.5px; color:var(--text-faint); border:1px solid var(--border); border-radius:5px; padding:3px 7px;}

/* ---------- Why choose / feature rows ---------- */
.why-list{display:flex; flex-direction:column;}
.why-row{
  display:grid; grid-template-columns:56px 1fr; gap:22px; padding:26px 0; border-top:1px solid var(--border-soft);
  align-items:start;
}
.why-row:first-child{border-top:none;}
.why-gauge{
  width:52px; height:52px; border-radius:50%; border:1px solid var(--border);
  display:flex; align-items:center; justify-content:center; position:relative;
}
.why-gauge svg{position:absolute; inset:0;}
.why-row h3{font-size:16px; margin-bottom:6px;}
.why-row p{font-size:14px; color:var(--text-dim); max-width:640px;}

/* ---------- Stats ---------- */
.stats-band{
  background:var(--surface-2); border:1px solid var(--border-soft); border-radius:18px; padding:44px 40px;
  display:grid; grid-template-columns:repeat(4,1fr); gap:20px;
}
.stat{text-align:left; border-left:2px solid var(--border); padding-left:20px;}
.stat .num{font-family:var(--font-mono); font-size:clamp(28px,3vw,38px); color:var(--accent); font-weight:500;}
.stat .lbl{font-size:12.5px; color:var(--text-dim); margin-top:6px; letter-spacing:.01em;}

/* ---------- Process / pipeline ---------- */
.process-track{display:grid; grid-template-columns:repeat(4,1fr); gap:0; position:relative;}
.process-step{padding:0 20px 0 0; position:relative;}
.process-step:not(:last-child):after{
  content:""; position:absolute; top:26px; right:-2px; width:calc(100% - 20px); height:1px; background:var(--border);
}
.step-gauge{margin-bottom:20px;}
.process-step h3{font-size:15.5px; margin-bottom:8px;}
.process-step p{font-size:13px; color:var(--text-faint);}
.step-fill{font-family:var(--font-mono); font-size:11px; color:var(--accent); margin-bottom:8px; letter-spacing:.05em;}

.pipeline-list{display:flex; flex-direction:column;}
.pipeline-row{
  display:grid; grid-template-columns:70px 1fr; gap:24px; padding:28px 0; border-top:1px solid var(--border-soft);
}
.pipeline-row:first-child{border-top:none;}
.pipeline-mark{font-family:var(--font-mono); font-size:12px; color:var(--accent);}
.pipeline-mark .bar{display:block; width:44px; height:3px; background:var(--border); border-radius:2px; margin-top:10px; position:relative; overflow:hidden;}
.pipeline-mark .bar i{position:absolute; left:0; top:0; height:100%; background:var(--accent); display:block;}
.pipeline-row h3{font-size:16.5px; margin-bottom:8px;}
.pipeline-row p{font-size:14px; color:var(--text-dim); max-width:680px; margin-bottom:10px;}
.pipeline-row ul{margin-top:6px;}
.pipeline-row ul li{font-size:13px; color:var(--text-faint); padding-left:16px; position:relative; margin-bottom:6px;}
.pipeline-row ul li:before{content:"—"; position:absolute; left:0; color:var(--accent-dim);}

/* ---------- Comparison table ---------- */
.compare-table{width:100%; border-collapse:collapse; font-size:13.5px;}
.compare-table th,.compare-table td{text-align:left; padding:14px 16px; border-bottom:1px solid var(--border-soft);}
.compare-table th{font-family:var(--font-mono); font-size:11px; letter-spacing:.05em; text-transform:uppercase; color:var(--text-faint); font-weight:500;}
.compare-table td{color:var(--text-dim);}
.compare-table tr td:first-child, .compare-table tr th:first-child{color:var(--text); font-weight:600;}
.compare-wrap{overflow-x:auto; border:1px solid var(--border-soft); border-radius:14px; background:var(--surface);}
.compare-wrap table{min-width:640px;}

/* ---------- Tech grid ---------- */
.tech-cat{margin-bottom:34px;}
.tech-cat h4{font-family:var(--font-mono); font-size:12px; letter-spacing:.08em; text-transform:uppercase; color:var(--accent); margin-bottom:16px;}
.tech-pills{display:flex; flex-wrap:wrap; gap:10px;}
.tech-pill{
  padding:9px 16px; border:1px solid var(--border); border-radius:8px; font-size:13.5px; color:var(--text-dim);
  background:var(--surface); transition:all .15s ease;
}
.tech-pill:hover{border-color:var(--accent-dim); color:var(--text);}

/* ---------- FAQ ---------- */
.faq-item{border-top:1px solid var(--border-soft);}
.faq-item:last-child{border-bottom:1px solid var(--border-soft);}
.faq-q{
  width:100%; text-align:left; background:none; border:none; color:var(--text); padding:22px 0;
  display:flex; justify-content:space-between; align-items:center; font-size:15.5px; font-weight:600; gap:20px;
}
.faq-q .plus{width:18px; height:18px; position:relative; flex:none;}
.faq-q .plus:before,.faq-q .plus:after{content:""; position:absolute; background:var(--accent); transition:.25s ease;}
.faq-q .plus:before{width:100%; height:2px; top:8px;}
.faq-q .plus:after{width:2px; height:100%; left:8px;}
.faq-item.open .plus:after{transform:rotate(90deg); opacity:0;}
.faq-a{max-height:0; overflow:hidden; transition:max-height .3s ease;}
.faq-a p{padding-bottom:22px; font-size:14px; color:var(--text-dim); max-width:760px;}

/* ---------- Industry cards ---------- */
.industry-card{
  background:var(--surface); border:1px solid var(--border-soft); border-radius:14px; padding:28px;
  display:flex; flex-direction:column; gap:14px;
}
.industry-card .tag{font-family:var(--font-mono); font-size:11px; color:var(--accent); text-transform:uppercase; letter-spacing:.06em;}
.industry-card h3{font-size:17px;}
.industry-card p{font-size:13.5px; color:var(--text-dim);}
.industry-card .metric{margin-top:auto; padding-top:14px; border-top:1px solid var(--border-soft); font-family:var(--font-mono); font-size:12px; color:var(--text-faint);}
.industry-card .metric b{color:var(--accent); font-size:16px; display:block; margin-bottom:2px;}

/* ---------- CTA banner ---------- */
.cta-banner{
  background:var(--surface-2); border:1px solid var(--border-soft); border-radius:20px; padding:48px;
  display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:24px;
}
.cta-banner h2{font-size:clamp(22px,2.6vw,30px); max-width:520px;}
.cta-banner p{color:var(--text-dim); font-size:14.5px; margin-top:8px; max-width:480px;}

/* ---------- Interactive selector tool ---------- */
.selector-card{background:var(--surface); border:1px solid var(--border-soft); border-radius:16px; padding:36px;}
.selector-step{display:none;}
.selector-step.active{display:block;}
.selector-progress{display:flex; gap:6px; margin-bottom:28px;}
.selector-progress span{height:3px; flex:1; background:var(--border); border-radius:2px; overflow:hidden;}
.selector-progress span i{display:block; height:100%; width:0%; background:var(--accent); transition:width .3s ease;}
.selector-q{font-size:17px; font-weight:600; margin-bottom:20px; color:var(--text);}
.selector-options{display:flex; flex-direction:column; gap:10px;}
.selector-opt{
  display:block; width:100%; text-align:left; padding:15px 18px; border:1px solid var(--border);
  border-radius:10px; background:var(--bg); color:var(--text-dim); font-size:14.5px; cursor:pointer;
  transition:all .15s ease; font-family:var(--font-body);
}
.selector-opt:hover{border-color:var(--accent-dim); color:var(--text);}
.selector-opt.picked{border-color:var(--accent); color:var(--text); background:rgba(232,163,61,0.08);}
.selector-back{margin-top:20px; background:none; border:none; color:var(--text-faint); font-size:13px; cursor:pointer; padding:0;}
.selector-back:hover{color:var(--text-dim);}
.selector-result{display:none;}
.selector-result.active{display:block;}
.selector-result-tag{font-family:var(--font-mono); font-size:11px; color:var(--teal); text-transform:uppercase; letter-spacing:.06em; margin-bottom:10px;}
.selector-result h3{font-size:22px; margin-bottom:12px;}
.selector-result p{font-size:14.5px; color:var(--text-dim); margin-bottom:22px; max-width:560px;}
.selector-restart{background:none; border:1px solid var(--border); color:var(--text-dim); border-radius:8px; padding:9px 16px; font-size:13px; cursor:pointer; margin-left:10px;}
.selector-restart:hover{border-color:var(--accent-dim); color:var(--text);}


.contact-band{
  background:linear-gradient(180deg, var(--surface-2), var(--surface));
  border:1px solid var(--border-soft); border-radius:20px; padding:56px; display:grid;
  grid-template-columns:1fr 1fr; gap:56px;
}
.contact-band h2{font-size:clamp(24px,3vw,34px); line-height:1.2; margin-bottom:16px;}
.contact-band>div:first-child p{color:var(--text-dim); font-size:15px; max-width:400px;}
.field{margin-bottom:16px;}
.field label{display:block; font-size:12.5px; color:var(--text-faint); margin-bottom:6px;}
.field input,.field select{
  width:100%; background:var(--bg); border:1px solid var(--border); border-radius:8px; padding:12px 14px;
  color:var(--text); font-size:14px;
}
.field input:focus,.field select:focus{outline:2px solid var(--accent); outline-offset:1px; border-color:var(--accent);}
.field-row{display:grid; grid-template-columns:1fr 1fr; gap:14px;}
.file-drop{
  border:1.5px dashed var(--border); border-radius:8px; padding:16px; text-align:center; font-size:12.5px;
  color:var(--text-faint); cursor:pointer;
}
.file-drop:hover{border-color:var(--accent-dim); color:var(--text-dim);}

footer{padding:70px 0 30px; border-top:1px solid var(--border-soft); margin-top:40px;}
.footer-grid{display:grid; grid-template-columns:1.4fr repeat(4,1fr); gap:40px; margin-bottom:50px;}
.footer-col h4{font-size:13px; color:var(--text); margin-bottom:16px; letter-spacing:.02em;}
.footer-col ul li{margin-bottom:10px;}
.footer-col ul li a{font-size:13.5px; color:var(--text-faint);}
.footer-col ul li a:hover{color:var(--accent);}
.footer-brand p{font-size:13.5px; color:var(--text-faint); margin-top:14px; max-width:280px;}
.office-list{font-size:12.5px; color:var(--text-faint); line-height:1.9;}
.social-row{display:flex; gap:10px; margin-top:18px;}
.social-row a{
  width:34px; height:34px; border:1px solid var(--border); border-radius:8px; display:flex; align-items:center;
  justify-content:center; font-size:11px; color:var(--text-dim); font-family:var(--font-mono);
}
.social-row a:hover{border-color:var(--accent); color:var(--accent);}
.footer-bottom{
  display:flex; justify-content:space-between; flex-wrap:wrap; gap:14px; padding-top:26px; border-top:1px solid var(--border-soft);
  font-size:12.5px; color:var(--text-faint);
}
.footer-bottom ul{display:flex; gap:20px;}
.footer-bottom ul a:hover{color:var(--accent);}

@media(max-width:960px){
  .hero-grid{grid-template-columns:1fr;}
  .dial-wrap{order:-1; margin-bottom:10px;}
  .dial{width:220px; height:220px;}
  nav.primary-nav{display:none;}
  .menu-toggle{display:flex;}
  .grid-4{grid-template-columns:repeat(2,1fr);}
  .grid-3{grid-template-columns:repeat(2,1fr);}
  .grid-2{grid-template-columns:1fr;}
  .stats-band{grid-template-columns:repeat(2,1fr);}
  .process-track{grid-template-columns:repeat(2,1fr); row-gap:36px;}
  .process-step:after{display:none;}
  .pipeline-row{grid-template-columns:1fr;}
  .contact-band{grid-template-columns:1fr; padding:32px;}
  .footer-grid{grid-template-columns:repeat(2,1fr);}
  .cta-banner{flex-direction:column; align-items:flex-start;}
}
@media(max-width:560px){
  .grid-4{grid-template-columns:1fr;}
  .grid-3{grid-template-columns:1fr;}
  .stats-band{grid-template-columns:1fr; padding:30px 24px;}
  .footer-grid{grid-template-columns:1fr;}
  .field-row{grid-template-columns:1fr;}
  #cookieBanner{flex-direction:column; align-items:flex-start;}
  .hero-meta-row{gap:18px;}
}
@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto;}
  *{transition:none !important; animation:none !important;}
}
