.benefits-container{max-width:80rem;margin:0 auto}@media (min-width:768px){.benefits-card{padding:3rem}}.benefits-title{text-align:center;margin-bottom:3rem;background:linear-gradient(90deg,#c084fc,#60a5fa);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.benefits-subtitle{color:rgba(192,132,252,.8);text-align:center;margin-bottom:3rem}.benefits-grid{display:grid;gap:1.5rem;max-width:56rem;margin:0 auto}@media (min-width:768px){.benefits-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.benefits-grid{justify-items:center}.benefits-card{width:85%;max-width:85%;margin:0 auto;box-sizing:border-box}}.benefit-item{padding:1.5rem;border-radius:1rem;background:linear-gradient(to bottom right,rgba(168,85,247,.05),hsla(0,0%,100%,.008) 50%,rgba(59,130,246,.05));border:1px solid rgba(168,85,247,.2);box-shadow:0 10px 15px -3px rgba(0,0,0,.06),0 4px 6px -2px rgba(0,0,0,.03);transition:all .3s cubic-bezier(.4,0,.2,1);color:inherit}.benefit-item:hover{border-color:rgba(168,85,247,.6);box-shadow:0 12px 30px rgba(168,85,247,.12);background:linear-gradient(135deg,hsla(0,0%,100%,.08),hsla(0,0%,100%,.02))}.benefit-title{font-weight:400;margin-bottom:.5rem;background:linear-gradient(90deg,#c084fc,#93c5fd);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.benefit-description{color:#9ca3af;margin:0;line-height:1.6}.benefit-icon{width:3rem;height:3rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(to bottom right,rgba(168,85,247,.2),rgba(168,85,247,.1) 50%,rgba(59,130,246,.2));border:1px solid rgba(192,132,252,.3);box-shadow:0 10px 15px -3px rgba(0,0,0,.08);color:#c084fc}.benefit-icon svg,.benefit-icon>*{width:2.5rem!important;height:2.5rem!important;color:inherit;stroke:currentColor;fill:currentColor}div.benefit-item:first-child>h3:first-child,div.benefit-item:nth-child(2),div.benefit-item:nth-child(2)>h3:first-child,div.benefit-item:nth-child(3)>h3:first-child,div.benefit-item:nth-child(4)>h3:first-child,div.benefit-item:nth-child(5)>h3:first-child{font-size:1.125rem}div.benefit-item:first-child>p:nth-child(2),div.benefit-item:nth-child(2)>p:nth-child(2),div.benefit-item:nth-child(3)>p:nth-child(2),div.benefit-item:nth-child(4)>p:nth-child(2),div.benefit-item:nth-child(5)>p:nth-child(2){color:#222}[data-theme=dark] .benefit-description,[data-theme=dark] div.benefit-item>p:nth-child(2){color:#9ca3af!important}