
* {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    background: #FFF8F0;
    color: #2A1F1A;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
    line-height: 1.75;
    overflow-x: hidden;
}
a {
    color: inherit;
}
img {
    max-width: 100%;
    height: auto;
}
.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 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}
.site-logo,
.footer-logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #FFF3E8;
    font-weight: 800;
    letter-spacing: 0.03em;
    white-space: nowrap;
}
.site-logo img,
.footer-logo img {
    max-height: 44px;
    display: block;
}
.nav-core {
    display: flex;
    align-items: center;
    gap: 14px;
}
.nav-core a {
    color: #FFF3E8;
    text-decoration: none;
    border-radius: 999px;
    padding: 8px 13px;
    font-size: 15px;
    transition: all .2s ease;
    white-space: nowrap;
}
.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: 12px;
}
.main-btn,
.ghost-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 22px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    transition: transform .2s ease, box-shadow .2s ease;
}
.main-btn {
    background: linear-gradient(135deg, #FF6B35 0%, #FFB703 48%, #00E5B0 100%);
    color: #FFFFFF;
    box-shadow: 0 14px 32px rgba(255,107,53,0.22);
}
.main-btn.small {
    min-height: 40px;
    padding: 0 18px;
}
.ghost-btn {
    color: #FF6B35;
    background: #FFFFFF;
    border: 1px solid rgba(255,107,53,0.22);
}
.main-btn:hover,
.ghost-btn:hover {
    transform: translateY(-2px);
}
.menu-toggle {
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 999px;
    background: rgba(255,255,255,0.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}
.menu-toggle span {
    width: 18px;
    height: 2px;
    border-radius: 2px;
    background: #FFF3E8;
}
.left-toggle {
    display: none;
}
.drawer-mask {
    position: fixed;
    inset: 0;
    background: rgba(26,15,10,0.52);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: all .25s ease;
}
.site-drawer {
    position: fixed;
    top: 0;
    right: 0;
    width: min(360px, 86vw);
    height: 100vh;
    background: #FFF8F0;
    z-index: 10001;
    transform: translateX(105%);
    transition: transform .25s ease;
    padding: 24px;
    box-shadow: -24px 0 60px rgba(36,19,12,0.22);
    overflow-y: auto;
}
.drawer-open .drawer-mask {
    opacity: 1;
    visibility: visible;
}
.drawer-open .site-drawer {
    transform: translateX(0);
}
.drawer-open {
    overflow: hidden;
}
.drawer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 22px;
}
.drawer-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 800;
    color: #24130C;
}
.drawer-brand img {
    max-height: 38px;
}
.drawer-close {
    border: 0;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: #FFF1C7;
    color: #24130C;
    font-size: 28px;
    cursor: pointer;
}
.drawer-links {
    display: grid;
    gap: 10px;
}
.drawer-links a {
    text-decoration: none;
    background: #FFFFFF;
    border: 1px solid rgba(255,107,53,0.18);
    border-radius: 16px;
    padding: 13px 16px;
    color: #2A1F1A;
}
.drawer-links a.active {
    background: #EFFFFA;
    color: #FF6B35;
}
.site-main {
    min-height: 70vh;
}
.container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}
.hero {
    position: relative;
    overflow: hidden;
    padding: 86px 0 64px;
    background:
        radial-gradient(circle at 12% 15%, rgba(0,229,176,0.22), transparent 26%),
        radial-gradient(circle at 82% 18%, rgba(255,209,102,0.26), transparent 24%),
        linear-gradient(135deg, #FFF8F0 0%, #EFFFFA 46%, #FFF1C7 100%);
}
.hero:after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    right: -80px;
    bottom: -100px;
    background: rgba(255,107,53,0.12);
    border-radius: 50%;
}
.hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    align-items: center;
    gap: 52px;
}
.hero h1 {
    margin: 0 0 12px;
    color: #24130C;
    font-size: clamp(48px, 8vw, 86px);
    line-height: 1;
    letter-spacing: -0.04em;
}
.hero h2 {
    margin: 0 0 20px;
    color: #2B1A3F;
    font-size: clamp(26px, 4vw, 42px);
    line-height: 1.2;
}
.hero p {
    margin: 0 0 24px;
    color: #2A1F1A;
    font-size: 17px;
}
.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 20px;
}
.hero-points,
.inline-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}
.hero-points li,
.inline-tags span {
    background: rgba(255,255,255,0.82);
    border: 1px solid rgba(255,107,53,0.16);
    border-radius: 999px;
    padding: 8px 14px;
    color: #75645A;
    font-size: 14px;
}
.hero-visual {
    position: relative;
}
.hero-visual img,
.content-img,
.zone-card img,
.app-section img,
.page-hero-img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}
.hero-visual img {
    border-radius: 32px;
    box-shadow: 0 28px 72px rgba(97,45,16,0.22);
    background: #FFFFFF;
}
.float-card {
    position: absolute;
    left: -28px;
    bottom: 28px;
    width: min(260px, 75%);
    background: rgba(255,255,255,0.92);
    border: 1px solid rgba(255,107,53,0.18);
    box-shadow: 0 18px 42px rgba(97,45,16,0.14);
    border-radius: 22px;
    padding: 16px;
}
.float-card strong {
    display: block;
    color: #FF6B35;
    margin-bottom: 5px;
}
.section {
    padding: 72px 0;
}
.section.alt {
    background: #EFFFFA;
}
.section.soft {
    background: linear-gradient(135deg, rgba(255,241,199,0.62), rgba(239,255,250,0.78));
}
.section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 28px;
}
.section-kicker,
.badge,
.tag,
.label {
    color: #B8336A;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: .05em;
}
.section-title,
h1,
h2,
h3 {
    color: #24130C;
}
.section-title {
    margin: 6px 0 0;
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.25;
}
.section-head p {
    max-width: 500px;
    color: #75645A;
    margin: 0;
}
.card,
.zone-card,
.info-card,
.review-card,
.faq-item,
.notice-card,
.channel-pill {
    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;
}
.grid-4,
.grid-3,
.grid-2,
.review-grid,
.faq-grid,
.channel-grid {
    display: grid;
    gap: 22px;
}
.grid-4 {
    grid-template-columns: repeat(4, 1fr);
}
.grid-3 {
    grid-template-columns: repeat(3, 1fr);
}
.grid-2 {
    grid-template-columns: repeat(2, 1fr);
}
.card,
.info-card,
.review-card,
.faq-item,
.notice-card,
.channel-pill {
    padding: 24px;
}
.card h3,
.info-card h3,
.zone-card h3,
.review-card h3,
.faq-item h3,
.notice-card h3 {
    margin: 0 0 10px;
}
.card p,
.info-card p,
.zone-card p,
.review-card p,
.faq-item p,
.notice-card p,
.channel-pill p {
    color: #75645A;
    margin: 0;
}
.text-link {
    display: inline-block;
    margin-top: 12px;
    color: #FF6B35;
    font-weight: 700;
    text-decoration: none;
}
.text-link:hover {
    text-decoration: underline;
}
.channel-grid {
    grid-template-columns: repeat(5, 1fr);
}
.channel-pill {
    border-radius: 28px;
    box-shadow: none;
}
.channel-pill a {
    display: inline-block;
    margin-top: 8px;
    color: #FF6B35;
    text-decoration: none;
    font-weight: 700;
}
.split-section,
.media-row {
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    align-items: center;
    gap: 40px;
}
.media-row.reverse {
    grid-template-columns: 1.05fr .95fr;
}
.media-text p,
.page-copy p {
    color: #75645A;
    margin: 0 0 16px;
}
.content-img,
.page-hero-img {
    border-radius: 26px;
    background: #FFFFFF;
    box-shadow: 0 20px 46px rgba(97,45,16,0.14);
    border: 1px solid rgba(255,107,53,0.18);
}
.zone-card {
    overflow: hidden;
}
.zone-card img {
    width: 100%;
    background: #EFFFFA;
}
.zone-card-body {
    padding: 24px;
}
.service-list {
    list-style: none;
    padding: 0;
    margin: 16px 0 0;
    display: grid;
    gap: 10px;
}
.service-list li {
    position: relative;
    padding-left: 24px;
    color: #75645A;
}
.service-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #00E5B0;
    box-shadow: 0 0 0 4px rgba(0,229,176,0.14);
}
.security-box {
    background: #24130C;
    color: #FFF3E8;
    border-radius: 30px;
    padding: 34px;
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    gap: 28px;
    align-items: center;
}
.security-box h2,
.security-box h3 {
    color: #FFFFFF;
}
.security-box p,
.security-box li {
    color: rgba(255,243,232,0.78);
}
.security-box img {
    border-radius: 22px;
    background: #FFFFFF;
}
.reviews {
    grid-template-columns: repeat(3, 1fr);
}
.review-card strong {
    display: block;
    margin-bottom: 8px;
    color: #FF6B35;
}
.faq-grid {
    grid-template-columns: repeat(2, 1fr);
}
.page-hero {
    padding: 70px 0 48px;
    background:
        radial-gradient(circle at 18% 20%, rgba(0,229,176,0.18), transparent 24%),
        radial-gradient(circle at 86% 6%, rgba(255,209,102,0.28), transparent 28%),
        linear-gradient(135deg, #FFF8F0 0%, #EFFFFA 100%);
}
.page-hero-inner {
    display: grid;
    grid-template-columns: 1fr .78fr;
    gap: 42px;
    align-items: center;
}
.page-hero h1 {
    font-size: clamp(34px, 5vw, 56px);
    line-height: 1.12;
    margin: 10px 0 18px;
}
.page-hero p {
    color: #75645A;
    font-size: 17px;
    margin: 0 0 22px;
}
.breadcrumb {
    display: inline-flex;
    color: #B8336A;
    font-weight: 800;
}
.content-panel {
    padding: 34px;
    border-radius: 28px;
    background: #FFFFFF;
    border: 1px solid rgba(255,107,53,0.18);
    box-shadow: 0 20px 46px rgba(97,45,16,0.14);
}
.content-panel h2 {
    margin-top: 0;
}
.notice-card {
    background: #FFF1C7;
}
.wide-cta {
    border-radius: 30px;
    padding: 34px;
    background:
        radial-gradient(circle at 20% 0%, rgba(0,229,176,0.18), transparent 24%),
        linear-gradient(135deg, #24130C, #2B1A3F);
    color: #FFF3E8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
}
.wide-cta h2 {
    color: #FFFFFF;
    margin: 0 0 8px;
}
.wide-cta p {
    color: rgba(255,243,232,0.78);
    margin: 0;
}
.site-footer {
    background: #1A0F0A;
    color: #FFF3E8;
}
.footer-inner {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 58px 0 34px;
    display: grid;
    grid-template-columns: 1.5fr repeat(3, 1fr);
    gap: 28px;
}
.footer-brand p {
    color: rgba(255,243,232,0.72);
    margin: 16px 0 0;
}
.footer-col {
    display: grid;
    gap: 8px;
}
.footer-col h3 {
    color: #FFFFFF;
    margin: 0 0 8px;
}
.footer-col a {
    color: rgba(255,243,232,0.76);
    text-decoration: none;
}
.footer-col a:hover {
    color: #00E5B0;
}
.footer-note {
    border-top: 1px solid rgba(255,243,232,0.12);
    text-align: center;
    padding: 18px 20px 24px;
    color: rgba(255,243,232,0.66);
}
.mobile-quick {
    display: none;
}
@media (max-width: 1080px) {
    .nav-core {
        display: none;
    }
    .left-toggle {
        display: inline-flex;
    }
    .hero-inner,
    .page-hero-inner,
    .split-section,
    .media-row,
    .media-row.reverse,
    .security-box {
        grid-template-columns: 1fr;
    }
    .grid-4,
    .channel-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .reviews,
    .grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 680px) {
    body {
        padding-bottom: 76px;
    }
    .header-inner {
        min-height: 64px;
        padding: 0 14px;
    }
    .site-logo strong {
        display: none;
    }
    .site-logo img {
        max-height: 36px;
    }
    .more-toggle {
        display: none;
    }
    .main-btn.small {
        min-height: 36px;
        padding: 0 13px;
        font-size: 13px;
    }
    .container {
        width: min(100% - 28px, 1180px);
    }
    .hero,
    .page-hero {
        padding: 48px 0 38px;
    }
    .section {
        padding: 48px 0;
    }
    .section-head,
    .wide-cta {
        display: block;
    }
    .section-head p {
        margin-top: 12px;
    }
    .grid-4,
    .grid-3,
    .grid-2,
    .reviews,
    .faq-grid,
    .channel-grid {
        grid-template-columns: 1fr;
    }
    .float-card {
        position: relative;
        left: auto;
        bottom: auto;
        width: 100%;
        margin-top: 14px;
    }
    .security-box,
    .content-panel,
    .wide-cta {
        padding: 24px;
        border-radius: 24px;
    }
    .footer-inner {
        grid-template-columns: 1fr;
    }
    .mobile-quick {
        position: fixed;
        left: 12px;
        right: 12px;
        bottom: 10px;
        z-index: 9998;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        background: rgba(38,20,12,0.94);
        backdrop-filter: blur(10px);
        border-radius: 22px;
        padding: 8px;
        box-shadow: 0 18px 42px rgba(36,19,12,0.22);
    }
    .mobile-quick a {
        text-align: center;
        color: #FFF3E8;
        text-decoration: none;
        font-size: 13px;
        padding: 8px 0;
        border-radius: 16px;
    }
    .mobile-quick a:hover {
        background: rgba(0,229,176,0.16);
    }
}
