.problemStatement{padding:5rem 0;gap:3.5rem}.problemStatement,.problemStatement__header{display:flex;flex-direction:column;align-items:center}.problemStatement__header{text-align:center;width:min(95%,70%);gap:.75rem}.problemStatement__eyebrow{font-family:var(--family-text);font-weight:var(--font-text);font-size:.7rem;letter-spacing:.22em;text-transform:uppercase;color:var(--color-secondary)}.problemStatement__title{font-family:var(--family-title);font-weight:var(--font-title);font-size:clamp(1.75rem,3.5vw,2.5rem);color:var(--text-heading);line-height:1.2;letter-spacing:-.02em;margin:0}.problemStatement__divider{width:3rem;height:2px;background:var(--color-secondary);border-radius:2px;margin:.25rem 0;opacity:.7}.problemStatement__subtitle{font-family:var(--family-text);font-weight:var(--font-text);font-size:1rem;color:var(--text-muted);line-height:1.7;margin:0}.problemStatement__body{display:flex;flex-direction:column;gap:1.5rem;width:min(95%,1400px)}.problemStatement__core{background:var(--color-background);border:1px solid var(--color-border);border-left:3px solid var(--color-secondary);border-radius:12px;padding:1.75rem 2rem;display:flex;flex-direction:column;gap:.5rem;box-shadow:var(--shadow-s)}.problemStatement__coreLabel{font-family:var(--family-text);font-weight:var(--font-text);font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;color:var(--color-secondary);opacity:.85}.problemStatement__coreTitle{font-family:var(--family-title);font-weight:var(--font-title);font-size:1.2rem;color:var(--text-heading);line-height:1.4;margin:0}.problemStatement__coreDesc{font-family:var(--family-text);font-weight:var(--font-text);font-size:.95rem;color:var(--text-muted);line-height:1.7;margin:0}.problemStatement__grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem}.problemStatement__card{background:var(--color-secondary-background);border:1px solid var(--color-border);border-radius:12px;padding:1.25rem 1.5rem;box-shadow:var(--shadow-xs);transition:box-shadow .25s ease,transform .25s ease}.problemStatement__card:hover{box-shadow:var(--shadow-m);transform:translateY(-2px)}.problemStatement__cardRow{display:flex;gap:.75rem;align-items:flex-start}.problemStatement__dot{width:8px;height:8px;border-radius:50%;background:var(--color-secondary);opacity:.75;flex-shrink:0;margin-top:5px}.problemStatement__cardTitle{font-family:var(--family-text);font-weight:var(--font-heading);font-size:.95rem;color:var(--text-heading);margin:0 0 .25rem}.problemStatement__cardDesc{font-family:var(--family-text);font-weight:var(--font-text);font-size:.875rem;color:var(--text-muted);line-height:1.6;margin:0}@media (max-width:768px){.problemStatement__grid{grid-template-columns:1fr}.problemStatement__header{width:95%}.problemStatement__core{padding:1.25rem 1.5rem}}.solutionOverview{padding:5rem 0;gap:3.5rem}.solutionOverview,.solutionOverview__header{display:flex;flex-direction:column;align-items:center}.solutionOverview__header{text-align:center;width:min(95%,75%);gap:.75rem}.solutionOverview__eyebrow{font-family:var(--family-text);font-weight:var(--font-text);font-size:.7rem;letter-spacing:.22em;text-transform:uppercase;color:var(--color-secondary)}.solutionOverview__title{font-family:var(--family-title);font-weight:var(--font-title);font-size:clamp(1.75rem,3.5vw,2.5rem);color:var(--text-heading);line-height:1.2;letter-spacing:-.02em;margin:0}.solutionOverview__divider{width:3rem;height:2px;background:var(--color-secondary);border-radius:2px;margin:.25rem 0;opacity:.7}.solutionOverview__subtitle{font-family:var(--family-text);font-weight:var(--font-text);font-size:1rem;color:var(--text-muted);line-height:1.7;margin:0}.solutionOverview__body{display:flex;flex-direction:column;gap:1.5rem;width:min(95%,1400px)}.solutionOverview__summary{background:var(--color-background);border:1px solid var(--color-border);border-left:3px solid var(--color-secondary);border-radius:12px!important;padding:1.75rem 2rem;display:flex;flex-direction:column;gap:.5rem;box-shadow:var(--shadow-s)}.solutionOverview__summaryLabel{font-family:var(--family-text);font-weight:var(--font-text);font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;color:var(--color-secondary);opacity:.85}.solutionOverview__summaryTitle{font-family:var(--family-title);font-weight:var(--font-title);font-size:1.2rem;color:var(--text-heading);line-height:1.4;margin:0}.solutionOverview__summaryDesc{font-family:var(--family-text);font-weight:var(--font-text);font-size:.95rem;color:var(--text-muted);line-height:1.7;margin:0}.solutionOverview__steps{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem}.solutionOverview__step{background:var(--color-secondary-background);border:1px solid var(--color-border);border-radius:12px;padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:.5rem;box-shadow:var(--shadow-xs);opacity:0;transform:translateY(16px);animation:stepFadeUp .5s cubic-bezier(.25,.46,.45,.94) forwards;transition:box-shadow .25s ease,transform .25s ease}.solutionOverview__step:hover{box-shadow:var(--shadow-m);transform:translateY(-2px)}@keyframes stepFadeUp{to{opacity:1;transform:translateY(0)}}.solutionOverview__stepNum{width:30px;height:30px;border-radius:50%;background:var(--color-secondary-background);border:1px solid var(--color-secondary);display:flex;align-items:center;justify-content:center;font-size:.8rem;color:var(--color-secondary);flex-shrink:0}.solutionOverview__stepNum,.solutionOverview__stepTitle{font-family:var(--family-text);font-weight:var(--font-heading)}.solutionOverview__stepTitle{font-size:.95rem;color:var(--text-heading);margin:0}.solutionOverview__stepDesc{font-family:var(--family-text);font-weight:var(--font-text);font-size:.875rem;color:var(--text-muted);line-height:1.6;margin:0}@media (max-width:768px){.solutionOverview__steps{grid-template-columns:1fr}.solutionOverview__header{width:95%}.solutionOverview__summary{padding:1.25rem 1.5rem}}.keyFeatures{padding:5rem 0;gap:3.5rem}.keyFeatures,.keyFeatures__header{display:flex;flex-direction:column;align-items:center}.keyFeatures__header{text-align:center;width:min(95%,75%);gap:.75rem}.keyFeatures__eyebrow{font-family:var(--family-text);font-weight:var(--font-text);font-size:.7rem;letter-spacing:.22em;text-transform:uppercase;color:var(--color-secondary)}.keyFeatures__title{font-family:var(--family-title);font-weight:var(--font-title);font-size:clamp(1.75rem,3.5vw,2.5rem);color:var(--text-heading);line-height:1.2;letter-spacing:-.02em;margin:0}.keyFeatures__divider{width:3rem;height:2px;background:var(--color-secondary);border-radius:2px;margin:.25rem 0;opacity:.7}.keyFeatures__subtitle{font-family:var(--family-text);font-weight:var(--font-text);font-size:1rem;color:var(--text-muted);line-height:1.7;margin:0}.keyFeatures__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.25rem;gap:1.25rem;width:min(90%,1400px)}.keyFeatures__card{background:var(--color-background);border:1px solid var(--color-border);border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;gap:.6rem;box-shadow:var(--shadow-xs);opacity:0;transform:translateY(16px);animation:kfFadeUp .5s cubic-bezier(.25,.46,.45,.94) forwards;transition:box-shadow .25s ease,transform .25s ease}.keyFeatures__card:hover{box-shadow:var(--shadow-m);transform:translateY(-3px)}@keyframes kfFadeUp{to{opacity:1;transform:translateY(0)}}.keyFeatures__iconWrap{width:38px;height:38px;border-radius:8px;background:var(--color-secondary-background);border:1px solid var(--color-border);display:flex;align-items:center;justify-content:center;color:var(--color-secondary);font-size:1.1rem;flex-shrink:0;margin-bottom:.25rem}.keyFeatures__cardTitle{font-family:var(--family-text);font-weight:var(--font-heading);font-size:.95rem;color:var(--text-heading);margin:0}.keyFeatures__cardDesc{font-family:var(--family-text);font-weight:var(--font-text);font-size:.875rem;color:var(--text-muted);line-height:1.6;margin:0;flex:1 1}.keyFeatures__tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.25rem}.keyFeatures__tag{display:inline-flex;align-items:center;gap:4px;font-family:var(--family-text);font-weight:var(--font-heading);font-size:.68rem;letter-spacing:.04em;padding:3px 8px;border-radius:99px;background:var(--color-secondary-background);border:1px solid var(--color-border);color:var(--color-secondary);white-space:nowrap}.keyFeatures__tagIcon{width:10px;height:10px;flex-shrink:0}@media (max-width:768px){.keyFeatures__grid{grid-template-columns:1fr}.keyFeatures__header{width:95%}}.techStack{padding:5rem 0;gap:3.5rem}.techStack,.techStack__header{display:flex;flex-direction:column;align-items:center}.techStack__header{text-align:center;width:min(95%,75%);gap:.75rem}.techStack__eyebrow{font-family:var(--family-text);font-weight:var(--font-text);font-size:.7rem;letter-spacing:.22em;text-transform:uppercase;color:var(--color-secondary)}.techStack__title{font-family:var(--family-title);font-weight:var(--font-title);font-size:clamp(1.75rem,3.5vw,2.5rem);color:var(--text-heading);line-height:1.2;letter-spacing:-.02em;margin:0}.techStack__divider{width:3rem;height:2px;background:var(--color-secondary);border-radius:2px;margin:.25rem 0;opacity:.7}.techStack__subtitle{font-family:var(--family-text);font-weight:var(--font-text);font-size:1rem;color:var(--text-muted);line-height:1.7;margin:0}.techStack__body{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem;width:min(95%,1400px)}.techStack__layer{background:var(--color-background);border:1px solid var(--color-border);border-radius:12px;padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:.75rem;box-shadow:var(--shadow-xs);transition:box-shadow .25s ease}.techStack__layer:hover{box-shadow:var(--shadow-s)}.techStack__layerHeader{display:flex;align-items:center;gap:.6rem}.techStack__layerIconWrap{width:28px;height:28px;border-radius:6px;background:var(--color-secondary-background);border:1px solid var(--color-border);display:flex;align-items:center;justify-content:center;color:var(--color-secondary);font-size:.875rem;flex-shrink:0}.techStack__layerLabel{font-family:var(--family-text);font-weight:var(--font-text);font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;color:var(--color-secondary);opacity:.85}.techStack__chips{display:flex;flex-wrap:wrap;gap:.5rem}.techStack__chip{display:inline-flex;align-items:center;gap:7px;font-family:var(--family-text);font-weight:var(--font-heading);font-size:.8rem;padding:5px 12px;border-radius:99px;background:var(--color-secondary-background);border:1px solid var(--color-border);color:var(--text-heading);transition:box-shadow .2s ease,border-color .2s ease}.techStack__chip:hover{border-color:var(--color-secondary);box-shadow:var(--shadow-xs)}.techStack__chipIcon{width:16px;height:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:3px;overflow:hidden}.techStack__chipIcon img{width:100%;height:100%;object-fit:contain}.techStack__chipIcon svg{width:100%;height:100%}@media (max-width:768px){.techStack__header{width:95%}.techStack__chip{font-size:.75rem}}