:root{
  --radius-sm:8px;
  --radius-md:16px;
  --radius-lg:28px;
  --orange-hover:#F0834F;
}
*{box-sizing:border-box; margin:0; padding:0;}
html{scroll-behavior:smooth;}
body{
  font-family:'Inter', sans-serif;
  color:var(--neutral-ink);
  background:var(--neutral-white);
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
h1,h2,h3,h4{font-family:'Sora', sans-serif; color:var(--brand-navy); line-height:1.15;}
a{color:inherit; text-decoration:none;}
img,svg{display:block; max-width:100%;}
.wrap{max-width:1160px; margin:0 auto; padding:0 32px;}
.eyebrow{
  font-family:'IBM Plex Mono', monospace;
  font-size:12.5px;
  font-weight:500;
  letter-spacing:0.12em;
  text-transform:uppercase;
  color:var(--brand-orange);
  display:flex; align-items:center; gap:10px;
}
.eyebrow::before{content:""; width:22px; height:2px; background:var(--brand-orange); display:inline-block;}
.btn{
  display:inline-flex; align-items:center; gap:8px;
  padding:14px 26px;
  border-radius:999px;
  font-family:'Sora', sans-serif;
  font-weight:600;
  font-size:15px;
  cursor:pointer;
  border:1.5px solid transparent;
  transition:transform .15s ease, box-shadow .15s ease, background .15s ease, color .15s ease;
}
.btn:hover{transform:translateY(-2px);}
.btn-primary{background:var(--brand-orange); color:var(--neutral-white);}
.btn-primary:hover{background:var(--orange-hover); box-shadow:0 10px 24px rgba(232,98,44,0.28);}
.btn-ghost{border-color:rgba(255,255,255,0.35); color:var(--neutral-white);}
.btn-ghost:hover{background:rgba(255,255,255,0.1);}
.btn-navy{border-color:var(--brand-navy); color:var(--brand-navy);}
.btn-navy:hover{background:var(--brand-navy); color:var(--neutral-white);}
.btn-outline-light{border-color:var(--neutral-silver); color:var(--brand-navy);}
.btn-outline-light:hover{border-color:var(--brand-orange); color:var(--brand-orange);}
.top-stack{position:sticky; top:0; z-index:50;}
.service-ticker{background:var(--navy-900); color:var(--neutral-white); overflow:hidden;}
.service-ticker-inner{display:flex; align-items:center; justify-content:center; gap:10px; padding:8px 32px; font-size:13px; font-weight:500;}
.service-ticker-icon{color:var(--brand-orange); display:flex; flex-shrink:0;}
.service-ticker-icon svg{width:14px; height:14px;}
.service-ticker-label{color:rgba(255,255,255,0.55); white-space:nowrap;}
.service-ticker-rotator{position:relative; height:18px; width:260px; display:flex; align-items:center;}
.service-ticker-item{position:absolute; left:0; opacity:0; transform:translateY(6px); transition:opacity .4s ease, transform .4s ease; white-space:nowrap; color:var(--neutral-white); font-weight:600;}
.service-ticker-item.is-active{opacity:1; transform:translateY(0);}
header{
  position:relative; z-index:1;
  background:rgba(255,255,255,0.88);
  backdrop-filter:blur(10px);
  border-bottom:1px solid var(--color-border);
}
.nav{display:flex; align-items:center; padding:16px 32px;}
.logo{display:flex; align-items:center; gap:12px; margin-right:56px;}
.logo-badge{width:50px; height:50px; border-radius:13px; background:var(--brand-navy); display:flex; align-items:center; justify-content:center; flex-shrink:0;}
.logo-text{display:flex; flex-direction:column; gap:2px;}
.logo-word{font-family:'Sora', sans-serif; font-weight:700; font-size:23px; letter-spacing:0.107em; color:var(--brand-navy); white-space:nowrap; line-height:1;}
.logo-word span{color:var(--brand-orange);}
.logo-tagline{font-family:'IBM Plex Mono', monospace; font-size:12px; font-weight:500; letter-spacing:0.1em; text-transform:uppercase; color:var(--brand-slate); white-space:nowrap;}
.nav-links{display:flex; align-items:center; gap:32px; margin-left:auto;}
.nav-links a{font-size:14.5px; font-weight:500; color:var(--brand-slate); display:inline-flex; align-items:center;}
.nav-links a:hover{color:var(--brand-navy);}
.nav-links a.active{color:var(--brand-navy); font-weight:600;}
.menu-toggle{display:none; background:none; border:none; cursor:pointer; padding:6px;}
.menu-toggle span{display:block; width:22px; height:2px; background:var(--brand-navy); margin:5px 0; border-radius:2px;}
.hero{
  background:linear-gradient(180deg, var(--navy-900) 0%, var(--brand-navy) 100%);
  color:var(--neutral-white);
  padding:88px 0 110px;
  position:relative;
  overflow:hidden;
}
.hero .wrap{display:grid; grid-template-columns:1.15fr 0.85fr; gap:56px; align-items:center; position:relative; z-index:2;}
.hero .eyebrow{color:var(--orange-hover);}
.hero .eyebrow::before{background:var(--orange-hover);}
.hero h1{font-size:46px; font-weight:700; color:var(--neutral-white); margin:20px 0 22px; letter-spacing:-0.01em;}
.hero h1 em{font-style:normal; color:var(--orange-hover);}
.hero p.lead{font-size:17.5px; color:rgba(255,255,255,0.78); max-width:480px; margin-bottom:34px;}
.hero-ctas{display:flex; gap:14px; flex-wrap:wrap; margin-bottom:44px;}
.hero-badges{display:flex; gap:28px; flex-wrap:wrap;}
.hero-badge{display:flex; align-items:center; gap:9px; font-size:13.5px; color:rgba(255,255,255,0.65); font-weight:500;}
.hero-badge svg{width:16px; height:16px; flex-shrink:0;}
.hero-visual{position:relative; height:420px; display:flex; align-items:center; justify-content:center;}
.service-wheel{position:relative; width:320px; height:320px;}
.service-wheel-ring{position:absolute; inset:0; border:1.5px dashed rgba(240,131,79,0.3); border-radius:50%;}
.service-wheel-hub{
  position:absolute; top:50%; left:50%; width:66px; height:66px; margin:-33px 0 0 -33px;
  background:var(--brand-navy); border-radius:18px; display:flex; align-items:center; justify-content:center;
  box-shadow:0 16px 32px rgba(0,0,0,0.28); z-index:2; border:1px solid rgba(255,255,255,0.15);
}
.service-wheel-hub svg{width:30px; height:30px;}
.service-wheel-orbit{position:absolute; inset:0; animation:wheel-spin 44s linear infinite;}
.service-wheel-node{
  position:absolute; top:50%; left:50%; width:54px; height:54px; margin:-27px 0 0 -27px;
  transform:rotate(var(--angle)) translateY(-150px);
}
.service-wheel-icon{
  position:relative;
  width:100%; height:100%; border-radius:14px; background:var(--neutral-white);
  border:1px solid var(--color-border); box-shadow:0 10px 24px rgba(14,36,56,0.18);
  display:flex; align-items:center; justify-content:center;
  animation:wheel-counter-spin 44s linear infinite;
}
.service-wheel-node[data-role="security"] .service-wheel-icon::before{
  content:"";
  position:absolute; inset:-6px;
  border-radius:16px;
  border:2px solid var(--brand-orange);
  opacity:0;
  animation:security-pulse 2.4s ease-out infinite;
}
@keyframes security-pulse{
  0%{opacity:.55; transform:scale(.88);}
  70%, 100%{opacity:0; transform:scale(1.35);}
}
.service-wheel-node[data-role="dev"] .service-wheel-icon::after{
  content:"";
  position:absolute; bottom:9px; right:10px;
  width:2px; height:11px; border-radius:1px;
  background:var(--brand-orange);
  animation:dev-cursor-blink 1s steps(1, end) infinite;
}
@keyframes dev-cursor-blink{
  0%, 49%{opacity:1;}
  50%, 100%{opacity:0;}
}
.service-wheel-icon svg{width:24px; height:24px; color:var(--brand-orange);}
@keyframes wheel-spin{to{transform:rotate(360deg);}}
@keyframes wheel-counter-spin{
  from{rotate:calc(-1 * var(--angle));}
  to{rotate:calc(-1 * var(--angle) - 360deg);}
}
@media (prefers-reduced-motion: reduce){
  .service-wheel-orbit, .service-wheel-icon{animation:none;}
  .service-wheel-node[data-role="security"] .service-wheel-icon::before,
  .service-wheel-node[data-role="dev"] .service-wheel-icon::after{animation:none; content:none;}
}
.trust{background:var(--neutral-mist); border-bottom:1px solid var(--color-border); padding:20px 0;}
.trust .wrap{display:grid; grid-template-columns:1fr 1fr; align-items:center; gap:16px 40px;}
.trust-item{display:flex; align-items:center; gap:10px; font-size:13.5px; color:var(--brand-slate); font-weight:500;}
.trust-item svg{width:18px; height:18px; color:var(--brand-orange); flex-shrink:0;}
section{padding:100px 0;}
.section-head{max-width:600px; margin-bottom:56px;}
.section-head h2{font-size:32px; margin:16px 0 14px;}
.section-head p{color:var(--brand-slate); font-size:16px;}
.section-head.center{margin-inline:auto; text-align:center;}
.center-btn{display:flex; justify-content:center; margin-top:40px;}
.page-header{
  background:linear-gradient(180deg, var(--navy-900) 0%, var(--brand-navy) 100%);
  color:var(--neutral-white);
  padding:72px 0 64px;
  text-align:center;
}
.page-header .eyebrow{color:var(--orange-hover); justify-content:center;}
.page-header h1{color:var(--neutral-white); font-size:38px; margin:16px 0 12px;}
.page-header p{color:rgba(255,255,255,0.75); max-width:580px; margin-inline:auto; font-size:16px;}
.services-grid{display:grid; grid-template-columns:repeat(3, 1fr); gap:20px;}
.service-card{
  background:var(--neutral-white);
  border:1px solid var(--color-border);
  border-radius:var(--radius-md);
  padding:32px;
  transition:border-color .15s ease, transform .15s ease, box-shadow .15s ease;
}
.service-card:hover{border-color:var(--brand-orange); transform:translateY(-3px); box-shadow:0 16px 32px rgba(21,58,91,0.08);}
.service-card.featured{grid-column:span 2;}
.service-icon{
  width:46px; height:46px; border-radius:12px;
  background:var(--orange-50);
  display:flex; align-items:center; justify-content:center;
  margin-bottom:20px;
}
.service-icon svg{width:22px; height:22px; color:var(--brand-orange);}
.service-card h3{font-size:18px; margin-bottom:10px;}
.service-card p{font-size:14.5px; color:var(--brand-slate);}
.service-list-grid{display:grid; grid-template-columns:1fr 1fr; gap:14px 28px; margin-top:8px;}
.service-list-item{display:flex; align-items:center; gap:14px; padding:16px 18px; background:var(--neutral-white); border:1px solid var(--color-border); border-radius:var(--radius-sm); font-family:'Sora',sans-serif; font-weight:600; font-size:15px; color:var(--brand-navy); transition:border-color .15s ease, transform .15s ease;}
.service-list-item:hover{border-color:var(--brand-orange); transform:translateY(-2px);}
.service-list-item .check{width:24px; height:24px; border-radius:50%; background:var(--orange-50); display:flex; align-items:center; justify-content:center; flex-shrink:0;}
.service-list-item .check svg{width:12px; height:12px; color:var(--brand-orange);}
.services-note{margin-top:40px; font-size:16.5px; line-height:1.7; color:var(--brand-slate); max-width:760px;}
.process{background:var(--neutral-mist);}
.process-row{display:grid; grid-template-columns:repeat(4, 1fr); gap:0; position:relative; margin-top:20px;}
.process-row::before{
  content:""; position:absolute; top:23px; left:11%; right:11%; height:1.5px;
  background:repeating-linear-gradient(90deg, var(--neutral-steel) 0 8px, transparent 8px 16px);
}
.process-step{position:relative; padding-right:20px;}
.step-num{
  width:46px; height:46px; border-radius:50%;
  background:var(--brand-navy); color:var(--neutral-white);
  font-family:'Sora', sans-serif; font-weight:700; font-size:16px;
  display:flex; align-items:center; justify-content:center;
  margin-bottom:22px; position:relative; z-index:1;
}
.process-step h4{font-size:16.5px; margin-bottom:8px; color:var(--brand-navy);}
.process-step p{font-size:14px; color:var(--brand-slate);}
.why{display:grid; grid-template-columns:1fr 1fr; gap:64px; align-items:center;}
.why-list{display:flex; flex-direction:column; gap:22px; margin-top:28px;}
.why-item{display:flex; gap:16px;}
.why-item .check{
  width:26px; height:26px; border-radius:50%; background:var(--orange-50);
  display:flex; align-items:center; justify-content:center; flex-shrink:0; margin-top:2px;
}
.why-item .check svg{width:13px; height:13px; color:var(--brand-orange);}
.why-item h4{font-size:15.5px; margin-bottom:4px; color:var(--brand-navy);}
.why-item p{font-size:14px; color:var(--brand-slate);}
.why-panel{
  background:var(--brand-navy); border-radius:var(--radius-lg); padding:44px;
  color:var(--neutral-white); position:relative; overflow:hidden;
}
.why-panel .quote-mark{font-family:'Sora', sans-serif; font-size:64px; color:var(--brand-orange); line-height:1; margin-bottom:8px;}
.why-panel p.quote{font-size:19px; font-family:'Sora', sans-serif; font-weight:500; line-height:1.5; margin-bottom:24px;}
.why-panel .who{font-size:13.5px; color:rgba(255,255,255,0.65);}
.why-panel .who strong{color:rgba(255,255,255,0.9); font-weight:600;}
.testimonial-grid{display:grid; grid-template-columns:repeat(2,1fr); gap:24px;}
.testimonial-card{background:var(--neutral-white); border:1px solid var(--color-border); border-radius:var(--radius-md); padding:36px; display:flex; flex-direction:column;}
.testimonial-card .quote-mark{font-family:'Sora',sans-serif; font-size:44px; color:var(--brand-orange); line-height:1; margin-bottom:6px;}
.testimonial-card p.quote{font-size:15.5px; color:var(--neutral-ink); margin-bottom:22px; line-height:1.7; flex:1;}
.testimonial-card .who{font-family:'Sora',sans-serif; font-weight:600; font-size:14.5px; color:var(--brand-navy); border-top:1px solid var(--color-border); padding-top:16px;}
.testimonial-card .who span{display:block; font-family:'Inter',sans-serif; font-weight:400; font-size:13px; color:var(--brand-slate); margin-top:2px;}
.testimonial-card.featured{grid-column:1 / -1;}
.skills-grid{display:grid; grid-template-columns:repeat(2,1fr); gap:24px; margin-top:20px;}
.skill-card{padding:28px; border:1px solid var(--color-border); border-radius:var(--radius-md); background:var(--neutral-white);}
.skill-card h4{font-size:15.5px; color:var(--brand-navy); margin-bottom:16px; font-family:'Sora',sans-serif;}
.skill-tags{display:flex; flex-wrap:wrap; gap:8px;}
.skill-tag{font-size:13px; font-weight:500; padding:6px 12px; border-radius:999px; background:var(--neutral-mist); color:var(--brand-slate); border:1px solid var(--color-border);}
.stat-row{display:flex; gap:44px; margin-top:32px; flex-wrap:wrap;}
.stat .num{font-family:'Sora',sans-serif; font-weight:700; font-size:28px; color:var(--brand-navy); display:block;}
.stat .label{font-size:12.5px; color:var(--brand-slate); text-transform:uppercase; letter-spacing:.05em; margin-top:4px;}
.contact-grid{display:grid; grid-template-columns:1.2fr .8fr; gap:48px; align-items:start;}
.form-card{background:var(--neutral-white); border:1px solid var(--color-border); border-radius:var(--radius-md); padding:36px;}
.form-row{display:grid; grid-template-columns:1fr 1fr; gap:18px;}
.form-group{margin-bottom:18px; display:flex; flex-direction:column; gap:6px;}
.form-group label{font-family:'Sora',sans-serif; font-weight:600; font-size:13.5px; color:var(--brand-navy);}
.form-group input, .form-group textarea{padding:12px 14px; border:1.5px solid var(--neutral-silver); border-radius:var(--radius-sm); font-family:'Inter',sans-serif; font-size:14.5px; color:var(--neutral-ink); background:var(--neutral-white); transition:border-color .15s ease, box-shadow .15s ease;}
.form-group input:focus, .form-group textarea:focus{outline:none; border-color:var(--brand-orange); box-shadow:0 0 0 3px var(--orange-50);}
.form-status{margin-top:14px; font-size:13.5px; color:var(--brand-slate); display:none;}
.form-status.visible{display:block;}
.info-card{background:var(--brand-navy); border-radius:var(--radius-md); padding:32px; color:var(--neutral-white); margin-bottom:20px;}
.info-card h4{color:var(--neutral-white); font-size:16px; margin-bottom:20px;}
.info-item{display:flex; gap:14px; align-items:flex-start; padding-bottom:18px; margin-bottom:18px; border-bottom:1px solid rgba(255,255,255,0.12);}
.info-item:last-child{border-bottom:none; margin-bottom:0; padding-bottom:0;}
.info-item svg{width:20px; height:20px; color:var(--orange-hover); flex-shrink:0; margin-top:2px;}
.info-item .label{font-size:12px; text-transform:uppercase; letter-spacing:.06em; color:rgba(255,255,255,0.55); margin-bottom:3px;}
.info-item .value{font-size:14.5px; color:var(--neutral-white); font-weight:500;}
.support-card{background:var(--orange-50); border:1px solid var(--orange-100); border-radius:var(--radius-md); padding:28px;}
.support-card h4{font-size:15.5px; color:var(--brand-navy); margin-bottom:8px;}
.support-card p{font-size:13.5px; color:var(--brand-slate); margin-bottom:16px;}
.cta-banner{
  background:var(--brand-navy);
  border-radius:var(--radius-lg);
  padding:64px 56px;
  display:flex; align-items:center; justify-content:space-between; gap:32px; flex-wrap:wrap;
  color:var(--neutral-white);
  margin:0 32px;
  max-width:1160px;
  margin-inline:auto;
}
.cta-banner h2{color:var(--neutral-white); font-size:28px; margin-bottom:8px;}
.cta-banner p{color:rgba(255,255,255,0.7); font-size:15px;}
footer{background:var(--navy-900); color:rgba(255,255,255,0.7); padding:64px 0 28px;}
.footer-top{display:grid; grid-template-columns:1.3fr .9fr .9fr 1fr; gap:40px; margin-bottom:48px;}
.footer-logo{display:flex; align-items:center; gap:12px; margin-bottom:16px;}
.footer-logo .logo-word{color:var(--neutral-white);}
.footer-logo .logo-tagline{color:rgba(255,255,255,0.4);}
footer p.desc{font-size:14px; max-width:320px;}
footer h5{font-family:'Sora', sans-serif; color:var(--neutral-white); font-size:14px; margin-bottom:18px; font-weight:600;}
footer ul{list-style:none; display:flex; flex-direction:column; gap:11px;}
footer ul a{font-size:14px; color:rgba(255,255,255,0.65);}
footer ul a:hover{color:var(--orange-hover);}
.footer-bottom{border-top:1px solid rgba(255,255,255,0.1); padding-top:24px; display:flex; justify-content:space-between; font-size:13px; color:rgba(255,255,255,0.45); flex-wrap:wrap; gap:12px;}
@media (max-width: 880px){
  .nav-links{display:none;}
  .menu-toggle{display:block;}
  .nav-links{
    position:absolute;
    top:100%;
    left:0;
    right:0;
    flex-direction:column;
    align-items:flex-start;
    gap:4px;
    background:var(--neutral-white);
    padding:12px 32px 24px;
    border-bottom:1px solid var(--color-border);
    box-shadow:0 16px 24px rgba(14,36,56,0.1);
  }
  .nav-links a{width:100%; padding:10px 0;}
  .hero .wrap{grid-template-columns:1fr;}
  .hero-visual{height:280px; order:-1;}
  .service-wheel{width:220px; height:220px;}
  .service-wheel-node{width:44px; height:44px; margin:-22px 0 0 -22px; transform:rotate(var(--angle)) translateY(-104px);}
  .service-wheel-hub{width:54px; height:54px; margin:-27px 0 0 -27px;}
  .service-wheel-hub svg{width:24px; height:24px;}
  .service-wheel-icon svg{width:20px; height:20px;}
  .hero h1{font-size:34px;}
  .services-grid{grid-template-columns:1fr;}
  .service-card.featured{grid-column:span 1;}
  .process-row{grid-template-columns:1fr 1fr; row-gap:36px;}
  .process-row::before{display:none;}
  .why{grid-template-columns:1fr;}
  .footer-top{grid-template-columns:1fr; gap:32px;}
  .cta-banner{padding:44px 28px;}
  .page-header h1{font-size:28px;}
  .service-list-grid{grid-template-columns:1fr;}
  .testimonial-grid{grid-template-columns:1fr;}
  .contact-grid{grid-template-columns:1fr;}
  .form-row{grid-template-columns:1fr;}
  .skills-grid{grid-template-columns:1fr;}
  .trust .wrap{grid-template-columns:1fr;}
}
@media (max-width:600px){
  .service-ticker-label{display:none;}
  .service-ticker-rotator{width:190px;}
  .service-ticker-inner{padding:8px 20px;}
}
@media (prefers-reduced-motion: reduce){
  .service-ticker-item{transition:none;}
}
