:root{--primary-bg: #FFFFFF;--secondary-bg: #F8F9FA;--brand-orange: #F7941E;--navy-blue: #0A192F;--text-light: #F0F0F0;--text-dark: #333333;--font-heading: "Poppins", sans-serif;--font-body: "Lato", sans-serif;--border-color: #E0E0E0}*{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}.premium-resume-maker-app{font-family:var(--font-body);background-color:var(--primary-bg);color:var(--text-dark);line-height:1.6;display:flex;flex-direction:column;min-height:100vh;opacity:0;animation:fadeIn 1s ease-in forwards}@keyframes fadeIn{to{opacity:1}}.premium-resume-maker-app main{flex-grow:1}.premium-resume-maker-app .container{width:90%;max-width:1100px;margin:0 auto}.premium-resume-maker-app .app-header{background:#000;padding:1.5rem 0;position:sticky;top:var(--ad-anchor-offset, 0px);z-index:1000;transition:top .3s ease-in-out}.premium-resume-maker-app .app-header .container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.premium-resume-maker-app .header-right{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap;justify-content:flex-end}.premium-resume-maker-app .header-actions{display:flex;align-items:center;gap:1.5rem}.premium-resume-maker-app .logo{text-decoration:none}.premium-resume-maker-app .logo-image{height:70px;width:auto;vertical-align:middle}.premium-resume-maker-app .app-header nav{display:flex;align-items:center;gap:.25rem;flex-wrap:wrap;justify-content:center}.premium-resume-maker-app .app-header nav a{color:var(--text-light);text-decoration:none;margin-left:0;font-weight:600;font-size:.95rem;transition:color .3s ease,background-color .3s ease;padding:.6rem 1.1rem;border-radius:50px;border:2px solid transparent}.premium-resume-maker-app .app-header nav a:hover,.premium-resume-maker-app .app-header nav a.active{background-color:var(--brand-orange);color:#fff}.premium-resume-maker-app .hero-section{text-align:center;padding:3.5rem 1rem;display:flex;align-items:center;justify-content:center;background-color:var(--primary-bg)}.premium-resume-maker-app .hero-section h2{font-family:var(--font-heading);font-size:clamp(2.2rem,5vw,3rem);font-weight:700;margin-bottom:1rem;color:var(--navy-blue);line-height:1.2}.premium-resume-maker-app .hero-section p{font-size:clamp(.9rem,2.5vw,1.1rem);max-width:650px;margin:0 auto 2rem;color:var(--text-dark)}.premium-resume-maker-app .cta-button{display:inline-block;background-color:var(--brand-orange);color:#fff;padding:.9rem 2.2rem;border-radius:50px;text-decoration:none;font-family:var(--font-heading);font-weight:600;font-size:1rem;transition:transform .3s ease,background-color .3s ease,box-shadow .3s ease;box-shadow:0 4px 15px #0000001a;border:none;cursor:pointer}.premium-resume-maker-app .cta-button:hover,.premium-resume-maker-app .cta-button:focus{background-color:var(--navy-blue);color:#fff;transform:translateY(-3px);box-shadow:0 6px 20px #00000026}.premium-resume-maker-app .cta-button.header-cta{padding:.6rem 1.5rem;font-size:.95rem;box-shadow:none;white-space:nowrap;border:2px solid transparent}.premium-resume-maker-app .cta-button.header-cta:hover,.premium-resume-maker-app .cta-button.header-cta:focus{transform:translateY(-2px);box-shadow:0 4px 10px #0000001a}.premium-resume-maker-app .quality-cv-section{padding:3.5rem 1rem;background-color:var(--primary-bg);overflow:hidden}.premium-resume-maker-app .quality-cv-section .container{display:grid;grid-template-columns:repeat(2,1fr);align-items:center;gap:3rem}.premium-resume-maker-app .quality-cv-content h2{font-family:var(--font-heading);font-size:clamp(1.8rem,4vw,2.5rem);color:var(--brand-orange);margin-bottom:2rem;line-height:1.3}.premium-resume-maker-app .quality-benefits-list{list-style:none;padding:0;margin:0}.premium-resume-maker-app .quality-benefits-list li{display:flex;align-items:center;font-size:1rem;margin-bottom:1.5rem;color:var(--text-dark)}.premium-resume-maker-app .quality-benefits-list .checkmark-icon{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;background-color:var(--brand-orange);color:#fff;font-weight:700;font-size:1rem;margin-right:1rem;flex-shrink:0}.premium-resume-maker-app .quality-cv-images{position:relative;min-height:400px;display:flex;align-items:center;justify-content:center}.premium-resume-maker-app .resume-visual{position:absolute;width:65%;max-width:300px;height:90%;max-height:420px;background-color:#fff;border-radius:8px;box-shadow:0 10px 30px #0000001a;border:1px solid var(--border-color);overflow:hidden}.premium-resume-maker-app .resume-1{transform:rotate(-8deg) translate(-20px);z-index:1;background-image:linear-gradient(to right,#eef5ff 35%,#fff 35%)}.premium-resume-maker-app .resume-2{transform:rotate(8deg) translate(20px);z-index:2;background-image:linear-gradient(to right,#0a192f 35%,#fff 35%)}.premium-resume-maker-app .pdf-icon{position:absolute;width:80px;height:80px;background:linear-gradient(135deg,#f5515f,#9f041b);color:#fff;font-weight:700;font-size:1.5rem;font-family:var(--font-heading);border-radius:12px;display:flex;align-items:center;justify-content:center;z-index:3;box-shadow:0 5px 15px #0003;transform:rotate(-10deg)}.premium-resume-maker-app .benefits-section{padding:3.5rem 1rem;background-color:var(--secondary-bg)}.premium-resume-maker-app .benefits-section h2{text-align:center;font-family:var(--font-heading);font-size:clamp(1.8rem,4vw,2.5rem);margin-bottom:3rem;color:var(--text-dark)}.premium-resume-maker-app .benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.premium-resume-maker-app .benefit-card{background-color:#fff;padding:2.5rem 2rem;border-radius:12px;border:1px solid var(--border-color);display:flex;flex-direction:column;gap:1rem;text-align:left;transition:transform .3s ease,box-shadow .3s ease}.premium-resume-maker-app .benefit-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #00000014}.premium-resume-maker-app .benefit-icon-wrapper{display:inline-flex;align-items:center;justify-content:center;width:60px;height:60px;border-radius:50%;background-color:#f7941e1a;margin-bottom:.5rem}.premium-resume-maker-app .benefit-icon-wrapper span{font-size:2rem}.premium-resume-maker-app .benefit-card h3{font-family:var(--font-heading);font-size:1.15rem;color:var(--brand-orange);font-weight:600;margin:0}.premium-resume-maker-app .benefit-card p{color:#6c757d;line-height:1.7;flex-grow:1;margin:0}.premium-resume-maker-app .testimonials-section{padding:3.5rem 1rem;background-color:var(--secondary-bg);text-align:center}.premium-resume-maker-app .testimonial-subheading{color:var(--brand-orange);font-weight:600;margin-bottom:.5rem;font-family:var(--font-heading);font-size:1rem}.premium-resume-maker-app .testimonials-section h2{font-family:var(--font-heading);font-size:clamp(1.8rem,4vw,2.5rem);margin-bottom:1rem;color:var(--text-dark)}.premium-resume-maker-app .testimonial-divider{width:50px;height:3px;background-color:var(--border-color);margin:0 auto 3rem}.premium-resume-maker-app .testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;text-align:left}.premium-resume-maker-app .testimonial-card{background-color:#fff;padding:2.5rem 2rem;border-radius:8px;box-shadow:0 5px 20px #0000000f;border:1px solid var(--border-color);display:flex;flex-direction:column;justify-content:space-between}.premium-resume-maker-app .testimonial-quote{color:#555;margin-bottom:2rem;font-style:italic;flex-grow:1}.premium-resume-maker-app .testimonial-footer{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.premium-resume-maker-app .testimonial-author{display:flex;align-items:center;gap:1rem}.premium-resume-maker-app .author-avatar{width:50px;height:50px;border-radius:50%;object-fit:cover;border:2px solid var(--border-color)}.premium-resume-maker-app .author-info h3{font-size:1rem;font-weight:700;color:var(--text-dark);margin:0}.premium-resume-maker-app .author-info p{font-size:1rem;color:#6c757d;margin:0}.premium-resume-maker-app .testimonial-rating{display:flex;gap:.25rem}.premium-resume-maker-app .testimonial-rating span{font-size:1.2rem;color:#ffc107}.premium-resume-maker-app .info-section{padding:3.5rem 1rem;background-color:var(--primary-bg)}.premium-resume-maker-app .info-section .container{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:4rem}.premium-resume-maker-app .info-text h2{font-family:var(--font-heading);font-size:clamp(1.8rem,4vw,2.5rem);color:var(--navy-blue);margin-bottom:1.5rem}.premium-resume-maker-app .info-text p{margin-bottom:2rem;line-height:1.7;color:var(--text-dark)}.premium-resume-maker-app .info-text h3{font-family:var(--font-heading);font-size:1.3rem;color:var(--brand-orange);margin-bottom:1rem}.premium-resume-maker-app .info-text ul{list-style:none;padding-left:0}.premium-resume-maker-app .info-text ul li{margin-bottom:.75rem;padding-left:1.5rem;position:relative}.premium-resume-maker-app .info-text ul li:before{content:"✓";color:var(--brand-orange);position:absolute;left:0;font-weight:700}.premium-resume-maker-app .info-visual img{width:100%;height:auto;border-radius:12px;box-shadow:0 10px 30px #0000001a;object-fit:cover}.premium-resume-maker-app .faq-section{padding:3.5rem 1rem;background-color:var(--secondary-bg)}.premium-resume-maker-app .faq-section h2{text-align:center;font-family:var(--font-heading);font-size:clamp(1.8rem,4vw,2.5rem);margin-bottom:3rem;color:var(--text-dark)}.premium-resume-maker-app .faq-accordion{max-width:800px;margin:0 auto}.premium-resume-maker-app .faq-item{background-color:#fff;border-radius:8px;border:1px solid var(--border-color);margin-bottom:1rem;overflow:hidden}.premium-resume-maker-app .faq-question{width:100%;background:none;border:none;text-align:left;padding:1.5rem;font-size:1rem;font-weight:600;font-family:var(--font-heading);cursor:pointer;display:flex;justify-content:space-between;align-items:center;color:var(--navy-blue);transition:background-color .3s}.premium-resume-maker-app .faq-question:hover{background-color:#f7941e0d}.premium-resume-maker-app .faq-question:after{content:"+";font-size:1.5rem;font-weight:400;color:var(--brand-orange);transition:transform .3s ease;flex-shrink:0;margin-left:1rem}.premium-resume-maker-app .faq-item.active .faq-question:after{transform:rotate(45deg)}.premium-resume-maker-app .faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease-out}.premium-resume-maker-app .faq-answer p,.premium-resume-maker-app .faq-answer ul,.premium-resume-maker-app .faq-answer .faq-answer-list{padding:0 1.5rem 1.5rem;line-height:1.7;color:#555;margin:0}.premium-resume-maker-app .faq-answer div>p{padding:0;margin-bottom:.5rem}.premium-resume-maker-app .faq-answer-list{padding-left:1.5rem;margin:0}.premium-resume-maker-app .faq-answer-list li{margin-bottom:.5rem}.premium-resume-maker-app .tips-section{padding:3.5rem 1rem;background-color:var(--primary-bg)}.premium-resume-maker-app .tips-section h2{text-align:center;font-family:var(--font-heading);font-size:clamp(1.8rem,4vw,2.5rem);margin-bottom:1rem;color:var(--navy-blue)}.premium-resume-maker-app .tips-subheading{text-align:center;font-size:1rem;color:#6c757d;max-width:700px;margin:0 auto 3rem}.premium-resume-maker-app .tips-list{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}.premium-resume-maker-app .tip-item{background:var(--secondary-bg);border:1px solid var(--border-color);border-radius:12px;padding:1.5rem 2rem;transition:transform .3s ease,box-shadow .3s ease}.premium-resume-maker-app .tip-item:hover{transform:translateY(-5px);box-shadow:0 8px 20px #00000012}.premium-resume-maker-app .tip-item-header{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem}.premium-resume-maker-app .tip-item-icon{font-size:1.5rem;line-height:1}.premium-resume-maker-app .tip-item h3{font-family:var(--font-heading);font-size:1.15rem;color:var(--brand-orange);margin:0}.premium-resume-maker-app .tip-item p{color:#6c757d;font-size:1rem;line-height:1.7;padding-left:2.5rem;margin:0}.premium-resume-maker-app .blog-section{padding:3.5rem 1rem;background-color:var(--secondary-bg)}.premium-resume-maker-app .blog-section h2{text-align:center;font-family:var(--font-heading);font-size:clamp(1.8rem,4vw,2.5rem);margin-bottom:1rem;color:var(--text-dark)}.premium-resume-maker-app .blog-subheading{text-align:center;font-size:1rem;color:#6c757d;max-width:700px;margin:0 auto 3rem}.premium-resume-maker-app .blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.premium-resume-maker-app .blog-card{background-color:#fff;border-radius:12px;border:1px solid var(--border-color);overflow:hidden;box-shadow:0 5px 15px #0000000d;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.premium-resume-maker-app .blog-card:hover{transform:translateY(-8px);box-shadow:0 10px 25px #0000001a}.premium-resume-maker-app .blog-card-image{width:100%;height:200px;object-fit:cover}.premium-resume-maker-app .blog-card-content{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.premium-resume-maker-app .blog-category{display:inline-block;background-color:#f7941e1a;color:var(--brand-orange);padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600;margin-bottom:1rem;align-self:flex-start}.premium-resume-maker-app .blog-card h3{font-family:var(--font-heading);font-size:1.25rem;margin-bottom:.75rem;color:var(--navy-blue);line-height:1.4}.premium-resume-maker-app .blog-card p{color:#6c757d;margin-bottom:1.5rem;flex-grow:1}.premium-resume-maker-app .blog-read-more{color:var(--brand-orange);text-decoration:none;font-weight:700;align-self:flex-start;transition:color .3s ease}.premium-resume-maker-app .blog-read-more:hover{color:var(--navy-blue)}.premium-resume-maker-app .app-footer{background-color:#000;color:#ccc;padding-top:3.5rem}.premium-resume-maker-app .footer-main-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:3rem;padding-bottom:2rem}.premium-resume-maker-app .footer-column h3{color:#fff;font-family:var(--font-heading);font-size:1rem;margin-bottom:1.5rem;font-weight:600}.premium-resume-maker-app .footer-logo-image{max-width:280px}.premium-resume-maker-app .footer-nav{list-style:none;padding:0;margin:0}.premium-resume-maker-app .footer-nav li{margin-bottom:1rem}.premium-resume-maker-app .footer-nav a{color:#ccc;text-decoration:none;transition:color .3s ease}.premium-resume-maker-app .footer-nav a:hover,.premium-resume-maker-app .footer-nav a.active{color:var(--brand-orange)}.premium-resume-maker-app .footer-contact{font-style:normal}.premium-resume-maker-app .footer-contact p{margin:0 0 1rem;line-height:1.7}.premium-resume-maker-app .footer-contact a{color:#ccc;text-decoration:none;transition:color .3s ease;word-break:break-all}.premium-resume-maker-app .footer-contact a:hover{color:var(--brand-orange)}.premium-resume-maker-app .social-links{display:flex;flex-wrap:wrap;gap:1.5rem;align-items:center}.premium-resume-maker-app .social-links a{color:#fff;text-decoration:none;font-size:1.2rem;transition:color .3s ease,transform .3s ease;font-weight:700;font-family:sans-serif}.premium-resume-maker-app .social-links a:hover{color:var(--brand-orange);transform:scale(1.1)}.premium-resume-maker-app .footer-bottom{background-color:var(--primary-bg);text-align:center;padding:1.5rem 1rem;font-size:1rem;color:var(--text-dark);border-top:1px solid var(--border-color);margin-top:2rem}.premium-resume-maker-app .contact-page-container{padding:4rem 1rem;background-color:var(--secondary-bg);background-image:linear-gradient(#f8f9faf2,#f8f9faf2),url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23e0e0e0' fill-opacity='0.4'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");animation:fadeIn .8s ease-in-out}.premium-resume-maker-app .contact-header{text-align:center;max-width:750px;margin:0 auto 4rem}.premium-resume-maker-app .contact-header h1{font-family:var(--font-heading);font-size:clamp(2.2rem,5vw,3.2rem);color:var(--navy-blue);margin-bottom:1rem}.premium-resume-maker-app .contact-header p{font-size:1.1rem;color:var(--text-dark);line-height:1.7}.premium-resume-maker-app .contact-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1100px;margin:0 auto 4rem}.premium-resume-maker-app .contact-info-card{background-color:#fff;border-radius:12px;padding:2.5rem 2rem;text-align:center;border:1px solid var(--border-color);box-shadow:0 5px 15px #0000000a;transition:transform .3s ease,box-shadow .3s ease}.premium-resume-maker-app .contact-info-card:hover{transform:translateY(-8px);box-shadow:0 12px 25px #00000014}.premium-resume-maker-app .contact-info-icon{width:60px;height:60px;margin:0 auto 1.5rem;border-radius:50%;background-color:#f7941e1a;display:flex;align-items:center;justify-content:center}.premium-resume-maker-app .contact-info-icon svg{width:28px;height:28px;color:var(--brand-orange)}.premium-resume-maker-app .contact-info-card h3{font-family:var(--font-heading);font-size:1.3rem;color:var(--navy-blue);margin-bottom:.5rem}.premium-resume-maker-app .contact-info-card p{color:#6c757d;margin-bottom:1rem}.premium-resume-maker-app .contact-info-card a,.premium-resume-maker-app .contact-info-card span{font-weight:600;color:var(--brand-orange);text-decoration:none;font-size:1rem}.premium-resume-maker-app .contact-info-card a:hover{text-decoration:underline}.premium-resume-maker-app .contact-form-container{max-width:800px;margin:0 auto;background-color:#fff;padding:3rem;border-radius:12px;border:1px solid var(--border-color);box-shadow:0 10px 30px #00000012}.premium-resume-maker-app .contact-form-container h2{font-family:var(--font-heading);font-size:1.8rem;color:var(--navy-blue);margin-bottom:2rem;text-align:center}.premium-resume-maker-app .form-group{position:relative;width:100%;margin-bottom:1.75rem}.premium-resume-maker-app .form-group input,.premium-resume-maker-app .form-group textarea{width:100%;padding:.8rem 1rem;border:1px solid var(--border-color);border-radius:8px;font-size:1rem;font-family:var(--font-body);transition:border-color .3s ease;background-color:#fdfdfd}.premium-resume-maker-app .form-group input:focus,.premium-resume-maker-app .form-group textarea:focus{outline:none;border-color:var(--brand-orange);box-shadow:0 0 0 3px #f7941e33}.premium-resume-maker-app .form-group textarea{resize:vertical;min-height:130px}.premium-resume-maker-app .form-group label{position:absolute;top:.9rem;left:1rem;color:#888;pointer-events:none;transition:all .2s ease;background-color:#fdfdfd;padding:0 .25rem}.premium-resume-maker-app .form-group input:focus+label,.premium-resume-maker-app .form-group input:not(:placeholder-shown)+label,.premium-resume-maker-app .form-group textarea:focus+label,.premium-resume-maker-app .form-group textarea:not(:placeholder-shown)+label{top:-.7rem;left:.75rem;font-size:.85rem;color:var(--brand-orange)}.premium-resume-maker-app .form-group input::placeholder,.premium-resume-maker-app .form-group textarea::placeholder{color:transparent}.premium-resume-maker-app .contact-form-container .cta-button{width:100%;font-size:1.1rem;padding:1rem 2rem}.premium-resume-maker-app #form-status{margin-top:1rem;text-align:center;font-weight:600}.premium-resume-maker-app #form-status.success{color:#28a745}.premium-resume-maker-app #form-status.error{color:#dc3545}.premium-resume-maker-app .page-container{padding:4rem 1rem;animation:fadeIn .5s ease-in-out;background-color:var(--secondary-bg)}.premium-resume-maker-app .page-container .quality-cv-section,.premium-resume-maker-app .page-container .blog-section{padding:0;background-color:transparent}.premium-resume-maker-app .privacy-policy-section{padding:2rem 0}.premium-resume-maker-app .privacy-policy-section .container{max-width:800px;background-color:#fff;padding:3rem;border-radius:12px;box-shadow:0 5px 20px #0000000f;border:1px solid var(--border-color)}.premium-resume-maker-app .privacy-policy-section h1{font-family:var(--font-heading);font-size:clamp(2rem,5vw,2.8rem);color:var(--navy-blue);margin-bottom:1.5rem}.premium-resume-maker-app .privacy-policy-section h2{font-family:var(--font-heading);font-size:1.5rem;color:var(--brand-orange);margin-top:2rem;margin-bottom:1rem;border-bottom:2px solid var(--border-color);padding-bottom:.5rem}.premium-resume-maker-app .privacy-policy-section p,.premium-resume-maker-app .privacy-policy-section ul{margin-bottom:1rem;line-height:1.8;color:var(--text-dark)}.premium-resume-maker-app .privacy-policy-section ul{padding-left:2rem}.premium-resume-maker-app .privacy-policy-section li{margin-bottom:.5rem}.premium-resume-maker-app .privacy-policy-section a{color:var(--brand-orange);text-decoration:none;font-weight:600}.premium-resume-maker-app .privacy-policy-section a:hover{text-decoration:underline}.premium-resume-maker-app .privacy-policy-section strong{color:var(--navy-blue)}.premium-resume-maker-app .resume-templates-page.page-container{padding:0;background-color:var(--primary-bg)}.premium-resume-maker-app .resume-templates-hero-section{background:linear-gradient(105deg,#f58220,#e95221);color:#fff;padding:5rem 1rem 8rem;position:relative;overflow:hidden}.premium-resume-maker-app .resume-templates-hero-section:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:120px;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 120'%3e%3cpath fill='%23ffffff' d='M0,64L48,80C96,96,192,128,288,128C384,128,480,96,576,85.3C672,75,768,85,864,106.7C960,128,1056,128,1152,112C1248,96,1344,64,1392,48L1440,32L1440,120L0,120Z'%3e%3c/path%3e%3c/svg%3e");background-repeat:no-repeat;background-size:cover;background-position:bottom;z-index:1}.premium-resume-maker-app .resume-templates-hero-section .container{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);align-items:center;gap:3rem;position:relative;z-index:2}.premium-resume-maker-app .resume-hero-content h1{font-family:var(--font-heading);font-size:clamp(2.2rem,5vw,3rem);line-height:1.25;font-weight:700;margin-bottom:1.5rem}.premium-resume-maker-app .resume-hero-content p{font-size:1.05rem;line-height:1.7;margin-bottom:2.5rem;max-width:600px;opacity:.95}.premium-resume-maker-app .resume-hero-content .cta-button{background-color:#fff;color:var(--brand-orange);font-size:1.1rem}.premium-resume-maker-app .resume-hero-content .cta-button:hover{background-color:var(--navy-blue);color:#fff}.premium-resume-maker-app .resume-hero-image{text-align:center}.premium-resume-maker-app .resume-hero-image img{max-width:100%;width:450px;height:auto;object-fit:contain}.premium-resume-maker-app .resume-templates-showcase-section{padding:4rem 1rem}.premium-resume-maker-app .templates-header{text-align:center;max-width:800px;margin:0 auto 4rem}.premium-resume-maker-app .templates-header h1{font-family:var(--font-heading);font-size:clamp(2.2rem,5vw,3.2rem);color:var(--navy-blue);margin-bottom:1rem}.premium-resume-maker-app .templates-header p{font-size:1.1rem;color:var(--text-dark);line-height:1.7}.premium-resume-maker-app .templates-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.premium-resume-maker-app .template-card{position:relative;border-radius:8px;overflow:hidden;box-shadow:0 5px 20px #00000014;border:1px solid var(--border-color);transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.premium-resume-maker-app .template-card:hover{transform:translateY(-10px);box-shadow:0 15px 30px #0000001f}.premium-resume-maker-app .template-placeholder{aspect-ratio:1 / 1.414;background-color:var(--secondary-bg)}.premium-resume-maker-app .template-placeholder img{width:100%;height:100%;object-fit:cover;display:block}.premium-resume-maker-app .template-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0a192fb3;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.premium-resume-maker-app .template-card:hover .template-overlay{opacity:1}.premium-resume-maker-app .template-overlay .cta-button{transform:scale(.9);transition:transform .3s ease}.premium-resume-maker-app .template-card:hover .template-overlay .cta-button{transform:scale(1)}.premium-resume-maker-app .resume-templates-page .quality-cv-section{padding:4rem 1rem;background-color:var(--secondary-bg)}.premium-resume-maker-app .home-tools-section{padding:3.5rem 1rem;background-color:var(--brand-orange)}.premium-resume-maker-app .home-tools-section h2{text-align:center;font-family:var(--font-heading);font-size:clamp(1.8rem,4vw,2.5rem);margin-bottom:1rem;color:#fff}.premium-resume-maker-app .home-tools-section .home-tools-subheading{text-align:center;font-size:1rem;color:#fff;opacity:.9;max-width:700px;margin:0 auto 3rem}.premium-resume-maker-app .multi-tool-page{padding:4rem 1rem;background-color:var(--primary-bg)}.premium-resume-maker-app .multi-tool-header{text-align:center;max-width:800px;margin:0 auto 4rem}.premium-resume-maker-app .multi-tool-header h1{font-family:var(--font-heading);font-size:clamp(2.2rem,5vw,3.2rem);color:var(--navy-blue);margin-bottom:1rem}.premium-resume-maker-app .multi-tool-header p{font-size:1.1rem;color:var(--text-dark);line-height:1.7}.premium-resume-maker-app .tool-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.premium-resume-maker-app .tool-card{background-color:#fff;border-radius:12px;padding:2.5rem 2rem;border:1px solid var(--border-color);box-shadow:0 4px 15px #0000000d;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;text-align:center}.premium-resume-maker-app .tool-card:hover{transform:translateY(-8px);box-shadow:0 12px 25px #0000001a}.premium-resume-maker-app .tool-icon{font-size:3rem;line-height:1;margin-bottom:1.5rem}.premium-resume-maker-app .tool-card h3{font-family:var(--font-heading);font-size:1.3rem;color:var(--navy-blue);margin-bottom:.75rem}.premium-resume-maker-app .tool-card p{color:#6c757d;line-height:1.6;flex-grow:1;margin-bottom:1.5rem}.premium-resume-maker-app .tool-link{color:var(--brand-orange);text-decoration:none;font-weight:700;transition:color .3s ease;align-self:center}.premium-resume-maker-app .tool-link:hover{color:var(--navy-blue);text-decoration:underline}.premium-resume-maker-app .language-switcher-container{position:relative}.premium-resume-maker-app .language-switcher{background-color:transparent;color:var(--text-light);border:2px solid var(--brand-orange);padding:.6rem 2.5rem .6rem 1rem;border-radius:50px;font-family:var(--font-body);font-size:.95rem;font-weight:600;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23F7941E' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .8rem center;background-size:1em;transition:background-color .3s ease}.premium-resume-maker-app .language-switcher:hover{background-color:var(--brand-orange)}.premium-resume-maker-app .language-switcher:focus{outline:none;box-shadow:0 0 0 2px var(--brand-orange)}.premium-resume-maker-app .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.ad-container{width:100%;margin:3rem auto;padding:1rem;text-align:center;background-color:var(--secondary-bg);border:1px solid var(--border-color);border-radius:8px;min-height:120px;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden}.ad-label{font-size:.75rem;color:#999;margin-bottom:.5rem;font-family:var(--font-body)}.adsbygoogle{background-color:#f8f9fa;width:100%}.side-ad-container{left:-9999px;position:fixed;bottom:20px;width:178px;height:auto;z-index:998;background-color:var(--secondary-bg);border:1px solid var(--border-color);border-radius:8px;padding:.5rem;flex-direction:column;align-items:center}.side-ad-container .adsbygoogle{width:160px;height:600px}.premium-resume-maker-app .tool-link.disabled,.premium-resume-maker-app .blog-read-more.disabled{color:#999;cursor:not-allowed}.premium-resume-maker-app .tool-link.disabled:hover,.premium-resume-maker-app .blog-read-more.disabled:hover{color:#999;text-decoration:none}@media (min-width: 1520px){.side-ad-container{display:flex}.side-ad-container.left-ad{left:calc(50% - 758px)}.side-ad-container.right-ad{left:auto;right:calc(50% - 758px)}}@media (max-width: 992px){.premium-resume-maker-app .app-header .container{justify-content:center}.premium-resume-maker-app .header-right{gap:.75rem;width:100%;justify-content:center}.premium-resume-maker-app .header-actions{gap:.75rem}.premium-resume-maker-app .cta-button.header-cta{padding:.5rem 1rem;font-size:.85rem}.premium-resume-maker-app .language-switcher{padding:.5rem 2rem .5rem .75rem;font-size:.85rem}.premium-resume-maker-app .quality-cv-section .container{grid-template-columns:1fr;gap:2rem}.premium-resume-maker-app .quality-cv-images{margin-top:3rem;min-height:350px}.premium-resume-maker-app .quality-cv-content h2{text-align:center}.premium-resume-maker-app .quality-benefits-list{max-width:500px;margin:0 auto}.premium-resume-maker-app .info-section .container{grid-template-columns:1fr;gap:3rem;text-align:center}.premium-resume-maker-app .info-visual{order:-1}.premium-resume-maker-app .info-text ul{text-align:left;display:inline-block}.premium-resume-maker-app .tool-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.premium-resume-maker-app .resume-templates-hero-section .container{grid-template-columns:1fr;text-align:center}.premium-resume-maker-app .resume-hero-content p{margin-left:auto;margin-right:auto}.premium-resume-maker-app .resume-hero-image{display:none}}@media (max-width: 768px){html{font-size:15px}.premium-resume-maker-app .app-header{padding:1rem 0}.premium-resume-maker-app .logo-image{height:60px}.premium-resume-maker-app .hero-section{padding:2.5rem 1rem}.premium-resume-maker-app .benefits-section,.premium-resume-maker-app .testimonials-section,.premium-resume-maker-app .info-section,.premium-resume-maker-app .faq-section,.premium-resume-maker-app .tips-section,.premium-resume-maker-app .blog-section,.premium-resume-maker-app .home-tools-section,.premium-resume-maker-app .page-container,.premium-resume-maker-app .app-footer{padding-top:2.5rem;padding-bottom:2.5rem}.premium-resume-maker-app .privacy-policy-section .container{padding:2rem}.premium-resume-maker-app .benefits-grid,.premium-resume-maker-app .testimonials-grid{grid-template-columns:1fr}.premium-resume-maker-app .footer-main-grid{text-align:center;grid-template-columns:1fr}.premium-resume-maker-app .footer-column{display:flex;flex-direction:column;align-items:center}.premium-resume-maker-app .social-links{justify-content:center}.premium-resume-maker-app .contact-info-card{padding:2rem 1.5rem}.premium-resume-maker-app .contact-form-container{padding:2rem}.premium-resume-maker-app .resume-templates-hero-section{padding:3rem 1rem 6rem}.premium-resume-maker-app .resume-templates-showcase-section{padding:4rem 1rem 2.5rem}}@media (max-width: 480px){.premium-resume-maker-app .header-right,.premium-resume-maker-app .header-actions{gap:.5rem}.premium-resume-maker-app .cta-button.header-cta{padding:.4rem .6rem;font-size:.8rem}.premium-resume-maker-app .language-switcher{font-size:.8rem}.premium-resume-maker-app .footer-main-grid{text-align:left}.premium-resume-maker-app .footer-column{align-items:flex-start}.premium-resume-maker-app .contact-form-container{padding:2rem 1.5rem}.premium-resume-maker-app .tool-grid{grid-template-columns:1fr}.premium-resume-maker-app .privacy-policy-section .container{padding:1.5rem}.premium-resume-maker-app .hero-section h2{font-size:clamp(2rem,8vw,2.5rem)}.premium-resume-maker-app .benefits-grid,.premium-resume-maker-app .templates-grid{grid-template-columns:1fr}}
