* {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    background:
        radial-gradient(circle at 12% 8%, rgba(0,229,176,0.16), transparent 28%),
        radial-gradient(circle at 86% 12%, rgba(255,209,102,0.24), transparent 30%),
        linear-gradient(180deg, #FFF8F0 0%, #FFFFFF 42%, #FFF8F0 100%);
    color: #2A1F1A;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    line-height: 1.75;
    overflow-x: hidden;
    padding-bottom: 0;
}
a {
    color: #FF6B35;
    text-decoration: none;
}
a:hover {
    color: #B8336A;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
.site-header {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: rgba(38,20,12,0.94);
    backdrop-filter: blur(12px);
    box-shadow: 0 8px 26px rgba(97,45,16,0.16);
}
.header-inner {
    max-width: 1280px;
    margin: 0 auto;
    min-height: 72px;
    padding: 0 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}
.site-logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #FFF3E8;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: .04em;
    flex: 0 0 auto;
}
.site-logo img {
    max-height: 44px;
    width: auto;
    display: block;
    border-radius: 12px;
}
.nav-core {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}
.nav-core a {
    color: #FFF3E8;
    text-decoration: none;
    border-radius: 999px;
    padding: 8px 12px;
    white-space: nowrap;
    font-size: 15px;
}
.nav-core a:hover,
.nav-core a.active {
    color: #FFFFFF;
    background: rgba(0,229,176,0.16);
}
.header-actions {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
}
.mobile-menu-btn,
.menu-btn,
.drawer-head button {
    border: 1px solid rgba(255,255,255,0.18);
    background: rgba(255,255,255,0.08);
    color: #FFF3E8;
    border-radius: 999px;
    min-height: 40px;
    padding: 8px 14px;
    cursor: pointer;
    font: inherit;
}
.mobile-menu-btn {
    display: none;
}
.main-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    padding: 12px 22px;
    background: linear-gradient(135deg, #FF6B35 0%, #FFB703 48%, #00E5B0 100%);
    color: #FFFFFF;
    border-radius: 999px;
    box-shadow: 0 14px 32px rgba(255,107,53,0.22);
    font-weight: 800;
    letter-spacing: .02em;
}
.main-btn:hover {
    color: #FFFFFF;
    transform: translateY(-1px);
}
.main-btn.small {
    min-height: 40px;
    padding: 9px 16px;
    font-size: 14px;
}
.text-link {
    color: #FF6B35;
    font-weight: 800;
}
.site-main {
    min-height: 70vh;
}
.container,
.section-inner,
.hero-inner {
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
}
.section {
    padding: 76px 0;
}
.section.compact {
    padding: 48px 0;
}
.hero {
    position: relative;
    overflow: hidden;
    padding: 86px 0 76px;
}
.hero::before,
.hero::after {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    filter: blur(2px);
    pointer-events: none;
}
.hero::before {
    right: 8%;
    top: 40px;
    background: rgba(0,229,176,0.18);
}
.hero::after {
    left: 6%;
    bottom: 28px;
    background: rgba(255,107,53,0.16);
}
.hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
    gap: 46px;
    align-items: center;
}
.hero-copy h1 {
    margin: 0 0 12px;
    color: #24130C;
    font-size: clamp(48px, 8vw, 92px);
    line-height: 1;
    letter-spacing: -.06em;
}
.hero-copy h2 {
    margin: 0 0 18px;
    color: #2B1A3F;
    font-size: clamp(24px, 3vw, 42px);
    line-height: 1.18;
}
.hero-copy p {
    margin: 0 0 18px;
    color: #58483F;
    font-size: 17px;
}
.hero-actions,
.action-row {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 24px;
}
.hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}
.hero-points span,
.tag,
.label,
.badge,
.section-kicker {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 7px 12px;
    background: rgba(255,209,102,0.28);
    color: #8B5300;
    font-size: 14px;
    font-weight: 800;
}
.hero-visual {
    position: relative;
}
.hero-visual::before {
    content: "";
    position: absolute;
    inset: 26px -8px -14px 20px;
    border-radius: 34px;
    background: linear-gradient(135deg, rgba(255,107,53,0.20), rgba(0,229,176,0.18));
    z-index: 0;
}
.hero-visual img {
    position: relative;
    z-index: 1;
    width: 100%;
    max-height: 560px;
    object-fit: contain;
    border-radius: 34px;
    border: 1px solid rgba(255,107,53,0.18);
    box-shadow: 0 28px 70px rgba(97,45,16,0.18);
    background: #FFFFFF;
}
.card,
.zone-card,
.info-card,
.review-card,
.faq-item,
.notice-card,
.channel-pill,
.page-hero,
.service-card {
    background: #FFFFFF;
    border: 1px solid rgba(255,107,53,0.18);
    box-shadow: 0 20px 46px rgba(97,45,16,0.14);
    border-radius: 22px;
}
.highlight-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}
.info-card {
    padding: 24px;
}
.info-card h3,
.card h3,
.zone-card h3,
.service-card h3,
.review-card h3,
.faq-item h3 {
    margin: 0 0 10px;
    color: #24130C;
    font-size: 20px;
}
.info-card p,
.card p,
.zone-card p,
.service-card p,
.review-card p,
.faq-item p {
    margin: 0;
    color: #75645A;
}
.section-head {
    max-width: 760px;
    margin: 0 0 30px;
}
.section-head.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.section-title,
h1,
h2,
h3 {
    color: #24130C;
}
.section-title {
    margin: 10px 0 14px;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.15;
}
.section-desc {
    margin: 0;
    color: #75645A;
    font-size: 17px;
}
.channel-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}
.channel-pill {
    padding: 18px;
    box-shadow: 0 14px 30px rgba(97,45,16,0.10);
}
.channel-pill strong {
    display: block;
    color: #24130C;
    margin-bottom: 8px;
}
.channel-pill span {
    display: block;
    color: #75645A;
    font-size: 14px;
    line-height: 1.6;
    min-height: 44px;
}
.channel-pill a {
    display: inline-block;
    margin-top: 10px;
    font-weight: 800;
}
.media-split {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    gap: 28px;
    align-items: center;
}
.media-split.reverse {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
}
.media-split.reverse .media-figure {
    order: 2;
}
.media-copy p {
    color: #75645A;
    margin: 0 0 14px;
}
.media-figure img,
.content-img,
.zone-card img,
.app-section img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 24px;
    background: #FFFFFF;
    border: 1px solid rgba(255,107,53,0.18);
    box-shadow: 0 20px 46px rgba(97,45,16,0.14);
}
.two-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}
.three-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}
.zone-card,
.service-card {
    overflow: hidden;
}
.zone-card img,
.service-card img {
    border-radius: 20px 20px 0 0;
    border: 0;
    box-shadow: none;
    background: #EFFFFA;
}
.zone-body,
.service-body {
    padding: 24px;
}
.service-points,
.check-list {
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 8px;
}
.service-points li,
.check-list li {
    position: relative;
    color: #75645A;
    padding-left: 22px;
}
.service-points li::before,
.check-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .72em;
    width: 8px;
    height: 8px;
    background: #00E5B0;
    border-radius: 50%;
}
.security-panel {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 24px;
    align-items: stretch;
}
.notice-card {
    padding: 28px;
    background: linear-gradient(135deg, #24130C 0%, #2B1A3F 100%);
    color: #FFF3E8;
}
.notice-card h2,
.notice-card h3 {
    color: #FFFFFF;
}
.notice-card p,
.notice-card li {
    color: rgba(255,243,232,0.84);
}
.notice-card .text-link {
    color: #FFD166;
}
.review-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}
.review-card {
    padding: 22px;
}
.review-card strong {
    color: #24130C;
}
.faq-list {
    display: grid;
    gap: 16px;
}
.faq-item {
    padding: 22px;
}
.page-hero {
    margin: 36px auto 0;
    padding: 42px;
    overflow: hidden;
    background:
        radial-gradient(circle at 90% 10%, rgba(0,229,176,0.16), transparent 28%),
        linear-gradient(135deg, #FFFFFF 0%, #FFF1C7 46%, #EFFFFA 100%);
}
.page-hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, .62fr);
    gap: 34px;
    align-items: center;
}
.page-hero h1 {
    margin: 12px 0 12px;
    font-size: clamp(34px, 5vw, 56px);
    line-height: 1.08;
}
.page-hero p {
    margin: 0 0 16px;
    color: #58483F;
    font-size: 17px;
}
.page-hero img {
    width: 100%;
    max-height: 380px;
    object-fit: contain;
    border-radius: 26px;
    background: #FFFFFF;
    border: 1px solid rgba(255,107,53,0.18);
}
.page-content {
    padding: 56px 0 78px;
}
.article-card {
    padding: 30px;
    margin-bottom: 22px;
}
.article-card p {
    margin: 0 0 16px;
    color: #75645A;
}
.article-card p:last-child {
    margin-bottom: 0;
}
.mini-title {
    margin: 0 0 16px;
    font-size: 26px;
}
.drawer-mask {
    position: fixed;
    inset: 0;
    z-index: 10000;
    background: rgba(26,15,10,0.45);
    opacity: 0;
    visibility: hidden;
    transition: .2s ease;
}
.site-drawer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10001;
    width: min(380px, 86vw);
    background: #FFFFFF;
    box-shadow: -20px 0 50px rgba(97,45,16,0.20);
    transform: translateX(100%);
    transition: .25s ease;
    padding: 22px;
    overflow-y: auto;
}
.drawer-open .drawer-mask {
    opacity: 1;
    visibility: visible;
}
.drawer-open .site-drawer {
    transform: translateX(0);
}
.drawer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
}
.drawer-head strong {
    font-size: 28px;
    color: #24130C;
}
.drawer-head button {
    color: #24130C;
    border-color: rgba(255,107,53,0.18);
    background: #FFF8F0;
}
.drawer-links {
    display: grid;
    gap: 10px;
}
.drawer-links a {
    display: flex;
    align-items: center;
    min-height: 46px;
    padding: 10px 14px;
    border-radius: 16px;
    background: #FFF8F0;
    color: #2A1F1A;
    font-weight: 800;
}
.drawer-links a.active,
.drawer-links a:hover {
    background: linear-gradient(135deg, rgba(255,107,53,0.14), rgba(0,229,176,0.14));
    color: #FF6B35;
}
.site-footer {
    background: #1A0F0A;
    color: #FFF3E8;
}
.footer-inner {
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
    padding: 54px 0 32px;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.2fr);
    gap: 40px;
}
.footer-logo {
    color: #FFFFFF;
    font-size: 34px;
    font-weight: 900;
}
.footer-brand p {
    color: rgba(255,243,232,0.72);
    max-width: 520px;
}
.footer-columns {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}
.footer-columns h3 {
    color: #FFFFFF;
    margin: 0 0 10px;
    font-size: 17px;
}
.footer-columns a {
    display: block;
    color: rgba(255,243,232,0.78);
    margin: 8px 0;
}
.footer-bottom {
    border-top: 1px solid rgba(255,243,232,0.12);
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
    padding: 18px 0 26px;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    color: rgba(255,243,232,0.64);
    font-size: 14px;
}
.bottom-tabs {
    display: none;
}
@media (max-width: 1020px) {
    .nav-core {
        display: none;
    }
    .mobile-menu-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    .header-inner {
        min-height: 66px;
    }
    .hero-inner,
    .media-split,
    .media-split.reverse,
    .security-panel,
    .page-hero-inner,
    .footer-inner {
        grid-template-columns: 1fr;
    }
    .media-split.reverse .media-figure {
        order: 0;
    }
    .highlight-strip,
    .channel-grid,
    .review-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .three-grid {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 720px) {
    body {
        padding-bottom: 72px;
    }
    .container,
    .section-inner,
    .hero-inner {
        width: min(100% - 28px, 1200px);
    }
    .site-logo span {
        font-size: 20px;
    }
    .site-logo img {
        max-height: 38px;
    }
    .menu-btn {
        display: none;
    }
    .main-btn.small {
        padding: 8px 12px;
        font-size: 13px;
    }
    .header-inner {
        padding: 0 14px;
        gap: 8px;
    }
    .hero {
        padding: 48px 0 54px;
    }
    .section {
        padding: 52px 0;
    }
    .highlight-strip,
    .channel-grid,
    .two-grid,
    .review-grid {
        grid-template-columns: 1fr;
    }
    .page-hero {
        padding: 28px 20px;
    }
    .article-card,
    .notice-card {
        padding: 22px;
    }
    .footer-columns {
        grid-template-columns: 1fr;
    }
    .footer-bottom {
        display: grid;
    }
    .bottom-tabs {
        position: fixed;
        left: 10px;
        right: 10px;
        bottom: 10px;
        z-index: 9998;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 6px;
        padding: 8px;
        border-radius: 22px;
        background: rgba(38,20,12,0.94);
        box-shadow: 0 14px 32px rgba(97,45,16,0.20);
        backdrop-filter: blur(12px);
    }
    .bottom-tabs a {
        color: #FFF3E8;
        text-align: center;
        border-radius: 16px;
        padding: 8px 4px;
        font-size: 13px;
    }
    .bottom-tabs a:hover {
        background: rgba(0,229,176,0.16);
        color: #FFFFFF;
    }
}
