:root{--home-feature2-section-bg:#0a0a0a;--home-feature2-section-text:#f8fafc;--home-feature2-body-bg:#0a0a0a}html[data-theme=light]{--home-feature2-section-bg:#ffffff;--home-feature2-section-text:#0f172a;--home-feature2-body-bg:#ffffff}html[data-theme=sunset]{--home-feature2-section-bg:#1a0f0f;--home-feature2-section-text:#fff5f5;--home-feature2-body-bg:#1a0f0f}html[data-theme=ocean]{--home-feature2-section-bg:#0a1a2e;--home-feature2-section-text:#e0f2fe;--home-feature2-body-bg:#0a1a2e}html[data-theme=forest]{--home-feature2-section-bg:#0a1a0a;--home-feature2-section-text:#f0fdf4;--home-feature2-body-bg:#0a1a0a}@media (prefers-color-scheme:dark){html[data-theme=auto]{--home-feature2-section-bg:#0a0a0a;--home-feature2-section-text:#f8fafc;--home-feature2-body-bg:#0a0a0a}}@media (prefers-color-scheme:light){html[data-theme=auto]{--home-feature2-section-bg:#ffffff;--home-feature2-section-text:#0f172a;--home-feature2-body-bg:#ffffff}}body{background-color:var(--home-feature2-body-bg)}.home-feature2-section,body{transition:background-color .3s cubic-bezier(.4,0,.2,1)}.home-feature2-section{padding:60px 0;position:relative;background-color:var(--home-feature2-section-bg);color:var(--home-feature2-section-text)}.home-feature2-container{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}.home-feature2-features-grid{display:grid;grid-template-columns:1fr;gap:20px;width:100%;max-width:none}.home-feature2-card-stagger{opacity:1;transform:translateY(0)}.home-feature2-features-grid.home-feature2-hydrated:not(.home-feature2-grid-visible) .home-feature2-card-stagger{opacity:0;transform:translateY(20px)}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.home-feature2-features-grid.home-feature2-grid-visible .home-feature2-card-stagger{animation:slideUp .4s cubic-bezier(.16,1,.3,1) forwards}.home-feature2-features-grid.home-feature2-grid-visible .home-feature2-card-stagger:first-child{animation-delay:0s}.home-feature2-features-grid.home-feature2-grid-visible .home-feature2-card-stagger:nth-child(2){animation-delay:50ms}.home-feature2-features-grid.home-feature2-grid-visible .home-feature2-card-stagger:nth-child(3){animation-delay:.1s}.home-feature2-features-grid.home-feature2-grid-visible .home-feature2-card-stagger:nth-child(4){animation-delay:.15s}.home-feature2-features-grid.home-feature2-grid-visible .home-feature2-card-stagger:nth-child(5){animation-delay:.2s}.home-feature2-features-grid.home-feature2-grid-visible .home-feature2-card-stagger:nth-child(6){animation-delay:.25s}@media (min-width:480px){.home-feature2-section{padding:70px 0}}@media (min-width:768px){.home-feature2-section{padding:80px 0}.home-feature2-features-grid{grid-template-columns:repeat(2,1fr);gap:25px}}@media (min-width:1024px){.home-feature2-section{padding:90px 0}.home-feature2-features-grid{grid-template-columns:repeat(3,1fr);gap:30px}}@media (min-width:1440px){.home-feature2-container{max-width:1400px}}@media (min-width:2560px){.home-feature2-container{max-width:1600px}}@media (prefers-reduced-motion:reduce){.home-feature2-features-grid.home-feature2-hydrated:not(.home-feature2-grid-visible) .home-feature2-card-stagger{opacity:1;transform:none}.home-feature2-features-grid.home-feature2-grid-visible .home-feature2-card-stagger,.home-feature2-section,.home-feature2-section *{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media print{.home-feature2-section{background:white;color:black}}