/* ============================================
   EVO 真人 · 暖阳澄澈 · 获奖级设计系统
   风格：暖米白基底 + 珊瑚橙红主色 + 清澈蓝辅色 + 暖金点缀
   ============================================ */

/* 基础重置 */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'PingFang SC', 'Microsoft YaHei', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    overflow-x: hidden;
    background: #FEF8F2;
    color: #2D2D2D;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

/* ========== 滚动条 ========== */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #F5EDE4;
}
::-webkit-scrollbar-thumb {
    background: #E8826C;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
    background: #D46A55;
}

/* ========== 选中样式 ========== */
::selection {
    background: #E8826C;
    color: #fff;
}

/* ========== 核心布局 ========== */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.section {
    padding: 100px 0;
    position: relative;
}

.section:nth-child(even) {
    background: #FBF5EF;
}

/* ========== 装饰性背景纹理 (独特元素) ========== */
.section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(circle at 20% 50%, rgba(232, 130, 108, 0.03) 0%, transparent 50%),
                      radial-gradient(circle at 80% 50%, rgba(43, 158, 179, 0.03) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}

.section > * {
    position: relative;
    z-index: 1;
}

/* ========== 导航 ========== */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(254, 248, 242, 0.82);
    backdrop-filter: blur(18px) saturate(1.2);
    -webkit-backdrop-filter: blur(18px) saturate(1.2);
    border-bottom: 1px solid rgba(232, 130, 108, 0.12);
    transition: 0.3s ease;
}

.site-header:hover {
    background: rgba(254, 248, 242, 0.94);
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 72px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 800;
    font-size: 1.35rem;
    text-decoration: none;
    color: #2D2D2D;
    letter-spacing: -0.3px;
    transition: 0.2s;
}

.logo:hover {
    opacity: 0.85;
}

.logo-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    background: linear-gradient(135deg, #E8826C 0%, #D46A55 100%);
    color: #fff;
    box-shadow: 0 4px 12px rgba(232, 130, 108, 0.25);
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 28px;
    list-style: none;
}

.main-nav a {
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    color: #4A4A4A;
    transition: 0.25s ease;
    position: relative;
    padding: 4px 0;
    letter-spacing: 0.3px;
}

.main-nav a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: #E8826C;
    border-radius: 2px;
    transition: 0.3s ease;
}

.main-nav a:hover {
    color: #E8826C;
}

.main-nav a:hover::after {
    width: 100%;
}

.main-nav a.nav-cta {
    padding: 10px 24px;
    border-radius: 50px;
    color: #fff !important;
    font-weight: 600;
    background: linear-gradient(135deg, #E8826C 0%, #D46A55 100%);
    box-shadow: 0 4px 14px rgba(232, 130, 108, 0.28);
    transition: 0.3s ease;
    letter-spacing: 0.5px;
}

.main-nav a.nav-cta::after {
    display: none;
}

.main-nav a.nav-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(232, 130, 108, 0.35);
}

.menu-toggle {
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    border: none;
    background: linear-gradient(135deg, #E8826C 0%, #D46A55 100%);
    color: #fff;
    font-size: 1.3rem;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 3px 10px rgba(232, 130, 108, 0.2);
}

/* ========== 首页Hero ========== */
.hero {
    min-height: 88vh;
    display: flex;
    align-items: center;
    background: linear-gradient(165deg, #FEF8F2 0%, #FBF0E8 40%, #FEF8F2 100%);
    padding-top: 72px;
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: -30%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(232, 130, 108, 0.07) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.hero::after {
    content: '';
    position: absolute;
    bottom: -20%;
    left: -5%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(43, 158, 179, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.hero .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.hero-content {
    max-width: 620px;
}

.hero-eyebrow {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 3px;
    padding: 6px 18px;
    border-radius: 50px;
    margin-bottom: 20px;
    background: rgba(232, 130, 108, 0.1);
    color: #D46A55;
    text-transform: uppercase;
}

.hero h1 {
    font-size: 3.2rem;
    line-height: 1.1;
    margin-bottom: 18px;
    font-weight: 800;
    letter-spacing: -1px;
    color: #1E1E1E;
}

.hero h1 .text-accent {
    background: linear-gradient(135deg, #E8826C, #D46A55);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero p {
    font-size: 1.1rem;
    color: #6B6B6B;
    max-width: 520px;
    margin-bottom: 32px;
    line-height: 1.7;
}

.hero-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.hero-image {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(232, 130, 108, 0.12), 0 8px 24px rgba(0, 0, 0, 0.04);
    background: linear-gradient(135deg, #F5EDE4 0%, #FEF8F2 100%);
    aspect-ratio: 4/3;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.hero-image::after {
    content: '🎮';
    font-size: 5rem;
    opacity: 0.15;
    position: absolute;
    bottom: 10%;
    right: 10%;
}

.hero-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* ========== 按钮 ========== */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    border: none;
    text-decoration: none;
    transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    letter-spacing: 0.3px;
}

.btn-primary {
    color: #fff;
    background: linear-gradient(135deg, #E8826C 0%, #D46A55 100%);
    box-shadow: 0 4px 16px rgba(232, 130, 108, 0.25);
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 28px rgba(232, 130, 108, 0.35);
}

.btn-outline {
    background: transparent;
    border: 2px solid #E8826C;
    color: #E8826C;
}

.btn-outline:hover {
    background: rgba(232, 130, 108, 0.06);
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(232, 130, 108, 0.12);
}

/* ========== 标签/标题 ========== */
.section-label {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 14px;
    color: #D46A55;
    text-transform: uppercase;
    padding: 4px 14px;
    border-radius: 50px;
    background: rgba(232, 130, 108, 0.08);
}

.section-title {
    font-size: 2.4rem;
    font-weight: 800;
    margin-bottom: 16px;
    letter-spacing: -0.5px;
    color: #1E1E1E;
    line-height: 1.2;
}

.section-desc {
    max-width: 580px;
    color: #7A7A7A;
    margin-bottom: 48px;
    font-size: 1.05rem;
    line-height: 1.7;
}

/* ========== 卡片网格 ========== */
.cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 28px;
}

.category-card {
    border-radius: 20px;
    padding: 32px 28px;
    border: 1px solid rgba(232, 130, 108, 0.08);
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(4px);
    transition: 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.02);
}

.category-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(232, 130, 108, 0.10), 0 4px 16px rgba(0, 0, 0, 0.03);
    border-color: rgba(232, 130, 108, 0.18);
    background: rgba(255, 255, 255, 0.9);
}

.card-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    font-size: 1.4rem;
    background: linear-gradient(135deg, rgba(232, 130, 108, 0.08) 0%, rgba(43, 158, 179, 0.04) 100%);
    color: #E8826C;
    transition: 0.3s;
}

.category-card:hover .card-icon {
    background: linear-gradient(135deg, rgba(232, 130, 108, 0.15) 0%, rgba(43, 158, 179, 0.08) 100%);
}

.category-card h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: #1E1E1E;
}

.category-card p {
    font-size: 0.9rem;
    color: #7A7A7A;
    margin-bottom: 16px;
    line-height: 1.6;
}

.card-link {
    font-weight: 600;
    font-size: 0.85rem;
    text-decoration: none;
    color: #E8826C;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: 0.2s;
}

.card-link:hover {
    gap: 10px;
    color: #D46A55;
}

/* ========== 特性块 ========== */
.feature-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}

.feature-image {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 16px 48px rgba(232, 130, 108, 0.08);
    background: linear-gradient(135deg, #F5EDE4 0%, #FEF8F2 100%);
    aspect-ratio: 4/3;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.feature-image::after {
    content: '🎯';
    font-size: 4rem;
    opacity: 0.12;
    position: absolute;
    top: 10%;
    left: 10%;
}

.feature-image img {
    width: 100%;
    height: auto;
    display: block;
}

.feature-text h3 {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 16px;
    color: #1E1E1E;
    letter-spacing: -0.3px;
}

.feature-text p {
    color: #6B6B6B;
    line-height: 1.7;
    margin-bottom: 24px;
}

.feature-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.feature-list li {
    padding: 8px 0;
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 0.95rem;
    color: #3D3D3D;
    font-weight: 500;
}

.feature-list li::before {
    content: '✓';
    font-weight: 700;
    color: #E8826C;
    font-size: 1.1rem;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(232, 130, 108, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ========== 数据条 ========== */
.stats-bar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    text-align: center;
}

.stat-item {
    padding: 32px 20px;
    border-radius: 20px;
    border: 1px solid rgba(232, 130, 108, 0.06);
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(4px);
    transition: 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

.stat-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(232, 130, 108, 0.08);
    border-color: rgba(232, 130, 108, 0.12);
    background: rgba(255, 255, 255, 0.85);
}

.stat-number {
    font-size: 2.8rem;
    font-weight: 800;
    color: #E8826C;
    line-height: 1;
    letter-spacing: -1px;
}

.stat-label {
    font-size: 0.9rem;
    color: #8A8A8A;
    margin-top: 8px;
    font-weight: 500;
}

/* ========== 内容墙 ========== */
.content-wall {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 28px;
}

.content-wall-item {
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(232, 130, 108, 0.06);
    background: #fff;
    transition: 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

.content-wall-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 44px rgba(232, 130, 108, 0.08), 0 4px 16px rgba(0, 0, 0, 0.02);
    border-color: rgba(232, 130, 108, 0.12);
}

.content-wall-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.content-wall-body {
    padding: 22px 24px 26px;
}

.content-wall-body h3 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: #1E1E1E;
}

.content-wall-body p {
    font-size: 0.88rem;
    color: #7A7A7A;
    line-height: 1.6;
}

.content-wall-body .card-link {
    margin-top: 12px;
    display: inline-flex;
}

/* ========== FAQ ========== */
.faq-list {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    border: 1px solid rgba(232, 130, 108, 0.08);
    border-radius: 16px;
    margin-bottom: 10px;
    overflow: hidden;
    cursor: pointer;
    transition: 0.3s ease;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(4px);
}

.faq-item:hover {
    border-color: rgba(232, 130, 108, 0.15);
    background: rgba(255, 255, 255, 0.8);
}

.faq-item .faq-question {
    padding: 18px 24px;
    font-weight: 600;
    font-size: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #2D2D2D;
    transition: 0.2s;
}

.faq-item .faq-question::after {
    content: '↓';
    font-size: 1.1rem;
    color: #E8826C;
    transition: 0.3s ease;
}

.faq-item.open .faq-question::after {
    transform: rotate(180deg);
}

.faq-item .faq-answer {
    padding: 0 24px 18px;
    display: none;
    color: #6B6B6B;
    line-height: 1.7;
    font-size: 0.95rem;
}

.faq-item.open .faq-answer {
    display: block;
    animation: faqFadeIn 0.3s ease;
}

@keyframes faqFadeIn {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ========== CTA横幅 ========== */
.cta-banner {
    padding: 64px 40px;
    text-align: center;
    border-radius: 24px;
    background: linear-gradient(135deg, #E8826C 0%, #D46A55 40%, #C75A45 100%);
    color: #fff;
    box-shadow: 0 20px 60px rgba(232, 130, 108, 0.25);
    position: relative;
    overflow: hidden;
}

.cta-banner::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.06) 0%, transparent 70%);
    border-radius: 50%;
}

.cta-banner::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.04) 0%, transparent 70%);
    border-radius: 50%;
}

.cta-banner h2 {
    color: #fff;
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
    letter-spacing: -0.5px;
}

.cta-banner p {
    color: rgba(255, 255, 255, 0.85);
    max-width: 500px;
    margin: 0 auto 28px;
    font-size: 1.05rem;
    position: relative;
    z-index: 1;
    line-height: 1.7;
}

.cta-banner .btn-primary {
    background: #fff;
    color: #D46A55;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 1;
}

.cta-banner .btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

/* ========== 页脚 ========== */
.site-footer {
    padding: 64px 0 28px;
    background: #F5EDE4;
    border-top: 1px solid rgba(232, 130, 108, 0.06);
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 48px;
}

.footer-brand .logo {
    margin-bottom: 16px;
}

.footer-brand p {
    color: #7A7A7A;
    font-size: 0.9rem;
    line-height: 1.7;
    max-width: 300px;
}

.footer-col h4 {
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 18px;
    color: #2D2D2D;
}

.footer-col ul {
    list-style: none;
}

.footer-col ul li {
    margin-bottom: 10px;
}

.footer-col ul li a {
    text-decoration: none;
    color: #7A7A7A;
    font-size: 0.9rem;
    transition: 0.2s;
}

.footer-col ul li a:hover {
    color: #E8826C;
}

.footer-bottom {
    border-top: 1px solid rgba(232, 130, 108, 0.08);
    margin-top: 48px;
    padding-top: 24px;
    text-align: center;
    font-size: 0.85rem;
    color: #9A9A9A;
}

/* ========== 工具类 ========== */
.text-accent {
    color: #E8826C;
}

.text-center {
    text-align: center;
}

.text-center .section-desc {
    margin-left: auto;
    margin-right: auto;
}

.seo-description {
    max-width: 600px;
    margin: 0 auto 48px;
    color: #7A7A7A;
    line-height: 1.7;
    font-size: 0.95rem;
}

.mt-0 {
    margin-top: 0;
}

.mb-0 {
    margin-bottom: 0;
}

/* ========== 额外点缀 ========== */
/* 圆点装饰 */
.dot-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 12px 0;
}

.dot-divider span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #E8826C;
    opacity: 0.3;
}

.dot-divider span:nth-child(2) {
    width: 8px;
    height: 8px;
    opacity: 0.5;
}

/* 分割线 */
.custom-divider {
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(232, 130, 108, 0.2), rgba(43, 158, 179, 0.1), transparent);
    width: 100%;
    max-width: 200px;
    margin: 24px auto;
    border-radius: 2px;
}

/* ========== 响应式 ========== */
@media (max-width: 1024px) {
    .hero h1 {
        font-size: 2.6rem;
    }
    .section-title {
        font-size: 2rem;
    }
    .hero .container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .hero-content {
        max-width: 100%;
    }
    .hero-image {
        aspect-ratio: 16/10;
        max-width: 600px;
        margin: 0 auto;
    }
    .stats-bar {
        grid-template-columns: repeat(2, 1fr);
    }
    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }
}

@media (max-width: 768px) {
    .header-inner {
        height: 64px;
    }
    .main-nav {
        display: none;
    }
    .menu-toggle {
        display: flex;
    }
    .main-nav.open {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 64px;
        left: 0;
        width: 100%;
        background: rgba(254, 248, 242, 0.98);
        backdrop-filter: blur(18px);
        padding: 24px 28px;
        gap: 16px;
        border-bottom: 1px solid rgba(232, 130, 108, 0.08);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04);
    }
    .main-nav.open a {
        font-size: 1rem;
        padding: 8px 0;
    }
    .main-nav.open a.nav-cta {
        text-align: center;
        margin-top: 8px;
    }
    .hero {
        min-height: auto;
        padding: 100px 0 60px;
    }
    .hero h1 {
        font-size: 2.2rem;
    }
    .section {
        padding: 64px 0;
    }
    .feature-block {
        grid-template-columns: 1fr;
        gap: 36px;
    }
    .feature-image {
        order: -1;
        aspect-ratio: 16/10;
    }
    .feature-text h3 {
        font-size: 1.5rem;
    }
    .stats-bar {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    .stat-item {
        padding: 24px 16px;
    }
    .stat-number {
        font-size: 2.2rem;
    }
    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 28px;
    }
    .footer-brand {
        grid-column: 1 / -1;
    }
    .cards-grid {
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
        gap: 20px;
    }
    .content-wall {
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
        gap: 20px;
    }
    .cta-banner {
        padding: 48px 24px;
    }
    .cta-banner h2 {
        font-size: 1.8rem;
    }
    .section-title {
        font-size: 1.7rem;
    }
}

@media (max-width: 480px) {
    .header-inner {
        padding: 0 16px;
    }
    .container {
        padding: 0 16px;
    }
    .hero h1 {
        font-size: 1.8rem;
    }
    .hero p {
        font-size: 0.95rem;
    }
    .hero-buttons {
        flex-direction: column;
        gap: 12px;
    }
    .btn {
        width: 100%;
        justify-content: center;
    }
    .cards-grid,
    .content-wall,
    .stats-bar {
        grid-template-columns: 1fr;
    }
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .section {
        padding: 48px 0;
    }
    .section-title {
        font-size: 1.5rem;
    }
    .stat-item {
        padding: 20px 16px;
    }
    .stat-number {
        font-size: 2rem;
    }
    .feature-text h3 {
        font-size: 1.3rem;
    }
    .cta-banner {
        padding: 36px 20px;
        border-radius: 16px;
    }
    .cta-banner h2 {
        font-size: 1.5rem;
    }
    .faq-item .faq-question {
        padding: 14px 18px;
        font-size: 0.95rem;
    }
    .faq-item .faq-answer {
        padding: 0 18px 14px;
    }
    .category-card {
        padding: 24px 20px;
    }
    .hero-image {
        border-radius: 14px;
    }
    .logo {
        font-size: 1.1rem;
    }
    .logo-icon {
        width: 34px;
        height: 34px;
        font-size: 0.9rem;
    }
}