.tech-stack{background-color:var(--color-background);padding-bottom:var(--space-section-desktop);padding-top:var(--space-section-desktop);width:100%}.tech-stack__inner{margin-left:auto;margin-right:auto;max-width:var(--container-width);padding-left:var(--space-24);padding-right:var(--space-24)}.tech-stack__heading,.tech-stack__pre-heading{text-align:center}.tech-stack__pre-heading{margin-bottom:var(--space-8)}.tech-stack__pre-heading:before{background-color:var(--color-h6);content:"";display:inline-block;height:1em;margin-right:var(--space-8);vertical-align:middle;width:3px}.tech-stack__heading{margin-bottom:var(--space-32)}.tech-stack__accordion{display:none}.tech-stack__tabs{display:flex;flex-wrap:wrap;gap:var(--space-12);justify-content:center;margin-bottom:var(--space-32)}.tech-stack__tab{background-color:#fff;border:1px solid var(--color-border);border-radius:var(--radius-full);color:var(--color-text);cursor:pointer;font-family:var(--font-family-primary);font-size:var(--font-body16-size);font-weight:500;line-height:1.35;padding:var(--space-12) var(--space-24);transition:background-color .2s,border-color .2s,color .2s}.tech-stack__tab:hover{border-color:var(--color-muted)}.tech-stack__tab.is-active{background-color:var(--color-action);border-color:var(--color-action);color:#fff}.tech-stack__grid{display:flex;flex-wrap:wrap;gap:var(--space-24);justify-content:center}.tech-stack__logo-card{align-items:center;display:flex;flex:0 0 calc(16.66667% - var(--space-24)*5/6);justify-content:center;min-width:100px}.tech-stack__logo-img{height:auto;max-height:120px;object-fit:contain;width:auto}@media (max-width:1024px){.tech-stack__grid{gap:var(--space-20)}.tech-stack__logo-card{flex:0 0 calc(33.33333% - var(--space-20)*2/3);min-width:90px}}.tech-stack__accordion-item{border-bottom:1px solid var(--color-border)}.tech-stack__accordion-item:first-child{border-top:1px solid var(--color-border)}.tech-stack__accordion-trigger{align-items:center;background:none;border:none;color:var(--color-primary);cursor:pointer;display:flex;font-family:var(--font-family-primary);font-size:var(--font-body16-size);font-weight:600;justify-content:space-between;padding:var(--space-16) 0;text-align:left;width:100%}.tech-stack__accordion-trigger:hover{color:var(--color-action)}.tech-stack__accordion-title{flex:1;padding-right:var(--space-12)}.tech-stack__accordion-icon{background-color:var(--color-action);border-radius:50%;flex-shrink:0;height:24px;position:relative;transition:transform .2s;width:24px}.tech-stack__accordion-icon:after,.tech-stack__accordion-icon:before{background-color:#fff;content:"";left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.tech-stack__accordion-icon:before{height:2px;width:10px}.tech-stack__accordion-icon:after{height:10px;transition:opacity .2s,transform .2s;width:2px}.tech-stack__accordion-item.is-open .tech-stack__accordion-icon:after{opacity:0;transform:translate(-50%,-50%) rotate(90deg)}.tech-stack__accordion-panel{padding-bottom:var(--space-16)}.tech-stack__accordion-grid{display:flex;flex-wrap:wrap;gap:var(--space-16);justify-content:center}.tech-stack__accordion-grid .tech-stack__logo-card{flex:0 0 calc((100% - var(--space-16))/2);min-width:80px}@media (max-width:767px){.tech-stack{padding-bottom:var(--space-section-mobile);padding-top:var(--space-section-mobile)}.tech-stack__inner{padding-left:var(--space-16);padding-right:var(--space-16)}.tech-stack__heading{margin-bottom:var(--space-24)}.tech-stack__grid,.tech-stack__tabs{display:none!important}.tech-stack__accordion{display:block}.tech-stack__accordion-grid .tech-stack__logo-card{flex:0 0 calc((100% - var(--space-16))/2);min-width:80px}}