﻿html, body {
    margin: 0;
    padding: 0;
}
body {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
a {
    text-decoration: none
}
#box {
    margin: 0;
}
#header {
    padding: 13px 0 13px 0;
    border-bottom: #F1F1F1 1px solid;
}
#header #top {
    width: 980px;
    margin: 0 auto;
}
#header #logo {
    width: 400px;
    float: left;
}
#header img {
    vertical-align: middle;
}
#footer {
	margin-top: 100px;
    border-top: #F1F1F1 1px solid;
    padding: 10px;
    color: #999;
    text-align: center;
    font-size: 12px;
}
#header #topdown {
    width: 200px;
    margin: 0 auto;
    float: right;
}
/* Hamburger menu button - hidden on desktop */
.nav-toggle {
    display: none;
    width: 36px;
    height: 36px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 1;
    color: #333;
    padding: 0;
}
.clear {
    clear: both;
}
.mid {
    text-align: center;
}
.centent {
    margin-top: 90px;
    padding: 0;
}
.adown {
    background: linear-gradient(to right, #FF6027, #FF06A0);
    border-radius: 20px;
    color: #fff;
    padding: 10px;
    font-size: 14px;
    display: inline-block;
    width: 174px;
}
.imag img {
    max-width: 1020px;
    box-shadow: 0 0 40px #DDD9F3;
    border: 10px solid #fff;
    border-bottom: 0;
    z-index: 1;
    border-radius: 16px;
}

/* ===== MOBILE ONLY ===== */
@media (max-width: 768px) {
    body { overflow-x: hidden; }
    img { max-width: 100%; height: auto; }
    #box { overflow-x: hidden; }
    #header {
        padding: 8px 12px;
    }
    #header #top {
        width: auto;
        max-width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }
    #header #logo {
        width: auto;
        float: none;
        display: flex;
        align-items: center;
        flex-shrink: 1;
        min-width: 0;
    }
    #header #logo span {
        font-size: 10px !important;
    }
    #header #topdown {
        width: auto !important;
        float: none !important;
        display: none !important;
        position: absolute;
        top: 100%;
        right: 0;
        background: #fff;
        border: 1px solid #eee;
        border-radius: 10px;
        box-shadow: 0 8px 24px rgba(0,0,0,.12);
        flex-direction: column;
        align-items: stretch;
        padding: 12px 16px;
        gap: 8px;
        z-index: 9999;
        min-width: 150px;
    }
    #header #topdown.nav-open {
        display: flex !important;
    }
    #header #topdown a {
        padding: 8px 0 !important;
        font-size: 14px !important;
        border-bottom: 1px solid #f3f3f3;
    }
    #header #topdown a:last-of-type {
        border-bottom: none;
    }
    #header #topdown button {
        margin-top: 4px;
    }
    .nav-toggle {
        display: flex;
    }
    .centent {
        margin-top: 20px;
        padding: 0 12px;
    }
    .imag img {
        max-width: 100%;
        width: 100%;
    }
    #footer {
        margin-top: 40px;
    }
}
@media (max-width: 480px) {
    #header #logo {
        max-width: 60%;
    }
    #header #logo img {
        height: 18px;
        width: auto;
    }
    #header #topdown img {
        height: 28px;
        width: auto;
    }
}



/* Mobile-only overrides - desktop is completely unchanged */
@media (max-width: 768px) {
  .centent h2 { font-size: 22px !important; padding-top: 30px !important; }
  .centent > div > div[style*="font-size:18px"] { font-size: 14px !important; }
  .centent > div img { max-width: 100% !important; }
  .centent > div[style*="background"] { padding: 0 12px !important; }
  .centent > div > div[style*="max-width: 960px"] img { width: 100% !important; }
  .centent > div > div[style*="padding:50px 0 150px"] { padding: 30px 0 60px 0 !important; }
  .centent > div > div[style*="padding:50px 0 50px"] { padding: 20px 0 !important; }
}
@media (max-width: 480px) {
  .centent h2 { font-size: 18px !important; }
  .centent { padding: 0 10px !important; }
}