.featuresGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}.featureCard{background:white;border-radius:1rem;padding:1.75rem;transition:all .3s ease}.featureIcon{margin-bottom:1rem}.featureTitle{font-weight:700;font-size:1.1rem;color:#1e293b;margin-bottom:.5rem;line-height:1.4}.featureDescription{color:#64748b;font-size:.9rem;line-height:1.6}@media (max-width:1024px){.featuresGrid{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media (max-width:640px){.featuresGrid{grid-template-columns:1fr;gap:1rem;padding:0}.featureCard{padding:1.5rem}}.heroSectionText{display:flex;flex-direction:column;justify-content:center;align-items:start;width:65%;min-height:calc(45rem - var(--navbar-height) + 2rem);height:calc(100vh - var(--navbar-height) + 2rem);max-height:calc(50rem - var(--navbar-height) + 2rem);padding:0 2vw 3.5rem 5vw;gap:1.65rem}@media (max-width:1280px){.heroSectionText{width:70%;min-height:calc(40rem - var(--navbar-height) + 1.75rem);height:calc(40rem - var(--navbar-height) + 1.75rem);max-height:calc(40rem - var(--navbar-height) + 1.75rem);padding:0 2vw 2.25rem 5vw;gap:1.5rem}}@media (max-width:1024px){.heroSectionText{width:80%;min-height:calc(42rem - var(--navbar-height) + 1.75rem);height:calc(42rem - var(--navbar-height) + 1.75rem);max-height:calc(42rem - var(--navbar-height) + 1.75rem);padding:0 1vw 2.75rem 3rem;gap:2rem}}@media (max-width:768px){.heroSectionText{width:90%;padding:0 3rem 2.75rem;gap:2rem}}@media (max-width:640px){.heroSectionText{justify-content:start;width:100%;min-height:calc(41rem - var(--navbar-height) - 3rem);height:calc(41rem - var(--navbar-height) - 3rem);max-height:calc(41rem - var(--navbar-height) - 3rem);padding:0 1.7rem;gap:1.5rem}}