.info-redesign-body {
    background: #f5f7f2;
    padding: 40px 0 60px;
    font-family: "Helvetica Neue", Arial, "Microsoft Yahei", sans-serif;
    color: #1f2a1c;
}

.info-wrapper {
    width: 1180px;
    margin: 0 auto;
}

.info-breadcrumb {
    font-size: 13px;
    color: #6b7d68;
    margin-bottom: 20px;
}

.info-hero-card {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #f7fff0 0%, #eef7e8 45%, #ffffff 100%);
    border-radius: 22px;
    padding: 36px 40px;
    box-shadow: 0 20px 55px rgba(18, 36, 10, 0.09);
    display: flex;
    justify-content: space-between;
    gap: 44px;
    border: 1px solid rgba(66, 183, 18, 0.16);
}

.info-hero-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 20%, rgba(134, 215, 138, 0.25), transparent 45%);
    pointer-events: none;
}

.info-hero-card > * {
    position: relative;
    z-index: 1;
}

.info-status-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
}

.info-category-tag,
.info-status-tag {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.info-category-tag {
    background: rgba(66, 183, 18, 0.12);
    color: #42b712;
}

.info-status-tag {
    background: rgba(66, 183, 18, 0.08);
    color: #2d7310;
}

.info-status-recommend {
    background: #ffeed7;
    color: #bb5b00;
}

.info-title {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 20px;
    color: #13260a;
    line-height: 60px;
}

.info-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    font-size: 14px;
    color: #4d5c47;
}

.info-meta em {
    display: block;
    font-style: normal;
    font-size: 12px;
    text-transform: uppercase;
    color: #9aa993;
    margin-bottom: 4px;
}

.hero-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 12px;
    padding: 16px;
    min-width: 260px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(66, 183, 18, 0.12);
    box-shadow: 0 10px 30px rgba(6, 25, 3, 0.08);
}

.hero-actions .bdsharebuttonbox {
    align-self: stretch;
    display: flex;
    justify-content: flex-end;
}

.hero-actions span {
    display: block;
    width: 100%;
    padding: 10px 14px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
    color: #1d2b17;
    font-size: 15px;
    font-weight: 600;
}

.hero-actions span em {
    display: block;
    font-style: normal;
    font-size: 12px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #7c8b75;
    margin-bottom: 4px;
}

.hero-share a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 18px;
    border-radius: 14px;
    background: #ffffff;
    color: #2d7310;
    font-weight: 600;
    border: 1px solid rgba(66, 183, 18, 0.24);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}




.action-btn {
    padding: 12px 22px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid transparent;
    text-decoration: none;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.action-btn.primary {
    background: #42b712;
    color: #fff;
    box-shadow: 0 12px 24px rgba(66, 183, 18, 0.25);
}

.action-btn.primary:hover {
    transform: translateY(-2px);
}

.action-btn.outline {
    border-color: rgba(66, 183, 18, 0.4);
    color: #2d7310;
    background: #fff;
}

.action-btn.ghost {
    background: rgba(66, 183, 18, 0.08);
    color: #2d7310;
}

.info-layout {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 28px;
    margin-top: 30px;
}

.info-main-card,
.info-side-card {
    background: #fff;
    border-radius: 20px;
    padding: 28px;
    box-shadow: 0 20px 50px rgba(7, 18, 2, 0.07);
    border: 1px solid rgba(66, 183, 18, 0.08);
}

.info-main-card + .info-main-card {
    margin-top: 24px;
}

.card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.card-header.tight {
    margin-bottom: 10px;
}

.card-header h2,
.card-header h3 {
    font-size: 20px;
    margin: 0;
    color: #1c2e11;
}

.card-header span {
    font-size: 13px;
    color: #6f8269;
}

.gallery-main img {
    width: 100%;
    border-radius: 16px;
    object-fit: cover;
    max-height: 420px;
}

.gallery-thumbs {
    margin-top: 18px;
}

.modern-slider ul {
    display: flex;
    gap: 14px;
}

.modern-slider li {
    list-style: none;
}

.modern-slider img {
    width: 80px;
    height: 60px;
    border-radius: 10px;
    object-fit: cover;
    border: 2px solid transparent;
    transition: all 0.2s ease;
}

.modern-slider li.currentt img,
.modern-slider img:hover {
    border-color: #42b712;
    transform: translateY(-2px);
}

.info-attributes {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 16px;
}

.info-attributes li {
    padding: 16px;
    border-radius: 14px;
    background: #f6fbf3;
}

.info-attributes .attr-highlight {
    background: rgba(66, 183, 18, 0.12);
    border: 1px solid rgba(66, 183, 18, 0.2);
}

.attr-label {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #6a7c66;
    margin-bottom: 6px;
}

.attr-value {
    font-size: 16px;
    font-weight: 600;
    color: #1a2c12;
}

.info-content {
    font-size: 15px;
    line-height: 1.75;
    color: #2a3c20;
}

.info-content p {
    margin-bottom: 16px;
}

.info-hint {
    padding: 12px 18px;
    background: rgba(66, 183, 18, 0.1);
    border-radius: 12px;
    color: #2d7310;
    font-weight: 600;
}

.info-gallery-stack {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 16px;
    margin-top: 18px;
}

.info-gallery-stack img {
    border-radius: 12px;
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.info-adslots {
    display: grid;
    gap: 12px;
    margin-bottom: 20px;
}

.info-adslot {
    padding: 14px;
    border-radius: 12px;
    background: #f9fcf6;
}

.info-related-card {
    background: linear-gradient(135deg, #fdfefb 0%, #f2f9ed 60%, #ffffff 100%);
    border-color: rgba(66, 183, 18, 0.12);
}

.info-related-card .related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 18px;
}

.related-item {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 18px;
    border-radius: 18px;
    border: 1px solid rgba(66, 183, 18, 0.16);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 12px 28px rgba(9, 27, 3, 0.08);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.related-item:hover {
    transform: translateY(-4px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 20px 40px rgba(7, 20, 2, 0.12);
}

.related-thumb {
    display: block;
    flex-shrink: 0;
    width: 120px;
    height: 92px;
    border-radius: 14px;
    overflow: hidden;
    background: #e6f5dd;
    border: 1px solid rgba(66, 183, 18, 0.08);
}

.related-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.2s ease;
}

.related-item:hover .related-thumb img {
    transform: scale(1.04);
}

.related-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.related-title {
    font-size: 16px;
    font-weight: 700;
    color: #15250f;
    text-decoration: none;
}

.related-title:hover {
    color: #2d7310;
}

.related-desc {
    font-size: 13px;
    color: #5f705b;
    line-height: 1.5;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.related-date {
    font-size: 12px;
    color: #8b9a84;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.modern-view-more {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
    width: 87%;
    padding: 16px;
    border-radius: 16px;
    background: #42b712;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.5px;
    box-shadow: 0 16px 30px rgba(66, 183, 18, 0.25);
}

.info-side {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.contact-card {
    background: linear-gradient(135deg, #fdfefb 0%, #edf7e6 100%);
    border-color: rgba(66, 183, 18, 0.16);
}

.contact-card .contact-details {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(66, 183, 18, 0.1);
    border-radius: 16px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.contact-details .contact-person,
.contact-details .contact-phone,
.contact-details .contact-row {
    margin: 0;
    padding: 14px 18px;
    border-radius: 12px;
    background: #f8fcf4;
    border: 1px solid rgba(66, 183, 18, 0.08);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.contact-details .contact-person .label,
.contact-details .contact-phone .label,
.contact-details .contact-row .label {
    color: #6a7c66;
    font-weight: 600;
    white-space: nowrap;
}

.contact-details .contact-person .value,
.contact-details .contact-phone .value,
.contact-details .contact-row .value {
    color: #162910;
    font-weight: 600;
    text-align: right;
}

.contact-details .contact-row a.value {
    color: #2d7310;
}

.phone-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
}

.phone-wrapper .view-full {
    font-size: 13px;
    color: #2d7310;
    text-decoration: underline;
}



.contact-details .label {
    font-size: 12px;
    text-transform: uppercase;
    color: #82907b;
    letter-spacing: 0.5px;
}

.contact-details .value {
    font-size: 16px;
    font-weight: 600;
    color: #172910;
}

.contact-person,
.contact-phone,
.contact-row {
    margin-bottom: 16px;
}

.phone-wrapper {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.contact-phone .primary {
    color: #42b712;
    font-size: 22px;
}

.view-full {
    font-size: 13px;
    color: #2d7310;
    text-decoration: underline;
}

.contact-notice {
    border-radius: 12px;
    padding: 16px;
    font-size: 13px;
    line-height: 1.6;
}

.contact-notice.success {
    background: rgba(66, 183, 18, 0.12);
    color: #1f320d;
}

.contact-notice.warning {
    background: #fff5d9;
    color: #a06400;
}

.seller-card {
    padding: 30px;
    background: linear-gradient(160deg, #f7fbf2 0%, #eff6ea 45%, #ffffff 100%);
    border: 1px solid rgba(66, 183, 18, 0.14);
    box-shadow: 0 16px 38px rgba(7, 18, 2, 0.08);
}

.seller-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

.seller-avatar {
    width: 72px;
    height: 72px;
    border-radius: 22px;
    padding: 3px;
    background: linear-gradient(135deg, rgba(66, 183, 18, 0.4), rgba(255, 255, 255, 0));
}

.seller-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 18px;
    object-fit: cover;
    border: 2px solid rgba(255, 255, 255, 0.7);
    box-shadow: inset 0 0 0 1px rgba(66, 183, 18, 0.15);
}

.seller-name {
    font-size: 18px;
    font-weight: 700;
    color: #1b2c11;
}

.seller-time {
    font-size: 13px;
    color: #788872;
}

.seller-meta {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.seller-stats {
    list-style: none;
    padding: 0;
    margin: 18px 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.seller-stats li {
    display: flex;
    flex-direction: column;
    padding: 12px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(66, 183, 18, 0.12);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
    font-size: 13px;
    color: #4a5b45;
}

.seller-stats strong {
    color: #1b2c11;
    font-size: 16px;
}

.seller-certify p {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #4d5c47;
    margin: 6px 0;
}

.quick-links .link-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.quick-links a {
    text-decoration: none;
    color: #2d7310;
    font-weight: 500;
}

.tip-card p {
    font-size: 14px;
    color: #4d5c47;
    line-height: 1.6;
}

@media (max-width: 1280px) {
    .info-wrapper {
        width: auto;
        margin: 0 20px;
    }
}

@media (max-width: 1024px) {
    .info-layout {
        grid-template-columns: 1fr;
    }

    .hero-actions {
        flex-wrap: wrap;
        justify-content: flex-end;
    }
}

@media (max-width: 768px) {
    .info-hero-card {
        flex-direction: column;
    }

    .info-meta {
        flex-direction: column;
    }

    .info-attributes {
        grid-template-columns: 1fr;
    }
}

