body.info-modern {
    background-color: #f5f7fb;
    color: #1d2333;
    font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}

.info-page {
    min-height: 100vh;
    margin: 0 auto;
    padding: 30px 0 80px;
}

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

.info-hero {
    background: linear-gradient(135deg, #3e68ff 0%, #7c4dff 100%);
    border-radius: 20px;
    padding: 32px 40px;
    color: #fff;
    box-shadow: 0 20px 45px rgba(62, 104, 255, 0.35);
    position: relative;
    overflow: hidden;
}

.info-hero::after {
    content: "";
    position: absolute;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    top: -60px;
    right: -60px;
}

.info-breadcrumb {
    font-size: 14px;
    opacity: 0.8;
    margin-bottom: 18px;
    text-align: left;
}

.info-title-block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 16px;
}

.info-title-block h1 {
    font-size: 30px;
    line-height: 1.35;
    font-weight: 600;
    margin: 0;
}

.info-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 16px;
    font-size: 14px;
}

.info-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    opacity: 0.9;
}

.info-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.info-actions a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    transition: background 0.25s ease, transform 0.25s ease;
}

.info-actions a:hover {
    background: rgba(255, 255, 255, 0.28);
    transform: translateY(-1px);
}

.info-main {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
    margin-top: 32px;
    align-items: start;
}

.info-card {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 30px 60px rgba(35, 44, 78, 0.12);
    padding: 28px 32px;
    position: relative;
    overflow: hidden;
}

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

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

.info-card-title {
    font-size: 20px;
    font-weight: 600;
    color: #1d2333;
}

.info-gallery {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    justify-items: center;
}

.info-gallery .zoombox {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    padding: 0;
}

.info-gallery-main .zoompic {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
}

.info-gallery-main .zoompic img {
    width: 100%;
    max-width: 720px;
    height: auto;
}

.info-gallery-main img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.info-gallery-thumbs {
    display: flex;
    align-items: center;
    gap: 12px;
}

.info-gallery-thumbs .arrow-btn {
    flex: 0 0 44px;
    height: 44px;
    border-radius: 12px;
    background: #f0f3ff;
}

.info-gallery-thumbs .sliderr {
    flex: 1;
    overflow: hidden;
}

.info-gallery-thumbs ul {
    display: flex;
    gap: 12px;
}

.info-gallery-thumbs li {
    border-radius: 12px;
    overflow: hidden;
    border: 2px solid transparent;
    transition: border 0.2s ease, transform 0.2s ease;
}

.info-gallery-thumbs li.currentt {
    border-color: #3e68ff;
    transform: translateY(-2px);
}

.info-summary-list {
    display: grid;
    gap: 10px;
}

.info-summary-list li {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    color: #2f3648;
}

.info-summary-list li.info-highlight span:last-child {
    color: #ff4d4f;
    font-weight: 600;
}

.info-summary-list span:first-child {
    opacity: 0.65;
}

.info-contact-box {
    background: linear-gradient(135deg, #f7faff 0%, #edf1ff 100%);
    border-radius: 26px;
    padding: 30px;
    box-shadow: inset 0 0 0 1px rgba(62, 104, 255, 0.08), 0 25px 40px rgba(42, 62, 130, 0.12);
    position: relative;
    overflow: hidden;
}

.info-contact-box::before {
    content: "";
    position: absolute;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: rgba(62, 104, 255, 0.12);
    top: -60px;
    right: -30px;
    filter: blur(0);
}

.info-contact-box::after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(124, 77, 255, 0.08);
    bottom: -140px;
    left: -40px;
}

.info-contact-list {
    display: grid;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

.info-contact-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 18px 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.76);
    box-shadow: 0 18px 36px rgba(62, 104, 255, 0.12);
    font-size: 16px;
    color: #1d2333;
    backdrop-filter: blur(6px);
}

.info-contact-list li.contact-phone {
    background: linear-gradient(135deg, rgba(62, 104, 255, 0.12) 0%, rgba(255, 106, 61, 0.14) 100%);
    box-shadow: 0 22px 40px rgba(255, 106, 61, 0.18);
}

.info-contact-meta {
    display: flex;
    align-items: center;
    gap: 14px;
}

.contact-icon {
    width: 46px;
    height: 46px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #3e68ff;
    background: rgba(62, 104, 255, 0.14);
}

.contact-icon.contact-icon-user {
    background: rgba(50, 213, 131, 0.16);
    color: #1aa866;
}

.contact-icon.contact-icon-phone {
    background: rgba(255, 106, 61, 0.18);
    color: #ff4d4f;
}

.contact-icon.contact-icon-email {
    background: rgba(124, 77, 255, 0.18);
    color: #7c4dff;
}

.contact-label {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(29, 35, 51, 0.58);
}

.contact-title {
    display: grid;
    gap: 6px;
    text-align: left;
}

.contact-helper {
    font-size: 12px;
    color: rgba(29, 35, 51, 0.45);
    letter-spacing: 0.04em;
}

.contact-value {
    display: grid;
    gap: 10px;
    justify-items: end;
    font-size: 18px;
    font-weight: 600;
    font-family: "DIN Alternate", "Segoe UI", "Microsoft YaHei", sans-serif;
    color: #131a2d;
    text-align: right;
}

.contact-value strong {
    display: block;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.contact-view-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 22px;
    border-radius: 999px;
    background: linear-gradient(135deg, #d8a696 0%, #cf94a3 52%, #ab98e1 100%);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.08em;
    box-shadow: 0 18px 40px rgba(255, 106, 61, 0.35);
    overflow: hidden;
}

.contact-view-btn span {
    position: relative;
    z-index: 1;
}

.contact-view-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -40%;
    width: 60%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0));
    transform: skewX(-25deg);
    transition: transform 0.6s ease;
}

.contact-view-btn:hover::before {
    transform: translateX(220%) skewX(-25deg);
}

.contact-view-btn:hover {
    box-shadow: 0 22px 48px rgba(255, 106, 61, 0.45);
    transform: translateY(-1px);
}

.info-contact-action {
    text-align: center;
    margin-bottom: 8px;
}

.info-contact-action a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 12px 28px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ff6a3d 0%, #ff4d79 100%);
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 18px 36px rgba(255, 106, 61, 0.28);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.info-contact-action a:hover {
    transform: translateY(-2px);
    box-shadow: 0 24px 46px rgba(255, 106, 61, 0.34);
}

.info-notice {
    margin-top: 18px;
    padding: 16px 18px;
    border-radius: 16px;
    background: rgba(255, 196, 0, 0.12);
    color: #6a4d00;
    font-size: 14px;
    line-height: 1.6;
}

.info-content {
    line-height: 1.8;
    font-size: 15px;
    color: #30374b;
}

.info-content p {
    margin: 12px 0;
}

.info-images-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 18px;
    margin-top: 12px;
}

.info-images-grid img {
    width: 100%;
    border-radius: 18px;
    object-fit: cover;
    box-shadow: 0 16px 40px rgba(35, 44, 78, 0.15);
}

.info-side-card {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 30px 60px rgba(35, 44, 78, 0.12);
    overflow: hidden;
}

.info-seller {
    padding: 32px;
    text-align: center;
}

.info-seller-logo img {
    width: 112px;
    height: 112px;
    border-radius: 999px;
    object-fit: cover;
    border: 6px solid rgba(62, 104, 255, 0.12);
    background: #f4f6ff;
}

.info-seller-name {
    font-size: 18px;
    font-weight: 600;
    margin-top: 16px;
}

.info-seller-meta {
    margin-top: 10px;
    display: grid;
    gap: 6px;
    font-size: 14px;
    color: #606a86;
}

.info-badges {
    margin-top: 18px;
    display: grid;
    gap: 12px;
}

.info-badges p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(62, 104, 255, 0.08);
    color: #3e68ff;
    font-size: 13px;
}

.info-side-section {
    padding: 24px 32px;
    border-top: 1px solid rgba(17, 25, 54, 0.06);
}

.info-side-section h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 14px;
    color: #1d2333;
}

.info-side-links {
    display: grid;
    gap: 10px;
}

.info-side-links li {
    list-style: none;
}

.info-side-links a {
    display: block;
    padding: 12px 16px;
    border-radius: 14px;
    background: #f7f9ff;
    color: #2b3350;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.info-side-links a:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(62, 104, 255, 0.12);
}

.info-related {
    margin-top: 28px;
}

.info-related-list {
    display: grid;
    gap: 18px;
}

.info-related-item {
    display: grid;
    grid-template-columns: 96px 1fr auto;
    gap: 18px;
    padding: 18px;
    background: #f7f9ff;
    border-radius: 18px;
    align-items: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.info-related-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 36px rgba(62, 104, 255, 0.18);
}

.info-related-item img {
    width: 96px;
    height: 96px;
    object-fit: cover;
    border-radius: 16px;
}

.info-related-title {
    font-size: 15px;
    font-weight: 600;
    color: #20263a;
    margin-bottom: 6px;
}

.info-related-desc {
    font-size: 13px;
    color: #5b6482;
    line-height: 1.6;
}

.info-related-date {
    font-size: 13px;
    color: #3e68ff;
    font-weight: 600;
}

.info-cta {
    margin-top: 24px;
    text-align: center;
}

.info-cta a {
    display: inline-block;
    padding: 12px 26px;
    background: linear-gradient(135deg, #3e68ff 0%, #7c4dff 100%);
    color: #fff;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 18px 36px rgba(62, 104, 255, 0.3);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.info-cta a:hover {
    transform: translateY(-2px);
    box-shadow: 0 24px 42px rgba(62, 104, 255, 0.4);
}

.info-footer-note {
    margin-top: 28px;
    font-size: 13px;
    color: #616a84;
    text-align: center;
}

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

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

.info-detail-card {
    padding: 32px;
}

.info-detail-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    align-items: stretch;
}

.info-detail-media {
    flex: 0 0 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.info-detail-main {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.info-detail-main img {
    width: 100%;
    max-width: 320px;
    border-radius: 20px;
    object-fit: cover;
    box-shadow: 0 12px 28px rgba(35, 44, 78, 0.12);
}

.info-detail-gallery {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 12px;
}

.info-detail-gallery img {
    width: 100%;
    border-radius: 14px;
    object-fit: cover;
    box-shadow: 0 10px 20px rgba(35, 44, 78, 0.1);
}

.info-detail-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: left;
    font-size: 15px;
    line-height: 1.8;
    color: #1d2333;
}

.info-detail-content p,
.info-detail-content li {
    text-align: left;
}

.info-detail-content ul,
.info-detail-content ol {
    padding-left: 20px;
}

@media (max-width: 992px) {
    .info-detail-wrapper {
        flex-direction: column;
    }

    .info-detail-media {
        flex: 0 0 auto;
        width: 100%;
    }

    .info-detail-main img {
        max-width: 100%;
    }
}