.llm-services-section{background:#fff;overflow:hidden;padding:6rem 0}.llm-services-section .llm-services-title{color:#1b1718;font-size:2.25rem;font-weight:900;line-height:1.11;margin-bottom:calc(var(--spacing)*12);text-align:center}.llm-services-section .llm-services-title span{color:#6ec492}.llm-services-section .llm-services-grid{display:grid;gap:1.5rem;grid-template-columns:1fr}.llm-services-section .llm-card{border-radius:1rem;padding:2rem;position:relative}.llm-services-section .llm-card h3{font-size:1.25rem;font-weight:700;line-height:1.4;margin-bottom:calc(var(--spacing)*2)}.llm-services-section .llm-card p{color:#1b1718;font-size:.875rem;line-height:1.625;margin:0}.llm-services-section .llm-card-dark{background:#1b1718;color:#fff}.llm-services-section .llm-card-dark h3{color:#fff}.llm-services-section .llm-card-dark p{color:#d8d3d4}.llm-services-section .llm-card-light{background:#f4f4f5;color:#1b1718}.llm-services-section .llm-card-light p{color:#52525c}.llm-services-section .llm-card-accent{background:rgba(110,196,146,.1);border:1px solid rgba(110,196,146,.2)}.llm-services-section .llm-glow{background:rgba(193,210,71,.2);border-radius:50%;filter:blur(80px);height:260px;position:absolute;right:-40px;top:-40px;width:260px}.llm-services-section .llm-icon{height:40px;margin-bottom:1rem;width:40px}.llm-services-section .llm-icon.primary{color:#6ec492}.llm-services-section .llm-icon.dark{color:#18181b}.llm-services-section .llm-span-2{grid-column:span 1}@media (min-width:768px){.llm-services-section .llm-services-grid{grid-template-columns:repeat(3,1fr)}.llm-services-section .llm-span-2{grid-column:span 2}}