.editing-hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;background:radial-gradient(circle at left,#8a4f00 0%,transparent 40%),linear-gradient(135deg,#050505,#0c0c0c,#050505)}.hero-content{position:relative;z-index:50;width:85%;max-width:1200px;margin:auto;padding-top:120px}.small-title{color:#ffb300;letter-spacing:4px;font-weight:600}.hero-content h1{color:#fff;font-size:90px;line-height:1;margin:20px 0}.hero-content h1 span{display:block;color:#ffb300}.hero-content p{color:#cfcfcf;font-size:18px;max-width:650px;line-height:1.9}.hero-buttons{margin-top:40px;display:flex;gap:15px}.btn-gold{padding:15px 35px;background:#ffb300;color:#111;border-radius:50px;text-decoration:none;font-weight:700}.btn-dark{padding:15px 35px;border:1px solid rgb(255 255 255 / .2);color:#fff;border-radius:50px;text-decoration:none}.timeline-bg{position:absolute;width:100%;height:100%}.track{position:absolute;width:100%;height:2px;background:rgb(255 255 255 / .08)}.track:nth-child(1){top:35%}.track:nth-child(2){top:50%}.track:nth-child(3){top:65%}.clip{position:absolute;height:60px;border-radius:8px;background:linear-gradient(90deg,#ffb300,#ff7b00);opacity:.15}.clip1{width:220px;top:32%;animation:moveClip 8s linear infinite}.clip2{width:160px;top:47%;animation:moveClip 10s linear infinite}.clip3{width:280px;top:62%;animation:moveClip 12s linear infinite}.clip4{width:180px;top:62%;animation:moveClip2 9s linear infinite}.floating-frame{position:absolute;border:2px solid rgb(255 179 0 / .2);border-radius:20px}.frame1{width:180px;height:110px;right:8%;top:18%;animation:floatFrame 6s infinite ease-in-out}.frame2{width:240px;height:140px;right:15%;bottom:18%;animation:floatFrame 8s infinite ease-in-out}.frame3{width:130px;height:90px;left:65%;top:45%;animation:floatFrame 10s infinite ease-in-out}.wave-container{position:absolute;right:12%;top:50%;transform:translateY(-50%);display:flex;gap:6px}.wave-container span{width:6px;background:#ffb300;border-radius:20px;animation:wave 1.2s infinite}.wave-container span:nth-child(1){height:20px}.wave-container span:nth-child(2){height:40px}.wave-container span:nth-child(3){height:60px}.wave-container span:nth-child(4){height:80px}.wave-container span:nth-child(5){height:60px}.wave-container span:nth-child(6){height:40px}.wave-container span:nth-child(7){height:20px}.wave-container span:nth-child(even){animation-delay:.3s}@keyframes moveClip{from{left:-300px}to{left:120%}}@keyframes moveClip2{from{left:120%}to{left:-300px}}@keyframes floatFrame{50%{transform:translateY(-25px)}}@keyframes wave{50%{transform:scaleY(.4)}}@media(max-width:768px){.hero-content h1{font-size:50px}.wave-container,.floating-frame{display:none}}.why-editing{position:relative;padding:120px 0;background:#080808;overflow:hidden}.why-editing::before{content:'';position:absolute;width:500px;height:500px;left:-150px;top:50%;transform:translateY(-50%);background:radial-gradient(circle,rgb(255 179 0 / .12),transparent 70%)}.section-heading{text-align:center;max-width:850px;margin:0 auto 70px}.section-heading span{color:#ffb300;font-weight:600;letter-spacing:3px}.section-heading h2{color:#fff;font-size:52px;margin:20px 0}.section-heading p{color:#cfcfcf;line-height:1.9;font-size:17px}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px}.feature-card{background:linear-gradient(145deg,rgb(255 255 255 / .04),rgb(255 255 255 / .02));border:1px solid rgb(255 255 255 / .06);padding:40px;border-radius:25px;transition:.5s;position:relative;overflow:hidden}.feature-card::before{content:'';position:absolute;left:0;top:0;width:100%;height:4px;background:#ffb300;transform:scaleX(0);transition:.5s}.feature-card:hover::before{transform:scaleX(1)}.feature-card:hover{transform:translateY(-10px);border-color:rgb(255 179 0 / .3)}.feature-icon{font-size:42px;margin-bottom:20px}.feature-card h3{color:#fff;margin-bottom:15px;font-size:24px}.feature-card p{color:#bdbdbd;line-height:1.8}@media(max-width:768px){.section-heading h2{font-size:36px}}