﻿*{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;scroll-padding-top:90px}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.6;color:#334155;background-color:#f8fafc;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;color:#0f172a;margin-bottom:1rem}h1{font-size:clamp(1.75rem,5vw,2.25rem)}h2{font-size:clamp(1.5rem,4vw,1.875rem)}h3{font-size:clamp(1.25rem,3vw,1.5rem)}p{margin-bottom:1rem}a{color:#2563eb;text-decoration:none;transition:color .15s ease}a:hover{color:#1e40af}a:focus{outline:2px solid #2563eb;outline-offset:2px}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1rem}@media(min-width: 768px){.container{padding:0 2rem}}.site-header{background:#fff;border-bottom:1px solid #e2e8f0;position:sticky;top:0;z-index:50;box-shadow:0 1px 3px rgba(0,0,0,.1)}.main-nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.nav-brand{display:flex;align-items:center}.logo-link{display:flex;align-items:center;gap:.75rem;font-weight:700;font-size:1.25rem;color:#0f172a}.logo-link:hover{color:#2563eb}.logo{width:40px;height:40px}@media(max-width: 640px){.site-title{font-size:1rem}}.mobile-menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem}@media(max-width: 768px){.mobile-menu-toggle{display:block}}.hamburger{display:block;width:24px;height:2px;background:#334155;position:relative;transition:background .2s ease}.hamburger::before,.hamburger::after{content:"";display:block;width:24px;height:2px;background:#334155;position:absolute;left:0;transition:transform .2s ease}.hamburger::before{top:-8px}.hamburger::after{top:8px}.mobile-menu-toggle[aria-expanded=true] .hamburger{background:rgba(0,0,0,0)}.mobile-menu-toggle[aria-expanded=true] .hamburger::before{transform:rotate(45deg);top:0}.mobile-menu-toggle[aria-expanded=true] .hamburger::after{transform:rotate(-45deg);top:0}.nav-menu{display:flex;list-style:none;gap:1.5rem;align-items:center}@media(max-width: 768px){.nav-menu{display:none}}.nav-menu li a{font-weight:500;color:#334155}.nav-menu li a:hover{color:#2563eb}.btn-primary{display:inline-block;background:#2563eb;color:#fff !important;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-size:1rem;text-align:center;transition:all .15s ease;border:none;cursor:pointer;text-decoration:none}.btn-primary:hover{background:#1e40af;color:#fff !important;transform:scale(1.02)}.btn-primary:active{transform:scale(0.98)}.btn-primary:focus{outline:2px solid #2563eb;outline-offset:2px}.btn-large{padding:1rem 2rem;font-size:1.25rem}.hero{background:linear-gradient(135deg, #EFF6FF 0%, white 100%);padding:4rem 0}@media(max-width: 768px){.hero{padding:2rem 0}}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}@media(max-width: 1024px){.hero-content{grid-template-columns:1fr;gap:2rem}}.hero-text{display:flex;flex-direction:column;gap:1.5rem}.hero-headline{font-size:clamp(2rem,5vw,3rem);line-height:1.1;color:#0f172a;margin-bottom:.75rem}.hero-subheadline{font-size:1.25rem;color:#475569;line-height:1.6}.hero-cta{display:flex;flex-direction:column;gap:.75rem;align-items:flex-start}.cta-note{font-size:.875rem;color:#64748b;margin:0}.hero-image img{width:100%;height:auto;border-radius:12px;box-shadow:0 20px 60px rgba(0,0,0,.15)}section{padding:4rem 0}@media(max-width: 768px){section{padding:3rem 0}}.problem-statement{background:#fff;text-align:center}.features{background:#f8fafc}.features-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:2rem;margin-top:2rem}.how-it-works{background:#fff}.steps{display:grid;grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));gap:2rem;margin-top:2rem}.supported-types{background:#f8fafc}.file-types-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));gap:1.5rem;margin-top:2rem}.page-content{padding:4rem 0;background:#fff}.content-page{max-width:800px;margin:0 auto}.page-header{margin-bottom:3rem;padding-bottom:1.5rem;border-bottom:2px solid #e2e8f0}.page-description{font-size:1.25rem;color:#475569}.page-body h2{margin-top:3rem;margin-bottom:1rem}.page-body h3{margin-top:2rem;margin-bottom:.75rem}.page-body ul,.page-body ol{margin-left:1.5rem;margin-bottom:1rem}.page-body li{margin-bottom:.5rem}.page-footer{margin-top:3rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}.last-updated{font-size:.875rem;color:#64748b;font-style:italic}.site-footer{background:linear-gradient(135deg, #0F172A 0%, #1a1f35 100%);color:#cbd5e1;padding:4rem 0 2rem 0;margin-top:auto;border-top:1px solid rgba(255,255,255,.1)}.footer-content{display:grid;grid-template-columns:2fr 1fr 1.5fr;gap:3rem;margin-bottom:2rem}@media(max-width: 768px){.footer-content{grid-template-columns:1fr;gap:2rem}}.footer-branding{display:flex;flex-direction:column;gap:1rem}.footer-brand-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.footer-logo{width:36px;height:36px;opacity:.9}.footer-brand-name{font-size:1.5rem;font-weight:700;color:#fff}.footer-tagline{color:#94a3b8;font-size:1rem;line-height:1.6;max-width:350px}.footer-links h4{font-size:1rem;font-weight:600;color:#fff;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}.footer-links ul{list-style:none;display:flex;flex-direction:column;gap:.75rem}.footer-links a{color:#cbd5e1;font-size:1rem;transition:color .2s ease,padding-left .2s ease;display:inline-block}.footer-links a:hover{color:#14b8a6;padding-left:.5rem}.footer-legal{display:flex;flex-direction:column;gap:1rem}.footer-legal-heading{font-size:1rem;font-weight:600;color:#fff;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.footer-copyright{font-size:.875rem;color:#94a3b8;margin-bottom:.5rem}.footer-note{display:inline-flex;align-items:center;gap:.5rem;color:#dbeafe;font-weight:500;font-size:.875rem;background:rgba(20,184,166,.1);padding:.5rem .75rem;border-radius:4px;border-left:3px solid #3b82f6;line-height:1.4}.footer-note::before{content:"🔒";font-size:1rem}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;text-align:center}.footer-bottom p{font-size:.75rem;color:#64748b;margin:0}.text-center{text-align:center}.mt-0{margin-top:0}.mt-sm{margin-top:.75rem}.mt-md{margin-top:1rem}.mt-lg{margin-top:1.5rem}.mt-xl{margin-top:2rem}.mb-0{margin-bottom:0}.mb-sm{margin-bottom:.75rem}.mb-md{margin-bottom:1rem}.mb-lg{margin-bottom:1.5rem}.mb-xl{margin-bottom:2rem}.problem-intro{text-align:center;margin-bottom:3rem}.problem-intro .intro-text{font-size:1.25rem;color:#475569;max-width:800px;margin:0 auto}.metadata-risks{display:grid;grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));gap:1.5rem;margin-bottom:3rem}@media(max-width: 768px){.metadata-risks{grid-template-columns:1fr}}.risk-item{display:flex;gap:1rem;padding:1.5rem;background:#fff;border-radius:8px;border-left:4px solid #ef4444;box-shadow:0 1px 3px rgba(0,0,0,.1);transition:transform .2s ease,box-shadow .2s ease}.risk-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.risk-icon{flex-shrink:0;color:#ef4444}.risk-icon svg{width:32px;height:32px}.risk-content{flex:1}.risk-content h4{font-size:1.25rem;font-weight:600;color:#0f172a;margin:0 0 .25rem 0}.risk-content p{font-size:1rem;color:#475569;margin:0;line-height:1.5}.problem-conclusion{text-align:center;margin-bottom:2rem}.problem-conclusion .warning-text{font-size:1.25rem;color:#334155;max-width:900px;margin:0 auto 1rem auto;line-height:1.6}.problem-conclusion .solution-text{font-size:1.25rem;color:#1e40af;max-width:900px;margin:0 auto}.problem-conclusion .solution-text strong{font-weight:700}.section-divider{height:1px;background:linear-gradient(to right, transparent, #CBD5E1, transparent);margin:4rem 0}@media(max-width: 768px){.section-divider{margin:3rem 0}}.feature{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.1);transition:transform .2s ease,box-shadow .2s ease}.feature:hover{transform:translateY(-4px);box-shadow:0 10px 30px rgba(0,0,0,.15)}.feature-icon{color:#2563eb;margin-bottom:1rem}.feature-icon svg{width:48px;height:48px}.feature h3{color:#0f172a;margin-bottom:.75rem;font-size:1.5rem}.feature p{color:#475569;line-height:1.6;margin-bottom:0}.step{display:flex;flex-direction:column;gap:1rem}.step-header{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem}.step-header h3{color:#0f172a;margin:0;font-size:1.5rem;line-height:1}.step-number{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#2563eb;color:#fff;border-radius:50%;font-size:1.5rem;font-weight:700;flex-shrink:0}.step-content{flex:1}.step-content h3{color:#0f172a;margin:0;font-size:1.5rem}.step-content p{color:#475569;margin-bottom:1rem}.step-screenshot{width:100%;height:auto;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1);margin-top:1rem}.file-types-section{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:2rem;margin-top:2rem}.file-type-category{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.1)}.file-type-category h3{display:flex;align-items:center;gap:.75rem;color:#0f172a;font-size:1.5rem;margin-bottom:1rem}.file-type-category h3 svg{width:24px;height:24px;color:#2563eb}.file-type-list{list-style:none;margin:0;padding:0}.file-type-list li{padding:.5rem 0;color:#475569;border-bottom:1px solid #f1f5f9}.file-type-list li:last-child{border-bottom:none}.file-types-link{text-align:center;margin-top:2rem}.file-types-link a{color:#2563eb;text-decoration:none;font-weight:600;font-size:1.25rem;transition:color .2s ease}.file-types-link a:hover{color:#1e40af}.why-section{display:grid;grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));gap:1.5rem;margin-top:2rem}.why-item{background:#fff;padding:1.5rem;border-radius:8px;border-left:4px solid #2563eb}.why-item h3{font-size:1.25rem;margin-bottom:.75rem}.why-item p{color:#475569;margin-bottom:0;font-size:1rem}.final-cta{text-align:center;padding:4rem 2rem;background:linear-gradient(135deg, #EFF6FF 0%, white 100%);border-radius:16px;margin-top:3rem}.final-cta h2{font-size:clamp(1.75rem,4vw,2.25rem);margin-bottom:1rem;color:#0f172a}.final-cta p{font-size:1.25rem;color:#475569;margin-bottom:1.5rem}.final-cta .btn-primary{margin:0 auto}.final-cta .cta-note{margin-top:1rem;font-size:.875rem;color:#64748b}.error-page{text-align:center;padding:3rem 2rem;max-width:600px;margin:0 auto;min-height:50vh;display:flex;flex-direction:column;justify-content:center;align-items:center}.error-page .error-code{font-size:6rem;font-weight:700;color:#0f172a;margin:0 0 1rem 0;line-height:1}.error-page .error-title{font-size:1.875rem;color:#0f172a;margin:0 0 1rem 0}.error-page .error-message{font-size:1.25rem;color:#475569;margin-bottom:2rem;line-height:1.6}.error-page .error-actions{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}@media(max-width: 640px){.error-page{padding:3rem 1rem}.error-page .error-code{font-size:4rem}.error-page .error-title{font-size:1.5rem}.error-page .error-actions{flex-direction:column;width:100%}.error-page .error-actions a{width:100%}}.btn-secondary{display:inline-block;background:#fff;color:#2563eb;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-size:1rem;text-align:center;transition:all .15s ease;border:2px solid #2563eb;cursor:pointer;text-decoration:none}.btn-secondary:hover{background:#eff6ff;color:#1e40af;border-color:#1e40af;transform:scale(1.02)}.btn-secondary:active{transform:scale(0.98)}/*# sourceMappingURL=main.css.map */