.itopplus-background{}<!DOCTYPE html> <html lang="th"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,initial-scale=1.0"> <title>JJ Tour Clean Mobile Fix</title> <link href="https://fonts.googleapis.com/css2?family=Prompt:wght@300;400;500;600&display=swap" rel="stylesheet"> <style> *{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;overflow-x:hidden}body{font-family: 'Prompt',sans-serif;background:#f8f9fb}.site-header{width:100%;background:#fff;box-shadow:0 2px 10px rgba(0,0,0,0.05)}.container{width:100%;max-width:75%;margin:0 auto}.header-inner{display:flex;justify-content:space-between;align-items:center;height:80px}.box{height:300px;background:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center}@media (max-width:768px){.container{width:100%;max-width:100%;padding:0 10px}.header-inner{flex-direction:row;justify-content:space-between;align-items:center;height:56px;padding:10px 0}h2{font-size:20px;margin:10px 0}.grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.card,.box{width:100%;border-radius:12px;overflow:hidden}section{padding:10px 0}.section-title{margin-bottom:8px}.hero,.slider{margin:0 -10px;border-radius:0}}</style> </head> <body> <header class="site-header"> <div class="container"> <div class="header-inner"> <div>Logo</div> <div>Menu</div> </div> </div> </header> </body> </html>