/* ============================================
   网红主播传媒 - 原创樱花学院风样式
   品牌：网红主播 | 域名：yilingfz.cn
   配色：樱花粉 + 学院紫
   ============================================ */

/* === 基础重置 === */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    background: #f8f0f4;
    color: #2d1f2d;
    line-height: 1.7;
    overflow-x: hidden;
}
a { color: #e84393; text-decoration: none; transition: color 0.3s; }
a:hover { color: #6c5ce7; }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* === 顶部导航 === */
.cijujw4 {
    background: #fff;
    box-shadow: 0 2px 20px rgba(232,67,147,0.08);
    position: sticky;
    top: 0;
    z-index: 1000;
}
.qc1vhgkl {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 68px;
}
.yibagli {
    display: flex;
    align-items: center;
    gap: 10px;
}
.ht9baa {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    object-fit: cover;
}
.uvnkbqis {
    font-size: 1.5rem;
    font-weight: 800;
    color: #e84393;
    letter-spacing: 2px;
}
.thqkk {
    font-size: 0.85rem;
    color: #6c5ce7;
    font-weight: 500;
    margin-left: 4px;
}
.nav-list {
    display: flex;
    gap: 6px;
}
.nav-list a {
    display: block;
    padding: 8px 14px;
    color: #2d1f2d;
    font-size: 0.9rem;
    border-radius: 8px;
    transition: all 0.3s;
    font-weight: 500;
}
.nav-list a:hover, .nav-list .nav-active {
    background: linear-gradient(135deg, #e84393, #6c5ce7);
    color: #fff;
}
.mobile-menu-btn {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
}
.mobile-menu-btn span {
    width: 24px;
    height: 2px;
    background: #2d1f2d;
    border-radius: 2px;
    transition: 0.3s;
}

/* === 搜索框 === */
.czo80 {
    background: linear-gradient(135deg, #fff5f8, #f0e6ff);
    padding: 12px 0;
    border-top: 1px solid #f0d9e5;
}
.nswd6ghl {
    max-width: 680px;
    margin: 0 auto;
    display: flex;
    gap: 0;
    padding: 0 20px;
}
.search-input {
    flex: 1;
    padding: 10px 18px;
    border: 2px solid #f0d9e5;
    border-right: none;
    border-radius: 25px 0 0 25px;
    font-size: 0.95rem;
    outline: none;
    background: #fff;
    transition: border-color 0.3s;
}
.search-input:focus { border-color: #e84393; }
.search-btn {
    padding: 10px 28px;
    background: linear-gradient(135deg, #e84393, #6c5ce7);
    color: #fff;
    border: none;
    border-radius: 0 25px 25px 0;
    font-size: 0.95rem;
    cursor: pointer;
    font-weight: 600;
    transition: opacity 0.3s;
}
.search-btn:hover { opacity: 0.9; }

/* === Hero区域 === */
.sjkb7i {
    background: linear-gradient(160deg, #fff5f8 0%, #f0e6ff 50%, #fff5f8 100%);
    padding: 60px 0;
    overflow: hidden;
}
.p9fugwjh {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}
.qj3hsc {
    display: inline-block;
    background: linear-gradient(135deg, #e84393, #6c5ce7);
    color: #fff;
    padding: 6px 18px;
    border-radius: 20px;
    font-size: 0.85rem;
    margin-bottom: 16px;
    font-weight: 500;
}
.zd0dgom {
    font-size: 2.6rem;
    font-weight: 900;
    line-height: 1.3;
    margin-bottom: 18px;
    background: linear-gradient(135deg, #e84393, #6c5ce7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.dbdt34f {
    font-size: 1.05rem;
    color: #7a6178;
    margin-bottom: 28px;
    line-height: 1.8;
}
.n7hu2p {
    display: flex;
    gap: 30px;
    margin-bottom: 28px;
}
.wuq8br {
    text-align: center;
}
.wuq8br strong {
    display: block;
    font-size: 1.6rem;
    color: #e84393;
    font-weight: 800;
}
.wuq8br span {
    font-size: 0.85rem;
    color: #7a6178;
}
.y1yf1 {
    display: flex;
    gap: 14px;
}
.n3ifzzxe {
    display: inline-block;
    padding: 12px 30px;
    background: linear-gradient(135deg, #e84393, #6c5ce7);
    color: #fff;
    border-radius: 25px;
    font-weight: 600;
    font-size: 0.95rem;
    transition: transform 0.3s, box-shadow 0.3s;
}
.n3ifzzxe:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(232,67,147,0.3);
    color: #fff;
}
.cnb6xdh {
    display: inline-block;
    padding: 12px 30px;
    border: 2px solid #e84393;
    color: #e84393;
    border-radius: 25px;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s;
}
.cnb6xdh:hover {
    background: #e84393;
    color: #fff;
}
.fa2xhah3 {
    position: relative;
}
.fa2xhah3 img {
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(232,67,147,0.15);
}

/* === 面包屑 === */
.breadcrumb {
    padding: 12px 0;
    font-size: 0.85rem;
    color: #7a6178;
    background: #fff;
    border-bottom: 1px solid #f0d9e5;
}
.breadcrumb a { color: #e84393; }

/* === 通用板块样式 === */
.otpu76 {
    text-align: center;
    margin-bottom: 45px;
}
.sskixy0c {
    font-size: 2rem;
    font-weight: 800;
    color: #2d1f2d;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}
.sskixy0c::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(135deg, #e84393, #6c5ce7);
    border-radius: 3px;
}
.z7n1r4q {
    color: #7a6178;
    font-size: 1rem;
    margin-top: 14px;
}

/* === 影视传媒板块 === */
.tzyoqvdo {
    padding: 70px 0;
    background: #fff;
}
.chlmtci {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.video-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #f0d9e5;
    transition: transform 0.3s, box-shadow 0.3s;
}
.video-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(232,67,147,0.12);
}
.oyj4esfc {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16/9;
}
.oyj4esfc img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
}
.video-card:hover .oyj4esfc img {
    transform: scale(1.05);
}
.play-overlay {
    position: absolute;
    inset: 0;
    background: rgba(45,31,45,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s;
}
.video-card:hover .play-overlay { opacity: 1; }
.play-btn {
    width: 56px;
    height: 56px;
    background: rgba(232,67,147,0.9);
    border-radius: 50%;
    position: relative;
}
.play-btn::after {
    content: '';
    position: absolute;
    left: 22px;
    top: 16px;
    border-style: solid;
    border-width: 12px 0 12px 20px;
    border-color: transparent transparent transparent #fff;
}
.cp2pp1c {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background: rgba(45,31,45,0.8);
    color: #fff;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.8rem;
}
.li2ovm {
    position: absolute;
    top: 8px;
    left: 8px;
    background: linear-gradient(135deg, #e84393, #6c5ce7);
    color: #fff;
    padding: 3px 10px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
}
.a995nsgp {
    padding: 16px;
}
.a995nsgp h3 {
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.xy3ikbf3 {
    display: flex;
    gap: 12px;
    font-size: 0.8rem;
    color: #7a6178;
}

/* === AI赋能板块 === */
.sh1992ej {
    padding: 70px 0;
    background: linear-gradient(160deg, #f8f0f4, #f0e6ff);
}
.z105dk {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}
.vyf0y517 img {
    border-radius: 20px;
    box-shadow: 0 15px 50px rgba(108,92,231,0.15);
}
.x6kfi .sskixy0c {
    text-align: left;
    margin-bottom: 16px;
}
.x6kfi .sskixy0c::after { left: 0; transform: none; }
.x6kfi > p {
    color: #7a6178;
    margin-bottom: 24px;
    line-height: 1.8;
}
.eynzt {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}
.ocos6pf {
    background: #fff;
    padding: 20px;
    border-radius: 14px;
    border: 1px solid #f0d9e5;
    transition: transform 0.3s;
}
.ocos6pf:hover { transform: translateY(-3px); }
.ocos6pf h4 {
    font-size: 0.95rem;
    color: #6c5ce7;
    margin-bottom: 6px;
}
.ocos6pf p {
    font-size: 0.85rem;
    color: #7a6178;
    line-height: 1.6;
}

/* === 娱乐专区 === */
.mgd8hb {
    padding: 70px 0;
    background: #fff;
}
.qtu0c33 {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 24px;
}
.lfubb {
    background: linear-gradient(160deg, #fff5f8, #f0e6ff);
    border-radius: 18px;
    overflow: hidden;
    transition: transform 0.3s;
    border: 1px solid #f0d9e5;
}
.lfubb:hover { transform: translateY(-4px); }
.lfubb-inner {
    padding: 32px 24px;
}
.lfubb h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #e84393;
    margin-bottom: 12px;
}
.lfubb p {
    color: #7a6178;
    font-size: 0.9rem;
    line-height: 1.7;
    margin-bottom: 14px;
}
.wq71f {
    display: inline-block;
    background: linear-gradient(135deg, #e84393, #6c5ce7);
    color: #fff;
    padding: 4px 14px;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 600;
}
.g45x5 .lfubb-inner {
    padding: 40px 30px;
    min-height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* === 社区功能 === */
.tlf77sx {
    padding: 70px 0;
    background: linear-gradient(160deg, #f8f0f4, #f0e6ff);
}
.w957ha {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}
.ne483 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
}
.paf80ebt {
    background: #fff;
    padding: 22px 16px;
    border-radius: 14px;
    text-align: center;
    border: 1px solid #f0d9e5;
    transition: transform 0.3s, box-shadow 0.3s;
}
.paf80ebt:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(232,67,147,0.1);
}
.xaizio0d {
    font-size: 2rem;
    margin-bottom: 8px;
}
.paf80ebt h4 {
    font-size: 0.9rem;
    color: #6c5ce7;
    margin-bottom: 6px;
    font-weight: 700;
}
.paf80ebt p {
    font-size: 0.78rem;
    color: #7a6178;
    line-height: 1.5;
}
.dunq9s2 img {
    border-radius: 18px;
    box-shadow: 0 12px 40px rgba(232,67,147,0.12);
}

/* === 专家展示 === */
.tw1xt3 {
    padding: 70px 0;
    background: #fff;
}
.vta75ko {
    display: flex;
    flex-direction: column;
    gap: 36px;
}
.gewmw {
    display: flex;
    gap: 36px;
    align-items: center;
    background: linear-gradient(160deg, #fff5f8, #f0e6ff);
    padding: 36px;
    border-radius: 20px;
    border: 1px solid #f0d9e5;
}
.gewmw-reverse { flex-direction: row-reverse; }
.sxqawhs img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #e84393;
}
.rrtv5 h3 {
    font-size: 1.4rem;
    color: #2d1f2d;
    margin-bottom: 4px;
}
.i58ykvio {
    color: #6c5ce7;
    font-weight: 600;
    margin-bottom: 10px;
}
.ppf99m {
    color: #7a6178;
    font-size: 0.92rem;
    line-height: 1.7;
    margin-bottom: 12px;
}
.sh7qp3 {
    display: flex;
    gap: 10px;
    margin-bottom: 14px;
    flex-wrap: wrap;
}
.sh7qp3 span {
    background: #fff;
    border: 1px solid #e84393;
    color: #e84393;
    padding: 3px 12px;
    border-radius: 15px;
    font-size: 0.8rem;
}
.j34aw0 {
    display: flex;
    gap: 10px;
}
.zxuk9wo {
    display: inline-block;
    padding: 7px 20px;
    background: linear-gradient(135deg, #e84393, #6c5ce7);
    color: #fff;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    transition: opacity 0.3s;
}
.zxuk9wo:hover { opacity: 0.85; color: #fff; }
.zxuk9wo-outline {
    display: inline-block;
    padding: 7px 20px;
    border: 1.5px solid #6c5ce7;
    color: #6c5ce7;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    transition: all 0.3s;
}
.zxuk9wo-outline:hover { background: #6c5ce7; color: #fff; }

/* === 合作伙伴 === */
.ml1q7ihu {
    padding: 40px 0;
    background: #f8f0f4;
    overflow: hidden;
}
.ml1q7ihu h3 {
    text-align: center;
    color: #7a6178;
    font-size: 1rem;
    margin-bottom: 20px;
}
.partners-scroll {
    display: flex;
    gap: 30px;
    animation: scrollPartners 20s linear infinite;
    white-space: nowrap;
}
.partner-item {
    flex-shrink: 0;
    padding: 10px 28px;
    background: #fff;
    border-radius: 10px;
    color: #7a6178;
    font-weight: 600;
    font-size: 0.9rem;
    border: 1px solid #f0d9e5;
}
@keyframes scrollPartners {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* === How-To === */
.sx41yxx {
    padding: 70px 0;
    background: #fff;
}
.ur1bgw {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    padding-left: 60px;
}
.ur1bgw::before {
    content: '';
    position: absolute;
    left: 28px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, #e84393, #6c5ce7);
    border-radius: 3px;
}
.copw3a5y {
    position: relative;
    margin-bottom: 36px;
    padding: 24px;
    background: linear-gradient(160deg, #fff5f8, #f0e6ff);
    border-radius: 16px;
    border: 1px solid #f0d9e5;
}
.vsbfe4 {
    position: absolute;
    left: -48px;
    top: 24px;
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #e84393, #6c5ce7);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 0.85rem;
}
.iw6x8 h4 {
    font-size: 1.1rem;
    color: #2d1f2d;
    margin-bottom: 8px;
}
.iw6x8 p {
    color: #7a6178;
    font-size: 0.9rem;
    line-height: 1.7;
}

/* === 用户评价 === */
.dnz21i {
    padding: 70px 0;
    background: linear-gradient(160deg, #f8f0f4, #f0e6ff);
}
.oi72gmcv {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.wv8zplc6 {
    background: #fff;
    padding: 28px;
    border-radius: 16px;
    border: 1px solid #f0d9e5;
    transition: transform 0.3s;
}
.wv8zplc6:hover { transform: translateY(-4px); }
.gtcr3 {
    color: #f0932b;
    font-size: 1.1rem;
    margin-bottom: 12px;
}
.e90844 {
    color: #2d1f2d;
    font-size: 0.9rem;
    line-height: 1.7;
    margin-bottom: 16px;
    font-style: italic;
}
.d3v5sua strong {
    display: block;
    color: #e84393;
    font-size: 0.9rem;
}
.d3v5sua span {
    font-size: 0.8rem;
    color: #7a6178;
}

/* === FAQ === */
.soazec {
    padding: 70px 0;
    background: #fff;
}
.go45r2e {
    max-width: 800px;
    margin: 0 auto;
}
.faq-item {
    margin-bottom: 12px;
    border: 1px solid #f0d9e5;
    border-radius: 12px;
    overflow: hidden;
}
.faq-question {
    width: 100%;
    padding: 18px 24px;
    background: #fff;
    border: none;
    text-align: left;
    font-size: 1rem;
    font-weight: 600;
    color: #2d1f2d;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s;
}
.faq-question::after {
    content: '+';
    font-size: 1.4rem;
    color: #e84393;
    font-weight: 300;
    transition: transform 0.3s;
}
.faq-item.active .faq-question::after {
    content: '−';
}
.faq-question:hover { background: #fff5f8; }
.xez04pjj {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}
.faq-item.active .xez04pjj {
    max-height: 300px;
}
.xez04pjj p {
    padding: 0 24px 18px;
    color: #7a6178;
    font-size: 0.9rem;
    line-height: 1.8;
}

/* === 社交分享 === */
.cymprn {
    padding: 40px 0;
    background: linear-gradient(135deg, #e84393, #6c5ce7);
    text-align: center;
}
.cymprn h3 {
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 18px;
}
.huilok {
    display: flex;
    justify-content: center;
    gap: 14px;
}
.huilok a {
    display: inline-block;
    padding: 10px 24px;
    background: rgba(255,255,255,0.2);
    color: #fff;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 600;
    transition: background 0.3s;
    backdrop-filter: blur(4px);
}
.huilok a:hover {
    background: rgba(255,255,255,0.35);
    color: #fff;
}

/* === 联系我们 === */
.m61xdm {
    padding: 70px 0;
    background: #f8f0f4;
}
.f70voxb3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.crkx0 {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    border: 1px solid #f0d9e5;
}
.crkx0 h4 {
    font-size: 1.1rem;
    color: #6c5ce7;
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f0d9e5;
}
.crkx0 p {
    font-size: 0.9rem;
    color: #7a6178;
    margin-bottom: 8px;
    line-height: 1.6;
}
.crkx0 p strong {
    color: #2d1f2d;
}

/* === 页脚 === */
.sz6tq1y {
    background: #2d1f2d;
    color: #c9b8c5;
    padding: 50px 0 0;
}
.pjkd91d {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.cqefnmts {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
    gap: 36px;
    padding-bottom: 36px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.p02laj {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.z1h0zps h5 {
    color: #fff;
    font-size: 1rem;
    margin-bottom: 14px;
}
.z1h0zps p {
    font-size: 0.85rem;
    line-height: 1.7;
}
.z1h0zps ul li {
    margin-bottom: 8px;
}
.z1h0zps ul a {
    color: #c9b8c5;
    font-size: 0.85rem;
    transition: color 0.3s;
}
.z1h0zps ul a:hover { color: #fd79a8; }
.e4a9cu {
    display: flex;
    gap: 16px;
}
.ikfc6dcq {
    text-align: center;
}
.ikfc6dcq img {
    width: 100px;
    height: 100px;
    border-radius: 8px;
    margin-bottom: 6px;
}
.ikfc6dcq span {
    font-size: 0.75rem;
    color: #c9b8c5;
}
.lz2ile {
    padding: 18px 0;
    text-align: center;
    font-size: 0.8rem;
    color: #7a6178;
}


/* === 时效性标记 === */
.pqr7f89 {
    background: linear-gradient(135deg, #fff5f8, #f0e6ff);
    padding: 10px 0;
    border-bottom: 1px solid #f0d9e5;
}
.pqr7f89 .container {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 0.85rem;
}
.iitieb9v {
    background: linear-gradient(135deg, #e84393, #6c5ce7);
    color: #fff;
    padding: 3px 12px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 700;
    animation: freshPulse 2s ease-in-out infinite;
}
@keyframes freshPulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.7; }
}
.hhxku {
    color: #7a6178;
}
.uhev0tv6 {
    margin-left: auto;
    color: #e84393;
    font-weight: 600;
}

/* === 传媒标签云 === */
.yau1n8o {
    padding: 20px 0;
    background: #fff;
    border-bottom: 1px solid #f0d9e5;
}
.rghkv {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
.rcdw6i0 {
    display: inline-block;
    padding: 6px 18px;
    background: #f8f0f4;
    color: #7a6178;
    border-radius: 20px;
    font-size: 0.85rem;
    border: 1px solid #f0d9e5;
    transition: all 0.3s;
}
.rcdw6i0:hover {
    background: linear-gradient(135deg, #e84393, #6c5ce7);
    color: #fff;
    border-color: transparent;
}
.rcdw6i0.m9435h {
    background: linear-gradient(135deg, #e84393, #6c5ce7);
    color: #fff;
    border-color: transparent;
    font-weight: 700;
}

/* === 响应式 === */
@media (max-width: 1024px) {
    .p9fugwjh { grid-template-columns: 1fr; gap: 30px; }
    .zd0dgom { font-size: 2rem; }
    .chlmtci { grid-template-columns: repeat(2, 1fr); }
    .z105dk { grid-template-columns: 1fr; }
    .qtu0c33 { grid-template-columns: 1fr; }
    .w957ha { grid-template-columns: 1fr; }
    .oi72gmcv { grid-template-columns: repeat(2, 1fr); }
    .f70voxb3 { grid-template-columns: 1fr; }
    .cqefnmts { grid-template-columns: 1fr 1fr; }
    .gewmw { flex-direction: column; text-align: center; }
    .gewmw-reverse { flex-direction: column; }
    .sh7qp3 { justify-content: center; }
    .j34aw0 { justify-content: center; }
}
@media (max-width: 768px) {
    .nav-list { display: none; }
    .mobile-menu-btn { display: flex; }
    .nav-list.active {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 68px;
        left: 0;
        right: 0;
        background: #fff;
        padding: 16px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        z-index: 999;
    }
    .zd0dgom { font-size: 1.6rem; }
    .n7hu2p { gap: 16px; }
    .wuq8br strong { font-size: 1.2rem; }
    .chlmtci { grid-template-columns: 1fr; }
    .ne483 { grid-template-columns: 1fr 1fr; }
    .oi72gmcv { grid-template-columns: 1fr; }
    .cqefnmts { grid-template-columns: 1fr; }
    .sskixy0c { font-size: 1.5rem; }
    .y1yf1 { flex-direction: column; }
    .huilok { flex-wrap: wrap; }
    .pqr7f89 .container { flex-wrap: wrap; font-size: 0.78rem; }
    .uhev0tv6 { margin-left: 0; }
}
