@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif}body{transition:background .5s ease,color .5s ease;overflow-x:hidden}.hamburger{display:none;font-size:1.6rem;cursor:pointer;color:#fff}body.dark-theme{background:radial-gradient(1200px at 50% -200px,rgba(122,28,255,.25),transparent 60%),linear-gradient(180deg,#050508,#0a0a12);color:#fff}body.light-theme{background:#a5a5a5;color:#0b1f2a}.header{display:flex;justify-content:space-between;align-items:center;padding:1rem 3rem;background:#014854;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.1);position:sticky;top:0;z-index:1000}body.dark-theme .header{background:#0a0a12d9;border-bottom:1px solid rgba(255,255,255,.08)}.header .logo{font-size:1.8rem;font-weight:800;color:#032f3c}body.dark-theme .header .logo{color:#c77dff}.header nav a{text-decoration:none;color:#fff;font-weight:500;position:relative}.header nav a:after{content:"";position:absolute;width:0%;height:2px;background:#000;left:0;bottom:-6px;transition:.3s}body.dark-theme .header nav a:after{background:#c77dff}.header nav a:hover:after{width:100%}nav a{margin-left:1.5rem}.hero{display:flex;align-items:center;justify-content:space-between;padding:5rem 4rem;gap:4rem;background:linear-gradient(180deg,#014854,#e3a977)}body.dark-theme .hero{background:transparent}.hero-content{max-width:520px}.hero-content h1{font-size:3.5rem;font-weight:900;line-height:1.15;margin-bottom:1rem}.hero-content h1 span{color:#032f3c;position:relative}body.dark-theme .hero-content h1 span{color:#c77dff}.hero-content h1 span:after{content:"";position:absolute;width:100%;height:4px;background:#032f3c;left:0;bottom:-6px;border-radius:5px}body.dark-theme .hero-content h1 span:after{background:linear-gradient(90deg,#c77dff,#ff5fd8)}.hero-content p{font-size:1.2rem;opacity:.85;margin-bottom:2.5rem}body.dark-theme .hero-content p{color:#b8b8d0}.hero-buttons{display:flex;gap:1.2rem}.btn-primary{padding:1rem 2.8rem;border-radius:50px;border:none;background:#032f3c;color:#fff;font-weight:600;cursor:pointer}body.dark-theme .btn-primary{background:linear-gradient(135deg,#c77dff,#ff5fd8);box-shadow:0 15px 40px #c77dff73}.btn-secondary{padding:1rem 2.5rem;border-radius:50px;background:transparent;border:2px solid #032F3C;color:#032f3c;font-weight:600;cursor:pointer}body.dark-theme .btn-secondary{border-color:#c77dff;color:#c77dff}.hero-image{position:relative}.hero-image img{width:400px;max-width:100%;transform:translateY(-20px)}.hero-image:before{content:"";position:absolute;width:80%;height:80%;background:radial-gradient(circle,rgba(199,125,255,.45),transparent 70%);z-index:-1;filter:blur(60px)}.about-tree{padding:6rem 3rem;position:relative}.section-title{text-align:center;font-size:2.8rem;font-weight:900;margin-bottom:5rem;color:#fff}.section-title span{color:#c77dff}.tree-container{position:relative;max-width:900px;margin:auto}.tree-container:before{content:"";position:absolute;left:50%;top:0;width:3px;height:100%;background:linear-gradient(to bottom,#c77dff,#c77dff0d);transform:translate(-50%)}.tree-node{display:flex;justify-content:flex-start;align-items:center;margin-bottom:4rem;position:relative}.tree-node:nth-child(2n){flex-direction:row-reverse}.node-dot{width:16px;height:16px;background:#c77dff;border-radius:50%;position:absolute;left:50%;transform:translate(-50%);box-shadow:0 0 18px #c77dffe6}.node-card{width:42%;background:#14102899;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);padding:2rem;border-radius:18px;box-shadow:0 20px 60px #00000073;transition:transform .4s ease}.node-card:hover{transform:translateY(-8px)}.node-card h3{font-size:1.4rem;margin-bottom:.8rem;color:#c77dff}.node-card p{font-size:1rem;color:#eae6ff;opacity:.9;line-height:1.6}body.light-theme .node-card{background:#fff}body.light-theme .node-card:hover{box-shadow:0 30px 90px #0000001a}body.light-theme .node-dot{background:#032f3c;box-shadow:0 0 18px #032f3ce6}body.light-theme .node-card p{color:#333}body.light-theme .section-title{color:#0b1f2a}body.light-theme .node-card h3{color:#032f3c}body.light-theme .node-card h3{color:#0b1f2a}@media(max-width:768px){.tree-container:before{left:8px}.tree-node,.tree-node:nth-child(2n){flex-direction:column;align-items:flex-start;padding-left:2rem}.node-dot{left:8px;transform:none}.node-card{width:100%}}body.light-theme .template-card{background:#030801}.premium-templates{background:linear-gradient(180deg,#050508,#0a0a12);padding:80px 6%;color:#fff;text-align:center}.section-title{font-size:36px;font-weight:600;margin-bottom:10px}.section-subtitle{font-size:15px;color:#a1a1b3;margin-bottom:50px}.templates-wrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.template-card{background:linear-gradient(180deg,#0f0f1a,#080810);border-radius:18px;padding:35px 25px;position:relative;border:1px solid rgba(255,255,255,.06);transition:all .4s ease}.template-card:hover{transform:translateY(-10px);box-shadow:0 25px 70px #6b037b59}.template-card.active{border:1px solid #ef85c3;box-shadow:0 25px 70px #6b037b59}.template-card h3{font-size:22px;margin-bottom:12px}.template-card p{font-size:14px;color:#b8b8d0;margin-bottom:25px;line-height:1.6}.template-card button{background:linear-gradient(135deg,#ef85c3,#857dff);border:none;color:#fff;padding:12px 26px;border-radius:25px;font-size:14px;cursor:pointer;transition:.3s}.template-card button:hover{opacity:.85}.badge{position:absolute;top:-12px;left:20px;background:#2b2b3d;padding:6px 14px;font-size:11px;border-radius:20px;color:#fff}.badge.gold{background:linear-gradient(135deg,#f5c97a,#c89b3c);color:#000}@media(max-width:900px){.templates-wrapper{grid-template-columns:1fr}}.preview-modal{position:fixed;inset:0;background:#05050ad9;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:999}.preview-image{width:300px;max-width:90%;height:auto;border-radius:12px;box-shadow:0 10px 30px #0006;transition:transform .3s ease}.use-template-btn{margin-top:20px;padding:10px 20px;background:#fff;text-decoration:none;color:#000;border:none;border-radius:50px;font-weight:700;cursor:pointer;transition:all .3s ease}.preview-image:hover{transform:scale(1.05)}.faq{padding:6rem 2rem;max-width:1100px;margin:auto}.faq-wrapper{display:grid;gap:1.4rem;margin-top:3rem}.faq-item{background:#141028a6;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:18px;border:1px solid rgba(199,125,255,.25);padding:1.2rem 1.6rem;transition:all .4s ease;box-shadow:0 20px 60px #00000073}.faq-item:hover{transform:translateY(-6px);box-shadow:0 30px 90px #0000008c}.faq-item summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-size:1rem;font-weight:700;color:#eae6ff}.faq-item summary::-webkit-details-marker{display:none}.faq-item .icon{width:32px;height:32px;display:grid;place-items:center;border-radius:50%;font-size:1.2rem;background:linear-gradient(135deg,#c77dff,#7a1cff);color:#fff;transition:transform .4s ease;box-shadow:0 0 15px #c77dff99}.faq-item[open] .icon{transform:rotate(45deg)}.faq-item p{margin-top:1rem;font-size:.95rem;line-height:1.7;color:#d8d2ff;opacity:.9}body.light-theme .faq-item{background:#fff;border:1px solid rgba(0,0,0,.08)}body.light-theme .faq-item:hover{box-shadow:0 30px 90px #0000001a}body.light-theme .faq-item .icon{background:linear-gradient(135deg,#032f3c,#07575b)}body.light-theme .section-title span{color:#032f3c}body.light-theme .faq-item summary{color:#0b1f2a}body.light-theme .faq-item p{color:#333}.premium-footer{position:relative;padding:6rem 3rem 2rem;background:linear-gradient(180deg,transparent,rgba(10,10,18,.95));overflow:hidden}.footer-glow{position:absolute;width:520px;height:520px;background:radial-gradient(circle,rgba(199,125,255,.45),transparent 70%);top:-220px;right:-220px;filter:blur(90px);z-index:0}.footer-container{position:relative;z-index:1;max-width:1200px;margin:auto;display:grid;grid-template-columns:2fr 1fr 1fr 1.4fr;gap:3rem}.footer-brand h2{font-size:2rem;font-weight:900;margin-bottom:1rem;color:#c77dff}.footer-brand p{font-size:1rem;opacity:.85;max-width:320px;line-height:1.6;color:#e6ddff}.footer-links h4{font-size:1.1rem;margin-bottom:1.2rem;color:#c77dff}.footer-links a{display:block;text-decoration:none;margin-bottom:.6rem;color:#eae6ff;opacity:.85;transition:all .3s ease}.footer-links a:hover{opacity:1;transform:translate(6px)}.footer-cta h4{font-size:1.1rem;margin-bottom:.8rem;color:#c77dff}.footer-cta p{font-size:.95rem;opacity:.8;margin-bottom:1.4rem;color:#e6ddff}.footer-btn{padding:.9rem 2.2rem;border-radius:50px;border:none;background:linear-gradient(135deg,#c77dff,#7a1cff);color:#fff;font-weight:700;cursor:pointer;transition:.3s}.footer-btn:hover{transform:translateY(-4px);box-shadow:0 15px 40px #c77dff80}.footer-bottom{margin-top:4rem;padding-top:1.5rem;text-align:center;font-size:.85rem;opacity:.75;color:#d8d2ff;border-top:1px solid rgba(199,125,255,.25)}body.light-theme .premium-footer{background:linear-gradient(180deg,#fff,#e9f3ff)}@media(max-width:480px){.premium-footer{padding:4rem 1.5rem 2rem}.footer-container{grid-template-columns:1fr;gap:2rem}.footer-brand h2{font-size:1.6rem}.footer-brand p,.footer-links a,.footer-cta p{font-size:.9rem}.footer-links h4,.footer-cta h4{font-size:1rem}.footer-btn{padding:.8rem 2rem;font-size:.9rem}.footer-bottom{font-size:.8rem}}body.light-theme .premium-footer{background:linear-gradient(180deg,#0b1f2a,#e9f3ff)}body.light-theme .footer-links a{color:#0b1f2a}body.light-theme .footer-cta p,body.light-theme .footer-brand p{color:#fff}body.light-theme .footer-bottom{color:#333}body.light-theme .footer-cta h4,body.light-theme .footer-links h4{color:#0b1f2a}body.light-theme .footer-btn{background:linear-gradient(135deg,#032f3c,#07575b)}body.light-theme .footer-btn:hover{box-shadow:0 15px 40px #032f3c80}body.light-theme .footer-glow{background:radial-gradient(circle,rgba(3,47,60,.45),transparent 70%)}body.light-theme .footer-brand h2{color:#032f3c}@media(max-width:900px){.footer-container{grid-template-columns:1fr 1fr}}@media(max-width:520px){.footer-container{grid-template-columns:1fr}.premium-footer{padding:5rem 2rem 2rem}}@media(max-width:480px){.header{flex-direction:column;padding:1rem 1.5rem;align-items:flex-start;gap:1rem}.header .logo{font-size:1.5rem}.hero{flex-direction:column;padding:4rem 1.5rem;gap:2rem;text-align:center}.hero-content h1{font-size:2rem;line-height:1.2}.hero-content p{font-size:.95rem;margin-bottom:1.5rem}.hero-buttons{flex-direction:column;gap:.8rem;width:100%}.btn-primary,.btn-secondary{width:100%;text-align:center}.hero-image img{width:100%;transform:none}.about-tree{padding:4rem 1.5rem}.section-title{font-size:2rem;margin-bottom:3rem}.tree-container:before{left:8px}.tree-node,.tree-node:nth-child(2n){flex-direction:column;align-items:flex-start;padding-left:2rem;margin-bottom:3rem}.node-dot{left:8px;transform:none}.node-card{width:100%;padding:1.5rem}.node-card h3{font-size:1.2rem}.node-card p{font-size:.9rem}.templates{padding:5rem 1.5rem}.templates-grid{grid-template-columns:1fr;gap:1.5rem}.template-card{padding:2rem 1.5rem}.template-card h3{font-size:1.2rem}.template-card p{font-size:.9rem}.template-tag{font-size:.7rem}.template-badge{font-size:.6rem;padding:.3rem .6rem}.faq{padding:5rem 1.5rem}.faq-item{padding:1.2rem 1.5rem}.faq-item summary{font-size:1rem}.faq-item p{font-size:.9rem}.premium-footer{padding:4rem 1.5rem 2rem}.footer-container{grid-template-columns:1fr;gap:2rem}.footer-brand h2{font-size:1.6rem}.footer-brand p,.footer-links a,.footer-cta p{font-size:.9rem}.footer-links h4,.footer-cta h4{font-size:1rem}.footer-btn{padding:.8rem 2rem;font-size:.9rem}.footer-bottom{font-size:.8rem}}@media(max-width:768px){.hamburger{display:block;z-index:1100}.nav{position:absolute;top:100%;left:0;width:100%;background:#014854;flex-direction:column;gap:1.4rem;padding:1.5rem;display:none}.nav.open{display:flex}.nav a{font-size:1.1rem}}.btn-login{background-color:#c77dff;border:2px solid #c77dff;color:#fff;font-size:.95rem;font-weight:500;padding:8px 18px;border-radius:6px;border:none;cursor:pointer;transition:all .3s ease}.btn-login:hover{background-color:#c77dff;transform:scale(1.05);box-shadow:0 4px 12px #00000026}.body.light-theme .btn-login{background-color:#032f3c;border:2px solid #032F3C;color:#fff}body{min-height:100vh;font-family:Poppins,sans-serif;background-image:url(login.jpg);background-repeat:no-repeat;background-size:cover;color:#fff;display:flex;justify-content:center;align-items:center;margin:0}.box{width:530px;max-width:95%;height:500px;perspective:1000px;position:relative}.flip-card-inner{width:100%;height:100%;transition:transform .6s;transform-style:preserve-3d;position:relative;border-radius:25px;box-shadow:0 4px 8px 10px #0003}.flip-card-inner.flipped{transform:rotateY(180deg)}.box-login,.box-signup{position:absolute;width:100%;height:100%;backface-visibility:hidden;display:flex;justify-content:center;align-items:center;border-radius:25px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:20px;box-sizing:border-box}.box-login{background-color:transparent;z-index:2}.box-signup{background-color:transparent;transform:rotateY(180deg);z-index:1}ul{list-style:none;padding:0;width:100%;text-align:center}.inpt{width:90%;padding:12px 15px;margin:12px 0;border-radius:12px;border:1px solid white;background:#ffffff1a;color:#fff;font-size:1rem;outline:none;position:relative}.inpt::placeholder{color:#ffffffb3}.btn{width:90%;padding:12px;margin:10px 0;border:none;border-radius:50px;background:#fff;color:#000;font-weight:700;font-size:1rem;cursor:pointer;transition:.3s}.btn:hover{transform:translateY(-.2rem)}.register-link span{color:#ffd482;cursor:pointer;font-weight:700}.register-link span:hover{transform:scale(1.1)}.forget{display:flex;justify-content:space-between;width:90%;margin:5px auto;font-size:.85rem}.forget input{margin-right:5px}.email-login i,.password-login i,.email-signup i,.password-signup i,.user-signup i{position:absolute;right:10%;top:28%;cursor:pointer;font-size:1.1rem;color:#fff}@media(max-width:480px){.box{width:300px;height:auto;padding:10px 0}.flip-card-inner{min-height:500px}.box-login,.box-signup{flex-direction:column;padding:15px}.inpt{width:200px;padding:8px 10px;font-size:.85rem;margin:8px 0}.btn{width:90%;padding:10px;font-size:.9rem}.forget{flex-direction:column;align-items:flex-start;font-size:.8rem;gap:4px}.email-login i,.password-login i,.email-signup i,.password-signup i,.user-signup i{top:30%;right:6%;font-size:.9rem}h1{font-size:1.3rem}.divider{margin:8px 0}.register-link p{font-size:.85rem}}@media(max-width:768px){.cv-right h3{font-size:1.05rem}.cv-right p{font-size:.9rem}.cv-left h4{font-size:.98rem}.cv-left p,.cv-left span{font-size:.88rem}}.resume-builder{padding:4rem;background:linear-gradient(180deg,#050508,#0a0a12);min-height:100vh;color:#fff}.builder-title{text-align:center;font-size:2.8rem;font-weight:800;margin-bottom:3rem;color:#c77dff}.builder-layout{display:grid;grid-template-columns:1fr 1.2fr;gap:3rem}.resume-form{background:#141028d9;padding:2.5rem;border-radius:16px;box-shadow:0 20px 60px #0009;color:#eae6ff}.resume-form h2{margin:2rem 0 1rem;font-size:1.3rem;color:#c77dff}.resume-form input,.resume-form textarea{width:100%;padding:.9rem;margin-bottom:1rem;border-radius:10px;border:1px solid #4b3d6b;background:#ffffff0d;color:#fff;font-size:.95rem}.resume-form input::placeholder,.resume-form textarea::placeholder{color:#fff9}.row{display:flex;gap:1rem}.btn-download{width:100%;padding:1rem;margin-top:1.5rem;background:linear-gradient(135deg,#c77dff,#7a1cff);color:#fff;border:none;border-radius:50px;font-weight:700;cursor:pointer;transition:all .3s ease}.btn-download:hover{transform:translateY(-3px);box-shadow:0 15px 40px #c77dff80}.resume-preview{background:#0a0a12e6;display:grid;grid-template-columns:35% 65%;min-height:1100px;box-shadow:0 25px 80px #000000b3;border-radius:16px}.cv-left{background:#1a1a2e;color:#fff;padding:2rem;border-right:2px solid rgba(199,125,255,.3)}.cv-left img{width:100%;border-radius:12px;margin-bottom:1.5rem;border:2px solid #c77dff}.cv-left h4{margin-bottom:1rem;font-size:1.1rem;border-bottom:1px solid rgba(199,125,255,.5)}.cv-right{padding:3rem;color:#eae6ff}.cv-right h1{font-size:2.4rem;margin-bottom:2rem;color:#c77dff}.cv-right section{margin-bottom:1.8rem}.cv-right h3{font-size:1.2rem;margin-bottom:.4rem;border-bottom:2px solid #c77dff;display:inline-block;color:#c77dff}.cv-right p{font-size:.95rem;line-height:1.6;color:#e6ddff}@media(max-width:768px){.builder-layout{grid-template-columns:1fr}.resume-preview{grid-template-columns:1fr;min-height:auto}.cv-right{padding:2rem}.cv-left{border-right:none;border-bottom:2px solid rgba(199,125,255,.3)}}@media(max-width:768px){.preview-image{width:90%}}.resume-preview{background:#0a0a12e6;display:grid;grid-template-columns:35% 65%;min-height:1120px;box-shadow:0 30px 90px #000000b3;font-family:Poppins,sans-serif;border-radius:16px}.cv-left{background:#1a1a2e;color:#fff;padding:2.5rem 2rem;border-right:2px solid rgba(199,125,255,.3)}.cv-left img{width:100%;border-radius:14px;margin-bottom:2rem;border:2px solid #c77dff}.cv-left h4{font-size:1.15rem;margin:2rem 0 .8rem;padding-bottom:.4rem;border-bottom:1px solid rgba(199,125,255,.5);letter-spacing:.5px;color:#c77dff}.cv-left p,.cv-left span{font-size:.9rem;line-height:1.7;color:#e6ddff}.cv-right{padding:3.5rem 3rem;color:#eae6ff}.cv-right h1{font-size:2.6rem;font-weight:800;margin-bottom:.6rem;color:#c77dff}.cv-right .subtitle{font-size:.95rem;color:#b8b8d0;margin-bottom:2.5rem}.cv-right section{margin-bottom:2.5rem}.cv-right h3{font-size:1.25rem;font-weight:700;margin-bottom:.9rem;color:#c77dff;border-bottom:2px solid #c77dff;padding-bottom:.3rem;letter-spacing:.6px}.cv-right p{font-size:.98rem;line-height:1.75;color:#e6ddff;white-space:pre-line}@media(max-width:768px){.resume-preview{grid-template-columns:1fr;min-height:auto}.cv-left{border-right:none;border-bottom:2px solid rgba(199,125,255,.3)}.cv-right{padding:2rem}}@media(max-width:1024px){.builder-layout{grid-template-columns:1fr;gap:2rem}.resume-preview{grid-template-columns:1fr;min-height:auto}.cv-left,.cv-right{padding:2rem 1.5rem}.cv-right h1{font-size:2.2rem}.cv-right h3{font-size:1.15rem}.cv-right p{font-size:.95rem}.cv-left h4{font-size:1.05rem}.cv-left p,.cv-left span{font-size:.88rem}}@media(max-width:768px){.resume-builder,.resume-form{padding:2rem 1rem}.cv-left,.cv-right{padding:1.5rem 1rem}.cv-right h1{font-size:2rem}.cv-right h3{font-size:1.1rem}.cv-right p{font-size:.92rem}.cv-left h4{font-size:1rem}.cv-left p,.cv-left span{font-size:.85rem}}@media(max-width:480px){.resume-builder,.resume-form{padding:1rem .5rem}.cv-right h1{font-size:1.8rem}.cv-right h3{font-size:1rem}.cv-right p{font-size:.9rem}.cv-left h4{font-size:.95rem}.cv-left p,.cv-left span{font-size:.82rem}.cv-left img{margin-bottom:1.5rem}}
