.elementor-3404 .elementor-element.elementor-element-cbdfc58{--display:flex;}/* Start custom CSS *//* --- 字体优化策略：System Stack + Georgia --- */
/* 这能消除字体加载延迟 (FOIT/FOUT)，让 PageSpeed 分数最大化 */

.mocha-page-container {
    /* 正文：使用系统原生字体 (Apple/Windows/Android 原生)，速度最快，阅读体验最舒适 */
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    
    /* 背景色与容器设置 */
    background: linear-gradient(to bottom right, #d1fae5, #ffffff, #d1fae5);
    color: #0f172a;
    line-height: 1.6;
    width: 100%;
    overflow-x: hidden; 
}

.serif {
    /* 标题：使用 Georgia。它是最经典的“高信任度”衬线体，无需下载，权威感强 */
    font-family: Georgia, "Times New Roman", Times, serif;
    letter-spacing: -0.01em; /* 稍微收紧字间距，显得更精致现代 */
}

/* --- 以下是布局与设计样式 --- */

.mocha-page-container * {
    box-sizing: border-box;
}

.container {
    max-width: 1152px;
    margin: 0 auto;
    padding: 0 1rem;
}

/* 导航栏 */
.mocha-nav {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid #e2e8f0;
    position: sticky;
    top: 0;
    z-index: 50;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    width: 100%;
}

.nav-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 4rem;
}

.logo-area {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.logo-circle {
    width: 2.5rem;
    height: 2.5rem;
    background: linear-gradient(to bottom right, #059669, #16a34a);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    color: white;
    font-weight: bold;
    font-size: 1.25rem;
}

.logo-text {
    font-size: 1.5rem;
    font-weight: bold;
    background: linear-gradient(to right, #059669, #16a34a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.nav-links {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.nav-links a {
    color: #475569;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

.nav-links a:hover {
    color: #0f172a;
}

.mobile-menu-btn {
    display: none;
    padding: 0.5rem;
    background: transparent;
    border: none;
    border-radius: 0.5rem;
    cursor: pointer;
}

.mobile-menu-btn:hover {
    background: #f1f5f9;
}

@media (max-width: 768px) {
    .nav-links {
        display: none;
    }
    .mobile-menu-btn {
        display: block;
    }
}

/* Hero Section */
.hero {
    text-align: center;
    padding: 3rem 0;
}

.hero h1 {
    font-size: clamp(2rem, 5vw, 4.5rem);
    font-weight: bold;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.hero .subtitle {
    font-size: clamp(1.25rem, 3vw, 2rem);
    color: #475569;
    font-weight: 500;
    margin-bottom: 1rem;
}

.hero .date {
    font-size: 1.125rem;
    color: #64748b;
    margin-bottom: 1rem;
}

.hero-image {
    max-width: 100%;
    height: auto;
    border-radius: 1rem;
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
    margin-bottom: 2rem;
}

.callout-box {
    border-left: 4px solid #ef4444;
    background: #fef2f2;
    padding: 1.5rem;
    border-radius: 0 0.5rem 0.5rem 0;
    margin-bottom: 2rem;
    max-width: 56rem;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.callout-box p {
    color: #334155;
    font-size: 1.125rem;
    margin-bottom: 1rem;
}

.callout-box p:last-child {
    margin-bottom: 0;
}

/* Ranking Section */
.ranking-section {
    background: linear-gradient(to bottom right, #1e293b, #334155, #1e3a8a);
    border-radius: 1rem;
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
    overflow: hidden;
    margin-bottom: 4rem;
    padding: 2rem 1.5rem;
}

.ranking-section h2 {
    color: white;
    font-size: 2.25rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2rem;
}

.ranking-section > p {
    color: #cbd5e1;
    text-align: center;
    margin-bottom: 2rem;
    font-size: 1.125rem;
}

/* Winner Card */
.winner-card {
    position: relative;
    background: linear-gradient(to bottom right, rgba(251, 191, 36, 0.3), rgba(234, 179, 8, 0.3), rgba(249, 115, 22, 0.3));
    backdrop-filter: blur(4px);
    border-radius: 1.5rem;
    padding: 1px;
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
    margin-bottom: 1.5rem;
}

.winner-inner {
    background: linear-gradient(to bottom right, rgba(15, 23, 42, 0.9), rgba(30, 41, 59, 0.9));
    border-radius: 1.5rem;
    overflow: hidden;
}

.winner-badge {
    position: absolute;
    top: -1.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    background: linear-gradient(to right, #f59e0b, #eab308, #f59e0b);
    color: #0f172a;
    padding: 0.75rem 2rem;
    border-radius: 9999px;
    font-weight: bold;
    font-size: 1.125rem;
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
    border: 4px solid #fcd34d;
    white-space: nowrap;
}

.winner-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 2rem;
    padding-top: 4rem;
}

@media (min-width: 1024px) {
    .winner-content {
        grid-template-columns: 1fr 1fr;
    }
}

.winner-image-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.winner-image-area img {
    max-width: 28rem;
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 1rem;
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
    margin-bottom: 1.5rem;
    transition: transform 0.3s;
}

.winner-image-area img:hover {
    transform: scale(1.05);
}

.winner-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.5rem;
}

.winner-details h3 {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: bold;
    color: white;
    margin-bottom: 0.75rem;
    line-height: 1.2;
}

.winner-details h3 a {
    color: white;
    text-decoration: none;
    transition: color 0.3s;
}

.winner-details h3 a:hover {
    color: #fcd34d;
}

.rating-stars {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.stars {
    display: flex;
    gap: 0.25rem;
}

.star {
    width: 1.5rem;
    height: 1.5rem;
    fill: #fbbf24;
    color: #fbbf24;
}

.score {
    color: #fcd34d;
    font-weight: bold;
    font-size: 1.25rem;
}

.winner-description {
    color: #c7d2fe;
    line-height: 1.75;
}

.feature-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.badge {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0.5rem;
    padding: 0.5rem 1rem;
}

.badge-title {
    color: white;
    font-weight: 600;
    font-size: 0.875rem;
}

.badge-subtitle {
    color: #c7d2fe;
    font-size: 0.75rem;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    background: linear-gradient(to right, #f59e0b, #f97316);
    color: #0f172a;
    font-weight: bold;
    padding: 1.25rem 2rem;
    border-radius: 0.75rem;
    text-decoration: none;
    transition: all 0.3s;
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
    font-size: 1.125rem;
}

.cta-button:hover {
    background: linear-gradient(to right, #d97706, #ea580c);
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.5);
    transform: scale(1.05);
}

/* Runner-up cards */
.runner-ups {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

@media (min-width: 640px) {
    .runner-ups {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 1024px) {
    .runner-ups {
        grid-template-columns: repeat(4, 1fr);
    }
}

.runner-card {
    backdrop-filter: blur(4px);
    border-radius: 0.75rem;
    padding: 1.5rem;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1);
    transition: all 0.3s;
    background: white; 
}

.runner-card:hover {
    box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1);
}

.runner-card-2 {
    background: linear-gradient(to bottom, rgba(59, 130, 246, 0.15), rgba(79, 70, 229, 0.25));
    border: 1px solid rgba(96, 165, 250, 0.2);
}

.runner-card-3 {
    background: linear-gradient(to bottom, rgba(100, 116, 139, 0.15), rgba(71, 85, 105, 0.25));
    border: 1px solid rgba(148, 163, 184, 0.2);
}

.runner-card-4 {
    background: linear-gradient(to bottom, rgba(168, 85, 247, 0.15), rgba(139, 92, 246, 0.25));
    border: 1px solid rgba(192, 132, 252, 0.2);
}

.runner-card-5 {
    background: linear-gradient(to bottom, rgba(249, 115, 22, 0.15), rgba(220, 38, 38, 0.25));
    border: 1px solid rgba(251, 146, 60, 0.2);
}

.runner-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.rank-badge {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.25rem;
    font-weight: bold;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1);
    flex-shrink: 0;
}

.rank-2 { background: #3b82f6; }
.rank-3 { background: #64748b; }
.rank-4 { background: #a855f7; }
.rank-5 { background: #f97316; }

.runner-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: white;
    line-height: 1.2;
}

.runner-score {
    color: #c7d2fe;
    font-size: 0.875rem;
}

.runner-image {
    width: 100%;
    height: 8rem;
    object-fit: cover;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
}

.runner-label {
    font-size: 0.875rem;
    margin-bottom: 1rem;
}

.label-2 { color: #a5b4fc; }
.label-3 { color: #cbd5e1; }
.label-4 { color: #d8b4fe; }
.label-5 { color: #fed7aa; }

.visit-link {
    color: inherit;
    text-decoration: underline;
    font-size: 0.875rem;
    transition: color 0.3s;
}

.visit-link:hover {
    color: white;
}

/* Content Sections & Buttons */
.content-section {
    background: white;
    border-radius: 1rem;
    box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1);
    border: 1px solid #e2e8f0;
    overflow: hidden;
    margin-bottom: 3rem;
}

.grid-2 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .grid-2 {
        grid-template-columns: 1fr 1fr;
    }
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    border-radius: 9999px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1);
}

.btn:hover {
    box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1);
}

.btn-primary {
    background: linear-gradient(to right, #3b82f6, #4f46e5);
    color: white;
}

.btn-primary:hover {
    background: linear-gradient(to right, #2563eb, #4338ca);
}

/* Mobile footer */
.mobile-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to right, #f59e0b, #f97316);
    box-shadow: 0 -25px 50px -12px rgba(0,0,0,0.25);
    z-index: 50;
    border-top: 4px solid #d97706;
    padding: 0.75rem 1rem;
    display: block;
}

@media (min-width: 768px) {
    .mobile-footer {
        display: none;
    }
}

.mobile-footer a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background: #0f172a;
    color: white;
    font-weight: bold;
    padding: 1rem 1.5rem;
    border-radius: 0.75rem;
    text-decoration: none;
    transition: all 0.3s;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1);
    width: 100%;
}

.mobile-footer a:hover {
    background: #1e293b;
}

/* Utility classes */
.text-center { text-align: center; }
.mb-4 { margin-bottom: 1rem; }
.mb-8 { margin-bottom: 2rem; }
.mb-12 { margin-bottom: 3rem; }
.mt-4 { margin-top: 1rem; }
.mt-8 { margin-top: 2rem; }
.hidden { display: none; }
img { max-width: 100%; height: auto; }

/* Winner Section Specifics */
.winner-section {
    background: white;
    border-radius: 1rem;
    box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1);
    border: 1px solid #e2e8f0;
    overflow: hidden;
    margin-bottom: 4rem;
}

.winner-section-header {
    background: linear-gradient(to right, #3b82f6, #4f46e5, #4f46e5);
    padding: 2rem;
    text-align: center;
}

.winner-section-header h2 {
    color: white;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: bold;
    margin-bottom: 0.75rem;
}

.stat-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin-top: 1.5rem;
}

.stat-badge {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(4px);
    border-radius: 9999px;
    padding: 0.5rem 1.5rem;
}

.stat-badge-label { color: #dbeafe; font-size: 1.125rem; }
.stat-badge-label-bold { color: #dbeafe; font-size: 1.125rem; font-weight: bold; }
.stat-badge-value { color: white; font-size: 1.125rem; }

.info-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-bottom: 3rem;
}

@media (min-width: 768px) {
    .info-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.info-card {
    background: #dbeafe;
    border: 1px solid #93c5fd;
    border-radius: 0.75rem;
    padding: 1.5rem;
    text-align: center;
}

.info-value {
    font-size: 1.875rem;
    font-weight: bold;
    color: #2563eb;
    margin-bottom: 0.5rem;
}

.info-label { font-size: 0.875rem; color: #475569; }
.info-note { font-size: 0.75rem; color: #2563eb; margin-top: 0.25rem; }

.results-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

@media (min-width: 768px) { .results-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .results-grid { grid-template-columns: repeat(5, 1fr); } }

.comparison-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

@media (min-width: 768px) { .comparison-grid { grid-template-columns: 1fr 1fr; } }

.comparison-card { border-radius: 0.75rem; padding: 1.5rem; }
.comparison-card-bad { background: #fef2f2; border: 1px solid #fecaca; }
.comparison-card-good { background: #dbeafe; border: 1px solid #93c5fd; }
.comparison-title { font-size: 1.25rem; font-weight: bold; margin-bottom: 1rem; }
.comparison-title-bad { color: #b91c1c; }
.comparison-title-good { color: #1d4ed8; }
.comparison-list { list-style: none; }
.comparison-list li { margin-bottom: 0.5rem; }
.comparison-list-bad { color: #b91c1c; }
.comparison-list-good { color: #1d4ed8; }

.warning-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

@media (min-width: 768px) { .warning-grid { grid-template-columns: 1fr 1fr; } }

.warning-item { display: flex; align-items: flex-start; gap: 0.75rem; }
.warning-icon { font-size: 1.25rem; flex-shrink: 0; }

.faq-item {
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e2e8f0;
    margin-bottom: 1.5rem;
}

.faq-item:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.faq-question { font-size: 1.125rem; font-weight: bold; margin-bottom: 0.75rem; }
.faq-answer { color: #334155; }

/* Final CTA */
.final-cta {
    background: linear-gradient(to bottom right, #2563eb, #4f46e5, #2563eb);
    border-radius: 1rem;
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
    overflow: hidden;
    margin-bottom: 4rem;
}

.final-cta-header { text-align: center; padding: 3rem 1.5rem; }
.final-cta-header h2 { font-size: clamp(2.5rem, 5vw, 3.75rem); font-weight: bold; color: white; margin-bottom: 1.5rem; }
.final-cta-header p { font-size: 1.25rem; color: #bfdbfe; max-width: 56rem; margin: 0 auto 2rem; }

.final-stats {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

@media (min-width: 768px) { .final-stats { grid-template-columns: repeat(3, 1fr); } }

.final-stat-card {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(4px);
    border-radius: 0.75rem;
    padding: 1.5rem;
}

.final-stat-icon { width: 3rem; height: 3rem; color: #fcd34d; margin: 0 auto 0.75rem; }
.final-stat-title { color: white; font-weight: 600; margin-bottom: 0.25rem; }
.final-stat-value { color: #bfdbfe; font-size: 0.875rem; }

.final-cta-content { background: white; padding: 2rem; text-align: center; }
@media (min-width: 768px) { .final-cta-content { padding: 3rem; } }

.final-image { max-width: 28rem; margin: 0 auto 2rem; }
.final-image img { border-radius: 0.75rem; box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1); transition: opacity 0.3s; }
.final-image img:hover { opacity: 0.95; }

.final-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    background: linear-gradient(to right, #2563eb, #4f46e5);
    color: white;
    font-weight: bold;
    padding: 1.5rem 3rem;
    border-radius: 9999px;
    text-decoration: none;
    transition: all 0.3s;
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
    font-size: 1.25rem;
}

.final-cta-button:hover {
    background: linear-gradient(to right, #1d4ed8, #4338ca);
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.5);
    transform: scale(1.05);
}

.final-note { color: #64748b; font-size: 0.875rem; margin-top: 1.5rem; }
.checkmark { width: 1.5rem; height: 1.5rem; color: #3b82f6; flex-shrink: 0; }/* End custom CSS */