body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{margin:0;padding:0;box-sizing:border-box}.App{min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.hero{background:linear-gradient(135deg,#10b981,#059669);color:white;padding:4rem 0;text-align:center}.hero-content{max-width:800px;margin:0 auto}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.hero-title .highlight{color:#34d399;text-shadow:0 2px 4px rgba(0,0,0,.3)}.hero-subtitle{font-size:1.3rem;margin-bottom:2.5rem;opacity:.95;line-height:1.6}.hero-features{display:flex;justify-content:center;gap:2rem;margin-bottom:2.5rem;flex-wrap:wrap}.hero-feature{display:flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.1);padding:.8rem 1.2rem;border-radius:25px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.feature-icon{font-size:1.2rem}.hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-button{padding:1rem 2rem;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.cta-button.primary{background:#34d399;color:#1f2937}.cta-button.primary:hover{background:#6ee7b7;transform:translateY(-2px);box-shadow:0 8px 25px rgba(52,211,153,.3)}.cta-button.secondary{background:transparent;color:white;border:2px solid white}.cta-button.secondary:hover{background:white;color:#10b981}.converter-main{padding:4rem 0;background:#f8fafc}.converter-section{text-align:center}.converter-section h2{font-size:2.5rem;color:#1a202c;margin-bottom:1rem}.converter-subtitle{font-size:1.2rem;color:#4a5568;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.features{padding:5rem 0;background:white}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:2.5rem;color:#1a202c;margin-bottom:1rem}.section-header p{font-size:1.2rem;color:#4a5568;max-width:600px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:2rem;gap:2rem}.feature-card{background:#f7fafc;padding:2rem;border-radius:12px;text-align:center;transition:transform .3s ease,box-shadow .3s ease;border:1px solid #e2e8f0}.feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.1)}.feature-card .feature-icon{font-size:3rem;margin-bottom:1rem}.feature-title{font-size:1.3rem;color:#2d3748;margin-bottom:1rem;font-weight:600}.feature-description{color:#4a5568;line-height:1.6}.how-it-works{padding:5rem 0;background:#f8fafc}.steps-container{display:flex;justify-content:center;gap:2rem;margin-bottom:4rem;flex-wrap:wrap}.step-card{background:white;padding:2rem;text-align:center;max-width:300px;box-shadow:0 4px 6px rgba(0,0,0,.05)}.step-number{left:50%;transform:translateX(-50%);background:#667eea;width:30px;height:30px}.step-icon{font-size:2.5rem;margin:1rem 0}.step-title{font-size:1.2rem;color:#2d3748}.step-description{color:#4a5568}.step-arrow{position:absolute;right:-2rem;top:50%;transform:translateY(-50%);font-size:2rem;color:#667eea;z-index:10}.demo-section{background:white;padding:2rem;border-radius:12px;text-align:center}.demo-section h3{color:#2d3748;margin-bottom:2rem;font-size:1.5rem}.conversion-examples{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.conversion-item{display:flex;align-items:center;gap:1rem;background:#f7fafc;padding:1rem 1.5rem;border-radius:8px;border:1px solid #e2e8f0}.format-badge{padding:.3rem .8rem;border-radius:4px;font-weight:600;font-size:.9rem}.format-badge.pdf{background:#fed7d7;color:#c53030}.format-badge.word{background:#c6f6d5;color:#2f855a}.format-badge.excel{background:#bee3f8;color:#2b6cb0}.format-badge.markdown{background:#e2e8f0;color:#2d3748}.arrow{color:#667eea;font-weight:700}.use-case{font-size:.8rem;color:#718096;font-style:italic}.file-uploader{margin-bottom:2rem}.converter-divider{display:flex;align-items:center;gap:1rem;margin:2rem 0 1.25rem;color:#718096;font-size:.95rem;font-weight:600}.converter-divider:after,.converter-divider:before{content:"";flex:1 1;height:1px;background:#e2e8f0}.url-converter{margin:0 auto 2rem;max-width:780px;text-align:left}.url-input-row{display:grid;grid-template-columns:1fr auto;grid-gap:.75rem;gap:.75rem}.url-input-row input{width:100%;border:2px solid #e2e8f0;border-radius:8px;padding:.9rem 1rem;font-size:1rem;color:#1a202c;background:white}.url-input-row input:focus{border-color:#10b981;box-shadow:0 0 0 3px rgba(16,185,129,.15);outline:none}.url-input-row input:disabled{background:#f7fafc;cursor:not-allowed}.url-input-row button{border:none;border-radius:8px;padding:.9rem 1.4rem;background:#10b981;color:white;font-size:1rem;font-weight:700;cursor:pointer;transition:background .2s ease,transform .2s ease}.url-input-row button:hover:not(:disabled){background:#059669;transform:translateY(-1px)}.url-input-row button:disabled{background:#a0aec0;cursor:not-allowed}.url-help{margin-top:.6rem;color:#718096;font-size:.9rem;text-align:left}.dropzone{border:3px dashed #d2d6dc;border-radius:12px;padding:3rem 2rem;text-align:center;cursor:pointer;transition:all .3s ease;background:white;color:#4a5568;min-height:200px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 6px rgba(0,0,0,.05)}.dropzone.active,.dropzone:hover{border-color:#667eea;background:#f7fafc;transform:translateY(-2px);box-shadow:0 8px 25px rgba(102,126,234,.15)}.dropzone.loading{border-color:#48bb78;cursor:default;background:#f0fff4}.dropzone.blocked{border-color:#fc8181;cursor:not-allowed;background:#fff5f5;opacity:.8}.dropzone.blocked:hover{transform:none;box-shadow:0 4px 6px rgba(0,0,0,.05)}.upload-content .upload-icon{font-size:4rem;margin-bottom:1rem}.upload-content h3{font-size:1.5rem;margin-bottom:.5rem}.upload-content p{font-size:1rem;margin-bottom:.5rem;opacity:.9}.upload-content small{font-size:.9rem;opacity:.7}.loading-content{display:flex;flex-direction:column;align-items:center;gap:1rem}.spinner{width:40px;height:40px;border:4px solid #e2e8f0;border-left-color:#667eea;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.preview-container{background:white;border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px rgba(0,0,0,.05);border:1px solid #e2e8f0;margin-top:2rem;text-align:left}.preview-container.error{background:#fef2f2;border-left:4px solid #f56565}.preview-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.file-info{flex:1 1}.file-info h3{color:#2e7d32;margin-bottom:.5rem;font-size:1.3rem}.file-info p{color:#666;margin-bottom:.3rem;font-size:.9rem}.action-buttons{display:flex;gap:.5rem;flex-wrap:wrap}.action-buttons button{padding:.5rem 1rem;border:none;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .2s ease}.copy-btn{background:#2196F3;color:white}.copy-btn:hover{background:#1976D2}.copy-btn.copied{background:#4CAF50}.download-btn{background:#FF9800;color:white}.download-btn:hover{background:#F57C00}.reset-btn{background:#9E9E9E;color:white}.reset-btn:hover{background:#757575}.preview-content{margin-top:1rem}.markdown-tabs h4{color:#333;margin-bottom:1rem;font-size:1.1rem}.markdown-output{background:#f5f5f5;border:1px solid #ddd;border-radius:6px;padding:1rem;max-height:400px;overflow-y:auto;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.9rem;line-height:1.5;white-space:pre-wrap;word-wrap:break-word;text-align:left}.error-content{color:#d32f2f}.error-content p{margin-bottom:.5rem}.formats-section{padding:5rem 0;background:white}.formats-section h2{font-size:2.5rem;color:#1a202c;text-align:center;margin-bottom:1rem}.formats-section p{font-size:1.2rem;color:#4a5568;text-align:center;margin-bottom:3rem}.formats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;text-align:left}.format-category{background:#f7fafc;padding:1.5rem;border-radius:8px;border:1px solid #e2e8f0}.format-category h4{color:#2d3748;margin-bottom:1rem;font-size:1.1rem;font-weight:600;border-bottom:2px solid #667eea;padding-bottom:.5rem}.format-category ul{list-style:none}.format-category li{color:#4a5568;font-size:.95rem;position:relative;padding:.3rem 0 .3rem 1.5rem}.format-category li:before{content:"✓";color:#48bb78;font-weight:700;position:absolute;left:0;top:.3rem}.faq{padding:5rem 0;background:#f8fafc}.faq-list{max-width:800px;margin:0 auto}.faq-item{background:white;border-radius:8px;margin-bottom:1rem;border:1px solid #e2e8f0;overflow:hidden}.faq-question{width:100%;padding:1.5rem;background:none;border:none;text-align:left;cursor:pointer;font-size:1.1rem;font-weight:600;color:#2d3748;display:flex;justify-content:space-between;align-items:center;transition:background-color .3s ease}.faq-question:hover{background:#f7fafc}.faq-toggle{font-size:1.5rem;color:#667eea;transition:transform .3s ease}.faq-item.open .faq-toggle{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-item.open .faq-answer{max-height:500px}.faq-answer-content{padding:0 1.5rem 1.5rem;color:#4a5568;line-height:1.6}.app-footer{background:#2d3748;color:#e2e8f0;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr;grid-gap:2rem;gap:2rem;margin-bottom:2rem}.footer-main h3{color:white;font-size:1.3rem;margin-bottom:1rem}.footer-main p{color:#a0aec0;line-height:1.6}.footer-column h4{color:white;font-size:1.1rem;margin-bottom:1rem}.footer-column ul{list-style:none}.footer-column li{margin-bottom:.5rem}.footer-column a{color:#a0aec0;text-decoration:none;transition:color .3s ease}.footer-column a:hover{color:#667eea}.footer-bottom{border-top:1px solid #4a5568;padding-top:1rem;text-align:center;color:#a0aec0;font-size:.9rem}.footer-bottom p{margin-bottom:.5rem}.footer-bottom a{color:#667eea;text-decoration:none}.footer-bottom a:hover{text-decoration:underline}.seo-nav{background:white;border-bottom:1px solid #e2e8f0;position:sticky;top:0;z-index:100}.seo-nav-inner{display:flex;align-items:center;justify-content:space-between;min-height:72px;gap:1rem}.seo-brand{display:inline-flex;align-items:center;gap:.65rem;color:#1a202c;text-decoration:none;font-size:1.25rem;font-weight:800}.seo-brand img{width:34px;height:34px;border-radius:7px}.seo-nav nav{display:flex;align-items:center;gap:1.25rem}.seo-nav nav a{color:#4a5568;text-decoration:none;font-size:.95rem;font-weight:600}.seo-nav nav a:hover{color:#10b981}.seo-hero{background:linear-gradient(135deg,#0f766e,#10b981);color:white;padding:4.5rem 0 3.5rem}.seo-hero-content{max-width:820px}.seo-eyebrow{margin-bottom:.75rem;color:#a7f3d0;font-size:.95rem;font-weight:800;text-transform:uppercase}.seo-hero h1{margin-bottom:1rem;font-size:3.25rem;line-height:1.12}.seo-hero p{max-width:760px;font-size:1.2rem;line-height:1.7;color:rgba(255,255,255,.94)}.seo-converter{padding-top:3rem}.seo-content-section,.seo-related-section{padding:4.5rem 0;background:white}.seo-content-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;grid-gap:3rem;gap:3rem;align-items:start}.seo-main-content{color:#2d3748;text-align:left}.seo-main-content h2{margin:2.5rem 0 1rem;color:#1a202c;font-size:1.65rem;line-height:1.25}.seo-main-content h2:first-child{margin-top:0}.seo-main-content li,.seo-main-content p{color:#4a5568;font-size:1rem;line-height:1.75}.seo-main-content ol,.seo-main-content ul{padding-left:1.4rem}.seo-example-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem}.seo-example-grid>div,.seo-related-card,.seo-side-panel>div{border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc}.seo-example-grid h3{padding:1rem 1rem 0;color:#1a202c;font-size:1rem}.seo-example-grid pre{margin:0;padding:1rem;overflow-x:auto;color:#2d3748;font-size:.9rem;line-height:1.55;white-space:pre-wrap}.seo-side-panel{display:grid;grid-gap:1rem;gap:1rem;position:sticky;top:92px}.seo-side-panel>div{padding:1.25rem}.seo-side-panel h2{margin-bottom:.85rem;color:#1a202c;font-size:1.1rem}.seo-side-panel ul{padding-left:1.1rem}.seo-side-panel li{margin-bottom:.5rem;color:#4a5568;line-height:1.55}.seo-faq{background:#f8fafc}.seo-faq-list{display:grid;grid-gap:1rem;gap:1rem}.seo-related-section h2{margin-bottom:1.5rem;color:#1a202c;font-size:2rem}.seo-related-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:1rem;gap:1rem}.seo-related-card{display:block;padding:1.2rem;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.seo-related-card:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(16,185,129,.12)}.seo-related-card span{display:block;margin-bottom:.45rem;color:#1a202c;font-size:1.05rem;font-weight:800}.seo-related-card small{color:#718096;line-height:1.55}@media (max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-features{gap:1rem}.hero-cta,.hero-features{flex-direction:column;align-items:center}.cta-button{width:100%;max-width:300px;text-align:center}.converter-section h2,.section-header h2{font-size:2rem}.features-grid{grid-template-columns:1fr;gap:1.5rem}.steps-container{flex-direction:column;align-items:center}.step-arrow{display:none}.conversion-examples{flex-direction:column;gap:1rem}.dropzone{padding:2rem 1rem;min-height:150px}.url-input-row{grid-template-columns:1fr}.url-input-row button{width:100%}.upload-content .upload-icon{font-size:3rem}.upload-content h3{font-size:1.3rem}.preview-header{flex-direction:column;align-items:stretch}.action-buttons{justify-content:center;flex-wrap:wrap}.footer-content,.formats-grid{grid-template-columns:1fr}.footer-content{gap:2rem;text-align:center}.seo-nav-inner{align-items:flex-start;flex-direction:column;padding-top:1rem;padding-bottom:1rem}.seo-nav nav{flex-wrap:wrap;gap:.85rem}.seo-hero{padding:3.25rem 0 2.5rem}.seo-hero h1{font-size:2.25rem}.seo-content-grid,.seo-example-grid{grid-template-columns:1fr}.seo-side-panel{position:static}.faq-question{font-size:1rem;padding:1rem}.faq-answer-content{padding:0 1rem 1rem}}.navigation{background:white;box-shadow:0 2px 10px rgba(0,0,0,.1);position:sticky;top:0;z-index:1000}.nav-container{max-width:1200px;margin:0 auto;padding:0 1rem;justify-content:space-between;height:70px}.nav-brand,.nav-container{display:flex;align-items:center}.nav-brand{gap:.5rem}.nav-logo{width:32px;height:32px;border-radius:6px;display:block;object-fit:cover;flex-shrink:0}.nav-title{display:flex;flex-direction:column}.brand-name{font-size:1.5rem;font-weight:700;color:#10b981}.brand-tagline{font-size:.8rem;color:#6b7280}.nav-links{display:flex;gap:2rem;align-items:center}.nav-link{background:none;border:none;color:#4b5563;font-weight:500;cursor:pointer;padding:.5rem 0;transition:color .3s ease}.nav-link:hover{color:#10b981}.nav-cta{background:#10b981;color:white;padding:.75rem 1.5rem;border-radius:25px}.nav-cta:hover{background:#059669;color:white}.mobile-menu-btn{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem}.mobile-menu-btn span{width:25px;height:3px;background:#4b5563;margin:3px 0;transition:.3s}.mobile-menu{position:absolute;top:100%;left:0;right:0;background:white;box-shadow:0 2px 10px rgba(0,0,0,.1);padding:1rem}.mobile-nav-link{display:block;width:100%;padding:1rem;background:none;text-align:left;color:#4b5563;font-weight:500;cursor:pointer;border:none;border-bottom:1px solid #e5e7eb}.mobile-nav-link:hover{color:#10b981;background:#f9fafb}.ranking-badge{background:rgba(255,255,255,.2);color:white;padding:.5rem 1rem;border-radius:25px;font-size:.9rem;font-weight:600;margin-bottom:1.5rem;display:inline-block;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-subtitle-en{display:block;font-size:1.2rem;font-weight:400;color:#d1fae5;margin-top:.5rem}.hero-description{font-size:1.1rem;line-height:1.6;margin-bottom:2rem;max-width:700px;margin-left:auto;margin-right:auto}.tutorial{padding:5rem 0;background:white}.tutorial-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:3rem}.step-card{background:#f8fafc;padding:2.5rem;border-radius:12px;position:relative;border:1px solid #e2e8f0;transition:transform .3s ease,box-shadow .3s ease}.step-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(16,185,129,.1)}.step-number{position:absolute;top:-15px;left:30px;background:#10b981;color:white;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem}.step-title{color:#1f2937;font-size:1.4rem;font-weight:600;margin-bottom:1rem}.step-description{color:#6b7280;line-height:1.6;margin-bottom:1.5rem}.step-tags{display:flex;flex-wrap:wrap;gap:.5rem}.tag{background:#d1fae5;color:#065f46;padding:.3rem .8rem;border-radius:20px;font-size:.8rem;font-weight:500}.advanced-tips{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem;margin-top:3rem}.tips-section{background:white;padding:2rem;border-radius:12px;border:1px solid #e2e8f0}.tips-section h3{color:#1f2937;font-size:1.3rem;margin-bottom:1.5rem}.tips-section ul{list-style:none;padding:0}.tips-section li{padding:.75rem 0;border-bottom:1px solid #f3f4f6;color:#6b7280;line-height:1.5}.tips-section strong{color:#1f2937}.main-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:4rem}.main-feature-card{background:white;padding:2.5rem;border-radius:12px;text-align:center;border:2px solid #e5e7eb;transition:all .3s ease}.main-feature-card:hover{border-color:#10b981;transform:translateY(-5px);box-shadow:0 10px 30px rgba(16,185,129,.15)}.feature-list{list-style:none;padding:0;margin-top:1rem}.feature-list li{color:#10b981;padding:.5rem 0;font-weight:500}.advanced-features{margin-top:4rem}.advanced-title{text-align:center;color:#1f2937;font-size:2rem;margin-bottom:2rem}.advanced-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.advanced-feature-card{background:#f8fafc;padding:2rem;border-radius:12px;text-align:center;border:1px solid #e2e8f0;transition:transform .3s ease}.advanced-feature-card:hover{transform:translateY(-3px)}.advantages{padding:5rem 0;background:#f8fafc}.advantages-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;margin-bottom:4rem}.performance-data,.tech-advantages{background:white;padding:2.5rem;border-radius:12px;border:1px solid #e2e8f0}.advantages-list{display:flex;flex-direction:column;gap:1rem}.advantage-item{color:#10b981;font-weight:500;font-size:1.1rem}.performance-metrics{display:flex;flex-direction:column;gap:1.5rem}.metric-item{display:flex;align-items:center;gap:1rem}.metric-label{min-width:120px;font-weight:500;color:#4b5563}.metric-bar{flex:1 1;height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden}.metric-fill{height:100%;border-radius:4px;transition:width 1s ease}.metric-value{color:#1f2937;min-width:50px}.testimonials{margin-top:3rem}.testimonials h3{text-align:center;color:#1f2937;font-size:1.8rem;margin-bottom:2rem}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.testimonial-card{background:white;padding:2rem;border-radius:12px;border:1px solid #e2e8f0}.testimonial-header{justify-content:space-between;margin-bottom:1rem}.testimonial-header,.user-info{display:flex;align-items:center}.user-info{gap:1rem}.user-avatar{width:40px;height:40px;background:#10b981;color:white;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600}.user-name{font-weight:600;color:#1f2937}.user-role{font-size:.9rem;color:#6b7280}.rating{display:flex;gap:.2rem}.star{font-size:1.2rem}.testimonial-content{color:#4b5563;line-height:1.6;font-style:italic}.use-cases{padding:5rem 0;background:white}.use-cases-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:4rem}.use-case-card{background:#f8fafc;padding:2rem;border-radius:12px;text-align:center;border:1px solid #e2e8f0;transition:all .3s ease}.use-case-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(16,185,129,.1);border-color:#10b981}.use-case-icon{font-size:3rem;margin-bottom:1rem}.use-case-title{color:#1f2937;font-size:1.3rem;font-weight:600;margin-bottom:1rem}.use-case-description{color:#6b7280;line-height:1.6}.success-cases{margin-top:3rem}.success-cases h3{text-align:center;color:#1f2937;font-size:1.8rem;margin-bottom:2rem}.success-cases-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));grid-gap:2rem;gap:2rem}.success-case-card{background:white;padding:2.5rem;border-radius:12px;border:2px solid #e5e7eb;transition:border-color .3s ease}.success-case-card:hover{border-color:#10b981}.case-title{color:#1f2937;font-size:1.4rem;font-weight:600;margin-bottom:1rem}.case-description{color:#6b7280;line-height:1.6;margin-bottom:2rem}.case-metrics{display:flex;justify-content:space-around;text-align:center}.metric{display:flex;flex-direction:column;align-items:center}.metric-value{font-size:1.5rem;font-weight:700;color:#10b981}.metric-label{font-size:.9rem;color:#6b7280;margin-top:.5rem}.faq-categories{max-width:900px;margin:0 auto}.faq-category{background:white;border-radius:12px;margin-bottom:1.5rem;border:1px solid #e2e8f0;overflow:hidden}.category-header{width:100%;padding:1.5rem;background:none;border:none;text-align:left;cursor:pointer;display:flex;align-items:center;gap:1rem;font-size:1.2rem;font-weight:600;color:#1f2937;transition:background-color .3s ease}.category-header.active,.category-header:hover{background:#f8fafc}.category-icon{font-size:1.5rem}.category-title{flex:1 1}.category-count{color:#6b7280;font-size:.9rem;font-weight:400}.category-toggle{font-size:1.5rem;color:#10b981;transition:transform .3s ease}.category-questions{border-top:1px solid #e2e8f0}.cta-section{padding:5rem 0;background:linear-gradient(135deg,#10b981,#059669);color:white;text-align:center}.cta-content{margin-bottom:4rem}.cta-content h2{font-size:2.5rem;font-weight:700;margin-bottom:2rem;line-height:1.2}.cta-content p{font-size:1.2rem;line-height:1.6;max-width:800px;margin:0 auto 3rem;opacity:.95}.cta-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.cta-button.large{padding:1.2rem 2.5rem;font-size:1.2rem}.cta-statistics{margin-bottom:3rem}.cta-statistics h3{font-size:1.8rem;margin-bottom:2rem;opacity:.9}.statistics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:2rem;gap:2rem;max-width:800px;margin:0 auto}.statistic-card{background:rgba(255,255,255,.1);padding:2rem;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.stat-icon{font-size:2.5rem;margin-bottom:1rem}.stat-value{font-size:2rem;font-weight:700;margin-bottom:.5rem}.stat-label{opacity:.9;font-size:.9rem}.service-guarantees{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.guarantee-item{display:flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.1);padding:1rem 1.5rem;border-radius:25px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.guarantee-icon{font-size:1.2rem}.guarantee-text{font-weight:500}.format-examples{margin-top:3rem;text-align:center}.format-examples h3{color:#1f2937;font-size:1.8rem;margin-bottom:2rem}.examples-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.example-card{background:white;padding:2rem;border-radius:12px;border:1px solid #e2e8f0;transition:all .3s ease}.example-card:hover{transform:translateY(-3px);box-shadow:0 10px 30px rgba(16,185,129,.1);border-color:#10b981}.example-icon{font-size:2.5rem;margin-bottom:1rem}.example-card h4{color:#1f2937;font-size:1.3rem;font-weight:600;margin-bottom:1rem}.example-card p{color:#6b7280;margin-bottom:1.5rem}.example-code{background:#f3f4f6;color:#374151;padding:1rem;border-radius:6px;font-family:Monaco,Menlo,monospace;font-size:.8rem;line-height:1.4;white-space:pre-line;display:block;text-align:left}@media (max-width:768px){.nav-links{display:none}.mobile-menu-btn{display:flex}.hero-title{font-size:2.5rem}.hero-subtitle-en{font-size:1rem}.advanced-features-grid,.advanced-tips,.advantages-content,.main-features-grid,.tutorial-steps{grid-template-columns:1fr}.cta-content h2{font-size:2rem}.cta-buttons{flex-direction:column;align-items:center}.cta-button.large{width:100%;max-width:300px}.service-guarantees{flex-direction:column;align-items:center}}@media (max-width:480px){.hero{padding:2rem 0}.hero-title{font-size:2rem}.hero-subtitle-en{font-size:.9rem}.advantages,.converter-main,.cta-section,.faq,.features,.formats-section,.tutorial,.use-cases{padding:3rem 0}.container{padding:0 .5rem}.advanced-feature-card,.main-feature-card,.step-card{padding:1.5rem}.examples-grid{grid-template-columns:1fr}}