main>section:nth-child(even) {
    background: #FFF7ED
}

main>section h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    color: #1C1917
}

section[data-s="hero"] img:hover {
    box-shadow: 0 8px 40px rgba(0,0,0,0.12)
}

.sm6afe-carousel {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #E7E0D6;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    touch-action: pan-y pinch-zoom
}

.sm6afe-carousel-track {
    position: relative;
    overflow: hidden
}

.sm6afe-carousel-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity .5s ease;
    pointer-events: none
}

.sm6afe-carousel-slide:first-child {
    position: relative
}

.sm6afe-carousel-slide.active {
    opacity: 1;
    z-index: 1;
    pointer-events: auto
}

.sm6afe-carousel-slide img {
    width: 100%;
    height: auto;
    display: block
}

.sm6afe-carousel-dots {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 10;
    pointer-events: auto
}

.sm6afe-dot {
    width: 28px;
    height: 4px;
    border-radius: 2px;
    background: rgba(255,255,255,0.4);
    cursor: pointer;
    transition: all .3s;
    box-shadow: 0 1px 2px rgba(0,0,0,0.3)
}

.sm6afe-dot.active {
    background: #fff;
    width: 36px
}

.sm6afe-btn {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 20px auto 0;
    padding: 16px;
    background: linear-gradient(135deg,#0D9488 0%,#0F766E 100%);
    color: #fff!important;
    font-size: 17px;
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none;
    text-align: center;
    transition: all .3s;
    box-shadow: 0 4px 14px rgba(13,148,136,0.3)
}

.sm6afe-btn:hover {
    transform: scale(1.04);
    box-shadow: 0 6px 20px rgba(13,148,136,0.4)
}

.sm6afe-air {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 14px
}

.sm6afe-air strong {
    font-size: 28px;
    line-height: 1;
    color: #f59e0b
}

.sf,.sh {
    color: #f59e0b
}

.se {
    color: #d1d5db
}

.sm6afe-adesc {
    color: #57534E;
    margin-bottom: 16px
}

.sm6afe-ss {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    margin: 0 -16px;
    padding: 4px 16px 12px
}

.sm6afe-ss img {
    height: 280px;
    width: auto;
    flex-shrink: 0;
    border-radius: 12px;
    scroll-snap-align: start;
    background: #F5F0E8;
    object-fit: contain;
    border: 1px solid #E7E0D6;
    transition: border-color .3s,box-shadow .3s
}

.sm6afe-ss img:hover {
    border-color: #0D9488;
    box-shadow: 0 4px 16px rgba(13,148,136,0.15)
}

.sm6afe-ss::-webkit-scrollbar {
    height: 4px
}

.sm6afe-ss::-webkit-scrollbar-thumb {
    background: #D6D3D1;
    border-radius: 2px
}

.sm6afe-ss::-webkit-scrollbar-track {
    background: #F5F0E8
}

.sm6afe-af {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 16px 0
}

.sm6afe-af li,.sm6afe-tp,.sm6afe-tc {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 999px;
    font-size: 13px
}

.sm6afe-af li {
    background: #F0FDFA;
    color: #0D9488;
    border: 1px solid #99F6E4
}

.sm6afe-ameta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 14px;
    margin-top: 12px
}

.sm6afe-ameta dt {
    font-weight: 700;
    color: #1C1917
}

.sm6afe-ameta dd {
    color: #57534E
}

.sm6afe-pg {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 10px;
    max-width: 520px;
    margin: 0 auto
}

.sm6afe-pg figure {
    margin: 0
}

.sm6afe-pg img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    background: #F5F0E8
}

.sm6afe-pg figcaption {
    font-size: 10px;
    color: #A8A29E;
    text-align: center;
    margin-top: 3px;
    line-height: 1.3
}

@media(max-width: 520px) {
    .sm6afe-pg {
        grid-template-columns:repeat(3,1fr);
        max-width: 380px
    }
}

.sm6afe-ob {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    max-width: 760px;
    margin: 0 auto
}

.sm6afe-ob a {
    display: block;
    text-decoration: none;
    color: inherit;
    background: #fff;
    border: 1px solid #E7E0D6;
    border-radius: 10px;
    overflow: hidden;
    transition: transform .25s,box-shadow .25s,border-color .25s;
    flex: 0 0 calc(20% - 10px);
    max-width: 140px
}

.sm6afe-ob a:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.08);
    border-color: #0D9488
}

.sm6afe-ob img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
    display: block;
    background: #F5F0E8
}

.sm6afe-ob span {
    display: block;
    padding: 6px 4px;
    text-align: center;
    font-size: 12px;
    color: #44403C;
    font-weight: 600;
    letter-spacing: .3px
}

@media(max-width: 600px) {
    .sm6afe-ob a {
        flex:0 0 calc(33.333% - 10px);
        max-width: 130px
    }
}

.sm6afe-ob-more {
    display: inline-block;
    margin: 18px auto 0;
    padding: 10px 28px;
    background: #fff;
    color: #0D9488;
    border: 1.5px solid #0D9488;
    border-radius: 50px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    transition: all .25s
}

.sm6afe-ob-more:hover {
    background: #0D9488;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(13,148,136,0.25)
}

section[data-s="all-brands"] {
    max-width: 960px;
    margin: 0 auto;
    padding: 28px 16px 48px
}

section[data-s="all-brands"] h1 {
    font-size: 30px;
    font-weight: 800;
    margin: 0 0 10px;
    color: #1C1917;
    text-align: center;
    letter-spacing: .3px
}

.sm6afe-ball-sub {
    text-align: center;
    color: #78716C;
    font-size: 15px;
    line-height: 1.6;
    max-width: 640px;
    margin: 0 auto 28px;
    padding: 0 12px
}

.sm6afe-ball {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px
}

.sm6afe-ball-card {
    display: flex;
    background: #fff;
    border: 1px solid #E7E0D6;
    border-radius: 14px;
    overflow: hidden;
    transition: transform .25s,box-shadow .25s,border-color .25s
}

.sm6afe-ball-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(0,0,0,0.08);
    border-color: #0D9488
}

.sm6afe-ball-img {
    flex: 0 0 140px;
    display: block;
    background: #F5F0E8
}

.sm6afe-ball-img img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    display: block
}

.sm6afe-ball-body {
    flex: 1;
    padding: 16px 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    min-width: 0
}

.sm6afe-ball-body h2 {
    font-size: 18px;
    font-weight: 800;
    margin: 0;
    color: #1C1917;
    letter-spacing: .3px
}

.sm6afe-ball-body h2 a {
    color: inherit;
    text-decoration: none
}

.sm6afe-ball-body h2 a:hover {
    color: #0D9488
}

.sm6afe-ball-body p {
    font-size: 13px;
    line-height: 1.55;
    color: #57534E;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.sm6afe-ball-btn {
    display: inline-block;
    margin-top: 4px;
    color: #0D9488;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    align-self: flex-start
}

.sm6afe-ball-btn:hover {
    text-decoration: underline
}

@media(max-width: 600px) {
    .sm6afe-ball {
        grid-template-columns:1fr;
        gap: 14px
    }

    .sm6afe-ball-img {
        flex: 0 0 110px
    }

    .sm6afe-ball-body {
        padding: 12px 14px
    }

    .sm6afe-ball-body h2 {
        font-size: 16px
    }

    section[data-s="all-brands"] h1 {
        font-size: 24px
    }
}

[data-s="brand-page"] {
    max-width: 720px;
    margin: 0 auto;
    padding: 20px 16px
}

[data-s="brand-page"] h1 {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 16px;
    color: #1C1917;
    text-align: center
}

.siteman-brand-hero {
    margin: 0 0 20px;
    text-align: center
}

.siteman-brand-hero img {
    max-width: 320px;
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.1)
}

.sm6afe-brand-content {
    font-size: 15px;
    line-height: 1.75;
    color: #44403C
}

.sm6afe-brand-content h2 {
    font-size: 20px;
    font-weight: 700;
    margin: 24px 0 12px;
    color: #1C1917
}

.sm6afe-brand-content ul {
    padding-left: 20px;
    margin: 12px 0
}

.sm6afe-brand-content li {
    margin-bottom: 6px
}

.sm6afe-brand-content p {
    margin: 12px 0
}

.sm6afe-ag {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 18px
}

.sm6afe-ac {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #E7E0D6;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: transform .3s,box-shadow .3s,border-color .3s
}

.sm6afe-ac:hover {
    transform: translateY(-4px) scale(1.01);
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    border-color: #0D9488
}

.sm6afe-ac img {
    width: 100%;
    height: 180px;
    object-fit: cover
}

.sm6afe-ac>div {
    padding: 14px;
    flex: 1
}

.sm6afe-ac h3 {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 8px;
    color: #1C1917
}

.sm6afe-ac p {
    font-size: 13px;
    color: #57534E;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.sm6afe-ac time {
    font-size: 12px;
    color: #A8A29E
}

@media(max-width: 600px) {
    .sm6afe-ag {
        grid-template-columns:1fr
    }
}

.sm6afe-rc {
    padding: 16px;
    border: 1px solid #E7E0D6;
    border-radius: 12px;
    background: #fff;
    transition: border-color .3s
}

.sm6afe-rc:hover {
    border-color: #0D9488
}

.sm6afe-rc+.sm6afe-rc {
    margin-top: 12px
}

.sm6afe-rh {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 10px
}

.sm6afe-rc h3 {
    font-size: 16px;
    margin-bottom: 8px;
    color: #1C1917
}

.sm6afe-rc p {
    color: #57534E;
    margin-bottom: 10px
}

.sm6afe-tp {
    background: #ecfdf5;
    color: #059669;
    margin: 4px 6px 0 0;
    border: 1px solid #a7f3d0
}

.sm6afe-tc {
    background: #fff7ed;
    color: #ea580c;
    margin: 4px 6px 0 0;
    border: 1px solid #fed7aa
}

section[data-s="faq"] details {
    border: 1px solid #E7E0D6;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 10px;
    background: #fff
}

section[data-s="faq"] summary {
    cursor: pointer;
    font-weight: 600;
    list-style: none;
    position: relative;
    padding-right: 24px;
    color: #1C1917
}

section[data-s="faq"] summary::-webkit-details-marker {
    display: none
}

section[data-s="faq"] summary::after {
    content: "⌄";
    position: absolute;
    right: 0;
    top: 0;
    transition: transform .2s;
    color: #0D9488
}

section[data-s="faq"] details[open] summary::after {
    transform: rotate(180deg)
}

section[data-s="faq"] p {
    margin-top: 10px;
    color: #57534E
}

.sm6afe-cc {
    display: flex;
    gap: 10px;
    padding: 14px;
    border-radius: 12px;
    background: #FFF7ED;
    border: 1px solid #E7E0D6
}

.sm6afe-cc+.sm6afe-cc {
    margin-top: 10px
}

.sm6afe-av {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    flex-shrink: 0
}

.sm6afe-cc b {
    display: block;
    color: #1C1917
}

.sm6afe-cc small {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    color: #A8A29E
}

.sm6afe-cc p {
    margin-top: 6px;
    color: #57534E
}

article[data-s="single"],section[data-s="archive"],section[data-s="related"] {
    max-width: 780px
}

article[data-s="single"] h1 {
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 10px;
    color: #1C1917
}

article[data-s="single"]>small {
    display: block;
    color: #A8A29E;
    margin-bottom: 18px
}

.sm6afe-content {
    font-size: 16px;
    line-height: 1.9;
    color: #44403C
}

.sm6afe-content h2 {
    font-size: 22px;
    margin: 28px 0 14px;
    color: #1C1917
}

.sm6afe-content h3 {
    font-size: 18px;
    margin: 22px 0 10px;
    color: #1C1917
}

.sm6afe-content p {
    margin-bottom: 16px
}

.sm6afe-content img {
    border-radius: 12px;
    margin: 16px 0
}

.sm6afe-content a {
    color: #0D9488;
    text-decoration: underline
}

aside[data-s="cta"] {
    text-align: center;
    background: #FFF7ED;
    border-radius: 16px;
    border: 1px solid #E7E0D6
}

.page-numbers {
    display: inline-block;
    padding: 8px 12px;
    margin: 20px 3px 0;
    border: 1px solid #E7E0D6;
    border-radius: 6px;
    text-decoration: none;
    color: #57534E;
    transition: all .2s
}

.page-numbers:hover {
    border-color: #0D9488;
    color: #0D9488
}

.page-numbers.current {
    background: linear-gradient(135deg,#0D9488,#0F766E);
    color: #fff;
    border-color: #0D9488
}

.sm6afe-bread {
    max-width: 1100px;
    margin: 0 auto;
    padding: 12px 16px;
    font-size: 13px;
    color: #A8A29E
}

.sm6afe-bread a {
    color: #0D9488;
    text-decoration: none
}

.sm6afe-bread a:hover {
    text-decoration: underline
}

.sm6afe-bread span {
    color: #57534E
}

.sm6afe-map-wrap {
    margin: 0 auto;
    max-width: 1100px
}

.sm6afe-map-wrap iframe {
    width: 100%;
    border-radius: 12px;
    border: 1px solid #E7E0D6
}

.sm6afe-loc-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 16px
}

.sm6afe-loc-card {
    padding: 20px;
    background: #fff;
    border: 1px solid #E7E0D6;
    border-radius: 12px;
    transition: border-color .3s
}

.sm6afe-loc-card:hover {
    border-color: #0D9488
}

.sm6afe-loc-card h3 {
    font-size: 17px;
    margin-bottom: 10px;
    color: #1C1917
}

.sm6afe-loc-card p {
    font-size: 14px;
    line-height: 1.6;
    margin: 4px 0;
    color: #57534E
}

@media(max-width: 767px) {
    .sm6afe-loc-grid {
        grid-template-columns:1fr
    }
}

footer {
    padding: 20px 16px;
    text-align: center;
    color: #A8A29E;
    border-top: 1px solid #E7E0D6;
    background: #FFF7ED
}

.sm6afe-chnav {
    max-width: 1100px;
    margin: 0 auto;
    padding: 12px 16px;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
    border-bottom: 1px solid #E7E0D6
}

.sm6afe-chnav a {
    text-decoration: none;
    color: #0D9488;
    font-weight: 600;
    padding: 6px 16px;
    border-radius: 8px;
    transition: all .2s;
    font-size: 15px
}

.sm6afe-chnav a:hover {
    background: #F0FDFA
}

.sm6afe-cta-dl:hover {
    transform: scale(1.02);
    box-shadow: 0 0 25px rgba(234,88,12,.45);
    filter: brightness(1.1)
}

.sm6afe-cta-login:hover {
    transform: scale(1.02);
    box-shadow: 0 0 25px rgba(13,148,136,.45);
    filter: brightness(1.1)
}

.sm6afe-cta-reg:hover {
    transform: scale(1.02);
    box-shadow: 0 0 25px rgba(220,38,38,.45);
    filter: brightness(1.1)
}

.sm6afe-cta-link:hover {
    opacity: 1;
    text-decoration: underline
}

.sm6afe-cta-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px
}

@media(max-width: 500px) {
    .sm6afe-cta-row {
        grid-template-columns:1fr
    }
}

.sm6afe-cta-bottom {
    display: block;
    max-width: 400px;
    margin: 10px auto 0;
    padding: 16px;
    border-radius: 50px;
    font-size: 17px
}

section[data-s="cta"] {
    text-align: center
}

/* 二级品牌页：CTA 被搬到图片下方时，与图片/描述留出明显间距 */
.sm6afe-brand-content section[data-s="cta"] {
    margin: 16px 0 28px;
    padding: 4px 0
}

.sm6afe-ro-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0,0,0,0.55);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    align-items: center;
    justify-content: center
}

.sm6afe-ro-overlay.active {
    display: flex
}

.sm6afe-ro-card {
    background: #fff;
    border-radius: 20px;
    padding: 36px 32px 28px;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0,0,0,0.25);
    max-width: 320px;
    width: 90%;
    animation: smRoIn .35s ease
}

@keyframes smRoIn {
    from {
        opacity: 0;
        transform: scale(0.85) translateY(20px)
    }

    to {
        opacity: 1;
        transform: scale(1) translateY(0)
    }
}

.sm6afe-ro-ring {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto 20px
}

.sm6afe-ro-ring svg {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg)
}

.sm6afe-ro-ring #smRoArc {
    transition: stroke-dashoffset .3s linear
}

.sm6afe-ro-ring span {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    font-weight: 800;
    color: #1C1917
}

#smRoText {
    color: #57534E;
    font-size: 15px;
    margin: 0 0 18px;
    line-height: 1.5
}

#smRoSkip {
    display: inline-block;
    padding: 10px 36px;
    background: linear-gradient(135deg,#0D9488,#0F766E);
    color: #fff;
    border: none;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s;
    box-shadow: 0 4px 14px rgba(13,148,136,0.3)
}

#smRoSkip:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(13,148,136,0.4)
}

section[data-s="channel-links"] {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 16px
}

section[data-s="channel-links"] h1 {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 24px;
    color: #1C1917
}

.sm6afe-ch-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 14px
}

.sm6afe-ch-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    background: #fff;
    border: 1px solid #E7E0D6;
    border-radius: 12px;
    text-decoration: none;
    color: #1C1917;
    font-weight: 600;
    font-size: 15px;
    transition: all .3s
}

.sm6afe-ch-card:hover {
    background: #F0FDFA;
    border-color: #0D9488;
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(13,148,136,0.1)
}

.sm6afe-ch-icon {
    font-size: 24px;
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid #99F6E4;
    background: #F0FDFA
}

@media(min-width: 768px) {
    main>section,main>article,main>aside {
        padding:56px 24px
    }

    main>section h2 {
        font-size: 24px
    }

    .sm6afe-btn {
        display: inline-block;
        width: auto;
        padding: 16px 48px
    }

    .sm6afe-ss {
        margin: 0 -24px;
        padding: 4px 24px 12px;
        gap: 16px
    }

    .sm6afe-ss img {
        height: 400px
    }

    .sm6afe-pg {
        grid-template-columns: repeat(4,1fr);
        gap: 16px
    }

    .sm6afe-pc1 {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin: 0 auto
    }

    .sm6afe-pc2 {
        grid-template-columns: repeat(2,1fr);
        max-width: 600px;
        margin: 0 auto
    }

    .sm6afe-pc3 {
        grid-template-columns: repeat(3,1fr)
    }

    .sm6afe-ag {
        grid-template-columns: repeat(2,1fr);
        gap: 20px
    }

    article[data-s="single"] h1 {
        font-size: 34px
    }
}

.footer-external-links {
    text-align: center;
    padding: 12px 0 4px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 16px
}

.footer-external-links a {
    color: #A8A29E;
    font-size: 12px;
    text-decoration: none;
    transition: color .3s
}

.footer-external-links a:hover {
    color: #0D9488
}

.sm6afe-rl-timeline {
    border-left: 3px solid #0D9488;
    padding-left: 20px;
    margin-top: 16px
}

.sm6afe-rl-entry {
    padding: 12px 0;
    border-bottom: 1px solid #E7E0D6;
    position: relative
}

.sm6afe-rl-entry::before {
    content: "";
    position: absolute;
    left: -26px;
    top: 16px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0D9488;
    border: 2px solid #fff
}

.sm6afe-rl-entry.latest::before {
    background: #10b981;
    box-shadow: 0 0 0 3px rgba(16,185,129,0.2)
}

.sm6afe-rl-head {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 6px
}

.sm6afe-rl-head strong {
    font-size: 15px;
    color: #0D9488
}

.sm6afe-rl-head time {
    font-size: 13px;
    color: #A8A29E
}

.sm6afe-rl-badge {
    font-size: 11px;
    background: #10b981;
    color: #fff;
    padding: 2px 8px;
    border-radius: 999px;
    font-weight: 600
}

.sm6afe-rl-entry h3 {
    font-size: 15px;
    margin-bottom: 6px;
    color: #1C1917
}

.sm6afe-rl-entry ul {
    list-style: disc;
    padding-left: 18px;
    margin-top: 4px
}

.sm6afe-rl-entry li {
    font-size: 14px;
    color: #57534E;
    margin: 3px 0
}

.sm6afe-about-card {
    padding: 20px;
    background: #fff;
    border: 1px solid #E7E0D6;
    border-radius: 12px;
    margin-top: 16px
}

.sm6afe-about-card h3 {
    font-size: 18px;
    color: #1C1917;
    margin-bottom: 8px
}

.sm6afe-about-slogan {
    color: #57534E;
    margin-bottom: 12px;
    font-style: italic
}

.sm6afe-about-card p {
    color: #57534E;
    margin-bottom: 8px
}

.sm6afe-certs {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 12px
}

.sm6afe-cert {
    display: inline-block;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 999px;
    background: #F0FDFA;
    color: #0D9488;
    border: 1px solid #99F6E4;
    font-weight: 600
}

.sm6afe-milestones {
    margin-top: 16px;
    padding-top: 12px;
    border-top: 1px solid #E7E0D6
}

.sm6afe-milestones h4 {
    font-size: 15px;
    margin-bottom: 8px;
    color: #1C1917
}

.sm6afe-milestones>div {
    padding: 4px 0;
    font-size: 14px;
    color: #57534E
}

.sm6afe-milestones strong {
    color: #0D9488;
    margin-right: 4px
}

.sm6afe-legal-content {
    line-height: 1.8;
    color: #44403C
}

.sm6afe-legal-content h2 {
    font-size: 20px;
    margin: 24px 0 10px;
    color: #1C1917
}

.sm6afe-legal-content h3 {
    font-size: 17px;
    margin: 18px 0 8px;
    color: #1C1917
}

.sm6afe-legal-content p {
    margin-bottom: 12px
}

.sm6afe-legal-content ul,.sm6afe-legal-content ol {
    margin: 8px 0 12px 20px
}

.sm6afe-legal-content li {
    margin: 4px 0
}

.footer-legal-links {
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    gap: 16px
}

.footer-legal-links a {
    color: #57534E;
    font-size: 13px;
    text-decoration: none;
    transition: color .3s
}

.footer-legal-links a:hover {
    color: #0D9488
}

.footer-age {
    font-size: 12px;
    color: #A8A29E;
    margin-top: 4px
}

section[data-s="discussion"] {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 16px
}

section[data-s="discussion"] h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    color: #1C1917
}

.sm6afe-disc-form {
    background: #fff;
    border: 1px solid #E7E0D6;
    border-radius: 12px;
    padding: 14px;
    margin-bottom: 20px;
    display: flex;
    gap: 10px;
    align-items: flex-start
}

.sm6afe-disc-form .sm6afe-av {
    flex-shrink: 0
}

img.sm6afe-disc-av {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: block;
    flex-shrink: 0;
    background: #F5F0E8;
    object-fit: cover
}

img.sm6afe-disc-av-sm {
    width: 28px;
    height: 28px
}

.sm6afe-disc-form textarea {
    flex: 1;
    min-height: 56px;
    padding: 10px 12px;
    border: 1px solid #E7E0D6;
    border-radius: 8px;
    font-size: 14px;
    font-family: inherit;
    resize: vertical;
    line-height: 1.5;
    background: #FFF7ED;
    color: #44403C
}

.sm6afe-disc-form textarea:focus {
    outline: none;
    border-color: #0D9488;
    background: #fff
}

.sm6afe-disc-send {
    padding: 10px 18px;
    background: linear-gradient(135deg,#0D9488,#0F766E);
    color: #fff;
    border: 0;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    flex-shrink: 0;
    transition: all .3s;
    align-self: flex-start
}

.sm6afe-disc-send:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(13,148,136,0.3)
}

.sm6afe-disc-post {
    background: #fff;
    border: 1px solid #E7E0D6;
    border-radius: 12px;
    padding: 14px;
    margin-bottom: 12px;
    transition: border-color .3s
}

.sm6afe-disc-post:hover {
    border-color: #99F6E4
}

.sm6afe-disc-head {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 8px
}

.sm6afe-disc-meta {
    flex: 1;
    min-width: 0
}

.sm6afe-disc-name {
    display: block;
    font-weight: 700;
    color: #1C1917;
    font-size: 14px
}

.sm6afe-disc-time {
    font-size: 12px;
    color: #A8A29E
}

.sm6afe-disc-body {
    color: #44403C;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 8px;
    word-wrap: break-word
}

.sm6afe-disc-actions {
    display: flex;
    gap: 14px;
    font-size: 13px;
    color: #A8A29E
}

.sm6afe-disc-like,.sm6afe-disc-reply-btn {
    background: none;
    border: 0;
    color: #A8A29E;
    font-size: 13px;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 6px;
    transition: all .2s;
    display: inline-flex;
    align-items: center;
    gap: 4px
}

.sm6afe-disc-like:hover,.sm6afe-disc-reply-btn:hover {
    background: #F5F0E8;
    color: #0D9488
}

.sm6afe-disc-replies {
    margin-top: 10px;
    padding-left: 14px;
    border-left: 2px solid #E7E0D6
}

.sm6afe-disc-reply {
    background: #FFF7ED;
    border-radius: 8px;
    padding: 10px;
    margin-top: 8px
}

.sm6afe-disc-more {
    text-align: center;
    padding: 12px 0;
    color: #0D9488;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    background: none;
    border: 0;
    width: 100%;
    border-radius: 8px;
    transition: background .2s
}

.sm6afe-disc-more:hover {
    background: #F0FDFA
}
