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