.section-cards{background-color:var(--background-color);padding:6rem 0}.section-cards--alt{background-color:var(--background-color-alt)}.section-cards--head{grid-template-columns:1fr 2fr;gap:2rem;margin-bottom:5rem;display:grid}@media (width<=768px){.section-cards--head{grid-template-columns:1fr;gap:1rem}}.section-cards__title{max-width:20ch;font-size:3rem;font-weight:500}@media (width<=768px){.section-cards__title{font-size:2rem}}.section-cards__intro{color:var(--foreground-color-alt);max-width:600px;font-size:1.25rem;font-weight:400}.section-cards__wrapper{position:relative}@media (width<=768px){.section-cards__wrapper{max-height:800px;transition:max-height .6s cubic-bezier(.4,0,.2,1);overflow:hidden}.section-cards__wrapper.expanded{max-height:5000px;transition:max-height .8s cubic-bezier(.4,0,.2,1)}}.section-cards__fade{display:none}@media (width<=768px){.section-cards__fade{background:linear-gradient(to bottom,transparent,var(--background-color));pointer-events:none;opacity:1;height:200px;transition:opacity .3s;display:block;position:absolute;bottom:0;left:0;right:0}.section-cards--alt .section-cards__fade{background:linear-gradient(to bottom,transparent,var(--background-color-alt))}}.section-cards__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.section-cards__toggle{display:none}@media (width<=768px){.section-cards__toggle{justify-content:center;margin-top:3rem;display:flex}}.card-item{box-sizing:border-box}.card-item__icon{width:40px;height:40px;color:var(--primary-color);margin-bottom:1rem}.card-item__icon svg{width:100%;height:100%}.card-item__title{margin-bottom:1rem;font-size:1.5rem;font-weight:500}.card-item__desc{font-size:1rem;line-height:1.6}.card-item__desc p{margin:0}.toggle-btn{background:var(--background-color);color:var(--foreground-color);border:1px solid var(--border-color);cursor:pointer;border-radius:5rem;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;transition:all .3s;display:inline-flex}.toggle-btn svg{transition:transform .3s}.toggle-btn svg.rotated{transform:rotate(180deg)}.toggle-btn:hover{background:var(--primary-color);color:var(--background-color);border-color:var(--primary-color)}
