.tech-strip {
  padding: 28px 0;
  border-bottom: 1px solid #e8ebf3;
  background: linear-gradient(180deg,#fff 0%,#f8faff 100%);
}

.tech-strip > .shell { width: calc(100% - 24px); max-width: none; }

.tech-panel {
  position: relative;
  padding: 30px 0 16px;
  border: 1px solid rgba(47,73,132,.12);
  border-radius: 24px;
  background: linear-gradient(145deg,rgba(255,255,255,.98),rgba(242,246,255,.96));
  box-shadow: 0 30px 80px rgba(31,48,94,.1),inset 0 1px 0 #fff;
  overflow: hidden;
  isolation: isolate;
}

.tech-panel::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .33;
  background-image: linear-gradient(rgba(58,79,126,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(58,79,126,.07) 1px,transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(180deg,#000,transparent 82%);
}

.tech-panel__glow { position: absolute; z-index: -1; width: 300px; height: 300px; border-radius: 50%; filter: blur(65px); opacity: .12; pointer-events: none; }
.tech-panel__glow--one { left: -100px; top: -170px; background: #ff6b35; }
.tech-panel__glow--two { right: -80px; bottom: -190px; background: #7c3aed; }

.tech-strip__heading { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0,1.35fr) minmax(290px,.65fr); align-items: end; gap: 40px; padding: 0 42px; margin-bottom: 22px; }
.tech-strip__heading > div > span { display: inline-flex; align-items: center; gap: 8px; color: #e8583e; font: 800 10px "Manrope"; letter-spacing: .16em; text-transform: uppercase; }
.tech-strip__heading > div > span::before { content: ""; width: 24px; height: 1px; background: #e8583e; }
.tech-strip__heading h2 { max-width: 760px; margin: 9px 0 0; color: #0b1734; font: 700 clamp(28px,2.8vw,40px)/1.04 "Manrope"; letter-spacing: -.052em; }
.tech-strip__heading h2 em { color: #e94c50; background: linear-gradient(100deg,#f06435,#f43f5e 54%,#7c3aed); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-style: normal; }
.tech-strip__heading p { max-width: 460px; margin: 0; color: #63708b; font-size: 12px; line-height: 1.6; }

.tech-flow { position: relative; z-index: 2; padding: 12px 0; border-top: 1px solid rgba(46,70,122,.09); border-bottom: 1px solid rgba(46,70,122,.09); background: rgba(245,248,255,.64); }
.tech-marquee { width: 100%; padding: 4px 0; overflow: hidden; -webkit-mask-image: linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent); mask-image: linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent); }
.tech-marquee + .tech-marquee { margin-top: 10px; }
.tech-track { display: flex; width: max-content; will-change: transform; }
.tech-track.is-ready { animation: techMarquee 44s linear infinite; }
.tech-marquee--reverse .tech-track.is-ready { animation-direction: reverse; animation-duration: 48s; }
.tech-marquee:hover .tech-track, .tech-marquee:focus-within .tech-track { animation-play-state: paused; }
.tech-group { display: flex; flex: none; align-items: center; gap: 10px; padding-right: 10px; }

.tech-category, .tech-pill { display: inline-flex; flex: none; align-items: center; min-height: 40px; border-radius: 11px; white-space: nowrap; }
.tech-category { gap: 9px; padding: 0 17px; border: 1px solid rgba(232,88,62,.15); color: #bd4937; background: #fff0eb; font: 800 9px "Manrope"; letter-spacing: .11em; text-transform: uppercase; }
.tech-category i { width: 7px; height: 7px; border-radius: 50%; background: #f05a3e; box-shadow: 0 0 0 4px rgba(240,90,62,.1); }
.tech-category--ai { color: #6743b9; border-color: rgba(105,70,189,.13); background: #f1ebff; }
.tech-category--ai i { background: #8257dc; box-shadow: 0 0 0 4px rgba(130,87,220,.1); }

.tech-pill { gap: 8px; padding: 4px 14px 4px 5px; border: 1px solid rgba(46,69,117,.11); color: #26334e; background: rgba(255,255,255,.9); box-shadow: 0 7px 20px rgba(35,54,98,.055); font: 700 12px "Manrope"; transition: border-color .25s ease,box-shadow .25s ease,transform .25s ease; }
.tech-pill:hover { border-color: rgba(47,94,235,.24); box-shadow: 0 12px 28px rgba(37,67,144,.11); transform: translateY(-2px); }
.tech-mark { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid rgba(45,65,108,.08); border-radius: 8px; color: #43506b; background: #f0f3f9; font: 800 8px "Manrope"; letter-spacing: -.02em; transition: color .25s ease,background .25s ease; }

.tech-mark--wordpress { color: #176b8e; background: #e8f4f8; }.tech-mark--php { color: #62679d; background: #eeeffa; font-size: 7px; }.tech-mark--laravel { color: #dc493f; background: #fff0ef; }.tech-mark--react,.tech-mark--native { color: #14718b; background: #e8f8fc; }.tech-mark--flutter { color: #176fc0; background: #e9f5ff; }.tech-mark--next { color: #fff; background: #171b24; }.tech-mark--django { color: #176447; background: #e8f5ef; }.tech-mark--node { color: #397339; background: #edf7eb; }.tech-mark--shopify { color: #5d8d31; background: #eff7e8; }.tech-mark--aws { color: #9c6500; background: #fff5df; font-size: 14px; }
.tech-mark--chatgpt,.tech-mark--openai { color: #087d64; background: #e7f7f3; }.tech-mark--gemini { color: #6852b9; background: #f0ecff; }.tech-mark--claude { color: #a5543e; background: #faeee9; }.tech-mark--n8n { color: #c84070; background: #fdebf2; font-size: 7px; }.tech-mark--langchain { color: #285b4e; background: #eaf4f0; font-size: 7px; }.tech-mark--huggingface { color: #806300; background: #fff7d9; font-size: 7px; }.tech-mark--pinecone { color: #4d4e9c; background: #eeeeff; }.tech-mark--make { color: #6436c8; background: #f1eaff; }.tech-mark--zapier { color: #c74408; background: #fff0e8; font-size: 15px; }

.tech-panel__proof { position: relative; z-index: 2; display: flex; justify-content: center; gap: 32px; padding: 16px 30px 0; color: #596783; font-size: 10px; font-weight: 650; }
.tech-panel__proof span { display: inline-flex; align-items: center; gap: 7px; }
.tech-panel__proof i { display: grid; place-items: center; width: 17px; height: 17px; border-radius: 50%; color: #16835d; background: #e5f7ef; font-size: 8px; font-style: normal; }
.no-js .tech-group { flex-wrap: wrap; justify-content: center; padding-inline: 14px; }

@keyframes techMarquee { to { transform: translate3d(var(--tech-shift),0,0); } }

@media (prefers-reduced-motion: reduce) {
  .tech-track.is-ready { animation: none; }
  .tech-marquee { overflow-x: auto; scrollbar-width: none; mask-image: none; }
  .tech-marquee::-webkit-scrollbar { display: none; }
}
