﻿.sdlc-section{--ink:#10233f;--muted:var(--bs-secondary);--brand:rgba(var(--bs-primary-rgb),.75);--brand-dark:rgba(var(--bs-primary-rgb),1);--white:#fff;box-sizing:border-box;overflow:hidden;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;}.sdlc-section *,.sdlc-section *::before,.sdlc-section *::after{box-sizing:border-box;}.sdlc-section__inner{max-width:1200px;margin:0 auto;}.sdlc-section__eyebrow{display:inline-flex;align-items:center;gap:.55rem;margin:0 0 1rem;color:var(--brand);font-size:.76rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase;}.sdlc-section__eyebrow::before{width:1.6rem;height:2px;background:currentColor;content:"";}.sdlc-section h2{max-width:680px;margin:0;font-size:clamp(2.15rem,4.5vw,4rem);line-height:1.06;letter-spacing:-.055em;}.sdlc-section__intro{max-width:590px;margin:1.35rem 0 0;color:var(--muted);font-size:1.05rem;line-height:1.7;}.sdlc-flow{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:1.2rem;align-items:center;}.sdlc-step{position:relative;min-width:0;}.sdlc-arrow{position:relative;z-index:1;min-height:186px;padding:1.1rem 1.25rem 1.1rem 1.25rem;clip-path:polygon(0 0,calc(100% - 25px) 0,100% 50%,calc(100% - 25px) 100%,0 100%,18px 50%);background:rgba(var(--bs-primary-rgb),.1);filter:drop-shadow(0 14px 20px rgba(22,49,94,.08));}.sdlc-arrow__inside{display:flex;height:100%;min-height:164px;flex-direction:column;justify-content:space-between;}.sdlc-step:first-child .sdlc-arrow{clip-path:polygon(0 0,calc(100% - 25px) 0,100% 50%,calc(100% - 25px) 100%,0 100%);}.sdlc-step:first-child .sdlc-arrow__inside{padding-left:.25rem;}.sdlc-step__number{color:var(--brand);font-size:.73rem;font-weight:800;letter-spacing:.1em;}.sdlc-step__icon{display:grid;width:2.7rem;height:2.7rem;place-items:center;color:var(--white);background:var(--brand);border-radius:50%;font-size:1rem;font-weight:800;}.sdlc-step h3{margin:0;font-size:1.04rem;letter-spacing:-.02em;}.sdlc-step p{margin:.35rem 0 0;color:var(--muted);font-size:.79rem;line-height:1.45;}.sdlc-step--active .sdlc-arrow{background:var(--brand);}.sdlc-step--active .sdlc-step__number,.sdlc-step--active p{color:var(--bs-light);}.sdlc-step--active h3{color:var(--white);}.sdlc-step--active .sdlc-step__icon{color:var(--brand-dark);background:var(--white);}.sdlc-section__footer{display:flex;gap:1rem;align-items:center;margin-top:2.1rem;color:var(--muted);font-size:.88rem;}.sdlc-section__footer span{display:inline-block;width:.55rem;height:.55rem;border-radius:50%;background:var(--brand);}@media(max-width:980px){.sdlc-flow{grid-template-columns:repeat(3,minmax(0,1fr));row-gap:2.3rem;}.sdlc-step:nth-child(3)::after,.sdlc-step:nth-child(3)::before{display:none;}.sdlc-step:nth-child(n+4)::before,.sdlc-step:nth-child(n+4)::after{display:none;}}@media(max-width:600px){.sdlc-section{padding-right:1rem;padding-left:1rem;}.sdlc-flow{grid-template-columns:1fr;gap:1rem;}.sdlc-step:not(:last-child)::after{top:auto;bottom:-1rem;left:50%;width:2px;height:1rem;}.sdlc-step:not(:last-child)::before{top:auto;right:auto;bottom:-.9rem;left:calc(50% - 4px);transform:rotate(135deg);}.sdlc-step:nth-child(3)::after,.sdlc-step:nth-child(3)::before{display:block;}.sdlc-arrow{min-height:150px;clip-path:polygon(0 0,calc(100% - 22px) 0,100% 50%,calc(100% - 22px) 100%,0 100%,16px 50%);}.sdlc-arrow__inside{min-height:128px;}}