*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.6;color:#2c3e50;background:#f8f9fa;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit;transition:color .3s ease}button,input,textarea,select{font:inherit;border:none;outline:none}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:700;color:#1a1a1a;margin-bottom:1rem}h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.5rem}h4{font-size:1.25rem}p{margin-bottom:1rem}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.25rem}header{background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.08);position:sticky;top:0;z-index:1000;border-bottom:3px solid #8e44ad}.header-wrapper{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo{font-size:1.5rem;font-weight:800;color:#8e44ad;display:flex;align-items:center;gap:.5rem}.logo-icon{font-size:1.75rem}nav ul{display:flex;gap:1.5rem;flex-wrap:wrap}nav a{color:#555;font-weight:500;padding:.5rem 1rem;border-radius:6px;transition:all .3s ease}nav a:hover,nav a.active{background:#8e44ad;color:#fff}.mobile-menu-btn{display:none;background:#8e44ad;color:#fff;padding:.75rem 1rem;border-radius:6px;cursor:pointer;font-size:1.5rem}.hero{background:linear-gradient(135deg,#8e44ad 0%,#6c3483 100%);color:#fff;padding:4rem 0;text-align:center;position:relative;overflow:hidden}.hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120"><path d="M1200 120L0 0v120z" fill="rgba(255,255,255,0.05)"/></svg>') no-repeat bottom;background-size:cover;opacity:.3}.hero-content{position:relative;z-index:2}.hero h1{color:#fff;font-size:2.5rem;margin-bottom:1.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.hero p{font-size:1.25rem;margin-bottom:2rem;opacity:.95}.hero-image{margin:2rem auto 0;max-width:800px;border-radius:12px;overflow:hidden;box-shadow:0 10px 40px rgba(0,0,0,.3)}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{display:inline-block;padding:.875rem 2rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;border:2px solid transparent;text-align:center}.btn-primary{background:#fff;color:#8e44ad;box-shadow:0 4px 15px rgba(0,0,0,.2)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.3)}.btn-secondary{background:transparent;color:#fff;border-color:#fff}.btn-secondary:hover{background:#fff;color:#8e44ad}.btn-tool{background:#8e44ad;color:#fff;width:100%;margin-top:1rem}.btn-tool:hover{background:#6c3483;transform:translateY(-1px)}.section{padding:4rem 0}.section-title{text-align:center;margin-bottom:3rem;position:relative;padding-bottom:1rem}.section-title::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:80px;height:4px;background:#8e44ad;border-radius:2px}.tools-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}.tool-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:all .3s ease;border-top:4px solid #8e44ad}.tool-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px rgba(142,68,173,.2)}.tool-card h3{color:#8e44ad;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.tool-card p{color:#666;line-height:1.8}.tool-icon{font-size:2rem}.tool-interface{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.08);margin:2rem 0}.textarea-wrapper{margin-bottom:1.5rem}label{display:block;font-weight:600;color:#333;margin-bottom:.5rem;font-size:.95rem}textarea{width:100%;padding:1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;resize:vertical;min-height:150px;transition:border-color .3s ease;background:#fafafa}textarea:focus{border-color:#8e44ad;background:#fff}.button-group{display:flex;gap:.75rem;flex-wrap:wrap;margin:1rem 0}.btn-converter{background:#f0f0f0;color:#333;padding:.75rem 1.5rem;border-radius:6px;font-weight:500;cursor:pointer;transition:all .3s ease}.btn-converter:hover{background:#8e44ad;color:#fff}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;margin-top:1rem}.stat-box{background:linear-gradient(135deg,#8e44ad,#6c3483);color:#fff;padding:1.25rem;border-radius:8px;text-align:center;box-shadow:0 4px 15px rgba(142,68,173,.2)}.stat-number{font-size:2rem;font-weight:700;display:block}.stat-label{font-size:.875rem;opacity:.9;margin-top:.25rem}.content-section{max-width:900px;margin:0 auto}.content-section h2{margin-top:2.5rem;margin-bottom:1.25rem;color:#8e44ad}.content-section h3{margin-top:2rem;margin-bottom:1rem}.content-section ul,.content-section ol{margin-left:1.5rem;margin-bottom:1rem}.content-section ul{list-style:disc}.content-section ol{list-style:decimal}.content-section li{margin-bottom:.5rem;color:#555;line-height:1.8}.content-section a{color:#8e44ad;text-decoration:underline}.content-section a:hover{color:#6c3483}.faq-section{margin-top:3rem}.faq-item{background:#fff;padding:1.5rem;border-radius:8px;margin-bottom:1rem;border-left:4px solid #8e44ad;box-shadow:0 2px 8px rgba(0,0,0,.05)}.faq-question{font-weight:700;color:#2c3e50;margin-bottom:.75rem;font-size:1.1rem}.faq-answer{color:#555;line-height:1.8}.privacy-notice{background:#f0f9ff;border-left:4px solid #8e44ad;padding:1.5rem;border-radius:6px;margin:2rem 0}.privacy-notice h3{color:#8e44ad;margin-bottom:.75rem;font-size:1.1rem}.privacy-notice p{color:#444;margin-bottom:0;line-height:1.8}.authority-link{background:#fff9e6;border-left:4px solid #ffc107;padding:1rem;border-radius:6px;margin:1.5rem 0}.authority-link p{margin:0;color:#555}.authority-link a{color:#f57c00;font-weight:600}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin:2rem 0}.feature-item{text-align:center;padding:1.5rem}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-item h3{color:#8e44ad;margin-bottom:.75rem}.feature-item p{color:#666}footer{background:#1a1a1a;color:#fff;padding:3rem 0 1.5rem}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h4{color:#8e44ad;margin-bottom:1rem}.footer-section ul li{margin-bottom:.5rem}.footer-section a{color:#ccc;transition:color .3s ease}.footer-section a:hover{color:#8e44ad}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #333;color:#999;font-size:.9rem}.input-group{margin-bottom:1rem}.input-group input{width:100%;padding:.875rem;border:2px solid #e0e0e0;border-radius:6px;transition:border-color .3s ease}.input-group input:focus{border-color:#8e44ad}.form-wrapper{max-width:600px;margin:0 auto}@media (max-width:768px){.header-wrapper{flex-direction:column;gap:1rem}nav{width:100%}nav ul{justify-content:center;gap:1rem}nav a{padding:.5rem .75rem;font-size:.9rem}.hero h1{font-size:1.875rem}.hero p{font-size:1.1rem}.section{padding:2.5rem 0}.tools-grid,.features-grid{grid-template-columns:1fr}.cta-buttons{flex-direction:column}.btn{width:100%}.button-group{flex-direction:column}.btn-converter{width:100%}.footer-grid{grid-template-columns:1fr;text-align:center}}@media (max-width:480px){h1{font-size:1.75rem}h2{font-size:1.5rem}h3{font-size:1.25rem}.container{padding:0 1rem}.hero{padding:2.5rem 0}.tool-interface{padding:1.5rem}.section{padding:2rem 0}}