* {
    box-sizing: border-box;
}
html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
body {
    background: #F7F3EC;
    color: #3E4148;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    line-height: 1.75;
}
img {
    max-width: 100%;
    height: auto;
}
a {
    color: inherit;
}
.site-header {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: rgba(255,255,255,0.94);
    backdrop-filter: blur(12px);
    box-shadow: 0 8px 24px rgba(185,139,93,0.12);
}
.header-inner {
    max-width: 1280px;
    margin: 0 auto;
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 0 22px;
    overflow: visible;
}
.brand-logo,
.mobile-logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}
.brand-logo img {
    display: block;
    width: 152px;
    max-height: 48px;
    object-fit: contain;
}
.mobile-logo img {
    display: block;
    width: 138px;
    max-height: 44px;
    object-fit: contain;
}
.nav-core {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex: 1 1 auto;
    min-width: 0;
    flex-wrap: nowrap;
}
.nav-core a,
.drawer-nav a,
.more-dropdown a {
    text-decoration: none;
    white-space: nowrap;
}
.nav-core a {
    color: #3E4148;
    font-size: 15px;
    padding: 9px 11px;
    border-radius: 999px;
    transition: color .2s ease, background .2s ease;
}
.nav-core a:hover,
.nav-core a.active,
.more-dropdown a.active,
.drawer-nav a.active {
    color: #B98B5D;
    background: #FAF6EF;
}
.header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}
.app-entry {
    color: #B98B5D;
    text-decoration: none;
    white-space: nowrap;
    font-weight: 600;
    font-size: 14px;
}
.main-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 22px;
    border-radius: 999px;
    background: linear-gradient(135deg, #E8C89A 0%, #D6A96F 55%, #B98B5D 100%);
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 700;
    box-shadow: 0 10px 22px rgba(185,139,93,0.24);
    white-space: nowrap;
    transition: transform .2s ease, box-shadow .2s ease;
}
.main-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(185,139,93,0.28);
}
.more-menu {
    position: relative;
    flex-shrink: 0;
}
.menu-button,
.mobile-menu-btn,
.drawer-head button,
.slider-arrow {
    border: 0;
    cursor: pointer;
    font-family: inherit;
}
.menu-button {
    min-height: 40px;
    padding: 0 16px;
    border-radius: 999px;
    color: #3E4148;
    background: #FAF6EF;
    border: 1px solid rgba(185,139,93,0.18);
    font-weight: 700;
}
.more-dropdown {
    position: absolute;
    right: 0;
    top: calc(100% + 12px);
    min-width: 220px;
    background: #FFFFFF;
    border: 1px solid rgba(185,139,93,0.18);
    box-shadow: 0 18px 42px rgba(185,139,93,0.18);
    z-index: 10000;
    border-radius: 18px;
    padding: 10px;
    display: none;
}
.more-menu:hover .more-dropdown,
.more-dropdown.show {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4px;
}
.more-dropdown a {
    color: #3E4148;
    padding: 10px 12px;
    border-radius: 12px;
    font-size: 14px;
}
.mobile-top {
    display: none;
}
.drawer-mask {
    display: none;
}
.mobile-drawer {
    display: none;
}
.page-main {
    min-height: 58vh;
}
.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 22px;
}
.section {
    margin: 34px auto;
}
.panel {
    background: #FFFFFF;
    border: 1px solid rgba(185,139,93,0.18);
    box-shadow: 0 14px 36px rgba(185,139,93,0.12);
    border-radius: 24px;
    padding: 32px;
}
.hero-panel {
    margin-top: 26px;
    background: linear-gradient(135deg, #FFFFFF 0%, #FAF6EF 65%, #EEF7FF 100%);
}
.breadcrumb {
    color: #B98B5D;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}
h1,
h2,
h3,
.section-title {
    color: #3A332C;
    line-height: 1.35;
}
h1 {
    margin: 0 0 14px;
    font-size: clamp(30px, 5vw, 52px);
    letter-spacing: -1px;
}
h2 {
    margin: 0 0 18px;
    font-size: clamp(24px, 3vw, 34px);
}
h3 {
    margin: 0 0 10px;
    font-size: 20px;
}
p {
    margin: 0 0 14px;
}
.lead {
    color: #747A84;
    font-size: 18px;
    max-width: 840px;
}
.muted {
    color: #747A84;
}
.text-link {
    color: #B98B5D;
    text-decoration: none;
    font-weight: 700;
}
.text-link:hover {
    text-decoration: underline;
}
.banner-slider {
    max-width: 1280px;
    margin: 24px auto 30px;
    border-radius: 18px;
    background: #FFFFFF;
    box-shadow: 0 14px 36px rgba(185,139,93,0.14);
    overflow: hidden;
    position: relative;
    z-index: 1;
    border: 1px solid rgba(185,139,93,0.18);
}
.slide {
    display: none;
}
.slide.active {
    display: block;
}
.banner-slider img {
    width: 100%;
    height: clamp(220px, 41vw, 520px);
    object-fit: contain;
    background: #F7F3EC;
    display: block;
}
.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: rgba(255,255,255,0.88);
    color: #B98B5D;
    font-size: 28px;
    display: grid;
    place-items: center;
    box-shadow: 0 8px 22px rgba(185,139,93,0.18);
}
.slider-prev {
    left: 18px;
}
.slider-next {
    right: 18px;
}
.slider-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 14px;
    display: flex;
    justify-content: center;
    gap: 9px;
}
.slider-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    border: 0;
    cursor: pointer;
    background: rgba(255,255,255,0.86);
    box-shadow: 0 0 0 1px rgba(185,139,93,0.24);
}
.slider-dot.active {
    width: 28px;
    background: #D6B48A;
}
.notice-bar {
    display: flex;
    gap: 14px;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid rgba(185,139,93,0.18);
    border-radius: 18px;
    padding: 14px 18px;
    box-shadow: 0 10px 28px rgba(185,139,93,0.1);
}
.notice-label {
    color: #FFFFFF;
    background: #B98B5D;
    border-radius: 999px;
    padding: 3px 12px;
    font-size: 13px;
    white-space: nowrap;
}
.split {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
    gap: 28px;
    align-items: center;
}
.split.reverse {
    grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr);
}
.image-frame {
    background: #FAF6EF;
    border: 1px solid rgba(185,139,93,0.18);
    border-radius: 22px;
    padding: 14px;
    overflow: hidden;
}
.image-frame img {
    width: 100%;
    max-height: 360px;
    object-fit: contain;
    display: block;
    border-radius: 16px;
}
.grid {
    display: grid;
    gap: 20px;
}
.grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.card,
.zone-card,
.info-card,
.review-card,
.faq-card {
    background: #FFFFFF;
    border: 1px solid rgba(185,139,93,0.18);
    box-shadow: 0 14px 36px rgba(185,139,93,0.12);
    border-radius: 22px;
    padding: 22px;
}
.card p,
.zone-card p,
.info-card p,
.review-card p,
.faq-card p {
    color: #747A84;
}
.zone-card img,
.app-section img,
.content-img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}
.zone-card img {
    width: 100%;
    max-height: 220px;
    border-radius: 16px;
    background: #FAF6EF;
    margin-bottom: 16px;
}
.tiny-title {
    color: #B98B5D;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 6px;
}
.list-clean {
    margin: 0;
    padding: 0;
    list-style: none;
}
.list-clean li {
    padding: 12px 0;
    border-bottom: 1px solid rgba(185,139,93,0.14);
}
.list-clean li:last-child {
    border-bottom: 0;
}
.steps {
    counter-reset: step;
    margin: 0;
    padding: 0;
    list-style: none;
}
.steps li {
    counter-increment: step;
    position: relative;
    padding: 16px 16px 16px 58px;
    margin-bottom: 12px;
    background: #FAF6EF;
    border-radius: 18px;
    border: 1px solid rgba(185,139,93,0.12);
}
.steps li:before {
    content: counter(step);
    position: absolute;
    left: 16px;
    top: 16px;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    color: #FFFFFF;
    background: #B98B5D;
    font-weight: 800;
}
.app-section {
    background: linear-gradient(135deg, #FFFFFF 0%, #FAF6EF 58%, #EEF7FF 100%);
}
.review-card strong {
    color: #3A332C;
    display: block;
    margin-bottom: 8px;
}
.compliance {
    background: #2F2B27;
    color: #F7F3EC;
    border: 0;
}
.compliance h2,
.compliance h3 {
    color: #FFFFFF;
}
.compliance p,
.compliance li {
    color: #F7F3EC;
}
.faq-card h3 {
    color: #B98B5D;
}
.site-footer {
    background: #2F2B27;
    color: #F7F3EC;
    margin-top: 48px;
}
.footer-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 46px 22px 28px;
    display: grid;
    grid-template-columns: 1.5fr .7fr .7fr 1.1fr;
    gap: 28px;
}
.footer-brand img {
    width: 148px;
    max-height: 48px;
    object-fit: contain;
    display: block;
    margin-bottom: 16px;
}
.footer-brand p,
.footer-notice p,
.footer-bottom {
    color: rgba(247,243,236,0.78);
}
.footer-links h3,
.footer-notice h3 {
    color: #FFFFFF;
    font-size: 18px;
}
.footer-links a {
    display: block;
    color: rgba(247,243,236,0.82);
    text-decoration: none;
    margin: 8px 0;
}
.footer-links a:hover {
    color: #E8C89A;
}
.footer-bottom {
    max-width: 1280px;
    margin: 0 auto;
    padding: 18px 22px 26px;
    border-top: 1px solid rgba(247,243,236,0.14);
    display: flex;
    justify-content: space-between;
    gap: 12px;
}
@media (max-width: 1120px) {
    .nav-core {
        gap: 4px;
    }
    .nav-core a {
        padding: 8px 8px;
        font-size: 14px;
    }
    .brand-logo img {
        width: 132px;
    }
}
@media (max-width: 1024px) {
    .header-inner {
        display: none;
    }
    .mobile-top {
        min-height: 66px;
        padding: 0 16px;
        display: grid;
        grid-template-columns: 48px 1fr auto;
        align-items: center;
        gap: 10px;
    }
    .mobile-logo {
        justify-content: center;
    }
    .mobile-menu-btn {
        width: 42px;
        height: 42px;
        border-radius: 999px;
        background: #FAF6EF;
        color: #B98B5D;
        border: 1px solid rgba(185,139,93,0.18);
        font-size: 22px;
        display: grid;
        place-items: center;
    }
    .header-register {
        min-height: 38px;
        padding: 0 18px;
    }
    .drawer-mask {
        position: fixed;
        inset: 0;
        background: rgba(47,43,39,0.48);
        z-index: 10001;
    }
    .drawer-mask.show {
        display: block;
    }
    .mobile-drawer {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: min(84vw, 340px);
        height: 100vh;
        background: #FFFFFF;
        z-index: 10002;
        transform: translateX(-104%);
        transition: transform .25s ease;
        box-shadow: 18px 0 42px rgba(47,43,39,0.18);
        overflow-y: auto;
        padding-bottom: 24px;
    }
    .mobile-drawer.open {
        transform: translateX(0);
    }
    .drawer-open {
        overflow: hidden;
    }
    .drawer-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 18px;
        border-bottom: 1px solid rgba(185,139,93,0.14);
    }
    .drawer-head img {
        width: 136px;
        max-height: 44px;
        object-fit: contain;
        display: block;
    }
    .drawer-head button {
        width: 38px;
        height: 38px;
        border-radius: 999px;
        background: #FAF6EF;
        color: #B98B5D;
        font-size: 24px;
    }
    .drawer-nav {
        display: grid;
        gap: 6px;
        padding: 14px;
    }
    .drawer-nav a {
        color: #3E4148;
        padding: 12px 14px;
        border-radius: 14px;
        font-weight: 700;
    }
    .split,
    .split.reverse,
    .footer-inner {
        grid-template-columns: 1fr;
    }
    .grid-4,
    .grid-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 680px) {
    .container {
        padding: 0 16px;
    }
    .banner-slider {
        margin: 16px 12px 22px;
        border-radius: 14px;
    }
    .banner-slider img {
        height: clamp(180px, 62vw, 320px);
    }
    .slider-arrow {
        width: 36px;
        height: 36px;
        font-size: 24px;
    }
    .slider-prev {
        left: 10px;
    }
    .slider-next {
        right: 10px;
    }
    .panel {
        padding: 22px;
        border-radius: 20px;
    }
    .grid-4,
    .grid-3,
    .grid-2 {
        grid-template-columns: 1fr;
    }
    .notice-bar {
        align-items: flex-start;
        flex-direction: column;
    }
    .footer-bottom {
        flex-direction: column;
    }
    .mobile-logo img {
        width: 122px;
    }
    .main-btn {
        padding: 0 16px;
    }
}
