.about-container{max-width:1200px;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:4rem}.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}}: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}.features-section{padding:4rem 1rem;min-height:100vh}.container{width:100%;max-width:1280px;margin:0 auto;padding-top:1.25rem}.header{text-align:center;margin-bottom:4rem}.head-title{font-size:2.5rem;font-weight:700;color:var(--text-color);margin-bottom:1rem;margin-top:1.25rem}.subtitle{color:var(--text-secondary);font-size:1.125rem;margin:0 auto}.video-container{display:flex;justify-content:center;align-items:center;margin:3rem auto;max-width:800px;width:100%}.video-wrapper{position:relative;width:100%;height:0;padding-bottom:56.25%;overflow:hidden;border-radius:16px;box-shadow:0 10px 30px rgba(0,0,0,.3);background:rgba(255,255,255,.05);backdrop-filter:blur(10px)}.video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none;border-radius:16px}@media (max-width:768px){.video-container{margin:2rem auto;max-width:95%}.video-wrapper{box-shadow:0 6px 20px rgba(0,0,0,.25)}.video-wrapper,.video-wrapper iframe{border-radius:12px}}@media (max-width:480px){.video-wrapper,.video-wrapper iframe{border-radius:8px}}.features-grid{display:grid;grid-template-columns:1fr;gap:2rem;align-items:stretch}@media (min-width:768px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.features-grid{grid-template-columns:repeat(3,1fr)}}.get-started-btn{margin:2rem auto .5rem;background:linear-gradient(90deg,#b14e10,#b47e09);color:white;font-weight:600;font-size:1.2rem;padding:1rem 2.5rem;border-radius:1rem;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 6px 16px rgba(235,222,37,.4)}.get-started-btn:hover{transform:translateY(-2px);background:linear-gradient(90deg,#92400e,#b45309);box-shadow:0 15px 25px rgba(180,83,9,.4)}.get-started-btn-feature{width:80%;margin-bottom:1.5rem;background-color:#b14310ec;color:white;font-weight:600;font-size:1.125rem;padding:1rem;border-radius:1rem;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px rgba(235,222,37,.4);min-height:56px;margin-left:10%;margin-top:.5rem}.get-started-btn-feature .ml-2{margin-left:.5rem}.get-started-btn-feature:hover{transform:translateY(-2px);background:linear-gradient(90deg,#0e6892,#099ab4);box-shadow:0 15px 25px rgba(180,83,9,.4)}.get-started-btn .ml-2{margin-left:.5rem}.get-started-btn-secondary{margin:3rem auto 1rem;background:linear-gradient(90deg,#b14e10,#b47e09);color:white;font-weight:600;font-size:1.125rem;padding:1rem 2.5rem;border-radius:1rem;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 6px 16px rgba(235,222,37,.4)}.get-started-btn-secondary:hover{background:linear-gradient(90deg,#92400e,#b45309);transform:translateY(-2px);box-shadow:0 15px 25px rgba(180,83,9,.4)}.get-started-btn-secondary .ml-2{margin-left:.5rem}.feature-cards{background:rgba(255,255,255,.05);backdrop-filter:blur(10px);border-radius:20px;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;text-align:center;height:100%;min-height:320px;position:relative}.feature-cards:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity var(--transition-speed) ease;z-index:0}.feature-cards:hover{border-color:var(--card-hover-border);box-shadow:0 10px 25px rgba(0,0,0,.2);transform:translateY(-5px)}.feature-cards:hover:before{opacity:1}.icon-wrapper{color:var(--primary-color);margin-bottom:1rem;margin-top:1.5rem;position:relative;z-index:1;display:flex;justify-content:center;height:50px;align-items:center}.preview-image{width:100%;height:auto;display:block;margin:-1px -1px 0;border-top-left-radius:.75rem;border-top-right-radius:.75rem;object-fit:cover;flex-shrink:0}.icon{width:2.5rem;height:2.5rem;color:#f59e0b}.feature-content{width:100%;position:relative;z-index:1;display:flex;flex-direction:column;padding:0 1.25rem}.feature-title{font-size:1rem;font-weight:600;color:var(--text-color);margin-bottom:.75rem;margin-top:0;min-height:45px;align-items:center;justify-content:center;line-height:1.15}.feature-desc,.feature-title{display:flex;text-align:center}.feature-desc{color:#e2e8f0;font-size:1.1rem;line-height:1.3;margin-bottom:.2rem;min-height:65px;align-items:flex-start}.seo-section{margin-top:4rem;max-width:48rem;margin-left:auto;margin-right:auto;text-align:center}.seo-text{color:var(--text-secondary);font-size:.875rem}@media (max-width:768px){.feature-cards{min-height:290px}.feature-title{font-size:1.05rem;min-height:40px}.feature-desc{font-size:.95rem;min-height:55px}.icon-wrapper{height:45px;margin-top:1.25rem;margin-bottom:.75rem}}@media (max-width:480px){.feature-cards{min-height:270px}.feature-content{padding:0 1rem}.get-started-btn-feature{font-size:1rem;padding:.875rem 2rem}}