*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;color:#333;background-color:#f5f5f5}.layout{min-height:100vh;display:flex;flex-direction:column}.nav{background-color:#1a1a1a;color:#fff;padding:1rem 0;box-shadow:0 2px 4px #0000001a}.nav-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{font-size:1.5rem;font-weight:700;color:#fff;text-decoration:none}.nav-links{display:flex;gap:2rem}.nav-links a{color:#fff;text-decoration:none;transition:color .3s}.nav-links a:hover{color:#4a9eff}.main-content{flex:1;max-width:1200px;margin:0 auto;padding:2rem;width:100%}.footer{background-color:#1a1a1a;color:#fff;text-align:center;padding:2rem;margin-top:4rem}.page-title{font-size:2.5rem;margin-bottom:1rem;color:#1a1a1a}.page-description{font-size:1.2rem;color:#666;margin-bottom:2rem}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin-top:2rem}.card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:transform .3s,box-shadow .3s}.card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000026}.card img{width:100%;height:200px;object-fit:cover}.card-content{padding:1.5rem}.card-title{font-size:1.5rem;margin-bottom:.5rem;color:#1a1a1a}.card-description{color:#666;margin-bottom:1rem}.button{display:inline-block;background-color:#4a9eff;color:#fff;padding:.75rem 1.5rem;text-decoration:none;border-radius:4px;transition:background-color .3s;border:none;cursor:pointer;font-size:1rem}.button:hover{background-color:#3a8eef}.button-secondary{background-color:#ff9500}.button-secondary:hover{background-color:#e08500}.cta-container{display:flex;gap:1rem;margin-top:1rem}.detail-header{margin-bottom:2rem}.detail-content{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #0000001a}.detail-image{width:100%;max-width:500px;height:auto;border-radius:8px;margin-bottom:2rem}.section{margin-bottom:2rem}.section h2{font-size:1.8rem;margin-bottom:1rem;color:#1a1a1a}.section p{color:#444;line-height:1.8}.tag-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.tag{background-color:#e9ecef;padding:.25rem .75rem;border-radius:4px;font-size:.9rem;color:#495057}.link{color:#4a9eff;text-decoration:none}.link:hover{text-decoration:underline}
