:root{--primary-green:#22c55e;--primary-green-dark:#16a34a;--white:#fff;--off-white:#fcfdff;--light-gray:#f8fafc;--medium-gray:#e5e7eb;--light-border-gray:#f1f5f9;--dark-text:#1f2937;--medium-text:#4b5563;--light-text:#6b7280;--section-padding:80px 0;--container-max-width:1100px;--header-estimated-height:95px;--border-radius:8px;--border-radius-lg:12px;--box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--card-shadow-hover:0 10px 15px -3px #00000012,0 4px 6px -4px #00000012;--primary-green-rgb:34,197,94}html{scroll-behavior:smooth;scroll-padding-top:var(--header-estimated-height)}body{background-color:var(--off-white);color:var(--dark-text);margin:0;font-family:Inter,sans-serif;font-size:16px;line-height:1.6}*,:before,:after{box-sizing:border-box}h1,h2,h3{color:var(--dark-text);margin-top:0;font-weight:600;line-height:1.3}h1{margin-bottom:1rem;font-size:3rem;font-weight:700}h2{text-align:center;margin-bottom:1rem;font-size:2.25rem}h3{margin-bottom:.5rem;font-size:1.25rem}p{color:var(--medium-text);margin-bottom:1rem}a{color:var(--primary-green);text-decoration:none;transition:color .3s}a:hover{color:var(--primary-green-dark)}img,video{max-width:100%;height:auto;display:block}.container{max-width:var(--container-max-width);margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px}section{padding:var(--section-padding);background-color:var(--off-white)}.text-center{text-align:center}.section-subtitle{text-align:center;max-width:650px;color:var(--light-text);margin-bottom:4rem;margin-left:auto;margin-right:auto;font-size:1.1rem;line-height:1.7}header{background-color:var(--white);z-index:1000;border-bottom:1px solid var(--medium-gray);align-items:center;width:100%;padding:2.5px 0;display:flex;position:sticky;top:0;left:0}header nav.container{justify-content:space-between;align-items:center;width:100%;display:flex}.nav-links ul{gap:2rem;margin:0;padding:0;list-style:none;display:flex}.nav-links a{color:var(--dark-text);padding:5px 0;font-weight:500;transition:color .3s;position:relative}.nav-links a:hover{color:var(--primary-green)}.nav-links a:after{content:"";background-color:var(--primary-green);width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.nav-links a:hover:after{width:100%}.logo img{width:auto;height:87.5px;display:block}.cta-button{border-radius:var(--border-radius);text-align:center;cursor:pointer;border:none;padding:12px 28px;font-size:1rem;font-weight:600;transition:background-color .3s,transform .2s,box-shadow .3s;display:inline-block;box-shadow:0 1px 2px #0000000d}.cta-button:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.primary-button{background-color:var(--primary-green);color:var(--white)}.primary-button:hover{background-color:var(--primary-green-dark);color:var(--white)}.secondary-button{background-color:var(--white);color:var(--primary-green);border:1px solid var(--medium-gray)}.secondary-button:hover{background-color:var(--light-gray);color:var(--primary-green-dark);border-color:var(--light-gray)}.learn-more{color:var(--primary-green);margin-top:1rem;font-weight:500;transition:transform .3s;display:inline-block;position:relative}.learn-more:hover{color:var(--primary-green-dark);transform:translate(3px)}.hero-section{padding-top:calc(var(--section-padding)/2);padding-bottom:calc(var(--section-padding)/2);min-height:calc(100vh - var(--header-estimated-height));align-items:center;display:flex;overflow:hidden}.hero-content{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.hero-text h1{font-size:3.5rem}.hero-text p{color:var(--medium-text);margin-bottom:2rem;font-size:1.15rem}.hero-visual video,.hero-visual img{border-radius:var(--border-radius-lg);box-shadow:var(--box-shadow);opacity:0;animation:1s .5s forwards fadeIn}.features-section{background-color:var(--off-white)}.feature-block{opacity:0;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;margin-bottom:6rem;transition:opacity .6s .1s,transform .6s .1s;display:grid;transform:translateY(30px)}.feature-block:last-child{margin-bottom:0}.feature-block.reverse{grid-template-columns:1fr 1fr}.feature-block.reverse .feature-card-container{order:2}.feature-block.reverse .feature-visual{order:1}.feature-block.is-visible{opacity:1;transform:translateY(0)}.feature-card{background-color:var(--white);border-radius:var(--border-radius-lg);border:1px solid var(--light-border-gray);height:100%;min-height:280px;box-shadow:var(--box-shadow);flex-direction:column;padding:2.5rem 2rem;transition:box-shadow .3s,border-color .3s,transform .3s;display:flex}.feature-card:hover{box-shadow:var(--card-shadow-hover);border-color:#0000;transform:translateY(-5px)}.feature-icon{background-color:rgba(var(--primary-green-rgb),.1);color:var(--primary-green);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:1.5rem;display:inline-flex}.feature-icon svg{width:24px;height:24px}.feature-text{flex-grow:1}.feature-text h3{margin-bottom:.75rem;font-size:1.2rem}.feature-text p{color:var(--light-text);margin-bottom:1rem;font-size:.95rem}.feature-card .learn-more{margin-top:auto;padding-top:.5rem}.feature-visual video,.feature-visual img{border-radius:var(--border-radius-lg);box-shadow:var(--box-shadow)}.community-section{background-color:var(--primary-green);color:var(--white)}.community-section h2{color:var(--white)}.community-section p{color:#ffffffe6;max-width:600px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.1rem}.community-section .secondary-button{background-color:var(--white);color:var(--primary-green);border:none;box-shadow:0 1px 2px #0000001a}.community-section .secondary-button:hover{background-color:var(--off-white);color:var(--primary-green-dark);transform:translateY(-2px);box-shadow:0 4px 6px -1px #00000026,0 2px 4px -2px #0000001a}.contact-section{background-color:var(--light-gray)}.contact-info{color:var(--medium-text);margin-top:1rem;font-size:1.1rem}.contact-info a{font-weight:500}footer{background-color:var(--dark-text);color:var(--light-gray);text-align:center;padding:30px 0;font-size:.9rem}footer p{color:var(--light-gray);margin:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (width<=992px){h1{font-size:2.8rem}h2{font-size:2rem}.hero-content{text-align:center;grid-template-columns:1fr;gap:3rem}.hero-text{order:2}.hero-visual{order:1;max-width:500px;margin-left:auto;margin-right:auto}.feature-block,.feature-block.reverse{grid-template-columns:1fr;gap:2.5rem;margin-bottom:4rem}.feature-block .feature-visual,.feature-block.reverse .feature-visual{order:1;max-width:500px;margin:0 auto}.feature-block .feature-card-container,.feature-block.reverse .feature-card-container{order:2}.feature-card{min-height:unset;text-align:center;padding:2rem 1.5rem}.feature-icon{margin-left:auto;margin-right:auto}.feature-card .learn-more{margin-top:1rem}}@media (width<=768px){html{scroll-padding-top:var(--header-estimated-height)}h1{font-size:2.4rem}h2{font-size:1.8rem}header{padding:2.5px 0}header nav.container{flex-direction:column;align-items:center}.logo img{height:70px;margin-bottom:5px}.nav-links{width:100%}.nav-links ul{flex-wrap:wrap;justify-content:center;gap:.8rem;padding-top:5px}.nav-links a{padding:5px 8px}.cta-button{padding:10px 20px;font-size:.9rem}.section-subtitle{margin-bottom:3rem;font-size:1rem}.feature-block,.feature-block.reverse{gap:2rem;margin-bottom:3rem}}
/*# sourceMappingURL=fapplywebsite.6b7d2088.css.map */
