*,*::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,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333;background:#f8f9fa;min-height:100vh;display:flex;flex-direction:column}img{max-width:100%;height:auto;display:block}a{color:#2980b9;text-decoration:none;transition:color .3s ease}a:hover{color:#1a5276}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}header{background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.08);position:sticky;top:0;z-index:1000}.header-inner{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo{font-size:1.5rem;font-weight:700;color:#2980b9;display:flex;align-items:center;gap:.5rem}.logo-icon{font-size:1.8rem}nav ul{display:flex;list-style:none;gap:1.5rem;flex-wrap:wrap}nav a{color:#333;font-weight:500;padding:.5rem .75rem;border-radius:4px;transition:all .3s}nav a:hover,nav a.active{background:#2980b9;color:#fff}.hero{background:linear-gradient(135deg,rgba(41,128,185,.95),rgba(52,152,219,.9)),url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 400"><rect fill="%232980b9" width="1200" height="400"/></svg>');background-size:cover;background-position:center;color:#fff;padding:4rem 2rem;text-align:center;margin-bottom:3rem}.hero h1{font-size:2.5rem;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.hero p{font-size:1.2rem;max-width:700px;margin:0 auto 2rem;opacity:.95}.cta-button{display:inline-block;background:#fff;color:#2980b9;padding:1rem 2.5rem;border-radius:50px;font-weight:700;font-size:1.1rem;box-shadow:0 4px 15px rgba(0,0,0,.2);transition:all .3s}#cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.25)}main{flex:1;padding:2rem 0}.content-section{background:#fff;border-radius:8px;padding:2.5rem;margin-bottom:2rem;box-shadow:0 2px 8px rgba(0,0,0,.06)}.content-section h2{color:#2980b9;font-size:2rem;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:3px solid #2980b9}.content-section h3{color:#34495e;font-size:1.5rem;margin:2rem 0 1rem}.content-section p{margin-bottom:1.25rem;text-align:justify;color:#555}.content-section ul,.content-section ol{margin:1rem 0 1.5rem 2rem}.content-section li{margin-bottom:.75rem;color:#555}.tool-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin:2rem 0}.tool-card{background:#fff;border:2px solid #e1e8ed;border-radius:8px;padding:2rem;text-align:center;transition:all .3s;cursor:pointer}.tool-card:hover{border-color:#2980b9;box-shadow:0 8px 20px rgba(41,128,185,.15);transform:translateY(-5px)}.tool-card-icon{font-size:3rem;margin-bottom:1rem}.tool-card h3{color:#2980b9;font-size:1.4rem;margin-bottom:.75rem}.tool-card p{color:#666;font-size:.95rem;line-height:1.5}.converter-tool{background:#f8f9fa;border:2px solid #2980b9;border-radius:8px;padding:2rem;margin:2rem 0}.converter-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:1.5rem}.input-group{display:flex;flex-direction:column;gap:.5rem}.input-group label{font-weight:600;color:#34495e;font-size:.95rem}.input-group input,.input-group select{padding:.875rem;border:2px solid #ddd;border-radius:6px;font-size:1rem;transition:border-color .3s;background:#fff}.input-group input:focus,.input-group select:focus{outline:none;border-color:#2980b9;box-shadow:0 0 0 3px rgba(41,128,185,.1)}.result-display{background:#2980b9;color:#fff;padding:1.25rem;border-radius:6px;font-size:1.3rem;font-weight:700;text-align:center;margin-top:1rem}.faq-section{margin:2rem 0}.faq-item{background:#f8f9fa;border-left:4px solid #2980b9;padding:1.5rem;margin-bottom:1.25rem;border-radius:4px}.faq-item h4{color:#2980b9;font-size:1.15rem;margin-bottom:.75rem;font-weight:600}.faq-item p{color:#555;margin:0}.authority-box{background:#fff3cd;border-left:5px solid#ffc107;padding:1.5rem;margin:2rem 0;border-radius:4px}.authority-box strong{color:#856404;display:block;margin-bottom:.5rem}.authority-box a{color:#856404;text-decoration:underline}.info-box{background:#e7f3ff;border-left:5px solid #2980b9;padding:1.5rem;margin:2rem 0;border-radius:4px}.info-box h4{color:#2980b9;margin-bottom:.75rem}.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-item-icon{font-size:2.5rem;margin-bottom:1rem}.feature-item h3{color:#2980b9;margin-bottom:.75rem}.feature-item p{color:#666;font-size:.95rem}footer{background:#34495e;color:#ecf0f1;margin-top:4rem;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:#fff;margin-bottom:1rem;font-size:1.1rem}.footer-section ul{list-style:none}.footer-section li{margin-bottom:.5rem}.footer-section a{color:#ecf0f1;font-size:.95rem}.footer-section a:hover{color:#3498db}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #4a5f7f;color:#bdc3c7;font-size:.9rem}form{max-width:600px}form .input-group{margin-bottom:1.5rem}form input[type="text"],form input[type="email"],form textarea{width:100%}form textarea{min-height:150px;resize:vertical;font-family:inherit}form button{background:#2980b9;color:#fff;padding:1rem 3rem;border:none;border-radius:50px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s}form button:hover{background:#1a5276;transform:translateY(-2px);box-shadow:0 4px 12px rgba(41,128,185,.3)}.steps-list{counter-reset:step-counter;list-style:none;margin:1.5rem 0}.steps-list li{counter-increment:step-counter;position:relative;padding-left:3rem;margin-bottom:1.5rem}.steps-list li::before{content:counter(step-counter);position:absolute;left:0;top:0;background:#2980b9;color:#fff;width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700}table{width:100%;border-collapse:collapse;margin:1.5rem 0}table th,table td{padding:1rem;text-align:left;border-bottom:1px solid #ddd}table th{background:#2980b9;color:#fff;font-weight:600}table tr:hover{background:#f8f9fa}@media(max-width:768px){.hero h1{font-size:2rem}.hero p{font-size:1rem}nav ul{gap:.75rem;justify-content:center}nav a{padding:.4rem .6rem;font-size:.9rem}.content-section{padding:1.5rem}.content-section h2{font-size:1.6rem}.converter-grid{grid-template-columns:1fr}.tool-grid{grid-template-columns:1fr;gap:1.5rem}.header-inner{flex-direction:column;gap:1rem}.footer-grid{grid-template-columns:1fr}}@media(max-width:480px){html{font-size:14px}.hero{padding:2rem 1rem}.logo{font-size:1.3rem}.content-section{padding:1.25rem;border-radius:4px}}