.cs-meta-section{position:relative;padding:3rem 0 1rem;background-color:var(--color-background)}.cs-meta{display:grid;grid-template-columns:repeat(4,auto);justify-content:center;width:fit-content;margin:0 auto;background:#ffffff08;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.08);border-radius:20px;box-shadow:inset 0 1px #ffffff0f,0 20px 50px -20px #0009;overflow:hidden}.cs-meta__item{display:flex;align-items:center;gap:.875rem;padding:1.375rem 2rem;position:relative}.cs-meta__item+.cs-meta__item:before{content:"";position:absolute;left:0;top:18%;bottom:18%;width:1px;background:linear-gradient(to bottom,transparent,rgba(255,255,255,.12),transparent)}.cs-meta__icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:2.5rem;height:2.5rem;border-radius:12px;background:#00d3fa12;border:1px solid rgba(0,211,250,.18);color:var(--color-primary)}.cs-meta__content{display:flex;flex-direction:column;gap:.25rem;text-align:left}.cs-meta__label{font-size:.6875rem;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:var(--color-text-secondary);opacity:.85;white-space:nowrap}.cs-meta__value{font-size:.9375rem;font-weight:500;line-height:1.35;color:var(--color-text-white);max-width:30ch}@media(max-width:1279px){.cs-meta{grid-template-columns:repeat(2,minmax(0,1fr));width:100%;max-width:760px}.cs-meta__item{padding:1.25rem 1.5rem}.cs-meta__item+.cs-meta__item:before{display:none}.cs-meta__item:nth-child(2n):before{content:"";display:block;position:absolute;left:0;top:18%;bottom:18%;width:1px;background:linear-gradient(to bottom,transparent,rgba(255,255,255,.12),transparent)}.cs-meta__item:nth-child(n+3):after{content:"";position:absolute;top:0;left:1.5rem;right:1.5rem;height:1px;background:linear-gradient(to right,transparent,rgba(255,255,255,.1),transparent)}}@media(max-width:599px){.cs-meta-section{padding:2rem 0 .5rem}.cs-meta{grid-template-columns:1fr;border-radius:16px}.cs-meta__item{padding:1rem 1.25rem}.cs-meta__item:nth-child(2n):before{display:none}.cs-meta__item:nth-child(n+2):after{content:"";position:absolute;top:0;left:1.25rem;right:1.25rem;height:1px;background:linear-gradient(to right,transparent,rgba(255,255,255,.1),transparent)}.cs-meta__icon{width:2.25rem;height:2.25rem;border-radius:10px}.cs-meta__value{font-size:.875rem;max-width:none}}.cs-approach{position:relative;padding:6rem 0;background-color:var(--color-background)}.cs-approach__header{text-align:center;max-width:820px;margin:0 auto 4rem}.cs-approach__body{max-width:900px;margin:0 auto}.cs-approach__prose{counter-reset:cs-phase}.cs-approach__prose h3{counter-increment:cs-phase;position:relative;display:flex;align-items:center;gap:1.25rem;margin:3rem 0 1rem;font-size:1.375rem;font-weight:500;color:var(--color-text-white)}.cs-approach__prose h3:first-child{margin-top:0}.cs-approach__prose h3:before{content:counter(cs-phase,decimal-leading-zero);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:3rem;height:3rem;background:#00d3fa14;border:1px solid rgba(0,211,250,.3);border-radius:12px;color:var(--color-primary);font-size:1rem;font-weight:600;letter-spacing:1px}.cs-approach__prose p{margin:0 0 1.5rem;padding-left:4.25rem;color:var(--color-text-secondary);font-size:1.0625rem;line-height:1.7;position:relative}.cs-approach__prose p:before{content:"";position:absolute;left:1.5rem;top:.25rem;bottom:-1.75rem;width:1px;background:linear-gradient(to bottom,#00d3fa4d,#00d3fa0d)}.cs-approach__prose p:last-child:before,.cs-approach__prose p:last-of-type:before{bottom:.25rem}.cs-approach__prose strong,.cs-approach__prose b{color:var(--color-text-highlight);font-weight:600}.cs-approach__prose ul,.cs-approach__prose ol{margin:0 0 1.5rem;padding-left:5.5rem;color:var(--color-text-secondary);font-size:1.0625rem;line-height:1.7}@media(min-width:768px){.cs-approach__prose p,.cs-approach__prose ul,.cs-approach__prose ol{font-size:1.125rem}}@media(max-width:767px){.cs-approach{padding:4rem 0}.cs-approach__header{margin-bottom:2.5rem}.cs-approach__prose h3{gap:.875rem;font-size:1.1875rem;margin:2.25rem 0 .875rem}.cs-approach__prose h3:before{width:2.5rem;height:2.5rem;font-size:.875rem;border-radius:10px}.cs-approach__prose p{padding-left:0;font-size:1rem}.cs-approach__prose p:before{display:none}.cs-approach__prose ul,.cs-approach__prose ol{padding-left:1.25rem;font-size:1rem}}.cs-developments{position:relative;padding:6rem 0;background-color:var(--color-background)}.cs-developments__header{text-align:center;max-width:820px;margin:0 auto 4rem}.cs-developments__grid{display:grid;grid-template-columns:1fr;gap:1rem;list-style:none;padding:0;max-width:1100px;margin:0 auto}@media(min-width:768px){.cs-developments__grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}}.cs-developments__item{display:flex;align-items:flex-start;gap:1rem;padding:1.375rem 1.5rem;background:#13141499;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(0,211,250,.12);border-radius:16px;transition:border-color .35s ease-out,background-color .35s ease-out}.cs-developments__item:hover{border-color:#00d3fa59;background:#00d3fa08}.cs-developments__icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:2rem;height:2rem;margin-top:.125rem;background:#00d3fa14;border:1px solid rgba(0,211,250,.3);border-radius:50%;color:var(--color-primary)}.cs-developments__icon svg{width:14px;height:14px}.cs-developments__text{color:var(--color-text-primary);font-size:1.0625rem;line-height:1.6}@media(max-width:767px){.cs-developments{padding:4rem 0}.cs-developments__header{margin-bottom:2.5rem}.cs-developments__item{padding:1.125rem 1.25rem}.cs-developments__text{font-size:.9375rem}}.cs-results{position:relative;padding:6rem 0;background-color:var(--color-background)}.cs-results__header{text-align:center;max-width:820px;margin:0 auto 4rem}.cs-results__list{list-style:none;margin:0 auto;padding:0;max-width:900px;display:flex;flex-direction:column}.cs-results__row{display:flex;align-items:flex-start;gap:1.5rem;padding:1.75rem .5rem;border-bottom:1px solid rgba(255,255,255,.08)}.cs-results__row:first-child{border-top:1px solid rgba(255,255,255,.08)}.cs-results__marker{flex-shrink:0;width:.625rem;height:.625rem;margin-top:.7rem;border-radius:2px;transform:rotate(45deg);background:var(--btn-gradient);box-shadow:0 0 12px #00d3fa66}.cs-results__text{margin:0;color:var(--color-text-highlight);font-size:1.1875rem;font-weight:300;line-height:1.6}@media(min-width:768px){.cs-results__text{font-size:1.375rem}}@media(max-width:767px){.cs-results{padding:4rem 0}.cs-results__header{margin-bottom:2.5rem}.cs-results__row{gap:1rem;padding:1.25rem .25rem}.cs-results__marker{margin-top:.55rem}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/section-loncom-case-study.css.map */
