.qr-generator-page{background:#fff;min-height:100vh}.hero-section{background:linear-gradient(135deg,#dbeafe,#e0e7ff);padding:4rem 1rem}@media(min-width:768px){.hero-section{padding-top:6rem;padding-bottom:6rem}}.hero-section .hero-container{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;text-align:center}.hero-section h1{font-size:2.5rem;font-weight:800;color:#111827;margin-bottom:1.5rem;line-height:1.2}@media(min-width:768px){.hero-section h1{font-size:3rem}}@media(min-width:1024px){.hero-section h1{font-size:3.5rem}}.hero-section .hero-description{font-size:1.25rem;color:#4b5563;margin-bottom:2rem;max-width:48rem;margin-left:auto;margin-right:auto;line-height:1.6}.hero-section .hero-description strong{color:#111827;font-weight:600}.hero-section .trust-badges{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-bottom:2rem}.hero-section .trust-badges .badge-item{display:flex;align-items:center;gap:.5rem}.hero-section .trust-badges .badge-item .badge-icon{font-size:1.5rem}.hero-section .trust-badges .badge-item .badge-text{font-weight:600;color:#111827;font-size:1rem}.generator-section{padding:3rem 1rem;background:#fff}.generator-section .generator-container{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.use-cases-section{padding:4rem 1rem;background:#fff}@media(min-width:768px){.use-cases-section{padding-top:6rem;padding-bottom:6rem}}.use-cases-section .use-cases-container{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.use-cases-section h2{font-size:2rem;font-weight:800;text-align:center;margin-bottom:3rem;color:#111827}@media(min-width:768px){.use-cases-section h2{font-size:2.5rem}}.use-cases-section .use-cases-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.use-cases-section .use-cases-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.use-cases-section .use-cases-grid{grid-template-columns:repeat(3,1fr)}}.use-cases-section .use-case-card{background:#fff;border-radius:.5rem;padding:1.5rem;box-shadow:0 1px 3px rgba(0,0,0,.1);transition:all .3s ease;border:1px solid #e5e7eb}.use-cases-section .use-case-card:hover{box-shadow:0 10px 25px rgba(0,0,0,.1);transform:translateY(-5px)}.use-cases-section .use-case-card h3{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;color:#111827}.use-cases-section .use-case-card p{color:#4b5563;margin-bottom:1rem;line-height:1.6}.use-cases-section .use-case-card ul{list-style:none;padding:0;margin:0}.use-cases-section .use-case-card ul li{font-size:.875rem;color:#6b7280;padding:.25rem 0}.benefits-section{padding:4rem 1rem;background:#f3f4f6}@media(min-width:768px){.benefits-section{padding-top:6rem;padding-bottom:6rem}}.benefits-section .benefits-container{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.benefits-section h2{font-size:2rem;font-weight:800;text-align:center;margin-bottom:3rem;color:#111827}@media(min-width:768px){.benefits-section h2{font-size:2.5rem}}.benefits-section .benefits-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.benefits-section .benefits-grid{grid-template-columns:repeat(2,1fr)}}.benefits-section .benefit-item{display:flex;gap:1rem}.benefits-section .benefit-item .icon{font-size:2rem;flex-shrink:0}.benefits-section .benefit-item .benefit-content h3{font-size:1.25rem;font-weight:700;margin-bottom:.5rem;color:#111827}.benefits-section .benefit-item .benefit-content p{color:#4b5563;line-height:1.6}.how-it-works-section{padding:4rem 1rem;background:#fff}@media(min-width:768px){.how-it-works-section{padding-top:6rem;padding-bottom:6rem}}.how-it-works-section .how-it-works-container{max-width:56rem;margin-left:auto;margin-right:auto}.how-it-works-section h2{font-size:2rem;font-weight:800;text-align:center;margin-bottom:3rem;color:#111827}@media(min-width:768px){.how-it-works-section h2{font-size:2.5rem}}.how-it-works-section .steps{display:flex;flex-direction:column;gap:2rem}.how-it-works-section .step{display:flex;gap:1.5rem}.how-it-works-section .step .step-number{font-size:2.5rem;font-weight:800;color:#2563eb;flex-shrink:0}.how-it-works-section .step .step-content h3{font-size:1.5rem;font-weight:700;margin-bottom:.75rem;color:#111827}.how-it-works-section .step .step-content p{color:#4b5563;line-height:1.6}.faq-section{padding:4rem 1rem;background:#f3f4f6}@media(min-width:768px){.faq-section{padding-top:6rem;padding-bottom:6rem}}.faq-section .faq-container{max-width:56rem;margin-left:auto;margin-right:auto}.faq-section h2{font-size:2rem;font-weight:800;text-align:center;margin-bottom:3rem;color:#111827}@media(min-width:768px){.faq-section h2{font-size:2.5rem}}.faq-section .faq-items{display:flex;flex-direction:column;gap:1.5rem}.faq-section .faq-item{background:#fff;padding:1.5rem;border-radius:.5rem;border:1px solid #e5e7eb}.faq-section .faq-item summary{font-weight:700;font-size:1.125rem;cursor:pointer;color:#111827;list-style:none;display:flex;align-items:center;justify-content:space-between}.faq-section .faq-item summary::-webkit-details-marker{display:none}.faq-section .faq-item summary:after{content:"+";font-size:1.5rem;font-weight:700;color:#2563eb;transition:transform .3s ease}.faq-section .faq-item[open] summary:after{transform:rotate(45deg)}.faq-section .faq-item p{margin-top:1rem;color:#4b5563;line-height:1.6}.cta-section{padding:4rem 1rem;background:linear-gradient(135deg,#2563eb,#4f46e5);color:#fff}@media(min-width:768px){.cta-section{padding-top:6rem;padding-bottom:6rem}}.cta-section .cta-container{max-width:56rem;margin-left:auto;margin-right:auto;text-align:center}.cta-section h2{font-size:2rem;font-weight:800;margin-bottom:1.5rem}@media(min-width:768px){.cta-section h2{font-size:2.5rem}}.cta-section p{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.cta-section .cta-buttons{display:flex;flex-direction:column;gap:1rem;align-items:center}@media(min-width:640px){.cta-section .cta-buttons{flex-direction:row;justify-content:center}}.cta-section .btn-primary{background:#2563eb;color:#fff;padding:1rem 2rem;border-radius:.5rem;font-weight:700;font-size:1.125rem;border:none;cursor:pointer;transition:all .3s ease;display:inline-block;text-decoration:none;text-align:center;background:#fff;color:#2563eb}.cta-section .btn-primary:hover{background:#1e40af;transform:translateY(-2px);box-shadow:0 10px 20px rgba(37,99,235,.2);background:#f3f4f6}.cta-section .btn-secondary{background:transparent;color:#fff;padding:1rem 2rem;border-radius:.5rem;font-weight:700;font-size:1.125rem;border:2px solid #fff;cursor:pointer;transition:all .3s ease;display:inline-block;text-decoration:none;text-align:center}.cta-section .btn-secondary:hover{background:#fff;color:#2563eb}.seo-content{padding:4rem 1rem;background:#fff}@media(min-width:768px){.seo-content{padding-top:6rem;padding-bottom:6rem}}.seo-content .seo-content-container{max-width:56rem;margin-left:auto;margin-right:auto}.seo-content h2{font-size:2rem;font-weight:800;margin-bottom:1.5rem;color:#111827}.seo-content h3{font-size:1.5rem;font-weight:700;margin-top:2rem;margin-bottom:1rem;color:#111827}.seo-content p{color:#4b5563;line-height:1.8;margin-bottom:1rem;font-size:1.0625rem}.final-cta{padding:3rem 1rem;background:#f3f4f6;text-align:center}.final-cta .final-cta-container{max-width:42rem;margin-left:auto;margin-right:auto}.final-cta p{font-size:1.125rem;color:#4b5563;margin-bottom:1.5rem}.final-cta .btn-primary{background:#2563eb;color:#fff;padding:1rem 2rem;border-radius:.5rem;font-weight:700;font-size:1.125rem;border:none;cursor:pointer;transition:all .3s ease;display:inline-block;text-decoration:none;text-align:center}.final-cta .btn-primary:hover{background:#1e40af;transform:translateY(-2px);box-shadow:0 10px 20px rgba(37,99,235,.2)}.text-center{text-align:center}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}.mt-3{margin-top:.75rem}.mt-8{margin-top:2rem}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}@media(max-width:767px){.hero-section h1{font-size:2rem}.benefits-grid,.use-cases-grid{grid-template-columns:1fr}.step{flex-direction:column}.step .step-number{font-size:2rem}}@media print{.cta-section,.final-cta,.hero-section{display:none}.faq-item[open]{page-break-inside:avoid}}.faq-item:focus-within{outline:2px solid #2563eb;outline-offset:2px}a:focus,button:focus{outline:2px solid #2563eb;outline-offset:2px}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.benefit-item,.step,.use-case-card{animation:fadeIn .6s ease-out}