.features-page{background-color:#020204;color:#eee;padding:120px 5vw 100px;min-height:100vh;position:relative;overflow:hidden;isolation:isolate}.features-page:before,.features-page:after{content:"";position:absolute;width:420px;height:420px;background:radial-gradient(circle,rgba(255,255,255,.12),transparent 60%);filter:blur(70px);opacity:.6;pointer-events:none;z-index:-1}.features-page:before{top:-160px;left:-80px;background:radial-gradient(circle,rgba(255,255,255,.15),transparent 70%)}.features-page:after{bottom:40px;right:-120px;background:radial-gradient(circle,rgba(255,255,255,.08),transparent 70%)}.feature-cards-container{padding:60px 0 90px;margin:0 auto;width:min(1200px,92%);position:relative}.feature-cards-container:before{content:"";position:absolute;top:0;left:10%;right:10%;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent)}.feature-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:60px 32px;justify-items:center}.feature-card-col{width:100%;height:100%}@media(max-width:992px){.feature-cards-grid{grid-template-columns:repeat(2,1fr);gap:60px 24px}}@media(max-width:768px){.feature-cards-grid{grid-template-columns:1fr;gap:48px}}.feature-card{position:relative;transition:transform .4s ease,box-shadow .4s ease,border-color .4s ease;height:100%;display:flex;flex-direction:column;max-width:100%;background-color:#000;border:1px solid rgba(255,255,255,.08);border-radius:20px;text-align:left;padding:24px;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 30px 60px #0006,0 0 35px #ffffff14;overflow:hidden}.feature-card-title{color:#fff;margin-bottom:12px;font-size:var(--text-xl);font-weight:600;line-height:1.4}.feature-card-description{color:#aaa;font-size:var(--text-base);line-height:1.6;margin:0}.feature-card:before{content:"";position:absolute;inset:0;border-radius:20px;padding:1px;background:linear-gradient(135deg,#ffffff40,#ffffff05);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.feature-card:hover{transform:translateY(-10px) scale(1.01);border-color:#ffffff40;box-shadow:0 35px 80px #0000008c;z-index:10}.feature-image{width:100%;height:250px;object-fit:cover;border-radius:16px;border:1px solid rgba(255,255,255,.08);margin-bottom:20px;object-position:center;transition:transform .3s ease}.feature-card:hover .feature-image{transform:scale(1.05);filter:saturate(1.15)}.hero{padding:40px 20px;text-align:center;margin-bottom:30px;width:100%;box-sizing:border-box}.features-page .hero-content{max-width:700px;margin:0 auto;opacity:1;transform:none}.badge{display:inline-flex;align-items:center;justify-content:center;background:#fff;color:#050505;padding:.55rem 1.5rem;border-radius:9999px;font-size:var(--text-sm);font-weight:600;margin-bottom:24px;border:1px solid rgba(5,5,5,.08);box-shadow:0 18px 45px #ffffff26}.hero h1{font-size:clamp(var(--text-5xl),6vw,56px);margin:20px 0}.gradient-text{background:linear-gradient(to right,#999,#fff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero p{color:#c7c7c7;font-size:var(--text-lg);max-width:600px;margin:20px auto 0;line-height:1.6}.gradient-section{border-radius:28px;padding:50px 20px;margin:40px auto;max-width:1200px;width:90%;background:#000;box-shadow:0 30px 80px #000000a6,0 0 45px #ffffff1f;color:#eee;position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);box-sizing:border-box}@media(min-width:768px){.gradient-section{padding:60px 30px}}@media(min-width:1024px){.gradient-section{padding:70px 40px}}.gradient-section:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at center,rgba(255,255,255,.05),transparent 70%);pointer-events:none;z-index:0;border-radius:16px}.gradient-section:after{content:"";position:absolute;inset:8px;border:1px solid rgba(255,255,255,.03);border-radius:20px;pointer-events:none;z-index:0}.gradient-section>*{position:relative;z-index:1}.section-content{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;justify-items:center;box-sizing:border-box;padding:0 10px}@media(max-width:900px){.section-content{grid-template-columns:1fr;gap:32px;padding:0 10px}}.section-text h2{font-size:var(--text-4xl)}.section-text p{color:#bbb;font-size:var(--text-lg);margin-top:8px}.tabs{margin-top:32px;display:flex;flex-direction:column;gap:18px}.tab-buttons{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;padding:6px;border-radius:16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:100%;box-sizing:border-box}.tab-buttons button{background:transparent;color:#fff9;border:none;padding:12px 16px;border-radius:12px;cursor:pointer;transition:all .3s ease;font-weight:500;font-size:var(--text-sm);position:relative;overflow:hidden;z-index:1;white-space:nowrap;text-overflow:ellipsis}.tab-buttons button:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#ffffff40,#ffffff0d);opacity:0;transition:opacity .3s ease;pointer-events:none;z-index:-1}.tab-buttons .active{background:#fff;color:#060606;box-shadow:0 18px 30px #ffffff1a}.tab-buttons .active:after{opacity:1}.tab-content .tab-item{display:flex;align-items:flex-start;gap:10px;margin-bottom:10px;padding:12px 14px;border-radius:14px;background:#ffffff05;border:1px solid rgba(255,255,255,.05);transition:transform .3s ease,border-color .3s ease;box-sizing:border-box;word-wrap:break-word}.tab-content .tab-item p{margin:0;font-size:clamp(var(--text-xs),2.5vw,var(--text-sm));line-height:1.5;flex:1}.tab-content .tab-item svg{flex-shrink:0;margin-top:2px}.tab-content .tab-item:hover{transform:translate(4px);border-color:#ffffff26}.features-list{max-width:1000px;margin:40px auto;padding:0 20px;display:flex;flex-direction:column;gap:20px}.feature-item{display:flex;align-items:flex-start;gap:16px}.feature-item h3{margin:0}.feature-item p{margin:4px 0 0;color:#aaa;font-size:var(--text-sm)}.cta-section{text-align:center;padding:90px 20px 110px;margin-top:60px;border-radius:28px;background:linear-gradient(135deg,#ffffff14,#000c);border:1px solid rgba(255,255,255,.08);box-shadow:0 40px 90px #0009;position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;inset:4px;border-radius:24px;border:1px solid rgba(255,255,255,.05);pointer-events:none}.cta-section h2{font-size:clamp(var(--text-4xl),6vw,var(--text-6xl));margin-bottom:12px}.cta-section p{color:#ffffffbf;max-width:540px;margin:0 auto;line-height:1.6}.cta-buttons{margin-top:32px;display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.cta-buttons .primary-btn,.cta-buttons .secondary-btn{padding:14px 28px;border-radius:999px;border:none;cursor:pointer;font-weight:600;font-size:var(--text-base);transition:transform .25s ease,box-shadow .25s ease,background .25s ease;min-width:180px}.cta-buttons .primary-btn{background:linear-gradient(120deg,#fff,#cfcfcf);color:#050505;box-shadow:0 20px 35px #ffffff40}.cta-buttons .primary-btn:hover{transform:translateY(-3px);box-shadow:0 30px 50px #ffffff4d}.cta-buttons .secondary-btn{background:#0006;border:1px solid rgba(255,255,255,.4);color:#fff}.cta-buttons .secondary-btn:hover{background:#ffffff14;transform:translateY(-3px)}.section-left{background:linear-gradient(135deg,#f8f9fa,#e9ecef,#dee2e6,#adb5bd,#6c757d);border-radius:24px;padding:60px 40px;color:#212529;width:100%;max-width:480px;text-align:center;box-shadow:0 20px 40px #00000026,0 8px 16px #0000001f,inset 0 1px #fffc;transition:all .4s cubic-bezier(.4,0,.2,1);min-height:fit-content;align-self:center;justify-self:center;position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.6);box-sizing:border-box}.gradient-section.first .section-left{background:#050505;color:#f5f5f5;border:1px solid rgba(255,255,255,.18);box-shadow:0 25px 50px #00000073,0 0 45px #ffffff14}.gradient-section.first .section-left h2{background:none;-webkit-text-fill-color:inherit;color:#fff}.gradient-section.first .section-left p{color:#fffc}.gradient-section.first .section-left,.gradient-section.second .section-left{transition:transform .35s ease,box-shadow .35s ease,background .35s ease}.gradient-section.first .section-left:hover,.gradient-section.second .section-left:hover{transform:translateY(-4px) scale(1.005);background:#080808;box-shadow:0 22px 45px #00000080,0 0 38px #ffffff1a}.gradient-section.first .section-left:before,.gradient-section.second .section-left:before{opacity:.15;background:linear-gradient(90deg,transparent,rgba(255,255,255,.25),transparent)}.gradient-section.first .section-left:after,.gradient-section.second .section-left:after{opacity:.12}.gradient-section.first .section-left:hover:before,.gradient-section.second .section-left:hover:before{opacity:.25}.gradient-section.first .section-left:hover:after,.gradient-section.second .section-left:hover:after{opacity:.18}.gradient-section.second .section-left{background:#050505;color:#f5f5f5;border:1px solid rgba(255,255,255,.18);box-shadow:0 25px 50px #00000073,0 0 45px #ffffff14}.gradient-section.second .section-left h2{background:none;-webkit-text-fill-color:inherit;color:#fff}.gradient-section.second .section-left p{color:#fffc}.section-left:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,rgba(52,58,64,.8),rgba(33,37,41,.9),transparent);opacity:0;transition:opacity .4s ease}.section-left:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at center,rgba(255,255,255,.1),transparent 70%);opacity:0;transition:opacity .4s ease;pointer-events:none}.section-left:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 32px 64px #0003,0 16px 32px #00000026,inset 0 1px #ffffffe6;background:linear-gradient(135deg,#fff,#f8f9fa,#e9ecef,#dee2e6,#adb5bd)}.section-left:hover:before{opacity:1}.section-left:hover:after{opacity:1}.section-left h2{font-size:calc(var(--text-2xl) + 1vmin);margin-bottom:20px;line-height:1.3;font-weight:700;background:linear-gradient(135deg,#212529,#343a40,#495057);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;position:relative;z-index:2;letter-spacing:-.025em}.section-left p{font-size:calc(var(--text-base) + .5vmin);margin-bottom:16px;line-height:1.6;color:#495057;font-weight:400;position:relative;z-index:2;opacity:.9}.section-left ul{list-style:none;padding:0}.section-left ul li{font-size:var(--text-sm);color:#aaa;margin-bottom:8px}.section-left ul li:before{content:"•";color:#0f8;margin-right:8px}.section-right{width:100%;max-width:500px;padding:20px 15px;align-self:center;justify-self:center;box-sizing:border-box;overflow:visible}.section-right h2{font-size:clamp(var(--text-xl),4vw,var(--text-2xl));margin-bottom:12px;word-wrap:break-word}.section-right p{font-size:clamp(var(--text-sm),3vw,var(--text-base));color:#bbb;line-height:1.6;word-wrap:break-word}.section-left-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}.section-left-icon{position:relative;width:48px;height:48px;margin-bottom:24px;display:flex;align-items:center;justify-content:center;background:#343a401a;border-radius:50%;border:2px solid rgba(52,58,64,.2);transition:all .3s ease}.section-left:hover .section-left-icon{background:#343a4026;border-color:#343a4066;transform:scale(1.1)}.icon-glow{display:none}.section-left:hover .icon-glow{opacity:0}.section-left-icon svg{color:#343a40;transition:color .3s ease;z-index:1}.section-left:hover .section-left-icon svg{color:#212529}.section-left-accent{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:60px;height:4px;background:linear-gradient(90deg,transparent,rgba(52,58,64,.6),transparent);border-radius:2px;opacity:0;transition:all .4s ease}.section-left:hover .section-left-accent{opacity:1;width:80px}@keyframes subtle-float{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}@keyframes ai-magic{0%{transform:translateY(0) scale(1);filter:brightness(1)}25%{transform:translateY(-8px) scale(1.08);filter:brightness(1.3)}50%{transform:translateY(-4px) scale(1.05);filter:brightness(1.15)}75%{transform:translateY(-8px) scale(1.08);filter:brightness(1.3)}to{transform:translateY(0) scale(1);filter:brightness(1)}}@keyframes ai-glow-magic{0%,to{box-shadow:0 0 20px #ffffff26,0 0 40px #ffffff1a,0 0 60px #0006,inset 0 0 20px #ffffff1a}25%{box-shadow:0 0 30px #fff3,0 0 60px #ffffff26,0 0 90px #0000004d,inset 0 0 30px #ffffff26}50%{box-shadow:0 0 35px #ffffff40,0 0 70px #fff3,0 0 105px #0003,inset 0 0 35px #fff3}75%{box-shadow:0 0 30px #fff3,0 0 60px #ffffff26,0 0 90px #0000004d,inset 0 0 30px #ffffff26}}@keyframes particle-float{0%{transform:translate(0) scale(0);opacity:0}10%{opacity:1}50%{transform:translate(var(--tx),var(--ty)) scale(1);opacity:.8}to{transform:translate(calc(var(--tx) * 1.5),calc(var(--ty) * 1.5)) scale(0);opacity:0}}.section-left-icon{animation:subtle-float 3s ease-in-out infinite;position:relative}.ai-badge-icon{position:relative;width:80px;height:80px;display:flex;align-items:center;justify-content:center}.ai-hologram{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;transform-style:preserve-3d;perspective:1000px}.ai-layers{position:relative;display:flex;align-items:center;justify-content:center}.ai-layer{position:absolute;font-size:var(--text-3xl);font-weight:900;letter-spacing:-1px;color:#ffffffe6;text-transform:uppercase}.ai-layer:nth-child(1){transform:translateZ(0);opacity:1;filter:blur(0px)}.ai-layer:nth-child(2){transform:translateZ(-10px);opacity:.6;filter:blur(1px);color:#c8c8c8cc}.ai-layer:nth-child(3){transform:translateZ(-20px);opacity:.3;filter:blur(2px);color:#96969699}.ai-grid{position:absolute;width:120%;height:120%;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:10px 10px;border-radius:50%;opacity:.5;animation:grid-pulse 3s ease-in-out infinite}@keyframes grid-pulse{0%,to{transform:scale(1);opacity:.3}50%{transform:scale(1.1);opacity:.6}}.ai-scan-line{position:absolute;width:100%;height:2px;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.8) 50%,transparent 100%);top:0;left:0;animation:scan 2s linear infinite;filter:blur(1px)}@keyframes scan{0%{top:0%;opacity:0}10%{opacity:1}90%{opacity:1}to{top:100%;opacity:0}}.gradient-section.first .section-left-icon{animation:ai-magic 6s cubic-bezier(.45,.05,.55,.95) infinite}.gradient-section.first .ai-badge-icon:before{content:"";position:absolute;inset:-15px;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);border-radius:50%;animation:pulse-glow 3s ease-in-out infinite}@keyframes pulse-glow{0%,to{transform:scale(1);opacity:.3}50%{transform:scale(1.2);opacity:.6}}.gradient-section.first .section-left:hover .ai-badge-icon{transform:scale(1.05)}.gradient-section.first .section-left:hover .ai-hologram{transform:rotateY(5deg) rotateX(5deg)}.gradient-section.first .section-left:hover .ai-scan-line{animation-duration:1.5s}.section-left:hover .section-left-icon{animation:none}@media(max-width:480px){.features-page{padding:100px 4vw 80px}.hero{padding:20px 15px 40px}.hero h1{font-size:var(--text-4xl);margin-bottom:12px;line-height:1.2}.hero p{font-size:var(--text-sm);margin-top:8px;max-width:100%;padding:0 5px}.section-content{grid-template-columns:1fr;gap:24px;padding:0 5px}.section-left{padding:35px 20px;width:100%;max-width:100%;border-radius:18px}.section-left h2{font-size:var(--text-xl);margin-bottom:12px}.section-left p{font-size:var(--text-sm);margin-bottom:10px}.section-right{width:100%;max-width:100%;padding:15px 10px}.section-right h2{font-size:var(--text-xl);text-align:center}.section-right p{font-size:var(--text-sm);text-align:center}.tabs{margin-top:20px;gap:12px}.tab-buttons{grid-template-columns:1fr;gap:6px;padding:5px}.tab-buttons button{font-size:var(--text-sm);padding:10px 14px}.tab-content .tab-item{padding:10px 12px}.feature-cards-container{padding:30px 0 50px;width:100%}.feature-cards-grid{gap:24px}.feature-card{margin-bottom:0;padding:20px}.feature-image{height:180px!important}.cta-section{padding:50px 15px 70px;width:100%;border-radius:20px}.cta-section h2{font-size:var(--text-2xl)}.cta-section p{font-size:var(--text-sm)}.cta-buttons{flex-direction:column;gap:12px;align-items:stretch}.cta-buttons .primary-btn,.cta-buttons .secondary-btn{width:100%;min-width:unset;padding:12px 20px;font-size:var(--text-sm)}.gradient-section{margin:25px auto;padding:30px 15px;width:95%;border-radius:20px}}@media(min-width:481px)and (max-width:768px){.features-page{padding:110px 4vw 90px}.hero{padding:30px 20px}.hero h1{font-size:var(--text-4xl);margin:16px 0}.hero p{font-size:var(--text-base);max-width:90%;margin:14px auto 0}.section-content{grid-template-columns:1fr;gap:28px;padding:0 10px}.section-left{padding:40px 25px;width:100%;max-width:500px;align-self:center;justify-self:center;border-radius:20px}.section-left h2{font-size:var(--text-2xl);margin-bottom:14px}.section-left p{font-size:var(--text-sm);margin-bottom:12px}.section-left-icon{width:42px;height:42px;margin-bottom:20px}.section-left-icon svg{width:20px;height:20px}.section-right{width:100%;padding:20px 15px;max-width:500px;align-self:center;justify-self:center}.section-right h2{font-size:var(--text-xl);text-align:center;margin-bottom:12px}.section-right p{text-align:center;font-size:var(--text-sm);margin-bottom:20px}.tabs{margin-top:24px}.tab-buttons{grid-template-columns:repeat(2,1fr);gap:8px}.tab-buttons button{font-size:var(--text-sm);padding:10px 12px}.feature-cards-container{padding:35px 0 60px;width:92%;margin:0 auto}.feature-cards-grid{grid-template-columns:1fr;gap:24px;max-width:450px;margin:0 auto}.feature-card-col{width:100%}.feature-card{height:100%;max-width:100%;margin:0}.feature-image{height:220px!important}.cta-section{padding:55px 20px 70px;width:92%;margin:0 auto;border-radius:22px}.cta-section h2{font-size:var(--text-3xl)}.cta-buttons{gap:12px;flex-direction:column;align-items:center}.cta-buttons .primary-btn,.cta-buttons .secondary-btn{min-width:200px;width:80%;max-width:280px}.features-list{max-width:92%;gap:16px}.feature-item{gap:12px}.gradient-section{margin:30px auto;padding:40px 20px;width:92%;border-radius:22px}.tabs{max-width:100%}.tab-content{max-width:100%;margin:0 auto}}@media(min-width:769px)and (max-width:1024px){.hero{padding:35px 40px}.hero h1{font-size:var(--text-5xl);margin:18px 0}.hero p{font-size:var(--text-lg);max-width:80%;margin:16px auto 0}.section-content{grid-template-columns:1fr 1fr;gap:24px;padding:0 10px}.section-left{padding:45px 30px;width:100%;max-width:420px;align-self:center;justify-self:center;border-radius:22px}.section-left h2{font-size:var(--text-2xl);margin-bottom:14px}.section-left p{font-size:var(--text-sm);margin-bottom:10px;line-height:1.5}.section-left-content{height:auto}.section-left-icon{width:44px;height:44px;margin-bottom:20px}.section-left-icon svg{width:22px;height:22px}.section-right{width:100%;max-width:420px;padding:20px 15px;align-self:center;justify-self:center}.section-right h2{font-size:var(--text-xl);margin-bottom:10px}.section-right p{font-size:var(--text-sm);margin-bottom:16px}.tabs{margin-top:20px;gap:14px}.tab-buttons{gap:8px}.tab-buttons button{padding:10px 14px;font-size:var(--text-sm)}.feature-cards-container{padding:40px 0 70px;width:90%;margin:0 auto}.feature-card{height:100%;display:flex;flex-direction:column}.feature-image{height:200px!important}.cta-section{padding:60px 20px 80px;width:90%;margin:0 auto;border-radius:24px}.cta-section h2{font-size:var(--text-4xl)}.gradient-section{margin:40px auto;width:90%;padding:50px 25px}}@media(min-width:1025px){.hero{padding:40px 60px}.hero h1{font-size:var(--text-6xl);margin:20px 0}.hero p{font-size:var(--text-lg);max-width:600px;margin:20px auto 0}.section-content{grid-template-columns:1fr 1fr;gap:40px;padding:0 20px}.section-left{padding:55px 40px;width:100%;max-width:480px;align-self:center;justify-self:center;border-radius:24px}.section-left-content{height:auto}.section-left-icon{width:48px;height:48px;margin-bottom:24px}.section-left-icon svg{width:24px;height:24px}.section-right{width:100%;max-width:480px;padding:30px 20px;align-self:center;justify-self:center}.section-right h2{font-size:var(--text-2xl);margin-bottom:12px}.section-right p{font-size:var(--text-base);margin-bottom:20px}.section-left h2{font-size:var(--text-2xl);margin-bottom:16px}.section-left p{font-size:var(--text-base);margin-bottom:12px;line-height:1.5}.feature-cards-container{padding:50px 0 80px;width:90%;margin:0 auto}.feature-card{height:100%;display:flex;flex-direction:column}.feature-image{height:220px!important}.cta-section{padding:80px 30px 100px;width:88%;margin:0 auto}.cta-buttons{gap:16px}.cta-buttons .primary-btn,.cta-buttons .secondary-btn{min-width:180px}.tab-buttons{gap:10px}.tab-buttons button{padding:12px 18px;font-size:var(--text-sm)}.features-list{max-width:1000px;gap:20px}.feature-item{gap:16px}.gradient-section{margin:50px auto;width:88%;padding:60px 35px}}
