.contact-container{max-width:1200px;margin:0 auto;padding:2rem}.contact-header{text-align:center;margin:4rem 0;padding:2rem 0}.contact-title{font-size:3.5rem;font-weight:900;margin-bottom:1rem;background:linear-gradient(135deg,#fff,#00f5ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.contact-subtitle{font-size:1.3rem;color:#b8b8d1;max-width:600px;margin:0 auto}.contact-main{display:grid;grid-template-columns:2fr 1fr;gap:3rem;margin-bottom:4rem;align-items:flex-start}.contact-form-section{background:rgba(255,255,255,.05);backdrop-filter:blur(20px);border-radius:20px;padding:3rem;border:1px solid rgba(255,255,255,.1);box-shadow:0 20px 40px rgba(0,0,0,.3)}.form-title{font-size:2rem;font-weight:700;color:#00f5ff;margin-bottom:1.5rem}.form-group{margin-bottom:1.5rem}.form-label{display:block;color:#e0e0e0;font-weight:600;margin-bottom:.5rem}.form-input,.form-textarea,.form-select{width:100%;padding:1rem;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:10px;color:#fff;font-size:1rem;transition:all .3s ease}.form-input:focus,.form-textarea:focus,.form-select:focus{outline:0;border-color:#00f5ff;box-shadow:0 0 15px rgba(0,245,255,.3)}.form-textarea{resize:vertical;min-height:120px}.form-select option{background:#1a1a2e;color:#fff}.submit-btn{background:linear-gradient(135deg,#00f5ff,#ff006e);color:#fff;padding:1rem 2rem;border:0;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px rgba(0,245,255,.3);width:100%}.submit-btn:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(0,245,255,.4)}.contact-info-section{display:flex;flex-direction:column;gap:2rem}.info-card{background:rgba(255,255,255,.05);backdrop-filter:blur(20px);border-radius:20px;padding:2rem;border:1px solid rgba(255,255,255,.1);box-shadow:0 20px 40px rgba(0,0,0,.3);transition:all .3s ease}.info-card:hover{transform:translateY(-5px);box-shadow:0 25px 50px rgba(0,0,0,.4)}.info-icon{width:60px;height:60px;background:linear-gradient(135deg,#00f5ff,#ff006e);border-radius:15px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;font-size:1.5rem}.info-title{font-size:1.3rem;font-weight:700;color:#00f5ff;margin-bottom:.5rem}.info-content{color:#e0e0e0;line-height:1.6}.info-content a{color:#00f5ff;text-decoration:none;transition:color .3s ease}.info-content a:hover{color:#fff}.faq-section{background:rgba(255,255,255,.05);backdrop-filter:blur(20px);border-radius:20px;padding:3rem;border:1px solid rgba(255,255,255,.1);box-shadow:0 20px 40px rgba(0,0,0,.3);margin-bottom:3rem}.faq-title{font-size:2.5rem;font-weight:700;color:#00f5ff;margin-bottom:2rem;text-align:center}.faq-item{margin-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:1.5rem}.faq-question{font-size:1.2rem;font-weight:600;color:#fff;margin-bottom:.5rem}.faq-answer{color:#b8b8d1;line-height:1.6}.back-button{display:inline-block;background:transparent;color:#00f5ff;padding:1rem 2rem;border:2px solid #00f5ff;border-radius:50px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s ease;margin-top:2rem}.back-button:hover{background:#00f5ff;color:#0f0f23;transform:translateY(-3px)}.success-message-contact-us{display:none;background:rgba(0,245,255,.1);border:1px solid rgba(0,245,255,.3);border-radius:10px;padding:1rem;margin-bottom:1rem;color:#00f5ff;text-align:center}@media(max-width:768px){.contact-container{padding:1rem}.contact-title{font-size:2.5rem}.contact-main{grid-template-columns:1fr;gap:2rem}.contact-form-section,.faq-section{padding:2rem}}html{scroll-behavior:smooth}*{margin:0;padding:0;box-sizing:border-box}body{background-color:#0f0f23;background-image:linear-gradient(135deg,#0f0f23 0%,#1a1a2e 50%,#16213e 100%);background-attachment:fixed;font-family:"Segoe UI",Tahoma,Geneva,Verdana,sans-serif;color:#fff}.landing-page-wrapper{margin:0;padding:0;box-sizing:border-box;font-family:'Inter',-apple-system,BlinkMacSystemFont,sans-serif;color:#fff;overflow-x:hidden;min-height:100vh}.landing-page-wrapper *{margin:0;padding:0;box-sizing:border-box}.landing-page-bg-animation{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;opacity:.1}.landing-page-floating-shapes{position:absolute;width:100%;height:100%}.landing-page-shape{position:absolute;border-radius:50%;background:linear-gradient(45deg,#00f5ff,#ff006e);animation:landing-page-float 20s infinite linear}.landing-page-shape:nth-child(1){width:100px;height:100px;top:20%;left:10%;animation-delay:0s}.landing-page-shape:nth-child(2){width:60px;height:60px;top:60%;left:80%;animation-delay:-5s}.landing-page-shape:nth-child(3){width:80px;height:80px;top:80%;left:20%;animation-delay:-10s}.landing-page-shape:nth-child(4){width:120px;height:120px;top:10%;left:70%;animation-delay:-15s}@keyframes landing-page-float{0%{transform:translateY(0) rotate(0deg)}33%{transform:translateY(-30px) rotate(120deg)}66%{transform:translateY(30px) rotate(240deg)}100%{transform:translateY(0) rotate(360deg)}}.landing-page-nav{position:fixed;top:0;width:100%;z-index:1000;background:rgba(15,15,35,.95);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.1);transition:all .3s ease}.landing-page-nav-container{position:relative;max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.landing-page-logo{font-size:1.8rem;font-weight:800;background:linear-gradient(135deg,#00f5ff,#ff006e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.landing-page-nav-links{display:flex;gap:2rem;list-style:none}.landing-page-nav-links a{color:#fff;text-decoration:none;font-weight:500;transition:all .3s ease;position:relative}.landing-page-nav-links a:hover,.landing-page-nav-links a:focus{color:#00f5ff}.landing-page-nav-links a::after{content:'';position:absolute;bottom:-5px;left:0;width:0;height:2px;background:linear-gradient(90deg,#00f5ff,#ff006e);transition:width .3s ease}.landing-page-nav-links a:hover::after,.landing-page-nav-links a:focus::after{width:100%}.nav-link.active{color:#00f5ff}.nav-link.active::after{width:100%}.landing-page-cta-nav{background:linear-gradient(135deg,#00f5ff,#ff006e);color:#fff;padding:.75rem 1.5rem;border-radius:50px;text-decoration:none;font-weight:600;transition:all .3s ease;box-shadow:0 4px 15px rgba(0,245,255,.3)}.landing-page-cta-nav:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,245,255,.4)}.landing-page-hero{display:flex;align-items:center;padding:2rem 2rem;position:relative;margin:5rem 0 0 2rem}.landing-page-hero-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.landing-page-hero-content h1{font-size:clamp(2.5rem,2vw + 1rem,4rem);font-weight:900;line-height:1.1;margin-bottom:1.5rem;background:linear-gradient(135deg,#fff,#00f5ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.landing-page-hero-content p{font-size:1.3rem;color:#b8b8d1;margin-bottom:2.5rem;line-height:1.6}.landing-page-hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.start-building-now-btn{background:linear-gradient(135deg,#00f5ff,#ff006e);color:#fff;border:0;border-radius:50px;font-size:clamp(.8rem,2vw + .5rem,1.1rem);padding:clamp(.75rem,2vw + .5rem,1rem) clamp(1rem,2vw + .5rem,2rem);font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;box-shadow:0 4px 15px rgba(0,245,255,.3)}.landing-page-btn-primary{background:linear-gradient(135deg,#00f5ff,#ff006e);color:#fff;border:0;border-radius:50px;font-size:1.1rem;padding:1rem 2rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;box-shadow:0 4px 15px rgba(0,245,255,.3)}.landing-page-btn-primary:hover,.start-building-now-btn:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(0,245,255,.4)}.landing-page-btn-secondary{background:transparent;color:#fff;padding:1rem 2rem;border:2px solid rgba(255,255,255,.3);border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.landing-page-btn-secondary:hover{background:rgba(255,255,255,.1);border-color:#00f5ff;color:#00f5ff}.landing-page-hero-visual{position:relative;display:flex;justify-content:center;align-items:center}.landing-page-invoice-preview{background:rgba(255,255,255,.1);backdrop-filter:blur(20px);border-radius:20px;padding:2rem;border:1px solid rgba(255,255,255,.2);box-shadow:0 20px 40px rgba(0,0,0,.3);animation:landing-page-float-invoice 6s ease-in-out infinite}.landing-page-invoice-preview:hover{animation:landing-page-float-invoice-hover 3s ease-in-out infinite}@keyframes landing-page-float-invoice-hover{0%,100%{transform:perspective(1000px) rotateY(-10deg) rotateX(5deg) translateY(0)}50%{transform:perspective(1000px) rotateY(-125deg) rotateX(5deg) translateY(-15px)}}@keyframes landing-page-float-invoice{0%,100%{transform:perspective(1000px) rotateY(-10deg) rotateX(5deg) translateY(0)}50%{transform:perspective(1000px) rotateY(-10deg) rotateX(5deg) translateY(-15px)}}.landing-page-invoice-header{display:flex;justify-content:space-between;margin-bottom:1rem}.landing-page-invoice-title{font-size:1.5rem;font-weight:700;color:#00f5ff}.landing-page-invoice-number{color:#b8b8d1}.landing-page-invoice-line{height:1px;background:linear-gradient(90deg,transparent,#00f5ff,transparent);margin:1rem 0}.landing-page-invoice-item{display:flex;justify-content:space-between;margin:.5rem 0;color:#b8b8d1}.landing-page-features{padding:6rem 2rem;background:rgba(0,0,0,.2)}.landing-page-features-container{max-width:1200px;margin:0 auto}.landing-page-section-title{text-align:center;font-size:clamp(1.8rem,2vw + 1.1rem,3.5rem);font-weight:800;margin-bottom:1rem;background:linear-gradient(135deg,#fff,#00f5ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.landing-page-section-subtitle{text-align:center;font-size:1.2rem;color:#b8b8d1;margin-bottom:4rem}.landing-page-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.landing-page-feature-card{background:rgba(255,255,255,.05);backdrop-filter:blur(20px);border-radius:20px;padding:clamp(1.5rem,2vw + 1rem,2.5rem);border:1px solid rgba(255,255,255,.1);transition:all .3s ease;position:relative;overflow:hidden}.landing-page-feature-card::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(0,245,255,.1),transparent);transition:left .5s ease}.landing-page-feature-card:hover::before{left:100%}.landing-page-feature-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(0,245,255,.2);border-color:rgba(0,245,255,.3)}.landing-page-feature-icon{width:60px;height:60px;background:linear-gradient(135deg,#00f5ff,#ff006e);border-radius:15px;display:flex;align-items:center;justify-content:center;font-size:2rem;margin-bottom:1.5rem}.landing-page-feature-card h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.landing-page-feature-card p{color:#b8b8d1;line-height:1.6}.landing-page-themes{padding:6rem 2rem}.landing-page-themes-container{max-width:1200px;margin:0 auto}.landing-page-themes-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.landing-page-theme-card{background:rgba(255,255,255,.05);backdrop-filter:blur(20px);border-radius:20px;padding:2rem;border:1px solid rgba(255,255,255,.1);transition:all .3s ease;cursor:pointer}.landing-page-theme-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(0,0,0,.3)}.landing-page-theme-preview{width:100%;height:200px;background:linear-gradient(135deg,#1a1a3e,#2d1b69);border-radius:15px;margin-bottom:1rem;position:relative;overflow:hidden}.landing-page-theme-modern{background:linear-gradient(135deg,#667eea,#764ba2)}.landing-page-theme-minimal{background:linear-gradient(135deg,#f093fb,#f5576c)}.landing-page-theme-classic{background:linear-gradient(135deg,#43e97b,#38f9d7)}.landing-page-theme-dark{background:linear-gradient(135deg,#4c4c4c,#595959)}.landing-page-theme-card h4{font-size:1.3rem;font-weight:600;margin-bottom:.5rem}.landing-page-theme-card p{color:#b8b8d1;font-size:.9rem}.landing-page-why-choose{padding:5rem 2rem;background:rgba(0,0,0,.3)}.landing-page-why-choose-container{max-width:1200px;margin:0 auto}.landing-page-why-choose-container .section-title,.landing-page-faq-container .section-title{text-align:center;font-size:clamp(1.8rem,2vw + 1.1rem,3.5rem);font-weight:900;margin-bottom:1.5rem;background:linear-gradient(135deg,#fff,#00f5ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.landing-page-why-choose-container .section-subtitle,.landing-page-faq-container .section-subtitle{text-align:center;font-size:1.3rem;color:#b8b8d1;max-width:600px;margin:0 auto;line-height:1.6}.landing-page-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin:4rem 0}.landing-page-stat-card{text-align:center;padding:2rem}.landing-page-stat-number{font-size:3rem;font-weight:900;background:linear-gradient(135deg,#00f5ff,#ff006e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:block}.landing-page-stat-label{color:#b8b8d1;font-weight:600;margin-top:.5rem}.landing-page-benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:3rem;margin-top:4rem}.landing-page-benefit-item{display:flex;align-items:flex-start;gap:1rem}.landing-page-benefit-icon{width:40px;height:40px;background:linear-gradient(135deg,#00f5ff,#ff006e);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.landing-page-benefit-content h3{font-size:1.3rem;font-weight:600;margin-bottom:.5rem}.landing-page-benefit-content p{color:#b8b8d1;line-height:1.5}.landing-page-cta-section{padding:6rem 2rem;text-align:center}.landing-page-cta-container{max-width:800px;margin:0 auto;background:rgba(255,255,255,.05);backdrop-filter:blur(20px);border-radius:30px;padding:clamp(1.5rem,2vw + 1rem,4rem);border:1px solid rgba(255,255,255,.1)}.landing-page-cta-container h2{font-size:clamp(1.5rem,2vw + 1rem,2.5rem);font-weight:800;margin-bottom:1rem;background:linear-gradient(135deg,#fff,#00f5ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.landing-page-cta-container p{font-size:1.2rem;color:#b8b8d1;margin-bottom:2rem}.landing-page-footer{background:rgba(0,0,0,.5);padding:3rem 2rem 1rem;border-top:1px solid rgba(255,255,255,.1)}.landing-page-footer-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.landing-page-footer-section h3{font-size:1.2rem;font-weight:600;margin-bottom:1rem;color:#00f5ff}.landing-page-footer-section p,.landing-page-footer-section a{color:#b8b8d1;text-decoration:none;line-height:1.8;transition:color .3s ease}.landing-page-footer-section a:hover{color:#00f5ff}.landing-page-footer-bottom{text-align:center;padding-top:2rem;margin-top:2rem;border-top:1px solid rgba(255,255,255,.1);color:#b8b8d1}.arrow-up-container{display:none;position:fixed;background:linear-gradient(135deg,#00f5ff,#ff006e);bottom:20px;right:10px;padding:.5rem;border-radius:50%;width:40px;text-align:center;cursor:pointer;z-index:100;outline:0!important;border:0!important}.arrow-up-container:hover{box-shadow:0 4px 12px rgba(0,0,0,.2)}.arrow-up-container:active{transform:scale(.92);box-shadow:0 2px 6px rgba(0,0,0,.15)}.hamburger{position:absolute;display:none;height:40px;width:40px;right:33px;top:25px;flex-direction:column;gap:7px;cursor:pointer}.bar{border-radius:10px;height:4px;width:100%;width:100%;background:linear-gradient(135deg,#ff006e,#00f5ff);transition:.4s ease}.hamburger span:nth-child(3){width:70%}.hamburger.toggle span:nth-child(1){transform:rotate(45deg) translate(10px,9px)}.hamburger.toggle span:nth-child(2){opacity:0}.hamburger.toggle span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px);width:100%}.hide-nav{display:inherit;animation:fade-in ease-in-out 2s}@keyframes fade-in{0%{opacity:0}50%{opacity:.5}100%{opacity:1}}.about-us-wrapper{margin:0;padding:0;box-sizing:border-box;font-family:'Inter',-apple-system,BlinkMacSystemFont,sans-serif;background:linear-gradient(135deg,#0f0f23 0%,#1a1a3e 50%,#2d1b69 100%);color:#fff;overflow-x:hidden;min-height:100vh}.about-us-wrapper *{margin:0;padding:0;box-sizing:border-box}.about-us-bg-animation{position:fixed;top:0;left:0;width:100%;height:100%;opacity:.1}.about-us-floating-shapes{position:absolute;width:100%;height:100%}.about-us-shape{position:absolute;border-radius:50%;background:linear-gradient(45deg,#00f5ff,#ff006e);animation:about-us-float 20s infinite linear}.about-us-shape:nth-child(1){width:100px;height:100px;top:20%;left:10%;animation-delay:0s}.about-us-shape:nth-child(2){width:60px;height:60px;top:60%;left:80%;animation-delay:-5s}.about-us-shape:nth-child(3){width:80px;height:80px;top:80%;left:20%;animation-delay:-10s}@keyframes about-us-float{0%{transform:translateY(0) rotate(0deg)}33%{transform:translateY(-30px) rotate(120deg)}66%{transform:translateY(30px) rotate(240deg)}100%{transform:translateY(0) rotate(360deg)}}.about-us-section{padding:6rem 2rem;position:relative}.about-us-container{max-width:1200px;margin:0 auto}.about-us-header{text-align:center;margin-bottom:5rem}.about-us-title{font-size:clamp(1.8rem,2vw + 1.1rem,3.5rem);font-weight:900;margin-bottom:1.5rem;background:linear-gradient(135deg,#fff,#00f5ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about-us-subtitle{font-size:1.3rem;color:#b8b8d1;max-width:600px;margin:0 auto;line-height:1.6}.about-us-content{margin-bottom:5rem}.about-us-text-content{background:rgba(255,255,255,.05);backdrop-filter:blur(20px);border-radius:25px;padding:clamp(1.5rem,2vw + 1rem,3rem);border:1px solid rgba(255,255,255,.1);position:relative;overflow:hidden}.about-us-text-content::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(0,245,255,.1),transparent);transition:left .5s ease}.about-us-text-content:hover::before{left:100%}.about-us-text-content h2{font-size:2.2rem;font-weight:700;margin-bottom:1.5rem;color:#00f5ff}.about-us-text-content p{color:#b8b8d1;line-height:1.7;font-size:1.1rem;margin-bottom:1.5rem}.about-us-visual-content{display:flex;justify-content:center;align-items:center;position:relative}.about-us-stats-card{background:rgba(255,255,255,.1);backdrop-filter:blur(20px);border-radius:25px;padding:3rem;border:1px solid rgba(255,255,255,.2);box-shadow:0 20px 40px rgba(0,0,0,.3);transform:perspective(1000px) rotateY(-5deg);transition:all .3s ease}.about-us-stats-card:hover{transform:perspective(1000px) rotateY(0deg) translateY(-10px);box-shadow:0 30px 60px rgba(0,245,255,.2)}.about-us-stat-item{text-align:center;margin-bottom:2rem}.about-us-stat-number{font-size:2.5rem;font-weight:900;background:linear-gradient(135deg,#00f5ff,#ff006e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:block}.about-us-stat-label{color:#b8b8d1;font-weight:600;margin-top:.5rem}.about-us-mission-vision{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:5rem}.about-us-mission-card,.about-us-vision-card{background:rgba(255,255,255,.05);backdrop-filter:blur(20px);border-radius:25px;padding:clamp(1.5rem,2vw + 1rem,3rem);border:1px solid rgba(255,255,255,.1);transition:all .3s ease;position:relative;overflow:hidden}.about-us-mission-card:hover,.about-us-vision-card:hover{transform:translateY(-10px);box-shadow:0 25px 50px rgba(0,245,255,.2);border-color:rgba(0,245,255,.3)}.about-us-mission-icon,.about-us-vision-icon{width:70px;height:70px;background:linear-gradient(135deg,#00f5ff,#ff006e);border-radius:20px;display:flex;align-items:center;justify-content:center;font-size:2.5rem;margin-bottom:2rem}.about-us-mission-card h3,.about-us-vision-card h3{font-size:1.8rem;font-weight:700;margin-bottom:1.5rem;color:#fff}.about-us-mission-card p,.about-us-vision-card p{color:#b8b8d1;line-height:1.7;font-size:1.1rem}.how-to-use-wrapper{margin:0;padding:0;box-sizing:border-box;font-family:'Inter',-apple-system,BlinkMacSystemFont,sans-serif;background:linear-gradient(135deg,#0f0f23 0%,#1a1a3e 50%,#2d1b69 100%);color:#fff;overflow-x:hidden;min-height:100vh}.how-to-use-wrapper *{margin:0;padding:0;box-sizing:border-box}.how-to-use-section{padding:6rem 2rem 2rem 2rem;position:relative}.how-to-use-container{max-width:1200px;margin:0 auto}.how-to-use-header{text-align:center;margin-bottom:5rem}.how-to-use-title{font-size:clamp(1.8rem,2vw + 1.1rem,3.5rem);font-weight:900;margin-bottom:1.5rem;background:linear-gradient(135deg,#fff,#00f5ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.how-to-use-subtitle{font-size:1.3rem;color:#b8b8d1;max-width:700px;margin:0 auto;line-height:1.6}.how-to-use-steps-container{position:relative;margin-bottom:4rem}.how-to-use-progress-line{position:absolute;left:50%;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#00f5ff,#ff006e);transform:translateX(-50%);border-radius:2px;opacity:.3}.how-to-use-progress-active{position:absolute;left:50%;top:0;width:4px;background:linear-gradient(180deg,#00f5ff,#ff006e);transform:translateX(-50%);border-radius:2px;height:0%;animation:how-to-use-progress-fill 3s ease-in-out infinite;box-shadow:0 0 20px rgba(0,245,255,.5)}@keyframes how-to-use-progress-fill{0%{height:0%}100%{height:100%}}.how-to-use-step{display:flex;align-items:center;margin-bottom:4rem;position:relative;opacity:0;animation:how-to-use-fade-in-up .8s ease-out forwards}.how-to-use-step:nth-child(1){animation-delay:.2s}.how-to-use-step:nth-child(2){animation-delay:.4s}.how-to-use-step:nth-child(3){animation-delay:.6s}.how-to-use-step:nth-child(4){animation-delay:.8s}.how-to-use-step:nth-child(5){animation-delay:1s}.how-to-use-step:nth-child(6){animation-delay:1.2s}.how-to-use-step:nth-child(7){animation-delay:1.4s}.how-to-use-step:nth-child(8){animation-delay:1.6s}@keyframes how-to-use-fade-in-up{0%{opacity:0;transform:translateY(30px)}100%{opacity:1;transform:translateY(0)}}.how-to-use-step:nth-child(odd){flex-direction:row}.how-to-use-step:nth-child(even){flex-direction:row-reverse}.how-to-use-step-number{width:80px;height:80px;background:linear-gradient(135deg,#00f5ff,#ff006e);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:900;color:#fff;position:relative;z-index:2;box-shadow:0 8px 25px rgba(0,245,255,.4);transition:all .3s ease}.how-to-use-step:hover .how-to-use-step-number{transform:scale(1.1);box-shadow:0 12px 35px rgba(0,245,255,.6)}.how-to-use-step-content{flex:1;background:rgba(255,255,255,.05);backdrop-filter:blur(20px);border-radius:25px;padding:clamp(1.5rem,2vw + 1rem,3rem);border:1px solid rgba(255,255,255,.1);position:relative;overflow:hidden;transition:all .3s ease;margin:0 2rem}.how-to-use-step-content::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(0,245,255,.1),transparent);transition:left .6s ease}.how-to-use-step:hover .how-to-use-step-content::before{left:100%}.how-to-use-step:hover .how-to-use-step-content{transform:translateY(-5px);box-shadow:0 25px 50px rgba(0,245,255,.15);border-color:rgba(0,245,255,.3)}.how-to-use-step-title{font-size:1.8rem;font-weight:700;margin-bottom:1rem;color:#00f5ff}.how-to-use-step-description{color:#b8b8d1;line-height:1.7;font-size:1.1rem}.how-to-use-step-icon{width:60px;height:60px;background:rgba(255,255,255,.1);border-radius:15px;display:flex;align-items:center;justify-content:center;font-size:2rem;margin-bottom:1.5rem;transition:all .3s ease}.how-to-use-step:hover .how-to-use-step-icon{background:rgba(0,245,255,.2);transform:scale(1.1)}.how-to-use-step-visual{flex:0 0 300px;display:flex;align-items:center;justify-content:center;position:relative}.how-to-use-step-mockup{width:250px;height:150px;background:rgba(255,255,255,.1);border-radius:15px;border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;font-size:3rem;transition:all .3s ease;backdrop-filter:blur(10px)}.how-to-use-step:hover .how-to-use-step-mockup{transform:scale(1.05);box-shadow:0 15px 30px rgba(0,245,255,.2)}.landing-page-faq{padding:5rem 2rem;background:rgba(0,0,0,.2)}.landing-page-faq-container{max-width:1000px;margin:0 auto}.landing-page-faq-grid{display:grid;gap:2rem;margin-top:4rem}.landing-page-faq-item{background:rgba(255,255,255,.05);border:1px solid rgba(0,245,255,.2);border-radius:15px;padding:clamp(1.5rem,2vw + 1rem,2rem);backdrop-filter:blur(10px);transition:all .3s ease;cursor:pointer;position:relative;overflow:hidden}.landing-page-faq-item::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#00f5ff,#ff006e);transform:scaleX(0);transition:transform .3s ease}.landing-page-faq-item:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(0,245,255,.1);border-color:rgba(0,245,255,.4)}.landing-page-faq-item:hover::before{transform:scaleX(1)}.landing-page-faq-question{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.landing-page-faq-question h3{font-size:1.4rem;font-weight:700;margin:0;background:linear-gradient(135deg,#fff,#00f5ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;flex:1}.landing-page-faq-icon{width:30px;height:30px;background:linear-gradient(135deg,#00f5ff,#ff006e);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;transition:transform .3s ease;flex-shrink:0;margin-left:1rem}.landing-page-faq-item.active .landing-page-faq-icon{transform:rotate(45deg)}.landing-page-faq-answer{color:#b8b8d1;line-height:1.7;font-size:1.1rem;max-height:0;overflow:hidden;transition:max-height .3s ease,opacity .3s ease;opacity:0}.landing-page-faq-item.active .landing-page-faq-answer{min-height:fit-content;opacity:1}.pros-cons-section{padding:5rem 2rem;position:relative}.pros-cons-title{font-size:clamp(1.8rem,2vw + 1.1rem,3.5rem);font-weight:900;text-align:center;margin-bottom:1rem;background:linear-gradient(135deg,#fff,#00f5ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.pros-cons-subtitle{font-size:1.2rem;color:#b8b8d1;text-align:center;margin-bottom:3rem}.pros-cons-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.pros-section,.cons-section{background:rgba(255,255,255,.05);backdrop-filter:blur(20px);border-radius:20px;padding:clamp(1.5rem,2vw + 1rem,2.5rem);border:1px solid rgba(255,255,255,.1);box-shadow:0 20px 40px rgba(0,0,0,.3);transition:all .3s ease}.pros-section:hover,.cons-section:hover{transform:translateY(-5px);box-shadow:0 25px 50px rgba(0,0,0,.4)}.pros-header,.cons-header{display:flex;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid rgba(255,255,255,.1)}.pros-icon,.cons-icon{font-size:2rem;margin-right:1rem}.pros-title,.cons-title{font-size:1.8rem;font-weight:700;color:#fff}.pros-title{color:#00f5ff}.cons-title{color:#ff006e}.pros-list,.cons-list{list-style:none;padding:0}.pros-item,.cons-item{display:flex;align-items:flex-start;margin-bottom:1.5rem;padding:1rem;background:rgba(255,255,255,.03);border-radius:10px;transition:all .3s ease}.pros-item:hover{background:rgba(0,245,255,.1);transform:translateX(5px)}.cons-item:hover{background:rgba(255,0,110,.1);transform:translateX(5px)}.item-icon{font-size:1.2rem;margin-right:1rem;margin-top:.2rem;flex-shrink:0}.item-text{color:#e0e0e0;font-size:1rem;line-height:1.6}@media(max-width:768px){.pros-cons-section{padding:3rem 1rem}.pros-cons-grid{grid-template-columns:1fr;gap:2rem}.pros-title,.cons-title{font-size:1.5rem}}@media(max-width:480px){.pros-cons-title{font-size:2rem}.pros-item,.cons-item{padding:.8rem}.item-text{font-size:.9rem}}@media(max-width:768px){.hide-nav{display:flex!important}.hamburger{display:flex}.landing-page-nav-container{flex-direction:column;gap:1rem}.landing-page-nav-links{flex-direction:column;align-items:center}.landing-page-nav-links,.landing-page-cta-nav{display:none}.landing-page-nav-container .landing-page-logo{align-self:flex-start}.landing-page-hero-container{grid-template-columns:1fr;text-align:center;gap:3rem}.landing-page-hero-content p{margin-bottom:3.5rem}.landing-page-hero-buttons{justify-content:center}.landing-page-invoice-preview{transform:none}.landing-page-section-title{font-size:2rem}.landing-page-features-grid,.landing-page-themes-grid{grid-template-columns:1fr}.landing-page-benefits-grid{grid-template-columns:1fr}.landing-page-stats-grid{gap:0}.about-us-mission-vision{grid-template-columns:1fr!important}.how-to-use-step{display:grid;place-items:center;gap:1.5rem}.landing-page-benefits-grid{grid-template-columns:1fr}.landing-page-faq-question h3{font-size:1.2rem}.how-to-use-step-content{margin:0}}.top-controls{display:flex;gap:1rem;flex-wrap:wrap;justify-content:space-between;align-items:center;padding:1.5rem;background:rgba(255,255,255,.05);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:20px;box-shadow:0 8px 32px rgba(0,0,0,.3);margin:6rem 2rem 0 2rem}.template-section{display:flex;align-items:center;flex-wrap:wrap;gap:1rem}.template-label{color:#00d4ff;font-weight:600;text-transform:uppercase;letter-spacing:1px;font-size:.9rem}.template-dropdown{padding:.8rem 1rem;background:rgba(255,255,255,.1);border:2px solid rgba(0,212,255,.3);border-radius:8px;color:#fff;font-size:.9rem;cursor:pointer;transition:all .3s ease;min-width:150px}.template-dropdown:focus{outline:0;border-color:#00d4ff;box-shadow:0 0 15px rgba(0,212,255,.3)}.template-dropdown option{background:#1a1a2e;color:#fff}.spinner{display:none;width:20px;height:20px;border:4px solid #f3f3f3;border-top:4px solid #667eea;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.action-buttons{display:flex;gap:1rem;flex-wrap:wrap}.action-btn{padding:.8rem 1.5rem;border:0;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px;display:flex;align-items:center;gap:.5rem}.download-btn{background:linear-gradient(45deg,#f0f,#c09);color:#fff}.download-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(255,0,255,.4)}.copy-btn{background:linear-gradient(45deg,#00d4ff,#09c);color:#fff}.copy-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,212,255,.4)}.btn-icon{width:16px;height:16px;fill:currentColor}.container{display:grid;grid-template-columns:1fr 1fr;gap:2rem;padding:2rem}.builder-section{background:rgba(255,255,255,.05);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:1.5rem;box-shadow:0 8px 32px rgba(0,0,0,.3)}.builder-header{text-align:center;margin-bottom:1.5rem}.builder-title{font-size:2rem;background:linear-gradient(45deg,#00d4ff,#f0f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:.3rem;text-shadow:0 0 30px rgba(0,212,255,.3)}.builder-subtitle{color:#a0a0a0;font-size:.9rem}.form-group{margin-bottom:.8rem}.form-label{display:block;margin-bottom:.3rem;color:#00d4ff;font-weight:600;text-transform:uppercase;letter-spacing:1px;font-size:.75rem}.form-input,.form-select{width:100%;padding:.6rem;background:rgba(255,255,255,.1);border:2px solid rgba(0,212,255,.3);border-radius:8px;color:#fff;font-size:.9rem;transition:all .3s ease}.form-input:focus,.form-select:focus{outline:0;border-color:#00d4ff;box-shadow:0 0 15px rgba(0,212,255,.3);transform:translateY(-1px)}.form-input::placeholder{color:#666}.form-select{cursor:pointer}.form-select option{background:#1a1a2e;color:#fff}.invoice-input-container{position:relative;display:flex;align-items:center}.invoice-input{flex:1;padding-right:45px}.regenerate-btn{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:linear-gradient(45deg,#00d4ff,#09c);border:0;border-radius:6px;width:32px;height:32px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.regenerate-btn:hover{transform:translateY(-50%) scale(1.1);box-shadow:0 4px 12px rgba(0,212,255,.4)}.regenerate-icon{width:16px;height:16px;fill:white}.logo-upload-container{position:relative;border:2px dashed rgba(0,212,255,.3);border-radius:8px;padding:1rem;text-align:center;transition:all .3s ease;cursor:pointer}.logo-upload-container:hover{border-color:#00d4ff;background:rgba(0,212,255,.05)}.logo-upload-container.has-image{border-style:solid;border-color:#00d4ff}.logo-upload-input{position:absolute;inset:0;opacity:0;width:100%;height:100%;cursor:pointer}.logo-upload-text{color:#a0a0a0;font-size:.8rem;margin-bottom:.5rem}.logo-preview{max-width:100px;max-height:60px;border-radius:4px;margin-top:.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}.form-row-triple{display:grid;grid-template-columns:2fr 1fr 1fr;gap:.8rem}.add-item-btn{width:100%;padding:.8rem;background:linear-gradient(45deg,#00d4ff,#09c);border:0;border-radius:8px;color:#fff;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px;margin-top:1rem}.add-item-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,212,255,.4)}.section-header{font-size:1rem;color:#f0f;margin:1.5rem 0 .8rem 0;padding-bottom:.3rem;border-bottom:2px solid rgba(255,0,255,.3);text-transform:uppercase;letter-spacing:1px;font-weight:bold}.section-header:first-of-type{margin-top:0}.product-list{margin-top:1rem}.product-item{background:rgba(255,255,255,.05);border:1px solid rgba(0,212,255,.2);border-radius:8px;padding:.8rem;margin-bottom:.8rem;position:relative}.product-row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr auto;gap:.5rem;align-items:center;min-width:0}.product-input-container{position:relative}.product-input-container .error-message{position:absolute;bottom:-13px;left:0;font-size:11px;color:#e63946;animation:fadeIn .4s ease}.product-input{padding:.4rem;background:rgba(255,255,255,.1);border:1px solid rgba(0,212,255,.3);border-radius:5px;color:#fff;font-size:.8rem;min-width:0;width:100%}.product-input:focus{outline:0;border-color:#00d4ff}.error-input{border:1px solid #e63946;animation:wobble .6s ease}.delete-btn{background:linear-gradient(45deg,#ff4757,#ff3742);border:0;border-radius:50%;width:28px;height:28px;color:#fff;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:bold}.delete-btn:hover{transform:scale(1.1);box-shadow:0 4px 12px rgba(255,71,87,.4)}.delete-icon{width:14px;height:14px;fill:white}#invoice-preview-container>:first-child{min-height:297mm}.invoice-section{background:rgba(255,255,255,.95);border-radius:20px;padding:2rem;color:#333;box-shadow:0 8px 32px rgba(0,0,0,.3);position:relative;overflow:hidden;margin:0 auto}.invoice-section::before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,#00d4ff,#f0f,#00d4ff);animation:shimmer 2s ease-in-out infinite}@keyframes shimmer{0%,100%{opacity:1}50%{opacity:.5}80%{opacity:.8}}@keyframes wobble{0%{transform:translateX(0)}15%{transform:translateX(-5px)}30%{transform:translateX(5px)}45%{transform:translateX(-5px)}60%{transform:translateX(5px)}75%{transform:translateX(-3px)}90%{transform:translateX(3px)}100%{transform:translateX(0)}}@keyframes fadeIn{from{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.invoice-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #eee}.company-info{display:flex;align-items:flex-start;gap:1.5rem;flex:1}.company-logo-container{position:relative;width:100px;height:100px;display:flex;align-items:center;justify-content:center;border-radius:15px;overflow:hidden;transition:all .3s ease;flex-shrink:0}.company-logo-container:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(0,212,255,.2);border-color:#00d4ff}.company-logo{width:100%;height:100%;object-fit:contain;border-radius:12px;transition:all .3s ease}.logo-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a1a2e,#16213e);border-radius:12px;position:relative;overflow:hidden}.logo-placeholder::before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent,rgba(0,212,255,.1),transparent);animation:scan 3s linear infinite}@keyframes scan{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.logo-placeholder-icon{width:40px;height:40px;margin-bottom:8px;opacity:.6;z-index:2;position:relative}.logo-placeholder-text{font-size:8px;color:#00d4ff;text-transform:uppercase;letter-spacing:1px;font-weight:600;z-index:2;position:relative;text-align:center;line-height:1.2}.company-details h1{font-size:1.8rem;color:#1a1a2e;margin-bottom:.5rem;background:linear-gradient(45deg,#1a1a2e,#00d4ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:700;word-wrap:break-word}.company-details p{color:#666;margin:.1rem 0;font-size:.9rem;word-wrap:break-word}.invoice-number{text-align:right;flex-shrink:0;min-width:180px}.invoice-number h2{color:#00d4ff;font-size:1.3rem;margin-bottom:.5rem;text-shadow:0 0 10px rgba(0,212,255,.3);word-wrap:break-word}.invoice-date{color:#666;font-size:.9rem}.client-info{margin-bottom:1.5rem}.client-info h3{color:#1a1a2e;margin-bottom:.5rem;font-size:1.1rem}.client-info p{margin:.1rem 0;font-size:.9rem}.items-table{width:100%;border-collapse:collapse;margin-bottom:1.5rem;background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,.1);font-size:.9rem}.items-table th{background:linear-gradient(45deg,#1a1a2e,#16213e);color:#fff;padding:.8rem .5rem;text-align:left;font-weight:600;text-transform:uppercase;letter-spacing:1px;font-size:.75rem}.items-table td{padding:.6rem .5rem;border-bottom:1px solid #eee}.items-table tr:hover{background:rgba(0,212,255,.05)}.items-table td:last-child,.items-table th:last-child{text-align:right}.total-section{margin-left:auto;width:280px}.total-row{display:flex;justify-content:space-between;padding:.4rem 0;border-bottom:1px solid #eee;font-size:.9rem}.total-row:last-child{border-bottom:0;font-size:1.2rem;font-weight:bold;color:#00d4ff;border-top:2px solid #00d4ff;padding-top:.8rem;margin-top:.8rem}.total-label{font-weight:600}.total-amount{font-weight:600}.glow{animation:glow 2s ease-in-out infinite alternate}@keyframes glow{from{text-shadow:0 0 20px rgba(0,212,255,.5)}to{text-shadow:0 0 30px rgba(0,212,255,.8)}}@media(max-width:1200px){.container{grid-template-columns:1fr;align-items:center}}@media(max-width:576px){.form-row{grid-template-columns:1fr}.form-row-triple{grid-template-columns:1fr}.product-row{grid-template-columns:1fr}.copy-btn{display:none}}@media(max-width:768px){.top-controls{flex-direction:column;gap:1rem;align-items:stretch}.container{padding:1rem;gap:1rem}#invoice-preview-container{display:flex;justify-content:center;overflow:hidden;height:710px;margin-top:1rem}#invoice-preview-container>:first-child{width:1099px!important;min-height:297mm!important;transform-origin:top center;transform:scale(.6);white-space:nowrap;overflow:visible}.template-section{justify-content:center}.action-buttons{justify-content:center}.invoice-number{text-align:center;min-width:auto}}@media(max-width:480px){#invoice-preview-container{height:480px}#invoice-preview-container>:first-child{transform:scale(.4)!important}}.success-message{position:fixed;top:20px;right:20px;background:linear-gradient(45deg,#00d4ff,#09c);color:#fff;padding:1rem 1.5rem;border-radius:8px;box-shadow:0 8px 20px rgba(0,212,255,.4);z-index:1000;opacity:0;transform:translateX(100%);transition:all .3s ease}.success-message.show{opacity:1;transform:translateX(0)}.privacy-container{max-width:800px;margin:0 auto;padding:2rem}.privacy-header{text-align:center;margin:4rem 0;padding:2rem 0}.privacy-title{font-size:3rem;font-weight:900;margin-bottom:1rem;background:linear-gradient(135deg,#fff,#00f5ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.privacy-subtitle{font-size:1.2rem;color:#b8b8d1;margin-bottom:.5rem}.last-updated{color:#00f5ff;font-weight:600}.privacy-content{background:rgba(255,255,255,.05);backdrop-filter:blur(20px);border-radius:20px;padding:3rem;border:1px solid rgba(255,255,255,.1);box-shadow:0 20px 40px rgba(0,0,0,.3)}.section{margin-bottom:2.5rem}.section-title{font-size:1.8rem;font-weight:700;color:#00f5ff;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid rgba(0,245,255,.3)}.section p{margin-bottom:1rem;color:#e0e0e0;font-size:1rem}.section ul{margin:1rem 0;padding-left:1.5rem}.section li{margin-bottom:.5rem;color:#e0e0e0}.highlight{color:#00f5ff;font-weight:600}.contact-info{background:rgba(0,245,255,.1);border:1px solid rgba(0,245,255,.3);border-radius:15px;padding:1.5rem;margin-top:2rem}.contact-info h3{color:#00f5ff;margin-bottom:1rem}.back-button{display:inline-block;background:linear-gradient(135deg,#00f5ff,#ff006e);color:#fff;padding:1rem 2rem;border:0;border-radius:50px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 15px rgba(0,245,255,.3);margin-top:2rem}.back-button:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(0,245,255,.4)}@media(max-width:768px){.privacy-container{padding:1rem}.privacy-title{font-size:2.5rem}.privacy-content{padding:2rem}}.template-2-container{max-width:800px;margin:0 auto;padding:40px;font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;background:#fff;color:#333;line-height:1.6}.template-2-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:40px;padding-bottom:20px;border-bottom:3px solid #2563eb}.template-2-company-info{flex:1}.template-2-company-logo{width:80px;height:80px;background:linear-gradient(135deg,#2563eb,#3b82f6);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px;font-weight:bold;margin-bottom:15px}.template-2-company-name{font-size:28px;font-weight:700;color:#1e40af;margin-bottom:8px}.template-2-company-details{color:#6b7280;font-size:14px}.template-2-invoice-info{text-align:right;flex-shrink:0}.template-2-invoice-title{font-size:36px;font-weight:800;color:#1e40af;margin-bottom:10px}.template-2-invoice-number{font-size:16px;color:#6b7280;margin-bottom:5px}.template-2-invoice-date{font-size:14px;color:#6b7280}.template-2-billing-section{display:flex;justify-content:space-between;margin-bottom:40px;gap:40px}.template-2-billing-info{flex:1}.template-2-billing-title{font-size:18px;font-weight:600;color:#1e40af;margin-bottom:15px;padding-bottom:8px;border-bottom:2px solid #e5e7eb}.template-2-client-name{font-size:20px;font-weight:600;color:#374151;margin-bottom:8px}.template-2-address-line{color:#6b7280;font-size:14px;margin-bottom:3px}.template-2-items-section{margin-bottom:30px}.template-2-items-table{width:100%;border-collapse:collapse;margin-bottom:20px;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.1)}.template-2-table-header{background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff}.template-2-table-header th{padding:15px 12px;text-align:left;font-weight:600;font-size:14px}.template-2-table-header th:last-child{text-align:right}.template-2-items-table tbody tr{border-bottom:1px solid #e5e7eb}.template-2-items-table tbody tr:last-child{border-bottom:0}.template-2-items-table tbody tr:hover{background-color:#f9fafb}.template-2-items-table td{padding:12px;font-size:14px}.template-2-items-table td:last-child{text-align:right;font-weight:600}.template-2-totals-section{display:flex;justify-content:flex-end;margin-top:30px}.template-2-totals-table{width:300px;border-collapse:collapse}.template-2-totals-table tr{border-bottom:1px solid #e5e7eb}.template-2-totals-table tr:last-child{border-bottom:3px solid #2563eb;background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.template-2-totals-table td{padding:12px 15px;font-size:14px}.template-2-totals-table td:first-child{font-weight:600;color:#374151}.template-2-totals-table td:last-child{text-align:right;font-weight:600}.template-2-total-amount{font-size:18px!important;color:#1e40af!important;font-weight:700!important}.template-2-footer{margin-top:50px;padding-top:20px;border-top:1px solid #e5e7eb;text-align:center;color:#6b7280;font-size:12px}@media print{.template-2-container{padding:20px;box-shadow:none}}@media(max-width:768px){.template-2-invoice-info{text-align:left}.template-2-billing-section{flex-direction:column;gap:20px}.template-2-totals-section{justify-content:stretch}.template-2-totals-table{width:100%}}