.about-container{width:100%;margin:0 auto;padding:3rem 2rem;opacity:0;transform:translateY(20px);transition:opacity .8s ease,transform .8s ease}.about-container.visible{opacity:1;transform:translateY(0)}.about-header{text-align:center;margin-bottom:3rem}.about-header h1{font-size:3.5rem;font-weight:700;margin-bottom:.5rem;background-clip:text;color:white;margin-top:25px}.highlight{position:relative}.highlight:after{content:"";position:absolute;bottom:-5px;left:0;width:100%;height:3px;border-radius:3px}.tagline{font-size:1.5rem;font-weight:300;color:#cbd5e1;margin-top:.5rem}.about-description{font-size:1.2rem;line-height:1.8;max-width:900px;margin:0 auto 3rem;text-align:center}.about-description p{margin-bottom:1.5rem}.features-section{margin-bottom:4rem}.features-section h2{text-align:center;font-size:2.5rem;margin-bottom:2rem;background:linear-gradient(90deg,#f59e0b,#c084fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.features-container{display:flex;flex-direction:column;gap:2rem}.features-nav{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem}.feature-button{background:rgba(255,255,255,.1);border:none;border-radius:10px;padding:1rem 1.5rem;color:#cbd5e1;font-size:1.1rem;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.feature-button:hover{background:rgba(255,255,255,.2);transform:translateY(-3px)}.feature-button.active{background:linear-gradient(135deg,rgba(192,132,252,.3),rgba(245,158,11,.3));color:#ffffff;box-shadow:0 5px 15px rgba(0,0,0,.2)}.feature-icon{font-size:1.5rem}.feature-details{max-width:800px;margin:0 auto}.feature-card{background:rgba(255,255,255,.05);backdrop-filter:blur(10px);border-radius:20px;padding:2.5rem;box-shadow:0 10px 30px rgba(0,0,0,.2);transition:all .3s ease;animation:fadeIn .5s ease;display:flex;flex-direction:column;align-items:center;justify-content:center}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.feature-card h3{font-size:2rem;margin-bottom:1rem;background:linear-gradient(90deg,#f59e0b,#c084fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.feature-card p{font-size:1.2rem;line-height:1.7;color:#e2e8f0}.about-mission{text-align:center;margin-bottom:2rem}.about-mission h2{font-size:2.5rem;margin-bottom:1.5rem;background:linear-gradient(90deg,#c084fc,#f59e0b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about-mission blockquote{font-size:1.5rem;font-style:italic;line-height:1.7;position:relative;padding:1.5rem 2rem;border-left:4px solid #f59e0b;border-radius:0 10px 10px 0}.about-cta,.about-mission blockquote{max-width:800px;margin:0 auto;background:rgba(255,255,255,.05)}.about-cta{text-align:center;backdrop-filter:blur(10px);border-radius:20px;padding:3rem 2rem}.about-cta h3{font-size:1.8rem;margin-bottom:2rem;color:#f8fafc}.cta-button{background:#e29209e5;border:none;border-radius:50px;padding:1rem 2.5rem;font-size:1.2rem;font-weight:600;color:#ffffff;cursor:pointer;transition:all .3s ease;box-shadow:0 5px 15px rgba(0,0,0,.2)}.cta-button:hover{background:linear-gradient(90deg,#92400e,#b45309);transform:translateY(-3px);box-shadow:0 15px 25px rgba(180,83,9,.4)}@media (max-width:768px){.about-header h1{font-size:2.5rem}.tagline{font-size:1.2rem}.about-description,.feature-card p{font-size:1rem}.features-nav{flex-direction:column;align-items:center}.feature-button{width:100%;max-width:300px}.about-mission blockquote{font-size:1.2rem;padding:1rem 1.5rem}}@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap");:root{--primary-color:#f97316;--text-color:#ffffff;--text-secondary:#cbd5e1;--card-bg:rgba(255,255,255,0.05);--card-border:rgba(255,255,255,0.1);--card-hover-border:rgba(249,115,22,0.5);--transition-speed:0.3s;.typing-text{color:#f59e0b;font-weight:700}.cursor{font-weight:100;color:#f59e0b;animation:blink 1.5s infinite}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.features-section{min-height:100vh;padding:2rem 1rem;overflow-x:hidden}.app-features-section{min-height:100vh}.container{width:100%;max-width:1400px;margin:0 auto;padding-top:1rem}.hero-section{margin-bottom:4rem}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;min-height:85vh}.hero-left{padding:2rem 0;display:flex;flex-direction:column;justify-content:center}.hero-title{font-size:3.5rem;font-weight:800;background:linear-gradient(135deg,#f3b793,#f59e0b);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;line-height:1.1;letter-spacing:-.02em;font-family:Inter,Poppins,-apple-system,BlinkMacSystemFont,sans-serif!important;margin-bottom:.5rem}.hero-subtitle{font-size:2.2rem;font-weight:600;color:var(--text-color);margin-bottom:1.5rem;line-height:1.2}.hero-description{color:var(--text-secondary);font-size:1.2rem;line-height:1.6;margin-bottom:2.5rem;max-width:95%}.hero-right{display:flex;justify-content:center;align-items:center;position:relative}.video-container{width:100%;max-width:600px;position:relative}.video-wrapper{position:relative;width:100%;height:0;padding-bottom:56.25%;overflow:hidden;border-radius:24px;box-shadow:0 20px 40px rgba(0,0,0,.4),0 0 0 1px rgba(255,255,255,.1);background:rgba(255,255,255,.05);backdrop-filter:blur(10px);transform:perspective(1000px) rotateY(-5deg) rotateX(2deg);transition:transform .3s ease}.video-wrapper:hover{transform:perspective(1000px) rotateY(0deg) rotateX(0deg) scale(1.02)}.video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none;border-radius:24px}.features-header{text-align:center;margin-bottom:5rem}.features-title{font-size:3rem;font-weight:700;color:var(--text-color);margin-bottom:1rem;background:linear-gradient(135deg,#ffffff,#cbd5e1);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.features-subtitle{color:var(--text-secondary);font-size:1.2rem;max-width:600px;margin:0 auto;line-height:1.6}.features-showcase{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem;margin-bottom:4rem;max-width:1200px;margin-left:auto;margin-right:auto}.app-feature-item{position:relative;background:linear-gradient(145deg,rgba(255,255,255,.1),rgba(255,255,255,.05));backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.15);padding:2rem;transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden;cursor:pointer;min-height:280px;display:flex;flex-direction:column}.app-feature-item:first-child{border-image:linear-gradient(135deg,#8b5cf6,#a855f7) 1;background:linear-gradient(145deg,rgba(139,92,246,.1),rgba(168,85,247,.05))}.app-feature-item:nth-child(2){border-image:linear-gradient(135deg,#3b82f6,#06b6d4) 1;background:linear-gradient(145deg,rgba(59,130,246,.1),rgba(6,182,212,.05))}.app-feature-item:nth-child(3){border-image:linear-gradient(135deg,#10b981,#059669) 1;background:linear-gradient(145deg,rgba(16,185,129,.1),rgba(5,150,105,.05))}.app-feature-item:nth-child(4){border-image:linear-gradient(135deg,#f59e0b,#f97316) 1;background:linear-gradient(145deg,rgba(245,158,11,.1),rgba(249,115,22,.05))}.app-feature-item:nth-child(5){border-image:linear-gradient(135deg,#ec4899,#be185d) 1}.app-feature-item:nth-child(5),.app-feature-item:nth-child(6){background:linear-gradient(145deg,rgba(236,72,153,.1),rgba(190,24,93,.05))}.app-feature-item:nth-child(6){border-image:linear-gradient(135deg,#f5f0f2,#c4faa5) 1}.app-feature-item-content{display:flex;flex-direction:column;height:100%;position:relative;z-index:2}.app-feature-number{position:absolute;top:-.5rem;right:-.5rem;font-size:4rem;font-weight:900;color:rgba(255,255,255,.08);line-height:1;pointer-events:none}.app-feature-icon-wrapper{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;background:rgba(255,255,255,.1);border-radius:16px;margin-bottom:1.5rem;position:relative;overflow:hidden}.app-feature-icon-wrapper .icon{width:2rem;height:2rem;color:#ffd104}.app-feature-item:hover .app-feature-icon-wrapper .icon{transform:scale(1.05)}.app-feature-info{flex:1;display:flex;flex-direction:column;gap:1rem}.app-feature-name{font-size:1.4rem;font-weight:700;color:var(--text-color);margin:0;line-height:1.3;background:linear-gradient(135deg,#ffffff,#e2e8f0);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.app-feature-description{color:var(--text-secondary);font-size:1rem;line-height:1.6;margin:0;opacity:.9;flex:1}.app-feature-link{display:inline-flex;align-items:center;gap:.5rem;color:#ffffff;text-decoration:none;font-weight:600;font-size:1rem;padding:.75rem 1.5rem;background:rgba(255,255,255,.1);border-radius:12px;border:1px solid rgba(255,255,255,.2);backdrop-filter:blur(10px);width:fit-content;margin-top:auto}.app-feature-link:hover{background:rgba(255,255,255,.2);border-color:rgba(255,255,255,.3);box-shadow:0 8px 16px rgba(0,0,0,.2)}.app-feature-arrow{font-size:.9rem;margin-top:.1rem}.app-feature-link:hover .app-feature-arrow{transform:translateX(4px)}.get-started-btn{background:linear-gradient(135deg,#b14e10,#b47e09);color:white;font-weight:600;font-size:1.2rem;padding:1.2rem 2.5rem;border-radius:16px;border:none;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 24px rgba(177,78,16,.4);position:relative;overflow:hidden}.get-started-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.get-started-btn:hover:before{left:100%}.get-started-btn:hover{transform:translateY(-3px);background:linear-gradient(135deg,#92400e,#b45309);box-shadow:0 12px 32px rgba(180,83,9,.5)}.get-started-btn .ml-2{margin-left:.5rem;margin-top:.25rem;transition:transform .3s ease}.get-started-btn:hover .ml-2{transform:translateX(4px)}.seo-section{margin-top:6rem;text-align:center}.seo-content{max-width:800px;margin:0 auto;padding:3rem 2rem;background:linear-gradient(145deg,rgba(255,255,255,.05),rgba(255,255,255,.02));backdrop-filter:blur(10px);border-radius:24px;border:1px solid rgba(255,255,255,.1)}.seo-text{color:var(--text-secondary);font-size:1.1rem;line-height:1.7;margin-bottom:2rem}.get-started-btn-secondary{background:linear-gradient(135deg,#b14e10,#b47e09);color:white;font-weight:600;font-size:1.1rem;padding:1rem 2rem;border-radius:16px;border:none;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 20px rgba(177,78,16,.3)}.get-started-btn-secondary:hover{background:linear-gradient(135deg,#92400e,#b45309);transform:translateY(-2px);box-shadow:0 12px 28px rgba(180,83,9,.4)}.get-started-btn-secondary .ml-2{margin-left:.5rem;transition:transform .3s ease}.get-started-btn-secondary:hover .ml-2{transform:translateX(4px)}@media (max-width:1200px){.hero-content{gap:3rem;margin-top:1.5rem}.hero-title{font-size:3.2rem!important;margin-top:3rem}.hero-subtitle{font-size:1.9rem}.get-started-btn{width:50%;margin-left:25%}.features-showcase{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}}@media (max-width:968px){.features-section{padding:1.5rem 1rem}.hero-section{margin-bottom:3rem}.hero-content{grid-template-columns:1fr;gap:2.5rem;text-align:center;min-height:auto}.hero-left{order:1;padding:1rem 0}.hero-right{order:2}.hero-title{font-size:2.8rem!important;margin-bottom:.75rem}.hero-subtitle{font-size:1.7rem;margin-bottom:1.25rem;line-height:1.3}.hero-description{max-width:100%;font-size:1.1rem;margin-bottom:2rem;padding:0 1rem}.video-container{max-width:500px}.video-wrapper{transform:none;border-radius:20px;box-shadow:0 15px 30px rgba(0,0,0,.3)}.video-wrapper:hover{transform:scale(1.02)}.video-wrapper iframe{border-radius:20px}.get-started-btn{font-size:1.1rem;padding:1.1rem 2.2rem;margin-right:25%}.features-showcase{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.app-feature-item{min-height:250px}}@media (max-width:768px){.features-section{padding:1rem .75rem}.container{padding-top:.5rem}.hero-section{margin-bottom:2rem}.hero-content{gap:2rem}.hero-left{padding:.5rem 0}.hero-title{font-size:2.4rem!important;margin-bottom:.5rem;line-height:1.15}.hero-subtitle{font-size:1.5rem;margin-bottom:1rem;line-height:1.35;padding:0 .5rem}.hero-description{font-size:1rem;margin-bottom:1.75rem;padding:0 .5rem;line-height:1.5}.video-container{max-width:100%;padding:0 .5rem}.video-wrapper{box-shadow:0 12px 25px rgba(0,0,0,.25)}.video-wrapper,.video-wrapper iframe{border-radius:16px}.get-started-btn{font-size:1rem;padding:1rem 2rem;width:auto;min-width:200px}.features-title{font-size:2.2rem}.features-subtitle{font-size:1.1rem}.app-feature-item{padding:1.5rem;min-height:220px}.features-showcase{grid-template-columns:1fr;gap:1rem}.seo-content{margin:0 .5rem;padding:2rem 1.5rem}}@media (max-width:480px){.features-section{padding:.75rem .5rem}.hero-content{gap:1.5rem}.hero-title{font-size:2rem!important;margin-bottom:.4rem;line-height:1.2}.hero-subtitle{font-size:1.3rem;margin-bottom:.8rem;line-height:1.4;padding:0 .25rem}.hero-description{font-size:.95rem;margin-bottom:1.5rem;padding:0 .25rem;line-height:1.5}.video-container{padding:0 .25rem}.video-wrapper{box-shadow:0 10px 20px rgba(0,0,0,.2)}.video-wrapper,.video-wrapper iframe{border-radius:12px}.get-started-btn{font-size:.95rem;padding:.9rem 1.8rem;min-width:180px}.features-title{font-size:1.9rem}.features-subtitle{font-size:1rem}.app-feature-item{padding:1.25rem;min-height:200px}.app-feature-name{font-size:1.2rem}.app-feature-description{font-size:.95rem}.seo-content{padding:1.5rem 1rem;margin:0 .25rem}.seo-text{font-size:1rem}}@media (max-width:360px){.hero-title{font-size:1.8rem!important}.hero-subtitle{font-size:1.2rem}.hero-description{font-size:.9rem}.get-started-btn{font-size:.9rem;padding:.8rem 1.6rem;min-width:160px}.video-wrapper,.video-wrapper iframe{border-radius:10px}}}