@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab&family=Roboto&display=swap');
*.dth-reset{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Roboto',sans-serif;background:#ecf0f1;color:#2c3e50;line-height:1.6}

.dth-wrap{max-width:1000px;margin:0 auto;padding:3rem 2rem;background:#ecf0f1}
.dth-header{text-align:center;margin-bottom:3rem}
.dth-header h1{font-family:'Roboto Slab',serif;font-size:2.8rem;color:#2c3e50;margin-bottom:0.5rem}
.dth-header p{color:#34495e;font-size:1.1rem}
.dth-neu-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:3rem}
.dth-neu-card{background:#ecf0f1;padding:2rem;border-radius:20px;box-shadow:8px 8px 16px #d1d9e6,-8px -8px 16px #ffffff;transition:transform 0.3s}
.dth-neu-card:hover{transform:translateY(-5px)}
.dth-neu-card h3{font-family:'Roboto Slab',serif;color:#2c3e50;margin-bottom:0.8rem;font-size:1.3rem}
.dth-neu-card p{color:#555;font-size:0.95rem;line-height:1.6}
.dth-neu-form{max-width:500px;margin:3rem auto;padding:2.5rem;border-radius:20px;background:#ecf0f1;box-shadow:8px 8px 16px #d1d9e6,-8px -8px 16px #ffffff;text-align:center}
.dth-neu-form h2{font-family:'Roboto Slab',serif;color:#2c3e50;margin-bottom:1.5rem;font-size:1.8rem}
.dth-neu-form input{width:100%;padding:1rem;margin-bottom:1rem;border:none;border-radius:12px;background:#ecf0f1;box-shadow:inset 4px 4px 8px #d1d9e6,inset -4px -4px 8px #ffffff;font-size:1rem;color:#2c3e50}
.dth-neu-form button{width:100%;padding:1rem;background:#2c3e50;color:#fff;border:none;border-radius:12px;font-weight:700;cursor:pointer;font-size:1rem;box-shadow:4px 4px 8px #d1d9e6,-4px -4px 8px #ffffff;transition:transform 0.2s}
.dth-neu-form button:hover{transform:scale(1.02)}
.dth-neu-form p{font-size:0.85rem;color:#666;margin-top:1rem}
.dth-disclaimer{background:#fff3cd;padding:1.2rem;border-radius:12px;max-width:700px;margin:2rem auto;font-size:0.85rem;border-left:4px solid #16a085}
.dth-footer{background:#2c3e50;color:#fff;padding:2.5rem 2rem;text-align:center;font-size:0.8rem;margin-top:3rem;border-radius:20px 20px 0 0}
.dth-footer a{color:#16a085;text-decoration:none;margin:0 0.6rem}
