.hero-section{padding:1rem}.large-text{font-size:5rem;line-height:1;font-weight:400;letter-spacing:-.03em;margin-bottom:2rem}.hero-accent{color:var(--foreground)}.hero-description{font-size:1.25rem;color:var(--gray-medium);margin-bottom:1.5rem;max-width:48rem}.small-star{position:relative;width:16px;height:16px;margin:0 auto 1.5rem}.small-star:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--foreground);clip-path:polygon(50% 0,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%)}.mobile-heading{font-size:2.5rem;line-height:1.2;font-weight:400;margin-top:1rem;margin-bottom:.5rem}.mobile-subheading{font-size:2rem;line-height:1.3;font-weight:300;color:var(--gray-medium);margin-bottom:1.5rem}.mobile-text-box{background-color:rgba(255,255,255,.05);padding:1rem;margin-bottom:.5rem;border-radius:4px;color:var(--gray-medium)}.mobile-cta{display:inline-block;padding:.75rem 1.5rem;background-color:transparent;color:var(--foreground);border:1px solid var(--foreground);border-radius:4px;font-weight:500;text-transform:uppercase;letter-spacing:.5px;transition:all .3s ease}.mobile-cta:hover{background-color:var(--foreground);color:var(--background)}.mobile-footer-text{font-size:.875rem;line-height:1.6;color:var(--gray-medium)}.section{padding:2rem 1rem}.section-title{font-size:2.2rem;font-weight:300;color:var(--foreground);margin-bottom:1.5rem}@media (max-width:640px){.section-title{font-size:1.5rem}}.section-description{font-size:1.25rem;color:var(--gray-medium);margin-bottom:3rem;max-width:36rem}.apps-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:768px){.apps-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.apps-grid{grid-template-columns:repeat(4,1fr)}}.view-all-link{display:inline-block;margin-top:1rem;padding:.75rem 1.5rem;border:1px solid rgba(234,225,210,.3);color:var(--foreground);transition:all .3s ease}.view-all-link:hover{border-color:var(--foreground)}